summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorJan Nieuwenhuizen <janneke@gnu.org>2005-12-20 22:56:30 +0000
committerJan Nieuwenhuizen <janneke@gnu.org>2005-12-20 22:56:30 +0000
commitdffb73581fc3a2c36a29a4aef638912879dc75be (patch)
tree6289d01cc5e46f4cecd7694582c87cfff766be0f /autogen.sh
parent79830187359cc1067a78bd471924a9ac0a60be93 (diff)
* .cvsignore: Add install-sh.
* autogen.sh (srcdir): Typo.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 4bf7e17d10..4271d4c8a7 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -35,7 +35,7 @@ for i in autoconf2.50 autoconf-2.50 autoconf false; do
done
if test -z "$autoconf"; then
-i echo "ERROR: Please install autoconf 2.50 or newer"
+ echo "ERROR: Please install autoconf 2.50 or newer"
exit 1
fi