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 | f91e3dd8d3671db46334c09b3df7ea5758f0fa23 (patch) | |
tree | d5f7f0c27895f88f158ef80b8af0f63dfa2e14ec /eclass | |
parent | New version (diff) | |
download | historical-f91e3dd8d3671db46334c09b3df7ea5758f0fa23.tar.gz historical-f91e3dd8d3671db46334c09b3df7ea5758f0fa23.tar.bz2 historical-f91e3dd8d3671db46334c09b3df7ea5758f0fa23.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')
-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 |