minor fix
This commit is contained in:
parent
b17abb05c8
commit
0e9eefef11
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ dothis() {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
dothis libtoolize --copy --force --automake
|
libtoolize --copy --force --automake
|
||||||
dothis rm -f config.cache
|
rm -f config.cache
|
||||||
dothis aclocal -I .
|
dothis aclocal -I .
|
||||||
dothis autoheader
|
dothis autoheader
|
||||||
dothis automake -a
|
dothis automake -a
|
||||||
|
|
Loading…
Reference in a new issue