summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-03-02 22:56:17 +0000
committerJim Meyering <jim@meyering.net>2004-03-02 22:56:17 +0000
commit4dd6886e8221a353a862071613727cc9297339cf (patch)
tree3fc1f996076b3fef24f9315a64466602332bb8d9 /configure
parent2e75e638ec65602e811ec6bfd37d3040db2f5b81 (diff)
downloadcoreutils-4dd6886e8221a353a862071613727cc9297339cf.tar.xz
.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure96
1 files changed, 55 insertions, 41 deletions
diff --git a/configure b/configure
index 82e47bd90..a8b69e08d 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.59 for GNU coreutils 5.2.0.
+# Generated by GNU Autoconf 2.59 for GNU coreutils 5.2.1.
#
# Report bugs to <bug-coreutils@gnu.org>.
#
@@ -269,8 +269,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='GNU coreutils'
PACKAGE_TARNAME='coreutils'
-PACKAGE_VERSION='5.2.0'
-PACKAGE_STRING='GNU coreutils 5.2.0'
+PACKAGE_VERSION='5.2.1'
+PACKAGE_STRING='GNU coreutils 5.2.1'
PACKAGE_BUGREPORT='bug-coreutils@gnu.org'
ac_unique_file="src/ls.c"
@@ -785,7 +785,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures GNU coreutils 5.2.0 to adapt to many kinds of systems.
+\`configure' configures GNU coreutils 5.2.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -851,7 +851,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of GNU coreutils 5.2.0:";;
+ short | recursive ) echo "Configuration of GNU coreutils 5.2.1:";;
esac
cat <<\_ACEOF
@@ -987,7 +987,7 @@ fi
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
-GNU coreutils configure 5.2.0
+GNU coreutils configure 5.2.1
generated by GNU Autoconf 2.59
Copyright (C) 2003 Free Software Foundation, Inc.
@@ -1001,7 +1001,7 @@ cat >&5 <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by GNU coreutils $as_me 5.2.0, which was
+It was created by GNU coreutils $as_me 5.2.1, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ $0 $@
@@ -1518,7 +1518,7 @@ else
echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
fi
-if mkdir -p -- . 2>/dev/null; then
+if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
# Keeping the `.' argument allows $(mkdir_p) to be used without
# argument. Indeed, we sometimes output rules like
# $(mkdir_p) $(somedir)
@@ -1531,7 +1531,7 @@ else
# recognize any option. It will interpret all options as
# directories to create, and then abort because `.' already
# exists.
- for d in ./-p ./--;
+ for d in ./-p ./--version;
do
test -d $d && rmdir $d
done
@@ -1641,7 +1641,7 @@ fi
# Define the identity of the package.
PACKAGE='coreutils'
- VERSION='5.2.0'
+ VERSION='5.2.1'
cat >>confdefs.h <<_ACEOF
@@ -2826,7 +2826,9 @@ else
: > sub/conftest.c
for i in 1 2 3 4 5 6; do
echo '#include "conftst'$i'.h"' >> sub/conftest.c
- : > sub/conftst$i.h
+ # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
+ # Solaris 8's {/usr,}/bin/sh.
+ touch sub/conftst$i.h
done
echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
@@ -4392,7 +4394,9 @@ else
: > sub/conftest.c
for i in 1 2 3 4 5 6; do
echo '#include "conftst'$i'.h"' >> sub/conftest.c
- : > sub/conftst$i.h
+ # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
+ # Solaris 8's {/usr,}/bin/sh.
+ touch sub/conftst$i.h
done
echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
@@ -47946,9 +47950,9 @@ _ACEOF
fi
# For src/kill.c.
-echo "$as_me:$LINENO: checking whether strsignal is declared" >&5
-echo $ECHO_N "checking whether strsignal is declared... $ECHO_C" >&6
-if test "${ac_cv_have_decl_strsignal+set}" = set; then
+echo "$as_me:$LINENO: checking whether strtoimax is declared" >&5
+echo $ECHO_N "checking whether strtoimax is declared... $ECHO_C" >&6
+if test "${ac_cv_have_decl_strtoimax+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
@@ -47961,8 +47965,8 @@ $ac_includes_default
int
main ()
{
-#ifndef strsignal
- char *p = (char *) strsignal;
+#ifndef strtoimax
+ char *p = (char *) strtoimax;
#endif
;
@@ -47991,34 +47995,36 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
- ac_cv_have_decl_strsignal=yes
+ ac_cv_have_decl_strtoimax=yes
else
echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
-ac_cv_have_decl_strsignal=no
+ac_cv_have_decl_strtoimax=no
fi
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:$LINENO: result: $ac_cv_have_decl_strsignal" >&5
-echo "${ECHO_T}$ac_cv_have_decl_strsignal" >&6
-if test $ac_cv_have_decl_strsignal = yes; then
+echo "$as_me:$LINENO: result: $ac_cv_have_decl_strtoimax" >&5
+echo "${ECHO_T}$ac_cv_have_decl_strtoimax" >&6
+if test $ac_cv_have_decl_strtoimax = yes; then
cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_STRSIGNAL 1
+#define HAVE_DECL_STRTOIMAX 1
_ACEOF
else
cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_STRSIGNAL 0
+#define HAVE_DECL_STRTOIMAX 0
_ACEOF
fi
-echo "$as_me:$LINENO: checking whether strtoimax is declared" >&5
-echo $ECHO_N "checking whether strtoimax is declared... $ECHO_C" >&6
-if test "${ac_cv_have_decl_strtoimax+set}" = set; then
+
+
+echo "$as_me:$LINENO: checking whether strsignal is declared" >&5
+echo $ECHO_N "checking whether strsignal is declared... $ECHO_C" >&6
+if test "${ac_cv_have_decl_strsignal+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
@@ -48028,11 +48034,13 @@ cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
$ac_includes_default
+#include <signal.h>
+
int
main ()
{
-#ifndef strtoimax
- char *p = (char *) strtoimax;
+#ifndef strsignal
+ char *p = (char *) strsignal;
#endif
;
@@ -48061,27 +48069,27 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
- ac_cv_have_decl_strtoimax=yes
+ ac_cv_have_decl_strsignal=yes
else
echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
-ac_cv_have_decl_strtoimax=no
+ac_cv_have_decl_strsignal=no
fi
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:$LINENO: result: $ac_cv_have_decl_strtoimax" >&5
-echo "${ECHO_T}$ac_cv_have_decl_strtoimax" >&6
-if test $ac_cv_have_decl_strtoimax = yes; then
+echo "$as_me:$LINENO: result: $ac_cv_have_decl_strsignal" >&5
+echo "${ECHO_T}$ac_cv_have_decl_strsignal" >&6
+if test $ac_cv_have_decl_strsignal = yes; then
cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_STRTOIMAX 1
+#define HAVE_DECL_STRSIGNAL 1
_ACEOF
else
cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_STRTOIMAX 0
+#define HAVE_DECL_STRSIGNAL 0
_ACEOF
@@ -48098,6 +48106,8 @@ cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
$ac_includes_default
+#include <signal.h>
+
int
main ()
{
@@ -48168,6 +48178,8 @@ cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
$ac_includes_default
+#include <signal.h>
+
int
main ()
{
@@ -48238,6 +48250,8 @@ cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
$ac_includes_default
+#include <signal.h>
+
int
main ()
{
@@ -51236,7 +51250,7 @@ _ASBOX
} >&5
cat >&5 <<_CSEOF
-This file was extended by GNU coreutils $as_me 5.2.0, which was
+This file was extended by GNU coreutils $as_me 5.2.1, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -51299,7 +51313,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-GNU coreutils config.status 5.2.0
+GNU coreutils config.status 5.2.1
configured by $0, generated by GNU Autoconf 2.59,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
@@ -52269,14 +52283,14 @@ echo X"$mf" |
grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue
# Extract the definition of DEP_FILES from the Makefile without
# running `make'.
- DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
+ DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
test -z "$DEPDIR" && continue
# When using ansi2knr, U may be empty or an underscore; expand it
- U=`sed -n -e '/^U = / s///p' < "$mf"`
+ U=`sed -n 's/^U = //p' < "$mf"`
test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
# We invoke sed twice because it is the simplest approach to
# changing $(DEPDIR) to its actual value in the expansion.
- for file in `sed -n -e '
+ for file in `sed -n '
/^DEP_FILES = .*\\\\$/ {
s/^DEP_FILES = //
:loop