mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-30 11:01:45 +08:00
* acgeneral.m4 (_AC_OUTPUT_SUBDIRS): Remove configure.ac
from check for ac_sub_configure.
This commit is contained in:
parent
b8d698ca1d
commit
732a3a8f77
@ -1,3 +1,8 @@
|
||||
2001-01-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* acgeneral.m4 (_AC_OUTPUT_SUBDIRS): Remove configure.ac
|
||||
from check for ac_sub_configure.
|
||||
|
||||
2001-01-30 Akim Demaille <akim@epita.fr>
|
||||
|
||||
The recent addition of `exit's prototype in confdefs.h causes
|
||||
|
@ -4406,8 +4406,7 @@ if test "$no_recursion" != yes; then
|
||||
ac_sub_configure="$SHELL '$ac_sub_srcdir/configure.gnu'"
|
||||
elif test -f $ac_sub_srcdir/configure; then
|
||||
ac_sub_configure="$SHELL '$ac_sub_srcdir/configure'"
|
||||
elif test -f $ac_sub_srcdir/configure.ac ||
|
||||
test -f $ac_sub_srcdir/configure.in; then
|
||||
elif test -f $ac_sub_srcdir/configure.in; then
|
||||
ac_sub_configure=$ac_configure
|
||||
else
|
||||
AC_MSG_WARN([no configuration information is in $ac_subdir])
|
||||
|
@ -4406,8 +4406,7 @@ if test "$no_recursion" != yes; then
|
||||
ac_sub_configure="$SHELL '$ac_sub_srcdir/configure.gnu'"
|
||||
elif test -f $ac_sub_srcdir/configure; then
|
||||
ac_sub_configure="$SHELL '$ac_sub_srcdir/configure'"
|
||||
elif test -f $ac_sub_srcdir/configure.ac ||
|
||||
test -f $ac_sub_srcdir/configure.in; then
|
||||
elif test -f $ac_sub_srcdir/configure.in; then
|
||||
ac_sub_configure=$ac_configure
|
||||
else
|
||||
AC_MSG_WARN([no configuration information is in $ac_subdir])
|
||||
|
Loading…
Reference in New Issue
Block a user