* autoreconf.sh: Fix the case when the verbose output was not

redirected to stderr as everywhere else.
This commit is contained in:
Pavel Roskin 2001-02-01 23:23:57 +00:00
parent 110ac382f0
commit 7aaa1f5959
4 changed files with 8 additions and 3 deletions

View File

@ -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

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

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

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