]> git.alsa-project.org Git - alsa-lib.git/commitdiff
ACLOCAL_FLAGS + arguments
authorJaroslav Kysela <perex@perex.cz>
Wed, 17 Feb 1999 09:44:11 +0000 (09:44 +0000)
committerJaroslav Kysela <perex@perex.cz>
Wed, 17 Feb 1999 09:44:11 +0000 (09:44 +0000)
cvscompile

index a1758e157d29c2ee4b2810fe730c447525ebccd6..3d84954952798a24173f7bf4f3b47ac65ec855f0 100644 (file)
@@ -1,9 +1,11 @@
 #!/bin/bash
 
-aclocal
+aclocal $ACLOCAL_FLAGS
 automake --foreign
 autoconf
 export CFLAGS='-O2 -fomit-frame-pointer -Wall -pipe -g'
-./configure
+echo "CFLAGS=$CFLAGS"
+echo "./configure $@"
+./configure $@
 unset CFLAGS
 make