bootstrap
author Florian Pose <fp@igh-essen.com>
Tue, 01 Jul 2008 15:38:20 +0000
changeset 1075 94c6e36e0f8d
parent 543 26a5793040a9
child 1242 632a6b91f8e4
permissions -rwxr-xr-x
Implemented master semaphore to secure concurrent access from ioctls, state machine and realtime interface.
#!/bin/bash

# $Id$

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