]> git.sesse.net Git - vlc/commitdiff
Temporary change to try to force altair to update its version of gettext
authorBernie Purcell <bitmap@videolan.org>
Tue, 25 Sep 2007 01:29:18 +0000 (01:29 +0000)
committerBernie Purcell <bitmap@videolan.org>
Tue, 25 Sep 2007 01:29:18 +0000 (01:29 +0000)
from 0.16 to 0.16.1 before bootstrap (unlike the other builders it doesn't
bootstrap the contribs first)

bootstrap

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