diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-03-29 07:06:55 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-03-29 07:06:55 +0000 |
commit | 21e81af865e7b2a1cb419d3bcb578e11c06f31e5 (patch) | |
tree | ea1e3ca2b0f2ca81473b74e95f08d9aa672a7a9f | |
parent | Change PKGNAME to reflect elm version change. (diff) |
Stop trying to strip shell scripts so this thing actually installs.
Notes
Notes:
svn path=/head/; revision=2906
-rw-r--r-- | devel/autoconf/files/patch-aa | 40 | ||||
-rw-r--r-- | devel/autoconf213/files/patch-aa | 40 | ||||
-rw-r--r-- | devel/autoconf253/files/patch-aa | 40 | ||||
-rw-r--r-- | devel/autoconf254/files/patch-aa | 40 | ||||
-rw-r--r-- | devel/autoconf257/files/patch-aa | 40 | ||||
-rw-r--r-- | devel/autoconf259/files/patch-aa | 40 | ||||
-rw-r--r-- | devel/autoconf26/files/patch-aa | 40 | ||||
-rw-r--r-- | devel/autoconf261/files/patch-aa | 40 | ||||
-rw-r--r-- | devel/autoconf262/files/patch-aa | 40 | ||||
-rw-r--r-- | devel/autoconf267/files/patch-aa | 40 | ||||
-rw-r--r-- | devel/autoconf268/files/patch-aa | 40 | ||||
-rw-r--r-- | devel/gnu-autoconf/files/patch-aa | 40 |
12 files changed, 252 insertions, 228 deletions
diff --git a/devel/autoconf/files/patch-aa b/devel/autoconf/files/patch-aa index 82781c318f04..6acf3b44da75 100644 --- a/devel/autoconf/files/patch-aa +++ b/devel/autoconf/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 diff --git a/devel/autoconf213/files/patch-aa b/devel/autoconf213/files/patch-aa index 82781c318f04..6acf3b44da75 100644 --- a/devel/autoconf213/files/patch-aa +++ b/devel/autoconf213/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 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 diff --git a/devel/autoconf254/files/patch-aa b/devel/autoconf254/files/patch-aa index 82781c318f04..6acf3b44da75 100644 --- a/devel/autoconf254/files/patch-aa +++ b/devel/autoconf254/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 diff --git a/devel/autoconf257/files/patch-aa b/devel/autoconf257/files/patch-aa index 82781c318f04..6acf3b44da75 100644 --- a/devel/autoconf257/files/patch-aa +++ b/devel/autoconf257/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 diff --git a/devel/autoconf259/files/patch-aa b/devel/autoconf259/files/patch-aa index 82781c318f04..6acf3b44da75 100644 --- a/devel/autoconf259/files/patch-aa +++ b/devel/autoconf259/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 diff --git a/devel/autoconf26/files/patch-aa b/devel/autoconf26/files/patch-aa index 82781c318f04..6acf3b44da75 100644 --- a/devel/autoconf26/files/patch-aa +++ b/devel/autoconf26/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 diff --git a/devel/autoconf261/files/patch-aa b/devel/autoconf261/files/patch-aa index 82781c318f04..6acf3b44da75 100644 --- a/devel/autoconf261/files/patch-aa +++ b/devel/autoconf261/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 diff --git a/devel/autoconf262/files/patch-aa b/devel/autoconf262/files/patch-aa index 82781c318f04..6acf3b44da75 100644 --- a/devel/autoconf262/files/patch-aa +++ b/devel/autoconf262/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 diff --git a/devel/autoconf267/files/patch-aa b/devel/autoconf267/files/patch-aa index 82781c318f04..6acf3b44da75 100644 --- a/devel/autoconf267/files/patch-aa +++ b/devel/autoconf267/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 diff --git a/devel/autoconf268/files/patch-aa b/devel/autoconf268/files/patch-aa index 82781c318f04..6acf3b44da75 100644 --- a/devel/autoconf268/files/patch-aa +++ b/devel/autoconf268/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 diff --git a/devel/gnu-autoconf/files/patch-aa b/devel/gnu-autoconf/files/patch-aa index 82781c318f04..6acf3b44da75 100644 --- a/devel/gnu-autoconf/files/patch-aa +++ b/devel/gnu-autoconf/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 |