Make libtool macros go to the m4 subdirectory as directed by the new style.
authorChristos Zoulas <christos@zoulas.com>
Thu, 26 May 2011 21:04:08 +0000 (17:04 -0400)
committerChristos Zoulas <christos@zoulas.com>
Thu, 26 May 2011 21:04:08 +0000 (17:04 -0400)
Makefile.am
configure.in

index 03fe581f00fc75883f79466f3cf02f57da042628..e8a0ad978221b47e7eb2a879ca3ae76173db4ebf 100644 (file)
@@ -6,6 +6,8 @@
 
 @SET_MAKE@
 
+ACLOCAL_AMFLAGS = -I m4
+
 SUBDIRS =              \
        libamu          \
        amd             \
index fd2900c317680c1b00493ebf6493e6977626b5df..baea063e83649b8f26022b2e07b6b2e3ba08a471 100644 (file)
@@ -17,6 +17,7 @@ AC_INIT([am-utils],
        [https://bugzilla.am-utils.org/ or am-utils@am-utils.org])
 AC_MSG_NOTICE(*** INITIALIZATION ***)
 AC_CONFIG_SRCDIR([amd/amd.c])
+AC_CONFIG_MACRO_DIR([m4])
 AM_CONFIG_HEADER(config.h)
 AH_TOP([
 /*