comparison ChangeLog @ 3228:80361b938eaa

[xemacs-hg @ 2006-02-04 02:25:47 by vins] Fix /bin/gcc no-X xpm builds on cygwin.
author vins
date Sat, 04 Feb 2006 02:25:52 +0000
parents 9a0af1444f54
children 8d7c2461057a
comparison
equal deleted inserted replaced
3227:bdc2d7488c19 3228:80361b938eaa
1 2006-01-30 Vin Shelton <acs@xemacs.org>
2
3 * configure.ac: Simplify cygwin include and no-X Xpm handling.
4 As of cygwin-1.5.19 (if you're using /bin/gcc),
5 'gcc -print-file-name=libc.a' (effectively) returns '/lib'
6 instead of '/usr/lib', so we'll use 'gcc -print-search-dirs'
7 instead.
8
1 2005-12-29 Mike Sperber <mike@xemacs.org> 9 2005-12-29 Mike Sperber <mike@xemacs.org>
2 10
3 * Makefile.in.in (top-distclean-noconfig): Don't delete 11 * Makefile.in.in (top-distclean-noconfig): Don't delete
4 site-packages xemacs-packages mule-packages site-lisp---those are 12 site-packages xemacs-packages mule-packages site-lisp---those are
5 supposed to stick around. 13 supposed to stick around.