bootstrap
author Florian Pose <fp@igh-essen.com>
Mon, 15 Jan 2007 09:49:07 +0000
changeset 537 c715766e0f81
parent 495 88c597598bbc
child 543 26a5793040a9
permissions -rwxr-xr-x
Fixed bad configure behavior with complex kernel version strings.
#!/bin/bash

# $Id$

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