|
101
|
1 # -*- Autoconf -*-
|
|
|
2 # Process this file with autoconf to produce a configure script.
|
|
|
3
|
|
|
4 AC_PREREQ(2.56)
|
|
|
5 AC_INIT([SRogue],[9.0], [yendor@rogueforge.net])
|
|
|
6 AC_CONFIG_HEADERS([config.h])
|
|
|
7 AC_CONFIG_FILES([Makefile])
|
|
|
8
|
|
|
9 # Checks for programs.
|
|
|
10 AC_PROG_CC
|
|
|
11 # Checks for libraries.
|
|
|
12 MP_WITH_CURSES
|
|
|
13 # Checks for header files.
|
|
|
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 utmp.h utmpx.h term.h ncurses/term.h process.h])
|
|
|
16
|
|
|
17 # Checks for typedefs, structures, and compiler characteristics.
|
John "Elwin" Edwards
parents:
diff
|