automake 1.6 patch ;)
authorThomas Vander Stichele <thomas@apestaart.org>
Fri, 15 Mar 2002 22:16:40 +0000 (22:16 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Fri, 15 Mar 2002 22:16:40 +0000 (22:16 +0000)
Original commit message from CVS:
automake 1.6 patch ;)

configure.ac

index 76927a9..fa241ba 100644 (file)
@@ -2,7 +2,11 @@ AC_INIT
 AC_CANONICAL_TARGET([])
 
 dnl when going to/from release please set the nano (fourth number) right !
+<<<<<<< configure.ac
+AS_VERSION(gstreamer, GST_VERSION, 0, 3, 2, )
+=======
 AS_VERSION(gstreamer, GST_VERSION, 0, 3, 3, 1)
+>>>>>>> 1.138
 AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
 AS_LIBTOOL(GST, 0, 0, 0, yes)
 
@@ -154,12 +158,6 @@ main() { atomic_t t; atomic_set(&t,0); atomic_inc(&t); atomic_add(1,&t);return 0
   ])
 fi
 
-dnl ==========================================================================
-dnl ============================= gst plugins ================================
-dnl ==========================================================================
-GST_PLUGIN_LDFLAGS='-module -avoid-version'
-AC_SUBST(GST_PLUGIN_LDFLAGS)
-
 dnl ######################################################################
 dnl # Check command line parameters, and set shell variables accordingly #
 dnl ######################################################################