summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKees Cook <kees@outflux.net>2007-03-03 16:21:20 +0000
committerkeescook <keescook@users.sourceforge.net>2007-03-03 16:21:20 +0000
commita89f7e0c38607ae37f0445c60263a79db8e0b329 (patch)
treecfc0401d71c269f8728e41374af593dbc71f3b5d
parenti18n cleanup and adding extension in more cases (diff)
downloadinkscape-a89f7e0c38607ae37f0445c60263a79db8e0b329.tar.gz
inkscape-a89f7e0c38607ae37f0445c60263a79db8e0b329.zip
fix for automake 1.10 from Pierre-Luc Auclair (and jiho)
(bzr r2519)
-rw-r--r--configure.ac14
1 files changed, 7 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index 310efa16f..121b251f3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,6 +23,13 @@ AM_CONFIG_HEADER(config.h)
AC_PROG_INTLTOOL(0.22)
+AC_LANG(C++)
+AC_ISC_POSIX
+AC_PROG_CXX
+AM_PROG_CC_STDC
+AM_PROG_AS
+AC_HEADER_STDC
+
dnl These next few lines are needed only while libcroco is in our source tree.
AC_PROG_CC
AM_PROG_CC_C_O
@@ -38,13 +45,6 @@ if test "$GCC" = "yes"; then
CFLAGS="-Wall -W $CFLAGS"
fi
-AC_LANG(C++)
-AC_ISC_POSIX
-AC_PROG_CXX
-AM_PROG_CC_STDC
-AM_PROG_AS
-AC_HEADER_STDC
-
dnl Honor aclocal flags
ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"