comparison srogue/configure.ac @ 119:458df24e973d

srogue: use functions from mdport.c. Shell escape, passwd entries, terminal settings, and most signal handling is now done with the more portable md_* functions.
author John "Elwin" Edwards
date Wed, 30 Apr 2014 14:46:30 -0700
parents 8d1dfc5a912c
children e6c8652473fe
comparison
equal deleted inserted replaced
118:8d1dfc5a912c 119:458df24e973d
13 # Checks for header files. 13 # Checks for header files.
14 AC_HEADER_STDC 14 AC_HEADER_STDC
15 AC_CHECK_HEADERS([arpa/inet.h pwd.h errno.h fcntl.h limits.h nlist.h stdlib.h string.h sys/ioctl.h termios.h unistd.h term.h ncurses/term.h process.h]) 15 AC_CHECK_HEADERS([arpa/inet.h pwd.h errno.h fcntl.h limits.h nlist.h stdlib.h string.h sys/ioctl.h termios.h unistd.h term.h ncurses/term.h process.h])
16 16
17 # Checks for typedefs, structures, and compiler characteristics. 17 # Checks for typedefs, structures, and compiler characteristics.
18 AC_TYPE_UID_T
18 AC_TYPE_SIZE_T 19 AC_TYPE_SIZE_T
19 AC_STRUCT_TM 20 AC_STRUCT_TM
20 # Checks for library functions. 21 # Checks for library functions.
21 AC_FUNC_FORK 22 AC_FUNC_FORK
22 AC_PROG_GCC_TRADITIONAL 23 AC_PROG_GCC_TRADITIONAL