Changeset 22f94a4 for configure.ac
- Timestamp:
- Aug 11, 2020, 4:40:15 PM (5 years ago)
- 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. - File:
-
- 1 edited
-
configure.ac (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r07d867b r22f94a4 6 6 AC_CONFIG_AUX_DIR([automake]) 7 7 AC_CONFIG_MACRO_DIRS([automake]) 8 #AC_CONFIG_SRCDIR([src/main.cc])9 8 AC_CONFIG_HEADERS([config.h:src/config.h.in]) 10 9 AM_SILENT_RULES([yes]) 11 10 12 m4_include([ automake/cfa.m4])11 m4_include([tools/build/cfa.m4]) 13 12 14 13 # don't use the default CFLAGS as they unconditonnaly add -O2 … … 64 63 [ --enable-distcc whether or not to enable distributed compilation], 65 64 enable_distcc=$enableval, enable_distcc=no) 65 66 AC_ARG_WITH(bwlimit, 67 [ --with-bwlimit=RATE RATE the maximum rate at which rsync will be limited when using distributed builds], 68 [], []) 66 69 67 70 AM_CONDITIONAL([ENABLE_DISTCC], [test x$enable_distcc = xyes])
Note:
See TracChangeset
for help on using the changeset viewer.