]> git.sesse.net Git - vlc/blobdiff - bootstrap
macosx: added an option to automagically save the equalizer status and its settings...
[vlc] / bootstrap
index 430f9c609d3101dc8deb4112ebed4848c98039ea..35147d205eea91e8dac0c7a5a6ef8997ac859920 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -121,9 +121,6 @@ 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=:
@@ -206,7 +203,7 @@ set -x
 rm -f aclocal.m4 configure config.log config.h config.h.in
 rm -Rf autom4te*.cache
 # remove old autotools extra cruft
-rm -f config.guess config.sub missing mkinstalldirs compile depcomp install-sh
+rm -f config.guess config.sub missing mkinstalldirs depcomp install-sh
 # remove new autotools extra cruft
 rm -Rf autotools
 mkdir autotools
@@ -234,6 +231,10 @@ if test -f "ltmain.sh"; then
 fi
 
 # Do the rest
+echo $PATH
+which autopoint
+autopoint --version
+
 ${autopoint} -f
 rm -f po/Makevars.template
 ${aclocal} ${ACLOCAL_ARGS}