diff options
author | 2003-09-30 03:28:06 +0000 | |
---|---|---|
committer | 2003-09-30 03:28:06 +0000 | |
commit | be5cc0a8c0b00fa4a05aec897dd5c12c4d17d016 (patch) | |
tree | 0cce3631ce1da051a7667ef5307c9f9c9613c2f1 /net-misc/ntp | |
parent | pic fixes #29958 (diff) | |
download | historical-be5cc0a8c0b00fa4a05aec897dd5c12c4d17d016.tar.gz historical-be5cc0a8c0b00fa4a05aec897dd5c12c4d17d016.tar.bz2 historical-be5cc0a8c0b00fa4a05aec897dd5c12c4d17d016.zip |
die msgs for the autotools
Diffstat (limited to 'net-misc/ntp')
-rw-r--r-- | net-misc/ntp/ntp-4.1.2.ebuild | 8 |
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() { |