bootstrap
author Florian Fainelli <f.fainelli@gmail.com>
Wed Sep 19 10:37:13 2012 +0200 (2012-09-19)
changeset 3050 4b4b765305da
permissions -rwxr-xr-x
cc/gcc: backport upstream fix for GCC 4.7.0 bug 54494

See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54494, also has a serious
impact on the Linux/MIPS kernel build.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.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"