summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2012-12-17 18:44:42 +0000
committerTim-Philipp Müller <tim@centricular.net>2012-12-17 18:44:42 +0000
commit1bf085ae714e5cfc3ec1f65ef9b6e489a85c54d9 (patch)
treecf24ab56650b96007cc7f3aca036f4246d4fcf00
parentac46931f299c06b75e052431eccb1f1b725183c3 (diff)
build: do gst-style git versioning, so AS_NANO works properly0.10
https://bugzilla.gnome.org/show_bug.cgi?id=690364
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index bc933cf..46816a8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.52])
-AC_INIT([gst-openmax], m4_esyscmd([build-aux/git-version-gen]),
+AC_INIT([gst-openmax], [0.10.1.1],
[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer&component=gst-openmax])
AC_CONFIG_AUX_DIR([build-aux])
@@ -36,6 +36,8 @@ AC_CONFIG_MACRO_DIR([m4])
dnl initialize GStreamer macros
AG_GST_INIT
+AS_VERSION
+
dnl check if this is a release version
AS_NANO(GST_GIT="no", GST_GIT="yes")