bootstrap
author Florian Pose <fp@igh-essen.com>
Tue, 13 Feb 2007 14:15:13 +0000
branchstable-1.2
changeset 1741 5eb7bed96194
parent 1739 5fcbd29151d2
permissions -rwxr-xr-x
Generate ChangeLog from whole repository in stable-1.2 branch.
#!/bin/bash

# $Id$

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