bootstrap
author Florian Pose <fp@igh-essen.com>
Mon, 30 Jun 2008 12:37:06 +0000
changeset 1073 f3c50aa42b6c
parent 543 26a5793040a9
child 1242 632a6b91f8e4
permissions -rwxr-xr-x
Sync manager and name information in xml.
#!/bin/bash

# $Id$

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