added hdsploader by Thomas Charbonnel <thomas@undata.org>

This commit is contained in:
Takashi Iwai 2003-04-07 15:37:20 +00:00
parent eccc0e3a5a
commit 99e492b96a
16 changed files with 16977 additions and 1 deletions

11
hdsploader/cvscompile Normal file
View file

@ -0,0 +1,11 @@
#!/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