bootstrap
author Florian Pose <fp@igh-essen.com>
Wed, 10 Jan 2007 16:32:06 +0000
changeset 528 f789bdd78b54
parent 495 88c597598bbc
child 543 26a5793040a9
permissions -rwxr-xr-x
Layed out slave state machines in own files fsm_slave.[ch]; renamed fsm.[ch] to fsm_master.[ch]
#!/bin/bash

# $Id$

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