From: Josh Coalson Date: Wed, 3 Jul 2002 19:21:49 +0000 (+0000) Subject: add --copy to automake invocation X-Git-Tag: 1.2.0~1786 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d46677b3a99a5601fbe5e53ea0a153d17a759dac;p=platform%2Fupstream%2Fflac.git add --copy to automake invocation --- diff --git a/autogen.sh b/autogen.sh index 1b620b5..b7e152d 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,3 +1,3 @@ #!/bin/sh -aclocal && autoconf && automake --foreign --include-deps --add-missing +aclocal && autoconf && automake --foreign --include-deps --add-missing --copy