many changes

This commit is contained in:
Andreas Volz 2008-07-22 22:34:47 +02:00
parent af6e9da658
commit 7841877d64
49 changed files with 208 additions and 221 deletions

View file

@ -1,18 +1,3 @@
#!/bin/bash
#!/bin/sh
function autocmd()
{
echo "Running ${1}..."
$* || {
echo "Error running ${1}"
exit 1
}
}
autocmd libtoolize --force --copy
autocmd aclocal
autocmd autoheader
autocmd automake --add-missing --force-missing --copy -Wall
autocmd autoconf
echo "Autogen done, now you can ./configure"
./bootstrap && ./configure $@