mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 05:16:13 +00:00
quiet a warning from autoconf
Original commit message from CVS: quiet a warning from autoconf
This commit is contained in:
parent
1cf253d075
commit
d44ca0c99f
2 changed files with 6 additions and 5 deletions
2
common
2
common
|
@ -1 +1 @@
|
||||||
Subproject commit 2d7b19ccea5558f1689a287374f645a593291407
|
Subproject commit fd02f1d955e13407fd27314b1568023bd2061df7
|
|
@ -2,6 +2,11 @@ dnl autoconf configuration file for gst-plugins
|
||||||
AC_INIT
|
AC_INIT
|
||||||
AC_CANONICAL_TARGET([])
|
AC_CANONICAL_TARGET([])
|
||||||
|
|
||||||
|
dnl We disable static building for development, for time savings
|
||||||
|
dnl this goes before AS_LIBTOOL to appease autoconf
|
||||||
|
dnl *NOTE*: dnl this line before release, so release does static too
|
||||||
|
AM_DISABLE_STATIC
|
||||||
|
|
||||||
dnl when going to/from release please set the nano (fourth number) right !
|
dnl when going to/from release please set the nano (fourth number) right !
|
||||||
AS_VERSION(gst-plugins, GST_PLUGINS, 0, 3, 2, 1)
|
AS_VERSION(gst-plugins, GST_PLUGINS, 0, 3, 2, 1)
|
||||||
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
|
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
|
||||||
|
@ -25,10 +30,6 @@ AC_PROG_CXX
|
||||||
AC_PROG_CXXCPP
|
AC_PROG_CXXCPP
|
||||||
AC_ISC_POSIX
|
AC_ISC_POSIX
|
||||||
|
|
||||||
dnl We disable static building for development, for time savings
|
|
||||||
dnl *NOTE*: dnl this line before release, so release does static too
|
|
||||||
AM_DISABLE_STATIC
|
|
||||||
|
|
||||||
AC_HEADER_STDC([])
|
AC_HEADER_STDC([])
|
||||||
|
|
||||||
dnl ###########################################
|
dnl ###########################################
|
||||||
|
|
Loading…
Reference in a new issue