From: Derrick Brashear Date: Mon, 21 Jan 2002 09:14:21 +0000 (+0000) Subject: i-hate-autoconf-20020120 X-Git-Tag: openafs-devel-1_3_0~44 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=8f4a0c1e27f163366d5577aeb44f7b7e59d740bb;p=packages%2Fo%2Fopenafs.git i-hate-autoconf-20020120 AC_PROG_CC not safe to call this early --- diff --git a/acinclude.m4 b/acinclude.m4 index eb7487182..ff29c2ba5 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -48,8 +48,6 @@ AC_ARG_ENABLE(tivoli-tsm, [ --enable-tivoli-tsm Enable use of the Tivoli TSM API libraries for butc support],, enable_tivoli_tsm="no" ) -AC_PROG_CC - dnl weird ass systems AC_AIX AC_ISC_POSIX @@ -58,6 +56,7 @@ AC_MINIX dnl Various compiler setup. AC_C_INLINE AC_C_CONST +AC_PROG_CC AC_TYPE_PID_T AC_TYPE_SIZE_T AC_TYPE_SIGNAL