summaryrefslogtreecommitdiff
path: root/devel/gnu-automake/files/patch-lib::Automake::Makefile.in
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2004-03-30 04:28:13 +0000
committerAde Lovett <ade@FreeBSD.org>2004-03-30 04:28:13 +0000
commitd484c2a8037ff7869499447ca881b23d24e61e3e (patch)
treeb0cb460f11a729f662306d7b577c943c4e6142d2 /devel/gnu-automake/files/patch-lib::Automake::Makefile.in
parentUpdate to 3.3.1. (diff)
Fix one missed instance of pointing to the wrong location in generated
configuration files. Submitted by: Andrzej Tobola <A.Tobola@wilk.2a.pl>
Notes
Notes: svn path=/head/; revision=105669
Diffstat (limited to 'devel/gnu-automake/files/patch-lib::Automake::Makefile.in')
-rw-r--r--devel/gnu-automake/files/patch-lib::Automake::Makefile.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/gnu-automake/files/patch-lib::Automake::Makefile.in b/devel/gnu-automake/files/patch-lib::Automake::Makefile.in
new file mode 100644
index 000000000000..a1ae8ffe243e
--- /dev/null
+++ b/devel/gnu-automake/files/patch-lib::Automake::Makefile.in
@@ -0,0 +1,10 @@
+--- lib/Automake/Makefile.in.orig Sun Mar 7 09:04:33 2004
++++ lib/Automake/Makefile.in Mon Mar 29 20:22:26 2004
+@@ -70,2 +70,3 @@
+ APIVERSION = @APIVERSION@
++APIPVERSION = @APIPVERSION@
+ AUTOCONF = @AUTOCONF@
+@@ -161,2 +162,3 @@
+ -e 's,[@]APIVERSION[@],$(APIVERSION),g' \
++ -e 's,[@]APIPVERSION[@],$(APIPVERSION),g' \
+ -e 's,[@]PACKAGE[@],$(PACKAGE),g' \