]>
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 VZ |
36 | |
37 | ||
38 | ||
39 | ||
40 | # Guess values for system-dependent variables and create Makefiles. | |
2224580a | 41 | # Generated automatically using autoconf version 2.13 |
10f2d63a VZ |
42 | # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc. |
43 | # | |
44 | # This configure script is free software; the Free Software Foundation | |
45 | # gives unlimited permission to copy, distribute and modify it. | |
46 | ||
47 | # Defaults: | |
48 | ac_help= | |
49 | ac_default_prefix=/usr/local | |
50 | # Any additions from configure.in: | |
51 | ac_help="$ac_help | |
52 | --enable-gui use GUI classes" | |
53 | ac_help="$ac_help | |
54 | --with-gtk use GTK+" | |
55 | ac_help="$ac_help | |
56 | --with-motif use Motif/Lesstif" | |
57 | ac_help="$ac_help | |
58 | --with-wine use WINE" | |
59 | ac_help="$ac_help | |
60 | --with-cygwin use Cygwin for MS-Windows" | |
61 | ac_help="$ac_help | |
62 | --with-mingw use GCC Minimal MS-Windows" | |
e07802fc VZ |
63 | ac_help="$ac_help |
64 | --with-pm use OS/2 Presentation Manager" | |
10f2d63a VZ |
65 | ac_help="$ac_help |
66 | --with-gtk-prefix=PFX Prefix where GTK is installed" | |
67 | ac_help="$ac_help | |
68 | --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed" | |
69 | ac_help="$ac_help | |
10f2d63a VZ |
70 | --with-libpng use libpng (PNG image format)" |
71 | ac_help="$ac_help | |
72 | --with-libjpeg use libjpeg (JPEG file format)" | |
73 | ac_help="$ac_help | |
c7a2bf27 RR |
74 | --with-libtiff use libtiff (TIFF file format)" |
75 | ac_help="$ac_help | |
10f2d63a VZ |
76 | --with-opengl use OpenGL (or Mesa)" |
77 | ac_help="$ac_help | |
b12915c1 VZ |
78 | --with-dmalloc use dmalloc library (www.letters.com/dmalloc)" |
79 | ac_help="$ac_help | |
80 | --with-zlib use zlib for LZW compression" | |
81 | ac_help="$ac_help | |
10f2d63a VZ |
82 | --with-odbc use the IODBC and wxODBC classes" |
83 | ac_help="$ac_help | |
84 | --enable-shared create shared library code" | |
85 | ac_help="$ac_help | |
86 | --enable-optimise create optimised code" | |
87 | ac_help="$ac_help | |
88 | --enable-debug same as debug_flag and debug_info" | |
89 | ac_help="$ac_help | |
90 | --enable-debug_flag set __WXDEBUG__ flag (recommended for developers!)" | |
91 | ac_help="$ac_help | |
92 | --enable-debug_info create code with debugging information" | |
93 | ac_help="$ac_help | |
94 | --enable-debug_gdb create code with extra GDB debugging information" | |
95 | ac_help="$ac_help | |
96 | --enable-debug_cntxt use wxDebugContext" | |
97 | ac_help="$ac_help | |
98 | --enable-mem_tracing create code with memory tracing" | |
99 | ac_help="$ac_help | |
100 | --enable-profile create code with profiling information" | |
101 | ac_help="$ac_help | |
102 | --enable-no_rtti create code without RTTI information" | |
103 | ac_help="$ac_help | |
104 | --enable-no_exceptions create code without exceptions information" | |
105 | ac_help="$ac_help | |
106 | --enable-permissive compile code disregarding strict ANSI" | |
107 | ac_help="$ac_help | |
108 | --enable-no_deps create code without dependency information" | |
109 | ac_help="$ac_help | |
110 | --enable-intl use internationalization system" | |
111 | ac_help="$ac_help | |
112 | --enable-config use wxConfig (and derived) classes" | |
113 | ac_help="$ac_help | |
114 | --enable-sockets use socket/network classes" | |
115 | ac_help="$ac_help | |
116 | --enable-dialupman use dialup network classes" | |
117 | ac_help="$ac_help | |
118 | --enable-ipc use interprocess communication (wxSocket etc.)" | |
119 | ac_help="$ac_help | |
120 | --enable-apple_ieee use the Apple IEEE codec" | |
121 | ac_help="$ac_help | |
122 | --enable-timedate use date/time classes" | |
123 | ac_help="$ac_help | |
124 | --enable-wave use wxWave class" | |
125 | ac_help="$ac_help | |
126 | --enable-fraction use wxFraction class" | |
127 | ac_help="$ac_help | |
128 | --enable-dynlib use wxLibrary class for DLL loading" | |
129 | ac_help="$ac_help | |
130 | --enable-longlong use wxLongLong class" | |
131 | ac_help="$ac_help | |
132 | --enable-log use logging system" | |
133 | ac_help="$ac_help | |
134 | --enable-streams use wxStream etc classes" | |
135 | ac_help="$ac_help | |
136 | --enable-file use wxFile classes" | |
137 | ac_help="$ac_help | |
138 | --enable-textfile use wxTextFile classes" | |
139 | ac_help="$ac_help | |
140 | --enable-unicode compile wxString with Unicode support" | |
141 | ac_help="$ac_help | |
142 | --enable-wcsrtombs use wcsrtombs instead of buggy (GNU libc1/Linux libc5) wcstombs" | |
143 | ac_help="$ac_help | |
144 | --enable-wxprintfv use wxWindows implementation of vprintf()" | |
145 | ac_help="$ac_help | |
146 | --enable-joystick compile in joystick support (Linux only)" | |
147 | ac_help="$ac_help | |
148 | --enable-std_iostreams use standard C++ stream classes" | |
149 | ac_help="$ac_help | |
150 | --enable-fs_inet use virtual HTTP/FTP filesystems" | |
151 | ac_help="$ac_help | |
152 | --enable-fs_zip use virtual ZIP filesystems" | |
153 | ac_help="$ac_help | |
154 | --enable-zipstream use wxZipInputStream" | |
155 | ac_help="$ac_help | |
156 | --enable-threads use threads" | |
157 | ac_help="$ac_help | |
158 | --enable-serial use class serialization" | |
159 | ac_help="$ac_help | |
160 | --enable-docview use document view architecture" | |
161 | ac_help="$ac_help | |
162 | --enable-help use help (using external browser at present)" | |
163 | ac_help="$ac_help | |
164 | --enable-constraints use layout-constraints system" | |
165 | ac_help="$ac_help | |
166 | --enable-printarch use printing architecture" | |
167 | ac_help="$ac_help | |
168 | --enable-mdi use multiple document interface architecture" | |
169 | ac_help="$ac_help | |
170 | --enable-postscript use wxPostscriptDC device context (default for gtk+)" | |
171 | ac_help="$ac_help | |
172 | --enable-prologio use Prolog IO library" | |
173 | ac_help="$ac_help | |
174 | --enable-resources use wxWindows resources" | |
175 | ac_help="$ac_help | |
176 | --enable-xresources use X resources for save (default for gtk+)" | |
177 | ac_help="$ac_help | |
178 | --enable-clipboard use wxClipboard classes" | |
179 | ac_help="$ac_help | |
180 | --enable-dnd use Drag'n'Drop classes" | |
181 | ac_help="$ac_help | |
182 | --enable-wxtree make wxTree library" | |
183 | ac_help="$ac_help | |
184 | --enable-controls use all usual controls" | |
185 | ac_help="$ac_help | |
186 | --enable-accel use accelerators" | |
187 | ac_help="$ac_help | |
188 | --enable-caret use wxCaret class" | |
189 | ac_help="$ac_help | |
190 | --enable-bmpbutton use wxBitmapButton class" | |
191 | ac_help="$ac_help | |
192 | --enable-checkbox use wxCheckBox class" | |
193 | ac_help="$ac_help | |
194 | --enable-checklst use wxCheckListBox (listbox with checkboxes) class" | |
195 | ac_help="$ac_help | |
196 | --enable-choice use wxChoice class" | |
197 | ac_help="$ac_help | |
198 | --enable-combobox use wxComboBox classes" | |
199 | ac_help="$ac_help | |
200 | --enable-gauge use wxGauge class" | |
201 | ac_help="$ac_help | |
202 | --enable-grid use wxGrid class" | |
203 | ac_help="$ac_help | |
204 | --enable-newgrid use new wxGrid class" | |
205 | ac_help="$ac_help | |
206 | --enable-imaglist use wxImageList class" | |
207 | ac_help="$ac_help | |
208 | --enable-listbox use wxListBox class" | |
209 | ac_help="$ac_help | |
210 | --enable-listctrl use wxListCtrl class" | |
211 | ac_help="$ac_help | |
212 | --enable-notebook use wxNotebook class" | |
213 | ac_help="$ac_help | |
214 | --enable-radiobox use wxRadioBox class" | |
215 | ac_help="$ac_help | |
216 | --enable-radiobtn use wxRadioButton class" | |
217 | ac_help="$ac_help | |
218 | --enable-sash use wxSashWindow class" | |
219 | ac_help="$ac_help | |
220 | --enable-scrollbar use wxScrollBar class and scrollable windows" | |
221 | ac_help="$ac_help | |
222 | --enable-slider use wxSlider class" | |
223 | ac_help="$ac_help | |
224 | --enable-spinbtn use wxSpinButton class" | |
225 | ac_help="$ac_help | |
56cfaa52 RR |
226 | --enable-spinctrl use wxSpinCtrl class" |
227 | ac_help="$ac_help | |
10f2d63a VZ |
228 | --enable-splitter use wxSplitterWindow class" |
229 | ac_help="$ac_help | |
230 | --enable-statbmp use wxStaticBitmap class" | |
231 | ac_help="$ac_help | |
232 | --enable-statbox use wxStaticBox class" | |
233 | ac_help="$ac_help | |
234 | --enable-statline use wxStaticLine class" | |
235 | ac_help="$ac_help | |
236 | --enable-statusbar use wxStatusBar class" | |
237 | ac_help="$ac_help | |
238 | --enable-tabdialog use wxTabControl class" | |
239 | ac_help="$ac_help | |
240 | --enable-toolbar use wxToolBar class" | |
241 | ac_help="$ac_help | |
360d6699 VZ |
242 | --enable-tbarnative use native wxToolBar class" |
243 | ac_help="$ac_help | |
244 | --enable-tbarsmpl use wxToolBarSimple class" | |
245 | ac_help="$ac_help | |
10f2d63a VZ |
246 | --enable-treectrl use wxTreeCtrl class" |
247 | ac_help="$ac_help | |
248 | --enable-commondlg use common dialogs (wxDirDialog, wxProgressDialog, wxTextDialog, ...)" | |
249 | ac_help="$ac_help | |
250 | --enable-dirdlg use wxDirDialog" | |
251 | ac_help="$ac_help | |
252 | --enable-textdlg use wxTextDialog" | |
253 | ac_help="$ac_help | |
254 | --enable-tipdlg use startup tips" | |
255 | ac_help="$ac_help | |
256 | --enable-progressdlg use wxProgressDialog" | |
257 | ac_help="$ac_help | |
258 | --enable-miniframe use wxMiniFrame class" | |
259 | ac_help="$ac_help | |
260 | --enable-html use wxHTML sub-library" | |
261 | ac_help="$ac_help | |
262 | --enable-tooltips use wxToolTip class" | |
263 | ac_help="$ac_help | |
264 | --enable-splines use spline drawing code" | |
265 | ac_help="$ac_help | |
266 | --enable-validators use wxValidator and derived classes" | |
267 | ac_help="$ac_help | |
268 | --enable-busyinfo use wxBusyInfo" | |
269 | ac_help="$ac_help | |
270 | --enable-gif use gif images (GIF file format)" | |
271 | ac_help="$ac_help | |
272 | --enable-pcx use pcx images (PCX file format)" | |
273 | ac_help="$ac_help | |
274 | --enable-pnm use pnm images (PNM file format)" | |
ab9b9eab VZ |
275 | ac_help="$ac_help |
276 | --with-x use the X Window System" | |
10f2d63a VZ |
277 | |
278 | # Initialize some variables set by options. | |
279 | # The variables have the same names as the options, with | |
280 | # dashes changed to underlines. | |
281 | build=NONE | |
282 | cache_file=./config.cache | |
283 | exec_prefix=NONE | |
284 | host=NONE | |
285 | no_create= | |
286 | nonopt=NONE | |
287 | no_recursion= | |
288 | prefix=NONE | |
289 | program_prefix=NONE | |
290 | program_suffix=NONE | |
291 | program_transform_name=s,x,x, | |
292 | silent= | |
293 | site= | |
294 | srcdir= | |
295 | target=NONE | |
296 | verbose= | |
297 | x_includes=NONE | |
298 | x_libraries=NONE | |
299 | bindir='${exec_prefix}/bin' | |
300 | sbindir='${exec_prefix}/sbin' | |
301 | libexecdir='${exec_prefix}/libexec' | |
302 | datadir='${prefix}/share' | |
303 | sysconfdir='${prefix}/etc' | |
304 | sharedstatedir='${prefix}/com' | |
305 | localstatedir='${prefix}/var' | |
306 | libdir='${exec_prefix}/lib' | |
307 | includedir='${prefix}/include' | |
308 | oldincludedir='/usr/include' | |
309 | infodir='${prefix}/info' | |
310 | mandir='${prefix}/man' | |
311 | ||
312 | # Initialize some other variables. | |
313 | subdirs= | |
314 | MFLAGS= MAKEFLAGS= | |
315 | SHELL=${CONFIG_SHELL-/bin/sh} | |
316 | # Maximum number of lines to put in a shell here document. | |
317 | ac_max_here_lines=12 | |
318 | ||
319 | ac_prev= | |
320 | for ac_option | |
321 | do | |
322 | ||
323 | # If the previous option needs an argument, assign it. | |
324 | if test -n "$ac_prev"; then | |
325 | eval "$ac_prev=\$ac_option" | |
326 | ac_prev= | |
327 | continue | |
328 | fi | |
329 | ||
330 | case "$ac_option" in | |
331 | -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;; | |
332 | *) ac_optarg= ;; | |
333 | esac | |
334 | ||
335 | # Accept the important Cygnus configure options, so we can diagnose typos. | |
336 | ||
337 | case "$ac_option" in | |
338 | ||
339 | -bindir | --bindir | --bindi | --bind | --bin | --bi) | |
340 | ac_prev=bindir ;; | |
341 | -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) | |
342 | bindir="$ac_optarg" ;; | |
343 | ||
344 | -build | --build | --buil | --bui | --bu) | |
345 | ac_prev=build ;; | |
346 | -build=* | --build=* | --buil=* | --bui=* | --bu=*) | |
347 | build="$ac_optarg" ;; | |
348 | ||
349 | -cache-file | --cache-file | --cache-fil | --cache-fi \ | |
350 | | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) | |
351 | ac_prev=cache_file ;; | |
352 | -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ | |
353 | | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) | |
354 | cache_file="$ac_optarg" ;; | |
355 | ||
356 | -datadir | --datadir | --datadi | --datad | --data | --dat | --da) | |
357 | ac_prev=datadir ;; | |
358 | -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \ | |
359 | | --da=*) | |
360 | datadir="$ac_optarg" ;; | |
361 | ||
362 | -disable-* | --disable-*) | |
363 | ac_feature=`echo $ac_option|sed -e 's/-*disable-//'` | |
364 | # Reject names that are not valid shell variable names. | |
365 | if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then | |
366 | { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; } | |
367 | fi | |
368 | ac_feature=`echo $ac_feature| sed 's/-/_/g'` | |
369 | eval "enable_${ac_feature}=no" ;; | |
370 | ||
371 | -enable-* | --enable-*) | |
372 | ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'` | |
373 | # Reject names that are not valid shell variable names. | |
374 | if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then | |
375 | { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; } | |
376 | fi | |
377 | ac_feature=`echo $ac_feature| sed 's/-/_/g'` | |
378 | case "$ac_option" in | |
379 | *=*) ;; | |
380 | *) ac_optarg=yes ;; | |
381 | esac | |
382 | eval "enable_${ac_feature}='$ac_optarg'" ;; | |
383 | ||
384 | -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ | |
385 | | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ | |
386 | | --exec | --exe | --ex) | |
387 | ac_prev=exec_prefix ;; | |
388 | -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ | |
389 | | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ | |
390 | | --exec=* | --exe=* | --ex=*) | |
391 | exec_prefix="$ac_optarg" ;; | |
392 | ||
393 | -gas | --gas | --ga | --g) | |
394 | # Obsolete; use --with-gas. | |
395 | with_gas=yes ;; | |
396 | ||
397 | -help | --help | --hel | --he) | |
398 | # Omit some internal or obsolete options to make the list less imposing. | |
399 | # This message is too long to be a string in the A/UX 3.1 sh. | |
400 | cat << EOF | |
401 | Usage: configure [options] [host] | |
402 | Options: [defaults in brackets after descriptions] | |
403 | Configuration: | |
404 | --cache-file=FILE cache test results in FILE | |
405 | --help print this message | |
406 | --no-create do not create output files | |
407 | --quiet, --silent do not print \`checking...' messages | |
408 | --version print the version of autoconf that created configure | |
409 | Directory and file names: | |
410 | --prefix=PREFIX install architecture-independent files in PREFIX | |
411 | [$ac_default_prefix] | |
412 | --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX | |
413 | [same as prefix] | |
414 | --bindir=DIR user executables in DIR [EPREFIX/bin] | |
415 | --sbindir=DIR system admin executables in DIR [EPREFIX/sbin] | |
416 | --libexecdir=DIR program executables in DIR [EPREFIX/libexec] | |
417 | --datadir=DIR read-only architecture-independent data in DIR | |
418 | [PREFIX/share] | |
419 | --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc] | |
420 | --sharedstatedir=DIR modifiable architecture-independent data in DIR | |
421 | [PREFIX/com] | |
422 | --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var] | |
423 | --libdir=DIR object code libraries in DIR [EPREFIX/lib] | |
424 | --includedir=DIR C header files in DIR [PREFIX/include] | |
425 | --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include] | |
426 | --infodir=DIR info documentation in DIR [PREFIX/info] | |
427 | --mandir=DIR man documentation in DIR [PREFIX/man] | |
428 | --srcdir=DIR find the sources in DIR [configure dir or ..] | |
429 | --program-prefix=PREFIX prepend PREFIX to installed program names | |
430 | --program-suffix=SUFFIX append SUFFIX to installed program names | |
431 | --program-transform-name=PROGRAM | |
432 | run sed PROGRAM on installed program names | |
433 | EOF | |
434 | cat << EOF | |
435 | Host type: | |
436 | --build=BUILD configure for building on BUILD [BUILD=HOST] | |
437 | --host=HOST configure for HOST [guessed] | |
438 | --target=TARGET configure for TARGET [TARGET=HOST] | |
439 | Features and packages: | |
440 | --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) | |
441 | --enable-FEATURE[=ARG] include FEATURE [ARG=yes] | |
442 | --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] | |
443 | --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) | |
444 | --x-includes=DIR X include files are in DIR | |
445 | --x-libraries=DIR X library files are in DIR | |
446 | EOF | |
447 | if test -n "$ac_help"; then | |
448 | echo "--enable and --with options recognized:$ac_help" | |
449 | fi | |
450 | exit 0 ;; | |
451 | ||
452 | -host | --host | --hos | --ho) | |
453 | ac_prev=host ;; | |
454 | -host=* | --host=* | --hos=* | --ho=*) | |
455 | host="$ac_optarg" ;; | |
456 | ||
457 | -includedir | --includedir | --includedi | --included | --include \ | |
458 | | --includ | --inclu | --incl | --inc) | |
459 | ac_prev=includedir ;; | |
460 | -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ | |
461 | | --includ=* | --inclu=* | --incl=* | --inc=*) | |
462 | includedir="$ac_optarg" ;; | |
463 | ||
464 | -infodir | --infodir | --infodi | --infod | --info | --inf) | |
465 | ac_prev=infodir ;; | |
466 | -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) | |
467 | infodir="$ac_optarg" ;; | |
468 | ||
469 | -libdir | --libdir | --libdi | --libd) | |
470 | ac_prev=libdir ;; | |
471 | -libdir=* | --libdir=* | --libdi=* | --libd=*) | |
472 | libdir="$ac_optarg" ;; | |
473 | ||
474 | -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ | |
475 | | --libexe | --libex | --libe) | |
476 | ac_prev=libexecdir ;; | |
477 | -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ | |
478 | | --libexe=* | --libex=* | --libe=*) | |
479 | libexecdir="$ac_optarg" ;; | |
480 | ||
481 | -localstatedir | --localstatedir | --localstatedi | --localstated \ | |
482 | | --localstate | --localstat | --localsta | --localst \ | |
483 | | --locals | --local | --loca | --loc | --lo) | |
484 | ac_prev=localstatedir ;; | |
485 | -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ | |
486 | | --localstate=* | --localstat=* | --localsta=* | --localst=* \ | |
487 | | --locals=* | --local=* | --loca=* | --loc=* | --lo=*) | |
488 | localstatedir="$ac_optarg" ;; | |
489 | ||
490 | -mandir | --mandir | --mandi | --mand | --man | --ma | --m) | |
491 | ac_prev=mandir ;; | |
492 | -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) | |
493 | mandir="$ac_optarg" ;; | |
494 | ||
495 | -nfp | --nfp | --nf) | |
496 | # Obsolete; use --without-fp. | |
497 | with_fp=no ;; | |
498 | ||
499 | -no-create | --no-create | --no-creat | --no-crea | --no-cre \ | |
500 | | --no-cr | --no-c) | |
501 | no_create=yes ;; | |
502 | ||
503 | -no-recursion | --no-recursion | --no-recursio | --no-recursi \ | |
504 | | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) | |
505 | no_recursion=yes ;; | |
506 | ||
507 | -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ | |
508 | | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ | |
509 | | --oldin | --oldi | --old | --ol | --o) | |
510 | ac_prev=oldincludedir ;; | |
511 | -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ | |
512 | | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ | |
513 | | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) | |
514 | oldincludedir="$ac_optarg" ;; | |
515 | ||
516 | -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) | |
517 | ac_prev=prefix ;; | |
518 | -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) | |
519 | prefix="$ac_optarg" ;; | |
520 | ||
521 | -program-prefix | --program-prefix | --program-prefi | --program-pref \ | |
522 | | --program-pre | --program-pr | --program-p) | |
523 | ac_prev=program_prefix ;; | |
524 | -program-prefix=* | --program-prefix=* | --program-prefi=* \ | |
525 | | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) | |
526 | program_prefix="$ac_optarg" ;; | |
527 | ||
528 | -program-suffix | --program-suffix | --program-suffi | --program-suff \ | |
529 | | --program-suf | --program-su | --program-s) | |
530 | ac_prev=program_suffix ;; | |
531 | -program-suffix=* | --program-suffix=* | --program-suffi=* \ | |
532 | | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) | |
533 | program_suffix="$ac_optarg" ;; | |
534 | ||
535 | -program-transform-name | --program-transform-name \ | |
536 | | --program-transform-nam | --program-transform-na \ | |
537 | | --program-transform-n | --program-transform- \ | |
538 | | --program-transform | --program-transfor \ | |
539 | | --program-transfo | --program-transf \ | |
540 | | --program-trans | --program-tran \ | |
541 | | --progr-tra | --program-tr | --program-t) | |
542 | ac_prev=program_transform_name ;; | |
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 | program_transform_name="$ac_optarg" ;; | |
551 | ||
552 | -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | |
553 | | -silent | --silent | --silen | --sile | --sil) | |
554 | silent=yes ;; | |
555 | ||
556 | -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) | |
557 | ac_prev=sbindir ;; | |
558 | -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ | |
559 | | --sbi=* | --sb=*) | |
560 | sbindir="$ac_optarg" ;; | |
561 | ||
562 | -sharedstatedir | --sharedstatedir | --sharedstatedi \ | |
563 | | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ | |
564 | | --sharedst | --shareds | --shared | --share | --shar \ | |
565 | | --sha | --sh) | |
566 | ac_prev=sharedstatedir ;; | |
567 | -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ | |
568 | | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ | |
569 | | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ | |
570 | | --sha=* | --sh=*) | |
571 | sharedstatedir="$ac_optarg" ;; | |
572 | ||
573 | -site | --site | --sit) | |
574 | ac_prev=site ;; | |
575 | -site=* | --site=* | --sit=*) | |
576 | site="$ac_optarg" ;; | |
577 | ||
578 | -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) | |
579 | ac_prev=srcdir ;; | |
580 | -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) | |
581 | srcdir="$ac_optarg" ;; | |
582 | ||
583 | -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ | |
584 | | --syscon | --sysco | --sysc | --sys | --sy) | |
585 | ac_prev=sysconfdir ;; | |
586 | -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ | |
587 | | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) | |
588 | sysconfdir="$ac_optarg" ;; | |
589 | ||
590 | -target | --target | --targe | --targ | --tar | --ta | --t) | |
591 | ac_prev=target ;; | |
592 | -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) | |
593 | target="$ac_optarg" ;; | |
594 | ||
595 | -v | -verbose | --verbose | --verbos | --verbo | --verb) | |
596 | verbose=yes ;; | |
597 | ||
598 | -version | --version | --versio | --versi | --vers) | |
2224580a | 599 | echo "configure generated by autoconf version 2.13" |
10f2d63a VZ |
600 | exit 0 ;; |
601 | ||
602 | -with-* | --with-*) | |
603 | ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'` | |
604 | # Reject names that are not valid shell variable names. | |
605 | if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then | |
606 | { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; } | |
607 | fi | |
608 | ac_package=`echo $ac_package| sed 's/-/_/g'` | |
609 | case "$ac_option" in | |
610 | *=*) ;; | |
611 | *) ac_optarg=yes ;; | |
612 | esac | |
613 | eval "with_${ac_package}='$ac_optarg'" ;; | |
614 | ||
615 | -without-* | --without-*) | |
616 | ac_package=`echo $ac_option|sed -e 's/-*without-//'` | |
617 | # Reject names that are not valid shell variable names. | |
618 | if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then | |
619 | { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; } | |
620 | fi | |
621 | ac_package=`echo $ac_package| sed 's/-/_/g'` | |
622 | eval "with_${ac_package}=no" ;; | |
623 | ||
624 | --x) | |
625 | # Obsolete; use --with-x. | |
626 | with_x=yes ;; | |
627 | ||
628 | -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ | |
629 | | --x-incl | --x-inc | --x-in | --x-i) | |
630 | ac_prev=x_includes ;; | |
631 | -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ | |
632 | | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) | |
633 | x_includes="$ac_optarg" ;; | |
634 | ||
635 | -x-libraries | --x-libraries | --x-librarie | --x-librari \ | |
636 | | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) | |
637 | ac_prev=x_libraries ;; | |
638 | -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ | |
639 | | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) | |
640 | x_libraries="$ac_optarg" ;; | |
641 | ||
642 | -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; } | |
643 | ;; | |
644 | ||
645 | *) | |
646 | if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then | |
647 | echo "configure: warning: $ac_option: invalid host type" 1>&2 | |
648 | fi | |
649 | if test "x$nonopt" != xNONE; then | |
650 | { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } | |
651 | fi | |
652 | nonopt="$ac_option" | |
653 | ;; | |
654 | ||
655 | esac | |
656 | done | |
657 | ||
658 | if test -n "$ac_prev"; then | |
659 | { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; } | |
660 | fi | |
661 | ||
662 | trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15 | |
663 | ||
664 | # File descriptor usage: | |
665 | # 0 standard input | |
666 | # 1 file creation | |
667 | # 2 errors and warnings | |
668 | # 3 some systems may open it to /dev/tty | |
669 | # 4 used on the Kubota Titan | |
670 | # 6 checking for... messages and results | |
671 | # 5 compiler messages saved in config.log | |
672 | if test "$silent" = yes; then | |
673 | exec 6>/dev/null | |
674 | else | |
675 | exec 6>&1 | |
676 | fi | |
677 | exec 5>./config.log | |
678 | ||
679 | echo "\ | |
680 | This file contains any messages produced by compilers while | |
681 | running configure, to aid debugging if configure makes a mistake. | |
682 | " 1>&5 | |
683 | ||
684 | # Strip out --no-create and --no-recursion so they do not pile up. | |
685 | # Also quote any args containing shell metacharacters. | |
686 | ac_configure_args= | |
687 | for ac_arg | |
688 | do | |
689 | case "$ac_arg" in | |
690 | -no-create | --no-create | --no-creat | --no-crea | --no-cre \ | |
691 | | --no-cr | --no-c) ;; | |
692 | -no-recursion | --no-recursion | --no-recursio | --no-recursi \ | |
693 | | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;; | |
694 | *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*) | |
695 | ac_configure_args="$ac_configure_args '$ac_arg'" ;; | |
696 | *) ac_configure_args="$ac_configure_args $ac_arg" ;; | |
697 | esac | |
698 | done | |
699 | ||
700 | # NLS nuisances. | |
701 | # Only set these to C if already set. These must not be set unconditionally | |
702 | # because not all systems understand e.g. LANG=C (notably SCO). | |
703 | # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'! | |
704 | # Non-C LC_CTYPE values break the ctype check. | |
705 | if test "${LANG+set}" = set; then LANG=C; export LANG; fi | |
706 | if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi | |
707 | if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi | |
708 | if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi | |
709 | ||
710 | # confdefs.h avoids OS command line length limits that DEFS can exceed. | |
711 | rm -rf conftest* confdefs.h | |
712 | # AIX cpp loses on an empty file, so make sure it contains at least a newline. | |
713 | echo > confdefs.h | |
714 | ||
715 | # A filename unique to this package, relative to the directory that | |
716 | # configure is in, which we can look for to find out if srcdir is correct. | |
717 | ac_unique_file=wx-config.in | |
718 | ||
719 | # Find the source files, if location was not specified. | |
720 | if test -z "$srcdir"; then | |
721 | ac_srcdir_defaulted=yes | |
722 | # Try the directory containing this script, then its parent. | |
723 | ac_prog=$0 | |
724 | ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'` | |
725 | test "x$ac_confdir" = "x$ac_prog" && ac_confdir=. | |
726 | srcdir=$ac_confdir | |
727 | if test ! -r $srcdir/$ac_unique_file; then | |
728 | srcdir=.. | |
729 | fi | |
730 | else | |
731 | ac_srcdir_defaulted=no | |
732 | fi | |
733 | if test ! -r $srcdir/$ac_unique_file; then | |
734 | if test "$ac_srcdir_defaulted" = yes; then | |
735 | { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; } | |
736 | else | |
737 | { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; } | |
738 | fi | |
739 | fi | |
740 | srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'` | |
741 | ||
742 | # Prefer explicitly selected file to automatically selected ones. | |
743 | if test -z "$CONFIG_SITE"; then | |
744 | if test "x$prefix" != xNONE; then | |
745 | CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" | |
746 | else | |
747 | CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" | |
748 | fi | |
749 | fi | |
750 | for ac_site_file in $CONFIG_SITE; do | |
751 | if test -r "$ac_site_file"; then | |
752 | echo "loading site script $ac_site_file" | |
753 | . "$ac_site_file" | |
754 | fi | |
755 | done | |
756 | ||
757 | if test -r "$cache_file"; then | |
758 | echo "loading cache $cache_file" | |
759 | . $cache_file | |
760 | else | |
761 | echo "creating cache $cache_file" | |
762 | > $cache_file | |
763 | fi | |
764 | ||
765 | ac_ext=c | |
766 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
767 | ac_cpp='$CPP $CPPFLAGS' | |
768 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
769 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
770 | cross_compiling=$ac_cv_prog_cc_cross | |
771 | ||
772 | ac_exeext= | |
773 | ac_objext=o | |
774 | if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then | |
775 | # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu. | |
776 | if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then | |
777 | ac_n= ac_c=' | |
778 | ' ac_t=' ' | |
779 | else | |
780 | ac_n=-n ac_c= ac_t= | |
781 | fi | |
782 | else | |
783 | ac_n= ac_c='\c' ac_t= | |
784 | fi | |
785 | ||
786 | ||
787 | ||
7c66a493 VZ |
788 | ac_aux_dir= |
789 | for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do | |
790 | if test -f $ac_dir/install-sh; then | |
791 | ac_aux_dir=$ac_dir | |
792 | ac_install_sh="$ac_aux_dir/install-sh -c" | |
793 | break | |
794 | elif test -f $ac_dir/install.sh; then | |
795 | ac_aux_dir=$ac_dir | |
796 | ac_install_sh="$ac_aux_dir/install.sh -c" | |
797 | break | |
798 | fi | |
799 | done | |
800 | if test -z "$ac_aux_dir"; then | |
801 | { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; } | |
802 | fi | |
803 | ac_config_guess=$ac_aux_dir/config.guess | |
804 | ac_config_sub=$ac_aux_dir/config.sub | |
805 | ac_configure=$ac_aux_dir/configure # This should be Cygnus configure. | |
806 | ||
807 | ||
808 | # Do some error checking and defaulting for the host and target type. | |
809 | # The inputs are: | |
810 | # configure --host=HOST --target=TARGET --build=BUILD NONOPT | |
811 | # | |
812 | # The rules are: | |
813 | # 1. You are not allowed to specify --host, --target, and nonopt at the | |
814 | # same time. | |
815 | # 2. Host defaults to nonopt. | |
816 | # 3. If nonopt is not specified, then host defaults to the current host, | |
817 | # as determined by config.guess. | |
818 | # 4. Target and build default to nonopt. | |
819 | # 5. If nonopt is not specified, then target and build default to host. | |
820 | ||
821 | # The aliases save the names the user supplied, while $host etc. | |
822 | # will get canonicalized. | |
823 | case $host---$target---$nonopt in | |
824 | NONE---*---* | *---NONE---* | *---*---NONE) ;; | |
825 | *) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;; | |
826 | esac | |
827 | ||
828 | ||
829 | # Make sure we can run config.sub. | |
830 | if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then : | |
831 | else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; } | |
832 | fi | |
833 | ||
834 | echo $ac_n "checking host system type""... $ac_c" 1>&6 | |
835 | echo "configure:836: checking host system type" >&5 | |
836 | ||
837 | host_alias=$host | |
838 | case "$host_alias" in | |
839 | NONE) | |
840 | case $nonopt in | |
841 | NONE) | |
842 | if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then : | |
843 | else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; } | |
844 | fi ;; | |
845 | *) host_alias=$nonopt ;; | |
846 | esac ;; | |
847 | esac | |
848 | ||
849 | host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias` | |
850 | host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` | |
851 | host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` | |
852 | host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` | |
853 | echo "$ac_t""$host" 1>&6 | |
854 | ||
855 | echo $ac_n "checking target system type""... $ac_c" 1>&6 | |
856 | echo "configure:857: checking target system type" >&5 | |
857 | ||
858 | target_alias=$target | |
859 | case "$target_alias" in | |
860 | NONE) | |
861 | case $nonopt in | |
862 | NONE) target_alias=$host_alias ;; | |
863 | *) target_alias=$nonopt ;; | |
864 | esac ;; | |
865 | esac | |
866 | ||
867 | target=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias` | |
868 | target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` | |
869 | target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` | |
870 | target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` | |
871 | echo "$ac_t""$target" 1>&6 | |
872 | ||
873 | echo $ac_n "checking build system type""... $ac_c" 1>&6 | |
874 | echo "configure:875: checking build system type" >&5 | |
875 | ||
876 | build_alias=$build | |
877 | case "$build_alias" in | |
878 | NONE) | |
879 | case $nonopt in | |
880 | NONE) build_alias=$host_alias ;; | |
881 | *) build_alias=$nonopt ;; | |
882 | esac ;; | |
883 | esac | |
884 | ||
885 | build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias` | |
886 | build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` | |
887 | build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` | |
888 | build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` | |
889 | echo "$ac_t""$build" 1>&6 | |
890 | ||
891 | test "$host_alias" != "$target_alias" && | |
892 | test "$program_prefix$program_suffix$program_transform_name" = \ | |
893 | NONENONEs,x,x, && | |
894 | program_prefix=${target_alias}- | |
895 | ||
896 | ||
10f2d63a VZ |
897 | |
898 | WX_MAJOR_VERSION_NUMBER=2 | |
899 | WX_MINOR_VERSION_NUMBER=1 | |
88413fec | 900 | WX_RELEASE_NUMBER=13 |
10f2d63a VZ |
901 | |
902 | WX_INTERFACE_AGE=0 | |
903 | WX_BINARY_AGE=0 | |
904 | ||
905 | WX_VERSION=$WX_MAJOR_VERSION_NUMBER.$WX_MINOR_VERSION_NUMBER.$WX_RELEASE_NUMBER | |
906 | ||
907 | WX_RELEASE=$WX_MAJOR_VERSION_NUMBER.$WX_MINOR_VERSION_NUMBER | |
908 | WX_CURRENT=`expr $WX_RELEASE_NUMBER - $WX_INTERFACE_AGE` | |
909 | WX_REVISION=$WX_INTERFACE_AGE | |
910 | WX_AGE=`expr $WX_BINARY_AGE - $WX_INTERFACE_AGE` | |
911 | ||
912 | ||
913 | USE_UNIX=1 | |
914 | USE_WIN32=0 | |
b12915c1 VZ |
915 | USE_BEOS=0 |
916 | ||
10f2d63a VZ |
917 | USE_LINUX= |
918 | USE_SGI= | |
919 | USE_HPUX= | |
920 | USE_SYSV= | |
921 | USE_SVR4= | |
922 | USE_AIX= | |
923 | USE_SUN= | |
924 | USE_SOLARIS= | |
925 | USE_SUNOS= | |
926 | USE_ALPHA= | |
927 | USE_OSF= | |
928 | USE_BSD= | |
929 | USE_FREEBSD= | |
930 | USE_VMS= | |
931 | USE_ULTRIX= | |
932 | USE_CYGWIN= | |
933 | USE_MINGW= | |
934 | USE_DATA_GENERAL= | |
935 | ||
ab9b9eab VZ |
936 | NEEDS_D_REENTRANT_FOR_R_FUNCS=0 |
937 | ||
e07802fc | 938 | ALL_TOOLKITS="CYGWIN GTK MINGW MOTIF WINE PM" |
10f2d63a VZ |
939 | |
940 | DEFAULT_wxUSE_GTK=0 | |
941 | DEFAULT_wxUSE_MOTIF=0 | |
942 | DEFAULT_wxUSE_MSW=0 | |
943 | DEFAULT_wxUSE_WINE=0 | |
e07802fc | 944 | DEFAULT_wxUSE_PM=0 |
10f2d63a VZ |
945 | |
946 | DEFAULT_DEFAULT_wxUSE_GTK=0 | |
947 | DEFAULT_DEFAULT_wxUSE_MOTIF=0 | |
948 | DEFAULT_DEFAULT_wxUSE_MSW=0 | |
949 | DEFAULT_DEFAULT_wxUSE_WINE=0 | |
e07802fc | 950 | DEFAULT_DEFAULT_wxUSE_PM=0 |
10f2d63a VZ |
951 | |
952 | case "${host}" in | |
953 | *-hp-hpux* ) | |
954 | USE_HPUX=1 | |
955 | DEFAULT_DEFAULT_wxUSE_MOTIF=1 | |
ab9b9eab | 956 | NEEDS_D_REENTRANT_FOR_R_FUNCS=1 |
10f2d63a VZ |
957 | cat >> confdefs.h <<\EOF |
958 | #define __HPUX__ 1 | |
959 | EOF | |
960 | ||
961 | ;; | |
962 | *-*-linux* ) | |
963 | USE_LINUX=1 | |
964 | cat >> confdefs.h <<\EOF | |
965 | #define __LINUX__ 1 | |
966 | EOF | |
967 | ||
968 | TMP=`uname -m` | |
969 | if test "x$TMP" = "xalpha"; then | |
970 | USE_ALPHA=1 | |
971 | cat >> confdefs.h <<\EOF | |
972 | #define __ALPHA__ 1 | |
973 | EOF | |
974 | ||
975 | fi | |
976 | DEFAULT_DEFAULT_wxUSE_GTK=1 | |
977 | ;; | |
978 | *-*-irix5* | *-*-irix6* ) | |
979 | USE_SGI=1 | |
980 | USE_SVR4=1 | |
981 | cat >> confdefs.h <<\EOF | |
982 | #define __SGI__ 1 | |
983 | EOF | |
984 | ||
985 | cat >> confdefs.h <<\EOF | |
986 | #define __SVR4__ 1 | |
987 | EOF | |
988 | ||
989 | DEFAULT_DEFAULT_wxUSE_MOTIF=1 | |
990 | ;; | |
991 | *-*-solaris2* ) | |
992 | USE_SUN=1 | |
993 | USE_SOLARIS=1 | |
994 | USE_SVR4=1 | |
995 | cat >> confdefs.h <<\EOF | |
996 | #define __SUN__ 1 | |
997 | EOF | |
998 | ||
999 | cat >> confdefs.h <<\EOF | |
1000 | #define __SOLARIS__ 1 | |
1001 | EOF | |
1002 | ||
1003 | cat >> confdefs.h <<\EOF | |
1004 | #define __SVR4__ 1 | |
1005 | EOF | |
1006 | ||
1007 | DEFAULT_DEFAULT_wxUSE_MOTIF=1 | |
ab9b9eab | 1008 | NEEDS_D_REENTRANT_FOR_R_FUNCS=1 |
10f2d63a VZ |
1009 | ;; |
1010 | *-*-sunos4* ) | |
1011 | USE_SUN=1 | |
1012 | USE_SUNOS=1 | |
1013 | USE_BSD=1 | |
1014 | cat >> confdefs.h <<\EOF | |
1015 | #define __SUN__ 1 | |
1016 | EOF | |
1017 | ||
1018 | cat >> confdefs.h <<\EOF | |
1019 | #define __SUNOS__ 1 | |
1020 | EOF | |
1021 | ||
1022 | cat >> confdefs.h <<\EOF | |
1023 | #define __BSD__ 1 | |
1024 | EOF | |
1025 | ||
1026 | DEFAULT_DEFAULT_wxUSE_MOTIF=1 | |
1027 | ;; | |
1028 | *-*-freebsd* | *-*-netbsd*) | |
1029 | USE_BSD=1 | |
1030 | USE_FREEBSD=1 | |
1031 | cat >> confdefs.h <<\EOF | |
1032 | #define __FREEBSD__ 1 | |
1033 | EOF | |
1034 | ||
1035 | cat >> confdefs.h <<\EOF | |
1036 | #define __BSD__ 1 | |
1037 | EOF | |
1038 | ||
1039 | DEFAULT_DEFAULT_wxUSE_GTK=1 | |
1040 | ;; | |
1041 | *-*-osf* ) | |
1042 | USE_ALPHA=1 | |
1043 | USE_OSF=1 | |
1044 | cat >> confdefs.h <<\EOF | |
1045 | #define __ALPHA__ 1 | |
1046 | EOF | |
1047 | ||
1048 | cat >> confdefs.h <<\EOF | |
1049 | #define __OSF__ 1 | |
1050 | EOF | |
1051 | ||
1052 | DEFAULT_DEFAULT_wxUSE_MOTIF=1 | |
1053 | ;; | |
1054 | *-*-dgux5* ) | |
1055 | USE_ALPHA=1 | |
1056 | USE_SVR4=1 | |
1057 | cat >> confdefs.h <<\EOF | |
1058 | #define __ALPHA__ 1 | |
1059 | EOF | |
1060 | ||
1061 | cat >> confdefs.h <<\EOF | |
1062 | #define __SVR4__ 1 | |
1063 | EOF | |
1064 | ||
1065 | DEFAULT_DEFAULT_wxUSE_MOTIF=1 | |
1066 | ;; | |
1067 | *-*-sysv5* ) | |
1068 | USE_SYSV=1 | |
1069 | USE_SVR4=1 | |
1070 | cat >> confdefs.h <<\EOF | |
1071 | #define __SYSV__ 1 | |
1072 | EOF | |
1073 | ||
1074 | cat >> confdefs.h <<\EOF | |
1075 | #define __SVR4__ 1 | |
1076 | EOF | |
1077 | ||
1078 | DEFAULT_DEFAULT_wxUSE_MOTIF=1 | |
1079 | ;; | |
1080 | *-*-aix* ) | |
1081 | USE_AIX=1 | |
1082 | USE_SYSV=1 | |
1083 | USE_SVR4=1 | |
1084 | cat >> confdefs.h <<\EOF | |
1085 | #define __AIX__ 1 | |
1086 | EOF | |
1087 | ||
1088 | cat >> confdefs.h <<\EOF | |
1089 | #define __SYSV__ 1 | |
1090 | EOF | |
1091 | ||
1092 | cat >> confdefs.h <<\EOF | |
1093 | #define __SVR4__ 1 | |
1094 | EOF | |
1095 | ||
1096 | DEFAULT_DEFAULT_wxUSE_MOTIF=1 | |
1097 | ;; | |
1098 | ||
7eef8db2 | 1099 | *-*-cygwin32* | *-*-mingw32* ) |
10f2d63a VZ |
1100 | USE_UNIX=0 |
1101 | USE_WIN32=1 | |
1102 | cat >> confdefs.h <<\EOF | |
1103 | #define __WIN32__ 1 | |
1104 | EOF | |
1105 | ||
1106 | cat >> confdefs.h <<\EOF | |
1107 | #define __WIN95__ 1 | |
1108 | EOF | |
1109 | ||
1110 | cat >> confdefs.h <<\EOF | |
1111 | #define __WINDOWS__ 1 | |
1112 | EOF | |
1113 | ||
1114 | cat >> confdefs.h <<\EOF | |
1115 | #define __GNUWIN32__ 1 | |
1116 | EOF | |
1117 | ||
1118 | cat >> confdefs.h <<\EOF | |
1119 | #define STRICT 1 | |
1120 | EOF | |
1121 | ||
1122 | cat >> confdefs.h <<\EOF | |
1123 | #define WINVER 0x0400 | |
1124 | EOF | |
1125 | ||
cf27ef00 | 1126 | PROGRAM_EXT=".exe" |
10f2d63a VZ |
1127 | DEFAULT_DEFAULT_wxUSE_MSW=1 |
1128 | ;; | |
1129 | ||
1130 | *-pc-os2_emx ) | |
1131 | cat >> confdefs.h <<\EOF | |
1132 | #define __EMX__ 1 | |
1133 | EOF | |
1134 | ||
cf27ef00 | 1135 | PROGRAM_EXT=".exe" |
e07802fc | 1136 | DEFAULT_DEFAULT_wxUSE_PM=1 |
10f2d63a VZ |
1137 | ;; |
1138 | ||
b12915c1 VZ |
1139 | *-*-beos* ) |
1140 | USE_BEOS=1 | |
1141 | cat >> confdefs.h <<\EOF | |
1142 | #define __BEOS__ 1 | |
1143 | EOF | |
1144 | ||
1145 | ;; | |
1146 | ||
10f2d63a VZ |
1147 | *) |
1148 | { echo "configure: error: unknown system type ${host}." 1>&2; exit 1; } | |
1149 | esac | |
1150 | ||
1151 | if test "$USE_UNIX" = 1 ; then | |
b12915c1 VZ |
1152 | wxUSE_UNIX=yes |
1153 | cat >> confdefs.h <<\EOF | |
10f2d63a VZ |
1154 | #define __UNIX__ 1 |
1155 | EOF | |
1156 | ||
b12915c1 VZ |
1157 | |
1158 | SRC_SUBDIRS="$SRC_SUBDIRS unix" | |
1159 | INCLUDE_SUBDIRS="$INCLUDE_SUBDIRS unix" | |
1160 | fi | |
1161 | ||
1162 | if test "$USE_BEOS" = 1; then | |
1163 | SRC_SUBDIRS="$SRC_SUBDIRS be" | |
1164 | INCLUDE_SUBDIRS="$INCLUDE_SUBDIRS be" | |
10f2d63a VZ |
1165 | fi |
1166 | ||
1167 | if test "$USE_LINUX" = 1; then | |
1168 | echo $ac_n "checking for gettext in -lc""... $ac_c" 1>&6 | |
7c66a493 | 1169 | echo "configure:1170: checking for gettext in -lc" >&5 |
10f2d63a VZ |
1170 | ac_lib_var=`echo c'_'gettext | sed 'y%./+-%__p_%'` |
1171 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
1172 | echo $ac_n "(cached) $ac_c" 1>&6 | |
1173 | else | |
1174 | ac_save_LIBS="$LIBS" | |
1175 | LIBS="-lc $LIBS" | |
1176 | cat > conftest.$ac_ext <<EOF | |
7c66a493 | 1177 | #line 1178 "configure" |
10f2d63a VZ |
1178 | #include "confdefs.h" |
1179 | /* Override any gcc2 internal prototype to avoid an error. */ | |
1180 | /* We use char because int might match the return type of a gcc2 | |
1181 | builtin and then its argument prototype would still apply. */ | |
1182 | char gettext(); | |
1183 | ||
1184 | int main() { | |
1185 | gettext() | |
1186 | ; return 0; } | |
1187 | EOF | |
7c66a493 | 1188 | if { (eval echo configure:1189: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
10f2d63a VZ |
1189 | rm -rf conftest* |
1190 | eval "ac_cv_lib_$ac_lib_var=yes" | |
1191 | else | |
1192 | echo "configure: failed program was:" >&5 | |
1193 | cat conftest.$ac_ext >&5 | |
1194 | rm -rf conftest* | |
1195 | eval "ac_cv_lib_$ac_lib_var=no" | |
1196 | fi | |
1197 | rm -f conftest* | |
1198 | LIBS="$ac_save_LIBS" | |
1199 | ||
1200 | fi | |
1201 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
1202 | echo "$ac_t""yes" 1>&6 | |
1203 | cat >> confdefs.h <<\EOF | |
1204 | #define wxHAVE_GLIBC2 1 | |
1205 | EOF | |
1206 | ||
1207 | else | |
1208 | echo "$ac_t""no" 1>&6 | |
1209 | fi | |
1210 | ||
1211 | fi | |
1212 | ||
1213 | ||
1214 | ||
1215 | ||
1216 | wx_arg_cache_file="configarg.cache" | |
1217 | echo "loading argument cache $wx_arg_cache_file" | |
1218 | rm -f ${wx_arg_cache_file}.tmp | |
1219 | touch ${wx_arg_cache_file}.tmp | |
1220 | touch ${wx_arg_cache_file} | |
1221 | ||
1222 | ||
1223 | DEBUG_CONFIGURE=0 | |
1224 | if test $DEBUG_CONFIGURE = 1; then | |
1225 | DEFAULT_wxUSE_THREADS=yes | |
1226 | ||
1227 | DEFAULT_wxUSE_SHARED=yes | |
1228 | DEFAULT_wxUSE_OPTIMISE=yes | |
1229 | DEFAULT_wxUSE_PROFILE=no | |
1230 | DEFAULT_wxUSE_NO_DEPS=no | |
1231 | DEFAULT_wxUSE_NO_RTTI=no | |
1232 | DEFAULT_wxUSE_NO_EXCEPTIONS=no | |
1233 | DEFAULT_wxUSE_PERMISSIVE=no | |
1234 | DEFAULT_wxUSE_DEBUG_FLAG=yes | |
1235 | DEFAULT_wxUSE_DEBUG_INFO=yes | |
1236 | DEFAULT_wxUSE_DEBUG_GDB=yes | |
1237 | DEFAULT_wxUSE_MEM_TRACING=no | |
1238 | DEFAULT_wxUSE_DEBUG_CONTEXT=no | |
1239 | DEFAULT_wxUSE_DMALLOC=no | |
1240 | DEFAULT_wxUSE_APPLE_IEEE=no | |
1241 | ||
1242 | DEFAULT_wxUSE_LOG=yes | |
1243 | ||
1244 | DEFAULT_wxUSE_GUI=yes | |
1245 | ||
1246 | DEFAULT_wxUSE_ZLIB=no | |
1247 | DEFAULT_wxUSE_LIBPNG=no | |
1248 | DEFAULT_wxUSE_LIBJPEG=no | |
c7a2bf27 | 1249 | DEFAULT_wxUSE_LIBTIFF=no |
10f2d63a VZ |
1250 | DEFAULT_wxUSE_ODBC=no |
1251 | ||
1252 | DEFAULT_wxUSE_STD_IOSTREAM=no | |
1253 | DEFAULT_wxUSE_FILE=no | |
1254 | DEFAULT_wxUSE_TEXTFILE=no | |
1255 | DEFAULT_wxUSE_TIMEDATE=no | |
1256 | DEFAULT_wxUSE_WAVE=no | |
1257 | DEFAULT_wxUSE_INTL=no | |
1258 | DEFAULT_wxUSE_CONFIG=no | |
1259 | DEFAULT_wxUSE_STREAMS=no | |
1260 | DEFAULT_wxUSE_SOCKETS=no | |
1261 | DEFAULT_wxUSE_DIALUP_MANAGER=no | |
1262 | DEFAULT_wxUSE_SERIAL=no | |
1263 | DEFAULT_wxUSE_JOYSTICK=no | |
1264 | DEFAULT_wxUSE_DYNLIB_CLASS=no | |
1265 | DEFAULT_wxUSE_LONGLONG=no | |
1266 | ||
1267 | DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=no | |
1268 | DEFAULT_wxUSE_NORMALIZED_PS_FONTS=no | |
1269 | DEFAULT_wxUSE_POSTSCRIPT=no | |
1270 | ||
1271 | DEFAULT_wxUSE_X_RESOURCES=no | |
1272 | DEFAULT_wxUSE_CLIPBOARD=no | |
1273 | DEFAULT_wxUSE_TOOLTIPS=no | |
1274 | DEFAULT_wxUSE_DRAG_AND_DROP=no | |
1275 | DEFAULT_wxUSE_SPLINES=no | |
1276 | ||
1277 | DEFAULT_wxUSE_MDI_ARCHITECTURE=no | |
1278 | DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=no | |
1279 | DEFAULT_wxUSE_PRINTING_ARCHITECTURE=no | |
1280 | ||
1281 | DEFAULT_wxUSE_PROLOGIO=no | |
1282 | DEFAULT_wxUSE_RESOURCES=no | |
1283 | DEFAULT_wxUSE_CONSTRAINTS=no | |
1284 | DEFAULT_wxUSE_IPC=no | |
1285 | DEFAULT_wxUSE_HELP=no | |
1286 | DEFAULT_wxUSE_WXTREE=no | |
1287 | DEFAULT_wxUSE_METAFILE=no | |
1288 | ||
1289 | DEFAULT_wxUSE_COMMONDLGS=no | |
1290 | DEFAULT_wxUSE_DIRDLG=no | |
1291 | DEFAULT_wxUSE_TEXTDLG=no | |
1292 | DEFAULT_wxUSE_STARTUP_TIPS=no | |
1293 | DEFAULT_wxUSE_PROGRESSDLG=no | |
1294 | DEFAULT_wxUSE_MINIFRAME=no | |
1295 | DEFAULT_wxUSE_HTML=no | |
1296 | DEFAULT_wxUSE_FS_INET=no | |
1297 | DEFAULT_wxUSE_FS_ZIP=no | |
1298 | DEFAULT_wxUSE_BUSYINFO=no | |
1299 | DEFAULT_wxUSE_ZIPSTREAM=no | |
1300 | DEFAULT_wxUSE_VALIDATORS=yes | |
1301 | ||
1302 | DEFAULT_wxUSE_ACCEL=no | |
1303 | DEFAULT_wxUSE_CARET=no | |
1304 | DEFAULT_wxUSE_BMPBUTTON=no | |
1305 | DEFAULT_wxUSE_CHECKBOX=no | |
1306 | DEFAULT_wxUSE_CHECKLST=no | |
1307 | DEFAULT_wxUSE_CHOICE=yes | |
1308 | DEFAULT_wxUSE_COMBOBOX=no | |
1309 | DEFAULT_wxUSE_GAUGE=no | |
1310 | DEFAULT_wxUSE_GRID=no | |
1311 | DEFAULT_wxUSE_NEW_GRID=no | |
1312 | DEFAULT_wxUSE_IMAGLIST=no | |
1313 | DEFAULT_wxUSE_LISTBOX=no | |
1314 | DEFAULT_wxUSE_LISTCTRL=no | |
1315 | DEFAULT_wxUSE_NOTEBOOK=no | |
1316 | DEFAULT_wxUSE_RADIOBOX=no | |
1317 | DEFAULT_wxUSE_RADIOBTN=no | |
1318 | DEFAULT_wxUSE_SASH=no | |
1319 | DEFAULT_wxUSE_SCROLLBAR=no | |
1320 | DEFAULT_wxUSE_SLIDER=no | |
1321 | DEFAULT_wxUSE_SPINBTN=no | |
56cfaa52 | 1322 | DEFAULT_wxUSE_SPINCTRL=no |
10f2d63a VZ |
1323 | DEFAULT_wxUSE_SPLITTER=no |
1324 | DEFAULT_wxUSE_STATBMP=no | |
1325 | DEFAULT_wxUSE_STATBOX=no | |
1326 | DEFAULT_wxUSE_STATLINE=no | |
1327 | DEFAULT_wxUSE_STATUSBAR=yes | |
1328 | DEFAULT_wxUSE_TABDIALOG=no | |
1329 | DEFAULT_wxUSE_TOOLBAR=no | |
360d6699 VZ |
1330 | DEFAULT_wxUSE_TOOLBAR_NATIVE=no |
1331 | DEFAULT_wxUSE_TOOLBAR_SIMPLE=no | |
10f2d63a VZ |
1332 | DEFAULT_wxUSE_TREECTRL=no |
1333 | ||
1334 | DEFAULT_wxUSE_UNICODE=no | |
1335 | DEFAULT_wxUSE_WCSRTOMBS=no | |
1336 | ||
1337 | DEFAULT_wxUSE_GIF=no | |
1338 | DEFAULT_wxUSE_PCX=no | |
1339 | DEFAULT_wxUSE_PNM=no | |
1340 | else | |
1341 | DEFAULT_wxUSE_THREADS=yes | |
1342 | ||
1343 | DEFAULT_wxUSE_SHARED=yes | |
1344 | DEFAULT_wxUSE_OPTIMISE=yes | |
1345 | DEFAULT_wxUSE_PROFILE=no | |
1346 | DEFAULT_wxUSE_NO_DEPS=no | |
1347 | DEFAULT_wxUSE_NO_RTTI=no | |
1348 | DEFAULT_wxUSE_NO_EXCEPTIONS=no | |
1349 | DEFAULT_wxUSE_PERMISSIVE=no | |
1350 | DEFAULT_wxUSE_DEBUG_FLAG=no | |
1351 | DEFAULT_wxUSE_DEBUG_INFO=no | |
1352 | DEFAULT_wxUSE_DEBUG_GDB=no | |
1353 | DEFAULT_wxUSE_MEM_TRACING=no | |
1354 | DEFAULT_wxUSE_DEBUG_CONTEXT=no | |
1355 | DEFAULT_wxUSE_DMALLOC=no | |
1356 | DEFAULT_wxUSE_APPLE_IEEE=yes | |
1357 | ||
1358 | DEFAULT_wxUSE_LOG=yes | |
1359 | ||
1360 | DEFAULT_wxUSE_GUI=yes | |
1361 | ||
1362 | DEFAULT_wxUSE_ZLIB=yes | |
1363 | DEFAULT_wxUSE_LIBPNG=yes | |
1364 | DEFAULT_wxUSE_LIBJPEG=yes | |
b47c832e | 1365 | DEFAULT_wxUSE_LIBTIFF=yes |
16b52fa1 | 1366 | DEFAULT_wxUSE_ODBC=no |
10f2d63a VZ |
1367 | |
1368 | DEFAULT_wxUSE_STD_IOSTREAM=no | |
1369 | DEFAULT_wxUSE_FILE=yes | |
1370 | DEFAULT_wxUSE_TEXTFILE=yes | |
1371 | DEFAULT_wxUSE_TIMEDATE=yes | |
1372 | DEFAULT_wxUSE_WAVE=no | |
1373 | DEFAULT_wxUSE_INTL=yes | |
1374 | DEFAULT_wxUSE_CONFIG=yes | |
1375 | DEFAULT_wxUSE_STREAMS=yes | |
1376 | DEFAULT_wxUSE_SOCKETS=yes | |
1377 | DEFAULT_wxUSE_DIALUP_MANAGER=yes | |
1378 | DEFAULT_wxUSE_SERIAL=yes | |
1379 | DEFAULT_wxUSE_JOYSTICK=yes | |
1380 | DEFAULT_wxUSE_DYNLIB_CLASS=yes | |
b685cd9b | 1381 | DEFAULT_wxUSE_LONGLONG=yes |
10f2d63a VZ |
1382 | |
1383 | DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=yes | |
1384 | DEFAULT_wxUSE_NORMALIZED_PS_FONTS=yes | |
1385 | DEFAULT_wxUSE_POSTSCRIPT=yes | |
1386 | ||
1387 | DEFAULT_wxUSE_X_RESOURCES=no | |
1388 | DEFAULT_wxUSE_CLIPBOARD=yes | |
1389 | DEFAULT_wxUSE_TOOLTIPS=yes | |
1390 | DEFAULT_wxUSE_DRAG_AND_DROP=yes | |
1391 | DEFAULT_wxUSE_SPLINES=yes | |
1392 | ||
1393 | DEFAULT_wxUSE_MDI_ARCHITECTURE=yes | |
1394 | DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=yes | |
1395 | DEFAULT_wxUSE_PRINTING_ARCHITECTURE=yes | |
1396 | ||
1397 | DEFAULT_wxUSE_PROLOGIO=yes | |
1398 | DEFAULT_wxUSE_RESOURCES=yes | |
1399 | DEFAULT_wxUSE_CONSTRAINTS=yes | |
1400 | DEFAULT_wxUSE_IPC=yes | |
1401 | DEFAULT_wxUSE_HELP=yes | |
1402 | DEFAULT_wxUSE_WXTREE=yes | |
1403 | DEFAULT_wxUSE_METAFILE=yes | |
1404 | ||
1405 | DEFAULT_wxUSE_COMMONDLGS=yes | |
1406 | DEFAULT_wxUSE_DIRDLG=yes | |
1407 | DEFAULT_wxUSE_TEXTDLG=yes | |
1408 | DEFAULT_wxUSE_STARTUP_TIPS=yes | |
1409 | DEFAULT_wxUSE_PROGRESSDLG=yes | |
1410 | DEFAULT_wxUSE_MINIFRAME=yes | |
1411 | DEFAULT_wxUSE_HTML=yes | |
1412 | DEFAULT_wxUSE_FS_INET=yes | |
1413 | DEFAULT_wxUSE_FS_ZIP=yes | |
1414 | DEFAULT_wxUSE_BUSYINFO=yes | |
1415 | DEFAULT_wxUSE_ZIPSTREAM=yes | |
1416 | DEFAULT_wxUSE_VALIDATORS=yes | |
1417 | ||
1418 | DEFAULT_wxUSE_ACCEL=yes | |
1419 | DEFAULT_wxUSE_CARET=yes | |
1420 | DEFAULT_wxUSE_BMPBUTTON=yes | |
1421 | DEFAULT_wxUSE_CHECKBOX=yes | |
1422 | DEFAULT_wxUSE_CHECKLST=yes | |
1423 | DEFAULT_wxUSE_CHOICE=yes | |
1424 | DEFAULT_wxUSE_COMBOBOX=yes | |
1425 | DEFAULT_wxUSE_GAUGE=yes | |
1426 | DEFAULT_wxUSE_GRID=yes | |
fc9c7c09 | 1427 | DEFAULT_wxUSE_NEW_GRID=no |
10f2d63a VZ |
1428 | DEFAULT_wxUSE_IMAGLIST=yes |
1429 | DEFAULT_wxUSE_LISTBOX=yes | |
1430 | DEFAULT_wxUSE_LISTCTRL=yes | |
1431 | DEFAULT_wxUSE_NOTEBOOK=yes | |
1432 | DEFAULT_wxUSE_RADIOBOX=yes | |
1433 | DEFAULT_wxUSE_RADIOBTN=yes | |
1434 | DEFAULT_wxUSE_SASH=yes | |
1435 | DEFAULT_wxUSE_SCROLLBAR=yes | |
1436 | DEFAULT_wxUSE_SLIDER=yes | |
1437 | DEFAULT_wxUSE_SPINBTN=yes | |
56cfaa52 | 1438 | DEFAULT_wxUSE_SPINCTRL=yes |
10f2d63a VZ |
1439 | DEFAULT_wxUSE_SPLITTER=yes |
1440 | DEFAULT_wxUSE_STATBMP=yes | |
1441 | DEFAULT_wxUSE_STATBOX=yes | |
1442 | DEFAULT_wxUSE_STATLINE=yes | |
1443 | DEFAULT_wxUSE_STATUSBAR=yes | |
1444 | DEFAULT_wxUSE_TABDIALOG=no | |
1445 | DEFAULT_wxUSE_TOOLBAR=yes | |
360d6699 VZ |
1446 | DEFAULT_wxUSE_TOOLBAR_NATIVE=yes |
1447 | DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes | |
10f2d63a VZ |
1448 | DEFAULT_wxUSE_TREECTRL=yes |
1449 | ||
1450 | DEFAULT_wxUSE_UNICODE=no | |
1451 | DEFAULT_wxUSE_WCSRTOMBS=no | |
1452 | ||
1453 | DEFAULT_wxUSE_GIF=yes | |
1454 | DEFAULT_wxUSE_PCX=yes | |
1455 | DEFAULT_wxUSE_PNM=yes | |
1456 | fi | |
1457 | ||
1458 | ||
1459 | ||
1460 | for toolkit in `echo $ALL_TOOLKITS`; do | |
1461 | LINE=`grep "wxUSE_$toolkit" ${wx_arg_cache_file}` | |
1462 | if test "x$LINE" != x ; then | |
1463 | has_toolkit_in_cache=1 | |
1464 | eval "DEFAULT_$LINE" | |
1465 | eval "CACHE_$toolkit=1" | |
1466 | fi | |
1467 | done | |
1468 | ||
1469 | ||
1470 | ||
1471 | echo $ac_n "checking "for --enable-gui"""... $ac_c" 1>&6 | |
7c66a493 | 1472 | echo "configure:1473: checking "for --enable-gui"" >&5 |
10f2d63a VZ |
1473 | no_cache=0 |
1474 | # Check whether --enable-gui or --disable-gui was given. | |
1475 | if test "${enable_gui+set}" = set; then | |
1476 | enableval="$enable_gui" | |
1477 | ||
1478 | if test "$enableval" = yes; then | |
1479 | ac_cv_use_gui='wxUSE_GUI=yes' | |
1480 | else | |
1481 | ac_cv_use_gui='wxUSE_GUI=no' | |
1482 | fi | |
1483 | ||
1484 | else | |
1485 | ||
1486 | LINE=`grep "wxUSE_GUI" ${wx_arg_cache_file}` | |
1487 | if test "x$LINE" != x ; then | |
1488 | eval "DEFAULT_$LINE" | |
1489 | else | |
1490 | no_cache=1 | |
1491 | fi | |
1492 | ||
1493 | ac_cv_use_gui='wxUSE_GUI='$DEFAULT_wxUSE_GUI | |
1494 | ||
1495 | fi | |
1496 | ||
1497 | ||
1498 | eval "$ac_cv_use_gui" | |
1499 | if test "$no_cache" != 1; then | |
1500 | echo $ac_cv_use_gui >> ${wx_arg_cache_file}.tmp | |
1501 | fi | |
1502 | ||
1503 | if test "$wxUSE_GUI" = yes; then | |
1504 | echo "$ac_t""yes" 1>&6 | |
1505 | else | |
1506 | echo "$ac_t""no" 1>&6 | |
1507 | fi | |
1508 | ||
1509 | ||
b12915c1 | 1510 | if test "$wxUSE_GUI" = "yes"; then |
10f2d63a VZ |
1511 | |
1512 | # Check whether --with-gtk or --without-gtk was given. | |
1513 | if test "${with_gtk+set}" = set; then | |
1514 | withval="$with_gtk" | |
1515 | wxUSE_GTK="$withval" CACHE_GTK=1 TOOLKIT_GIVEN=1 | |
1516 | fi | |
1517 | ||
1518 | # Check whether --with-motif or --without-motif was given. | |
1519 | if test "${with_motif+set}" = set; then | |
1520 | withval="$with_motif" | |
1521 | wxUSE_MOTIF="$withval" CACHE_MOTIF=1 TOOLKIT_GIVEN=1 | |
1522 | fi | |
1523 | ||
1524 | # Check whether --with-wine or --without-wine was given. | |
1525 | if test "${with_wine+set}" = set; then | |
1526 | withval="$with_wine" | |
1527 | wxUSE_WINE="$withval" CACHE_WINE=1 TOOLKIT_GIVEN=1 | |
1528 | fi | |
1529 | ||
1530 | # Check whether --with-cygwin or --without-cygwin was given. | |
1531 | if test "${with_cygwin+set}" = set; then | |
1532 | withval="$with_cygwin" | |
1533 | wxUSE_CYGWIN="$withval" CACHE_CYGWIN=1 TOOLKIT_GIVEN=1 | |
1534 | fi | |
1535 | ||
1536 | # Check whether --with-mingw or --without-mingw was given. | |
1537 | if test "${with_mingw+set}" = set; then | |
1538 | withval="$with_mingw" | |
1539 | wxUSE_MINGW="$withval" CACHE_MINGW=1 TOOLKIT_GIVEN=1 | |
1540 | fi | |
1541 | ||
e07802fc VZ |
1542 | # Check whether --with-pm or --without-pm was given. |
1543 | if test "${with_pm+set}" = set; then | |
1544 | withval="$with_pm" | |
1545 | wxUSE_PM="$withval" CACHE_PM=1 TOOLKIT_GIVEN=1 | |
1546 | fi | |
1547 | ||
10f2d63a VZ |
1548 | |
1549 | # Check whether --with-gtk-prefix or --without-gtk-prefix was given. | |
1550 | if test "${with_gtk_prefix+set}" = set; then | |
1551 | withval="$with_gtk_prefix" | |
1552 | gtk_config_prefix="$withval" | |
1553 | else | |
1554 | gtk_config_prefix="" | |
1555 | fi | |
1556 | ||
1557 | # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given. | |
1558 | if test "${with_gtk_exec_prefix+set}" = set; then | |
1559 | withval="$with_gtk_exec_prefix" | |
1560 | gtk_config_exec_prefix="$withval" | |
1561 | else | |
1562 | gtk_config_exec_prefix="" | |
1563 | fi | |
1564 | ||
1565 | ||
1566 | ||
b12915c1 | 1567 | echo $ac_n "checking "for --with-libpng"""... $ac_c" 1>&6 |
7c66a493 | 1568 | echo "configure:1569: checking "for --with-libpng"" >&5 |
10f2d63a | 1569 | no_cache=0 |
b12915c1 VZ |
1570 | # Check whether --with-libpng or --without-libpng was given. |
1571 | if test "${with_libpng+set}" = set; then | |
1572 | withval="$with_libpng" | |
10f2d63a VZ |
1573 | |
1574 | if test "$withval" = yes; then | |
b12915c1 | 1575 | ac_cv_use_libpng='wxUSE_LIBPNG=yes' |
10f2d63a | 1576 | else |
b12915c1 | 1577 | ac_cv_use_libpng='wxUSE_LIBPNG=no' |
10f2d63a VZ |
1578 | fi |
1579 | ||
1580 | else | |
1581 | ||
b12915c1 | 1582 | LINE=`grep "wxUSE_LIBPNG" ${wx_arg_cache_file}` |
10f2d63a VZ |
1583 | if test "x$LINE" != x ; then |
1584 | eval "DEFAULT_$LINE" | |
1585 | else | |
1586 | no_cache=1 | |
1587 | fi | |
1588 | ||
b12915c1 | 1589 | ac_cv_use_libpng='wxUSE_LIBPNG='$DEFAULT_wxUSE_LIBPNG |
10f2d63a VZ |
1590 | |
1591 | fi | |
1592 | ||
1593 | ||
b12915c1 | 1594 | eval "$ac_cv_use_libpng" |
10f2d63a | 1595 | if test "$no_cache" != 1; then |
b12915c1 | 1596 | echo $ac_cv_use_libpng >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
1597 | fi |
1598 | ||
b12915c1 | 1599 | if test "$wxUSE_LIBPNG" = yes; then |
10f2d63a VZ |
1600 | echo "$ac_t""yes" 1>&6 |
1601 | else | |
1602 | echo "$ac_t""no" 1>&6 | |
1603 | fi | |
1604 | ||
1605 | ||
b12915c1 | 1606 | echo $ac_n "checking "for --with-libjpeg"""... $ac_c" 1>&6 |
7c66a493 | 1607 | echo "configure:1608: checking "for --with-libjpeg"" >&5 |
10f2d63a | 1608 | no_cache=0 |
b12915c1 VZ |
1609 | # Check whether --with-libjpeg or --without-libjpeg was given. |
1610 | if test "${with_libjpeg+set}" = set; then | |
1611 | withval="$with_libjpeg" | |
10f2d63a VZ |
1612 | |
1613 | if test "$withval" = yes; then | |
b12915c1 | 1614 | ac_cv_use_libjpeg='wxUSE_LIBJPEG=yes' |
10f2d63a | 1615 | else |
b12915c1 | 1616 | ac_cv_use_libjpeg='wxUSE_LIBJPEG=no' |
10f2d63a VZ |
1617 | fi |
1618 | ||
1619 | else | |
1620 | ||
b12915c1 | 1621 | LINE=`grep "wxUSE_LIBJPEG" ${wx_arg_cache_file}` |
10f2d63a VZ |
1622 | if test "x$LINE" != x ; then |
1623 | eval "DEFAULT_$LINE" | |
1624 | else | |
1625 | no_cache=1 | |
1626 | fi | |
1627 | ||
b12915c1 | 1628 | ac_cv_use_libjpeg='wxUSE_LIBJPEG='$DEFAULT_wxUSE_LIBJPEG |
10f2d63a VZ |
1629 | |
1630 | fi | |
1631 | ||
1632 | ||
b12915c1 | 1633 | eval "$ac_cv_use_libjpeg" |
10f2d63a | 1634 | if test "$no_cache" != 1; then |
b12915c1 | 1635 | echo $ac_cv_use_libjpeg >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
1636 | fi |
1637 | ||
b12915c1 | 1638 | if test "$wxUSE_LIBJPEG" = yes; then |
10f2d63a VZ |
1639 | echo "$ac_t""yes" 1>&6 |
1640 | else | |
1641 | echo "$ac_t""no" 1>&6 | |
1642 | fi | |
1643 | ||
1644 | ||
b12915c1 | 1645 | echo $ac_n "checking "for --with-libtiff"""... $ac_c" 1>&6 |
7c66a493 | 1646 | echo "configure:1647: checking "for --with-libtiff"" >&5 |
10f2d63a | 1647 | no_cache=0 |
b12915c1 VZ |
1648 | # Check whether --with-libtiff or --without-libtiff was given. |
1649 | if test "${with_libtiff+set}" = set; then | |
1650 | withval="$with_libtiff" | |
10f2d63a VZ |
1651 | |
1652 | if test "$withval" = yes; then | |
b12915c1 | 1653 | ac_cv_use_libtiff='wxUSE_LIBTIFF=yes' |
10f2d63a | 1654 | else |
b12915c1 | 1655 | ac_cv_use_libtiff='wxUSE_LIBTIFF=no' |
10f2d63a VZ |
1656 | fi |
1657 | ||
1658 | else | |
1659 | ||
b12915c1 | 1660 | LINE=`grep "wxUSE_LIBTIFF" ${wx_arg_cache_file}` |
10f2d63a VZ |
1661 | if test "x$LINE" != x ; then |
1662 | eval "DEFAULT_$LINE" | |
1663 | else | |
1664 | no_cache=1 | |
1665 | fi | |
1666 | ||
b12915c1 | 1667 | ac_cv_use_libtiff='wxUSE_LIBTIFF='$DEFAULT_wxUSE_LIBTIFF |
10f2d63a VZ |
1668 | |
1669 | fi | |
1670 | ||
1671 | ||
b12915c1 | 1672 | eval "$ac_cv_use_libtiff" |
10f2d63a | 1673 | if test "$no_cache" != 1; then |
b12915c1 | 1674 | echo $ac_cv_use_libtiff >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
1675 | fi |
1676 | ||
b12915c1 | 1677 | if test "$wxUSE_LIBTIFF" = yes; then |
10f2d63a VZ |
1678 | echo "$ac_t""yes" 1>&6 |
1679 | else | |
1680 | echo "$ac_t""no" 1>&6 | |
1681 | fi | |
1682 | ||
1683 | ||
b12915c1 | 1684 | echo $ac_n "checking "for --with-opengl"""... $ac_c" 1>&6 |
7c66a493 | 1685 | echo "configure:1686: checking "for --with-opengl"" >&5 |
10f2d63a | 1686 | no_cache=0 |
b12915c1 VZ |
1687 | # Check whether --with-opengl or --without-opengl was given. |
1688 | if test "${with_opengl+set}" = set; then | |
1689 | withval="$with_opengl" | |
10f2d63a VZ |
1690 | |
1691 | if test "$withval" = yes; then | |
b12915c1 | 1692 | ac_cv_use_opengl='wxUSE_OPENGL=yes' |
10f2d63a | 1693 | else |
b12915c1 | 1694 | ac_cv_use_opengl='wxUSE_OPENGL=no' |
10f2d63a VZ |
1695 | fi |
1696 | ||
1697 | else | |
1698 | ||
b12915c1 | 1699 | LINE=`grep "wxUSE_OPENGL" ${wx_arg_cache_file}` |
10f2d63a VZ |
1700 | if test "x$LINE" != x ; then |
1701 | eval "DEFAULT_$LINE" | |
1702 | else | |
1703 | no_cache=1 | |
1704 | fi | |
1705 | ||
b12915c1 | 1706 | ac_cv_use_opengl='wxUSE_OPENGL='$DEFAULT_wxUSE_OPENGL |
10f2d63a VZ |
1707 | |
1708 | fi | |
1709 | ||
1710 | ||
b12915c1 | 1711 | eval "$ac_cv_use_opengl" |
10f2d63a | 1712 | if test "$no_cache" != 1; then |
b12915c1 | 1713 | echo $ac_cv_use_opengl >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
1714 | fi |
1715 | ||
b12915c1 | 1716 | if test "$wxUSE_OPENGL" = yes; then |
10f2d63a VZ |
1717 | echo "$ac_t""yes" 1>&6 |
1718 | else | |
1719 | echo "$ac_t""no" 1>&6 | |
1720 | fi | |
1721 | ||
1722 | ||
b12915c1 VZ |
1723 | fi |
1724 | ||
1725 | ||
1726 | echo $ac_n "checking "for --with-dmalloc"""... $ac_c" 1>&6 | |
7c66a493 | 1727 | echo "configure:1728: checking "for --with-dmalloc"" >&5 |
c7a2bf27 | 1728 | no_cache=0 |
b12915c1 VZ |
1729 | # Check whether --with-dmalloc or --without-dmalloc was given. |
1730 | if test "${with_dmalloc+set}" = set; then | |
1731 | withval="$with_dmalloc" | |
c7a2bf27 RR |
1732 | |
1733 | if test "$withval" = yes; then | |
b12915c1 | 1734 | ac_cv_use_dmalloc='wxUSE_DMALLOC=yes' |
c7a2bf27 | 1735 | else |
b12915c1 | 1736 | ac_cv_use_dmalloc='wxUSE_DMALLOC=no' |
c7a2bf27 RR |
1737 | fi |
1738 | ||
1739 | else | |
1740 | ||
b12915c1 | 1741 | LINE=`grep "wxUSE_DMALLOC" ${wx_arg_cache_file}` |
c7a2bf27 RR |
1742 | if test "x$LINE" != x ; then |
1743 | eval "DEFAULT_$LINE" | |
1744 | else | |
1745 | no_cache=1 | |
1746 | fi | |
1747 | ||
b12915c1 | 1748 | ac_cv_use_dmalloc='wxUSE_DMALLOC='$DEFAULT_wxUSE_DMALLOC |
c7a2bf27 RR |
1749 | |
1750 | fi | |
1751 | ||
1752 | ||
b12915c1 | 1753 | eval "$ac_cv_use_dmalloc" |
c7a2bf27 | 1754 | if test "$no_cache" != 1; then |
b12915c1 | 1755 | echo $ac_cv_use_dmalloc >> ${wx_arg_cache_file}.tmp |
c7a2bf27 RR |
1756 | fi |
1757 | ||
b12915c1 | 1758 | if test "$wxUSE_DMALLOC" = yes; then |
c7a2bf27 RR |
1759 | echo "$ac_t""yes" 1>&6 |
1760 | else | |
1761 | echo "$ac_t""no" 1>&6 | |
1762 | fi | |
1763 | ||
1764 | ||
b12915c1 | 1765 | echo $ac_n "checking "for --with-zlib"""... $ac_c" 1>&6 |
7c66a493 | 1766 | echo "configure:1767: checking "for --with-zlib"" >&5 |
10f2d63a | 1767 | no_cache=0 |
b12915c1 VZ |
1768 | # Check whether --with-zlib or --without-zlib was given. |
1769 | if test "${with_zlib+set}" = set; then | |
1770 | withval="$with_zlib" | |
10f2d63a VZ |
1771 | |
1772 | if test "$withval" = yes; then | |
b12915c1 | 1773 | ac_cv_use_zlib='wxUSE_ZLIB=yes' |
10f2d63a | 1774 | else |
b12915c1 | 1775 | ac_cv_use_zlib='wxUSE_ZLIB=no' |
10f2d63a VZ |
1776 | fi |
1777 | ||
1778 | else | |
1779 | ||
b12915c1 | 1780 | LINE=`grep "wxUSE_ZLIB" ${wx_arg_cache_file}` |
10f2d63a VZ |
1781 | if test "x$LINE" != x ; then |
1782 | eval "DEFAULT_$LINE" | |
1783 | else | |
1784 | no_cache=1 | |
1785 | fi | |
1786 | ||
b12915c1 | 1787 | ac_cv_use_zlib='wxUSE_ZLIB='$DEFAULT_wxUSE_ZLIB |
10f2d63a VZ |
1788 | |
1789 | fi | |
1790 | ||
1791 | ||
b12915c1 | 1792 | eval "$ac_cv_use_zlib" |
10f2d63a | 1793 | if test "$no_cache" != 1; then |
b12915c1 | 1794 | echo $ac_cv_use_zlib >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
1795 | fi |
1796 | ||
b12915c1 | 1797 | if test "$wxUSE_ZLIB" = yes; then |
10f2d63a VZ |
1798 | echo "$ac_t""yes" 1>&6 |
1799 | else | |
1800 | echo "$ac_t""no" 1>&6 | |
1801 | fi | |
1802 | ||
1803 | ||
1804 | echo $ac_n "checking "for --with-odbc"""... $ac_c" 1>&6 | |
7c66a493 | 1805 | echo "configure:1806: checking "for --with-odbc"" >&5 |
10f2d63a VZ |
1806 | no_cache=0 |
1807 | # Check whether --with-odbc or --without-odbc was given. | |
1808 | if test "${with_odbc+set}" = set; then | |
1809 | withval="$with_odbc" | |
1810 | ||
1811 | if test "$withval" = yes; then | |
1812 | ac_cv_use_odbc='wxUSE_ODBC=yes' | |
1813 | else | |
1814 | ac_cv_use_odbc='wxUSE_ODBC=no' | |
1815 | fi | |
1816 | ||
1817 | else | |
1818 | ||
1819 | LINE=`grep "wxUSE_ODBC" ${wx_arg_cache_file}` | |
1820 | if test "x$LINE" != x ; then | |
1821 | eval "DEFAULT_$LINE" | |
1822 | else | |
1823 | no_cache=1 | |
1824 | fi | |
1825 | ||
1826 | ac_cv_use_odbc='wxUSE_ODBC='$DEFAULT_wxUSE_ODBC | |
1827 | ||
1828 | fi | |
1829 | ||
1830 | ||
1831 | eval "$ac_cv_use_odbc" | |
1832 | if test "$no_cache" != 1; then | |
1833 | echo $ac_cv_use_odbc >> ${wx_arg_cache_file}.tmp | |
1834 | fi | |
1835 | ||
1836 | if test "$wxUSE_ODBC" = yes; then | |
1837 | echo "$ac_t""yes" 1>&6 | |
1838 | else | |
1839 | echo "$ac_t""no" 1>&6 | |
1840 | fi | |
1841 | ||
1842 | ||
1843 | ||
1844 | ||
1845 | ||
1846 | echo $ac_n "checking "for --enable-shared"""... $ac_c" 1>&6 | |
7c66a493 | 1847 | echo "configure:1848: checking "for --enable-shared"" >&5 |
10f2d63a VZ |
1848 | no_cache=0 |
1849 | # Check whether --enable-shared or --disable-shared was given. | |
1850 | if test "${enable_shared+set}" = set; then | |
1851 | enableval="$enable_shared" | |
1852 | ||
1853 | if test "$enableval" = yes; then | |
1854 | ac_cv_use_shared='wxUSE_SHARED=yes' | |
1855 | else | |
1856 | ac_cv_use_shared='wxUSE_SHARED=no' | |
1857 | fi | |
1858 | ||
1859 | else | |
1860 | ||
1861 | LINE=`grep "wxUSE_SHARED" ${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_shared='wxUSE_SHARED='$DEFAULT_wxUSE_SHARED | |
1869 | ||
1870 | fi | |
1871 | ||
1872 | ||
1873 | eval "$ac_cv_use_shared" | |
1874 | if test "$no_cache" != 1; then | |
1875 | echo $ac_cv_use_shared >> ${wx_arg_cache_file}.tmp | |
1876 | fi | |
1877 | ||
1878 | if test "$wxUSE_SHARED" = yes; then | |
1879 | echo "$ac_t""yes" 1>&6 | |
1880 | else | |
1881 | echo "$ac_t""no" 1>&6 | |
1882 | fi | |
1883 | ||
1884 | ||
1885 | echo $ac_n "checking "for --enable-optimise"""... $ac_c" 1>&6 | |
7c66a493 | 1886 | echo "configure:1887: checking "for --enable-optimise"" >&5 |
10f2d63a VZ |
1887 | no_cache=0 |
1888 | # Check whether --enable-optimise or --disable-optimise was given. | |
1889 | if test "${enable_optimise+set}" = set; then | |
1890 | enableval="$enable_optimise" | |
1891 | ||
1892 | if test "$enableval" = yes; then | |
1893 | ac_cv_use_optimise='wxUSE_OPTIMISE=yes' | |
1894 | else | |
1895 | ac_cv_use_optimise='wxUSE_OPTIMISE=no' | |
1896 | fi | |
1897 | ||
1898 | else | |
1899 | ||
1900 | LINE=`grep "wxUSE_OPTIMISE" ${wx_arg_cache_file}` | |
1901 | if test "x$LINE" != x ; then | |
1902 | eval "DEFAULT_$LINE" | |
1903 | else | |
1904 | no_cache=1 | |
1905 | fi | |
1906 | ||
1907 | ac_cv_use_optimise='wxUSE_OPTIMISE='$DEFAULT_wxUSE_OPTIMISE | |
1908 | ||
1909 | fi | |
1910 | ||
1911 | ||
1912 | eval "$ac_cv_use_optimise" | |
1913 | if test "$no_cache" != 1; then | |
1914 | echo $ac_cv_use_optimise >> ${wx_arg_cache_file}.tmp | |
1915 | fi | |
1916 | ||
1917 | if test "$wxUSE_OPTIMISE" = yes; then | |
1918 | echo "$ac_t""yes" 1>&6 | |
1919 | else | |
1920 | echo "$ac_t""no" 1>&6 | |
1921 | fi | |
1922 | ||
1923 | ||
1924 | echo $ac_n "checking "for --enable-debug"""... $ac_c" 1>&6 | |
7c66a493 | 1925 | echo "configure:1926: checking "for --enable-debug"" >&5 |
10f2d63a VZ |
1926 | no_cache=0 |
1927 | # Check whether --enable-debug or --disable-debug was given. | |
1928 | if test "${enable_debug+set}" = set; then | |
1929 | enableval="$enable_debug" | |
1930 | ||
1931 | if test "$enableval" = yes; then | |
1932 | ac_cv_use_debug='wxUSE_DEBUG=yes' | |
1933 | else | |
1934 | ac_cv_use_debug='wxUSE_DEBUG=no' | |
1935 | fi | |
1936 | ||
1937 | else | |
1938 | ||
1939 | LINE=`grep "wxUSE_DEBUG" ${wx_arg_cache_file}` | |
1940 | if test "x$LINE" != x ; then | |
1941 | eval "DEFAULT_$LINE" | |
1942 | else | |
1943 | no_cache=1 | |
1944 | fi | |
1945 | ||
1946 | ac_cv_use_debug='wxUSE_DEBUG='$DEFAULT_wxUSE_DEBUG | |
1947 | ||
1948 | fi | |
1949 | ||
1950 | ||
1951 | eval "$ac_cv_use_debug" | |
1952 | if test "$no_cache" != 1; then | |
1953 | echo $ac_cv_use_debug >> ${wx_arg_cache_file}.tmp | |
1954 | fi | |
1955 | ||
1956 | if test "$wxUSE_DEBUG" = yes; then | |
1957 | echo "$ac_t""yes" 1>&6 | |
1958 | else | |
1959 | echo "$ac_t""no" 1>&6 | |
1960 | fi | |
1961 | ||
1962 | ||
1963 | if test "$wxUSE_DEBUG" = "yes"; then | |
1964 | DEFAULT_wxUSE_DEBUG_FLAG=yes | |
1965 | DEFAULT_wxUSE_DEBUG_INFO=yes | |
1966 | elif test "$wxUSE_DEBUG" = "no"; then | |
1967 | DEFAULT_wxUSE_DEBUG_FLAG=no | |
1968 | DEFAULT_wxUSE_DEBUG_INFO=no | |
1969 | fi | |
1970 | ||
1971 | ||
1972 | echo $ac_n "checking "for --enable-debug_flag"""... $ac_c" 1>&6 | |
7c66a493 | 1973 | echo "configure:1974: checking "for --enable-debug_flag"" >&5 |
10f2d63a VZ |
1974 | no_cache=0 |
1975 | # Check whether --enable-debug_flag or --disable-debug_flag was given. | |
1976 | if test "${enable_debug_flag+set}" = set; then | |
1977 | enableval="$enable_debug_flag" | |
1978 | ||
1979 | if test "$enableval" = yes; then | |
1980 | ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=yes' | |
1981 | else | |
1982 | ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=no' | |
1983 | fi | |
1984 | ||
1985 | else | |
1986 | ||
1987 | LINE=`grep "wxUSE_DEBUG_FLAG" ${wx_arg_cache_file}` | |
1988 | if test "x$LINE" != x ; then | |
1989 | eval "DEFAULT_$LINE" | |
1990 | else | |
1991 | no_cache=1 | |
1992 | fi | |
1993 | ||
1994 | ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG='$DEFAULT_wxUSE_DEBUG_FLAG | |
1995 | ||
1996 | fi | |
1997 | ||
1998 | ||
1999 | eval "$ac_cv_use_debug_flag" | |
2000 | if test "$no_cache" != 1; then | |
2001 | echo $ac_cv_use_debug_flag >> ${wx_arg_cache_file}.tmp | |
2002 | fi | |
2003 | ||
2004 | if test "$wxUSE_DEBUG_FLAG" = yes; then | |
2005 | echo "$ac_t""yes" 1>&6 | |
2006 | else | |
2007 | echo "$ac_t""no" 1>&6 | |
2008 | fi | |
2009 | ||
2010 | ||
2011 | echo $ac_n "checking "for --enable-debug_info"""... $ac_c" 1>&6 | |
7c66a493 | 2012 | echo "configure:2013: checking "for --enable-debug_info"" >&5 |
10f2d63a VZ |
2013 | no_cache=0 |
2014 | # Check whether --enable-debug_info or --disable-debug_info was given. | |
2015 | if test "${enable_debug_info+set}" = set; then | |
2016 | enableval="$enable_debug_info" | |
2017 | ||
2018 | if test "$enableval" = yes; then | |
2019 | ac_cv_use_debug_info='wxUSE_DEBUG_INFO=yes' | |
2020 | else | |
2021 | ac_cv_use_debug_info='wxUSE_DEBUG_INFO=no' | |
2022 | fi | |
2023 | ||
2024 | else | |
2025 | ||
2026 | LINE=`grep "wxUSE_DEBUG_INFO" ${wx_arg_cache_file}` | |
2027 | if test "x$LINE" != x ; then | |
2028 | eval "DEFAULT_$LINE" | |
2029 | else | |
2030 | no_cache=1 | |
2031 | fi | |
2032 | ||
2033 | ac_cv_use_debug_info='wxUSE_DEBUG_INFO='$DEFAULT_wxUSE_DEBUG_INFO | |
2034 | ||
2035 | fi | |
2036 | ||
2037 | ||
2038 | eval "$ac_cv_use_debug_info" | |
2039 | if test "$no_cache" != 1; then | |
2040 | echo $ac_cv_use_debug_info >> ${wx_arg_cache_file}.tmp | |
2041 | fi | |
2042 | ||
2043 | if test "$wxUSE_DEBUG_INFO" = yes; then | |
2044 | echo "$ac_t""yes" 1>&6 | |
2045 | else | |
2046 | echo "$ac_t""no" 1>&6 | |
2047 | fi | |
2048 | ||
2049 | ||
2050 | echo $ac_n "checking "for --enable-debug_gdb"""... $ac_c" 1>&6 | |
7c66a493 | 2051 | echo "configure:2052: checking "for --enable-debug_gdb"" >&5 |
10f2d63a VZ |
2052 | no_cache=0 |
2053 | # Check whether --enable-debug_gdb or --disable-debug_gdb was given. | |
2054 | if test "${enable_debug_gdb+set}" = set; then | |
2055 | enableval="$enable_debug_gdb" | |
2056 | ||
2057 | if test "$enableval" = yes; then | |
2058 | ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=yes' | |
2059 | else | |
2060 | ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=no' | |
2061 | fi | |
2062 | ||
2063 | else | |
2064 | ||
2065 | LINE=`grep "wxUSE_DEBUG_GDB" ${wx_arg_cache_file}` | |
2066 | if test "x$LINE" != x ; then | |
2067 | eval "DEFAULT_$LINE" | |
2068 | else | |
2069 | no_cache=1 | |
2070 | fi | |
2071 | ||
2072 | ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB='$DEFAULT_wxUSE_DEBUG_GDB | |
2073 | ||
2074 | fi | |
2075 | ||
2076 | ||
2077 | eval "$ac_cv_use_debug_gdb" | |
2078 | if test "$no_cache" != 1; then | |
2079 | echo $ac_cv_use_debug_gdb >> ${wx_arg_cache_file}.tmp | |
2080 | fi | |
2081 | ||
2082 | if test "$wxUSE_DEBUG_GDB" = yes; then | |
2083 | echo "$ac_t""yes" 1>&6 | |
2084 | else | |
2085 | echo "$ac_t""no" 1>&6 | |
2086 | fi | |
2087 | ||
2088 | ||
2089 | echo $ac_n "checking "for --enable-debug_cntxt"""... $ac_c" 1>&6 | |
7c66a493 | 2090 | echo "configure:2091: checking "for --enable-debug_cntxt"" >&5 |
10f2d63a VZ |
2091 | no_cache=0 |
2092 | # Check whether --enable-debug_cntxt or --disable-debug_cntxt was given. | |
2093 | if test "${enable_debug_cntxt+set}" = set; then | |
2094 | enableval="$enable_debug_cntxt" | |
2095 | ||
2096 | if test "$enableval" = yes; then | |
2097 | ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=yes' | |
2098 | else | |
2099 | ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=no' | |
2100 | fi | |
2101 | ||
2102 | else | |
2103 | ||
2104 | LINE=`grep "wxUSE_DEBUG_CONTEXT" ${wx_arg_cache_file}` | |
2105 | if test "x$LINE" != x ; then | |
2106 | eval "DEFAULT_$LINE" | |
2107 | else | |
2108 | no_cache=1 | |
2109 | fi | |
2110 | ||
2111 | ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT='$DEFAULT_wxUSE_DEBUG_CONTEXT | |
2112 | ||
2113 | fi | |
2114 | ||
2115 | ||
2116 | eval "$ac_cv_use_debug_cntxt" | |
2117 | if test "$no_cache" != 1; then | |
2118 | echo $ac_cv_use_debug_cntxt >> ${wx_arg_cache_file}.tmp | |
2119 | fi | |
2120 | ||
2121 | if test "$wxUSE_DEBUG_CONTEXT" = yes; then | |
2122 | echo "$ac_t""yes" 1>&6 | |
2123 | else | |
2124 | echo "$ac_t""no" 1>&6 | |
2125 | fi | |
2126 | ||
2127 | ||
2128 | echo $ac_n "checking "for --enable-mem_tracing"""... $ac_c" 1>&6 | |
7c66a493 | 2129 | echo "configure:2130: checking "for --enable-mem_tracing"" >&5 |
10f2d63a VZ |
2130 | no_cache=0 |
2131 | # Check whether --enable-mem_tracing or --disable-mem_tracing was given. | |
2132 | if test "${enable_mem_tracing+set}" = set; then | |
2133 | enableval="$enable_mem_tracing" | |
2134 | ||
2135 | if test "$enableval" = yes; then | |
2136 | ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=yes' | |
2137 | else | |
2138 | ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=no' | |
2139 | fi | |
2140 | ||
2141 | else | |
2142 | ||
2143 | LINE=`grep "wxUSE_MEM_TRACING" ${wx_arg_cache_file}` | |
2144 | if test "x$LINE" != x ; then | |
2145 | eval "DEFAULT_$LINE" | |
2146 | else | |
2147 | no_cache=1 | |
2148 | fi | |
2149 | ||
2150 | ac_cv_use_mem_tracing='wxUSE_MEM_TRACING='$DEFAULT_wxUSE_MEM_TRACING | |
2151 | ||
2152 | fi | |
2153 | ||
2154 | ||
2155 | eval "$ac_cv_use_mem_tracing" | |
2156 | if test "$no_cache" != 1; then | |
2157 | echo $ac_cv_use_mem_tracing >> ${wx_arg_cache_file}.tmp | |
2158 | fi | |
2159 | ||
2160 | if test "$wxUSE_MEM_TRACING" = yes; then | |
2161 | echo "$ac_t""yes" 1>&6 | |
2162 | else | |
2163 | echo "$ac_t""no" 1>&6 | |
2164 | fi | |
2165 | ||
2166 | ||
2167 | echo $ac_n "checking "for --enable-profile"""... $ac_c" 1>&6 | |
7c66a493 | 2168 | echo "configure:2169: checking "for --enable-profile"" >&5 |
10f2d63a VZ |
2169 | no_cache=0 |
2170 | # Check whether --enable-profile or --disable-profile was given. | |
2171 | if test "${enable_profile+set}" = set; then | |
2172 | enableval="$enable_profile" | |
2173 | ||
2174 | if test "$enableval" = yes; then | |
2175 | ac_cv_use_profile='wxUSE_PROFILE=yes' | |
2176 | else | |
2177 | ac_cv_use_profile='wxUSE_PROFILE=no' | |
2178 | fi | |
2179 | ||
2180 | else | |
2181 | ||
2182 | LINE=`grep "wxUSE_PROFILE" ${wx_arg_cache_file}` | |
2183 | if test "x$LINE" != x ; then | |
2184 | eval "DEFAULT_$LINE" | |
2185 | else | |
2186 | no_cache=1 | |
2187 | fi | |
2188 | ||
2189 | ac_cv_use_profile='wxUSE_PROFILE='$DEFAULT_wxUSE_PROFILE | |
2190 | ||
2191 | fi | |
2192 | ||
2193 | ||
2194 | eval "$ac_cv_use_profile" | |
2195 | if test "$no_cache" != 1; then | |
2196 | echo $ac_cv_use_profile >> ${wx_arg_cache_file}.tmp | |
2197 | fi | |
2198 | ||
2199 | if test "$wxUSE_PROFILE" = yes; then | |
2200 | echo "$ac_t""yes" 1>&6 | |
2201 | else | |
2202 | echo "$ac_t""no" 1>&6 | |
2203 | fi | |
2204 | ||
2205 | ||
2206 | echo $ac_n "checking "for --enable-no_rtti"""... $ac_c" 1>&6 | |
7c66a493 | 2207 | echo "configure:2208: checking "for --enable-no_rtti"" >&5 |
10f2d63a VZ |
2208 | no_cache=0 |
2209 | # Check whether --enable-no_rtti or --disable-no_rtti was given. | |
2210 | if test "${enable_no_rtti+set}" = set; then | |
2211 | enableval="$enable_no_rtti" | |
2212 | ||
2213 | if test "$enableval" = yes; then | |
2214 | ac_cv_use_no_rtti='wxUSE_NO_RTTI=yes' | |
2215 | else | |
2216 | ac_cv_use_no_rtti='wxUSE_NO_RTTI=no' | |
2217 | fi | |
2218 | ||
2219 | else | |
2220 | ||
2221 | LINE=`grep "wxUSE_NO_RTTI" ${wx_arg_cache_file}` | |
2222 | if test "x$LINE" != x ; then | |
2223 | eval "DEFAULT_$LINE" | |
2224 | else | |
2225 | no_cache=1 | |
2226 | fi | |
2227 | ||
2228 | ac_cv_use_no_rtti='wxUSE_NO_RTTI='$DEFAULT_wxUSE_NO_RTTI | |
2229 | ||
2230 | fi | |
2231 | ||
2232 | ||
2233 | eval "$ac_cv_use_no_rtti" | |
2234 | if test "$no_cache" != 1; then | |
2235 | echo $ac_cv_use_no_rtti >> ${wx_arg_cache_file}.tmp | |
2236 | fi | |
2237 | ||
2238 | if test "$wxUSE_NO_RTTI" = yes; then | |
2239 | echo "$ac_t""yes" 1>&6 | |
2240 | else | |
2241 | echo "$ac_t""no" 1>&6 | |
2242 | fi | |
2243 | ||
2244 | ||
2245 | echo $ac_n "checking "for --enable-no_exceptions"""... $ac_c" 1>&6 | |
7c66a493 | 2246 | echo "configure:2247: checking "for --enable-no_exceptions"" >&5 |
10f2d63a VZ |
2247 | no_cache=0 |
2248 | # Check whether --enable-no_exceptions or --disable-no_exceptions was given. | |
2249 | if test "${enable_no_exceptions+set}" = set; then | |
2250 | enableval="$enable_no_exceptions" | |
2251 | ||
2252 | if test "$enableval" = yes; then | |
2253 | ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=yes' | |
2254 | else | |
2255 | ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=no' | |
2256 | fi | |
2257 | ||
2258 | else | |
2259 | ||
2260 | LINE=`grep "wxUSE_NO_EXCEPTIONS" ${wx_arg_cache_file}` | |
2261 | if test "x$LINE" != x ; then | |
2262 | eval "DEFAULT_$LINE" | |
2263 | else | |
2264 | no_cache=1 | |
2265 | fi | |
2266 | ||
2267 | ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS='$DEFAULT_wxUSE_NO_EXCEPTIONS | |
2268 | ||
2269 | fi | |
2270 | ||
2271 | ||
2272 | eval "$ac_cv_use_no_exceptions" | |
2273 | if test "$no_cache" != 1; then | |
2274 | echo $ac_cv_use_no_exceptions >> ${wx_arg_cache_file}.tmp | |
2275 | fi | |
2276 | ||
2277 | if test "$wxUSE_NO_EXCEPTIONS" = yes; then | |
2278 | echo "$ac_t""yes" 1>&6 | |
2279 | else | |
2280 | echo "$ac_t""no" 1>&6 | |
2281 | fi | |
2282 | ||
2283 | ||
2284 | echo $ac_n "checking "for --enable-permissive"""... $ac_c" 1>&6 | |
7c66a493 | 2285 | echo "configure:2286: checking "for --enable-permissive"" >&5 |
10f2d63a VZ |
2286 | no_cache=0 |
2287 | # Check whether --enable-permissive or --disable-permissive was given. | |
2288 | if test "${enable_permissive+set}" = set; then | |
2289 | enableval="$enable_permissive" | |
2290 | ||
2291 | if test "$enableval" = yes; then | |
2292 | ac_cv_use_permissive='wxUSE_PERMISSIVE=yes' | |
2293 | else | |
2294 | ac_cv_use_permissive='wxUSE_PERMISSIVE=no' | |
2295 | fi | |
2296 | ||
2297 | else | |
2298 | ||
2299 | LINE=`grep "wxUSE_PERMISSIVE" ${wx_arg_cache_file}` | |
2300 | if test "x$LINE" != x ; then | |
2301 | eval "DEFAULT_$LINE" | |
2302 | else | |
2303 | no_cache=1 | |
2304 | fi | |
2305 | ||
2306 | ac_cv_use_permissive='wxUSE_PERMISSIVE='$DEFAULT_wxUSE_PERMISSIVE | |
2307 | ||
2308 | fi | |
2309 | ||
2310 | ||
2311 | eval "$ac_cv_use_permissive" | |
2312 | if test "$no_cache" != 1; then | |
2313 | echo $ac_cv_use_permissive >> ${wx_arg_cache_file}.tmp | |
2314 | fi | |
2315 | ||
2316 | if test "$wxUSE_PERMISSIVE" = yes; then | |
2317 | echo "$ac_t""yes" 1>&6 | |
2318 | else | |
2319 | echo "$ac_t""no" 1>&6 | |
2320 | fi | |
2321 | ||
2322 | ||
2323 | echo $ac_n "checking "for --enable-no_deps"""... $ac_c" 1>&6 | |
7c66a493 | 2324 | echo "configure:2325: checking "for --enable-no_deps"" >&5 |
10f2d63a VZ |
2325 | no_cache=0 |
2326 | # Check whether --enable-no_deps or --disable-no_deps was given. | |
2327 | if test "${enable_no_deps+set}" = set; then | |
2328 | enableval="$enable_no_deps" | |
2329 | ||
2330 | if test "$enableval" = yes; then | |
2331 | ac_cv_use_no_deps='wxUSE_NO_DEPS=yes' | |
2332 | else | |
2333 | ac_cv_use_no_deps='wxUSE_NO_DEPS=no' | |
2334 | fi | |
2335 | ||
2336 | else | |
2337 | ||
2338 | LINE=`grep "wxUSE_NO_DEPS" ${wx_arg_cache_file}` | |
2339 | if test "x$LINE" != x ; then | |
2340 | eval "DEFAULT_$LINE" | |
2341 | else | |
2342 | no_cache=1 | |
2343 | fi | |
2344 | ||
2345 | ac_cv_use_no_deps='wxUSE_NO_DEPS='$DEFAULT_wxUSE_NO_DEPS | |
2346 | ||
2347 | fi | |
2348 | ||
2349 | ||
2350 | eval "$ac_cv_use_no_deps" | |
2351 | if test "$no_cache" != 1; then | |
2352 | echo $ac_cv_use_no_deps >> ${wx_arg_cache_file}.tmp | |
2353 | fi | |
2354 | ||
2355 | if test "$wxUSE_NO_DEPS" = yes; then | |
2356 | echo "$ac_t""yes" 1>&6 | |
2357 | else | |
2358 | echo "$ac_t""no" 1>&6 | |
2359 | fi | |
2360 | ||
2361 | ||
2362 | ||
2363 | ||
2364 | echo $ac_n "checking "for --enable-intl"""... $ac_c" 1>&6 | |
7c66a493 | 2365 | echo "configure:2366: checking "for --enable-intl"" >&5 |
10f2d63a VZ |
2366 | no_cache=0 |
2367 | # Check whether --enable-intl or --disable-intl was given. | |
2368 | if test "${enable_intl+set}" = set; then | |
2369 | enableval="$enable_intl" | |
2370 | ||
2371 | if test "$enableval" = yes; then | |
2372 | ac_cv_use_intl='wxUSE_INTL=yes' | |
2373 | else | |
2374 | ac_cv_use_intl='wxUSE_INTL=no' | |
2375 | fi | |
2376 | ||
2377 | else | |
2378 | ||
2379 | LINE=`grep "wxUSE_INTL" ${wx_arg_cache_file}` | |
2380 | if test "x$LINE" != x ; then | |
2381 | eval "DEFAULT_$LINE" | |
2382 | else | |
2383 | no_cache=1 | |
2384 | fi | |
2385 | ||
2386 | ac_cv_use_intl='wxUSE_INTL='$DEFAULT_wxUSE_INTL | |
2387 | ||
2388 | fi | |
2389 | ||
2390 | ||
2391 | eval "$ac_cv_use_intl" | |
2392 | if test "$no_cache" != 1; then | |
2393 | echo $ac_cv_use_intl >> ${wx_arg_cache_file}.tmp | |
2394 | fi | |
2395 | ||
2396 | if test "$wxUSE_INTL" = yes; then | |
2397 | echo "$ac_t""yes" 1>&6 | |
2398 | else | |
2399 | echo "$ac_t""no" 1>&6 | |
2400 | fi | |
2401 | ||
2402 | ||
2403 | echo $ac_n "checking "for --enable-config"""... $ac_c" 1>&6 | |
7c66a493 | 2404 | echo "configure:2405: checking "for --enable-config"" >&5 |
10f2d63a VZ |
2405 | no_cache=0 |
2406 | # Check whether --enable-config or --disable-config was given. | |
2407 | if test "${enable_config+set}" = set; then | |
2408 | enableval="$enable_config" | |
2409 | ||
2410 | if test "$enableval" = yes; then | |
2411 | ac_cv_use_config='wxUSE_CONFIG=yes' | |
2412 | else | |
2413 | ac_cv_use_config='wxUSE_CONFIG=no' | |
2414 | fi | |
2415 | ||
2416 | else | |
2417 | ||
2418 | LINE=`grep "wxUSE_CONFIG" ${wx_arg_cache_file}` | |
2419 | if test "x$LINE" != x ; then | |
2420 | eval "DEFAULT_$LINE" | |
2421 | else | |
2422 | no_cache=1 | |
2423 | fi | |
2424 | ||
2425 | ac_cv_use_config='wxUSE_CONFIG='$DEFAULT_wxUSE_CONFIG | |
2426 | ||
2427 | fi | |
2428 | ||
2429 | ||
2430 | eval "$ac_cv_use_config" | |
2431 | if test "$no_cache" != 1; then | |
2432 | echo $ac_cv_use_config >> ${wx_arg_cache_file}.tmp | |
2433 | fi | |
2434 | ||
2435 | if test "$wxUSE_CONFIG" = yes; then | |
2436 | echo "$ac_t""yes" 1>&6 | |
2437 | else | |
2438 | echo "$ac_t""no" 1>&6 | |
2439 | fi | |
2440 | ||
2441 | ||
b12915c1 VZ |
2442 | if test "$wxUSE_GUI" = "yes"; then |
2443 | ||
10f2d63a | 2444 | echo $ac_n "checking "for --enable-sockets"""... $ac_c" 1>&6 |
7c66a493 | 2445 | echo "configure:2446: checking "for --enable-sockets"" >&5 |
10f2d63a VZ |
2446 | no_cache=0 |
2447 | # Check whether --enable-sockets or --disable-sockets was given. | |
2448 | if test "${enable_sockets+set}" = set; then | |
2449 | enableval="$enable_sockets" | |
2450 | ||
2451 | if test "$enableval" = yes; then | |
2452 | ac_cv_use_sockets='wxUSE_SOCKETS=yes' | |
2453 | else | |
2454 | ac_cv_use_sockets='wxUSE_SOCKETS=no' | |
2455 | fi | |
2456 | ||
2457 | else | |
2458 | ||
2459 | LINE=`grep "wxUSE_SOCKETS" ${wx_arg_cache_file}` | |
2460 | if test "x$LINE" != x ; then | |
2461 | eval "DEFAULT_$LINE" | |
2462 | else | |
2463 | no_cache=1 | |
2464 | fi | |
2465 | ||
2466 | ac_cv_use_sockets='wxUSE_SOCKETS='$DEFAULT_wxUSE_SOCKETS | |
2467 | ||
2468 | fi | |
2469 | ||
2470 | ||
2471 | eval "$ac_cv_use_sockets" | |
2472 | if test "$no_cache" != 1; then | |
2473 | echo $ac_cv_use_sockets >> ${wx_arg_cache_file}.tmp | |
2474 | fi | |
2475 | ||
2476 | if test "$wxUSE_SOCKETS" = yes; then | |
2477 | echo "$ac_t""yes" 1>&6 | |
2478 | else | |
2479 | echo "$ac_t""no" 1>&6 | |
2480 | fi | |
2481 | ||
b12915c1 VZ |
2482 | else |
2483 | wxUSE_SOCKETS=no | |
2484 | fi | |
2485 | ||
10f2d63a VZ |
2486 | |
2487 | echo $ac_n "checking "for --enable-dialupman"""... $ac_c" 1>&6 | |
7c66a493 | 2488 | echo "configure:2489: checking "for --enable-dialupman"" >&5 |
10f2d63a VZ |
2489 | no_cache=0 |
2490 | # Check whether --enable-dialupman or --disable-dialupman was given. | |
2491 | if test "${enable_dialupman+set}" = set; then | |
2492 | enableval="$enable_dialupman" | |
2493 | ||
2494 | if test "$enableval" = yes; then | |
2495 | ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=yes' | |
2496 | else | |
2497 | ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=no' | |
2498 | fi | |
2499 | ||
2500 | else | |
2501 | ||
2502 | LINE=`grep "wxUSE_DIALUP_MANAGER" ${wx_arg_cache_file}` | |
2503 | if test "x$LINE" != x ; then | |
2504 | eval "DEFAULT_$LINE" | |
2505 | else | |
2506 | no_cache=1 | |
2507 | fi | |
2508 | ||
2509 | ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER='$DEFAULT_wxUSE_DIALUP_MANAGER | |
2510 | ||
2511 | fi | |
2512 | ||
2513 | ||
2514 | eval "$ac_cv_use_dialupman" | |
2515 | if test "$no_cache" != 1; then | |
2516 | echo $ac_cv_use_dialupman >> ${wx_arg_cache_file}.tmp | |
2517 | fi | |
2518 | ||
2519 | if test "$wxUSE_DIALUP_MANAGER" = yes; then | |
2520 | echo "$ac_t""yes" 1>&6 | |
2521 | else | |
2522 | echo "$ac_t""no" 1>&6 | |
2523 | fi | |
2524 | ||
2525 | ||
2526 | echo $ac_n "checking "for --enable-ipc"""... $ac_c" 1>&6 | |
7c66a493 | 2527 | echo "configure:2528: checking "for --enable-ipc"" >&5 |
10f2d63a VZ |
2528 | no_cache=0 |
2529 | # Check whether --enable-ipc or --disable-ipc was given. | |
2530 | if test "${enable_ipc+set}" = set; then | |
2531 | enableval="$enable_ipc" | |
2532 | ||
2533 | if test "$enableval" = yes; then | |
2534 | ac_cv_use_ipc='wxUSE_IPC=yes' | |
2535 | else | |
2536 | ac_cv_use_ipc='wxUSE_IPC=no' | |
2537 | fi | |
2538 | ||
2539 | else | |
2540 | ||
2541 | LINE=`grep "wxUSE_IPC" ${wx_arg_cache_file}` | |
2542 | if test "x$LINE" != x ; then | |
2543 | eval "DEFAULT_$LINE" | |
2544 | else | |
2545 | no_cache=1 | |
2546 | fi | |
2547 | ||
2548 | ac_cv_use_ipc='wxUSE_IPC='$DEFAULT_wxUSE_IPC | |
2549 | ||
2550 | fi | |
2551 | ||
2552 | ||
2553 | eval "$ac_cv_use_ipc" | |
2554 | if test "$no_cache" != 1; then | |
2555 | echo $ac_cv_use_ipc >> ${wx_arg_cache_file}.tmp | |
2556 | fi | |
2557 | ||
2558 | if test "$wxUSE_IPC" = yes; then | |
2559 | echo "$ac_t""yes" 1>&6 | |
2560 | else | |
2561 | echo "$ac_t""no" 1>&6 | |
2562 | fi | |
2563 | ||
2564 | ||
2565 | echo $ac_n "checking "for --enable-apple_ieee"""... $ac_c" 1>&6 | |
7c66a493 | 2566 | echo "configure:2567: checking "for --enable-apple_ieee"" >&5 |
10f2d63a VZ |
2567 | no_cache=0 |
2568 | # Check whether --enable-apple_ieee or --disable-apple_ieee was given. | |
2569 | if test "${enable_apple_ieee+set}" = set; then | |
2570 | enableval="$enable_apple_ieee" | |
2571 | ||
2572 | if test "$enableval" = yes; then | |
2573 | ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=yes' | |
2574 | else | |
2575 | ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=no' | |
2576 | fi | |
2577 | ||
2578 | else | |
2579 | ||
2580 | LINE=`grep "wxUSE_APPLE_IEEE" ${wx_arg_cache_file}` | |
2581 | if test "x$LINE" != x ; then | |
2582 | eval "DEFAULT_$LINE" | |
2583 | else | |
2584 | no_cache=1 | |
2585 | fi | |
2586 | ||
2587 | ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE='$DEFAULT_wxUSE_APPLE_IEEE | |
2588 | ||
2589 | fi | |
2590 | ||
2591 | ||
2592 | eval "$ac_cv_use_apple_ieee" | |
2593 | if test "$no_cache" != 1; then | |
2594 | echo $ac_cv_use_apple_ieee >> ${wx_arg_cache_file}.tmp | |
2595 | fi | |
2596 | ||
2597 | if test "$wxUSE_APPLE_IEEE" = yes; then | |
2598 | echo "$ac_t""yes" 1>&6 | |
2599 | else | |
2600 | echo "$ac_t""no" 1>&6 | |
2601 | fi | |
2602 | ||
2603 | ||
2604 | echo $ac_n "checking "for --enable-timedate"""... $ac_c" 1>&6 | |
7c66a493 | 2605 | echo "configure:2606: checking "for --enable-timedate"" >&5 |
10f2d63a VZ |
2606 | no_cache=0 |
2607 | # Check whether --enable-timedate or --disable-timedate was given. | |
2608 | if test "${enable_timedate+set}" = set; then | |
2609 | enableval="$enable_timedate" | |
2610 | ||
2611 | if test "$enableval" = yes; then | |
2612 | ac_cv_use_timedate='wxUSE_TIMEDATE=yes' | |
2613 | else | |
2614 | ac_cv_use_timedate='wxUSE_TIMEDATE=no' | |
2615 | fi | |
2616 | ||
2617 | else | |
2618 | ||
2619 | LINE=`grep "wxUSE_TIMEDATE" ${wx_arg_cache_file}` | |
2620 | if test "x$LINE" != x ; then | |
2621 | eval "DEFAULT_$LINE" | |
2622 | else | |
2623 | no_cache=1 | |
2624 | fi | |
2625 | ||
2626 | ac_cv_use_timedate='wxUSE_TIMEDATE='$DEFAULT_wxUSE_TIMEDATE | |
2627 | ||
2628 | fi | |
2629 | ||
2630 | ||
2631 | eval "$ac_cv_use_timedate" | |
2632 | if test "$no_cache" != 1; then | |
2633 | echo $ac_cv_use_timedate >> ${wx_arg_cache_file}.tmp | |
2634 | fi | |
2635 | ||
2636 | if test "$wxUSE_TIMEDATE" = yes; then | |
2637 | echo "$ac_t""yes" 1>&6 | |
2638 | else | |
2639 | echo "$ac_t""no" 1>&6 | |
2640 | fi | |
2641 | ||
2642 | ||
2643 | echo $ac_n "checking "for --enable-wave"""... $ac_c" 1>&6 | |
7c66a493 | 2644 | echo "configure:2645: checking "for --enable-wave"" >&5 |
10f2d63a VZ |
2645 | no_cache=0 |
2646 | # Check whether --enable-wave or --disable-wave was given. | |
2647 | if test "${enable_wave+set}" = set; then | |
2648 | enableval="$enable_wave" | |
2649 | ||
2650 | if test "$enableval" = yes; then | |
2651 | ac_cv_use_wave='wxUSE_WAVE=yes' | |
2652 | else | |
2653 | ac_cv_use_wave='wxUSE_WAVE=no' | |
2654 | fi | |
2655 | ||
2656 | else | |
2657 | ||
2658 | LINE=`grep "wxUSE_WAVE" ${wx_arg_cache_file}` | |
2659 | if test "x$LINE" != x ; then | |
2660 | eval "DEFAULT_$LINE" | |
2661 | else | |
2662 | no_cache=1 | |
2663 | fi | |
2664 | ||
2665 | ac_cv_use_wave='wxUSE_WAVE='$DEFAULT_wxUSE_WAVE | |
2666 | ||
2667 | fi | |
2668 | ||
2669 | ||
2670 | eval "$ac_cv_use_wave" | |
2671 | if test "$no_cache" != 1; then | |
2672 | echo $ac_cv_use_wave >> ${wx_arg_cache_file}.tmp | |
2673 | fi | |
2674 | ||
2675 | if test "$wxUSE_WAVE" = yes; then | |
2676 | echo "$ac_t""yes" 1>&6 | |
2677 | else | |
2678 | echo "$ac_t""no" 1>&6 | |
2679 | fi | |
2680 | ||
2681 | ||
2682 | echo $ac_n "checking "for --enable-fraction"""... $ac_c" 1>&6 | |
7c66a493 | 2683 | echo "configure:2684: checking "for --enable-fraction"" >&5 |
10f2d63a VZ |
2684 | no_cache=0 |
2685 | # Check whether --enable-fraction or --disable-fraction was given. | |
2686 | if test "${enable_fraction+set}" = set; then | |
2687 | enableval="$enable_fraction" | |
2688 | ||
2689 | if test "$enableval" = yes; then | |
2690 | ac_cv_use_fraction='wxUSE_FRACTION=yes' | |
2691 | else | |
2692 | ac_cv_use_fraction='wxUSE_FRACTION=no' | |
2693 | fi | |
2694 | ||
2695 | else | |
2696 | ||
2697 | LINE=`grep "wxUSE_FRACTION" ${wx_arg_cache_file}` | |
2698 | if test "x$LINE" != x ; then | |
2699 | eval "DEFAULT_$LINE" | |
2700 | else | |
2701 | no_cache=1 | |
2702 | fi | |
2703 | ||
2704 | ac_cv_use_fraction='wxUSE_FRACTION='$DEFAULT_wxUSE_FRACTION | |
2705 | ||
2706 | fi | |
2707 | ||
2708 | ||
2709 | eval "$ac_cv_use_fraction" | |
2710 | if test "$no_cache" != 1; then | |
2711 | echo $ac_cv_use_fraction >> ${wx_arg_cache_file}.tmp | |
2712 | fi | |
2713 | ||
2714 | if test "$wxUSE_FRACTION" = yes; then | |
2715 | echo "$ac_t""yes" 1>&6 | |
2716 | else | |
2717 | echo "$ac_t""no" 1>&6 | |
2718 | fi | |
2719 | ||
2720 | ||
2721 | echo $ac_n "checking "for --enable-dynlib"""... $ac_c" 1>&6 | |
7c66a493 | 2722 | echo "configure:2723: checking "for --enable-dynlib"" >&5 |
10f2d63a VZ |
2723 | no_cache=0 |
2724 | # Check whether --enable-dynlib or --disable-dynlib was given. | |
2725 | if test "${enable_dynlib+set}" = set; then | |
2726 | enableval="$enable_dynlib" | |
2727 | ||
2728 | if test "$enableval" = yes; then | |
2729 | ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=yes' | |
2730 | else | |
2731 | ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=no' | |
2732 | fi | |
2733 | ||
2734 | else | |
2735 | ||
2736 | LINE=`grep "wxUSE_DYNLIB_CLASS" ${wx_arg_cache_file}` | |
2737 | if test "x$LINE" != x ; then | |
2738 | eval "DEFAULT_$LINE" | |
2739 | else | |
2740 | no_cache=1 | |
2741 | fi | |
2742 | ||
2743 | ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS='$DEFAULT_wxUSE_DYNLIB_CLASS | |
2744 | ||
2745 | fi | |
2746 | ||
2747 | ||
2748 | eval "$ac_cv_use_dynlib" | |
2749 | if test "$no_cache" != 1; then | |
2750 | echo $ac_cv_use_dynlib >> ${wx_arg_cache_file}.tmp | |
2751 | fi | |
2752 | ||
2753 | if test "$wxUSE_DYNLIB_CLASS" = yes; then | |
2754 | echo "$ac_t""yes" 1>&6 | |
2755 | else | |
2756 | echo "$ac_t""no" 1>&6 | |
2757 | fi | |
2758 | ||
2759 | ||
2760 | echo $ac_n "checking "for --enable-longlong"""... $ac_c" 1>&6 | |
7c66a493 | 2761 | echo "configure:2762: checking "for --enable-longlong"" >&5 |
10f2d63a VZ |
2762 | no_cache=0 |
2763 | # Check whether --enable-longlong or --disable-longlong was given. | |
2764 | if test "${enable_longlong+set}" = set; then | |
2765 | enableval="$enable_longlong" | |
2766 | ||
2767 | if test "$enableval" = yes; then | |
2768 | ac_cv_use_longlong='wxUSE_LONGLONG=yes' | |
2769 | else | |
2770 | ac_cv_use_longlong='wxUSE_LONGLONG=no' | |
2771 | fi | |
2772 | ||
2773 | else | |
2774 | ||
2775 | LINE=`grep "wxUSE_LONGLONG" ${wx_arg_cache_file}` | |
2776 | if test "x$LINE" != x ; then | |
2777 | eval "DEFAULT_$LINE" | |
2778 | else | |
2779 | no_cache=1 | |
2780 | fi | |
2781 | ||
2782 | ac_cv_use_longlong='wxUSE_LONGLONG='$DEFAULT_wxUSE_LONGLONG | |
2783 | ||
2784 | fi | |
2785 | ||
2786 | ||
2787 | eval "$ac_cv_use_longlong" | |
2788 | if test "$no_cache" != 1; then | |
2789 | echo $ac_cv_use_longlong >> ${wx_arg_cache_file}.tmp | |
2790 | fi | |
2791 | ||
2792 | if test "$wxUSE_LONGLONG" = yes; then | |
2793 | echo "$ac_t""yes" 1>&6 | |
2794 | else | |
2795 | echo "$ac_t""no" 1>&6 | |
2796 | fi | |
2797 | ||
2798 | ||
2799 | echo $ac_n "checking "for --enable-log"""... $ac_c" 1>&6 | |
7c66a493 | 2800 | echo "configure:2801: checking "for --enable-log"" >&5 |
10f2d63a VZ |
2801 | no_cache=0 |
2802 | # Check whether --enable-log or --disable-log was given. | |
2803 | if test "${enable_log+set}" = set; then | |
2804 | enableval="$enable_log" | |
2805 | ||
2806 | if test "$enableval" = yes; then | |
2807 | ac_cv_use_log='wxUSE_LOG=yes' | |
2808 | else | |
2809 | ac_cv_use_log='wxUSE_LOG=no' | |
2810 | fi | |
2811 | ||
2812 | else | |
2813 | ||
2814 | LINE=`grep "wxUSE_LOG" ${wx_arg_cache_file}` | |
2815 | if test "x$LINE" != x ; then | |
2816 | eval "DEFAULT_$LINE" | |
2817 | else | |
2818 | no_cache=1 | |
2819 | fi | |
2820 | ||
2821 | ac_cv_use_log='wxUSE_LOG='$DEFAULT_wxUSE_LOG | |
2822 | ||
2823 | fi | |
2824 | ||
2825 | ||
2826 | eval "$ac_cv_use_log" | |
2827 | if test "$no_cache" != 1; then | |
2828 | echo $ac_cv_use_log >> ${wx_arg_cache_file}.tmp | |
2829 | fi | |
2830 | ||
2831 | if test "$wxUSE_LOG" = yes; then | |
2832 | echo "$ac_t""yes" 1>&6 | |
2833 | else | |
2834 | echo "$ac_t""no" 1>&6 | |
2835 | fi | |
2836 | ||
2837 | ||
2838 | echo $ac_n "checking "for --enable-streams"""... $ac_c" 1>&6 | |
7c66a493 | 2839 | echo "configure:2840: checking "for --enable-streams"" >&5 |
10f2d63a VZ |
2840 | no_cache=0 |
2841 | # Check whether --enable-streams or --disable-streams was given. | |
2842 | if test "${enable_streams+set}" = set; then | |
2843 | enableval="$enable_streams" | |
2844 | ||
2845 | if test "$enableval" = yes; then | |
2846 | ac_cv_use_streams='wxUSE_STREAMS=yes' | |
2847 | else | |
2848 | ac_cv_use_streams='wxUSE_STREAMS=no' | |
2849 | fi | |
2850 | ||
2851 | else | |
2852 | ||
2853 | LINE=`grep "wxUSE_STREAMS" ${wx_arg_cache_file}` | |
2854 | if test "x$LINE" != x ; then | |
2855 | eval "DEFAULT_$LINE" | |
2856 | else | |
2857 | no_cache=1 | |
2858 | fi | |
2859 | ||
2860 | ac_cv_use_streams='wxUSE_STREAMS='$DEFAULT_wxUSE_STREAMS | |
2861 | ||
2862 | fi | |
2863 | ||
2864 | ||
2865 | eval "$ac_cv_use_streams" | |
2866 | if test "$no_cache" != 1; then | |
2867 | echo $ac_cv_use_streams >> ${wx_arg_cache_file}.tmp | |
2868 | fi | |
2869 | ||
2870 | if test "$wxUSE_STREAMS" = yes; then | |
2871 | echo "$ac_t""yes" 1>&6 | |
2872 | else | |
2873 | echo "$ac_t""no" 1>&6 | |
2874 | fi | |
2875 | ||
2876 | ||
2877 | echo $ac_n "checking "for --enable-file"""... $ac_c" 1>&6 | |
7c66a493 | 2878 | echo "configure:2879: checking "for --enable-file"" >&5 |
10f2d63a VZ |
2879 | no_cache=0 |
2880 | # Check whether --enable-file or --disable-file was given. | |
2881 | if test "${enable_file+set}" = set; then | |
2882 | enableval="$enable_file" | |
2883 | ||
2884 | if test "$enableval" = yes; then | |
2885 | ac_cv_use_file='wxUSE_FILE=yes' | |
2886 | else | |
2887 | ac_cv_use_file='wxUSE_FILE=no' | |
2888 | fi | |
2889 | ||
2890 | else | |
2891 | ||
2892 | LINE=`grep "wxUSE_FILE" ${wx_arg_cache_file}` | |
2893 | if test "x$LINE" != x ; then | |
2894 | eval "DEFAULT_$LINE" | |
2895 | else | |
2896 | no_cache=1 | |
2897 | fi | |
2898 | ||
2899 | ac_cv_use_file='wxUSE_FILE='$DEFAULT_wxUSE_FILE | |
2900 | ||
2901 | fi | |
2902 | ||
2903 | ||
2904 | eval "$ac_cv_use_file" | |
2905 | if test "$no_cache" != 1; then | |
2906 | echo $ac_cv_use_file >> ${wx_arg_cache_file}.tmp | |
2907 | fi | |
2908 | ||
2909 | if test "$wxUSE_FILE" = yes; then | |
2910 | echo "$ac_t""yes" 1>&6 | |
2911 | else | |
2912 | echo "$ac_t""no" 1>&6 | |
2913 | fi | |
2914 | ||
2915 | ||
2916 | echo $ac_n "checking "for --enable-textfile"""... $ac_c" 1>&6 | |
7c66a493 | 2917 | echo "configure:2918: checking "for --enable-textfile"" >&5 |
10f2d63a VZ |
2918 | no_cache=0 |
2919 | # Check whether --enable-textfile or --disable-textfile was given. | |
2920 | if test "${enable_textfile+set}" = set; then | |
2921 | enableval="$enable_textfile" | |
2922 | ||
2923 | if test "$enableval" = yes; then | |
2924 | ac_cv_use_textfile='wxUSE_TEXTFILE=yes' | |
2925 | else | |
2926 | ac_cv_use_textfile='wxUSE_TEXTFILE=no' | |
2927 | fi | |
2928 | ||
2929 | else | |
2930 | ||
2931 | LINE=`grep "wxUSE_TEXTFILE" ${wx_arg_cache_file}` | |
2932 | if test "x$LINE" != x ; then | |
2933 | eval "DEFAULT_$LINE" | |
2934 | else | |
2935 | no_cache=1 | |
2936 | fi | |
2937 | ||
2938 | ac_cv_use_textfile='wxUSE_TEXTFILE='$DEFAULT_wxUSE_TEXTFILE | |
2939 | ||
2940 | fi | |
2941 | ||
2942 | ||
2943 | eval "$ac_cv_use_textfile" | |
2944 | if test "$no_cache" != 1; then | |
2945 | echo $ac_cv_use_textfile >> ${wx_arg_cache_file}.tmp | |
2946 | fi | |
2947 | ||
2948 | if test "$wxUSE_TEXTFILE" = yes; then | |
2949 | echo "$ac_t""yes" 1>&6 | |
2950 | else | |
2951 | echo "$ac_t""no" 1>&6 | |
2952 | fi | |
2953 | ||
2954 | ||
2955 | echo $ac_n "checking "for --enable-unicode"""... $ac_c" 1>&6 | |
7c66a493 | 2956 | echo "configure:2957: checking "for --enable-unicode"" >&5 |
10f2d63a VZ |
2957 | no_cache=0 |
2958 | # Check whether --enable-unicode or --disable-unicode was given. | |
2959 | if test "${enable_unicode+set}" = set; then | |
2960 | enableval="$enable_unicode" | |
2961 | ||
2962 | if test "$enableval" = yes; then | |
2963 | ac_cv_use_unicode='wxUSE_UNICODE=yes' | |
2964 | else | |
2965 | ac_cv_use_unicode='wxUSE_UNICODE=no' | |
2966 | fi | |
2967 | ||
2968 | else | |
2969 | ||
2970 | LINE=`grep "wxUSE_UNICODE" ${wx_arg_cache_file}` | |
2971 | if test "x$LINE" != x ; then | |
2972 | eval "DEFAULT_$LINE" | |
2973 | else | |
2974 | no_cache=1 | |
2975 | fi | |
2976 | ||
2977 | ac_cv_use_unicode='wxUSE_UNICODE='$DEFAULT_wxUSE_UNICODE | |
2978 | ||
2979 | fi | |
2980 | ||
2981 | ||
2982 | eval "$ac_cv_use_unicode" | |
2983 | if test "$no_cache" != 1; then | |
2984 | echo $ac_cv_use_unicode >> ${wx_arg_cache_file}.tmp | |
2985 | fi | |
2986 | ||
2987 | if test "$wxUSE_UNICODE" = yes; then | |
2988 | echo "$ac_t""yes" 1>&6 | |
2989 | else | |
2990 | echo "$ac_t""no" 1>&6 | |
2991 | fi | |
2992 | ||
2993 | ||
2994 | echo $ac_n "checking "for --enable-wcsrtombs"""... $ac_c" 1>&6 | |
7c66a493 | 2995 | echo "configure:2996: checking "for --enable-wcsrtombs"" >&5 |
10f2d63a VZ |
2996 | no_cache=0 |
2997 | # Check whether --enable-wcsrtombs or --disable-wcsrtombs was given. | |
2998 | if test "${enable_wcsrtombs+set}" = set; then | |
2999 | enableval="$enable_wcsrtombs" | |
3000 | ||
3001 | if test "$enableval" = yes; then | |
3002 | ac_cv_use_wcsrtombs='wxUSE_WCSRTOMBS=yes' | |
3003 | else | |
3004 | ac_cv_use_wcsrtombs='wxUSE_WCSRTOMBS=no' | |
3005 | fi | |
3006 | ||
3007 | else | |
3008 | ||
3009 | LINE=`grep "wxUSE_WCSRTOMBS" ${wx_arg_cache_file}` | |
3010 | if test "x$LINE" != x ; then | |
3011 | eval "DEFAULT_$LINE" | |
3012 | else | |
3013 | no_cache=1 | |
3014 | fi | |
3015 | ||
3016 | ac_cv_use_wcsrtombs='wxUSE_WCSRTOMBS='$DEFAULT_wxUSE_WCSRTOMBS | |
3017 | ||
3018 | fi | |
3019 | ||
3020 | ||
3021 | eval "$ac_cv_use_wcsrtombs" | |
3022 | if test "$no_cache" != 1; then | |
3023 | echo $ac_cv_use_wcsrtombs >> ${wx_arg_cache_file}.tmp | |
3024 | fi | |
3025 | ||
3026 | if test "$wxUSE_WCSRTOMBS" = yes; then | |
3027 | echo "$ac_t""yes" 1>&6 | |
3028 | else | |
3029 | echo "$ac_t""no" 1>&6 | |
3030 | fi | |
3031 | ||
3032 | ||
3033 | echo $ac_n "checking "for --enable-wxprintfv"""... $ac_c" 1>&6 | |
7c66a493 | 3034 | echo "configure:3035: checking "for --enable-wxprintfv"" >&5 |
10f2d63a VZ |
3035 | no_cache=0 |
3036 | # Check whether --enable-wxprintfv or --disable-wxprintfv was given. | |
3037 | if test "${enable_wxprintfv+set}" = set; then | |
3038 | enableval="$enable_wxprintfv" | |
3039 | ||
3040 | if test "$enableval" = yes; then | |
3041 | ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=yes' | |
3042 | else | |
3043 | ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=no' | |
3044 | fi | |
3045 | ||
3046 | else | |
3047 | ||
3048 | LINE=`grep "wxUSE_EXPERIMENTAL_PRINTF" ${wx_arg_cache_file}` | |
3049 | if test "x$LINE" != x ; then | |
3050 | eval "DEFAULT_$LINE" | |
3051 | else | |
3052 | no_cache=1 | |
3053 | fi | |
3054 | ||
3055 | ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF='$DEFAULT_wxUSE_EXPERIMENTAL_PRINTF | |
3056 | ||
3057 | fi | |
3058 | ||
3059 | ||
3060 | eval "$ac_cv_use_wxprintfv" | |
3061 | if test "$no_cache" != 1; then | |
3062 | echo $ac_cv_use_wxprintfv >> ${wx_arg_cache_file}.tmp | |
3063 | fi | |
3064 | ||
3065 | if test "$wxUSE_EXPERIMENTAL_PRINTF" = yes; then | |
3066 | echo "$ac_t""yes" 1>&6 | |
3067 | else | |
3068 | echo "$ac_t""no" 1>&6 | |
3069 | fi | |
3070 | ||
3071 | ||
3072 | echo $ac_n "checking "for --enable-joystick"""... $ac_c" 1>&6 | |
7c66a493 | 3073 | echo "configure:3074: checking "for --enable-joystick"" >&5 |
10f2d63a VZ |
3074 | no_cache=0 |
3075 | # Check whether --enable-joystick or --disable-joystick was given. | |
3076 | if test "${enable_joystick+set}" = set; then | |
3077 | enableval="$enable_joystick" | |
3078 | ||
3079 | if test "$enableval" = yes; then | |
3080 | ac_cv_use_joystick='wxUSE_JOYSTICK=yes' | |
3081 | else | |
3082 | ac_cv_use_joystick='wxUSE_JOYSTICK=no' | |
3083 | fi | |
3084 | ||
3085 | else | |
3086 | ||
3087 | LINE=`grep "wxUSE_JOYSTICK" ${wx_arg_cache_file}` | |
3088 | if test "x$LINE" != x ; then | |
3089 | eval "DEFAULT_$LINE" | |
3090 | else | |
3091 | no_cache=1 | |
3092 | fi | |
3093 | ||
3094 | ac_cv_use_joystick='wxUSE_JOYSTICK='$DEFAULT_wxUSE_JOYSTICK | |
3095 | ||
3096 | fi | |
3097 | ||
3098 | ||
3099 | eval "$ac_cv_use_joystick" | |
3100 | if test "$no_cache" != 1; then | |
3101 | echo $ac_cv_use_joystick >> ${wx_arg_cache_file}.tmp | |
3102 | fi | |
3103 | ||
3104 | if test "$wxUSE_JOYSTICK" = yes; then | |
3105 | echo "$ac_t""yes" 1>&6 | |
3106 | else | |
3107 | echo "$ac_t""no" 1>&6 | |
3108 | fi | |
3109 | ||
3110 | ||
3111 | echo $ac_n "checking "for --enable-std_iostreams"""... $ac_c" 1>&6 | |
7c66a493 | 3112 | echo "configure:3113: checking "for --enable-std_iostreams"" >&5 |
10f2d63a VZ |
3113 | no_cache=0 |
3114 | # Check whether --enable-std_iostreams or --disable-std_iostreams was given. | |
3115 | if test "${enable_std_iostreams+set}" = set; then | |
3116 | enableval="$enable_std_iostreams" | |
3117 | ||
3118 | if test "$enableval" = yes; then | |
3119 | ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=yes' | |
3120 | else | |
3121 | ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=no' | |
3122 | fi | |
3123 | ||
3124 | else | |
3125 | ||
3126 | LINE=`grep "wxUSE_STD_IOSTREAM" ${wx_arg_cache_file}` | |
3127 | if test "x$LINE" != x ; then | |
3128 | eval "DEFAULT_$LINE" | |
3129 | else | |
3130 | no_cache=1 | |
3131 | fi | |
3132 | ||
3133 | ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM='$DEFAULT_wxUSE_STD_IOSTREAM | |
3134 | ||
3135 | fi | |
3136 | ||
3137 | ||
3138 | eval "$ac_cv_use_std_iostreams" | |
3139 | if test "$no_cache" != 1; then | |
3140 | echo $ac_cv_use_std_iostreams >> ${wx_arg_cache_file}.tmp | |
3141 | fi | |
3142 | ||
3143 | if test "$wxUSE_STD_IOSTREAM" = yes; then | |
3144 | echo "$ac_t""yes" 1>&6 | |
3145 | else | |
3146 | echo "$ac_t""no" 1>&6 | |
3147 | fi | |
3148 | ||
3149 | ||
3150 | echo $ac_n "checking "for --enable-fs_inet"""... $ac_c" 1>&6 | |
7c66a493 | 3151 | echo "configure:3152: checking "for --enable-fs_inet"" >&5 |
10f2d63a VZ |
3152 | no_cache=0 |
3153 | # Check whether --enable-fs_inet or --disable-fs_inet was given. | |
3154 | if test "${enable_fs_inet+set}" = set; then | |
3155 | enableval="$enable_fs_inet" | |
3156 | ||
3157 | if test "$enableval" = yes; then | |
3158 | ac_cv_use_fs_inet='wxUSE_FS_INET=yes' | |
3159 | else | |
3160 | ac_cv_use_fs_inet='wxUSE_FS_INET=no' | |
3161 | fi | |
3162 | ||
3163 | else | |
3164 | ||
3165 | LINE=`grep "wxUSE_FS_INET" ${wx_arg_cache_file}` | |
3166 | if test "x$LINE" != x ; then | |
3167 | eval "DEFAULT_$LINE" | |
3168 | else | |
3169 | no_cache=1 | |
3170 | fi | |
3171 | ||
3172 | ac_cv_use_fs_inet='wxUSE_FS_INET='$DEFAULT_wxUSE_FS_INET | |
3173 | ||
3174 | fi | |
3175 | ||
3176 | ||
3177 | eval "$ac_cv_use_fs_inet" | |
3178 | if test "$no_cache" != 1; then | |
3179 | echo $ac_cv_use_fs_inet >> ${wx_arg_cache_file}.tmp | |
3180 | fi | |
3181 | ||
3182 | if test "$wxUSE_FS_INET" = yes; then | |
3183 | echo "$ac_t""yes" 1>&6 | |
3184 | else | |
3185 | echo "$ac_t""no" 1>&6 | |
3186 | fi | |
3187 | ||
3188 | ||
3189 | echo $ac_n "checking "for --enable-fs_zip"""... $ac_c" 1>&6 | |
7c66a493 | 3190 | echo "configure:3191: checking "for --enable-fs_zip"" >&5 |
10f2d63a VZ |
3191 | no_cache=0 |
3192 | # Check whether --enable-fs_zip or --disable-fs_zip was given. | |
3193 | if test "${enable_fs_zip+set}" = set; then | |
3194 | enableval="$enable_fs_zip" | |
3195 | ||
3196 | if test "$enableval" = yes; then | |
3197 | ac_cv_use_fs_zip='wxUSE_FS_ZIP=yes' | |
3198 | else | |
3199 | ac_cv_use_fs_zip='wxUSE_FS_ZIP=no' | |
3200 | fi | |
3201 | ||
3202 | else | |
3203 | ||
3204 | LINE=`grep "wxUSE_FS_ZIP" ${wx_arg_cache_file}` | |
3205 | if test "x$LINE" != x ; then | |
3206 | eval "DEFAULT_$LINE" | |
3207 | else | |
3208 | no_cache=1 | |
3209 | fi | |
3210 | ||
3211 | ac_cv_use_fs_zip='wxUSE_FS_ZIP='$DEFAULT_wxUSE_FS_ZIP | |
3212 | ||
3213 | fi | |
3214 | ||
3215 | ||
3216 | eval "$ac_cv_use_fs_zip" | |
3217 | if test "$no_cache" != 1; then | |
3218 | echo $ac_cv_use_fs_zip >> ${wx_arg_cache_file}.tmp | |
3219 | fi | |
3220 | ||
3221 | if test "$wxUSE_FS_ZIP" = yes; then | |
3222 | echo "$ac_t""yes" 1>&6 | |
3223 | else | |
3224 | echo "$ac_t""no" 1>&6 | |
3225 | fi | |
3226 | ||
3227 | ||
3228 | echo $ac_n "checking "for --enable-zipstream"""... $ac_c" 1>&6 | |
7c66a493 | 3229 | echo "configure:3230: checking "for --enable-zipstream"" >&5 |
10f2d63a VZ |
3230 | no_cache=0 |
3231 | # Check whether --enable-zipstream or --disable-zipstream was given. | |
3232 | if test "${enable_zipstream+set}" = set; then | |
3233 | enableval="$enable_zipstream" | |
3234 | ||
3235 | if test "$enableval" = yes; then | |
3236 | ac_cv_use_zipstream='wxUSE_ZIPSTREAM=yes' | |
3237 | else | |
3238 | ac_cv_use_zipstream='wxUSE_ZIPSTREAM=no' | |
3239 | fi | |
3240 | ||
3241 | else | |
3242 | ||
3243 | LINE=`grep "wxUSE_ZIPSTREAM" ${wx_arg_cache_file}` | |
3244 | if test "x$LINE" != x ; then | |
3245 | eval "DEFAULT_$LINE" | |
3246 | else | |
3247 | no_cache=1 | |
3248 | fi | |
3249 | ||
3250 | ac_cv_use_zipstream='wxUSE_ZIPSTREAM='$DEFAULT_wxUSE_ZIPSTREAM | |
3251 | ||
3252 | fi | |
3253 | ||
3254 | ||
3255 | eval "$ac_cv_use_zipstream" | |
3256 | if test "$no_cache" != 1; then | |
3257 | echo $ac_cv_use_zipstream >> ${wx_arg_cache_file}.tmp | |
3258 | fi | |
3259 | ||
3260 | if test "$wxUSE_ZIPSTREAM" = yes; then | |
3261 | echo "$ac_t""yes" 1>&6 | |
3262 | else | |
3263 | echo "$ac_t""no" 1>&6 | |
3264 | fi | |
3265 | ||
3266 | ||
3267 | ||
3268 | ||
3269 | echo $ac_n "checking "for --enable-threads"""... $ac_c" 1>&6 | |
7c66a493 | 3270 | echo "configure:3271: checking "for --enable-threads"" >&5 |
10f2d63a VZ |
3271 | no_cache=0 |
3272 | # Check whether --enable-threads or --disable-threads was given. | |
3273 | if test "${enable_threads+set}" = set; then | |
3274 | enableval="$enable_threads" | |
3275 | ||
3276 | if test "$enableval" = yes; then | |
3277 | ac_cv_use_threads='wxUSE_THREADS=yes' | |
3278 | else | |
3279 | ac_cv_use_threads='wxUSE_THREADS=no' | |
3280 | fi | |
3281 | ||
3282 | else | |
3283 | ||
3284 | LINE=`grep "wxUSE_THREADS" ${wx_arg_cache_file}` | |
3285 | if test "x$LINE" != x ; then | |
3286 | eval "DEFAULT_$LINE" | |
3287 | else | |
3288 | no_cache=1 | |
3289 | fi | |
3290 | ||
3291 | ac_cv_use_threads='wxUSE_THREADS='$DEFAULT_wxUSE_THREADS | |
3292 | ||
3293 | fi | |
3294 | ||
3295 | ||
3296 | eval "$ac_cv_use_threads" | |
3297 | if test "$no_cache" != 1; then | |
3298 | echo $ac_cv_use_threads >> ${wx_arg_cache_file}.tmp | |
3299 | fi | |
3300 | ||
3301 | if test "$wxUSE_THREADS" = yes; then | |
3302 | echo "$ac_t""yes" 1>&6 | |
3303 | else | |
3304 | echo "$ac_t""no" 1>&6 | |
3305 | fi | |
3306 | ||
3307 | ||
3308 | echo $ac_n "checking "for --enable-serial"""... $ac_c" 1>&6 | |
7c66a493 | 3309 | echo "configure:3310: checking "for --enable-serial"" >&5 |
10f2d63a VZ |
3310 | no_cache=0 |
3311 | # Check whether --enable-serial or --disable-serial was given. | |
3312 | if test "${enable_serial+set}" = set; then | |
3313 | enableval="$enable_serial" | |
3314 | ||
3315 | if test "$enableval" = yes; then | |
3316 | ac_cv_use_serial='wxUSE_SERIAL=yes' | |
3317 | else | |
3318 | ac_cv_use_serial='wxUSE_SERIAL=no' | |
3319 | fi | |
3320 | ||
3321 | else | |
3322 | ||
3323 | LINE=`grep "wxUSE_SERIAL" ${wx_arg_cache_file}` | |
3324 | if test "x$LINE" != x ; then | |
3325 | eval "DEFAULT_$LINE" | |
3326 | else | |
3327 | no_cache=1 | |
3328 | fi | |
3329 | ||
3330 | ac_cv_use_serial='wxUSE_SERIAL='$DEFAULT_wxUSE_SERIAL | |
3331 | ||
3332 | fi | |
3333 | ||
3334 | ||
3335 | eval "$ac_cv_use_serial" | |
3336 | if test "$no_cache" != 1; then | |
3337 | echo $ac_cv_use_serial >> ${wx_arg_cache_file}.tmp | |
3338 | fi | |
3339 | ||
3340 | if test "$wxUSE_SERIAL" = yes; then | |
3341 | echo "$ac_t""yes" 1>&6 | |
3342 | else | |
3343 | echo "$ac_t""no" 1>&6 | |
3344 | fi | |
3345 | ||
3346 | ||
b12915c1 VZ |
3347 | if test "$wxUSE_GUI" = "yes"; then |
3348 | ||
10f2d63a VZ |
3349 | |
3350 | ||
3351 | echo $ac_n "checking "for --enable-docview"""... $ac_c" 1>&6 | |
7c66a493 | 3352 | echo "configure:3353: checking "for --enable-docview"" >&5 |
10f2d63a VZ |
3353 | no_cache=0 |
3354 | # Check whether --enable-docview or --disable-docview was given. | |
3355 | if test "${enable_docview+set}" = set; then | |
3356 | enableval="$enable_docview" | |
3357 | ||
3358 | if test "$enableval" = yes; then | |
3359 | ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=yes' | |
3360 | else | |
3361 | ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=no' | |
3362 | fi | |
3363 | ||
3364 | else | |
3365 | ||
3366 | LINE=`grep "wxUSE_DOC_VIEW_ARCHITECTURE" ${wx_arg_cache_file}` | |
3367 | if test "x$LINE" != x ; then | |
3368 | eval "DEFAULT_$LINE" | |
3369 | else | |
3370 | no_cache=1 | |
3371 | fi | |
3372 | ||
3373 | ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE='$DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE | |
3374 | ||
3375 | fi | |
3376 | ||
3377 | ||
3378 | eval "$ac_cv_use_docview" | |
3379 | if test "$no_cache" != 1; then | |
3380 | echo $ac_cv_use_docview >> ${wx_arg_cache_file}.tmp | |
3381 | fi | |
3382 | ||
3383 | if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = yes; then | |
3384 | echo "$ac_t""yes" 1>&6 | |
3385 | else | |
3386 | echo "$ac_t""no" 1>&6 | |
3387 | fi | |
3388 | ||
3389 | ||
3390 | echo $ac_n "checking "for --enable-help"""... $ac_c" 1>&6 | |
7c66a493 | 3391 | echo "configure:3392: checking "for --enable-help"" >&5 |
10f2d63a VZ |
3392 | no_cache=0 |
3393 | # Check whether --enable-help or --disable-help was given. | |
3394 | if test "${enable_help+set}" = set; then | |
3395 | enableval="$enable_help" | |
3396 | ||
3397 | if test "$enableval" = yes; then | |
3398 | ac_cv_use_help='wxUSE_HELP=yes' | |
3399 | else | |
3400 | ac_cv_use_help='wxUSE_HELP=no' | |
3401 | fi | |
3402 | ||
3403 | else | |
3404 | ||
3405 | LINE=`grep "wxUSE_HELP" ${wx_arg_cache_file}` | |
3406 | if test "x$LINE" != x ; then | |
3407 | eval "DEFAULT_$LINE" | |
3408 | else | |
3409 | no_cache=1 | |
3410 | fi | |
3411 | ||
3412 | ac_cv_use_help='wxUSE_HELP='$DEFAULT_wxUSE_HELP | |
3413 | ||
3414 | fi | |
3415 | ||
3416 | ||
3417 | eval "$ac_cv_use_help" | |
3418 | if test "$no_cache" != 1; then | |
3419 | echo $ac_cv_use_help >> ${wx_arg_cache_file}.tmp | |
3420 | fi | |
3421 | ||
3422 | if test "$wxUSE_HELP" = yes; then | |
3423 | echo "$ac_t""yes" 1>&6 | |
3424 | else | |
3425 | echo "$ac_t""no" 1>&6 | |
3426 | fi | |
3427 | ||
3428 | ||
3429 | echo $ac_n "checking "for --enable-constraints"""... $ac_c" 1>&6 | |
7c66a493 | 3430 | echo "configure:3431: checking "for --enable-constraints"" >&5 |
10f2d63a VZ |
3431 | no_cache=0 |
3432 | # Check whether --enable-constraints or --disable-constraints was given. | |
3433 | if test "${enable_constraints+set}" = set; then | |
3434 | enableval="$enable_constraints" | |
3435 | ||
3436 | if test "$enableval" = yes; then | |
3437 | ac_cv_use_constraints='wxUSE_CONSTRAINTS=yes' | |
3438 | else | |
3439 | ac_cv_use_constraints='wxUSE_CONSTRAINTS=no' | |
3440 | fi | |
3441 | ||
3442 | else | |
3443 | ||
3444 | LINE=`grep "wxUSE_CONSTRAINTS" ${wx_arg_cache_file}` | |
3445 | if test "x$LINE" != x ; then | |
3446 | eval "DEFAULT_$LINE" | |
3447 | else | |
3448 | no_cache=1 | |
3449 | fi | |
3450 | ||
3451 | ac_cv_use_constraints='wxUSE_CONSTRAINTS='$DEFAULT_wxUSE_CONSTRAINTS | |
3452 | ||
3453 | fi | |
3454 | ||
3455 | ||
3456 | eval "$ac_cv_use_constraints" | |
3457 | if test "$no_cache" != 1; then | |
3458 | echo $ac_cv_use_constraints >> ${wx_arg_cache_file}.tmp | |
3459 | fi | |
3460 | ||
3461 | if test "$wxUSE_CONSTRAINTS" = yes; then | |
3462 | echo "$ac_t""yes" 1>&6 | |
3463 | else | |
3464 | echo "$ac_t""no" 1>&6 | |
3465 | fi | |
3466 | ||
3467 | ||
3468 | echo $ac_n "checking "for --enable-printarch"""... $ac_c" 1>&6 | |
7c66a493 | 3469 | echo "configure:3470: checking "for --enable-printarch"" >&5 |
10f2d63a VZ |
3470 | no_cache=0 |
3471 | # Check whether --enable-printarch or --disable-printarch was given. | |
3472 | if test "${enable_printarch+set}" = set; then | |
3473 | enableval="$enable_printarch" | |
3474 | ||
3475 | if test "$enableval" = yes; then | |
3476 | ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=yes' | |
3477 | else | |
3478 | ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=no' | |
3479 | fi | |
3480 | ||
3481 | else | |
3482 | ||
3483 | LINE=`grep "wxUSE_PRINTING_ARCHITECTURE" ${wx_arg_cache_file}` | |
3484 | if test "x$LINE" != x ; then | |
3485 | eval "DEFAULT_$LINE" | |
3486 | else | |
3487 | no_cache=1 | |
3488 | fi | |
3489 | ||
3490 | ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE='$DEFAULT_wxUSE_PRINTING_ARCHITECTURE | |
3491 | ||
3492 | fi | |
3493 | ||
3494 | ||
3495 | eval "$ac_cv_use_printarch" | |
3496 | if test "$no_cache" != 1; then | |
3497 | echo $ac_cv_use_printarch >> ${wx_arg_cache_file}.tmp | |
3498 | fi | |
3499 | ||
3500 | if test "$wxUSE_PRINTING_ARCHITECTURE" = yes; then | |
3501 | echo "$ac_t""yes" 1>&6 | |
3502 | else | |
3503 | echo "$ac_t""no" 1>&6 | |
3504 | fi | |
3505 | ||
3506 | ||
3507 | echo $ac_n "checking "for --enable-mdi"""... $ac_c" 1>&6 | |
7c66a493 | 3508 | echo "configure:3509: checking "for --enable-mdi"" >&5 |
10f2d63a VZ |
3509 | no_cache=0 |
3510 | # Check whether --enable-mdi or --disable-mdi was given. | |
3511 | if test "${enable_mdi+set}" = set; then | |
3512 | enableval="$enable_mdi" | |
3513 | ||
3514 | if test "$enableval" = yes; then | |
3515 | ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE=yes' | |
3516 | else | |
3517 | ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE=no' | |
3518 | fi | |
3519 | ||
3520 | else | |
3521 | ||
3522 | LINE=`grep "wxUSE_MDI_ARCHITECTURE" ${wx_arg_cache_file}` | |
3523 | if test "x$LINE" != x ; then | |
3524 | eval "DEFAULT_$LINE" | |
3525 | else | |
3526 | no_cache=1 | |
3527 | fi | |
3528 | ||
3529 | ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE='$DEFAULT_wxUSE_MDI_ARCHITECTURE | |
3530 | ||
3531 | fi | |
3532 | ||
3533 | ||
3534 | eval "$ac_cv_use_mdi" | |
3535 | if test "$no_cache" != 1; then | |
3536 | echo $ac_cv_use_mdi >> ${wx_arg_cache_file}.tmp | |
3537 | fi | |
3538 | ||
3539 | if test "$wxUSE_MDI_ARCHITECTURE" = yes; then | |
3540 | echo "$ac_t""yes" 1>&6 | |
3541 | else | |
3542 | echo "$ac_t""no" 1>&6 | |
3543 | fi | |
3544 | ||
3545 | ||
3546 | ||
3547 | echo $ac_n "checking "for --enable-postscript"""... $ac_c" 1>&6 | |
7c66a493 | 3548 | echo "configure:3549: checking "for --enable-postscript"" >&5 |
10f2d63a VZ |
3549 | no_cache=0 |
3550 | # Check whether --enable-postscript or --disable-postscript was given. | |
3551 | if test "${enable_postscript+set}" = set; then | |
3552 | enableval="$enable_postscript" | |
3553 | ||
3554 | if test "$enableval" = yes; then | |
3555 | ac_cv_use_postscript='wxUSE_POSTSCRIPT=yes' | |
3556 | else | |
3557 | ac_cv_use_postscript='wxUSE_POSTSCRIPT=no' | |
3558 | fi | |
3559 | ||
3560 | else | |
3561 | ||
3562 | LINE=`grep "wxUSE_POSTSCRIPT" ${wx_arg_cache_file}` | |
3563 | if test "x$LINE" != x ; then | |
3564 | eval "DEFAULT_$LINE" | |
3565 | else | |
3566 | no_cache=1 | |
3567 | fi | |
3568 | ||
3569 | ac_cv_use_postscript='wxUSE_POSTSCRIPT='$DEFAULT_wxUSE_POSTSCRIPT | |
3570 | ||
3571 | fi | |
3572 | ||
3573 | ||
3574 | eval "$ac_cv_use_postscript" | |
3575 | if test "$no_cache" != 1; then | |
3576 | echo $ac_cv_use_postscript >> ${wx_arg_cache_file}.tmp | |
3577 | fi | |
3578 | ||
3579 | if test "$wxUSE_POSTSCRIPT" = yes; then | |
3580 | echo "$ac_t""yes" 1>&6 | |
3581 | else | |
3582 | echo "$ac_t""no" 1>&6 | |
3583 | fi | |
3584 | ||
3585 | ||
3586 | ||
3587 | ||
3588 | echo $ac_n "checking "for --enable-prologio"""... $ac_c" 1>&6 | |
7c66a493 | 3589 | echo "configure:3590: checking "for --enable-prologio"" >&5 |
10f2d63a VZ |
3590 | no_cache=0 |
3591 | # Check whether --enable-prologio or --disable-prologio was given. | |
3592 | if test "${enable_prologio+set}" = set; then | |
3593 | enableval="$enable_prologio" | |
3594 | ||
3595 | if test "$enableval" = yes; then | |
3596 | ac_cv_use_prologio='wxUSE_PROLOGIO=yes' | |
3597 | else | |
3598 | ac_cv_use_prologio='wxUSE_PROLOGIO=no' | |
3599 | fi | |
3600 | ||
3601 | else | |
3602 | ||
3603 | LINE=`grep "wxUSE_PROLOGIO" ${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_prologio='wxUSE_PROLOGIO='$DEFAULT_wxUSE_PROLOGIO | |
3611 | ||
3612 | fi | |
3613 | ||
3614 | ||
3615 | eval "$ac_cv_use_prologio" | |
3616 | if test "$no_cache" != 1; then | |
3617 | echo $ac_cv_use_prologio >> ${wx_arg_cache_file}.tmp | |
3618 | fi | |
3619 | ||
3620 | if test "$wxUSE_PROLOGIO" = 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-resources"""... $ac_c" 1>&6 | |
7c66a493 | 3628 | echo "configure:3629: checking "for --enable-resources"" >&5 |
10f2d63a VZ |
3629 | no_cache=0 |
3630 | # Check whether --enable-resources or --disable-resources was given. | |
3631 | if test "${enable_resources+set}" = set; then | |
3632 | enableval="$enable_resources" | |
3633 | ||
3634 | if test "$enableval" = yes; then | |
3635 | ac_cv_use_resources='wxUSE_RESOURCES=yes' | |
3636 | else | |
3637 | ac_cv_use_resources='wxUSE_RESOURCES=no' | |
3638 | fi | |
3639 | ||
3640 | else | |
3641 | ||
3642 | LINE=`grep "wxUSE_RESOURCES" ${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_resources='wxUSE_RESOURCES='$DEFAULT_wxUSE_RESOURCES | |
3650 | ||
3651 | fi | |
3652 | ||
3653 | ||
3654 | eval "$ac_cv_use_resources" | |
3655 | if test "$no_cache" != 1; then | |
3656 | echo $ac_cv_use_resources >> ${wx_arg_cache_file}.tmp | |
3657 | fi | |
3658 | ||
3659 | if test "$wxUSE_RESOURCES" = 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-xresources"""... $ac_c" 1>&6 | |
7c66a493 | 3668 | echo "configure:3669: checking "for --enable-xresources"" >&5 |
10f2d63a VZ |
3669 | no_cache=0 |
3670 | # Check whether --enable-xresources or --disable-xresources was given. | |
3671 | if test "${enable_xresources+set}" = set; then | |
3672 | enableval="$enable_xresources" | |
3673 | ||
3674 | if test "$enableval" = yes; then | |
3675 | ac_cv_use_xresources='wxUSE_X_RESOURCES=yes' | |
3676 | else | |
3677 | ac_cv_use_xresources='wxUSE_X_RESOURCES=no' | |
3678 | fi | |
3679 | ||
3680 | else | |
3681 | ||
3682 | LINE=`grep "wxUSE_X_RESOURCES" ${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_xresources='wxUSE_X_RESOURCES='$DEFAULT_wxUSE_X_RESOURCES | |
3690 | ||
3691 | fi | |
3692 | ||
3693 | ||
3694 | eval "$ac_cv_use_xresources" | |
3695 | if test "$no_cache" != 1; then | |
3696 | echo $ac_cv_use_xresources >> ${wx_arg_cache_file}.tmp | |
3697 | fi | |
3698 | ||
3699 | if test "$wxUSE_X_RESOURCES" = 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-clipboard"""... $ac_c" 1>&6 | |
7c66a493 | 3709 | echo "configure:3710: checking "for --enable-clipboard"" >&5 |
10f2d63a VZ |
3710 | no_cache=0 |
3711 | # Check whether --enable-clipboard or --disable-clipboard was given. | |
3712 | if test "${enable_clipboard+set}" = set; then | |
3713 | enableval="$enable_clipboard" | |
3714 | ||
3715 | if test "$enableval" = yes; then | |
3716 | ac_cv_use_clipboard='wxUSE_CLIPBOARD=yes' | |
3717 | else | |
3718 | ac_cv_use_clipboard='wxUSE_CLIPBOARD=no' | |
3719 | fi | |
3720 | ||
3721 | else | |
3722 | ||
3723 | LINE=`grep "wxUSE_CLIPBOARD" ${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_clipboard='wxUSE_CLIPBOARD='$DEFAULT_wxUSE_CLIPBOARD | |
3731 | ||
3732 | fi | |
3733 | ||
3734 | ||
3735 | eval "$ac_cv_use_clipboard" | |
3736 | if test "$no_cache" != 1; then | |
3737 | echo $ac_cv_use_clipboard >> ${wx_arg_cache_file}.tmp | |
3738 | fi | |
3739 | ||
3740 | if test "$wxUSE_CLIPBOARD" = 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-dnd"""... $ac_c" 1>&6 | |
7c66a493 | 3748 | echo "configure:3749: checking "for --enable-dnd"" >&5 |
10f2d63a VZ |
3749 | no_cache=0 |
3750 | # Check whether --enable-dnd or --disable-dnd was given. | |
3751 | if test "${enable_dnd+set}" = set; then | |
3752 | enableval="$enable_dnd" | |
3753 | ||
3754 | if test "$enableval" = yes; then | |
3755 | ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=yes' | |
3756 | else | |
3757 | ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=no' | |
3758 | fi | |
3759 | ||
3760 | else | |
3761 | ||
3762 | LINE=`grep "wxUSE_DRAG_AND_DROP" ${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_dnd='wxUSE_DRAG_AND_DROP='$DEFAULT_wxUSE_DRAG_AND_DROP | |
3770 | ||
3771 | fi | |
3772 | ||
3773 | ||
3774 | eval "$ac_cv_use_dnd" | |
3775 | if test "$no_cache" != 1; then | |
3776 | echo $ac_cv_use_dnd >> ${wx_arg_cache_file}.tmp | |
3777 | fi | |
3778 | ||
3779 | if test "$wxUSE_DRAG_AND_DROP" = 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-wxtree"""... $ac_c" 1>&6 | |
7c66a493 | 3788 | echo "configure:3789: checking "for --enable-wxtree"" >&5 |
10f2d63a VZ |
3789 | no_cache=0 |
3790 | # Check whether --enable-wxtree or --disable-wxtree was given. | |
3791 | if test "${enable_wxtree+set}" = set; then | |
3792 | enableval="$enable_wxtree" | |
3793 | ||
3794 | if test "$enableval" = yes; then | |
3795 | ac_cv_use_wxtree='wxUSE_WXTREE=yes' | |
3796 | else | |
3797 | ac_cv_use_wxtree='wxUSE_WXTREE=no' | |
3798 | fi | |
3799 | ||
3800 | else | |
3801 | ||
3802 | LINE=`grep "wxUSE_WXTREE" ${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_wxtree='wxUSE_WXTREE='$DEFAULT_wxUSE_WXTREE | |
3810 | ||
3811 | fi | |
3812 | ||
3813 | ||
3814 | eval "$ac_cv_use_wxtree" | |
3815 | if test "$no_cache" != 1; then | |
3816 | echo $ac_cv_use_wxtree >> ${wx_arg_cache_file}.tmp | |
3817 | fi | |
3818 | ||
3819 | if test "$wxUSE_WXTREE" = 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-controls"""... $ac_c" 1>&6 | |
7c66a493 | 3829 | echo "configure:3830: checking "for --enable-controls"" >&5 |
10f2d63a VZ |
3830 | no_cache=0 |
3831 | # Check whether --enable-controls or --disable-controls was given. | |
3832 | if test "${enable_controls+set}" = set; then | |
3833 | enableval="$enable_controls" | |
3834 | ||
3835 | if test "$enableval" = yes; then | |
3836 | ac_cv_use_controls='wxUSE_CONTROLS=yes' | |
3837 | else | |
3838 | ac_cv_use_controls='wxUSE_CONTROLS=no' | |
3839 | fi | |
3840 | ||
3841 | else | |
3842 | ||
3843 | LINE=`grep "wxUSE_CONTROLS" ${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_controls='wxUSE_CONTROLS='$DEFAULT_wxUSE_CONTROLS | |
3851 | ||
3852 | fi | |
3853 | ||
3854 | ||
3855 | eval "$ac_cv_use_controls" | |
3856 | if test "$no_cache" != 1; then | |
3857 | echo $ac_cv_use_controls >> ${wx_arg_cache_file}.tmp | |
3858 | fi | |
3859 | ||
3860 | if test "$wxUSE_CONTROLS" = yes; then | |
3861 | echo "$ac_t""yes" 1>&6 | |
3862 | else | |
3863 | echo "$ac_t""no" 1>&6 | |
3864 | fi | |
3865 | ||
3866 | ||
3867 | if test "$wxUSE_CONTROLS" = "yes"; then | |
3868 | DEFAULT_wxUSE_ACCEL=yes | |
3869 | DEFAULT_wxUSE_CARET=yes | |
3870 | DEFAULT_wxUSE_COMBOBOX=yes | |
3871 | DEFAULT_wxUSE_BMPBUTTON=yes | |
3872 | DEFAULT_wxUSE_CHECKBOX=yes | |
3873 | DEFAULT_wxUSE_CHECKLISTBOX=yes | |
3874 | DEFAULT_wxUSE_CHOICE=yes | |
3875 | DEFAULT_wxUSE_GAUGE=yes | |
3876 | DEFAULT_wxUSE_GRID=yes | |
fc9c7c09 | 3877 | DEFAULT_wxUSE_NEW_GRID=no |
10f2d63a VZ |
3878 | DEFAULT_wxUSE_IMAGLIST=yes |
3879 | DEFAULT_wxUSE_LISTBOX=yes | |
3880 | DEFAULT_wxUSE_LISTCTRL=yes | |
3881 | DEFAULT_wxUSE_NOTEBOOK=yes | |
3882 | DEFAULT_wxUSE_RADIOBOX=yes | |
3883 | DEFAULT_wxUSE_RADIOBTN=yes | |
3884 | DEFAULT_wxUSE_SASH=yes | |
3885 | DEFAULT_wxUSE_SCROLLBAR=yes | |
3886 | DEFAULT_wxUSE_SLIDER=yes | |
3887 | DEFAULT_wxUSE_SPINBTN=yes | |
56cfaa52 | 3888 | DEFAULT_wxUSE_SPINCTRL=yes |
10f2d63a VZ |
3889 | DEFAULT_wxUSE_SPLITTER=yes |
3890 | DEFAULT_wxUSE_STATBMP=yes | |
3891 | DEFAULT_wxUSE_STATBOX=yes | |
3892 | DEFAULT_wxUSE_STATLINE=yes | |
3893 | DEFAULT_wxUSE_STATUSBAR=yes | |
3894 | DEFAULT_wxUSE_TAB_DIALOG=yes | |
3895 | DEFAULT_wxUSE_TOOLBAR=yes | |
360d6699 VZ |
3896 | DEFAULT_wxUSE_TOOLBAR_NATIVE=yes |
3897 | DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes | |
10f2d63a VZ |
3898 | DEFAULT_wxUSE_TOOLTIPS=yes |
3899 | DEFAULT_wxUSE_TREECTRL=yes | |
3900 | elif test "$wxUSE_CONTROLS" = "no"; then | |
3901 | DEFAULT_wxUSE_ACCEL=no | |
3902 | DEFAULT_wxUSE_CARET=no | |
3903 | DEFAULT_wxUSE_COMBOBOX=no | |
3904 | DEFAULT_wxUSE_BMPBUTTON=no | |
3905 | DEFAULT_wxUSE_CHECKBOX=no | |
3906 | DEFAULT_wxUSE_CHECKLISTBOX=no | |
3907 | DEFAULT_wxUSE_CHOICE=no | |
3908 | DEFAULT_wxUSE_GAUGE=no | |
3909 | DEFAULT_wxUSE_GRID=no | |
3910 | DEFAULT_wxUSE_NEW_GRID=no | |
3911 | DEFAULT_wxUSE_IMAGLIST=no | |
3912 | DEFAULT_wxUSE_LISTBOX=no | |
3913 | DEFAULT_wxUSE_LISTCTRL=no | |
3914 | DEFAULT_wxUSE_NOTEBOOK=no | |
3915 | DEFAULT_wxUSE_RADIOBOX=no | |
3916 | DEFAULT_wxUSE_RADIOBTN=no | |
3917 | DEFAULT_wxUSE_SASH=no | |
3918 | DEFAULT_wxUSE_SCROLLBAR=no | |
3919 | DEFAULT_wxUSE_SLIDER=no | |
3920 | DEFAULT_wxUSE_SPINBTN=no | |
56cfaa52 | 3921 | DEFAULT_wxUSE_SPINCTRL=no |
10f2d63a VZ |
3922 | DEFAULT_wxUSE_SPLITTER=no |
3923 | DEFAULT_wxUSE_STATBMP=no | |
3924 | DEFAULT_wxUSE_STATBOX=no | |
3925 | DEFAULT_wxUSE_STATLINE=no | |
3926 | DEFAULT_wxUSE_STATUSBAR=no | |
3927 | DEFAULT_wxUSE_TAB_DIALOG=no | |
3928 | DEFAULT_wxUSE_TOOLBAR=no | |
360d6699 VZ |
3929 | DEFAULT_wxUSE_TOOLBAR_NATIVE=no |
3930 | DEFAULT_wxUSE_TOOLBAR_SIMPLE=no | |
10f2d63a VZ |
3931 | DEFAULT_wxUSE_TOOLTIPS=no |
3932 | DEFAULT_wxUSE_TREECTRL=no | |
3933 | fi | |
3934 | ||
3935 | ||
3936 | echo $ac_n "checking "for --enable-accel"""... $ac_c" 1>&6 | |
7c66a493 | 3937 | echo "configure:3938: checking "for --enable-accel"" >&5 |
10f2d63a VZ |
3938 | no_cache=0 |
3939 | # Check whether --enable-accel or --disable-accel was given. | |
3940 | if test "${enable_accel+set}" = set; then | |
3941 | enableval="$enable_accel" | |
3942 | ||
3943 | if test "$enableval" = yes; then | |
3944 | ac_cv_use_accel='wxUSE_ACCEL=yes' | |
3945 | else | |
3946 | ac_cv_use_accel='wxUSE_ACCEL=no' | |
3947 | fi | |
3948 | ||
3949 | else | |
3950 | ||
3951 | LINE=`grep "wxUSE_ACCEL" ${wx_arg_cache_file}` | |
3952 | if test "x$LINE" != x ; then | |
3953 | eval "DEFAULT_$LINE" | |
3954 | else | |
3955 | no_cache=1 | |
3956 | fi | |
3957 | ||
3958 | ac_cv_use_accel='wxUSE_ACCEL='$DEFAULT_wxUSE_ACCEL | |
3959 | ||
3960 | fi | |
3961 | ||
3962 | ||
3963 | eval "$ac_cv_use_accel" | |
3964 | if test "$no_cache" != 1; then | |
3965 | echo $ac_cv_use_accel >> ${wx_arg_cache_file}.tmp | |
3966 | fi | |
3967 | ||
3968 | if test "$wxUSE_ACCEL" = yes; then | |
3969 | echo "$ac_t""yes" 1>&6 | |
3970 | else | |
3971 | echo "$ac_t""no" 1>&6 | |
3972 | fi | |
3973 | ||
3974 | ||
3975 | echo $ac_n "checking "for --enable-caret"""... $ac_c" 1>&6 | |
7c66a493 | 3976 | echo "configure:3977: checking "for --enable-caret"" >&5 |
10f2d63a VZ |
3977 | no_cache=0 |
3978 | # Check whether --enable-caret or --disable-caret was given. | |
3979 | if test "${enable_caret+set}" = set; then | |
3980 | enableval="$enable_caret" | |
3981 | ||
3982 | if test "$enableval" = yes; then | |
3983 | ac_cv_use_caret='wxUSE_CARET=yes' | |
3984 | else | |
3985 | ac_cv_use_caret='wxUSE_CARET=no' | |
3986 | fi | |
3987 | ||
3988 | else | |
3989 | ||
3990 | LINE=`grep "wxUSE_CARET" ${wx_arg_cache_file}` | |
3991 | if test "x$LINE" != x ; then | |
3992 | eval "DEFAULT_$LINE" | |
3993 | else | |
3994 | no_cache=1 | |
3995 | fi | |
3996 | ||
3997 | ac_cv_use_caret='wxUSE_CARET='$DEFAULT_wxUSE_CARET | |
3998 | ||
3999 | fi | |
4000 | ||
4001 | ||
4002 | eval "$ac_cv_use_caret" | |
4003 | if test "$no_cache" != 1; then | |
4004 | echo $ac_cv_use_caret >> ${wx_arg_cache_file}.tmp | |
4005 | fi | |
4006 | ||
4007 | if test "$wxUSE_CARET" = yes; then | |
4008 | echo "$ac_t""yes" 1>&6 | |
4009 | else | |
4010 | echo "$ac_t""no" 1>&6 | |
4011 | fi | |
4012 | ||
4013 | ||
4014 | echo $ac_n "checking "for --enable-bmpbutton"""... $ac_c" 1>&6 | |
7c66a493 | 4015 | echo "configure:4016: checking "for --enable-bmpbutton"" >&5 |
10f2d63a VZ |
4016 | no_cache=0 |
4017 | # Check whether --enable-bmpbutton or --disable-bmpbutton was given. | |
4018 | if test "${enable_bmpbutton+set}" = set; then | |
4019 | enableval="$enable_bmpbutton" | |
4020 | ||
4021 | if test "$enableval" = yes; then | |
4022 | ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=yes' | |
4023 | else | |
4024 | ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=no' | |
4025 | fi | |
4026 | ||
4027 | else | |
4028 | ||
4029 | LINE=`grep "wxUSE_BMPBUTTON" ${wx_arg_cache_file}` | |
4030 | if test "x$LINE" != x ; then | |
4031 | eval "DEFAULT_$LINE" | |
4032 | else | |
4033 | no_cache=1 | |
4034 | fi | |
4035 | ||
4036 | ac_cv_use_bmpbutton='wxUSE_BMPBUTTON='$DEFAULT_wxUSE_BMPBUTTON | |
4037 | ||
4038 | fi | |
4039 | ||
4040 | ||
4041 | eval "$ac_cv_use_bmpbutton" | |
4042 | if test "$no_cache" != 1; then | |
4043 | echo $ac_cv_use_bmpbutton >> ${wx_arg_cache_file}.tmp | |
4044 | fi | |
4045 | ||
4046 | if test "$wxUSE_BMPBUTTON" = yes; then | |
4047 | echo "$ac_t""yes" 1>&6 | |
4048 | else | |
4049 | echo "$ac_t""no" 1>&6 | |
4050 | fi | |
4051 | ||
4052 | ||
4053 | echo $ac_n "checking "for --enable-checkbox"""... $ac_c" 1>&6 | |
7c66a493 | 4054 | echo "configure:4055: checking "for --enable-checkbox"" >&5 |
10f2d63a VZ |
4055 | no_cache=0 |
4056 | # Check whether --enable-checkbox or --disable-checkbox was given. | |
4057 | if test "${enable_checkbox+set}" = set; then | |
4058 | enableval="$enable_checkbox" | |
4059 | ||
4060 | if test "$enableval" = yes; then | |
4061 | ac_cv_use_checkbox='wxUSE_CHECKBOX=yes' | |
4062 | else | |
4063 | ac_cv_use_checkbox='wxUSE_CHECKBOX=no' | |
4064 | fi | |
4065 | ||
4066 | else | |
4067 | ||
4068 | LINE=`grep "wxUSE_CHECKBOX" ${wx_arg_cache_file}` | |
4069 | if test "x$LINE" != x ; then | |
4070 | eval "DEFAULT_$LINE" | |
4071 | else | |
4072 | no_cache=1 | |
4073 | fi | |
4074 | ||
4075 | ac_cv_use_checkbox='wxUSE_CHECKBOX='$DEFAULT_wxUSE_CHECKBOX | |
4076 | ||
4077 | fi | |
4078 | ||
4079 | ||
4080 | eval "$ac_cv_use_checkbox" | |
4081 | if test "$no_cache" != 1; then | |
4082 | echo $ac_cv_use_checkbox >> ${wx_arg_cache_file}.tmp | |
4083 | fi | |
4084 | ||
4085 | if test "$wxUSE_CHECKBOX" = yes; then | |
4086 | echo "$ac_t""yes" 1>&6 | |
4087 | else | |
4088 | echo "$ac_t""no" 1>&6 | |
4089 | fi | |
4090 | ||
4091 | ||
4092 | echo $ac_n "checking "for --enable-checklst"""... $ac_c" 1>&6 | |
7c66a493 | 4093 | echo "configure:4094: checking "for --enable-checklst"" >&5 |
10f2d63a VZ |
4094 | no_cache=0 |
4095 | # Check whether --enable-checklst or --disable-checklst was given. | |
4096 | if test "${enable_checklst+set}" = set; then | |
4097 | enableval="$enable_checklst" | |
4098 | ||
4099 | if test "$enableval" = yes; then | |
4100 | ac_cv_use_checklst='wxUSE_CHECKLST=yes' | |
4101 | else | |
4102 | ac_cv_use_checklst='wxUSE_CHECKLST=no' | |
4103 | fi | |
4104 | ||
4105 | else | |
4106 | ||
4107 | LINE=`grep "wxUSE_CHECKLST" ${wx_arg_cache_file}` | |
4108 | if test "x$LINE" != x ; then | |
4109 | eval "DEFAULT_$LINE" | |
4110 | else | |
4111 | no_cache=1 | |
4112 | fi | |
4113 | ||
4114 | ac_cv_use_checklst='wxUSE_CHECKLST='$DEFAULT_wxUSE_CHECKLST | |
4115 | ||
4116 | fi | |
4117 | ||
4118 | ||
4119 | eval "$ac_cv_use_checklst" | |
4120 | if test "$no_cache" != 1; then | |
4121 | echo $ac_cv_use_checklst >> ${wx_arg_cache_file}.tmp | |
4122 | fi | |
4123 | ||
4124 | if test "$wxUSE_CHECKLST" = yes; then | |
4125 | echo "$ac_t""yes" 1>&6 | |
4126 | else | |
4127 | echo "$ac_t""no" 1>&6 | |
4128 | fi | |
4129 | ||
4130 | ||
4131 | echo $ac_n "checking "for --enable-choice"""... $ac_c" 1>&6 | |
7c66a493 | 4132 | echo "configure:4133: checking "for --enable-choice"" >&5 |
10f2d63a VZ |
4133 | no_cache=0 |
4134 | # Check whether --enable-choice or --disable-choice was given. | |
4135 | if test "${enable_choice+set}" = set; then | |
4136 | enableval="$enable_choice" | |
4137 | ||
4138 | if test "$enableval" = yes; then | |
4139 | ac_cv_use_choice='wxUSE_CHOICE=yes' | |
4140 | else | |
4141 | ac_cv_use_choice='wxUSE_CHOICE=no' | |
4142 | fi | |
4143 | ||
4144 | else | |
4145 | ||
4146 | LINE=`grep "wxUSE_CHOICE" ${wx_arg_cache_file}` | |
4147 | if test "x$LINE" != x ; then | |
4148 | eval "DEFAULT_$LINE" | |
4149 | else | |
4150 | no_cache=1 | |
4151 | fi | |
4152 | ||
4153 | ac_cv_use_choice='wxUSE_CHOICE='$DEFAULT_wxUSE_CHOICE | |
4154 | ||
4155 | fi | |
4156 | ||
4157 | ||
4158 | eval "$ac_cv_use_choice" | |
4159 | if test "$no_cache" != 1; then | |
4160 | echo $ac_cv_use_choice >> ${wx_arg_cache_file}.tmp | |
4161 | fi | |
4162 | ||
4163 | if test "$wxUSE_CHOICE" = yes; then | |
4164 | echo "$ac_t""yes" 1>&6 | |
4165 | else | |
4166 | echo "$ac_t""no" 1>&6 | |
4167 | fi | |
4168 | ||
4169 | ||
4170 | echo $ac_n "checking "for --enable-combobox"""... $ac_c" 1>&6 | |
7c66a493 | 4171 | echo "configure:4172: checking "for --enable-combobox"" >&5 |
10f2d63a VZ |
4172 | no_cache=0 |
4173 | # Check whether --enable-combobox or --disable-combobox was given. | |
4174 | if test "${enable_combobox+set}" = set; then | |
4175 | enableval="$enable_combobox" | |
4176 | ||
4177 | if test "$enableval" = yes; then | |
4178 | ac_cv_use_combobox='wxUSE_COMBOBOX=yes' | |
4179 | else | |
4180 | ac_cv_use_combobox='wxUSE_COMBOBOX=no' | |
4181 | fi | |
4182 | ||
4183 | else | |
4184 | ||
4185 | LINE=`grep "wxUSE_COMBOBOX" ${wx_arg_cache_file}` | |
4186 | if test "x$LINE" != x ; then | |
4187 | eval "DEFAULT_$LINE" | |
4188 | else | |
4189 | no_cache=1 | |
4190 | fi | |
4191 | ||
4192 | ac_cv_use_combobox='wxUSE_COMBOBOX='$DEFAULT_wxUSE_COMBOBOX | |
4193 | ||
4194 | fi | |
4195 | ||
4196 | ||
4197 | eval "$ac_cv_use_combobox" | |
4198 | if test "$no_cache" != 1; then | |
4199 | echo $ac_cv_use_combobox >> ${wx_arg_cache_file}.tmp | |
4200 | fi | |
4201 | ||
4202 | if test "$wxUSE_COMBOBOX" = yes; then | |
4203 | echo "$ac_t""yes" 1>&6 | |
4204 | else | |
4205 | echo "$ac_t""no" 1>&6 | |
4206 | fi | |
4207 | ||
4208 | ||
4209 | echo $ac_n "checking "for --enable-gauge"""... $ac_c" 1>&6 | |
7c66a493 | 4210 | echo "configure:4211: checking "for --enable-gauge"" >&5 |
10f2d63a VZ |
4211 | no_cache=0 |
4212 | # Check whether --enable-gauge or --disable-gauge was given. | |
4213 | if test "${enable_gauge+set}" = set; then | |
4214 | enableval="$enable_gauge" | |
4215 | ||
4216 | if test "$enableval" = yes; then | |
4217 | ac_cv_use_gauge='wxUSE_GAUGE=yes' | |
4218 | else | |
4219 | ac_cv_use_gauge='wxUSE_GAUGE=no' | |
4220 | fi | |
4221 | ||
4222 | else | |
4223 | ||
4224 | LINE=`grep "wxUSE_GAUGE" ${wx_arg_cache_file}` | |
4225 | if test "x$LINE" != x ; then | |
4226 | eval "DEFAULT_$LINE" | |
4227 | else | |
4228 | no_cache=1 | |
4229 | fi | |
4230 | ||
4231 | ac_cv_use_gauge='wxUSE_GAUGE='$DEFAULT_wxUSE_GAUGE | |
4232 | ||
4233 | fi | |
4234 | ||
4235 | ||
4236 | eval "$ac_cv_use_gauge" | |
4237 | if test "$no_cache" != 1; then | |
4238 | echo $ac_cv_use_gauge >> ${wx_arg_cache_file}.tmp | |
4239 | fi | |
4240 | ||
4241 | if test "$wxUSE_GAUGE" = yes; then | |
4242 | echo "$ac_t""yes" 1>&6 | |
4243 | else | |
4244 | echo "$ac_t""no" 1>&6 | |
4245 | fi | |
4246 | ||
4247 | ||
4248 | echo $ac_n "checking "for --enable-grid"""... $ac_c" 1>&6 | |
7c66a493 | 4249 | echo "configure:4250: checking "for --enable-grid"" >&5 |
10f2d63a VZ |
4250 | no_cache=0 |
4251 | # Check whether --enable-grid or --disable-grid was given. | |
4252 | if test "${enable_grid+set}" = set; then | |
4253 | enableval="$enable_grid" | |
4254 | ||
4255 | if test "$enableval" = yes; then | |
4256 | ac_cv_use_grid='wxUSE_GRID=yes' | |
4257 | else | |
4258 | ac_cv_use_grid='wxUSE_GRID=no' | |
4259 | fi | |
4260 | ||
4261 | else | |
4262 | ||
4263 | LINE=`grep "wxUSE_GRID" ${wx_arg_cache_file}` | |
4264 | if test "x$LINE" != x ; then | |
4265 | eval "DEFAULT_$LINE" | |
4266 | else | |
4267 | no_cache=1 | |
4268 | fi | |
4269 | ||
4270 | ac_cv_use_grid='wxUSE_GRID='$DEFAULT_wxUSE_GRID | |
4271 | ||
4272 | fi | |
4273 | ||
4274 | ||
4275 | eval "$ac_cv_use_grid" | |
4276 | if test "$no_cache" != 1; then | |
4277 | echo $ac_cv_use_grid >> ${wx_arg_cache_file}.tmp | |
4278 | fi | |
4279 | ||
4280 | if test "$wxUSE_GRID" = yes; then | |
4281 | echo "$ac_t""yes" 1>&6 | |
4282 | else | |
4283 | echo "$ac_t""no" 1>&6 | |
4284 | fi | |
4285 | ||
4286 | ||
4287 | echo $ac_n "checking "for --enable-newgrid"""... $ac_c" 1>&6 | |
7c66a493 | 4288 | echo "configure:4289: checking "for --enable-newgrid"" >&5 |
10f2d63a VZ |
4289 | no_cache=0 |
4290 | # Check whether --enable-newgrid or --disable-newgrid was given. | |
4291 | if test "${enable_newgrid+set}" = set; then | |
4292 | enableval="$enable_newgrid" | |
4293 | ||
4294 | if test "$enableval" = yes; then | |
4295 | ac_cv_use_newgrid='wxUSE_NEW_GRID=yes' | |
4296 | else | |
4297 | ac_cv_use_newgrid='wxUSE_NEW_GRID=no' | |
4298 | fi | |
4299 | ||
4300 | else | |
4301 | ||
4302 | LINE=`grep "wxUSE_NEW_GRID" ${wx_arg_cache_file}` | |
4303 | if test "x$LINE" != x ; then | |
4304 | eval "DEFAULT_$LINE" | |
4305 | else | |
4306 | no_cache=1 | |
4307 | fi | |
4308 | ||
4309 | ac_cv_use_newgrid='wxUSE_NEW_GRID='$DEFAULT_wxUSE_NEW_GRID | |
4310 | ||
4311 | fi | |
4312 | ||
4313 | ||
4314 | eval "$ac_cv_use_newgrid" | |
4315 | if test "$no_cache" != 1; then | |
4316 | echo $ac_cv_use_newgrid >> ${wx_arg_cache_file}.tmp | |
4317 | fi | |
4318 | ||
4319 | if test "$wxUSE_NEW_GRID" = yes; then | |
4320 | echo "$ac_t""yes" 1>&6 | |
4321 | else | |
4322 | echo "$ac_t""no" 1>&6 | |
4323 | fi | |
4324 | ||
4325 | ||
4326 | echo $ac_n "checking "for --enable-imaglist"""... $ac_c" 1>&6 | |
7c66a493 | 4327 | echo "configure:4328: checking "for --enable-imaglist"" >&5 |
10f2d63a VZ |
4328 | no_cache=0 |
4329 | # Check whether --enable-imaglist or --disable-imaglist was given. | |
4330 | if test "${enable_imaglist+set}" = set; then | |
4331 | enableval="$enable_imaglist" | |
4332 | ||
4333 | if test "$enableval" = yes; then | |
4334 | ac_cv_use_imaglist='wxUSE_IMAGLIST=yes' | |
4335 | else | |
4336 | ac_cv_use_imaglist='wxUSE_IMAGLIST=no' | |
4337 | fi | |
4338 | ||
4339 | else | |
4340 | ||
4341 | LINE=`grep "wxUSE_IMAGLIST" ${wx_arg_cache_file}` | |
4342 | if test "x$LINE" != x ; then | |
4343 | eval "DEFAULT_$LINE" | |
4344 | else | |
4345 | no_cache=1 | |
4346 | fi | |
4347 | ||
4348 | ac_cv_use_imaglist='wxUSE_IMAGLIST='$DEFAULT_wxUSE_IMAGLIST | |
4349 | ||
4350 | fi | |
4351 | ||
4352 | ||
4353 | eval "$ac_cv_use_imaglist" | |
4354 | if test "$no_cache" != 1; then | |
4355 | echo $ac_cv_use_imaglist >> ${wx_arg_cache_file}.tmp | |
4356 | fi | |
4357 | ||
4358 | if test "$wxUSE_IMAGLIST" = yes; then | |
4359 | echo "$ac_t""yes" 1>&6 | |
4360 | else | |
4361 | echo "$ac_t""no" 1>&6 | |
4362 | fi | |
4363 | ||
4364 | ||
4365 | echo $ac_n "checking "for --enable-listbox"""... $ac_c" 1>&6 | |
7c66a493 | 4366 | echo "configure:4367: checking "for --enable-listbox"" >&5 |
10f2d63a VZ |
4367 | no_cache=0 |
4368 | # Check whether --enable-listbox or --disable-listbox was given. | |
4369 | if test "${enable_listbox+set}" = set; then | |
4370 | enableval="$enable_listbox" | |
4371 | ||
4372 | if test "$enableval" = yes; then | |
4373 | ac_cv_use_listbox='wxUSE_LISTBOX=yes' | |
4374 | else | |
4375 | ac_cv_use_listbox='wxUSE_LISTBOX=no' | |
4376 | fi | |
4377 | ||
4378 | else | |
4379 | ||
4380 | LINE=`grep "wxUSE_LISTBOX" ${wx_arg_cache_file}` | |
4381 | if test "x$LINE" != x ; then | |
4382 | eval "DEFAULT_$LINE" | |
4383 | else | |
4384 | no_cache=1 | |
4385 | fi | |
4386 | ||
4387 | ac_cv_use_listbox='wxUSE_LISTBOX='$DEFAULT_wxUSE_LISTBOX | |
4388 | ||
4389 | fi | |
4390 | ||
4391 | ||
4392 | eval "$ac_cv_use_listbox" | |
4393 | if test "$no_cache" != 1; then | |
4394 | echo $ac_cv_use_listbox >> ${wx_arg_cache_file}.tmp | |
4395 | fi | |
4396 | ||
4397 | if test "$wxUSE_LISTBOX" = yes; then | |
4398 | echo "$ac_t""yes" 1>&6 | |
4399 | else | |
4400 | echo "$ac_t""no" 1>&6 | |
4401 | fi | |
4402 | ||
4403 | ||
4404 | echo $ac_n "checking "for --enable-listctrl"""... $ac_c" 1>&6 | |
7c66a493 | 4405 | echo "configure:4406: checking "for --enable-listctrl"" >&5 |
10f2d63a VZ |
4406 | no_cache=0 |
4407 | # Check whether --enable-listctrl or --disable-listctrl was given. | |
4408 | if test "${enable_listctrl+set}" = set; then | |
4409 | enableval="$enable_listctrl" | |
4410 | ||
4411 | if test "$enableval" = yes; then | |
4412 | ac_cv_use_listctrl='wxUSE_LISTCTRL=yes' | |
4413 | else | |
4414 | ac_cv_use_listctrl='wxUSE_LISTCTRL=no' | |
4415 | fi | |
4416 | ||
4417 | else | |
4418 | ||
4419 | LINE=`grep "wxUSE_LISTCTRL" ${wx_arg_cache_file}` | |
4420 | if test "x$LINE" != x ; then | |
4421 | eval "DEFAULT_$LINE" | |
4422 | else | |
4423 | no_cache=1 | |
4424 | fi | |
4425 | ||
4426 | ac_cv_use_listctrl='wxUSE_LISTCTRL='$DEFAULT_wxUSE_LISTCTRL | |
4427 | ||
4428 | fi | |
4429 | ||
4430 | ||
4431 | eval "$ac_cv_use_listctrl" | |
4432 | if test "$no_cache" != 1; then | |
4433 | echo $ac_cv_use_listctrl >> ${wx_arg_cache_file}.tmp | |
4434 | fi | |
4435 | ||
4436 | if test "$wxUSE_LISTCTRL" = yes; then | |
4437 | echo "$ac_t""yes" 1>&6 | |
4438 | else | |
4439 | echo "$ac_t""no" 1>&6 | |
4440 | fi | |
4441 | ||
4442 | ||
4443 | echo $ac_n "checking "for --enable-notebook"""... $ac_c" 1>&6 | |
7c66a493 | 4444 | echo "configure:4445: checking "for --enable-notebook"" >&5 |
10f2d63a VZ |
4445 | no_cache=0 |
4446 | # Check whether --enable-notebook or --disable-notebook was given. | |
4447 | if test "${enable_notebook+set}" = set; then | |
4448 | enableval="$enable_notebook" | |
4449 | ||
4450 | if test "$enableval" = yes; then | |
4451 | ac_cv_use_notebook='wxUSE_NOTEBOOK=yes' | |
4452 | else | |
4453 | ac_cv_use_notebook='wxUSE_NOTEBOOK=no' | |
4454 | fi | |
4455 | ||
4456 | else | |
4457 | ||
4458 | LINE=`grep "wxUSE_NOTEBOOK" ${wx_arg_cache_file}` | |
4459 | if test "x$LINE" != x ; then | |
4460 | eval "DEFAULT_$LINE" | |
4461 | else | |
4462 | no_cache=1 | |
4463 | fi | |
4464 | ||
4465 | ac_cv_use_notebook='wxUSE_NOTEBOOK='$DEFAULT_wxUSE_NOTEBOOK | |
4466 | ||
4467 | fi | |
4468 | ||
4469 | ||
4470 | eval "$ac_cv_use_notebook" | |
4471 | if test "$no_cache" != 1; then | |
4472 | echo $ac_cv_use_notebook >> ${wx_arg_cache_file}.tmp | |
4473 | fi | |
4474 | ||
4475 | if test "$wxUSE_NOTEBOOK" = yes; then | |
4476 | echo "$ac_t""yes" 1>&6 | |
4477 | else | |
4478 | echo "$ac_t""no" 1>&6 | |
4479 | fi | |
4480 | ||
4481 | ||
4482 | echo $ac_n "checking "for --enable-radiobox"""... $ac_c" 1>&6 | |
7c66a493 | 4483 | echo "configure:4484: checking "for --enable-radiobox"" >&5 |
10f2d63a VZ |
4484 | no_cache=0 |
4485 | # Check whether --enable-radiobox or --disable-radiobox was given. | |
4486 | if test "${enable_radiobox+set}" = set; then | |
4487 | enableval="$enable_radiobox" | |
4488 | ||
4489 | if test "$enableval" = yes; then | |
4490 | ac_cv_use_radiobox='wxUSE_RADIOBOX=yes' | |
4491 | else | |
4492 | ac_cv_use_radiobox='wxUSE_RADIOBOX=no' | |
4493 | fi | |
4494 | ||
4495 | else | |
4496 | ||
4497 | LINE=`grep "wxUSE_RADIOBOX" ${wx_arg_cache_file}` | |
4498 | if test "x$LINE" != x ; then | |
4499 | eval "DEFAULT_$LINE" | |
4500 | else | |
4501 | no_cache=1 | |
4502 | fi | |
4503 | ||
4504 | ac_cv_use_radiobox='wxUSE_RADIOBOX='$DEFAULT_wxUSE_RADIOBOX | |
4505 | ||
4506 | fi | |
4507 | ||
4508 | ||
4509 | eval "$ac_cv_use_radiobox" | |
4510 | if test "$no_cache" != 1; then | |
4511 | echo $ac_cv_use_radiobox >> ${wx_arg_cache_file}.tmp | |
4512 | fi | |
4513 | ||
4514 | if test "$wxUSE_RADIOBOX" = yes; then | |
4515 | echo "$ac_t""yes" 1>&6 | |
4516 | else | |
4517 | echo "$ac_t""no" 1>&6 | |
4518 | fi | |
4519 | ||
4520 | ||
4521 | echo $ac_n "checking "for --enable-radiobtn"""... $ac_c" 1>&6 | |
7c66a493 | 4522 | echo "configure:4523: checking "for --enable-radiobtn"" >&5 |
10f2d63a VZ |
4523 | no_cache=0 |
4524 | # Check whether --enable-radiobtn or --disable-radiobtn was given. | |
4525 | if test "${enable_radiobtn+set}" = set; then | |
4526 | enableval="$enable_radiobtn" | |
4527 | ||
4528 | if test "$enableval" = yes; then | |
4529 | ac_cv_use_radiobtn='wxUSE_RADIOBTN=yes' | |
4530 | else | |
4531 | ac_cv_use_radiobtn='wxUSE_RADIOBTN=no' | |
4532 | fi | |
4533 | ||
4534 | else | |
4535 | ||
4536 | LINE=`grep "wxUSE_RADIOBTN" ${wx_arg_cache_file}` | |
4537 | if test "x$LINE" != x ; then | |
4538 | eval "DEFAULT_$LINE" | |
4539 | else | |
4540 | no_cache=1 | |
4541 | fi | |
4542 | ||
4543 | ac_cv_use_radiobtn='wxUSE_RADIOBTN='$DEFAULT_wxUSE_RADIOBTN | |
4544 | ||
4545 | fi | |
4546 | ||
4547 | ||
4548 | eval "$ac_cv_use_radiobtn" | |
4549 | if test "$no_cache" != 1; then | |
4550 | echo $ac_cv_use_radiobtn >> ${wx_arg_cache_file}.tmp | |
4551 | fi | |
4552 | ||
4553 | if test "$wxUSE_RADIOBTN" = yes; then | |
4554 | echo "$ac_t""yes" 1>&6 | |
4555 | else | |
4556 | echo "$ac_t""no" 1>&6 | |
4557 | fi | |
4558 | ||
4559 | ||
4560 | echo $ac_n "checking "for --enable-sash"""... $ac_c" 1>&6 | |
7c66a493 | 4561 | echo "configure:4562: checking "for --enable-sash"" >&5 |
10f2d63a VZ |
4562 | no_cache=0 |
4563 | # Check whether --enable-sash or --disable-sash was given. | |
4564 | if test "${enable_sash+set}" = set; then | |
4565 | enableval="$enable_sash" | |
4566 | ||
4567 | if test "$enableval" = yes; then | |
4568 | ac_cv_use_sash='wxUSE_SASH=yes' | |
4569 | else | |
4570 | ac_cv_use_sash='wxUSE_SASH=no' | |
4571 | fi | |
4572 | ||
4573 | else | |
4574 | ||
4575 | LINE=`grep "wxUSE_SASH" ${wx_arg_cache_file}` | |
4576 | if test "x$LINE" != x ; then | |
4577 | eval "DEFAULT_$LINE" | |
4578 | else | |
4579 | no_cache=1 | |
4580 | fi | |
4581 | ||
4582 | ac_cv_use_sash='wxUSE_SASH='$DEFAULT_wxUSE_SASH | |
4583 | ||
4584 | fi | |
4585 | ||
4586 | ||
4587 | eval "$ac_cv_use_sash" | |
4588 | if test "$no_cache" != 1; then | |
4589 | echo $ac_cv_use_sash >> ${wx_arg_cache_file}.tmp | |
4590 | fi | |
4591 | ||
4592 | if test "$wxUSE_SASH" = yes; then | |
4593 | echo "$ac_t""yes" 1>&6 | |
4594 | else | |
4595 | echo "$ac_t""no" 1>&6 | |
4596 | fi | |
4597 | ||
4598 | ||
4599 | echo $ac_n "checking "for --enable-scrollbar"""... $ac_c" 1>&6 | |
7c66a493 | 4600 | echo "configure:4601: checking "for --enable-scrollbar"" >&5 |
10f2d63a VZ |
4601 | no_cache=0 |
4602 | # Check whether --enable-scrollbar or --disable-scrollbar was given. | |
4603 | if test "${enable_scrollbar+set}" = set; then | |
4604 | enableval="$enable_scrollbar" | |
4605 | ||
4606 | if test "$enableval" = yes; then | |
4607 | ac_cv_use_scrollbar='wxUSE_SCROLLBAR=yes' | |
4608 | else | |
4609 | ac_cv_use_scrollbar='wxUSE_SCROLLBAR=no' | |
4610 | fi | |
4611 | ||
4612 | else | |
4613 | ||
4614 | LINE=`grep "wxUSE_SCROLLBAR" ${wx_arg_cache_file}` | |
4615 | if test "x$LINE" != x ; then | |
4616 | eval "DEFAULT_$LINE" | |
4617 | else | |
4618 | no_cache=1 | |
4619 | fi | |
4620 | ||
4621 | ac_cv_use_scrollbar='wxUSE_SCROLLBAR='$DEFAULT_wxUSE_SCROLLBAR | |
4622 | ||
4623 | fi | |
4624 | ||
4625 | ||
4626 | eval "$ac_cv_use_scrollbar" | |
4627 | if test "$no_cache" != 1; then | |
4628 | echo $ac_cv_use_scrollbar >> ${wx_arg_cache_file}.tmp | |
4629 | fi | |
4630 | ||
4631 | if test "$wxUSE_SCROLLBAR" = yes; then | |
4632 | echo "$ac_t""yes" 1>&6 | |
4633 | else | |
4634 | echo "$ac_t""no" 1>&6 | |
4635 | fi | |
4636 | ||
4637 | ||
4638 | echo $ac_n "checking "for --enable-slider"""... $ac_c" 1>&6 | |
7c66a493 | 4639 | echo "configure:4640: checking "for --enable-slider"" >&5 |
10f2d63a VZ |
4640 | no_cache=0 |
4641 | # Check whether --enable-slider or --disable-slider was given. | |
4642 | if test "${enable_slider+set}" = set; then | |
4643 | enableval="$enable_slider" | |
4644 | ||
4645 | if test "$enableval" = yes; then | |
4646 | ac_cv_use_slider='wxUSE_SLIDER=yes' | |
4647 | else | |
4648 | ac_cv_use_slider='wxUSE_SLIDER=no' | |
4649 | fi | |
4650 | ||
4651 | else | |
4652 | ||
4653 | LINE=`grep "wxUSE_SLIDER" ${wx_arg_cache_file}` | |
4654 | if test "x$LINE" != x ; then | |
4655 | eval "DEFAULT_$LINE" | |
4656 | else | |
4657 | no_cache=1 | |
4658 | fi | |
4659 | ||
4660 | ac_cv_use_slider='wxUSE_SLIDER='$DEFAULT_wxUSE_SLIDER | |
4661 | ||
4662 | fi | |
4663 | ||
4664 | ||
4665 | eval "$ac_cv_use_slider" | |
4666 | if test "$no_cache" != 1; then | |
4667 | echo $ac_cv_use_slider >> ${wx_arg_cache_file}.tmp | |
4668 | fi | |
4669 | ||
4670 | if test "$wxUSE_SLIDER" = yes; then | |
4671 | echo "$ac_t""yes" 1>&6 | |
4672 | else | |
4673 | echo "$ac_t""no" 1>&6 | |
4674 | fi | |
4675 | ||
4676 | ||
4677 | echo $ac_n "checking "for --enable-spinbtn"""... $ac_c" 1>&6 | |
7c66a493 | 4678 | echo "configure:4679: checking "for --enable-spinbtn"" >&5 |
10f2d63a VZ |
4679 | no_cache=0 |
4680 | # Check whether --enable-spinbtn or --disable-spinbtn was given. | |
4681 | if test "${enable_spinbtn+set}" = set; then | |
4682 | enableval="$enable_spinbtn" | |
4683 | ||
4684 | if test "$enableval" = yes; then | |
4685 | ac_cv_use_spinbtn='wxUSE_SPINBTN=yes' | |
4686 | else | |
4687 | ac_cv_use_spinbtn='wxUSE_SPINBTN=no' | |
4688 | fi | |
4689 | ||
4690 | else | |
4691 | ||
4692 | LINE=`grep "wxUSE_SPINBTN" ${wx_arg_cache_file}` | |
4693 | if test "x$LINE" != x ; then | |
4694 | eval "DEFAULT_$LINE" | |
4695 | else | |
4696 | no_cache=1 | |
4697 | fi | |
4698 | ||
4699 | ac_cv_use_spinbtn='wxUSE_SPINBTN='$DEFAULT_wxUSE_SPINBTN | |
4700 | ||
4701 | fi | |
4702 | ||
4703 | ||
4704 | eval "$ac_cv_use_spinbtn" | |
4705 | if test "$no_cache" != 1; then | |
4706 | echo $ac_cv_use_spinbtn >> ${wx_arg_cache_file}.tmp | |
4707 | fi | |
4708 | ||
4709 | if test "$wxUSE_SPINBTN" = yes; then | |
4710 | echo "$ac_t""yes" 1>&6 | |
4711 | else | |
4712 | echo "$ac_t""no" 1>&6 | |
4713 | fi | |
4714 | ||
4715 | ||
56cfaa52 | 4716 | echo $ac_n "checking "for --enable-spinctrl"""... $ac_c" 1>&6 |
7c66a493 | 4717 | echo "configure:4718: checking "for --enable-spinctrl"" >&5 |
56cfaa52 RR |
4718 | no_cache=0 |
4719 | # Check whether --enable-spinctrl or --disable-spinctrl was given. | |
4720 | if test "${enable_spinctrl+set}" = set; then | |
4721 | enableval="$enable_spinctrl" | |
4722 | ||
4723 | if test "$enableval" = yes; then | |
4724 | ac_cv_use_spinctrl='wxUSE_SPINCTRL=yes' | |
4725 | else | |
4726 | ac_cv_use_spinctrl='wxUSE_SPINCTRL=no' | |
4727 | fi | |
4728 | ||
4729 | else | |
4730 | ||
4731 | LINE=`grep "wxUSE_SPINCTRL" ${wx_arg_cache_file}` | |
4732 | if test "x$LINE" != x ; then | |
4733 | eval "DEFAULT_$LINE" | |
4734 | else | |
4735 | no_cache=1 | |
4736 | fi | |
4737 | ||
4738 | ac_cv_use_spinctrl='wxUSE_SPINCTRL='$DEFAULT_wxUSE_SPINCTRL | |
4739 | ||
4740 | fi | |
4741 | ||
4742 | ||
4743 | eval "$ac_cv_use_spinctrl" | |
4744 | if test "$no_cache" != 1; then | |
4745 | echo $ac_cv_use_spinctrl >> ${wx_arg_cache_file}.tmp | |
4746 | fi | |
4747 | ||
4748 | if test "$wxUSE_SPINCTRL" = yes; then | |
4749 | echo "$ac_t""yes" 1>&6 | |
4750 | else | |
4751 | echo "$ac_t""no" 1>&6 | |
4752 | fi | |
4753 | ||
4754 | ||
10f2d63a | 4755 | echo $ac_n "checking "for --enable-splitter"""... $ac_c" 1>&6 |
7c66a493 | 4756 | echo "configure:4757: checking "for --enable-splitter"" >&5 |
10f2d63a VZ |
4757 | no_cache=0 |
4758 | # Check whether --enable-splitter or --disable-splitter was given. | |
4759 | if test "${enable_splitter+set}" = set; then | |
4760 | enableval="$enable_splitter" | |
4761 | ||
4762 | if test "$enableval" = yes; then | |
4763 | ac_cv_use_splitter='wxUSE_SPLITTER=yes' | |
4764 | else | |
4765 | ac_cv_use_splitter='wxUSE_SPLITTER=no' | |
4766 | fi | |
4767 | ||
4768 | else | |
4769 | ||
4770 | LINE=`grep "wxUSE_SPLITTER" ${wx_arg_cache_file}` | |
4771 | if test "x$LINE" != x ; then | |
4772 | eval "DEFAULT_$LINE" | |
4773 | else | |
4774 | no_cache=1 | |
4775 | fi | |
4776 | ||
4777 | ac_cv_use_splitter='wxUSE_SPLITTER='$DEFAULT_wxUSE_SPLITTER | |
4778 | ||
4779 | fi | |
4780 | ||
4781 | ||
4782 | eval "$ac_cv_use_splitter" | |
4783 | if test "$no_cache" != 1; then | |
4784 | echo $ac_cv_use_splitter >> ${wx_arg_cache_file}.tmp | |
4785 | fi | |
4786 | ||
4787 | if test "$wxUSE_SPLITTER" = yes; then | |
4788 | echo "$ac_t""yes" 1>&6 | |
4789 | else | |
4790 | echo "$ac_t""no" 1>&6 | |
4791 | fi | |
4792 | ||
4793 | ||
4794 | echo $ac_n "checking "for --enable-statbmp"""... $ac_c" 1>&6 | |
7c66a493 | 4795 | echo "configure:4796: checking "for --enable-statbmp"" >&5 |
10f2d63a VZ |
4796 | no_cache=0 |
4797 | # Check whether --enable-statbmp or --disable-statbmp was given. | |
4798 | if test "${enable_statbmp+set}" = set; then | |
4799 | enableval="$enable_statbmp" | |
4800 | ||
4801 | if test "$enableval" = yes; then | |
4802 | ac_cv_use_statbmp='wxUSE_STATBMP=yes' | |
4803 | else | |
4804 | ac_cv_use_statbmp='wxUSE_STATBMP=no' | |
4805 | fi | |
4806 | ||
4807 | else | |
4808 | ||
4809 | LINE=`grep "wxUSE_STATBMP" ${wx_arg_cache_file}` | |
4810 | if test "x$LINE" != x ; then | |
4811 | eval "DEFAULT_$LINE" | |
4812 | else | |
4813 | no_cache=1 | |
4814 | fi | |
4815 | ||
4816 | ac_cv_use_statbmp='wxUSE_STATBMP='$DEFAULT_wxUSE_STATBMP | |
4817 | ||
4818 | fi | |
4819 | ||
4820 | ||
4821 | eval "$ac_cv_use_statbmp" | |
4822 | if test "$no_cache" != 1; then | |
4823 | echo $ac_cv_use_statbmp >> ${wx_arg_cache_file}.tmp | |
4824 | fi | |
4825 | ||
4826 | if test "$wxUSE_STATBMP" = yes; then | |
4827 | echo "$ac_t""yes" 1>&6 | |
4828 | else | |
4829 | echo "$ac_t""no" 1>&6 | |
4830 | fi | |
4831 | ||
4832 | ||
4833 | echo $ac_n "checking "for --enable-statbox"""... $ac_c" 1>&6 | |
7c66a493 | 4834 | echo "configure:4835: checking "for --enable-statbox"" >&5 |
10f2d63a VZ |
4835 | no_cache=0 |
4836 | # Check whether --enable-statbox or --disable-statbox was given. | |
4837 | if test "${enable_statbox+set}" = set; then | |
4838 | enableval="$enable_statbox" | |
4839 | ||
4840 | if test "$enableval" = yes; then | |
4841 | ac_cv_use_statbox='wxUSE_STATBOX=yes' | |
4842 | else | |
4843 | ac_cv_use_statbox='wxUSE_STATBOX=no' | |
4844 | fi | |
4845 | ||
4846 | else | |
4847 | ||
4848 | LINE=`grep "wxUSE_STATBOX" ${wx_arg_cache_file}` | |
4849 | if test "x$LINE" != x ; then | |
4850 | eval "DEFAULT_$LINE" | |
4851 | else | |
4852 | no_cache=1 | |
4853 | fi | |
4854 | ||
4855 | ac_cv_use_statbox='wxUSE_STATBOX='$DEFAULT_wxUSE_STATBOX | |
4856 | ||
4857 | fi | |
4858 | ||
4859 | ||
4860 | eval "$ac_cv_use_statbox" | |
4861 | if test "$no_cache" != 1; then | |
4862 | echo $ac_cv_use_statbox >> ${wx_arg_cache_file}.tmp | |
4863 | fi | |
4864 | ||
4865 | if test "$wxUSE_STATBOX" = yes; then | |
4866 | echo "$ac_t""yes" 1>&6 | |
4867 | else | |
4868 | echo "$ac_t""no" 1>&6 | |
4869 | fi | |
4870 | ||
4871 | ||
4872 | echo $ac_n "checking "for --enable-statline"""... $ac_c" 1>&6 | |
7c66a493 | 4873 | echo "configure:4874: checking "for --enable-statline"" >&5 |
10f2d63a VZ |
4874 | no_cache=0 |
4875 | # Check whether --enable-statline or --disable-statline was given. | |
4876 | if test "${enable_statline+set}" = set; then | |
4877 | enableval="$enable_statline" | |
4878 | ||
4879 | if test "$enableval" = yes; then | |
4880 | ac_cv_use_statline='wxUSE_STATLINE=yes' | |
4881 | else | |
4882 | ac_cv_use_statline='wxUSE_STATLINE=no' | |
4883 | fi | |
4884 | ||
4885 | else | |
4886 | ||
4887 | LINE=`grep "wxUSE_STATLINE" ${wx_arg_cache_file}` | |
4888 | if test "x$LINE" != x ; then | |
4889 | eval "DEFAULT_$LINE" | |
4890 | else | |
4891 | no_cache=1 | |
4892 | fi | |
4893 | ||
4894 | ac_cv_use_statline='wxUSE_STATLINE='$DEFAULT_wxUSE_STATLINE | |
4895 | ||
4896 | fi | |
4897 | ||
4898 | ||
4899 | eval "$ac_cv_use_statline" | |
4900 | if test "$no_cache" != 1; then | |
4901 | echo $ac_cv_use_statline >> ${wx_arg_cache_file}.tmp | |
4902 | fi | |
4903 | ||
4904 | if test "$wxUSE_STATLINE" = yes; then | |
4905 | echo "$ac_t""yes" 1>&6 | |
4906 | else | |
4907 | echo "$ac_t""no" 1>&6 | |
4908 | fi | |
4909 | ||
4910 | ||
4911 | echo $ac_n "checking "for --enable-statusbar"""... $ac_c" 1>&6 | |
7c66a493 | 4912 | echo "configure:4913: checking "for --enable-statusbar"" >&5 |
10f2d63a VZ |
4913 | no_cache=0 |
4914 | # Check whether --enable-statusbar or --disable-statusbar was given. | |
4915 | if test "${enable_statusbar+set}" = set; then | |
4916 | enableval="$enable_statusbar" | |
4917 | ||
4918 | if test "$enableval" = yes; then | |
4919 | ac_cv_use_statusbar='wxUSE_STATUSBAR=yes' | |
4920 | else | |
4921 | ac_cv_use_statusbar='wxUSE_STATUSBAR=no' | |
4922 | fi | |
4923 | ||
4924 | else | |
4925 | ||
4926 | LINE=`grep "wxUSE_STATUSBAR" ${wx_arg_cache_file}` | |
4927 | if test "x$LINE" != x ; then | |
4928 | eval "DEFAULT_$LINE" | |
4929 | else | |
4930 | no_cache=1 | |
4931 | fi | |
4932 | ||
4933 | ac_cv_use_statusbar='wxUSE_STATUSBAR='$DEFAULT_wxUSE_STATUSBAR | |
4934 | ||
4935 | fi | |
4936 | ||
4937 | ||
4938 | eval "$ac_cv_use_statusbar" | |
4939 | if test "$no_cache" != 1; then | |
4940 | echo $ac_cv_use_statusbar >> ${wx_arg_cache_file}.tmp | |
4941 | fi | |
4942 | ||
4943 | if test "$wxUSE_STATUSBAR" = yes; then | |
4944 | echo "$ac_t""yes" 1>&6 | |
4945 | else | |
4946 | echo "$ac_t""no" 1>&6 | |
4947 | fi | |
4948 | ||
4949 | ||
4950 | echo $ac_n "checking "for --enable-tabdialog"""... $ac_c" 1>&6 | |
7c66a493 | 4951 | echo "configure:4952: checking "for --enable-tabdialog"" >&5 |
10f2d63a VZ |
4952 | no_cache=0 |
4953 | # Check whether --enable-tabdialog or --disable-tabdialog was given. | |
4954 | if test "${enable_tabdialog+set}" = set; then | |
4955 | enableval="$enable_tabdialog" | |
4956 | ||
4957 | if test "$enableval" = yes; then | |
4958 | ac_cv_use_tabdialog='wxUSE_TABDIALOG=yes' | |
4959 | else | |
4960 | ac_cv_use_tabdialog='wxUSE_TABDIALOG=no' | |
4961 | fi | |
4962 | ||
4963 | else | |
4964 | ||
4965 | LINE=`grep "wxUSE_TABDIALOG" ${wx_arg_cache_file}` | |
4966 | if test "x$LINE" != x ; then | |
4967 | eval "DEFAULT_$LINE" | |
4968 | else | |
4969 | no_cache=1 | |
4970 | fi | |
4971 | ||
4972 | ac_cv_use_tabdialog='wxUSE_TABDIALOG='$DEFAULT_wxUSE_TABDIALOG | |
4973 | ||
4974 | fi | |
4975 | ||
4976 | ||
4977 | eval "$ac_cv_use_tabdialog" | |
4978 | if test "$no_cache" != 1; then | |
4979 | echo $ac_cv_use_tabdialog >> ${wx_arg_cache_file}.tmp | |
4980 | fi | |
4981 | ||
4982 | if test "$wxUSE_TABDIALOG" = yes; then | |
4983 | echo "$ac_t""yes" 1>&6 | |
4984 | else | |
4985 | echo "$ac_t""no" 1>&6 | |
4986 | fi | |
4987 | ||
4988 | ||
4989 | echo $ac_n "checking "for --enable-toolbar"""... $ac_c" 1>&6 | |
7c66a493 | 4990 | echo "configure:4991: checking "for --enable-toolbar"" >&5 |
10f2d63a VZ |
4991 | no_cache=0 |
4992 | # Check whether --enable-toolbar or --disable-toolbar was given. | |
4993 | if test "${enable_toolbar+set}" = set; then | |
4994 | enableval="$enable_toolbar" | |
4995 | ||
4996 | if test "$enableval" = yes; then | |
4997 | ac_cv_use_toolbar='wxUSE_TOOLBAR=yes' | |
4998 | else | |
4999 | ac_cv_use_toolbar='wxUSE_TOOLBAR=no' | |
5000 | fi | |
5001 | ||
5002 | else | |
5003 | ||
5004 | LINE=`grep "wxUSE_TOOLBAR" ${wx_arg_cache_file}` | |
5005 | if test "x$LINE" != x ; then | |
5006 | eval "DEFAULT_$LINE" | |
5007 | else | |
5008 | no_cache=1 | |
5009 | fi | |
5010 | ||
5011 | ac_cv_use_toolbar='wxUSE_TOOLBAR='$DEFAULT_wxUSE_TOOLBAR | |
5012 | ||
5013 | fi | |
5014 | ||
5015 | ||
5016 | eval "$ac_cv_use_toolbar" | |
5017 | if test "$no_cache" != 1; then | |
5018 | echo $ac_cv_use_toolbar >> ${wx_arg_cache_file}.tmp | |
5019 | fi | |
5020 | ||
5021 | if test "$wxUSE_TOOLBAR" = yes; then | |
5022 | echo "$ac_t""yes" 1>&6 | |
5023 | else | |
5024 | echo "$ac_t""no" 1>&6 | |
5025 | fi | |
5026 | ||
5027 | ||
360d6699 | 5028 | echo $ac_n "checking "for --enable-tbarnative"""... $ac_c" 1>&6 |
7c66a493 | 5029 | echo "configure:5030: checking "for --enable-tbarnative"" >&5 |
360d6699 VZ |
5030 | no_cache=0 |
5031 | # Check whether --enable-tbarnative or --disable-tbarnative was given. | |
5032 | if test "${enable_tbarnative+set}" = set; then | |
5033 | enableval="$enable_tbarnative" | |
5034 | ||
5035 | if test "$enableval" = yes; then | |
5036 | ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=yes' | |
5037 | else | |
5038 | ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=no' | |
5039 | fi | |
5040 | ||
5041 | else | |
5042 | ||
5043 | LINE=`grep "wxUSE_TOOLBAR_NATIVE" ${wx_arg_cache_file}` | |
5044 | if test "x$LINE" != x ; then | |
5045 | eval "DEFAULT_$LINE" | |
5046 | else | |
5047 | no_cache=1 | |
5048 | fi | |
5049 | ||
5050 | ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE='$DEFAULT_wxUSE_TOOLBAR_NATIVE | |
5051 | ||
5052 | fi | |
5053 | ||
5054 | ||
5055 | eval "$ac_cv_use_tbarnative" | |
5056 | if test "$no_cache" != 1; then | |
5057 | echo $ac_cv_use_tbarnative >> ${wx_arg_cache_file}.tmp | |
5058 | fi | |
5059 | ||
5060 | if test "$wxUSE_TOOLBAR_NATIVE" = yes; then | |
5061 | echo "$ac_t""yes" 1>&6 | |
5062 | else | |
5063 | echo "$ac_t""no" 1>&6 | |
5064 | fi | |
5065 | ||
5066 | ||
5067 | echo $ac_n "checking "for --enable-tbarsmpl"""... $ac_c" 1>&6 | |
7c66a493 | 5068 | echo "configure:5069: checking "for --enable-tbarsmpl"" >&5 |
360d6699 VZ |
5069 | no_cache=0 |
5070 | # Check whether --enable-tbarsmpl or --disable-tbarsmpl was given. | |
5071 | if test "${enable_tbarsmpl+set}" = set; then | |
5072 | enableval="$enable_tbarsmpl" | |
5073 | ||
5074 | if test "$enableval" = yes; then | |
5075 | ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=yes' | |
5076 | else | |
5077 | ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=no' | |
5078 | fi | |
5079 | ||
5080 | else | |
5081 | ||
5082 | LINE=`grep "wxUSE_TOOLBAR_SIMPLE" ${wx_arg_cache_file}` | |
5083 | if test "x$LINE" != x ; then | |
5084 | eval "DEFAULT_$LINE" | |
5085 | else | |
5086 | no_cache=1 | |
5087 | fi | |
5088 | ||
5089 | ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE='$DEFAULT_wxUSE_TOOLBAR_SIMPLE | |
5090 | ||
5091 | fi | |
5092 | ||
5093 | ||
5094 | eval "$ac_cv_use_tbarsmpl" | |
5095 | if test "$no_cache" != 1; then | |
5096 | echo $ac_cv_use_tbarsmpl >> ${wx_arg_cache_file}.tmp | |
5097 | fi | |
5098 | ||
5099 | if test "$wxUSE_TOOLBAR_SIMPLE" = yes; then | |
5100 | echo "$ac_t""yes" 1>&6 | |
5101 | else | |
5102 | echo "$ac_t""no" 1>&6 | |
5103 | fi | |
5104 | ||
5105 | ||
10f2d63a | 5106 | echo $ac_n "checking "for --enable-treectrl"""... $ac_c" 1>&6 |
7c66a493 | 5107 | echo "configure:5108: checking "for --enable-treectrl"" >&5 |
10f2d63a VZ |
5108 | no_cache=0 |
5109 | # Check whether --enable-treectrl or --disable-treectrl was given. | |
5110 | if test "${enable_treectrl+set}" = set; then | |
5111 | enableval="$enable_treectrl" | |
5112 | ||
5113 | if test "$enableval" = yes; then | |
5114 | ac_cv_use_treectrl='wxUSE_TREECTRL=yes' | |
5115 | else | |
5116 | ac_cv_use_treectrl='wxUSE_TREECTRL=no' | |
5117 | fi | |
5118 | ||
5119 | else | |
5120 | ||
5121 | LINE=`grep "wxUSE_TREECTRL" ${wx_arg_cache_file}` | |
5122 | if test "x$LINE" != x ; then | |
5123 | eval "DEFAULT_$LINE" | |
5124 | else | |
5125 | no_cache=1 | |
5126 | fi | |
5127 | ||
5128 | ac_cv_use_treectrl='wxUSE_TREECTRL='$DEFAULT_wxUSE_TREECTRL | |
5129 | ||
5130 | fi | |
5131 | ||
5132 | ||
5133 | eval "$ac_cv_use_treectrl" | |
5134 | if test "$no_cache" != 1; then | |
5135 | echo $ac_cv_use_treectrl >> ${wx_arg_cache_file}.tmp | |
5136 | fi | |
5137 | ||
5138 | if test "$wxUSE_TREECTRL" = yes; then | |
5139 | echo "$ac_t""yes" 1>&6 | |
5140 | else | |
5141 | echo "$ac_t""no" 1>&6 | |
5142 | fi | |
5143 | ||
5144 | ||
5145 | ||
5146 | ||
5147 | echo $ac_n "checking "for --enable-commondlg"""... $ac_c" 1>&6 | |
7c66a493 | 5148 | echo "configure:5149: checking "for --enable-commondlg"" >&5 |
10f2d63a VZ |
5149 | no_cache=0 |
5150 | # Check whether --enable-commondlg or --disable-commondlg was given. | |
5151 | if test "${enable_commondlg+set}" = set; then | |
5152 | enableval="$enable_commondlg" | |
5153 | ||
5154 | if test "$enableval" = yes; then | |
5155 | ac_cv_use_commondlg='wxUSE_COMMONDLGS=yes' | |
5156 | else | |
5157 | ac_cv_use_commondlg='wxUSE_COMMONDLGS=no' | |
5158 | fi | |
5159 | ||
5160 | else | |
5161 | ||
5162 | LINE=`grep "wxUSE_COMMONDLGS" ${wx_arg_cache_file}` | |
5163 | if test "x$LINE" != x ; then | |
5164 | eval "DEFAULT_$LINE" | |
5165 | else | |
5166 | no_cache=1 | |
5167 | fi | |
5168 | ||
5169 | ac_cv_use_commondlg='wxUSE_COMMONDLGS='$DEFAULT_wxUSE_COMMONDLGS | |
5170 | ||
5171 | fi | |
5172 | ||
5173 | ||
5174 | eval "$ac_cv_use_commondlg" | |
5175 | if test "$no_cache" != 1; then | |
5176 | echo $ac_cv_use_commondlg >> ${wx_arg_cache_file}.tmp | |
5177 | fi | |
5178 | ||
5179 | if test "$wxUSE_COMMONDLGS" = yes; then | |
5180 | echo "$ac_t""yes" 1>&6 | |
5181 | else | |
5182 | echo "$ac_t""no" 1>&6 | |
5183 | fi | |
5184 | ||
5185 | ||
5186 | echo $ac_n "checking "for --enable-dirdlg"""... $ac_c" 1>&6 | |
7c66a493 | 5187 | echo "configure:5188: checking "for --enable-dirdlg"" >&5 |
10f2d63a VZ |
5188 | no_cache=0 |
5189 | # Check whether --enable-dirdlg or --disable-dirdlg was given. | |
5190 | if test "${enable_dirdlg+set}" = set; then | |
5191 | enableval="$enable_dirdlg" | |
5192 | ||
5193 | if test "$enableval" = yes; then | |
5194 | ac_cv_use_dirdlg='wxUSE_DIRDLG=yes' | |
5195 | else | |
5196 | ac_cv_use_dirdlg='wxUSE_DIRDLG=no' | |
5197 | fi | |
5198 | ||
5199 | else | |
5200 | ||
5201 | LINE=`grep "wxUSE_DIRDLG" ${wx_arg_cache_file}` | |
5202 | if test "x$LINE" != x ; then | |
5203 | eval "DEFAULT_$LINE" | |
5204 | else | |
5205 | no_cache=1 | |
5206 | fi | |
5207 | ||
5208 | ac_cv_use_dirdlg='wxUSE_DIRDLG='$DEFAULT_wxUSE_DIRDLG | |
5209 | ||
5210 | fi | |
5211 | ||
5212 | ||
5213 | eval "$ac_cv_use_dirdlg" | |
5214 | if test "$no_cache" != 1; then | |
5215 | echo $ac_cv_use_dirdlg >> ${wx_arg_cache_file}.tmp | |
5216 | fi | |
5217 | ||
5218 | if test "$wxUSE_DIRDLG" = yes; then | |
5219 | echo "$ac_t""yes" 1>&6 | |
5220 | else | |
5221 | echo "$ac_t""no" 1>&6 | |
5222 | fi | |
5223 | ||
5224 | ||
5225 | echo $ac_n "checking "for --enable-textdlg"""... $ac_c" 1>&6 | |
7c66a493 | 5226 | echo "configure:5227: checking "for --enable-textdlg"" >&5 |
10f2d63a VZ |
5227 | no_cache=0 |
5228 | # Check whether --enable-textdlg or --disable-textdlg was given. | |
5229 | if test "${enable_textdlg+set}" = set; then | |
5230 | enableval="$enable_textdlg" | |
5231 | ||
5232 | if test "$enableval" = yes; then | |
5233 | ac_cv_use_textdlg='wxUSE_TEXTDLG=yes' | |
5234 | else | |
5235 | ac_cv_use_textdlg='wxUSE_TEXTDLG=no' | |
5236 | fi | |
5237 | ||
5238 | else | |
5239 | ||
5240 | LINE=`grep "wxUSE_TEXTDLG" ${wx_arg_cache_file}` | |
5241 | if test "x$LINE" != x ; then | |
5242 | eval "DEFAULT_$LINE" | |
5243 | else | |
5244 | no_cache=1 | |
5245 | fi | |
5246 | ||
5247 | ac_cv_use_textdlg='wxUSE_TEXTDLG='$DEFAULT_wxUSE_TEXTDLG | |
5248 | ||
5249 | fi | |
5250 | ||
5251 | ||
5252 | eval "$ac_cv_use_textdlg" | |
5253 | if test "$no_cache" != 1; then | |
5254 | echo $ac_cv_use_textdlg >> ${wx_arg_cache_file}.tmp | |
5255 | fi | |
5256 | ||
5257 | if test "$wxUSE_TEXTDLG" = yes; then | |
5258 | echo "$ac_t""yes" 1>&6 | |
5259 | else | |
5260 | echo "$ac_t""no" 1>&6 | |
5261 | fi | |
5262 | ||
5263 | ||
5264 | echo $ac_n "checking "for --enable-tipdlg"""... $ac_c" 1>&6 | |
7c66a493 | 5265 | echo "configure:5266: checking "for --enable-tipdlg"" >&5 |
10f2d63a VZ |
5266 | no_cache=0 |
5267 | # Check whether --enable-tipdlg or --disable-tipdlg was given. | |
5268 | if test "${enable_tipdlg+set}" = set; then | |
5269 | enableval="$enable_tipdlg" | |
5270 | ||
5271 | if test "$enableval" = yes; then | |
5272 | ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=yes' | |
5273 | else | |
5274 | ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=no' | |
5275 | fi | |
5276 | ||
5277 | else | |
5278 | ||
5279 | LINE=`grep "wxUSE_STARTUP_TIPS" ${wx_arg_cache_file}` | |
5280 | if test "x$LINE" != x ; then | |
5281 | eval "DEFAULT_$LINE" | |
5282 | else | |
5283 | no_cache=1 | |
5284 | fi | |
5285 | ||
5286 | ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS='$DEFAULT_wxUSE_STARTUP_TIPS | |
5287 | ||
5288 | fi | |
5289 | ||
5290 | ||
5291 | eval "$ac_cv_use_tipdlg" | |
5292 | if test "$no_cache" != 1; then | |
5293 | echo $ac_cv_use_tipdlg >> ${wx_arg_cache_file}.tmp | |
5294 | fi | |
5295 | ||
5296 | if test "$wxUSE_STARTUP_TIPS" = yes; then | |
5297 | echo "$ac_t""yes" 1>&6 | |
5298 | else | |
5299 | echo "$ac_t""no" 1>&6 | |
5300 | fi | |
5301 | ||
5302 | ||
5303 | echo $ac_n "checking "for --enable-progressdlg"""... $ac_c" 1>&6 | |
7c66a493 | 5304 | echo "configure:5305: checking "for --enable-progressdlg"" >&5 |
10f2d63a VZ |
5305 | no_cache=0 |
5306 | # Check whether --enable-progressdlg or --disable-progressdlg was given. | |
5307 | if test "${enable_progressdlg+set}" = set; then | |
5308 | enableval="$enable_progressdlg" | |
5309 | ||
5310 | if test "$enableval" = yes; then | |
5311 | ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=yes' | |
5312 | else | |
5313 | ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=no' | |
5314 | fi | |
5315 | ||
5316 | else | |
5317 | ||
5318 | LINE=`grep "wxUSE_PROGRESSDLG" ${wx_arg_cache_file}` | |
5319 | if test "x$LINE" != x ; then | |
5320 | eval "DEFAULT_$LINE" | |
5321 | else | |
5322 | no_cache=1 | |
5323 | fi | |
5324 | ||
5325 | ac_cv_use_progressdlg='wxUSE_PROGRESSDLG='$DEFAULT_wxUSE_PROGRESSDLG | |
5326 | ||
5327 | fi | |
5328 | ||
5329 | ||
5330 | eval "$ac_cv_use_progressdlg" | |
5331 | if test "$no_cache" != 1; then | |
5332 | echo $ac_cv_use_progressdlg >> ${wx_arg_cache_file}.tmp | |
5333 | fi | |
5334 | ||
5335 | if test "$wxUSE_PROGRESSDLG" = yes; then | |
5336 | echo "$ac_t""yes" 1>&6 | |
5337 | else | |
5338 | echo "$ac_t""no" 1>&6 | |
5339 | fi | |
5340 | ||
5341 | ||
5342 | echo $ac_n "checking "for --enable-miniframe"""... $ac_c" 1>&6 | |
7c66a493 | 5343 | echo "configure:5344: checking "for --enable-miniframe"" >&5 |
10f2d63a VZ |
5344 | no_cache=0 |
5345 | # Check whether --enable-miniframe or --disable-miniframe was given. | |
5346 | if test "${enable_miniframe+set}" = set; then | |
5347 | enableval="$enable_miniframe" | |
5348 | ||
5349 | if test "$enableval" = yes; then | |
5350 | ac_cv_use_miniframe='wxUSE_MINIFRAME=yes' | |
5351 | else | |
5352 | ac_cv_use_miniframe='wxUSE_MINIFRAME=no' | |
5353 | fi | |
5354 | ||
5355 | else | |
5356 | ||
5357 | LINE=`grep "wxUSE_MINIFRAME" ${wx_arg_cache_file}` | |
5358 | if test "x$LINE" != x ; then | |
5359 | eval "DEFAULT_$LINE" | |
5360 | else | |
5361 | no_cache=1 | |
5362 | fi | |
5363 | ||
5364 | ac_cv_use_miniframe='wxUSE_MINIFRAME='$DEFAULT_wxUSE_MINIFRAME | |
5365 | ||
5366 | fi | |
5367 | ||
5368 | ||
5369 | eval "$ac_cv_use_miniframe" | |
5370 | if test "$no_cache" != 1; then | |
5371 | echo $ac_cv_use_miniframe >> ${wx_arg_cache_file}.tmp | |
5372 | fi | |
5373 | ||
5374 | if test "$wxUSE_MINIFRAME" = yes; then | |
5375 | echo "$ac_t""yes" 1>&6 | |
5376 | else | |
5377 | echo "$ac_t""no" 1>&6 | |
5378 | fi | |
5379 | ||
5380 | ||
5381 | echo $ac_n "checking "for --enable-html"""... $ac_c" 1>&6 | |
7c66a493 | 5382 | echo "configure:5383: checking "for --enable-html"" >&5 |
10f2d63a VZ |
5383 | no_cache=0 |
5384 | # Check whether --enable-html or --disable-html was given. | |
5385 | if test "${enable_html+set}" = set; then | |
5386 | enableval="$enable_html" | |
5387 | ||
5388 | if test "$enableval" = yes; then | |
5389 | ac_cv_use_html='wxUSE_HTML=yes' | |
5390 | else | |
5391 | ac_cv_use_html='wxUSE_HTML=no' | |
5392 | fi | |
5393 | ||
5394 | else | |
5395 | ||
5396 | LINE=`grep "wxUSE_HTML" ${wx_arg_cache_file}` | |
5397 | if test "x$LINE" != x ; then | |
5398 | eval "DEFAULT_$LINE" | |
5399 | else | |
5400 | no_cache=1 | |
5401 | fi | |
5402 | ||
5403 | ac_cv_use_html='wxUSE_HTML='$DEFAULT_wxUSE_HTML | |
5404 | ||
5405 | fi | |
5406 | ||
5407 | ||
5408 | eval "$ac_cv_use_html" | |
5409 | if test "$no_cache" != 1; then | |
5410 | echo $ac_cv_use_html >> ${wx_arg_cache_file}.tmp | |
5411 | fi | |
5412 | ||
5413 | if test "$wxUSE_HTML" = yes; then | |
5414 | echo "$ac_t""yes" 1>&6 | |
5415 | else | |
5416 | echo "$ac_t""no" 1>&6 | |
5417 | fi | |
5418 | ||
5419 | ||
5420 | echo $ac_n "checking "for --enable-tooltips"""... $ac_c" 1>&6 | |
7c66a493 | 5421 | echo "configure:5422: checking "for --enable-tooltips"" >&5 |
10f2d63a VZ |
5422 | no_cache=0 |
5423 | # Check whether --enable-tooltips or --disable-tooltips was given. | |
5424 | if test "${enable_tooltips+set}" = set; then | |
5425 | enableval="$enable_tooltips" | |
5426 | ||
5427 | if test "$enableval" = yes; then | |
5428 | ac_cv_use_tooltips='wxUSE_TOOLTIPS=yes' | |
5429 | else | |
5430 | ac_cv_use_tooltips='wxUSE_TOOLTIPS=no' | |
5431 | fi | |
5432 | ||
5433 | else | |
5434 | ||
5435 | LINE=`grep "wxUSE_TOOLTIPS" ${wx_arg_cache_file}` | |
5436 | if test "x$LINE" != x ; then | |
5437 | eval "DEFAULT_$LINE" | |
5438 | else | |
5439 | no_cache=1 | |
5440 | fi | |
5441 | ||
5442 | ac_cv_use_tooltips='wxUSE_TOOLTIPS='$DEFAULT_wxUSE_TOOLTIPS | |
5443 | ||
5444 | fi | |
5445 | ||
5446 | ||
5447 | eval "$ac_cv_use_tooltips" | |
5448 | if test "$no_cache" != 1; then | |
5449 | echo $ac_cv_use_tooltips >> ${wx_arg_cache_file}.tmp | |
5450 | fi | |
5451 | ||
5452 | if test "$wxUSE_TOOLTIPS" = yes; then | |
5453 | echo "$ac_t""yes" 1>&6 | |
5454 | else | |
5455 | echo "$ac_t""no" 1>&6 | |
5456 | fi | |
5457 | ||
5458 | ||
5459 | echo $ac_n "checking "for --enable-splines"""... $ac_c" 1>&6 | |
7c66a493 | 5460 | echo "configure:5461: checking "for --enable-splines"" >&5 |
10f2d63a VZ |
5461 | no_cache=0 |
5462 | # Check whether --enable-splines or --disable-splines was given. | |
5463 | if test "${enable_splines+set}" = set; then | |
5464 | enableval="$enable_splines" | |
5465 | ||
5466 | if test "$enableval" = yes; then | |
5467 | ac_cv_use_splines='wxUSE_SPLINES=yes' | |
5468 | else | |
5469 | ac_cv_use_splines='wxUSE_SPLINES=no' | |
5470 | fi | |
5471 | ||
5472 | else | |
5473 | ||
5474 | LINE=`grep "wxUSE_SPLINES" ${wx_arg_cache_file}` | |
5475 | if test "x$LINE" != x ; then | |
5476 | eval "DEFAULT_$LINE" | |
5477 | else | |
5478 | no_cache=1 | |
5479 | fi | |
5480 | ||
5481 | ac_cv_use_splines='wxUSE_SPLINES='$DEFAULT_wxUSE_SPLINES | |
5482 | ||
5483 | fi | |
5484 | ||
5485 | ||
5486 | eval "$ac_cv_use_splines" | |
5487 | if test "$no_cache" != 1; then | |
5488 | echo $ac_cv_use_splines >> ${wx_arg_cache_file}.tmp | |
5489 | fi | |
5490 | ||
5491 | if test "$wxUSE_SPLINES" = yes; then | |
5492 | echo "$ac_t""yes" 1>&6 | |
5493 | else | |
5494 | echo "$ac_t""no" 1>&6 | |
5495 | fi | |
5496 | ||
5497 | ||
5498 | echo $ac_n "checking "for --enable-validators"""... $ac_c" 1>&6 | |
7c66a493 | 5499 | echo "configure:5500: checking "for --enable-validators"" >&5 |
10f2d63a VZ |
5500 | no_cache=0 |
5501 | # Check whether --enable-validators or --disable-validators was given. | |
5502 | if test "${enable_validators+set}" = set; then | |
5503 | enableval="$enable_validators" | |
5504 | ||
5505 | if test "$enableval" = yes; then | |
5506 | ac_cv_use_validators='wxUSE_VALIDATORS=yes' | |
5507 | else | |
5508 | ac_cv_use_validators='wxUSE_VALIDATORS=no' | |
5509 | fi | |
5510 | ||
5511 | else | |
5512 | ||
5513 | LINE=`grep "wxUSE_VALIDATORS" ${wx_arg_cache_file}` | |
5514 | if test "x$LINE" != x ; then | |
5515 | eval "DEFAULT_$LINE" | |
5516 | else | |
5517 | no_cache=1 | |
5518 | fi | |
5519 | ||
5520 | ac_cv_use_validators='wxUSE_VALIDATORS='$DEFAULT_wxUSE_VALIDATORS | |
5521 | ||
5522 | fi | |
5523 | ||
5524 | ||
5525 | eval "$ac_cv_use_validators" | |
5526 | if test "$no_cache" != 1; then | |
5527 | echo $ac_cv_use_validators >> ${wx_arg_cache_file}.tmp | |
5528 | fi | |
5529 | ||
5530 | if test "$wxUSE_VALIDATORS" = yes; then | |
5531 | echo "$ac_t""yes" 1>&6 | |
5532 | else | |
5533 | echo "$ac_t""no" 1>&6 | |
5534 | fi | |
5535 | ||
5536 | ||
5537 | echo $ac_n "checking "for --enable-busyinfo"""... $ac_c" 1>&6 | |
7c66a493 | 5538 | echo "configure:5539: checking "for --enable-busyinfo"" >&5 |
10f2d63a VZ |
5539 | no_cache=0 |
5540 | # Check whether --enable-busyinfo or --disable-busyinfo was given. | |
5541 | if test "${enable_busyinfo+set}" = set; then | |
5542 | enableval="$enable_busyinfo" | |
5543 | ||
5544 | if test "$enableval" = yes; then | |
5545 | ac_cv_use_busyinfo='wxUSE_BUSYINFO=yes' | |
5546 | else | |
5547 | ac_cv_use_busyinfo='wxUSE_BUSYINFO=no' | |
5548 | fi | |
5549 | ||
5550 | else | |
5551 | ||
5552 | LINE=`grep "wxUSE_BUSYINFO" ${wx_arg_cache_file}` | |
5553 | if test "x$LINE" != x ; then | |
5554 | eval "DEFAULT_$LINE" | |
5555 | else | |
5556 | no_cache=1 | |
5557 | fi | |
5558 | ||
5559 | ac_cv_use_busyinfo='wxUSE_BUSYINFO='$DEFAULT_wxUSE_BUSYINFO | |
5560 | ||
5561 | fi | |
5562 | ||
5563 | ||
5564 | eval "$ac_cv_use_busyinfo" | |
5565 | if test "$no_cache" != 1; then | |
5566 | echo $ac_cv_use_busyinfo >> ${wx_arg_cache_file}.tmp | |
5567 | fi | |
5568 | ||
5569 | if test "$wxUSE_BUSYINFO" = yes; then | |
5570 | echo "$ac_t""yes" 1>&6 | |
5571 | else | |
5572 | echo "$ac_t""no" 1>&6 | |
5573 | fi | |
5574 | ||
5575 | ||
5576 | ||
5577 | ||
5578 | echo $ac_n "checking "for --enable-gif"""... $ac_c" 1>&6 | |
7c66a493 | 5579 | echo "configure:5580: checking "for --enable-gif"" >&5 |
10f2d63a VZ |
5580 | no_cache=0 |
5581 | # Check whether --enable-gif or --disable-gif was given. | |
5582 | if test "${enable_gif+set}" = set; then | |
5583 | enableval="$enable_gif" | |
5584 | ||
5585 | if test "$enableval" = yes; then | |
5586 | ac_cv_use_gif='wxUSE_GIF=yes' | |
5587 | else | |
5588 | ac_cv_use_gif='wxUSE_GIF=no' | |
5589 | fi | |
5590 | ||
5591 | else | |
5592 | ||
5593 | LINE=`grep "wxUSE_GIF" ${wx_arg_cache_file}` | |
5594 | if test "x$LINE" != x ; then | |
5595 | eval "DEFAULT_$LINE" | |
5596 | else | |
5597 | no_cache=1 | |
5598 | fi | |
5599 | ||
5600 | ac_cv_use_gif='wxUSE_GIF='$DEFAULT_wxUSE_GIF | |
5601 | ||
5602 | fi | |
5603 | ||
5604 | ||
5605 | eval "$ac_cv_use_gif" | |
5606 | if test "$no_cache" != 1; then | |
5607 | echo $ac_cv_use_gif >> ${wx_arg_cache_file}.tmp | |
5608 | fi | |
5609 | ||
5610 | if test "$wxUSE_GIF" = yes; then | |
5611 | echo "$ac_t""yes" 1>&6 | |
5612 | else | |
5613 | echo "$ac_t""no" 1>&6 | |
5614 | fi | |
5615 | ||
5616 | ||
5617 | echo $ac_n "checking "for --enable-pcx"""... $ac_c" 1>&6 | |
7c66a493 | 5618 | echo "configure:5619: checking "for --enable-pcx"" >&5 |
10f2d63a VZ |
5619 | no_cache=0 |
5620 | # Check whether --enable-pcx or --disable-pcx was given. | |
5621 | if test "${enable_pcx+set}" = set; then | |
5622 | enableval="$enable_pcx" | |
5623 | ||
5624 | if test "$enableval" = yes; then | |
5625 | ac_cv_use_pcx='wxUSE_PCX=yes' | |
5626 | else | |
5627 | ac_cv_use_pcx='wxUSE_PCX=no' | |
5628 | fi | |
5629 | ||
5630 | else | |
5631 | ||
5632 | LINE=`grep "wxUSE_PCX" ${wx_arg_cache_file}` | |
5633 | if test "x$LINE" != x ; then | |
5634 | eval "DEFAULT_$LINE" | |
5635 | else | |
5636 | no_cache=1 | |
5637 | fi | |
5638 | ||
5639 | ac_cv_use_pcx='wxUSE_PCX='$DEFAULT_wxUSE_PCX | |
5640 | ||
5641 | fi | |
5642 | ||
5643 | ||
5644 | eval "$ac_cv_use_pcx" | |
5645 | if test "$no_cache" != 1; then | |
5646 | echo $ac_cv_use_pcx >> ${wx_arg_cache_file}.tmp | |
5647 | fi | |
5648 | ||
5649 | if test "$wxUSE_PCX" = yes; then | |
5650 | echo "$ac_t""yes" 1>&6 | |
5651 | else | |
5652 | echo "$ac_t""no" 1>&6 | |
5653 | fi | |
5654 | ||
5655 | ||
5656 | echo $ac_n "checking "for --enable-pnm"""... $ac_c" 1>&6 | |
7c66a493 | 5657 | echo "configure:5658: checking "for --enable-pnm"" >&5 |
10f2d63a VZ |
5658 | no_cache=0 |
5659 | # Check whether --enable-pnm or --disable-pnm was given. | |
5660 | if test "${enable_pnm+set}" = set; then | |
5661 | enableval="$enable_pnm" | |
5662 | ||
5663 | if test "$enableval" = yes; then | |
5664 | ac_cv_use_pnm='wxUSE_PNM=yes' | |
5665 | else | |
5666 | ac_cv_use_pnm='wxUSE_PNM=no' | |
5667 | fi | |
5668 | ||
5669 | else | |
5670 | ||
5671 | LINE=`grep "wxUSE_PNM" ${wx_arg_cache_file}` | |
5672 | if test "x$LINE" != x ; then | |
5673 | eval "DEFAULT_$LINE" | |
5674 | else | |
5675 | no_cache=1 | |
5676 | fi | |
5677 | ||
5678 | ac_cv_use_pnm='wxUSE_PNM='$DEFAULT_wxUSE_PNM | |
5679 | ||
5680 | fi | |
5681 | ||
5682 | ||
5683 | eval "$ac_cv_use_pnm" | |
5684 | if test "$no_cache" != 1; then | |
5685 | echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp | |
5686 | fi | |
5687 | ||
5688 | if test "$wxUSE_PNM" = yes; then | |
5689 | echo "$ac_t""yes" 1>&6 | |
5690 | else | |
5691 | echo "$ac_t""no" 1>&6 | |
5692 | fi | |
5693 | ||
5694 | ||
b12915c1 VZ |
5695 | fi |
5696 | ||
10f2d63a VZ |
5697 | |
5698 | echo "saving argument cache $wx_arg_cache_file" | |
5699 | mv ${wx_arg_cache_file}.tmp ${wx_arg_cache_file} | |
5700 | ||
5701 | ||
5702 | ||
5703 | echo $ac_n "checking for toolkit""... $ac_c" 1>&6 | |
7c66a493 | 5704 | echo "configure:5705: checking for toolkit" >&5 |
10f2d63a VZ |
5705 | |
5706 | if test "$wxUSE_GUI" = "yes"; then | |
5707 | ||
b12915c1 VZ |
5708 | if test "$USE_BEOS" = 1; then |
5709 | { echo "configure: error: BeOS GUI is not supported yet, use --disable-gui" 1>&2; exit 1; } | |
5710 | fi | |
5711 | ||
10f2d63a VZ |
5712 | if test "$TOOLKIT_GIVEN" = 1; then |
5713 | for toolkit in `echo $ALL_TOOLKITS`; do | |
5714 | var=wxUSE_$toolkit | |
5715 | eval "value=\$${var}" | |
5716 | eval "$var=`echo \$value | sed -e "s/yes/1/" -e "s/no/0/"`" | |
5717 | done | |
5718 | else | |
5719 | for toolkit in `echo $ALL_TOOLKITS`; do | |
5720 | if test "$has_toolkit_in_cache" != 1; then | |
5721 | var=DEFAULT_DEFAULT_wxUSE_$toolkit | |
5722 | else | |
5723 | var=DEFAULT_wxUSE_$toolkit | |
5724 | fi | |
5725 | eval "wxUSE_$toolkit=\$${var}" | |
5726 | done | |
5727 | fi | |
5728 | ||
ec14dd32 | 5729 | NUM_TOOLKITS=`expr ${wxUSE_GTK:-0} + ${wxUSE_MOTIF:-0} + ${wxUSE_WINE:-0} + ${wxUSE_MINGW:-0} + ${wxUSE_CYGWIN:-0}` |
cf27ef00 | 5730 | |
ec14dd32 VZ |
5731 | case "${host}" in |
5732 | *-pc-os2_emx ) | |
5733 | NUM_TOOLKITS=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}` | |
5734 | # PATH_IFS is autodetected by OS/2's configure (usually ';') | |
5735 | LEX_STEM="lexyy" | |
5736 | ;; | |
5737 | *) | |
5738 | PATH_IFS=':' | |
5739 | LEX_STEM="lex.yy" | |
cf27ef00 | 5740 | PROGRAM_EXT= |
ec14dd32 VZ |
5741 | ;; |
5742 | esac | |
10f2d63a VZ |
5743 | |
5744 | case "$NUM_TOOLKITS" in | |
5745 | 1) | |
5746 | ;; | |
5747 | 0) | |
5748 | { echo "configure: error: Please specify a toolkit - cannot determine the default for ${host}" 1>&2; exit 1; } | |
5749 | ;; | |
5750 | *) | |
5751 | { echo "configure: error: Please specify at most one toolkit (may be some are cached?)" 1>&2; exit 1; } | |
5752 | esac | |
5753 | ||
5754 | for toolkit in `echo $ALL_TOOLKITS`; do | |
5755 | var=wxUSE_$toolkit | |
5756 | eval "value=\$${var}" | |
5757 | if test "x$value" != x; then | |
5758 | cache_var=CACHE_$toolkit | |
5759 | eval "cache=\$${cache_var}" | |
5760 | if test "$cache" = 1; then | |
5761 | echo "$var=$value" >> ${wx_arg_cache_file} | |
5762 | fi | |
5763 | if test "$value" = 1; then | |
5764 | echo "$ac_t""`echo $toolkit | tr A-Z a-z`" 1>&6 | |
5765 | fi | |
5766 | fi | |
5767 | done | |
5768 | ||
5769 | else | |
cf27ef00 | 5770 | PATH_IFS=':' |
10f2d63a VZ |
5771 | echo "$ac_t""base only" 1>&6 |
5772 | fi | |
5773 | ||
5774 | ||
5775 | cat > confcache <<\EOF | |
5776 | # This file is a shell script that caches the results of configure | |
5777 | # tests run on this system so they can be shared between configure | |
5778 | # scripts and configure runs. It is not useful on other systems. | |
5779 | # If it contains results you don't want to keep, you may remove or edit it. | |
5780 | # | |
5781 | # By default, configure uses ./config.cache as the cache file, | |
5782 | # creating it if it does not exist already. You can give configure | |
5783 | # the --cache-file=FILE option to use a different cache file; that is | |
5784 | # what configure does when it calls configure scripts in | |
5785 | # subdirectories, so they share the cache. | |
5786 | # Giving --cache-file=/dev/null disables caching, for debugging configure. | |
5787 | # config.status only pays attention to the cache file if you give it the | |
5788 | # --recheck option to rerun configure. | |
5789 | # | |
5790 | EOF | |
5791 | # The following way of writing the cache mishandles newlines in values, | |
5792 | # but we know of no workaround that is simple, portable, and efficient. | |
5793 | # So, don't put newlines in cache variables' values. | |
5794 | # Ultrix sh set writes to stderr and can't be redirected directly, | |
5795 | # and sets the high bit in the cache file unless we assign to the vars. | |
5796 | (set) 2>&1 | | |
5797 | case `(ac_space=' '; set | grep ac_space) 2>&1` in | |
5798 | *ac_space=\ *) | |
5799 | # `set' does not quote correctly, so add quotes (double-quote substitution | |
5800 | # turns \\\\ into \\, and sed turns \\ into \). | |
5801 | sed -n \ | |
5802 | -e "s/'/'\\\\''/g" \ | |
5803 | -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p" | |
5804 | ;; | |
5805 | *) | |
5806 | # `set' quotes correctly as required by POSIX, so do not add quotes. | |
5807 | sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p' | |
5808 | ;; | |
5809 | esac >> confcache | |
5810 | if cmp -s $cache_file confcache; then | |
5811 | : | |
5812 | else | |
5813 | if test -w $cache_file; then | |
5814 | echo "updating cache $cache_file" | |
5815 | cat confcache > $cache_file | |
5816 | else | |
5817 | echo "not updating unwritable cache $cache_file" | |
5818 | fi | |
5819 | fi | |
5820 | rm -f confcache | |
5821 | ||
5822 | ||
5823 | if eval "test $host != $build"; then | |
5824 | if eval "test $host_alias != NONE"; then | |
5825 | CC=$host_alias-gcc | |
5826 | CXX=$host_alias-c++ | |
5827 | AR=$host_alias-ar | |
5828 | RANLIB=$host_alias-ranlib | |
5829 | DLLTOOL=$host_alias-dlltool | |
5830 | LD=$host_alias-ld | |
5831 | NM=$host_alias-nm | |
5832 | STRIP=$host_alias-strip | |
5833 | fi | |
5834 | fi | |
5835 | ||
5836 | # Extract the first word of "gcc", so it can be a program name with args. | |
5837 | set dummy gcc; ac_word=$2 | |
5838 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
7c66a493 | 5839 | echo "configure:5840: checking for $ac_word" >&5 |
10f2d63a VZ |
5840 | if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then |
5841 | echo $ac_n "(cached) $ac_c" 1>&6 | |
5842 | else | |
5843 | if test -n "$CC"; then | |
5844 | ac_cv_prog_CC="$CC" # Let the user override the test. | |
5845 | else | |
5846 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" | |
5847 | ac_dummy="$PATH" | |
5848 | for ac_dir in $ac_dummy; do | |
5849 | test -z "$ac_dir" && ac_dir=. | |
5850 | if test -f $ac_dir/$ac_word; then | |
5851 | ac_cv_prog_CC="gcc" | |
5852 | break | |
5853 | fi | |
5854 | done | |
5855 | IFS="$ac_save_ifs" | |
5856 | fi | |
5857 | fi | |
5858 | CC="$ac_cv_prog_CC" | |
5859 | if test -n "$CC"; then | |
5860 | echo "$ac_t""$CC" 1>&6 | |
5861 | else | |
5862 | echo "$ac_t""no" 1>&6 | |
5863 | fi | |
5864 | ||
5865 | if test -z "$CC"; then | |
5866 | # Extract the first word of "cc", so it can be a program name with args. | |
5867 | set dummy cc; ac_word=$2 | |
5868 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
7c66a493 | 5869 | echo "configure:5870: checking for $ac_word" >&5 |
10f2d63a VZ |
5870 | if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then |
5871 | echo $ac_n "(cached) $ac_c" 1>&6 | |
5872 | else | |
5873 | if test -n "$CC"; then | |
5874 | ac_cv_prog_CC="$CC" # Let the user override the test. | |
5875 | else | |
5876 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" | |
5877 | ac_prog_rejected=no | |
5878 | ac_dummy="$PATH" | |
5879 | for ac_dir in $ac_dummy; do | |
5880 | test -z "$ac_dir" && ac_dir=. | |
5881 | if test -f $ac_dir/$ac_word; then | |
5882 | if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then | |
5883 | ac_prog_rejected=yes | |
5884 | continue | |
5885 | fi | |
5886 | ac_cv_prog_CC="cc" | |
5887 | break | |
5888 | fi | |
5889 | done | |
5890 | IFS="$ac_save_ifs" | |
5891 | if test $ac_prog_rejected = yes; then | |
5892 | # We found a bogon in the path, so make sure we never use it. | |
5893 | set dummy $ac_cv_prog_CC | |
5894 | shift | |
5895 | if test $# -gt 0; then | |
5896 | # We chose a different compiler from the bogus one. | |
5897 | # However, it has the same basename, so the bogon will be chosen | |
5898 | # first if we set CC to just the basename; use the full file name. | |
5899 | shift | |
5900 | set dummy "$ac_dir/$ac_word" "$@" | |
5901 | shift | |
5902 | ac_cv_prog_CC="$@" | |
5903 | fi | |
5904 | fi | |
5905 | fi | |
5906 | fi | |
5907 | CC="$ac_cv_prog_CC" | |
5908 | if test -n "$CC"; then | |
5909 | echo "$ac_t""$CC" 1>&6 | |
5910 | else | |
5911 | echo "$ac_t""no" 1>&6 | |
5912 | fi | |
5913 | ||
5914 | if test -z "$CC"; then | |
5915 | case "`uname -s`" in | |
5916 | *win32* | *WIN32*) | |
5917 | # Extract the first word of "cl", so it can be a program name with args. | |
5918 | set dummy cl; ac_word=$2 | |
5919 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
7c66a493 | 5920 | echo "configure:5921: checking for $ac_word" >&5 |
10f2d63a VZ |
5921 | if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then |
5922 | echo $ac_n "(cached) $ac_c" 1>&6 | |
5923 | else | |
5924 | if test -n "$CC"; then | |
5925 | ac_cv_prog_CC="$CC" # Let the user override the test. | |
5926 | else | |
5927 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" | |
5928 | ac_dummy="$PATH" | |
5929 | for ac_dir in $ac_dummy; do | |
5930 | test -z "$ac_dir" && ac_dir=. | |
5931 | if test -f $ac_dir/$ac_word; then | |
5932 | ac_cv_prog_CC="cl" | |
5933 | break | |
5934 | fi | |
5935 | done | |
5936 | IFS="$ac_save_ifs" | |
5937 | fi | |
5938 | fi | |
5939 | CC="$ac_cv_prog_CC" | |
5940 | if test -n "$CC"; then | |
5941 | echo "$ac_t""$CC" 1>&6 | |
5942 | else | |
5943 | echo "$ac_t""no" 1>&6 | |
5944 | fi | |
5945 | ;; | |
5946 | esac | |
5947 | fi | |
5948 | test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; } | |
5949 | fi | |
5950 | ||
5951 | echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 | |
7c66a493 | 5952 | echo "configure:5953: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 |
10f2d63a VZ |
5953 | |
5954 | ac_ext=c | |
5955 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
5956 | ac_cpp='$CPP $CPPFLAGS' | |
5957 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
5958 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
5959 | cross_compiling=$ac_cv_prog_cc_cross | |
5960 | ||
5961 | cat > conftest.$ac_ext << EOF | |
5962 | ||
7c66a493 | 5963 | #line 5964 "configure" |
10f2d63a VZ |
5964 | #include "confdefs.h" |
5965 | ||
5966 | main(){return(0);} | |
5967 | EOF | |
7c66a493 | 5968 | if { (eval echo configure:5969: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
10f2d63a VZ |
5969 | ac_cv_prog_cc_works=yes |
5970 | # If we can't run a trivial program, we are probably using a cross compiler. | |
5971 | if (./conftest; exit) 2>/dev/null; then | |
5972 | ac_cv_prog_cc_cross=no | |
5973 | else | |
5974 | ac_cv_prog_cc_cross=yes | |
5975 | fi | |
5976 | else | |
5977 | echo "configure: failed program was:" >&5 | |
5978 | cat conftest.$ac_ext >&5 | |
5979 | ac_cv_prog_cc_works=no | |
5980 | fi | |
5981 | rm -fr conftest* | |
5982 | ac_ext=c | |
5983 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
5984 | ac_cpp='$CPP $CPPFLAGS' | |
5985 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
5986 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
5987 | cross_compiling=$ac_cv_prog_cc_cross | |
5988 | ||
5989 | echo "$ac_t""$ac_cv_prog_cc_works" 1>&6 | |
5990 | if test $ac_cv_prog_cc_works = no; then | |
5991 | { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; } | |
5992 | fi | |
5993 | echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 | |
7c66a493 | 5994 | echo "configure:5995: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 |
10f2d63a VZ |
5995 | echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 |
5996 | cross_compiling=$ac_cv_prog_cc_cross | |
5997 | ||
5998 | echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 | |
7c66a493 | 5999 | echo "configure:6000: checking whether we are using GNU C" >&5 |
10f2d63a VZ |
6000 | if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then |
6001 | echo $ac_n "(cached) $ac_c" 1>&6 | |
6002 | else | |
6003 | cat > conftest.c <<EOF | |
6004 | #ifdef __GNUC__ | |
6005 | yes; | |
6006 | #endif | |
6007 | EOF | |
7c66a493 | 6008 | if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:6009: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then |
10f2d63a VZ |
6009 | ac_cv_prog_gcc=yes |
6010 | else | |
6011 | ac_cv_prog_gcc=no | |
6012 | fi | |
6013 | fi | |
6014 | ||
6015 | echo "$ac_t""$ac_cv_prog_gcc" 1>&6 | |
6016 | ||
6017 | if test $ac_cv_prog_gcc = yes; then | |
6018 | GCC=yes | |
6019 | else | |
6020 | GCC= | |
6021 | fi | |
6022 | ||
6023 | ac_test_CFLAGS="${CFLAGS+set}" | |
6024 | ac_save_CFLAGS="$CFLAGS" | |
6025 | CFLAGS= | |
6026 | echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 | |
7c66a493 | 6027 | echo "configure:6028: checking whether ${CC-cc} accepts -g" >&5 |
10f2d63a VZ |
6028 | if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then |
6029 | echo $ac_n "(cached) $ac_c" 1>&6 | |
6030 | else | |
6031 | echo 'void f(){}' > conftest.c | |
6032 | if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then | |
6033 | ac_cv_prog_cc_g=yes | |
6034 | else | |
6035 | ac_cv_prog_cc_g=no | |
6036 | fi | |
6037 | rm -f conftest* | |
6038 | ||
6039 | fi | |
6040 | ||
6041 | echo "$ac_t""$ac_cv_prog_cc_g" 1>&6 | |
6042 | if test "$ac_test_CFLAGS" = set; then | |
6043 | CFLAGS="$ac_save_CFLAGS" | |
6044 | elif test $ac_cv_prog_cc_g = yes; then | |
6045 | if test "$GCC" = yes; then | |
6046 | CFLAGS="-g -O2" | |
6047 | else | |
6048 | CFLAGS="-g" | |
6049 | fi | |
6050 | else | |
6051 | if test "$GCC" = yes; then | |
6052 | CFLAGS="-O2" | |
6053 | else | |
6054 | CFLAGS= | |
6055 | fi | |
6056 | fi | |
6057 | ||
6058 | ||
6059 | CFLAGS=`echo "$CFLAGS" | sed 's/-g//g'` | |
6060 | ||
6061 | echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 | |
7c66a493 | 6062 | echo "configure:6063: checking how to run the C preprocessor" >&5 |
10f2d63a VZ |
6063 | # On Suns, sometimes $CPP names a directory. |
6064 | if test -n "$CPP" && test -d "$CPP"; then | |
6065 | CPP= | |
6066 | fi | |
6067 | if test -z "$CPP"; then | |
6068 | if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then | |
6069 | echo $ac_n "(cached) $ac_c" 1>&6 | |
6070 | else | |
6071 | # This must be in double quotes, not single quotes, because CPP may get | |
6072 | # substituted into the Makefile and "${CC-cc}" will confuse make. | |
6073 | CPP="${CC-cc} -E" | |
6074 | # On the NeXT, cc -E runs the code through the compiler's parser, | |
6075 | # not just through cpp. | |
6076 | cat > conftest.$ac_ext <<EOF | |
7c66a493 | 6077 | #line 6078 "configure" |
10f2d63a VZ |
6078 | #include "confdefs.h" |
6079 | #include <assert.h> | |
6080 | Syntax Error | |
6081 | EOF | |
6082 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
7c66a493 | 6083 | { (eval echo configure:6084: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
10f2d63a VZ |
6084 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
6085 | if test -z "$ac_err"; then | |
6086 | : | |
6087 | else | |
6088 | echo "$ac_err" >&5 | |
6089 | echo "configure: failed program was:" >&5 | |
6090 | cat conftest.$ac_ext >&5 | |
6091 | rm -rf conftest* | |
6092 | CPP="${CC-cc} -E -traditional-cpp" | |
6093 | cat > conftest.$ac_ext <<EOF | |
7c66a493 | 6094 | #line 6095 "configure" |
10f2d63a VZ |
6095 | #include "confdefs.h" |
6096 | #include <assert.h> | |
6097 | Syntax Error | |
6098 | EOF | |
6099 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
7c66a493 | 6100 | { (eval echo configure:6101: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
10f2d63a VZ |
6101 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
6102 | if test -z "$ac_err"; then | |
6103 | : | |
6104 | else | |
6105 | echo "$ac_err" >&5 | |
6106 | echo "configure: failed program was:" >&5 | |
6107 | cat conftest.$ac_ext >&5 | |
6108 | rm -rf conftest* | |
6109 | CPP="${CC-cc} -nologo -E" | |
6110 | cat > conftest.$ac_ext <<EOF | |
7c66a493 | 6111 | #line 6112 "configure" |
10f2d63a VZ |
6112 | #include "confdefs.h" |
6113 | #include <assert.h> | |
6114 | Syntax Error | |
6115 | EOF | |
6116 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
7c66a493 | 6117 | { (eval echo configure:6118: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
10f2d63a VZ |
6118 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
6119 | if test -z "$ac_err"; then | |
6120 | : | |
6121 | else | |
6122 | echo "$ac_err" >&5 | |
6123 | echo "configure: failed program was:" >&5 | |
6124 | cat conftest.$ac_ext >&5 | |
6125 | rm -rf conftest* | |
6126 | CPP=/lib/cpp | |
6127 | fi | |
6128 | rm -f conftest* | |
6129 | fi | |
6130 | rm -f conftest* | |
6131 | fi | |
6132 | rm -f conftest* | |
6133 | ac_cv_prog_CPP="$CPP" | |
6134 | fi | |
6135 | CPP="$ac_cv_prog_CPP" | |
6136 | else | |
6137 | ac_cv_prog_CPP="$CPP" | |
6138 | fi | |
6139 | echo "$ac_t""$CPP" 1>&6 | |
6140 | ||
6141 | ||
6142 | if test $ac_cv_prog_gcc = yes; then | |
6143 | echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6 | |
7c66a493 | 6144 | echo "configure:6145: checking whether ${CC-cc} needs -traditional" >&5 |
10f2d63a VZ |
6145 | if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then |
6146 | echo $ac_n "(cached) $ac_c" 1>&6 | |
6147 | else | |
6148 | ac_pattern="Autoconf.*'x'" | |
6149 | cat > conftest.$ac_ext <<EOF | |
7c66a493 | 6150 | #line 6151 "configure" |
10f2d63a VZ |
6151 | #include "confdefs.h" |
6152 | #include <sgtty.h> | |
6153 | Autoconf TIOCGETP | |
6154 | EOF | |
6155 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
6156 | egrep "$ac_pattern" >/dev/null 2>&1; then | |
6157 | rm -rf conftest* | |
6158 | ac_cv_prog_gcc_traditional=yes | |
6159 | else | |
6160 | rm -rf conftest* | |
6161 | ac_cv_prog_gcc_traditional=no | |
6162 | fi | |
6163 | rm -f conftest* | |
6164 | ||
6165 | ||
6166 | if test $ac_cv_prog_gcc_traditional = no; then | |
6167 | cat > conftest.$ac_ext <<EOF | |
7c66a493 | 6168 | #line 6169 "configure" |
10f2d63a VZ |
6169 | #include "confdefs.h" |
6170 | #include <termio.h> | |
6171 | Autoconf TCGETA | |
6172 | EOF | |
6173 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
6174 | egrep "$ac_pattern" >/dev/null 2>&1; then | |
6175 | rm -rf conftest* | |
6176 | ac_cv_prog_gcc_traditional=yes | |
6177 | fi | |
6178 | rm -f conftest* | |
6179 | ||
6180 | fi | |
6181 | fi | |
6182 | ||
6183 | echo "$ac_t""$ac_cv_prog_gcc_traditional" 1>&6 | |
6184 | if test $ac_cv_prog_gcc_traditional = yes; then | |
6185 | CC="$CC -traditional" | |
6186 | fi | |
6187 | fi | |
6188 | ||
6189 | ||
6190 | ||
6191 | ac_ext=C | |
6192 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
6193 | ac_cpp='$CXXCPP $CPPFLAGS' | |
6194 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
6195 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
6196 | cross_compiling=$ac_cv_prog_cxx_cross | |
6197 | ||
6198 | ||
6199 | for ac_prog in $CCC c++ g++ gcc CC cxx cc++ cl | |
6200 | do | |
6201 | # Extract the first word of "$ac_prog", so it can be a program name with args. | |
6202 | set dummy $ac_prog; ac_word=$2 | |
6203 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
7c66a493 | 6204 | echo "configure:6205: checking for $ac_word" >&5 |
10f2d63a VZ |
6205 | if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then |
6206 | echo $ac_n "(cached) $ac_c" 1>&6 | |
6207 | else | |
6208 | if test -n "$CXX"; then | |
6209 | ac_cv_prog_CXX="$CXX" # Let the user override the test. | |
6210 | else | |
6211 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" | |
6212 | ac_dummy="$PATH" | |
6213 | for ac_dir in $ac_dummy; do | |
6214 | test -z "$ac_dir" && ac_dir=. | |
6215 | if test -f $ac_dir/$ac_word; then | |
6216 | ac_cv_prog_CXX="$ac_prog" | |
6217 | break | |
6218 | fi | |
6219 | done | |
6220 | IFS="$ac_save_ifs" | |
6221 | fi | |
6222 | fi | |
6223 | CXX="$ac_cv_prog_CXX" | |
6224 | if test -n "$CXX"; then | |
6225 | echo "$ac_t""$CXX" 1>&6 | |
6226 | else | |
6227 | echo "$ac_t""no" 1>&6 | |
6228 | fi | |
6229 | ||
6230 | test -n "$CXX" && break | |
6231 | done | |
6232 | test -n "$CXX" || CXX="gcc" | |
6233 | ||
6234 | ||
6235 | echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6 | |
7c66a493 | 6236 | echo "configure:6237: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5 |
10f2d63a VZ |
6237 | |
6238 | ac_ext=C | |
6239 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
6240 | ac_cpp='$CXXCPP $CPPFLAGS' | |
6241 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
6242 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
6243 | cross_compiling=$ac_cv_prog_cxx_cross | |
6244 | ||
6245 | cat > conftest.$ac_ext << EOF | |
6246 | ||
7c66a493 | 6247 | #line 6248 "configure" |
10f2d63a VZ |
6248 | #include "confdefs.h" |
6249 | ||
6250 | int main(){return(0);} | |
6251 | EOF | |
7c66a493 | 6252 | if { (eval echo configure:6253: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
10f2d63a VZ |
6253 | ac_cv_prog_cxx_works=yes |
6254 | # If we can't run a trivial program, we are probably using a cross compiler. | |
6255 | if (./conftest; exit) 2>/dev/null; then | |
6256 | ac_cv_prog_cxx_cross=no | |
6257 | else | |
6258 | ac_cv_prog_cxx_cross=yes | |
6259 | fi | |
6260 | else | |
6261 | echo "configure: failed program was:" >&5 | |
6262 | cat conftest.$ac_ext >&5 | |
6263 | ac_cv_prog_cxx_works=no | |
6264 | fi | |
6265 | rm -fr conftest* | |
6266 | ac_ext=C | |
6267 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
6268 | ac_cpp='$CXXCPP $CPPFLAGS' | |
6269 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
6270 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
6271 | cross_compiling=$ac_cv_prog_cxx_cross | |
6272 | ||
6273 | echo "$ac_t""$ac_cv_prog_cxx_works" 1>&6 | |
6274 | if test $ac_cv_prog_cxx_works = no; then | |
6275 | { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; } | |
6276 | fi | |
6277 | echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 | |
7c66a493 | 6278 | echo "configure:6279: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5 |
10f2d63a VZ |
6279 | echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6 |
6280 | cross_compiling=$ac_cv_prog_cxx_cross | |
6281 | ||
6282 | echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6 | |
7c66a493 | 6283 | echo "configure:6284: checking whether we are using GNU C++" >&5 |
10f2d63a VZ |
6284 | if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then |
6285 | echo $ac_n "(cached) $ac_c" 1>&6 | |
6286 | else | |
6287 | cat > conftest.C <<EOF | |
6288 | #ifdef __GNUC__ | |
6289 | yes; | |
6290 | #endif | |
6291 | EOF | |
7c66a493 | 6292 | if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:6293: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then |
10f2d63a VZ |
6293 | ac_cv_prog_gxx=yes |
6294 | else | |
6295 | ac_cv_prog_gxx=no | |
6296 | fi | |
6297 | fi | |
6298 | ||
6299 | echo "$ac_t""$ac_cv_prog_gxx" 1>&6 | |
6300 | ||
6301 | if test $ac_cv_prog_gxx = yes; then | |
6302 | GXX=yes | |
6303 | else | |
6304 | GXX= | |
6305 | fi | |
6306 | ||
6307 | ac_test_CXXFLAGS="${CXXFLAGS+set}" | |
6308 | ac_save_CXXFLAGS="$CXXFLAGS" | |
6309 | CXXFLAGS= | |
6310 | echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6 | |
7c66a493 | 6311 | echo "configure:6312: checking whether ${CXX-g++} accepts -g" >&5 |
10f2d63a VZ |
6312 | if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then |
6313 | echo $ac_n "(cached) $ac_c" 1>&6 | |
6314 | else | |
6315 | echo 'void f(){}' > conftest.cc | |
6316 | if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then | |
6317 | ac_cv_prog_cxx_g=yes | |
6318 | else | |
6319 | ac_cv_prog_cxx_g=no | |
6320 | fi | |
6321 | rm -f conftest* | |
6322 | ||
6323 | fi | |
6324 | ||
6325 | echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6 | |
6326 | if test "$ac_test_CXXFLAGS" = set; then | |
6327 | CXXFLAGS="$ac_save_CXXFLAGS" | |
6328 | elif test $ac_cv_prog_cxx_g = yes; then | |
6329 | if test "$GXX" = yes; then | |
6330 | CXXFLAGS="-g -O2" | |
6331 | else | |
6332 | CXXFLAGS="-g" | |
6333 | fi | |
6334 | else | |
6335 | if test "$GXX" = yes; then | |
6336 | CXXFLAGS="-O2" | |
6337 | else | |
6338 | CXXFLAGS= | |
6339 | fi | |
6340 | fi | |
6341 | ||
6342 | ||
6343 | echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6 | |
7c66a493 | 6344 | echo "configure:6345: checking how to run the C++ preprocessor" >&5 |
10f2d63a VZ |
6345 | if test -z "$CXXCPP"; then |
6346 | if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then | |
6347 | echo $ac_n "(cached) $ac_c" 1>&6 | |
6348 | else | |
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 | CXXCPP="${CXX-g++} -E" | |
6356 | cat > conftest.$ac_ext <<EOF | |
7c66a493 | 6357 | #line 6358 "configure" |
10f2d63a VZ |
6358 | #include "confdefs.h" |
6359 | #include <stdlib.h> | |
6360 | EOF | |
6361 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
7c66a493 | 6362 | { (eval echo configure:6363: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
10f2d63a VZ |
6363 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
6364 | if test -z "$ac_err"; then | |
6365 | : | |
6366 | else | |
6367 | echo "$ac_err" >&5 | |
6368 | echo "configure: failed program was:" >&5 | |
6369 | cat conftest.$ac_ext >&5 | |
6370 | rm -rf conftest* | |
6371 | CXXCPP=/lib/cpp | |
6372 | fi | |
6373 | rm -f conftest* | |
6374 | ac_cv_prog_CXXCPP="$CXXCPP" | |
6375 | ac_ext=C | |
6376 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
6377 | ac_cpp='$CXXCPP $CPPFLAGS' | |
6378 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
6379 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
6380 | cross_compiling=$ac_cv_prog_cxx_cross | |
6381 | fi | |
6382 | fi | |
6383 | CXXCPP="$ac_cv_prog_CXXCPP" | |
6384 | echo "$ac_t""$CXXCPP" 1>&6 | |
6385 | ||
6386 | ||
6387 | CXXFLAGS=`echo "$CXXFLAGS" | sed 's/-g//g'` | |
6388 | ||
6389 | ac_ext=c | |
6390 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
6391 | ac_cpp='$CPP $CPPFLAGS' | |
6392 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
6393 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
6394 | cross_compiling=$ac_cv_prog_cc_cross | |
6395 | ||
6396 | ||
6397 | # Extract the first word of "ranlib", so it can be a program name with args. | |
6398 | set dummy ranlib; ac_word=$2 | |
6399 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
7c66a493 | 6400 | echo "configure:6401: checking for $ac_word" >&5 |
10f2d63a VZ |
6401 | if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then |
6402 | echo $ac_n "(cached) $ac_c" 1>&6 | |
6403 | else | |
6404 | if test -n "$RANLIB"; then | |
6405 | ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. | |
6406 | else | |
6407 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" | |
6408 | ac_dummy="$PATH" | |
6409 | for ac_dir in $ac_dummy; do | |
6410 | test -z "$ac_dir" && ac_dir=. | |
6411 | if test -f $ac_dir/$ac_word; then | |
6412 | ac_cv_prog_RANLIB="ranlib" | |
6413 | break | |
6414 | fi | |
6415 | done | |
6416 | IFS="$ac_save_ifs" | |
6417 | test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":" | |
6418 | fi | |
6419 | fi | |
6420 | RANLIB="$ac_cv_prog_RANLIB" | |
6421 | if test -n "$RANLIB"; then | |
6422 | echo "$ac_t""$RANLIB" 1>&6 | |
6423 | else | |
6424 | echo "$ac_t""no" 1>&6 | |
6425 | fi | |
6426 | ||
6427 | ||
6428 | # Extract the first word of "ar", so it can be a program name with args. | |
6429 | set dummy ar; ac_word=$2 | |
6430 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
7c66a493 | 6431 | echo "configure:6432: checking for $ac_word" >&5 |
10f2d63a VZ |
6432 | if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then |
6433 | echo $ac_n "(cached) $ac_c" 1>&6 | |
6434 | else | |
6435 | if test -n "$AR"; then | |
6436 | ac_cv_prog_AR="$AR" # Let the user override the test. | |
6437 | else | |
6438 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" | |
6439 | ac_dummy="$PATH" | |
6440 | for ac_dir in $ac_dummy; do | |
6441 | test -z "$ac_dir" && ac_dir=. | |
6442 | if test -f $ac_dir/$ac_word; then | |
6443 | ac_cv_prog_AR="ar" | |
6444 | break | |
6445 | fi | |
6446 | done | |
6447 | IFS="$ac_save_ifs" | |
6448 | test -z "$ac_cv_prog_AR" && ac_cv_prog_AR="ar" | |
6449 | fi | |
6450 | fi | |
6451 | AR="$ac_cv_prog_AR" | |
6452 | if test -n "$AR"; then | |
6453 | echo "$ac_t""$AR" 1>&6 | |
6454 | else | |
6455 | echo "$ac_t""no" 1>&6 | |
6456 | fi | |
6457 | ||
6458 | ||
6459 | # Find a good install program. We prefer a C program (faster), | |
6460 | # so one script is as good as another. But avoid the broken or | |
6461 | # incompatible versions: | |
6462 | # SysV /etc/install, /usr/sbin/install | |
6463 | # SunOS /usr/etc/install | |
6464 | # IRIX /sbin/install | |
6465 | # AIX /bin/install | |
6466 | # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag | |
6467 | # AFS /usr/afsws/bin/install, which mishandles nonexistent args | |
6468 | # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" | |
6469 | # ./install, which can be erroneously created by make from ./install.sh. | |
6470 | echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 | |
7c66a493 | 6471 | echo "configure:6472: checking for a BSD compatible install" >&5 |
10f2d63a VZ |
6472 | if test -z "$INSTALL"; then |
6473 | if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then | |
6474 | echo $ac_n "(cached) $ac_c" 1>&6 | |
6475 | else | |
6476 | IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":" | |
6477 | for ac_dir in $PATH; do | |
6478 | # Account for people who put trailing slashes in PATH elements. | |
6479 | case "$ac_dir/" in | |
6480 | /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;; | |
6481 | *) | |
6482 | # OSF1 and SCO ODT 3.0 have their own names for install. | |
6483 | # Don't use installbsd from OSF since it installs stuff as root | |
6484 | # by default. | |
6485 | for ac_prog in ginstall scoinst install; do | |
6486 | if test -f $ac_dir/$ac_prog; then | |
6487 | if test $ac_prog = install && | |
6488 | grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then | |
6489 | # AIX install. It has an incompatible calling convention. | |
6490 | : | |
6491 | else | |
6492 | ac_cv_path_install="$ac_dir/$ac_prog -c" | |
6493 | break 2 | |
6494 | fi | |
6495 | fi | |
6496 | done | |
6497 | ;; | |
6498 | esac | |
6499 | done | |
6500 | IFS="$ac_save_IFS" | |
6501 | ||
6502 | fi | |
6503 | if test "${ac_cv_path_install+set}" = set; then | |
6504 | INSTALL="$ac_cv_path_install" | |
6505 | else | |
6506 | # As a last resort, use the slow shell script. We don't cache a | |
6507 | # path for INSTALL within a source directory, because that will | |
6508 | # break other packages using the cache if that directory is | |
6509 | # removed, or if the path is relative. | |
6510 | INSTALL="$ac_install_sh" | |
6511 | fi | |
6512 | fi | |
6513 | echo "$ac_t""$INSTALL" 1>&6 | |
6514 | ||
6515 | # Use test -z because SunOS4 sh mishandles braces in ${var-val}. | |
6516 | # It thinks the first close brace ends the variable substitution. | |
6517 | test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' | |
6518 | ||
6519 | test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' | |
6520 | ||
6521 | test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' | |
6522 | ||
6523 | ||
6524 | # Extract the first word of "strip", so it can be a program name with args. | |
6525 | set dummy strip; ac_word=$2 | |
6526 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
7c66a493 | 6527 | echo "configure:6528: checking for $ac_word" >&5 |
10f2d63a VZ |
6528 | if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then |
6529 | echo $ac_n "(cached) $ac_c" 1>&6 | |
6530 | else | |
6531 | if test -n "$STRIP"; then | |
6532 | ac_cv_prog_STRIP="$STRIP" # Let the user override the test. | |
6533 | else | |
6534 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" | |
6535 | ac_dummy="$PATH" | |
6536 | for ac_dir in $ac_dummy; do | |
6537 | test -z "$ac_dir" && ac_dir=. | |
6538 | if test -f $ac_dir/$ac_word; then | |
6539 | ac_cv_prog_STRIP="strip" | |
6540 | break | |
6541 | fi | |
6542 | done | |
6543 | IFS="$ac_save_ifs" | |
6544 | test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP="true" | |
6545 | fi | |
6546 | fi | |
6547 | STRIP="$ac_cv_prog_STRIP" | |
6548 | if test -n "$STRIP"; then | |
6549 | echo "$ac_t""$STRIP" 1>&6 | |
6550 | else | |
6551 | echo "$ac_t""no" 1>&6 | |
6552 | fi | |
6553 | ||
6554 | ||
6555 | echo $ac_n "checking "make for VPATH support"""... $ac_c" 1>&6 | |
7c66a493 | 6556 | echo "configure:6557: checking "make for VPATH support"" >&5 |
10f2d63a VZ |
6557 | cat - << EOF > confMake |
6558 | check : file | |
6559 | cp \$? \$@ | |
6560 | cp \$? final_file | |
6561 | EOF | |
6562 | ||
6563 | if test ! -d sub ; then | |
6564 | mkdir sub | |
6565 | fi | |
6566 | echo dummy > sub/file | |
6567 | ${MAKE-make} -f confMake VPATH=sub 2> config.log > /dev/null | |
6568 | RESULT=$? | |
6569 | rm -f sub/file check final_file confMake | |
6570 | rmdir sub | |
6571 | if test "$RESULT" = 0; then | |
6572 | echo "$ac_t""yes" 1>&6 | |
6573 | else | |
6574 | echo "$ac_t""no" 1>&6 | |
6575 | { echo "configure: error: You need a make-utility that is able to use the variable | |
6576 | VPATH correctly. | |
6577 | If your version of make does not support VPATH correctly" 1>&2; exit 1; } | |
6578 | fi | |
6579 | ||
6580 | for ac_prog in 'bison -y' byacc | |
6581 | do | |
6582 | # Extract the first word of "$ac_prog", so it can be a program name with args. | |
6583 | set dummy $ac_prog; ac_word=$2 | |
6584 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
7c66a493 | 6585 | echo "configure:6586: checking for $ac_word" >&5 |
10f2d63a VZ |
6586 | if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then |
6587 | echo $ac_n "(cached) $ac_c" 1>&6 | |
6588 | else | |
6589 | if test -n "$YACC"; then | |
6590 | ac_cv_prog_YACC="$YACC" # Let the user override the test. | |
6591 | else | |
6592 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" | |
6593 | ac_dummy="$PATH" | |
6594 | for ac_dir in $ac_dummy; do | |
6595 | test -z "$ac_dir" && ac_dir=. | |
6596 | if test -f $ac_dir/$ac_word; then | |
6597 | ac_cv_prog_YACC="$ac_prog" | |
6598 | break | |
6599 | fi | |
6600 | done | |
6601 | IFS="$ac_save_ifs" | |
6602 | fi | |
6603 | fi | |
6604 | YACC="$ac_cv_prog_YACC" | |
6605 | if test -n "$YACC"; then | |
6606 | echo "$ac_t""$YACC" 1>&6 | |
6607 | else | |
6608 | echo "$ac_t""no" 1>&6 | |
6609 | fi | |
6610 | ||
6611 | test -n "$YACC" && break | |
6612 | done | |
6613 | test -n "$YACC" || YACC="yacc" | |
6614 | ||
6615 | ||
6616 | # Extract the first word of "flex", so it can be a program name with args. | |
6617 | set dummy flex; ac_word=$2 | |
6618 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
7c66a493 | 6619 | echo "configure:6620: checking for $ac_word" >&5 |
10f2d63a VZ |
6620 | if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then |
6621 | echo $ac_n "(cached) $ac_c" 1>&6 | |
6622 | else | |
6623 | if test -n "$LEX"; then | |
6624 | ac_cv_prog_LEX="$LEX" # Let the user override the test. | |
6625 | else | |
6626 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" | |
6627 | ac_dummy="$PATH" | |
6628 | for ac_dir in $ac_dummy; do | |
6629 | test -z "$ac_dir" && ac_dir=. | |
6630 | if test -f $ac_dir/$ac_word; then | |
6631 | ac_cv_prog_LEX="flex" | |
6632 | break | |
6633 | fi | |
6634 | done | |
6635 | IFS="$ac_save_ifs" | |
6636 | test -z "$ac_cv_prog_LEX" && ac_cv_prog_LEX="lex" | |
6637 | fi | |
6638 | fi | |
6639 | LEX="$ac_cv_prog_LEX" | |
6640 | if test -n "$LEX"; then | |
6641 | echo "$ac_t""$LEX" 1>&6 | |
6642 | else | |
6643 | echo "$ac_t""no" 1>&6 | |
6644 | fi | |
6645 | ||
6646 | if test -z "$LEXLIB" | |
6647 | then | |
6648 | case "$LEX" in | |
6649 | flex*) ac_lib=fl ;; | |
6650 | *) ac_lib=l ;; | |
6651 | esac | |
6652 | echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6 | |
7c66a493 | 6653 | echo "configure:6654: checking for yywrap in -l$ac_lib" >&5 |
10f2d63a VZ |
6654 | ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'` |
6655 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
6656 | echo $ac_n "(cached) $ac_c" 1>&6 | |
6657 | else | |
6658 | ac_save_LIBS="$LIBS" | |
6659 | LIBS="-l$ac_lib $LIBS" | |
6660 | cat > conftest.$ac_ext <<EOF | |
7c66a493 | 6661 | #line 6662 "configure" |
10f2d63a VZ |
6662 | #include "confdefs.h" |
6663 | /* Override any gcc2 internal prototype to avoid an error. */ | |
6664 | /* We use char because int might match the return type of a gcc2 | |
6665 | builtin and then its argument prototype would still apply. */ | |
6666 | char yywrap(); | |
6667 | ||
6668 | int main() { | |
6669 | yywrap() | |
6670 | ; return 0; } | |
6671 | EOF | |
7c66a493 | 6672 | if { (eval echo configure:6673: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
10f2d63a VZ |
6673 | rm -rf conftest* |
6674 | eval "ac_cv_lib_$ac_lib_var=yes" | |
6675 | else | |
6676 | echo "configure: failed program was:" >&5 | |
6677 | cat conftest.$ac_ext >&5 | |
6678 | rm -rf conftest* | |
6679 | eval "ac_cv_lib_$ac_lib_var=no" | |
6680 | fi | |
6681 | rm -f conftest* | |
6682 | LIBS="$ac_save_LIBS" | |
6683 | ||
6684 | fi | |
6685 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
6686 | echo "$ac_t""yes" 1>&6 | |
6687 | LEXLIB="-l$ac_lib" | |
6688 | else | |
6689 | echo "$ac_t""no" 1>&6 | |
6690 | fi | |
6691 | ||
6692 | fi | |
6693 | ||
6694 | ||
6695 | echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 | |
7c66a493 | 6696 | echo "configure:6697: checking whether ln -s works" >&5 |
10f2d63a VZ |
6697 | if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then |
6698 | echo $ac_n "(cached) $ac_c" 1>&6 | |
6699 | else | |
6700 | rm -f conftestdata | |
6701 | if ln -s X conftestdata 2>/dev/null | |
6702 | then | |
6703 | rm -f conftestdata | |
6704 | ac_cv_prog_LN_S="ln -s" | |
6705 | else | |
6706 | ac_cv_prog_LN_S=ln | |
6707 | fi | |
6708 | fi | |
6709 | LN_S="$ac_cv_prog_LN_S" | |
6710 | if test "$ac_cv_prog_LN_S" = "ln -s"; then | |
6711 | echo "$ac_t""yes" 1>&6 | |
6712 | else | |
6713 | echo "$ac_t""no" 1>&6 | |
6714 | fi | |
6715 | ||
6716 | ||
6717 | ||
6718 | SEARCH_INCLUDE="\ | |
6719 | /usr/local/include \ | |
6720 | \ | |
6721 | /usr/Motif-1.2/include \ | |
6722 | /usr/Motif-2.1/include \ | |
6723 | \ | |
6724 | /usr/include/Motif1.2 \ | |
6725 | /opt/xpm/include/X11 \ | |
6726 | /opt/GBxpm/include/ \ | |
6727 | /opt/GBxpm/X11/include/ \ | |
6728 | \ | |
6729 | /usr/Motif1.2/include \ | |
6730 | /usr/dt/include \ | |
afc31813 VZ |
6731 | /usr/openwin/include \ |
6732 | \ | |
10f2d63a VZ |
6733 | /usr/include/Xm \ |
6734 | \ | |
6735 | /usr/X11R6/include \ | |
afc31813 | 6736 | /usr/X11R6.4/include \ |
10f2d63a VZ |
6737 | /usr/X11R5/include \ |
6738 | /usr/X11R4/include \ | |
6739 | \ | |
10f2d63a VZ |
6740 | /usr/include/X11R6 \ |
6741 | /usr/include/X11R5 \ | |
6742 | /usr/include/X11R4 \ | |
6743 | \ | |
6744 | /usr/local/X11R6/include \ | |
6745 | /usr/local/X11R5/include \ | |
6746 | /usr/local/X11R4/include \ | |
6747 | \ | |
6748 | /usr/local/include/X11R6 \ | |
6749 | /usr/local/include/X11R5 \ | |
6750 | /usr/local/include/X11R4 \ | |
6751 | \ | |
6752 | /usr/X11/include \ | |
6753 | /usr/include/X11 \ | |
6754 | /usr/local/X11/include \ | |
6755 | /usr/local/include/X11 \ | |
6756 | \ | |
6757 | /usr/X386/include \ | |
6758 | /usr/x386/include \ | |
6759 | /usr/XFree86/include/X11 \ | |
6760 | \ | |
cf27ef00 | 6761 | X:/XFree86/include \ |
ec14dd32 VZ |
6762 | X:/XFree86/include/X11 \ |
6763 | \ | |
10f2d63a VZ |
6764 | /usr/include/gtk \ |
6765 | /usr/local/include/gtk \ | |
6766 | /usr/include/glib \ | |
6767 | /usr/local/include/glib \ | |
6768 | \ | |
6769 | /usr/include/qt \ | |
6770 | /usr/local/include/qt \ | |
6771 | \ | |
6772 | /usr/include/windows \ | |
6773 | /usr/include/wine \ | |
6774 | /usr/local/include/wine \ | |
6775 | \ | |
6776 | /usr/unsupported/include \ | |
6777 | /usr/athena/include \ | |
6778 | /usr/local/x11r5/include \ | |
6779 | /usr/lpp/Xamples/include \ | |
6780 | \ | |
10f2d63a | 6781 | /usr/openwin/share/include \ |
928b5c08 VZ |
6782 | \ |
6783 | /usr/include" | |
10f2d63a VZ |
6784 | |
6785 | SEARCH_LIB="`echo "$SEARCH_INCLUDE" | sed s/include/lib/g` " | |
6786 | ||
6787 | ||
6788 | cat > confcache <<\EOF | |
6789 | # This file is a shell script that caches the results of configure | |
6790 | # tests run on this system so they can be shared between configure | |
6791 | # scripts and configure runs. It is not useful on other systems. | |
6792 | # If it contains results you don't want to keep, you may remove or edit it. | |
6793 | # | |
6794 | # By default, configure uses ./config.cache as the cache file, | |
6795 | # creating it if it does not exist already. You can give configure | |
6796 | # the --cache-file=FILE option to use a different cache file; that is | |
6797 | # what configure does when it calls configure scripts in | |
6798 | # subdirectories, so they share the cache. | |
6799 | # Giving --cache-file=/dev/null disables caching, for debugging configure. | |
6800 | # config.status only pays attention to the cache file if you give it the | |
6801 | # --recheck option to rerun configure. | |
6802 | # | |
6803 | EOF | |
6804 | # The following way of writing the cache mishandles newlines in values, | |
6805 | # but we know of no workaround that is simple, portable, and efficient. | |
6806 | # So, don't put newlines in cache variables' values. | |
6807 | # Ultrix sh set writes to stderr and can't be redirected directly, | |
6808 | # and sets the high bit in the cache file unless we assign to the vars. | |
6809 | (set) 2>&1 | | |
6810 | case `(ac_space=' '; set | grep ac_space) 2>&1` in | |
6811 | *ac_space=\ *) | |
6812 | # `set' does not quote correctly, so add quotes (double-quote substitution | |
6813 | # turns \\\\ into \\, and sed turns \\ into \). | |
6814 | sed -n \ | |
6815 | -e "s/'/'\\\\''/g" \ | |
6816 | -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p" | |
6817 | ;; | |
6818 | *) | |
6819 | # `set' quotes correctly as required by POSIX, so do not add quotes. | |
6820 | sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p' | |
6821 | ;; | |
6822 | esac >> confcache | |
6823 | if cmp -s $cache_file confcache; then | |
6824 | : | |
6825 | else | |
6826 | if test -w $cache_file; then | |
6827 | echo "updating cache $cache_file" | |
6828 | cat confcache > $cache_file | |
6829 | else | |
6830 | echo "not updating unwritable cache $cache_file" | |
6831 | fi | |
6832 | fi | |
6833 | rm -f confcache | |
6834 | ||
6835 | ||
6836 | ||
dad6c0ea VZ |
6837 | AFMINSTALL= |
6838 | ||
10f2d63a VZ |
6839 | if test "$wxUSE_GUI" = "yes"; then |
6840 | ||
dad6c0ea VZ |
6841 | USE_GUI=1 |
6842 | ||
10f2d63a VZ |
6843 | TOOLKIT= |
6844 | TOOLKIT_INCLUDE= | |
6845 | ||
6846 | GUIOBJS= | |
6847 | COMMONOBJS= | |
6848 | GENERICOBJS= | |
6849 | ||
6850 | GUI_TK_LIBRARY= | |
6851 | GUI_TK_LINK= | |
6852 | ||
6853 | WXGTK12= | |
13111b2a | 6854 | WXGTK13= |
10f2d63a VZ |
6855 | |
6856 | WXWINE= | |
6857 | ||
10f2d63a VZ |
6858 | if test "$wxUSE_CYGWIN" = 1 || test "$wxUSE_MINGW" = 1 ; then |
6859 | if test "$cross_compiling" = "yes" ; then | |
6860 | echo "configure: warning: Cross compiling --- skipping windows.h check" 1>&2 | |
6861 | else | |
6862 | echo $ac_n "checking for Windows headers""... $ac_c" 1>&6 | |
7c66a493 | 6863 | echo "configure:6864: checking for Windows headers" >&5 |
10f2d63a VZ |
6864 | |
6865 | ac_find_includes= | |
6866 | for ac_dir in $SEARCH_INCLUDE; | |
6867 | do | |
6868 | if test -f "$ac_dir/windows.h"; then | |
6869 | ac_find_includes=$ac_dir | |
6870 | break | |
6871 | fi | |
6872 | done | |
6873 | ||
6874 | if test "$ac_find_includes" != "" ; then | |
6875 | echo "$ac_t""found $ac_find_includes" 1>&6 | |
6876 | TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE -I$ac_find_includes" | |
6877 | else | |
6878 | echo "$ac_t""no" 1>&6 | |
6879 | { echo "configure: error: please set CFLAGS to contain the location of windows.h" 1>&2; exit 1; } | |
6880 | fi | |
6881 | fi | |
6882 | ||
6883 | INCLUDE_SUBDIRS="$INCLUDE_SUBDIRS msw" | |
6884 | LIBS="$LIBS -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lctl3d32 -lcrtdll -ladvapi32 -lwsock32" | |
6885 | ||
6886 | if test "$wxUSE_MINGW" = 1; then | |
6887 | LDFLAGS="$LDFLAGS -mwindows" | |
6888 | fi | |
6889 | ||
6890 | TOOLKIT=MSW | |
6891 | ||
6892 | GUIOBJS="\$(MSW_GUIOBJS)" | |
6893 | GUIHEADERS="\$(MSW_HEADERS)" | |
6894 | COMMONOBJS="\$(MSW_COMMONOBJS)" | |
6895 | GENERICOBJS="\$(MSW_GENERICOBJS)" | |
6896 | UNIXOBJS= | |
6897 | GUIDIST=MSW_DIST | |
10f2d63a VZ |
6898 | fi |
6899 | ||
6900 | if test "$wxUSE_GTK" = 1; then | |
6901 | ||
6902 | if test x$gtk_config_exec_prefix != x ; then | |
6903 | gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix" | |
6904 | if test x${GTK_CONFIG+set} != xset ; then | |
6905 | GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config | |
6906 | fi | |
6907 | fi | |
6908 | if test x$gtk_config_prefix != x ; then | |
6909 | gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix" | |
6910 | if test x${GTK_CONFIG+set} != xset ; then | |
6911 | GTK_CONFIG=$gtk_config_prefix/bin/gtk-config | |
6912 | fi | |
6913 | fi | |
6914 | ||
6915 | # Extract the first word of "gtk-config", so it can be a program name with args. | |
6916 | set dummy gtk-config; ac_word=$2 | |
6917 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
7c66a493 | 6918 | echo "configure:6919: checking for $ac_word" >&5 |
10f2d63a VZ |
6919 | if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then |
6920 | echo $ac_n "(cached) $ac_c" 1>&6 | |
6921 | else | |
6922 | case "$GTK_CONFIG" in | |
6923 | /*) | |
6924 | ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path. | |
6925 | ;; | |
6926 | ?:/*) | |
6927 | ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a dos path. | |
6928 | ;; | |
6929 | *) | |
6930 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" | |
6931 | ac_dummy="$PATH" | |
6932 | for ac_dir in $ac_dummy; do | |
6933 | test -z "$ac_dir" && ac_dir=. | |
6934 | if test -f $ac_dir/$ac_word; then | |
6935 | ac_cv_path_GTK_CONFIG="$ac_dir/$ac_word" | |
6936 | break | |
6937 | fi | |
6938 | done | |
6939 | IFS="$ac_save_ifs" | |
6940 | test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no" | |
6941 | ;; | |
6942 | esac | |
6943 | fi | |
6944 | GTK_CONFIG="$ac_cv_path_GTK_CONFIG" | |
6945 | if test -n "$GTK_CONFIG"; then | |
6946 | echo "$ac_t""$GTK_CONFIG" 1>&6 | |
6947 | else | |
6948 | echo "$ac_t""no" 1>&6 | |
6949 | fi | |
6950 | ||
04165bec | 6951 | min_gtk_version=1.2.3 |
10f2d63a | 6952 | echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6 |
7c66a493 | 6953 | echo "configure:6954: checking for GTK - version >= $min_gtk_version" >&5 |
10f2d63a VZ |
6954 | no_gtk="" |
6955 | if test "$GTK_CONFIG" != "no" ; then | |
6956 | GTK_CFLAGS=`$GTK_CONFIG --cflags` | |
2224580a | 6957 | GTK_LIBS=`$GTK_CONFIG --libs gthread` |
10f2d63a VZ |
6958 | ac_save_CFLAGS="$CFLAGS" |
6959 | ac_save_LIBS="$LIBS" | |
6960 | CFLAGS="$CFLAGS $GTK_CFLAGS" | |
6961 | LIBS="$LIBS $GTK_LIBS" | |
6962 | if test "$cross_compiling" = yes; then | |
6963 | echo $ac_n "cross compiling; assumed OK... $ac_c" | |
6964 | else | |
6965 | cat > conftest.$ac_ext <<EOF | |
7c66a493 | 6966 | #line 6967 "configure" |
10f2d63a VZ |
6967 | #include "confdefs.h" |
6968 | ||
6969 | #include <gtk/gtk.h> | |
f49f2b0c | 6970 | #include <gtk/gtkfeatures.h> |
10f2d63a VZ |
6971 | #include <stdio.h> |
6972 | ||
6973 | int | |
6974 | main () | |
6975 | { | |
6976 | int major, minor, micro; | |
6977 | ||
6978 | if (sscanf("$min_gtk_version", "%d.%d.%d", &major, &minor, µ) != 3) { | |
6979 | printf("%s, bad version string\n", "$min_gtk_version"); | |
6980 | exit(1); | |
6981 | } | |
6982 | ||
f49f2b0c RR |
6983 | if ((GTK_MAJOR_VERSION != gtk_major_version) || |
6984 | (GTK_MINOR_VERSION != gtk_minor_version) || | |
6985 | (GTK_MICRO_VERSION != gtk_micro_version)) { | |
6986 | printf("Headers vs. library version mismatch!\n"); | |
6987 | exit(1); | |
6988 | } | |
6989 | ||
10f2d63a VZ |
6990 | if (gtk_minor_version == 1) return FALSE; |
6991 | ||
6992 | return !((gtk_major_version > major) || | |
6993 | ((gtk_major_version == major) && (gtk_minor_version > minor)) || | |
6994 | ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro))); | |
6995 | } | |
6996 | ||
6997 | EOF | |
7c66a493 | 6998 | if { (eval echo configure:6999: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
10f2d63a VZ |
6999 | then |
7000 | : | |
7001 | else | |
7002 | echo "configure: failed program was:" >&5 | |
7003 | cat conftest.$ac_ext >&5 | |
7004 | rm -fr conftest* | |
7005 | no_gtk=yes | |
7006 | fi | |
7007 | rm -fr conftest* | |
7008 | fi | |
7009 | ||
7010 | CFLAGS="$ac_save_CFLAGS" | |
7011 | LIBS="$ac_save_LIBS" | |
7012 | else | |
7013 | no_gtk=yes | |
7014 | fi | |
7015 | if test "x$no_gtk" = x ; then | |
7016 | echo "$ac_t""yes" 1>&6 | |
7017 | WXGTK12=1 | |
7018 | else | |
7019 | echo "$ac_t""no" 1>&6 | |
7020 | GTK_CFLAGS="" | |
7021 | GTK_LIBS="" | |
7e99ad86 | 7022 | : |
10f2d63a VZ |
7023 | fi |
7024 | ||
7025 | ||
7026 | ||
7027 | ||
7e99ad86 VZ |
7028 | if test "$WXGTK12" != 1; then |
7029 | { echo "configure: error: | |
7030 | Please check that gtk-config is in path, the directory | |
7031 | where GTK+ libraries are installed (returned by | |
7032 | 'gtk-config --libs' command) is in LD_LIBRARY_PATH or | |
7033 | equivalent variable and GTK+ is version 1.2.3 or above. | |
7034 | " 1>&2; exit 1; } | |
7035 | fi | |
7036 | ||
7037 | ||
10f2d63a | 7038 | TOOLKIT_INCLUDE="$GTK_CFLAGS" |
2224580a VZ |
7039 | |
7040 | ||
7041 | GUI_TK_LIBRARY="$GTK_LIBS" | |
7042 | ||
10f2d63a VZ |
7043 | TOOLKIT=GTK |
7044 | ||
dad6c0ea VZ |
7045 | AFMINSTALL=afminstall |
7046 | ||
10f2d63a VZ |
7047 | GUIOBJS="\$(GTK_GUIOBJS)" |
7048 | GUIHEADERS="\$(GTK_HEADERS)" | |
7049 | COMMONOBJS="\$(GTK_COMMONOBJS)" | |
7050 | GENERICOBJS="\$(GTK_GENERICOBJS)" | |
7051 | GUIDEPS="\$(GTK_GUIDEPS)" | |
7052 | COMMONDEPS="\$(GTK_COMMONDEPS)" | |
7053 | GENERICDEPS="\$(GTK_GENERICDEPS)" | |
7054 | UNIXOBJS="\$(UNIX_OBJS)" | |
d9d8273d | 7055 | UNIXDEPS="\$(UNIX_DEPS)" |
10f2d63a | 7056 | GUIDIST=GTK_DIST |
7ec2881a | 7057 | |
2224580a | 7058 | echo $ac_n "checking for gdk_im_open in -lgdk""... $ac_c" 1>&6 |
7c66a493 | 7059 | echo "configure:7060: checking for gdk_im_open in -lgdk" >&5 |
7ec2881a RR |
7060 | ac_lib_var=`echo gdk'_'gdk_im_open | sed 'y%./+-%__p_%'` |
7061 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
7062 | echo $ac_n "(cached) $ac_c" 1>&6 | |
7063 | else | |
7064 | ac_save_LIBS="$LIBS" | |
7065 | LIBS="-lgdk $LIBS" | |
7066 | cat > conftest.$ac_ext <<EOF | |
7c66a493 | 7067 | #line 7068 "configure" |
7ec2881a RR |
7068 | #include "confdefs.h" |
7069 | /* Override any gcc2 internal prototype to avoid an error. */ | |
7070 | /* We use char because int might match the return type of a gcc2 | |
7071 | builtin and then its argument prototype would still apply. */ | |
7072 | char gdk_im_open(); | |
7073 | ||
7074 | int main() { | |
7075 | gdk_im_open() | |
7076 | ; return 0; } | |
7077 | EOF | |
7c66a493 | 7078 | if { (eval echo configure:7079: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
7ec2881a RR |
7079 | rm -rf conftest* |
7080 | eval "ac_cv_lib_$ac_lib_var=yes" | |
7081 | else | |
7082 | echo "configure: failed program was:" >&5 | |
7083 | cat conftest.$ac_ext >&5 | |
7084 | rm -rf conftest* | |
7085 | eval "ac_cv_lib_$ac_lib_var=no" | |
7086 | fi | |
7087 | rm -f conftest* | |
7088 | LIBS="$ac_save_LIBS" | |
7089 | ||
7090 | fi | |
7091 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
7092 | echo "$ac_t""yes" 1>&6 | |
7093 | cat >> confdefs.h <<\EOF | |
7094 | #define HAVE_XIM 1 | |
7095 | EOF | |
7096 | ||
7097 | else | |
7098 | echo "$ac_t""no" 1>&6 | |
7099 | fi | |
7100 | ||
10f2d63a VZ |
7101 | fi |
7102 | ||
7103 | if test "$wxUSE_WINE" = 1; then | |
7104 | echo $ac_n "checking for WINE includes""... $ac_c" 1>&6 | |
7c66a493 | 7105 | echo "configure:7106: checking for WINE includes" >&5 |
10f2d63a VZ |
7106 | |
7107 | ac_find_includes= | |
7108 | for ac_dir in $SEARCH_INCLUDE; | |
7109 | do | |
7110 | if test -f "$ac_dir/windows.h"; then | |
7111 | ac_find_includes=$ac_dir | |
7112 | break | |
7113 | fi | |
7114 | done | |
7115 | ||
7116 | if test "$ac_find_includes" != "" ; then | |
7117 | echo "$ac_t""found $ac_find_includes" 1>&6 | |
7118 | TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE -I$ac_find_includes" | |
7119 | else | |
7120 | echo "$ac_t""no" 1>&6 | |
7121 | { echo "configure: error: please set CFLAGS to contain the location of windows.h" 1>&2; exit 1; } | |
7122 | fi | |
7123 | ||
7124 | XPM_LINK="" | |
7125 | echo $ac_n "checking for Xpm library""... $ac_c" 1>&6 | |
7c66a493 | 7126 | echo "configure:7127: checking for Xpm library" >&5 |
10f2d63a VZ |
7127 | |
7128 | ac_find_libraries= | |
7129 | for ac_dir in $SEARCH_LIB; | |
7130 | do | |
7131 | for ac_extension in a so sl; do | |
7132 | if test -f "$ac_dir/libXpm.$ac_extension"; then | |
7133 | ac_find_libraries=$ac_dir | |
7134 | break 2 | |
7135 | fi | |
7136 | done | |
7137 | done | |
7138 | ||
7139 | if test "$ac_find_libraries" != "" ; then | |
7140 | GUI_TK_LIBRARY="-L$ac_find_libraries" | |
7141 | XPM_LINK="-lXpm" | |
7142 | cat >> confdefs.h <<\EOF | |
7143 | #define wxHAVE_LIB_XPM 1 | |
7144 | EOF | |
7145 | ||
7146 | echo "$ac_t""found at $ac_find_libraries" 1>&6 | |
7147 | else | |
7148 | echo "$ac_t""no" 1>&6 | |
7149 | echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2 | |
7150 | fi | |
7151 | ||
7152 | MESA_LINK="" | |
7153 | echo $ac_n "checking for Mesa library""... $ac_c" 1>&6 | |
7c66a493 | 7154 | echo "configure:7155: checking for Mesa library" >&5 |
10f2d63a VZ |
7155 | |
7156 | ac_find_libraries= | |
7157 | for ac_dir in $SEARCH_LIB; | |
7158 | do | |
7159 | for ac_extension in a so sl; do | |
7160 | if test -f "$ac_dir/libMesaGL.$ac_extension"; then | |
7161 | ac_find_libraries=$ac_dir | |
7162 | break 2 | |
7163 | fi | |
7164 | done | |
7165 | done | |
7166 | ||
7167 | if test "$ac_find_libraries" != "" ; then | |
7168 | GUI_TK_LIBRARY="$GUI_TK_LIBRARY -L$ac_find_libraries" | |
7169 | MESA_LINK="-lMesaGL" | |
7170 | echo "$ac_t""found at $ac_find_libraries" 1>&6 | |
7171 | else | |
7172 | { echo "configure: error: no" 1>&2; exit 1; } | |
7173 | fi | |
7174 | ||
7175 | GUI_TK_LINK="-lwine $MESA_LINK $XPM_LINK -lXxf86dga -lXxf86vm -lSM -lICE -lXext -lXmu -lX11 -lncurses -lm" | |
7176 | GUI_TK_LIBRARY="$GUI_TK_LIBRARY $GUI_TK_LINK" | |
7177 | WXWINE=1 | |
7178 | TOOLKIT=MSW | |
7179 | ||
7180 | GUIHEADERS="\$(MSW_HEADERS)" | |
7181 | GUIOBJS="\$(MSW_GUIOBJS)" | |
7182 | COMMONOBJS="\$(MSW_COMMONOBJS)" | |
7183 | GENERICOBJS="\$(MSW_GENERICOBJS)" | |
7184 | GUIDEPS="\$(MSW_GUIDEPS)" | |
7185 | COMMONDEPS="\$(MSW_COMMONDEPS)" | |
7186 | GENERICDEPS="\$(MSW_GENERICDEPS)" | |
7187 | UNIXOBJS="\$(UNIX_OBJS)" | |
d9d8273d | 7188 | UNIXDEPS="\$(UNIX_DEPS)" |
10f2d63a VZ |
7189 | GUIDIST=MSW_DIST |
7190 | fi | |
7191 | ||
7192 | if test "$wxUSE_MOTIF" = 1; then | |
ab9b9eab VZ |
7193 | # If we find X, set shell vars x_includes and x_libraries to the |
7194 | # paths, otherwise set no_x=yes. | |
7195 | # Uses ac_ vars as temps to allow command line to override cache and checks. | |
7196 | # --without-x overrides everything else, but does not touch the cache. | |
7197 | echo $ac_n "checking for X""... $ac_c" 1>&6 | |
7c66a493 | 7198 | echo "configure:7199: checking for X" >&5 |
ab9b9eab VZ |
7199 | |
7200 | # Check whether --with-x or --without-x was given. | |
7201 | if test "${with_x+set}" = set; then | |
7202 | withval="$with_x" | |
7203 | : | |
7204 | fi | |
ba337fe7 | 7205 | |
ab9b9eab VZ |
7206 | # $have_x is `yes', `no', `disabled', or empty when we do not yet know. |
7207 | if test "x$with_x" = xno; then | |
7208 | # The user explicitly disabled X. | |
7209 | have_x=disabled | |
7210 | else | |
7211 | if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then | |
7212 | # Both variables are already set. | |
7213 | have_x=yes | |
7214 | else | |
7215 | if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then | |
7216 | echo $ac_n "(cached) $ac_c" 1>&6 | |
7217 | else | |
7218 | # One or both of the vars are not set, and there is no cached value. | |
7219 | ac_x_includes=NO ac_x_libraries=NO | |
7220 | rm -fr conftestdir | |
7221 | if mkdir conftestdir; then | |
7222 | cd conftestdir | |
7223 | # Make sure to not put "make" in the Imakefile rules, since we grep it out. | |
7224 | cat > Imakefile <<'EOF' | |
7225 | acfindx: | |
7226 | @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"' | |
7227 | EOF | |
7228 | if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then | |
7229 | # GNU make sometimes prints "make[1]: Entering...", which would confuse us. | |
7230 | eval `${MAKE-make} acfindx 2>/dev/null | grep -v make` | |
7231 | # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR. | |
10f2d63a | 7232 | for ac_extension in a so sl; do |
ab9b9eab VZ |
7233 | if test ! -f $ac_im_usrlibdir/libX11.$ac_extension && |
7234 | test -f $ac_im_libdir/libX11.$ac_extension; then | |
7235 | ac_im_usrlibdir=$ac_im_libdir; break | |
10f2d63a VZ |
7236 | fi |
7237 | done | |
ab9b9eab VZ |
7238 | # Screen out bogus values from the imake configuration. They are |
7239 | # bogus both because they are the default anyway, and because | |
7240 | # using them would break gcc on systems where it needs fixed includes. | |
7241 | case "$ac_im_incroot" in | |
7242 | /usr/include) ;; | |
7243 | *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes="$ac_im_incroot" ;; | |
7244 | esac | |
7245 | case "$ac_im_usrlibdir" in | |
7246 | /usr/lib | /lib) ;; | |
7247 | *) test -d "$ac_im_usrlibdir" && ac_x_libraries="$ac_im_usrlibdir" ;; | |
7248 | esac | |
ba337fe7 | 7249 | fi |
ab9b9eab VZ |
7250 | cd .. |
7251 | rm -fr conftestdir | |
7252 | fi | |
10f2d63a | 7253 | |
ab9b9eab VZ |
7254 | if test "$ac_x_includes" = NO; then |
7255 | # Guess where to find include files, by looking for this one X11 .h file. | |
7256 | test -z "$x_direct_test_include" && x_direct_test_include=X11/Intrinsic.h | |
ba337fe7 | 7257 | |
ab9b9eab VZ |
7258 | # First, try using that file with no special directory specified. |
7259 | cat > conftest.$ac_ext <<EOF | |
7c66a493 | 7260 | #line 7261 "configure" |
ab9b9eab VZ |
7261 | #include "confdefs.h" |
7262 | #include <$x_direct_test_include> | |
7263 | EOF | |
7264 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
7c66a493 | 7265 | { (eval echo configure:7266: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
ab9b9eab VZ |
7266 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
7267 | if test -z "$ac_err"; then | |
7268 | rm -rf conftest* | |
7269 | # We can compile using X headers with no special include directory. | |
7270 | ac_x_includes= | |
7271 | else | |
7272 | echo "$ac_err" >&5 | |
7273 | echo "configure: failed program was:" >&5 | |
7274 | cat conftest.$ac_ext >&5 | |
7275 | rm -rf conftest* | |
7276 | # Look for the header file in a standard set of common directories. | |
7277 | # Check X11 before X11Rn because it is often a symlink to the current release. | |
7278 | for ac_dir in \ | |
7279 | /usr/X11/include \ | |
7280 | /usr/X11R6/include \ | |
7281 | /usr/X11R5/include \ | |
7282 | /usr/X11R4/include \ | |
7283 | \ | |
7284 | /usr/include/X11 \ | |
7285 | /usr/include/X11R6 \ | |
7286 | /usr/include/X11R5 \ | |
7287 | /usr/include/X11R4 \ | |
7288 | \ | |
7289 | /usr/local/X11/include \ | |
7290 | /usr/local/X11R6/include \ | |
7291 | /usr/local/X11R5/include \ | |
7292 | /usr/local/X11R4/include \ | |
7293 | \ | |
7294 | /usr/local/include/X11 \ | |
7295 | /usr/local/include/X11R6 \ | |
7296 | /usr/local/include/X11R5 \ | |
7297 | /usr/local/include/X11R4 \ | |
7298 | \ | |
7299 | /usr/X386/include \ | |
7300 | /usr/x386/include \ | |
7301 | /usr/XFree86/include/X11 \ | |
7302 | \ | |
7303 | /usr/include \ | |
7304 | /usr/local/include \ | |
7305 | /usr/unsupported/include \ | |
7306 | /usr/athena/include \ | |
7307 | /usr/local/x11r5/include \ | |
7308 | /usr/lpp/Xamples/include \ | |
7309 | \ | |
7310 | /usr/openwin/include \ | |
7311 | /usr/openwin/share/include \ | |
7312 | ; \ | |
10f2d63a | 7313 | do |
ab9b9eab VZ |
7314 | if test -r "$ac_dir/$x_direct_test_include"; then |
7315 | ac_x_includes=$ac_dir | |
10f2d63a VZ |
7316 | break |
7317 | fi | |
7318 | done | |
ab9b9eab VZ |
7319 | fi |
7320 | rm -f conftest* | |
7321 | fi # $ac_x_includes = NO | |
10f2d63a | 7322 | |
ab9b9eab VZ |
7323 | if test "$ac_x_libraries" = NO; then |
7324 | # Check for the libraries. | |
10f2d63a | 7325 | |
ab9b9eab VZ |
7326 | test -z "$x_direct_test_library" && x_direct_test_library=Xt |
7327 | test -z "$x_direct_test_function" && x_direct_test_function=XtMalloc | |
10f2d63a | 7328 | |
ab9b9eab VZ |
7329 | # See if we find them without any special options. |
7330 | # Don't add to $LIBS permanently. | |
7331 | ac_save_LIBS="$LIBS" | |
7332 | LIBS="-l$x_direct_test_library $LIBS" | |
7333 | cat > conftest.$ac_ext <<EOF | |
7c66a493 | 7334 | #line 7335 "configure" |
ab9b9eab | 7335 | #include "confdefs.h" |
10f2d63a | 7336 | |
ab9b9eab VZ |
7337 | int main() { |
7338 | ${x_direct_test_function}() | |
7339 | ; return 0; } | |
7340 | EOF | |
7c66a493 | 7341 | if { (eval echo configure:7342: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
ab9b9eab VZ |
7342 | rm -rf conftest* |
7343 | LIBS="$ac_save_LIBS" | |
7344 | # We can link X programs with no special library path. | |
7345 | ac_x_libraries= | |
7346 | else | |
7347 | echo "configure: failed program was:" >&5 | |
7348 | cat conftest.$ac_ext >&5 | |
7349 | rm -rf conftest* | |
7350 | LIBS="$ac_save_LIBS" | |
7351 | # First see if replacing the include by lib works. | |
7352 | # Check X11 before X11Rn because it is often a symlink to the current release. | |
7353 | for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \ | |
7354 | /usr/X11/lib \ | |
7355 | /usr/X11R6/lib \ | |
7356 | /usr/X11R5/lib \ | |
7357 | /usr/X11R4/lib \ | |
7358 | \ | |
7359 | /usr/lib/X11 \ | |
7360 | /usr/lib/X11R6 \ | |
7361 | /usr/lib/X11R5 \ | |
7362 | /usr/lib/X11R4 \ | |
7363 | \ | |
7364 | /usr/local/X11/lib \ | |
7365 | /usr/local/X11R6/lib \ | |
7366 | /usr/local/X11R5/lib \ | |
7367 | /usr/local/X11R4/lib \ | |
7368 | \ | |
7369 | /usr/local/lib/X11 \ | |
7370 | /usr/local/lib/X11R6 \ | |
7371 | /usr/local/lib/X11R5 \ | |
7372 | /usr/local/lib/X11R4 \ | |
7373 | \ | |
7374 | /usr/X386/lib \ | |
7375 | /usr/x386/lib \ | |
7376 | /usr/XFree86/lib/X11 \ | |
7377 | \ | |
7378 | /usr/lib \ | |
7379 | /usr/local/lib \ | |
7380 | /usr/unsupported/lib \ | |
7381 | /usr/athena/lib \ | |
7382 | /usr/local/x11r5/lib \ | |
7383 | /usr/lpp/Xamples/lib \ | |
7384 | /lib/usr/lib/X11 \ | |
7385 | \ | |
7386 | /usr/openwin/lib \ | |
7387 | /usr/openwin/share/lib \ | |
7388 | ; \ | |
7389 | do | |
7390 | for ac_extension in a so sl; do | |
7391 | if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then | |
7392 | ac_x_libraries=$ac_dir | |
7393 | break 2 | |
10f2d63a | 7394 | fi |
10f2d63a | 7395 | done |
ab9b9eab VZ |
7396 | done |
7397 | fi | |
7398 | rm -f conftest* | |
7399 | fi # $ac_x_libraries = NO | |
10f2d63a | 7400 | |
ab9b9eab VZ |
7401 | if test "$ac_x_includes" = NO || test "$ac_x_libraries" = NO; then |
7402 | # Didn't find X anywhere. Cache the known absence of X. | |
7403 | ac_cv_have_x="have_x=no" | |
7404 | else | |
7405 | # Record where we found X for the cache. | |
7406 | ac_cv_have_x="have_x=yes \ | |
7407 | ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries" | |
7408 | fi | |
7409 | fi | |
10f2d63a | 7410 | fi |
ab9b9eab VZ |
7411 | eval "$ac_cv_have_x" |
7412 | fi # $with_x != no | |
10f2d63a | 7413 | |
ab9b9eab VZ |
7414 | if test "$have_x" != yes; then |
7415 | echo "$ac_t""$have_x" 1>&6 | |
7416 | no_x=yes | |
7417 | else | |
7418 | # If each of the values was on the command line, it overrides each guess. | |
7419 | test "x$x_includes" = xNONE && x_includes=$ac_x_includes | |
7420 | test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries | |
7421 | # Update the cache value to reflect the command line values. | |
7422 | ac_cv_have_x="have_x=yes \ | |
7423 | ac_x_includes=$x_includes ac_x_libraries=$x_libraries" | |
7424 | echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6 | |
7425 | fi | |
10f2d63a | 7426 | |
ab9b9eab VZ |
7427 | if test "$no_x" = yes; then |
7428 | # Not all programs may use this symbol, but it does not hurt to define it. | |
7429 | cat >> confdefs.h <<\EOF | |
7430 | #define X_DISPLAY_MISSING 1 | |
7431 | EOF | |
10f2d63a | 7432 | |
ab9b9eab VZ |
7433 | X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS= |
7434 | else | |
7435 | if test -n "$x_includes"; then | |
7436 | X_CFLAGS="$X_CFLAGS -I$x_includes" | |
10f2d63a VZ |
7437 | fi |
7438 | ||
ab9b9eab VZ |
7439 | # It would also be nice to do this for all -L options, not just this one. |
7440 | if test -n "$x_libraries"; then | |
7441 | X_LIBS="$X_LIBS -L$x_libraries" | |
7442 | # For Solaris; some versions of Sun CC require a space after -R and | |
7443 | # others require no space. Words are not sufficient . . . . | |
7444 | case "`(uname -sr) 2>/dev/null`" in | |
7445 | "SunOS 5"*) | |
7446 | echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6 | |
7c66a493 | 7447 | echo "configure:7448: checking whether -R must be followed by a space" >&5 |
ab9b9eab VZ |
7448 | ac_xsave_LIBS="$LIBS"; LIBS="$LIBS -R$x_libraries" |
7449 | cat > conftest.$ac_ext <<EOF | |
7c66a493 | 7450 | #line 7451 "configure" |
ab9b9eab | 7451 | #include "confdefs.h" |
10f2d63a | 7452 | |
ab9b9eab | 7453 | int main() { |
788deba1 | 7454 | |
ab9b9eab VZ |
7455 | ; return 0; } |
7456 | EOF | |
7c66a493 | 7457 | if { (eval echo configure:7458: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
ab9b9eab VZ |
7458 | rm -rf conftest* |
7459 | ac_R_nospace=yes | |
7460 | else | |
7461 | echo "configure: failed program was:" >&5 | |
7462 | cat conftest.$ac_ext >&5 | |
7463 | rm -rf conftest* | |
7464 | ac_R_nospace=no | |
7465 | fi | |
7466 | rm -f conftest* | |
7467 | if test $ac_R_nospace = yes; then | |
7468 | echo "$ac_t""no" 1>&6 | |
7469 | X_LIBS="$X_LIBS -R$x_libraries" | |
7470 | else | |
7471 | LIBS="$ac_xsave_LIBS -R $x_libraries" | |
7472 | cat > conftest.$ac_ext <<EOF | |
7c66a493 | 7473 | #line 7474 "configure" |
ab9b9eab | 7474 | #include "confdefs.h" |
788deba1 | 7475 | |
ab9b9eab VZ |
7476 | int main() { |
7477 | ||
7478 | ; return 0; } | |
7479 | EOF | |
7c66a493 | 7480 | if { (eval echo configure:7481: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
ab9b9eab VZ |
7481 | rm -rf conftest* |
7482 | ac_R_space=yes | |
7483 | else | |
7484 | echo "configure: failed program was:" >&5 | |
7485 | cat conftest.$ac_ext >&5 | |
7486 | rm -rf conftest* | |
7487 | ac_R_space=no | |
7488 | fi | |
7489 | rm -f conftest* | |
7490 | if test $ac_R_space = yes; then | |
7491 | echo "$ac_t""yes" 1>&6 | |
7492 | X_LIBS="$X_LIBS -R $x_libraries" | |
7493 | else | |
7494 | echo "$ac_t""neither works" 1>&6 | |
7495 | fi | |
7496 | fi | |
7497 | LIBS="$ac_xsave_LIBS" | |
7498 | esac | |
7499 | fi | |
7500 | ||
7501 | # Check for system-dependent libraries X programs must link with. | |
7502 | # Do this before checking for the system-independent R6 libraries | |
7503 | # (-lICE), since we may need -lsocket or whatever for X linking. | |
7504 | ||
7505 | if test "$ISC" = yes; then | |
7506 | X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet" | |
7507 | else | |
7508 | # Martyn.Johnson@cl.cam.ac.uk says this is needed for Ultrix, if the X | |
7509 | # libraries were built with DECnet support. And karl@cs.umb.edu says | |
7510 | # the Alpha needs dnet_stub (dnet does not exist). | |
7511 | echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6 | |
7c66a493 | 7512 | echo "configure:7513: checking for dnet_ntoa in -ldnet" >&5 |
ab9b9eab VZ |
7513 | ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'` |
7514 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
7515 | echo $ac_n "(cached) $ac_c" 1>&6 | |
7516 | else | |
7517 | ac_save_LIBS="$LIBS" | |
7518 | LIBS="-ldnet $LIBS" | |
7519 | cat > conftest.$ac_ext <<EOF | |
7c66a493 | 7520 | #line 7521 "configure" |
ab9b9eab VZ |
7521 | #include "confdefs.h" |
7522 | /* Override any gcc2 internal prototype to avoid an error. */ | |
7523 | /* We use char because int might match the return type of a gcc2 | |
7524 | builtin and then its argument prototype would still apply. */ | |
7525 | char dnet_ntoa(); | |
7526 | ||
7527 | int main() { | |
7528 | dnet_ntoa() | |
7529 | ; return 0; } | |
7530 | EOF | |
7c66a493 | 7531 | if { (eval echo configure:7532: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
ab9b9eab VZ |
7532 | rm -rf conftest* |
7533 | eval "ac_cv_lib_$ac_lib_var=yes" | |
7534 | else | |
7535 | echo "configure: failed program was:" >&5 | |
7536 | cat conftest.$ac_ext >&5 | |
7537 | rm -rf conftest* | |
7538 | eval "ac_cv_lib_$ac_lib_var=no" | |
7539 | fi | |
7540 | rm -f conftest* | |
7541 | LIBS="$ac_save_LIBS" | |
7542 | ||
7543 | fi | |
7544 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
7545 | echo "$ac_t""yes" 1>&6 | |
7546 | X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet" | |
7547 | else | |
7548 | echo "$ac_t""no" 1>&6 | |
7549 | fi | |
7550 | ||
7551 | if test $ac_cv_lib_dnet_dnet_ntoa = no; then | |
7552 | echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6 | |
7c66a493 | 7553 | echo "configure:7554: checking for dnet_ntoa in -ldnet_stub" >&5 |
ab9b9eab VZ |
7554 | ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'` |
7555 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
7556 | echo $ac_n "(cached) $ac_c" 1>&6 | |
7557 | else | |
7558 | ac_save_LIBS="$LIBS" | |
7559 | LIBS="-ldnet_stub $LIBS" | |
7560 | cat > conftest.$ac_ext <<EOF | |
7c66a493 | 7561 | #line 7562 "configure" |
ab9b9eab VZ |
7562 | #include "confdefs.h" |
7563 | /* Override any gcc2 internal prototype to avoid an error. */ | |
7564 | /* We use char because int might match the return type of a gcc2 | |
7565 | builtin and then its argument prototype would still apply. */ | |
7566 | char dnet_ntoa(); | |
7567 | ||
7568 | int main() { | |
7569 | dnet_ntoa() | |
7570 | ; return 0; } | |
7571 | EOF | |
7c66a493 | 7572 | if { (eval echo configure:7573: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
ab9b9eab VZ |
7573 | rm -rf conftest* |
7574 | eval "ac_cv_lib_$ac_lib_var=yes" | |
7575 | else | |
7576 | echo "configure: failed program was:" >&5 | |
7577 | cat conftest.$ac_ext >&5 | |
7578 | rm -rf conftest* | |
7579 | eval "ac_cv_lib_$ac_lib_var=no" | |
7580 | fi | |
7581 | rm -f conftest* | |
7582 | LIBS="$ac_save_LIBS" | |
7583 | ||
7584 | fi | |
7585 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
7586 | echo "$ac_t""yes" 1>&6 | |
7587 | X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub" | |
7588 | else | |
7589 | echo "$ac_t""no" 1>&6 | |
7590 | fi | |
7591 | ||
7592 | fi | |
7593 | ||
7594 | # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT, | |
7595 | # to get the SysV transport functions. | |
7596 | # chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4) | |
7597 | # needs -lnsl. | |
7598 | # The nsl library prevents programs from opening the X display | |
7599 | # on Irix 5.2, according to dickey@clark.net. | |
7600 | echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6 | |
7c66a493 | 7601 | echo "configure:7602: checking for gethostbyname" >&5 |
ab9b9eab VZ |
7602 | if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then |
7603 | echo $ac_n "(cached) $ac_c" 1>&6 | |
7604 | else | |
7605 | cat > conftest.$ac_ext <<EOF | |
7c66a493 | 7606 | #line 7607 "configure" |
ab9b9eab VZ |
7607 | #include "confdefs.h" |
7608 | /* System header to define __stub macros and hopefully few prototypes, | |
7609 | which can conflict with char gethostbyname(); below. */ | |
7610 | #include <assert.h> | |
7611 | /* Override any gcc2 internal prototype to avoid an error. */ | |
7612 | /* We use char because int might match the return type of a gcc2 | |
7613 | builtin and then its argument prototype would still apply. */ | |
7614 | char gethostbyname(); | |
7615 | ||
7616 | int main() { | |
7617 | ||
7618 | /* The GNU C library defines this for functions which it implements | |
7619 | to always fail with ENOSYS. Some functions are actually named | |
7620 | something starting with __ and the normal name is an alias. */ | |
7621 | #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname) | |
7622 | choke me | |
7623 | #else | |
2224580a | 7624 | gethostbyname(); |
ab9b9eab VZ |
7625 | #endif |
7626 | ||
7627 | ; return 0; } | |
7628 | EOF | |
7c66a493 | 7629 | if { (eval echo configure:7630: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
ab9b9eab VZ |
7630 | rm -rf conftest* |
7631 | eval "ac_cv_func_gethostbyname=yes" | |
7632 | else | |
7633 | echo "configure: failed program was:" >&5 | |
7634 | cat conftest.$ac_ext >&5 | |
7635 | rm -rf conftest* | |
7636 | eval "ac_cv_func_gethostbyname=no" | |
7637 | fi | |
7638 | rm -f conftest* | |
7639 | fi | |
7640 | ||
7641 | if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then | |
7642 | echo "$ac_t""yes" 1>&6 | |
7643 | : | |
7644 | else | |
7645 | echo "$ac_t""no" 1>&6 | |
7646 | fi | |
7647 | ||
7648 | if test $ac_cv_func_gethostbyname = no; then | |
7649 | echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6 | |
7c66a493 | 7650 | echo "configure:7651: checking for gethostbyname in -lnsl" >&5 |
ab9b9eab VZ |
7651 | ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'` |
7652 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
7653 | echo $ac_n "(cached) $ac_c" 1>&6 | |
7654 | else | |
7655 | ac_save_LIBS="$LIBS" | |
7656 | LIBS="-lnsl $LIBS" | |
7657 | cat > conftest.$ac_ext <<EOF | |
7c66a493 | 7658 | #line 7659 "configure" |
ab9b9eab VZ |
7659 | #include "confdefs.h" |
7660 | /* Override any gcc2 internal prototype to avoid an error. */ | |
7661 | /* We use char because int might match the return type of a gcc2 | |
7662 | builtin and then its argument prototype would still apply. */ | |
7663 | char gethostbyname(); | |
7664 | ||
7665 | int main() { | |
7666 | gethostbyname() | |
7667 | ; return 0; } | |
7668 | EOF | |
7c66a493 | 7669 | if { (eval echo configure:7670: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
ab9b9eab VZ |
7670 | rm -rf conftest* |
7671 | eval "ac_cv_lib_$ac_lib_var=yes" | |
7672 | else | |
7673 | echo "configure: failed program was:" >&5 | |
7674 | cat conftest.$ac_ext >&5 | |
7675 | rm -rf conftest* | |
7676 | eval "ac_cv_lib_$ac_lib_var=no" | |
7677 | fi | |
7678 | rm -f conftest* | |
7679 | LIBS="$ac_save_LIBS" | |
7680 | ||
7681 | fi | |
7682 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
7683 | echo "$ac_t""yes" 1>&6 | |
7684 | X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl" | |
7685 | else | |
7686 | echo "$ac_t""no" 1>&6 | |
7687 | fi | |
7688 | ||
7689 | fi | |
7690 | ||
7691 | # lieder@skyler.mavd.honeywell.com says without -lsocket, | |
7692 | # socket/setsockopt and other routines are undefined under SCO ODT | |
7693 | # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary | |
7694 | # on later versions), says simon@lia.di.epfl.ch: it contains | |
7695 | # gethostby* variants that don't use the nameserver (or something). | |
7696 | # -lsocket must be given before -lnsl if both are needed. | |
7697 | # We assume that if connect needs -lnsl, so does gethostbyname. | |
7698 | echo $ac_n "checking for connect""... $ac_c" 1>&6 | |
7c66a493 | 7699 | echo "configure:7700: checking for connect" >&5 |
ab9b9eab VZ |
7700 | if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then |
7701 | echo $ac_n "(cached) $ac_c" 1>&6 | |
7702 | else | |
7703 | cat > conftest.$ac_ext <<EOF | |
7c66a493 | 7704 | #line 7705 "configure" |
ab9b9eab VZ |
7705 | #include "confdefs.h" |
7706 | /* System header to define __stub macros and hopefully few prototypes, | |
7707 | which can conflict with char connect(); below. */ | |
7708 | #include <assert.h> | |
7709 | /* Override any gcc2 internal prototype to avoid an error. */ | |
7710 | /* We use char because int might match the return type of a gcc2 | |
7711 | builtin and then its argument prototype would still apply. */ | |
7712 | char connect(); | |
7713 | ||
7714 | int main() { | |
7715 | ||
7716 | /* The GNU C library defines this for functions which it implements | |
7717 | to always fail with ENOSYS. Some functions are actually named | |
7718 | something starting with __ and the normal name is an alias. */ | |
7719 | #if defined (__stub_connect) || defined (__stub___connect) | |
7720 | choke me | |
7721 | #else | |
2224580a | 7722 | connect(); |
ab9b9eab VZ |
7723 | #endif |
7724 | ||
7725 | ; return 0; } | |
7726 | EOF | |
7c66a493 | 7727 | if { (eval echo configure:7728: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
ab9b9eab VZ |
7728 | rm -rf conftest* |
7729 | eval "ac_cv_func_connect=yes" | |
7730 | else | |
7731 | echo "configure: failed program was:" >&5 | |
7732 | cat conftest.$ac_ext >&5 | |
7733 | rm -rf conftest* | |
7734 | eval "ac_cv_func_connect=no" | |
7735 | fi | |
7736 | rm -f conftest* | |
7737 | fi | |
7738 | ||
7739 | if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then | |
7740 | echo "$ac_t""yes" 1>&6 | |
7741 | : | |
7742 | else | |
7743 | echo "$ac_t""no" 1>&6 | |
7744 | fi | |
7745 | ||
7746 | if test $ac_cv_func_connect = no; then | |
7747 | echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6 | |
7c66a493 | 7748 | echo "configure:7749: checking for connect in -lsocket" >&5 |
ab9b9eab VZ |
7749 | ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'` |
7750 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
7751 | echo $ac_n "(cached) $ac_c" 1>&6 | |
7752 | else | |
7753 | ac_save_LIBS="$LIBS" | |
7754 | LIBS="-lsocket $X_EXTRA_LIBS $LIBS" | |
7755 | cat > conftest.$ac_ext <<EOF | |
7c66a493 | 7756 | #line 7757 "configure" |
ab9b9eab VZ |
7757 | #include "confdefs.h" |
7758 | /* Override any gcc2 internal prototype to avoid an error. */ | |
7759 | /* We use char because int might match the return type of a gcc2 | |
7760 | builtin and then its argument prototype would still apply. */ | |
7761 | char connect(); | |
7762 | ||
7763 | int main() { | |
7764 | connect() | |
7765 | ; return 0; } | |
7766 | EOF | |
7c66a493 | 7767 | if { (eval echo configure:7768: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
ab9b9eab VZ |
7768 | rm -rf conftest* |
7769 | eval "ac_cv_lib_$ac_lib_var=yes" | |
7770 | else | |
7771 | echo "configure: failed program was:" >&5 | |
7772 | cat conftest.$ac_ext >&5 | |
7773 | rm -rf conftest* | |
7774 | eval "ac_cv_lib_$ac_lib_var=no" | |
7775 | fi | |
7776 | rm -f conftest* | |
7777 | LIBS="$ac_save_LIBS" | |
7778 | ||
7779 | fi | |
7780 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
7781 | echo "$ac_t""yes" 1>&6 | |
7782 | X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS" | |
7783 | else | |
7784 | echo "$ac_t""no" 1>&6 | |
7785 | fi | |
7786 | ||
7787 | fi | |
7788 | ||
7789 | # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX. | |
7790 | echo $ac_n "checking for remove""... $ac_c" 1>&6 | |
7c66a493 | 7791 | echo "configure:7792: checking for remove" >&5 |
ab9b9eab VZ |
7792 | if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then |
7793 | echo $ac_n "(cached) $ac_c" 1>&6 | |
7794 | else | |
7795 | cat > conftest.$ac_ext <<EOF | |
7c66a493 | 7796 | #line 7797 "configure" |
ab9b9eab VZ |
7797 | #include "confdefs.h" |
7798 | /* System header to define __stub macros and hopefully few prototypes, | |
7799 | which can conflict with char remove(); below. */ | |
7800 | #include <assert.h> | |
7801 | /* Override any gcc2 internal prototype to avoid an error. */ | |
7802 | /* We use char because int might match the return type of a gcc2 | |
7803 | builtin and then its argument prototype would still apply. */ | |
7804 | char remove(); | |
7805 | ||
7806 | int main() { | |
7807 | ||
7808 | /* The GNU C library defines this for functions which it implements | |
7809 | to always fail with ENOSYS. Some functions are actually named | |
7810 | something starting with __ and the normal name is an alias. */ | |
7811 | #if defined (__stub_remove) || defined (__stub___remove) | |
7812 | choke me | |
7813 | #else | |
2224580a | 7814 | remove(); |
ab9b9eab VZ |
7815 | #endif |
7816 | ||
7817 | ; return 0; } | |
7818 | EOF | |
7c66a493 | 7819 | if { (eval echo configure:7820: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
ab9b9eab VZ |
7820 | rm -rf conftest* |
7821 | eval "ac_cv_func_remove=yes" | |
7822 | else | |
7823 | echo "configure: failed program was:" >&5 | |
7824 | cat conftest.$ac_ext >&5 | |
7825 | rm -rf conftest* | |
7826 | eval "ac_cv_func_remove=no" | |
7827 | fi | |
7828 | rm -f conftest* | |
7829 | fi | |
7830 | ||
7831 | if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then | |
7832 | echo "$ac_t""yes" 1>&6 | |
7833 | : | |
7834 | else | |
7835 | echo "$ac_t""no" 1>&6 | |
7836 | fi | |
7837 | ||
7838 | if test $ac_cv_func_remove = no; then | |
7839 | echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6 | |
7c66a493 | 7840 | echo "configure:7841: checking for remove in -lposix" >&5 |
ab9b9eab VZ |
7841 | ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'` |
7842 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
7843 | echo $ac_n "(cached) $ac_c" 1>&6 | |
7844 | else | |
7845 | ac_save_LIBS="$LIBS" | |
7846 | LIBS="-lposix $LIBS" | |
7847 | cat > conftest.$ac_ext <<EOF | |
7c66a493 | 7848 | #line 7849 "configure" |
ab9b9eab VZ |
7849 | #include "confdefs.h" |
7850 | /* Override any gcc2 internal prototype to avoid an error. */ | |
7851 | /* We use char because int might match the return type of a gcc2 | |
7852 | builtin and then its argument prototype would still apply. */ | |
7853 | char remove(); | |
7854 | ||
7855 | int main() { | |
7856 | remove() | |
7857 | ; return 0; } | |
7858 | EOF | |
7c66a493 | 7859 | if { (eval echo configure:7860: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
ab9b9eab VZ |
7860 | rm -rf conftest* |
7861 | eval "ac_cv_lib_$ac_lib_var=yes" | |
7862 | else | |
7863 | echo "configure: failed program was:" >&5 | |
7864 | cat conftest.$ac_ext >&5 | |
7865 | rm -rf conftest* | |
7866 | eval "ac_cv_lib_$ac_lib_var=no" | |
7867 | fi | |
7868 | rm -f conftest* | |
7869 | LIBS="$ac_save_LIBS" | |
7870 | ||
7871 | fi | |
7872 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
7873 | echo "$ac_t""yes" 1>&6 | |
7874 | X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix" | |
7875 | else | |
7876 | echo "$ac_t""no" 1>&6 | |
7877 | fi | |
7878 | ||
7879 | fi | |
7880 | ||
7881 | # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay. | |
7882 | echo $ac_n "checking for shmat""... $ac_c" 1>&6 | |
7c66a493 | 7883 | echo "configure:7884: checking for shmat" >&5 |
ab9b9eab VZ |
7884 | if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then |
7885 | echo $ac_n "(cached) $ac_c" 1>&6 | |
7886 | else | |
7887 | cat > conftest.$ac_ext <<EOF | |
7c66a493 | 7888 | #line 7889 "configure" |
ab9b9eab VZ |
7889 | #include "confdefs.h" |
7890 | /* System header to define __stub macros and hopefully few prototypes, | |
7891 | which can conflict with char shmat(); below. */ | |
7892 | #include <assert.h> | |
7893 | /* Override any gcc2 internal prototype to avoid an error. */ | |
7894 | /* We use char because int might match the return type of a gcc2 | |
7895 | builtin and then its argument prototype would still apply. */ | |
7896 | char shmat(); | |
7897 | ||
7898 | int main() { | |
7899 | ||
7900 | /* The GNU C library defines this for functions which it implements | |
7901 | to always fail with ENOSYS. Some functions are actually named | |
7902 | something starting with __ and the normal name is an alias. */ | |
7903 | #if defined (__stub_shmat) || defined (__stub___shmat) | |
7904 | choke me | |
7905 | #else | |
2224580a | 7906 | shmat(); |
ab9b9eab VZ |
7907 | #endif |
7908 | ||
7909 | ; return 0; } | |
7910 | EOF | |
7c66a493 | 7911 | if { (eval echo configure:7912: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
ab9b9eab VZ |
7912 | rm -rf conftest* |
7913 | eval "ac_cv_func_shmat=yes" | |
7914 | else | |
7915 | echo "configure: failed program was:" >&5 | |
7916 | cat conftest.$ac_ext >&5 | |
7917 | rm -rf conftest* | |
7918 | eval "ac_cv_func_shmat=no" | |
7919 | fi | |
7920 | rm -f conftest* | |
7921 | fi | |
7922 | ||
7923 | if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then | |
7924 | echo "$ac_t""yes" 1>&6 | |
7925 | : | |
7926 | else | |
7927 | echo "$ac_t""no" 1>&6 | |
7928 | fi | |
7929 | ||
7930 | if test $ac_cv_func_shmat = no; then | |
7931 | echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6 | |
7c66a493 | 7932 | echo "configure:7933: checking for shmat in -lipc" >&5 |
ab9b9eab VZ |
7933 | ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'` |
7934 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
7935 | echo $ac_n "(cached) $ac_c" 1>&6 | |
7936 | else | |
7937 | ac_save_LIBS="$LIBS" | |
7938 | LIBS="-lipc $LIBS" | |
7939 | cat > conftest.$ac_ext <<EOF | |
7c66a493 | 7940 | #line 7941 "configure" |
ab9b9eab VZ |
7941 | #include "confdefs.h" |
7942 | /* Override any gcc2 internal prototype to avoid an error. */ | |
7943 | /* We use char because int might match the return type of a gcc2 | |
7944 | builtin and then its argument prototype would still apply. */ | |
7945 | char shmat(); | |
7946 | ||
7947 | int main() { | |
7948 | shmat() | |
7949 | ; return 0; } | |
7950 | EOF | |
7c66a493 | 7951 | if { (eval echo configure:7952: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
ab9b9eab VZ |
7952 | rm -rf conftest* |
7953 | eval "ac_cv_lib_$ac_lib_var=yes" | |
7954 | else | |
7955 | echo "configure: failed program was:" >&5 | |
7956 | cat conftest.$ac_ext >&5 | |
7957 | rm -rf conftest* | |
7958 | eval "ac_cv_lib_$ac_lib_var=no" | |
7959 | fi | |
7960 | rm -f conftest* | |
7961 | LIBS="$ac_save_LIBS" | |
7962 | ||
7963 | fi | |
7964 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
7965 | echo "$ac_t""yes" 1>&6 | |
7966 | X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc" | |
7967 | else | |
7968 | echo "$ac_t""no" 1>&6 | |
7969 | fi | |
7970 | ||
7971 | fi | |
7972 | fi | |
7973 | ||
7974 | # Check for libraries that X11R6 Xt/Xaw programs need. | |
7975 | ac_save_LDFLAGS="$LDFLAGS" | |
7976 | test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries" | |
7977 | # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to | |
7978 | # check for ICE first), but we must link in the order -lSM -lICE or | |
7979 | # we get undefined symbols. So assume we have SM if we have ICE. | |
7980 | # These have to be linked with before -lX11, unlike the other | |
7981 | # libraries we check for below, so use a different variable. | |
7982 | # --interran@uluru.Stanford.EDU, kb@cs.umb.edu. | |
7983 | echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6 | |
7c66a493 | 7984 | echo "configure:7985: checking for IceConnectionNumber in -lICE" >&5 |
ab9b9eab VZ |
7985 | ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'` |
7986 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
7987 | echo $ac_n "(cached) $ac_c" 1>&6 | |
7988 | else | |
7989 | ac_save_LIBS="$LIBS" | |
7990 | LIBS="-lICE $X_EXTRA_LIBS $LIBS" | |
7991 | cat > conftest.$ac_ext <<EOF | |
7c66a493 | 7992 | #line 7993 "configure" |
ab9b9eab VZ |
7993 | #include "confdefs.h" |
7994 | /* Override any gcc2 internal prototype to avoid an error. */ | |
7995 | /* We use char because int might match the return type of a gcc2 | |
7996 | builtin and then its argument prototype would still apply. */ | |
7997 | char IceConnectionNumber(); | |
7998 | ||
7999 | int main() { | |
8000 | IceConnectionNumber() | |
8001 | ; return 0; } | |
8002 | EOF | |
7c66a493 | 8003 | if { (eval echo configure:8004: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
ab9b9eab VZ |
8004 | rm -rf conftest* |
8005 | eval "ac_cv_lib_$ac_lib_var=yes" | |
8006 | else | |
8007 | echo "configure: failed program was:" >&5 | |
8008 | cat conftest.$ac_ext >&5 | |
8009 | rm -rf conftest* | |
8010 | eval "ac_cv_lib_$ac_lib_var=no" | |
8011 | fi | |
8012 | rm -f conftest* | |
8013 | LIBS="$ac_save_LIBS" | |
8014 | ||
8015 | fi | |
8016 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
8017 | echo "$ac_t""yes" 1>&6 | |
8018 | X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE" | |
8019 | else | |
8020 | echo "$ac_t""no" 1>&6 | |
8021 | fi | |
8022 | ||
8023 | LDFLAGS="$ac_save_LDFLAGS" | |
8024 | ||
8025 | fi | |
8026 | ||
8027 | ||
8028 | if test "$no_x" = "yes"; then | |
8029 | { echo "configure: error: X11 not found" 1>&2; exit 1; } | |
8030 | fi | |
8031 | ||
8032 | GUI_TK_LIBRARY="$X_LIBS" | |
8033 | TOOLKIT_INCLUDE="$X_CFLAGS" | |
8034 | ||
dad6c0ea VZ |
8035 | AFMINSTALL=afminstall |
8036 | ||
ab9b9eab VZ |
8037 | |
8038 | echo $ac_n "checking for Motif/Lesstif headers""... $ac_c" 1>&6 | |
7c66a493 | 8039 | echo "configure:8040: checking for Motif/Lesstif headers" >&5 |
ab9b9eab VZ |
8040 | |
8041 | ac_find_includes= | |
8042 | for ac_dir in $SEARCH_INCLUDE; | |
8043 | do | |
8044 | if test -f "$ac_dir/Xm/Xm.h"; then | |
8045 | ac_find_includes=$ac_dir | |
8046 | break | |
8047 | fi | |
8048 | done | |
8049 | ||
8050 | if test "$ac_find_includes" != "" ; then | |
8051 | echo "$ac_t""found $ac_find_includes" 1>&6 | |
8052 | else | |
8053 | echo "$ac_t""no" 1>&6 | |
8054 | { echo "configure: error: please set CFLAGS to contain the location of Xm/Xm.h" 1>&2; exit 1; } | |
8055 | fi | |
8056 | ||
8057 | echo $ac_n "checking for Motif/Lesstif library""... $ac_c" 1>&6 | |
7c66a493 | 8058 | echo "configure:8059: checking for Motif/Lesstif library" >&5 |
ab9b9eab VZ |
8059 | |
8060 | ac_find_libraries= | |
8061 | for ac_dir in $SEARCH_LIB; | |
8062 | do | |
8063 | for ac_extension in a so sl; do | |
8064 | if test -f "$ac_dir/libXm.$ac_extension"; then | |
8065 | ac_find_libraries=$ac_dir | |
8066 | break 2 | |
8067 | fi | |
8068 | done | |
8069 | done | |
8070 | ||
8071 | if test "$ac_find_libraries" != "" ; then | |
8072 | ||
8073 | ac_path_to_include=$ac_find_includes | |
8074 | echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev/null | |
8075 | result=$? | |
8076 | if test $result = 0; then | |
8077 | ac_path_to_include="" | |
8078 | else | |
8079 | ac_path_to_include="-I$ac_find_includes" | |
8080 | fi | |
8081 | ||
8082 | ||
8083 | echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null | |
8084 | result=$? | |
8085 | if test $result = 0; then | |
8086 | ac_path_to_link="" | |
8087 | else | |
8088 | ac_path_to_link="-L$ac_find_libraries" | |
8089 | fi | |
8090 | ||
8091 | ||
8092 | GUI_TK_LIBRARY="$GUI_TK_LIBRARY $ac_path_to_link" | |
8093 | TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE $ac_path_to_include" | |
8094 | echo "$ac_t""found at $ac_find_libraries" 1>&6 | |
8095 | else | |
8096 | echo "$ac_t""no" 1>&6 | |
8097 | { echo "configure: error: please set LDFLAGS to contain the location of libXm" 1>&2; exit 1; } | |
8098 | fi | |
8099 | ||
8100 | echo $ac_n "checking for Xt library""... $ac_c" 1>&6 | |
7c66a493 | 8101 | echo "configure:8102: checking for Xt library" >&5 |
ab9b9eab VZ |
8102 | |
8103 | ac_find_libraries= | |
8104 | for ac_dir in $SEARCH_LIB; | |
8105 | do | |
8106 | for ac_extension in a so sl; do | |
8107 | if test -f "$ac_dir/libXt.$ac_extension"; then | |
8108 | ac_find_libraries=$ac_dir | |
8109 | break 2 | |
8110 | fi | |
8111 | done | |
8112 | done | |
8113 | ||
8114 | if test "$ac_find_libraries" != "" ; then | |
8115 | ||
8116 | echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null | |
8117 | result=$? | |
8118 | if test $result = 0; then | |
8119 | ac_path_to_link="" | |
8120 | else | |
8121 | ac_path_to_link="-L$ac_find_libraries" | |
8122 | fi | |
8123 | ||
8124 | GUI_TK_LIBRARY="$GUI_TK_LIBRARY $ac_path_to_link" | |
8125 | echo "$ac_t""found at $ac_find_libraries" 1>&6 | |
8126 | else | |
8127 | echo "$ac_t""no" 1>&6 | |
8128 | { echo "configure: error: please set LDFLAGS to contain the location of libXt" 1>&2; exit 1; } | |
8129 | fi | |
8130 | ||
8131 | XPM_LINK="" | |
8132 | echo $ac_n "checking for Xpm library""... $ac_c" 1>&6 | |
7c66a493 | 8133 | echo "configure:8134: checking for Xpm library" >&5 |
ab9b9eab VZ |
8134 | |
8135 | ac_find_libraries= | |
8136 | for ac_dir in $SEARCH_LIB; | |
8137 | do | |
8138 | for ac_extension in a so sl; do | |
8139 | if test -f "$ac_dir/libXpm.$ac_extension"; then | |
8140 | ac_find_libraries=$ac_dir | |
8141 | break 2 | |
8142 | fi | |
8143 | done | |
8144 | done | |
8145 | ||
8146 | if test "$ac_find_libraries" != "" ; then | |
8147 | ||
8148 | echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null | |
8149 | result=$? | |
8150 | if test $result = 0; then | |
8151 | ac_path_to_link="" | |
8152 | else | |
8153 | ac_path_to_link="-L$ac_find_libraries" | |
8154 | fi | |
8155 | ||
8156 | GUI_TK_LIBRARY="$GUI_TK_LIBRARY $ac_path_to_link" | |
8157 | XPM_LINK="-lXpm " | |
8158 | cat >> confdefs.h <<\EOF | |
8159 | #define wxHAVE_LIB_XPM 1 | |
8160 | EOF | |
8161 | ||
8162 | echo "$ac_t""found at $ac_find_libraries" 1>&6 | |
8163 | else | |
8164 | echo "$ac_t""no" 1>&6 | |
8165 | echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2 | |
8166 | fi | |
8167 | ||
8168 | GUI_TK_LINK="-lXm $XPM_LINK -lXmu -lXext -lXt -lX11 -lm" | |
8169 | GUI_TK_LIBRARY="$GUI_TK_LIBRARY $GUI_TK_LINK" | |
8170 | TOOLKIT=MOTIF | |
8171 | ||
8172 | GUIHEADERS="\$(MOTIF_HEADERS)" | |
8173 | GUIOBJS="\$(MOTIF_GUIOBJS)" | |
8174 | COMMONOBJS="\$(MOTIF_COMMONOBJS)" | |
788deba1 VZ |
8175 | GENERICOBJS="\$(MOTIF_GENERICOBJS)" |
8176 | GUIDEPS="\$(MOTIF_GUIDEPS)" | |
8177 | COMMONDEPS="\$(MOTIF_COMMONDEPS)" | |
10f2d63a VZ |
8178 | GENERICDEPS="\$(MOTIF_GENERICDEPS)" |
8179 | UNIXOBJS="\$(UNIX_OBJS)" | |
d9d8273d | 8180 | UNIXDEPS="\$(UNIX_DEPS)" |
10f2d63a VZ |
8181 | GUIDIST=MOTIF_DIST |
8182 | fi | |
8183 | ||
e07802fc VZ |
8184 | if test "$wxUSE_PM" = 1; then |
8185 | TOOLKIT=PM | |
8186 | ||
8187 | GUIOBJS="\$(PM_GUIOBJS)" | |
8188 | GUIHEADERS="\$(PM_HEADERS)" | |
8189 | COMMONOBJS="\$(PM_COMMONOBJS)" | |
8190 | GENERICOBJS="\$(PM_GENERICOBJS)" | |
8191 | GUIDEPS="\$(PM_GUIDEPS)" | |
8192 | COMMONDEPS="\$(PM_COMMONDEPS)" | |
8193 | GENERICDEPS="\$(PM_GENERICDEPS)" | |
8194 | UNIXOBJS= | |
8195 | UNIXDEPS= | |
8196 | GUIDIST=GTK_DIST | |
8197 | fi | |
8198 | ||
8199 | if test "$TOOLKIT" != "PM" ; then | |
ec14dd32 | 8200 | TOOLKIT_DIR=`echo ${TOOLKIT} | tr "[A-Z]" "[a-z]"` |
e07802fc VZ |
8201 | else |
8202 | TOOLKIT_DIR="os2" | |
8203 | fi | |
10f2d63a | 8204 | |
2224580a | 8205 | TOOLKIT_DEF="-D__WX${TOOLKIT}__" |
10f2d63a | 8206 | |
2224580a | 8207 | WX_LIBRARY="wx_${TOOLKIT_DIR}" |
10f2d63a | 8208 | |
3fcdd07b VZ |
8209 | ALL_OBJECTS="\$(GUIOBJS) \$(COMMONOBJS) \$(GENERICOBJS) \$(UNIXOBJS) \$(HTMLOBJS)" |
8210 | ||
8211 | if test "$(TOOLKIT)" != "MSW"; then | |
8212 | ALL_OBJECTS="${ALL_OBJECTS} \$(IODBCOBJS)" | |
8213 | fi | |
8214 | ||
d9d8273d | 8215 | if test "$wxUSE_LIBJPEG" = "yes" ; then |
2224580a | 8216 | ALL_OBJECTS="${ALL_OBJECTS} \$(JPEGOBJS)" |
d9d8273d RR |
8217 | fi |
8218 | if test "$wxUSE_LIBTIFF" = "yes" ; then | |
8219 | ALL_OBJECTS="${ALL_OBJECTS} \$(TIFFOBJS)" | |
8220 | fi | |
8221 | if test "$wxUSE_LIBPNG" = "yes" ; then | |
8222 | ALL_OBJECTS="${ALL_OBJECTS} \$(PNGOBJS)" | |
8223 | fi | |
8224 | if test "$wxUSE_ZLIB" = "yes" ; then | |
8225 | ALL_OBJECTS="${ALL_OBJECTS} \$(ZLIBOBJS)" | |
8226 | fi | |
10f2d63a | 8227 | ALL_DEPFILES="\$(GUIDEPS) \$(COMMONDEPS) \$(GENERICDEPS) \$(UNIXDEPS) \$(HTMLDEPS)" |
2224580a VZ |
8228 | |
8229 | PORT_FILES="src/\$(TOOLKITDIR)/files.lst" | |
8230 | RPM_FILES="src/\$(TOOLKITDIR)/rpmfiles.lst" | |
8231 | RPM_SPEC="wx\$(TOOLKIT).spec" | |
8232 | ||
8233 | GUIDIST="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST" | |
8234 | DISTDIR="wx\$(TOOLKIT)" | |
10f2d63a VZ |
8235 | else |
8236 | ||
dad6c0ea VZ |
8237 | USE_GUI=0 |
8238 | ||
2224580a VZ |
8239 | ALL_OBJECTS="\$(BASE_OBJS) \${BASE_UNIX_OBJS}" |
8240 | ALL_DEPFILES="\${BASE_DEPS} \${BASE_UNIX_DEPS}" | |
10f2d63a VZ |
8241 | |
8242 | WX_LIBRARY="wxbase" | |
2224580a VZ |
8243 | |
8244 | PORT_FILES="src/files.lst" | |
8245 | RPM_FILES="src/rpmfiles.lst" | |
8246 | RPM_SPEC="wxBase.spec" | |
8247 | ||
8248 | GUIDIST="BASE_DIST" | |
8249 | DISTDIR="wxBase" | |
10f2d63a VZ |
8250 | fi |
8251 | ||
8252 | WX_LIBRARY_NAME="lib${WX_LIBRARY}.la" | |
8253 | ||
8254 | WX_LIBRARY_NAME_STATIC="lib${WX_LIBRARY}.a" | |
8255 | ||
8256 | WX_LIBRARY_NAME_SHARED="lib${WX_LIBRARY}-${WX_RELEASE}.so.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}" | |
8257 | ||
8258 | WX_LIBRARY_LINK1="lib${WX_LIBRARY}-${WX_RELEASE}.so.${WX_CURRENT}" | |
8259 | WX_LIBRARY_LINK2="lib${WX_LIBRARY}-${WX_RELEASE}.so" | |
8260 | WX_LIBRARY_LINK3="lib${WX_LIBRARY}.so" | |
8261 | ||
8262 | SHARED_LD= | |
8263 | PIC_FLAG= | |
8264 | WX_ALL= | |
8265 | WX_ALL_INSTALLED= | |
1d62a8b4 | 8266 | BURNT_LIBRARY_NAME= |
10f2d63a | 8267 | |
b12915c1 | 8268 | |
10f2d63a VZ |
8269 | if test "$wxUSE_SHARED" = "yes"; then |
8270 | case "${host}" in | |
8271 | *-hp-hpux* ) | |
8272 | if test "$GCC" = yes ; then | |
69ffe1d2 | 8273 | SHARED_LD="${CC} -shared -fPIC -o" |
10f2d63a VZ |
8274 | PIC_FLAG="-fPIC" |
8275 | else | |
8276 | SHARED_LD="${CXX} -b -o" | |
8277 | PIC_FLAG="+Z" | |
8278 | fi | |
8279 | WX_LIBRARY_NAME_SHARED="libwx_${TOOLKIT_DIR}.sl" | |
8280 | WX_ALL=${WX_LIBRARY_NAME_SHARED} | |
8281 | ;; | |
b12915c1 VZ |
8282 | |
8283 | *-*-linux* ) | |
10f2d63a VZ |
8284 | SHARED_LD="${CC} -shared -o" |
8285 | PIC_FLAG="-fPIC" | |
8286 | WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS" | |
8287 | WX_ALL="CREATE_LINKS" | |
b12915c1 | 8288 | ;; |
10f2d63a VZ |
8289 | *-*-irix5* | *-*-irix6* ) |
8290 | if test "$GCC" = yes ; then | |
8291 | SHARED_LD="${CC} -shared -o" | |
8292 | PIC_FLAG="-fPIC" | |
8293 | else | |
8294 | SHARED_LD="${CXX} -shared -o" | |
8295 | fi | |
8296 | WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS" | |
8297 | WX_ALL="CREATE_LINKS" | |
8298 | ;; | |
8299 | *-*-solaris2* ) | |
8300 | if test "$GCC" = yes ; then | |
8301 | SHARED_LD="${CC} -shared -o" | |
8302 | PIC_FLAG="-fPIC" | |
8303 | else | |
8304 | SHARED_LD="${CXX} -G -o" | |
8305 | PIC_FLAG="-KPIC" | |
8306 | fi | |
8307 | WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS" | |
8308 | WX_ALL="CREATE_LINKS" | |
8309 | ;; | |
8310 | *-*-sunos4* ) | |
8311 | SHARED_LD="${CC} -shared -o" | |
8312 | PIC_FLAG="-fPIC" | |
8313 | WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS" | |
8314 | WX_ALL="CREATE_LINKS" | |
8315 | ;; | |
8316 | *-*-freebsd* | *-*-netbsd*) | |
8317 | SHARED_LD="${CC} -shared -o" | |
8318 | PIC_FLAG="-fPIC" | |
8319 | WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS" | |
8320 | WX_ALL="CREATE_LINKS" | |
8321 | ;; | |
8322 | *-*-osf* ) | |
8323 | SHARED_LD="${CXX} -shared -o" | |
8324 | PIC_FLAG="-fPIC" | |
8325 | WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS" | |
8326 | WX_ALL="CREATE_LINKS" | |
8327 | ;; | |
8328 | *-*-dgux5* ) | |
8329 | SHARED_LD="${CXX} -shared -o" | |
8330 | PIC_FLAG="-fPIC" | |
8331 | WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS" | |
8332 | WX_ALL="CREATE_LINKS" | |
8333 | ;; | |
8334 | *-*-sysv5* ) | |
8335 | SHARED_LD="${CC} -shared -o" | |
8336 | PIC_FLAG="-fPIC" | |
8337 | WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS" | |
8338 | WX_ALL="CREATE_LINKS" | |
8339 | ;; | |
8340 | *-*-aix* ) | |
8341 | SHARED_LD="/usr/lpp/xlC/bin/makeC++SharedLib -p 0 -o" | |
8342 | WX_ALL=${WX_LIBRARY_NAME_SHARED} | |
8343 | ;; | |
8344 | *-*-cygwin32* ) | |
8345 | WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_STATIC}" | |
8346 | WX_ALL="${WX_LIBRARY_NAME_STATIC}" | |
8347 | ;; | |
b12915c1 | 8348 | *-*-mingw32* ) |
10f2d63a VZ |
8349 | WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_STATIC}" |
8350 | WX_ALL="${WX_LIBRARY_NAME_STATIC}" | |
8351 | ;; | |
8352 | *-pc-os2_emx ) | |
e07802fc VZ |
8353 | WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_STATIC}" |
8354 | WX_ALL="${WX_LIBRARY_NAME_STATIC}" | |
10f2d63a | 8355 | ;; |
b12915c1 | 8356 | *-*-beos* ) |
e2b8b066 | 8357 | SHARED_LD="${LD} -shared -o" |
b12915c1 VZ |
8358 | PIC_FLAG="-fPIC" |
8359 | WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS" | |
8360 | WX_ALL="CREATE_LINKS" | |
8361 | ;; | |
10f2d63a VZ |
8362 | *) |
8363 | { echo "configure: error: unknown system type ${host}." 1>&2; exit 1; } | |
8364 | esac | |
8365 | ||
8366 | if test "x$WX_TARGET_LIBRARY" = "x"; then | |
8367 | WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_SHARED}" | |
8368 | fi | |
8369 | else | |
8370 | WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_STATIC}" | |
8371 | WX_ALL="${WX_LIBRARY_NAME_STATIC}" | |
8372 | fi | |
8373 | ||
8374 | ||
8375 | for ac_hdr in strings.h | |
8376 | do | |
8377 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
8378 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
3fcdd07b | 8379 | echo "configure:8380: checking for $ac_hdr" >&5 |
10f2d63a VZ |
8380 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
8381 | echo $ac_n "(cached) $ac_c" 1>&6 | |
8382 | else | |
8383 | cat > conftest.$ac_ext <<EOF | |
3fcdd07b | 8384 | #line 8385 "configure" |
10f2d63a VZ |
8385 | #include "confdefs.h" |
8386 | #include <$ac_hdr> | |
8387 | EOF | |
8388 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
3fcdd07b | 8389 | { (eval echo configure:8390: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
10f2d63a VZ |
8390 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
8391 | if test -z "$ac_err"; then | |
8392 | rm -rf conftest* | |
8393 | eval "ac_cv_header_$ac_safe=yes" | |
8394 | else | |
8395 | echo "$ac_err" >&5 | |
8396 | echo "configure: failed program was:" >&5 | |
8397 | cat conftest.$ac_ext >&5 | |
8398 | rm -rf conftest* | |
8399 | eval "ac_cv_header_$ac_safe=no" | |
8400 | fi | |
8401 | rm -f conftest* | |
8402 | fi | |
8403 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
8404 | echo "$ac_t""yes" 1>&6 | |
8405 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
8406 | cat >> confdefs.h <<EOF | |
8407 | #define $ac_tr_hdr 1 | |
8408 | EOF | |
8409 | ||
8410 | else | |
8411 | echo "$ac_t""no" 1>&6 | |
8412 | fi | |
8413 | done | |
8414 | ||
8415 | for ac_hdr in unistd.h | |
8416 | do | |
8417 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
8418 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
3fcdd07b | 8419 | echo "configure:8420: checking for $ac_hdr" >&5 |
10f2d63a VZ |
8420 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
8421 | echo $ac_n "(cached) $ac_c" 1>&6 | |
8422 | else | |
8423 | cat > conftest.$ac_ext <<EOF | |
3fcdd07b | 8424 | #line 8425 "configure" |
10f2d63a VZ |
8425 | #include "confdefs.h" |
8426 | #include <$ac_hdr> | |
8427 | EOF | |
8428 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
3fcdd07b | 8429 | { (eval echo configure:8430: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
10f2d63a VZ |
8430 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
8431 | if test -z "$ac_err"; then | |
8432 | rm -rf conftest* | |
8433 | eval "ac_cv_header_$ac_safe=yes" | |
8434 | else | |
8435 | echo "$ac_err" >&5 | |
8436 | echo "configure: failed program was:" >&5 | |
8437 | cat conftest.$ac_ext >&5 | |
8438 | rm -rf conftest* | |
8439 | eval "ac_cv_header_$ac_safe=no" | |
8440 | fi | |
8441 | rm -f conftest* | |
8442 | fi | |
8443 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
8444 | echo "$ac_t""yes" 1>&6 | |
8445 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
8446 | cat >> confdefs.h <<EOF | |
8447 | #define $ac_tr_hdr 1 | |
8448 | EOF | |
8449 | ||
8450 | else | |
8451 | echo "$ac_t""no" 1>&6 | |
8452 | fi | |
8453 | done | |
8454 | ||
8455 | for ac_hdr in wchar.h | |
8456 | do | |
8457 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
8458 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
3fcdd07b | 8459 | echo "configure:8460: checking for $ac_hdr" >&5 |
10f2d63a VZ |
8460 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
8461 | echo $ac_n "(cached) $ac_c" 1>&6 | |
8462 | else | |
8463 | cat > conftest.$ac_ext <<EOF | |
3fcdd07b | 8464 | #line 8465 "configure" |
10f2d63a VZ |
8465 | #include "confdefs.h" |
8466 | #include <$ac_hdr> | |
8467 | EOF | |
8468 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
3fcdd07b | 8469 | { (eval echo configure:8470: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
10f2d63a VZ |
8470 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
8471 | if test -z "$ac_err"; then | |
8472 | rm -rf conftest* | |
8473 | eval "ac_cv_header_$ac_safe=yes" | |
8474 | else | |
8475 | echo "$ac_err" >&5 | |
8476 | echo "configure: failed program was:" >&5 | |
8477 | cat conftest.$ac_ext >&5 | |
8478 | rm -rf conftest* | |
8479 | eval "ac_cv_header_$ac_safe=no" | |
8480 | fi | |
8481 | rm -f conftest* | |
8482 | fi | |
8483 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
8484 | echo "$ac_t""yes" 1>&6 | |
8485 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
8486 | cat >> confdefs.h <<EOF | |
8487 | #define $ac_tr_hdr 1 | |
8488 | EOF | |
8489 | ||
8490 | else | |
8491 | echo "$ac_t""no" 1>&6 | |
8492 | fi | |
8493 | done | |
8494 | ||
8495 | for ac_hdr in wcstr.h | |
8496 | do | |
8497 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
8498 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
3fcdd07b | 8499 | echo "configure:8500: checking for $ac_hdr" >&5 |
10f2d63a VZ |
8500 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
8501 | echo $ac_n "(cached) $ac_c" 1>&6 | |
8502 | else | |
8503 | cat > conftest.$ac_ext <<EOF | |
3fcdd07b | 8504 | #line 8505 "configure" |
10f2d63a VZ |
8505 | #include "confdefs.h" |
8506 | #include <$ac_hdr> | |
8507 | EOF | |
8508 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
3fcdd07b | 8509 | { (eval echo configure:8510: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
10f2d63a VZ |
8510 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
8511 | if test -z "$ac_err"; then | |
8512 | rm -rf conftest* | |
8513 | eval "ac_cv_header_$ac_safe=yes" | |
8514 | else | |
8515 | echo "$ac_err" >&5 | |
8516 | echo "configure: failed program was:" >&5 | |
8517 | cat conftest.$ac_ext >&5 | |
8518 | rm -rf conftest* | |
8519 | eval "ac_cv_header_$ac_safe=no" | |
8520 | fi | |
8521 | rm -f conftest* | |
8522 | fi | |
8523 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
8524 | echo "$ac_t""yes" 1>&6 | |
8525 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
8526 | cat >> confdefs.h <<EOF | |
8527 | #define $ac_tr_hdr 1 | |
8528 | EOF | |
8529 | ||
8530 | else | |
8531 | echo "$ac_t""no" 1>&6 | |
8532 | fi | |
8533 | done | |
8534 | ||
8535 | for ac_hdr in fnmatch.h | |
8536 | do | |
8537 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
8538 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
3fcdd07b | 8539 | echo "configure:8540: checking for $ac_hdr" >&5 |
10f2d63a VZ |
8540 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
8541 | echo $ac_n "(cached) $ac_c" 1>&6 | |
8542 | else | |
8543 | cat > conftest.$ac_ext <<EOF | |
3fcdd07b | 8544 | #line 8545 "configure" |
10f2d63a VZ |
8545 | #include "confdefs.h" |
8546 | #include <$ac_hdr> | |
8547 | EOF | |
8548 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
3fcdd07b | 8549 | { (eval echo configure:8550: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
10f2d63a VZ |
8550 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
8551 | if test -z "$ac_err"; then | |
8552 | rm -rf conftest* | |
8553 | eval "ac_cv_header_$ac_safe=yes" | |
8554 | else | |
8555 | echo "$ac_err" >&5 | |
8556 | echo "configure: failed program was:" >&5 | |
8557 | cat conftest.$ac_ext >&5 | |
8558 | rm -rf conftest* | |
8559 | eval "ac_cv_header_$ac_safe=no" | |
8560 | fi | |
8561 | rm -f conftest* | |
8562 | fi | |
8563 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
8564 | echo "$ac_t""yes" 1>&6 | |
8565 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
8566 | cat >> confdefs.h <<EOF | |
8567 | #define $ac_tr_hdr 1 | |
8568 | EOF | |
8569 | ||
8570 | else | |
8571 | echo "$ac_t""no" 1>&6 | |
8572 | fi | |
8573 | done | |
8574 | ||
8575 | ||
8576 | if test "$wxUSE_GUI" = "yes"; then | |
8577 | for ac_hdr in X11/XKBlib.h | |
8578 | do | |
8579 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
8580 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
3fcdd07b | 8581 | echo "configure:8582: checking for $ac_hdr" >&5 |
10f2d63a VZ |
8582 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
8583 | echo $ac_n "(cached) $ac_c" 1>&6 | |
8584 | else | |
8585 | cat > conftest.$ac_ext <<EOF | |
3fcdd07b | 8586 | #line 8587 "configure" |
10f2d63a VZ |
8587 | #include "confdefs.h" |
8588 | #include <$ac_hdr> | |
8589 | EOF | |
8590 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
3fcdd07b | 8591 | { (eval echo configure:8592: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
10f2d63a VZ |
8592 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
8593 | if test -z "$ac_err"; then | |
8594 | rm -rf conftest* | |
8595 | eval "ac_cv_header_$ac_safe=yes" | |
8596 | else | |
8597 | echo "$ac_err" >&5 | |
8598 | echo "configure: failed program was:" >&5 | |
8599 | cat conftest.$ac_ext >&5 | |
8600 | rm -rf conftest* | |
8601 | eval "ac_cv_header_$ac_safe=no" | |
8602 | fi | |
8603 | rm -f conftest* | |
8604 | fi | |
8605 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
8606 | echo "$ac_t""yes" 1>&6 | |
8607 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
8608 | cat >> confdefs.h <<EOF | |
8609 | #define $ac_tr_hdr 1 | |
8610 | EOF | |
8611 | ||
8612 | else | |
8613 | echo "$ac_t""no" 1>&6 | |
8614 | fi | |
8615 | done | |
8616 | ||
8617 | fi | |
8618 | ||
8619 | ||
8620 | echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 | |
3fcdd07b | 8621 | echo "configure:8622: checking for ANSI C header files" >&5 |
10f2d63a VZ |
8622 | if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then |
8623 | echo $ac_n "(cached) $ac_c" 1>&6 | |
8624 | else | |
8625 | cat > conftest.$ac_ext <<EOF | |
3fcdd07b | 8626 | #line 8627 "configure" |
10f2d63a VZ |
8627 | #include "confdefs.h" |
8628 | #include <stdlib.h> | |
8629 | #include <stdarg.h> | |
8630 | #include <string.h> | |
8631 | #include <float.h> | |
8632 | EOF | |
8633 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
3fcdd07b | 8634 | { (eval echo configure:8635: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
10f2d63a VZ |
8635 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
8636 | if test -z "$ac_err"; then | |
8637 | rm -rf conftest* | |
8638 | ac_cv_header_stdc=yes | |
8639 | else | |
8640 | echo "$ac_err" >&5 | |
8641 | echo "configure: failed program was:" >&5 | |
8642 | cat conftest.$ac_ext >&5 | |
8643 | rm -rf conftest* | |
8644 | ac_cv_header_stdc=no | |
8645 | fi | |
8646 | rm -f conftest* | |
8647 | ||
8648 | if test $ac_cv_header_stdc = yes; then | |
8649 | # SunOS 4.x string.h does not declare mem*, contrary to ANSI. | |
8650 | cat > conftest.$ac_ext <<EOF | |
3fcdd07b | 8651 | #line 8652 "configure" |
10f2d63a VZ |
8652 | #include "confdefs.h" |
8653 | #include <string.h> | |
8654 | EOF | |
8655 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
8656 | egrep "memchr" >/dev/null 2>&1; then | |
8657 | : | |
8658 | else | |
8659 | rm -rf conftest* | |
8660 | ac_cv_header_stdc=no | |
8661 | fi | |
8662 | rm -f conftest* | |
8663 | ||
8664 | fi | |
8665 | ||
8666 | if test $ac_cv_header_stdc = yes; then | |
8667 | # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. | |
8668 | cat > conftest.$ac_ext <<EOF | |
3fcdd07b | 8669 | #line 8670 "configure" |
10f2d63a VZ |
8670 | #include "confdefs.h" |
8671 | #include <stdlib.h> | |
8672 | EOF | |
8673 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
8674 | egrep "free" >/dev/null 2>&1; then | |
8675 | : | |
8676 | else | |
8677 | rm -rf conftest* | |
8678 | ac_cv_header_stdc=no | |
8679 | fi | |
8680 | rm -f conftest* | |
8681 | ||
8682 | fi | |
8683 | ||
8684 | if test $ac_cv_header_stdc = yes; then | |
8685 | # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. | |
8686 | if test "$cross_compiling" = yes; then | |
8687 | : | |
8688 | else | |
8689 | cat > conftest.$ac_ext <<EOF | |
3fcdd07b | 8690 | #line 8691 "configure" |
10f2d63a VZ |
8691 | #include "confdefs.h" |
8692 | #include <ctype.h> | |
8693 | #define ISLOWER(c) ('a' <= (c) && (c) <= 'z') | |
8694 | #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) | |
8695 | #define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) | |
8696 | int main () { int i; for (i = 0; i < 256; i++) | |
8697 | if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2); | |
8698 | exit (0); } | |
8699 | ||
8700 | EOF | |
3fcdd07b | 8701 | if { (eval echo configure:8702: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
10f2d63a VZ |
8702 | then |
8703 | : | |
8704 | else | |
8705 | echo "configure: failed program was:" >&5 | |
8706 | cat conftest.$ac_ext >&5 | |
8707 | rm -fr conftest* | |
8708 | ac_cv_header_stdc=no | |
8709 | fi | |
8710 | rm -fr conftest* | |
8711 | fi | |
8712 | ||
8713 | fi | |
8714 | fi | |
8715 | ||
8716 | echo "$ac_t""$ac_cv_header_stdc" 1>&6 | |
8717 | if test $ac_cv_header_stdc = yes; then | |
8718 | cat >> confdefs.h <<\EOF | |
8719 | #define STDC_HEADERS 1 | |
8720 | EOF | |
8721 | ||
8722 | fi | |
8723 | ||
8724 | echo $ac_n "checking for mode_t""... $ac_c" 1>&6 | |
3fcdd07b | 8725 | echo "configure:8726: checking for mode_t" >&5 |
10f2d63a VZ |
8726 | if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then |
8727 | echo $ac_n "(cached) $ac_c" 1>&6 | |
8728 | else | |
8729 | cat > conftest.$ac_ext <<EOF | |
3fcdd07b | 8730 | #line 8731 "configure" |
10f2d63a VZ |
8731 | #include "confdefs.h" |
8732 | #include <sys/types.h> | |
8733 | #if STDC_HEADERS | |
8734 | #include <stdlib.h> | |
8735 | #include <stddef.h> | |
8736 | #endif | |
8737 | EOF | |
8738 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
8739 | egrep "(^|[^a-zA-Z_0-9])mode_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then | |
8740 | rm -rf conftest* | |
8741 | ac_cv_type_mode_t=yes | |
8742 | else | |
8743 | rm -rf conftest* | |
8744 | ac_cv_type_mode_t=no | |
8745 | fi | |
8746 | rm -f conftest* | |
8747 | ||
8748 | fi | |
8749 | echo "$ac_t""$ac_cv_type_mode_t" 1>&6 | |
8750 | if test $ac_cv_type_mode_t = no; then | |
8751 | cat >> confdefs.h <<\EOF | |
8752 | #define mode_t int | |
8753 | EOF | |
8754 | ||
8755 | fi | |
8756 | ||
8757 | echo $ac_n "checking for off_t""... $ac_c" 1>&6 | |
3fcdd07b | 8758 | echo "configure:8759: checking for off_t" >&5 |
10f2d63a VZ |
8759 | if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then |
8760 | echo $ac_n "(cached) $ac_c" 1>&6 | |
8761 | else | |
8762 | cat > conftest.$ac_ext <<EOF | |
3fcdd07b | 8763 | #line 8764 "configure" |
10f2d63a VZ |
8764 | #include "confdefs.h" |
8765 | #include <sys/types.h> | |
8766 | #if STDC_HEADERS | |
8767 | #include <stdlib.h> | |
8768 | #include <stddef.h> | |
8769 | #endif | |
8770 | EOF | |
8771 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
8772 | egrep "(^|[^a-zA-Z_0-9])off_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then | |
8773 | rm -rf conftest* | |
8774 | ac_cv_type_off_t=yes | |
8775 | else | |
8776 | rm -rf conftest* | |
8777 | ac_cv_type_off_t=no | |
8778 | fi | |
8779 | rm -f conftest* | |
8780 | ||
8781 | fi | |
8782 | echo "$ac_t""$ac_cv_type_off_t" 1>&6 | |
8783 | if test $ac_cv_type_off_t = no; then | |
8784 | cat >> confdefs.h <<\EOF | |
8785 | #define off_t long | |
8786 | EOF | |
8787 | ||
8788 | fi | |
8789 | ||
8790 | echo $ac_n "checking for pid_t""... $ac_c" 1>&6 | |
3fcdd07b | 8791 | echo "configure:8792: checking for pid_t" >&5 |
10f2d63a VZ |
8792 | if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then |
8793 | echo $ac_n "(cached) $ac_c" 1>&6 | |
8794 | else | |
8795 | cat > conftest.$ac_ext <<EOF | |
3fcdd07b | 8796 | #line 8797 "configure" |
10f2d63a VZ |
8797 | #include "confdefs.h" |
8798 | #include <sys/types.h> | |
8799 | #if STDC_HEADERS | |
8800 | #include <stdlib.h> | |
8801 | #include <stddef.h> | |
8802 | #endif | |
8803 | EOF | |
8804 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
8805 | egrep "(^|[^a-zA-Z_0-9])pid_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then | |
8806 | rm -rf conftest* | |
8807 | ac_cv_type_pid_t=yes | |
8808 | else | |
8809 | rm -rf conftest* | |
8810 | ac_cv_type_pid_t=no | |
8811 | fi | |
8812 | rm -f conftest* | |
8813 | ||
8814 | fi | |
8815 | echo "$ac_t""$ac_cv_type_pid_t" 1>&6 | |
8816 | if test $ac_cv_type_pid_t = no; then | |
8817 | cat >> confdefs.h <<\EOF | |
8818 | #define pid_t int | |
8819 | EOF | |
8820 | ||
8821 | fi | |
8822 | ||
8823 | echo $ac_n "checking for size_t""... $ac_c" 1>&6 | |
3fcdd07b | 8824 | echo "configure:8825: checking for size_t" >&5 |
10f2d63a VZ |
8825 | if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then |
8826 | echo $ac_n "(cached) $ac_c" 1>&6 | |
8827 | else | |
8828 | cat > conftest.$ac_ext <<EOF | |
3fcdd07b | 8829 | #line 8830 "configure" |
10f2d63a VZ |
8830 | #include "confdefs.h" |
8831 | #include <sys/types.h> | |
8832 | #if STDC_HEADERS | |
8833 | #include <stdlib.h> | |
8834 | #include <stddef.h> | |
8835 | #endif | |
8836 | EOF | |
8837 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
8838 | egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then | |
8839 | rm -rf conftest* | |
8840 | ac_cv_type_size_t=yes | |
8841 | else | |
8842 | rm -rf conftest* | |
8843 | ac_cv_type_size_t=no | |
8844 | fi | |
8845 | rm -f conftest* | |
8846 | ||
8847 | fi | |
8848 | echo "$ac_t""$ac_cv_type_size_t" 1>&6 | |
8849 | if test $ac_cv_type_size_t = no; then | |
8850 | cat >> confdefs.h <<\EOF | |
8851 | #define size_t unsigned | |
8852 | EOF | |
8853 | ||
8854 | fi | |
8855 | ||
8856 | echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6 | |
3fcdd07b | 8857 | echo "configure:8858: checking for uid_t in sys/types.h" >&5 |
10f2d63a VZ |
8858 | if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then |
8859 | echo $ac_n "(cached) $ac_c" 1>&6 | |
8860 | else | |
8861 | cat > conftest.$ac_ext <<EOF | |
3fcdd07b | 8862 | #line 8863 "configure" |
10f2d63a VZ |
8863 | #include "confdefs.h" |
8864 | #include <sys/types.h> | |
8865 | EOF | |
8866 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
8867 | egrep "uid_t" >/dev/null 2>&1; then | |
8868 | rm -rf conftest* | |
8869 | ac_cv_type_uid_t=yes | |
8870 | else | |
8871 | rm -rf conftest* | |
8872 | ac_cv_type_uid_t=no | |
8873 | fi | |
8874 | rm -f conftest* | |
8875 | ||
8876 | fi | |
8877 | ||
8878 | echo "$ac_t""$ac_cv_type_uid_t" 1>&6 | |
8879 | if test $ac_cv_type_uid_t = no; then | |
8880 | cat >> confdefs.h <<\EOF | |
8881 | #define uid_t int | |
8882 | EOF | |
8883 | ||
8884 | cat >> confdefs.h <<\EOF | |
8885 | #define gid_t int | |
8886 | EOF | |
8887 | ||
8888 | fi | |
8889 | ||
8890 | ||
8891 | ||
b12915c1 | 8892 | echo $ac_n "checking for pw_gecos in struct passwd""... $ac_c" 1>&6 |
3fcdd07b | 8893 | echo "configure:8894: checking for pw_gecos in struct passwd" >&5 |
b12915c1 VZ |
8894 | if eval "test \"`echo '$''{'wx_cv_struct_pw_gecos'+set}'`\" = set"; then |
8895 | echo $ac_n "(cached) $ac_c" 1>&6 | |
8896 | else | |
8897 | ||
8898 | cat > conftest.$ac_ext <<EOF | |
3fcdd07b | 8899 | #line 8900 "configure" |
b12915c1 VZ |
8900 | #include "confdefs.h" |
8901 | #include <pwd.h> | |
8902 | int main() { | |
8903 | ||
8904 | char *p; | |
8905 | struct passwd *pw; | |
8906 | p = pw->pw_gecos; | |
8907 | ||
8908 | ; return 0; } | |
8909 | EOF | |
3fcdd07b | 8910 | if { (eval echo configure:8911: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
b12915c1 VZ |
8911 | rm -rf conftest* |
8912 | ||
8913 | wx_cv_struct_pw_gecos=yes | |
8914 | cat >> confdefs.h <<\EOF | |
8915 | #define HAVE_PW_GECOS 1 | |
8916 | EOF | |
8917 | ||
8918 | ||
8919 | else | |
8920 | echo "configure: failed program was:" >&5 | |
8921 | cat conftest.$ac_ext >&5 | |
8922 | rm -rf conftest* | |
8923 | ||
8924 | wx_cv_struct_pw_gecos=no | |
8925 | ||
8926 | ||
8927 | fi | |
8928 | rm -f conftest* | |
8929 | ||
8930 | ||
8931 | fi | |
8932 | ||
8933 | echo "$ac_t""$wx_cv_struct_pw_gecos" 1>&6 | |
8934 | ||
10f2d63a VZ |
8935 | |
8936 | echo $ac_n "checking for working const""... $ac_c" 1>&6 | |
3fcdd07b | 8937 | echo "configure:8938: checking for working const" >&5 |
10f2d63a VZ |
8938 | if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then |
8939 | echo $ac_n "(cached) $ac_c" 1>&6 | |
8940 | else | |
8941 | cat > conftest.$ac_ext <<EOF | |
3fcdd07b | 8942 | #line 8943 "configure" |
10f2d63a VZ |
8943 | #include "confdefs.h" |
8944 | ||
8945 | int main() { | |
8946 | ||
8947 | /* Ultrix mips cc rejects this. */ | |
8948 | typedef int charset[2]; const charset x; | |
8949 | /* SunOS 4.1.1 cc rejects this. */ | |
8950 | char const *const *ccp; | |
8951 | char **p; | |
8952 | /* NEC SVR4.0.2 mips cc rejects this. */ | |
8953 | struct point {int x, y;}; | |
8954 | static struct point const zero = {0,0}; | |
8955 | /* AIX XL C 1.02.0.0 rejects this. | |
8956 | It does not let you subtract one const X* pointer from another in an arm | |
8957 | of an if-expression whose if-part is not a constant expression */ | |
8958 | const char *g = "string"; | |
8959 | ccp = &g + (g ? g-g : 0); | |
8960 | /* HPUX 7.0 cc rejects these. */ | |
8961 | ++ccp; | |
8962 | p = (char**) ccp; | |
8963 | ccp = (char const *const *) p; | |
8964 | { /* SCO 3.2v4 cc rejects this. */ | |
8965 | char *t; | |
8966 | char const *s = 0 ? (char *) 0 : (char const *) 0; | |
8967 | ||
8968 | *t++ = 0; | |
8969 | } | |
8970 | { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ | |
8971 | int x[] = {25, 17}; | |
8972 | const int *foo = &x[0]; | |
8973 | ++foo; | |
8974 | } | |
8975 | { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ | |
8976 | typedef const int *iptr; | |
8977 | iptr p = 0; | |
8978 | ++p; | |
8979 | } | |
8980 | { /* AIX XL C 1.02.0.0 rejects this saying | |
8981 | "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ | |
8982 | struct s { int j; const int *ap[3]; }; | |
8983 | struct s *b; b->j = 5; | |
8984 | } | |
8985 | { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ | |
8986 | const int foo = 10; | |
8987 | } | |
8988 | ||
8989 | ; return 0; } | |
8990 | EOF | |
3fcdd07b | 8991 | if { (eval echo configure:8992: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
10f2d63a VZ |
8992 | rm -rf conftest* |
8993 | ac_cv_c_const=yes | |
8994 | else | |
8995 | echo "configure: failed program was:" >&5 | |
8996 | cat conftest.$ac_ext >&5 | |
8997 | rm -rf conftest* | |
8998 | ac_cv_c_const=no | |
8999 | fi | |
9000 | rm -f conftest* | |
9001 | fi | |
9002 | ||
9003 | echo "$ac_t""$ac_cv_c_const" 1>&6 | |
9004 | if test $ac_cv_c_const = no; then | |
9005 | cat >> confdefs.h <<\EOF | |
9006 | #define const | |
9007 | EOF | |
9008 | ||
9009 | fi | |
9010 | ||
9011 | echo $ac_n "checking for inline""... $ac_c" 1>&6 | |
3fcdd07b | 9012 | echo "configure:9013: checking for inline" >&5 |
10f2d63a VZ |
9013 | if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then |
9014 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9015 | else | |
9016 | ac_cv_c_inline=no | |
9017 | for ac_kw in inline __inline__ __inline; do | |
9018 | cat > conftest.$ac_ext <<EOF | |
3fcdd07b | 9019 | #line 9020 "configure" |
10f2d63a VZ |
9020 | #include "confdefs.h" |
9021 | ||
9022 | int main() { | |
9023 | } $ac_kw foo() { | |
9024 | ; return 0; } | |
9025 | EOF | |
3fcdd07b | 9026 | if { (eval echo configure:9027: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
10f2d63a VZ |
9027 | rm -rf conftest* |
9028 | ac_cv_c_inline=$ac_kw; break | |
9029 | else | |
9030 | echo "configure: failed program was:" >&5 | |
9031 | cat conftest.$ac_ext >&5 | |
9032 | fi | |
9033 | rm -f conftest* | |
9034 | done | |
9035 | ||
9036 | fi | |
9037 | ||
9038 | echo "$ac_t""$ac_cv_c_inline" 1>&6 | |
9039 | case "$ac_cv_c_inline" in | |
9040 | inline | yes) ;; | |
9041 | no) cat >> confdefs.h <<\EOF | |
9042 | #define inline | |
9043 | EOF | |
9044 | ;; | |
9045 | *) cat >> confdefs.h <<EOF | |
9046 | #define inline $ac_cv_c_inline | |
9047 | EOF | |
9048 | ;; | |
9049 | esac | |
9050 | ||
9051 | ||
9052 | echo $ac_n "checking size of char""... $ac_c" 1>&6 | |
3fcdd07b | 9053 | echo "configure:9054: checking size of char" >&5 |
10f2d63a VZ |
9054 | if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then |
9055 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9056 | else | |
9057 | if test "$cross_compiling" = yes; then | |
9058 | ac_cv_sizeof_char=1 | |
9059 | else | |
9060 | cat > conftest.$ac_ext <<EOF | |
3fcdd07b | 9061 | #line 9062 "configure" |
10f2d63a VZ |
9062 | #include "confdefs.h" |
9063 | #include <stdio.h> | |
9064 | main() | |
9065 | { | |
9066 | FILE *f=fopen("conftestval", "w"); | |
9067 | if (!f) exit(1); | |
9068 | fprintf(f, "%d\n", sizeof(char)); | |
9069 | exit(0); | |
9070 | } | |
9071 | EOF | |
3fcdd07b | 9072 | if { (eval echo configure:9073: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
10f2d63a VZ |
9073 | then |
9074 | ac_cv_sizeof_char=`cat conftestval` | |
9075 | else | |
9076 | echo "configure: failed program was:" >&5 | |
9077 | cat conftest.$ac_ext >&5 | |
9078 | rm -fr conftest* | |
9079 | ac_cv_sizeof_char=0 | |
9080 | fi | |
9081 | rm -fr conftest* | |
9082 | fi | |
9083 | ||
9084 | fi | |
9085 | echo "$ac_t""$ac_cv_sizeof_char" 1>&6 | |
9086 | cat >> confdefs.h <<EOF | |
9087 | #define SIZEOF_CHAR $ac_cv_sizeof_char | |
9088 | EOF | |
9089 | ||
9090 | ||
9091 | echo $ac_n "checking size of short""... $ac_c" 1>&6 | |
3fcdd07b | 9092 | echo "configure:9093: checking size of short" >&5 |
10f2d63a VZ |
9093 | if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then |
9094 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9095 | else | |
9096 | if test "$cross_compiling" = yes; then | |
9097 | ac_cv_sizeof_short=2 | |
9098 | else | |
9099 | cat > conftest.$ac_ext <<EOF | |
3fcdd07b | 9100 | #line 9101 "configure" |
10f2d63a VZ |
9101 | #include "confdefs.h" |
9102 | #include <stdio.h> | |
9103 | main() | |
9104 | { | |
9105 | FILE *f=fopen("conftestval", "w"); | |
9106 | if (!f) exit(1); | |
9107 | fprintf(f, "%d\n", sizeof(short)); | |
9108 | exit(0); | |
9109 | } | |
9110 | EOF | |
3fcdd07b | 9111 | if { (eval echo configure:9112: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
10f2d63a VZ |
9112 | then |
9113 | ac_cv_sizeof_short=`cat conftestval` | |
9114 | else | |
9115 | echo "configure: failed program was:" >&5 | |
9116 | cat conftest.$ac_ext >&5 | |
9117 | rm -fr conftest* | |
9118 | ac_cv_sizeof_short=0 | |
9119 | fi | |
9120 | rm -fr conftest* | |
9121 | fi | |
9122 | ||
9123 | fi | |
9124 | echo "$ac_t""$ac_cv_sizeof_short" 1>&6 | |
9125 | cat >> confdefs.h <<EOF | |
9126 | #define SIZEOF_SHORT $ac_cv_sizeof_short | |
9127 | EOF | |
9128 | ||
9129 | ||
9130 | echo $ac_n "checking size of int *""... $ac_c" 1>&6 | |
3fcdd07b | 9131 | echo "configure:9132: checking size of int *" >&5 |
10f2d63a VZ |
9132 | if eval "test \"`echo '$''{'ac_cv_sizeof_int_p'+set}'`\" = set"; then |
9133 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9134 | else | |
9135 | if test "$cross_compiling" = yes; then | |
9136 | ac_cv_sizeof_int_p=4 | |
9137 | else | |
9138 | cat > conftest.$ac_ext <<EOF | |
3fcdd07b | 9139 | #line 9140 "configure" |
10f2d63a VZ |
9140 | #include "confdefs.h" |
9141 | #include <stdio.h> | |
9142 | main() | |
9143 | { | |
9144 | FILE *f=fopen("conftestval", "w"); | |
9145 | if (!f) exit(1); | |
9146 | fprintf(f, "%d\n", sizeof(int *)); | |
9147 | exit(0); | |
9148 | } | |
9149 | EOF | |
3fcdd07b | 9150 | if { (eval echo configure:9151: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
10f2d63a VZ |
9151 | then |
9152 | ac_cv_sizeof_int_p=`cat conftestval` | |
9153 | else | |
9154 | echo "configure: failed program was:" >&5 | |
9155 | cat conftest.$ac_ext >&5 | |
9156 | rm -fr conftest* | |
9157 | ac_cv_sizeof_int_p=0 | |
9158 | fi | |
9159 | rm -fr conftest* | |
9160 | fi | |
9161 | ||
9162 | fi | |
9163 | echo "$ac_t""$ac_cv_sizeof_int_p" 1>&6 | |
9164 | cat >> confdefs.h <<EOF | |
9165 | #define SIZEOF_INT_P $ac_cv_sizeof_int_p | |
9166 | EOF | |
9167 | ||
9168 | ||
9169 | echo $ac_n "checking size of int""... $ac_c" 1>&6 | |
3fcdd07b | 9170 | echo "configure:9171: checking size of int" >&5 |
10f2d63a VZ |
9171 | if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then |
9172 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9173 | else | |
9174 | if test "$cross_compiling" = yes; then | |
9175 | ac_cv_sizeof_int=4 | |
9176 | else | |
9177 | cat > conftest.$ac_ext <<EOF | |
3fcdd07b | 9178 | #line 9179 "configure" |
10f2d63a VZ |
9179 | #include "confdefs.h" |
9180 | #include <stdio.h> | |
9181 | main() | |
9182 | { | |
9183 | FILE *f=fopen("conftestval", "w"); | |
9184 | if (!f) exit(1); | |
9185 | fprintf(f, "%d\n", sizeof(int)); | |
9186 | exit(0); | |
9187 | } | |
9188 | EOF | |
3fcdd07b | 9189 | if { (eval echo configure:9190: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
10f2d63a VZ |
9190 | then |
9191 | ac_cv_sizeof_int=`cat conftestval` | |
9192 | else | |
9193 | echo "configure: failed program was:" >&5 | |
9194 | cat conftest.$ac_ext >&5 | |
9195 | rm -fr conftest* | |
9196 | ac_cv_sizeof_int=0 | |
9197 | fi | |
9198 | rm -fr conftest* | |
9199 | fi | |
9200 | ||
9201 | fi | |
9202 | echo "$ac_t""$ac_cv_sizeof_int" 1>&6 | |
9203 | cat >> confdefs.h <<EOF | |
9204 | #define SIZEOF_INT $ac_cv_sizeof_int | |
9205 | EOF | |
9206 | ||
9207 | ||
9208 | echo $ac_n "checking size of long""... $ac_c" 1>&6 | |
3fcdd07b | 9209 | echo "configure:9210: checking size of long" >&5 |
10f2d63a VZ |
9210 | if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then |
9211 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9212 | else | |
9213 | if test "$cross_compiling" = yes; then | |
9214 | ac_cv_sizeof_long=4 | |
9215 | else | |
9216 | cat > conftest.$ac_ext <<EOF | |
3fcdd07b | 9217 | #line 9218 "configure" |
10f2d63a VZ |
9218 | #include "confdefs.h" |
9219 | #include <stdio.h> | |
9220 | main() | |
9221 | { | |
9222 | FILE *f=fopen("conftestval", "w"); | |
9223 | if (!f) exit(1); | |
9224 | fprintf(f, "%d\n", sizeof(long)); | |
9225 | exit(0); | |
9226 | } | |
9227 | EOF | |
3fcdd07b | 9228 | if { (eval echo configure:9229: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
10f2d63a VZ |
9229 | then |
9230 | ac_cv_sizeof_long=`cat conftestval` | |
9231 | else | |
9232 | echo "configure: failed program was:" >&5 | |
9233 | cat conftest.$ac_ext >&5 | |
9234 | rm -fr conftest* | |
9235 | ac_cv_sizeof_long=0 | |
9236 | fi | |
9237 | rm -fr conftest* | |
9238 | fi | |
9239 | ||
9240 | fi | |
9241 | echo "$ac_t""$ac_cv_sizeof_long" 1>&6 | |
9242 | cat >> confdefs.h <<EOF | |
9243 | #define SIZEOF_LONG $ac_cv_sizeof_long | |
9244 | EOF | |
9245 | ||
9246 | ||
9247 | echo $ac_n "checking size of long long""... $ac_c" 1>&6 | |
3fcdd07b | 9248 | echo "configure:9249: checking size of long long" >&5 |
10f2d63a VZ |
9249 | if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then |
9250 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9251 | else | |
9252 | if test "$cross_compiling" = yes; then | |
9253 | ac_cv_sizeof_long_long=0 | |
9254 | else | |
9255 | cat > conftest.$ac_ext <<EOF | |
3fcdd07b | 9256 | #line 9257 "configure" |
10f2d63a VZ |
9257 | #include "confdefs.h" |
9258 | #include <stdio.h> | |
9259 | main() | |
9260 | { | |
9261 | FILE *f=fopen("conftestval", "w"); | |
9262 | if (!f) exit(1); | |
9263 | fprintf(f, "%d\n", sizeof(long long)); | |
9264 | exit(0); | |
9265 | } | |
9266 | EOF | |
3fcdd07b | 9267 | if { (eval echo configure:9268: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
10f2d63a VZ |
9268 | then |
9269 | ac_cv_sizeof_long_long=`cat conftestval` | |
9270 | else | |
9271 | echo "configure: failed program was:" >&5 | |
9272 | cat conftest.$ac_ext >&5 | |
9273 | rm -fr conftest* | |
9274 | ac_cv_sizeof_long_long=0 | |
9275 | fi | |
9276 | rm -fr conftest* | |
9277 | fi | |
9278 | ||
9279 | fi | |
9280 | echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6 | |
9281 | cat >> confdefs.h <<EOF | |
9282 | #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long | |
9283 | EOF | |
9284 | ||
9285 | ||
9286 | ||
9287 | echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6 | |
3fcdd07b | 9288 | echo "configure:9289: checking whether byte ordering is bigendian" >&5 |
10f2d63a VZ |
9289 | if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then |
9290 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9291 | else | |
9292 | ac_cv_c_bigendian=unknown | |
9293 | # See if sys/param.h defines the BYTE_ORDER macro. | |
9294 | cat > conftest.$ac_ext <<EOF | |
3fcdd07b | 9295 | #line 9296 "configure" |
10f2d63a VZ |
9296 | #include "confdefs.h" |
9297 | #include <sys/types.h> | |
9298 | #include <sys/param.h> | |
9299 | int main() { | |
9300 | ||
9301 | #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN | |
9302 | bogus endian macros | |
9303 | #endif | |
9304 | ; return 0; } | |
9305 | EOF | |
3fcdd07b | 9306 | if { (eval echo configure:9307: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
10f2d63a VZ |
9307 | rm -rf conftest* |
9308 | # It does; now see whether it defined to BIG_ENDIAN or not. | |
9309 | cat > conftest.$ac_ext <<EOF | |
3fcdd07b | 9310 | #line 9311 "configure" |
10f2d63a VZ |
9311 | #include "confdefs.h" |
9312 | #include <sys/types.h> | |
9313 | #include <sys/param.h> | |
9314 | int main() { | |
9315 | ||
9316 | #if BYTE_ORDER != BIG_ENDIAN | |
9317 | not big endian | |
9318 | #endif | |
9319 | ; return 0; } | |
9320 | EOF | |
3fcdd07b | 9321 | if { (eval echo configure:9322: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
10f2d63a VZ |
9322 | rm -rf conftest* |
9323 | ac_cv_c_bigendian=yes | |
9324 | else | |
9325 | echo "configure: failed program was:" >&5 | |
9326 | cat conftest.$ac_ext >&5 | |
9327 | rm -rf conftest* | |
9328 | ac_cv_c_bigendian=no | |
9329 | fi | |
9330 | rm -f conftest* | |
9331 | else | |
9332 | echo "configure: failed program was:" >&5 | |
9333 | cat conftest.$ac_ext >&5 | |
9334 | fi | |
9335 | rm -f conftest* | |
9336 | if test $ac_cv_c_bigendian = unknown; then | |
9337 | if test "$cross_compiling" = yes; then | |
9338 | ac_cv_c_bigendian=unknown | |
9339 | else | |
9340 | cat > conftest.$ac_ext <<EOF | |
3fcdd07b | 9341 | #line 9342 "configure" |
10f2d63a VZ |
9342 | #include "confdefs.h" |
9343 | main () { | |
9344 | /* Are we little or big endian? From Harbison&Steele. */ | |
9345 | union | |
9346 | { | |
9347 | long l; | |
9348 | char c[sizeof (long)]; | |
9349 | } u; | |
9350 | u.l = 1; | |
9351 | exit (u.c[sizeof (long) - 1] == 1); | |
9352 | } | |
9353 | EOF | |
3fcdd07b | 9354 | if { (eval echo configure:9355: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
10f2d63a VZ |
9355 | then |
9356 | ac_cv_c_bigendian=no | |
9357 | else | |
9358 | echo "configure: failed program was:" >&5 | |
9359 | cat conftest.$ac_ext >&5 | |
9360 | rm -fr conftest* | |
9361 | ac_cv_c_bigendian=yes | |
9362 | fi | |
9363 | rm -fr conftest* | |
9364 | fi | |
9365 | ||
9366 | fi | |
9367 | fi | |
9368 | ||
9369 | echo "$ac_t""$ac_cv_c_bigendian" 1>&6 | |
9370 | if test $ac_cv_c_bigendian = unknown; then | |
9371 | 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 | |
9372 | fi | |
9373 | if test $ac_cv_c_bigendian = yes; then | |
9374 | cat >> confdefs.h <<\EOF | |
9375 | #define WORDS_BIGENDIAN 1 | |
9376 | EOF | |
9377 | ||
9378 | fi | |
9379 | ||
9380 | ||
9381 | ||
9382 | if test "$cross_compiling" = "yes"; then | |
9383 | cat >> confdefs.h <<\EOF | |
9384 | #define wxUSE_IOSTREAMH 1 | |
9385 | EOF | |
9386 | ||
9387 | else | |
9388 | ||
9389 | ac_ext=C | |
9390 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
9391 | ac_cpp='$CXXCPP $CPPFLAGS' | |
9392 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
9393 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
9394 | cross_compiling=$ac_cv_prog_cxx_cross | |
9395 | ||
9396 | ||
9397 | for ac_hdr in iostream | |
9398 | do | |
9399 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
9400 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
3fcdd07b | 9401 | echo "configure:9402: checking for $ac_hdr" >&5 |
10f2d63a VZ |
9402 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
9403 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9404 | else | |
9405 | cat > conftest.$ac_ext <<EOF | |
3fcdd07b | 9406 | #line 9407 "configure" |
10f2d63a VZ |
9407 | #include "confdefs.h" |
9408 | #include <$ac_hdr> | |
9409 | EOF | |
9410 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
3fcdd07b | 9411 | { (eval echo configure:9412: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
10f2d63a VZ |
9412 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
9413 | if test -z "$ac_err"; then | |
9414 | rm -rf conftest* | |
9415 | eval "ac_cv_header_$ac_safe=yes" | |
9416 | else | |
9417 | echo "$ac_err" >&5 | |
9418 | echo "configure: failed program was:" >&5 | |
9419 | cat conftest.$ac_ext >&5 | |
9420 | rm -rf conftest* | |
9421 | eval "ac_cv_header_$ac_safe=no" | |
9422 | fi | |
9423 | rm -f conftest* | |
9424 | fi | |
9425 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
9426 | echo "$ac_t""yes" 1>&6 | |
9427 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
9428 | cat >> confdefs.h <<EOF | |
9429 | #define $ac_tr_hdr 1 | |
9430 | EOF | |
9431 | ||
9432 | else | |
9433 | echo "$ac_t""no" 1>&6 | |
9434 | fi | |
9435 | done | |
9436 | ||
9437 | ||
9438 | if test "x$HAVE_IOSTREAM" = x ; then | |
9439 | cat >> confdefs.h <<\EOF | |
9440 | #define wxUSE_IOSTREAMH 1 | |
9441 | EOF | |
9442 | ||
9443 | else | |
9444 | : | |
9445 | fi | |
9446 | ||
9447 | ac_ext=c | |
9448 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
9449 | ac_cpp='$CPP $CPPFLAGS' | |
9450 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
9451 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
9452 | cross_compiling=$ac_cv_prog_cc_cross | |
9453 | ||
9454 | fi | |
9455 | ||
9456 | ||
9457 | ||
9458 | echo $ac_n "checking if C++ compiler supports bool""... $ac_c" 1>&6 | |
3fcdd07b | 9459 | echo "configure:9460: checking if C++ compiler supports bool" >&5 |
10f2d63a VZ |
9460 | if eval "test \"`echo '$''{'wx_cv_cpp_bool'+set}'`\" = set"; then |
9461 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9462 | else | |
9463 | ||
9464 | ||
9465 | ac_ext=C | |
9466 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
9467 | ac_cpp='$CXXCPP $CPPFLAGS' | |
9468 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
9469 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
9470 | cross_compiling=$ac_cv_prog_cxx_cross | |
9471 | ||
9472 | ||
9473 | cat > conftest.$ac_ext <<EOF | |
3fcdd07b | 9474 | #line 9475 "configure" |
10f2d63a VZ |
9475 | #include "confdefs.h" |
9476 | ||
9477 | ||
9478 | int main() { | |
9479 | ||
9480 | bool b = true; | |
9481 | ||
9482 | return 0; | |
9483 | ||
9484 | ; return 0; } | |
9485 | EOF | |
3fcdd07b | 9486 | if { (eval echo configure:9487: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
10f2d63a VZ |
9487 | rm -rf conftest* |
9488 | ||
9489 | cat >> confdefs.h <<\EOF | |
9490 | #define HAVE_BOOL 1 | |
9491 | EOF | |
9492 | ||
9493 | wx_cv_cpp_bool=yes | |
9494 | ||
9495 | else | |
9496 | echo "configure: failed program was:" >&5 | |
9497 | cat conftest.$ac_ext >&5 | |
9498 | rm -rf conftest* | |
9499 | ||
9500 | wx_cv_cpp_bool=no | |
9501 | ||
9502 | ||
9503 | fi | |
9504 | rm -f conftest* | |
9505 | ||
9506 | ac_ext=c | |
9507 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
9508 | ac_cpp='$CPP $CPPFLAGS' | |
9509 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
9510 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
9511 | cross_compiling=$ac_cv_prog_cc_cross | |
9512 | ||
9513 | ||
9514 | fi | |
9515 | ||
9516 | echo "$ac_t""$wx_cv_cpp_bool" 1>&6 | |
9517 | ||
9518 | if test "$wx_cv_cpp_bool" = "yes"; then | |
9519 | cat >> confdefs.h <<\EOF | |
9520 | #define HAVE_BOOL 1 | |
9521 | EOF | |
9522 | ||
9523 | fi | |
9524 | ||
9525 | ||
9526 | ||
10f2d63a | 9527 | echo $ac_n "checking if you need GNU extensions""... $ac_c" 1>&6 |
3fcdd07b | 9528 | echo "configure:9529: checking if you need GNU extensions" >&5 |
10f2d63a VZ |
9529 | if eval "test \"`echo '$''{'wx_cv_gnu_extensions'+set}'`\" = set"; then |
9530 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9531 | else | |
9532 | ||
9533 | cat > conftest.$ac_ext <<EOF | |
3fcdd07b | 9534 | #line 9535 "configure" |
10f2d63a VZ |
9535 | #include "confdefs.h" |
9536 | #include <features.h> | |
9537 | int main() { | |
9538 | ||
9539 | ||
9540 | #ifndef __GNU_LIBRARY__ | |
9541 | Compile error wanted | |
9542 | #endif | |
9543 | ||
9544 | ||
9545 | ; return 0; } | |
9546 | EOF | |
3fcdd07b | 9547 | if { (eval echo configure:9548: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
10f2d63a VZ |
9548 | rm -rf conftest* |
9549 | wx_cv_gnu_extensions=yes | |
9550 | else | |
9551 | echo "configure: failed program was:" >&5 | |
9552 | cat conftest.$ac_ext >&5 | |
9553 | rm -rf conftest* | |
9554 | wx_cv_gnu_extensions=no | |
9555 | fi | |
9556 | rm -f conftest* | |
9557 | ||
9558 | fi | |
9559 | ||
9560 | ||
9561 | echo "$ac_t""$wx_cv_gnu_extensions" 1>&6 | |
9562 | if test "$wx_cv_gnu_extensions" = "yes"; then | |
9563 | cat >> confdefs.h <<EOF | |
9564 | #define _GNU_SOURCE 1 | |
9565 | EOF | |
9566 | ||
9567 | fi | |
9568 | ||
9569 | ||
9570 | ||
9571 | echo $ac_n "checking for wcslen in -lc""... $ac_c" 1>&6 | |
3fcdd07b | 9572 | echo "configure:9573: checking for wcslen in -lc" >&5 |
10f2d63a VZ |
9573 | ac_lib_var=`echo c'_'wcslen | sed 'y%./+-%__p_%'` |
9574 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
9575 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9576 | else | |
9577 | ac_save_LIBS="$LIBS" | |
9578 | LIBS="-lc $LIBS" | |
9579 | cat > conftest.$ac_ext <<EOF | |
3fcdd07b | 9580 | #line 9581 "configure" |
10f2d63a VZ |
9581 | #include "confdefs.h" |
9582 | /* Override any gcc2 internal prototype to avoid an error. */ | |
9583 | /* We use char because int might match the return type of a gcc2 | |
9584 | builtin and then its argument prototype would still apply. */ | |
9585 | char wcslen(); | |
9586 | ||
9587 | int main() { | |
9588 | wcslen() | |
9589 | ; return 0; } | |
9590 | EOF | |
3fcdd07b | 9591 | if { (eval echo configure:9592: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
10f2d63a VZ |
9592 | rm -rf conftest* |
9593 | eval "ac_cv_lib_$ac_lib_var=yes" | |
9594 | else | |
9595 | echo "configure: failed program was:" >&5 | |
9596 | cat conftest.$ac_ext >&5 | |
9597 | rm -rf conftest* | |
9598 | eval "ac_cv_lib_$ac_lib_var=no" | |
9599 | fi | |
9600 | rm -f conftest* | |
9601 | LIBS="$ac_save_LIBS" | |
9602 | ||
9603 | fi | |
9604 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
9605 | echo "$ac_t""yes" 1>&6 | |
9606 | ||
9607 | cat >> confdefs.h <<\EOF | |
9608 | #define HAVE_WCSLEN 1 | |
9609 | EOF | |
9610 | ||
9611 | WCHAR_LINK="" | |
9612 | ||
9613 | else | |
9614 | echo "$ac_t""no" 1>&6 | |
9615 | ||
9616 | echo $ac_n "checking for wcslen in -lw""... $ac_c" 1>&6 | |
3fcdd07b | 9617 | echo "configure:9618: checking for wcslen in -lw" >&5 |
10f2d63a VZ |
9618 | ac_lib_var=`echo w'_'wcslen | sed 'y%./+-%__p_%'` |
9619 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
9620 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9621 | else | |
9622 | ac_save_LIBS="$LIBS" | |
9623 | LIBS="-lw $LIBS" | |
9624 | cat > conftest.$ac_ext <<EOF | |
3fcdd07b | 9625 | #line 9626 "configure" |
10f2d63a VZ |
9626 | #include "confdefs.h" |
9627 | /* Override any gcc2 internal prototype to avoid an error. */ | |
9628 | /* We use char because int might match the return type of a gcc2 | |
9629 | builtin and then its argument prototype would still apply. */ | |
9630 | char wcslen(); | |
9631 | ||
9632 | int main() { | |
9633 | wcslen() | |
9634 | ; return 0; } | |
9635 | EOF | |
3fcdd07b | 9636 | if { (eval echo configure:9637: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
10f2d63a VZ |
9637 | rm -rf conftest* |
9638 | eval "ac_cv_lib_$ac_lib_var=yes" | |
9639 | else | |
9640 | echo "configure: failed program was:" >&5 | |
9641 | cat conftest.$ac_ext >&5 | |
9642 | rm -rf conftest* | |
9643 | eval "ac_cv_lib_$ac_lib_var=no" | |
9644 | fi | |
9645 | rm -f conftest* | |
9646 | LIBS="$ac_save_LIBS" | |
9647 | ||
9648 | fi | |
9649 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
9650 | echo "$ac_t""yes" 1>&6 | |
9651 | ||
9652 | cat >> confdefs.h <<\EOF | |
9653 | #define HAVE_WCSLEN 1 | |
9654 | EOF | |
9655 | ||
9656 | WCHAR_LINK="-lw" | |
9657 | ||
9658 | else | |
9659 | echo "$ac_t""no" 1>&6 | |
9660 | fi | |
9661 | ||
9662 | ||
9663 | fi | |
9664 | ||
9665 | ||
9666 | echo $ac_n "checking for vprintf""... $ac_c" 1>&6 | |
3fcdd07b | 9667 | echo "configure:9668: checking for vprintf" >&5 |
10f2d63a VZ |
9668 | if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then |
9669 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9670 | else | |
9671 | cat > conftest.$ac_ext <<EOF | |
3fcdd07b | 9672 | #line 9673 "configure" |
10f2d63a VZ |
9673 | #include "confdefs.h" |
9674 | /* System header to define __stub macros and hopefully few prototypes, | |
9675 | which can conflict with char vprintf(); below. */ | |
9676 | #include <assert.h> | |
9677 | /* Override any gcc2 internal prototype to avoid an error. */ | |
9678 | /* We use char because int might match the return type of a gcc2 | |
9679 | builtin and then its argument prototype would still apply. */ | |
9680 | char vprintf(); | |
9681 | ||
9682 | int main() { | |
9683 | ||
9684 | /* The GNU C library defines this for functions which it implements | |
9685 | to always fail with ENOSYS. Some functions are actually named | |
9686 | something starting with __ and the normal name is an alias. */ | |
9687 | #if defined (__stub_vprintf) || defined (__stub___vprintf) | |
9688 | choke me | |
9689 | #else | |
2224580a | 9690 | vprintf(); |
10f2d63a VZ |
9691 | #endif |
9692 | ||
9693 | ; return 0; } | |
9694 | EOF | |
3fcdd07b | 9695 | if { (eval echo configure:9696: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
10f2d63a VZ |
9696 | rm -rf conftest* |
9697 | eval "ac_cv_func_vprintf=yes" | |
9698 | else | |
9699 | echo "configure: failed program was:" >&5 | |
9700 | cat conftest.$ac_ext >&5 | |
9701 | rm -rf conftest* | |
9702 | eval "ac_cv_func_vprintf=no" | |
9703 | fi | |
9704 | rm -f conftest* | |
9705 | fi | |
9706 | ||
9707 | if eval "test \"`echo '$ac_cv_func_'vprintf`\" = yes"; then | |
9708 | echo "$ac_t""yes" 1>&6 | |
9709 | cat >> confdefs.h <<\EOF | |
9710 | #define HAVE_VPRINTF 1 | |
9711 | EOF | |
9712 | ||
9713 | else | |
9714 | echo "$ac_t""no" 1>&6 | |
9715 | fi | |
9716 | ||
9717 | if test "$ac_cv_func_vprintf" != yes; then | |
9718 | echo $ac_n "checking for _doprnt""... $ac_c" 1>&6 | |
3fcdd07b | 9719 | echo "configure:9720: checking for _doprnt" >&5 |
10f2d63a VZ |
9720 | if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then |
9721 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9722 | else | |
9723 | cat > conftest.$ac_ext <<EOF | |
3fcdd07b | 9724 | #line 9725 "configure" |
10f2d63a VZ |
9725 | #include "confdefs.h" |
9726 | /* System header to define __stub macros and hopefully few prototypes, | |
9727 | which can conflict with char _doprnt(); below. */ | |
9728 | #include <assert.h> | |
9729 | /* Override any gcc2 internal prototype to avoid an error. */ | |
9730 | /* We use char because int might match the return type of a gcc2 | |
9731 | builtin and then its argument prototype would still apply. */ | |
9732 | char _doprnt(); | |
9733 | ||
9734 | int main() { | |
9735 | ||
9736 | /* The GNU C library defines this for functions which it implements | |
9737 | to always fail with ENOSYS. Some functions are actually named | |
9738 | something starting with __ and the normal name is an alias. */ | |
9739 | #if defined (__stub__doprnt) || defined (__stub____doprnt) | |
9740 | choke me | |
9741 | #else | |
2224580a | 9742 | _doprnt(); |
10f2d63a VZ |
9743 | #endif |
9744 | ||
9745 | ; return 0; } | |
9746 | EOF | |
3fcdd07b | 9747 | if { (eval echo configure:9748: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
10f2d63a VZ |
9748 | rm -rf conftest* |
9749 | eval "ac_cv_func__doprnt=yes" | |
9750 | else | |
9751 | echo "configure: failed program was:" >&5 | |
9752 | cat conftest.$ac_ext >&5 | |
9753 | rm -rf conftest* | |
9754 | eval "ac_cv_func__doprnt=no" | |
9755 | fi | |
9756 | rm -f conftest* | |
9757 | fi | |
9758 | ||
9759 | if eval "test \"`echo '$ac_cv_func_'_doprnt`\" = yes"; then | |
9760 | echo "$ac_t""yes" 1>&6 | |
9761 | cat >> confdefs.h <<\EOF | |
9762 | #define HAVE_DOPRNT 1 | |
9763 | EOF | |
9764 | ||
9765 | else | |
9766 | echo "$ac_t""no" 1>&6 | |
9767 | fi | |
9768 | ||
9769 | fi | |
9770 | ||
9771 | ||
9772 | for ac_func in vsnprintf | |
9773 | do | |
9774 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | |
3fcdd07b | 9775 | echo "configure:9776: checking for $ac_func" >&5 |
10f2d63a VZ |
9776 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
9777 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9778 | else | |
9779 | cat > conftest.$ac_ext <<EOF | |
3fcdd07b | 9780 | #line 9781 "configure" |
10f2d63a VZ |
9781 | #include "confdefs.h" |
9782 | /* System header to define __stub macros and hopefully few prototypes, | |
9783 | which can conflict with char $ac_func(); below. */ | |
9784 | #include <assert.h> | |
9785 | /* Override any gcc2 internal prototype to avoid an error. */ | |
9786 | /* We use char because int might match the return type of a gcc2 | |
9787 | builtin and then its argument prototype would still apply. */ | |
9788 | char $ac_func(); | |
9789 | ||
9790 | int main() { | |
9791 | ||
9792 | /* The GNU C library defines this for functions which it implements | |
9793 | to always fail with ENOSYS. Some functions are actually named | |
9794 | something starting with __ and the normal name is an alias. */ | |
9795 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
9796 | choke me | |
9797 | #else | |
2224580a | 9798 | $ac_func(); |
10f2d63a VZ |
9799 | #endif |
9800 | ||
9801 | ; return 0; } | |
9802 | EOF | |
3fcdd07b | 9803 | if { (eval echo configure:9804: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
10f2d63a VZ |
9804 | rm -rf conftest* |
9805 | eval "ac_cv_func_$ac_func=yes" | |
9806 | else | |
9807 | echo "configure: failed program was:" >&5 | |
9808 | cat conftest.$ac_ext >&5 | |
9809 | rm -rf conftest* | |
9810 | eval "ac_cv_func_$ac_func=no" | |
9811 | fi | |
9812 | rm -f conftest* | |
9813 | fi | |
9814 | ||
9815 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
9816 | echo "$ac_t""yes" 1>&6 | |
9817 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
9818 | cat >> confdefs.h <<EOF | |
9819 | #define $ac_tr_func 1 | |
9820 | EOF | |
9821 | cat >> confdefs.h <<\EOF | |
9822 | #define HAVE_VSNPRINTF 1 | |
9823 | EOF | |
9824 | ||
9825 | else | |
9826 | echo "$ac_t""no" 1>&6 | |
9827 | echo "configure: warning: unsafe function sprintf will be used instead of snprintf" 1>&2 | |
9828 | ||
9829 | fi | |
9830 | done | |
9831 | ||
9832 | ||
9833 | ||
9834 | ac_ext=C | |
9835 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
9836 | ac_cpp='$CXXCPP $CPPFLAGS' | |
9837 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
9838 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
9839 | cross_compiling=$ac_cv_prog_cxx_cross | |
9840 | ||
9841 | ||
9842 | echo $ac_n "checking for vsscanf""... $ac_c" 1>&6 | |
3fcdd07b | 9843 | echo "configure:9844: checking for vsscanf" >&5 |
10f2d63a VZ |
9844 | if eval "test \"`echo '$''{'wx_cv_func_vsscanf'+set}'`\" = set"; then |
9845 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9846 | else | |
9847 | ||
9848 | if test "$cross_compiling" = yes; then | |
9849 | wx_cv_func_vsscanf=no | |
9850 | ||
9851 | else | |
9852 | cat > conftest.$ac_ext <<EOF | |
3fcdd07b | 9853 | #line 9854 "configure" |
10f2d63a VZ |
9854 | #include "confdefs.h" |
9855 | #ifdef __cplusplus | |
9856 | extern "C" void exit(int); | |
9857 | #endif | |
9858 | ||
9859 | #include <stdio.h> | |
9860 | #include <stdarg.h> | |
9861 | ||
9862 | int try_vsscanf(const char *format, ...) | |
9863 | { | |
9864 | va_list ap; | |
9865 | va_start(ap, format); | |
9866 | ||
9867 | vsscanf("17", format, ap); | |
9868 | ||
9869 | va_end(ap); | |
9870 | } | |
9871 | ||
9872 | int main() | |
9873 | { | |
9874 | int i; | |
9875 | try_vsscanf("%d", &i); | |
9876 | return i == 17 ? 0 : 1; | |
9877 | } | |
9878 | ||
9879 | EOF | |
3fcdd07b | 9880 | if { (eval echo configure:9881: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
10f2d63a VZ |
9881 | then |
9882 | ||
9883 | cat >> confdefs.h <<\EOF | |
9884 | #define HAVE_VSSCANF 1 | |
9885 | EOF | |
9886 | ||
9887 | wx_cv_func_vsscanf=yes | |
9888 | ||
9889 | else | |
9890 | echo "configure: failed program was:" >&5 | |
9891 | cat conftest.$ac_ext >&5 | |
9892 | rm -fr conftest* | |
9893 | wx_cv_func_vsscanf=no | |
9894 | fi | |
9895 | rm -fr conftest* | |
9896 | fi | |
9897 | ||
9898 | ||
9899 | fi | |
9900 | ||
9901 | echo "$ac_t""$wx_cv_func_vsscanf" 1>&6 | |
9902 | ||
9903 | ac_ext=c | |
9904 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
9905 | ac_cpp='$CPP $CPPFLAGS' | |
9906 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
9907 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
9908 | cross_compiling=$ac_cv_prog_cc_cross | |
9909 | ||
9910 | ||
9911 | if test "$USE_UNIX" = 1; then | |
9912 | ||
9913 | for ac_func in vfork | |
9914 | do | |
9915 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | |
3fcdd07b | 9916 | echo "configure:9917: checking for $ac_func" >&5 |
10f2d63a VZ |
9917 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
9918 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9919 | else | |
9920 | cat > conftest.$ac_ext <<EOF | |
3fcdd07b | 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 $ac_func(); 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 $ac_func(); | |
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_$ac_func) || defined (__stub___$ac_func) | |
9937 | choke me | |
9938 | #else | |
2224580a | 9939 | $ac_func(); |
10f2d63a VZ |
9940 | #endif |
9941 | ||
9942 | ; return 0; } | |
9943 | EOF | |
3fcdd07b | 9944 | if { (eval echo configure:9945: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
270a909e VZ |
9945 | rm -rf conftest* |
9946 | eval "ac_cv_func_$ac_func=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_$ac_func=no" | |
9952 | fi | |
9953 | rm -f conftest* | |
9954 | fi | |
9955 | ||
9956 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
9957 | echo "$ac_t""yes" 1>&6 | |
9958 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
9959 | cat >> confdefs.h <<EOF | |
9960 | #define $ac_tr_func 1 | |
9961 | EOF | |
9962 | ||
9963 | else | |
9964 | echo "$ac_t""no" 1>&6 | |
9965 | fi | |
9966 | done | |
9967 | ||
9968 | ||
9969 | for ac_func in timegm | |
9970 | do | |
9971 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | |
3fcdd07b | 9972 | echo "configure:9973: checking for $ac_func" >&5 |
270a909e VZ |
9973 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
9974 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9975 | else | |
9976 | cat > conftest.$ac_ext <<EOF | |
3fcdd07b | 9977 | #line 9978 "configure" |
270a909e VZ |
9978 | #include "confdefs.h" |
9979 | /* System header to define __stub macros and hopefully few prototypes, | |
9980 | which can conflict with char $ac_func(); below. */ | |
9981 | #include <assert.h> | |
9982 | /* Override any gcc2 internal prototype to avoid an error. */ | |
9983 | /* We use char because int might match the return type of a gcc2 | |
9984 | builtin and then its argument prototype would still apply. */ | |
9985 | char $ac_func(); | |
9986 | ||
9987 | int main() { | |
9988 | ||
9989 | /* The GNU C library defines this for functions which it implements | |
9990 | to always fail with ENOSYS. Some functions are actually named | |
9991 | something starting with __ and the normal name is an alias. */ | |
9992 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
9993 | choke me | |
9994 | #else | |
2224580a | 9995 | $ac_func(); |
270a909e VZ |
9996 | #endif |
9997 | ||
9998 | ; return 0; } | |
9999 | EOF | |
3fcdd07b | 10000 | if { (eval echo configure:10001: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
10f2d63a VZ |
10001 | rm -rf conftest* |
10002 | eval "ac_cv_func_$ac_func=yes" | |
10003 | else | |
10004 | echo "configure: failed program was:" >&5 | |
10005 | cat conftest.$ac_ext >&5 | |
10006 | rm -rf conftest* | |
10007 | eval "ac_cv_func_$ac_func=no" | |
10008 | fi | |
10009 | rm -f conftest* | |
10010 | fi | |
10011 | ||
10012 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
10013 | echo "$ac_t""yes" 1>&6 | |
10014 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
10015 | cat >> confdefs.h <<EOF | |
10016 | #define $ac_tr_func 1 | |
10017 | EOF | |
10018 | ||
10019 | else | |
10020 | echo "$ac_t""no" 1>&6 | |
10021 | fi | |
10022 | done | |
10023 | ||
10024 | ||
b12915c1 VZ |
10025 | HAVE_SOME_SLEEP_FUNC=0 |
10026 | if test "$USE_BEOS" = 1; then | |
10027 | cat >> confdefs.h <<\EOF | |
10028 | #define HAVE_SLEEP 1 | |
10029 | EOF | |
10030 | ||
10031 | HAVE_SOME_SLEEP_FUNC=1 | |
10032 | fi | |
10033 | ||
10034 | if test "$HAVE_SOME_SLEEP_FUNC" != 1; then | |
10035 | POSIX4_LINK= | |
10036 | for ac_func in nanosleep | |
10f2d63a VZ |
10037 | do |
10038 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | |
3fcdd07b | 10039 | echo "configure:10040: checking for $ac_func" >&5 |
10f2d63a VZ |
10040 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
10041 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10042 | else | |
10043 | cat > conftest.$ac_ext <<EOF | |
3fcdd07b | 10044 | #line 10045 "configure" |
10f2d63a VZ |
10045 | #include "confdefs.h" |
10046 | /* System header to define __stub macros and hopefully few prototypes, | |
10047 | which can conflict with char $ac_func(); below. */ | |
10048 | #include <assert.h> | |
10049 | /* Override any gcc2 internal prototype to avoid an error. */ | |
10050 | /* We use char because int might match the return type of a gcc2 | |
10051 | builtin and then its argument prototype would still apply. */ | |
10052 | char $ac_func(); | |
10053 | ||
10054 | int main() { | |
10055 | ||
10056 | /* The GNU C library defines this for functions which it implements | |
10057 | to always fail with ENOSYS. Some functions are actually named | |
10058 | something starting with __ and the normal name is an alias. */ | |
10059 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
10060 | choke me | |
10061 | #else | |
2224580a | 10062 | $ac_func(); |
10f2d63a VZ |
10063 | #endif |
10064 | ||
10065 | ; return 0; } | |
10066 | EOF | |
3fcdd07b | 10067 | if { (eval echo configure:10068: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
10f2d63a VZ |
10068 | rm -rf conftest* |
10069 | eval "ac_cv_func_$ac_func=yes" | |
10070 | else | |
10071 | echo "configure: failed program was:" >&5 | |
10072 | cat conftest.$ac_ext >&5 | |
10073 | rm -rf conftest* | |
10074 | eval "ac_cv_func_$ac_func=no" | |
10075 | fi | |
10076 | rm -f conftest* | |
10077 | fi | |
10078 | ||
10079 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
10080 | echo "$ac_t""yes" 1>&6 | |
10081 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
10082 | cat >> confdefs.h <<EOF | |
10083 | #define $ac_tr_func 1 | |
10084 | EOF | |
10085 | cat >> confdefs.h <<\EOF | |
10086 | #define HAVE_NANOSLEEP 1 | |
10087 | EOF | |
10088 | ||
10089 | else | |
10090 | echo "$ac_t""no" 1>&6 | |
10091 | echo $ac_n "checking for nanosleep in -lposix4""... $ac_c" 1>&6 | |
3fcdd07b | 10092 | echo "configure:10093: checking for nanosleep in -lposix4" >&5 |
10f2d63a VZ |
10093 | ac_lib_var=`echo posix4'_'nanosleep | sed 'y%./+-%__p_%'` |
10094 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
10095 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10096 | else | |
10097 | ac_save_LIBS="$LIBS" | |
10098 | LIBS="-lposix4 $LIBS" | |
10099 | cat > conftest.$ac_ext <<EOF | |
3fcdd07b | 10100 | #line 10101 "configure" |
10f2d63a VZ |
10101 | #include "confdefs.h" |
10102 | /* Override any gcc2 internal prototype to avoid an error. */ | |
10103 | /* We use char because int might match the return type of a gcc2 | |
10104 | builtin and then its argument prototype would still apply. */ | |
10105 | char nanosleep(); | |
10106 | ||
10107 | int main() { | |
10108 | nanosleep() | |
10109 | ; return 0; } | |
10110 | EOF | |
3fcdd07b | 10111 | if { (eval echo configure:10112: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
10f2d63a VZ |
10112 | rm -rf conftest* |
10113 | eval "ac_cv_lib_$ac_lib_var=yes" | |
10114 | else | |
10115 | echo "configure: failed program was:" >&5 | |
10116 | cat conftest.$ac_ext >&5 | |
10117 | rm -rf conftest* | |
10118 | eval "ac_cv_lib_$ac_lib_var=no" | |
10119 | fi | |
10120 | rm -f conftest* | |
10121 | LIBS="$ac_save_LIBS" | |
10122 | ||
10123 | fi | |
10124 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
10125 | echo "$ac_t""yes" 1>&6 | |
10126 | ||
b12915c1 | 10127 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
10128 | #define HAVE_NANOSLEEP 1 |
10129 | EOF | |
10130 | ||
b12915c1 VZ |
10131 | POSIX4_LINK="-lposix4" |
10132 | ||
10f2d63a VZ |
10133 | else |
10134 | echo "$ac_t""no" 1>&6 | |
10135 | ||
b12915c1 | 10136 | for ac_func in usleep |
10f2d63a VZ |
10137 | do |
10138 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | |
3fcdd07b | 10139 | echo "configure:10140: checking for $ac_func" >&5 |
10f2d63a VZ |
10140 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
10141 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10142 | else | |
10143 | cat > conftest.$ac_ext <<EOF | |
3fcdd07b | 10144 | #line 10145 "configure" |
10f2d63a VZ |
10145 | #include "confdefs.h" |
10146 | /* System header to define __stub macros and hopefully few prototypes, | |
10147 | which can conflict with char $ac_func(); below. */ | |
10148 | #include <assert.h> | |
10149 | /* Override any gcc2 internal prototype to avoid an error. */ | |
10150 | /* We use char because int might match the return type of a gcc2 | |
10151 | builtin and then its argument prototype would still apply. */ | |
10152 | char $ac_func(); | |
10153 | ||
10154 | int main() { | |
10155 | ||
10156 | /* The GNU C library defines this for functions which it implements | |
10157 | to always fail with ENOSYS. Some functions are actually named | |
10158 | something starting with __ and the normal name is an alias. */ | |
10159 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
10160 | choke me | |
10161 | #else | |
2224580a | 10162 | $ac_func(); |
10f2d63a VZ |
10163 | #endif |
10164 | ||
10165 | ; return 0; } | |
10166 | EOF | |
3fcdd07b | 10167 | if { (eval echo configure:10168: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
10f2d63a VZ |
10168 | rm -rf conftest* |
10169 | eval "ac_cv_func_$ac_func=yes" | |
10170 | else | |
10171 | echo "configure: failed program was:" >&5 | |
10172 | cat conftest.$ac_ext >&5 | |
10173 | rm -rf conftest* | |
10174 | eval "ac_cv_func_$ac_func=no" | |
10175 | fi | |
10176 | rm -f conftest* | |
10177 | fi | |
10178 | ||
10179 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
10180 | echo "$ac_t""yes" 1>&6 | |
10181 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
10182 | cat >> confdefs.h <<EOF | |
10183 | #define $ac_tr_func 1 | |
10184 | EOF | |
b12915c1 | 10185 | |
10f2d63a VZ |
10186 | else |
10187 | echo "$ac_t""no" 1>&6 | |
10f2d63a VZ |
10188 | fi |
10189 | done | |
10190 | ||
b12915c1 VZ |
10191 | echo "configure: warning: wxSleep() function will not work" 1>&2 |
10192 | ||
10193 | ||
10f2d63a VZ |
10194 | fi |
10195 | ||
b12915c1 VZ |
10196 | |
10197 | ||
10f2d63a VZ |
10198 | fi |
10199 | done | |
10200 | ||
b12915c1 | 10201 | fi |
10f2d63a VZ |
10202 | |
10203 | for ac_func in uname gethostname | |
10204 | do | |
10205 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | |
3fcdd07b | 10206 | echo "configure:10207: checking for $ac_func" >&5 |
10f2d63a VZ |
10207 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
10208 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10209 | else | |
10210 | cat > conftest.$ac_ext <<EOF | |
3fcdd07b | 10211 | #line 10212 "configure" |
10f2d63a VZ |
10212 | #include "confdefs.h" |
10213 | /* System header to define __stub macros and hopefully few prototypes, | |
10214 | which can conflict with char $ac_func(); below. */ | |
10215 | #include <assert.h> | |
10216 | /* Override any gcc2 internal prototype to avoid an error. */ | |
10217 | /* We use char because int might match the return type of a gcc2 | |
10218 | builtin and then its argument prototype would still apply. */ | |
10219 | char $ac_func(); | |
10220 | ||
10221 | int main() { | |
10222 | ||
10223 | /* The GNU C library defines this for functions which it implements | |
10224 | to always fail with ENOSYS. Some functions are actually named | |
10225 | something starting with __ and the normal name is an alias. */ | |
10226 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
10227 | choke me | |
10228 | #else | |
2224580a | 10229 | $ac_func(); |
10f2d63a VZ |
10230 | #endif |
10231 | ||
10232 | ; return 0; } | |
10233 | EOF | |
3fcdd07b | 10234 | if { (eval echo configure:10235: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
10f2d63a VZ |
10235 | rm -rf conftest* |
10236 | eval "ac_cv_func_$ac_func=yes" | |
10237 | else | |
10238 | echo "configure: failed program was:" >&5 | |
10239 | cat conftest.$ac_ext >&5 | |
10240 | rm -rf conftest* | |
10241 | eval "ac_cv_func_$ac_func=no" | |
10242 | fi | |
10243 | rm -f conftest* | |
10244 | fi | |
10245 | ||
10246 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
10247 | echo "$ac_t""yes" 1>&6 | |
10248 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
10249 | cat >> confdefs.h <<EOF | |
10250 | #define $ac_tr_func 1 | |
10251 | EOF | |
10252 | break | |
10253 | else | |
10254 | echo "$ac_t""no" 1>&6 | |
10255 | fi | |
10256 | done | |
10257 | ||
10258 | ||
10259 | for ac_func in strtok_r | |
10260 | do | |
10261 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | |
3fcdd07b | 10262 | echo "configure:10263: checking for $ac_func" >&5 |
10f2d63a VZ |
10263 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
10264 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10265 | else | |
10266 | cat > conftest.$ac_ext <<EOF | |
3fcdd07b | 10267 | #line 10268 "configure" |
10f2d63a VZ |
10268 | #include "confdefs.h" |
10269 | /* System header to define __stub macros and hopefully few prototypes, | |
10270 | which can conflict with char $ac_func(); below. */ | |
10271 | #include <assert.h> | |
10272 | /* Override any gcc2 internal prototype to avoid an error. */ | |
10273 | /* We use char because int might match the return type of a gcc2 | |
10274 | builtin and then its argument prototype would still apply. */ | |
10275 | char $ac_func(); | |
10276 | ||
10277 | int main() { | |
10278 | ||
10279 | /* The GNU C library defines this for functions which it implements | |
10280 | to always fail with ENOSYS. Some functions are actually named | |
10281 | something starting with __ and the normal name is an alias. */ | |
10282 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
10283 | choke me | |
10284 | #else | |
2224580a | 10285 | $ac_func(); |
10f2d63a VZ |
10286 | #endif |
10287 | ||
10288 | ; return 0; } | |
10289 | EOF | |
3fcdd07b | 10290 | if { (eval echo configure:10291: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
10f2d63a VZ |
10291 | rm -rf conftest* |
10292 | eval "ac_cv_func_$ac_func=yes" | |
10293 | else | |
10294 | echo "configure: failed program was:" >&5 | |
10295 | cat conftest.$ac_ext >&5 | |
10296 | rm -rf conftest* | |
10297 | eval "ac_cv_func_$ac_func=no" | |
10298 | fi | |
10299 | rm -f conftest* | |
10300 | fi | |
10301 | ||
10302 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
10303 | echo "$ac_t""yes" 1>&6 | |
10304 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
10305 | cat >> confdefs.h <<EOF | |
10306 | #define $ac_tr_func 1 | |
10307 | EOF | |
10308 | ||
10309 | else | |
10310 | echo "$ac_t""no" 1>&6 | |
10311 | fi | |
10312 | done | |
10313 | ||
10314 | ||
c63c7106 | 10315 | INET_LINK= |
10f2d63a VZ |
10316 | for ac_func in inet_addr |
10317 | do | |
10318 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | |
3fcdd07b | 10319 | echo "configure:10320: checking for $ac_func" >&5 |
10f2d63a VZ |
10320 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
10321 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10322 | else | |
10323 | cat > conftest.$ac_ext <<EOF | |
3fcdd07b | 10324 | #line 10325 "configure" |
10f2d63a VZ |
10325 | #include "confdefs.h" |
10326 | /* System header to define __stub macros and hopefully few prototypes, | |
10327 | which can conflict with char $ac_func(); below. */ | |
10328 | #include <assert.h> | |
10329 | /* Override any gcc2 internal prototype to avoid an error. */ | |
10330 | /* We use char because int might match the return type of a gcc2 | |
10331 | builtin and then its argument prototype would still apply. */ | |
10332 | char $ac_func(); | |
10333 | ||
10334 | int main() { | |
10335 | ||
10336 | /* The GNU C library defines this for functions which it implements | |
10337 | to always fail with ENOSYS. Some functions are actually named | |
10338 | something starting with __ and the normal name is an alias. */ | |
10339 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
10340 | choke me | |
10341 | #else | |
2224580a | 10342 | $ac_func(); |
10f2d63a VZ |
10343 | #endif |
10344 | ||
10345 | ; return 0; } | |
10346 | EOF | |
3fcdd07b | 10347 | if { (eval echo configure:10348: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
10f2d63a VZ |
10348 | rm -rf conftest* |
10349 | eval "ac_cv_func_$ac_func=yes" | |
10350 | else | |
10351 | echo "configure: failed program was:" >&5 | |
10352 | cat conftest.$ac_ext >&5 | |
10353 | rm -rf conftest* | |
10354 | eval "ac_cv_func_$ac_func=no" | |
10355 | fi | |
10356 | rm -f conftest* | |
10357 | fi | |
10358 | ||
10359 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
10360 | echo "$ac_t""yes" 1>&6 | |
10361 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
10362 | cat >> confdefs.h <<EOF | |
10363 | #define $ac_tr_func 1 | |
10364 | EOF | |
c63c7106 VZ |
10365 | cat >> confdefs.h <<\EOF |
10366 | #define HAVE_INET_ADDR 1 | |
10367 | EOF | |
10368 | ||
10f2d63a VZ |
10369 | else |
10370 | echo "$ac_t""no" 1>&6 | |
c63c7106 | 10371 | echo $ac_n "checking for inet_addr in -lnsl""... $ac_c" 1>&6 |
3fcdd07b | 10372 | echo "configure:10373: checking for inet_addr in -lnsl" >&5 |
c63c7106 VZ |
10373 | ac_lib_var=`echo nsl'_'inet_addr | sed 'y%./+-%__p_%'` |
10374 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
10375 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10376 | else | |
10377 | ac_save_LIBS="$LIBS" | |
10378 | LIBS="-lnsl $LIBS" | |
10379 | cat > conftest.$ac_ext <<EOF | |
3fcdd07b | 10380 | #line 10381 "configure" |
c63c7106 VZ |
10381 | #include "confdefs.h" |
10382 | /* Override any gcc2 internal prototype to avoid an error. */ | |
10383 | /* We use char because int might match the return type of a gcc2 | |
10384 | builtin and then its argument prototype would still apply. */ | |
10385 | char inet_addr(); | |
10386 | ||
10387 | int main() { | |
10388 | inet_addr() | |
10389 | ; return 0; } | |
10390 | EOF | |
3fcdd07b | 10391 | if { (eval echo configure:10392: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
c63c7106 VZ |
10392 | rm -rf conftest* |
10393 | eval "ac_cv_lib_$ac_lib_var=yes" | |
10394 | else | |
10395 | echo "configure: failed program was:" >&5 | |
10396 | cat conftest.$ac_ext >&5 | |
10397 | rm -rf conftest* | |
10398 | eval "ac_cv_lib_$ac_lib_var=no" | |
10399 | fi | |
10400 | rm -f conftest* | |
10401 | LIBS="$ac_save_LIBS" | |
10402 | ||
10403 | fi | |
10404 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
10405 | echo "$ac_t""yes" 1>&6 | |
10406 | INET_LINK="nsl" | |
10407 | else | |
10408 | echo "$ac_t""no" 1>&6 | |
10409 | echo $ac_n "checking for inet_addr in -lresolv""... $ac_c" 1>&6 | |
3fcdd07b | 10410 | echo "configure:10411: checking for inet_addr in -lresolv" >&5 |
c63c7106 VZ |
10411 | ac_lib_var=`echo resolv'_'inet_addr | sed 'y%./+-%__p_%'` |
10412 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
10413 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10414 | else | |
10415 | ac_save_LIBS="$LIBS" | |
10416 | LIBS="-lresolv $LIBS" | |
10417 | cat > conftest.$ac_ext <<EOF | |
3fcdd07b | 10418 | #line 10419 "configure" |
c63c7106 VZ |
10419 | #include "confdefs.h" |
10420 | /* Override any gcc2 internal prototype to avoid an error. */ | |
10421 | /* We use char because int might match the return type of a gcc2 | |
10422 | builtin and then its argument prototype would still apply. */ | |
10423 | char inet_addr(); | |
10424 | ||
10425 | int main() { | |
10426 | inet_addr() | |
10427 | ; return 0; } | |
10428 | EOF | |
3fcdd07b | 10429 | if { (eval echo configure:10430: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
c63c7106 VZ |
10430 | rm -rf conftest* |
10431 | eval "ac_cv_lib_$ac_lib_var=yes" | |
10432 | else | |
10433 | echo "configure: failed program was:" >&5 | |
10434 | cat conftest.$ac_ext >&5 | |
10435 | rm -rf conftest* | |
10436 | eval "ac_cv_lib_$ac_lib_var=no" | |
10437 | fi | |
10438 | rm -f conftest* | |
10439 | LIBS="$ac_save_LIBS" | |
10440 | ||
10441 | fi | |
10442 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
10443 | echo "$ac_t""yes" 1>&6 | |
10444 | INET_LINK="resolv" | |
10445 | ||
10446 | else | |
10447 | echo "$ac_t""no" 1>&6 | |
10448 | fi | |
10449 | ||
10450 | ||
10451 | fi | |
10452 | ||
10453 | ||
10454 | ||
10f2d63a VZ |
10455 | fi |
10456 | done | |
10457 | ||
c63c7106 | 10458 | |
10f2d63a VZ |
10459 | for ac_func in inet_aton |
10460 | do | |
10461 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | |
3fcdd07b | 10462 | echo "configure:10463: checking for $ac_func" >&5 |
10f2d63a VZ |
10463 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
10464 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10465 | else | |
10466 | cat > conftest.$ac_ext <<EOF | |
3fcdd07b | 10467 | #line 10468 "configure" |
10f2d63a VZ |
10468 | #include "confdefs.h" |
10469 | /* System header to define __stub macros and hopefully few prototypes, | |
10470 | which can conflict with char $ac_func(); below. */ | |
10471 | #include <assert.h> | |
10472 | /* Override any gcc2 internal prototype to avoid an error. */ | |
10473 | /* We use char because int might match the return type of a gcc2 | |
10474 | builtin and then its argument prototype would still apply. */ | |
10475 | char $ac_func(); | |
10476 | ||
10477 | int main() { | |
10478 | ||
10479 | /* The GNU C library defines this for functions which it implements | |
10480 | to always fail with ENOSYS. Some functions are actually named | |
10481 | something starting with __ and the normal name is an alias. */ | |
10482 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
10483 | choke me | |
10484 | #else | |
2224580a | 10485 | $ac_func(); |
10f2d63a VZ |
10486 | #endif |
10487 | ||
10488 | ; return 0; } | |
10489 | EOF | |
3fcdd07b | 10490 | if { (eval echo configure:10491: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
10f2d63a VZ |
10491 | rm -rf conftest* |
10492 | eval "ac_cv_func_$ac_func=yes" | |
10493 | else | |
10494 | echo "configure: failed program was:" >&5 | |
10495 | cat conftest.$ac_ext >&5 | |
10496 | rm -rf conftest* | |
10497 | eval "ac_cv_func_$ac_func=no" | |
10498 | fi | |
10499 | rm -f conftest* | |
10500 | fi | |
10501 | ||
10502 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
10503 | echo "$ac_t""yes" 1>&6 | |
10504 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
10505 | cat >> confdefs.h <<EOF | |
10506 | #define $ac_tr_func 1 | |
10507 | EOF | |
c63c7106 VZ |
10508 | cat >> confdefs.h <<\EOF |
10509 | #define HAVE_INET_ATON 1 | |
10510 | EOF | |
10511 | ||
10f2d63a VZ |
10512 | else |
10513 | echo "$ac_t""no" 1>&6 | |
c63c7106 | 10514 | echo $ac_n "checking for inet_aton in -l$INET_LINK""... $ac_c" 1>&6 |
3fcdd07b | 10515 | echo "configure:10516: checking for inet_aton in -l$INET_LINK" >&5 |
c63c7106 | 10516 | ac_lib_var=`echo $INET_LINK'_'inet_aton | sed 'y%./+-%__p_%'` |
10f2d63a VZ |
10517 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
10518 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10519 | else | |
10520 | ac_save_LIBS="$LIBS" | |
c63c7106 | 10521 | LIBS="-l$INET_LINK $LIBS" |
10f2d63a | 10522 | cat > conftest.$ac_ext <<EOF |
3fcdd07b | 10523 | #line 10524 "configure" |
10f2d63a VZ |
10524 | #include "confdefs.h" |
10525 | /* Override any gcc2 internal prototype to avoid an error. */ | |
10526 | /* We use char because int might match the return type of a gcc2 | |
10527 | builtin and then its argument prototype would still apply. */ | |
10528 | char inet_aton(); | |
10529 | ||
10530 | int main() { | |
10531 | inet_aton() | |
10532 | ; return 0; } | |
10533 | EOF | |
3fcdd07b | 10534 | if { (eval echo configure:10535: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
10f2d63a VZ |
10535 | rm -rf conftest* |
10536 | eval "ac_cv_lib_$ac_lib_var=yes" | |
10537 | else | |
10538 | echo "configure: failed program was:" >&5 | |
10539 | cat conftest.$ac_ext >&5 | |
10540 | rm -rf conftest* | |
10541 | eval "ac_cv_lib_$ac_lib_var=no" | |
10542 | fi | |
10543 | rm -f conftest* | |
10544 | LIBS="$ac_save_LIBS" | |
10545 | ||
10546 | fi | |
10547 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
10548 | echo "$ac_t""yes" 1>&6 | |
c63c7106 VZ |
10549 | cat >> confdefs.h <<\EOF |
10550 | #define HAVE_INET_ATON 1 | |
10f2d63a VZ |
10551 | EOF |
10552 | ||
10f2d63a VZ |
10553 | else |
10554 | echo "$ac_t""no" 1>&6 | |
10555 | fi | |
10556 | ||
c63c7106 VZ |
10557 | |
10558 | fi | |
10559 | done | |
10560 | ||
10561 | ||
10562 | if test "x$INET_LINK" != "x"; then | |
10563 | cat >> confdefs.h <<\EOF | |
10564 | #define HAVE_INET_ADDR 1 | |
10565 | EOF | |
10566 | ||
10567 | INET_LINK="-l$INET_LINK" | |
10568 | fi | |
10f2d63a VZ |
10569 | |
10570 | fi | |
10571 | ||
10572 | ||
10573 | cat > confcache <<\EOF | |
10574 | # This file is a shell script that caches the results of configure | |
10575 | # tests run on this system so they can be shared between configure | |
10576 | # scripts and configure runs. It is not useful on other systems. | |
10577 | # If it contains results you don't want to keep, you may remove or edit it. | |
10578 | # | |
10579 | # By default, configure uses ./config.cache as the cache file, | |
10580 | # creating it if it does not exist already. You can give configure | |
10581 | # the --cache-file=FILE option to use a different cache file; that is | |
10582 | # what configure does when it calls configure scripts in | |
10583 | # subdirectories, so they share the cache. | |
10584 | # Giving --cache-file=/dev/null disables caching, for debugging configure. | |
10585 | # config.status only pays attention to the cache file if you give it the | |
10586 | # --recheck option to rerun configure. | |
10587 | # | |
10588 | EOF | |
10589 | # The following way of writing the cache mishandles newlines in values, | |
10590 | # but we know of no workaround that is simple, portable, and efficient. | |
10591 | # So, don't put newlines in cache variables' values. | |
10592 | # Ultrix sh set writes to stderr and can't be redirected directly, | |
10593 | # and sets the high bit in the cache file unless we assign to the vars. | |
10594 | (set) 2>&1 | | |
10595 | case `(ac_space=' '; set | grep ac_space) 2>&1` in | |
10596 | *ac_space=\ *) | |
10597 | # `set' does not quote correctly, so add quotes (double-quote substitution | |
10598 | # turns \\\\ into \\, and sed turns \\ into \). | |
10599 | sed -n \ | |
10600 | -e "s/'/'\\\\''/g" \ | |
10601 | -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p" | |
10602 | ;; | |
10603 | *) | |
10604 | # `set' quotes correctly as required by POSIX, so do not add quotes. | |
10605 | sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p' | |
10606 | ;; | |
10607 | esac >> confcache | |
10608 | if cmp -s $cache_file confcache; then | |
10609 | : | |
10610 | else | |
10611 | if test -w $cache_file; then | |
10612 | echo "updating cache $cache_file" | |
10613 | cat confcache > $cache_file | |
10614 | else | |
10615 | echo "not updating unwritable cache $cache_file" | |
10616 | fi | |
10617 | fi | |
10618 | rm -f confcache | |
10619 | ||
10620 | ||
10621 | ||
10622 | if test "$USE_UNIX" = 1; then | |
10623 | ||
10624 | ||
10625 | THREADS_LINK="" | |
10626 | THREADS_OBJ="" | |
10627 | ||
10628 | if test "$wxUSE_THREADS" = "yes" ; then | |
10629 | if test "$wxUSE_WINE" = 1 ; then | |
10630 | echo "configure: warning: Threads are not supported under WINE" 1>&2 | |
10631 | wxUSE_THREADS="no" | |
b12915c1 VZ |
10632 | elif test "$USE_BEOS" = 1; then |
10633 | echo "configure: warning: BeOS threads are not yet supported" 1>&2 | |
10634 | wxUSE_THREADS="no" | |
10f2d63a VZ |
10635 | fi |
10636 | fi | |
10637 | ||
10638 | if test "$wxUSE_THREADS" = "yes" ; then | |
10639 | ||
10640 | echo $ac_n "checking for pthread_create in -lpthread""... $ac_c" 1>&6 | |
3fcdd07b | 10641 | echo "configure:10642: checking for pthread_create in -lpthread" >&5 |
10f2d63a VZ |
10642 | ac_lib_var=`echo pthread'_'pthread_create | sed 'y%./+-%__p_%'` |
10643 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
10644 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10645 | else | |
10646 | ac_save_LIBS="$LIBS" | |
10647 | LIBS="-lpthread $LIBS" | |
10648 | cat > conftest.$ac_ext <<EOF | |
3fcdd07b | 10649 | #line 10650 "configure" |
10f2d63a VZ |
10650 | #include "confdefs.h" |
10651 | /* Override any gcc2 internal prototype to avoid an error. */ | |
10652 | /* We use char because int might match the return type of a gcc2 | |
10653 | builtin and then its argument prototype would still apply. */ | |
10654 | char pthread_create(); | |
10655 | ||
10656 | int main() { | |
10657 | pthread_create() | |
10658 | ; return 0; } | |
10659 | EOF | |
3fcdd07b | 10660 | if { (eval echo configure:10661: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
10f2d63a VZ |
10661 | rm -rf conftest* |
10662 | eval "ac_cv_lib_$ac_lib_var=yes" | |
10663 | else | |
10664 | echo "configure: failed program was:" >&5 | |
10665 | cat conftest.$ac_ext >&5 | |
10666 | rm -rf conftest* | |
10667 | eval "ac_cv_lib_$ac_lib_var=no" | |
10668 | fi | |
10669 | rm -f conftest* | |
10670 | LIBS="$ac_save_LIBS" | |
10671 | ||
10672 | fi | |
10673 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
10674 | echo "$ac_t""yes" 1>&6 | |
10675 | ||
10676 | THREADS_OBJ="threadpsx.lo" | |
10677 | THREADS_LINK="pthread" | |
10678 | ||
10679 | else | |
10680 | echo "$ac_t""no" 1>&6 | |
10681 | ||
10682 | echo $ac_n "checking for pthread_create in -lc_r""... $ac_c" 1>&6 | |
3fcdd07b | 10683 | echo "configure:10684: checking for pthread_create in -lc_r" >&5 |
10f2d63a VZ |
10684 | ac_lib_var=`echo c_r'_'pthread_create | sed 'y%./+-%__p_%'` |
10685 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
10686 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10687 | else | |
10688 | ac_save_LIBS="$LIBS" | |
10689 | LIBS="-lc_r $LIBS" | |
10690 | cat > conftest.$ac_ext <<EOF | |
3fcdd07b | 10691 | #line 10692 "configure" |
10f2d63a VZ |
10692 | #include "confdefs.h" |
10693 | /* Override any gcc2 internal prototype to avoid an error. */ | |
10694 | /* We use char because int might match the return type of a gcc2 | |
10695 | builtin and then its argument prototype would still apply. */ | |
10696 | char pthread_create(); | |
10697 | ||
10698 | int main() { | |
10699 | pthread_create() | |
10700 | ; return 0; } | |
10701 | EOF | |
3fcdd07b | 10702 | if { (eval echo configure:10703: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
10f2d63a VZ |
10703 | rm -rf conftest* |
10704 | eval "ac_cv_lib_$ac_lib_var=yes" | |
10705 | else | |
10706 | echo "configure: failed program was:" >&5 | |
10707 | cat conftest.$ac_ext >&5 | |
10708 | rm -rf conftest* | |
10709 | eval "ac_cv_lib_$ac_lib_var=no" | |
10710 | fi | |
10711 | rm -f conftest* | |
10712 | LIBS="$ac_save_LIBS" | |
10713 | ||
10714 | fi | |
10715 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
10716 | echo "$ac_t""yes" 1>&6 | |
10717 | ||
10718 | THREADS_OBJ="threadpsx.lo" | |
10719 | THREADS_LINK="c_r" | |
10720 | ||
10721 | else | |
10722 | echo "$ac_t""no" 1>&6 | |
10723 | ||
10724 | ac_safe=`echo "sys/prctl.h" | sed 'y%./+-%__p_%'` | |
10725 | echo $ac_n "checking for sys/prctl.h""... $ac_c" 1>&6 | |
3fcdd07b | 10726 | echo "configure:10727: checking for sys/prctl.h" >&5 |
10f2d63a VZ |
10727 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
10728 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10729 | else | |
10730 | cat > conftest.$ac_ext <<EOF | |
3fcdd07b | 10731 | #line 10732 "configure" |
10f2d63a VZ |
10732 | #include "confdefs.h" |
10733 | #include <sys/prctl.h> | |
10734 | EOF | |
10735 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
3fcdd07b | 10736 | { (eval echo configure:10737: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
10f2d63a VZ |
10737 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
10738 | if test -z "$ac_err"; then | |
10739 | rm -rf conftest* | |
10740 | eval "ac_cv_header_$ac_safe=yes" | |
10741 | else | |
10742 | echo "$ac_err" >&5 | |
10743 | echo "configure: failed program was:" >&5 | |
10744 | cat conftest.$ac_ext >&5 | |
10745 | rm -rf conftest* | |
10746 | eval "ac_cv_header_$ac_safe=no" | |
10747 | fi | |
10748 | rm -f conftest* | |
10749 | fi | |
10750 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
10751 | echo "$ac_t""yes" 1>&6 | |
10752 | ||
10753 | THREADS_OBJ="threadsgi.lo" | |
10754 | ||
10755 | else | |
10756 | echo "$ac_t""no" 1>&6 | |
10757 | fi | |
10758 | ||
10759 | ||
10760 | fi | |
10761 | ||
10762 | ||
10763 | fi | |
10764 | ||
10765 | ||
10766 | if test -z "$THREADS_OBJ" ; then | |
10767 | wxUSE_THREADS=no | |
10768 | echo "configure: warning: No thread support on this system" 1>&2 | |
10769 | fi | |
10770 | fi | |
10771 | ||
10772 | if test "$wxUSE_THREADS" = "yes" ; then | |
70846f0a VZ |
10773 | for ac_func in thr_setconcurrency |
10774 | do | |
10775 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | |
3fcdd07b | 10776 | echo "configure:10777: checking for $ac_func" >&5 |
70846f0a VZ |
10777 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
10778 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10779 | else | |
10780 | cat > conftest.$ac_ext <<EOF | |
3fcdd07b | 10781 | #line 10782 "configure" |
70846f0a VZ |
10782 | #include "confdefs.h" |
10783 | /* System header to define __stub macros and hopefully few prototypes, | |
10784 | which can conflict with char $ac_func(); below. */ | |
10785 | #include <assert.h> | |
10786 | /* Override any gcc2 internal prototype to avoid an error. */ | |
10787 | /* We use char because int might match the return type of a gcc2 | |
10788 | builtin and then its argument prototype would still apply. */ | |
10789 | char $ac_func(); | |
10790 | ||
10791 | int main() { | |
10792 | ||
10793 | /* The GNU C library defines this for functions which it implements | |
10794 | to always fail with ENOSYS. Some functions are actually named | |
10795 | something starting with __ and the normal name is an alias. */ | |
10796 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
10797 | choke me | |
10798 | #else | |
2224580a | 10799 | $ac_func(); |
70846f0a VZ |
10800 | #endif |
10801 | ||
10802 | ; return 0; } | |
10803 | EOF | |
3fcdd07b | 10804 | if { (eval echo configure:10805: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
70846f0a VZ |
10805 | rm -rf conftest* |
10806 | eval "ac_cv_func_$ac_func=yes" | |
10807 | else | |
10808 | echo "configure: failed program was:" >&5 | |
10809 | cat conftest.$ac_ext >&5 | |
10810 | rm -rf conftest* | |
10811 | eval "ac_cv_func_$ac_func=no" | |
10812 | fi | |
10813 | rm -f conftest* | |
10814 | fi | |
10815 | ||
10816 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
10817 | echo "$ac_t""yes" 1>&6 | |
10818 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
10819 | cat >> confdefs.h <<EOF | |
10820 | #define $ac_tr_func 1 | |
10821 | EOF | |
10822 | ||
10823 | else | |
10824 | echo "$ac_t""no" 1>&6 | |
10825 | fi | |
10826 | done | |
10827 | ||
10828 | ||
10f2d63a VZ |
10829 | |
10830 | for ac_hdr in sched.h | |
10831 | do | |
10832 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
10833 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
3fcdd07b | 10834 | echo "configure:10835: checking for $ac_hdr" >&5 |
10f2d63a VZ |
10835 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
10836 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10837 | else | |
10838 | cat > conftest.$ac_ext <<EOF | |
3fcdd07b | 10839 | #line 10840 "configure" |
10f2d63a VZ |
10840 | #include "confdefs.h" |
10841 | #include <$ac_hdr> | |
10842 | EOF | |
10843 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
3fcdd07b | 10844 | { (eval echo configure:10845: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
10f2d63a VZ |
10845 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
10846 | if test -z "$ac_err"; then | |
10847 | rm -rf conftest* | |
10848 | eval "ac_cv_header_$ac_safe=yes" | |
10849 | else | |
10850 | echo "$ac_err" >&5 | |
10851 | echo "configure: failed program was:" >&5 | |
10852 | cat conftest.$ac_ext >&5 | |
10853 | rm -rf conftest* | |
10854 | eval "ac_cv_header_$ac_safe=no" | |
10855 | fi | |
10856 | rm -f conftest* | |
10857 | fi | |
10858 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
10859 | echo "$ac_t""yes" 1>&6 | |
10860 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
10861 | cat >> confdefs.h <<EOF | |
10862 | #define $ac_tr_hdr 1 | |
10863 | EOF | |
10864 | ||
10865 | else | |
10866 | echo "$ac_t""no" 1>&6 | |
10867 | fi | |
10868 | done | |
10869 | ||
10870 | ||
10871 | echo $ac_n "checking for sched_yield in -l$THREADS_LINK""... $ac_c" 1>&6 | |
3fcdd07b | 10872 | echo "configure:10873: checking for sched_yield in -l$THREADS_LINK" >&5 |
10f2d63a VZ |
10873 | ac_lib_var=`echo $THREADS_LINK'_'sched_yield | sed 'y%./+-%__p_%'` |
10874 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
10875 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10876 | else | |
10877 | ac_save_LIBS="$LIBS" | |
10878 | LIBS="-l$THREADS_LINK $LIBS" | |
10879 | cat > conftest.$ac_ext <<EOF | |
3fcdd07b | 10880 | #line 10881 "configure" |
10f2d63a VZ |
10881 | #include "confdefs.h" |
10882 | /* Override any gcc2 internal prototype to avoid an error. */ | |
10883 | /* We use char because int might match the return type of a gcc2 | |
10884 | builtin and then its argument prototype would still apply. */ | |
10885 | char sched_yield(); | |
10886 | ||
10887 | int main() { | |
10888 | sched_yield() | |
10889 | ; return 0; } | |
10890 | EOF | |
3fcdd07b | 10891 | if { (eval echo configure:10892: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
10f2d63a VZ |
10892 | rm -rf conftest* |
10893 | eval "ac_cv_lib_$ac_lib_var=yes" | |
10894 | else | |
10895 | echo "configure: failed program was:" >&5 | |
10896 | cat conftest.$ac_ext >&5 | |
10897 | rm -rf conftest* | |
10898 | eval "ac_cv_lib_$ac_lib_var=no" | |
10899 | fi | |
10900 | rm -f conftest* | |
10901 | LIBS="$ac_save_LIBS" | |
10902 | ||
10903 | fi | |
10904 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
10905 | echo "$ac_t""yes" 1>&6 | |
10906 | cat >> confdefs.h <<\EOF | |
10907 | #define HAVE_SCHED_YIELD 1 | |
10908 | EOF | |
10909 | ||
10910 | else | |
10911 | echo "$ac_t""no" 1>&6 | |
10912 | echo $ac_n "checking for sched_yield in -l"posix4"""... $ac_c" 1>&6 | |
3fcdd07b | 10913 | echo "configure:10914: checking for sched_yield in -l"posix4"" >&5 |
10f2d63a VZ |
10914 | ac_lib_var=`echo "posix4"'_'sched_yield | sed 'y%./+-%__p_%'` |
10915 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
10916 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10917 | else | |
10918 | ac_save_LIBS="$LIBS" | |
10919 | LIBS="-l"posix4" $LIBS" | |
10920 | cat > conftest.$ac_ext <<EOF | |
3fcdd07b | 10921 | #line 10922 "configure" |
10f2d63a VZ |
10922 | #include "confdefs.h" |
10923 | /* Override any gcc2 internal prototype to avoid an error. */ | |
10924 | /* We use char because int might match the return type of a gcc2 | |
10925 | builtin and then its argument prototype would still apply. */ | |
10926 | char sched_yield(); | |
10927 | ||
10928 | int main() { | |
10929 | sched_yield() | |
10930 | ; return 0; } | |
10931 | EOF | |
3fcdd07b | 10932 | if { (eval echo configure:10933: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
10f2d63a VZ |
10933 | rm -rf conftest* |
10934 | eval "ac_cv_lib_$ac_lib_var=yes" | |
10935 | else | |
10936 | echo "configure: failed program was:" >&5 | |
10937 | cat conftest.$ac_ext >&5 | |
10938 | rm -rf conftest* | |
10939 | eval "ac_cv_lib_$ac_lib_var=no" | |
10940 | fi | |
10941 | rm -f conftest* | |
10942 | LIBS="$ac_save_LIBS" | |
10943 | ||
10944 | fi | |
10945 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
10946 | echo "$ac_t""yes" 1>&6 | |
10947 | cat >> confdefs.h <<\EOF | |
10948 | #define HAVE_SCHED_YIELD 1 | |
10949 | EOF | |
10950 | POSIX4_LINK="-lposix4" | |
10951 | else | |
10952 | echo "$ac_t""no" 1>&6 | |
10953 | echo "configure: warning: wxThread::Yield will not work properly" 1>&2 | |
10954 | ||
10955 | fi | |
10956 | ||
10957 | ||
10958 | fi | |
10959 | ||
10960 | ||
10961 | echo $ac_n "checking for pthread_attr_getschedpolicy in -l$THREADS_LINK""... $ac_c" 1>&6 | |
3fcdd07b | 10962 | echo "configure:10963: checking for pthread_attr_getschedpolicy in -l$THREADS_LINK" >&5 |
10f2d63a VZ |
10963 | ac_lib_var=`echo $THREADS_LINK'_'pthread_attr_getschedpolicy | sed 'y%./+-%__p_%'` |
10964 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
10965 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10966 | else | |
10967 | ac_save_LIBS="$LIBS" | |
10968 | LIBS="-l$THREADS_LINK $LIBS" | |
10969 | cat > conftest.$ac_ext <<EOF | |
3fcdd07b | 10970 | #line 10971 "configure" |
10f2d63a VZ |
10971 | #include "confdefs.h" |
10972 | /* Override any gcc2 internal prototype to avoid an error. */ | |
10973 | /* We use char because int might match the return type of a gcc2 | |
10974 | builtin and then its argument prototype would still apply. */ | |
10975 | char pthread_attr_getschedpolicy(); | |
10976 | ||
10977 | int main() { | |
10978 | pthread_attr_getschedpolicy() | |
10979 | ; return 0; } | |
10980 | EOF | |
3fcdd07b | 10981 | if { (eval echo configure:10982: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
10f2d63a VZ |
10982 | rm -rf conftest* |
10983 | eval "ac_cv_lib_$ac_lib_var=yes" | |
10984 | else | |
10985 | echo "configure: failed program was:" >&5 | |
10986 | cat conftest.$ac_ext >&5 | |
10987 | rm -rf conftest* | |
10988 | eval "ac_cv_lib_$ac_lib_var=no" | |
10989 | fi | |
10990 | rm -f conftest* | |
10991 | LIBS="$ac_save_LIBS" | |
10992 | ||
10993 | fi | |
10994 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
10995 | echo "$ac_t""yes" 1>&6 | |
10996 | cat >> confdefs.h <<\EOF | |
10997 | #define HAVE_THREAD_PRIORITY_FUNCTIONS 1 | |
10998 | EOF | |
10999 | ||
11000 | else | |
11001 | echo "$ac_t""no" 1>&6 | |
11002 | echo $ac_n "checking for pthread_attr_getschedpolicy in -l"posix4"""... $ac_c" 1>&6 | |
3fcdd07b | 11003 | echo "configure:11004: checking for pthread_attr_getschedpolicy in -l"posix4"" >&5 |
10f2d63a VZ |
11004 | ac_lib_var=`echo "posix4"'_'pthread_attr_getschedpolicy | sed 'y%./+-%__p_%'` |
11005 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
11006 | echo $ac_n "(cached) $ac_c" 1>&6 | |
11007 | else | |
11008 | ac_save_LIBS="$LIBS" | |
11009 | LIBS="-l"posix4" $LIBS" | |
11010 | cat > conftest.$ac_ext <<EOF | |
3fcdd07b | 11011 | #line 11012 "configure" |
10f2d63a VZ |
11012 | #include "confdefs.h" |
11013 | /* Override any gcc2 internal prototype to avoid an error. */ | |
11014 | /* We use char because int might match the return type of a gcc2 | |
11015 | builtin and then its argument prototype would still apply. */ | |
11016 | char pthread_attr_getschedpolicy(); | |
11017 | ||
11018 | int main() { | |
11019 | pthread_attr_getschedpolicy() | |
11020 | ; return 0; } | |
11021 | EOF | |
3fcdd07b | 11022 | if { (eval echo configure:11023: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
10f2d63a VZ |
11023 | rm -rf conftest* |
11024 | eval "ac_cv_lib_$ac_lib_var=yes" | |
11025 | else | |
11026 | echo "configure: failed program was:" >&5 | |
11027 | cat conftest.$ac_ext >&5 | |
11028 | rm -rf conftest* | |
11029 | eval "ac_cv_lib_$ac_lib_var=no" | |
11030 | fi | |
11031 | rm -f conftest* | |
11032 | LIBS="$ac_save_LIBS" | |
11033 | ||
11034 | fi | |
11035 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
11036 | echo "$ac_t""yes" 1>&6 | |
11037 | cat >> confdefs.h <<\EOF | |
11038 | #define HAVE_THREAD_PRIORITY_FUNCTIONS 1 | |
11039 | EOF | |
11040 | POSIX4_LINK="-lposix4" | |
11041 | else | |
11042 | echo "$ac_t""no" 1>&6 | |
11043 | echo "configure: warning: Setting thread priority will not work" 1>&2 | |
11044 | ||
11045 | fi | |
11046 | ||
11047 | ||
11048 | fi | |
11049 | ||
11050 | ||
11051 | echo $ac_n "checking for pthread_cancel in -l$THREADS_LINK""... $ac_c" 1>&6 | |
3fcdd07b | 11052 | echo "configure:11053: checking for pthread_cancel in -l$THREADS_LINK" >&5 |
10f2d63a VZ |
11053 | ac_lib_var=`echo $THREADS_LINK'_'pthread_cancel | sed 'y%./+-%__p_%'` |
11054 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
11055 | echo $ac_n "(cached) $ac_c" 1>&6 | |
11056 | else | |
11057 | ac_save_LIBS="$LIBS" | |
11058 | LIBS="-l$THREADS_LINK $LIBS" | |
11059 | cat > conftest.$ac_ext <<EOF | |
3fcdd07b | 11060 | #line 11061 "configure" |
10f2d63a VZ |
11061 | #include "confdefs.h" |
11062 | /* Override any gcc2 internal prototype to avoid an error. */ | |
11063 | /* We use char because int might match the return type of a gcc2 | |
11064 | builtin and then its argument prototype would still apply. */ | |
11065 | char pthread_cancel(); | |
11066 | ||
11067 | int main() { | |
11068 | pthread_cancel() | |
11069 | ; return 0; } | |
11070 | EOF | |
3fcdd07b | 11071 | if { (eval echo configure:11072: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
10f2d63a VZ |
11072 | rm -rf conftest* |
11073 | eval "ac_cv_lib_$ac_lib_var=yes" | |
11074 | else | |
11075 | echo "configure: failed program was:" >&5 | |
11076 | cat conftest.$ac_ext >&5 | |
11077 | rm -rf conftest* | |
11078 | eval "ac_cv_lib_$ac_lib_var=no" | |
11079 | fi | |
11080 | rm -f conftest* | |
11081 | LIBS="$ac_save_LIBS" | |
11082 | ||
11083 | fi | |
11084 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
11085 | echo "$ac_t""yes" 1>&6 | |
11086 | cat >> confdefs.h <<\EOF | |
11087 | #define HAVE_PTHREAD_CANCEL 1 | |
11088 | EOF | |
11089 | ||
11090 | else | |
11091 | echo "$ac_t""no" 1>&6 | |
11092 | echo "configure: warning: wxThread::Kill() will not work properly" 1>&2 | |
11093 | fi | |
11094 | ||
11095 | ||
11096 | echo $ac_n "checking for pthread_cleanup_push/pop""... $ac_c" 1>&6 | |
3fcdd07b | 11097 | echo "configure:11098: checking for pthread_cleanup_push/pop" >&5 |
10f2d63a VZ |
11098 | if eval "test \"`echo '$''{'wx_cv_func_pthread_cleanup_push'+set}'`\" = set"; then |
11099 | echo $ac_n "(cached) $ac_c" 1>&6 | |
11100 | else | |
11101 | ||
11102 | cat > conftest.$ac_ext <<EOF | |
3fcdd07b | 11103 | #line 11104 "configure" |
10f2d63a VZ |
11104 | #include "confdefs.h" |
11105 | #include <pthread.h> | |
11106 | int main() { | |
11107 | ||
11108 | pthread_cleanup_push(NULL, NULL); | |
11109 | pthread_cleanup_pop(0); | |
11110 | ||
11111 | ; return 0; } | |
11112 | EOF | |
3fcdd07b | 11113 | if { (eval echo configure:11114: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
10f2d63a VZ |
11114 | rm -rf conftest* |
11115 | ||
11116 | wx_cv_func_pthread_cleanup_push=yes | |
11117 | cat >> confdefs.h <<\EOF | |
11118 | #define HAVE_THREAD_CLEANUP_FUNCTIONS 1 | |
11119 | EOF | |
11120 | ||
11121 | ||
11122 | else | |
11123 | echo "configure: failed program was:" >&5 | |
11124 | cat conftest.$ac_ext >&5 | |
11125 | rm -rf conftest* | |
11126 | ||
11127 | wx_cv_func_pthread_cleanup_push=no | |
11128 | ||
11129 | fi | |
11130 | rm -f conftest* | |
11131 | ||
11132 | fi | |
11133 | ||
11134 | echo "$ac_t""$wx_cv_func_pthread_cleanup_push" 1>&6 | |
11135 | ||
11136 | THREADS_LINK="-l$THREADS_LINK" | |
11137 | fi | |
11138 | ||
11139 | fi | |
11140 | ||
11141 | if test "$wxUSE_THREADS" = "yes"; then | |
11142 | cat >> confdefs.h <<\EOF | |
11143 | #define wxUSE_THREADS 1 | |
11144 | EOF | |
11145 | ||
11146 | ||
11147 | CFLAGS="${CFLAGS} -D_REENTRANT" | |
11148 | CXXFLAGS="${CXXFLAGS} -D_REENTRANT" | |
11149 | ||
11150 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS thread" | |
11151 | else | |
11152 | if test "$ac_cv_func_strtok_r" = "yes"; then | |
ab9b9eab | 11153 | echo $ac_n "checking if -D_REENTRANT is needed""... $ac_c" 1>&6 |
3fcdd07b | 11154 | echo "configure:11155: checking if -D_REENTRANT is needed" >&5 |
ab9b9eab VZ |
11155 | if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then |
11156 | CFLAGS="${CFLAGS} -D_REENTRANT" | |
11157 | CXXFLAGS="${CXXFLAGS} -D_REENTRANT" | |
11158 | echo "$ac_t""yes" 1>&6 | |
11159 | else | |
11160 | echo "$ac_t""no" 1>&6 | |
10f2d63a VZ |
11161 | fi |
11162 | fi | |
11163 | fi | |
11164 | ||
13111b2a VZ |
11165 | if test "$WXGTK13" = 1 ; then |
11166 | cat >> confdefs.h <<EOF | |
11167 | #define __WXGTK13__ $WXGTK13 | |
11168 | EOF | |
11169 | ||
11170 | WXGTK12=1 | |
11171 | fi | |
11172 | ||
10f2d63a VZ |
11173 | if test "$WXGTK12" = 1 ; then |
11174 | cat >> confdefs.h <<EOF | |
11175 | #define __WXGTK12__ $WXGTK12 | |
11176 | EOF | |
11177 | ||
11178 | fi | |
11179 | ||
11180 | if test "$WXWINE" = 1 ; then | |
11181 | TOOLKIT_DEF="${TOOLKIT_DEF} -D__WXWINE__" | |
11182 | fi | |
11183 | ||
11184 | if test "$wxUSE_CYGWIN" = 1 ; then | |
11185 | TOOLKIT_DEF="${TOOLKIT_DEF} -D__WIN95__" | |
11186 | fi | |
11187 | ||
11188 | WXDEBUG= | |
11189 | ||
11190 | if test "$wxUSE_DEBUG_INFO" = "yes" ; then | |
11191 | WXDEBUG="-g" | |
11192 | wxUSE_OPTIMISE=no | |
11193 | fi | |
11194 | ||
11195 | if test "$wxUSE_DEBUG_GDB" = "yes" ; then | |
11196 | wxUSE_DEBUG_INFO=yes | |
11197 | WXDEBUG="-ggdb" | |
11198 | fi | |
11199 | ||
11200 | if test "$wxUSE_DEBUG_FLAG" = "yes" ; then | |
11201 | cat >> confdefs.h <<\EOF | |
11202 | #define WXDEBUG 1 | |
11203 | EOF | |
11204 | ||
11205 | WXDEBUG_DEFINE="-D__WXDEBUG__" | |
11206 | else | |
11207 | if test "$wxUSE_GTK" = 1 ; then | |
11208 | WXDEBUG_DEFINE="-DGTK_NO_CHECK_CASTS" | |
11209 | fi | |
11210 | fi | |
11211 | ||
11212 | if test "$wxUSE_MEM_TRACING" = "yes" ; then | |
11213 | cat >> confdefs.h <<\EOF | |
11214 | #define wxUSE_MEMORY_TRACING 1 | |
11215 | EOF | |
11216 | ||
11217 | cat >> confdefs.h <<\EOF | |
11218 | #define wxUSE_GLOBAL_MEMORY_OPERATORS 1 | |
47c13eb7 VS |
11219 | EOF |
11220 | ||
11221 | cat >> confdefs.h <<\EOF | |
11222 | #define wxUSE_DEBUG_NEW_ALWAYS 1 | |
10f2d63a VZ |
11223 | EOF |
11224 | ||
11225 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS memcheck" | |
11226 | fi | |
11227 | ||
11228 | if test "$wxUSE_DMALLOC" = "yes" ; then | |
11229 | DMALLOC_LINK="-ldmalloc" | |
11230 | fi | |
11231 | ||
11232 | PROFILE= | |
11233 | if test "$wxUSE_PROFILE" = "yes" ; then | |
11234 | PROFILE="-pg" | |
11235 | fi | |
11236 | ||
11237 | DEP_INFO_FLAGS= | |
caa2c79b | 11238 | CODE_GEN_FLAGS= |
10f2d63a VZ |
11239 | if test "$GCC" = yes ; then |
11240 | if test "$wxUSE_NO_RTTI" = "yes" ; then | |
caa2c79b | 11241 | CODE_GEN_FLAGS="$CODE_GEN_FLAGS -fno-rtti" |
10f2d63a VZ |
11242 | fi |
11243 | if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then | |
caa2c79b | 11244 | CODE_GEN_FLAGS="$CODE_GEN_FLAGS -fno-exceptions" |
10f2d63a VZ |
11245 | fi |
11246 | if test "$wxUSE_PERMISSIVE" = "yes" ; then | |
caa2c79b | 11247 | CODE_GEN_FLAGS="$CODE_GEN_FLAGS -fpermissive" |
10f2d63a VZ |
11248 | fi |
11249 | if test "$wxUSE_NO_DEPS" = "no" ; then | |
11250 | DEP_INFO_FLAGS="-MMD" | |
11251 | fi | |
11252 | fi | |
11253 | ||
11254 | ||
11255 | CXXFLAGS=`echo "${CXXFLAGS}" | sed "s/\-O.//g" ` | |
11256 | CFLAGS=`echo "${CFLAGS}" | sed "s/\-O.//g" ` | |
11257 | if test "$wxUSE_OPTIMISE" = "no" ; then | |
11258 | OPTIMISE= | |
11259 | else | |
11260 | if test "$GCC" = yes ; then | |
11261 | OPTIMISE="-O2" | |
11262 | case "${host}" in | |
11263 | i586-*-*|i686-*-* ) | |
11264 | OPTIMISE="${OPTIMISE} " | |
11265 | ;; | |
11266 | esac | |
11267 | else | |
11268 | OPTIMISE="-O" | |
11269 | fi | |
11270 | fi | |
11271 | ||
11272 | ||
11273 | ZLIB_INCLUDE= | |
11274 | if test "$wxUSE_ZLIB" = "yes" ; then | |
11275 | cat >> confdefs.h <<\EOF | |
11276 | #define wxUSE_ZLIB 1 | |
11277 | EOF | |
11278 | ||
11279 | ZLIB_INCLUDE="-I\${top_srcdir}/src/zlib" | |
11280 | fi | |
11281 | ||
11282 | PNG_INCLUDE= | |
11283 | if test "$wxUSE_LIBPNG" = "yes" ; then | |
11284 | cat >> confdefs.h <<\EOF | |
11285 | #define wxUSE_LIBPNG 1 | |
11286 | EOF | |
11287 | ||
11288 | PNG_INCLUDE="-I\${top_srcdir}/src/png" | |
11289 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS png" | |
11290 | fi | |
11291 | ||
11292 | JPEG_INCLUDE= | |
11293 | if test "$wxUSE_LIBJPEG" = "yes" ; then | |
11294 | cat >> confdefs.h <<\EOF | |
11295 | #define wxUSE_LIBJPEG 1 | |
11296 | EOF | |
11297 | ||
11298 | JPEG_INCLUDE="-I\${top_srcdir}/src/jpeg" | |
11299 | fi | |
11300 | ||
c7a2bf27 RR |
11301 | TIFF_INCLUDE= |
11302 | if test "$wxUSE_LIBTIFF" = "yes" ; then | |
11303 | cat >> confdefs.h <<\EOF | |
11304 | #define wxUSE_LIBTIFF 1 | |
11305 | EOF | |
11306 | ||
11307 | TIFF_INCLUDE="-I\${top_srcdir}/src/tiff" | |
11308 | fi | |
11309 | ||
10f2d63a VZ |
11310 | if test "$wxUSE_OPENGL" = "yes"; then |
11311 | ac_safe=`echo "GL/gl.h" | sed 'y%./+-%__p_%'` | |
11312 | echo $ac_n "checking for GL/gl.h""... $ac_c" 1>&6 | |
47c13eb7 | 11313 | echo "configure:11314: checking for GL/gl.h" >&5 |
10f2d63a VZ |
11314 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
11315 | echo $ac_n "(cached) $ac_c" 1>&6 | |
11316 | else | |
11317 | cat > conftest.$ac_ext <<EOF | |
47c13eb7 | 11318 | #line 11319 "configure" |
10f2d63a VZ |
11319 | #include "confdefs.h" |
11320 | #include <GL/gl.h> | |
11321 | EOF | |
11322 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
47c13eb7 | 11323 | { (eval echo configure:11324: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
10f2d63a VZ |
11324 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
11325 | if test -z "$ac_err"; then | |
11326 | rm -rf conftest* | |
11327 | eval "ac_cv_header_$ac_safe=yes" | |
11328 | else | |
11329 | echo "$ac_err" >&5 | |
11330 | echo "configure: failed program was:" >&5 | |
11331 | cat conftest.$ac_ext >&5 | |
11332 | rm -rf conftest* | |
11333 | eval "ac_cv_header_$ac_safe=no" | |
11334 | fi | |
11335 | rm -f conftest* | |
11336 | fi | |
11337 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
11338 | echo "$ac_t""yes" 1>&6 | |
11339 | ||
11340 | echo $ac_n "checking for glInitNames in -lGL""... $ac_c" 1>&6 | |
47c13eb7 | 11341 | echo "configure:11342: checking for glInitNames in -lGL" >&5 |
10f2d63a VZ |
11342 | ac_lib_var=`echo GL'_'glInitNames | sed 'y%./+-%__p_%'` |
11343 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
11344 | echo $ac_n "(cached) $ac_c" 1>&6 | |
11345 | else | |
11346 | ac_save_LIBS="$LIBS" | |
11347 | LIBS="-lGL wxUSE_OPENGL=0 $LIBS" | |
11348 | cat > conftest.$ac_ext <<EOF | |
47c13eb7 | 11349 | #line 11350 "configure" |
10f2d63a VZ |
11350 | #include "confdefs.h" |
11351 | /* Override any gcc2 internal prototype to avoid an error. */ | |
11352 | /* We use char because int might match the return type of a gcc2 | |
11353 | builtin and then its argument prototype would still apply. */ | |
11354 | char glInitNames(); | |
11355 | ||
11356 | int main() { | |
11357 | glInitNames() | |
11358 | ; return 0; } | |
11359 | EOF | |
47c13eb7 | 11360 | if { (eval echo configure:11361: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
10f2d63a VZ |
11361 | rm -rf conftest* |
11362 | eval "ac_cv_lib_$ac_lib_var=yes" | |
11363 | else | |
11364 | echo "configure: failed program was:" >&5 | |
11365 | cat conftest.$ac_ext >&5 | |
11366 | rm -rf conftest* | |
11367 | eval "ac_cv_lib_$ac_lib_var=no" | |
11368 | fi | |
11369 | rm -f conftest* | |
11370 | LIBS="$ac_save_LIBS" | |
11371 | ||
11372 | fi | |
11373 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
11374 | echo "$ac_t""yes" 1>&6 | |
11375 | ||
11376 | OPENGL_LINK="-lGL" | |
11377 | cat >> confdefs.h <<\EOF | |
11378 | #define wxUSE_OPENGL 1 | |
11379 | EOF | |
11380 | ||
11381 | UTILS_SUBDIRS="$UTILS_SUBDIRS glcanvas/src" | |
11382 | ||
11383 | else | |
11384 | echo "$ac_t""no" 1>&6 | |
11385 | ||
11386 | echo $ac_n "checking for glInitNames in -lMesaGL""... $ac_c" 1>&6 | |
47c13eb7 | 11387 | echo "configure:11388: checking for glInitNames in -lMesaGL" >&5 |
10f2d63a VZ |
11388 | ac_lib_var=`echo MesaGL'_'glInitNames | sed 'y%./+-%__p_%'` |
11389 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
11390 | echo $ac_n "(cached) $ac_c" 1>&6 | |
11391 | else | |
11392 | ac_save_LIBS="$LIBS" | |
11393 | LIBS="-lMesaGL $LIBS" | |
11394 | cat > conftest.$ac_ext <<EOF | |
47c13eb7 | 11395 | #line 11396 "configure" |
10f2d63a VZ |
11396 | #include "confdefs.h" |
11397 | /* Override any gcc2 internal prototype to avoid an error. */ | |
11398 | /* We use char because int might match the return type of a gcc2 | |
11399 | builtin and then its argument prototype would still apply. */ | |
11400 | char glInitNames(); | |
11401 | ||
11402 | int main() { | |
11403 | glInitNames() | |
11404 | ; return 0; } | |
11405 | EOF | |
47c13eb7 | 11406 | if { (eval echo configure:11407: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
10f2d63a VZ |
11407 | rm -rf conftest* |
11408 | eval "ac_cv_lib_$ac_lib_var=yes" | |
11409 | else | |
11410 | echo "configure: failed program was:" >&5 | |
11411 | cat conftest.$ac_ext >&5 | |
11412 | rm -rf conftest* | |
11413 | eval "ac_cv_lib_$ac_lib_var=no" | |
11414 | fi | |
11415 | rm -f conftest* | |
11416 | LIBS="$ac_save_LIBS" | |
11417 | ||
11418 | fi | |
11419 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
11420 | echo "$ac_t""yes" 1>&6 | |
11421 | ||
11422 | OPENGL_LINK="-lMesaGL" | |
11423 | cat >> confdefs.h <<\EOF | |
11424 | #define wxUSE_OPENGL 1 | |
11425 | EOF | |
11426 | ||
11427 | UTILS_SUBDIRS="$UTILS_SUBDIRS glcanvas/src" | |
11428 | ||
11429 | else | |
11430 | echo "$ac_t""no" 1>&6 | |
11431 | wxUSE_OPENGL=0 | |
11432 | fi | |
11433 | ||
11434 | ||
11435 | fi | |
11436 | ||
11437 | ||
11438 | else | |
11439 | echo "$ac_t""no" 1>&6 | |
11440 | wxUSE_OPENGL=0 | |
11441 | fi | |
11442 | ||
11443 | fi | |
11444 | ||
11445 | ||
11446 | if test "$wxUSE_GUI" = "yes"; then | |
11447 | cat >> confdefs.h <<\EOF | |
11448 | #define wxUSE_GUI 1 | |
11449 | EOF | |
11450 | ||
11451 | ||
11452 | else | |
11453 | cat >> confdefs.h <<\EOF | |
11454 | #define wxUSE_NOGUI 1 | |
11455 | EOF | |
11456 | ||
11457 | fi | |
11458 | ||
11459 | ||
11460 | if test "$wxUSE_UNIX" = "yes"; then | |
11461 | cat >> confdefs.h <<\EOF | |
11462 | #define wxUSE_UNIX 1 | |
11463 | EOF | |
11464 | ||
11465 | fi | |
11466 | ||
11467 | ||
11468 | if test "$wxUSE_APPLE_IEEE" = "yes"; then | |
11469 | cat >> confdefs.h <<\EOF | |
11470 | #define wxUSE_APPLE_IEEE 1 | |
11471 | EOF | |
11472 | ||
11473 | fi | |
11474 | ||
10f2d63a VZ |
11475 | if test "$wxUSE_WAVE" = "yes"; then |
11476 | cat >> confdefs.h <<\EOF | |
11477 | #define wxUSE_WAVE 1 | |
11478 | EOF | |
11479 | ||
11480 | fi | |
11481 | ||
11482 | if test "$wxUSE_FILE" = "yes"; then | |
11483 | cat >> confdefs.h <<\EOF | |
11484 | #define wxUSE_FILE 1 | |
11485 | EOF | |
11486 | ||
11487 | fi | |
11488 | ||
11489 | if test "$wxUSE_FS_INET" = "yes"; then | |
11490 | cat >> confdefs.h <<\EOF | |
11491 | #define wxUSE_FS_INET 1 | |
11492 | EOF | |
11493 | ||
11494 | fi | |
11495 | ||
11496 | if test "$wxUSE_FS_ZIP" = "yes"; then | |
11497 | cat >> confdefs.h <<\EOF | |
11498 | #define wxUSE_FS_ZIP 1 | |
11499 | EOF | |
11500 | ||
11501 | fi | |
11502 | ||
11503 | if test "$wxUSE_ZIPSTREAM" = "yes"; then | |
11504 | cat >> confdefs.h <<\EOF | |
11505 | #define wxUSE_ZIPSTREAM 1 | |
11506 | EOF | |
11507 | ||
11508 | fi | |
11509 | ||
11510 | if test "$wxUSE_BUSYINFO" = "yes"; then | |
11511 | cat >> confdefs.h <<\EOF | |
11512 | #define wxUSE_BUSYINFO 1 | |
11513 | EOF | |
11514 | ||
11515 | fi | |
11516 | ||
11517 | if test "$wxUSE_STD_IOSTREAM" = "yes"; then | |
11518 | cat >> confdefs.h <<\EOF | |
11519 | #define wxUSE_STD_IOSTREAM 1 | |
11520 | EOF | |
11521 | ||
11522 | fi | |
11523 | ||
11524 | if test "$wxUSE_TEXTFILE" = "yes"; then | |
11525 | if test "$wxUSE_FILE" != "yes"; then | |
11526 | echo "configure: warning: wxTextFile requires wxFile and it won't be compiled without it" 1>&2 | |
11527 | else | |
11528 | cat >> confdefs.h <<\EOF | |
11529 | #define wxUSE_TEXTFILE 1 | |
11530 | EOF | |
11531 | ||
11532 | fi | |
11533 | fi | |
11534 | ||
11535 | if test "$wxUSE_CONFIG" = "yes" ; then | |
11536 | if test "$wxUSE_TEXTFILE" != "yes"; then | |
11537 | echo "configure: warning: wxConfig requires wxTextFile and it won't be compiled without it" 1>&2 | |
11538 | else | |
11539 | cat >> confdefs.h <<\EOF | |
11540 | #define wxUSE_CONFIG 1 | |
11541 | EOF | |
11542 | ||
11543 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS config" | |
11544 | fi | |
11545 | fi | |
11546 | ||
11547 | if test "$wxUSE_INTL" = "yes" ; then | |
11548 | if test "$wxUSE_FILE" != "yes"; then | |
11549 | echo "configure: warning: I18n code requires wxFile and it won't be compiled without it" 1>&2 | |
11550 | else | |
11551 | cat >> confdefs.h <<\EOF | |
11552 | #define wxUSE_INTL 1 | |
11553 | EOF | |
11554 | ||
11555 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS internat" | |
11556 | fi | |
11557 | fi | |
11558 | ||
11559 | if test "$wxUSE_LOG" = "yes"; then | |
11560 | cat >> confdefs.h <<\EOF | |
11561 | #define wxUSE_LOG 1 | |
11562 | EOF | |
11563 | ||
11564 | fi | |
11565 | ||
11566 | if test "$wxUSE_LONGLONG" = "yes"; then | |
11567 | cat >> confdefs.h <<\EOF | |
11568 | #define wxUSE_LONGLONG 1 | |
11569 | EOF | |
11570 | ||
11571 | fi | |
11572 | ||
10f2d63a VZ |
11573 | if test "$wxUSE_DIALUP_MANAGER" = "yes" ; then |
11574 | cat >> confdefs.h <<\EOF | |
11575 | #define wxUSE_DIALUP_MANAGER 1 | |
11576 | EOF | |
11577 | ||
70f7a477 | 11578 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dialup" |
10f2d63a VZ |
11579 | fi |
11580 | ||
11581 | if test "$wxUSE_STREAMS" = "yes" ; then | |
11582 | cat >> confdefs.h <<\EOF | |
11583 | #define wxUSE_STREAMS 1 | |
11584 | EOF | |
11585 | ||
11586 | fi | |
11587 | ||
10f2d63a | 11588 | |
afc31813 | 11589 | if test "$wxUSE_TIMEDATE" = "yes"; then |
83307f33 VZ |
11590 | for ac_func in strptime |
11591 | do | |
11592 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | |
47c13eb7 | 11593 | echo "configure:11594: checking for $ac_func" >&5 |
83307f33 VZ |
11594 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
11595 | echo $ac_n "(cached) $ac_c" 1>&6 | |
11596 | else | |
11597 | cat > conftest.$ac_ext <<EOF | |
47c13eb7 | 11598 | #line 11599 "configure" |
83307f33 VZ |
11599 | #include "confdefs.h" |
11600 | /* System header to define __stub macros and hopefully few prototypes, | |
11601 | which can conflict with char $ac_func(); below. */ | |
11602 | #include <assert.h> | |
11603 | /* Override any gcc2 internal prototype to avoid an error. */ | |
11604 | /* We use char because int might match the return type of a gcc2 | |
11605 | builtin and then its argument prototype would still apply. */ | |
11606 | char $ac_func(); | |
11607 | ||
11608 | int main() { | |
11609 | ||
11610 | /* The GNU C library defines this for functions which it implements | |
11611 | to always fail with ENOSYS. Some functions are actually named | |
11612 | something starting with __ and the normal name is an alias. */ | |
11613 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
11614 | choke me | |
11615 | #else | |
2224580a | 11616 | $ac_func(); |
83307f33 VZ |
11617 | #endif |
11618 | ||
11619 | ; return 0; } | |
11620 | EOF | |
47c13eb7 | 11621 | if { (eval echo configure:11622: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
83307f33 VZ |
11622 | rm -rf conftest* |
11623 | eval "ac_cv_func_$ac_func=yes" | |
11624 | else | |
11625 | echo "configure: failed program was:" >&5 | |
11626 | cat conftest.$ac_ext >&5 | |
11627 | rm -rf conftest* | |
11628 | eval "ac_cv_func_$ac_func=no" | |
11629 | fi | |
11630 | rm -f conftest* | |
11631 | fi | |
11632 | ||
11633 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
11634 | echo "$ac_t""yes" 1>&6 | |
11635 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
11636 | cat >> confdefs.h <<EOF | |
11637 | #define $ac_tr_func 1 | |
11638 | EOF | |
11639 | ||
11640 | else | |
11641 | echo "$ac_t""no" 1>&6 | |
11642 | fi | |
11643 | done | |
11644 | ||
11645 | ||
360d6699 | 11646 | echo $ac_n "checking for timezone variable in <time.h>""... $ac_c" 1>&6 |
47c13eb7 | 11647 | echo "configure:11648: checking for timezone variable in <time.h>" >&5 |
360d6699 VZ |
11648 | if eval "test \"`echo '$''{'wx_cv_var_timezone'+set}'`\" = set"; then |
11649 | echo $ac_n "(cached) $ac_c" 1>&6 | |
11650 | else | |
11651 | ||
11652 | cat > conftest.$ac_ext <<EOF | |
47c13eb7 | 11653 | #line 11654 "configure" |
360d6699 VZ |
11654 | #include "confdefs.h" |
11655 | ||
11656 | #include <time.h> | |
11657 | ||
11658 | int main() { | |
11659 | ||
11660 | int tz; | |
11661 | tz = __timezone; | |
11662 | ||
11663 | ; return 0; } | |
11664 | EOF | |
47c13eb7 | 11665 | if { (eval echo configure:11666: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
360d6699 VZ |
11666 | rm -rf conftest* |
11667 | ||
11668 | wx_cv_var_timezone=__timezone | |
11669 | ||
11670 | else | |
11671 | echo "configure: failed program was:" >&5 | |
11672 | cat conftest.$ac_ext >&5 | |
11673 | rm -rf conftest* | |
11674 | ||
11675 | cat > conftest.$ac_ext <<EOF | |
47c13eb7 | 11676 | #line 11677 "configure" |
360d6699 VZ |
11677 | #include "confdefs.h" |
11678 | ||
11679 | #include <time.h> | |
11680 | ||
11681 | int main() { | |
11682 | ||
11683 | int tz; | |
11684 | tz = _timezone; | |
11685 | ||
11686 | ; return 0; } | |
11687 | EOF | |
47c13eb7 | 11688 | if { (eval echo configure:11689: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
360d6699 VZ |
11689 | rm -rf conftest* |
11690 | ||
11691 | wx_cv_var_timezone=_timezone | |
11692 | ||
5357c8e8 VZ |
11693 | else |
11694 | echo "configure: failed program was:" >&5 | |
11695 | cat conftest.$ac_ext >&5 | |
11696 | rm -rf conftest* | |
11697 | ||
11698 | cat > conftest.$ac_ext <<EOF | |
47c13eb7 | 11699 | #line 11700 "configure" |
5357c8e8 VZ |
11700 | #include "confdefs.h" |
11701 | ||
11702 | #include <time.h> | |
11703 | ||
11704 | int main() { | |
11705 | ||
11706 | int tz; | |
11707 | tz = timezone; | |
11708 | ||
11709 | ; return 0; } | |
11710 | EOF | |
47c13eb7 | 11711 | if { (eval echo configure:11712: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
5357c8e8 VZ |
11712 | rm -rf conftest* |
11713 | ||
11714 | wx_cv_var_timezone=timezone | |
11715 | ||
360d6699 VZ |
11716 | else |
11717 | echo "configure: failed program was:" >&5 | |
11718 | cat conftest.$ac_ext >&5 | |
11719 | rm -rf conftest* | |
11720 | { echo "configure: error: no timezone variable" 1>&2; exit 1; } | |
5357c8e8 VZ |
11721 | |
11722 | fi | |
11723 | rm -f conftest* | |
11724 | ||
360d6699 VZ |
11725 | |
11726 | fi | |
11727 | rm -f conftest* | |
11728 | ||
11729 | ||
11730 | fi | |
11731 | rm -f conftest* | |
11732 | ||
11733 | ||
11734 | fi | |
11735 | ||
11736 | echo "$ac_t""$wx_cv_var_timezone" 1>&6 | |
11737 | ||
11738 | cat >> confdefs.h <<EOF | |
11739 | #define WX_TIMEZONE $wx_cv_var_timezone | |
11740 | EOF | |
11741 | ||
11742 | ||
3fcdd07b | 11743 | for ac_func in localtime |
afc31813 VZ |
11744 | do |
11745 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | |
47c13eb7 | 11746 | echo "configure:11747: checking for $ac_func" >&5 |
afc31813 VZ |
11747 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
11748 | echo $ac_n "(cached) $ac_c" 1>&6 | |
11749 | else | |
11750 | cat > conftest.$ac_ext <<EOF | |
47c13eb7 | 11751 | #line 11752 "configure" |
10f2d63a | 11752 | #include "confdefs.h" |
afc31813 VZ |
11753 | /* System header to define __stub macros and hopefully few prototypes, |
11754 | which can conflict with char $ac_func(); below. */ | |
11755 | #include <assert.h> | |
11756 | /* Override any gcc2 internal prototype to avoid an error. */ | |
11757 | /* We use char because int might match the return type of a gcc2 | |
11758 | builtin and then its argument prototype would still apply. */ | |
11759 | char $ac_func(); | |
11760 | ||
10f2d63a | 11761 | int main() { |
afc31813 VZ |
11762 | |
11763 | /* The GNU C library defines this for functions which it implements | |
11764 | to always fail with ENOSYS. Some functions are actually named | |
11765 | something starting with __ and the normal name is an alias. */ | |
11766 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
11767 | choke me | |
11768 | #else | |
2224580a | 11769 | $ac_func(); |
afc31813 VZ |
11770 | #endif |
11771 | ||
10f2d63a VZ |
11772 | ; return 0; } |
11773 | EOF | |
47c13eb7 | 11774 | if { (eval echo configure:11775: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
10f2d63a | 11775 | rm -rf conftest* |
afc31813 | 11776 | eval "ac_cv_func_$ac_func=yes" |
10f2d63a VZ |
11777 | else |
11778 | echo "configure: failed program was:" >&5 | |
11779 | cat conftest.$ac_ext >&5 | |
11780 | rm -rf conftest* | |
afc31813 VZ |
11781 | eval "ac_cv_func_$ac_func=no" |
11782 | fi | |
11783 | rm -f conftest* | |
11784 | fi | |
11785 | ||
11786 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
11787 | echo "$ac_t""yes" 1>&6 | |
11788 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
11789 | cat >> confdefs.h <<EOF | |
11790 | #define $ac_tr_func 1 | |
11791 | EOF | |
3fcdd07b | 11792 | |
afc31813 VZ |
11793 | else |
11794 | echo "$ac_t""no" 1>&6 | |
11795 | fi | |
11796 | done | |
11797 | ||
11798 | ||
0470b1e6 VZ |
11799 | if test "$ac_cv_func_localtime" = "yes"; then |
11800 | echo $ac_n "checking for tm_gmtoff in struct tm""... $ac_c" 1>&6 | |
47c13eb7 | 11801 | echo "configure:11802: checking for tm_gmtoff in struct tm" >&5 |
0470b1e6 VZ |
11802 | if eval "test \"`echo '$''{'wx_cv_struct_tm_has_gmtoff'+set}'`\" = set"; then |
11803 | echo $ac_n "(cached) $ac_c" 1>&6 | |
11804 | else | |
11805 | ||
11806 | cat > conftest.$ac_ext <<EOF | |
47c13eb7 | 11807 | #line 11808 "configure" |
0470b1e6 VZ |
11808 | #include "confdefs.h" |
11809 | ||
11810 | #include <time.h> | |
11811 | ||
11812 | int main() { | |
11813 | ||
11814 | struct tm tm; | |
11815 | tm.tm_gmtoff++; | |
11816 | ||
11817 | ; return 0; } | |
11818 | EOF | |
47c13eb7 | 11819 | if { (eval echo configure:11820: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
0470b1e6 VZ |
11820 | rm -rf conftest* |
11821 | ||
f03a98d8 | 11822 | wx_cv_struct_tm_has_gmtoff=yes |
0470b1e6 VZ |
11823 | cat >> confdefs.h <<\EOF |
11824 | #define WX_GMTOFF_IN_TM 1 | |
11825 | EOF | |
11826 | ||
11827 | ||
11828 | else | |
11829 | echo "configure: failed program was:" >&5 | |
11830 | cat conftest.$ac_ext >&5 | |
11831 | rm -rf conftest* | |
11832 | wx_cv_struct_tm_has_gmtoff=no | |
11833 | ||
11834 | fi | |
11835 | rm -f conftest* | |
11836 | ||
11837 | fi | |
11838 | ||
11839 | echo "$ac_t""$wx_cv_struct_tm_has_gmtoff" 1>&6 | |
3fcdd07b VZ |
11840 | fi |
11841 | ||
11842 | for ac_func in gettimeofday ftime | |
11843 | do | |
11844 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | |
47c13eb7 | 11845 | echo "configure:11846: checking for $ac_func" >&5 |
3fcdd07b VZ |
11846 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
11847 | echo $ac_n "(cached) $ac_c" 1>&6 | |
11848 | else | |
11849 | cat > conftest.$ac_ext <<EOF | |
47c13eb7 | 11850 | #line 11851 "configure" |
3fcdd07b VZ |
11851 | #include "confdefs.h" |
11852 | /* System header to define __stub macros and hopefully few prototypes, | |
11853 | which can conflict with char $ac_func(); below. */ | |
11854 | #include <assert.h> | |
11855 | /* Override any gcc2 internal prototype to avoid an error. */ | |
11856 | /* We use char because int might match the return type of a gcc2 | |
11857 | builtin and then its argument prototype would still apply. */ | |
11858 | char $ac_func(); | |
11859 | ||
11860 | int main() { | |
11861 | ||
11862 | /* The GNU C library defines this for functions which it implements | |
11863 | to always fail with ENOSYS. Some functions are actually named | |
11864 | something starting with __ and the normal name is an alias. */ | |
11865 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
11866 | choke me | |
11867 | #else | |
11868 | $ac_func(); | |
11869 | #endif | |
11870 | ||
11871 | ; return 0; } | |
11872 | EOF | |
47c13eb7 | 11873 | if { (eval echo configure:11874: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
3fcdd07b VZ |
11874 | rm -rf conftest* |
11875 | eval "ac_cv_func_$ac_func=yes" | |
11876 | else | |
11877 | echo "configure: failed program was:" >&5 | |
11878 | cat conftest.$ac_ext >&5 | |
11879 | rm -rf conftest* | |
11880 | eval "ac_cv_func_$ac_func=no" | |
11881 | fi | |
11882 | rm -f conftest* | |
11883 | fi | |
11884 | ||
11885 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
11886 | echo "$ac_t""yes" 1>&6 | |
11887 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
11888 | cat >> confdefs.h <<EOF | |
11889 | #define $ac_tr_func 1 | |
11890 | EOF | |
11891 | break | |
11892 | else | |
11893 | echo "$ac_t""no" 1>&6 | |
11894 | fi | |
11895 | done | |
11896 | ||
11897 | ||
11898 | if test "$ac_cv_func_gettimeofday" = "yes"; then | |
afc31813 | 11899 | echo $ac_n "checking whether gettimeofday takes two arguments""... $ac_c" 1>&6 |
47c13eb7 | 11900 | echo "configure:11901: checking whether gettimeofday takes two arguments" >&5 |
afc31813 VZ |
11901 | if eval "test \"`echo '$''{'wx_cv_func_gettimeofday_has_2_args'+set}'`\" = set"; then |
11902 | echo $ac_n "(cached) $ac_c" 1>&6 | |
11903 | else | |
11904 | ||
11905 | ||
11906 | ac_ext=C | |
11907 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
11908 | ac_cpp='$CXXCPP $CPPFLAGS' | |
11909 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
11910 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
11911 | cross_compiling=$ac_cv_prog_cxx_cross | |
11912 | ||
11913 | ||
11914 | cat > conftest.$ac_ext <<EOF | |
47c13eb7 | 11915 | #line 11916 "configure" |
10f2d63a | 11916 | #include "confdefs.h" |
afc31813 VZ |
11917 | |
11918 | #include <sys/time.h> | |
11919 | #include <unistd.h> | |
11920 | ||
10f2d63a | 11921 | int main() { |
afc31813 VZ |
11922 | |
11923 | struct timeval tv; | |
11924 | struct timezone tz; | |
11925 | gettimeofday(&tv, &tz); | |
11926 | ||
10f2d63a VZ |
11927 | ; return 0; } |
11928 | EOF | |
47c13eb7 | 11929 | if { (eval echo configure:11930: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
10f2d63a | 11930 | rm -rf conftest* |
afc31813 | 11931 | wx_cv_func_gettimeofday_has_2_args=yes |
10f2d63a VZ |
11932 | else |
11933 | echo "configure: failed program was:" >&5 | |
11934 | cat conftest.$ac_ext >&5 | |
11935 | rm -rf conftest* | |
11936 | cat > conftest.$ac_ext <<EOF | |
47c13eb7 | 11937 | #line 11938 "configure" |
10f2d63a | 11938 | #include "confdefs.h" |
afc31813 VZ |
11939 | |
11940 | #include <sys/time.h> | |
11941 | #include <unistd.h> | |
11942 | ||
10f2d63a | 11943 | int main() { |
afc31813 VZ |
11944 | |
11945 | struct timeval tv; | |
11946 | gettimeofday(&tv); | |
11947 | ||
10f2d63a VZ |
11948 | ; return 0; } |
11949 | EOF | |
47c13eb7 | 11950 | if { (eval echo configure:11951: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
10f2d63a | 11951 | rm -rf conftest* |
afc31813 | 11952 | wx_cv_func_gettimeofday_has_2_args=no |
10f2d63a VZ |
11953 | else |
11954 | echo "configure: failed program was:" >&5 | |
11955 | cat conftest.$ac_ext >&5 | |
11956 | rm -rf conftest* | |
afc31813 VZ |
11957 | wx_cv_func_gettimeofday_has_2_args=unknown |
11958 | ||
10f2d63a VZ |
11959 | fi |
11960 | rm -f conftest* | |
afc31813 | 11961 | |
10f2d63a VZ |
11962 | fi |
11963 | rm -f conftest* | |
afc31813 | 11964 | ac_ext=c |
10f2d63a VZ |
11965 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. |
11966 | ac_cpp='$CPP $CPPFLAGS' | |
11967 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
11968 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
11969 | cross_compiling=$ac_cv_prog_cc_cross | |
11970 | ||
afc31813 VZ |
11971 | |
11972 | fi | |
11973 | ||
11974 | echo "$ac_t""$wx_cv_func_gettimeofday_has_2_args" 1>&6 | |
c63c7106 | 11975 | |
afc31813 VZ |
11976 | if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then |
11977 | cat >> confdefs.h <<\EOF | |
11978 | #define WX_GETTIMEOFDAY_NO_TZ 1 | |
11979 | EOF | |
11980 | ||
11981 | fi | |
11982 | fi | |
11983 | ||
11984 | cat >> confdefs.h <<\EOF | |
11985 | #define wxUSE_TIMEDATE 1 | |
11986 | EOF | |
11987 | ||
11988 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS typetest" | |
11989 | fi | |
11990 | ||
11991 | ||
11992 | if test "$wxUSE_SOCKETS" = "yes"; then | |
c63c7106 | 11993 | echo $ac_n "checking for socket""... $ac_c" 1>&6 |
47c13eb7 | 11994 | echo "configure:11995: checking for socket" >&5 |
c63c7106 VZ |
11995 | if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then |
11996 | echo $ac_n "(cached) $ac_c" 1>&6 | |
11997 | else | |
11998 | cat > conftest.$ac_ext <<EOF | |
47c13eb7 | 11999 | #line 12000 "configure" |
c63c7106 VZ |
12000 | #include "confdefs.h" |
12001 | /* System header to define __stub macros and hopefully few prototypes, | |
12002 | which can conflict with char socket(); below. */ | |
12003 | #include <assert.h> | |
12004 | /* Override any gcc2 internal prototype to avoid an error. */ | |
12005 | /* We use char because int might match the return type of a gcc2 | |
12006 | builtin and then its argument prototype would still apply. */ | |
12007 | char socket(); | |
12008 | ||
12009 | int main() { | |
12010 | ||
12011 | /* The GNU C library defines this for functions which it implements | |
12012 | to always fail with ENOSYS. Some functions are actually named | |
12013 | something starting with __ and the normal name is an alias. */ | |
12014 | #if defined (__stub_socket) || defined (__stub___socket) | |
12015 | choke me | |
12016 | #else | |
2224580a | 12017 | socket(); |
c63c7106 VZ |
12018 | #endif |
12019 | ||
12020 | ; return 0; } | |
12021 | EOF | |
47c13eb7 | 12022 | if { (eval echo configure:12023: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
c63c7106 VZ |
12023 | rm -rf conftest* |
12024 | eval "ac_cv_func_socket=yes" | |
12025 | else | |
12026 | echo "configure: failed program was:" >&5 | |
12027 | cat conftest.$ac_ext >&5 | |
12028 | rm -rf conftest* | |
12029 | eval "ac_cv_func_socket=no" | |
12030 | fi | |
12031 | rm -f conftest* | |
12032 | fi | |
12033 | ||
12034 | if eval "test \"`echo '$ac_cv_func_'socket`\" = yes"; then | |
12035 | echo "$ac_t""yes" 1>&6 | |
12036 | : | |
12037 | else | |
12038 | echo "$ac_t""no" 1>&6 | |
12039 | echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6 | |
47c13eb7 | 12040 | echo "configure:12041: checking for socket in -lsocket" >&5 |
c63c7106 VZ |
12041 | ac_lib_var=`echo socket'_'socket | sed 'y%./+-%__p_%'` |
12042 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
12043 | echo $ac_n "(cached) $ac_c" 1>&6 | |
12044 | else | |
12045 | ac_save_LIBS="$LIBS" | |
12046 | LIBS="-lsocket $LIBS" | |
12047 | cat > conftest.$ac_ext <<EOF | |
47c13eb7 | 12048 | #line 12049 "configure" |
c63c7106 VZ |
12049 | #include "confdefs.h" |
12050 | /* Override any gcc2 internal prototype to avoid an error. */ | |
12051 | /* We use char because int might match the return type of a gcc2 | |
12052 | builtin and then its argument prototype would still apply. */ | |
12053 | char socket(); | |
12054 | ||
12055 | int main() { | |
12056 | socket() | |
12057 | ; return 0; } | |
12058 | EOF | |
47c13eb7 | 12059 | if { (eval echo configure:12060: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
c63c7106 VZ |
12060 | rm -rf conftest* |
12061 | eval "ac_cv_lib_$ac_lib_var=yes" | |
12062 | else | |
12063 | echo "configure: failed program was:" >&5 | |
12064 | cat conftest.$ac_ext >&5 | |
12065 | rm -rf conftest* | |
12066 | eval "ac_cv_lib_$ac_lib_var=no" | |
12067 | fi | |
12068 | rm -f conftest* | |
12069 | LIBS="$ac_save_LIBS" | |
12070 | ||
12071 | fi | |
12072 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
12073 | echo "$ac_t""yes" 1>&6 | |
12074 | INET_LINK="$INET_LINK -lsocket" | |
c63c7106 VZ |
12075 | else |
12076 | echo "$ac_t""no" 1>&6 | |
afc31813 VZ |
12077 | |
12078 | echo "configure: warning: socket library not found - sockets will be disabled" 1>&2 | |
12079 | wxUSE_SOCKETS=no | |
12080 | ||
12081 | ||
c63c7106 VZ |
12082 | fi |
12083 | ||
12084 | ||
12085 | fi | |
12086 | ||
10f2d63a VZ |
12087 | fi |
12088 | ||
afc31813 VZ |
12089 | if test "$wxUSE_SOCKETS" = "yes" ; then |
12090 | ||
12091 | ac_ext=C | |
12092 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
12093 | ac_cpp='$CXXCPP $CPPFLAGS' | |
12094 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
12095 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
12096 | cross_compiling=$ac_cv_prog_cxx_cross | |
12097 | ||
12098 | echo $ac_n "checking the type of the third argument of getsockname""... $ac_c" 1>&6 | |
47c13eb7 | 12099 | echo "configure:12100: checking the type of the third argument of getsockname" >&5 |
afc31813 | 12100 | cat > conftest.$ac_ext <<EOF |
47c13eb7 | 12101 | #line 12102 "configure" |
afc31813 VZ |
12102 | #include "confdefs.h" |
12103 | #include <sys/socket.h> | |
12104 | int main() { | |
12105 | socklen_t len; getsockname(0, 0, &len); | |
12106 | ; return 0; } | |
12107 | EOF | |
47c13eb7 | 12108 | if { (eval echo configure:12109: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
afc31813 VZ |
12109 | rm -rf conftest* |
12110 | cat >> confdefs.h <<\EOF | |
12111 | #define SOCKLEN_T socklen_t | |
12112 | EOF | |
12113 | echo "$ac_t""socklen_t" 1>&6 | |
12114 | else | |
12115 | echo "configure: failed program was:" >&5 | |
12116 | cat conftest.$ac_ext >&5 | |
12117 | rm -rf conftest* | |
12118 | cat > conftest.$ac_ext <<EOF | |
47c13eb7 | 12119 | #line 12120 "configure" |
afc31813 VZ |
12120 | #include "confdefs.h" |
12121 | #include <sys/socket.h> | |
12122 | int main() { | |
12123 | size_t len; getsockname(0, 0, &len); | |
12124 | ; return 0; } | |
12125 | EOF | |
47c13eb7 | 12126 | if { (eval echo configure:12127: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
afc31813 VZ |
12127 | rm -rf conftest* |
12128 | cat >> confdefs.h <<\EOF | |
12129 | #define SOCKLEN_T size_t | |
12130 | EOF | |
12131 | echo "$ac_t""size_t" 1>&6 | |
12132 | else | |
12133 | echo "configure: failed program was:" >&5 | |
12134 | cat conftest.$ac_ext >&5 | |
12135 | rm -rf conftest* | |
12136 | cat > conftest.$ac_ext <<EOF | |
47c13eb7 | 12137 | #line 12138 "configure" |
afc31813 VZ |
12138 | #include "confdefs.h" |
12139 | #include <sys/socket.h> | |
12140 | int main() { | |
12141 | int len; getsockname(0, 0, &len); | |
12142 | ; return 0; } | |
12143 | EOF | |
47c13eb7 | 12144 | if { (eval echo configure:12145: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
afc31813 VZ |
12145 | rm -rf conftest* |
12146 | cat >> confdefs.h <<\EOF | |
12147 | #define SOCKLEN_T int | |
12148 | EOF | |
12149 | echo "$ac_t""int" 1>&6 | |
12150 | else | |
12151 | echo "configure: failed program was:" >&5 | |
12152 | cat conftest.$ac_ext >&5 | |
12153 | rm -rf conftest* | |
12154 | echo "$ac_t""unknown" 1>&6 | |
12155 | ||
12156 | fi | |
12157 | rm -f conftest* | |
12158 | ||
12159 | fi | |
12160 | rm -f conftest* | |
12161 | ||
12162 | fi | |
12163 | rm -f conftest* | |
12164 | ac_ext=c | |
12165 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
12166 | ac_cpp='$CPP $CPPFLAGS' | |
12167 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
12168 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
12169 | cross_compiling=$ac_cv_prog_cc_cross | |
12170 | ||
12171 | ||
12172 | cat >> confdefs.h <<\EOF | |
12173 | #define wxUSE_SOCKETS 1 | |
12174 | EOF | |
12175 | ||
70f7a477 | 12176 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sockets" |
afc31813 VZ |
12177 | INCLUDE_SUBDIRS="$INCLUDE_SUBDIRS protocol" |
12178 | fi | |
12179 | ||
10f2d63a VZ |
12180 | |
12181 | if test "$wxUSE_JOYSTICK" = 1; then | |
12182 | for ac_hdr in linux/joystick.h | |
12183 | do | |
12184 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
12185 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
47c13eb7 | 12186 | echo "configure:12187: checking for $ac_hdr" >&5 |
10f2d63a VZ |
12187 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
12188 | echo $ac_n "(cached) $ac_c" 1>&6 | |
12189 | else | |
12190 | cat > conftest.$ac_ext <<EOF | |
47c13eb7 | 12191 | #line 12192 "configure" |
10f2d63a VZ |
12192 | #include "confdefs.h" |
12193 | #include <$ac_hdr> | |
12194 | EOF | |
12195 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
47c13eb7 | 12196 | { (eval echo configure:12197: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
10f2d63a VZ |
12197 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
12198 | if test -z "$ac_err"; then | |
12199 | rm -rf conftest* | |
12200 | eval "ac_cv_header_$ac_safe=yes" | |
12201 | else | |
12202 | echo "$ac_err" >&5 | |
12203 | echo "configure: failed program was:" >&5 | |
12204 | cat conftest.$ac_ext >&5 | |
12205 | rm -rf conftest* | |
12206 | eval "ac_cv_header_$ac_safe=no" | |
12207 | fi | |
12208 | rm -f conftest* | |
12209 | fi | |
12210 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
12211 | echo "$ac_t""yes" 1>&6 | |
12212 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
12213 | cat >> confdefs.h <<EOF | |
12214 | #define $ac_tr_hdr 1 | |
12215 | EOF | |
12216 | ||
12217 | else | |
12218 | echo "$ac_t""no" 1>&6 | |
12219 | fi | |
12220 | done | |
12221 | ||
12222 | if test "$ac_cv_header_linux_joystick_h" = "yes"; then | |
12223 | cat >> confdefs.h <<\EOF | |
12224 | #define wxUSE_JOYSTICK 1 | |
12225 | EOF | |
12226 | ||
12227 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS joytest" | |
12228 | fi | |
12229 | fi | |
12230 | ||
12231 | ||
12232 | HAVE_DL_FUNCS=0 | |
12233 | HAVE_SHL_FUNCS=0 | |
12234 | if test "$wxUSE_DYNLIB_CLASS" = "yes"; then | |
12235 | for ac_func in dlopen | |
12236 | do | |
12237 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | |
47c13eb7 | 12238 | echo "configure:12239: checking for $ac_func" >&5 |
10f2d63a VZ |
12239 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
12240 | echo $ac_n "(cached) $ac_c" 1>&6 | |
12241 | else | |
12242 | cat > conftest.$ac_ext <<EOF | |
47c13eb7 | 12243 | #line 12244 "configure" |
10f2d63a VZ |
12244 | #include "confdefs.h" |
12245 | /* System header to define __stub macros and hopefully few prototypes, | |
12246 | which can conflict with char $ac_func(); below. */ | |
12247 | #include <assert.h> | |
12248 | /* Override any gcc2 internal prototype to avoid an error. */ | |
12249 | /* We use char because int might match the return type of a gcc2 | |
12250 | builtin and then its argument prototype would still apply. */ | |
12251 | char $ac_func(); | |
12252 | ||
12253 | int main() { | |
12254 | ||
12255 | /* The GNU C library defines this for functions which it implements | |
12256 | to always fail with ENOSYS. Some functions are actually named | |
12257 | something starting with __ and the normal name is an alias. */ | |
12258 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
12259 | choke me | |
12260 | #else | |
2224580a | 12261 | $ac_func(); |
10f2d63a VZ |
12262 | #endif |
12263 | ||
12264 | ; return 0; } | |
12265 | EOF | |
47c13eb7 | 12266 | if { (eval echo configure:12267: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
10f2d63a VZ |
12267 | rm -rf conftest* |
12268 | eval "ac_cv_func_$ac_func=yes" | |
12269 | else | |
12270 | echo "configure: failed program was:" >&5 | |
12271 | cat conftest.$ac_ext >&5 | |
12272 | rm -rf conftest* | |
12273 | eval "ac_cv_func_$ac_func=no" | |
12274 | fi | |
12275 | rm -f conftest* | |
12276 | fi | |
12277 | ||
12278 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
12279 | echo "$ac_t""yes" 1>&6 | |
12280 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
12281 | cat >> confdefs.h <<EOF | |
12282 | #define $ac_tr_func 1 | |
12283 | EOF | |
12284 | ||
12285 | cat >> confdefs.h <<\EOF | |
12286 | #define HAVE_DLOPEN 1 | |
12287 | EOF | |
12288 | ||
12289 | HAVE_DL_FUNCS=1 | |
12290 | ||
12291 | else | |
12292 | echo "$ac_t""no" 1>&6 | |
12293 | echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6 | |
47c13eb7 | 12294 | echo "configure:12295: checking for dlopen in -ldl" >&5 |
10f2d63a VZ |
12295 | ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'` |
12296 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
12297 | echo $ac_n "(cached) $ac_c" 1>&6 | |
12298 | else | |
12299 | ac_save_LIBS="$LIBS" | |
12300 | LIBS="-ldl $LIBS" | |
12301 | cat > conftest.$ac_ext <<EOF | |
47c13eb7 | 12302 | #line 12303 "configure" |
10f2d63a VZ |
12303 | #include "confdefs.h" |
12304 | /* Override any gcc2 internal prototype to avoid an error. */ | |
12305 | /* We use char because int might match the return type of a gcc2 | |
12306 | builtin and then its argument prototype would still apply. */ | |
12307 | char dlopen(); | |
12308 | ||
12309 | int main() { | |
12310 | dlopen() | |
12311 | ; return 0; } | |
12312 | EOF | |
47c13eb7 | 12313 | if { (eval echo configure:12314: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
10f2d63a VZ |
12314 | rm -rf conftest* |
12315 | eval "ac_cv_lib_$ac_lib_var=yes" | |
12316 | else | |
12317 | echo "configure: failed program was:" >&5 | |
12318 | cat conftest.$ac_ext >&5 | |
12319 | rm -rf conftest* | |
12320 | eval "ac_cv_lib_$ac_lib_var=no" | |
12321 | fi | |
12322 | rm -f conftest* | |
12323 | LIBS="$ac_save_LIBS" | |
12324 | ||
12325 | fi | |
12326 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
12327 | echo "$ac_t""yes" 1>&6 | |
12328 | ||
12329 | cat >> confdefs.h <<\EOF | |
12330 | #define HAVE_DLOPEN 1 | |
12331 | EOF | |
12332 | ||
12333 | HAVE_DL_FUNCS=1 | |
12334 | LIBS="$LIBS -ldl" | |
12335 | ||
12336 | else | |
12337 | echo "$ac_t""no" 1>&6 | |
12338 | ||
12339 | for ac_func in shl_load | |
12340 | do | |
12341 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | |
47c13eb7 | 12342 | echo "configure:12343: checking for $ac_func" >&5 |
10f2d63a VZ |
12343 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
12344 | echo $ac_n "(cached) $ac_c" 1>&6 | |
12345 | else | |
12346 | cat > conftest.$ac_ext <<EOF | |
47c13eb7 | 12347 | #line 12348 "configure" |
10f2d63a VZ |
12348 | #include "confdefs.h" |
12349 | /* System header to define __stub macros and hopefully few prototypes, | |
12350 | which can conflict with char $ac_func(); below. */ | |
12351 | #include <assert.h> | |
12352 | /* Override any gcc2 internal prototype to avoid an error. */ | |
12353 | /* We use char because int might match the return type of a gcc2 | |
12354 | builtin and then its argument prototype would still apply. */ | |
12355 | char $ac_func(); | |
12356 | ||
12357 | int main() { | |
12358 | ||
12359 | /* The GNU C library defines this for functions which it implements | |
12360 | to always fail with ENOSYS. Some functions are actually named | |
12361 | something starting with __ and the normal name is an alias. */ | |
12362 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
12363 | choke me | |
12364 | #else | |
2224580a | 12365 | $ac_func(); |
10f2d63a VZ |
12366 | #endif |
12367 | ||
12368 | ; return 0; } | |
12369 | EOF | |
47c13eb7 | 12370 | if { (eval echo configure:12371: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
10f2d63a VZ |
12371 | rm -rf conftest* |
12372 | eval "ac_cv_func_$ac_func=yes" | |
12373 | else | |
12374 | echo "configure: failed program was:" >&5 | |
12375 | cat conftest.$ac_ext >&5 | |
12376 | rm -rf conftest* | |
12377 | eval "ac_cv_func_$ac_func=no" | |
12378 | fi | |
12379 | rm -f conftest* | |
12380 | fi | |
12381 | ||
12382 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
12383 | echo "$ac_t""yes" 1>&6 | |
12384 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
12385 | cat >> confdefs.h <<EOF | |
12386 | #define $ac_tr_func 1 | |
12387 | EOF | |
12388 | ||
12389 | cat >> confdefs.h <<\EOF | |
12390 | #define HAVE_SHL_LOAD 1 | |
12391 | EOF | |
12392 | ||
12393 | HAVE_SHL_FUNCS=1 | |
12394 | ||
12395 | else | |
12396 | echo "$ac_t""no" 1>&6 | |
12397 | fi | |
12398 | done | |
12399 | ||
12400 | ||
12401 | fi | |
12402 | ||
12403 | ||
12404 | fi | |
12405 | done | |
12406 | ||
12407 | ||
12408 | if test "$HAVE_DL_FUNCS" = 0; then | |
12409 | if test "$HAVE_SHL_FUNCS" = 0; then | |
12410 | if test "$USE_UNIX" = 1; then | |
b12915c1 | 12411 | echo "configure: warning: Missing dynamic loading support, several features will be disabled" 1>&2 |
10f2d63a VZ |
12412 | wxUSE_DYNLIB_CLASS=no |
12413 | else | |
b12915c1 | 12414 | echo "configure: warning: Assuming wxLibrary class works on this platform" 1>&2 |
10f2d63a VZ |
12415 | fi |
12416 | fi | |
12417 | fi | |
12418 | fi | |
12419 | ||
12420 | if test "$wxUSE_DYNLIB_CLASS" = "yes" ; then | |
b12915c1 | 12421 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
12422 | #define wxUSE_DYNLIB_CLASS 1 |
12423 | EOF | |
12424 | ||
b12915c1 VZ |
12425 | else |
12426 | wxUSE_ODBC=no | |
12427 | wxUSE_SERIAL=no | |
10f2d63a VZ |
12428 | fi |
12429 | ||
12430 | ||
12431 | if test "$wxUSE_UNICODE" = "yes" ; then | |
12432 | cat >> confdefs.h <<\EOF | |
12433 | #define wxUSE_UNICODE 1 | |
12434 | EOF | |
12435 | ||
12436 | fi | |
12437 | ||
12438 | if test "$wxUSE_WCSRTOMBS" = "yes" ; then | |
12439 | cat >> confdefs.h <<\EOF | |
12440 | #define wxUSE_WCSRTOMBS 1 | |
12441 | EOF | |
12442 | ||
12443 | fi | |
12444 | ||
12445 | if test "$wxUSE_wxUSE_EXPERIMENTAL_PRINTF" = "yes"; then | |
12446 | cat >> confdefs.h <<\EOF | |
12447 | #define wxUSE_EXPERIMENTAL_PRINTF 1 | |
12448 | EOF | |
12449 | ||
12450 | fi | |
12451 | ||
12452 | ||
b12915c1 VZ |
12453 | if test "$wxUSE_SERIAL" = "yes" ; then |
12454 | cat >> confdefs.h <<\EOF | |
12455 | #define wxUSE_SERIAL 1 | |
12456 | EOF | |
12457 | ||
12458 | fi | |
12459 | ||
12460 | ||
10f2d63a VZ |
12461 | IODBC_C_SRC="" |
12462 | if test "$wxUSE_ODBC" = "yes" ; then | |
12463 | cat >> confdefs.h <<\EOF | |
12464 | #define wxUSE_ODBC 1 | |
12465 | EOF | |
12466 | ||
12467 | WXODBCFLAG="-D_IODBC_" | |
12468 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS db" | |
12469 | IODBCOBJS="\$(IODBC_OBJS)" | |
12470 | else | |
12471 | IODBCOBJS= | |
12472 | fi | |
12473 | ||
12474 | ||
12475 | if test "$wxUSE_POSTSCRIPT" = "yes" ; then | |
12476 | cat >> confdefs.h <<\EOF | |
12477 | #define wxUSE_POSTSCRIPT 1 | |
12478 | EOF | |
12479 | ||
12480 | fi | |
12481 | ||
12482 | cat >> confdefs.h <<\EOF | |
12483 | #define wxUSE_AFM_FOR_POSTSCRIPT 1 | |
12484 | EOF | |
12485 | ||
12486 | ||
12487 | cat >> confdefs.h <<\EOF | |
12488 | #define wxUSE_NORMALIZED_PS_FONTS 1 | |
12489 | EOF | |
12490 | ||
12491 | ||
12492 | ||
12493 | if test "$wxUSE_CONSTRAINTS" = "yes"; then | |
12494 | cat >> confdefs.h <<\EOF | |
12495 | #define wxUSE_CONSTRAINTS 1 | |
12496 | EOF | |
12497 | ||
12498 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS layout" | |
12499 | fi | |
12500 | ||
12501 | if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then | |
12502 | cat >> confdefs.h <<\EOF | |
12503 | #define wxUSE_MDI_ARCHITECTURE 1 | |
12504 | EOF | |
12505 | ||
12506 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mdi" | |
12507 | fi | |
12508 | ||
12509 | if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then | |
12510 | cat >> confdefs.h <<\EOF | |
12511 | #define wxUSE_DOC_VIEW_ARCHITECTURE 1 | |
12512 | EOF | |
12513 | ||
12514 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docview" | |
12515 | if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then | |
12516 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docvwmdi" | |
12517 | fi | |
12518 | fi | |
12519 | ||
12520 | if test "$wxUSE_HELP" = "yes"; then | |
12521 | cat >> confdefs.h <<\EOF | |
12522 | #define wxUSE_HELP 1 | |
12523 | EOF | |
12524 | ||
12525 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS help" | |
12526 | fi | |
12527 | ||
12528 | if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then | |
12529 | if test "$wxUSE_CONSTRAINTS" != "yes"; then | |
12530 | echo "configure: warning: Printing support cannot be used without constraints so it won't be compiled without it" 1>&2 | |
12531 | else | |
12532 | cat >> confdefs.h <<\EOF | |
12533 | #define wxUSE_PRINTING_ARCHITECTURE 1 | |
12534 | EOF | |
12535 | ||
12536 | fi | |
12537 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS printing" | |
12538 | fi | |
12539 | ||
12540 | if test "$wxUSE_PROLOGIO" = "yes" ; then | |
12541 | cat >> confdefs.h <<\EOF | |
12542 | #define wxUSE_PROLOGIO 1 | |
12543 | EOF | |
12544 | ||
12545 | fi | |
12546 | ||
12547 | if test "$wxUSE_RESOURCES" = "yes" ; then | |
12548 | if test "$wxUSE_PROLOGIO" = "yes" ; then | |
12549 | cat >> confdefs.h <<\EOF | |
12550 | #define wxUSE_RESOURCES 1 | |
12551 | EOF | |
12552 | ||
12553 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS resource" | |
12554 | else | |
12555 | echo "configure: warning: wxWindows ressource system requires PrologIO and can't be compiled without it." 1>&2 | |
12556 | fi | |
12557 | fi | |
12558 | ||
12559 | if test "$wxUSE_X_RESOURCES" = "yes"; then | |
12560 | cat >> confdefs.h <<\EOF | |
12561 | #define wxUSE_X_RESOURCES 1 | |
12562 | EOF | |
12563 | ||
12564 | fi | |
12565 | ||
12566 | ||
12567 | if test "$wxUSE_IPC" = "yes"; then | |
12568 | cat >> confdefs.h <<\EOF | |
12569 | #define wxUSE_IPC 1 | |
12570 | EOF | |
12571 | ||
12572 | fi | |
12573 | ||
12574 | if test "$wxUSE_CLIPBOARD" = "yes"; then | |
12575 | cat >> confdefs.h <<\EOF | |
12576 | #define wxUSE_CLIPBOARD 1 | |
12577 | EOF | |
12578 | ||
12579 | fi | |
12580 | ||
12581 | if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then | |
12582 | if test "$wxUSE_GTK" = 1; then | |
12583 | if test "$WXGTK12" != 1; then | |
12584 | echo "configure: warning: Drag and drop is only supported under GTK+ 1.2" 1>&2 | |
12585 | wxUSE_DRAG_AND_DROP=no | |
12586 | fi | |
12587 | fi | |
12588 | ||
12589 | if test "$wxUSE_MOTIF" = 1; then | |
12590 | echo "configure: warning: Drag and drop is not yet supported under Motif" 1>&2 | |
12591 | wxUSE_DRAG_AND_DROP=no | |
12592 | fi | |
12593 | ||
12594 | if test "$USE_WIN32" = 1; then | |
12595 | for ac_hdr in ole2.h | |
12596 | do | |
12597 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
12598 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
47c13eb7 | 12599 | echo "configure:12600: checking for $ac_hdr" >&5 |
10f2d63a VZ |
12600 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
12601 | echo $ac_n "(cached) $ac_c" 1>&6 | |
12602 | else | |
12603 | cat > conftest.$ac_ext <<EOF | |
47c13eb7 | 12604 | #line 12605 "configure" |
10f2d63a VZ |
12605 | #include "confdefs.h" |
12606 | #include <$ac_hdr> | |
12607 | EOF | |
12608 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
47c13eb7 | 12609 | { (eval echo configure:12610: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
10f2d63a VZ |
12610 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
12611 | if test -z "$ac_err"; then | |
12612 | rm -rf conftest* | |
12613 | eval "ac_cv_header_$ac_safe=yes" | |
12614 | else | |
12615 | echo "$ac_err" >&5 | |
12616 | echo "configure: failed program was:" >&5 | |
12617 | cat conftest.$ac_ext >&5 | |
12618 | rm -rf conftest* | |
12619 | eval "ac_cv_header_$ac_safe=no" | |
12620 | fi | |
12621 | rm -f conftest* | |
12622 | fi | |
12623 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
12624 | echo "$ac_t""yes" 1>&6 | |
12625 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
12626 | cat >> confdefs.h <<EOF | |
12627 | #define $ac_tr_hdr 1 | |
12628 | EOF | |
12629 | ||
12630 | else | |
12631 | echo "$ac_t""no" 1>&6 | |
12632 | fi | |
12633 | done | |
12634 | ||
12635 | if test "x$HAVE_OLE2_H" = x ; then | |
12636 | echo "configure: warning: Drag and drop disabled because OLE headers not found" 1>&2 | |
12637 | wxUSE_DRAG_AND_DROP=no | |
12638 | fi | |
12639 | fi | |
12640 | ||
12641 | if test "$wxUSE_DRAG_AND_DROP" = "yes"; then | |
12642 | cat >> confdefs.h <<\EOF | |
12643 | #define wxUSE_DRAG_AND_DROP 1 | |
12644 | EOF | |
12645 | ||
12646 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dnd" | |
12647 | fi | |
12648 | ||
12649 | fi | |
12650 | ||
12651 | if test "$wxUSE_SPLINES" = "yes" ; then | |
12652 | cat >> confdefs.h <<\EOF | |
12653 | #define wxUSE_SPLINES 1 | |
12654 | EOF | |
12655 | ||
12656 | fi | |
12657 | ||
12658 | ||
12659 | if test "$wxUSE_ACCEL" = "yes"; then | |
12660 | cat >> confdefs.h <<\EOF | |
12661 | #define wxUSE_ACCEL 1 | |
12662 | EOF | |
12663 | ||
12664 | fi | |
12665 | ||
12666 | if test "$wxUSE_CARET" = "yes"; then | |
12667 | cat >> confdefs.h <<\EOF | |
12668 | #define wxUSE_CARET 1 | |
12669 | EOF | |
12670 | ||
12671 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS caret" | |
12672 | fi | |
12673 | ||
12674 | if test "$wxUSE_COMBOBOX" = "yes"; then | |
12675 | cat >> confdefs.h <<\EOF | |
12676 | #define wxUSE_COMBOBOX 1 | |
12677 | EOF | |
12678 | ||
12679 | fi | |
12680 | ||
12681 | if test "$wxUSE_CHOICE" = "yes"; then | |
12682 | cat >> confdefs.h <<\EOF | |
12683 | #define wxUSE_CHOICE 1 | |
12684 | EOF | |
12685 | ||
12686 | fi | |
12687 | ||
12688 | if test "$wxUSE_BMPBUTTON" = "yes"; then | |
12689 | cat >> confdefs.h <<\EOF | |
12690 | #define wxUSE_BMPBUTTON 1 | |
12691 | EOF | |
12692 | ||
12693 | fi | |
12694 | ||
12695 | if test "$wxUSE_CHECKBOX" = "yes"; then | |
12696 | cat >> confdefs.h <<\EOF | |
12697 | #define wxUSE_CHECKBOX 1 | |
12698 | EOF | |
12699 | ||
12700 | fi | |
12701 | ||
12702 | if test "$wxUSE_CHECKLST" = "yes"; then | |
12703 | cat >> confdefs.h <<\EOF | |
12704 | #define wxUSE_CHECKLISTBOX 1 | |
12705 | EOF | |
12706 | ||
12707 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS checklst" | |
12708 | fi | |
12709 | ||
12710 | if test "$wxUSE_GAUGE" = "yes"; then | |
12711 | cat >> confdefs.h <<\EOF | |
12712 | #define wxUSE_GAUGE 1 | |
12713 | EOF | |
12714 | ||
12715 | fi | |
12716 | ||
12717 | if test "$wxUSE_GRID" = "yes"; then | |
12718 | cat >> confdefs.h <<\EOF | |
12719 | #define wxUSE_GRID 1 | |
12720 | EOF | |
12721 | ||
12722 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS grid" | |
12723 | fi | |
12724 | ||
12725 | if test "$wxUSE_NEW_GRID" = "yes"; then | |
12726 | cat >> confdefs.h <<\EOF | |
12727 | #define wxUSE_NEW_GRID 1 | |
12728 | EOF | |
12729 | ||
12730 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS newgrid" | |
12731 | fi | |
12732 | ||
12733 | if test "$wxUSE_IMAGLIST" = "yes"; then | |
12734 | cat >> confdefs.h <<\EOF | |
12735 | #define wxUSE_IMAGLIST 1 | |
12736 | EOF | |
12737 | ||
12738 | fi | |
12739 | ||
12740 | if test "$wxUSE_LISTBOX" = "yes"; then | |
12741 | cat >> confdefs.h <<\EOF | |
12742 | #define wxUSE_LISTBOX 1 | |
12743 | EOF | |
12744 | ||
12745 | fi | |
12746 | ||
12747 | if test "$wxUSE_LISTCTRL" = "yes"; then | |
12748 | if test "$wxUSE_IMAGLIST" = "yes"; then | |
12749 | cat >> confdefs.h <<\EOF | |
12750 | #define wxUSE_LISTCTRL 1 | |
12751 | EOF | |
12752 | ||
12753 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS listctrl" | |
12754 | else | |
12755 | echo "configure: warning: wxListCtrl requires wxImageList and won't be compiled without it" 1>&2 | |
12756 | fi | |
12757 | fi | |
12758 | ||
12759 | if test "$wxUSE_NOTEBOOK" = "yes"; then | |
12760 | cat >> confdefs.h <<\EOF | |
12761 | #define wxUSE_NOTEBOOK 1 | |
12762 | EOF | |
12763 | ||
12764 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS notebook" | |
12765 | fi | |
12766 | ||
12767 | if test "$wxUSE_RADIOBOX" = "yes"; then | |
12768 | cat >> confdefs.h <<\EOF | |
12769 | #define wxUSE_RADIOBOX 1 | |
12770 | EOF | |
12771 | ||
12772 | fi | |
12773 | ||
12774 | if test "$wxUSE_RADIOBTN" = "yes"; then | |
12775 | cat >> confdefs.h <<\EOF | |
12776 | #define wxUSE_RADIOBTN 1 | |
12777 | EOF | |
12778 | ||
12779 | fi | |
12780 | ||
12781 | if test "$wxUSE_SASH" = "yes"; then | |
12782 | cat >> confdefs.h <<\EOF | |
12783 | #define wxUSE_SASH 1 | |
12784 | EOF | |
12785 | ||
12786 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sashtest" | |
12787 | fi | |
12788 | ||
12789 | if test "$wxUSE_SCROLLBAR" = "yes"; then | |
12790 | cat >> confdefs.h <<\EOF | |
12791 | #define wxUSE_SCROLLBAR 1 | |
12792 | EOF | |
12793 | ||
741a9306 | 12794 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS scroll scrollsub" |
10f2d63a VZ |
12795 | fi |
12796 | ||
12797 | if test "$wxUSE_SLIDER" = "yes"; then | |
12798 | cat >> confdefs.h <<\EOF | |
12799 | #define wxUSE_SLIDER 1 | |
12800 | EOF | |
12801 | ||
12802 | fi | |
12803 | ||
12804 | if test "$wxUSE_SPINBTN" = "yes"; then | |
12805 | cat >> confdefs.h <<\EOF | |
12806 | #define wxUSE_SPINBTN 1 | |
12807 | EOF | |
12808 | ||
12809 | fi | |
12810 | ||
56cfaa52 RR |
12811 | if test "$wxUSE_SPINCTRL" = "yes"; then |
12812 | cat >> confdefs.h <<\EOF | |
12813 | #define wxUSE_SPINCTRL 1 | |
12814 | EOF | |
12815 | ||
12816 | fi | |
12817 | ||
10f2d63a VZ |
12818 | if test "$wxUSE_SPLITTER" = "yes"; then |
12819 | cat >> confdefs.h <<\EOF | |
12820 | #define wxUSE_SPLITTER 1 | |
12821 | EOF | |
12822 | ||
12823 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splitter" | |
12824 | fi | |
12825 | ||
12826 | if test "$wxUSE_STATBMP" = "yes"; then | |
12827 | cat >> confdefs.h <<\EOF | |
12828 | #define wxUSE_STATBMP 1 | |
12829 | EOF | |
12830 | ||
12831 | fi | |
12832 | ||
12833 | if test "$wxUSE_STATBOX" = "yes"; then | |
12834 | cat >> confdefs.h <<\EOF | |
12835 | #define wxUSE_STATBOX 1 | |
12836 | EOF | |
12837 | ||
12838 | fi | |
12839 | ||
12840 | if test "$wxUSE_STATLINE" = "yes"; then | |
12841 | if test "$wxUSE_WINE" = 1 ; then | |
12842 | echo "configure: warning: wxStaticLine is not supported under WINE" 1>&2 | |
12843 | else | |
12844 | cat >> confdefs.h <<\EOF | |
12845 | #define wxUSE_STATLINE 1 | |
12846 | EOF | |
12847 | ||
12848 | fi | |
12849 | fi | |
12850 | ||
12851 | if test "$wxUSE_STATUSBAR" = "yes"; then | |
12852 | cat >> confdefs.h <<\EOF | |
12853 | #define wxUSE_STATUSBAR 1 | |
12854 | EOF | |
12855 | ||
12856 | fi | |
12857 | ||
12858 | if test "$wxUSE_TABDIALOG" = "yes"; then | |
12859 | cat >> confdefs.h <<\EOF | |
12860 | #define wxUSE_TAB_DIALOG 1 | |
12861 | EOF | |
12862 | ||
12863 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS tab" | |
12864 | fi | |
12865 | ||
360d6699 VZ |
12866 | if test "$wxUSE_TOOLBAR_SIMPLE" = "yes"; then |
12867 | cat >> confdefs.h <<\EOF | |
12868 | #define wxUSE_TOOLBAR_SIMPLE 1 | |
12869 | EOF | |
12870 | ||
12871 | wxUSE_TOOLBAR="yes" | |
12872 | fi | |
12873 | ||
10f2d63a VZ |
12874 | if test "$wxUSE_TOOLBAR" = "yes"; then |
12875 | cat >> confdefs.h <<\EOF | |
12876 | #define wxUSE_TOOLBAR 1 | |
12877 | EOF | |
12878 | ||
360d6699 VZ |
12879 | |
12880 | if test "$wxUSE_TOOLBAR_SIMPLE" != "yes"; then | |
12881 | wxUSE_TOOLBAR_NATIVE="yes" | |
12882 | fi | |
12883 | ||
10f2d63a VZ |
12884 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS toolbar" |
12885 | fi | |
12886 | ||
360d6699 VZ |
12887 | if test "$wxUSE_TOOLBAR_NATIVE" = "yes"; then |
12888 | cat >> confdefs.h <<\EOF | |
12889 | #define wxUSE_TOOLBAR_NATIVE 1 | |
12890 | EOF | |
12891 | ||
12892 | fi | |
12893 | ||
10f2d63a VZ |
12894 | if test "$wxUSE_TOOLTIPS" = "yes"; then |
12895 | if test "$wxUSE_MOTIF" = 1; then | |
12896 | echo "configure: warning: wxTooltip not supported yet under Motif" 1>&2 | |
12897 | else | |
12898 | if test "$wxUSE_WINE" = 1; then | |
12899 | echo "configure: warning: wxTooltip not supported under WINE" 1>&2 | |
12900 | else | |
12901 | cat >> confdefs.h <<\EOF | |
12902 | #define wxUSE_TOOLTIPS 1 | |
12903 | EOF | |
12904 | ||
12905 | fi | |
12906 | fi | |
12907 | fi | |
12908 | ||
12909 | if test "$wxUSE_TREECTRL" = "yes"; then | |
12910 | if test "$wxUSE_IMAGLIST" = "yes"; then | |
12911 | cat >> confdefs.h <<\EOF | |
12912 | #define wxUSE_TREECTRL 1 | |
12913 | EOF | |
12914 | ||
12915 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treectrl" | |
12916 | else | |
12917 | echo "configure: warning: wxTreeCtrl requires wxImageList and won't be compiled without it" 1>&2 | |
12918 | fi | |
12919 | fi | |
12920 | ||
12921 | ||
12922 | ||
12923 | if test "$wxUSE_METAFILE" = "yes"; then | |
12924 | cat >> confdefs.h <<\EOF | |
12925 | #define wxUSE_METAFILE 1 | |
12926 | EOF | |
12927 | ||
12928 | fi | |
12929 | ||
12930 | if test "$wxUSE_DIRDLG" = "yes"; then | |
12931 | if test "$wxUSE_CONSTRAINTS" != "yes"; then | |
12932 | echo "configure: warning: wxDirDialog requires constraints so it won't be compiled without them" 1>&2 | |
12933 | else | |
12934 | if test "$wxUSE_TREECTRL" != "yes"; then | |
12935 | echo "configure: warning: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" 1>&2 | |
12936 | else | |
12937 | cat >> confdefs.h <<\EOF | |
12938 | #define wxUSE_DIRDLG 1 | |
12939 | EOF | |
12940 | ||
12941 | fi | |
12942 | fi | |
12943 | fi | |
12944 | ||
12945 | if test "$wxUSE_TEXTDLG" = "yes"; then | |
12946 | cat >> confdefs.h <<\EOF | |
12947 | #define wxUSE_TEXTDLG 1 | |
12948 | EOF | |
12949 | ||
12950 | fi | |
12951 | ||
12952 | if test "$wxUSE_STARTUP_TIPS" = "yes"; then | |
12953 | if test "$wxUSE_CONSTRAINTS" != "yes"; then | |
12954 | echo "configure: warning: Startup tips requires constraints and won't be compiled without them" 1>&2 | |
12955 | else | |
12956 | cat >> confdefs.h <<\EOF | |
12957 | #define wxUSE_STARTUP_TIPS 1 | |
12958 | EOF | |
12959 | ||
12960 | fi | |
12961 | fi | |
12962 | ||
12963 | if test "$wxUSE_PROGRESSDLG" = "yes"; then | |
12964 | if test "$wxUSE_CONSTRAINTS" != "yes"; then | |
12965 | echo "configure: warning: wxProgressDialog requires constraints so it won't be compiled without them" 1>&2 | |
12966 | else | |
12967 | cat >> confdefs.h <<\EOF | |
12968 | #define wxUSE_PROGRESSDLG 1 | |
12969 | EOF | |
12970 | ||
12971 | fi | |
12972 | fi | |
12973 | ||
12974 | if test "$wxUSE_MINIFRAME" = "yes"; then | |
12975 | cat >> confdefs.h <<\EOF | |
12976 | #define wxUSE_MINIFRAME 1 | |
12977 | EOF | |
12978 | ||
12979 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS minifram" | |
12980 | fi | |
12981 | ||
12982 | if test "$wxUSE_HTML" = "yes"; then | |
12983 | cat >> confdefs.h <<\EOF | |
12984 | #define wxUSE_HTML 1 | |
12985 | EOF | |
12986 | ||
12987 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html" | |
12988 | INCLUDE_SUBDIRS="$INCLUDE_SUBDIRS html" | |
12989 | fi | |
12990 | ||
12991 | if test "$wxUSE_VALIDATORS" = "yes"; then | |
12992 | cat >> confdefs.h <<\EOF | |
12993 | #define wxUSE_VALIDATORS 1 | |
12994 | EOF | |
12995 | ||
12996 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS validate" | |
12997 | fi | |
12998 | ||
12999 | if test "$wxUSE_GIF" = "yes" ; then | |
13000 | cat >> confdefs.h <<\EOF | |
13001 | #define wxUSE_GIF 1 | |
13002 | EOF | |
13003 | ||
13004 | fi | |
13005 | ||
13006 | if test "$wxUSE_PCX" = "yes" ; then | |
13007 | cat >> confdefs.h <<\EOF | |
13008 | #define wxUSE_PCX 1 | |
13009 | EOF | |
13010 | ||
13011 | fi | |
13012 | ||
13013 | if test "$wxUSE_PNM" = "yes" ; then | |
13014 | cat >> confdefs.h <<\EOF | |
13015 | #define wxUSE_PNM 1 | |
13016 | EOF | |
13017 | ||
13018 | fi | |
13019 | ||
13020 | ||
aaa37c0d VZ |
13021 | OSINFO=`uname -s -r -m` |
13022 | OSINFO="\"$OSINFO\"" | |
13023 | cat >> confdefs.h <<EOF | |
13024 | #define WXWIN_OS_DESCRIPTION $OSINFO | |
13025 | EOF | |
13026 | ||
13027 | ||
13028 | ||
10f2d63a VZ |
13029 | GUILIBS="$GUI_TK_LIBRARY $OPENGL_LINK $LIBPNG_LINK $ZLIB_LINK $TOOLKIT_LINK" |
13030 | ||
c63c7106 | 13031 | EXTRA_LIBS="$LIBS $POSIX4_LINK $INET_LINK $WCHAR_LINK $THREADS_LINK $DMALLOC_LINK $DL_LINK" |
10f2d63a VZ |
13032 | if test "$wxUSE_GUI" = "yes"; then |
13033 | EXTRA_LIBS="$EXTRA_LIBS $GUILIBS" | |
13034 | fi | |
13035 | ||
13036 | LD_LIBS="\${top_builddir}/lib/${WX_LIBRARY_NAME_STATIC} $EXTRA_LIBS" | |
13037 | ||
c7a2bf27 | 13038 | INCLUDES="-I. -I\${top_builddir}/include -I\${top_srcdir}/include $ZLIB_INCLUDE $PNG_INCLUDE $JPEG_INCLUDE $TIFF_INCLUDE $TOOLKIT_INCLUDE" |
10f2d63a VZ |
13039 | |
13040 | if test "$GXX" = yes ; then | |
13041 | CXXWARNINGS="-Wall" | |
13042 | fi | |
13043 | EXTRA_CFLAGS="$WXDEBUG $WXODBCFLAG $PROFILE $OPTIMISE $INCLUDES" | |
13044 | ||
13045 | CFLAGS=`echo $CFLAGS $EXTRA_CFLAGS | sed 's/ \\+/ /g'` | |
13046 | CXXFLAGS=`echo $CXXFLAGS $EXTRA_CFLAGS $CXXWARNINGS | sed 's/ \+/ /g'` | |
13047 | ||
e694c22c VZ |
13048 | LDFLAGS="$LDFLAGS $PROFILE" |
13049 | ||
10f2d63a VZ |
13050 | if test "$wxUSE_GUI" = "yes"; then |
13051 | ||
70f7a477 VZ |
13052 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS controls dialogs drawing dynamic \ |
13053 | font fractal image minimal richedit" | |
b12915c1 | 13054 | |
e2b8b066 | 13055 | CPPFLAGS="$CPPFLAGS \$(EXTRADEFS)" |
10f2d63a VZ |
13056 | else |
13057 | SAMPLES_SUBDIRS="" | |
13058 | fi | |
13059 | ||
ec14dd32 VZ |
13060 | SAMPLES_SUBDIRS="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`" |
13061 | ||
13062 | ||
13063 | ||
10f2d63a VZ |
13064 | |
13065 | ||
13066 | ||
13067 | ||
13068 | ||
13069 | ||
13070 | ||
13071 | ||
13072 | ||
13073 | ||
13074 | ||
13075 | ||
13076 | ||
13077 | ||
13078 | ||
13079 | ||
13080 | ||
13081 | ||
13082 | ||
13083 | ||
13084 | ||
13085 | ||
13086 | ||
13087 | ||
13088 | ||
13089 | ||
13090 | ||
13091 | ||
13092 | ||
13093 | ||
13094 | ||
13095 | ||
13096 | ||
13097 | ||
13098 | ||
13099 | ||
13100 | ||
13101 | ||
13102 | ||
13103 | ||
13104 | ||
13105 | ||
13106 | ||
13107 | ||
13108 | ||
13109 | ||
13110 | ||
13111 | ||
13112 | ||
13113 | ||
13114 | ||
13115 | ||
1d62a8b4 | 13116 | |
e694c22c | 13117 | |
b12915c1 | 13118 | |
2224580a VZ |
13119 | |
13120 | ||
13121 | ||
13122 | ||
dad6c0ea VZ |
13123 | |
13124 | ||
caa2c79b | 13125 | |
10f2d63a VZ |
13126 | |
13127 | ||
13128 | echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 | |
47c13eb7 | 13129 | echo "configure:13130: checking whether ${MAKE-make} sets \${MAKE}" >&5 |
10f2d63a VZ |
13130 | set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` |
13131 | if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then | |
13132 | echo $ac_n "(cached) $ac_c" 1>&6 | |
13133 | else | |
13134 | cat > conftestmake <<\EOF | |
13135 | all: | |
13136 | @echo 'ac_maketemp="${MAKE}"' | |
13137 | EOF | |
13138 | # GNU make sometimes prints "make[1]: Entering...", which would confuse us. | |
13139 | eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=` | |
13140 | if test -n "$ac_maketemp"; then | |
13141 | eval ac_cv_prog_make_${ac_make}_set=yes | |
13142 | else | |
13143 | eval ac_cv_prog_make_${ac_make}_set=no | |
13144 | fi | |
13145 | rm -f conftestmake | |
13146 | fi | |
13147 | if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then | |
13148 | echo "$ac_t""yes" 1>&6 | |
13149 | SET_MAKE= | |
13150 | else | |
13151 | echo "$ac_t""no" 1>&6 | |
13152 | SET_MAKE="MAKE=${MAKE-make}" | |
13153 | fi | |
13154 | ||
13155 | ||
13156 | ||
13157 | ||
2224580a VZ |
13158 | if test "$wxUSE_GUI" = "yes"; then |
13159 | echo $ac_n "checking glcanvas subdirectory to use""... $ac_c" 1>&6 | |
47c13eb7 | 13160 | echo "configure:13161: checking glcanvas subdirectory to use" >&5 |
2224580a VZ |
13161 | if eval "test \"`echo '$''{'wx_cv_path_glcanvas'+set}'`\" = set"; then |
13162 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10f2d63a | 13163 | else |
2224580a VZ |
13164 | |
13165 | if test "${TOOLKIT_DIR}" = "msw" ; then | |
13166 | wx_cv_path_glcanvas="win" | |
13167 | else | |
13168 | wx_cv_path_glcanvas="${TOOLKIT_DIR}" | |
13169 | fi | |
13170 | ||
10f2d63a VZ |
13171 | fi |
13172 | ||
2224580a VZ |
13173 | echo "$ac_t""$wx_cv_path_glcanvas" 1>&6 |
13174 | ||
13175 | GL_TOOLKIT_DIR=$wx_cv_PATH_glcanvas | |
13176 | ||
13177 | ||
13178 | subdirs="demos samples utils" | |
13179 | ||
13180 | fi | |
10f2d63a VZ |
13181 | |
13182 | trap '' 1 2 15 | |
13183 | cat > confcache <<\EOF | |
13184 | # This file is a shell script that caches the results of configure | |
13185 | # tests run on this system so they can be shared between configure | |
13186 | # scripts and configure runs. It is not useful on other systems. | |
13187 | # If it contains results you don't want to keep, you may remove or edit it. | |
13188 | # | |
13189 | # By default, configure uses ./config.cache as the cache file, | |
13190 | # creating it if it does not exist already. You can give configure | |
13191 | # the --cache-file=FILE option to use a different cache file; that is | |
13192 | # what configure does when it calls configure scripts in | |
13193 | # subdirectories, so they share the cache. | |
13194 | # Giving --cache-file=/dev/null disables caching, for debugging configure. | |
13195 | # config.status only pays attention to the cache file if you give it the | |
13196 | # --recheck option to rerun configure. | |
13197 | # | |
13198 | EOF | |
13199 | # The following way of writing the cache mishandles newlines in values, | |
13200 | # but we know of no workaround that is simple, portable, and efficient. | |
13201 | # So, don't put newlines in cache variables' values. | |
13202 | # Ultrix sh set writes to stderr and can't be redirected directly, | |
13203 | # and sets the high bit in the cache file unless we assign to the vars. | |
13204 | (set) 2>&1 | | |
13205 | case `(ac_space=' '; set | grep ac_space) 2>&1` in | |
13206 | *ac_space=\ *) | |
13207 | # `set' does not quote correctly, so add quotes (double-quote substitution | |
13208 | # turns \\\\ into \\, and sed turns \\ into \). | |
13209 | sed -n \ | |
13210 | -e "s/'/'\\\\''/g" \ | |
13211 | -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p" | |
13212 | ;; | |
13213 | *) | |
13214 | # `set' quotes correctly as required by POSIX, so do not add quotes. | |
13215 | sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p' | |
13216 | ;; | |
13217 | esac >> confcache | |
13218 | if cmp -s $cache_file confcache; then | |
13219 | : | |
13220 | else | |
13221 | if test -w $cache_file; then | |
13222 | echo "updating cache $cache_file" | |
13223 | cat confcache > $cache_file | |
13224 | else | |
13225 | echo "not updating unwritable cache $cache_file" | |
13226 | fi | |
13227 | fi | |
13228 | rm -f confcache | |
13229 | ||
13230 | trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15 | |
13231 | ||
13232 | test "x$prefix" = xNONE && prefix=$ac_default_prefix | |
13233 | # Let make expand exec_prefix. | |
13234 | test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' | |
13235 | ||
13236 | # Any assignment to VPATH causes Sun make to only execute | |
13237 | # the first set of double-colon rules, so remove it if not needed. | |
13238 | # If there is a colon in the path, we need to keep it. | |
13239 | if test "x$srcdir" = x.; then | |
13240 | ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d' | |
13241 | fi | |
13242 | ||
13243 | trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15 | |
13244 | ||
13245 | DEFS=-DHAVE_CONFIG_H | |
13246 | ||
13247 | # Without the "./", some shells look in PATH for config.status. | |
13248 | : ${CONFIG_STATUS=./config.status} | |
13249 | ||
13250 | echo creating $CONFIG_STATUS | |
13251 | rm -f $CONFIG_STATUS | |
13252 | cat > $CONFIG_STATUS <<EOF | |
13253 | #! /bin/sh | |
13254 | # Generated automatically by configure. | |
13255 | # Run this file to recreate the current configuration. | |
13256 | # This directory was configured as follows, | |
13257 | # on host `(hostname || uname -n) 2>/dev/null | sed 1q`: | |
13258 | # | |
13259 | # $0 $ac_configure_args | |
13260 | # | |
13261 | # Compiler output produced by configure, useful for debugging | |
13262 | # configure, is in ./config.log if it exists. | |
13263 | ||
13264 | ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]" | |
13265 | for ac_option | |
13266 | do | |
13267 | case "\$ac_option" in | |
13268 | -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) | |
13269 | echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion" | |
13270 | exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;; | |
13271 | -version | --version | --versio | --versi | --vers | --ver | --ve | --v) | |
2224580a | 13272 | echo "$CONFIG_STATUS generated by autoconf version 2.13" |
10f2d63a VZ |
13273 | exit 0 ;; |
13274 | -help | --help | --hel | --he | --h) | |
13275 | echo "\$ac_cs_usage"; exit 0 ;; | |
13276 | *) echo "\$ac_cs_usage"; exit 1 ;; | |
13277 | esac | |
13278 | done | |
13279 | ||
13280 | ac_given_srcdir=$srcdir | |
13281 | ac_given_INSTALL="$INSTALL" | |
13282 | ||
13283 | trap 'rm -fr `echo " | |
13284 | wx-config | |
13285 | src/make.env | |
13286 | src/makeprog.env | |
13287 | src/makelib.env | |
13288 | Makefile | |
10f2d63a VZ |
13289 | setup.h:setup.h.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 |
13290 | EOF | |
13291 | cat >> $CONFIG_STATUS <<EOF | |
13292 | ||
13293 | # Protect against being on the right side of a sed subst in config.status. | |
13294 | sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g; | |
13295 | s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF | |
13296 | $ac_vpsub | |
13297 | $extrasub | |
13298 | s%@SHELL@%$SHELL%g | |
13299 | s%@CFLAGS@%$CFLAGS%g | |
13300 | s%@CPPFLAGS@%$CPPFLAGS%g | |
13301 | s%@CXXFLAGS@%$CXXFLAGS%g | |
13302 | s%@FFLAGS@%$FFLAGS%g | |
13303 | s%@DEFS@%$DEFS%g | |
13304 | s%@LDFLAGS@%$LDFLAGS%g | |
13305 | s%@LIBS@%$LIBS%g | |
13306 | s%@exec_prefix@%$exec_prefix%g | |
13307 | s%@prefix@%$prefix%g | |
13308 | s%@program_transform_name@%$program_transform_name%g | |
13309 | s%@bindir@%$bindir%g | |
13310 | s%@sbindir@%$sbindir%g | |
13311 | s%@libexecdir@%$libexecdir%g | |
13312 | s%@datadir@%$datadir%g | |
13313 | s%@sysconfdir@%$sysconfdir%g | |
13314 | s%@sharedstatedir@%$sharedstatedir%g | |
13315 | s%@localstatedir@%$localstatedir%g | |
13316 | s%@libdir@%$libdir%g | |
13317 | s%@includedir@%$includedir%g | |
13318 | s%@oldincludedir@%$oldincludedir%g | |
13319 | s%@infodir@%$infodir%g | |
13320 | s%@mandir@%$mandir%g | |
7c66a493 VZ |
13321 | s%@host@%$host%g |
13322 | s%@host_alias@%$host_alias%g | |
13323 | s%@host_cpu@%$host_cpu%g | |
13324 | s%@host_vendor@%$host_vendor%g | |
13325 | s%@host_os@%$host_os%g | |
13326 | s%@target@%$target%g | |
13327 | s%@target_alias@%$target_alias%g | |
13328 | s%@target_cpu@%$target_cpu%g | |
13329 | s%@target_vendor@%$target_vendor%g | |
13330 | s%@target_os@%$target_os%g | |
13331 | s%@build@%$build%g | |
13332 | s%@build_alias@%$build_alias%g | |
13333 | s%@build_cpu@%$build_cpu%g | |
13334 | s%@build_vendor@%$build_vendor%g | |
13335 | s%@build_os@%$build_os%g | |
10f2d63a VZ |
13336 | s%@CC@%$CC%g |
13337 | s%@CPP@%$CPP%g | |
13338 | s%@CXX@%$CXX%g | |
13339 | s%@CXXCPP@%$CXXCPP%g | |
13340 | s%@RANLIB@%$RANLIB%g | |
13341 | s%@AR@%$AR%g | |
13342 | s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g | |
13343 | s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g | |
13344 | s%@INSTALL_DATA@%$INSTALL_DATA%g | |
13345 | s%@STRIP@%$STRIP%g | |
13346 | s%@YACC@%$YACC%g | |
13347 | s%@LEX@%$LEX%g | |
13348 | s%@LEXLIB@%$LEXLIB%g | |
13349 | s%@LN_S@%$LN_S%g | |
13350 | s%@GTK_CONFIG@%$GTK_CONFIG%g | |
13351 | s%@GTK_CFLAGS@%$GTK_CFLAGS%g | |
13352 | s%@GTK_LIBS@%$GTK_LIBS%g | |
ab9b9eab VZ |
13353 | s%@X_CFLAGS@%$X_CFLAGS%g |
13354 | s%@X_PRE_LIBS@%$X_PRE_LIBS%g | |
13355 | s%@X_LIBS@%$X_LIBS%g | |
13356 | s%@X_EXTRA_LIBS@%$X_EXTRA_LIBS%g | |
ec14dd32 VZ |
13357 | s%@LEX_STEM@%$LEX_STEM%g |
13358 | s%@PATH_IFS@%$PATH_IFS%g | |
10f2d63a VZ |
13359 | s%@WX_MAJOR_VERSION_NUMBER@%$WX_MAJOR_VERSION_NUMBER%g |
13360 | s%@WX_MINOR_VERSION_NUMBER@%$WX_MINOR_VERSION_NUMBER%g | |
13361 | s%@WX_RELEASE_NUMBER@%$WX_RELEASE_NUMBER%g | |
13362 | s%@WX_LIBRARY_NAME@%$WX_LIBRARY_NAME%g | |
13363 | s%@WX_LIBRARY_NAME_STATIC@%$WX_LIBRARY_NAME_STATIC%g | |
13364 | s%@WX_LIBRARY_NAME_SHARED@%$WX_LIBRARY_NAME_SHARED%g | |
13365 | s%@WX_LIBRARY@%$WX_LIBRARY%g | |
13366 | s%@WX_TARGET_LIBRARY@%$WX_TARGET_LIBRARY%g | |
13367 | s%@WX_LIBRARY_LINK1@%$WX_LIBRARY_LINK1%g | |
13368 | s%@WX_LIBRARY_LINK2@%$WX_LIBRARY_LINK2%g | |
13369 | s%@WX_LIBRARY_LINK3@%$WX_LIBRARY_LINK3%g | |
13370 | s%@PROGRAM_EXT@%$PROGRAM_EXT%g | |
13371 | s%@WX_ALL@%$WX_ALL%g | |
13372 | s%@WX_ALL_INSTALLED@%$WX_ALL_INSTALLED%g | |
13373 | s%@SHARED_LD@%$SHARED_LD%g | |
13374 | s%@PIC_FLAG@%$PIC_FLAG%g | |
13375 | s%@DEP_INFO_FLAGS@%$DEP_INFO_FLAGS%g | |
caa2c79b | 13376 | s%@CODE_GEN_FLAGS@%$CODE_GEN_FLAGS%g |
1d62a8b4 | 13377 | s%@BURNT_LIBRARY_NAME@%$BURNT_LIBRARY_NAME%g |
10f2d63a | 13378 | s%@WXDEBUG_DEFINE@%$WXDEBUG_DEFINE%g |
dad6c0ea VZ |
13379 | s%@USE_GUI@%$USE_GUI%g |
13380 | s%@AFMINSTALL@%$AFMINSTALL%g | |
10f2d63a VZ |
13381 | s%@TOOLKIT@%$TOOLKIT%g |
13382 | s%@TOOLKIT_DEF@%$TOOLKIT_DEF%g | |
13383 | s%@TOOLKIT_DIR@%$TOOLKIT_DIR%g | |
13384 | s%@TOOLKIT_INCLUDE@%$TOOLKIT_INCLUDE%g | |
13385 | s%@GUIHEADERS@%$GUIHEADERS%g | |
13386 | s%@GUIOBJS@%$GUIOBJS%g | |
13387 | s%@COMMONOBJS@%$COMMONOBJS%g | |
13388 | s%@GENERICOBJS@%$GENERICOBJS%g | |
13389 | s%@GUIDEPS@%$GUIDEPS%g | |
13390 | s%@COMMONDEPS@%$COMMONDEPS%g | |
13391 | s%@GENERICDEPS@%$GENERICDEPS%g | |
13392 | s%@IODBCOBJS@%$IODBCOBJS%g | |
13393 | s%@UNIXOBJS@%$UNIXOBJS%g | |
13394 | s%@UNIXDEPS@%$UNIXDEPS%g | |
13395 | s%@ALL_OBJECTS@%$ALL_OBJECTS%g | |
13396 | s%@ALL_DEPFILES@%$ALL_DEPFILES%g | |
10f2d63a | 13397 | s%@GUIDIST@%$GUIDIST%g |
2224580a VZ |
13398 | s%@PORT_FILES@%$PORT_FILES%g |
13399 | s%@DISTDIR@%$DISTDIR%g | |
13400 | s%@RPM_SPEC@%$RPM_SPEC%g | |
13401 | s%@RPM_FILES@%$RPM_FILES%g | |
10f2d63a VZ |
13402 | s%@SRC_SUBDIRS@%$SRC_SUBDIRS%g |
13403 | s%@INCLUDE_SUBDIRS@%$INCLUDE_SUBDIRS%g | |
13404 | s%@UTILS_SUBDIRS@%$UTILS_SUBDIRS%g | |
13405 | s%@DOCS_SUBDIRS@%$DOCS_SUBDIRS%g | |
13406 | s%@SAMPLES_SUBDIRS@%$SAMPLES_SUBDIRS%g | |
13407 | s%@USER_SUBDIRS@%$USER_SUBDIRS%g | |
13408 | s%@EXTRA_LIBS@%$EXTRA_LIBS%g | |
b12915c1 | 13409 | s%@EXTRADEFS@%$EXTRADEFS%g |
10f2d63a VZ |
13410 | s%@LD_LIBS@%$LD_LIBS%g |
13411 | s%@SET_MAKE@%$SET_MAKE%g | |
13412 | s%@GL_TOOLKIT_DIR@%$GL_TOOLKIT_DIR%g | |
2224580a | 13413 | s%@subdirs@%$subdirs%g |
10f2d63a VZ |
13414 | |
13415 | CEOF | |
13416 | EOF | |
13417 | ||
13418 | cat >> $CONFIG_STATUS <<\EOF | |
13419 | ||
13420 | # Split the substitutions into bite-sized pieces for seds with | |
13421 | # small command number limits, like on Digital OSF/1 and HP-UX. | |
13422 | ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script. | |
13423 | ac_file=1 # Number of current file. | |
13424 | ac_beg=1 # First line for current file. | |
13425 | ac_end=$ac_max_sed_cmds # Line after last line for current file. | |
13426 | ac_more_lines=: | |
13427 | ac_sed_cmds="" | |
13428 | while $ac_more_lines; do | |
13429 | if test $ac_beg -gt 1; then | |
13430 | sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file | |
13431 | else | |
13432 | sed "${ac_end}q" conftest.subs > conftest.s$ac_file | |
13433 | fi | |
13434 | if test ! -s conftest.s$ac_file; then | |
13435 | ac_more_lines=false | |
13436 | rm -f conftest.s$ac_file | |
13437 | else | |
13438 | if test -z "$ac_sed_cmds"; then | |
13439 | ac_sed_cmds="sed -f conftest.s$ac_file" | |
13440 | else | |
13441 | ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file" | |
13442 | fi | |
13443 | ac_file=`expr $ac_file + 1` | |
13444 | ac_beg=$ac_end | |
13445 | ac_end=`expr $ac_end + $ac_max_sed_cmds` | |
13446 | fi | |
13447 | done | |
13448 | if test -z "$ac_sed_cmds"; then | |
13449 | ac_sed_cmds=cat | |
13450 | fi | |
13451 | EOF | |
13452 | ||
13453 | cat >> $CONFIG_STATUS <<EOF | |
13454 | ||
13455 | CONFIG_FILES=\${CONFIG_FILES-"wx-config | |
13456 | src/make.env | |
13457 | src/makeprog.env | |
13458 | src/makelib.env | |
13459 | Makefile | |
10f2d63a VZ |
13460 | "} |
13461 | EOF | |
13462 | cat >> $CONFIG_STATUS <<\EOF | |
13463 | for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then | |
13464 | # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". | |
13465 | case "$ac_file" in | |
13466 | *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'` | |
13467 | ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; | |
13468 | *) ac_file_in="${ac_file}.in" ;; | |
13469 | esac | |
13470 | ||
13471 | # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories. | |
13472 | ||
13473 | # Remove last slash and all that follows it. Not all systems have dirname. | |
13474 | ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'` | |
13475 | if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then | |
13476 | # The file is in a subdirectory. | |
13477 | test ! -d "$ac_dir" && mkdir "$ac_dir" | |
13478 | ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`" | |
13479 | # A "../" for each directory in $ac_dir_suffix. | |
13480 | ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'` | |
13481 | else | |
13482 | ac_dir_suffix= ac_dots= | |
13483 | fi | |
13484 | ||
13485 | case "$ac_given_srcdir" in | |
13486 | .) srcdir=. | |
13487 | if test -z "$ac_dots"; then top_srcdir=. | |
13488 | else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;; | |
13489 | /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;; | |
13490 | *) # Relative path. | |
13491 | srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix" | |
13492 | top_srcdir="$ac_dots$ac_given_srcdir" ;; | |
13493 | esac | |
13494 | ||
13495 | case "$ac_given_INSTALL" in | |
13496 | [/$]*) INSTALL="$ac_given_INSTALL" ;; | |
13497 | *) INSTALL="$ac_dots$ac_given_INSTALL" ;; | |
13498 | esac | |
13499 | ||
13500 | echo creating "$ac_file" | |
13501 | rm -f "$ac_file" | |
13502 | configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure." | |
13503 | case "$ac_file" in | |
13504 | *Makefile*) ac_comsub="1i\\ | |
13505 | # $configure_input" ;; | |
13506 | *) ac_comsub= ;; | |
13507 | esac | |
13508 | ||
13509 | ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` | |
13510 | sed -e "$ac_comsub | |
13511 | s%@configure_input@%$configure_input%g | |
13512 | s%@srcdir@%$srcdir%g | |
13513 | s%@top_srcdir@%$top_srcdir%g | |
13514 | s%@INSTALL@%$INSTALL%g | |
13515 | " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file | |
13516 | fi; done | |
13517 | rm -f conftest.s* | |
13518 | ||
13519 | # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where | |
13520 | # NAME is the cpp macro being defined and VALUE is the value it is being given. | |
13521 | # | |
13522 | # ac_d sets the value in "#define NAME VALUE" lines. | |
13523 | ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)' | |
13524 | ac_dB='\([ ][ ]*\)[^ ]*%\1#\2' | |
13525 | ac_dC='\3' | |
13526 | ac_dD='%g' | |
13527 | # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE". | |
13528 | ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' | |
13529 | ac_uB='\([ ]\)%\1#\2define\3' | |
13530 | ac_uC=' ' | |
13531 | ac_uD='\4%g' | |
13532 | # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE". | |
13533 | ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' | |
13534 | ac_eB='$%\1#\2define\3' | |
13535 | ac_eC=' ' | |
13536 | ac_eD='%g' | |
13537 | ||
13538 | if test "${CONFIG_HEADERS+set}" != set; then | |
13539 | EOF | |
13540 | cat >> $CONFIG_STATUS <<EOF | |
13541 | CONFIG_HEADERS="setup.h:setup.h.in" | |
13542 | EOF | |
13543 | cat >> $CONFIG_STATUS <<\EOF | |
13544 | fi | |
13545 | for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then | |
13546 | # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". | |
13547 | case "$ac_file" in | |
13548 | *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'` | |
13549 | ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; | |
13550 | *) ac_file_in="${ac_file}.in" ;; | |
13551 | esac | |
13552 | ||
13553 | echo creating $ac_file | |
13554 | ||
13555 | rm -f conftest.frag conftest.in conftest.out | |
13556 | ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` | |
13557 | cat $ac_file_inputs > conftest.in | |
13558 | ||
13559 | EOF | |
13560 | ||
13561 | # Transform confdefs.h into a sed script conftest.vals that substitutes | |
13562 | # the proper values into config.h.in to produce config.h. And first: | |
13563 | # Protect against being on the right side of a sed subst in config.status. | |
13564 | # Protect against being in an unquoted here document in config.status. | |
13565 | rm -f conftest.vals | |
13566 | cat > conftest.hdr <<\EOF | |
13567 | s/[\\&%]/\\&/g | |
13568 | s%[\\$`]%\\&%g | |
13569 | s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp | |
13570 | s%ac_d%ac_u%gp | |
13571 | s%ac_u%ac_e%gp | |
13572 | EOF | |
13573 | sed -n -f conftest.hdr confdefs.h > conftest.vals | |
13574 | rm -f conftest.hdr | |
13575 | ||
13576 | # This sed command replaces #undef with comments. This is necessary, for | |
13577 | # example, in the case of _POSIX_SOURCE, which is predefined and required | |
13578 | # on some systems where configure will not decide to define it. | |
13579 | cat >> conftest.vals <<\EOF | |
13580 | s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */% | |
13581 | EOF | |
13582 | ||
13583 | # Break up conftest.vals because some shells have a limit on | |
13584 | # the size of here documents, and old seds have small limits too. | |
13585 | ||
13586 | rm -f conftest.tail | |
13587 | while : | |
13588 | do | |
13589 | ac_lines=`grep -c . conftest.vals` | |
13590 | # grep -c gives empty output for an empty file on some AIX systems. | |
13591 | if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi | |
13592 | # Write a limited-size here document to conftest.frag. | |
13593 | echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS | |
13594 | sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS | |
13595 | echo 'CEOF | |
13596 | sed -f conftest.frag conftest.in > conftest.out | |
13597 | rm -f conftest.in | |
13598 | mv conftest.out conftest.in | |
13599 | ' >> $CONFIG_STATUS | |
13600 | sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail | |
13601 | rm -f conftest.vals | |
13602 | mv conftest.tail conftest.vals | |
13603 | done | |
13604 | rm -f conftest.vals | |
13605 | ||
13606 | cat >> $CONFIG_STATUS <<\EOF | |
13607 | rm -f conftest.frag conftest.h | |
13608 | echo "/* $ac_file. Generated automatically by configure. */" > conftest.h | |
13609 | cat conftest.in >> conftest.h | |
13610 | rm -f conftest.in | |
13611 | if cmp -s $ac_file conftest.h 2>/dev/null; then | |
13612 | echo "$ac_file is unchanged" | |
13613 | rm -f conftest.h | |
13614 | else | |
13615 | # Remove last slash and all that follows it. Not all systems have dirname. | |
13616 | ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'` | |
13617 | if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then | |
13618 | # The file is in a subdirectory. | |
13619 | test ! -d "$ac_dir" && mkdir "$ac_dir" | |
13620 | fi | |
13621 | rm -f $ac_file | |
13622 | mv conftest.h $ac_file | |
13623 | fi | |
13624 | fi; done | |
13625 | ||
13626 | EOF | |
13627 | cat >> $CONFIG_STATUS <<EOF | |
13628 | ||
13629 | TOOLKIT_DIR="${TOOLKIT_DIR}" | |
13630 | ||
13631 | ||
13632 | EOF | |
13633 | cat >> $CONFIG_STATUS <<\EOF | |
13634 | ||
13635 | chmod +x wx-config | |
13636 | if test ! -d include; then | |
13637 | mkdir include | |
13638 | fi | |
13639 | if test ! -d include/wx; then | |
13640 | mkdir include/wx | |
13641 | fi | |
13642 | if test ! -d include/wx/${TOOLKIT_DIR}; then | |
13643 | mkdir include/wx/${TOOLKIT_DIR} | |
13644 | fi | |
afc31813 VZ |
13645 | if test -f setup.h; then |
13646 | mv -f setup.h include/wx/${TOOLKIT_DIR}/setup.h | |
13647 | fi | |
10f2d63a VZ |
13648 | |
13649 | exit 0 | |
13650 | EOF | |
13651 | chmod +x $CONFIG_STATUS | |
13652 | rm -fr confdefs* $ac_clean_files | |
13653 | test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1 | |
13654 | ||
2224580a VZ |
13655 | if test "$no_recursion" != yes; then |
13656 | ||
13657 | # Remove --cache-file and --srcdir arguments so they do not pile up. | |
13658 | ac_sub_configure_args= | |
13659 | ac_prev= | |
13660 | for ac_arg in $ac_configure_args; do | |
13661 | if test -n "$ac_prev"; then | |
13662 | ac_prev= | |
13663 | continue | |
13664 | fi | |
13665 | case "$ac_arg" in | |
13666 | -cache-file | --cache-file | --cache-fil | --cache-fi \ | |
13667 | | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) | |
13668 | ac_prev=cache_file ;; | |
13669 | -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ | |
13670 | | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) | |
13671 | ;; | |
13672 | -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) | |
13673 | ac_prev=srcdir ;; | |
13674 | -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) | |
13675 | ;; | |
13676 | *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;; | |
13677 | esac | |
13678 | done | |
13679 | ||
13680 | for ac_config_dir in demos samples utils; do | |
13681 | ||
13682 | # Do not complain, so a configure script can configure whichever | |
13683 | # parts of a large source tree are present. | |
13684 | if test ! -d $srcdir/$ac_config_dir; then | |
13685 | continue | |
13686 | fi | |
13687 | ||
13688 | echo configuring in $ac_config_dir | |
13689 | ||
13690 | case "$srcdir" in | |
13691 | .) ;; | |
13692 | *) | |
13693 | if test -d ./$ac_config_dir || mkdir ./$ac_config_dir; then :; | |
13694 | else | |
13695 | { echo "configure: error: can not create `pwd`/$ac_config_dir" 1>&2; exit 1; } | |
13696 | fi | |
13697 | ;; | |
13698 | esac | |
13699 | ||
13700 | ac_popdir=`pwd` | |
13701 | cd $ac_config_dir | |
13702 | ||
13703 | # A "../" for each directory in /$ac_config_dir. | |
13704 | ac_dots=`echo $ac_config_dir|sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'` | |
13705 | ||
13706 | case "$srcdir" in | |
13707 | .) # No --srcdir option. We are building in place. | |
13708 | ac_sub_srcdir=$srcdir ;; | |
13709 | /*) # Absolute path. | |
13710 | ac_sub_srcdir=$srcdir/$ac_config_dir ;; | |
13711 | *) # Relative path. | |
13712 | ac_sub_srcdir=$ac_dots$srcdir/$ac_config_dir ;; | |
13713 | esac | |
13714 | ||
13715 | # Check for guested configure; otherwise get Cygnus style configure. | |
13716 | if test -f $ac_sub_srcdir/configure; then | |
13717 | ac_sub_configure=$ac_sub_srcdir/configure | |
13718 | elif test -f $ac_sub_srcdir/configure.in; then | |
13719 | ac_sub_configure=$ac_configure | |
13720 | else | |
13721 | echo "configure: warning: no configuration information is in $ac_config_dir" 1>&2 | |
13722 | ac_sub_configure= | |
13723 | fi | |
13724 | ||
13725 | # The recursion is here. | |
13726 | if test -n "$ac_sub_configure"; then | |
13727 | ||
13728 | # Make the cache file name correct relative to the subdirectory. | |
13729 | case "$cache_file" in | |
13730 | /*) ac_sub_cache_file=$cache_file ;; | |
13731 | *) # Relative path. | |
13732 | ac_sub_cache_file="$ac_dots$cache_file" ;; | |
13733 | esac | |
13734 | case "$ac_given_INSTALL" in | |
13735 | [/$]*) INSTALL="$ac_given_INSTALL" ;; | |
13736 | *) INSTALL="$ac_dots$ac_given_INSTALL" ;; | |
13737 | esac | |
13738 | ||
13739 | echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir" | |
13740 | # The eval makes quoting arguments work. | |
13741 | if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir | |
13742 | then : | |
13743 | else | |
13744 | { echo "configure: error: $ac_sub_configure failed for $ac_config_dir" 1>&2; exit 1; } | |
13745 | fi | |
13746 | fi | |
13747 | ||
13748 | cd $ac_popdir | |
13749 | done | |
13750 | fi | |
13751 | ||
10f2d63a | 13752 |