bootstrap
author Florian Pose <fp@igh-essen.com>
Fri, 18 Apr 2008 13:17:25 +0000
changeset 898 9fe5df8b3a98
parent 543 26a5793040a9
child 1242 632a6b91f8e4
permissions -rwxr-xr-x
Added support for e1000 2.6.24, thanks to Matthias Luescher.
#!/bin/bash

# $Id$

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