# HG changeset patch # User Binki # Date 2009-10-13 13:41:06 # Node ID b6725c2c5a88368e6715f3e9db918918c48d35c2 # Parent 89e9a3a9940c7380dfdeca3156eb0dc3cd506b59 configure and autoconf -vfi runner diff --git a/dev-bootstrap.sh b/dev-bootstrap.sh new file mode 100755 --- /dev/null +++ b/dev-bootstrap.sh @@ -0,0 +1,5 @@ +#!/bin/sh +cd $(dirname $0) + +autoreconf -vfi +CFLAGS="-Wall -g -ggdb" LDFLAGS="-Wl,--as-needed" ./configure --prefix="${HOME}"