summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2004-04-09 14:11:43 +0000
committerSeemant Kulleen <seemant@gentoo.org>2004-04-09 14:11:43 +0000
commitab5899658a25fd60d34c83d0b15aabb9ee917414 (patch)
tree7e48593f6d65b7f3b7b0c9f43c0efe72e7b6a908 /media-sound
parentAdded to ~ppc (Manifest recommit) (diff)
downloadgentoo-2-ab5899658a25fd60d34c83d0b15aabb9ee917414.tar.gz
gentoo-2-ab5899658a25fd60d34c83d0b15aabb9ee917414.tar.bz2
gentoo-2-ab5899658a25fd60d34c83d0b15aabb9ee917414.zip
wrap stuff around the autoreconf ugliness
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/easytag/easytag-0.31_pre2.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/media-sound/easytag/easytag-0.31_pre2.ebuild b/media-sound/easytag/easytag-0.31_pre2.ebuild
index a9be9802e5e6..16498e5ce1b5 100644
--- a/media-sound/easytag/easytag-0.31_pre2.ebuild
+++ b/media-sound/easytag/easytag-0.31_pre2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/easytag/easytag-0.31_pre2.ebuild,v 1.1 2004/04/09 14:05:43 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/easytag/easytag-0.31_pre2.ebuild,v 1.2 2004/04/09 14:11:43 seemant Exp $
IUSE="nls oggvorbis flac gtk2"
@@ -32,7 +32,9 @@ src_unpack() {
epatch ${DISTDIR}/${MY_P}-dsd1.patch
export WANT_AUTOMAKE=1.7
export WANT_AUTOCONF=2.5
- autoreconf
+ ebegin "Remaking configure script (be patient)"
+ autoreconf &>/dev/null
+ eend $?
else
epatch ${FILESDIR}/${MY_P}-fix-configure.patch
export WANT_AUTOCONF=2.5