diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2006-03-12 23:56:47 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2006-03-12 23:56:47 +0000 |
commit | 1533f43e0425237f8134dd60b485275f0d787ef1 (patch) | |
tree | 989a3c4f18b25b077e9d5755e80c1c47f837091d /configure.ac | |
parent | 5fd004431365f3d850b4075e9133bbd9c42d3c0a (diff) | |
download | gst-plugins-bad-1533f43e0425237f8134dd60b485275f0d787ef1.tar.gz gst-plugins-bad-1533f43e0425237f8134dd60b485275f0d787ef1.tar.bz2 gst-plugins-bad-1533f43e0425237f8134dd60b485275f0d787ef1.zip |
Fix distcheck.
Original commit message from CVS:
* Makefile.am:
* configure.ac:
Fix distcheck.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac index 6d6f1a38..287c8551 100644 --- a/configure.ac +++ b/configure.ac @@ -40,14 +40,11 @@ AM_PROG_AS AS="${CC}" AS_PROG_OBJC -dnl the gettext stuff needed -AM_GNU_GETTEXT_VERSION(0.11.5) +dnl set up gettext +dnl the version check needs to stay here because autopoint greps for it +AM_GNU_GETTEXT_VERSION([0.11.5]) AM_GNU_GETTEXT([external]) - -GETTEXT_PACKAGE=gst-plugins-bad-$GST_MAJORMINOR -AC_SUBST(GETTEXT_PACKAGE) -AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE], "$GETTEXT_PACKAGE", - [gettext package name]) +GST_GETTEXT([gst-plugins-bad-$GST_MAJORMINOR]) GST_ARG_EXAMPLES @@ -804,6 +801,8 @@ gst/speed/Makefile gst/qtdemux/Makefile gst/tta/Makefile gst/xingheader/Makefile +gst-libs/Makefile +gst-libs/gst/Makefile sys/Makefile sys/glsink/Makefile sys/ximagesrc/Makefile |