Move +AM_PROG_CC_C_O after AC_PROG_CC to silence automake 1.10

Originally committed to SVN as r3169.
This commit is contained in:
Amar Takhar 2009-07-19 18:33:08 +00:00
parent 2b2a7f4212
commit 2ef6260938
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,6 @@ AM_INIT_AUTOMAKE
AC_CONFIG_HEADER([acconf.h])
AC_GNU_SOURCE
AC_CANONICAL_HOST
AM_PROG_CC_C_O
###########################
# Check target architecture
@ -185,6 +184,7 @@ CHECK_GNU_MAKE
AC_PROG_CC
AC_PROG_CXX
AC_LANG(C++)
AM_PROG_CC_C_O
define([AC_LIBTOOL_LANG_F77_CONFIG], [:])
AC_PROG_LIBTOOL
AC_PROG_INSTALL