summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2015-04-23 16:39:20 +0100
committerTim-Philipp Müller <tim@centricular.com>2015-04-23 16:39:20 +0100
commitb90f17411e271199e56c08d990fbfbe04bd39431 (patch)
tree19eff030638b12c96aa78ec3b1a8d6fdb51d7a18 /configure.ac
parent8f740fb48476aa8582daf92532f9cb2b501aee33 (diff)
downloadgstreamer-plugins-bad-b90f17411e271199e56c08d990fbfbe04bd39431.tar.gz
configure: bump automake requirement to 1.14 and autoconf to 2.69
This is only required for builds from git, people can still build tarballs if they only have older autotools. https://bugzilla.gnome.org//show_bug.cgi?id=747624
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index bfde9c63b..2d23b7a00 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_PREREQ([2.68])
+AC_PREREQ([2.69])
dnl initialize autoconf
dnl when going to/from release please set the nano (fourth number) right !
@@ -8,7 +8,7 @@ AC_INIT([GStreamer Bad Plug-ins],[1.5.0.1],[http://bugzilla.gnome.org/enter_bug.
AG_GST_INIT
dnl initialize automake
-AM_INIT_AUTOMAKE([-Wno-portability 1.11 no-dist-gzip dist-xz tar-ustar subdir-objects])
+AM_INIT_AUTOMAKE([-Wno-portability 1.14 no-dist-gzip dist-xz tar-ustar subdir-objects])
dnl define PACKAGE_VERSION_* variables
AS_VERSION