* aclocal.m4: Use just the bits from AS_INIT that are needed for the

GLIBC_PROVIDES.  Use plain comment instead of HEADER-COMMENT so
	that it's obvious when extra autoconf machinery is being dragged in.
This commit is contained in:
Roland McGrath 2002-10-18 19:18:49 +00:00
parent 667bea233a
commit 52a0d149c9
2 changed files with 11 additions and 3 deletions

View File

@ -1,3 +1,9 @@
2002-10-17 Jeff Bailey <jbailey@outpost.dnsalias.org>
* aclocal.m4: Use just the bits from AS_INIT that are needed for the
GLIBC_PROVIDES. Use plain comment instead of HEADER-COMMENT so
that it's obvious when extra autoconf machinery is being dragged in.
2002-10-18 Roland McGrath <roland@redhat.com>
* configure.in: Remove bogus echo included in

8
aclocal.m4 vendored
View File

@ -13,9 +13,11 @@ AC_PROVIDE([AC_PROG_CC])dnl
AC_PROVIDE([AC_PROG_CPP])dnl
define([AS_MESSAGE_LOG_FD],5)dnl
define([AS_MESSAGE_FD],6)dnl
AS_INIT()dnl
m4_divert_text([HEADER-COMMENT],
[@%:@ This file is generated from configure.in by Autoconf. DO NOT EDIT!])
dnl Ripped out of AS_INIT, which does more cruft we do not want.
m4_wrap([m4_divert_pop([BODY])[]])
m4_divert_push([BODY])[]dnl
dnl End of ripped out of AS_INIT.
# This file is generated from configure.in by Autoconf. DO NOT EDIT!
define([_AC_LANG], [C])dnl
])dnl
dnl