[vlc-devel] commit: Don't run autopoint. ( Rémi Denis-Courmont )

git version control git at videolan.org
Sun Mar 23 21:04:57 CET 2008


vlc | branch: master | Rémi Denis-Courmont <rem at videolan.org> | Sun Mar 23 21:58:35 2008 +0200| [6abf349d0ab414b10c31c8a5b1772bda356eb141]

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.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6abf349d0ab414b10c31c8a5b1772bda356eb141
---

 bootstrap |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/bootstrap b/bootstrap
index 0c5935b..89b637f 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




More information about the vlc-devel mailing list