summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-02-04 21:29:37 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-02-04 21:29:37 +0000
commit90e64b98d566fd8df793cfc0a9b08b8e5fb356d3 (patch)
tree338b76980de749e066974ea3b768d539e26a9370
parent28760b093e73a78cdd0c1fba76baa5d87dc2c0f2 (diff)
appease libtool gods bump to prerel versionRELEASE-0_7_4BRANCH-RELEASE-0_7_4-ROOTBRANCH-RELEASE-0_7_4
Original commit message from CVS: appease libtool gods bump to prerel version
-rw-r--r--ChangeLog5
-rw-r--r--m4/as-libtool.m43
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index b2b79ae..acdc60f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
+
+ * 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 <thomas at apestaart dot org>
* 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
])