summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorvladlosev <vladlosev@861a406c-534a-0410-8894-cb66d6ee9925>2010-05-11 09:39:04 (GMT)
committervladlosev <vladlosev@861a406c-534a-0410-8894-cb66d6ee9925>2010-05-11 09:39:04 (GMT)
commit7aec2f36baf6e3a423257914cab49cba8fd47abd (patch)
tree8a8be60740e7b850113fc765f2f3d8853e03af67 /configure.ac
parente588a3bba22c55548d158dad77b1e20a11c317b1 (diff)
downloadgoogletest-7aec2f36baf6e3a423257914cab49cba8fd47abd.zip
googletest-7aec2f36baf6e3a423257914cab49cba8fd47abd.tar.gz
googletest-7aec2f36baf6e3a423257914cab49cba8fd47abd.tar.bz2
Lucid autotools compatibility patch by Jeffrey Yasskin.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
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])