Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Jul 2003 13:20:05 +0200
From:      Alexander Leidinger <Alexander@Leidinger.net>
To:        freebsd-gnome@freebsd.org, Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
Subject:   Re: FreeBSD for developting cross plattform apps?
Message-ID:  <20030712132005.3a76e922.Alexander@Leidinger.net>
In-Reply-To: <20030711201703.GA3488@martin.kleinerdrache.org>
References:  <20030711201703.GA3488@martin.kleinerdrache.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 11 Jul 2003 22:17:03 +0200
Martin Klaffenboeck <martin.klaffenboeck@gmx.at> wrote:

> How can I make sure, autoconf257 instead of autoconf253 for example? 
> same for automake and libtool?
> 
> Will the binary autoconf257 be named on other plattforms as the same 
> name?

Not very likely.

Untested:
---snip---
#!/bin/sh

for i in autoconf217 autoconf; do
	if [ "x2.17" = "x$($i --version | awk '/autoconf/ { print $4 }')" ]; then
		autoconf=$i
	fi
done

if [ -n $autoconf ]; then
	echo no autoconf 2.17 found
	exit 1
fi

$autoconf --options
---snip---

Bye,
Alexander.

-- 
           Intel: where Quality is job number 0.9998782345!

http://www.Leidinger.net                       Alexander @ Leidinger.net
  GPG fingerprint = C518 BC70 E67F 143F BE91  3365 79E2 9C60 B006 3FE7



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030712132005.3a76e922.Alexander>