* lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Balance parentheses.

This commit is contained in:
Paul Eggert 2005-10-02 21:36:29 +00:00
parent 06175379d3
commit 1028b09a3f
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2005-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Balance
parentheses. (tiny change)
2005-09-27 Stepan Kasal <kasal@ucw.cz>
* tests/semantics.at (AC_C_BIGENDIAN): Pass --force to autoheader,

View File

@ -311,7 +311,7 @@ dnl One cannot portably go further than 100 commands because of HP-UX.
# ------------------------
# Create the sed scripts needed for CONFIG_FILES.
# Support multiline substitutions and make sure that the substitutions are
# not evaluated recursively.
# not evaluated recursively.
# The intention is to have readable config.status and configure, even
# though this m4 code might be scaring.
#
@ -923,7 +923,7 @@ if test "$no_recursion" != yes; then
# parts of a large source tree are present.
test -d $srcdir/$ac_dir || continue
ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir"
ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
_AS_ECHO_LOG([$ac_msg])
_AS_ECHO([$ac_msg])
AS_MKDIR_P(["$ac_dir"])
@ -1321,7 +1321,7 @@ $debug ||
}
dnl The comment above AS_TMPDIR says at most 4 chars are allowed.
AS_TMPDIR([conf], [.])
m4_ifdef([_AC_SEEN_CONFIG(FILES)], [_AC_OUTPUT_FILES_PREPARE])[]dnl
for ac_tag in[]dnl