added --copy to automake.

This commit is contained in:
Takashi Iwai 2002-10-23 15:00:24 +00:00
parent aebe10b34c
commit 66b3fc6c2d

View file

@ -2,7 +2,7 @@
aclocal $ACLOCAL_FLAGS aclocal $ACLOCAL_FLAGS
autoheader autoheader
automake --foreign --add-missing automake --foreign --copy --add-missing
autoconf autoconf
export CFLAGS='-O2 -Wall -pipe -g' export CFLAGS='-O2 -Wall -pipe -g'
echo "CFLAGS=$CFLAGS" echo "CFLAGS=$CFLAGS"