Changeset e262b5e for libcfa/configure
- Timestamp:
- Jul 23, 2020, 1:35:42 PM (3 years ago)
- Branches:
- ADT, arm-eh, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 04b73b6, 42cd451
- Parents:
- 54eb5ebd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/configure
r54eb5ebd re262b5e 677 677 AMDEP_FALSE 678 678 AMDEP_TRUE 679 am__quote 679 680 am__include 680 681 DEPDIR … … 783 784 PACKAGE_NAME 784 785 PATH_SEPARATOR 785 SHELL 786 am__quote' 786 SHELL' 787 787 ac_subst_files='' 788 788 ac_user_opts=' … … 2532 2532 2533 2533 2534 am__api_version='1.1 6'2534 am__api_version='1.15' 2535 2535 2536 2536 # Find a good install program. We prefer a C program (faster), … … 3009 3009 # For better backward compatibility. To be removed once Automake 1.9.x 3010 3010 # dies out for good. For more background, see: 3011 # <http s://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>3012 # <http s://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>3011 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html> 3012 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html> 3013 3013 mkdir_p='$(MKDIR_P)' 3014 3014 … … 3061 3061 3062 3062 You can download and install GNU coreutils to get an 'rm' implementation 3063 that behaves properly: <http s://www.gnu.org/software/coreutils/>.3063 that behaves properly: <http://www.gnu.org/software/coreutils/>. 3064 3064 3065 3065 If you want to complete the configuration process using your problematic … … 3445 3445 ac_config_commands="$ac_config_commands depfiles" 3446 3446 3447 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} supports the include directive" >&5 3448 $as_echo_n "checking whether ${MAKE-make} supports the include directive... " >&6;}3449 cat > confinc .mk<< 'END'3447 3448 am_make=${MAKE-make} 3449 cat > confinc << 'END' 3450 3450 am__doit: 3451 @echo this is the am__doit target >confinc.out3451 @echo this is the am__doit target 3452 3452 .PHONY: am__doit 3453 3453 END 3454 # If we don't find an include directive, just comment out the code. 3455 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5 3456 $as_echo_n "checking for style of include used by $am_make... " >&6; } 3454 3457 am__include="#" 3455 3458 am__quote= 3456 # BSD make does it like this. 3457 echo '.include "confinc.mk" # ignored' > confmf.BSD 3458 # Other make implementations (GNU, Solaris 10, AIX) do it like this. 3459 echo 'include confinc.mk # ignored' > confmf.GNU 3460 _am_result=no 3461 for s in GNU BSD; do 3462 { echo "$as_me:$LINENO: ${MAKE-make} -f confmf.$s && cat confinc.out" >&5 3463 (${MAKE-make} -f confmf.$s && cat confinc.out) >&5 2>&5 3464 ac_status=$? 3465 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3466 (exit $ac_status); } 3467 case $?:`cat confinc.out 2>/dev/null` in #( 3468 '0:this is the am__doit target') : 3469 case $s in #( 3470 BSD) : 3471 am__include='.include' am__quote='"' ;; #( 3472 *) : 3473 am__include='include' am__quote='' ;; 3474 esac ;; #( 3475 *) : 3459 _am_result=none 3460 # First try GNU make style include. 3461 echo "include confinc" > confmf 3462 # Ignore all kinds of additional output from 'make'. 3463 case `$am_make -s -f confmf 2> /dev/null` in #( 3464 *the\ am__doit\ target*) 3465 am__include=include 3466 am__quote= 3467 _am_result=GNU 3468 ;; 3469 esac 3470 # Now try BSD make style include. 3471 if test "$am__include" = "#"; then 3472 echo '.include "confinc"' > confmf 3473 case `$am_make -s -f confmf 2> /dev/null` in #( 3474 *the\ am__doit\ target*) 3475 am__include=.include 3476 am__quote="\"" 3477 _am_result=BSD 3476 3478 ;; 3477 esac 3478 if test "$am__include" != "#"; then 3479 _am_result="yes ($s style)" 3480 break 3481 fi 3482 done 3483 rm -f confinc.* confmf.* 3484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${_am_result}" >&5 3485 $as_echo "${_am_result}" >&6; } 3479 esac 3480 fi 3481 3482 3483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5 3484 $as_echo "$_am_result" >&6; } 3485 rm -f confinc confmf 3486 3486 3487 3487 # Check whether --enable-dependency-tracking was given. … … 5987 5987 5988 5988 : ${AR=ar} 5989 : ${AR_FLAGS=cr }5989 : ${AR_FLAGS=cru} 5990 5990 5991 5991 … … 6488 6488 # Now try to grab the symbols. 6489 6489 nlist=conftest.nm 6490 $ECHO "$as_me:$LINENO: $NM conftest.$ac_objext | $lt_cv_sys_global_symbol_pipe > $nlist" >&5 6491 if eval "$NM" conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist 2>&5 && test -s "$nlist"; then 6490 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5 6491 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5 6492 ac_status=$? 6493 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 6494 test $ac_status = 0; } && test -s "$nlist"; then 6492 6495 # Try sorting and uniquifying the output. 6493 6496 if sort "$nlist" | uniq > "$nlist"T; then … … 7708 7711 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5 7709 7712 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 7710 echo "$AR cr libconftest.a conftest.o" >&57711 $AR cr libconftest.a conftest.o 2>&57713 echo "$AR cru libconftest.a conftest.o" >&5 7714 $AR cru libconftest.a conftest.o 2>&5 7712 7715 echo "$RANLIB libconftest.a" >&5 7713 7716 $RANLIB libconftest.a 2>&5 … … 8835 8838 lt_prog_compiler_wl='-Wl,' 8836 8839 lt_prog_compiler_pic='-KPIC' 8837 lt_prog_compiler_static='-static'8838 ;;8839 # flang / f18. f95 an alias for gfortran or flang on Debian8840 flang* | f18* | f95*)8841 lt_prog_compiler_wl='-Wl,'8842 lt_prog_compiler_pic='-fPIC'8843 8840 lt_prog_compiler_static='-static' 8844 8841 ;; … … 13203 13200 # what "hidden" libraries, object files and flags are used when 13204 13201 # linking a shared library. 13205 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " 13202 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' 13206 13203 13207 13204 else … … 13695 13692 # from the output so that they don't get included in the library 13696 13693 # dependencies. 13697 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP " 13694 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' 13698 13695 ;; 13699 13696 *) … … 13760 13757 # from the output so that they don't get included in the library 13761 13758 # dependencies. 13762 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP " 13759 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' 13763 13760 ;; 13764 13761 *) … … 14099 14096 # what "hidden" libraries, object files and flags are used when 14100 14097 # linking a shared library. 14101 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " 14098 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' 14102 14099 14103 14100 else … … 14183 14180 # what "hidden" libraries, object files and flags are used when 14184 14181 # linking a shared library. 14185 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " 14182 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' 14186 14183 else 14187 14184 # g++ 2.7 appears to require '-G' NOT '-shared' on this … … 14194 14191 # what "hidden" libraries, object files and flags are used when 14195 14192 # linking a shared library. 14196 output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " 14193 output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' 14197 14194 fi 14198 14195 … … 18054 18051 # INIT-COMMANDS 18055 18052 # 18056 AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"18053 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" 18057 18054 18058 18055 … … 19050 19047 # are listed without --file. Let's play safe and only enable the eval 19051 19048 # if we detect the quoting. 19052 # TODO: see whether this extra hack can be removed once we start 19053 # requiring Autoconf 2.70 or later. 19054 case $CONFIG_FILES in #( 19055 *\'*) : 19056 eval set x "$CONFIG_FILES" ;; #( 19057 *) : 19058 set x $CONFIG_FILES ;; #( 19059 *) : 19060 ;; 19061 esac 19049 case $CONFIG_FILES in 19050 *\'*) eval set x "$CONFIG_FILES" ;; 19051 *) set x $CONFIG_FILES ;; 19052 esac 19062 19053 shift 19063 # Used to flag and report bootstrapping failures. 19064 am_rc=0 19065 for am_mf 19054 for mf 19066 19055 do 19067 19056 # Strip MF so we end up with the name of the file. 19068 am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'` 19069 # Check whether this is an Automake generated Makefile which includes 19070 # dependency-tracking related rules and includes. 19071 # Grep'ing the whole file directly is not great: AIX grep has a line 19057 mf=`echo "$mf" | sed -e 's/:.*$//'` 19058 # Check whether this is an Automake generated Makefile or not. 19059 # We used to match only the files named 'Makefile.in', but 19060 # some people rename them; so instead we look at the file content. 19061 # Grep'ing the first line is not enough: some people post-process 19062 # each Makefile.in and add a new line on top of each file to say so. 19063 # Grep'ing the whole file is not good either: AIX grep has a line 19072 19064 # limit of 2048, but all sed's we know have understand at least 4000. 19073 sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \ 19074 || continue 19075 am_dirpart=`$as_dirname -- "$am_mf" || 19076 $as_expr X"$am_mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 19077 X"$am_mf" : 'X\(//\)[^/]' \| \ 19078 X"$am_mf" : 'X\(//\)$' \| \ 19079 X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || 19080 $as_echo X"$am_mf" | 19065 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then 19066 dirpart=`$as_dirname -- "$mf" || 19067 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 19068 X"$mf" : 'X\(//\)[^/]' \| \ 19069 X"$mf" : 'X\(//\)$' \| \ 19070 X"$mf" : 'X\(/\)' \| . 2>/dev/null || 19071 $as_echo X"$mf" | 19081 19072 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 19082 19073 s//\1/ … … 19096 19087 } 19097 19088 s/.*/./; q'` 19098 am_filepart=`$as_basename -- "$am_mf" || 19099 $as_expr X/"$am_mf" : '.*/\([^/][^/]*\)/*$' \| \ 19100 X"$am_mf" : 'X\(//\)$' \| \ 19101 X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || 19102 $as_echo X/"$am_mf" | 19103 sed '/^.*\/\([^/][^/]*\)\/*$/{ 19089 else 19090 continue 19091 fi 19092 # Extract the definition of DEPDIR, am__include, and am__quote 19093 # from the Makefile without running 'make'. 19094 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` 19095 test -z "$DEPDIR" && continue 19096 am__include=`sed -n 's/^am__include = //p' < "$mf"` 19097 test -z "$am__include" && continue 19098 am__quote=`sed -n 's/^am__quote = //p' < "$mf"` 19099 # Find all dependency output files, they are included files with 19100 # $(DEPDIR) in their names. We invoke sed twice because it is the 19101 # simplest approach to changing $(DEPDIR) to its actual value in the 19102 # expansion. 19103 for file in `sed -n " 19104 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ 19105 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do 19106 # Make sure the directory exists. 19107 test -f "$dirpart/$file" && continue 19108 fdir=`$as_dirname -- "$file" || 19109 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 19110 X"$file" : 'X\(//\)[^/]' \| \ 19111 X"$file" : 'X\(//\)$' \| \ 19112 X"$file" : 'X\(/\)' \| . 2>/dev/null || 19113 $as_echo X"$file" | 19114 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 19104 19115 s//\1/ 19105 19116 q 19106 19117 } 19107 /^X\ /\(\/\/\)$/{19118 /^X\(\/\/\)[^/].*/{ 19108 19119 s//\1/ 19109 19120 q 19110 19121 } 19111 /^X\/\(\/\).*/{ 19122 /^X\(\/\/\)$/{ 19123 s//\1/ 19124 q 19125 } 19126 /^X\(\/\).*/{ 19112 19127 s//\1/ 19113 19128 q 19114 19129 } 19115 19130 s/.*/./; q'` 19116 { echo "$as_me:$LINENO: cd "$am_dirpart" \ 19117 && sed -e '/# am--include-marker/d' "$am_filepart" \ 19118 | $MAKE -f - am--depfiles" >&5 19119 (cd "$am_dirpart" \ 19120 && sed -e '/# am--include-marker/d' "$am_filepart" \ 19121 | $MAKE -f - am--depfiles) >&5 2>&5 19122 ac_status=$? 19123 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19124 (exit $ac_status); } || am_rc=$? 19131 as_dir=$dirpart/$fdir; as_fn_mkdir_p 19132 # echo "creating $dirpart/$file" 19133 echo '# dummy' > "$dirpart/$file" 19134 done 19125 19135 done 19126 if test $am_rc -ne 0; then19127 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&519128 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}19129 as_fn_error $? "Something went wrong bootstrapping makefile fragments19130 for automatic dependency tracking. Try re-running configure with the19131 '--disable-dependency-tracking' option to at least be able to build19132 the package (albeit without support for automatic dependency tracking).19133 See \`config.log' for more details" "$LINENO" 5; }19134 fi19135 { am_dirpart=; unset am_dirpart;}19136 { am_filepart=; unset am_filepart;}19137 { am_mf=; unset am_mf;}19138 { am_rc=; unset am_rc;}19139 rm -f conftest-deps.mk19140 19136 } 19141 19137 ;; … … 19155 19151 #! $SHELL 19156 19152 # Generated automatically by $as_me ($PACKAGE) $VERSION 19153 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: 19157 19154 # NOTE: Changes made to this file will be lost: look at ltmain.sh. 19158 19155
Note: See TracChangeset
for help on using the changeset viewer.