Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/configure

    r3ac8b9f rf854ee32  
    677677AMDEP_FALSE
    678678AMDEP_TRUE
    679 am__quote
    680679am__include
    681680DEPDIR
     
    701700CFA_PREFIX
    702701CFA_NAME
    703 AM_T
    704702BUILDLIB_FALSE
    705703BUILDLIB_TRUE
     
    785783PACKAGE_NAME
    786784PATH_SEPARATOR
    787 SHELL'
     785SHELL
     786am__quote'
    788787ac_subst_files=''
    789788ac_user_opts='
     
    25332532
    25342533
    2535 am__api_version='1.15'
     2534am__api_version='1.16'
    25362535
    25372536# Find a good install program.  We prefer a C program (faster),
     
    30103009# For better backward compatibility.  To be removed once Automake 1.9.x
    30113010# dies out for good.  For more background, see:
    3012 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
    3013 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
     3011# <https://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
     3012# <https://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
    30143013mkdir_p='$(MKDIR_P)'
    30153014
     
    30623061
    30633062You can download and install GNU coreutils to get an 'rm' implementation
    3064 that behaves properly: <http://www.gnu.org/software/coreutils/>.
     3063that behaves properly: <https://www.gnu.org/software/coreutils/>.
    30653064
    30663065If you want to complete the configuration process using your problematic
     
    31903189
    31913190
    3192 AM_T='$(T)'
    3193 
    3194 
    31953191#==============================================================================
    31963192#Trasforming cc1 will break compilation
     
    34493445ac_config_commands="$ac_config_commands depfiles"
    34503446
    3451 
    3452 am_make=${MAKE-make}
    3453 cat > confinc << 'END'
     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; }
     3449cat > confinc.mk << 'END'
    34543450am__doit:
    3455         @echo this is the am__doit target
     3451        @echo this is the am__doit target >confinc.out
    34563452.PHONY: am__doit
    34573453END
    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; }
    34613454am__include="#"
    34623455am__quote=
    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   ;;
     3456# BSD make does it like this.
     3457echo '.include "confinc.mk" # ignored' > confmf.BSD
     3458# Other make implementations (GNU, Solaris 10, AIX) do it like this.
     3459echo 'include confinc.mk # ignored' > confmf.GNU
     3460_am_result=no
     3461for 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='' ;;
     3474esac ;; #(
     3475  *) :
     3476     ;;
    34733477esac
    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
    3482      ;;
    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
     3478  if test "$am__include" != "#"; then
     3479    _am_result="yes ($s style)"
     3480    break
     3481  fi
     3482done
     3483rm -f confinc.* confmf.*
     3484{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ${_am_result}" >&5
     3485$as_echo "${_am_result}" >&6; }
    34903486
    34913487# Check whether --enable-dependency-tracking was given.
     
    59915987
    59925988: ${AR=ar}
    5993 : ${AR_FLAGS=cru}
     5989: ${AR_FLAGS=cr}
    59945990
    59955991
     
    64926488    # Now try to grab the symbols.
    64936489    nlist=conftest.nm
    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
     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
    64996492      # Try sorting and uniquifying the output.
    65006493      if sort "$nlist" | uniq > "$nlist"T; then
     
    77157708      echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
    77167709      $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
    7717       echo "$AR cru libconftest.a conftest.o" >&5
    7718       $AR cru libconftest.a conftest.o 2>&5
     7710      echo "$AR cr libconftest.a conftest.o" >&5
     7711      $AR cr libconftest.a conftest.o 2>&5
    77197712      echo "$RANLIB libconftest.a" >&5
    77207713      $RANLIB libconftest.a 2>&5
     
    88428835        lt_prog_compiler_wl='-Wl,'
    88438836        lt_prog_compiler_pic='-KPIC'
     8837        lt_prog_compiler_static='-static'
     8838        ;;
     8839      # flang / f18. f95 an alias for gfortran or flang on Debian
     8840      flang* | f18* | f95*)
     8841        lt_prog_compiler_wl='-Wl,'
     8842        lt_prog_compiler_pic='-fPIC'
    88448843        lt_prog_compiler_static='-static'
    88458844        ;;
     
    1320413203      # what "hidden" libraries, object files and flags are used when
    1320513204      # linking a shared library.
    13206       output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
     13205      output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"'
    1320713206
    1320813207    else
     
    1369613695            # from the output so that they don't get included in the library
    1369713696            # dependencies.
    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"'
     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"'
    1369913698            ;;
    1370013699          *)
     
    1376113760            # from the output so that they don't get included in the library
    1376213761            # dependencies.
    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"'
     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"'
    1376413763            ;;
    1376513764          *)
     
    1410014099              # what "hidden" libraries, object files and flags are used when
    1410114100              # linking a shared library.
    14102               output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
     14101              output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"'
    1410314102
    1410414103            else
     
    1418414183                # what "hidden" libraries, object files and flags are used when
    1418514184                # linking a shared library.
    14186                 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
     14185                output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"'
    1418714186              else
    1418814187                # g++ 2.7 appears to require '-G' NOT '-shared' on this
     
    1419514194                # what "hidden" libraries, object files and flags are used when
    1419614195                # linking a shared library.
    14197                 output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
     14196                output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"'
    1419814197              fi
    1419914198
     
    1702117020
    1702217021
    17023 
    1702417022for ac_header in linux/io_uring.h
    1702517023do :
     
    1930019298
    1930119299
    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
    1935319300
    1935419301fi
     
    2011420061# INIT-COMMANDS
    2011520062#
    20116 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
     20063AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"
    2011720064
    2011820065
     
    2111021057  # are listed without --file.  Let's play safe and only enable the eval
    2111121058  # if we detect the quoting.
    21112   case $CONFIG_FILES in
    21113   *\'*) eval set x "$CONFIG_FILES" ;;
    21114   *)   set x $CONFIG_FILES ;;
    21115   esac
     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     ;;
     21068esac
    2111621069  shift
    21117   for mf
     21070  # Used to flag and report bootstrapping failures.
     21071  am_rc=0
     21072  for am_mf
    2111821073  do
    2111921074    # Strip MF so we end up with the name of the file.
    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
     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
    2112721079    # limit of 2048, but all sed's we know have understand at least 4000.
    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" |
     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" |
    2113521088    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    2113621089            s//\1/
     
    2115021103          }
    2115121104          s/.*/./; q'`
    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\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
     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 '/^.*\/\([^/][^/]*\)\/*$/{
    2117821111            s//\1/
    2117921112            q
    2118021113          }
    21181           /^X\(\/\/\)[^/].*/{
     21114          /^X\/\(\/\/\)$/{
    2118221115            s//\1/
    2118321116            q
    2118421117          }
    21185           /^X\(\/\/\)$/{
    21186             s//\1/
    21187             q
    21188           }
    21189           /^X\(\/\).*/{
     21118          /^X\/\(\/\).*/{
    2119021119            s//\1/
    2119121120            q
    2119221121          }
    2119321122          s/.*/./; q'`
    21194       as_dir=$dirpart/$fdir; as_fn_mkdir_p
    21195       # echo "creating $dirpart/$file"
    21196       echo '# dummy' > "$dirpart/$file"
    21197     done
     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=$?
    2119821132  done
     21133  if test $am_rc -ne 0; then
     21134    { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
     21135$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     21136as_fn_error $? "Something went wrong bootstrapping makefile fragments
     21137    for automatic dependency tracking.  Try re-running configure with the
     21138    '--disable-dependency-tracking' option to at least be able to build
     21139    the package (albeit without support for automatic dependency tracking).
     21140See \`config.log' for more details" "$LINENO" 5; }
     21141  fi
     21142  { 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.mk
    2119921147}
    2120021148 ;;
Note: See TracChangeset for help on using the changeset viewer.