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