[Bug 1559] New: Autoconf overrides AR environment variable

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Sat Feb 21 14:01:15 EST 2009


https://bugzilla.mindrot.org/show_bug.cgi?id=1559

           Summary: Autoconf overrides AR environment variable
           Product: Portable OpenSSH
           Version: 5.1p1
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Build system
        AssignedTo: unassigned-bugs at mindrot.org
        ReportedBy: Brice.Lin at gmail.com


Reproduced on Linux (x86) and Mac OS X (PPC and x86):

$ LD="ld" AR="foo" ./configure

Running the above command results in Autoconf incorrectly setting the
AR variable in the generated Makefile. Setting CC instead of LD causes
the same issue, while only specifying AR works without issue.

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.


More information about the openssh-bugs mailing list