Initial release
[adaptation/ap_samsung/gst-plugins-s5pc2xx.git] / common / gettext.patch
1 --- po/Makefile.in.in.orig      2006-01-07 12:03:45.000000000 +0100
2 +++ po/Makefile.in.in   2006-01-07 12:04:23.000000000 +0100
3 @@ -11,6 +11,9 @@
4  PACKAGE = @PACKAGE@
5  VERSION = @VERSION@
6  
7 +# thomas: add GETTEXT_PACKAGE substitution as used in Makevars
8 +GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
9 +
10  SHELL = /bin/sh
11  @SET_MAKE@
12  
13 @@ -305,7 +308,9 @@
14  update-gmo: Makefile $(GMOFILES)
15         @:
16  
17 -Makefile: Makefile.in.in $(top_builddir)/config.status POTFILES.in
18 +# thomas: add LINGUAS as a dependency so that the Makefile gets rebuilt
19 +# properly when we add languages
20 +Makefile: Makefile.in.in $(top_builddir)/config.status POTFILES.in LINGUAS
21         cd $(top_builddir) \
22           && CONFIG_FILES=$(subdir)/$@.in CONFIG_HEADERS= \
23                $(SHELL) ./config.status