diff options
author | John Corwin <jcorwin@src.gnome.org> | 2002-10-02 20:47:32 +0000 |
---|---|---|
committer | John Corwin <jcorwin@src.gnome.org> | 2002-10-02 20:47:32 +0000 |
commit | 2ccc7bd6efdf612af41a9f22cb0901892e81aab3 (patch) | |
tree | c387e657504479d12627cfe0c7b4e77a88e15aa1 | |
parent | 0679a0067e9b19a7f63163d13eaa0b30dfe3c1c0 (diff) | |
download | shared-mime-info-2ccc7bd6efdf612af41a9f22cb0901892e81aab3.tar.gz |
oops, didn't want to change that
svn path=/trunk/; revision=2599
-rw-r--r-- | macros/autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/autogen.sh b/macros/autogen.sh index a852f5e9..4f57a71a 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" |