summaryrefslogtreecommitdiff
path: root/devel/libtool
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-12-17 12:23:26 +0000
committerjoerg <joerg@pkgsrc.org>2009-12-17 12:23:26 +0000
commitff30fb1cbea8f655bfa8d801294cfad5661e15b0 (patch)
tree8ef8ac5639035a11ef0f34f26c1410636252df17 /devel/libtool
parent6213105a27a36438682cafd2fefcced061f4b0f7 (diff)
downloadpkgsrc-ff30fb1cbea8f655bfa8d801294cfad5661e15b0.tar.gz
Adjust to reality, running bootstrap is prefered.
Diffstat (limited to 'devel/libtool')
-rw-r--r--devel/libtool/patches/manual.README7
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/libtool/patches/manual.README b/devel/libtool/patches/manual.README
index ae9ac5a671f..b948140fa2c 100644
--- a/devel/libtool/patches/manual.README
+++ b/devel/libtool/patches/manual.README
@@ -1,4 +1,4 @@
-$NetBSD: manual.README,v 1.10 2006/12/15 19:27:24 tv Exp $
+$NetBSD: manual.README,v 1.11 2009/12/17 12:23:26 joerg Exp $
The "manual-*" patch files are used to maintain the pkgsrc version of
libtool. These files contain patches for the .m4 files in libtool which are
@@ -22,8 +22,7 @@ cat /usr/pkgsrc/devel/libtool/patches/manual-* | patch -s
cp -f configure configure.orig
cp -f libltdl/configure libltdl/configure.orig
-./configure
-aclocal && make ./configure
+./bootstrap
pkgdiff configure >/usr/pkgsrc/devel/libtool/patches/patch-ab
cp -f acinclude.m4 libltdl/
(cd libltdl && aclocal && make ./configure)
@@ -37,4 +36,4 @@ make makepatchsum
=====
-- tv@duh.org, 30 Jan 2006
+- joerg@NetBSD.org, 17 December 2009