From: Akim Demaille Date: Tue, 30 Jan 2001 19:31:50 +0000 (+0000) Subject: * acgeneral.m4 (_AC_OUTPUT_SUBDIRS): Remove configure.ac X-Git-Tag: autoconf-2.50~169 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=732a3a8f77586da91268afc821bf8d773772f73f;p=thirdparty%2Fautoconf.git * acgeneral.m4 (_AC_OUTPUT_SUBDIRS): Remove configure.ac from check for ac_sub_configure. --- diff --git a/ChangeLog b/ChangeLog index 783a43d30..089ce97c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-01-30 Ralf Corsepius + + * acgeneral.m4 (_AC_OUTPUT_SUBDIRS): Remove configure.ac + from check for ac_sub_configure. + 2001-01-30 Akim Demaille The recent addition of `exit's prototype in confdefs.h causes diff --git a/acgeneral.m4 b/acgeneral.m4 index 307fa1869..bf209b075 100644 --- a/acgeneral.m4 +++ b/acgeneral.m4 @@ -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]) diff --git a/lib/autoconf/general.m4 b/lib/autoconf/general.m4 index 307fa1869..bf209b075 100644 --- a/lib/autoconf/general.m4 +++ b/lib/autoconf/general.m4 @@ -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])