From: Takashi Iwai Date: Tue, 19 Feb 2002 12:32:09 +0000 (+0000) Subject: Added --add-missing option to automake. X-Git-Tag: v1.0.3~151 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=a529f34ab9ab891596041f8af46765a7e32e03e1;p=alsa-utils.git Added --add-missing option to automake. --- diff --git a/cvscompile b/cvscompile index 7a0abb9..99ccc85 100644 --- a/cvscompile +++ b/cvscompile @@ -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"