]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* autoreconf.sh: Fix the case when the verbose output was not
authorPavel Roskin <proski@gnu.org>
Thu, 1 Feb 2001 23:23:57 +0000 (23:23 +0000)
committerPavel Roskin <proski@gnu.org>
Thu, 1 Feb 2001 23:23:57 +0000 (23:23 +0000)
redirected to stderr as everywhere else.

ChangeLog
autoreconf.in
autoreconf.sh
bin/autoreconf.in

index 0b108585b716549cb61fc6478f6533df9c89cc6b..abe8606ebec3506065d5e83711344a19bc3c214d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-02-01  Pavel Roskin  <proski@gnu.org>
+
+       * autoreconf.sh: Fix the case when the verbose output was not
+       redirected to stderr as everywhere else.
+
 2001-01-30  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
 
        * acgeneral.m4 (_AC_OUTPUT_SUBDIRS): Remove configure.ac 
index 6b285a313b451d942b3cfa625b86054f85292630..82297c665b9712ae940385b37328434abdaa35ac 100644 (file)
@@ -371,7 +371,7 @@ while read dir; do
   # -------------------- #
 
   # templates -- arguments of AC_CONFIG_HEADERS.
-  $verbose $me: running $autoconf -t 'AC_CONFIG_HEADERS:$1'
+  $verbose $me: running $autoconf -t 'AC_CONFIG_HEADERS:$1' >&2
   templates=`$autoconf -t 'AC_CONFIG_HEADERS:$1'`
   if test -n "$templates"; then
     tcount=`set -- $templates; echo $#`
index 6b285a313b451d942b3cfa625b86054f85292630..82297c665b9712ae940385b37328434abdaa35ac 100644 (file)
@@ -371,7 +371,7 @@ while read dir; do
   # -------------------- #
 
   # templates -- arguments of AC_CONFIG_HEADERS.
-  $verbose $me: running $autoconf -t 'AC_CONFIG_HEADERS:$1'
+  $verbose $me: running $autoconf -t 'AC_CONFIG_HEADERS:$1' >&2
   templates=`$autoconf -t 'AC_CONFIG_HEADERS:$1'`
   if test -n "$templates"; then
     tcount=`set -- $templates; echo $#`
index 6b285a313b451d942b3cfa625b86054f85292630..82297c665b9712ae940385b37328434abdaa35ac 100644 (file)
@@ -371,7 +371,7 @@ while read dir; do
   # -------------------- #
 
   # templates -- arguments of AC_CONFIG_HEADERS.
-  $verbose $me: running $autoconf -t 'AC_CONFIG_HEADERS:$1'
+  $verbose $me: running $autoconf -t 'AC_CONFIG_HEADERS:$1' >&2
   templates=`$autoconf -t 'AC_CONFIG_HEADERS:$1'`
   if test -n "$templates"; then
     tcount=`set -- $templates; echo $#`