summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2008-09-11 04:17:43 -0400
committerBehdad Esfahbod <behdad@behdad.org>2008-09-11 04:17:43 -0400
commitb7a838261bd2aace4466a725a8de08cdd4dccc9c (patch)
treea0a60c2a25eead7b0c74913e9b717ce9b7c83122 /configure.ac
parentac6e4b83e7eac8cf99849b3c4b60da7fdace8625 (diff)
Move m4 macros into build/aclocal.*.m4 files
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 ec4d3ebc..885ae0b2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,6 +6,7 @@ AC_INIT([cairo],
AC_CONFIG_SRCDIR(src/cairo.h)
AC_CONFIG_HEADERS(config.h)
AC_CONFIG_AUX_DIR(build)
+AC_CONFIG_MACRO_DIR(build)
AM_INIT_AUTOMAKE([1.8 gnu -Wall no-define])
dnl ===========================================================================