From 8e2628b2a1f3180d0880aa25c7f914e0e49e725d Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Fri, 19 Jun 2009 09:00:02 +0000 Subject: Remove AC_CONFIG_MACRO_DIR and ACLOCAL_AMFLAGS = -I m4 again. This is recommended by autoreconf by the following warning: libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. For some reason I don't have the time to track down right now it results in a configure script with a syntax error being generated. --- Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index dfb4e4c..85d87f6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,3 @@ -ACLOCAL_AMFLAGS = -I m4 - lib_LTLIBRARIES = libax25.la libax25io.la libax25includedir = $(includedir)/netax25 -- cgit v1.2.3