From: Hugo Villeneuve Date: Mon, 9 May 2011 01:40:09 +0000 (+0000) Subject: Removed obsolete autoconf macros X-Git-Tag: v1.1.0~28 X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=e9877305965728f0f2ac06f73c192ded581a5435;p=dockapps%2Fhvclock.git Removed obsolete autoconf macros --- diff --git a/configure.ac b/configure.ac index 8a4e2d9..c93bcc9 100644 --- a/configure.ac +++ b/configure.ac @@ -13,12 +13,6 @@ dnl Testing the C compiler. AC_PROG_CC AC_LANG_C -dnl Checking for header files. -AC_HEADER_STDC -AC_HEADER_SYS_WAIT -AC_CHECK_HEADERS(stdlib.h unistd.h errno.h assert.h) -AC_CHECK_HEADERS(string.h strings.h) - dnl Checking for typedefs, structures, and compiler characteristics. AC_C_CONST AC_TYPE_PID_T