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

Tanya Lattner lattner at apple.com
Wed Oct 15 16:00:02 PDT 2008


Dan? Can you regenerate configure?

-Tanya

On Oct 8, 2008, at 9:35 AM, Tanya Lattner wrote:

> 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
>
> _______________________________________________
> 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/20081015/eed4b18f/attachment.html>


More information about the llvm-commits mailing list