make build tools automake 1.10 aware

This commit is contained in:
marschap
2008-09-20 16:44:24 +00:00
parent 52bea0a1c7
commit 82ca83efa9
+2 -1
View File
@@ -67,11 +67,12 @@ dnl (the spaces before $CFLAGS and -O are significant)
fi fi
fi fi
dnl Checks for programs. dnl Checks for programs used in building
AC_PROG_CC AC_PROG_CC
AC_PROG_CPP AC_PROG_CPP
AC_PROG_INSTALL AC_PROG_INSTALL
AC_PROG_RANLIB AC_PROG_RANLIB
AM_PROG_CC_C_O
dnl Avoid unused static function warnings dnl Avoid unused static function warnings
CFLAGS="-Wall $CFLAGS" CFLAGS="-Wall $CFLAGS"