diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-11-01 17:32:00 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-11-01 17:32:00 +0000 |
commit | 8a56e0292d038a14a9c52c876759e5f82c27e00d (patch) | |
tree | 89767bd5fc8b5c074e7c2c22a8ec19645eefb791 /eclass/iiimf.eclass | |
parent | New version (diff) | |
download | gentoo-2-8a56e0292d038a14a9c52c876759e5f82c27e00d.tar.gz gentoo-2-8a56e0292d038a14a9c52c876759e5f82c27e00d.tar.bz2 gentoo-2-8a56e0292d038a14a9c52c876759e5f82c27e00d.zip |
Use autoconf 2.5 or it will fail as in bug #153693. Thanks to Patrick Lauer for reporting (as nobody is using this anymore, it seems).
Diffstat (limited to 'eclass/iiimf.eclass')
-rw-r--r-- | eclass/iiimf.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/iiimf.eclass b/eclass/iiimf.eclass index cf8d12c8082c..ad6cdd3740c3 100644 --- a/eclass/iiimf.eclass +++ b/eclass/iiimf.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/iiimf.eclass,v 1.14 2006/10/14 10:19:09 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/iiimf.eclass,v 1.15 2006/11/01 17:32:00 flameeyes Exp $ # # Author: Mamoru KOMACHI <usata@gentoo.org> # @@ -9,7 +9,7 @@ # WANT_AUTOMAKE="1.4" -WANT_AUTOCONF="2.1" +WANT_AUTOCONF="2.5" inherit autotools |