node/configure

8 lines
90 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
2010-10-26 09:33:15 +08:00
sh ./configure.real "$@"
2010-10-26 09:17:19 +08:00