aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2012-05-02 12:55:00 -0400
committerGlenn Morris2012-05-02 12:55:00 -0400
commit3c30e76668068bad00494c16a742cd9a5cb609fe (patch)
treeff00cec679d172a16407f41d3252930dcaad0e1c /ChangeLog
parenta64fe9146ef4d0c3966b76867f4ef97479e99477 (diff)
downloademacs-3c30e76668068bad00494c16a742cd9a5cb609fe.tar.gz
emacs-3c30e76668068bad00494c16a742cd9a5cb609fe.zip
configure.in tweak for LD_SWITCH_SYSTEM on FreeBSD, NetBSD (bug#10313)
* configure.in (LD_SWITCH_SYSTEM): Don't try to defeat the choices made by FreeBSD and NetBSD.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3b8af27e7f6..1286f7dcf5a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
12012-05-02 Glenn Morris <rgm@gnu.org> 12012-05-02 Glenn Morris <rgm@gnu.org>
2 2
3 * configure.in (LD_SWITCH_SYSTEM): Don't try to defeat
4 the choices made by FreeBSD and NetBSD. (Bug#10313)
5
3 * Makefile.in (INFO_FILES): Remove variable. 6 * Makefile.in (INFO_FILES): Remove variable.
4 (INFO_NONMISC): New variable. 7 (INFO_NONMISC): New variable.
5 (install-arch-indep, uninstall): Don't use $INFO_FILES. 8 (install-arch-indep, uninstall): Don't use $INFO_FILES.