bootstrap
author Florian Pose <fp@igh-essen.com>
Mon, 29 Dec 2008 15:59:45 +0000
branchstable-1.4
changeset 1692 24442312c8c6
parent 543 26a5793040a9
child 1242 632a6b91f8e4
permissions -rwxr-xr-x
Added missing doxygen docs.
#!/bin/bash

# $Id$

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