bootstrap
author Florian Pose <fp@igh-essen.com>
Tue, 10 Jun 2008 12:05:25 +0000
changeset 987 3c9090138140
parent 543 26a5793040a9
child 1242 632a6b91f8e4
permissions -rwxr-xr-x
Display error flag in 'ethercat ls'; cleaned up usage of error flag;
removed action_acknowledge.
#!/bin/bash

# $Id$

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