1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-22 05:48:01 +01:00

Fixed cvs code to compile

This commit is contained in:
dan
2001-09-12 23:32:58 +00:00
parent abc09951e1
commit e0f7284142
4 changed files with 3 additions and 12 deletions

View File

@@ -21,6 +21,7 @@ SUPPORTED PLATFORMS
- Solaris 2.5.1, 2.5.2 - Solaris 2.5.1, 2.5.2
- Solaris 2.6.0 - Solaris 2.6.0
- Solaris 2.7beta - Solaris 2.7beta
- Solaris 2.8 on Ultra Sparc 10 and E450
- SCO Unix - SCO Unix
- SGI Irix 5.x, 6.5 - SGI Irix 5.x, 6.5
- OSF/1 - OSF/1

View File

@@ -177,7 +177,7 @@ dnl Checks for header files.
dnl ======================= dnl =======================
AC_HEADER_SYS_WAIT AC_HEADER_SYS_WAIT
AC_HEADER_TIME 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
dnl stdlib.h is checked here, because of conflict in jpeglib.h
AC_CHECK_HEADERS(stdlib.h)
# AC_PREFIX_PROGRAM(wmaker) # AC_PREFIX_PROGRAM(wmaker)
dnl Support for PIXMAPDIR option dnl Support for PIXMAPDIR option

View File

@@ -177,7 +177,7 @@ dnl Checks for header files.
dnl ======================= dnl =======================
AC_HEADER_SYS_WAIT AC_HEADER_SYS_WAIT
AC_HEADER_TIME 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
dnl stdlib.h is checked here, because of conflict in jpeglib.h
AC_CHECK_HEADERS(stdlib.h)
# AC_PREFIX_PROGRAM(wmaker) # AC_PREFIX_PROGRAM(wmaker)
dnl Support for PIXMAPDIR option dnl Support for PIXMAPDIR option

View File

@@ -95,8 +95,6 @@ wmaker_SOURCES = \
winmenu.c \ winmenu.c \
winspector.h \ winspector.h \
winspector.c \ winspector.c \
wmspec.c \
wmspec.h \
workspace.c \ workspace.c \
workspace.h \ workspace.h \
wsound.c \ wsound.c \