bootstrap
author Florian Pose <fp@igh-essen.com>
Fri, 18 Apr 2008 12:33:35 +0000
changeset 897 855c5d2d97f0
parent 543 26a5793040a9
child 1242 632a6b91f8e4
permissions -rwxr-xr-x
Added alpha support for the Realtek r8169 chipset, thanks to Scott
Hassan.
#!/bin/bash

# $Id$

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