Remove explicit distribution rules for m4 scripts.
authorEtienne Dechamps <etienne@edechamps.fr>
Sat, 12 Jul 2014 15:21:32 +0000 (16:21 +0100)
committerEtienne Dechamps <etienne@edechamps.fr>
Sat, 9 May 2015 15:17:39 +0000 (16:17 +0100)
It turns out Automake is smart enough to include these files in the
distribution by itself.

Makefile.am
configure.ac
m4/Makefile.am [deleted file]

index 9c24561..6f733f5 100644 (file)
@@ -2,7 +2,7 @@
 
 AUTOMAKE_OPTIONS = gnu
 
-SUBDIRS =  m4 src doc gui test
+SUBDIRS =  src doc gui test
 
 ACLOCAL_AMFLAGS = -I m4 
 
index 7e49afa..314f2de 100644 (file)
@@ -249,6 +249,6 @@ AC_ARG_ENABLE(jumbograms,
   ]
 )
 
-AC_CONFIG_FILES([Makefile src/Makefile doc/Makefile m4/Makefile gui/Makefile test/Makefile])
+AC_CONFIG_FILES([Makefile src/Makefile doc/Makefile gui/Makefile test/Makefile])
 
 AC_OUTPUT
diff --git a/m4/Makefile.am b/m4/Makefile.am
deleted file mode 100644 (file)
index 0f58aef..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-## Process this file with automake to produce Makefile.in   -*-Makefile-*-
-
-EXTRA_DIST = README *.m4
-