projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46fb081
)
Update autogen.sh, typo: intall -> install
author
apw
<_andi__@arcor.de>
Sat, 28 Jul 2018 06:03:39 +0000
(06:03 +0000)
committer
Øyvind Kolås
<pippin@gimp.org>
Fri, 7 Dec 2018 12:41:38 +0000
(13:41 +0100)
autogen.sh
patch
|
blob
|
history
diff --git
a/autogen.sh
b/autogen.sh
index aa5b7a92fbe247af97d44702699ca12bf290a2eb..55fae8cb179c2ffd4296a1bb1f30b83c9dd0832d 100755
(executable)
--- a/
autogen.sh
+++ b/
autogen.sh
@@
-17,7
+17,7
@@
cd $srcdir
AUTORECONF=`which autoreconf`
if test -z $AUTORECONF; then
- echo "*** No autoreconf found, please intall it ***"
+ echo "*** No autoreconf found, please in
s
tall it ***"
exit 1
fi