[llvm-commits] CVS: llvm-java/autoconf/configure.ac

Alkis Evlogimenos alkis at cs.uiuc.edu
Wed Apr 21 11:33:01 PDT 2004


Changes in directory llvm-java/autoconf:

configure.ac updated: 1.4 -> 1.5

---
Log message:

Quote arguments


---
Diffs of the changes:  (+6 -4)

Index: llvm-java/autoconf/configure.ac
diff -u llvm-java/autoconf/configure.ac:1.4 llvm-java/autoconf/configure.ac:1.5
--- llvm-java/autoconf/configure.ac:1.4	Thu Apr 15 23:37:54 2004
+++ llvm-java/autoconf/configure.ac	Wed Apr 21 11:32:31 2004
@@ -54,14 +54,16 @@
 dnl **************************************************************************
 
 dnl Location of LLVM source code
-AC_ARG_WITH(llvmsrc,
-            AC_HELP_STRING(--with-llvmsrc,Location of LLVM Source Code),
+AC_ARG_WITH([llvmsrc],
+            AC_HELP_STRING([--with-llvmsrc],
+                           [Location of LLVM Source Code]),
             AC_SUBST(LLVM_SRC,$withval),
             AC_SUBST(LLVM_SRC,`cd ${srcdir}/../..; pwd`))
 
 dnl Location of LLVM object code
-AC_ARG_WITH(llvmobj,
-            AC_HELP_STRING(--with-llvmobj,Location of LLVM Object Code),
+AC_ARG_WITH([llvmobj],
+            AC_HELP_STRING([--with-llvmobj],
+                           [Location of LLVM Object Code]),
             AC_SUBST(LLVM_OBJ,$withval),
             AC_SUBST(LLVM_OBJ,`cd ../..; pwd`))
 





More information about the llvm-commits mailing list