summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Corwin <jcorwin@src.gnome.org>2002-10-02 20:47:32 +0000
committerJohn Corwin <jcorwin@src.gnome.org>2002-10-02 20:47:32 +0000
commit2ccc7bd6efdf612af41a9f22cb0901892e81aab3 (patch)
treec387e657504479d12627cfe0c7b4e77a88e15aa1
parent0679a0067e9b19a7f63163d13eaa0b30dfe3c1c0 (diff)
downloadgnome-common-2ccc7bd6efdf612af41a9f22cb0901892e81aab3.tar.gz
oops, didn't want to change that
svn path=/trunk/; revision=2599
-rw-r--r--macros/autogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/autogen.sh b/macros/autogen.sh
index a852f5e..4f57a71 100644
--- a/macros/autogen.sh
+++ b/macros/autogen.sh
@@ -69,7 +69,7 @@ fi
# }
#}
-(automake-1.4 --version || automake --version) < /dev/null > /dev/null 2>&1 || {
+(automake-1.4 --version) < /dev/null > /dev/null 2>&1 || {
echo
echo "**Error**: You must have \`automake' installed to compile $PKG_NAME."
echo "Get ftp://ftp.gnu.org/pub/gnu/automake-1.3.tar.gz"