Mercurial > hg > early-roguelike
comparison arogue5/configure.ac @ 122:65f3da34578a
rogue4, arogue5: improve portability.
Most changes merely prevent including header files that don't exist.
All games now build and run on MinGW, though bugs remain.
author | John "Elwin" Edwards |
---|---|
date | Wed, 07 May 2014 14:08:38 -0700 |
parents | dfeed24bb616 |
children | 5238b835d661 |
comparison
equal
deleted
inserted
replaced
121:e6c8652473fe | 122:65f3da34578a |
---|---|
11 AC_PROG_CC | 11 AC_PROG_CC |
12 # Checks for libraries. | 12 # Checks for libraries. |
13 MP_WITH_CURSES | 13 MP_WITH_CURSES |
14 # Checks for header files. | 14 # Checks for header files. |
15 AC_HEADER_STDC | 15 AC_HEADER_STDC |
16 AC_CHECK_HEADERS([pwd.h errno.h fcntl.h limits.h nlist.h stdlib.h string.h sys/ioctl.h termios.h unistd.h utmp.h term.h ncurses/term.h process.h]) | 16 AC_CHECK_HEADERS([pwd.h errno.h fcntl.h limits.h nlist.h stdlib.h string.h sys/ioctl.h sys/utsname.h termios.h unistd.h utmp.h term.h ncurses/term.h process.h]) |
17 | 17 |
18 # Checks for typedefs, structures, and compiler characteristics. | 18 # Checks for typedefs, structures, and compiler characteristics. |
19 AC_TYPE_SIZE_T | 19 AC_TYPE_SIZE_T |
20 AC_STRUCT_TM | 20 AC_STRUCT_TM |
21 # Checks for library functions. | 21 # Checks for library functions. |