From a844392d2de6f4b413f5f21232e089471d4e7a8d Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Mon, 23 Apr 2012 14:13:37 -0400 Subject: [PATCH] autotools - do not explicitly include m4 directory Some versions of autotools complain bitterly if an m4 include directory is specified that does not exist. Signed-off-by: Dan Scott --- Makefile.am | 2 -- configure.ac | 1 - 2 files changed, 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 7b137aa..a92deec 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,8 +32,6 @@ export LOG = @localstatedir@/log/opensrf export srcdir = @srcdir@ opensrfincludedir = @includedir@/opensrf -ACLOCAL_AMFLAGS = -I m4 - AM_CFLAGS = $(DEF_CFLAGS) DISTCLEANFILES = Makefile.in Makefile aclocal.m4 config.guess config.log config.sub config.status configure depcomp install-sh ltmain.sh missing diff --git a/configure.ac b/configure.ac index ad2cadf..d947e45 100644 --- a/configure.ac +++ b/configure.ac @@ -32,7 +32,6 @@ AM_INIT_AUTOMAKE([OpenSRF], m4_defn([VERSION_NUMBER])) AC_REVISION($Revision: 0.1 $) AC_CONFIG_SRCDIR([configure.ac]) AC_PREFIX_DEFAULT([/opensrf]) -AC_CONFIG_MACRO_DIR([m4]) # Enable $prefix to resolve to a reasonable value in substitutions in # scripts if no explict value was passed in to configure -- 2.43.2