[llvm-commits] [test-suite] r57281 - /test-suite/trunk/autoconf/configure.ac

Dan Gohman gohman at apple.com
Tue Oct 7 16:30:36 PDT 2008


Author: djg
Date: Tue Oct  7 18:30:36 2008
New Revision: 57281

URL: http://llvm.org/viewvc/llvm-project?rev=57281&view=rev
Log:
Add '=DIR' to the --with-llvmobj help, for consistency with all the
other options.

Modified:
    test-suite/trunk/autoconf/configure.ac

Modified: test-suite/trunk/autoconf/configure.ac
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/autoconf/configure.ac?rev=57281&r1=57280&r2=57281&view=diff

==============================================================================
--- test-suite/trunk/autoconf/configure.ac (original)
+++ test-suite/trunk/autoconf/configure.ac Tue Oct  7 18:30:36 2008
@@ -58,7 +58,7 @@
 
 dnl Location of LLVM object code
 AC_ARG_WITH(llvmobj,
-  AS_HELP_STRING([--with-llvmobj],Location of LLVM Object Code),
+  AS_HELP_STRING([--with-llvmobj=DIR],Location of LLVM Object Code),
   AC_SUBST(LLVM_OBJ,[$withval]),
   AC_SUBST(LLVM_OBJ,[`cd ../..; pwd`]))
 





More information about the llvm-commits mailing list