Mercurial > hg > early-roguelike
comparison rogue4/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 |
---|---|
4 AC_PREREQ([2.69]) | 4 AC_PREREQ([2.69]) |
5 AC_INIT([Rogue],[5.2.2],[elwin@sdf.org],[rogue4]) | 5 AC_INIT([Rogue],[5.2.2],[elwin@sdf.org],[rogue4]) |
6 AC_CONFIG_SRCDIR([armor.c]) | 6 AC_CONFIG_SRCDIR([armor.c]) |
7 AC_CONFIG_HEADERS([config.h]) | 7 AC_CONFIG_HEADERS([config.h]) |
8 AC_CONFIG_FILES([Makefile rogue.6 rogue.me]) | 8 AC_CONFIG_FILES([Makefile rogue.6 rogue.me]) |
9 AC_CONFIG_AUX_DIR([../build-aux]) | |
9 | 10 |
10 # Checks for programs. | 11 # Checks for programs. |
11 AC_PROG_CC | 12 AC_PROG_CC |
12 # Checks for libraries. | 13 # Checks for libraries. |
13 MP_WITH_CURSES | 14 MP_WITH_CURSES |
14 # Checks for header files. | 15 # Checks for header files. |
15 AC_HEADER_STDC | |
16 AC_CHECK_HEADERS([arpa/inet.h sys/utsname.h pwd.h fcntl.h limits.h nlist.h stdlib.h string.h sys/ioctl.h termios.h unistd.h utmpx.h term.h ncurses/term.h process.h]) | 16 AC_CHECK_HEADERS([arpa/inet.h sys/utsname.h pwd.h fcntl.h limits.h nlist.h stdlib.h string.h sys/ioctl.h termios.h unistd.h utmpx.h term.h ncurses/term.h process.h]) |
17 | 17 |
18 # Checks for typedefs, structures, and compiler characteristics. | 18 # Checks for typedefs, structures, and compiler characteristics. |
19 AC_TYPE_UID_T | 19 AC_TYPE_UID_T |
20 AC_TYPE_SIZE_T | 20 AC_TYPE_SIZE_T |