diff options
author | tv <tv@pkgsrc.org> | 2006-12-15 19:27:24 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2006-12-15 19:27:24 +0000 |
commit | 360cb24fd292b407cff014c71b0aa1dc7b148bb7 (patch) | |
tree | 9c1f26021faa0c3ea39575a074bf89183250100b /devel | |
parent | 2e8e02fd4149dfdc905f75ecc4c3f0119d3907cf (diff) | |
download | pkgsrc-360cb24fd292b407cff014c71b0aa1dc7b148bb7.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 |