bootstrap
author Florian Pose <fp@igh-essen.com>
Tue, 06 Feb 2007 15:13:51 +0000
changeset 538 84beb49d1b11
parent 495 88c597598bbc
child 543 26a5793040a9
permissions -rwxr-xr-x
Fixed bug that caused the last slave not to be scanned.
#!/bin/bash

# $Id$

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