update
This commit is contained in:
parent
d4374f5d25
commit
6d282002e5
1 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,10 @@
|
|||
#!/bin/sh
|
||||
libtoolize --copy --force --automake || exit 1
|
||||
rm -f config.cache
|
||||
automake
|
||||
autoheader
|
||||
aclocal
|
||||
autoheader
|
||||
automake
|
||||
autoconf
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue