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

Tanya Lattner lattner at apple.com
Wed Oct 8 09:35:01 PDT 2008


Regenerate the configure script?

-Tanya

On Oct 7, 2008, at 4:30 PM, Dan Gohman wrote:

> 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`]))
>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20081008/54aeed05/attachment.html>


More information about the llvm-commits mailing list