diff options
author | Roland McGrath <roland@gnu.org> | 2002-10-18 19:18:49 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-10-18 19:18:49 +0000 |
commit | 52a0d149c9754e3146f082ae4ed13db5c761986a (patch) | |
tree | 2511d25dafd9877991b0d908e88cbcac1f22d1db /aclocal.m4 | |
parent | 667bea233af776b461dafb13cfbd3b1160b7edf5 (diff) | |
download | glibc-52a0d149c9754e3146f082ae4ed13db5c761986a.tar glibc-52a0d149c9754e3146f082ae4ed13db5c761986a.tar.gz glibc-52a0d149c9754e3146f082ae4ed13db5c761986a.tar.bz2 glibc-52a0d149c9754e3146f082ae4ed13db5c761986a.zip |
* 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.
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/aclocal.m4 b/aclocal.m4 index 3fe441285b..d0d037dcad 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -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 |