Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1 | #! /bin/sh |
| 2 | |
| 3 | # From configure.in configure.in 1.00 |
| 4 | # Guess values for system-dependent variables and create Makefiles. |
Eric Pouech | 18ad24a | 2000-01-16 22:16:33 +0000 | [diff] [blame] | 5 | # Generated automatically using autoconf version 2.13 |
Alexandre Julliard | 59730ae | 1996-03-24 16:20:51 +0000 | [diff] [blame] | 6 | # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc. |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 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: |
| 12 | ac_help= |
| 13 | ac_default_prefix=/usr/local |
| 14 | # Any additions from configure.in: |
| 15 | ac_help="$ac_help |
Alexandre Julliard | f90efa9 | 1998-06-14 15:24:15 +0000 | [diff] [blame] | 16 | --disable-debug compile out all debugging messages" |
| 17 | ac_help="$ac_help |
Andreas Mohr | 18a9d74 | 2001-01-17 21:52:42 +0000 | [diff] [blame] | 18 | --enable-opengl force usage of OpenGL even if the latter is thread-safe via pthread" |
Lionel Ulmer | fbc15b1 | 2000-04-29 14:23:22 +0000 | [diff] [blame] | 19 | ac_help="$ac_help |
Alexandre Julliard | f90efa9 | 1998-06-14 15:24:15 +0000 | [diff] [blame] | 20 | --disable-trace compile out TRACE messages" |
| 21 | ac_help="$ac_help |
Patrik Stridvall | 5e5ad53 | 2000-04-23 20:02:46 +0000 | [diff] [blame] | 22 | --without-curses do not use curses" |
| 23 | ac_help="$ac_help |
Patrik Stridvall | f638aef | 1998-12-07 09:36:13 +0000 | [diff] [blame] | 24 | --without-reentrant-x compile for use with non-reentrant X libraries" |
Alexandre Julliard | a11d7b1 | 1998-03-01 20:05:02 +0000 | [diff] [blame] | 25 | ac_help="$ac_help |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 26 | --with-x use the X Window System" |
| 27 | |
| 28 | # Initialize some variables set by options. |
| 29 | # The variables have the same names as the options, with |
| 30 | # dashes changed to underlines. |
| 31 | build=NONE |
| 32 | cache_file=./config.cache |
| 33 | exec_prefix=NONE |
| 34 | host=NONE |
| 35 | no_create= |
| 36 | nonopt=NONE |
| 37 | no_recursion= |
| 38 | prefix=NONE |
| 39 | program_prefix=NONE |
| 40 | program_suffix=NONE |
| 41 | program_transform_name=s,x,x, |
| 42 | silent= |
| 43 | site= |
| 44 | srcdir= |
| 45 | target=NONE |
| 46 | verbose= |
| 47 | x_includes=NONE |
| 48 | x_libraries=NONE |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 49 | bindir='${exec_prefix}/bin' |
| 50 | sbindir='${exec_prefix}/sbin' |
| 51 | libexecdir='${exec_prefix}/libexec' |
| 52 | datadir='${prefix}/share' |
| 53 | sysconfdir='${prefix}/etc' |
| 54 | sharedstatedir='${prefix}/com' |
| 55 | localstatedir='${prefix}/var' |
| 56 | libdir='${exec_prefix}/lib' |
| 57 | includedir='${prefix}/include' |
| 58 | oldincludedir='/usr/include' |
| 59 | infodir='${prefix}/info' |
| 60 | mandir='${prefix}/man' |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 61 | |
| 62 | # Initialize some other variables. |
| 63 | subdirs= |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 64 | MFLAGS= MAKEFLAGS= |
Eric Pouech | 18ad24a | 2000-01-16 22:16:33 +0000 | [diff] [blame] | 65 | SHELL=${CONFIG_SHELL-/bin/sh} |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 66 | # Maximum number of lines to put in a shell here document. |
| 67 | ac_max_here_lines=12 |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 68 | |
| 69 | ac_prev= |
| 70 | for ac_option |
| 71 | do |
| 72 | |
| 73 | # If the previous option needs an argument, assign it. |
| 74 | if test -n "$ac_prev"; then |
| 75 | eval "$ac_prev=\$ac_option" |
| 76 | ac_prev= |
| 77 | continue |
| 78 | fi |
| 79 | |
| 80 | case "$ac_option" in |
| 81 | -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;; |
| 82 | *) ac_optarg= ;; |
| 83 | esac |
| 84 | |
| 85 | # Accept the important Cygnus configure options, so we can diagnose typos. |
| 86 | |
| 87 | case "$ac_option" in |
| 88 | |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 89 | -bindir | --bindir | --bindi | --bind | --bin | --bi) |
| 90 | ac_prev=bindir ;; |
| 91 | -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) |
| 92 | bindir="$ac_optarg" ;; |
| 93 | |
| 94 | -build | --build | --buil | --bui | --bu) |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 95 | ac_prev=build ;; |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 96 | -build=* | --build=* | --buil=* | --bui=* | --bu=*) |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 97 | build="$ac_optarg" ;; |
| 98 | |
| 99 | -cache-file | --cache-file | --cache-fil | --cache-fi \ |
| 100 | | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) |
| 101 | ac_prev=cache_file ;; |
| 102 | -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ |
| 103 | | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) |
| 104 | cache_file="$ac_optarg" ;; |
| 105 | |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 106 | -datadir | --datadir | --datadi | --datad | --data | --dat | --da) |
| 107 | ac_prev=datadir ;; |
| 108 | -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \ |
| 109 | | --da=*) |
| 110 | datadir="$ac_optarg" ;; |
| 111 | |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 112 | -disable-* | --disable-*) |
| 113 | ac_feature=`echo $ac_option|sed -e 's/-*disable-//'` |
| 114 | # Reject names that are not valid shell variable names. |
| 115 | if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then |
| 116 | { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; } |
| 117 | fi |
| 118 | ac_feature=`echo $ac_feature| sed 's/-/_/g'` |
| 119 | eval "enable_${ac_feature}=no" ;; |
| 120 | |
| 121 | -enable-* | --enable-*) |
| 122 | ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'` |
| 123 | # Reject names that are not valid shell variable names. |
| 124 | if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then |
| 125 | { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; } |
| 126 | fi |
| 127 | ac_feature=`echo $ac_feature| sed 's/-/_/g'` |
| 128 | case "$ac_option" in |
| 129 | *=*) ;; |
| 130 | *) ac_optarg=yes ;; |
| 131 | esac |
| 132 | eval "enable_${ac_feature}='$ac_optarg'" ;; |
| 133 | |
| 134 | -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ |
| 135 | | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ |
| 136 | | --exec | --exe | --ex) |
| 137 | ac_prev=exec_prefix ;; |
| 138 | -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ |
| 139 | | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ |
| 140 | | --exec=* | --exe=* | --ex=*) |
| 141 | exec_prefix="$ac_optarg" ;; |
| 142 | |
| 143 | -gas | --gas | --ga | --g) |
| 144 | # Obsolete; use --with-gas. |
| 145 | with_gas=yes ;; |
| 146 | |
| 147 | -help | --help | --hel | --he) |
| 148 | # Omit some internal or obsolete options to make the list less imposing. |
| 149 | # This message is too long to be a string in the A/UX 3.1 sh. |
| 150 | cat << EOF |
| 151 | Usage: configure [options] [host] |
| 152 | Options: [defaults in brackets after descriptions] |
| 153 | Configuration: |
| 154 | --cache-file=FILE cache test results in FILE |
| 155 | --help print this message |
| 156 | --no-create do not create output files |
| 157 | --quiet, --silent do not print \`checking...' messages |
| 158 | --version print the version of autoconf that created configure |
| 159 | Directory and file names: |
| 160 | --prefix=PREFIX install architecture-independent files in PREFIX |
| 161 | [$ac_default_prefix] |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 162 | --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 163 | [same as prefix] |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 164 | --bindir=DIR user executables in DIR [EPREFIX/bin] |
| 165 | --sbindir=DIR system admin executables in DIR [EPREFIX/sbin] |
| 166 | --libexecdir=DIR program executables in DIR [EPREFIX/libexec] |
| 167 | --datadir=DIR read-only architecture-independent data in DIR |
| 168 | [PREFIX/share] |
| 169 | --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc] |
| 170 | --sharedstatedir=DIR modifiable architecture-independent data in DIR |
| 171 | [PREFIX/com] |
| 172 | --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var] |
| 173 | --libdir=DIR object code libraries in DIR [EPREFIX/lib] |
| 174 | --includedir=DIR C header files in DIR [PREFIX/include] |
| 175 | --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include] |
| 176 | --infodir=DIR info documentation in DIR [PREFIX/info] |
| 177 | --mandir=DIR man documentation in DIR [PREFIX/man] |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 178 | --srcdir=DIR find the sources in DIR [configure dir or ..] |
| 179 | --program-prefix=PREFIX prepend PREFIX to installed program names |
| 180 | --program-suffix=SUFFIX append SUFFIX to installed program names |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 181 | --program-transform-name=PROGRAM |
| 182 | run sed PROGRAM on installed program names |
| 183 | EOF |
| 184 | cat << EOF |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 185 | Host type: |
| 186 | --build=BUILD configure for building on BUILD [BUILD=HOST] |
| 187 | --host=HOST configure for HOST [guessed] |
| 188 | --target=TARGET configure for TARGET [TARGET=HOST] |
| 189 | Features and packages: |
| 190 | --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) |
| 191 | --enable-FEATURE[=ARG] include FEATURE [ARG=yes] |
| 192 | --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] |
| 193 | --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) |
| 194 | --x-includes=DIR X include files are in DIR |
| 195 | --x-libraries=DIR X library files are in DIR |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 196 | EOF |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 197 | if test -n "$ac_help"; then |
| 198 | echo "--enable and --with options recognized:$ac_help" |
| 199 | fi |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 200 | exit 0 ;; |
| 201 | |
| 202 | -host | --host | --hos | --ho) |
| 203 | ac_prev=host ;; |
| 204 | -host=* | --host=* | --hos=* | --ho=*) |
| 205 | host="$ac_optarg" ;; |
| 206 | |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 207 | -includedir | --includedir | --includedi | --included | --include \ |
| 208 | | --includ | --inclu | --incl | --inc) |
| 209 | ac_prev=includedir ;; |
| 210 | -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ |
| 211 | | --includ=* | --inclu=* | --incl=* | --inc=*) |
| 212 | includedir="$ac_optarg" ;; |
| 213 | |
| 214 | -infodir | --infodir | --infodi | --infod | --info | --inf) |
| 215 | ac_prev=infodir ;; |
| 216 | -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) |
| 217 | infodir="$ac_optarg" ;; |
| 218 | |
| 219 | -libdir | --libdir | --libdi | --libd) |
| 220 | ac_prev=libdir ;; |
| 221 | -libdir=* | --libdir=* | --libdi=* | --libd=*) |
| 222 | libdir="$ac_optarg" ;; |
| 223 | |
| 224 | -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ |
| 225 | | --libexe | --libex | --libe) |
| 226 | ac_prev=libexecdir ;; |
| 227 | -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ |
| 228 | | --libexe=* | --libex=* | --libe=*) |
| 229 | libexecdir="$ac_optarg" ;; |
| 230 | |
| 231 | -localstatedir | --localstatedir | --localstatedi | --localstated \ |
| 232 | | --localstate | --localstat | --localsta | --localst \ |
| 233 | | --locals | --local | --loca | --loc | --lo) |
| 234 | ac_prev=localstatedir ;; |
| 235 | -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ |
| 236 | | --localstate=* | --localstat=* | --localsta=* | --localst=* \ |
| 237 | | --locals=* | --local=* | --loca=* | --loc=* | --lo=*) |
| 238 | localstatedir="$ac_optarg" ;; |
| 239 | |
| 240 | -mandir | --mandir | --mandi | --mand | --man | --ma | --m) |
| 241 | ac_prev=mandir ;; |
| 242 | -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) |
| 243 | mandir="$ac_optarg" ;; |
| 244 | |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 245 | -nfp | --nfp | --nf) |
| 246 | # Obsolete; use --without-fp. |
| 247 | with_fp=no ;; |
| 248 | |
| 249 | -no-create | --no-create | --no-creat | --no-crea | --no-cre \ |
| 250 | | --no-cr | --no-c) |
| 251 | no_create=yes ;; |
| 252 | |
| 253 | -no-recursion | --no-recursion | --no-recursio | --no-recursi \ |
| 254 | | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) |
| 255 | no_recursion=yes ;; |
| 256 | |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 257 | -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ |
| 258 | | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ |
| 259 | | --oldin | --oldi | --old | --ol | --o) |
| 260 | ac_prev=oldincludedir ;; |
| 261 | -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ |
| 262 | | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ |
| 263 | | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) |
| 264 | oldincludedir="$ac_optarg" ;; |
| 265 | |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 266 | -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) |
| 267 | ac_prev=prefix ;; |
| 268 | -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) |
| 269 | prefix="$ac_optarg" ;; |
| 270 | |
| 271 | -program-prefix | --program-prefix | --program-prefi | --program-pref \ |
| 272 | | --program-pre | --program-pr | --program-p) |
| 273 | ac_prev=program_prefix ;; |
| 274 | -program-prefix=* | --program-prefix=* | --program-prefi=* \ |
| 275 | | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) |
| 276 | program_prefix="$ac_optarg" ;; |
| 277 | |
| 278 | -program-suffix | --program-suffix | --program-suffi | --program-suff \ |
| 279 | | --program-suf | --program-su | --program-s) |
| 280 | ac_prev=program_suffix ;; |
| 281 | -program-suffix=* | --program-suffix=* | --program-suffi=* \ |
| 282 | | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) |
| 283 | program_suffix="$ac_optarg" ;; |
| 284 | |
| 285 | -program-transform-name | --program-transform-name \ |
| 286 | | --program-transform-nam | --program-transform-na \ |
| 287 | | --program-transform-n | --program-transform- \ |
| 288 | | --program-transform | --program-transfor \ |
| 289 | | --program-transfo | --program-transf \ |
| 290 | | --program-trans | --program-tran \ |
| 291 | | --progr-tra | --program-tr | --program-t) |
| 292 | ac_prev=program_transform_name ;; |
| 293 | -program-transform-name=* | --program-transform-name=* \ |
| 294 | | --program-transform-nam=* | --program-transform-na=* \ |
| 295 | | --program-transform-n=* | --program-transform-=* \ |
| 296 | | --program-transform=* | --program-transfor=* \ |
| 297 | | --program-transfo=* | --program-transf=* \ |
| 298 | | --program-trans=* | --program-tran=* \ |
| 299 | | --progr-tra=* | --program-tr=* | --program-t=*) |
| 300 | program_transform_name="$ac_optarg" ;; |
| 301 | |
| 302 | -q | -quiet | --quiet | --quie | --qui | --qu | --q \ |
| 303 | | -silent | --silent | --silen | --sile | --sil) |
| 304 | silent=yes ;; |
| 305 | |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 306 | -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) |
| 307 | ac_prev=sbindir ;; |
| 308 | -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ |
| 309 | | --sbi=* | --sb=*) |
| 310 | sbindir="$ac_optarg" ;; |
| 311 | |
| 312 | -sharedstatedir | --sharedstatedir | --sharedstatedi \ |
| 313 | | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ |
| 314 | | --sharedst | --shareds | --shared | --share | --shar \ |
| 315 | | --sha | --sh) |
| 316 | ac_prev=sharedstatedir ;; |
| 317 | -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ |
| 318 | | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ |
| 319 | | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ |
| 320 | | --sha=* | --sh=*) |
| 321 | sharedstatedir="$ac_optarg" ;; |
| 322 | |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 323 | -site | --site | --sit) |
| 324 | ac_prev=site ;; |
| 325 | -site=* | --site=* | --sit=*) |
| 326 | site="$ac_optarg" ;; |
| 327 | |
| 328 | -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) |
| 329 | ac_prev=srcdir ;; |
| 330 | -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) |
| 331 | srcdir="$ac_optarg" ;; |
| 332 | |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 333 | -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ |
| 334 | | --syscon | --sysco | --sysc | --sys | --sy) |
| 335 | ac_prev=sysconfdir ;; |
| 336 | -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ |
| 337 | | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) |
| 338 | sysconfdir="$ac_optarg" ;; |
| 339 | |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 340 | -target | --target | --targe | --targ | --tar | --ta | --t) |
| 341 | ac_prev=target ;; |
| 342 | -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) |
| 343 | target="$ac_optarg" ;; |
| 344 | |
| 345 | -v | -verbose | --verbose | --verbos | --verbo | --verb) |
| 346 | verbose=yes ;; |
| 347 | |
| 348 | -version | --version | --versio | --versi | --vers) |
Eric Pouech | 18ad24a | 2000-01-16 22:16:33 +0000 | [diff] [blame] | 349 | echo "configure generated by autoconf version 2.13" |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 350 | exit 0 ;; |
| 351 | |
| 352 | -with-* | --with-*) |
| 353 | ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'` |
| 354 | # Reject names that are not valid shell variable names. |
| 355 | if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then |
| 356 | { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; } |
| 357 | fi |
| 358 | ac_package=`echo $ac_package| sed 's/-/_/g'` |
| 359 | case "$ac_option" in |
| 360 | *=*) ;; |
| 361 | *) ac_optarg=yes ;; |
| 362 | esac |
| 363 | eval "with_${ac_package}='$ac_optarg'" ;; |
| 364 | |
| 365 | -without-* | --without-*) |
| 366 | ac_package=`echo $ac_option|sed -e 's/-*without-//'` |
| 367 | # Reject names that are not valid shell variable names. |
| 368 | if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then |
| 369 | { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; } |
| 370 | fi |
| 371 | ac_package=`echo $ac_package| sed 's/-/_/g'` |
| 372 | eval "with_${ac_package}=no" ;; |
| 373 | |
| 374 | --x) |
| 375 | # Obsolete; use --with-x. |
| 376 | with_x=yes ;; |
| 377 | |
| 378 | -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ |
| 379 | | --x-incl | --x-inc | --x-in | --x-i) |
| 380 | ac_prev=x_includes ;; |
| 381 | -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ |
| 382 | | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) |
| 383 | x_includes="$ac_optarg" ;; |
| 384 | |
| 385 | -x-libraries | --x-libraries | --x-librarie | --x-librari \ |
| 386 | | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) |
| 387 | ac_prev=x_libraries ;; |
| 388 | -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ |
| 389 | | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) |
| 390 | x_libraries="$ac_optarg" ;; |
| 391 | |
| 392 | -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; } |
| 393 | ;; |
| 394 | |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 395 | *) |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 396 | if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then |
| 397 | echo "configure: warning: $ac_option: invalid host type" 1>&2 |
| 398 | fi |
| 399 | if test "x$nonopt" != xNONE; then |
| 400 | { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } |
| 401 | fi |
| 402 | nonopt="$ac_option" |
| 403 | ;; |
| 404 | |
| 405 | esac |
| 406 | done |
| 407 | |
| 408 | if test -n "$ac_prev"; then |
| 409 | { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; } |
| 410 | fi |
| 411 | |
| 412 | trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15 |
| 413 | |
| 414 | # File descriptor usage: |
| 415 | # 0 standard input |
| 416 | # 1 file creation |
| 417 | # 2 errors and warnings |
| 418 | # 3 some systems may open it to /dev/tty |
| 419 | # 4 used on the Kubota Titan |
| 420 | # 6 checking for... messages and results |
| 421 | # 5 compiler messages saved in config.log |
| 422 | if test "$silent" = yes; then |
| 423 | exec 6>/dev/null |
| 424 | else |
| 425 | exec 6>&1 |
| 426 | fi |
| 427 | exec 5>./config.log |
| 428 | |
| 429 | echo "\ |
| 430 | This file contains any messages produced by compilers while |
| 431 | running configure, to aid debugging if configure makes a mistake. |
| 432 | " 1>&5 |
| 433 | |
| 434 | # Strip out --no-create and --no-recursion so they do not pile up. |
| 435 | # Also quote any args containing shell metacharacters. |
| 436 | ac_configure_args= |
| 437 | for ac_arg |
| 438 | do |
| 439 | case "$ac_arg" in |
| 440 | -no-create | --no-create | --no-creat | --no-crea | --no-cre \ |
| 441 | | --no-cr | --no-c) ;; |
| 442 | -no-recursion | --no-recursion | --no-recursio | --no-recursi \ |
| 443 | | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;; |
| 444 | *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*) |
| 445 | ac_configure_args="$ac_configure_args '$ac_arg'" ;; |
| 446 | *) ac_configure_args="$ac_configure_args $ac_arg" ;; |
| 447 | esac |
| 448 | done |
| 449 | |
| 450 | # NLS nuisances. |
Alexandre Julliard | 7e6ae4b | 1996-12-08 19:25:27 +0000 | [diff] [blame] | 451 | # Only set these to C if already set. These must not be set unconditionally |
| 452 | # because not all systems understand e.g. LANG=C (notably SCO). |
| 453 | # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'! |
| 454 | # Non-C LC_CTYPE values break the ctype check. |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 455 | if test "${LANG+set}" = set; then LANG=C; export LANG; fi |
Alexandre Julliard | 7e6ae4b | 1996-12-08 19:25:27 +0000 | [diff] [blame] | 456 | if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi |
| 457 | if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi |
| 458 | if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 459 | |
| 460 | # confdefs.h avoids OS command line length limits that DEFS can exceed. |
| 461 | rm -rf conftest* confdefs.h |
| 462 | # AIX cpp loses on an empty file, so make sure it contains at least a newline. |
| 463 | echo > confdefs.h |
| 464 | |
| 465 | # A filename unique to this package, relative to the directory that |
| 466 | # configure is in, which we can look for to find out if srcdir is correct. |
| 467 | ac_unique_file=controls/edit.c |
| 468 | |
| 469 | # Find the source files, if location was not specified. |
| 470 | if test -z "$srcdir"; then |
| 471 | ac_srcdir_defaulted=yes |
| 472 | # Try the directory containing this script, then its parent. |
| 473 | ac_prog=$0 |
| 474 | ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'` |
| 475 | test "x$ac_confdir" = "x$ac_prog" && ac_confdir=. |
| 476 | srcdir=$ac_confdir |
| 477 | if test ! -r $srcdir/$ac_unique_file; then |
| 478 | srcdir=.. |
| 479 | fi |
| 480 | else |
| 481 | ac_srcdir_defaulted=no |
| 482 | fi |
| 483 | if test ! -r $srcdir/$ac_unique_file; then |
| 484 | if test "$ac_srcdir_defaulted" = yes; then |
| 485 | { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; } |
| 486 | else |
| 487 | { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; } |
| 488 | fi |
| 489 | fi |
| 490 | srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'` |
| 491 | |
| 492 | # Prefer explicitly selected file to automatically selected ones. |
| 493 | if test -z "$CONFIG_SITE"; then |
| 494 | if test "x$prefix" != xNONE; then |
| 495 | CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" |
| 496 | else |
| 497 | CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" |
| 498 | fi |
| 499 | fi |
| 500 | for ac_site_file in $CONFIG_SITE; do |
| 501 | if test -r "$ac_site_file"; then |
| 502 | echo "loading site script $ac_site_file" |
| 503 | . "$ac_site_file" |
| 504 | fi |
| 505 | done |
| 506 | |
| 507 | if test -r "$cache_file"; then |
| 508 | echo "loading cache $cache_file" |
| 509 | . $cache_file |
| 510 | else |
| 511 | echo "creating cache $cache_file" |
| 512 | > $cache_file |
| 513 | fi |
| 514 | |
| 515 | ac_ext=c |
| 516 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. |
Alexandre Julliard | b817f4f | 1996-03-14 18:08:34 +0000 | [diff] [blame] | 517 | ac_cpp='$CPP $CPPFLAGS' |
| 518 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' |
Eric Pouech | 18ad24a | 2000-01-16 22:16:33 +0000 | [diff] [blame] | 519 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' |
Alexandre Julliard | 7e6ae4b | 1996-12-08 19:25:27 +0000 | [diff] [blame] | 520 | cross_compiling=$ac_cv_prog_cc_cross |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 521 | |
Eric Pouech | 18ad24a | 2000-01-16 22:16:33 +0000 | [diff] [blame] | 522 | ac_exeext= |
| 523 | ac_objext=o |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 524 | if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then |
| 525 | # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu. |
| 526 | if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then |
| 527 | ac_n= ac_c=' |
| 528 | ' ac_t=' ' |
| 529 | else |
| 530 | ac_n=-n ac_c= ac_t= |
| 531 | fi |
| 532 | else |
| 533 | ac_n= ac_c='\c' ac_t= |
| 534 | fi |
| 535 | |
| 536 | |
Alexandre Julliard | 18f92e7 | 1996-07-17 20:02:21 +0000 | [diff] [blame] | 537 | |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 538 | ac_aux_dir= |
| 539 | for ac_dir in tools $srcdir/tools; do |
| 540 | if test -f $ac_dir/install-sh; then |
| 541 | ac_aux_dir=$ac_dir |
| 542 | ac_install_sh="$ac_aux_dir/install-sh -c" |
| 543 | break |
| 544 | elif test -f $ac_dir/install.sh; then |
| 545 | ac_aux_dir=$ac_dir |
| 546 | ac_install_sh="$ac_aux_dir/install.sh -c" |
| 547 | break |
| 548 | fi |
| 549 | done |
| 550 | if test -z "$ac_aux_dir"; then |
| 551 | { echo "configure: error: can not find install-sh or install.sh in tools $srcdir/tools" 1>&2; exit 1; } |
| 552 | fi |
| 553 | ac_config_guess=$ac_aux_dir/config.guess |
| 554 | ac_config_sub=$ac_aux_dir/config.sub |
| 555 | ac_configure=$ac_aux_dir/configure # This should be Cygnus configure. |
| 556 | |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 557 | |
Howard Abrams | 1327748 | 1999-07-10 13:16:29 +0000 | [diff] [blame] | 558 | |
Alexandre Julliard | 318f4ce | 2000-01-31 05:02:49 +0000 | [diff] [blame] | 559 | LIBEXT=so # library type .so or .a |
Alexandre Julliard | f90efa9 | 1998-06-14 15:24:15 +0000 | [diff] [blame] | 560 | TRACE_MSGS=yes # the TRACE() macro |
| 561 | DEBUG_MSGS=yes # the TRACE(), WARN(), and FIXME() macros. |
Patrik Stridvall | 5e5ad53 | 2000-04-23 20:02:46 +0000 | [diff] [blame] | 562 | CURSES=yes |
Lionel Ulmer | fbc15b1 | 2000-04-29 14:23:22 +0000 | [diff] [blame] | 563 | OPENGL=normal |
Alexandre Julliard | a0b2b1d | 1997-11-16 17:38:29 +0000 | [diff] [blame] | 564 | |
Alexandre Julliard | f90efa9 | 1998-06-14 15:24:15 +0000 | [diff] [blame] | 565 | # Check whether --enable-debug or --disable-debug was given. |
| 566 | if test "${enable_debug+set}" = set; then |
| 567 | enableval="$enable_debug" |
| 568 | if test "$enableval" = "no"; then DEBUG_MSGS="no"; fi |
| 569 | fi |
| 570 | |
| 571 | |
Lionel Ulmer | fbc15b1 | 2000-04-29 14:23:22 +0000 | [diff] [blame] | 572 | # Check whether --enable-opengl or --disable-opengl was given. |
| 573 | if test "${enable_opengl+set}" = set; then |
| 574 | enableval="$enable_opengl" |
| 575 | if test "$enableval" = "no"; then OPENGL="no"; elif test "$enableval" = "yes"; then OPENGL="yes"; fi |
| 576 | fi |
| 577 | |
| 578 | |
Alexandre Julliard | f90efa9 | 1998-06-14 15:24:15 +0000 | [diff] [blame] | 579 | # Check whether --enable-trace or --disable-trace was given. |
| 580 | if test "${enable_trace+set}" = set; then |
| 581 | enableval="$enable_trace" |
| 582 | if test "$enableval" = "no"; then TRACE_MSGS="no"; fi |
| 583 | fi |
| 584 | |
| 585 | |
Patrik Stridvall | 5e5ad53 | 2000-04-23 20:02:46 +0000 | [diff] [blame] | 586 | # Check whether --with-curses or --without-curses was given. |
| 587 | if test "${with_curses+set}" = set; then |
| 588 | withval="$with_curses" |
| 589 | if test "$withval" = "no"; then CURSES="no"; fi |
| 590 | fi |
| 591 | |
| 592 | |
Alexandre Julliard | a11d7b1 | 1998-03-01 20:05:02 +0000 | [diff] [blame] | 593 | # Check whether --with-reentrant-x or --without-reentrant-x was given. |
| 594 | if test "${with_reentrant_x+set}" = set; then |
| 595 | withval="$with_reentrant_x" |
| 596 | : |
| 597 | fi |
| 598 | |
| 599 | |
Alexandre Julliard | b7258be | 1995-09-01 15:57:28 +0000 | [diff] [blame] | 600 | |
Alexandre Julliard | b7258be | 1995-09-01 15:57:28 +0000 | [diff] [blame] | 601 | |
Alexandre Julliard | f90efa9 | 1998-06-14 15:24:15 +0000 | [diff] [blame] | 602 | if test "$DEBUG_MSGS" = "no" |
| 603 | then |
| 604 | cat >> confdefs.h <<\EOF |
| 605 | #define NO_DEBUG_MSGS 1 |
| 606 | EOF |
| 607 | |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 608 | fi |
| 609 | |
| 610 | if test "$TRACE_MSGS" = "no" -o "$DEBUG_MSGS" = "no" |
| 611 | then |
Alexandre Julliard | f90efa9 | 1998-06-14 15:24:15 +0000 | [diff] [blame] | 612 | cat >> confdefs.h <<\EOF |
| 613 | #define NO_TRACE_MSGS 1 |
| 614 | EOF |
| 615 | |
Alexandre Julliard | f90efa9 | 1998-06-14 15:24:15 +0000 | [diff] [blame] | 616 | fi |
| 617 | |
Alexandre Julliard | a0b2b1d | 1997-11-16 17:38:29 +0000 | [diff] [blame] | 618 | |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 619 | echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 620 | echo "configure:621: checking whether ${MAKE-make} sets \${MAKE}" >&5 |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 621 | set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 622 | if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then |
| 623 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 624 | else |
| 625 | cat > conftestmake <<\EOF |
| 626 | all: |
| 627 | @echo 'ac_maketemp="${MAKE}"' |
| 628 | EOF |
| 629 | # GNU make sometimes prints "make[1]: Entering...", which would confuse us. |
| 630 | eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=` |
| 631 | if test -n "$ac_maketemp"; then |
| 632 | eval ac_cv_prog_make_${ac_make}_set=yes |
| 633 | else |
| 634 | eval ac_cv_prog_make_${ac_make}_set=no |
| 635 | fi |
| 636 | rm -f conftestmake |
| 637 | fi |
| 638 | if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then |
| 639 | echo "$ac_t""yes" 1>&6 |
| 640 | SET_MAKE= |
| 641 | else |
| 642 | echo "$ac_t""no" 1>&6 |
| 643 | SET_MAKE="MAKE=${MAKE-make}" |
| 644 | fi |
| 645 | |
| 646 | # Extract the first word of "gcc", so it can be a program name with args. |
| 647 | set dummy gcc; ac_word=$2 |
| 648 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 649 | echo "configure:650: checking for $ac_word" >&5 |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 650 | if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then |
| 651 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 652 | else |
| 653 | if test -n "$CC"; then |
| 654 | ac_cv_prog_CC="$CC" # Let the user override the test. |
| 655 | else |
Eric Pouech | 18ad24a | 2000-01-16 22:16:33 +0000 | [diff] [blame] | 656 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
| 657 | ac_dummy="$PATH" |
| 658 | for ac_dir in $ac_dummy; do |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 659 | test -z "$ac_dir" && ac_dir=. |
| 660 | if test -f $ac_dir/$ac_word; then |
| 661 | ac_cv_prog_CC="gcc" |
| 662 | break |
| 663 | fi |
| 664 | done |
| 665 | IFS="$ac_save_ifs" |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 666 | fi |
| 667 | fi |
| 668 | CC="$ac_cv_prog_CC" |
| 669 | if test -n "$CC"; then |
| 670 | echo "$ac_t""$CC" 1>&6 |
| 671 | else |
| 672 | echo "$ac_t""no" 1>&6 |
| 673 | fi |
| 674 | |
Alexandre Julliard | b817f4f | 1996-03-14 18:08:34 +0000 | [diff] [blame] | 675 | if test -z "$CC"; then |
| 676 | # Extract the first word of "cc", so it can be a program name with args. |
| 677 | set dummy cc; ac_word=$2 |
| 678 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 679 | echo "configure:680: checking for $ac_word" >&5 |
Alexandre Julliard | b817f4f | 1996-03-14 18:08:34 +0000 | [diff] [blame] | 680 | if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then |
| 681 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 682 | else |
| 683 | if test -n "$CC"; then |
| 684 | ac_cv_prog_CC="$CC" # Let the user override the test. |
| 685 | else |
Eric Pouech | 18ad24a | 2000-01-16 22:16:33 +0000 | [diff] [blame] | 686 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
Alexandre Julliard | b817f4f | 1996-03-14 18:08:34 +0000 | [diff] [blame] | 687 | ac_prog_rejected=no |
Eric Pouech | 18ad24a | 2000-01-16 22:16:33 +0000 | [diff] [blame] | 688 | ac_dummy="$PATH" |
| 689 | for ac_dir in $ac_dummy; do |
Alexandre Julliard | b817f4f | 1996-03-14 18:08:34 +0000 | [diff] [blame] | 690 | test -z "$ac_dir" && ac_dir=. |
| 691 | if test -f $ac_dir/$ac_word; then |
| 692 | if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then |
| 693 | ac_prog_rejected=yes |
| 694 | continue |
| 695 | fi |
| 696 | ac_cv_prog_CC="cc" |
| 697 | break |
| 698 | fi |
| 699 | done |
| 700 | IFS="$ac_save_ifs" |
| 701 | if test $ac_prog_rejected = yes; then |
| 702 | # We found a bogon in the path, so make sure we never use it. |
| 703 | set dummy $ac_cv_prog_CC |
| 704 | shift |
| 705 | if test $# -gt 0; then |
| 706 | # We chose a different compiler from the bogus one. |
| 707 | # However, it has the same basename, so the bogon will be chosen |
| 708 | # first if we set CC to just the basename; use the full file name. |
| 709 | shift |
| 710 | set dummy "$ac_dir/$ac_word" "$@" |
| 711 | shift |
| 712 | ac_cv_prog_CC="$@" |
| 713 | fi |
| 714 | fi |
| 715 | fi |
| 716 | fi |
| 717 | CC="$ac_cv_prog_CC" |
| 718 | if test -n "$CC"; then |
| 719 | echo "$ac_t""$CC" 1>&6 |
| 720 | else |
| 721 | echo "$ac_t""no" 1>&6 |
| 722 | fi |
| 723 | |
Eric Pouech | 18ad24a | 2000-01-16 22:16:33 +0000 | [diff] [blame] | 724 | if test -z "$CC"; then |
| 725 | case "`uname -s`" in |
| 726 | *win32* | *WIN32*) |
| 727 | # Extract the first word of "cl", so it can be a program name with args. |
| 728 | set dummy cl; ac_word=$2 |
| 729 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 730 | echo "configure:731: checking for $ac_word" >&5 |
Eric Pouech | 18ad24a | 2000-01-16 22:16:33 +0000 | [diff] [blame] | 731 | if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then |
| 732 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 733 | else |
| 734 | if test -n "$CC"; then |
| 735 | ac_cv_prog_CC="$CC" # Let the user override the test. |
| 736 | else |
| 737 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
| 738 | ac_dummy="$PATH" |
| 739 | for ac_dir in $ac_dummy; do |
| 740 | test -z "$ac_dir" && ac_dir=. |
| 741 | if test -f $ac_dir/$ac_word; then |
| 742 | ac_cv_prog_CC="cl" |
| 743 | break |
| 744 | fi |
| 745 | done |
| 746 | IFS="$ac_save_ifs" |
| 747 | fi |
| 748 | fi |
| 749 | CC="$ac_cv_prog_CC" |
| 750 | if test -n "$CC"; then |
| 751 | echo "$ac_t""$CC" 1>&6 |
| 752 | else |
| 753 | echo "$ac_t""no" 1>&6 |
| 754 | fi |
| 755 | ;; |
| 756 | esac |
| 757 | fi |
Alexandre Julliard | b817f4f | 1996-03-14 18:08:34 +0000 | [diff] [blame] | 758 | test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; } |
| 759 | fi |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 760 | |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 761 | echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 762 | echo "configure:763: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 763 | |
| 764 | ac_ext=c |
| 765 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. |
| 766 | ac_cpp='$CPP $CPPFLAGS' |
| 767 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' |
Eric Pouech | 18ad24a | 2000-01-16 22:16:33 +0000 | [diff] [blame] | 768 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' |
Alexandre Julliard | 7e6ae4b | 1996-12-08 19:25:27 +0000 | [diff] [blame] | 769 | cross_compiling=$ac_cv_prog_cc_cross |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 770 | |
Eric Pouech | 18ad24a | 2000-01-16 22:16:33 +0000 | [diff] [blame] | 771 | cat > conftest.$ac_ext << EOF |
| 772 | |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 773 | #line 774 "configure" |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 774 | #include "confdefs.h" |
Eric Pouech | 18ad24a | 2000-01-16 22:16:33 +0000 | [diff] [blame] | 775 | |
Alexandre Julliard | 7e6ae4b | 1996-12-08 19:25:27 +0000 | [diff] [blame] | 776 | main(){return(0);} |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 777 | EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 778 | if { (eval echo configure:779: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 779 | ac_cv_prog_cc_works=yes |
Alexandre Julliard | 7e6ae4b | 1996-12-08 19:25:27 +0000 | [diff] [blame] | 780 | # If we can't run a trivial program, we are probably using a cross compiler. |
| 781 | if (./conftest; exit) 2>/dev/null; then |
| 782 | ac_cv_prog_cc_cross=no |
| 783 | else |
| 784 | ac_cv_prog_cc_cross=yes |
| 785 | fi |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 786 | else |
| 787 | echo "configure: failed program was:" >&5 |
| 788 | cat conftest.$ac_ext >&5 |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 789 | ac_cv_prog_cc_works=no |
| 790 | fi |
Alexandre Julliard | 7e6ae4b | 1996-12-08 19:25:27 +0000 | [diff] [blame] | 791 | rm -fr conftest* |
Eric Pouech | 18ad24a | 2000-01-16 22:16:33 +0000 | [diff] [blame] | 792 | ac_ext=c |
| 793 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. |
| 794 | ac_cpp='$CPP $CPPFLAGS' |
| 795 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' |
| 796 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' |
| 797 | cross_compiling=$ac_cv_prog_cc_cross |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 798 | |
| 799 | echo "$ac_t""$ac_cv_prog_cc_works" 1>&6 |
| 800 | if test $ac_cv_prog_cc_works = no; then |
Alexandre Julliard | 7e6ae4b | 1996-12-08 19:25:27 +0000 | [diff] [blame] | 801 | { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; } |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 802 | fi |
Alexandre Julliard | 7e6ae4b | 1996-12-08 19:25:27 +0000 | [diff] [blame] | 803 | echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 804 | echo "configure:805: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 |
Alexandre Julliard | 7e6ae4b | 1996-12-08 19:25:27 +0000 | [diff] [blame] | 805 | echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 |
| 806 | cross_compiling=$ac_cv_prog_cc_cross |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 807 | |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 808 | echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 809 | echo "configure:810: checking whether we are using GNU C" >&5 |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 810 | if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then |
| 811 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 812 | else |
| 813 | cat > conftest.c <<EOF |
| 814 | #ifdef __GNUC__ |
| 815 | yes; |
| 816 | #endif |
| 817 | EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 818 | if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:819: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 819 | ac_cv_prog_gcc=yes |
| 820 | else |
| 821 | ac_cv_prog_gcc=no |
| 822 | fi |
| 823 | fi |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 824 | |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 825 | echo "$ac_t""$ac_cv_prog_gcc" 1>&6 |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 826 | |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 827 | if test $ac_cv_prog_gcc = yes; then |
| 828 | GCC=yes |
Eric Pouech | 18ad24a | 2000-01-16 22:16:33 +0000 | [diff] [blame] | 829 | else |
| 830 | GCC= |
| 831 | fi |
| 832 | |
| 833 | ac_test_CFLAGS="${CFLAGS+set}" |
| 834 | ac_save_CFLAGS="$CFLAGS" |
| 835 | CFLAGS= |
| 836 | echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 837 | echo "configure:838: checking whether ${CC-cc} accepts -g" >&5 |
Alexandre Julliard | 7e6ae4b | 1996-12-08 19:25:27 +0000 | [diff] [blame] | 838 | if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 839 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 840 | else |
| 841 | echo 'void f(){}' > conftest.c |
| 842 | if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then |
Alexandre Julliard | 7e6ae4b | 1996-12-08 19:25:27 +0000 | [diff] [blame] | 843 | ac_cv_prog_cc_g=yes |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 844 | else |
Alexandre Julliard | 7e6ae4b | 1996-12-08 19:25:27 +0000 | [diff] [blame] | 845 | ac_cv_prog_cc_g=no |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 846 | fi |
| 847 | rm -f conftest* |
| 848 | |
| 849 | fi |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 850 | |
Alexandre Julliard | 7e6ae4b | 1996-12-08 19:25:27 +0000 | [diff] [blame] | 851 | echo "$ac_t""$ac_cv_prog_cc_g" 1>&6 |
Eric Pouech | 18ad24a | 2000-01-16 22:16:33 +0000 | [diff] [blame] | 852 | if test "$ac_test_CFLAGS" = set; then |
| 853 | CFLAGS="$ac_save_CFLAGS" |
| 854 | elif test $ac_cv_prog_cc_g = yes; then |
| 855 | if test "$GCC" = yes; then |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 856 | CFLAGS="-g -O2" |
| 857 | else |
Eric Pouech | 18ad24a | 2000-01-16 22:16:33 +0000 | [diff] [blame] | 858 | CFLAGS="-g" |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 859 | fi |
| 860 | else |
Eric Pouech | 18ad24a | 2000-01-16 22:16:33 +0000 | [diff] [blame] | 861 | if test "$GCC" = yes; then |
| 862 | CFLAGS="-O2" |
| 863 | else |
| 864 | CFLAGS= |
| 865 | fi |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 866 | fi |
| 867 | |
| 868 | echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 869 | echo "configure:870: checking how to run the C preprocessor" >&5 |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 870 | # On Suns, sometimes $CPP names a directory. |
| 871 | if test -n "$CPP" && test -d "$CPP"; then |
| 872 | CPP= |
| 873 | fi |
| 874 | if test -z "$CPP"; then |
| 875 | if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then |
| 876 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 877 | else |
| 878 | # This must be in double quotes, not single quotes, because CPP may get |
| 879 | # substituted into the Makefile and "${CC-cc}" will confuse make. |
| 880 | CPP="${CC-cc} -E" |
| 881 | # On the NeXT, cc -E runs the code through the compiler's parser, |
| 882 | # not just through cpp. |
| 883 | cat > conftest.$ac_ext <<EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 884 | #line 885 "configure" |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 885 | #include "confdefs.h" |
| 886 | #include <assert.h> |
| 887 | Syntax Error |
| 888 | EOF |
Alexandre Julliard | b817f4f | 1996-03-14 18:08:34 +0000 | [diff] [blame] | 889 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 890 | { (eval echo configure:891: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
Eric Pouech | 18ad24a | 2000-01-16 22:16:33 +0000 | [diff] [blame] | 891 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 892 | if test -z "$ac_err"; then |
| 893 | : |
| 894 | else |
| 895 | echo "$ac_err" >&5 |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 896 | echo "configure: failed program was:" >&5 |
| 897 | cat conftest.$ac_ext >&5 |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 898 | rm -rf conftest* |
| 899 | CPP="${CC-cc} -E -traditional-cpp" |
| 900 | cat > conftest.$ac_ext <<EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 901 | #line 902 "configure" |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 902 | #include "confdefs.h" |
| 903 | #include <assert.h> |
| 904 | Syntax Error |
| 905 | EOF |
Alexandre Julliard | b817f4f | 1996-03-14 18:08:34 +0000 | [diff] [blame] | 906 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 907 | { (eval echo configure:908: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
Eric Pouech | 18ad24a | 2000-01-16 22:16:33 +0000 | [diff] [blame] | 908 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 909 | if test -z "$ac_err"; then |
| 910 | : |
| 911 | else |
| 912 | echo "$ac_err" >&5 |
| 913 | echo "configure: failed program was:" >&5 |
| 914 | cat conftest.$ac_ext >&5 |
| 915 | rm -rf conftest* |
| 916 | CPP="${CC-cc} -nologo -E" |
| 917 | cat > conftest.$ac_ext <<EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 918 | #line 919 "configure" |
Eric Pouech | 18ad24a | 2000-01-16 22:16:33 +0000 | [diff] [blame] | 919 | #include "confdefs.h" |
| 920 | #include <assert.h> |
| 921 | Syntax Error |
| 922 | EOF |
| 923 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 924 | { (eval echo configure:925: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
Eric Pouech | 18ad24a | 2000-01-16 22:16:33 +0000 | [diff] [blame] | 925 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 926 | if test -z "$ac_err"; then |
| 927 | : |
| 928 | else |
| 929 | echo "$ac_err" >&5 |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 930 | echo "configure: failed program was:" >&5 |
| 931 | cat conftest.$ac_ext >&5 |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 932 | rm -rf conftest* |
| 933 | CPP=/lib/cpp |
| 934 | fi |
| 935 | rm -f conftest* |
| 936 | fi |
| 937 | rm -f conftest* |
Eric Pouech | 18ad24a | 2000-01-16 22:16:33 +0000 | [diff] [blame] | 938 | fi |
| 939 | rm -f conftest* |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 940 | ac_cv_prog_CPP="$CPP" |
| 941 | fi |
| 942 | CPP="$ac_cv_prog_CPP" |
| 943 | else |
| 944 | ac_cv_prog_CPP="$CPP" |
| 945 | fi |
| 946 | echo "$ac_t""$CPP" 1>&6 |
| 947 | |
| 948 | # If we find X, set shell vars x_includes and x_libraries to the |
| 949 | # paths, otherwise set no_x=yes. |
| 950 | # Uses ac_ vars as temps to allow command line to override cache and checks. |
| 951 | # --without-x overrides everything else, but does not touch the cache. |
| 952 | echo $ac_n "checking for X""... $ac_c" 1>&6 |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 953 | echo "configure:954: checking for X" >&5 |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 954 | |
| 955 | # Check whether --with-x or --without-x was given. |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 956 | if test "${with_x+set}" = set; then |
| 957 | withval="$with_x" |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 958 | : |
| 959 | fi |
| 960 | |
Alexandre Julliard | b817f4f | 1996-03-14 18:08:34 +0000 | [diff] [blame] | 961 | # $have_x is `yes', `no', `disabled', or empty when we do not yet know. |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 962 | if test "x$with_x" = xno; then |
Alexandre Julliard | b817f4f | 1996-03-14 18:08:34 +0000 | [diff] [blame] | 963 | # The user explicitly disabled X. |
| 964 | have_x=disabled |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 965 | else |
| 966 | if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then |
Alexandre Julliard | b817f4f | 1996-03-14 18:08:34 +0000 | [diff] [blame] | 967 | # Both variables are already set. |
| 968 | have_x=yes |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 969 | else |
Alexandre Julliard | b817f4f | 1996-03-14 18:08:34 +0000 | [diff] [blame] | 970 | if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 971 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 972 | else |
| 973 | # One or both of the vars are not set, and there is no cached value. |
Alexandre Julliard | b817f4f | 1996-03-14 18:08:34 +0000 | [diff] [blame] | 974 | ac_x_includes=NO ac_x_libraries=NO |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 975 | rm -fr conftestdir |
| 976 | if mkdir conftestdir; then |
| 977 | cd conftestdir |
| 978 | # Make sure to not put "make" in the Imakefile rules, since we grep it out. |
| 979 | cat > Imakefile <<'EOF' |
| 980 | acfindx: |
| 981 | @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"' |
| 982 | EOF |
| 983 | if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 984 | # GNU make sometimes prints "make[1]: Entering...", which would confuse us. |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 985 | eval `${MAKE-make} acfindx 2>/dev/null | grep -v make` |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 986 | # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR. |
| 987 | for ac_extension in a so sl; do |
| 988 | if test ! -f $ac_im_usrlibdir/libX11.$ac_extension && |
| 989 | test -f $ac_im_libdir/libX11.$ac_extension; then |
| 990 | ac_im_usrlibdir=$ac_im_libdir; break |
| 991 | fi |
| 992 | done |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 993 | # Screen out bogus values from the imake configuration. They are |
| 994 | # bogus both because they are the default anyway, and because |
| 995 | # using them would break gcc on systems where it needs fixed includes. |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 996 | case "$ac_im_incroot" in |
| 997 | /usr/include) ;; |
| 998 | *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes="$ac_im_incroot" ;; |
| 999 | esac |
| 1000 | case "$ac_im_usrlibdir" in |
| 1001 | /usr/lib | /lib) ;; |
| 1002 | *) test -d "$ac_im_usrlibdir" && ac_x_libraries="$ac_im_usrlibdir" ;; |
| 1003 | esac |
| 1004 | fi |
| 1005 | cd .. |
| 1006 | rm -fr conftestdir |
| 1007 | fi |
| 1008 | |
Alexandre Julliard | b817f4f | 1996-03-14 18:08:34 +0000 | [diff] [blame] | 1009 | if test "$ac_x_includes" = NO; then |
| 1010 | # Guess where to find include files, by looking for this one X11 .h file. |
| 1011 | test -z "$x_direct_test_include" && x_direct_test_include=X11/Intrinsic.h |
| 1012 | |
| 1013 | # First, try using that file with no special directory specified. |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1014 | cat > conftest.$ac_ext <<EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 1015 | #line 1016 "configure" |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1016 | #include "confdefs.h" |
| 1017 | #include <$x_direct_test_include> |
| 1018 | EOF |
Alexandre Julliard | b817f4f | 1996-03-14 18:08:34 +0000 | [diff] [blame] | 1019 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 1020 | { (eval echo configure:1021: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
Eric Pouech | 18ad24a | 2000-01-16 22:16:33 +0000 | [diff] [blame] | 1021 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1022 | if test -z "$ac_err"; then |
| 1023 | rm -rf conftest* |
Alexandre Julliard | b817f4f | 1996-03-14 18:08:34 +0000 | [diff] [blame] | 1024 | # We can compile using X headers with no special include directory. |
| 1025 | ac_x_includes= |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1026 | else |
| 1027 | echo "$ac_err" >&5 |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1028 | echo "configure: failed program was:" >&5 |
| 1029 | cat conftest.$ac_ext >&5 |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1030 | rm -rf conftest* |
Alexandre Julliard | b817f4f | 1996-03-14 18:08:34 +0000 | [diff] [blame] | 1031 | # Look for the header file in a standard set of common directories. |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1032 | # Check X11 before X11Rn because it is often a symlink to the current release. |
Alexandre Julliard | b817f4f | 1996-03-14 18:08:34 +0000 | [diff] [blame] | 1033 | for ac_dir in \ |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1034 | /usr/X11/include \ |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1035 | /usr/X11R6/include \ |
| 1036 | /usr/X11R5/include \ |
| 1037 | /usr/X11R4/include \ |
| 1038 | \ |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1039 | /usr/include/X11 \ |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1040 | /usr/include/X11R6 \ |
| 1041 | /usr/include/X11R5 \ |
| 1042 | /usr/include/X11R4 \ |
| 1043 | \ |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1044 | /usr/local/X11/include \ |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1045 | /usr/local/X11R6/include \ |
| 1046 | /usr/local/X11R5/include \ |
| 1047 | /usr/local/X11R4/include \ |
| 1048 | \ |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1049 | /usr/local/include/X11 \ |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1050 | /usr/local/include/X11R6 \ |
| 1051 | /usr/local/include/X11R5 \ |
| 1052 | /usr/local/include/X11R4 \ |
| 1053 | \ |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1054 | /usr/X386/include \ |
| 1055 | /usr/x386/include \ |
| 1056 | /usr/XFree86/include/X11 \ |
| 1057 | \ |
| 1058 | /usr/include \ |
| 1059 | /usr/local/include \ |
| 1060 | /usr/unsupported/include \ |
| 1061 | /usr/athena/include \ |
| 1062 | /usr/local/x11r5/include \ |
| 1063 | /usr/lpp/Xamples/include \ |
| 1064 | \ |
| 1065 | /usr/openwin/include \ |
| 1066 | /usr/openwin/share/include \ |
| 1067 | ; \ |
| 1068 | do |
| 1069 | if test -r "$ac_dir/$x_direct_test_include"; then |
Alexandre Julliard | b817f4f | 1996-03-14 18:08:34 +0000 | [diff] [blame] | 1070 | ac_x_includes=$ac_dir |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1071 | break |
| 1072 | fi |
| 1073 | done |
| 1074 | fi |
| 1075 | rm -f conftest* |
Alexandre Julliard | b817f4f | 1996-03-14 18:08:34 +0000 | [diff] [blame] | 1076 | fi # $ac_x_includes = NO |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1077 | |
Alexandre Julliard | b817f4f | 1996-03-14 18:08:34 +0000 | [diff] [blame] | 1078 | if test "$ac_x_libraries" = NO; then |
| 1079 | # Check for the libraries. |
| 1080 | |
| 1081 | test -z "$x_direct_test_library" && x_direct_test_library=Xt |
| 1082 | test -z "$x_direct_test_function" && x_direct_test_function=XtMalloc |
| 1083 | |
| 1084 | # See if we find them without any special options. |
| 1085 | # Don't add to $LIBS permanently. |
| 1086 | ac_save_LIBS="$LIBS" |
| 1087 | LIBS="-l$x_direct_test_library $LIBS" |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1088 | cat > conftest.$ac_ext <<EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 1089 | #line 1090 "configure" |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1090 | #include "confdefs.h" |
| 1091 | |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1092 | int main() { |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1093 | ${x_direct_test_function}() |
| 1094 | ; return 0; } |
| 1095 | EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 1096 | if { (eval echo configure:1097: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1097 | rm -rf conftest* |
Alexandre Julliard | b817f4f | 1996-03-14 18:08:34 +0000 | [diff] [blame] | 1098 | LIBS="$ac_save_LIBS" |
| 1099 | # We can link X programs with no special library path. |
| 1100 | ac_x_libraries= |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1101 | else |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1102 | echo "configure: failed program was:" >&5 |
| 1103 | cat conftest.$ac_ext >&5 |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1104 | rm -rf conftest* |
| 1105 | LIBS="$ac_save_LIBS" |
| 1106 | # First see if replacing the include by lib works. |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1107 | # Check X11 before X11Rn because it is often a symlink to the current release. |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1108 | for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \ |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1109 | /usr/X11/lib \ |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1110 | /usr/X11R6/lib \ |
| 1111 | /usr/X11R5/lib \ |
| 1112 | /usr/X11R4/lib \ |
| 1113 | \ |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1114 | /usr/lib/X11 \ |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1115 | /usr/lib/X11R6 \ |
| 1116 | /usr/lib/X11R5 \ |
| 1117 | /usr/lib/X11R4 \ |
| 1118 | \ |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1119 | /usr/local/X11/lib \ |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1120 | /usr/local/X11R6/lib \ |
| 1121 | /usr/local/X11R5/lib \ |
| 1122 | /usr/local/X11R4/lib \ |
| 1123 | \ |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1124 | /usr/local/lib/X11 \ |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1125 | /usr/local/lib/X11R6 \ |
| 1126 | /usr/local/lib/X11R5 \ |
| 1127 | /usr/local/lib/X11R4 \ |
| 1128 | \ |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1129 | /usr/X386/lib \ |
| 1130 | /usr/x386/lib \ |
| 1131 | /usr/XFree86/lib/X11 \ |
| 1132 | \ |
| 1133 | /usr/lib \ |
| 1134 | /usr/local/lib \ |
| 1135 | /usr/unsupported/lib \ |
| 1136 | /usr/athena/lib \ |
| 1137 | /usr/local/x11r5/lib \ |
| 1138 | /usr/lpp/Xamples/lib \ |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1139 | /lib/usr/lib/X11 \ |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1140 | \ |
| 1141 | /usr/openwin/lib \ |
| 1142 | /usr/openwin/share/lib \ |
| 1143 | ; \ |
| 1144 | do |
| 1145 | for ac_extension in a so sl; do |
| 1146 | if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then |
Alexandre Julliard | b817f4f | 1996-03-14 18:08:34 +0000 | [diff] [blame] | 1147 | ac_x_libraries=$ac_dir |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1148 | break 2 |
| 1149 | fi |
| 1150 | done |
| 1151 | done |
| 1152 | fi |
| 1153 | rm -f conftest* |
Alexandre Julliard | b817f4f | 1996-03-14 18:08:34 +0000 | [diff] [blame] | 1154 | fi # $ac_x_libraries = NO |
| 1155 | |
| 1156 | if test "$ac_x_includes" = NO || test "$ac_x_libraries" = NO; then |
| 1157 | # Didn't find X anywhere. Cache the known absence of X. |
| 1158 | ac_cv_have_x="have_x=no" |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1159 | else |
Alexandre Julliard | b817f4f | 1996-03-14 18:08:34 +0000 | [diff] [blame] | 1160 | # Record where we found X for the cache. |
| 1161 | ac_cv_have_x="have_x=yes \ |
| 1162 | ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries" |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1163 | fi |
| 1164 | fi |
| 1165 | fi |
Alexandre Julliard | b817f4f | 1996-03-14 18:08:34 +0000 | [diff] [blame] | 1166 | eval "$ac_cv_have_x" |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1167 | fi # $with_x != no |
| 1168 | |
Alexandre Julliard | b817f4f | 1996-03-14 18:08:34 +0000 | [diff] [blame] | 1169 | if test "$have_x" != yes; then |
| 1170 | echo "$ac_t""$have_x" 1>&6 |
| 1171 | no_x=yes |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1172 | else |
Alexandre Julliard | b817f4f | 1996-03-14 18:08:34 +0000 | [diff] [blame] | 1173 | # If each of the values was on the command line, it overrides each guess. |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1174 | test "x$x_includes" = xNONE && x_includes=$ac_x_includes |
| 1175 | test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries |
Alexandre Julliard | b817f4f | 1996-03-14 18:08:34 +0000 | [diff] [blame] | 1176 | # Update the cache value to reflect the command line values. |
| 1177 | ac_cv_have_x="have_x=yes \ |
| 1178 | ac_x_includes=$x_includes ac_x_libraries=$x_libraries" |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1179 | echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6 |
| 1180 | fi |
| 1181 | |
Alexandre Julliard | b817f4f | 1996-03-14 18:08:34 +0000 | [diff] [blame] | 1182 | if test "$no_x" = yes; then |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 1183 | # Not all programs may use this symbol, but it does not hurt to define it. |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1184 | cat >> confdefs.h <<\EOF |
| 1185 | #define X_DISPLAY_MISSING 1 |
| 1186 | EOF |
| 1187 | |
| 1188 | X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS= |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 1189 | else |
| 1190 | if test -n "$x_includes"; then |
| 1191 | X_CFLAGS="$X_CFLAGS -I$x_includes" |
| 1192 | fi |
| 1193 | |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 1194 | # It would also be nice to do this for all -L options, not just this one. |
| 1195 | if test -n "$x_libraries"; then |
| 1196 | X_LIBS="$X_LIBS -L$x_libraries" |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1197 | # For Solaris; some versions of Sun CC require a space after -R and |
| 1198 | # others require no space. Words are not sufficient . . . . |
| 1199 | case "`(uname -sr) 2>/dev/null`" in |
| 1200 | "SunOS 5"*) |
| 1201 | echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6 |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 1202 | echo "configure:1203: checking whether -R must be followed by a space" >&5 |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1203 | ac_xsave_LIBS="$LIBS"; LIBS="$LIBS -R$x_libraries" |
| 1204 | cat > conftest.$ac_ext <<EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 1205 | #line 1206 "configure" |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 1206 | #include "confdefs.h" |
| 1207 | |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1208 | int main() { |
| 1209 | |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 1210 | ; return 0; } |
| 1211 | EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 1212 | if { (eval echo configure:1213: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 1213 | rm -rf conftest* |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1214 | ac_R_nospace=yes |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 1215 | else |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1216 | echo "configure: failed program was:" >&5 |
| 1217 | cat conftest.$ac_ext >&5 |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 1218 | rm -rf conftest* |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1219 | ac_R_nospace=no |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 1220 | fi |
| 1221 | rm -f conftest* |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1222 | if test $ac_R_nospace = yes; then |
| 1223 | echo "$ac_t""no" 1>&6 |
| 1224 | X_LIBS="$X_LIBS -R$x_libraries" |
| 1225 | else |
| 1226 | LIBS="$ac_xsave_LIBS -R $x_libraries" |
| 1227 | cat > conftest.$ac_ext <<EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 1228 | #line 1229 "configure" |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1229 | #include "confdefs.h" |
| 1230 | |
| 1231 | int main() { |
| 1232 | |
| 1233 | ; return 0; } |
| 1234 | EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 1235 | if { (eval echo configure:1236: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1236 | rm -rf conftest* |
| 1237 | ac_R_space=yes |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 1238 | else |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1239 | echo "configure: failed program was:" >&5 |
| 1240 | cat conftest.$ac_ext >&5 |
| 1241 | rm -rf conftest* |
| 1242 | ac_R_space=no |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 1243 | fi |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1244 | rm -f conftest* |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1245 | if test $ac_R_space = yes; then |
| 1246 | echo "$ac_t""yes" 1>&6 |
| 1247 | X_LIBS="$X_LIBS -R $x_libraries" |
| 1248 | else |
| 1249 | echo "$ac_t""neither works" 1>&6 |
| 1250 | fi |
| 1251 | fi |
| 1252 | LIBS="$ac_xsave_LIBS" |
| 1253 | esac |
| 1254 | fi |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 1255 | |
| 1256 | # Check for system-dependent libraries X programs must link with. |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1257 | # Do this before checking for the system-independent R6 libraries |
| 1258 | # (-lICE), since we may need -lsocket or whatever for X linking. |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 1259 | |
| 1260 | if test "$ISC" = yes; then |
| 1261 | X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet" |
| 1262 | else |
| 1263 | # Martyn.Johnson@cl.cam.ac.uk says this is needed for Ultrix, if the X |
| 1264 | # libraries were built with DECnet support. And karl@cs.umb.edu says |
| 1265 | # the Alpha needs dnet_stub (dnet does not exist). |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1266 | echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6 |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 1267 | echo "configure:1268: checking for dnet_ntoa in -ldnet" >&5 |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1268 | ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'` |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 1269 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 1270 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 1271 | else |
| 1272 | ac_save_LIBS="$LIBS" |
| 1273 | LIBS="-ldnet $LIBS" |
| 1274 | cat > conftest.$ac_ext <<EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 1275 | #line 1276 "configure" |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 1276 | #include "confdefs.h" |
Alexandre Julliard | 59730ae | 1996-03-24 16:20:51 +0000 | [diff] [blame] | 1277 | /* Override any gcc2 internal prototype to avoid an error. */ |
Alexandre Julliard | e2bfa4c | 1996-05-16 18:21:06 +0000 | [diff] [blame] | 1278 | /* We use char because int might match the return type of a gcc2 |
| 1279 | builtin and then its argument prototype would still apply. */ |
Alexandre Julliard | 59730ae | 1996-03-24 16:20:51 +0000 | [diff] [blame] | 1280 | char dnet_ntoa(); |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 1281 | |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1282 | int main() { |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 1283 | dnet_ntoa() |
| 1284 | ; return 0; } |
| 1285 | EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 1286 | if { (eval echo configure:1287: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 1287 | rm -rf conftest* |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 1288 | eval "ac_cv_lib_$ac_lib_var=yes" |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 1289 | else |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1290 | echo "configure: failed program was:" >&5 |
| 1291 | cat conftest.$ac_ext >&5 |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 1292 | rm -rf conftest* |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 1293 | eval "ac_cv_lib_$ac_lib_var=no" |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 1294 | fi |
| 1295 | rm -f conftest* |
| 1296 | LIBS="$ac_save_LIBS" |
| 1297 | |
| 1298 | fi |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 1299 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 1300 | echo "$ac_t""yes" 1>&6 |
| 1301 | X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet" |
| 1302 | else |
| 1303 | echo "$ac_t""no" 1>&6 |
| 1304 | fi |
| 1305 | |
Alexandre Julliard | 59730ae | 1996-03-24 16:20:51 +0000 | [diff] [blame] | 1306 | if test $ac_cv_lib_dnet_dnet_ntoa = no; then |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1307 | echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6 |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 1308 | echo "configure:1309: checking for dnet_ntoa in -ldnet_stub" >&5 |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1309 | ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'` |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 1310 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 1311 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 1312 | else |
| 1313 | ac_save_LIBS="$LIBS" |
| 1314 | LIBS="-ldnet_stub $LIBS" |
| 1315 | cat > conftest.$ac_ext <<EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 1316 | #line 1317 "configure" |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 1317 | #include "confdefs.h" |
Alexandre Julliard | 59730ae | 1996-03-24 16:20:51 +0000 | [diff] [blame] | 1318 | /* Override any gcc2 internal prototype to avoid an error. */ |
Alexandre Julliard | e2bfa4c | 1996-05-16 18:21:06 +0000 | [diff] [blame] | 1319 | /* We use char because int might match the return type of a gcc2 |
| 1320 | builtin and then its argument prototype would still apply. */ |
Alexandre Julliard | 59730ae | 1996-03-24 16:20:51 +0000 | [diff] [blame] | 1321 | char dnet_ntoa(); |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 1322 | |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1323 | int main() { |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 1324 | dnet_ntoa() |
| 1325 | ; return 0; } |
| 1326 | EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 1327 | if { (eval echo configure:1328: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 1328 | rm -rf conftest* |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 1329 | eval "ac_cv_lib_$ac_lib_var=yes" |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 1330 | else |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1331 | echo "configure: failed program was:" >&5 |
| 1332 | cat conftest.$ac_ext >&5 |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 1333 | rm -rf conftest* |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 1334 | eval "ac_cv_lib_$ac_lib_var=no" |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 1335 | fi |
| 1336 | rm -f conftest* |
| 1337 | LIBS="$ac_save_LIBS" |
| 1338 | |
| 1339 | fi |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 1340 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 1341 | echo "$ac_t""yes" 1>&6 |
| 1342 | X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub" |
| 1343 | else |
| 1344 | echo "$ac_t""no" 1>&6 |
| 1345 | fi |
| 1346 | |
| 1347 | fi |
| 1348 | |
| 1349 | # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT, |
| 1350 | # to get the SysV transport functions. |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1351 | # chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4) |
| 1352 | # needs -lnsl. |
| 1353 | # The nsl library prevents programs from opening the X display |
| 1354 | # on Irix 5.2, according to dickey@clark.net. |
| 1355 | echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6 |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 1356 | echo "configure:1357: checking for gethostbyname" >&5 |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1357 | if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then |
| 1358 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 1359 | else |
| 1360 | cat > conftest.$ac_ext <<EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 1361 | #line 1362 "configure" |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1362 | #include "confdefs.h" |
| 1363 | /* System header to define __stub macros and hopefully few prototypes, |
| 1364 | which can conflict with char gethostbyname(); below. */ |
| 1365 | #include <assert.h> |
| 1366 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 1367 | /* We use char because int might match the return type of a gcc2 |
| 1368 | builtin and then its argument prototype would still apply. */ |
| 1369 | char gethostbyname(); |
| 1370 | |
| 1371 | int main() { |
| 1372 | |
| 1373 | /* The GNU C library defines this for functions which it implements |
| 1374 | to always fail with ENOSYS. Some functions are actually named |
| 1375 | something starting with __ and the normal name is an alias. */ |
| 1376 | #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname) |
| 1377 | choke me |
| 1378 | #else |
| 1379 | gethostbyname(); |
| 1380 | #endif |
| 1381 | |
| 1382 | ; return 0; } |
| 1383 | EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 1384 | if { (eval echo configure:1385: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1385 | rm -rf conftest* |
| 1386 | eval "ac_cv_func_gethostbyname=yes" |
| 1387 | else |
| 1388 | echo "configure: failed program was:" >&5 |
| 1389 | cat conftest.$ac_ext >&5 |
| 1390 | rm -rf conftest* |
| 1391 | eval "ac_cv_func_gethostbyname=no" |
| 1392 | fi |
| 1393 | rm -f conftest* |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1394 | fi |
Alexandre Julliard | 7e6ae4b | 1996-12-08 19:25:27 +0000 | [diff] [blame] | 1395 | |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1396 | if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then |
| 1397 | echo "$ac_t""yes" 1>&6 |
| 1398 | : |
| 1399 | else |
| 1400 | echo "$ac_t""no" 1>&6 |
| 1401 | fi |
| 1402 | |
| 1403 | if test $ac_cv_func_gethostbyname = no; then |
| 1404 | echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6 |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 1405 | echo "configure:1406: checking for gethostbyname in -lnsl" >&5 |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1406 | ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'` |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 1407 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 1408 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 1409 | else |
| 1410 | ac_save_LIBS="$LIBS" |
| 1411 | LIBS="-lnsl $LIBS" |
| 1412 | cat > conftest.$ac_ext <<EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 1413 | #line 1414 "configure" |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 1414 | #include "confdefs.h" |
Alexandre Julliard | 59730ae | 1996-03-24 16:20:51 +0000 | [diff] [blame] | 1415 | /* Override any gcc2 internal prototype to avoid an error. */ |
Alexandre Julliard | e2bfa4c | 1996-05-16 18:21:06 +0000 | [diff] [blame] | 1416 | /* We use char because int might match the return type of a gcc2 |
| 1417 | builtin and then its argument prototype would still apply. */ |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1418 | char gethostbyname(); |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 1419 | |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1420 | int main() { |
| 1421 | gethostbyname() |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 1422 | ; return 0; } |
| 1423 | EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 1424 | if { (eval echo configure:1425: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 1425 | rm -rf conftest* |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 1426 | eval "ac_cv_lib_$ac_lib_var=yes" |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 1427 | else |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1428 | echo "configure: failed program was:" >&5 |
| 1429 | cat conftest.$ac_ext >&5 |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 1430 | rm -rf conftest* |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 1431 | eval "ac_cv_lib_$ac_lib_var=no" |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 1432 | fi |
| 1433 | rm -f conftest* |
| 1434 | LIBS="$ac_save_LIBS" |
| 1435 | |
| 1436 | fi |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 1437 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 1438 | echo "$ac_t""yes" 1>&6 |
| 1439 | X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl" |
| 1440 | else |
| 1441 | echo "$ac_t""no" 1>&6 |
| 1442 | fi |
| 1443 | |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1444 | fi |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 1445 | |
| 1446 | # lieder@skyler.mavd.honeywell.com says without -lsocket, |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1447 | # socket/setsockopt and other routines are undefined under SCO ODT |
| 1448 | # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary |
| 1449 | # on later versions), says simon@lia.di.epfl.ch: it contains |
| 1450 | # gethostby* variants that don't use the nameserver (or something). |
| 1451 | # -lsocket must be given before -lnsl if both are needed. |
| 1452 | # We assume that if connect needs -lnsl, so does gethostbyname. |
| 1453 | echo $ac_n "checking for connect""... $ac_c" 1>&6 |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 1454 | echo "configure:1455: checking for connect" >&5 |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1455 | if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then |
| 1456 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 1457 | else |
| 1458 | cat > conftest.$ac_ext <<EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 1459 | #line 1460 "configure" |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1460 | #include "confdefs.h" |
| 1461 | /* System header to define __stub macros and hopefully few prototypes, |
| 1462 | which can conflict with char connect(); below. */ |
| 1463 | #include <assert.h> |
| 1464 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 1465 | /* We use char because int might match the return type of a gcc2 |
| 1466 | builtin and then its argument prototype would still apply. */ |
| 1467 | char connect(); |
| 1468 | |
| 1469 | int main() { |
| 1470 | |
| 1471 | /* The GNU C library defines this for functions which it implements |
| 1472 | to always fail with ENOSYS. Some functions are actually named |
| 1473 | something starting with __ and the normal name is an alias. */ |
| 1474 | #if defined (__stub_connect) || defined (__stub___connect) |
| 1475 | choke me |
| 1476 | #else |
| 1477 | connect(); |
| 1478 | #endif |
| 1479 | |
| 1480 | ; return 0; } |
| 1481 | EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 1482 | if { (eval echo configure:1483: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1483 | rm -rf conftest* |
| 1484 | eval "ac_cv_func_connect=yes" |
| 1485 | else |
| 1486 | echo "configure: failed program was:" >&5 |
| 1487 | cat conftest.$ac_ext >&5 |
| 1488 | rm -rf conftest* |
| 1489 | eval "ac_cv_func_connect=no" |
| 1490 | fi |
| 1491 | rm -f conftest* |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1492 | fi |
Alexandre Julliard | 7e6ae4b | 1996-12-08 19:25:27 +0000 | [diff] [blame] | 1493 | |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1494 | if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then |
| 1495 | echo "$ac_t""yes" 1>&6 |
| 1496 | : |
| 1497 | else |
| 1498 | echo "$ac_t""no" 1>&6 |
| 1499 | fi |
| 1500 | |
| 1501 | if test $ac_cv_func_connect = no; then |
| 1502 | echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6 |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 1503 | echo "configure:1504: checking for connect in -lsocket" >&5 |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1504 | ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'` |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 1505 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 1506 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 1507 | else |
| 1508 | ac_save_LIBS="$LIBS" |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1509 | LIBS="-lsocket $X_EXTRA_LIBS $LIBS" |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 1510 | cat > conftest.$ac_ext <<EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 1511 | #line 1512 "configure" |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 1512 | #include "confdefs.h" |
Alexandre Julliard | 59730ae | 1996-03-24 16:20:51 +0000 | [diff] [blame] | 1513 | /* Override any gcc2 internal prototype to avoid an error. */ |
Alexandre Julliard | e2bfa4c | 1996-05-16 18:21:06 +0000 | [diff] [blame] | 1514 | /* We use char because int might match the return type of a gcc2 |
| 1515 | builtin and then its argument prototype would still apply. */ |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1516 | char connect(); |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 1517 | |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1518 | int main() { |
| 1519 | connect() |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 1520 | ; return 0; } |
| 1521 | EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 1522 | if { (eval echo configure:1523: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 1523 | rm -rf conftest* |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 1524 | eval "ac_cv_lib_$ac_lib_var=yes" |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 1525 | else |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1526 | echo "configure: failed program was:" >&5 |
| 1527 | cat conftest.$ac_ext >&5 |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 1528 | rm -rf conftest* |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 1529 | eval "ac_cv_lib_$ac_lib_var=no" |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 1530 | fi |
| 1531 | rm -f conftest* |
| 1532 | LIBS="$ac_save_LIBS" |
| 1533 | |
| 1534 | fi |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 1535 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 1536 | echo "$ac_t""yes" 1>&6 |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1537 | X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS" |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 1538 | else |
| 1539 | echo "$ac_t""no" 1>&6 |
| 1540 | fi |
| 1541 | |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1542 | fi |
| 1543 | |
| 1544 | # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX. |
| 1545 | echo $ac_n "checking for remove""... $ac_c" 1>&6 |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 1546 | echo "configure:1547: checking for remove" >&5 |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1547 | if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then |
| 1548 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 1549 | else |
| 1550 | cat > conftest.$ac_ext <<EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 1551 | #line 1552 "configure" |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1552 | #include "confdefs.h" |
| 1553 | /* System header to define __stub macros and hopefully few prototypes, |
| 1554 | which can conflict with char remove(); below. */ |
| 1555 | #include <assert.h> |
| 1556 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 1557 | /* We use char because int might match the return type of a gcc2 |
| 1558 | builtin and then its argument prototype would still apply. */ |
| 1559 | char remove(); |
| 1560 | |
| 1561 | int main() { |
| 1562 | |
| 1563 | /* The GNU C library defines this for functions which it implements |
| 1564 | to always fail with ENOSYS. Some functions are actually named |
| 1565 | something starting with __ and the normal name is an alias. */ |
| 1566 | #if defined (__stub_remove) || defined (__stub___remove) |
| 1567 | choke me |
| 1568 | #else |
| 1569 | remove(); |
| 1570 | #endif |
| 1571 | |
| 1572 | ; return 0; } |
| 1573 | EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 1574 | if { (eval echo configure:1575: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1575 | rm -rf conftest* |
| 1576 | eval "ac_cv_func_remove=yes" |
| 1577 | else |
| 1578 | echo "configure: failed program was:" >&5 |
| 1579 | cat conftest.$ac_ext >&5 |
| 1580 | rm -rf conftest* |
| 1581 | eval "ac_cv_func_remove=no" |
| 1582 | fi |
| 1583 | rm -f conftest* |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1584 | fi |
Alexandre Julliard | 7e6ae4b | 1996-12-08 19:25:27 +0000 | [diff] [blame] | 1585 | |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1586 | if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then |
| 1587 | echo "$ac_t""yes" 1>&6 |
| 1588 | : |
| 1589 | else |
| 1590 | echo "$ac_t""no" 1>&6 |
| 1591 | fi |
| 1592 | |
| 1593 | if test $ac_cv_func_remove = no; then |
| 1594 | echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6 |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 1595 | echo "configure:1596: checking for remove in -lposix" >&5 |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1596 | ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'` |
Alexandre Julliard | e2bfa4c | 1996-05-16 18:21:06 +0000 | [diff] [blame] | 1597 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 1598 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 1599 | else |
| 1600 | ac_save_LIBS="$LIBS" |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1601 | LIBS="-lposix $LIBS" |
Alexandre Julliard | e2bfa4c | 1996-05-16 18:21:06 +0000 | [diff] [blame] | 1602 | cat > conftest.$ac_ext <<EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 1603 | #line 1604 "configure" |
Alexandre Julliard | e2bfa4c | 1996-05-16 18:21:06 +0000 | [diff] [blame] | 1604 | #include "confdefs.h" |
| 1605 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 1606 | /* We use char because int might match the return type of a gcc2 |
| 1607 | builtin and then its argument prototype would still apply. */ |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1608 | char remove(); |
Alexandre Julliard | e2bfa4c | 1996-05-16 18:21:06 +0000 | [diff] [blame] | 1609 | |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1610 | int main() { |
| 1611 | remove() |
Alexandre Julliard | e2bfa4c | 1996-05-16 18:21:06 +0000 | [diff] [blame] | 1612 | ; return 0; } |
| 1613 | EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 1614 | if { (eval echo configure:1615: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Alexandre Julliard | e2bfa4c | 1996-05-16 18:21:06 +0000 | [diff] [blame] | 1615 | rm -rf conftest* |
| 1616 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 1617 | else |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1618 | echo "configure: failed program was:" >&5 |
| 1619 | cat conftest.$ac_ext >&5 |
Alexandre Julliard | e2bfa4c | 1996-05-16 18:21:06 +0000 | [diff] [blame] | 1620 | rm -rf conftest* |
| 1621 | eval "ac_cv_lib_$ac_lib_var=no" |
| 1622 | fi |
| 1623 | rm -f conftest* |
| 1624 | LIBS="$ac_save_LIBS" |
| 1625 | |
| 1626 | fi |
| 1627 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
| 1628 | echo "$ac_t""yes" 1>&6 |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1629 | X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix" |
Alexandre Julliard | e2bfa4c | 1996-05-16 18:21:06 +0000 | [diff] [blame] | 1630 | else |
| 1631 | echo "$ac_t""no" 1>&6 |
| 1632 | fi |
| 1633 | |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1634 | fi |
| 1635 | |
| 1636 | # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay. |
| 1637 | echo $ac_n "checking for shmat""... $ac_c" 1>&6 |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 1638 | echo "configure:1639: checking for shmat" >&5 |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1639 | if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then |
| 1640 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 1641 | else |
| 1642 | cat > conftest.$ac_ext <<EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 1643 | #line 1644 "configure" |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1644 | #include "confdefs.h" |
| 1645 | /* System header to define __stub macros and hopefully few prototypes, |
| 1646 | which can conflict with char shmat(); below. */ |
| 1647 | #include <assert.h> |
| 1648 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 1649 | /* We use char because int might match the return type of a gcc2 |
| 1650 | builtin and then its argument prototype would still apply. */ |
| 1651 | char shmat(); |
| 1652 | |
| 1653 | int main() { |
| 1654 | |
| 1655 | /* The GNU C library defines this for functions which it implements |
| 1656 | to always fail with ENOSYS. Some functions are actually named |
| 1657 | something starting with __ and the normal name is an alias. */ |
| 1658 | #if defined (__stub_shmat) || defined (__stub___shmat) |
| 1659 | choke me |
| 1660 | #else |
| 1661 | shmat(); |
| 1662 | #endif |
| 1663 | |
| 1664 | ; return 0; } |
| 1665 | EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 1666 | if { (eval echo configure:1667: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1667 | rm -rf conftest* |
| 1668 | eval "ac_cv_func_shmat=yes" |
| 1669 | else |
| 1670 | echo "configure: failed program was:" >&5 |
| 1671 | cat conftest.$ac_ext >&5 |
| 1672 | rm -rf conftest* |
| 1673 | eval "ac_cv_func_shmat=no" |
| 1674 | fi |
| 1675 | rm -f conftest* |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1676 | fi |
Alexandre Julliard | 7e6ae4b | 1996-12-08 19:25:27 +0000 | [diff] [blame] | 1677 | |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1678 | if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then |
| 1679 | echo "$ac_t""yes" 1>&6 |
| 1680 | : |
| 1681 | else |
| 1682 | echo "$ac_t""no" 1>&6 |
| 1683 | fi |
| 1684 | |
| 1685 | if test $ac_cv_func_shmat = no; then |
| 1686 | echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6 |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 1687 | echo "configure:1688: checking for shmat in -lipc" >&5 |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1688 | ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'` |
| 1689 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 1690 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 1691 | else |
| 1692 | ac_save_LIBS="$LIBS" |
| 1693 | LIBS="-lipc $LIBS" |
| 1694 | cat > conftest.$ac_ext <<EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 1695 | #line 1696 "configure" |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1696 | #include "confdefs.h" |
| 1697 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 1698 | /* We use char because int might match the return type of a gcc2 |
| 1699 | builtin and then its argument prototype would still apply. */ |
| 1700 | char shmat(); |
| 1701 | |
| 1702 | int main() { |
| 1703 | shmat() |
| 1704 | ; return 0; } |
| 1705 | EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 1706 | if { (eval echo configure:1707: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1707 | rm -rf conftest* |
| 1708 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 1709 | else |
| 1710 | echo "configure: failed program was:" >&5 |
| 1711 | cat conftest.$ac_ext >&5 |
| 1712 | rm -rf conftest* |
| 1713 | eval "ac_cv_lib_$ac_lib_var=no" |
| 1714 | fi |
| 1715 | rm -f conftest* |
| 1716 | LIBS="$ac_save_LIBS" |
| 1717 | |
| 1718 | fi |
| 1719 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
| 1720 | echo "$ac_t""yes" 1>&6 |
| 1721 | X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc" |
| 1722 | else |
| 1723 | echo "$ac_t""no" 1>&6 |
| 1724 | fi |
| 1725 | |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 1726 | fi |
| 1727 | fi |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1728 | |
| 1729 | # Check for libraries that X11R6 Xt/Xaw programs need. |
| 1730 | ac_save_LDFLAGS="$LDFLAGS" |
| 1731 | test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries" |
| 1732 | # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to |
| 1733 | # check for ICE first), but we must link in the order -lSM -lICE or |
| 1734 | # we get undefined symbols. So assume we have SM if we have ICE. |
| 1735 | # These have to be linked with before -lX11, unlike the other |
| 1736 | # libraries we check for below, so use a different variable. |
| 1737 | # --interran@uluru.Stanford.EDU, kb@cs.umb.edu. |
| 1738 | echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6 |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 1739 | echo "configure:1740: checking for IceConnectionNumber in -lICE" >&5 |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1740 | ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'` |
| 1741 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 1742 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 1743 | else |
| 1744 | ac_save_LIBS="$LIBS" |
Eric Pouech | 18ad24a | 2000-01-16 22:16:33 +0000 | [diff] [blame] | 1745 | LIBS="-lICE $X_EXTRA_LIBS $LIBS" |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1746 | cat > conftest.$ac_ext <<EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 1747 | #line 1748 "configure" |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1748 | #include "confdefs.h" |
| 1749 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 1750 | /* We use char because int might match the return type of a gcc2 |
| 1751 | builtin and then its argument prototype would still apply. */ |
| 1752 | char IceConnectionNumber(); |
| 1753 | |
| 1754 | int main() { |
| 1755 | IceConnectionNumber() |
| 1756 | ; return 0; } |
| 1757 | EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 1758 | if { (eval echo configure:1759: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1759 | rm -rf conftest* |
| 1760 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 1761 | else |
| 1762 | echo "configure: failed program was:" >&5 |
| 1763 | cat conftest.$ac_ext >&5 |
| 1764 | rm -rf conftest* |
| 1765 | eval "ac_cv_lib_$ac_lib_var=no" |
| 1766 | fi |
| 1767 | rm -f conftest* |
| 1768 | LIBS="$ac_save_LIBS" |
| 1769 | |
| 1770 | fi |
| 1771 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
| 1772 | echo "$ac_t""yes" 1>&6 |
| 1773 | X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE" |
| 1774 | else |
| 1775 | echo "$ac_t""no" 1>&6 |
| 1776 | fi |
| 1777 | |
| 1778 | LDFLAGS="$ac_save_LDFLAGS" |
| 1779 | |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 1780 | fi |
| 1781 | |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1782 | for ac_prog in 'bison -y' byacc |
| 1783 | do |
| 1784 | # Extract the first word of "$ac_prog", so it can be a program name with args. |
| 1785 | set dummy $ac_prog; ac_word=$2 |
| 1786 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 1787 | echo "configure:1788: checking for $ac_word" >&5 |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1788 | if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then |
| 1789 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 1790 | else |
| 1791 | if test -n "$YACC"; then |
| 1792 | ac_cv_prog_YACC="$YACC" # Let the user override the test. |
| 1793 | else |
Eric Pouech | 18ad24a | 2000-01-16 22:16:33 +0000 | [diff] [blame] | 1794 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
| 1795 | ac_dummy="$PATH" |
| 1796 | for ac_dir in $ac_dummy; do |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1797 | test -z "$ac_dir" && ac_dir=. |
| 1798 | if test -f $ac_dir/$ac_word; then |
| 1799 | ac_cv_prog_YACC="$ac_prog" |
| 1800 | break |
| 1801 | fi |
| 1802 | done |
| 1803 | IFS="$ac_save_ifs" |
| 1804 | fi |
| 1805 | fi |
| 1806 | YACC="$ac_cv_prog_YACC" |
| 1807 | if test -n "$YACC"; then |
| 1808 | echo "$ac_t""$YACC" 1>&6 |
| 1809 | else |
| 1810 | echo "$ac_t""no" 1>&6 |
| 1811 | fi |
| 1812 | |
| 1813 | test -n "$YACC" && break |
| 1814 | done |
| 1815 | test -n "$YACC" || YACC="yacc" |
| 1816 | |
| 1817 | # Extract the first word of "flex", so it can be a program name with args. |
| 1818 | set dummy flex; ac_word=$2 |
| 1819 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 1820 | echo "configure:1821: checking for $ac_word" >&5 |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1821 | if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then |
| 1822 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 1823 | else |
| 1824 | if test -n "$LEX"; then |
| 1825 | ac_cv_prog_LEX="$LEX" # Let the user override the test. |
| 1826 | else |
Eric Pouech | 18ad24a | 2000-01-16 22:16:33 +0000 | [diff] [blame] | 1827 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
| 1828 | ac_dummy="$PATH" |
| 1829 | for ac_dir in $ac_dummy; do |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1830 | test -z "$ac_dir" && ac_dir=. |
| 1831 | if test -f $ac_dir/$ac_word; then |
| 1832 | ac_cv_prog_LEX="flex" |
| 1833 | break |
| 1834 | fi |
| 1835 | done |
| 1836 | IFS="$ac_save_ifs" |
| 1837 | test -z "$ac_cv_prog_LEX" && ac_cv_prog_LEX="lex" |
| 1838 | fi |
| 1839 | fi |
| 1840 | LEX="$ac_cv_prog_LEX" |
| 1841 | if test -n "$LEX"; then |
| 1842 | echo "$ac_t""$LEX" 1>&6 |
| 1843 | else |
| 1844 | echo "$ac_t""no" 1>&6 |
| 1845 | fi |
| 1846 | |
| 1847 | if test -z "$LEXLIB" |
| 1848 | then |
| 1849 | case "$LEX" in |
| 1850 | flex*) ac_lib=fl ;; |
| 1851 | *) ac_lib=l ;; |
| 1852 | esac |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1853 | echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6 |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 1854 | echo "configure:1855: checking for yywrap in -l$ac_lib" >&5 |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1855 | ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'` |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 1856 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1857 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 1858 | else |
| 1859 | ac_save_LIBS="$LIBS" |
| 1860 | LIBS="-l$ac_lib $LIBS" |
| 1861 | cat > conftest.$ac_ext <<EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 1862 | #line 1863 "configure" |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1863 | #include "confdefs.h" |
Alexandre Julliard | 59730ae | 1996-03-24 16:20:51 +0000 | [diff] [blame] | 1864 | /* Override any gcc2 internal prototype to avoid an error. */ |
Alexandre Julliard | e2bfa4c | 1996-05-16 18:21:06 +0000 | [diff] [blame] | 1865 | /* We use char because int might match the return type of a gcc2 |
| 1866 | builtin and then its argument prototype would still apply. */ |
Alexandre Julliard | 59730ae | 1996-03-24 16:20:51 +0000 | [diff] [blame] | 1867 | char yywrap(); |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1868 | |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1869 | int main() { |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1870 | yywrap() |
| 1871 | ; return 0; } |
| 1872 | EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 1873 | if { (eval echo configure:1874: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1874 | rm -rf conftest* |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 1875 | eval "ac_cv_lib_$ac_lib_var=yes" |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1876 | else |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 1877 | echo "configure: failed program was:" >&5 |
| 1878 | cat conftest.$ac_ext >&5 |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1879 | rm -rf conftest* |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 1880 | eval "ac_cv_lib_$ac_lib_var=no" |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1881 | fi |
| 1882 | rm -f conftest* |
| 1883 | LIBS="$ac_save_LIBS" |
| 1884 | |
| 1885 | fi |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 1886 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1887 | echo "$ac_t""yes" 1>&6 |
| 1888 | LEXLIB="-l$ac_lib" |
| 1889 | else |
| 1890 | echo "$ac_t""no" 1>&6 |
| 1891 | fi |
| 1892 | |
| 1893 | fi |
| 1894 | |
Marcus Meissner | b53bb41 | 2000-07-23 13:41:51 +0000 | [diff] [blame] | 1895 | for ac_prog in $LEX flex lex |
| 1896 | do |
| 1897 | # Extract the first word of "$ac_prog", so it can be a program name with args. |
| 1898 | set dummy $ac_prog; ac_word=$2 |
| 1899 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 1900 | echo "configure:1901: checking for $ac_word" >&5 |
Marcus Meissner | b53bb41 | 2000-07-23 13:41:51 +0000 | [diff] [blame] | 1901 | if eval "test \"`echo '$''{'ac_cv_prog_XLEX'+set}'`\" = set"; then |
| 1902 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 1903 | else |
| 1904 | if test -n "$XLEX"; then |
| 1905 | ac_cv_prog_XLEX="$XLEX" # Let the user override the test. |
| 1906 | else |
| 1907 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
| 1908 | ac_dummy="$PATH" |
| 1909 | for ac_dir in $ac_dummy; do |
| 1910 | test -z "$ac_dir" && ac_dir=. |
| 1911 | if test -f $ac_dir/$ac_word; then |
| 1912 | ac_cv_prog_XLEX="$ac_prog" |
| 1913 | break |
| 1914 | fi |
| 1915 | done |
| 1916 | IFS="$ac_save_ifs" |
| 1917 | fi |
| 1918 | fi |
| 1919 | XLEX="$ac_cv_prog_XLEX" |
| 1920 | if test -n "$XLEX"; then |
| 1921 | echo "$ac_t""$XLEX" 1>&6 |
| 1922 | else |
| 1923 | echo "$ac_t""no" 1>&6 |
| 1924 | fi |
| 1925 | |
| 1926 | test -n "$XLEX" && break |
| 1927 | done |
| 1928 | test -n "$XLEX" || XLEX="none" |
| 1929 | |
| 1930 | if test "$XLEX" = "none" |
| 1931 | then |
| 1932 | echo "*** Error: No suitable lex found. ***" |
| 1933 | echo " Please install the 'flex' package." |
| 1934 | exit 1 |
| 1935 | fi |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 1936 | # Extract the first word of "ranlib", so it can be a program name with args. |
| 1937 | set dummy ranlib; ac_word=$2 |
| 1938 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 1939 | echo "configure:1940: checking for $ac_word" >&5 |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 1940 | if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then |
| 1941 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 1942 | else |
| 1943 | if test -n "$RANLIB"; then |
| 1944 | ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. |
| 1945 | else |
Eric Pouech | 18ad24a | 2000-01-16 22:16:33 +0000 | [diff] [blame] | 1946 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
| 1947 | ac_dummy="$PATH" |
| 1948 | for ac_dir in $ac_dummy; do |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 1949 | test -z "$ac_dir" && ac_dir=. |
| 1950 | if test -f $ac_dir/$ac_word; then |
| 1951 | ac_cv_prog_RANLIB="ranlib" |
| 1952 | break |
| 1953 | fi |
| 1954 | done |
| 1955 | IFS="$ac_save_ifs" |
| 1956 | test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":" |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1957 | fi |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1958 | fi |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 1959 | RANLIB="$ac_cv_prog_RANLIB" |
| 1960 | if test -n "$RANLIB"; then |
| 1961 | echo "$ac_t""$RANLIB" 1>&6 |
| 1962 | else |
| 1963 | echo "$ac_t""no" 1>&6 |
| 1964 | fi |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1965 | |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 1966 | # Find a good install program. We prefer a C program (faster), |
| 1967 | # so one script is as good as another. But avoid the broken or |
| 1968 | # incompatible versions: |
| 1969 | # SysV /etc/install, /usr/sbin/install |
| 1970 | # SunOS /usr/etc/install |
| 1971 | # IRIX /sbin/install |
| 1972 | # AIX /bin/install |
Eric Pouech | 18ad24a | 2000-01-16 22:16:33 +0000 | [diff] [blame] | 1973 | # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 1974 | # AFS /usr/afsws/bin/install, which mishandles nonexistent args |
| 1975 | # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" |
| 1976 | # ./install, which can be erroneously created by make from ./install.sh. |
| 1977 | echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 1978 | echo "configure:1979: checking for a BSD compatible install" >&5 |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 1979 | if test -z "$INSTALL"; then |
| 1980 | if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then |
| 1981 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 1982 | else |
Eric Pouech | 18ad24a | 2000-01-16 22:16:33 +0000 | [diff] [blame] | 1983 | IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":" |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 1984 | for ac_dir in $PATH; do |
| 1985 | # Account for people who put trailing slashes in PATH elements. |
| 1986 | case "$ac_dir/" in |
| 1987 | /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;; |
| 1988 | *) |
| 1989 | # OSF1 and SCO ODT 3.0 have their own names for install. |
Eric Pouech | 18ad24a | 2000-01-16 22:16:33 +0000 | [diff] [blame] | 1990 | # Don't use installbsd from OSF since it installs stuff as root |
| 1991 | # by default. |
| 1992 | for ac_prog in ginstall scoinst install; do |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 1993 | if test -f $ac_dir/$ac_prog; then |
| 1994 | if test $ac_prog = install && |
| 1995 | grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then |
| 1996 | # AIX install. It has an incompatible calling convention. |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 1997 | : |
| 1998 | else |
| 1999 | ac_cv_path_install="$ac_dir/$ac_prog -c" |
| 2000 | break 2 |
| 2001 | fi |
| 2002 | fi |
| 2003 | done |
| 2004 | ;; |
| 2005 | esac |
| 2006 | done |
Alexandre Julliard | 7e6ae4b | 1996-12-08 19:25:27 +0000 | [diff] [blame] | 2007 | IFS="$ac_save_IFS" |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 2008 | |
| 2009 | fi |
| 2010 | if test "${ac_cv_path_install+set}" = set; then |
| 2011 | INSTALL="$ac_cv_path_install" |
| 2012 | else |
| 2013 | # As a last resort, use the slow shell script. We don't cache a |
| 2014 | # path for INSTALL within a source directory, because that will |
| 2015 | # break other packages using the cache if that directory is |
| 2016 | # removed, or if the path is relative. |
| 2017 | INSTALL="$ac_install_sh" |
| 2018 | fi |
| 2019 | fi |
| 2020 | echo "$ac_t""$INSTALL" 1>&6 |
| 2021 | |
| 2022 | # Use test -z because SunOS4 sh mishandles braces in ${var-val}. |
| 2023 | # It thinks the first close brace ends the variable substitution. |
| 2024 | test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' |
| 2025 | |
Eric Pouech | 18ad24a | 2000-01-16 22:16:33 +0000 | [diff] [blame] | 2026 | test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' |
| 2027 | |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 2028 | test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' |
| 2029 | |
Alexandre Julliard | 641ee76 | 1997-08-04 16:34:36 +0000 | [diff] [blame] | 2030 | echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 2031 | echo "configure:2032: checking whether ln -s works" >&5 |
Alexandre Julliard | 641ee76 | 1997-08-04 16:34:36 +0000 | [diff] [blame] | 2032 | if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then |
| 2033 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 2034 | else |
| 2035 | rm -f conftestdata |
| 2036 | if ln -s X conftestdata 2>/dev/null |
| 2037 | then |
| 2038 | rm -f conftestdata |
| 2039 | ac_cv_prog_LN_S="ln -s" |
| 2040 | else |
| 2041 | ac_cv_prog_LN_S=ln |
| 2042 | fi |
| 2043 | fi |
| 2044 | LN_S="$ac_cv_prog_LN_S" |
| 2045 | if test "$ac_cv_prog_LN_S" = "ln -s"; then |
| 2046 | echo "$ac_t""yes" 1>&6 |
| 2047 | else |
| 2048 | echo "$ac_t""no" 1>&6 |
| 2049 | fi |
| 2050 | |
Alexandre Julliard | c7c217b | 1998-04-13 12:21:30 +0000 | [diff] [blame] | 2051 | # Extract the first word of "c2man", so it can be a program name with args. |
| 2052 | set dummy c2man; ac_word=$2 |
| 2053 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 2054 | echo "configure:2055: checking for $ac_word" >&5 |
Alexandre Julliard | c7c217b | 1998-04-13 12:21:30 +0000 | [diff] [blame] | 2055 | if eval "test \"`echo '$''{'ac_cv_prog_C2MAN'+set}'`\" = set"; then |
| 2056 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 2057 | else |
| 2058 | if test -n "$C2MAN"; then |
| 2059 | ac_cv_prog_C2MAN="$C2MAN" # Let the user override the test. |
| 2060 | else |
Eric Pouech | 18ad24a | 2000-01-16 22:16:33 +0000 | [diff] [blame] | 2061 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
| 2062 | ac_dummy="$PATH" |
| 2063 | for ac_dir in $ac_dummy; do |
Alexandre Julliard | c7c217b | 1998-04-13 12:21:30 +0000 | [diff] [blame] | 2064 | test -z "$ac_dir" && ac_dir=. |
| 2065 | if test -f $ac_dir/$ac_word; then |
| 2066 | ac_cv_prog_C2MAN="c2man" |
| 2067 | break |
| 2068 | fi |
| 2069 | done |
| 2070 | IFS="$ac_save_ifs" |
Mike McCormack | e0df32f | 2000-08-11 21:15:21 +0000 | [diff] [blame] | 2071 | test -z "$ac_cv_prog_C2MAN" && ac_cv_prog_C2MAN="\$(TOPSRCDIR)/tools/c2man.pl" |
Alexandre Julliard | c7c217b | 1998-04-13 12:21:30 +0000 | [diff] [blame] | 2072 | fi |
| 2073 | fi |
| 2074 | C2MAN="$ac_cv_prog_C2MAN" |
| 2075 | if test -n "$C2MAN"; then |
| 2076 | echo "$ac_t""$C2MAN" 1>&6 |
| 2077 | else |
| 2078 | echo "$ac_t""no" 1>&6 |
| 2079 | fi |
| 2080 | |
James Juran | ffe6b76 | 1999-06-12 08:21:57 +0000 | [diff] [blame] | 2081 | # Extract the first word of "ldconfig", so it can be a program name with args. |
| 2082 | set dummy ldconfig; ac_word=$2 |
| 2083 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 2084 | echo "configure:2085: checking for $ac_word" >&5 |
James Juran | ffe6b76 | 1999-06-12 08:21:57 +0000 | [diff] [blame] | 2085 | if eval "test \"`echo '$''{'ac_cv_path_LDCONFIG'+set}'`\" = set"; then |
| 2086 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 2087 | else |
| 2088 | case "$LDCONFIG" in |
| 2089 | /*) |
| 2090 | ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path. |
| 2091 | ;; |
Eric Pouech | 18ad24a | 2000-01-16 22:16:33 +0000 | [diff] [blame] | 2092 | ?:/*) |
| 2093 | ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a dos path. |
| 2094 | ;; |
James Juran | ffe6b76 | 1999-06-12 08:21:57 +0000 | [diff] [blame] | 2095 | *) |
Eric Pouech | 18ad24a | 2000-01-16 22:16:33 +0000 | [diff] [blame] | 2096 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
| 2097 | ac_dummy="/sbin:/usr/sbin:$PATH" |
| 2098 | for ac_dir in $ac_dummy; do |
James Juran | ffe6b76 | 1999-06-12 08:21:57 +0000 | [diff] [blame] | 2099 | test -z "$ac_dir" && ac_dir=. |
| 2100 | if test -f $ac_dir/$ac_word; then |
| 2101 | ac_cv_path_LDCONFIG="$ac_dir/$ac_word" |
| 2102 | break |
| 2103 | fi |
| 2104 | done |
| 2105 | IFS="$ac_save_ifs" |
Alexandre Julliard | 318f4ce | 2000-01-31 05:02:49 +0000 | [diff] [blame] | 2106 | test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true" |
James Juran | ffe6b76 | 1999-06-12 08:21:57 +0000 | [diff] [blame] | 2107 | ;; |
| 2108 | esac |
| 2109 | fi |
| 2110 | LDCONFIG="$ac_cv_path_LDCONFIG" |
| 2111 | if test -n "$LDCONFIG"; then |
| 2112 | echo "$ac_t""$LDCONFIG" 1>&6 |
| 2113 | else |
| 2114 | echo "$ac_t""no" 1>&6 |
| 2115 | fi |
| 2116 | |
Dimitrie O. Paun | 79e44ab | 2000-12-05 04:13:36 +0000 | [diff] [blame] | 2117 | echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6 |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 2118 | echo "configure:2119: checking for Cygwin environment" >&5 |
Dimitrie O. Paun | 79e44ab | 2000-12-05 04:13:36 +0000 | [diff] [blame] | 2119 | if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then |
| 2120 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 2121 | else |
| 2122 | cat > conftest.$ac_ext <<EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 2123 | #line 2124 "configure" |
Dimitrie O. Paun | 79e44ab | 2000-12-05 04:13:36 +0000 | [diff] [blame] | 2124 | #include "confdefs.h" |
| 2125 | |
| 2126 | int main() { |
| 2127 | |
| 2128 | #ifndef __CYGWIN__ |
| 2129 | #define __CYGWIN__ __CYGWIN32__ |
| 2130 | #endif |
| 2131 | return __CYGWIN__; |
| 2132 | ; return 0; } |
| 2133 | EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 2134 | if { (eval echo configure:2135: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
Dimitrie O. Paun | 79e44ab | 2000-12-05 04:13:36 +0000 | [diff] [blame] | 2135 | rm -rf conftest* |
| 2136 | ac_cv_cygwin=yes |
| 2137 | else |
| 2138 | echo "configure: failed program was:" >&5 |
| 2139 | cat conftest.$ac_ext >&5 |
| 2140 | rm -rf conftest* |
| 2141 | ac_cv_cygwin=no |
| 2142 | fi |
| 2143 | rm -f conftest* |
| 2144 | rm -f conftest* |
| 2145 | fi |
| 2146 | |
| 2147 | echo "$ac_t""$ac_cv_cygwin" 1>&6 |
| 2148 | CYGWIN= |
| 2149 | test "$ac_cv_cygwin" = yes && CYGWIN=yes |
Hidenori Takeshima | d48ca94 | 2000-12-22 22:28:00 +0000 | [diff] [blame] | 2150 | # Extract the first word of "dllwrap", so it can be a program name with args. |
| 2151 | set dummy dllwrap; ac_word=$2 |
| 2152 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 2153 | echo "configure:2154: checking for $ac_word" >&5 |
Hidenori Takeshima | d48ca94 | 2000-12-22 22:28:00 +0000 | [diff] [blame] | 2154 | if eval "test \"`echo '$''{'ac_cv_prog_DLLWRAP'+set}'`\" = set"; then |
| 2155 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 2156 | else |
| 2157 | if test -n "$DLLWRAP"; then |
| 2158 | ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test. |
| 2159 | else |
| 2160 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
| 2161 | ac_dummy="$PATH" |
| 2162 | for ac_dir in $ac_dummy; do |
| 2163 | test -z "$ac_dir" && ac_dir=. |
| 2164 | if test -f $ac_dir/$ac_word; then |
| 2165 | ac_cv_prog_DLLWRAP="dllwrap" |
| 2166 | break |
| 2167 | fi |
| 2168 | done |
| 2169 | IFS="$ac_save_ifs" |
| 2170 | test -z "$ac_cv_prog_DLLWRAP" && ac_cv_prog_DLLWRAP="false" |
| 2171 | fi |
| 2172 | fi |
| 2173 | DLLWRAP="$ac_cv_prog_DLLWRAP" |
| 2174 | if test -n "$DLLWRAP"; then |
| 2175 | echo "$ac_t""$DLLWRAP" 1>&6 |
| 2176 | else |
| 2177 | echo "$ac_t""no" 1>&6 |
| 2178 | fi |
| 2179 | |
Alexandre Julliard | 02e9008 | 1998-01-04 17:49:09 +0000 | [diff] [blame] | 2180 | |
Patrik Stridvall | a9be64e | 1999-07-31 17:39:44 +0000 | [diff] [blame] | 2181 | for ac_prog in lclint lint |
| 2182 | do |
| 2183 | # Extract the first word of "$ac_prog", so it can be a program name with args. |
| 2184 | set dummy $ac_prog; ac_word=$2 |
| 2185 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 2186 | echo "configure:2187: checking for $ac_word" >&5 |
Patrik Stridvall | a9be64e | 1999-07-31 17:39:44 +0000 | [diff] [blame] | 2187 | if eval "test \"`echo '$''{'ac_cv_prog_LINT'+set}'`\" = set"; then |
| 2188 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 2189 | else |
| 2190 | if test -n "$LINT"; then |
| 2191 | ac_cv_prog_LINT="$LINT" # Let the user override the test. |
| 2192 | else |
Eric Pouech | 18ad24a | 2000-01-16 22:16:33 +0000 | [diff] [blame] | 2193 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
| 2194 | ac_dummy="$PATH" |
| 2195 | for ac_dir in $ac_dummy; do |
Patrik Stridvall | a9be64e | 1999-07-31 17:39:44 +0000 | [diff] [blame] | 2196 | test -z "$ac_dir" && ac_dir=. |
| 2197 | if test -f $ac_dir/$ac_word; then |
| 2198 | ac_cv_prog_LINT="$ac_prog" |
| 2199 | break |
| 2200 | fi |
| 2201 | done |
| 2202 | IFS="$ac_save_ifs" |
| 2203 | fi |
| 2204 | fi |
| 2205 | LINT="$ac_cv_prog_LINT" |
| 2206 | if test -n "$LINT"; then |
| 2207 | echo "$ac_t""$LINT" 1>&6 |
| 2208 | else |
| 2209 | echo "$ac_t""no" 1>&6 |
| 2210 | fi |
| 2211 | |
| 2212 | test -n "$LINT" && break |
| 2213 | done |
| 2214 | |
| 2215 | if test "$LINT" = "lint" |
| 2216 | then |
| 2217 | LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4" |
| 2218 | fi |
| 2219 | |
| 2220 | |
| 2221 | |
Dimitrie O. Paun | 79e44ab | 2000-12-05 04:13:36 +0000 | [diff] [blame] | 2222 | if test "$CYGWIN" = "yes" |
| 2223 | then |
| 2224 | LDCOMBINE="ld -r --enable-stdcall-fixup" |
| 2225 | else |
| 2226 | LDCOMBINE="ld -r" |
| 2227 | fi |
| 2228 | |
| 2229 | |
Alexandre Julliard | 02e9008 | 1998-01-04 17:49:09 +0000 | [diff] [blame] | 2230 | |
Howard Abrams | 1327748 | 1999-07-10 13:16:29 +0000 | [diff] [blame] | 2231 | echo $ac_n "checking for sqrt in -lm""... $ac_c" 1>&6 |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 2232 | echo "configure:2233: checking for sqrt in -lm" >&5 |
Howard Abrams | 1327748 | 1999-07-10 13:16:29 +0000 | [diff] [blame] | 2233 | ac_lib_var=`echo m'_'sqrt | sed 'y%./+-%__p_%'` |
| 2234 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 2235 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 2236 | else |
| 2237 | ac_save_LIBS="$LIBS" |
| 2238 | LIBS="-lm $LIBS" |
| 2239 | cat > conftest.$ac_ext <<EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 2240 | #line 2241 "configure" |
Howard Abrams | 1327748 | 1999-07-10 13:16:29 +0000 | [diff] [blame] | 2241 | #include "confdefs.h" |
| 2242 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 2243 | /* We use char because int might match the return type of a gcc2 |
| 2244 | builtin and then its argument prototype would still apply. */ |
| 2245 | char sqrt(); |
| 2246 | |
| 2247 | int main() { |
| 2248 | sqrt() |
| 2249 | ; return 0; } |
| 2250 | EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 2251 | if { (eval echo configure:2252: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Howard Abrams | 1327748 | 1999-07-10 13:16:29 +0000 | [diff] [blame] | 2252 | rm -rf conftest* |
| 2253 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 2254 | else |
| 2255 | echo "configure: failed program was:" >&5 |
| 2256 | cat conftest.$ac_ext >&5 |
| 2257 | rm -rf conftest* |
| 2258 | eval "ac_cv_lib_$ac_lib_var=no" |
| 2259 | fi |
| 2260 | rm -f conftest* |
| 2261 | LIBS="$ac_save_LIBS" |
| 2262 | |
| 2263 | fi |
| 2264 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
| 2265 | echo "$ac_t""yes" 1>&6 |
| 2266 | ac_tr_lib=HAVE_LIB`echo m | sed -e 's/[^a-zA-Z0-9_]/_/g' \ |
| 2267 | -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` |
| 2268 | cat >> confdefs.h <<EOF |
| 2269 | #define $ac_tr_lib 1 |
| 2270 | EOF |
| 2271 | |
| 2272 | LIBS="-lm $LIBS" |
| 2273 | |
| 2274 | else |
| 2275 | echo "$ac_t""no" 1>&6 |
| 2276 | fi |
| 2277 | |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 2278 | echo $ac_n "checking for i386_set_ldt in -li386""... $ac_c" 1>&6 |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 2279 | echo "configure:2280: checking for i386_set_ldt in -li386" >&5 |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 2280 | ac_lib_var=`echo i386'_'i386_set_ldt | sed 'y%./+-%__p_%'` |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 2281 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
Alexandre Julliard | 902da69 | 1995-11-05 14:39:02 +0000 | [diff] [blame] | 2282 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 2283 | else |
| 2284 | ac_save_LIBS="$LIBS" |
| 2285 | LIBS="-li386 $LIBS" |
| 2286 | cat > conftest.$ac_ext <<EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 2287 | #line 2288 "configure" |
Alexandre Julliard | 902da69 | 1995-11-05 14:39:02 +0000 | [diff] [blame] | 2288 | #include "confdefs.h" |
Alexandre Julliard | 59730ae | 1996-03-24 16:20:51 +0000 | [diff] [blame] | 2289 | /* Override any gcc2 internal prototype to avoid an error. */ |
Alexandre Julliard | e2bfa4c | 1996-05-16 18:21:06 +0000 | [diff] [blame] | 2290 | /* We use char because int might match the return type of a gcc2 |
| 2291 | builtin and then its argument prototype would still apply. */ |
Alexandre Julliard | 59730ae | 1996-03-24 16:20:51 +0000 | [diff] [blame] | 2292 | char i386_set_ldt(); |
Alexandre Julliard | 902da69 | 1995-11-05 14:39:02 +0000 | [diff] [blame] | 2293 | |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 2294 | int main() { |
Alexandre Julliard | 902da69 | 1995-11-05 14:39:02 +0000 | [diff] [blame] | 2295 | i386_set_ldt() |
| 2296 | ; return 0; } |
| 2297 | EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 2298 | if { (eval echo configure:2299: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Alexandre Julliard | 902da69 | 1995-11-05 14:39:02 +0000 | [diff] [blame] | 2299 | rm -rf conftest* |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 2300 | eval "ac_cv_lib_$ac_lib_var=yes" |
Alexandre Julliard | 902da69 | 1995-11-05 14:39:02 +0000 | [diff] [blame] | 2301 | else |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 2302 | echo "configure: failed program was:" >&5 |
| 2303 | cat conftest.$ac_ext >&5 |
Alexandre Julliard | 902da69 | 1995-11-05 14:39:02 +0000 | [diff] [blame] | 2304 | rm -rf conftest* |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 2305 | eval "ac_cv_lib_$ac_lib_var=no" |
Alexandre Julliard | 902da69 | 1995-11-05 14:39:02 +0000 | [diff] [blame] | 2306 | fi |
| 2307 | rm -f conftest* |
| 2308 | LIBS="$ac_save_LIBS" |
| 2309 | |
| 2310 | fi |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 2311 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
Alexandre Julliard | 902da69 | 1995-11-05 14:39:02 +0000 | [diff] [blame] | 2312 | echo "$ac_t""yes" 1>&6 |
Alexandre Julliard | 02e9008 | 1998-01-04 17:49:09 +0000 | [diff] [blame] | 2313 | ac_tr_lib=HAVE_LIB`echo i386 | sed -e 's/[^a-zA-Z0-9_]/_/g' \ |
| 2314 | -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` |
| 2315 | cat >> confdefs.h <<EOF |
| 2316 | #define $ac_tr_lib 1 |
| 2317 | EOF |
| 2318 | |
| 2319 | LIBS="-li386 $LIBS" |
| 2320 | |
| 2321 | else |
| 2322 | echo "$ac_t""no" 1>&6 |
| 2323 | fi |
| 2324 | |
Todd Vierling | ecc7669 | 1998-12-15 17:49:02 +0000 | [diff] [blame] | 2325 | echo $ac_n "checking for _oss_ioctl in -lossaudio""... $ac_c" 1>&6 |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 2326 | echo "configure:2327: checking for _oss_ioctl in -lossaudio" >&5 |
Todd Vierling | ecc7669 | 1998-12-15 17:49:02 +0000 | [diff] [blame] | 2327 | ac_lib_var=`echo ossaudio'_'_oss_ioctl | sed 'y%./+-%__p_%'` |
| 2328 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 2329 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 2330 | else |
| 2331 | ac_save_LIBS="$LIBS" |
| 2332 | LIBS="-lossaudio $LIBS" |
| 2333 | cat > conftest.$ac_ext <<EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 2334 | #line 2335 "configure" |
Todd Vierling | ecc7669 | 1998-12-15 17:49:02 +0000 | [diff] [blame] | 2335 | #include "confdefs.h" |
| 2336 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 2337 | /* We use char because int might match the return type of a gcc2 |
| 2338 | builtin and then its argument prototype would still apply. */ |
| 2339 | char _oss_ioctl(); |
| 2340 | |
| 2341 | int main() { |
| 2342 | _oss_ioctl() |
| 2343 | ; return 0; } |
| 2344 | EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 2345 | if { (eval echo configure:2346: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Todd Vierling | ecc7669 | 1998-12-15 17:49:02 +0000 | [diff] [blame] | 2346 | rm -rf conftest* |
| 2347 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 2348 | else |
| 2349 | echo "configure: failed program was:" >&5 |
| 2350 | cat conftest.$ac_ext >&5 |
| 2351 | rm -rf conftest* |
| 2352 | eval "ac_cv_lib_$ac_lib_var=no" |
| 2353 | fi |
| 2354 | rm -f conftest* |
| 2355 | LIBS="$ac_save_LIBS" |
| 2356 | |
| 2357 | fi |
| 2358 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
| 2359 | echo "$ac_t""yes" 1>&6 |
| 2360 | ac_tr_lib=HAVE_LIB`echo ossaudio | sed -e 's/[^a-zA-Z0-9_]/_/g' \ |
| 2361 | -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` |
| 2362 | cat >> confdefs.h <<EOF |
| 2363 | #define $ac_tr_lib 1 |
| 2364 | EOF |
| 2365 | |
| 2366 | LIBS="-lossaudio $LIBS" |
| 2367 | |
| 2368 | else |
| 2369 | echo "$ac_t""no" 1>&6 |
| 2370 | fi |
| 2371 | |
Ulrich Weigand | 2e8e233 | 2000-12-27 18:49:08 +0000 | [diff] [blame] | 2372 | for ac_func in iswalnum |
Patrik Stridvall | ea58472 | 1998-11-01 16:22:07 +0000 | [diff] [blame] | 2373 | do |
| 2374 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 2375 | echo "configure:2376: checking for $ac_func" >&5 |
Patrik Stridvall | ea58472 | 1998-11-01 16:22:07 +0000 | [diff] [blame] | 2376 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
| 2377 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 2378 | else |
| 2379 | cat > conftest.$ac_ext <<EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 2380 | #line 2381 "configure" |
Patrik Stridvall | ea58472 | 1998-11-01 16:22:07 +0000 | [diff] [blame] | 2381 | #include "confdefs.h" |
| 2382 | /* System header to define __stub macros and hopefully few prototypes, |
| 2383 | which can conflict with char $ac_func(); below. */ |
| 2384 | #include <assert.h> |
| 2385 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 2386 | /* We use char because int might match the return type of a gcc2 |
| 2387 | builtin and then its argument prototype would still apply. */ |
| 2388 | char $ac_func(); |
| 2389 | |
| 2390 | int main() { |
| 2391 | |
| 2392 | /* The GNU C library defines this for functions which it implements |
| 2393 | to always fail with ENOSYS. Some functions are actually named |
| 2394 | something starting with __ and the normal name is an alias. */ |
| 2395 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) |
| 2396 | choke me |
| 2397 | #else |
| 2398 | $ac_func(); |
| 2399 | #endif |
| 2400 | |
| 2401 | ; return 0; } |
| 2402 | EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 2403 | if { (eval echo configure:2404: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Ulrich Weigand | 2e8e233 | 2000-12-27 18:49:08 +0000 | [diff] [blame] | 2404 | rm -rf conftest* |
| 2405 | eval "ac_cv_func_$ac_func=yes" |
| 2406 | else |
| 2407 | echo "configure: failed program was:" >&5 |
| 2408 | cat conftest.$ac_ext >&5 |
| 2409 | rm -rf conftest* |
| 2410 | eval "ac_cv_func_$ac_func=no" |
| 2411 | fi |
| 2412 | rm -f conftest* |
| 2413 | fi |
| 2414 | |
| 2415 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then |
| 2416 | echo "$ac_t""yes" 1>&6 |
| 2417 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` |
| 2418 | cat >> confdefs.h <<EOF |
| 2419 | #define $ac_tr_func 1 |
| 2420 | EOF |
| 2421 | |
| 2422 | else |
| 2423 | echo "$ac_t""no" 1>&6 |
| 2424 | echo $ac_n "checking for iswalnum in -lw""... $ac_c" 1>&6 |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 2425 | echo "configure:2426: checking for iswalnum in -lw" >&5 |
Ulrich Weigand | 2e8e233 | 2000-12-27 18:49:08 +0000 | [diff] [blame] | 2426 | ac_lib_var=`echo w'_'iswalnum | sed 'y%./+-%__p_%'` |
| 2427 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 2428 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 2429 | else |
| 2430 | ac_save_LIBS="$LIBS" |
| 2431 | LIBS="-lw $LIBS" |
| 2432 | cat > conftest.$ac_ext <<EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 2433 | #line 2434 "configure" |
Ulrich Weigand | 2e8e233 | 2000-12-27 18:49:08 +0000 | [diff] [blame] | 2434 | #include "confdefs.h" |
| 2435 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 2436 | /* We use char because int might match the return type of a gcc2 |
| 2437 | builtin and then its argument prototype would still apply. */ |
| 2438 | char iswalnum(); |
| 2439 | |
| 2440 | int main() { |
| 2441 | iswalnum() |
| 2442 | ; return 0; } |
| 2443 | EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 2444 | if { (eval echo configure:2445: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Ulrich Weigand | 2e8e233 | 2000-12-27 18:49:08 +0000 | [diff] [blame] | 2445 | rm -rf conftest* |
| 2446 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 2447 | else |
| 2448 | echo "configure: failed program was:" >&5 |
| 2449 | cat conftest.$ac_ext >&5 |
| 2450 | rm -rf conftest* |
| 2451 | eval "ac_cv_lib_$ac_lib_var=no" |
| 2452 | fi |
| 2453 | rm -f conftest* |
| 2454 | LIBS="$ac_save_LIBS" |
| 2455 | |
| 2456 | fi |
| 2457 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
| 2458 | echo "$ac_t""yes" 1>&6 |
| 2459 | ac_tr_lib=HAVE_LIB`echo w | sed -e 's/^a-zA-Z0-9_/_/g' \ |
| 2460 | -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` |
| 2461 | cat >> confdefs.h <<EOF |
| 2462 | #define $ac_tr_lib 1 |
| 2463 | EOF |
| 2464 | |
| 2465 | LIBS="-lw $LIBS" |
| 2466 | |
| 2467 | else |
| 2468 | echo "$ac_t""no" 1>&6 |
| 2469 | fi |
| 2470 | |
| 2471 | fi |
| 2472 | done |
| 2473 | |
| 2474 | for ac_func in gethostbyname |
| 2475 | do |
| 2476 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 2477 | echo "configure:2478: checking for $ac_func" >&5 |
Ulrich Weigand | 2e8e233 | 2000-12-27 18:49:08 +0000 | [diff] [blame] | 2478 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
| 2479 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 2480 | else |
| 2481 | cat > conftest.$ac_ext <<EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 2482 | #line 2483 "configure" |
Ulrich Weigand | 2e8e233 | 2000-12-27 18:49:08 +0000 | [diff] [blame] | 2483 | #include "confdefs.h" |
| 2484 | /* System header to define __stub macros and hopefully few prototypes, |
| 2485 | which can conflict with char $ac_func(); below. */ |
| 2486 | #include <assert.h> |
| 2487 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 2488 | /* We use char because int might match the return type of a gcc2 |
| 2489 | builtin and then its argument prototype would still apply. */ |
| 2490 | char $ac_func(); |
| 2491 | |
| 2492 | int main() { |
| 2493 | |
| 2494 | /* The GNU C library defines this for functions which it implements |
| 2495 | to always fail with ENOSYS. Some functions are actually named |
| 2496 | something starting with __ and the normal name is an alias. */ |
| 2497 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) |
| 2498 | choke me |
| 2499 | #else |
| 2500 | $ac_func(); |
| 2501 | #endif |
| 2502 | |
| 2503 | ; return 0; } |
| 2504 | EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 2505 | if { (eval echo configure:2506: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Patrik Stridvall | ea58472 | 1998-11-01 16:22:07 +0000 | [diff] [blame] | 2506 | rm -rf conftest* |
| 2507 | eval "ac_cv_func_$ac_func=yes" |
| 2508 | else |
| 2509 | echo "configure: failed program was:" >&5 |
| 2510 | cat conftest.$ac_ext >&5 |
| 2511 | rm -rf conftest* |
| 2512 | eval "ac_cv_func_$ac_func=no" |
| 2513 | fi |
| 2514 | rm -f conftest* |
| 2515 | fi |
| 2516 | |
| 2517 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then |
| 2518 | echo "$ac_t""yes" 1>&6 |
| 2519 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` |
| 2520 | cat >> confdefs.h <<EOF |
| 2521 | #define $ac_tr_func 1 |
| 2522 | EOF |
| 2523 | |
| 2524 | else |
| 2525 | echo "$ac_t""no" 1>&6 |
Marcus Meissner | f070fda | 1999-04-24 12:02:14 +0000 | [diff] [blame] | 2526 | echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6 |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 2527 | echo "configure:2528: checking for gethostbyname in -lnsl" >&5 |
Patrik Stridvall | ea58472 | 1998-11-01 16:22:07 +0000 | [diff] [blame] | 2528 | ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'` |
| 2529 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 2530 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 2531 | else |
| 2532 | ac_save_LIBS="$LIBS" |
Ulrich Weigand | 2e8e233 | 2000-12-27 18:49:08 +0000 | [diff] [blame] | 2533 | LIBS="-lnsl $LIBS" |
Patrik Stridvall | ea58472 | 1998-11-01 16:22:07 +0000 | [diff] [blame] | 2534 | cat > conftest.$ac_ext <<EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 2535 | #line 2536 "configure" |
Patrik Stridvall | ea58472 | 1998-11-01 16:22:07 +0000 | [diff] [blame] | 2536 | #include "confdefs.h" |
| 2537 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 2538 | /* We use char because int might match the return type of a gcc2 |
| 2539 | builtin and then its argument prototype would still apply. */ |
| 2540 | char gethostbyname(); |
| 2541 | |
| 2542 | int main() { |
| 2543 | gethostbyname() |
| 2544 | ; return 0; } |
| 2545 | EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 2546 | if { (eval echo configure:2547: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Patrik Stridvall | ea58472 | 1998-11-01 16:22:07 +0000 | [diff] [blame] | 2547 | rm -rf conftest* |
| 2548 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 2549 | else |
| 2550 | echo "configure: failed program was:" >&5 |
| 2551 | cat conftest.$ac_ext >&5 |
| 2552 | rm -rf conftest* |
| 2553 | eval "ac_cv_lib_$ac_lib_var=no" |
| 2554 | fi |
| 2555 | rm -f conftest* |
| 2556 | LIBS="$ac_save_LIBS" |
| 2557 | |
| 2558 | fi |
| 2559 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
| 2560 | echo "$ac_t""yes" 1>&6 |
Ulrich Weigand | 2e8e233 | 2000-12-27 18:49:08 +0000 | [diff] [blame] | 2561 | ac_tr_lib=HAVE_LIB`echo nsl | sed -e 's/^a-zA-Z0-9_/_/g' \ |
| 2562 | -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` |
| 2563 | cat >> confdefs.h <<EOF |
| 2564 | #define $ac_tr_lib 1 |
Ron Record | e977d6c | 1999-09-05 12:32:05 +0000 | [diff] [blame] | 2565 | EOF |
Ron Record | e977d6c | 1999-09-05 12:32:05 +0000 | [diff] [blame] | 2566 | |
Ulrich Weigand | 2e8e233 | 2000-12-27 18:49:08 +0000 | [diff] [blame] | 2567 | LIBS="-lnsl $LIBS" |
| 2568 | |
Ron Record | e977d6c | 1999-09-05 12:32:05 +0000 | [diff] [blame] | 2569 | else |
| 2570 | echo "$ac_t""no" 1>&6 |
| 2571 | fi |
| 2572 | |
Patrik Stridvall | ea58472 | 1998-11-01 16:22:07 +0000 | [diff] [blame] | 2573 | fi |
Marcus Meissner | f070fda | 1999-04-24 12:02:14 +0000 | [diff] [blame] | 2574 | done |
| 2575 | |
Ulrich Weigand | 715a55e | 1999-04-18 13:19:56 +0000 | [diff] [blame] | 2576 | for ac_func in connect |
| 2577 | do |
| 2578 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 2579 | echo "configure:2580: checking for $ac_func" >&5 |
Ulrich Weigand | 715a55e | 1999-04-18 13:19:56 +0000 | [diff] [blame] | 2580 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
| 2581 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 2582 | else |
| 2583 | cat > conftest.$ac_ext <<EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 2584 | #line 2585 "configure" |
Ulrich Weigand | 715a55e | 1999-04-18 13:19:56 +0000 | [diff] [blame] | 2585 | #include "confdefs.h" |
| 2586 | /* System header to define __stub macros and hopefully few prototypes, |
| 2587 | which can conflict with char $ac_func(); below. */ |
| 2588 | #include <assert.h> |
| 2589 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 2590 | /* We use char because int might match the return type of a gcc2 |
| 2591 | builtin and then its argument prototype would still apply. */ |
| 2592 | char $ac_func(); |
| 2593 | |
| 2594 | int main() { |
| 2595 | |
| 2596 | /* The GNU C library defines this for functions which it implements |
| 2597 | to always fail with ENOSYS. Some functions are actually named |
| 2598 | something starting with __ and the normal name is an alias. */ |
| 2599 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) |
| 2600 | choke me |
| 2601 | #else |
| 2602 | $ac_func(); |
| 2603 | #endif |
| 2604 | |
| 2605 | ; return 0; } |
| 2606 | EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 2607 | if { (eval echo configure:2608: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Ulrich Weigand | 715a55e | 1999-04-18 13:19:56 +0000 | [diff] [blame] | 2608 | rm -rf conftest* |
| 2609 | eval "ac_cv_func_$ac_func=yes" |
| 2610 | else |
| 2611 | echo "configure: failed program was:" >&5 |
| 2612 | cat conftest.$ac_ext >&5 |
| 2613 | rm -rf conftest* |
| 2614 | eval "ac_cv_func_$ac_func=no" |
| 2615 | fi |
| 2616 | rm -f conftest* |
| 2617 | fi |
| 2618 | |
| 2619 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then |
| 2620 | echo "$ac_t""yes" 1>&6 |
| 2621 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` |
| 2622 | cat >> confdefs.h <<EOF |
| 2623 | #define $ac_tr_func 1 |
| 2624 | EOF |
| 2625 | |
| 2626 | else |
| 2627 | echo "$ac_t""no" 1>&6 |
Marcus Meissner | f070fda | 1999-04-24 12:02:14 +0000 | [diff] [blame] | 2628 | echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6 |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 2629 | echo "configure:2630: checking for connect in -lsocket" >&5 |
Ulrich Weigand | 715a55e | 1999-04-18 13:19:56 +0000 | [diff] [blame] | 2630 | ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'` |
| 2631 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 2632 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 2633 | else |
| 2634 | ac_save_LIBS="$LIBS" |
| 2635 | LIBS="-lsocket $LIBS" |
| 2636 | cat > conftest.$ac_ext <<EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 2637 | #line 2638 "configure" |
Ulrich Weigand | 715a55e | 1999-04-18 13:19:56 +0000 | [diff] [blame] | 2638 | #include "confdefs.h" |
| 2639 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 2640 | /* We use char because int might match the return type of a gcc2 |
| 2641 | builtin and then its argument prototype would still apply. */ |
| 2642 | char connect(); |
| 2643 | |
| 2644 | int main() { |
| 2645 | connect() |
| 2646 | ; return 0; } |
| 2647 | EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 2648 | if { (eval echo configure:2649: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Ulrich Weigand | 715a55e | 1999-04-18 13:19:56 +0000 | [diff] [blame] | 2649 | rm -rf conftest* |
| 2650 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 2651 | else |
| 2652 | echo "configure: failed program was:" >&5 |
| 2653 | cat conftest.$ac_ext >&5 |
| 2654 | rm -rf conftest* |
| 2655 | eval "ac_cv_lib_$ac_lib_var=no" |
| 2656 | fi |
| 2657 | rm -f conftest* |
| 2658 | LIBS="$ac_save_LIBS" |
| 2659 | |
| 2660 | fi |
| 2661 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
| 2662 | echo "$ac_t""yes" 1>&6 |
Marcus Meissner | f070fda | 1999-04-24 12:02:14 +0000 | [diff] [blame] | 2663 | ac_tr_lib=HAVE_LIB`echo socket | sed -e 's/^a-zA-Z0-9_/_/g' \ |
Ulrich Weigand | 715a55e | 1999-04-18 13:19:56 +0000 | [diff] [blame] | 2664 | -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` |
| 2665 | cat >> confdefs.h <<EOF |
| 2666 | #define $ac_tr_lib 1 |
| 2667 | EOF |
| 2668 | |
| 2669 | LIBS="-lsocket $LIBS" |
| 2670 | |
| 2671 | else |
| 2672 | echo "$ac_t""no" 1>&6 |
| 2673 | fi |
| 2674 | |
| 2675 | fi |
Marcus Meissner | f070fda | 1999-04-24 12:02:14 +0000 | [diff] [blame] | 2676 | done |
| 2677 | |
Satsuki Fujishima | 66fb607 | 2001-03-19 19:19:59 +0000 | [diff] [blame] | 2678 | echo $ac_n "checking for _xpg4_setrunelocale in -lxpg4""... $ac_c" 1>&6 |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 2679 | echo "configure:2680: checking for _xpg4_setrunelocale in -lxpg4" >&5 |
Satsuki Fujishima | 66fb607 | 2001-03-19 19:19:59 +0000 | [diff] [blame] | 2680 | ac_lib_var=`echo xpg4'_'_xpg4_setrunelocale | sed 'y%./+-%__p_%'` |
Alexandre Julliard | d30dfd2 | 1998-09-27 18:28:36 +0000 | [diff] [blame] | 2681 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 2682 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 2683 | else |
| 2684 | ac_save_LIBS="$LIBS" |
| 2685 | LIBS="-lxpg4 $LIBS" |
| 2686 | cat > conftest.$ac_ext <<EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 2687 | #line 2688 "configure" |
Alexandre Julliard | d30dfd2 | 1998-09-27 18:28:36 +0000 | [diff] [blame] | 2688 | #include "confdefs.h" |
| 2689 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 2690 | /* We use char because int might match the return type of a gcc2 |
| 2691 | builtin and then its argument prototype would still apply. */ |
Satsuki Fujishima | 66fb607 | 2001-03-19 19:19:59 +0000 | [diff] [blame] | 2692 | char _xpg4_setrunelocale(); |
Alexandre Julliard | d30dfd2 | 1998-09-27 18:28:36 +0000 | [diff] [blame] | 2693 | |
| 2694 | int main() { |
Satsuki Fujishima | 66fb607 | 2001-03-19 19:19:59 +0000 | [diff] [blame] | 2695 | _xpg4_setrunelocale() |
Alexandre Julliard | d30dfd2 | 1998-09-27 18:28:36 +0000 | [diff] [blame] | 2696 | ; return 0; } |
| 2697 | EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 2698 | if { (eval echo configure:2699: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Alexandre Julliard | d30dfd2 | 1998-09-27 18:28:36 +0000 | [diff] [blame] | 2699 | rm -rf conftest* |
| 2700 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 2701 | else |
| 2702 | echo "configure: failed program was:" >&5 |
| 2703 | cat conftest.$ac_ext >&5 |
| 2704 | rm -rf conftest* |
| 2705 | eval "ac_cv_lib_$ac_lib_var=no" |
| 2706 | fi |
| 2707 | rm -f conftest* |
| 2708 | LIBS="$ac_save_LIBS" |
| 2709 | |
| 2710 | fi |
| 2711 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
| 2712 | echo "$ac_t""yes" 1>&6 |
| 2713 | ac_tr_lib=HAVE_LIB`echo xpg4 | sed -e 's/[^a-zA-Z0-9_]/_/g' \ |
| 2714 | -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` |
| 2715 | cat >> confdefs.h <<EOF |
| 2716 | #define $ac_tr_lib 1 |
| 2717 | EOF |
| 2718 | |
| 2719 | LIBS="-lxpg4 $LIBS" |
| 2720 | |
| 2721 | else |
| 2722 | echo "$ac_t""no" 1>&6 |
| 2723 | fi |
| 2724 | |
Alexandre Julliard | 0e7bd08 | 1999-05-02 11:46:02 +0000 | [diff] [blame] | 2725 | echo $ac_n "checking for mmap in -lmmap""... $ac_c" 1>&6 |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 2726 | echo "configure:2727: checking for mmap in -lmmap" >&5 |
Alexandre Julliard | 0e7bd08 | 1999-05-02 11:46:02 +0000 | [diff] [blame] | 2727 | ac_lib_var=`echo mmap'_'mmap | sed 'y%./+-%__p_%'` |
| 2728 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 2729 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 2730 | else |
| 2731 | ac_save_LIBS="$LIBS" |
| 2732 | LIBS="-lmmap $LIBS" |
| 2733 | cat > conftest.$ac_ext <<EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 2734 | #line 2735 "configure" |
Alexandre Julliard | 0e7bd08 | 1999-05-02 11:46:02 +0000 | [diff] [blame] | 2735 | #include "confdefs.h" |
| 2736 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 2737 | /* We use char because int might match the return type of a gcc2 |
| 2738 | builtin and then its argument prototype would still apply. */ |
| 2739 | char mmap(); |
| 2740 | |
| 2741 | int main() { |
| 2742 | mmap() |
| 2743 | ; return 0; } |
| 2744 | EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 2745 | if { (eval echo configure:2746: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Alexandre Julliard | 0e7bd08 | 1999-05-02 11:46:02 +0000 | [diff] [blame] | 2746 | rm -rf conftest* |
| 2747 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 2748 | else |
| 2749 | echo "configure: failed program was:" >&5 |
| 2750 | cat conftest.$ac_ext >&5 |
| 2751 | rm -rf conftest* |
| 2752 | eval "ac_cv_lib_$ac_lib_var=no" |
| 2753 | fi |
| 2754 | rm -f conftest* |
| 2755 | LIBS="$ac_save_LIBS" |
| 2756 | |
| 2757 | fi |
| 2758 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
| 2759 | echo "$ac_t""yes" 1>&6 |
| 2760 | ac_tr_lib=HAVE_LIB`echo mmap | sed -e 's/[^a-zA-Z0-9_]/_/g' \ |
| 2761 | -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` |
| 2762 | cat >> confdefs.h <<EOF |
| 2763 | #define $ac_tr_lib 1 |
| 2764 | EOF |
| 2765 | |
| 2766 | LIBS="-lmmap $LIBS" |
| 2767 | |
| 2768 | else |
| 2769 | echo "$ac_t""no" 1>&6 |
| 2770 | fi |
| 2771 | |
Marcus Meissner | 2d7be87 | 1999-12-05 23:06:40 +0000 | [diff] [blame] | 2772 | for ac_func in openpty |
Marcus Meissner | f070fda | 1999-04-24 12:02:14 +0000 | [diff] [blame] | 2773 | do |
| 2774 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 2775 | echo "configure:2776: checking for $ac_func" >&5 |
Marcus Meissner | f070fda | 1999-04-24 12:02:14 +0000 | [diff] [blame] | 2776 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
| 2777 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 2778 | else |
| 2779 | cat > conftest.$ac_ext <<EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 2780 | #line 2781 "configure" |
Marcus Meissner | f070fda | 1999-04-24 12:02:14 +0000 | [diff] [blame] | 2781 | #include "confdefs.h" |
| 2782 | /* System header to define __stub macros and hopefully few prototypes, |
| 2783 | which can conflict with char $ac_func(); below. */ |
| 2784 | #include <assert.h> |
| 2785 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 2786 | /* We use char because int might match the return type of a gcc2 |
| 2787 | builtin and then its argument prototype would still apply. */ |
| 2788 | char $ac_func(); |
| 2789 | |
| 2790 | int main() { |
| 2791 | |
| 2792 | /* The GNU C library defines this for functions which it implements |
| 2793 | to always fail with ENOSYS. Some functions are actually named |
| 2794 | something starting with __ and the normal name is an alias. */ |
| 2795 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) |
| 2796 | choke me |
| 2797 | #else |
| 2798 | $ac_func(); |
| 2799 | #endif |
| 2800 | |
| 2801 | ; return 0; } |
| 2802 | EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 2803 | if { (eval echo configure:2804: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Marcus Meissner | 2d7be87 | 1999-12-05 23:06:40 +0000 | [diff] [blame] | 2804 | rm -rf conftest* |
| 2805 | eval "ac_cv_func_$ac_func=yes" |
| 2806 | else |
| 2807 | echo "configure: failed program was:" >&5 |
| 2808 | cat conftest.$ac_ext >&5 |
| 2809 | rm -rf conftest* |
| 2810 | eval "ac_cv_func_$ac_func=no" |
| 2811 | fi |
| 2812 | rm -f conftest* |
| 2813 | fi |
| 2814 | |
| 2815 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then |
| 2816 | echo "$ac_t""yes" 1>&6 |
| 2817 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` |
| 2818 | cat >> confdefs.h <<EOF |
| 2819 | #define $ac_tr_func 1 |
| 2820 | EOF |
| 2821 | |
| 2822 | else |
| 2823 | echo "$ac_t""no" 1>&6 |
| 2824 | echo $ac_n "checking for openpty in -lutil""... $ac_c" 1>&6 |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 2825 | echo "configure:2826: checking for openpty in -lutil" >&5 |
Marcus Meissner | 2d7be87 | 1999-12-05 23:06:40 +0000 | [diff] [blame] | 2826 | ac_lib_var=`echo util'_'openpty | sed 'y%./+-%__p_%'` |
| 2827 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 2828 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 2829 | else |
| 2830 | ac_save_LIBS="$LIBS" |
| 2831 | LIBS="-lutil $LIBS" |
| 2832 | cat > conftest.$ac_ext <<EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 2833 | #line 2834 "configure" |
Marcus Meissner | 2d7be87 | 1999-12-05 23:06:40 +0000 | [diff] [blame] | 2834 | #include "confdefs.h" |
| 2835 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 2836 | /* We use char because int might match the return type of a gcc2 |
| 2837 | builtin and then its argument prototype would still apply. */ |
| 2838 | char openpty(); |
| 2839 | |
| 2840 | int main() { |
| 2841 | openpty() |
| 2842 | ; return 0; } |
| 2843 | EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 2844 | if { (eval echo configure:2845: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Marcus Meissner | 2d7be87 | 1999-12-05 23:06:40 +0000 | [diff] [blame] | 2845 | rm -rf conftest* |
| 2846 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 2847 | else |
| 2848 | echo "configure: failed program was:" >&5 |
| 2849 | cat conftest.$ac_ext >&5 |
| 2850 | rm -rf conftest* |
| 2851 | eval "ac_cv_lib_$ac_lib_var=no" |
| 2852 | fi |
| 2853 | rm -f conftest* |
| 2854 | LIBS="$ac_save_LIBS" |
| 2855 | |
| 2856 | fi |
| 2857 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
| 2858 | echo "$ac_t""yes" 1>&6 |
| 2859 | cat >> confdefs.h <<\EOF |
| 2860 | #define HAVE_OPENPTY 1 |
| 2861 | EOF |
| 2862 | |
| 2863 | LIBS="$LIBS -lutil" |
| 2864 | |
| 2865 | else |
| 2866 | echo "$ac_t""no" 1>&6 |
| 2867 | fi |
| 2868 | |
| 2869 | fi |
| 2870 | done |
| 2871 | |
| 2872 | |
| 2873 | for ac_hdr in dlfcn.h |
| 2874 | do |
| 2875 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
| 2876 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 2877 | echo "configure:2878: checking for $ac_hdr" >&5 |
Marcus Meissner | 2d7be87 | 1999-12-05 23:06:40 +0000 | [diff] [blame] | 2878 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 2879 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 2880 | else |
| 2881 | cat > conftest.$ac_ext <<EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 2882 | #line 2883 "configure" |
Marcus Meissner | 2d7be87 | 1999-12-05 23:06:40 +0000 | [diff] [blame] | 2883 | #include "confdefs.h" |
| 2884 | #include <$ac_hdr> |
| 2885 | EOF |
| 2886 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 2887 | { (eval echo configure:2888: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
Eric Pouech | 18ad24a | 2000-01-16 22:16:33 +0000 | [diff] [blame] | 2888 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
Marcus Meissner | 2d7be87 | 1999-12-05 23:06:40 +0000 | [diff] [blame] | 2889 | if test -z "$ac_err"; then |
| 2890 | rm -rf conftest* |
| 2891 | eval "ac_cv_header_$ac_safe=yes" |
| 2892 | else |
| 2893 | echo "$ac_err" >&5 |
| 2894 | echo "configure: failed program was:" >&5 |
| 2895 | cat conftest.$ac_ext >&5 |
| 2896 | rm -rf conftest* |
| 2897 | eval "ac_cv_header_$ac_safe=no" |
| 2898 | fi |
| 2899 | rm -f conftest* |
| 2900 | fi |
| 2901 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
| 2902 | echo "$ac_t""yes" 1>&6 |
| 2903 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` |
| 2904 | cat >> confdefs.h <<EOF |
| 2905 | #define $ac_tr_hdr 1 |
| 2906 | EOF |
| 2907 | for ac_func in dlopen |
| 2908 | do |
| 2909 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 2910 | echo "configure:2911: checking for $ac_func" >&5 |
Marcus Meissner | 2d7be87 | 1999-12-05 23:06:40 +0000 | [diff] [blame] | 2911 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
| 2912 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 2913 | else |
| 2914 | cat > conftest.$ac_ext <<EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 2915 | #line 2916 "configure" |
Marcus Meissner | 2d7be87 | 1999-12-05 23:06:40 +0000 | [diff] [blame] | 2916 | #include "confdefs.h" |
| 2917 | /* System header to define __stub macros and hopefully few prototypes, |
| 2918 | which can conflict with char $ac_func(); below. */ |
| 2919 | #include <assert.h> |
| 2920 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 2921 | /* We use char because int might match the return type of a gcc2 |
| 2922 | builtin and then its argument prototype would still apply. */ |
| 2923 | char $ac_func(); |
| 2924 | |
| 2925 | int main() { |
| 2926 | |
| 2927 | /* The GNU C library defines this for functions which it implements |
| 2928 | to always fail with ENOSYS. Some functions are actually named |
| 2929 | something starting with __ and the normal name is an alias. */ |
| 2930 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) |
| 2931 | choke me |
| 2932 | #else |
| 2933 | $ac_func(); |
| 2934 | #endif |
| 2935 | |
| 2936 | ; return 0; } |
| 2937 | EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 2938 | if { (eval echo configure:2939: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Marcus Meissner | f070fda | 1999-04-24 12:02:14 +0000 | [diff] [blame] | 2939 | rm -rf conftest* |
| 2940 | eval "ac_cv_func_$ac_func=yes" |
| 2941 | else |
| 2942 | echo "configure: failed program was:" >&5 |
| 2943 | cat conftest.$ac_ext >&5 |
| 2944 | rm -rf conftest* |
| 2945 | eval "ac_cv_func_$ac_func=no" |
| 2946 | fi |
| 2947 | rm -f conftest* |
| 2948 | fi |
| 2949 | |
| 2950 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then |
| 2951 | echo "$ac_t""yes" 1>&6 |
| 2952 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` |
| 2953 | cat >> confdefs.h <<EOF |
| 2954 | #define $ac_tr_func 1 |
| 2955 | EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 2956 | |
Marcus Meissner | f070fda | 1999-04-24 12:02:14 +0000 | [diff] [blame] | 2957 | else |
| 2958 | echo "$ac_t""no" 1>&6 |
Marcus Meissner | 8220bc9 | 1998-10-11 11:10:27 +0000 | [diff] [blame] | 2959 | echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6 |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 2960 | echo "configure:2961: checking for dlopen in -ldl" >&5 |
Marcus Meissner | 8220bc9 | 1998-10-11 11:10:27 +0000 | [diff] [blame] | 2961 | ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'` |
| 2962 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 2963 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 2964 | else |
| 2965 | ac_save_LIBS="$LIBS" |
| 2966 | LIBS="-ldl $LIBS" |
| 2967 | cat > conftest.$ac_ext <<EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 2968 | #line 2969 "configure" |
Marcus Meissner | 8220bc9 | 1998-10-11 11:10:27 +0000 | [diff] [blame] | 2969 | #include "confdefs.h" |
| 2970 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 2971 | /* We use char because int might match the return type of a gcc2 |
| 2972 | builtin and then its argument prototype would still apply. */ |
| 2973 | char dlopen(); |
| 2974 | |
| 2975 | int main() { |
| 2976 | dlopen() |
| 2977 | ; return 0; } |
| 2978 | EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 2979 | if { (eval echo configure:2980: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Marcus Meissner | 8220bc9 | 1998-10-11 11:10:27 +0000 | [diff] [blame] | 2980 | rm -rf conftest* |
| 2981 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 2982 | else |
| 2983 | echo "configure: failed program was:" >&5 |
| 2984 | cat conftest.$ac_ext >&5 |
| 2985 | rm -rf conftest* |
| 2986 | eval "ac_cv_lib_$ac_lib_var=no" |
| 2987 | fi |
| 2988 | rm -f conftest* |
| 2989 | LIBS="$ac_save_LIBS" |
| 2990 | |
| 2991 | fi |
| 2992 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
| 2993 | echo "$ac_t""yes" 1>&6 |
Marcus Meissner | f070fda | 1999-04-24 12:02:14 +0000 | [diff] [blame] | 2994 | cat >> confdefs.h <<\EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 2995 | #define HAVE_DLOPEN 1 |
Marcus Meissner | 8220bc9 | 1998-10-11 11:10:27 +0000 | [diff] [blame] | 2996 | EOF |
| 2997 | |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 2998 | LIBS="$LIBS -ldl" |
Marcus Meissner | f070fda | 1999-04-24 12:02:14 +0000 | [diff] [blame] | 2999 | else |
| 3000 | echo "$ac_t""no" 1>&6 |
Alexandre Julliard | e1e7537 | 2000-04-24 17:17:49 +0000 | [diff] [blame] | 3001 | LIBEXT="a" |
Marcus Meissner | f070fda | 1999-04-24 12:02:14 +0000 | [diff] [blame] | 3002 | fi |
| 3003 | |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 3004 | |
Marcus Meissner | f070fda | 1999-04-24 12:02:14 +0000 | [diff] [blame] | 3005 | fi |
| 3006 | done |
| 3007 | |
Marcus Meissner | 8220bc9 | 1998-10-11 11:10:27 +0000 | [diff] [blame] | 3008 | else |
| 3009 | echo "$ac_t""no" 1>&6 |
Alexandre Julliard | e1e7537 | 2000-04-24 17:17:49 +0000 | [diff] [blame] | 3010 | LIBEXT="a" |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 3011 | |
Marcus Meissner | 8220bc9 | 1998-10-11 11:10:27 +0000 | [diff] [blame] | 3012 | fi |
Marcus Meissner | f070fda | 1999-04-24 12:02:14 +0000 | [diff] [blame] | 3013 | done |
Marcus Meissner | 8220bc9 | 1998-10-11 11:10:27 +0000 | [diff] [blame] | 3014 | |
Patrik Stridvall | ea58472 | 1998-11-01 16:22:07 +0000 | [diff] [blame] | 3015 | |
Marcus Meissner | 252b0fe | 2001-08-06 18:52:14 +0000 | [diff] [blame] | 3016 | JPEGLIB="" |
| 3017 | |
| 3018 | for ac_hdr in jpeglib.h |
| 3019 | do |
| 3020 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
| 3021 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
| 3022 | echo "configure:3023: checking for $ac_hdr" >&5 |
| 3023 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 3024 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 3025 | else |
| 3026 | cat > conftest.$ac_ext <<EOF |
| 3027 | #line 3028 "configure" |
| 3028 | #include "confdefs.h" |
| 3029 | #include <$ac_hdr> |
| 3030 | EOF |
| 3031 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
| 3032 | { (eval echo configure:3033: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 3033 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 3034 | if test -z "$ac_err"; then |
| 3035 | rm -rf conftest* |
| 3036 | eval "ac_cv_header_$ac_safe=yes" |
| 3037 | else |
| 3038 | echo "$ac_err" >&5 |
| 3039 | echo "configure: failed program was:" >&5 |
| 3040 | cat conftest.$ac_ext >&5 |
| 3041 | rm -rf conftest* |
| 3042 | eval "ac_cv_header_$ac_safe=no" |
| 3043 | fi |
| 3044 | rm -f conftest* |
| 3045 | fi |
| 3046 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
| 3047 | echo "$ac_t""yes" 1>&6 |
| 3048 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` |
| 3049 | cat >> confdefs.h <<EOF |
| 3050 | #define $ac_tr_hdr 1 |
| 3051 | EOF |
| 3052 | echo $ac_n "checking for jpeg_start_decompress in -ljpeg""... $ac_c" 1>&6 |
| 3053 | echo "configure:3054: checking for jpeg_start_decompress in -ljpeg" >&5 |
| 3054 | ac_lib_var=`echo jpeg'_'jpeg_start_decompress | sed 'y%./+-%__p_%'` |
| 3055 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 3056 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 3057 | else |
| 3058 | ac_save_LIBS="$LIBS" |
| 3059 | LIBS="-ljpeg $LIBS" |
| 3060 | cat > conftest.$ac_ext <<EOF |
| 3061 | #line 3062 "configure" |
| 3062 | #include "confdefs.h" |
| 3063 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 3064 | /* We use char because int might match the return type of a gcc2 |
| 3065 | builtin and then its argument prototype would still apply. */ |
| 3066 | char jpeg_start_decompress(); |
| 3067 | |
| 3068 | int main() { |
| 3069 | jpeg_start_decompress() |
| 3070 | ; return 0; } |
| 3071 | EOF |
| 3072 | if { (eval echo configure:3073: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 3073 | rm -rf conftest* |
| 3074 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 3075 | else |
| 3076 | echo "configure: failed program was:" >&5 |
| 3077 | cat conftest.$ac_ext >&5 |
| 3078 | rm -rf conftest* |
| 3079 | eval "ac_cv_lib_$ac_lib_var=no" |
| 3080 | fi |
| 3081 | rm -f conftest* |
| 3082 | LIBS="$ac_save_LIBS" |
| 3083 | |
| 3084 | fi |
| 3085 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
| 3086 | echo "$ac_t""yes" 1>&6 |
| 3087 | cat >> confdefs.h <<\EOF |
| 3088 | #define HAVE_LIBJPEG 1 |
| 3089 | EOF |
| 3090 | |
| 3091 | JPEGLIB="-ljpeg" |
| 3092 | |
| 3093 | else |
| 3094 | echo "$ac_t""no" 1>&6 |
| 3095 | fi |
| 3096 | |
| 3097 | |
| 3098 | else |
| 3099 | echo "$ac_t""no" 1>&6 |
| 3100 | fi |
| 3101 | done |
| 3102 | |
| 3103 | |
| 3104 | |
Marcus Meissner | 10ad97c | 2000-04-09 14:30:50 +0000 | [diff] [blame] | 3105 | |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 3106 | |
Patrik Stridvall | 2941a21 | 2000-04-25 20:34:22 +0000 | [diff] [blame] | 3107 | XFILES="" |
Marcus Meissner | 10ad97c | 2000-04-09 14:30:50 +0000 | [diff] [blame] | 3108 | |
Lionel Ulmer | bedf40b | 2000-05-12 20:18:14 +0000 | [diff] [blame] | 3109 | OPENGLFILES="" |
| 3110 | |
Marcus Meissner | b63ab44 | 2001-06-08 19:02:57 +0000 | [diff] [blame] | 3111 | GLU32FILES="" |
Patrik Stridvall | ea58472 | 1998-11-01 16:22:07 +0000 | [diff] [blame] | 3112 | if test "$have_x" = "yes" |
| 3113 | then |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 3114 | XLIB="-lXext -lX11" |
Ove Kaaven | 1eb593c | 1999-02-14 09:34:46 +0000 | [diff] [blame] | 3115 | ac_save_CPPFLAGS="$CPPFLAGS" |
| 3116 | CPPFLAGS="$CPPFLAGS $X_CFLAGS" |
Patrik Stridvall | ea58472 | 1998-11-01 16:22:07 +0000 | [diff] [blame] | 3117 | |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 3118 | for ac_hdr in X11/xpm.h |
Lionel Ulmer | a1d6d24 | 1999-01-30 15:54:43 +0000 | [diff] [blame] | 3119 | do |
| 3120 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
| 3121 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
Alexandre Julliard | f33f7f0 | 2001-09-17 20:09:08 +0000 | [diff] [blame] | 3122 | echo "configure:3123: checking for $ac_hdr" >&5 |
Lionel Ulmer | a1d6d24 | 1999-01-30 15:54:43 +0000 | [diff] [blame] | 3123 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 3124 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 3125 | else |
| 3126 | cat > conftest.$ac_ext <<EOF |
Alexandre Julliard | f33f7f0 | 2001-09-17 20:09:08 +0000 | [diff] [blame] | 3127 | #line 3128 "configure" |
Lionel Ulmer | a1d6d24 | 1999-01-30 15:54:43 +0000 | [diff] [blame] | 3128 | #include "confdefs.h" |
| 3129 | #include <$ac_hdr> |
| 3130 | EOF |
| 3131 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
Alexandre Julliard | f33f7f0 | 2001-09-17 20:09:08 +0000 | [diff] [blame] | 3132 | { (eval echo configure:3133: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
Eric Pouech | 18ad24a | 2000-01-16 22:16:33 +0000 | [diff] [blame] | 3133 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
Lionel Ulmer | a1d6d24 | 1999-01-30 15:54:43 +0000 | [diff] [blame] | 3134 | if test -z "$ac_err"; then |
| 3135 | rm -rf conftest* |
| 3136 | eval "ac_cv_header_$ac_safe=yes" |
| 3137 | else |
| 3138 | echo "$ac_err" >&5 |
| 3139 | echo "configure: failed program was:" >&5 |
| 3140 | cat conftest.$ac_ext >&5 |
| 3141 | rm -rf conftest* |
| 3142 | eval "ac_cv_header_$ac_safe=no" |
| 3143 | fi |
| 3144 | rm -f conftest* |
| 3145 | fi |
| 3146 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
| 3147 | echo "$ac_t""yes" 1>&6 |
| 3148 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` |
| 3149 | cat >> confdefs.h <<EOF |
| 3150 | #define $ac_tr_hdr 1 |
| 3151 | EOF |
John R. Sheets | f2b77cc | 2000-05-23 21:18:51 +0000 | [diff] [blame] | 3152 | echo $ac_n "checking for XpmCreatePixmapFromData in -lXpm""... $ac_c" 1>&6 |
Alexandre Julliard | f33f7f0 | 2001-09-17 20:09:08 +0000 | [diff] [blame] | 3153 | echo "configure:3154: checking for XpmCreatePixmapFromData in -lXpm" >&5 |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 3154 | ac_lib_var=`echo Xpm'_'XpmCreatePixmapFromData | sed 'y%./+-%__p_%'` |
| 3155 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 3156 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 3157 | else |
| 3158 | ac_save_LIBS="$LIBS" |
John R. Sheets | f2b77cc | 2000-05-23 21:18:51 +0000 | [diff] [blame] | 3159 | LIBS="-lXpm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS |
| 3160 | $LIBS" |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 3161 | cat > conftest.$ac_ext <<EOF |
Alexandre Julliard | f33f7f0 | 2001-09-17 20:09:08 +0000 | [diff] [blame] | 3162 | #line 3163 "configure" |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 3163 | #include "confdefs.h" |
| 3164 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 3165 | /* We use char because int might match the return type of a gcc2 |
| 3166 | builtin and then its argument prototype would still apply. */ |
| 3167 | char XpmCreatePixmapFromData(); |
| 3168 | |
| 3169 | int main() { |
| 3170 | XpmCreatePixmapFromData() |
| 3171 | ; return 0; } |
| 3172 | EOF |
Alexandre Julliard | f33f7f0 | 2001-09-17 20:09:08 +0000 | [diff] [blame] | 3173 | if { (eval echo configure:3174: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 3174 | rm -rf conftest* |
| 3175 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 3176 | else |
| 3177 | echo "configure: failed program was:" >&5 |
| 3178 | cat conftest.$ac_ext >&5 |
| 3179 | rm -rf conftest* |
| 3180 | eval "ac_cv_lib_$ac_lib_var=no" |
| 3181 | fi |
| 3182 | rm -f conftest* |
| 3183 | LIBS="$ac_save_LIBS" |
| 3184 | |
| 3185 | fi |
| 3186 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
| 3187 | echo "$ac_t""yes" 1>&6 |
John R. Sheets | f2b77cc | 2000-05-23 21:18:51 +0000 | [diff] [blame] | 3188 | cat >> confdefs.h <<\EOF |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 3189 | #define HAVE_LIBXXPM 1 |
| 3190 | EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 3191 | |
| 3192 | X_PRE_LIBS="$X_PRE_LIBS -lXpm" |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 3193 | else |
| 3194 | echo "$ac_t""no" 1>&6 |
| 3195 | fi |
| 3196 | |
John R. Sheets | f2b77cc | 2000-05-23 21:18:51 +0000 | [diff] [blame] | 3197 | |
| 3198 | else |
| 3199 | echo "$ac_t""no" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 3200 | echo "Install the following packages:" |
| 3201 | echo "Red Hat < 7.1 : xpm xpm-devel" |
Bernhard Rosenkraenzer | fea260a | 2001-09-19 20:30:28 +0000 | [diff] [blame] | 3202 | echo "Red Hat >= 7.1 : XFree86-devel" |
John R. Sheets | f2b77cc | 2000-05-23 21:18:51 +0000 | [diff] [blame] | 3203 | echo "Caldera OpenLinux : xpm xpm-devel xpm-devel-static" |
Marcus Meissner | 284995e | 2000-03-04 19:21:49 +0000 | [diff] [blame] | 3204 | echo "SuSE : xpm" |
John R. Sheets | f2b77cc | 2000-05-23 21:18:51 +0000 | [diff] [blame] | 3205 | echo "Debian/Corel Linux: xpm4g xpm4g-dev" |
Marcus Meissner | cb99b0e | 1999-12-20 04:10:06 +0000 | [diff] [blame] | 3206 | echo |
| 3207 | echo "Or get the sources from ftp.x.org and all its mirror sites from " |
| 3208 | echo "the directory /contrib/libraries." |
| 3209 | echo |
| 3210 | exit 1 |
John R. Sheets | f2b77cc | 2000-05-23 21:18:51 +0000 | [diff] [blame] | 3211 | |
| 3212 | |
| 3213 | fi |
| 3214 | done |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 3215 | |
Marcus Meissner | cb99b0e | 1999-12-20 04:10:06 +0000 | [diff] [blame] | 3216 | |
John R. Sheets | f2b77cc | 2000-05-23 21:18:51 +0000 | [diff] [blame] | 3217 | for ac_hdr in X11/Xlib.h |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 3218 | do |
| 3219 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
| 3220 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 3221 | echo "configure:3222: checking for $ac_hdr" >&5 |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 3222 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 3223 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 3224 | else |
| 3225 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 3226 | #line 3227 "configure" |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 3227 | #include "confdefs.h" |
| 3228 | #include <$ac_hdr> |
| 3229 | EOF |
| 3230 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 3231 | { (eval echo configure:3232: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
Eric Pouech | 18ad24a | 2000-01-16 22:16:33 +0000 | [diff] [blame] | 3232 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 3233 | if test -z "$ac_err"; then |
| 3234 | rm -rf conftest* |
| 3235 | eval "ac_cv_header_$ac_safe=yes" |
| 3236 | else |
| 3237 | echo "$ac_err" >&5 |
| 3238 | echo "configure: failed program was:" >&5 |
| 3239 | cat conftest.$ac_ext >&5 |
| 3240 | rm -rf conftest* |
| 3241 | eval "ac_cv_header_$ac_safe=no" |
| 3242 | fi |
| 3243 | rm -f conftest* |
| 3244 | fi |
| 3245 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
| 3246 | echo "$ac_t""yes" 1>&6 |
| 3247 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` |
| 3248 | cat >> confdefs.h <<EOF |
| 3249 | #define $ac_tr_hdr 1 |
| 3250 | EOF |
| 3251 | |
Ove Kaaven | c90fb25 | 2001-01-02 22:39:14 +0000 | [diff] [blame] | 3252 | for ac_hdr in X11/XKBlib.h |
John R. Sheets | f2b77cc | 2000-05-23 21:18:51 +0000 | [diff] [blame] | 3253 | do |
| 3254 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
| 3255 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 3256 | echo "configure:3257: checking for $ac_hdr" >&5 |
John R. Sheets | f2b77cc | 2000-05-23 21:18:51 +0000 | [diff] [blame] | 3257 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 3258 | echo $ac_n "(cached) $ac_c" 1>&6 |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 3259 | else |
John R. Sheets | f2b77cc | 2000-05-23 21:18:51 +0000 | [diff] [blame] | 3260 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 3261 | #line 3262 "configure" |
John R. Sheets | f2b77cc | 2000-05-23 21:18:51 +0000 | [diff] [blame] | 3262 | #include "confdefs.h" |
| 3263 | #include <$ac_hdr> |
| 3264 | EOF |
| 3265 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 3266 | { (eval echo configure:3267: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
John R. Sheets | f2b77cc | 2000-05-23 21:18:51 +0000 | [diff] [blame] | 3267 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 3268 | if test -z "$ac_err"; then |
| 3269 | rm -rf conftest* |
| 3270 | eval "ac_cv_header_$ac_safe=yes" |
| 3271 | else |
| 3272 | echo "$ac_err" >&5 |
| 3273 | echo "configure: failed program was:" >&5 |
| 3274 | cat conftest.$ac_ext >&5 |
| 3275 | rm -rf conftest* |
| 3276 | eval "ac_cv_header_$ac_safe=no" |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 3277 | fi |
John R. Sheets | f2b77cc | 2000-05-23 21:18:51 +0000 | [diff] [blame] | 3278 | rm -f conftest* |
| 3279 | fi |
| 3280 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
| 3281 | echo "$ac_t""yes" 1>&6 |
| 3282 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` |
| 3283 | cat >> confdefs.h <<EOF |
| 3284 | #define $ac_tr_hdr 1 |
| 3285 | EOF |
Ove Kaaven | c90fb25 | 2001-01-02 22:39:14 +0000 | [diff] [blame] | 3286 | echo $ac_n "checking for XkbQueryExtension in -lX11""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 3287 | echo "configure:3288: checking for XkbQueryExtension in -lX11" >&5 |
Ove Kaaven | c90fb25 | 2001-01-02 22:39:14 +0000 | [diff] [blame] | 3288 | ac_lib_var=`echo X11'_'XkbQueryExtension | sed 'y%./+-%__p_%'` |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 3289 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 3290 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 3291 | else |
| 3292 | ac_save_LIBS="$LIBS" |
Ove Kaaven | c90fb25 | 2001-01-02 22:39:14 +0000 | [diff] [blame] | 3293 | LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS" |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 3294 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 3295 | #line 3296 "configure" |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 3296 | #include "confdefs.h" |
| 3297 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 3298 | /* We use char because int might match the return type of a gcc2 |
| 3299 | builtin and then its argument prototype would still apply. */ |
Ove Kaaven | c90fb25 | 2001-01-02 22:39:14 +0000 | [diff] [blame] | 3300 | char XkbQueryExtension(); |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 3301 | |
| 3302 | int main() { |
Ove Kaaven | c90fb25 | 2001-01-02 22:39:14 +0000 | [diff] [blame] | 3303 | XkbQueryExtension() |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 3304 | ; return 0; } |
| 3305 | EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 3306 | if { (eval echo configure:3307: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 3307 | rm -rf conftest* |
| 3308 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 3309 | else |
| 3310 | echo "configure: failed program was:" >&5 |
| 3311 | cat conftest.$ac_ext >&5 |
| 3312 | rm -rf conftest* |
| 3313 | eval "ac_cv_lib_$ac_lib_var=no" |
| 3314 | fi |
| 3315 | rm -f conftest* |
| 3316 | LIBS="$ac_save_LIBS" |
| 3317 | |
| 3318 | fi |
| 3319 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
| 3320 | echo "$ac_t""yes" 1>&6 |
| 3321 | cat >> confdefs.h <<\EOF |
Ove Kaaven | c90fb25 | 2001-01-02 22:39:14 +0000 | [diff] [blame] | 3322 | #define HAVE_XKB 1 |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 3323 | EOF |
| 3324 | |
| 3325 | else |
| 3326 | echo "$ac_t""no" 1>&6 |
| 3327 | fi |
| 3328 | |
John R. Sheets | f2b77cc | 2000-05-23 21:18:51 +0000 | [diff] [blame] | 3329 | |
| 3330 | else |
| 3331 | echo "$ac_t""no" 1>&6 |
Ove Kaaven | c90fb25 | 2001-01-02 22:39:14 +0000 | [diff] [blame] | 3332 | echo "configure: warning: XKB extension not found!!" 1>&2 |
John R. Sheets | f2b77cc | 2000-05-23 21:18:51 +0000 | [diff] [blame] | 3333 | |
| 3334 | fi |
| 3335 | done |
| 3336 | |
| 3337 | |
Ove Kaaven | c90fb25 | 2001-01-02 22:39:14 +0000 | [diff] [blame] | 3338 | for ac_hdr in X11/extensions/XShm.h |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 3339 | do |
| 3340 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
| 3341 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 3342 | echo "configure:3343: checking for $ac_hdr" >&5 |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 3343 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 3344 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 3345 | else |
| 3346 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 3347 | #line 3348 "configure" |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 3348 | #include "confdefs.h" |
| 3349 | #include <$ac_hdr> |
| 3350 | EOF |
| 3351 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 3352 | { (eval echo configure:3353: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
Eric Pouech | 18ad24a | 2000-01-16 22:16:33 +0000 | [diff] [blame] | 3353 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 3354 | if test -z "$ac_err"; then |
| 3355 | rm -rf conftest* |
| 3356 | eval "ac_cv_header_$ac_safe=yes" |
| 3357 | else |
| 3358 | echo "$ac_err" >&5 |
| 3359 | echo "configure: failed program was:" >&5 |
| 3360 | cat conftest.$ac_ext >&5 |
| 3361 | rm -rf conftest* |
| 3362 | eval "ac_cv_header_$ac_safe=no" |
| 3363 | fi |
| 3364 | rm -f conftest* |
| 3365 | fi |
| 3366 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
| 3367 | echo "$ac_t""yes" 1>&6 |
| 3368 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` |
| 3369 | cat >> confdefs.h <<EOF |
| 3370 | #define $ac_tr_hdr 1 |
| 3371 | EOF |
Ove Kaaven | c90fb25 | 2001-01-02 22:39:14 +0000 | [diff] [blame] | 3372 | echo $ac_n "checking for XShmQueryExtension in -lXext""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 3373 | echo "configure:3374: checking for XShmQueryExtension in -lXext" >&5 |
Ove Kaaven | c90fb25 | 2001-01-02 22:39:14 +0000 | [diff] [blame] | 3374 | ac_lib_var=`echo Xext'_'XShmQueryExtension | sed 'y%./+-%__p_%'` |
Francois Jacques | 5b6879c | 2000-07-28 23:04:54 +0000 | [diff] [blame] | 3375 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 3376 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 3377 | else |
| 3378 | ac_save_LIBS="$LIBS" |
| 3379 | LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS" |
| 3380 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 3381 | #line 3382 "configure" |
Francois Jacques | 5b6879c | 2000-07-28 23:04:54 +0000 | [diff] [blame] | 3382 | #include "confdefs.h" |
| 3383 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 3384 | /* We use char because int might match the return type of a gcc2 |
| 3385 | builtin and then its argument prototype would still apply. */ |
Ove Kaaven | c90fb25 | 2001-01-02 22:39:14 +0000 | [diff] [blame] | 3386 | char XShmQueryExtension(); |
Francois Jacques | 5b6879c | 2000-07-28 23:04:54 +0000 | [diff] [blame] | 3387 | |
| 3388 | int main() { |
Ove Kaaven | c90fb25 | 2001-01-02 22:39:14 +0000 | [diff] [blame] | 3389 | XShmQueryExtension() |
Francois Jacques | 5b6879c | 2000-07-28 23:04:54 +0000 | [diff] [blame] | 3390 | ; return 0; } |
| 3391 | EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 3392 | if { (eval echo configure:3393: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Francois Jacques | 5b6879c | 2000-07-28 23:04:54 +0000 | [diff] [blame] | 3393 | rm -rf conftest* |
| 3394 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 3395 | else |
| 3396 | echo "configure: failed program was:" >&5 |
| 3397 | cat conftest.$ac_ext >&5 |
| 3398 | rm -rf conftest* |
| 3399 | eval "ac_cv_lib_$ac_lib_var=no" |
| 3400 | fi |
| 3401 | rm -f conftest* |
| 3402 | LIBS="$ac_save_LIBS" |
| 3403 | |
| 3404 | fi |
| 3405 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
| 3406 | echo "$ac_t""yes" 1>&6 |
| 3407 | cat >> confdefs.h <<\EOF |
Ove Kaaven | c90fb25 | 2001-01-02 22:39:14 +0000 | [diff] [blame] | 3408 | #define HAVE_LIBXXSHM 1 |
Francois Jacques | 5b6879c | 2000-07-28 23:04:54 +0000 | [diff] [blame] | 3409 | EOF |
| 3410 | |
| 3411 | else |
| 3412 | echo "$ac_t""no" 1>&6 |
| 3413 | fi |
| 3414 | |
Ove Kaaven | c90fb25 | 2001-01-02 22:39:14 +0000 | [diff] [blame] | 3415 | |
Francois Jacques | 5b6879c | 2000-07-28 23:04:54 +0000 | [diff] [blame] | 3416 | else |
| 3417 | echo "$ac_t""no" 1>&6 |
Ove Kaaven | c90fb25 | 2001-01-02 22:39:14 +0000 | [diff] [blame] | 3418 | echo "configure: warning: Xshm extension not found!!" 1>&2 |
| 3419 | |
Francois Jacques | 5b6879c | 2000-07-28 23:04:54 +0000 | [diff] [blame] | 3420 | fi |
| 3421 | done |
| 3422 | |
Ove Kaaven | c90fb25 | 2001-01-02 22:39:14 +0000 | [diff] [blame] | 3423 | |
| 3424 | for ac_hdr in X11/extensions/shape.h |
Francois Jacques | 5b6879c | 2000-07-28 23:04:54 +0000 | [diff] [blame] | 3425 | do |
| 3426 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
| 3427 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 3428 | echo "configure:3429: checking for $ac_hdr" >&5 |
Francois Jacques | 5b6879c | 2000-07-28 23:04:54 +0000 | [diff] [blame] | 3429 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 3430 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 3431 | else |
| 3432 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 3433 | #line 3434 "configure" |
Francois Jacques | 5b6879c | 2000-07-28 23:04:54 +0000 | [diff] [blame] | 3434 | #include "confdefs.h" |
| 3435 | #include <$ac_hdr> |
| 3436 | EOF |
| 3437 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 3438 | { (eval echo configure:3439: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
Francois Jacques | 5b6879c | 2000-07-28 23:04:54 +0000 | [diff] [blame] | 3439 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 3440 | if test -z "$ac_err"; then |
| 3441 | rm -rf conftest* |
| 3442 | eval "ac_cv_header_$ac_safe=yes" |
| 3443 | else |
| 3444 | echo "$ac_err" >&5 |
| 3445 | echo "configure: failed program was:" >&5 |
| 3446 | cat conftest.$ac_ext >&5 |
| 3447 | rm -rf conftest* |
| 3448 | eval "ac_cv_header_$ac_safe=no" |
| 3449 | fi |
| 3450 | rm -f conftest* |
| 3451 | fi |
| 3452 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
| 3453 | echo "$ac_t""yes" 1>&6 |
| 3454 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` |
| 3455 | cat >> confdefs.h <<EOF |
| 3456 | #define $ac_tr_hdr 1 |
| 3457 | EOF |
Ove Kaaven | c90fb25 | 2001-01-02 22:39:14 +0000 | [diff] [blame] | 3458 | echo $ac_n "checking for XShapeQueryExtension in -lXext""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 3459 | echo "configure:3460: checking for XShapeQueryExtension in -lXext" >&5 |
Ove Kaaven | c90fb25 | 2001-01-02 22:39:14 +0000 | [diff] [blame] | 3460 | ac_lib_var=`echo Xext'_'XShapeQueryExtension | sed 'y%./+-%__p_%'` |
| 3461 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 3462 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 3463 | else |
| 3464 | ac_save_LIBS="$LIBS" |
| 3465 | LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS" |
| 3466 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 3467 | #line 3468 "configure" |
Ove Kaaven | c90fb25 | 2001-01-02 22:39:14 +0000 | [diff] [blame] | 3468 | #include "confdefs.h" |
| 3469 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 3470 | /* We use char because int might match the return type of a gcc2 |
| 3471 | builtin and then its argument prototype would still apply. */ |
| 3472 | char XShapeQueryExtension(); |
| 3473 | |
| 3474 | int main() { |
| 3475 | XShapeQueryExtension() |
| 3476 | ; return 0; } |
| 3477 | EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 3478 | if { (eval echo configure:3479: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Ove Kaaven | c90fb25 | 2001-01-02 22:39:14 +0000 | [diff] [blame] | 3479 | rm -rf conftest* |
| 3480 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 3481 | else |
| 3482 | echo "configure: failed program was:" >&5 |
| 3483 | cat conftest.$ac_ext >&5 |
| 3484 | rm -rf conftest* |
| 3485 | eval "ac_cv_lib_$ac_lib_var=no" |
| 3486 | fi |
| 3487 | rm -f conftest* |
| 3488 | LIBS="$ac_save_LIBS" |
| 3489 | |
| 3490 | fi |
| 3491 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
| 3492 | echo "$ac_t""yes" 1>&6 |
| 3493 | cat >> confdefs.h <<\EOF |
| 3494 | #define HAVE_LIBXSHAPE 1 |
| 3495 | EOF |
| 3496 | |
| 3497 | else |
| 3498 | echo "$ac_t""no" 1>&6 |
| 3499 | fi |
| 3500 | |
| 3501 | |
| 3502 | else |
| 3503 | echo "$ac_t""no" 1>&6 |
| 3504 | echo "configure: warning: XShape extension not found!!" 1>&2 |
| 3505 | |
| 3506 | fi |
| 3507 | done |
| 3508 | |
| 3509 | |
| 3510 | for ac_hdr in X11/extensions/xf86dga.h |
| 3511 | do |
| 3512 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
| 3513 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 3514 | echo "configure:3515: checking for $ac_hdr" >&5 |
Ove Kaaven | c90fb25 | 2001-01-02 22:39:14 +0000 | [diff] [blame] | 3515 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 3516 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 3517 | else |
| 3518 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 3519 | #line 3520 "configure" |
Ove Kaaven | c90fb25 | 2001-01-02 22:39:14 +0000 | [diff] [blame] | 3520 | #include "confdefs.h" |
| 3521 | #include <$ac_hdr> |
| 3522 | EOF |
| 3523 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 3524 | { (eval echo configure:3525: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
Ove Kaaven | c90fb25 | 2001-01-02 22:39:14 +0000 | [diff] [blame] | 3525 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 3526 | if test -z "$ac_err"; then |
| 3527 | rm -rf conftest* |
| 3528 | eval "ac_cv_header_$ac_safe=yes" |
| 3529 | else |
| 3530 | echo "$ac_err" >&5 |
| 3531 | echo "configure: failed program was:" >&5 |
| 3532 | cat conftest.$ac_ext >&5 |
| 3533 | rm -rf conftest* |
| 3534 | eval "ac_cv_header_$ac_safe=no" |
| 3535 | fi |
| 3536 | rm -f conftest* |
| 3537 | fi |
| 3538 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
| 3539 | echo "$ac_t""yes" 1>&6 |
| 3540 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` |
| 3541 | cat >> confdefs.h <<EOF |
| 3542 | #define $ac_tr_hdr 1 |
| 3543 | EOF |
John R. Sheets | f2b77cc | 2000-05-23 21:18:51 +0000 | [diff] [blame] | 3544 | echo $ac_n "checking for XDGAQueryExtension in -lXxf86dga""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 3545 | echo "configure:3546: checking for XDGAQueryExtension in -lXxf86dga" >&5 |
Lionel Ulmer | d94475b | 1999-09-20 18:42:46 +0000 | [diff] [blame] | 3546 | ac_lib_var=`echo Xxf86dga'_'XDGAQueryExtension | sed 'y%./+-%__p_%'` |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 3547 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 3548 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 3549 | else |
| 3550 | ac_save_LIBS="$LIBS" |
Marcus Meissner | 10ad97c | 2000-04-09 14:30:50 +0000 | [diff] [blame] | 3551 | LIBS="-lXxf86dga $X_LIBS -lXext -lX11 $X_EXTRA_LIBS |
John R. Sheets | f2b77cc | 2000-05-23 21:18:51 +0000 | [diff] [blame] | 3552 | $LIBS" |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 3553 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 3554 | #line 3555 "configure" |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 3555 | #include "confdefs.h" |
| 3556 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 3557 | /* We use char because int might match the return type of a gcc2 |
| 3558 | builtin and then its argument prototype would still apply. */ |
Lionel Ulmer | d94475b | 1999-09-20 18:42:46 +0000 | [diff] [blame] | 3559 | char XDGAQueryExtension(); |
| 3560 | |
| 3561 | int main() { |
| 3562 | XDGAQueryExtension() |
| 3563 | ; return 0; } |
| 3564 | EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 3565 | if { (eval echo configure:3566: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Lionel Ulmer | d94475b | 1999-09-20 18:42:46 +0000 | [diff] [blame] | 3566 | rm -rf conftest* |
| 3567 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 3568 | else |
| 3569 | echo "configure: failed program was:" >&5 |
| 3570 | cat conftest.$ac_ext >&5 |
| 3571 | rm -rf conftest* |
| 3572 | eval "ac_cv_lib_$ac_lib_var=no" |
| 3573 | fi |
| 3574 | rm -f conftest* |
| 3575 | LIBS="$ac_save_LIBS" |
| 3576 | |
| 3577 | fi |
| 3578 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
| 3579 | echo "$ac_t""yes" 1>&6 |
John R. Sheets | f2b77cc | 2000-05-23 21:18:51 +0000 | [diff] [blame] | 3580 | cat >> confdefs.h <<\EOF |
Lionel Ulmer | d94475b | 1999-09-20 18:42:46 +0000 | [diff] [blame] | 3581 | #define HAVE_LIBXXF86DGA2 1 |
| 3582 | EOF |
Marcus Meissner | 10ad97c | 2000-04-09 14:30:50 +0000 | [diff] [blame] | 3583 | |
John R. Sheets | f2b77cc | 2000-05-23 21:18:51 +0000 | [diff] [blame] | 3584 | X_PRE_LIBS="$X_PRE_LIBS -lXxf86dga" |
John R. Sheets | f2b77cc | 2000-05-23 21:18:51 +0000 | [diff] [blame] | 3585 | |
Lionel Ulmer | d94475b | 1999-09-20 18:42:46 +0000 | [diff] [blame] | 3586 | else |
| 3587 | echo "$ac_t""no" 1>&6 |
John R. Sheets | f2b77cc | 2000-05-23 21:18:51 +0000 | [diff] [blame] | 3588 | echo $ac_n "checking for XF86DGAQueryExtension in -lXxf86dga""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 3589 | echo "configure:3590: checking for XF86DGAQueryExtension in -lXxf86dga" >&5 |
Lionel Ulmer | d94475b | 1999-09-20 18:42:46 +0000 | [diff] [blame] | 3590 | ac_lib_var=`echo Xxf86dga'_'XF86DGAQueryExtension | sed 'y%./+-%__p_%'` |
| 3591 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 3592 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 3593 | else |
| 3594 | ac_save_LIBS="$LIBS" |
John R. Sheets | f2b77cc | 2000-05-23 21:18:51 +0000 | [diff] [blame] | 3595 | LIBS="-lXxf86dga $X_LIBS -lXext -lX11 $X_EXTRA_LIBS |
| 3596 | $LIBS" |
Lionel Ulmer | d94475b | 1999-09-20 18:42:46 +0000 | [diff] [blame] | 3597 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 3598 | #line 3599 "configure" |
Lionel Ulmer | d94475b | 1999-09-20 18:42:46 +0000 | [diff] [blame] | 3599 | #include "confdefs.h" |
| 3600 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 3601 | /* We use char because int might match the return type of a gcc2 |
| 3602 | builtin and then its argument prototype would still apply. */ |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 3603 | char XF86DGAQueryExtension(); |
| 3604 | |
| 3605 | int main() { |
| 3606 | XF86DGAQueryExtension() |
| 3607 | ; return 0; } |
| 3608 | EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 3609 | if { (eval echo configure:3610: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 3610 | rm -rf conftest* |
| 3611 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 3612 | else |
| 3613 | echo "configure: failed program was:" >&5 |
| 3614 | cat conftest.$ac_ext >&5 |
| 3615 | rm -rf conftest* |
| 3616 | eval "ac_cv_lib_$ac_lib_var=no" |
| 3617 | fi |
| 3618 | rm -f conftest* |
| 3619 | LIBS="$ac_save_LIBS" |
| 3620 | |
| 3621 | fi |
| 3622 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
| 3623 | echo "$ac_t""yes" 1>&6 |
John R. Sheets | f2b77cc | 2000-05-23 21:18:51 +0000 | [diff] [blame] | 3624 | cat >> confdefs.h <<\EOF |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 3625 | #define HAVE_LIBXXF86DGA 1 |
| 3626 | EOF |
Marcus Meissner | 10ad97c | 2000-04-09 14:30:50 +0000 | [diff] [blame] | 3627 | |
John R. Sheets | f2b77cc | 2000-05-23 21:18:51 +0000 | [diff] [blame] | 3628 | X_PRE_LIBS="$X_PRE_LIBS -lXxf86dga" |
John R. Sheets | f2b77cc | 2000-05-23 21:18:51 +0000 | [diff] [blame] | 3629 | |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 3630 | else |
| 3631 | echo "$ac_t""no" 1>&6 |
| 3632 | fi |
| 3633 | |
John R. Sheets | f2b77cc | 2000-05-23 21:18:51 +0000 | [diff] [blame] | 3634 | |
| 3635 | fi |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 3636 | |
John R. Sheets | f2b77cc | 2000-05-23 21:18:51 +0000 | [diff] [blame] | 3637 | |
| 3638 | else |
| 3639 | echo "$ac_t""no" 1>&6 |
| 3640 | echo "configure: warning: DGA extension not found!!" 1>&2 |
| 3641 | |
| 3642 | fi |
| 3643 | done |
| 3644 | |
| 3645 | |
| 3646 | for ac_hdr in X11/extensions/xf86vmode.h |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 3647 | do |
| 3648 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
| 3649 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 3650 | echo "configure:3651: checking for $ac_hdr" >&5 |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 3651 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 3652 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 3653 | else |
| 3654 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 3655 | #line 3656 "configure" |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 3656 | #include "confdefs.h" |
| 3657 | #include <$ac_hdr> |
| 3658 | EOF |
| 3659 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 3660 | { (eval echo configure:3661: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
Eric Pouech | 18ad24a | 2000-01-16 22:16:33 +0000 | [diff] [blame] | 3661 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 3662 | if test -z "$ac_err"; then |
| 3663 | rm -rf conftest* |
| 3664 | eval "ac_cv_header_$ac_safe=yes" |
| 3665 | else |
| 3666 | echo "$ac_err" >&5 |
| 3667 | echo "configure: failed program was:" >&5 |
| 3668 | cat conftest.$ac_ext >&5 |
| 3669 | rm -rf conftest* |
| 3670 | eval "ac_cv_header_$ac_safe=no" |
| 3671 | fi |
| 3672 | rm -f conftest* |
| 3673 | fi |
| 3674 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
| 3675 | echo "$ac_t""yes" 1>&6 |
| 3676 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` |
| 3677 | cat >> confdefs.h <<EOF |
| 3678 | #define $ac_tr_hdr 1 |
| 3679 | EOF |
John R. Sheets | f2b77cc | 2000-05-23 21:18:51 +0000 | [diff] [blame] | 3680 | echo $ac_n "checking for XF86VidModeQueryExtension in -lXxf86vm""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 3681 | echo "configure:3682: checking for XF86VidModeQueryExtension in -lXxf86vm" >&5 |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 3682 | ac_lib_var=`echo Xxf86vm'_'XF86VidModeQueryExtension | sed 'y%./+-%__p_%'` |
| 3683 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 3684 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 3685 | else |
| 3686 | ac_save_LIBS="$LIBS" |
John R. Sheets | f2b77cc | 2000-05-23 21:18:51 +0000 | [diff] [blame] | 3687 | LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS |
| 3688 | $LIBS" |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 3689 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 3690 | #line 3691 "configure" |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 3691 | #include "confdefs.h" |
| 3692 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 3693 | /* We use char because int might match the return type of a gcc2 |
| 3694 | builtin and then its argument prototype would still apply. */ |
| 3695 | char XF86VidModeQueryExtension(); |
| 3696 | |
| 3697 | int main() { |
| 3698 | XF86VidModeQueryExtension() |
| 3699 | ; return 0; } |
| 3700 | EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 3701 | if { (eval echo configure:3702: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 3702 | rm -rf conftest* |
| 3703 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 3704 | else |
| 3705 | echo "configure: failed program was:" >&5 |
| 3706 | cat conftest.$ac_ext >&5 |
| 3707 | rm -rf conftest* |
| 3708 | eval "ac_cv_lib_$ac_lib_var=no" |
| 3709 | fi |
| 3710 | rm -f conftest* |
| 3711 | LIBS="$ac_save_LIBS" |
| 3712 | |
| 3713 | fi |
| 3714 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
| 3715 | echo "$ac_t""yes" 1>&6 |
John R. Sheets | f2b77cc | 2000-05-23 21:18:51 +0000 | [diff] [blame] | 3716 | cat >> confdefs.h <<\EOF |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 3717 | #define HAVE_LIBXXF86VM 1 |
| 3718 | EOF |
John R. Sheets | f2b77cc | 2000-05-23 21:18:51 +0000 | [diff] [blame] | 3719 | |
| 3720 | X_PRE_LIBS="$X_PRE_LIBS -lXxf86vm" |
| 3721 | |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 3722 | else |
| 3723 | echo "$ac_t""no" 1>&6 |
| 3724 | fi |
| 3725 | |
John R. Sheets | f2b77cc | 2000-05-23 21:18:51 +0000 | [diff] [blame] | 3726 | |
| 3727 | else |
| 3728 | echo "$ac_t""no" 1>&6 |
| 3729 | echo "configure: warning: XFree86 VMODE extension not found!!" 1>&2 |
| 3730 | |
| 3731 | fi |
| 3732 | done |
Lionel Ulmer | 5c08570 | 1999-02-28 19:48:53 +0000 | [diff] [blame] | 3733 | |
Lionel Ulmer | 3d2f32d | 2000-09-06 19:46:59 +0000 | [diff] [blame] | 3734 | |
| 3735 | for ac_hdr in X11/extensions/Xvlib.h |
| 3736 | do |
| 3737 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
| 3738 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 3739 | echo "configure:3740: checking for $ac_hdr" >&5 |
Lionel Ulmer | 3d2f32d | 2000-09-06 19:46:59 +0000 | [diff] [blame] | 3740 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 3741 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 3742 | else |
| 3743 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 3744 | #line 3745 "configure" |
Lionel Ulmer | 3d2f32d | 2000-09-06 19:46:59 +0000 | [diff] [blame] | 3745 | #include "confdefs.h" |
| 3746 | #include <$ac_hdr> |
| 3747 | EOF |
| 3748 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 3749 | { (eval echo configure:3750: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
Lionel Ulmer | 3d2f32d | 2000-09-06 19:46:59 +0000 | [diff] [blame] | 3750 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 3751 | if test -z "$ac_err"; then |
| 3752 | rm -rf conftest* |
| 3753 | eval "ac_cv_header_$ac_safe=yes" |
| 3754 | else |
| 3755 | echo "$ac_err" >&5 |
| 3756 | echo "configure: failed program was:" >&5 |
| 3757 | cat conftest.$ac_ext >&5 |
| 3758 | rm -rf conftest* |
| 3759 | eval "ac_cv_header_$ac_safe=no" |
| 3760 | fi |
| 3761 | rm -f conftest* |
| 3762 | fi |
| 3763 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
| 3764 | echo "$ac_t""yes" 1>&6 |
| 3765 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` |
| 3766 | cat >> confdefs.h <<EOF |
| 3767 | #define $ac_tr_hdr 1 |
| 3768 | EOF |
| 3769 | echo $ac_n "checking for XvShmCreateImage in -lXv""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 3770 | echo "configure:3771: checking for XvShmCreateImage in -lXv" >&5 |
Lionel Ulmer | 3d2f32d | 2000-09-06 19:46:59 +0000 | [diff] [blame] | 3771 | ac_lib_var=`echo Xv'_'XvShmCreateImage | sed 'y%./+-%__p_%'` |
| 3772 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 3773 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 3774 | else |
| 3775 | ac_save_LIBS="$LIBS" |
| 3776 | LIBS="-lXv $X_LIBS -lXext -lX11 $X_EXTRA_LIBS |
| 3777 | $LIBS" |
| 3778 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 3779 | #line 3780 "configure" |
Lionel Ulmer | 3d2f32d | 2000-09-06 19:46:59 +0000 | [diff] [blame] | 3780 | #include "confdefs.h" |
| 3781 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 3782 | /* We use char because int might match the return type of a gcc2 |
| 3783 | builtin and then its argument prototype would still apply. */ |
| 3784 | char XvShmCreateImage(); |
| 3785 | |
| 3786 | int main() { |
| 3787 | XvShmCreateImage() |
| 3788 | ; return 0; } |
| 3789 | EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 3790 | if { (eval echo configure:3791: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Lionel Ulmer | 3d2f32d | 2000-09-06 19:46:59 +0000 | [diff] [blame] | 3791 | rm -rf conftest* |
| 3792 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 3793 | else |
| 3794 | echo "configure: failed program was:" >&5 |
| 3795 | cat conftest.$ac_ext >&5 |
| 3796 | rm -rf conftest* |
| 3797 | eval "ac_cv_lib_$ac_lib_var=no" |
| 3798 | fi |
| 3799 | rm -f conftest* |
| 3800 | LIBS="$ac_save_LIBS" |
| 3801 | |
| 3802 | fi |
| 3803 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
| 3804 | echo "$ac_t""yes" 1>&6 |
| 3805 | cat >> confdefs.h <<\EOF |
| 3806 | #define HAVE_XVIDEO 1 |
| 3807 | EOF |
| 3808 | |
| 3809 | X_PRE_LIBS="$X_PRE_LIBS -lXv" |
| 3810 | |
| 3811 | else |
| 3812 | echo "$ac_t""no" 1>&6 |
| 3813 | fi |
| 3814 | |
| 3815 | |
| 3816 | else |
| 3817 | echo "$ac_t""no" 1>&6 |
| 3818 | echo "configure: warning: XVideo extension not found !!" 1>&2 |
| 3819 | |
| 3820 | fi |
| 3821 | done |
| 3822 | |
| 3823 | |
Huw D M Davies | ff453fc | 2001-09-14 01:04:25 +0000 | [diff] [blame] | 3824 | for ac_hdr in X11/extensions/Xrender.h |
| 3825 | do |
| 3826 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
| 3827 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 3828 | echo "configure:3829: checking for $ac_hdr" >&5 |
Huw D M Davies | ff453fc | 2001-09-14 01:04:25 +0000 | [diff] [blame] | 3829 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 3830 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 3831 | else |
| 3832 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 3833 | #line 3834 "configure" |
Huw D M Davies | ff453fc | 2001-09-14 01:04:25 +0000 | [diff] [blame] | 3834 | #include "confdefs.h" |
| 3835 | #include <$ac_hdr> |
| 3836 | EOF |
| 3837 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 3838 | { (eval echo configure:3839: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
Huw D M Davies | ff453fc | 2001-09-14 01:04:25 +0000 | [diff] [blame] | 3839 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 3840 | if test -z "$ac_err"; then |
| 3841 | rm -rf conftest* |
| 3842 | eval "ac_cv_header_$ac_safe=yes" |
| 3843 | else |
| 3844 | echo "$ac_err" >&5 |
| 3845 | echo "configure: failed program was:" >&5 |
| 3846 | cat conftest.$ac_ext >&5 |
| 3847 | rm -rf conftest* |
| 3848 | eval "ac_cv_header_$ac_safe=no" |
| 3849 | fi |
| 3850 | rm -f conftest* |
| 3851 | fi |
| 3852 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
| 3853 | echo "$ac_t""yes" 1>&6 |
| 3854 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` |
| 3855 | cat >> confdefs.h <<EOF |
| 3856 | #define $ac_tr_hdr 1 |
| 3857 | EOF |
| 3858 | echo $ac_n "checking for XRenderQueryExtension in -lXrender""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 3859 | echo "configure:3860: checking for XRenderQueryExtension in -lXrender" >&5 |
Huw D M Davies | ff453fc | 2001-09-14 01:04:25 +0000 | [diff] [blame] | 3860 | ac_lib_var=`echo Xrender'_'XRenderQueryExtension | sed 'y%./+-%__p_%'` |
| 3861 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 3862 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 3863 | else |
| 3864 | ac_save_LIBS="$LIBS" |
| 3865 | LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS |
| 3866 | $LIBS" |
| 3867 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 3868 | #line 3869 "configure" |
Huw D M Davies | ff453fc | 2001-09-14 01:04:25 +0000 | [diff] [blame] | 3869 | #include "confdefs.h" |
| 3870 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 3871 | /* We use char because int might match the return type of a gcc2 |
| 3872 | builtin and then its argument prototype would still apply. */ |
| 3873 | char XRenderQueryExtension(); |
| 3874 | |
| 3875 | int main() { |
| 3876 | XRenderQueryExtension() |
| 3877 | ; return 0; } |
| 3878 | EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 3879 | if { (eval echo configure:3880: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Huw D M Davies | ff453fc | 2001-09-14 01:04:25 +0000 | [diff] [blame] | 3880 | rm -rf conftest* |
| 3881 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 3882 | else |
| 3883 | echo "configure: failed program was:" >&5 |
| 3884 | cat conftest.$ac_ext >&5 |
| 3885 | rm -rf conftest* |
| 3886 | eval "ac_cv_lib_$ac_lib_var=no" |
| 3887 | fi |
| 3888 | rm -f conftest* |
| 3889 | LIBS="$ac_save_LIBS" |
| 3890 | |
| 3891 | fi |
| 3892 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
| 3893 | echo "$ac_t""yes" 1>&6 |
| 3894 | cat >> confdefs.h <<\EOF |
| 3895 | #define HAVE_LIBXRENDER 1 |
| 3896 | EOF |
| 3897 | |
| 3898 | X_PRE_LIBS="$X_PRE_LIBS -lXrender" |
| 3899 | |
| 3900 | else |
| 3901 | echo "$ac_t""no" 1>&6 |
| 3902 | fi |
| 3903 | |
| 3904 | |
| 3905 | else |
| 3906 | echo "$ac_t""no" 1>&6 |
| 3907 | echo "configure: warning: XRender extension not found !!" 1>&2 |
| 3908 | |
| 3909 | fi |
| 3910 | done |
| 3911 | |
| 3912 | |
John R. Sheets | f2b77cc | 2000-05-23 21:18:51 +0000 | [diff] [blame] | 3913 | |
| 3914 | |
| 3915 | else |
| 3916 | echo "$ac_t""no" 1>&6 |
| 3917 | fi |
| 3918 | done |
| 3919 | |
Lionel Ulmer | fbc15b1 | 2000-04-29 14:23:22 +0000 | [diff] [blame] | 3920 | if test $OPENGL = "yes" -o $OPENGL = "normal" |
| 3921 | then |
Lionel Ulmer | bedf40b | 2000-05-12 20:18:14 +0000 | [diff] [blame] | 3922 | for ac_hdr in GL/gl.h GL/glx.h GL/glext.h |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 3923 | do |
| 3924 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
| 3925 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 3926 | echo "configure:3927: checking for $ac_hdr" >&5 |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 3927 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 3928 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 3929 | else |
| 3930 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 3931 | #line 3932 "configure" |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 3932 | #include "confdefs.h" |
| 3933 | #include <$ac_hdr> |
| 3934 | EOF |
| 3935 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 3936 | { (eval echo configure:3937: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
Eric Pouech | 18ad24a | 2000-01-16 22:16:33 +0000 | [diff] [blame] | 3937 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 3938 | if test -z "$ac_err"; then |
| 3939 | rm -rf conftest* |
| 3940 | eval "ac_cv_header_$ac_safe=yes" |
| 3941 | else |
| 3942 | echo "$ac_err" >&5 |
| 3943 | echo "configure: failed program was:" >&5 |
| 3944 | cat conftest.$ac_ext >&5 |
| 3945 | rm -rf conftest* |
| 3946 | eval "ac_cv_header_$ac_safe=no" |
| 3947 | fi |
| 3948 | rm -f conftest* |
| 3949 | fi |
| 3950 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
| 3951 | echo "$ac_t""yes" 1>&6 |
| 3952 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` |
| 3953 | cat >> confdefs.h <<EOF |
| 3954 | #define $ac_tr_hdr 1 |
| 3955 | EOF |
| 3956 | |
| 3957 | else |
| 3958 | echo "$ac_t""no" 1>&6 |
| 3959 | fi |
| 3960 | done |
| 3961 | |
Marcus Meissner | 22a969b | 2000-08-08 20:46:50 +0000 | [diff] [blame] | 3962 | if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes" |
Lionel Ulmer | fbc15b1 | 2000-04-29 14:23:22 +0000 | [diff] [blame] | 3963 | then |
Bernhard Rosenkraenzer | fea260a | 2001-09-19 20:30:28 +0000 | [diff] [blame] | 3964 | echo $ac_n "checking for up-to-date OpenGL version""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 3965 | echo "configure:3966: checking for up-to-date OpenGL version" >&5 |
Lionel Ulmer | bedf40b | 2000-05-12 20:18:14 +0000 | [diff] [blame] | 3966 | if eval "test \"`echo '$''{'wine_cv_opengl_version_OK'+set}'`\" = set"; then |
Lionel Ulmer | 5c08570 | 1999-02-28 19:48:53 +0000 | [diff] [blame] | 3967 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 3968 | else |
| 3969 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 3970 | #line 3971 "configure" |
Lionel Ulmer | 5c08570 | 1999-02-28 19:48:53 +0000 | [diff] [blame] | 3971 | #include "confdefs.h" |
| 3972 | #include <GL/gl.h> |
| 3973 | int main() { |
| 3974 | GLenum test = GL_UNSIGNED_SHORT_5_6_5; |
| 3975 | ; return 0; } |
| 3976 | EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 3977 | if { (eval echo configure:3978: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
Lionel Ulmer | 5c08570 | 1999-02-28 19:48:53 +0000 | [diff] [blame] | 3978 | rm -rf conftest* |
Lionel Ulmer | bedf40b | 2000-05-12 20:18:14 +0000 | [diff] [blame] | 3979 | wine_cv_opengl_version_OK="yes" |
Lionel Ulmer | 5c08570 | 1999-02-28 19:48:53 +0000 | [diff] [blame] | 3980 | else |
| 3981 | echo "configure: failed program was:" >&5 |
| 3982 | cat conftest.$ac_ext >&5 |
| 3983 | rm -rf conftest* |
Lionel Ulmer | bedf40b | 2000-05-12 20:18:14 +0000 | [diff] [blame] | 3984 | wine_cv_opengl_version_OK="no" |
Lionel Ulmer | fbc15b1 | 2000-04-29 14:23:22 +0000 | [diff] [blame] | 3985 | |
Lionel Ulmer | 5c08570 | 1999-02-28 19:48:53 +0000 | [diff] [blame] | 3986 | fi |
| 3987 | rm -f conftest* |
Lionel Ulmer | fbc15b1 | 2000-04-29 14:23:22 +0000 | [diff] [blame] | 3988 | |
Lionel Ulmer | 5c08570 | 1999-02-28 19:48:53 +0000 | [diff] [blame] | 3989 | fi |
| 3990 | |
Lionel Ulmer | bedf40b | 2000-05-12 20:18:14 +0000 | [diff] [blame] | 3991 | echo "$ac_t""$wine_cv_opengl_version_OK" 1>&6 |
Lionel Ulmer | 5c08570 | 1999-02-28 19:48:53 +0000 | [diff] [blame] | 3992 | |
Bernhard Rosenkraenzer | fea260a | 2001-09-19 20:30:28 +0000 | [diff] [blame] | 3993 | echo $ac_n "checking for thread-safe OpenGL version""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 3994 | echo "configure:3995: checking for thread-safe OpenGL version" >&5 |
Lionel Ulmer | bedf40b | 2000-05-12 20:18:14 +0000 | [diff] [blame] | 3995 | if eval "test \"`echo '$''{'wine_cv_opengl_version_threadsafe'+set}'`\" = set"; then |
Lionel Ulmer | 5eee0bf | 2000-03-24 21:20:33 +0000 | [diff] [blame] | 3996 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 3997 | else |
| 3998 | saved_libs=$LIBS |
Lionel Ulmer | fbc15b1 | 2000-04-29 14:23:22 +0000 | [diff] [blame] | 3999 | LIBS="$X_LIBS -lGL" |
| 4000 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 4001 | #line 4002 "configure" |
Lionel Ulmer | 5eee0bf | 2000-03-24 21:20:33 +0000 | [diff] [blame] | 4002 | #include "confdefs.h" |
| 4003 | |
| 4004 | int main() { |
| 4005 | pthread_getspecific(); |
| 4006 | ; return 0; } |
| 4007 | EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 4008 | if { (eval echo configure:4009: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Lionel Ulmer | 5eee0bf | 2000-03-24 21:20:33 +0000 | [diff] [blame] | 4009 | rm -rf conftest* |
Lionel Ulmer | bedf40b | 2000-05-12 20:18:14 +0000 | [diff] [blame] | 4010 | wine_cv_opengl_version_threadsafe="yes" |
Lionel Ulmer | 5eee0bf | 2000-03-24 21:20:33 +0000 | [diff] [blame] | 4011 | else |
| 4012 | echo "configure: failed program was:" >&5 |
| 4013 | cat conftest.$ac_ext >&5 |
| 4014 | rm -rf conftest* |
Lionel Ulmer | bedf40b | 2000-05-12 20:18:14 +0000 | [diff] [blame] | 4015 | wine_cv_opengl_version_threadsafe="no" |
Lionel Ulmer | 5eee0bf | 2000-03-24 21:20:33 +0000 | [diff] [blame] | 4016 | fi |
| 4017 | rm -f conftest* |
Lionel Ulmer | fbc15b1 | 2000-04-29 14:23:22 +0000 | [diff] [blame] | 4018 | LIBS=$saved_libs |
| 4019 | |
Lionel Ulmer | 5eee0bf | 2000-03-24 21:20:33 +0000 | [diff] [blame] | 4020 | fi |
| 4021 | |
Lionel Ulmer | bedf40b | 2000-05-12 20:18:14 +0000 | [diff] [blame] | 4022 | echo "$ac_t""$wine_cv_opengl_version_threadsafe" 1>&6 |
Lionel Ulmer | 5eee0bf | 2000-03-24 21:20:33 +0000 | [diff] [blame] | 4023 | |
Lionel Ulmer | bedf40b | 2000-05-12 20:18:14 +0000 | [diff] [blame] | 4024 | if test "$wine_cv_opengl_version_OK" = "yes" -a \( "$wine_cv_opengl_version_threadsafe" = "no" -o $OPENGL = "yes" \) |
Lionel Ulmer | fbc15b1 | 2000-04-29 14:23:22 +0000 | [diff] [blame] | 4025 | then |
| 4026 | echo $ac_n "checking for glXCreateContext in -lGL""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 4027 | echo "configure:4028: checking for glXCreateContext in -lGL" >&5 |
Lionel Ulmer | 5d68f79 | 1999-07-23 19:33:24 +0000 | [diff] [blame] | 4028 | ac_lib_var=`echo GL'_'glXCreateContext | sed 'y%./+-%__p_%'` |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 4029 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 4030 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 4031 | else |
| 4032 | ac_save_LIBS="$LIBS" |
Marcus Meissner | 376ec88 | 2000-01-05 03:24:52 +0000 | [diff] [blame] | 4033 | LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS" |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 4034 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 4035 | #line 4036 "configure" |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 4036 | #include "confdefs.h" |
| 4037 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 4038 | /* We use char because int might match the return type of a gcc2 |
| 4039 | builtin and then its argument prototype would still apply. */ |
Lionel Ulmer | 5d68f79 | 1999-07-23 19:33:24 +0000 | [diff] [blame] | 4040 | char glXCreateContext(); |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 4041 | |
| 4042 | int main() { |
Lionel Ulmer | 5d68f79 | 1999-07-23 19:33:24 +0000 | [diff] [blame] | 4043 | glXCreateContext() |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 4044 | ; return 0; } |
| 4045 | EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 4046 | if { (eval echo configure:4047: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 4047 | rm -rf conftest* |
| 4048 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 4049 | else |
| 4050 | echo "configure: failed program was:" >&5 |
| 4051 | cat conftest.$ac_ext >&5 |
| 4052 | rm -rf conftest* |
| 4053 | eval "ac_cv_lib_$ac_lib_var=no" |
| 4054 | fi |
| 4055 | rm -f conftest* |
| 4056 | LIBS="$ac_save_LIBS" |
| 4057 | |
| 4058 | fi |
| 4059 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
| 4060 | echo "$ac_t""yes" 1>&6 |
Lionel Ulmer | bedf40b | 2000-05-12 20:18:14 +0000 | [diff] [blame] | 4061 | X_PRE_LIBS="$X_PRE_LIBS -lGL" |
Lionel Ulmer | fbc15b1 | 2000-04-29 14:23:22 +0000 | [diff] [blame] | 4062 | |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 4063 | else |
| 4064 | echo "$ac_t""no" 1>&6 |
| 4065 | fi |
| 4066 | |
Lionel Ulmer | fbc15b1 | 2000-04-29 14:23:22 +0000 | [diff] [blame] | 4067 | |
Lionel Ulmer | bd8ede1 | 2000-10-12 20:45:58 +0000 | [diff] [blame] | 4068 | if test $ac_cv_lib_GL_glXCreateContext = "yes" |
| 4069 | then |
Marcus Meissner | 22a969b | 2000-08-08 20:46:50 +0000 | [diff] [blame] | 4070 | |
Lionel Ulmer | bd8ede1 | 2000-10-12 20:45:58 +0000 | [diff] [blame] | 4071 | OPENGLFILES='$(OPENGLFILES)' |
| 4072 | cat >> confdefs.h <<\EOF |
Marcus Meissner | 6bb6d4c | 2000-08-09 22:21:08 +0000 | [diff] [blame] | 4073 | #define HAVE_OPENGL 1 |
| 4074 | EOF |
| 4075 | |
Marcus Meissner | 22a969b | 2000-08-08 20:46:50 +0000 | [diff] [blame] | 4076 | |
Lionel Ulmer | bedf40b | 2000-05-12 20:18:14 +0000 | [diff] [blame] | 4077 | echo $ac_n "checking for glXGetProcAddressARB in -lGL""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 4078 | echo "configure:4079: checking for glXGetProcAddressARB in -lGL" >&5 |
Lionel Ulmer | bedf40b | 2000-05-12 20:18:14 +0000 | [diff] [blame] | 4079 | ac_lib_var=`echo GL'_'glXGetProcAddressARB | sed 'y%./+-%__p_%'` |
| 4080 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 4081 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 4082 | else |
| 4083 | ac_save_LIBS="$LIBS" |
| 4084 | LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS" |
| 4085 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 4086 | #line 4087 "configure" |
Lionel Ulmer | bedf40b | 2000-05-12 20:18:14 +0000 | [diff] [blame] | 4087 | #include "confdefs.h" |
| 4088 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 4089 | /* We use char because int might match the return type of a gcc2 |
| 4090 | builtin and then its argument prototype would still apply. */ |
| 4091 | char glXGetProcAddressARB(); |
| 4092 | |
| 4093 | int main() { |
| 4094 | glXGetProcAddressARB() |
| 4095 | ; return 0; } |
| 4096 | EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 4097 | if { (eval echo configure:4098: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Lionel Ulmer | bedf40b | 2000-05-12 20:18:14 +0000 | [diff] [blame] | 4098 | rm -rf conftest* |
| 4099 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 4100 | else |
| 4101 | echo "configure: failed program was:" >&5 |
| 4102 | cat conftest.$ac_ext >&5 |
| 4103 | rm -rf conftest* |
| 4104 | eval "ac_cv_lib_$ac_lib_var=no" |
| 4105 | fi |
| 4106 | rm -f conftest* |
| 4107 | LIBS="$ac_save_LIBS" |
| 4108 | |
| 4109 | fi |
| 4110 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
| 4111 | echo "$ac_t""yes" 1>&6 |
| 4112 | cat >> confdefs.h <<\EOF |
| 4113 | #define HAVE_GLX_GETPROCADDRESS 1 |
| 4114 | EOF |
| 4115 | |
| 4116 | else |
| 4117 | echo "$ac_t""no" 1>&6 |
| 4118 | fi |
| 4119 | |
| 4120 | |
| 4121 | if test $ac_cv_lib_GL_glXGetProcAddressARB = "yes" |
| 4122 | then |
Bernhard Rosenkraenzer | fea260a | 2001-09-19 20:30:28 +0000 | [diff] [blame] | 4123 | echo $ac_n "checking for OpenGL extension functions prototypes""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 4124 | echo "configure:4125: checking for OpenGL extension functions prototypes" >&5 |
Lionel Ulmer | 1434d87 | 2000-07-23 14:23:31 +0000 | [diff] [blame] | 4125 | if eval "test \"`echo '$''{'wine_cv_extension_prototypes'+set}'`\" = set"; then |
| 4126 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 4127 | else |
| 4128 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 4129 | #line 4130 "configure" |
Lionel Ulmer | 1434d87 | 2000-07-23 14:23:31 +0000 | [diff] [blame] | 4130 | #include "confdefs.h" |
| 4131 | #include <GL/gl.h> |
Marcus Meissner | 6bb6d4c | 2000-08-09 22:21:08 +0000 | [diff] [blame] | 4132 | #ifdef HAVE_GL_GLEXT_H |
| 4133 | # include <GL/glext.h> |
| 4134 | #endif |
| 4135 | |
Lionel Ulmer | 1434d87 | 2000-07-23 14:23:31 +0000 | [diff] [blame] | 4136 | int main() { |
| 4137 | PFNGLCOLORTABLEEXTPROC test_proc; |
| 4138 | ; return 0; } |
| 4139 | EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 4140 | if { (eval echo configure:4141: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
Lionel Ulmer | 1434d87 | 2000-07-23 14:23:31 +0000 | [diff] [blame] | 4141 | rm -rf conftest* |
Lionel Ulmer | fe210ef | 2000-07-29 11:30:56 +0000 | [diff] [blame] | 4142 | wine_cv_extension_prototypes="yes" |
Lionel Ulmer | 1434d87 | 2000-07-23 14:23:31 +0000 | [diff] [blame] | 4143 | else |
| 4144 | echo "configure: failed program was:" >&5 |
| 4145 | cat conftest.$ac_ext >&5 |
| 4146 | rm -rf conftest* |
| 4147 | wine_cv_extension_prototypes="no" |
| 4148 | |
| 4149 | fi |
| 4150 | rm -f conftest* |
| 4151 | |
| 4152 | fi |
| 4153 | |
| 4154 | echo "$ac_t""$wine_cv_extension_prototypes" 1>&6 |
Lionel Ulmer | fe210ef | 2000-07-29 11:30:56 +0000 | [diff] [blame] | 4155 | if test $wine_cv_extension_prototypes = "yes" |
| 4156 | then |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 4157 | cat >> confdefs.h <<\EOF |
Lionel Ulmer | fe210ef | 2000-07-29 11:30:56 +0000 | [diff] [blame] | 4158 | #define HAVE_GLEXT_PROTOTYPES 1 |
| 4159 | EOF |
| 4160 | |
| 4161 | fi |
Lionel Ulmer | bedf40b | 2000-05-12 20:18:14 +0000 | [diff] [blame] | 4162 | fi |
Alexandre Julliard | d6c0f9f | 2001-01-04 22:44:55 +0000 | [diff] [blame] | 4163 | |
Lionel Ulmer | fbc15b1 | 2000-04-29 14:23:22 +0000 | [diff] [blame] | 4164 | fi |
Marcus Meissner | 6e9ab40 | 2001-08-08 23:21:16 +0000 | [diff] [blame] | 4165 | echo $ac_n "checking for gluLookAt in -lGLU""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 4166 | echo "configure:4167: checking for gluLookAt in -lGLU" >&5 |
Marcus Meissner | 6e9ab40 | 2001-08-08 23:21:16 +0000 | [diff] [blame] | 4167 | ac_lib_var=`echo GLU'_'gluLookAt | sed 'y%./+-%__p_%'` |
Marcus Meissner | b63ab44 | 2001-06-08 19:02:57 +0000 | [diff] [blame] | 4168 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 4169 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 4170 | else |
| 4171 | ac_save_LIBS="$LIBS" |
| 4172 | LIBS="-lGLU $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS |
| 4173 | $LIBS" |
| 4174 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 4175 | #line 4176 "configure" |
Marcus Meissner | b63ab44 | 2001-06-08 19:02:57 +0000 | [diff] [blame] | 4176 | #include "confdefs.h" |
| 4177 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 4178 | /* We use char because int might match the return type of a gcc2 |
| 4179 | builtin and then its argument prototype would still apply. */ |
Marcus Meissner | 6e9ab40 | 2001-08-08 23:21:16 +0000 | [diff] [blame] | 4180 | char gluLookAt(); |
Marcus Meissner | b63ab44 | 2001-06-08 19:02:57 +0000 | [diff] [blame] | 4181 | |
| 4182 | int main() { |
Marcus Meissner | 6e9ab40 | 2001-08-08 23:21:16 +0000 | [diff] [blame] | 4183 | gluLookAt() |
Marcus Meissner | b63ab44 | 2001-06-08 19:02:57 +0000 | [diff] [blame] | 4184 | ; return 0; } |
| 4185 | EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 4186 | if { (eval echo configure:4187: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Marcus Meissner | b63ab44 | 2001-06-08 19:02:57 +0000 | [diff] [blame] | 4187 | rm -rf conftest* |
| 4188 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 4189 | else |
| 4190 | echo "configure: failed program was:" >&5 |
| 4191 | cat conftest.$ac_ext >&5 |
| 4192 | rm -rf conftest* |
| 4193 | eval "ac_cv_lib_$ac_lib_var=no" |
| 4194 | fi |
| 4195 | rm -f conftest* |
| 4196 | LIBS="$ac_save_LIBS" |
| 4197 | |
| 4198 | fi |
| 4199 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
| 4200 | echo "$ac_t""yes" 1>&6 |
| 4201 | X_PRE_LIBS="$X_PRE_LIBS -lGLU" |
| 4202 | GLU32FILES='$(GLU32FILES)' |
Marcus Meissner | b63ab44 | 2001-06-08 19:02:57 +0000 | [diff] [blame] | 4203 | |
| 4204 | else |
| 4205 | echo "$ac_t""no" 1>&6 |
| 4206 | fi |
| 4207 | |
Lionel Ulmer | fbc15b1 | 2000-04-29 14:23:22 +0000 | [diff] [blame] | 4208 | fi |
| 4209 | fi |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 4210 | fi |
Ove Kaaven | 1eb593c | 1999-02-14 09:34:46 +0000 | [diff] [blame] | 4211 | |
| 4212 | CPPFLAGS="$ac_save_CPPFLAGS" |
Patrik Stridvall | 2941a21 | 2000-04-25 20:34:22 +0000 | [diff] [blame] | 4213 | XFILES='$(XFILES)' |
Patrik Stridvall | ea58472 | 1998-11-01 16:22:07 +0000 | [diff] [blame] | 4214 | else |
| 4215 | XLIB="" |
| 4216 | X_CFLAGS="" |
| 4217 | X_LIBS="" |
| 4218 | fi |
Alexandre Julliard | 902da69 | 1995-11-05 14:39:02 +0000 | [diff] [blame] | 4219 | |
Patrik Stridvall | 5e5ad53 | 2000-04-23 20:02:46 +0000 | [diff] [blame] | 4220 | if test "$CURSES" = "yes" |
| 4221 | then |
| 4222 | for ac_hdr in ncurses.h |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 4223 | do |
| 4224 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
| 4225 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 4226 | echo "configure:4227: checking for $ac_hdr" >&5 |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 4227 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 4228 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 4229 | else |
| 4230 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 4231 | #line 4232 "configure" |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 4232 | #include "confdefs.h" |
| 4233 | #include <$ac_hdr> |
| 4234 | EOF |
| 4235 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 4236 | { (eval echo configure:4237: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
Eric Pouech | 18ad24a | 2000-01-16 22:16:33 +0000 | [diff] [blame] | 4237 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 4238 | if test -z "$ac_err"; then |
| 4239 | rm -rf conftest* |
| 4240 | eval "ac_cv_header_$ac_safe=yes" |
| 4241 | else |
| 4242 | echo "$ac_err" >&5 |
| 4243 | echo "configure: failed program was:" >&5 |
| 4244 | cat conftest.$ac_ext >&5 |
| 4245 | rm -rf conftest* |
| 4246 | eval "ac_cv_header_$ac_safe=no" |
| 4247 | fi |
| 4248 | rm -f conftest* |
| 4249 | fi |
| 4250 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
| 4251 | echo "$ac_t""yes" 1>&6 |
| 4252 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` |
| 4253 | cat >> confdefs.h <<EOF |
| 4254 | #define $ac_tr_hdr 1 |
| 4255 | EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 4256 | echo $ac_n "checking for waddch in -lncurses""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 4257 | echo "configure:4258: checking for waddch in -lncurses" >&5 |
Joseph Pranevich | e884f9c | 1999-01-03 16:14:34 +0000 | [diff] [blame] | 4258 | ac_lib_var=`echo ncurses'_'waddch | sed 'y%./+-%__p_%'` |
| 4259 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 4260 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 4261 | else |
| 4262 | ac_save_LIBS="$LIBS" |
| 4263 | LIBS="-lncurses $LIBS" |
| 4264 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 4265 | #line 4266 "configure" |
Joseph Pranevich | e884f9c | 1999-01-03 16:14:34 +0000 | [diff] [blame] | 4266 | #include "confdefs.h" |
| 4267 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 4268 | /* We use char because int might match the return type of a gcc2 |
| 4269 | builtin and then its argument prototype would still apply. */ |
| 4270 | char waddch(); |
| 4271 | |
| 4272 | int main() { |
| 4273 | waddch() |
| 4274 | ; return 0; } |
| 4275 | EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 4276 | if { (eval echo configure:4277: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Joseph Pranevich | e884f9c | 1999-01-03 16:14:34 +0000 | [diff] [blame] | 4277 | rm -rf conftest* |
| 4278 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 4279 | else |
| 4280 | echo "configure: failed program was:" >&5 |
| 4281 | cat conftest.$ac_ext >&5 |
| 4282 | rm -rf conftest* |
| 4283 | eval "ac_cv_lib_$ac_lib_var=no" |
| 4284 | fi |
| 4285 | rm -f conftest* |
| 4286 | LIBS="$ac_save_LIBS" |
| 4287 | |
| 4288 | fi |
| 4289 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
| 4290 | echo "$ac_t""yes" 1>&6 |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 4291 | ac_tr_lib=HAVE_LIB`echo ncurses | sed -e 's/^a-zA-Z0-9_/_/g' \ |
Joseph Pranevich | e884f9c | 1999-01-03 16:14:34 +0000 | [diff] [blame] | 4292 | -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` |
| 4293 | cat >> confdefs.h <<EOF |
| 4294 | #define $ac_tr_lib 1 |
| 4295 | EOF |
| 4296 | |
| 4297 | LIBS="-lncurses $LIBS" |
| 4298 | |
| 4299 | else |
| 4300 | echo "$ac_t""no" 1>&6 |
| 4301 | fi |
| 4302 | |
Alexandre Julliard | 638f169 | 1999-01-17 16:32:32 +0000 | [diff] [blame] | 4303 | else |
| 4304 | echo "$ac_t""no" 1>&6 |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 4305 | for ac_hdr in curses.h |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 4306 | do |
| 4307 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
| 4308 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 4309 | echo "configure:4310: checking for $ac_hdr" >&5 |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 4310 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 4311 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 4312 | else |
| 4313 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 4314 | #line 4315 "configure" |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 4315 | #include "confdefs.h" |
| 4316 | #include <$ac_hdr> |
| 4317 | EOF |
| 4318 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 4319 | { (eval echo configure:4320: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
Eric Pouech | 18ad24a | 2000-01-16 22:16:33 +0000 | [diff] [blame] | 4320 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 4321 | if test -z "$ac_err"; then |
| 4322 | rm -rf conftest* |
| 4323 | eval "ac_cv_header_$ac_safe=yes" |
| 4324 | else |
| 4325 | echo "$ac_err" >&5 |
| 4326 | echo "configure: failed program was:" >&5 |
| 4327 | cat conftest.$ac_ext >&5 |
| 4328 | rm -rf conftest* |
| 4329 | eval "ac_cv_header_$ac_safe=no" |
| 4330 | fi |
| 4331 | rm -f conftest* |
| 4332 | fi |
| 4333 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
| 4334 | echo "$ac_t""yes" 1>&6 |
| 4335 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` |
| 4336 | cat >> confdefs.h <<EOF |
| 4337 | #define $ac_tr_hdr 1 |
| 4338 | EOF |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 4339 | echo $ac_n "checking for waddch in -lcurses""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 4340 | echo "configure:4341: checking for waddch in -lcurses" >&5 |
Joseph Pranevich | e884f9c | 1999-01-03 16:14:34 +0000 | [diff] [blame] | 4341 | ac_lib_var=`echo curses'_'waddch | sed 'y%./+-%__p_%'` |
| 4342 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 4343 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 4344 | else |
| 4345 | ac_save_LIBS="$LIBS" |
| 4346 | LIBS="-lcurses $LIBS" |
| 4347 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 4348 | #line 4349 "configure" |
Joseph Pranevich | e884f9c | 1999-01-03 16:14:34 +0000 | [diff] [blame] | 4349 | #include "confdefs.h" |
| 4350 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 4351 | /* We use char because int might match the return type of a gcc2 |
| 4352 | builtin and then its argument prototype would still apply. */ |
| 4353 | char waddch(); |
| 4354 | |
| 4355 | int main() { |
| 4356 | waddch() |
| 4357 | ; return 0; } |
| 4358 | EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 4359 | if { (eval echo configure:4360: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Joseph Pranevich | e884f9c | 1999-01-03 16:14:34 +0000 | [diff] [blame] | 4360 | rm -rf conftest* |
| 4361 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 4362 | else |
| 4363 | echo "configure: failed program was:" >&5 |
| 4364 | cat conftest.$ac_ext >&5 |
| 4365 | rm -rf conftest* |
| 4366 | eval "ac_cv_lib_$ac_lib_var=no" |
| 4367 | fi |
| 4368 | rm -f conftest* |
| 4369 | LIBS="$ac_save_LIBS" |
| 4370 | |
| 4371 | fi |
| 4372 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
| 4373 | echo "$ac_t""yes" 1>&6 |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 4374 | ac_tr_lib=HAVE_LIB`echo curses | sed -e 's/^a-zA-Z0-9_/_/g' \ |
Joseph Pranevich | e884f9c | 1999-01-03 16:14:34 +0000 | [diff] [blame] | 4375 | -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` |
| 4376 | cat >> confdefs.h <<EOF |
| 4377 | #define $ac_tr_lib 1 |
| 4378 | EOF |
| 4379 | |
| 4380 | LIBS="-lcurses $LIBS" |
| 4381 | |
| 4382 | else |
| 4383 | echo "$ac_t""no" 1>&6 |
| 4384 | fi |
| 4385 | |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 4386 | else |
| 4387 | echo "$ac_t""no" 1>&6 |
| 4388 | fi |
| 4389 | done |
| 4390 | |
| 4391 | fi |
| 4392 | done |
| 4393 | |
| 4394 | for ac_func in getbkgd resizeterm |
| 4395 | do |
| 4396 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 4397 | echo "configure:4398: checking for $ac_func" >&5 |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 4398 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
Alexandre Julliard | 638f169 | 1999-01-17 16:32:32 +0000 | [diff] [blame] | 4399 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 4400 | else |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 4401 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 4402 | #line 4403 "configure" |
Alexandre Julliard | 638f169 | 1999-01-17 16:32:32 +0000 | [diff] [blame] | 4403 | #include "confdefs.h" |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 4404 | /* System header to define __stub macros and hopefully few prototypes, |
| 4405 | which can conflict with char $ac_func(); below. */ |
| 4406 | #include <assert.h> |
Alexandre Julliard | 638f169 | 1999-01-17 16:32:32 +0000 | [diff] [blame] | 4407 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 4408 | /* We use char because int might match the return type of a gcc2 |
| 4409 | builtin and then its argument prototype would still apply. */ |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 4410 | char $ac_func(); |
Alexandre Julliard | 638f169 | 1999-01-17 16:32:32 +0000 | [diff] [blame] | 4411 | |
| 4412 | int main() { |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 4413 | |
| 4414 | /* The GNU C library defines this for functions which it implements |
| 4415 | to always fail with ENOSYS. Some functions are actually named |
| 4416 | something starting with __ and the normal name is an alias. */ |
| 4417 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) |
| 4418 | choke me |
| 4419 | #else |
| 4420 | $ac_func(); |
| 4421 | #endif |
| 4422 | |
Alexandre Julliard | 638f169 | 1999-01-17 16:32:32 +0000 | [diff] [blame] | 4423 | ; return 0; } |
| 4424 | EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 4425 | if { (eval echo configure:4426: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Alexandre Julliard | 638f169 | 1999-01-17 16:32:32 +0000 | [diff] [blame] | 4426 | rm -rf conftest* |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 4427 | eval "ac_cv_func_$ac_func=yes" |
Alexandre Julliard | 638f169 | 1999-01-17 16:32:32 +0000 | [diff] [blame] | 4428 | else |
| 4429 | echo "configure: failed program was:" >&5 |
| 4430 | cat conftest.$ac_ext >&5 |
| 4431 | rm -rf conftest* |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 4432 | eval "ac_cv_func_$ac_func=no" |
Alexandre Julliard | 638f169 | 1999-01-17 16:32:32 +0000 | [diff] [blame] | 4433 | fi |
| 4434 | rm -f conftest* |
Alexandre Julliard | 638f169 | 1999-01-17 16:32:32 +0000 | [diff] [blame] | 4435 | fi |
Alexandre Julliard | 638f169 | 1999-01-17 16:32:32 +0000 | [diff] [blame] | 4436 | |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 4437 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then |
| 4438 | echo "$ac_t""yes" 1>&6 |
| 4439 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` |
| 4440 | cat >> confdefs.h <<EOF |
| 4441 | #define $ac_tr_func 1 |
| 4442 | EOF |
| 4443 | |
Alexandre Julliard | 638f169 | 1999-01-17 16:32:32 +0000 | [diff] [blame] | 4444 | else |
| 4445 | echo "$ac_t""no" 1>&6 |
| 4446 | fi |
Alexandre Julliard | ed2f19a | 2001-06-27 21:42:00 +0000 | [diff] [blame] | 4447 | done |
Alexandre Julliard | 638f169 | 1999-01-17 16:32:32 +0000 | [diff] [blame] | 4448 | |
Joseph Pranevich | e884f9c | 1999-01-03 16:14:34 +0000 | [diff] [blame] | 4449 | fi |
| 4450 | |
Marcus Meissner | ab8b7db | 2001-04-27 18:02:46 +0000 | [diff] [blame] | 4451 | CUPSLIBS="" |
Marcus Meissner | 3ee02ba | 2001-04-30 18:18:50 +0000 | [diff] [blame] | 4452 | wine_cv_warn_cups_h=no |
Marcus Meissner | ab8b7db | 2001-04-27 18:02:46 +0000 | [diff] [blame] | 4453 | echo $ac_n "checking for cupsGetPPD in -lcups""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 4454 | echo "configure:4455: checking for cupsGetPPD in -lcups" >&5 |
Marcus Meissner | ab8b7db | 2001-04-27 18:02:46 +0000 | [diff] [blame] | 4455 | ac_lib_var=`echo cups'_'cupsGetPPD | sed 'y%./+-%__p_%'` |
| 4456 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 4457 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 4458 | else |
| 4459 | ac_save_LIBS="$LIBS" |
| 4460 | LIBS="-lcups $LIBS" |
| 4461 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 4462 | #line 4463 "configure" |
Marcus Meissner | ab8b7db | 2001-04-27 18:02:46 +0000 | [diff] [blame] | 4463 | #include "confdefs.h" |
| 4464 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 4465 | /* We use char because int might match the return type of a gcc2 |
| 4466 | builtin and then its argument prototype would still apply. */ |
| 4467 | char cupsGetPPD(); |
| 4468 | |
| 4469 | int main() { |
| 4470 | cupsGetPPD() |
| 4471 | ; return 0; } |
| 4472 | EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 4473 | if { (eval echo configure:4474: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Marcus Meissner | ab8b7db | 2001-04-27 18:02:46 +0000 | [diff] [blame] | 4474 | rm -rf conftest* |
| 4475 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 4476 | else |
| 4477 | echo "configure: failed program was:" >&5 |
| 4478 | cat conftest.$ac_ext >&5 |
| 4479 | rm -rf conftest* |
| 4480 | eval "ac_cv_lib_$ac_lib_var=no" |
| 4481 | fi |
| 4482 | rm -f conftest* |
| 4483 | LIBS="$ac_save_LIBS" |
| 4484 | |
| 4485 | fi |
| 4486 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
| 4487 | echo "$ac_t""yes" 1>&6 |
Marcus Meissner | 3ee02ba | 2001-04-30 18:18:50 +0000 | [diff] [blame] | 4488 | ac_safe=`echo "cups/cups.h" | sed 'y%./+-%__p_%'` |
| 4489 | echo $ac_n "checking for cups/cups.h""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 4490 | echo "configure:4491: checking for cups/cups.h" >&5 |
Marcus Meissner | 3ee02ba | 2001-04-30 18:18:50 +0000 | [diff] [blame] | 4491 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 4492 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 4493 | else |
| 4494 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 4495 | #line 4496 "configure" |
Marcus Meissner | 3ee02ba | 2001-04-30 18:18:50 +0000 | [diff] [blame] | 4496 | #include "confdefs.h" |
| 4497 | #include <cups/cups.h> |
| 4498 | EOF |
| 4499 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 4500 | { (eval echo configure:4501: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
Marcus Meissner | 3ee02ba | 2001-04-30 18:18:50 +0000 | [diff] [blame] | 4501 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 4502 | if test -z "$ac_err"; then |
| 4503 | rm -rf conftest* |
| 4504 | eval "ac_cv_header_$ac_safe=yes" |
| 4505 | else |
| 4506 | echo "$ac_err" >&5 |
| 4507 | echo "configure: failed program was:" >&5 |
| 4508 | cat conftest.$ac_ext >&5 |
| 4509 | rm -rf conftest* |
| 4510 | eval "ac_cv_header_$ac_safe=no" |
| 4511 | fi |
| 4512 | rm -f conftest* |
| 4513 | fi |
| 4514 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
| 4515 | echo "$ac_t""yes" 1>&6 |
Marcus Meissner | ab8b7db | 2001-04-27 18:02:46 +0000 | [diff] [blame] | 4516 | cat >> confdefs.h <<\EOF |
| 4517 | #define HAVE_CUPS 1 |
| 4518 | EOF |
| 4519 | |
Marcus Meissner | 3ee02ba | 2001-04-30 18:18:50 +0000 | [diff] [blame] | 4520 | CUPSLIBS="-lcups" |
| 4521 | else |
| 4522 | echo "$ac_t""no" 1>&6 |
| 4523 | wine_cv_warn_cups_h=yes |
| 4524 | fi |
| 4525 | |
Marcus Meissner | ab8b7db | 2001-04-27 18:02:46 +0000 | [diff] [blame] | 4526 | |
| 4527 | else |
| 4528 | echo "$ac_t""no" 1>&6 |
| 4529 | fi |
| 4530 | |
| 4531 | |
| 4532 | |
Ian Pilcher | 563598d | 2001-05-16 20:56:05 +0000 | [diff] [blame] | 4533 | echo $ac_n "checking for FT_Init_FreeType in -lfreetype""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 4534 | echo "configure:4535: checking for FT_Init_FreeType in -lfreetype" >&5 |
Ian Pilcher | 563598d | 2001-05-16 20:56:05 +0000 | [diff] [blame] | 4535 | ac_lib_var=`echo freetype'_'FT_Init_FreeType | sed 'y%./+-%__p_%'` |
| 4536 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 4537 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 4538 | else |
| 4539 | ac_save_LIBS="$LIBS" |
| 4540 | LIBS="-lfreetype $LIBS" |
| 4541 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 4542 | #line 4543 "configure" |
Ian Pilcher | 563598d | 2001-05-16 20:56:05 +0000 | [diff] [blame] | 4543 | #include "confdefs.h" |
| 4544 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 4545 | /* We use char because int might match the return type of a gcc2 |
| 4546 | builtin and then its argument prototype would still apply. */ |
| 4547 | char FT_Init_FreeType(); |
| 4548 | |
| 4549 | int main() { |
| 4550 | FT_Init_FreeType() |
| 4551 | ; return 0; } |
| 4552 | EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 4553 | if { (eval echo configure:4554: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Ian Pilcher | 563598d | 2001-05-16 20:56:05 +0000 | [diff] [blame] | 4554 | rm -rf conftest* |
| 4555 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 4556 | else |
| 4557 | echo "configure: failed program was:" >&5 |
| 4558 | cat conftest.$ac_ext >&5 |
| 4559 | rm -rf conftest* |
| 4560 | eval "ac_cv_lib_$ac_lib_var=no" |
| 4561 | fi |
| 4562 | rm -f conftest* |
| 4563 | LIBS="$ac_save_LIBS" |
| 4564 | |
| 4565 | fi |
| 4566 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
| 4567 | echo "$ac_t""yes" 1>&6 |
| 4568 | ft_lib=yes |
| 4569 | else |
| 4570 | echo "$ac_t""no" 1>&6 |
| 4571 | ft_lib=no |
| 4572 | fi |
| 4573 | |
| 4574 | if test "$ft_lib" = "no" |
| 4575 | then |
| 4576 | FREETYPELIBS="" |
| 4577 | FREETYPEINCL="" |
| 4578 | wine_cv_msg_freetype=no |
| 4579 | else |
| 4580 | # Extract the first word of "freetype-config", so it can be a program name with args. |
| 4581 | set dummy freetype-config; ac_word=$2 |
| 4582 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 4583 | echo "configure:4584: checking for $ac_word" >&5 |
Ian Pilcher | 563598d | 2001-05-16 20:56:05 +0000 | [diff] [blame] | 4584 | if eval "test \"`echo '$''{'ac_cv_prog_ft_devel'+set}'`\" = set"; then |
| 4585 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 4586 | else |
| 4587 | if test -n "$ft_devel"; then |
| 4588 | ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test. |
| 4589 | else |
| 4590 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
| 4591 | ac_dummy="$PATH" |
| 4592 | for ac_dir in $ac_dummy; do |
| 4593 | test -z "$ac_dir" && ac_dir=. |
| 4594 | if test -f $ac_dir/$ac_word; then |
Marcus Meissner | d28955d | 2001-05-31 21:35:15 +0000 | [diff] [blame] | 4595 | ac_cv_prog_ft_devel="freetype-config" |
Ian Pilcher | 563598d | 2001-05-16 20:56:05 +0000 | [diff] [blame] | 4596 | break |
| 4597 | fi |
| 4598 | done |
| 4599 | IFS="$ac_save_ifs" |
| 4600 | test -z "$ac_cv_prog_ft_devel" && ac_cv_prog_ft_devel="no" |
| 4601 | fi |
| 4602 | fi |
| 4603 | ft_devel="$ac_cv_prog_ft_devel" |
| 4604 | if test -n "$ft_devel"; then |
| 4605 | echo "$ac_t""$ft_devel" 1>&6 |
| 4606 | else |
| 4607 | echo "$ac_t""no" 1>&6 |
| 4608 | fi |
| 4609 | |
| 4610 | if test "$ft_devel" = "no" |
| 4611 | then |
Marcus Meissner | d28955d | 2001-05-31 21:35:15 +0000 | [diff] [blame] | 4612 | # Extract the first word of "freetype2-config", so it can be a program name with args. |
| 4613 | set dummy freetype2-config; ac_word=$2 |
| 4614 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 4615 | echo "configure:4616: checking for $ac_word" >&5 |
Marcus Meissner | d28955d | 2001-05-31 21:35:15 +0000 | [diff] [blame] | 4616 | if eval "test \"`echo '$''{'ac_cv_prog_ft_devel2'+set}'`\" = set"; then |
| 4617 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 4618 | else |
| 4619 | if test -n "$ft_devel2"; then |
| 4620 | ac_cv_prog_ft_devel2="$ft_devel2" # Let the user override the test. |
| 4621 | else |
| 4622 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
| 4623 | ac_dummy="$PATH" |
| 4624 | for ac_dir in $ac_dummy; do |
| 4625 | test -z "$ac_dir" && ac_dir=. |
| 4626 | if test -f $ac_dir/$ac_word; then |
| 4627 | ac_cv_prog_ft_devel2="freetype2-config" |
| 4628 | break |
| 4629 | fi |
| 4630 | done |
| 4631 | IFS="$ac_save_ifs" |
| 4632 | test -z "$ac_cv_prog_ft_devel2" && ac_cv_prog_ft_devel2="no" |
| 4633 | fi |
| 4634 | fi |
| 4635 | ft_devel2="$ac_cv_prog_ft_devel2" |
| 4636 | if test -n "$ft_devel2"; then |
| 4637 | echo "$ac_t""$ft_devel2" 1>&6 |
| 4638 | else |
| 4639 | echo "$ac_t""no" 1>&6 |
| 4640 | fi |
| 4641 | |
| 4642 | if test "$ft_devel2" = "freetype2-config" |
| 4643 | then |
| 4644 | ft_devel=$ft_devel2 |
| 4645 | fi |
| 4646 | fi |
| 4647 | if test "$ft_devel" = "no" |
| 4648 | then |
Ian Pilcher | 563598d | 2001-05-16 20:56:05 +0000 | [diff] [blame] | 4649 | FREETYPELIBS="" |
| 4650 | FREETYPEINCL="" |
| 4651 | wine_cv_msg_freetype=yes |
| 4652 | else |
| 4653 | cat >> confdefs.h <<\EOF |
| 4654 | #define HAVE_FREETYPE 1 |
| 4655 | EOF |
| 4656 | |
Marcus Meissner | d28955d | 2001-05-31 21:35:15 +0000 | [diff] [blame] | 4657 | FREETYPELIBS=`$ft_devel --libs` |
| 4658 | FREETYPEINCL=`$ft_devel --cflags` |
Ian Pilcher | 40432fe | 2001-06-06 21:05:23 +0000 | [diff] [blame] | 4659 | ac_save_CPPFLAGS="$CPPFLAGS" |
| 4660 | CPPFLAGS="$FREETYPEINCL $CPPFLAGS" |
| 4661 | for ac_hdr in freetype/freetype.h \ |
| 4662 | freetype/ftglyph.h \ |
| 4663 | freetype/tttables.h \ |
| 4664 | freetype/ftnames.h \ |
| 4665 | freetype/ftsnames.h \ |
Huw D M Davies | 814654e | 2001-09-12 20:21:06 +0000 | [diff] [blame] | 4666 | freetype/ttnameid.h \ |
| 4667 | freetype/ftoutln.h |
Ian Pilcher | 40432fe | 2001-06-06 21:05:23 +0000 | [diff] [blame] | 4668 | do |
| 4669 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
| 4670 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 4671 | echo "configure:4672: checking for $ac_hdr" >&5 |
Ian Pilcher | 40432fe | 2001-06-06 21:05:23 +0000 | [diff] [blame] | 4672 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 4673 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 4674 | else |
| 4675 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 4676 | #line 4677 "configure" |
Ian Pilcher | 40432fe | 2001-06-06 21:05:23 +0000 | [diff] [blame] | 4677 | #include "confdefs.h" |
| 4678 | #include <$ac_hdr> |
| 4679 | EOF |
| 4680 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 4681 | { (eval echo configure:4682: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
Ian Pilcher | 40432fe | 2001-06-06 21:05:23 +0000 | [diff] [blame] | 4682 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 4683 | if test -z "$ac_err"; then |
| 4684 | rm -rf conftest* |
| 4685 | eval "ac_cv_header_$ac_safe=yes" |
| 4686 | else |
| 4687 | echo "$ac_err" >&5 |
| 4688 | echo "configure: failed program was:" >&5 |
| 4689 | cat conftest.$ac_ext >&5 |
| 4690 | rm -rf conftest* |
| 4691 | eval "ac_cv_header_$ac_safe=no" |
| 4692 | fi |
| 4693 | rm -f conftest* |
| 4694 | fi |
| 4695 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
| 4696 | echo "$ac_t""yes" 1>&6 |
| 4697 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` |
| 4698 | cat >> confdefs.h <<EOF |
| 4699 | #define $ac_tr_hdr 1 |
| 4700 | EOF |
| 4701 | |
| 4702 | else |
| 4703 | echo "$ac_t""no" 1>&6 |
| 4704 | fi |
| 4705 | done |
| 4706 | |
| 4707 | CPPFLAGS="$ac_save_CPPFLAGS" |
Ian Pilcher | 563598d | 2001-05-16 20:56:05 +0000 | [diff] [blame] | 4708 | wine_cv_msg_freetype=no |
| 4709 | fi |
| 4710 | fi |
| 4711 | |
| 4712 | |
| 4713 | |
Bernhard Rosenkraenzer | fea260a | 2001-09-19 20:30:28 +0000 | [diff] [blame] | 4714 | echo $ac_n "checking for parport header/ppdev.h""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 4715 | echo "configure:4716: checking for parport header/ppdev.h" >&5 |
Uwe Bonnes | 6509fa9 | 2001-06-26 21:06:07 +0000 | [diff] [blame] | 4716 | if eval "test \"`echo '$''{'ac_cv_c_ppdev'+set}'`\" = set"; then |
Pavel Roskin | 94d9964 | 1998-12-26 11:52:51 +0000 | [diff] [blame] | 4717 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 4718 | else |
| 4719 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 4720 | #line 4721 "configure" |
Pavel Roskin | 94d9964 | 1998-12-26 11:52:51 +0000 | [diff] [blame] | 4721 | #include "confdefs.h" |
Uwe Bonnes | 6509fa9 | 2001-06-26 21:06:07 +0000 | [diff] [blame] | 4722 | #include <linux/ppdev.h> |
| 4723 | int main() { |
| 4724 | ioctl (1,PPCLAIM,0) |
| 4725 | ; return 0; } |
| 4726 | EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 4727 | if { (eval echo configure:4728: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
Uwe Bonnes | 6509fa9 | 2001-06-26 21:06:07 +0000 | [diff] [blame] | 4728 | rm -rf conftest* |
| 4729 | ac_cv_c_ppdev="yes" |
| 4730 | else |
| 4731 | echo "configure: failed program was:" >&5 |
| 4732 | cat conftest.$ac_ext >&5 |
| 4733 | rm -rf conftest* |
| 4734 | ac_cv_c_ppdev="no" |
| 4735 | fi |
| 4736 | rm -f conftest* |
| 4737 | |
| 4738 | fi |
| 4739 | |
| 4740 | echo "$ac_t""$ac_cv_c_ppdev" 1>&6 |
| 4741 | if test "$ac_cv_c_ppdev" = "yes" |
| 4742 | then |
| 4743 | cat >> confdefs.h <<\EOF |
| 4744 | #define HAVE_PPDEV 1 |
| 4745 | EOF |
| 4746 | |
| 4747 | fi |
| 4748 | |
Bernhard Rosenkraenzer | fea260a | 2001-09-19 20:30:28 +0000 | [diff] [blame] | 4749 | echo $ac_n "checking for GNU style IPX support""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 4750 | echo "configure:4751: checking for GNU style IPX support" >&5 |
Uwe Bonnes | 6509fa9 | 2001-06-26 21:06:07 +0000 | [diff] [blame] | 4751 | if eval "test \"`echo '$''{'ac_cv_c_ipx_gnu'+set}'`\" = set"; then |
| 4752 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 4753 | else |
| 4754 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 4755 | #line 4756 "configure" |
Uwe Bonnes | 6509fa9 | 2001-06-26 21:06:07 +0000 | [diff] [blame] | 4756 | #include "confdefs.h" |
Pavel Roskin | 94d9964 | 1998-12-26 11:52:51 +0000 | [diff] [blame] | 4757 | #include <sys/socket.h> |
| 4758 | #include <netipx/ipx.h> |
| 4759 | int main() { |
| 4760 | ((struct sockaddr_ipx *)0)->sipx_family == AF_IPX |
| 4761 | ; return 0; } |
| 4762 | EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 4763 | if { (eval echo configure:4764: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
Pavel Roskin | 94d9964 | 1998-12-26 11:52:51 +0000 | [diff] [blame] | 4764 | rm -rf conftest* |
Aaron Hope | c23872d | 2000-01-15 23:43:21 +0000 | [diff] [blame] | 4765 | ac_cv_c_ipx_gnu="yes" |
Pavel Roskin | 94d9964 | 1998-12-26 11:52:51 +0000 | [diff] [blame] | 4766 | else |
| 4767 | echo "configure: failed program was:" >&5 |
| 4768 | cat conftest.$ac_ext >&5 |
| 4769 | rm -rf conftest* |
| 4770 | ac_cv_c_ipx_gnu="no" |
| 4771 | fi |
| 4772 | rm -f conftest* |
| 4773 | |
| 4774 | fi |
| 4775 | |
| 4776 | echo "$ac_t""$ac_cv_c_ipx_gnu" 1>&6 |
Aaron Hope | c23872d | 2000-01-15 23:43:21 +0000 | [diff] [blame] | 4777 | if test "$ac_cv_c_ipx_gnu" = "yes" |
| 4778 | then |
| 4779 | cat >> confdefs.h <<\EOF |
| 4780 | #define HAVE_IPX_GNU 1 |
| 4781 | EOF |
| 4782 | |
| 4783 | fi |
Pavel Roskin | 94d9964 | 1998-12-26 11:52:51 +0000 | [diff] [blame] | 4784 | |
| 4785 | if test "$ac_cv_c_ipx_gnu" = "no" |
| 4786 | then |
Bernhard Rosenkraenzer | fea260a | 2001-09-19 20:30:28 +0000 | [diff] [blame] | 4787 | echo $ac_n "checking for linux style IPX support""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 4788 | echo "configure:4789: checking for linux style IPX support" >&5 |
Pavel Roskin | 94d9964 | 1998-12-26 11:52:51 +0000 | [diff] [blame] | 4789 | if eval "test \"`echo '$''{'ac_cv_c_ipx_linux'+set}'`\" = set"; then |
| 4790 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 4791 | else |
| 4792 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 4793 | #line 4794 "configure" |
Pavel Roskin | 94d9964 | 1998-12-26 11:52:51 +0000 | [diff] [blame] | 4794 | #include "confdefs.h" |
| 4795 | #include <sys/socket.h> |
| 4796 | #include <asm/types.h> |
| 4797 | #include <linux/ipx.h> |
| 4798 | int main() { |
| 4799 | ((struct sockaddr_ipx *)0)->sipx_family == AF_IPX |
| 4800 | ; return 0; } |
| 4801 | EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 4802 | if { (eval echo configure:4803: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
Pavel Roskin | 94d9964 | 1998-12-26 11:52:51 +0000 | [diff] [blame] | 4803 | rm -rf conftest* |
Aaron Hope | c23872d | 2000-01-15 23:43:21 +0000 | [diff] [blame] | 4804 | ac_cv_c_ipx_linux="yes" |
Pavel Roskin | 94d9964 | 1998-12-26 11:52:51 +0000 | [diff] [blame] | 4805 | else |
| 4806 | echo "configure: failed program was:" >&5 |
| 4807 | cat conftest.$ac_ext >&5 |
| 4808 | rm -rf conftest* |
| 4809 | ac_cv_c_ipx_linux="no" |
| 4810 | fi |
| 4811 | rm -f conftest* |
| 4812 | |
| 4813 | fi |
| 4814 | |
| 4815 | echo "$ac_t""$ac_cv_c_ipx_linux" 1>&6 |
Aaron Hope | c23872d | 2000-01-15 23:43:21 +0000 | [diff] [blame] | 4816 | if test "$ac_cv_c_ipx_linux" = "yes" |
| 4817 | then |
| 4818 | cat >> confdefs.h <<\EOF |
| 4819 | #define HAVE_IPX_LINUX 1 |
| 4820 | EOF |
| 4821 | |
| 4822 | fi |
Pavel Roskin | 94d9964 | 1998-12-26 11:52:51 +0000 | [diff] [blame] | 4823 | fi |
| 4824 | |
Todd Vierling | ecc7669 | 1998-12-15 17:49:02 +0000 | [diff] [blame] | 4825 | for ac_hdr in sys/soundcard.h machine/soundcard.h soundcard.h |
Alexandre Julliard | c7c217b | 1998-04-13 12:21:30 +0000 | [diff] [blame] | 4826 | do |
| 4827 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
| 4828 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 4829 | echo "configure:4830: checking for $ac_hdr" >&5 |
Alexandre Julliard | c7c217b | 1998-04-13 12:21:30 +0000 | [diff] [blame] | 4830 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 4831 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 4832 | else |
| 4833 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 4834 | #line 4835 "configure" |
Alexandre Julliard | c7c217b | 1998-04-13 12:21:30 +0000 | [diff] [blame] | 4835 | #include "confdefs.h" |
| 4836 | #include <$ac_hdr> |
| 4837 | EOF |
| 4838 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 4839 | { (eval echo configure:4840: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
Eric Pouech | 18ad24a | 2000-01-16 22:16:33 +0000 | [diff] [blame] | 4840 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
Alexandre Julliard | c7c217b | 1998-04-13 12:21:30 +0000 | [diff] [blame] | 4841 | if test -z "$ac_err"; then |
| 4842 | rm -rf conftest* |
| 4843 | eval "ac_cv_header_$ac_safe=yes" |
| 4844 | else |
| 4845 | echo "$ac_err" >&5 |
| 4846 | echo "configure: failed program was:" >&5 |
| 4847 | cat conftest.$ac_ext >&5 |
| 4848 | rm -rf conftest* |
| 4849 | eval "ac_cv_header_$ac_safe=no" |
| 4850 | fi |
| 4851 | rm -f conftest* |
| 4852 | fi |
| 4853 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
| 4854 | echo "$ac_t""yes" 1>&6 |
| 4855 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` |
| 4856 | cat >> confdefs.h <<EOF |
| 4857 | #define $ac_tr_hdr 1 |
| 4858 | EOF |
Todd Vierling | ecc7669 | 1998-12-15 17:49:02 +0000 | [diff] [blame] | 4859 | break |
Alexandre Julliard | c7c217b | 1998-04-13 12:21:30 +0000 | [diff] [blame] | 4860 | else |
| 4861 | echo "$ac_t""no" 1>&6 |
| 4862 | fi |
| 4863 | done |
| 4864 | |
Alexandre Julliard | 0623a6f | 1998-01-18 18:01:49 +0000 | [diff] [blame] | 4865 | |
Bernhard Rosenkraenzer | fea260a | 2001-09-19 20:30:28 +0000 | [diff] [blame] | 4866 | echo $ac_n "checking for Open Sound System""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 4867 | echo "configure:4868: checking for Open Sound System" >&5 |
Alexandre Julliard | 0623a6f | 1998-01-18 18:01:49 +0000 | [diff] [blame] | 4868 | if eval "test \"`echo '$''{'ac_cv_c_opensoundsystem'+set}'`\" = set"; then |
| 4869 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 4870 | else |
| 4871 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 4872 | #line 4873 "configure" |
Alexandre Julliard | 0623a6f | 1998-01-18 18:01:49 +0000 | [diff] [blame] | 4873 | #include "confdefs.h" |
Alexandre Julliard | c7c217b | 1998-04-13 12:21:30 +0000 | [diff] [blame] | 4874 | |
Todd Vierling | ecc7669 | 1998-12-15 17:49:02 +0000 | [diff] [blame] | 4875 | #if defined(HAVE_SYS_SOUNDCARD_H) |
Alexandre Julliard | c7c217b | 1998-04-13 12:21:30 +0000 | [diff] [blame] | 4876 | #include <sys/soundcard.h> |
Todd Vierling | ecc7669 | 1998-12-15 17:49:02 +0000 | [diff] [blame] | 4877 | #elif defined(HAVE_MACHINE_SOUNDCARD_H) |
Alexandre Julliard | c7c217b | 1998-04-13 12:21:30 +0000 | [diff] [blame] | 4878 | #include <machine/soundcard.h> |
Todd Vierling | ecc7669 | 1998-12-15 17:49:02 +0000 | [diff] [blame] | 4879 | #elif defined(HAVE_SOUNDCARD_H) |
| 4880 | #include <soundcard.h> |
Alexandre Julliard | c7c217b | 1998-04-13 12:21:30 +0000 | [diff] [blame] | 4881 | #endif |
| 4882 | |
Alexandre Julliard | 0623a6f | 1998-01-18 18:01:49 +0000 | [diff] [blame] | 4883 | int main() { |
| 4884 | |
Alexandre Julliard | c7c217b | 1998-04-13 12:21:30 +0000 | [diff] [blame] | 4885 | |
Alexandre Julliard | 60ce85c | 1998-02-01 18:33:27 +0000 | [diff] [blame] | 4886 | /* check for one of the Open Sound System specific SNDCTL_ defines */ |
| 4887 | #if !defined(SNDCTL_DSP_STEREO) |
Alexandre Julliard | 0623a6f | 1998-01-18 18:01:49 +0000 | [diff] [blame] | 4888 | #error No open sound system |
| 4889 | #endif |
| 4890 | |
| 4891 | ; return 0; } |
| 4892 | EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 4893 | if { (eval echo configure:4894: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
Alexandre Julliard | 0623a6f | 1998-01-18 18:01:49 +0000 | [diff] [blame] | 4894 | rm -rf conftest* |
| 4895 | ac_cv_c_opensoundsystem="yes" |
| 4896 | else |
| 4897 | echo "configure: failed program was:" >&5 |
| 4898 | cat conftest.$ac_ext >&5 |
| 4899 | rm -rf conftest* |
| 4900 | ac_cv_c_opensoundsystem="no" |
| 4901 | fi |
| 4902 | rm -f conftest* |
| 4903 | fi |
| 4904 | |
| 4905 | echo "$ac_t""$ac_cv_c_opensoundsystem" 1>&6 |
| 4906 | |
Alexandre Julliard | dadf78f | 1998-05-17 17:13:43 +0000 | [diff] [blame] | 4907 | if test "$ac_cv_c_opensoundsystem" = "yes" |
| 4908 | then |
| 4909 | cat >> confdefs.h <<\EOF |
| 4910 | #define HAVE_OSS 1 |
| 4911 | EOF |
| 4912 | |
| 4913 | fi |
| 4914 | |
Bernhard Rosenkraenzer | fea260a | 2001-09-19 20:30:28 +0000 | [diff] [blame] | 4915 | echo $ac_n "checking for Open Sound System/MIDI interface""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 4916 | echo "configure:4917: checking for Open Sound System/MIDI interface" >&5 |
Eric Pouech | 338d3b2 | 1999-05-22 18:52:21 +0000 | [diff] [blame] | 4917 | if eval "test \"`echo '$''{'ac_cv_c_opensoundsystem_midi'+set}'`\" = set"; then |
| 4918 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 4919 | else |
| 4920 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 4921 | #line 4922 "configure" |
Eric Pouech | 338d3b2 | 1999-05-22 18:52:21 +0000 | [diff] [blame] | 4922 | #include "confdefs.h" |
| 4923 | |
| 4924 | #if defined(HAVE_SYS_SOUNDCARD_H) |
| 4925 | #include <sys/soundcard.h> |
| 4926 | #elif defined(HAVE_MACHINE_SOUNDCARD_H) |
| 4927 | #include <machine/soundcard.h> |
| 4928 | #elif defined(HAVE_SOUNDCARD_H) |
| 4929 | #include <soundcard.h> |
| 4930 | #endif |
| 4931 | |
| 4932 | int main() { |
| 4933 | |
| 4934 | |
| 4935 | /* check for one of the Open Sound System specific SNDCTL_SEQ defines */ |
| 4936 | #if !defined(SNDCTL_SEQ_SYNC) |
| 4937 | #error No open sound system MIDI interface |
| 4938 | #endif |
| 4939 | |
| 4940 | ; return 0; } |
| 4941 | EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 4942 | if { (eval echo configure:4943: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
Eric Pouech | 338d3b2 | 1999-05-22 18:52:21 +0000 | [diff] [blame] | 4943 | rm -rf conftest* |
| 4944 | ac_cv_c_opensoundsystem_midi="yes" |
| 4945 | else |
| 4946 | echo "configure: failed program was:" >&5 |
| 4947 | cat conftest.$ac_ext >&5 |
| 4948 | rm -rf conftest* |
| 4949 | ac_cv_c_opensoundsystem_midi="no" |
| 4950 | fi |
| 4951 | rm -f conftest* |
| 4952 | fi |
| 4953 | |
| 4954 | echo "$ac_t""$ac_cv_c_opensoundsystem_midi" 1>&6 |
| 4955 | |
| 4956 | if test "$ac_cv_c_opensoundsystem_midi" = "yes" |
| 4957 | then |
| 4958 | cat >> confdefs.h <<\EOF |
| 4959 | #define HAVE_OSS_MIDI 1 |
| 4960 | EOF |
| 4961 | |
| 4962 | fi |
| 4963 | |
Alexandre Julliard | 641ee76 | 1997-08-04 16:34:36 +0000 | [diff] [blame] | 4964 | if test "$ac_cv_prog_LN_S" = "ln -s"; then : ; else LN_S=cp ; fi |
| 4965 | |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 4966 | |
Bernhard Rosenkraenzer | fea260a | 2001-09-19 20:30:28 +0000 | [diff] [blame] | 4967 | echo $ac_n "checking whether mmap64 works defined as mmap""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 4968 | echo "configure:4969: checking whether mmap64 works defined as mmap" >&5 |
Marcus Meissner | 0f6cfbc | 2001-06-08 19:34:56 +0000 | [diff] [blame] | 4969 | if eval "test \"`echo '$''{'ac_cv_mmap64_works'+set}'`\" = set"; then |
| 4970 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 4971 | else |
| 4972 | if test "$cross_compiling" = yes; then |
| 4973 | ac_cv_mmap64_works="no" |
| 4974 | else |
| 4975 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 4976 | #line 4977 "configure" |
Marcus Meissner | 0f6cfbc | 2001-06-08 19:34:56 +0000 | [diff] [blame] | 4977 | #include "confdefs.h" |
| 4978 | |
| 4979 | #define _FILE_OFFSET_BITS 64 |
| 4980 | #include <stdio.h> |
| 4981 | #include <unistd.h> |
| 4982 | #include <fcntl.h> |
| 4983 | #include <sys/mman.h> |
| 4984 | #include <errno.h> |
| 4985 | |
| 4986 | int main(int argc,char **argv) { |
| 4987 | int fd = open("conftest.map",O_CREAT|O_RDWR,0600); |
| 4988 | if (fd == -1) exit(1); |
| 4989 | |
| 4990 | unlink("conftest.map"); |
| 4991 | |
| 4992 | write(fd,"test",4); |
| 4993 | |
| 4994 | if ((-1 == mmap(0,4,PROT_READ|PROT_WRITE,MAP_SHARED,fd,0)) && |
| 4995 | (errno == EINVAL) |
| 4996 | ) { |
| 4997 | exit(1); |
| 4998 | } |
| 4999 | close(fd); |
| 5000 | fprintf(stderr,"success!\n"); |
| 5001 | exit(0); |
| 5002 | } |
| 5003 | |
| 5004 | |
| 5005 | EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 5006 | if { (eval echo configure:5007: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
Marcus Meissner | 0f6cfbc | 2001-06-08 19:34:56 +0000 | [diff] [blame] | 5007 | then |
| 5008 | ac_cv_mmap64_works="yes" |
| 5009 | else |
| 5010 | echo "configure: failed program was:" >&5 |
| 5011 | cat conftest.$ac_ext >&5 |
| 5012 | rm -fr conftest* |
| 5013 | ac_cv_mmap64_works="no" |
| 5014 | fi |
| 5015 | rm -fr conftest* |
| 5016 | fi |
| 5017 | |
| 5018 | fi |
| 5019 | |
| 5020 | echo "$ac_t""$ac_cv_mmap64_works" 1>&6 |
| 5021 | |
| 5022 | if test "$ac_cv_mmap64_works" = "yes" |
| 5023 | then |
| 5024 | cat >> confdefs.h <<\EOF |
| 5025 | #define _FILE_OFFSET_BITS 64 |
| 5026 | EOF |
| 5027 | |
| 5028 | fi |
| 5029 | |
| 5030 | |
Alexandre Julliard | 4f8c37b | 1996-01-14 18:12:01 +0000 | [diff] [blame] | 5031 | if test "x${GCC}" = "xyes" |
| 5032 | then |
| 5033 | CFLAGS="$CFLAGS -Wall" |
Bernhard Rosenkraenzer | fea260a | 2001-09-19 20:30:28 +0000 | [diff] [blame] | 5034 | echo $ac_n "checking for gcc strength-reduce bug""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 5035 | echo "configure:5036: checking for gcc strength-reduce bug" >&5 |
Alexandre Julliard | 4f8c37b | 1996-01-14 18:12:01 +0000 | [diff] [blame] | 5036 | if eval "test \"`echo '$''{'ac_cv_c_gcc_strength_bug'+set}'`\" = set"; then |
| 5037 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 5038 | else |
| 5039 | if test "$cross_compiling" = yes; then |
| 5040 | ac_cv_c_gcc_strength_bug="yes" |
| 5041 | else |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 5042 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 5043 | #line 5044 "configure" |
Alexandre Julliard | 4f8c37b | 1996-01-14 18:12:01 +0000 | [diff] [blame] | 5044 | #include "confdefs.h" |
| 5045 | |
Eric Pouech | 5aee80f | 2000-11-11 00:31:39 +0000 | [diff] [blame] | 5046 | int L[4] = {0,1,2,3}; |
Alexandre Julliard | 4f8c37b | 1996-01-14 18:12:01 +0000 | [diff] [blame] | 5047 | int main(void) { |
Alexandre Julliard | d2e1c1a | 1996-03-09 16:12:43 +0000 | [diff] [blame] | 5048 | static int Array[3]; |
Alexandre Julliard | 4f8c37b | 1996-01-14 18:12:01 +0000 | [diff] [blame] | 5049 | unsigned int B = 3; |
| 5050 | int i; |
Alexandre Julliard | d2e1c1a | 1996-03-09 16:12:43 +0000 | [diff] [blame] | 5051 | for(i=0; i<B; i++) Array[i] = i - 3; |
Eric Pouech | 5aee80f | 2000-11-11 00:31:39 +0000 | [diff] [blame] | 5052 | for(i=0; i<4 - 1; i++) L[i] = L[i + 1]; |
| 5053 | L[i] = 4; |
| 5054 | |
| 5055 | exit( Array[1] != -2 || L[2] != 3); |
Alexandre Julliard | 4f8c37b | 1996-01-14 18:12:01 +0000 | [diff] [blame] | 5056 | } |
| 5057 | EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 5058 | if { (eval echo configure:5059: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
Alexandre Julliard | 7e6ae4b | 1996-12-08 19:25:27 +0000 | [diff] [blame] | 5059 | then |
Alexandre Julliard | 4f8c37b | 1996-01-14 18:12:01 +0000 | [diff] [blame] | 5060 | ac_cv_c_gcc_strength_bug="no" |
| 5061 | else |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 5062 | echo "configure: failed program was:" >&5 |
| 5063 | cat conftest.$ac_ext >&5 |
| 5064 | rm -fr conftest* |
Alexandre Julliard | 4f8c37b | 1996-01-14 18:12:01 +0000 | [diff] [blame] | 5065 | ac_cv_c_gcc_strength_bug="yes" |
| 5066 | fi |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 5067 | rm -fr conftest* |
Alexandre Julliard | 4f8c37b | 1996-01-14 18:12:01 +0000 | [diff] [blame] | 5068 | fi |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 5069 | |
Alexandre Julliard | 4f8c37b | 1996-01-14 18:12:01 +0000 | [diff] [blame] | 5070 | fi |
| 5071 | |
| 5072 | echo "$ac_t""$ac_cv_c_gcc_strength_bug" 1>&6 |
| 5073 | if test "$ac_cv_c_gcc_strength_bug" = "yes" |
| 5074 | then |
| 5075 | CFLAGS="$CFLAGS -fno-strength-reduce" |
| 5076 | fi |
Alexandre Julliard | f9b94cb | 2000-12-06 03:50:22 +0000 | [diff] [blame] | 5077 | |
Bernhard Rosenkraenzer | fea260a | 2001-09-19 20:30:28 +0000 | [diff] [blame] | 5078 | echo $ac_n "checking for gcc -mpreferred-stack-boundary=2 support""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 5079 | echo "configure:5080: checking for gcc -mpreferred-stack-boundary=2 support" >&5 |
Alexandre Julliard | f9b94cb | 2000-12-06 03:50:22 +0000 | [diff] [blame] | 5080 | if eval "test \"`echo '$''{'ac_cv_c_gcc_stack_boundary'+set}'`\" = set"; then |
| 5081 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 5082 | else |
| 5083 | saved_cflags=$CFLAGS |
| 5084 | CFLAGS="$CFLAGS -mpreferred-stack-boundary=2" |
| 5085 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 5086 | #line 5087 "configure" |
Alexandre Julliard | f9b94cb | 2000-12-06 03:50:22 +0000 | [diff] [blame] | 5087 | #include "confdefs.h" |
| 5088 | |
| 5089 | int main() { |
| 5090 | return 0 |
| 5091 | ; return 0; } |
| 5092 | EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 5093 | if { (eval echo configure:5094: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
Alexandre Julliard | f9b94cb | 2000-12-06 03:50:22 +0000 | [diff] [blame] | 5094 | rm -rf conftest* |
| 5095 | ac_cv_c_gcc_stack_boundary="yes" |
| 5096 | else |
| 5097 | echo "configure: failed program was:" >&5 |
| 5098 | cat conftest.$ac_ext >&5 |
| 5099 | rm -rf conftest* |
| 5100 | ac_cv_c_gcc_stack_boundary="no" |
| 5101 | fi |
| 5102 | rm -f conftest* |
| 5103 | CFLAGS=$saved_cflags |
| 5104 | |
| 5105 | fi |
| 5106 | |
| 5107 | echo "$ac_t""$ac_cv_c_gcc_stack_boundary" 1>&6 |
| 5108 | if test "$ac_cv_c_gcc_stack_boundary" = "yes" |
| 5109 | then |
| 5110 | CFLAGS="$CFLAGS -mpreferred-stack-boundary=2" |
| 5111 | fi |
Alexandre Julliard | 4f8c37b | 1996-01-14 18:12:01 +0000 | [diff] [blame] | 5112 | fi |
| 5113 | |
| 5114 | |
Bernhard Rosenkraenzer | fea260a | 2001-09-19 20:30:28 +0000 | [diff] [blame] | 5115 | echo $ac_n "checking whether .type must sit inside a .def directive""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 5116 | echo "configure:5117: checking whether .type must sit inside a .def directive" >&5 |
Dimitrie O. Paun | c77cbbc | 2000-11-27 23:32:55 +0000 | [diff] [blame] | 5117 | if eval "test \"`echo '$''{'ac_cv_c_type_in_def'+set}'`\" = set"; then |
| 5118 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 5119 | else |
| 5120 | saved_libs=$LIBS |
| 5121 | LIBS="conftest_asm.s $LIBS" |
| 5122 | cat > conftest_asm.s <<EOF |
| 5123 | .globl _ac_test |
| 5124 | .def _ac_test; .scl 2; .type 32; .endef |
| 5125 | _ac_test: |
| 5126 | .long 0 |
| 5127 | EOF |
| 5128 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 5129 | #line 5130 "configure" |
Dimitrie O. Paun | c77cbbc | 2000-11-27 23:32:55 +0000 | [diff] [blame] | 5130 | #include "confdefs.h" |
| 5131 | |
| 5132 | int main() { |
| 5133 | |
| 5134 | ; return 0; } |
| 5135 | EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 5136 | if { (eval echo configure:5137: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Dimitrie O. Paun | c77cbbc | 2000-11-27 23:32:55 +0000 | [diff] [blame] | 5137 | rm -rf conftest* |
| 5138 | ac_cv_c_type_in_def="yes" |
| 5139 | else |
| 5140 | echo "configure: failed program was:" >&5 |
| 5141 | cat conftest.$ac_ext >&5 |
| 5142 | rm -rf conftest* |
| 5143 | ac_cv_c_type_in_def="no" |
| 5144 | fi |
| 5145 | rm -f conftest* |
| 5146 | LIBS=$saved_libs |
| 5147 | fi |
| 5148 | |
| 5149 | echo "$ac_t""$ac_cv_c_type_in_def" 1>&6 |
| 5150 | if test "$ac_cv_c_type_in_def" = "yes" |
| 5151 | then |
| 5152 | cat >> confdefs.h <<\EOF |
| 5153 | #define NEED_TYPE_IN_DEF 1 |
| 5154 | EOF |
| 5155 | |
| 5156 | fi |
| 5157 | |
| 5158 | |
Bernhard Rosenkraenzer | fea260a | 2001-09-19 20:30:28 +0000 | [diff] [blame] | 5159 | echo $ac_n "checking whether external symbols need an underscore prefix""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 5160 | echo "configure:5161: checking whether external symbols need an underscore prefix" >&5 |
Alexandre Julliard | 8cc3a5e | 1996-08-11 15:49:51 +0000 | [diff] [blame] | 5161 | if eval "test \"`echo '$''{'ac_cv_c_extern_prefix'+set}'`\" = set"; then |
| 5162 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 5163 | else |
| 5164 | saved_libs=$LIBS |
| 5165 | LIBS="conftest_asm.s $LIBS" |
| 5166 | cat > conftest_asm.s <<EOF |
| 5167 | .globl _ac_test |
| 5168 | _ac_test: |
| 5169 | .long 0 |
| 5170 | EOF |
| 5171 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 5172 | #line 5173 "configure" |
Alexandre Julliard | 8cc3a5e | 1996-08-11 15:49:51 +0000 | [diff] [blame] | 5173 | #include "confdefs.h" |
| 5174 | extern int ac_test; |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 5175 | int main() { |
Alexandre Julliard | 8cc3a5e | 1996-08-11 15:49:51 +0000 | [diff] [blame] | 5176 | if (ac_test) return 1 |
| 5177 | ; return 0; } |
| 5178 | EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 5179 | if { (eval echo configure:5180: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Alexandre Julliard | 8cc3a5e | 1996-08-11 15:49:51 +0000 | [diff] [blame] | 5180 | rm -rf conftest* |
| 5181 | ac_cv_c_extern_prefix="yes" |
| 5182 | else |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 5183 | echo "configure: failed program was:" >&5 |
| 5184 | cat conftest.$ac_ext >&5 |
Alexandre Julliard | 8cc3a5e | 1996-08-11 15:49:51 +0000 | [diff] [blame] | 5185 | rm -rf conftest* |
| 5186 | ac_cv_c_extern_prefix="no" |
| 5187 | fi |
| 5188 | rm -f conftest* |
Alexandre Julliard | 8cc3a5e | 1996-08-11 15:49:51 +0000 | [diff] [blame] | 5189 | LIBS=$saved_libs |
| 5190 | fi |
| 5191 | |
| 5192 | echo "$ac_t""$ac_cv_c_extern_prefix" 1>&6 |
| 5193 | if test "$ac_cv_c_extern_prefix" = "yes" |
| 5194 | then |
| 5195 | cat >> confdefs.h <<\EOF |
| 5196 | #define NEED_UNDERSCORE_PREFIX 1 |
| 5197 | EOF |
| 5198 | |
| 5199 | fi |
| 5200 | |
| 5201 | |
Bernhard Rosenkraenzer | fea260a | 2001-09-19 20:30:28 +0000 | [diff] [blame] | 5202 | echo $ac_n "checking whether assembler accepts .string""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 5203 | echo "configure:5204: checking whether assembler accepts .string" >&5 |
Alexandre Julliard | 0623a6f | 1998-01-18 18:01:49 +0000 | [diff] [blame] | 5204 | if eval "test \"`echo '$''{'ac_cv_c_asm_string'+set}'`\" = set"; then |
| 5205 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 5206 | else |
| 5207 | saved_libs=$LIBS |
| 5208 | LIBS="conftest_asm.s $LIBS" |
| 5209 | cat > conftest_asm.s <<EOF |
| 5210 | .string "test" |
| 5211 | EOF |
| 5212 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 5213 | #line 5214 "configure" |
Alexandre Julliard | 0623a6f | 1998-01-18 18:01:49 +0000 | [diff] [blame] | 5214 | #include "confdefs.h" |
| 5215 | |
| 5216 | int main() { |
| 5217 | |
| 5218 | ; return 0; } |
| 5219 | EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 5220 | if { (eval echo configure:5221: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Alexandre Julliard | 0623a6f | 1998-01-18 18:01:49 +0000 | [diff] [blame] | 5221 | rm -rf conftest* |
| 5222 | ac_cv_c_asm_string="yes" |
| 5223 | else |
| 5224 | echo "configure: failed program was:" >&5 |
| 5225 | cat conftest.$ac_ext >&5 |
| 5226 | rm -rf conftest* |
| 5227 | ac_cv_c_asm_string="no" |
| 5228 | fi |
| 5229 | rm -f conftest* |
| 5230 | LIBS=$saved_libs |
| 5231 | fi |
| 5232 | |
| 5233 | echo "$ac_t""$ac_cv_c_asm_string" 1>&6 |
| 5234 | if test "$ac_cv_c_asm_string" = "yes" |
| 5235 | then |
| 5236 | cat >> confdefs.h <<\EOF |
| 5237 | #define HAVE_ASM_STRING 1 |
| 5238 | EOF |
| 5239 | |
| 5240 | fi |
| 5241 | |
| 5242 | |
Todd Vierling | 4b992b0 | 1998-12-15 15:26:27 +0000 | [diff] [blame] | 5243 | LDSHARED="" |
Alexandre Julliard | 4354cda | 2000-11-09 20:27:45 +0000 | [diff] [blame] | 5244 | LDDLLFLAGS="" |
Alexandre Julliard | 318f4ce | 2000-01-31 05:02:49 +0000 | [diff] [blame] | 5245 | if test "$LIBEXT" = "so" |
Alexandre Julliard | 7e6ae4b | 1996-12-08 19:25:27 +0000 | [diff] [blame] | 5246 | then |
Bernhard Rosenkraenzer | fea260a | 2001-09-19 20:30:28 +0000 | [diff] [blame] | 5247 | echo $ac_n "checking whether we can build a GNU style ELF dll""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 5248 | echo "configure:5249: checking whether we can build a GNU style ELF dll" >&5 |
Bang Jun-Young | 37e5e7f | 2001-06-06 21:21:27 +0000 | [diff] [blame] | 5249 | if eval "test \"`echo '$''{'ac_cv_c_dll_gnuelf'+set}'`\" = set"; then |
Alexandre Julliard | 7e6ae4b | 1996-12-08 19:25:27 +0000 | [diff] [blame] | 5250 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 5251 | else |
| 5252 | saved_cflags=$CFLAGS |
Alexandre Julliard | 4354cda | 2000-11-09 20:27:45 +0000 | [diff] [blame] | 5253 | CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,conftest.so.1.0,-Bsymbolic" |
Alexandre Julliard | 7e6ae4b | 1996-12-08 19:25:27 +0000 | [diff] [blame] | 5254 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 5255 | #line 5256 "configure" |
Alexandre Julliard | 7e6ae4b | 1996-12-08 19:25:27 +0000 | [diff] [blame] | 5256 | #include "confdefs.h" |
| 5257 | |
| 5258 | int main() { |
| 5259 | return 1 |
| 5260 | ; return 0; } |
| 5261 | EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 5262 | if { (eval echo configure:5263: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Alexandre Julliard | 7e6ae4b | 1996-12-08 19:25:27 +0000 | [diff] [blame] | 5263 | rm -rf conftest* |
Bang Jun-Young | 37e5e7f | 2001-06-06 21:21:27 +0000 | [diff] [blame] | 5264 | ac_cv_c_dll_gnuelf="yes" |
Alexandre Julliard | 7e6ae4b | 1996-12-08 19:25:27 +0000 | [diff] [blame] | 5265 | else |
| 5266 | echo "configure: failed program was:" >&5 |
| 5267 | cat conftest.$ac_ext >&5 |
| 5268 | rm -rf conftest* |
Bang Jun-Young | 37e5e7f | 2001-06-06 21:21:27 +0000 | [diff] [blame] | 5269 | ac_cv_c_dll_gnuelf="no" |
Alexandre Julliard | 7e6ae4b | 1996-12-08 19:25:27 +0000 | [diff] [blame] | 5270 | fi |
| 5271 | rm -f conftest* |
| 5272 | CFLAGS=$saved_cflags |
| 5273 | |
| 5274 | fi |
| 5275 | |
Bang Jun-Young | 37e5e7f | 2001-06-06 21:21:27 +0000 | [diff] [blame] | 5276 | echo "$ac_t""$ac_cv_c_dll_gnuelf" 1>&6 |
| 5277 | if test "$ac_cv_c_dll_gnuelf" = "yes" |
Alexandre Julliard | 7e6ae4b | 1996-12-08 19:25:27 +0000 | [diff] [blame] | 5278 | then |
Jeremy White | c7b4ed7 | 2001-07-14 00:49:50 +0000 | [diff] [blame] | 5279 | LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)" |
Alexandre Julliard | 4354cda | 2000-11-09 20:27:45 +0000 | [diff] [blame] | 5280 | LDDLLFLAGS="-Wl,-Bsymbolic" |
Alexandre Julliard | 7e6ae4b | 1996-12-08 19:25:27 +0000 | [diff] [blame] | 5281 | else |
Patrik Stridvall | a9ee4a2 | 2000-01-30 00:36:50 +0000 | [diff] [blame] | 5282 | echo $ac_n "checking whether we can build a UnixWare (Solaris) dll""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 5283 | echo "configure:5284: checking whether we can build a UnixWare (Solaris) dll" >&5 |
Ron Record | e977d6c | 1999-09-05 12:32:05 +0000 | [diff] [blame] | 5284 | if eval "test \"`echo '$''{'ac_cv_c_dll_unixware'+set}'`\" = set"; then |
Todd Vierling | 4b992b0 | 1998-12-15 15:26:27 +0000 | [diff] [blame] | 5285 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 5286 | else |
| 5287 | saved_cflags=$CFLAGS |
Alexandre Julliard | 4354cda | 2000-11-09 20:27:45 +0000 | [diff] [blame] | 5288 | CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic" |
Todd Vierling | 4b992b0 | 1998-12-15 15:26:27 +0000 | [diff] [blame] | 5289 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 5290 | #line 5291 "configure" |
Todd Vierling | 4b992b0 | 1998-12-15 15:26:27 +0000 | [diff] [blame] | 5291 | #include "confdefs.h" |
| 5292 | |
| 5293 | int main() { |
| 5294 | return 1 |
| 5295 | ; return 0; } |
| 5296 | EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 5297 | if { (eval echo configure:5298: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Ron Record | e977d6c | 1999-09-05 12:32:05 +0000 | [diff] [blame] | 5298 | rm -rf conftest* |
| 5299 | ac_cv_c_dll_unixware="yes" |
| 5300 | else |
| 5301 | echo "configure: failed program was:" >&5 |
| 5302 | cat conftest.$ac_ext >&5 |
| 5303 | rm -rf conftest* |
| 5304 | ac_cv_c_dll_unixware="no" |
| 5305 | fi |
| 5306 | rm -f conftest* |
| 5307 | CFLAGS=$saved_cflags |
| 5308 | |
| 5309 | fi |
| 5310 | |
| 5311 | echo "$ac_t""$ac_cv_c_dll_unixware" 1>&6 |
| 5312 | if test "$ac_cv_c_dll_unixware" = "yes" |
| 5313 | then |
Jeremy White | c7b4ed7 | 2001-07-14 00:49:50 +0000 | [diff] [blame] | 5314 | LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)" |
Alexandre Julliard | 4354cda | 2000-11-09 20:27:45 +0000 | [diff] [blame] | 5315 | LDDLLFLAGS="-Wl,-B,symbolic" |
Todd Vierling | 4b992b0 | 1998-12-15 15:26:27 +0000 | [diff] [blame] | 5316 | fi |
| 5317 | fi |
Bang Jun-Young | 37e5e7f | 2001-06-06 21:21:27 +0000 | [diff] [blame] | 5318 | if test "$ac_cv_c_dll_gnuelf" = "no" -a "$ac_cv_c_dll_unixware" = "no" |
Todd Vierling | 4b992b0 | 1998-12-15 15:26:27 +0000 | [diff] [blame] | 5319 | then |
Hidenori Takeshima | d48ca94 | 2000-12-22 22:28:00 +0000 | [diff] [blame] | 5320 | LIBEXT="a" |
| 5321 | if test "$DLLWRAP" = "dllwrap"; then |
| 5322 | if test "$CYGWIN" = "yes"; then |
| 5323 | echo "*** use dllwrap for building shared library." |
| 5324 | LIBEXT="dll" |
| 5325 | fi |
| 5326 | fi |
Alexandre Julliard | 7e6ae4b | 1996-12-08 19:25:27 +0000 | [diff] [blame] | 5327 | fi |
| 5328 | fi |
| 5329 | |
Hidenori Takeshima | d48ca94 | 2000-12-22 22:28:00 +0000 | [diff] [blame] | 5330 | if test "$LIBEXT" = "a"; then |
| 5331 | echo "*** It is currently not possible to build WINE without shared" |
| 5332 | echo "*** library (.so) support to allow transparent switch between .so" |
| 5333 | echo "*** and .dll files." |
| 5334 | echo "*** If you are using Linux, you will need a newer binutils." |
| 5335 | exit 1 |
| 5336 | fi |
| 5337 | |
Alexandre Julliard | 0adad95 | 2000-01-26 01:45:58 +0000 | [diff] [blame] | 5338 | DLLFLAGS="" |
Hidenori Takeshima | d48ca94 | 2000-12-22 22:28:00 +0000 | [diff] [blame] | 5339 | LDPATH="" |
Alexandre Julliard | 0adad95 | 2000-01-26 01:45:58 +0000 | [diff] [blame] | 5340 | |
Alexandre Julliard | 318f4ce | 2000-01-31 05:02:49 +0000 | [diff] [blame] | 5341 | if test "$LIBEXT" = "so"; then |
Alexandre Julliard | 318f4ce | 2000-01-31 05:02:49 +0000 | [diff] [blame] | 5342 | DLLFLAGS="-fPIC" |
Hidenori Takeshima | d48ca94 | 2000-12-22 22:28:00 +0000 | [diff] [blame] | 5343 | LDPATH="LD_LIBRARY_PATH=\"\$(TOPOBJDIR)/unicode:\$\$LD_LIBRARY_PATH\"" |
| 5344 | elif test "$LIBEXT" = "dll"; then |
| 5345 | #DLLFLAGS="-fPIC" # -fPIC doesn't work(at least in cygwin-b20) - FIXME |
Hidenori Takeshima | d48ca94 | 2000-12-22 22:28:00 +0000 | [diff] [blame] | 5346 | LDPATH="PATH=\"\$(TOPOBJDIR)/unicode:\$\$PATH\"" |
Patrik Stridvall | a9ee4a2 | 2000-01-30 00:36:50 +0000 | [diff] [blame] | 5347 | fi |
Alexandre Julliard | 0adad95 | 2000-01-26 01:45:58 +0000 | [diff] [blame] | 5348 | |
| 5349 | |
| 5350 | |
| 5351 | |
| 5352 | |
Alexandre Julliard | 7e6ae4b | 1996-12-08 19:25:27 +0000 | [diff] [blame] | 5353 | |
Alexandre Julliard | 4354cda | 2000-11-09 20:27:45 +0000 | [diff] [blame] | 5354 | |
Hidenori Takeshima | d48ca94 | 2000-12-22 22:28:00 +0000 | [diff] [blame] | 5355 | |
Alexandre Julliard | 598412e | 2001-01-17 20:22:22 +0000 | [diff] [blame] | 5356 | |
| 5357 | |
Ulrich Weigand | 715a55e | 1999-04-18 13:19:56 +0000 | [diff] [blame] | 5358 | wine_cv_libc_reentrant=no |
Alexandre Julliard | 598412e | 2001-01-17 20:22:22 +0000 | [diff] [blame] | 5359 | |
| 5360 | echo $ac_n "checking for reentrant libc: __errno_location""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 5361 | echo "configure:5362: checking for reentrant libc: __errno_location" >&5 |
Alexandre Julliard | 598412e | 2001-01-17 20:22:22 +0000 | [diff] [blame] | 5362 | if eval "test \"`echo '$''{'wine_cv_libc_r___errno_location'+set}'`\" = set"; then |
Alexandre Julliard | d30dfd2 | 1998-09-27 18:28:36 +0000 | [diff] [blame] | 5363 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 5364 | else |
| 5365 | if test "$cross_compiling" = yes; then |
Alexandre Julliard | 598412e | 2001-01-17 20:22:22 +0000 | [diff] [blame] | 5366 | wine_cv_libc_r___errno_location=yes |
Alexandre Julliard | d30dfd2 | 1998-09-27 18:28:36 +0000 | [diff] [blame] | 5367 | else |
| 5368 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 5369 | #line 5370 "configure" |
Alexandre Julliard | d30dfd2 | 1998-09-27 18:28:36 +0000 | [diff] [blame] | 5370 | #include "confdefs.h" |
| 5371 | int myerrno = 0; |
| 5372 | char buf[256]; |
| 5373 | int *__errno_location(){return &myerrno;} |
| 5374 | main(){connect(0,buf,255); exit(!myerrno);} |
| 5375 | EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 5376 | if { (eval echo configure:5377: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
Alexandre Julliard | d30dfd2 | 1998-09-27 18:28:36 +0000 | [diff] [blame] | 5377 | then |
Alexandre Julliard | 598412e | 2001-01-17 20:22:22 +0000 | [diff] [blame] | 5378 | wine_cv_libc_r___errno_location=yes |
Alexandre Julliard | d30dfd2 | 1998-09-27 18:28:36 +0000 | [diff] [blame] | 5379 | else |
| 5380 | echo "configure: failed program was:" >&5 |
| 5381 | cat conftest.$ac_ext >&5 |
| 5382 | rm -fr conftest* |
Alexandre Julliard | 598412e | 2001-01-17 20:22:22 +0000 | [diff] [blame] | 5383 | wine_cv_libc_r___errno_location=no |
Alexandre Julliard | d30dfd2 | 1998-09-27 18:28:36 +0000 | [diff] [blame] | 5384 | fi |
| 5385 | rm -fr conftest* |
| 5386 | fi |
Marcus Meissner | c260638 | 1999-04-11 15:20:29 +0000 | [diff] [blame] | 5387 | |
Ulrich Weigand | 715a55e | 1999-04-18 13:19:56 +0000 | [diff] [blame] | 5388 | |
| 5389 | fi |
| 5390 | |
Alexandre Julliard | 598412e | 2001-01-17 20:22:22 +0000 | [diff] [blame] | 5391 | echo "$ac_t""$wine_cv_libc_r___errno_location" 1>&6 |
| 5392 | if test "$wine_cv_libc_r___errno_location" = "yes" |
Ulrich Weigand | 715a55e | 1999-04-18 13:19:56 +0000 | [diff] [blame] | 5393 | then |
Ulrich Weigand | 715a55e | 1999-04-18 13:19:56 +0000 | [diff] [blame] | 5394 | wine_cv_libc_reentrant=__errno_location |
| 5395 | fi |
Alexandre Julliard | 598412e | 2001-01-17 20:22:22 +0000 | [diff] [blame] | 5396 | |
| 5397 | |
| 5398 | echo $ac_n "checking for reentrant libc: __error""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 5399 | echo "configure:5400: checking for reentrant libc: __error" >&5 |
Alexandre Julliard | 598412e | 2001-01-17 20:22:22 +0000 | [diff] [blame] | 5400 | if eval "test \"`echo '$''{'wine_cv_libc_r___error'+set}'`\" = set"; then |
Ulrich Weigand | 715a55e | 1999-04-18 13:19:56 +0000 | [diff] [blame] | 5401 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 5402 | else |
| 5403 | if test "$cross_compiling" = yes; then |
Alexandre Julliard | 598412e | 2001-01-17 20:22:22 +0000 | [diff] [blame] | 5404 | wine_cv_libc_r___error=yes |
Marcus Meissner | c260638 | 1999-04-11 15:20:29 +0000 | [diff] [blame] | 5405 | else |
| 5406 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 5407 | #line 5408 "configure" |
Marcus Meissner | c260638 | 1999-04-11 15:20:29 +0000 | [diff] [blame] | 5408 | #include "confdefs.h" |
| 5409 | int myerrno = 0; |
| 5410 | char buf[256]; |
| 5411 | int *__error(){return &myerrno;} |
| 5412 | main(){connect(0,buf,255); exit(!myerrno);} |
| 5413 | EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 5414 | if { (eval echo configure:5415: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
Marcus Meissner | c260638 | 1999-04-11 15:20:29 +0000 | [diff] [blame] | 5415 | then |
Alexandre Julliard | 598412e | 2001-01-17 20:22:22 +0000 | [diff] [blame] | 5416 | wine_cv_libc_r___error=yes |
Marcus Meissner | c260638 | 1999-04-11 15:20:29 +0000 | [diff] [blame] | 5417 | else |
| 5418 | echo "configure: failed program was:" >&5 |
| 5419 | cat conftest.$ac_ext >&5 |
| 5420 | rm -fr conftest* |
Alexandre Julliard | 598412e | 2001-01-17 20:22:22 +0000 | [diff] [blame] | 5421 | wine_cv_libc_r___error=no |
Marcus Meissner | c260638 | 1999-04-11 15:20:29 +0000 | [diff] [blame] | 5422 | fi |
| 5423 | rm -fr conftest* |
| 5424 | fi |
| 5425 | |
Marcus Meissner | c260638 | 1999-04-11 15:20:29 +0000 | [diff] [blame] | 5426 | |
Alexandre Julliard | d30dfd2 | 1998-09-27 18:28:36 +0000 | [diff] [blame] | 5427 | fi |
| 5428 | |
Alexandre Julliard | 598412e | 2001-01-17 20:22:22 +0000 | [diff] [blame] | 5429 | echo "$ac_t""$wine_cv_libc_r___error" 1>&6 |
| 5430 | if test "$wine_cv_libc_r___error" = "yes" |
Ulrich Weigand | 715a55e | 1999-04-18 13:19:56 +0000 | [diff] [blame] | 5431 | then |
Ulrich Weigand | 715a55e | 1999-04-18 13:19:56 +0000 | [diff] [blame] | 5432 | wine_cv_libc_reentrant=__error |
| 5433 | fi |
Alexandre Julliard | 598412e | 2001-01-17 20:22:22 +0000 | [diff] [blame] | 5434 | |
| 5435 | |
| 5436 | echo $ac_n "checking for reentrant libc: ___errno""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 5437 | echo "configure:5438: checking for reentrant libc: ___errno" >&5 |
Alexandre Julliard | 598412e | 2001-01-17 20:22:22 +0000 | [diff] [blame] | 5438 | if eval "test \"`echo '$''{'wine_cv_libc_r____errno'+set}'`\" = set"; then |
Ulrich Weigand | 715a55e | 1999-04-18 13:19:56 +0000 | [diff] [blame] | 5439 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 5440 | else |
| 5441 | if test "$cross_compiling" = yes; then |
Alexandre Julliard | 598412e | 2001-01-17 20:22:22 +0000 | [diff] [blame] | 5442 | wine_cv_libc_r____errno=yes |
Ulrich Weigand | 715a55e | 1999-04-18 13:19:56 +0000 | [diff] [blame] | 5443 | else |
| 5444 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 5445 | #line 5446 "configure" |
Ulrich Weigand | 715a55e | 1999-04-18 13:19:56 +0000 | [diff] [blame] | 5446 | #include "confdefs.h" |
| 5447 | int myerrno = 0; |
| 5448 | char buf[256]; |
| 5449 | int *___errno(){return &myerrno;} |
| 5450 | main(){connect(0,buf,255); exit(!myerrno);} |
| 5451 | EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 5452 | if { (eval echo configure:5453: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
Ulrich Weigand | 715a55e | 1999-04-18 13:19:56 +0000 | [diff] [blame] | 5453 | then |
Alexandre Julliard | 598412e | 2001-01-17 20:22:22 +0000 | [diff] [blame] | 5454 | wine_cv_libc_r____errno=yes |
Ulrich Weigand | 715a55e | 1999-04-18 13:19:56 +0000 | [diff] [blame] | 5455 | else |
| 5456 | echo "configure: failed program was:" >&5 |
| 5457 | cat conftest.$ac_ext >&5 |
| 5458 | rm -fr conftest* |
Alexandre Julliard | 598412e | 2001-01-17 20:22:22 +0000 | [diff] [blame] | 5459 | wine_cv_libc_r____errno=no |
Ulrich Weigand | 715a55e | 1999-04-18 13:19:56 +0000 | [diff] [blame] | 5460 | fi |
| 5461 | rm -fr conftest* |
| 5462 | fi |
| 5463 | |
| 5464 | |
| 5465 | fi |
| 5466 | |
Alexandre Julliard | 598412e | 2001-01-17 20:22:22 +0000 | [diff] [blame] | 5467 | echo "$ac_t""$wine_cv_libc_r____errno" 1>&6 |
| 5468 | if test "$wine_cv_libc_r____errno" = "yes" |
Ulrich Weigand | 715a55e | 1999-04-18 13:19:56 +0000 | [diff] [blame] | 5469 | then |
Ulrich Weigand | 715a55e | 1999-04-18 13:19:56 +0000 | [diff] [blame] | 5470 | wine_cv_libc_reentrant=___errno |
| 5471 | fi |
Alexandre Julliard | 598412e | 2001-01-17 20:22:22 +0000 | [diff] [blame] | 5472 | |
| 5473 | |
| 5474 | echo $ac_n "checking for reentrant libc: __thr_errno""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 5475 | echo "configure:5476: checking for reentrant libc: __thr_errno" >&5 |
Alexandre Julliard | 598412e | 2001-01-17 20:22:22 +0000 | [diff] [blame] | 5476 | if eval "test \"`echo '$''{'wine_cv_libc_r___thr_errno'+set}'`\" = set"; then |
Ron Record | e977d6c | 1999-09-05 12:32:05 +0000 | [diff] [blame] | 5477 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 5478 | else |
| 5479 | if test "$cross_compiling" = yes; then |
Alexandre Julliard | 598412e | 2001-01-17 20:22:22 +0000 | [diff] [blame] | 5480 | wine_cv_libc_r___thr_errno=yes |
Ron Record | e977d6c | 1999-09-05 12:32:05 +0000 | [diff] [blame] | 5481 | else |
| 5482 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 5483 | #line 5484 "configure" |
Ron Record | e977d6c | 1999-09-05 12:32:05 +0000 | [diff] [blame] | 5484 | #include "confdefs.h" |
| 5485 | int myerrno = 0; |
| 5486 | char buf[256]; |
| 5487 | int *__thr_errno(){return &myerrno;} |
| 5488 | main(){connect(0,buf,255); exit(!myerrno);} |
| 5489 | EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 5490 | if { (eval echo configure:5491: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
Ron Record | e977d6c | 1999-09-05 12:32:05 +0000 | [diff] [blame] | 5491 | then |
Alexandre Julliard | 598412e | 2001-01-17 20:22:22 +0000 | [diff] [blame] | 5492 | wine_cv_libc_r___thr_errno=yes |
Ron Record | e977d6c | 1999-09-05 12:32:05 +0000 | [diff] [blame] | 5493 | else |
| 5494 | echo "configure: failed program was:" >&5 |
| 5495 | cat conftest.$ac_ext >&5 |
| 5496 | rm -fr conftest* |
Alexandre Julliard | 598412e | 2001-01-17 20:22:22 +0000 | [diff] [blame] | 5497 | wine_cv_libc_r___thr_errno=no |
Ron Record | e977d6c | 1999-09-05 12:32:05 +0000 | [diff] [blame] | 5498 | fi |
| 5499 | rm -fr conftest* |
| 5500 | fi |
| 5501 | |
| 5502 | |
| 5503 | fi |
| 5504 | |
Alexandre Julliard | 598412e | 2001-01-17 20:22:22 +0000 | [diff] [blame] | 5505 | echo "$ac_t""$wine_cv_libc_r___thr_errno" 1>&6 |
| 5506 | if test "$wine_cv_libc_r___thr_errno" = "yes" |
Ron Record | e977d6c | 1999-09-05 12:32:05 +0000 | [diff] [blame] | 5507 | then |
Ron Record | e977d6c | 1999-09-05 12:32:05 +0000 | [diff] [blame] | 5508 | wine_cv_libc_reentrant=__thr_errno |
| 5509 | fi |
Alexandre Julliard | 598412e | 2001-01-17 20:22:22 +0000 | [diff] [blame] | 5510 | |
| 5511 | |
Bang Jun-Young | 33dff34 | 2001-05-07 18:21:10 +0000 | [diff] [blame] | 5512 | echo $ac_n "checking for reentrant libc: __errno""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 5513 | echo "configure:5514: checking for reentrant libc: __errno" >&5 |
Bang Jun-Young | 33dff34 | 2001-05-07 18:21:10 +0000 | [diff] [blame] | 5514 | if eval "test \"`echo '$''{'wine_cv_libc_r___errno'+set}'`\" = set"; then |
| 5515 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 5516 | else |
| 5517 | if test "$cross_compiling" = yes; then |
| 5518 | wine_cv_libc_r___errno=yes |
| 5519 | else |
| 5520 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 5521 | #line 5522 "configure" |
Bang Jun-Young | 33dff34 | 2001-05-07 18:21:10 +0000 | [diff] [blame] | 5522 | #include "confdefs.h" |
| 5523 | int myerrno = 0; |
| 5524 | char buf[256]; |
| 5525 | int *__errno(){return &myerrno;} |
| 5526 | main(){connect(0,buf,255); exit(!myerrno);} |
| 5527 | EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 5528 | if { (eval echo configure:5529: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
Bang Jun-Young | 33dff34 | 2001-05-07 18:21:10 +0000 | [diff] [blame] | 5529 | then |
| 5530 | wine_cv_libc_r___errno=yes |
| 5531 | else |
| 5532 | echo "configure: failed program was:" >&5 |
| 5533 | cat conftest.$ac_ext >&5 |
| 5534 | rm -fr conftest* |
| 5535 | wine_cv_libc_r___errno=no |
| 5536 | fi |
| 5537 | rm -fr conftest* |
| 5538 | fi |
| 5539 | |
| 5540 | |
| 5541 | fi |
| 5542 | |
| 5543 | echo "$ac_t""$wine_cv_libc_r___errno" 1>&6 |
| 5544 | if test "$wine_cv_libc_r___errno" = "yes" |
| 5545 | then |
| 5546 | wine_cv_libc_reentrant=__errno |
| 5547 | fi |
| 5548 | |
| 5549 | |
Alexandre Julliard | 598412e | 2001-01-17 20:22:22 +0000 | [diff] [blame] | 5550 | if test "$wine_cv_libc_reentrant" != "no" |
Alexandre Julliard | d30dfd2 | 1998-09-27 18:28:36 +0000 | [diff] [blame] | 5551 | then |
Alexandre Julliard | 598412e | 2001-01-17 20:22:22 +0000 | [diff] [blame] | 5552 | cat >> confdefs.h <<EOF |
| 5553 | #define ERRNO_LOCATION $wine_cv_libc_reentrant |
Alexandre Julliard | d30dfd2 | 1998-09-27 18:28:36 +0000 | [diff] [blame] | 5554 | EOF |
| 5555 | |
| 5556 | fi |
| 5557 | |
| 5558 | |
Ulrich Weigand | 715a55e | 1999-04-18 13:19:56 +0000 | [diff] [blame] | 5559 | if test "$have_x" = "yes" -a "$wine_cv_libc_reentrant" != "no" |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 5560 | then |
Bernhard Rosenkraenzer | fea260a | 2001-09-19 20:30:28 +0000 | [diff] [blame] | 5561 | echo $ac_n "checking for reentrant X libraries""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 5562 | echo "configure:5563: checking for reentrant X libraries" >&5 |
Alexandre Julliard | a11d7b1 | 1998-03-01 20:05:02 +0000 | [diff] [blame] | 5563 | if eval "test \"`echo '$''{'wine_cv_x_reentrant'+set}'`\" = set"; then |
| 5564 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 5565 | else |
Ulrich Weigand | 715a55e | 1999-04-18 13:19:56 +0000 | [diff] [blame] | 5566 | if test "x$with_reentrant_x" = "xno" |
Alexandre Julliard | a11d7b1 | 1998-03-01 20:05:02 +0000 | [diff] [blame] | 5567 | then |
| 5568 | wine_cv_x_reentrant=no |
| 5569 | else |
Ulrich Weigand | 715a55e | 1999-04-18 13:19:56 +0000 | [diff] [blame] | 5570 | libX11_check=none |
Alexandre Julliard | a11d7b1 | 1998-03-01 20:05:02 +0000 | [diff] [blame] | 5571 | for dir in "$x_libraries" /usr/lib /usr/local/lib /lib; do |
Alexandre Julliard | 829fe32 | 1998-07-26 14:27:39 +0000 | [diff] [blame] | 5572 | if test -r $dir/libX11.so; then |
Alexandre Julliard | a11d7b1 | 1998-03-01 20:05:02 +0000 | [diff] [blame] | 5573 | libX11_check="-D $dir/libX11.so" |
| 5574 | break 1 |
| 5575 | fi |
Alexandre Julliard | 829fe32 | 1998-07-26 14:27:39 +0000 | [diff] [blame] | 5576 | if test -r $dir/libX11.a; then |
Alexandre Julliard | a11d7b1 | 1998-03-01 20:05:02 +0000 | [diff] [blame] | 5577 | libX11_check="$dir/libX11.a" |
| 5578 | break 1 |
| 5579 | fi |
| 5580 | done |
| 5581 | if test "$libX11_check" != "none"; then |
Ulrich Weigand | 715a55e | 1999-04-18 13:19:56 +0000 | [diff] [blame] | 5582 | if nm $libX11_check | grep $wine_cv_libc_reentrant >/dev/null 2>&1 |
Alexandre Julliard | 829fe32 | 1998-07-26 14:27:39 +0000 | [diff] [blame] | 5583 | then |
Alexandre Julliard | a11d7b1 | 1998-03-01 20:05:02 +0000 | [diff] [blame] | 5584 | wine_cv_x_reentrant=yes |
| 5585 | else |
| 5586 | wine_cv_x_reentrant=no |
| 5587 | fi |
| 5588 | else |
| 5589 | wine_cv_x_reentrant=unknown |
| 5590 | fi |
| 5591 | fi |
| 5592 | fi |
| 5593 | |
| 5594 | echo "$ac_t""$wine_cv_x_reentrant" 1>&6 |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 5595 | else |
| 5596 | wine_cv_x_reentrant=no |
| 5597 | fi |
Alexandre Julliard | a11d7b1 | 1998-03-01 20:05:02 +0000 | [diff] [blame] | 5598 | if test "$wine_cv_x_reentrant" = "no" |
| 5599 | then |
| 5600 | cat >> confdefs.h <<\EOF |
| 5601 | #define NO_REENTRANT_X11 1 |
| 5602 | EOF |
| 5603 | |
| 5604 | fi |
| 5605 | |
| 5606 | |
Francois Gouget | ae5e93e | 1999-11-13 23:02:06 +0000 | [diff] [blame] | 5607 | |
Patrik Stridvall | 1bb9403 | 1999-05-08 15:47:44 +0000 | [diff] [blame] | 5608 | # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works |
| 5609 | # for constant arguments. Useless! |
| 5610 | echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 5611 | echo "configure:5612: checking for working alloca.h" >&5 |
Patrik Stridvall | 1bb9403 | 1999-05-08 15:47:44 +0000 | [diff] [blame] | 5612 | if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then |
| 5613 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 5614 | else |
| 5615 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 5616 | #line 5617 "configure" |
Patrik Stridvall | 1bb9403 | 1999-05-08 15:47:44 +0000 | [diff] [blame] | 5617 | #include "confdefs.h" |
| 5618 | #include <alloca.h> |
| 5619 | int main() { |
Patrik Stridvall | 87f48fc | 2001-06-19 03:30:13 +0000 | [diff] [blame] | 5620 | char *p = alloca(2 * sizeof(int)); |
Patrik Stridvall | 1bb9403 | 1999-05-08 15:47:44 +0000 | [diff] [blame] | 5621 | ; return 0; } |
| 5622 | EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 5623 | if { (eval echo configure:5624: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Patrik Stridvall | 1bb9403 | 1999-05-08 15:47:44 +0000 | [diff] [blame] | 5624 | rm -rf conftest* |
| 5625 | ac_cv_header_alloca_h=yes |
| 5626 | else |
| 5627 | echo "configure: failed program was:" >&5 |
| 5628 | cat conftest.$ac_ext >&5 |
| 5629 | rm -rf conftest* |
| 5630 | ac_cv_header_alloca_h=no |
| 5631 | fi |
| 5632 | rm -f conftest* |
| 5633 | fi |
Alexandre Julliard | 2487cce | 1999-04-18 14:43:16 +0000 | [diff] [blame] | 5634 | |
Patrik Stridvall | 1bb9403 | 1999-05-08 15:47:44 +0000 | [diff] [blame] | 5635 | echo "$ac_t""$ac_cv_header_alloca_h" 1>&6 |
| 5636 | if test $ac_cv_header_alloca_h = yes; then |
| 5637 | cat >> confdefs.h <<\EOF |
| 5638 | #define HAVE_ALLOCA_H 1 |
| 5639 | EOF |
| 5640 | |
| 5641 | fi |
| 5642 | |
| 5643 | echo $ac_n "checking for alloca""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 5644 | echo "configure:5645: checking for alloca" >&5 |
Patrik Stridvall | 1bb9403 | 1999-05-08 15:47:44 +0000 | [diff] [blame] | 5645 | if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then |
| 5646 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 5647 | else |
| 5648 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 5649 | #line 5650 "configure" |
Patrik Stridvall | 1bb9403 | 1999-05-08 15:47:44 +0000 | [diff] [blame] | 5650 | #include "confdefs.h" |
| 5651 | |
| 5652 | #ifdef __GNUC__ |
| 5653 | # define alloca __builtin_alloca |
| 5654 | #else |
Eric Pouech | 18ad24a | 2000-01-16 22:16:33 +0000 | [diff] [blame] | 5655 | # ifdef _MSC_VER |
| 5656 | # include <malloc.h> |
| 5657 | # define alloca _alloca |
Patrik Stridvall | 1bb9403 | 1999-05-08 15:47:44 +0000 | [diff] [blame] | 5658 | # else |
Eric Pouech | 18ad24a | 2000-01-16 22:16:33 +0000 | [diff] [blame] | 5659 | # if HAVE_ALLOCA_H |
| 5660 | # include <alloca.h> |
Patrik Stridvall | 1bb9403 | 1999-05-08 15:47:44 +0000 | [diff] [blame] | 5661 | # else |
Eric Pouech | 18ad24a | 2000-01-16 22:16:33 +0000 | [diff] [blame] | 5662 | # ifdef _AIX |
| 5663 | #pragma alloca |
| 5664 | # else |
| 5665 | # ifndef alloca /* predefined by HP cc +Olibcalls */ |
Patrik Stridvall | 1bb9403 | 1999-05-08 15:47:44 +0000 | [diff] [blame] | 5666 | char *alloca (); |
Eric Pouech | 18ad24a | 2000-01-16 22:16:33 +0000 | [diff] [blame] | 5667 | # endif |
Patrik Stridvall | 1bb9403 | 1999-05-08 15:47:44 +0000 | [diff] [blame] | 5668 | # endif |
| 5669 | # endif |
| 5670 | # endif |
| 5671 | #endif |
| 5672 | |
| 5673 | int main() { |
| 5674 | char *p = (char *) alloca(1); |
| 5675 | ; return 0; } |
| 5676 | EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 5677 | if { (eval echo configure:5678: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Patrik Stridvall | 1bb9403 | 1999-05-08 15:47:44 +0000 | [diff] [blame] | 5678 | rm -rf conftest* |
| 5679 | ac_cv_func_alloca_works=yes |
| 5680 | else |
| 5681 | echo "configure: failed program was:" >&5 |
| 5682 | cat conftest.$ac_ext >&5 |
| 5683 | rm -rf conftest* |
| 5684 | ac_cv_func_alloca_works=no |
| 5685 | fi |
| 5686 | rm -f conftest* |
| 5687 | fi |
| 5688 | |
| 5689 | echo "$ac_t""$ac_cv_func_alloca_works" 1>&6 |
| 5690 | if test $ac_cv_func_alloca_works = yes; then |
| 5691 | cat >> confdefs.h <<\EOF |
| 5692 | #define HAVE_ALLOCA 1 |
| 5693 | EOF |
| 5694 | |
| 5695 | fi |
| 5696 | |
| 5697 | if test $ac_cv_func_alloca_works = no; then |
| 5698 | # The SVR3 libPW and SVR4 libucb both contain incompatible functions |
| 5699 | # that cause trouble. Some versions do not even contain alloca or |
| 5700 | # contain a buggy version. If you still want to use their alloca, |
| 5701 | # use ar to extract alloca.o from them instead of compiling alloca.c. |
Eric Pouech | 18ad24a | 2000-01-16 22:16:33 +0000 | [diff] [blame] | 5702 | ALLOCA=alloca.${ac_objext} |
Patrik Stridvall | 1bb9403 | 1999-05-08 15:47:44 +0000 | [diff] [blame] | 5703 | cat >> confdefs.h <<\EOF |
| 5704 | #define C_ALLOCA 1 |
| 5705 | EOF |
| 5706 | |
| 5707 | |
| 5708 | echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 5709 | echo "configure:5710: checking whether alloca needs Cray hooks" >&5 |
Patrik Stridvall | 1bb9403 | 1999-05-08 15:47:44 +0000 | [diff] [blame] | 5710 | if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then |
| 5711 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 5712 | else |
| 5713 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 5714 | #line 5715 "configure" |
Patrik Stridvall | 1bb9403 | 1999-05-08 15:47:44 +0000 | [diff] [blame] | 5715 | #include "confdefs.h" |
| 5716 | #if defined(CRAY) && ! defined(CRAY2) |
| 5717 | webecray |
| 5718 | #else |
| 5719 | wenotbecray |
| 5720 | #endif |
| 5721 | |
| 5722 | EOF |
| 5723 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
| 5724 | egrep "webecray" >/dev/null 2>&1; then |
| 5725 | rm -rf conftest* |
| 5726 | ac_cv_os_cray=yes |
| 5727 | else |
| 5728 | rm -rf conftest* |
| 5729 | ac_cv_os_cray=no |
| 5730 | fi |
| 5731 | rm -f conftest* |
| 5732 | |
| 5733 | fi |
| 5734 | |
| 5735 | echo "$ac_t""$ac_cv_os_cray" 1>&6 |
| 5736 | if test $ac_cv_os_cray = yes; then |
| 5737 | for ac_func in _getb67 GETB67 getb67; do |
| 5738 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 5739 | echo "configure:5740: checking for $ac_func" >&5 |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 5740 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
| 5741 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 5742 | else |
| 5743 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 5744 | #line 5745 "configure" |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 5745 | #include "confdefs.h" |
| 5746 | /* System header to define __stub macros and hopefully few prototypes, |
| 5747 | which can conflict with char $ac_func(); below. */ |
| 5748 | #include <assert.h> |
| 5749 | /* Override any gcc2 internal prototype to avoid an error. */ |
Alexandre Julliard | e2bfa4c | 1996-05-16 18:21:06 +0000 | [diff] [blame] | 5750 | /* We use char because int might match the return type of a gcc2 |
| 5751 | builtin and then its argument prototype would still apply. */ |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 5752 | char $ac_func(); |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 5753 | |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 5754 | int main() { |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 5755 | |
| 5756 | /* The GNU C library defines this for functions which it implements |
| 5757 | to always fail with ENOSYS. Some functions are actually named |
| 5758 | something starting with __ and the normal name is an alias. */ |
| 5759 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) |
| 5760 | choke me |
| 5761 | #else |
| 5762 | $ac_func(); |
| 5763 | #endif |
| 5764 | |
| 5765 | ; return 0; } |
| 5766 | EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 5767 | if { (eval echo configure:5768: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Patrik Stridvall | 1bb9403 | 1999-05-08 15:47:44 +0000 | [diff] [blame] | 5768 | rm -rf conftest* |
| 5769 | eval "ac_cv_func_$ac_func=yes" |
| 5770 | else |
| 5771 | echo "configure: failed program was:" >&5 |
| 5772 | cat conftest.$ac_ext >&5 |
| 5773 | rm -rf conftest* |
| 5774 | eval "ac_cv_func_$ac_func=no" |
| 5775 | fi |
| 5776 | rm -f conftest* |
| 5777 | fi |
| 5778 | |
| 5779 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then |
| 5780 | echo "$ac_t""yes" 1>&6 |
| 5781 | cat >> confdefs.h <<EOF |
| 5782 | #define CRAY_STACKSEG_END $ac_func |
| 5783 | EOF |
| 5784 | |
| 5785 | break |
| 5786 | else |
| 5787 | echo "$ac_t""no" 1>&6 |
| 5788 | fi |
| 5789 | |
| 5790 | done |
| 5791 | fi |
| 5792 | |
| 5793 | echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 5794 | echo "configure:5795: checking stack direction for C alloca" >&5 |
Patrik Stridvall | 1bb9403 | 1999-05-08 15:47:44 +0000 | [diff] [blame] | 5795 | if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then |
| 5796 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 5797 | else |
| 5798 | if test "$cross_compiling" = yes; then |
| 5799 | ac_cv_c_stack_direction=0 |
| 5800 | else |
| 5801 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 5802 | #line 5803 "configure" |
Patrik Stridvall | 1bb9403 | 1999-05-08 15:47:44 +0000 | [diff] [blame] | 5803 | #include "confdefs.h" |
| 5804 | find_stack_direction () |
| 5805 | { |
| 5806 | static char *addr = 0; |
| 5807 | auto char dummy; |
| 5808 | if (addr == 0) |
| 5809 | { |
| 5810 | addr = &dummy; |
| 5811 | return find_stack_direction (); |
| 5812 | } |
| 5813 | else |
| 5814 | return (&dummy > addr) ? 1 : -1; |
| 5815 | } |
| 5816 | main () |
| 5817 | { |
| 5818 | exit (find_stack_direction() < 0); |
| 5819 | } |
| 5820 | EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 5821 | if { (eval echo configure:5822: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
Patrik Stridvall | 1bb9403 | 1999-05-08 15:47:44 +0000 | [diff] [blame] | 5822 | then |
| 5823 | ac_cv_c_stack_direction=1 |
| 5824 | else |
| 5825 | echo "configure: failed program was:" >&5 |
| 5826 | cat conftest.$ac_ext >&5 |
| 5827 | rm -fr conftest* |
| 5828 | ac_cv_c_stack_direction=-1 |
| 5829 | fi |
| 5830 | rm -fr conftest* |
| 5831 | fi |
| 5832 | |
| 5833 | fi |
| 5834 | |
| 5835 | echo "$ac_t""$ac_cv_c_stack_direction" 1>&6 |
| 5836 | cat >> confdefs.h <<EOF |
| 5837 | #define STACK_DIRECTION $ac_cv_c_stack_direction |
| 5838 | EOF |
| 5839 | |
| 5840 | fi |
| 5841 | |
| 5842 | for ac_func in \ |
Eric Pouech | f61d7e0 | 2000-04-29 16:44:19 +0000 | [diff] [blame] | 5843 | __libc_fork \ |
Patrik Stridvall | 1bb9403 | 1999-05-08 15:47:44 +0000 | [diff] [blame] | 5844 | _lwp_create \ |
| 5845 | clone \ |
Andreas Mohr | a7ca2ba | 2001-01-12 23:07:11 +0000 | [diff] [blame] | 5846 | ecvt \ |
Jon Griffiths | d6deb6d | 2000-11-27 01:37:28 +0000 | [diff] [blame] | 5847 | finite \ |
| 5848 | fpclass \ |
Marcus Meissner | 3f1ed52 | 2001-05-14 20:09:37 +0000 | [diff] [blame] | 5849 | ftruncate64 \ |
Patrik Stridvall | b901021 | 1999-11-13 22:23:35 +0000 | [diff] [blame] | 5850 | getnetbyaddr \ |
| 5851 | getnetbyname \ |
Patrik Stridvall | 1bb9403 | 1999-05-08 15:47:44 +0000 | [diff] [blame] | 5852 | getpagesize \ |
Patrik Stridvall | b901021 | 1999-11-13 22:23:35 +0000 | [diff] [blame] | 5853 | getprotobyname \ |
| 5854 | getprotobynumber \ |
Dimitrie O. Paun | 1ec253d | 2000-12-01 20:47:11 +0000 | [diff] [blame] | 5855 | getrlimit \ |
Patrik Stridvall | b901021 | 1999-11-13 22:23:35 +0000 | [diff] [blame] | 5856 | getservbyport \ |
| 5857 | getsockopt \ |
| 5858 | inet_network \ |
Marcus Meissner | 3f1ed52 | 2001-05-14 20:09:37 +0000 | [diff] [blame] | 5859 | lseek64 \ |
Alexandre Julliard | 27bb311 | 2000-11-29 17:48:06 +0000 | [diff] [blame] | 5860 | lstat \ |
Patrik Stridvall | 1bb9403 | 1999-05-08 15:47:44 +0000 | [diff] [blame] | 5861 | memmove \ |
Hidenori Takeshima | a85b0a6 | 2000-11-25 23:54:12 +0000 | [diff] [blame] | 5862 | mmap \ |
Patrik Stridvall | 1bb9403 | 1999-05-08 15:47:44 +0000 | [diff] [blame] | 5863 | rfork \ |
Patrik Stridvall | b901021 | 1999-11-13 22:23:35 +0000 | [diff] [blame] | 5864 | select \ |
Patrik Stridvall | 1bb9403 | 1999-05-08 15:47:44 +0000 | [diff] [blame] | 5865 | sendmsg \ |
Patrik Stridvall | b901021 | 1999-11-13 22:23:35 +0000 | [diff] [blame] | 5866 | settimeofday \ |
Patrik Stridvall | 1bb9403 | 1999-05-08 15:47:44 +0000 | [diff] [blame] | 5867 | sigaltstack \ |
Patrik Stridvall | b901021 | 1999-11-13 22:23:35 +0000 | [diff] [blame] | 5868 | statfs \ |
Alexandre Julliard | 3b96efc | 1999-09-04 14:36:02 +0000 | [diff] [blame] | 5869 | strcasecmp \ |
Patrik Stridvall | 1bb9403 | 1999-05-08 15:47:44 +0000 | [diff] [blame] | 5870 | strerror \ |
Alexandre Julliard | 3b96efc | 1999-09-04 14:36:02 +0000 | [diff] [blame] | 5871 | strncasecmp \ |
Patrik Stridvall | 1bb9403 | 1999-05-08 15:47:44 +0000 | [diff] [blame] | 5872 | tcgetattr \ |
| 5873 | timegm \ |
| 5874 | usleep \ |
| 5875 | vfscanf \ |
| 5876 | wait4 \ |
| 5877 | waitpid \ |
| 5878 | |
| 5879 | do |
| 5880 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 5881 | echo "configure:5882: checking for $ac_func" >&5 |
Patrik Stridvall | 1bb9403 | 1999-05-08 15:47:44 +0000 | [diff] [blame] | 5882 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
| 5883 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 5884 | else |
| 5885 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 5886 | #line 5887 "configure" |
Patrik Stridvall | 1bb9403 | 1999-05-08 15:47:44 +0000 | [diff] [blame] | 5887 | #include "confdefs.h" |
| 5888 | /* System header to define __stub macros and hopefully few prototypes, |
| 5889 | which can conflict with char $ac_func(); below. */ |
| 5890 | #include <assert.h> |
| 5891 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 5892 | /* We use char because int might match the return type of a gcc2 |
| 5893 | builtin and then its argument prototype would still apply. */ |
| 5894 | char $ac_func(); |
| 5895 | |
| 5896 | int main() { |
| 5897 | |
| 5898 | /* The GNU C library defines this for functions which it implements |
| 5899 | to always fail with ENOSYS. Some functions are actually named |
| 5900 | something starting with __ and the normal name is an alias. */ |
| 5901 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) |
| 5902 | choke me |
| 5903 | #else |
| 5904 | $ac_func(); |
| 5905 | #endif |
| 5906 | |
| 5907 | ; return 0; } |
| 5908 | EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 5909 | if { (eval echo configure:5910: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 5910 | rm -rf conftest* |
| 5911 | eval "ac_cv_func_$ac_func=yes" |
| 5912 | else |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 5913 | echo "configure: failed program was:" >&5 |
| 5914 | cat conftest.$ac_ext >&5 |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 5915 | rm -rf conftest* |
| 5916 | eval "ac_cv_func_$ac_func=no" |
| 5917 | fi |
| 5918 | rm -f conftest* |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 5919 | fi |
Alexandre Julliard | 7e6ae4b | 1996-12-08 19:25:27 +0000 | [diff] [blame] | 5920 | |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 5921 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then |
| 5922 | echo "$ac_t""yes" 1>&6 |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 5923 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 5924 | cat >> confdefs.h <<EOF |
| 5925 | #define $ac_tr_func 1 |
| 5926 | EOF |
| 5927 | |
| 5928 | else |
| 5929 | echo "$ac_t""no" 1>&6 |
| 5930 | fi |
| 5931 | done |
| 5932 | |
Alexandre Julliard | 2487cce | 1999-04-18 14:43:16 +0000 | [diff] [blame] | 5933 | |
| 5934 | |
| 5935 | for ac_hdr in \ |
Patrik Stridvall | 9633632 | 1999-10-24 22:13:47 +0000 | [diff] [blame] | 5936 | arpa/inet.h \ |
Alexandre Julliard | 2487cce | 1999-04-18 14:43:16 +0000 | [diff] [blame] | 5937 | arpa/nameser.h \ |
Alexandre Julliard | 2487cce | 1999-04-18 14:43:16 +0000 | [diff] [blame] | 5938 | elf.h \ |
| 5939 | float.h \ |
Ulrich Weigand | 2e8e233 | 2000-12-27 18:49:08 +0000 | [diff] [blame] | 5940 | ieeefp.h \ |
Alexandre Julliard | 2487cce | 1999-04-18 14:43:16 +0000 | [diff] [blame] | 5941 | libio.h \ |
Hidenori Takeshima | 01f78aa | 2000-07-09 12:19:09 +0000 | [diff] [blame] | 5942 | libutil.h \ |
Patrik Stridvall | 9633632 | 1999-10-24 22:13:47 +0000 | [diff] [blame] | 5943 | link.h \ |
Alexandre Julliard | 2487cce | 1999-04-18 14:43:16 +0000 | [diff] [blame] | 5944 | linux/cdrom.h \ |
Marcus Meissner | c9b3b2e | 2000-12-12 00:38:58 +0000 | [diff] [blame] | 5945 | linux/input.h \ |
Marcus Meissner | 028e9a1 | 1999-08-04 15:07:56 +0000 | [diff] [blame] | 5946 | linux/joystick.h \ |
Alexandre Julliard | 2487cce | 1999-04-18 14:43:16 +0000 | [diff] [blame] | 5947 | linux/ucdrom.h \ |
Alexandre Julliard | 2487cce | 1999-04-18 14:43:16 +0000 | [diff] [blame] | 5948 | net/if.h \ |
Hidenori Takeshima | 5d1a638 | 2000-11-26 04:00:53 +0000 | [diff] [blame] | 5949 | netdb.h \ |
Alexandre Julliard | 2487cce | 1999-04-18 14:43:16 +0000 | [diff] [blame] | 5950 | netinet/in.h \ |
Patrik Stridvall | 7a4e599 | 2000-12-01 23:53:46 +0000 | [diff] [blame] | 5951 | netinet/in_systm.h \ |
| 5952 | netinet/ip.h \ |
Patrik Stridvall | 9633632 | 1999-10-24 22:13:47 +0000 | [diff] [blame] | 5953 | netinet/tcp.h \ |
Marcus Meissner | 2d7be87 | 1999-12-05 23:06:40 +0000 | [diff] [blame] | 5954 | pty.h \ |
Alexandre Julliard | 2487cce | 1999-04-18 14:43:16 +0000 | [diff] [blame] | 5955 | resolv.h \ |
Patrik Stridvall | 9633632 | 1999-10-24 22:13:47 +0000 | [diff] [blame] | 5956 | sched.h \ |
| 5957 | socket.h \ |
Alexandre Julliard | 2487cce | 1999-04-18 14:43:16 +0000 | [diff] [blame] | 5958 | strings.h \ |
| 5959 | sys/cdio.h \ |
Howard Abrams | 1327748 | 1999-07-10 13:16:29 +0000 | [diff] [blame] | 5960 | sys/errno.h \ |
Alexandre Julliard | 2487cce | 1999-04-18 14:43:16 +0000 | [diff] [blame] | 5961 | sys/file.h \ |
| 5962 | sys/filio.h \ |
Patrik Stridvall | 9633632 | 1999-10-24 22:13:47 +0000 | [diff] [blame] | 5963 | sys/ipc.h \ |
Eric Pouech | 624cbd7 | 2001-08-10 22:29:21 +0000 | [diff] [blame] | 5964 | sys/link.h \ |
Alexandre Julliard | 2487cce | 1999-04-18 14:43:16 +0000 | [diff] [blame] | 5965 | sys/lwp.h \ |
Howard Abrams | 1327748 | 1999-07-10 13:16:29 +0000 | [diff] [blame] | 5966 | sys/mman.h \ |
Alexandre Julliard | 2487cce | 1999-04-18 14:43:16 +0000 | [diff] [blame] | 5967 | sys/modem.h \ |
| 5968 | sys/mount.h \ |
Patrik Stridvall | 9633632 | 1999-10-24 22:13:47 +0000 | [diff] [blame] | 5969 | sys/msg.h \ |
Alexandre Julliard | 2487cce | 1999-04-18 14:43:16 +0000 | [diff] [blame] | 5970 | sys/param.h \ |
Dimitrie O. Paun | 2af03e4 | 2000-11-29 20:04:09 +0000 | [diff] [blame] | 5971 | sys/ptrace.h \ |
Ulrich Weigand | 8a1bdb3 | 2000-01-30 22:22:22 +0000 | [diff] [blame] | 5972 | sys/reg.h \ |
Howard Abrams | 1327748 | 1999-07-10 13:16:29 +0000 | [diff] [blame] | 5973 | sys/signal.h \ |
Patrik Stridvall | 9633632 | 1999-10-24 22:13:47 +0000 | [diff] [blame] | 5974 | sys/shm.h \ |
| 5975 | sys/socket.h \ |
Alexandre Julliard | 2487cce | 1999-04-18 14:43:16 +0000 | [diff] [blame] | 5976 | sys/sockio.h \ |
| 5977 | sys/statfs.h \ |
| 5978 | sys/strtio.h \ |
| 5979 | sys/syscall.h \ |
Dimitrie O. Paun | 2af03e4 | 2000-11-29 20:04:09 +0000 | [diff] [blame] | 5980 | sys/user.h \ |
Patrik Stridvall | 9633632 | 1999-10-24 22:13:47 +0000 | [diff] [blame] | 5981 | sys/wait.h \ |
| 5982 | sys/v86.h \ |
| 5983 | sys/v86intr.h \ |
Alexandre Julliard | 2487cce | 1999-04-18 14:43:16 +0000 | [diff] [blame] | 5984 | sys/vfs.h \ |
Patrik Stridvall | 9633632 | 1999-10-24 22:13:47 +0000 | [diff] [blame] | 5985 | sys/vm86.h \ |
Alexandre Julliard | 2487cce | 1999-04-18 14:43:16 +0000 | [diff] [blame] | 5986 | syscall.h \ |
Patrik Stridvall | 7a4e599 | 2000-12-01 23:53:46 +0000 | [diff] [blame] | 5987 | ucontext.h \ |
Alexandre Julliard | 2487cce | 1999-04-18 14:43:16 +0000 | [diff] [blame] | 5988 | |
Alexandre Julliard | 02e9008 | 1998-01-04 17:49:09 +0000 | [diff] [blame] | 5989 | do |
| 5990 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
| 5991 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 5992 | echo "configure:5993: checking for $ac_hdr" >&5 |
Alexandre Julliard | 02e9008 | 1998-01-04 17:49:09 +0000 | [diff] [blame] | 5993 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 5994 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 5995 | else |
| 5996 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 5997 | #line 5998 "configure" |
Alexandre Julliard | 02e9008 | 1998-01-04 17:49:09 +0000 | [diff] [blame] | 5998 | #include "confdefs.h" |
| 5999 | #include <$ac_hdr> |
| 6000 | EOF |
| 6001 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 6002 | { (eval echo configure:6003: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
Eric Pouech | 18ad24a | 2000-01-16 22:16:33 +0000 | [diff] [blame] | 6003 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
Alexandre Julliard | 02e9008 | 1998-01-04 17:49:09 +0000 | [diff] [blame] | 6004 | if test -z "$ac_err"; then |
| 6005 | rm -rf conftest* |
| 6006 | eval "ac_cv_header_$ac_safe=yes" |
| 6007 | else |
| 6008 | echo "$ac_err" >&5 |
| 6009 | echo "configure: failed program was:" >&5 |
| 6010 | cat conftest.$ac_ext >&5 |
| 6011 | rm -rf conftest* |
| 6012 | eval "ac_cv_header_$ac_safe=no" |
| 6013 | fi |
| 6014 | rm -f conftest* |
| 6015 | fi |
| 6016 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
| 6017 | echo "$ac_t""yes" 1>&6 |
| 6018 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` |
| 6019 | cat >> confdefs.h <<EOF |
| 6020 | #define $ac_tr_hdr 1 |
| 6021 | EOF |
| 6022 | |
| 6023 | else |
| 6024 | echo "$ac_t""no" 1>&6 |
| 6025 | fi |
| 6026 | done |
| 6027 | |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 6028 | echo $ac_n "checking whether stat file-mode macros are broken""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 6029 | echo "configure:6030: checking whether stat file-mode macros are broken" >&5 |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 6030 | if eval "test \"`echo '$''{'ac_cv_header_stat_broken'+set}'`\" = set"; then |
| 6031 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6032 | else |
| 6033 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 6034 | #line 6035 "configure" |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 6035 | #include "confdefs.h" |
| 6036 | #include <sys/types.h> |
| 6037 | #include <sys/stat.h> |
| 6038 | |
| 6039 | #if defined(S_ISBLK) && defined(S_IFDIR) |
| 6040 | # if S_ISBLK (S_IFDIR) |
| 6041 | You lose. |
| 6042 | # endif |
| 6043 | #endif |
| 6044 | |
| 6045 | #if defined(S_ISBLK) && defined(S_IFCHR) |
| 6046 | # if S_ISBLK (S_IFCHR) |
| 6047 | You lose. |
| 6048 | # endif |
| 6049 | #endif |
| 6050 | |
| 6051 | #if defined(S_ISLNK) && defined(S_IFREG) |
| 6052 | # if S_ISLNK (S_IFREG) |
| 6053 | You lose. |
| 6054 | # endif |
| 6055 | #endif |
| 6056 | |
| 6057 | #if defined(S_ISSOCK) && defined(S_IFREG) |
| 6058 | # if S_ISSOCK (S_IFREG) |
| 6059 | You lose. |
| 6060 | # endif |
| 6061 | #endif |
| 6062 | |
| 6063 | EOF |
| 6064 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
| 6065 | egrep "You lose" >/dev/null 2>&1; then |
| 6066 | rm -rf conftest* |
| 6067 | ac_cv_header_stat_broken=yes |
| 6068 | else |
| 6069 | rm -rf conftest* |
| 6070 | ac_cv_header_stat_broken=no |
| 6071 | fi |
| 6072 | rm -f conftest* |
| 6073 | |
| 6074 | fi |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 6075 | |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 6076 | echo "$ac_t""$ac_cv_header_stat_broken" 1>&6 |
| 6077 | if test $ac_cv_header_stat_broken = yes; then |
| 6078 | cat >> confdefs.h <<\EOF |
| 6079 | #define STAT_MACROS_BROKEN 1 |
| 6080 | EOF |
| 6081 | |
| 6082 | fi |
| 6083 | |
Alexandre Julliard | 2487cce | 1999-04-18 14:43:16 +0000 | [diff] [blame] | 6084 | |
| 6085 | |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 6086 | echo $ac_n "checking for working const""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 6087 | echo "configure:6088: checking for working const" >&5 |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 6088 | if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then |
| 6089 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6090 | else |
| 6091 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 6092 | #line 6093 "configure" |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 6093 | #include "confdefs.h" |
| 6094 | |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 6095 | int main() { |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 6096 | |
| 6097 | /* Ultrix mips cc rejects this. */ |
Patrik Stridvall | 87f48fc | 2001-06-19 03:30:13 +0000 | [diff] [blame] | 6098 | typedef int charset[2]; const charset x; |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 6099 | /* SunOS 4.1.1 cc rejects this. */ |
| 6100 | char const *const *ccp; |
| 6101 | char **p; |
| 6102 | /* NEC SVR4.0.2 mips cc rejects this. */ |
| 6103 | struct point {int x, y;}; |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 6104 | static struct point const zero = {0,0}; |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 6105 | /* AIX XL C 1.02.0.0 rejects this. |
| 6106 | It does not let you subtract one const X* pointer from another in an arm |
| 6107 | of an if-expression whose if-part is not a constant expression */ |
| 6108 | const char *g = "string"; |
| 6109 | ccp = &g + (g ? g-g : 0); |
| 6110 | /* HPUX 7.0 cc rejects these. */ |
| 6111 | ++ccp; |
| 6112 | p = (char**) ccp; |
| 6113 | ccp = (char const *const *) p; |
| 6114 | { /* SCO 3.2v4 cc rejects this. */ |
| 6115 | char *t; |
| 6116 | char const *s = 0 ? (char *) 0 : (char const *) 0; |
| 6117 | |
| 6118 | *t++ = 0; |
| 6119 | } |
| 6120 | { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ |
| 6121 | int x[] = {25, 17}; |
| 6122 | const int *foo = &x[0]; |
| 6123 | ++foo; |
| 6124 | } |
| 6125 | { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ |
| 6126 | typedef const int *iptr; |
| 6127 | iptr p = 0; |
| 6128 | ++p; |
| 6129 | } |
| 6130 | { /* AIX XL C 1.02.0.0 rejects this saying |
| 6131 | "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ |
| 6132 | struct s { int j; const int *ap[3]; }; |
| 6133 | struct s *b; b->j = 5; |
| 6134 | } |
| 6135 | { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ |
| 6136 | const int foo = 10; |
| 6137 | } |
| 6138 | |
| 6139 | ; return 0; } |
| 6140 | EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 6141 | if { (eval echo configure:6142: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 6142 | rm -rf conftest* |
| 6143 | ac_cv_c_const=yes |
| 6144 | else |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 6145 | echo "configure: failed program was:" >&5 |
| 6146 | cat conftest.$ac_ext >&5 |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 6147 | rm -rf conftest* |
| 6148 | ac_cv_c_const=no |
| 6149 | fi |
| 6150 | rm -f conftest* |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 6151 | fi |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 6152 | |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 6153 | echo "$ac_t""$ac_cv_c_const" 1>&6 |
| 6154 | if test $ac_cv_c_const = no; then |
| 6155 | cat >> confdefs.h <<\EOF |
| 6156 | #define const |
| 6157 | EOF |
| 6158 | |
| 6159 | fi |
| 6160 | |
Marcus Meissner | 1a8bbd7 | 1999-04-26 14:58:58 +0000 | [diff] [blame] | 6161 | echo $ac_n "checking for inline""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 6162 | echo "configure:6163: checking for inline" >&5 |
Marcus Meissner | 1a8bbd7 | 1999-04-26 14:58:58 +0000 | [diff] [blame] | 6163 | if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then |
| 6164 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6165 | else |
| 6166 | ac_cv_c_inline=no |
| 6167 | for ac_kw in inline __inline__ __inline; do |
| 6168 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 6169 | #line 6170 "configure" |
Marcus Meissner | 1a8bbd7 | 1999-04-26 14:58:58 +0000 | [diff] [blame] | 6170 | #include "confdefs.h" |
| 6171 | |
| 6172 | int main() { |
Patrik Stridvall | 87f48fc | 2001-06-19 03:30:13 +0000 | [diff] [blame] | 6173 | } $ac_kw foo() { |
Marcus Meissner | 1a8bbd7 | 1999-04-26 14:58:58 +0000 | [diff] [blame] | 6174 | ; return 0; } |
| 6175 | EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 6176 | if { (eval echo configure:6177: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
Marcus Meissner | 1a8bbd7 | 1999-04-26 14:58:58 +0000 | [diff] [blame] | 6177 | rm -rf conftest* |
| 6178 | ac_cv_c_inline=$ac_kw; break |
| 6179 | else |
| 6180 | echo "configure: failed program was:" >&5 |
| 6181 | cat conftest.$ac_ext >&5 |
| 6182 | fi |
| 6183 | rm -f conftest* |
| 6184 | done |
| 6185 | |
| 6186 | fi |
| 6187 | |
| 6188 | echo "$ac_t""$ac_cv_c_inline" 1>&6 |
| 6189 | case "$ac_cv_c_inline" in |
| 6190 | inline | yes) ;; |
| 6191 | no) cat >> confdefs.h <<\EOF |
| 6192 | #define inline |
| 6193 | EOF |
| 6194 | ;; |
| 6195 | *) cat >> confdefs.h <<EOF |
| 6196 | #define inline $ac_cv_c_inline |
| 6197 | EOF |
| 6198 | ;; |
| 6199 | esac |
| 6200 | |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 6201 | echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 6202 | echo "configure:6203: checking for ANSI C header files" >&5 |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 6203 | if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then |
| 6204 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6205 | else |
| 6206 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 6207 | #line 6208 "configure" |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 6208 | #include "confdefs.h" |
| 6209 | #include <stdlib.h> |
| 6210 | #include <stdarg.h> |
| 6211 | #include <string.h> |
| 6212 | #include <float.h> |
| 6213 | EOF |
Alexandre Julliard | b817f4f | 1996-03-14 18:08:34 +0000 | [diff] [blame] | 6214 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 6215 | { (eval echo configure:6216: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
Eric Pouech | 18ad24a | 2000-01-16 22:16:33 +0000 | [diff] [blame] | 6216 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 6217 | if test -z "$ac_err"; then |
| 6218 | rm -rf conftest* |
| 6219 | ac_cv_header_stdc=yes |
| 6220 | else |
| 6221 | echo "$ac_err" >&5 |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 6222 | echo "configure: failed program was:" >&5 |
| 6223 | cat conftest.$ac_ext >&5 |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 6224 | rm -rf conftest* |
| 6225 | ac_cv_header_stdc=no |
| 6226 | fi |
| 6227 | rm -f conftest* |
| 6228 | |
| 6229 | if test $ac_cv_header_stdc = yes; then |
| 6230 | # SunOS 4.x string.h does not declare mem*, contrary to ANSI. |
| 6231 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 6232 | #line 6233 "configure" |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 6233 | #include "confdefs.h" |
| 6234 | #include <string.h> |
| 6235 | EOF |
| 6236 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
| 6237 | egrep "memchr" >/dev/null 2>&1; then |
| 6238 | : |
| 6239 | else |
| 6240 | rm -rf conftest* |
| 6241 | ac_cv_header_stdc=no |
| 6242 | fi |
| 6243 | rm -f conftest* |
| 6244 | |
| 6245 | fi |
| 6246 | |
| 6247 | if test $ac_cv_header_stdc = yes; then |
| 6248 | # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. |
| 6249 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 6250 | #line 6251 "configure" |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 6251 | #include "confdefs.h" |
| 6252 | #include <stdlib.h> |
| 6253 | EOF |
| 6254 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
| 6255 | egrep "free" >/dev/null 2>&1; then |
| 6256 | : |
| 6257 | else |
| 6258 | rm -rf conftest* |
| 6259 | ac_cv_header_stdc=no |
| 6260 | fi |
| 6261 | rm -f conftest* |
| 6262 | |
| 6263 | fi |
| 6264 | |
| 6265 | if test $ac_cv_header_stdc = yes; then |
| 6266 | # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. |
| 6267 | if test "$cross_compiling" = yes; then |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 6268 | : |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 6269 | else |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 6270 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 6271 | #line 6272 "configure" |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 6272 | #include "confdefs.h" |
| 6273 | #include <ctype.h> |
| 6274 | #define ISLOWER(c) ('a' <= (c) && (c) <= 'z') |
| 6275 | #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) |
| 6276 | #define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) |
| 6277 | int main () { int i; for (i = 0; i < 256; i++) |
| 6278 | if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2); |
| 6279 | exit (0); } |
| 6280 | |
| 6281 | EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 6282 | if { (eval echo configure:6283: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
Alexandre Julliard | 7e6ae4b | 1996-12-08 19:25:27 +0000 | [diff] [blame] | 6283 | then |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 6284 | : |
| 6285 | else |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 6286 | echo "configure: failed program was:" >&5 |
| 6287 | cat conftest.$ac_ext >&5 |
| 6288 | rm -fr conftest* |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 6289 | ac_cv_header_stdc=no |
| 6290 | fi |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 6291 | rm -fr conftest* |
| 6292 | fi |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 6293 | |
| 6294 | fi |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 6295 | fi |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 6296 | |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 6297 | echo "$ac_t""$ac_cv_header_stdc" 1>&6 |
| 6298 | if test $ac_cv_header_stdc = yes; then |
| 6299 | cat >> confdefs.h <<\EOF |
| 6300 | #define STDC_HEADERS 1 |
| 6301 | EOF |
| 6302 | |
| 6303 | fi |
| 6304 | |
| 6305 | echo $ac_n "checking for size_t""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 6306 | echo "configure:6307: checking for size_t" >&5 |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 6307 | if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then |
| 6308 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6309 | else |
| 6310 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 6311 | #line 6312 "configure" |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 6312 | #include "confdefs.h" |
| 6313 | #include <sys/types.h> |
| 6314 | #if STDC_HEADERS |
| 6315 | #include <stdlib.h> |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 6316 | #include <stddef.h> |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 6317 | #endif |
| 6318 | EOF |
| 6319 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
Eric Pouech | 18ad24a | 2000-01-16 22:16:33 +0000 | [diff] [blame] | 6320 | egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 6321 | rm -rf conftest* |
| 6322 | ac_cv_type_size_t=yes |
| 6323 | else |
| 6324 | rm -rf conftest* |
| 6325 | ac_cv_type_size_t=no |
| 6326 | fi |
| 6327 | rm -f conftest* |
| 6328 | |
| 6329 | fi |
| 6330 | echo "$ac_t""$ac_cv_type_size_t" 1>&6 |
| 6331 | if test $ac_cv_type_size_t = no; then |
| 6332 | cat >> confdefs.h <<\EOF |
| 6333 | #define size_t unsigned |
| 6334 | EOF |
| 6335 | |
| 6336 | fi |
| 6337 | |
Alexandre Julliard | c7c217b | 1998-04-13 12:21:30 +0000 | [diff] [blame] | 6338 | echo $ac_n "checking size of long long""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 6339 | echo "configure:6340: checking size of long long" >&5 |
Alexandre Julliard | c7c217b | 1998-04-13 12:21:30 +0000 | [diff] [blame] | 6340 | if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then |
| 6341 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6342 | else |
| 6343 | if test "$cross_compiling" = yes; then |
| 6344 | ac_cv_sizeof_long_long=0 |
| 6345 | else |
| 6346 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 6347 | #line 6348 "configure" |
Alexandre Julliard | c7c217b | 1998-04-13 12:21:30 +0000 | [diff] [blame] | 6348 | #include "confdefs.h" |
| 6349 | #include <stdio.h> |
Patrik Stridvall | 87f48fc | 2001-06-19 03:30:13 +0000 | [diff] [blame] | 6350 | #include <sys/types.h> |
Alexandre Julliard | c7c217b | 1998-04-13 12:21:30 +0000 | [diff] [blame] | 6351 | main() |
| 6352 | { |
| 6353 | FILE *f=fopen("conftestval", "w"); |
| 6354 | if (!f) exit(1); |
| 6355 | fprintf(f, "%d\n", sizeof(long long)); |
| 6356 | exit(0); |
| 6357 | } |
| 6358 | EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 6359 | if { (eval echo configure:6360: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
Alexandre Julliard | c7c217b | 1998-04-13 12:21:30 +0000 | [diff] [blame] | 6360 | then |
| 6361 | ac_cv_sizeof_long_long=`cat conftestval` |
| 6362 | else |
| 6363 | echo "configure: failed program was:" >&5 |
| 6364 | cat conftest.$ac_ext >&5 |
| 6365 | rm -fr conftest* |
| 6366 | ac_cv_sizeof_long_long=0 |
| 6367 | fi |
| 6368 | rm -fr conftest* |
| 6369 | fi |
| 6370 | |
| 6371 | fi |
| 6372 | echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6 |
| 6373 | cat >> confdefs.h <<EOF |
| 6374 | #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long |
| 6375 | EOF |
| 6376 | |
| 6377 | |
| 6378 | |
Bernhard Rosenkraenzer | fea260a | 2001-09-19 20:30:28 +0000 | [diff] [blame] | 6379 | echo $ac_n "checking whether linux/input.h is for real""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 6380 | echo "configure:6381: checking whether linux/input.h is for real" >&5 |
Marcus Meissner | 74f2b4b | 2001-01-19 21:09:07 +0000 | [diff] [blame] | 6381 | if eval "test \"`echo '$''{'wine_cv_linux_input_h'+set}'`\" = set"; then |
| 6382 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6383 | else |
| 6384 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 6385 | #line 6386 "configure" |
Marcus Meissner | 74f2b4b | 2001-01-19 21:09:07 +0000 | [diff] [blame] | 6386 | #include "confdefs.h" |
| 6387 | |
| 6388 | #include <linux/input.h> |
| 6389 | |
| 6390 | int main() { |
| 6391 | |
| 6392 | int foo = EVIOCGBIT(EV_ABS,42); |
| 6393 | int bar = BTN_PINKIE; |
| 6394 | int fortytwo = 42; |
| 6395 | |
| 6396 | ; return 0; } |
| 6397 | EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 6398 | if { (eval echo configure:6399: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
Marcus Meissner | 74f2b4b | 2001-01-19 21:09:07 +0000 | [diff] [blame] | 6399 | rm -rf conftest* |
| 6400 | wine_cv_linux_input_h=yes |
| 6401 | else |
| 6402 | echo "configure: failed program was:" >&5 |
| 6403 | cat conftest.$ac_ext >&5 |
| 6404 | rm -rf conftest* |
| 6405 | wine_cv_linux_input_h=no |
| 6406 | fi |
| 6407 | rm -f conftest* |
| 6408 | |
| 6409 | fi |
| 6410 | |
| 6411 | echo "$ac_t""$wine_cv_linux_input_h" 1>&6 |
| 6412 | if test "$wine_cv_linux_input_h" = "yes" |
| 6413 | then |
| 6414 | cat >> confdefs.h <<\EOF |
| 6415 | #define HAVE_CORRECT_LINUXINPUT_H 1 |
| 6416 | EOF |
| 6417 | |
| 6418 | fi |
| 6419 | |
Rein Klazes | ff7a61f | 2000-09-24 19:41:57 +0000 | [diff] [blame] | 6420 | |
Bernhard Rosenkraenzer | fea260a | 2001-09-19 20:30:28 +0000 | [diff] [blame] | 6421 | echo $ac_n "checking whether we can use re-entrant gethostbyname_r Linux style""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 6422 | echo "configure:6423: checking whether we can use re-entrant gethostbyname_r Linux style" >&5 |
Rein Klazes | ff7a61f | 2000-09-24 19:41:57 +0000 | [diff] [blame] | 6423 | if eval "test \"`echo '$''{'wine_cv_linux_gethostbyname_r_6'+set}'`\" = set"; then |
| 6424 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6425 | else |
| 6426 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 6427 | #line 6428 "configure" |
Rein Klazes | ff7a61f | 2000-09-24 19:41:57 +0000 | [diff] [blame] | 6428 | #include "confdefs.h" |
| 6429 | |
| 6430 | #include <netdb.h> |
| 6431 | |
| 6432 | int main() { |
| 6433 | |
| 6434 | char *name=NULL; |
| 6435 | struct hostent he; |
| 6436 | struct hostent *result; |
| 6437 | char *buf=NULL; |
| 6438 | int bufsize=0; |
| 6439 | int res,errnr; |
| 6440 | char *addr=NULL; |
| 6441 | int addrlen=0; |
| 6442 | int addrtype=0; |
| 6443 | res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr); |
| 6444 | res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr); |
| 6445 | |
| 6446 | ; return 0; } |
| 6447 | EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 6448 | if { (eval echo configure:6449: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
Rein Klazes | ff7a61f | 2000-09-24 19:41:57 +0000 | [diff] [blame] | 6449 | rm -rf conftest* |
| 6450 | wine_cv_linux_gethostbyname_r_6=yes |
| 6451 | else |
| 6452 | echo "configure: failed program was:" >&5 |
| 6453 | cat conftest.$ac_ext >&5 |
| 6454 | rm -rf conftest* |
| 6455 | wine_cv_linux_gethostbyname_r_6=no |
| 6456 | |
| 6457 | fi |
| 6458 | rm -f conftest* |
| 6459 | |
| 6460 | fi |
| 6461 | |
| 6462 | echo "$ac_t""$wine_cv_linux_gethostbyname_r_6" 1>&6 |
| 6463 | if test "$wine_cv_linux_gethostbyname_r_6" = "yes" |
| 6464 | then |
| 6465 | cat >> confdefs.h <<\EOF |
| 6466 | #define HAVE_LINUX_GETHOSTBYNAME_R_6 1 |
| 6467 | EOF |
| 6468 | |
| 6469 | fi |
| 6470 | |
Marcus Meissner | 028e9a1 | 1999-08-04 15:07:56 +0000 | [diff] [blame] | 6471 | if test "$ac_cv_header_linux_joystick_h" = "yes" |
Alexandre Julliard | dadf78f | 1998-05-17 17:13:43 +0000 | [diff] [blame] | 6472 | then |
Bernhard Rosenkraenzer | fea260a | 2001-09-19 20:30:28 +0000 | [diff] [blame] | 6473 | echo $ac_n "checking whether linux/joystick.h uses the Linux 2.2+ API""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 6474 | echo "configure:6475: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5 |
Marcus Meissner | 028e9a1 | 1999-08-04 15:07:56 +0000 | [diff] [blame] | 6475 | if eval "test \"`echo '$''{'wine_cv_linux_joystick_22_api'+set}'`\" = set"; then |
Alexandre Julliard | dadf78f | 1998-05-17 17:13:43 +0000 | [diff] [blame] | 6476 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6477 | else |
| 6478 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 6479 | #line 6480 "configure" |
Alexandre Julliard | dadf78f | 1998-05-17 17:13:43 +0000 | [diff] [blame] | 6480 | #include "confdefs.h" |
| 6481 | |
Marcus Meissner | 028e9a1 | 1999-08-04 15:07:56 +0000 | [diff] [blame] | 6482 | #include <sys/ioctl.h> |
| 6483 | #include <linux/joystick.h> |
| 6484 | |
| 6485 | struct js_event blub; |
Marcus Meissner | 605a9c3 | 1999-11-04 02:04:01 +0000 | [diff] [blame] | 6486 | #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON) |
| 6487 | #error "no 2.2 header" |
| 6488 | #endif |
Marcus Meissner | 028e9a1 | 1999-08-04 15:07:56 +0000 | [diff] [blame] | 6489 | |
| 6490 | int main() { |
| 6491 | /*empty*/ |
| 6492 | ; return 0; } |
| 6493 | EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 6494 | if { (eval echo configure:6495: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
Marcus Meissner | 028e9a1 | 1999-08-04 15:07:56 +0000 | [diff] [blame] | 6495 | rm -rf conftest* |
| 6496 | wine_cv_linux_joystick_22_api=yes |
| 6497 | else |
| 6498 | echo "configure: failed program was:" >&5 |
| 6499 | cat conftest.$ac_ext >&5 |
| 6500 | rm -rf conftest* |
| 6501 | wine_cv_linux_joystick_22_api=no |
| 6502 | fi |
| 6503 | rm -f conftest* |
| 6504 | |
| 6505 | fi |
| 6506 | |
| 6507 | echo "$ac_t""$wine_cv_linux_joystick_22_api" 1>&6 |
Rein Klazes | 87d224a | 2000-04-24 17:33:49 +0000 | [diff] [blame] | 6508 | if test "$wine_cv_linux_joystick_22_api" = "yes" |
Marcus Meissner | 028e9a1 | 1999-08-04 15:07:56 +0000 | [diff] [blame] | 6509 | then |
| 6510 | cat >> confdefs.h <<\EOF |
| 6511 | #define HAVE_LINUX_22_JOYSTICK_API 1 |
| 6512 | EOF |
| 6513 | |
| 6514 | fi |
| 6515 | fi |
| 6516 | |
| 6517 | |
| 6518 | if test "$ac_cv_header_sys_vfs_h" = "yes" |
| 6519 | then |
Bernhard Rosenkraenzer | fea260a | 2001-09-19 20:30:28 +0000 | [diff] [blame] | 6520 | echo $ac_n "checking whether sys/vfs.h defines statfs""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 6521 | echo "configure:6522: checking whether sys/vfs.h defines statfs" >&5 |
Marcus Meissner | 028e9a1 | 1999-08-04 15:07:56 +0000 | [diff] [blame] | 6522 | if eval "test \"`echo '$''{'wine_cv_sys_vfs_has_statfs'+set}'`\" = set"; then |
| 6523 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6524 | else |
| 6525 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 6526 | #line 6527 "configure" |
Marcus Meissner | 028e9a1 | 1999-08-04 15:07:56 +0000 | [diff] [blame] | 6527 | #include "confdefs.h" |
| 6528 | |
Alexandre Julliard | dadf78f | 1998-05-17 17:13:43 +0000 | [diff] [blame] | 6529 | #include <sys/types.h> |
| 6530 | #ifdef HAVE_SYS_PARAM_H |
| 6531 | # include <sys/param.h> |
| 6532 | #endif |
| 6533 | #include <sys/vfs.h> |
| 6534 | |
| 6535 | int main() { |
| 6536 | |
| 6537 | struct statfs stfs; |
| 6538 | |
| 6539 | memset(&stfs,0,sizeof(stfs)); |
| 6540 | |
| 6541 | ; return 0; } |
| 6542 | EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 6543 | if { (eval echo configure:6544: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
Alexandre Julliard | dadf78f | 1998-05-17 17:13:43 +0000 | [diff] [blame] | 6544 | rm -rf conftest* |
| 6545 | wine_cv_sys_vfs_has_statfs=yes |
| 6546 | else |
| 6547 | echo "configure: failed program was:" >&5 |
| 6548 | cat conftest.$ac_ext >&5 |
| 6549 | rm -rf conftest* |
| 6550 | wine_cv_sys_vfs_has_statfs=no |
| 6551 | |
| 6552 | fi |
| 6553 | rm -f conftest* |
| 6554 | |
| 6555 | fi |
| 6556 | |
| 6557 | echo "$ac_t""$wine_cv_sys_vfs_has_statfs" 1>&6 |
| 6558 | if test "$wine_cv_sys_vfs_has_statfs" = "yes" |
| 6559 | then |
| 6560 | cat >> confdefs.h <<\EOF |
| 6561 | #define STATFS_DEFINED_BY_SYS_VFS 1 |
| 6562 | EOF |
| 6563 | |
| 6564 | fi |
| 6565 | fi |
| 6566 | |
| 6567 | if test "$ac_cv_header_sys_statfs_h" = "yes" |
| 6568 | then |
Bernhard Rosenkraenzer | fea260a | 2001-09-19 20:30:28 +0000 | [diff] [blame] | 6569 | echo $ac_n "checking whether sys/statfs.h defines statfs""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 6570 | echo "configure:6571: checking whether sys/statfs.h defines statfs" >&5 |
Alexandre Julliard | dadf78f | 1998-05-17 17:13:43 +0000 | [diff] [blame] | 6571 | if eval "test \"`echo '$''{'wine_cv_sys_statfs_has_statfs'+set}'`\" = set"; then |
| 6572 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6573 | else |
| 6574 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 6575 | #line 6576 "configure" |
Alexandre Julliard | dadf78f | 1998-05-17 17:13:43 +0000 | [diff] [blame] | 6576 | #include "confdefs.h" |
| 6577 | |
| 6578 | #include <sys/types.h> |
| 6579 | #ifdef HAVE_SYS_PARAM_H |
| 6580 | # include <sys/param.h> |
| 6581 | #endif |
| 6582 | #include <sys/statfs.h> |
| 6583 | |
| 6584 | int main() { |
| 6585 | |
| 6586 | struct statfs stfs; |
| 6587 | |
| 6588 | ; return 0; } |
| 6589 | EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 6590 | if { (eval echo configure:6591: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
Alexandre Julliard | dadf78f | 1998-05-17 17:13:43 +0000 | [diff] [blame] | 6591 | rm -rf conftest* |
| 6592 | wine_cv_sys_statfs_has_statfs=yes |
| 6593 | else |
| 6594 | echo "configure: failed program was:" >&5 |
| 6595 | cat conftest.$ac_ext >&5 |
| 6596 | rm -rf conftest* |
| 6597 | wine_cv_sys_statfs_has_statfs=no |
| 6598 | |
| 6599 | fi |
| 6600 | rm -f conftest* |
| 6601 | |
| 6602 | fi |
| 6603 | |
| 6604 | echo "$ac_t""$wine_cv_sys_statfs_has_statfs" 1>&6 |
| 6605 | if test "$wine_cv_sys_statfs_has_statfs" = "yes" |
| 6606 | then |
| 6607 | cat >> confdefs.h <<\EOF |
| 6608 | #define STATFS_DEFINED_BY_SYS_STATFS 1 |
| 6609 | EOF |
| 6610 | |
| 6611 | fi |
| 6612 | fi |
| 6613 | |
| 6614 | if test "$ac_cv_header_sys_mount_h" = "yes" |
| 6615 | then |
Bernhard Rosenkraenzer | fea260a | 2001-09-19 20:30:28 +0000 | [diff] [blame] | 6616 | echo $ac_n "checking whether sys/mount.h defines statfs""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 6617 | echo "configure:6618: checking whether sys/mount.h defines statfs" >&5 |
Alexandre Julliard | dadf78f | 1998-05-17 17:13:43 +0000 | [diff] [blame] | 6618 | if eval "test \"`echo '$''{'wine_cv_sys_mount_has_statfs'+set}'`\" = set"; then |
| 6619 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6620 | else |
| 6621 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 6622 | #line 6623 "configure" |
Alexandre Julliard | dadf78f | 1998-05-17 17:13:43 +0000 | [diff] [blame] | 6623 | #include "confdefs.h" |
| 6624 | |
| 6625 | #include <sys/types.h> |
| 6626 | #ifdef HAVE_SYS_PARAM_H |
| 6627 | # include <sys/param.h> |
| 6628 | #endif |
| 6629 | #include <sys/mount.h> |
| 6630 | |
| 6631 | int main() { |
| 6632 | |
| 6633 | struct statfs stfs; |
| 6634 | |
| 6635 | ; return 0; } |
| 6636 | EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 6637 | if { (eval echo configure:6638: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
Alexandre Julliard | dadf78f | 1998-05-17 17:13:43 +0000 | [diff] [blame] | 6638 | rm -rf conftest* |
| 6639 | wine_cv_sys_mount_has_statfs=yes |
| 6640 | else |
| 6641 | echo "configure: failed program was:" >&5 |
| 6642 | cat conftest.$ac_ext >&5 |
| 6643 | rm -rf conftest* |
| 6644 | wine_cv_sys_mount_has_statfs=no |
| 6645 | |
| 6646 | fi |
| 6647 | rm -f conftest* |
| 6648 | |
| 6649 | fi |
| 6650 | |
| 6651 | echo "$ac_t""$wine_cv_sys_mount_has_statfs" 1>&6 |
| 6652 | if test "$wine_cv_sys_mount_has_statfs" = "yes" |
| 6653 | then |
| 6654 | cat >> confdefs.h <<\EOF |
| 6655 | #define STATFS_DEFINED_BY_SYS_MOUNT 1 |
| 6656 | EOF |
| 6657 | |
| 6658 | fi |
| 6659 | fi |
| 6660 | |
| 6661 | |
Bernhard Rosenkraenzer | fea260a | 2001-09-19 20:30:28 +0000 | [diff] [blame] | 6662 | echo $ac_n "checking for statfs.f_bfree""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 6663 | echo "configure:6664: checking for statfs.f_bfree" >&5 |
Alexandre Julliard | dadf78f | 1998-05-17 17:13:43 +0000 | [diff] [blame] | 6664 | if eval "test \"`echo '$''{'wine_cv_statfs_bfree'+set}'`\" = set"; then |
| 6665 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6666 | else |
| 6667 | if test "x$statfs_bfree" = "xno" |
| 6668 | then |
| 6669 | wine_cv_statfs_bfree=no |
| 6670 | else |
| 6671 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 6672 | #line 6673 "configure" |
Alexandre Julliard | dadf78f | 1998-05-17 17:13:43 +0000 | [diff] [blame] | 6673 | #include "confdefs.h" |
| 6674 | |
| 6675 | #include <sys/types.h> |
| 6676 | #ifdef HAVE_SYS_PARAM_H |
| 6677 | # include <sys/param.h> |
| 6678 | #endif |
| 6679 | #ifdef STATFS_DEFINED_BY_SYS_MOUNT |
| 6680 | # include <sys/mount.h> |
| 6681 | #else |
| 6682 | # ifdef STATFS_DEFINED_BY_SYS_VFS |
| 6683 | # include <sys/vfs.h> |
| 6684 | # else |
| 6685 | # ifdef STATFS_DEFINED_BY_SYS_STATFS |
| 6686 | # include <sys/statfs.h> |
| 6687 | # endif |
| 6688 | # endif |
| 6689 | #endif |
| 6690 | |
| 6691 | int main() { |
| 6692 | |
| 6693 | struct statfs stfs; |
| 6694 | |
| 6695 | stfs.f_bfree++; |
| 6696 | |
| 6697 | ; return 0; } |
| 6698 | EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 6699 | if { (eval echo configure:6700: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
Alexandre Julliard | dadf78f | 1998-05-17 17:13:43 +0000 | [diff] [blame] | 6700 | rm -rf conftest* |
| 6701 | wine_cv_statfs_bfree=yes |
| 6702 | else |
| 6703 | echo "configure: failed program was:" >&5 |
| 6704 | cat conftest.$ac_ext >&5 |
| 6705 | rm -rf conftest* |
| 6706 | wine_cv_statfs_bfree=no |
| 6707 | |
| 6708 | fi |
| 6709 | rm -f conftest* |
| 6710 | fi |
| 6711 | fi |
| 6712 | |
| 6713 | echo "$ac_t""$wine_cv_statfs_bfree" 1>&6 |
| 6714 | if test "$wine_cv_statfs_bfree" = "yes" |
| 6715 | then |
| 6716 | cat >> confdefs.h <<\EOF |
| 6717 | #define STATFS_HAS_BFREE 1 |
| 6718 | EOF |
| 6719 | |
| 6720 | fi |
| 6721 | |
Bernhard Rosenkraenzer | fea260a | 2001-09-19 20:30:28 +0000 | [diff] [blame] | 6722 | echo $ac_n "checking for statfs.f_bavail""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 6723 | echo "configure:6724: checking for statfs.f_bavail" >&5 |
Alexandre Julliard | c7c217b | 1998-04-13 12:21:30 +0000 | [diff] [blame] | 6724 | if eval "test \"`echo '$''{'wine_cv_statfs_bavail'+set}'`\" = set"; then |
| 6725 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6726 | else |
| 6727 | if test "x$statfs_bavail" = "xno" |
| 6728 | then |
| 6729 | wine_cv_statfs_bavail=no |
| 6730 | else |
| 6731 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 6732 | #line 6733 "configure" |
Alexandre Julliard | c7c217b | 1998-04-13 12:21:30 +0000 | [diff] [blame] | 6733 | #include "confdefs.h" |
| 6734 | |
Alexandre Julliard | 46ea8b3 | 1998-05-03 19:01:20 +0000 | [diff] [blame] | 6735 | #include <sys/types.h> |
Alexandre Julliard | c7c217b | 1998-04-13 12:21:30 +0000 | [diff] [blame] | 6736 | #ifdef HAVE_SYS_PARAM_H |
| 6737 | # include <sys/param.h> |
| 6738 | #endif |
Alexandre Julliard | dadf78f | 1998-05-17 17:13:43 +0000 | [diff] [blame] | 6739 | #ifdef STATFS_DEFINED_BY_SYS_MOUNT |
Alexandre Julliard | c7c217b | 1998-04-13 12:21:30 +0000 | [diff] [blame] | 6740 | # include <sys/mount.h> |
Alexandre Julliard | dadf78f | 1998-05-17 17:13:43 +0000 | [diff] [blame] | 6741 | #else |
| 6742 | # ifdef STATFS_DEFINED_BY_SYS_VFS |
| 6743 | # include <sys/vfs.h> |
| 6744 | # else |
| 6745 | # ifdef STATFS_DEFINED_BY_SYS_STATFS |
| 6746 | # include <sys/statfs.h> |
| 6747 | # endif |
| 6748 | # endif |
Alexandre Julliard | c7c217b | 1998-04-13 12:21:30 +0000 | [diff] [blame] | 6749 | #endif |
| 6750 | |
| 6751 | int main() { |
| 6752 | |
| 6753 | struct statfs stfs; |
| 6754 | |
| 6755 | stfs.f_bavail++; |
| 6756 | |
| 6757 | ; return 0; } |
| 6758 | EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 6759 | if { (eval echo configure:6760: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
Alexandre Julliard | c7c217b | 1998-04-13 12:21:30 +0000 | [diff] [blame] | 6760 | rm -rf conftest* |
| 6761 | wine_cv_statfs_bavail=yes |
| 6762 | else |
| 6763 | echo "configure: failed program was:" >&5 |
| 6764 | cat conftest.$ac_ext >&5 |
| 6765 | rm -rf conftest* |
| 6766 | wine_cv_statfs_bavail=no |
| 6767 | |
| 6768 | fi |
| 6769 | rm -f conftest* |
| 6770 | fi |
| 6771 | fi |
| 6772 | |
| 6773 | echo "$ac_t""$wine_cv_statfs_bavail" 1>&6 |
| 6774 | if test "$wine_cv_statfs_bavail" = "yes" |
| 6775 | then |
| 6776 | cat >> confdefs.h <<\EOF |
| 6777 | #define STATFS_HAS_BAVAIL 1 |
| 6778 | EOF |
| 6779 | |
| 6780 | fi |
| 6781 | |
Alexandre Julliard | dadf78f | 1998-05-17 17:13:43 +0000 | [diff] [blame] | 6782 | |
Bernhard Rosenkraenzer | fea260a | 2001-09-19 20:30:28 +0000 | [diff] [blame] | 6783 | echo $ac_n "checking for msg_accrights in struct msghdr""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 6784 | echo "configure:6785: checking for msg_accrights in struct msghdr" >&5 |
Alexandre Julliard | 829fe32 | 1998-07-26 14:27:39 +0000 | [diff] [blame] | 6785 | if eval "test \"`echo '$''{'ac_cv_c_msg_accrights'+set}'`\" = set"; then |
| 6786 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6787 | else |
| 6788 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 6789 | #line 6790 "configure" |
Alexandre Julliard | 829fe32 | 1998-07-26 14:27:39 +0000 | [diff] [blame] | 6790 | #include "confdefs.h" |
| 6791 | #include <sys/types.h> |
| 6792 | #include <sys/socket.h> |
| 6793 | int main() { |
| 6794 | struct msghdr hdr; hdr.msg_accrights=0 |
| 6795 | ; return 0; } |
| 6796 | EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 6797 | if { (eval echo configure:6798: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
Alexandre Julliard | 829fe32 | 1998-07-26 14:27:39 +0000 | [diff] [blame] | 6798 | rm -rf conftest* |
| 6799 | ac_cv_c_msg_accrights="yes" |
| 6800 | else |
| 6801 | echo "configure: failed program was:" >&5 |
| 6802 | cat conftest.$ac_ext >&5 |
| 6803 | rm -rf conftest* |
| 6804 | ac_cv_c_msg_accrights="no" |
| 6805 | fi |
| 6806 | rm -f conftest* |
| 6807 | fi |
| 6808 | |
| 6809 | echo "$ac_t""$ac_cv_c_msg_accrights" 1>&6 |
| 6810 | if test "$ac_cv_c_msg_accrights" = "yes" |
| 6811 | then |
| 6812 | cat >> confdefs.h <<\EOF |
| 6813 | #define HAVE_MSGHDR_ACCRIGHTS 1 |
| 6814 | EOF |
| 6815 | |
| 6816 | fi |
| 6817 | |
Alexandre Julliard | 51d46ba | 1999-05-08 16:05:27 +0000 | [diff] [blame] | 6818 | |
Bernhard Rosenkraenzer | fea260a | 2001-09-19 20:30:28 +0000 | [diff] [blame] | 6819 | echo $ac_n "checking for sa_len in struct sockaddr""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 6820 | echo "configure:6821: checking for sa_len in struct sockaddr" >&5 |
Patrik Stridvall | 09da966 | 2001-07-08 22:30:50 +0000 | [diff] [blame] | 6821 | if eval "test \"`echo '$''{'ac_cv_c_sockaddr_sa_len'+set}'`\" = set"; then |
Alexandre Julliard | 51d46ba | 1999-05-08 16:05:27 +0000 | [diff] [blame] | 6822 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6823 | else |
| 6824 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 6825 | #line 6826 "configure" |
Alexandre Julliard | 51d46ba | 1999-05-08 16:05:27 +0000 | [diff] [blame] | 6826 | #include "confdefs.h" |
Juergen Lock | 2d33ab9 | 2000-02-13 16:03:29 +0000 | [diff] [blame] | 6827 | #include <sys/types.h> |
| 6828 | #include <sys/socket.h> |
Patrik Stridvall | 09da966 | 2001-07-08 22:30:50 +0000 | [diff] [blame] | 6829 | |
| 6830 | int main() { |
| 6831 | static struct sockaddr addr; addr.sa_len = 1 |
| 6832 | ; return 0; } |
| 6833 | EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 6834 | if { (eval echo configure:6835: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
Patrik Stridvall | 09da966 | 2001-07-08 22:30:50 +0000 | [diff] [blame] | 6835 | rm -rf conftest* |
| 6836 | ac_cv_c_sockaddr_sa_len="yes" |
| 6837 | else |
| 6838 | echo "configure: failed program was:" >&5 |
| 6839 | cat conftest.$ac_ext >&5 |
| 6840 | rm -rf conftest* |
| 6841 | ac_cv_c_sockaddr_sa_len="no" |
| 6842 | fi |
| 6843 | rm -f conftest* |
| 6844 | fi |
| 6845 | |
| 6846 | echo "$ac_t""$ac_cv_c_sockaddr_sa_len" 1>&6 |
| 6847 | if test "$ac_cv_c_sockaddr_sa_len" = "yes" |
| 6848 | then |
| 6849 | cat >> confdefs.h <<\EOF |
| 6850 | #define HAVE_SOCKADDR_SA_LEN 1 |
| 6851 | EOF |
| 6852 | |
| 6853 | fi |
| 6854 | |
| 6855 | |
Bernhard Rosenkraenzer | fea260a | 2001-09-19 20:30:28 +0000 | [diff] [blame] | 6856 | echo $ac_n "checking for sun_len in struct sockaddr_un""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 6857 | echo "configure:6858: checking for sun_len in struct sockaddr_un" >&5 |
Patrik Stridvall | 09da966 | 2001-07-08 22:30:50 +0000 | [diff] [blame] | 6858 | if eval "test \"`echo '$''{'ac_cv_c_sockaddr_sun_len'+set}'`\" = set"; then |
| 6859 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6860 | else |
| 6861 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 6862 | #line 6863 "configure" |
Patrik Stridvall | 09da966 | 2001-07-08 22:30:50 +0000 | [diff] [blame] | 6863 | #include "confdefs.h" |
| 6864 | #include <sys/types.h> |
| 6865 | #include <sys/socket.h> |
Juergen Lock | 2d33ab9 | 2000-02-13 16:03:29 +0000 | [diff] [blame] | 6866 | #include <sys/un.h> |
| 6867 | int main() { |
| 6868 | static struct sockaddr_un addr; addr.sun_len = 1 |
| 6869 | ; return 0; } |
| 6870 | EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 6871 | if { (eval echo configure:6872: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
Juergen Lock | 2d33ab9 | 2000-02-13 16:03:29 +0000 | [diff] [blame] | 6872 | rm -rf conftest* |
Patrik Stridvall | 09da966 | 2001-07-08 22:30:50 +0000 | [diff] [blame] | 6873 | ac_cv_c_sockaddr_sun_len="yes" |
Juergen Lock | 2d33ab9 | 2000-02-13 16:03:29 +0000 | [diff] [blame] | 6874 | else |
| 6875 | echo "configure: failed program was:" >&5 |
| 6876 | cat conftest.$ac_ext >&5 |
| 6877 | rm -rf conftest* |
Patrik Stridvall | 09da966 | 2001-07-08 22:30:50 +0000 | [diff] [blame] | 6878 | ac_cv_c_sockaddr_sun_len="no" |
Juergen Lock | 2d33ab9 | 2000-02-13 16:03:29 +0000 | [diff] [blame] | 6879 | fi |
| 6880 | rm -f conftest* |
| 6881 | fi |
| 6882 | |
Patrik Stridvall | 09da966 | 2001-07-08 22:30:50 +0000 | [diff] [blame] | 6883 | echo "$ac_t""$ac_cv_c_sockaddr_sun_len" 1>&6 |
| 6884 | if test "$ac_cv_c_sockaddr_sun_len" = "yes" |
Juergen Lock | 2d33ab9 | 2000-02-13 16:03:29 +0000 | [diff] [blame] | 6885 | then |
| 6886 | cat >> confdefs.h <<\EOF |
| 6887 | #define HAVE_SOCKADDR_SUN_LEN 1 |
| 6888 | EOF |
| 6889 | |
| 6890 | fi |
| 6891 | |
| 6892 | |
Bernhard Rosenkraenzer | fea260a | 2001-09-19 20:30:28 +0000 | [diff] [blame] | 6893 | echo $ac_n "checking whether we need to define __i386__""... $ac_c" 1>&6 |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 6894 | echo "configure:6895: checking whether we need to define __i386__" >&5 |
Juergen Lock | 2d33ab9 | 2000-02-13 16:03:29 +0000 | [diff] [blame] | 6895 | if eval "test \"`echo '$''{'ac_cv_cpp_def_i386'+set}'`\" = set"; then |
| 6896 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6897 | else |
| 6898 | cat > conftest.$ac_ext <<EOF |
Andreas Mohr | f359895 | 2001-10-02 17:49:20 +0000 | [diff] [blame] | 6899 | #line 6900 "configure" |
Juergen Lock | 2d33ab9 | 2000-02-13 16:03:29 +0000 | [diff] [blame] | 6900 | #include "confdefs.h" |
Alexandre Julliard | 51d46ba | 1999-05-08 16:05:27 +0000 | [diff] [blame] | 6901 | #if (defined(i386) || defined(__i386)) && !defined(__i386__) |
| 6902 | yes |
| 6903 | #endif |
| 6904 | EOF |
| 6905 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
| 6906 | egrep "yes" >/dev/null 2>&1; then |
| 6907 | rm -rf conftest* |
| 6908 | ac_cv_cpp_def_i386="yes" |
| 6909 | else |
| 6910 | rm -rf conftest* |
| 6911 | ac_cv_cpp_def_i386="no" |
| 6912 | fi |
| 6913 | rm -f conftest* |
| 6914 | |
| 6915 | fi |
| 6916 | |
| 6917 | echo "$ac_t""$ac_cv_cpp_def_i386" 1>&6 |
| 6918 | if test "$ac_cv_cpp_def_i386" = "yes" |
| 6919 | then |
| 6920 | CFLAGS="$CFLAGS -D__i386__" |
Patrik Stridvall | a9be64e | 1999-07-31 17:39:44 +0000 | [diff] [blame] | 6921 | LINTFLAGS="$LINTFLAGS -D__i386__" |
Alexandre Julliard | 51d46ba | 1999-05-08 16:05:27 +0000 | [diff] [blame] | 6922 | fi |
| 6923 | |
Marcus Meissner | a7f5cb5 | 1999-04-16 08:47:41 +0000 | [diff] [blame] | 6924 | GCC_NO_BUILTIN="" |
| 6925 | if test "$GCC" = "yes" |
| 6926 | then |
| 6927 | GCC_NO_BUILTIN="-fno-builtin" |
| 6928 | fi |
| 6929 | |
| 6930 | |
Alexandre Julliard | 829fe32 | 1998-07-26 14:27:39 +0000 | [diff] [blame] | 6931 | |
Alexandre Julliard | 87a2f8d | 2000-04-09 18:20:25 +0000 | [diff] [blame] | 6932 | |
| 6933 | |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 6934 | MAKE_RULES=Make.rules |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 6935 | |
| 6936 | |
Alexandre Julliard | d0edc5f | 2000-03-04 22:31:27 +0000 | [diff] [blame] | 6937 | MAKE_DLL_RULES=dlls/Makedll.rules |
| 6938 | |
| 6939 | |
Alexandre Julliard | 626f425 | 2000-11-10 23:35:20 +0000 | [diff] [blame] | 6940 | MAKE_PROG_RULES=programs/Makeprog.rules |
| 6941 | |
| 6942 | |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 6943 | trap '' 1 2 15 |
| 6944 | cat > confcache <<\EOF |
| 6945 | # This file is a shell script that caches the results of configure |
| 6946 | # tests run on this system so they can be shared between configure |
| 6947 | # scripts and configure runs. It is not useful on other systems. |
| 6948 | # If it contains results you don't want to keep, you may remove or edit it. |
| 6949 | # |
| 6950 | # By default, configure uses ./config.cache as the cache file, |
| 6951 | # creating it if it does not exist already. You can give configure |
| 6952 | # the --cache-file=FILE option to use a different cache file; that is |
| 6953 | # what configure does when it calls configure scripts in |
| 6954 | # subdirectories, so they share the cache. |
| 6955 | # Giving --cache-file=/dev/null disables caching, for debugging configure. |
| 6956 | # config.status only pays attention to the cache file if you give it the |
| 6957 | # --recheck option to rerun configure. |
| 6958 | # |
| 6959 | EOF |
Alexandre Julliard | 7e6ae4b | 1996-12-08 19:25:27 +0000 | [diff] [blame] | 6960 | # The following way of writing the cache mishandles newlines in values, |
| 6961 | # but we know of no workaround that is simple, portable, and efficient. |
| 6962 | # So, don't put newlines in cache variables' values. |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 6963 | # Ultrix sh set writes to stderr and can't be redirected directly, |
| 6964 | # and sets the high bit in the cache file unless we assign to the vars. |
| 6965 | (set) 2>&1 | |
Eric Pouech | 18ad24a | 2000-01-16 22:16:33 +0000 | [diff] [blame] | 6966 | case `(ac_space=' '; set | grep ac_space) 2>&1` in |
Alexandre Julliard | 7e6ae4b | 1996-12-08 19:25:27 +0000 | [diff] [blame] | 6967 | *ac_space=\ *) |
| 6968 | # `set' does not quote correctly, so add quotes (double-quote substitution |
| 6969 | # turns \\\\ into \\, and sed turns \\ into \). |
| 6970 | sed -n \ |
| 6971 | -e "s/'/'\\\\''/g" \ |
| 6972 | -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p" |
| 6973 | ;; |
| 6974 | *) |
| 6975 | # `set' quotes correctly as required by POSIX, so do not add quotes. |
| 6976 | sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p' |
| 6977 | ;; |
| 6978 | esac >> confcache |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 6979 | if cmp -s $cache_file confcache; then |
| 6980 | : |
| 6981 | else |
| 6982 | if test -w $cache_file; then |
| 6983 | echo "updating cache $cache_file" |
| 6984 | cat confcache > $cache_file |
| 6985 | else |
| 6986 | echo "not updating unwritable cache $cache_file" |
| 6987 | fi |
| 6988 | fi |
| 6989 | rm -f confcache |
| 6990 | |
| 6991 | trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15 |
| 6992 | |
| 6993 | test "x$prefix" = xNONE && prefix=$ac_default_prefix |
| 6994 | # Let make expand exec_prefix. |
| 6995 | test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' |
| 6996 | |
| 6997 | # Any assignment to VPATH causes Sun make to only execute |
| 6998 | # the first set of double-colon rules, so remove it if not needed. |
| 6999 | # If there is a colon in the path, we need to keep it. |
| 7000 | if test "x$srcdir" = x.; then |
| 7001 | ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d' |
| 7002 | fi |
| 7003 | |
| 7004 | trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15 |
| 7005 | |
Alexandre Julliard | 18f92e7 | 1996-07-17 20:02:21 +0000 | [diff] [blame] | 7006 | DEFS=-DHAVE_CONFIG_H |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 7007 | |
| 7008 | # Without the "./", some shells look in PATH for config.status. |
| 7009 | : ${CONFIG_STATUS=./config.status} |
| 7010 | |
| 7011 | echo creating $CONFIG_STATUS |
| 7012 | rm -f $CONFIG_STATUS |
| 7013 | cat > $CONFIG_STATUS <<EOF |
| 7014 | #! /bin/sh |
| 7015 | # Generated automatically by configure. |
| 7016 | # Run this file to recreate the current configuration. |
| 7017 | # This directory was configured as follows, |
| 7018 | # on host `(hostname || uname -n) 2>/dev/null | sed 1q`: |
| 7019 | # |
| 7020 | # $0 $ac_configure_args |
| 7021 | # |
| 7022 | # Compiler output produced by configure, useful for debugging |
| 7023 | # configure, is in ./config.log if it exists. |
| 7024 | |
| 7025 | ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]" |
| 7026 | for ac_option |
| 7027 | do |
| 7028 | case "\$ac_option" in |
| 7029 | -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) |
| 7030 | echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion" |
| 7031 | exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;; |
| 7032 | -version | --version | --versio | --versi | --vers | --ver | --ve | --v) |
Eric Pouech | 18ad24a | 2000-01-16 22:16:33 +0000 | [diff] [blame] | 7033 | echo "$CONFIG_STATUS generated by autoconf version 2.13" |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 7034 | exit 0 ;; |
| 7035 | -help | --help | --hel | --he | --h) |
| 7036 | echo "\$ac_cs_usage"; exit 0 ;; |
| 7037 | *) echo "\$ac_cs_usage"; exit 1 ;; |
| 7038 | esac |
| 7039 | done |
| 7040 | |
| 7041 | ac_given_srcdir=$srcdir |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 7042 | ac_given_INSTALL="$INSTALL" |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 7043 | |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 7044 | trap 'rm -fr `echo " |
| 7045 | Make.rules |
Alexandre Julliard | 626f425 | 2000-11-10 23:35:20 +0000 | [diff] [blame] | 7046 | dlls/Makedll.rules |
| 7047 | programs/Makeprog.rules |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 7048 | Makefile |
Joseph Pranevich | 791cd6a | 1998-12-02 19:58:08 +0000 | [diff] [blame] | 7049 | console/Makefile |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 7050 | controls/Makefile |
| 7051 | debugger/Makefile |
Alexandre Julliard | 85ed45e | 1998-08-22 19:03:56 +0000 | [diff] [blame] | 7052 | dlls/Makefile |
Juergen Schmied | f7b0de3 | 1999-01-03 12:48:29 +0000 | [diff] [blame] | 7053 | dlls/advapi32/Makefile |
Marcus Meissner | b3d1a22 | 1999-03-13 18:07:44 +0000 | [diff] [blame] | 7054 | dlls/avifil32/Makefile |
Alexandre Julliard | a0d7731 | 1998-09-13 16:32:00 +0000 | [diff] [blame] | 7055 | dlls/comctl32/Makefile |
Klaas van Gend | c912749 | 1999-02-28 20:05:11 +0000 | [diff] [blame] | 7056 | dlls/commdlg/Makefile |
Ulrich Weigand | 6c6da67 | 1999-08-04 09:49:49 +0000 | [diff] [blame] | 7057 | dlls/crtdll/Makefile |
| 7058 | dlls/dciman32/Makefile |
Alexandre Julliard | ddce652 | 2000-03-17 16:58:10 +0000 | [diff] [blame] | 7059 | dlls/ddraw/Makefile |
| 7060 | dlls/dinput/Makefile |
Alexandre Julliard | c607532 | 2000-07-09 11:19:35 +0000 | [diff] [blame] | 7061 | dlls/dplay/Makefile |
Peter Hunnisett | 22b861c | 1999-09-28 16:35:32 +0000 | [diff] [blame] | 7062 | dlls/dplayx/Makefile |
Eric Pouech | 68944c2 | 1999-10-24 18:42:42 +0000 | [diff] [blame] | 7063 | dlls/dsound/Makefile |
Alexandre Julliard | 1dac57f | 2000-03-19 12:08:09 +0000 | [diff] [blame] | 7064 | dlls/gdi/Makefile |
Marcus Meissner | b63ab44 | 2001-06-08 19:02:57 +0000 | [diff] [blame] | 7065 | dlls/glu32/Makefile |
Francois Gouget | edf3e43 | 1999-11-07 21:22:17 +0000 | [diff] [blame] | 7066 | dlls/icmp/Makefile |
Patrik Stridvall | 8295c86 | 1998-10-11 17:09:05 +0000 | [diff] [blame] | 7067 | dlls/imagehlp/Makefile |
Ulrich Weigand | 6c6da67 | 1999-08-04 09:49:49 +0000 | [diff] [blame] | 7068 | dlls/imm32/Makefile |
Dimitrie O. Paun | 36b5b6b | 2000-06-03 00:07:44 +0000 | [diff] [blame] | 7069 | dlls/kernel/Makefile |
Ulrich Weigand | 6c6da67 | 1999-08-04 09:49:49 +0000 | [diff] [blame] | 7070 | dlls/lzexpand/Makefile |
Hidenori Takeshima | 1a8b339 | 2001-09-14 21:36:30 +0000 | [diff] [blame] | 7071 | dlls/mapi32/Makefile |
Ulrich Weigand | bb1984e | 1999-08-07 14:32:33 +0000 | [diff] [blame] | 7072 | dlls/mpr/Makefile |
Patrik Stridvall | 8295c86 | 1998-10-11 17:09:05 +0000 | [diff] [blame] | 7073 | dlls/msacm/Makefile |
Hidenori Takeshima | 1a8b339 | 2001-09-14 21:36:30 +0000 | [diff] [blame] | 7074 | dlls/msimg32/Makefile |
Ulrich Weigand | 6c6da67 | 1999-08-04 09:49:49 +0000 | [diff] [blame] | 7075 | dlls/msnet32/Makefile |
Jon Griffiths | 1db20bf | 2001-01-10 23:59:25 +0000 | [diff] [blame] | 7076 | dlls/msvcrt/Makefile |
Ulrich Weigand | 6c6da67 | 1999-08-04 09:49:49 +0000 | [diff] [blame] | 7077 | dlls/msvideo/Makefile |
Marcus Meissner | 51505b1 | 1998-11-01 14:00:21 +0000 | [diff] [blame] | 7078 | dlls/ntdll/Makefile |
Alexandre Julliard | 8551f8c | 1999-12-11 23:56:46 +0000 | [diff] [blame] | 7079 | dlls/odbc32/Makefile |
Ulrich Weigand | 2a722f4 | 1999-09-19 18:36:53 +0000 | [diff] [blame] | 7080 | dlls/ole32/Makefile |
| 7081 | dlls/oleaut32/Makefile |
| 7082 | dlls/olecli/Makefile |
| 7083 | dlls/oledlg/Makefile |
Sean Langley | 58c71d4 | 2000-02-07 16:26:56 +0000 | [diff] [blame] | 7084 | dlls/olepro32/Makefile |
Ulrich Weigand | 2a722f4 | 1999-09-19 18:36:53 +0000 | [diff] [blame] | 7085 | dlls/olesvr/Makefile |
Lionel Ulmer | bedf40b | 2000-05-12 20:18:14 +0000 | [diff] [blame] | 7086 | dlls/opengl32/Makefile |
Alexandre Julliard | d30dfd2 | 1998-09-27 18:28:36 +0000 | [diff] [blame] | 7087 | dlls/psapi/Makefile |
Hidenori Takeshima | b7d4b4e | 2001-07-02 18:57:22 +0000 | [diff] [blame] | 7088 | dlls/quartz/Makefile |
Marcus Meissner | 30ef877 | 1998-12-11 13:26:26 +0000 | [diff] [blame] | 7089 | dlls/rasapi32/Makefile |
Hidenori Takeshima | e75f9fb | 2000-05-03 18:12:19 +0000 | [diff] [blame] | 7090 | dlls/richedit/Makefile |
Huw D M Davies | 10b1b23 | 2000-07-15 19:53:50 +0000 | [diff] [blame] | 7091 | dlls/rpcrt4/Makefile |
Mike McCormack | dc2461e | 2000-07-15 21:35:55 +0000 | [diff] [blame] | 7092 | dlls/serialui/Makefile |
Francois Jacques | df5e579 | 2000-07-08 18:27:03 +0000 | [diff] [blame] | 7093 | dlls/setupapi/Makefile |
John R. Sheets | bc80a3b | 2001-01-11 22:32:44 +0000 | [diff] [blame] | 7094 | dlls/shdocvw/Makefile |
Alexandre Julliard | 85ed45e | 1998-08-22 19:03:56 +0000 | [diff] [blame] | 7095 | dlls/shell32/Makefile |
Alexandre Julliard | c607532 | 2000-07-09 11:19:35 +0000 | [diff] [blame] | 7096 | dlls/shfolder/Makefile |
| 7097 | dlls/shlwapi/Makefile |
Hidenori Takeshima | 1a8b339 | 2001-09-14 21:36:30 +0000 | [diff] [blame] | 7098 | dlls/sti/Makefile |
Andreas Mohr | 5aa96c1 | 1999-03-14 12:34:25 +0000 | [diff] [blame] | 7099 | dlls/tapi32/Makefile |
Alexandre Julliard | 1dac57f | 2000-03-19 12:08:09 +0000 | [diff] [blame] | 7100 | dlls/ttydrv/Makefile |
Hidenori Takeshima | 1a8b339 | 2001-09-14 21:36:30 +0000 | [diff] [blame] | 7101 | dlls/url/Makefile |
Alexandre Julliard | 819fa8c | 2000-04-11 20:07:00 +0000 | [diff] [blame] | 7102 | dlls/urlmon/Makefile |
Alexandre Julliard | 1dac57f | 2000-03-19 12:08:09 +0000 | [diff] [blame] | 7103 | dlls/user/Makefile |
Ulrich Weigand | d43a46a | 1999-01-31 10:11:04 +0000 | [diff] [blame] | 7104 | dlls/version/Makefile |
Ulrich Weigand | 6c6da67 | 1999-08-04 09:49:49 +0000 | [diff] [blame] | 7105 | dlls/win32s/Makefile |
Alexandre Julliard | d30dfd2 | 1998-09-27 18:28:36 +0000 | [diff] [blame] | 7106 | dlls/winaspi/Makefile |
Ove Kaaven | e5557b3 | 2000-12-26 00:22:45 +0000 | [diff] [blame] | 7107 | dlls/winedos/Makefile |
Dimitrie O. Paun | 84bde6a | 2000-05-30 20:27:23 +0000 | [diff] [blame] | 7108 | dlls/wineps/Makefile |
Alexandre Julliard | 819fa8c | 2000-04-11 20:07:00 +0000 | [diff] [blame] | 7109 | dlls/wininet/Makefile |
Eric Pouech | 68944c2 | 1999-10-24 18:42:42 +0000 | [diff] [blame] | 7110 | dlls/winmm/Makefile |
Eric Pouech | 2a3b0a1 | 2000-02-26 13:14:04 +0000 | [diff] [blame] | 7111 | dlls/winmm/joystick/Makefile |
Eric Pouech | 68944c2 | 1999-10-24 18:42:42 +0000 | [diff] [blame] | 7112 | dlls/winmm/mcianim/Makefile |
| 7113 | dlls/winmm/mciavi/Makefile |
| 7114 | dlls/winmm/mcicda/Makefile |
| 7115 | dlls/winmm/mciseq/Makefile |
| 7116 | dlls/winmm/mciwave/Makefile |
Eric Pouech | abe7227 | 1999-10-31 02:23:49 +0000 | [diff] [blame] | 7117 | dlls/winmm/midimap/Makefile |
| 7118 | dlls/winmm/wavemap/Makefile |
Eric Pouech | 68944c2 | 1999-10-24 18:42:42 +0000 | [diff] [blame] | 7119 | dlls/winmm/wineoss/Makefile |
Hidenori Takeshima | 9c67213 | 2000-12-14 21:56:18 +0000 | [diff] [blame] | 7120 | dlls/winnls/Makefile |
Alexandre Julliard | de07869 | 2000-01-23 22:07:15 +0000 | [diff] [blame] | 7121 | dlls/winsock/Makefile |
Huw D M Davies | e39b676 | 1999-05-17 16:20:51 +0000 | [diff] [blame] | 7122 | dlls/winspool/Makefile |
Rein Klazes | 2a4c68b | 2001-04-16 19:36:12 +0000 | [diff] [blame] | 7123 | dlls/wintrust/Makefile |
Alexandre Julliard | c607532 | 2000-07-09 11:19:35 +0000 | [diff] [blame] | 7124 | dlls/wow32/Makefile |
| 7125 | dlls/wsock32/Makefile |
Alexandre Julliard | 1dac57f | 2000-03-19 12:08:09 +0000 | [diff] [blame] | 7126 | dlls/x11drv/Makefile |
Alexandre Julliard | d37eb36 | 1997-07-20 16:23:21 +0000 | [diff] [blame] | 7127 | documentation/Makefile |
Alexandre Julliard | d6baf1b | 1999-07-18 15:47:22 +0000 | [diff] [blame] | 7128 | documentation/wine.conf.man |
Marcus Meissner | 5a70c97 | 1999-06-05 09:00:21 +0000 | [diff] [blame] | 7129 | documentation/wine.man |
Alexandre Julliard | 4f8c37b | 1996-01-14 18:12:01 +0000 | [diff] [blame] | 7130 | files/Makefile |
Alexandre Julliard | 0e270f4 | 1996-08-24 18:26:35 +0000 | [diff] [blame] | 7131 | graphics/Makefile |
Huw D M Davies | 3a24f3f | 1999-05-02 10:15:16 +0000 | [diff] [blame] | 7132 | graphics/enhmetafiledrv/Makefile |
Alexandre Julliard | bf9130a | 1996-10-13 17:45:47 +0000 | [diff] [blame] | 7133 | graphics/metafiledrv/Makefile |
Alexandre Julliard | 0e270f4 | 1996-08-24 18:26:35 +0000 | [diff] [blame] | 7134 | graphics/win16drv/Makefile |
| 7135 | graphics/x11drv/Makefile |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 7136 | if1632/Makefile |
James Juran | c70dc83 | 1999-02-13 12:18:33 +0000 | [diff] [blame] | 7137 | include/Makefile |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 7138 | library/Makefile |
| 7139 | libtest/Makefile |
| 7140 | loader/Makefile |
Alexandre Julliard | 767e6f6 | 1998-08-09 12:47:43 +0000 | [diff] [blame] | 7141 | loader/dos/Makefile |
Andreas Mohr | 4eefb96 | 2000-08-01 00:27:35 +0000 | [diff] [blame] | 7142 | loader/ne/Makefile |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 7143 | memory/Makefile |
| 7144 | misc/Makefile |
| 7145 | miscemu/Makefile |
Alexandre Julliard | 9ea19e5 | 1997-01-01 17:29:55 +0000 | [diff] [blame] | 7146 | msdos/Makefile |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 7147 | objects/Makefile |
Alexandre Julliard | e658d82 | 1997-11-30 17:45:40 +0000 | [diff] [blame] | 7148 | ole/Makefile |
Alexandre Julliard | 02ed4c2 | 1996-03-02 19:34:10 +0000 | [diff] [blame] | 7149 | programs/Makefile |
Andreas Mohr | 4eefb96 | 2000-08-01 00:27:35 +0000 | [diff] [blame] | 7150 | programs/avitools/Makefile |
Alexandre Julliard | a11d7b1 | 1998-03-01 20:05:02 +0000 | [diff] [blame] | 7151 | programs/clock/Makefile |
Eric Williams | 30008a0 | 1999-02-05 17:40:47 +0000 | [diff] [blame] | 7152 | programs/cmdlgtst/Makefile |
Alexandre Julliard | d30dfd2 | 1998-09-27 18:28:36 +0000 | [diff] [blame] | 7153 | programs/control/Makefile |
Alexandre Julliard | 44ed71f | 1997-12-21 19:17:50 +0000 | [diff] [blame] | 7154 | programs/notepad/Makefile |
Andreas Mohr | 4eefb96 | 2000-08-01 00:27:35 +0000 | [diff] [blame] | 7155 | programs/osversioncheck/Makefile |
Alexandre Julliard | 02ed4c2 | 1996-03-02 19:34:10 +0000 | [diff] [blame] | 7156 | programs/progman/Makefile |
Sylvain St.Germain | 1bb0e66 | 1999-03-14 14:00:22 +0000 | [diff] [blame] | 7157 | programs/regapi/Makefile |
Andreas Mohr | 4eefb96 | 2000-08-01 00:27:35 +0000 | [diff] [blame] | 7158 | programs/regtest/Makefile |
| 7159 | programs/uninstaller/Makefile |
Alexandre Julliard | a11d7b1 | 1998-03-01 20:05:02 +0000 | [diff] [blame] | 7160 | programs/view/Makefile |
Dave Pickles | 74f440e | 1999-06-06 15:24:04 +0000 | [diff] [blame] | 7161 | programs/wcmd/Makefile |
Joshua Thielen | a3f2380 | 2000-03-15 19:06:39 +0000 | [diff] [blame] | 7162 | programs/winemine/Makefile |
Alexandre Julliard | fc68434 | 2001-03-21 21:41:27 +0000 | [diff] [blame] | 7163 | programs/winetest/Makefile |
Alexandre Julliard | 1285c2f | 1996-05-06 16:06:24 +0000 | [diff] [blame] | 7164 | programs/winhelp/Makefile |
Alexandre Julliard | e658d82 | 1997-11-30 17:45:40 +0000 | [diff] [blame] | 7165 | programs/winver/Makefile |
Alexandre Julliard | 44ed71f | 1997-12-21 19:17:50 +0000 | [diff] [blame] | 7166 | relay32/Makefile |
Alexandre Julliard | 9ea19e5 | 1997-01-01 17:29:55 +0000 | [diff] [blame] | 7167 | scheduler/Makefile |
Alexandre Julliard | 642d313 | 1998-07-12 19:29:36 +0000 | [diff] [blame] | 7168 | server/Makefile |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 7169 | tools/Makefile |
Patrik Stridvall | 647ac51 | 2001-07-30 20:21:34 +0000 | [diff] [blame] | 7170 | tools/winapi/Makefile |
Alexandre Julliard | e482eeb | 2000-06-23 20:15:35 +0000 | [diff] [blame] | 7171 | tools/winebuild/Makefile |
Eric Pouech | d786a12 | 2001-09-07 16:04:38 +0000 | [diff] [blame] | 7172 | tools/winedump/Makefile |
Jeremy White | f9f030b | 2000-11-05 20:06:56 +0000 | [diff] [blame] | 7173 | tools/winelauncher |
Bertho Stultiens | 3085591 | 2000-06-13 04:34:41 +0000 | [diff] [blame] | 7174 | tools/wmc/Makefile |
Andreas Mohr | 4eefb96 | 2000-08-01 00:27:35 +0000 | [diff] [blame] | 7175 | tools/wrc/Makefile |
Alexandre Julliard | 60ce85c | 1998-02-01 18:33:27 +0000 | [diff] [blame] | 7176 | tsx11/Makefile |
Alexandre Julliard | fb270dd | 2000-06-09 05:27:21 +0000 | [diff] [blame] | 7177 | unicode/Makefile |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 7178 | win32/Makefile |
Patrik Stridvall | ea58472 | 1998-11-01 16:22:07 +0000 | [diff] [blame] | 7179 | windows/Makefile |
| 7180 | windows/x11drv/Makefile include/config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 7181 | EOF |
| 7182 | cat >> $CONFIG_STATUS <<EOF |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 7183 | |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 7184 | # Protect against being on the right side of a sed subst in config.status. |
| 7185 | sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g; |
| 7186 | s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 7187 | $ac_vpsub |
| 7188 | $extrasub |
Eric Pouech | 18ad24a | 2000-01-16 22:16:33 +0000 | [diff] [blame] | 7189 | s%@SHELL@%$SHELL%g |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 7190 | s%@CFLAGS@%$CFLAGS%g |
| 7191 | s%@CPPFLAGS@%$CPPFLAGS%g |
| 7192 | s%@CXXFLAGS@%$CXXFLAGS%g |
Eric Pouech | 18ad24a | 2000-01-16 22:16:33 +0000 | [diff] [blame] | 7193 | s%@FFLAGS@%$FFLAGS%g |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 7194 | s%@DEFS@%$DEFS%g |
| 7195 | s%@LDFLAGS@%$LDFLAGS%g |
| 7196 | s%@LIBS@%$LIBS%g |
| 7197 | s%@exec_prefix@%$exec_prefix%g |
| 7198 | s%@prefix@%$prefix%g |
| 7199 | s%@program_transform_name@%$program_transform_name%g |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 7200 | s%@bindir@%$bindir%g |
| 7201 | s%@sbindir@%$sbindir%g |
| 7202 | s%@libexecdir@%$libexecdir%g |
| 7203 | s%@datadir@%$datadir%g |
| 7204 | s%@sysconfdir@%$sysconfdir%g |
| 7205 | s%@sharedstatedir@%$sharedstatedir%g |
| 7206 | s%@localstatedir@%$localstatedir%g |
| 7207 | s%@libdir@%$libdir%g |
| 7208 | s%@includedir@%$includedir%g |
| 7209 | s%@oldincludedir@%$oldincludedir%g |
| 7210 | s%@infodir@%$infodir%g |
| 7211 | s%@mandir@%$mandir%g |
Alexandre Julliard | 18f92e7 | 1996-07-17 20:02:21 +0000 | [diff] [blame] | 7212 | s%@OPTIONS@%$OPTIONS%g |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 7213 | s%@SET_MAKE@%$SET_MAKE%g |
| 7214 | s%@CC@%$CC%g |
| 7215 | s%@CPP@%$CPP%g |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 7216 | s%@X_CFLAGS@%$X_CFLAGS%g |
| 7217 | s%@X_PRE_LIBS@%$X_PRE_LIBS%g |
| 7218 | s%@X_LIBS@%$X_LIBS%g |
| 7219 | s%@X_EXTRA_LIBS@%$X_EXTRA_LIBS%g |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 7220 | s%@YACC@%$YACC%g |
| 7221 | s%@LEX@%$LEX%g |
| 7222 | s%@LEXLIB@%$LEXLIB%g |
Marcus Meissner | b53bb41 | 2000-07-23 13:41:51 +0000 | [diff] [blame] | 7223 | s%@XLEX@%$XLEX%g |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 7224 | s%@RANLIB@%$RANLIB%g |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 7225 | s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g |
Eric Pouech | 18ad24a | 2000-01-16 22:16:33 +0000 | [diff] [blame] | 7226 | s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 7227 | s%@INSTALL_DATA@%$INSTALL_DATA%g |
Alexandre Julliard | 641ee76 | 1997-08-04 16:34:36 +0000 | [diff] [blame] | 7228 | s%@LN_S@%$LN_S%g |
Alexandre Julliard | c7c217b | 1998-04-13 12:21:30 +0000 | [diff] [blame] | 7229 | s%@C2MAN@%$C2MAN%g |
James Juran | ffe6b76 | 1999-06-12 08:21:57 +0000 | [diff] [blame] | 7230 | s%@LDCONFIG@%$LDCONFIG%g |
Hidenori Takeshima | d48ca94 | 2000-12-22 22:28:00 +0000 | [diff] [blame] | 7231 | s%@DLLWRAP@%$DLLWRAP%g |
Patrik Stridvall | a9be64e | 1999-07-31 17:39:44 +0000 | [diff] [blame] | 7232 | s%@LINT@%$LINT%g |
| 7233 | s%@LINTFLAGS@%$LINTFLAGS%g |
Dimitrie O. Paun | 79e44ab | 2000-12-05 04:13:36 +0000 | [diff] [blame] | 7234 | s%@LDCOMBINE@%$LDCOMBINE%g |
Marcus Meissner | 252b0fe | 2001-08-06 18:52:14 +0000 | [diff] [blame] | 7235 | s%@JPEGLIB@%$JPEGLIB%g |
Patrik Stridvall | ea58472 | 1998-11-01 16:22:07 +0000 | [diff] [blame] | 7236 | s%@XLIB@%$XLIB%g |
Patrik Stridvall | 2941a21 | 2000-04-25 20:34:22 +0000 | [diff] [blame] | 7237 | s%@XFILES@%$XFILES%g |
Lionel Ulmer | bedf40b | 2000-05-12 20:18:14 +0000 | [diff] [blame] | 7238 | s%@OPENGLFILES@%$OPENGLFILES%g |
Marcus Meissner | b63ab44 | 2001-06-08 19:02:57 +0000 | [diff] [blame] | 7239 | s%@GLU32FILES@%$GLU32FILES%g |
Marcus Meissner | ab8b7db | 2001-04-27 18:02:46 +0000 | [diff] [blame] | 7240 | s%@CUPSLIBS@%$CUPSLIBS%g |
Ian Pilcher | 563598d | 2001-05-16 20:56:05 +0000 | [diff] [blame] | 7241 | s%@ft_devel@%$ft_devel%g |
Marcus Meissner | d28955d | 2001-05-31 21:35:15 +0000 | [diff] [blame] | 7242 | s%@ft_devel2@%$ft_devel2%g |
Ian Pilcher | 563598d | 2001-05-16 20:56:05 +0000 | [diff] [blame] | 7243 | s%@FREETYPELIBS@%$FREETYPELIBS%g |
| 7244 | s%@FREETYPEINCL@%$FREETYPEINCL%g |
Alexandre Julliard | a0b2b1d | 1997-11-16 17:38:29 +0000 | [diff] [blame] | 7245 | s%@DLLFLAGS@%$DLLFLAGS%g |
Todd Vierling | 4b992b0 | 1998-12-15 15:26:27 +0000 | [diff] [blame] | 7246 | s%@LDSHARED@%$LDSHARED%g |
Alexandre Julliard | 4354cda | 2000-11-09 20:27:45 +0000 | [diff] [blame] | 7247 | s%@LDDLLFLAGS@%$LDDLLFLAGS%g |
Alexandre Julliard | 0adad95 | 2000-01-26 01:45:58 +0000 | [diff] [blame] | 7248 | s%@LIBEXT@%$LIBEXT%g |
Hidenori Takeshima | d48ca94 | 2000-12-22 22:28:00 +0000 | [diff] [blame] | 7249 | s%@LDPATH@%$LDPATH%g |
Patrik Stridvall | 1bb9403 | 1999-05-08 15:47:44 +0000 | [diff] [blame] | 7250 | s%@ALLOCA@%$ALLOCA%g |
Marcus Meissner | a7f5cb5 | 1999-04-16 08:47:41 +0000 | [diff] [blame] | 7251 | s%@GCC_NO_BUILTIN@%$GCC_NO_BUILTIN%g |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 7252 | /@MAKE_RULES@/r $MAKE_RULES |
| 7253 | s%@MAKE_RULES@%%g |
Alexandre Julliard | d0edc5f | 2000-03-04 22:31:27 +0000 | [diff] [blame] | 7254 | /@MAKE_DLL_RULES@/r $MAKE_DLL_RULES |
| 7255 | s%@MAKE_DLL_RULES@%%g |
Alexandre Julliard | 626f425 | 2000-11-10 23:35:20 +0000 | [diff] [blame] | 7256 | /@MAKE_PROG_RULES@/r $MAKE_PROG_RULES |
| 7257 | s%@MAKE_PROG_RULES@%%g |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 7258 | |
| 7259 | CEOF |
| 7260 | EOF |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 7261 | |
| 7262 | cat >> $CONFIG_STATUS <<\EOF |
| 7263 | |
| 7264 | # Split the substitutions into bite-sized pieces for seds with |
| 7265 | # small command number limits, like on Digital OSF/1 and HP-UX. |
| 7266 | ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script. |
| 7267 | ac_file=1 # Number of current file. |
| 7268 | ac_beg=1 # First line for current file. |
| 7269 | ac_end=$ac_max_sed_cmds # Line after last line for current file. |
| 7270 | ac_more_lines=: |
| 7271 | ac_sed_cmds="" |
| 7272 | while $ac_more_lines; do |
| 7273 | if test $ac_beg -gt 1; then |
| 7274 | sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file |
| 7275 | else |
| 7276 | sed "${ac_end}q" conftest.subs > conftest.s$ac_file |
| 7277 | fi |
| 7278 | if test ! -s conftest.s$ac_file; then |
| 7279 | ac_more_lines=false |
| 7280 | rm -f conftest.s$ac_file |
| 7281 | else |
| 7282 | if test -z "$ac_sed_cmds"; then |
| 7283 | ac_sed_cmds="sed -f conftest.s$ac_file" |
| 7284 | else |
| 7285 | ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file" |
| 7286 | fi |
| 7287 | ac_file=`expr $ac_file + 1` |
| 7288 | ac_beg=$ac_end |
| 7289 | ac_end=`expr $ac_end + $ac_max_sed_cmds` |
| 7290 | fi |
| 7291 | done |
| 7292 | if test -z "$ac_sed_cmds"; then |
| 7293 | ac_sed_cmds=cat |
| 7294 | fi |
| 7295 | EOF |
| 7296 | |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 7297 | cat >> $CONFIG_STATUS <<EOF |
| 7298 | |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 7299 | CONFIG_FILES=\${CONFIG_FILES-"Make.rules |
Alexandre Julliard | 626f425 | 2000-11-10 23:35:20 +0000 | [diff] [blame] | 7300 | dlls/Makedll.rules |
| 7301 | programs/Makeprog.rules |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 7302 | Makefile |
Joseph Pranevich | 791cd6a | 1998-12-02 19:58:08 +0000 | [diff] [blame] | 7303 | console/Makefile |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 7304 | controls/Makefile |
| 7305 | debugger/Makefile |
Alexandre Julliard | 85ed45e | 1998-08-22 19:03:56 +0000 | [diff] [blame] | 7306 | dlls/Makefile |
Juergen Schmied | f7b0de3 | 1999-01-03 12:48:29 +0000 | [diff] [blame] | 7307 | dlls/advapi32/Makefile |
Marcus Meissner | b3d1a22 | 1999-03-13 18:07:44 +0000 | [diff] [blame] | 7308 | dlls/avifil32/Makefile |
Alexandre Julliard | a0d7731 | 1998-09-13 16:32:00 +0000 | [diff] [blame] | 7309 | dlls/comctl32/Makefile |
Klaas van Gend | c912749 | 1999-02-28 20:05:11 +0000 | [diff] [blame] | 7310 | dlls/commdlg/Makefile |
Ulrich Weigand | 6c6da67 | 1999-08-04 09:49:49 +0000 | [diff] [blame] | 7311 | dlls/crtdll/Makefile |
| 7312 | dlls/dciman32/Makefile |
Alexandre Julliard | ddce652 | 2000-03-17 16:58:10 +0000 | [diff] [blame] | 7313 | dlls/ddraw/Makefile |
| 7314 | dlls/dinput/Makefile |
Alexandre Julliard | c607532 | 2000-07-09 11:19:35 +0000 | [diff] [blame] | 7315 | dlls/dplay/Makefile |
Peter Hunnisett | 22b861c | 1999-09-28 16:35:32 +0000 | [diff] [blame] | 7316 | dlls/dplayx/Makefile |
Eric Pouech | 68944c2 | 1999-10-24 18:42:42 +0000 | [diff] [blame] | 7317 | dlls/dsound/Makefile |
Alexandre Julliard | 1dac57f | 2000-03-19 12:08:09 +0000 | [diff] [blame] | 7318 | dlls/gdi/Makefile |
Marcus Meissner | b63ab44 | 2001-06-08 19:02:57 +0000 | [diff] [blame] | 7319 | dlls/glu32/Makefile |
Francois Gouget | edf3e43 | 1999-11-07 21:22:17 +0000 | [diff] [blame] | 7320 | dlls/icmp/Makefile |
Patrik Stridvall | 8295c86 | 1998-10-11 17:09:05 +0000 | [diff] [blame] | 7321 | dlls/imagehlp/Makefile |
Ulrich Weigand | 6c6da67 | 1999-08-04 09:49:49 +0000 | [diff] [blame] | 7322 | dlls/imm32/Makefile |
Dimitrie O. Paun | 36b5b6b | 2000-06-03 00:07:44 +0000 | [diff] [blame] | 7323 | dlls/kernel/Makefile |
Ulrich Weigand | 6c6da67 | 1999-08-04 09:49:49 +0000 | [diff] [blame] | 7324 | dlls/lzexpand/Makefile |
Hidenori Takeshima | 1a8b339 | 2001-09-14 21:36:30 +0000 | [diff] [blame] | 7325 | dlls/mapi32/Makefile |
Ulrich Weigand | bb1984e | 1999-08-07 14:32:33 +0000 | [diff] [blame] | 7326 | dlls/mpr/Makefile |
Patrik Stridvall | 8295c86 | 1998-10-11 17:09:05 +0000 | [diff] [blame] | 7327 | dlls/msacm/Makefile |
Hidenori Takeshima | 1a8b339 | 2001-09-14 21:36:30 +0000 | [diff] [blame] | 7328 | dlls/msimg32/Makefile |
Ulrich Weigand | 6c6da67 | 1999-08-04 09:49:49 +0000 | [diff] [blame] | 7329 | dlls/msnet32/Makefile |
Jon Griffiths | 1db20bf | 2001-01-10 23:59:25 +0000 | [diff] [blame] | 7330 | dlls/msvcrt/Makefile |
Ulrich Weigand | 6c6da67 | 1999-08-04 09:49:49 +0000 | [diff] [blame] | 7331 | dlls/msvideo/Makefile |
Marcus Meissner | 51505b1 | 1998-11-01 14:00:21 +0000 | [diff] [blame] | 7332 | dlls/ntdll/Makefile |
Alexandre Julliard | 8551f8c | 1999-12-11 23:56:46 +0000 | [diff] [blame] | 7333 | dlls/odbc32/Makefile |
Ulrich Weigand | 2a722f4 | 1999-09-19 18:36:53 +0000 | [diff] [blame] | 7334 | dlls/ole32/Makefile |
| 7335 | dlls/oleaut32/Makefile |
| 7336 | dlls/olecli/Makefile |
| 7337 | dlls/oledlg/Makefile |
Sean Langley | 58c71d4 | 2000-02-07 16:26:56 +0000 | [diff] [blame] | 7338 | dlls/olepro32/Makefile |
Ulrich Weigand | 2a722f4 | 1999-09-19 18:36:53 +0000 | [diff] [blame] | 7339 | dlls/olesvr/Makefile |
Lionel Ulmer | bedf40b | 2000-05-12 20:18:14 +0000 | [diff] [blame] | 7340 | dlls/opengl32/Makefile |
Alexandre Julliard | d30dfd2 | 1998-09-27 18:28:36 +0000 | [diff] [blame] | 7341 | dlls/psapi/Makefile |
Hidenori Takeshima | b7d4b4e | 2001-07-02 18:57:22 +0000 | [diff] [blame] | 7342 | dlls/quartz/Makefile |
Marcus Meissner | 30ef877 | 1998-12-11 13:26:26 +0000 | [diff] [blame] | 7343 | dlls/rasapi32/Makefile |
Hidenori Takeshima | e75f9fb | 2000-05-03 18:12:19 +0000 | [diff] [blame] | 7344 | dlls/richedit/Makefile |
Huw D M Davies | 10b1b23 | 2000-07-15 19:53:50 +0000 | [diff] [blame] | 7345 | dlls/rpcrt4/Makefile |
Mike McCormack | dc2461e | 2000-07-15 21:35:55 +0000 | [diff] [blame] | 7346 | dlls/serialui/Makefile |
Francois Jacques | df5e579 | 2000-07-08 18:27:03 +0000 | [diff] [blame] | 7347 | dlls/setupapi/Makefile |
John R. Sheets | bc80a3b | 2001-01-11 22:32:44 +0000 | [diff] [blame] | 7348 | dlls/shdocvw/Makefile |
Alexandre Julliard | 85ed45e | 1998-08-22 19:03:56 +0000 | [diff] [blame] | 7349 | dlls/shell32/Makefile |
Alexandre Julliard | c607532 | 2000-07-09 11:19:35 +0000 | [diff] [blame] | 7350 | dlls/shfolder/Makefile |
| 7351 | dlls/shlwapi/Makefile |
Hidenori Takeshima | 1a8b339 | 2001-09-14 21:36:30 +0000 | [diff] [blame] | 7352 | dlls/sti/Makefile |
Andreas Mohr | 5aa96c1 | 1999-03-14 12:34:25 +0000 | [diff] [blame] | 7353 | dlls/tapi32/Makefile |
Alexandre Julliard | 1dac57f | 2000-03-19 12:08:09 +0000 | [diff] [blame] | 7354 | dlls/ttydrv/Makefile |
Hidenori Takeshima | 1a8b339 | 2001-09-14 21:36:30 +0000 | [diff] [blame] | 7355 | dlls/url/Makefile |
Alexandre Julliard | 819fa8c | 2000-04-11 20:07:00 +0000 | [diff] [blame] | 7356 | dlls/urlmon/Makefile |
Alexandre Julliard | 1dac57f | 2000-03-19 12:08:09 +0000 | [diff] [blame] | 7357 | dlls/user/Makefile |
Ulrich Weigand | d43a46a | 1999-01-31 10:11:04 +0000 | [diff] [blame] | 7358 | dlls/version/Makefile |
Ulrich Weigand | 6c6da67 | 1999-08-04 09:49:49 +0000 | [diff] [blame] | 7359 | dlls/win32s/Makefile |
Alexandre Julliard | d30dfd2 | 1998-09-27 18:28:36 +0000 | [diff] [blame] | 7360 | dlls/winaspi/Makefile |
Ove Kaaven | e5557b3 | 2000-12-26 00:22:45 +0000 | [diff] [blame] | 7361 | dlls/winedos/Makefile |
Dimitrie O. Paun | 84bde6a | 2000-05-30 20:27:23 +0000 | [diff] [blame] | 7362 | dlls/wineps/Makefile |
Alexandre Julliard | 819fa8c | 2000-04-11 20:07:00 +0000 | [diff] [blame] | 7363 | dlls/wininet/Makefile |
Eric Pouech | 68944c2 | 1999-10-24 18:42:42 +0000 | [diff] [blame] | 7364 | dlls/winmm/Makefile |
Eric Pouech | 2a3b0a1 | 2000-02-26 13:14:04 +0000 | [diff] [blame] | 7365 | dlls/winmm/joystick/Makefile |
Eric Pouech | 68944c2 | 1999-10-24 18:42:42 +0000 | [diff] [blame] | 7366 | dlls/winmm/mcianim/Makefile |
| 7367 | dlls/winmm/mciavi/Makefile |
| 7368 | dlls/winmm/mcicda/Makefile |
| 7369 | dlls/winmm/mciseq/Makefile |
| 7370 | dlls/winmm/mciwave/Makefile |
Eric Pouech | abe7227 | 1999-10-31 02:23:49 +0000 | [diff] [blame] | 7371 | dlls/winmm/midimap/Makefile |
| 7372 | dlls/winmm/wavemap/Makefile |
Eric Pouech | 68944c2 | 1999-10-24 18:42:42 +0000 | [diff] [blame] | 7373 | dlls/winmm/wineoss/Makefile |
Hidenori Takeshima | 9c67213 | 2000-12-14 21:56:18 +0000 | [diff] [blame] | 7374 | dlls/winnls/Makefile |
Alexandre Julliard | de07869 | 2000-01-23 22:07:15 +0000 | [diff] [blame] | 7375 | dlls/winsock/Makefile |
Huw D M Davies | e39b676 | 1999-05-17 16:20:51 +0000 | [diff] [blame] | 7376 | dlls/winspool/Makefile |
Rein Klazes | 2a4c68b | 2001-04-16 19:36:12 +0000 | [diff] [blame] | 7377 | dlls/wintrust/Makefile |
Alexandre Julliard | c607532 | 2000-07-09 11:19:35 +0000 | [diff] [blame] | 7378 | dlls/wow32/Makefile |
| 7379 | dlls/wsock32/Makefile |
Alexandre Julliard | 1dac57f | 2000-03-19 12:08:09 +0000 | [diff] [blame] | 7380 | dlls/x11drv/Makefile |
Alexandre Julliard | d37eb36 | 1997-07-20 16:23:21 +0000 | [diff] [blame] | 7381 | documentation/Makefile |
Alexandre Julliard | d6baf1b | 1999-07-18 15:47:22 +0000 | [diff] [blame] | 7382 | documentation/wine.conf.man |
Marcus Meissner | 5a70c97 | 1999-06-05 09:00:21 +0000 | [diff] [blame] | 7383 | documentation/wine.man |
Alexandre Julliard | 4f8c37b | 1996-01-14 18:12:01 +0000 | [diff] [blame] | 7384 | files/Makefile |
Alexandre Julliard | 0e270f4 | 1996-08-24 18:26:35 +0000 | [diff] [blame] | 7385 | graphics/Makefile |
Huw D M Davies | 3a24f3f | 1999-05-02 10:15:16 +0000 | [diff] [blame] | 7386 | graphics/enhmetafiledrv/Makefile |
Alexandre Julliard | bf9130a | 1996-10-13 17:45:47 +0000 | [diff] [blame] | 7387 | graphics/metafiledrv/Makefile |
Alexandre Julliard | 0e270f4 | 1996-08-24 18:26:35 +0000 | [diff] [blame] | 7388 | graphics/win16drv/Makefile |
| 7389 | graphics/x11drv/Makefile |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 7390 | if1632/Makefile |
James Juran | c70dc83 | 1999-02-13 12:18:33 +0000 | [diff] [blame] | 7391 | include/Makefile |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 7392 | library/Makefile |
| 7393 | libtest/Makefile |
| 7394 | loader/Makefile |
Alexandre Julliard | 767e6f6 | 1998-08-09 12:47:43 +0000 | [diff] [blame] | 7395 | loader/dos/Makefile |
Andreas Mohr | 4eefb96 | 2000-08-01 00:27:35 +0000 | [diff] [blame] | 7396 | loader/ne/Makefile |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 7397 | memory/Makefile |
| 7398 | misc/Makefile |
| 7399 | miscemu/Makefile |
Alexandre Julliard | 9ea19e5 | 1997-01-01 17:29:55 +0000 | [diff] [blame] | 7400 | msdos/Makefile |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 7401 | objects/Makefile |
Alexandre Julliard | e658d82 | 1997-11-30 17:45:40 +0000 | [diff] [blame] | 7402 | ole/Makefile |
Alexandre Julliard | 02ed4c2 | 1996-03-02 19:34:10 +0000 | [diff] [blame] | 7403 | programs/Makefile |
Andreas Mohr | 4eefb96 | 2000-08-01 00:27:35 +0000 | [diff] [blame] | 7404 | programs/avitools/Makefile |
Alexandre Julliard | a11d7b1 | 1998-03-01 20:05:02 +0000 | [diff] [blame] | 7405 | programs/clock/Makefile |
Eric Williams | 30008a0 | 1999-02-05 17:40:47 +0000 | [diff] [blame] | 7406 | programs/cmdlgtst/Makefile |
Alexandre Julliard | d30dfd2 | 1998-09-27 18:28:36 +0000 | [diff] [blame] | 7407 | programs/control/Makefile |
Alexandre Julliard | 44ed71f | 1997-12-21 19:17:50 +0000 | [diff] [blame] | 7408 | programs/notepad/Makefile |
Andreas Mohr | 4eefb96 | 2000-08-01 00:27:35 +0000 | [diff] [blame] | 7409 | programs/osversioncheck/Makefile |
Alexandre Julliard | 02ed4c2 | 1996-03-02 19:34:10 +0000 | [diff] [blame] | 7410 | programs/progman/Makefile |
Sylvain St.Germain | 1bb0e66 | 1999-03-14 14:00:22 +0000 | [diff] [blame] | 7411 | programs/regapi/Makefile |
Andreas Mohr | 4eefb96 | 2000-08-01 00:27:35 +0000 | [diff] [blame] | 7412 | programs/regtest/Makefile |
| 7413 | programs/uninstaller/Makefile |
Alexandre Julliard | a11d7b1 | 1998-03-01 20:05:02 +0000 | [diff] [blame] | 7414 | programs/view/Makefile |
Dave Pickles | 74f440e | 1999-06-06 15:24:04 +0000 | [diff] [blame] | 7415 | programs/wcmd/Makefile |
Joshua Thielen | a3f2380 | 2000-03-15 19:06:39 +0000 | [diff] [blame] | 7416 | programs/winemine/Makefile |
Alexandre Julliard | fc68434 | 2001-03-21 21:41:27 +0000 | [diff] [blame] | 7417 | programs/winetest/Makefile |
Alexandre Julliard | 1285c2f | 1996-05-06 16:06:24 +0000 | [diff] [blame] | 7418 | programs/winhelp/Makefile |
Alexandre Julliard | e658d82 | 1997-11-30 17:45:40 +0000 | [diff] [blame] | 7419 | programs/winver/Makefile |
Alexandre Julliard | 44ed71f | 1997-12-21 19:17:50 +0000 | [diff] [blame] | 7420 | relay32/Makefile |
Alexandre Julliard | 9ea19e5 | 1997-01-01 17:29:55 +0000 | [diff] [blame] | 7421 | scheduler/Makefile |
Alexandre Julliard | 642d313 | 1998-07-12 19:29:36 +0000 | [diff] [blame] | 7422 | server/Makefile |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 7423 | tools/Makefile |
Patrik Stridvall | 647ac51 | 2001-07-30 20:21:34 +0000 | [diff] [blame] | 7424 | tools/winapi/Makefile |
Alexandre Julliard | e482eeb | 2000-06-23 20:15:35 +0000 | [diff] [blame] | 7425 | tools/winebuild/Makefile |
Eric Pouech | d786a12 | 2001-09-07 16:04:38 +0000 | [diff] [blame] | 7426 | tools/winedump/Makefile |
Jeremy White | f9f030b | 2000-11-05 20:06:56 +0000 | [diff] [blame] | 7427 | tools/winelauncher |
Bertho Stultiens | 3085591 | 2000-06-13 04:34:41 +0000 | [diff] [blame] | 7428 | tools/wmc/Makefile |
Andreas Mohr | 4eefb96 | 2000-08-01 00:27:35 +0000 | [diff] [blame] | 7429 | tools/wrc/Makefile |
Alexandre Julliard | 60ce85c | 1998-02-01 18:33:27 +0000 | [diff] [blame] | 7430 | tsx11/Makefile |
Alexandre Julliard | fb270dd | 2000-06-09 05:27:21 +0000 | [diff] [blame] | 7431 | unicode/Makefile |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 7432 | win32/Makefile |
Patrik Stridvall | ea58472 | 1998-11-01 16:22:07 +0000 | [diff] [blame] | 7433 | windows/Makefile |
| 7434 | windows/x11drv/Makefile "} |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 7435 | EOF |
| 7436 | cat >> $CONFIG_STATUS <<\EOF |
| 7437 | for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then |
Alexandre Julliard | 7e6ae4b | 1996-12-08 19:25:27 +0000 | [diff] [blame] | 7438 | # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 7439 | case "$ac_file" in |
Alexandre Julliard | 7e6ae4b | 1996-12-08 19:25:27 +0000 | [diff] [blame] | 7440 | *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'` |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 7441 | ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; |
| 7442 | *) ac_file_in="${ac_file}.in" ;; |
| 7443 | esac |
| 7444 | |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 7445 | # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories. |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 7446 | |
| 7447 | # Remove last slash and all that follows it. Not all systems have dirname. |
| 7448 | ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'` |
| 7449 | if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then |
| 7450 | # The file is in a subdirectory. |
| 7451 | test ! -d "$ac_dir" && mkdir "$ac_dir" |
| 7452 | ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`" |
| 7453 | # A "../" for each directory in $ac_dir_suffix. |
| 7454 | ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'` |
| 7455 | else |
| 7456 | ac_dir_suffix= ac_dots= |
| 7457 | fi |
| 7458 | |
| 7459 | case "$ac_given_srcdir" in |
| 7460 | .) srcdir=. |
| 7461 | if test -z "$ac_dots"; then top_srcdir=. |
| 7462 | else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;; |
| 7463 | /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;; |
| 7464 | *) # Relative path. |
| 7465 | srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix" |
| 7466 | top_srcdir="$ac_dots$ac_given_srcdir" ;; |
| 7467 | esac |
| 7468 | |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 7469 | case "$ac_given_INSTALL" in |
| 7470 | [/$]*) INSTALL="$ac_given_INSTALL" ;; |
| 7471 | *) INSTALL="$ac_dots$ac_given_INSTALL" ;; |
| 7472 | esac |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 7473 | |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 7474 | echo creating "$ac_file" |
| 7475 | rm -f "$ac_file" |
| 7476 | configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure." |
| 7477 | case "$ac_file" in |
| 7478 | *Makefile*) ac_comsub="1i\\ |
| 7479 | # $configure_input" ;; |
| 7480 | *) ac_comsub= ;; |
| 7481 | esac |
Alexandre Julliard | 7e6ae4b | 1996-12-08 19:25:27 +0000 | [diff] [blame] | 7482 | |
| 7483 | ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 7484 | sed -e "$ac_comsub |
| 7485 | s%@configure_input@%$configure_input%g |
| 7486 | s%@srcdir@%$srcdir%g |
| 7487 | s%@top_srcdir@%$top_srcdir%g |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 7488 | s%@INSTALL@%$INSTALL%g |
Alexandre Julliard | 7e6ae4b | 1996-12-08 19:25:27 +0000 | [diff] [blame] | 7489 | " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 7490 | fi; done |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 7491 | rm -f conftest.s* |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 7492 | |
Alexandre Julliard | 18f92e7 | 1996-07-17 20:02:21 +0000 | [diff] [blame] | 7493 | # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where |
| 7494 | # NAME is the cpp macro being defined and VALUE is the value it is being given. |
| 7495 | # |
| 7496 | # ac_d sets the value in "#define NAME VALUE" lines. |
| 7497 | ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)' |
| 7498 | ac_dB='\([ ][ ]*\)[^ ]*%\1#\2' |
| 7499 | ac_dC='\3' |
| 7500 | ac_dD='%g' |
| 7501 | # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE". |
| 7502 | ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' |
| 7503 | ac_uB='\([ ]\)%\1#\2define\3' |
| 7504 | ac_uC=' ' |
| 7505 | ac_uD='\4%g' |
| 7506 | # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE". |
| 7507 | ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' |
| 7508 | ac_eB='$%\1#\2define\3' |
| 7509 | ac_eC=' ' |
| 7510 | ac_eD='%g' |
| 7511 | |
Alexandre Julliard | 7e6ae4b | 1996-12-08 19:25:27 +0000 | [diff] [blame] | 7512 | if test "${CONFIG_HEADERS+set}" != set; then |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 7513 | EOF |
| 7514 | cat >> $CONFIG_STATUS <<EOF |
| 7515 | CONFIG_HEADERS="include/config.h" |
| 7516 | EOF |
| 7517 | cat >> $CONFIG_STATUS <<\EOF |
| 7518 | fi |
Alexandre Julliard | 18f92e7 | 1996-07-17 20:02:21 +0000 | [diff] [blame] | 7519 | for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then |
Alexandre Julliard | 7e6ae4b | 1996-12-08 19:25:27 +0000 | [diff] [blame] | 7520 | # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". |
Alexandre Julliard | 18f92e7 | 1996-07-17 20:02:21 +0000 | [diff] [blame] | 7521 | case "$ac_file" in |
Alexandre Julliard | 7e6ae4b | 1996-12-08 19:25:27 +0000 | [diff] [blame] | 7522 | *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'` |
Alexandre Julliard | 18f92e7 | 1996-07-17 20:02:21 +0000 | [diff] [blame] | 7523 | ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; |
| 7524 | *) ac_file_in="${ac_file}.in" ;; |
| 7525 | esac |
| 7526 | |
| 7527 | echo creating $ac_file |
| 7528 | |
| 7529 | rm -f conftest.frag conftest.in conftest.out |
Alexandre Julliard | 7e6ae4b | 1996-12-08 19:25:27 +0000 | [diff] [blame] | 7530 | ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` |
| 7531 | cat $ac_file_inputs > conftest.in |
Alexandre Julliard | 18f92e7 | 1996-07-17 20:02:21 +0000 | [diff] [blame] | 7532 | |
| 7533 | EOF |
| 7534 | |
| 7535 | # Transform confdefs.h into a sed script conftest.vals that substitutes |
| 7536 | # the proper values into config.h.in to produce config.h. And first: |
| 7537 | # Protect against being on the right side of a sed subst in config.status. |
| 7538 | # Protect against being in an unquoted here document in config.status. |
| 7539 | rm -f conftest.vals |
| 7540 | cat > conftest.hdr <<\EOF |
| 7541 | s/[\\&%]/\\&/g |
| 7542 | s%[\\$`]%\\&%g |
| 7543 | s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp |
| 7544 | s%ac_d%ac_u%gp |
| 7545 | s%ac_u%ac_e%gp |
| 7546 | EOF |
| 7547 | sed -n -f conftest.hdr confdefs.h > conftest.vals |
| 7548 | rm -f conftest.hdr |
| 7549 | |
| 7550 | # This sed command replaces #undef with comments. This is necessary, for |
| 7551 | # example, in the case of _POSIX_SOURCE, which is predefined and required |
| 7552 | # on some systems where configure will not decide to define it. |
| 7553 | cat >> conftest.vals <<\EOF |
| 7554 | s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */% |
| 7555 | EOF |
| 7556 | |
| 7557 | # Break up conftest.vals because some shells have a limit on |
| 7558 | # the size of here documents, and old seds have small limits too. |
Alexandre Julliard | 18f92e7 | 1996-07-17 20:02:21 +0000 | [diff] [blame] | 7559 | |
| 7560 | rm -f conftest.tail |
| 7561 | while : |
| 7562 | do |
| 7563 | ac_lines=`grep -c . conftest.vals` |
| 7564 | # grep -c gives empty output for an empty file on some AIX systems. |
| 7565 | if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi |
| 7566 | # Write a limited-size here document to conftest.frag. |
| 7567 | echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS |
| 7568 | sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS |
| 7569 | echo 'CEOF |
| 7570 | sed -f conftest.frag conftest.in > conftest.out |
| 7571 | rm -f conftest.in |
| 7572 | mv conftest.out conftest.in |
| 7573 | ' >> $CONFIG_STATUS |
| 7574 | sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail |
| 7575 | rm -f conftest.vals |
| 7576 | mv conftest.tail conftest.vals |
| 7577 | done |
| 7578 | rm -f conftest.vals |
| 7579 | |
| 7580 | cat >> $CONFIG_STATUS <<\EOF |
| 7581 | rm -f conftest.frag conftest.h |
| 7582 | echo "/* $ac_file. Generated automatically by configure. */" > conftest.h |
| 7583 | cat conftest.in >> conftest.h |
| 7584 | rm -f conftest.in |
| 7585 | if cmp -s $ac_file conftest.h 2>/dev/null; then |
| 7586 | echo "$ac_file is unchanged" |
| 7587 | rm -f conftest.h |
| 7588 | else |
| 7589 | # Remove last slash and all that follows it. Not all systems have dirname. |
| 7590 | ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'` |
| 7591 | if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then |
| 7592 | # The file is in a subdirectory. |
| 7593 | test ! -d "$ac_dir" && mkdir "$ac_dir" |
| 7594 | fi |
| 7595 | rm -f $ac_file |
| 7596 | mv conftest.h $ac_file |
| 7597 | fi |
| 7598 | fi; done |
| 7599 | |
Alexandre Julliard | 7e6ae4b | 1996-12-08 19:25:27 +0000 | [diff] [blame] | 7600 | EOF |
| 7601 | cat >> $CONFIG_STATUS <<EOF |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 7602 | |
Alexandre Julliard | 87a2f8d | 2000-04-09 18:20:25 +0000 | [diff] [blame] | 7603 | |
Alexandre Julliard | 7e6ae4b | 1996-12-08 19:25:27 +0000 | [diff] [blame] | 7604 | EOF |
| 7605 | cat >> $CONFIG_STATUS <<\EOF |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 7606 | |
Alexandre Julliard | 87a2f8d | 2000-04-09 18:20:25 +0000 | [diff] [blame] | 7607 | extra_subdirs="\ |
| 7608 | dlls/ddraw/d3ddevice \ |
| 7609 | dlls/ddraw/dclipper \ |
| 7610 | dlls/ddraw/ddraw \ |
| 7611 | dlls/ddraw/direct3d \ |
| 7612 | dlls/ddraw/dpalette \ |
| 7613 | dlls/ddraw/dsurface \ |
Lionel Ulmer | 6301e94 | 2000-11-05 20:25:02 +0000 | [diff] [blame] | 7614 | dlls/dinput/joystick \ |
| 7615 | dlls/dinput/keyboard \ |
| 7616 | dlls/dinput/mouse \ |
Alexandre Julliard | d1d0905 | 2000-07-30 13:39:52 +0000 | [diff] [blame] | 7617 | dlls/kernel/messages \ |
Dmitry Timoshkov | 3b725f6 | 2001-06-29 19:20:18 +0000 | [diff] [blame] | 7618 | dlls/user/dde \ |
Alexandre Julliard | 2affae5 | 2000-10-23 21:32:05 +0000 | [diff] [blame] | 7619 | dlls/user/resources \ |
Ian Pilcher | 55d2e57 | 2001-05-29 22:06:10 +0000 | [diff] [blame] | 7620 | dlls/wineps/data \ |
Alexandre Julliard | 87a2f8d | 2000-04-09 18:20:25 +0000 | [diff] [blame] | 7621 | " |
| 7622 | for i in $extra_subdirs; do [ -d $i ] || (echo "creating $i" && mkdir $i); done |
| 7623 | |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 7624 | exit 0 |
| 7625 | EOF |
| 7626 | chmod +x $CONFIG_STATUS |
| 7627 | rm -fr confdefs* $ac_clean_files |
| 7628 | test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1 |
| 7629 | |
| 7630 | |
Ove Kaaven | 8b4431f | 1999-01-23 13:59:11 +0000 | [diff] [blame] | 7631 | if test "$have_x" = "no" |
| 7632 | then |
| 7633 | echo |
| 7634 | echo "*** Warning: X development files not found. Wine will be built without" |
| 7635 | echo "*** X support, which currently does not work, and would probably not be" |
| 7636 | echo "*** what you want anyway. You will need to install devel packages of" |
| 7637 | echo "*** Xlib/Xfree86 and Xpm at the very least." |
Ove Kaaven | 1eb593c | 1999-02-14 09:34:46 +0000 | [diff] [blame] | 7638 | elif test "$ac_cv_lib_Xpm_XpmCreatePixmapFromData" = "no" |
| 7639 | then |
| 7640 | echo |
| 7641 | echo "*** Warning: Xpm development files not found. Wine will be built without" |
| 7642 | echo "*** Xpm support, which currently does not work. You will need to install" |
| 7643 | echo "*** devel packages of Xpm." |
Ove Kaaven | 8b4431f | 1999-01-23 13:59:11 +0000 | [diff] [blame] | 7644 | fi |
| 7645 | |
Alexandre Julliard | 638f169 | 1999-01-17 16:32:32 +0000 | [diff] [blame] | 7646 | if test "$ac_cv_lib_ncurses_resizeterm" = "no" -a "$ac_cv_lib_ncurses_waddch" = "yes" |
| 7647 | then |
| 7648 | echo |
| 7649 | echo "*** Warning: resizeterm not found in ncurses. Wine will be built without" |
| 7650 | echo "*** terminal resize support. Consider upgrading ncurses." |
Alexandre Julliard | 638f169 | 1999-01-17 16:32:32 +0000 | [diff] [blame] | 7651 | fi |
| 7652 | |
Alexandre Julliard | d30dfd2 | 1998-09-27 18:28:36 +0000 | [diff] [blame] | 7653 | if test "$wine_cv_libc_reentrant" = "no" |
| 7654 | then |
| 7655 | echo |
| 7656 | echo "*** Warning: non-reentrant libc detected. Wine will be build without" |
| 7657 | echo "*** thread support. Consider upgrading libc to a more recent" |
| 7658 | echo "*** reentrant version of libc." |
Alexandre Julliard | d30dfd2 | 1998-09-27 18:28:36 +0000 | [diff] [blame] | 7659 | fi |
| 7660 | |
Lionel Ulmer | bedf40b | 2000-05-12 20:18:14 +0000 | [diff] [blame] | 7661 | if test "$wine_cv_opengl_version_OK" = "no" |
Lionel Ulmer | 5c08570 | 1999-02-28 19:48:53 +0000 | [diff] [blame] | 7662 | then |
| 7663 | echo |
| 7664 | echo "*** Warning: old Mesa headers detected. Wine will be built without Direct3D" |
Lionel Ulmer | 5eee0bf | 2000-03-24 21:20:33 +0000 | [diff] [blame] | 7665 | echo "*** support. Consider upgrading your Mesa libraries (http://www.mesa3d.org/)." |
| 7666 | fi |
| 7667 | |
Lionel Ulmer | bedf40b | 2000-05-12 20:18:14 +0000 | [diff] [blame] | 7668 | if test "$wine_cv_opengl_version_threadsafe" = "yes" -a $OPENGL = "normal" |
Lionel Ulmer | 5eee0bf | 2000-03-24 21:20:33 +0000 | [diff] [blame] | 7669 | then |
| 7670 | echo |
| 7671 | echo "*** Warning: the OpenGL version you have installed relies on libpthread for" |
Lionel Ulmer | fbc15b1 | 2000-04-29 14:23:22 +0000 | [diff] [blame] | 7672 | echo "*** thread-safety. To prevent crashes, OpenGL support has been removed." |
Andreas Mohr | 18a9d74 | 2001-01-17 21:52:42 +0000 | [diff] [blame] | 7673 | echo "*** A fix for glibc 2.1.3 that seems to work is included in this version of Wine," |
Lionel Ulmer | fbc15b1 | 2000-04-29 14:23:22 +0000 | [diff] [blame] | 7674 | echo "*** start configure with '--enable-opengl' to force OpenGL support." |
Lionel Ulmer | 5c08570 | 1999-02-28 19:48:53 +0000 | [diff] [blame] | 7675 | fi |
| 7676 | |
Lionel Ulmer | bedf40b | 2000-05-12 20:18:14 +0000 | [diff] [blame] | 7677 | if test "$wine_cv_opengl_version_threadsafe" = "yes" -a $OPENGL = "yes" |
Lionel Ulmer | fbc15b1 | 2000-04-29 14:23:22 +0000 | [diff] [blame] | 7678 | then |
| 7679 | echo |
Alexandre Julliard | d6c0f9f | 2001-01-04 22:44:55 +0000 | [diff] [blame] | 7680 | echo "*** Warning: you explicitly linked in a thread-safe OpenGL version. If you" |
Lionel Ulmer | fbc15b1 | 2000-04-29 14:23:22 +0000 | [diff] [blame] | 7681 | echo "*** experience unusual crashes on DirectDraw games, try first to disable OpenGL" |
| 7682 | echo "*** support before reporting bugs." |
| 7683 | fi |
| 7684 | |
Marcus Meissner | 3ee02ba | 2001-04-30 18:18:50 +0000 | [diff] [blame] | 7685 | if test "$wine_cv_warn_cups_h" = "yes" |
| 7686 | then |
| 7687 | echo |
| 7688 | echo "*** Note: You have cups runtime libraries, but no development" |
| 7689 | echo "*** libraries. Install the cups-devel package or whichever package" |
| 7690 | echo "*** contains cups.h to enable CUPS support in WINE." |
| 7691 | fi |
Lionel Ulmer | fbc15b1 | 2000-04-29 14:23:22 +0000 | [diff] [blame] | 7692 | |
Ian Pilcher | 563598d | 2001-05-16 20:56:05 +0000 | [diff] [blame] | 7693 | if test "$wine_cv_msg_freetype" = "yes" |
| 7694 | then |
| 7695 | echo |
| 7696 | echo "*** Note: Your system appears to have the FreeType 2 runtime libraries" |
| 7697 | echo "*** installed, but 'freetype-config' is not in your PATH. Install the" |
| 7698 | echo "*** freetype-devel package (or its equivalent on your distribution) to" |
| 7699 | echo "*** enable Wine to use TrueType fonts." |
| 7700 | fi |
| 7701 | |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 7702 | echo |
Steffen Moeller | 1511bae | 1999-02-17 15:27:03 +0000 | [diff] [blame] | 7703 | echo "Configure finished. Do 'make depend && make' to compile Wine." |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 7704 | echo |
| 7705 | |