sync with as-version small autogen fix

Original commit message from CVS:
* sync with as-version
* small autogen fix
This commit is contained in:
Thomas Vander Stichele 2002-02-10 15:54:09 +00:00
parent 84261f5080
commit c90c7ea286
3 changed files with 3 additions and 2 deletions

View file

@ -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

@ -1 +1 @@
Subproject commit 42efc7fe3eda3ea184fa620f2e0dbc4977f16c26
Subproject commit 8a9436f47d6e851edbf25d4cceaf071bdc6d11a2

View file

@ -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])