summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2020-12-15 17:40:38 +0300
committerMark Wielaard <mark@klomp.org>2020-12-15 20:43:17 +0100
commit5264bc07bd5320c0c9465a2b66af88c25a7ea18a (patch)
treeb8c5e516424638fe00fd3b7b908d22f8f859b6d6 /configure.ac
parent5799bf7282c391126b4a8b8742fd2f67f39d1e73 (diff)
downloadelfutils-5264bc07bd5320c0c9465a2b66af88c25a7ea18a.tar.gz
m4: remove unneeded Makefile.am
m4 files do not have to listed in EXTRA_DIST, in fact, biarch.m4 has not been listed since its very beginning in 2013, and nobody seems to have noticed so far. Tested with autoreconf -if && ./configure --enable-maintainer-mode && make && make distcheck Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 268a4674..2d977f28 100644
--- a/configure.ac
+++ b/configure.ac
@@ -57,8 +57,6 @@ AC_CONFIG_SRCDIR([libelf/libelf.h])
AC_CONFIG_FILES([Makefile])
AC_CONFIG_HEADERS([config.h])
-AC_CONFIG_FILES([m4/Makefile])
-
dnl The RPM spec file. We substitute a few values in the file.
AC_CONFIG_FILES([elfutils.spec:config/elfutils.spec.in])