autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: autoreconf writes both to stdout and stderr


From: Pavel Roskin
Subject: FYI: autoreconf writes both to stdout and stderr
Date: Thu, 1 Feb 2001 18:22:57 -0500 (EST)

________________________
--- ChangeLog
+++ ChangeLog
@@ -1,3 +1,8 @@
+2001-02-01  Pavel Roskin  <address@hidden>
+
+       * autoreconf.sh: Fix the case when the verbose output was not
+       redirected to stderr as everywhere else.
+
 2001-01-30  Ralf Corsepius <address@hidden>

        * acgeneral.m4 (_AC_OUTPUT_SUBDIRS): Remove configure.ac
--- autoreconf.sh
+++ autoreconf.sh
@@ -371,7 +371,7 @@
   # -------------------- #

   # 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 $#`
________________________




reply via email to

[Prev in Thread] Current Thread [Next in Thread]