summaryrefslogtreecommitdiff
path: root/devel/autoconf213/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'devel/autoconf213/patches/patch-aa')
-rw-r--r--devel/autoconf213/patches/patch-aa41
1 files changed, 41 insertions, 0 deletions
diff --git a/devel/autoconf213/patches/patch-aa b/devel/autoconf213/patches/patch-aa
new file mode 100644
index 00000000000..905d8f8e297
--- /dev/null
+++ b/devel/autoconf213/patches/patch-aa
@@ -0,0 +1,41 @@
+$NetBSD: patch-aa,v 1.1.1.1 2002/10/03 19:25:04 wiz Exp $
+
+--- Makefile.in.orig Tue Jan 5 14:27:16 1999
++++ Makefile.in
+@@ -141,7 +141,7 @@ installdirs:
+
+ install: all $(M4FILES) acconfig.h installdirs install-info
+ for p in $(ASCRIPTS); do \
+- $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \
++ $(INSTALL) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \
+ done
+ for i in $(M4FROZEN); do \
+ $(INSTALL_DATA) $$i $(acdatadir)/$$i; \
+@@ -150,9 +150,9 @@ install: all $(M4FILES) acconfig.h insta
+ $(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
+@@ -160,13 +160,9 @@ install: all $(M4FILES) acconfig.h insta
+ # Don't cd, to avoid breaking install-sh references.
+ install-info: info installdirs
+ if test -f autoconf.info; then \
+- for i in *.info*; do \
+- $(INSTALL_DATA) $$i $(infodir)/$$i; \
+- done; \
++ $(INSTALL_DATA) autoconf.info $(infodir)/autoconf213.info; \
+ else \
+- for i in $(srcdir)/*.info*; do \
+- $(INSTALL_DATA) $$i $(infodir)/`echo $$i | sed 's|^$(srcdir)/||'`; \
+- done; \
++ $(INSTALL_DATA) $(srcdir)/autoconf.info $(infodir)/autoconf213.info; \
+ fi
+
+ uninstall: