bootstrap
author Florian Pose <fp@igh-essen.com>
Mon, 12 Mar 2007 18:21:42 +0000
changeset 656 370aa8c2d1b1
parent 543 26a5793040a9
child 1242 632a6b91f8e4
permissions -rwxr-xr-x
Slave configuration exclusively from master thread; removed
ec_master_sync_io(); introduced events in the master state machine;
locking of slave scanning and slave configuration through allow_scan
and allow_config flags.
#!/bin/bash

# $Id$

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