summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2001-06-09 00:34:30 +0000
committerTom Tromey <tromey@redhat.com>2001-06-09 00:34:30 +0000
commit840297074e8c97d40e91172bf762a4f3dd48dfc7 (patch)
treee3c7cd771bd2f7804a9756f8327f42bc132103a7 /m4
parent1e39dc263a2fd513b1b93dc9247986a0a26d3c8c (diff)
downloadautomake-840297074e8c97d40e91172bf762a4f3dd48dfc7.tar.gz
* tests/version4.test: New file.
* automake.in (version_check): New sub. (handle_options): Use it. * tests/Makefile.am (AUTOMAKE_OPTIONS): Removed. (TESTS): Added version4.test. * m4/Makefile.am (AUTOMAKE_OPTIONS): Removed. * Makefile.am (AUTOMAKE_OPTIONS): Remove `gnits'.
Diffstat (limited to 'm4')
-rw-r--r--m4/Makefile.am2
-rw-r--r--m4/Makefile.in2
2 files changed, 0 insertions, 4 deletions
diff --git a/m4/Makefile.am b/m4/Makefile.am
index 4c016886b..3825b3e21 100644
--- a/m4/Makefile.am
+++ b/m4/Makefile.am
@@ -1,7 +1,5 @@
## Process this file with automake to create Makefile.in
-AUTOMAKE_OPTIONS = gnits
-
m4datadir = $(datadir)/aclocal
m4data_DATA = ccstdc.m4 cond.m4 depend.m4 depout.m4 dmalloc.m4 \
error.m4 gcj.m4 header.m4 init.m4 lex.m4 lispdir.m4 make.m4 \
diff --git a/m4/Makefile.in b/m4/Makefile.in
index c69295cdb..40ed2c9d2 100644
--- a/m4/Makefile.in
+++ b/m4/Makefile.in
@@ -66,8 +66,6 @@ _am_include = @_am_include@
_am_quote = @_am_quote@
install_sh = @install_sh@
-AUTOMAKE_OPTIONS = gnits
-
m4datadir = $(datadir)/aclocal
m4data_DATA = ccstdc.m4 cond.m4 depend.m4 depout.m4 dmalloc.m4 \
error.m4 gcj.m4 header.m4 init.m4 lex.m4 lispdir.m4 make.m4 \