bootstrap
author Florian Pose <fp@igh-essen.com>
Mon, 01 Jan 2007 14:58:55 +0000
changeset 506 ca528bb97448
parent 495 88c597598bbc
child 543 26a5793040a9
permissions -rwxr-xr-x
Made it possible to configure under kernel 2.6.18.
#!/bin/bash

# $Id$

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