mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
sync with as-version small autogen fix
Original commit message from CVS: * sync with as-version * small autogen fix
This commit is contained in:
parent
84261f5080
commit
c90c7ea286
3 changed files with 3 additions and 2 deletions
|
@ -82,7 +82,7 @@ test ! -z "$CONFIGURE_DEF_OPT" && echo " ./configure default flags: $CONFIGURE_
|
|||
test ! -z "$CONFIGURE_EXT_OPT" && echo " ./configure external flags: $CONFIGURE_EXT_OPT"
|
||||
echo
|
||||
|
||||
./configure $CONFIGURE_OPT $CONFIGURE_EXT_OPT || {
|
||||
./configure $CONFIGURE_DEF_OPT $CONFIGURE_EXT_OPT || {
|
||||
echo " configure failed"
|
||||
exit 1
|
||||
}
|
||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 42efc7fe3eda3ea184fa620f2e0dbc4977f16c26
|
||||
Subproject commit 8a9436f47d6e851edbf25d4cceaf071bdc6d11a2
|
|
@ -4,6 +4,7 @@ AC_CANONICAL_TARGET([])
|
|||
|
||||
dnl when going to/from release please set the nano (fourth number) right !
|
||||
AS_VERSION(gstreamer, GST_VERSION, 0, 3, 2, 1)
|
||||
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
|
||||
AS_LIBTOOL(GST, 0, 0, 0, yes)
|
||||
|
||||
AC_CONFIG_SRCDIR([gst/gst.c])
|
||||
|
|
Loading…
Reference in a new issue