Commit 63a70e87 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

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 aae26a98.
parent aae26a98
...@@ -127,7 +127,7 @@ set -x ...@@ -127,7 +127,7 @@ set -x
echo > vlc-config.in echo > vlc-config.in
cp -f INSTALL INSTALL.svn cp -f INSTALL INSTALL.svn
AUTOPOINT=true autoreconf --install --force --verbose ${ACLOCAL_ARGS} autoreconf --install --force --verbose ${ACLOCAL_ARGS}
rm -f po/Makevars.template rm -f po/Makevars.template
echo > ABOUT-NLS echo > ABOUT-NLS
mv -f INSTALL.svn INSTALL mv -f INSTALL.svn INSTALL
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment