mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 23:28:16 +00:00
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
This commit is contained in:
parent
1545d8fef7
commit
bdbc6f24ce
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
AC_PREREQ(2.62)
|
||||
AC_PREREQ(2.69)
|
||||
dnl initialize autoconf
|
||||
dnl when going to/from release please set the nano (fourth number) right !
|
||||
dnl releases only do Wall, cvs and prerelease does Werror too
|
||||
|
@ -8,7 +8,7 @@ AC_INIT([GStreamer RTSP Server Library], [1.5.0.1],
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue