[Bug 1559] Autoconf overrides AR environment variable
bugzilla-daemon at bugzilla.mindrot.org
bugzilla-daemon at bugzilla.mindrot.org
Sat Feb 21 19:51:22 EST 2009
https://bugzilla.mindrot.org/show_bug.cgi?id=1559
--- Comment #3 from Brice Lin <Brice.Lin at gmail.com> 2009-02-21 19:51:22 ---
$ env LD=/tmp/xxld AR=/tmp/har ./configure
$ egrep "^(LD|AR)=" Makefile
LD=/tmp/xxld
AR=/tmp/har
$ env LD="ld" AR="foo" ./configure
$ egrep "^(LD|AR)=" Makefile
LD=ld
AR=/usr/bin/ar
For some reason, the command on top works differently than the one on
bottom.
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
More information about the openssh-bugs
mailing list