summaryrefslogtreecommitdiff
path: root/m4/Makefile.am
diff options
context:
space:
mode:
authorAkim Demaille <akim@epita.fr>2000-05-23 14:46:23 +0000
committerAkim Demaille <akim@epita.fr>2000-05-23 14:46:23 +0000
commit999100ca483afac908bc6980bd21420ce6ccc06b (patch)
treefefd13ff43e3389c63fcb619752abb1c9ae25892 /m4/Makefile.am
parenta856ba815e1e522376c304b5720b96b1e33b5218 (diff)
downloadautoconf-999100ca483afac908bc6980bd21420ce6ccc06b.tar.gz
AC_PROG_GNU_M4 should actually be private to the package
Autoconf. * acspecific.m4 (AC_PROG_GNU_M4): Move to... * m4/m4.m4: here. * m4/Makefile.am (EXTRA_DIST): Adjust. * doc/autoconf.texi (Particular Programs): Adjust.
Diffstat (limited to 'm4/Makefile.am')
-rw-r--r--m4/Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/m4/Makefile.am b/m4/Makefile.am
index bce3a934..e52fff87 100644
--- a/m4/Makefile.am
+++ b/m4/Makefile.am
@@ -1,3 +1,8 @@
## Process this file with automake to produce Makefile.in -*-Makefile-*-
-EXTRA_DIST = init.m4 missing.m4 sanity.m4 atconfig.m4
+EXTRA_DIST = \
+atconfig.m4 \
+init.m4 \
+m4.m4 \
+missing.m4 \
+sanity.m4