bootstrap
author "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
Thu Feb 09 13:00:49 2012 +0100 (2012-02-09)
changeset 2879 e947c64136dc
permissions -rwxr-xr-x
kernel/linux: update revisions

Update Linux with the latest available revisions.

Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
yann@2834
     1
#!/bin/sh
yann@2834
     2
set -e
yann@2834
     3
yann@2834
     4
printf "Running autoconf...\n"
yann@2834
     5
autoconf -Wall --force
yann@2834
     6
yann@2834
     7
printf "Done. You may now run:\n    ./configure\n"