bootstrap
author Florian Pose <fp@igh-essen.com>
Wed, 27 Aug 2008 16:00:48 +0000
changeset 1207 8f4dbee1e567
parent 543 26a5793040a9
child 1242 632a6b91f8e4
permissions -rwxr-xr-x
merge -c1434 branches/stable-1.4: Fixed nodist.
#!/bin/bash

# $Id$

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