mirror of
git://git.sv.gnu.org/autoconf
synced 2024-12-09 02:10:22 +08:00
* lib/autoconf/general.m4 (_AC_INIT_HELP): Remove the broken support
for --help from Cygnus `configure.'
This commit is contained in:
parent
d10fd094fa
commit
aa4ad131b5
@ -1,3 +1,8 @@
|
||||
2006-04-06 Stepan Kasal <kasal@ucw.cz>
|
||||
|
||||
* lib/autoconf/general.m4 (_AC_INIT_HELP): Remove the broken support
|
||||
for --help from Cygnus `configure.'
|
||||
|
||||
2006-04-06 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* doc/autoconf.texi (C Compiler): Warn about #error. Follows up
|
||||
|
@ -1061,16 +1061,13 @@ if test "$ac_init_help" = "recursive"; then
|
||||
test -d $ac_dir || continue
|
||||
_AC_SRCDIRS(["$ac_dir"])
|
||||
cd $ac_dir || { ac_status=$?; continue; }
|
||||
# Check for guested configure; otherwise get Cygnus style configure.
|
||||
# Check for guested configure.
|
||||
if test -f $ac_srcdir/configure.gnu; then
|
||||
echo &&
|
||||
$SHELL $ac_srcdir/configure.gnu --help=recursive
|
||||
elif test -f $ac_srcdir/configure; then
|
||||
echo &&
|
||||
$SHELL $ac_srcdir/configure --help=recursive
|
||||
elif test -f $ac_srcdir/configure.in; then
|
||||
echo &&
|
||||
$ac_configure --help
|
||||
else
|
||||
AC_MSG_WARN([no configuration information is in $ac_dir])
|
||||
fi || ac_status=$?
|
||||
|
Loading…
Reference in New Issue
Block a user