From 462e9892ae2765d0c7036005fafe036fd2a9f4f2 Mon Sep 17 00:00:00 2001 From: Etienne Dechamps Date: Sat, 12 Jul 2014 16:21:32 +0100 Subject: [PATCH] Remove explicit distribution rules for m4 scripts. It turns out Automake is smart enough to include these files in the distribution by itself. --- Makefile.am | 2 +- configure.ac | 2 +- m4/Makefile.am | 4 ---- 3 files changed, 2 insertions(+), 6 deletions(-) delete mode 100644 m4/Makefile.am diff --git a/Makefile.am b/Makefile.am index 9c245616..6f733f52 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = gnu -SUBDIRS = m4 src doc gui test +SUBDIRS = src doc gui test ACLOCAL_AMFLAGS = -I m4 diff --git a/configure.ac b/configure.ac index 7e49afad..314f2de9 100644 --- a/configure.ac +++ b/configure.ac @@ -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 index 0f58aefa..00000000 --- a/m4/Makefile.am +++ /dev/null @@ -1,4 +0,0 @@ -## Process this file with automake to produce Makefile.in -*-Makefile-*- - -EXTRA_DIST = README *.m4 - -- 2.20.1