summaryrefslogtreecommitdiff
path: root/devel/libtool
diff options
context:
space:
mode:
authorjoerg <joerg>2009-12-17 12:23:26 +0000
committerjoerg <joerg>2009-12-17 12:23:26 +0000
commit1f7c71a7789956ea7108ca78d1f88c88186d0d3b (patch)
tree8ef8ac5639035a11ef0f34f26c1410636252df17 /devel/libtool
parent9db6901f0e4f90a7368cc102ee8e5fb946e7bd85 (diff)
downloadpkgsrc-1f7c71a7789956ea7108ca78d1f88c88186d0d3b.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