bootstrap
author Richard Hacker <ha@igh-essen.com>
Tue, 26 Feb 2008 09:47:09 +0000
changeset 828 1ca40d2e6a8d
parent 543 26a5793040a9
child 1242 632a6b91f8e4
permissions -rwxr-xr-x
Added 8139 version for kernel 2.6.23. (Untested)
#!/bin/bash

# $Id$

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