From b69342f7f2675364e5776daa794efaf601e8281b Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 15 Mar 2002 22:16:40 +0000 Subject: [PATCH] automake 1.6 patch ;) Original commit message from CVS: automake 1.6 patch ;) --- configure.ac | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/configure.ac b/configure.ac index 76927a9b6f..fa241baceb 100644 --- a/configure.ac +++ b/configure.ac @@ -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 ######################################################################