autogen.sh: fix typo

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
Giuseppe Scrivano 2015-06-12 09:43:34 +02:00
parent 9f1b50d41c
commit a0520a51d2

View File

@ -8,7 +8,7 @@ cd $srcdir
AUTORECONF=`which autoreconf`
if test -z $AUTORECONF; then
echo "*** No autoreconf found, please intall it ***"
echo "*** No autoreconf found, please install it ***"
exit 1
fi