diff options
author | tv <tv> | 2006-12-15 19:27:24 +0000 |
---|---|---|
committer | tv <tv> | 2006-12-15 19:27:24 +0000 |
commit | 7bc4f5b6a80e771c4913cdae1ed1fba7cb08d794 (patch) | |
tree | 9c1f26021faa0c3ea39575a074bf89183250100b /devel | |
parent | a9a950d825a4c5ea588dc9f757c229f5f3115e9d (diff) | |
download | pkgsrc-7bc4f5b6a80e771c4913cdae1ed1fba7cb08d794.tar.gz |
Remove warning about libtool using an unreleased version of autoconf. The
released version of autoconf now in pkgsrc (2.61) is new enough to work.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libtool/patches/manual.README | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/devel/libtool/patches/manual.README b/devel/libtool/patches/manual.README index 81dc80357d4..ae9ac5a671f 100644 --- a/devel/libtool/patches/manual.README +++ b/devel/libtool/patches/manual.README @@ -1,17 +1,4 @@ -$NetBSD: manual.README,v 1.9 2006/03/02 18:50:17 tv Exp $ - -************************************************************************ -**** WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING *** - -Currently (as of libtool 1.5.22), libtool requires "autoconf 2.59c", a -pre-release build of Autoconf. The instructions below should still be -followed, but Autoconf must be built from its CVS sources of at least -"-D2005/12/01". Ensure that PATH is set appropriately to include that -version's install directory first. Once autoconf 2.60 is released and -pkgsrc is updated to use it, this hack will no longer be required. - -**** WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING *** -************************************************************************ +$NetBSD: manual.README,v 1.10 2006/12/15 19:27:24 tv 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 |