From 6abf349d0ab414b10c31c8a5b1772bda356eb141 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sun, 23 Mar 2008 21:58:35 +0200 Subject: [PATCH] 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. --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap b/bootstrap index 0c5935b391..89b637fd05 100755 --- a/bootstrap +++ b/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 -- 2.39.2