bootstrap
author Florian Pose <fp@igh-essen.com>
Tue, 07 Nov 2006 13:47:50 +0000
branchstable-1.1
changeset 1733 69f0fbc0dcab
parent 1732 1cc865ba17c2
child 1739 5fcbd29151d2
permissions -rwxr-xr-x
MERGE trunk -r682:685 -> branches/stable-1.1 (Fixed dist files, source docs, version 1.1.1)
#!/bin/bash

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