]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
configure.ac: remove unneeded AC_CONFIG_MACRO_DIR([m4])
authorDmitry V. Levin <ldv@altlinux.org>
Tue, 15 Dec 2020 14:40:01 +0000 (17:40 +0300)
committerMark Wielaard <mark@klomp.org>
Tue, 15 Dec 2020 19:36:35 +0000 (20:36 +0100)
Makefile.am already contains "ACLOCAL_AMFLAGS = -I m4",
that is enough for autoreconf to do the right thing.

Tested with
autoreconf -if && ./configure --enable-maintainer-mode && make && make distcheck

Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
ChangeLog
configure.ac

index 2b2f74379ea9f2b5b807d7470d5b9914276b409e..28a11e75c2391e08cf6fdd3a8f93b8f47401fa47 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2020-12-15  Dmitry V. Levin  <ldv@altlinux.org>
+
+       * configure.ac (AC_CONFIG_MACRO_DIR): Remove.
+
 2020-12-12  Dmitry V. Levin  <ldv@altlinux.org>
 
        * configure.ac: Fix spelling typos in comments.
index 9e29f16960a34c40e16751be4a68d0eaadc37f69..268a467430ba809abc0440fbe0b146b260f45c45 100644 (file)
@@ -57,7 +57,6 @@ AC_CONFIG_SRCDIR([libelf/libelf.h])
 AC_CONFIG_FILES([Makefile])
 AC_CONFIG_HEADERS([config.h])
 
-AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_FILES([m4/Makefile])
 
 dnl The RPM spec file.  We substitute a few values in the file.