From e0f7284142ee1cc98dbf6fe272cac5067b9b42d6 Mon Sep 17 00:00:00 2001 From: dan Date: Wed, 12 Sep 2001 23:32:58 +0000 Subject: [PATCH] Fixed cvs code to compile --- INSTALL | 1 + configure.ac | 6 +----- configure.in | 6 +----- src/Makefile.am | 2 -- 4 files changed, 3 insertions(+), 12 deletions(-) diff --git a/INSTALL b/INSTALL index 4158bafa..83d35d08 100644 --- a/INSTALL +++ b/INSTALL @@ -21,6 +21,7 @@ SUPPORTED PLATFORMS - Solaris 2.5.1, 2.5.2 - Solaris 2.6.0 - Solaris 2.7beta +- Solaris 2.8 on Ultra Sparc 10 and E450 - SCO Unix - SGI Irix 5.x, 6.5 - OSF/1 diff --git a/configure.ac b/configure.ac index dd6080ef..48bd150a 100644 --- a/configure.ac +++ b/configure.ac @@ -177,7 +177,7 @@ dnl Checks for header files. dnl ======================= AC_HEADER_SYS_WAIT AC_HEADER_TIME -AC_CHECK_HEADERS(fcntl.h limits.h sys/ioctl.h sys/time.h sys/types.h libintl.h sys/select.h poll.h malloc.h ctype.h string.h strings.h) +AC_CHECK_HEADERS(fcntl.h limits.h sys/ioctl.h sys/time.h sys/types.h libintl.h sys/select.h poll.h malloc.h ctype.h stdlib.h string.h strings.h) @@ -775,10 +775,6 @@ dnl End of Graphic Format Libraries dnl ============================================== -dnl -dnl stdlib.h is checked here, because of conflict in jpeglib.h -AC_CHECK_HEADERS(stdlib.h) - # AC_PREFIX_PROGRAM(wmaker) dnl Support for PIXMAPDIR option diff --git a/configure.in b/configure.in index dd6080ef..48bd150a 100644 --- a/configure.in +++ b/configure.in @@ -177,7 +177,7 @@ dnl Checks for header files. dnl ======================= AC_HEADER_SYS_WAIT AC_HEADER_TIME -AC_CHECK_HEADERS(fcntl.h limits.h sys/ioctl.h sys/time.h sys/types.h libintl.h sys/select.h poll.h malloc.h ctype.h string.h strings.h) +AC_CHECK_HEADERS(fcntl.h limits.h sys/ioctl.h sys/time.h sys/types.h libintl.h sys/select.h poll.h malloc.h ctype.h stdlib.h string.h strings.h) @@ -775,10 +775,6 @@ dnl End of Graphic Format Libraries dnl ============================================== -dnl -dnl stdlib.h is checked here, because of conflict in jpeglib.h -AC_CHECK_HEADERS(stdlib.h) - # AC_PREFIX_PROGRAM(wmaker) dnl Support for PIXMAPDIR option diff --git a/src/Makefile.am b/src/Makefile.am index 7640382c..345fd1cb 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -95,8 +95,6 @@ wmaker_SOURCES = \ winmenu.c \ winspector.h \ winspector.c \ - wmspec.c \ - wmspec.h \ workspace.c \ workspace.h \ wsound.c \ -- 2.11.4.GIT