diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-11-27 14:34:11 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-11-27 14:34:11 +0000 |
commit | d324bfb513b8825dadbf2a5862d1c1cc19a69345 (patch) | |
tree | 9b71bde99c7314d82e52780f504063429b54c619 | |
parent | 462b7b64c4652a6513ccbe9e152ba2a92658ec4e (diff) |
add ACLOCAL_AMFLAGS
Original commit message from CVS:
add ACLOCAL_AMFLAGS
-rw-r--r-- | Makefile.am | 2 | ||||
m--------- | common | 0 | ||||
-rw-r--r-- | gst-plugins-base.spec.in | 2 |
3 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 8f909752..998f5028 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 -Subproject 1b24580b06e738f920b33ea68dffd83d953f0bb +Subproject c04ad83a0c184fcd311de39371570b9e773a60d diff --git a/gst-plugins-base.spec.in b/gst-plugins-base.spec.in index 7e612680..e2c273d5 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@ |