bootstrap
author "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
Mon Aug 20 20:29:48 2012 +0200 (2012-08-20)
changeset 3038 d3cc9bc005c8
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>
Message-Id: <3be58d464e5a3ed992b4.1345487432@advdt005-ubuntu>
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"