From: Bernie Purcell Date: Tue, 25 Sep 2007 00:57:50 +0000 (+0000) Subject: Temporary change to analyse buildbot's environment in regards X-Git-Tag: 0.9.0-test0~5365 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=61ee092383d913a1f6611dab6e778675c6f0c9fb;p=vlc Temporary change to analyse buildbot's environment in regards to autopoint for win32 --- diff --git a/bootstrap b/bootstrap index 6e38094623..92df52c9e7 100755 --- a/bootstrap +++ b/bootstrap @@ -121,6 +121,16 @@ 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 + set +x + echo "autopoint program we will use:" + which ${autopoint} + echo "autopoint --version" + autopoint --version + echo "Directory listing of extras/contrib/bin" + ls -la extras/contrib/bin + echo "extras/contrib/bin/autopoint --version" + extras/contrib/bin/autopoint --version + set -x else # User's gettext is too old. try to continue anyway. autopoint=: