From d324bfb513b8825dadbf2a5862d1c1cc19a69345 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 27 Nov 2005 14:34:11 +0000 Subject: [PATCH] add ACLOCAL_AMFLAGS Original commit message from CVS: add ACLOCAL_AMFLAGS --- Makefile.am | 2 ++ common | 2 +- gst-plugins-base.spec.in | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 8f90975..998f502 100644 --- a/Makefile.am +++ b/Makefile.am @@ -49,6 +49,8 @@ EXTRA_DIST = \ DISTCLEANFILES = _stdint.h +ACLOCAL_AMFLAGS = -I m4 -I common/m4 + include $(top_srcdir)/common/release.mak include $(top_srcdir)/common/po.mak diff --git a/common b/common index 1b24580..c04ad83 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 1b24580b06e738f920b33ea68dffd83d953f0bba +Subproject commit c04ad83a0c184fcd311de39371570b9e773a60d0 diff --git a/gst-plugins-base.spec.in b/gst-plugins-base.spec.in index 7e61268..e2c273d 100644 --- a/gst-plugins-base.spec.in +++ b/gst-plugins-base.spec.in @@ -1,7 +1,7 @@ %define majorminor @GST_MAJORMINOR@ %define gstreamer gstreamer09 -%define gst_minver 0.9.5 +%define gst_minver 0.9.6 Name: %{gstreamer}-plugins-base Version: @VERSION@ -- 2.7.4