bootstrap
author Andreas Stewering-Bone <ab@igh-essen.com>
Thu, 29 May 2008 09:42:38 +0000
changeset 920 d50af9d482ed
parent 543 26a5793040a9
child 1242 632a6b91f8e4
permissions -rwxr-xr-x
Added 8139too for kernel 2.6.24.
#!/bin/bash

# $Id$

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