bootstrap
author Florian Pose <fp@igh-essen.com>
Wed, 10 Jan 2007 10:45:57 +0000
changeset 525 8b20781bd1e0
parent 495 88c597598bbc
child 543 26a5793040a9
permissions -rwxr-xr-x
Master workqueue replaced with kernel thread.
#!/bin/bash

# $Id$

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