From 8ed07b83eb9319f8dcfabd2990f9b8dcff4d7904 Mon Sep 17 00:00:00 2001 From: TingPing Date: Sun, 3 Mar 2013 15:19:33 -0500 Subject: [PATCH] Fix macro searching --- Makefile.am | 1 - configure.ac | 1 - 2 files changed, 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 91ca9d79..073fd4b2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,4 +4,3 @@ SUBDIRS = po intl src plugins man share EXTRA_DIST = autogen.sh -ACLOCAL_AMFLAGS = -I m4 diff --git a/configure.ac b/configure.ac index e30887aa..1e7a0d6f 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,6 @@ AC_COPYRIGHT([Copyright (C) 1998-2010 Peter Zelezny]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([configure.ac]) -AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([1.11 dist-bzip2 subdir-objects no-define foreign])