bootstrap
author Florian Pose <fp@igh-essen.com>
Mon, 29 Dec 2008 14:10:27 +0000
branchstable-1.4
changeset 1685 399ef727bf62
parent 543 26a5793040a9
child 1242 632a6b91f8e4
permissions -rwxr-xr-x
Changed licence headers to avoid conflicts with the GPL; restricted licence to GPLv2 only.
#!/bin/bash

# $Id$

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