bootstrap
author Florian Pose <fp@igh-essen.com>
Mon, 19 Jan 2009 10:18:41 +0000
branch1.4-foe
changeset 1707 11ec009e145d
parent 543 26a5793040a9
child 1242 632a6b91f8e4
permissions -rwxr-xr-x
Included FoE patch from Olav Zarges.
#!/bin/bash

# $Id$

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