]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Rebuilt.
authorPavel Roskin <proski@gnu.org>
Tue, 12 Dec 2000 22:03:08 +0000 (22:03 +0000)
committerPavel Roskin <proski@gnu.org>
Tue, 12 Dec 2000 22:03:08 +0000 (22:03 +0000)
configure

index cd74a8c019b7fab4f9180ad49a98afc263dc1081..5f67ac9caf4eeca9eda24759ffff05ac50d8738e 100755 (executable)
--- a/configure
+++ b/configure
@@ -48,6 +48,14 @@ IFS="        $ac_nl"
 # CDPATH.
 $as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=:; export CDPATH; }
 
+# Name of the host.
+# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
+# so uname gets run too.
+ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
+
+# Name of the executable.
+as_me=`echo "$0" | sed 's,.*/,,'`
+
 cat >config.log << EOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
@@ -55,8 +63,11 @@ running configure, to aid debugging if configure makes a mistake.
 It was created by $as_me (Autoconf 2.49c) 2.49c, executed with
  > $0 $@
 
-on `(hostname || uname -n) 2>/dev/null | sed 1q`:
+## ---------- ##
+## Platform.  ##
+## ---------- ##
 
+hostname = $ac_hostname
 uname -m = `(uname -m) 2>/dev/null || echo unknown`
 uname -r = `(uname -r) 2>/dev/null || echo unknown`
 uname -s = `(uname -s) 2>/dev/null || echo unknown`
@@ -74,6 +85,11 @@ hostinfo               = `(hostinfo) 2>/dev/null`
 /bin/universe          = `(/bin/universe) 2>/dev/null`
 
 PATH = $PATH
+
+## ------------ ##
+## Core tests.  ##
+## ------------ ##
+
 EOF
 
 # File descriptor usage:
@@ -105,14 +121,6 @@ SHELL=${CONFIG_SHELL-/bin/sh}
 # only ac_max_sed_lines should be used.
 : ${ac_max_here_lines=38}
 
-# Name of the host.
-# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
-# so uname gets run too.
-ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
-
-# Name of the executable.
-as_me=`echo "$0" | sed 's,.*/,,'`
-
 # Avoid depending upon Character Ranges.
 ac_cr_az='abcdefghijklmnopqrstuvwxyz'
 ac_cr_AZ='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
@@ -238,8 +246,10 @@ do
     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
     # Reject names that are not valid shell variable names.
     expr "x$ac_feature" : ".*[^-_$ac_cr_alnum]" >/dev/null &&
-      {  echo "$as_me: error: invalid feature name: $ac_feature" >&2
-  { (exit 1); exit; }; }
+      { { echo "$as_me:249: error: invalid feature name: $ac_feature" >&5
+echo "$as_me: error: invalid feature name: $ac_feature" >&2;}
+   { (exit 1); exit; }; }
+
     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
     eval "enable_$ac_feature=no" ;;
 
@@ -247,8 +257,10 @@ do
     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
     # Reject names that are not valid shell variable names.
     expr "x$ac_feature" : ".*[^-_$ac_cr_alnum]" >/dev/null &&
-      {  echo "$as_me: error: invalid feature name: $ac_feature" >&2
-  { (exit 1); exit; }; }
+      { { echo "$as_me:260: error: invalid feature name: $ac_feature" >&5
+echo "$as_me: error: invalid feature name: $ac_feature" >&2;}
+   { (exit 1); exit; }; }
+
     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
     case $ac_option in
       *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
@@ -429,8 +441,10 @@ do
     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
     # Reject names that are not valid shell variable names.
     expr "x$ac_package" : ".*[^-_$ac_cr_alnum]" >/dev/null &&
-      {  echo "$as_me: error: invalid package name: $ac_package" >&2
-  { (exit 1); exit; }; }
+      { { echo "$as_me:444: error: invalid package name: $ac_package" >&5
+echo "$as_me: error: invalid package name: $ac_package" >&2;}
+   { (exit 1); exit; }; }
+
     ac_package=`echo $ac_package| sed 's/-/_/g'`
     case $ac_option in
       *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
@@ -442,8 +456,10 @@ do
     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
     # Reject names that are not valid shell variable names.
     expr "x$ac_package" : ".*[^-_$ac_cr_alnum]" >/dev/null &&
-      {  echo "$as_me: error: invalid package name: $ac_package" >&2
-  { (exit 1); exit; }; }
+      { { echo "$as_me:459: error: invalid package name: $ac_package" >&5
+echo "$as_me: error: invalid package name: $ac_package" >&2;}
+   { (exit 1); exit; }; }
+
     ac_package=`echo $ac_package | sed 's/-/_/g'`
     eval "with_$ac_package=no" ;;
 
@@ -465,28 +481,33 @@ do
   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
     x_libraries=$ac_optarg ;;
 
-  -*) {  echo "$as_me: error: unrecognized option: $ac_option
-Try \`$0 --help' for more information." >&2
-  { (exit 1); exit; }; }
+  -*) { { echo "$as_me:484: error: unrecognized option: $ac_option
+Try \`$0 --help' for more information." >&5
+echo "$as_me: error: unrecognized option: $ac_option
+Try \`$0 --help' for more information." >&2;}
+   { (exit 1); exit; }; }
+
     ;;
 
   *=*)
     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
     # Reject names that are not valid shell variable names.
     expr "x$ac_envvar" : ".*[^_$ac_cr_alnum]" >/dev/null &&
-      {  echo "$as_me: error: invalid variable name: $ac_envvar" >&2
-  { (exit 1); exit; }; }
+      { { echo "$as_me:496: error: invalid variable name: $ac_envvar" >&5
+echo "$as_me: error: invalid variable name: $ac_envvar" >&2;}
+   { (exit 1); exit; }; }
+
     ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
     eval "$ac_envvar='$ac_optarg'"
     export $ac_envvar ;;
 
   *)
     # FIXME: should be removed in autoconf 3.0.
-    { echo "$as_me:485: WARNING: you should use --build, --host, --target" >&5
-echo "$as_me: warning: you should use --build, --host, --target" >&2; }
+    { echo "$as_me:506: WARNING: you should use --build, --host, --target" >&5
+echo "$as_me: WARNING: you should use --build, --host, --target" >&2;}
     expr "x$ac_option" : ".*[^-._$ac_cr_alnum]" >/dev/null &&
-      { echo "$as_me:488: WARNING: invalid host type: $ac_option" >&5
-echo "$as_me: warning: invalid host type: $ac_option" >&2; }
+      { echo "$as_me:509: WARNING: invalid host type: $ac_option" >&5
+echo "$as_me: WARNING: invalid host type: $ac_option" >&2;}
     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
     ;;
 
@@ -495,8 +516,10 @@ done
 
 if test -n "$ac_prev"; then
   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
-  {  echo "$as_me: error: missing argument to $ac_option" >&2
-  { (exit 1); exit; }; }
+  { { echo "$as_me:519: error: missing argument to $ac_option" >&5
+echo "$as_me: error: missing argument to $ac_option" >&2;}
+   { (exit 1); exit; }; }
+
 fi
 
 # Be sure to have absolute paths.
@@ -508,8 +531,10 @@ do
   case $ac_val in
     [\\/$]* | ?:[\\/]* ) ;;
     NONE ) ;;
-    *)  {  echo "$as_me: error: expected an absolute path for --$ac_var: $ac_val" >&2
-  { (exit 1); exit; }; };;
+    *)  { { echo "$as_me:534: error: expected an absolute path for --$ac_var: $ac_val" >&5
+echo "$as_me: error: expected an absolute path for --$ac_var: $ac_val" >&2;}
+   { (exit 1); exit; }; }
+;;
   esac
 done
 
@@ -523,10 +548,10 @@ target=$target_alias
 if test "x$host_alias" != x; then
   if test "x$build_alias" = x; then
     cross_compiling=maybe
-    { echo "$as_me:526: WARNING: If you wanted to set the --build type, don't use --host.
+    { echo "$as_me:551: WARNING: If you wanted to set the --build type, don't use --host.
     If a cross compiler is detected then cross compile mode will be used." >&5
-echo "$as_me: warning: If you wanted to set the --build type, don't use --host.
-    If a cross compiler is detected then cross compile mode will be used." >&2; }
+echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
+    If a cross compiler is detected then cross compile mode will be used." >&2;}
   elif test "x$build_alias" != "x$host_alias"; then
     cross_compiling=yes
   fi
@@ -551,11 +576,15 @@ else
 fi
 if test ! -r $srcdir/$ac_unique_file; then
   if test "$ac_srcdir_defaulted" = yes; then
-    {  echo "$as_me: error: cannot find sources in $ac_confdir or .." >&2
-  { (exit 1); exit; }; }
+    { { echo "$as_me:579: error: cannot find sources in $ac_confdir or .." >&5
+echo "$as_me: error: cannot find sources in $ac_confdir or .." >&2;}
+   { (exit 1); exit; }; }
+
   else
-    {  echo "$as_me: error: cannot find sources in $srcdir" >&2
-  { (exit 1); exit; }; }
+    { { echo "$as_me:584: error: cannot find sources in $srcdir" >&5
+echo "$as_me: error: cannot find sources in $srcdir" >&2;}
+   { (exit 1); exit; }; }
+
   fi
 fi
 srcdir=`echo "$srcdir" | sed 's%\([^/]\)/*$%\1%'`
@@ -678,8 +707,8 @@ if test "$ac_init_help" = "recursive"; then
       echo
       $ac_configure --help
     else
-      { echo "$as_me:681: WARNING: no configuration information is in $ac_subdir" >&5
-echo "$as_me: warning: no configuration information is in $ac_subdir" >&2; }
+      { echo "$as_me:710: WARNING: no configuration information is in $ac_subdir" >&5
+echo "$as_me: WARNING: no configuration information is in $ac_subdir" >&2;}
     fi
     cd $ac_popdir
   done
@@ -759,16 +788,16 @@ if test -r "$cache_file"; then
   # Some versions of bash will fail to source /dev/null (special
   # files actually), so we avoid doing that.
   if test -f "$cache_file"; then
-    { echo "$as_me:762: loading cache $cache_file" >&5
-echo "loading cache $cache_file" >&6;}
+    { echo "$as_me:791: loading cache $cache_file" >&5
+echo "$as_me: loading cache $cache_file" >&6;}
     case $cache_file in
       [\\/]* | ?:[\\/]* ) . $cache_file;;
       *)                      . ./$cache_file;;
     esac
   fi
 else
-  { echo "$as_me:770: creating cache $cache_file" >&5
-echo "creating cache $cache_file" >&6;}
+  { echo "$as_me:799: creating cache $cache_file" >&5
+echo "$as_me: creating cache $cache_file" >&6;}
   >$cache_file
 fi
 
@@ -783,31 +812,31 @@ for ac_var in `(set) 2>&1 |
   eval ac_new_val="\$ac_env_${ac_var}_value"
   case $ac_old_set,$ac_new_set in
     set,)
-      { echo "$as_me:786: WARNING: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
-echo "$as_me: warning: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2; }
+      { echo "$as_me:815: WARNING: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
+echo "$as_me: WARNING: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
       ac_suggest_removing_cache=: ;;
     ,set)
-      { echo "$as_me:790: WARNING: \`$ac_var' was not set in the previous run" >&5
-echo "$as_me: warning: \`$ac_var' was not set in the previous run" >&2; }
+      { echo "$as_me:819: WARNING: \`$ac_var' was not set in the previous run" >&5
+echo "$as_me: WARNING: \`$ac_var' was not set in the previous run" >&2;}
       ac_suggest_removing_cache=: ;;
     ,);;
     *)
       if test "x$ac_old_val" != "x$ac_new_val"; then
-        { echo "$as_me:796: WARNING: \`$ac_var' has changed since the previous run:" >&5
-echo "$as_me: warning: \`$ac_var' has changed since the previous run:" >&2; }
-        { echo "$as_me:798: WARNING:   former value:  $ac_old_val" >&5
-echo "$as_me: warning:   former value:  $ac_old_val" >&2; }
-        { echo "$as_me:800: WARNING:   current value: $ac_new_val" >&5
-echo "$as_me: warning:   current value: $ac_new_val" >&2; }
+        { echo "$as_me:825: WARNING: \`$ac_var' has changed since the previous run:" >&5
+echo "$as_me: WARNING: \`$ac_var' has changed since the previous run:" >&2;}
+        { echo "$as_me:827: WARNING:   former value:  $ac_old_val" >&5
+echo "$as_me: WARNING:   former value:  $ac_old_val" >&2;}
+        { echo "$as_me:829: WARNING:   current value: $ac_new_val" >&5
+echo "$as_me: WARNING:   current value: $ac_new_val" >&2;}
         ac_suggest_removing_cache=:
       fi;;
   esac
 done
 if $ac_suggest_removing_cache; then
-  { echo "$as_me:807: WARNING: changes in the environment can compromise the build" >&5
-echo "$as_me: warning: changes in the environment can compromise the build" >&2; }
-  { echo "$as_me:809: WARNING: consider removing $cache_file and starting over" >&5
-echo "$as_me: warning: consider removing $cache_file and starting over" >&2; }
+  { echo "$as_me:836: WARNING: changes in the environment can compromise the build" >&5
+echo "$as_me: WARNING: changes in the environment can compromise the build" >&2;}
+  { echo "$as_me:838: WARNING: consider removing $cache_file and starting over" >&5
+echo "$as_me: WARNING: consider removing $cache_file and starting over" >&2;}
 fi
 
 ac_ext=c
@@ -840,8 +869,10 @@ for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
   fi
 done
 if test -z "$ac_aux_dir"; then
-  {  echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2
-  { (exit 1); exit; }; }
+  { { echo "$as_me:872: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
+echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
+   { (exit 1); exit; }; }
+
 fi
 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
@@ -859,7 +890,7 @@ ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
 # ./install, which can be erroneously created by make from ./install.sh.
-echo "$as_me:862: checking for a BSD compatible install" >&5
+echo "$as_me:893: checking for a BSD compatible install" >&5
 echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6
 if test -z "$INSTALL"; then
 if test "${ac_cv_path_install+set}" = set; then
@@ -908,7 +939,7 @@ fi
     INSTALL=$ac_install_sh
   fi
 fi
-echo "$as_me:911: result: $INSTALL" >&5
+echo "$as_me:942: result: $INSTALL" >&5
 echo "${ECHO_T}$INSTALL" >&6
 
 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
@@ -919,7 +950,7 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
 
 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
 
-echo "$as_me:922: checking whether build environment is sane" >&5
+echo "$as_me:953: checking whether build environment is sane" >&5
 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
 # Just in case
 sleep 1
@@ -942,9 +973,12 @@ if (
       # if, for instance, CONFIG_SHELL is bash and it inherits a
       # broken ls alias from the environment.  This has actually
       # happened.  Such a system could not be considered "sane".
-      {  echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
-alias in your environment" >&2
-  { (exit 1); exit; }; }
+      { { echo "$as_me:976: error: ls -t appears to fail.  Make sure there is not a broken
+alias in your environment" >&5
+echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
+alias in your environment" >&2;}
+   { (exit 1); exit; }; }
+
    fi
 
    test "$2" = conftestfile
@@ -953,12 +987,15 @@ then
    # Ok.
    :
 else
-   {  echo "$as_me: error: newly created file is older than distributed files!
-Check your system clock" >&2
-  { (exit 1); exit; }; }
+   { { echo "$as_me:990: error: newly created file is older than distributed files!
+Check your system clock" >&5
+echo "$as_me: error: newly created file is older than distributed files!
+Check your system clock" >&2;}
+   { (exit 1); exit; }; }
+
 fi
 rm -f conftest*
-echo "$as_me:961: result: yes" >&5
+echo "$as_me:998: result: yes" >&5
 echo "${ECHO_T}yes" >&6
 if test "$program_transform_name" = s,x,x,; then
   program_transform_name=
@@ -979,7 +1016,7 @@ test "$program_suffix" != NONE &&
 # sed with no file args requires a program.
 test -z "$program_transform_name" && program_transform_name="s,x,x,"
 
-echo "$as_me:982: checking whether ${MAKE-make} sets \${MAKE}" >&5
+echo "$as_me:1019: checking whether ${MAKE-make} sets \${MAKE}" >&5
 echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6
 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
@@ -999,11 +1036,11 @@ fi
 rm -f conftestmake
 fi
 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
-  echo "$as_me:1002: result: yes" >&5
+  echo "$as_me:1039: result: yes" >&5
 echo "${ECHO_T}yes" >&6
   SET_MAKE=
 else
-  echo "$as_me:1006: result: no" >&5
+  echo "$as_me:1043: result: no" >&5
 echo "${ECHO_T}no" >&6
   SET_MAKE="MAKE=${MAKE-make}"
 fi
@@ -1013,8 +1050,10 @@ PACKAGE=autoconf
 VERSION=2.49c
 
 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
-  {  echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2
-  { (exit 1); exit; }; }
+  { { echo "$as_me:1053: error: source directory already configured; run \"make distclean\" there first" >&5
+echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
+   { (exit 1); exit; }; }
+
 fi
 
 cat >>confdefs.h <<EOF
@@ -1026,78 +1065,78 @@ cat >>confdefs.h <<EOF
 EOF
 
 missing_dir=`cd $ac_aux_dir && pwd`
-echo "$as_me:1029: checking for working aclocal" >&5
+echo "$as_me:1068: checking for working aclocal" >&5
 echo $ECHO_N "checking for working aclocal... $ECHO_C" >&6
 # Run test in a subshell; some versions of sh will print an error if
 # an executable is not found, even if stderr is redirected.
 # Redirect stdin to placate older versions of autoconf.  Sigh.
 if (aclocal --version) < /dev/null > /dev/null 2>&1; then
    ACLOCAL=aclocal
-   echo "$as_me:1036: result: found" >&5
+   echo "$as_me:1075: result: found" >&5
 echo "${ECHO_T}found" >&6
 else
    ACLOCAL="$SHELL $missing_dir/missing aclocal"
-   echo "$as_me:1040: result: missing" >&5
+   echo "$as_me:1079: result: missing" >&5
 echo "${ECHO_T}missing" >&6
 fi
 
-echo "$as_me:1044: checking for working autoconf" >&5
+echo "$as_me:1083: checking for working autoconf" >&5
 echo $ECHO_N "checking for working autoconf... $ECHO_C" >&6
 # Run test in a subshell; some versions of sh will print an error if
 # an executable is not found, even if stderr is redirected.
 # Redirect stdin to placate older versions of autoconf.  Sigh.
 if (autoconf --version) < /dev/null > /dev/null 2>&1; then
    AUTOCONF=autoconf
-   echo "$as_me:1051: result: found" >&5
+   echo "$as_me:1090: result: found" >&5
 echo "${ECHO_T}found" >&6
 else
    AUTOCONF="$SHELL $missing_dir/missing autoconf"
-   echo "$as_me:1055: result: missing" >&5
+   echo "$as_me:1094: result: missing" >&5
 echo "${ECHO_T}missing" >&6
 fi
 
-echo "$as_me:1059: checking for working automake" >&5
+echo "$as_me:1098: checking for working automake" >&5
 echo $ECHO_N "checking for working automake... $ECHO_C" >&6
 # Run test in a subshell; some versions of sh will print an error if
 # an executable is not found, even if stderr is redirected.
 # Redirect stdin to placate older versions of autoconf.  Sigh.
 if (automake --version) < /dev/null > /dev/null 2>&1; then
    AUTOMAKE=automake
-   echo "$as_me:1066: result: found" >&5
+   echo "$as_me:1105: result: found" >&5
 echo "${ECHO_T}found" >&6
 else
    AUTOMAKE="$SHELL $missing_dir/missing automake"
-   echo "$as_me:1070: result: missing" >&5
+   echo "$as_me:1109: result: missing" >&5
 echo "${ECHO_T}missing" >&6
 fi
 
-echo "$as_me:1074: checking for working autoheader" >&5
+echo "$as_me:1113: checking for working autoheader" >&5
 echo $ECHO_N "checking for working autoheader... $ECHO_C" >&6
 # Run test in a subshell; some versions of sh will print an error if
 # an executable is not found, even if stderr is redirected.
 # Redirect stdin to placate older versions of autoconf.  Sigh.
 if (autoheader --version) < /dev/null > /dev/null 2>&1; then
    AUTOHEADER=autoheader
-   echo "$as_me:1081: result: found" >&5
+   echo "$as_me:1120: result: found" >&5
 echo "${ECHO_T}found" >&6
 else
    AUTOHEADER="$SHELL $missing_dir/missing autoheader"
-   echo "$as_me:1085: result: missing" >&5
+   echo "$as_me:1124: result: missing" >&5
 echo "${ECHO_T}missing" >&6
 fi
 
-echo "$as_me:1089: checking for working makeinfo" >&5
+echo "$as_me:1128: checking for working makeinfo" >&5
 echo $ECHO_N "checking for working makeinfo... $ECHO_C" >&6
 # Run test in a subshell; some versions of sh will print an error if
 # an executable is not found, even if stderr is redirected.
 # Redirect stdin to placate older versions of autoconf.  Sigh.
 if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
    MAKEINFO=makeinfo
-   echo "$as_me:1096: result: found" >&5
+   echo "$as_me:1135: result: found" >&5
 echo "${ECHO_T}found" >&6
 else
    MAKEINFO="$SHELL $missing_dir/missing makeinfo"
-   echo "$as_me:1100: result: missing" >&5
+   echo "$as_me:1139: result: missing" >&5
 echo "${ECHO_T}missing" >&6
 fi
 
@@ -1112,7 +1151,7 @@ for ac_prog in gm4 gnum4 m4
 do
   # Extract the first word of "$ac_prog", so it can be a program name with args.
 set dummy $ac_prog; ac_word=$2
-echo "$as_me:1115: checking for $ac_word" >&5
+echo "$as_me:1154: checking for $ac_word" >&5
 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 if test "${ac_cv_path_M4+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -1139,10 +1178,10 @@ fi
 M4=$ac_cv_path_M4
 
 if test -n "$M4"; then
-  echo "$as_me:1142: result: $M4" >&5
+  echo "$as_me:1181: result: $M4" >&5
 echo "${ECHO_T}$M4" >&6
 else
-  echo "$as_me:1145: result: no" >&5
+  echo "$as_me:1184: result: no" >&5
 echo "${ECHO_T}no" >&6
 fi
 
@@ -1150,7 +1189,7 @@ fi
 done
 test -n "$M4" || M4="m4"
 
-echo "$as_me:1153: checking whether m4 supports frozen files" >&5
+echo "$as_me:1192: checking whether m4 supports frozen files" >&5
 echo $ECHO_N "checking whether m4 supports frozen files... $ECHO_C" >&6
 if test "${ac_cv_prog_gnu_m4+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -1162,11 +1201,13 @@ if test x"$M4" != x; then
   esac
 fi
 fi
-echo "$as_me:1165: result: $ac_cv_prog_gnu_m4" >&5
+echo "$as_me:1204: result: $ac_cv_prog_gnu_m4" >&5
 echo "${ECHO_T}$ac_cv_prog_gnu_m4" >&6
 if test x"$ac_cv_prog_gnu_m4" != xyes; then
-  {  echo "$as_me: error: GNU m4 1.4 is required" >&2
-  { (exit 1); exit; }; }
+  { { echo "$as_me:1207: error: GNU m4 1.4 is required" >&5
+echo "$as_me: error: GNU m4 1.4 is required" >&2;}
+   { (exit 1); exit; }; }
+
 fi
 # This is needed because Automake does not seem to realize there is
 # an AC_SUBST inside AC_PROG_GNU_M4.  Grmph!
@@ -1176,7 +1217,7 @@ for ac_prog in mawk gawk nawk awk
 do
   # Extract the first word of "$ac_prog", so it can be a program name with args.
 set dummy $ac_prog; ac_word=$2
-echo "$as_me:1179: checking for $ac_word" >&5
+echo "$as_me:1220: checking for $ac_word" >&5
 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 if test "${ac_cv_prog_AWK+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -1198,10 +1239,10 @@ fi
 fi
 AWK=$ac_cv_prog_AWK
 if test -n "$AWK"; then
-  echo "$as_me:1201: result: $AWK" >&5
+  echo "$as_me:1242: result: $AWK" >&5
 echo "${ECHO_T}$AWK" >&6
 else
-  echo "$as_me:1204: result: no" >&5
+  echo "$as_me:1245: result: no" >&5
 echo "${ECHO_T}no" >&6
 fi
 
@@ -1209,25 +1250,25 @@ fi
 done
 
 # Generating man pages.
-echo "$as_me:1212: checking for working help2man" >&5
+echo "$as_me:1253: checking for working help2man" >&5
 echo $ECHO_N "checking for working help2man... $ECHO_C" >&6
 # Run test in a subshell; some versions of sh will print an error if
 # an executable is not found, even if stderr is redirected.
 # Redirect stdin to placate older versions of autoconf.  Sigh.
 if (help2man --version) < /dev/null > /dev/null 2>&1; then
    HELP2MAN=help2man
-   echo "$as_me:1219: result: found" >&5
+   echo "$as_me:1260: result: found" >&5
 echo "${ECHO_T}found" >&6
 else
    HELP2MAN="$SHELL $missing_dir/missing help2man"
-   echo "$as_me:1223: result: missing" >&5
+   echo "$as_me:1264: result: missing" >&5
 echo "${ECHO_T}missing" >&6
 fi
 
 # We use a path for perl so the #! line in autoscan will work.
 # Extract the first word of "perl", so it can be a program name with args.
 set dummy perl; ac_word=$2
-echo "$as_me:1230: checking for $ac_word" >&5
+echo "$as_me:1271: checking for $ac_word" >&5
 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 if test "${ac_cv_path_PERL+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -1255,18 +1296,18 @@ fi
 PERL=$ac_cv_path_PERL
 
 if test -n "$PERL"; then
-  echo "$as_me:1258: result: $PERL" >&5
+  echo "$as_me:1299: result: $PERL" >&5
 echo "${ECHO_T}$PERL" >&6
 else
-  echo "$as_me:1261: result: no" >&5
+  echo "$as_me:1302: result: no" >&5
 echo "${ECHO_T}no" >&6
 fi
 
 if test "$PERL" != no; then
   PERLSCRIPTS=autoscan
 else
-  { echo "$as_me:1268: WARNING: autoscan will not be built since perl is not found" >&5
-echo "$as_me: warning: autoscan will not be built since perl is not found" >&2; }
+  { echo "$as_me:1309: WARNING: autoscan will not be built since perl is not found" >&5
+echo "$as_me: WARNING: autoscan will not be built since perl is not found" >&2;}
 fi
 
 # Find a good install program.  We prefer a C program (faster),
@@ -1281,7 +1322,7 @@ fi
 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
 # ./install, which can be erroneously created by make from ./install.sh.
-echo "$as_me:1284: checking for a BSD compatible install" >&5
+echo "$as_me:1325: checking for a BSD compatible install" >&5
 echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6
 if test -z "$INSTALL"; then
 if test "${ac_cv_path_install+set}" = set; then
@@ -1330,7 +1371,7 @@ fi
     INSTALL=$ac_install_sh
   fi
 fi
-echo "$as_me:1333: result: $INSTALL" >&5
+echo "$as_me:1374: result: $INSTALL" >&5
 echo "${ECHO_T}$INSTALL" >&6
 
 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
@@ -1444,8 +1485,13 @@ DEFS=`sed -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
 rm -f confdef2opt.sed
 
 # Save into config.log some information that might help in debugging.
-echo >&5
-echo "Cache variables:" >&5
+cat <<_ACEOF >&5
+
+## ----------------- ##
+## Cache variables.  ##
+## ----------------- ##
+
+_ACEOF
 # The following way of writing the cache mishandles newlines in values,
 # but we know of no workaround that is simple, portable, and efficient.
 # So, don't put newlines in cache variables' values.
@@ -1467,16 +1513,21 @@ echo "Cache variables:" >&5
         "s/^\\([_$ac_cr_alnum]*_cv_[_$ac_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
       ;;
     esac;
-} | sed 's/^/| /' >&5
-echo >&5
-echo "confdefs.h:" >&5
-sed '/^$/d;s/^/| /' confdefs.h >&5
+} >&5
+cat <<_ACEOF >&5
+
+## ------------ ##
+## confdefs.h.  ##
+## ------------ ##
+
+_ACEOF
+sed '/^$/d' confdefs.h >&5
 
 : ${CONFIG_STATUS=./config.status}
 ac_clean_files_save=$ac_clean_files
 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
-{ echo "$as_me:1478: creating $CONFIG_STATUS" >&5
-echo "creating $CONFIG_STATUS" >&6;}
+{ echo "$as_me:1529: creating $CONFIG_STATUS" >&5
+echo "$as_me: creating $CONFIG_STATUS" >&6;}
 cat >$CONFIG_STATUS <<\_ACEOF
 #! /bin/sh
 # Generated automatically by configure.
@@ -1544,7 +1595,9 @@ exec 5>>config.log
 
 cat >&5 << EOF
 
-----------------------------------------------------------------------
+## ----------------------- ##
+## Running config.status.  ##
+## ----------------------- ##
 
 This file was extended by $as_me (Autoconf 2.49c) 2.49c, executed with
  > $0 $@
@@ -1635,9 +1688,12 @@ cat >>$CONFIG_STATUS <<\EOF
     echo "$ac_cs_version"; exit 0 ;;
   --he | --h)
     # Conflict between --help and --header
-    {  echo "$as_me: error: ambiguous option: $1
-Try \`$0 --help' for more information." >&2
-  { (exit 1); exit; }; };;
+    { { echo "$as_me:1691: error: ambiguous option: $1
+Try \`$0 --help' for more information." >&5
+echo "$as_me: error: ambiguous option: $1
+Try \`$0 --help' for more information." >&2;}
+   { (exit 1); exit; }; }
+;;
   --help | --hel | -h )
     echo "$ac_cs_usage"; exit 0 ;;
   --debug | --d* | -d )
@@ -1660,11 +1716,16 @@ Try \`$0 --help' for more information." >&2
   'tests/atconfig' ) CONFIG_FILES="$CONFIG_FILES tests/atconfig" ;;
 
   # This is an error.
-  -*) {  echo "$as_me: error: unrecognized option: $1
-Try \`$0 --help' for more information." >&2
-  { (exit 1); exit; }; } ;;
-  *) {  echo "$as_me: error: invalid argument: $1" >&2
-  { (exit 1); exit; }; };;
+  -*) { { echo "$as_me:1719: error: unrecognized option: $1
+Try \`$0 --help' for more information." >&5
+echo "$as_me: error: unrecognized option: $1
+Try \`$0 --help' for more information." >&2;}
+   { (exit 1); exit; }; }
+ ;;
+  *) { { echo "$as_me:1725: error: invalid argument: $1" >&5
+echo "$as_me: error: invalid argument: $1" >&2;}
+   { (exit 1); exit; }; }
+;;
   esac
   shift
 done
@@ -1863,8 +1924,8 @@ done; }
   esac
 
   if test x"$ac_file" != x-; then
-    { echo "$as_me:1866: creating $ac_file" >&5
-echo "creating $ac_file" >&6;}
+    { echo "$as_me:1927: creating $ac_file" >&5
+echo "$as_me: creating $ac_file" >&6;}
     rm -f "$ac_file"
   fi
   # Let's still pretend it is `configure' which instantiates (i.e., don't
@@ -1884,8 +1945,10 @@ echo "creating $ac_file" >&6;}
       -) echo $tmp/stdin ;;
       [\\/$]* | ?:[\\/]*)
          # Absolute
-         test -f "$f" || {  echo "$as_me: error: cannot find input file: $f" >&2
-  { (exit 1); exit; }; }
+         test -f "$f" || { { echo "$as_me:1948: error: cannot find input file: $f" >&5
+echo "$as_me: error: cannot find input file: $f" >&2;}
+   { (exit 1); exit; }; }
+
          echo $f;;
       *) # Relative
          if test -f "$f"; then
@@ -1896,8 +1959,10 @@ echo "creating $ac_file" >&6;}
            echo $ac_given_srcdir/$f
          else
            # /dev/null tree
-           {  echo "$as_me: error: cannot find input file: $f" >&2
-  { (exit 1); exit; }; }
+           { { echo "$as_me:1962: error: cannot find input file: $f" >&5
+echo "$as_me: error: cannot find input file: $f" >&2;}
+   { (exit 1); exit; }; }
+
          fi;;
       esac
     done` || { (exit 1); exit; }