summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Duret-Lutz <adl@gnu.org>2003-03-14 21:57:49 +0000
committerAlexandre Duret-Lutz <adl@gnu.org>2003-03-14 21:57:49 +0000
commit05b30fc2f41f16622309f9ad52ce998f7c3c6b21 (patch)
treef1994da7938ee39d0ae5ffbc46d3235655a9ed88
parent0f1c53aee7f7041583e6436506759a0a1945ce78 (diff)
downloadautomake-05b30fc2f41f16622309f9ad52ce998f7c3c6b21.tar.gz
automake-05b30fc2f41f16622309f9ad52ce998f7c3c6b21.tar.bz2
automake-05b30fc2f41f16622309f9ad52ce998f7c3c6b21.zip
regen
-rw-r--r--aclocal.m49
-rw-r--r--lib/Automake/Makefile.in1
-rw-r--r--lib/Automake/tests/Makefile.in1
-rw-r--r--lib/Makefile.in1
-rw-r--r--lib/am/Makefile.in1
-rw-r--r--m4/Makefile.in1
6 files changed, 6 insertions, 8 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 0fd6cba5f..d69966c50 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -34,14 +34,7 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
# 02111-1307, USA.
-# serial 9
-
-# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
-# written in clear, in which case automake, when reading aclocal.m4,
-# will think it sees a *use*, and therefore will trigger all it's
-# C support machinery. Also note that it means that autoscan, seeing
-# CC etc. in the Makefile, will ask for an AC_PROG_CC use...
-
+# serial 10
AC_PREREQ([2.55])
diff --git a/lib/Automake/Makefile.in b/lib/Automake/Makefile.in
index def15e27f..781b0fc8d 100644
--- a/lib/Automake/Makefile.in
+++ b/lib/Automake/Makefile.in
@@ -108,6 +108,7 @@ dist_perllib_DATA = \
XFile.pm
subdir = lib/Automake
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/lib/mkinstalldirs
CONFIG_CLEAN_FILES =
DIST_SOURCES =
diff --git a/lib/Automake/tests/Makefile.in b/lib/Automake/tests/Makefile.in
index 6d8ffe1d2..6621b50cb 100644
--- a/lib/Automake/tests/Makefile.in
+++ b/lib/Automake/tests/Makefile.in
@@ -102,6 +102,7 @@ DisjConditions.pl
EXTRA_DIST = $(TESTS)
subdir = lib/Automake/tests
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/lib/mkinstalldirs
CONFIG_CLEAN_FILES =
DIST_SOURCES =
diff --git a/lib/Makefile.in b/lib/Makefile.in
index 9bf4e8073..a19ee853e 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -103,6 +103,7 @@ dist_script_DATA = config.guess config.sub install-sh mdate-sh missing \
mkinstalldirs elisp-comp ylwrap acinstall depcomp compile py-compile
subdir = lib
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/lib/mkinstalldirs
CONFIG_CLEAN_FILES =
DIST_SOURCES =
diff --git a/lib/am/Makefile.in b/lib/am/Makefile.in
index fb066b74c..57c10b356 100644
--- a/lib/am/Makefile.in
+++ b/lib/am/Makefile.in
@@ -105,6 +105,7 @@ remake-hdr.am scripts.am subdirs.am tags.am texi-vers.am texibuild.am \
texinfos.am yacc.am
subdir = lib/am
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/lib/mkinstalldirs
CONFIG_CLEAN_FILES =
DIST_SOURCES =
diff --git a/m4/Makefile.in b/m4/Makefile.in
index 78f872809..bdd20941e 100644
--- a/m4/Makefile.in
+++ b/m4/Makefile.in
@@ -132,6 +132,7 @@ nodist_m4data_DATA = amversion.m4
DISTCLEANFILES = amversion.m4
EXTRA_DIST = dirlist
subdir = m4
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/lib/mkinstalldirs
CONFIG_CLEAN_FILES = amversion.m4
DIST_SOURCES =