bootstrap
author Florian Pose <fp@igh-essen.com>
Fri, 08 Dec 2006 11:39:56 +0000
changeset 497 04552130dd54
parent 495 88c597598bbc
child 543 26a5793040a9
permissions -rwxr-xr-x
Re-introduced ecdev_open() and ecdev_close(), to avoid a race condition regarding the link state.
#!/bin/bash

# $Id$

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