summaryrefslogtreecommitdiff
path: root/devel/autoconf253/files/patch-aa
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-10-12 07:11:56 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-10-12 07:11:56 +0000
commit4f34d33d51ee63bd1df8ccf478ee67fef78a2c01 (patch)
treeb5f08bb04a454fc7206b55ea585ad7f1584fcb22 /devel/autoconf253/files/patch-aa
parentRemove my previous changes - this is handled better elsewhere (diff)
GNU autoconf ver 2.4, to generate your own configure scripts.
Submitted by: torstenb
Notes
Notes: svn path=/head/; revision=2321
Diffstat (limited to 'devel/autoconf253/files/patch-aa')
-rw-r--r--devel/autoconf253/files/patch-aa19
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/autoconf253/files/patch-aa b/devel/autoconf253/files/patch-aa
new file mode 100644
index 000000000000..82781c318f04
--- /dev/null
+++ b/devel/autoconf253/files/patch-aa
@@ -0,0 +1,19 @@
+*** 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