summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2004-12-26 06:55:45 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2004-12-26 06:55:45 +0000
commit2caaf59f9eae0269cae51add699381da02e4b9e8 (patch)
tree9ef6047f47e15f50410755e5e30b7098d8edc800
parentstabilize (Manifest recommit) (diff)
downloadgentoo-2-2caaf59f9eae0269cae51add699381da02e4b9e8.tar.gz
gentoo-2-2caaf59f9eae0269cae51add699381da02e4b9e8.tar.bz2
gentoo-2-2caaf59f9eae0269cae51add699381da02e4b9e8.zip
Bug #75524.
-rw-r--r--dev-db/mysql/ChangeLog6
-rw-r--r--dev-db/mysql/mysql-4.0.23.ebuild5
-rw-r--r--dev-db/mysql/mysql-4.1.8.ebuild5
3 files changed, 11 insertions, 5 deletions
diff --git a/dev-db/mysql/ChangeLog b/dev-db/mysql/ChangeLog
index de5857159f9e..0deb1073c6d1 100644
--- a/dev-db/mysql/ChangeLog
+++ b/dev-db/mysql/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-db/mysql
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.151 2004/12/23 17:36:16 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.152 2004/12/26 06:55:45 robbat2 Exp $
+
+ 25 Dec 2004; Robin H. Johnson <robbat2@gentoo.org> mysql-4.0.23.ebuild,
+ mysql-4.1.8.ebuild:
+ Bug #75524.
*mysql-4.0.22-r1 (23 Dec 2004)
diff --git a/dev-db/mysql/mysql-4.0.23.ebuild b/dev-db/mysql/mysql-4.0.23.ebuild
index b2a0b7fb46a9..dd0bb03412b3 100644
--- a/dev-db/mysql/mysql-4.0.23.ebuild
+++ b/dev-db/mysql/mysql-4.0.23.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.0.23.ebuild,v 1.1 2004/12/23 10:56:52 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.0.23.ebuild,v 1.2 2004/12/26 06:55:45 robbat2 Exp $
inherit eutils gnuconfig
#to accomodate -laadeedah releases
@@ -91,7 +91,8 @@ src_unpack() {
# Already included upstream in 4.0.21
cd ${S}
- autoreconf --install --force
+ autoconf
+ libtoolize --copy --force
# Saving this for a rainy day, in case we need it again
#WANT_AUTOMAKE=1.7 automake
gnuconfig_update
diff --git a/dev-db/mysql/mysql-4.1.8.ebuild b/dev-db/mysql/mysql-4.1.8.ebuild
index 403d9ac1bab5..868ed7d9a2b6 100644
--- a/dev-db/mysql/mysql-4.1.8.ebuild
+++ b/dev-db/mysql/mysql-4.1.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.1.8.ebuild,v 1.1 2004/12/23 10:56:52 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.1.8.ebuild,v 1.2 2004/12/26 06:55:45 robbat2 Exp $
inherit eutils gnuconfig
#to accomodate -laadeedah releases
@@ -90,8 +90,9 @@ src_unpack() {
fi
cd ${S}
+ autoconf
# this does the libtoolize stuff
- autoreconf --install --force
+ libtoolize --copy --force
# Saving this for a rainy day, in case we need it again
#WANT_AUTOMAKE=1.7 automake
gnuconfig_update