[LLVMbugs] [Bug 442] configure scripts under <LLVM_ROOT>/projects do not substitute abs_top_srcdir properly

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Mon Sep 20 18:05:28 PDT 2004


http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=442

rspencer at x10sys.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rspencer at x10sys.com
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |1.4



------- Additional Comments From rspencer at x10sys.com  2004-09-20 20:05 -------
The problem was the Java/autoconf/configure.ac script. The removal of [ and ]
from varoius places caused the problem. [ and ] in m4 are used to quote things
like " pairs do in shell scripts. However, its even more important in m4 because
the content of configure.ac can be interpreted in so many places: at autoconf
time, during run of configure script, during run of config.stat, by the
compiler, etc.

Anyway, patch is here:

http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20040920/018466.html



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the llvm-bugs mailing list