From 7aec2f36baf6e3a423257914cab49cba8fd47abd Mon Sep 17 00:00:00 2001 From: vladlosev Date: Tue, 11 May 2010 09:39:04 +0000 Subject: Lucid autotools compatibility patch by Jeffrey Yasskin. --- Makefile.am | 2 ++ configure.ac | 1 + 2 files changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index b4ebc7b..c661db0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,7 @@ # Automake file +ACLOCAL_AMFLAGS = -I m4 + # Nonstandard package files for distribution EXTRA_DIST = \ CHANGES \ diff --git a/configure.ac b/configure.ac index 1b91237..de2d1e7 100644 --- a/configure.ac +++ b/configure.ac @@ -12,6 +12,7 @@ AC_INIT([Google C++ Testing Framework], # Provide various options to initialize the Autoconf and configure processes. AC_PREREQ([2.59]) AC_CONFIG_SRCDIR([./COPYING]) +AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([build-aux/config.h]) AC_CONFIG_FILES([Makefile]) -- cgit v0.12