bootstrap
author "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
Thu Oct 11 16:11:35 2012 +0200 (2012-10-11)
changeset 3069 0680e81009be
permissions -rwxr-xr-x
kernel/linux: update revisions

kernel/linux: update revisions

Update Linux with the latest available revisions.

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