bootstrap
author Florian Pose <fp@igh-essen.com>
Tue, 02 Jan 2007 13:25:26 +0000
changeset 509 87baea61d0c7
parent 495 88c597598bbc
child 543 26a5793040a9
permissions -rwxr-xr-x
Adjusted examples to 1.2.0 interface changes.
#!/bin/bash

# $Id$

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