add --copy to automake invocation

This commit is contained in:
Josh Coalson 2002-07-03 19:21:49 +00:00
parent 05d8583bb1
commit d46677b3a9
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
#!/bin/sh
aclocal && autoconf && automake --foreign --include-deps --add-missing
aclocal && autoconf && automake --foreign --include-deps --add-missing --copy