summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-09-30 03:28:06 +0000
committerMike Frysinger <vapier@gentoo.org>2003-09-30 03:28:06 +0000
commit9ee14054dfad0bfbdda0bfb47ea9001a2c0e8f76 (patch)
tree57dba025b8ab9b86cab2b61b9688d81181faf431 /net-misc
parentpic fixes #29958 (diff)
downloadgentoo-2-9ee14054dfad0bfbdda0bfb47ea9001a2c0e8f76.tar.gz
gentoo-2-9ee14054dfad0bfbdda0bfb47ea9001a2c0e8f76.tar.bz2
gentoo-2-9ee14054dfad0bfbdda0bfb47ea9001a2c0e8f76.zip
die msgs for the autotools
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/ntp/ntp-4.1.2.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/net-misc/ntp/ntp-4.1.2.ebuild b/net-misc/ntp/ntp-4.1.2.ebuild
index 67aa76b10bc5..35ef4b89591a 100644
--- a/net-misc/ntp/ntp-4.1.2.ebuild
+++ b/net-misc/ntp/ntp-4.1.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/ntp-4.1.2.ebuild,v 1.7 2003/09/26 20:14:00 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/ntp-4.1.2.ebuild,v 1.8 2003/09/30 03:28:06 vapier Exp $
inherit eutils
@@ -46,9 +46,9 @@ src_unpack() {
epatch ${FILESDIR}/linux-config-phone.patch #13001
sed -i "s:-Wpointer-arith::" configure.in
- aclocal -I . || die
- automake || die
- autoconf || die
+ aclocal -I . || die "autolocal"
+ automake || die "automake"
+ autoconf || die "autoconf"
}
src_compile() {