[LLVMbugs] [Bug 442] NEW: 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 16:44:36 PDT 2004
http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=442
Summary: configure scripts under <LLVM_ROOT>/projects do not
substitute abs_top_srcdir properly
Product: Build scripts
Version: cvs
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: autoconf
AssignedTo: unassignedbugs at nondot.org
ReportedBy: alkis at cs.uiuc.edu
under projects/sample:
BUILD_SRC_ROOT := $(subst //,/, at abs_top_srcdir@)
is rewritten to:
BUILD_SRC_ROOT :=
$(subst //,/,/home/alkis/projects/college/llvm/projects/sample)
but under projects/Java:
BUILD_SRC_ROOT := $(subst //,/, at abs_top_srcdir@)
is rewritten to:
BUILD_SRC_ROOT := $(subst //,/,.)
------- 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