This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
nodejs
Watch
0
Star
0
Fork
0
You've already forked nodejs
mirror of
https://github.com/nodejs/node.git
synced
2024-11-21 21:19:50 +01:00
Code
Issues
Releases
Activity
43022eabf7
nodejs
/
configure
8 lines
90 B
Plaintext
Raw
Normal View
History
Unescape
Escape
add configure
2010-10-26 03:17:19 +02:00
#!/bin/sh
more configure hackery
2010-10-26 03:33:15 +02:00
cd $(dirname "$0")
add configure
2010-10-26 03:17:19 +02:00
autoconf --output configure.real
more configure hackery
2010-10-26 03:33:15 +02:00
sh ./configure.real "$@"
add configure
2010-10-26 03:17:19 +02:00
Copy Permalink