Changeset - b6725c2c5a88
[Not reviewed]
default
0 0 1
Nathan Brink (binki) - 16 years ago 2009-10-13 13:41:06
ohnobinki@ohnopublishing.net
configure and autoconf -vfi runner
1 file changed with 5 insertions and 0 deletions:
0 comments (0 inline, 0 general)
dev-bootstrap.sh
Show inline comments
 
new file 100755
 
#!/bin/sh
 
cd $(dirname $0)
 

	
 
autoreconf -vfi
 
CFLAGS="-Wall -g -ggdb" LDFLAGS="-Wl,--as-needed" ./configure --prefix="${HOME}"
0 comments (0 inline, 0 general)