From fcd0cf80768867523c341b0110ac63b16805a421 Mon Sep 17 00:00:00 2001 From: keescook Date: Sat, 3 Mar 2007 16:21:20 +0000 Subject: [PATCH] fix for automake 1.10 from Pierre-Luc Auclair (and jiho) --- configure.ac | 14 +++++++------- 1 file 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" -- 2.30.2