summaryrefslogtreecommitdiff
path: root/news/newscache/files/patch-autogen
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2005-06-04 22:51:49 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2005-06-04 22:51:49 +0000
commit5736dd988bfa8cc163c1fcb1bc4f2414a3dd3293 (patch)
tree44dbda17140ee823b7450c9827a565d2ff0672b0 /news/newscache/files/patch-autogen
parentUpdate to the 20050604 snapshot of GCC 4.1.0. (diff)
Use the latest autotools/libtool.
Notes
Notes: svn path=/head/; revision=136800
Diffstat (limited to 'news/newscache/files/patch-autogen')
-rw-r--r--news/newscache/files/patch-autogen20
1 files changed, 20 insertions, 0 deletions
diff --git a/news/newscache/files/patch-autogen b/news/newscache/files/patch-autogen
new file mode 100644
index 000000000000..4d53145373f9
--- /dev/null
+++ b/news/newscache/files/patch-autogen
@@ -0,0 +1,20 @@
+--- autogen.orig Sat Nov 23 12:33:52 2002
++++ autogen Sun Jun 5 00:44:04 2005
+@@ -9,13 +9,13 @@
+ fi
+
+ echo "aclocal..."
+-aclocal
++${ACLOCAL}
+ echo "autoheader..."
+-autoheader
++${AUTOHEADER}
+ echo "automake..."
+-automake --add-missing
++${AUTOMAKE} --add-missing
+ echo "autoconf..."
+-autoconf
++${AUTOCONF}
+
+ echo "Next run ./configure"
+ echo "Next run make"