]> git.alsa-project.org Git - alsa-utils.git/commitdiff
Added --add-missing option to automake.
authorTakashi Iwai <tiwai@suse.de>
Tue, 19 Feb 2002 12:32:09 +0000 (12:32 +0000)
committerTakashi Iwai <tiwai@suse.de>
Tue, 19 Feb 2002 12:32:09 +0000 (12:32 +0000)
cvscompile

index 7a0abb9d00c3834a1af27a0202702ec35dfd6ac2..99ccc85d97da2f214f263dd07294fef5b9366621 100644 (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"