- Timestamp:
- Jul 31, 2018, 2:43:04 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:
- 642bc83
- Parents:
- d1e0979 (diff), 04e367c (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
rd1e0979 r3bbd012 691 691 BACKEND_CC 692 692 CFA_NAME 693 MAINT694 MAINTAINER_MODE_FALSE695 MAINTAINER_MODE_TRUE696 693 am__untar 697 694 am__tar … … 764 761 enable_option_checking 765 762 enable_silent_rules 766 enable_maintainer_mode767 763 with_cfa_name 768 764 with_backend_compiler … … 1419 1415 --enable-silent-rules less verbose build output (undo: "make V=1") 1420 1416 --disable-silent-rules verbose build output (undo: "make V=0") 1421 --disable-maintainer-mode1422 disable make rules and dependencies not useful (and1423 sometimes confusing) to the casual installer1424 1417 --enable-target-release Build and install the release target 1425 1418 --enable-target-debug Build and install the debug target … … 2492 2485 2493 2486 #AC_CONFIG_SRCDIR([src/main.cc]) 2494 ac_config_headers="$ac_config_headers config.h "2487 ac_config_headers="$ac_config_headers config.h:src/config.h.in" 2495 2488 2496 2489 # Check whether --enable-silent-rules was given. … … 3074 3067 fi 3075 3068 3076 3077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&53078 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }3079 # Check whether --enable-maintainer-mode was given.3080 if test "${enable_maintainer_mode+set}" = set; then :3081 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval3082 else3083 USE_MAINTAINER_MODE=yes3084 fi3085 3086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&53087 $as_echo "$USE_MAINTAINER_MODE" >&6; }3088 if test $USE_MAINTAINER_MODE = yes; then3089 MAINTAINER_MODE_TRUE=3090 MAINTAINER_MODE_FALSE='#'3091 else3092 MAINTAINER_MODE_TRUE='#'3093 MAINTAINER_MODE_FALSE=3094 fi3095 3096 MAINT=$MAINTAINER_MODE_TRUE3097 3098 # may require auto* software to be installed3099 3069 3100 3070 # Allow program name tansformation … … 6295 6265 6296 6266 6267 ac_config_links="$ac_config_links src/tests/test.py:src/tests/test.py" 6268 6269 6270 ac_config_files="$ac_config_files src/tests/config.py" 6271 6297 6272 cat >confcache <<\_ACEOF 6298 6273 # This file is a shell script that caches the results of configure … … 6420 6395 fi 6421 6396 6422 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then6423 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.6424 Usually this means the macro was only invoked conditionally." "$LINENO" 56425 fi6426 6397 if test -z "${BUILD_RELEASE_TRUE}" && test -z "${BUILD_RELEASE_FALSE}"; then 6427 6398 as_fn_error $? "conditional \"BUILD_RELEASE\" was never defined. … … 6880 6851 config_files="$ac_config_files" 6881 6852 config_headers="$ac_config_headers" 6853 config_links="$ac_config_links" 6882 6854 config_commands="$ac_config_commands" 6883 6855 … … 6909 6881 Configuration headers: 6910 6882 $config_headers 6883 6884 Configuration links: 6885 $config_links 6911 6886 6912 6887 Configuration commands: … … 7048 7023 do 7049 7024 case $ac_config_target in 7050 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h " ;;7025 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:src/config.h.in" ;; 7051 7026 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; 7052 7027 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; … … 7061 7036 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;; 7062 7037 "tools/prettyprinter/Makefile") CONFIG_FILES="$CONFIG_FILES tools/prettyprinter/Makefile" ;; 7038 "src/tests/test.py") CONFIG_LINKS="$CONFIG_LINKS src/tests/test.py:src/tests/test.py" ;; 7039 "src/tests/config.py") CONFIG_FILES="$CONFIG_FILES src/tests/config.py" ;; 7063 7040 7064 7041 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; … … 7074 7051 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files 7075 7052 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers 7053 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links 7076 7054 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands 7077 7055 fi … … 7371 7349 7372 7350 7373 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"7351 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS" 7374 7352 shift 7375 7353 for ac_tag … … 7648 7626 s/.*/./; q'`/stamp-h$_am_stamp_count 7649 7627 ;; 7650 7628 :L) 7629 # 7630 # CONFIG_LINK 7631 # 7632 7633 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then 7634 : 7635 else 7636 # Prefer the file from the source tree if names are identical. 7637 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then 7638 ac_source=$srcdir/$ac_source 7639 fi 7640 7641 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5 7642 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;} 7643 7644 if test ! -r "$ac_source"; then 7645 as_fn_error $? "$ac_source: file not found" "$LINENO" 5 7646 fi 7647 rm -f "$ac_file" 7648 7649 # Try a relative symlink, then a hard link, then a copy. 7650 case $ac_source in 7651 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;; 7652 *) ac_rel_source=$ac_top_build_prefix$ac_source ;; 7653 esac 7654 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null || 7655 ln "$ac_source" "$ac_file" 2>/dev/null || 7656 cp -p "$ac_source" "$ac_file" || 7657 as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5 7658 fi 7659 ;; 7651 7660 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 7652 7661 $as_echo "$as_me: executing $ac_file commands" >&6;}
Note:
See TracChangeset
for help on using the changeset viewer.