summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorErik Zeek <zeekec@mad.scientist.com>2010-11-04 17:57:03 +0100
committerAndrea Canciani <ranma42@gmail.com>2010-11-05 09:14:41 +0100
commit6dda9c4465fa229f3fe9927e8318121642b41c14 (patch)
treefd4f8026afdfc8fde7e82990c942da40ed11d361 /configure.ac
parent84a7fe8a5c5326d77b0954be439799202e947d6b (diff)
Fix build on gentoo
The problem is probably caused by a change in the behavior of autoconf (2.67). See http://bugs.gentoo.org/336329
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 81c9e232..1238f5e5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,12 +3,12 @@ CAIRO_PARSE_VERSION
AC_INIT([cairo],
[cairo_version_major.cairo_version_minor.cairo_version_micro],
[http://bugs.freedesktop.org/enter_bug.cgi?product=cairo])
+AC_CONFIG_AUX_DIR(build)
+AC_CONFIG_MACRO_DIR(build)
AC_GNU_SOURCE
AC_USE_SYSTEM_EXTENSIONS
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.9.6 gnu -Wall no-define])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_LIBTOOL_WIN32_DLL dnl Must be called before AC_PROG_LIBTOOL