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>
     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"