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