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
|
||||
}
|
||||
|
||||
dothis libtoolize --copy --force --automake
|
||||
dothis rm -f config.cache
|
||||
libtoolize --copy --force --automake
|
||||
rm -f config.cache
|
||||
dothis aclocal -I .
|
||||
dothis autoheader
|
||||
dothis automake -a
|
||||
|
|
Loading…
Reference in a new issue