bootstrap
author Florian Pose <fp@igh-essen.com>
Mon, 08 Jan 2007 15:02:05 +0000
changeset 516 f703e33ee395
parent 495 88c597598bbc
child 543 26a5793040a9
permissions -rwxr-xr-x
Adjusted examples to EtherLab starter kit hardware.
#!/bin/bash

# $Id$

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