[Subtitles] Partial fix for text/border color gap
[xbmc.git] / tools / depends / bootstrap
blob9f03bce44face504088d5f6687e71d4b6f40d50b
1 #!/bin/sh
3 # Some platforms may not have m4/autoconf. If not, build temporary copies in
4 # order to bootstrap.
5 DEPENDS=`dirname $0`
6 export PATH="$DEPENDS/pre-build-deps/bin:$PATH"
7 which m4 >/dev/null 2>/dev/null || make -C $DEPENDS/pre-depends/m4-pre-depends
8 which autoconf >/dev/null 2>/dev/null || make -C $DEPENDS/pre-depends/autoconf-pre-depends
9 which autoconf >/dev/null 2>/dev/null || \
10 (echo "autoconf was not found and could not be built. Aborting." && exit 1)
12 autoconf -f