Changes in libcfa/configure [f854ee32:954821df]
- File:
-
- 1 edited
-
libcfa/configure (modified) (24 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/configure
rf854ee32 r954821df 677 677 AMDEP_FALSE 678 678 AMDEP_TRUE 679 am__quote 679 680 am__include 680 681 DEPDIR … … 700 701 CFA_PREFIX 701 702 CFA_NAME 703 AM_T 702 704 BUILDLIB_FALSE 703 705 BUILDLIB_TRUE … … 783 785 PACKAGE_NAME 784 786 PATH_SEPARATOR 785 SHELL 786 am__quote' 787 SHELL' 787 788 ac_subst_files='' 788 789 ac_user_opts=' … … 2532 2533 2533 2534 2534 am__api_version='1.1 6'2535 am__api_version='1.15' 2535 2536 2536 2537 # Find a good install program. We prefer a C program (faster), … … 3009 3010 # For better backward compatibility. To be removed once Automake 1.9.x 3010 3011 # 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>3012 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html> 3013 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html> 3013 3014 mkdir_p='$(MKDIR_P)' 3014 3015 … … 3061 3062 3062 3063 You can download and install GNU coreutils to get an 'rm' implementation 3063 that behaves properly: <http s://www.gnu.org/software/coreutils/>.3064 that behaves properly: <http://www.gnu.org/software/coreutils/>. 3064 3065 3065 3066 If you want to complete the configuration process using your problematic … … 3189 3190 3190 3191 3192 AM_T='$(T)' 3193 3194 3191 3195 #============================================================================== 3192 3196 #Trasforming cc1 will break compilation … … 3445 3449 ac_config_commands="$ac_config_commands depfiles" 3446 3450 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'3451 3452 am_make=${MAKE-make} 3453 cat > confinc << 'END' 3450 3454 am__doit: 3451 @echo this is the am__doit target >confinc.out3455 @echo this is the am__doit target 3452 3456 .PHONY: am__doit 3453 3457 END 3458 # If we don't find an include directive, just comment out the code. 3459 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5 3460 $as_echo_n "checking for style of include used by $am_make... " >&6; } 3454 3461 am__include="#" 3455 3462 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 *) : 3463 _am_result=none 3464 # First try GNU make style include. 3465 echo "include confinc" > confmf 3466 # Ignore all kinds of additional output from 'make'. 3467 case `$am_make -s -f confmf 2> /dev/null` in #( 3468 *the\ am__doit\ target*) 3469 am__include=include 3470 am__quote= 3471 _am_result=GNU 3472 ;; 3473 esac 3474 # Now try BSD make style include. 3475 if test "$am__include" = "#"; then 3476 echo '.include "confinc"' > confmf 3477 case `$am_make -s -f confmf 2> /dev/null` in #( 3478 *the\ am__doit\ target*) 3479 am__include=.include 3480 am__quote="\"" 3481 _am_result=BSD 3476 3482 ;; 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; } 3483 esac 3484 fi 3485 3486 3487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5 3488 $as_echo "$_am_result" >&6; } 3489 rm -f confinc confmf 3486 3490 3487 3491 # Check whether --enable-dependency-tracking was given. … … 5987 5991 5988 5992 : ${AR=ar} 5989 : ${AR_FLAGS=cr }5993 : ${AR_FLAGS=cru} 5990 5994 5991 5995 … … 6488 6492 # Now try to grab the symbols. 6489 6493 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 6494 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5 6495 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5 6496 ac_status=$? 6497 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 6498 test $ac_status = 0; } && test -s "$nlist"; then 6492 6499 # Try sorting and uniquifying the output. 6493 6500 if sort "$nlist" | uniq > "$nlist"T; then … … 7708 7715 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5 7709 7716 $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>&57717 echo "$AR cru libconftest.a conftest.o" >&5 7718 $AR cru libconftest.a conftest.o 2>&5 7712 7719 echo "$RANLIB libconftest.a" >&5 7713 7720 $RANLIB libconftest.a 2>&5 … … 8835 8842 lt_prog_compiler_wl='-Wl,' 8836 8843 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 8844 lt_prog_compiler_static='-static' 8844 8845 ;; … … 13203 13204 # what "hidden" libraries, object files and flags are used when 13204 13205 # linking a shared library. 13205 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"'13206 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' 13206 13207 13207 13208 else … … 13695 13696 # from the output so that they don't get included in the library 13696 13697 # dependencies. 13697 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 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 13699 ;; 13699 13700 *) … … 13760 13761 # from the output so that they don't get included in the library 13761 13762 # dependencies. 13762 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 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 13764 ;; 13764 13765 *) … … 14099 14100 # what "hidden" libraries, object files and flags are used when 14100 14101 # linking a shared library. 14101 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"'14102 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' 14102 14103 14103 14104 else … … 14183 14184 # what "hidden" libraries, object files and flags are used when 14184 14185 # linking a shared library. 14185 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"'14186 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' 14186 14187 else 14187 14188 # g++ 2.7 appears to require '-G' NOT '-shared' on this … … 14194 14195 # what "hidden" libraries, object files and flags are used when 14195 14196 # linking a shared library. 14196 output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"'14197 output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' 14197 14198 fi 14198 14199 … … 17020 17021 17021 17022 17023 17022 17024 for ac_header in linux/io_uring.h 17023 17025 do : … … 19298 19300 19299 19301 19302 19303 fi 19304 19305 19306 19307 # check support for various io_uring flags 19308 19309 ac_fn_c_check_decl "$LINENO" "IOSQE_FIXED_FILE" "ac_cv_have_decl_IOSQE_FIXED_FILE" "#include <linux/io_uring.h> 19310 " 19311 if test "x$ac_cv_have_decl_IOSQE_FIXED_FILE" = xyes; then : 19312 $as_echo "#define CFA_HAVE_IOSQE_FIXED_FILE 1" >>confdefs.h 19313 19314 fi 19315 19316 19317 ac_fn_c_check_decl "$LINENO" "IOSQE_IO_DRAIN" "ac_cv_have_decl_IOSQE_IO_DRAIN" "#include <linux/io_uring.h> 19318 " 19319 if test "x$ac_cv_have_decl_IOSQE_IO_DRAIN" = xyes; then : 19320 $as_echo "#define CFA_HAVE_IOSQE_IO_DRAIN 1" >>confdefs.h 19321 19322 fi 19323 19324 19325 ac_fn_c_check_decl "$LINENO" "IOSQE_ASYNC" "ac_cv_have_decl_IOSQE_ASYNC" "#include <linux/io_uring.h> 19326 " 19327 if test "x$ac_cv_have_decl_IOSQE_ASYNC" = xyes; then : 19328 $as_echo "#define CFA_HAVE_IOSQE_ASYNC 1" >>confdefs.h 19329 19330 fi 19331 19332 19333 ac_fn_c_check_decl "$LINENO" "IOSQE_IO_LINK" "ac_cv_have_decl_IOSQE_IO_LINK" "#include <linux/io_uring.h> 19334 " 19335 if test "x$ac_cv_have_decl_IOSQE_IO_LINK" = xyes; then : 19336 $as_echo "#define CFA_HAVE_IOSQE_IO_LINK 1" >>confdefs.h 19337 19338 fi 19339 19340 19341 ac_fn_c_check_decl "$LINENO" "IOSQE_IO_HARDLINK" "ac_cv_have_decl_IOSQE_IO_HARDLINK" "#include <linux/io_uring.h> 19342 " 19343 if test "x$ac_cv_have_decl_IOSQE_IO_HARDLINK" = xyes; then : 19344 $as_echo "#define CFA_HAVE_IOSQE_IO_HARDLINK 1" >>confdefs.h 19345 19346 fi 19347 19348 19349 ac_fn_c_check_decl "$LINENO" "SPLICE_F_FD_IN_FIXED" "ac_cv_have_decl_SPLICE_F_FD_IN_FIXED" "#include <linux/io_uring.h> 19350 " 19351 if test "x$ac_cv_have_decl_SPLICE_F_FD_IN_FIXED" = xyes; then : 19352 $as_echo "#define CFA_HAVE_SPLICE_F_FD_IN_FIXED 1" >>confdefs.h 19300 19353 19301 19354 fi … … 20061 20114 # INIT-COMMANDS 20062 20115 # 20063 AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"20116 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" 20064 20117 20065 20118 … … 21057 21110 # are listed without --file. Let's play safe and only enable the eval 21058 21111 # if we detect the quoting. 21059 # TODO: see whether this extra hack can be removed once we start 21060 # requiring Autoconf 2.70 or later. 21061 case $CONFIG_FILES in #( 21062 *\'*) : 21063 eval set x "$CONFIG_FILES" ;; #( 21064 *) : 21065 set x $CONFIG_FILES ;; #( 21066 *) : 21067 ;; 21068 esac 21112 case $CONFIG_FILES in 21113 *\'*) eval set x "$CONFIG_FILES" ;; 21114 *) set x $CONFIG_FILES ;; 21115 esac 21069 21116 shift 21070 # Used to flag and report bootstrapping failures. 21071 am_rc=0 21072 for am_mf 21117 for mf 21073 21118 do 21074 21119 # Strip MF so we end up with the name of the file. 21075 am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'` 21076 # Check whether this is an Automake generated Makefile which includes 21077 # dependency-tracking related rules and includes. 21078 # Grep'ing the whole file directly is not great: AIX grep has a line 21120 mf=`echo "$mf" | sed -e 's/:.*$//'` 21121 # Check whether this is an Automake generated Makefile or not. 21122 # We used to match only the files named 'Makefile.in', but 21123 # some people rename them; so instead we look at the file content. 21124 # Grep'ing the first line is not enough: some people post-process 21125 # each Makefile.in and add a new line on top of each file to say so. 21126 # Grep'ing the whole file is not good either: AIX grep has a line 21079 21127 # limit of 2048, but all sed's we know have understand at least 4000. 21080 sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \ 21081 || continue 21082 am_dirpart=`$as_dirname -- "$am_mf" || 21083 $as_expr X"$am_mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 21084 X"$am_mf" : 'X\(//\)[^/]' \| \ 21085 X"$am_mf" : 'X\(//\)$' \| \ 21086 X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || 21087 $as_echo X"$am_mf" | 21128 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then 21129 dirpart=`$as_dirname -- "$mf" || 21130 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 21131 X"$mf" : 'X\(//\)[^/]' \| \ 21132 X"$mf" : 'X\(//\)$' \| \ 21133 X"$mf" : 'X\(/\)' \| . 2>/dev/null || 21134 $as_echo X"$mf" | 21088 21135 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 21089 21136 s//\1/ … … 21103 21150 } 21104 21151 s/.*/./; q'` 21105 am_filepart=`$as_basename -- "$am_mf" || 21106 $as_expr X/"$am_mf" : '.*/\([^/][^/]*\)/*$' \| \ 21107 X"$am_mf" : 'X\(//\)$' \| \ 21108 X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || 21109 $as_echo X/"$am_mf" | 21110 sed '/^.*\/\([^/][^/]*\)\/*$/{ 21152 else 21153 continue 21154 fi 21155 # Extract the definition of DEPDIR, am__include, and am__quote 21156 # from the Makefile without running 'make'. 21157 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` 21158 test -z "$DEPDIR" && continue 21159 am__include=`sed -n 's/^am__include = //p' < "$mf"` 21160 test -z "$am__include" && continue 21161 am__quote=`sed -n 's/^am__quote = //p' < "$mf"` 21162 # Find all dependency output files, they are included files with 21163 # $(DEPDIR) in their names. We invoke sed twice because it is the 21164 # simplest approach to changing $(DEPDIR) to its actual value in the 21165 # expansion. 21166 for file in `sed -n " 21167 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ 21168 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do 21169 # Make sure the directory exists. 21170 test -f "$dirpart/$file" && continue 21171 fdir=`$as_dirname -- "$file" || 21172 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 21173 X"$file" : 'X\(//\)[^/]' \| \ 21174 X"$file" : 'X\(//\)$' \| \ 21175 X"$file" : 'X\(/\)' \| . 2>/dev/null || 21176 $as_echo X"$file" | 21177 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 21111 21178 s//\1/ 21112 21179 q 21113 21180 } 21114 /^X\ /\(\/\/\)$/{21181 /^X\(\/\/\)[^/].*/{ 21115 21182 s//\1/ 21116 21183 q 21117 21184 } 21118 /^X\/\(\/\).*/{ 21185 /^X\(\/\/\)$/{ 21186 s//\1/ 21187 q 21188 } 21189 /^X\(\/\).*/{ 21119 21190 s//\1/ 21120 21191 q 21121 21192 } 21122 21193 s/.*/./; q'` 21123 { echo "$as_me:$LINENO: cd "$am_dirpart" \ 21124 && sed -e '/# am--include-marker/d' "$am_filepart" \ 21125 | $MAKE -f - am--depfiles" >&5 21126 (cd "$am_dirpart" \ 21127 && sed -e '/# am--include-marker/d' "$am_filepart" \ 21128 | $MAKE -f - am--depfiles) >&5 2>&5 21129 ac_status=$? 21130 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21131 (exit $ac_status); } || am_rc=$? 21194 as_dir=$dirpart/$fdir; as_fn_mkdir_p 21195 # echo "creating $dirpart/$file" 21196 echo '# dummy' > "$dirpart/$file" 21197 done 21132 21198 done 21133 if test $am_rc -ne 0; then21134 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&521135 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}21136 as_fn_error $? "Something went wrong bootstrapping makefile fragments21137 for automatic dependency tracking. Try re-running configure with the21138 '--disable-dependency-tracking' option to at least be able to build21139 the package (albeit without support for automatic dependency tracking).21140 See \`config.log' for more details" "$LINENO" 5; }21141 fi21142 { am_dirpart=; unset am_dirpart;}21143 { am_filepart=; unset am_filepart;}21144 { am_mf=; unset am_mf;}21145 { am_rc=; unset am_rc;}21146 rm -f conftest-deps.mk21147 21199 } 21148 21200 ;; … … 21162 21214 #! $SHELL 21163 21215 # Generated automatically by $as_me ($PACKAGE) $VERSION 21216 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: 21164 21217 # NOTE: Changes made to this file will be lost: look at ltmain.sh. 21165 21218
Note:
See TracChangeset
for help on using the changeset viewer.