This commit is contained in:
Jim Meyering 2003-02-08 20:00:53 +00:00
parent cf5d5f5789
commit 905c870f3a
2 changed files with 11 additions and 11 deletions

20
configure vendored
View File

@ -1,6 +1,6 @@
#! /bin/sh #! /bin/sh
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.57 for GNU coreutils 4.5.6. # Generated by GNU Autoconf 2.57 for GNU coreutils 4.5.7.
# #
# Report bugs to <bug-coreutils@gnu.org>. # Report bugs to <bug-coreutils@gnu.org>.
# #
@ -268,8 +268,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package. # Identity of this package.
PACKAGE_NAME='GNU coreutils' PACKAGE_NAME='GNU coreutils'
PACKAGE_TARNAME='coreutils' PACKAGE_TARNAME='coreutils'
PACKAGE_VERSION='4.5.6' PACKAGE_VERSION='4.5.7'
PACKAGE_STRING='GNU coreutils 4.5.6' PACKAGE_STRING='GNU coreutils 4.5.7'
PACKAGE_BUGREPORT='bug-coreutils@gnu.org' PACKAGE_BUGREPORT='bug-coreutils@gnu.org'
ac_unique_file="src/ls.c" 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. # 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. # This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF cat <<_ACEOF
\`configure' configures GNU coreutils 4.5.6 to adapt to many kinds of systems. \`configure' configures GNU coreutils 4.5.7 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]... Usage: $0 [OPTION]... [VAR=VALUE]...
@ -846,7 +846,7 @@ fi
if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
case $ac_init_help in case $ac_init_help in
short | recursive ) echo "Configuration of GNU coreutils 4.5.6:";; short | recursive ) echo "Configuration of GNU coreutils 4.5.7:";;
esac esac
cat <<\_ACEOF cat <<\_ACEOF
@ -947,7 +947,7 @@ fi
test -n "$ac_init_help" && exit 0 test -n "$ac_init_help" && exit 0
if $ac_init_version; then if $ac_init_version; then
cat <<\_ACEOF cat <<\_ACEOF
GNU coreutils configure 4.5.6 GNU coreutils configure 4.5.7
generated by GNU Autoconf 2.57 generated by GNU Autoconf 2.57
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 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 This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake. running configure, to aid debugging if configure makes a mistake.
It was created by GNU coreutils $as_me 4.5.6, which was It was created by GNU coreutils $as_me 4.5.7, which was
generated by GNU Autoconf 2.57. Invocation command line was generated by GNU Autoconf 2.57. Invocation command line was
$ $0 $@ $ $0 $@
@ -1621,7 +1621,7 @@ fi
# Define the identity of the package. # Define the identity of the package.
PACKAGE=coreutils PACKAGE=coreutils
VERSION=4.5.6 VERSION=4.5.7
cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
@ -41199,7 +41199,7 @@ _ASBOX
} >&5 } >&5
cat >&5 <<_CSEOF cat >&5 <<_CSEOF
This file was extended by GNU coreutils $as_me 4.5.6, which was This file was extended by GNU coreutils $as_me 4.5.7, which was
generated by GNU Autoconf 2.57. Invocation command line was generated by GNU Autoconf 2.57. Invocation command line was
CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
@ -41265,7 +41265,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\ ac_cs_version="\\
GNU coreutils config.status 4.5.6 GNU coreutils config.status 4.5.7
configured by $0, generated by GNU Autoconf 2.57, configured by $0, generated by GNU Autoconf 2.57,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"

View File

@ -842,7 +842,7 @@ uninstall-binPROGRAMS:
done done
clean-binPROGRAMS: clean-binPROGRAMS:
-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) > /dev/null 2>&1 || /bin/rm -f $(bin_PROGRAMS) -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
installcheck-binPROGRAMS: $(bin_PROGRAMS) installcheck-binPROGRAMS: $(bin_PROGRAMS)
bad=0; pid=$$$$; list="$(bin_PROGRAMS)"; for p in $$list; do \ bad=0; pid=$$$$; list="$(bin_PROGRAMS)"; for p in $$list; do \