From 21e81af865e7b2a1cb419d3bcb578e11c06f31e5 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Fri, 29 Mar 1996 07:06:55 +0000 Subject: Stop trying to strip shell scripts so this thing actually installs. --- devel/autoconf253/files/patch-aa | 40 +++++++++++++++++++++------------------- 1 file changed, 21 insertions(+), 19 deletions(-) (limited to 'devel/autoconf253') diff --git a/devel/autoconf253/files/patch-aa b/devel/autoconf253/files/patch-aa index 82781c318f04..6acf3b44da75 100644 --- a/devel/autoconf253/files/patch-aa +++ b/devel/autoconf253/files/patch-aa @@ -1,19 +1,21 @@ -*** Makefile.in.orig Sat Jul 1 18:18:43 1995 ---- Makefile.in Sat Jul 1 18:19:38 1995 -*************** -*** 138,144 **** - -if test -f autoscan; then \ - $(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \ - for i in acfunctions acheaders acidentifiers acprograms \ -! acmakevars; do \ - $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \ - done; \ - else :; fi ---- 138,144 ---- - -if test -f autoscan; then \ - $(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \ - for i in acfunctions acheaders acidentifiers acprograms \ -! acmakevars config.guess config.sub; do \ - $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \ - done; \ - else :; fi +--- ./Makefile.in.org Wed Nov 22 10:09:44 1995 ++++ ./Makefile.in Thu Mar 28 23:02:49 1996 +@@ -131,15 +131,15 @@ + *) echo Error: Autoconf requires GNU m4 1.1 or later; exit 1 ;; \ + esac + for p in $(ASCRIPTS); do \ +- $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \ ++ $(INSTALL) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \ + done + for i in $(M4FILES) acconfig.h; do \ + $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \ + done + -if test -f autoscan; then \ +- $(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \ ++ $(INSTALL) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \ + for i in acfunctions acheaders acidentifiers acprograms \ +- acmakevars; do \ ++ acmakevars config.guess config.sub; do \ + $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \ + done; \ + else :; fi -- cgit v1.2.3