call AC_PROG_CC and AC_PROG_CPP to make sure later checks that should

require them don't fail


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8922 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-08-09 20:48:42 +00:00
parent c95ac58b32
commit 2f99d01709

View File

@@ -5,6 +5,8 @@ AC_INIT(heimdal, 0.3a, heimdal-bugs@pdc.kth.se)
AM_CONFIG_HEADER(include/config.h)
dnl Checks for programs.
AC_PROG_CC
AC_PROG_CPP
AC_PROG_CC_STDC
AM_INIT_AUTOMAKE(heimdal,0.3a)