Mercurial > emacs
annotate nt/configure.bat @ 93957:139a888c8649
(vc-hg-dir-status): Remove unneeded call.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Thu, 10 Apr 2008 07:34:40 +0000 |
parents | e6ebe1ee40ec |
children | fbf666581e4d |
rev | line source |
---|---|
39055 | 1 @echo off |
2 rem ---------------------------------------------------------------------- | |
49541
e20de75c7a92
Automatically detect giflib.
Juanma Barranquero <lekktu@gmail.com>
parents:
49510
diff
changeset
|
3 rem Configuration script for MS Windows 95/98/Me and NT/2000/XP |
68648
067115a6e738
Update years in copyright notice; nfc.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
64669
diff
changeset
|
4 rem Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, |
79730 | 5 rem 2006, 2007, 2008 Free Software Foundation, Inc. |
39055 | 6 |
7 rem This file is part of GNU Emacs. | |
8 | |
9 rem GNU Emacs is free software; you can redistribute it and/or modify | |
10 rem it under the terms of the GNU General Public License as published by | |
78246
075eb71f218d
Switch license to GPLv3 or later.
Glenn Morris <rgm@gnu.org>
parents:
77644
diff
changeset
|
11 rem the Free Software Foundation; either version 3, or (at your option) |
39055 | 12 rem any later version. |
13 | |
14 rem GNU Emacs is distributed in the hope that it will be useful, | |
15 rem but WITHOUT ANY WARRANTY; without even the implied warranty of | |
16 rem MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
17 rem GNU General Public License for more details. | |
18 | |
19 rem You should have received a copy of the GNU General Public License | |
20 rem along with GNU Emacs; see the file COPYING. If not, write to the | |
64083 | 21 rem Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
22 rem Boston, MA 02110-1301, USA. | |
39055 | 23 rem ---------------------------------------------------------------------- |
24 rem YOU'LL NEED THE FOLLOWING UTILITIES TO MAKE EMACS: | |
25 rem | |
49541
e20de75c7a92
Automatically detect giflib.
Juanma Barranquero <lekktu@gmail.com>
parents:
49510
diff
changeset
|
26 rem + MS Windows 95/98/Me or NT/2000/XP |
39055 | 27 rem + either MSVC 2.x or later, or gcc-2.95 or later (with gmake 3.75 |
74936
85b8e38395e4
Update table of supported Make ports.
Eli Zaretskii <eliz@gnu.org>
parents:
68648
diff
changeset
|
28 rem or later) and the Mingw32 and W32 API headers and libraries. |
85b8e38395e4
Update table of supported Make ports.
Eli Zaretskii <eliz@gnu.org>
parents:
68648
diff
changeset
|
29 rem + Visual Studio 2005 is not supported at this time. |
39055 | 30 rem |
31 rem For reference, here is a list of which builds of gmake are known to | |
32 rem work or not, and whether they work in the presence and/or absence of | |
33 rem sh.exe. | |
49484 | 34 rem |
39055 | 35 rem sh exists no sh |
74936
85b8e38395e4
Update table of supported Make ports.
Eli Zaretskii <eliz@gnu.org>
parents:
68648
diff
changeset
|
36 rem cygwin b20.1 make (3.75): fails[1,5] fails[2,5] |
39055 | 37 rem MSVC compiled gmake 3.77: okay okay |
38 rem MSVC compiled gmake 3.78.1: okay okay | |
39 rem MSVC compiled gmake 3.79.1: okay okay | |
74936
85b8e38395e4
Update table of supported Make ports.
Eli Zaretskii <eliz@gnu.org>
parents:
68648
diff
changeset
|
40 rem mingw32/gcc-2.92.2 make (3.77): okay okay[4] |
85b8e38395e4
Update table of supported Make ports.
Eli Zaretskii <eliz@gnu.org>
parents:
68648
diff
changeset
|
41 rem cygwin compiled gmake 3.77: fails[1,5] fails[2,5] |
85b8e38395e4
Update table of supported Make ports.
Eli Zaretskii <eliz@gnu.org>
parents:
68648
diff
changeset
|
42 rem cygwin compiled gmake 3.78.1: fails[5] fails[2,5] |
85b8e38395e4
Update table of supported Make ports.
Eli Zaretskii <eliz@gnu.org>
parents:
68648
diff
changeset
|
43 rem cygwin compiled gmake 3.79.1: fails[3,5] fails[2?,5] |
77644
6ec2f8deab6d
Add information about building with Cygwin Make 3.80.
Eli Zaretskii <eliz@gnu.org>
parents:
75564
diff
changeset
|
44 rem cygwin compiled make 3.80: okay[6] fails?[7] |
6ec2f8deab6d
Add information about building with Cygwin Make 3.80.
Eli Zaretskii <eliz@gnu.org>
parents:
75564
diff
changeset
|
45 rem cygwin compiled make 3.81: fails fails?[7] |
74936
85b8e38395e4
Update table of supported Make ports.
Eli Zaretskii <eliz@gnu.org>
parents:
68648
diff
changeset
|
46 rem mingw32 compiled make 3.79.1: okay okay |
77644
6ec2f8deab6d
Add information about building with Cygwin Make 3.80.
Eli Zaretskii <eliz@gnu.org>
parents:
75564
diff
changeset
|
47 rem mingw32 compiled make 3.80: okay okay?[7] |
6ec2f8deab6d
Add information about building with Cygwin Make 3.80.
Eli Zaretskii <eliz@gnu.org>
parents:
75564
diff
changeset
|
48 rem mingw32 compiled make 3.81: okay okay[8] |
39055 | 49 rem |
50 rem [1] doesn't cope with makefiles with DOS line endings, so must mount | |
51 rem emacs source with text!=binary. | |
52 rem [2] fails when needs to invoke shell commands; okay invoking gcc etc. | |
74936
85b8e38395e4
Update table of supported Make ports.
Eli Zaretskii <eliz@gnu.org>
parents:
68648
diff
changeset
|
53 rem [3] requires LC_MESSAGES support to build; cannot build with early |
85b8e38395e4
Update table of supported Make ports.
Eli Zaretskii <eliz@gnu.org>
parents:
68648
diff
changeset
|
54 rem versions of cygwin. |
85b8e38395e4
Update table of supported Make ports.
Eli Zaretskii <eliz@gnu.org>
parents:
68648
diff
changeset
|
55 rem [4] may fail on Windows 9X and Windows ME; if so, install Bash. |
85b8e38395e4
Update table of supported Make ports.
Eli Zaretskii <eliz@gnu.org>
parents:
68648
diff
changeset
|
56 rem [5] fails when building leim due to the use of cygwin style paths. |
85b8e38395e4
Update table of supported Make ports.
Eli Zaretskii <eliz@gnu.org>
parents:
68648
diff
changeset
|
57 rem May work if building emacs without leim. |
77644
6ec2f8deab6d
Add information about building with Cygwin Make 3.80.
Eli Zaretskii <eliz@gnu.org>
parents:
75564
diff
changeset
|
58 rem [6] need to uncomment 3 lines in nt/gmake.defs that invoke `cygpath'; |
6ec2f8deab6d
Add information about building with Cygwin Make 3.80.
Eli Zaretskii <eliz@gnu.org>
parents:
75564
diff
changeset
|
59 rem look for "cygpath" near line 85 of gmake.defs. |
6ec2f8deab6d
Add information about building with Cygwin Make 3.80.
Eli Zaretskii <eliz@gnu.org>
parents:
75564
diff
changeset
|
60 rem [7] not recommended; please report if you try this combination. |
6ec2f8deab6d
Add information about building with Cygwin Make 3.80.
Eli Zaretskii <eliz@gnu.org>
parents:
75564
diff
changeset
|
61 rem [8] tested only on Windows XP. |
39055 | 62 rem |
63 | |
63305 | 64 if exist config.log del config.log |
65 | |
39055 | 66 rem ---------------------------------------------------------------------- |
67 rem See if the environment is large enough. We need 43 (?) bytes. | |
68 set $foo$=123456789_123456789_123456789_123456789_123 | |
69 if not "%$foo$%" == "123456789_123456789_123456789_123456789_123" goto SmallEnv | |
70 set $foo$= | |
71 | |
72 rem ---------------------------------------------------------------------- | |
73 rem Make sure we are running in the nt subdir | |
74 if exist configure.bat goto start | |
75 echo You must run configure from the nt subdirectory. | |
76 goto end | |
77 | |
78 :start | |
79 rem ---------------------------------------------------------------------- | |
80 rem Default settings. | |
81 set prefix= | |
82 set nodebug=N | |
83 set noopt=N | |
84 set nocygwin=N | |
85 set COMPILER= | |
86 set usercflags= | |
79160
1df46ee4de10
(docflags, doldflags): New variables.
Eli Zaretskii <eliz@gnu.org>
parents:
78246
diff
changeset
|
87 set docflags= |
39055 | 88 set userldflags= |
79160
1df46ee4de10
(docflags, doldflags): New variables.
Eli Zaretskii <eliz@gnu.org>
parents:
78246
diff
changeset
|
89 set doldflags= |
39055 | 90 set sep1= |
91 set sep2= | |
92475
f59e2a810db3
* gmake.defs, nmake.defs (FONT_CFLAGS): New optional compiler flag.
Jason Rumney <jasonr@gnu.org>
parents:
92148
diff
changeset
|
92 set usefontbackend=Y |
39055 | 93 |
94 rem ---------------------------------------------------------------------- | |
95 rem Handle arguments. | |
96 :again | |
97 if "%1" == "-h" goto usage | |
98 if "%1" == "--help" goto usage | |
99 if "%1" == "--prefix" goto setprefix | |
100 if "%1" == "--with-gcc" goto withgcc | |
101 if "%1" == "--with-msvc" goto withmsvc | |
102 if "%1" == "--no-debug" goto nodebug | |
103 if "%1" == "--no-opt" goto noopt | |
104 if "%1" == "--no-cygwin" goto nocygwin | |
105 if "%1" == "--cflags" goto usercflags | |
106 if "%1" == "--ldflags" goto userldflags | |
49450
a2e59f9d34b1
Automatically detect libpng.
Jason Rumney <jasonr@gnu.org>
parents:
39151
diff
changeset
|
107 if "%1" == "--without-png" goto withoutpng |
49456
8511f51a1d4f
Automatically detect jpeglib.
Jason Rumney <jasonr@gnu.org>
parents:
49450
diff
changeset
|
108 if "%1" == "--without-jpeg" goto withoutjpeg |
49541
e20de75c7a92
Automatically detect giflib.
Juanma Barranquero <lekktu@gmail.com>
parents:
49510
diff
changeset
|
109 if "%1" == "--without-gif" goto withoutgif |
49544
fdc002872212
Automatically detect tifflib.
Juanma Barranquero <lekktu@gmail.com>
parents:
49541
diff
changeset
|
110 if "%1" == "--without-tiff" goto withouttiff |
49563
5c18aa000ef4
Automatically detect libXpm.
Jason Rumney <jasonr@gnu.org>
parents:
49544
diff
changeset
|
111 if "%1" == "--without-xpm" goto withoutxpm |
92475
f59e2a810db3
* gmake.defs, nmake.defs (FONT_CFLAGS): New optional compiler flag.
Jason Rumney <jasonr@gnu.org>
parents:
92148
diff
changeset
|
112 if "%1" == "--disable-font-backend" goto withoutfont |
39055 | 113 if "%1" == "" goto checkutils |
114 :usage | |
115 echo Usage: configure [options] | |
116 echo Options: | |
117 echo. --prefix PREFIX install Emacs in directory PREFIX | |
118 echo. --with-gcc use GCC to compile Emacs | |
119 echo. --with-msvc use MSVC to compile Emacs | |
120 echo. --no-debug exclude debug info from executables | |
121 echo. --no-opt disable optimization | |
122 echo. --no-cygwin use -mno-cygwin option with GCC | |
123 echo. --cflags FLAG pass FLAG to compiler | |
124 echo. --ldflags FLAG pass FLAG to compiler when linking | |
80059
a606fa6a1ec7
In help, use generic names for the image libraries.
Juanma Barranquero <lekktu@gmail.com>
parents:
79730
diff
changeset
|
125 echo. --without-png do not use PNG library even if it is installed |
a606fa6a1ec7
In help, use generic names for the image libraries.
Juanma Barranquero <lekktu@gmail.com>
parents:
79730
diff
changeset
|
126 echo. --without-jpeg do not use JPEG library even if it is installed |
a606fa6a1ec7
In help, use generic names for the image libraries.
Juanma Barranquero <lekktu@gmail.com>
parents:
79730
diff
changeset
|
127 echo. --without-gif do not use GIF library even if it is installed |
a606fa6a1ec7
In help, use generic names for the image libraries.
Juanma Barranquero <lekktu@gmail.com>
parents:
79730
diff
changeset
|
128 echo. --without-tiff do not use TIFF library even if it is installed |
a606fa6a1ec7
In help, use generic names for the image libraries.
Juanma Barranquero <lekktu@gmail.com>
parents:
79730
diff
changeset
|
129 echo. --without-xpm do not use XPM library even if it is installed |
92475
f59e2a810db3
* gmake.defs, nmake.defs (FONT_CFLAGS): New optional compiler flag.
Jason Rumney <jasonr@gnu.org>
parents:
92148
diff
changeset
|
130 echo. --disable-font-backend build without font backend support |
39055 | 131 goto end |
132 rem ---------------------------------------------------------------------- | |
133 :setprefix | |
134 shift | |
135 set prefix=%1 | |
136 shift | |
137 goto again | |
138 rem ---------------------------------------------------------------------- | |
139 :withgcc | |
140 set COMPILER=gcc | |
141 shift | |
142 goto again | |
143 rem ---------------------------------------------------------------------- | |
144 :withmsvc | |
145 set COMPILER=cl | |
146 shift | |
147 goto again | |
148 rem ---------------------------------------------------------------------- | |
149 :nodebug | |
150 set nodebug=Y | |
151 shift | |
152 goto again | |
153 rem ---------------------------------------------------------------------- | |
154 :noopt | |
155 set noopt=Y | |
156 shift | |
157 goto again | |
158 rem ---------------------------------------------------------------------- | |
159 :nocygwin | |
160 set nocygwin=Y | |
161 shift | |
162 goto again | |
163 rem ---------------------------------------------------------------------- | |
164 :usercflags | |
165 shift | |
166 set usercflags=%usercflags%%sep1%%1 | |
167 set sep1= %nothing% | |
168 shift | |
169 goto again | |
170 rem ---------------------------------------------------------------------- | |
171 :userldflags | |
172 shift | |
173 set userldflags=%userldflags%%sep2%%1 | |
174 set sep2= %nothing% | |
175 shift | |
176 goto again | |
49450
a2e59f9d34b1
Automatically detect libpng.
Jason Rumney <jasonr@gnu.org>
parents:
39151
diff
changeset
|
177 rem ---------------------------------------------------------------------- |
a2e59f9d34b1
Automatically detect libpng.
Jason Rumney <jasonr@gnu.org>
parents:
39151
diff
changeset
|
178 |
a2e59f9d34b1
Automatically detect libpng.
Jason Rumney <jasonr@gnu.org>
parents:
39151
diff
changeset
|
179 :withoutpng |
a2e59f9d34b1
Automatically detect libpng.
Jason Rumney <jasonr@gnu.org>
parents:
39151
diff
changeset
|
180 set pngsupport=N |
a2e59f9d34b1
Automatically detect libpng.
Jason Rumney <jasonr@gnu.org>
parents:
39151
diff
changeset
|
181 set HAVE_PNG= |
49510
d717146dfad9
Avoid endless loop when configuring without image support.
Juanma Barranquero <lekktu@gmail.com>
parents:
49484
diff
changeset
|
182 shift |
49450
a2e59f9d34b1
Automatically detect libpng.
Jason Rumney <jasonr@gnu.org>
parents:
39151
diff
changeset
|
183 goto again |
39055 | 184 |
185 rem ---------------------------------------------------------------------- | |
49456
8511f51a1d4f
Automatically detect jpeglib.
Jason Rumney <jasonr@gnu.org>
parents:
49450
diff
changeset
|
186 |
8511f51a1d4f
Automatically detect jpeglib.
Jason Rumney <jasonr@gnu.org>
parents:
49450
diff
changeset
|
187 :withoutjpeg |
8511f51a1d4f
Automatically detect jpeglib.
Jason Rumney <jasonr@gnu.org>
parents:
49450
diff
changeset
|
188 set jpegsupport=N |
8511f51a1d4f
Automatically detect jpeglib.
Jason Rumney <jasonr@gnu.org>
parents:
49450
diff
changeset
|
189 set HAVE_JPEG= |
49510
d717146dfad9
Avoid endless loop when configuring without image support.
Juanma Barranquero <lekktu@gmail.com>
parents:
49484
diff
changeset
|
190 shift |
49456
8511f51a1d4f
Automatically detect jpeglib.
Jason Rumney <jasonr@gnu.org>
parents:
49450
diff
changeset
|
191 goto again |
8511f51a1d4f
Automatically detect jpeglib.
Jason Rumney <jasonr@gnu.org>
parents:
49450
diff
changeset
|
192 |
8511f51a1d4f
Automatically detect jpeglib.
Jason Rumney <jasonr@gnu.org>
parents:
49450
diff
changeset
|
193 rem ---------------------------------------------------------------------- |
49541
e20de75c7a92
Automatically detect giflib.
Juanma Barranquero <lekktu@gmail.com>
parents:
49510
diff
changeset
|
194 |
e20de75c7a92
Automatically detect giflib.
Juanma Barranquero <lekktu@gmail.com>
parents:
49510
diff
changeset
|
195 :withoutgif |
e20de75c7a92
Automatically detect giflib.
Juanma Barranquero <lekktu@gmail.com>
parents:
49510
diff
changeset
|
196 set gifsupport=N |
e20de75c7a92
Automatically detect giflib.
Juanma Barranquero <lekktu@gmail.com>
parents:
49510
diff
changeset
|
197 set HAVE_GIF= |
e20de75c7a92
Automatically detect giflib.
Juanma Barranquero <lekktu@gmail.com>
parents:
49510
diff
changeset
|
198 shift |
e20de75c7a92
Automatically detect giflib.
Juanma Barranquero <lekktu@gmail.com>
parents:
49510
diff
changeset
|
199 goto again |
e20de75c7a92
Automatically detect giflib.
Juanma Barranquero <lekktu@gmail.com>
parents:
49510
diff
changeset
|
200 |
e20de75c7a92
Automatically detect giflib.
Juanma Barranquero <lekktu@gmail.com>
parents:
49510
diff
changeset
|
201 rem ---------------------------------------------------------------------- |
49544
fdc002872212
Automatically detect tifflib.
Juanma Barranquero <lekktu@gmail.com>
parents:
49541
diff
changeset
|
202 |
fdc002872212
Automatically detect tifflib.
Juanma Barranquero <lekktu@gmail.com>
parents:
49541
diff
changeset
|
203 :withouttiff |
fdc002872212
Automatically detect tifflib.
Juanma Barranquero <lekktu@gmail.com>
parents:
49541
diff
changeset
|
204 set tiffsupport=N |
fdc002872212
Automatically detect tifflib.
Juanma Barranquero <lekktu@gmail.com>
parents:
49541
diff
changeset
|
205 set HAVE_TIFF= |
fdc002872212
Automatically detect tifflib.
Juanma Barranquero <lekktu@gmail.com>
parents:
49541
diff
changeset
|
206 shift |
fdc002872212
Automatically detect tifflib.
Juanma Barranquero <lekktu@gmail.com>
parents:
49541
diff
changeset
|
207 goto again |
fdc002872212
Automatically detect tifflib.
Juanma Barranquero <lekktu@gmail.com>
parents:
49541
diff
changeset
|
208 |
fdc002872212
Automatically detect tifflib.
Juanma Barranquero <lekktu@gmail.com>
parents:
49541
diff
changeset
|
209 rem ---------------------------------------------------------------------- |
49563
5c18aa000ef4
Automatically detect libXpm.
Jason Rumney <jasonr@gnu.org>
parents:
49544
diff
changeset
|
210 |
5c18aa000ef4
Automatically detect libXpm.
Jason Rumney <jasonr@gnu.org>
parents:
49544
diff
changeset
|
211 :withoutxpm |
5c18aa000ef4
Automatically detect libXpm.
Jason Rumney <jasonr@gnu.org>
parents:
49544
diff
changeset
|
212 set xpmsupport=N |
5c18aa000ef4
Automatically detect libXpm.
Jason Rumney <jasonr@gnu.org>
parents:
49544
diff
changeset
|
213 set HAVE_XPM= |
5c18aa000ef4
Automatically detect libXpm.
Jason Rumney <jasonr@gnu.org>
parents:
49544
diff
changeset
|
214 shift |
5c18aa000ef4
Automatically detect libXpm.
Jason Rumney <jasonr@gnu.org>
parents:
49544
diff
changeset
|
215 goto again |
5c18aa000ef4
Automatically detect libXpm.
Jason Rumney <jasonr@gnu.org>
parents:
49544
diff
changeset
|
216 |
92475
f59e2a810db3
* gmake.defs, nmake.defs (FONT_CFLAGS): New optional compiler flag.
Jason Rumney <jasonr@gnu.org>
parents:
92148
diff
changeset
|
217 :withoutfont |
f59e2a810db3
* gmake.defs, nmake.defs (FONT_CFLAGS): New optional compiler flag.
Jason Rumney <jasonr@gnu.org>
parents:
92148
diff
changeset
|
218 set usefontbackend=N |
90874
371f110b3369
Add --with-font-backend option.
Jason Rumney <jasonr@gnu.org>
parents:
90843
diff
changeset
|
219 shift |
371f110b3369
Add --with-font-backend option.
Jason Rumney <jasonr@gnu.org>
parents:
90843
diff
changeset
|
220 goto again |
371f110b3369
Add --with-font-backend option.
Jason Rumney <jasonr@gnu.org>
parents:
90843
diff
changeset
|
221 |
49563
5c18aa000ef4
Automatically detect libXpm.
Jason Rumney <jasonr@gnu.org>
parents:
49544
diff
changeset
|
222 rem ---------------------------------------------------------------------- |
39055 | 223 rem Check that necessary utilities (cp and rm) are present. |
224 :checkutils | |
225 echo Checking for 'cp'... | |
226 cp configure.bat junk.bat | |
227 if not exist junk.bat goto needcp | |
228 echo Checking for 'rm'... | |
229 rm junk.bat | |
230 if exist junk.bat goto needrm | |
231 goto checkcompiler | |
232 :needcp | |
233 echo You need 'cp' (the Unix file copy program) to build Emacs. | |
234 goto end | |
235 :needrm | |
236 del junk.bat | |
237 echo You need 'rm' (the Unix file delete program) to build Emacs. | |
238 goto end | |
239 | |
240 rem ---------------------------------------------------------------------- | |
241 rem Auto-detect compiler if not specified, and validate GCC if chosen. | |
242 :checkcompiler | |
49450
a2e59f9d34b1
Automatically detect libpng.
Jason Rumney <jasonr@gnu.org>
parents:
39151
diff
changeset
|
243 if (%COMPILER%)==(cl) goto compilercheckdone |
39055 | 244 if (%COMPILER%)==(gcc) goto checkgcc |
245 | |
91494
1748d84b4fe3
Make gcc the default compiler.
Jason Rumney <jasonr@gnu.org>
parents:
91457
diff
changeset
|
246 echo Checking whether 'gcc' is available... |
1748d84b4fe3
Make gcc the default compiler.
Jason Rumney <jasonr@gnu.org>
parents:
91457
diff
changeset
|
247 echo main(){} >junk.c |
1748d84b4fe3
Make gcc the default compiler.
Jason Rumney <jasonr@gnu.org>
parents:
91457
diff
changeset
|
248 gcc -c junk.c |
1748d84b4fe3
Make gcc the default compiler.
Jason Rumney <jasonr@gnu.org>
parents:
91457
diff
changeset
|
249 if exist junk.o goto checkgcc |
1748d84b4fe3
Make gcc the default compiler.
Jason Rumney <jasonr@gnu.org>
parents:
91457
diff
changeset
|
250 |
39055 | 251 echo Checking whether 'cl' is available... |
252 cl -nologo -c junk.c | |
253 if exist junk.obj goto clOK | |
91494
1748d84b4fe3
Make gcc the default compiler.
Jason Rumney <jasonr@gnu.org>
parents:
91457
diff
changeset
|
254 goto nocompiler |
39055 | 255 |
256 :checkgcc | |
91783
3be932cc1b8a
(checkgcc): Move "del junk.o" to here, and make it conditional on existence
Eli Zaretskii <eliz@gnu.org>
parents:
91694
diff
changeset
|
257 if exist junk.o del junk.o |
39055 | 258 Rem WARNING -- COMMAND.COM on some systems only looks at the first |
259 Rem 8 characters of a label. So do NOT be tempted to change | |
260 Rem chkapi* into something fancier like checkw32api | |
261 Rem You HAVE been warned! | |
91783
3be932cc1b8a
(checkgcc): Move "del junk.o" to here, and make it conditional on existence
Eli Zaretskii <eliz@gnu.org>
parents:
91694
diff
changeset
|
262 if (%nocygwin%) == (Y) goto chkapiN |
39055 | 263 echo Checking whether gcc requires '-mno-cygwin'... |
264 echo #include "cygwin/version.h" >junk.c | |
265 echo main(){} >>junk.c | |
63305 | 266 echo gcc -c junk.c >>config.log |
267 gcc -c junk.c >>config.log 2>&1 | |
39055 | 268 if not exist junk.o goto chkapi |
63305 | 269 echo gcc -mno-cygwin -c junk.c >>config.log |
270 gcc -mno-cygwin -c junk.c >>config.log 2>&1 | |
39055 | 271 if exist junk.o set nocygwin=Y |
272 | |
273 :chkapi | |
63305 | 274 echo The failed program was: >>config.log |
275 type junk.c >>config.log | |
91783
3be932cc1b8a
(checkgcc): Move "del junk.o" to here, and make it conditional on existence
Eli Zaretskii <eliz@gnu.org>
parents:
91694
diff
changeset
|
276 :chkapiN |
3be932cc1b8a
(checkgcc): Move "del junk.o" to here, and make it conditional on existence
Eli Zaretskii <eliz@gnu.org>
parents:
91694
diff
changeset
|
277 rm -f junk.c junk.o |
39055 | 278 rem ---------------------------------------------------------------------- |
279 rem Older versions of the Windows API headers either don't have any of | |
280 rem the IMAGE_xxx definitions (the headers that come with Cygwin b20.1 | |
281 rem are like this), or have a typo in the definition of | |
282 rem IMAGE_FIRST_SECTION (the headers with gcc/mingw32 2.95 have this | |
283 rem problem). The gcc/mingw32 2.95.2 headers are okay, as are distros | |
284 rem of w32api-xxx.zip from Anders Norlander since 1999-11-18 at least. | |
93683
e6ebe1ee40ec
(chkapiN) Add check for usp10.h.
Eli Zaretskii <eliz@gnu.org>
parents:
92475
diff
changeset
|
285 rem Beginning with Emacs 23, we need usp10.h. |
39055 | 286 rem |
287 echo Checking whether W32 API headers are too old... | |
288 echo #include "windows.h" >junk.c | |
93683
e6ebe1ee40ec
(chkapiN) Add check for usp10.h.
Eli Zaretskii <eliz@gnu.org>
parents:
92475
diff
changeset
|
289 echo #include "usp10.h" >>junk.c |
39055 | 290 echo test(PIMAGE_NT_HEADERS pHeader) >>junk.c |
291 echo {PIMAGE_SECTION_HEADER pSection = IMAGE_FIRST_SECTION(pHeader);} >>junk.c | |
292 if (%nocygwin%) == (Y) goto chkapi1 | |
293 set cf=%usercflags% | |
294 goto chkapi2 | |
295 :chkapi1 | |
296 set cf=%usercflags% -mno-cygwin | |
297 :chkapi2 | |
298 echo on | |
299 gcc %cf% -c junk.c | |
63305 | 300 @echo off |
301 @echo gcc %cf% -c junk.c >>config.log | |
302 gcc %cf% -c junk.c >>config.log 2>&1 | |
39055 | 303 set cf= |
304 if exist junk.o goto gccOk | |
63305 | 305 echo The failed program was: >>config.log |
306 type junk.c >>config.log | |
39055 | 307 |
308 :nocompiler | |
309 echo. | |
310 echo Configure failed. | |
311 echo To configure Emacs for Windows, you need to have either | |
312 echo gcc-2.95 or later with Mingw32 and the W32 API headers, | |
313 echo or MSVC 2.x or later. | |
314 del junk.c | |
315 goto end | |
316 | |
317 :gccOk | |
318 set COMPILER=gcc | |
63305 | 319 echo Using 'gcc' |
39055 | 320 rm -f junk.c junk.o |
63305 | 321 Rem It is not clear what GCC version began supporting -mtune |
322 Rem and pentium4 on x86, so check this explicitly. | |
323 echo main(){} >junk.c | |
324 echo gcc -c -O2 -mtune=pentium4 junk.c >>config.log | |
325 gcc -c -O2 -mtune=pentium4 junk.c >>config.log 2>&1 | |
326 if not errorlevel 1 goto gccMtuneOk | |
327 echo The failed program was: >>config.log | |
328 type junk.c >>config.log | |
329 set mf=-mcpu=i686 | |
330 rm -f junk.c junk.o | |
331 goto compilercheckdone | |
332 :gccMtuneOk | |
333 echo GCC supports -mtune=pentium4 >>config.log | |
334 set mf=-mtune=pentium4 | |
335 rm -f junk.c junk.o | |
49450
a2e59f9d34b1
Automatically detect libpng.
Jason Rumney <jasonr@gnu.org>
parents:
39151
diff
changeset
|
336 goto compilercheckdone |
39055 | 337 |
338 :clOk | |
339 set COMPILER=cl | |
340 rm -f junk.c junk.obj | |
341 echo Using 'MSVC' | |
49450
a2e59f9d34b1
Automatically detect libpng.
Jason Rumney <jasonr@gnu.org>
parents:
39151
diff
changeset
|
342 |
a2e59f9d34b1
Automatically detect libpng.
Jason Rumney <jasonr@gnu.org>
parents:
39151
diff
changeset
|
343 :compilercheckdone |
a2e59f9d34b1
Automatically detect libpng.
Jason Rumney <jasonr@gnu.org>
parents:
39151
diff
changeset
|
344 |
a2e59f9d34b1
Automatically detect libpng.
Jason Rumney <jasonr@gnu.org>
parents:
39151
diff
changeset
|
345 rem ---------------------------------------------------------------------- |
a2e59f9d34b1
Automatically detect libpng.
Jason Rumney <jasonr@gnu.org>
parents:
39151
diff
changeset
|
346 rem Check for external image libraries. Since they are loaded |
a2e59f9d34b1
Automatically detect libpng.
Jason Rumney <jasonr@gnu.org>
parents:
39151
diff
changeset
|
347 rem dynamically, the libraries themselves do not need to be present |
a2e59f9d34b1
Automatically detect libpng.
Jason Rumney <jasonr@gnu.org>
parents:
39151
diff
changeset
|
348 rem at compile time, but the header files are required. |
a2e59f9d34b1
Automatically detect libpng.
Jason Rumney <jasonr@gnu.org>
parents:
39151
diff
changeset
|
349 |
55393
87fc355c8bf5
Use -mno-cygwin to check for image libraries when needed.
Jason Rumney <jasonr@gnu.org>
parents:
52422
diff
changeset
|
350 set mingwflag= |
87fc355c8bf5
Use -mno-cygwin to check for image libraries when needed.
Jason Rumney <jasonr@gnu.org>
parents:
52422
diff
changeset
|
351 |
87fc355c8bf5
Use -mno-cygwin to check for image libraries when needed.
Jason Rumney <jasonr@gnu.org>
parents:
52422
diff
changeset
|
352 if (%nocygwin%) == (N) goto flagsOK |
87fc355c8bf5
Use -mno-cygwin to check for image libraries when needed.
Jason Rumney <jasonr@gnu.org>
parents:
52422
diff
changeset
|
353 set mingwflag=-mno-cygwin |
87fc355c8bf5
Use -mno-cygwin to check for image libraries when needed.
Jason Rumney <jasonr@gnu.org>
parents:
52422
diff
changeset
|
354 |
87fc355c8bf5
Use -mno-cygwin to check for image libraries when needed.
Jason Rumney <jasonr@gnu.org>
parents:
52422
diff
changeset
|
355 :flagsOK |
87fc355c8bf5
Use -mno-cygwin to check for image libraries when needed.
Jason Rumney <jasonr@gnu.org>
parents:
52422
diff
changeset
|
356 |
49450
a2e59f9d34b1
Automatically detect libpng.
Jason Rumney <jasonr@gnu.org>
parents:
39151
diff
changeset
|
357 if (%pngsupport%) == (N) goto pngDone |
a2e59f9d34b1
Automatically detect libpng.
Jason Rumney <jasonr@gnu.org>
parents:
39151
diff
changeset
|
358 |
a2e59f9d34b1
Automatically detect libpng.
Jason Rumney <jasonr@gnu.org>
parents:
39151
diff
changeset
|
359 echo Checking for libpng... |
a2e59f9d34b1
Automatically detect libpng.
Jason Rumney <jasonr@gnu.org>
parents:
39151
diff
changeset
|
360 echo #include "png.h" >junk.c |
a2e59f9d34b1
Automatically detect libpng.
Jason Rumney <jasonr@gnu.org>
parents:
39151
diff
changeset
|
361 echo main (){} >>junk.c |
a2e59f9d34b1
Automatically detect libpng.
Jason Rumney <jasonr@gnu.org>
parents:
39151
diff
changeset
|
362 rem -o option is ignored with cl, but allows result to be consistent. |
63305 | 363 echo %COMPILER% %usercflags% %mingwflag% -c junk.c -o junk.obj >>config.log |
364 %COMPILER% %usercflags% %mingwflag% -c junk.c -o junk.obj >junk.out 2>>config.log | |
49450
a2e59f9d34b1
Automatically detect libpng.
Jason Rumney <jasonr@gnu.org>
parents:
39151
diff
changeset
|
365 if exist junk.obj goto havePng |
a2e59f9d34b1
Automatically detect libpng.
Jason Rumney <jasonr@gnu.org>
parents:
39151
diff
changeset
|
366 |
49563
5c18aa000ef4
Automatically detect libXpm.
Jason Rumney <jasonr@gnu.org>
parents:
49544
diff
changeset
|
367 echo ...png.h not found, building without PNG support. |
63305 | 368 echo The failed program was: >>config.log |
369 type junk.c >>config.log | |
49450
a2e59f9d34b1
Automatically detect libpng.
Jason Rumney <jasonr@gnu.org>
parents:
39151
diff
changeset
|
370 set HAVE_PNG= |
a2e59f9d34b1
Automatically detect libpng.
Jason Rumney <jasonr@gnu.org>
parents:
39151
diff
changeset
|
371 goto :pngDone |
a2e59f9d34b1
Automatically detect libpng.
Jason Rumney <jasonr@gnu.org>
parents:
39151
diff
changeset
|
372 |
a2e59f9d34b1
Automatically detect libpng.
Jason Rumney <jasonr@gnu.org>
parents:
39151
diff
changeset
|
373 :havePng |
a2e59f9d34b1
Automatically detect libpng.
Jason Rumney <jasonr@gnu.org>
parents:
39151
diff
changeset
|
374 echo ...PNG header available, building with PNG support. |
a2e59f9d34b1
Automatically detect libpng.
Jason Rumney <jasonr@gnu.org>
parents:
39151
diff
changeset
|
375 set HAVE_PNG=1 |
a2e59f9d34b1
Automatically detect libpng.
Jason Rumney <jasonr@gnu.org>
parents:
39151
diff
changeset
|
376 |
a2e59f9d34b1
Automatically detect libpng.
Jason Rumney <jasonr@gnu.org>
parents:
39151
diff
changeset
|
377 :pngDone |
a2e59f9d34b1
Automatically detect libpng.
Jason Rumney <jasonr@gnu.org>
parents:
39151
diff
changeset
|
378 rm -f junk.c junk.obj |
39055 | 379 |
49456
8511f51a1d4f
Automatically detect jpeglib.
Jason Rumney <jasonr@gnu.org>
parents:
49450
diff
changeset
|
380 if (%jpegsupport%) == (N) goto jpegDone |
8511f51a1d4f
Automatically detect jpeglib.
Jason Rumney <jasonr@gnu.org>
parents:
49450
diff
changeset
|
381 |
49563
5c18aa000ef4
Automatically detect libXpm.
Jason Rumney <jasonr@gnu.org>
parents:
49544
diff
changeset
|
382 echo Checking for jpeg-6b... |
49456
8511f51a1d4f
Automatically detect jpeglib.
Jason Rumney <jasonr@gnu.org>
parents:
49450
diff
changeset
|
383 echo #include "jconfig.h" >junk.c |
8511f51a1d4f
Automatically detect jpeglib.
Jason Rumney <jasonr@gnu.org>
parents:
49450
diff
changeset
|
384 echo main (){} >>junk.c |
8511f51a1d4f
Automatically detect jpeglib.
Jason Rumney <jasonr@gnu.org>
parents:
49450
diff
changeset
|
385 rem -o option is ignored with cl, but allows result to be consistent. |
63305 | 386 echo %COMPILER% %usercflags% %mingwflag% -c junk.c -o junk.obj >>config.log |
387 %COMPILER% %usercflags% %mingwflag% -c junk.c -o junk.obj >junk.out 2>>config.log | |
49456
8511f51a1d4f
Automatically detect jpeglib.
Jason Rumney <jasonr@gnu.org>
parents:
49450
diff
changeset
|
388 if exist junk.obj goto haveJpeg |
8511f51a1d4f
Automatically detect jpeglib.
Jason Rumney <jasonr@gnu.org>
parents:
49450
diff
changeset
|
389 |
49563
5c18aa000ef4
Automatically detect libXpm.
Jason Rumney <jasonr@gnu.org>
parents:
49544
diff
changeset
|
390 echo ...jconfig.h not found, building without JPEG support. |
63305 | 391 echo The failed program was: >>config.log |
392 type junk.c >>config.log | |
49456
8511f51a1d4f
Automatically detect jpeglib.
Jason Rumney <jasonr@gnu.org>
parents:
49450
diff
changeset
|
393 set HAVE_JPEG= |
8511f51a1d4f
Automatically detect jpeglib.
Jason Rumney <jasonr@gnu.org>
parents:
49450
diff
changeset
|
394 goto :jpegDone |
8511f51a1d4f
Automatically detect jpeglib.
Jason Rumney <jasonr@gnu.org>
parents:
49450
diff
changeset
|
395 |
8511f51a1d4f
Automatically detect jpeglib.
Jason Rumney <jasonr@gnu.org>
parents:
49450
diff
changeset
|
396 :haveJpeg |
8511f51a1d4f
Automatically detect jpeglib.
Jason Rumney <jasonr@gnu.org>
parents:
49450
diff
changeset
|
397 echo ...JPEG header available, building with JPEG support. |
8511f51a1d4f
Automatically detect jpeglib.
Jason Rumney <jasonr@gnu.org>
parents:
49450
diff
changeset
|
398 set HAVE_JPEG=1 |
8511f51a1d4f
Automatically detect jpeglib.
Jason Rumney <jasonr@gnu.org>
parents:
49450
diff
changeset
|
399 |
8511f51a1d4f
Automatically detect jpeglib.
Jason Rumney <jasonr@gnu.org>
parents:
49450
diff
changeset
|
400 :jpegDone |
8511f51a1d4f
Automatically detect jpeglib.
Jason Rumney <jasonr@gnu.org>
parents:
49450
diff
changeset
|
401 rm -f junk.c junk.obj |
8511f51a1d4f
Automatically detect jpeglib.
Jason Rumney <jasonr@gnu.org>
parents:
49450
diff
changeset
|
402 |
49541
e20de75c7a92
Automatically detect giflib.
Juanma Barranquero <lekktu@gmail.com>
parents:
49510
diff
changeset
|
403 if (%gifsupport%) == (N) goto gifDone |
e20de75c7a92
Automatically detect giflib.
Juanma Barranquero <lekktu@gmail.com>
parents:
49510
diff
changeset
|
404 |
49563
5c18aa000ef4
Automatically detect libXpm.
Jason Rumney <jasonr@gnu.org>
parents:
49544
diff
changeset
|
405 echo Checking for libgif... |
49541
e20de75c7a92
Automatically detect giflib.
Juanma Barranquero <lekktu@gmail.com>
parents:
49510
diff
changeset
|
406 echo #include "gif_lib.h" >junk.c |
e20de75c7a92
Automatically detect giflib.
Juanma Barranquero <lekktu@gmail.com>
parents:
49510
diff
changeset
|
407 echo main (){} >>junk.c |
e20de75c7a92
Automatically detect giflib.
Juanma Barranquero <lekktu@gmail.com>
parents:
49510
diff
changeset
|
408 rem -o option is ignored with cl, but allows result to be consistent. |
63305 | 409 echo %COMPILER% %usercflags% %mingwflag% -c junk.c -o junk.obj >>config.log |
410 %COMPILER% %usercflags% %mingwflag% -c junk.c -o junk.obj >junk.out 2>>config.log | |
49541
e20de75c7a92
Automatically detect giflib.
Juanma Barranquero <lekktu@gmail.com>
parents:
49510
diff
changeset
|
411 if exist junk.obj goto haveGif |
e20de75c7a92
Automatically detect giflib.
Juanma Barranquero <lekktu@gmail.com>
parents:
49510
diff
changeset
|
412 |
49563
5c18aa000ef4
Automatically detect libXpm.
Jason Rumney <jasonr@gnu.org>
parents:
49544
diff
changeset
|
413 echo ...gif_lib.h not found, building without GIF support. |
63305 | 414 echo The failed program was: >>config.log |
415 type junk.c >>config.log | |
49541
e20de75c7a92
Automatically detect giflib.
Juanma Barranquero <lekktu@gmail.com>
parents:
49510
diff
changeset
|
416 set HAVE_GIF= |
e20de75c7a92
Automatically detect giflib.
Juanma Barranquero <lekktu@gmail.com>
parents:
49510
diff
changeset
|
417 goto :gifDone |
e20de75c7a92
Automatically detect giflib.
Juanma Barranquero <lekktu@gmail.com>
parents:
49510
diff
changeset
|
418 |
e20de75c7a92
Automatically detect giflib.
Juanma Barranquero <lekktu@gmail.com>
parents:
49510
diff
changeset
|
419 :haveGif |
e20de75c7a92
Automatically detect giflib.
Juanma Barranquero <lekktu@gmail.com>
parents:
49510
diff
changeset
|
420 echo ...GIF header available, building with GIF support. |
e20de75c7a92
Automatically detect giflib.
Juanma Barranquero <lekktu@gmail.com>
parents:
49510
diff
changeset
|
421 set HAVE_GIF=1 |
e20de75c7a92
Automatically detect giflib.
Juanma Barranquero <lekktu@gmail.com>
parents:
49510
diff
changeset
|
422 |
e20de75c7a92
Automatically detect giflib.
Juanma Barranquero <lekktu@gmail.com>
parents:
49510
diff
changeset
|
423 :gifDone |
e20de75c7a92
Automatically detect giflib.
Juanma Barranquero <lekktu@gmail.com>
parents:
49510
diff
changeset
|
424 rm -f junk.c junk.obj |
e20de75c7a92
Automatically detect giflib.
Juanma Barranquero <lekktu@gmail.com>
parents:
49510
diff
changeset
|
425 |
49544
fdc002872212
Automatically detect tifflib.
Juanma Barranquero <lekktu@gmail.com>
parents:
49541
diff
changeset
|
426 if (%tiffsupport%) == (N) goto tiffDone |
fdc002872212
Automatically detect tifflib.
Juanma Barranquero <lekktu@gmail.com>
parents:
49541
diff
changeset
|
427 |
fdc002872212
Automatically detect tifflib.
Juanma Barranquero <lekktu@gmail.com>
parents:
49541
diff
changeset
|
428 echo Checking for tiff... |
fdc002872212
Automatically detect tifflib.
Juanma Barranquero <lekktu@gmail.com>
parents:
49541
diff
changeset
|
429 echo #include "tiffio.h" >junk.c |
fdc002872212
Automatically detect tifflib.
Juanma Barranquero <lekktu@gmail.com>
parents:
49541
diff
changeset
|
430 echo main (){} >>junk.c |
fdc002872212
Automatically detect tifflib.
Juanma Barranquero <lekktu@gmail.com>
parents:
49541
diff
changeset
|
431 rem -o option is ignored with cl, but allows result to be consistent. |
63305 | 432 echo %COMPILER% %usercflags% %mingwflag% -c junk.c -o junk.obj >>config.log |
433 %COMPILER% %usercflags% %mingwflag% -c junk.c -o junk.obj >junk.out 2>>config.log | |
49544
fdc002872212
Automatically detect tifflib.
Juanma Barranquero <lekktu@gmail.com>
parents:
49541
diff
changeset
|
434 if exist junk.obj goto haveTiff |
fdc002872212
Automatically detect tifflib.
Juanma Barranquero <lekktu@gmail.com>
parents:
49541
diff
changeset
|
435 |
49563
5c18aa000ef4
Automatically detect libXpm.
Jason Rumney <jasonr@gnu.org>
parents:
49544
diff
changeset
|
436 echo ...tiffio.h not found, building without TIFF support. |
63305 | 437 echo The failed program was: >>config.log |
438 type junk.c >>config.log | |
49544
fdc002872212
Automatically detect tifflib.
Juanma Barranquero <lekktu@gmail.com>
parents:
49541
diff
changeset
|
439 set HAVE_TIFF= |
fdc002872212
Automatically detect tifflib.
Juanma Barranquero <lekktu@gmail.com>
parents:
49541
diff
changeset
|
440 goto :tiffDone |
fdc002872212
Automatically detect tifflib.
Juanma Barranquero <lekktu@gmail.com>
parents:
49541
diff
changeset
|
441 |
fdc002872212
Automatically detect tifflib.
Juanma Barranquero <lekktu@gmail.com>
parents:
49541
diff
changeset
|
442 :haveTiff |
fdc002872212
Automatically detect tifflib.
Juanma Barranquero <lekktu@gmail.com>
parents:
49541
diff
changeset
|
443 echo ...TIFF header available, building with TIFF support. |
fdc002872212
Automatically detect tifflib.
Juanma Barranquero <lekktu@gmail.com>
parents:
49541
diff
changeset
|
444 set HAVE_TIFF=1 |
fdc002872212
Automatically detect tifflib.
Juanma Barranquero <lekktu@gmail.com>
parents:
49541
diff
changeset
|
445 |
fdc002872212
Automatically detect tifflib.
Juanma Barranquero <lekktu@gmail.com>
parents:
49541
diff
changeset
|
446 :tiffDone |
fdc002872212
Automatically detect tifflib.
Juanma Barranquero <lekktu@gmail.com>
parents:
49541
diff
changeset
|
447 rm -f junk.c junk.obj |
fdc002872212
Automatically detect tifflib.
Juanma Barranquero <lekktu@gmail.com>
parents:
49541
diff
changeset
|
448 |
49563
5c18aa000ef4
Automatically detect libXpm.
Jason Rumney <jasonr@gnu.org>
parents:
49544
diff
changeset
|
449 if (%xpmsupport%) == (N) goto xpmDone |
5c18aa000ef4
Automatically detect libXpm.
Jason Rumney <jasonr@gnu.org>
parents:
49544
diff
changeset
|
450 |
5c18aa000ef4
Automatically detect libXpm.
Jason Rumney <jasonr@gnu.org>
parents:
49544
diff
changeset
|
451 echo Checking for libXpm... |
5c18aa000ef4
Automatically detect libXpm.
Jason Rumney <jasonr@gnu.org>
parents:
49544
diff
changeset
|
452 echo #define FOR_MSW 1 >junk.c |
5c18aa000ef4
Automatically detect libXpm.
Jason Rumney <jasonr@gnu.org>
parents:
49544
diff
changeset
|
453 echo #include "X11/xpm.h" >>junk.c |
5c18aa000ef4
Automatically detect libXpm.
Jason Rumney <jasonr@gnu.org>
parents:
49544
diff
changeset
|
454 echo main (){} >>junk.c |
5c18aa000ef4
Automatically detect libXpm.
Jason Rumney <jasonr@gnu.org>
parents:
49544
diff
changeset
|
455 rem -o option is ignored with cl, but allows result to be consistent. |
63305 | 456 echo %COMPILER% %usercflags% %mingwflag% -c junk.c -o junk.obj >>config.log |
457 %COMPILER% %usercflags% %mingwflag% -c junk.c -o junk.obj >junk.out 2>>config.log | |
49563
5c18aa000ef4
Automatically detect libXpm.
Jason Rumney <jasonr@gnu.org>
parents:
49544
diff
changeset
|
458 if exist junk.obj goto haveXpm |
5c18aa000ef4
Automatically detect libXpm.
Jason Rumney <jasonr@gnu.org>
parents:
49544
diff
changeset
|
459 |
5c18aa000ef4
Automatically detect libXpm.
Jason Rumney <jasonr@gnu.org>
parents:
49544
diff
changeset
|
460 echo ...X11/xpm.h not found, building without XPM support. |
63305 | 461 echo The failed program was: >>config.log |
462 type junk.c >>config.log | |
49563
5c18aa000ef4
Automatically detect libXpm.
Jason Rumney <jasonr@gnu.org>
parents:
49544
diff
changeset
|
463 set HAVE_XPM= |
5c18aa000ef4
Automatically detect libXpm.
Jason Rumney <jasonr@gnu.org>
parents:
49544
diff
changeset
|
464 goto :xpmDone |
5c18aa000ef4
Automatically detect libXpm.
Jason Rumney <jasonr@gnu.org>
parents:
49544
diff
changeset
|
465 |
5c18aa000ef4
Automatically detect libXpm.
Jason Rumney <jasonr@gnu.org>
parents:
49544
diff
changeset
|
466 :haveXpm |
5c18aa000ef4
Automatically detect libXpm.
Jason Rumney <jasonr@gnu.org>
parents:
49544
diff
changeset
|
467 echo ...XPM header available, building with XPM support. |
5c18aa000ef4
Automatically detect libXpm.
Jason Rumney <jasonr@gnu.org>
parents:
49544
diff
changeset
|
468 set HAVE_XPM=1 |
5c18aa000ef4
Automatically detect libXpm.
Jason Rumney <jasonr@gnu.org>
parents:
49544
diff
changeset
|
469 |
5c18aa000ef4
Automatically detect libXpm.
Jason Rumney <jasonr@gnu.org>
parents:
49544
diff
changeset
|
470 :xpmDone |
5c18aa000ef4
Automatically detect libXpm.
Jason Rumney <jasonr@gnu.org>
parents:
49544
diff
changeset
|
471 rm -f junk.c junk.obj junk.err junk.out |
5c18aa000ef4
Automatically detect libXpm.
Jason Rumney <jasonr@gnu.org>
parents:
49544
diff
changeset
|
472 |
39055 | 473 rem ---------------------------------------------------------------------- |
474 :genmakefiles | |
475 echo Generating makefiles | |
476 if %COMPILER% == gcc set MAKECMD=gmake | |
477 if %COMPILER% == cl set MAKECMD=nmake | |
478 | |
479 rem Pass on chosen settings to makefiles. | |
480 rem NB. Be very careful to not have a space before redirection symbols | |
481 rem except when there is a preceding digit, when a space is required. | |
482 rem | |
483 echo # Start of settings from configure.bat >config.settings | |
484 echo COMPILER=%COMPILER%>>config.settings | |
63305 | 485 if not "(%mf%)" == "()" echo MCPU_FLAG=%mf%>>config.settings |
39055 | 486 if (%nodebug%) == (Y) echo NODEBUG=1 >>config.settings |
487 if (%noopt%) == (Y) echo NOOPT=1 >>config.settings | |
488 if (%nocygwin%) == (Y) echo NOCYGWIN=1 >>config.settings | |
489 if not "(%prefix%)" == "()" echo INSTALL_DIR=%prefix%>>config.settings | |
79160
1df46ee4de10
(docflags, doldflags): New variables.
Eli Zaretskii <eliz@gnu.org>
parents:
78246
diff
changeset
|
490 rem We go thru docflags because usercflags could be "-DFOO=bar" -something |
1df46ee4de10
(docflags, doldflags): New variables.
Eli Zaretskii <eliz@gnu.org>
parents:
78246
diff
changeset
|
491 rem and the if command cannot cope with this |
1df46ee4de10
(docflags, doldflags): New variables.
Eli Zaretskii <eliz@gnu.org>
parents:
78246
diff
changeset
|
492 for %%v in (%usercflags%) do if not (%%v)==() set docflags=Y |
1df46ee4de10
(docflags, doldflags): New variables.
Eli Zaretskii <eliz@gnu.org>
parents:
78246
diff
changeset
|
493 if (%docflags%)==(Y) echo USER_CFLAGS=%usercflags%>>config.settings |
1df46ee4de10
(docflags, doldflags): New variables.
Eli Zaretskii <eliz@gnu.org>
parents:
78246
diff
changeset
|
494 for %%v in (%userldflags%) do if not (%%v)==() set doldflags=Y |
1df46ee4de10
(docflags, doldflags): New variables.
Eli Zaretskii <eliz@gnu.org>
parents:
78246
diff
changeset
|
495 if (%doldflags%)==(Y) echo USER_LDFLAGS=%userldflags%>>config.settings |
90874
371f110b3369
Add --with-font-backend option.
Jason Rumney <jasonr@gnu.org>
parents:
90843
diff
changeset
|
496 if (%usefontbackend%) == (Y) echo USE_FONTBACKEND=1 >>config.settings |
39055 | 497 echo # End of settings from configure.bat>>config.settings |
498 echo. >>config.settings | |
499 | |
63320
bc4fc6b4337e
If their fc.exe returns a meaningful exit status, don't overwrite
Eli Zaretskii <eliz@gnu.org>
parents:
63305
diff
changeset
|
500 copy config.nt config.tmp |
bc4fc6b4337e
If their fc.exe returns a meaningful exit status, don't overwrite
Eli Zaretskii <eliz@gnu.org>
parents:
63305
diff
changeset
|
501 echo. >>config.tmp |
bc4fc6b4337e
If their fc.exe returns a meaningful exit status, don't overwrite
Eli Zaretskii <eliz@gnu.org>
parents:
63305
diff
changeset
|
502 echo /* Start of settings from configure.bat. */ >>config.tmp |
79160
1df46ee4de10
(docflags, doldflags): New variables.
Eli Zaretskii <eliz@gnu.org>
parents:
78246
diff
changeset
|
503 if (%docflags%) == (Y) echo #define USER_CFLAGS " %usercflags%">>config.tmp |
1df46ee4de10
(docflags, doldflags): New variables.
Eli Zaretskii <eliz@gnu.org>
parents:
78246
diff
changeset
|
504 if (%doldflags%) == (Y) echo #define USER_LDFLAGS " %userldflags%">>config.tmp |
63320
bc4fc6b4337e
If their fc.exe returns a meaningful exit status, don't overwrite
Eli Zaretskii <eliz@gnu.org>
parents:
63305
diff
changeset
|
505 if not "(%HAVE_PNG%)" == "()" echo #define HAVE_PNG 1 >>config.tmp |
bc4fc6b4337e
If their fc.exe returns a meaningful exit status, don't overwrite
Eli Zaretskii <eliz@gnu.org>
parents:
63305
diff
changeset
|
506 if not "(%HAVE_JPEG%)" == "()" echo #define HAVE_JPEG 1 >>config.tmp |
bc4fc6b4337e
If their fc.exe returns a meaningful exit status, don't overwrite
Eli Zaretskii <eliz@gnu.org>
parents:
63305
diff
changeset
|
507 if not "(%HAVE_GIF%)" == "()" echo #define HAVE_GIF 1 >>config.tmp |
bc4fc6b4337e
If their fc.exe returns a meaningful exit status, don't overwrite
Eli Zaretskii <eliz@gnu.org>
parents:
63305
diff
changeset
|
508 if not "(%HAVE_TIFF%)" == "()" echo #define HAVE_TIFF 1 >>config.tmp |
bc4fc6b4337e
If their fc.exe returns a meaningful exit status, don't overwrite
Eli Zaretskii <eliz@gnu.org>
parents:
63305
diff
changeset
|
509 if not "(%HAVE_XPM%)" == "()" echo #define HAVE_XPM 1 >>config.tmp |
bc4fc6b4337e
If their fc.exe returns a meaningful exit status, don't overwrite
Eli Zaretskii <eliz@gnu.org>
parents:
63305
diff
changeset
|
510 echo /* End of settings from configure.bat. */ >>config.tmp |
49450
a2e59f9d34b1
Automatically detect libpng.
Jason Rumney <jasonr@gnu.org>
parents:
39151
diff
changeset
|
511 |
63320
bc4fc6b4337e
If their fc.exe returns a meaningful exit status, don't overwrite
Eli Zaretskii <eliz@gnu.org>
parents:
63305
diff
changeset
|
512 Rem See if fc.exe returns a meaningful exit status. If it does, we |
bc4fc6b4337e
If their fc.exe returns a meaningful exit status, don't overwrite
Eli Zaretskii <eliz@gnu.org>
parents:
63305
diff
changeset
|
513 Rem might as well avoid unnecessary overwriting of config.h and epaths.h, |
bc4fc6b4337e
If their fc.exe returns a meaningful exit status, don't overwrite
Eli Zaretskii <eliz@gnu.org>
parents:
63305
diff
changeset
|
514 Rem since this forces recompilation of every source file. |
bc4fc6b4337e
If their fc.exe returns a meaningful exit status, don't overwrite
Eli Zaretskii <eliz@gnu.org>
parents:
63305
diff
changeset
|
515 if exist foo.bar del foo.bar |
bc4fc6b4337e
If their fc.exe returns a meaningful exit status, don't overwrite
Eli Zaretskii <eliz@gnu.org>
parents:
63305
diff
changeset
|
516 fc /b foo.bar foo.bar >nul 2>&1 |
bc4fc6b4337e
If their fc.exe returns a meaningful exit status, don't overwrite
Eli Zaretskii <eliz@gnu.org>
parents:
63305
diff
changeset
|
517 if not errorlevel 2 goto doCopy |
bc4fc6b4337e
If their fc.exe returns a meaningful exit status, don't overwrite
Eli Zaretskii <eliz@gnu.org>
parents:
63305
diff
changeset
|
518 fc /b config.tmp ..\src\config.h >nul 2>&1 |
bc4fc6b4337e
If their fc.exe returns a meaningful exit status, don't overwrite
Eli Zaretskii <eliz@gnu.org>
parents:
63305
diff
changeset
|
519 if errorlevel 1 goto doCopy |
bc4fc6b4337e
If their fc.exe returns a meaningful exit status, don't overwrite
Eli Zaretskii <eliz@gnu.org>
parents:
63305
diff
changeset
|
520 fc /b paths.h ..\src\epaths.h >nul 2>&1 |
bc4fc6b4337e
If their fc.exe returns a meaningful exit status, don't overwrite
Eli Zaretskii <eliz@gnu.org>
parents:
63305
diff
changeset
|
521 if errorlevel 0 goto dontCopy |
bc4fc6b4337e
If their fc.exe returns a meaningful exit status, don't overwrite
Eli Zaretskii <eliz@gnu.org>
parents:
63305
diff
changeset
|
522 :doCopy |
bc4fc6b4337e
If their fc.exe returns a meaningful exit status, don't overwrite
Eli Zaretskii <eliz@gnu.org>
parents:
63305
diff
changeset
|
523 copy config.tmp ..\src\config.h |
39055 | 524 copy paths.h ..\src\epaths.h |
525 | |
63320
bc4fc6b4337e
If their fc.exe returns a meaningful exit status, don't overwrite
Eli Zaretskii <eliz@gnu.org>
parents:
63305
diff
changeset
|
526 :dontCopy |
bc4fc6b4337e
If their fc.exe returns a meaningful exit status, don't overwrite
Eli Zaretskii <eliz@gnu.org>
parents:
63305
diff
changeset
|
527 if exist config.tmp del config.tmp |
39055 | 528 copy /b config.settings+%MAKECMD%.defs+..\nt\makefile.w32-in ..\nt\makefile |
91457
110eeb572cb0
(dontCopy): Rename admin/unidata/Makefile to keep it out of the way of
Eli Zaretskii <eliz@gnu.org>
parents:
91327
diff
changeset
|
529 if exist ..\admin\unidata copy /b config.settings+%MAKECMD%.defs+..\admin\unidata\makefile.w32-in ..\admin\unidata\makefile |
39055 | 530 copy /b config.settings+%MAKECMD%.defs+..\lib-src\makefile.w32-in ..\lib-src\makefile |
531 copy /b config.settings+%MAKECMD%.defs+..\src\makefile.w32-in ..\src\makefile | |
84346
55b68ac07b95
Change from ../man to ../doc/emacs and ../doc/misc; and from
Glenn Morris <rgm@gnu.org>
parents:
82140
diff
changeset
|
532 copy /b config.settings+%MAKECMD%.defs+..\doc\emacs\makefile.w32-in ..\doc\emacs\makefile |
55b68ac07b95
Change from ../man to ../doc/emacs and ../doc/misc; and from
Glenn Morris <rgm@gnu.org>
parents:
82140
diff
changeset
|
533 copy /b config.settings+%MAKECMD%.defs+..\doc\misc\makefile.w32-in ..\doc\misc\makefile |
55b68ac07b95
Change from ../man to ../doc/emacs and ../doc/misc; and from
Glenn Morris <rgm@gnu.org>
parents:
82140
diff
changeset
|
534 copy /b config.settings+%MAKECMD%.defs+..\doc\lispref\makefile.w32-in ..\doc\lispref\makefile |
55b68ac07b95
Change from ../man to ../doc/emacs and ../doc/misc; and from
Glenn Morris <rgm@gnu.org>
parents:
82140
diff
changeset
|
535 copy /b config.settings+%MAKECMD%.defs+..\doc\lispintro\makefile.w32-in ..\doc\lispintro\makefile |
39055 | 536 if exist ..\lisp\makefile rm -f ../lisp/[Mm]akefile |
537 copy /b config.settings+%MAKECMD%.defs+..\lisp\makefile.w32-in ..\lisp\makefile | |
538 rem Use the default (no-op) Makefile.in if the nt version is not present. | |
539 if exist ..\leim\makefile.w32-in copy /b config.settings+%MAKECMD%.defs+..\leim\makefile.w32-in ..\leim\makefile | |
540 if not exist ..\leim\makefile.w32-in copy /b config.settings+%MAKECMD%.defs+..\leim\Makefile.in ..\leim\makefile | |
541 del config.settings | |
542 | |
39151
9c15101341c7
Make sure ../site-lisp exists; create if necessary.
Eli Zaretskii <eliz@gnu.org>
parents:
39055
diff
changeset
|
543 Rem Some people use WinZip which doesn't create empty directories! |
9c15101341c7
Make sure ../site-lisp exists; create if necessary.
Eli Zaretskii <eliz@gnu.org>
parents:
39055
diff
changeset
|
544 if not exist ..\site-lisp\nul mkdir ..\site-lisp\ |
75564
b6e3d0c09cc7
Update ../site-lisp/subdirs.el when needed.
Juanma Barranquero <lekktu@gmail.com>
parents:
75348
diff
changeset
|
545 Rem Update subdirs.el only if it is different or fc.exe doesn't work. |
b6e3d0c09cc7
Update ../site-lisp/subdirs.el when needed.
Juanma Barranquero <lekktu@gmail.com>
parents:
75348
diff
changeset
|
546 if exist foo.bar del foo.bar |
b6e3d0c09cc7
Update ../site-lisp/subdirs.el when needed.
Juanma Barranquero <lekktu@gmail.com>
parents:
75348
diff
changeset
|
547 fc /b foo.bar foo.bar >nul 2>&1 |
b6e3d0c09cc7
Update ../site-lisp/subdirs.el when needed.
Juanma Barranquero <lekktu@gmail.com>
parents:
75348
diff
changeset
|
548 if not errorlevel 2 goto doUpdateSubdirs |
b6e3d0c09cc7
Update ../site-lisp/subdirs.el when needed.
Juanma Barranquero <lekktu@gmail.com>
parents:
75348
diff
changeset
|
549 fc /b subdirs.el ..\site-lisp\subdirs.el >nul 2>&1 |
b6e3d0c09cc7
Update ../site-lisp/subdirs.el when needed.
Juanma Barranquero <lekktu@gmail.com>
parents:
75348
diff
changeset
|
550 if not errorlevel 1 goto dontUpdateSubdirs |
b6e3d0c09cc7
Update ../site-lisp/subdirs.el when needed.
Juanma Barranquero <lekktu@gmail.com>
parents:
75348
diff
changeset
|
551 :doUpdateSubdirs |
b6e3d0c09cc7
Update ../site-lisp/subdirs.el when needed.
Juanma Barranquero <lekktu@gmail.com>
parents:
75348
diff
changeset
|
552 if exist ..\site-lisp\subdirs.el del ..\site-lisp\subdirs.el |
b6e3d0c09cc7
Update ../site-lisp/subdirs.el when needed.
Juanma Barranquero <lekktu@gmail.com>
parents:
75348
diff
changeset
|
553 copy subdirs.el ..\site-lisp\subdirs.el |
39055 | 554 |
75564
b6e3d0c09cc7
Update ../site-lisp/subdirs.el when needed.
Juanma Barranquero <lekktu@gmail.com>
parents:
75348
diff
changeset
|
555 :dontUpdateSubdirs |
39055 | 556 echo. |
81522
84a55f32b8e6
Complain if image libraries are missing.
Jason Rumney <jasonr@gnu.org>
parents:
77644
diff
changeset
|
557 |
84a55f32b8e6
Complain if image libraries are missing.
Jason Rumney <jasonr@gnu.org>
parents:
77644
diff
changeset
|
558 rem check that we have all the libraries we need. |
84a55f32b8e6
Complain if image libraries are missing.
Jason Rumney <jasonr@gnu.org>
parents:
77644
diff
changeset
|
559 set libsOK=1 |
84a55f32b8e6
Complain if image libraries are missing.
Jason Rumney <jasonr@gnu.org>
parents:
77644
diff
changeset
|
560 |
84a55f32b8e6
Complain if image libraries are missing.
Jason Rumney <jasonr@gnu.org>
parents:
77644
diff
changeset
|
561 if not "(%HAVE_XPM%)" == "()" goto checkpng |
84a55f32b8e6
Complain if image libraries are missing.
Jason Rumney <jasonr@gnu.org>
parents:
77644
diff
changeset
|
562 if (%xpmsupport%) == (N) goto checkpng |
84a55f32b8e6
Complain if image libraries are missing.
Jason Rumney <jasonr@gnu.org>
parents:
77644
diff
changeset
|
563 set libsOK=0 |
84a55f32b8e6
Complain if image libraries are missing.
Jason Rumney <jasonr@gnu.org>
parents:
77644
diff
changeset
|
564 echo XPM support is missing. It is required for color icons in the toolbar. |
84a55f32b8e6
Complain if image libraries are missing.
Jason Rumney <jasonr@gnu.org>
parents:
77644
diff
changeset
|
565 echo Install libXpm development files or use --without-xpm |
84a55f32b8e6
Complain if image libraries are missing.
Jason Rumney <jasonr@gnu.org>
parents:
77644
diff
changeset
|
566 |
84a55f32b8e6
Complain if image libraries are missing.
Jason Rumney <jasonr@gnu.org>
parents:
77644
diff
changeset
|
567 :checkpng |
84a55f32b8e6
Complain if image libraries are missing.
Jason Rumney <jasonr@gnu.org>
parents:
77644
diff
changeset
|
568 if not "(%HAVE_PNG%)" == "()" goto checkjpeg |
84a55f32b8e6
Complain if image libraries are missing.
Jason Rumney <jasonr@gnu.org>
parents:
77644
diff
changeset
|
569 if (%pngsupport%) == (N) goto checkjpeg |
84a55f32b8e6
Complain if image libraries are missing.
Jason Rumney <jasonr@gnu.org>
parents:
77644
diff
changeset
|
570 set libsOK=0 |
84a55f32b8e6
Complain if image libraries are missing.
Jason Rumney <jasonr@gnu.org>
parents:
77644
diff
changeset
|
571 echo PNG support is missing. |
84a55f32b8e6
Complain if image libraries are missing.
Jason Rumney <jasonr@gnu.org>
parents:
77644
diff
changeset
|
572 echo Install libpng development files or use --without-png |
84a55f32b8e6
Complain if image libraries are missing.
Jason Rumney <jasonr@gnu.org>
parents:
77644
diff
changeset
|
573 |
84a55f32b8e6
Complain if image libraries are missing.
Jason Rumney <jasonr@gnu.org>
parents:
77644
diff
changeset
|
574 :checkjpeg |
84a55f32b8e6
Complain if image libraries are missing.
Jason Rumney <jasonr@gnu.org>
parents:
77644
diff
changeset
|
575 if not "(%HAVE_JPEG%)" == "()" goto checktiff |
84a55f32b8e6
Complain if image libraries are missing.
Jason Rumney <jasonr@gnu.org>
parents:
77644
diff
changeset
|
576 if (%jpegsupport%) == (N) goto checktiff |
84a55f32b8e6
Complain if image libraries are missing.
Jason Rumney <jasonr@gnu.org>
parents:
77644
diff
changeset
|
577 set libsOK=0 |
84a55f32b8e6
Complain if image libraries are missing.
Jason Rumney <jasonr@gnu.org>
parents:
77644
diff
changeset
|
578 echo JPEG support is missing. |
84a55f32b8e6
Complain if image libraries are missing.
Jason Rumney <jasonr@gnu.org>
parents:
77644
diff
changeset
|
579 echo Install jpeg development files or use --without-jpeg |
84a55f32b8e6
Complain if image libraries are missing.
Jason Rumney <jasonr@gnu.org>
parents:
77644
diff
changeset
|
580 |
84a55f32b8e6
Complain if image libraries are missing.
Jason Rumney <jasonr@gnu.org>
parents:
77644
diff
changeset
|
581 :checktiff |
84a55f32b8e6
Complain if image libraries are missing.
Jason Rumney <jasonr@gnu.org>
parents:
77644
diff
changeset
|
582 if not "(%HAVE_TIFF%)" == "()" goto checkgif |
84a55f32b8e6
Complain if image libraries are missing.
Jason Rumney <jasonr@gnu.org>
parents:
77644
diff
changeset
|
583 if (%tiffsupport%) == (N) goto checkgif |
84a55f32b8e6
Complain if image libraries are missing.
Jason Rumney <jasonr@gnu.org>
parents:
77644
diff
changeset
|
584 set libsOK=0 |
84a55f32b8e6
Complain if image libraries are missing.
Jason Rumney <jasonr@gnu.org>
parents:
77644
diff
changeset
|
585 echo TIFF support is missing. |
84a55f32b8e6
Complain if image libraries are missing.
Jason Rumney <jasonr@gnu.org>
parents:
77644
diff
changeset
|
586 echo Install libtiff development files or use --without-tiff |
84a55f32b8e6
Complain if image libraries are missing.
Jason Rumney <jasonr@gnu.org>
parents:
77644
diff
changeset
|
587 |
84a55f32b8e6
Complain if image libraries are missing.
Jason Rumney <jasonr@gnu.org>
parents:
77644
diff
changeset
|
588 :checkgif |
84a55f32b8e6
Complain if image libraries are missing.
Jason Rumney <jasonr@gnu.org>
parents:
77644
diff
changeset
|
589 if not "(%HAVE_GIF%)" == "()" goto donelibchecks |
84a55f32b8e6
Complain if image libraries are missing.
Jason Rumney <jasonr@gnu.org>
parents:
77644
diff
changeset
|
590 if (%gifsupport%) == (N) goto donelibchecks |
84a55f32b8e6
Complain if image libraries are missing.
Jason Rumney <jasonr@gnu.org>
parents:
77644
diff
changeset
|
591 set libsOK=0 |
84a55f32b8e6
Complain if image libraries are missing.
Jason Rumney <jasonr@gnu.org>
parents:
77644
diff
changeset
|
592 echo GIF support is missing. |
84a55f32b8e6
Complain if image libraries are missing.
Jason Rumney <jasonr@gnu.org>
parents:
77644
diff
changeset
|
593 echo Install giflib or libungif development files or use --without-gif |
84a55f32b8e6
Complain if image libraries are missing.
Jason Rumney <jasonr@gnu.org>
parents:
77644
diff
changeset
|
594 |
84a55f32b8e6
Complain if image libraries are missing.
Jason Rumney <jasonr@gnu.org>
parents:
77644
diff
changeset
|
595 :donelibchecks |
84a55f32b8e6
Complain if image libraries are missing.
Jason Rumney <jasonr@gnu.org>
parents:
77644
diff
changeset
|
596 if (%libsOK%) == (1) goto success |
84a55f32b8e6
Complain if image libraries are missing.
Jason Rumney <jasonr@gnu.org>
parents:
77644
diff
changeset
|
597 echo. |
84a55f32b8e6
Complain if image libraries are missing.
Jason Rumney <jasonr@gnu.org>
parents:
77644
diff
changeset
|
598 echo Important libraries are missing. Fix these issues before running make. |
84a55f32b8e6
Complain if image libraries are missing.
Jason Rumney <jasonr@gnu.org>
parents:
77644
diff
changeset
|
599 goto end |
84a55f32b8e6
Complain if image libraries are missing.
Jason Rumney <jasonr@gnu.org>
parents:
77644
diff
changeset
|
600 |
84a55f32b8e6
Complain if image libraries are missing.
Jason Rumney <jasonr@gnu.org>
parents:
77644
diff
changeset
|
601 :success |
39055 | 602 echo Emacs successfully configured. |
64373
7fddcb1d1fe5
Finish config.log with a line that indicates that the configure step
Eli Zaretskii <eliz@gnu.org>
parents:
64083
diff
changeset
|
603 echo Emacs successfully configured. >>config.log |
39055 | 604 echo Run `%MAKECMD%' to build, then run `%MAKECMD% install' to install. |
605 goto end | |
606 | |
607 :SmallEnv | |
608 echo Your environment size is too small. Please enlarge it and rerun configure. | |
609 echo For example, type "command.com /e:2048" to have 2048 bytes available. | |
610 set $foo$= | |
611 :end | |
612 set prefix= | |
613 set nodebug= | |
614 set noopt= | |
615 set nocygwin= | |
616 set COMPILER= | |
617 set MAKECMD= | |
618 set usercflags= | |
85482
8435ae48d810
A better solution for the last change:
Eli Zaretskii <eliz@gnu.org>
parents:
85480
diff
changeset
|
619 set docflags= |
39055 | 620 set userldflags= |
85482
8435ae48d810
A better solution for the last change:
Eli Zaretskii <eliz@gnu.org>
parents:
85480
diff
changeset
|
621 set doldflags= |
55393
87fc355c8bf5
Use -mno-cygwin to check for image libraries when needed.
Jason Rumney <jasonr@gnu.org>
parents:
52422
diff
changeset
|
622 set mingwflag= |
63305 | 623 set mf= |
52414
93ce5f375b46
Fix some DOS line-ending inconsistencies introduced with arch-tag:
Miles Bader <miles@gnu.org>
parents:
52401
diff
changeset
|
624 |
93ce5f375b46
Fix some DOS line-ending inconsistencies introduced with arch-tag:
Miles Bader <miles@gnu.org>
parents:
52401
diff
changeset
|
625 goto skipArchTag |
93ce5f375b46
Fix some DOS line-ending inconsistencies introduced with arch-tag:
Miles Bader <miles@gnu.org>
parents:
52401
diff
changeset
|
626 arch-tag: 300d20a4-1675-4e75-b615-7ce1a8c5376c |
93ce5f375b46
Fix some DOS line-ending inconsistencies introduced with arch-tag:
Miles Bader <miles@gnu.org>
parents:
52401
diff
changeset
|
627 :skipArchTag |