sync with as-version small autogen fix
authorThomas Vander Stichele <thomas@apestaart.org>
Sun, 10 Feb 2002 15:54:09 +0000 (15:54 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sun, 10 Feb 2002 15:54:09 +0000 (15:54 +0000)
Original commit message from CVS:
* sync with as-version
* small autogen fix

autogen.sh
common
configure.ac

index 813ba6b..71cd5a2 100755 (executable)
@@ -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
 }
diff --git a/common b/common
index 42efc7f..8a9436f 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 42efc7fe3eda3ea184fa620f2e0dbc4977f16c26
+Subproject commit 8a9436f47d6e851edbf25d4cceaf071bdc6d11a2
index cf4cc9c..da8ff11 100644 (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])