From: Dmitry V. Levin Date: Tue, 15 Dec 2020 14:40:01 +0000 (+0300) Subject: configure.ac: remove unneeded AC_CONFIG_MACRO_DIR([m4]) X-Git-Tag: elfutils-0.183~42 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5799bf7282c391126b4a8b8742fd2f67f39d1e73;p=thirdparty%2Felfutils.git configure.ac: remove unneeded AC_CONFIG_MACRO_DIR([m4]) 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 --- diff --git a/ChangeLog b/ChangeLog index 2b2f74379..28a11e75c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2020-12-15 Dmitry V. Levin + + * configure.ac (AC_CONFIG_MACRO_DIR): Remove. + 2020-12-12 Dmitry V. Levin * configure.ac: Fix spelling typos in comments. diff --git a/configure.ac b/configure.ac index 9e29f1696..268a46743 100644 --- a/configure.ac +++ b/configure.ac @@ -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.