autogen.sh: fix silly typo
This commit is contained in:
parent
9c0c716c2d
commit
b8ca37d70d
@ -7,7 +7,7 @@ echo "./autogen.sh $@ \$@" >> autoregen.sh
|
||||
chmod +x autoregen.sh
|
||||
|
||||
test -n "$srcdir" || srcdir=$(dirname "$0")
|
||||
test -n "$srcdir" || srcdit=.
|
||||
test -n "$srcdir" || srcdir=.
|
||||
(
|
||||
cd "$srcdir" &&
|
||||
AUTOPOINT='intltoolize --automake --copy' autoreconf -fiv
|
||||
|
Loading…
x
Reference in New Issue
Block a user