[vlc-devel] commit: Revert "We don't want to use autopoint, since we use external gettext anyway" ( Rémi Denis-Courmont )
git version control
git at videolan.org
Fri Mar 7 14:24:10 CET 2008
vlc | branch: master | Rémi Denis-Courmont <rem at videolan.org> | Fri Mar 7 15:23:29 2008 +0200| [63a70e878979786e01b5d6015eab3076fd92e147]
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.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=63a70e878979786e01b5d6015eab3076fd92e147
---
bootstrap | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/bootstrap b/bootstrap
index dc54fc1..52a754a 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
More information about the vlc-devel
mailing list