Add/enable autofoo magic for translations.

Original commit message from CVS:
* Makefile.am:
* autogen.sh:
* configure.ac:
* po/POTFILES.in:
Add/enable autofoo magic for translations.
This commit is contained in:
Tim-Philipp Müller 2006-07-28 15:11:42 +00:00
parent 05097283d8
commit 287c94dcb0
5 changed files with 24 additions and 18 deletions

View file

@ -1,3 +1,11 @@
2006-07-28 Tim-Philipp Müller <tim at centricular dot net>
* Makefile.am:
* autogen.sh:
* configure.ac:
* po/POTFILES.in:
Add/enable autofoo magic for translations.
2006-07-28 Tim-Philipp Müller <tim at centricular dot net> 2006-07-28 Tim-Philipp Müller <tim at centricular dot net>
* gst/realmedia/rmdemux.c: (gst_rmdemux_reset), * gst/realmedia/rmdemux.c: (gst_rmdemux_reset),

View file

@ -1,7 +1,7 @@
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
SUBDIRS = \ SUBDIRS = \
gst ext docs m4 tests common gst ext docs m4 tests common po
EXTRA_DIST = \ EXTRA_DIST = \
gst-plugins-ugly.spec depcomp \ gst-plugins-ugly.spec depcomp \

View file

@ -35,8 +35,8 @@ version_check "autoconf" "$AUTOCONF autoconf autoconf-2.54 autoconf-2.53 autocon
"ftp://ftp.gnu.org/pub/gnu/autoconf/" 2 52 || DIE=1 "ftp://ftp.gnu.org/pub/gnu/autoconf/" 2 52 || DIE=1
version_check "automake" "$AUTOMAKE automake automake-1.9 automake-1.7 automake-1.6 automake-1.5" \ version_check "automake" "$AUTOMAKE automake automake-1.9 automake-1.7 automake-1.6 automake-1.5" \
"ftp://ftp.gnu.org/pub/gnu/automake/" 1 7 || DIE=1 "ftp://ftp.gnu.org/pub/gnu/automake/" 1 7 || DIE=1
#version_check "autopoint" "autopoint" \ version_check "autopoint" "autopoint" \
# "ftp://ftp.gnu.org/pub/gnu/gettext/" 0 11 5 || DIE=1 "ftp://ftp.gnu.org/pub/gnu/gettext/" 0 11 5 || DIE=1
version_check "libtoolize" "$LIBTOOLIZE libtoolize glibtoolize" \ version_check "libtoolize" "$LIBTOOLIZE libtoolize glibtoolize" \
"ftp://ftp.gnu.org/pub/gnu/libtool/" 1 5 0 || DIE=1 "ftp://ftp.gnu.org/pub/gnu/libtool/" 1 5 0 || DIE=1
version_check "pkg-config" "" \ version_check "pkg-config" "" \
@ -63,14 +63,14 @@ toplevel_check $srcfile
# autopoint # autopoint
# older autopoint (< 0.12) has a tendency to complain about mkinstalldirs # older autopoint (< 0.12) has a tendency to complain about mkinstalldirs
# if test -x mkinstalldirs; then rm mkinstalldirs; fi if test -x mkinstalldirs; then rm mkinstalldirs; fi
# first remove patch if necessary, then run autopoint, then reapply # first remove patch if necessary, then run autopoint, then reapply
# if test -f po/Makefile.in.in; if test -f po/Makefile.in.in;
# then then
# patch -p0 -R < common/gettext.patch patch -p0 -R < common/gettext.patch
# fi fi
# tool_run "$autopoint --force" tool_run "$autopoint --force"
# patch -p0 < common/gettext.patch patch -p0 < common/gettext.patch
tool_run "$aclocal" "-I m4 -I common/m4 $ACLOCAL_FLAGS" tool_run "$aclocal" "-I m4 -I common/m4 $ACLOCAL_FLAGS"
tool_run "$libtoolize" "--copy --force" tool_run "$libtoolize" "--copy --force"

View file

@ -56,9 +56,10 @@ dnl Add parameters for aclocal
AC_SUBST(ACLOCAL_AMFLAGS, "-I m4 -I common/m4") AC_SUBST(ACLOCAL_AMFLAGS, "-I m4 -I common/m4")
dnl set up gettext dnl set up gettext
dnl AM_GNU_GETTEXT_VERSION(0.11.5) dnl the version check needs to stay here because autopoint greps for it
dnl AM_GNU_GETTEXT([external]) AM_GNU_GETTEXT_VERSION(0.11.5)
dnl GST_GETTEXT([gst-plugins-ugly-$GST_MAJOR_MINOR]) AM_GNU_GETTEXT([external])
GST_GETTEXT([gst-plugins-ugly-$GST_MAJORMINOR])
dnl *** check for arguments to configure *** dnl *** check for arguments to configure ***
@ -408,8 +409,6 @@ AC_SUBST(GST_PLUGIN_LDFLAGS)
dnl *** output files *** dnl *** output files ***
dnl po/Makefile.in
AC_CONFIG_FILES( AC_CONFIG_FILES(
Makefile Makefile
gst/Makefile gst/Makefile
@ -437,6 +436,7 @@ tests/check/Makefile
common/Makefile common/Makefile
common/m4/Makefile common/m4/Makefile
m4/Makefile m4/Makefile
po/Makefile.in
gst-plugins-ugly.spec gst-plugins-ugly.spec
) )
AC_OUTPUT AC_OUTPUT

View file

@ -1,6 +1,4 @@
# not activated yet: # not activated yet:
# ext/dvdread/stream_labels.c
# ext/dvdnav/dvdnavsrc.c # ext/dvdnav/dvdnavsrc.c
# not activated yet: gst/asfdemux/gstasfdemux.c
# gst/asfdemux/gstasfdemux.c