mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-01-21 23:50:58 +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_MAJOR
|
||||||
AC_HEADER_SYS_WAIT
|
AC_HEADER_SYS_WAIT
|
||||||
AC_CHECK_HEADERS(
|
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/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/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 \
|
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 \
|
dsound.h mmsystem.h initguid.h mme/mmsystem.h mme/mme_public.h \
|
||||||
|
@ -890,11 +890,11 @@ dnl Output files
|
||||||
AC_OUTPUT(
|
AC_OUTPUT(
|
||||||
RPM/quakeforge.spec
|
RPM/quakeforge.spec
|
||||||
RPM/build_rpm
|
RPM/build_rpm
|
||||||
|
doc/Makefile
|
||||||
doc/texinfo/Makefile
|
doc/texinfo/Makefile
|
||||||
doc/man/Makefile
|
doc/man/Makefile
|
||||||
doc/Makefile
|
|
||||||
include/win32/version.h
|
|
||||||
include/Makefile
|
include/Makefile
|
||||||
|
include/win32/version.h
|
||||||
source/Makefile
|
source/Makefile
|
||||||
Makefile
|
Makefile
|
||||||
quakeforge.lsm,
|
quakeforge.lsm,
|
||||||
|
|
Loading…
Reference in a new issue