bootstrap
author Florian Pose <fp@igh-essen.com>
Wed, 27 Aug 2008 15:52:24 +0000
branchstable-1.4
changeset 1633 cc133310d6fd
parent 543 26a5793040a9
child 1242 632a6b91f8e4
permissions -rwxr-xr-x
Fixed nodist causing master files not to be distributed...
#!/bin/bash

# $Id$

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