node/configure

7 lines
90 B
Plaintext
Raw Normal View History

2010-10-26 09:17:19 +08:00
#!/bin/sh
2010-10-30 07:49:39 +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