mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-04-05 20:31:00 +08:00
Fixed typo in autogen.sh
This commit is contained in:
parent
813ca38a85
commit
223630f44d
@ -19,7 +19,7 @@ DIE=0
|
|||||||
}
|
}
|
||||||
|
|
||||||
grep "^A[CM]_PROG_LIBTOOL" configure.in >/dev/null && {
|
grep "^A[CM]_PROG_LIBTOOL" configure.in >/dev/null && {
|
||||||
if which libtoolize && (libtooloze --version) < /dev/null > /dev/null 2>&1; then
|
if which libtoolize && (libtoolize --version) < /dev/null > /dev/null 2>&1; then
|
||||||
LIBTOOLIZE=libtoolize
|
LIBTOOLIZE=libtoolize
|
||||||
else
|
else
|
||||||
if which glibtoolize && (glibtoolize --version) < /dev/null > /dev/null 2>&1; then
|
if which glibtoolize && (glibtoolize --version) < /dev/null > /dev/null 2>&1; then
|
||||||
|
Loading…
Reference in New Issue
Block a user