We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e36785 commit c6cfa90Copy full SHA for c6cfa90
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 098cf437617207b5ff7ae643119c97fdfbd4eae9
+refs/heads/master: 4151a3a67fe734f9f9270a1cdabc07eb1d99f31a
trunk/configure
@@ -254,6 +254,12 @@ valopt prefix "/usr/local" "set installation prefix"
254
valopt llvm-root "" "set llvm root"
255
valopt target-triples "" "LLVM target triples (defaults to host if unset)"
256
257
+if [ $HELP -eq 1 ]
258
+then
259
+ echo ""
260
+ exit 0
261
+fi
262
+
263
step_msg "writing out basic parameters"
264
putvar CFG_SRC_DIR
265
putvar CFG_BUILD_DIR
0 commit comments