From 10ffd572cd43d8eda7030feb80e7e62ba457ea6d Mon Sep 17 00:00:00 2001 From: gram Date: Tue, 27 Jul 1999 05:19:10 +0000 Subject: Fixed some improper word choices in the echoed error messages. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@389 f5534014-38df-0310-8fa8-9805f1628bb7 --- autogen.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index 1e25a1e23d..51a6a5f6e2 100755 --- a/autogen.sh +++ b/autogen.sh @@ -2,7 +2,7 @@ # # Run this to generate all the initial makefiles. # -# $Id: autogen.sh,v 1.1 1999/07/27 04:43:01 gram Exp $ +# $Id: autogen.sh,v 1.2 1999/07/27 05:19:10 gram Exp $ DIE=0 PROJECT="Ethereal" @@ -10,15 +10,15 @@ PROJECT="Ethereal" (autoconf --version) < /dev/null > /dev/null 2>&1 || { echo echo "You must have autoconf installed to compile $PROJECT." - echo "Download the appropriate package for your distribution," + echo "Download the appropriate package for your distribution/OS," echo "or get the source tarball at ftp://ftp.gnu.org/pub/gnu/" DIE=1 } (automake --version) < /dev/null > /dev/null 2>&1 || { echo - echo "You must have autoconf installed to compile $PROJECT." - echo "Download the appropriate package for your distribution," + echo "You must have automake installed to compile $PROJECT." + echo "Download the appropriate package for your distribution/OS," echo "or get the source tarball at ftp://ftp.gnu.org/pub/gnu/" DIE=1 } -- cgit v1.2.3