Mercurial > hg > early-roguelike
comparison arogue7/configure.ac @ 284:6376b514a30b
Fix more header-related warnings.
This fixes all current default warnings with GCC7 on Linux. That does
not mean the code is anywhere close to clean.
| author | John "Elwin" Edwards |
|---|---|
| date | Fri, 22 Sep 2017 16:24:40 -0400 |
| parents | 0e99eade579c |
| children | 0b3d1b38998f |
comparison
equal
deleted
inserted
replaced
| 283:d71e5e1f49cf | 284:6376b514a30b |
|---|---|
| 10 AC_PROG_CC | 10 AC_PROG_CC |
| 11 # Checks for libraries. | 11 # Checks for libraries. |
| 12 MP_WITH_CURSES | 12 MP_WITH_CURSES |
| 13 # Checks for header files. | 13 # Checks for header files. |
| 14 AC_HEADER_STDC | 14 AC_HEADER_STDC |
| 15 AC_CHECK_HEADERS([pwd.h errno.h fcntl.h limits.h stdlib.h string.h sys/ioctl.h sys/utsname.h termios.h unistd.h utmp.h term.h ncurses/term.h process.h]) | 15 AC_CHECK_HEADERS([pwd.h errno.h fcntl.h limits.h stdlib.h string.h sys/ioctl.h sys/utsname.h termios.h unistd.h utmp.h term.h ncurses/term.h process.h arpa/inet.h]) |
| 16 | 16 |
| 17 # Checks for typedefs, structures, and compiler characteristics. | 17 # Checks for typedefs, structures, and compiler characteristics. |
| 18 AC_TYPE_SIZE_T | 18 AC_TYPE_SIZE_T |
| 19 AC_STRUCT_TM | 19 AC_STRUCT_TM |
| 20 # Checks for library functions. | 20 # Checks for library functions. |
