From 9e63cb10f869e9f7127f98a45917267072974a7b Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 9 May 2018 15:11:51 +0100 Subject: [PATCH] No need to use m4 The scripts don't use any custom macros so there is no need to create this directory. Signed-off-by: Michael Tremer --- Makefile.am | 4 ++-- configure.ac | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index 689b61e..74c6693 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} +ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS} AM_MAKEFLAGS = --no-print-directory AUTOMAKE_OPTIONS = color-tests @@ -105,4 +105,4 @@ SED_PROCESS = \ < $< > $@ nitsi: nitsi.in Makefile - $(SED_PROCESS) \ No newline at end of file + $(SED_PROCESS) diff --git a/configure.ac b/configure.ac index 279309b..f53e47d 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,6 @@ AC_INIT([nitsi], [nitsi], [https://git.ipfire.org/pub/git/people/jschlag/nitsi.git]) -AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) AC_PREFIX_DEFAULT([/usr]) @@ -63,4 +62,4 @@ AC_MSG_RESULT([ sysconfdir: ${sysconfdir} Generate man-pages: ${have_manpages} -]) \ No newline at end of file +]) -- 2.47.3