summaryrefslogtreecommitdiffstats
path: root/devel/allegro-devel/files/patch-makefile.in
blob: ec0b4a9b4e286fb871de9b9e3b643ce55f9fdd93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- makefile.in.orig	Wed Jan 24 00:15:20 2001
+++ makefile.in	Sat Dec 15 13:24:16 2001
@@ -29,7 +29,7 @@
 ACLOCAL = aclocal
 ACLOCAL_M4 = $(srcdir)/aclocal.m4
 AUTOCONF = autoconf
-AUTOHEADER = autoheader
+AUTOHEADER = autoheader213
 
 INSTALL = @INSTALL@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
@@ -279,7 +279,7 @@
 	done
 	$(mkinstalldirs) $(bindir)
 	@echo Installing allegro-config to $(bindir)
-	@$(INSTALL_PROGRAM) allegro-config $(bindir)
+	@$(INSTALL) allegro-config $(bindir)
 	@if test -n "$(LIBDIR)/liball*-$(shared_version).so"; then \
 		grep -q $(libdir) /etc/ld.so.conf && ($(LDCONFIG) $(libdir) || true) || (\
 			echo "" ; \
OpenPOWER on IntegriCloud