No subject
Fri Jan 15 15:06:42 UTC 2010
autoconf, automake and libtool information
There seem to be problems with libtool 1.4.2. It is suggested that you use libtool 1.4, along with autoconf 2.13 and automake 1.4. You should also ensure that autoconf, automake and libtool are installed in the same directory. libtool 1.5 will not work.
The following combinations are known to work:
autoconf 2.13, automake 1.4 and libtool 1.4.3
autoconf 2.13, automake 1.5 and libtool 1.4.3
autoconf 2.63, automake 1.11 and libtool 2.2.6 (with many warnings)
Closes: #549148
---
debian/control | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 07d8918..1635d2d 100644
--- a/debian/control
+++ b/debian/control
@@ -9,8 +9,8 @@ Uploaders: Adam Conrad <adconrad at 0c3.net>,
Thijs Kinkhorst <thijs at debian.org>,
Raphael Geissert <geissert at debian.org>
Build-Depends: apache2-prefork-dev,
- autoconf,
- automake1.4,
+ autoconf (>= 2.63),
+ automake (>= 1.11) | automake1.11,
bison,
chrpath,
debhelper (>= 5),
--
1.6.3.3
More information about the Pkg-php-commits
mailing list