From: RĂ©mi Denis-Courmont Date: Fri, 7 Mar 2008 13:23:29 +0000 (+0200) Subject: Revert "We don't want to use autopoint, since we use external gettext anyway" X-Git-Tag: 0.9.0-test0~2278 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=63a70e878979786e01b5d6015eab3076fd92e147;p=vlc Revert "We don't want to use autopoint, since we use external gettext anyway" Autopoint is required regardless of libintl inclusion. Fix bootstrap failure on clean tree. This reverts commit aae26a9890a9daf24bdfa1be411bfb95e55917fe. --- diff --git a/bootstrap b/bootstrap index dc54fc1c60..52a754ad4d 100755 --- a/bootstrap +++ b/bootstrap @@ -127,7 +127,7 @@ set -x echo > vlc-config.in cp -f INSTALL INSTALL.svn -AUTOPOINT=true autoreconf --install --force --verbose ${ACLOCAL_ARGS} +autoreconf --install --force --verbose ${ACLOCAL_ARGS} rm -f po/Makevars.template echo > ABOUT-NLS mv -f INSTALL.svn INSTALL