Changeset 61ee092383d913a1f6611dab6e778675c6f0c9fb

Show
Ignore:
Timestamp:
09/25/07 02:57:50 (9 months ago)
Author:
Bernie Purcell <bitmap@videolan.org>
git-committer:
Bernie Purcell <bitmap@videolan.org> 1190681870 +0000
git-parent:

[617c0f13a6cf36120ea236142696408274c839ac]

git-author:
Bernie Purcell <bitmap@videolan.org> 1190681870 +0000
Message:

Temporary change to analyse buildbot's environment in regards
to autopoint for win32

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • bootstrap

    r68456f6 r61ee092  
    122122  autopoint=autopoint 
    123123  GETTEXT=yes 
     124  set +x 
     125  echo "autopoint program we will use:" 
     126  which ${autopoint} 
     127  echo "autopoint --version" 
     128  autopoint --version 
     129  echo "Directory listing of extras/contrib/bin" 
     130  ls -la extras/contrib/bin 
     131  echo "extras/contrib/bin/autopoint --version" 
     132  extras/contrib/bin/autopoint --version 
     133  set -x 
    124134else 
    125135  # User's gettext is too old. try to continue anyway.