Mercurial > hg > early-roguelike
comparison srogue/configure.ac @ 317:aab761616489 default tip
Rearrange some Autoconf files.
Autoconf was failing to detect install-sh at the top level and needed
some explicit directions. It also wants config.guess and config.sub to
be provided too.
A few other macros have also been updated.
| author | John "Elwin" Edwards |
|---|---|
| date | Tue, 05 Sep 2023 20:05:24 -0400 |
| parents | 029c1f5c5588 |
| children |
comparison
equal
deleted
inserted
replaced
| 316:c03d0b87211c | 317:aab761616489 |
|---|---|
| 3 | 3 |
| 4 AC_PREREQ([2.69]) | 4 AC_PREREQ([2.69]) |
| 5 AC_INIT([Super-Rogue],[9.0],[elwin@sdf.org],[srogue]) | 5 AC_INIT([Super-Rogue],[9.0],[elwin@sdf.org],[srogue]) |
| 6 AC_CONFIG_HEADERS([config.h]) | 6 AC_CONFIG_HEADERS([config.h]) |
| 7 AC_CONFIG_FILES([Makefile]) | 7 AC_CONFIG_FILES([Makefile]) |
| 8 AC_CONFIG_AUX_DIR([../build-aux]) | |
| 8 | 9 |
| 9 # Checks for programs. | 10 # Checks for programs. |
| 10 AC_PROG_CC | 11 AC_PROG_CC |
| 11 # Checks for libraries. | 12 # Checks for libraries. |
| 12 MP_WITH_CURSES | 13 MP_WITH_CURSES |
| 13 # Checks for header files. | 14 # 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 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_UID_T |
| 19 AC_TYPE_SIZE_T | 19 AC_TYPE_SIZE_T |
