mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
revert wingo's patch since it breaks add AM_MAINTAINER_MODE to configure.ac since that adds the option to configure
Original commit message from CVS: revert wingo's patch since it breaks add AM_MAINTAINER_MODE to configure.ac since that adds the option to configure
This commit is contained in:
parent
959fc2b57e
commit
8644cd03d6
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@ AC_CANONICAL_TARGET([])
|
|||
dnl when going to/from release please set the nano (fourth number) right !
|
||||
dnl releases only do Wall, cvs and prerelease does Werror too
|
||||
AS_VERSION(gstreamer, GST_VERSION, 0, 4, 0, 1, GST_ERROR="-Wall", GST_ERROR="-Wall -Werror")
|
||||
|
||||
dnl AM_MAINTAINER_MODE only provides the option to configure to enable it
|
||||
AM_MAINTAINER_MODE
|
||||
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
|
||||
AS_LIBTOOL(GST, 0, 0, 0, yes)
|
||||
|
||||
|
|
Loading…
Reference in a new issue