]> git.ipfire.org Git - people/ms/nitsi.git/commitdiff
No need to use m4
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 9 May 2018 14:11:51 +0000 (15:11 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 9 May 2018 14:11:51 +0000 (15:11 +0100)
The scripts don't use any custom macros so there is no need
to create this directory.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am
configure.ac

index 689b61e39ffd156819aa6570afd2262e6e1ebb9f..74c669301903428b7bb32013b13b94e926cbaf4a 100644 (file)
@@ -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)
index 279309bf538dd54021732a6571a4bace8020f557..f53e47d6fa74407705ee4b69a6e5f9cb34e364c0 100644 (file)
@@ -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
+])