]> Untitled Git - dockapps/wmnotify.git/commitdiff
Removed obsolete autoconf macros
authorHugo Villeneuve <hugo@hugovil.com>
Mon, 9 May 2011 01:40:44 +0000 (01:40 +0000)
committerHugo Villeneuve <hugo@hugovil.com>
Sat, 25 May 2013 23:51:18 +0000 (19:51 -0400)
Makefile.am
configure.ac

index 0b765c53aeda4e85d29ff51da2320b01c62abb49..0ad83b5cd71f684fcc5d1715ae3adf35a4630b71 100644 (file)
@@ -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
 
index 140a62492fea9255a9d147f137ed8ec227df523a..8e1789d6a74aaf016142d6a0c47e568e54d9b328 100644 (file)
@@ -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