bootstrap
author Florian Pose <fp@igh-essen.com>
Mon, 19 Jan 2009 10:17:21 +0000
branch1.4-foe
changeset 1706 c55ebaa206f8
parent 543 26a5793040a9
child 1242 632a6b91f8e4
permissions -rwxr-xr-x
Created FoE branch for 1.4.
#!/bin/bash

# $Id$

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