bootstrap
author Florian Pose <fp@igh-essen.com>
Thu, 04 Oct 2007 08:40:41 +0000
branchstable-1.3
changeset 1749 696dd9f22777
parent 1739 5fcbd29151d2
permissions -rwxr-xr-x
merge -r972:974 trunk -> branches/stable-1.3 (mapping source, new slave info file)
#!/bin/bash

# $Id$

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