aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2012-05-18 00:14:45 -0700
committerGlenn Morris2012-05-18 00:14:45 -0700
commit136c45eee75126157bd45683ba94de50b6888a14 (patch)
tree143784c0630afeaceaa88e19a7ea165d84db976a /ChangeLog
parent1fb4fc600588d5c367b4cb247eed31bb25b635e1 (diff)
downloademacs-136c45eee75126157bd45683ba94de50b6888a14.tar.gz
emacs-136c45eee75126157bd45683ba94de50b6888a14.zip
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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f6f13a4f07c..e8bd7061222 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
12012-05-18 Glenn Morris <rgm@gnu.org> 12012-05-18 Glenn Morris <rgm@gnu.org>
2 2
3 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS) <darwin>:
4 No longer unconditonally add /sw directories. (Bug#2280)
5
3 * Makefile.in (install-arch-dep): Depend on install-arch-indep. 6 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
4 (install-arch-indep): Depend on install-leim. 7 (install-arch-indep): Depend on install-leim.
5 (install): Remove explicit install-leim dependence. 8 (install): Remove explicit install-leim dependence.