comparison rogue5/configure.ac @ 213:3c0abb714974

rogue5: fix 'make install'. The location of install-sh was hardcoded, so installation has not worked since that script was moved to the top directory in 78ca6502.
author John "Elwin" Edwards
date Fri, 22 Jan 2016 21:16:54 -0500
parents 5238b835d661
children 71cb5b647f2b
comparison
equal deleted inserted replaced
212:12e070d1a780 213:3c0abb714974
8 AC_CONFIG_FILES([Makefile rogue.6 rogue.cat rogue.doc rogue.html rogue.me]) 8 AC_CONFIG_FILES([Makefile rogue.6 rogue.cat rogue.doc rogue.html rogue.me])
9 AC_CANONICAL_SYSTEM([]) 9 AC_CANONICAL_SYSTEM([])
10 10
11 # Checks for programs. 11 # Checks for programs.
12 AC_PROG_CC 12 AC_PROG_CC
13 AC_PROG_INSTALL
13 14
14 # Checks for libraries. 15 # Checks for libraries.
15 16
16 # Checks for header files. 17 # Checks for header files.
17 AC_HEADER_STDC 18 AC_HEADER_STDC