Mercurial > hg > early-roguelike
comparison arogue5/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 | c222f9d56776 |
children | 0b3d1b38998f |
comparison
equal
deleted
inserted
replaced
283:d71e5e1f49cf | 284:6376b514a30b |
---|---|
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 sys/utsname.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 arpa/inet.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. |