It turns out Automake is smart enough to include these files in the
distribution by itself.
AUTOMAKE_OPTIONS = gnu
-SUBDIRS = m4 src doc gui test
+SUBDIRS = src doc gui test
ACLOCAL_AMFLAGS = -I m4
]
)
-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
+++ /dev/null
-## Process this file with automake to produce Makefile.in -*-Makefile-*-
-
-EXTRA_DIST = README *.m4
-