diff 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
line wrap: on
line diff
--- a/rogue5/configure.ac	Fri Jan 22 19:19:48 2016 -0500
+++ b/rogue5/configure.ac	Fri Jan 22 21:16:54 2016 -0500
@@ -10,6 +10,7 @@
 
 # Checks for programs.
 AC_PROG_CC
+AC_PROG_INSTALL
 
 # Checks for libraries.