From: Christos Zoulas Date: Thu, 26 May 2011 21:04:08 +0000 (-0400) Subject: Make libtool macros go to the m4 subdirectory as directed by the new style. X-Git-Url: https://git.fsl.cs.stonybrook.edu/?a=commitdiff_plain;h=b4f58d5368daa4f6543352c54d0ffb8d810e7e87;p=am-utils-6.2.git Make libtool macros go to the m4 subdirectory as directed by the new style. --- diff --git a/Makefile.am b/Makefile.am index 03fe581f..e8a0ad97 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,6 +6,8 @@ @SET_MAKE@ +ACLOCAL_AMFLAGS = -I m4 + SUBDIRS = \ libamu \ amd \ diff --git a/configure.in b/configure.in index fd2900c3..baea063e 100644 --- a/configure.in +++ b/configure.in @@ -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([ /*