comparison ChangeLog @ 2692:7be4146ed65e

[xemacs-hg @ 2005-03-26 17:22:29 by vins] configure.ac: Don't specify non-working -fno-gnu-linker on Solaris. 'head -1' is deprecated by coreutils-5.3.0 on some platforms; replace it with 'sed 1q'
author vins
date Sat, 26 Mar 2005 17:22:34 +0000
parents b26d8b5d0d30
children 296a5cd2a686
comparison
equal deleted inserted replaced
2691:8d4fa1c4e0b8 2692:7be4146ed65e
1 2005-03-23 Vin Shelton <acs@xemacs.org>
2
3 * configure.in: Remove -fno-gnu-linker option from Solaris
4 dynodump builds; it doesn't do anything.
5
6 Don't use 'head -1' - it's deprecated by coreutils-5.3.0 on some
7 platforms.
8
1 2005-03-24 Aidan Kehoe <kehoea@parhasard.net> 9 2005-03-24 Aidan Kehoe <kehoea@parhasard.net>
2 10
3 * configure: Regenerate. 11 * configure: Regenerate.
4 * configure.ac (XE_COMPLEX_ARG_ENABLE): --OPTION -> --with-OPTION 12 * configure.ac (XE_COMPLEX_ARG_ENABLE): --OPTION -> --with-OPTION
5 in various docstrings and error messages. 13 in various docstrings and error messages.