Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/configure

    rf854ee32 r954821df  
    677677AMDEP_FALSE
    678678AMDEP_TRUE
     679am__quote
    679680am__include
    680681DEPDIR
     
    700701CFA_PREFIX
    701702CFA_NAME
     703AM_T
    702704BUILDLIB_FALSE
    703705BUILDLIB_TRUE
     
    783785PACKAGE_NAME
    784786PATH_SEPARATOR
    785 SHELL
    786 am__quote'
     787SHELL'
    787788ac_subst_files=''
    788789ac_user_opts='
     
    25322533
    25332534
    2534 am__api_version='1.16'
     2535am__api_version='1.15'
    25352536
    25362537# Find a good install program.  We prefer a C program (faster),
     
    30093010# For better backward compatibility.  To be removed once Automake 1.9.x
    30103011# dies out for good.  For more background, see:
    3011 # <https://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
    3012 # <https://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>
    30133014mkdir_p='$(MKDIR_P)'
    30143015
     
    30613062
    30623063You can download and install GNU coreutils to get an 'rm' implementation
    3063 that behaves properly: <https://www.gnu.org/software/coreutils/>.
     3064that behaves properly: <http://www.gnu.org/software/coreutils/>.
    30643065
    30653066If you want to complete the configuration process using your problematic
     
    31893190
    31903191
     3192AM_T='$(T)'
     3193
     3194
    31913195#==============================================================================
    31923196#Trasforming cc1 will break compilation
     
    34453449ac_config_commands="$ac_config_commands depfiles"
    34463450
    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
     3452am_make=${MAKE-make}
     3453cat > confinc << 'END'
    34503454am__doit:
    3451         @echo this is the am__doit target >confinc.out
     3455        @echo this is the am__doit target
    34523456.PHONY: am__doit
    34533457END
     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; }
    34543461am__include="#"
    34553462am__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.
     3465echo "include confinc" > confmf
     3466# Ignore all kinds of additional output from 'make'.
     3467case `$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  ;;
     3473esac
     3474# Now try BSD make style include.
     3475if 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
    34763482     ;;
    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
     3484fi
     3485
     3486
     3487{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
     3488$as_echo "$_am_result" >&6; }
     3489rm -f confinc confmf
    34863490
    34873491# Check whether --enable-dependency-tracking was given.
     
    59875991
    59885992: ${AR=ar}
    5989 : ${AR_FLAGS=cr}
     5993: ${AR_FLAGS=cru}
    59905994
    59915995
     
    64886492    # Now try to grab the symbols.
    64896493    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
    64926499      # Try sorting and uniquifying the output.
    64936500      if sort "$nlist" | uniq > "$nlist"T; then
     
    77087715      echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
    77097716      $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
    7710       echo "$AR cr libconftest.a conftest.o" >&5
    7711       $AR cr libconftest.a conftest.o 2>&5
     7717      echo "$AR cru libconftest.a conftest.o" >&5
     7718      $AR cru libconftest.a conftest.o 2>&5
    77127719      echo "$RANLIB libconftest.a" >&5
    77137720      $RANLIB libconftest.a 2>&5
     
    88358842        lt_prog_compiler_wl='-Wl,'
    88368843        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'
    88438844        lt_prog_compiler_static='-static'
    88448845        ;;
     
    1320313204      # what "hidden" libraries, object files and flags are used when
    1320413205      # 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"'
    1320613207
    1320713208    else
     
    1369513696            # from the output so that they don't get included in the library
    1369613697            # 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"'
    1369813699            ;;
    1369913700          *)
     
    1376013761            # from the output so that they don't get included in the library
    1376113762            # 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"'
    1376313764            ;;
    1376413765          *)
     
    1409914100              # what "hidden" libraries, object files and flags are used when
    1410014101              # 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"'
    1410214103
    1410314104            else
     
    1418314184                # what "hidden" libraries, object files and flags are used when
    1418414185                # 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"'
    1418614187              else
    1418714188                # g++ 2.7 appears to require '-G' NOT '-shared' on this
     
    1419414195                # what "hidden" libraries, object files and flags are used when
    1419514196                # 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"'
    1419714198              fi
    1419814199
     
    1702017021
    1702117022
     17023
    1702217024for ac_header in linux/io_uring.h
    1702317025do :
     
    1929819300
    1929919301
     19302
     19303fi
     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"
     19311if test "x$ac_cv_have_decl_IOSQE_FIXED_FILE" = xyes; then :
     19312  $as_echo "#define CFA_HAVE_IOSQE_FIXED_FILE 1" >>confdefs.h
     19313
     19314fi
     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"
     19319if test "x$ac_cv_have_decl_IOSQE_IO_DRAIN" = xyes; then :
     19320  $as_echo "#define CFA_HAVE_IOSQE_IO_DRAIN 1" >>confdefs.h
     19321
     19322fi
     19323
     19324
     19325                ac_fn_c_check_decl "$LINENO" "IOSQE_ASYNC" "ac_cv_have_decl_IOSQE_ASYNC" "#include <linux/io_uring.h>
     19326"
     19327if test "x$ac_cv_have_decl_IOSQE_ASYNC" = xyes; then :
     19328  $as_echo "#define CFA_HAVE_IOSQE_ASYNC 1" >>confdefs.h
     19329
     19330fi
     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"
     19335if test "x$ac_cv_have_decl_IOSQE_IO_LINK" = xyes; then :
     19336  $as_echo "#define CFA_HAVE_IOSQE_IO_LINK 1" >>confdefs.h
     19337
     19338fi
     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"
     19343if test "x$ac_cv_have_decl_IOSQE_IO_HARDLINK" = xyes; then :
     19344  $as_echo "#define CFA_HAVE_IOSQE_IO_HARDLINK 1" >>confdefs.h
     19345
     19346fi
     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"
     19351if 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
    1930019353
    1930119354fi
     
    2006120114# INIT-COMMANDS
    2006220115#
    20063 AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"
     20116AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
    2006420117
    2006520118
     
    2105721110  # are listed without --file.  Let's play safe and only enable the eval
    2105821111  # 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
    2106921116  shift
    21070   # Used to flag and report bootstrapping failures.
    21071   am_rc=0
    21072   for am_mf
     21117  for mf
    2107321118  do
    2107421119    # 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
    2107921127    # 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" |
    2108821135    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    2108921136            s//\1/
     
    2110321150          }
    2110421151          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\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    2111121178            s//\1/
    2111221179            q
    2111321180          }
    21114           /^X\/\(\/\/\)$/{
     21181          /^X\(\/\/\)[^/].*/{
    2111521182            s//\1/
    2111621183            q
    2111721184          }
    21118           /^X\/\(\/\).*/{
     21185          /^X\(\/\/\)$/{
     21186            s//\1/
     21187            q
     21188          }
     21189          /^X\(\/\).*/{
    2111921190            s//\1/
    2112021191            q
    2112121192          }
    2112221193          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
    2113221198  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;}
    21136 as_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).
    21140 See \`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
    2114721199}
    2114821200 ;;
     
    2116221214#! $SHELL
    2116321215# Generated automatically by $as_me ($PACKAGE) $VERSION
     21216# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
    2116421217# NOTE: Changes made to this file will be lost: look at ltmain.sh.
    2116521218
Note: See TracChangeset for help on using the changeset viewer.