mirror of
https://github.com/ctm/syn68k.git
synced 2024-12-01 00:51:19 +00:00
Get the glibtool/libtool checker in autogen.sh to work on an actual system.
This commit is contained in:
parent
6c72dac2e0
commit
ec57c0a099
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# $Id: autogen.sh 65 2004-12-24 19:51:17Z ctm $
|
# $Id: autogen.sh 65 2004-12-24 19:51:17Z ctm $
|
||||||
|
|
||||||
set -o errexit -o nounset -o noclobber
|
#set -o errexit -o nounset -o noclobber
|
||||||
|
|
||||||
test -z "$LIBTOOL" && for LIBTOOL in glibtool libtool; do
|
test -z "$LIBTOOL" && for LIBTOOL in glibtool libtool; do
|
||||||
($LIBTOOL --version) < /dev/null > /dev/null 2>&1 && break
|
($LIBTOOL --version) < /dev/null > /dev/null 2>&1 && break
|
||||||
|
Loading…
Reference in New Issue
Block a user