bootstrap
author Florian Pose <fp@igh-essen.com>
Fri, 24 Nov 2006 11:02:35 +0000
changeset 495 88c597598bbc
parent 479 610ddcf35d5c
child 543 26a5793040a9
permissions -rwxr-xr-x
Interface changes for version 1.2, see NEWS file.
#!/bin/bash

# $Id$

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