From a04246162d70b962d7930c518d32995b4c6bc6a4 Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Sat, 18 Jun 2011 14:47:35 -0400 Subject: [PATCH] Change the macro directory to m4/macros as it is supposed to be. --- Makefile.am | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index e8a0ad97..2d8aa265 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,7 +6,7 @@ @SET_MAKE@ -ACLOCAL_AMFLAGS = -I m4 +ACLOCAL_AMFLAGS = -I m4/macros SUBDIRS = \ libamu \ diff --git a/configure.in b/configure.in index baea063e..fba6ad69 100644 --- a/configure.in +++ b/configure.in @@ -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([ /* -- 2.43.0