diff options
| author | Glenn Morris | 2012-05-02 12:55:00 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-05-02 12:55:00 -0400 |
| commit | 3c30e76668068bad00494c16a742cd9a5cb609fe (patch) | |
| tree | ff00cec679d172a16407f41d3252930dcaad0e1c /ChangeLog | |
| parent | a64fe9146ef4d0c3966b76867f4ef97479e99477 (diff) | |
| download | emacs-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-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -1,5 +1,8 @@ | |||
| 1 | 2012-05-02 Glenn Morris <rgm@gnu.org> | 1 | 2012-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. |