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