]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Wed, 2 Apr 2003 14:46:13 +0000 (14:46 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 2 Apr 2003 14:46:13 +0000 (14:46 +0000)
aclocal.m4
configure
doc/Makefile.in

index ef0dcdbac413038e7c83f0a512c33c42c492134e..dae863d8fdf3c7e6021482cc99b86bdd3f64c9e1 100644 (file)
@@ -824,7 +824,7 @@ AC_CONFIG_COMMANDS_PRE(
 Usually this means the macro was only invoked conditionally.])
 fi])])
 
-#serial 4
+#serial 5
 
 dnl From Jim Meyering.
 dnl Find a new-enough version of Perl.
@@ -846,7 +846,7 @@ AC_DEFUN([jm_PERL],
 
   found=no
   AC_SUBST(PERL)
-  PERL="$missing_dir/missing perl"
+  PERL="$am_missing_run perl"
   for perl in $candidate_perl_names; do
     # Run test in a subshell; some versions of sh will print an error if
     # an executable is not found, even if stderr is redirected.
index e446e61e269dd706c81b323e67fc36001adc079b..5cd80ac4222682c2cc68a9b51aaac227fccea180 100755 (executable)
--- 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 4.5.12.
+# Generated by GNU Autoconf 2.57 for GNU coreutils 5.0.
 #
 # 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='4.5.12'
-PACKAGE_STRING='GNU coreutils 4.5.12'
+PACKAGE_VERSION='5.0'
+PACKAGE_STRING='GNU coreutils 5.0'
 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 4.5.12 to adapt to many kinds of systems.
+\`configure' configures GNU coreutils 5.0 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 4.5.12:";;
+     short | recursive ) echo "Configuration of GNU coreutils 5.0:";;
    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 4.5.12
+GNU coreutils configure 5.0
 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 4.5.12, which was
+It was created by GNU coreutils $as_me 5.0, 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='4.5.12'
+ VERSION='5.0'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -1777,7 +1777,7 @@ echo $ECHO_N "checking for perl5.003 or newer... $ECHO_C" >&6
 
   found=no
 
-  PERL="$missing_dir/missing perl"
+  PERL="$am_missing_run perl"
   for perl in $candidate_perl_names; do
     # Run test in a subshell; some versions of sh will print an error if
     # an executable is not found, even if stderr is redirected.
@@ -40932,7 +40932,7 @@ _ASBOX
 } >&5
 cat >&5 <<_CSEOF
 
-This file was extended by GNU coreutils $as_me 4.5.12, which was
+This file was extended by GNU coreutils $as_me 5.0, which was
 generated by GNU Autoconf 2.57.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -40998,7 +40998,7 @@ _ACEOF
 
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-GNU coreutils config.status 4.5.12
+GNU coreutils config.status 5.0
 configured by $0, generated by GNU Autoconf 2.57,
   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
 
index 0aa592ecb8754fe7e5720db39f4b8c29a13845ae..39a62402c29f1f04915b887eff8df1bc0bbcbfd0 100644 (file)
@@ -446,7 +446,7 @@ check-texinfo:
        fail=0; \
        grep timezone $(srcdir)/*.texi && fail=1; \
        grep '\$$@"' $(srcdir)/*.texi && fail=1; \
-       $(PERL) -e 1 && { $(PERL) -ne \
+       $(PERL) -e 1 2> /dev/null && { $(PERL) -ne \
          '/\bPOSIX\b/ && !/\@acronym{POSIX}/ && !/^\* / || /{posix}/ and print,exit 1' \
          $(srcdir)/*.texi 2> /dev/null || fail=1; }; \
        exit $$fail