alsa-lib/cvscompile
Jaroslav Kysela 66293bc48a Some reorganization for libtool updates (version 1.4 is now supported).
Added --with-debug parameter for configure.
2001-07-30 11:56:46 +00:00

13 lines
259 B
Bash

#!/bin/bash
rm -f libtool ltmain.sh config.guess config.sub
aclocal $ACLOCAL_FLAGS
autoheader
automake --foreign --copy --add-missing
autoconf
export CFLAGS='-O2 -Wall -W -pipe -g'
echo "CFLAGS=$CFLAGS"
echo "./configure $@"
./configure $@
unset CFLAGS
make