Added --add-missing option to automake.

This commit is contained in:
Takashi Iwai 2002-02-19 12:32:09 +00:00
parent 71e80fab46
commit a529f34ab9

View file

@ -1,7 +1,7 @@
#!/bin/bash
aclocal $ACLOCAL_FLAGS
automake --foreign
automake --foreign --add-missing
autoconf
export CFLAGS='-O2 -Wall -pipe -g'
echo "CFLAGS=$CFLAGS"