comparison src/ChangeLog @ 108558:58b814d12797

Move some undefs from src/Makefile.in to configure. * configure.in (cpp_undefs): Add mktime, register, X11. * src/Makefile.in (mktime, X11, register): Move undefs to configure. * admin/CPP-DEFINES: Remove X11.
author Glenn Morris <rgm@gnu.org>
date Thu, 13 May 2010 20:36:40 -0700
parents c3df6042f1d6
children fa2c24863c9e
comparison
equal deleted inserted replaced
108557:ca235e6a20eb 108558:58b814d12797
1 2010-05-14 Glenn Morris <rgm@gnu.org> 1 2010-05-14 Glenn Morris <rgm@gnu.org>
2
3 * Makefile.in (mktime, X11, register): Move undefs to configure.
2 4
3 * Makefile.in (MSDOS_OBJ): Default to empty, let msdos scripts set it. 5 * Makefile.in (MSDOS_OBJ): Default to empty, let msdos scripts set it.
4 (MSDOS_X_OBJ): New variable. 6 (MSDOS_X_OBJ): New variable.
5 (MSDOS_SUPPORT_REAL): New constant. 7 (MSDOS_SUPPORT_REAL): New constant.
6 (MSDOS_SUPPORT): Set as a variable, not with cpp. 8 (MSDOS_SUPPORT): Set as a variable, not with cpp.