From 013f1dcab24948eec5625712ae6616e694f15a5b Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Wed, 11 Jan 2006 11:39:10 +0000 Subject: configure.ac: prereleasing Original commit message from CVS: * configure.ac: prereleasing * po/af.po: * po/az.po: * po/cs.po: * po/en_GB.po: * po/hu.po: * po/it.po: * po/nb.po: * po/nl.po: * po/or.po: * po/sq.po: * po/sr.po: * po/sv.po: * po/uk.po: * po/vi.po: update translations --- configure.ac | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 9692f244..43dcc1a4 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ AC_INIT dnl when going to/from release please set the nano (fourth number) right ! dnl releases only do Wall, cvs and prerelease does Werror too -AS_VERSION(gst-plugins-good, GST_PLUGINS_GOOD_VERSION, 0, 10, 0, 1, +AS_VERSION(gst-plugins-good, GST_PLUGINS_GOOD_VERSION, 0, 10, 0, 2, GST_CVS="no", GST_CVS="yes") dnl can autoconf find the source ? @@ -35,6 +35,10 @@ AC_SUBST(GST_MAJORMINOR) AS_LIBTOOL_TAGS([CXX]) AM_PROG_LIBTOOL +dnl *** required versions of GStreamer stuff *** +GST_REQ=0.10.1 +GSTPB_REQ=0.10.1 + dnl *** autotools stuff **** dnl allow for different autotools @@ -198,8 +202,6 @@ fi dnl checks for gstreamer dnl uninstalled is selected preferentially -- see pkg-config(1) -GST_REQ=0.9.7 -GSTPB_REQ=0.9.7 GST_CHECK_GST($GST_MAJORMINOR, [$GST_REQ]) GST_CHECK_GST_BASE($GST_MAJORMINOR, [$GST_REQ]) GST_CHECK_GST_GDP($GST_MAJORMINOR, [$GST_REQ]) -- cgit