bootstrap
author Florian Pose <fp@igh-essen.com>
Mon, 06 Aug 2007 12:33:09 +0000
changeset 678 5e0d5f04dc65
parent 543 26a5793040a9
child 1242 632a6b91f8e4
permissions -rwxr-xr-x
Merged e1000 changes from 2.6.13 to 2.6.18 (not tested).
#!/bin/bash

# $Id$

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