From 5635b24403990ae50642a8cab5ed5accf2f86371 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Mon, 9 May 2011 01:40:44 +0000 Subject: [PATCH] Removed obsolete autoconf macros --- Makefile.am | 2 +- configure.ac | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/Makefile.am b/Makefile.am index 0b765c5..0ad83b5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -## Makefile.am -- Process this file with automake to produce Makefile.in +# Makefile.am -- Process this file with automake to produce Makefile.in AUTOMAKE_OPTIONS = gnu diff --git a/configure.ac b/configure.ac index 140a624..8e1789d 100644 --- a/configure.ac +++ b/configure.ac @@ -13,12 +13,6 @@ dnl Testing the C compiler. AM_PROG_CC_C_O 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 -- 2.20.1