changeset 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 12e070d1a780
children e5a15b09ce1d 71cb5b647f2b
files rogue5/Makefile.in rogue5/configure.ac
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rogue5/Makefile.in	Fri Jan 22 19:19:48 2016 -0500
+++ b/rogue5/Makefile.in	Fri Jan 22 21:16:54 2016 -0500
@@ -70,7 +70,7 @@
 #DISTFILE = $(PROGRAM)
 DISTFILE = $(DISTNAME)-@TARGET@
 
-INSTALL=./install-sh
+INSTALL=@INSTALL@
 
 #INSTGROUP=-g games
 INSTGROUP=
--- 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.