bootstrap
author Florian Pose <fp@igh-essen.com>
Mon, 06 Nov 2006 16:27:40 +0000
changeset 485 8354ddf38481
parent 479 610ddcf35d5c
child 495 88c597598bbc
permissions -rwxr-xr-x
Improved autotools, added config.kbuild, --with-msr-dir, --with-rtai-dir, --with-8139too-kernel.
#!/bin/bash

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