bootstrap
author Florian Pose <fp@igh-essen.com>
Tue, 13 Feb 2007 13:45:36 +0000
branchstable-1.2
changeset 1740 fa0af75bfbe9
parent 1739 5fcbd29151d2
permissions -rwxr-xr-x
MERGE -r759:762 trunk -> branches/stable-1.2 (release 1.2, part two).
#!/bin/bash

# $Id$

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