alsa-tools/usx2yloader/cvscompile
Takashi Iwai ac8b155791 updated to version 0.3 by Karsten:
- added INSTALL and README documents.
- fixed compile warnings.
- install hotplug scripts to /etc/hotplug/usb.
- added phase1 firmware files.
2003-09-23 14:16:23 +00:00

11 lines
190 B
Bash

#!/bin/bash
aclocal $ACLOCAL_FLAGS
automake --foreign --add-missing
autoconf
export CFLAGS='-O2 -Wall -pipe -g'
echo "CFLAGS=$CFLAGS"
echo "./configure $@"
./configure $@
unset CFLAGS
make