* lib/autoconf/general.m4 (_AC_INIT_HELP): Only `configure.in' evidences

a subdirectory subject to Cygnus `configure'.
* lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Likewise.

* lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Omit the bug
report request when we have no AC_PACKAGE_BUGREPORT.
This commit is contained in:
Noah Misch 2006-04-04 16:13:47 +00:00
parent ee6771641a
commit 775f230c39
4 changed files with 14 additions and 10 deletions

View File

@ -1,3 +1,12 @@
2006-04-04 Noah Misch <noah@cs.caltech.edu>
* lib/autoconf/general.m4 (_AC_INIT_HELP): Only `configure.in' evidences
a subdirectory subject to Cygnus `configure'.
* lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Likewise.
* lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Omit the bug
report request when we have no AC_PACKAGE_BUGREPORT.
2006-04-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* THANKS: Update.

View File

@ -1068,8 +1068,7 @@ if test "$ac_init_help" = "recursive"; then
elif test -f $ac_srcdir/configure; then
echo &&
$SHELL $ac_srcdir/configure --help=recursive
elif test -f $ac_srcdir/configure.ac ||
test -f $ac_srcdir/configure.in; then
elif test -f $ac_srcdir/configure.in; then
echo &&
$ac_configure --help
else

View File

@ -135,12 +135,9 @@ case $ac_header_compiler:$ac_header_preproc:$ac_[]_AC_LANG_ABBREV[]_preproc_warn
AC_MSG_WARN([$1: section "Present But Cannot Be Compiled"])
AC_MSG_WARN([$1: proceeding with the preprocessor's result])
AC_MSG_WARN([$1: in the future, the compiler will take precedence])
(
AS_BOX([Report this to ]m4_ifset([AC_PACKAGE_BUGREPORT],
[AC_PACKAGE_BUGREPORT],
[the AC_PACKAGE_NAME lists. ]))
) |
sed "s/^/$as_me: WARNING: /" >&2
m4_ifset([AC_PACKAGE_BUGREPORT],
[( AS_BOX([Report this to ]AC_PACKAGE_BUGREPORT)
) | sed "s/^/$as_me: WARNING: /" >&2])
;;
esac
AC_CACHE_CHECK([for $1], ac_Header,

View File

@ -935,8 +935,7 @@ if test "$no_recursion" != yes; then
ac_sub_configure="$SHELL '$ac_srcdir/configure.gnu'"
elif test -f $ac_srcdir/configure; then
ac_sub_configure="$SHELL '$ac_srcdir/configure'"
elif test -f $ac_srcdir/configure.ac ||
test -f $ac_srcdir/configure.in; then
elif test -f $ac_srcdir/configure.in; then
ac_sub_configure=$ac_configure
else
AC_MSG_WARN([no configuration information is in $ac_dir])