bootstrap
author Florian Pose <fp@igh-essen.com>
Tue, 02 Jan 2007 12:47:11 +0000
changeset 507 4687f9d8254e
parent 495 88c597598bbc
child 543 26a5793040a9
permissions -rwxr-xr-x
Configuring for kernels 2.6.18 and 2.6.19, thanks to Ralf Roesch.
#!/bin/bash

# $Id$

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