Commit e8b5cda1 authored by Sam Hocevar's avatar Sam Hocevar

* ./configure.ac.in: lured xggettext into thinking _NS is a keyword.

  * ./bootstrap: bootstrap --update-po also updates vlc.pot.
parent 16cf721d
...@@ -15,6 +15,7 @@ EXTRA_DIST = FAQ HACKING MAINTAINERS STATUS src/extras/COPYING \ ...@@ -15,6 +15,7 @@ EXTRA_DIST = FAQ HACKING MAINTAINERS STATUS src/extras/COPYING \
MOSTLYCLEANFILES = MOSTLYCLEANFILES =
BUILT_SOURCES = BUILT_SOURCES =
SUFFIXES = SUFFIXES =
NULL =
# List of programs, libraries and headers that need to be built and/or # List of programs, libraries and headers that need to be built and/or
# distributed. Initialized to empty because we'll use += later. # distributed. Initialized to empty because we'll use += later.
......
#! /bin/sh #! /bin/sh
## bootstrap file for vlc, the VideoLAN Client ## 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> ## Authors: Samuel Hocevar <sam@zoy.org>
...@@ -275,7 +275,9 @@ fi ...@@ -275,7 +275,9 @@ fi
if test "$do_po" = "yes" if test "$do_po" = "yes"
then then
cd po 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 .. cd ..
exit 0 exit 0
......
...@@ -62,6 +62,7 @@ if test "${nls_cv_force_use_gnu_gettext}" = "yes"; then ...@@ -62,6 +62,7 @@ if test "${nls_cv_force_use_gnu_gettext}" = "yes"; then
INCLUDES="${INCLUDES} -I\\\$(top_srcdir)/intl" INCLUDES="${INCLUDES} -I\\\$(top_srcdir)/intl"
fi fi
AM_CONDITIONAL(BUILD_INTL, test "${nls_cv_force_use_gnu_gettext}" = "yes") AM_CONDITIONAL(BUILD_INTL, test "${nls_cv_force_use_gnu_gettext}" = "yes")
XGETTEXT="${XGETTEXT} --keyword=_NS"
dnl AM_PROG_LIBTOOL dnl AM_PROG_LIBTOOL
AC_PROG_INSTALL AC_PROG_INSTALL
......
NULL =
EXTRA_DIST = \ EXTRA_DIST = \
patch \ patch \
control \ control \
......
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