X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=bootstrap;h=35147d205eea91e8dac0c7a5a6ef8997ac859920;hb=8b6728575ee69047c4b6add10281e0cb8baa0234;hp=92df52c9e738591c1a2e519104c6cdfabe839b34;hpb=61ee092383d913a1f6611dab6e778675c6f0c9fb;p=vlc diff --git a/bootstrap b/bootstrap index 92df52c9e7..35147d205e 100755 --- a/bootstrap +++ b/bootstrap @@ -121,16 +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 - 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=: @@ -213,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 @@ -241,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}