bootstrap
author Florian Pose <fp@igh-essen.com>
Wed, 18 Jun 2008 11:21:32 +0000
changeset 1026 021b8cdeb384
parent 543 26a5793040a9
child 1242 632a6b91f8e4
permissions -rwxr-xr-x
Minor changes to minimal example.
#!/bin/bash

# $Id$

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