Add hgcompile scripts

Added hgcompile scripts.
This commit is contained in:
Takashi Iwai 2006-05-12 15:36:52 +02:00
parent ec25bb1219
commit e13da40b0e
27 changed files with 333 additions and 10 deletions

View file

@ -13,7 +13,7 @@ Prerequisites
Installing
----------
For Installing from CVS do:
./cvscompile
For Installing from HG do:
./hgcompile
make install

11
usx2yloader/hgcompile Executable 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