summaryrefslogtreecommitdiff
path: root/cvscompile
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>1999-02-17 09:44:11 +0000
committerJaroslav Kysela <perex@perex.cz>1999-02-17 09:44:11 +0000
commite54aada1a6f1de55b97b8cd28d1f45bea7fb0394 (patch)
tree132a63b8e312e46eda6cfb9333760b379af94d7b /cvscompile
parent013a463ae065af23ef98fdf989155ecac42d2942 (diff)
downloadalsa-lib-e54aada1a6f1de55b97b8cd28d1f45bea7fb0394.tar.gz
ACLOCAL_FLAGS + arguments
Diffstat (limited to 'cvscompile')
-rw-r--r--cvscompile6
1 files changed, 4 insertions, 2 deletions
diff --git a/cvscompile b/cvscompile
index a1758e15..3d849549 100644
--- a/cvscompile
+++ b/cvscompile
@@ -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