]> git.sesse.net Git - vlc/commitdiff
* ./configure.ac.in: lured xggettext into thinking _NS is a keyword.
authorSam Hocevar <sam@videolan.org>
Wed, 25 Dec 2002 22:05:16 +0000 (22:05 +0000)
committerSam Hocevar <sam@videolan.org>
Wed, 25 Dec 2002 22:05:16 +0000 (22:05 +0000)
  * ./bootstrap: bootstrap --update-po also updates vlc.pot.

Makefile.am
bootstrap
configure.ac.in
ipkg/Makefile.am

index e595b3e6bc250641427c865f9112f17567579836..736582a0ac3c072ac7b79360fc03f09389f8cf3d 100644 (file)
@@ -15,6 +15,7 @@ EXTRA_DIST = FAQ HACKING MAINTAINERS STATUS src/extras/COPYING \
 MOSTLYCLEANFILES =
 BUILT_SOURCES =
 SUFFIXES = 
+NULL =
 
 # List of programs, libraries and headers that need to be built and/or
 # distributed. Initialized to empty because we'll use += later.
index 5093507c8d16391881f3e213f0e09c4fd044ce0f..afba32da322d4ee5198315eede7a47a13acc62d8 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -1,7 +1,7 @@
 #! /bin/sh
 
 ##  bootstrap file for vlc, the VideoLAN Client
-##  $Id: bootstrap,v 1.35 2002/12/25 21:02:35 massiot Exp $
+##  $Id: bootstrap,v 1.36 2002/12/25 22:05:16 sam Exp $
 ##
 ##  Authors: Samuel Hocevar <sam@zoy.org>
 
@@ -275,7 +275,9 @@ fi
 if test "$do_po" = "yes"
 then
   cd po
-  make update-po #2>&1 | grep '^[^:]*:$' | cut -f1 -d: | tr '\n' ' ' | sed 's/ $//'
+  rm -f vlc.pot
+  make vlc.pot
+  make update-po
   cd ..
 
   exit 0
index e652db3e19eb62c494c61b564044956509cb7617..3a1a12fc18751923ee54ddba321db61cbf1c0acd 100644 (file)
@@ -62,6 +62,7 @@ if test "${nls_cv_force_use_gnu_gettext}" = "yes"; then
   INCLUDES="${INCLUDES} -I\\\$(top_srcdir)/intl"
 fi
 AM_CONDITIONAL(BUILD_INTL, test "${nls_cv_force_use_gnu_gettext}" = "yes")
+XGETTEXT="${XGETTEXT} --keyword=_NS"
 
 dnl AM_PROG_LIBTOOL
 AC_PROG_INSTALL
index f173f9d725d254228db36db75303530c7f8b1cc0..c595aed656d9228bc9c7154d4cf7acbb75dccf56 100644 (file)
@@ -1,3 +1,4 @@
+NULL =
 EXTRA_DIST = \
        patch \
        control \