1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 23:10:47 -08:00

Stop adding Fink directories to search path on OS X

* configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS) <darwin>:
No longer unconditonally add /sw directories. 

* etc/NEWS: Mention this.

Fixes: debbugs:2280
This commit is contained in:
Glenn Morris 2012-05-18 00:14:45 -07:00
parent 1fb4fc6005
commit 136c45eee7
3 changed files with 13 additions and 6 deletions

View file

@ -1,5 +1,8 @@
2012-05-18 Glenn Morris <rgm@gnu.org>
* configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS) <darwin>:
No longer unconditonally add /sw directories. (Bug#2280)
* Makefile.in (install-arch-dep): Depend on install-arch-indep.
(install-arch-indep): Depend on install-leim.
(install): Remove explicit install-leim dependence.

View file

@ -492,12 +492,12 @@ case "${canonical}" in
* ) unported=yes ;;
esac
opsys=darwin
# Use fink packages if available.
# FIXME? Is it really our business to decide this for the user?
if test -d /sw/include && test -d /sw/lib; then
GCC_TEST_OPTIONS="-I/sw/include -L/sw/lib"
NON_GCC_TEST_OPTIONS=${GCC_TEST_OPTIONS}
fi
## Use fink packages if available.
## FIXME find a better way to do this: http://debbugs.gnu.org/11507
## if test -d /sw/include && test -d /sw/lib; then
## GCC_TEST_OPTIONS="-I/sw/include -L/sw/lib"
## NON_GCC_TEST_OPTIONS=${GCC_TEST_OPTIONS}
## fi
;;
## HP 9000 series 700 and 800, running HP/UX

View file

@ -37,6 +37,10 @@ may be useful.
/usr/pkg/lib to the linker search path. You must add them yourself if
you want them.
---
** On Mac OS X, configure no longer automatically adds the Fink /sw
directories to the search path. You must add them yourself if you want them.
* Startup Changes in Emacs 24.2