hughperman / pure-lang

Automatically exported from code.google.com/p/pure-lang
0 stars 0 forks source link

llvm-config should be queried at configure-time, not make-time #39

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
see attached file; patch description:

> llvm-config is queried at configure-time, not make-time
> 
> the rest of comparable checks and queries is done in configure
> so it seems to only make sense to move the llvm-config calls
> there as well.  also, this is a step in the direction of the
> lowest common denominator, aka GNU make might not be strictly
> necessary.
> 
> the tr call closing the LLVM_LIBS definition is annoying but
> necessary: autoconf seems to preserve newlines present in the
> output of $(...), causing "missing operator" errors in make

Original issue reported on code.google.com by neuhau...@sigpipe.cz on 27 Jun 2010 at 2:16

Attachments:

GoogleCodeExporter commented 8 years ago
Fixed in r3469, thanks!

Original comment by aggraef@gmail.com on 29 Jun 2010 at 12:24