]> git.sesse.net Git - vlc/commitdiff
Temporary change to analyse buildbot's environment in regards
authorBernie Purcell <bitmap@videolan.org>
Tue, 25 Sep 2007 00:57:50 +0000 (00:57 +0000)
committerBernie Purcell <bitmap@videolan.org>
Tue, 25 Sep 2007 00:57:50 +0000 (00:57 +0000)
to autopoint for win32

bootstrap

index 6e38094623ba54794e600d035c94359d8baf681b..92df52c9e738591c1a2e519104c6cdfabe839b34 100755 (executable)
--- 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=: