bootstrap
author Cody Schafer <dev@codyps.com>
Fri May 09 19:08:00 2014 -0700 (2014-05-09)
changeset 3309 06b78d44d1a0
permissions -rwxr-xr-x
debug/gdb: simplify the dependency logic

Signed-off-by: Cody P Schafer <dev@codyps.com>
Message-Id: <1d9659fcf6a9c7694ad2.1399687691@localhost>
Patchwork-Id: 347583
     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"