node/configure

7 lines
91 B
Plaintext
Raw Normal View History

2010-10-26 09:17:19 +08:00
#!/bin/sh
2010-10-26 09:33:15 +08:00
cd $(dirname "$0")
2010-10-26 09:17:19 +08:00
autoconf --output configure.real
exec ./configure.real "$@"
2010-10-26 09:17:19 +08:00