mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-01-21 07:30:55 +00:00
Check for stdarg.h and sys/types.h
List AC_OUTPUT() files in sane order.
This commit is contained in:
parent
73bdee6f6f
commit
c037d569be
1 changed files with 4 additions and 4 deletions
|
@ -60,9 +60,9 @@ AC_HEADER_STDC
|
|||
AC_HEADER_MAJOR
|
||||
AC_HEADER_SYS_WAIT
|
||||
AC_CHECK_HEADERS(
|
||||
unistd.h fcntl.h dlfcn.h windows.h sys/ioctl.h sys/mman.h \
|
||||
stdarg.h unistd.h fcntl.h dlfcn.h windows.h sys/ioctl.h sys/mman.h \
|
||||
sys/io.h asm/io.h \
|
||||
sys/param.h sys/stat.h sys/time.h sys/timeb.h \
|
||||
sys/param.h sys/stat.h sys/time.h sys/timeb.h sys/types.h \
|
||||
sys/socket.h netinet/in.h netdb.h arpa/inet.h sys/filio.h \
|
||||
sys/soundcard.h linux/soundcard.h machine/soundcard.h sys/audioio.h \
|
||||
dsound.h mmsystem.h initguid.h mme/mmsystem.h mme/mme_public.h \
|
||||
|
@ -890,11 +890,11 @@ dnl Output files
|
|||
AC_OUTPUT(
|
||||
RPM/quakeforge.spec
|
||||
RPM/build_rpm
|
||||
doc/Makefile
|
||||
doc/texinfo/Makefile
|
||||
doc/man/Makefile
|
||||
doc/Makefile
|
||||
include/win32/version.h
|
||||
include/Makefile
|
||||
include/win32/version.h
|
||||
source/Makefile
|
||||
Makefile
|
||||
quakeforge.lsm,
|
||||
|
|
Loading…
Reference in a new issue