From: Bernie Purcell Date: Tue, 25 Sep 2007 01:29:18 +0000 (+0000) Subject: Temporary change to try to force altair to update its version of gettext X-Git-Tag: 0.9.0-test0~5363 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=50c767a772535bdb9ea93d274ebc9e29cbea0ab8;p=vlc Temporary change to try to force altair to update its version of gettext from 0.16 to 0.16.1 before bootstrap (unlike the other builders it doesn't bootstrap the contribs first) --- diff --git a/bootstrap b/bootstrap index 6e38094623..430f9c609d 100755 --- a/bootstrap +++ b/bootstrap @@ -121,6 +121,9 @@ if expr `gettextize --version |cut -d' ' -f2- | sed -e '1s/[^0-9]*//' -e q` \ # We have gettext, and a recent version! Everything is cool. autopoint=autopoint GETTEXT=yes + if test `which autopoint` = "/home/buildslave/slave/win32-trunk-contrib/build/extras/contrib/bin/autopoint"; then + (cd extras/contrib/src ; rm -rf gettext .gettext ; make gettext && make .intl) + fi else # User's gettext is too old. try to continue anyway. autopoint=: