From: Michael Tremer Date: Wed, 9 May 2018 14:11:51 +0000 (+0100) Subject: No need to use m4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9e63cb10f869e9f7127f98a45917267072974a7b;p=people%2Fms%2Fnitsi.git 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 --- 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 +])