blob: 6856d1007ff8b46ece1a5a49e082e9347b8e5936 [file] [log] [blame]
#!/bin/sh
run ()
{
echo "running: $*"
eval $*
if test $? != 0 ; then
echo "error: while running '$*'"
exit 1
fi
}
run aclocal-1.6
run autoheader
run automake-1.6 -a
run autoconf