comparison nt/configure.bat @ 90843:d7172f202ab8

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 726-750) - Update from CVS - Merge from emacs--rel--22 - Merge from gnus--rel--5.10 * emacs--rel--22 (patch 6-17) - Update from CVS - Update from CVS: src/xterm.c (XTread_socket): Revert last change. * gnus--rel--5.10 (patch 218-221) - Merge from emacs--devo--0, emacs--rel--22 - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-205
author Miles Bader <miles@gnu.org>
date Tue, 15 May 2007 07:17:13 +0000
parents 52a7f3f50b89 6ec2f8deab6d
children 371f110b3369
comparison
equal deleted inserted replaced
90842:e8254e8eb079 90843:d7172f202ab8
39 rem MSVC compiled gmake 3.79.1: okay okay 39 rem MSVC compiled gmake 3.79.1: okay okay
40 rem mingw32/gcc-2.92.2 make (3.77): okay okay[4] 40 rem mingw32/gcc-2.92.2 make (3.77): okay okay[4]
41 rem cygwin compiled gmake 3.77: fails[1,5] fails[2,5] 41 rem cygwin compiled gmake 3.77: fails[1,5] fails[2,5]
42 rem cygwin compiled gmake 3.78.1: fails[5] fails[2,5] 42 rem cygwin compiled gmake 3.78.1: fails[5] fails[2,5]
43 rem cygwin compiled gmake 3.79.1: fails[3,5] fails[2?,5] 43 rem cygwin compiled gmake 3.79.1: fails[3,5] fails[2?,5]
44 rem cygwin compiled make 3.80: fails?[6] fails?[6] 44 rem cygwin compiled make 3.80: okay[6] fails?[7]
45 rem cygwin compiled make 3.81: fails fails?[6] 45 rem cygwin compiled make 3.81: fails fails?[7]
46 rem mingw32 compiled make 3.79.1: okay okay 46 rem mingw32 compiled make 3.79.1: okay okay
47 rem mingw32 compiled make 3.80: okay okay?[6] 47 rem mingw32 compiled make 3.80: okay okay?[7]
48 rem mingw32 compiled make 3.81: okay okay[7] 48 rem mingw32 compiled make 3.81: okay okay[8]
49 rem 49 rem
50 rem [1] doesn't cope with makefiles with DOS line endings, so must mount 50 rem [1] doesn't cope with makefiles with DOS line endings, so must mount
51 rem emacs source with text!=binary. 51 rem emacs source with text!=binary.
52 rem [2] fails when needs to invoke shell commands; okay invoking gcc etc. 52 rem [2] fails when needs to invoke shell commands; okay invoking gcc etc.
53 rem [3] requires LC_MESSAGES support to build; cannot build with early 53 rem [3] requires LC_MESSAGES support to build; cannot build with early
54 rem versions of cygwin. 54 rem versions of cygwin.
55 rem [4] may fail on Windows 9X and Windows ME; if so, install Bash. 55 rem [4] may fail on Windows 9X and Windows ME; if so, install Bash.
56 rem [5] fails when building leim due to the use of cygwin style paths. 56 rem [5] fails when building leim due to the use of cygwin style paths.
57 rem May work if building emacs without leim. 57 rem May work if building emacs without leim.
58 rem [6] not recommended; please report if you try this combination. 58 rem [6] need to uncomment 3 lines in nt/gmake.defs that invoke `cygpath';
59 rem [7] tested only on Windows XP. 59 rem look for "cygpath" near line 85 of gmake.defs.
60 rem [7] not recommended; please report if you try this combination.
61 rem [8] tested only on Windows XP.
60 rem 62 rem
61 63
62 if exist config.log del config.log 64 if exist config.log del config.log
63 65
64 rem ---------------------------------------------------------------------- 66 rem ----------------------------------------------------------------------