summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2006-08-14 13:11:56 +0000
committerAlastair Tse <liquidx@gentoo.org>2006-08-14 13:11:56 +0000
commitfd9aeb11f1649db781fb3f40507c5ef5fd44bd7e (patch)
tree70b50511affc26944d37c5791b5cbca8d98d77d3 /app-i18n/scim-tables
parentremove app-mobilephone/openobex-apps mask (package was removed from the tree) (diff)
downloadgentoo-2-fd9aeb11f1649db781fb3f40507c5ef5fd44bd7e.tar.gz
gentoo-2-fd9aeb11f1649db781fb3f40507c5ef5fd44bd7e.tar.bz2
gentoo-2-fd9aeb11f1649db781fb3f40507c5ef5fd44bd7e.zip
Add proper aclocal directories when running autoreconf.
(Portage version: 2.1.1_pre4-r4)
Diffstat (limited to 'app-i18n/scim-tables')
-rw-r--r--app-i18n/scim-tables/ChangeLog6
-rw-r--r--app-i18n/scim-tables/scim-tables-0.5.6-r1.ebuild5
2 files changed, 8 insertions, 3 deletions
diff --git a/app-i18n/scim-tables/ChangeLog b/app-i18n/scim-tables/ChangeLog
index ed201627d7e8..d032de6336e6 100644
--- a/app-i18n/scim-tables/ChangeLog
+++ b/app-i18n/scim-tables/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-i18n/scim-tables
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/ChangeLog,v 1.40 2006/07/27 17:02:39 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/ChangeLog,v 1.41 2006/08/14 13:11:56 liquidx Exp $
+
+ 14 Aug 2006; Alastair Tse <liquidx@gentoo.org>
+ scim-tables-0.5.6-r1.ebuild:
+ Add proper aclocal directories when running autoreconf.
*scim-tables-0.5.6-r1 (27 Jul 2006)
diff --git a/app-i18n/scim-tables/scim-tables-0.5.6-r1.ebuild b/app-i18n/scim-tables/scim-tables-0.5.6-r1.ebuild
index c3bf77186f6e..a1b394768740 100644
--- a/app-i18n/scim-tables/scim-tables-0.5.6-r1.ebuild
+++ b/app-i18n/scim-tables/scim-tables-0.5.6-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/scim-tables-0.5.6-r1.ebuild,v 1.1 2006/07/27 17:02:39 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/scim-tables-0.5.6-r1.ebuild,v 1.2 2006/08/14 13:11:56 liquidx Exp $
inherit kde-functions autotools eutils
@@ -41,7 +41,8 @@ src_unpack() {
epatch "${FILESDIR}/${P}-fixconfigure.patch"
epatch "${FILESDIR}/${PN}-qt335.patch"
- AT_NO_RECURSIVE=yes eautoreconf
+ #AT_NO_RECURSIVE=yes eautoreconf
+ AT_NO_RECURSIVE=yes AT_M4DIR=${S}/m4 eautoreconf
}
src_compile() {