autogen.sh: fix typo
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
parent
9f1b50d41c
commit
a0520a51d2
|
|
@ -8,7 +8,7 @@ cd $srcdir
|
||||||
|
|
||||||
AUTORECONF=`which autoreconf`
|
AUTORECONF=`which autoreconf`
|
||||||
if test -z $AUTORECONF; then
|
if test -z $AUTORECONF; then
|
||||||
echo "*** No autoreconf found, please intall it ***"
|
echo "*** No autoreconf found, please install it ***"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue