From: Jim Meyering Date: Tue, 20 Jan 2004 09:20:18 +0000 (+0000) Subject: . X-Git-Tag: v5.1.2~114 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4809aa00ba1a0a64c5207396cddc572a95ba15a7;p=thirdparty%2Fcoreutils.git . --- diff --git a/configure b/configure index 04cad84b0a..ec947056f7 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.1.1. +# Generated by GNU Autoconf 2.59 for GNU coreutils 5.1.2. # # Report bugs to . # @@ -269,8 +269,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='GNU coreutils' PACKAGE_TARNAME='coreutils' -PACKAGE_VERSION='5.1.1' -PACKAGE_STRING='GNU coreutils 5.1.1' +PACKAGE_VERSION='5.1.2' +PACKAGE_STRING='GNU coreutils 5.1.2' 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.1.1 to adapt to many kinds of systems. +\`configure' configures GNU coreutils 5.1.2 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.1.1:";; + short | recursive ) echo "Configuration of GNU coreutils 5.1.2:";; 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.1.1 +GNU coreutils configure 5.1.2 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.1.1, which was +It was created by GNU coreutils $as_me 5.1.2, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ @@ -1641,7 +1641,7 @@ fi # Define the identity of the package. PACKAGE='coreutils' - VERSION='5.1.1' + VERSION='5.1.2' cat >>confdefs.h <<_ACEOF @@ -51171,7 +51171,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by GNU coreutils $as_me 5.1.1, which was +This file was extended by GNU coreutils $as_me 5.1.2, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -51234,7 +51234,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -GNU coreutils config.status 5.1.1 +GNU coreutils config.status 5.1.2 configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" diff --git a/src/Makefile.in b/src/Makefile.in index d7a737ed13..d391111613 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -974,7 +974,7 @@ uninstall-binPROGRAMS: done 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) bad=0; pid=$$$$; list="$(bin_PROGRAMS)"; for p in $$list; do \