summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-libs/courier-authlib/ChangeLog5
-rw-r--r--net-libs/courier-authlib/courier-authlib-0.52.ebuild4
2 files changed, 7 insertions, 2 deletions
diff --git a/net-libs/courier-authlib/ChangeLog b/net-libs/courier-authlib/ChangeLog
index f39444a54cec..9b0c6d6bc4ff 100644
--- a/net-libs/courier-authlib/ChangeLog
+++ b/net-libs/courier-authlib/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/courier-authlib
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/courier-authlib/ChangeLog,v 1.19 2005/01/02 07:20:48 langthang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/courier-authlib/ChangeLog,v 1.20 2005/01/02 07:27:54 langthang Exp $
+
+ 01 Jan 2005; Tuan Van <langthang@gentoo.org> courier-authlib-0.52.ebuild:
+ add "libtoolize --copy --force"
01 Jan 2005; Tuan Van <langthang@gentoo.org> files/configure-db4.patch:
adjust patch for the newer version.
diff --git a/net-libs/courier-authlib/courier-authlib-0.52.ebuild b/net-libs/courier-authlib/courier-authlib-0.52.ebuild
index 681d52e584ed..0707ea9ec7c9 100644
--- a/net-libs/courier-authlib/courier-authlib-0.52.ebuild
+++ b/net-libs/courier-authlib/courier-authlib-0.52.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/courier-authlib/courier-authlib-0.52.ebuild,v 1.1 2005/01/02 03:59:13 swtaylor Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/courier-authlib/courier-authlib-0.52.ebuild,v 1.2 2005/01/02 07:27:54 langthang Exp $
inherit eutils gnuconfig
@@ -42,10 +42,12 @@ src_unpack() {
epatch ${FILESDIR}/configure-db4.patch
export WANT_AUTOCONF="2.5"
gnuconfig_update
+ libtoolize --copy --force
ebegin "Recreating configure"
autoconf || die "recreate configure failed"
eend $?
cd ${S}/bdbobj
+ libtoolize --copy --force
ebegin "Recreating bdbobj/configure"
autoconf || die "recreate bdbobj/configure failed"
eend $?