summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-07-20 16:02:28 +0000
committerJim Meyering <jim@meyering.net>2003-07-20 16:02:28 +0000
commit72214f299034e2e1c82dac83287f0d82d142c0d3 (patch)
treecf3b35b939652504c57ca772b7a4da076642aeff /configure
parent1fdb5a48fa8a7fb4bd2c79ee10bf21b4580a39f7 (diff)
downloadcoreutils-72214f299034e2e1c82dac83287f0d82d142c0d3.tar.xz
.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure89
1 files changed, 79 insertions, 10 deletions
diff --git a/configure b/configure
index 565a1d081..525407547 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.57 for GNU coreutils 5.0.1.
+# Generated by GNU Autoconf 2.57 for GNU coreutils 5.0.90.
#
# Report bugs to <bug-coreutils@gnu.org>.
#
@@ -268,8 +268,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='GNU coreutils'
PACKAGE_TARNAME='coreutils'
-PACKAGE_VERSION='5.0.1'
-PACKAGE_STRING='GNU coreutils 5.0.1'
+PACKAGE_VERSION='5.0.90'
+PACKAGE_STRING='GNU coreutils 5.0.90'
PACKAGE_BUGREPORT='bug-coreutils@gnu.org'
ac_unique_file="src/ls.c"
@@ -780,7 +780,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.0.1 to adapt to many kinds of systems.
+\`configure' configures GNU coreutils 5.0.90 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -846,7 +846,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of GNU coreutils 5.0.1:";;
+ short | recursive ) echo "Configuration of GNU coreutils 5.0.90:";;
esac
cat <<\_ACEOF
@@ -947,7 +947,7 @@ fi
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
-GNU coreutils configure 5.0.1
+GNU coreutils configure 5.0.90
generated by GNU Autoconf 2.57
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
@@ -962,7 +962,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.0.1, which was
+It was created by GNU coreutils $as_me 5.0.90, which was
generated by GNU Autoconf 2.57. Invocation command line was
$ $0 $@
@@ -1630,7 +1630,7 @@ fi
# Define the identity of the package.
PACKAGE='coreutils'
- VERSION='5.0.1'
+ VERSION='5.0.90'
cat >>confdefs.h <<_ACEOF
@@ -22616,6 +22616,74 @@ _ACEOF
LIBS=$nanosleep_save_libs
+
+
+
+ :
+
+
+
+
+
+ echo "$as_me:$LINENO: checking for working strcoll" >&5
+echo $ECHO_N "checking for working strcoll... $ECHO_C" >&6
+if test "${ac_cv_func_strcoll_works+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ if test "$cross_compiling" = yes; then
+ ac_cv_func_strcoll_works=no
+else
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h. */
+$ac_includes_default
+int
+main ()
+{
+exit (strcoll ("abc", "def") >= 0 ||
+ strcoll ("ABC", "DEF") >= 0 ||
+ strcoll ("123", "456") >= 0)
+ ;
+ return 0;
+}
+_ACEOF
+rm -f conftest$ac_exeext
+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+ (eval $ac_link) 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
+ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ ac_cv_func_strcoll_works=yes
+else
+ echo "$as_me: program exited with status $ac_status" >&5
+echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+( exit $ac_status )
+ac_cv_func_strcoll_works=no
+fi
+rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
+fi
+fi
+echo "$as_me:$LINENO: result: $ac_cv_func_strcoll_works" >&5
+echo "${ECHO_T}$ac_cv_func_strcoll_works" >&6
+if test $ac_cv_func_strcoll_works = yes; then
+
+cat >>confdefs.h <<\_ACEOF
+#define HAVE_STRCOLL 1
+_ACEOF
+
+fi
+
+
echo "$as_me:$LINENO: checking whether clearerr_unlocked is declared" >&5
echo $ECHO_N "checking whether clearerr_unlocked is declared... $ECHO_C" >&6
if test "${ac_cv_have_decl_clearerr_unlocked+set}" = set; then
@@ -31243,6 +31311,7 @@ done
+
# This is for od and stat, and any other program that
# uses the PRI.MAX macros from inttypes.h.
@@ -42635,7 +42704,7 @@ _ASBOX
} >&5
cat >&5 <<_CSEOF
-This file was extended by GNU coreutils $as_me 5.0.1, which was
+This file was extended by GNU coreutils $as_me 5.0.90, which was
generated by GNU Autoconf 2.57. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -42701,7 +42770,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-GNU coreutils config.status 5.0.1
+GNU coreutils config.status 5.0.90
configured by $0, generated by GNU Autoconf 2.57,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"