diff --git a/ChangeLog b/ChangeLog index 9a60e21eb7..736b9553ee 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 diff --git a/common b/common index 28760b093e..90e64b98d5 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 28760b093e73a78cdd0c1fba76baa5d87dc2c0f2 +Subproject commit 90e64b98d566fd8df793cfc0a9b08b8e5fb356d3 diff --git a/configure.ac b/configure.ac index 3c11448197..a4f0a3b13d 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])