Changeset 22f94a4 for configure.ac


Ignore:
Timestamp:
Aug 11, 2020, 4:40:15 PM (5 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
0d070ca
Parents:
07d867b (diff), 129674b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' into new-ast

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r07d867b r22f94a4  
    66AC_CONFIG_AUX_DIR([automake])
    77AC_CONFIG_MACRO_DIRS([automake])
    8 #AC_CONFIG_SRCDIR([src/main.cc])
    98AC_CONFIG_HEADERS([config.h:src/config.h.in])
    109AM_SILENT_RULES([yes])
    1110
    12 m4_include([automake/cfa.m4])
     11m4_include([tools/build/cfa.m4])
    1312
    1413# don't use the default CFLAGS as they unconditonnaly add -O2
     
    6463        [  --enable-distcc     whether or not to enable distributed compilation],
    6564        enable_distcc=$enableval, enable_distcc=no)
     65
     66AC_ARG_WITH(bwlimit,
     67        [  --with-bwlimit=RATE     RATE the maximum rate at which rsync will be limited when using distributed builds],
     68        [], [])
    6669
    6770AM_CONDITIONAL([ENABLE_DISTCC], [test x$enable_distcc = xyes])
Note: See TracChangeset for help on using the changeset viewer.