summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-08-27 09:54:08 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-08-27 09:54:08 +0000
commita394be5deb6ace44502f57057131d33e6a6b8a7b (patch)
tree3e654eb72e1a467fe481b82d246b241fa7740a8e
parentd2bdc966342da1145ca4fe5832cba7e6312b40a0 (diff)
downloadgstreamer-plugins-bad-a394be5deb6ace44502f57057131d33e6a6b8a7b.tar.gz
this should've gone in a long time ago
Original commit message from CVS: this should've gone in a long time ago
m---------common0
-rw-r--r--configure.ac27
2 files changed, 5 insertions, 22 deletions
diff --git a/common b/common
-Subproject e400d0fc2780dac2ee516286893d4f312d065f8
+Subproject f0da7b89bea3eb2ed1d149166f28afa5e670dec
diff --git a/configure.ac b/configure.ac
index d0c60e6b6..468ac942b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,18 +7,15 @@ dnl this goes before AS_LIBTOOL to appease autoconf
dnl *NOTE*: dnl this line before release, so release does static too
AM_DISABLE_STATIC
+dnl AM_MAINTAINER_MODE only provides the option to configure to enable it
+AM_MAINTAINER_MODE
+
dnl when going to/from release please set the nano (fourth number) right !
-dnl We disable static building for development, for time savings
-AM_DISABLE_STATIC
-AS_VERSION(gst-plugins, GST_PLUGINS, 0, 4, 0, 1)
+dnl releases only do Wall, cvs and prerelease does Werror too
+AS_VERSION(gst-plugins, GST_PLUGINS, 0, 4, 0, 1, GST_ERROR="-Wall", GST_ERROR="-Wall -Werror")
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
AS_LIBTOOL(GST_PLUGINS, 0, 0, 0, yes)
-dnl we'll move this to a configure option later on which will be turned on
-dnl by autogen
-dnl GST_ERROR="-Wall -Werror"
-GST_ERROR="-Werror"
-
dnl FIXME take something else ?
AC_CONFIG_SRCDIR([gst/law/alaw.c])
AM_CONFIG_HEADER(config.h)
@@ -422,20 +419,6 @@ GST_CHECK_FEATURE(AVIFILE, [avifile], winenc windec, [
[AC_MSG_WARN([no libstdc++ found, avifile test will fail])]
)
AS_AVIFILE(0.7.0)
-
-dnl if test "x$HAVE_CXX" != "xyes"; then
-dnl HAVE_AVIFILE="no"
-dnl else
-dnl dnl check for libstdc++
-dnl AC_CHECK_LIB(stdc++, cout,
-dnl dnl check for X LIBS
-dnl [AS_AVIFILE(0.7.0)],
-dnl [
-dnl AC_MSG_WARN(You need libstdc++ to compile with avifile)
-dnl HAVE_AVIFILE="no"
-dnl ]
-dnl )
-dnl fi
])
dnl *** CDParanoia ***