From: Thomas Vander Stichele Date: Wed, 4 Feb 2004 21:29:37 +0000 (+0000) Subject: appease libtool gods bump to prerel version X-Git-Tag: BRANCH-RELEASE-0_7_4-ROOT^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=90e64b98d566fd8df793cfc0a9b08b8e5fb356d3;p=platform%2Fupstream%2Fgst-common.git appease libtool gods bump to prerel version Original commit message from CVS: appease libtool gods bump to prerel version --- diff --git a/ChangeLog b/ChangeLog index b2b79ae..acdc60f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-02-04 Thomas Vander Stichele + + * m4/as-libtool.m4: remove AM_PROG_LIBTOOL so it can move back + to configure.ac to shut up libtoolize + 2004-02-03 Thomas Vander Stichele * glib-gen.mak: added; used to generate enums and marshal code diff --git a/m4/as-libtool.m4 b/m4/as-libtool.m4 index b01b2f2..19d4683 100644 --- a/m4/as-libtool.m4 +++ b/m4/as-libtool.m4 @@ -1,4 +1,4 @@ -dnl as-libtool.m4 0.1.0 +dnl as-libtool.m4 0.1.1 dnl autostars m4 macro for libtool versioning dnl thomas@apestaart.org dnl @@ -35,5 +35,4 @@ dnl [$1]_LT_LDFLAGS="$[$1]_LT_LDFLAGS -version-info $[$1]_LIBVERSION" AC_SUBST([$1]_LT_LDFLAGS) AC_LIBTOOL_DLOPEN - AM_PROG_LIBTOOL ])