]> git.saurik.com Git - wxWidgets.git/blame - contrib/configure
removing dependancy on mac headers from public wx headers (eventually adding wx/
[wxWidgets.git] / contrib / configure
CommitLineData
e8482f24
GL
1#! /bin/sh
2
2c4ad283 3# From configure.in Id: configure.in
e8482f24
GL
4# Guess values for system-dependent variables and create Makefiles.
5# Generated automatically using autoconf version 2.13
6# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
7#
8# This configure script is free software; the Free Software Foundation
9# gives unlimited permission to copy, distribute and modify it.
10
11# Defaults:
12ac_help=
13ac_default_prefix=/usr/local
14# Any additions from configure.in:
15
16# Initialize some variables set by options.
17# The variables have the same names as the options, with
18# dashes changed to underlines.
19build=NONE
20cache_file=./config.cache
21exec_prefix=NONE
22host=NONE
23no_create=
24nonopt=NONE
25no_recursion=
26prefix=NONE
27program_prefix=NONE
28program_suffix=NONE
29program_transform_name=s,x,x,
30silent=
31site=
32srcdir=
33target=NONE
34verbose=
35x_includes=NONE
36x_libraries=NONE
37bindir='${exec_prefix}/bin'
38sbindir='${exec_prefix}/sbin'
39libexecdir='${exec_prefix}/libexec'
40datadir='${prefix}/share'
41sysconfdir='${prefix}/etc'
42sharedstatedir='${prefix}/com'
43localstatedir='${prefix}/var'
44libdir='${exec_prefix}/lib'
45includedir='${prefix}/include'
46oldincludedir='/usr/include'
47infodir='${prefix}/info'
48mandir='${prefix}/man'
49
50# Initialize some other variables.
51subdirs=
52MFLAGS= MAKEFLAGS=
53SHELL=${CONFIG_SHELL-/bin/sh}
54# Maximum number of lines to put in a shell here document.
55ac_max_here_lines=12
56
57ac_prev=
58for ac_option
59do
60
61 # If the previous option needs an argument, assign it.
62 if test -n "$ac_prev"; then
63 eval "$ac_prev=\$ac_option"
64 ac_prev=
65 continue
66 fi
67
68 case "$ac_option" in
69 -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
70 *) ac_optarg= ;;
71 esac
72
73 # Accept the important Cygnus configure options, so we can diagnose typos.
74
75 case "$ac_option" in
76
77 -bindir | --bindir | --bindi | --bind | --bin | --bi)
78 ac_prev=bindir ;;
79 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
80 bindir="$ac_optarg" ;;
81
82 -build | --build | --buil | --bui | --bu)
83 ac_prev=build ;;
84 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
85 build="$ac_optarg" ;;
86
87 -cache-file | --cache-file | --cache-fil | --cache-fi \
88 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
89 ac_prev=cache_file ;;
90 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
91 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
92 cache_file="$ac_optarg" ;;
93
94 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
95 ac_prev=datadir ;;
96 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
97 | --da=*)
98 datadir="$ac_optarg" ;;
99
100 -disable-* | --disable-*)
101 ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
102 # Reject names that are not valid shell variable names.
103 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
104 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
105 fi
106 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
107 eval "enable_${ac_feature}=no" ;;
108
109 -enable-* | --enable-*)
110 ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
111 # Reject names that are not valid shell variable names.
112 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
113 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
114 fi
115 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
116 case "$ac_option" in
117 *=*) ;;
118 *) ac_optarg=yes ;;
119 esac
120 eval "enable_${ac_feature}='$ac_optarg'" ;;
121
122 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
123 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
124 | --exec | --exe | --ex)
125 ac_prev=exec_prefix ;;
126 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
127 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
128 | --exec=* | --exe=* | --ex=*)
129 exec_prefix="$ac_optarg" ;;
130
131 -gas | --gas | --ga | --g)
132 # Obsolete; use --with-gas.
133 with_gas=yes ;;
134
135 -help | --help | --hel | --he)
136 # Omit some internal or obsolete options to make the list less imposing.
137 # This message is too long to be a string in the A/UX 3.1 sh.
138 cat << EOF
139Usage: configure [options] [host]
140Options: [defaults in brackets after descriptions]
141Configuration:
142 --cache-file=FILE cache test results in FILE
143 --help print this message
144 --no-create do not create output files
145 --quiet, --silent do not print \`checking...' messages
146 --version print the version of autoconf that created configure
147Directory and file names:
148 --prefix=PREFIX install architecture-independent files in PREFIX
149 [$ac_default_prefix]
150 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
151 [same as prefix]
152 --bindir=DIR user executables in DIR [EPREFIX/bin]
153 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
154 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
155 --datadir=DIR read-only architecture-independent data in DIR
156 [PREFIX/share]
157 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
158 --sharedstatedir=DIR modifiable architecture-independent data in DIR
159 [PREFIX/com]
160 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
161 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
162 --includedir=DIR C header files in DIR [PREFIX/include]
163 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
164 --infodir=DIR info documentation in DIR [PREFIX/info]
165 --mandir=DIR man documentation in DIR [PREFIX/man]
166 --srcdir=DIR find the sources in DIR [configure dir or ..]
167 --program-prefix=PREFIX prepend PREFIX to installed program names
168 --program-suffix=SUFFIX append SUFFIX to installed program names
169 --program-transform-name=PROGRAM
170 run sed PROGRAM on installed program names
171EOF
172 cat << EOF
173Host type:
174 --build=BUILD configure for building on BUILD [BUILD=HOST]
175 --host=HOST configure for HOST [guessed]
176 --target=TARGET configure for TARGET [TARGET=HOST]
177Features and packages:
178 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
179 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
180 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
181 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
182 --x-includes=DIR X include files are in DIR
183 --x-libraries=DIR X library files are in DIR
184EOF
185 if test -n "$ac_help"; then
186 echo "--enable and --with options recognized:$ac_help"
187 fi
188 exit 0 ;;
189
190 -host | --host | --hos | --ho)
191 ac_prev=host ;;
192 -host=* | --host=* | --hos=* | --ho=*)
193 host="$ac_optarg" ;;
194
195 -includedir | --includedir | --includedi | --included | --include \
196 | --includ | --inclu | --incl | --inc)
197 ac_prev=includedir ;;
198 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
199 | --includ=* | --inclu=* | --incl=* | --inc=*)
200 includedir="$ac_optarg" ;;
201
202 -infodir | --infodir | --infodi | --infod | --info | --inf)
203 ac_prev=infodir ;;
204 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
205 infodir="$ac_optarg" ;;
206
207 -libdir | --libdir | --libdi | --libd)
208 ac_prev=libdir ;;
209 -libdir=* | --libdir=* | --libdi=* | --libd=*)
210 libdir="$ac_optarg" ;;
211
212 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
213 | --libexe | --libex | --libe)
214 ac_prev=libexecdir ;;
215 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
216 | --libexe=* | --libex=* | --libe=*)
217 libexecdir="$ac_optarg" ;;
218
219 -localstatedir | --localstatedir | --localstatedi | --localstated \
220 | --localstate | --localstat | --localsta | --localst \
221 | --locals | --local | --loca | --loc | --lo)
222 ac_prev=localstatedir ;;
223 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
224 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
225 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
226 localstatedir="$ac_optarg" ;;
227
228 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
229 ac_prev=mandir ;;
230 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
231 mandir="$ac_optarg" ;;
232
233 -nfp | --nfp | --nf)
234 # Obsolete; use --without-fp.
235 with_fp=no ;;
236
237 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
238 | --no-cr | --no-c)
239 no_create=yes ;;
240
241 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
242 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
243 no_recursion=yes ;;
244
245 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
246 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
247 | --oldin | --oldi | --old | --ol | --o)
248 ac_prev=oldincludedir ;;
249 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
250 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
251 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
252 oldincludedir="$ac_optarg" ;;
253
254 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
255 ac_prev=prefix ;;
256 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
257 prefix="$ac_optarg" ;;
258
259 -program-prefix | --program-prefix | --program-prefi | --program-pref \
260 | --program-pre | --program-pr | --program-p)
261 ac_prev=program_prefix ;;
262 -program-prefix=* | --program-prefix=* | --program-prefi=* \
263 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
264 program_prefix="$ac_optarg" ;;
265
266 -program-suffix | --program-suffix | --program-suffi | --program-suff \
267 | --program-suf | --program-su | --program-s)
268 ac_prev=program_suffix ;;
269 -program-suffix=* | --program-suffix=* | --program-suffi=* \
270 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
271 program_suffix="$ac_optarg" ;;
272
273 -program-transform-name | --program-transform-name \
274 | --program-transform-nam | --program-transform-na \
275 | --program-transform-n | --program-transform- \
276 | --program-transform | --program-transfor \
277 | --program-transfo | --program-transf \
278 | --program-trans | --program-tran \
279 | --progr-tra | --program-tr | --program-t)
280 ac_prev=program_transform_name ;;
281 -program-transform-name=* | --program-transform-name=* \
282 | --program-transform-nam=* | --program-transform-na=* \
283 | --program-transform-n=* | --program-transform-=* \
284 | --program-transform=* | --program-transfor=* \
285 | --program-transfo=* | --program-transf=* \
286 | --program-trans=* | --program-tran=* \
287 | --progr-tra=* | --program-tr=* | --program-t=*)
288 program_transform_name="$ac_optarg" ;;
289
290 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
291 | -silent | --silent | --silen | --sile | --sil)
292 silent=yes ;;
293
294 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
295 ac_prev=sbindir ;;
296 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
297 | --sbi=* | --sb=*)
298 sbindir="$ac_optarg" ;;
299
300 -sharedstatedir | --sharedstatedir | --sharedstatedi \
301 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
302 | --sharedst | --shareds | --shared | --share | --shar \
303 | --sha | --sh)
304 ac_prev=sharedstatedir ;;
305 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
306 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
307 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
308 | --sha=* | --sh=*)
309 sharedstatedir="$ac_optarg" ;;
310
311 -site | --site | --sit)
312 ac_prev=site ;;
313 -site=* | --site=* | --sit=*)
314 site="$ac_optarg" ;;
315
316 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
317 ac_prev=srcdir ;;
318 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
319 srcdir="$ac_optarg" ;;
320
321 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
322 | --syscon | --sysco | --sysc | --sys | --sy)
323 ac_prev=sysconfdir ;;
324 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
325 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
326 sysconfdir="$ac_optarg" ;;
327
328 -target | --target | --targe | --targ | --tar | --ta | --t)
329 ac_prev=target ;;
330 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
331 target="$ac_optarg" ;;
332
333 -v | -verbose | --verbose | --verbos | --verbo | --verb)
334 verbose=yes ;;
335
336 -version | --version | --versio | --versi | --vers)
337 echo "configure generated by autoconf version 2.13"
338 exit 0 ;;
339
340 -with-* | --with-*)
341 ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
342 # Reject names that are not valid shell variable names.
343 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
344 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
345 fi
346 ac_package=`echo $ac_package| sed 's/-/_/g'`
347 case "$ac_option" in
348 *=*) ;;
349 *) ac_optarg=yes ;;
350 esac
351 eval "with_${ac_package}='$ac_optarg'" ;;
352
353 -without-* | --without-*)
354 ac_package=`echo $ac_option|sed -e 's/-*without-//'`
355 # Reject names that are not valid shell variable names.
356 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
357 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
358 fi
359 ac_package=`echo $ac_package| sed 's/-/_/g'`
360 eval "with_${ac_package}=no" ;;
361
362 --x)
363 # Obsolete; use --with-x.
364 with_x=yes ;;
365
366 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
367 | --x-incl | --x-inc | --x-in | --x-i)
368 ac_prev=x_includes ;;
369 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
370 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
371 x_includes="$ac_optarg" ;;
372
373 -x-libraries | --x-libraries | --x-librarie | --x-librari \
374 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
375 ac_prev=x_libraries ;;
376 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
377 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
378 x_libraries="$ac_optarg" ;;
379
380 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
381 ;;
382
383 *)
384 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
385 echo "configure: warning: $ac_option: invalid host type" 1>&2
386 fi
387 if test "x$nonopt" != xNONE; then
388 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
389 fi
390 nonopt="$ac_option"
391 ;;
392
393 esac
394done
395
396if test -n "$ac_prev"; then
397 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
398fi
399
400trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
401
402# File descriptor usage:
403# 0 standard input
404# 1 file creation
405# 2 errors and warnings
406# 3 some systems may open it to /dev/tty
407# 4 used on the Kubota Titan
408# 6 checking for... messages and results
409# 5 compiler messages saved in config.log
410if test "$silent" = yes; then
411 exec 6>/dev/null
412else
413 exec 6>&1
414fi
415exec 5>./config.log
416
417echo "\
418This file contains any messages produced by compilers while
419running configure, to aid debugging if configure makes a mistake.
420" 1>&5
421
422# Strip out --no-create and --no-recursion so they do not pile up.
423# Also quote any args containing shell metacharacters.
424ac_configure_args=
425for ac_arg
426do
427 case "$ac_arg" in
428 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
429 | --no-cr | --no-c) ;;
430 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
431 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
432 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
433 ac_configure_args="$ac_configure_args '$ac_arg'" ;;
434 *) ac_configure_args="$ac_configure_args $ac_arg" ;;
435 esac
436done
437
438# NLS nuisances.
439# Only set these to C if already set. These must not be set unconditionally
440# because not all systems understand e.g. LANG=C (notably SCO).
441# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
442# Non-C LC_CTYPE values break the ctype check.
443if test "${LANG+set}" = set; then LANG=C; export LANG; fi
444if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
445if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
446if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
447
448# confdefs.h avoids OS command line length limits that DEFS can exceed.
449rm -rf conftest* confdefs.h
450# AIX cpp loses on an empty file, so make sure it contains at least a newline.
451echo > confdefs.h
452
453# A filename unique to this package, relative to the directory that
454# configure is in, which we can look for to find out if srcdir is correct.
455ac_unique_file=Makefile.in
456
457# Find the source files, if location was not specified.
458if test -z "$srcdir"; then
459 ac_srcdir_defaulted=yes
460 # Try the directory containing this script, then its parent.
461 ac_prog=$0
462 ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
463 test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
464 srcdir=$ac_confdir
465 if test ! -r $srcdir/$ac_unique_file; then
466 srcdir=..
467 fi
468else
469 ac_srcdir_defaulted=no
470fi
471if test ! -r $srcdir/$ac_unique_file; then
472 if test "$ac_srcdir_defaulted" = yes; then
473 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
474 else
475 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
476 fi
477fi
478srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
479
480# Prefer explicitly selected file to automatically selected ones.
481if test -z "$CONFIG_SITE"; then
482 if test "x$prefix" != xNONE; then
483 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
484 else
485 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
486 fi
487fi
488for ac_site_file in $CONFIG_SITE; do
489 if test -r "$ac_site_file"; then
490 echo "loading site script $ac_site_file"
491 . "$ac_site_file"
492 fi
493done
494
495if test -r "$cache_file"; then
496 echo "loading cache $cache_file"
497 . $cache_file
498else
499 echo "creating cache $cache_file"
500 > $cache_file
501fi
502
503ac_ext=c
504# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
505ac_cpp='$CPP $CPPFLAGS'
506ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
507ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
508cross_compiling=$ac_cv_prog_cc_cross
509
510ac_exeext=
511ac_objext=o
512if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
513 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
514 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
515 ac_n= ac_c='
516' ac_t=' '
517 else
518 ac_n=-n ac_c= ac_t=
519 fi
520else
521 ac_n= ac_c='\c' ac_t=
522fi
523
524
525
526
527
528ESD_LINK=
529echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
530echo "configure:531: checking how to run the C preprocessor" >&5
531# On Suns, sometimes $CPP names a directory.
532if test -n "$CPP" && test -d "$CPP"; then
533 CPP=
534fi
535if test -z "$CPP"; then
536if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
537 echo $ac_n "(cached) $ac_c" 1>&6
538else
539 # This must be in double quotes, not single quotes, because CPP may get
540 # substituted into the Makefile and "${CC-cc}" will confuse make.
541 CPP="${CC-cc} -E"
542 # On the NeXT, cc -E runs the code through the compiler's parser,
543 # not just through cpp.
544 cat > conftest.$ac_ext <<EOF
545#line 546 "configure"
546#include "confdefs.h"
547#include <assert.h>
548Syntax Error
549EOF
550ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
551{ (eval echo configure:552: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
552ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
553if test -z "$ac_err"; then
554 :
555else
556 echo "$ac_err" >&5
557 echo "configure: failed program was:" >&5
558 cat conftest.$ac_ext >&5
559 rm -rf conftest*
560 CPP="${CC-cc} -E -traditional-cpp"
561 cat > conftest.$ac_ext <<EOF
562#line 563 "configure"
563#include "confdefs.h"
564#include <assert.h>
565Syntax Error
566EOF
567ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
568{ (eval echo configure:569: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
569ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
570if test -z "$ac_err"; then
571 :
572else
573 echo "$ac_err" >&5
574 echo "configure: failed program was:" >&5
575 cat conftest.$ac_ext >&5
576 rm -rf conftest*
577 CPP="${CC-cc} -nologo -E"
578 cat > conftest.$ac_ext <<EOF
579#line 580 "configure"
580#include "confdefs.h"
581#include <assert.h>
582Syntax Error
583EOF
584ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
585{ (eval echo configure:586: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
586ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
587if test -z "$ac_err"; then
588 :
589else
590 echo "$ac_err" >&5
591 echo "configure: failed program was:" >&5
592 cat conftest.$ac_ext >&5
593 rm -rf conftest*
594 CPP=/lib/cpp
595fi
596rm -f conftest*
597fi
598rm -f conftest*
599fi
600rm -f conftest*
601 ac_cv_prog_CPP="$CPP"
602fi
603 CPP="$ac_cv_prog_CPP"
604else
605 ac_cv_prog_CPP="$CPP"
606fi
607echo "$ac_t""$CPP" 1>&6
608
609ac_safe=`echo "esd.h" | sed 'y%./+-%__p_%'`
610echo $ac_n "checking for esd.h""... $ac_c" 1>&6
611echo "configure:612: checking for esd.h" >&5
612if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
613 echo $ac_n "(cached) $ac_c" 1>&6
614else
615 cat > conftest.$ac_ext <<EOF
616#line 617 "configure"
617#include "confdefs.h"
618#include <esd.h>
619EOF
620ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
621{ (eval echo configure:622: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
622ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
623if test -z "$ac_err"; then
624 rm -rf conftest*
625 eval "ac_cv_header_$ac_safe=yes"
626else
627 echo "$ac_err" >&5
628 echo "configure: failed program was:" >&5
629 cat conftest.$ac_ext >&5
630 rm -rf conftest*
631 eval "ac_cv_header_$ac_safe=no"
632fi
633rm -f conftest*
634fi
635if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
636 echo "$ac_t""yes" 1>&6
637
638 echo $ac_n "checking for esd_close in -lesd""... $ac_c" 1>&6
639echo "configure:640: checking for esd_close in -lesd" >&5
640ac_lib_var=`echo esd'_'esd_close | sed 'y%./+-%__p_%'`
641if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
642 echo $ac_n "(cached) $ac_c" 1>&6
643else
644 ac_save_LIBS="$LIBS"
645LIBS="-lesd $LIBS"
646cat > conftest.$ac_ext <<EOF
647#line 648 "configure"
648#include "confdefs.h"
649/* Override any gcc2 internal prototype to avoid an error. */
650/* We use char because int might match the return type of a gcc2
651 builtin and then its argument prototype would still apply. */
652char esd_close();
653
654int main() {
655esd_close()
656; return 0; }
657EOF
658if { (eval echo configure:659: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
659 rm -rf conftest*
660 eval "ac_cv_lib_$ac_lib_var=yes"
661else
662 echo "configure: failed program was:" >&5
663 cat conftest.$ac_ext >&5
664 rm -rf conftest*
665 eval "ac_cv_lib_$ac_lib_var=no"
666fi
667rm -f conftest*
668LIBS="$ac_save_LIBS"
669
670fi
671if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
672 echo "$ac_t""yes" 1>&6
673
674 ESD_LINK="-lesd"
675
676else
677 echo "$ac_t""no" 1>&6
678fi
679
680
681else
682 echo "$ac_t""no" 1>&6
683fi
684
685
2c4ad283 686if test "$ESD_LINK" != "" ; then
e8482f24
GL
687 echo "ESound detected"
688fi
689
690
691PATH_IFS=$wx_cv_path_ifs
692WX_TARGET_LIBRARY=$wx_cv_target_library
3711412e
RL
693WX_TARGET_LIBRARY_TYPE=$wx_cv_target_libtype
694
e8482f24
GL
695
696
697
698
699
700
701
702trap '' 1 2 15
703cat > confcache <<\EOF
704# This file is a shell script that caches the results of configure
705# tests run on this system so they can be shared between configure
706# scripts and configure runs. It is not useful on other systems.
707# If it contains results you don't want to keep, you may remove or edit it.
708#
709# By default, configure uses ./config.cache as the cache file,
710# creating it if it does not exist already. You can give configure
711# the --cache-file=FILE option to use a different cache file; that is
712# what configure does when it calls configure scripts in
713# subdirectories, so they share the cache.
714# Giving --cache-file=/dev/null disables caching, for debugging configure.
715# config.status only pays attention to the cache file if you give it the
716# --recheck option to rerun configure.
717#
718EOF
719# The following way of writing the cache mishandles newlines in values,
720# but we know of no workaround that is simple, portable, and efficient.
721# So, don't put newlines in cache variables' values.
722# Ultrix sh set writes to stderr and can't be redirected directly,
723# and sets the high bit in the cache file unless we assign to the vars.
724(set) 2>&1 |
725 case `(ac_space=' '; set | grep ac_space) 2>&1` in
726 *ac_space=\ *)
727 # `set' does not quote correctly, so add quotes (double-quote substitution
728 # turns \\\\ into \\, and sed turns \\ into \).
729 sed -n \
730 -e "s/'/'\\\\''/g" \
731 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
732 ;;
733 *)
734 # `set' quotes correctly as required by POSIX, so do not add quotes.
735 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
736 ;;
737 esac >> confcache
738if cmp -s $cache_file confcache; then
739 :
740else
741 if test -w $cache_file; then
742 echo "updating cache $cache_file"
743 cat confcache > $cache_file
744 else
745 echo "not updating unwritable cache $cache_file"
746 fi
747fi
748rm -f confcache
749
750trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
751
752test "x$prefix" = xNONE && prefix=$ac_default_prefix
753# Let make expand exec_prefix.
754test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
755
756# Any assignment to VPATH causes Sun make to only execute
757# the first set of double-colon rules, so remove it if not needed.
758# If there is a colon in the path, we need to keep it.
759if test "x$srcdir" = x.; then
760 ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
761fi
762
763trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
764
765# Transform confdefs.h into DEFS.
766# Protect against shell expansion while executing Makefile rules.
767# Protect against Makefile macro expansion.
768cat > conftest.defs <<\EOF
769s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g
770s%[ `~#$^&*(){}\\|;'"<>?]%\\&%g
771s%\[%\\&%g
772s%\]%\\&%g
773s%\$%$$%g
774EOF
775DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '`
776rm -f conftest.defs
777
778
779# Without the "./", some shells look in PATH for config.status.
780: ${CONFIG_STATUS=./config.status}
781
782echo creating $CONFIG_STATUS
783rm -f $CONFIG_STATUS
784cat > $CONFIG_STATUS <<EOF
785#! /bin/sh
786# Generated automatically by configure.
787# Run this file to recreate the current configuration.
788# This directory was configured as follows,
789# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
790#
791# $0 $ac_configure_args
792#
793# Compiler output produced by configure, useful for debugging
794# configure, is in ./config.log if it exists.
795
796ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
797for ac_option
798do
799 case "\$ac_option" in
800 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
801 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
802 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
803 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
804 echo "$CONFIG_STATUS generated by autoconf version 2.13"
805 exit 0 ;;
806 -help | --help | --hel | --he | --h)
807 echo "\$ac_cs_usage"; exit 0 ;;
808 *) echo "\$ac_cs_usage"; exit 1 ;;
809 esac
810done
811
812ac_given_srcdir=$srcdir
813
814trap 'rm -fr `echo "
e8482f24
GL
815 src/Makefile
816 src/ogl/Makefile
817 src/mmedia/Makefile
e9b66393 818 src/stc/Makefile
999d9a9f 819 src/xrc/Makefile
6a2c1874
RR
820 src/canvas/Makefile
821 src/gizmos/Makefile
8556b795 822 src/plot/Makefile
db157a6c 823 src/applet/Makefile
8e08b761 824 src/fl/Makefile
eacb91fc 825 src/net/Makefile
e8482f24
GL
826 samples/Makefile
827 samples/mmedia/Makefile
f6bcfd97
BP
828 samples/ogl/Makefile
829 samples/ogl/ogledit/Makefile
830 samples/ogl/studio/Makefile
e9b66393 831 samples/stc/Makefile
6a2c1874
RR
832 samples/canvas/Makefile
833 samples/canvas/test/Makefile
f9032263 834 samples/canvas/simple/Makefile
6a2c1874
RR
835 samples/gizmos/Makefile
836 samples/gizmos/multicell/Makefile
837 samples/gizmos/splittree/Makefile
999d9a9f 838 samples/gizmos/editlbox/Makefile
eacb91fc
VZ
839 samples/gizmos/dynsash/Makefile
840 samples/gizmos/dynsash_switch/Makefile
999d9a9f 841 samples/xrc/Makefile
8556b795 842 samples/plot/Makefile
db157a6c 843 samples/applet/Makefile
2d2c394b
VS
844 samples/fl/Makefile
845 samples/fl/fl_demo1/Makefile
846 samples/fl/fl_demo2/Makefile
847 samples/fl/fl_sample1/Makefile
848 samples/fl/fl_sample2/Makefile
849 samples/fl/fl_sample3/Makefile
56d2f750
VS
850 utils/Makefile
851 utils/wxrc/Makefile
852 utils/wxrcedit/Makefile
f9032263 853 utils/convertrc/Makefile
e8482f24
GL
854 " | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
855EOF
856cat >> $CONFIG_STATUS <<EOF
857
858# Protect against being on the right side of a sed subst in config.status.
859sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
860 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
861$ac_vpsub
862$extrasub
863s%@SHELL@%$SHELL%g
864s%@CFLAGS@%$CFLAGS%g
865s%@CPPFLAGS@%$CPPFLAGS%g
866s%@CXXFLAGS@%$CXXFLAGS%g
867s%@FFLAGS@%$FFLAGS%g
868s%@DEFS@%$DEFS%g
869s%@LDFLAGS@%$LDFLAGS%g
870s%@LIBS@%$LIBS%g
871s%@exec_prefix@%$exec_prefix%g
872s%@prefix@%$prefix%g
873s%@program_transform_name@%$program_transform_name%g
874s%@bindir@%$bindir%g
875s%@sbindir@%$sbindir%g
876s%@libexecdir@%$libexecdir%g
877s%@datadir@%$datadir%g
878s%@sysconfdir@%$sysconfdir%g
879s%@sharedstatedir@%$sharedstatedir%g
880s%@localstatedir@%$localstatedir%g
881s%@libdir@%$libdir%g
882s%@includedir@%$includedir%g
883s%@oldincludedir@%$oldincludedir%g
884s%@infodir@%$infodir%g
885s%@mandir@%$mandir%g
886s%@CPP@%$CPP%g
887s%@PATH_IFS@%$PATH_IFS%g
888s%@ESD_LINK@%$ESD_LINK%g
889s%@WX_TARGET_LIBRARY@%$WX_TARGET_LIBRARY%g
3711412e 890s%@WX_TARGET_LIBRARY_TYPE@%$WX_TARGET_LIBRARY_TYPE%g
e8482f24
GL
891
892CEOF
893EOF
894
895cat >> $CONFIG_STATUS <<\EOF
896
897# Split the substitutions into bite-sized pieces for seds with
898# small command number limits, like on Digital OSF/1 and HP-UX.
899ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
900ac_file=1 # Number of current file.
901ac_beg=1 # First line for current file.
902ac_end=$ac_max_sed_cmds # Line after last line for current file.
903ac_more_lines=:
904ac_sed_cmds=""
905while $ac_more_lines; do
906 if test $ac_beg -gt 1; then
907 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
908 else
909 sed "${ac_end}q" conftest.subs > conftest.s$ac_file
910 fi
911 if test ! -s conftest.s$ac_file; then
912 ac_more_lines=false
913 rm -f conftest.s$ac_file
914 else
915 if test -z "$ac_sed_cmds"; then
916 ac_sed_cmds="sed -f conftest.s$ac_file"
917 else
918 ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
919 fi
920 ac_file=`expr $ac_file + 1`
921 ac_beg=$ac_end
922 ac_end=`expr $ac_end + $ac_max_sed_cmds`
923 fi
924done
925if test -z "$ac_sed_cmds"; then
926 ac_sed_cmds=cat
927fi
928EOF
929
930cat >> $CONFIG_STATUS <<EOF
931
2d2c394b 932CONFIG_FILES=\${CONFIG_FILES-"src/Makefile
e8482f24
GL
933 src/ogl/Makefile
934 src/mmedia/Makefile
e9b66393 935 src/stc/Makefile
999d9a9f 936 src/xrc/Makefile
6a2c1874
RR
937 src/canvas/Makefile
938 src/gizmos/Makefile
8556b795 939 src/plot/Makefile
db157a6c 940 src/applet/Makefile
8e08b761 941 src/fl/Makefile
eacb91fc 942 src/net/Makefile
e8482f24
GL
943 samples/Makefile
944 samples/mmedia/Makefile
f6bcfd97
BP
945 samples/ogl/Makefile
946 samples/ogl/ogledit/Makefile
947 samples/ogl/studio/Makefile
e9b66393 948 samples/stc/Makefile
6a2c1874
RR
949 samples/canvas/Makefile
950 samples/canvas/test/Makefile
f9032263 951 samples/canvas/simple/Makefile
6a2c1874
RR
952 samples/gizmos/Makefile
953 samples/gizmos/multicell/Makefile
954 samples/gizmos/splittree/Makefile
999d9a9f 955 samples/gizmos/editlbox/Makefile
eacb91fc
VZ
956 samples/gizmos/dynsash/Makefile
957 samples/gizmos/dynsash_switch/Makefile
999d9a9f 958 samples/xrc/Makefile
8556b795 959 samples/plot/Makefile
db157a6c 960 samples/applet/Makefile
2d2c394b
VS
961 samples/fl/Makefile
962 samples/fl/fl_demo1/Makefile
963 samples/fl/fl_demo2/Makefile
964 samples/fl/fl_sample1/Makefile
965 samples/fl/fl_sample2/Makefile
966 samples/fl/fl_sample3/Makefile
56d2f750
VS
967 utils/Makefile
968 utils/wxrc/Makefile
969 utils/wxrcedit/Makefile
f9032263 970 utils/convertrc/Makefile
e8482f24
GL
971 "}
972EOF
973cat >> $CONFIG_STATUS <<\EOF
974for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
975 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
976 case "$ac_file" in
977 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
978 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
979 *) ac_file_in="${ac_file}.in" ;;
980 esac
981
982 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
983
984 # Remove last slash and all that follows it. Not all systems have dirname.
985 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
986 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
987 # The file is in a subdirectory.
988 test ! -d "$ac_dir" && mkdir "$ac_dir"
989 ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
990 # A "../" for each directory in $ac_dir_suffix.
991 ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
992 else
993 ac_dir_suffix= ac_dots=
994 fi
995
996 case "$ac_given_srcdir" in
997 .) srcdir=.
998 if test -z "$ac_dots"; then top_srcdir=.
999 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
1000 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
1001 *) # Relative path.
1002 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
1003 top_srcdir="$ac_dots$ac_given_srcdir" ;;
1004 esac
1005
1006
1007 echo creating "$ac_file"
1008 rm -f "$ac_file"
1009 configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
1010 case "$ac_file" in
1011 *Makefile*) ac_comsub="1i\\
1012# $configure_input" ;;
1013 *) ac_comsub= ;;
1014 esac
1015
1016 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
1017 sed -e "$ac_comsub
1018s%@configure_input@%$configure_input%g
1019s%@srcdir@%$srcdir%g
1020s%@top_srcdir@%$top_srcdir%g
1021" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
1022fi; done
1023rm -f conftest.s*
1024
1025EOF
1026cat >> $CONFIG_STATUS <<EOF
1027
1028EOF
1029cat >> $CONFIG_STATUS <<\EOF
1030
1031exit 0
1032EOF
1033chmod +x $CONFIG_STATUS
1034rm -fr confdefs* $ac_clean_files
1035test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
1036