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.6.0
- Solaris 2.7beta
- Solaris 2.8 on Ultra Sparc 10 and E450
- SCO Unix
- SGI Irix 5.x, 6.5
- OSF/1

View File

@@ -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

View File

@@ -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

View File

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