bootstrap
author Florian Pose <fp@igh-essen.com>
Mon, 16 Oct 2006 09:07:49 +0000
changeset 397 c5d2fb08e43f
parent 392 eaee3c8d6ae0
child 479 610ddcf35d5c
permissions -rwxr-xr-x
Serveral changes to avoid timeouts under high CPU load.
#!/bin/bash

set -x
mkdir -p autoconf
aclocal -I autoconf
autoheader
automake --add-missing
autoconf