aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2005-07-16 20:31:59 +0000
committerMartin Schlemmer <azarah@gentoo.org>2005-07-16 20:31:59 +0000
commit0a62fb9b738e27c545eb7d6f227d241cfcf63fc2 (patch)
treed340826c7f9d214a726cc3a64e20b3b187182fb5
parentUpdate to work with MacOS X. Do not parse comments in acfiles. (diff)
downloadautotools-wrappers-0a62fb9b738e27c545eb7d6f227d241cfcf63fc2.tar.gz
autotools-wrappers-0a62fb9b738e27c545eb7d6f227d241cfcf63fc2.tar.bz2
autotools-wrappers-0a62fb9b738e27c545eb7d6f227d241cfcf63fc2.zip
Add another comment.
Package-Manager: portage-2.0.51.22-r1
-rwxr-xr-xac-wrapper.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/ac-wrapper.sh b/ac-wrapper.sh
index fe6f398..8f4be44 100755
--- a/ac-wrapper.sh
+++ b/ac-wrapper.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright 1999-2005 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-3.1.sh,v 1.1 2005/07/16 20:28:42 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-wrapper/files/ac-wrapper-3.1.sh,v 1.2 2005/07/16 20:31:59 azarah Exp $
# Based on the ac-wrapper.pl script provided by MandrakeSoft
# Rewritten in bash by Gregorio Guidi
@@ -56,6 +56,7 @@ acprereq_version() {
#asort(VERSIONS)
#
VERSION = VERSIONS[0]
+ # We need to get the biggest version and print that
for (x = 0; x <= COUNT;x++)
if (VERSIONS[x] > VERSION)
VERSION=VERSIONS[x]