summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-02-04 21:30:15 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-02-04 21:30:15 +0000
commitbfb86e49bf855b0b725fa768a98092f0b3920d3e (patch)
treec628a08cea89c909fec7f40ccd90380b3c24e2b0
parent5ed4d0888133499031ac76531de4c6cc2a5552e9 (diff)
downloadgstreamer-plugins-bad-bfb86e49bf855b0b725fa768a98092f0b3920d3e.tar.gz
appease libtool gods
Original commit message from CVS: appease libtool gods
-rw-r--r--ChangeLog1
m---------common0
-rw-r--r--configure.ac1
3 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9a60e21eb..736b9553e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
* configure.ac:
bump nano to 2, first prerelease
+ put back AM_PROG_LIBTOOL
2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
diff --git a/common b/common
-Subproject 28760b093e73a78cdd0c1fba76baa5d87dc2c0f
+Subproject 90e64b98d566fd8df793cfc0a9b08b8e5fb356d
diff --git a/configure.ac b/configure.ac
index 3c1144819..a4f0a3b13 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,6 +31,7 @@ dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
dnl - interfaces added -> increment AGE
dnl - interfaces removed -> AGE = 0
AS_LIBTOOL(GST_PLUGINS, 2, 0, 0)
+AM_PROG_LIBTOOL
dnl FIXME take something else ?
AC_CONFIG_SRCDIR([gst/law/alaw.c])