From a529f34ab9ab891596041f8af46765a7e32e03e1 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Tue, 19 Feb 2002 12:32:09 +0000 Subject: [PATCH] Added --add-missing option to automake. --- cvscompile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.47.1