diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-07-03 17:58:12 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-07-03 17:58:12 +0000 |
commit | 47cd50acb8856589a5e8992ba18d24223eb1e96b (patch) | |
tree | c43030ef16ad02e571f46e3a321cbf25c50c020a | |
parent | fix double "ac-wrapper:" output in last error message (diff) | |
download | autotools-wrappers-47cd50acb8856589a5e8992ba18d24223eb1e96b.tar.gz autotools-wrappers-47cd50acb8856589a5e8992ba18d24223eb1e96b.tar.bz2 autotools-wrappers-47cd50acb8856589a5e8992ba18d24223eb1e96b.zip |
Support autoconf-2.66.ac-9
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
-rwxr-xr-x | ac-wrapper.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ac-wrapper.sh b/ac-wrapper.sh index 73a4840..8d87653 100755 --- a/ac-wrapper.sh +++ b/ac-wrapper.sh @@ -1,7 +1,7 @@ #!/bin/sh # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-wrapper/files/ac-wrapper-8.sh,v 1.2 2010/03/07 15:01:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-wrapper/files/ac-wrapper-9.sh,v 1.1 2010/07/03 17:58:12 vapier Exp $ # Based on the ac-wrapper.pl script provided by MandrakeSoft # Rewritten in bash by Gregorio Guidi @@ -32,7 +32,7 @@ fi # # Set up bindings between actual version and WANT_AUTOCONF # -vers="2.65:2.5 2.64:2.5 2.63:2.5 2.62:2.5 2.61:2.5 2.60:2.5 2.59:2.5 2.13:2.1" +vers="2.66:2.5 2.65:2.5 2.64:2.5 2.63:2.5 2.62:2.5 2.61:2.5 2.60:2.5 2.59:2.5 2.13:2.1" binary="" for v in ${vers} ; do |