FreeBSD for developting cross plattform apps?
Alexander Leidinger
Alexander at Leidinger.net
Sat Jul 12 04:20:19 PDT 2003
On Fri, 11 Jul 2003 22:17:03 +0200
Martin Klaffenboeck <martin.klaffenboeck at 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
More information about the freebsd-gnome
mailing list