[vlc-devel] commit: We don't want to use autopoint, since we use external gettext anyway ( Rafaël Carré )
git version control
git at videolan.org
Fri Mar 7 14:04:02 CET 2008
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Fri Mar 7 14:02:04 2008 +0100| [aae26a9890a9daf24bdfa1be411bfb95e55917fe]
We don't want to use autopoint, since we use external gettext anyway
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=aae26a9890a9daf24bdfa1be411bfb95e55917fe
---
bootstrap | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/bootstrap b/bootstrap
index 52a754a..dc54fc1 100755
--- a/bootstrap
+++ b/bootstrap
@@ -127,7 +127,7 @@ set -x
echo > vlc-config.in
cp -f INSTALL INSTALL.svn
-autoreconf --install --force --verbose ${ACLOCAL_ARGS}
+AUTOPOINT=true 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