- Timestamp:
- May 21, 2015, 10:05:22 PM (10 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
- Children:
- 451665cc
- Parents:
- 843054c2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
r843054c2 r76f2e97f 566 566 PACKAGE_URL='' 567 567 568 ac_unique_file=" translator/main.cc"568 ac_unique_file="src/main.cc" 569 569 # Factoring default headers for most tests. 570 570 ac_includes_default="\ … … 5000 5000 5001 5001 5002 ac_config_files="$ac_config_files Makefile translator/Makefile driver/Makefile libcfa/Makefile translator/examples/Makefile"5002 ac_config_files="$ac_config_files Makefile src/Makefile driver/Makefile libcfa/Makefile src/examples/Makefile" 5003 5003 5004 5004 cat >confcache <<\_ACEOF … … 5738 5738 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; 5739 5739 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; 5740 " translator/Makefile") CONFIG_FILES="$CONFIG_FILES translator/Makefile" ;;5740 "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; 5741 5741 "driver/Makefile") CONFIG_FILES="$CONFIG_FILES driver/Makefile" ;; 5742 5742 "libcfa/Makefile") CONFIG_FILES="$CONFIG_FILES libcfa/Makefile" ;; 5743 " translator/examples/Makefile") CONFIG_FILES="$CONFIG_FILES translator/examples/Makefile" ;;5743 "src/examples/Makefile") CONFIG_FILES="$CONFIG_FILES src/examples/Makefile" ;; 5744 5744 5745 5745 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
Note: See TracChangeset
for help on using the changeset viewer.