Browse Source

Don't run autopoint.

Now that we actually have _ALL_ the gettext m4 macros in m4/, autopoint
is useless. That was not the case last time this hack was attempted.
pull/2/head
Rémi Denis-Courmont 19 years ago
parent
commit
6abf349d0a
  1. 2
      bootstrap

2
bootstrap

@ -111,7 +111,7 @@ set -x
echo > vlc-config.in
cp -f INSTALL INSTALL.git
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.git INSTALL

Loading…
Cancel
Save