From 5799bf7282c391126b4a8b8742fd2f67f39d1e73 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Tue, 15 Dec 2020 17:40:01 +0300 Subject: [PATCH] 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 --- ChangeLog | 4 ++++ configure.ac | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) 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. -- 2.47.2