diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-05-17 21:36:04 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-05-17 21:36:04 +0000 |
commit | 88c52a53aa515037f778f6645fc9e4a15ed2fe54 (patch) | |
tree | a631596c403d8626af174ab1acfbbb2fb4f26159 | |
parent | Make sure we break out of new loop as reported by Alexis Ballier. (diff) | |
download | autotools-wrappers-88c52a53aa515037f778f6645fc9e4a15ed2fe54.tar.gz autotools-wrappers-88c52a53aa515037f778f6645fc9e4a15ed2fe54.tar.bz2 autotools-wrappers-88c52a53aa515037f778f6645fc9e4a15ed2fe54.zip |
Create a real new version rather than mucking with the FILESDIR.am-4
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
-rwxr-xr-x | am-wrapper.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/am-wrapper.sh b/am-wrapper.sh index 5596468..b2adc42 100755 --- a/am-wrapper.sh +++ b/am-wrapper.sh @@ -1,7 +1,7 @@ #!/bin/bash # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake-wrapper/files/am-wrapper-3.sh,v 1.3 2006/11/05 10:22:00 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake-wrapper/files/am-wrapper-4.sh,v 1.1 2009/05/17 21:36:04 vapier Exp $ # Based on the am-wrapper.pl script provided by MandrakeSoft # Rewritten in bash by Gregorio Guidi @@ -51,7 +51,7 @@ if [ "${0##*/}" = "am-wrapper.sh" ] ; then exit 1 fi -vers="1.10 1.9 1.8 1.7 1.6 1.5 1.4" +vers="1.11 1.10 1.9 1.8 1.7 1.6 1.5 1.4" # # Export the proper variable/versions and try to locate a usuable |