Change the macro directory to m4/macros as it is supposed to be.
authorChristos Zoulas <christos@zoulas.com>
Sat, 18 Jun 2011 18:47:35 +0000 (14:47 -0400)
committerChristos Zoulas <christos@zoulas.com>
Sat, 18 Jun 2011 18:47:35 +0000 (14:47 -0400)
Makefile.am
configure.in

index e8a0ad978221b47e7eb2a879ca3ae76173db4ebf..2d8aa265c6a2ea1b7952d76dbdac400da8fb57ed 100644 (file)
@@ -6,7 +6,7 @@
 
 @SET_MAKE@
 
-ACLOCAL_AMFLAGS = -I m4
+ACLOCAL_AMFLAGS = -I m4/macros
 
 SUBDIRS =              \
        libamu          \
index baea063e83649b8f26022b2e07b6b2e3ba08a471..fba6ad69d8db7bfe1b5b4e056777c8517168bc6a 100644 (file)
@@ -17,7 +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])
+AC_CONFIG_MACRO_DIR([m4/macros])
 AM_CONFIG_HEADER(config.h)
 AH_TOP([
 /*