summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5f4e2cf)
raw | patch | inline | side by side (parent: 5f4e2cf)
author | keescook <keescook@users.sourceforge.net> | |
Sat, 3 Mar 2007 16:21:20 +0000 (16:21 +0000) | ||
committer | keescook <keescook@users.sourceforge.net> | |
Sat, 3 Mar 2007 16:21:20 +0000 (16:21 +0000) |
configure.ac | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index 310efa16f6e3f9f72c943ee73d49d1a1d460bb83..121b251f3e75e83f94e58849f51341105dfa2a1c 100644 (file)
--- a/configure.ac
+++ b/configure.ac
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
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"