add AM_PROG_CC_C_O for automake 1.9

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15573 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2005-07-07 19:47:51 +00:00
parent 61576040e4
commit 8708a3218e

View File

@@ -8,6 +8,7 @@ AC_CONFIG_HEADERS(include/config.h)
dnl Checks for programs.
AC_PROG_CC
AM_PROG_CC_C_O
AC_PROG_CPP
AM_INIT_AUTOMAKE([foreign no-dependencies 1.8])