- Timestamp:
- Jul 25, 2018, 6:23:58 PM (7 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- a95c117, f0b3f51
- Parents:
- 40a7d9c (diff), e89f4b1 (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
Legend:
- Unmodified
- Added
- Removed
-
configure
r40a7d9c r91788fa 2492 2492 2493 2493 #AC_CONFIG_SRCDIR([src/main.cc]) 2494 ac_config_headers="$ac_config_headers config.h "2494 ac_config_headers="$ac_config_headers config.h:src/config.h.in" 2495 2495 2496 2496 # Check whether --enable-silent-rules was given. … … 6295 6295 6296 6296 6297 ac_config_files="$ac_config_files src/tests/config.py" 6298 6297 6299 cat >confcache <<\_ACEOF 6298 6300 # This file is a shell script that caches the results of configure … … 7048 7050 do 7049 7051 case $ac_config_target in 7050 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h " ;;7052 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:src/config.h.in" ;; 7051 7053 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; 7052 7054 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; … … 7061 7063 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;; 7062 7064 "tools/prettyprinter/Makefile") CONFIG_FILES="$CONFIG_FILES tools/prettyprinter/Makefile" ;; 7065 "src/tests/config.py") CONFIG_FILES="$CONFIG_FILES src/tests/config.py" ;; 7063 7066 7064 7067 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
Note:
See TracChangeset
for help on using the changeset viewer.