Changes in / [42cd451:f854ee32]


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/configure

    r42cd451 rf854ee32  
    677677AMDEP_FALSE
    678678AMDEP_TRUE
    679 am__quote
    680679am__include
    681680DEPDIR
     
    784783PACKAGE_NAME
    785784PATH_SEPARATOR
    786 SHELL'
     785SHELL
     786am__quote'
    787787ac_subst_files=''
    788788ac_user_opts='
     
    25322532
    25332533
    2534 am__api_version='1.15'
     2534am__api_version='1.16'
    25352535
    25362536# Find a good install program.  We prefer a C program (faster),
     
    30093009# For better backward compatibility.  To be removed once Automake 1.9.x
    30103010# dies out for good.  For more background, see:
    3011 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
    3012 # <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>
    30133013mkdir_p='$(MKDIR_P)'
    30143014
     
    30613061
    30623062You can download and install GNU coreutils to get an 'rm' implementation
    3063 that behaves properly: <http://www.gnu.org/software/coreutils/>.
     3063that behaves properly: <https://www.gnu.org/software/coreutils/>.
    30643064
    30653065If you want to complete the configuration process using your problematic
     
    34453445ac_config_commands="$ac_config_commands depfiles"
    34463446
    3447 
    3448 am_make=${MAKE-make}
    3449 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'
    34503450am__doit:
    3451         @echo this is the am__doit target
     3451        @echo this is the am__doit target >confinc.out
    34523452.PHONY: am__doit
    34533453END
    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; }
    34573454am__include="#"
    34583455am__quote=
    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   ;;
     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     ;;
    34693477esac
    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
    3478      ;;
    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
     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; }
    34863486
    34873487# Check whether --enable-dependency-tracking was given.
     
    59875987
    59885988: ${AR=ar}
    5989 : ${AR_FLAGS=cru}
     5989: ${AR_FLAGS=cr}
    59905990
    59915991
     
    64886488    # Now try to grab the symbols.
    64896489    nlist=conftest.nm
    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
     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
    64956492      # Try sorting and uniquifying the output.
    64966493      if sort "$nlist" | uniq > "$nlist"T; then
     
    77117708      echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
    77127709      $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
    7713       echo "$AR cru libconftest.a conftest.o" >&5
    7714       $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
    77157712      echo "$RANLIB libconftest.a" >&5
    77167713      $RANLIB libconftest.a 2>&5
     
    88388835        lt_prog_compiler_wl='-Wl,'
    88398836        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'
    88408843        lt_prog_compiler_static='-static'
    88418844        ;;
     
    1320013203      # what "hidden" libraries, object files and flags are used when
    1320113204      # linking a shared library.
    13202       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"'
    1320313206
    1320413207    else
     
    1369213695            # from the output so that they don't get included in the library
    1369313696            # dependencies.
    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"'
     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"'
    1369513698            ;;
    1369613699          *)
     
    1375713760            # from the output so that they don't get included in the library
    1375813761            # dependencies.
    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"'
     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"'
    1376013763            ;;
    1376113764          *)
     
    1409614099              # what "hidden" libraries, object files and flags are used when
    1409714100              # linking a shared library.
    14098               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"'
    1409914102
    1410014103            else
     
    1418014183                # what "hidden" libraries, object files and flags are used when
    1418114184                # linking a shared library.
    14182                 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"'
    1418314186              else
    1418414187                # g++ 2.7 appears to require '-G' NOT '-shared' on this
     
    1419114194                # what "hidden" libraries, object files and flags are used when
    1419214195                # linking a shared library.
    14193                 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"'
    1419414197              fi
    1419514198
     
    2005820061# INIT-COMMANDS
    2005920062#
    20060 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
     20063AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"
    2006120064
    2006220065
     
    2105421057  # are listed without --file.  Let's play safe and only enable the eval
    2105521058  # if we detect the quoting.
    21056   case $CONFIG_FILES in
    21057   *\'*) eval set x "$CONFIG_FILES" ;;
    21058   *)   set x $CONFIG_FILES ;;
    21059   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
    2106021069  shift
    21061   for mf
     21070  # Used to flag and report bootstrapping failures.
     21071  am_rc=0
     21072  for am_mf
    2106221073  do
    2106321074    # Strip MF so we end up with the name of the file.
    21064     mf=`echo "$mf" | sed -e 's/:.*$//'`
    21065     # Check whether this is an Automake generated Makefile or not.
    21066     # We used to match only the files named 'Makefile.in', but
    21067     # some people rename them; so instead we look at the file content.
    21068     # Grep'ing the first line is not enough: some people post-process
    21069     # each Makefile.in and add a new line on top of each file to say so.
    21070     # 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
    2107121079    # limit of 2048, but all sed's we know have understand at least 4000.
    21072     if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
    21073       dirpart=`$as_dirname -- "$mf" ||
    21074 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    21075          X"$mf" : 'X\(//\)[^/]' \| \
    21076          X"$mf" : 'X\(//\)$' \| \
    21077          X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
    21078 $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" |
    2107921088    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    2108021089            s//\1/
     
    2109421103          }
    2109521104          s/.*/./; q'`
    21096     else
    21097       continue
    21098     fi
    21099     # Extract the definition of DEPDIR, am__include, and am__quote
    21100     # from the Makefile without running 'make'.
    21101     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
    21102     test -z "$DEPDIR" && continue
    21103     am__include=`sed -n 's/^am__include = //p' < "$mf"`
    21104     test -z "$am__include" && continue
    21105     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
    21106     # Find all dependency output files, they are included files with
    21107     # $(DEPDIR) in their names.  We invoke sed twice because it is the
    21108     # simplest approach to changing $(DEPDIR) to its actual value in the
    21109     # expansion.
    21110     for file in `sed -n "
    21111       s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
    21112          sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
    21113       # Make sure the directory exists.
    21114       test -f "$dirpart/$file" && continue
    21115       fdir=`$as_dirname -- "$file" ||
    21116 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    21117          X"$file" : 'X\(//\)[^/]' \| \
    21118          X"$file" : 'X\(//\)$' \| \
    21119          X"$file" : 'X\(/\)' \| . 2>/dev/null ||
    21120 $as_echo X"$file" |
    21121     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 '/^.*\/\([^/][^/]*\)\/*$/{
    2112221111            s//\1/
    2112321112            q
    2112421113          }
    21125           /^X\(\/\/\)[^/].*/{
     21114          /^X\/\(\/\/\)$/{
    2112621115            s//\1/
    2112721116            q
    2112821117          }
    21129           /^X\(\/\/\)$/{
    21130             s//\1/
    21131             q
    21132           }
    21133           /^X\(\/\).*/{
     21118          /^X\/\(\/\).*/{
    2113421119            s//\1/
    2113521120            q
    2113621121          }
    2113721122          s/.*/./; q'`
    21138       as_dir=$dirpart/$fdir; as_fn_mkdir_p
    21139       # echo "creating $dirpart/$file"
    21140       echo '# dummy' > "$dirpart/$file"
    21141     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=$?
    2114221132  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
    2114321147}
    2114421148 ;;
     
    2115821162#! $SHELL
    2115921163# Generated automatically by $as_me ($PACKAGE) $VERSION
    21160 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
    2116121164# NOTE: Changes made to this file will be lost: look at ltmain.sh.
    2116221165
Note: See TracChangeset for help on using the changeset viewer.