ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/branches/1.1.x/configure
(Generate patch)

Comparing hopm/branches/1.1.x/configure (file contents):
Revision 8576 by michael, Sun Oct 14 09:31:47 2018 UTC vs.
Revision 8849 by michael, Sat Feb 9 18:33:17 2019 UTC

# Line 1 | Line 1
1   #! /bin/sh
2 < # From configure.ac Id: configure.ac 8558 2018-09-23 09:25:22Z michael .
2 > # From configure.ac Id: configure.ac 8848 2019-02-09 18:31:58Z michael .
3   # Guess values for system-dependent variables and create Makefiles.
4 < # Generated by GNU Autoconf 2.69 for hopm 1.1.5.
4 > # Generated by GNU Autoconf 2.69 for hopm 1.1.6.
5   #
6   # Report bugs to <bugs@ircd-hybrid.org>.
7   #
# Line 591 | Line 591 | MAKEFLAGS=
591   # Identity of this package.
592   PACKAGE_NAME='hopm'
593   PACKAGE_TARNAME='hopm'
594 < PACKAGE_VERSION='1.1.5'
595 < PACKAGE_STRING='hopm 1.1.5'
594 > PACKAGE_VERSION='1.1.6'
595 > PACKAGE_STRING='hopm 1.1.6'
596   PACKAGE_BUGREPORT='bugs@ircd-hybrid.org'
597   PACKAGE_URL=''
598  
# Line 681 | Line 681 | am__nodep
681   AMDEPBACKSLASH
682   AMDEP_FALSE
683   AMDEP_TRUE
684 am__quote
684   am__include
685   DEPDIR
686   OBJEXT
# Line 758 | Line 757 | PACKAGE_VERSION
757   PACKAGE_TARNAME
758   PACKAGE_NAME
759   PATH_SEPARATOR
760 < SHELL'
760 > SHELL
761 > am__quote'
762   ac_subst_files=''
763   ac_user_opts='
764   enable_option_checking
# Line 1330 | Line 1330 | if test "$ac_init_help" = "long"; then
1330    # Omit some internal or obsolete options to make the list less imposing.
1331    # This message is too long to be a string in the A/UX 3.1 sh.
1332    cat <<_ACEOF
1333 < \`configure' configures hopm 1.1.5 to adapt to many kinds of systems.
1333 > \`configure' configures hopm 1.1.6 to adapt to many kinds of systems.
1334  
1335   Usage: $0 [OPTION]... [VAR=VALUE]...
1336  
# Line 1400 | Line 1400 | fi
1400  
1401   if test -n "$ac_init_help"; then
1402    case $ac_init_help in
1403 <     short | recursive ) echo "Configuration of hopm 1.1.5:";;
1403 >     short | recursive ) echo "Configuration of hopm 1.1.6:";;
1404     esac
1405    cat <<\_ACEOF
1406  
# Line 1525 | Line 1525 | fi
1525   test -n "$ac_init_help" && exit $ac_status
1526   if $ac_init_version; then
1527    cat <<\_ACEOF
1528 < hopm configure 1.1.5
1528 > hopm configure 1.1.6
1529   generated by GNU Autoconf 2.69
1530  
1531   Copyright (C) 2012 Free Software Foundation, Inc.
# Line 1803 | Line 1803 | cat >config.log <<_ACEOF
1803   This file contains any messages produced by compilers while
1804   running configure, to aid debugging if configure makes a mistake.
1805  
1806 < It was created by hopm $as_me 1.1.5, which was
1806 > It was created by hopm $as_me 1.1.6, which was
1807   generated by GNU Autoconf 2.69.  Invocation command line was
1808  
1809    $ $0 $@
# Line 2151 | Line 2151 | ac_link='$CC -o conftest$ac_exeext $CFLA
2151   ac_compiler_gnu=$ac_cv_c_compiler_gnu
2152  
2153  
2154 < am__api_version='1.15'
2154 > am__api_version='1.16'
2155  
2156   ac_aux_dir=
2157   for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
# Line 2666 | Line 2666 | fi
2666  
2667   # Define the identity of the package.
2668   PACKAGE='hopm'
2669 < VERSION='1.1.5'
2669 > VERSION='1.1.6'
2670  
2671  
2672   cat >>confdefs.h <<_ACEOF
# Line 2696 | Line 2696 | MAKEINFO=${MAKEINFO-"${am_missing_run}ma
2696  
2697   # For better backward compatibility.  To be removed once Automake 1.9.x
2698   # dies out for good.  For more background, see:
2699 < # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
2700 < # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
2699 > # <https://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
2700 > # <https://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
2701   mkdir_p='$(MKDIR_P)'
2702  
2703   # We need awk for the "check" target (and possibly the TAP driver).  The
# Line 2748 | Line 2748 | END
2748   Aborting the configuration process, to ensure you take notice of the issue.
2749  
2750   You can download and install GNU coreutils to get an 'rm' implementation
2751 < that behaves properly: <http://www.gnu.org/software/coreutils/>.
2751 > that behaves properly: <https://www.gnu.org/software/coreutils/>.
2752  
2753   If you want to complete the configuration process using your problematic
2754   'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
# Line 2792 | Line 2792 | DEPDIR="${am__leading_dot}deps"
2792  
2793   ac_config_commands="$ac_config_commands depfiles"
2794  
2795 <
2796 < am_make=${MAKE-make}
2797 < cat > confinc << 'END'
2795 > { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} supports the include directive" >&5
2796 > $as_echo_n "checking whether ${MAKE-make} supports the include directive... " >&6; }
2797 > cat > confinc.mk << 'END'
2798   am__doit:
2799 <        @echo this is the am__doit target
2799 >        @echo this is the am__doit target >confinc.out
2800   .PHONY: am__doit
2801   END
2802 # If we don't find an include directive, just comment out the code.
2803 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
2804 $as_echo_n "checking for style of include used by $am_make... " >&6; }
2802   am__include="#"
2803   am__quote=
2804 < _am_result=none
2805 < # First try GNU make style include.
2806 < echo "include confinc" > confmf
2807 < # Ignore all kinds of additional output from 'make'.
2808 < case `$am_make -s -f confmf 2> /dev/null` in #(
2809 < *the\ am__doit\ target*)
2810 <  am__include=include
2811 <  am__quote=
2812 <  _am_result=GNU
2813 <  ;;
2814 < esac
2815 < # Now try BSD make style include.
2816 < if test "$am__include" = "#"; then
2817 <   echo '.include "confinc"' > confmf
2818 <   case `$am_make -s -f confmf 2> /dev/null` in #(
2819 <   *the\ am__doit\ target*)
2820 <     am__include=.include
2821 <     am__quote="\""
2822 <     _am_result=BSD
2804 > # BSD make does it like this.
2805 > echo '.include "confinc.mk" # ignored' > confmf.BSD
2806 > # Other make implementations (GNU, Solaris 10, AIX) do it like this.
2807 > echo 'include confinc.mk # ignored' > confmf.GNU
2808 > _am_result=no
2809 > for s in GNU BSD; do
2810 >  { echo "$as_me:$LINENO: ${MAKE-make} -f confmf.$s && cat confinc.out" >&5
2811 >   (${MAKE-make} -f confmf.$s && cat confinc.out) >&5 2>&5
2812 >   ac_status=$?
2813 >   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2814 >   (exit $ac_status); }
2815 >  case $?:`cat confinc.out 2>/dev/null` in #(
2816 >  '0:this is the am__doit target') :
2817 >    case $s in #(
2818 >  BSD) :
2819 >    am__include='.include' am__quote='"' ;; #(
2820 >  *) :
2821 >    am__include='include' am__quote='' ;;
2822 > esac ;; #(
2823 >  *) :
2824       ;;
2825 <   esac
2826 < fi
2827 <
2828 <
2829 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
2830 < $as_echo "$_am_result" >&6; }
2831 < rm -f confinc confmf
2825 > esac
2826 >  if test "$am__include" != "#"; then
2827 >    _am_result="yes ($s style)"
2828 >    break
2829 >  fi
2830 > done
2831 > rm -f confinc.* confmf.*
2832 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${_am_result}" >&5
2833 > $as_echo "${_am_result}" >&6; }
2834  
2835   # Check whether --enable-dependency-tracking was given.
2836   if test "${enable_dependency_tracking+set}" = set; then :
# Line 15374 | Line 15374 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri
15374   # report actual input values of CONFIG_FILES etc. instead of their
15375   # values after options handling.
15376   ac_log="
15377 < This file was extended by hopm $as_me 1.1.5, which was
15377 > This file was extended by hopm $as_me 1.1.6, which was
15378   generated by GNU Autoconf 2.69.  Invocation command line was
15379  
15380    CONFIG_FILES    = $CONFIG_FILES
# Line 15440 | Line 15440 | _ACEOF
15440   cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15441   ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15442   ac_cs_version="\\
15443 < hopm config.status 1.1.5
15443 > hopm config.status 1.1.6
15444   configured by $0, generated by GNU Autoconf 2.69,
15445    with options \\"\$ac_cs_config\\"
15446  
# Line 15559 | Line 15559 | cat >>$CONFIG_STATUS <<_ACEOF || ac_writ
15559   #
15560   # INIT-COMMANDS
15561   #
15562 < AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
15562 > AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"
15563  
15564  
15565   # The HP-UX ksh and POSIX shell print the target directory to stdout
# Line 16459 | Line 16459 | $as_echo "$as_me: executing $ac_file com
16459    # Older Autoconf quotes --file arguments for eval, but not when files
16460    # are listed without --file.  Let's play safe and only enable the eval
16461    # if we detect the quoting.
16462 <  case $CONFIG_FILES in
16463 <  *\'*) eval set x "$CONFIG_FILES" ;;
16464 <  *)   set x $CONFIG_FILES ;;
16465 <  esac
16462 >  # TODO: see whether this extra hack can be removed once we start
16463 >  # requiring Autoconf 2.70 or later.
16464 >  case $CONFIG_FILES in #(
16465 >  *\'*) :
16466 >    eval set x "$CONFIG_FILES" ;; #(
16467 >  *) :
16468 >    set x $CONFIG_FILES ;; #(
16469 >  *) :
16470 >     ;;
16471 > esac
16472    shift
16473 <  for mf
16473 >  # Used to flag and report bootstrapping failures.
16474 >  am_rc=0
16475 >  for am_mf
16476    do
16477      # Strip MF so we end up with the name of the file.
16478 <    mf=`echo "$mf" | sed -e 's/:.*$//'`
16479 <    # Check whether this is an Automake generated Makefile or not.
16480 <    # We used to match only the files named 'Makefile.in', but
16481 <    # some people rename them; so instead we look at the file content.
16474 <    # Grep'ing the first line is not enough: some people post-process
16475 <    # each Makefile.in and add a new line on top of each file to say so.
16476 <    # Grep'ing the whole file is not good either: AIX grep has a line
16478 >    am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
16479 >    # Check whether this is an Automake generated Makefile which includes
16480 >    # dependency-tracking related rules and includes.
16481 >    # Grep'ing the whole file directly is not great: AIX grep has a line
16482      # limit of 2048, but all sed's we know have understand at least 4000.
16483 <    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
16484 <      dirpart=`$as_dirname -- "$mf" ||
16485 < $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16486 <         X"$mf" : 'X\(//\)[^/]' \| \
16487 <         X"$mf" : 'X\(//\)$' \| \
16488 <         X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
16489 < $as_echo X"$mf" |
16483 >    sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \
16484 >      || continue
16485 >    am_dirpart=`$as_dirname -- "$am_mf" ||
16486 > $as_expr X"$am_mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16487 >         X"$am_mf" : 'X\(//\)[^/]' \| \
16488 >         X"$am_mf" : 'X\(//\)$' \| \
16489 >         X"$am_mf" : 'X\(/\)' \| . 2>/dev/null ||
16490 > $as_echo X"$am_mf" |
16491      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16492              s//\1/
16493              q
# Line 16499 | Line 16505 | $as_echo X"$mf" |
16505              q
16506            }
16507            s/.*/./; q'`
16508 <    else
16509 <      continue
16510 <    fi
16511 <    # Extract the definition of DEPDIR, am__include, and am__quote
16512 <    # from the Makefile without running 'make'.
16513 <    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
16508 <    test -z "$DEPDIR" && continue
16509 <    am__include=`sed -n 's/^am__include = //p' < "$mf"`
16510 <    test -z "$am__include" && continue
16511 <    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
16512 <    # Find all dependency output files, they are included files with
16513 <    # $(DEPDIR) in their names.  We invoke sed twice because it is the
16514 <    # simplest approach to changing $(DEPDIR) to its actual value in the
16515 <    # expansion.
16516 <    for file in `sed -n "
16517 <      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
16518 <         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
16519 <      # Make sure the directory exists.
16520 <      test -f "$dirpart/$file" && continue
16521 <      fdir=`$as_dirname -- "$file" ||
16522 < $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16523 <         X"$file" : 'X\(//\)[^/]' \| \
16524 <         X"$file" : 'X\(//\)$' \| \
16525 <         X"$file" : 'X\(/\)' \| . 2>/dev/null ||
16526 < $as_echo X"$file" |
16527 <    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16528 <            s//\1/
16529 <            q
16530 <          }
16531 <          /^X\(\/\/\)[^/].*/{
16508 >    am_filepart=`$as_basename -- "$am_mf" ||
16509 > $as_expr X/"$am_mf" : '.*/\([^/][^/]*\)/*$' \| \
16510 >         X"$am_mf" : 'X\(//\)$' \| \
16511 >         X"$am_mf" : 'X\(/\)' \| . 2>/dev/null ||
16512 > $as_echo X/"$am_mf" |
16513 >    sed '/^.*\/\([^/][^/]*\)\/*$/{
16514              s//\1/
16515              q
16516            }
16517 <          /^X\(\/\/\)$/{
16517 >          /^X\/\(\/\/\)$/{
16518              s//\1/
16519              q
16520            }
16521 <          /^X\(\/\).*/{
16521 >          /^X\/\(\/\).*/{
16522              s//\1/
16523              q
16524            }
16525            s/.*/./; q'`
16526 <      as_dir=$dirpart/$fdir; as_fn_mkdir_p
16527 <      # echo "creating $dirpart/$file"
16528 <      echo '# dummy' > "$dirpart/$file"
16529 <    done
16526 >    { echo "$as_me:$LINENO: cd "$am_dirpart" \
16527 >      && sed -e '/# am--include-marker/d' "$am_filepart" \
16528 >        | $MAKE -f - am--depfiles" >&5
16529 >   (cd "$am_dirpart" \
16530 >      && sed -e '/# am--include-marker/d' "$am_filepart" \
16531 >        | $MAKE -f - am--depfiles) >&5 2>&5
16532 >   ac_status=$?
16533 >   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16534 >   (exit $ac_status); } || am_rc=$?
16535    done
16536 +  if test $am_rc -ne 0; then
16537 +    { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
16538 + $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
16539 + as_fn_error $? "Something went wrong bootstrapping makefile fragments
16540 +    for automatic dependency tracking.  Try re-running configure with the
16541 +    '--disable-dependency-tracking' option to at least be able to build
16542 +    the package (albeit without support for automatic dependency tracking).
16543 + See \`config.log' for more details" "$LINENO" 5; }
16544 +  fi
16545 +  { am_dirpart=; unset am_dirpart;}
16546 +  { am_filepart=; unset am_filepart;}
16547 +  { am_mf=; unset am_mf;}
16548 +  { am_rc=; unset am_rc;}
16549 +  rm -f conftest-deps.mk
16550   }
16551   ;;
16552      "libtool":C)

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)