For PR848:
authorReid Spencer <rspencer@reidspencer.com>
Fri, 28 Jul 2006 05:05:00 +0000 (05:05 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Fri, 28 Jul 2006 05:05:00 +0000 (05:05 +0000)
commitaea7fe4abd1f54edd3cbdadcbd8f0e2e99c5acf3
tree4ed17a7390c8dd885180d0037c7f237e2e63cec7
parentd91e5f911f5fc840725771d3b27211b9748659e3
For PR848:
1. Get the path to the pwd binary (/bin/pwd usually) from configure.
2. Use that path to run pwd in all path variables set in Makefile.config.in
The hope is that these changes will resolve symlinks to physical paths. This
should work on all platforms where the binary pwd defaults to printing
physical paths. The shell version of pwd generally doesn't (it will print
the symlink path).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29381 91177308-0d34-0410-b5e6-96231b3b80d8
Makefile.config.in
autoconf/configure.ac
configure