]>
Commit | Line | Data |
---|---|---|
10f2d63a VZ |
1 | #! /bin/sh |
2 | ||
3 | # From configure.in Id: configure.in | |
4 | ||
5 | ||
6 | ||
7 | ||
8 | ||
9 | ||
10 | ||
11 | ||
12 | ||
13 | ||
14 | ||
15 | ||
16 | ||
17 | ||
18 | ||
19 | ||
20 | ||
21 | ||
22 | ||
23 | ||
24 | ||
25 | ||
26 | ||
27 | ||
28 | ||
29 | ||
30 | ||
31 | ||
32 | ||
33 | ||
34 | ||
35 | ||
10f2d63a | 36 | |
422107f9 VZ |
37 | |
38 | ||
10f2d63a VZ |
39 | |
40 | ||
41 | ||
42 | # Guess values for system-dependent variables and create Makefiles. | |
bc9027cc | 43 | # Generated automatically using autoconf version 2.13 |
10f2d63a VZ |
44 | # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc. |
45 | # | |
46 | # This configure script is free software; the Free Software Foundation | |
47 | # gives unlimited permission to copy, distribute and modify it. | |
48 | ||
49 | # Defaults: | |
50 | ac_help= | |
51 | ac_default_prefix=/usr/local | |
52 | # Any additions from configure.in: | |
53 | ac_help="$ac_help | |
54 | --enable-gui use GUI classes" | |
55 | ac_help="$ac_help | |
56 | --with-gtk use GTK+" | |
57 | ac_help="$ac_help | |
58 | --with-motif use Motif/Lesstif" | |
59 | ac_help="$ac_help | |
60 | --with-wine use WINE" | |
61 | ac_help="$ac_help | |
62 | --with-cygwin use Cygwin for MS-Windows" | |
63 | ac_help="$ac_help | |
64 | --with-mingw use GCC Minimal MS-Windows" | |
e07802fc VZ |
65 | ac_help="$ac_help |
66 | --with-pm use OS/2 Presentation Manager" | |
10f2d63a VZ |
67 | ac_help="$ac_help |
68 | --with-gtk-prefix=PFX Prefix where GTK is installed" | |
69 | ac_help="$ac_help | |
70 | --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed" | |
71 | ac_help="$ac_help | |
10f2d63a VZ |
72 | --with-libpng use libpng (PNG image format)" |
73 | ac_help="$ac_help | |
74 | --with-libjpeg use libjpeg (JPEG file format)" | |
75 | ac_help="$ac_help | |
c7a2bf27 RR |
76 | --with-libtiff use libtiff (TIFF file format)" |
77 | ac_help="$ac_help | |
10f2d63a VZ |
78 | --with-opengl use OpenGL (or Mesa)" |
79 | ac_help="$ac_help | |
b12915c1 VZ |
80 | --with-dmalloc use dmalloc library (www.letters.com/dmalloc)" |
81 | ac_help="$ac_help | |
82 | --with-zlib use zlib for LZW compression" | |
83 | ac_help="$ac_help | |
10f2d63a VZ |
84 | --with-odbc use the IODBC and wxODBC classes" |
85 | ac_help="$ac_help | |
86 | --enable-shared create shared library code" | |
87 | ac_help="$ac_help | |
00cf1208 RR |
88 | --enable-burnt_name create set name in shared library " |
89 | ac_help="$ac_help | |
10f2d63a VZ |
90 | --enable-optimise create optimised code" |
91 | ac_help="$ac_help | |
92 | --enable-debug same as debug_flag and debug_info" | |
93 | ac_help="$ac_help | |
94 | --enable-debug_flag set __WXDEBUG__ flag (recommended for developers!)" | |
95 | ac_help="$ac_help | |
96 | --enable-debug_info create code with debugging information" | |
97 | ac_help="$ac_help | |
98 | --enable-debug_gdb create code with extra GDB debugging information" | |
99 | ac_help="$ac_help | |
100 | --enable-debug_cntxt use wxDebugContext" | |
101 | ac_help="$ac_help | |
102 | --enable-mem_tracing create code with memory tracing" | |
103 | ac_help="$ac_help | |
104 | --enable-profile create code with profiling information" | |
105 | ac_help="$ac_help | |
106 | --enable-no_rtti create code without RTTI information" | |
107 | ac_help="$ac_help | |
108 | --enable-no_exceptions create code without exceptions information" | |
109 | ac_help="$ac_help | |
110 | --enable-permissive compile code disregarding strict ANSI" | |
111 | ac_help="$ac_help | |
112 | --enable-no_deps create code without dependency information" | |
113 | ac_help="$ac_help | |
114 | --enable-intl use internationalization system" | |
115 | ac_help="$ac_help | |
116 | --enable-config use wxConfig (and derived) classes" | |
117 | ac_help="$ac_help | |
118 | --enable-sockets use socket/network classes" | |
119 | ac_help="$ac_help | |
120 | --enable-dialupman use dialup network classes" | |
121 | ac_help="$ac_help | |
122 | --enable-ipc use interprocess communication (wxSocket etc.)" | |
123 | ac_help="$ac_help | |
124 | --enable-apple_ieee use the Apple IEEE codec" | |
125 | ac_help="$ac_help | |
126 | --enable-timedate use date/time classes" | |
127 | ac_help="$ac_help | |
128 | --enable-wave use wxWave class" | |
129 | ac_help="$ac_help | |
130 | --enable-fraction use wxFraction class" | |
131 | ac_help="$ac_help | |
132 | --enable-dynlib use wxLibrary class for DLL loading" | |
133 | ac_help="$ac_help | |
134 | --enable-longlong use wxLongLong class" | |
135 | ac_help="$ac_help | |
136 | --enable-log use logging system" | |
137 | ac_help="$ac_help | |
138 | --enable-streams use wxStream etc classes" | |
139 | ac_help="$ac_help | |
140 | --enable-file use wxFile classes" | |
141 | ac_help="$ac_help | |
142 | --enable-textfile use wxTextFile classes" | |
143 | ac_help="$ac_help | |
144 | --enable-unicode compile wxString with Unicode support" | |
145 | ac_help="$ac_help | |
146 | --enable-wcsrtombs use wcsrtombs instead of buggy (GNU libc1/Linux libc5) wcstombs" | |
147 | ac_help="$ac_help | |
148 | --enable-wxprintfv use wxWindows implementation of vprintf()" | |
149 | ac_help="$ac_help | |
150 | --enable-joystick compile in joystick support (Linux only)" | |
151 | ac_help="$ac_help | |
152 | --enable-std_iostreams use standard C++ stream classes" | |
153 | ac_help="$ac_help | |
24528b0c VS |
154 | --enable-filesystem use virtual file systems classes" |
155 | ac_help="$ac_help | |
10f2d63a VZ |
156 | --enable-fs_inet use virtual HTTP/FTP filesystems" |
157 | ac_help="$ac_help | |
158 | --enable-fs_zip use virtual ZIP filesystems" | |
159 | ac_help="$ac_help | |
160 | --enable-zipstream use wxZipInputStream" | |
161 | ac_help="$ac_help | |
162 | --enable-threads use threads" | |
163 | ac_help="$ac_help | |
164 | --enable-serial use class serialization" | |
165 | ac_help="$ac_help | |
166 | --enable-docview use document view architecture" | |
167 | ac_help="$ac_help | |
168 | --enable-help use help (using external browser at present)" | |
169 | ac_help="$ac_help | |
170 | --enable-constraints use layout-constraints system" | |
171 | ac_help="$ac_help | |
172 | --enable-printarch use printing architecture" | |
173 | ac_help="$ac_help | |
174 | --enable-mdi use multiple document interface architecture" | |
175 | ac_help="$ac_help | |
176 | --enable-postscript use wxPostscriptDC device context (default for gtk+)" | |
177 | ac_help="$ac_help | |
178 | --enable-prologio use Prolog IO library" | |
179 | ac_help="$ac_help | |
180 | --enable-resources use wxWindows resources" | |
181 | ac_help="$ac_help | |
182 | --enable-xresources use X resources for save (default for gtk+)" | |
183 | ac_help="$ac_help | |
184 | --enable-clipboard use wxClipboard classes" | |
185 | ac_help="$ac_help | |
186 | --enable-dnd use Drag'n'Drop classes" | |
187 | ac_help="$ac_help | |
188 | --enable-wxtree make wxTree library" | |
189 | ac_help="$ac_help | |
190 | --enable-controls use all usual controls" | |
191 | ac_help="$ac_help | |
192 | --enable-accel use accelerators" | |
193 | ac_help="$ac_help | |
194 | --enable-caret use wxCaret class" | |
195 | ac_help="$ac_help | |
196 | --enable-bmpbutton use wxBitmapButton class" | |
197 | ac_help="$ac_help | |
198 | --enable-checkbox use wxCheckBox class" | |
199 | ac_help="$ac_help | |
200 | --enable-checklst use wxCheckListBox (listbox with checkboxes) class" | |
201 | ac_help="$ac_help | |
202 | --enable-choice use wxChoice class" | |
203 | ac_help="$ac_help | |
204 | --enable-combobox use wxComboBox classes" | |
205 | ac_help="$ac_help | |
206 | --enable-gauge use wxGauge class" | |
207 | ac_help="$ac_help | |
208 | --enable-grid use wxGrid class" | |
209 | ac_help="$ac_help | |
210 | --enable-newgrid use new wxGrid class" | |
211 | ac_help="$ac_help | |
212 | --enable-imaglist use wxImageList class" | |
213 | ac_help="$ac_help | |
214 | --enable-listbox use wxListBox class" | |
215 | ac_help="$ac_help | |
216 | --enable-listctrl use wxListCtrl class" | |
217 | ac_help="$ac_help | |
218 | --enable-notebook use wxNotebook class" | |
219 | ac_help="$ac_help | |
220 | --enable-radiobox use wxRadioBox class" | |
221 | ac_help="$ac_help | |
222 | --enable-radiobtn use wxRadioButton class" | |
223 | ac_help="$ac_help | |
224 | --enable-sash use wxSashWindow class" | |
225 | ac_help="$ac_help | |
226 | --enable-scrollbar use wxScrollBar class and scrollable windows" | |
227 | ac_help="$ac_help | |
228 | --enable-slider use wxSlider class" | |
229 | ac_help="$ac_help | |
230 | --enable-spinbtn use wxSpinButton class" | |
231 | ac_help="$ac_help | |
56cfaa52 RR |
232 | --enable-spinctrl use wxSpinCtrl class" |
233 | ac_help="$ac_help | |
10f2d63a VZ |
234 | --enable-splitter use wxSplitterWindow class" |
235 | ac_help="$ac_help | |
236 | --enable-statbmp use wxStaticBitmap class" | |
237 | ac_help="$ac_help | |
238 | --enable-statbox use wxStaticBox class" | |
239 | ac_help="$ac_help | |
240 | --enable-statline use wxStaticLine class" | |
241 | ac_help="$ac_help | |
242 | --enable-statusbar use wxStatusBar class" | |
243 | ac_help="$ac_help | |
244 | --enable-tabdialog use wxTabControl class" | |
245 | ac_help="$ac_help | |
246 | --enable-toolbar use wxToolBar class" | |
247 | ac_help="$ac_help | |
360d6699 VZ |
248 | --enable-tbarnative use native wxToolBar class" |
249 | ac_help="$ac_help | |
250 | --enable-tbarsmpl use wxToolBarSimple class" | |
251 | ac_help="$ac_help | |
10f2d63a VZ |
252 | --enable-treectrl use wxTreeCtrl class" |
253 | ac_help="$ac_help | |
254 | --enable-commondlg use common dialogs (wxDirDialog, wxProgressDialog, wxTextDialog, ...)" | |
255 | ac_help="$ac_help | |
256 | --enable-dirdlg use wxDirDialog" | |
257 | ac_help="$ac_help | |
258 | --enable-textdlg use wxTextDialog" | |
259 | ac_help="$ac_help | |
260 | --enable-tipdlg use startup tips" | |
261 | ac_help="$ac_help | |
262 | --enable-progressdlg use wxProgressDialog" | |
263 | ac_help="$ac_help | |
264 | --enable-miniframe use wxMiniFrame class" | |
265 | ac_help="$ac_help | |
266 | --enable-html use wxHTML sub-library" | |
267 | ac_help="$ac_help | |
268 | --enable-tooltips use wxToolTip class" | |
269 | ac_help="$ac_help | |
270 | --enable-splines use spline drawing code" | |
271 | ac_help="$ac_help | |
272 | --enable-validators use wxValidator and derived classes" | |
273 | ac_help="$ac_help | |
274 | --enable-busyinfo use wxBusyInfo" | |
275 | ac_help="$ac_help | |
9b33fe02 VZ |
276 | --enable-plot use wxPlot" |
277 | ac_help="$ac_help | |
10f2d63a VZ |
278 | --enable-gif use gif images (GIF file format)" |
279 | ac_help="$ac_help | |
280 | --enable-pcx use pcx images (PCX file format)" | |
281 | ac_help="$ac_help | |
282 | --enable-pnm use pnm images (PNM file format)" | |
ab9b9eab VZ |
283 | ac_help="$ac_help |
284 | --with-x use the X Window System" | |
10f2d63a VZ |
285 | |
286 | # Initialize some variables set by options. | |
287 | # The variables have the same names as the options, with | |
288 | # dashes changed to underlines. | |
289 | build=NONE | |
290 | cache_file=./config.cache | |
291 | exec_prefix=NONE | |
292 | host=NONE | |
293 | no_create= | |
294 | nonopt=NONE | |
295 | no_recursion= | |
296 | prefix=NONE | |
297 | program_prefix=NONE | |
298 | program_suffix=NONE | |
299 | program_transform_name=s,x,x, | |
300 | silent= | |
301 | site= | |
302 | srcdir= | |
303 | target=NONE | |
304 | verbose= | |
305 | x_includes=NONE | |
306 | x_libraries=NONE | |
307 | bindir='${exec_prefix}/bin' | |
308 | sbindir='${exec_prefix}/sbin' | |
309 | libexecdir='${exec_prefix}/libexec' | |
310 | datadir='${prefix}/share' | |
311 | sysconfdir='${prefix}/etc' | |
312 | sharedstatedir='${prefix}/com' | |
313 | localstatedir='${prefix}/var' | |
314 | libdir='${exec_prefix}/lib' | |
315 | includedir='${prefix}/include' | |
316 | oldincludedir='/usr/include' | |
317 | infodir='${prefix}/info' | |
318 | mandir='${prefix}/man' | |
319 | ||
320 | # Initialize some other variables. | |
321 | subdirs= | |
322 | MFLAGS= MAKEFLAGS= | |
323 | SHELL=${CONFIG_SHELL-/bin/sh} | |
324 | # Maximum number of lines to put in a shell here document. | |
325 | ac_max_here_lines=12 | |
326 | ||
327 | ac_prev= | |
328 | for ac_option | |
329 | do | |
330 | ||
331 | # If the previous option needs an argument, assign it. | |
332 | if test -n "$ac_prev"; then | |
333 | eval "$ac_prev=\$ac_option" | |
334 | ac_prev= | |
335 | continue | |
336 | fi | |
337 | ||
338 | case "$ac_option" in | |
339 | -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;; | |
340 | *) ac_optarg= ;; | |
341 | esac | |
342 | ||
343 | # Accept the important Cygnus configure options, so we can diagnose typos. | |
344 | ||
345 | case "$ac_option" in | |
346 | ||
347 | -bindir | --bindir | --bindi | --bind | --bin | --bi) | |
348 | ac_prev=bindir ;; | |
349 | -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) | |
350 | bindir="$ac_optarg" ;; | |
351 | ||
352 | -build | --build | --buil | --bui | --bu) | |
353 | ac_prev=build ;; | |
354 | -build=* | --build=* | --buil=* | --bui=* | --bu=*) | |
355 | build="$ac_optarg" ;; | |
356 | ||
357 | -cache-file | --cache-file | --cache-fil | --cache-fi \ | |
358 | | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) | |
359 | ac_prev=cache_file ;; | |
360 | -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ | |
361 | | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) | |
362 | cache_file="$ac_optarg" ;; | |
363 | ||
364 | -datadir | --datadir | --datadi | --datad | --data | --dat | --da) | |
365 | ac_prev=datadir ;; | |
366 | -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \ | |
367 | | --da=*) | |
368 | datadir="$ac_optarg" ;; | |
369 | ||
370 | -disable-* | --disable-*) | |
371 | ac_feature=`echo $ac_option|sed -e 's/-*disable-//'` | |
372 | # Reject names that are not valid shell variable names. | |
373 | if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then | |
374 | { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; } | |
375 | fi | |
376 | ac_feature=`echo $ac_feature| sed 's/-/_/g'` | |
377 | eval "enable_${ac_feature}=no" ;; | |
378 | ||
379 | -enable-* | --enable-*) | |
380 | ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'` | |
381 | # Reject names that are not valid shell variable names. | |
382 | if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then | |
383 | { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; } | |
384 | fi | |
385 | ac_feature=`echo $ac_feature| sed 's/-/_/g'` | |
386 | case "$ac_option" in | |
387 | *=*) ;; | |
388 | *) ac_optarg=yes ;; | |
389 | esac | |
390 | eval "enable_${ac_feature}='$ac_optarg'" ;; | |
391 | ||
392 | -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ | |
393 | | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ | |
394 | | --exec | --exe | --ex) | |
395 | ac_prev=exec_prefix ;; | |
396 | -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ | |
397 | | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ | |
398 | | --exec=* | --exe=* | --ex=*) | |
399 | exec_prefix="$ac_optarg" ;; | |
400 | ||
401 | -gas | --gas | --ga | --g) | |
402 | # Obsolete; use --with-gas. | |
403 | with_gas=yes ;; | |
404 | ||
405 | -help | --help | --hel | --he) | |
406 | # Omit some internal or obsolete options to make the list less imposing. | |
407 | # This message is too long to be a string in the A/UX 3.1 sh. | |
408 | cat << EOF | |
409 | Usage: configure [options] [host] | |
410 | Options: [defaults in brackets after descriptions] | |
411 | Configuration: | |
412 | --cache-file=FILE cache test results in FILE | |
413 | --help print this message | |
414 | --no-create do not create output files | |
415 | --quiet, --silent do not print \`checking...' messages | |
416 | --version print the version of autoconf that created configure | |
417 | Directory and file names: | |
418 | --prefix=PREFIX install architecture-independent files in PREFIX | |
419 | [$ac_default_prefix] | |
420 | --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX | |
421 | [same as prefix] | |
422 | --bindir=DIR user executables in DIR [EPREFIX/bin] | |
423 | --sbindir=DIR system admin executables in DIR [EPREFIX/sbin] | |
424 | --libexecdir=DIR program executables in DIR [EPREFIX/libexec] | |
425 | --datadir=DIR read-only architecture-independent data in DIR | |
426 | [PREFIX/share] | |
427 | --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc] | |
428 | --sharedstatedir=DIR modifiable architecture-independent data in DIR | |
429 | [PREFIX/com] | |
430 | --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var] | |
431 | --libdir=DIR object code libraries in DIR [EPREFIX/lib] | |
432 | --includedir=DIR C header files in DIR [PREFIX/include] | |
433 | --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include] | |
434 | --infodir=DIR info documentation in DIR [PREFIX/info] | |
435 | --mandir=DIR man documentation in DIR [PREFIX/man] | |
436 | --srcdir=DIR find the sources in DIR [configure dir or ..] | |
437 | --program-prefix=PREFIX prepend PREFIX to installed program names | |
438 | --program-suffix=SUFFIX append SUFFIX to installed program names | |
439 | --program-transform-name=PROGRAM | |
440 | run sed PROGRAM on installed program names | |
441 | EOF | |
442 | cat << EOF | |
443 | Host type: | |
444 | --build=BUILD configure for building on BUILD [BUILD=HOST] | |
445 | --host=HOST configure for HOST [guessed] | |
446 | --target=TARGET configure for TARGET [TARGET=HOST] | |
447 | Features and packages: | |
448 | --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) | |
449 | --enable-FEATURE[=ARG] include FEATURE [ARG=yes] | |
450 | --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] | |
451 | --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) | |
452 | --x-includes=DIR X include files are in DIR | |
453 | --x-libraries=DIR X library files are in DIR | |
454 | EOF | |
455 | if test -n "$ac_help"; then | |
456 | echo "--enable and --with options recognized:$ac_help" | |
457 | fi | |
458 | exit 0 ;; | |
459 | ||
460 | -host | --host | --hos | --ho) | |
461 | ac_prev=host ;; | |
462 | -host=* | --host=* | --hos=* | --ho=*) | |
463 | host="$ac_optarg" ;; | |
464 | ||
465 | -includedir | --includedir | --includedi | --included | --include \ | |
466 | | --includ | --inclu | --incl | --inc) | |
467 | ac_prev=includedir ;; | |
468 | -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ | |
469 | | --includ=* | --inclu=* | --incl=* | --inc=*) | |
470 | includedir="$ac_optarg" ;; | |
471 | ||
472 | -infodir | --infodir | --infodi | --infod | --info | --inf) | |
473 | ac_prev=infodir ;; | |
474 | -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) | |
475 | infodir="$ac_optarg" ;; | |
476 | ||
477 | -libdir | --libdir | --libdi | --libd) | |
478 | ac_prev=libdir ;; | |
479 | -libdir=* | --libdir=* | --libdi=* | --libd=*) | |
480 | libdir="$ac_optarg" ;; | |
481 | ||
482 | -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ | |
483 | | --libexe | --libex | --libe) | |
484 | ac_prev=libexecdir ;; | |
485 | -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ | |
486 | | --libexe=* | --libex=* | --libe=*) | |
487 | libexecdir="$ac_optarg" ;; | |
488 | ||
489 | -localstatedir | --localstatedir | --localstatedi | --localstated \ | |
490 | | --localstate | --localstat | --localsta | --localst \ | |
491 | | --locals | --local | --loca | --loc | --lo) | |
492 | ac_prev=localstatedir ;; | |
493 | -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ | |
494 | | --localstate=* | --localstat=* | --localsta=* | --localst=* \ | |
495 | | --locals=* | --local=* | --loca=* | --loc=* | --lo=*) | |
496 | localstatedir="$ac_optarg" ;; | |
497 | ||
498 | -mandir | --mandir | --mandi | --mand | --man | --ma | --m) | |
499 | ac_prev=mandir ;; | |
500 | -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) | |
501 | mandir="$ac_optarg" ;; | |
502 | ||
503 | -nfp | --nfp | --nf) | |
504 | # Obsolete; use --without-fp. | |
505 | with_fp=no ;; | |
506 | ||
507 | -no-create | --no-create | --no-creat | --no-crea | --no-cre \ | |
508 | | --no-cr | --no-c) | |
509 | no_create=yes ;; | |
510 | ||
511 | -no-recursion | --no-recursion | --no-recursio | --no-recursi \ | |
512 | | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) | |
513 | no_recursion=yes ;; | |
514 | ||
515 | -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ | |
516 | | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ | |
517 | | --oldin | --oldi | --old | --ol | --o) | |
518 | ac_prev=oldincludedir ;; | |
519 | -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ | |
520 | | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ | |
521 | | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) | |
522 | oldincludedir="$ac_optarg" ;; | |
523 | ||
524 | -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) | |
525 | ac_prev=prefix ;; | |
526 | -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) | |
527 | prefix="$ac_optarg" ;; | |
528 | ||
529 | -program-prefix | --program-prefix | --program-prefi | --program-pref \ | |
530 | | --program-pre | --program-pr | --program-p) | |
531 | ac_prev=program_prefix ;; | |
532 | -program-prefix=* | --program-prefix=* | --program-prefi=* \ | |
533 | | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) | |
534 | program_prefix="$ac_optarg" ;; | |
535 | ||
536 | -program-suffix | --program-suffix | --program-suffi | --program-suff \ | |
537 | | --program-suf | --program-su | --program-s) | |
538 | ac_prev=program_suffix ;; | |
539 | -program-suffix=* | --program-suffix=* | --program-suffi=* \ | |
540 | | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) | |
541 | program_suffix="$ac_optarg" ;; | |
542 | ||
543 | -program-transform-name | --program-transform-name \ | |
544 | | --program-transform-nam | --program-transform-na \ | |
545 | | --program-transform-n | --program-transform- \ | |
546 | | --program-transform | --program-transfor \ | |
547 | | --program-transfo | --program-transf \ | |
548 | | --program-trans | --program-tran \ | |
549 | | --progr-tra | --program-tr | --program-t) | |
550 | ac_prev=program_transform_name ;; | |
551 | -program-transform-name=* | --program-transform-name=* \ | |
552 | | --program-transform-nam=* | --program-transform-na=* \ | |
553 | | --program-transform-n=* | --program-transform-=* \ | |
554 | | --program-transform=* | --program-transfor=* \ | |
555 | | --program-transfo=* | --program-transf=* \ | |
556 | | --program-trans=* | --program-tran=* \ | |
557 | | --progr-tra=* | --program-tr=* | --program-t=*) | |
558 | program_transform_name="$ac_optarg" ;; | |
559 | ||
560 | -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | |
561 | | -silent | --silent | --silen | --sile | --sil) | |
562 | silent=yes ;; | |
563 | ||
564 | -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) | |
565 | ac_prev=sbindir ;; | |
566 | -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ | |
567 | | --sbi=* | --sb=*) | |
568 | sbindir="$ac_optarg" ;; | |
569 | ||
570 | -sharedstatedir | --sharedstatedir | --sharedstatedi \ | |
571 | | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ | |
572 | | --sharedst | --shareds | --shared | --share | --shar \ | |
573 | | --sha | --sh) | |
574 | ac_prev=sharedstatedir ;; | |
575 | -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ | |
576 | | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ | |
577 | | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ | |
578 | | --sha=* | --sh=*) | |
579 | sharedstatedir="$ac_optarg" ;; | |
580 | ||
581 | -site | --site | --sit) | |
582 | ac_prev=site ;; | |
583 | -site=* | --site=* | --sit=*) | |
584 | site="$ac_optarg" ;; | |
585 | ||
586 | -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) | |
587 | ac_prev=srcdir ;; | |
588 | -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) | |
589 | srcdir="$ac_optarg" ;; | |
590 | ||
591 | -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ | |
592 | | --syscon | --sysco | --sysc | --sys | --sy) | |
593 | ac_prev=sysconfdir ;; | |
594 | -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ | |
595 | | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) | |
596 | sysconfdir="$ac_optarg" ;; | |
597 | ||
598 | -target | --target | --targe | --targ | --tar | --ta | --t) | |
599 | ac_prev=target ;; | |
600 | -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) | |
601 | target="$ac_optarg" ;; | |
602 | ||
603 | -v | -verbose | --verbose | --verbos | --verbo | --verb) | |
604 | verbose=yes ;; | |
605 | ||
606 | -version | --version | --versio | --versi | --vers) | |
bc9027cc | 607 | echo "configure generated by autoconf version 2.13" |
10f2d63a VZ |
608 | exit 0 ;; |
609 | ||
610 | -with-* | --with-*) | |
611 | ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'` | |
612 | # Reject names that are not valid shell variable names. | |
613 | if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then | |
614 | { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; } | |
615 | fi | |
616 | ac_package=`echo $ac_package| sed 's/-/_/g'` | |
617 | case "$ac_option" in | |
618 | *=*) ;; | |
619 | *) ac_optarg=yes ;; | |
620 | esac | |
621 | eval "with_${ac_package}='$ac_optarg'" ;; | |
622 | ||
623 | -without-* | --without-*) | |
624 | ac_package=`echo $ac_option|sed -e 's/-*without-//'` | |
625 | # Reject names that are not valid shell variable names. | |
626 | if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then | |
627 | { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; } | |
628 | fi | |
629 | ac_package=`echo $ac_package| sed 's/-/_/g'` | |
630 | eval "with_${ac_package}=no" ;; | |
631 | ||
632 | --x) | |
633 | # Obsolete; use --with-x. | |
634 | with_x=yes ;; | |
635 | ||
636 | -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ | |
637 | | --x-incl | --x-inc | --x-in | --x-i) | |
638 | ac_prev=x_includes ;; | |
639 | -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ | |
640 | | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) | |
641 | x_includes="$ac_optarg" ;; | |
642 | ||
643 | -x-libraries | --x-libraries | --x-librarie | --x-librari \ | |
644 | | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) | |
645 | ac_prev=x_libraries ;; | |
646 | -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ | |
647 | | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) | |
648 | x_libraries="$ac_optarg" ;; | |
649 | ||
650 | -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; } | |
651 | ;; | |
652 | ||
653 | *) | |
654 | if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then | |
655 | echo "configure: warning: $ac_option: invalid host type" 1>&2 | |
656 | fi | |
657 | if test "x$nonopt" != xNONE; then | |
658 | { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } | |
659 | fi | |
660 | nonopt="$ac_option" | |
661 | ;; | |
662 | ||
663 | esac | |
664 | done | |
665 | ||
666 | if test -n "$ac_prev"; then | |
667 | { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; } | |
668 | fi | |
669 | ||
670 | trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15 | |
671 | ||
672 | # File descriptor usage: | |
673 | # 0 standard input | |
674 | # 1 file creation | |
675 | # 2 errors and warnings | |
676 | # 3 some systems may open it to /dev/tty | |
677 | # 4 used on the Kubota Titan | |
678 | # 6 checking for... messages and results | |
679 | # 5 compiler messages saved in config.log | |
680 | if test "$silent" = yes; then | |
681 | exec 6>/dev/null | |
682 | else | |
683 | exec 6>&1 | |
684 | fi | |
685 | exec 5>./config.log | |
686 | ||
687 | echo "\ | |
688 | This file contains any messages produced by compilers while | |
689 | running configure, to aid debugging if configure makes a mistake. | |
690 | " 1>&5 | |
691 | ||
692 | # Strip out --no-create and --no-recursion so they do not pile up. | |
693 | # Also quote any args containing shell metacharacters. | |
694 | ac_configure_args= | |
695 | for ac_arg | |
696 | do | |
697 | case "$ac_arg" in | |
698 | -no-create | --no-create | --no-creat | --no-crea | --no-cre \ | |
699 | | --no-cr | --no-c) ;; | |
700 | -no-recursion | --no-recursion | --no-recursio | --no-recursi \ | |
701 | | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;; | |
702 | *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*) | |
703 | ac_configure_args="$ac_configure_args '$ac_arg'" ;; | |
704 | *) ac_configure_args="$ac_configure_args $ac_arg" ;; | |
705 | esac | |
706 | done | |
707 | ||
708 | # NLS nuisances. | |
709 | # Only set these to C if already set. These must not be set unconditionally | |
710 | # because not all systems understand e.g. LANG=C (notably SCO). | |
711 | # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'! | |
712 | # Non-C LC_CTYPE values break the ctype check. | |
713 | if test "${LANG+set}" = set; then LANG=C; export LANG; fi | |
714 | if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi | |
715 | if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi | |
716 | if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi | |
717 | ||
718 | # confdefs.h avoids OS command line length limits that DEFS can exceed. | |
719 | rm -rf conftest* confdefs.h | |
720 | # AIX cpp loses on an empty file, so make sure it contains at least a newline. | |
721 | echo > confdefs.h | |
722 | ||
723 | # A filename unique to this package, relative to the directory that | |
724 | # configure is in, which we can look for to find out if srcdir is correct. | |
725 | ac_unique_file=wx-config.in | |
726 | ||
727 | # Find the source files, if location was not specified. | |
728 | if test -z "$srcdir"; then | |
729 | ac_srcdir_defaulted=yes | |
730 | # Try the directory containing this script, then its parent. | |
731 | ac_prog=$0 | |
732 | ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'` | |
733 | test "x$ac_confdir" = "x$ac_prog" && ac_confdir=. | |
734 | srcdir=$ac_confdir | |
735 | if test ! -r $srcdir/$ac_unique_file; then | |
736 | srcdir=.. | |
737 | fi | |
738 | else | |
739 | ac_srcdir_defaulted=no | |
740 | fi | |
741 | if test ! -r $srcdir/$ac_unique_file; then | |
742 | if test "$ac_srcdir_defaulted" = yes; then | |
743 | { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; } | |
744 | else | |
745 | { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; } | |
746 | fi | |
747 | fi | |
748 | srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'` | |
749 | ||
750 | # Prefer explicitly selected file to automatically selected ones. | |
751 | if test -z "$CONFIG_SITE"; then | |
752 | if test "x$prefix" != xNONE; then | |
753 | CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" | |
754 | else | |
755 | CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" | |
756 | fi | |
757 | fi | |
758 | for ac_site_file in $CONFIG_SITE; do | |
759 | if test -r "$ac_site_file"; then | |
760 | echo "loading site script $ac_site_file" | |
761 | . "$ac_site_file" | |
762 | fi | |
763 | done | |
764 | ||
765 | if test -r "$cache_file"; then | |
766 | echo "loading cache $cache_file" | |
767 | . $cache_file | |
768 | else | |
769 | echo "creating cache $cache_file" | |
770 | > $cache_file | |
771 | fi | |
772 | ||
773 | ac_ext=c | |
774 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
775 | ac_cpp='$CPP $CPPFLAGS' | |
776 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
777 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
778 | cross_compiling=$ac_cv_prog_cc_cross | |
779 | ||
780 | ac_exeext= | |
781 | ac_objext=o | |
782 | if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then | |
783 | # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu. | |
784 | if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then | |
785 | ac_n= ac_c=' | |
786 | ' ac_t=' ' | |
787 | else | |
788 | ac_n=-n ac_c= ac_t= | |
789 | fi | |
790 | else | |
791 | ac_n= ac_c='\c' ac_t= | |
792 | fi | |
793 | ||
794 | ||
795 | ||
7c66a493 VZ |
796 | ac_aux_dir= |
797 | for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do | |
798 | if test -f $ac_dir/install-sh; then | |
799 | ac_aux_dir=$ac_dir | |
800 | ac_install_sh="$ac_aux_dir/install-sh -c" | |
801 | break | |
802 | elif test -f $ac_dir/install.sh; then | |
803 | ac_aux_dir=$ac_dir | |
804 | ac_install_sh="$ac_aux_dir/install.sh -c" | |
805 | break | |
806 | fi | |
807 | done | |
808 | if test -z "$ac_aux_dir"; then | |
809 | { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; } | |
810 | fi | |
811 | ac_config_guess=$ac_aux_dir/config.guess | |
812 | ac_config_sub=$ac_aux_dir/config.sub | |
813 | ac_configure=$ac_aux_dir/configure # This should be Cygnus configure. | |
814 | ||
815 | ||
816 | # Do some error checking and defaulting for the host and target type. | |
817 | # The inputs are: | |
818 | # configure --host=HOST --target=TARGET --build=BUILD NONOPT | |
819 | # | |
820 | # The rules are: | |
821 | # 1. You are not allowed to specify --host, --target, and nonopt at the | |
822 | # same time. | |
823 | # 2. Host defaults to nonopt. | |
824 | # 3. If nonopt is not specified, then host defaults to the current host, | |
825 | # as determined by config.guess. | |
826 | # 4. Target and build default to nonopt. | |
827 | # 5. If nonopt is not specified, then target and build default to host. | |
828 | ||
829 | # The aliases save the names the user supplied, while $host etc. | |
830 | # will get canonicalized. | |
831 | case $host---$target---$nonopt in | |
832 | NONE---*---* | *---NONE---* | *---*---NONE) ;; | |
833 | *) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;; | |
834 | esac | |
835 | ||
836 | ||
837 | # Make sure we can run config.sub. | |
838 | if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then : | |
839 | else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; } | |
840 | fi | |
841 | ||
842 | echo $ac_n "checking host system type""... $ac_c" 1>&6 | |
422107f9 | 843 | echo "configure:844: checking host system type" >&5 |
7c66a493 VZ |
844 | |
845 | host_alias=$host | |
846 | case "$host_alias" in | |
847 | NONE) | |
848 | case $nonopt in | |
849 | NONE) | |
850 | if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then : | |
851 | else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; } | |
852 | fi ;; | |
853 | *) host_alias=$nonopt ;; | |
854 | esac ;; | |
855 | esac | |
856 | ||
857 | host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias` | |
858 | host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` | |
859 | host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` | |
860 | host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` | |
861 | echo "$ac_t""$host" 1>&6 | |
862 | ||
863 | echo $ac_n "checking target system type""... $ac_c" 1>&6 | |
422107f9 | 864 | echo "configure:865: checking target system type" >&5 |
7c66a493 VZ |
865 | |
866 | target_alias=$target | |
867 | case "$target_alias" in | |
868 | NONE) | |
869 | case $nonopt in | |
870 | NONE) target_alias=$host_alias ;; | |
871 | *) target_alias=$nonopt ;; | |
872 | esac ;; | |
873 | esac | |
874 | ||
875 | target=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias` | |
876 | target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` | |
877 | target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` | |
878 | target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` | |
879 | echo "$ac_t""$target" 1>&6 | |
880 | ||
881 | echo $ac_n "checking build system type""... $ac_c" 1>&6 | |
422107f9 | 882 | echo "configure:883: checking build system type" >&5 |
7c66a493 VZ |
883 | |
884 | build_alias=$build | |
885 | case "$build_alias" in | |
886 | NONE) | |
887 | case $nonopt in | |
888 | NONE) build_alias=$host_alias ;; | |
889 | *) build_alias=$nonopt ;; | |
890 | esac ;; | |
891 | esac | |
892 | ||
893 | build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias` | |
894 | build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` | |
895 | build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` | |
896 | build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` | |
897 | echo "$ac_t""$build" 1>&6 | |
898 | ||
899 | test "$host_alias" != "$target_alias" && | |
900 | test "$program_prefix$program_suffix$program_transform_name" = \ | |
901 | NONENONEs,x,x, && | |
902 | program_prefix=${target_alias}- | |
903 | ||
904 | ||
10f2d63a VZ |
905 | |
906 | WX_MAJOR_VERSION_NUMBER=2 | |
907 | WX_MINOR_VERSION_NUMBER=1 | |
cc977e5f | 908 | WX_RELEASE_NUMBER=14 |
10f2d63a VZ |
909 | |
910 | WX_INTERFACE_AGE=0 | |
911 | WX_BINARY_AGE=0 | |
912 | ||
913 | WX_VERSION=$WX_MAJOR_VERSION_NUMBER.$WX_MINOR_VERSION_NUMBER.$WX_RELEASE_NUMBER | |
914 | ||
915 | WX_RELEASE=$WX_MAJOR_VERSION_NUMBER.$WX_MINOR_VERSION_NUMBER | |
916 | WX_CURRENT=`expr $WX_RELEASE_NUMBER - $WX_INTERFACE_AGE` | |
917 | WX_REVISION=$WX_INTERFACE_AGE | |
918 | WX_AGE=`expr $WX_BINARY_AGE - $WX_INTERFACE_AGE` | |
919 | ||
920 | ||
921 | USE_UNIX=1 | |
922 | USE_WIN32=0 | |
b12915c1 VZ |
923 | USE_BEOS=0 |
924 | ||
10f2d63a VZ |
925 | USE_LINUX= |
926 | USE_SGI= | |
927 | USE_HPUX= | |
928 | USE_SYSV= | |
929 | USE_SVR4= | |
930 | USE_AIX= | |
931 | USE_SUN= | |
932 | USE_SOLARIS= | |
933 | USE_SUNOS= | |
934 | USE_ALPHA= | |
935 | USE_OSF= | |
936 | USE_BSD= | |
937 | USE_FREEBSD= | |
938 | USE_VMS= | |
939 | USE_ULTRIX= | |
940 | USE_CYGWIN= | |
941 | USE_MINGW= | |
942 | USE_DATA_GENERAL= | |
943 | ||
ab9b9eab VZ |
944 | NEEDS_D_REENTRANT_FOR_R_FUNCS=0 |
945 | ||
e07802fc | 946 | ALL_TOOLKITS="CYGWIN GTK MINGW MOTIF WINE PM" |
10f2d63a VZ |
947 | |
948 | DEFAULT_wxUSE_GTK=0 | |
949 | DEFAULT_wxUSE_MOTIF=0 | |
950 | DEFAULT_wxUSE_MSW=0 | |
951 | DEFAULT_wxUSE_WINE=0 | |
e07802fc | 952 | DEFAULT_wxUSE_PM=0 |
10f2d63a VZ |
953 | |
954 | DEFAULT_DEFAULT_wxUSE_GTK=0 | |
955 | DEFAULT_DEFAULT_wxUSE_MOTIF=0 | |
956 | DEFAULT_DEFAULT_wxUSE_MSW=0 | |
957 | DEFAULT_DEFAULT_wxUSE_WINE=0 | |
e07802fc | 958 | DEFAULT_DEFAULT_wxUSE_PM=0 |
10f2d63a | 959 | |
d6a55c4b VZ |
960 | PROGRAM_EXT= |
961 | ||
10f2d63a VZ |
962 | case "${host}" in |
963 | *-hp-hpux* ) | |
964 | USE_HPUX=1 | |
965 | DEFAULT_DEFAULT_wxUSE_MOTIF=1 | |
ab9b9eab | 966 | NEEDS_D_REENTRANT_FOR_R_FUNCS=1 |
10f2d63a VZ |
967 | cat >> confdefs.h <<\EOF |
968 | #define __HPUX__ 1 | |
969 | EOF | |
970 | ||
971 | ;; | |
972 | *-*-linux* ) | |
973 | USE_LINUX=1 | |
974 | cat >> confdefs.h <<\EOF | |
975 | #define __LINUX__ 1 | |
976 | EOF | |
977 | ||
978 | TMP=`uname -m` | |
979 | if test "x$TMP" = "xalpha"; then | |
980 | USE_ALPHA=1 | |
981 | cat >> confdefs.h <<\EOF | |
982 | #define __ALPHA__ 1 | |
983 | EOF | |
984 | ||
985 | fi | |
986 | DEFAULT_DEFAULT_wxUSE_GTK=1 | |
987 | ;; | |
988 | *-*-irix5* | *-*-irix6* ) | |
989 | USE_SGI=1 | |
990 | USE_SVR4=1 | |
991 | cat >> confdefs.h <<\EOF | |
992 | #define __SGI__ 1 | |
993 | EOF | |
994 | ||
995 | cat >> confdefs.h <<\EOF | |
996 | #define __SVR4__ 1 | |
997 | EOF | |
998 | ||
999 | DEFAULT_DEFAULT_wxUSE_MOTIF=1 | |
1000 | ;; | |
1001 | *-*-solaris2* ) | |
1002 | USE_SUN=1 | |
1003 | USE_SOLARIS=1 | |
1004 | USE_SVR4=1 | |
1005 | cat >> confdefs.h <<\EOF | |
1006 | #define __SUN__ 1 | |
1007 | EOF | |
1008 | ||
1009 | cat >> confdefs.h <<\EOF | |
1010 | #define __SOLARIS__ 1 | |
1011 | EOF | |
1012 | ||
1013 | cat >> confdefs.h <<\EOF | |
1014 | #define __SVR4__ 1 | |
1015 | EOF | |
1016 | ||
1017 | DEFAULT_DEFAULT_wxUSE_MOTIF=1 | |
ab9b9eab | 1018 | NEEDS_D_REENTRANT_FOR_R_FUNCS=1 |
10f2d63a VZ |
1019 | ;; |
1020 | *-*-sunos4* ) | |
1021 | USE_SUN=1 | |
1022 | USE_SUNOS=1 | |
1023 | USE_BSD=1 | |
1024 | cat >> confdefs.h <<\EOF | |
1025 | #define __SUN__ 1 | |
1026 | EOF | |
1027 | ||
1028 | cat >> confdefs.h <<\EOF | |
1029 | #define __SUNOS__ 1 | |
1030 | EOF | |
1031 | ||
1032 | cat >> confdefs.h <<\EOF | |
1033 | #define __BSD__ 1 | |
1034 | EOF | |
1035 | ||
1036 | DEFAULT_DEFAULT_wxUSE_MOTIF=1 | |
1037 | ;; | |
1038 | *-*-freebsd* | *-*-netbsd*) | |
1039 | USE_BSD=1 | |
1040 | USE_FREEBSD=1 | |
1041 | cat >> confdefs.h <<\EOF | |
1042 | #define __FREEBSD__ 1 | |
1043 | EOF | |
1044 | ||
1045 | cat >> confdefs.h <<\EOF | |
1046 | #define __BSD__ 1 | |
1047 | EOF | |
1048 | ||
1049 | DEFAULT_DEFAULT_wxUSE_GTK=1 | |
1050 | ;; | |
1051 | *-*-osf* ) | |
1052 | USE_ALPHA=1 | |
1053 | USE_OSF=1 | |
1054 | cat >> confdefs.h <<\EOF | |
1055 | #define __ALPHA__ 1 | |
1056 | EOF | |
1057 | ||
1058 | cat >> confdefs.h <<\EOF | |
1059 | #define __OSF__ 1 | |
1060 | EOF | |
1061 | ||
1062 | DEFAULT_DEFAULT_wxUSE_MOTIF=1 | |
1063 | ;; | |
1064 | *-*-dgux5* ) | |
1065 | USE_ALPHA=1 | |
1066 | USE_SVR4=1 | |
1067 | cat >> confdefs.h <<\EOF | |
1068 | #define __ALPHA__ 1 | |
1069 | EOF | |
1070 | ||
1071 | cat >> confdefs.h <<\EOF | |
1072 | #define __SVR4__ 1 | |
1073 | EOF | |
1074 | ||
1075 | DEFAULT_DEFAULT_wxUSE_MOTIF=1 | |
1076 | ;; | |
1077 | *-*-sysv5* ) | |
1078 | USE_SYSV=1 | |
1079 | USE_SVR4=1 | |
1080 | cat >> confdefs.h <<\EOF | |
1081 | #define __SYSV__ 1 | |
1082 | EOF | |
1083 | ||
1084 | cat >> confdefs.h <<\EOF | |
1085 | #define __SVR4__ 1 | |
1086 | EOF | |
1087 | ||
1088 | DEFAULT_DEFAULT_wxUSE_MOTIF=1 | |
1089 | ;; | |
1090 | *-*-aix* ) | |
1091 | USE_AIX=1 | |
1092 | USE_SYSV=1 | |
1093 | USE_SVR4=1 | |
1094 | cat >> confdefs.h <<\EOF | |
1095 | #define __AIX__ 1 | |
1096 | EOF | |
1097 | ||
1098 | cat >> confdefs.h <<\EOF | |
1099 | #define __SYSV__ 1 | |
1100 | EOF | |
1101 | ||
1102 | cat >> confdefs.h <<\EOF | |
1103 | #define __SVR4__ 1 | |
1104 | EOF | |
1105 | ||
1106 | DEFAULT_DEFAULT_wxUSE_MOTIF=1 | |
1107 | ;; | |
1108 | ||
7eef8db2 | 1109 | *-*-cygwin32* | *-*-mingw32* ) |
10f2d63a VZ |
1110 | USE_UNIX=0 |
1111 | USE_WIN32=1 | |
1112 | cat >> confdefs.h <<\EOF | |
1113 | #define __WIN32__ 1 | |
1114 | EOF | |
1115 | ||
1116 | cat >> confdefs.h <<\EOF | |
1117 | #define __WIN95__ 1 | |
1118 | EOF | |
1119 | ||
1120 | cat >> confdefs.h <<\EOF | |
1121 | #define __WINDOWS__ 1 | |
1122 | EOF | |
1123 | ||
1124 | cat >> confdefs.h <<\EOF | |
1125 | #define __GNUWIN32__ 1 | |
1126 | EOF | |
1127 | ||
1128 | cat >> confdefs.h <<\EOF | |
1129 | #define STRICT 1 | |
1130 | EOF | |
1131 | ||
1132 | cat >> confdefs.h <<\EOF | |
1133 | #define WINVER 0x0400 | |
1134 | EOF | |
1135 | ||
cf27ef00 | 1136 | PROGRAM_EXT=".exe" |
10f2d63a VZ |
1137 | DEFAULT_DEFAULT_wxUSE_MSW=1 |
1138 | ;; | |
1139 | ||
1140 | *-pc-os2_emx ) | |
1141 | cat >> confdefs.h <<\EOF | |
1142 | #define __EMX__ 1 | |
1143 | EOF | |
1144 | ||
cf27ef00 | 1145 | PROGRAM_EXT=".exe" |
e07802fc | 1146 | DEFAULT_DEFAULT_wxUSE_PM=1 |
10f2d63a VZ |
1147 | ;; |
1148 | ||
b12915c1 VZ |
1149 | *-*-beos* ) |
1150 | USE_BEOS=1 | |
1151 | cat >> confdefs.h <<\EOF | |
1152 | #define __BEOS__ 1 | |
1153 | EOF | |
1154 | ||
1155 | ;; | |
1156 | ||
10f2d63a VZ |
1157 | *) |
1158 | { echo "configure: error: unknown system type ${host}." 1>&2; exit 1; } | |
1159 | esac | |
1160 | ||
1161 | if test "$USE_UNIX" = 1 ; then | |
b12915c1 VZ |
1162 | wxUSE_UNIX=yes |
1163 | cat >> confdefs.h <<\EOF | |
10f2d63a VZ |
1164 | #define __UNIX__ 1 |
1165 | EOF | |
1166 | ||
b12915c1 VZ |
1167 | |
1168 | SRC_SUBDIRS="$SRC_SUBDIRS unix" | |
1169 | INCLUDE_SUBDIRS="$INCLUDE_SUBDIRS unix" | |
1170 | fi | |
1171 | ||
1172 | if test "$USE_BEOS" = 1; then | |
1173 | SRC_SUBDIRS="$SRC_SUBDIRS be" | |
1174 | INCLUDE_SUBDIRS="$INCLUDE_SUBDIRS be" | |
10f2d63a VZ |
1175 | fi |
1176 | ||
1177 | if test "$USE_LINUX" = 1; then | |
1178 | echo $ac_n "checking for gettext in -lc""... $ac_c" 1>&6 | |
422107f9 | 1179 | echo "configure:1180: checking for gettext in -lc" >&5 |
10f2d63a VZ |
1180 | ac_lib_var=`echo c'_'gettext | sed 'y%./+-%__p_%'` |
1181 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
1182 | echo $ac_n "(cached) $ac_c" 1>&6 | |
1183 | else | |
1184 | ac_save_LIBS="$LIBS" | |
1185 | LIBS="-lc $LIBS" | |
1186 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 1187 | #line 1188 "configure" |
10f2d63a VZ |
1188 | #include "confdefs.h" |
1189 | /* Override any gcc2 internal prototype to avoid an error. */ | |
1190 | /* We use char because int might match the return type of a gcc2 | |
1191 | builtin and then its argument prototype would still apply. */ | |
1192 | char gettext(); | |
1193 | ||
1194 | int main() { | |
1195 | gettext() | |
1196 | ; return 0; } | |
1197 | EOF | |
422107f9 | 1198 | if { (eval echo configure:1199: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
10f2d63a VZ |
1199 | rm -rf conftest* |
1200 | eval "ac_cv_lib_$ac_lib_var=yes" | |
1201 | else | |
1202 | echo "configure: failed program was:" >&5 | |
1203 | cat conftest.$ac_ext >&5 | |
1204 | rm -rf conftest* | |
1205 | eval "ac_cv_lib_$ac_lib_var=no" | |
1206 | fi | |
1207 | rm -f conftest* | |
1208 | LIBS="$ac_save_LIBS" | |
1209 | ||
1210 | fi | |
1211 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
1212 | echo "$ac_t""yes" 1>&6 | |
1213 | cat >> confdefs.h <<\EOF | |
1214 | #define wxHAVE_GLIBC2 1 | |
1215 | EOF | |
1216 | ||
1217 | else | |
1218 | echo "$ac_t""no" 1>&6 | |
1219 | fi | |
1220 | ||
1221 | fi | |
1222 | ||
1223 | ||
1224 | ||
1225 | ||
1226 | wx_arg_cache_file="configarg.cache" | |
1227 | echo "loading argument cache $wx_arg_cache_file" | |
1228 | rm -f ${wx_arg_cache_file}.tmp | |
1229 | touch ${wx_arg_cache_file}.tmp | |
1230 | touch ${wx_arg_cache_file} | |
1231 | ||
1232 | ||
1233 | DEBUG_CONFIGURE=0 | |
1234 | if test $DEBUG_CONFIGURE = 1; then | |
1235 | DEFAULT_wxUSE_THREADS=yes | |
1236 | ||
1237 | DEFAULT_wxUSE_SHARED=yes | |
00cf1208 | 1238 | DEFAULT_wxUSE_BURNT_NAME=no |
10f2d63a VZ |
1239 | DEFAULT_wxUSE_OPTIMISE=yes |
1240 | DEFAULT_wxUSE_PROFILE=no | |
1241 | DEFAULT_wxUSE_NO_DEPS=no | |
1242 | DEFAULT_wxUSE_NO_RTTI=no | |
1243 | DEFAULT_wxUSE_NO_EXCEPTIONS=no | |
1244 | DEFAULT_wxUSE_PERMISSIVE=no | |
1245 | DEFAULT_wxUSE_DEBUG_FLAG=yes | |
1246 | DEFAULT_wxUSE_DEBUG_INFO=yes | |
1247 | DEFAULT_wxUSE_DEBUG_GDB=yes | |
1248 | DEFAULT_wxUSE_MEM_TRACING=no | |
1249 | DEFAULT_wxUSE_DEBUG_CONTEXT=no | |
1250 | DEFAULT_wxUSE_DMALLOC=no | |
1251 | DEFAULT_wxUSE_APPLE_IEEE=no | |
1252 | ||
1253 | DEFAULT_wxUSE_LOG=yes | |
1254 | ||
1255 | DEFAULT_wxUSE_GUI=yes | |
1256 | ||
1257 | DEFAULT_wxUSE_ZLIB=no | |
1258 | DEFAULT_wxUSE_LIBPNG=no | |
1259 | DEFAULT_wxUSE_LIBJPEG=no | |
c7a2bf27 | 1260 | DEFAULT_wxUSE_LIBTIFF=no |
10f2d63a | 1261 | DEFAULT_wxUSE_ODBC=no |
bdad4e7e | 1262 | DEFAULT_wxUSE_OPENGL=no |
10f2d63a VZ |
1263 | |
1264 | DEFAULT_wxUSE_STD_IOSTREAM=no | |
1265 | DEFAULT_wxUSE_FILE=no | |
1266 | DEFAULT_wxUSE_TEXTFILE=no | |
1267 | DEFAULT_wxUSE_TIMEDATE=no | |
1268 | DEFAULT_wxUSE_WAVE=no | |
1269 | DEFAULT_wxUSE_INTL=no | |
1270 | DEFAULT_wxUSE_CONFIG=no | |
1271 | DEFAULT_wxUSE_STREAMS=no | |
1272 | DEFAULT_wxUSE_SOCKETS=no | |
1273 | DEFAULT_wxUSE_DIALUP_MANAGER=no | |
1274 | DEFAULT_wxUSE_SERIAL=no | |
1275 | DEFAULT_wxUSE_JOYSTICK=no | |
1276 | DEFAULT_wxUSE_DYNLIB_CLASS=no | |
1277 | DEFAULT_wxUSE_LONGLONG=no | |
1278 | ||
1279 | DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=no | |
1280 | DEFAULT_wxUSE_NORMALIZED_PS_FONTS=no | |
1281 | DEFAULT_wxUSE_POSTSCRIPT=no | |
1282 | ||
1283 | DEFAULT_wxUSE_X_RESOURCES=no | |
1284 | DEFAULT_wxUSE_CLIPBOARD=no | |
1285 | DEFAULT_wxUSE_TOOLTIPS=no | |
1286 | DEFAULT_wxUSE_DRAG_AND_DROP=no | |
1287 | DEFAULT_wxUSE_SPLINES=no | |
1288 | ||
1289 | DEFAULT_wxUSE_MDI_ARCHITECTURE=no | |
1290 | DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=no | |
1291 | DEFAULT_wxUSE_PRINTING_ARCHITECTURE=no | |
1292 | ||
1293 | DEFAULT_wxUSE_PROLOGIO=no | |
1294 | DEFAULT_wxUSE_RESOURCES=no | |
1295 | DEFAULT_wxUSE_CONSTRAINTS=no | |
1296 | DEFAULT_wxUSE_IPC=no | |
1297 | DEFAULT_wxUSE_HELP=no | |
1298 | DEFAULT_wxUSE_WXTREE=no | |
1299 | DEFAULT_wxUSE_METAFILE=no | |
1300 | ||
1301 | DEFAULT_wxUSE_COMMONDLGS=no | |
1302 | DEFAULT_wxUSE_DIRDLG=no | |
1303 | DEFAULT_wxUSE_TEXTDLG=no | |
1304 | DEFAULT_wxUSE_STARTUP_TIPS=no | |
1305 | DEFAULT_wxUSE_PROGRESSDLG=no | |
1306 | DEFAULT_wxUSE_MINIFRAME=no | |
1307 | DEFAULT_wxUSE_HTML=no | |
24528b0c | 1308 | DEFAULT_wxUSE_FILESYSTEM=no |
10f2d63a VZ |
1309 | DEFAULT_wxUSE_FS_INET=no |
1310 | DEFAULT_wxUSE_FS_ZIP=no | |
1311 | DEFAULT_wxUSE_BUSYINFO=no | |
1312 | DEFAULT_wxUSE_ZIPSTREAM=no | |
1313 | DEFAULT_wxUSE_VALIDATORS=yes | |
1314 | ||
1315 | DEFAULT_wxUSE_ACCEL=no | |
1316 | DEFAULT_wxUSE_CARET=no | |
1317 | DEFAULT_wxUSE_BMPBUTTON=no | |
1318 | DEFAULT_wxUSE_CHECKBOX=no | |
1319 | DEFAULT_wxUSE_CHECKLST=no | |
1320 | DEFAULT_wxUSE_CHOICE=yes | |
1321 | DEFAULT_wxUSE_COMBOBOX=no | |
1322 | DEFAULT_wxUSE_GAUGE=no | |
1323 | DEFAULT_wxUSE_GRID=no | |
1324 | DEFAULT_wxUSE_NEW_GRID=no | |
1325 | DEFAULT_wxUSE_IMAGLIST=no | |
1326 | DEFAULT_wxUSE_LISTBOX=no | |
1327 | DEFAULT_wxUSE_LISTCTRL=no | |
1328 | DEFAULT_wxUSE_NOTEBOOK=no | |
9b33fe02 | 1329 | DEFAULT_wxUSE_PLOT=no |
10f2d63a VZ |
1330 | DEFAULT_wxUSE_RADIOBOX=no |
1331 | DEFAULT_wxUSE_RADIOBTN=no | |
1332 | DEFAULT_wxUSE_SASH=no | |
1333 | DEFAULT_wxUSE_SCROLLBAR=no | |
1334 | DEFAULT_wxUSE_SLIDER=no | |
1335 | DEFAULT_wxUSE_SPINBTN=no | |
56cfaa52 | 1336 | DEFAULT_wxUSE_SPINCTRL=no |
10f2d63a VZ |
1337 | DEFAULT_wxUSE_SPLITTER=no |
1338 | DEFAULT_wxUSE_STATBMP=no | |
1339 | DEFAULT_wxUSE_STATBOX=no | |
1340 | DEFAULT_wxUSE_STATLINE=no | |
1341 | DEFAULT_wxUSE_STATUSBAR=yes | |
1342 | DEFAULT_wxUSE_TABDIALOG=no | |
1343 | DEFAULT_wxUSE_TOOLBAR=no | |
360d6699 VZ |
1344 | DEFAULT_wxUSE_TOOLBAR_NATIVE=no |
1345 | DEFAULT_wxUSE_TOOLBAR_SIMPLE=no | |
10f2d63a VZ |
1346 | DEFAULT_wxUSE_TREECTRL=no |
1347 | ||
1348 | DEFAULT_wxUSE_UNICODE=no | |
1349 | DEFAULT_wxUSE_WCSRTOMBS=no | |
1350 | ||
1351 | DEFAULT_wxUSE_GIF=no | |
1352 | DEFAULT_wxUSE_PCX=no | |
1353 | DEFAULT_wxUSE_PNM=no | |
1354 | else | |
1355 | DEFAULT_wxUSE_THREADS=yes | |
1356 | ||
1357 | DEFAULT_wxUSE_SHARED=yes | |
00cf1208 | 1358 | DEFAULT_wxUSE_BURNT_NAME=no |
10f2d63a VZ |
1359 | DEFAULT_wxUSE_OPTIMISE=yes |
1360 | DEFAULT_wxUSE_PROFILE=no | |
1361 | DEFAULT_wxUSE_NO_DEPS=no | |
1362 | DEFAULT_wxUSE_NO_RTTI=no | |
1363 | DEFAULT_wxUSE_NO_EXCEPTIONS=no | |
1364 | DEFAULT_wxUSE_PERMISSIVE=no | |
1365 | DEFAULT_wxUSE_DEBUG_FLAG=no | |
1366 | DEFAULT_wxUSE_DEBUG_INFO=no | |
1367 | DEFAULT_wxUSE_DEBUG_GDB=no | |
1368 | DEFAULT_wxUSE_MEM_TRACING=no | |
1369 | DEFAULT_wxUSE_DEBUG_CONTEXT=no | |
1370 | DEFAULT_wxUSE_DMALLOC=no | |
1371 | DEFAULT_wxUSE_APPLE_IEEE=yes | |
1372 | ||
1373 | DEFAULT_wxUSE_LOG=yes | |
1374 | ||
1375 | DEFAULT_wxUSE_GUI=yes | |
1376 | ||
1377 | DEFAULT_wxUSE_ZLIB=yes | |
1378 | DEFAULT_wxUSE_LIBPNG=yes | |
1379 | DEFAULT_wxUSE_LIBJPEG=yes | |
b47c832e | 1380 | DEFAULT_wxUSE_LIBTIFF=yes |
16b52fa1 | 1381 | DEFAULT_wxUSE_ODBC=no |
bdad4e7e | 1382 | DEFAULT_wxUSE_OPENGL=no |
10f2d63a VZ |
1383 | |
1384 | DEFAULT_wxUSE_STD_IOSTREAM=no | |
1385 | DEFAULT_wxUSE_FILE=yes | |
1386 | DEFAULT_wxUSE_TEXTFILE=yes | |
1387 | DEFAULT_wxUSE_TIMEDATE=yes | |
1388 | DEFAULT_wxUSE_WAVE=no | |
1389 | DEFAULT_wxUSE_INTL=yes | |
1390 | DEFAULT_wxUSE_CONFIG=yes | |
1391 | DEFAULT_wxUSE_STREAMS=yes | |
1392 | DEFAULT_wxUSE_SOCKETS=yes | |
1393 | DEFAULT_wxUSE_DIALUP_MANAGER=yes | |
1394 | DEFAULT_wxUSE_SERIAL=yes | |
1395 | DEFAULT_wxUSE_JOYSTICK=yes | |
1396 | DEFAULT_wxUSE_DYNLIB_CLASS=yes | |
b685cd9b | 1397 | DEFAULT_wxUSE_LONGLONG=yes |
10f2d63a VZ |
1398 | |
1399 | DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=yes | |
1400 | DEFAULT_wxUSE_NORMALIZED_PS_FONTS=yes | |
1401 | DEFAULT_wxUSE_POSTSCRIPT=yes | |
1402 | ||
1403 | DEFAULT_wxUSE_X_RESOURCES=no | |
1404 | DEFAULT_wxUSE_CLIPBOARD=yes | |
1405 | DEFAULT_wxUSE_TOOLTIPS=yes | |
1406 | DEFAULT_wxUSE_DRAG_AND_DROP=yes | |
1407 | DEFAULT_wxUSE_SPLINES=yes | |
1408 | ||
1409 | DEFAULT_wxUSE_MDI_ARCHITECTURE=yes | |
1410 | DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=yes | |
1411 | DEFAULT_wxUSE_PRINTING_ARCHITECTURE=yes | |
1412 | ||
1413 | DEFAULT_wxUSE_PROLOGIO=yes | |
1414 | DEFAULT_wxUSE_RESOURCES=yes | |
1415 | DEFAULT_wxUSE_CONSTRAINTS=yes | |
1416 | DEFAULT_wxUSE_IPC=yes | |
1417 | DEFAULT_wxUSE_HELP=yes | |
1418 | DEFAULT_wxUSE_WXTREE=yes | |
1419 | DEFAULT_wxUSE_METAFILE=yes | |
1420 | ||
1421 | DEFAULT_wxUSE_COMMONDLGS=yes | |
1422 | DEFAULT_wxUSE_DIRDLG=yes | |
1423 | DEFAULT_wxUSE_TEXTDLG=yes | |
1424 | DEFAULT_wxUSE_STARTUP_TIPS=yes | |
1425 | DEFAULT_wxUSE_PROGRESSDLG=yes | |
1426 | DEFAULT_wxUSE_MINIFRAME=yes | |
1427 | DEFAULT_wxUSE_HTML=yes | |
24528b0c | 1428 | DEFAULT_wxUSE_FILESYSTEM=yes |
10f2d63a VZ |
1429 | DEFAULT_wxUSE_FS_INET=yes |
1430 | DEFAULT_wxUSE_FS_ZIP=yes | |
1431 | DEFAULT_wxUSE_BUSYINFO=yes | |
1432 | DEFAULT_wxUSE_ZIPSTREAM=yes | |
1433 | DEFAULT_wxUSE_VALIDATORS=yes | |
1434 | ||
1435 | DEFAULT_wxUSE_ACCEL=yes | |
1436 | DEFAULT_wxUSE_CARET=yes | |
1437 | DEFAULT_wxUSE_BMPBUTTON=yes | |
1438 | DEFAULT_wxUSE_CHECKBOX=yes | |
1439 | DEFAULT_wxUSE_CHECKLST=yes | |
1440 | DEFAULT_wxUSE_CHOICE=yes | |
1441 | DEFAULT_wxUSE_COMBOBOX=yes | |
1442 | DEFAULT_wxUSE_GAUGE=yes | |
1443 | DEFAULT_wxUSE_GRID=yes | |
cc977e5f | 1444 | DEFAULT_wxUSE_NEW_GRID=yes |
10f2d63a VZ |
1445 | DEFAULT_wxUSE_IMAGLIST=yes |
1446 | DEFAULT_wxUSE_LISTBOX=yes | |
1447 | DEFAULT_wxUSE_LISTCTRL=yes | |
1448 | DEFAULT_wxUSE_NOTEBOOK=yes | |
9b33fe02 | 1449 | DEFAULT_wxUSE_PLOT=yes |
10f2d63a VZ |
1450 | DEFAULT_wxUSE_RADIOBOX=yes |
1451 | DEFAULT_wxUSE_RADIOBTN=yes | |
1452 | DEFAULT_wxUSE_SASH=yes | |
1453 | DEFAULT_wxUSE_SCROLLBAR=yes | |
1454 | DEFAULT_wxUSE_SLIDER=yes | |
1455 | DEFAULT_wxUSE_SPINBTN=yes | |
56cfaa52 | 1456 | DEFAULT_wxUSE_SPINCTRL=yes |
10f2d63a VZ |
1457 | DEFAULT_wxUSE_SPLITTER=yes |
1458 | DEFAULT_wxUSE_STATBMP=yes | |
1459 | DEFAULT_wxUSE_STATBOX=yes | |
1460 | DEFAULT_wxUSE_STATLINE=yes | |
1461 | DEFAULT_wxUSE_STATUSBAR=yes | |
1462 | DEFAULT_wxUSE_TABDIALOG=no | |
1463 | DEFAULT_wxUSE_TOOLBAR=yes | |
360d6699 VZ |
1464 | DEFAULT_wxUSE_TOOLBAR_NATIVE=yes |
1465 | DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes | |
10f2d63a VZ |
1466 | DEFAULT_wxUSE_TREECTRL=yes |
1467 | ||
1468 | DEFAULT_wxUSE_UNICODE=no | |
1469 | DEFAULT_wxUSE_WCSRTOMBS=no | |
1470 | ||
1471 | DEFAULT_wxUSE_GIF=yes | |
1472 | DEFAULT_wxUSE_PCX=yes | |
1473 | DEFAULT_wxUSE_PNM=yes | |
1474 | fi | |
1475 | ||
1476 | ||
1477 | ||
1478 | for toolkit in `echo $ALL_TOOLKITS`; do | |
1479 | LINE=`grep "wxUSE_$toolkit" ${wx_arg_cache_file}` | |
1480 | if test "x$LINE" != x ; then | |
1481 | has_toolkit_in_cache=1 | |
1482 | eval "DEFAULT_$LINE" | |
1483 | eval "CACHE_$toolkit=1" | |
1484 | fi | |
1485 | done | |
1486 | ||
1487 | ||
1488 | ||
1489 | echo $ac_n "checking "for --enable-gui"""... $ac_c" 1>&6 | |
422107f9 | 1490 | echo "configure:1491: checking "for --enable-gui"" >&5 |
10f2d63a VZ |
1491 | no_cache=0 |
1492 | # Check whether --enable-gui or --disable-gui was given. | |
1493 | if test "${enable_gui+set}" = set; then | |
1494 | enableval="$enable_gui" | |
1495 | ||
1496 | if test "$enableval" = yes; then | |
1497 | ac_cv_use_gui='wxUSE_GUI=yes' | |
1498 | else | |
1499 | ac_cv_use_gui='wxUSE_GUI=no' | |
1500 | fi | |
1501 | ||
1502 | else | |
1503 | ||
1504 | LINE=`grep "wxUSE_GUI" ${wx_arg_cache_file}` | |
1505 | if test "x$LINE" != x ; then | |
1506 | eval "DEFAULT_$LINE" | |
1507 | else | |
1508 | no_cache=1 | |
1509 | fi | |
1510 | ||
1511 | ac_cv_use_gui='wxUSE_GUI='$DEFAULT_wxUSE_GUI | |
1512 | ||
1513 | fi | |
1514 | ||
1515 | ||
1516 | eval "$ac_cv_use_gui" | |
1517 | if test "$no_cache" != 1; then | |
1518 | echo $ac_cv_use_gui >> ${wx_arg_cache_file}.tmp | |
1519 | fi | |
1520 | ||
1521 | if test "$wxUSE_GUI" = yes; then | |
1522 | echo "$ac_t""yes" 1>&6 | |
1523 | else | |
1524 | echo "$ac_t""no" 1>&6 | |
1525 | fi | |
1526 | ||
1527 | ||
b12915c1 | 1528 | if test "$wxUSE_GUI" = "yes"; then |
10f2d63a VZ |
1529 | |
1530 | # Check whether --with-gtk or --without-gtk was given. | |
1531 | if test "${with_gtk+set}" = set; then | |
1532 | withval="$with_gtk" | |
1533 | wxUSE_GTK="$withval" CACHE_GTK=1 TOOLKIT_GIVEN=1 | |
1534 | fi | |
1535 | ||
1536 | # Check whether --with-motif or --without-motif was given. | |
1537 | if test "${with_motif+set}" = set; then | |
1538 | withval="$with_motif" | |
1539 | wxUSE_MOTIF="$withval" CACHE_MOTIF=1 TOOLKIT_GIVEN=1 | |
1540 | fi | |
1541 | ||
1542 | # Check whether --with-wine or --without-wine was given. | |
1543 | if test "${with_wine+set}" = set; then | |
1544 | withval="$with_wine" | |
1545 | wxUSE_WINE="$withval" CACHE_WINE=1 TOOLKIT_GIVEN=1 | |
1546 | fi | |
1547 | ||
1548 | # Check whether --with-cygwin or --without-cygwin was given. | |
1549 | if test "${with_cygwin+set}" = set; then | |
1550 | withval="$with_cygwin" | |
1551 | wxUSE_CYGWIN="$withval" CACHE_CYGWIN=1 TOOLKIT_GIVEN=1 | |
1552 | fi | |
1553 | ||
1554 | # Check whether --with-mingw or --without-mingw was given. | |
1555 | if test "${with_mingw+set}" = set; then | |
1556 | withval="$with_mingw" | |
1557 | wxUSE_MINGW="$withval" CACHE_MINGW=1 TOOLKIT_GIVEN=1 | |
1558 | fi | |
1559 | ||
e07802fc VZ |
1560 | # Check whether --with-pm or --without-pm was given. |
1561 | if test "${with_pm+set}" = set; then | |
1562 | withval="$with_pm" | |
1563 | wxUSE_PM="$withval" CACHE_PM=1 TOOLKIT_GIVEN=1 | |
1564 | fi | |
1565 | ||
10f2d63a VZ |
1566 | |
1567 | # Check whether --with-gtk-prefix or --without-gtk-prefix was given. | |
1568 | if test "${with_gtk_prefix+set}" = set; then | |
1569 | withval="$with_gtk_prefix" | |
1570 | gtk_config_prefix="$withval" | |
1571 | else | |
1572 | gtk_config_prefix="" | |
1573 | fi | |
1574 | ||
1575 | # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given. | |
1576 | if test "${with_gtk_exec_prefix+set}" = set; then | |
1577 | withval="$with_gtk_exec_prefix" | |
1578 | gtk_config_exec_prefix="$withval" | |
1579 | else | |
1580 | gtk_config_exec_prefix="" | |
1581 | fi | |
1582 | ||
1583 | ||
1584 | ||
b12915c1 | 1585 | echo $ac_n "checking "for --with-libpng"""... $ac_c" 1>&6 |
422107f9 | 1586 | echo "configure:1587: checking "for --with-libpng"" >&5 |
10f2d63a | 1587 | no_cache=0 |
b12915c1 VZ |
1588 | # Check whether --with-libpng or --without-libpng was given. |
1589 | if test "${with_libpng+set}" = set; then | |
1590 | withval="$with_libpng" | |
10f2d63a VZ |
1591 | |
1592 | if test "$withval" = yes; then | |
b12915c1 | 1593 | ac_cv_use_libpng='wxUSE_LIBPNG=yes' |
422107f9 | 1594 | elif test "$withval" = no; then |
b12915c1 | 1595 | ac_cv_use_libpng='wxUSE_LIBPNG=no' |
422107f9 VZ |
1596 | elif test "$withval" = sys; then |
1597 | ac_cv_use_libpng='wxUSE_LIBPNG=sys' | |
1598 | else | |
1599 | { echo "configure: error: Invalid value for --with-libpng: should be yes, no or sys" 1>&2; exit 1; } | |
10f2d63a VZ |
1600 | fi |
1601 | ||
1602 | else | |
1603 | ||
b12915c1 | 1604 | LINE=`grep "wxUSE_LIBPNG" ${wx_arg_cache_file}` |
10f2d63a VZ |
1605 | if test "x$LINE" != x ; then |
1606 | eval "DEFAULT_$LINE" | |
1607 | else | |
1608 | no_cache=1 | |
1609 | fi | |
1610 | ||
b12915c1 | 1611 | ac_cv_use_libpng='wxUSE_LIBPNG='$DEFAULT_wxUSE_LIBPNG |
10f2d63a VZ |
1612 | |
1613 | fi | |
1614 | ||
1615 | ||
b12915c1 | 1616 | eval "$ac_cv_use_libpng" |
10f2d63a | 1617 | if test "$no_cache" != 1; then |
b12915c1 | 1618 | echo $ac_cv_use_libpng >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
1619 | fi |
1620 | ||
b12915c1 | 1621 | if test "$wxUSE_LIBPNG" = yes; then |
10f2d63a | 1622 | echo "$ac_t""yes" 1>&6 |
422107f9 | 1623 | elif test "$wxUSE_LIBPNG" = no; then |
10f2d63a | 1624 | echo "$ac_t""no" 1>&6 |
422107f9 VZ |
1625 | elif test "$wxUSE_LIBPNG" = sys; then |
1626 | echo "$ac_t""system version" 1>&6 | |
1627 | else | |
1628 | { echo "configure: error: Invalid value for --with-libpng: should be yes, no or sys" 1>&2; exit 1; } | |
10f2d63a VZ |
1629 | fi |
1630 | ||
1631 | ||
b12915c1 | 1632 | echo $ac_n "checking "for --with-libjpeg"""... $ac_c" 1>&6 |
422107f9 | 1633 | echo "configure:1634: checking "for --with-libjpeg"" >&5 |
10f2d63a | 1634 | no_cache=0 |
b12915c1 VZ |
1635 | # Check whether --with-libjpeg or --without-libjpeg was given. |
1636 | if test "${with_libjpeg+set}" = set; then | |
1637 | withval="$with_libjpeg" | |
10f2d63a VZ |
1638 | |
1639 | if test "$withval" = yes; then | |
b12915c1 | 1640 | ac_cv_use_libjpeg='wxUSE_LIBJPEG=yes' |
422107f9 | 1641 | elif test "$withval" = no; then |
b12915c1 | 1642 | ac_cv_use_libjpeg='wxUSE_LIBJPEG=no' |
422107f9 VZ |
1643 | elif test "$withval" = sys; then |
1644 | ac_cv_use_libjpeg='wxUSE_LIBJPEG=sys' | |
1645 | else | |
1646 | { echo "configure: error: Invalid value for --with-libjpeg: should be yes, no or sys" 1>&2; exit 1; } | |
10f2d63a VZ |
1647 | fi |
1648 | ||
1649 | else | |
1650 | ||
b12915c1 | 1651 | LINE=`grep "wxUSE_LIBJPEG" ${wx_arg_cache_file}` |
10f2d63a VZ |
1652 | if test "x$LINE" != x ; then |
1653 | eval "DEFAULT_$LINE" | |
1654 | else | |
1655 | no_cache=1 | |
1656 | fi | |
1657 | ||
b12915c1 | 1658 | ac_cv_use_libjpeg='wxUSE_LIBJPEG='$DEFAULT_wxUSE_LIBJPEG |
10f2d63a VZ |
1659 | |
1660 | fi | |
1661 | ||
1662 | ||
b12915c1 | 1663 | eval "$ac_cv_use_libjpeg" |
10f2d63a | 1664 | if test "$no_cache" != 1; then |
b12915c1 | 1665 | echo $ac_cv_use_libjpeg >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
1666 | fi |
1667 | ||
b12915c1 | 1668 | if test "$wxUSE_LIBJPEG" = yes; then |
10f2d63a | 1669 | echo "$ac_t""yes" 1>&6 |
422107f9 | 1670 | elif test "$wxUSE_LIBJPEG" = no; then |
10f2d63a | 1671 | echo "$ac_t""no" 1>&6 |
422107f9 VZ |
1672 | elif test "$wxUSE_LIBJPEG" = sys; then |
1673 | echo "$ac_t""system version" 1>&6 | |
1674 | else | |
1675 | { echo "configure: error: Invalid value for --with-libjpeg: should be yes, no or sys" 1>&2; exit 1; } | |
10f2d63a VZ |
1676 | fi |
1677 | ||
1678 | ||
b12915c1 | 1679 | echo $ac_n "checking "for --with-libtiff"""... $ac_c" 1>&6 |
422107f9 | 1680 | echo "configure:1681: checking "for --with-libtiff"" >&5 |
10f2d63a | 1681 | no_cache=0 |
b12915c1 VZ |
1682 | # Check whether --with-libtiff or --without-libtiff was given. |
1683 | if test "${with_libtiff+set}" = set; then | |
1684 | withval="$with_libtiff" | |
10f2d63a VZ |
1685 | |
1686 | if test "$withval" = yes; then | |
b12915c1 | 1687 | ac_cv_use_libtiff='wxUSE_LIBTIFF=yes' |
10f2d63a | 1688 | else |
b12915c1 | 1689 | ac_cv_use_libtiff='wxUSE_LIBTIFF=no' |
10f2d63a VZ |
1690 | fi |
1691 | ||
1692 | else | |
1693 | ||
b12915c1 | 1694 | LINE=`grep "wxUSE_LIBTIFF" ${wx_arg_cache_file}` |
10f2d63a VZ |
1695 | if test "x$LINE" != x ; then |
1696 | eval "DEFAULT_$LINE" | |
1697 | else | |
1698 | no_cache=1 | |
1699 | fi | |
1700 | ||
b12915c1 | 1701 | ac_cv_use_libtiff='wxUSE_LIBTIFF='$DEFAULT_wxUSE_LIBTIFF |
10f2d63a VZ |
1702 | |
1703 | fi | |
1704 | ||
1705 | ||
b12915c1 | 1706 | eval "$ac_cv_use_libtiff" |
10f2d63a | 1707 | if test "$no_cache" != 1; then |
b12915c1 | 1708 | echo $ac_cv_use_libtiff >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
1709 | fi |
1710 | ||
b12915c1 | 1711 | if test "$wxUSE_LIBTIFF" = yes; then |
10f2d63a VZ |
1712 | echo "$ac_t""yes" 1>&6 |
1713 | else | |
1714 | echo "$ac_t""no" 1>&6 | |
1715 | fi | |
1716 | ||
1717 | ||
b12915c1 | 1718 | echo $ac_n "checking "for --with-opengl"""... $ac_c" 1>&6 |
422107f9 | 1719 | echo "configure:1720: checking "for --with-opengl"" >&5 |
10f2d63a | 1720 | no_cache=0 |
b12915c1 VZ |
1721 | # Check whether --with-opengl or --without-opengl was given. |
1722 | if test "${with_opengl+set}" = set; then | |
1723 | withval="$with_opengl" | |
10f2d63a VZ |
1724 | |
1725 | if test "$withval" = yes; then | |
b12915c1 | 1726 | ac_cv_use_opengl='wxUSE_OPENGL=yes' |
10f2d63a | 1727 | else |
b12915c1 | 1728 | ac_cv_use_opengl='wxUSE_OPENGL=no' |
10f2d63a VZ |
1729 | fi |
1730 | ||
1731 | else | |
1732 | ||
b12915c1 | 1733 | LINE=`grep "wxUSE_OPENGL" ${wx_arg_cache_file}` |
10f2d63a VZ |
1734 | if test "x$LINE" != x ; then |
1735 | eval "DEFAULT_$LINE" | |
1736 | else | |
1737 | no_cache=1 | |
1738 | fi | |
1739 | ||
b12915c1 | 1740 | ac_cv_use_opengl='wxUSE_OPENGL='$DEFAULT_wxUSE_OPENGL |
10f2d63a VZ |
1741 | |
1742 | fi | |
1743 | ||
1744 | ||
b12915c1 | 1745 | eval "$ac_cv_use_opengl" |
10f2d63a | 1746 | if test "$no_cache" != 1; then |
b12915c1 | 1747 | echo $ac_cv_use_opengl >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
1748 | fi |
1749 | ||
b12915c1 | 1750 | if test "$wxUSE_OPENGL" = yes; then |
10f2d63a VZ |
1751 | echo "$ac_t""yes" 1>&6 |
1752 | else | |
1753 | echo "$ac_t""no" 1>&6 | |
1754 | fi | |
1755 | ||
1756 | ||
b12915c1 VZ |
1757 | fi |
1758 | ||
1759 | ||
1760 | echo $ac_n "checking "for --with-dmalloc"""... $ac_c" 1>&6 | |
422107f9 | 1761 | echo "configure:1762: checking "for --with-dmalloc"" >&5 |
c7a2bf27 | 1762 | no_cache=0 |
b12915c1 VZ |
1763 | # Check whether --with-dmalloc or --without-dmalloc was given. |
1764 | if test "${with_dmalloc+set}" = set; then | |
1765 | withval="$with_dmalloc" | |
c7a2bf27 RR |
1766 | |
1767 | if test "$withval" = yes; then | |
b12915c1 | 1768 | ac_cv_use_dmalloc='wxUSE_DMALLOC=yes' |
c7a2bf27 | 1769 | else |
b12915c1 | 1770 | ac_cv_use_dmalloc='wxUSE_DMALLOC=no' |
c7a2bf27 RR |
1771 | fi |
1772 | ||
1773 | else | |
1774 | ||
b12915c1 | 1775 | LINE=`grep "wxUSE_DMALLOC" ${wx_arg_cache_file}` |
c7a2bf27 RR |
1776 | if test "x$LINE" != x ; then |
1777 | eval "DEFAULT_$LINE" | |
1778 | else | |
1779 | no_cache=1 | |
1780 | fi | |
1781 | ||
b12915c1 | 1782 | ac_cv_use_dmalloc='wxUSE_DMALLOC='$DEFAULT_wxUSE_DMALLOC |
c7a2bf27 RR |
1783 | |
1784 | fi | |
1785 | ||
1786 | ||
b12915c1 | 1787 | eval "$ac_cv_use_dmalloc" |
c7a2bf27 | 1788 | if test "$no_cache" != 1; then |
b12915c1 | 1789 | echo $ac_cv_use_dmalloc >> ${wx_arg_cache_file}.tmp |
c7a2bf27 RR |
1790 | fi |
1791 | ||
b12915c1 | 1792 | if test "$wxUSE_DMALLOC" = yes; then |
c7a2bf27 RR |
1793 | echo "$ac_t""yes" 1>&6 |
1794 | else | |
1795 | echo "$ac_t""no" 1>&6 | |
1796 | fi | |
1797 | ||
1798 | ||
b12915c1 | 1799 | echo $ac_n "checking "for --with-zlib"""... $ac_c" 1>&6 |
422107f9 | 1800 | echo "configure:1801: checking "for --with-zlib"" >&5 |
10f2d63a | 1801 | no_cache=0 |
b12915c1 VZ |
1802 | # Check whether --with-zlib or --without-zlib was given. |
1803 | if test "${with_zlib+set}" = set; then | |
1804 | withval="$with_zlib" | |
10f2d63a VZ |
1805 | |
1806 | if test "$withval" = yes; then | |
b12915c1 | 1807 | ac_cv_use_zlib='wxUSE_ZLIB=yes' |
422107f9 | 1808 | elif test "$withval" = no; then |
b12915c1 | 1809 | ac_cv_use_zlib='wxUSE_ZLIB=no' |
422107f9 VZ |
1810 | elif test "$withval" = sys; then |
1811 | ac_cv_use_zlib='wxUSE_ZLIB=sys' | |
1812 | else | |
1813 | { echo "configure: error: Invalid value for --with-zlib: should be yes, no or sys" 1>&2; exit 1; } | |
10f2d63a VZ |
1814 | fi |
1815 | ||
1816 | else | |
1817 | ||
b12915c1 | 1818 | LINE=`grep "wxUSE_ZLIB" ${wx_arg_cache_file}` |
10f2d63a VZ |
1819 | if test "x$LINE" != x ; then |
1820 | eval "DEFAULT_$LINE" | |
1821 | else | |
1822 | no_cache=1 | |
1823 | fi | |
1824 | ||
b12915c1 | 1825 | ac_cv_use_zlib='wxUSE_ZLIB='$DEFAULT_wxUSE_ZLIB |
10f2d63a VZ |
1826 | |
1827 | fi | |
1828 | ||
1829 | ||
b12915c1 | 1830 | eval "$ac_cv_use_zlib" |
10f2d63a | 1831 | if test "$no_cache" != 1; then |
b12915c1 | 1832 | echo $ac_cv_use_zlib >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
1833 | fi |
1834 | ||
b12915c1 | 1835 | if test "$wxUSE_ZLIB" = yes; then |
10f2d63a | 1836 | echo "$ac_t""yes" 1>&6 |
422107f9 | 1837 | elif test "$wxUSE_ZLIB" = no; then |
bdad4e7e | 1838 | echo "$ac_t""no" 1>&6 |
422107f9 VZ |
1839 | elif test "$wxUSE_ZLIB" = sys; then |
1840 | echo "$ac_t""system version" 1>&6 | |
1841 | else | |
1842 | { echo "configure: error: Invalid value for --with-zlib: should be yes, no or sys" 1>&2; exit 1; } | |
10f2d63a VZ |
1843 | fi |
1844 | ||
1845 | ||
1846 | echo $ac_n "checking "for --with-odbc"""... $ac_c" 1>&6 | |
422107f9 | 1847 | echo "configure:1848: checking "for --with-odbc"" >&5 |
10f2d63a VZ |
1848 | no_cache=0 |
1849 | # Check whether --with-odbc or --without-odbc was given. | |
1850 | if test "${with_odbc+set}" = set; then | |
1851 | withval="$with_odbc" | |
1852 | ||
1853 | if test "$withval" = yes; then | |
1854 | ac_cv_use_odbc='wxUSE_ODBC=yes' | |
1855 | else | |
1856 | ac_cv_use_odbc='wxUSE_ODBC=no' | |
1857 | fi | |
1858 | ||
1859 | else | |
1860 | ||
1861 | LINE=`grep "wxUSE_ODBC" ${wx_arg_cache_file}` | |
1862 | if test "x$LINE" != x ; then | |
1863 | eval "DEFAULT_$LINE" | |
1864 | else | |
1865 | no_cache=1 | |
1866 | fi | |
1867 | ||
1868 | ac_cv_use_odbc='wxUSE_ODBC='$DEFAULT_wxUSE_ODBC | |
1869 | ||
1870 | fi | |
1871 | ||
1872 | ||
1873 | eval "$ac_cv_use_odbc" | |
1874 | if test "$no_cache" != 1; then | |
1875 | echo $ac_cv_use_odbc >> ${wx_arg_cache_file}.tmp | |
1876 | fi | |
1877 | ||
1878 | if test "$wxUSE_ODBC" = yes; then | |
1879 | echo "$ac_t""yes" 1>&6 | |
1880 | else | |
1881 | echo "$ac_t""no" 1>&6 | |
1882 | fi | |
1883 | ||
1884 | ||
1885 | ||
1886 | ||
1887 | ||
1888 | echo $ac_n "checking "for --enable-shared"""... $ac_c" 1>&6 | |
422107f9 | 1889 | echo "configure:1890: checking "for --enable-shared"" >&5 |
10f2d63a VZ |
1890 | no_cache=0 |
1891 | # Check whether --enable-shared or --disable-shared was given. | |
1892 | if test "${enable_shared+set}" = set; then | |
1893 | enableval="$enable_shared" | |
1894 | ||
1895 | if test "$enableval" = yes; then | |
1896 | ac_cv_use_shared='wxUSE_SHARED=yes' | |
1897 | else | |
1898 | ac_cv_use_shared='wxUSE_SHARED=no' | |
1899 | fi | |
1900 | ||
1901 | else | |
1902 | ||
1903 | LINE=`grep "wxUSE_SHARED" ${wx_arg_cache_file}` | |
1904 | if test "x$LINE" != x ; then | |
1905 | eval "DEFAULT_$LINE" | |
1906 | else | |
1907 | no_cache=1 | |
1908 | fi | |
1909 | ||
1910 | ac_cv_use_shared='wxUSE_SHARED='$DEFAULT_wxUSE_SHARED | |
1911 | ||
1912 | fi | |
1913 | ||
1914 | ||
1915 | eval "$ac_cv_use_shared" | |
1916 | if test "$no_cache" != 1; then | |
1917 | echo $ac_cv_use_shared >> ${wx_arg_cache_file}.tmp | |
1918 | fi | |
1919 | ||
1920 | if test "$wxUSE_SHARED" = yes; then | |
1921 | echo "$ac_t""yes" 1>&6 | |
1922 | else | |
1923 | echo "$ac_t""no" 1>&6 | |
1924 | fi | |
1925 | ||
1926 | ||
00cf1208 | 1927 | echo $ac_n "checking "for --enable-burnt_name"""... $ac_c" 1>&6 |
422107f9 | 1928 | echo "configure:1929: checking "for --enable-burnt_name"" >&5 |
00cf1208 RR |
1929 | no_cache=0 |
1930 | # Check whether --enable-burnt_name or --disable-burnt_name was given. | |
1931 | if test "${enable_burnt_name+set}" = set; then | |
1932 | enableval="$enable_burnt_name" | |
1933 | ||
1934 | if test "$enableval" = yes; then | |
1935 | ac_cv_use_burnt_name='wxUSE_BURNT_NAME=yes' | |
1936 | else | |
1937 | ac_cv_use_burnt_name='wxUSE_BURNT_NAME=no' | |
1938 | fi | |
1939 | ||
1940 | else | |
1941 | ||
1942 | LINE=`grep "wxUSE_BURNT_NAME" ${wx_arg_cache_file}` | |
1943 | if test "x$LINE" != x ; then | |
1944 | eval "DEFAULT_$LINE" | |
1945 | else | |
1946 | no_cache=1 | |
1947 | fi | |
1948 | ||
1949 | ac_cv_use_burnt_name='wxUSE_BURNT_NAME='$DEFAULT_wxUSE_BURNT_NAME | |
1950 | ||
1951 | fi | |
1952 | ||
1953 | ||
1954 | eval "$ac_cv_use_burnt_name" | |
1955 | if test "$no_cache" != 1; then | |
1956 | echo $ac_cv_use_burnt_name >> ${wx_arg_cache_file}.tmp | |
1957 | fi | |
1958 | ||
1959 | if test "$wxUSE_BURNT_NAME" = yes; then | |
1960 | echo "$ac_t""yes" 1>&6 | |
1961 | else | |
1962 | echo "$ac_t""no" 1>&6 | |
1963 | fi | |
1964 | ||
1965 | ||
10f2d63a | 1966 | echo $ac_n "checking "for --enable-optimise"""... $ac_c" 1>&6 |
422107f9 | 1967 | echo "configure:1968: checking "for --enable-optimise"" >&5 |
10f2d63a VZ |
1968 | no_cache=0 |
1969 | # Check whether --enable-optimise or --disable-optimise was given. | |
1970 | if test "${enable_optimise+set}" = set; then | |
1971 | enableval="$enable_optimise" | |
1972 | ||
1973 | if test "$enableval" = yes; then | |
1974 | ac_cv_use_optimise='wxUSE_OPTIMISE=yes' | |
1975 | else | |
1976 | ac_cv_use_optimise='wxUSE_OPTIMISE=no' | |
1977 | fi | |
1978 | ||
1979 | else | |
1980 | ||
1981 | LINE=`grep "wxUSE_OPTIMISE" ${wx_arg_cache_file}` | |
1982 | if test "x$LINE" != x ; then | |
1983 | eval "DEFAULT_$LINE" | |
1984 | else | |
1985 | no_cache=1 | |
1986 | fi | |
1987 | ||
1988 | ac_cv_use_optimise='wxUSE_OPTIMISE='$DEFAULT_wxUSE_OPTIMISE | |
1989 | ||
1990 | fi | |
1991 | ||
1992 | ||
1993 | eval "$ac_cv_use_optimise" | |
1994 | if test "$no_cache" != 1; then | |
1995 | echo $ac_cv_use_optimise >> ${wx_arg_cache_file}.tmp | |
1996 | fi | |
1997 | ||
1998 | if test "$wxUSE_OPTIMISE" = yes; then | |
1999 | echo "$ac_t""yes" 1>&6 | |
2000 | else | |
2001 | echo "$ac_t""no" 1>&6 | |
2002 | fi | |
2003 | ||
2004 | ||
2005 | echo $ac_n "checking "for --enable-debug"""... $ac_c" 1>&6 | |
422107f9 | 2006 | echo "configure:2007: checking "for --enable-debug"" >&5 |
10f2d63a VZ |
2007 | no_cache=0 |
2008 | # Check whether --enable-debug or --disable-debug was given. | |
2009 | if test "${enable_debug+set}" = set; then | |
2010 | enableval="$enable_debug" | |
2011 | ||
2012 | if test "$enableval" = yes; then | |
2013 | ac_cv_use_debug='wxUSE_DEBUG=yes' | |
2014 | else | |
2015 | ac_cv_use_debug='wxUSE_DEBUG=no' | |
2016 | fi | |
2017 | ||
2018 | else | |
2019 | ||
2020 | LINE=`grep "wxUSE_DEBUG" ${wx_arg_cache_file}` | |
2021 | if test "x$LINE" != x ; then | |
2022 | eval "DEFAULT_$LINE" | |
2023 | else | |
2024 | no_cache=1 | |
2025 | fi | |
2026 | ||
2027 | ac_cv_use_debug='wxUSE_DEBUG='$DEFAULT_wxUSE_DEBUG | |
2028 | ||
2029 | fi | |
2030 | ||
2031 | ||
2032 | eval "$ac_cv_use_debug" | |
2033 | if test "$no_cache" != 1; then | |
2034 | echo $ac_cv_use_debug >> ${wx_arg_cache_file}.tmp | |
2035 | fi | |
2036 | ||
2037 | if test "$wxUSE_DEBUG" = yes; then | |
2038 | echo "$ac_t""yes" 1>&6 | |
2039 | else | |
2040 | echo "$ac_t""no" 1>&6 | |
2041 | fi | |
2042 | ||
2043 | ||
2044 | if test "$wxUSE_DEBUG" = "yes"; then | |
2045 | DEFAULT_wxUSE_DEBUG_FLAG=yes | |
2046 | DEFAULT_wxUSE_DEBUG_INFO=yes | |
2047 | elif test "$wxUSE_DEBUG" = "no"; then | |
2048 | DEFAULT_wxUSE_DEBUG_FLAG=no | |
2049 | DEFAULT_wxUSE_DEBUG_INFO=no | |
2050 | fi | |
2051 | ||
2052 | ||
2053 | echo $ac_n "checking "for --enable-debug_flag"""... $ac_c" 1>&6 | |
422107f9 | 2054 | echo "configure:2055: checking "for --enable-debug_flag"" >&5 |
10f2d63a VZ |
2055 | no_cache=0 |
2056 | # Check whether --enable-debug_flag or --disable-debug_flag was given. | |
2057 | if test "${enable_debug_flag+set}" = set; then | |
2058 | enableval="$enable_debug_flag" | |
2059 | ||
2060 | if test "$enableval" = yes; then | |
2061 | ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=yes' | |
2062 | else | |
2063 | ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=no' | |
2064 | fi | |
2065 | ||
2066 | else | |
2067 | ||
2068 | LINE=`grep "wxUSE_DEBUG_FLAG" ${wx_arg_cache_file}` | |
2069 | if test "x$LINE" != x ; then | |
2070 | eval "DEFAULT_$LINE" | |
2071 | else | |
2072 | no_cache=1 | |
2073 | fi | |
2074 | ||
2075 | ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG='$DEFAULT_wxUSE_DEBUG_FLAG | |
2076 | ||
2077 | fi | |
2078 | ||
2079 | ||
2080 | eval "$ac_cv_use_debug_flag" | |
2081 | if test "$no_cache" != 1; then | |
2082 | echo $ac_cv_use_debug_flag >> ${wx_arg_cache_file}.tmp | |
2083 | fi | |
2084 | ||
2085 | if test "$wxUSE_DEBUG_FLAG" = yes; then | |
2086 | echo "$ac_t""yes" 1>&6 | |
2087 | else | |
2088 | echo "$ac_t""no" 1>&6 | |
2089 | fi | |
2090 | ||
2091 | ||
2092 | echo $ac_n "checking "for --enable-debug_info"""... $ac_c" 1>&6 | |
422107f9 | 2093 | echo "configure:2094: checking "for --enable-debug_info"" >&5 |
10f2d63a VZ |
2094 | no_cache=0 |
2095 | # Check whether --enable-debug_info or --disable-debug_info was given. | |
2096 | if test "${enable_debug_info+set}" = set; then | |
2097 | enableval="$enable_debug_info" | |
2098 | ||
2099 | if test "$enableval" = yes; then | |
2100 | ac_cv_use_debug_info='wxUSE_DEBUG_INFO=yes' | |
2101 | else | |
2102 | ac_cv_use_debug_info='wxUSE_DEBUG_INFO=no' | |
2103 | fi | |
2104 | ||
2105 | else | |
2106 | ||
2107 | LINE=`grep "wxUSE_DEBUG_INFO" ${wx_arg_cache_file}` | |
2108 | if test "x$LINE" != x ; then | |
2109 | eval "DEFAULT_$LINE" | |
2110 | else | |
2111 | no_cache=1 | |
2112 | fi | |
2113 | ||
2114 | ac_cv_use_debug_info='wxUSE_DEBUG_INFO='$DEFAULT_wxUSE_DEBUG_INFO | |
2115 | ||
2116 | fi | |
2117 | ||
2118 | ||
2119 | eval "$ac_cv_use_debug_info" | |
2120 | if test "$no_cache" != 1; then | |
2121 | echo $ac_cv_use_debug_info >> ${wx_arg_cache_file}.tmp | |
2122 | fi | |
2123 | ||
2124 | if test "$wxUSE_DEBUG_INFO" = yes; then | |
2125 | echo "$ac_t""yes" 1>&6 | |
2126 | else | |
2127 | echo "$ac_t""no" 1>&6 | |
2128 | fi | |
2129 | ||
2130 | ||
2131 | echo $ac_n "checking "for --enable-debug_gdb"""... $ac_c" 1>&6 | |
422107f9 | 2132 | echo "configure:2133: checking "for --enable-debug_gdb"" >&5 |
10f2d63a VZ |
2133 | no_cache=0 |
2134 | # Check whether --enable-debug_gdb or --disable-debug_gdb was given. | |
2135 | if test "${enable_debug_gdb+set}" = set; then | |
2136 | enableval="$enable_debug_gdb" | |
2137 | ||
2138 | if test "$enableval" = yes; then | |
2139 | ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=yes' | |
2140 | else | |
2141 | ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=no' | |
2142 | fi | |
2143 | ||
2144 | else | |
2145 | ||
2146 | LINE=`grep "wxUSE_DEBUG_GDB" ${wx_arg_cache_file}` | |
2147 | if test "x$LINE" != x ; then | |
2148 | eval "DEFAULT_$LINE" | |
2149 | else | |
2150 | no_cache=1 | |
2151 | fi | |
2152 | ||
2153 | ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB='$DEFAULT_wxUSE_DEBUG_GDB | |
2154 | ||
2155 | fi | |
2156 | ||
2157 | ||
2158 | eval "$ac_cv_use_debug_gdb" | |
2159 | if test "$no_cache" != 1; then | |
2160 | echo $ac_cv_use_debug_gdb >> ${wx_arg_cache_file}.tmp | |
2161 | fi | |
2162 | ||
2163 | if test "$wxUSE_DEBUG_GDB" = yes; then | |
2164 | echo "$ac_t""yes" 1>&6 | |
2165 | else | |
2166 | echo "$ac_t""no" 1>&6 | |
2167 | fi | |
2168 | ||
2169 | ||
2170 | echo $ac_n "checking "for --enable-debug_cntxt"""... $ac_c" 1>&6 | |
422107f9 | 2171 | echo "configure:2172: checking "for --enable-debug_cntxt"" >&5 |
10f2d63a VZ |
2172 | no_cache=0 |
2173 | # Check whether --enable-debug_cntxt or --disable-debug_cntxt was given. | |
2174 | if test "${enable_debug_cntxt+set}" = set; then | |
2175 | enableval="$enable_debug_cntxt" | |
2176 | ||
2177 | if test "$enableval" = yes; then | |
2178 | ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=yes' | |
2179 | else | |
2180 | ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=no' | |
2181 | fi | |
2182 | ||
2183 | else | |
2184 | ||
2185 | LINE=`grep "wxUSE_DEBUG_CONTEXT" ${wx_arg_cache_file}` | |
2186 | if test "x$LINE" != x ; then | |
2187 | eval "DEFAULT_$LINE" | |
2188 | else | |
2189 | no_cache=1 | |
2190 | fi | |
2191 | ||
2192 | ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT='$DEFAULT_wxUSE_DEBUG_CONTEXT | |
2193 | ||
2194 | fi | |
2195 | ||
2196 | ||
2197 | eval "$ac_cv_use_debug_cntxt" | |
2198 | if test "$no_cache" != 1; then | |
2199 | echo $ac_cv_use_debug_cntxt >> ${wx_arg_cache_file}.tmp | |
2200 | fi | |
2201 | ||
2202 | if test "$wxUSE_DEBUG_CONTEXT" = yes; then | |
2203 | echo "$ac_t""yes" 1>&6 | |
2204 | else | |
2205 | echo "$ac_t""no" 1>&6 | |
2206 | fi | |
2207 | ||
2208 | ||
2209 | echo $ac_n "checking "for --enable-mem_tracing"""... $ac_c" 1>&6 | |
422107f9 | 2210 | echo "configure:2211: checking "for --enable-mem_tracing"" >&5 |
10f2d63a VZ |
2211 | no_cache=0 |
2212 | # Check whether --enable-mem_tracing or --disable-mem_tracing was given. | |
2213 | if test "${enable_mem_tracing+set}" = set; then | |
2214 | enableval="$enable_mem_tracing" | |
2215 | ||
2216 | if test "$enableval" = yes; then | |
2217 | ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=yes' | |
2218 | else | |
2219 | ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=no' | |
2220 | fi | |
2221 | ||
2222 | else | |
2223 | ||
2224 | LINE=`grep "wxUSE_MEM_TRACING" ${wx_arg_cache_file}` | |
2225 | if test "x$LINE" != x ; then | |
2226 | eval "DEFAULT_$LINE" | |
2227 | else | |
2228 | no_cache=1 | |
2229 | fi | |
2230 | ||
2231 | ac_cv_use_mem_tracing='wxUSE_MEM_TRACING='$DEFAULT_wxUSE_MEM_TRACING | |
2232 | ||
2233 | fi | |
2234 | ||
2235 | ||
2236 | eval "$ac_cv_use_mem_tracing" | |
2237 | if test "$no_cache" != 1; then | |
2238 | echo $ac_cv_use_mem_tracing >> ${wx_arg_cache_file}.tmp | |
2239 | fi | |
2240 | ||
2241 | if test "$wxUSE_MEM_TRACING" = yes; then | |
2242 | echo "$ac_t""yes" 1>&6 | |
2243 | else | |
2244 | echo "$ac_t""no" 1>&6 | |
2245 | fi | |
2246 | ||
2247 | ||
2248 | echo $ac_n "checking "for --enable-profile"""... $ac_c" 1>&6 | |
422107f9 | 2249 | echo "configure:2250: checking "for --enable-profile"" >&5 |
10f2d63a VZ |
2250 | no_cache=0 |
2251 | # Check whether --enable-profile or --disable-profile was given. | |
2252 | if test "${enable_profile+set}" = set; then | |
2253 | enableval="$enable_profile" | |
2254 | ||
2255 | if test "$enableval" = yes; then | |
2256 | ac_cv_use_profile='wxUSE_PROFILE=yes' | |
2257 | else | |
2258 | ac_cv_use_profile='wxUSE_PROFILE=no' | |
2259 | fi | |
2260 | ||
2261 | else | |
2262 | ||
2263 | LINE=`grep "wxUSE_PROFILE" ${wx_arg_cache_file}` | |
2264 | if test "x$LINE" != x ; then | |
2265 | eval "DEFAULT_$LINE" | |
2266 | else | |
2267 | no_cache=1 | |
2268 | fi | |
2269 | ||
2270 | ac_cv_use_profile='wxUSE_PROFILE='$DEFAULT_wxUSE_PROFILE | |
2271 | ||
2272 | fi | |
2273 | ||
2274 | ||
2275 | eval "$ac_cv_use_profile" | |
2276 | if test "$no_cache" != 1; then | |
2277 | echo $ac_cv_use_profile >> ${wx_arg_cache_file}.tmp | |
2278 | fi | |
2279 | ||
2280 | if test "$wxUSE_PROFILE" = yes; then | |
2281 | echo "$ac_t""yes" 1>&6 | |
2282 | else | |
2283 | echo "$ac_t""no" 1>&6 | |
2284 | fi | |
2285 | ||
2286 | ||
2287 | echo $ac_n "checking "for --enable-no_rtti"""... $ac_c" 1>&6 | |
422107f9 | 2288 | echo "configure:2289: checking "for --enable-no_rtti"" >&5 |
10f2d63a VZ |
2289 | no_cache=0 |
2290 | # Check whether --enable-no_rtti or --disable-no_rtti was given. | |
2291 | if test "${enable_no_rtti+set}" = set; then | |
2292 | enableval="$enable_no_rtti" | |
2293 | ||
2294 | if test "$enableval" = yes; then | |
2295 | ac_cv_use_no_rtti='wxUSE_NO_RTTI=yes' | |
2296 | else | |
2297 | ac_cv_use_no_rtti='wxUSE_NO_RTTI=no' | |
2298 | fi | |
2299 | ||
2300 | else | |
2301 | ||
2302 | LINE=`grep "wxUSE_NO_RTTI" ${wx_arg_cache_file}` | |
2303 | if test "x$LINE" != x ; then | |
2304 | eval "DEFAULT_$LINE" | |
2305 | else | |
2306 | no_cache=1 | |
2307 | fi | |
2308 | ||
2309 | ac_cv_use_no_rtti='wxUSE_NO_RTTI='$DEFAULT_wxUSE_NO_RTTI | |
2310 | ||
2311 | fi | |
2312 | ||
2313 | ||
2314 | eval "$ac_cv_use_no_rtti" | |
2315 | if test "$no_cache" != 1; then | |
2316 | echo $ac_cv_use_no_rtti >> ${wx_arg_cache_file}.tmp | |
2317 | fi | |
2318 | ||
2319 | if test "$wxUSE_NO_RTTI" = yes; then | |
2320 | echo "$ac_t""yes" 1>&6 | |
2321 | else | |
2322 | echo "$ac_t""no" 1>&6 | |
2323 | fi | |
2324 | ||
2325 | ||
2326 | echo $ac_n "checking "for --enable-no_exceptions"""... $ac_c" 1>&6 | |
422107f9 | 2327 | echo "configure:2328: checking "for --enable-no_exceptions"" >&5 |
10f2d63a VZ |
2328 | no_cache=0 |
2329 | # Check whether --enable-no_exceptions or --disable-no_exceptions was given. | |
2330 | if test "${enable_no_exceptions+set}" = set; then | |
2331 | enableval="$enable_no_exceptions" | |
2332 | ||
2333 | if test "$enableval" = yes; then | |
2334 | ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=yes' | |
2335 | else | |
2336 | ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=no' | |
2337 | fi | |
2338 | ||
2339 | else | |
2340 | ||
2341 | LINE=`grep "wxUSE_NO_EXCEPTIONS" ${wx_arg_cache_file}` | |
2342 | if test "x$LINE" != x ; then | |
2343 | eval "DEFAULT_$LINE" | |
2344 | else | |
2345 | no_cache=1 | |
2346 | fi | |
2347 | ||
2348 | ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS='$DEFAULT_wxUSE_NO_EXCEPTIONS | |
2349 | ||
2350 | fi | |
2351 | ||
2352 | ||
2353 | eval "$ac_cv_use_no_exceptions" | |
2354 | if test "$no_cache" != 1; then | |
2355 | echo $ac_cv_use_no_exceptions >> ${wx_arg_cache_file}.tmp | |
2356 | fi | |
2357 | ||
2358 | if test "$wxUSE_NO_EXCEPTIONS" = yes; then | |
2359 | echo "$ac_t""yes" 1>&6 | |
2360 | else | |
2361 | echo "$ac_t""no" 1>&6 | |
2362 | fi | |
2363 | ||
2364 | ||
2365 | echo $ac_n "checking "for --enable-permissive"""... $ac_c" 1>&6 | |
422107f9 | 2366 | echo "configure:2367: checking "for --enable-permissive"" >&5 |
10f2d63a VZ |
2367 | no_cache=0 |
2368 | # Check whether --enable-permissive or --disable-permissive was given. | |
2369 | if test "${enable_permissive+set}" = set; then | |
2370 | enableval="$enable_permissive" | |
2371 | ||
2372 | if test "$enableval" = yes; then | |
2373 | ac_cv_use_permissive='wxUSE_PERMISSIVE=yes' | |
2374 | else | |
2375 | ac_cv_use_permissive='wxUSE_PERMISSIVE=no' | |
2376 | fi | |
2377 | ||
2378 | else | |
2379 | ||
2380 | LINE=`grep "wxUSE_PERMISSIVE" ${wx_arg_cache_file}` | |
2381 | if test "x$LINE" != x ; then | |
2382 | eval "DEFAULT_$LINE" | |
2383 | else | |
2384 | no_cache=1 | |
2385 | fi | |
2386 | ||
2387 | ac_cv_use_permissive='wxUSE_PERMISSIVE='$DEFAULT_wxUSE_PERMISSIVE | |
2388 | ||
2389 | fi | |
2390 | ||
2391 | ||
2392 | eval "$ac_cv_use_permissive" | |
2393 | if test "$no_cache" != 1; then | |
2394 | echo $ac_cv_use_permissive >> ${wx_arg_cache_file}.tmp | |
2395 | fi | |
2396 | ||
2397 | if test "$wxUSE_PERMISSIVE" = yes; then | |
2398 | echo "$ac_t""yes" 1>&6 | |
2399 | else | |
2400 | echo "$ac_t""no" 1>&6 | |
2401 | fi | |
2402 | ||
2403 | ||
2404 | echo $ac_n "checking "for --enable-no_deps"""... $ac_c" 1>&6 | |
422107f9 | 2405 | echo "configure:2406: checking "for --enable-no_deps"" >&5 |
10f2d63a VZ |
2406 | no_cache=0 |
2407 | # Check whether --enable-no_deps or --disable-no_deps was given. | |
2408 | if test "${enable_no_deps+set}" = set; then | |
2409 | enableval="$enable_no_deps" | |
2410 | ||
2411 | if test "$enableval" = yes; then | |
2412 | ac_cv_use_no_deps='wxUSE_NO_DEPS=yes' | |
2413 | else | |
2414 | ac_cv_use_no_deps='wxUSE_NO_DEPS=no' | |
2415 | fi | |
2416 | ||
2417 | else | |
2418 | ||
2419 | LINE=`grep "wxUSE_NO_DEPS" ${wx_arg_cache_file}` | |
2420 | if test "x$LINE" != x ; then | |
2421 | eval "DEFAULT_$LINE" | |
2422 | else | |
2423 | no_cache=1 | |
2424 | fi | |
2425 | ||
2426 | ac_cv_use_no_deps='wxUSE_NO_DEPS='$DEFAULT_wxUSE_NO_DEPS | |
2427 | ||
2428 | fi | |
2429 | ||
2430 | ||
2431 | eval "$ac_cv_use_no_deps" | |
2432 | if test "$no_cache" != 1; then | |
2433 | echo $ac_cv_use_no_deps >> ${wx_arg_cache_file}.tmp | |
2434 | fi | |
2435 | ||
2436 | if test "$wxUSE_NO_DEPS" = yes; then | |
2437 | echo "$ac_t""yes" 1>&6 | |
2438 | else | |
2439 | echo "$ac_t""no" 1>&6 | |
2440 | fi | |
2441 | ||
2442 | ||
2443 | ||
2444 | ||
2445 | echo $ac_n "checking "for --enable-intl"""... $ac_c" 1>&6 | |
422107f9 | 2446 | echo "configure:2447: checking "for --enable-intl"" >&5 |
10f2d63a VZ |
2447 | no_cache=0 |
2448 | # Check whether --enable-intl or --disable-intl was given. | |
2449 | if test "${enable_intl+set}" = set; then | |
2450 | enableval="$enable_intl" | |
2451 | ||
2452 | if test "$enableval" = yes; then | |
2453 | ac_cv_use_intl='wxUSE_INTL=yes' | |
2454 | else | |
2455 | ac_cv_use_intl='wxUSE_INTL=no' | |
2456 | fi | |
2457 | ||
2458 | else | |
2459 | ||
2460 | LINE=`grep "wxUSE_INTL" ${wx_arg_cache_file}` | |
2461 | if test "x$LINE" != x ; then | |
2462 | eval "DEFAULT_$LINE" | |
2463 | else | |
2464 | no_cache=1 | |
2465 | fi | |
2466 | ||
2467 | ac_cv_use_intl='wxUSE_INTL='$DEFAULT_wxUSE_INTL | |
2468 | ||
2469 | fi | |
2470 | ||
2471 | ||
2472 | eval "$ac_cv_use_intl" | |
2473 | if test "$no_cache" != 1; then | |
2474 | echo $ac_cv_use_intl >> ${wx_arg_cache_file}.tmp | |
2475 | fi | |
2476 | ||
2477 | if test "$wxUSE_INTL" = yes; then | |
2478 | echo "$ac_t""yes" 1>&6 | |
2479 | else | |
2480 | echo "$ac_t""no" 1>&6 | |
2481 | fi | |
2482 | ||
2483 | ||
2484 | echo $ac_n "checking "for --enable-config"""... $ac_c" 1>&6 | |
422107f9 | 2485 | echo "configure:2486: checking "for --enable-config"" >&5 |
10f2d63a VZ |
2486 | no_cache=0 |
2487 | # Check whether --enable-config or --disable-config was given. | |
2488 | if test "${enable_config+set}" = set; then | |
2489 | enableval="$enable_config" | |
2490 | ||
2491 | if test "$enableval" = yes; then | |
2492 | ac_cv_use_config='wxUSE_CONFIG=yes' | |
2493 | else | |
2494 | ac_cv_use_config='wxUSE_CONFIG=no' | |
2495 | fi | |
2496 | ||
2497 | else | |
2498 | ||
2499 | LINE=`grep "wxUSE_CONFIG" ${wx_arg_cache_file}` | |
2500 | if test "x$LINE" != x ; then | |
2501 | eval "DEFAULT_$LINE" | |
2502 | else | |
2503 | no_cache=1 | |
2504 | fi | |
2505 | ||
2506 | ac_cv_use_config='wxUSE_CONFIG='$DEFAULT_wxUSE_CONFIG | |
2507 | ||
2508 | fi | |
2509 | ||
2510 | ||
2511 | eval "$ac_cv_use_config" | |
2512 | if test "$no_cache" != 1; then | |
2513 | echo $ac_cv_use_config >> ${wx_arg_cache_file}.tmp | |
2514 | fi | |
2515 | ||
2516 | if test "$wxUSE_CONFIG" = yes; then | |
2517 | echo "$ac_t""yes" 1>&6 | |
2518 | else | |
2519 | echo "$ac_t""no" 1>&6 | |
2520 | fi | |
2521 | ||
2522 | ||
b12915c1 VZ |
2523 | if test "$wxUSE_GUI" = "yes"; then |
2524 | ||
10f2d63a | 2525 | echo $ac_n "checking "for --enable-sockets"""... $ac_c" 1>&6 |
422107f9 | 2526 | echo "configure:2527: checking "for --enable-sockets"" >&5 |
10f2d63a VZ |
2527 | no_cache=0 |
2528 | # Check whether --enable-sockets or --disable-sockets was given. | |
2529 | if test "${enable_sockets+set}" = set; then | |
2530 | enableval="$enable_sockets" | |
2531 | ||
2532 | if test "$enableval" = yes; then | |
2533 | ac_cv_use_sockets='wxUSE_SOCKETS=yes' | |
2534 | else | |
2535 | ac_cv_use_sockets='wxUSE_SOCKETS=no' | |
2536 | fi | |
2537 | ||
2538 | else | |
2539 | ||
2540 | LINE=`grep "wxUSE_SOCKETS" ${wx_arg_cache_file}` | |
2541 | if test "x$LINE" != x ; then | |
2542 | eval "DEFAULT_$LINE" | |
2543 | else | |
2544 | no_cache=1 | |
2545 | fi | |
2546 | ||
2547 | ac_cv_use_sockets='wxUSE_SOCKETS='$DEFAULT_wxUSE_SOCKETS | |
2548 | ||
2549 | fi | |
2550 | ||
2551 | ||
2552 | eval "$ac_cv_use_sockets" | |
2553 | if test "$no_cache" != 1; then | |
2554 | echo $ac_cv_use_sockets >> ${wx_arg_cache_file}.tmp | |
2555 | fi | |
2556 | ||
2557 | if test "$wxUSE_SOCKETS" = yes; then | |
2558 | echo "$ac_t""yes" 1>&6 | |
2559 | else | |
2560 | echo "$ac_t""no" 1>&6 | |
2561 | fi | |
2562 | ||
b12915c1 VZ |
2563 | else |
2564 | wxUSE_SOCKETS=no | |
2565 | fi | |
2566 | ||
10f2d63a VZ |
2567 | |
2568 | echo $ac_n "checking "for --enable-dialupman"""... $ac_c" 1>&6 | |
422107f9 | 2569 | echo "configure:2570: checking "for --enable-dialupman"" >&5 |
10f2d63a VZ |
2570 | no_cache=0 |
2571 | # Check whether --enable-dialupman or --disable-dialupman was given. | |
2572 | if test "${enable_dialupman+set}" = set; then | |
2573 | enableval="$enable_dialupman" | |
2574 | ||
2575 | if test "$enableval" = yes; then | |
2576 | ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=yes' | |
2577 | else | |
2578 | ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=no' | |
2579 | fi | |
2580 | ||
2581 | else | |
2582 | ||
2583 | LINE=`grep "wxUSE_DIALUP_MANAGER" ${wx_arg_cache_file}` | |
2584 | if test "x$LINE" != x ; then | |
2585 | eval "DEFAULT_$LINE" | |
2586 | else | |
2587 | no_cache=1 | |
2588 | fi | |
2589 | ||
2590 | ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER='$DEFAULT_wxUSE_DIALUP_MANAGER | |
2591 | ||
2592 | fi | |
2593 | ||
2594 | ||
2595 | eval "$ac_cv_use_dialupman" | |
2596 | if test "$no_cache" != 1; then | |
2597 | echo $ac_cv_use_dialupman >> ${wx_arg_cache_file}.tmp | |
2598 | fi | |
2599 | ||
2600 | if test "$wxUSE_DIALUP_MANAGER" = yes; then | |
2601 | echo "$ac_t""yes" 1>&6 | |
2602 | else | |
2603 | echo "$ac_t""no" 1>&6 | |
2604 | fi | |
2605 | ||
2606 | ||
2607 | echo $ac_n "checking "for --enable-ipc"""... $ac_c" 1>&6 | |
422107f9 | 2608 | echo "configure:2609: checking "for --enable-ipc"" >&5 |
10f2d63a VZ |
2609 | no_cache=0 |
2610 | # Check whether --enable-ipc or --disable-ipc was given. | |
2611 | if test "${enable_ipc+set}" = set; then | |
2612 | enableval="$enable_ipc" | |
2613 | ||
2614 | if test "$enableval" = yes; then | |
2615 | ac_cv_use_ipc='wxUSE_IPC=yes' | |
2616 | else | |
2617 | ac_cv_use_ipc='wxUSE_IPC=no' | |
2618 | fi | |
2619 | ||
2620 | else | |
2621 | ||
2622 | LINE=`grep "wxUSE_IPC" ${wx_arg_cache_file}` | |
2623 | if test "x$LINE" != x ; then | |
2624 | eval "DEFAULT_$LINE" | |
2625 | else | |
2626 | no_cache=1 | |
2627 | fi | |
2628 | ||
2629 | ac_cv_use_ipc='wxUSE_IPC='$DEFAULT_wxUSE_IPC | |
2630 | ||
2631 | fi | |
2632 | ||
2633 | ||
2634 | eval "$ac_cv_use_ipc" | |
2635 | if test "$no_cache" != 1; then | |
2636 | echo $ac_cv_use_ipc >> ${wx_arg_cache_file}.tmp | |
2637 | fi | |
2638 | ||
2639 | if test "$wxUSE_IPC" = yes; then | |
2640 | echo "$ac_t""yes" 1>&6 | |
2641 | else | |
2642 | echo "$ac_t""no" 1>&6 | |
2643 | fi | |
2644 | ||
2645 | ||
2646 | echo $ac_n "checking "for --enable-apple_ieee"""... $ac_c" 1>&6 | |
422107f9 | 2647 | echo "configure:2648: checking "for --enable-apple_ieee"" >&5 |
10f2d63a VZ |
2648 | no_cache=0 |
2649 | # Check whether --enable-apple_ieee or --disable-apple_ieee was given. | |
2650 | if test "${enable_apple_ieee+set}" = set; then | |
2651 | enableval="$enable_apple_ieee" | |
2652 | ||
2653 | if test "$enableval" = yes; then | |
2654 | ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=yes' | |
2655 | else | |
2656 | ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=no' | |
2657 | fi | |
2658 | ||
2659 | else | |
2660 | ||
2661 | LINE=`grep "wxUSE_APPLE_IEEE" ${wx_arg_cache_file}` | |
2662 | if test "x$LINE" != x ; then | |
2663 | eval "DEFAULT_$LINE" | |
2664 | else | |
2665 | no_cache=1 | |
2666 | fi | |
2667 | ||
2668 | ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE='$DEFAULT_wxUSE_APPLE_IEEE | |
2669 | ||
2670 | fi | |
2671 | ||
2672 | ||
2673 | eval "$ac_cv_use_apple_ieee" | |
2674 | if test "$no_cache" != 1; then | |
2675 | echo $ac_cv_use_apple_ieee >> ${wx_arg_cache_file}.tmp | |
2676 | fi | |
2677 | ||
2678 | if test "$wxUSE_APPLE_IEEE" = yes; then | |
2679 | echo "$ac_t""yes" 1>&6 | |
2680 | else | |
2681 | echo "$ac_t""no" 1>&6 | |
2682 | fi | |
2683 | ||
2684 | ||
2685 | echo $ac_n "checking "for --enable-timedate"""... $ac_c" 1>&6 | |
422107f9 | 2686 | echo "configure:2687: checking "for --enable-timedate"" >&5 |
10f2d63a VZ |
2687 | no_cache=0 |
2688 | # Check whether --enable-timedate or --disable-timedate was given. | |
2689 | if test "${enable_timedate+set}" = set; then | |
2690 | enableval="$enable_timedate" | |
2691 | ||
2692 | if test "$enableval" = yes; then | |
2693 | ac_cv_use_timedate='wxUSE_TIMEDATE=yes' | |
2694 | else | |
2695 | ac_cv_use_timedate='wxUSE_TIMEDATE=no' | |
2696 | fi | |
2697 | ||
2698 | else | |
2699 | ||
2700 | LINE=`grep "wxUSE_TIMEDATE" ${wx_arg_cache_file}` | |
2701 | if test "x$LINE" != x ; then | |
2702 | eval "DEFAULT_$LINE" | |
2703 | else | |
2704 | no_cache=1 | |
2705 | fi | |
2706 | ||
2707 | ac_cv_use_timedate='wxUSE_TIMEDATE='$DEFAULT_wxUSE_TIMEDATE | |
2708 | ||
2709 | fi | |
2710 | ||
2711 | ||
2712 | eval "$ac_cv_use_timedate" | |
2713 | if test "$no_cache" != 1; then | |
2714 | echo $ac_cv_use_timedate >> ${wx_arg_cache_file}.tmp | |
2715 | fi | |
2716 | ||
2717 | if test "$wxUSE_TIMEDATE" = yes; then | |
2718 | echo "$ac_t""yes" 1>&6 | |
2719 | else | |
2720 | echo "$ac_t""no" 1>&6 | |
2721 | fi | |
2722 | ||
2723 | ||
2724 | echo $ac_n "checking "for --enable-wave"""... $ac_c" 1>&6 | |
422107f9 | 2725 | echo "configure:2726: checking "for --enable-wave"" >&5 |
10f2d63a VZ |
2726 | no_cache=0 |
2727 | # Check whether --enable-wave or --disable-wave was given. | |
2728 | if test "${enable_wave+set}" = set; then | |
2729 | enableval="$enable_wave" | |
2730 | ||
2731 | if test "$enableval" = yes; then | |
2732 | ac_cv_use_wave='wxUSE_WAVE=yes' | |
2733 | else | |
2734 | ac_cv_use_wave='wxUSE_WAVE=no' | |
2735 | fi | |
2736 | ||
2737 | else | |
2738 | ||
2739 | LINE=`grep "wxUSE_WAVE" ${wx_arg_cache_file}` | |
2740 | if test "x$LINE" != x ; then | |
2741 | eval "DEFAULT_$LINE" | |
2742 | else | |
2743 | no_cache=1 | |
2744 | fi | |
2745 | ||
2746 | ac_cv_use_wave='wxUSE_WAVE='$DEFAULT_wxUSE_WAVE | |
2747 | ||
2748 | fi | |
2749 | ||
2750 | ||
2751 | eval "$ac_cv_use_wave" | |
2752 | if test "$no_cache" != 1; then | |
2753 | echo $ac_cv_use_wave >> ${wx_arg_cache_file}.tmp | |
2754 | fi | |
2755 | ||
2756 | if test "$wxUSE_WAVE" = yes; then | |
2757 | echo "$ac_t""yes" 1>&6 | |
2758 | else | |
2759 | echo "$ac_t""no" 1>&6 | |
2760 | fi | |
2761 | ||
2762 | ||
2763 | echo $ac_n "checking "for --enable-fraction"""... $ac_c" 1>&6 | |
422107f9 | 2764 | echo "configure:2765: checking "for --enable-fraction"" >&5 |
10f2d63a VZ |
2765 | no_cache=0 |
2766 | # Check whether --enable-fraction or --disable-fraction was given. | |
2767 | if test "${enable_fraction+set}" = set; then | |
2768 | enableval="$enable_fraction" | |
2769 | ||
2770 | if test "$enableval" = yes; then | |
2771 | ac_cv_use_fraction='wxUSE_FRACTION=yes' | |
2772 | else | |
2773 | ac_cv_use_fraction='wxUSE_FRACTION=no' | |
2774 | fi | |
2775 | ||
2776 | else | |
2777 | ||
2778 | LINE=`grep "wxUSE_FRACTION" ${wx_arg_cache_file}` | |
2779 | if test "x$LINE" != x ; then | |
2780 | eval "DEFAULT_$LINE" | |
2781 | else | |
2782 | no_cache=1 | |
2783 | fi | |
2784 | ||
2785 | ac_cv_use_fraction='wxUSE_FRACTION='$DEFAULT_wxUSE_FRACTION | |
2786 | ||
2787 | fi | |
2788 | ||
2789 | ||
2790 | eval "$ac_cv_use_fraction" | |
2791 | if test "$no_cache" != 1; then | |
2792 | echo $ac_cv_use_fraction >> ${wx_arg_cache_file}.tmp | |
2793 | fi | |
2794 | ||
2795 | if test "$wxUSE_FRACTION" = yes; then | |
2796 | echo "$ac_t""yes" 1>&6 | |
2797 | else | |
2798 | echo "$ac_t""no" 1>&6 | |
2799 | fi | |
2800 | ||
2801 | ||
2802 | echo $ac_n "checking "for --enable-dynlib"""... $ac_c" 1>&6 | |
422107f9 | 2803 | echo "configure:2804: checking "for --enable-dynlib"" >&5 |
10f2d63a VZ |
2804 | no_cache=0 |
2805 | # Check whether --enable-dynlib or --disable-dynlib was given. | |
2806 | if test "${enable_dynlib+set}" = set; then | |
2807 | enableval="$enable_dynlib" | |
2808 | ||
2809 | if test "$enableval" = yes; then | |
2810 | ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=yes' | |
2811 | else | |
2812 | ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=no' | |
2813 | fi | |
2814 | ||
2815 | else | |
2816 | ||
2817 | LINE=`grep "wxUSE_DYNLIB_CLASS" ${wx_arg_cache_file}` | |
2818 | if test "x$LINE" != x ; then | |
2819 | eval "DEFAULT_$LINE" | |
2820 | else | |
2821 | no_cache=1 | |
2822 | fi | |
2823 | ||
2824 | ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS='$DEFAULT_wxUSE_DYNLIB_CLASS | |
2825 | ||
2826 | fi | |
2827 | ||
2828 | ||
2829 | eval "$ac_cv_use_dynlib" | |
2830 | if test "$no_cache" != 1; then | |
2831 | echo $ac_cv_use_dynlib >> ${wx_arg_cache_file}.tmp | |
2832 | fi | |
2833 | ||
2834 | if test "$wxUSE_DYNLIB_CLASS" = yes; then | |
2835 | echo "$ac_t""yes" 1>&6 | |
2836 | else | |
2837 | echo "$ac_t""no" 1>&6 | |
2838 | fi | |
2839 | ||
2840 | ||
2841 | echo $ac_n "checking "for --enable-longlong"""... $ac_c" 1>&6 | |
422107f9 | 2842 | echo "configure:2843: checking "for --enable-longlong"" >&5 |
10f2d63a VZ |
2843 | no_cache=0 |
2844 | # Check whether --enable-longlong or --disable-longlong was given. | |
2845 | if test "${enable_longlong+set}" = set; then | |
2846 | enableval="$enable_longlong" | |
2847 | ||
2848 | if test "$enableval" = yes; then | |
2849 | ac_cv_use_longlong='wxUSE_LONGLONG=yes' | |
2850 | else | |
2851 | ac_cv_use_longlong='wxUSE_LONGLONG=no' | |
2852 | fi | |
2853 | ||
2854 | else | |
2855 | ||
2856 | LINE=`grep "wxUSE_LONGLONG" ${wx_arg_cache_file}` | |
2857 | if test "x$LINE" != x ; then | |
2858 | eval "DEFAULT_$LINE" | |
2859 | else | |
2860 | no_cache=1 | |
2861 | fi | |
2862 | ||
2863 | ac_cv_use_longlong='wxUSE_LONGLONG='$DEFAULT_wxUSE_LONGLONG | |
2864 | ||
2865 | fi | |
2866 | ||
2867 | ||
2868 | eval "$ac_cv_use_longlong" | |
2869 | if test "$no_cache" != 1; then | |
2870 | echo $ac_cv_use_longlong >> ${wx_arg_cache_file}.tmp | |
2871 | fi | |
2872 | ||
2873 | if test "$wxUSE_LONGLONG" = yes; then | |
2874 | echo "$ac_t""yes" 1>&6 | |
2875 | else | |
2876 | echo "$ac_t""no" 1>&6 | |
2877 | fi | |
2878 | ||
2879 | ||
2880 | echo $ac_n "checking "for --enable-log"""... $ac_c" 1>&6 | |
422107f9 | 2881 | echo "configure:2882: checking "for --enable-log"" >&5 |
10f2d63a VZ |
2882 | no_cache=0 |
2883 | # Check whether --enable-log or --disable-log was given. | |
2884 | if test "${enable_log+set}" = set; then | |
2885 | enableval="$enable_log" | |
2886 | ||
2887 | if test "$enableval" = yes; then | |
2888 | ac_cv_use_log='wxUSE_LOG=yes' | |
2889 | else | |
2890 | ac_cv_use_log='wxUSE_LOG=no' | |
2891 | fi | |
2892 | ||
2893 | else | |
2894 | ||
2895 | LINE=`grep "wxUSE_LOG" ${wx_arg_cache_file}` | |
2896 | if test "x$LINE" != x ; then | |
2897 | eval "DEFAULT_$LINE" | |
2898 | else | |
2899 | no_cache=1 | |
2900 | fi | |
2901 | ||
2902 | ac_cv_use_log='wxUSE_LOG='$DEFAULT_wxUSE_LOG | |
2903 | ||
2904 | fi | |
2905 | ||
2906 | ||
2907 | eval "$ac_cv_use_log" | |
2908 | if test "$no_cache" != 1; then | |
2909 | echo $ac_cv_use_log >> ${wx_arg_cache_file}.tmp | |
2910 | fi | |
2911 | ||
2912 | if test "$wxUSE_LOG" = yes; then | |
2913 | echo "$ac_t""yes" 1>&6 | |
2914 | else | |
2915 | echo "$ac_t""no" 1>&6 | |
2916 | fi | |
2917 | ||
2918 | ||
2919 | echo $ac_n "checking "for --enable-streams"""... $ac_c" 1>&6 | |
422107f9 | 2920 | echo "configure:2921: checking "for --enable-streams"" >&5 |
10f2d63a VZ |
2921 | no_cache=0 |
2922 | # Check whether --enable-streams or --disable-streams was given. | |
2923 | if test "${enable_streams+set}" = set; then | |
2924 | enableval="$enable_streams" | |
2925 | ||
2926 | if test "$enableval" = yes; then | |
2927 | ac_cv_use_streams='wxUSE_STREAMS=yes' | |
2928 | else | |
2929 | ac_cv_use_streams='wxUSE_STREAMS=no' | |
2930 | fi | |
2931 | ||
2932 | else | |
2933 | ||
2934 | LINE=`grep "wxUSE_STREAMS" ${wx_arg_cache_file}` | |
2935 | if test "x$LINE" != x ; then | |
2936 | eval "DEFAULT_$LINE" | |
2937 | else | |
2938 | no_cache=1 | |
2939 | fi | |
2940 | ||
2941 | ac_cv_use_streams='wxUSE_STREAMS='$DEFAULT_wxUSE_STREAMS | |
2942 | ||
2943 | fi | |
2944 | ||
2945 | ||
2946 | eval "$ac_cv_use_streams" | |
2947 | if test "$no_cache" != 1; then | |
2948 | echo $ac_cv_use_streams >> ${wx_arg_cache_file}.tmp | |
2949 | fi | |
2950 | ||
2951 | if test "$wxUSE_STREAMS" = yes; then | |
2952 | echo "$ac_t""yes" 1>&6 | |
2953 | else | |
2954 | echo "$ac_t""no" 1>&6 | |
2955 | fi | |
2956 | ||
2957 | ||
2958 | echo $ac_n "checking "for --enable-file"""... $ac_c" 1>&6 | |
422107f9 | 2959 | echo "configure:2960: checking "for --enable-file"" >&5 |
10f2d63a VZ |
2960 | no_cache=0 |
2961 | # Check whether --enable-file or --disable-file was given. | |
2962 | if test "${enable_file+set}" = set; then | |
2963 | enableval="$enable_file" | |
2964 | ||
2965 | if test "$enableval" = yes; then | |
2966 | ac_cv_use_file='wxUSE_FILE=yes' | |
2967 | else | |
2968 | ac_cv_use_file='wxUSE_FILE=no' | |
2969 | fi | |
2970 | ||
2971 | else | |
2972 | ||
2973 | LINE=`grep "wxUSE_FILE" ${wx_arg_cache_file}` | |
2974 | if test "x$LINE" != x ; then | |
2975 | eval "DEFAULT_$LINE" | |
2976 | else | |
2977 | no_cache=1 | |
2978 | fi | |
2979 | ||
2980 | ac_cv_use_file='wxUSE_FILE='$DEFAULT_wxUSE_FILE | |
2981 | ||
2982 | fi | |
2983 | ||
2984 | ||
2985 | eval "$ac_cv_use_file" | |
2986 | if test "$no_cache" != 1; then | |
2987 | echo $ac_cv_use_file >> ${wx_arg_cache_file}.tmp | |
2988 | fi | |
2989 | ||
2990 | if test "$wxUSE_FILE" = yes; then | |
2991 | echo "$ac_t""yes" 1>&6 | |
2992 | else | |
2993 | echo "$ac_t""no" 1>&6 | |
2994 | fi | |
2995 | ||
2996 | ||
2997 | echo $ac_n "checking "for --enable-textfile"""... $ac_c" 1>&6 | |
422107f9 | 2998 | echo "configure:2999: checking "for --enable-textfile"" >&5 |
10f2d63a VZ |
2999 | no_cache=0 |
3000 | # Check whether --enable-textfile or --disable-textfile was given. | |
3001 | if test "${enable_textfile+set}" = set; then | |
3002 | enableval="$enable_textfile" | |
3003 | ||
3004 | if test "$enableval" = yes; then | |
3005 | ac_cv_use_textfile='wxUSE_TEXTFILE=yes' | |
3006 | else | |
3007 | ac_cv_use_textfile='wxUSE_TEXTFILE=no' | |
3008 | fi | |
3009 | ||
3010 | else | |
3011 | ||
3012 | LINE=`grep "wxUSE_TEXTFILE" ${wx_arg_cache_file}` | |
3013 | if test "x$LINE" != x ; then | |
3014 | eval "DEFAULT_$LINE" | |
3015 | else | |
3016 | no_cache=1 | |
3017 | fi | |
3018 | ||
3019 | ac_cv_use_textfile='wxUSE_TEXTFILE='$DEFAULT_wxUSE_TEXTFILE | |
3020 | ||
3021 | fi | |
3022 | ||
3023 | ||
3024 | eval "$ac_cv_use_textfile" | |
3025 | if test "$no_cache" != 1; then | |
3026 | echo $ac_cv_use_textfile >> ${wx_arg_cache_file}.tmp | |
3027 | fi | |
3028 | ||
3029 | if test "$wxUSE_TEXTFILE" = yes; then | |
3030 | echo "$ac_t""yes" 1>&6 | |
3031 | else | |
3032 | echo "$ac_t""no" 1>&6 | |
3033 | fi | |
3034 | ||
3035 | ||
3036 | echo $ac_n "checking "for --enable-unicode"""... $ac_c" 1>&6 | |
422107f9 | 3037 | echo "configure:3038: checking "for --enable-unicode"" >&5 |
10f2d63a VZ |
3038 | no_cache=0 |
3039 | # Check whether --enable-unicode or --disable-unicode was given. | |
3040 | if test "${enable_unicode+set}" = set; then | |
3041 | enableval="$enable_unicode" | |
3042 | ||
3043 | if test "$enableval" = yes; then | |
3044 | ac_cv_use_unicode='wxUSE_UNICODE=yes' | |
3045 | else | |
3046 | ac_cv_use_unicode='wxUSE_UNICODE=no' | |
3047 | fi | |
3048 | ||
3049 | else | |
3050 | ||
3051 | LINE=`grep "wxUSE_UNICODE" ${wx_arg_cache_file}` | |
3052 | if test "x$LINE" != x ; then | |
3053 | eval "DEFAULT_$LINE" | |
3054 | else | |
3055 | no_cache=1 | |
3056 | fi | |
3057 | ||
3058 | ac_cv_use_unicode='wxUSE_UNICODE='$DEFAULT_wxUSE_UNICODE | |
3059 | ||
3060 | fi | |
3061 | ||
3062 | ||
3063 | eval "$ac_cv_use_unicode" | |
3064 | if test "$no_cache" != 1; then | |
3065 | echo $ac_cv_use_unicode >> ${wx_arg_cache_file}.tmp | |
3066 | fi | |
3067 | ||
3068 | if test "$wxUSE_UNICODE" = yes; then | |
3069 | echo "$ac_t""yes" 1>&6 | |
3070 | else | |
3071 | echo "$ac_t""no" 1>&6 | |
3072 | fi | |
3073 | ||
3074 | ||
3075 | echo $ac_n "checking "for --enable-wcsrtombs"""... $ac_c" 1>&6 | |
422107f9 | 3076 | echo "configure:3077: checking "for --enable-wcsrtombs"" >&5 |
10f2d63a VZ |
3077 | no_cache=0 |
3078 | # Check whether --enable-wcsrtombs or --disable-wcsrtombs was given. | |
3079 | if test "${enable_wcsrtombs+set}" = set; then | |
3080 | enableval="$enable_wcsrtombs" | |
3081 | ||
3082 | if test "$enableval" = yes; then | |
3083 | ac_cv_use_wcsrtombs='wxUSE_WCSRTOMBS=yes' | |
3084 | else | |
3085 | ac_cv_use_wcsrtombs='wxUSE_WCSRTOMBS=no' | |
3086 | fi | |
3087 | ||
3088 | else | |
3089 | ||
3090 | LINE=`grep "wxUSE_WCSRTOMBS" ${wx_arg_cache_file}` | |
3091 | if test "x$LINE" != x ; then | |
3092 | eval "DEFAULT_$LINE" | |
3093 | else | |
3094 | no_cache=1 | |
3095 | fi | |
3096 | ||
3097 | ac_cv_use_wcsrtombs='wxUSE_WCSRTOMBS='$DEFAULT_wxUSE_WCSRTOMBS | |
3098 | ||
3099 | fi | |
3100 | ||
3101 | ||
3102 | eval "$ac_cv_use_wcsrtombs" | |
3103 | if test "$no_cache" != 1; then | |
3104 | echo $ac_cv_use_wcsrtombs >> ${wx_arg_cache_file}.tmp | |
3105 | fi | |
3106 | ||
3107 | if test "$wxUSE_WCSRTOMBS" = yes; then | |
3108 | echo "$ac_t""yes" 1>&6 | |
3109 | else | |
3110 | echo "$ac_t""no" 1>&6 | |
3111 | fi | |
3112 | ||
3113 | ||
3114 | echo $ac_n "checking "for --enable-wxprintfv"""... $ac_c" 1>&6 | |
422107f9 | 3115 | echo "configure:3116: checking "for --enable-wxprintfv"" >&5 |
10f2d63a VZ |
3116 | no_cache=0 |
3117 | # Check whether --enable-wxprintfv or --disable-wxprintfv was given. | |
3118 | if test "${enable_wxprintfv+set}" = set; then | |
3119 | enableval="$enable_wxprintfv" | |
3120 | ||
3121 | if test "$enableval" = yes; then | |
3122 | ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=yes' | |
3123 | else | |
3124 | ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=no' | |
3125 | fi | |
3126 | ||
3127 | else | |
3128 | ||
3129 | LINE=`grep "wxUSE_EXPERIMENTAL_PRINTF" ${wx_arg_cache_file}` | |
3130 | if test "x$LINE" != x ; then | |
3131 | eval "DEFAULT_$LINE" | |
3132 | else | |
3133 | no_cache=1 | |
3134 | fi | |
3135 | ||
3136 | ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF='$DEFAULT_wxUSE_EXPERIMENTAL_PRINTF | |
3137 | ||
3138 | fi | |
3139 | ||
3140 | ||
3141 | eval "$ac_cv_use_wxprintfv" | |
3142 | if test "$no_cache" != 1; then | |
3143 | echo $ac_cv_use_wxprintfv >> ${wx_arg_cache_file}.tmp | |
3144 | fi | |
3145 | ||
3146 | if test "$wxUSE_EXPERIMENTAL_PRINTF" = yes; then | |
3147 | echo "$ac_t""yes" 1>&6 | |
3148 | else | |
3149 | echo "$ac_t""no" 1>&6 | |
3150 | fi | |
3151 | ||
3152 | ||
3153 | echo $ac_n "checking "for --enable-joystick"""... $ac_c" 1>&6 | |
422107f9 | 3154 | echo "configure:3155: checking "for --enable-joystick"" >&5 |
10f2d63a VZ |
3155 | no_cache=0 |
3156 | # Check whether --enable-joystick or --disable-joystick was given. | |
3157 | if test "${enable_joystick+set}" = set; then | |
3158 | enableval="$enable_joystick" | |
3159 | ||
3160 | if test "$enableval" = yes; then | |
3161 | ac_cv_use_joystick='wxUSE_JOYSTICK=yes' | |
3162 | else | |
3163 | ac_cv_use_joystick='wxUSE_JOYSTICK=no' | |
3164 | fi | |
3165 | ||
3166 | else | |
3167 | ||
3168 | LINE=`grep "wxUSE_JOYSTICK" ${wx_arg_cache_file}` | |
3169 | if test "x$LINE" != x ; then | |
3170 | eval "DEFAULT_$LINE" | |
3171 | else | |
3172 | no_cache=1 | |
3173 | fi | |
3174 | ||
3175 | ac_cv_use_joystick='wxUSE_JOYSTICK='$DEFAULT_wxUSE_JOYSTICK | |
3176 | ||
3177 | fi | |
3178 | ||
3179 | ||
3180 | eval "$ac_cv_use_joystick" | |
3181 | if test "$no_cache" != 1; then | |
3182 | echo $ac_cv_use_joystick >> ${wx_arg_cache_file}.tmp | |
3183 | fi | |
3184 | ||
3185 | if test "$wxUSE_JOYSTICK" = yes; then | |
3186 | echo "$ac_t""yes" 1>&6 | |
3187 | else | |
3188 | echo "$ac_t""no" 1>&6 | |
3189 | fi | |
3190 | ||
3191 | ||
3192 | echo $ac_n "checking "for --enable-std_iostreams"""... $ac_c" 1>&6 | |
422107f9 | 3193 | echo "configure:3194: checking "for --enable-std_iostreams"" >&5 |
10f2d63a VZ |
3194 | no_cache=0 |
3195 | # Check whether --enable-std_iostreams or --disable-std_iostreams was given. | |
3196 | if test "${enable_std_iostreams+set}" = set; then | |
3197 | enableval="$enable_std_iostreams" | |
3198 | ||
3199 | if test "$enableval" = yes; then | |
3200 | ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=yes' | |
3201 | else | |
3202 | ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=no' | |
3203 | fi | |
3204 | ||
3205 | else | |
3206 | ||
3207 | LINE=`grep "wxUSE_STD_IOSTREAM" ${wx_arg_cache_file}` | |
3208 | if test "x$LINE" != x ; then | |
3209 | eval "DEFAULT_$LINE" | |
3210 | else | |
3211 | no_cache=1 | |
3212 | fi | |
3213 | ||
3214 | ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM='$DEFAULT_wxUSE_STD_IOSTREAM | |
3215 | ||
3216 | fi | |
3217 | ||
3218 | ||
3219 | eval "$ac_cv_use_std_iostreams" | |
3220 | if test "$no_cache" != 1; then | |
3221 | echo $ac_cv_use_std_iostreams >> ${wx_arg_cache_file}.tmp | |
3222 | fi | |
3223 | ||
3224 | if test "$wxUSE_STD_IOSTREAM" = yes; then | |
3225 | echo "$ac_t""yes" 1>&6 | |
3226 | else | |
3227 | echo "$ac_t""no" 1>&6 | |
3228 | fi | |
3229 | ||
3230 | ||
24528b0c | 3231 | echo $ac_n "checking "for --enable-filesystem"""... $ac_c" 1>&6 |
422107f9 | 3232 | echo "configure:3233: checking "for --enable-filesystem"" >&5 |
24528b0c VS |
3233 | no_cache=0 |
3234 | # Check whether --enable-filesystem or --disable-filesystem was given. | |
3235 | if test "${enable_filesystem+set}" = set; then | |
3236 | enableval="$enable_filesystem" | |
3237 | ||
3238 | if test "$enableval" = yes; then | |
3239 | ac_cv_use_filesystem='wxUSE_FILESYSTEM=yes' | |
3240 | else | |
3241 | ac_cv_use_filesystem='wxUSE_FILESYSTEM=no' | |
3242 | fi | |
3243 | ||
3244 | else | |
3245 | ||
3246 | LINE=`grep "wxUSE_FILESYSTEM" ${wx_arg_cache_file}` | |
3247 | if test "x$LINE" != x ; then | |
3248 | eval "DEFAULT_$LINE" | |
3249 | else | |
3250 | no_cache=1 | |
3251 | fi | |
3252 | ||
3253 | ac_cv_use_filesystem='wxUSE_FILESYSTEM='$DEFAULT_wxUSE_FILESYSTEM | |
3254 | ||
3255 | fi | |
3256 | ||
3257 | ||
3258 | eval "$ac_cv_use_filesystem" | |
3259 | if test "$no_cache" != 1; then | |
3260 | echo $ac_cv_use_filesystem >> ${wx_arg_cache_file}.tmp | |
3261 | fi | |
3262 | ||
3263 | if test "$wxUSE_FILESYSTEM" = yes; then | |
3264 | echo "$ac_t""yes" 1>&6 | |
3265 | else | |
3266 | echo "$ac_t""no" 1>&6 | |
3267 | fi | |
3268 | ||
3269 | ||
10f2d63a | 3270 | echo $ac_n "checking "for --enable-fs_inet"""... $ac_c" 1>&6 |
422107f9 | 3271 | echo "configure:3272: checking "for --enable-fs_inet"" >&5 |
10f2d63a VZ |
3272 | no_cache=0 |
3273 | # Check whether --enable-fs_inet or --disable-fs_inet was given. | |
3274 | if test "${enable_fs_inet+set}" = set; then | |
3275 | enableval="$enable_fs_inet" | |
3276 | ||
3277 | if test "$enableval" = yes; then | |
3278 | ac_cv_use_fs_inet='wxUSE_FS_INET=yes' | |
3279 | else | |
3280 | ac_cv_use_fs_inet='wxUSE_FS_INET=no' | |
3281 | fi | |
3282 | ||
3283 | else | |
3284 | ||
3285 | LINE=`grep "wxUSE_FS_INET" ${wx_arg_cache_file}` | |
3286 | if test "x$LINE" != x ; then | |
3287 | eval "DEFAULT_$LINE" | |
3288 | else | |
3289 | no_cache=1 | |
3290 | fi | |
3291 | ||
3292 | ac_cv_use_fs_inet='wxUSE_FS_INET='$DEFAULT_wxUSE_FS_INET | |
3293 | ||
3294 | fi | |
3295 | ||
3296 | ||
3297 | eval "$ac_cv_use_fs_inet" | |
3298 | if test "$no_cache" != 1; then | |
3299 | echo $ac_cv_use_fs_inet >> ${wx_arg_cache_file}.tmp | |
3300 | fi | |
3301 | ||
3302 | if test "$wxUSE_FS_INET" = yes; then | |
3303 | echo "$ac_t""yes" 1>&6 | |
3304 | else | |
3305 | echo "$ac_t""no" 1>&6 | |
3306 | fi | |
3307 | ||
3308 | ||
3309 | echo $ac_n "checking "for --enable-fs_zip"""... $ac_c" 1>&6 | |
422107f9 | 3310 | echo "configure:3311: checking "for --enable-fs_zip"" >&5 |
10f2d63a VZ |
3311 | no_cache=0 |
3312 | # Check whether --enable-fs_zip or --disable-fs_zip was given. | |
3313 | if test "${enable_fs_zip+set}" = set; then | |
3314 | enableval="$enable_fs_zip" | |
3315 | ||
3316 | if test "$enableval" = yes; then | |
3317 | ac_cv_use_fs_zip='wxUSE_FS_ZIP=yes' | |
3318 | else | |
3319 | ac_cv_use_fs_zip='wxUSE_FS_ZIP=no' | |
3320 | fi | |
3321 | ||
3322 | else | |
3323 | ||
3324 | LINE=`grep "wxUSE_FS_ZIP" ${wx_arg_cache_file}` | |
3325 | if test "x$LINE" != x ; then | |
3326 | eval "DEFAULT_$LINE" | |
3327 | else | |
3328 | no_cache=1 | |
3329 | fi | |
3330 | ||
3331 | ac_cv_use_fs_zip='wxUSE_FS_ZIP='$DEFAULT_wxUSE_FS_ZIP | |
3332 | ||
3333 | fi | |
3334 | ||
3335 | ||
3336 | eval "$ac_cv_use_fs_zip" | |
3337 | if test "$no_cache" != 1; then | |
3338 | echo $ac_cv_use_fs_zip >> ${wx_arg_cache_file}.tmp | |
3339 | fi | |
3340 | ||
3341 | if test "$wxUSE_FS_ZIP" = yes; then | |
3342 | echo "$ac_t""yes" 1>&6 | |
3343 | else | |
3344 | echo "$ac_t""no" 1>&6 | |
3345 | fi | |
3346 | ||
3347 | ||
3348 | echo $ac_n "checking "for --enable-zipstream"""... $ac_c" 1>&6 | |
422107f9 | 3349 | echo "configure:3350: checking "for --enable-zipstream"" >&5 |
10f2d63a VZ |
3350 | no_cache=0 |
3351 | # Check whether --enable-zipstream or --disable-zipstream was given. | |
3352 | if test "${enable_zipstream+set}" = set; then | |
3353 | enableval="$enable_zipstream" | |
3354 | ||
3355 | if test "$enableval" = yes; then | |
3356 | ac_cv_use_zipstream='wxUSE_ZIPSTREAM=yes' | |
3357 | else | |
3358 | ac_cv_use_zipstream='wxUSE_ZIPSTREAM=no' | |
3359 | fi | |
3360 | ||
3361 | else | |
3362 | ||
3363 | LINE=`grep "wxUSE_ZIPSTREAM" ${wx_arg_cache_file}` | |
3364 | if test "x$LINE" != x ; then | |
3365 | eval "DEFAULT_$LINE" | |
3366 | else | |
3367 | no_cache=1 | |
3368 | fi | |
3369 | ||
3370 | ac_cv_use_zipstream='wxUSE_ZIPSTREAM='$DEFAULT_wxUSE_ZIPSTREAM | |
3371 | ||
3372 | fi | |
3373 | ||
3374 | ||
3375 | eval "$ac_cv_use_zipstream" | |
3376 | if test "$no_cache" != 1; then | |
3377 | echo $ac_cv_use_zipstream >> ${wx_arg_cache_file}.tmp | |
3378 | fi | |
3379 | ||
3380 | if test "$wxUSE_ZIPSTREAM" = yes; then | |
3381 | echo "$ac_t""yes" 1>&6 | |
3382 | else | |
3383 | echo "$ac_t""no" 1>&6 | |
3384 | fi | |
3385 | ||
3386 | ||
3387 | ||
3388 | ||
3389 | echo $ac_n "checking "for --enable-threads"""... $ac_c" 1>&6 | |
422107f9 | 3390 | echo "configure:3391: checking "for --enable-threads"" >&5 |
10f2d63a VZ |
3391 | no_cache=0 |
3392 | # Check whether --enable-threads or --disable-threads was given. | |
3393 | if test "${enable_threads+set}" = set; then | |
3394 | enableval="$enable_threads" | |
3395 | ||
3396 | if test "$enableval" = yes; then | |
3397 | ac_cv_use_threads='wxUSE_THREADS=yes' | |
3398 | else | |
3399 | ac_cv_use_threads='wxUSE_THREADS=no' | |
3400 | fi | |
3401 | ||
3402 | else | |
3403 | ||
3404 | LINE=`grep "wxUSE_THREADS" ${wx_arg_cache_file}` | |
3405 | if test "x$LINE" != x ; then | |
3406 | eval "DEFAULT_$LINE" | |
3407 | else | |
3408 | no_cache=1 | |
3409 | fi | |
3410 | ||
3411 | ac_cv_use_threads='wxUSE_THREADS='$DEFAULT_wxUSE_THREADS | |
3412 | ||
3413 | fi | |
3414 | ||
3415 | ||
3416 | eval "$ac_cv_use_threads" | |
3417 | if test "$no_cache" != 1; then | |
3418 | echo $ac_cv_use_threads >> ${wx_arg_cache_file}.tmp | |
3419 | fi | |
3420 | ||
3421 | if test "$wxUSE_THREADS" = yes; then | |
3422 | echo "$ac_t""yes" 1>&6 | |
3423 | else | |
3424 | echo "$ac_t""no" 1>&6 | |
3425 | fi | |
3426 | ||
3427 | ||
3428 | echo $ac_n "checking "for --enable-serial"""... $ac_c" 1>&6 | |
422107f9 | 3429 | echo "configure:3430: checking "for --enable-serial"" >&5 |
10f2d63a VZ |
3430 | no_cache=0 |
3431 | # Check whether --enable-serial or --disable-serial was given. | |
3432 | if test "${enable_serial+set}" = set; then | |
3433 | enableval="$enable_serial" | |
3434 | ||
3435 | if test "$enableval" = yes; then | |
3436 | ac_cv_use_serial='wxUSE_SERIAL=yes' | |
3437 | else | |
3438 | ac_cv_use_serial='wxUSE_SERIAL=no' | |
3439 | fi | |
3440 | ||
3441 | else | |
3442 | ||
3443 | LINE=`grep "wxUSE_SERIAL" ${wx_arg_cache_file}` | |
3444 | if test "x$LINE" != x ; then | |
3445 | eval "DEFAULT_$LINE" | |
3446 | else | |
3447 | no_cache=1 | |
3448 | fi | |
3449 | ||
3450 | ac_cv_use_serial='wxUSE_SERIAL='$DEFAULT_wxUSE_SERIAL | |
3451 | ||
3452 | fi | |
3453 | ||
3454 | ||
3455 | eval "$ac_cv_use_serial" | |
3456 | if test "$no_cache" != 1; then | |
3457 | echo $ac_cv_use_serial >> ${wx_arg_cache_file}.tmp | |
3458 | fi | |
3459 | ||
3460 | if test "$wxUSE_SERIAL" = yes; then | |
3461 | echo "$ac_t""yes" 1>&6 | |
3462 | else | |
3463 | echo "$ac_t""no" 1>&6 | |
3464 | fi | |
3465 | ||
3466 | ||
b12915c1 VZ |
3467 | if test "$wxUSE_GUI" = "yes"; then |
3468 | ||
10f2d63a VZ |
3469 | |
3470 | ||
3471 | echo $ac_n "checking "for --enable-docview"""... $ac_c" 1>&6 | |
422107f9 | 3472 | echo "configure:3473: checking "for --enable-docview"" >&5 |
10f2d63a VZ |
3473 | no_cache=0 |
3474 | # Check whether --enable-docview or --disable-docview was given. | |
3475 | if test "${enable_docview+set}" = set; then | |
3476 | enableval="$enable_docview" | |
3477 | ||
3478 | if test "$enableval" = yes; then | |
3479 | ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=yes' | |
3480 | else | |
3481 | ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=no' | |
3482 | fi | |
3483 | ||
3484 | else | |
3485 | ||
3486 | LINE=`grep "wxUSE_DOC_VIEW_ARCHITECTURE" ${wx_arg_cache_file}` | |
3487 | if test "x$LINE" != x ; then | |
3488 | eval "DEFAULT_$LINE" | |
3489 | else | |
3490 | no_cache=1 | |
3491 | fi | |
3492 | ||
3493 | ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE='$DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE | |
3494 | ||
3495 | fi | |
3496 | ||
3497 | ||
3498 | eval "$ac_cv_use_docview" | |
3499 | if test "$no_cache" != 1; then | |
3500 | echo $ac_cv_use_docview >> ${wx_arg_cache_file}.tmp | |
3501 | fi | |
3502 | ||
3503 | if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = yes; then | |
3504 | echo "$ac_t""yes" 1>&6 | |
3505 | else | |
3506 | echo "$ac_t""no" 1>&6 | |
3507 | fi | |
3508 | ||
3509 | ||
3510 | echo $ac_n "checking "for --enable-help"""... $ac_c" 1>&6 | |
422107f9 | 3511 | echo "configure:3512: checking "for --enable-help"" >&5 |
10f2d63a VZ |
3512 | no_cache=0 |
3513 | # Check whether --enable-help or --disable-help was given. | |
3514 | if test "${enable_help+set}" = set; then | |
3515 | enableval="$enable_help" | |
3516 | ||
3517 | if test "$enableval" = yes; then | |
3518 | ac_cv_use_help='wxUSE_HELP=yes' | |
3519 | else | |
3520 | ac_cv_use_help='wxUSE_HELP=no' | |
3521 | fi | |
3522 | ||
3523 | else | |
3524 | ||
3525 | LINE=`grep "wxUSE_HELP" ${wx_arg_cache_file}` | |
3526 | if test "x$LINE" != x ; then | |
3527 | eval "DEFAULT_$LINE" | |
3528 | else | |
3529 | no_cache=1 | |
3530 | fi | |
3531 | ||
3532 | ac_cv_use_help='wxUSE_HELP='$DEFAULT_wxUSE_HELP | |
3533 | ||
3534 | fi | |
3535 | ||
3536 | ||
3537 | eval "$ac_cv_use_help" | |
3538 | if test "$no_cache" != 1; then | |
3539 | echo $ac_cv_use_help >> ${wx_arg_cache_file}.tmp | |
3540 | fi | |
3541 | ||
3542 | if test "$wxUSE_HELP" = yes; then | |
3543 | echo "$ac_t""yes" 1>&6 | |
3544 | else | |
3545 | echo "$ac_t""no" 1>&6 | |
3546 | fi | |
3547 | ||
3548 | ||
3549 | echo $ac_n "checking "for --enable-constraints"""... $ac_c" 1>&6 | |
422107f9 | 3550 | echo "configure:3551: checking "for --enable-constraints"" >&5 |
10f2d63a VZ |
3551 | no_cache=0 |
3552 | # Check whether --enable-constraints or --disable-constraints was given. | |
3553 | if test "${enable_constraints+set}" = set; then | |
3554 | enableval="$enable_constraints" | |
3555 | ||
3556 | if test "$enableval" = yes; then | |
3557 | ac_cv_use_constraints='wxUSE_CONSTRAINTS=yes' | |
3558 | else | |
3559 | ac_cv_use_constraints='wxUSE_CONSTRAINTS=no' | |
3560 | fi | |
3561 | ||
3562 | else | |
3563 | ||
3564 | LINE=`grep "wxUSE_CONSTRAINTS" ${wx_arg_cache_file}` | |
3565 | if test "x$LINE" != x ; then | |
3566 | eval "DEFAULT_$LINE" | |
3567 | else | |
3568 | no_cache=1 | |
3569 | fi | |
3570 | ||
3571 | ac_cv_use_constraints='wxUSE_CONSTRAINTS='$DEFAULT_wxUSE_CONSTRAINTS | |
3572 | ||
3573 | fi | |
3574 | ||
3575 | ||
3576 | eval "$ac_cv_use_constraints" | |
3577 | if test "$no_cache" != 1; then | |
3578 | echo $ac_cv_use_constraints >> ${wx_arg_cache_file}.tmp | |
3579 | fi | |
3580 | ||
3581 | if test "$wxUSE_CONSTRAINTS" = yes; then | |
3582 | echo "$ac_t""yes" 1>&6 | |
3583 | else | |
3584 | echo "$ac_t""no" 1>&6 | |
3585 | fi | |
3586 | ||
3587 | ||
3588 | echo $ac_n "checking "for --enable-printarch"""... $ac_c" 1>&6 | |
422107f9 | 3589 | echo "configure:3590: checking "for --enable-printarch"" >&5 |
10f2d63a VZ |
3590 | no_cache=0 |
3591 | # Check whether --enable-printarch or --disable-printarch was given. | |
3592 | if test "${enable_printarch+set}" = set; then | |
3593 | enableval="$enable_printarch" | |
3594 | ||
3595 | if test "$enableval" = yes; then | |
3596 | ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=yes' | |
3597 | else | |
3598 | ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=no' | |
3599 | fi | |
3600 | ||
3601 | else | |
3602 | ||
3603 | LINE=`grep "wxUSE_PRINTING_ARCHITECTURE" ${wx_arg_cache_file}` | |
3604 | if test "x$LINE" != x ; then | |
3605 | eval "DEFAULT_$LINE" | |
3606 | else | |
3607 | no_cache=1 | |
3608 | fi | |
3609 | ||
3610 | ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE='$DEFAULT_wxUSE_PRINTING_ARCHITECTURE | |
3611 | ||
3612 | fi | |
3613 | ||
3614 | ||
3615 | eval "$ac_cv_use_printarch" | |
3616 | if test "$no_cache" != 1; then | |
3617 | echo $ac_cv_use_printarch >> ${wx_arg_cache_file}.tmp | |
3618 | fi | |
3619 | ||
3620 | if test "$wxUSE_PRINTING_ARCHITECTURE" = yes; then | |
3621 | echo "$ac_t""yes" 1>&6 | |
3622 | else | |
3623 | echo "$ac_t""no" 1>&6 | |
3624 | fi | |
3625 | ||
3626 | ||
3627 | echo $ac_n "checking "for --enable-mdi"""... $ac_c" 1>&6 | |
422107f9 | 3628 | echo "configure:3629: checking "for --enable-mdi"" >&5 |
10f2d63a VZ |
3629 | no_cache=0 |
3630 | # Check whether --enable-mdi or --disable-mdi was given. | |
3631 | if test "${enable_mdi+set}" = set; then | |
3632 | enableval="$enable_mdi" | |
3633 | ||
3634 | if test "$enableval" = yes; then | |
3635 | ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE=yes' | |
3636 | else | |
3637 | ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE=no' | |
3638 | fi | |
3639 | ||
3640 | else | |
3641 | ||
3642 | LINE=`grep "wxUSE_MDI_ARCHITECTURE" ${wx_arg_cache_file}` | |
3643 | if test "x$LINE" != x ; then | |
3644 | eval "DEFAULT_$LINE" | |
3645 | else | |
3646 | no_cache=1 | |
3647 | fi | |
3648 | ||
3649 | ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE='$DEFAULT_wxUSE_MDI_ARCHITECTURE | |
3650 | ||
3651 | fi | |
3652 | ||
3653 | ||
3654 | eval "$ac_cv_use_mdi" | |
3655 | if test "$no_cache" != 1; then | |
3656 | echo $ac_cv_use_mdi >> ${wx_arg_cache_file}.tmp | |
3657 | fi | |
3658 | ||
3659 | if test "$wxUSE_MDI_ARCHITECTURE" = yes; then | |
3660 | echo "$ac_t""yes" 1>&6 | |
3661 | else | |
3662 | echo "$ac_t""no" 1>&6 | |
3663 | fi | |
3664 | ||
3665 | ||
3666 | ||
3667 | echo $ac_n "checking "for --enable-postscript"""... $ac_c" 1>&6 | |
422107f9 | 3668 | echo "configure:3669: checking "for --enable-postscript"" >&5 |
10f2d63a VZ |
3669 | no_cache=0 |
3670 | # Check whether --enable-postscript or --disable-postscript was given. | |
3671 | if test "${enable_postscript+set}" = set; then | |
3672 | enableval="$enable_postscript" | |
3673 | ||
3674 | if test "$enableval" = yes; then | |
3675 | ac_cv_use_postscript='wxUSE_POSTSCRIPT=yes' | |
3676 | else | |
3677 | ac_cv_use_postscript='wxUSE_POSTSCRIPT=no' | |
3678 | fi | |
3679 | ||
3680 | else | |
3681 | ||
3682 | LINE=`grep "wxUSE_POSTSCRIPT" ${wx_arg_cache_file}` | |
3683 | if test "x$LINE" != x ; then | |
3684 | eval "DEFAULT_$LINE" | |
3685 | else | |
3686 | no_cache=1 | |
3687 | fi | |
3688 | ||
3689 | ac_cv_use_postscript='wxUSE_POSTSCRIPT='$DEFAULT_wxUSE_POSTSCRIPT | |
3690 | ||
3691 | fi | |
3692 | ||
3693 | ||
3694 | eval "$ac_cv_use_postscript" | |
3695 | if test "$no_cache" != 1; then | |
3696 | echo $ac_cv_use_postscript >> ${wx_arg_cache_file}.tmp | |
3697 | fi | |
3698 | ||
3699 | if test "$wxUSE_POSTSCRIPT" = yes; then | |
3700 | echo "$ac_t""yes" 1>&6 | |
3701 | else | |
3702 | echo "$ac_t""no" 1>&6 | |
3703 | fi | |
3704 | ||
3705 | ||
3706 | ||
3707 | ||
3708 | echo $ac_n "checking "for --enable-prologio"""... $ac_c" 1>&6 | |
422107f9 | 3709 | echo "configure:3710: checking "for --enable-prologio"" >&5 |
10f2d63a VZ |
3710 | no_cache=0 |
3711 | # Check whether --enable-prologio or --disable-prologio was given. | |
3712 | if test "${enable_prologio+set}" = set; then | |
3713 | enableval="$enable_prologio" | |
3714 | ||
3715 | if test "$enableval" = yes; then | |
3716 | ac_cv_use_prologio='wxUSE_PROLOGIO=yes' | |
3717 | else | |
3718 | ac_cv_use_prologio='wxUSE_PROLOGIO=no' | |
3719 | fi | |
3720 | ||
3721 | else | |
3722 | ||
3723 | LINE=`grep "wxUSE_PROLOGIO" ${wx_arg_cache_file}` | |
3724 | if test "x$LINE" != x ; then | |
3725 | eval "DEFAULT_$LINE" | |
3726 | else | |
3727 | no_cache=1 | |
3728 | fi | |
3729 | ||
3730 | ac_cv_use_prologio='wxUSE_PROLOGIO='$DEFAULT_wxUSE_PROLOGIO | |
3731 | ||
3732 | fi | |
3733 | ||
3734 | ||
3735 | eval "$ac_cv_use_prologio" | |
3736 | if test "$no_cache" != 1; then | |
3737 | echo $ac_cv_use_prologio >> ${wx_arg_cache_file}.tmp | |
3738 | fi | |
3739 | ||
3740 | if test "$wxUSE_PROLOGIO" = yes; then | |
3741 | echo "$ac_t""yes" 1>&6 | |
3742 | else | |
3743 | echo "$ac_t""no" 1>&6 | |
3744 | fi | |
3745 | ||
3746 | ||
3747 | echo $ac_n "checking "for --enable-resources"""... $ac_c" 1>&6 | |
422107f9 | 3748 | echo "configure:3749: checking "for --enable-resources"" >&5 |
10f2d63a VZ |
3749 | no_cache=0 |
3750 | # Check whether --enable-resources or --disable-resources was given. | |
3751 | if test "${enable_resources+set}" = set; then | |
3752 | enableval="$enable_resources" | |
3753 | ||
3754 | if test "$enableval" = yes; then | |
3755 | ac_cv_use_resources='wxUSE_RESOURCES=yes' | |
3756 | else | |
3757 | ac_cv_use_resources='wxUSE_RESOURCES=no' | |
3758 | fi | |
3759 | ||
3760 | else | |
3761 | ||
3762 | LINE=`grep "wxUSE_RESOURCES" ${wx_arg_cache_file}` | |
3763 | if test "x$LINE" != x ; then | |
3764 | eval "DEFAULT_$LINE" | |
3765 | else | |
3766 | no_cache=1 | |
3767 | fi | |
3768 | ||
3769 | ac_cv_use_resources='wxUSE_RESOURCES='$DEFAULT_wxUSE_RESOURCES | |
3770 | ||
3771 | fi | |
3772 | ||
3773 | ||
3774 | eval "$ac_cv_use_resources" | |
3775 | if test "$no_cache" != 1; then | |
3776 | echo $ac_cv_use_resources >> ${wx_arg_cache_file}.tmp | |
3777 | fi | |
3778 | ||
3779 | if test "$wxUSE_RESOURCES" = yes; then | |
3780 | echo "$ac_t""yes" 1>&6 | |
3781 | else | |
3782 | echo "$ac_t""no" 1>&6 | |
3783 | fi | |
3784 | ||
3785 | ||
3786 | ||
3787 | echo $ac_n "checking "for --enable-xresources"""... $ac_c" 1>&6 | |
422107f9 | 3788 | echo "configure:3789: checking "for --enable-xresources"" >&5 |
10f2d63a VZ |
3789 | no_cache=0 |
3790 | # Check whether --enable-xresources or --disable-xresources was given. | |
3791 | if test "${enable_xresources+set}" = set; then | |
3792 | enableval="$enable_xresources" | |
3793 | ||
3794 | if test "$enableval" = yes; then | |
3795 | ac_cv_use_xresources='wxUSE_X_RESOURCES=yes' | |
3796 | else | |
3797 | ac_cv_use_xresources='wxUSE_X_RESOURCES=no' | |
3798 | fi | |
3799 | ||
3800 | else | |
3801 | ||
3802 | LINE=`grep "wxUSE_X_RESOURCES" ${wx_arg_cache_file}` | |
3803 | if test "x$LINE" != x ; then | |
3804 | eval "DEFAULT_$LINE" | |
3805 | else | |
3806 | no_cache=1 | |
3807 | fi | |
3808 | ||
3809 | ac_cv_use_xresources='wxUSE_X_RESOURCES='$DEFAULT_wxUSE_X_RESOURCES | |
3810 | ||
3811 | fi | |
3812 | ||
3813 | ||
3814 | eval "$ac_cv_use_xresources" | |
3815 | if test "$no_cache" != 1; then | |
3816 | echo $ac_cv_use_xresources >> ${wx_arg_cache_file}.tmp | |
3817 | fi | |
3818 | ||
3819 | if test "$wxUSE_X_RESOURCES" = yes; then | |
3820 | echo "$ac_t""yes" 1>&6 | |
3821 | else | |
3822 | echo "$ac_t""no" 1>&6 | |
3823 | fi | |
3824 | ||
3825 | ||
3826 | ||
3827 | ||
3828 | echo $ac_n "checking "for --enable-clipboard"""... $ac_c" 1>&6 | |
422107f9 | 3829 | echo "configure:3830: checking "for --enable-clipboard"" >&5 |
10f2d63a VZ |
3830 | no_cache=0 |
3831 | # Check whether --enable-clipboard or --disable-clipboard was given. | |
3832 | if test "${enable_clipboard+set}" = set; then | |
3833 | enableval="$enable_clipboard" | |
3834 | ||
3835 | if test "$enableval" = yes; then | |
3836 | ac_cv_use_clipboard='wxUSE_CLIPBOARD=yes' | |
3837 | else | |
3838 | ac_cv_use_clipboard='wxUSE_CLIPBOARD=no' | |
3839 | fi | |
3840 | ||
3841 | else | |
3842 | ||
3843 | LINE=`grep "wxUSE_CLIPBOARD" ${wx_arg_cache_file}` | |
3844 | if test "x$LINE" != x ; then | |
3845 | eval "DEFAULT_$LINE" | |
3846 | else | |
3847 | no_cache=1 | |
3848 | fi | |
3849 | ||
3850 | ac_cv_use_clipboard='wxUSE_CLIPBOARD='$DEFAULT_wxUSE_CLIPBOARD | |
3851 | ||
3852 | fi | |
3853 | ||
3854 | ||
3855 | eval "$ac_cv_use_clipboard" | |
3856 | if test "$no_cache" != 1; then | |
3857 | echo $ac_cv_use_clipboard >> ${wx_arg_cache_file}.tmp | |
3858 | fi | |
3859 | ||
3860 | if test "$wxUSE_CLIPBOARD" = yes; then | |
3861 | echo "$ac_t""yes" 1>&6 | |
3862 | else | |
3863 | echo "$ac_t""no" 1>&6 | |
3864 | fi | |
3865 | ||
3866 | ||
3867 | echo $ac_n "checking "for --enable-dnd"""... $ac_c" 1>&6 | |
422107f9 | 3868 | echo "configure:3869: checking "for --enable-dnd"" >&5 |
10f2d63a VZ |
3869 | no_cache=0 |
3870 | # Check whether --enable-dnd or --disable-dnd was given. | |
3871 | if test "${enable_dnd+set}" = set; then | |
3872 | enableval="$enable_dnd" | |
3873 | ||
3874 | if test "$enableval" = yes; then | |
3875 | ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=yes' | |
3876 | else | |
3877 | ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=no' | |
3878 | fi | |
3879 | ||
3880 | else | |
3881 | ||
3882 | LINE=`grep "wxUSE_DRAG_AND_DROP" ${wx_arg_cache_file}` | |
3883 | if test "x$LINE" != x ; then | |
3884 | eval "DEFAULT_$LINE" | |
3885 | else | |
3886 | no_cache=1 | |
3887 | fi | |
3888 | ||
3889 | ac_cv_use_dnd='wxUSE_DRAG_AND_DROP='$DEFAULT_wxUSE_DRAG_AND_DROP | |
3890 | ||
3891 | fi | |
3892 | ||
3893 | ||
3894 | eval "$ac_cv_use_dnd" | |
3895 | if test "$no_cache" != 1; then | |
3896 | echo $ac_cv_use_dnd >> ${wx_arg_cache_file}.tmp | |
3897 | fi | |
3898 | ||
3899 | if test "$wxUSE_DRAG_AND_DROP" = yes; then | |
3900 | echo "$ac_t""yes" 1>&6 | |
3901 | else | |
3902 | echo "$ac_t""no" 1>&6 | |
3903 | fi | |
3904 | ||
3905 | ||
3906 | ||
3907 | echo $ac_n "checking "for --enable-wxtree"""... $ac_c" 1>&6 | |
422107f9 | 3908 | echo "configure:3909: checking "for --enable-wxtree"" >&5 |
10f2d63a VZ |
3909 | no_cache=0 |
3910 | # Check whether --enable-wxtree or --disable-wxtree was given. | |
3911 | if test "${enable_wxtree+set}" = set; then | |
3912 | enableval="$enable_wxtree" | |
3913 | ||
3914 | if test "$enableval" = yes; then | |
3915 | ac_cv_use_wxtree='wxUSE_WXTREE=yes' | |
3916 | else | |
3917 | ac_cv_use_wxtree='wxUSE_WXTREE=no' | |
3918 | fi | |
3919 | ||
3920 | else | |
3921 | ||
3922 | LINE=`grep "wxUSE_WXTREE" ${wx_arg_cache_file}` | |
3923 | if test "x$LINE" != x ; then | |
3924 | eval "DEFAULT_$LINE" | |
3925 | else | |
3926 | no_cache=1 | |
3927 | fi | |
3928 | ||
3929 | ac_cv_use_wxtree='wxUSE_WXTREE='$DEFAULT_wxUSE_WXTREE | |
3930 | ||
3931 | fi | |
3932 | ||
3933 | ||
3934 | eval "$ac_cv_use_wxtree" | |
3935 | if test "$no_cache" != 1; then | |
3936 | echo $ac_cv_use_wxtree >> ${wx_arg_cache_file}.tmp | |
3937 | fi | |
3938 | ||
3939 | if test "$wxUSE_WXTREE" = yes; then | |
3940 | echo "$ac_t""yes" 1>&6 | |
3941 | else | |
3942 | echo "$ac_t""no" 1>&6 | |
3943 | fi | |
3944 | ||
3945 | ||
3946 | ||
3947 | ||
3948 | echo $ac_n "checking "for --enable-controls"""... $ac_c" 1>&6 | |
422107f9 | 3949 | echo "configure:3950: checking "for --enable-controls"" >&5 |
10f2d63a VZ |
3950 | no_cache=0 |
3951 | # Check whether --enable-controls or --disable-controls was given. | |
3952 | if test "${enable_controls+set}" = set; then | |
3953 | enableval="$enable_controls" | |
3954 | ||
3955 | if test "$enableval" = yes; then | |
3956 | ac_cv_use_controls='wxUSE_CONTROLS=yes' | |
3957 | else | |
3958 | ac_cv_use_controls='wxUSE_CONTROLS=no' | |
3959 | fi | |
3960 | ||
3961 | else | |
3962 | ||
3963 | LINE=`grep "wxUSE_CONTROLS" ${wx_arg_cache_file}` | |
3964 | if test "x$LINE" != x ; then | |
3965 | eval "DEFAULT_$LINE" | |
3966 | else | |
3967 | no_cache=1 | |
3968 | fi | |
3969 | ||
3970 | ac_cv_use_controls='wxUSE_CONTROLS='$DEFAULT_wxUSE_CONTROLS | |
3971 | ||
3972 | fi | |
3973 | ||
3974 | ||
3975 | eval "$ac_cv_use_controls" | |
3976 | if test "$no_cache" != 1; then | |
3977 | echo $ac_cv_use_controls >> ${wx_arg_cache_file}.tmp | |
3978 | fi | |
3979 | ||
3980 | if test "$wxUSE_CONTROLS" = yes; then | |
3981 | echo "$ac_t""yes" 1>&6 | |
3982 | else | |
3983 | echo "$ac_t""no" 1>&6 | |
3984 | fi | |
3985 | ||
3986 | ||
3987 | if test "$wxUSE_CONTROLS" = "yes"; then | |
3988 | DEFAULT_wxUSE_ACCEL=yes | |
3989 | DEFAULT_wxUSE_CARET=yes | |
3990 | DEFAULT_wxUSE_COMBOBOX=yes | |
3991 | DEFAULT_wxUSE_BMPBUTTON=yes | |
3992 | DEFAULT_wxUSE_CHECKBOX=yes | |
3993 | DEFAULT_wxUSE_CHECKLISTBOX=yes | |
3994 | DEFAULT_wxUSE_CHOICE=yes | |
3995 | DEFAULT_wxUSE_GAUGE=yes | |
3996 | DEFAULT_wxUSE_GRID=yes | |
cc977e5f | 3997 | DEFAULT_wxUSE_NEW_GRID=yes |
10f2d63a VZ |
3998 | DEFAULT_wxUSE_IMAGLIST=yes |
3999 | DEFAULT_wxUSE_LISTBOX=yes | |
4000 | DEFAULT_wxUSE_LISTCTRL=yes | |
4001 | DEFAULT_wxUSE_NOTEBOOK=yes | |
4002 | DEFAULT_wxUSE_RADIOBOX=yes | |
4003 | DEFAULT_wxUSE_RADIOBTN=yes | |
4004 | DEFAULT_wxUSE_SASH=yes | |
4005 | DEFAULT_wxUSE_SCROLLBAR=yes | |
4006 | DEFAULT_wxUSE_SLIDER=yes | |
4007 | DEFAULT_wxUSE_SPINBTN=yes | |
56cfaa52 | 4008 | DEFAULT_wxUSE_SPINCTRL=yes |
10f2d63a VZ |
4009 | DEFAULT_wxUSE_SPLITTER=yes |
4010 | DEFAULT_wxUSE_STATBMP=yes | |
4011 | DEFAULT_wxUSE_STATBOX=yes | |
4012 | DEFAULT_wxUSE_STATLINE=yes | |
4013 | DEFAULT_wxUSE_STATUSBAR=yes | |
4014 | DEFAULT_wxUSE_TAB_DIALOG=yes | |
4015 | DEFAULT_wxUSE_TOOLBAR=yes | |
360d6699 VZ |
4016 | DEFAULT_wxUSE_TOOLBAR_NATIVE=yes |
4017 | DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes | |
10f2d63a VZ |
4018 | DEFAULT_wxUSE_TOOLTIPS=yes |
4019 | DEFAULT_wxUSE_TREECTRL=yes | |
4020 | elif test "$wxUSE_CONTROLS" = "no"; then | |
4021 | DEFAULT_wxUSE_ACCEL=no | |
4022 | DEFAULT_wxUSE_CARET=no | |
4023 | DEFAULT_wxUSE_COMBOBOX=no | |
4024 | DEFAULT_wxUSE_BMPBUTTON=no | |
4025 | DEFAULT_wxUSE_CHECKBOX=no | |
4026 | DEFAULT_wxUSE_CHECKLISTBOX=no | |
4027 | DEFAULT_wxUSE_CHOICE=no | |
4028 | DEFAULT_wxUSE_GAUGE=no | |
4029 | DEFAULT_wxUSE_GRID=no | |
4030 | DEFAULT_wxUSE_NEW_GRID=no | |
4031 | DEFAULT_wxUSE_IMAGLIST=no | |
4032 | DEFAULT_wxUSE_LISTBOX=no | |
4033 | DEFAULT_wxUSE_LISTCTRL=no | |
4034 | DEFAULT_wxUSE_NOTEBOOK=no | |
4035 | DEFAULT_wxUSE_RADIOBOX=no | |
4036 | DEFAULT_wxUSE_RADIOBTN=no | |
4037 | DEFAULT_wxUSE_SASH=no | |
4038 | DEFAULT_wxUSE_SCROLLBAR=no | |
4039 | DEFAULT_wxUSE_SLIDER=no | |
4040 | DEFAULT_wxUSE_SPINBTN=no | |
56cfaa52 | 4041 | DEFAULT_wxUSE_SPINCTRL=no |
10f2d63a VZ |
4042 | DEFAULT_wxUSE_SPLITTER=no |
4043 | DEFAULT_wxUSE_STATBMP=no | |
4044 | DEFAULT_wxUSE_STATBOX=no | |
4045 | DEFAULT_wxUSE_STATLINE=no | |
4046 | DEFAULT_wxUSE_STATUSBAR=no | |
4047 | DEFAULT_wxUSE_TAB_DIALOG=no | |
4048 | DEFAULT_wxUSE_TOOLBAR=no | |
360d6699 VZ |
4049 | DEFAULT_wxUSE_TOOLBAR_NATIVE=no |
4050 | DEFAULT_wxUSE_TOOLBAR_SIMPLE=no | |
10f2d63a VZ |
4051 | DEFAULT_wxUSE_TOOLTIPS=no |
4052 | DEFAULT_wxUSE_TREECTRL=no | |
4053 | fi | |
4054 | ||
4055 | ||
4056 | echo $ac_n "checking "for --enable-accel"""... $ac_c" 1>&6 | |
422107f9 | 4057 | echo "configure:4058: checking "for --enable-accel"" >&5 |
10f2d63a VZ |
4058 | no_cache=0 |
4059 | # Check whether --enable-accel or --disable-accel was given. | |
4060 | if test "${enable_accel+set}" = set; then | |
4061 | enableval="$enable_accel" | |
4062 | ||
4063 | if test "$enableval" = yes; then | |
4064 | ac_cv_use_accel='wxUSE_ACCEL=yes' | |
4065 | else | |
4066 | ac_cv_use_accel='wxUSE_ACCEL=no' | |
4067 | fi | |
4068 | ||
4069 | else | |
4070 | ||
4071 | LINE=`grep "wxUSE_ACCEL" ${wx_arg_cache_file}` | |
4072 | if test "x$LINE" != x ; then | |
4073 | eval "DEFAULT_$LINE" | |
4074 | else | |
4075 | no_cache=1 | |
4076 | fi | |
4077 | ||
4078 | ac_cv_use_accel='wxUSE_ACCEL='$DEFAULT_wxUSE_ACCEL | |
4079 | ||
4080 | fi | |
4081 | ||
4082 | ||
4083 | eval "$ac_cv_use_accel" | |
4084 | if test "$no_cache" != 1; then | |
4085 | echo $ac_cv_use_accel >> ${wx_arg_cache_file}.tmp | |
4086 | fi | |
4087 | ||
4088 | if test "$wxUSE_ACCEL" = yes; then | |
4089 | echo "$ac_t""yes" 1>&6 | |
4090 | else | |
4091 | echo "$ac_t""no" 1>&6 | |
4092 | fi | |
4093 | ||
4094 | ||
4095 | echo $ac_n "checking "for --enable-caret"""... $ac_c" 1>&6 | |
422107f9 | 4096 | echo "configure:4097: checking "for --enable-caret"" >&5 |
10f2d63a VZ |
4097 | no_cache=0 |
4098 | # Check whether --enable-caret or --disable-caret was given. | |
4099 | if test "${enable_caret+set}" = set; then | |
4100 | enableval="$enable_caret" | |
4101 | ||
4102 | if test "$enableval" = yes; then | |
4103 | ac_cv_use_caret='wxUSE_CARET=yes' | |
4104 | else | |
4105 | ac_cv_use_caret='wxUSE_CARET=no' | |
4106 | fi | |
4107 | ||
4108 | else | |
4109 | ||
4110 | LINE=`grep "wxUSE_CARET" ${wx_arg_cache_file}` | |
4111 | if test "x$LINE" != x ; then | |
4112 | eval "DEFAULT_$LINE" | |
4113 | else | |
4114 | no_cache=1 | |
4115 | fi | |
4116 | ||
4117 | ac_cv_use_caret='wxUSE_CARET='$DEFAULT_wxUSE_CARET | |
4118 | ||
4119 | fi | |
4120 | ||
4121 | ||
4122 | eval "$ac_cv_use_caret" | |
4123 | if test "$no_cache" != 1; then | |
4124 | echo $ac_cv_use_caret >> ${wx_arg_cache_file}.tmp | |
4125 | fi | |
4126 | ||
4127 | if test "$wxUSE_CARET" = yes; then | |
4128 | echo "$ac_t""yes" 1>&6 | |
4129 | else | |
4130 | echo "$ac_t""no" 1>&6 | |
4131 | fi | |
4132 | ||
4133 | ||
4134 | echo $ac_n "checking "for --enable-bmpbutton"""... $ac_c" 1>&6 | |
422107f9 | 4135 | echo "configure:4136: checking "for --enable-bmpbutton"" >&5 |
10f2d63a VZ |
4136 | no_cache=0 |
4137 | # Check whether --enable-bmpbutton or --disable-bmpbutton was given. | |
4138 | if test "${enable_bmpbutton+set}" = set; then | |
4139 | enableval="$enable_bmpbutton" | |
4140 | ||
4141 | if test "$enableval" = yes; then | |
4142 | ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=yes' | |
4143 | else | |
4144 | ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=no' | |
4145 | fi | |
4146 | ||
4147 | else | |
4148 | ||
4149 | LINE=`grep "wxUSE_BMPBUTTON" ${wx_arg_cache_file}` | |
4150 | if test "x$LINE" != x ; then | |
4151 | eval "DEFAULT_$LINE" | |
4152 | else | |
4153 | no_cache=1 | |
4154 | fi | |
4155 | ||
4156 | ac_cv_use_bmpbutton='wxUSE_BMPBUTTON='$DEFAULT_wxUSE_BMPBUTTON | |
4157 | ||
4158 | fi | |
4159 | ||
4160 | ||
4161 | eval "$ac_cv_use_bmpbutton" | |
4162 | if test "$no_cache" != 1; then | |
4163 | echo $ac_cv_use_bmpbutton >> ${wx_arg_cache_file}.tmp | |
4164 | fi | |
4165 | ||
4166 | if test "$wxUSE_BMPBUTTON" = yes; then | |
4167 | echo "$ac_t""yes" 1>&6 | |
4168 | else | |
4169 | echo "$ac_t""no" 1>&6 | |
4170 | fi | |
4171 | ||
4172 | ||
4173 | echo $ac_n "checking "for --enable-checkbox"""... $ac_c" 1>&6 | |
422107f9 | 4174 | echo "configure:4175: checking "for --enable-checkbox"" >&5 |
10f2d63a VZ |
4175 | no_cache=0 |
4176 | # Check whether --enable-checkbox or --disable-checkbox was given. | |
4177 | if test "${enable_checkbox+set}" = set; then | |
4178 | enableval="$enable_checkbox" | |
4179 | ||
4180 | if test "$enableval" = yes; then | |
4181 | ac_cv_use_checkbox='wxUSE_CHECKBOX=yes' | |
4182 | else | |
4183 | ac_cv_use_checkbox='wxUSE_CHECKBOX=no' | |
4184 | fi | |
4185 | ||
4186 | else | |
4187 | ||
4188 | LINE=`grep "wxUSE_CHECKBOX" ${wx_arg_cache_file}` | |
4189 | if test "x$LINE" != x ; then | |
4190 | eval "DEFAULT_$LINE" | |
4191 | else | |
4192 | no_cache=1 | |
4193 | fi | |
4194 | ||
4195 | ac_cv_use_checkbox='wxUSE_CHECKBOX='$DEFAULT_wxUSE_CHECKBOX | |
4196 | ||
4197 | fi | |
4198 | ||
4199 | ||
4200 | eval "$ac_cv_use_checkbox" | |
4201 | if test "$no_cache" != 1; then | |
4202 | echo $ac_cv_use_checkbox >> ${wx_arg_cache_file}.tmp | |
4203 | fi | |
4204 | ||
4205 | if test "$wxUSE_CHECKBOX" = yes; then | |
4206 | echo "$ac_t""yes" 1>&6 | |
4207 | else | |
4208 | echo "$ac_t""no" 1>&6 | |
4209 | fi | |
4210 | ||
4211 | ||
4212 | echo $ac_n "checking "for --enable-checklst"""... $ac_c" 1>&6 | |
422107f9 | 4213 | echo "configure:4214: checking "for --enable-checklst"" >&5 |
10f2d63a VZ |
4214 | no_cache=0 |
4215 | # Check whether --enable-checklst or --disable-checklst was given. | |
4216 | if test "${enable_checklst+set}" = set; then | |
4217 | enableval="$enable_checklst" | |
4218 | ||
4219 | if test "$enableval" = yes; then | |
4220 | ac_cv_use_checklst='wxUSE_CHECKLST=yes' | |
4221 | else | |
4222 | ac_cv_use_checklst='wxUSE_CHECKLST=no' | |
4223 | fi | |
4224 | ||
4225 | else | |
4226 | ||
4227 | LINE=`grep "wxUSE_CHECKLST" ${wx_arg_cache_file}` | |
4228 | if test "x$LINE" != x ; then | |
4229 | eval "DEFAULT_$LINE" | |
4230 | else | |
4231 | no_cache=1 | |
4232 | fi | |
4233 | ||
4234 | ac_cv_use_checklst='wxUSE_CHECKLST='$DEFAULT_wxUSE_CHECKLST | |
4235 | ||
4236 | fi | |
4237 | ||
4238 | ||
4239 | eval "$ac_cv_use_checklst" | |
4240 | if test "$no_cache" != 1; then | |
4241 | echo $ac_cv_use_checklst >> ${wx_arg_cache_file}.tmp | |
4242 | fi | |
4243 | ||
4244 | if test "$wxUSE_CHECKLST" = yes; then | |
4245 | echo "$ac_t""yes" 1>&6 | |
4246 | else | |
4247 | echo "$ac_t""no" 1>&6 | |
4248 | fi | |
4249 | ||
4250 | ||
4251 | echo $ac_n "checking "for --enable-choice"""... $ac_c" 1>&6 | |
422107f9 | 4252 | echo "configure:4253: checking "for --enable-choice"" >&5 |
10f2d63a VZ |
4253 | no_cache=0 |
4254 | # Check whether --enable-choice or --disable-choice was given. | |
4255 | if test "${enable_choice+set}" = set; then | |
4256 | enableval="$enable_choice" | |
4257 | ||
4258 | if test "$enableval" = yes; then | |
4259 | ac_cv_use_choice='wxUSE_CHOICE=yes' | |
4260 | else | |
4261 | ac_cv_use_choice='wxUSE_CHOICE=no' | |
4262 | fi | |
4263 | ||
4264 | else | |
4265 | ||
4266 | LINE=`grep "wxUSE_CHOICE" ${wx_arg_cache_file}` | |
4267 | if test "x$LINE" != x ; then | |
4268 | eval "DEFAULT_$LINE" | |
4269 | else | |
4270 | no_cache=1 | |
4271 | fi | |
4272 | ||
4273 | ac_cv_use_choice='wxUSE_CHOICE='$DEFAULT_wxUSE_CHOICE | |
4274 | ||
4275 | fi | |
4276 | ||
4277 | ||
4278 | eval "$ac_cv_use_choice" | |
4279 | if test "$no_cache" != 1; then | |
4280 | echo $ac_cv_use_choice >> ${wx_arg_cache_file}.tmp | |
4281 | fi | |
4282 | ||
4283 | if test "$wxUSE_CHOICE" = yes; then | |
4284 | echo "$ac_t""yes" 1>&6 | |
4285 | else | |
4286 | echo "$ac_t""no" 1>&6 | |
4287 | fi | |
4288 | ||
4289 | ||
4290 | echo $ac_n "checking "for --enable-combobox"""... $ac_c" 1>&6 | |
422107f9 | 4291 | echo "configure:4292: checking "for --enable-combobox"" >&5 |
10f2d63a VZ |
4292 | no_cache=0 |
4293 | # Check whether --enable-combobox or --disable-combobox was given. | |
4294 | if test "${enable_combobox+set}" = set; then | |
4295 | enableval="$enable_combobox" | |
4296 | ||
4297 | if test "$enableval" = yes; then | |
4298 | ac_cv_use_combobox='wxUSE_COMBOBOX=yes' | |
4299 | else | |
4300 | ac_cv_use_combobox='wxUSE_COMBOBOX=no' | |
4301 | fi | |
4302 | ||
4303 | else | |
4304 | ||
4305 | LINE=`grep "wxUSE_COMBOBOX" ${wx_arg_cache_file}` | |
4306 | if test "x$LINE" != x ; then | |
4307 | eval "DEFAULT_$LINE" | |
4308 | else | |
4309 | no_cache=1 | |
4310 | fi | |
4311 | ||
4312 | ac_cv_use_combobox='wxUSE_COMBOBOX='$DEFAULT_wxUSE_COMBOBOX | |
4313 | ||
4314 | fi | |
4315 | ||
4316 | ||
4317 | eval "$ac_cv_use_combobox" | |
4318 | if test "$no_cache" != 1; then | |
4319 | echo $ac_cv_use_combobox >> ${wx_arg_cache_file}.tmp | |
4320 | fi | |
4321 | ||
4322 | if test "$wxUSE_COMBOBOX" = yes; then | |
4323 | echo "$ac_t""yes" 1>&6 | |
4324 | else | |
4325 | echo "$ac_t""no" 1>&6 | |
4326 | fi | |
4327 | ||
4328 | ||
4329 | echo $ac_n "checking "for --enable-gauge"""... $ac_c" 1>&6 | |
422107f9 | 4330 | echo "configure:4331: checking "for --enable-gauge"" >&5 |
10f2d63a VZ |
4331 | no_cache=0 |
4332 | # Check whether --enable-gauge or --disable-gauge was given. | |
4333 | if test "${enable_gauge+set}" = set; then | |
4334 | enableval="$enable_gauge" | |
4335 | ||
4336 | if test "$enableval" = yes; then | |
4337 | ac_cv_use_gauge='wxUSE_GAUGE=yes' | |
4338 | else | |
4339 | ac_cv_use_gauge='wxUSE_GAUGE=no' | |
4340 | fi | |
4341 | ||
4342 | else | |
4343 | ||
4344 | LINE=`grep "wxUSE_GAUGE" ${wx_arg_cache_file}` | |
4345 | if test "x$LINE" != x ; then | |
4346 | eval "DEFAULT_$LINE" | |
4347 | else | |
4348 | no_cache=1 | |
4349 | fi | |
4350 | ||
4351 | ac_cv_use_gauge='wxUSE_GAUGE='$DEFAULT_wxUSE_GAUGE | |
4352 | ||
4353 | fi | |
4354 | ||
4355 | ||
4356 | eval "$ac_cv_use_gauge" | |
4357 | if test "$no_cache" != 1; then | |
4358 | echo $ac_cv_use_gauge >> ${wx_arg_cache_file}.tmp | |
4359 | fi | |
4360 | ||
4361 | if test "$wxUSE_GAUGE" = yes; then | |
4362 | echo "$ac_t""yes" 1>&6 | |
4363 | else | |
4364 | echo "$ac_t""no" 1>&6 | |
4365 | fi | |
4366 | ||
4367 | ||
4368 | echo $ac_n "checking "for --enable-grid"""... $ac_c" 1>&6 | |
422107f9 | 4369 | echo "configure:4370: checking "for --enable-grid"" >&5 |
10f2d63a VZ |
4370 | no_cache=0 |
4371 | # Check whether --enable-grid or --disable-grid was given. | |
4372 | if test "${enable_grid+set}" = set; then | |
4373 | enableval="$enable_grid" | |
4374 | ||
4375 | if test "$enableval" = yes; then | |
4376 | ac_cv_use_grid='wxUSE_GRID=yes' | |
4377 | else | |
4378 | ac_cv_use_grid='wxUSE_GRID=no' | |
4379 | fi | |
4380 | ||
4381 | else | |
4382 | ||
4383 | LINE=`grep "wxUSE_GRID" ${wx_arg_cache_file}` | |
4384 | if test "x$LINE" != x ; then | |
4385 | eval "DEFAULT_$LINE" | |
4386 | else | |
4387 | no_cache=1 | |
4388 | fi | |
4389 | ||
4390 | ac_cv_use_grid='wxUSE_GRID='$DEFAULT_wxUSE_GRID | |
4391 | ||
4392 | fi | |
4393 | ||
4394 | ||
4395 | eval "$ac_cv_use_grid" | |
4396 | if test "$no_cache" != 1; then | |
4397 | echo $ac_cv_use_grid >> ${wx_arg_cache_file}.tmp | |
4398 | fi | |
4399 | ||
4400 | if test "$wxUSE_GRID" = yes; then | |
4401 | echo "$ac_t""yes" 1>&6 | |
4402 | else | |
4403 | echo "$ac_t""no" 1>&6 | |
4404 | fi | |
4405 | ||
4406 | ||
4407 | echo $ac_n "checking "for --enable-newgrid"""... $ac_c" 1>&6 | |
422107f9 | 4408 | echo "configure:4409: checking "for --enable-newgrid"" >&5 |
10f2d63a VZ |
4409 | no_cache=0 |
4410 | # Check whether --enable-newgrid or --disable-newgrid was given. | |
4411 | if test "${enable_newgrid+set}" = set; then | |
4412 | enableval="$enable_newgrid" | |
4413 | ||
4414 | if test "$enableval" = yes; then | |
4415 | ac_cv_use_newgrid='wxUSE_NEW_GRID=yes' | |
4416 | else | |
4417 | ac_cv_use_newgrid='wxUSE_NEW_GRID=no' | |
4418 | fi | |
4419 | ||
4420 | else | |
4421 | ||
4422 | LINE=`grep "wxUSE_NEW_GRID" ${wx_arg_cache_file}` | |
4423 | if test "x$LINE" != x ; then | |
4424 | eval "DEFAULT_$LINE" | |
4425 | else | |
4426 | no_cache=1 | |
4427 | fi | |
4428 | ||
4429 | ac_cv_use_newgrid='wxUSE_NEW_GRID='$DEFAULT_wxUSE_NEW_GRID | |
4430 | ||
4431 | fi | |
4432 | ||
4433 | ||
4434 | eval "$ac_cv_use_newgrid" | |
4435 | if test "$no_cache" != 1; then | |
4436 | echo $ac_cv_use_newgrid >> ${wx_arg_cache_file}.tmp | |
4437 | fi | |
4438 | ||
4439 | if test "$wxUSE_NEW_GRID" = yes; then | |
4440 | echo "$ac_t""yes" 1>&6 | |
4441 | else | |
4442 | echo "$ac_t""no" 1>&6 | |
4443 | fi | |
4444 | ||
4445 | ||
4446 | echo $ac_n "checking "for --enable-imaglist"""... $ac_c" 1>&6 | |
422107f9 | 4447 | echo "configure:4448: checking "for --enable-imaglist"" >&5 |
10f2d63a VZ |
4448 | no_cache=0 |
4449 | # Check whether --enable-imaglist or --disable-imaglist was given. | |
4450 | if test "${enable_imaglist+set}" = set; then | |
4451 | enableval="$enable_imaglist" | |
4452 | ||
4453 | if test "$enableval" = yes; then | |
4454 | ac_cv_use_imaglist='wxUSE_IMAGLIST=yes' | |
4455 | else | |
4456 | ac_cv_use_imaglist='wxUSE_IMAGLIST=no' | |
4457 | fi | |
4458 | ||
4459 | else | |
4460 | ||
4461 | LINE=`grep "wxUSE_IMAGLIST" ${wx_arg_cache_file}` | |
4462 | if test "x$LINE" != x ; then | |
4463 | eval "DEFAULT_$LINE" | |
4464 | else | |
4465 | no_cache=1 | |
4466 | fi | |
4467 | ||
4468 | ac_cv_use_imaglist='wxUSE_IMAGLIST='$DEFAULT_wxUSE_IMAGLIST | |
4469 | ||
4470 | fi | |
4471 | ||
4472 | ||
4473 | eval "$ac_cv_use_imaglist" | |
4474 | if test "$no_cache" != 1; then | |
4475 | echo $ac_cv_use_imaglist >> ${wx_arg_cache_file}.tmp | |
4476 | fi | |
4477 | ||
4478 | if test "$wxUSE_IMAGLIST" = yes; then | |
4479 | echo "$ac_t""yes" 1>&6 | |
4480 | else | |
4481 | echo "$ac_t""no" 1>&6 | |
4482 | fi | |
4483 | ||
4484 | ||
4485 | echo $ac_n "checking "for --enable-listbox"""... $ac_c" 1>&6 | |
422107f9 | 4486 | echo "configure:4487: checking "for --enable-listbox"" >&5 |
10f2d63a VZ |
4487 | no_cache=0 |
4488 | # Check whether --enable-listbox or --disable-listbox was given. | |
4489 | if test "${enable_listbox+set}" = set; then | |
4490 | enableval="$enable_listbox" | |
4491 | ||
4492 | if test "$enableval" = yes; then | |
4493 | ac_cv_use_listbox='wxUSE_LISTBOX=yes' | |
4494 | else | |
4495 | ac_cv_use_listbox='wxUSE_LISTBOX=no' | |
4496 | fi | |
4497 | ||
4498 | else | |
4499 | ||
4500 | LINE=`grep "wxUSE_LISTBOX" ${wx_arg_cache_file}` | |
4501 | if test "x$LINE" != x ; then | |
4502 | eval "DEFAULT_$LINE" | |
4503 | else | |
4504 | no_cache=1 | |
4505 | fi | |
4506 | ||
4507 | ac_cv_use_listbox='wxUSE_LISTBOX='$DEFAULT_wxUSE_LISTBOX | |
4508 | ||
4509 | fi | |
4510 | ||
4511 | ||
4512 | eval "$ac_cv_use_listbox" | |
4513 | if test "$no_cache" != 1; then | |
4514 | echo $ac_cv_use_listbox >> ${wx_arg_cache_file}.tmp | |
4515 | fi | |
4516 | ||
4517 | if test "$wxUSE_LISTBOX" = yes; then | |
4518 | echo "$ac_t""yes" 1>&6 | |
4519 | else | |
4520 | echo "$ac_t""no" 1>&6 | |
4521 | fi | |
4522 | ||
4523 | ||
4524 | echo $ac_n "checking "for --enable-listctrl"""... $ac_c" 1>&6 | |
422107f9 | 4525 | echo "configure:4526: checking "for --enable-listctrl"" >&5 |
10f2d63a VZ |
4526 | no_cache=0 |
4527 | # Check whether --enable-listctrl or --disable-listctrl was given. | |
4528 | if test "${enable_listctrl+set}" = set; then | |
4529 | enableval="$enable_listctrl" | |
4530 | ||
4531 | if test "$enableval" = yes; then | |
4532 | ac_cv_use_listctrl='wxUSE_LISTCTRL=yes' | |
4533 | else | |
4534 | ac_cv_use_listctrl='wxUSE_LISTCTRL=no' | |
4535 | fi | |
4536 | ||
4537 | else | |
4538 | ||
4539 | LINE=`grep "wxUSE_LISTCTRL" ${wx_arg_cache_file}` | |
4540 | if test "x$LINE" != x ; then | |
4541 | eval "DEFAULT_$LINE" | |
4542 | else | |
4543 | no_cache=1 | |
4544 | fi | |
4545 | ||
4546 | ac_cv_use_listctrl='wxUSE_LISTCTRL='$DEFAULT_wxUSE_LISTCTRL | |
4547 | ||
4548 | fi | |
4549 | ||
4550 | ||
4551 | eval "$ac_cv_use_listctrl" | |
4552 | if test "$no_cache" != 1; then | |
4553 | echo $ac_cv_use_listctrl >> ${wx_arg_cache_file}.tmp | |
4554 | fi | |
4555 | ||
4556 | if test "$wxUSE_LISTCTRL" = yes; then | |
4557 | echo "$ac_t""yes" 1>&6 | |
4558 | else | |
4559 | echo "$ac_t""no" 1>&6 | |
4560 | fi | |
4561 | ||
4562 | ||
4563 | echo $ac_n "checking "for --enable-notebook"""... $ac_c" 1>&6 | |
422107f9 | 4564 | echo "configure:4565: checking "for --enable-notebook"" >&5 |
10f2d63a VZ |
4565 | no_cache=0 |
4566 | # Check whether --enable-notebook or --disable-notebook was given. | |
4567 | if test "${enable_notebook+set}" = set; then | |
4568 | enableval="$enable_notebook" | |
4569 | ||
4570 | if test "$enableval" = yes; then | |
4571 | ac_cv_use_notebook='wxUSE_NOTEBOOK=yes' | |
4572 | else | |
4573 | ac_cv_use_notebook='wxUSE_NOTEBOOK=no' | |
4574 | fi | |
4575 | ||
4576 | else | |
4577 | ||
4578 | LINE=`grep "wxUSE_NOTEBOOK" ${wx_arg_cache_file}` | |
4579 | if test "x$LINE" != x ; then | |
4580 | eval "DEFAULT_$LINE" | |
4581 | else | |
4582 | no_cache=1 | |
4583 | fi | |
4584 | ||
4585 | ac_cv_use_notebook='wxUSE_NOTEBOOK='$DEFAULT_wxUSE_NOTEBOOK | |
4586 | ||
4587 | fi | |
4588 | ||
4589 | ||
4590 | eval "$ac_cv_use_notebook" | |
4591 | if test "$no_cache" != 1; then | |
4592 | echo $ac_cv_use_notebook >> ${wx_arg_cache_file}.tmp | |
4593 | fi | |
4594 | ||
4595 | if test "$wxUSE_NOTEBOOK" = yes; then | |
4596 | echo "$ac_t""yes" 1>&6 | |
4597 | else | |
4598 | echo "$ac_t""no" 1>&6 | |
4599 | fi | |
4600 | ||
4601 | ||
4602 | echo $ac_n "checking "for --enable-radiobox"""... $ac_c" 1>&6 | |
422107f9 | 4603 | echo "configure:4604: checking "for --enable-radiobox"" >&5 |
10f2d63a VZ |
4604 | no_cache=0 |
4605 | # Check whether --enable-radiobox or --disable-radiobox was given. | |
4606 | if test "${enable_radiobox+set}" = set; then | |
4607 | enableval="$enable_radiobox" | |
4608 | ||
4609 | if test "$enableval" = yes; then | |
4610 | ac_cv_use_radiobox='wxUSE_RADIOBOX=yes' | |
4611 | else | |
4612 | ac_cv_use_radiobox='wxUSE_RADIOBOX=no' | |
4613 | fi | |
4614 | ||
4615 | else | |
4616 | ||
4617 | LINE=`grep "wxUSE_RADIOBOX" ${wx_arg_cache_file}` | |
4618 | if test "x$LINE" != x ; then | |
4619 | eval "DEFAULT_$LINE" | |
4620 | else | |
4621 | no_cache=1 | |
4622 | fi | |
4623 | ||
4624 | ac_cv_use_radiobox='wxUSE_RADIOBOX='$DEFAULT_wxUSE_RADIOBOX | |
4625 | ||
4626 | fi | |
4627 | ||
4628 | ||
4629 | eval "$ac_cv_use_radiobox" | |
4630 | if test "$no_cache" != 1; then | |
4631 | echo $ac_cv_use_radiobox >> ${wx_arg_cache_file}.tmp | |
4632 | fi | |
4633 | ||
4634 | if test "$wxUSE_RADIOBOX" = yes; then | |
4635 | echo "$ac_t""yes" 1>&6 | |
4636 | else | |
4637 | echo "$ac_t""no" 1>&6 | |
4638 | fi | |
4639 | ||
4640 | ||
4641 | echo $ac_n "checking "for --enable-radiobtn"""... $ac_c" 1>&6 | |
422107f9 | 4642 | echo "configure:4643: checking "for --enable-radiobtn"" >&5 |
10f2d63a VZ |
4643 | no_cache=0 |
4644 | # Check whether --enable-radiobtn or --disable-radiobtn was given. | |
4645 | if test "${enable_radiobtn+set}" = set; then | |
4646 | enableval="$enable_radiobtn" | |
4647 | ||
4648 | if test "$enableval" = yes; then | |
4649 | ac_cv_use_radiobtn='wxUSE_RADIOBTN=yes' | |
4650 | else | |
4651 | ac_cv_use_radiobtn='wxUSE_RADIOBTN=no' | |
4652 | fi | |
4653 | ||
4654 | else | |
4655 | ||
4656 | LINE=`grep "wxUSE_RADIOBTN" ${wx_arg_cache_file}` | |
4657 | if test "x$LINE" != x ; then | |
4658 | eval "DEFAULT_$LINE" | |
4659 | else | |
4660 | no_cache=1 | |
4661 | fi | |
4662 | ||
4663 | ac_cv_use_radiobtn='wxUSE_RADIOBTN='$DEFAULT_wxUSE_RADIOBTN | |
4664 | ||
4665 | fi | |
4666 | ||
4667 | ||
4668 | eval "$ac_cv_use_radiobtn" | |
4669 | if test "$no_cache" != 1; then | |
4670 | echo $ac_cv_use_radiobtn >> ${wx_arg_cache_file}.tmp | |
4671 | fi | |
4672 | ||
4673 | if test "$wxUSE_RADIOBTN" = yes; then | |
4674 | echo "$ac_t""yes" 1>&6 | |
4675 | else | |
4676 | echo "$ac_t""no" 1>&6 | |
4677 | fi | |
4678 | ||
4679 | ||
4680 | echo $ac_n "checking "for --enable-sash"""... $ac_c" 1>&6 | |
422107f9 | 4681 | echo "configure:4682: checking "for --enable-sash"" >&5 |
10f2d63a VZ |
4682 | no_cache=0 |
4683 | # Check whether --enable-sash or --disable-sash was given. | |
4684 | if test "${enable_sash+set}" = set; then | |
4685 | enableval="$enable_sash" | |
4686 | ||
4687 | if test "$enableval" = yes; then | |
4688 | ac_cv_use_sash='wxUSE_SASH=yes' | |
4689 | else | |
4690 | ac_cv_use_sash='wxUSE_SASH=no' | |
4691 | fi | |
4692 | ||
4693 | else | |
4694 | ||
4695 | LINE=`grep "wxUSE_SASH" ${wx_arg_cache_file}` | |
4696 | if test "x$LINE" != x ; then | |
4697 | eval "DEFAULT_$LINE" | |
4698 | else | |
4699 | no_cache=1 | |
4700 | fi | |
4701 | ||
4702 | ac_cv_use_sash='wxUSE_SASH='$DEFAULT_wxUSE_SASH | |
4703 | ||
4704 | fi | |
4705 | ||
4706 | ||
4707 | eval "$ac_cv_use_sash" | |
4708 | if test "$no_cache" != 1; then | |
4709 | echo $ac_cv_use_sash >> ${wx_arg_cache_file}.tmp | |
4710 | fi | |
4711 | ||
4712 | if test "$wxUSE_SASH" = yes; then | |
4713 | echo "$ac_t""yes" 1>&6 | |
4714 | else | |
4715 | echo "$ac_t""no" 1>&6 | |
4716 | fi | |
4717 | ||
4718 | ||
4719 | echo $ac_n "checking "for --enable-scrollbar"""... $ac_c" 1>&6 | |
422107f9 | 4720 | echo "configure:4721: checking "for --enable-scrollbar"" >&5 |
10f2d63a VZ |
4721 | no_cache=0 |
4722 | # Check whether --enable-scrollbar or --disable-scrollbar was given. | |
4723 | if test "${enable_scrollbar+set}" = set; then | |
4724 | enableval="$enable_scrollbar" | |
4725 | ||
4726 | if test "$enableval" = yes; then | |
4727 | ac_cv_use_scrollbar='wxUSE_SCROLLBAR=yes' | |
4728 | else | |
4729 | ac_cv_use_scrollbar='wxUSE_SCROLLBAR=no' | |
4730 | fi | |
4731 | ||
4732 | else | |
4733 | ||
4734 | LINE=`grep "wxUSE_SCROLLBAR" ${wx_arg_cache_file}` | |
4735 | if test "x$LINE" != x ; then | |
4736 | eval "DEFAULT_$LINE" | |
4737 | else | |
4738 | no_cache=1 | |
4739 | fi | |
4740 | ||
4741 | ac_cv_use_scrollbar='wxUSE_SCROLLBAR='$DEFAULT_wxUSE_SCROLLBAR | |
4742 | ||
4743 | fi | |
4744 | ||
4745 | ||
4746 | eval "$ac_cv_use_scrollbar" | |
4747 | if test "$no_cache" != 1; then | |
4748 | echo $ac_cv_use_scrollbar >> ${wx_arg_cache_file}.tmp | |
4749 | fi | |
4750 | ||
4751 | if test "$wxUSE_SCROLLBAR" = yes; then | |
4752 | echo "$ac_t""yes" 1>&6 | |
4753 | else | |
4754 | echo "$ac_t""no" 1>&6 | |
4755 | fi | |
4756 | ||
4757 | ||
4758 | echo $ac_n "checking "for --enable-slider"""... $ac_c" 1>&6 | |
422107f9 | 4759 | echo "configure:4760: checking "for --enable-slider"" >&5 |
10f2d63a VZ |
4760 | no_cache=0 |
4761 | # Check whether --enable-slider or --disable-slider was given. | |
4762 | if test "${enable_slider+set}" = set; then | |
4763 | enableval="$enable_slider" | |
4764 | ||
4765 | if test "$enableval" = yes; then | |
4766 | ac_cv_use_slider='wxUSE_SLIDER=yes' | |
4767 | else | |
4768 | ac_cv_use_slider='wxUSE_SLIDER=no' | |
4769 | fi | |
4770 | ||
4771 | else | |
4772 | ||
4773 | LINE=`grep "wxUSE_SLIDER" ${wx_arg_cache_file}` | |
4774 | if test "x$LINE" != x ; then | |
4775 | eval "DEFAULT_$LINE" | |
4776 | else | |
4777 | no_cache=1 | |
4778 | fi | |
4779 | ||
4780 | ac_cv_use_slider='wxUSE_SLIDER='$DEFAULT_wxUSE_SLIDER | |
4781 | ||
4782 | fi | |
4783 | ||
4784 | ||
4785 | eval "$ac_cv_use_slider" | |
4786 | if test "$no_cache" != 1; then | |
4787 | echo $ac_cv_use_slider >> ${wx_arg_cache_file}.tmp | |
4788 | fi | |
4789 | ||
4790 | if test "$wxUSE_SLIDER" = yes; then | |
4791 | echo "$ac_t""yes" 1>&6 | |
4792 | else | |
4793 | echo "$ac_t""no" 1>&6 | |
4794 | fi | |
4795 | ||
4796 | ||
4797 | echo $ac_n "checking "for --enable-spinbtn"""... $ac_c" 1>&6 | |
422107f9 | 4798 | echo "configure:4799: checking "for --enable-spinbtn"" >&5 |
10f2d63a VZ |
4799 | no_cache=0 |
4800 | # Check whether --enable-spinbtn or --disable-spinbtn was given. | |
4801 | if test "${enable_spinbtn+set}" = set; then | |
4802 | enableval="$enable_spinbtn" | |
4803 | ||
4804 | if test "$enableval" = yes; then | |
4805 | ac_cv_use_spinbtn='wxUSE_SPINBTN=yes' | |
4806 | else | |
4807 | ac_cv_use_spinbtn='wxUSE_SPINBTN=no' | |
4808 | fi | |
4809 | ||
4810 | else | |
4811 | ||
4812 | LINE=`grep "wxUSE_SPINBTN" ${wx_arg_cache_file}` | |
4813 | if test "x$LINE" != x ; then | |
4814 | eval "DEFAULT_$LINE" | |
4815 | else | |
4816 | no_cache=1 | |
4817 | fi | |
4818 | ||
4819 | ac_cv_use_spinbtn='wxUSE_SPINBTN='$DEFAULT_wxUSE_SPINBTN | |
4820 | ||
4821 | fi | |
4822 | ||
4823 | ||
4824 | eval "$ac_cv_use_spinbtn" | |
4825 | if test "$no_cache" != 1; then | |
4826 | echo $ac_cv_use_spinbtn >> ${wx_arg_cache_file}.tmp | |
4827 | fi | |
4828 | ||
4829 | if test "$wxUSE_SPINBTN" = yes; then | |
4830 | echo "$ac_t""yes" 1>&6 | |
4831 | else | |
4832 | echo "$ac_t""no" 1>&6 | |
4833 | fi | |
4834 | ||
4835 | ||
56cfaa52 | 4836 | echo $ac_n "checking "for --enable-spinctrl"""... $ac_c" 1>&6 |
422107f9 | 4837 | echo "configure:4838: checking "for --enable-spinctrl"" >&5 |
56cfaa52 RR |
4838 | no_cache=0 |
4839 | # Check whether --enable-spinctrl or --disable-spinctrl was given. | |
4840 | if test "${enable_spinctrl+set}" = set; then | |
4841 | enableval="$enable_spinctrl" | |
4842 | ||
4843 | if test "$enableval" = yes; then | |
4844 | ac_cv_use_spinctrl='wxUSE_SPINCTRL=yes' | |
4845 | else | |
4846 | ac_cv_use_spinctrl='wxUSE_SPINCTRL=no' | |
4847 | fi | |
4848 | ||
4849 | else | |
4850 | ||
4851 | LINE=`grep "wxUSE_SPINCTRL" ${wx_arg_cache_file}` | |
4852 | if test "x$LINE" != x ; then | |
4853 | eval "DEFAULT_$LINE" | |
4854 | else | |
4855 | no_cache=1 | |
4856 | fi | |
4857 | ||
4858 | ac_cv_use_spinctrl='wxUSE_SPINCTRL='$DEFAULT_wxUSE_SPINCTRL | |
4859 | ||
4860 | fi | |
4861 | ||
4862 | ||
4863 | eval "$ac_cv_use_spinctrl" | |
4864 | if test "$no_cache" != 1; then | |
4865 | echo $ac_cv_use_spinctrl >> ${wx_arg_cache_file}.tmp | |
4866 | fi | |
4867 | ||
4868 | if test "$wxUSE_SPINCTRL" = yes; then | |
4869 | echo "$ac_t""yes" 1>&6 | |
4870 | else | |
4871 | echo "$ac_t""no" 1>&6 | |
4872 | fi | |
4873 | ||
4874 | ||
10f2d63a | 4875 | echo $ac_n "checking "for --enable-splitter"""... $ac_c" 1>&6 |
422107f9 | 4876 | echo "configure:4877: checking "for --enable-splitter"" >&5 |
10f2d63a VZ |
4877 | no_cache=0 |
4878 | # Check whether --enable-splitter or --disable-splitter was given. | |
4879 | if test "${enable_splitter+set}" = set; then | |
4880 | enableval="$enable_splitter" | |
4881 | ||
4882 | if test "$enableval" = yes; then | |
4883 | ac_cv_use_splitter='wxUSE_SPLITTER=yes' | |
4884 | else | |
4885 | ac_cv_use_splitter='wxUSE_SPLITTER=no' | |
4886 | fi | |
4887 | ||
4888 | else | |
4889 | ||
4890 | LINE=`grep "wxUSE_SPLITTER" ${wx_arg_cache_file}` | |
4891 | if test "x$LINE" != x ; then | |
4892 | eval "DEFAULT_$LINE" | |
4893 | else | |
4894 | no_cache=1 | |
4895 | fi | |
4896 | ||
4897 | ac_cv_use_splitter='wxUSE_SPLITTER='$DEFAULT_wxUSE_SPLITTER | |
4898 | ||
4899 | fi | |
4900 | ||
4901 | ||
4902 | eval "$ac_cv_use_splitter" | |
4903 | if test "$no_cache" != 1; then | |
4904 | echo $ac_cv_use_splitter >> ${wx_arg_cache_file}.tmp | |
4905 | fi | |
4906 | ||
4907 | if test "$wxUSE_SPLITTER" = yes; then | |
4908 | echo "$ac_t""yes" 1>&6 | |
4909 | else | |
4910 | echo "$ac_t""no" 1>&6 | |
4911 | fi | |
4912 | ||
4913 | ||
4914 | echo $ac_n "checking "for --enable-statbmp"""... $ac_c" 1>&6 | |
422107f9 | 4915 | echo "configure:4916: checking "for --enable-statbmp"" >&5 |
10f2d63a VZ |
4916 | no_cache=0 |
4917 | # Check whether --enable-statbmp or --disable-statbmp was given. | |
4918 | if test "${enable_statbmp+set}" = set; then | |
4919 | enableval="$enable_statbmp" | |
4920 | ||
4921 | if test "$enableval" = yes; then | |
4922 | ac_cv_use_statbmp='wxUSE_STATBMP=yes' | |
4923 | else | |
4924 | ac_cv_use_statbmp='wxUSE_STATBMP=no' | |
4925 | fi | |
4926 | ||
4927 | else | |
4928 | ||
4929 | LINE=`grep "wxUSE_STATBMP" ${wx_arg_cache_file}` | |
4930 | if test "x$LINE" != x ; then | |
4931 | eval "DEFAULT_$LINE" | |
4932 | else | |
4933 | no_cache=1 | |
4934 | fi | |
4935 | ||
4936 | ac_cv_use_statbmp='wxUSE_STATBMP='$DEFAULT_wxUSE_STATBMP | |
4937 | ||
4938 | fi | |
4939 | ||
4940 | ||
4941 | eval "$ac_cv_use_statbmp" | |
4942 | if test "$no_cache" != 1; then | |
4943 | echo $ac_cv_use_statbmp >> ${wx_arg_cache_file}.tmp | |
4944 | fi | |
4945 | ||
4946 | if test "$wxUSE_STATBMP" = yes; then | |
4947 | echo "$ac_t""yes" 1>&6 | |
4948 | else | |
4949 | echo "$ac_t""no" 1>&6 | |
4950 | fi | |
4951 | ||
4952 | ||
4953 | echo $ac_n "checking "for --enable-statbox"""... $ac_c" 1>&6 | |
422107f9 | 4954 | echo "configure:4955: checking "for --enable-statbox"" >&5 |
10f2d63a VZ |
4955 | no_cache=0 |
4956 | # Check whether --enable-statbox or --disable-statbox was given. | |
4957 | if test "${enable_statbox+set}" = set; then | |
4958 | enableval="$enable_statbox" | |
4959 | ||
4960 | if test "$enableval" = yes; then | |
4961 | ac_cv_use_statbox='wxUSE_STATBOX=yes' | |
4962 | else | |
4963 | ac_cv_use_statbox='wxUSE_STATBOX=no' | |
4964 | fi | |
4965 | ||
4966 | else | |
4967 | ||
4968 | LINE=`grep "wxUSE_STATBOX" ${wx_arg_cache_file}` | |
4969 | if test "x$LINE" != x ; then | |
4970 | eval "DEFAULT_$LINE" | |
4971 | else | |
4972 | no_cache=1 | |
4973 | fi | |
4974 | ||
4975 | ac_cv_use_statbox='wxUSE_STATBOX='$DEFAULT_wxUSE_STATBOX | |
4976 | ||
4977 | fi | |
4978 | ||
4979 | ||
4980 | eval "$ac_cv_use_statbox" | |
4981 | if test "$no_cache" != 1; then | |
4982 | echo $ac_cv_use_statbox >> ${wx_arg_cache_file}.tmp | |
4983 | fi | |
4984 | ||
4985 | if test "$wxUSE_STATBOX" = yes; then | |
4986 | echo "$ac_t""yes" 1>&6 | |
4987 | else | |
4988 | echo "$ac_t""no" 1>&6 | |
4989 | fi | |
4990 | ||
4991 | ||
4992 | echo $ac_n "checking "for --enable-statline"""... $ac_c" 1>&6 | |
422107f9 | 4993 | echo "configure:4994: checking "for --enable-statline"" >&5 |
10f2d63a VZ |
4994 | no_cache=0 |
4995 | # Check whether --enable-statline or --disable-statline was given. | |
4996 | if test "${enable_statline+set}" = set; then | |
4997 | enableval="$enable_statline" | |
4998 | ||
4999 | if test "$enableval" = yes; then | |
5000 | ac_cv_use_statline='wxUSE_STATLINE=yes' | |
5001 | else | |
5002 | ac_cv_use_statline='wxUSE_STATLINE=no' | |
5003 | fi | |
5004 | ||
5005 | else | |
5006 | ||
5007 | LINE=`grep "wxUSE_STATLINE" ${wx_arg_cache_file}` | |
5008 | if test "x$LINE" != x ; then | |
5009 | eval "DEFAULT_$LINE" | |
5010 | else | |
5011 | no_cache=1 | |
5012 | fi | |
5013 | ||
5014 | ac_cv_use_statline='wxUSE_STATLINE='$DEFAULT_wxUSE_STATLINE | |
5015 | ||
5016 | fi | |
5017 | ||
5018 | ||
5019 | eval "$ac_cv_use_statline" | |
5020 | if test "$no_cache" != 1; then | |
5021 | echo $ac_cv_use_statline >> ${wx_arg_cache_file}.tmp | |
5022 | fi | |
5023 | ||
5024 | if test "$wxUSE_STATLINE" = yes; then | |
5025 | echo "$ac_t""yes" 1>&6 | |
5026 | else | |
5027 | echo "$ac_t""no" 1>&6 | |
5028 | fi | |
5029 | ||
5030 | ||
5031 | echo $ac_n "checking "for --enable-statusbar"""... $ac_c" 1>&6 | |
422107f9 | 5032 | echo "configure:5033: checking "for --enable-statusbar"" >&5 |
10f2d63a VZ |
5033 | no_cache=0 |
5034 | # Check whether --enable-statusbar or --disable-statusbar was given. | |
5035 | if test "${enable_statusbar+set}" = set; then | |
5036 | enableval="$enable_statusbar" | |
5037 | ||
5038 | if test "$enableval" = yes; then | |
5039 | ac_cv_use_statusbar='wxUSE_STATUSBAR=yes' | |
5040 | else | |
5041 | ac_cv_use_statusbar='wxUSE_STATUSBAR=no' | |
5042 | fi | |
5043 | ||
5044 | else | |
5045 | ||
5046 | LINE=`grep "wxUSE_STATUSBAR" ${wx_arg_cache_file}` | |
5047 | if test "x$LINE" != x ; then | |
5048 | eval "DEFAULT_$LINE" | |
5049 | else | |
5050 | no_cache=1 | |
5051 | fi | |
5052 | ||
5053 | ac_cv_use_statusbar='wxUSE_STATUSBAR='$DEFAULT_wxUSE_STATUSBAR | |
5054 | ||
5055 | fi | |
5056 | ||
5057 | ||
5058 | eval "$ac_cv_use_statusbar" | |
5059 | if test "$no_cache" != 1; then | |
5060 | echo $ac_cv_use_statusbar >> ${wx_arg_cache_file}.tmp | |
5061 | fi | |
5062 | ||
5063 | if test "$wxUSE_STATUSBAR" = yes; then | |
5064 | echo "$ac_t""yes" 1>&6 | |
5065 | else | |
5066 | echo "$ac_t""no" 1>&6 | |
5067 | fi | |
5068 | ||
5069 | ||
5070 | echo $ac_n "checking "for --enable-tabdialog"""... $ac_c" 1>&6 | |
422107f9 | 5071 | echo "configure:5072: checking "for --enable-tabdialog"" >&5 |
10f2d63a VZ |
5072 | no_cache=0 |
5073 | # Check whether --enable-tabdialog or --disable-tabdialog was given. | |
5074 | if test "${enable_tabdialog+set}" = set; then | |
5075 | enableval="$enable_tabdialog" | |
5076 | ||
5077 | if test "$enableval" = yes; then | |
5078 | ac_cv_use_tabdialog='wxUSE_TABDIALOG=yes' | |
5079 | else | |
5080 | ac_cv_use_tabdialog='wxUSE_TABDIALOG=no' | |
5081 | fi | |
5082 | ||
5083 | else | |
5084 | ||
5085 | LINE=`grep "wxUSE_TABDIALOG" ${wx_arg_cache_file}` | |
5086 | if test "x$LINE" != x ; then | |
5087 | eval "DEFAULT_$LINE" | |
5088 | else | |
5089 | no_cache=1 | |
5090 | fi | |
5091 | ||
5092 | ac_cv_use_tabdialog='wxUSE_TABDIALOG='$DEFAULT_wxUSE_TABDIALOG | |
5093 | ||
5094 | fi | |
5095 | ||
5096 | ||
5097 | eval "$ac_cv_use_tabdialog" | |
5098 | if test "$no_cache" != 1; then | |
5099 | echo $ac_cv_use_tabdialog >> ${wx_arg_cache_file}.tmp | |
5100 | fi | |
5101 | ||
5102 | if test "$wxUSE_TABDIALOG" = yes; then | |
5103 | echo "$ac_t""yes" 1>&6 | |
5104 | else | |
5105 | echo "$ac_t""no" 1>&6 | |
5106 | fi | |
5107 | ||
5108 | ||
5109 | echo $ac_n "checking "for --enable-toolbar"""... $ac_c" 1>&6 | |
422107f9 | 5110 | echo "configure:5111: checking "for --enable-toolbar"" >&5 |
10f2d63a VZ |
5111 | no_cache=0 |
5112 | # Check whether --enable-toolbar or --disable-toolbar was given. | |
5113 | if test "${enable_toolbar+set}" = set; then | |
5114 | enableval="$enable_toolbar" | |
5115 | ||
5116 | if test "$enableval" = yes; then | |
5117 | ac_cv_use_toolbar='wxUSE_TOOLBAR=yes' | |
5118 | else | |
5119 | ac_cv_use_toolbar='wxUSE_TOOLBAR=no' | |
5120 | fi | |
5121 | ||
5122 | else | |
5123 | ||
5124 | LINE=`grep "wxUSE_TOOLBAR" ${wx_arg_cache_file}` | |
5125 | if test "x$LINE" != x ; then | |
5126 | eval "DEFAULT_$LINE" | |
5127 | else | |
5128 | no_cache=1 | |
5129 | fi | |
5130 | ||
5131 | ac_cv_use_toolbar='wxUSE_TOOLBAR='$DEFAULT_wxUSE_TOOLBAR | |
5132 | ||
5133 | fi | |
5134 | ||
5135 | ||
5136 | eval "$ac_cv_use_toolbar" | |
5137 | if test "$no_cache" != 1; then | |
5138 | echo $ac_cv_use_toolbar >> ${wx_arg_cache_file}.tmp | |
5139 | fi | |
5140 | ||
5141 | if test "$wxUSE_TOOLBAR" = yes; then | |
5142 | echo "$ac_t""yes" 1>&6 | |
5143 | else | |
5144 | echo "$ac_t""no" 1>&6 | |
5145 | fi | |
5146 | ||
5147 | ||
360d6699 | 5148 | echo $ac_n "checking "for --enable-tbarnative"""... $ac_c" 1>&6 |
422107f9 | 5149 | echo "configure:5150: checking "for --enable-tbarnative"" >&5 |
360d6699 VZ |
5150 | no_cache=0 |
5151 | # Check whether --enable-tbarnative or --disable-tbarnative was given. | |
5152 | if test "${enable_tbarnative+set}" = set; then | |
5153 | enableval="$enable_tbarnative" | |
5154 | ||
5155 | if test "$enableval" = yes; then | |
5156 | ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=yes' | |
5157 | else | |
5158 | ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=no' | |
5159 | fi | |
5160 | ||
5161 | else | |
5162 | ||
5163 | LINE=`grep "wxUSE_TOOLBAR_NATIVE" ${wx_arg_cache_file}` | |
5164 | if test "x$LINE" != x ; then | |
5165 | eval "DEFAULT_$LINE" | |
5166 | else | |
5167 | no_cache=1 | |
5168 | fi | |
5169 | ||
5170 | ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE='$DEFAULT_wxUSE_TOOLBAR_NATIVE | |
5171 | ||
5172 | fi | |
5173 | ||
5174 | ||
5175 | eval "$ac_cv_use_tbarnative" | |
5176 | if test "$no_cache" != 1; then | |
5177 | echo $ac_cv_use_tbarnative >> ${wx_arg_cache_file}.tmp | |
5178 | fi | |
5179 | ||
5180 | if test "$wxUSE_TOOLBAR_NATIVE" = yes; then | |
5181 | echo "$ac_t""yes" 1>&6 | |
5182 | else | |
5183 | echo "$ac_t""no" 1>&6 | |
5184 | fi | |
5185 | ||
5186 | ||
5187 | echo $ac_n "checking "for --enable-tbarsmpl"""... $ac_c" 1>&6 | |
422107f9 | 5188 | echo "configure:5189: checking "for --enable-tbarsmpl"" >&5 |
360d6699 VZ |
5189 | no_cache=0 |
5190 | # Check whether --enable-tbarsmpl or --disable-tbarsmpl was given. | |
5191 | if test "${enable_tbarsmpl+set}" = set; then | |
5192 | enableval="$enable_tbarsmpl" | |
5193 | ||
5194 | if test "$enableval" = yes; then | |
5195 | ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=yes' | |
5196 | else | |
5197 | ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=no' | |
5198 | fi | |
5199 | ||
5200 | else | |
5201 | ||
5202 | LINE=`grep "wxUSE_TOOLBAR_SIMPLE" ${wx_arg_cache_file}` | |
5203 | if test "x$LINE" != x ; then | |
5204 | eval "DEFAULT_$LINE" | |
5205 | else | |
5206 | no_cache=1 | |
5207 | fi | |
5208 | ||
5209 | ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE='$DEFAULT_wxUSE_TOOLBAR_SIMPLE | |
5210 | ||
5211 | fi | |
5212 | ||
5213 | ||
5214 | eval "$ac_cv_use_tbarsmpl" | |
5215 | if test "$no_cache" != 1; then | |
5216 | echo $ac_cv_use_tbarsmpl >> ${wx_arg_cache_file}.tmp | |
5217 | fi | |
5218 | ||
5219 | if test "$wxUSE_TOOLBAR_SIMPLE" = yes; then | |
5220 | echo "$ac_t""yes" 1>&6 | |
5221 | else | |
5222 | echo "$ac_t""no" 1>&6 | |
5223 | fi | |
5224 | ||
5225 | ||
10f2d63a | 5226 | echo $ac_n "checking "for --enable-treectrl"""... $ac_c" 1>&6 |
422107f9 | 5227 | echo "configure:5228: checking "for --enable-treectrl"" >&5 |
10f2d63a VZ |
5228 | no_cache=0 |
5229 | # Check whether --enable-treectrl or --disable-treectrl was given. | |
5230 | if test "${enable_treectrl+set}" = set; then | |
5231 | enableval="$enable_treectrl" | |
5232 | ||
5233 | if test "$enableval" = yes; then | |
5234 | ac_cv_use_treectrl='wxUSE_TREECTRL=yes' | |
5235 | else | |
5236 | ac_cv_use_treectrl='wxUSE_TREECTRL=no' | |
5237 | fi | |
5238 | ||
5239 | else | |
5240 | ||
5241 | LINE=`grep "wxUSE_TREECTRL" ${wx_arg_cache_file}` | |
5242 | if test "x$LINE" != x ; then | |
5243 | eval "DEFAULT_$LINE" | |
5244 | else | |
5245 | no_cache=1 | |
5246 | fi | |
5247 | ||
5248 | ac_cv_use_treectrl='wxUSE_TREECTRL='$DEFAULT_wxUSE_TREECTRL | |
5249 | ||
5250 | fi | |
5251 | ||
5252 | ||
5253 | eval "$ac_cv_use_treectrl" | |
5254 | if test "$no_cache" != 1; then | |
5255 | echo $ac_cv_use_treectrl >> ${wx_arg_cache_file}.tmp | |
5256 | fi | |
5257 | ||
5258 | if test "$wxUSE_TREECTRL" = yes; then | |
5259 | echo "$ac_t""yes" 1>&6 | |
5260 | else | |
5261 | echo "$ac_t""no" 1>&6 | |
5262 | fi | |
5263 | ||
5264 | ||
5265 | ||
5266 | ||
5267 | echo $ac_n "checking "for --enable-commondlg"""... $ac_c" 1>&6 | |
422107f9 | 5268 | echo "configure:5269: checking "for --enable-commondlg"" >&5 |
10f2d63a VZ |
5269 | no_cache=0 |
5270 | # Check whether --enable-commondlg or --disable-commondlg was given. | |
5271 | if test "${enable_commondlg+set}" = set; then | |
5272 | enableval="$enable_commondlg" | |
5273 | ||
5274 | if test "$enableval" = yes; then | |
5275 | ac_cv_use_commondlg='wxUSE_COMMONDLGS=yes' | |
5276 | else | |
5277 | ac_cv_use_commondlg='wxUSE_COMMONDLGS=no' | |
5278 | fi | |
5279 | ||
5280 | else | |
5281 | ||
5282 | LINE=`grep "wxUSE_COMMONDLGS" ${wx_arg_cache_file}` | |
5283 | if test "x$LINE" != x ; then | |
5284 | eval "DEFAULT_$LINE" | |
5285 | else | |
5286 | no_cache=1 | |
5287 | fi | |
5288 | ||
5289 | ac_cv_use_commondlg='wxUSE_COMMONDLGS='$DEFAULT_wxUSE_COMMONDLGS | |
5290 | ||
5291 | fi | |
5292 | ||
5293 | ||
5294 | eval "$ac_cv_use_commondlg" | |
5295 | if test "$no_cache" != 1; then | |
5296 | echo $ac_cv_use_commondlg >> ${wx_arg_cache_file}.tmp | |
5297 | fi | |
5298 | ||
5299 | if test "$wxUSE_COMMONDLGS" = yes; then | |
5300 | echo "$ac_t""yes" 1>&6 | |
5301 | else | |
5302 | echo "$ac_t""no" 1>&6 | |
5303 | fi | |
5304 | ||
5305 | ||
5306 | echo $ac_n "checking "for --enable-dirdlg"""... $ac_c" 1>&6 | |
422107f9 | 5307 | echo "configure:5308: checking "for --enable-dirdlg"" >&5 |
10f2d63a VZ |
5308 | no_cache=0 |
5309 | # Check whether --enable-dirdlg or --disable-dirdlg was given. | |
5310 | if test "${enable_dirdlg+set}" = set; then | |
5311 | enableval="$enable_dirdlg" | |
5312 | ||
5313 | if test "$enableval" = yes; then | |
5314 | ac_cv_use_dirdlg='wxUSE_DIRDLG=yes' | |
5315 | else | |
5316 | ac_cv_use_dirdlg='wxUSE_DIRDLG=no' | |
5317 | fi | |
5318 | ||
5319 | else | |
5320 | ||
5321 | LINE=`grep "wxUSE_DIRDLG" ${wx_arg_cache_file}` | |
5322 | if test "x$LINE" != x ; then | |
5323 | eval "DEFAULT_$LINE" | |
5324 | else | |
5325 | no_cache=1 | |
5326 | fi | |
5327 | ||
5328 | ac_cv_use_dirdlg='wxUSE_DIRDLG='$DEFAULT_wxUSE_DIRDLG | |
5329 | ||
5330 | fi | |
5331 | ||
5332 | ||
5333 | eval "$ac_cv_use_dirdlg" | |
5334 | if test "$no_cache" != 1; then | |
5335 | echo $ac_cv_use_dirdlg >> ${wx_arg_cache_file}.tmp | |
5336 | fi | |
5337 | ||
5338 | if test "$wxUSE_DIRDLG" = yes; then | |
5339 | echo "$ac_t""yes" 1>&6 | |
5340 | else | |
5341 | echo "$ac_t""no" 1>&6 | |
5342 | fi | |
5343 | ||
5344 | ||
5345 | echo $ac_n "checking "for --enable-textdlg"""... $ac_c" 1>&6 | |
422107f9 | 5346 | echo "configure:5347: checking "for --enable-textdlg"" >&5 |
10f2d63a VZ |
5347 | no_cache=0 |
5348 | # Check whether --enable-textdlg or --disable-textdlg was given. | |
5349 | if test "${enable_textdlg+set}" = set; then | |
5350 | enableval="$enable_textdlg" | |
5351 | ||
5352 | if test "$enableval" = yes; then | |
5353 | ac_cv_use_textdlg='wxUSE_TEXTDLG=yes' | |
5354 | else | |
5355 | ac_cv_use_textdlg='wxUSE_TEXTDLG=no' | |
5356 | fi | |
5357 | ||
5358 | else | |
5359 | ||
5360 | LINE=`grep "wxUSE_TEXTDLG" ${wx_arg_cache_file}` | |
5361 | if test "x$LINE" != x ; then | |
5362 | eval "DEFAULT_$LINE" | |
5363 | else | |
5364 | no_cache=1 | |
5365 | fi | |
5366 | ||
5367 | ac_cv_use_textdlg='wxUSE_TEXTDLG='$DEFAULT_wxUSE_TEXTDLG | |
5368 | ||
5369 | fi | |
5370 | ||
5371 | ||
5372 | eval "$ac_cv_use_textdlg" | |
5373 | if test "$no_cache" != 1; then | |
5374 | echo $ac_cv_use_textdlg >> ${wx_arg_cache_file}.tmp | |
5375 | fi | |
5376 | ||
5377 | if test "$wxUSE_TEXTDLG" = yes; then | |
5378 | echo "$ac_t""yes" 1>&6 | |
5379 | else | |
5380 | echo "$ac_t""no" 1>&6 | |
5381 | fi | |
5382 | ||
5383 | ||
5384 | echo $ac_n "checking "for --enable-tipdlg"""... $ac_c" 1>&6 | |
422107f9 | 5385 | echo "configure:5386: checking "for --enable-tipdlg"" >&5 |
10f2d63a VZ |
5386 | no_cache=0 |
5387 | # Check whether --enable-tipdlg or --disable-tipdlg was given. | |
5388 | if test "${enable_tipdlg+set}" = set; then | |
5389 | enableval="$enable_tipdlg" | |
5390 | ||
5391 | if test "$enableval" = yes; then | |
5392 | ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=yes' | |
5393 | else | |
5394 | ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=no' | |
5395 | fi | |
5396 | ||
5397 | else | |
5398 | ||
5399 | LINE=`grep "wxUSE_STARTUP_TIPS" ${wx_arg_cache_file}` | |
5400 | if test "x$LINE" != x ; then | |
5401 | eval "DEFAULT_$LINE" | |
5402 | else | |
5403 | no_cache=1 | |
5404 | fi | |
5405 | ||
5406 | ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS='$DEFAULT_wxUSE_STARTUP_TIPS | |
5407 | ||
5408 | fi | |
5409 | ||
5410 | ||
5411 | eval "$ac_cv_use_tipdlg" | |
5412 | if test "$no_cache" != 1; then | |
5413 | echo $ac_cv_use_tipdlg >> ${wx_arg_cache_file}.tmp | |
5414 | fi | |
5415 | ||
5416 | if test "$wxUSE_STARTUP_TIPS" = yes; then | |
5417 | echo "$ac_t""yes" 1>&6 | |
5418 | else | |
5419 | echo "$ac_t""no" 1>&6 | |
5420 | fi | |
5421 | ||
5422 | ||
5423 | echo $ac_n "checking "for --enable-progressdlg"""... $ac_c" 1>&6 | |
422107f9 | 5424 | echo "configure:5425: checking "for --enable-progressdlg"" >&5 |
10f2d63a VZ |
5425 | no_cache=0 |
5426 | # Check whether --enable-progressdlg or --disable-progressdlg was given. | |
5427 | if test "${enable_progressdlg+set}" = set; then | |
5428 | enableval="$enable_progressdlg" | |
5429 | ||
5430 | if test "$enableval" = yes; then | |
5431 | ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=yes' | |
5432 | else | |
5433 | ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=no' | |
5434 | fi | |
5435 | ||
5436 | else | |
5437 | ||
5438 | LINE=`grep "wxUSE_PROGRESSDLG" ${wx_arg_cache_file}` | |
5439 | if test "x$LINE" != x ; then | |
5440 | eval "DEFAULT_$LINE" | |
5441 | else | |
5442 | no_cache=1 | |
5443 | fi | |
5444 | ||
5445 | ac_cv_use_progressdlg='wxUSE_PROGRESSDLG='$DEFAULT_wxUSE_PROGRESSDLG | |
5446 | ||
5447 | fi | |
5448 | ||
5449 | ||
5450 | eval "$ac_cv_use_progressdlg" | |
5451 | if test "$no_cache" != 1; then | |
5452 | echo $ac_cv_use_progressdlg >> ${wx_arg_cache_file}.tmp | |
5453 | fi | |
5454 | ||
5455 | if test "$wxUSE_PROGRESSDLG" = yes; then | |
5456 | echo "$ac_t""yes" 1>&6 | |
5457 | else | |
5458 | echo "$ac_t""no" 1>&6 | |
5459 | fi | |
5460 | ||
5461 | ||
5462 | echo $ac_n "checking "for --enable-miniframe"""... $ac_c" 1>&6 | |
422107f9 | 5463 | echo "configure:5464: checking "for --enable-miniframe"" >&5 |
10f2d63a VZ |
5464 | no_cache=0 |
5465 | # Check whether --enable-miniframe or --disable-miniframe was given. | |
5466 | if test "${enable_miniframe+set}" = set; then | |
5467 | enableval="$enable_miniframe" | |
5468 | ||
5469 | if test "$enableval" = yes; then | |
5470 | ac_cv_use_miniframe='wxUSE_MINIFRAME=yes' | |
5471 | else | |
5472 | ac_cv_use_miniframe='wxUSE_MINIFRAME=no' | |
5473 | fi | |
5474 | ||
5475 | else | |
5476 | ||
5477 | LINE=`grep "wxUSE_MINIFRAME" ${wx_arg_cache_file}` | |
5478 | if test "x$LINE" != x ; then | |
5479 | eval "DEFAULT_$LINE" | |
5480 | else | |
5481 | no_cache=1 | |
5482 | fi | |
5483 | ||
5484 | ac_cv_use_miniframe='wxUSE_MINIFRAME='$DEFAULT_wxUSE_MINIFRAME | |
5485 | ||
5486 | fi | |
5487 | ||
5488 | ||
5489 | eval "$ac_cv_use_miniframe" | |
5490 | if test "$no_cache" != 1; then | |
5491 | echo $ac_cv_use_miniframe >> ${wx_arg_cache_file}.tmp | |
5492 | fi | |
5493 | ||
5494 | if test "$wxUSE_MINIFRAME" = yes; then | |
5495 | echo "$ac_t""yes" 1>&6 | |
5496 | else | |
5497 | echo "$ac_t""no" 1>&6 | |
5498 | fi | |
5499 | ||
5500 | ||
5501 | echo $ac_n "checking "for --enable-html"""... $ac_c" 1>&6 | |
422107f9 | 5502 | echo "configure:5503: checking "for --enable-html"" >&5 |
10f2d63a VZ |
5503 | no_cache=0 |
5504 | # Check whether --enable-html or --disable-html was given. | |
5505 | if test "${enable_html+set}" = set; then | |
5506 | enableval="$enable_html" | |
5507 | ||
5508 | if test "$enableval" = yes; then | |
5509 | ac_cv_use_html='wxUSE_HTML=yes' | |
5510 | else | |
5511 | ac_cv_use_html='wxUSE_HTML=no' | |
5512 | fi | |
5513 | ||
5514 | else | |
5515 | ||
5516 | LINE=`grep "wxUSE_HTML" ${wx_arg_cache_file}` | |
5517 | if test "x$LINE" != x ; then | |
5518 | eval "DEFAULT_$LINE" | |
5519 | else | |
5520 | no_cache=1 | |
5521 | fi | |
5522 | ||
5523 | ac_cv_use_html='wxUSE_HTML='$DEFAULT_wxUSE_HTML | |
5524 | ||
5525 | fi | |
5526 | ||
5527 | ||
5528 | eval "$ac_cv_use_html" | |
5529 | if test "$no_cache" != 1; then | |
5530 | echo $ac_cv_use_html >> ${wx_arg_cache_file}.tmp | |
5531 | fi | |
5532 | ||
5533 | if test "$wxUSE_HTML" = yes; then | |
5534 | echo "$ac_t""yes" 1>&6 | |
5535 | else | |
5536 | echo "$ac_t""no" 1>&6 | |
5537 | fi | |
5538 | ||
5539 | ||
5540 | echo $ac_n "checking "for --enable-tooltips"""... $ac_c" 1>&6 | |
422107f9 | 5541 | echo "configure:5542: checking "for --enable-tooltips"" >&5 |
10f2d63a VZ |
5542 | no_cache=0 |
5543 | # Check whether --enable-tooltips or --disable-tooltips was given. | |
5544 | if test "${enable_tooltips+set}" = set; then | |
5545 | enableval="$enable_tooltips" | |
5546 | ||
5547 | if test "$enableval" = yes; then | |
5548 | ac_cv_use_tooltips='wxUSE_TOOLTIPS=yes' | |
5549 | else | |
5550 | ac_cv_use_tooltips='wxUSE_TOOLTIPS=no' | |
5551 | fi | |
5552 | ||
5553 | else | |
5554 | ||
5555 | LINE=`grep "wxUSE_TOOLTIPS" ${wx_arg_cache_file}` | |
5556 | if test "x$LINE" != x ; then | |
5557 | eval "DEFAULT_$LINE" | |
5558 | else | |
5559 | no_cache=1 | |
5560 | fi | |
5561 | ||
5562 | ac_cv_use_tooltips='wxUSE_TOOLTIPS='$DEFAULT_wxUSE_TOOLTIPS | |
5563 | ||
5564 | fi | |
5565 | ||
5566 | ||
5567 | eval "$ac_cv_use_tooltips" | |
5568 | if test "$no_cache" != 1; then | |
5569 | echo $ac_cv_use_tooltips >> ${wx_arg_cache_file}.tmp | |
5570 | fi | |
5571 | ||
5572 | if test "$wxUSE_TOOLTIPS" = yes; then | |
5573 | echo "$ac_t""yes" 1>&6 | |
5574 | else | |
5575 | echo "$ac_t""no" 1>&6 | |
5576 | fi | |
5577 | ||
5578 | ||
5579 | echo $ac_n "checking "for --enable-splines"""... $ac_c" 1>&6 | |
422107f9 | 5580 | echo "configure:5581: checking "for --enable-splines"" >&5 |
10f2d63a VZ |
5581 | no_cache=0 |
5582 | # Check whether --enable-splines or --disable-splines was given. | |
5583 | if test "${enable_splines+set}" = set; then | |
5584 | enableval="$enable_splines" | |
5585 | ||
5586 | if test "$enableval" = yes; then | |
5587 | ac_cv_use_splines='wxUSE_SPLINES=yes' | |
5588 | else | |
5589 | ac_cv_use_splines='wxUSE_SPLINES=no' | |
5590 | fi | |
5591 | ||
5592 | else | |
5593 | ||
5594 | LINE=`grep "wxUSE_SPLINES" ${wx_arg_cache_file}` | |
5595 | if test "x$LINE" != x ; then | |
5596 | eval "DEFAULT_$LINE" | |
5597 | else | |
5598 | no_cache=1 | |
5599 | fi | |
5600 | ||
5601 | ac_cv_use_splines='wxUSE_SPLINES='$DEFAULT_wxUSE_SPLINES | |
5602 | ||
5603 | fi | |
5604 | ||
5605 | ||
5606 | eval "$ac_cv_use_splines" | |
5607 | if test "$no_cache" != 1; then | |
5608 | echo $ac_cv_use_splines >> ${wx_arg_cache_file}.tmp | |
5609 | fi | |
5610 | ||
5611 | if test "$wxUSE_SPLINES" = yes; then | |
5612 | echo "$ac_t""yes" 1>&6 | |
5613 | else | |
5614 | echo "$ac_t""no" 1>&6 | |
5615 | fi | |
5616 | ||
5617 | ||
5618 | echo $ac_n "checking "for --enable-validators"""... $ac_c" 1>&6 | |
422107f9 | 5619 | echo "configure:5620: checking "for --enable-validators"" >&5 |
10f2d63a VZ |
5620 | no_cache=0 |
5621 | # Check whether --enable-validators or --disable-validators was given. | |
5622 | if test "${enable_validators+set}" = set; then | |
5623 | enableval="$enable_validators" | |
5624 | ||
5625 | if test "$enableval" = yes; then | |
5626 | ac_cv_use_validators='wxUSE_VALIDATORS=yes' | |
5627 | else | |
5628 | ac_cv_use_validators='wxUSE_VALIDATORS=no' | |
5629 | fi | |
5630 | ||
5631 | else | |
5632 | ||
5633 | LINE=`grep "wxUSE_VALIDATORS" ${wx_arg_cache_file}` | |
5634 | if test "x$LINE" != x ; then | |
5635 | eval "DEFAULT_$LINE" | |
5636 | else | |
5637 | no_cache=1 | |
5638 | fi | |
5639 | ||
5640 | ac_cv_use_validators='wxUSE_VALIDATORS='$DEFAULT_wxUSE_VALIDATORS | |
5641 | ||
5642 | fi | |
5643 | ||
5644 | ||
5645 | eval "$ac_cv_use_validators" | |
5646 | if test "$no_cache" != 1; then | |
5647 | echo $ac_cv_use_validators >> ${wx_arg_cache_file}.tmp | |
5648 | fi | |
5649 | ||
5650 | if test "$wxUSE_VALIDATORS" = yes; then | |
5651 | echo "$ac_t""yes" 1>&6 | |
5652 | else | |
5653 | echo "$ac_t""no" 1>&6 | |
5654 | fi | |
5655 | ||
5656 | ||
5657 | echo $ac_n "checking "for --enable-busyinfo"""... $ac_c" 1>&6 | |
422107f9 | 5658 | echo "configure:5659: checking "for --enable-busyinfo"" >&5 |
10f2d63a VZ |
5659 | no_cache=0 |
5660 | # Check whether --enable-busyinfo or --disable-busyinfo was given. | |
5661 | if test "${enable_busyinfo+set}" = set; then | |
5662 | enableval="$enable_busyinfo" | |
5663 | ||
5664 | if test "$enableval" = yes; then | |
5665 | ac_cv_use_busyinfo='wxUSE_BUSYINFO=yes' | |
5666 | else | |
5667 | ac_cv_use_busyinfo='wxUSE_BUSYINFO=no' | |
5668 | fi | |
5669 | ||
5670 | else | |
5671 | ||
5672 | LINE=`grep "wxUSE_BUSYINFO" ${wx_arg_cache_file}` | |
5673 | if test "x$LINE" != x ; then | |
5674 | eval "DEFAULT_$LINE" | |
5675 | else | |
5676 | no_cache=1 | |
5677 | fi | |
5678 | ||
5679 | ac_cv_use_busyinfo='wxUSE_BUSYINFO='$DEFAULT_wxUSE_BUSYINFO | |
5680 | ||
5681 | fi | |
5682 | ||
5683 | ||
5684 | eval "$ac_cv_use_busyinfo" | |
5685 | if test "$no_cache" != 1; then | |
5686 | echo $ac_cv_use_busyinfo >> ${wx_arg_cache_file}.tmp | |
5687 | fi | |
5688 | ||
5689 | if test "$wxUSE_BUSYINFO" = yes; then | |
5690 | echo "$ac_t""yes" 1>&6 | |
5691 | else | |
5692 | echo "$ac_t""no" 1>&6 | |
5693 | fi | |
5694 | ||
5695 | ||
9b33fe02 | 5696 | echo $ac_n "checking "for --enable-plot"""... $ac_c" 1>&6 |
422107f9 | 5697 | echo "configure:5698: checking "for --enable-plot"" >&5 |
9b33fe02 VZ |
5698 | no_cache=0 |
5699 | # Check whether --enable-plot or --disable-plot was given. | |
5700 | if test "${enable_plot+set}" = set; then | |
5701 | enableval="$enable_plot" | |
5702 | ||
5703 | if test "$enableval" = yes; then | |
5704 | ac_cv_use_plot='wxUSE_PLOT=yes' | |
5705 | else | |
5706 | ac_cv_use_plot='wxUSE_PLOT=no' | |
5707 | fi | |
5708 | ||
5709 | else | |
5710 | ||
5711 | LINE=`grep "wxUSE_PLOT" ${wx_arg_cache_file}` | |
5712 | if test "x$LINE" != x ; then | |
5713 | eval "DEFAULT_$LINE" | |
5714 | else | |
5715 | no_cache=1 | |
5716 | fi | |
5717 | ||
5718 | ac_cv_use_plot='wxUSE_PLOT='$DEFAULT_wxUSE_PLOT | |
5719 | ||
5720 | fi | |
5721 | ||
5722 | ||
5723 | eval "$ac_cv_use_plot" | |
5724 | if test "$no_cache" != 1; then | |
5725 | echo $ac_cv_use_plot >> ${wx_arg_cache_file}.tmp | |
5726 | fi | |
5727 | ||
5728 | if test "$wxUSE_PLOT" = yes; then | |
5729 | echo "$ac_t""yes" 1>&6 | |
5730 | else | |
5731 | echo "$ac_t""no" 1>&6 | |
5732 | fi | |
5733 | ||
5734 | ||
10f2d63a VZ |
5735 | |
5736 | ||
5737 | echo $ac_n "checking "for --enable-gif"""... $ac_c" 1>&6 | |
422107f9 | 5738 | echo "configure:5739: checking "for --enable-gif"" >&5 |
10f2d63a VZ |
5739 | no_cache=0 |
5740 | # Check whether --enable-gif or --disable-gif was given. | |
5741 | if test "${enable_gif+set}" = set; then | |
5742 | enableval="$enable_gif" | |
5743 | ||
5744 | if test "$enableval" = yes; then | |
5745 | ac_cv_use_gif='wxUSE_GIF=yes' | |
5746 | else | |
5747 | ac_cv_use_gif='wxUSE_GIF=no' | |
5748 | fi | |
5749 | ||
5750 | else | |
5751 | ||
5752 | LINE=`grep "wxUSE_GIF" ${wx_arg_cache_file}` | |
5753 | if test "x$LINE" != x ; then | |
5754 | eval "DEFAULT_$LINE" | |
5755 | else | |
5756 | no_cache=1 | |
5757 | fi | |
5758 | ||
5759 | ac_cv_use_gif='wxUSE_GIF='$DEFAULT_wxUSE_GIF | |
5760 | ||
5761 | fi | |
5762 | ||
5763 | ||
5764 | eval "$ac_cv_use_gif" | |
5765 | if test "$no_cache" != 1; then | |
5766 | echo $ac_cv_use_gif >> ${wx_arg_cache_file}.tmp | |
5767 | fi | |
5768 | ||
5769 | if test "$wxUSE_GIF" = yes; then | |
5770 | echo "$ac_t""yes" 1>&6 | |
5771 | else | |
5772 | echo "$ac_t""no" 1>&6 | |
5773 | fi | |
5774 | ||
5775 | ||
5776 | echo $ac_n "checking "for --enable-pcx"""... $ac_c" 1>&6 | |
422107f9 | 5777 | echo "configure:5778: checking "for --enable-pcx"" >&5 |
10f2d63a VZ |
5778 | no_cache=0 |
5779 | # Check whether --enable-pcx or --disable-pcx was given. | |
5780 | if test "${enable_pcx+set}" = set; then | |
5781 | enableval="$enable_pcx" | |
5782 | ||
5783 | if test "$enableval" = yes; then | |
5784 | ac_cv_use_pcx='wxUSE_PCX=yes' | |
5785 | else | |
5786 | ac_cv_use_pcx='wxUSE_PCX=no' | |
5787 | fi | |
5788 | ||
5789 | else | |
5790 | ||
5791 | LINE=`grep "wxUSE_PCX" ${wx_arg_cache_file}` | |
5792 | if test "x$LINE" != x ; then | |
5793 | eval "DEFAULT_$LINE" | |
5794 | else | |
5795 | no_cache=1 | |
5796 | fi | |
5797 | ||
5798 | ac_cv_use_pcx='wxUSE_PCX='$DEFAULT_wxUSE_PCX | |
5799 | ||
5800 | fi | |
5801 | ||
5802 | ||
5803 | eval "$ac_cv_use_pcx" | |
5804 | if test "$no_cache" != 1; then | |
5805 | echo $ac_cv_use_pcx >> ${wx_arg_cache_file}.tmp | |
5806 | fi | |
5807 | ||
5808 | if test "$wxUSE_PCX" = yes; then | |
5809 | echo "$ac_t""yes" 1>&6 | |
5810 | else | |
5811 | echo "$ac_t""no" 1>&6 | |
5812 | fi | |
5813 | ||
5814 | ||
5815 | echo $ac_n "checking "for --enable-pnm"""... $ac_c" 1>&6 | |
422107f9 | 5816 | echo "configure:5817: checking "for --enable-pnm"" >&5 |
10f2d63a VZ |
5817 | no_cache=0 |
5818 | # Check whether --enable-pnm or --disable-pnm was given. | |
5819 | if test "${enable_pnm+set}" = set; then | |
5820 | enableval="$enable_pnm" | |
5821 | ||
5822 | if test "$enableval" = yes; then | |
5823 | ac_cv_use_pnm='wxUSE_PNM=yes' | |
5824 | else | |
5825 | ac_cv_use_pnm='wxUSE_PNM=no' | |
5826 | fi | |
5827 | ||
5828 | else | |
5829 | ||
5830 | LINE=`grep "wxUSE_PNM" ${wx_arg_cache_file}` | |
5831 | if test "x$LINE" != x ; then | |
5832 | eval "DEFAULT_$LINE" | |
5833 | else | |
5834 | no_cache=1 | |
5835 | fi | |
5836 | ||
5837 | ac_cv_use_pnm='wxUSE_PNM='$DEFAULT_wxUSE_PNM | |
5838 | ||
5839 | fi | |
5840 | ||
5841 | ||
5842 | eval "$ac_cv_use_pnm" | |
5843 | if test "$no_cache" != 1; then | |
5844 | echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp | |
5845 | fi | |
5846 | ||
5847 | if test "$wxUSE_PNM" = yes; then | |
5848 | echo "$ac_t""yes" 1>&6 | |
5849 | else | |
5850 | echo "$ac_t""no" 1>&6 | |
5851 | fi | |
5852 | ||
5853 | ||
b12915c1 VZ |
5854 | fi |
5855 | ||
10f2d63a VZ |
5856 | |
5857 | echo "saving argument cache $wx_arg_cache_file" | |
5858 | mv ${wx_arg_cache_file}.tmp ${wx_arg_cache_file} | |
5859 | ||
5860 | ||
5861 | ||
5862 | echo $ac_n "checking for toolkit""... $ac_c" 1>&6 | |
422107f9 | 5863 | echo "configure:5864: checking for toolkit" >&5 |
10f2d63a VZ |
5864 | |
5865 | if test "$wxUSE_GUI" = "yes"; then | |
5866 | ||
b12915c1 VZ |
5867 | if test "$USE_BEOS" = 1; then |
5868 | { echo "configure: error: BeOS GUI is not supported yet, use --disable-gui" 1>&2; exit 1; } | |
5869 | fi | |
5870 | ||
10f2d63a VZ |
5871 | if test "$TOOLKIT_GIVEN" = 1; then |
5872 | for toolkit in `echo $ALL_TOOLKITS`; do | |
5873 | var=wxUSE_$toolkit | |
5874 | eval "value=\$${var}" | |
5875 | eval "$var=`echo \$value | sed -e "s/yes/1/" -e "s/no/0/"`" | |
5876 | done | |
5877 | else | |
5878 | for toolkit in `echo $ALL_TOOLKITS`; do | |
5879 | if test "$has_toolkit_in_cache" != 1; then | |
5880 | var=DEFAULT_DEFAULT_wxUSE_$toolkit | |
5881 | else | |
5882 | var=DEFAULT_wxUSE_$toolkit | |
5883 | fi | |
5884 | eval "wxUSE_$toolkit=\$${var}" | |
5885 | done | |
5886 | fi | |
5887 | ||
ec14dd32 | 5888 | NUM_TOOLKITS=`expr ${wxUSE_GTK:-0} + ${wxUSE_MOTIF:-0} + ${wxUSE_WINE:-0} + ${wxUSE_MINGW:-0} + ${wxUSE_CYGWIN:-0}` |
cf27ef00 | 5889 | |
ec14dd32 VZ |
5890 | case "${host}" in |
5891 | *-pc-os2_emx ) | |
5892 | NUM_TOOLKITS=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}` | |
5893 | # PATH_IFS is autodetected by OS/2's configure (usually ';') | |
5894 | LEX_STEM="lexyy" | |
5895 | ;; | |
5896 | *) | |
5897 | PATH_IFS=':' | |
5898 | LEX_STEM="lex.yy" | |
5899 | ;; | |
5900 | esac | |
10f2d63a VZ |
5901 | |
5902 | case "$NUM_TOOLKITS" in | |
5903 | 1) | |
5904 | ;; | |
5905 | 0) | |
5906 | { echo "configure: error: Please specify a toolkit - cannot determine the default for ${host}" 1>&2; exit 1; } | |
5907 | ;; | |
5908 | *) | |
5909 | { echo "configure: error: Please specify at most one toolkit (may be some are cached?)" 1>&2; exit 1; } | |
5910 | esac | |
5911 | ||
5912 | for toolkit in `echo $ALL_TOOLKITS`; do | |
5913 | var=wxUSE_$toolkit | |
5914 | eval "value=\$${var}" | |
5915 | if test "x$value" != x; then | |
5916 | cache_var=CACHE_$toolkit | |
5917 | eval "cache=\$${cache_var}" | |
5918 | if test "$cache" = 1; then | |
5919 | echo "$var=$value" >> ${wx_arg_cache_file} | |
5920 | fi | |
5921 | if test "$value" = 1; then | |
5922 | echo "$ac_t""`echo $toolkit | tr A-Z a-z`" 1>&6 | |
5923 | fi | |
5924 | fi | |
5925 | done | |
5926 | ||
5927 | else | |
cf27ef00 | 5928 | PATH_IFS=':' |
10f2d63a VZ |
5929 | echo "$ac_t""base only" 1>&6 |
5930 | fi | |
5931 | ||
5932 | ||
5933 | cat > confcache <<\EOF | |
5934 | # This file is a shell script that caches the results of configure | |
5935 | # tests run on this system so they can be shared between configure | |
5936 | # scripts and configure runs. It is not useful on other systems. | |
5937 | # If it contains results you don't want to keep, you may remove or edit it. | |
5938 | # | |
5939 | # By default, configure uses ./config.cache as the cache file, | |
5940 | # creating it if it does not exist already. You can give configure | |
5941 | # the --cache-file=FILE option to use a different cache file; that is | |
5942 | # what configure does when it calls configure scripts in | |
5943 | # subdirectories, so they share the cache. | |
5944 | # Giving --cache-file=/dev/null disables caching, for debugging configure. | |
5945 | # config.status only pays attention to the cache file if you give it the | |
5946 | # --recheck option to rerun configure. | |
5947 | # | |
5948 | EOF | |
5949 | # The following way of writing the cache mishandles newlines in values, | |
5950 | # but we know of no workaround that is simple, portable, and efficient. | |
5951 | # So, don't put newlines in cache variables' values. | |
5952 | # Ultrix sh set writes to stderr and can't be redirected directly, | |
5953 | # and sets the high bit in the cache file unless we assign to the vars. | |
5954 | (set) 2>&1 | | |
5955 | case `(ac_space=' '; set | grep ac_space) 2>&1` in | |
5956 | *ac_space=\ *) | |
5957 | # `set' does not quote correctly, so add quotes (double-quote substitution | |
5958 | # turns \\\\ into \\, and sed turns \\ into \). | |
5959 | sed -n \ | |
5960 | -e "s/'/'\\\\''/g" \ | |
5961 | -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p" | |
5962 | ;; | |
5963 | *) | |
5964 | # `set' quotes correctly as required by POSIX, so do not add quotes. | |
5965 | sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p' | |
5966 | ;; | |
5967 | esac >> confcache | |
5968 | if cmp -s $cache_file confcache; then | |
5969 | : | |
5970 | else | |
5971 | if test -w $cache_file; then | |
5972 | echo "updating cache $cache_file" | |
5973 | cat confcache > $cache_file | |
5974 | else | |
5975 | echo "not updating unwritable cache $cache_file" | |
5976 | fi | |
5977 | fi | |
5978 | rm -f confcache | |
5979 | ||
5980 | ||
5981 | if eval "test $host != $build"; then | |
5982 | if eval "test $host_alias != NONE"; then | |
5983 | CC=$host_alias-gcc | |
5984 | CXX=$host_alias-c++ | |
5985 | AR=$host_alias-ar | |
5986 | RANLIB=$host_alias-ranlib | |
5987 | DLLTOOL=$host_alias-dlltool | |
5988 | LD=$host_alias-ld | |
5989 | NM=$host_alias-nm | |
5990 | STRIP=$host_alias-strip | |
5991 | fi | |
5992 | fi | |
5993 | ||
5994 | # Extract the first word of "gcc", so it can be a program name with args. | |
5995 | set dummy gcc; ac_word=$2 | |
5996 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
422107f9 | 5997 | echo "configure:5998: checking for $ac_word" >&5 |
10f2d63a VZ |
5998 | if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then |
5999 | echo $ac_n "(cached) $ac_c" 1>&6 | |
6000 | else | |
6001 | if test -n "$CC"; then | |
6002 | ac_cv_prog_CC="$CC" # Let the user override the test. | |
6003 | else | |
6004 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" | |
6005 | ac_dummy="$PATH" | |
6006 | for ac_dir in $ac_dummy; do | |
6007 | test -z "$ac_dir" && ac_dir=. | |
6008 | if test -f $ac_dir/$ac_word; then | |
6009 | ac_cv_prog_CC="gcc" | |
6010 | break | |
6011 | fi | |
6012 | done | |
6013 | IFS="$ac_save_ifs" | |
6014 | fi | |
6015 | fi | |
6016 | CC="$ac_cv_prog_CC" | |
6017 | if test -n "$CC"; then | |
6018 | echo "$ac_t""$CC" 1>&6 | |
6019 | else | |
6020 | echo "$ac_t""no" 1>&6 | |
6021 | fi | |
6022 | ||
6023 | if test -z "$CC"; then | |
6024 | # Extract the first word of "cc", so it can be a program name with args. | |
6025 | set dummy cc; ac_word=$2 | |
6026 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
422107f9 | 6027 | echo "configure:6028: checking for $ac_word" >&5 |
10f2d63a VZ |
6028 | if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then |
6029 | echo $ac_n "(cached) $ac_c" 1>&6 | |
6030 | else | |
6031 | if test -n "$CC"; then | |
6032 | ac_cv_prog_CC="$CC" # Let the user override the test. | |
6033 | else | |
6034 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" | |
6035 | ac_prog_rejected=no | |
6036 | ac_dummy="$PATH" | |
6037 | for ac_dir in $ac_dummy; do | |
6038 | test -z "$ac_dir" && ac_dir=. | |
6039 | if test -f $ac_dir/$ac_word; then | |
6040 | if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then | |
6041 | ac_prog_rejected=yes | |
6042 | continue | |
6043 | fi | |
6044 | ac_cv_prog_CC="cc" | |
6045 | break | |
6046 | fi | |
6047 | done | |
6048 | IFS="$ac_save_ifs" | |
6049 | if test $ac_prog_rejected = yes; then | |
6050 | # We found a bogon in the path, so make sure we never use it. | |
6051 | set dummy $ac_cv_prog_CC | |
6052 | shift | |
6053 | if test $# -gt 0; then | |
6054 | # We chose a different compiler from the bogus one. | |
6055 | # However, it has the same basename, so the bogon will be chosen | |
6056 | # first if we set CC to just the basename; use the full file name. | |
6057 | shift | |
6058 | set dummy "$ac_dir/$ac_word" "$@" | |
6059 | shift | |
6060 | ac_cv_prog_CC="$@" | |
6061 | fi | |
6062 | fi | |
6063 | fi | |
6064 | fi | |
6065 | CC="$ac_cv_prog_CC" | |
6066 | if test -n "$CC"; then | |
6067 | echo "$ac_t""$CC" 1>&6 | |
6068 | else | |
6069 | echo "$ac_t""no" 1>&6 | |
6070 | fi | |
6071 | ||
6072 | if test -z "$CC"; then | |
6073 | case "`uname -s`" in | |
6074 | *win32* | *WIN32*) | |
6075 | # Extract the first word of "cl", so it can be a program name with args. | |
6076 | set dummy cl; ac_word=$2 | |
6077 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
422107f9 | 6078 | echo "configure:6079: checking for $ac_word" >&5 |
10f2d63a VZ |
6079 | if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then |
6080 | echo $ac_n "(cached) $ac_c" 1>&6 | |
6081 | else | |
6082 | if test -n "$CC"; then | |
6083 | ac_cv_prog_CC="$CC" # Let the user override the test. | |
6084 | else | |
6085 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" | |
6086 | ac_dummy="$PATH" | |
6087 | for ac_dir in $ac_dummy; do | |
6088 | test -z "$ac_dir" && ac_dir=. | |
6089 | if test -f $ac_dir/$ac_word; then | |
6090 | ac_cv_prog_CC="cl" | |
6091 | break | |
6092 | fi | |
6093 | done | |
6094 | IFS="$ac_save_ifs" | |
6095 | fi | |
6096 | fi | |
6097 | CC="$ac_cv_prog_CC" | |
6098 | if test -n "$CC"; then | |
6099 | echo "$ac_t""$CC" 1>&6 | |
6100 | else | |
6101 | echo "$ac_t""no" 1>&6 | |
6102 | fi | |
6103 | ;; | |
6104 | esac | |
6105 | fi | |
6106 | test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; } | |
6107 | fi | |
6108 | ||
6109 | echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 | |
422107f9 | 6110 | echo "configure:6111: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 |
10f2d63a VZ |
6111 | |
6112 | ac_ext=c | |
6113 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
6114 | ac_cpp='$CPP $CPPFLAGS' | |
6115 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
6116 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
6117 | cross_compiling=$ac_cv_prog_cc_cross | |
6118 | ||
6119 | cat > conftest.$ac_ext << EOF | |
6120 | ||
422107f9 | 6121 | #line 6122 "configure" |
10f2d63a VZ |
6122 | #include "confdefs.h" |
6123 | ||
6124 | main(){return(0);} | |
6125 | EOF | |
422107f9 | 6126 | if { (eval echo configure:6127: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
10f2d63a VZ |
6127 | ac_cv_prog_cc_works=yes |
6128 | # If we can't run a trivial program, we are probably using a cross compiler. | |
6129 | if (./conftest; exit) 2>/dev/null; then | |
6130 | ac_cv_prog_cc_cross=no | |
6131 | else | |
6132 | ac_cv_prog_cc_cross=yes | |
6133 | fi | |
6134 | else | |
6135 | echo "configure: failed program was:" >&5 | |
6136 | cat conftest.$ac_ext >&5 | |
6137 | ac_cv_prog_cc_works=no | |
6138 | fi | |
6139 | rm -fr conftest* | |
6140 | ac_ext=c | |
6141 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
6142 | ac_cpp='$CPP $CPPFLAGS' | |
6143 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
6144 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
6145 | cross_compiling=$ac_cv_prog_cc_cross | |
6146 | ||
6147 | echo "$ac_t""$ac_cv_prog_cc_works" 1>&6 | |
6148 | if test $ac_cv_prog_cc_works = no; then | |
6149 | { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; } | |
6150 | fi | |
6151 | echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 | |
422107f9 | 6152 | echo "configure:6153: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 |
10f2d63a VZ |
6153 | echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 |
6154 | cross_compiling=$ac_cv_prog_cc_cross | |
6155 | ||
6156 | echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 | |
422107f9 | 6157 | echo "configure:6158: checking whether we are using GNU C" >&5 |
10f2d63a VZ |
6158 | if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then |
6159 | echo $ac_n "(cached) $ac_c" 1>&6 | |
6160 | else | |
6161 | cat > conftest.c <<EOF | |
6162 | #ifdef __GNUC__ | |
6163 | yes; | |
6164 | #endif | |
6165 | EOF | |
422107f9 | 6166 | if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:6167: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then |
10f2d63a VZ |
6167 | ac_cv_prog_gcc=yes |
6168 | else | |
6169 | ac_cv_prog_gcc=no | |
6170 | fi | |
6171 | fi | |
6172 | ||
6173 | echo "$ac_t""$ac_cv_prog_gcc" 1>&6 | |
6174 | ||
6175 | if test $ac_cv_prog_gcc = yes; then | |
6176 | GCC=yes | |
6177 | else | |
6178 | GCC= | |
6179 | fi | |
6180 | ||
6181 | ac_test_CFLAGS="${CFLAGS+set}" | |
6182 | ac_save_CFLAGS="$CFLAGS" | |
6183 | CFLAGS= | |
6184 | echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 | |
422107f9 | 6185 | echo "configure:6186: checking whether ${CC-cc} accepts -g" >&5 |
10f2d63a VZ |
6186 | if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then |
6187 | echo $ac_n "(cached) $ac_c" 1>&6 | |
6188 | else | |
6189 | echo 'void f(){}' > conftest.c | |
6190 | if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then | |
6191 | ac_cv_prog_cc_g=yes | |
6192 | else | |
6193 | ac_cv_prog_cc_g=no | |
6194 | fi | |
6195 | rm -f conftest* | |
6196 | ||
6197 | fi | |
6198 | ||
6199 | echo "$ac_t""$ac_cv_prog_cc_g" 1>&6 | |
6200 | if test "$ac_test_CFLAGS" = set; then | |
6201 | CFLAGS="$ac_save_CFLAGS" | |
6202 | elif test $ac_cv_prog_cc_g = yes; then | |
6203 | if test "$GCC" = yes; then | |
6204 | CFLAGS="-g -O2" | |
6205 | else | |
6206 | CFLAGS="-g" | |
6207 | fi | |
6208 | else | |
6209 | if test "$GCC" = yes; then | |
6210 | CFLAGS="-O2" | |
6211 | else | |
6212 | CFLAGS= | |
6213 | fi | |
6214 | fi | |
6215 | ||
6216 | ||
6217 | CFLAGS=`echo "$CFLAGS" | sed 's/-g//g'` | |
6218 | ||
6219 | echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 | |
422107f9 | 6220 | echo "configure:6221: checking how to run the C preprocessor" >&5 |
10f2d63a VZ |
6221 | # On Suns, sometimes $CPP names a directory. |
6222 | if test -n "$CPP" && test -d "$CPP"; then | |
6223 | CPP= | |
6224 | fi | |
6225 | if test -z "$CPP"; then | |
6226 | if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then | |
6227 | echo $ac_n "(cached) $ac_c" 1>&6 | |
6228 | else | |
6229 | # This must be in double quotes, not single quotes, because CPP may get | |
6230 | # substituted into the Makefile and "${CC-cc}" will confuse make. | |
6231 | CPP="${CC-cc} -E" | |
6232 | # On the NeXT, cc -E runs the code through the compiler's parser, | |
6233 | # not just through cpp. | |
6234 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 6235 | #line 6236 "configure" |
10f2d63a VZ |
6236 | #include "confdefs.h" |
6237 | #include <assert.h> | |
6238 | Syntax Error | |
6239 | EOF | |
6240 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
422107f9 | 6241 | { (eval echo configure:6242: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
10f2d63a VZ |
6242 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
6243 | if test -z "$ac_err"; then | |
6244 | : | |
6245 | else | |
6246 | echo "$ac_err" >&5 | |
6247 | echo "configure: failed program was:" >&5 | |
6248 | cat conftest.$ac_ext >&5 | |
6249 | rm -rf conftest* | |
6250 | CPP="${CC-cc} -E -traditional-cpp" | |
6251 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 6252 | #line 6253 "configure" |
10f2d63a VZ |
6253 | #include "confdefs.h" |
6254 | #include <assert.h> | |
6255 | Syntax Error | |
6256 | EOF | |
6257 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
422107f9 | 6258 | { (eval echo configure:6259: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
10f2d63a VZ |
6259 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
6260 | if test -z "$ac_err"; then | |
6261 | : | |
6262 | else | |
6263 | echo "$ac_err" >&5 | |
6264 | echo "configure: failed program was:" >&5 | |
6265 | cat conftest.$ac_ext >&5 | |
6266 | rm -rf conftest* | |
6267 | CPP="${CC-cc} -nologo -E" | |
6268 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 6269 | #line 6270 "configure" |
10f2d63a VZ |
6270 | #include "confdefs.h" |
6271 | #include <assert.h> | |
6272 | Syntax Error | |
6273 | EOF | |
6274 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
422107f9 | 6275 | { (eval echo configure:6276: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
10f2d63a VZ |
6276 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
6277 | if test -z "$ac_err"; then | |
6278 | : | |
6279 | else | |
6280 | echo "$ac_err" >&5 | |
6281 | echo "configure: failed program was:" >&5 | |
6282 | cat conftest.$ac_ext >&5 | |
6283 | rm -rf conftest* | |
6284 | CPP=/lib/cpp | |
6285 | fi | |
6286 | rm -f conftest* | |
6287 | fi | |
6288 | rm -f conftest* | |
6289 | fi | |
6290 | rm -f conftest* | |
6291 | ac_cv_prog_CPP="$CPP" | |
6292 | fi | |
6293 | CPP="$ac_cv_prog_CPP" | |
6294 | else | |
6295 | ac_cv_prog_CPP="$CPP" | |
6296 | fi | |
6297 | echo "$ac_t""$CPP" 1>&6 | |
6298 | ||
6299 | ||
6300 | if test $ac_cv_prog_gcc = yes; then | |
6301 | echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6 | |
422107f9 | 6302 | echo "configure:6303: checking whether ${CC-cc} needs -traditional" >&5 |
10f2d63a VZ |
6303 | if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then |
6304 | echo $ac_n "(cached) $ac_c" 1>&6 | |
6305 | else | |
6306 | ac_pattern="Autoconf.*'x'" | |
6307 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 6308 | #line 6309 "configure" |
10f2d63a VZ |
6309 | #include "confdefs.h" |
6310 | #include <sgtty.h> | |
6311 | Autoconf TIOCGETP | |
6312 | EOF | |
6313 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
6314 | egrep "$ac_pattern" >/dev/null 2>&1; then | |
6315 | rm -rf conftest* | |
6316 | ac_cv_prog_gcc_traditional=yes | |
6317 | else | |
6318 | rm -rf conftest* | |
6319 | ac_cv_prog_gcc_traditional=no | |
6320 | fi | |
6321 | rm -f conftest* | |
6322 | ||
6323 | ||
6324 | if test $ac_cv_prog_gcc_traditional = no; then | |
6325 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 6326 | #line 6327 "configure" |
10f2d63a VZ |
6327 | #include "confdefs.h" |
6328 | #include <termio.h> | |
6329 | Autoconf TCGETA | |
6330 | EOF | |
6331 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
6332 | egrep "$ac_pattern" >/dev/null 2>&1; then | |
6333 | rm -rf conftest* | |
6334 | ac_cv_prog_gcc_traditional=yes | |
6335 | fi | |
6336 | rm -f conftest* | |
6337 | ||
6338 | fi | |
6339 | fi | |
6340 | ||
6341 | echo "$ac_t""$ac_cv_prog_gcc_traditional" 1>&6 | |
6342 | if test $ac_cv_prog_gcc_traditional = yes; then | |
6343 | CC="$CC -traditional" | |
6344 | fi | |
6345 | fi | |
6346 | ||
6347 | ||
6348 | ||
6349 | ac_ext=C | |
6350 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
6351 | ac_cpp='$CXXCPP $CPPFLAGS' | |
6352 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
6353 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
6354 | cross_compiling=$ac_cv_prog_cxx_cross | |
6355 | ||
6356 | ||
6357 | for ac_prog in $CCC c++ g++ gcc CC cxx cc++ cl | |
6358 | do | |
6359 | # Extract the first word of "$ac_prog", so it can be a program name with args. | |
6360 | set dummy $ac_prog; ac_word=$2 | |
6361 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
422107f9 | 6362 | echo "configure:6363: checking for $ac_word" >&5 |
10f2d63a VZ |
6363 | if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then |
6364 | echo $ac_n "(cached) $ac_c" 1>&6 | |
6365 | else | |
6366 | if test -n "$CXX"; then | |
6367 | ac_cv_prog_CXX="$CXX" # Let the user override the test. | |
6368 | else | |
6369 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" | |
6370 | ac_dummy="$PATH" | |
6371 | for ac_dir in $ac_dummy; do | |
6372 | test -z "$ac_dir" && ac_dir=. | |
6373 | if test -f $ac_dir/$ac_word; then | |
6374 | ac_cv_prog_CXX="$ac_prog" | |
6375 | break | |
6376 | fi | |
6377 | done | |
6378 | IFS="$ac_save_ifs" | |
6379 | fi | |
6380 | fi | |
6381 | CXX="$ac_cv_prog_CXX" | |
6382 | if test -n "$CXX"; then | |
6383 | echo "$ac_t""$CXX" 1>&6 | |
6384 | else | |
6385 | echo "$ac_t""no" 1>&6 | |
6386 | fi | |
6387 | ||
6388 | test -n "$CXX" && break | |
6389 | done | |
6390 | test -n "$CXX" || CXX="gcc" | |
6391 | ||
6392 | ||
6393 | echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6 | |
422107f9 | 6394 | echo "configure:6395: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5 |
10f2d63a VZ |
6395 | |
6396 | ac_ext=C | |
6397 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
6398 | ac_cpp='$CXXCPP $CPPFLAGS' | |
6399 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
6400 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
6401 | cross_compiling=$ac_cv_prog_cxx_cross | |
6402 | ||
6403 | cat > conftest.$ac_ext << EOF | |
6404 | ||
422107f9 | 6405 | #line 6406 "configure" |
10f2d63a VZ |
6406 | #include "confdefs.h" |
6407 | ||
6408 | int main(){return(0);} | |
6409 | EOF | |
422107f9 | 6410 | if { (eval echo configure:6411: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
10f2d63a VZ |
6411 | ac_cv_prog_cxx_works=yes |
6412 | # If we can't run a trivial program, we are probably using a cross compiler. | |
6413 | if (./conftest; exit) 2>/dev/null; then | |
6414 | ac_cv_prog_cxx_cross=no | |
6415 | else | |
6416 | ac_cv_prog_cxx_cross=yes | |
6417 | fi | |
6418 | else | |
6419 | echo "configure: failed program was:" >&5 | |
6420 | cat conftest.$ac_ext >&5 | |
6421 | ac_cv_prog_cxx_works=no | |
6422 | fi | |
6423 | rm -fr conftest* | |
6424 | ac_ext=C | |
6425 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
6426 | ac_cpp='$CXXCPP $CPPFLAGS' | |
6427 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
6428 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
6429 | cross_compiling=$ac_cv_prog_cxx_cross | |
6430 | ||
6431 | echo "$ac_t""$ac_cv_prog_cxx_works" 1>&6 | |
6432 | if test $ac_cv_prog_cxx_works = no; then | |
6433 | { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; } | |
6434 | fi | |
6435 | echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 | |
422107f9 | 6436 | echo "configure:6437: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5 |
10f2d63a VZ |
6437 | echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6 |
6438 | cross_compiling=$ac_cv_prog_cxx_cross | |
6439 | ||
6440 | echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6 | |
422107f9 | 6441 | echo "configure:6442: checking whether we are using GNU C++" >&5 |
10f2d63a VZ |
6442 | if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then |
6443 | echo $ac_n "(cached) $ac_c" 1>&6 | |
6444 | else | |
6445 | cat > conftest.C <<EOF | |
6446 | #ifdef __GNUC__ | |
6447 | yes; | |
6448 | #endif | |
6449 | EOF | |
422107f9 | 6450 | if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:6451: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then |
10f2d63a VZ |
6451 | ac_cv_prog_gxx=yes |
6452 | else | |
6453 | ac_cv_prog_gxx=no | |
6454 | fi | |
6455 | fi | |
6456 | ||
6457 | echo "$ac_t""$ac_cv_prog_gxx" 1>&6 | |
6458 | ||
6459 | if test $ac_cv_prog_gxx = yes; then | |
6460 | GXX=yes | |
6461 | else | |
6462 | GXX= | |
6463 | fi | |
6464 | ||
6465 | ac_test_CXXFLAGS="${CXXFLAGS+set}" | |
6466 | ac_save_CXXFLAGS="$CXXFLAGS" | |
6467 | CXXFLAGS= | |
6468 | echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6 | |
422107f9 | 6469 | echo "configure:6470: checking whether ${CXX-g++} accepts -g" >&5 |
10f2d63a VZ |
6470 | if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then |
6471 | echo $ac_n "(cached) $ac_c" 1>&6 | |
6472 | else | |
6473 | echo 'void f(){}' > conftest.cc | |
6474 | if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then | |
6475 | ac_cv_prog_cxx_g=yes | |
6476 | else | |
6477 | ac_cv_prog_cxx_g=no | |
6478 | fi | |
6479 | rm -f conftest* | |
6480 | ||
6481 | fi | |
6482 | ||
6483 | echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6 | |
6484 | if test "$ac_test_CXXFLAGS" = set; then | |
6485 | CXXFLAGS="$ac_save_CXXFLAGS" | |
6486 | elif test $ac_cv_prog_cxx_g = yes; then | |
6487 | if test "$GXX" = yes; then | |
6488 | CXXFLAGS="-g -O2" | |
6489 | else | |
6490 | CXXFLAGS="-g" | |
6491 | fi | |
6492 | else | |
6493 | if test "$GXX" = yes; then | |
6494 | CXXFLAGS="-O2" | |
6495 | else | |
6496 | CXXFLAGS= | |
6497 | fi | |
6498 | fi | |
6499 | ||
6500 | ||
6501 | echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6 | |
422107f9 | 6502 | echo "configure:6503: checking how to run the C++ preprocessor" >&5 |
10f2d63a VZ |
6503 | if test -z "$CXXCPP"; then |
6504 | if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then | |
6505 | echo $ac_n "(cached) $ac_c" 1>&6 | |
6506 | else | |
6507 | ac_ext=C | |
6508 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
6509 | ac_cpp='$CXXCPP $CPPFLAGS' | |
6510 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
6511 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
6512 | cross_compiling=$ac_cv_prog_cxx_cross | |
6513 | CXXCPP="${CXX-g++} -E" | |
6514 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 6515 | #line 6516 "configure" |
10f2d63a VZ |
6516 | #include "confdefs.h" |
6517 | #include <stdlib.h> | |
6518 | EOF | |
6519 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
422107f9 | 6520 | { (eval echo configure:6521: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
10f2d63a VZ |
6521 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
6522 | if test -z "$ac_err"; then | |
6523 | : | |
6524 | else | |
6525 | echo "$ac_err" >&5 | |
6526 | echo "configure: failed program was:" >&5 | |
6527 | cat conftest.$ac_ext >&5 | |
6528 | rm -rf conftest* | |
6529 | CXXCPP=/lib/cpp | |
6530 | fi | |
6531 | rm -f conftest* | |
6532 | ac_cv_prog_CXXCPP="$CXXCPP" | |
6533 | ac_ext=C | |
6534 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
6535 | ac_cpp='$CXXCPP $CPPFLAGS' | |
6536 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
6537 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
6538 | cross_compiling=$ac_cv_prog_cxx_cross | |
6539 | fi | |
6540 | fi | |
6541 | CXXCPP="$ac_cv_prog_CXXCPP" | |
6542 | echo "$ac_t""$CXXCPP" 1>&6 | |
6543 | ||
6544 | ||
6545 | CXXFLAGS=`echo "$CXXFLAGS" | sed 's/-g//g'` | |
6546 | ||
6547 | ac_ext=c | |
6548 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
6549 | ac_cpp='$CPP $CPPFLAGS' | |
6550 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
6551 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
6552 | cross_compiling=$ac_cv_prog_cc_cross | |
6553 | ||
6554 | ||
6555 | # Extract the first word of "ranlib", so it can be a program name with args. | |
6556 | set dummy ranlib; ac_word=$2 | |
6557 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
422107f9 | 6558 | echo "configure:6559: checking for $ac_word" >&5 |
10f2d63a VZ |
6559 | if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then |
6560 | echo $ac_n "(cached) $ac_c" 1>&6 | |
6561 | else | |
6562 | if test -n "$RANLIB"; then | |
6563 | ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. | |
6564 | else | |
6565 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" | |
6566 | ac_dummy="$PATH" | |
6567 | for ac_dir in $ac_dummy; do | |
6568 | test -z "$ac_dir" && ac_dir=. | |
6569 | if test -f $ac_dir/$ac_word; then | |
6570 | ac_cv_prog_RANLIB="ranlib" | |
6571 | break | |
6572 | fi | |
6573 | done | |
6574 | IFS="$ac_save_ifs" | |
6575 | test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":" | |
6576 | fi | |
6577 | fi | |
6578 | RANLIB="$ac_cv_prog_RANLIB" | |
6579 | if test -n "$RANLIB"; then | |
6580 | echo "$ac_t""$RANLIB" 1>&6 | |
6581 | else | |
6582 | echo "$ac_t""no" 1>&6 | |
6583 | fi | |
6584 | ||
6585 | ||
6586 | # Extract the first word of "ar", so it can be a program name with args. | |
6587 | set dummy ar; ac_word=$2 | |
6588 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
422107f9 | 6589 | echo "configure:6590: checking for $ac_word" >&5 |
10f2d63a VZ |
6590 | if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then |
6591 | echo $ac_n "(cached) $ac_c" 1>&6 | |
6592 | else | |
6593 | if test -n "$AR"; then | |
6594 | ac_cv_prog_AR="$AR" # Let the user override the test. | |
6595 | else | |
6596 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" | |
6597 | ac_dummy="$PATH" | |
6598 | for ac_dir in $ac_dummy; do | |
6599 | test -z "$ac_dir" && ac_dir=. | |
6600 | if test -f $ac_dir/$ac_word; then | |
6601 | ac_cv_prog_AR="ar" | |
6602 | break | |
6603 | fi | |
6604 | done | |
6605 | IFS="$ac_save_ifs" | |
6606 | test -z "$ac_cv_prog_AR" && ac_cv_prog_AR="ar" | |
6607 | fi | |
6608 | fi | |
6609 | AR="$ac_cv_prog_AR" | |
6610 | if test -n "$AR"; then | |
6611 | echo "$ac_t""$AR" 1>&6 | |
6612 | else | |
6613 | echo "$ac_t""no" 1>&6 | |
6614 | fi | |
6615 | ||
6616 | ||
6617 | # Find a good install program. We prefer a C program (faster), | |
6618 | # so one script is as good as another. But avoid the broken or | |
6619 | # incompatible versions: | |
6620 | # SysV /etc/install, /usr/sbin/install | |
6621 | # SunOS /usr/etc/install | |
6622 | # IRIX /sbin/install | |
6623 | # AIX /bin/install | |
6624 | # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag | |
6625 | # AFS /usr/afsws/bin/install, which mishandles nonexistent args | |
6626 | # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" | |
6627 | # ./install, which can be erroneously created by make from ./install.sh. | |
6628 | echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 | |
422107f9 | 6629 | echo "configure:6630: checking for a BSD compatible install" >&5 |
10f2d63a VZ |
6630 | if test -z "$INSTALL"; then |
6631 | if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then | |
6632 | echo $ac_n "(cached) $ac_c" 1>&6 | |
6633 | else | |
6634 | IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":" | |
6635 | for ac_dir in $PATH; do | |
6636 | # Account for people who put trailing slashes in PATH elements. | |
6637 | case "$ac_dir/" in | |
6638 | /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;; | |
6639 | *) | |
6640 | # OSF1 and SCO ODT 3.0 have their own names for install. | |
6641 | # Don't use installbsd from OSF since it installs stuff as root | |
6642 | # by default. | |
6643 | for ac_prog in ginstall scoinst install; do | |
6644 | if test -f $ac_dir/$ac_prog; then | |
6645 | if test $ac_prog = install && | |
6646 | grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then | |
6647 | # AIX install. It has an incompatible calling convention. | |
6648 | : | |
6649 | else | |
6650 | ac_cv_path_install="$ac_dir/$ac_prog -c" | |
6651 | break 2 | |
6652 | fi | |
6653 | fi | |
6654 | done | |
6655 | ;; | |
6656 | esac | |
6657 | done | |
6658 | IFS="$ac_save_IFS" | |
6659 | ||
6660 | fi | |
6661 | if test "${ac_cv_path_install+set}" = set; then | |
6662 | INSTALL="$ac_cv_path_install" | |
6663 | else | |
6664 | # As a last resort, use the slow shell script. We don't cache a | |
6665 | # path for INSTALL within a source directory, because that will | |
6666 | # break other packages using the cache if that directory is | |
6667 | # removed, or if the path is relative. | |
6668 | INSTALL="$ac_install_sh" | |
6669 | fi | |
6670 | fi | |
6671 | echo "$ac_t""$INSTALL" 1>&6 | |
6672 | ||
6673 | # Use test -z because SunOS4 sh mishandles braces in ${var-val}. | |
6674 | # It thinks the first close brace ends the variable substitution. | |
6675 | test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' | |
6676 | ||
6677 | test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' | |
6678 | ||
6679 | test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' | |
6680 | ||
6681 | ||
6682 | # Extract the first word of "strip", so it can be a program name with args. | |
6683 | set dummy strip; ac_word=$2 | |
6684 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
422107f9 | 6685 | echo "configure:6686: checking for $ac_word" >&5 |
10f2d63a VZ |
6686 | if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then |
6687 | echo $ac_n "(cached) $ac_c" 1>&6 | |
6688 | else | |
6689 | if test -n "$STRIP"; then | |
6690 | ac_cv_prog_STRIP="$STRIP" # Let the user override the test. | |
6691 | else | |
6692 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" | |
6693 | ac_dummy="$PATH" | |
6694 | for ac_dir in $ac_dummy; do | |
6695 | test -z "$ac_dir" && ac_dir=. | |
6696 | if test -f $ac_dir/$ac_word; then | |
6697 | ac_cv_prog_STRIP="strip" | |
6698 | break | |
6699 | fi | |
6700 | done | |
6701 | IFS="$ac_save_ifs" | |
6702 | test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP="true" | |
6703 | fi | |
6704 | fi | |
6705 | STRIP="$ac_cv_prog_STRIP" | |
6706 | if test -n "$STRIP"; then | |
6707 | echo "$ac_t""$STRIP" 1>&6 | |
6708 | else | |
6709 | echo "$ac_t""no" 1>&6 | |
6710 | fi | |
6711 | ||
6712 | ||
6713 | echo $ac_n "checking "make for VPATH support"""... $ac_c" 1>&6 | |
422107f9 | 6714 | echo "configure:6715: checking "make for VPATH support"" >&5 |
10f2d63a VZ |
6715 | cat - << EOF > confMake |
6716 | check : file | |
6717 | cp \$? \$@ | |
6718 | cp \$? final_file | |
6719 | EOF | |
6720 | ||
6721 | if test ! -d sub ; then | |
6722 | mkdir sub | |
6723 | fi | |
6724 | echo dummy > sub/file | |
6725 | ${MAKE-make} -f confMake VPATH=sub 2> config.log > /dev/null | |
6726 | RESULT=$? | |
6727 | rm -f sub/file check final_file confMake | |
6728 | rmdir sub | |
6729 | if test "$RESULT" = 0; then | |
6730 | echo "$ac_t""yes" 1>&6 | |
6731 | else | |
6732 | echo "$ac_t""no" 1>&6 | |
6733 | { echo "configure: error: You need a make-utility that is able to use the variable | |
6734 | VPATH correctly. | |
6735 | If your version of make does not support VPATH correctly" 1>&2; exit 1; } | |
6736 | fi | |
6737 | ||
6738 | for ac_prog in 'bison -y' byacc | |
6739 | do | |
6740 | # Extract the first word of "$ac_prog", so it can be a program name with args. | |
6741 | set dummy $ac_prog; ac_word=$2 | |
6742 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
422107f9 | 6743 | echo "configure:6744: checking for $ac_word" >&5 |
10f2d63a VZ |
6744 | if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then |
6745 | echo $ac_n "(cached) $ac_c" 1>&6 | |
6746 | else | |
6747 | if test -n "$YACC"; then | |
6748 | ac_cv_prog_YACC="$YACC" # Let the user override the test. | |
6749 | else | |
6750 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" | |
6751 | ac_dummy="$PATH" | |
6752 | for ac_dir in $ac_dummy; do | |
6753 | test -z "$ac_dir" && ac_dir=. | |
6754 | if test -f $ac_dir/$ac_word; then | |
6755 | ac_cv_prog_YACC="$ac_prog" | |
6756 | break | |
6757 | fi | |
6758 | done | |
6759 | IFS="$ac_save_ifs" | |
6760 | fi | |
6761 | fi | |
6762 | YACC="$ac_cv_prog_YACC" | |
6763 | if test -n "$YACC"; then | |
6764 | echo "$ac_t""$YACC" 1>&6 | |
6765 | else | |
6766 | echo "$ac_t""no" 1>&6 | |
6767 | fi | |
6768 | ||
6769 | test -n "$YACC" && break | |
6770 | done | |
6771 | test -n "$YACC" || YACC="yacc" | |
6772 | ||
6773 | ||
6774 | # Extract the first word of "flex", so it can be a program name with args. | |
6775 | set dummy flex; ac_word=$2 | |
6776 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
422107f9 | 6777 | echo "configure:6778: checking for $ac_word" >&5 |
10f2d63a VZ |
6778 | if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then |
6779 | echo $ac_n "(cached) $ac_c" 1>&6 | |
6780 | else | |
6781 | if test -n "$LEX"; then | |
6782 | ac_cv_prog_LEX="$LEX" # Let the user override the test. | |
6783 | else | |
6784 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" | |
6785 | ac_dummy="$PATH" | |
6786 | for ac_dir in $ac_dummy; do | |
6787 | test -z "$ac_dir" && ac_dir=. | |
6788 | if test -f $ac_dir/$ac_word; then | |
6789 | ac_cv_prog_LEX="flex" | |
6790 | break | |
6791 | fi | |
6792 | done | |
6793 | IFS="$ac_save_ifs" | |
6794 | test -z "$ac_cv_prog_LEX" && ac_cv_prog_LEX="lex" | |
6795 | fi | |
6796 | fi | |
6797 | LEX="$ac_cv_prog_LEX" | |
6798 | if test -n "$LEX"; then | |
6799 | echo "$ac_t""$LEX" 1>&6 | |
6800 | else | |
6801 | echo "$ac_t""no" 1>&6 | |
6802 | fi | |
6803 | ||
6804 | if test -z "$LEXLIB" | |
6805 | then | |
6806 | case "$LEX" in | |
6807 | flex*) ac_lib=fl ;; | |
6808 | *) ac_lib=l ;; | |
6809 | esac | |
6810 | echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6 | |
422107f9 | 6811 | echo "configure:6812: checking for yywrap in -l$ac_lib" >&5 |
10f2d63a VZ |
6812 | ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'` |
6813 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
6814 | echo $ac_n "(cached) $ac_c" 1>&6 | |
6815 | else | |
6816 | ac_save_LIBS="$LIBS" | |
6817 | LIBS="-l$ac_lib $LIBS" | |
6818 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 6819 | #line 6820 "configure" |
10f2d63a VZ |
6820 | #include "confdefs.h" |
6821 | /* Override any gcc2 internal prototype to avoid an error. */ | |
6822 | /* We use char because int might match the return type of a gcc2 | |
6823 | builtin and then its argument prototype would still apply. */ | |
6824 | char yywrap(); | |
6825 | ||
6826 | int main() { | |
6827 | yywrap() | |
6828 | ; return 0; } | |
6829 | EOF | |
422107f9 | 6830 | if { (eval echo configure:6831: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
10f2d63a VZ |
6831 | rm -rf conftest* |
6832 | eval "ac_cv_lib_$ac_lib_var=yes" | |
6833 | else | |
6834 | echo "configure: failed program was:" >&5 | |
6835 | cat conftest.$ac_ext >&5 | |
6836 | rm -rf conftest* | |
6837 | eval "ac_cv_lib_$ac_lib_var=no" | |
6838 | fi | |
6839 | rm -f conftest* | |
6840 | LIBS="$ac_save_LIBS" | |
6841 | ||
6842 | fi | |
6843 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
6844 | echo "$ac_t""yes" 1>&6 | |
6845 | LEXLIB="-l$ac_lib" | |
6846 | else | |
6847 | echo "$ac_t""no" 1>&6 | |
6848 | fi | |
6849 | ||
6850 | fi | |
6851 | ||
6852 | ||
6853 | echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 | |
422107f9 | 6854 | echo "configure:6855: checking whether ln -s works" >&5 |
10f2d63a VZ |
6855 | if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then |
6856 | echo $ac_n "(cached) $ac_c" 1>&6 | |
6857 | else | |
6858 | rm -f conftestdata | |
6859 | if ln -s X conftestdata 2>/dev/null | |
6860 | then | |
6861 | rm -f conftestdata | |
6862 | ac_cv_prog_LN_S="ln -s" | |
6863 | else | |
6864 | ac_cv_prog_LN_S=ln | |
6865 | fi | |
6866 | fi | |
6867 | LN_S="$ac_cv_prog_LN_S" | |
6868 | if test "$ac_cv_prog_LN_S" = "ln -s"; then | |
6869 | echo "$ac_t""yes" 1>&6 | |
6870 | else | |
6871 | echo "$ac_t""no" 1>&6 | |
6872 | fi | |
6873 | ||
6874 | ||
6875 | ||
6876 | SEARCH_INCLUDE="\ | |
6877 | /usr/local/include \ | |
6878 | \ | |
6879 | /usr/Motif-1.2/include \ | |
6880 | /usr/Motif-2.1/include \ | |
6881 | \ | |
6882 | /usr/include/Motif1.2 \ | |
6883 | /opt/xpm/include/X11 \ | |
6884 | /opt/GBxpm/include/ \ | |
6885 | /opt/GBxpm/X11/include/ \ | |
6886 | \ | |
6887 | /usr/Motif1.2/include \ | |
6888 | /usr/dt/include \ | |
afc31813 VZ |
6889 | /usr/openwin/include \ |
6890 | \ | |
10f2d63a VZ |
6891 | /usr/include/Xm \ |
6892 | \ | |
6893 | /usr/X11R6/include \ | |
afc31813 | 6894 | /usr/X11R6.4/include \ |
10f2d63a VZ |
6895 | /usr/X11R5/include \ |
6896 | /usr/X11R4/include \ | |
6897 | \ | |
10f2d63a VZ |
6898 | /usr/include/X11R6 \ |
6899 | /usr/include/X11R5 \ | |
6900 | /usr/include/X11R4 \ | |
6901 | \ | |
6902 | /usr/local/X11R6/include \ | |
6903 | /usr/local/X11R5/include \ | |
6904 | /usr/local/X11R4/include \ | |
6905 | \ | |
6906 | /usr/local/include/X11R6 \ | |
6907 | /usr/local/include/X11R5 \ | |
6908 | /usr/local/include/X11R4 \ | |
6909 | \ | |
6910 | /usr/X11/include \ | |
6911 | /usr/include/X11 \ | |
6912 | /usr/local/X11/include \ | |
6913 | /usr/local/include/X11 \ | |
6914 | \ | |
6915 | /usr/X386/include \ | |
6916 | /usr/x386/include \ | |
6917 | /usr/XFree86/include/X11 \ | |
6918 | \ | |
cf27ef00 | 6919 | X:/XFree86/include \ |
ec14dd32 VZ |
6920 | X:/XFree86/include/X11 \ |
6921 | \ | |
10f2d63a VZ |
6922 | /usr/include/gtk \ |
6923 | /usr/local/include/gtk \ | |
6924 | /usr/include/glib \ | |
6925 | /usr/local/include/glib \ | |
6926 | \ | |
6927 | /usr/include/qt \ | |
6928 | /usr/local/include/qt \ | |
6929 | \ | |
6930 | /usr/include/windows \ | |
6931 | /usr/include/wine \ | |
6932 | /usr/local/include/wine \ | |
6933 | \ | |
6934 | /usr/unsupported/include \ | |
6935 | /usr/athena/include \ | |
6936 | /usr/local/x11r5/include \ | |
6937 | /usr/lpp/Xamples/include \ | |
6938 | \ | |
10f2d63a | 6939 | /usr/openwin/share/include \ |
928b5c08 VZ |
6940 | \ |
6941 | /usr/include" | |
10f2d63a VZ |
6942 | |
6943 | SEARCH_LIB="`echo "$SEARCH_INCLUDE" | sed s/include/lib/g` " | |
6944 | ||
6945 | ||
6946 | cat > confcache <<\EOF | |
6947 | # This file is a shell script that caches the results of configure | |
6948 | # tests run on this system so they can be shared between configure | |
6949 | # scripts and configure runs. It is not useful on other systems. | |
6950 | # If it contains results you don't want to keep, you may remove or edit it. | |
6951 | # | |
6952 | # By default, configure uses ./config.cache as the cache file, | |
6953 | # creating it if it does not exist already. You can give configure | |
6954 | # the --cache-file=FILE option to use a different cache file; that is | |
6955 | # what configure does when it calls configure scripts in | |
6956 | # subdirectories, so they share the cache. | |
6957 | # Giving --cache-file=/dev/null disables caching, for debugging configure. | |
6958 | # config.status only pays attention to the cache file if you give it the | |
6959 | # --recheck option to rerun configure. | |
6960 | # | |
6961 | EOF | |
6962 | # The following way of writing the cache mishandles newlines in values, | |
6963 | # but we know of no workaround that is simple, portable, and efficient. | |
6964 | # So, don't put newlines in cache variables' values. | |
6965 | # Ultrix sh set writes to stderr and can't be redirected directly, | |
6966 | # and sets the high bit in the cache file unless we assign to the vars. | |
6967 | (set) 2>&1 | | |
6968 | case `(ac_space=' '; set | grep ac_space) 2>&1` in | |
6969 | *ac_space=\ *) | |
6970 | # `set' does not quote correctly, so add quotes (double-quote substitution | |
6971 | # turns \\\\ into \\, and sed turns \\ into \). | |
6972 | sed -n \ | |
6973 | -e "s/'/'\\\\''/g" \ | |
6974 | -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p" | |
6975 | ;; | |
6976 | *) | |
6977 | # `set' quotes correctly as required by POSIX, so do not add quotes. | |
6978 | sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p' | |
6979 | ;; | |
6980 | esac >> confcache | |
6981 | if cmp -s $cache_file confcache; then | |
6982 | : | |
6983 | else | |
6984 | if test -w $cache_file; then | |
6985 | echo "updating cache $cache_file" | |
6986 | cat confcache > $cache_file | |
6987 | else | |
6988 | echo "not updating unwritable cache $cache_file" | |
6989 | fi | |
6990 | fi | |
6991 | rm -f confcache | |
6992 | ||
6993 | ||
6994 | ||
dad6c0ea VZ |
6995 | AFMINSTALL= |
6996 | ||
10f2d63a VZ |
6997 | if test "$wxUSE_GUI" = "yes"; then |
6998 | ||
dad6c0ea VZ |
6999 | USE_GUI=1 |
7000 | ||
10f2d63a VZ |
7001 | TOOLKIT= |
7002 | TOOLKIT_INCLUDE= | |
7003 | ||
7004 | GUIOBJS= | |
7005 | COMMONOBJS= | |
7006 | GENERICOBJS= | |
7007 | ||
7008 | GUI_TK_LIBRARY= | |
7009 | GUI_TK_LINK= | |
7010 | ||
7011 | WXGTK12= | |
13111b2a | 7012 | WXGTK13= |
10f2d63a VZ |
7013 | |
7014 | WXWINE= | |
7015 | ||
10f2d63a VZ |
7016 | if test "$wxUSE_CYGWIN" = 1 || test "$wxUSE_MINGW" = 1 ; then |
7017 | if test "$cross_compiling" = "yes" ; then | |
7018 | echo "configure: warning: Cross compiling --- skipping windows.h check" 1>&2 | |
7019 | else | |
7020 | echo $ac_n "checking for Windows headers""... $ac_c" 1>&6 | |
422107f9 | 7021 | echo "configure:7022: checking for Windows headers" >&5 |
10f2d63a VZ |
7022 | |
7023 | ac_find_includes= | |
7024 | for ac_dir in $SEARCH_INCLUDE; | |
7025 | do | |
7026 | if test -f "$ac_dir/windows.h"; then | |
7027 | ac_find_includes=$ac_dir | |
7028 | break | |
7029 | fi | |
7030 | done | |
7031 | ||
7032 | if test "$ac_find_includes" != "" ; then | |
7033 | echo "$ac_t""found $ac_find_includes" 1>&6 | |
7034 | TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE -I$ac_find_includes" | |
7035 | else | |
7036 | echo "$ac_t""no" 1>&6 | |
7037 | { echo "configure: error: please set CFLAGS to contain the location of windows.h" 1>&2; exit 1; } | |
7038 | fi | |
7039 | fi | |
7040 | ||
7041 | INCLUDE_SUBDIRS="$INCLUDE_SUBDIRS msw" | |
7042 | LIBS="$LIBS -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lctl3d32 -lcrtdll -ladvapi32 -lwsock32" | |
7043 | ||
7044 | if test "$wxUSE_MINGW" = 1; then | |
7045 | LDFLAGS="$LDFLAGS -mwindows" | |
7046 | fi | |
7047 | ||
7048 | TOOLKIT=MSW | |
7049 | ||
7050 | GUIOBJS="\$(MSW_GUIOBJS)" | |
7051 | GUIHEADERS="\$(MSW_HEADERS)" | |
7052 | COMMONOBJS="\$(MSW_COMMONOBJS)" | |
7053 | GENERICOBJS="\$(MSW_GENERICOBJS)" | |
7054 | UNIXOBJS= | |
7055 | GUIDIST=MSW_DIST | |
10f2d63a VZ |
7056 | fi |
7057 | ||
7058 | if test "$wxUSE_GTK" = 1; then | |
7059 | ||
7060 | if test x$gtk_config_exec_prefix != x ; then | |
7061 | gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix" | |
7062 | if test x${GTK_CONFIG+set} != xset ; then | |
7063 | GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config | |
7064 | fi | |
7065 | fi | |
7066 | if test x$gtk_config_prefix != x ; then | |
7067 | gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix" | |
7068 | if test x${GTK_CONFIG+set} != xset ; then | |
7069 | GTK_CONFIG=$gtk_config_prefix/bin/gtk-config | |
7070 | fi | |
7071 | fi | |
7072 | ||
7073 | # Extract the first word of "gtk-config", so it can be a program name with args. | |
7074 | set dummy gtk-config; ac_word=$2 | |
7075 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
422107f9 | 7076 | echo "configure:7077: checking for $ac_word" >&5 |
10f2d63a VZ |
7077 | if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then |
7078 | echo $ac_n "(cached) $ac_c" 1>&6 | |
7079 | else | |
7080 | case "$GTK_CONFIG" in | |
7081 | /*) | |
7082 | ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path. | |
7083 | ;; | |
7084 | ?:/*) | |
7085 | ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a dos path. | |
7086 | ;; | |
7087 | *) | |
7088 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" | |
7089 | ac_dummy="$PATH" | |
7090 | for ac_dir in $ac_dummy; do | |
7091 | test -z "$ac_dir" && ac_dir=. | |
7092 | if test -f $ac_dir/$ac_word; then | |
7093 | ac_cv_path_GTK_CONFIG="$ac_dir/$ac_word" | |
7094 | break | |
7095 | fi | |
7096 | done | |
7097 | IFS="$ac_save_ifs" | |
7098 | test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no" | |
7099 | ;; | |
7100 | esac | |
7101 | fi | |
7102 | GTK_CONFIG="$ac_cv_path_GTK_CONFIG" | |
7103 | if test -n "$GTK_CONFIG"; then | |
7104 | echo "$ac_t""$GTK_CONFIG" 1>&6 | |
7105 | else | |
7106 | echo "$ac_t""no" 1>&6 | |
7107 | fi | |
7108 | ||
04165bec | 7109 | min_gtk_version=1.2.3 |
10f2d63a | 7110 | echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6 |
422107f9 | 7111 | echo "configure:7112: checking for GTK - version >= $min_gtk_version" >&5 |
10f2d63a VZ |
7112 | no_gtk="" |
7113 | if test "$GTK_CONFIG" != "no" ; then | |
7114 | GTK_CFLAGS=`$GTK_CONFIG --cflags` | |
2224580a | 7115 | GTK_LIBS=`$GTK_CONFIG --libs gthread` |
10f2d63a VZ |
7116 | ac_save_CFLAGS="$CFLAGS" |
7117 | ac_save_LIBS="$LIBS" | |
7118 | CFLAGS="$CFLAGS $GTK_CFLAGS" | |
7119 | LIBS="$LIBS $GTK_LIBS" | |
7120 | if test "$cross_compiling" = yes; then | |
7121 | echo $ac_n "cross compiling; assumed OK... $ac_c" | |
7122 | else | |
7123 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 7124 | #line 7125 "configure" |
10f2d63a VZ |
7125 | #include "confdefs.h" |
7126 | ||
7127 | #include <gtk/gtk.h> | |
f49f2b0c | 7128 | #include <gtk/gtkfeatures.h> |
10f2d63a VZ |
7129 | #include <stdio.h> |
7130 | ||
7131 | int | |
7132 | main () | |
7133 | { | |
7134 | int major, minor, micro; | |
7135 | ||
7136 | if (sscanf("$min_gtk_version", "%d.%d.%d", &major, &minor, µ) != 3) { | |
7137 | printf("%s, bad version string\n", "$min_gtk_version"); | |
7138 | exit(1); | |
7139 | } | |
7140 | ||
f49f2b0c RR |
7141 | if ((GTK_MAJOR_VERSION != gtk_major_version) || |
7142 | (GTK_MINOR_VERSION != gtk_minor_version) || | |
7143 | (GTK_MICRO_VERSION != gtk_micro_version)) { | |
7144 | printf("Headers vs. library version mismatch!\n"); | |
7145 | exit(1); | |
7146 | } | |
7147 | ||
10f2d63a VZ |
7148 | if (gtk_minor_version == 1) return FALSE; |
7149 | ||
7150 | return !((gtk_major_version > major) || | |
7151 | ((gtk_major_version == major) && (gtk_minor_version > minor)) || | |
7152 | ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro))); | |
7153 | } | |
7154 | ||
7155 | EOF | |
422107f9 | 7156 | if { (eval echo configure:7157: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
10f2d63a VZ |
7157 | then |
7158 | : | |
7159 | else | |
7160 | echo "configure: failed program was:" >&5 | |
7161 | cat conftest.$ac_ext >&5 | |
7162 | rm -fr conftest* | |
7163 | no_gtk=yes | |
7164 | fi | |
7165 | rm -fr conftest* | |
7166 | fi | |
7167 | ||
7168 | CFLAGS="$ac_save_CFLAGS" | |
7169 | LIBS="$ac_save_LIBS" | |
7170 | else | |
7171 | no_gtk=yes | |
7172 | fi | |
7173 | if test "x$no_gtk" = x ; then | |
7174 | echo "$ac_t""yes" 1>&6 | |
7175 | WXGTK12=1 | |
7176 | else | |
7177 | echo "$ac_t""no" 1>&6 | |
7178 | GTK_CFLAGS="" | |
7179 | GTK_LIBS="" | |
7e99ad86 | 7180 | : |
10f2d63a VZ |
7181 | fi |
7182 | ||
7183 | ||
7184 | ||
7185 | ||
7e99ad86 VZ |
7186 | if test "$WXGTK12" != 1; then |
7187 | { echo "configure: error: | |
7188 | Please check that gtk-config is in path, the directory | |
7189 | where GTK+ libraries are installed (returned by | |
7190 | 'gtk-config --libs' command) is in LD_LIBRARY_PATH or | |
7191 | equivalent variable and GTK+ is version 1.2.3 or above. | |
7192 | " 1>&2; exit 1; } | |
7193 | fi | |
7194 | ||
7195 | ||
10f2d63a | 7196 | TOOLKIT_INCLUDE="$GTK_CFLAGS" |
2224580a VZ |
7197 | |
7198 | ||
7199 | GUI_TK_LIBRARY="$GTK_LIBS" | |
7200 | ||
10f2d63a VZ |
7201 | TOOLKIT=GTK |
7202 | ||
dad6c0ea VZ |
7203 | AFMINSTALL=afminstall |
7204 | ||
10f2d63a VZ |
7205 | GUIOBJS="\$(GTK_GUIOBJS)" |
7206 | GUIHEADERS="\$(GTK_HEADERS)" | |
7207 | COMMONOBJS="\$(GTK_COMMONOBJS)" | |
7208 | GENERICOBJS="\$(GTK_GENERICOBJS)" | |
7209 | GUIDEPS="\$(GTK_GUIDEPS)" | |
7210 | COMMONDEPS="\$(GTK_COMMONDEPS)" | |
7211 | GENERICDEPS="\$(GTK_GENERICDEPS)" | |
7212 | UNIXOBJS="\$(UNIX_OBJS)" | |
d9d8273d | 7213 | UNIXDEPS="\$(UNIX_DEPS)" |
10f2d63a | 7214 | GUIDIST=GTK_DIST |
7ec2881a | 7215 | |
2224580a | 7216 | echo $ac_n "checking for gdk_im_open in -lgdk""... $ac_c" 1>&6 |
422107f9 | 7217 | echo "configure:7218: checking for gdk_im_open in -lgdk" >&5 |
7ec2881a RR |
7218 | ac_lib_var=`echo gdk'_'gdk_im_open | sed 'y%./+-%__p_%'` |
7219 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
7220 | echo $ac_n "(cached) $ac_c" 1>&6 | |
7221 | else | |
7222 | ac_save_LIBS="$LIBS" | |
7223 | LIBS="-lgdk $LIBS" | |
7224 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 7225 | #line 7226 "configure" |
7ec2881a RR |
7226 | #include "confdefs.h" |
7227 | /* Override any gcc2 internal prototype to avoid an error. */ | |
7228 | /* We use char because int might match the return type of a gcc2 | |
7229 | builtin and then its argument prototype would still apply. */ | |
7230 | char gdk_im_open(); | |
7231 | ||
7232 | int main() { | |
7233 | gdk_im_open() | |
7234 | ; return 0; } | |
7235 | EOF | |
422107f9 | 7236 | if { (eval echo configure:7237: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
7ec2881a RR |
7237 | rm -rf conftest* |
7238 | eval "ac_cv_lib_$ac_lib_var=yes" | |
7239 | else | |
7240 | echo "configure: failed program was:" >&5 | |
7241 | cat conftest.$ac_ext >&5 | |
7242 | rm -rf conftest* | |
7243 | eval "ac_cv_lib_$ac_lib_var=no" | |
7244 | fi | |
7245 | rm -f conftest* | |
7246 | LIBS="$ac_save_LIBS" | |
7247 | ||
7248 | fi | |
7249 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
7250 | echo "$ac_t""yes" 1>&6 | |
7251 | cat >> confdefs.h <<\EOF | |
7252 | #define HAVE_XIM 1 | |
7253 | EOF | |
7254 | ||
7255 | else | |
7256 | echo "$ac_t""no" 1>&6 | |
7257 | fi | |
7258 | ||
10f2d63a VZ |
7259 | fi |
7260 | ||
7261 | if test "$wxUSE_WINE" = 1; then | |
7262 | echo $ac_n "checking for WINE includes""... $ac_c" 1>&6 | |
422107f9 | 7263 | echo "configure:7264: checking for WINE includes" >&5 |
10f2d63a VZ |
7264 | |
7265 | ac_find_includes= | |
7266 | for ac_dir in $SEARCH_INCLUDE; | |
7267 | do | |
7268 | if test -f "$ac_dir/windows.h"; then | |
7269 | ac_find_includes=$ac_dir | |
7270 | break | |
7271 | fi | |
7272 | done | |
7273 | ||
7274 | if test "$ac_find_includes" != "" ; then | |
7275 | echo "$ac_t""found $ac_find_includes" 1>&6 | |
7276 | TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE -I$ac_find_includes" | |
7277 | else | |
7278 | echo "$ac_t""no" 1>&6 | |
7279 | { echo "configure: error: please set CFLAGS to contain the location of windows.h" 1>&2; exit 1; } | |
7280 | fi | |
7281 | ||
7282 | XPM_LINK="" | |
7283 | echo $ac_n "checking for Xpm library""... $ac_c" 1>&6 | |
422107f9 | 7284 | echo "configure:7285: checking for Xpm library" >&5 |
10f2d63a VZ |
7285 | |
7286 | ac_find_libraries= | |
7287 | for ac_dir in $SEARCH_LIB; | |
7288 | do | |
7289 | for ac_extension in a so sl; do | |
7290 | if test -f "$ac_dir/libXpm.$ac_extension"; then | |
7291 | ac_find_libraries=$ac_dir | |
7292 | break 2 | |
7293 | fi | |
7294 | done | |
7295 | done | |
7296 | ||
7297 | if test "$ac_find_libraries" != "" ; then | |
7298 | GUI_TK_LIBRARY="-L$ac_find_libraries" | |
7299 | XPM_LINK="-lXpm" | |
7300 | cat >> confdefs.h <<\EOF | |
7301 | #define wxHAVE_LIB_XPM 1 | |
7302 | EOF | |
7303 | ||
7304 | echo "$ac_t""found at $ac_find_libraries" 1>&6 | |
7305 | else | |
7306 | echo "$ac_t""no" 1>&6 | |
7307 | echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2 | |
7308 | fi | |
7309 | ||
7310 | MESA_LINK="" | |
7311 | echo $ac_n "checking for Mesa library""... $ac_c" 1>&6 | |
422107f9 | 7312 | echo "configure:7313: checking for Mesa library" >&5 |
10f2d63a VZ |
7313 | |
7314 | ac_find_libraries= | |
7315 | for ac_dir in $SEARCH_LIB; | |
7316 | do | |
7317 | for ac_extension in a so sl; do | |
7318 | if test -f "$ac_dir/libMesaGL.$ac_extension"; then | |
7319 | ac_find_libraries=$ac_dir | |
7320 | break 2 | |
7321 | fi | |
7322 | done | |
7323 | done | |
7324 | ||
7325 | if test "$ac_find_libraries" != "" ; then | |
7326 | GUI_TK_LIBRARY="$GUI_TK_LIBRARY -L$ac_find_libraries" | |
7327 | MESA_LINK="-lMesaGL" | |
7328 | echo "$ac_t""found at $ac_find_libraries" 1>&6 | |
7329 | else | |
7330 | { echo "configure: error: no" 1>&2; exit 1; } | |
7331 | fi | |
7332 | ||
7333 | GUI_TK_LINK="-lwine $MESA_LINK $XPM_LINK -lXxf86dga -lXxf86vm -lSM -lICE -lXext -lXmu -lX11 -lncurses -lm" | |
7334 | GUI_TK_LIBRARY="$GUI_TK_LIBRARY $GUI_TK_LINK" | |
7335 | WXWINE=1 | |
7336 | TOOLKIT=MSW | |
7337 | ||
7338 | GUIHEADERS="\$(MSW_HEADERS)" | |
7339 | GUIOBJS="\$(MSW_GUIOBJS)" | |
7340 | COMMONOBJS="\$(MSW_COMMONOBJS)" | |
7341 | GENERICOBJS="\$(MSW_GENERICOBJS)" | |
7342 | GUIDEPS="\$(MSW_GUIDEPS)" | |
7343 | COMMONDEPS="\$(MSW_COMMONDEPS)" | |
7344 | GENERICDEPS="\$(MSW_GENERICDEPS)" | |
7345 | UNIXOBJS="\$(UNIX_OBJS)" | |
d9d8273d | 7346 | UNIXDEPS="\$(UNIX_DEPS)" |
10f2d63a VZ |
7347 | GUIDIST=MSW_DIST |
7348 | fi | |
7349 | ||
7350 | if test "$wxUSE_MOTIF" = 1; then | |
ab9b9eab VZ |
7351 | # If we find X, set shell vars x_includes and x_libraries to the |
7352 | # paths, otherwise set no_x=yes. | |
7353 | # Uses ac_ vars as temps to allow command line to override cache and checks. | |
7354 | # --without-x overrides everything else, but does not touch the cache. | |
7355 | echo $ac_n "checking for X""... $ac_c" 1>&6 | |
422107f9 | 7356 | echo "configure:7357: checking for X" >&5 |
ab9b9eab VZ |
7357 | |
7358 | # Check whether --with-x or --without-x was given. | |
7359 | if test "${with_x+set}" = set; then | |
7360 | withval="$with_x" | |
7361 | : | |
7362 | fi | |
ba337fe7 | 7363 | |
ab9b9eab VZ |
7364 | # $have_x is `yes', `no', `disabled', or empty when we do not yet know. |
7365 | if test "x$with_x" = xno; then | |
7366 | # The user explicitly disabled X. | |
7367 | have_x=disabled | |
7368 | else | |
7369 | if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then | |
7370 | # Both variables are already set. | |
7371 | have_x=yes | |
7372 | else | |
7373 | if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then | |
7374 | echo $ac_n "(cached) $ac_c" 1>&6 | |
7375 | else | |
7376 | # One or both of the vars are not set, and there is no cached value. | |
7377 | ac_x_includes=NO ac_x_libraries=NO | |
7378 | rm -fr conftestdir | |
7379 | if mkdir conftestdir; then | |
7380 | cd conftestdir | |
7381 | # Make sure to not put "make" in the Imakefile rules, since we grep it out. | |
7382 | cat > Imakefile <<'EOF' | |
7383 | acfindx: | |
7384 | @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"' | |
7385 | EOF | |
7386 | if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then | |
7387 | # GNU make sometimes prints "make[1]: Entering...", which would confuse us. | |
7388 | eval `${MAKE-make} acfindx 2>/dev/null | grep -v make` | |
7389 | # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR. | |
10f2d63a | 7390 | for ac_extension in a so sl; do |
ab9b9eab VZ |
7391 | if test ! -f $ac_im_usrlibdir/libX11.$ac_extension && |
7392 | test -f $ac_im_libdir/libX11.$ac_extension; then | |
7393 | ac_im_usrlibdir=$ac_im_libdir; break | |
10f2d63a VZ |
7394 | fi |
7395 | done | |
ab9b9eab VZ |
7396 | # Screen out bogus values from the imake configuration. They are |
7397 | # bogus both because they are the default anyway, and because | |
7398 | # using them would break gcc on systems where it needs fixed includes. | |
7399 | case "$ac_im_incroot" in | |
7400 | /usr/include) ;; | |
7401 | *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes="$ac_im_incroot" ;; | |
7402 | esac | |
7403 | case "$ac_im_usrlibdir" in | |
7404 | /usr/lib | /lib) ;; | |
7405 | *) test -d "$ac_im_usrlibdir" && ac_x_libraries="$ac_im_usrlibdir" ;; | |
7406 | esac | |
ba337fe7 | 7407 | fi |
ab9b9eab VZ |
7408 | cd .. |
7409 | rm -fr conftestdir | |
7410 | fi | |
10f2d63a | 7411 | |
ab9b9eab VZ |
7412 | if test "$ac_x_includes" = NO; then |
7413 | # Guess where to find include files, by looking for this one X11 .h file. | |
7414 | test -z "$x_direct_test_include" && x_direct_test_include=X11/Intrinsic.h | |
ba337fe7 | 7415 | |
ab9b9eab VZ |
7416 | # First, try using that file with no special directory specified. |
7417 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 7418 | #line 7419 "configure" |
ab9b9eab VZ |
7419 | #include "confdefs.h" |
7420 | #include <$x_direct_test_include> | |
7421 | EOF | |
7422 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
422107f9 | 7423 | { (eval echo configure:7424: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
ab9b9eab VZ |
7424 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
7425 | if test -z "$ac_err"; then | |
7426 | rm -rf conftest* | |
7427 | # We can compile using X headers with no special include directory. | |
7428 | ac_x_includes= | |
7429 | else | |
7430 | echo "$ac_err" >&5 | |
7431 | echo "configure: failed program was:" >&5 | |
7432 | cat conftest.$ac_ext >&5 | |
7433 | rm -rf conftest* | |
7434 | # Look for the header file in a standard set of common directories. | |
7435 | # Check X11 before X11Rn because it is often a symlink to the current release. | |
7436 | for ac_dir in \ | |
7437 | /usr/X11/include \ | |
7438 | /usr/X11R6/include \ | |
7439 | /usr/X11R5/include \ | |
7440 | /usr/X11R4/include \ | |
7441 | \ | |
7442 | /usr/include/X11 \ | |
7443 | /usr/include/X11R6 \ | |
7444 | /usr/include/X11R5 \ | |
7445 | /usr/include/X11R4 \ | |
7446 | \ | |
7447 | /usr/local/X11/include \ | |
7448 | /usr/local/X11R6/include \ | |
7449 | /usr/local/X11R5/include \ | |
7450 | /usr/local/X11R4/include \ | |
7451 | \ | |
7452 | /usr/local/include/X11 \ | |
7453 | /usr/local/include/X11R6 \ | |
7454 | /usr/local/include/X11R5 \ | |
7455 | /usr/local/include/X11R4 \ | |
7456 | \ | |
7457 | /usr/X386/include \ | |
7458 | /usr/x386/include \ | |
7459 | /usr/XFree86/include/X11 \ | |
7460 | \ | |
7461 | /usr/include \ | |
7462 | /usr/local/include \ | |
7463 | /usr/unsupported/include \ | |
7464 | /usr/athena/include \ | |
7465 | /usr/local/x11r5/include \ | |
7466 | /usr/lpp/Xamples/include \ | |
7467 | \ | |
7468 | /usr/openwin/include \ | |
7469 | /usr/openwin/share/include \ | |
7470 | ; \ | |
10f2d63a | 7471 | do |
ab9b9eab VZ |
7472 | if test -r "$ac_dir/$x_direct_test_include"; then |
7473 | ac_x_includes=$ac_dir | |
10f2d63a VZ |
7474 | break |
7475 | fi | |
7476 | done | |
ab9b9eab VZ |
7477 | fi |
7478 | rm -f conftest* | |
7479 | fi # $ac_x_includes = NO | |
10f2d63a | 7480 | |
ab9b9eab VZ |
7481 | if test "$ac_x_libraries" = NO; then |
7482 | # Check for the libraries. | |
10f2d63a | 7483 | |
ab9b9eab VZ |
7484 | test -z "$x_direct_test_library" && x_direct_test_library=Xt |
7485 | test -z "$x_direct_test_function" && x_direct_test_function=XtMalloc | |
10f2d63a | 7486 | |
ab9b9eab VZ |
7487 | # See if we find them without any special options. |
7488 | # Don't add to $LIBS permanently. | |
7489 | ac_save_LIBS="$LIBS" | |
7490 | LIBS="-l$x_direct_test_library $LIBS" | |
7491 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 7492 | #line 7493 "configure" |
ab9b9eab | 7493 | #include "confdefs.h" |
10f2d63a | 7494 | |
ab9b9eab VZ |
7495 | int main() { |
7496 | ${x_direct_test_function}() | |
7497 | ; return 0; } | |
7498 | EOF | |
422107f9 | 7499 | if { (eval echo configure:7500: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
ab9b9eab VZ |
7500 | rm -rf conftest* |
7501 | LIBS="$ac_save_LIBS" | |
7502 | # We can link X programs with no special library path. | |
7503 | ac_x_libraries= | |
7504 | else | |
7505 | echo "configure: failed program was:" >&5 | |
7506 | cat conftest.$ac_ext >&5 | |
7507 | rm -rf conftest* | |
7508 | LIBS="$ac_save_LIBS" | |
7509 | # First see if replacing the include by lib works. | |
7510 | # Check X11 before X11Rn because it is often a symlink to the current release. | |
7511 | for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \ | |
7512 | /usr/X11/lib \ | |
7513 | /usr/X11R6/lib \ | |
7514 | /usr/X11R5/lib \ | |
7515 | /usr/X11R4/lib \ | |
7516 | \ | |
7517 | /usr/lib/X11 \ | |
7518 | /usr/lib/X11R6 \ | |
7519 | /usr/lib/X11R5 \ | |
7520 | /usr/lib/X11R4 \ | |
7521 | \ | |
7522 | /usr/local/X11/lib \ | |
7523 | /usr/local/X11R6/lib \ | |
7524 | /usr/local/X11R5/lib \ | |
7525 | /usr/local/X11R4/lib \ | |
7526 | \ | |
7527 | /usr/local/lib/X11 \ | |
7528 | /usr/local/lib/X11R6 \ | |
7529 | /usr/local/lib/X11R5 \ | |
7530 | /usr/local/lib/X11R4 \ | |
7531 | \ | |
7532 | /usr/X386/lib \ | |
7533 | /usr/x386/lib \ | |
7534 | /usr/XFree86/lib/X11 \ | |
7535 | \ | |
7536 | /usr/lib \ | |
7537 | /usr/local/lib \ | |
7538 | /usr/unsupported/lib \ | |
7539 | /usr/athena/lib \ | |
7540 | /usr/local/x11r5/lib \ | |
7541 | /usr/lpp/Xamples/lib \ | |
7542 | /lib/usr/lib/X11 \ | |
7543 | \ | |
7544 | /usr/openwin/lib \ | |
7545 | /usr/openwin/share/lib \ | |
7546 | ; \ | |
7547 | do | |
7548 | for ac_extension in a so sl; do | |
7549 | if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then | |
7550 | ac_x_libraries=$ac_dir | |
7551 | break 2 | |
10f2d63a | 7552 | fi |
10f2d63a | 7553 | done |
ab9b9eab VZ |
7554 | done |
7555 | fi | |
7556 | rm -f conftest* | |
7557 | fi # $ac_x_libraries = NO | |
10f2d63a | 7558 | |
ab9b9eab VZ |
7559 | if test "$ac_x_includes" = NO || test "$ac_x_libraries" = NO; then |
7560 | # Didn't find X anywhere. Cache the known absence of X. | |
7561 | ac_cv_have_x="have_x=no" | |
7562 | else | |
7563 | # Record where we found X for the cache. | |
7564 | ac_cv_have_x="have_x=yes \ | |
7565 | ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries" | |
7566 | fi | |
7567 | fi | |
10f2d63a | 7568 | fi |
ab9b9eab VZ |
7569 | eval "$ac_cv_have_x" |
7570 | fi # $with_x != no | |
10f2d63a | 7571 | |
ab9b9eab VZ |
7572 | if test "$have_x" != yes; then |
7573 | echo "$ac_t""$have_x" 1>&6 | |
7574 | no_x=yes | |
7575 | else | |
7576 | # If each of the values was on the command line, it overrides each guess. | |
7577 | test "x$x_includes" = xNONE && x_includes=$ac_x_includes | |
7578 | test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries | |
7579 | # Update the cache value to reflect the command line values. | |
7580 | ac_cv_have_x="have_x=yes \ | |
7581 | ac_x_includes=$x_includes ac_x_libraries=$x_libraries" | |
7582 | echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6 | |
7583 | fi | |
10f2d63a | 7584 | |
ab9b9eab VZ |
7585 | if test "$no_x" = yes; then |
7586 | # Not all programs may use this symbol, but it does not hurt to define it. | |
7587 | cat >> confdefs.h <<\EOF | |
7588 | #define X_DISPLAY_MISSING 1 | |
7589 | EOF | |
10f2d63a | 7590 | |
ab9b9eab VZ |
7591 | X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS= |
7592 | else | |
7593 | if test -n "$x_includes"; then | |
7594 | X_CFLAGS="$X_CFLAGS -I$x_includes" | |
10f2d63a VZ |
7595 | fi |
7596 | ||
ab9b9eab VZ |
7597 | # It would also be nice to do this for all -L options, not just this one. |
7598 | if test -n "$x_libraries"; then | |
7599 | X_LIBS="$X_LIBS -L$x_libraries" | |
7600 | # For Solaris; some versions of Sun CC require a space after -R and | |
7601 | # others require no space. Words are not sufficient . . . . | |
7602 | case "`(uname -sr) 2>/dev/null`" in | |
7603 | "SunOS 5"*) | |
7604 | echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6 | |
422107f9 | 7605 | echo "configure:7606: checking whether -R must be followed by a space" >&5 |
ab9b9eab VZ |
7606 | ac_xsave_LIBS="$LIBS"; LIBS="$LIBS -R$x_libraries" |
7607 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 7608 | #line 7609 "configure" |
ab9b9eab | 7609 | #include "confdefs.h" |
10f2d63a | 7610 | |
ab9b9eab | 7611 | int main() { |
788deba1 | 7612 | |
ab9b9eab VZ |
7613 | ; return 0; } |
7614 | EOF | |
422107f9 | 7615 | if { (eval echo configure:7616: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
ab9b9eab VZ |
7616 | rm -rf conftest* |
7617 | ac_R_nospace=yes | |
7618 | else | |
7619 | echo "configure: failed program was:" >&5 | |
7620 | cat conftest.$ac_ext >&5 | |
7621 | rm -rf conftest* | |
7622 | ac_R_nospace=no | |
7623 | fi | |
7624 | rm -f conftest* | |
7625 | if test $ac_R_nospace = yes; then | |
7626 | echo "$ac_t""no" 1>&6 | |
7627 | X_LIBS="$X_LIBS -R$x_libraries" | |
7628 | else | |
7629 | LIBS="$ac_xsave_LIBS -R $x_libraries" | |
7630 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 7631 | #line 7632 "configure" |
ab9b9eab | 7632 | #include "confdefs.h" |
788deba1 | 7633 | |
ab9b9eab VZ |
7634 | int main() { |
7635 | ||
7636 | ; return 0; } | |
7637 | EOF | |
422107f9 | 7638 | if { (eval echo configure:7639: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
ab9b9eab VZ |
7639 | rm -rf conftest* |
7640 | ac_R_space=yes | |
7641 | else | |
7642 | echo "configure: failed program was:" >&5 | |
7643 | cat conftest.$ac_ext >&5 | |
7644 | rm -rf conftest* | |
7645 | ac_R_space=no | |
7646 | fi | |
7647 | rm -f conftest* | |
7648 | if test $ac_R_space = yes; then | |
7649 | echo "$ac_t""yes" 1>&6 | |
7650 | X_LIBS="$X_LIBS -R $x_libraries" | |
7651 | else | |
7652 | echo "$ac_t""neither works" 1>&6 | |
7653 | fi | |
7654 | fi | |
7655 | LIBS="$ac_xsave_LIBS" | |
7656 | esac | |
7657 | fi | |
7658 | ||
7659 | # Check for system-dependent libraries X programs must link with. | |
7660 | # Do this before checking for the system-independent R6 libraries | |
7661 | # (-lICE), since we may need -lsocket or whatever for X linking. | |
7662 | ||
7663 | if test "$ISC" = yes; then | |
7664 | X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet" | |
7665 | else | |
7666 | # Martyn.Johnson@cl.cam.ac.uk says this is needed for Ultrix, if the X | |
7667 | # libraries were built with DECnet support. And karl@cs.umb.edu says | |
7668 | # the Alpha needs dnet_stub (dnet does not exist). | |
7669 | echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6 | |
422107f9 | 7670 | echo "configure:7671: checking for dnet_ntoa in -ldnet" >&5 |
ab9b9eab VZ |
7671 | ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'` |
7672 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
7673 | echo $ac_n "(cached) $ac_c" 1>&6 | |
7674 | else | |
7675 | ac_save_LIBS="$LIBS" | |
7676 | LIBS="-ldnet $LIBS" | |
7677 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 7678 | #line 7679 "configure" |
ab9b9eab VZ |
7679 | #include "confdefs.h" |
7680 | /* Override any gcc2 internal prototype to avoid an error. */ | |
7681 | /* We use char because int might match the return type of a gcc2 | |
7682 | builtin and then its argument prototype would still apply. */ | |
7683 | char dnet_ntoa(); | |
7684 | ||
7685 | int main() { | |
7686 | dnet_ntoa() | |
7687 | ; return 0; } | |
7688 | EOF | |
422107f9 | 7689 | if { (eval echo configure:7690: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
ab9b9eab VZ |
7690 | rm -rf conftest* |
7691 | eval "ac_cv_lib_$ac_lib_var=yes" | |
7692 | else | |
7693 | echo "configure: failed program was:" >&5 | |
7694 | cat conftest.$ac_ext >&5 | |
7695 | rm -rf conftest* | |
7696 | eval "ac_cv_lib_$ac_lib_var=no" | |
7697 | fi | |
7698 | rm -f conftest* | |
7699 | LIBS="$ac_save_LIBS" | |
7700 | ||
7701 | fi | |
7702 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
7703 | echo "$ac_t""yes" 1>&6 | |
7704 | X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet" | |
7705 | else | |
7706 | echo "$ac_t""no" 1>&6 | |
7707 | fi | |
7708 | ||
7709 | if test $ac_cv_lib_dnet_dnet_ntoa = no; then | |
7710 | echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6 | |
422107f9 | 7711 | echo "configure:7712: checking for dnet_ntoa in -ldnet_stub" >&5 |
ab9b9eab VZ |
7712 | ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'` |
7713 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
7714 | echo $ac_n "(cached) $ac_c" 1>&6 | |
7715 | else | |
7716 | ac_save_LIBS="$LIBS" | |
7717 | LIBS="-ldnet_stub $LIBS" | |
7718 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 7719 | #line 7720 "configure" |
ab9b9eab VZ |
7720 | #include "confdefs.h" |
7721 | /* Override any gcc2 internal prototype to avoid an error. */ | |
7722 | /* We use char because int might match the return type of a gcc2 | |
7723 | builtin and then its argument prototype would still apply. */ | |
7724 | char dnet_ntoa(); | |
7725 | ||
7726 | int main() { | |
7727 | dnet_ntoa() | |
7728 | ; return 0; } | |
7729 | EOF | |
422107f9 | 7730 | if { (eval echo configure:7731: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
ab9b9eab VZ |
7731 | rm -rf conftest* |
7732 | eval "ac_cv_lib_$ac_lib_var=yes" | |
7733 | else | |
7734 | echo "configure: failed program was:" >&5 | |
7735 | cat conftest.$ac_ext >&5 | |
7736 | rm -rf conftest* | |
7737 | eval "ac_cv_lib_$ac_lib_var=no" | |
7738 | fi | |
7739 | rm -f conftest* | |
7740 | LIBS="$ac_save_LIBS" | |
7741 | ||
7742 | fi | |
7743 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
7744 | echo "$ac_t""yes" 1>&6 | |
7745 | X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub" | |
7746 | else | |
7747 | echo "$ac_t""no" 1>&6 | |
7748 | fi | |
7749 | ||
7750 | fi | |
7751 | ||
7752 | # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT, | |
7753 | # to get the SysV transport functions. | |
7754 | # chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4) | |
7755 | # needs -lnsl. | |
7756 | # The nsl library prevents programs from opening the X display | |
7757 | # on Irix 5.2, according to dickey@clark.net. | |
7758 | echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6 | |
422107f9 | 7759 | echo "configure:7760: checking for gethostbyname" >&5 |
ab9b9eab VZ |
7760 | if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then |
7761 | echo $ac_n "(cached) $ac_c" 1>&6 | |
7762 | else | |
7763 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 7764 | #line 7765 "configure" |
ab9b9eab VZ |
7765 | #include "confdefs.h" |
7766 | /* System header to define __stub macros and hopefully few prototypes, | |
7767 | which can conflict with char gethostbyname(); below. */ | |
7768 | #include <assert.h> | |
7769 | /* Override any gcc2 internal prototype to avoid an error. */ | |
7770 | /* We use char because int might match the return type of a gcc2 | |
7771 | builtin and then its argument prototype would still apply. */ | |
7772 | char gethostbyname(); | |
7773 | ||
7774 | int main() { | |
7775 | ||
7776 | /* The GNU C library defines this for functions which it implements | |
7777 | to always fail with ENOSYS. Some functions are actually named | |
7778 | something starting with __ and the normal name is an alias. */ | |
7779 | #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname) | |
7780 | choke me | |
7781 | #else | |
bc9027cc | 7782 | gethostbyname(); |
ab9b9eab VZ |
7783 | #endif |
7784 | ||
7785 | ; return 0; } | |
7786 | EOF | |
422107f9 | 7787 | if { (eval echo configure:7788: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
ab9b9eab VZ |
7788 | rm -rf conftest* |
7789 | eval "ac_cv_func_gethostbyname=yes" | |
7790 | else | |
7791 | echo "configure: failed program was:" >&5 | |
7792 | cat conftest.$ac_ext >&5 | |
7793 | rm -rf conftest* | |
7794 | eval "ac_cv_func_gethostbyname=no" | |
7795 | fi | |
7796 | rm -f conftest* | |
7797 | fi | |
7798 | ||
7799 | if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then | |
7800 | echo "$ac_t""yes" 1>&6 | |
7801 | : | |
7802 | else | |
7803 | echo "$ac_t""no" 1>&6 | |
7804 | fi | |
7805 | ||
7806 | if test $ac_cv_func_gethostbyname = no; then | |
7807 | echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6 | |
422107f9 | 7808 | echo "configure:7809: checking for gethostbyname in -lnsl" >&5 |
ab9b9eab VZ |
7809 | ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'` |
7810 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
7811 | echo $ac_n "(cached) $ac_c" 1>&6 | |
7812 | else | |
7813 | ac_save_LIBS="$LIBS" | |
7814 | LIBS="-lnsl $LIBS" | |
7815 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 7816 | #line 7817 "configure" |
ab9b9eab VZ |
7817 | #include "confdefs.h" |
7818 | /* Override any gcc2 internal prototype to avoid an error. */ | |
7819 | /* We use char because int might match the return type of a gcc2 | |
7820 | builtin and then its argument prototype would still apply. */ | |
7821 | char gethostbyname(); | |
7822 | ||
7823 | int main() { | |
7824 | gethostbyname() | |
7825 | ; return 0; } | |
7826 | EOF | |
422107f9 | 7827 | if { (eval echo configure:7828: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
ab9b9eab VZ |
7828 | rm -rf conftest* |
7829 | eval "ac_cv_lib_$ac_lib_var=yes" | |
7830 | else | |
7831 | echo "configure: failed program was:" >&5 | |
7832 | cat conftest.$ac_ext >&5 | |
7833 | rm -rf conftest* | |
7834 | eval "ac_cv_lib_$ac_lib_var=no" | |
7835 | fi | |
7836 | rm -f conftest* | |
7837 | LIBS="$ac_save_LIBS" | |
7838 | ||
7839 | fi | |
7840 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
7841 | echo "$ac_t""yes" 1>&6 | |
7842 | X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl" | |
7843 | else | |
7844 | echo "$ac_t""no" 1>&6 | |
7845 | fi | |
7846 | ||
7847 | fi | |
7848 | ||
7849 | # lieder@skyler.mavd.honeywell.com says without -lsocket, | |
7850 | # socket/setsockopt and other routines are undefined under SCO ODT | |
7851 | # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary | |
7852 | # on later versions), says simon@lia.di.epfl.ch: it contains | |
7853 | # gethostby* variants that don't use the nameserver (or something). | |
7854 | # -lsocket must be given before -lnsl if both are needed. | |
7855 | # We assume that if connect needs -lnsl, so does gethostbyname. | |
7856 | echo $ac_n "checking for connect""... $ac_c" 1>&6 | |
422107f9 | 7857 | echo "configure:7858: checking for connect" >&5 |
ab9b9eab VZ |
7858 | if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then |
7859 | echo $ac_n "(cached) $ac_c" 1>&6 | |
7860 | else | |
7861 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 7862 | #line 7863 "configure" |
ab9b9eab VZ |
7863 | #include "confdefs.h" |
7864 | /* System header to define __stub macros and hopefully few prototypes, | |
7865 | which can conflict with char connect(); below. */ | |
7866 | #include <assert.h> | |
7867 | /* Override any gcc2 internal prototype to avoid an error. */ | |
7868 | /* We use char because int might match the return type of a gcc2 | |
7869 | builtin and then its argument prototype would still apply. */ | |
7870 | char connect(); | |
7871 | ||
7872 | int main() { | |
7873 | ||
7874 | /* The GNU C library defines this for functions which it implements | |
7875 | to always fail with ENOSYS. Some functions are actually named | |
7876 | something starting with __ and the normal name is an alias. */ | |
7877 | #if defined (__stub_connect) || defined (__stub___connect) | |
7878 | choke me | |
7879 | #else | |
bc9027cc | 7880 | connect(); |
ab9b9eab VZ |
7881 | #endif |
7882 | ||
7883 | ; return 0; } | |
7884 | EOF | |
422107f9 | 7885 | if { (eval echo configure:7886: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
ab9b9eab VZ |
7886 | rm -rf conftest* |
7887 | eval "ac_cv_func_connect=yes" | |
7888 | else | |
7889 | echo "configure: failed program was:" >&5 | |
7890 | cat conftest.$ac_ext >&5 | |
7891 | rm -rf conftest* | |
7892 | eval "ac_cv_func_connect=no" | |
7893 | fi | |
7894 | rm -f conftest* | |
7895 | fi | |
7896 | ||
7897 | if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then | |
7898 | echo "$ac_t""yes" 1>&6 | |
7899 | : | |
7900 | else | |
7901 | echo "$ac_t""no" 1>&6 | |
7902 | fi | |
7903 | ||
7904 | if test $ac_cv_func_connect = no; then | |
7905 | echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6 | |
422107f9 | 7906 | echo "configure:7907: checking for connect in -lsocket" >&5 |
ab9b9eab VZ |
7907 | ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'` |
7908 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
7909 | echo $ac_n "(cached) $ac_c" 1>&6 | |
7910 | else | |
7911 | ac_save_LIBS="$LIBS" | |
7912 | LIBS="-lsocket $X_EXTRA_LIBS $LIBS" | |
7913 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 7914 | #line 7915 "configure" |
ab9b9eab VZ |
7915 | #include "confdefs.h" |
7916 | /* Override any gcc2 internal prototype to avoid an error. */ | |
7917 | /* We use char because int might match the return type of a gcc2 | |
7918 | builtin and then its argument prototype would still apply. */ | |
7919 | char connect(); | |
7920 | ||
7921 | int main() { | |
7922 | connect() | |
7923 | ; return 0; } | |
7924 | EOF | |
422107f9 | 7925 | if { (eval echo configure:7926: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
ab9b9eab VZ |
7926 | rm -rf conftest* |
7927 | eval "ac_cv_lib_$ac_lib_var=yes" | |
7928 | else | |
7929 | echo "configure: failed program was:" >&5 | |
7930 | cat conftest.$ac_ext >&5 | |
7931 | rm -rf conftest* | |
7932 | eval "ac_cv_lib_$ac_lib_var=no" | |
7933 | fi | |
7934 | rm -f conftest* | |
7935 | LIBS="$ac_save_LIBS" | |
7936 | ||
7937 | fi | |
7938 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
7939 | echo "$ac_t""yes" 1>&6 | |
7940 | X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS" | |
7941 | else | |
7942 | echo "$ac_t""no" 1>&6 | |
7943 | fi | |
7944 | ||
7945 | fi | |
7946 | ||
7947 | # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX. | |
7948 | echo $ac_n "checking for remove""... $ac_c" 1>&6 | |
422107f9 | 7949 | echo "configure:7950: checking for remove" >&5 |
ab9b9eab VZ |
7950 | if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then |
7951 | echo $ac_n "(cached) $ac_c" 1>&6 | |
7952 | else | |
7953 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 7954 | #line 7955 "configure" |
ab9b9eab VZ |
7955 | #include "confdefs.h" |
7956 | /* System header to define __stub macros and hopefully few prototypes, | |
7957 | which can conflict with char remove(); below. */ | |
7958 | #include <assert.h> | |
7959 | /* Override any gcc2 internal prototype to avoid an error. */ | |
7960 | /* We use char because int might match the return type of a gcc2 | |
7961 | builtin and then its argument prototype would still apply. */ | |
7962 | char remove(); | |
7963 | ||
7964 | int main() { | |
7965 | ||
7966 | /* The GNU C library defines this for functions which it implements | |
7967 | to always fail with ENOSYS. Some functions are actually named | |
7968 | something starting with __ and the normal name is an alias. */ | |
7969 | #if defined (__stub_remove) || defined (__stub___remove) | |
7970 | choke me | |
7971 | #else | |
bc9027cc | 7972 | remove(); |
ab9b9eab VZ |
7973 | #endif |
7974 | ||
7975 | ; return 0; } | |
7976 | EOF | |
422107f9 | 7977 | if { (eval echo configure:7978: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
ab9b9eab VZ |
7978 | rm -rf conftest* |
7979 | eval "ac_cv_func_remove=yes" | |
7980 | else | |
7981 | echo "configure: failed program was:" >&5 | |
7982 | cat conftest.$ac_ext >&5 | |
7983 | rm -rf conftest* | |
7984 | eval "ac_cv_func_remove=no" | |
7985 | fi | |
7986 | rm -f conftest* | |
7987 | fi | |
7988 | ||
7989 | if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then | |
7990 | echo "$ac_t""yes" 1>&6 | |
7991 | : | |
7992 | else | |
7993 | echo "$ac_t""no" 1>&6 | |
7994 | fi | |
7995 | ||
7996 | if test $ac_cv_func_remove = no; then | |
7997 | echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6 | |
422107f9 | 7998 | echo "configure:7999: checking for remove in -lposix" >&5 |
ab9b9eab VZ |
7999 | ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'` |
8000 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
8001 | echo $ac_n "(cached) $ac_c" 1>&6 | |
8002 | else | |
8003 | ac_save_LIBS="$LIBS" | |
8004 | LIBS="-lposix $LIBS" | |
8005 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 8006 | #line 8007 "configure" |
ab9b9eab VZ |
8007 | #include "confdefs.h" |
8008 | /* Override any gcc2 internal prototype to avoid an error. */ | |
8009 | /* We use char because int might match the return type of a gcc2 | |
8010 | builtin and then its argument prototype would still apply. */ | |
8011 | char remove(); | |
8012 | ||
8013 | int main() { | |
8014 | remove() | |
8015 | ; return 0; } | |
8016 | EOF | |
422107f9 | 8017 | if { (eval echo configure:8018: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
ab9b9eab VZ |
8018 | rm -rf conftest* |
8019 | eval "ac_cv_lib_$ac_lib_var=yes" | |
8020 | else | |
8021 | echo "configure: failed program was:" >&5 | |
8022 | cat conftest.$ac_ext >&5 | |
8023 | rm -rf conftest* | |
8024 | eval "ac_cv_lib_$ac_lib_var=no" | |
8025 | fi | |
8026 | rm -f conftest* | |
8027 | LIBS="$ac_save_LIBS" | |
8028 | ||
8029 | fi | |
8030 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
8031 | echo "$ac_t""yes" 1>&6 | |
8032 | X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix" | |
8033 | else | |
8034 | echo "$ac_t""no" 1>&6 | |
8035 | fi | |
8036 | ||
8037 | fi | |
8038 | ||
8039 | # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay. | |
8040 | echo $ac_n "checking for shmat""... $ac_c" 1>&6 | |
422107f9 | 8041 | echo "configure:8042: checking for shmat" >&5 |
ab9b9eab VZ |
8042 | if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then |
8043 | echo $ac_n "(cached) $ac_c" 1>&6 | |
8044 | else | |
8045 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 8046 | #line 8047 "configure" |
ab9b9eab VZ |
8047 | #include "confdefs.h" |
8048 | /* System header to define __stub macros and hopefully few prototypes, | |
8049 | which can conflict with char shmat(); below. */ | |
8050 | #include <assert.h> | |
8051 | /* Override any gcc2 internal prototype to avoid an error. */ | |
8052 | /* We use char because int might match the return type of a gcc2 | |
8053 | builtin and then its argument prototype would still apply. */ | |
8054 | char shmat(); | |
8055 | ||
8056 | int main() { | |
8057 | ||
8058 | /* The GNU C library defines this for functions which it implements | |
8059 | to always fail with ENOSYS. Some functions are actually named | |
8060 | something starting with __ and the normal name is an alias. */ | |
8061 | #if defined (__stub_shmat) || defined (__stub___shmat) | |
8062 | choke me | |
8063 | #else | |
bc9027cc | 8064 | shmat(); |
ab9b9eab VZ |
8065 | #endif |
8066 | ||
8067 | ; return 0; } | |
8068 | EOF | |
422107f9 | 8069 | if { (eval echo configure:8070: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
ab9b9eab VZ |
8070 | rm -rf conftest* |
8071 | eval "ac_cv_func_shmat=yes" | |
8072 | else | |
8073 | echo "configure: failed program was:" >&5 | |
8074 | cat conftest.$ac_ext >&5 | |
8075 | rm -rf conftest* | |
8076 | eval "ac_cv_func_shmat=no" | |
8077 | fi | |
8078 | rm -f conftest* | |
8079 | fi | |
8080 | ||
8081 | if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then | |
8082 | echo "$ac_t""yes" 1>&6 | |
8083 | : | |
8084 | else | |
8085 | echo "$ac_t""no" 1>&6 | |
8086 | fi | |
8087 | ||
8088 | if test $ac_cv_func_shmat = no; then | |
8089 | echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6 | |
422107f9 | 8090 | echo "configure:8091: checking for shmat in -lipc" >&5 |
ab9b9eab VZ |
8091 | ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'` |
8092 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
8093 | echo $ac_n "(cached) $ac_c" 1>&6 | |
8094 | else | |
8095 | ac_save_LIBS="$LIBS" | |
8096 | LIBS="-lipc $LIBS" | |
8097 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 8098 | #line 8099 "configure" |
ab9b9eab VZ |
8099 | #include "confdefs.h" |
8100 | /* Override any gcc2 internal prototype to avoid an error. */ | |
8101 | /* We use char because int might match the return type of a gcc2 | |
8102 | builtin and then its argument prototype would still apply. */ | |
8103 | char shmat(); | |
8104 | ||
8105 | int main() { | |
8106 | shmat() | |
8107 | ; return 0; } | |
8108 | EOF | |
422107f9 | 8109 | if { (eval echo configure:8110: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
ab9b9eab VZ |
8110 | rm -rf conftest* |
8111 | eval "ac_cv_lib_$ac_lib_var=yes" | |
8112 | else | |
8113 | echo "configure: failed program was:" >&5 | |
8114 | cat conftest.$ac_ext >&5 | |
8115 | rm -rf conftest* | |
8116 | eval "ac_cv_lib_$ac_lib_var=no" | |
8117 | fi | |
8118 | rm -f conftest* | |
8119 | LIBS="$ac_save_LIBS" | |
8120 | ||
8121 | fi | |
8122 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
8123 | echo "$ac_t""yes" 1>&6 | |
8124 | X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc" | |
8125 | else | |
8126 | echo "$ac_t""no" 1>&6 | |
8127 | fi | |
8128 | ||
8129 | fi | |
8130 | fi | |
8131 | ||
8132 | # Check for libraries that X11R6 Xt/Xaw programs need. | |
8133 | ac_save_LDFLAGS="$LDFLAGS" | |
8134 | test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries" | |
8135 | # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to | |
8136 | # check for ICE first), but we must link in the order -lSM -lICE or | |
8137 | # we get undefined symbols. So assume we have SM if we have ICE. | |
8138 | # These have to be linked with before -lX11, unlike the other | |
8139 | # libraries we check for below, so use a different variable. | |
8140 | # --interran@uluru.Stanford.EDU, kb@cs.umb.edu. | |
8141 | echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6 | |
422107f9 | 8142 | echo "configure:8143: checking for IceConnectionNumber in -lICE" >&5 |
ab9b9eab VZ |
8143 | ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'` |
8144 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
8145 | echo $ac_n "(cached) $ac_c" 1>&6 | |
8146 | else | |
8147 | ac_save_LIBS="$LIBS" | |
8148 | LIBS="-lICE $X_EXTRA_LIBS $LIBS" | |
8149 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 8150 | #line 8151 "configure" |
ab9b9eab VZ |
8151 | #include "confdefs.h" |
8152 | /* Override any gcc2 internal prototype to avoid an error. */ | |
8153 | /* We use char because int might match the return type of a gcc2 | |
8154 | builtin and then its argument prototype would still apply. */ | |
8155 | char IceConnectionNumber(); | |
8156 | ||
8157 | int main() { | |
8158 | IceConnectionNumber() | |
8159 | ; return 0; } | |
8160 | EOF | |
422107f9 | 8161 | if { (eval echo configure:8162: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
ab9b9eab VZ |
8162 | rm -rf conftest* |
8163 | eval "ac_cv_lib_$ac_lib_var=yes" | |
8164 | else | |
8165 | echo "configure: failed program was:" >&5 | |
8166 | cat conftest.$ac_ext >&5 | |
8167 | rm -rf conftest* | |
8168 | eval "ac_cv_lib_$ac_lib_var=no" | |
8169 | fi | |
8170 | rm -f conftest* | |
8171 | LIBS="$ac_save_LIBS" | |
8172 | ||
8173 | fi | |
8174 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
8175 | echo "$ac_t""yes" 1>&6 | |
8176 | X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE" | |
8177 | else | |
8178 | echo "$ac_t""no" 1>&6 | |
8179 | fi | |
8180 | ||
8181 | LDFLAGS="$ac_save_LDFLAGS" | |
8182 | ||
8183 | fi | |
8184 | ||
8185 | ||
8186 | if test "$no_x" = "yes"; then | |
8187 | { echo "configure: error: X11 not found" 1>&2; exit 1; } | |
8188 | fi | |
8189 | ||
8190 | GUI_TK_LIBRARY="$X_LIBS" | |
8191 | TOOLKIT_INCLUDE="$X_CFLAGS" | |
8192 | ||
dad6c0ea VZ |
8193 | AFMINSTALL=afminstall |
8194 | ||
ab9b9eab | 8195 | |
cd6d6d5b VZ |
8196 | COMPILED_X_PROGRAM=0 |
8197 | ||
ab9b9eab | 8198 | echo $ac_n "checking for Motif/Lesstif headers""... $ac_c" 1>&6 |
422107f9 | 8199 | echo "configure:8200: checking for Motif/Lesstif headers" >&5 |
ab9b9eab VZ |
8200 | |
8201 | ac_find_includes= | |
8202 | for ac_dir in $SEARCH_INCLUDE; | |
8203 | do | |
8204 | if test -f "$ac_dir/Xm/Xm.h"; then | |
8205 | ac_find_includes=$ac_dir | |
8206 | break | |
8207 | fi | |
8208 | done | |
8209 | ||
8210 | if test "$ac_find_includes" != "" ; then | |
8211 | echo "$ac_t""found $ac_find_includes" 1>&6 | |
8212 | else | |
cd6d6d5b | 8213 | cat > conftest.$ac_ext <<EOF |
422107f9 | 8214 | #line 8215 "configure" |
cd6d6d5b VZ |
8215 | #include "confdefs.h" |
8216 | ||
8217 | #include <Xm/Xm.h> | |
8218 | ||
8219 | int main() { | |
8220 | ||
8221 | int version; | |
8222 | ||
8223 | version = xmUseVersion; | |
8224 | ||
8225 | ; return 0; } | |
8226 | EOF | |
422107f9 | 8227 | if { (eval echo configure:8228: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
cd6d6d5b VZ |
8228 | rm -rf conftest* |
8229 | ||
8230 | echo "$ac_t""found in default search path" 1>&6 | |
8231 | COMPILED_X_PROGRAM=1 | |
8232 | ||
8233 | else | |
8234 | echo "configure: failed program was:" >&5 | |
8235 | cat conftest.$ac_ext >&5 | |
8236 | rm -rf conftest* | |
8237 | ||
8238 | echo "$ac_t""no" 1>&6 | |
8239 | { echo "configure: error: please set CFLAGS to contain the location of Xm/Xm.h" 1>&2; exit 1; } | |
8240 | ||
8241 | ||
8242 | fi | |
8243 | rm -f conftest* | |
ab9b9eab VZ |
8244 | fi |
8245 | ||
cd6d6d5b VZ |
8246 | if test "$COMPILED_X_PROGRAM" = 0; then |
8247 | echo $ac_n "checking for Motif/Lesstif library""... $ac_c" 1>&6 | |
422107f9 | 8248 | echo "configure:8249: checking for Motif/Lesstif library" >&5 |
cd6d6d5b | 8249 | |
ab9b9eab VZ |
8250 | ac_find_libraries= |
8251 | for ac_dir in $SEARCH_LIB; | |
8252 | do | |
8253 | for ac_extension in a so sl; do | |
8254 | if test -f "$ac_dir/libXm.$ac_extension"; then | |
8255 | ac_find_libraries=$ac_dir | |
8256 | break 2 | |
8257 | fi | |
8258 | done | |
8259 | done | |
8260 | ||
cd6d6d5b VZ |
8261 | if test "$ac_find_libraries" != "" ; then |
8262 | ||
ab9b9eab VZ |
8263 | ac_path_to_include=$ac_find_includes |
8264 | echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev/null | |
8265 | result=$? | |
8266 | if test $result = 0; then | |
8267 | ac_path_to_include="" | |
8268 | else | |
8269 | ac_path_to_include="-I$ac_find_includes" | |
8270 | fi | |
8271 | ||
cd6d6d5b | 8272 | |
ab9b9eab VZ |
8273 | echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null |
8274 | result=$? | |
8275 | if test $result = 0; then | |
8276 | ac_path_to_link="" | |
8277 | else | |
8278 | ac_path_to_link="-L$ac_find_libraries" | |
8279 | fi | |
8280 | ||
8281 | ||
cd6d6d5b VZ |
8282 | GUI_TK_LIBRARY="$GUI_TK_LIBRARY $ac_path_to_link" |
8283 | TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE $ac_path_to_include" | |
8284 | echo "$ac_t""found at $ac_find_libraries" 1>&6 | |
8285 | else | |
8286 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 8287 | #line 8288 "configure" |
cd6d6d5b | 8288 | #include "confdefs.h" |
ab9b9eab | 8289 | |
cd6d6d5b VZ |
8290 | #include <Xm/Xm.h> |
8291 | ||
8292 | int main() { | |
ab9b9eab | 8293 | |
cd6d6d5b | 8294 | int version; |
ab9b9eab | 8295 | |
cd6d6d5b VZ |
8296 | version = xmUseVersion; |
8297 | ||
8298 | ; return 0; } | |
8299 | EOF | |
422107f9 | 8300 | if { (eval echo configure:8301: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
cd6d6d5b VZ |
8301 | rm -rf conftest* |
8302 | ||
8303 | echo "$ac_t""found in default search path" 1>&6 | |
8304 | COMPILED_X_PROGRAM=1 | |
8305 | ||
8306 | else | |
8307 | echo "configure: failed program was:" >&5 | |
8308 | cat conftest.$ac_ext >&5 | |
8309 | rm -rf conftest* | |
8310 | ||
8311 | echo "$ac_t""no" 1>&6 | |
8312 | { echo "configure: error: please set LDFLAGS to contain the location of libXm" 1>&2; exit 1; } | |
8313 | ||
8314 | ||
8315 | fi | |
8316 | rm -f conftest* | |
8317 | fi | |
ab9b9eab VZ |
8318 | fi |
8319 | ||
cd6d6d5b | 8320 | |
ab9b9eab VZ |
8321 | XPM_LINK="" |
8322 | echo $ac_n "checking for Xpm library""... $ac_c" 1>&6 | |
422107f9 | 8323 | echo "configure:8324: checking for Xpm library" >&5 |
ab9b9eab VZ |
8324 | |
8325 | ac_find_libraries= | |
8326 | for ac_dir in $SEARCH_LIB; | |
8327 | do | |
8328 | for ac_extension in a so sl; do | |
8329 | if test -f "$ac_dir/libXpm.$ac_extension"; then | |
8330 | ac_find_libraries=$ac_dir | |
8331 | break 2 | |
8332 | fi | |
8333 | done | |
8334 | done | |
8335 | ||
8336 | if test "$ac_find_libraries" != "" ; then | |
8337 | ||
8338 | echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null | |
8339 | result=$? | |
8340 | if test $result = 0; then | |
8341 | ac_path_to_link="" | |
8342 | else | |
8343 | ac_path_to_link="-L$ac_find_libraries" | |
8344 | fi | |
8345 | ||
8346 | GUI_TK_LIBRARY="$GUI_TK_LIBRARY $ac_path_to_link" | |
8347 | XPM_LINK="-lXpm " | |
8348 | cat >> confdefs.h <<\EOF | |
8349 | #define wxHAVE_LIB_XPM 1 | |
8350 | EOF | |
8351 | ||
8352 | echo "$ac_t""found at $ac_find_libraries" 1>&6 | |
8353 | else | |
cd6d6d5b | 8354 | cat > conftest.$ac_ext <<EOF |
422107f9 | 8355 | #line 8356 "configure" |
cd6d6d5b VZ |
8356 | #include "confdefs.h" |
8357 | ||
8358 | #include <X11/xpm.h> | |
8359 | ||
8360 | int main() { | |
8361 | ||
8362 | int version; | |
8363 | ||
8364 | version = XpmLibraryVersion(); | |
8365 | ||
8366 | ; return 0; } | |
8367 | EOF | |
422107f9 | 8368 | if { (eval echo configure:8369: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
cd6d6d5b VZ |
8369 | rm -rf conftest* |
8370 | ||
bdad4e7e RR |
8371 | XPM_LINK="-lXpm " |
8372 | cat >> confdefs.h <<\EOF | |
3ace2e6d SN |
8373 | #define wxHAVE_LIB_XPM 1 |
8374 | EOF | |
8375 | ||
8376 | echo "$ac_t""found in default search path" 1>&6 | |
cd6d6d5b VZ |
8377 | COMPILED_X_PROGRAM=0 |
8378 | ||
8379 | else | |
8380 | echo "configure: failed program was:" >&5 | |
8381 | cat conftest.$ac_ext >&5 | |
8382 | rm -rf conftest* | |
8383 | ||
8384 | echo "$ac_t""no" 1>&6 | |
8385 | echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2 | |
8386 | ||
8387 | ||
8388 | fi | |
8389 | rm -f conftest* | |
ab9b9eab VZ |
8390 | fi |
8391 | ||
8392 | GUI_TK_LINK="-lXm $XPM_LINK -lXmu -lXext -lXt -lX11 -lm" | |
8393 | GUI_TK_LIBRARY="$GUI_TK_LIBRARY $GUI_TK_LINK" | |
8394 | TOOLKIT=MOTIF | |
8395 | ||
8396 | GUIHEADERS="\$(MOTIF_HEADERS)" | |
8397 | GUIOBJS="\$(MOTIF_GUIOBJS)" | |
8398 | COMMONOBJS="\$(MOTIF_COMMONOBJS)" | |
788deba1 VZ |
8399 | GENERICOBJS="\$(MOTIF_GENERICOBJS)" |
8400 | GUIDEPS="\$(MOTIF_GUIDEPS)" | |
8401 | COMMONDEPS="\$(MOTIF_COMMONDEPS)" | |
10f2d63a VZ |
8402 | GENERICDEPS="\$(MOTIF_GENERICDEPS)" |
8403 | UNIXOBJS="\$(UNIX_OBJS)" | |
d9d8273d | 8404 | UNIXDEPS="\$(UNIX_DEPS)" |
10f2d63a VZ |
8405 | GUIDIST=MOTIF_DIST |
8406 | fi | |
8407 | ||
e07802fc VZ |
8408 | if test "$wxUSE_PM" = 1; then |
8409 | TOOLKIT=PM | |
8410 | ||
8411 | GUIOBJS="\$(PM_GUIOBJS)" | |
8412 | GUIHEADERS="\$(PM_HEADERS)" | |
8413 | COMMONOBJS="\$(PM_COMMONOBJS)" | |
8414 | GENERICOBJS="\$(PM_GENERICOBJS)" | |
8415 | GUIDEPS="\$(PM_GUIDEPS)" | |
8416 | COMMONDEPS="\$(PM_COMMONDEPS)" | |
8417 | GENERICDEPS="\$(PM_GENERICDEPS)" | |
8418 | UNIXOBJS= | |
8419 | UNIXDEPS= | |
8420 | GUIDIST=GTK_DIST | |
8421 | fi | |
8422 | ||
8423 | if test "$TOOLKIT" != "PM" ; then | |
ec14dd32 | 8424 | TOOLKIT_DIR=`echo ${TOOLKIT} | tr "[A-Z]" "[a-z]"` |
e07802fc VZ |
8425 | else |
8426 | TOOLKIT_DIR="os2" | |
8427 | fi | |
10f2d63a | 8428 | |
2224580a | 8429 | TOOLKIT_DEF="-D__WX${TOOLKIT}__" |
10f2d63a | 8430 | |
2224580a | 8431 | WX_LIBRARY="wx_${TOOLKIT_DIR}" |
10f2d63a | 8432 | |
bdad4e7e | 8433 | ALL_OBJECTS="\$(GUIOBJS) \$(COMMONOBJS) \$(GENERICOBJS) \$(UNIXOBJS) \$(HTMLOBJS) \$(OGLOBJS)" |
3fcdd07b | 8434 | |
b089607b | 8435 | if test "$TOOLKIT" != "MSW"; then |
cc977e5f RR |
8436 | if test "$wxUSE_ODBC" = "yes" ; then |
8437 | ALL_OBJECTS="${ALL_OBJECTS} \$(IODBCOBJS)" | |
8438 | fi | |
3fcdd07b VZ |
8439 | fi |
8440 | ||
d9d8273d | 8441 | if test "$wxUSE_LIBJPEG" = "yes" ; then |
2224580a | 8442 | ALL_OBJECTS="${ALL_OBJECTS} \$(JPEGOBJS)" |
d9d8273d RR |
8443 | fi |
8444 | if test "$wxUSE_LIBTIFF" = "yes" ; then | |
8445 | ALL_OBJECTS="${ALL_OBJECTS} \$(TIFFOBJS)" | |
8446 | fi | |
8447 | if test "$wxUSE_LIBPNG" = "yes" ; then | |
8448 | ALL_OBJECTS="${ALL_OBJECTS} \$(PNGOBJS)" | |
8449 | fi | |
8450 | if test "$wxUSE_ZLIB" = "yes" ; then | |
8451 | ALL_OBJECTS="${ALL_OBJECTS} \$(ZLIBOBJS)" | |
8452 | fi | |
bdad4e7e | 8453 | ALL_DEPFILES="\$(GUIDEPS) \$(COMMONDEPS) \$(GENERICDEPS) \$(UNIXDEPS) \$(HTMLDEPS) \$(OGLDEPS)" |
2224580a VZ |
8454 | |
8455 | PORT_FILES="src/\$(TOOLKITDIR)/files.lst" | |
8456 | RPM_FILES="src/\$(TOOLKITDIR)/rpmfiles.lst" | |
8457 | RPM_SPEC="wx\$(TOOLKIT).spec" | |
8458 | ||
8459 | GUIDIST="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST" | |
8460 | DISTDIR="wx\$(TOOLKIT)" | |
10f2d63a | 8461 | else |
dad6c0ea VZ |
8462 | USE_GUI=0 |
8463 | ||
07eb77a6 RL |
8464 | TOOLKIT_DIR="base" |
8465 | TOOLKIT_DEF="-D__WXBASE__" | |
8466 | ||
2224580a VZ |
8467 | ALL_OBJECTS="\$(BASE_OBJS) \${BASE_UNIX_OBJS}" |
8468 | ALL_DEPFILES="\${BASE_DEPS} \${BASE_UNIX_DEPS}" | |
10f2d63a VZ |
8469 | |
8470 | WX_LIBRARY="wxbase" | |
2224580a VZ |
8471 | |
8472 | PORT_FILES="src/files.lst" | |
8473 | RPM_FILES="src/rpmfiles.lst" | |
8474 | RPM_SPEC="wxBase.spec" | |
8475 | ||
8476 | GUIDIST="BASE_DIST" | |
8477 | DISTDIR="wxBase" | |
10f2d63a VZ |
8478 | fi |
8479 | ||
8480 | WX_LIBRARY_NAME="lib${WX_LIBRARY}.la" | |
bdad4e7e | 8481 | WX_LIBRARY_NAME_GL="lib${WX_LIBRARY}_gl.la" |
10f2d63a VZ |
8482 | |
8483 | WX_LIBRARY_NAME_STATIC="lib${WX_LIBRARY}.a" | |
bdad4e7e | 8484 | WX_LIBRARY_NAME_STATIC_GL="lib${WX_LIBRARY}_gl.a" |
10f2d63a VZ |
8485 | |
8486 | WX_LIBRARY_NAME_SHARED="lib${WX_LIBRARY}-${WX_RELEASE}.so.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}" | |
bdad4e7e | 8487 | WX_LIBRARY_NAME_SHARED_GL="lib${WX_LIBRARY}_gl-${WX_RELEASE}.so.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}" |
10f2d63a VZ |
8488 | |
8489 | WX_LIBRARY_LINK1="lib${WX_LIBRARY}-${WX_RELEASE}.so.${WX_CURRENT}" | |
8490 | WX_LIBRARY_LINK2="lib${WX_LIBRARY}-${WX_RELEASE}.so" | |
8491 | WX_LIBRARY_LINK3="lib${WX_LIBRARY}.so" | |
bdad4e7e RR |
8492 | WX_LIBRARY_LINK1_GL="lib${WX_LIBRARY}_gl-${WX_RELEASE}.so.${WX_CURRENT}" |
8493 | WX_LIBRARY_LINK2_GL="lib${WX_LIBRARY}_gl-${WX_RELEASE}.so" | |
8494 | WX_LIBRARY_LINK3_GL="lib${WX_LIBRARY}_gl.so" | |
10f2d63a VZ |
8495 | |
8496 | SHARED_LD= | |
8497 | PIC_FLAG= | |
8498 | WX_ALL= | |
8499 | WX_ALL_INSTALLED= | |
1d62a8b4 | 8500 | BURNT_LIBRARY_NAME= |
10f2d63a | 8501 | |
b12915c1 | 8502 | |
10f2d63a VZ |
8503 | if test "$wxUSE_SHARED" = "yes"; then |
8504 | case "${host}" in | |
8505 | *-hp-hpux* ) | |
8506 | if test "$GCC" = yes ; then | |
69ffe1d2 | 8507 | SHARED_LD="${CC} -shared -fPIC -o" |
10f2d63a VZ |
8508 | PIC_FLAG="-fPIC" |
8509 | else | |
8510 | SHARED_LD="${CXX} -b -o" | |
8511 | PIC_FLAG="+Z" | |
8512 | fi | |
8513 | WX_LIBRARY_NAME_SHARED="libwx_${TOOLKIT_DIR}.sl" | |
bdad4e7e | 8514 | WX_LIBRARY_NAME_SHARED_GL="libwx_${TOOLKIT_DIR}_gl.sl" |
10f2d63a VZ |
8515 | WX_ALL=${WX_LIBRARY_NAME_SHARED} |
8516 | ;; | |
b12915c1 VZ |
8517 | |
8518 | *-*-linux* ) | |
10f2d63a VZ |
8519 | SHARED_LD="${CC} -shared -o" |
8520 | PIC_FLAG="-fPIC" | |
00cf1208 | 8521 | if test "$wxUSE_BURNT_NAME" = "yes" ; then |
05cdfc6f | 8522 | BURNT_LIBRARY_NAME="-Wl,-soname,${WX_LIBRARY_LINK1}" |
bdad4e7e | 8523 | BURNT_LIBRARY_NAME_GL="-Wl,-soname,${WX_LIBRARY_LINK1_GL}" |
00cf1208 | 8524 | fi |
bdad4e7e | 8525 | WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS" |
422107f9 VZ |
8526 | WX_ALL="CREATE_LINKS" |
8527 | if test "$USE_GUI" = 1; then | |
8528 | WX_ALL="$WX_ALL CREATE_LINKS_GL" | |
8529 | fi | |
00cf1208 | 8530 | ;; |
10f2d63a VZ |
8531 | *-*-irix5* | *-*-irix6* ) |
8532 | if test "$GCC" = yes ; then | |
8533 | SHARED_LD="${CC} -shared -o" | |
8534 | PIC_FLAG="-fPIC" | |
8535 | else | |
8536 | SHARED_LD="${CXX} -shared -o" | |
8537 | fi | |
8538 | WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS" | |
422107f9 VZ |
8539 | WX_ALL="CREATE_LINKS" |
8540 | if test "$USE_GUI" = 1; then | |
8541 | WX_ALL="$WX_ALL CREATE_LINKS_GL" | |
8542 | fi | |
10f2d63a VZ |
8543 | ;; |
8544 | *-*-solaris2* ) | |
8545 | if test "$GCC" = yes ; then | |
8546 | SHARED_LD="${CC} -shared -o" | |
8547 | PIC_FLAG="-fPIC" | |
8548 | else | |
8549 | SHARED_LD="${CXX} -G -o" | |
8550 | PIC_FLAG="-KPIC" | |
8551 | fi | |
8552 | WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS" | |
bdad4e7e | 8553 | WX_ALL="CREATE_LINKS CREATE_LINKS_GL" |
10f2d63a VZ |
8554 | ;; |
8555 | *-*-sunos4* ) | |
8556 | SHARED_LD="${CC} -shared -o" | |
8557 | PIC_FLAG="-fPIC" | |
8558 | WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS" | |
8559 | WX_ALL="CREATE_LINKS" | |
8560 | ;; | |
8561 | *-*-freebsd* | *-*-netbsd*) | |
8562 | SHARED_LD="${CC} -shared -o" | |
8563 | PIC_FLAG="-fPIC" | |
8564 | WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS" | |
8565 | WX_ALL="CREATE_LINKS" | |
8566 | ;; | |
8567 | *-*-osf* ) | |
8568 | SHARED_LD="${CXX} -shared -o" | |
8569 | PIC_FLAG="-fPIC" | |
8570 | WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS" | |
8571 | WX_ALL="CREATE_LINKS" | |
8572 | ;; | |
8573 | *-*-dgux5* ) | |
8574 | SHARED_LD="${CXX} -shared -o" | |
8575 | PIC_FLAG="-fPIC" | |
8576 | WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS" | |
8577 | WX_ALL="CREATE_LINKS" | |
8578 | ;; | |
8579 | *-*-sysv5* ) | |
8580 | SHARED_LD="${CC} -shared -o" | |
8581 | PIC_FLAG="-fPIC" | |
8582 | WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS" | |
8583 | WX_ALL="CREATE_LINKS" | |
8584 | ;; | |
8585 | *-*-aix* ) | |
8586 | SHARED_LD="/usr/lpp/xlC/bin/makeC++SharedLib -p 0 -o" | |
8587 | WX_ALL=${WX_LIBRARY_NAME_SHARED} | |
8588 | ;; | |
8589 | *-*-cygwin32* ) | |
8590 | WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_STATIC}" | |
bdad4e7e | 8591 | WX_TARGET_LIBRARY_GL="${WX_LIBRARY_NAME_STATIC_GL}" |
10f2d63a VZ |
8592 | WX_ALL="${WX_LIBRARY_NAME_STATIC}" |
8593 | ;; | |
b12915c1 | 8594 | *-*-mingw32* ) |
10f2d63a | 8595 | WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_STATIC}" |
bdad4e7e | 8596 | WX_TARGET_LIBRARY_GL="${WX_LIBRARY_NAME_STATIC_GL}" |
10f2d63a VZ |
8597 | WX_ALL="${WX_LIBRARY_NAME_STATIC}" |
8598 | ;; | |
8599 | *-pc-os2_emx ) | |
e07802fc VZ |
8600 | WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_STATIC}" |
8601 | WX_ALL="${WX_LIBRARY_NAME_STATIC}" | |
10f2d63a | 8602 | ;; |
b12915c1 | 8603 | *-*-beos* ) |
e2b8b066 | 8604 | SHARED_LD="${LD} -shared -o" |
b12915c1 VZ |
8605 | PIC_FLAG="-fPIC" |
8606 | WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS" | |
8607 | WX_ALL="CREATE_LINKS" | |
8608 | ;; | |
10f2d63a VZ |
8609 | *) |
8610 | { echo "configure: error: unknown system type ${host}." 1>&2; exit 1; } | |
8611 | esac | |
8612 | ||
8613 | if test "x$WX_TARGET_LIBRARY" = "x"; then | |
8614 | WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_SHARED}" | |
bdad4e7e | 8615 | WX_TARGET_LIBRARY_GL="${WX_LIBRARY_NAME_SHARED_GL}" |
10f2d63a VZ |
8616 | fi |
8617 | else | |
8618 | WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_STATIC}" | |
bdad4e7e | 8619 | WX_TARGET_LIBRARY_GL="${WX_LIBRARY_NAME_STATIC_GL}" |
10f2d63a VZ |
8620 | WX_ALL="${WX_LIBRARY_NAME_STATIC}" |
8621 | fi | |
8622 | ||
8623 | ||
8624 | for ac_hdr in strings.h | |
8625 | do | |
8626 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
8627 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
422107f9 | 8628 | echo "configure:8629: checking for $ac_hdr" >&5 |
10f2d63a VZ |
8629 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
8630 | echo $ac_n "(cached) $ac_c" 1>&6 | |
8631 | else | |
8632 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 8633 | #line 8634 "configure" |
10f2d63a VZ |
8634 | #include "confdefs.h" |
8635 | #include <$ac_hdr> | |
8636 | EOF | |
8637 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
422107f9 | 8638 | { (eval echo configure:8639: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
10f2d63a VZ |
8639 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
8640 | if test -z "$ac_err"; then | |
8641 | rm -rf conftest* | |
8642 | eval "ac_cv_header_$ac_safe=yes" | |
8643 | else | |
8644 | echo "$ac_err" >&5 | |
8645 | echo "configure: failed program was:" >&5 | |
8646 | cat conftest.$ac_ext >&5 | |
8647 | rm -rf conftest* | |
8648 | eval "ac_cv_header_$ac_safe=no" | |
8649 | fi | |
8650 | rm -f conftest* | |
8651 | fi | |
8652 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
8653 | echo "$ac_t""yes" 1>&6 | |
8654 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
8655 | cat >> confdefs.h <<EOF | |
8656 | #define $ac_tr_hdr 1 | |
8657 | EOF | |
8658 | ||
8659 | else | |
8660 | echo "$ac_t""no" 1>&6 | |
8661 | fi | |
8662 | done | |
8663 | ||
8664 | for ac_hdr in unistd.h | |
8665 | do | |
8666 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
8667 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
422107f9 | 8668 | echo "configure:8669: checking for $ac_hdr" >&5 |
10f2d63a VZ |
8669 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
8670 | echo $ac_n "(cached) $ac_c" 1>&6 | |
8671 | else | |
8672 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 8673 | #line 8674 "configure" |
10f2d63a VZ |
8674 | #include "confdefs.h" |
8675 | #include <$ac_hdr> | |
8676 | EOF | |
8677 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
422107f9 | 8678 | { (eval echo configure:8679: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
10f2d63a VZ |
8679 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
8680 | if test -z "$ac_err"; then | |
8681 | rm -rf conftest* | |
8682 | eval "ac_cv_header_$ac_safe=yes" | |
8683 | else | |
8684 | echo "$ac_err" >&5 | |
8685 | echo "configure: failed program was:" >&5 | |
8686 | cat conftest.$ac_ext >&5 | |
8687 | rm -rf conftest* | |
8688 | eval "ac_cv_header_$ac_safe=no" | |
8689 | fi | |
8690 | rm -f conftest* | |
8691 | fi | |
8692 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
8693 | echo "$ac_t""yes" 1>&6 | |
8694 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
8695 | cat >> confdefs.h <<EOF | |
8696 | #define $ac_tr_hdr 1 | |
8697 | EOF | |
8698 | ||
8699 | else | |
8700 | echo "$ac_t""no" 1>&6 | |
8701 | fi | |
8702 | done | |
8703 | ||
8704 | for ac_hdr in wchar.h | |
8705 | do | |
8706 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
8707 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
422107f9 | 8708 | echo "configure:8709: checking for $ac_hdr" >&5 |
10f2d63a VZ |
8709 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
8710 | echo $ac_n "(cached) $ac_c" 1>&6 | |
8711 | else | |
8712 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 8713 | #line 8714 "configure" |
10f2d63a VZ |
8714 | #include "confdefs.h" |
8715 | #include <$ac_hdr> | |
8716 | EOF | |
8717 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
422107f9 | 8718 | { (eval echo configure:8719: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
10f2d63a VZ |
8719 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
8720 | if test -z "$ac_err"; then | |
8721 | rm -rf conftest* | |
8722 | eval "ac_cv_header_$ac_safe=yes" | |
8723 | else | |
8724 | echo "$ac_err" >&5 | |
8725 | echo "configure: failed program was:" >&5 | |
8726 | cat conftest.$ac_ext >&5 | |
8727 | rm -rf conftest* | |
8728 | eval "ac_cv_header_$ac_safe=no" | |
8729 | fi | |
8730 | rm -f conftest* | |
8731 | fi | |
8732 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
8733 | echo "$ac_t""yes" 1>&6 | |
8734 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
8735 | cat >> confdefs.h <<EOF | |
8736 | #define $ac_tr_hdr 1 | |
8737 | EOF | |
8738 | ||
8739 | else | |
8740 | echo "$ac_t""no" 1>&6 | |
8741 | fi | |
8742 | done | |
8743 | ||
8744 | for ac_hdr in wcstr.h | |
8745 | do | |
8746 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
8747 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
422107f9 | 8748 | echo "configure:8749: checking for $ac_hdr" >&5 |
10f2d63a VZ |
8749 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
8750 | echo $ac_n "(cached) $ac_c" 1>&6 | |
8751 | else | |
8752 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 8753 | #line 8754 "configure" |
10f2d63a VZ |
8754 | #include "confdefs.h" |
8755 | #include <$ac_hdr> | |
8756 | EOF | |
8757 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
422107f9 | 8758 | { (eval echo configure:8759: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
10f2d63a VZ |
8759 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
8760 | if test -z "$ac_err"; then | |
8761 | rm -rf conftest* | |
8762 | eval "ac_cv_header_$ac_safe=yes" | |
8763 | else | |
8764 | echo "$ac_err" >&5 | |
8765 | echo "configure: failed program was:" >&5 | |
8766 | cat conftest.$ac_ext >&5 | |
8767 | rm -rf conftest* | |
8768 | eval "ac_cv_header_$ac_safe=no" | |
8769 | fi | |
8770 | rm -f conftest* | |
8771 | fi | |
8772 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
8773 | echo "$ac_t""yes" 1>&6 | |
8774 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
8775 | cat >> confdefs.h <<EOF | |
8776 | #define $ac_tr_hdr 1 | |
8777 | EOF | |
8778 | ||
8779 | else | |
8780 | echo "$ac_t""no" 1>&6 | |
8781 | fi | |
8782 | done | |
8783 | ||
8784 | for ac_hdr in fnmatch.h | |
8785 | do | |
8786 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
8787 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
422107f9 | 8788 | echo "configure:8789: checking for $ac_hdr" >&5 |
10f2d63a VZ |
8789 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
8790 | echo $ac_n "(cached) $ac_c" 1>&6 | |
8791 | else | |
8792 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 8793 | #line 8794 "configure" |
10f2d63a VZ |
8794 | #include "confdefs.h" |
8795 | #include <$ac_hdr> | |
8796 | EOF | |
8797 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
422107f9 | 8798 | { (eval echo configure:8799: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
10f2d63a VZ |
8799 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
8800 | if test -z "$ac_err"; then | |
8801 | rm -rf conftest* | |
8802 | eval "ac_cv_header_$ac_safe=yes" | |
8803 | else | |
8804 | echo "$ac_err" >&5 | |
8805 | echo "configure: failed program was:" >&5 | |
8806 | cat conftest.$ac_ext >&5 | |
8807 | rm -rf conftest* | |
8808 | eval "ac_cv_header_$ac_safe=no" | |
8809 | fi | |
8810 | rm -f conftest* | |
8811 | fi | |
8812 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
8813 | echo "$ac_t""yes" 1>&6 | |
8814 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
8815 | cat >> confdefs.h <<EOF | |
8816 | #define $ac_tr_hdr 1 | |
8817 | EOF | |
8818 | ||
8819 | else | |
8820 | echo "$ac_t""no" 1>&6 | |
8821 | fi | |
8822 | done | |
8823 | ||
8824 | ||
8825 | if test "$wxUSE_GUI" = "yes"; then | |
8826 | for ac_hdr in X11/XKBlib.h | |
8827 | do | |
8828 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
8829 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
422107f9 | 8830 | echo "configure:8831: checking for $ac_hdr" >&5 |
10f2d63a VZ |
8831 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
8832 | echo $ac_n "(cached) $ac_c" 1>&6 | |
8833 | else | |
8834 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 8835 | #line 8836 "configure" |
10f2d63a VZ |
8836 | #include "confdefs.h" |
8837 | #include <$ac_hdr> | |
8838 | EOF | |
8839 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
422107f9 | 8840 | { (eval echo configure:8841: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
10f2d63a VZ |
8841 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
8842 | if test -z "$ac_err"; then | |
8843 | rm -rf conftest* | |
8844 | eval "ac_cv_header_$ac_safe=yes" | |
8845 | else | |
8846 | echo "$ac_err" >&5 | |
8847 | echo "configure: failed program was:" >&5 | |
8848 | cat conftest.$ac_ext >&5 | |
8849 | rm -rf conftest* | |
8850 | eval "ac_cv_header_$ac_safe=no" | |
8851 | fi | |
8852 | rm -f conftest* | |
8853 | fi | |
8854 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
8855 | echo "$ac_t""yes" 1>&6 | |
8856 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
8857 | cat >> confdefs.h <<EOF | |
8858 | #define $ac_tr_hdr 1 | |
8859 | EOF | |
8860 | ||
8861 | else | |
8862 | echo "$ac_t""no" 1>&6 | |
8863 | fi | |
8864 | done | |
8865 | ||
8866 | fi | |
8867 | ||
8868 | ||
8869 | echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 | |
422107f9 | 8870 | echo "configure:8871: checking for ANSI C header files" >&5 |
10f2d63a VZ |
8871 | if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then |
8872 | echo $ac_n "(cached) $ac_c" 1>&6 | |
8873 | else | |
8874 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 8875 | #line 8876 "configure" |
10f2d63a VZ |
8876 | #include "confdefs.h" |
8877 | #include <stdlib.h> | |
8878 | #include <stdarg.h> | |
8879 | #include <string.h> | |
8880 | #include <float.h> | |
8881 | EOF | |
8882 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
422107f9 | 8883 | { (eval echo configure:8884: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
10f2d63a VZ |
8884 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
8885 | if test -z "$ac_err"; then | |
8886 | rm -rf conftest* | |
8887 | ac_cv_header_stdc=yes | |
8888 | else | |
8889 | echo "$ac_err" >&5 | |
8890 | echo "configure: failed program was:" >&5 | |
8891 | cat conftest.$ac_ext >&5 | |
8892 | rm -rf conftest* | |
8893 | ac_cv_header_stdc=no | |
8894 | fi | |
8895 | rm -f conftest* | |
8896 | ||
8897 | if test $ac_cv_header_stdc = yes; then | |
8898 | # SunOS 4.x string.h does not declare mem*, contrary to ANSI. | |
8899 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 8900 | #line 8901 "configure" |
10f2d63a VZ |
8901 | #include "confdefs.h" |
8902 | #include <string.h> | |
8903 | EOF | |
8904 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
8905 | egrep "memchr" >/dev/null 2>&1; then | |
8906 | : | |
8907 | else | |
8908 | rm -rf conftest* | |
8909 | ac_cv_header_stdc=no | |
8910 | fi | |
8911 | rm -f conftest* | |
8912 | ||
8913 | fi | |
8914 | ||
8915 | if test $ac_cv_header_stdc = yes; then | |
8916 | # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. | |
8917 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 8918 | #line 8919 "configure" |
10f2d63a VZ |
8919 | #include "confdefs.h" |
8920 | #include <stdlib.h> | |
8921 | EOF | |
8922 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
8923 | egrep "free" >/dev/null 2>&1; then | |
8924 | : | |
8925 | else | |
8926 | rm -rf conftest* | |
8927 | ac_cv_header_stdc=no | |
8928 | fi | |
8929 | rm -f conftest* | |
8930 | ||
8931 | fi | |
8932 | ||
8933 | if test $ac_cv_header_stdc = yes; then | |
8934 | # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. | |
8935 | if test "$cross_compiling" = yes; then | |
8936 | : | |
8937 | else | |
8938 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 8939 | #line 8940 "configure" |
10f2d63a VZ |
8940 | #include "confdefs.h" |
8941 | #include <ctype.h> | |
8942 | #define ISLOWER(c) ('a' <= (c) && (c) <= 'z') | |
8943 | #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) | |
8944 | #define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) | |
8945 | int main () { int i; for (i = 0; i < 256; i++) | |
8946 | if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2); | |
8947 | exit (0); } | |
8948 | ||
8949 | EOF | |
422107f9 | 8950 | if { (eval echo configure:8951: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
10f2d63a VZ |
8951 | then |
8952 | : | |
8953 | else | |
8954 | echo "configure: failed program was:" >&5 | |
8955 | cat conftest.$ac_ext >&5 | |
8956 | rm -fr conftest* | |
8957 | ac_cv_header_stdc=no | |
8958 | fi | |
8959 | rm -fr conftest* | |
8960 | fi | |
8961 | ||
8962 | fi | |
8963 | fi | |
8964 | ||
8965 | echo "$ac_t""$ac_cv_header_stdc" 1>&6 | |
8966 | if test $ac_cv_header_stdc = yes; then | |
8967 | cat >> confdefs.h <<\EOF | |
8968 | #define STDC_HEADERS 1 | |
8969 | EOF | |
8970 | ||
8971 | fi | |
8972 | ||
8973 | echo $ac_n "checking for mode_t""... $ac_c" 1>&6 | |
422107f9 | 8974 | echo "configure:8975: checking for mode_t" >&5 |
10f2d63a VZ |
8975 | if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then |
8976 | echo $ac_n "(cached) $ac_c" 1>&6 | |
8977 | else | |
8978 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 8979 | #line 8980 "configure" |
10f2d63a VZ |
8980 | #include "confdefs.h" |
8981 | #include <sys/types.h> | |
8982 | #if STDC_HEADERS | |
8983 | #include <stdlib.h> | |
8984 | #include <stddef.h> | |
8985 | #endif | |
8986 | EOF | |
8987 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
8988 | egrep "(^|[^a-zA-Z_0-9])mode_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then | |
8989 | rm -rf conftest* | |
8990 | ac_cv_type_mode_t=yes | |
8991 | else | |
8992 | rm -rf conftest* | |
8993 | ac_cv_type_mode_t=no | |
8994 | fi | |
8995 | rm -f conftest* | |
8996 | ||
8997 | fi | |
8998 | echo "$ac_t""$ac_cv_type_mode_t" 1>&6 | |
8999 | if test $ac_cv_type_mode_t = no; then | |
9000 | cat >> confdefs.h <<\EOF | |
9001 | #define mode_t int | |
9002 | EOF | |
9003 | ||
9004 | fi | |
9005 | ||
9006 | echo $ac_n "checking for off_t""... $ac_c" 1>&6 | |
422107f9 | 9007 | echo "configure:9008: checking for off_t" >&5 |
10f2d63a VZ |
9008 | if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then |
9009 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9010 | else | |
9011 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 9012 | #line 9013 "configure" |
10f2d63a VZ |
9013 | #include "confdefs.h" |
9014 | #include <sys/types.h> | |
9015 | #if STDC_HEADERS | |
9016 | #include <stdlib.h> | |
9017 | #include <stddef.h> | |
9018 | #endif | |
9019 | EOF | |
9020 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
9021 | egrep "(^|[^a-zA-Z_0-9])off_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then | |
9022 | rm -rf conftest* | |
9023 | ac_cv_type_off_t=yes | |
9024 | else | |
9025 | rm -rf conftest* | |
9026 | ac_cv_type_off_t=no | |
9027 | fi | |
9028 | rm -f conftest* | |
9029 | ||
9030 | fi | |
9031 | echo "$ac_t""$ac_cv_type_off_t" 1>&6 | |
9032 | if test $ac_cv_type_off_t = no; then | |
9033 | cat >> confdefs.h <<\EOF | |
9034 | #define off_t long | |
9035 | EOF | |
9036 | ||
9037 | fi | |
9038 | ||
9039 | echo $ac_n "checking for pid_t""... $ac_c" 1>&6 | |
422107f9 | 9040 | echo "configure:9041: checking for pid_t" >&5 |
10f2d63a VZ |
9041 | if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then |
9042 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9043 | else | |
9044 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 9045 | #line 9046 "configure" |
10f2d63a VZ |
9046 | #include "confdefs.h" |
9047 | #include <sys/types.h> | |
9048 | #if STDC_HEADERS | |
9049 | #include <stdlib.h> | |
9050 | #include <stddef.h> | |
9051 | #endif | |
9052 | EOF | |
9053 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
9054 | egrep "(^|[^a-zA-Z_0-9])pid_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then | |
9055 | rm -rf conftest* | |
9056 | ac_cv_type_pid_t=yes | |
9057 | else | |
9058 | rm -rf conftest* | |
9059 | ac_cv_type_pid_t=no | |
9060 | fi | |
9061 | rm -f conftest* | |
9062 | ||
9063 | fi | |
9064 | echo "$ac_t""$ac_cv_type_pid_t" 1>&6 | |
9065 | if test $ac_cv_type_pid_t = no; then | |
9066 | cat >> confdefs.h <<\EOF | |
9067 | #define pid_t int | |
9068 | EOF | |
9069 | ||
9070 | fi | |
9071 | ||
9072 | echo $ac_n "checking for size_t""... $ac_c" 1>&6 | |
422107f9 | 9073 | echo "configure:9074: checking for size_t" >&5 |
10f2d63a VZ |
9074 | if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then |
9075 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9076 | else | |
9077 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 9078 | #line 9079 "configure" |
10f2d63a VZ |
9079 | #include "confdefs.h" |
9080 | #include <sys/types.h> | |
9081 | #if STDC_HEADERS | |
9082 | #include <stdlib.h> | |
9083 | #include <stddef.h> | |
9084 | #endif | |
9085 | EOF | |
9086 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
9087 | egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then | |
9088 | rm -rf conftest* | |
9089 | ac_cv_type_size_t=yes | |
9090 | else | |
9091 | rm -rf conftest* | |
9092 | ac_cv_type_size_t=no | |
9093 | fi | |
9094 | rm -f conftest* | |
9095 | ||
9096 | fi | |
9097 | echo "$ac_t""$ac_cv_type_size_t" 1>&6 | |
9098 | if test $ac_cv_type_size_t = no; then | |
9099 | cat >> confdefs.h <<\EOF | |
9100 | #define size_t unsigned | |
9101 | EOF | |
9102 | ||
9103 | fi | |
9104 | ||
9105 | echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6 | |
422107f9 | 9106 | echo "configure:9107: checking for uid_t in sys/types.h" >&5 |
10f2d63a VZ |
9107 | if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then |
9108 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9109 | else | |
9110 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 9111 | #line 9112 "configure" |
10f2d63a VZ |
9112 | #include "confdefs.h" |
9113 | #include <sys/types.h> | |
9114 | EOF | |
9115 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
9116 | egrep "uid_t" >/dev/null 2>&1; then | |
9117 | rm -rf conftest* | |
9118 | ac_cv_type_uid_t=yes | |
9119 | else | |
9120 | rm -rf conftest* | |
9121 | ac_cv_type_uid_t=no | |
9122 | fi | |
9123 | rm -f conftest* | |
9124 | ||
9125 | fi | |
9126 | ||
9127 | echo "$ac_t""$ac_cv_type_uid_t" 1>&6 | |
9128 | if test $ac_cv_type_uid_t = no; then | |
9129 | cat >> confdefs.h <<\EOF | |
9130 | #define uid_t int | |
9131 | EOF | |
9132 | ||
9133 | cat >> confdefs.h <<\EOF | |
9134 | #define gid_t int | |
9135 | EOF | |
9136 | ||
9137 | fi | |
9138 | ||
9139 | ||
9140 | ||
b12915c1 | 9141 | echo $ac_n "checking for pw_gecos in struct passwd""... $ac_c" 1>&6 |
422107f9 | 9142 | echo "configure:9143: checking for pw_gecos in struct passwd" >&5 |
b12915c1 VZ |
9143 | if eval "test \"`echo '$''{'wx_cv_struct_pw_gecos'+set}'`\" = set"; then |
9144 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9145 | else | |
9146 | ||
9147 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 9148 | #line 9149 "configure" |
b12915c1 VZ |
9149 | #include "confdefs.h" |
9150 | #include <pwd.h> | |
9151 | int main() { | |
9152 | ||
9153 | char *p; | |
9154 | struct passwd *pw; | |
9155 | p = pw->pw_gecos; | |
9156 | ||
9157 | ; return 0; } | |
9158 | EOF | |
422107f9 | 9159 | if { (eval echo configure:9160: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
b12915c1 VZ |
9160 | rm -rf conftest* |
9161 | ||
9162 | wx_cv_struct_pw_gecos=yes | |
9163 | cat >> confdefs.h <<\EOF | |
9164 | #define HAVE_PW_GECOS 1 | |
9165 | EOF | |
9166 | ||
9167 | ||
9168 | else | |
9169 | echo "configure: failed program was:" >&5 | |
9170 | cat conftest.$ac_ext >&5 | |
9171 | rm -rf conftest* | |
9172 | ||
9173 | wx_cv_struct_pw_gecos=no | |
9174 | ||
9175 | ||
9176 | fi | |
9177 | rm -f conftest* | |
9178 | ||
9179 | ||
9180 | fi | |
9181 | ||
9182 | echo "$ac_t""$wx_cv_struct_pw_gecos" 1>&6 | |
9183 | ||
10f2d63a VZ |
9184 | |
9185 | echo $ac_n "checking for working const""... $ac_c" 1>&6 | |
422107f9 | 9186 | echo "configure:9187: checking for working const" >&5 |
10f2d63a VZ |
9187 | if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then |
9188 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9189 | else | |
9190 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 9191 | #line 9192 "configure" |
10f2d63a VZ |
9192 | #include "confdefs.h" |
9193 | ||
9194 | int main() { | |
9195 | ||
9196 | /* Ultrix mips cc rejects this. */ | |
24528b0c | 9197 | typedef int charset[2]; const charset x; |
10f2d63a VZ |
9198 | /* SunOS 4.1.1 cc rejects this. */ |
9199 | char const *const *ccp; | |
9200 | char **p; | |
9201 | /* NEC SVR4.0.2 mips cc rejects this. */ | |
9202 | struct point {int x, y;}; | |
9203 | static struct point const zero = {0,0}; | |
9204 | /* AIX XL C 1.02.0.0 rejects this. | |
9205 | It does not let you subtract one const X* pointer from another in an arm | |
9206 | of an if-expression whose if-part is not a constant expression */ | |
9207 | const char *g = "string"; | |
9208 | ccp = &g + (g ? g-g : 0); | |
9209 | /* HPUX 7.0 cc rejects these. */ | |
9210 | ++ccp; | |
9211 | p = (char**) ccp; | |
9212 | ccp = (char const *const *) p; | |
9213 | { /* SCO 3.2v4 cc rejects this. */ | |
9214 | char *t; | |
9215 | char const *s = 0 ? (char *) 0 : (char const *) 0; | |
9216 | ||
9217 | *t++ = 0; | |
9218 | } | |
9219 | { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ | |
9220 | int x[] = {25, 17}; | |
9221 | const int *foo = &x[0]; | |
9222 | ++foo; | |
9223 | } | |
9224 | { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ | |
9225 | typedef const int *iptr; | |
9226 | iptr p = 0; | |
9227 | ++p; | |
9228 | } | |
9229 | { /* AIX XL C 1.02.0.0 rejects this saying | |
9230 | "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ | |
9231 | struct s { int j; const int *ap[3]; }; | |
9232 | struct s *b; b->j = 5; | |
9233 | } | |
9234 | { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ | |
9235 | const int foo = 10; | |
9236 | } | |
9237 | ||
9238 | ; return 0; } | |
9239 | EOF | |
422107f9 | 9240 | if { (eval echo configure:9241: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
10f2d63a VZ |
9241 | rm -rf conftest* |
9242 | ac_cv_c_const=yes | |
9243 | else | |
9244 | echo "configure: failed program was:" >&5 | |
9245 | cat conftest.$ac_ext >&5 | |
9246 | rm -rf conftest* | |
9247 | ac_cv_c_const=no | |
9248 | fi | |
9249 | rm -f conftest* | |
9250 | fi | |
9251 | ||
9252 | echo "$ac_t""$ac_cv_c_const" 1>&6 | |
9253 | if test $ac_cv_c_const = no; then | |
9254 | cat >> confdefs.h <<\EOF | |
9255 | #define const | |
9256 | EOF | |
9257 | ||
9258 | fi | |
9259 | ||
9260 | echo $ac_n "checking for inline""... $ac_c" 1>&6 | |
422107f9 | 9261 | echo "configure:9262: checking for inline" >&5 |
10f2d63a VZ |
9262 | if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then |
9263 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9264 | else | |
9265 | ac_cv_c_inline=no | |
9266 | for ac_kw in inline __inline__ __inline; do | |
9267 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 9268 | #line 9269 "configure" |
10f2d63a VZ |
9269 | #include "confdefs.h" |
9270 | ||
9271 | int main() { | |
24528b0c | 9272 | } $ac_kw foo() { |
10f2d63a VZ |
9273 | ; return 0; } |
9274 | EOF | |
422107f9 | 9275 | if { (eval echo configure:9276: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
10f2d63a VZ |
9276 | rm -rf conftest* |
9277 | ac_cv_c_inline=$ac_kw; break | |
9278 | else | |
9279 | echo "configure: failed program was:" >&5 | |
9280 | cat conftest.$ac_ext >&5 | |
9281 | fi | |
9282 | rm -f conftest* | |
9283 | done | |
9284 | ||
9285 | fi | |
9286 | ||
9287 | echo "$ac_t""$ac_cv_c_inline" 1>&6 | |
9288 | case "$ac_cv_c_inline" in | |
9289 | inline | yes) ;; | |
9290 | no) cat >> confdefs.h <<\EOF | |
9291 | #define inline | |
9292 | EOF | |
9293 | ;; | |
9294 | *) cat >> confdefs.h <<EOF | |
9295 | #define inline $ac_cv_c_inline | |
9296 | EOF | |
9297 | ;; | |
9298 | esac | |
9299 | ||
9300 | ||
9301 | echo $ac_n "checking size of char""... $ac_c" 1>&6 | |
422107f9 | 9302 | echo "configure:9303: checking size of char" >&5 |
10f2d63a VZ |
9303 | if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then |
9304 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9305 | else | |
9306 | if test "$cross_compiling" = yes; then | |
9307 | ac_cv_sizeof_char=1 | |
9308 | else | |
9309 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 9310 | #line 9311 "configure" |
10f2d63a VZ |
9311 | #include "confdefs.h" |
9312 | #include <stdio.h> | |
9313 | main() | |
9314 | { | |
9315 | FILE *f=fopen("conftestval", "w"); | |
9316 | if (!f) exit(1); | |
9317 | fprintf(f, "%d\n", sizeof(char)); | |
9318 | exit(0); | |
9319 | } | |
9320 | EOF | |
422107f9 | 9321 | if { (eval echo configure:9322: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
10f2d63a VZ |
9322 | then |
9323 | ac_cv_sizeof_char=`cat conftestval` | |
9324 | else | |
9325 | echo "configure: failed program was:" >&5 | |
9326 | cat conftest.$ac_ext >&5 | |
9327 | rm -fr conftest* | |
9328 | ac_cv_sizeof_char=0 | |
9329 | fi | |
9330 | rm -fr conftest* | |
9331 | fi | |
9332 | ||
9333 | fi | |
9334 | echo "$ac_t""$ac_cv_sizeof_char" 1>&6 | |
9335 | cat >> confdefs.h <<EOF | |
9336 | #define SIZEOF_CHAR $ac_cv_sizeof_char | |
9337 | EOF | |
9338 | ||
9339 | ||
9340 | echo $ac_n "checking size of short""... $ac_c" 1>&6 | |
422107f9 | 9341 | echo "configure:9342: checking size of short" >&5 |
10f2d63a VZ |
9342 | if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then |
9343 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9344 | else | |
9345 | if test "$cross_compiling" = yes; then | |
9346 | ac_cv_sizeof_short=2 | |
9347 | else | |
9348 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 9349 | #line 9350 "configure" |
10f2d63a VZ |
9350 | #include "confdefs.h" |
9351 | #include <stdio.h> | |
9352 | main() | |
9353 | { | |
9354 | FILE *f=fopen("conftestval", "w"); | |
9355 | if (!f) exit(1); | |
9356 | fprintf(f, "%d\n", sizeof(short)); | |
9357 | exit(0); | |
9358 | } | |
9359 | EOF | |
422107f9 | 9360 | if { (eval echo configure:9361: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
10f2d63a VZ |
9361 | then |
9362 | ac_cv_sizeof_short=`cat conftestval` | |
9363 | else | |
9364 | echo "configure: failed program was:" >&5 | |
9365 | cat conftest.$ac_ext >&5 | |
9366 | rm -fr conftest* | |
9367 | ac_cv_sizeof_short=0 | |
9368 | fi | |
9369 | rm -fr conftest* | |
9370 | fi | |
9371 | ||
9372 | fi | |
9373 | echo "$ac_t""$ac_cv_sizeof_short" 1>&6 | |
9374 | cat >> confdefs.h <<EOF | |
9375 | #define SIZEOF_SHORT $ac_cv_sizeof_short | |
9376 | EOF | |
9377 | ||
9378 | ||
9379 | echo $ac_n "checking size of int *""... $ac_c" 1>&6 | |
422107f9 | 9380 | echo "configure:9381: checking size of int *" >&5 |
10f2d63a VZ |
9381 | if eval "test \"`echo '$''{'ac_cv_sizeof_int_p'+set}'`\" = set"; then |
9382 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9383 | else | |
9384 | if test "$cross_compiling" = yes; then | |
9385 | ac_cv_sizeof_int_p=4 | |
9386 | else | |
9387 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 9388 | #line 9389 "configure" |
10f2d63a VZ |
9389 | #include "confdefs.h" |
9390 | #include <stdio.h> | |
9391 | main() | |
9392 | { | |
9393 | FILE *f=fopen("conftestval", "w"); | |
9394 | if (!f) exit(1); | |
9395 | fprintf(f, "%d\n", sizeof(int *)); | |
9396 | exit(0); | |
9397 | } | |
9398 | EOF | |
422107f9 | 9399 | if { (eval echo configure:9400: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
10f2d63a VZ |
9400 | then |
9401 | ac_cv_sizeof_int_p=`cat conftestval` | |
9402 | else | |
9403 | echo "configure: failed program was:" >&5 | |
9404 | cat conftest.$ac_ext >&5 | |
9405 | rm -fr conftest* | |
9406 | ac_cv_sizeof_int_p=0 | |
9407 | fi | |
9408 | rm -fr conftest* | |
9409 | fi | |
9410 | ||
9411 | fi | |
9412 | echo "$ac_t""$ac_cv_sizeof_int_p" 1>&6 | |
9413 | cat >> confdefs.h <<EOF | |
9414 | #define SIZEOF_INT_P $ac_cv_sizeof_int_p | |
9415 | EOF | |
9416 | ||
9417 | ||
9418 | echo $ac_n "checking size of int""... $ac_c" 1>&6 | |
422107f9 | 9419 | echo "configure:9420: checking size of int" >&5 |
10f2d63a VZ |
9420 | if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then |
9421 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9422 | else | |
9423 | if test "$cross_compiling" = yes; then | |
9424 | ac_cv_sizeof_int=4 | |
9425 | else | |
9426 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 9427 | #line 9428 "configure" |
10f2d63a VZ |
9428 | #include "confdefs.h" |
9429 | #include <stdio.h> | |
9430 | main() | |
9431 | { | |
9432 | FILE *f=fopen("conftestval", "w"); | |
9433 | if (!f) exit(1); | |
9434 | fprintf(f, "%d\n", sizeof(int)); | |
9435 | exit(0); | |
9436 | } | |
9437 | EOF | |
422107f9 | 9438 | if { (eval echo configure:9439: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
10f2d63a VZ |
9439 | then |
9440 | ac_cv_sizeof_int=`cat conftestval` | |
9441 | else | |
9442 | echo "configure: failed program was:" >&5 | |
9443 | cat conftest.$ac_ext >&5 | |
9444 | rm -fr conftest* | |
9445 | ac_cv_sizeof_int=0 | |
9446 | fi | |
9447 | rm -fr conftest* | |
9448 | fi | |
9449 | ||
9450 | fi | |
9451 | echo "$ac_t""$ac_cv_sizeof_int" 1>&6 | |
9452 | cat >> confdefs.h <<EOF | |
9453 | #define SIZEOF_INT $ac_cv_sizeof_int | |
9454 | EOF | |
9455 | ||
9456 | ||
9457 | echo $ac_n "checking size of long""... $ac_c" 1>&6 | |
422107f9 | 9458 | echo "configure:9459: checking size of long" >&5 |
10f2d63a VZ |
9459 | if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then |
9460 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9461 | else | |
9462 | if test "$cross_compiling" = yes; then | |
9463 | ac_cv_sizeof_long=4 | |
9464 | else | |
9465 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 9466 | #line 9467 "configure" |
10f2d63a VZ |
9467 | #include "confdefs.h" |
9468 | #include <stdio.h> | |
9469 | main() | |
9470 | { | |
9471 | FILE *f=fopen("conftestval", "w"); | |
9472 | if (!f) exit(1); | |
9473 | fprintf(f, "%d\n", sizeof(long)); | |
9474 | exit(0); | |
9475 | } | |
9476 | EOF | |
422107f9 | 9477 | if { (eval echo configure:9478: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
10f2d63a VZ |
9478 | then |
9479 | ac_cv_sizeof_long=`cat conftestval` | |
9480 | else | |
9481 | echo "configure: failed program was:" >&5 | |
9482 | cat conftest.$ac_ext >&5 | |
9483 | rm -fr conftest* | |
9484 | ac_cv_sizeof_long=0 | |
9485 | fi | |
9486 | rm -fr conftest* | |
9487 | fi | |
9488 | ||
9489 | fi | |
9490 | echo "$ac_t""$ac_cv_sizeof_long" 1>&6 | |
9491 | cat >> confdefs.h <<EOF | |
9492 | #define SIZEOF_LONG $ac_cv_sizeof_long | |
9493 | EOF | |
9494 | ||
9495 | ||
9496 | echo $ac_n "checking size of long long""... $ac_c" 1>&6 | |
422107f9 | 9497 | echo "configure:9498: checking size of long long" >&5 |
10f2d63a VZ |
9498 | if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then |
9499 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9500 | else | |
9501 | if test "$cross_compiling" = yes; then | |
9502 | ac_cv_sizeof_long_long=0 | |
9503 | else | |
9504 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 9505 | #line 9506 "configure" |
10f2d63a VZ |
9506 | #include "confdefs.h" |
9507 | #include <stdio.h> | |
9508 | main() | |
9509 | { | |
9510 | FILE *f=fopen("conftestval", "w"); | |
9511 | if (!f) exit(1); | |
9512 | fprintf(f, "%d\n", sizeof(long long)); | |
9513 | exit(0); | |
9514 | } | |
9515 | EOF | |
422107f9 | 9516 | if { (eval echo configure:9517: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
10f2d63a VZ |
9517 | then |
9518 | ac_cv_sizeof_long_long=`cat conftestval` | |
9519 | else | |
9520 | echo "configure: failed program was:" >&5 | |
9521 | cat conftest.$ac_ext >&5 | |
9522 | rm -fr conftest* | |
9523 | ac_cv_sizeof_long_long=0 | |
9524 | fi | |
9525 | rm -fr conftest* | |
9526 | fi | |
9527 | ||
9528 | fi | |
9529 | echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6 | |
9530 | cat >> confdefs.h <<EOF | |
9531 | #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long | |
9532 | EOF | |
9533 | ||
9534 | ||
9535 | ||
9536 | echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6 | |
422107f9 | 9537 | echo "configure:9538: checking whether byte ordering is bigendian" >&5 |
10f2d63a VZ |
9538 | if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then |
9539 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9540 | else | |
9541 | ac_cv_c_bigendian=unknown | |
9542 | # See if sys/param.h defines the BYTE_ORDER macro. | |
9543 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 9544 | #line 9545 "configure" |
10f2d63a VZ |
9545 | #include "confdefs.h" |
9546 | #include <sys/types.h> | |
9547 | #include <sys/param.h> | |
9548 | int main() { | |
9549 | ||
9550 | #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN | |
9551 | bogus endian macros | |
9552 | #endif | |
9553 | ; return 0; } | |
9554 | EOF | |
422107f9 | 9555 | if { (eval echo configure:9556: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
10f2d63a VZ |
9556 | rm -rf conftest* |
9557 | # It does; now see whether it defined to BIG_ENDIAN or not. | |
9558 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 9559 | #line 9560 "configure" |
10f2d63a VZ |
9560 | #include "confdefs.h" |
9561 | #include <sys/types.h> | |
9562 | #include <sys/param.h> | |
9563 | int main() { | |
9564 | ||
9565 | #if BYTE_ORDER != BIG_ENDIAN | |
9566 | not big endian | |
9567 | #endif | |
9568 | ; return 0; } | |
9569 | EOF | |
422107f9 | 9570 | if { (eval echo configure:9571: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
10f2d63a VZ |
9571 | rm -rf conftest* |
9572 | ac_cv_c_bigendian=yes | |
9573 | else | |
9574 | echo "configure: failed program was:" >&5 | |
9575 | cat conftest.$ac_ext >&5 | |
9576 | rm -rf conftest* | |
9577 | ac_cv_c_bigendian=no | |
9578 | fi | |
9579 | rm -f conftest* | |
9580 | else | |
9581 | echo "configure: failed program was:" >&5 | |
9582 | cat conftest.$ac_ext >&5 | |
9583 | fi | |
9584 | rm -f conftest* | |
9585 | if test $ac_cv_c_bigendian = unknown; then | |
9586 | if test "$cross_compiling" = yes; then | |
9587 | ac_cv_c_bigendian=unknown | |
9588 | else | |
9589 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 9590 | #line 9591 "configure" |
10f2d63a VZ |
9591 | #include "confdefs.h" |
9592 | main () { | |
9593 | /* Are we little or big endian? From Harbison&Steele. */ | |
9594 | union | |
9595 | { | |
9596 | long l; | |
9597 | char c[sizeof (long)]; | |
9598 | } u; | |
9599 | u.l = 1; | |
9600 | exit (u.c[sizeof (long) - 1] == 1); | |
9601 | } | |
9602 | EOF | |
422107f9 | 9603 | if { (eval echo configure:9604: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
10f2d63a VZ |
9604 | then |
9605 | ac_cv_c_bigendian=no | |
9606 | else | |
9607 | echo "configure: failed program was:" >&5 | |
9608 | cat conftest.$ac_ext >&5 | |
9609 | rm -fr conftest* | |
9610 | ac_cv_c_bigendian=yes | |
9611 | fi | |
9612 | rm -fr conftest* | |
9613 | fi | |
9614 | ||
9615 | fi | |
9616 | fi | |
9617 | ||
9618 | echo "$ac_t""$ac_cv_c_bigendian" 1>&6 | |
9619 | if test $ac_cv_c_bigendian = unknown; then | |
9620 | echo "configure: warning: Assuming little-endian target machine - this may be overriden by adding the line "ac_cv_c_bigendian=${ac_cv_c_bigendian='yes'}" to config.cache file" 1>&2 | |
9621 | fi | |
9622 | if test $ac_cv_c_bigendian = yes; then | |
9623 | cat >> confdefs.h <<\EOF | |
9624 | #define WORDS_BIGENDIAN 1 | |
9625 | EOF | |
9626 | ||
9627 | fi | |
9628 | ||
9629 | ||
9630 | ||
9631 | if test "$cross_compiling" = "yes"; then | |
9632 | cat >> confdefs.h <<\EOF | |
9633 | #define wxUSE_IOSTREAMH 1 | |
9634 | EOF | |
9635 | ||
9636 | else | |
9637 | ||
9638 | ac_ext=C | |
9639 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
9640 | ac_cpp='$CXXCPP $CPPFLAGS' | |
9641 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
9642 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
9643 | cross_compiling=$ac_cv_prog_cxx_cross | |
9644 | ||
9645 | ||
9646 | for ac_hdr in iostream | |
9647 | do | |
9648 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
9649 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
422107f9 | 9650 | echo "configure:9651: checking for $ac_hdr" >&5 |
10f2d63a VZ |
9651 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
9652 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9653 | else | |
9654 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 9655 | #line 9656 "configure" |
10f2d63a VZ |
9656 | #include "confdefs.h" |
9657 | #include <$ac_hdr> | |
9658 | EOF | |
9659 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
422107f9 | 9660 | { (eval echo configure:9661: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
10f2d63a VZ |
9661 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
9662 | if test -z "$ac_err"; then | |
9663 | rm -rf conftest* | |
9664 | eval "ac_cv_header_$ac_safe=yes" | |
9665 | else | |
9666 | echo "$ac_err" >&5 | |
9667 | echo "configure: failed program was:" >&5 | |
9668 | cat conftest.$ac_ext >&5 | |
9669 | rm -rf conftest* | |
9670 | eval "ac_cv_header_$ac_safe=no" | |
9671 | fi | |
9672 | rm -f conftest* | |
9673 | fi | |
9674 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
9675 | echo "$ac_t""yes" 1>&6 | |
9676 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
9677 | cat >> confdefs.h <<EOF | |
9678 | #define $ac_tr_hdr 1 | |
9679 | EOF | |
9680 | ||
9681 | else | |
9682 | echo "$ac_t""no" 1>&6 | |
9683 | fi | |
9684 | done | |
9685 | ||
9686 | ||
9687 | if test "x$HAVE_IOSTREAM" = x ; then | |
9688 | cat >> confdefs.h <<\EOF | |
9689 | #define wxUSE_IOSTREAMH 1 | |
9690 | EOF | |
9691 | ||
9692 | else | |
9693 | : | |
9694 | fi | |
9695 | ||
9696 | ac_ext=c | |
9697 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
9698 | ac_cpp='$CPP $CPPFLAGS' | |
9699 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
9700 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
9701 | cross_compiling=$ac_cv_prog_cc_cross | |
9702 | ||
9703 | fi | |
9704 | ||
9705 | ||
9706 | ||
9707 | echo $ac_n "checking if C++ compiler supports bool""... $ac_c" 1>&6 | |
422107f9 | 9708 | echo "configure:9709: checking if C++ compiler supports bool" >&5 |
10f2d63a VZ |
9709 | if eval "test \"`echo '$''{'wx_cv_cpp_bool'+set}'`\" = set"; then |
9710 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9711 | else | |
9712 | ||
9713 | ||
9714 | ac_ext=C | |
9715 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
9716 | ac_cpp='$CXXCPP $CPPFLAGS' | |
9717 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
9718 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
9719 | cross_compiling=$ac_cv_prog_cxx_cross | |
9720 | ||
9721 | ||
9722 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 9723 | #line 9724 "configure" |
10f2d63a VZ |
9724 | #include "confdefs.h" |
9725 | ||
9726 | ||
9727 | int main() { | |
9728 | ||
9729 | bool b = true; | |
9730 | ||
9731 | return 0; | |
9732 | ||
9733 | ; return 0; } | |
9734 | EOF | |
422107f9 | 9735 | if { (eval echo configure:9736: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
10f2d63a VZ |
9736 | rm -rf conftest* |
9737 | ||
9738 | cat >> confdefs.h <<\EOF | |
9739 | #define HAVE_BOOL 1 | |
9740 | EOF | |
9741 | ||
9742 | wx_cv_cpp_bool=yes | |
9743 | ||
9744 | else | |
9745 | echo "configure: failed program was:" >&5 | |
9746 | cat conftest.$ac_ext >&5 | |
9747 | rm -rf conftest* | |
9748 | ||
9749 | wx_cv_cpp_bool=no | |
9750 | ||
9751 | ||
9752 | fi | |
9753 | rm -f conftest* | |
9754 | ||
9755 | ac_ext=c | |
9756 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
9757 | ac_cpp='$CPP $CPPFLAGS' | |
9758 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
9759 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
9760 | cross_compiling=$ac_cv_prog_cc_cross | |
9761 | ||
9762 | ||
9763 | fi | |
9764 | ||
9765 | echo "$ac_t""$wx_cv_cpp_bool" 1>&6 | |
9766 | ||
9767 | if test "$wx_cv_cpp_bool" = "yes"; then | |
9768 | cat >> confdefs.h <<\EOF | |
9769 | #define HAVE_BOOL 1 | |
9770 | EOF | |
9771 | ||
9772 | fi | |
9773 | ||
9774 | ||
9775 | ||
10f2d63a | 9776 | echo $ac_n "checking if you need GNU extensions""... $ac_c" 1>&6 |
422107f9 | 9777 | echo "configure:9778: checking if you need GNU extensions" >&5 |
10f2d63a VZ |
9778 | if eval "test \"`echo '$''{'wx_cv_gnu_extensions'+set}'`\" = set"; then |
9779 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9780 | else | |
9781 | ||
9782 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 9783 | #line 9784 "configure" |
10f2d63a VZ |
9784 | #include "confdefs.h" |
9785 | #include <features.h> | |
9786 | int main() { | |
9787 | ||
9788 | ||
9789 | #ifndef __GNU_LIBRARY__ | |
9790 | Compile error wanted | |
9791 | #endif | |
9792 | ||
9793 | ||
9794 | ; return 0; } | |
9795 | EOF | |
422107f9 | 9796 | if { (eval echo configure:9797: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
10f2d63a VZ |
9797 | rm -rf conftest* |
9798 | wx_cv_gnu_extensions=yes | |
9799 | else | |
9800 | echo "configure: failed program was:" >&5 | |
9801 | cat conftest.$ac_ext >&5 | |
9802 | rm -rf conftest* | |
9803 | wx_cv_gnu_extensions=no | |
9804 | fi | |
9805 | rm -f conftest* | |
9806 | ||
9807 | fi | |
9808 | ||
9809 | ||
9810 | echo "$ac_t""$wx_cv_gnu_extensions" 1>&6 | |
9811 | if test "$wx_cv_gnu_extensions" = "yes"; then | |
9812 | cat >> confdefs.h <<EOF | |
9813 | #define _GNU_SOURCE 1 | |
9814 | EOF | |
9815 | ||
9816 | fi | |
9817 | ||
9818 | ||
9819 | ||
9820 | echo $ac_n "checking for wcslen in -lc""... $ac_c" 1>&6 | |
422107f9 | 9821 | echo "configure:9822: checking for wcslen in -lc" >&5 |
10f2d63a VZ |
9822 | ac_lib_var=`echo c'_'wcslen | sed 'y%./+-%__p_%'` |
9823 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
9824 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9825 | else | |
9826 | ac_save_LIBS="$LIBS" | |
9827 | LIBS="-lc $LIBS" | |
9828 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 9829 | #line 9830 "configure" |
10f2d63a VZ |
9830 | #include "confdefs.h" |
9831 | /* Override any gcc2 internal prototype to avoid an error. */ | |
9832 | /* We use char because int might match the return type of a gcc2 | |
9833 | builtin and then its argument prototype would still apply. */ | |
9834 | char wcslen(); | |
9835 | ||
9836 | int main() { | |
9837 | wcslen() | |
9838 | ; return 0; } | |
9839 | EOF | |
422107f9 | 9840 | if { (eval echo configure:9841: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
10f2d63a VZ |
9841 | rm -rf conftest* |
9842 | eval "ac_cv_lib_$ac_lib_var=yes" | |
9843 | else | |
9844 | echo "configure: failed program was:" >&5 | |
9845 | cat conftest.$ac_ext >&5 | |
9846 | rm -rf conftest* | |
9847 | eval "ac_cv_lib_$ac_lib_var=no" | |
9848 | fi | |
9849 | rm -f conftest* | |
9850 | LIBS="$ac_save_LIBS" | |
9851 | ||
9852 | fi | |
9853 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
9854 | echo "$ac_t""yes" 1>&6 | |
9855 | ||
9856 | cat >> confdefs.h <<\EOF | |
9857 | #define HAVE_WCSLEN 1 | |
9858 | EOF | |
9859 | ||
9860 | WCHAR_LINK="" | |
9861 | ||
9862 | else | |
9863 | echo "$ac_t""no" 1>&6 | |
9864 | ||
9865 | echo $ac_n "checking for wcslen in -lw""... $ac_c" 1>&6 | |
422107f9 | 9866 | echo "configure:9867: checking for wcslen in -lw" >&5 |
10f2d63a VZ |
9867 | ac_lib_var=`echo w'_'wcslen | sed 'y%./+-%__p_%'` |
9868 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
9869 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9870 | else | |
9871 | ac_save_LIBS="$LIBS" | |
9872 | LIBS="-lw $LIBS" | |
9873 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 9874 | #line 9875 "configure" |
10f2d63a VZ |
9875 | #include "confdefs.h" |
9876 | /* Override any gcc2 internal prototype to avoid an error. */ | |
9877 | /* We use char because int might match the return type of a gcc2 | |
9878 | builtin and then its argument prototype would still apply. */ | |
9879 | char wcslen(); | |
9880 | ||
9881 | int main() { | |
9882 | wcslen() | |
9883 | ; return 0; } | |
9884 | EOF | |
422107f9 | 9885 | if { (eval echo configure:9886: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
10f2d63a VZ |
9886 | rm -rf conftest* |
9887 | eval "ac_cv_lib_$ac_lib_var=yes" | |
9888 | else | |
9889 | echo "configure: failed program was:" >&5 | |
9890 | cat conftest.$ac_ext >&5 | |
9891 | rm -rf conftest* | |
9892 | eval "ac_cv_lib_$ac_lib_var=no" | |
9893 | fi | |
9894 | rm -f conftest* | |
9895 | LIBS="$ac_save_LIBS" | |
9896 | ||
9897 | fi | |
9898 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
9899 | echo "$ac_t""yes" 1>&6 | |
9900 | ||
9901 | cat >> confdefs.h <<\EOF | |
9902 | #define HAVE_WCSLEN 1 | |
9903 | EOF | |
9904 | ||
9905 | WCHAR_LINK="-lw" | |
9906 | ||
9907 | else | |
9908 | echo "$ac_t""no" 1>&6 | |
9909 | fi | |
9910 | ||
9911 | ||
9912 | fi | |
9913 | ||
9914 | ||
9915 | echo $ac_n "checking for vprintf""... $ac_c" 1>&6 | |
422107f9 | 9916 | echo "configure:9917: checking for vprintf" >&5 |
10f2d63a VZ |
9917 | if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then |
9918 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9919 | else | |
9920 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 9921 | #line 9922 "configure" |
10f2d63a VZ |
9922 | #include "confdefs.h" |
9923 | /* System header to define __stub macros and hopefully few prototypes, | |
9924 | which can conflict with char vprintf(); below. */ | |
9925 | #include <assert.h> | |
9926 | /* Override any gcc2 internal prototype to avoid an error. */ | |
9927 | /* We use char because int might match the return type of a gcc2 | |
9928 | builtin and then its argument prototype would still apply. */ | |
9929 | char vprintf(); | |
9930 | ||
9931 | int main() { | |
9932 | ||
9933 | /* The GNU C library defines this for functions which it implements | |
9934 | to always fail with ENOSYS. Some functions are actually named | |
9935 | something starting with __ and the normal name is an alias. */ | |
9936 | #if defined (__stub_vprintf) || defined (__stub___vprintf) | |
9937 | choke me | |
9938 | #else | |
bc9027cc | 9939 | vprintf(); |
10f2d63a VZ |
9940 | #endif |
9941 | ||
9942 | ; return 0; } | |
9943 | EOF | |
422107f9 | 9944 | if { (eval echo configure:9945: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
10f2d63a VZ |
9945 | rm -rf conftest* |
9946 | eval "ac_cv_func_vprintf=yes" | |
9947 | else | |
9948 | echo "configure: failed program was:" >&5 | |
9949 | cat conftest.$ac_ext >&5 | |
9950 | rm -rf conftest* | |
9951 | eval "ac_cv_func_vprintf=no" | |
9952 | fi | |
9953 | rm -f conftest* | |
9954 | fi | |
9955 | ||
9956 | if eval "test \"`echo '$ac_cv_func_'vprintf`\" = yes"; then | |
9957 | echo "$ac_t""yes" 1>&6 | |
9958 | cat >> confdefs.h <<\EOF | |
9959 | #define HAVE_VPRINTF 1 | |
9960 | EOF | |
9961 | ||
9962 | else | |
9963 | echo "$ac_t""no" 1>&6 | |
9964 | fi | |
9965 | ||
9966 | if test "$ac_cv_func_vprintf" != yes; then | |
9967 | echo $ac_n "checking for _doprnt""... $ac_c" 1>&6 | |
422107f9 | 9968 | echo "configure:9969: checking for _doprnt" >&5 |
10f2d63a VZ |
9969 | if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then |
9970 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9971 | else | |
9972 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 9973 | #line 9974 "configure" |
10f2d63a VZ |
9974 | #include "confdefs.h" |
9975 | /* System header to define __stub macros and hopefully few prototypes, | |
9976 | which can conflict with char _doprnt(); below. */ | |
9977 | #include <assert.h> | |
9978 | /* Override any gcc2 internal prototype to avoid an error. */ | |
9979 | /* We use char because int might match the return type of a gcc2 | |
9980 | builtin and then its argument prototype would still apply. */ | |
9981 | char _doprnt(); | |
9982 | ||
9983 | int main() { | |
9984 | ||
9985 | /* The GNU C library defines this for functions which it implements | |
9986 | to always fail with ENOSYS. Some functions are actually named | |
9987 | something starting with __ and the normal name is an alias. */ | |
9988 | #if defined (__stub__doprnt) || defined (__stub____doprnt) | |
9989 | choke me | |
9990 | #else | |
bc9027cc | 9991 | _doprnt(); |
10f2d63a VZ |
9992 | #endif |
9993 | ||
9994 | ; return 0; } | |
9995 | EOF | |
422107f9 | 9996 | if { (eval echo configure:9997: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
10f2d63a VZ |
9997 | rm -rf conftest* |
9998 | eval "ac_cv_func__doprnt=yes" | |
9999 | else | |
10000 | echo "configure: failed program was:" >&5 | |
10001 | cat conftest.$ac_ext >&5 | |
10002 | rm -rf conftest* | |
10003 | eval "ac_cv_func__doprnt=no" | |
10004 | fi | |
10005 | rm -f conftest* | |
10006 | fi | |
10007 | ||
10008 | if eval "test \"`echo '$ac_cv_func_'_doprnt`\" = yes"; then | |
10009 | echo "$ac_t""yes" 1>&6 | |
10010 | cat >> confdefs.h <<\EOF | |
10011 | #define HAVE_DOPRNT 1 | |
10012 | EOF | |
10013 | ||
10014 | else | |
10015 | echo "$ac_t""no" 1>&6 | |
10016 | fi | |
10017 | ||
10018 | fi | |
10019 | ||
10020 | ||
10021 | for ac_func in vsnprintf | |
10022 | do | |
10023 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | |
422107f9 | 10024 | echo "configure:10025: checking for $ac_func" >&5 |
10f2d63a VZ |
10025 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
10026 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10027 | else | |
10028 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 10029 | #line 10030 "configure" |
10f2d63a VZ |
10030 | #include "confdefs.h" |
10031 | /* System header to define __stub macros and hopefully few prototypes, | |
10032 | which can conflict with char $ac_func(); below. */ | |
10033 | #include <assert.h> | |
10034 | /* Override any gcc2 internal prototype to avoid an error. */ | |
10035 | /* We use char because int might match the return type of a gcc2 | |
10036 | builtin and then its argument prototype would still apply. */ | |
10037 | char $ac_func(); | |
10038 | ||
10039 | int main() { | |
10040 | ||
10041 | /* The GNU C library defines this for functions which it implements | |
10042 | to always fail with ENOSYS. Some functions are actually named | |
10043 | something starting with __ and the normal name is an alias. */ | |
10044 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
10045 | choke me | |
10046 | #else | |
bc9027cc | 10047 | $ac_func(); |
10f2d63a VZ |
10048 | #endif |
10049 | ||
10050 | ; return 0; } | |
10051 | EOF | |
422107f9 | 10052 | if { (eval echo configure:10053: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
10f2d63a VZ |
10053 | rm -rf conftest* |
10054 | eval "ac_cv_func_$ac_func=yes" | |
10055 | else | |
10056 | echo "configure: failed program was:" >&5 | |
10057 | cat conftest.$ac_ext >&5 | |
10058 | rm -rf conftest* | |
10059 | eval "ac_cv_func_$ac_func=no" | |
10060 | fi | |
10061 | rm -f conftest* | |
10062 | fi | |
10063 | ||
10064 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
10065 | echo "$ac_t""yes" 1>&6 | |
10066 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
10067 | cat >> confdefs.h <<EOF | |
10068 | #define $ac_tr_func 1 | |
10069 | EOF | |
10070 | cat >> confdefs.h <<\EOF | |
10071 | #define HAVE_VSNPRINTF 1 | |
10072 | EOF | |
10073 | ||
10074 | else | |
10075 | echo "$ac_t""no" 1>&6 | |
10076 | echo "configure: warning: unsafe function sprintf will be used instead of snprintf" 1>&2 | |
10077 | ||
10078 | fi | |
10079 | done | |
10080 | ||
10081 | ||
10082 | ||
10083 | ac_ext=C | |
10084 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
10085 | ac_cpp='$CXXCPP $CPPFLAGS' | |
10086 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
10087 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
10088 | cross_compiling=$ac_cv_prog_cxx_cross | |
10089 | ||
10090 | ||
10091 | echo $ac_n "checking for vsscanf""... $ac_c" 1>&6 | |
422107f9 | 10092 | echo "configure:10093: checking for vsscanf" >&5 |
10f2d63a VZ |
10093 | if eval "test \"`echo '$''{'wx_cv_func_vsscanf'+set}'`\" = set"; then |
10094 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10095 | else | |
10096 | ||
10097 | if test "$cross_compiling" = yes; then | |
10098 | wx_cv_func_vsscanf=no | |
10099 | ||
10100 | else | |
10101 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 10102 | #line 10103 "configure" |
10f2d63a VZ |
10103 | #include "confdefs.h" |
10104 | #ifdef __cplusplus | |
10105 | extern "C" void exit(int); | |
10106 | #endif | |
10107 | ||
10108 | #include <stdio.h> | |
10109 | #include <stdarg.h> | |
10110 | ||
10111 | int try_vsscanf(const char *format, ...) | |
10112 | { | |
10113 | va_list ap; | |
10114 | va_start(ap, format); | |
10115 | ||
10116 | vsscanf("17", format, ap); | |
10117 | ||
10118 | va_end(ap); | |
10119 | } | |
10120 | ||
10121 | int main() | |
10122 | { | |
10123 | int i; | |
10124 | try_vsscanf("%d", &i); | |
10125 | return i == 17 ? 0 : 1; | |
10126 | } | |
10127 | ||
10128 | EOF | |
422107f9 | 10129 | if { (eval echo configure:10130: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
10f2d63a VZ |
10130 | then |
10131 | ||
10132 | cat >> confdefs.h <<\EOF | |
10133 | #define HAVE_VSSCANF 1 | |
10134 | EOF | |
10135 | ||
10136 | wx_cv_func_vsscanf=yes | |
10137 | ||
10138 | else | |
10139 | echo "configure: failed program was:" >&5 | |
10140 | cat conftest.$ac_ext >&5 | |
10141 | rm -fr conftest* | |
10142 | wx_cv_func_vsscanf=no | |
10143 | fi | |
10144 | rm -fr conftest* | |
10145 | fi | |
10146 | ||
10147 | ||
10148 | fi | |
10149 | ||
10150 | echo "$ac_t""$wx_cv_func_vsscanf" 1>&6 | |
10151 | ||
10152 | ac_ext=c | |
10153 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
10154 | ac_cpp='$CPP $CPPFLAGS' | |
10155 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
10156 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
10157 | cross_compiling=$ac_cv_prog_cc_cross | |
10158 | ||
10159 | ||
b089607b | 10160 | if test "$TOOLKIT" != "MSW"; then |
10f2d63a VZ |
10161 | |
10162 | for ac_func in vfork | |
10163 | do | |
10164 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | |
422107f9 | 10165 | echo "configure:10166: checking for $ac_func" >&5 |
10f2d63a VZ |
10166 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
10167 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10168 | else | |
10169 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 10170 | #line 10171 "configure" |
10f2d63a VZ |
10171 | #include "confdefs.h" |
10172 | /* System header to define __stub macros and hopefully few prototypes, | |
10173 | which can conflict with char $ac_func(); below. */ | |
10174 | #include <assert.h> | |
10175 | /* Override any gcc2 internal prototype to avoid an error. */ | |
10176 | /* We use char because int might match the return type of a gcc2 | |
10177 | builtin and then its argument prototype would still apply. */ | |
10178 | char $ac_func(); | |
10179 | ||
10180 | int main() { | |
10181 | ||
10182 | /* The GNU C library defines this for functions which it implements | |
10183 | to always fail with ENOSYS. Some functions are actually named | |
10184 | something starting with __ and the normal name is an alias. */ | |
10185 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
10186 | choke me | |
10187 | #else | |
bc9027cc | 10188 | $ac_func(); |
10f2d63a VZ |
10189 | #endif |
10190 | ||
10191 | ; return 0; } | |
10192 | EOF | |
422107f9 | 10193 | if { (eval echo configure:10194: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
270a909e VZ |
10194 | rm -rf conftest* |
10195 | eval "ac_cv_func_$ac_func=yes" | |
10196 | else | |
10197 | echo "configure: failed program was:" >&5 | |
10198 | cat conftest.$ac_ext >&5 | |
10199 | rm -rf conftest* | |
10200 | eval "ac_cv_func_$ac_func=no" | |
10201 | fi | |
10202 | rm -f conftest* | |
10203 | fi | |
10204 | ||
10205 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
10206 | echo "$ac_t""yes" 1>&6 | |
10207 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
10208 | cat >> confdefs.h <<EOF | |
10209 | #define $ac_tr_func 1 | |
10210 | EOF | |
10211 | ||
10212 | else | |
10213 | echo "$ac_t""no" 1>&6 | |
10214 | fi | |
10215 | done | |
10216 | ||
10217 | ||
10218 | for ac_func in timegm | |
10219 | do | |
10220 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | |
422107f9 | 10221 | echo "configure:10222: checking for $ac_func" >&5 |
270a909e VZ |
10222 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
10223 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10224 | else | |
10225 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 10226 | #line 10227 "configure" |
270a909e VZ |
10227 | #include "confdefs.h" |
10228 | /* System header to define __stub macros and hopefully few prototypes, | |
10229 | which can conflict with char $ac_func(); below. */ | |
10230 | #include <assert.h> | |
10231 | /* Override any gcc2 internal prototype to avoid an error. */ | |
10232 | /* We use char because int might match the return type of a gcc2 | |
10233 | builtin and then its argument prototype would still apply. */ | |
10234 | char $ac_func(); | |
10235 | ||
10236 | int main() { | |
10237 | ||
10238 | /* The GNU C library defines this for functions which it implements | |
10239 | to always fail with ENOSYS. Some functions are actually named | |
10240 | something starting with __ and the normal name is an alias. */ | |
10241 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
10242 | choke me | |
10243 | #else | |
bc9027cc | 10244 | $ac_func(); |
270a909e VZ |
10245 | #endif |
10246 | ||
10247 | ; return 0; } | |
10248 | EOF | |
422107f9 | 10249 | if { (eval echo configure:10250: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
10f2d63a VZ |
10250 | rm -rf conftest* |
10251 | eval "ac_cv_func_$ac_func=yes" | |
10252 | else | |
10253 | echo "configure: failed program was:" >&5 | |
10254 | cat conftest.$ac_ext >&5 | |
10255 | rm -rf conftest* | |
10256 | eval "ac_cv_func_$ac_func=no" | |
10257 | fi | |
10258 | rm -f conftest* | |
10259 | fi | |
10260 | ||
10261 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
10262 | echo "$ac_t""yes" 1>&6 | |
10263 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
10264 | cat >> confdefs.h <<EOF | |
10265 | #define $ac_tr_func 1 | |
10266 | EOF | |
10267 | ||
10268 | else | |
10269 | echo "$ac_t""no" 1>&6 | |
10270 | fi | |
10271 | done | |
10272 | ||
10273 | ||
b12915c1 VZ |
10274 | HAVE_SOME_SLEEP_FUNC=0 |
10275 | if test "$USE_BEOS" = 1; then | |
10276 | cat >> confdefs.h <<\EOF | |
10277 | #define HAVE_SLEEP 1 | |
10278 | EOF | |
10279 | ||
10280 | HAVE_SOME_SLEEP_FUNC=1 | |
10281 | fi | |
10282 | ||
10283 | if test "$HAVE_SOME_SLEEP_FUNC" != 1; then | |
10284 | POSIX4_LINK= | |
10285 | for ac_func in nanosleep | |
10f2d63a VZ |
10286 | do |
10287 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | |
422107f9 | 10288 | echo "configure:10289: checking for $ac_func" >&5 |
10f2d63a VZ |
10289 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
10290 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10291 | else | |
10292 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 10293 | #line 10294 "configure" |
10f2d63a VZ |
10294 | #include "confdefs.h" |
10295 | /* System header to define __stub macros and hopefully few prototypes, | |
10296 | which can conflict with char $ac_func(); below. */ | |
10297 | #include <assert.h> | |
10298 | /* Override any gcc2 internal prototype to avoid an error. */ | |
10299 | /* We use char because int might match the return type of a gcc2 | |
10300 | builtin and then its argument prototype would still apply. */ | |
10301 | char $ac_func(); | |
10302 | ||
10303 | int main() { | |
10304 | ||
10305 | /* The GNU C library defines this for functions which it implements | |
10306 | to always fail with ENOSYS. Some functions are actually named | |
10307 | something starting with __ and the normal name is an alias. */ | |
10308 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
10309 | choke me | |
10310 | #else | |
bc9027cc | 10311 | $ac_func(); |
10f2d63a VZ |
10312 | #endif |
10313 | ||
10314 | ; return 0; } | |
10315 | EOF | |
422107f9 | 10316 | if { (eval echo configure:10317: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
10f2d63a VZ |
10317 | rm -rf conftest* |
10318 | eval "ac_cv_func_$ac_func=yes" | |
10319 | else | |
10320 | echo "configure: failed program was:" >&5 | |
10321 | cat conftest.$ac_ext >&5 | |
10322 | rm -rf conftest* | |
10323 | eval "ac_cv_func_$ac_func=no" | |
10324 | fi | |
10325 | rm -f conftest* | |
10326 | fi | |
10327 | ||
10328 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
10329 | echo "$ac_t""yes" 1>&6 | |
10330 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
10331 | cat >> confdefs.h <<EOF | |
10332 | #define $ac_tr_func 1 | |
10333 | EOF | |
10334 | cat >> confdefs.h <<\EOF | |
10335 | #define HAVE_NANOSLEEP 1 | |
10336 | EOF | |
10337 | ||
10338 | else | |
10339 | echo "$ac_t""no" 1>&6 | |
10340 | echo $ac_n "checking for nanosleep in -lposix4""... $ac_c" 1>&6 | |
422107f9 | 10341 | echo "configure:10342: checking for nanosleep in -lposix4" >&5 |
10f2d63a VZ |
10342 | ac_lib_var=`echo posix4'_'nanosleep | sed 'y%./+-%__p_%'` |
10343 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
10344 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10345 | else | |
10346 | ac_save_LIBS="$LIBS" | |
10347 | LIBS="-lposix4 $LIBS" | |
10348 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 10349 | #line 10350 "configure" |
10f2d63a VZ |
10350 | #include "confdefs.h" |
10351 | /* Override any gcc2 internal prototype to avoid an error. */ | |
10352 | /* We use char because int might match the return type of a gcc2 | |
10353 | builtin and then its argument prototype would still apply. */ | |
10354 | char nanosleep(); | |
10355 | ||
10356 | int main() { | |
10357 | nanosleep() | |
10358 | ; return 0; } | |
10359 | EOF | |
422107f9 | 10360 | if { (eval echo configure:10361: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
10f2d63a VZ |
10361 | rm -rf conftest* |
10362 | eval "ac_cv_lib_$ac_lib_var=yes" | |
10363 | else | |
10364 | echo "configure: failed program was:" >&5 | |
10365 | cat conftest.$ac_ext >&5 | |
10366 | rm -rf conftest* | |
10367 | eval "ac_cv_lib_$ac_lib_var=no" | |
10368 | fi | |
10369 | rm -f conftest* | |
10370 | LIBS="$ac_save_LIBS" | |
10371 | ||
10372 | fi | |
10373 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
10374 | echo "$ac_t""yes" 1>&6 | |
10375 | ||
b12915c1 | 10376 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
10377 | #define HAVE_NANOSLEEP 1 |
10378 | EOF | |
10379 | ||
b12915c1 VZ |
10380 | POSIX4_LINK="-lposix4" |
10381 | ||
10f2d63a VZ |
10382 | else |
10383 | echo "$ac_t""no" 1>&6 | |
10384 | ||
b12915c1 | 10385 | for ac_func in usleep |
10f2d63a VZ |
10386 | do |
10387 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | |
422107f9 | 10388 | echo "configure:10389: checking for $ac_func" >&5 |
10f2d63a VZ |
10389 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
10390 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10391 | else | |
10392 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 10393 | #line 10394 "configure" |
10f2d63a VZ |
10394 | #include "confdefs.h" |
10395 | /* System header to define __stub macros and hopefully few prototypes, | |
10396 | which can conflict with char $ac_func(); below. */ | |
10397 | #include <assert.h> | |
10398 | /* Override any gcc2 internal prototype to avoid an error. */ | |
10399 | /* We use char because int might match the return type of a gcc2 | |
10400 | builtin and then its argument prototype would still apply. */ | |
10401 | char $ac_func(); | |
10402 | ||
10403 | int main() { | |
10404 | ||
10405 | /* The GNU C library defines this for functions which it implements | |
10406 | to always fail with ENOSYS. Some functions are actually named | |
10407 | something starting with __ and the normal name is an alias. */ | |
10408 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
10409 | choke me | |
10410 | #else | |
bc9027cc | 10411 | $ac_func(); |
10f2d63a VZ |
10412 | #endif |
10413 | ||
10414 | ; return 0; } | |
10415 | EOF | |
422107f9 | 10416 | if { (eval echo configure:10417: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
10f2d63a VZ |
10417 | rm -rf conftest* |
10418 | eval "ac_cv_func_$ac_func=yes" | |
10419 | else | |
10420 | echo "configure: failed program was:" >&5 | |
10421 | cat conftest.$ac_ext >&5 | |
10422 | rm -rf conftest* | |
10423 | eval "ac_cv_func_$ac_func=no" | |
10424 | fi | |
10425 | rm -f conftest* | |
10426 | fi | |
10427 | ||
10428 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
10429 | echo "$ac_t""yes" 1>&6 | |
10430 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
10431 | cat >> confdefs.h <<EOF | |
10432 | #define $ac_tr_func 1 | |
10433 | EOF | |
b12915c1 | 10434 | |
10f2d63a VZ |
10435 | else |
10436 | echo "$ac_t""no" 1>&6 | |
10f2d63a VZ |
10437 | fi |
10438 | done | |
10439 | ||
b12915c1 VZ |
10440 | echo "configure: warning: wxSleep() function will not work" 1>&2 |
10441 | ||
10442 | ||
10f2d63a VZ |
10443 | fi |
10444 | ||
b12915c1 VZ |
10445 | |
10446 | ||
10f2d63a VZ |
10447 | fi |
10448 | done | |
10449 | ||
b12915c1 | 10450 | fi |
10f2d63a VZ |
10451 | |
10452 | for ac_func in uname gethostname | |
10453 | do | |
10454 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | |
422107f9 | 10455 | echo "configure:10456: checking for $ac_func" >&5 |
10f2d63a VZ |
10456 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
10457 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10458 | else | |
10459 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 10460 | #line 10461 "configure" |
10f2d63a VZ |
10461 | #include "confdefs.h" |
10462 | /* System header to define __stub macros and hopefully few prototypes, | |
10463 | which can conflict with char $ac_func(); below. */ | |
10464 | #include <assert.h> | |
10465 | /* Override any gcc2 internal prototype to avoid an error. */ | |
10466 | /* We use char because int might match the return type of a gcc2 | |
10467 | builtin and then its argument prototype would still apply. */ | |
10468 | char $ac_func(); | |
10469 | ||
10470 | int main() { | |
10471 | ||
10472 | /* The GNU C library defines this for functions which it implements | |
10473 | to always fail with ENOSYS. Some functions are actually named | |
10474 | something starting with __ and the normal name is an alias. */ | |
10475 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
10476 | choke me | |
10477 | #else | |
bc9027cc | 10478 | $ac_func(); |
10f2d63a VZ |
10479 | #endif |
10480 | ||
10481 | ; return 0; } | |
10482 | EOF | |
422107f9 | 10483 | if { (eval echo configure:10484: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
10f2d63a VZ |
10484 | rm -rf conftest* |
10485 | eval "ac_cv_func_$ac_func=yes" | |
10486 | else | |
10487 | echo "configure: failed program was:" >&5 | |
10488 | cat conftest.$ac_ext >&5 | |
10489 | rm -rf conftest* | |
10490 | eval "ac_cv_func_$ac_func=no" | |
10491 | fi | |
10492 | rm -f conftest* | |
10493 | fi | |
10494 | ||
10495 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
10496 | echo "$ac_t""yes" 1>&6 | |
10497 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
10498 | cat >> confdefs.h <<EOF | |
10499 | #define $ac_tr_func 1 | |
10500 | EOF | |
10501 | break | |
10502 | else | |
10503 | echo "$ac_t""no" 1>&6 | |
10504 | fi | |
10505 | done | |
10506 | ||
10507 | ||
10508 | for ac_func in strtok_r | |
10509 | do | |
10510 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | |
422107f9 | 10511 | echo "configure:10512: checking for $ac_func" >&5 |
10f2d63a VZ |
10512 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
10513 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10514 | else | |
10515 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 10516 | #line 10517 "configure" |
10f2d63a VZ |
10517 | #include "confdefs.h" |
10518 | /* System header to define __stub macros and hopefully few prototypes, | |
10519 | which can conflict with char $ac_func(); below. */ | |
10520 | #include <assert.h> | |
10521 | /* Override any gcc2 internal prototype to avoid an error. */ | |
10522 | /* We use char because int might match the return type of a gcc2 | |
10523 | builtin and then its argument prototype would still apply. */ | |
10524 | char $ac_func(); | |
10525 | ||
10526 | int main() { | |
10527 | ||
10528 | /* The GNU C library defines this for functions which it implements | |
10529 | to always fail with ENOSYS. Some functions are actually named | |
10530 | something starting with __ and the normal name is an alias. */ | |
10531 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
10532 | choke me | |
10533 | #else | |
bc9027cc | 10534 | $ac_func(); |
10f2d63a VZ |
10535 | #endif |
10536 | ||
10537 | ; return 0; } | |
10538 | EOF | |
422107f9 | 10539 | if { (eval echo configure:10540: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
10f2d63a VZ |
10540 | rm -rf conftest* |
10541 | eval "ac_cv_func_$ac_func=yes" | |
10542 | else | |
10543 | echo "configure: failed program was:" >&5 | |
10544 | cat conftest.$ac_ext >&5 | |
10545 | rm -rf conftest* | |
10546 | eval "ac_cv_func_$ac_func=no" | |
10547 | fi | |
10548 | rm -f conftest* | |
10549 | fi | |
10550 | ||
10551 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
10552 | echo "$ac_t""yes" 1>&6 | |
10553 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
10554 | cat >> confdefs.h <<EOF | |
10555 | #define $ac_tr_func 1 | |
10556 | EOF | |
10557 | ||
10558 | else | |
10559 | echo "$ac_t""no" 1>&6 | |
10560 | fi | |
10561 | done | |
10562 | ||
10563 | ||
c63c7106 | 10564 | INET_LINK= |
10f2d63a VZ |
10565 | for ac_func in inet_addr |
10566 | do | |
10567 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | |
422107f9 | 10568 | echo "configure:10569: checking for $ac_func" >&5 |
10f2d63a VZ |
10569 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
10570 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10571 | else | |
10572 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 10573 | #line 10574 "configure" |
10f2d63a VZ |
10574 | #include "confdefs.h" |
10575 | /* System header to define __stub macros and hopefully few prototypes, | |
10576 | which can conflict with char $ac_func(); below. */ | |
10577 | #include <assert.h> | |
10578 | /* Override any gcc2 internal prototype to avoid an error. */ | |
10579 | /* We use char because int might match the return type of a gcc2 | |
10580 | builtin and then its argument prototype would still apply. */ | |
10581 | char $ac_func(); | |
10582 | ||
10583 | int main() { | |
10584 | ||
10585 | /* The GNU C library defines this for functions which it implements | |
10586 | to always fail with ENOSYS. Some functions are actually named | |
10587 | something starting with __ and the normal name is an alias. */ | |
10588 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
10589 | choke me | |
10590 | #else | |
bc9027cc | 10591 | $ac_func(); |
10f2d63a VZ |
10592 | #endif |
10593 | ||
10594 | ; return 0; } | |
10595 | EOF | |
422107f9 | 10596 | if { (eval echo configure:10597: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
10f2d63a VZ |
10597 | rm -rf conftest* |
10598 | eval "ac_cv_func_$ac_func=yes" | |
10599 | else | |
10600 | echo "configure: failed program was:" >&5 | |
10601 | cat conftest.$ac_ext >&5 | |
10602 | rm -rf conftest* | |
10603 | eval "ac_cv_func_$ac_func=no" | |
10604 | fi | |
10605 | rm -f conftest* | |
10606 | fi | |
10607 | ||
10608 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
10609 | echo "$ac_t""yes" 1>&6 | |
10610 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
10611 | cat >> confdefs.h <<EOF | |
10612 | #define $ac_tr_func 1 | |
10613 | EOF | |
c63c7106 VZ |
10614 | cat >> confdefs.h <<\EOF |
10615 | #define HAVE_INET_ADDR 1 | |
10616 | EOF | |
10617 | ||
10f2d63a VZ |
10618 | else |
10619 | echo "$ac_t""no" 1>&6 | |
c63c7106 | 10620 | echo $ac_n "checking for inet_addr in -lnsl""... $ac_c" 1>&6 |
422107f9 | 10621 | echo "configure:10622: checking for inet_addr in -lnsl" >&5 |
c63c7106 VZ |
10622 | ac_lib_var=`echo nsl'_'inet_addr | sed 'y%./+-%__p_%'` |
10623 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
10624 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10625 | else | |
10626 | ac_save_LIBS="$LIBS" | |
10627 | LIBS="-lnsl $LIBS" | |
10628 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 10629 | #line 10630 "configure" |
c63c7106 VZ |
10630 | #include "confdefs.h" |
10631 | /* Override any gcc2 internal prototype to avoid an error. */ | |
10632 | /* We use char because int might match the return type of a gcc2 | |
10633 | builtin and then its argument prototype would still apply. */ | |
10634 | char inet_addr(); | |
10635 | ||
10636 | int main() { | |
10637 | inet_addr() | |
10638 | ; return 0; } | |
10639 | EOF | |
422107f9 | 10640 | if { (eval echo configure:10641: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
c63c7106 VZ |
10641 | rm -rf conftest* |
10642 | eval "ac_cv_lib_$ac_lib_var=yes" | |
10643 | else | |
10644 | echo "configure: failed program was:" >&5 | |
10645 | cat conftest.$ac_ext >&5 | |
10646 | rm -rf conftest* | |
10647 | eval "ac_cv_lib_$ac_lib_var=no" | |
10648 | fi | |
10649 | rm -f conftest* | |
10650 | LIBS="$ac_save_LIBS" | |
10651 | ||
10652 | fi | |
10653 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
10654 | echo "$ac_t""yes" 1>&6 | |
10655 | INET_LINK="nsl" | |
10656 | else | |
10657 | echo "$ac_t""no" 1>&6 | |
10658 | echo $ac_n "checking for inet_addr in -lresolv""... $ac_c" 1>&6 | |
422107f9 | 10659 | echo "configure:10660: checking for inet_addr in -lresolv" >&5 |
c63c7106 VZ |
10660 | ac_lib_var=`echo resolv'_'inet_addr | sed 'y%./+-%__p_%'` |
10661 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
10662 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10663 | else | |
10664 | ac_save_LIBS="$LIBS" | |
10665 | LIBS="-lresolv $LIBS" | |
10666 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 10667 | #line 10668 "configure" |
c63c7106 VZ |
10668 | #include "confdefs.h" |
10669 | /* Override any gcc2 internal prototype to avoid an error. */ | |
10670 | /* We use char because int might match the return type of a gcc2 | |
10671 | builtin and then its argument prototype would still apply. */ | |
10672 | char inet_addr(); | |
10673 | ||
10674 | int main() { | |
10675 | inet_addr() | |
10676 | ; return 0; } | |
10677 | EOF | |
422107f9 | 10678 | if { (eval echo configure:10679: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
c63c7106 VZ |
10679 | rm -rf conftest* |
10680 | eval "ac_cv_lib_$ac_lib_var=yes" | |
10681 | else | |
10682 | echo "configure: failed program was:" >&5 | |
10683 | cat conftest.$ac_ext >&5 | |
10684 | rm -rf conftest* | |
10685 | eval "ac_cv_lib_$ac_lib_var=no" | |
10686 | fi | |
10687 | rm -f conftest* | |
10688 | LIBS="$ac_save_LIBS" | |
10689 | ||
10690 | fi | |
10691 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
10692 | echo "$ac_t""yes" 1>&6 | |
10693 | INET_LINK="resolv" | |
10694 | ||
10695 | else | |
10696 | echo "$ac_t""no" 1>&6 | |
10697 | fi | |
10698 | ||
10699 | ||
10700 | fi | |
10701 | ||
10702 | ||
10703 | ||
10f2d63a VZ |
10704 | fi |
10705 | done | |
10706 | ||
c63c7106 | 10707 | |
10f2d63a VZ |
10708 | for ac_func in inet_aton |
10709 | do | |
10710 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | |
422107f9 | 10711 | echo "configure:10712: checking for $ac_func" >&5 |
10f2d63a VZ |
10712 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
10713 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10714 | else | |
10715 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 10716 | #line 10717 "configure" |
10f2d63a VZ |
10717 | #include "confdefs.h" |
10718 | /* System header to define __stub macros and hopefully few prototypes, | |
10719 | which can conflict with char $ac_func(); below. */ | |
10720 | #include <assert.h> | |
10721 | /* Override any gcc2 internal prototype to avoid an error. */ | |
10722 | /* We use char because int might match the return type of a gcc2 | |
10723 | builtin and then its argument prototype would still apply. */ | |
10724 | char $ac_func(); | |
10725 | ||
10726 | int main() { | |
10727 | ||
10728 | /* The GNU C library defines this for functions which it implements | |
10729 | to always fail with ENOSYS. Some functions are actually named | |
10730 | something starting with __ and the normal name is an alias. */ | |
10731 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
10732 | choke me | |
10733 | #else | |
bc9027cc | 10734 | $ac_func(); |
10f2d63a VZ |
10735 | #endif |
10736 | ||
10737 | ; return 0; } | |
10738 | EOF | |
422107f9 | 10739 | if { (eval echo configure:10740: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
10f2d63a VZ |
10740 | rm -rf conftest* |
10741 | eval "ac_cv_func_$ac_func=yes" | |
10742 | else | |
10743 | echo "configure: failed program was:" >&5 | |
10744 | cat conftest.$ac_ext >&5 | |
10745 | rm -rf conftest* | |
10746 | eval "ac_cv_func_$ac_func=no" | |
10747 | fi | |
10748 | rm -f conftest* | |
10749 | fi | |
10750 | ||
10751 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
10752 | echo "$ac_t""yes" 1>&6 | |
10753 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
10754 | cat >> confdefs.h <<EOF | |
10755 | #define $ac_tr_func 1 | |
10756 | EOF | |
c63c7106 VZ |
10757 | cat >> confdefs.h <<\EOF |
10758 | #define HAVE_INET_ATON 1 | |
10759 | EOF | |
10760 | ||
10f2d63a VZ |
10761 | else |
10762 | echo "$ac_t""no" 1>&6 | |
c63c7106 | 10763 | echo $ac_n "checking for inet_aton in -l$INET_LINK""... $ac_c" 1>&6 |
422107f9 | 10764 | echo "configure:10765: checking for inet_aton in -l$INET_LINK" >&5 |
c63c7106 | 10765 | ac_lib_var=`echo $INET_LINK'_'inet_aton | sed 'y%./+-%__p_%'` |
10f2d63a VZ |
10766 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
10767 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10768 | else | |
10769 | ac_save_LIBS="$LIBS" | |
c63c7106 | 10770 | LIBS="-l$INET_LINK $LIBS" |
10f2d63a | 10771 | cat > conftest.$ac_ext <<EOF |
422107f9 | 10772 | #line 10773 "configure" |
10f2d63a VZ |
10773 | #include "confdefs.h" |
10774 | /* Override any gcc2 internal prototype to avoid an error. */ | |
10775 | /* We use char because int might match the return type of a gcc2 | |
10776 | builtin and then its argument prototype would still apply. */ | |
10777 | char inet_aton(); | |
10778 | ||
10779 | int main() { | |
10780 | inet_aton() | |
10781 | ; return 0; } | |
10782 | EOF | |
422107f9 | 10783 | if { (eval echo configure:10784: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
10f2d63a VZ |
10784 | rm -rf conftest* |
10785 | eval "ac_cv_lib_$ac_lib_var=yes" | |
10786 | else | |
10787 | echo "configure: failed program was:" >&5 | |
10788 | cat conftest.$ac_ext >&5 | |
10789 | rm -rf conftest* | |
10790 | eval "ac_cv_lib_$ac_lib_var=no" | |
10791 | fi | |
10792 | rm -f conftest* | |
10793 | LIBS="$ac_save_LIBS" | |
10794 | ||
10795 | fi | |
10796 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
10797 | echo "$ac_t""yes" 1>&6 | |
c63c7106 VZ |
10798 | cat >> confdefs.h <<\EOF |
10799 | #define HAVE_INET_ATON 1 | |
10f2d63a VZ |
10800 | EOF |
10801 | ||
10f2d63a VZ |
10802 | else |
10803 | echo "$ac_t""no" 1>&6 | |
10804 | fi | |
10805 | ||
c63c7106 VZ |
10806 | |
10807 | fi | |
10808 | done | |
10809 | ||
10810 | ||
10811 | if test "x$INET_LINK" != "x"; then | |
10812 | cat >> confdefs.h <<\EOF | |
10813 | #define HAVE_INET_ADDR 1 | |
10814 | EOF | |
10815 | ||
10816 | INET_LINK="-l$INET_LINK" | |
10817 | fi | |
10f2d63a VZ |
10818 | |
10819 | fi | |
10820 | ||
10821 | ||
10822 | cat > confcache <<\EOF | |
10823 | # This file is a shell script that caches the results of configure | |
10824 | # tests run on this system so they can be shared between configure | |
10825 | # scripts and configure runs. It is not useful on other systems. | |
10826 | # If it contains results you don't want to keep, you may remove or edit it. | |
10827 | # | |
10828 | # By default, configure uses ./config.cache as the cache file, | |
10829 | # creating it if it does not exist already. You can give configure | |
10830 | # the --cache-file=FILE option to use a different cache file; that is | |
10831 | # what configure does when it calls configure scripts in | |
10832 | # subdirectories, so they share the cache. | |
10833 | # Giving --cache-file=/dev/null disables caching, for debugging configure. | |
10834 | # config.status only pays attention to the cache file if you give it the | |
10835 | # --recheck option to rerun configure. | |
10836 | # | |
10837 | EOF | |
10838 | # The following way of writing the cache mishandles newlines in values, | |
10839 | # but we know of no workaround that is simple, portable, and efficient. | |
10840 | # So, don't put newlines in cache variables' values. | |
10841 | # Ultrix sh set writes to stderr and can't be redirected directly, | |
10842 | # and sets the high bit in the cache file unless we assign to the vars. | |
10843 | (set) 2>&1 | | |
10844 | case `(ac_space=' '; set | grep ac_space) 2>&1` in | |
10845 | *ac_space=\ *) | |
10846 | # `set' does not quote correctly, so add quotes (double-quote substitution | |
10847 | # turns \\\\ into \\, and sed turns \\ into \). | |
10848 | sed -n \ | |
10849 | -e "s/'/'\\\\''/g" \ | |
10850 | -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p" | |
10851 | ;; | |
10852 | *) | |
10853 | # `set' quotes correctly as required by POSIX, so do not add quotes. | |
10854 | sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p' | |
10855 | ;; | |
10856 | esac >> confcache | |
10857 | if cmp -s $cache_file confcache; then | |
10858 | : | |
10859 | else | |
10860 | if test -w $cache_file; then | |
10861 | echo "updating cache $cache_file" | |
10862 | cat confcache > $cache_file | |
10863 | else | |
10864 | echo "not updating unwritable cache $cache_file" | |
10865 | fi | |
10866 | fi | |
10867 | rm -f confcache | |
10868 | ||
10869 | ||
10870 | ||
b089607b | 10871 | if test "$TOOLKIT" != "MSW"; then |
10f2d63a VZ |
10872 | |
10873 | ||
10874 | THREADS_LINK="" | |
10875 | THREADS_OBJ="" | |
10876 | ||
10877 | if test "$wxUSE_THREADS" = "yes" ; then | |
10878 | if test "$wxUSE_WINE" = 1 ; then | |
10879 | echo "configure: warning: Threads are not supported under WINE" 1>&2 | |
10880 | wxUSE_THREADS="no" | |
b12915c1 VZ |
10881 | elif test "$USE_BEOS" = 1; then |
10882 | echo "configure: warning: BeOS threads are not yet supported" 1>&2 | |
10883 | wxUSE_THREADS="no" | |
10f2d63a VZ |
10884 | fi |
10885 | fi | |
10886 | ||
10887 | if test "$wxUSE_THREADS" = "yes" ; then | |
10888 | ||
10889 | echo $ac_n "checking for pthread_create in -lpthread""... $ac_c" 1>&6 | |
422107f9 | 10890 | echo "configure:10891: checking for pthread_create in -lpthread" >&5 |
10f2d63a VZ |
10891 | ac_lib_var=`echo pthread'_'pthread_create | sed 'y%./+-%__p_%'` |
10892 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
10893 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10894 | else | |
10895 | ac_save_LIBS="$LIBS" | |
10896 | LIBS="-lpthread $LIBS" | |
10897 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 10898 | #line 10899 "configure" |
10f2d63a VZ |
10899 | #include "confdefs.h" |
10900 | /* Override any gcc2 internal prototype to avoid an error. */ | |
10901 | /* We use char because int might match the return type of a gcc2 | |
10902 | builtin and then its argument prototype would still apply. */ | |
10903 | char pthread_create(); | |
10904 | ||
10905 | int main() { | |
10906 | pthread_create() | |
10907 | ; return 0; } | |
10908 | EOF | |
422107f9 | 10909 | if { (eval echo configure:10910: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
10f2d63a VZ |
10910 | rm -rf conftest* |
10911 | eval "ac_cv_lib_$ac_lib_var=yes" | |
10912 | else | |
10913 | echo "configure: failed program was:" >&5 | |
10914 | cat conftest.$ac_ext >&5 | |
10915 | rm -rf conftest* | |
10916 | eval "ac_cv_lib_$ac_lib_var=no" | |
10917 | fi | |
10918 | rm -f conftest* | |
10919 | LIBS="$ac_save_LIBS" | |
10920 | ||
10921 | fi | |
10922 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
10923 | echo "$ac_t""yes" 1>&6 | |
10924 | ||
10925 | THREADS_OBJ="threadpsx.lo" | |
10926 | THREADS_LINK="pthread" | |
10927 | ||
10928 | else | |
10929 | echo "$ac_t""no" 1>&6 | |
10930 | ||
10931 | echo $ac_n "checking for pthread_create in -lc_r""... $ac_c" 1>&6 | |
422107f9 | 10932 | echo "configure:10933: checking for pthread_create in -lc_r" >&5 |
10f2d63a VZ |
10933 | ac_lib_var=`echo c_r'_'pthread_create | sed 'y%./+-%__p_%'` |
10934 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
10935 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10936 | else | |
10937 | ac_save_LIBS="$LIBS" | |
10938 | LIBS="-lc_r $LIBS" | |
10939 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 10940 | #line 10941 "configure" |
10f2d63a VZ |
10941 | #include "confdefs.h" |
10942 | /* Override any gcc2 internal prototype to avoid an error. */ | |
10943 | /* We use char because int might match the return type of a gcc2 | |
10944 | builtin and then its argument prototype would still apply. */ | |
10945 | char pthread_create(); | |
10946 | ||
10947 | int main() { | |
10948 | pthread_create() | |
10949 | ; return 0; } | |
10950 | EOF | |
422107f9 | 10951 | if { (eval echo configure:10952: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
10f2d63a VZ |
10952 | rm -rf conftest* |
10953 | eval "ac_cv_lib_$ac_lib_var=yes" | |
10954 | else | |
10955 | echo "configure: failed program was:" >&5 | |
10956 | cat conftest.$ac_ext >&5 | |
10957 | rm -rf conftest* | |
10958 | eval "ac_cv_lib_$ac_lib_var=no" | |
10959 | fi | |
10960 | rm -f conftest* | |
10961 | LIBS="$ac_save_LIBS" | |
10962 | ||
10963 | fi | |
10964 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
10965 | echo "$ac_t""yes" 1>&6 | |
10966 | ||
10967 | THREADS_OBJ="threadpsx.lo" | |
10968 | THREADS_LINK="c_r" | |
10969 | ||
10970 | else | |
10971 | echo "$ac_t""no" 1>&6 | |
10972 | ||
10973 | ac_safe=`echo "sys/prctl.h" | sed 'y%./+-%__p_%'` | |
10974 | echo $ac_n "checking for sys/prctl.h""... $ac_c" 1>&6 | |
422107f9 | 10975 | echo "configure:10976: checking for sys/prctl.h" >&5 |
10f2d63a VZ |
10976 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
10977 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10978 | else | |
10979 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 10980 | #line 10981 "configure" |
10f2d63a VZ |
10981 | #include "confdefs.h" |
10982 | #include <sys/prctl.h> | |
10983 | EOF | |
10984 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
422107f9 | 10985 | { (eval echo configure:10986: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
10f2d63a VZ |
10986 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
10987 | if test -z "$ac_err"; then | |
10988 | rm -rf conftest* | |
10989 | eval "ac_cv_header_$ac_safe=yes" | |
10990 | else | |
10991 | echo "$ac_err" >&5 | |
10992 | echo "configure: failed program was:" >&5 | |
10993 | cat conftest.$ac_ext >&5 | |
10994 | rm -rf conftest* | |
10995 | eval "ac_cv_header_$ac_safe=no" | |
10996 | fi | |
10997 | rm -f conftest* | |
10998 | fi | |
10999 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
11000 | echo "$ac_t""yes" 1>&6 | |
11001 | ||
11002 | THREADS_OBJ="threadsgi.lo" | |
11003 | ||
11004 | else | |
11005 | echo "$ac_t""no" 1>&6 | |
11006 | fi | |
11007 | ||
11008 | ||
11009 | fi | |
11010 | ||
11011 | ||
11012 | fi | |
11013 | ||
11014 | ||
11015 | if test -z "$THREADS_OBJ" ; then | |
11016 | wxUSE_THREADS=no | |
11017 | echo "configure: warning: No thread support on this system" 1>&2 | |
11018 | fi | |
11019 | fi | |
11020 | ||
11021 | if test "$wxUSE_THREADS" = "yes" ; then | |
70846f0a VZ |
11022 | for ac_func in thr_setconcurrency |
11023 | do | |
11024 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | |
422107f9 | 11025 | echo "configure:11026: checking for $ac_func" >&5 |
70846f0a VZ |
11026 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
11027 | echo $ac_n "(cached) $ac_c" 1>&6 | |
11028 | else | |
11029 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 11030 | #line 11031 "configure" |
70846f0a VZ |
11031 | #include "confdefs.h" |
11032 | /* System header to define __stub macros and hopefully few prototypes, | |
11033 | which can conflict with char $ac_func(); below. */ | |
11034 | #include <assert.h> | |
11035 | /* Override any gcc2 internal prototype to avoid an error. */ | |
11036 | /* We use char because int might match the return type of a gcc2 | |
11037 | builtin and then its argument prototype would still apply. */ | |
11038 | char $ac_func(); | |
11039 | ||
11040 | int main() { | |
11041 | ||
11042 | /* The GNU C library defines this for functions which it implements | |
11043 | to always fail with ENOSYS. Some functions are actually named | |
11044 | something starting with __ and the normal name is an alias. */ | |
11045 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
11046 | choke me | |
11047 | #else | |
bc9027cc | 11048 | $ac_func(); |
70846f0a VZ |
11049 | #endif |
11050 | ||
11051 | ; return 0; } | |
11052 | EOF | |
422107f9 | 11053 | if { (eval echo configure:11054: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
70846f0a VZ |
11054 | rm -rf conftest* |
11055 | eval "ac_cv_func_$ac_func=yes" | |
11056 | else | |
11057 | echo "configure: failed program was:" >&5 | |
11058 | cat conftest.$ac_ext >&5 | |
11059 | rm -rf conftest* | |
11060 | eval "ac_cv_func_$ac_func=no" | |
11061 | fi | |
11062 | rm -f conftest* | |
11063 | fi | |
11064 | ||
11065 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
11066 | echo "$ac_t""yes" 1>&6 | |
11067 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
11068 | cat >> confdefs.h <<EOF | |
11069 | #define $ac_tr_func 1 | |
11070 | EOF | |
11071 | ||
11072 | else | |
11073 | echo "$ac_t""no" 1>&6 | |
11074 | fi | |
11075 | done | |
11076 | ||
11077 | ||
10f2d63a VZ |
11078 | |
11079 | for ac_hdr in sched.h | |
11080 | do | |
11081 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
11082 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
422107f9 | 11083 | echo "configure:11084: checking for $ac_hdr" >&5 |
10f2d63a VZ |
11084 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
11085 | echo $ac_n "(cached) $ac_c" 1>&6 | |
11086 | else | |
11087 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 11088 | #line 11089 "configure" |
10f2d63a VZ |
11089 | #include "confdefs.h" |
11090 | #include <$ac_hdr> | |
11091 | EOF | |
11092 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
422107f9 | 11093 | { (eval echo configure:11094: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
10f2d63a VZ |
11094 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
11095 | if test -z "$ac_err"; then | |
11096 | rm -rf conftest* | |
11097 | eval "ac_cv_header_$ac_safe=yes" | |
11098 | else | |
11099 | echo "$ac_err" >&5 | |
11100 | echo "configure: failed program was:" >&5 | |
11101 | cat conftest.$ac_ext >&5 | |
11102 | rm -rf conftest* | |
11103 | eval "ac_cv_header_$ac_safe=no" | |
11104 | fi | |
11105 | rm -f conftest* | |
11106 | fi | |
11107 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
11108 | echo "$ac_t""yes" 1>&6 | |
11109 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
11110 | cat >> confdefs.h <<EOF | |
11111 | #define $ac_tr_hdr 1 | |
11112 | EOF | |
11113 | ||
11114 | else | |
11115 | echo "$ac_t""no" 1>&6 | |
11116 | fi | |
11117 | done | |
11118 | ||
11119 | ||
11120 | echo $ac_n "checking for sched_yield in -l$THREADS_LINK""... $ac_c" 1>&6 | |
422107f9 | 11121 | echo "configure:11122: checking for sched_yield in -l$THREADS_LINK" >&5 |
10f2d63a VZ |
11122 | ac_lib_var=`echo $THREADS_LINK'_'sched_yield | sed 'y%./+-%__p_%'` |
11123 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
11124 | echo $ac_n "(cached) $ac_c" 1>&6 | |
11125 | else | |
11126 | ac_save_LIBS="$LIBS" | |
11127 | LIBS="-l$THREADS_LINK $LIBS" | |
11128 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 11129 | #line 11130 "configure" |
10f2d63a VZ |
11130 | #include "confdefs.h" |
11131 | /* Override any gcc2 internal prototype to avoid an error. */ | |
11132 | /* We use char because int might match the return type of a gcc2 | |
11133 | builtin and then its argument prototype would still apply. */ | |
11134 | char sched_yield(); | |
11135 | ||
11136 | int main() { | |
11137 | sched_yield() | |
11138 | ; return 0; } | |
11139 | EOF | |
422107f9 | 11140 | if { (eval echo configure:11141: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
10f2d63a VZ |
11141 | rm -rf conftest* |
11142 | eval "ac_cv_lib_$ac_lib_var=yes" | |
11143 | else | |
11144 | echo "configure: failed program was:" >&5 | |
11145 | cat conftest.$ac_ext >&5 | |
11146 | rm -rf conftest* | |
11147 | eval "ac_cv_lib_$ac_lib_var=no" | |
11148 | fi | |
11149 | rm -f conftest* | |
11150 | LIBS="$ac_save_LIBS" | |
11151 | ||
11152 | fi | |
11153 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
11154 | echo "$ac_t""yes" 1>&6 | |
11155 | cat >> confdefs.h <<\EOF | |
11156 | #define HAVE_SCHED_YIELD 1 | |
11157 | EOF | |
11158 | ||
11159 | else | |
11160 | echo "$ac_t""no" 1>&6 | |
11161 | echo $ac_n "checking for sched_yield in -l"posix4"""... $ac_c" 1>&6 | |
422107f9 | 11162 | echo "configure:11163: checking for sched_yield in -l"posix4"" >&5 |
10f2d63a VZ |
11163 | ac_lib_var=`echo "posix4"'_'sched_yield | sed 'y%./+-%__p_%'` |
11164 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
11165 | echo $ac_n "(cached) $ac_c" 1>&6 | |
11166 | else | |
11167 | ac_save_LIBS="$LIBS" | |
11168 | LIBS="-l"posix4" $LIBS" | |
11169 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 11170 | #line 11171 "configure" |
10f2d63a VZ |
11171 | #include "confdefs.h" |
11172 | /* Override any gcc2 internal prototype to avoid an error. */ | |
11173 | /* We use char because int might match the return type of a gcc2 | |
11174 | builtin and then its argument prototype would still apply. */ | |
11175 | char sched_yield(); | |
11176 | ||
11177 | int main() { | |
11178 | sched_yield() | |
11179 | ; return 0; } | |
11180 | EOF | |
422107f9 | 11181 | if { (eval echo configure:11182: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
10f2d63a VZ |
11182 | rm -rf conftest* |
11183 | eval "ac_cv_lib_$ac_lib_var=yes" | |
11184 | else | |
11185 | echo "configure: failed program was:" >&5 | |
11186 | cat conftest.$ac_ext >&5 | |
11187 | rm -rf conftest* | |
11188 | eval "ac_cv_lib_$ac_lib_var=no" | |
11189 | fi | |
11190 | rm -f conftest* | |
11191 | LIBS="$ac_save_LIBS" | |
11192 | ||
11193 | fi | |
11194 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
11195 | echo "$ac_t""yes" 1>&6 | |
11196 | cat >> confdefs.h <<\EOF | |
11197 | #define HAVE_SCHED_YIELD 1 | |
11198 | EOF | |
11199 | POSIX4_LINK="-lposix4" | |
11200 | else | |
11201 | echo "$ac_t""no" 1>&6 | |
11202 | echo "configure: warning: wxThread::Yield will not work properly" 1>&2 | |
11203 | ||
11204 | fi | |
11205 | ||
11206 | ||
11207 | fi | |
11208 | ||
11209 | ||
11210 | echo $ac_n "checking for pthread_attr_getschedpolicy in -l$THREADS_LINK""... $ac_c" 1>&6 | |
422107f9 | 11211 | echo "configure:11212: checking for pthread_attr_getschedpolicy in -l$THREADS_LINK" >&5 |
10f2d63a VZ |
11212 | ac_lib_var=`echo $THREADS_LINK'_'pthread_attr_getschedpolicy | sed 'y%./+-%__p_%'` |
11213 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
11214 | echo $ac_n "(cached) $ac_c" 1>&6 | |
11215 | else | |
11216 | ac_save_LIBS="$LIBS" | |
11217 | LIBS="-l$THREADS_LINK $LIBS" | |
11218 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 11219 | #line 11220 "configure" |
10f2d63a VZ |
11220 | #include "confdefs.h" |
11221 | /* Override any gcc2 internal prototype to avoid an error. */ | |
11222 | /* We use char because int might match the return type of a gcc2 | |
11223 | builtin and then its argument prototype would still apply. */ | |
11224 | char pthread_attr_getschedpolicy(); | |
11225 | ||
11226 | int main() { | |
11227 | pthread_attr_getschedpolicy() | |
11228 | ; return 0; } | |
11229 | EOF | |
422107f9 | 11230 | if { (eval echo configure:11231: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
10f2d63a VZ |
11231 | rm -rf conftest* |
11232 | eval "ac_cv_lib_$ac_lib_var=yes" | |
11233 | else | |
11234 | echo "configure: failed program was:" >&5 | |
11235 | cat conftest.$ac_ext >&5 | |
11236 | rm -rf conftest* | |
11237 | eval "ac_cv_lib_$ac_lib_var=no" | |
11238 | fi | |
11239 | rm -f conftest* | |
11240 | LIBS="$ac_save_LIBS" | |
11241 | ||
11242 | fi | |
11243 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
11244 | echo "$ac_t""yes" 1>&6 | |
11245 | cat >> confdefs.h <<\EOF | |
11246 | #define HAVE_THREAD_PRIORITY_FUNCTIONS 1 | |
11247 | EOF | |
11248 | ||
11249 | else | |
11250 | echo "$ac_t""no" 1>&6 | |
11251 | echo $ac_n "checking for pthread_attr_getschedpolicy in -l"posix4"""... $ac_c" 1>&6 | |
422107f9 | 11252 | echo "configure:11253: checking for pthread_attr_getschedpolicy in -l"posix4"" >&5 |
10f2d63a VZ |
11253 | ac_lib_var=`echo "posix4"'_'pthread_attr_getschedpolicy | sed 'y%./+-%__p_%'` |
11254 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
11255 | echo $ac_n "(cached) $ac_c" 1>&6 | |
11256 | else | |
11257 | ac_save_LIBS="$LIBS" | |
11258 | LIBS="-l"posix4" $LIBS" | |
11259 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 11260 | #line 11261 "configure" |
10f2d63a VZ |
11261 | #include "confdefs.h" |
11262 | /* Override any gcc2 internal prototype to avoid an error. */ | |
11263 | /* We use char because int might match the return type of a gcc2 | |
11264 | builtin and then its argument prototype would still apply. */ | |
11265 | char pthread_attr_getschedpolicy(); | |
11266 | ||
11267 | int main() { | |
11268 | pthread_attr_getschedpolicy() | |
11269 | ; return 0; } | |
11270 | EOF | |
422107f9 | 11271 | if { (eval echo configure:11272: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
10f2d63a VZ |
11272 | rm -rf conftest* |
11273 | eval "ac_cv_lib_$ac_lib_var=yes" | |
11274 | else | |
11275 | echo "configure: failed program was:" >&5 | |
11276 | cat conftest.$ac_ext >&5 | |
11277 | rm -rf conftest* | |
11278 | eval "ac_cv_lib_$ac_lib_var=no" | |
11279 | fi | |
11280 | rm -f conftest* | |
11281 | LIBS="$ac_save_LIBS" | |
11282 | ||
11283 | fi | |
11284 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
11285 | echo "$ac_t""yes" 1>&6 | |
11286 | cat >> confdefs.h <<\EOF | |
11287 | #define HAVE_THREAD_PRIORITY_FUNCTIONS 1 | |
11288 | EOF | |
11289 | POSIX4_LINK="-lposix4" | |
11290 | else | |
11291 | echo "$ac_t""no" 1>&6 | |
11292 | echo "configure: warning: Setting thread priority will not work" 1>&2 | |
11293 | ||
11294 | fi | |
11295 | ||
11296 | ||
11297 | fi | |
11298 | ||
11299 | ||
11300 | echo $ac_n "checking for pthread_cancel in -l$THREADS_LINK""... $ac_c" 1>&6 | |
422107f9 | 11301 | echo "configure:11302: checking for pthread_cancel in -l$THREADS_LINK" >&5 |
10f2d63a VZ |
11302 | ac_lib_var=`echo $THREADS_LINK'_'pthread_cancel | sed 'y%./+-%__p_%'` |
11303 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
11304 | echo $ac_n "(cached) $ac_c" 1>&6 | |
11305 | else | |
11306 | ac_save_LIBS="$LIBS" | |
11307 | LIBS="-l$THREADS_LINK $LIBS" | |
11308 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 11309 | #line 11310 "configure" |
10f2d63a VZ |
11310 | #include "confdefs.h" |
11311 | /* Override any gcc2 internal prototype to avoid an error. */ | |
11312 | /* We use char because int might match the return type of a gcc2 | |
11313 | builtin and then its argument prototype would still apply. */ | |
11314 | char pthread_cancel(); | |
11315 | ||
11316 | int main() { | |
11317 | pthread_cancel() | |
11318 | ; return 0; } | |
11319 | EOF | |
422107f9 | 11320 | if { (eval echo configure:11321: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
10f2d63a VZ |
11321 | rm -rf conftest* |
11322 | eval "ac_cv_lib_$ac_lib_var=yes" | |
11323 | else | |
11324 | echo "configure: failed program was:" >&5 | |
11325 | cat conftest.$ac_ext >&5 | |
11326 | rm -rf conftest* | |
11327 | eval "ac_cv_lib_$ac_lib_var=no" | |
11328 | fi | |
11329 | rm -f conftest* | |
11330 | LIBS="$ac_save_LIBS" | |
11331 | ||
11332 | fi | |
11333 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
11334 | echo "$ac_t""yes" 1>&6 | |
11335 | cat >> confdefs.h <<\EOF | |
11336 | #define HAVE_PTHREAD_CANCEL 1 | |
11337 | EOF | |
11338 | ||
11339 | else | |
11340 | echo "$ac_t""no" 1>&6 | |
11341 | echo "configure: warning: wxThread::Kill() will not work properly" 1>&2 | |
11342 | fi | |
11343 | ||
11344 | ||
11345 | echo $ac_n "checking for pthread_cleanup_push/pop""... $ac_c" 1>&6 | |
422107f9 | 11346 | echo "configure:11347: checking for pthread_cleanup_push/pop" >&5 |
10f2d63a VZ |
11347 | if eval "test \"`echo '$''{'wx_cv_func_pthread_cleanup_push'+set}'`\" = set"; then |
11348 | echo $ac_n "(cached) $ac_c" 1>&6 | |
11349 | else | |
11350 | ||
11351 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 11352 | #line 11353 "configure" |
10f2d63a VZ |
11353 | #include "confdefs.h" |
11354 | #include <pthread.h> | |
11355 | int main() { | |
11356 | ||
11357 | pthread_cleanup_push(NULL, NULL); | |
11358 | pthread_cleanup_pop(0); | |
11359 | ||
11360 | ; return 0; } | |
11361 | EOF | |
422107f9 | 11362 | if { (eval echo configure:11363: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
10f2d63a VZ |
11363 | rm -rf conftest* |
11364 | ||
11365 | wx_cv_func_pthread_cleanup_push=yes | |
11366 | cat >> confdefs.h <<\EOF | |
11367 | #define HAVE_THREAD_CLEANUP_FUNCTIONS 1 | |
11368 | EOF | |
11369 | ||
11370 | ||
11371 | else | |
11372 | echo "configure: failed program was:" >&5 | |
11373 | cat conftest.$ac_ext >&5 | |
11374 | rm -rf conftest* | |
11375 | ||
11376 | wx_cv_func_pthread_cleanup_push=no | |
11377 | ||
11378 | fi | |
11379 | rm -f conftest* | |
11380 | ||
11381 | fi | |
11382 | ||
11383 | echo "$ac_t""$wx_cv_func_pthread_cleanup_push" 1>&6 | |
11384 | ||
11385 | THREADS_LINK="-l$THREADS_LINK" | |
11386 | fi | |
11387 | ||
11388 | fi | |
11389 | ||
11390 | if test "$wxUSE_THREADS" = "yes"; then | |
11391 | cat >> confdefs.h <<\EOF | |
11392 | #define wxUSE_THREADS 1 | |
11393 | EOF | |
11394 | ||
11395 | ||
11396 | CFLAGS="${CFLAGS} -D_REENTRANT" | |
11397 | CXXFLAGS="${CXXFLAGS} -D_REENTRANT" | |
11398 | ||
11399 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS thread" | |
11400 | else | |
11401 | if test "$ac_cv_func_strtok_r" = "yes"; then | |
ab9b9eab | 11402 | echo $ac_n "checking if -D_REENTRANT is needed""... $ac_c" 1>&6 |
422107f9 | 11403 | echo "configure:11404: checking if -D_REENTRANT is needed" >&5 |
ab9b9eab VZ |
11404 | if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then |
11405 | CFLAGS="${CFLAGS} -D_REENTRANT" | |
11406 | CXXFLAGS="${CXXFLAGS} -D_REENTRANT" | |
11407 | echo "$ac_t""yes" 1>&6 | |
11408 | else | |
11409 | echo "$ac_t""no" 1>&6 | |
10f2d63a VZ |
11410 | fi |
11411 | fi | |
11412 | fi | |
11413 | ||
13111b2a VZ |
11414 | if test "$WXGTK13" = 1 ; then |
11415 | cat >> confdefs.h <<EOF | |
11416 | #define __WXGTK13__ $WXGTK13 | |
11417 | EOF | |
11418 | ||
11419 | WXGTK12=1 | |
11420 | fi | |
11421 | ||
10f2d63a VZ |
11422 | if test "$WXGTK12" = 1 ; then |
11423 | cat >> confdefs.h <<EOF | |
11424 | #define __WXGTK12__ $WXGTK12 | |
11425 | EOF | |
11426 | ||
11427 | fi | |
11428 | ||
11429 | if test "$WXWINE" = 1 ; then | |
11430 | TOOLKIT_DEF="${TOOLKIT_DEF} -D__WXWINE__" | |
11431 | fi | |
11432 | ||
11433 | if test "$wxUSE_CYGWIN" = 1 ; then | |
11434 | TOOLKIT_DEF="${TOOLKIT_DEF} -D__WIN95__" | |
11435 | fi | |
11436 | ||
11437 | WXDEBUG= | |
11438 | ||
11439 | if test "$wxUSE_DEBUG_INFO" = "yes" ; then | |
11440 | WXDEBUG="-g" | |
11441 | wxUSE_OPTIMISE=no | |
11442 | fi | |
11443 | ||
11444 | if test "$wxUSE_DEBUG_GDB" = "yes" ; then | |
11445 | wxUSE_DEBUG_INFO=yes | |
11446 | WXDEBUG="-ggdb" | |
11447 | fi | |
11448 | ||
11449 | if test "$wxUSE_DEBUG_FLAG" = "yes" ; then | |
11450 | cat >> confdefs.h <<\EOF | |
11451 | #define WXDEBUG 1 | |
11452 | EOF | |
11453 | ||
11454 | WXDEBUG_DEFINE="-D__WXDEBUG__" | |
11455 | else | |
11456 | if test "$wxUSE_GTK" = 1 ; then | |
11457 | WXDEBUG_DEFINE="-DGTK_NO_CHECK_CASTS" | |
11458 | fi | |
11459 | fi | |
11460 | ||
11461 | if test "$wxUSE_MEM_TRACING" = "yes" ; then | |
11462 | cat >> confdefs.h <<\EOF | |
11463 | #define wxUSE_MEMORY_TRACING 1 | |
11464 | EOF | |
11465 | ||
11466 | cat >> confdefs.h <<\EOF | |
11467 | #define wxUSE_GLOBAL_MEMORY_OPERATORS 1 | |
47c13eb7 VS |
11468 | EOF |
11469 | ||
11470 | cat >> confdefs.h <<\EOF | |
11471 | #define wxUSE_DEBUG_NEW_ALWAYS 1 | |
10f2d63a VZ |
11472 | EOF |
11473 | ||
11474 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS memcheck" | |
11475 | fi | |
11476 | ||
11477 | if test "$wxUSE_DMALLOC" = "yes" ; then | |
11478 | DMALLOC_LINK="-ldmalloc" | |
11479 | fi | |
11480 | ||
11481 | PROFILE= | |
11482 | if test "$wxUSE_PROFILE" = "yes" ; then | |
11483 | PROFILE="-pg" | |
11484 | fi | |
11485 | ||
11486 | DEP_INFO_FLAGS= | |
caa2c79b | 11487 | CODE_GEN_FLAGS= |
10f2d63a VZ |
11488 | if test "$GCC" = yes ; then |
11489 | if test "$wxUSE_NO_RTTI" = "yes" ; then | |
caa2c79b | 11490 | CODE_GEN_FLAGS="$CODE_GEN_FLAGS -fno-rtti" |
10f2d63a VZ |
11491 | fi |
11492 | if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then | |
caa2c79b | 11493 | CODE_GEN_FLAGS="$CODE_GEN_FLAGS -fno-exceptions" |
10f2d63a VZ |
11494 | fi |
11495 | if test "$wxUSE_PERMISSIVE" = "yes" ; then | |
caa2c79b | 11496 | CODE_GEN_FLAGS="$CODE_GEN_FLAGS -fpermissive" |
10f2d63a VZ |
11497 | fi |
11498 | if test "$wxUSE_NO_DEPS" = "no" ; then | |
11499 | DEP_INFO_FLAGS="-MMD" | |
11500 | fi | |
11501 | fi | |
11502 | ||
11503 | ||
11504 | CXXFLAGS=`echo "${CXXFLAGS}" | sed "s/\-O.//g" ` | |
11505 | CFLAGS=`echo "${CFLAGS}" | sed "s/\-O.//g" ` | |
11506 | if test "$wxUSE_OPTIMISE" = "no" ; then | |
11507 | OPTIMISE= | |
11508 | else | |
11509 | if test "$GCC" = yes ; then | |
11510 | OPTIMISE="-O2" | |
11511 | case "${host}" in | |
11512 | i586-*-*|i686-*-* ) | |
11513 | OPTIMISE="${OPTIMISE} " | |
11514 | ;; | |
11515 | esac | |
11516 | else | |
11517 | OPTIMISE="-O" | |
11518 | fi | |
11519 | fi | |
11520 | ||
11521 | ||
11522 | ZLIB_INCLUDE= | |
422107f9 | 11523 | if test "$wxUSE_ZLIB" = "yes" -o "$wxUSE_ZLIB" = "sys" ; then |
10f2d63a VZ |
11524 | cat >> confdefs.h <<\EOF |
11525 | #define wxUSE_ZLIB 1 | |
11526 | EOF | |
11527 | ||
422107f9 VZ |
11528 | if test "$wxUSE_ZLIB" = "yes" ; then |
11529 | ZLIB_INCLUDE="-I\${top_srcdir}/src/zlib" | |
11530 | else | |
11531 | ZLIB_LINK= | |
11532 | ac_safe=`echo "zlib.h" | sed 'y%./+-%__p_%'` | |
11533 | echo $ac_n "checking for zlib.h""... $ac_c" 1>&6 | |
11534 | echo "configure:11535: checking for zlib.h" >&5 | |
11535 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
11536 | echo $ac_n "(cached) $ac_c" 1>&6 | |
11537 | else | |
11538 | cat > conftest.$ac_ext <<EOF | |
11539 | #line 11540 "configure" | |
11540 | #include "confdefs.h" | |
11541 | #include <zlib.h> | |
11542 | EOF | |
11543 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
11544 | { (eval echo configure:11545: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | |
11545 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | |
11546 | if test -z "$ac_err"; then | |
11547 | rm -rf conftest* | |
11548 | eval "ac_cv_header_$ac_safe=yes" | |
11549 | else | |
11550 | echo "$ac_err" >&5 | |
11551 | echo "configure: failed program was:" >&5 | |
11552 | cat conftest.$ac_ext >&5 | |
11553 | rm -rf conftest* | |
11554 | eval "ac_cv_header_$ac_safe=no" | |
11555 | fi | |
11556 | rm -f conftest* | |
11557 | fi | |
11558 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
11559 | echo "$ac_t""yes" 1>&6 | |
11560 | echo $ac_n "checking for deflate in -lz""... $ac_c" 1>&6 | |
11561 | echo "configure:11562: checking for deflate in -lz" >&5 | |
11562 | ac_lib_var=`echo z'_'deflate | sed 'y%./+-%__p_%'` | |
11563 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
11564 | echo $ac_n "(cached) $ac_c" 1>&6 | |
11565 | else | |
11566 | ac_save_LIBS="$LIBS" | |
11567 | LIBS="-lz $LIBS" | |
11568 | cat > conftest.$ac_ext <<EOF | |
11569 | #line 11570 "configure" | |
11570 | #include "confdefs.h" | |
11571 | /* Override any gcc2 internal prototype to avoid an error. */ | |
11572 | /* We use char because int might match the return type of a gcc2 | |
11573 | builtin and then its argument prototype would still apply. */ | |
11574 | char deflate(); | |
11575 | ||
11576 | int main() { | |
11577 | deflate() | |
11578 | ; return 0; } | |
11579 | EOF | |
11580 | if { (eval echo configure:11581: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
11581 | rm -rf conftest* | |
11582 | eval "ac_cv_lib_$ac_lib_var=yes" | |
11583 | else | |
11584 | echo "configure: failed program was:" >&5 | |
11585 | cat conftest.$ac_ext >&5 | |
11586 | rm -rf conftest* | |
11587 | eval "ac_cv_lib_$ac_lib_var=no" | |
11588 | fi | |
11589 | rm -f conftest* | |
11590 | LIBS="$ac_save_LIBS" | |
11591 | ||
11592 | fi | |
11593 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
11594 | echo "$ac_t""yes" 1>&6 | |
11595 | ZLIB_LINK="-lz" | |
11596 | else | |
11597 | echo "$ac_t""no" 1>&6 | |
11598 | fi | |
11599 | ||
11600 | else | |
11601 | echo "$ac_t""no" 1>&6 | |
11602 | fi | |
11603 | ||
11604 | if test "x$ZLIB_LINK" = "x" ; then | |
11605 | { echo "configure: error: system zlib compression library not found! Use --with-zlib=yes to use built-in zlib" 1>&2; exit 1; } | |
11606 | fi | |
11607 | fi | |
10f2d63a VZ |
11608 | fi |
11609 | ||
11610 | PNG_INCLUDE= | |
422107f9 | 11611 | if test "$wxUSE_LIBPNG" = "yes" -o "$wxUSE_LIBPNG" = "sys" ; then |
10f2d63a VZ |
11612 | cat >> confdefs.h <<\EOF |
11613 | #define wxUSE_LIBPNG 1 | |
11614 | EOF | |
11615 | ||
422107f9 VZ |
11616 | if test "$wxUSE_ZLIB" != "sys" ; then |
11617 | echo "configure: warning: --with-libpng=sys doesn't work without --with-zlib=sys, will compile the built-in libpng instead" 1>&2 | |
11618 | wxUSE_LIBPNG=yes | |
11619 | fi | |
11620 | ||
11621 | if test "$wxUSE_LIBPNG" = "yes" ; then | |
11622 | PNG_INCLUDE="-I\${top_srcdir}/src/png" | |
11623 | else | |
11624 | PNG_LINK= | |
11625 | ac_safe=`echo "png.h" | sed 'y%./+-%__p_%'` | |
11626 | echo $ac_n "checking for png.h""... $ac_c" 1>&6 | |
11627 | echo "configure:11628: checking for png.h" >&5 | |
11628 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
11629 | echo $ac_n "(cached) $ac_c" 1>&6 | |
11630 | else | |
11631 | cat > conftest.$ac_ext <<EOF | |
11632 | #line 11633 "configure" | |
11633 | #include "confdefs.h" | |
11634 | #include <png.h> | |
11635 | EOF | |
11636 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
11637 | { (eval echo configure:11638: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | |
11638 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | |
11639 | if test -z "$ac_err"; then | |
11640 | rm -rf conftest* | |
11641 | eval "ac_cv_header_$ac_safe=yes" | |
11642 | else | |
11643 | echo "$ac_err" >&5 | |
11644 | echo "configure: failed program was:" >&5 | |
11645 | cat conftest.$ac_ext >&5 | |
11646 | rm -rf conftest* | |
11647 | eval "ac_cv_header_$ac_safe=no" | |
11648 | fi | |
11649 | rm -f conftest* | |
11650 | fi | |
11651 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
11652 | echo "$ac_t""yes" 1>&6 | |
11653 | echo $ac_n "checking for png_check_sig in -lpng""... $ac_c" 1>&6 | |
11654 | echo "configure:11655: checking for png_check_sig in -lpng" >&5 | |
11655 | ac_lib_var=`echo png'_'png_check_sig | sed 'y%./+-%__p_%'` | |
11656 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
11657 | echo $ac_n "(cached) $ac_c" 1>&6 | |
11658 | else | |
11659 | ac_save_LIBS="$LIBS" | |
11660 | LIBS="-lpng -lz -lm $LIBS" | |
11661 | cat > conftest.$ac_ext <<EOF | |
11662 | #line 11663 "configure" | |
11663 | #include "confdefs.h" | |
11664 | /* Override any gcc2 internal prototype to avoid an error. */ | |
11665 | /* We use char because int might match the return type of a gcc2 | |
11666 | builtin and then its argument prototype would still apply. */ | |
11667 | char png_check_sig(); | |
11668 | ||
11669 | int main() { | |
11670 | png_check_sig() | |
11671 | ; return 0; } | |
11672 | EOF | |
11673 | if { (eval echo configure:11674: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
11674 | rm -rf conftest* | |
11675 | eval "ac_cv_lib_$ac_lib_var=yes" | |
11676 | else | |
11677 | echo "configure: failed program was:" >&5 | |
11678 | cat conftest.$ac_ext >&5 | |
11679 | rm -rf conftest* | |
11680 | eval "ac_cv_lib_$ac_lib_var=no" | |
11681 | fi | |
11682 | rm -f conftest* | |
11683 | LIBS="$ac_save_LIBS" | |
11684 | ||
11685 | fi | |
11686 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
11687 | echo "$ac_t""yes" 1>&6 | |
11688 | PNG_LINK="-lpng" | |
11689 | else | |
11690 | echo "$ac_t""no" 1>&6 | |
11691 | fi | |
11692 | ||
11693 | ||
11694 | else | |
11695 | echo "$ac_t""no" 1>&6 | |
11696 | fi | |
11697 | ||
11698 | if test "x$PNG_LINK" = "x" ; then | |
11699 | { echo "configure: error: system png library not found! Use --with-png=yes to use built-in libpng" 1>&2; exit 1; } | |
11700 | fi | |
11701 | fi | |
11702 | ||
10f2d63a VZ |
11703 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS png" |
11704 | fi | |
11705 | ||
11706 | JPEG_INCLUDE= | |
422107f9 | 11707 | if test "$wxUSE_LIBJPEG" = "yes" -o "$wxUSE_LIBJPEG" = "sys" ; then |
10f2d63a VZ |
11708 | cat >> confdefs.h <<\EOF |
11709 | #define wxUSE_LIBJPEG 1 | |
11710 | EOF | |
11711 | ||
422107f9 VZ |
11712 | if test "$wxUSE_LIBJPEG" = "yes" ; then |
11713 | JPEG_INCLUDE="-I\${top_srcdir}/src/jpeg" | |
11714 | else | |
11715 | JPEG_LINK= | |
11716 | ac_safe=`echo "jpeglib.h" | sed 'y%./+-%__p_%'` | |
11717 | echo $ac_n "checking for jpeglib.h""... $ac_c" 1>&6 | |
11718 | echo "configure:11719: checking for jpeglib.h" >&5 | |
11719 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
11720 | echo $ac_n "(cached) $ac_c" 1>&6 | |
11721 | else | |
11722 | cat > conftest.$ac_ext <<EOF | |
11723 | #line 11724 "configure" | |
11724 | #include "confdefs.h" | |
11725 | #include <jpeglib.h> | |
11726 | EOF | |
11727 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
11728 | { (eval echo configure:11729: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | |
11729 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | |
11730 | if test -z "$ac_err"; then | |
11731 | rm -rf conftest* | |
11732 | eval "ac_cv_header_$ac_safe=yes" | |
11733 | else | |
11734 | echo "$ac_err" >&5 | |
11735 | echo "configure: failed program was:" >&5 | |
11736 | cat conftest.$ac_ext >&5 | |
11737 | rm -rf conftest* | |
11738 | eval "ac_cv_header_$ac_safe=no" | |
11739 | fi | |
11740 | rm -f conftest* | |
11741 | fi | |
11742 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
11743 | echo "$ac_t""yes" 1>&6 | |
11744 | echo $ac_n "checking for jpeg_read_header in -ljpeg""... $ac_c" 1>&6 | |
11745 | echo "configure:11746: checking for jpeg_read_header in -ljpeg" >&5 | |
11746 | ac_lib_var=`echo jpeg'_'jpeg_read_header | sed 'y%./+-%__p_%'` | |
11747 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
11748 | echo $ac_n "(cached) $ac_c" 1>&6 | |
11749 | else | |
11750 | ac_save_LIBS="$LIBS" | |
11751 | LIBS="-ljpeg $LIBS" | |
11752 | cat > conftest.$ac_ext <<EOF | |
11753 | #line 11754 "configure" | |
11754 | #include "confdefs.h" | |
11755 | /* Override any gcc2 internal prototype to avoid an error. */ | |
11756 | /* We use char because int might match the return type of a gcc2 | |
11757 | builtin and then its argument prototype would still apply. */ | |
11758 | char jpeg_read_header(); | |
11759 | ||
11760 | int main() { | |
11761 | jpeg_read_header() | |
11762 | ; return 0; } | |
11763 | EOF | |
11764 | if { (eval echo configure:11765: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
11765 | rm -rf conftest* | |
11766 | eval "ac_cv_lib_$ac_lib_var=yes" | |
11767 | else | |
11768 | echo "configure: failed program was:" >&5 | |
11769 | cat conftest.$ac_ext >&5 | |
11770 | rm -rf conftest* | |
11771 | eval "ac_cv_lib_$ac_lib_var=no" | |
11772 | fi | |
11773 | rm -f conftest* | |
11774 | LIBS="$ac_save_LIBS" | |
11775 | ||
11776 | fi | |
11777 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
11778 | echo "$ac_t""yes" 1>&6 | |
11779 | JPEG_LINK="-ljpeg" | |
11780 | else | |
11781 | echo "$ac_t""no" 1>&6 | |
11782 | fi | |
11783 | ||
11784 | else | |
11785 | echo "$ac_t""no" 1>&6 | |
11786 | fi | |
11787 | ||
11788 | if test "x$JPEG_LINK" = "x" ; then | |
11789 | { echo "configure: error: system jpeg library not found! Use --with-jpeg=yes to use built-in one" 1>&2; exit 1; } | |
11790 | fi | |
11791 | fi | |
10f2d63a VZ |
11792 | fi |
11793 | ||
c7a2bf27 RR |
11794 | TIFF_INCLUDE= |
11795 | if test "$wxUSE_LIBTIFF" = "yes" ; then | |
11796 | cat >> confdefs.h <<\EOF | |
11797 | #define wxUSE_LIBTIFF 1 | |
11798 | EOF | |
11799 | ||
11800 | TIFF_INCLUDE="-I\${top_srcdir}/src/tiff" | |
11801 | fi | |
11802 | ||
10f2d63a VZ |
11803 | if test "$wxUSE_OPENGL" = "yes"; then |
11804 | ac_safe=`echo "GL/gl.h" | sed 'y%./+-%__p_%'` | |
11805 | echo $ac_n "checking for GL/gl.h""... $ac_c" 1>&6 | |
422107f9 | 11806 | echo "configure:11807: checking for GL/gl.h" >&5 |
10f2d63a VZ |
11807 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
11808 | echo $ac_n "(cached) $ac_c" 1>&6 | |
11809 | else | |
11810 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 11811 | #line 11812 "configure" |
10f2d63a VZ |
11812 | #include "confdefs.h" |
11813 | #include <GL/gl.h> | |
11814 | EOF | |
11815 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
422107f9 | 11816 | { (eval echo configure:11817: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
10f2d63a VZ |
11817 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
11818 | if test -z "$ac_err"; then | |
11819 | rm -rf conftest* | |
11820 | eval "ac_cv_header_$ac_safe=yes" | |
11821 | else | |
11822 | echo "$ac_err" >&5 | |
11823 | echo "configure: failed program was:" >&5 | |
11824 | cat conftest.$ac_ext >&5 | |
11825 | rm -rf conftest* | |
11826 | eval "ac_cv_header_$ac_safe=no" | |
11827 | fi | |
11828 | rm -f conftest* | |
11829 | fi | |
11830 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
11831 | echo "$ac_t""yes" 1>&6 | |
11832 | ||
bdad4e7e RR |
11833 | cat >> confdefs.h <<\EOF |
11834 | #define wxUSE_OPENGL 1 | |
11835 | EOF | |
11836 | ||
11837 | cat >> confdefs.h <<\EOF | |
11838 | #define wxUSE_GLCANVAS 1 | |
11839 | EOF | |
11840 | ||
11841 | echo $ac_n "checking for glFlush in -lGL""... $ac_c" 1>&6 | |
422107f9 | 11842 | echo "configure:11843: checking for glFlush in -lGL" >&5 |
bdad4e7e | 11843 | ac_lib_var=`echo GL'_'glFlush | sed 'y%./+-%__p_%'` |
10f2d63a VZ |
11844 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
11845 | echo $ac_n "(cached) $ac_c" 1>&6 | |
11846 | else | |
11847 | ac_save_LIBS="$LIBS" | |
bdad4e7e | 11848 | LIBS="-lGL $LIBS" |
10f2d63a | 11849 | cat > conftest.$ac_ext <<EOF |
422107f9 | 11850 | #line 11851 "configure" |
10f2d63a VZ |
11851 | #include "confdefs.h" |
11852 | /* Override any gcc2 internal prototype to avoid an error. */ | |
11853 | /* We use char because int might match the return type of a gcc2 | |
11854 | builtin and then its argument prototype would still apply. */ | |
bdad4e7e | 11855 | char glFlush(); |
10f2d63a VZ |
11856 | |
11857 | int main() { | |
bdad4e7e | 11858 | glFlush() |
10f2d63a VZ |
11859 | ; return 0; } |
11860 | EOF | |
422107f9 | 11861 | if { (eval echo configure:11862: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
10f2d63a VZ |
11862 | rm -rf conftest* |
11863 | eval "ac_cv_lib_$ac_lib_var=yes" | |
11864 | else | |
11865 | echo "configure: failed program was:" >&5 | |
11866 | cat conftest.$ac_ext >&5 | |
11867 | rm -rf conftest* | |
11868 | eval "ac_cv_lib_$ac_lib_var=no" | |
11869 | fi | |
11870 | rm -f conftest* | |
11871 | LIBS="$ac_save_LIBS" | |
11872 | ||
11873 | fi | |
11874 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
11875 | echo "$ac_t""yes" 1>&6 | |
11876 | ||
11877 | OPENGL_LINK="-lGL" | |
10f2d63a VZ |
11878 | |
11879 | else | |
11880 | echo "$ac_t""no" 1>&6 | |
11881 | ||
bdad4e7e | 11882 | echo $ac_n "checking for glFlush in -lMesaGL""... $ac_c" 1>&6 |
422107f9 | 11883 | echo "configure:11884: checking for glFlush in -lMesaGL" >&5 |
bdad4e7e | 11884 | ac_lib_var=`echo MesaGL'_'glFlush | sed 'y%./+-%__p_%'` |
10f2d63a VZ |
11885 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
11886 | echo $ac_n "(cached) $ac_c" 1>&6 | |
11887 | else | |
11888 | ac_save_LIBS="$LIBS" | |
11889 | LIBS="-lMesaGL $LIBS" | |
11890 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 11891 | #line 11892 "configure" |
10f2d63a VZ |
11892 | #include "confdefs.h" |
11893 | /* Override any gcc2 internal prototype to avoid an error. */ | |
11894 | /* We use char because int might match the return type of a gcc2 | |
11895 | builtin and then its argument prototype would still apply. */ | |
bdad4e7e | 11896 | char glFlush(); |
10f2d63a VZ |
11897 | |
11898 | int main() { | |
bdad4e7e | 11899 | glFlush() |
10f2d63a VZ |
11900 | ; return 0; } |
11901 | EOF | |
422107f9 | 11902 | if { (eval echo configure:11903: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
10f2d63a VZ |
11903 | rm -rf conftest* |
11904 | eval "ac_cv_lib_$ac_lib_var=yes" | |
11905 | else | |
11906 | echo "configure: failed program was:" >&5 | |
11907 | cat conftest.$ac_ext >&5 | |
11908 | rm -rf conftest* | |
11909 | eval "ac_cv_lib_$ac_lib_var=no" | |
11910 | fi | |
11911 | rm -f conftest* | |
11912 | LIBS="$ac_save_LIBS" | |
11913 | ||
11914 | fi | |
11915 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
11916 | echo "$ac_t""yes" 1>&6 | |
11917 | ||
11918 | OPENGL_LINK="-lMesaGL" | |
10f2d63a VZ |
11919 | |
11920 | else | |
11921 | echo "$ac_t""no" 1>&6 | |
10f2d63a VZ |
11922 | fi |
11923 | ||
11924 | ||
11925 | fi | |
11926 | ||
11927 | ||
11928 | else | |
11929 | echo "$ac_t""no" 1>&6 | |
11930 | wxUSE_OPENGL=0 | |
11931 | fi | |
11932 | ||
11933 | fi | |
11934 | ||
11935 | ||
11936 | if test "$wxUSE_GUI" = "yes"; then | |
11937 | cat >> confdefs.h <<\EOF | |
11938 | #define wxUSE_GUI 1 | |
11939 | EOF | |
11940 | ||
11941 | ||
11942 | else | |
11943 | cat >> confdefs.h <<\EOF | |
11944 | #define wxUSE_NOGUI 1 | |
11945 | EOF | |
11946 | ||
11947 | fi | |
11948 | ||
11949 | ||
11950 | if test "$wxUSE_UNIX" = "yes"; then | |
11951 | cat >> confdefs.h <<\EOF | |
11952 | #define wxUSE_UNIX 1 | |
11953 | EOF | |
11954 | ||
11955 | fi | |
11956 | ||
11957 | ||
11958 | if test "$wxUSE_APPLE_IEEE" = "yes"; then | |
11959 | cat >> confdefs.h <<\EOF | |
11960 | #define wxUSE_APPLE_IEEE 1 | |
11961 | EOF | |
11962 | ||
11963 | fi | |
11964 | ||
10f2d63a VZ |
11965 | if test "$wxUSE_WAVE" = "yes"; then |
11966 | cat >> confdefs.h <<\EOF | |
11967 | #define wxUSE_WAVE 1 | |
11968 | EOF | |
11969 | ||
11970 | fi | |
11971 | ||
11972 | if test "$wxUSE_FILE" = "yes"; then | |
11973 | cat >> confdefs.h <<\EOF | |
11974 | #define wxUSE_FILE 1 | |
11975 | EOF | |
11976 | ||
11977 | fi | |
11978 | ||
24528b0c VS |
11979 | if test "$wxUSE_FILESYSTEM" = "yes"; then |
11980 | cat >> confdefs.h <<\EOF | |
11981 | #define wxUSE_FILESYSTEM 1 | |
11982 | EOF | |
11983 | ||
11984 | fi | |
11985 | ||
10f2d63a VZ |
11986 | if test "$wxUSE_FS_INET" = "yes"; then |
11987 | cat >> confdefs.h <<\EOF | |
11988 | #define wxUSE_FS_INET 1 | |
11989 | EOF | |
11990 | ||
11991 | fi | |
11992 | ||
11993 | if test "$wxUSE_FS_ZIP" = "yes"; then | |
11994 | cat >> confdefs.h <<\EOF | |
11995 | #define wxUSE_FS_ZIP 1 | |
11996 | EOF | |
11997 | ||
11998 | fi | |
11999 | ||
12000 | if test "$wxUSE_ZIPSTREAM" = "yes"; then | |
12001 | cat >> confdefs.h <<\EOF | |
12002 | #define wxUSE_ZIPSTREAM 1 | |
12003 | EOF | |
12004 | ||
12005 | fi | |
12006 | ||
12007 | if test "$wxUSE_BUSYINFO" = "yes"; then | |
12008 | cat >> confdefs.h <<\EOF | |
12009 | #define wxUSE_BUSYINFO 1 | |
12010 | EOF | |
12011 | ||
12012 | fi | |
12013 | ||
12014 | if test "$wxUSE_STD_IOSTREAM" = "yes"; then | |
12015 | cat >> confdefs.h <<\EOF | |
12016 | #define wxUSE_STD_IOSTREAM 1 | |
12017 | EOF | |
12018 | ||
12019 | fi | |
12020 | ||
12021 | if test "$wxUSE_TEXTFILE" = "yes"; then | |
12022 | if test "$wxUSE_FILE" != "yes"; then | |
12023 | echo "configure: warning: wxTextFile requires wxFile and it won't be compiled without it" 1>&2 | |
12024 | else | |
12025 | cat >> confdefs.h <<\EOF | |
12026 | #define wxUSE_TEXTFILE 1 | |
12027 | EOF | |
12028 | ||
12029 | fi | |
12030 | fi | |
12031 | ||
12032 | if test "$wxUSE_CONFIG" = "yes" ; then | |
12033 | if test "$wxUSE_TEXTFILE" != "yes"; then | |
12034 | echo "configure: warning: wxConfig requires wxTextFile and it won't be compiled without it" 1>&2 | |
12035 | else | |
12036 | cat >> confdefs.h <<\EOF | |
12037 | #define wxUSE_CONFIG 1 | |
12038 | EOF | |
12039 | ||
12040 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS config" | |
12041 | fi | |
12042 | fi | |
12043 | ||
12044 | if test "$wxUSE_INTL" = "yes" ; then | |
12045 | if test "$wxUSE_FILE" != "yes"; then | |
12046 | echo "configure: warning: I18n code requires wxFile and it won't be compiled without it" 1>&2 | |
12047 | else | |
12048 | cat >> confdefs.h <<\EOF | |
12049 | #define wxUSE_INTL 1 | |
12050 | EOF | |
12051 | ||
12052 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS internat" | |
12053 | fi | |
12054 | fi | |
12055 | ||
12056 | if test "$wxUSE_LOG" = "yes"; then | |
12057 | cat >> confdefs.h <<\EOF | |
12058 | #define wxUSE_LOG 1 | |
12059 | EOF | |
12060 | ||
12061 | fi | |
12062 | ||
12063 | if test "$wxUSE_LONGLONG" = "yes"; then | |
12064 | cat >> confdefs.h <<\EOF | |
12065 | #define wxUSE_LONGLONG 1 | |
12066 | EOF | |
12067 | ||
12068 | fi | |
12069 | ||
9b33fe02 VZ |
12070 | if test "$wxUSE_PLOT" = "yes"; then |
12071 | cat >> confdefs.h <<\EOF | |
12072 | #define wxUSE_PLOT 1 | |
12073 | EOF | |
12074 | ||
12075 | fi | |
12076 | ||
10f2d63a VZ |
12077 | if test "$wxUSE_DIALUP_MANAGER" = "yes" ; then |
12078 | cat >> confdefs.h <<\EOF | |
12079 | #define wxUSE_DIALUP_MANAGER 1 | |
12080 | EOF | |
12081 | ||
70f7a477 | 12082 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dialup" |
10f2d63a VZ |
12083 | fi |
12084 | ||
12085 | if test "$wxUSE_STREAMS" = "yes" ; then | |
12086 | cat >> confdefs.h <<\EOF | |
12087 | #define wxUSE_STREAMS 1 | |
12088 | EOF | |
12089 | ||
12090 | fi | |
12091 | ||
10f2d63a | 12092 | |
afc31813 | 12093 | if test "$wxUSE_TIMEDATE" = "yes"; then |
83307f33 VZ |
12094 | for ac_func in strptime |
12095 | do | |
12096 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | |
422107f9 | 12097 | echo "configure:12098: checking for $ac_func" >&5 |
83307f33 VZ |
12098 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
12099 | echo $ac_n "(cached) $ac_c" 1>&6 | |
12100 | else | |
12101 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 12102 | #line 12103 "configure" |
83307f33 VZ |
12103 | #include "confdefs.h" |
12104 | /* System header to define __stub macros and hopefully few prototypes, | |
12105 | which can conflict with char $ac_func(); below. */ | |
12106 | #include <assert.h> | |
12107 | /* Override any gcc2 internal prototype to avoid an error. */ | |
12108 | /* We use char because int might match the return type of a gcc2 | |
12109 | builtin and then its argument prototype would still apply. */ | |
12110 | char $ac_func(); | |
12111 | ||
12112 | int main() { | |
12113 | ||
12114 | /* The GNU C library defines this for functions which it implements | |
12115 | to always fail with ENOSYS. Some functions are actually named | |
12116 | something starting with __ and the normal name is an alias. */ | |
12117 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
12118 | choke me | |
12119 | #else | |
bc9027cc | 12120 | $ac_func(); |
83307f33 VZ |
12121 | #endif |
12122 | ||
12123 | ; return 0; } | |
12124 | EOF | |
422107f9 | 12125 | if { (eval echo configure:12126: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
83307f33 VZ |
12126 | rm -rf conftest* |
12127 | eval "ac_cv_func_$ac_func=yes" | |
12128 | else | |
12129 | echo "configure: failed program was:" >&5 | |
12130 | cat conftest.$ac_ext >&5 | |
12131 | rm -rf conftest* | |
12132 | eval "ac_cv_func_$ac_func=no" | |
12133 | fi | |
12134 | rm -f conftest* | |
12135 | fi | |
12136 | ||
12137 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
12138 | echo "$ac_t""yes" 1>&6 | |
12139 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
12140 | cat >> confdefs.h <<EOF | |
12141 | #define $ac_tr_func 1 | |
12142 | EOF | |
12143 | ||
12144 | else | |
12145 | echo "$ac_t""no" 1>&6 | |
12146 | fi | |
12147 | done | |
12148 | ||
12149 | ||
360d6699 | 12150 | echo $ac_n "checking for timezone variable in <time.h>""... $ac_c" 1>&6 |
422107f9 | 12151 | echo "configure:12152: checking for timezone variable in <time.h>" >&5 |
360d6699 VZ |
12152 | if eval "test \"`echo '$''{'wx_cv_var_timezone'+set}'`\" = set"; then |
12153 | echo $ac_n "(cached) $ac_c" 1>&6 | |
12154 | else | |
12155 | ||
12156 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 12157 | #line 12158 "configure" |
360d6699 VZ |
12158 | #include "confdefs.h" |
12159 | ||
12160 | #include <time.h> | |
12161 | ||
12162 | int main() { | |
12163 | ||
12164 | int tz; | |
12165 | tz = __timezone; | |
12166 | ||
12167 | ; return 0; } | |
12168 | EOF | |
422107f9 | 12169 | if { (eval echo configure:12170: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
360d6699 VZ |
12170 | rm -rf conftest* |
12171 | ||
12172 | wx_cv_var_timezone=__timezone | |
12173 | ||
12174 | else | |
12175 | echo "configure: failed program was:" >&5 | |
12176 | cat conftest.$ac_ext >&5 | |
12177 | rm -rf conftest* | |
12178 | ||
12179 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 12180 | #line 12181 "configure" |
360d6699 VZ |
12181 | #include "confdefs.h" |
12182 | ||
12183 | #include <time.h> | |
12184 | ||
12185 | int main() { | |
12186 | ||
12187 | int tz; | |
12188 | tz = _timezone; | |
12189 | ||
12190 | ; return 0; } | |
12191 | EOF | |
422107f9 | 12192 | if { (eval echo configure:12193: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
360d6699 VZ |
12193 | rm -rf conftest* |
12194 | ||
12195 | wx_cv_var_timezone=_timezone | |
12196 | ||
5357c8e8 VZ |
12197 | else |
12198 | echo "configure: failed program was:" >&5 | |
12199 | cat conftest.$ac_ext >&5 | |
12200 | rm -rf conftest* | |
12201 | ||
12202 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 12203 | #line 12204 "configure" |
5357c8e8 VZ |
12204 | #include "confdefs.h" |
12205 | ||
12206 | #include <time.h> | |
12207 | ||
12208 | int main() { | |
12209 | ||
12210 | int tz; | |
12211 | tz = timezone; | |
12212 | ||
12213 | ; return 0; } | |
12214 | EOF | |
422107f9 | 12215 | if { (eval echo configure:12216: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
5357c8e8 VZ |
12216 | rm -rf conftest* |
12217 | ||
12218 | wx_cv_var_timezone=timezone | |
12219 | ||
360d6699 VZ |
12220 | else |
12221 | echo "configure: failed program was:" >&5 | |
12222 | cat conftest.$ac_ext >&5 | |
12223 | rm -rf conftest* | |
12224 | { echo "configure: error: no timezone variable" 1>&2; exit 1; } | |
5357c8e8 VZ |
12225 | |
12226 | fi | |
12227 | rm -f conftest* | |
12228 | ||
360d6699 VZ |
12229 | |
12230 | fi | |
12231 | rm -f conftest* | |
12232 | ||
12233 | ||
12234 | fi | |
12235 | rm -f conftest* | |
12236 | ||
12237 | ||
12238 | fi | |
12239 | ||
12240 | echo "$ac_t""$wx_cv_var_timezone" 1>&6 | |
12241 | ||
12242 | cat >> confdefs.h <<EOF | |
12243 | #define WX_TIMEZONE $wx_cv_var_timezone | |
12244 | EOF | |
12245 | ||
12246 | ||
3fcdd07b | 12247 | for ac_func in localtime |
afc31813 VZ |
12248 | do |
12249 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | |
422107f9 | 12250 | echo "configure:12251: checking for $ac_func" >&5 |
afc31813 VZ |
12251 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
12252 | echo $ac_n "(cached) $ac_c" 1>&6 | |
12253 | else | |
12254 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 12255 | #line 12256 "configure" |
10f2d63a | 12256 | #include "confdefs.h" |
afc31813 VZ |
12257 | /* System header to define __stub macros and hopefully few prototypes, |
12258 | which can conflict with char $ac_func(); below. */ | |
12259 | #include <assert.h> | |
12260 | /* Override any gcc2 internal prototype to avoid an error. */ | |
12261 | /* We use char because int might match the return type of a gcc2 | |
12262 | builtin and then its argument prototype would still apply. */ | |
12263 | char $ac_func(); | |
12264 | ||
10f2d63a | 12265 | int main() { |
afc31813 VZ |
12266 | |
12267 | /* The GNU C library defines this for functions which it implements | |
12268 | to always fail with ENOSYS. Some functions are actually named | |
12269 | something starting with __ and the normal name is an alias. */ | |
12270 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
12271 | choke me | |
12272 | #else | |
bc9027cc | 12273 | $ac_func(); |
afc31813 VZ |
12274 | #endif |
12275 | ||
10f2d63a VZ |
12276 | ; return 0; } |
12277 | EOF | |
422107f9 | 12278 | if { (eval echo configure:12279: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
10f2d63a | 12279 | rm -rf conftest* |
afc31813 | 12280 | eval "ac_cv_func_$ac_func=yes" |
10f2d63a VZ |
12281 | else |
12282 | echo "configure: failed program was:" >&5 | |
12283 | cat conftest.$ac_ext >&5 | |
12284 | rm -rf conftest* | |
afc31813 VZ |
12285 | eval "ac_cv_func_$ac_func=no" |
12286 | fi | |
12287 | rm -f conftest* | |
12288 | fi | |
12289 | ||
12290 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
12291 | echo "$ac_t""yes" 1>&6 | |
12292 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
12293 | cat >> confdefs.h <<EOF | |
12294 | #define $ac_tr_func 1 | |
12295 | EOF | |
3fcdd07b | 12296 | |
afc31813 VZ |
12297 | else |
12298 | echo "$ac_t""no" 1>&6 | |
12299 | fi | |
12300 | done | |
12301 | ||
12302 | ||
0470b1e6 VZ |
12303 | if test "$ac_cv_func_localtime" = "yes"; then |
12304 | echo $ac_n "checking for tm_gmtoff in struct tm""... $ac_c" 1>&6 | |
422107f9 | 12305 | echo "configure:12306: checking for tm_gmtoff in struct tm" >&5 |
0470b1e6 VZ |
12306 | if eval "test \"`echo '$''{'wx_cv_struct_tm_has_gmtoff'+set}'`\" = set"; then |
12307 | echo $ac_n "(cached) $ac_c" 1>&6 | |
12308 | else | |
12309 | ||
12310 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 12311 | #line 12312 "configure" |
0470b1e6 VZ |
12312 | #include "confdefs.h" |
12313 | ||
12314 | #include <time.h> | |
12315 | ||
12316 | int main() { | |
12317 | ||
12318 | struct tm tm; | |
12319 | tm.tm_gmtoff++; | |
12320 | ||
12321 | ; return 0; } | |
12322 | EOF | |
422107f9 | 12323 | if { (eval echo configure:12324: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
0470b1e6 VZ |
12324 | rm -rf conftest* |
12325 | ||
f03a98d8 | 12326 | wx_cv_struct_tm_has_gmtoff=yes |
0470b1e6 VZ |
12327 | cat >> confdefs.h <<\EOF |
12328 | #define WX_GMTOFF_IN_TM 1 | |
12329 | EOF | |
12330 | ||
12331 | ||
12332 | else | |
12333 | echo "configure: failed program was:" >&5 | |
12334 | cat conftest.$ac_ext >&5 | |
12335 | rm -rf conftest* | |
12336 | wx_cv_struct_tm_has_gmtoff=no | |
12337 | ||
12338 | fi | |
12339 | rm -f conftest* | |
12340 | ||
12341 | fi | |
12342 | ||
12343 | echo "$ac_t""$wx_cv_struct_tm_has_gmtoff" 1>&6 | |
3fcdd07b VZ |
12344 | fi |
12345 | ||
12346 | for ac_func in gettimeofday ftime | |
12347 | do | |
12348 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | |
422107f9 | 12349 | echo "configure:12350: checking for $ac_func" >&5 |
3fcdd07b VZ |
12350 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
12351 | echo $ac_n "(cached) $ac_c" 1>&6 | |
12352 | else | |
12353 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 12354 | #line 12355 "configure" |
3fcdd07b VZ |
12355 | #include "confdefs.h" |
12356 | /* System header to define __stub macros and hopefully few prototypes, | |
12357 | which can conflict with char $ac_func(); below. */ | |
12358 | #include <assert.h> | |
12359 | /* Override any gcc2 internal prototype to avoid an error. */ | |
12360 | /* We use char because int might match the return type of a gcc2 | |
12361 | builtin and then its argument prototype would still apply. */ | |
12362 | char $ac_func(); | |
12363 | ||
12364 | int main() { | |
12365 | ||
12366 | /* The GNU C library defines this for functions which it implements | |
12367 | to always fail with ENOSYS. Some functions are actually named | |
12368 | something starting with __ and the normal name is an alias. */ | |
12369 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
12370 | choke me | |
12371 | #else | |
bc9027cc | 12372 | $ac_func(); |
3fcdd07b VZ |
12373 | #endif |
12374 | ||
12375 | ; return 0; } | |
12376 | EOF | |
422107f9 | 12377 | if { (eval echo configure:12378: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
3fcdd07b VZ |
12378 | rm -rf conftest* |
12379 | eval "ac_cv_func_$ac_func=yes" | |
12380 | else | |
12381 | echo "configure: failed program was:" >&5 | |
12382 | cat conftest.$ac_ext >&5 | |
12383 | rm -rf conftest* | |
12384 | eval "ac_cv_func_$ac_func=no" | |
12385 | fi | |
12386 | rm -f conftest* | |
12387 | fi | |
12388 | ||
12389 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
12390 | echo "$ac_t""yes" 1>&6 | |
12391 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
12392 | cat >> confdefs.h <<EOF | |
12393 | #define $ac_tr_func 1 | |
12394 | EOF | |
12395 | break | |
12396 | else | |
12397 | echo "$ac_t""no" 1>&6 | |
12398 | fi | |
12399 | done | |
12400 | ||
12401 | ||
12402 | if test "$ac_cv_func_gettimeofday" = "yes"; then | |
afc31813 | 12403 | echo $ac_n "checking whether gettimeofday takes two arguments""... $ac_c" 1>&6 |
422107f9 | 12404 | echo "configure:12405: checking whether gettimeofday takes two arguments" >&5 |
afc31813 VZ |
12405 | if eval "test \"`echo '$''{'wx_cv_func_gettimeofday_has_2_args'+set}'`\" = set"; then |
12406 | echo $ac_n "(cached) $ac_c" 1>&6 | |
12407 | else | |
12408 | ||
12409 | ||
12410 | ac_ext=C | |
12411 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
12412 | ac_cpp='$CXXCPP $CPPFLAGS' | |
12413 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
12414 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
12415 | cross_compiling=$ac_cv_prog_cxx_cross | |
12416 | ||
12417 | ||
12418 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 12419 | #line 12420 "configure" |
10f2d63a | 12420 | #include "confdefs.h" |
afc31813 VZ |
12421 | |
12422 | #include <sys/time.h> | |
12423 | #include <unistd.h> | |
12424 | ||
10f2d63a | 12425 | int main() { |
afc31813 VZ |
12426 | |
12427 | struct timeval tv; | |
12428 | struct timezone tz; | |
12429 | gettimeofday(&tv, &tz); | |
12430 | ||
10f2d63a VZ |
12431 | ; return 0; } |
12432 | EOF | |
422107f9 | 12433 | if { (eval echo configure:12434: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
10f2d63a | 12434 | rm -rf conftest* |
afc31813 | 12435 | wx_cv_func_gettimeofday_has_2_args=yes |
10f2d63a VZ |
12436 | else |
12437 | echo "configure: failed program was:" >&5 | |
12438 | cat conftest.$ac_ext >&5 | |
12439 | rm -rf conftest* | |
12440 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 12441 | #line 12442 "configure" |
10f2d63a | 12442 | #include "confdefs.h" |
afc31813 VZ |
12443 | |
12444 | #include <sys/time.h> | |
12445 | #include <unistd.h> | |
12446 | ||
10f2d63a | 12447 | int main() { |
afc31813 VZ |
12448 | |
12449 | struct timeval tv; | |
12450 | gettimeofday(&tv); | |
12451 | ||
10f2d63a VZ |
12452 | ; return 0; } |
12453 | EOF | |
422107f9 | 12454 | if { (eval echo configure:12455: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
10f2d63a | 12455 | rm -rf conftest* |
afc31813 | 12456 | wx_cv_func_gettimeofday_has_2_args=no |
10f2d63a VZ |
12457 | else |
12458 | echo "configure: failed program was:" >&5 | |
12459 | cat conftest.$ac_ext >&5 | |
12460 | rm -rf conftest* | |
afc31813 VZ |
12461 | wx_cv_func_gettimeofday_has_2_args=unknown |
12462 | ||
10f2d63a VZ |
12463 | fi |
12464 | rm -f conftest* | |
afc31813 | 12465 | |
10f2d63a VZ |
12466 | fi |
12467 | rm -f conftest* | |
afc31813 | 12468 | ac_ext=c |
10f2d63a VZ |
12469 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. |
12470 | ac_cpp='$CPP $CPPFLAGS' | |
12471 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
12472 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
12473 | cross_compiling=$ac_cv_prog_cc_cross | |
12474 | ||
afc31813 VZ |
12475 | |
12476 | fi | |
12477 | ||
12478 | echo "$ac_t""$wx_cv_func_gettimeofday_has_2_args" 1>&6 | |
c63c7106 | 12479 | |
afc31813 VZ |
12480 | if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then |
12481 | cat >> confdefs.h <<\EOF | |
12482 | #define WX_GETTIMEOFDAY_NO_TZ 1 | |
12483 | EOF | |
12484 | ||
12485 | fi | |
12486 | fi | |
12487 | ||
12488 | cat >> confdefs.h <<\EOF | |
12489 | #define wxUSE_TIMEDATE 1 | |
12490 | EOF | |
12491 | ||
12492 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS typetest" | |
12493 | fi | |
12494 | ||
12495 | ||
b089607b VZ |
12496 | if test "$TOOLKIT" != "MSW"; then |
12497 | ||
afc31813 | 12498 | if test "$wxUSE_SOCKETS" = "yes"; then |
c63c7106 | 12499 | echo $ac_n "checking for socket""... $ac_c" 1>&6 |
422107f9 | 12500 | echo "configure:12501: checking for socket" >&5 |
c63c7106 VZ |
12501 | if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then |
12502 | echo $ac_n "(cached) $ac_c" 1>&6 | |
12503 | else | |
12504 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 12505 | #line 12506 "configure" |
c63c7106 VZ |
12506 | #include "confdefs.h" |
12507 | /* System header to define __stub macros and hopefully few prototypes, | |
12508 | which can conflict with char socket(); below. */ | |
12509 | #include <assert.h> | |
12510 | /* Override any gcc2 internal prototype to avoid an error. */ | |
12511 | /* We use char because int might match the return type of a gcc2 | |
12512 | builtin and then its argument prototype would still apply. */ | |
12513 | char socket(); | |
12514 | ||
12515 | int main() { | |
12516 | ||
12517 | /* The GNU C library defines this for functions which it implements | |
12518 | to always fail with ENOSYS. Some functions are actually named | |
12519 | something starting with __ and the normal name is an alias. */ | |
12520 | #if defined (__stub_socket) || defined (__stub___socket) | |
12521 | choke me | |
12522 | #else | |
bc9027cc | 12523 | socket(); |
c63c7106 VZ |
12524 | #endif |
12525 | ||
12526 | ; return 0; } | |
12527 | EOF | |
422107f9 | 12528 | if { (eval echo configure:12529: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
c63c7106 VZ |
12529 | rm -rf conftest* |
12530 | eval "ac_cv_func_socket=yes" | |
12531 | else | |
12532 | echo "configure: failed program was:" >&5 | |
12533 | cat conftest.$ac_ext >&5 | |
12534 | rm -rf conftest* | |
12535 | eval "ac_cv_func_socket=no" | |
12536 | fi | |
12537 | rm -f conftest* | |
12538 | fi | |
12539 | ||
12540 | if eval "test \"`echo '$ac_cv_func_'socket`\" = yes"; then | |
12541 | echo "$ac_t""yes" 1>&6 | |
12542 | : | |
12543 | else | |
12544 | echo "$ac_t""no" 1>&6 | |
12545 | echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6 | |
422107f9 | 12546 | echo "configure:12547: checking for socket in -lsocket" >&5 |
c63c7106 VZ |
12547 | ac_lib_var=`echo socket'_'socket | sed 'y%./+-%__p_%'` |
12548 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
12549 | echo $ac_n "(cached) $ac_c" 1>&6 | |
12550 | else | |
12551 | ac_save_LIBS="$LIBS" | |
12552 | LIBS="-lsocket $LIBS" | |
12553 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 12554 | #line 12555 "configure" |
c63c7106 VZ |
12555 | #include "confdefs.h" |
12556 | /* Override any gcc2 internal prototype to avoid an error. */ | |
12557 | /* We use char because int might match the return type of a gcc2 | |
12558 | builtin and then its argument prototype would still apply. */ | |
12559 | char socket(); | |
12560 | ||
12561 | int main() { | |
12562 | socket() | |
12563 | ; return 0; } | |
12564 | EOF | |
422107f9 | 12565 | if { (eval echo configure:12566: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
c63c7106 VZ |
12566 | rm -rf conftest* |
12567 | eval "ac_cv_lib_$ac_lib_var=yes" | |
12568 | else | |
12569 | echo "configure: failed program was:" >&5 | |
12570 | cat conftest.$ac_ext >&5 | |
12571 | rm -rf conftest* | |
12572 | eval "ac_cv_lib_$ac_lib_var=no" | |
12573 | fi | |
12574 | rm -f conftest* | |
12575 | LIBS="$ac_save_LIBS" | |
12576 | ||
12577 | fi | |
12578 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
12579 | echo "$ac_t""yes" 1>&6 | |
12580 | INET_LINK="$INET_LINK -lsocket" | |
c63c7106 VZ |
12581 | else |
12582 | echo "$ac_t""no" 1>&6 | |
afc31813 VZ |
12583 | |
12584 | echo "configure: warning: socket library not found - sockets will be disabled" 1>&2 | |
12585 | wxUSE_SOCKETS=no | |
12586 | ||
12587 | ||
c63c7106 VZ |
12588 | fi |
12589 | ||
12590 | ||
12591 | fi | |
12592 | ||
10f2d63a VZ |
12593 | fi |
12594 | ||
b089607b VZ |
12595 | fi |
12596 | ||
afc31813 | 12597 | if test "$wxUSE_SOCKETS" = "yes" ; then |
51a9faba | 12598 | echo $ac_n "checking what is the type of the third argument of getsockname""... $ac_c" 1>&6 |
422107f9 | 12599 | echo "configure:12600: checking what is the type of the third argument of getsockname" >&5 |
51a9faba VZ |
12600 | if eval "test \"`echo '$''{'wx_cv_type_getsockname3'+set}'`\" = set"; then |
12601 | echo $ac_n "(cached) $ac_c" 1>&6 | |
12602 | else | |
12603 | ||
12604 | ||
12605 | ac_ext=C | |
afc31813 VZ |
12606 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. |
12607 | ac_cpp='$CXXCPP $CPPFLAGS' | |
12608 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
12609 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
12610 | cross_compiling=$ac_cv_prog_cxx_cross | |
12611 | ||
51a9faba VZ |
12612 | |
12613 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 12614 | #line 12615 "configure" |
afc31813 | 12615 | #include "confdefs.h" |
51a9faba | 12616 | |
3ace2e6d | 12617 | #include <sys/types.h> |
51a9faba VZ |
12618 | #include <sys/socket.h> |
12619 | ||
afc31813 | 12620 | int main() { |
51a9faba VZ |
12621 | |
12622 | socklen_t len; | |
12623 | getsockname(0, 0, &len); | |
12624 | ||
afc31813 VZ |
12625 | ; return 0; } |
12626 | EOF | |
422107f9 | 12627 | if { (eval echo configure:12628: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
afc31813 | 12628 | rm -rf conftest* |
51a9faba | 12629 | wx_cv_type_getsockname3=socklen_t |
afc31813 VZ |
12630 | else |
12631 | echo "configure: failed program was:" >&5 | |
12632 | cat conftest.$ac_ext >&5 | |
12633 | rm -rf conftest* | |
12634 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 12635 | #line 12636 "configure" |
afc31813 | 12636 | #include "confdefs.h" |
51a9faba | 12637 | |
3ace2e6d | 12638 | #include <sys/types.h> |
51a9faba VZ |
12639 | #include <sys/socket.h> |
12640 | ||
afc31813 | 12641 | int main() { |
51a9faba VZ |
12642 | |
12643 | size_t len; | |
12644 | getsockname(0, 0, &len); | |
12645 | ||
afc31813 VZ |
12646 | ; return 0; } |
12647 | EOF | |
422107f9 | 12648 | if { (eval echo configure:12649: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
afc31813 | 12649 | rm -rf conftest* |
51a9faba | 12650 | wx_cv_type_getsockname3=size_t |
afc31813 VZ |
12651 | else |
12652 | echo "configure: failed program was:" >&5 | |
12653 | cat conftest.$ac_ext >&5 | |
12654 | rm -rf conftest* | |
12655 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 12656 | #line 12657 "configure" |
afc31813 | 12657 | #include "confdefs.h" |
51a9faba | 12658 | |
3ace2e6d | 12659 | #include <sys/types.h> |
51a9faba VZ |
12660 | #include <sys/socket.h> |
12661 | ||
afc31813 | 12662 | int main() { |
51a9faba VZ |
12663 | |
12664 | int len; | |
12665 | getsockname(0, 0, &len); | |
12666 | ||
afc31813 VZ |
12667 | ; return 0; } |
12668 | EOF | |
422107f9 | 12669 | if { (eval echo configure:12670: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
afc31813 | 12670 | rm -rf conftest* |
51a9faba | 12671 | wx_cv_type_getsockname3=int |
afc31813 VZ |
12672 | else |
12673 | echo "configure: failed program was:" >&5 | |
12674 | cat conftest.$ac_ext >&5 | |
3ace2e6d SN |
12675 | rm -rf conftest* |
12676 | wx_cv_type_getsockname3=unknown | |
12677 | ||
afc31813 VZ |
12678 | fi |
12679 | rm -f conftest* | |
51a9faba | 12680 | |
afc31813 VZ |
12681 | fi |
12682 | rm -f conftest* | |
51a9faba | 12683 | |
afc31813 VZ |
12684 | fi |
12685 | rm -f conftest* | |
51a9faba VZ |
12686 | |
12687 | ac_ext=c | |
afc31813 VZ |
12688 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. |
12689 | ac_cpp='$CPP $CPPFLAGS' | |
12690 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
12691 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
12692 | cross_compiling=$ac_cv_prog_cc_cross | |
12693 | ||
51a9faba VZ |
12694 | |
12695 | fi | |
12696 | ||
12697 | echo "$ac_t""$wx_cv_type_getsockname3" 1>&6 | |
12698 | ||
12699 | if test "$wx_cv_type_getsockname3" = "unknown"; then | |
12700 | wxUSE_SOCKETS=no | |
12701 | echo "configure: warning: Couldn't find socklen_t synonym for this system" 1>&2 | |
12702 | else | |
12703 | cat >> confdefs.h <<EOF | |
12704 | #define SOCKLEN_T $wx_cv_type_getsockname3 | |
12705 | EOF | |
12706 | ||
12707 | fi | |
12708 | fi | |
afc31813 | 12709 | |
51a9faba | 12710 | if test "$wxUSE_SOCKETS" = "yes" ; then |
afc31813 VZ |
12711 | cat >> confdefs.h <<\EOF |
12712 | #define wxUSE_SOCKETS 1 | |
12713 | EOF | |
12714 | ||
70f7a477 | 12715 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sockets" |
afc31813 VZ |
12716 | INCLUDE_SUBDIRS="$INCLUDE_SUBDIRS protocol" |
12717 | fi | |
12718 | ||
10f2d63a | 12719 | |
b089607b VZ |
12720 | if test "$TOOLKIT" != "MSW"; then |
12721 | ||
10f2d63a VZ |
12722 | if test "$wxUSE_JOYSTICK" = 1; then |
12723 | for ac_hdr in linux/joystick.h | |
12724 | do | |
12725 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
12726 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
422107f9 | 12727 | echo "configure:12728: checking for $ac_hdr" >&5 |
10f2d63a VZ |
12728 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
12729 | echo $ac_n "(cached) $ac_c" 1>&6 | |
12730 | else | |
12731 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 12732 | #line 12733 "configure" |
10f2d63a VZ |
12733 | #include "confdefs.h" |
12734 | #include <$ac_hdr> | |
12735 | EOF | |
12736 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
422107f9 | 12737 | { (eval echo configure:12738: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
10f2d63a VZ |
12738 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
12739 | if test -z "$ac_err"; then | |
12740 | rm -rf conftest* | |
12741 | eval "ac_cv_header_$ac_safe=yes" | |
12742 | else | |
12743 | echo "$ac_err" >&5 | |
12744 | echo "configure: failed program was:" >&5 | |
12745 | cat conftest.$ac_ext >&5 | |
12746 | rm -rf conftest* | |
12747 | eval "ac_cv_header_$ac_safe=no" | |
12748 | fi | |
12749 | rm -f conftest* | |
12750 | fi | |
12751 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
12752 | echo "$ac_t""yes" 1>&6 | |
12753 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
12754 | cat >> confdefs.h <<EOF | |
12755 | #define $ac_tr_hdr 1 | |
12756 | EOF | |
12757 | ||
12758 | else | |
12759 | echo "$ac_t""no" 1>&6 | |
12760 | fi | |
12761 | done | |
12762 | ||
b089607b VZ |
12763 | if test "$ac_cv_header_linux_joystick_h" != "yes"; then |
12764 | wxUSE_JOYSTICK=0 | |
12765 | echo "configure: warning: Joystick not supported yb this system" 1>&2 | |
12766 | fi | |
12767 | fi | |
12768 | ||
12769 | fi | |
12770 | ||
12771 | if test "$wxUSE_JOYSTICK" = 1; then | |
10f2d63a VZ |
12772 | cat >> confdefs.h <<\EOF |
12773 | #define wxUSE_JOYSTICK 1 | |
12774 | EOF | |
12775 | ||
12776 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS joytest" | |
10f2d63a VZ |
12777 | fi |
12778 | ||
12779 | ||
b089607b VZ |
12780 | if test "$TOOLKIT" != "MSW"; then |
12781 | ||
10f2d63a VZ |
12782 | HAVE_DL_FUNCS=0 |
12783 | HAVE_SHL_FUNCS=0 | |
12784 | if test "$wxUSE_DYNLIB_CLASS" = "yes"; then | |
12785 | for ac_func in dlopen | |
12786 | do | |
12787 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | |
422107f9 | 12788 | echo "configure:12789: checking for $ac_func" >&5 |
10f2d63a VZ |
12789 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
12790 | echo $ac_n "(cached) $ac_c" 1>&6 | |
12791 | else | |
12792 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 12793 | #line 12794 "configure" |
10f2d63a VZ |
12794 | #include "confdefs.h" |
12795 | /* System header to define __stub macros and hopefully few prototypes, | |
12796 | which can conflict with char $ac_func(); below. */ | |
12797 | #include <assert.h> | |
12798 | /* Override any gcc2 internal prototype to avoid an error. */ | |
12799 | /* We use char because int might match the return type of a gcc2 | |
12800 | builtin and then its argument prototype would still apply. */ | |
12801 | char $ac_func(); | |
12802 | ||
12803 | int main() { | |
12804 | ||
12805 | /* The GNU C library defines this for functions which it implements | |
12806 | to always fail with ENOSYS. Some functions are actually named | |
12807 | something starting with __ and the normal name is an alias. */ | |
12808 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
12809 | choke me | |
12810 | #else | |
bc9027cc | 12811 | $ac_func(); |
10f2d63a VZ |
12812 | #endif |
12813 | ||
12814 | ; return 0; } | |
12815 | EOF | |
422107f9 | 12816 | if { (eval echo configure:12817: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
10f2d63a VZ |
12817 | rm -rf conftest* |
12818 | eval "ac_cv_func_$ac_func=yes" | |
12819 | else | |
12820 | echo "configure: failed program was:" >&5 | |
12821 | cat conftest.$ac_ext >&5 | |
12822 | rm -rf conftest* | |
12823 | eval "ac_cv_func_$ac_func=no" | |
12824 | fi | |
12825 | rm -f conftest* | |
12826 | fi | |
12827 | ||
12828 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
12829 | echo "$ac_t""yes" 1>&6 | |
12830 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
12831 | cat >> confdefs.h <<EOF | |
12832 | #define $ac_tr_func 1 | |
12833 | EOF | |
12834 | ||
12835 | cat >> confdefs.h <<\EOF | |
12836 | #define HAVE_DLOPEN 1 | |
12837 | EOF | |
12838 | ||
12839 | HAVE_DL_FUNCS=1 | |
12840 | ||
12841 | else | |
12842 | echo "$ac_t""no" 1>&6 | |
12843 | echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6 | |
422107f9 | 12844 | echo "configure:12845: checking for dlopen in -ldl" >&5 |
10f2d63a VZ |
12845 | ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'` |
12846 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
12847 | echo $ac_n "(cached) $ac_c" 1>&6 | |
12848 | else | |
12849 | ac_save_LIBS="$LIBS" | |
12850 | LIBS="-ldl $LIBS" | |
12851 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 12852 | #line 12853 "configure" |
10f2d63a VZ |
12853 | #include "confdefs.h" |
12854 | /* Override any gcc2 internal prototype to avoid an error. */ | |
12855 | /* We use char because int might match the return type of a gcc2 | |
12856 | builtin and then its argument prototype would still apply. */ | |
12857 | char dlopen(); | |
12858 | ||
12859 | int main() { | |
12860 | dlopen() | |
12861 | ; return 0; } | |
12862 | EOF | |
422107f9 | 12863 | if { (eval echo configure:12864: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
10f2d63a VZ |
12864 | rm -rf conftest* |
12865 | eval "ac_cv_lib_$ac_lib_var=yes" | |
12866 | else | |
12867 | echo "configure: failed program was:" >&5 | |
12868 | cat conftest.$ac_ext >&5 | |
12869 | rm -rf conftest* | |
12870 | eval "ac_cv_lib_$ac_lib_var=no" | |
12871 | fi | |
12872 | rm -f conftest* | |
12873 | LIBS="$ac_save_LIBS" | |
12874 | ||
12875 | fi | |
12876 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
12877 | echo "$ac_t""yes" 1>&6 | |
12878 | ||
12879 | cat >> confdefs.h <<\EOF | |
12880 | #define HAVE_DLOPEN 1 | |
12881 | EOF | |
12882 | ||
12883 | HAVE_DL_FUNCS=1 | |
12884 | LIBS="$LIBS -ldl" | |
12885 | ||
12886 | else | |
12887 | echo "$ac_t""no" 1>&6 | |
12888 | ||
12889 | for ac_func in shl_load | |
12890 | do | |
12891 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | |
422107f9 | 12892 | echo "configure:12893: checking for $ac_func" >&5 |
10f2d63a VZ |
12893 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
12894 | echo $ac_n "(cached) $ac_c" 1>&6 | |
12895 | else | |
12896 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 12897 | #line 12898 "configure" |
10f2d63a VZ |
12898 | #include "confdefs.h" |
12899 | /* System header to define __stub macros and hopefully few prototypes, | |
12900 | which can conflict with char $ac_func(); below. */ | |
12901 | #include <assert.h> | |
12902 | /* Override any gcc2 internal prototype to avoid an error. */ | |
12903 | /* We use char because int might match the return type of a gcc2 | |
12904 | builtin and then its argument prototype would still apply. */ | |
12905 | char $ac_func(); | |
12906 | ||
12907 | int main() { | |
12908 | ||
12909 | /* The GNU C library defines this for functions which it implements | |
12910 | to always fail with ENOSYS. Some functions are actually named | |
12911 | something starting with __ and the normal name is an alias. */ | |
12912 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
12913 | choke me | |
12914 | #else | |
bc9027cc | 12915 | $ac_func(); |
10f2d63a VZ |
12916 | #endif |
12917 | ||
12918 | ; return 0; } | |
12919 | EOF | |
422107f9 | 12920 | if { (eval echo configure:12921: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
10f2d63a VZ |
12921 | rm -rf conftest* |
12922 | eval "ac_cv_func_$ac_func=yes" | |
12923 | else | |
12924 | echo "configure: failed program was:" >&5 | |
12925 | cat conftest.$ac_ext >&5 | |
12926 | rm -rf conftest* | |
12927 | eval "ac_cv_func_$ac_func=no" | |
12928 | fi | |
12929 | rm -f conftest* | |
12930 | fi | |
12931 | ||
12932 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
12933 | echo "$ac_t""yes" 1>&6 | |
12934 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
12935 | cat >> confdefs.h <<EOF | |
12936 | #define $ac_tr_func 1 | |
12937 | EOF | |
12938 | ||
12939 | cat >> confdefs.h <<\EOF | |
12940 | #define HAVE_SHL_LOAD 1 | |
12941 | EOF | |
12942 | ||
12943 | HAVE_SHL_FUNCS=1 | |
12944 | ||
12945 | else | |
12946 | echo "$ac_t""no" 1>&6 | |
12947 | fi | |
12948 | done | |
12949 | ||
12950 | ||
12951 | fi | |
12952 | ||
12953 | ||
12954 | fi | |
12955 | done | |
12956 | ||
12957 | ||
12958 | if test "$HAVE_DL_FUNCS" = 0; then | |
12959 | if test "$HAVE_SHL_FUNCS" = 0; then | |
12960 | if test "$USE_UNIX" = 1; then | |
b12915c1 | 12961 | echo "configure: warning: Missing dynamic loading support, several features will be disabled" 1>&2 |
10f2d63a VZ |
12962 | wxUSE_DYNLIB_CLASS=no |
12963 | else | |
b12915c1 | 12964 | echo "configure: warning: Assuming wxLibrary class works on this platform" 1>&2 |
10f2d63a VZ |
12965 | fi |
12966 | fi | |
12967 | fi | |
12968 | fi | |
12969 | ||
b089607b VZ |
12970 | fi |
12971 | ||
10f2d63a | 12972 | if test "$wxUSE_DYNLIB_CLASS" = "yes" ; then |
b12915c1 | 12973 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
12974 | #define wxUSE_DYNLIB_CLASS 1 |
12975 | EOF | |
12976 | ||
b12915c1 VZ |
12977 | else |
12978 | wxUSE_ODBC=no | |
12979 | wxUSE_SERIAL=no | |
10f2d63a VZ |
12980 | fi |
12981 | ||
12982 | ||
12983 | if test "$wxUSE_UNICODE" = "yes" ; then | |
12984 | cat >> confdefs.h <<\EOF | |
12985 | #define wxUSE_UNICODE 1 | |
12986 | EOF | |
12987 | ||
12988 | fi | |
12989 | ||
12990 | if test "$wxUSE_WCSRTOMBS" = "yes" ; then | |
12991 | cat >> confdefs.h <<\EOF | |
12992 | #define wxUSE_WCSRTOMBS 1 | |
12993 | EOF | |
12994 | ||
12995 | fi | |
12996 | ||
12997 | if test "$wxUSE_wxUSE_EXPERIMENTAL_PRINTF" = "yes"; then | |
12998 | cat >> confdefs.h <<\EOF | |
12999 | #define wxUSE_EXPERIMENTAL_PRINTF 1 | |
13000 | EOF | |
13001 | ||
13002 | fi | |
13003 | ||
13004 | ||
b12915c1 VZ |
13005 | if test "$wxUSE_SERIAL" = "yes" ; then |
13006 | cat >> confdefs.h <<\EOF | |
13007 | #define wxUSE_SERIAL 1 | |
13008 | EOF | |
13009 | ||
13010 | fi | |
13011 | ||
13012 | ||
10f2d63a VZ |
13013 | IODBC_C_SRC="" |
13014 | if test "$wxUSE_ODBC" = "yes" ; then | |
13015 | cat >> confdefs.h <<\EOF | |
13016 | #define wxUSE_ODBC 1 | |
13017 | EOF | |
13018 | ||
13019 | WXODBCFLAG="-D_IODBC_" | |
13020 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS db" | |
13021 | IODBCOBJS="\$(IODBC_OBJS)" | |
13022 | else | |
13023 | IODBCOBJS= | |
13024 | fi | |
13025 | ||
13026 | ||
13027 | if test "$wxUSE_POSTSCRIPT" = "yes" ; then | |
13028 | cat >> confdefs.h <<\EOF | |
13029 | #define wxUSE_POSTSCRIPT 1 | |
13030 | EOF | |
13031 | ||
13032 | fi | |
13033 | ||
13034 | cat >> confdefs.h <<\EOF | |
13035 | #define wxUSE_AFM_FOR_POSTSCRIPT 1 | |
13036 | EOF | |
13037 | ||
13038 | ||
13039 | cat >> confdefs.h <<\EOF | |
13040 | #define wxUSE_NORMALIZED_PS_FONTS 1 | |
13041 | EOF | |
13042 | ||
13043 | ||
13044 | ||
13045 | if test "$wxUSE_CONSTRAINTS" = "yes"; then | |
13046 | cat >> confdefs.h <<\EOF | |
13047 | #define wxUSE_CONSTRAINTS 1 | |
13048 | EOF | |
13049 | ||
13050 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS layout" | |
13051 | fi | |
13052 | ||
13053 | if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then | |
13054 | cat >> confdefs.h <<\EOF | |
13055 | #define wxUSE_MDI_ARCHITECTURE 1 | |
13056 | EOF | |
13057 | ||
13058 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mdi" | |
13059 | fi | |
13060 | ||
13061 | if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then | |
13062 | cat >> confdefs.h <<\EOF | |
13063 | #define wxUSE_DOC_VIEW_ARCHITECTURE 1 | |
13064 | EOF | |
13065 | ||
13066 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docview" | |
13067 | if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then | |
13068 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docvwmdi" | |
13069 | fi | |
13070 | fi | |
13071 | ||
13072 | if test "$wxUSE_HELP" = "yes"; then | |
13073 | cat >> confdefs.h <<\EOF | |
13074 | #define wxUSE_HELP 1 | |
13075 | EOF | |
13076 | ||
13077 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS help" | |
13078 | fi | |
13079 | ||
13080 | if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then | |
13081 | if test "$wxUSE_CONSTRAINTS" != "yes"; then | |
13082 | echo "configure: warning: Printing support cannot be used without constraints so it won't be compiled without it" 1>&2 | |
13083 | else | |
13084 | cat >> confdefs.h <<\EOF | |
13085 | #define wxUSE_PRINTING_ARCHITECTURE 1 | |
13086 | EOF | |
13087 | ||
13088 | fi | |
13089 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS printing" | |
13090 | fi | |
13091 | ||
13092 | if test "$wxUSE_PROLOGIO" = "yes" ; then | |
13093 | cat >> confdefs.h <<\EOF | |
13094 | #define wxUSE_PROLOGIO 1 | |
13095 | EOF | |
13096 | ||
13097 | fi | |
13098 | ||
13099 | if test "$wxUSE_RESOURCES" = "yes" ; then | |
13100 | if test "$wxUSE_PROLOGIO" = "yes" ; then | |
13101 | cat >> confdefs.h <<\EOF | |
13102 | #define wxUSE_RESOURCES 1 | |
13103 | EOF | |
13104 | ||
13105 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS resource" | |
13106 | else | |
13107 | echo "configure: warning: wxWindows ressource system requires PrologIO and can't be compiled without it." 1>&2 | |
13108 | fi | |
13109 | fi | |
13110 | ||
13111 | if test "$wxUSE_X_RESOURCES" = "yes"; then | |
13112 | cat >> confdefs.h <<\EOF | |
13113 | #define wxUSE_X_RESOURCES 1 | |
13114 | EOF | |
13115 | ||
13116 | fi | |
13117 | ||
13118 | ||
13119 | if test "$wxUSE_IPC" = "yes"; then | |
13120 | cat >> confdefs.h <<\EOF | |
13121 | #define wxUSE_IPC 1 | |
13122 | EOF | |
13123 | ||
13124 | fi | |
13125 | ||
13126 | if test "$wxUSE_CLIPBOARD" = "yes"; then | |
13127 | cat >> confdefs.h <<\EOF | |
13128 | #define wxUSE_CLIPBOARD 1 | |
13129 | EOF | |
13130 | ||
13131 | fi | |
13132 | ||
13133 | if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then | |
13134 | if test "$wxUSE_GTK" = 1; then | |
13135 | if test "$WXGTK12" != 1; then | |
13136 | echo "configure: warning: Drag and drop is only supported under GTK+ 1.2" 1>&2 | |
13137 | wxUSE_DRAG_AND_DROP=no | |
13138 | fi | |
13139 | fi | |
13140 | ||
13141 | if test "$wxUSE_MOTIF" = 1; then | |
13142 | echo "configure: warning: Drag and drop is not yet supported under Motif" 1>&2 | |
13143 | wxUSE_DRAG_AND_DROP=no | |
13144 | fi | |
13145 | ||
13146 | if test "$USE_WIN32" = 1; then | |
13147 | for ac_hdr in ole2.h | |
13148 | do | |
13149 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
13150 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
422107f9 | 13151 | echo "configure:13152: checking for $ac_hdr" >&5 |
10f2d63a VZ |
13152 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
13153 | echo $ac_n "(cached) $ac_c" 1>&6 | |
13154 | else | |
13155 | cat > conftest.$ac_ext <<EOF | |
422107f9 | 13156 | #line 13157 "configure" |
10f2d63a VZ |
13157 | #include "confdefs.h" |
13158 | #include <$ac_hdr> | |
13159 | EOF | |
13160 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
422107f9 | 13161 | { (eval echo configure:13162: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
10f2d63a VZ |
13162 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
13163 | if test -z "$ac_err"; then | |
13164 | rm -rf conftest* | |
13165 | eval "ac_cv_header_$ac_safe=yes" | |
13166 | else | |
13167 | echo "$ac_err" >&5 | |
13168 | echo "configure: failed program was:" >&5 | |
13169 | cat conftest.$ac_ext >&5 | |
13170 | rm -rf conftest* | |
13171 | eval "ac_cv_header_$ac_safe=no" | |
13172 | fi | |
13173 | rm -f conftest* | |
13174 | fi | |
13175 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
13176 | echo "$ac_t""yes" 1>&6 | |
13177 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
13178 | cat >> confdefs.h <<EOF | |
13179 | #define $ac_tr_hdr 1 | |
13180 | EOF | |
13181 | ||
13182 | else | |
13183 | echo "$ac_t""no" 1>&6 | |
13184 | fi | |
13185 | done | |
13186 | ||
13187 | if test "x$HAVE_OLE2_H" = x ; then | |
13188 | echo "configure: warning: Drag and drop disabled because OLE headers not found" 1>&2 | |
13189 | wxUSE_DRAG_AND_DROP=no | |
13190 | fi | |
13191 | fi | |
13192 | ||
13193 | if test "$wxUSE_DRAG_AND_DROP" = "yes"; then | |
13194 | cat >> confdefs.h <<\EOF | |
13195 | #define wxUSE_DRAG_AND_DROP 1 | |
13196 | EOF | |
13197 | ||
13198 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dnd" | |
13199 | fi | |
13200 | ||
13201 | fi | |
13202 | ||
13203 | if test "$wxUSE_SPLINES" = "yes" ; then | |
13204 | cat >> confdefs.h <<\EOF | |
13205 | #define wxUSE_SPLINES 1 | |
13206 | EOF | |
13207 | ||
13208 | fi | |
13209 | ||
13210 | ||
13211 | if test "$wxUSE_ACCEL" = "yes"; then | |
13212 | cat >> confdefs.h <<\EOF | |
13213 | #define wxUSE_ACCEL 1 | |
13214 | EOF | |
13215 | ||
13216 | fi | |
13217 | ||
13218 | if test "$wxUSE_CARET" = "yes"; then | |
13219 | cat >> confdefs.h <<\EOF | |
13220 | #define wxUSE_CARET 1 | |
13221 | EOF | |
13222 | ||
13223 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS caret" | |
13224 | fi | |
13225 | ||
13226 | if test "$wxUSE_COMBOBOX" = "yes"; then | |
13227 | cat >> confdefs.h <<\EOF | |
13228 | #define wxUSE_COMBOBOX 1 | |
13229 | EOF | |
13230 | ||
13231 | fi | |
13232 | ||
13233 | if test "$wxUSE_CHOICE" = "yes"; then | |
13234 | cat >> confdefs.h <<\EOF | |
13235 | #define wxUSE_CHOICE 1 | |
13236 | EOF | |
13237 | ||
13238 | fi | |
13239 | ||
13240 | if test "$wxUSE_BMPBUTTON" = "yes"; then | |
13241 | cat >> confdefs.h <<\EOF | |
13242 | #define wxUSE_BMPBUTTON 1 | |
13243 | EOF | |
13244 | ||
13245 | fi | |
13246 | ||
13247 | if test "$wxUSE_CHECKBOX" = "yes"; then | |
13248 | cat >> confdefs.h <<\EOF | |
13249 | #define wxUSE_CHECKBOX 1 | |
13250 | EOF | |
13251 | ||
13252 | fi | |
13253 | ||
13254 | if test "$wxUSE_CHECKLST" = "yes"; then | |
13255 | cat >> confdefs.h <<\EOF | |
13256 | #define wxUSE_CHECKLISTBOX 1 | |
13257 | EOF | |
13258 | ||
13259 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS checklst" | |
13260 | fi | |
13261 | ||
13262 | if test "$wxUSE_GAUGE" = "yes"; then | |
13263 | cat >> confdefs.h <<\EOF | |
13264 | #define wxUSE_GAUGE 1 | |
13265 | EOF | |
13266 | ||
13267 | fi | |
13268 | ||
d6a55c4b VZ |
13269 | if test "$wxUSE_NEW_GRID" = "yes"; then |
13270 | wxUSE_GRID="yes" | |
10f2d63a | 13271 | cat >> confdefs.h <<\EOF |
d6a55c4b | 13272 | #define wxUSE_NEW_GRID 1 |
10f2d63a VZ |
13273 | EOF |
13274 | ||
d6a55c4b | 13275 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS newgrid" |
10f2d63a VZ |
13276 | fi |
13277 | ||
d6a55c4b | 13278 | if test "$wxUSE_GRID" = "yes"; then |
10f2d63a | 13279 | cat >> confdefs.h <<\EOF |
d6a55c4b | 13280 | #define wxUSE_GRID 1 |
10f2d63a VZ |
13281 | EOF |
13282 | ||
d6a55c4b | 13283 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS grid" |
10f2d63a VZ |
13284 | fi |
13285 | ||
13286 | if test "$wxUSE_IMAGLIST" = "yes"; then | |
13287 | cat >> confdefs.h <<\EOF | |
13288 | #define wxUSE_IMAGLIST 1 | |
13289 | EOF | |
13290 | ||
13291 | fi | |
13292 | ||
13293 | if test "$wxUSE_LISTBOX" = "yes"; then | |
13294 | cat >> confdefs.h <<\EOF | |
13295 | #define wxUSE_LISTBOX 1 | |
13296 | EOF | |
13297 | ||
13298 | fi | |
13299 | ||
13300 | if test "$wxUSE_LISTCTRL" = "yes"; then | |
13301 | if test "$wxUSE_IMAGLIST" = "yes"; then | |
13302 | cat >> confdefs.h <<\EOF | |
13303 | #define wxUSE_LISTCTRL 1 | |
13304 | EOF | |
13305 | ||
13306 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS listctrl" | |
13307 | else | |
13308 | echo "configure: warning: wxListCtrl requires wxImageList and won't be compiled without it" 1>&2 | |
13309 | fi | |
13310 | fi | |
13311 | ||
13312 | if test "$wxUSE_NOTEBOOK" = "yes"; then | |
13313 | cat >> confdefs.h <<\EOF | |
13314 | #define wxUSE_NOTEBOOK 1 | |
13315 | EOF | |
13316 | ||
13317 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS notebook" | |
13318 | fi | |
13319 | ||
13320 | if test "$wxUSE_RADIOBOX" = "yes"; then | |
13321 | cat >> confdefs.h <<\EOF | |
13322 | #define wxUSE_RADIOBOX 1 | |
13323 | EOF | |
13324 | ||
13325 | fi | |
13326 | ||
13327 | if test "$wxUSE_RADIOBTN" = "yes"; then | |
13328 | cat >> confdefs.h <<\EOF | |
13329 | #define wxUSE_RADIOBTN 1 | |
13330 | EOF | |
13331 | ||
13332 | fi | |
13333 | ||
13334 | if test "$wxUSE_SASH" = "yes"; then | |
13335 | cat >> confdefs.h <<\EOF | |
13336 | #define wxUSE_SASH 1 | |
13337 | EOF | |
13338 | ||
13339 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sashtest" | |
13340 | fi | |
13341 | ||
13342 | if test "$wxUSE_SCROLLBAR" = "yes"; then | |
13343 | cat >> confdefs.h <<\EOF | |
13344 | #define wxUSE_SCROLLBAR 1 | |
13345 | EOF | |
13346 | ||
741a9306 | 13347 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS scroll scrollsub" |
10f2d63a VZ |
13348 | fi |
13349 | ||
13350 | if test "$wxUSE_SLIDER" = "yes"; then | |
13351 | cat >> confdefs.h <<\EOF | |
13352 | #define wxUSE_SLIDER 1 | |
13353 | EOF | |
13354 | ||
13355 | fi | |
13356 | ||
13357 | if test "$wxUSE_SPINBTN" = "yes"; then | |
13358 | cat >> confdefs.h <<\EOF | |
13359 | #define wxUSE_SPINBTN 1 | |
13360 | EOF | |
13361 | ||
13362 | fi | |
13363 | ||
56cfaa52 RR |
13364 | if test "$wxUSE_SPINCTRL" = "yes"; then |
13365 | cat >> confdefs.h <<\EOF | |
13366 | #define wxUSE_SPINCTRL 1 | |
13367 | EOF | |
13368 | ||
13369 | fi | |
13370 | ||
10f2d63a VZ |
13371 | if test "$wxUSE_SPLITTER" = "yes"; then |
13372 | cat >> confdefs.h <<\EOF | |
13373 | #define wxUSE_SPLITTER 1 | |
13374 | EOF | |
13375 | ||
13376 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splitter" | |
13377 | fi | |
13378 | ||
13379 | if test "$wxUSE_STATBMP" = "yes"; then | |
13380 | cat >> confdefs.h <<\EOF | |
13381 | #define wxUSE_STATBMP 1 | |
13382 | EOF | |
13383 | ||
13384 | fi | |
13385 | ||
13386 | if test "$wxUSE_STATBOX" = "yes"; then | |
13387 | cat >> confdefs.h <<\EOF | |
13388 | #define wxUSE_STATBOX 1 | |
13389 | EOF | |
13390 | ||
13391 | fi | |
13392 | ||
13393 | if test "$wxUSE_STATLINE" = "yes"; then | |
13394 | if test "$wxUSE_WINE" = 1 ; then | |
13395 | echo "configure: warning: wxStaticLine is not supported under WINE" 1>&2 | |
13396 | else | |
13397 | cat >> confdefs.h <<\EOF | |
13398 | #define wxUSE_STATLINE 1 | |
13399 | EOF | |
13400 | ||
13401 | fi | |
13402 | fi | |
13403 | ||
13404 | if test "$wxUSE_STATUSBAR" = "yes"; then | |
13405 | cat >> confdefs.h <<\EOF | |
13406 | #define wxUSE_STATUSBAR 1 | |
13407 | EOF | |
13408 | ||
2286341c VZ |
13409 | |
13410 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS statbar" | |
10f2d63a VZ |
13411 | fi |
13412 | ||
13413 | if test "$wxUSE_TABDIALOG" = "yes"; then | |
13414 | cat >> confdefs.h <<\EOF | |
13415 | #define wxUSE_TAB_DIALOG 1 | |
13416 | EOF | |
13417 | ||
13418 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS tab" | |
13419 | fi | |
13420 | ||
360d6699 VZ |
13421 | if test "$wxUSE_TOOLBAR_SIMPLE" = "yes"; then |
13422 | cat >> confdefs.h <<\EOF | |
13423 | #define wxUSE_TOOLBAR_SIMPLE 1 | |
13424 | EOF | |
13425 | ||
13426 | wxUSE_TOOLBAR="yes" | |
13427 | fi | |
13428 | ||
10f2d63a VZ |
13429 | if test "$wxUSE_TOOLBAR" = "yes"; then |
13430 | cat >> confdefs.h <<\EOF | |
13431 | #define wxUSE_TOOLBAR 1 | |
13432 | EOF | |
13433 | ||
360d6699 VZ |
13434 | |
13435 | if test "$wxUSE_TOOLBAR_SIMPLE" != "yes"; then | |
13436 | wxUSE_TOOLBAR_NATIVE="yes" | |
13437 | fi | |
13438 | ||
10f2d63a VZ |
13439 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS toolbar" |
13440 | fi | |
13441 | ||
360d6699 VZ |
13442 | if test "$wxUSE_TOOLBAR_NATIVE" = "yes"; then |
13443 | cat >> confdefs.h <<\EOF | |
13444 | #define wxUSE_TOOLBAR_NATIVE 1 | |
13445 | EOF | |
13446 | ||
13447 | fi | |
13448 | ||
10f2d63a VZ |
13449 | if test "$wxUSE_TOOLTIPS" = "yes"; then |
13450 | if test "$wxUSE_MOTIF" = 1; then | |
13451 | echo "configure: warning: wxTooltip not supported yet under Motif" 1>&2 | |
13452 | else | |
13453 | if test "$wxUSE_WINE" = 1; then | |
13454 | echo "configure: warning: wxTooltip not supported under WINE" 1>&2 | |
13455 | else | |
13456 | cat >> confdefs.h <<\EOF | |
13457 | #define wxUSE_TOOLTIPS 1 | |
13458 | EOF | |
13459 | ||
13460 | fi | |
13461 | fi | |
13462 | fi | |
13463 | ||
13464 | if test "$wxUSE_TREECTRL" = "yes"; then | |
13465 | if test "$wxUSE_IMAGLIST" = "yes"; then | |
13466 | cat >> confdefs.h <<\EOF | |
13467 | #define wxUSE_TREECTRL 1 | |
13468 | EOF | |
13469 | ||
13470 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treectrl" | |
13471 | else | |
13472 | echo "configure: warning: wxTreeCtrl requires wxImageList and won't be compiled without it" 1>&2 | |
13473 | fi | |
13474 | fi | |
13475 | ||
13476 | ||
13477 | ||
13478 | if test "$wxUSE_METAFILE" = "yes"; then | |
13479 | cat >> confdefs.h <<\EOF | |
13480 | #define wxUSE_METAFILE 1 | |
13481 | EOF | |
13482 | ||
13483 | fi | |
13484 | ||
13485 | if test "$wxUSE_DIRDLG" = "yes"; then | |
13486 | if test "$wxUSE_CONSTRAINTS" != "yes"; then | |
13487 | echo "configure: warning: wxDirDialog requires constraints so it won't be compiled without them" 1>&2 | |
13488 | else | |
13489 | if test "$wxUSE_TREECTRL" != "yes"; then | |
13490 | echo "configure: warning: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" 1>&2 | |
13491 | else | |
13492 | cat >> confdefs.h <<\EOF | |
13493 | #define wxUSE_DIRDLG 1 | |
13494 | EOF | |
13495 | ||
13496 | fi | |
13497 | fi | |
13498 | fi | |
13499 | ||
13500 | if test "$wxUSE_TEXTDLG" = "yes"; then | |
13501 | cat >> confdefs.h <<\EOF | |
13502 | #define wxUSE_TEXTDLG 1 | |
13503 | EOF | |
13504 | ||
13505 | fi | |
13506 | ||
13507 | if test "$wxUSE_STARTUP_TIPS" = "yes"; then | |
13508 | if test "$wxUSE_CONSTRAINTS" != "yes"; then | |
13509 | echo "configure: warning: Startup tips requires constraints and won't be compiled without them" 1>&2 | |
13510 | else | |
13511 | cat >> confdefs.h <<\EOF | |
13512 | #define wxUSE_STARTUP_TIPS 1 | |
13513 | EOF | |
13514 | ||
13515 | fi | |
13516 | fi | |
13517 | ||
13518 | if test "$wxUSE_PROGRESSDLG" = "yes"; then | |
13519 | if test "$wxUSE_CONSTRAINTS" != "yes"; then | |
13520 | echo "configure: warning: wxProgressDialog requires constraints so it won't be compiled without them" 1>&2 | |
13521 | else | |
13522 | cat >> confdefs.h <<\EOF | |
13523 | #define wxUSE_PROGRESSDLG 1 | |
13524 | EOF | |
13525 | ||
13526 | fi | |
13527 | fi | |
13528 | ||
13529 | if test "$wxUSE_MINIFRAME" = "yes"; then | |
13530 | cat >> confdefs.h <<\EOF | |
13531 | #define wxUSE_MINIFRAME 1 | |
13532 | EOF | |
13533 | ||
13534 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS minifram" | |
13535 | fi | |
13536 | ||
13537 | if test "$wxUSE_HTML" = "yes"; then | |
13538 | cat >> confdefs.h <<\EOF | |
13539 | #define wxUSE_HTML 1 | |
13540 | EOF | |
13541 | ||
13542 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html" | |
13543 | INCLUDE_SUBDIRS="$INCLUDE_SUBDIRS html" | |
13544 | fi | |
13545 | ||
13546 | if test "$wxUSE_VALIDATORS" = "yes"; then | |
13547 | cat >> confdefs.h <<\EOF | |
13548 | #define wxUSE_VALIDATORS 1 | |
13549 | EOF | |
13550 | ||
13551 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS validate" | |
13552 | fi | |
13553 | ||
13554 | if test "$wxUSE_GIF" = "yes" ; then | |
13555 | cat >> confdefs.h <<\EOF | |
13556 | #define wxUSE_GIF 1 | |
13557 | EOF | |
13558 | ||
13559 | fi | |
13560 | ||
13561 | if test "$wxUSE_PCX" = "yes" ; then | |
13562 | cat >> confdefs.h <<\EOF | |
13563 | #define wxUSE_PCX 1 | |
13564 | EOF | |
13565 | ||
13566 | fi | |
13567 | ||
13568 | if test "$wxUSE_PNM" = "yes" ; then | |
13569 | cat >> confdefs.h <<\EOF | |
13570 | #define wxUSE_PNM 1 | |
13571 | EOF | |
13572 | ||
13573 | fi | |
13574 | ||
13575 | ||
aaa37c0d VZ |
13576 | OSINFO=`uname -s -r -m` |
13577 | OSINFO="\"$OSINFO\"" | |
13578 | cat >> confdefs.h <<EOF | |
13579 | #define WXWIN_OS_DESCRIPTION $OSINFO | |
13580 | EOF | |
13581 | ||
13582 | ||
13583 | ||
bdad4e7e | 13584 | GUILIBS="$GUI_TK_LIBRARY $OPENGL_LINK $TOOLKIT_LINK" |
10f2d63a | 13585 | |
422107f9 | 13586 | EXTRA_LIBS="$LIBS $ZLIB_LINK $POSIX4_LINK $INET_LINK $WCHAR_LINK $THREADS_LINK $DMALLOC_LINK $DL_LINK" |
10f2d63a | 13587 | if test "$wxUSE_GUI" = "yes"; then |
422107f9 | 13588 | EXTRA_LIBS="$EXTRA_LIBS $GUILIBS $PNG_LINK $JPEG_LINK" |
10f2d63a VZ |
13589 | fi |
13590 | ||
13591 | LD_LIBS="\${top_builddir}/lib/${WX_LIBRARY_NAME_STATIC} $EXTRA_LIBS" | |
13592 | ||
c7a2bf27 | 13593 | INCLUDES="-I. -I\${top_builddir}/include -I\${top_srcdir}/include $ZLIB_INCLUDE $PNG_INCLUDE $JPEG_INCLUDE $TIFF_INCLUDE $TOOLKIT_INCLUDE" |
10f2d63a VZ |
13594 | |
13595 | if test "$GXX" = yes ; then | |
13596 | CXXWARNINGS="-Wall" | |
d6a55c4b | 13597 | fi |
10f2d63a VZ |
13598 | EXTRA_CFLAGS="$WXDEBUG $WXODBCFLAG $PROFILE $OPTIMISE $INCLUDES" |
13599 | ||
13600 | CFLAGS=`echo $CFLAGS $EXTRA_CFLAGS | sed 's/ \\+/ /g'` | |
13601 | CXXFLAGS=`echo $CXXFLAGS $EXTRA_CFLAGS $CXXWARNINGS | sed 's/ \+/ /g'` | |
13602 | ||
e694c22c VZ |
13603 | LDFLAGS="$LDFLAGS $PROFILE" |
13604 | ||
10f2d63a VZ |
13605 | if test "$wxUSE_GUI" = "yes"; then |
13606 | ||
bdad4e7e | 13607 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS controls dialogs dragimag drawing dynamic \ |
bc9027cc | 13608 | font fractal image menu minimal richedit" |
b12915c1 | 13609 | |
88d3a15c | 13610 | CPPFLAGS="$CPPFLAGS \$(EXTRADEFS) \$(APPEXTRADEFS)" |
10f2d63a VZ |
13611 | else |
13612 | SAMPLES_SUBDIRS="" | |
13613 | fi | |
13614 | ||
ec14dd32 VZ |
13615 | SAMPLES_SUBDIRS="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`" |
13616 | ||
13617 | ||
13618 | ||
10f2d63a VZ |
13619 | |
13620 | ||
13621 | ||
13622 | ||
13623 | ||
13624 | ||
13625 | ||
13626 | ||
13627 | ||
13628 | ||
13629 | ||
13630 | ||
13631 | ||
13632 | ||
13633 | ||
13634 | ||
13635 | ||
13636 | ||
13637 | ||
13638 | ||
13639 | ||
13640 | ||
13641 | ||
13642 | ||
13643 | ||
13644 | ||
13645 | ||
13646 | ||
13647 | ||
13648 | ||
13649 | ||
13650 | ||
13651 | ||
13652 | ||
13653 | ||
13654 | ||
13655 | ||
13656 | ||
13657 | ||
13658 | ||
13659 | ||
13660 | ||
13661 | ||
13662 | ||
13663 | ||
13664 | ||
13665 | ||
13666 | ||
13667 | ||
13668 | ||
13669 | ||
13670 | ||
1d62a8b4 | 13671 | |
bdad4e7e RR |
13672 | |
13673 | ||
13674 | ||
13675 | ||
13676 | ||
13677 | ||
13678 | ||
13679 | ||
13680 | ||
13681 | ||
e694c22c | 13682 | |
b12915c1 | 13683 | |
2224580a VZ |
13684 | |
13685 | ||
13686 | ||
13687 | ||
dad6c0ea VZ |
13688 | |
13689 | ||
caa2c79b | 13690 | |
10f2d63a VZ |
13691 | |
13692 | ||
13693 | echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 | |
422107f9 | 13694 | echo "configure:13695: checking whether ${MAKE-make} sets \${MAKE}" >&5 |
10f2d63a VZ |
13695 | set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` |
13696 | if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then | |
13697 | echo $ac_n "(cached) $ac_c" 1>&6 | |
13698 | else | |
13699 | cat > conftestmake <<\EOF | |
13700 | all: | |
13701 | @echo 'ac_maketemp="${MAKE}"' | |
13702 | EOF | |
13703 | # GNU make sometimes prints "make[1]: Entering...", which would confuse us. | |
13704 | eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=` | |
13705 | if test -n "$ac_maketemp"; then | |
13706 | eval ac_cv_prog_make_${ac_make}_set=yes | |
13707 | else | |
13708 | eval ac_cv_prog_make_${ac_make}_set=no | |
13709 | fi | |
13710 | rm -f conftestmake | |
13711 | fi | |
13712 | if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then | |
13713 | echo "$ac_t""yes" 1>&6 | |
13714 | SET_MAKE= | |
13715 | else | |
13716 | echo "$ac_t""no" 1>&6 | |
13717 | SET_MAKE="MAKE=${MAKE-make}" | |
13718 | fi | |
13719 | ||
13720 | ||
00cf1208 RR |
13721 | if test -d include; then |
13722 | if test -d include/wx; then | |
13723 | if test -d include/wx/${TOOLKIT_DIR}; then | |
13724 | if test -f include/wx/${TOOLKIT_DIR}/setup.h; then | |
13725 | mv -f include/wx/${TOOLKIT_DIR}/setup.h setup.h | |
13726 | fi | |
13727 | fi | |
13728 | fi | |
13729 | fi | |
13730 | ||
10f2d63a VZ |
13731 | |
13732 | ||
2224580a | 13733 | if test "$wxUSE_GUI" = "yes"; then |
ec90f5e5 | 13734 | wx_cv_path_samplesubdirs=$SAMPLES_SUBDIRS |
2224580a VZ |
13735 | subdirs="demos samples utils" |
13736 | ||
13737 | fi | |
10f2d63a VZ |
13738 | |
13739 | trap '' 1 2 15 | |
13740 | cat > confcache <<\EOF | |
13741 | # This file is a shell script that caches the results of configure | |
13742 | # tests run on this system so they can be shared between configure | |
13743 | # scripts and configure runs. It is not useful on other systems. | |
13744 | # If it contains results you don't want to keep, you may remove or edit it. | |
13745 | # | |
13746 | # By default, configure uses ./config.cache as the cache file, | |
13747 | # creating it if it does not exist already. You can give configure | |
13748 | # the --cache-file=FILE option to use a different cache file; that is | |
13749 | # what configure does when it calls configure scripts in | |
13750 | # subdirectories, so they share the cache. | |
13751 | # Giving --cache-file=/dev/null disables caching, for debugging configure. | |
13752 | # config.status only pays attention to the cache file if you give it the | |
13753 | # --recheck option to rerun configure. | |
13754 | # | |
13755 | EOF | |
13756 | # The following way of writing the cache mishandles newlines in values, | |
13757 | # but we know of no workaround that is simple, portable, and efficient. | |
13758 | # So, don't put newlines in cache variables' values. | |
13759 | # Ultrix sh set writes to stderr and can't be redirected directly, | |
13760 | # and sets the high bit in the cache file unless we assign to the vars. | |
13761 | (set) 2>&1 | | |
13762 | case `(ac_space=' '; set | grep ac_space) 2>&1` in | |
13763 | *ac_space=\ *) | |
13764 | # `set' does not quote correctly, so add quotes (double-quote substitution | |
13765 | # turns \\\\ into \\, and sed turns \\ into \). | |
13766 | sed -n \ | |
13767 | -e "s/'/'\\\\''/g" \ | |
13768 | -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p" | |
13769 | ;; | |
13770 | *) | |
13771 | # `set' quotes correctly as required by POSIX, so do not add quotes. | |
13772 | sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p' | |
13773 | ;; | |
13774 | esac >> confcache | |
13775 | if cmp -s $cache_file confcache; then | |
13776 | : | |
13777 | else | |
13778 | if test -w $cache_file; then | |
13779 | echo "updating cache $cache_file" | |
13780 | cat confcache > $cache_file | |
13781 | else | |
13782 | echo "not updating unwritable cache $cache_file" | |
13783 | fi | |
13784 | fi | |
13785 | rm -f confcache | |
13786 | ||
13787 | trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15 | |
13788 | ||
13789 | test "x$prefix" = xNONE && prefix=$ac_default_prefix | |
13790 | # Let make expand exec_prefix. | |
13791 | test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' | |
13792 | ||
13793 | # Any assignment to VPATH causes Sun make to only execute | |
13794 | # the first set of double-colon rules, so remove it if not needed. | |
13795 | # If there is a colon in the path, we need to keep it. | |
13796 | if test "x$srcdir" = x.; then | |
13797 | ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d' | |
13798 | fi | |
13799 | ||
13800 | trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15 | |
13801 | ||
13802 | DEFS=-DHAVE_CONFIG_H | |
13803 | ||
13804 | # Without the "./", some shells look in PATH for config.status. | |
13805 | : ${CONFIG_STATUS=./config.status} | |
13806 | ||
13807 | echo creating $CONFIG_STATUS | |
13808 | rm -f $CONFIG_STATUS | |
13809 | cat > $CONFIG_STATUS <<EOF | |
13810 | #! /bin/sh | |
13811 | # Generated automatically by configure. | |
13812 | # Run this file to recreate the current configuration. | |
13813 | # This directory was configured as follows, | |
13814 | # on host `(hostname || uname -n) 2>/dev/null | sed 1q`: | |
13815 | # | |
13816 | # $0 $ac_configure_args | |
13817 | # | |
13818 | # Compiler output produced by configure, useful for debugging | |
13819 | # configure, is in ./config.log if it exists. | |
13820 | ||
13821 | ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]" | |
13822 | for ac_option | |
13823 | do | |
13824 | case "\$ac_option" in | |
13825 | -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) | |
13826 | echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion" | |
13827 | exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;; | |
13828 | -version | --version | --versio | --versi | --vers | --ver | --ve | --v) | |
bc9027cc | 13829 | echo "$CONFIG_STATUS generated by autoconf version 2.13" |
10f2d63a VZ |
13830 | exit 0 ;; |
13831 | -help | --help | --hel | --he | --h) | |
13832 | echo "\$ac_cs_usage"; exit 0 ;; | |
13833 | *) echo "\$ac_cs_usage"; exit 1 ;; | |
13834 | esac | |
13835 | done | |
13836 | ||
13837 | ac_given_srcdir=$srcdir | |
13838 | ac_given_INSTALL="$INSTALL" | |
13839 | ||
13840 | trap 'rm -fr `echo " | |
13841 | wx-config | |
13842 | src/make.env | |
13843 | src/makeprog.env | |
13844 | src/makelib.env | |
13845 | Makefile | |
10f2d63a VZ |
13846 | setup.h:setup.h.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 |
13847 | EOF | |
13848 | cat >> $CONFIG_STATUS <<EOF | |
13849 | ||
13850 | # Protect against being on the right side of a sed subst in config.status. | |
13851 | sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g; | |
13852 | s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF | |
13853 | $ac_vpsub | |
13854 | $extrasub | |
13855 | s%@SHELL@%$SHELL%g | |
13856 | s%@CFLAGS@%$CFLAGS%g | |
13857 | s%@CPPFLAGS@%$CPPFLAGS%g | |
13858 | s%@CXXFLAGS@%$CXXFLAGS%g | |
13859 | s%@FFLAGS@%$FFLAGS%g | |
13860 | s%@DEFS@%$DEFS%g | |
13861 | s%@LDFLAGS@%$LDFLAGS%g | |
13862 | s%@LIBS@%$LIBS%g | |
13863 | s%@exec_prefix@%$exec_prefix%g | |
13864 | s%@prefix@%$prefix%g | |
13865 | s%@program_transform_name@%$program_transform_name%g | |
13866 | s%@bindir@%$bindir%g | |
13867 | s%@sbindir@%$sbindir%g | |
13868 | s%@libexecdir@%$libexecdir%g | |
13869 | s%@datadir@%$datadir%g | |
13870 | s%@sysconfdir@%$sysconfdir%g | |
13871 | s%@sharedstatedir@%$sharedstatedir%g | |
13872 | s%@localstatedir@%$localstatedir%g | |
13873 | s%@libdir@%$libdir%g | |
13874 | s%@includedir@%$includedir%g | |
13875 | s%@oldincludedir@%$oldincludedir%g | |
13876 | s%@infodir@%$infodir%g | |
13877 | s%@mandir@%$mandir%g | |
7c66a493 VZ |
13878 | s%@host@%$host%g |
13879 | s%@host_alias@%$host_alias%g | |
13880 | s%@host_cpu@%$host_cpu%g | |
13881 | s%@host_vendor@%$host_vendor%g | |
13882 | s%@host_os@%$host_os%g | |
13883 | s%@target@%$target%g | |
13884 | s%@target_alias@%$target_alias%g | |
13885 | s%@target_cpu@%$target_cpu%g | |
13886 | s%@target_vendor@%$target_vendor%g | |
13887 | s%@target_os@%$target_os%g | |
13888 | s%@build@%$build%g | |
13889 | s%@build_alias@%$build_alias%g | |
13890 | s%@build_cpu@%$build_cpu%g | |
13891 | s%@build_vendor@%$build_vendor%g | |
13892 | s%@build_os@%$build_os%g | |
10f2d63a VZ |
13893 | s%@CC@%$CC%g |
13894 | s%@CPP@%$CPP%g | |
13895 | s%@CXX@%$CXX%g | |
13896 | s%@CXXCPP@%$CXXCPP%g | |
13897 | s%@RANLIB@%$RANLIB%g | |
13898 | s%@AR@%$AR%g | |
13899 | s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g | |
13900 | s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g | |
13901 | s%@INSTALL_DATA@%$INSTALL_DATA%g | |
13902 | s%@STRIP@%$STRIP%g | |
13903 | s%@YACC@%$YACC%g | |
13904 | s%@LEX@%$LEX%g | |
13905 | s%@LEXLIB@%$LEXLIB%g | |
13906 | s%@LN_S@%$LN_S%g | |
13907 | s%@GTK_CONFIG@%$GTK_CONFIG%g | |
13908 | s%@GTK_CFLAGS@%$GTK_CFLAGS%g | |
13909 | s%@GTK_LIBS@%$GTK_LIBS%g | |
ab9b9eab VZ |
13910 | s%@X_CFLAGS@%$X_CFLAGS%g |
13911 | s%@X_PRE_LIBS@%$X_PRE_LIBS%g | |
13912 | s%@X_LIBS@%$X_LIBS%g | |
13913 | s%@X_EXTRA_LIBS@%$X_EXTRA_LIBS%g | |
ec14dd32 VZ |
13914 | s%@LEX_STEM@%$LEX_STEM%g |
13915 | s%@PATH_IFS@%$PATH_IFS%g | |
10f2d63a VZ |
13916 | s%@WX_MAJOR_VERSION_NUMBER@%$WX_MAJOR_VERSION_NUMBER%g |
13917 | s%@WX_MINOR_VERSION_NUMBER@%$WX_MINOR_VERSION_NUMBER%g | |
13918 | s%@WX_RELEASE_NUMBER@%$WX_RELEASE_NUMBER%g | |
13919 | s%@WX_LIBRARY_NAME@%$WX_LIBRARY_NAME%g | |
13920 | s%@WX_LIBRARY_NAME_STATIC@%$WX_LIBRARY_NAME_STATIC%g | |
13921 | s%@WX_LIBRARY_NAME_SHARED@%$WX_LIBRARY_NAME_SHARED%g | |
13922 | s%@WX_LIBRARY@%$WX_LIBRARY%g | |
13923 | s%@WX_TARGET_LIBRARY@%$WX_TARGET_LIBRARY%g | |
13924 | s%@WX_LIBRARY_LINK1@%$WX_LIBRARY_LINK1%g | |
13925 | s%@WX_LIBRARY_LINK2@%$WX_LIBRARY_LINK2%g | |
13926 | s%@WX_LIBRARY_LINK3@%$WX_LIBRARY_LINK3%g | |
13927 | s%@PROGRAM_EXT@%$PROGRAM_EXT%g | |
bdad4e7e RR |
13928 | s%@WX_LIBRARY_NAME_GL@%$WX_LIBRARY_NAME_GL%g |
13929 | s%@WX_LIBRARY_NAME_STATIC_GL@%$WX_LIBRARY_NAME_STATIC_GL%g | |
13930 | s%@WX_LIBRARY_NAME_SHARED_GL@%$WX_LIBRARY_NAME_SHARED_GL%g | |
13931 | s%@WX_LIBRARY_GL@%$WX_LIBRARY_GL%g | |
13932 | s%@WX_TARGET_LIBRARY_GL@%$WX_TARGET_LIBRARY_GL%g | |
13933 | s%@WX_LIBRARY_LINK1_GL@%$WX_LIBRARY_LINK1_GL%g | |
13934 | s%@WX_LIBRARY_LINK2_GL@%$WX_LIBRARY_LINK2_GL%g | |
13935 | s%@WX_LIBRARY_LINK3_GL@%$WX_LIBRARY_LINK3_GL%g | |
10f2d63a VZ |
13936 | s%@WX_ALL@%$WX_ALL%g |
13937 | s%@WX_ALL_INSTALLED@%$WX_ALL_INSTALLED%g | |
13938 | s%@SHARED_LD@%$SHARED_LD%g | |
13939 | s%@PIC_FLAG@%$PIC_FLAG%g | |
13940 | s%@DEP_INFO_FLAGS@%$DEP_INFO_FLAGS%g | |
caa2c79b | 13941 | s%@CODE_GEN_FLAGS@%$CODE_GEN_FLAGS%g |
1d62a8b4 | 13942 | s%@BURNT_LIBRARY_NAME@%$BURNT_LIBRARY_NAME%g |
bdad4e7e | 13943 | s%@BURNT_LIBRARY_NAME_GL@%$BURNT_LIBRARY_NAME_GL%g |
10f2d63a | 13944 | s%@WXDEBUG_DEFINE@%$WXDEBUG_DEFINE%g |
dad6c0ea VZ |
13945 | s%@USE_GUI@%$USE_GUI%g |
13946 | s%@AFMINSTALL@%$AFMINSTALL%g | |
10f2d63a VZ |
13947 | s%@TOOLKIT@%$TOOLKIT%g |
13948 | s%@TOOLKIT_DEF@%$TOOLKIT_DEF%g | |
13949 | s%@TOOLKIT_DIR@%$TOOLKIT_DIR%g | |
13950 | s%@TOOLKIT_INCLUDE@%$TOOLKIT_INCLUDE%g | |
13951 | s%@GUIHEADERS@%$GUIHEADERS%g | |
13952 | s%@GUIOBJS@%$GUIOBJS%g | |
13953 | s%@COMMONOBJS@%$COMMONOBJS%g | |
13954 | s%@GENERICOBJS@%$GENERICOBJS%g | |
13955 | s%@GUIDEPS@%$GUIDEPS%g | |
13956 | s%@COMMONDEPS@%$COMMONDEPS%g | |
13957 | s%@GENERICDEPS@%$GENERICDEPS%g | |
13958 | s%@IODBCOBJS@%$IODBCOBJS%g | |
13959 | s%@UNIXOBJS@%$UNIXOBJS%g | |
13960 | s%@UNIXDEPS@%$UNIXDEPS%g | |
13961 | s%@ALL_OBJECTS@%$ALL_OBJECTS%g | |
13962 | s%@ALL_DEPFILES@%$ALL_DEPFILES%g | |
10f2d63a | 13963 | s%@GUIDIST@%$GUIDIST%g |
2224580a VZ |
13964 | s%@PORT_FILES@%$PORT_FILES%g |
13965 | s%@DISTDIR@%$DISTDIR%g | |
13966 | s%@RPM_SPEC@%$RPM_SPEC%g | |
13967 | s%@RPM_FILES@%$RPM_FILES%g | |
10f2d63a VZ |
13968 | s%@SRC_SUBDIRS@%$SRC_SUBDIRS%g |
13969 | s%@INCLUDE_SUBDIRS@%$INCLUDE_SUBDIRS%g | |
13970 | s%@UTILS_SUBDIRS@%$UTILS_SUBDIRS%g | |
13971 | s%@DOCS_SUBDIRS@%$DOCS_SUBDIRS%g | |
13972 | s%@SAMPLES_SUBDIRS@%$SAMPLES_SUBDIRS%g | |
13973 | s%@USER_SUBDIRS@%$USER_SUBDIRS%g | |
13974 | s%@EXTRA_LIBS@%$EXTRA_LIBS%g | |
b12915c1 | 13975 | s%@EXTRADEFS@%$EXTRADEFS%g |
10f2d63a VZ |
13976 | s%@LD_LIBS@%$LD_LIBS%g |
13977 | s%@SET_MAKE@%$SET_MAKE%g | |
2224580a | 13978 | s%@subdirs@%$subdirs%g |
10f2d63a VZ |
13979 | |
13980 | CEOF | |
13981 | EOF | |
13982 | ||
13983 | cat >> $CONFIG_STATUS <<\EOF | |
13984 | ||
13985 | # Split the substitutions into bite-sized pieces for seds with | |
13986 | # small command number limits, like on Digital OSF/1 and HP-UX. | |
13987 | ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script. | |
13988 | ac_file=1 # Number of current file. | |
13989 | ac_beg=1 # First line for current file. | |
13990 | ac_end=$ac_max_sed_cmds # Line after last line for current file. | |
13991 | ac_more_lines=: | |
13992 | ac_sed_cmds="" | |
13993 | while $ac_more_lines; do | |
13994 | if test $ac_beg -gt 1; then | |
13995 | sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file | |
13996 | else | |
13997 | sed "${ac_end}q" conftest.subs > conftest.s$ac_file | |
13998 | fi | |
13999 | if test ! -s conftest.s$ac_file; then | |
14000 | ac_more_lines=false | |
14001 | rm -f conftest.s$ac_file | |
14002 | else | |
14003 | if test -z "$ac_sed_cmds"; then | |
14004 | ac_sed_cmds="sed -f conftest.s$ac_file" | |
14005 | else | |
14006 | ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file" | |
14007 | fi | |
14008 | ac_file=`expr $ac_file + 1` | |
14009 | ac_beg=$ac_end | |
14010 | ac_end=`expr $ac_end + $ac_max_sed_cmds` | |
14011 | fi | |
14012 | done | |
14013 | if test -z "$ac_sed_cmds"; then | |
14014 | ac_sed_cmds=cat | |
14015 | fi | |
14016 | EOF | |
14017 | ||
14018 | cat >> $CONFIG_STATUS <<EOF | |
14019 | ||
14020 | CONFIG_FILES=\${CONFIG_FILES-"wx-config | |
14021 | src/make.env | |
14022 | src/makeprog.env | |
14023 | src/makelib.env | |
14024 | Makefile | |
10f2d63a VZ |
14025 | "} |
14026 | EOF | |
14027 | cat >> $CONFIG_STATUS <<\EOF | |
14028 | for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then | |
14029 | # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". | |
14030 | case "$ac_file" in | |
14031 | *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'` | |
14032 | ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; | |
14033 | *) ac_file_in="${ac_file}.in" ;; | |
14034 | esac | |
14035 | ||
14036 | # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories. | |
14037 | ||
14038 | # Remove last slash and all that follows it. Not all systems have dirname. | |
14039 | ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'` | |
14040 | if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then | |
14041 | # The file is in a subdirectory. | |
14042 | test ! -d "$ac_dir" && mkdir "$ac_dir" | |
14043 | ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`" | |
14044 | # A "../" for each directory in $ac_dir_suffix. | |
14045 | ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'` | |
14046 | else | |
14047 | ac_dir_suffix= ac_dots= | |
14048 | fi | |
14049 | ||
14050 | case "$ac_given_srcdir" in | |
14051 | .) srcdir=. | |
14052 | if test -z "$ac_dots"; then top_srcdir=. | |
14053 | else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;; | |
14054 | /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;; | |
14055 | *) # Relative path. | |
14056 | srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix" | |
14057 | top_srcdir="$ac_dots$ac_given_srcdir" ;; | |
14058 | esac | |
14059 | ||
14060 | case "$ac_given_INSTALL" in | |
14061 | [/$]*) INSTALL="$ac_given_INSTALL" ;; | |
14062 | *) INSTALL="$ac_dots$ac_given_INSTALL" ;; | |
14063 | esac | |
14064 | ||
14065 | echo creating "$ac_file" | |
14066 | rm -f "$ac_file" | |
14067 | configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure." | |
14068 | case "$ac_file" in | |
14069 | *Makefile*) ac_comsub="1i\\ | |
14070 | # $configure_input" ;; | |
14071 | *) ac_comsub= ;; | |
14072 | esac | |
14073 | ||
14074 | ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` | |
14075 | sed -e "$ac_comsub | |
14076 | s%@configure_input@%$configure_input%g | |
14077 | s%@srcdir@%$srcdir%g | |
14078 | s%@top_srcdir@%$top_srcdir%g | |
14079 | s%@INSTALL@%$INSTALL%g | |
14080 | " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file | |
14081 | fi; done | |
14082 | rm -f conftest.s* | |
14083 | ||
14084 | # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where | |
14085 | # NAME is the cpp macro being defined and VALUE is the value it is being given. | |
14086 | # | |
14087 | # ac_d sets the value in "#define NAME VALUE" lines. | |
14088 | ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)' | |
14089 | ac_dB='\([ ][ ]*\)[^ ]*%\1#\2' | |
14090 | ac_dC='\3' | |
14091 | ac_dD='%g' | |
14092 | # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE". | |
14093 | ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' | |
14094 | ac_uB='\([ ]\)%\1#\2define\3' | |
14095 | ac_uC=' ' | |
14096 | ac_uD='\4%g' | |
14097 | # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE". | |
14098 | ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' | |
14099 | ac_eB='$%\1#\2define\3' | |
14100 | ac_eC=' ' | |
14101 | ac_eD='%g' | |
14102 | ||
14103 | if test "${CONFIG_HEADERS+set}" != set; then | |
14104 | EOF | |
14105 | cat >> $CONFIG_STATUS <<EOF | |
14106 | CONFIG_HEADERS="setup.h:setup.h.in" | |
14107 | EOF | |
14108 | cat >> $CONFIG_STATUS <<\EOF | |
14109 | fi | |
14110 | for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then | |
14111 | # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". | |
14112 | case "$ac_file" in | |
14113 | *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'` | |
14114 | ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; | |
14115 | *) ac_file_in="${ac_file}.in" ;; | |
14116 | esac | |
14117 | ||
14118 | echo creating $ac_file | |
14119 | ||
14120 | rm -f conftest.frag conftest.in conftest.out | |
14121 | ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` | |
14122 | cat $ac_file_inputs > conftest.in | |
14123 | ||
14124 | EOF | |
14125 | ||
14126 | # Transform confdefs.h into a sed script conftest.vals that substitutes | |
14127 | # the proper values into config.h.in to produce config.h. And first: | |
14128 | # Protect against being on the right side of a sed subst in config.status. | |
14129 | # Protect against being in an unquoted here document in config.status. | |
14130 | rm -f conftest.vals | |
14131 | cat > conftest.hdr <<\EOF | |
14132 | s/[\\&%]/\\&/g | |
14133 | s%[\\$`]%\\&%g | |
14134 | s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp | |
14135 | s%ac_d%ac_u%gp | |
14136 | s%ac_u%ac_e%gp | |
14137 | EOF | |
14138 | sed -n -f conftest.hdr confdefs.h > conftest.vals | |
14139 | rm -f conftest.hdr | |
14140 | ||
14141 | # This sed command replaces #undef with comments. This is necessary, for | |
14142 | # example, in the case of _POSIX_SOURCE, which is predefined and required | |
14143 | # on some systems where configure will not decide to define it. | |
14144 | cat >> conftest.vals <<\EOF | |
14145 | s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */% | |
14146 | EOF | |
14147 | ||
14148 | # Break up conftest.vals because some shells have a limit on | |
14149 | # the size of here documents, and old seds have small limits too. | |
14150 | ||
14151 | rm -f conftest.tail | |
14152 | while : | |
14153 | do | |
14154 | ac_lines=`grep -c . conftest.vals` | |
14155 | # grep -c gives empty output for an empty file on some AIX systems. | |
14156 | if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi | |
14157 | # Write a limited-size here document to conftest.frag. | |
14158 | echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS | |
14159 | sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS | |
14160 | echo 'CEOF | |
14161 | sed -f conftest.frag conftest.in > conftest.out | |
14162 | rm -f conftest.in | |
14163 | mv conftest.out conftest.in | |
14164 | ' >> $CONFIG_STATUS | |
14165 | sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail | |
14166 | rm -f conftest.vals | |
14167 | mv conftest.tail conftest.vals | |
14168 | done | |
14169 | rm -f conftest.vals | |
14170 | ||
14171 | cat >> $CONFIG_STATUS <<\EOF | |
14172 | rm -f conftest.frag conftest.h | |
14173 | echo "/* $ac_file. Generated automatically by configure. */" > conftest.h | |
14174 | cat conftest.in >> conftest.h | |
14175 | rm -f conftest.in | |
14176 | if cmp -s $ac_file conftest.h 2>/dev/null; then | |
14177 | echo "$ac_file is unchanged" | |
14178 | rm -f conftest.h | |
14179 | else | |
14180 | # Remove last slash and all that follows it. Not all systems have dirname. | |
14181 | ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'` | |
14182 | if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then | |
14183 | # The file is in a subdirectory. | |
14184 | test ! -d "$ac_dir" && mkdir "$ac_dir" | |
14185 | fi | |
14186 | rm -f $ac_file | |
14187 | mv conftest.h $ac_file | |
14188 | fi | |
14189 | fi; done | |
14190 | ||
14191 | EOF | |
14192 | cat >> $CONFIG_STATUS <<EOF | |
14193 | ||
14194 | TOOLKIT_DIR="${TOOLKIT_DIR}" | |
07eb77a6 | 14195 | LN_S="${LN_S}" |
10f2d63a VZ |
14196 | |
14197 | ||
14198 | EOF | |
14199 | cat >> $CONFIG_STATUS <<\EOF | |
14200 | ||
14201 | chmod +x wx-config | |
07eb77a6 RL |
14202 | mv wx-config wx${TOOLKIT_DIR}-config |
14203 | ${LN_S} wx${TOOLKIT_DIR}-config wx-config | |
00cf1208 RR |
14204 | |
14205 | ||
14206 | if test ! -d lib; then | |
14207 | mkdir lib | |
14208 | fi | |
14209 | if test ! -d lib/wx; then | |
14210 | mkdir lib/wx | |
14211 | fi | |
14212 | if test ! -d lib/wx/include; then | |
14213 | mkdir lib/wx/include | |
14214 | fi | |
14215 | if test ! -d lib/wx/include/wx; then | |
14216 | mkdir lib/wx/include/wx | |
14217 | fi | |
14218 | if test ! -d lib/wx/include/wx/${TOOLKIT_DIR}; then | |
14219 | mkdir lib/wx/include/wx/${TOOLKIT_DIR} | |
14220 | fi | |
14221 | if test -f setup.h; then | |
14222 | cp -f setup.h lib/wx/include/wx/${TOOLKIT_DIR}/setup.h | |
14223 | fi | |
07eb77a6 | 14224 | |
00cf1208 | 14225 | |
10f2d63a VZ |
14226 | if test ! -d include; then |
14227 | mkdir include | |
14228 | fi | |
14229 | if test ! -d include/wx; then | |
14230 | mkdir include/wx | |
14231 | fi | |
14232 | if test ! -d include/wx/${TOOLKIT_DIR}; then | |
14233 | mkdir include/wx/${TOOLKIT_DIR} | |
14234 | fi | |
afc31813 VZ |
14235 | if test -f setup.h; then |
14236 | mv -f setup.h include/wx/${TOOLKIT_DIR}/setup.h | |
14237 | fi | |
00cf1208 | 14238 | |
10f2d63a VZ |
14239 | |
14240 | exit 0 | |
14241 | EOF | |
14242 | chmod +x $CONFIG_STATUS | |
14243 | rm -fr confdefs* $ac_clean_files | |
14244 | test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1 | |
14245 | ||
2224580a VZ |
14246 | if test "$no_recursion" != yes; then |
14247 | ||
14248 | # Remove --cache-file and --srcdir arguments so they do not pile up. | |
14249 | ac_sub_configure_args= | |
14250 | ac_prev= | |
14251 | for ac_arg in $ac_configure_args; do | |
14252 | if test -n "$ac_prev"; then | |
14253 | ac_prev= | |
14254 | continue | |
14255 | fi | |
14256 | case "$ac_arg" in | |
14257 | -cache-file | --cache-file | --cache-fil | --cache-fi \ | |
14258 | | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) | |
14259 | ac_prev=cache_file ;; | |
14260 | -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ | |
14261 | | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) | |
14262 | ;; | |
14263 | -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) | |
14264 | ac_prev=srcdir ;; | |
14265 | -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) | |
14266 | ;; | |
14267 | *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;; | |
14268 | esac | |
14269 | done | |
14270 | ||
14271 | for ac_config_dir in demos samples utils; do | |
14272 | ||
14273 | # Do not complain, so a configure script can configure whichever | |
14274 | # parts of a large source tree are present. | |
14275 | if test ! -d $srcdir/$ac_config_dir; then | |
14276 | continue | |
14277 | fi | |
14278 | ||
14279 | echo configuring in $ac_config_dir | |
14280 | ||
14281 | case "$srcdir" in | |
14282 | .) ;; | |
14283 | *) | |
14284 | if test -d ./$ac_config_dir || mkdir ./$ac_config_dir; then :; | |
14285 | else | |
14286 | { echo "configure: error: can not create `pwd`/$ac_config_dir" 1>&2; exit 1; } | |
14287 | fi | |
14288 | ;; | |
14289 | esac | |
14290 | ||
14291 | ac_popdir=`pwd` | |
14292 | cd $ac_config_dir | |
14293 | ||
14294 | # A "../" for each directory in /$ac_config_dir. | |
14295 | ac_dots=`echo $ac_config_dir|sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'` | |
14296 | ||
14297 | case "$srcdir" in | |
14298 | .) # No --srcdir option. We are building in place. | |
14299 | ac_sub_srcdir=$srcdir ;; | |
14300 | /*) # Absolute path. | |
14301 | ac_sub_srcdir=$srcdir/$ac_config_dir ;; | |
14302 | *) # Relative path. | |
14303 | ac_sub_srcdir=$ac_dots$srcdir/$ac_config_dir ;; | |
14304 | esac | |
14305 | ||
14306 | # Check for guested configure; otherwise get Cygnus style configure. | |
14307 | if test -f $ac_sub_srcdir/configure; then | |
14308 | ac_sub_configure=$ac_sub_srcdir/configure | |
14309 | elif test -f $ac_sub_srcdir/configure.in; then | |
14310 | ac_sub_configure=$ac_configure | |
14311 | else | |
14312 | echo "configure: warning: no configuration information is in $ac_config_dir" 1>&2 | |
14313 | ac_sub_configure= | |
14314 | fi | |
14315 | ||
14316 | # The recursion is here. | |
14317 | if test -n "$ac_sub_configure"; then | |
14318 | ||
14319 | # Make the cache file name correct relative to the subdirectory. | |
14320 | case "$cache_file" in | |
14321 | /*) ac_sub_cache_file=$cache_file ;; | |
14322 | *) # Relative path. | |
14323 | ac_sub_cache_file="$ac_dots$cache_file" ;; | |
14324 | esac | |
14325 | case "$ac_given_INSTALL" in | |
14326 | [/$]*) INSTALL="$ac_given_INSTALL" ;; | |
14327 | *) INSTALL="$ac_dots$ac_given_INSTALL" ;; | |
14328 | esac | |
14329 | ||
14330 | echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir" | |
14331 | # The eval makes quoting arguments work. | |
14332 | if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir | |
14333 | then : | |
14334 | else | |
14335 | { echo "configure: error: $ac_sub_configure failed for $ac_config_dir" 1>&2; exit 1; } | |
14336 | fi | |
14337 | fi | |
14338 | ||
14339 | cd $ac_popdir | |
14340 | done | |
14341 | fi | |
14342 | ||
10f2d63a | 14343 |