bootstrap
author Florian Pose <fp@igh-essen.com>
Thu, 06 Sep 2007 09:28:38 +0000
changeset 708 90bdb315f560
parent 543 26a5793040a9
child 1242 632a6b91f8e4
permissions -rwxr-xr-x
Fixed EtherCAT addressing problem on big-endian systems. The slaves
address is now a four-byte-array, that is filled with little-endian
(EtherCAT) values on datagram creation.
#!/bin/bash

# $Id$

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