minor aclocal fix
This commit is contained in:
parent
1d4933a654
commit
e237bf8c7e
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
libtoolize --copy --force --automake
|
libtoolize --copy --force --automake
|
||||||
rm -f config.cache
|
rm -f config.cache
|
||||||
aclocal
|
aclocal -I .
|
||||||
autoheader
|
autoheader
|
||||||
automake -a
|
automake -a
|
||||||
autoconf
|
autoconf
|
||||||
|
|
Loading…
Reference in a new issue