hgcompile -> gitcompile changes (include README files)

This commit is contained in:
Jaroslav Kysela 2008-06-03 10:39:28 +02:00
parent c738ef9352
commit c989fddc7e
27 changed files with 10 additions and 11 deletions

11
us428control/gitcompile 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