[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
_AC_OUTPUT_SUBDIRS/configure.in
From: |
Ralf Corsepius |
Subject: |
_AC_OUTPUT_SUBDIRS/configure.in |
Date: |
Tue, 30 Jan 2001 07:10:25 +0100 |
The check for ac_sub_configure in _AC_OUTPUT_SUBDIRS currently picks
up and tries to run a configure.ac if it finds one.
AFAIS, this is probably is incorrect, because the configure.in
checked for in this check is supposed to be Cygnus configure.in and
not an autoconf configure.in.
Ralf
-------------------
Index: acgeneral.m4
from Ralf Corsepius <address@hidden>
* acgeneral.m4 (_AC_OUTPUT_SUBDIRS): Remove configure.ac
from check for ac_sub_configure.
Index: acgeneral.m4
--- acgeneral.m4 2001/01/29 22:36:09 1.684
+++ acgeneral.m4 2001/01/30 05:05:49
@@ -4403,8 +4403,7 @@
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])
- _AC_OUTPUT_SUBDIRS/configure.in,
Ralf Corsepius <=