bootstrap
author Florian Pose <fp@igh-essen.com>
Tue, 13 Feb 2007 13:42:37 +0000
branchstable-1.2
changeset 1739 5fcbd29151d2
parent 1732 1cc865ba17c2
permissions -rwxr-xr-x
MERGE -r688:759 trunk -> branches/stable-1.2 (release 1.2, part one).
#!/bin/bash

# $Id$

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