]> sourceware.org Git - glibc.git/commitdiff
* aclocal.m4: Use just the bits from AS_INIT that are needed for the
authorRoland McGrath <roland@gnu.org>
Fri, 18 Oct 2002 19:18:49 +0000 (19:18 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 18 Oct 2002 19:18:49 +0000 (19:18 +0000)
GLIBC_PROVIDES.  Use plain comment instead of HEADER-COMMENT so
that it's obvious when extra autoconf machinery is being dragged in.

ChangeLog
aclocal.m4

index 45ba4ccaa9bfcd88a7acef66b394785454508980..152d3dbfdf833841b83f18828c36e47bfdd08e8b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 3fe441285bf570a84c1c1290b18927232eb4e7f6..d0d037dcad11b6e5857d567485778e945f8cdd6d 100644 (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
This page took 0.045833 seconds and 5 git commands to generate.