summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2010-07-16 13:22:00 +0300
committerArnold D. Robbins <arnold@skeeve.com>2010-07-16 13:22:00 +0300
commit6cc7d587a710606d3fe52222707739c7cc1b8651 (patch)
tree2b6360852d8f966bd83eeb6efd8af90f8e9b83f9 /Makefile.am
parente888f1834b88270590b7e04d64c03c75863e4565 (diff)
downloadgawk-6cc7d587a710606d3fe52222707739c7cc1b8651.tar.gz
Move to gawk-3.1.3.gawk-3.1.3
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index c1b266d0..d1371a00 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -27,7 +27,7 @@
AUTOMAKE_OPTIONS = ansi2knr dist-bzip2
# This undocumented variable insures that aclocal runs
-# correctly after changing configure.in
+# correctly after changing configure.ac
ACLOCAL_AMFLAGS = -I m4
# This insures that make flags get passed down to child makes.
@@ -166,12 +166,12 @@ awkgram.c: awkgram.y
else :; fi
# These force version and patchlevel to be up to date based
-# on what's in configure.in. No-one else but me should have
+# on what's in configure.ac. No-one else but me should have
# to use them. So there.
-patchlev.h: configure.in
+patchlev.h: configure.ac
$(srcdir)/fixvers -p
-version.c: configure.in version.in
+version.c: configure.ac version.in
$(srcdir)/fixvers -v
# This is for my development & testing.