mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-18 10:45:15 +08:00
* autoreconf.sh: Fix the case when the verbose output was not
redirected to stderr as everywhere else.
This commit is contained in:
parent
110ac382f0
commit
7aaa1f5959
@ -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
|
||||
|
@ -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 $#`
|
||||
|
@ -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 $#`
|
||||
|
@ -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 $#`
|
||||
|
Loading…
Reference in New Issue
Block a user