summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2002-02-16 05:44:09 +0000
committerAndy Wingo <wingo@pobox.com>2002-02-16 05:44:09 +0000
commitc0d826fda977c865cf4572b6388bc89ddb056338 (patch)
tree6bd491c4fe96392cd5f111da744e1b11b4d10a0d
parent376c95df2a0562754747f7c8e220fbef34c50d00 (diff)
downloadgstreamer-plugins-bad-c0d826fda977c865cf4572b6388bc89ddb056338.tar.gz
quiet a warning from autoconf
Original commit message from CVS: quiet a warning from autoconf
m---------common0
-rw-r--r--configure.ac9
2 files changed, 5 insertions, 4 deletions
diff --git a/common b/common
-Subproject 2d7b19ccea5558f1689a287374f645a59329140
+Subproject fd02f1d955e13407fd27314b1568023bd2061df
diff --git a/configure.ac b/configure.ac
index a2fcb2de7..d018f56a6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,6 +2,11 @@ dnl autoconf configuration file for gst-plugins
AC_INIT
AC_CANONICAL_TARGET([])
+dnl We disable static building for development, for time savings
+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 when going to/from release please set the nano (fourth number) right !
AS_VERSION(gst-plugins, GST_PLUGINS, 0, 3, 2, 1)
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
@@ -25,10 +30,6 @@ AC_PROG_CXX
AC_PROG_CXXCPP
AC_ISC_POSIX
-dnl We disable static building for development, for time savings
-dnl *NOTE*: dnl this line before release, so release does static too
-AM_DISABLE_STATIC
-
AC_HEADER_STDC([])
dnl ###########################################