aboutsummaryrefslogtreecommitdiff
path: root/devel/autoconf262/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'devel/autoconf262/files/patch-aa')
-rw-r--r--devel/autoconf262/files/patch-aa23
1 files changed, 0 insertions, 23 deletions
diff --git a/devel/autoconf262/files/patch-aa b/devel/autoconf262/files/patch-aa
deleted file mode 100644
index eefb2438ca51..000000000000
--- a/devel/autoconf262/files/patch-aa
+++ /dev/null
@@ -1,23 +0,0 @@
---- Makefile.in.orig Tue Jan 5 08:27:16 1999
-+++ Makefile.in Sat Jan 23 23:29:33 1999
-@@ -141,7 +141,7 @@
-
- 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_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