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-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.
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
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,
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])