From b937606ef8687b98399e90973dd6f63efd208a08 Mon Sep 17 00:00:00 2001 From: "John \"Elwin\" Edwards" Date: Fri, 22 Jan 2016 21:16:54 -0500 Subject: [PATCH] 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. --- rogue5/Makefile.in | 2 +- rogue5/configure.ac | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/rogue5/Makefile.in b/rogue5/Makefile.in index 26185da..7898403 100644 --- a/rogue5/Makefile.in +++ b/rogue5/Makefile.in @@ -70,7 +70,7 @@ CPPFLAGS =@DEFS@ @CPPFLAGS@ #DISTFILE = $(PROGRAM) DISTFILE = $(DISTNAME)-@TARGET@ -INSTALL=./install-sh +INSTALL=@INSTALL@ #INSTGROUP=-g games INSTGROUP= diff --git a/rogue5/configure.ac b/rogue5/configure.ac index dcbc339..a1cb4cb 100644 --- a/rogue5/configure.ac +++ b/rogue5/configure.ac @@ -10,6 +10,7 @@ AC_CANONICAL_SYSTEM([]) # Checks for programs. AC_PROG_CC +AC_PROG_INSTALL # Checks for libraries.