mirror of https://github.com/xiph/flac
add --include-deps
This commit is contained in:
parent
495abdde6f
commit
1099de9d36
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
aclocal && autoconf && automake --foreign --add-missing
|
||||
aclocal && autoconf && automake --foreign --include-deps --add-missing
|
||||
|
|
Loading…
Reference in New Issue