bootstrap
author "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
Fri May 25 19:09:43 2012 +0200 (2012-05-25)
changeset 2989 6aa743f87695
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>
     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"