Mercurial > emacs
annotate configure @ 41883:c010baa24c12
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 07 Dec 2001 17:54:04 +0000 |
parents | 30f353761d6c |
children | 665e7cb4204b |
rev | line source |
---|---|
25897 | 1 #! /bin/sh |
2 # Guess values for system-dependent variables and create Makefiles. | |
40056 | 3 # Generated by Autoconf 2.52. |
25897 | 4 # |
40056 | 5 # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001 |
6 # Free Software Foundation, Inc. | |
25897 | 7 # This configure script is free software; the Free Software Foundation |
8 # gives unlimited permission to copy, distribute and modify it. | |
9 | |
40056 | 10 # Avoid depending upon Character Ranges. |
11 as_cr_letters='abcdefghijklmnopqrstuvwxyz' | |
12 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' | |
13 as_cr_Letters=$as_cr_letters$as_cr_LETTERS | |
14 as_cr_digits='0123456789' | |
15 as_cr_alnum=$as_cr_Letters$as_cr_digits | |
16 | |
17 # Sed expression to map a string onto a valid variable name. | |
18 as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g" | |
19 | |
20 # Sed expression to map a string onto a valid CPP name. | |
21 as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g" | |
22 | |
23 # Be Bourne compatible | |
24 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then | |
25 emulate sh | |
26 NULLCMD=: | |
27 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then | |
28 set -o posix | |
29 fi | |
30 | |
31 # Name of the executable. | |
32 as_me=`echo "$0" |sed 's,.*[\\/],,'` | |
33 | |
34 if expr a : '\(a\)' >/dev/null 2>&1; then | |
35 as_expr=expr | |
36 else | |
37 as_expr=false | |
38 fi | |
39 | |
40 rm -f conf$$ conf$$.exe conf$$.file | |
41 echo >conf$$.file | |
42 if ln -s conf$$.file conf$$ 2>/dev/null; then | |
43 # We could just check for DJGPP; but this test a) works b) is more generic | |
44 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). | |
45 if test -f conf$$.exe; then | |
46 # Don't use ln at all; we don't have any links | |
47 as_ln_s='cp -p' | |
48 else | |
49 as_ln_s='ln -s' | |
50 fi | |
51 elif ln conf$$.file conf$$ 2>/dev/null; then | |
52 as_ln_s=ln | |
53 else | |
54 as_ln_s='cp -p' | |
55 fi | |
56 rm -f conf$$ conf$$.exe conf$$.file | |
57 | |
58 as_executable_p="test -f" | |
59 | |
60 # Support unset when possible. | |
61 if (FOO=FOO; unset FOO) >/dev/null 2>&1; then | |
62 as_unset=unset | |
63 else | |
64 as_unset=false | |
65 fi | |
66 | |
67 # NLS nuisances. | |
68 $as_unset LANG || test "${LANG+set}" != set || { LANG=C; export LANG; } | |
69 $as_unset LC_ALL || test "${LC_ALL+set}" != set || { LC_ALL=C; export LC_ALL; } | |
70 $as_unset LC_TIME || test "${LC_TIME+set}" != set || { LC_TIME=C; export LC_TIME; } | |
71 $as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set || { LC_CTYPE=C; export LC_CTYPE; } | |
72 $as_unset LANGUAGE || test "${LANGUAGE+set}" != set || { LANGUAGE=C; export LANGUAGE; } | |
73 $as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set || { LC_COLLATE=C; export LC_COLLATE; } | |
74 $as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set || { LC_NUMERIC=C; export LC_NUMERIC; } | |
75 $as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set || { LC_MESSAGES=C; export LC_MESSAGES; } | |
76 | |
77 # IFS | |
78 # We need space, tab and new line, in precisely that order. | |
79 as_nl=' | |
80 ' | |
81 IFS=" $as_nl" | |
82 | |
83 # CDPATH. | |
84 $as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=:; export CDPATH; } | |
85 | |
86 # Name of the host. | |
87 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status, | |
88 # so uname gets run too. | |
89 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` | |
90 | |
91 exec 6>&1 | |
92 | |
93 # | |
94 # Initializations. | |
95 # | |
25897 | 96 ac_default_prefix=/usr/local |
40056 | 97 cross_compiling=no |
98 subdirs= | |
99 MFLAGS= MAKEFLAGS= | |
100 SHELL=${CONFIG_SHELL-/bin/sh} | |
101 | |
102 # Maximum number of lines to put in a shell here document. | |
103 # This variable seems obsolete. It should probably be removed, and | |
104 # only ac_max_sed_lines should be used. | |
105 : ${ac_max_here_lines=38} | |
106 | |
107 ac_unique_file="src/lisp.h" | |
108 # Factoring default headers for most tests. | |
109 ac_includes_default="\ | |
110 #include <stdio.h> | |
111 #if HAVE_SYS_TYPES_H | |
112 # include <sys/types.h> | |
113 #endif | |
114 #if HAVE_SYS_STAT_H | |
115 # include <sys/stat.h> | |
116 #endif | |
117 #if STDC_HEADERS | |
118 # include <stdlib.h> | |
119 # include <stddef.h> | |
120 #else | |
121 # if HAVE_STDLIB_H | |
122 # include <stdlib.h> | |
123 # endif | |
124 #endif | |
125 #if HAVE_STRING_H | |
126 # if !STDC_HEADERS && HAVE_MEMORY_H | |
127 # include <memory.h> | |
128 # endif | |
129 # include <string.h> | |
130 #endif | |
131 #if HAVE_STRINGS_H | |
132 # include <strings.h> | |
133 #endif | |
134 #if HAVE_INTTYPES_H | |
135 # include <inttypes.h> | |
136 #else | |
137 # if HAVE_STDINT_H | |
138 # include <stdint.h> | |
139 # endif | |
140 #endif | |
141 #if HAVE_UNISTD_H | |
142 # include <unistd.h> | |
143 #endif" | |
25897 | 144 |
145 # Initialize some variables set by options. | |
40056 | 146 ac_init_help= |
147 ac_init_version=false | |
25897 | 148 # The variables have the same names as the options, with |
149 # dashes changed to underlines. | |
40056 | 150 cache_file=/dev/null |
25897 | 151 exec_prefix=NONE |
152 no_create= | |
153 no_recursion= | |
154 prefix=NONE | |
155 program_prefix=NONE | |
156 program_suffix=NONE | |
157 program_transform_name=s,x,x, | |
158 silent= | |
159 site= | |
160 srcdir= | |
161 verbose= | |
162 x_includes=NONE | |
163 x_libraries=NONE | |
40056 | 164 |
165 # Installation directory options. | |
166 # These are left unexpanded so users can "make install exec_prefix=/foo" | |
167 # and all the variables that are supposed to be based on exec_prefix | |
168 # by default will actually change. | |
169 # Use braces instead of parens because sh, perl, etc. also accept them. | |
25897 | 170 bindir='${exec_prefix}/bin' |
171 sbindir='${exec_prefix}/sbin' | |
172 libexecdir='${exec_prefix}/libexec' | |
173 datadir='${prefix}/share' | |
174 sysconfdir='${prefix}/etc' | |
175 sharedstatedir='${prefix}/com' | |
176 localstatedir='${prefix}/var' | |
177 libdir='${exec_prefix}/lib' | |
178 includedir='${prefix}/include' | |
179 oldincludedir='/usr/include' | |
180 infodir='${prefix}/info' | |
181 mandir='${prefix}/man' | |
182 | |
40056 | 183 # Identity of this package. |
184 PACKAGE_NAME= | |
185 PACKAGE_TARNAME= | |
186 PACKAGE_VERSION= | |
187 PACKAGE_STRING= | |
188 PACKAGE_BUGREPORT= | |
25897 | 189 |
190 ac_prev= | |
191 for ac_option | |
192 do | |
193 # If the previous option needs an argument, assign it. | |
194 if test -n "$ac_prev"; then | |
195 eval "$ac_prev=\$ac_option" | |
196 ac_prev= | |
197 continue | |
198 fi | |
199 | |
40056 | 200 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'` |
25897 | 201 |
202 # Accept the important Cygnus configure options, so we can diagnose typos. | |
203 | |
40056 | 204 case $ac_option in |
25897 | 205 |
206 -bindir | --bindir | --bindi | --bind | --bin | --bi) | |
207 ac_prev=bindir ;; | |
208 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) | |
40056 | 209 bindir=$ac_optarg ;; |
25897 | 210 |
211 -build | --build | --buil | --bui | --bu) | |
40056 | 212 ac_prev=build_alias ;; |
25897 | 213 -build=* | --build=* | --buil=* | --bui=* | --bu=*) |
40056 | 214 build_alias=$ac_optarg ;; |
25897 | 215 |
216 -cache-file | --cache-file | --cache-fil | --cache-fi \ | |
217 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) | |
218 ac_prev=cache_file ;; | |
219 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ | |
220 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) | |
40056 | 221 cache_file=$ac_optarg ;; |
222 | |
223 --config-cache | -C) | |
224 cache_file=config.cache ;; | |
25897 | 225 |
226 -datadir | --datadir | --datadi | --datad | --data | --dat | --da) | |
227 ac_prev=datadir ;; | |
228 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \ | |
229 | --da=*) | |
40056 | 230 datadir=$ac_optarg ;; |
25897 | 231 |
232 -disable-* | --disable-*) | |
40056 | 233 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` |
25897 | 234 # Reject names that are not valid shell variable names. |
40056 | 235 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && |
236 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 | |
237 { (exit 1); exit 1; }; } | |
238 ac_feature=`echo $ac_feature | sed 's/-/_/g'` | |
239 eval "enable_$ac_feature=no" ;; | |
25897 | 240 |
241 -enable-* | --enable-*) | |
40056 | 242 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` |
25897 | 243 # Reject names that are not valid shell variable names. |
40056 | 244 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && |
245 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 | |
246 { (exit 1); exit 1; }; } | |
247 ac_feature=`echo $ac_feature | sed 's/-/_/g'` | |
248 case $ac_option in | |
249 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; | |
25897 | 250 *) ac_optarg=yes ;; |
251 esac | |
40056 | 252 eval "enable_$ac_feature='$ac_optarg'" ;; |
25897 | 253 |
254 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ | |
255 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ | |
256 | --exec | --exe | --ex) | |
257 ac_prev=exec_prefix ;; | |
258 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ | |
259 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ | |
260 | --exec=* | --exe=* | --ex=*) | |
40056 | 261 exec_prefix=$ac_optarg ;; |
25897 | 262 |
263 -gas | --gas | --ga | --g) | |
264 # Obsolete; use --with-gas. | |
265 with_gas=yes ;; | |
266 | |
40056 | 267 -help | --help | --hel | --he | -h) |
268 ac_init_help=long ;; | |
269 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) | |
270 ac_init_help=recursive ;; | |
271 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) | |
272 ac_init_help=short ;; | |
25897 | 273 |
274 -host | --host | --hos | --ho) | |
40056 | 275 ac_prev=host_alias ;; |
25897 | 276 -host=* | --host=* | --hos=* | --ho=*) |
40056 | 277 host_alias=$ac_optarg ;; |
25897 | 278 |
279 -includedir | --includedir | --includedi | --included | --include \ | |
280 | --includ | --inclu | --incl | --inc) | |
281 ac_prev=includedir ;; | |
282 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ | |
283 | --includ=* | --inclu=* | --incl=* | --inc=*) | |
40056 | 284 includedir=$ac_optarg ;; |
25897 | 285 |
286 -infodir | --infodir | --infodi | --infod | --info | --inf) | |
287 ac_prev=infodir ;; | |
288 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) | |
40056 | 289 infodir=$ac_optarg ;; |
25897 | 290 |
291 -libdir | --libdir | --libdi | --libd) | |
292 ac_prev=libdir ;; | |
293 -libdir=* | --libdir=* | --libdi=* | --libd=*) | |
40056 | 294 libdir=$ac_optarg ;; |
25897 | 295 |
296 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ | |
297 | --libexe | --libex | --libe) | |
298 ac_prev=libexecdir ;; | |
299 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ | |
300 | --libexe=* | --libex=* | --libe=*) | |
40056 | 301 libexecdir=$ac_optarg ;; |
25897 | 302 |
303 -localstatedir | --localstatedir | --localstatedi | --localstated \ | |
304 | --localstate | --localstat | --localsta | --localst \ | |
305 | --locals | --local | --loca | --loc | --lo) | |
306 ac_prev=localstatedir ;; | |
307 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ | |
308 | --localstate=* | --localstat=* | --localsta=* | --localst=* \ | |
309 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*) | |
40056 | 310 localstatedir=$ac_optarg ;; |
25897 | 311 |
312 -mandir | --mandir | --mandi | --mand | --man | --ma | --m) | |
313 ac_prev=mandir ;; | |
314 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) | |
40056 | 315 mandir=$ac_optarg ;; |
25897 | 316 |
317 -nfp | --nfp | --nf) | |
318 # Obsolete; use --without-fp. | |
319 with_fp=no ;; | |
320 | |
321 -no-create | --no-create | --no-creat | --no-crea | --no-cre \ | |
322 | --no-cr | --no-c) | |
323 no_create=yes ;; | |
324 | |
325 -no-recursion | --no-recursion | --no-recursio | --no-recursi \ | |
326 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) | |
327 no_recursion=yes ;; | |
328 | |
329 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ | |
330 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ | |
331 | --oldin | --oldi | --old | --ol | --o) | |
332 ac_prev=oldincludedir ;; | |
333 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ | |
334 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ | |
335 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) | |
40056 | 336 oldincludedir=$ac_optarg ;; |
25897 | 337 |
338 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) | |
339 ac_prev=prefix ;; | |
340 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) | |
40056 | 341 prefix=$ac_optarg ;; |
25897 | 342 |
343 -program-prefix | --program-prefix | --program-prefi | --program-pref \ | |
344 | --program-pre | --program-pr | --program-p) | |
345 ac_prev=program_prefix ;; | |
346 -program-prefix=* | --program-prefix=* | --program-prefi=* \ | |
347 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) | |
40056 | 348 program_prefix=$ac_optarg ;; |
25897 | 349 |
350 -program-suffix | --program-suffix | --program-suffi | --program-suff \ | |
351 | --program-suf | --program-su | --program-s) | |
352 ac_prev=program_suffix ;; | |
353 -program-suffix=* | --program-suffix=* | --program-suffi=* \ | |
354 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) | |
40056 | 355 program_suffix=$ac_optarg ;; |
25897 | 356 |
357 -program-transform-name | --program-transform-name \ | |
358 | --program-transform-nam | --program-transform-na \ | |
359 | --program-transform-n | --program-transform- \ | |
360 | --program-transform | --program-transfor \ | |
361 | --program-transfo | --program-transf \ | |
362 | --program-trans | --program-tran \ | |
363 | --progr-tra | --program-tr | --program-t) | |
364 ac_prev=program_transform_name ;; | |
365 -program-transform-name=* | --program-transform-name=* \ | |
366 | --program-transform-nam=* | --program-transform-na=* \ | |
367 | --program-transform-n=* | --program-transform-=* \ | |
368 | --program-transform=* | --program-transfor=* \ | |
369 | --program-transfo=* | --program-transf=* \ | |
370 | --program-trans=* | --program-tran=* \ | |
371 | --progr-tra=* | --program-tr=* | --program-t=*) | |
40056 | 372 program_transform_name=$ac_optarg ;; |
25897 | 373 |
374 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | |
375 | -silent | --silent | --silen | --sile | --sil) | |
376 silent=yes ;; | |
377 | |
378 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) | |
379 ac_prev=sbindir ;; | |
380 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ | |
381 | --sbi=* | --sb=*) | |
40056 | 382 sbindir=$ac_optarg ;; |
25897 | 383 |
384 -sharedstatedir | --sharedstatedir | --sharedstatedi \ | |
385 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ | |
386 | --sharedst | --shareds | --shared | --share | --shar \ | |
387 | --sha | --sh) | |
388 ac_prev=sharedstatedir ;; | |
389 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ | |
390 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ | |
391 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ | |
392 | --sha=* | --sh=*) | |
40056 | 393 sharedstatedir=$ac_optarg ;; |
25897 | 394 |
395 -site | --site | --sit) | |
396 ac_prev=site ;; | |
397 -site=* | --site=* | --sit=*) | |
40056 | 398 site=$ac_optarg ;; |
25897 | 399 |
400 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) | |
401 ac_prev=srcdir ;; | |
402 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) | |
40056 | 403 srcdir=$ac_optarg ;; |
25897 | 404 |
405 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ | |
406 | --syscon | --sysco | --sysc | --sys | --sy) | |
407 ac_prev=sysconfdir ;; | |
408 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ | |
409 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) | |
40056 | 410 sysconfdir=$ac_optarg ;; |
25897 | 411 |
412 -target | --target | --targe | --targ | --tar | --ta | --t) | |
40056 | 413 ac_prev=target_alias ;; |
25897 | 414 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) |
40056 | 415 target_alias=$ac_optarg ;; |
25897 | 416 |
417 -v | -verbose | --verbose | --verbos | --verbo | --verb) | |
418 verbose=yes ;; | |
419 | |
40056 | 420 -version | --version | --versio | --versi | --vers | -V) |
421 ac_init_version=: ;; | |
25897 | 422 |
423 -with-* | --with-*) | |
40056 | 424 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` |
25897 | 425 # Reject names that are not valid shell variable names. |
40056 | 426 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && |
427 { echo "$as_me: error: invalid package name: $ac_package" >&2 | |
428 { (exit 1); exit 1; }; } | |
25897 | 429 ac_package=`echo $ac_package| sed 's/-/_/g'` |
40056 | 430 case $ac_option in |
431 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; | |
25897 | 432 *) ac_optarg=yes ;; |
433 esac | |
40056 | 434 eval "with_$ac_package='$ac_optarg'" ;; |
25897 | 435 |
436 -without-* | --without-*) | |
40056 | 437 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` |
25897 | 438 # Reject names that are not valid shell variable names. |
40056 | 439 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && |
440 { echo "$as_me: error: invalid package name: $ac_package" >&2 | |
441 { (exit 1); exit 1; }; } | |
442 ac_package=`echo $ac_package | sed 's/-/_/g'` | |
443 eval "with_$ac_package=no" ;; | |
25897 | 444 |
445 --x) | |
446 # Obsolete; use --with-x. | |
447 with_x=yes ;; | |
448 | |
449 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ | |
450 | --x-incl | --x-inc | --x-in | --x-i) | |
451 ac_prev=x_includes ;; | |
452 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ | |
453 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) | |
40056 | 454 x_includes=$ac_optarg ;; |
25897 | 455 |
456 -x-libraries | --x-libraries | --x-librarie | --x-librari \ | |
457 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) | |
458 ac_prev=x_libraries ;; | |
459 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ | |
460 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) | |
40056 | 461 x_libraries=$ac_optarg ;; |
462 | |
463 -*) { echo "$as_me: error: unrecognized option: $ac_option | |
464 Try \`$0 --help' for more information." >&2 | |
465 { (exit 1); exit 1; }; } | |
25897 | 466 ;; |
467 | |
40056 | 468 *=*) |
469 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` | |
470 # Reject names that are not valid shell variable names. | |
471 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && | |
472 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 | |
473 { (exit 1); exit 1; }; } | |
474 ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` | |
475 eval "$ac_envvar='$ac_optarg'" | |
476 export $ac_envvar ;; | |
477 | |
25897 | 478 *) |
40056 | 479 # FIXME: should be removed in autoconf 3.0. |
480 echo "$as_me: WARNING: you should use --build, --host, --target" >&2 | |
481 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && | |
482 echo "$as_me: WARNING: invalid host type: $ac_option" >&2 | |
483 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} | |
25897 | 484 ;; |
485 | |
486 esac | |
487 done | |
488 | |
489 if test -n "$ac_prev"; then | |
40056 | 490 ac_option=--`echo $ac_prev | sed 's/_/-/g'` |
491 { echo "$as_me: error: missing argument to $ac_option" >&2 | |
492 { (exit 1); exit 1; }; } | |
493 fi | |
494 | |
495 # Be sure to have absolute paths. | |
496 for ac_var in exec_prefix prefix | |
25897 | 497 do |
40056 | 498 eval ac_val=$`echo $ac_var` |
499 case $ac_val in | |
500 [\\/$]* | ?:[\\/]* | NONE | '' ) ;; | |
501 *) { echo "$as_me: error: expected an absolute path for --$ac_var: $ac_val" >&2 | |
502 { (exit 1); exit 1; }; };; | |
25897 | 503 esac |
504 done | |
505 | |
40056 | 506 # Be sure to have absolute paths. |
507 for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \ | |
508 localstatedir libdir includedir oldincludedir infodir mandir | |
509 do | |
510 eval ac_val=$`echo $ac_var` | |
511 case $ac_val in | |
512 [\\/$]* | ?:[\\/]* ) ;; | |
513 *) { echo "$as_me: error: expected an absolute path for --$ac_var: $ac_val" >&2 | |
514 { (exit 1); exit 1; }; };; | |
515 esac | |
516 done | |
517 | |
518 # There might be people who depend on the old broken behavior: `$host' | |
519 # used to hold the argument of --host etc. | |
520 build=$build_alias | |
521 host=$host_alias | |
522 target=$target_alias | |
523 | |
524 # FIXME: should be removed in autoconf 3.0. | |
525 if test "x$host_alias" != x; then | |
526 if test "x$build_alias" = x; then | |
527 cross_compiling=maybe | |
528 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. | |
529 If a cross compiler is detected then cross compile mode will be used." >&2 | |
530 elif test "x$build_alias" != "x$host_alias"; then | |
531 cross_compiling=yes | |
532 fi | |
533 fi | |
534 | |
535 ac_tool_prefix= | |
536 test -n "$host_alias" && ac_tool_prefix=$host_alias- | |
537 | |
538 test "$silent" = yes && exec 6>/dev/null | |
25897 | 539 |
540 # Find the source files, if location was not specified. | |
541 if test -z "$srcdir"; then | |
542 ac_srcdir_defaulted=yes | |
543 # Try the directory containing this script, then its parent. | |
544 ac_prog=$0 | |
40056 | 545 ac_confdir=`echo "$ac_prog" | sed 's%[\\/][^\\/][^\\/]*$%%'` |
25897 | 546 test "x$ac_confdir" = "x$ac_prog" && ac_confdir=. |
547 srcdir=$ac_confdir | |
548 if test ! -r $srcdir/$ac_unique_file; then | |
549 srcdir=.. | |
550 fi | |
551 else | |
552 ac_srcdir_defaulted=no | |
553 fi | |
554 if test ! -r $srcdir/$ac_unique_file; then | |
555 if test "$ac_srcdir_defaulted" = yes; then | |
40056 | 556 { echo "$as_me: error: cannot find sources in $ac_confdir or .." >&2 |
557 { (exit 1); exit 1; }; } | |
25897 | 558 else |
40056 | 559 { echo "$as_me: error: cannot find sources in $srcdir" >&2 |
560 { (exit 1); exit 1; }; } | |
561 fi | |
562 fi | |
563 srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'` | |
564 ac_env_build_alias_set=${build_alias+set} | |
565 ac_env_build_alias_value=$build_alias | |
566 ac_cv_env_build_alias_set=${build_alias+set} | |
567 ac_cv_env_build_alias_value=$build_alias | |
568 ac_env_host_alias_set=${host_alias+set} | |
569 ac_env_host_alias_value=$host_alias | |
570 ac_cv_env_host_alias_set=${host_alias+set} | |
571 ac_cv_env_host_alias_value=$host_alias | |
572 ac_env_target_alias_set=${target_alias+set} | |
573 ac_env_target_alias_value=$target_alias | |
574 ac_cv_env_target_alias_set=${target_alias+set} | |
575 ac_cv_env_target_alias_value=$target_alias | |
576 ac_env_CC_set=${CC+set} | |
577 ac_env_CC_value=$CC | |
578 ac_cv_env_CC_set=${CC+set} | |
579 ac_cv_env_CC_value=$CC | |
580 ac_env_CFLAGS_set=${CFLAGS+set} | |
581 ac_env_CFLAGS_value=$CFLAGS | |
582 ac_cv_env_CFLAGS_set=${CFLAGS+set} | |
583 ac_cv_env_CFLAGS_value=$CFLAGS | |
584 ac_env_LDFLAGS_set=${LDFLAGS+set} | |
585 ac_env_LDFLAGS_value=$LDFLAGS | |
586 ac_cv_env_LDFLAGS_set=${LDFLAGS+set} | |
587 ac_cv_env_LDFLAGS_value=$LDFLAGS | |
588 ac_env_CPPFLAGS_set=${CPPFLAGS+set} | |
589 ac_env_CPPFLAGS_value=$CPPFLAGS | |
590 ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set} | |
591 ac_cv_env_CPPFLAGS_value=$CPPFLAGS | |
592 ac_env_CPP_set=${CPP+set} | |
593 ac_env_CPP_value=$CPP | |
594 ac_cv_env_CPP_set=${CPP+set} | |
595 ac_cv_env_CPP_value=$CPP | |
596 | |
597 # | |
598 # Report the --help message. | |
599 # | |
600 if test "$ac_init_help" = "long"; then | |
601 # Omit some internal or obsolete options to make the list less imposing. | |
602 # This message is too long to be a string in the A/UX 3.1 sh. | |
603 cat <<EOF | |
604 \`configure' configures this package to adapt to many kinds of systems. | |
605 | |
606 Usage: $0 [OPTION]... [VAR=VALUE]... | |
607 | |
608 To assign environment variables (e.g., CC, CFLAGS...), specify them as | |
609 VAR=VALUE. See below for descriptions of some of the useful variables. | |
610 | |
611 Defaults for the options are specified in brackets. | |
612 | |
613 Configuration: | |
614 -h, --help display this help and exit | |
615 --help=short display options specific to this package | |
616 --help=recursive display the short help of all the included packages | |
617 -V, --version display version information and exit | |
618 -q, --quiet, --silent do not print \`checking...' messages | |
619 --cache-file=FILE cache test results in FILE [disabled] | |
620 -C, --config-cache alias for \`--cache-file=config.cache' | |
621 -n, --no-create do not create output files | |
622 --srcdir=DIR find the sources in DIR [configure dir or \`..'] | |
623 | |
624 EOF | |
625 | |
626 cat <<EOF | |
627 Installation directories: | |
628 --prefix=PREFIX install architecture-independent files in PREFIX | |
629 [$ac_default_prefix] | |
630 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX | |
631 [PREFIX] | |
632 | |
633 By default, \`make install' will install all the files in | |
634 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify | |
635 an installation prefix other than \`$ac_default_prefix' using \`--prefix', | |
636 for instance \`--prefix=\$HOME'. | |
637 | |
638 For better control, use the options below. | |
639 | |
640 Fine tuning of the installation directories: | |
641 --bindir=DIR user executables [EPREFIX/bin] | |
642 --sbindir=DIR system admin executables [EPREFIX/sbin] | |
643 --libexecdir=DIR program executables [EPREFIX/libexec] | |
644 --datadir=DIR read-only architecture-independent data [PREFIX/share] | |
645 --sysconfdir=DIR read-only single-machine data [PREFIX/etc] | |
646 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] | |
647 --localstatedir=DIR modifiable single-machine data [PREFIX/var] | |
648 --libdir=DIR object code libraries [EPREFIX/lib] | |
649 --includedir=DIR C header files [PREFIX/include] | |
650 --oldincludedir=DIR C header files for non-gcc [/usr/include] | |
651 --infodir=DIR info documentation [PREFIX/info] | |
652 --mandir=DIR man documentation [PREFIX/man] | |
653 EOF | |
654 | |
655 cat <<\EOF | |
656 | |
41100 | 657 Program names: |
658 --program-prefix=PREFIX prepend PREFIX to installed program names | |
659 --program-suffix=SUFFIX append SUFFIX to installed program names | |
660 --program-transform-name=PROGRAM run sed PROGRAM on installed program names | |
661 | |
40056 | 662 X features: |
663 --x-includes=DIR X include files are in DIR | |
664 --x-libraries=DIR X library files are in DIR | |
665 | |
666 System types: | |
667 --build=BUILD configure for building on BUILD [guessed] | |
668 --host=HOST build programs to run on HOST [BUILD] | |
669 EOF | |
670 fi | |
671 | |
672 if test -n "$ac_init_help"; then | |
673 | |
674 cat <<\EOF | |
675 | |
676 Optional Features: | |
677 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) | |
678 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] | |
679 --disable-largefile omit support for large files | |
680 | |
681 Optional Packages: | |
682 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] | |
683 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) | |
684 --without-gcc don't use GCC to compile Emacs if GCC is found | |
685 --without-pop don't support POP mail retrieval with movemail | |
686 --with-kerberos support Kerberos-authenticated POP | |
687 --with-kerberos5 support Kerberos version 5 authenticated POP | |
688 --with-hesiod support Hesiod to get the POP server host | |
689 --with-x-toolkit=KIT use an X toolkit (KIT = yes/lucid/athena/motif/no) | |
690 --with-xpm use -lXpm for displaying XPM images | |
691 --with-jpeg use -ljpeg for displaying JPEG images | |
692 --with-tiff use -ltiff for displaying TIFF images | |
693 --with-gif use -lungif for displaying GIF images | |
694 --with-png use -lpng for displaying PNG images | |
695 --without-toolkit-scroll-bars | |
40632 | 696 don't use Motif or Xaw3d scroll bars |
697 --without-xim don't use X11 XIM | |
40056 | 698 --with-x use the X Window System |
699 | |
700 Some influential environment variables: | |
701 CC C compiler command | |
702 CFLAGS C compiler flags | |
703 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a | |
704 nonstandard directory <lib dir> | |
705 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have | |
706 headers in a nonstandard directory <include dir> | |
707 CPP C preprocessor | |
708 | |
709 Use these variables to override the choices made by `configure' or to help | |
710 it to find libraries and programs with nonstandard names/locations. | |
711 | |
712 EOF | |
713 fi | |
714 | |
715 if test "$ac_init_help" = "recursive"; then | |
716 # If there are subdirs, report their specific --help. | |
717 ac_popdir=`pwd` | |
718 for ac_subdir in : $ac_subdirs_all; do test "x$ac_subdir" = x: && continue | |
719 cd $ac_subdir | |
720 # A "../" for each directory in /$ac_subdir. | |
721 ac_dots=`echo $ac_subdir | | |
722 sed 's,^\./,,;s,[^/]$,&/,;s,[^/]*/,../,g'` | |
723 | |
724 case $srcdir in | |
725 .) # No --srcdir option. We are building in place. | |
726 ac_sub_srcdir=$srcdir ;; | |
727 [\\/]* | ?:[\\/]* ) # Absolute path. | |
728 ac_sub_srcdir=$srcdir/$ac_subdir ;; | |
729 *) # Relative path. | |
730 ac_sub_srcdir=$ac_dots$srcdir/$ac_subdir ;; | |
731 esac | |
732 | |
733 # Check for guested configure; otherwise get Cygnus style configure. | |
734 if test -f $ac_sub_srcdir/configure.gnu; then | |
735 echo | |
736 $SHELL $ac_sub_srcdir/configure.gnu --help=recursive | |
737 elif test -f $ac_sub_srcdir/configure; then | |
738 echo | |
739 $SHELL $ac_sub_srcdir/configure --help=recursive | |
740 elif test -f $ac_sub_srcdir/configure.ac || | |
741 test -f $ac_sub_srcdir/configure.in; then | |
742 echo | |
743 $ac_configure --help | |
744 else | |
745 echo "$as_me: WARNING: no configuration information is in $ac_subdir" >&2 | |
746 fi | |
747 cd $ac_popdir | |
748 done | |
749 fi | |
750 | |
751 test -n "$ac_init_help" && exit 0 | |
752 if $ac_init_version; then | |
753 cat <<\EOF | |
754 | |
755 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001 | |
756 Free Software Foundation, Inc. | |
757 This configure script is free software; the Free Software Foundation | |
758 gives unlimited permission to copy, distribute and modify it. | |
759 EOF | |
760 exit 0 | |
761 fi | |
762 exec 5>config.log | |
763 cat >&5 <<EOF | |
764 This file contains any messages produced by compilers while | |
765 running configure, to aid debugging if configure makes a mistake. | |
766 | |
767 It was created by $as_me, which was | |
768 generated by GNU Autoconf 2.52. Invocation command line was | |
769 | |
770 $ $0 $@ | |
771 | |
772 EOF | |
773 { | |
774 cat <<_ASUNAME | |
775 ## ---------- ## | |
776 ## Platform. ## | |
777 ## ---------- ## | |
778 | |
779 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` | |
780 uname -m = `(uname -m) 2>/dev/null || echo unknown` | |
781 uname -r = `(uname -r) 2>/dev/null || echo unknown` | |
782 uname -s = `(uname -s) 2>/dev/null || echo unknown` | |
783 uname -v = `(uname -v) 2>/dev/null || echo unknown` | |
784 | |
785 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` | |
786 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` | |
787 | |
788 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` | |
789 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` | |
790 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` | |
791 hostinfo = `(hostinfo) 2>/dev/null || echo unknown` | |
792 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` | |
793 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` | |
794 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` | |
795 | |
796 PATH = $PATH | |
797 | |
798 _ASUNAME | |
799 } >&5 | |
800 | |
801 cat >&5 <<EOF | |
802 ## ------------ ## | |
803 ## Core tests. ## | |
804 ## ------------ ## | |
805 | |
806 EOF | |
807 | |
808 # Keep a trace of the command line. | |
809 # Strip out --no-create and --no-recursion so they do not pile up. | |
810 # Also quote any args containing shell meta-characters. | |
811 ac_configure_args= | |
812 ac_sep= | |
813 for ac_arg | |
814 do | |
815 case $ac_arg in | |
816 -no-create | --no-create | --no-creat | --no-crea | --no-cre \ | |
817 | --no-cr | --no-c) ;; | |
818 -no-recursion | --no-recursion | --no-recursio | --no-recursi \ | |
819 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;; | |
820 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) | |
821 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` | |
822 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'" | |
823 ac_sep=" " ;; | |
824 *) ac_configure_args="$ac_configure_args$ac_sep$ac_arg" | |
825 ac_sep=" " ;; | |
826 esac | |
827 # Get rid of the leading space. | |
828 done | |
829 | |
830 # When interrupted or exit'd, cleanup temporary files, and complete | |
831 # config.log. We remove comments because anyway the quotes in there | |
832 # would cause problems or look ugly. | |
833 trap 'exit_status=$? | |
834 # Save into config.log some information that might help in debugging. | |
835 echo >&5 | |
836 echo "## ----------------- ##" >&5 | |
837 echo "## Cache variables. ##" >&5 | |
838 echo "## ----------------- ##" >&5 | |
839 echo >&5 | |
840 # The following way of writing the cache mishandles newlines in values, | |
841 { | |
842 (set) 2>&1 | | |
843 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in | |
844 *ac_space=\ *) | |
845 sed -n \ | |
846 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g; | |
847 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p" | |
848 ;; | |
849 *) | |
850 sed -n \ | |
851 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" | |
852 ;; | |
853 esac; | |
854 } >&5 | |
855 sed "/^$/d" confdefs.h >conftest.log | |
856 if test -s conftest.log; then | |
857 echo >&5 | |
858 echo "## ------------ ##" >&5 | |
859 echo "## confdefs.h. ##" >&5 | |
860 echo "## ------------ ##" >&5 | |
861 echo >&5 | |
862 cat conftest.log >&5 | |
863 fi | |
864 (echo; echo) >&5 | |
865 test "$ac_signal" != 0 && | |
866 echo "$as_me: caught signal $ac_signal" >&5 | |
867 echo "$as_me: exit $exit_status" >&5 | |
868 rm -rf conftest* confdefs* core core.* *.core conf$$* $ac_clean_files && | |
869 exit $exit_status | |
870 ' 0 | |
871 for ac_signal in 1 2 13 15; do | |
872 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal | |
873 done | |
874 ac_signal=0 | |
875 | |
876 # confdefs.h avoids OS command line length limits that DEFS can exceed. | |
877 rm -rf conftest* confdefs.h | |
878 # AIX cpp loses on an empty file, so make sure it contains at least a newline. | |
879 echo >confdefs.h | |
880 | |
881 # Let the site file select an alternate cache file if it wants to. | |
25897 | 882 # Prefer explicitly selected file to automatically selected ones. |
883 if test -z "$CONFIG_SITE"; then | |
884 if test "x$prefix" != xNONE; then | |
885 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" | |
886 else | |
887 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" | |
888 fi | |
889 fi | |
890 for ac_site_file in $CONFIG_SITE; do | |
891 if test -r "$ac_site_file"; then | |
41100 | 892 { echo "$as_me:892: loading site script $ac_site_file" >&5 |
40056 | 893 echo "$as_me: loading site script $ac_site_file" >&6;} |
894 cat "$ac_site_file" >&5 | |
25897 | 895 . "$ac_site_file" |
896 fi | |
897 done | |
898 | |
899 if test -r "$cache_file"; then | |
40056 | 900 # Some versions of bash will fail to source /dev/null (special |
901 # files actually), so we avoid doing that. | |
902 if test -f "$cache_file"; then | |
41100 | 903 { echo "$as_me:903: loading cache $cache_file" >&5 |
40056 | 904 echo "$as_me: loading cache $cache_file" >&6;} |
905 case $cache_file in | |
906 [\\/]* | ?:[\\/]* ) . $cache_file;; | |
907 *) . ./$cache_file;; | |
908 esac | |
909 fi | |
910 else | |
41100 | 911 { echo "$as_me:911: creating cache $cache_file" >&5 |
40056 | 912 echo "$as_me: creating cache $cache_file" >&6;} |
913 >$cache_file | |
914 fi | |
915 | |
916 # Check that the precious variables saved in the cache have kept the same | |
917 # value. | |
918 ac_cache_corrupted=false | |
919 for ac_var in `(set) 2>&1 | | |
920 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do | |
921 eval ac_old_set=\$ac_cv_env_${ac_var}_set | |
922 eval ac_new_set=\$ac_env_${ac_var}_set | |
923 eval ac_old_val="\$ac_cv_env_${ac_var}_value" | |
924 eval ac_new_val="\$ac_env_${ac_var}_value" | |
925 case $ac_old_set,$ac_new_set in | |
926 set,) | |
41100 | 927 { echo "$as_me:927: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 |
40056 | 928 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} |
929 ac_cache_corrupted=: ;; | |
930 ,set) | |
41100 | 931 { echo "$as_me:931: error: \`$ac_var' was not set in the previous run" >&5 |
40056 | 932 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} |
933 ac_cache_corrupted=: ;; | |
934 ,);; | |
935 *) | |
936 if test "x$ac_old_val" != "x$ac_new_val"; then | |
41100 | 937 { echo "$as_me:937: error: \`$ac_var' has changed since the previous run:" >&5 |
40056 | 938 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} |
41100 | 939 { echo "$as_me:939: former value: $ac_old_val" >&5 |
40056 | 940 echo "$as_me: former value: $ac_old_val" >&2;} |
41100 | 941 { echo "$as_me:941: current value: $ac_new_val" >&5 |
40056 | 942 echo "$as_me: current value: $ac_new_val" >&2;} |
943 ac_cache_corrupted=: | |
944 fi;; | |
945 esac | |
946 # Pass precious variables to config.status. It doesn't matter if | |
947 # we pass some twice (in addition to the command line arguments). | |
948 if test "$ac_new_set" = set; then | |
949 case $ac_new_val in | |
950 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) | |
951 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` | |
952 ac_configure_args="$ac_configure_args '$ac_arg'" | |
953 ;; | |
954 *) ac_configure_args="$ac_configure_args $ac_var=$ac_new_val" | |
955 ;; | |
956 esac | |
957 fi | |
958 done | |
959 if $ac_cache_corrupted; then | |
41100 | 960 { echo "$as_me:960: error: changes in the environment can compromise the build" >&5 |
40056 | 961 echo "$as_me: error: changes in the environment can compromise the build" >&2;} |
41100 | 962 { { echo "$as_me:962: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 |
40056 | 963 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} |
964 { (exit 1); exit 1; }; } | |
25897 | 965 fi |
966 | |
967 ac_ext=c | |
968 ac_cpp='$CPP $CPPFLAGS' | |
40056 | 969 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
970 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
971 ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
972 | |
973 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in | |
974 *c*,-n*) ECHO_N= ECHO_C=' | |
975 ' ECHO_T=' ' ;; | |
976 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; | |
977 *) ECHO_N= ECHO_C='\c' ECHO_T= ;; | |
978 esac | |
979 echo "#! $SHELL" >conftest.sh | |
980 echo "exit 0" >>conftest.sh | |
981 chmod +x conftest.sh | |
41100 | 982 if { (echo "$as_me:982: PATH=\".;.\"; conftest.sh") >&5 |
40056 | 983 (PATH=".;."; conftest.sh) 2>&5 |
984 ac_status=$? | |
41100 | 985 echo "$as_me:985: \$? = $ac_status" >&5 |
40056 | 986 (exit $ac_status); }; then |
987 ac_path_separator=';' | |
988 else | |
989 ac_path_separator=: | |
990 fi | |
991 PATH_SEPARATOR="$ac_path_separator" | |
992 rm -f conftest.sh | |
993 | |
994 ac_config_headers="$ac_config_headers src/config.h:src/config.in" | |
25897 | 995 |
41100 | 996 test "$program_prefix" != NONE && |
997 program_transform_name="s,^,$program_prefix,;$program_transform_name" | |
998 # Use a double $ so make ignores it. | |
999 test "$program_suffix" != NONE && | |
1000 program_transform_name="s,\$,$program_suffix,;$program_transform_name" | |
1001 # Double any \ or $. echo might interpret backslashes. | |
1002 # By default was `s,x,x', remove it if useless. | |
1003 cat <<\_ACEOF >conftest.sed | |
1004 s/[\\$]/&&/g;s/;s,x,x,$// | |
1005 _ACEOF | |
1006 program_transform_name=`echo $program_transform_name | sed -f conftest.sed` | |
1007 rm conftest.sed | |
1008 | |
25897 | 1009 lispdir='${datadir}/emacs/${version}/lisp' |
1010 locallisppath='${datadir}/emacs/${version}/site-lisp:'\ | |
1011 '${datadir}/emacs/site-lisp:${datadir}/emacs/${version}/leim' | |
1012 lisppath='${locallisppath}:${lispdir}' | |
1013 etcdir='${datadir}/emacs/${version}/etc' | |
1014 archlibdir='${libexecdir}/emacs/${version}/${configuration}' | |
1015 docdir='${datadir}/emacs/${version}/etc' | |
1016 | |
1017 # Check whether --with-gcc or --without-gcc was given. | |
1018 if test "${with_gcc+set}" = set; then | |
1019 withval="$with_gcc" | |
40056 | 1020 |
1021 fi; | |
25897 | 1022 |
1023 # Check whether --with-pop or --without-pop was given. | |
1024 if test "${with_pop+set}" = set; then | |
1025 withval="$with_pop" | |
25994 | 1026 if test "$withval" = yes; then |
40056 | 1027 cat >>confdefs.h <<\EOF |
25897 | 1028 #define MAIL_USE_POP 1 |
1029 EOF | |
1030 | |
25994 | 1031 else : |
1032 fi | |
26382
78660eeae4b2
Fix change for --with-pop default.
Dave Love <fx@gnu.org>
parents:
26081
diff
changeset
|
1033 else |
40056 | 1034 cat >>confdefs.h <<\EOF |
26382
78660eeae4b2
Fix change for --with-pop default.
Dave Love <fx@gnu.org>
parents:
26081
diff
changeset
|
1035 #define MAIL_USE_POP 1 |
78660eeae4b2
Fix change for --with-pop default.
Dave Love <fx@gnu.org>
parents:
26081
diff
changeset
|
1036 EOF |
78660eeae4b2
Fix change for --with-pop default.
Dave Love <fx@gnu.org>
parents:
26081
diff
changeset
|
1037 |
40056 | 1038 fi; |
25897 | 1039 |
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
1040 # Check whether --with-kerberos or --without-kerberos was given. |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
1041 if test "${with_kerberos+set}" = set; then |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
1042 withval="$with_kerberos" |
40056 | 1043 cat >>confdefs.h <<\EOF |
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
1044 #define KERBEROS 1 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
1045 EOF |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
1046 |
40056 | 1047 fi; |
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
1048 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
1049 # Check whether --with-kerberos5 or --without-kerberos5 was given. |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
1050 if test "${with_kerberos5+set}" = set; then |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
1051 withval="$with_kerberos5" |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
1052 if test "${with_kerberos5+set}" = set; then |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
1053 if test "${with_kerberos+set}" != set; then |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
1054 with_kerberos=yes |
40056 | 1055 cat >>confdefs.h <<\EOF |
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
1056 #define KERBEROS 1 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
1057 EOF |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
1058 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
1059 fi |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
1060 fi |
40056 | 1061 cat >>confdefs.h <<\EOF |
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
1062 #define KERBEROS5 1 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
1063 EOF |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
1064 |
40056 | 1065 fi; |
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
1066 |
25897 | 1067 # Check whether --with-hesiod or --without-hesiod was given. |
1068 if test "${with_hesiod+set}" = set; then | |
1069 withval="$with_hesiod" | |
40056 | 1070 cat >>confdefs.h <<\EOF |
25897 | 1071 #define HESIOD 1 |
1072 EOF | |
1073 | |
40056 | 1074 fi; |
25897 | 1075 |
1076 # Check whether --with-x-toolkit or --without-x-toolkit was given. | |
1077 if test "${with_x_toolkit+set}" = set; then | |
1078 withval="$with_x_toolkit" | |
1079 case "${withval}" in | |
1080 y | ye | yes ) val=athena ;; | |
1081 n | no ) val=no ;; | |
1082 l | lu | luc | luci | lucid ) val=lucid ;; | |
1083 a | at | ath | athe | athen | athena ) val=athena ;; | |
1084 m | mo | mot | moti | motif ) val=motif ;; | |
1085 * ) | |
41100 | 1086 { { echo "$as_me:1086: error: \`--with-x-toolkit=$withval' is invalid\; |
25897 | 1087 this option's value should be \`yes', \`no', \`lucid', \`athena', or \`motif'. |
40056 | 1088 Currently, \`yes', \`athena' and \`lucid' are synonyms." >&5 |
1089 echo "$as_me: error: \`--with-x-toolkit=$withval' is invalid\; | |
1090 this option's value should be \`yes', \`no', \`lucid', \`athena', or \`motif'. | |
1091 Currently, \`yes', \`athena' and \`lucid' are synonyms." >&2;} | |
1092 { (exit 1); exit 1; }; } | |
25897 | 1093 ;; |
1094 esac | |
1095 with_x_toolkit=$val | |
1096 | |
40056 | 1097 fi; |
25897 | 1098 |
1099 # Check whether --with-xpm or --without-xpm was given. | |
1100 if test "${with_xpm+set}" = set; then | |
1101 withval="$with_xpm" | |
40056 | 1102 |
1103 fi; | |
25897 | 1104 |
1105 # Check whether --with-jpeg or --without-jpeg was given. | |
1106 if test "${with_jpeg+set}" = set; then | |
1107 withval="$with_jpeg" | |
40056 | 1108 |
1109 fi; | |
25897 | 1110 |
1111 # Check whether --with-tiff or --without-tiff was given. | |
1112 if test "${with_tiff+set}" = set; then | |
1113 withval="$with_tiff" | |
40056 | 1114 |
1115 fi; | |
25897 | 1116 |
1117 # Check whether --with-gif or --without-gif was given. | |
1118 if test "${with_gif+set}" = set; then | |
1119 withval="$with_gif" | |
40056 | 1120 |
1121 fi; | |
25897 | 1122 |
1123 # Check whether --with-png or --without-png was given. | |
1124 if test "${with_png+set}" = set; then | |
1125 withval="$with_png" | |
40056 | 1126 |
1127 fi; | |
25897 | 1128 |
1129 # Check whether --with-toolkit-scroll-bars or --without-toolkit-scroll-bars was given. | |
1130 if test "${with_toolkit_scroll_bars+set}" = set; then | |
1131 withval="$with_toolkit_scroll_bars" | |
40056 | 1132 |
1133 fi; | |
25897 | 1134 |
29949 | 1135 # Check whether --with-xim or --without-xim was given. |
1136 if test "${with_xim+set}" = set; then | |
1137 withval="$with_xim" | |
40056 | 1138 |
1139 fi; | |
25897 | 1140 |
1141 #### Make srcdir absolute, if it isn't already. It's important to | |
31153 | 1142 #### avoid running the path through pwd unnecessarily, since pwd can |
25897 | 1143 #### give you automounter prefixes, which can go away. We do all this |
1144 #### so Emacs can find its files when run uninstalled. | |
31153 | 1145 ## Make sure CDPATH doesn't affect cd (in case PWD is relative). |
1146 unset CDPATH | |
25897 | 1147 case "${srcdir}" in |
1148 /* ) ;; | |
1149 . ) | |
1150 ## We may be able to use the $PWD environment variable to make this | |
1151 ## absolute. But sometimes PWD is inaccurate. | |
31153 | 1152 if test ".${PWD}" != "." && test ".`(cd ${PWD} ; sh -c pwd)`" = ".${PWD}" ; |
25897 | 1153 then |
1154 srcdir="$PWD" | |
1155 else | |
1156 srcdir="`(cd ${srcdir}; pwd)`" | |
1157 fi | |
1158 ;; | |
1159 * ) srcdir="`(cd ${srcdir}; pwd)`" ;; | |
1160 esac | |
1161 | |
1162 #### Check if the source directory already has a configured system in it. | |
1163 if test `pwd` != `(cd ${srcdir} && pwd)` \ | |
1164 && test -f "${srcdir}/src/config.h" ; then | |
41100 | 1165 { echo "$as_me:1165: WARNING: The directory tree \`${srcdir}' is being used |
25897 | 1166 as a build directory right now; it has been configured in its own |
1167 right. To configure in another directory as well, you MUST | |
1168 use GNU make. If you do not have GNU make, then you must | |
1169 now do \`make distclean' in ${srcdir}, | |
40056 | 1170 and then run $0 again." >&5 |
1171 echo "$as_me: WARNING: The directory tree \`${srcdir}' is being used | |
1172 as a build directory right now; it has been configured in its own | |
1173 right. To configure in another directory as well, you MUST | |
1174 use GNU make. If you do not have GNU make, then you must | |
1175 now do \`make distclean' in ${srcdir}, | |
1176 and then run $0 again." >&2;} | |
25897 | 1177 |
1178 extrasub='/^VPATH[ ]*=/c\ | |
1179 vpath %.c $(srcdir)\ | |
1180 vpath %.h $(srcdir)\ | |
1181 vpath %.y $(srcdir)\ | |
1182 vpath %.l $(srcdir)\ | |
1183 vpath %.s $(srcdir)\ | |
1184 vpath %.in $(srcdir)\ | |
1185 vpath %.texi $(srcdir)' | |
1186 fi | |
1187 | |
1188 #### Given the configuration name, set machfile and opsysfile to the | |
1189 #### names of the m/*.h and s/*.h files we should use. | |
1190 | |
1191 ### Canonicalize the configuration name. | |
1192 | |
1193 ac_aux_dir= | |
1194 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do | |
1195 if test -f $ac_dir/install-sh; then | |
1196 ac_aux_dir=$ac_dir | |
1197 ac_install_sh="$ac_aux_dir/install-sh -c" | |
1198 break | |
1199 elif test -f $ac_dir/install.sh; then | |
1200 ac_aux_dir=$ac_dir | |
1201 ac_install_sh="$ac_aux_dir/install.sh -c" | |
1202 break | |
40056 | 1203 elif test -f $ac_dir/shtool; then |
1204 ac_aux_dir=$ac_dir | |
1205 ac_install_sh="$ac_aux_dir/shtool install -c" | |
1206 break | |
25897 | 1207 fi |
1208 done | |
1209 if test -z "$ac_aux_dir"; then | |
41100 | 1210 { { echo "$as_me:1210: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5 |
40056 | 1211 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;} |
1212 { (exit 1); exit 1; }; } | |
1213 fi | |
1214 ac_config_guess="$SHELL $ac_aux_dir/config.guess" | |
1215 ac_config_sub="$SHELL $ac_aux_dir/config.sub" | |
1216 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure. | |
25897 | 1217 |
1218 # Make sure we can run config.sub. | |
40056 | 1219 $ac_config_sub sun4 >/dev/null 2>&1 || |
41100 | 1220 { { echo "$as_me:1220: error: cannot run $ac_config_sub" >&5 |
40056 | 1221 echo "$as_me: error: cannot run $ac_config_sub" >&2;} |
1222 { (exit 1); exit 1; }; } | |
1223 | |
41100 | 1224 echo "$as_me:1224: checking build system type" >&5 |
40056 | 1225 echo $ECHO_N "checking build system type... $ECHO_C" >&6 |
1226 if test "${ac_cv_build+set}" = set; then | |
1227 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
1228 else | |
1229 ac_cv_build_alias=$build_alias | |
1230 test -z "$ac_cv_build_alias" && | |
1231 ac_cv_build_alias=`$ac_config_guess` | |
1232 test -z "$ac_cv_build_alias" && | |
41100 | 1233 { { echo "$as_me:1233: error: cannot guess build type; you must specify one" >&5 |
40056 | 1234 echo "$as_me: error: cannot guess build type; you must specify one" >&2;} |
1235 { (exit 1); exit 1; }; } | |
1236 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` || | |
41100 | 1237 { { echo "$as_me:1237: error: $ac_config_sub $ac_cv_build_alias failed." >&5 |
40056 | 1238 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed." >&2;} |
1239 { (exit 1); exit 1; }; } | |
1240 | |
1241 fi | |
41100 | 1242 echo "$as_me:1242: result: $ac_cv_build" >&5 |
40056 | 1243 echo "${ECHO_T}$ac_cv_build" >&6 |
1244 build=$ac_cv_build | |
1245 build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` | |
1246 build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` | |
1247 build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` | |
1248 | |
41148 | 1249 echo "$as_me:1249: checking host system type" >&5 |
40056 | 1250 echo $ECHO_N "checking host system type... $ECHO_C" >&6 |
1251 if test "${ac_cv_host+set}" = set; then | |
1252 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
1253 else | |
1254 ac_cv_host_alias=$host_alias | |
1255 test -z "$ac_cv_host_alias" && | |
1256 ac_cv_host_alias=$ac_cv_build_alias | |
1257 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` || | |
41148 | 1258 { { echo "$as_me:1258: error: $ac_config_sub $ac_cv_host_alias failed" >&5 |
40056 | 1259 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;} |
1260 { (exit 1); exit 1; }; } | |
1261 | |
1262 fi | |
41148 | 1263 echo "$as_me:1263: result: $ac_cv_host" >&5 |
40056 | 1264 echo "${ECHO_T}$ac_cv_host" >&6 |
1265 host=$ac_cv_host | |
1266 host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` | |
1267 host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` | |
1268 host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` | |
25897 | 1269 |
1270 canonical=$host | |
40060 | 1271 configuration=${host_alias-$host} |
25897 | 1272 |
1273 ### If you add support for a new configuration, add code to this | |
1274 ### switch statement to recognize your configuration name and select | |
1275 ### the appropriate operating system and machine description files. | |
1276 | |
1277 ### You would hope that you could choose an m/*.h file pretty much | |
1278 ### based on the machine portion of the configuration name, and an s- | |
1279 ### file based on the operating system portion. However, it turns out | |
1280 ### that each m/*.h file is pretty manufacturer-specific - for | |
1281 ### example, apollo.h, hp9000s300.h, mega68k, news.h, and tad68k are | |
1282 ### all 68000 machines; mips.h, pmax.h, and news-risc are all MIPS | |
1283 ### machines. So we basically have to have a special case for each | |
1284 ### configuration name. | |
1285 ### | |
1286 ### As far as handling version numbers on operating systems is | |
1287 ### concerned, make sure things will fail in a fixable way. If | |
1288 ### /etc/MACHINES doesn't say anything about version numbers, be | |
1289 ### prepared to handle anything reasonably. If version numbers | |
1290 ### matter, be sure /etc/MACHINES says something about it. | |
1291 ### | |
1292 ### Eric Raymond says we should accept strings like "sysvr4" to mean | |
1293 ### "System V Release 4"; he writes, "The old convention encouraged | |
1294 ### confusion between `system' and `release' levels'." | |
1295 | |
1296 machine='' opsys='' unported=no | |
1297 case "${canonical}" in | |
1298 | |
41675 | 1299 ## FreeBSD ports |
1300 *-*-freebsd* ) | |
1301 opsys=freebsd | |
1302 case "${canonical}" in | |
1303 alpha*-*-freebsd*) machine=alpha ;; | |
1304 i[3456]86-*-freebsd*) machine=intel386 ;; | |
1305 esac | |
1306 ;; | |
1307 | |
25897 | 1308 ## NetBSD ports |
1309 *-*-netbsd* ) | |
1310 opsys=netbsd | |
1311 case "${canonical}" in | |
1312 alpha*-*-netbsd*) machine=alpha ;; | |
1313 i[3456]86-*-netbsd*) machine=intel386 ;; | |
1314 m68k-*-netbsd*) | |
1315 # This is somewhat bogus. | |
1316 machine=hp9000s300 ;; | |
1317 powerpc-apple-netbsd*) machine=macppc ;; | |
1318 mips-*-netbsd*) machine=pmax ;; | |
27927 | 1319 mipsel-*-netbsd*) machine=pmax ;; |
25897 | 1320 ns32k-*-netbsd*) machine=ns32000 ;; |
28674 | 1321 powerpc-*-netbsd*) machine=macppc ;; |
32034 | 1322 sparc*-*-netbsd*) machine=sparc ;; |
25897 | 1323 vax-*-netbsd*) machine=vax ;; |
27927 | 1324 arm-*-netbsd*) machine=arm ;; |
25897 | 1325 esac |
1326 ;; | |
1327 | |
1328 ## OpenBSD ports | |
1329 *-*-openbsd* ) | |
1330 opsys=openbsd | |
1331 case "${canonical}" in | |
1332 alpha*-*-openbsd*) machine=alpha ;; | |
1333 i386-*-openbsd*) machine=intel386 ;; | |
1334 m68k-*-openbsd*) machine=hp9000s300 ;; | |
1335 mipsel-*-openbsd*) machine=pmax ;; | |
1336 ns32k-*-openbsd*) machine=ns32000 ;; | |
1337 sparc-*-openbsd*) machine=sparc ;; | |
1338 vax-*-openbsd*) machine=vax ;; | |
1339 esac | |
1340 ;; | |
1341 | |
1342 ## Acorn RISCiX: | |
1343 arm-acorn-riscix1.1* ) | |
1344 machine=acorn opsys=riscix1-1 | |
1345 ;; | |
1346 arm-acorn-riscix1.2* | arm-acorn-riscix ) | |
1347 ## This name is riscix12 instead of riscix1.2 | |
1348 ## to avoid a file name conflict on MSDOS. | |
1349 machine=acorn opsys=riscix12 | |
1350 ;; | |
1351 | |
1352 ## BSDI ports | |
1353 *-*-bsdi* ) | |
1354 opsys=bsdi | |
1355 case "${canonical}" in | |
1356 i[345]86-*-bsdi*) machine=intel386 ;; | |
1357 sparc-*-bsdi*) machine=sparc ;; | |
33740 | 1358 powerpc-*-bsdi*) machine=macppc ;; |
25897 | 1359 esac |
1360 case "${canonical}" in | |
1361 *-*-bsd386* | *-*-bsdi1* ) opsys=bsd386 ;; | |
1362 *-*-bsdi2.0* ) opsys=bsdos2 ;; | |
1363 *-*-bsdi2* ) opsys=bsdos2-1 ;; | |
1364 *-*-bsdi3* ) opsys=bsdos3 ;; | |
1365 *-*-bsdi4* ) opsys=bsdos4 ;; | |
1366 esac | |
1367 ;; | |
1368 | |
1369 ## Alliant machines | |
1370 ## Strictly speaking, we need the version of the alliant operating | |
1371 ## system to choose the right machine file, but currently the | |
1372 ## configuration name doesn't tell us enough to choose the right | |
1373 ## one; we need to give alliants their own operating system name to | |
1374 ## do this right. When someone cares, they can help us. | |
1375 fx80-alliant-* ) | |
1376 machine=alliant4 opsys=bsd4-2 | |
1377 ;; | |
1378 i860-alliant-* ) | |
1379 machine=alliant-2800 opsys=bsd4-3 | |
1380 ;; | |
1381 | |
1382 ## Alpha (DEC) machines. | |
1383 alpha*-dec-osf* ) | |
1384 machine=alpha opsys=osf1 | |
1385 # This is needed to find X11R6.1 libraries for certain tests. | |
1386 NON_GCC_LINK_TEST_OPTIONS=-Wl,-rpath,/usr/X11R6/lib | |
1387 GCC_LINK_TEST_OPTIONS=-Wl,-rpath,/usr/X11R6/lib | |
34446 | 1388 # NON_GNU_CPP is necessary on 5.0 to avoid mangling src/Makefile |
1389 # due to non-traditional preprocessing with the current compiler | |
1390 # defaults. OSF 4 can also have that compiler version, and there | |
1391 # seems always to have been a usable /usr/bin/cpp. | |
1392 NON_GNU_CPP=/usr/bin/cpp | |
27883 | 1393 case "${canonical}" in |
31994 | 1394 alpha*-dec-osf[5-9]*) |
31229 | 1395 opsys=osf5-0 ;; |
27883 | 1396 esac |
25897 | 1397 ;; |
1398 | |
1399 alpha*-*-linux-gnu* ) | |
1400 machine=alpha opsys=gnu-linux | |
1401 ;; | |
1402 | |
27205 | 1403 arm*-*-linux-gnu* ) |
1404 machine=arm opsys=gnu-linux | |
1405 ;; | |
1406 | |
1407 ppc-*-linux | \ | |
1408 powerpc-*-linux* ) | |
33740 | 1409 machine=macppc opsys=gnu-linux |
27205 | 1410 ;; |
1411 | |
25897 | 1412 ## Altos 3068 |
1413 m68*-altos-sysv* ) | |
1414 machine=altos opsys=usg5-2 | |
1415 ;; | |
1416 | |
1417 ## Amdahl UTS | |
1418 580-amdahl-sysv* ) | |
1419 machine=amdahl opsys=usg5-2-2 | |
1420 ;; | |
1421 | |
1422 ## Apollo, Domain/OS | |
1423 m68*-apollo-* ) | |
1424 machine=apollo opsys=bsd4-3 | |
1425 ;; | |
1426 | |
1427 ## AT&T 3b2, 3b5, 3b15, 3b20 | |
1428 we32k-att-sysv* ) | |
1429 machine=att3b opsys=usg5-2-2 | |
1430 ;; | |
1431 | |
1432 ## AT&T 3b1 - The Mighty Unix PC! | |
1433 m68*-att-sysv* ) | |
1434 machine=7300 opsys=usg5-2-2 | |
1435 ;; | |
1436 | |
1437 ## Bull dpx20 | |
1438 rs6000-bull-bosx* ) | |
1439 machine=ibmrs6000 opsys=aix3-2 | |
1440 ;; | |
1441 | |
1442 ## Bull dpx2 | |
1443 m68*-bull-sysv3* ) | |
1444 machine=dpx2 opsys=usg5-3 | |
1445 ;; | |
1446 | |
1447 ## Bull sps7 | |
1448 m68*-bull-sysv2* ) | |
1449 machine=sps7 opsys=usg5-2 | |
1450 ;; | |
1451 | |
1452 ## CCI 5/32, 6/32 -- see "Tahoe". | |
1453 | |
1454 ## Celerity | |
1455 ## I don't know what configuration name to use for this; config.sub | |
1456 ## doesn't seem to know anything about it. Hey, Celerity users, get | |
1457 ## in touch with us! | |
1458 celerity-celerity-bsd* ) | |
1459 machine=celerity opsys=bsd4-2 | |
1460 ;; | |
1461 | |
1462 ## Clipper | |
1463 ## What operating systems does this chip run that Emacs has been | |
1464 ## tested on? | |
1465 clipper-* ) | |
1466 machine=clipper | |
1467 ## We'll use the catch-all code at the bottom to guess the | |
1468 ## operating system. | |
1469 ;; | |
1470 | |
1471 ## Convex | |
1472 *-convex-bsd* | *-convex-convexos* ) | |
1473 machine=convex opsys=bsd4-3 | |
1474 ## Prevents spurious white space in makefiles - d.m.cooke@larc.nasa.gov | |
1475 NON_GNU_CPP="cc -E -P" | |
1476 ;; | |
1477 | |
1478 ## Cubix QBx/386 | |
1479 i[3456]86-cubix-sysv* ) | |
1480 machine=intel386 opsys=usg5-3 | |
1481 ;; | |
1482 | |
1483 ## Cydra 5 | |
1484 cydra*-cydrome-sysv* ) | |
1485 machine=cydra5 opsys=usg5-3 | |
1486 ;; | |
1487 | |
1488 ## Data General AViiON Machines | |
1489 ## DG changed naming conventions with the release of 5.4.4.10, they | |
1490 ## dropped the initial 5.4 but left the intervening R. Because of the | |
1491 ## R this shouldn't conflict with older versions of the OS (which I | |
1492 ## think were named like dgux4.*). In addition, DG new AViiONs series | |
1493 ## uses either Motorola M88k or Intel Pentium CPUs. | |
1494 m88k-dg-dguxR4.* | m88k-dg-dgux4* ) | |
1495 machine=aviion opsys=dgux4 | |
1496 ;; | |
1497 m88k-dg-dgux5.4R3* | m88k-dg-dgux5.4.3* ) | |
1498 ## This name is dgux5-4-3 instead of dgux5-4r3 | |
1499 ## to avoid a file name conflict on MSDOS. | |
1500 machine=aviion opsys=dgux5-4-3 | |
1501 ;; | |
1502 m88k-dg-dgux5.4R2* | m88k-dg-dgux5.4.2* ) | |
1503 machine=aviion opsys=dgux5-4r2 | |
1504 ;; | |
1505 m88k-dg-dgux* ) | |
1506 machine=aviion opsys=dgux | |
1507 ;; | |
1508 | |
1509 ## Data General AViiON Intel (x86) Machines | |
1510 ## Exists from 5.4.3 (current i586-dg-dguxR4.11) | |
1511 ## Ehud Karni, 1998-may-30, ehud@unix.simonwiesel.co.il | |
1512 i[345]86-dg-dguxR4* ) | |
1513 machine=aviion-intel opsys=dgux4 | |
1514 ;; | |
1515 | |
1516 ## DECstations | |
1517 mips-dec-ultrix[0-3].* | mips-dec-ultrix4.0* | mips-dec-bsd4.2* ) | |
1518 machine=pmax opsys=bsd4-2 | |
1519 ;; | |
1520 mips-dec-ultrix4.[12]* | mips-dec-bsd* ) | |
1521 machine=pmax opsys=bsd4-3 | |
1522 ;; | |
1523 mips-dec-ultrix* ) | |
1524 machine=pmax opsys=ultrix4-3 | |
1525 ;; | |
1526 mips-dec-osf* ) | |
1527 machine=pmax opsys=osf1 | |
1528 ;; | |
1529 mips-dec-mach_bsd4.3* ) | |
1530 machine=pmax opsys=mach-bsd4-3 | |
1531 ;; | |
1532 | |
1533 ## Motorola Delta machines | |
1534 m68k-motorola-sysv* | m68000-motorola-sysv* ) | |
1535 machine=delta opsys=usg5-3 | |
1536 if test -z "`type gnucc | grep 'not found'`" | |
1537 then | |
1538 if test -s /etc/167config | |
1539 then CC="gnucc -m68040" | |
1540 else CC="gnucc -m68881" | |
1541 fi | |
1542 else | |
1543 if test -z "`type gcc | grep 'not found'`" | |
1544 then CC=gcc | |
1545 else CC=cc | |
1546 fi | |
1547 fi | |
1548 ;; | |
1549 m88k-motorola-sysv4* ) | |
1550 # jbotte@bnr.ca says that UNIX_System_V <hostName> 4.0 R40V4.3 m88k mc88110 | |
1551 # needs POSIX_SIGNALS and therefore needs usg5-4-2. | |
1552 # I hope there are not other 4.0 versions for this machine | |
1553 # which really need usg5-4 instead. | |
1554 machine=delta88k opsys=usg5-4-2 | |
1555 ;; | |
1556 m88k-motorola-sysv* | m88k-motorola-m88kbcs* ) | |
1557 machine=delta88k opsys=usg5-3 | |
1558 ;; | |
1559 | |
1560 ## Dual machines | |
1561 m68*-dual-sysv* ) | |
1562 machine=dual opsys=usg5-2 | |
1563 ;; | |
1564 m68*-dual-uniplus* ) | |
1565 machine=dual opsys=unipl5-2 | |
1566 ;; | |
1567 | |
1568 ## Elxsi 6400 | |
1569 elxsi-elxsi-sysv* ) | |
1570 machine=elxsi opsys=usg5-2 | |
1571 ;; | |
1572 | |
1573 ## Encore machines | |
1574 ns16k-encore-bsd* ) | |
1575 machine=ns16000 opsys=umax | |
1576 ;; | |
1577 | |
30069 | 1578 ## The GEC 63 - apparently, this port isn't really finished yet. |
1579 # I'm sure we finished off the last of the machines, though. -- fx | |
25897 | 1580 |
1581 ## Gould Power Node and NP1 | |
1582 pn-gould-bsd4.2* ) | |
1583 machine=gould opsys=bsd4-2 | |
1584 ;; | |
1585 pn-gould-bsd4.3* ) | |
1586 machine=gould opsys=bsd4-3 | |
1587 ;; | |
1588 np1-gould-bsd* ) | |
1589 machine=gould-np1 opsys=bsd4-3 | |
1590 ;; | |
1591 | |
1592 ## Harris Night Hawk machines running CX/UX (a 5000 looks just like a 4000 | |
1593 ## as far as Emacs is concerned). | |
1594 m88k-harris-cxux* ) | |
1595 # Build needs to be different on 7.0 and later releases | |
1596 case "`uname -r`" in | |
1597 [56].[0-9] ) machine=nh4000 opsys=cxux ;; | |
1598 [7].[0-9] ) machine=nh4000 opsys=cxux7 ;; | |
1599 esac | |
1600 NON_GNU_CPP="/lib/cpp" | |
1601 ;; | |
1602 ## Harris ecx or gcx running CX/UX (Series 1200, Series 3000) | |
1603 m68k-harris-cxux* ) | |
1604 machine=nh3000 opsys=cxux | |
1605 ;; | |
1606 ## Harris power pc NightHawk running Power UNIX (Series 6000) | |
1607 powerpc-harris-powerunix ) | |
1608 machine=nh6000 opsys=powerunix | |
1609 NON_GNU_CPP="cc -Xo -E -P" | |
1610 ;; | |
1611 ## SR2001/SR2201 running HI-UX/MPP | |
1612 hppa1.1-hitachi-hiuxmpp* ) | |
1613 machine=sr2k opsys=hiuxmpp | |
1614 ;; | |
38811 | 1615 hppa1.1-hitachi-hiuxwe2* ) |
1616 machine=sr2k opsys=hiuxwe2 | |
1617 ;; | |
25897 | 1618 ## Honeywell XPS100 |
1619 xps*-honeywell-sysv* ) | |
1620 machine=xps100 opsys=usg5-2 | |
1621 ;; | |
1622 | |
1623 ## HP 9000 series 200 or 300 | |
1624 m68*-hp-bsd* ) | |
1625 machine=hp9000s300 opsys=bsd4-3 | |
1626 ;; | |
1627 ## HP/UX 7, 8, 9, and 10 are supported on these machines. | |
1628 m68*-hp-hpux* ) | |
1629 case "`uname -r`" in | |
1630 ## Someone's system reports A.B8.05 for this. | |
1631 ## I wonder what other possibilities there are. | |
1632 *.B8.* ) machine=hp9000s300 opsys=hpux8 ;; | |
1633 *.08.* ) machine=hp9000s300 opsys=hpux8 ;; | |
1634 *.09.* ) machine=hp9000s300 opsys=hpux9 ;; | |
1635 *.1[0-9].* ) machine=hp9000s300 opsys=hpux9shr ;; | |
1636 *) machine=hp9000s300 opsys=hpux ;; | |
1637 esac | |
1638 ;; | |
1639 | |
1640 ## HP 9000 series 700 and 800, running HP/UX | |
1641 hppa*-hp-hpux7* ) | |
1642 machine=hp800 opsys=hpux | |
1643 ;; | |
1644 hppa*-hp-hpux8* ) | |
1645 machine=hp800 opsys=hpux8 | |
1646 ;; | |
1647 hppa*-hp-hpux9shr* ) | |
1648 machine=hp800 opsys=hpux9shr | |
1649 ;; | |
1650 hppa*-hp-hpux9* ) | |
1651 machine=hp800 opsys=hpux9 | |
1652 ;; | |
40632 | 1653 hppa*-hp-hpux10* ) |
25897 | 1654 machine=hp800 opsys=hpux10 |
1655 ;; | |
40632 | 1656 hppa*-hp-hpux1[1-9]* ) |
1657 machine=hp800 opsys=hpux11 | |
1658 ;; | |
25897 | 1659 |
1660 ## HP 9000 series 700 and 800, running HP/UX | |
1661 hppa*-hp-hpux* ) | |
1662 ## Cross-compilation? Nah! | |
1663 case "`uname -r`" in | |
1664 ## Someone's system reports A.B8.05 for this. | |
1665 ## I wonder what other possibilities there are. | |
1666 *.B8.* ) machine=hp800 opsys=hpux8 ;; | |
1667 *.08.* ) machine=hp800 opsys=hpux8 ;; | |
1668 *.09.* ) machine=hp800 opsys=hpux9 ;; | |
1669 *) machine=hp800 opsys=hpux10 ;; | |
1670 esac | |
1671 ;; | |
1672 hppa*-*-nextstep* ) | |
1673 machine=hp800 opsys=nextstep | |
1674 ;; | |
1675 | |
1676 ## Orion machines | |
1677 orion-orion-bsd* ) | |
1678 machine=orion opsys=bsd4-2 | |
1679 ;; | |
1680 clipper-orion-bsd* ) | |
1681 machine=orion105 opsys=bsd4-2 | |
1682 ;; | |
1683 | |
1684 ## IBM machines | |
1685 i[3456]86-ibm-aix1.1* ) | |
1686 machine=ibmps2-aix opsys=usg5-2-2 | |
1687 ;; | |
1688 i[3456]86-ibm-aix1.[23]* | i[3456]86-ibm-aix* ) | |
1689 machine=ibmps2-aix opsys=usg5-3 | |
1690 ;; | |
1691 i370-ibm-aix*) | |
1692 machine=ibm370aix opsys=usg5-3 | |
1693 ;; | |
40426 | 1694 s390-*-linux-gnu) |
1695 machine=ibms390 opsys=gnu-linux | |
1696 ;; | |
25897 | 1697 rs6000-ibm-aix3.1* | powerpc-ibm-aix3.1* ) |
1698 machine=ibmrs6000 opsys=aix3-1 | |
1699 ;; | |
1700 rs6000-ibm-aix3.2.5 | powerpc-ibm-aix3.2.5 ) | |
1701 machine=ibmrs6000 opsys=aix3-2-5 | |
1702 ;; | |
1703 rs6000-ibm-aix4.1* | powerpc-ibm-aix4.1* ) | |
1704 machine=ibmrs6000 opsys=aix4-1 | |
1705 ;; | |
1706 rs6000-ibm-aix4.2* | powerpc-ibm-aix4.2* ) | |
1707 machine=ibmrs6000 opsys=aix4-2 | |
1708 ;; | |
1709 rs6000-ibm-aix4.0* | powerpc-ibm-aix4.0* ) | |
1710 machine=ibmrs6000 opsys=aix4 | |
1711 ;; | |
1712 rs6000-ibm-aix4* | powerpc-ibm-aix4* ) | |
1713 machine=ibmrs6000 opsys=aix4-1 | |
1714 ;; | |
1715 rs6000-ibm-aix* | powerpc-ibm-aix* ) | |
1716 machine=ibmrs6000 opsys=aix3-2 | |
1717 ;; | |
1718 romp-ibm-bsd4.3* ) | |
1719 machine=ibmrt opsys=bsd4-3 | |
1720 ;; | |
1721 romp-ibm-bsd4.2* ) | |
1722 machine=ibmrt opsys=bsd4-2 | |
1723 ;; | |
1724 romp-ibm-aos4.3* ) | |
1725 machine=ibmrt opsys=bsd4-3 | |
1726 ;; | |
1727 romp-ibm-aos4.2* ) | |
1728 machine=ibmrt opsys=bsd4-2 | |
1729 ;; | |
1730 romp-ibm-aos* ) | |
1731 machine=ibmrt opsys=bsd4-3 | |
1732 ;; | |
1733 romp-ibm-bsd* ) | |
1734 machine=ibmrt opsys=bsd4-3 | |
1735 ;; | |
1736 romp-ibm-aix* ) | |
1737 machine=ibmrt-aix opsys=usg5-2-2 | |
1738 ;; | |
1739 | |
1740 ## Integrated Solutions `Optimum V' | |
1741 m68*-isi-bsd4.2* ) | |
1742 machine=isi-ov opsys=bsd4-2 | |
1743 ;; | |
1744 m68*-isi-bsd4.3* ) | |
1745 machine=isi-ov opsys=bsd4-3 | |
1746 ;; | |
1747 | |
1748 ## Intel 386 machines where we do care about the manufacturer | |
1749 i[3456]86-intsys-sysv* ) | |
1750 machine=is386 opsys=usg5-2-2 | |
1751 ;; | |
1752 | |
1753 ## Prime EXL | |
1754 i[3456]86-prime-sysv* ) | |
1755 machine=i386 opsys=usg5-3 | |
1756 ;; | |
1757 | |
1758 ## Sequent Symmetry running Dynix | |
1759 i[3456]86-sequent-bsd* ) | |
1760 machine=symmetry opsys=bsd4-3 | |
1761 ;; | |
1762 | |
1763 ## Sequent Symmetry running ptx 4, which is a modified SVR4. | |
1764 i[3456]86-sequent-ptx4* | i[3456]86-sequent-sysv4* ) | |
1765 machine=sequent-ptx opsys=ptx4 | |
1766 NON_GNU_CPP=/lib/cpp | |
1767 ;; | |
1768 | |
1769 ## Sequent Symmetry running DYNIX/ptx | |
1770 ## Use the old cpp rather than the newer ANSI one. | |
1771 i[3456]86-sequent-ptx* ) | |
1772 machine=sequent-ptx opsys=ptx | |
1773 NON_GNU_CPP="/lib/cpp" | |
1774 ;; | |
1775 | |
1776 ## ncr machine running svr4.3. | |
1777 i[3456]86-ncr-sysv4.3 ) | |
1778 machine=ncr386 opsys=usg5-4-3 | |
1779 ;; | |
1780 | |
1781 ## Unspecified sysv on an ncr machine defaults to svr4.2. | |
1782 ## (Plain usg5-4 doesn't turn on POSIX signals, which we need.) | |
1783 i[3456]86-ncr-sysv* ) | |
1784 machine=ncr386 opsys=usg5-4-2 | |
1785 ;; | |
1786 | |
1787 ## Intel Paragon OSF/1 | |
1788 i860-intel-osf1* ) | |
1789 machine=paragon opsys=osf1 NON_GNU_CPP=/usr/mach/lib/cpp | |
1790 ;; | |
1791 | |
1792 ## Intel 860 | |
1793 i860-*-sysv4* ) | |
1794 machine=i860 opsys=usg5-4 | |
1795 NON_GNU_CC="/bin/cc" # Ie, not the one in /usr/ucb/cc. | |
1796 NON_GNU_CPP="/usr/ccs/lib/cpp" # cc -E tokenizes macro expansion. | |
1797 ;; | |
1798 | |
28748 | 1799 ## Macintosh PowerPC |
1800 powerpc*-*-linux-gnu* ) | |
1801 machine=macppc opsys=gnu-linux | |
1802 ;; | |
1803 | |
25897 | 1804 ## Masscomp machines |
1805 m68*-masscomp-rtu* ) | |
1806 machine=masscomp opsys=rtu | |
1807 ;; | |
1808 | |
1809 ## Megatest machines | |
1810 m68*-megatest-bsd* ) | |
1811 machine=mega68 opsys=bsd4-2 | |
1812 ;; | |
1813 | |
1814 ## Workstations sold by MIPS | |
1815 ## This is not necessarily all workstations using the MIPS processor - | |
1816 ## Irises are produced by SGI, and DECstations by DEC. | |
1817 | |
1818 ## etc/MACHINES lists mips.h and mips4.h as possible machine files, | |
1819 ## and usg5-2-2 and bsd4-3 as possible OS files. The only guidance | |
1820 ## it gives for choosing between the alternatives seems to be "Use | |
1821 ## -machine=mips4 for RISCOS version 4; use -opsystem=bsd4-3 with | |
1822 ## the BSD world." I'll assume that these are instructions for | |
1823 ## handling two odd situations, and that every other situation | |
1824 ## should use mips.h and usg5-2-2, they being listed first. | |
1825 mips-mips-usg* ) | |
1826 machine=mips4 | |
1827 ## Fall through to the general code at the bottom to decide on the OS. | |
1828 ;; | |
1829 mips-mips-riscos4* ) | |
1830 machine=mips4 opsys=bsd4-3 | |
1831 NON_GNU_CC="cc -systype bsd43" | |
1832 NON_GNU_CPP="cc -systype bsd43 -E" | |
1833 ;; | |
1834 mips-mips-riscos5* ) | |
1835 machine=mips4 opsys=riscos5 | |
1836 NON_GNU_CC="cc -systype bsd43" | |
1837 NON_GNU_CPP="cc -systype bsd43 -E" | |
1838 ;; | |
1839 mips-mips-bsd* ) | |
1840 machine=mips opsys=bsd4-3 | |
1841 ;; | |
1842 mips-mips-* ) | |
1843 machine=mips opsys=usg5-2-2 | |
1844 ;; | |
1845 | |
1846 ## NeXT | |
1847 m68*-next-* | m68k-*-nextstep* ) | |
1848 machine=m68k opsys=nextstep | |
1849 ;; | |
1850 | |
1851 ## The complete machine from National Semiconductor | |
1852 ns32k-ns-genix* ) | |
1853 machine=ns32000 opsys=usg5-2 | |
1854 ;; | |
1855 | |
1856 ## NCR machines | |
1857 m68*-ncr-sysv2* | m68*-ncr-sysvr2* ) | |
1858 machine=tower32 opsys=usg5-2-2 | |
1859 ;; | |
1860 m68*-ncr-sysv3* | m68*-ncr-sysvr3* ) | |
1861 machine=tower32v3 opsys=usg5-3 | |
1862 ;; | |
1863 | |
1864 ## NEC EWS4800 | |
1865 mips-nec-sysv4*) | |
1866 machine=ews4800 opsys=ux4800 | |
1867 ;; | |
1868 | |
1869 ## Nixdorf Targon 31 | |
1870 m68*-nixdorf-sysv* ) | |
1871 machine=targon31 opsys=usg5-2-2 | |
1872 ;; | |
1873 | |
1874 ## Nu (TI or LMI) | |
1875 m68*-nu-sysv* ) | |
1876 machine=nu opsys=usg5-2 | |
1877 ;; | |
1878 | |
1879 ## Plexus | |
1880 m68*-plexus-sysv* ) | |
1881 machine=plexus opsys=usg5-2 | |
1882 ;; | |
1883 | |
1884 ## PowerPC reference platform | |
1885 powerpcle-*-solaris2* ) | |
1886 machine=prep | |
1887 opsys=sol2-5 | |
1888 ;; | |
1889 | |
1890 ## Pyramid machines | |
1891 ## I don't really have any idea what sort of processor the Pyramid has, | |
1892 ## so I'm assuming it is its own architecture. | |
1893 pyramid-pyramid-bsd* ) | |
1894 machine=pyramid opsys=bsd4-2 | |
1895 ;; | |
1896 | |
1897 ## Sequent Balance | |
1898 ns32k-sequent-bsd4.2* ) | |
1899 machine=sequent opsys=bsd4-2 | |
1900 ;; | |
1901 ns32k-sequent-bsd4.3* ) | |
1902 machine=sequent opsys=bsd4-3 | |
1903 ;; | |
1904 | |
1905 ## Siemens Nixdorf | |
1906 mips-siemens-sysv* | mips-sni-sysv*) | |
1907 machine=mips-siemens opsys=usg5-4 | |
1908 NON_GNU_CC=/usr/ccs/bin/cc | |
1909 NON_GNU_CPP=/usr/ccs/lib/cpp | |
1910 ;; | |
1911 | |
1912 ## Silicon Graphics machines | |
1913 ## Iris 2500 and Iris 2500 Turbo (aka the Iris 3030) | |
1914 m68*-sgi-iris3.5* ) | |
1915 machine=irist opsys=iris3-5 | |
1916 ;; | |
1917 m68*-sgi-iris3.6* | m68*-sgi-iris*) | |
1918 machine=irist opsys=iris3-6 | |
1919 ;; | |
1920 ## Iris 4D | |
1921 mips-sgi-irix3* ) | |
1922 machine=iris4d opsys=irix3-3 | |
1923 ;; | |
1924 mips-sgi-irix4* ) | |
1925 machine=iris4d opsys=irix4-0 | |
1926 ;; | |
1927 mips-sgi-irix6.5 ) | |
1928 machine=iris4d opsys=irix6-5 | |
26502 | 1929 # Without defining _LANGUAGE_C, things get masked out in the headers |
1930 # so that, for instance, grepping for `free' in stdlib.h fails and | |
1931 # AC_HEADER_STD_C fails. (MIPSPro 7.2.1.2m compilers, Irix 6.5.3m). | |
1932 NON_GNU_CPP="/lib/cpp -D_LANGUAGE_C" | |
29388 | 1933 NON_GCC_TEST_OPTIONS="-D_LANGUAGE_C" |
25897 | 1934 ;; |
1935 mips-sgi-irix6* ) | |
1936 machine=iris4d opsys=irix6-0 | |
27205 | 1937 # It's not clear whether -D_LANGUAGE_C is necessary as it is for 6.5, |
26502 | 1938 # but presumably it does no harm. |
1939 NON_GNU_CPP="/lib/cpp -D_LANGUAGE_C" | |
29388 | 1940 # -32 probably isn't necessary in later v.6s -- anyone know which? |
25897 | 1941 NON_GCC_TEST_OPTIONS=-32 |
1942 ;; | |
1943 mips-sgi-irix5.[01]* ) | |
1944 machine=iris4d opsys=irix5-0 | |
1945 ;; | |
1946 mips-sgi-irix5* | mips-sgi-irix* ) | |
1947 machine=iris4d opsys=irix5-2 | |
1948 ;; | |
1949 | |
1950 ## SONY machines | |
1951 m68*-sony-bsd4.2* ) | |
1952 machine=news opsys=bsd4-2 | |
1953 ;; | |
1954 m68*-sony-bsd4.3* ) | |
1955 machine=news opsys=bsd4-3 | |
1956 ;; | |
1957 m68*-sony-newsos3* | m68*-sony-news3*) | |
1958 machine=news opsys=bsd4-3 | |
1959 ;; | |
1960 mips-sony-bsd* | mips-sony-newsos4* | mips-sony-news4*) | |
1961 machine=news-risc opsys=bsd4-3 | |
1962 ;; | |
1963 mips-sony-newsos6* ) | |
1964 machine=news-r6 opsys=newsos6 | |
1965 ;; | |
1966 mips-sony-news* ) | |
1967 machine=news-risc opsys=newsos5 | |
1968 ;; | |
1969 | |
1970 ## Stride | |
1971 m68*-stride-sysv* ) | |
1972 machine=stride opsys=usg5-2 | |
1973 ;; | |
1974 | |
1975 ## Suns | |
1976 sparc-*-linux-gnu* | sparc64-*-linux-gnu* ) | |
1977 machine=sparc opsys=gnu-linux | |
1978 ;; | |
1979 | |
27949 | 1980 *-auspex-sunos* | *-sun-sunos* | *-sun-bsd* | *-sun-solaris* \ |
25897 | 1981 | i[3456]86-*-solaris2* | i[3456]86-*-sunos5* | powerpc*-*-solaris2* \ |
1982 | rs6000-*-solaris2*) | |
1983 case "${canonical}" in | |
1984 m68*-sunos1* ) machine=sun1 ;; | |
1985 m68*-sunos2* ) machine=sun2 ;; | |
1986 m68* ) machine=sun3 ;; | |
1987 i[3456]86-sun-sunos[34]* ) machine=sun386 ;; | |
1988 i[3456]86-*-* ) machine=intel386 ;; | |
1989 powerpcle* ) machine=powerpcle ;; | |
1990 powerpc* | rs6000* ) machine=ibmrs6000 ;; | |
1991 sparc* ) machine=sparc ;; | |
1992 * ) unported=yes ;; | |
1993 esac | |
1994 case "${canonical}" in | |
1995 ## The Sun386 didn't get past 4.0. | |
1996 i[3456]86-*-sunos4 ) opsys=sunos4-0 ;; | |
1997 *-sunos4.0* ) opsys=sunos4-0 ;; | |
1998 *-sunos4.1.[3-9]*noshare ) | |
1999 ## This name is sunos413 instead of sunos4-1-3 | |
2000 ## to avoid a file name conflict on MSDOS. | |
2001 opsys=sunos413 | |
2002 NON_GNU_CPP=/usr/lib/cpp | |
2003 NON_GCC_TEST_OPTIONS=-Bstatic | |
2004 GCC_TEST_OPTIONS=-static | |
2005 ;; | |
2006 *-sunos4.1.[3-9]* | *-sunos4shr*) | |
2007 opsys=sunos4shr | |
2008 NON_GNU_CPP=/usr/lib/cpp | |
2009 ;; | |
2010 *-sunos4* | *-sunos ) | |
2011 opsys=sunos4-1 | |
2012 NON_GCC_TEST_OPTIONS=-Bstatic | |
2013 GCC_TEST_OPTIONS=-static | |
2014 ;; | |
2015 *-sunos5.3* | *-solaris2.3* ) | |
2016 opsys=sol2-3 | |
2017 NON_GNU_CPP=/usr/ccs/lib/cpp | |
2018 ;; | |
2019 *-sunos5.4* | *-solaris2.4* ) | |
2020 opsys=sol2-4 | |
2021 NON_GNU_CPP=/usr/ccs/lib/cpp | |
2022 RANLIB="ar -ts" | |
2023 ;; | |
2024 *-sunos5.5* | *-solaris2.5* ) | |
2025 opsys=sol2-5 | |
2026 NON_GNU_CPP=/usr/ccs/lib/cpp | |
2027 RANLIB="ar -ts" | |
2028 ;; | |
2029 *-sunos5* | *-solaris* ) | |
2030 opsys=sol2-5 | |
2031 NON_GNU_CPP=/usr/ccs/lib/cpp | |
2032 ;; | |
2033 * ) opsys=bsd4-2 ;; | |
2034 esac | |
2035 ## Watch out for a compiler that we know will not work. | |
2036 case "${canonical}" in | |
2037 *-solaris* | *-sunos5* ) | |
2038 if [ "x$CC" = x/usr/ucb/cc ]; then | |
2039 ## /usr/ucb/cc doesn't work; | |
2040 ## we should find some other compiler that does work. | |
2041 unset CC | |
2042 fi | |
2043 ;; | |
2044 *) ;; | |
2045 esac | |
2046 ;; | |
2047 sparc-*-nextstep* ) | |
2048 machine=sparc opsys=nextstep | |
2049 ;; | |
2050 | |
2051 ## Tadpole 68k | |
2052 m68*-tadpole-sysv* ) | |
2053 machine=tad68k opsys=usg5-3 | |
2054 ;; | |
2055 | |
2056 ## Tahoe machines | |
2057 tahoe-tahoe-bsd4.2* ) | |
2058 machine=tahoe opsys=bsd4-2 | |
2059 ;; | |
2060 tahoe-tahoe-bsd4.3* ) | |
2061 machine=tahoe opsys=bsd4-3 | |
2062 ;; | |
2063 | |
2064 ## Tandem Integrity S2 | |
2065 mips-tandem-sysv* ) | |
2066 machine=tandem-s2 opsys=usg5-3 | |
2067 ;; | |
2068 | |
2069 ## Tektronix XD88 | |
2070 m88k-tektronix-sysv3* ) | |
2071 machine=tekxd88 opsys=usg5-3 | |
2072 ;; | |
2073 | |
2074 ## Tektronix 16000 box (6130?) | |
2075 ns16k-tektronix-bsd* ) | |
2076 machine=ns16000 opsys=bsd4-2 | |
2077 ;; | |
2078 ## Tektronix 4300 | |
2079 ## src/m/tek4300.h hints that this is a m68k machine. | |
2080 m68*-tektronix-bsd* ) | |
2081 machine=tek4300 opsys=bsd4-3 | |
2082 ;; | |
2083 | |
2084 ## Titan P2 or P3 | |
2085 ## We seem to have lost the machine-description file titan.h! | |
2086 titan-titan-sysv* ) | |
2087 machine=titan opsys=usg5-3 | |
2088 ;; | |
2089 | |
2090 ## Ustation E30 (SS5E) | |
2091 m68*-unisys-uniplus* ) | |
2092 machine=ustation opsystem=unipl5-2 | |
2093 ;; | |
2094 | |
2095 ## Vaxen. | |
2096 vax-dec-* ) | |
2097 machine=vax | |
2098 case "${canonical}" in | |
2099 *-bsd4.1* ) opsys=bsd4-1 ;; | |
2100 *-bsd4.2* | *-ultrix[0-3].* | *-ultrix4.0* ) opsys=bsd4-2 ;; | |
2101 *-bsd4.3* | *-ultrix* ) opsys=bsd4-3 ;; | |
2102 *-sysv[01]* | *-sysvr[01]* ) opsys=usg5-0 ;; | |
2103 *-sysv2* | *-sysvr2* ) opsys=usg5-2 ;; | |
2104 *-vms* ) opsys=vms ;; | |
2105 * ) unported=yes | |
2106 esac | |
2107 ;; | |
2108 | |
2109 ## Whitechapel MG1 | |
2110 ns16k-whitechapel-* ) | |
2111 machine=mg1 | |
2112 ## We don't know what sort of OS runs on these; we'll let the | |
2113 ## operating system guessing code below try. | |
2114 ;; | |
2115 | |
2116 ## Wicat | |
2117 m68*-wicat-sysv* ) | |
2118 machine=wicat opsys=usg5-2 | |
2119 ;; | |
2120 | |
30576 | 2121 ## IA-64 |
2122 ia64*-*-linux* ) | |
2123 machine=ia64 opsys=gnu-linux | |
2124 ;; | |
2125 | |
25897 | 2126 ## Intel 386 machines where we don't care about the manufacturer |
2127 i[3456]86-*-* ) | |
2128 machine=intel386 | |
2129 case "${canonical}" in | |
29654 | 2130 *-lynxos* ) opsys=lynxos ;; |
25897 | 2131 *-isc1.* | *-isc2.[01]* ) opsys=386-ix ;; |
2132 *-isc2.2* ) opsys=isc2-2 ;; | |
2133 *-isc4.0* ) opsys=isc4-0 ;; | |
2134 *-isc4.* ) opsys=isc4-1 | |
2135 GCC_TEST_OPTIONS=-posix | |
2136 NON_GCC_TEST_OPTIONS=-Xp | |
2137 ;; | |
2138 *-isc* ) opsys=isc3-0 ;; | |
2139 *-esix5* ) opsys=esix5r4; NON_GNU_CPP=/usr/lib/cpp ;; | |
2140 *-esix* ) opsys=esix ;; | |
2141 *-xenix* ) opsys=xenix ;; | |
2142 *-linux-gnu* ) opsys=gnu-linux ;; | |
2143 *-sco3.2v4* ) opsys=sco4 ; NON_GNU_CPP=/lib/cpp ;; | |
40056 | 2144 *-sco3.2v5* ) opsys=sco5 |
25897 | 2145 NON_GNU_CPP=/lib/cpp |
2146 # Prevent -belf from being passed to $CPP. | |
2147 # /lib/cpp does not accept it. | |
2148 OVERRIDE_CPPFLAGS=" " | |
2149 ;; | |
2150 *-sysv4.2uw* ) opsys=unixware; NON_GNU_CPP=/lib/cpp ;; | |
2151 *-386bsd* ) opsys=386bsd ;; | |
2152 *-nextstep* ) opsys=nextstep ;; | |
2153 ## Otherwise, we'll fall through to the generic opsys code at the bottom. | |
2154 esac | |
2155 ;; | |
2156 | |
2157 ## m68k Linux-based GNU system | |
2158 m68k-*-linux-gnu* ) | |
2159 machine=m68k opsys=gnu-linux | |
2160 ;; | |
2161 | |
2162 ## Mips Linux-based GNU system | |
2163 mips-*-linux-gnu* ) | |
2164 machine=mips opsys=gnu-linux | |
2165 ;; | |
2166 | |
2167 ## UXP/DS | |
2168 sparc-fujitsu-sysv4* ) | |
2169 machine=sparc opsys=uxpds | |
2170 NON_GNU_CPP=/usr/ccs/lib/cpp | |
2171 RANLIB="ar -ts" | |
2172 ;; | |
2173 | |
2174 ## UXP/V | |
2175 f301-fujitsu-uxpv4.1) | |
2176 machine=f301 opsys=uxpv | |
2177 ;; | |
2178 | |
2179 * ) | |
2180 unported=yes | |
2181 ;; | |
2182 esac | |
2183 | |
2184 ### If the code above didn't choose an operating system, just choose | |
2185 ### an operating system based on the configuration name. You really | |
2186 ### only want to use this when you have no idea what the right | |
2187 ### operating system is; if you know what operating systems a machine | |
2188 ### runs, it's cleaner to make it explicit in the case statement | |
2189 ### above. | |
2190 if test x"${opsys}" = x; then | |
2191 case "${canonical}" in | |
2192 *-gnu* ) opsys=gnu ;; | |
2193 *-bsd4.[01] ) opsys=bsd4-1 ;; | |
2194 *-bsd4.2 ) opsys=bsd4-2 ;; | |
2195 *-bsd4.3 ) opsys=bsd4-3 ;; | |
2196 *-sysv0 | *-sysvr0 ) opsys=usg5-0 ;; | |
2197 *-sysv2 | *-sysvr2 ) opsys=usg5-2 ;; | |
2198 *-sysv2.2 | *-sysvr2.2 ) opsys=usg5-2-2 ;; | |
2199 *-sysv3* | *-sysvr3* ) opsys=usg5-3 ;; | |
2200 *-sysv4.2uw* ) opsys=unixware ;; | |
2201 *-sysv4.1* | *-sysvr4.1* ) | |
2202 NON_GNU_CPP=/usr/lib/cpp | |
2203 opsys=usg5-4 ;; | |
2204 *-sysv4.[2-9]* | *-sysvr4.[2-9]* ) | |
2205 if [ x$NON_GNU_CPP = x ]; then | |
2206 if [ -f /usr/ccs/lib/cpp ]; then | |
2207 NON_GNU_CPP=/usr/ccs/lib/cpp | |
2208 else | |
2209 NON_GNU_CPP=/lib/cpp | |
2210 fi | |
2211 fi | |
2212 opsys=usg5-4-2 ;; | |
2213 *-sysv4* | *-sysvr4* ) opsys=usg5-4 ;; | |
2214 * ) | |
2215 unported=yes | |
2216 ;; | |
2217 esac | |
2218 fi | |
2219 | |
2220 if test $unported = yes; then | |
41675 | 2221 { { echo "$as_me:2221: error: Emacs hasn't been ported to \`${canonical}' systems. |
40056 | 2222 Check \`etc/MACHINES' for recognized configuration names." >&5 |
2223 echo "$as_me: error: Emacs hasn't been ported to \`${canonical}' systems. | |
2224 Check \`etc/MACHINES' for recognized configuration names." >&2;} | |
2225 { (exit 1); exit 1; }; } | |
25897 | 2226 fi |
2227 | |
2228 machfile="m/${machine}.h" | |
2229 opsysfile="s/${opsys}.h" | |
2230 | |
2231 #### Choose a compiler. | |
2232 test -n "$CC" && cc_specified=yes | |
2233 | |
2234 # Save the value of CFLAGS that the user specified. | |
2235 SPECIFIED_CFLAGS="$CFLAGS" | |
2236 | |
2237 case ${with_gcc} in | |
2238 "yes" ) CC="gcc" GCC=yes ;; | |
2239 "no" ) : ${CC=cc} ;; | |
40056 | 2240 * ) |
2241 esac | |
2242 ac_ext=c | |
2243 ac_cpp='$CPP $CPPFLAGS' | |
2244 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
2245 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
2246 ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
2247 if test -n "$ac_tool_prefix"; then | |
2248 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. | |
2249 set dummy ${ac_tool_prefix}gcc; ac_word=$2 | |
41675 | 2250 echo "$as_me:2250: checking for $ac_word" >&5 |
40056 | 2251 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 |
2252 if test "${ac_cv_prog_CC+set}" = set; then | |
2253 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
2254 else | |
2255 if test -n "$CC"; then | |
2256 ac_cv_prog_CC="$CC" # Let the user override the test. | |
2257 else | |
2258 ac_save_IFS=$IFS; IFS=$ac_path_separator | |
2259 ac_dummy="$PATH" | |
2260 for ac_dir in $ac_dummy; do | |
2261 IFS=$ac_save_IFS | |
2262 test -z "$ac_dir" && ac_dir=. | |
2263 $as_executable_p "$ac_dir/$ac_word" || continue | |
2264 ac_cv_prog_CC="${ac_tool_prefix}gcc" | |
41675 | 2265 echo "$as_me:2265: found $ac_dir/$ac_word" >&5 |
40056 | 2266 break |
2267 done | |
2268 | |
2269 fi | |
2270 fi | |
2271 CC=$ac_cv_prog_CC | |
2272 if test -n "$CC"; then | |
41675 | 2273 echo "$as_me:2273: result: $CC" >&5 |
40056 | 2274 echo "${ECHO_T}$CC" >&6 |
2275 else | |
41675 | 2276 echo "$as_me:2276: result: no" >&5 |
40056 | 2277 echo "${ECHO_T}no" >&6 |
2278 fi | |
2279 | |
2280 fi | |
2281 if test -z "$ac_cv_prog_CC"; then | |
2282 ac_ct_CC=$CC | |
2283 # Extract the first word of "gcc", so it can be a program name with args. | |
25897 | 2284 set dummy gcc; ac_word=$2 |
41675 | 2285 echo "$as_me:2285: checking for $ac_word" >&5 |
40056 | 2286 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 |
2287 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then | |
2288 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
2289 else | |
2290 if test -n "$ac_ct_CC"; then | |
2291 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. | |
2292 else | |
2293 ac_save_IFS=$IFS; IFS=$ac_path_separator | |
2294 ac_dummy="$PATH" | |
2295 for ac_dir in $ac_dummy; do | |
2296 IFS=$ac_save_IFS | |
2297 test -z "$ac_dir" && ac_dir=. | |
2298 $as_executable_p "$ac_dir/$ac_word" || continue | |
2299 ac_cv_prog_ac_ct_CC="gcc" | |
41675 | 2300 echo "$as_me:2300: found $ac_dir/$ac_word" >&5 |
40056 | 2301 break |
2302 done | |
2303 | |
2304 fi | |
2305 fi | |
2306 ac_ct_CC=$ac_cv_prog_ac_ct_CC | |
2307 if test -n "$ac_ct_CC"; then | |
41675 | 2308 echo "$as_me:2308: result: $ac_ct_CC" >&5 |
40056 | 2309 echo "${ECHO_T}$ac_ct_CC" >&6 |
2310 else | |
41675 | 2311 echo "$as_me:2311: result: no" >&5 |
40056 | 2312 echo "${ECHO_T}no" >&6 |
2313 fi | |
2314 | |
2315 CC=$ac_ct_CC | |
2316 else | |
2317 CC="$ac_cv_prog_CC" | |
2318 fi | |
2319 | |
2320 if test -z "$CC"; then | |
2321 if test -n "$ac_tool_prefix"; then | |
2322 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. | |
2323 set dummy ${ac_tool_prefix}cc; ac_word=$2 | |
41675 | 2324 echo "$as_me:2324: checking for $ac_word" >&5 |
40056 | 2325 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 |
2326 if test "${ac_cv_prog_CC+set}" = set; then | |
2327 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
25897 | 2328 else |
2329 if test -n "$CC"; then | |
2330 ac_cv_prog_CC="$CC" # Let the user override the test. | |
2331 else | |
40056 | 2332 ac_save_IFS=$IFS; IFS=$ac_path_separator |
2333 ac_dummy="$PATH" | |
2334 for ac_dir in $ac_dummy; do | |
2335 IFS=$ac_save_IFS | |
2336 test -z "$ac_dir" && ac_dir=. | |
2337 $as_executable_p "$ac_dir/$ac_word" || continue | |
2338 ac_cv_prog_CC="${ac_tool_prefix}cc" | |
41675 | 2339 echo "$as_me:2339: found $ac_dir/$ac_word" >&5 |
40056 | 2340 break |
2341 done | |
2342 | |
2343 fi | |
2344 fi | |
2345 CC=$ac_cv_prog_CC | |
25897 | 2346 if test -n "$CC"; then |
41675 | 2347 echo "$as_me:2347: result: $CC" >&5 |
40056 | 2348 echo "${ECHO_T}$CC" >&6 |
2349 else | |
41675 | 2350 echo "$as_me:2350: result: no" >&5 |
40056 | 2351 echo "${ECHO_T}no" >&6 |
2352 fi | |
2353 | |
2354 fi | |
2355 if test -z "$ac_cv_prog_CC"; then | |
2356 ac_ct_CC=$CC | |
2357 # Extract the first word of "cc", so it can be a program name with args. | |
2358 set dummy cc; ac_word=$2 | |
41675 | 2359 echo "$as_me:2359: checking for $ac_word" >&5 |
40056 | 2360 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 |
2361 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then | |
2362 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
2363 else | |
2364 if test -n "$ac_ct_CC"; then | |
2365 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. | |
2366 else | |
2367 ac_save_IFS=$IFS; IFS=$ac_path_separator | |
2368 ac_dummy="$PATH" | |
2369 for ac_dir in $ac_dummy; do | |
2370 IFS=$ac_save_IFS | |
2371 test -z "$ac_dir" && ac_dir=. | |
2372 $as_executable_p "$ac_dir/$ac_word" || continue | |
2373 ac_cv_prog_ac_ct_CC="cc" | |
41675 | 2374 echo "$as_me:2374: found $ac_dir/$ac_word" >&5 |
40056 | 2375 break |
2376 done | |
2377 | |
2378 fi | |
2379 fi | |
2380 ac_ct_CC=$ac_cv_prog_ac_ct_CC | |
2381 if test -n "$ac_ct_CC"; then | |
41675 | 2382 echo "$as_me:2382: result: $ac_ct_CC" >&5 |
40056 | 2383 echo "${ECHO_T}$ac_ct_CC" >&6 |
2384 else | |
41675 | 2385 echo "$as_me:2385: result: no" >&5 |
40056 | 2386 echo "${ECHO_T}no" >&6 |
2387 fi | |
2388 | |
2389 CC=$ac_ct_CC | |
2390 else | |
2391 CC="$ac_cv_prog_CC" | |
2392 fi | |
2393 | |
2394 fi | |
25897 | 2395 if test -z "$CC"; then |
2396 # Extract the first word of "cc", so it can be a program name with args. | |
2397 set dummy cc; ac_word=$2 | |
41675 | 2398 echo "$as_me:2398: checking for $ac_word" >&5 |
40056 | 2399 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 |
2400 if test "${ac_cv_prog_CC+set}" = set; then | |
2401 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
25897 | 2402 else |
2403 if test -n "$CC"; then | |
2404 ac_cv_prog_CC="$CC" # Let the user override the test. | |
2405 else | |
2406 ac_prog_rejected=no | |
40056 | 2407 ac_save_IFS=$IFS; IFS=$ac_path_separator |
2408 ac_dummy="$PATH" | |
2409 for ac_dir in $ac_dummy; do | |
2410 IFS=$ac_save_IFS | |
2411 test -z "$ac_dir" && ac_dir=. | |
2412 $as_executable_p "$ac_dir/$ac_word" || continue | |
2413 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then | |
2414 ac_prog_rejected=yes | |
2415 continue | |
2416 fi | |
2417 ac_cv_prog_CC="cc" | |
41675 | 2418 echo "$as_me:2418: found $ac_dir/$ac_word" >&5 |
40056 | 2419 break |
2420 done | |
2421 | |
25897 | 2422 if test $ac_prog_rejected = yes; then |
2423 # We found a bogon in the path, so make sure we never use it. | |
2424 set dummy $ac_cv_prog_CC | |
2425 shift | |
40056 | 2426 if test $# != 0; then |
25897 | 2427 # We chose a different compiler from the bogus one. |
2428 # However, it has the same basename, so the bogon will be chosen | |
2429 # first if we set CC to just the basename; use the full file name. | |
2430 shift | |
40056 | 2431 set dummy "$ac_dir/$ac_word" ${1+"$@"} |
25897 | 2432 shift |
2433 ac_cv_prog_CC="$@" | |
2434 fi | |
2435 fi | |
2436 fi | |
2437 fi | |
40056 | 2438 CC=$ac_cv_prog_CC |
25897 | 2439 if test -n "$CC"; then |
41675 | 2440 echo "$as_me:2440: result: $CC" >&5 |
40056 | 2441 echo "${ECHO_T}$CC" >&6 |
2442 else | |
41675 | 2443 echo "$as_me:2443: result: no" >&5 |
40056 | 2444 echo "${ECHO_T}no" >&6 |
2445 fi | |
2446 | |
2447 fi | |
2448 if test -z "$CC"; then | |
2449 if test -n "$ac_tool_prefix"; then | |
2450 for ac_prog in cl | |
2451 do | |
2452 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. | |
2453 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 | |
41675 | 2454 echo "$as_me:2454: checking for $ac_word" >&5 |
40056 | 2455 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 |
2456 if test "${ac_cv_prog_CC+set}" = set; then | |
2457 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
27205 | 2458 else |
2459 if test -n "$CC"; then | |
2460 ac_cv_prog_CC="$CC" # Let the user override the test. | |
2461 else | |
40056 | 2462 ac_save_IFS=$IFS; IFS=$ac_path_separator |
2463 ac_dummy="$PATH" | |
2464 for ac_dir in $ac_dummy; do | |
2465 IFS=$ac_save_IFS | |
2466 test -z "$ac_dir" && ac_dir=. | |
2467 $as_executable_p "$ac_dir/$ac_word" || continue | |
2468 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" | |
41675 | 2469 echo "$as_me:2469: found $ac_dir/$ac_word" >&5 |
40056 | 2470 break |
2471 done | |
2472 | |
2473 fi | |
2474 fi | |
2475 CC=$ac_cv_prog_CC | |
27205 | 2476 if test -n "$CC"; then |
41675 | 2477 echo "$as_me:2477: result: $CC" >&5 |
40056 | 2478 echo "${ECHO_T}$CC" >&6 |
2479 else | |
41675 | 2480 echo "$as_me:2480: result: no" >&5 |
40056 | 2481 echo "${ECHO_T}no" >&6 |
2482 fi | |
2483 | |
2484 test -n "$CC" && break | |
2485 done | |
2486 fi | |
2487 if test -z "$CC"; then | |
2488 ac_ct_CC=$CC | |
2489 for ac_prog in cl | |
2490 do | |
2491 # Extract the first word of "$ac_prog", so it can be a program name with args. | |
2492 set dummy $ac_prog; ac_word=$2 | |
41675 | 2493 echo "$as_me:2493: checking for $ac_word" >&5 |
40056 | 2494 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 |
2495 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then | |
2496 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
2497 else | |
2498 if test -n "$ac_ct_CC"; then | |
2499 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. | |
2500 else | |
2501 ac_save_IFS=$IFS; IFS=$ac_path_separator | |
2502 ac_dummy="$PATH" | |
2503 for ac_dir in $ac_dummy; do | |
2504 IFS=$ac_save_IFS | |
2505 test -z "$ac_dir" && ac_dir=. | |
2506 $as_executable_p "$ac_dir/$ac_word" || continue | |
2507 ac_cv_prog_ac_ct_CC="$ac_prog" | |
41675 | 2508 echo "$as_me:2508: found $ac_dir/$ac_word" >&5 |
40056 | 2509 break |
2510 done | |
2511 | |
2512 fi | |
2513 fi | |
2514 ac_ct_CC=$ac_cv_prog_ac_ct_CC | |
2515 if test -n "$ac_ct_CC"; then | |
41675 | 2516 echo "$as_me:2516: result: $ac_ct_CC" >&5 |
40056 | 2517 echo "${ECHO_T}$ac_ct_CC" >&6 |
2518 else | |
41675 | 2519 echo "$as_me:2519: result: no" >&5 |
40056 | 2520 echo "${ECHO_T}no" >&6 |
2521 fi | |
2522 | |
2523 test -n "$ac_ct_CC" && break | |
2524 done | |
2525 | |
2526 CC=$ac_ct_CC | |
2527 fi | |
2528 | |
2529 fi | |
2530 | |
41675 | 2531 test -z "$CC" && { { echo "$as_me:2531: error: no acceptable cc found in \$PATH" >&5 |
40056 | 2532 echo "$as_me: error: no acceptable cc found in \$PATH" >&2;} |
2533 { (exit 1); exit 1; }; } | |
2534 | |
2535 # Provide some information about the compiler. | |
41675 | 2536 echo "$as_me:2536:" \ |
40056 | 2537 "checking for C compiler version" >&5 |
2538 ac_compiler=`set X $ac_compile; echo $2` | |
41675 | 2539 { (eval echo "$as_me:2539: \"$ac_compiler --version </dev/null >&5\"") >&5 |
40056 | 2540 (eval $ac_compiler --version </dev/null >&5) 2>&5 |
2541 ac_status=$? | |
41675 | 2542 echo "$as_me:2542: \$? = $ac_status" >&5 |
40056 | 2543 (exit $ac_status); } |
41675 | 2544 { (eval echo "$as_me:2544: \"$ac_compiler -v </dev/null >&5\"") >&5 |
40056 | 2545 (eval $ac_compiler -v </dev/null >&5) 2>&5 |
2546 ac_status=$? | |
41675 | 2547 echo "$as_me:2547: \$? = $ac_status" >&5 |
40056 | 2548 (exit $ac_status); } |
41675 | 2549 { (eval echo "$as_me:2549: \"$ac_compiler -V </dev/null >&5\"") >&5 |
40056 | 2550 (eval $ac_compiler -V </dev/null >&5) 2>&5 |
2551 ac_status=$? | |
41675 | 2552 echo "$as_me:2552: \$? = $ac_status" >&5 |
40056 | 2553 (exit $ac_status); } |
2554 | |
2555 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 2556 #line 2556 "configure" |
40056 | 2557 #include "confdefs.h" |
2558 | |
2559 int | |
2560 main () | |
2561 { | |
2562 | |
2563 ; | |
2564 return 0; | |
2565 } | |
2566 _ACEOF | |
2567 ac_clean_files_save=$ac_clean_files | |
2568 ac_clean_files="$ac_clean_files a.out a.exe" | |
2569 # Try to create an executable without -o first, disregard a.out. | |
2570 # It will help us diagnose broken compilers, and finding out an intuition | |
2571 # of exeext. | |
41675 | 2572 echo "$as_me:2572: checking for C compiler default output" >&5 |
40056 | 2573 echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6 |
2574 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` | |
41675 | 2575 if { (eval echo "$as_me:2575: \"$ac_link_default\"") >&5 |
40056 | 2576 (eval $ac_link_default) 2>&5 |
2577 ac_status=$? | |
41675 | 2578 echo "$as_me:2578: \$? = $ac_status" >&5 |
40056 | 2579 (exit $ac_status); }; then |
2580 # Find the output, starting from the most likely. This scheme is | |
2581 # not robust to junk in `.', hence go to wildcards (a.*) only as a last | |
2582 # resort. | |
2583 for ac_file in `ls a.exe conftest.exe 2>/dev/null; | |
2584 ls a.out conftest 2>/dev/null; | |
2585 ls a.* conftest.* 2>/dev/null`; do | |
2586 case $ac_file in | |
2587 *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;; | |
2588 a.out ) # We found the default executable, but exeext='' is most | |
2589 # certainly right. | |
2590 break;; | |
2591 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` | |
2592 # FIXME: I believe we export ac_cv_exeext for Libtool --akim. | |
2593 export ac_cv_exeext | |
2594 break;; | |
2595 * ) break;; | |
2596 esac | |
2597 done | |
2598 else | |
2599 echo "$as_me: failed program was:" >&5 | |
2600 cat conftest.$ac_ext >&5 | |
41675 | 2601 { { echo "$as_me:2601: error: C compiler cannot create executables" >&5 |
40056 | 2602 echo "$as_me: error: C compiler cannot create executables" >&2;} |
2603 { (exit 77); exit 77; }; } | |
2604 fi | |
2605 | |
2606 ac_exeext=$ac_cv_exeext | |
41675 | 2607 echo "$as_me:2607: result: $ac_file" >&5 |
40056 | 2608 echo "${ECHO_T}$ac_file" >&6 |
2609 | |
2610 # Check the compiler produces executables we can run. If not, either | |
2611 # the compiler is broken, or we cross compile. | |
41675 | 2612 echo "$as_me:2612: checking whether the C compiler works" >&5 |
40056 | 2613 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6 |
2614 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 | |
2615 # If not cross compiling, check that we can run a simple program. | |
2616 if test "$cross_compiling" != yes; then | |
2617 if { ac_try='./$ac_file' | |
41675 | 2618 { (eval echo "$as_me:2618: \"$ac_try\"") >&5 |
2619 (eval $ac_try) 2>&5 | |
2620 ac_status=$? | |
2621 echo "$as_me:2621: \$? = $ac_status" >&5 | |
40056 | 2622 (exit $ac_status); }; }; then |
2623 cross_compiling=no | |
25897 | 2624 else |
40056 | 2625 if test "$cross_compiling" = maybe; then |
2626 cross_compiling=yes | |
2627 else | |
41675 | 2628 { { echo "$as_me:2628: error: cannot run C compiled programs. |
40056 | 2629 If you meant to cross compile, use \`--host'." >&5 |
2630 echo "$as_me: error: cannot run C compiled programs. | |
2631 If you meant to cross compile, use \`--host'." >&2;} | |
2632 { (exit 1); exit 1; }; } | |
2633 fi | |
2634 fi | |
2635 fi | |
41675 | 2636 echo "$as_me:2636: result: yes" >&5 |
40056 | 2637 echo "${ECHO_T}yes" >&6 |
2638 | |
2639 rm -f a.out a.exe conftest$ac_cv_exeext | |
2640 ac_clean_files=$ac_clean_files_save | |
2641 # Check the compiler produces executables we can run. If not, either | |
2642 # the compiler is broken, or we cross compile. | |
41675 | 2643 echo "$as_me:2643: checking whether we are cross compiling" >&5 |
40056 | 2644 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6 |
41675 | 2645 echo "$as_me:2645: result: $cross_compiling" >&5 |
40056 | 2646 echo "${ECHO_T}$cross_compiling" >&6 |
2647 | |
41675 | 2648 echo "$as_me:2648: checking for executable suffix" >&5 |
40056 | 2649 echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6 |
41675 | 2650 if { (eval echo "$as_me:2650: \"$ac_link\"") >&5 |
2651 (eval $ac_link) 2>&5 | |
2652 ac_status=$? | |
2653 echo "$as_me:2653: \$? = $ac_status" >&5 | |
40056 | 2654 (exit $ac_status); }; then |
2655 # If both `conftest.exe' and `conftest' are `present' (well, observable) | |
2656 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will | |
2657 # work properly (i.e., refer to `conftest.exe'), while it won't with | |
2658 # `rm'. | |
2659 for ac_file in `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do | |
2660 case $ac_file in | |
2661 *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;; | |
2662 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` | |
2663 export ac_cv_exeext | |
2664 break;; | |
2665 * ) break;; | |
2666 esac | |
2667 done | |
2668 else | |
41675 | 2669 { { echo "$as_me:2669: error: cannot compute EXEEXT: cannot compile and link" >&5 |
40056 | 2670 echo "$as_me: error: cannot compute EXEEXT: cannot compile and link" >&2;} |
2671 { (exit 1); exit 1; }; } | |
2672 fi | |
2673 | |
2674 rm -f conftest$ac_cv_exeext | |
41675 | 2675 echo "$as_me:2675: result: $ac_cv_exeext" >&5 |
40056 | 2676 echo "${ECHO_T}$ac_cv_exeext" >&6 |
2677 | |
2678 rm -f conftest.$ac_ext | |
2679 EXEEXT=$ac_cv_exeext | |
2680 ac_exeext=$EXEEXT | |
41675 | 2681 echo "$as_me:2681: checking for object suffix" >&5 |
40056 | 2682 echo $ECHO_N "checking for object suffix... $ECHO_C" >&6 |
2683 if test "${ac_cv_objext+set}" = set; then | |
2684 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
2685 else | |
2686 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 2687 #line 2687 "configure" |
40056 | 2688 #include "confdefs.h" |
2689 | |
2690 int | |
2691 main () | |
2692 { | |
2693 | |
2694 ; | |
2695 return 0; | |
2696 } | |
2697 _ACEOF | |
2698 rm -f conftest.o conftest.obj | |
41675 | 2699 if { (eval echo "$as_me:2699: \"$ac_compile\"") >&5 |
40056 | 2700 (eval $ac_compile) 2>&5 |
2701 ac_status=$? | |
41675 | 2702 echo "$as_me:2702: \$? = $ac_status" >&5 |
40056 | 2703 (exit $ac_status); }; then |
2704 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do | |
2705 case $ac_file in | |
2706 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb ) ;; | |
2707 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` | |
2708 break;; | |
2709 esac | |
2710 done | |
2711 else | |
2712 echo "$as_me: failed program was:" >&5 | |
2713 cat conftest.$ac_ext >&5 | |
41675 | 2714 { { echo "$as_me:2714: error: cannot compute OBJEXT: cannot compile" >&5 |
40056 | 2715 echo "$as_me: error: cannot compute OBJEXT: cannot compile" >&2;} |
2716 { (exit 1); exit 1; }; } | |
2717 fi | |
2718 | |
2719 rm -f conftest.$ac_cv_objext conftest.$ac_ext | |
2720 fi | |
41675 | 2721 echo "$as_me:2721: result: $ac_cv_objext" >&5 |
40056 | 2722 echo "${ECHO_T}$ac_cv_objext" >&6 |
2723 OBJEXT=$ac_cv_objext | |
2724 ac_objext=$OBJEXT | |
41675 | 2725 echo "$as_me:2725: checking whether we are using the GNU C compiler" >&5 |
40056 | 2726 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6 |
2727 if test "${ac_cv_c_compiler_gnu+set}" = set; then | |
2728 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
2729 else | |
2730 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 2731 #line 2731 "configure" |
40056 | 2732 #include "confdefs.h" |
2733 | |
2734 int | |
2735 main () | |
2736 { | |
2737 #ifndef __GNUC__ | |
2738 choke me | |
2739 #endif | |
2740 | |
2741 ; | |
2742 return 0; | |
2743 } | |
2744 _ACEOF | |
2745 rm -f conftest.$ac_objext | |
41675 | 2746 if { (eval echo "$as_me:2746: \"$ac_compile\"") >&5 |
40056 | 2747 (eval $ac_compile) 2>&5 |
2748 ac_status=$? | |
41675 | 2749 echo "$as_me:2749: \$? = $ac_status" >&5 |
41148 | 2750 (exit $ac_status); } && |
2751 { ac_try='test -s conftest.$ac_objext' | |
41675 | 2752 { (eval echo "$as_me:2752: \"$ac_try\"") >&5 |
2753 (eval $ac_try) 2>&5 | |
2754 ac_status=$? | |
2755 echo "$as_me:2755: \$? = $ac_status" >&5 | |
40056 | 2756 (exit $ac_status); }; }; then |
2757 ac_compiler_gnu=yes | |
2758 else | |
2759 echo "$as_me: failed program was:" >&5 | |
2760 cat conftest.$ac_ext >&5 | |
2761 ac_compiler_gnu=no | |
2762 fi | |
2763 rm -f conftest.$ac_objext conftest.$ac_ext | |
2764 ac_cv_c_compiler_gnu=$ac_compiler_gnu | |
2765 | |
2766 fi | |
41675 | 2767 echo "$as_me:2767: result: $ac_cv_c_compiler_gnu" >&5 |
40056 | 2768 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6 |
2769 GCC=`test $ac_compiler_gnu = yes && echo yes` | |
2770 ac_test_CFLAGS=${CFLAGS+set} | |
2771 ac_save_CFLAGS=$CFLAGS | |
2772 CFLAGS="-g" | |
41675 | 2773 echo "$as_me:2773: checking whether $CC accepts -g" >&5 |
40056 | 2774 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6 |
2775 if test "${ac_cv_prog_cc_g+set}" = set; then | |
2776 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
2777 else | |
2778 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 2779 #line 2779 "configure" |
40056 | 2780 #include "confdefs.h" |
2781 | |
2782 int | |
2783 main () | |
2784 { | |
2785 | |
2786 ; | |
2787 return 0; | |
2788 } | |
2789 _ACEOF | |
2790 rm -f conftest.$ac_objext | |
41675 | 2791 if { (eval echo "$as_me:2791: \"$ac_compile\"") >&5 |
40056 | 2792 (eval $ac_compile) 2>&5 |
2793 ac_status=$? | |
41675 | 2794 echo "$as_me:2794: \$? = $ac_status" >&5 |
41148 | 2795 (exit $ac_status); } && |
2796 { ac_try='test -s conftest.$ac_objext' | |
41675 | 2797 { (eval echo "$as_me:2797: \"$ac_try\"") >&5 |
2798 (eval $ac_try) 2>&5 | |
2799 ac_status=$? | |
2800 echo "$as_me:2800: \$? = $ac_status" >&5 | |
40056 | 2801 (exit $ac_status); }; }; then |
25897 | 2802 ac_cv_prog_cc_g=yes |
2803 else | |
40056 | 2804 echo "$as_me: failed program was:" >&5 |
2805 cat conftest.$ac_ext >&5 | |
2806 ac_cv_prog_cc_g=no | |
2807 fi | |
2808 rm -f conftest.$ac_objext conftest.$ac_ext | |
2809 fi | |
41675 | 2810 echo "$as_me:2810: result: $ac_cv_prog_cc_g" >&5 |
40056 | 2811 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 |
27205 | 2812 if test "$ac_test_CFLAGS" = set; then |
40056 | 2813 CFLAGS=$ac_save_CFLAGS |
27205 | 2814 elif test $ac_cv_prog_cc_g = yes; then |
2815 if test "$GCC" = yes; then | |
25897 | 2816 CFLAGS="-g -O2" |
2817 else | |
27205 | 2818 CFLAGS="-g" |
25897 | 2819 fi |
2820 else | |
27205 | 2821 if test "$GCC" = yes; then |
2822 CFLAGS="-O2" | |
2823 else | |
2824 CFLAGS= | |
2825 fi | |
25897 | 2826 fi |
40056 | 2827 # Some people use a C++ compiler to compile C. Since we use `exit', |
2828 # in C++ we need to declare it. In case someone uses the same compiler | |
2829 # for both compiling C and C++ we need to have the C++ compiler decide | |
2830 # the declaration of exit, since it's the most demanding environment. | |
2831 cat >conftest.$ac_ext <<_ACEOF | |
2832 #ifndef __cplusplus | |
2833 choke me | |
2834 #endif | |
2835 _ACEOF | |
2836 rm -f conftest.$ac_objext | |
41675 | 2837 if { (eval echo "$as_me:2837: \"$ac_compile\"") >&5 |
40056 | 2838 (eval $ac_compile) 2>&5 |
2839 ac_status=$? | |
41675 | 2840 echo "$as_me:2840: \$? = $ac_status" >&5 |
41148 | 2841 (exit $ac_status); } && |
2842 { ac_try='test -s conftest.$ac_objext' | |
41675 | 2843 { (eval echo "$as_me:2843: \"$ac_try\"") >&5 |
2844 (eval $ac_try) 2>&5 | |
2845 ac_status=$? | |
2846 echo "$as_me:2846: \$? = $ac_status" >&5 | |
40056 | 2847 (exit $ac_status); }; }; then |
2848 for ac_declaration in \ | |
2849 ''\ | |
2850 '#include <stdlib.h>' \ | |
2851 'extern "C" void std::exit (int) throw (); using std::exit;' \ | |
2852 'extern "C" void std::exit (int); using std::exit;' \ | |
2853 'extern "C" void exit (int) throw ();' \ | |
2854 'extern "C" void exit (int);' \ | |
2855 'void exit (int);' | |
2856 do | |
2857 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 2858 #line 2858 "configure" |
40056 | 2859 #include "confdefs.h" |
2860 #include <stdlib.h> | |
2861 $ac_declaration | |
2862 int | |
2863 main () | |
2864 { | |
2865 exit (42); | |
2866 ; | |
2867 return 0; | |
2868 } | |
2869 _ACEOF | |
2870 rm -f conftest.$ac_objext | |
41675 | 2871 if { (eval echo "$as_me:2871: \"$ac_compile\"") >&5 |
40056 | 2872 (eval $ac_compile) 2>&5 |
2873 ac_status=$? | |
41675 | 2874 echo "$as_me:2874: \$? = $ac_status" >&5 |
41148 | 2875 (exit $ac_status); } && |
2876 { ac_try='test -s conftest.$ac_objext' | |
41675 | 2877 { (eval echo "$as_me:2877: \"$ac_try\"") >&5 |
2878 (eval $ac_try) 2>&5 | |
2879 ac_status=$? | |
2880 echo "$as_me:2880: \$? = $ac_status" >&5 | |
40056 | 2881 (exit $ac_status); }; }; then |
2882 : | |
2883 else | |
2884 echo "$as_me: failed program was:" >&5 | |
2885 cat conftest.$ac_ext >&5 | |
2886 continue | |
2887 fi | |
2888 rm -f conftest.$ac_objext conftest.$ac_ext | |
2889 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 2890 #line 2890 "configure" |
40056 | 2891 #include "confdefs.h" |
2892 $ac_declaration | |
2893 int | |
2894 main () | |
2895 { | |
2896 exit (42); | |
2897 ; | |
2898 return 0; | |
2899 } | |
2900 _ACEOF | |
2901 rm -f conftest.$ac_objext | |
41675 | 2902 if { (eval echo "$as_me:2902: \"$ac_compile\"") >&5 |
40056 | 2903 (eval $ac_compile) 2>&5 |
2904 ac_status=$? | |
41675 | 2905 echo "$as_me:2905: \$? = $ac_status" >&5 |
41148 | 2906 (exit $ac_status); } && |
2907 { ac_try='test -s conftest.$ac_objext' | |
41675 | 2908 { (eval echo "$as_me:2908: \"$ac_try\"") >&5 |
2909 (eval $ac_try) 2>&5 | |
2910 ac_status=$? | |
2911 echo "$as_me:2911: \$? = $ac_status" >&5 | |
40056 | 2912 (exit $ac_status); }; }; then |
2913 break | |
2914 else | |
2915 echo "$as_me: failed program was:" >&5 | |
2916 cat conftest.$ac_ext >&5 | |
2917 fi | |
2918 rm -f conftest.$ac_objext conftest.$ac_ext | |
2919 done | |
2920 rm -f conftest* | |
2921 if test -n "$ac_declaration"; then | |
2922 echo '#ifdef __cplusplus' >>confdefs.h | |
2923 echo $ac_declaration >>confdefs.h | |
2924 echo '#endif' >>confdefs.h | |
2925 fi | |
2926 | |
2927 else | |
2928 echo "$as_me: failed program was:" >&5 | |
2929 cat conftest.$ac_ext >&5 | |
2930 fi | |
2931 rm -f conftest.$ac_objext conftest.$ac_ext | |
2932 ac_ext=c | |
2933 ac_cpp='$CPP $CPPFLAGS' | |
2934 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
2935 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
2936 ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
25897 | 2937 |
2938 # On Suns, sometimes $CPP names a directory. | |
2939 if test -n "$CPP" && test -d "$CPP"; then | |
2940 CPP= | |
2941 fi | |
2942 | |
2943 #### Some systems specify a CPP to use unless we are using GCC. | |
2944 #### Now that we know whether we are using GCC, we can decide whether | |
2945 #### to use that one. | |
2946 if test "x$NON_GNU_CPP" != x && test x$GCC != xyes && test "x$CPP" = x | |
2947 then | |
2948 CPP="$NON_GNU_CPP" | |
2949 fi | |
2950 | |
2951 #### Some systems specify a CC to use unless we are using GCC. | |
2952 #### Now that we know whether we are using GCC, we can decide whether | |
2953 #### to use that one. | |
2954 if test "x$NON_GNU_CC" != x && test x$GCC != xyes && | |
2955 test x$cc_specified != xyes | |
2956 then | |
2957 CC="$NON_GNU_CC" | |
2958 fi | |
2959 | |
2960 if test x$GCC = xyes && test "x$GCC_TEST_OPTIONS" != x | |
2961 then | |
2962 CC="$CC $GCC_TEST_OPTIONS" | |
2963 fi | |
2964 | |
2965 if test x$GCC = x && test "x$NON_GCC_TEST_OPTIONS" != x | |
2966 then | |
2967 CC="$CC $NON_GCC_TEST_OPTIONS" | |
2968 fi | |
2969 | |
2970 if test x$GCC = xyes && test "x$GCC_LINK_TEST_OPTIONS" != x | |
2971 then | |
2972 ac_link="$ac_link $GCC_LINK_TEST_OPTIONS" | |
2973 fi | |
2974 | |
2975 if test x$GCC = x && test "x$NON_GCC_LINK_TEST_OPTIONS" != x | |
2976 then | |
2977 ac_link="$ac_link $NON_GCC_LINK_TEST_OPTIONS" | |
2978 fi | |
2979 | |
2980 #### Some other nice autoconf tests. If you add a test here which | |
2981 #### should make an entry in src/config.h, don't forget to add an | |
2982 #### #undef clause to src/config.h.in for autoconf to modify. | |
2983 | |
41675 | 2984 echo "$as_me:2984: checking whether ln -s works" >&5 |
40056 | 2985 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6 |
2986 LN_S=$as_ln_s | |
2987 if test "$LN_S" = "ln -s"; then | |
41675 | 2988 echo "$as_me:2988: result: yes" >&5 |
40056 | 2989 echo "${ECHO_T}yes" >&6 |
2990 else | |
41675 | 2991 echo "$as_me:2991: result: no, using $LN_S" >&5 |
40056 | 2992 echo "${ECHO_T}no, using $LN_S" >&6 |
2993 fi | |
2994 | |
2995 ac_ext=c | |
2996 ac_cpp='$CPP $CPPFLAGS' | |
2997 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
2998 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
2999 ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
41675 | 3000 echo "$as_me:3000: checking how to run the C preprocessor" >&5 |
40056 | 3001 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6 |
25897 | 3002 # On Suns, sometimes $CPP names a directory. |
3003 if test -n "$CPP" && test -d "$CPP"; then | |
3004 CPP= | |
3005 fi | |
3006 if test -z "$CPP"; then | |
40056 | 3007 if test "${ac_cv_prog_CPP+set}" = set; then |
3008 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
3009 else | |
3010 # Double quotes because CPP needs to be expanded | |
3011 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" | |
3012 do | |
3013 ac_preproc_ok=false | |
3014 for ac_c_preproc_warn_flag in '' yes | |
3015 do | |
3016 # Use a header file that comes with gcc, so configuring glibc | |
3017 # with a fresh cross-compiler works. | |
25897 | 3018 # On the NeXT, cc -E runs the code through the compiler's parser, |
40056 | 3019 # not just through cpp. "Syntax error" is here to catch this case. |
3020 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 3021 #line 3021 "configure" |
25897 | 3022 #include "confdefs.h" |
3023 #include <assert.h> | |
40056 | 3024 Syntax error |
3025 _ACEOF | |
41675 | 3026 if { (eval echo "$as_me:3026: \"$ac_cpp conftest.$ac_ext\"") >&5 |
40056 | 3027 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
3028 ac_status=$? | |
3029 egrep -v '^ *\+' conftest.er1 >conftest.err | |
3030 rm -f conftest.er1 | |
3031 cat conftest.err >&5 | |
41675 | 3032 echo "$as_me:3032: \$? = $ac_status" >&5 |
40056 | 3033 (exit $ac_status); } >/dev/null; then |
3034 if test -s conftest.err; then | |
3035 ac_cpp_err=$ac_c_preproc_warn_flag | |
3036 else | |
3037 ac_cpp_err= | |
3038 fi | |
3039 else | |
3040 ac_cpp_err=yes | |
3041 fi | |
3042 if test -z "$ac_cpp_err"; then | |
27205 | 3043 : |
3044 else | |
40056 | 3045 echo "$as_me: failed program was:" >&5 |
27205 | 3046 cat conftest.$ac_ext >&5 |
40056 | 3047 # Broken: fails on valid input. |
3048 continue | |
3049 fi | |
3050 rm -f conftest.err conftest.$ac_ext | |
3051 | |
3052 # OK, works on sane cases. Now check whether non-existent headers | |
3053 # can be detected and how. | |
3054 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 3055 #line 3055 "configure" |
40056 | 3056 #include "confdefs.h" |
3057 #include <ac_nonexistent.h> | |
3058 _ACEOF | |
41675 | 3059 if { (eval echo "$as_me:3059: \"$ac_cpp conftest.$ac_ext\"") >&5 |
40056 | 3060 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
3061 ac_status=$? | |
3062 egrep -v '^ *\+' conftest.er1 >conftest.err | |
3063 rm -f conftest.er1 | |
3064 cat conftest.err >&5 | |
41675 | 3065 echo "$as_me:3065: \$? = $ac_status" >&5 |
40056 | 3066 (exit $ac_status); } >/dev/null; then |
3067 if test -s conftest.err; then | |
3068 ac_cpp_err=$ac_c_preproc_warn_flag | |
3069 else | |
3070 ac_cpp_err= | |
3071 fi | |
3072 else | |
3073 ac_cpp_err=yes | |
3074 fi | |
3075 if test -z "$ac_cpp_err"; then | |
3076 # Broken: success on invalid input. | |
3077 continue | |
3078 else | |
3079 echo "$as_me: failed program was:" >&5 | |
3080 cat conftest.$ac_ext >&5 | |
3081 # Passes both tests. | |
3082 ac_preproc_ok=: | |
3083 break | |
3084 fi | |
3085 rm -f conftest.err conftest.$ac_ext | |
3086 | |
3087 done | |
3088 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | |
3089 rm -f conftest.err conftest.$ac_ext | |
3090 if $ac_preproc_ok; then | |
3091 break | |
3092 fi | |
3093 | |
3094 done | |
3095 ac_cv_prog_CPP=$CPP | |
3096 | |
3097 fi | |
3098 CPP=$ac_cv_prog_CPP | |
3099 else | |
3100 ac_cv_prog_CPP=$CPP | |
3101 fi | |
41675 | 3102 echo "$as_me:3102: result: $CPP" >&5 |
40056 | 3103 echo "${ECHO_T}$CPP" >&6 |
3104 ac_preproc_ok=false | |
3105 for ac_c_preproc_warn_flag in '' yes | |
3106 do | |
3107 # Use a header file that comes with gcc, so configuring glibc | |
3108 # with a fresh cross-compiler works. | |
3109 # On the NeXT, cc -E runs the code through the compiler's parser, | |
3110 # not just through cpp. "Syntax error" is here to catch this case. | |
3111 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 3112 #line 3112 "configure" |
27205 | 3113 #include "confdefs.h" |
3114 #include <assert.h> | |
40056 | 3115 Syntax error |
3116 _ACEOF | |
41675 | 3117 if { (eval echo "$as_me:3117: \"$ac_cpp conftest.$ac_ext\"") >&5 |
40056 | 3118 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
3119 ac_status=$? | |
3120 egrep -v '^ *\+' conftest.er1 >conftest.err | |
3121 rm -f conftest.er1 | |
3122 cat conftest.err >&5 | |
41675 | 3123 echo "$as_me:3123: \$? = $ac_status" >&5 |
40056 | 3124 (exit $ac_status); } >/dev/null; then |
3125 if test -s conftest.err; then | |
3126 ac_cpp_err=$ac_c_preproc_warn_flag | |
3127 else | |
3128 ac_cpp_err= | |
3129 fi | |
3130 else | |
3131 ac_cpp_err=yes | |
3132 fi | |
3133 if test -z "$ac_cpp_err"; then | |
25897 | 3134 : |
3135 else | |
40056 | 3136 echo "$as_me: failed program was:" >&5 |
25897 | 3137 cat conftest.$ac_ext >&5 |
40056 | 3138 # Broken: fails on valid input. |
3139 continue | |
3140 fi | |
3141 rm -f conftest.err conftest.$ac_ext | |
3142 | |
3143 # OK, works on sane cases. Now check whether non-existent headers | |
3144 # can be detected and how. | |
3145 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 3146 #line 3146 "configure" |
40056 | 3147 #include "confdefs.h" |
3148 #include <ac_nonexistent.h> | |
3149 _ACEOF | |
41675 | 3150 if { (eval echo "$as_me:3150: \"$ac_cpp conftest.$ac_ext\"") >&5 |
40056 | 3151 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
3152 ac_status=$? | |
3153 egrep -v '^ *\+' conftest.er1 >conftest.err | |
3154 rm -f conftest.er1 | |
3155 cat conftest.err >&5 | |
41675 | 3156 echo "$as_me:3156: \$? = $ac_status" >&5 |
40056 | 3157 (exit $ac_status); } >/dev/null; then |
3158 if test -s conftest.err; then | |
3159 ac_cpp_err=$ac_c_preproc_warn_flag | |
3160 else | |
3161 ac_cpp_err= | |
3162 fi | |
3163 else | |
3164 ac_cpp_err=yes | |
3165 fi | |
3166 if test -z "$ac_cpp_err"; then | |
3167 # Broken: success on invalid input. | |
3168 continue | |
3169 else | |
3170 echo "$as_me: failed program was:" >&5 | |
3171 cat conftest.$ac_ext >&5 | |
3172 # Passes both tests. | |
3173 ac_preproc_ok=: | |
3174 break | |
3175 fi | |
3176 rm -f conftest.err conftest.$ac_ext | |
3177 | |
3178 done | |
3179 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | |
3180 rm -f conftest.err conftest.$ac_ext | |
3181 if $ac_preproc_ok; then | |
3182 : | |
3183 else | |
41675 | 3184 { { echo "$as_me:3184: error: C preprocessor \"$CPP\" fails sanity check" >&5 |
40056 | 3185 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;} |
3186 { (exit 1); exit 1; }; } | |
3187 fi | |
3188 | |
3189 ac_ext=c | |
3190 ac_cpp='$CPP $CPPFLAGS' | |
3191 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
3192 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
3193 ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
25897 | 3194 |
3195 # Find a good install program. We prefer a C program (faster), | |
3196 # so one script is as good as another. But avoid the broken or | |
3197 # incompatible versions: | |
3198 # SysV /etc/install, /usr/sbin/install | |
3199 # SunOS /usr/etc/install | |
3200 # IRIX /sbin/install | |
3201 # AIX /bin/install | |
40056 | 3202 # AmigaOS /C/install, which installs bootblocks on floppy discs |
27205 | 3203 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag |
25897 | 3204 # AFS /usr/afsws/bin/install, which mishandles nonexistent args |
3205 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" | |
3206 # ./install, which can be erroneously created by make from ./install.sh. | |
41675 | 3207 echo "$as_me:3207: checking for a BSD compatible install" >&5 |
40056 | 3208 echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6 |
25897 | 3209 if test -z "$INSTALL"; then |
40056 | 3210 if test "${ac_cv_path_install+set}" = set; then |
3211 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
3212 else | |
3213 ac_save_IFS=$IFS; IFS=$ac_path_separator | |
25897 | 3214 for ac_dir in $PATH; do |
40056 | 3215 IFS=$ac_save_IFS |
25897 | 3216 # Account for people who put trailing slashes in PATH elements. |
40056 | 3217 case $ac_dir/ in |
3218 / | ./ | .// | /cC/* \ | |
3219 | /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* \ | |
3220 | /usr/ucb/* ) ;; | |
25897 | 3221 *) |
3222 # OSF1 and SCO ODT 3.0 have their own names for install. | |
27205 | 3223 # Don't use installbsd from OSF since it installs stuff as root |
3224 # by default. | |
3225 for ac_prog in ginstall scoinst install; do | |
40056 | 3226 if $as_executable_p "$ac_dir/$ac_prog"; then |
25897 | 3227 if test $ac_prog = install && |
40056 | 3228 grep dspmsg "$ac_dir/$ac_prog" >/dev/null 2>&1; then |
25897 | 3229 # AIX install. It has an incompatible calling convention. |
3230 : | |
40056 | 3231 elif test $ac_prog = install && |
3232 grep pwplus "$ac_dir/$ac_prog" >/dev/null 2>&1; then | |
3233 # program-specific install script used by HP pwplus--don't use. | |
3234 : | |
25897 | 3235 else |
3236 ac_cv_path_install="$ac_dir/$ac_prog -c" | |
3237 break 2 | |
3238 fi | |
3239 fi | |
3240 done | |
3241 ;; | |
3242 esac | |
3243 done | |
3244 | |
3245 fi | |
3246 if test "${ac_cv_path_install+set}" = set; then | |
40056 | 3247 INSTALL=$ac_cv_path_install |
25897 | 3248 else |
3249 # As a last resort, use the slow shell script. We don't cache a | |
3250 # path for INSTALL within a source directory, because that will | |
3251 # break other packages using the cache if that directory is | |
3252 # removed, or if the path is relative. | |
40056 | 3253 INSTALL=$ac_install_sh |
3254 fi | |
3255 fi | |
41675 | 3256 echo "$as_me:3256: result: $INSTALL" >&5 |
40056 | 3257 echo "${ECHO_T}$INSTALL" >&6 |
25897 | 3258 |
3259 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. | |
3260 # It thinks the first close brace ends the variable substitution. | |
3261 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' | |
3262 | |
40056 | 3263 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' |
27205 | 3264 |
25897 | 3265 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' |
3266 | |
3267 for ac_prog in 'bison -y' byacc | |
3268 do | |
40056 | 3269 # Extract the first word of "$ac_prog", so it can be a program name with args. |
25897 | 3270 set dummy $ac_prog; ac_word=$2 |
41675 | 3271 echo "$as_me:3271: checking for $ac_word" >&5 |
40056 | 3272 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 |
3273 if test "${ac_cv_prog_YACC+set}" = set; then | |
3274 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
25897 | 3275 else |
3276 if test -n "$YACC"; then | |
3277 ac_cv_prog_YACC="$YACC" # Let the user override the test. | |
3278 else | |
40056 | 3279 ac_save_IFS=$IFS; IFS=$ac_path_separator |
3280 ac_dummy="$PATH" | |
3281 for ac_dir in $ac_dummy; do | |
3282 IFS=$ac_save_IFS | |
3283 test -z "$ac_dir" && ac_dir=. | |
3284 $as_executable_p "$ac_dir/$ac_word" || continue | |
3285 ac_cv_prog_YACC="$ac_prog" | |
41675 | 3286 echo "$as_me:3286: found $ac_dir/$ac_word" >&5 |
40056 | 3287 break |
3288 done | |
3289 | |
3290 fi | |
3291 fi | |
3292 YACC=$ac_cv_prog_YACC | |
25897 | 3293 if test -n "$YACC"; then |
41675 | 3294 echo "$as_me:3294: result: $YACC" >&5 |
40056 | 3295 echo "${ECHO_T}$YACC" >&6 |
3296 else | |
41675 | 3297 echo "$as_me:3297: result: no" >&5 |
40056 | 3298 echo "${ECHO_T}no" >&6 |
3299 fi | |
3300 | |
3301 test -n "$YACC" && break | |
25897 | 3302 done |
3303 test -n "$YACC" || YACC="yacc" | |
3304 | |
28060 | 3305 if test "x$RANLIB" = x; then |
40056 | 3306 if test -n "$ac_tool_prefix"; then |
3307 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. | |
3308 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 | |
41675 | 3309 echo "$as_me:3309: checking for $ac_word" >&5 |
40056 | 3310 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 |
3311 if test "${ac_cv_prog_RANLIB+set}" = set; then | |
3312 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
28060 | 3313 else |
3314 if test -n "$RANLIB"; then | |
3315 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. | |
3316 else | |
40056 | 3317 ac_save_IFS=$IFS; IFS=$ac_path_separator |
3318 ac_dummy="$PATH" | |
3319 for ac_dir in $ac_dummy; do | |
3320 IFS=$ac_save_IFS | |
3321 test -z "$ac_dir" && ac_dir=. | |
3322 $as_executable_p "$ac_dir/$ac_word" || continue | |
3323 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" | |
41675 | 3324 echo "$as_me:3324: found $ac_dir/$ac_word" >&5 |
40056 | 3325 break |
3326 done | |
3327 | |
3328 fi | |
3329 fi | |
3330 RANLIB=$ac_cv_prog_RANLIB | |
28060 | 3331 if test -n "$RANLIB"; then |
41675 | 3332 echo "$as_me:3332: result: $RANLIB" >&5 |
40056 | 3333 echo "${ECHO_T}$RANLIB" >&6 |
3334 else | |
41675 | 3335 echo "$as_me:3335: result: no" >&5 |
40056 | 3336 echo "${ECHO_T}no" >&6 |
3337 fi | |
3338 | |
3339 fi | |
3340 if test -z "$ac_cv_prog_RANLIB"; then | |
3341 ac_ct_RANLIB=$RANLIB | |
3342 # Extract the first word of "ranlib", so it can be a program name with args. | |
3343 set dummy ranlib; ac_word=$2 | |
41675 | 3344 echo "$as_me:3344: checking for $ac_word" >&5 |
40056 | 3345 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 |
3346 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then | |
3347 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
3348 else | |
3349 if test -n "$ac_ct_RANLIB"; then | |
3350 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. | |
3351 else | |
3352 ac_save_IFS=$IFS; IFS=$ac_path_separator | |
3353 ac_dummy="$PATH" | |
3354 for ac_dir in $ac_dummy; do | |
3355 IFS=$ac_save_IFS | |
3356 test -z "$ac_dir" && ac_dir=. | |
3357 $as_executable_p "$ac_dir/$ac_word" || continue | |
3358 ac_cv_prog_ac_ct_RANLIB="ranlib" | |
41675 | 3359 echo "$as_me:3359: found $ac_dir/$ac_word" >&5 |
40056 | 3360 break |
3361 done | |
3362 | |
3363 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":" | |
3364 fi | |
3365 fi | |
3366 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB | |
3367 if test -n "$ac_ct_RANLIB"; then | |
41675 | 3368 echo "$as_me:3368: result: $ac_ct_RANLIB" >&5 |
40056 | 3369 echo "${ECHO_T}$ac_ct_RANLIB" >&6 |
3370 else | |
41675 | 3371 echo "$as_me:3371: result: no" >&5 |
40056 | 3372 echo "${ECHO_T}no" >&6 |
3373 fi | |
3374 | |
3375 RANLIB=$ac_ct_RANLIB | |
3376 else | |
3377 RANLIB="$ac_cv_prog_RANLIB" | |
3378 fi | |
3379 | |
3380 fi | |
3381 | |
41675 | 3382 echo "$as_me:3382: checking for AIX" >&5 |
40056 | 3383 echo $ECHO_N "checking for AIX... $ECHO_C" >&6 |
3384 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 3385 #line 3385 "configure" |
25897 | 3386 #include "confdefs.h" |
3387 #ifdef _AIX | |
3388 yes | |
3389 #endif | |
3390 | |
40056 | 3391 _ACEOF |
25897 | 3392 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
3393 egrep "yes" >/dev/null 2>&1; then | |
41675 | 3394 echo "$as_me:3394: result: yes" >&5 |
40056 | 3395 echo "${ECHO_T}yes" >&6 |
3396 cat >>confdefs.h <<\EOF | |
25897 | 3397 #define _ALL_SOURCE 1 |
3398 EOF | |
3399 | |
3400 else | |
41675 | 3401 echo "$as_me:3401: result: no" >&5 |
40056 | 3402 echo "${ECHO_T}no" >&6 |
25897 | 3403 fi |
3404 rm -f conftest* | |
3405 | |
30311 | 3406 #### Extract some information from the operating system and machine files. |
3407 | |
41675 | 3408 { echo "$as_me:3408: checking the machine- and system-dependent files to find out |
30311 | 3409 - which libraries the lib-src programs will want, and |
40056 | 3410 - whether the GNU malloc routines are usable..." >&5 |
3411 echo "$as_me: checking the machine- and system-dependent files to find out | |
30311 | 3412 - which libraries the lib-src programs will want, and |
40056 | 3413 - whether the GNU malloc routines are usable..." >&6;} |
30311 | 3414 |
3415 ### First figure out CFLAGS (which we use for running the compiler here) | |
3416 ### and REAL_CFLAGS (which we use for real compilation). | |
3417 ### The two are the same except on a few systems, where they are made | |
3418 ### different to work around various lossages. For example, | |
3419 ### GCC 2.5 on GNU/Linux needs them to be different because it treats -g | |
3420 ### as implying static linking. | |
3421 | |
3422 ### If the CFLAGS env var is specified, we use that value | |
3423 ### instead of the default. | |
3424 | |
3425 ### It's not important that this name contain the PID; you can't run | |
3426 ### two configures in the same directory and have anything work | |
3427 ### anyway. | |
3428 tempcname="conftest.c" | |
3429 | |
3430 echo ' | |
3431 #include "'${srcdir}'/src/'${opsysfile}'" | |
3432 #include "'${srcdir}'/src/'${machfile}'" | |
3433 #ifndef LIBS_MACHINE | |
3434 #define LIBS_MACHINE | |
3435 #endif | |
3436 #ifndef LIBS_SYSTEM | |
3437 #define LIBS_SYSTEM | |
3438 #endif | |
3439 #ifndef C_SWITCH_SYSTEM | |
3440 #define C_SWITCH_SYSTEM | |
3441 #endif | |
3442 #ifndef C_SWITCH_MACHINE | |
3443 #define C_SWITCH_MACHINE | |
3444 #endif | |
3445 configure___ libsrc_libs=LIBS_MACHINE LIBS_SYSTEM | |
3446 configure___ c_switch_system=C_SWITCH_SYSTEM | |
3447 configure___ c_switch_machine=C_SWITCH_MACHINE | |
3448 | |
3449 #ifndef LIB_X11_LIB | |
3450 #define LIB_X11_LIB -lX11 | |
3451 #endif | |
3452 | |
3453 #ifndef LIBX11_MACHINE | |
3454 #define LIBX11_MACHINE | |
3455 #endif | |
3456 | |
3457 #ifndef LIBX11_SYSTEM | |
3458 #define LIBX11_SYSTEM | |
3459 #endif | |
3460 configure___ LIBX=LIB_X11_LIB LIBX11_MACHINE LIBX11_SYSTEM | |
3461 | |
3462 #ifdef UNEXEC | |
3463 configure___ unexec=UNEXEC | |
3464 #else | |
3465 configure___ unexec=unexec.o | |
3466 #endif | |
3467 | |
3468 #ifdef SYSTEM_MALLOC | |
3469 configure___ system_malloc=yes | |
3470 #else | |
3471 configure___ system_malloc=no | |
3472 #endif | |
3473 | |
31607 | 3474 #ifdef USE_MMAP_FOR_BUFFERS |
3475 configure___ use_mmap_for_buffers=yes | |
31417 | 3476 #else |
31607 | 3477 configure___ use_mmap_for_buffers=no |
31417 | 3478 #endif |
3479 | |
30311 | 3480 #ifndef C_DEBUG_SWITCH |
3481 #define C_DEBUG_SWITCH -g | |
3482 #endif | |
3483 | |
3484 #ifndef C_OPTIMIZE_SWITCH | |
3485 #ifdef __GNUC__ | |
3486 #define C_OPTIMIZE_SWITCH -O2 | |
3487 #else | |
3488 #define C_OPTIMIZE_SWITCH -O | |
3489 #endif | |
3490 #endif | |
3491 | |
3492 #ifndef LD_SWITCH_MACHINE | |
3493 #define LD_SWITCH_MACHINE | |
3494 #endif | |
3495 | |
3496 #ifndef LD_SWITCH_SYSTEM | |
3497 #define LD_SWITCH_SYSTEM | |
3498 #endif | |
3499 | |
3500 #ifndef LD_SWITCH_X_SITE_AUX | |
3501 #define LD_SWITCH_X_SITE_AUX | |
40056 | 3502 #endif |
30311 | 3503 |
3504 configure___ ld_switch_system=LD_SWITCH_SYSTEM | |
3505 configure___ ld_switch_machine=LD_SWITCH_MACHINE | |
3506 | |
3507 #ifdef THIS_IS_CONFIGURE | |
3508 | |
3509 /* Get the CFLAGS for tests in configure. */ | |
3510 #ifdef __GNUC__ | |
3511 configure___ CFLAGS=C_DEBUG_SWITCH C_OPTIMIZE_SWITCH '${SPECIFIED_CFLAGS}' | |
3512 #else | |
3513 configure___ CFLAGS=C_DEBUG_SWITCH '${SPECIFIED_CFLAGS}' | |
3514 #endif | |
3515 | |
3516 #else /* not THIS_IS_CONFIGURE */ | |
3517 | |
3518 /* Get the CFLAGS for real compilation. */ | |
3519 #ifdef __GNUC__ | |
3520 configure___ REAL_CFLAGS=C_DEBUG_SWITCH C_OPTIMIZE_SWITCH '${SPECIFIED_CFLAGS}' | |
3521 #else | |
3522 configure___ REAL_CFLAGS=C_DEBUG_SWITCH '${SPECIFIED_CFLAGS}' | |
3523 #endif | |
3524 | |
3525 #endif /* not THIS_IS_CONFIGURE */ | |
3526 ' > ${tempcname} | |
3527 | |
3528 # The value of CPP is a quoted variable reference, so we need to do this | |
3529 # to get its actual value... | |
3530 CPP=`eval "echo $CPP"` | |
3531 eval `${CPP} -Isrc ${tempcname} \ | |
3532 | sed -n -e 's/^configure___ \([^=]*=\)\(.*\)$/\1"\2"/p'` | |
3533 if test "x$SPECIFIED_CFLAGS" = x; then | |
3534 eval `${CPP} -Isrc -DTHIS_IS_CONFIGURE ${tempcname} \ | |
3535 | sed -n -e 's/^configure___ \([^=]*=\)\(.*\)$/\1"\2"/p'` | |
3536 else | |
3537 REAL_CFLAGS="$CFLAGS" | |
3538 fi | |
3539 rm ${tempcname} | |
3540 | |
3541 ac_link="$ac_link $ld_switch_machine $ld_switch_system" | |
3542 | |
3543 ### Make sure subsequent tests use flags consistent with the build flags. | |
3544 | |
3545 if test x"${OVERRIDE_CPPFLAGS}" != x; then | |
3546 CPPFLAGS="${OVERRIDE_CPPFLAGS}" | |
3547 else | |
3548 CPPFLAGS="$c_switch_system $c_switch_machine $CPPFLAGS" | |
3549 fi | |
3550 | |
40056 | 3551 # Check whether --enable-largefile or --disable-largefile was given. |
30576 | 3552 if test "${enable_largefile+set}" = set; then |
3553 enableval="$enable_largefile" | |
40056 | 3554 |
3555 fi; | |
3556 if test "$enable_largefile" != no; then | |
3557 | |
41675 | 3558 echo "$as_me:3558: checking for special C compiler options needed for large files" >&5 |
40056 | 3559 echo $ECHO_N "checking for special C compiler options needed for large files... $ECHO_C" >&6 |
3560 if test "${ac_cv_sys_largefile_CC+set}" = set; then | |
3561 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
30576 | 3562 else |
3563 ac_cv_sys_largefile_CC=no | |
40056 | 3564 if test "$GCC" != yes; then |
3565 ac_save_CC=$CC | |
3566 while :; do | |
3567 # IRIX 6.2 and later do not support large files by default, | |
3568 # so use the C compiler's -n32 option if that helps. | |
3569 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 3570 #line 3570 "configure" |
30576 | 3571 #include "confdefs.h" |
3572 #include <sys/types.h> | |
40056 | 3573 /* Check that off_t can represent 2**63 - 1 correctly. |
3574 We can't simply define LARGE_OFF_T to be 9223372036854775807, | |
3575 since some C++ compilers masquerading as C compilers | |
3576 incorrectly reject 9223372036854775807. */ | |
3577 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | |
3578 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | |
3579 && LARGE_OFF_T % 2147483647 == 1) | |
3580 ? 1 : -1]; | |
3581 int | |
3582 main () | |
3583 { | |
3584 | |
3585 ; | |
3586 return 0; | |
3587 } | |
3588 _ACEOF | |
3589 rm -f conftest.$ac_objext | |
41675 | 3590 if { (eval echo "$as_me:3590: \"$ac_compile\"") >&5 |
40056 | 3591 (eval $ac_compile) 2>&5 |
3592 ac_status=$? | |
41675 | 3593 echo "$as_me:3593: \$? = $ac_status" >&5 |
41148 | 3594 (exit $ac_status); } && |
3595 { ac_try='test -s conftest.$ac_objext' | |
41675 | 3596 { (eval echo "$as_me:3596: \"$ac_try\"") >&5 |
3597 (eval $ac_try) 2>&5 | |
3598 ac_status=$? | |
3599 echo "$as_me:3599: \$? = $ac_status" >&5 | |
40056 | 3600 (exit $ac_status); }; }; then |
3601 break | |
3602 else | |
3603 echo "$as_me: failed program was:" >&5 | |
3604 cat conftest.$ac_ext >&5 | |
3605 fi | |
3606 rm -f conftest.$ac_objext | |
3607 CC="$CC -n32" | |
3608 rm -f conftest.$ac_objext | |
41675 | 3609 if { (eval echo "$as_me:3609: \"$ac_compile\"") >&5 |
40056 | 3610 (eval $ac_compile) 2>&5 |
3611 ac_status=$? | |
41675 | 3612 echo "$as_me:3612: \$? = $ac_status" >&5 |
41148 | 3613 (exit $ac_status); } && |
3614 { ac_try='test -s conftest.$ac_objext' | |
41675 | 3615 { (eval echo "$as_me:3615: \"$ac_try\"") >&5 |
3616 (eval $ac_try) 2>&5 | |
3617 ac_status=$? | |
3618 echo "$as_me:3618: \$? = $ac_status" >&5 | |
40056 | 3619 (exit $ac_status); }; }; then |
3620 ac_cv_sys_largefile_CC=' -n32'; break | |
3621 else | |
3622 echo "$as_me: failed program was:" >&5 | |
3623 cat conftest.$ac_ext >&5 | |
3624 fi | |
3625 rm -f conftest.$ac_objext | |
3626 break | |
3627 done | |
3628 CC=$ac_save_CC | |
3629 rm -f conftest.$ac_ext | |
3630 fi | |
3631 fi | |
41675 | 3632 echo "$as_me:3632: result: $ac_cv_sys_largefile_CC" >&5 |
40056 | 3633 echo "${ECHO_T}$ac_cv_sys_largefile_CC" >&6 |
3634 if test "$ac_cv_sys_largefile_CC" != no; then | |
3635 CC=$CC$ac_cv_sys_largefile_CC | |
3636 fi | |
3637 | |
41675 | 3638 echo "$as_me:3638: checking for _FILE_OFFSET_BITS value needed for large files" >&5 |
40056 | 3639 echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6 |
3640 if test "${ac_cv_sys_file_offset_bits+set}" = set; then | |
3641 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
3642 else | |
3643 while :; do | |
30576 | 3644 ac_cv_sys_file_offset_bits=no |
40056 | 3645 cat >conftest.$ac_ext <<_ACEOF |
41675 | 3646 #line 3646 "configure" |
30576 | 3647 #include "confdefs.h" |
3648 #include <sys/types.h> | |
40056 | 3649 /* Check that off_t can represent 2**63 - 1 correctly. |
3650 We can't simply define LARGE_OFF_T to be 9223372036854775807, | |
3651 since some C++ compilers masquerading as C compilers | |
3652 incorrectly reject 9223372036854775807. */ | |
3653 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | |
3654 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | |
3655 && LARGE_OFF_T % 2147483647 == 1) | |
3656 ? 1 : -1]; | |
3657 int | |
3658 main () | |
3659 { | |
3660 | |
3661 ; | |
3662 return 0; | |
3663 } | |
3664 _ACEOF | |
3665 rm -f conftest.$ac_objext | |
41675 | 3666 if { (eval echo "$as_me:3666: \"$ac_compile\"") >&5 |
40056 | 3667 (eval $ac_compile) 2>&5 |
3668 ac_status=$? | |
41675 | 3669 echo "$as_me:3669: \$? = $ac_status" >&5 |
41148 | 3670 (exit $ac_status); } && |
3671 { ac_try='test -s conftest.$ac_objext' | |
41675 | 3672 { (eval echo "$as_me:3672: \"$ac_try\"") >&5 |
3673 (eval $ac_try) 2>&5 | |
3674 ac_status=$? | |
3675 echo "$as_me:3675: \$? = $ac_status" >&5 | |
40056 | 3676 (exit $ac_status); }; }; then |
3677 break | |
3678 else | |
3679 echo "$as_me: failed program was:" >&5 | |
3680 cat conftest.$ac_ext >&5 | |
3681 fi | |
3682 rm -f conftest.$ac_objext conftest.$ac_ext | |
3683 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 3684 #line 3684 "configure" |
30576 | 3685 #include "confdefs.h" |
3686 #define _FILE_OFFSET_BITS 64 | |
3687 #include <sys/types.h> | |
40056 | 3688 /* Check that off_t can represent 2**63 - 1 correctly. |
3689 We can't simply define LARGE_OFF_T to be 9223372036854775807, | |
3690 since some C++ compilers masquerading as C compilers | |
3691 incorrectly reject 9223372036854775807. */ | |
3692 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | |
3693 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | |
3694 && LARGE_OFF_T % 2147483647 == 1) | |
3695 ? 1 : -1]; | |
3696 int | |
3697 main () | |
3698 { | |
3699 | |
3700 ; | |
3701 return 0; | |
3702 } | |
3703 _ACEOF | |
3704 rm -f conftest.$ac_objext | |
41675 | 3705 if { (eval echo "$as_me:3705: \"$ac_compile\"") >&5 |
40056 | 3706 (eval $ac_compile) 2>&5 |
3707 ac_status=$? | |
41675 | 3708 echo "$as_me:3708: \$? = $ac_status" >&5 |
41148 | 3709 (exit $ac_status); } && |
3710 { ac_try='test -s conftest.$ac_objext' | |
41675 | 3711 { (eval echo "$as_me:3711: \"$ac_try\"") >&5 |
3712 (eval $ac_try) 2>&5 | |
3713 ac_status=$? | |
3714 echo "$as_me:3714: \$? = $ac_status" >&5 | |
40056 | 3715 (exit $ac_status); }; }; then |
3716 ac_cv_sys_file_offset_bits=64; break | |
3717 else | |
3718 echo "$as_me: failed program was:" >&5 | |
3719 cat conftest.$ac_ext >&5 | |
3720 fi | |
3721 rm -f conftest.$ac_objext conftest.$ac_ext | |
3722 break | |
3723 done | |
3724 fi | |
41675 | 3725 echo "$as_me:3725: result: $ac_cv_sys_file_offset_bits" >&5 |
40056 | 3726 echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6 |
3727 if test "$ac_cv_sys_file_offset_bits" != no; then | |
3728 | |
3729 cat >>confdefs.h <<EOF | |
3730 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits | |
3731 EOF | |
3732 | |
30576 | 3733 fi |
3734 rm -f conftest* | |
41675 | 3735 echo "$as_me:3735: checking for _LARGE_FILES value needed for large files" >&5 |
40056 | 3736 echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6 |
3737 if test "${ac_cv_sys_large_files+set}" = set; then | |
3738 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
3739 else | |
3740 while :; do | |
34431 | 3741 ac_cv_sys_large_files=no |
40056 | 3742 cat >conftest.$ac_ext <<_ACEOF |
41675 | 3743 #line 3743 "configure" |
40056 | 3744 #include "confdefs.h" |
3745 #include <sys/types.h> | |
3746 /* Check that off_t can represent 2**63 - 1 correctly. | |
3747 We can't simply define LARGE_OFF_T to be 9223372036854775807, | |
3748 since some C++ compilers masquerading as C compilers | |
3749 incorrectly reject 9223372036854775807. */ | |
3750 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | |
3751 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | |
3752 && LARGE_OFF_T % 2147483647 == 1) | |
3753 ? 1 : -1]; | |
3754 int | |
3755 main () | |
3756 { | |
3757 | |
3758 ; | |
3759 return 0; | |
3760 } | |
3761 _ACEOF | |
3762 rm -f conftest.$ac_objext | |
41675 | 3763 if { (eval echo "$as_me:3763: \"$ac_compile\"") >&5 |
40056 | 3764 (eval $ac_compile) 2>&5 |
3765 ac_status=$? | |
41675 | 3766 echo "$as_me:3766: \$? = $ac_status" >&5 |
41148 | 3767 (exit $ac_status); } && |
3768 { ac_try='test -s conftest.$ac_objext' | |
41675 | 3769 { (eval echo "$as_me:3769: \"$ac_try\"") >&5 |
3770 (eval $ac_try) 2>&5 | |
3771 ac_status=$? | |
3772 echo "$as_me:3772: \$? = $ac_status" >&5 | |
40056 | 3773 (exit $ac_status); }; }; then |
3774 break | |
3775 else | |
3776 echo "$as_me: failed program was:" >&5 | |
3777 cat conftest.$ac_ext >&5 | |
3778 fi | |
3779 rm -f conftest.$ac_objext conftest.$ac_ext | |
3780 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 3781 #line 3781 "configure" |
30576 | 3782 #include "confdefs.h" |
3783 #define _LARGE_FILES 1 | |
40056 | 3784 #include <sys/types.h> |
3785 /* Check that off_t can represent 2**63 - 1 correctly. | |
3786 We can't simply define LARGE_OFF_T to be 9223372036854775807, | |
3787 since some C++ compilers masquerading as C compilers | |
3788 incorrectly reject 9223372036854775807. */ | |
3789 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | |
3790 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | |
3791 && LARGE_OFF_T % 2147483647 == 1) | |
3792 ? 1 : -1]; | |
3793 int | |
3794 main () | |
3795 { | |
3796 | |
3797 ; | |
3798 return 0; | |
3799 } | |
3800 _ACEOF | |
3801 rm -f conftest.$ac_objext | |
41675 | 3802 if { (eval echo "$as_me:3802: \"$ac_compile\"") >&5 |
40056 | 3803 (eval $ac_compile) 2>&5 |
3804 ac_status=$? | |
41675 | 3805 echo "$as_me:3805: \$? = $ac_status" >&5 |
41148 | 3806 (exit $ac_status); } && |
3807 { ac_try='test -s conftest.$ac_objext' | |
41675 | 3808 { (eval echo "$as_me:3808: \"$ac_try\"") >&5 |
3809 (eval $ac_try) 2>&5 | |
3810 ac_status=$? | |
3811 echo "$as_me:3811: \$? = $ac_status" >&5 | |
40056 | 3812 (exit $ac_status); }; }; then |
3813 ac_cv_sys_large_files=1; break | |
3814 else | |
3815 echo "$as_me: failed program was:" >&5 | |
3816 cat conftest.$ac_ext >&5 | |
3817 fi | |
3818 rm -f conftest.$ac_objext conftest.$ac_ext | |
3819 break | |
3820 done | |
3821 fi | |
41675 | 3822 echo "$as_me:3822: result: $ac_cv_sys_large_files" >&5 |
40056 | 3823 echo "${ECHO_T}$ac_cv_sys_large_files" >&6 |
3824 if test "$ac_cv_sys_large_files" != no; then | |
3825 | |
3826 cat >>confdefs.h <<EOF | |
3827 #define _LARGE_FILES $ac_cv_sys_large_files | |
3828 EOF | |
3829 | |
30576 | 3830 fi |
3831 rm -f conftest* | |
3832 fi | |
3833 | |
25897 | 3834 # Sound support for GNU/Linux and the free BSDs. |
40056 | 3835 |
3836 for ac_header in machine/soundcard.h sys/soundcard.h soundcard.h | |
25897 | 3837 do |
40056 | 3838 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
41675 | 3839 echo "$as_me:3839: checking for $ac_header" >&5 |
40056 | 3840 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
3841 if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
3842 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
3843 else | |
3844 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 3845 #line 3845 "configure" |
40056 | 3846 #include "confdefs.h" |
3847 #include <$ac_header> | |
3848 _ACEOF | |
41675 | 3849 if { (eval echo "$as_me:3849: \"$ac_cpp conftest.$ac_ext\"") >&5 |
40056 | 3850 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
3851 ac_status=$? | |
3852 egrep -v '^ *\+' conftest.er1 >conftest.err | |
3853 rm -f conftest.er1 | |
3854 cat conftest.err >&5 | |
41675 | 3855 echo "$as_me:3855: \$? = $ac_status" >&5 |
40056 | 3856 (exit $ac_status); } >/dev/null; then |
3857 if test -s conftest.err; then | |
3858 ac_cpp_err=$ac_c_preproc_warn_flag | |
3859 else | |
3860 ac_cpp_err= | |
3861 fi | |
3862 else | |
3863 ac_cpp_err=yes | |
3864 fi | |
3865 if test -z "$ac_cpp_err"; then | |
3866 eval "$as_ac_Header=yes" | |
3867 else | |
3868 echo "$as_me: failed program was:" >&5 | |
25897 | 3869 cat conftest.$ac_ext >&5 |
40056 | 3870 eval "$as_ac_Header=no" |
3871 fi | |
3872 rm -f conftest.err conftest.$ac_ext | |
3873 fi | |
41675 | 3874 echo "$as_me:3874: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
40056 | 3875 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
3876 if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
3877 cat >>confdefs.h <<EOF | |
3878 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
3879 EOF | |
3880 | |
25897 | 3881 fi |
3882 done | |
3883 | |
30078
58ce7aad3fff
* configure.in: Check for <soundcard.h>. Look for ossaudio library, and set
Ken Raeburn <raeburn@raeburn.org>
parents:
30069
diff
changeset
|
3884 # Emulation library used on NetBSD. |
41675 | 3885 echo "$as_me:3885: checking for _oss_ioctl in -lossaudio" >&5 |
40056 | 3886 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6 |
3887 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then | |
3888 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
3889 else | |
3890 ac_check_lib_save_LIBS=$LIBS | |
30078
58ce7aad3fff
* configure.in: Check for <soundcard.h>. Look for ossaudio library, and set
Ken Raeburn <raeburn@raeburn.org>
parents:
30069
diff
changeset
|
3891 LIBS="-lossaudio $LIBS" |
40056 | 3892 cat >conftest.$ac_ext <<_ACEOF |
41675 | 3893 #line 3893 "configure" |
40056 | 3894 #include "confdefs.h" |
3895 | |
30078
58ce7aad3fff
* configure.in: Check for <soundcard.h>. Look for ossaudio library, and set
Ken Raeburn <raeburn@raeburn.org>
parents:
30069
diff
changeset
|
3896 /* Override any gcc2 internal prototype to avoid an error. */ |
40056 | 3897 #ifdef __cplusplus |
3898 extern "C" | |
3899 #endif | |
30078
58ce7aad3fff
* configure.in: Check for <soundcard.h>. Look for ossaudio library, and set
Ken Raeburn <raeburn@raeburn.org>
parents:
30069
diff
changeset
|
3900 /* We use char because int might match the return type of a gcc2 |
40056 | 3901 builtin and then its argument prototype would still apply. */ |
3902 char _oss_ioctl (); | |
3903 int | |
3904 main () | |
3905 { | |
3906 _oss_ioctl (); | |
3907 ; | |
3908 return 0; | |
3909 } | |
3910 _ACEOF | |
3911 rm -f conftest.$ac_objext conftest$ac_exeext | |
41675 | 3912 if { (eval echo "$as_me:3912: \"$ac_link\"") >&5 |
3913 (eval $ac_link) 2>&5 | |
3914 ac_status=$? | |
3915 echo "$as_me:3915: \$? = $ac_status" >&5 | |
41148 | 3916 (exit $ac_status); } && |
3917 { ac_try='test -s conftest$ac_exeext' | |
41675 | 3918 { (eval echo "$as_me:3918: \"$ac_try\"") >&5 |
3919 (eval $ac_try) 2>&5 | |
3920 ac_status=$? | |
3921 echo "$as_me:3921: \$? = $ac_status" >&5 | |
40056 | 3922 (exit $ac_status); }; }; then |
3923 ac_cv_lib_ossaudio__oss_ioctl=yes | |
3924 else | |
3925 echo "$as_me: failed program was:" >&5 | |
3926 cat conftest.$ac_ext >&5 | |
3927 ac_cv_lib_ossaudio__oss_ioctl=no | |
3928 fi | |
3929 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
3930 LIBS=$ac_check_lib_save_LIBS | |
3931 fi | |
41675 | 3932 echo "$as_me:3932: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5 |
40056 | 3933 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6 |
3934 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then | |
30078
58ce7aad3fff
* configure.in: Check for <soundcard.h>. Look for ossaudio library, and set
Ken Raeburn <raeburn@raeburn.org>
parents:
30069
diff
changeset
|
3935 LIBSOUND=-lossaudio |
58ce7aad3fff
* configure.in: Check for <soundcard.h>. Look for ossaudio library, and set
Ken Raeburn <raeburn@raeburn.org>
parents:
30069
diff
changeset
|
3936 else |
40056 | 3937 LIBSOUND= |
3938 fi | |
3939 | |
3940 for ac_header in sys/select.h sys/timeb.h sys/time.h unistd.h utime.h \ | |
26081
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
3941 linux/version.h sys/systeminfo.h termios.h limits.h string.h stdlib.h \ |
41148 | 3942 termcap.h stdio_ext.h fcntl.h term.h strings.h coff.h |
25897 | 3943 do |
40056 | 3944 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
41675 | 3945 echo "$as_me:3945: checking for $ac_header" >&5 |
40056 | 3946 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
3947 if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
3948 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
3949 else | |
3950 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 3951 #line 3951 "configure" |
40056 | 3952 #include "confdefs.h" |
3953 #include <$ac_header> | |
3954 _ACEOF | |
41675 | 3955 if { (eval echo "$as_me:3955: \"$ac_cpp conftest.$ac_ext\"") >&5 |
40056 | 3956 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
3957 ac_status=$? | |
3958 egrep -v '^ *\+' conftest.er1 >conftest.err | |
3959 rm -f conftest.er1 | |
3960 cat conftest.err >&5 | |
41675 | 3961 echo "$as_me:3961: \$? = $ac_status" >&5 |
40056 | 3962 (exit $ac_status); } >/dev/null; then |
3963 if test -s conftest.err; then | |
3964 ac_cpp_err=$ac_c_preproc_warn_flag | |
3965 else | |
3966 ac_cpp_err= | |
3967 fi | |
3968 else | |
3969 ac_cpp_err=yes | |
3970 fi | |
3971 if test -z "$ac_cpp_err"; then | |
3972 eval "$as_ac_Header=yes" | |
3973 else | |
3974 echo "$as_me: failed program was:" >&5 | |
25897 | 3975 cat conftest.$ac_ext >&5 |
40056 | 3976 eval "$as_ac_Header=no" |
3977 fi | |
3978 rm -f conftest.err conftest.$ac_ext | |
3979 fi | |
41675 | 3980 echo "$as_me:3980: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
40056 | 3981 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
3982 if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
3983 cat >>confdefs.h <<EOF | |
3984 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
3985 EOF | |
3986 | |
25897 | 3987 fi |
3988 done | |
3989 | |
41675 | 3990 echo "$as_me:3990: checking for ANSI C header files" >&5 |
40056 | 3991 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 |
3992 if test "${ac_cv_header_stdc+set}" = set; then | |
3993 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
3994 else | |
3995 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 3996 #line 3996 "configure" |
25897 | 3997 #include "confdefs.h" |
3998 #include <stdlib.h> | |
3999 #include <stdarg.h> | |
4000 #include <string.h> | |
4001 #include <float.h> | |
40056 | 4002 |
4003 _ACEOF | |
41675 | 4004 if { (eval echo "$as_me:4004: \"$ac_cpp conftest.$ac_ext\"") >&5 |
40056 | 4005 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
4006 ac_status=$? | |
4007 egrep -v '^ *\+' conftest.er1 >conftest.err | |
4008 rm -f conftest.er1 | |
4009 cat conftest.err >&5 | |
41675 | 4010 echo "$as_me:4010: \$? = $ac_status" >&5 |
40056 | 4011 (exit $ac_status); } >/dev/null; then |
4012 if test -s conftest.err; then | |
4013 ac_cpp_err=$ac_c_preproc_warn_flag | |
4014 else | |
4015 ac_cpp_err= | |
4016 fi | |
4017 else | |
4018 ac_cpp_err=yes | |
4019 fi | |
4020 if test -z "$ac_cpp_err"; then | |
25897 | 4021 ac_cv_header_stdc=yes |
4022 else | |
40056 | 4023 echo "$as_me: failed program was:" >&5 |
25897 | 4024 cat conftest.$ac_ext >&5 |
4025 ac_cv_header_stdc=no | |
4026 fi | |
40056 | 4027 rm -f conftest.err conftest.$ac_ext |
25897 | 4028 |
4029 if test $ac_cv_header_stdc = yes; then | |
4030 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. | |
40056 | 4031 cat >conftest.$ac_ext <<_ACEOF |
41675 | 4032 #line 4032 "configure" |
25897 | 4033 #include "confdefs.h" |
4034 #include <string.h> | |
40056 | 4035 |
4036 _ACEOF | |
25897 | 4037 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
4038 egrep "memchr" >/dev/null 2>&1; then | |
4039 : | |
4040 else | |
4041 ac_cv_header_stdc=no | |
4042 fi | |
4043 rm -f conftest* | |
4044 | |
4045 fi | |
4046 | |
4047 if test $ac_cv_header_stdc = yes; then | |
4048 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. | |
40056 | 4049 cat >conftest.$ac_ext <<_ACEOF |
41675 | 4050 #line 4050 "configure" |
25897 | 4051 #include "confdefs.h" |
4052 #include <stdlib.h> | |
40056 | 4053 |
4054 _ACEOF | |
25897 | 4055 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
4056 egrep "free" >/dev/null 2>&1; then | |
4057 : | |
4058 else | |
4059 ac_cv_header_stdc=no | |
4060 fi | |
4061 rm -f conftest* | |
4062 | |
4063 fi | |
4064 | |
4065 if test $ac_cv_header_stdc = yes; then | |
4066 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. | |
40056 | 4067 if test "$cross_compiling" = yes; then |
25897 | 4068 : |
4069 else | |
40056 | 4070 cat >conftest.$ac_ext <<_ACEOF |
41675 | 4071 #line 4071 "configure" |
25897 | 4072 #include "confdefs.h" |
4073 #include <ctype.h> | |
40056 | 4074 #if ((' ' & 0x0FF) == 0x020) |
4075 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') | |
4076 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) | |
4077 #else | |
4078 # define ISLOWER(c) (('a' <= (c) && (c) <= 'i') \ | |
4079 || ('j' <= (c) && (c) <= 'r') \ | |
4080 || ('s' <= (c) && (c) <= 'z')) | |
4081 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) | |
4082 #endif | |
4083 | |
25897 | 4084 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) |
40056 | 4085 int |
4086 main () | |
4087 { | |
4088 int i; | |
4089 for (i = 0; i < 256; i++) | |
4090 if (XOR (islower (i), ISLOWER (i)) | |
4091 || toupper (i) != TOUPPER (i)) | |
4092 exit(2); | |
4093 exit (0); | |
4094 } | |
4095 _ACEOF | |
4096 rm -f conftest$ac_exeext | |
41675 | 4097 if { (eval echo "$as_me:4097: \"$ac_link\"") >&5 |
4098 (eval $ac_link) 2>&5 | |
4099 ac_status=$? | |
4100 echo "$as_me:4100: \$? = $ac_status" >&5 | |
40056 | 4101 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
41675 | 4102 { (eval echo "$as_me:4102: \"$ac_try\"") >&5 |
4103 (eval $ac_try) 2>&5 | |
4104 ac_status=$? | |
4105 echo "$as_me:4105: \$? = $ac_status" >&5 | |
40056 | 4106 (exit $ac_status); }; }; then |
25897 | 4107 : |
4108 else | |
40056 | 4109 echo "$as_me: program exited with status $ac_status" >&5 |
4110 echo "$as_me: failed program was:" >&5 | |
4111 cat conftest.$ac_ext >&5 | |
4112 ac_cv_header_stdc=no | |
4113 fi | |
4114 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | |
4115 fi | |
4116 fi | |
4117 fi | |
41675 | 4118 echo "$as_me:4118: result: $ac_cv_header_stdc" >&5 |
40056 | 4119 echo "${ECHO_T}$ac_cv_header_stdc" >&6 |
25897 | 4120 if test $ac_cv_header_stdc = yes; then |
40056 | 4121 |
4122 cat >>confdefs.h <<\EOF | |
25897 | 4123 #define STDC_HEADERS 1 |
4124 EOF | |
4125 | |
4126 fi | |
4127 | |
41675 | 4128 echo "$as_me:4128: checking whether time.h and sys/time.h may both be included" >&5 |
40056 | 4129 echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6 |
4130 if test "${ac_cv_header_time+set}" = set; then | |
4131 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
4132 else | |
4133 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 4134 #line 4134 "configure" |
25897 | 4135 #include "confdefs.h" |
4136 #include <sys/types.h> | |
4137 #include <sys/time.h> | |
4138 #include <time.h> | |
40056 | 4139 |
4140 int | |
4141 main () | |
4142 { | |
4143 if ((struct tm *) 0) | |
4144 return 0; | |
4145 ; | |
4146 return 0; | |
4147 } | |
4148 _ACEOF | |
4149 rm -f conftest.$ac_objext | |
41675 | 4150 if { (eval echo "$as_me:4150: \"$ac_compile\"") >&5 |
40056 | 4151 (eval $ac_compile) 2>&5 |
4152 ac_status=$? | |
41675 | 4153 echo "$as_me:4153: \$? = $ac_status" >&5 |
41148 | 4154 (exit $ac_status); } && |
4155 { ac_try='test -s conftest.$ac_objext' | |
41675 | 4156 { (eval echo "$as_me:4156: \"$ac_try\"") >&5 |
4157 (eval $ac_try) 2>&5 | |
4158 ac_status=$? | |
4159 echo "$as_me:4159: \$? = $ac_status" >&5 | |
40056 | 4160 (exit $ac_status); }; }; then |
25897 | 4161 ac_cv_header_time=yes |
4162 else | |
40056 | 4163 echo "$as_me: failed program was:" >&5 |
4164 cat conftest.$ac_ext >&5 | |
4165 ac_cv_header_time=no | |
4166 fi | |
4167 rm -f conftest.$ac_objext conftest.$ac_ext | |
4168 fi | |
41675 | 4169 echo "$as_me:4169: result: $ac_cv_header_time" >&5 |
40056 | 4170 echo "${ECHO_T}$ac_cv_header_time" >&6 |
25897 | 4171 if test $ac_cv_header_time = yes; then |
40056 | 4172 |
4173 cat >>confdefs.h <<\EOF | |
25897 | 4174 #define TIME_WITH_SYS_TIME 1 |
4175 EOF | |
4176 | |
4177 fi | |
4178 | |
41675 | 4179 echo "$as_me:4179: checking for sys_siglist declaration in signal.h or unistd.h" >&5 |
40056 | 4180 echo $ECHO_N "checking for sys_siglist declaration in signal.h or unistd.h... $ECHO_C" >&6 |
4181 if test "${ac_cv_decl_sys_siglist+set}" = set; then | |
4182 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
4183 else | |
4184 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 4185 #line 4185 "configure" |
25897 | 4186 #include "confdefs.h" |
4187 #include <sys/types.h> | |
4188 #include <signal.h> | |
4189 /* NetBSD declares sys_siglist in unistd.h. */ | |
40056 | 4190 #if HAVE_UNISTD_H |
4191 # include <unistd.h> | |
4192 #endif | |
4193 | |
4194 int | |
4195 main () | |
4196 { | |
25897 | 4197 char *msg = *(sys_siglist + 1); |
40056 | 4198 ; |
4199 return 0; | |
4200 } | |
4201 _ACEOF | |
4202 rm -f conftest.$ac_objext | |
41675 | 4203 if { (eval echo "$as_me:4203: \"$ac_compile\"") >&5 |
40056 | 4204 (eval $ac_compile) 2>&5 |
4205 ac_status=$? | |
41675 | 4206 echo "$as_me:4206: \$? = $ac_status" >&5 |
41148 | 4207 (exit $ac_status); } && |
4208 { ac_try='test -s conftest.$ac_objext' | |
41675 | 4209 { (eval echo "$as_me:4209: \"$ac_try\"") >&5 |
4210 (eval $ac_try) 2>&5 | |
4211 ac_status=$? | |
4212 echo "$as_me:4212: \$? = $ac_status" >&5 | |
40056 | 4213 (exit $ac_status); }; }; then |
25897 | 4214 ac_cv_decl_sys_siglist=yes |
4215 else | |
40056 | 4216 echo "$as_me: failed program was:" >&5 |
4217 cat conftest.$ac_ext >&5 | |
4218 ac_cv_decl_sys_siglist=no | |
4219 fi | |
4220 rm -f conftest.$ac_objext conftest.$ac_ext | |
4221 fi | |
41675 | 4222 echo "$as_me:4222: result: $ac_cv_decl_sys_siglist" >&5 |
40056 | 4223 echo "${ECHO_T}$ac_cv_decl_sys_siglist" >&6 |
25897 | 4224 if test $ac_cv_decl_sys_siglist = yes; then |
40056 | 4225 |
4226 cat >>confdefs.h <<\EOF | |
25897 | 4227 #define SYS_SIGLIST_DECLARED 1 |
4228 EOF | |
4229 | |
4230 fi | |
4231 | |
41675 | 4232 echo "$as_me:4232: checking for sys/wait.h that is POSIX.1 compatible" >&5 |
40056 | 4233 echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6 |
4234 if test "${ac_cv_header_sys_wait_h+set}" = set; then | |
4235 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
4236 else | |
4237 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 4238 #line 4238 "configure" |
30069 | 4239 #include "confdefs.h" |
4240 #include <sys/types.h> | |
4241 #include <sys/wait.h> | |
4242 #ifndef WEXITSTATUS | |
40056 | 4243 # define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8) |
30069 | 4244 #endif |
4245 #ifndef WIFEXITED | |
40056 | 4246 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0) |
4247 #endif | |
4248 | |
4249 int | |
4250 main () | |
4251 { | |
4252 int s; | |
4253 wait (&s); | |
4254 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1; | |
4255 ; | |
4256 return 0; | |
4257 } | |
4258 _ACEOF | |
4259 rm -f conftest.$ac_objext | |
41675 | 4260 if { (eval echo "$as_me:4260: \"$ac_compile\"") >&5 |
40056 | 4261 (eval $ac_compile) 2>&5 |
4262 ac_status=$? | |
41675 | 4263 echo "$as_me:4263: \$? = $ac_status" >&5 |
41148 | 4264 (exit $ac_status); } && |
4265 { ac_try='test -s conftest.$ac_objext' | |
41675 | 4266 { (eval echo "$as_me:4266: \"$ac_try\"") >&5 |
4267 (eval $ac_try) 2>&5 | |
4268 ac_status=$? | |
4269 echo "$as_me:4269: \$? = $ac_status" >&5 | |
40056 | 4270 (exit $ac_status); }; }; then |
30069 | 4271 ac_cv_header_sys_wait_h=yes |
4272 else | |
40056 | 4273 echo "$as_me: failed program was:" >&5 |
4274 cat conftest.$ac_ext >&5 | |
4275 ac_cv_header_sys_wait_h=no | |
4276 fi | |
4277 rm -f conftest.$ac_objext conftest.$ac_ext | |
4278 fi | |
41675 | 4279 echo "$as_me:4279: result: $ac_cv_header_sys_wait_h" >&5 |
40056 | 4280 echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6 |
30069 | 4281 if test $ac_cv_header_sys_wait_h = yes; then |
40056 | 4282 |
4283 cat >>confdefs.h <<\EOF | |
30069 | 4284 #define HAVE_SYS_WAIT_H 1 |
4285 EOF | |
4286 | |
4287 fi | |
4288 | |
41675 | 4289 echo "$as_me:4289: checking for struct utimbuf" >&5 |
40056 | 4290 echo $ECHO_N "checking for struct utimbuf... $ECHO_C" >&6 |
4291 if test "${emacs_cv_struct_utimbuf+set}" = set; then | |
4292 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
4293 else | |
4294 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 4295 #line 4295 "configure" |
25897 | 4296 #include "confdefs.h" |
4297 #ifdef TIME_WITH_SYS_TIME | |
4298 #include <sys/time.h> | |
4299 #include <time.h> | |
4300 #else | |
4301 #ifdef HAVE_SYS_TIME_H | |
4302 #include <sys/time.h> | |
4303 #else | |
4304 #include <time.h> | |
4305 #endif | |
4306 #endif | |
4307 #ifdef HAVE_UTIME_H | |
4308 #include <utime.h> | |
4309 #endif | |
40056 | 4310 int |
4311 main () | |
4312 { | |
25897 | 4313 static struct utimbuf x; x.actime = x.modtime; |
40056 | 4314 ; |
4315 return 0; | |
4316 } | |
4317 _ACEOF | |
4318 rm -f conftest.$ac_objext | |
41675 | 4319 if { (eval echo "$as_me:4319: \"$ac_compile\"") >&5 |
40056 | 4320 (eval $ac_compile) 2>&5 |
4321 ac_status=$? | |
41675 | 4322 echo "$as_me:4322: \$? = $ac_status" >&5 |
41148 | 4323 (exit $ac_status); } && |
4324 { ac_try='test -s conftest.$ac_objext' | |
41675 | 4325 { (eval echo "$as_me:4325: \"$ac_try\"") >&5 |
4326 (eval $ac_try) 2>&5 | |
4327 ac_status=$? | |
4328 echo "$as_me:4328: \$? = $ac_status" >&5 | |
40056 | 4329 (exit $ac_status); }; }; then |
25897 | 4330 emacs_cv_struct_utimbuf=yes |
4331 else | |
40056 | 4332 echo "$as_me: failed program was:" >&5 |
4333 cat conftest.$ac_ext >&5 | |
4334 emacs_cv_struct_utimbuf=no | |
4335 fi | |
4336 rm -f conftest.$ac_objext conftest.$ac_ext | |
4337 fi | |
41675 | 4338 echo "$as_me:4338: result: $emacs_cv_struct_utimbuf" >&5 |
40056 | 4339 echo "${ECHO_T}$emacs_cv_struct_utimbuf" >&6 |
25897 | 4340 if test $emacs_cv_struct_utimbuf = yes; then |
40056 | 4341 cat >>confdefs.h <<\EOF |
25897 | 4342 #define HAVE_STRUCT_UTIMBUF 1 |
4343 EOF | |
4344 | |
4345 fi | |
4346 | |
41675 | 4347 echo "$as_me:4347: checking return type of signal handlers" >&5 |
40056 | 4348 echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6 |
4349 if test "${ac_cv_type_signal+set}" = set; then | |
4350 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
4351 else | |
4352 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 4353 #line 4353 "configure" |
25897 | 4354 #include "confdefs.h" |
4355 #include <sys/types.h> | |
4356 #include <signal.h> | |
4357 #ifdef signal | |
40056 | 4358 # undef signal |
25897 | 4359 #endif |
4360 #ifdef __cplusplus | |
4361 extern "C" void (*signal (int, void (*)(int)))(int); | |
4362 #else | |
4363 void (*signal ()) (); | |
4364 #endif | |
4365 | |
40056 | 4366 int |
4367 main () | |
4368 { | |
25897 | 4369 int i; |
40056 | 4370 ; |
4371 return 0; | |
4372 } | |
4373 _ACEOF | |
4374 rm -f conftest.$ac_objext | |
41675 | 4375 if { (eval echo "$as_me:4375: \"$ac_compile\"") >&5 |
40056 | 4376 (eval $ac_compile) 2>&5 |
4377 ac_status=$? | |
41675 | 4378 echo "$as_me:4378: \$? = $ac_status" >&5 |
41148 | 4379 (exit $ac_status); } && |
4380 { ac_try='test -s conftest.$ac_objext' | |
41675 | 4381 { (eval echo "$as_me:4381: \"$ac_try\"") >&5 |
4382 (eval $ac_try) 2>&5 | |
4383 ac_status=$? | |
4384 echo "$as_me:4384: \$? = $ac_status" >&5 | |
40056 | 4385 (exit $ac_status); }; }; then |
25897 | 4386 ac_cv_type_signal=void |
4387 else | |
40056 | 4388 echo "$as_me: failed program was:" >&5 |
4389 cat conftest.$ac_ext >&5 | |
4390 ac_cv_type_signal=int | |
4391 fi | |
4392 rm -f conftest.$ac_objext conftest.$ac_ext | |
4393 fi | |
41675 | 4394 echo "$as_me:4394: result: $ac_cv_type_signal" >&5 |
40056 | 4395 echo "${ECHO_T}$ac_cv_type_signal" >&6 |
4396 | |
4397 cat >>confdefs.h <<EOF | |
25897 | 4398 #define RETSIGTYPE $ac_cv_type_signal |
4399 EOF | |
4400 | |
41675 | 4401 echo "$as_me:4401: checking for speed_t" >&5 |
40056 | 4402 echo $ECHO_N "checking for speed_t... $ECHO_C" >&6 |
4403 if test "${emacs_cv_speed_t+set}" = set; then | |
4404 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
4405 else | |
4406 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 4407 #line 4407 "configure" |
29254 | 4408 #include "confdefs.h" |
4409 #include <termios.h> | |
40056 | 4410 int |
4411 main () | |
4412 { | |
29254 | 4413 speed_t x = 1; |
40056 | 4414 ; |
4415 return 0; | |
4416 } | |
4417 _ACEOF | |
4418 rm -f conftest.$ac_objext | |
41675 | 4419 if { (eval echo "$as_me:4419: \"$ac_compile\"") >&5 |
40056 | 4420 (eval $ac_compile) 2>&5 |
4421 ac_status=$? | |
41675 | 4422 echo "$as_me:4422: \$? = $ac_status" >&5 |
41148 | 4423 (exit $ac_status); } && |
4424 { ac_try='test -s conftest.$ac_objext' | |
41675 | 4425 { (eval echo "$as_me:4425: \"$ac_try\"") >&5 |
4426 (eval $ac_try) 2>&5 | |
4427 ac_status=$? | |
4428 echo "$as_me:4428: \$? = $ac_status" >&5 | |
40056 | 4429 (exit $ac_status); }; }; then |
29254 | 4430 emacs_cv_speed_t=yes |
4431 else | |
40056 | 4432 echo "$as_me: failed program was:" >&5 |
4433 cat conftest.$ac_ext >&5 | |
4434 emacs_cv_speed_t=no | |
4435 fi | |
4436 rm -f conftest.$ac_objext conftest.$ac_ext | |
4437 fi | |
41675 | 4438 echo "$as_me:4438: result: $emacs_cv_speed_t" >&5 |
40056 | 4439 echo "${ECHO_T}$emacs_cv_speed_t" >&6 |
29254 | 4440 if test $emacs_cv_speed_t = yes; then |
40056 | 4441 cat >>confdefs.h <<\EOF |
29254 | 4442 #define HAVE_SPEED_T 1 |
4443 EOF | |
4444 | |
4445 fi | |
4446 | |
41675 | 4447 echo "$as_me:4447: checking for struct timeval" >&5 |
40056 | 4448 echo $ECHO_N "checking for struct timeval... $ECHO_C" >&6 |
4449 if test "${emacs_cv_struct_timeval+set}" = set; then | |
4450 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
4451 else | |
4452 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 4453 #line 4453 "configure" |
25897 | 4454 #include "confdefs.h" |
4455 #ifdef TIME_WITH_SYS_TIME | |
4456 #include <sys/time.h> | |
4457 #include <time.h> | |
4458 #else | |
4459 #ifdef HAVE_SYS_TIME_H | |
4460 #include <sys/time.h> | |
4461 #else | |
4462 #include <time.h> | |
4463 #endif | |
4464 #endif | |
40056 | 4465 int |
4466 main () | |
4467 { | |
25897 | 4468 static struct timeval x; x.tv_sec = x.tv_usec; |
40056 | 4469 ; |
4470 return 0; | |
4471 } | |
4472 _ACEOF | |
4473 rm -f conftest.$ac_objext | |
41675 | 4474 if { (eval echo "$as_me:4474: \"$ac_compile\"") >&5 |
40056 | 4475 (eval $ac_compile) 2>&5 |
4476 ac_status=$? | |
41675 | 4477 echo "$as_me:4477: \$? = $ac_status" >&5 |
41148 | 4478 (exit $ac_status); } && |
4479 { ac_try='test -s conftest.$ac_objext' | |
41675 | 4480 { (eval echo "$as_me:4480: \"$ac_try\"") >&5 |
4481 (eval $ac_try) 2>&5 | |
4482 ac_status=$? | |
4483 echo "$as_me:4483: \$? = $ac_status" >&5 | |
40056 | 4484 (exit $ac_status); }; }; then |
25897 | 4485 emacs_cv_struct_timeval=yes |
4486 else | |
40056 | 4487 echo "$as_me: failed program was:" >&5 |
4488 cat conftest.$ac_ext >&5 | |
4489 emacs_cv_struct_timeval=no | |
4490 fi | |
4491 rm -f conftest.$ac_objext conftest.$ac_ext | |
4492 fi | |
41675 | 4493 echo "$as_me:4493: result: $emacs_cv_struct_timeval" >&5 |
40056 | 4494 echo "${ECHO_T}$emacs_cv_struct_timeval" >&6 |
25897 | 4495 HAVE_TIMEVAL=$emacs_cv_struct_timeval |
4496 if test $emacs_cv_struct_timeval = yes; then | |
40056 | 4497 cat >>confdefs.h <<\EOF |
25897 | 4498 #define HAVE_TIMEVAL 1 |
4499 EOF | |
4500 | |
4501 fi | |
4502 | |
41675 | 4503 echo "$as_me:4503: checking for struct exception" >&5 |
40056 | 4504 echo $ECHO_N "checking for struct exception... $ECHO_C" >&6 |
4505 if test "${emacs_cv_struct_exception+set}" = set; then | |
4506 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
4507 else | |
4508 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 4509 #line 4509 "configure" |
29388 | 4510 #include "confdefs.h" |
4511 #include <math.h> | |
40056 | 4512 int |
4513 main () | |
4514 { | |
29388 | 4515 static struct exception x; x.arg1 = x.arg2 = x.retval; x.name = ""; x.type = 1; |
40056 | 4516 ; |
4517 return 0; | |
4518 } | |
4519 _ACEOF | |
4520 rm -f conftest.$ac_objext | |
41675 | 4521 if { (eval echo "$as_me:4521: \"$ac_compile\"") >&5 |
40056 | 4522 (eval $ac_compile) 2>&5 |
4523 ac_status=$? | |
41675 | 4524 echo "$as_me:4524: \$? = $ac_status" >&5 |
41148 | 4525 (exit $ac_status); } && |
4526 { ac_try='test -s conftest.$ac_objext' | |
41675 | 4527 { (eval echo "$as_me:4527: \"$ac_try\"") >&5 |
4528 (eval $ac_try) 2>&5 | |
4529 ac_status=$? | |
4530 echo "$as_me:4530: \$? = $ac_status" >&5 | |
40056 | 4531 (exit $ac_status); }; }; then |
29388 | 4532 emacs_cv_struct_exception=yes |
4533 else | |
40056 | 4534 echo "$as_me: failed program was:" >&5 |
4535 cat conftest.$ac_ext >&5 | |
4536 emacs_cv_struct_exception=no | |
4537 fi | |
4538 rm -f conftest.$ac_objext conftest.$ac_ext | |
4539 fi | |
41675 | 4540 echo "$as_me:4540: result: $emacs_cv_struct_exception" >&5 |
40056 | 4541 echo "${ECHO_T}$emacs_cv_struct_exception" >&6 |
29388 | 4542 HAVE_EXCEPTION=$emacs_cv_struct_exception |
4543 if test $emacs_cv_struct_exception != yes; then | |
40056 | 4544 cat >>confdefs.h <<\EOF |
29388 | 4545 #define NO_MATHERR 1 |
4546 EOF | |
4547 | |
4548 fi | |
4549 | |
41675 | 4550 echo "$as_me:4550: checking whether struct tm is in sys/time.h or time.h" >&5 |
40056 | 4551 echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6 |
4552 if test "${ac_cv_struct_tm+set}" = set; then | |
4553 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
4554 else | |
4555 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 4556 #line 4556 "configure" |
25897 | 4557 #include "confdefs.h" |
4558 #include <sys/types.h> | |
4559 #include <time.h> | |
40056 | 4560 |
4561 int | |
4562 main () | |
4563 { | |
25897 | 4564 struct tm *tp; tp->tm_sec; |
40056 | 4565 ; |
4566 return 0; | |
4567 } | |
4568 _ACEOF | |
4569 rm -f conftest.$ac_objext | |
41675 | 4570 if { (eval echo "$as_me:4570: \"$ac_compile\"") >&5 |
40056 | 4571 (eval $ac_compile) 2>&5 |
4572 ac_status=$? | |
41675 | 4573 echo "$as_me:4573: \$? = $ac_status" >&5 |
41148 | 4574 (exit $ac_status); } && |
4575 { ac_try='test -s conftest.$ac_objext' | |
41675 | 4576 { (eval echo "$as_me:4576: \"$ac_try\"") >&5 |
4577 (eval $ac_try) 2>&5 | |
4578 ac_status=$? | |
4579 echo "$as_me:4579: \$? = $ac_status" >&5 | |
40056 | 4580 (exit $ac_status); }; }; then |
25897 | 4581 ac_cv_struct_tm=time.h |
4582 else | |
40056 | 4583 echo "$as_me: failed program was:" >&5 |
4584 cat conftest.$ac_ext >&5 | |
4585 ac_cv_struct_tm=sys/time.h | |
4586 fi | |
4587 rm -f conftest.$ac_objext conftest.$ac_ext | |
4588 fi | |
41675 | 4589 echo "$as_me:4589: result: $ac_cv_struct_tm" >&5 |
40056 | 4590 echo "${ECHO_T}$ac_cv_struct_tm" >&6 |
25897 | 4591 if test $ac_cv_struct_tm = sys/time.h; then |
40056 | 4592 |
4593 cat >>confdefs.h <<\EOF | |
25897 | 4594 #define TM_IN_SYS_TIME 1 |
4595 EOF | |
4596 | |
4597 fi | |
4598 | |
41675 | 4599 echo "$as_me:4599: checking for struct tm.tm_zone" >&5 |
40056 | 4600 echo $ECHO_N "checking for struct tm.tm_zone... $ECHO_C" >&6 |
4601 if test "${ac_cv_member_struct_tm_tm_zone+set}" = set; then | |
4602 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
4603 else | |
4604 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 4605 #line 4605 "configure" |
25897 | 4606 #include "confdefs.h" |
4607 #include <sys/types.h> | |
4608 #include <$ac_cv_struct_tm> | |
40056 | 4609 |
4610 int | |
4611 main () | |
4612 { | |
4613 static struct tm ac_aggr; | |
4614 if (ac_aggr.tm_zone) | |
4615 return 0; | |
4616 ; | |
4617 return 0; | |
4618 } | |
4619 _ACEOF | |
4620 rm -f conftest.$ac_objext | |
41675 | 4621 if { (eval echo "$as_me:4621: \"$ac_compile\"") >&5 |
40056 | 4622 (eval $ac_compile) 2>&5 |
4623 ac_status=$? | |
41675 | 4624 echo "$as_me:4624: \$? = $ac_status" >&5 |
41148 | 4625 (exit $ac_status); } && |
4626 { ac_try='test -s conftest.$ac_objext' | |
41675 | 4627 { (eval echo "$as_me:4627: \"$ac_try\"") >&5 |
4628 (eval $ac_try) 2>&5 | |
4629 ac_status=$? | |
4630 echo "$as_me:4630: \$? = $ac_status" >&5 | |
40056 | 4631 (exit $ac_status); }; }; then |
4632 ac_cv_member_struct_tm_tm_zone=yes | |
4633 else | |
4634 echo "$as_me: failed program was:" >&5 | |
4635 cat conftest.$ac_ext >&5 | |
4636 ac_cv_member_struct_tm_tm_zone=no | |
4637 fi | |
4638 rm -f conftest.$ac_objext conftest.$ac_ext | |
4639 fi | |
41675 | 4640 echo "$as_me:4640: result: $ac_cv_member_struct_tm_tm_zone" >&5 |
40056 | 4641 echo "${ECHO_T}$ac_cv_member_struct_tm_tm_zone" >&6 |
4642 if test $ac_cv_member_struct_tm_tm_zone = yes; then | |
4643 | |
4644 cat >>confdefs.h <<EOF | |
4645 #define HAVE_STRUCT_TM_TM_ZONE 1 | |
4646 EOF | |
4647 | |
4648 fi | |
4649 | |
4650 if test "$ac_cv_member_struct_tm_tm_zone" = yes; then | |
4651 | |
4652 cat >>confdefs.h <<\EOF | |
25897 | 4653 #define HAVE_TM_ZONE 1 |
4654 EOF | |
4655 | |
4656 else | |
41675 | 4657 echo "$as_me:4657: checking for tzname" >&5 |
40056 | 4658 echo $ECHO_N "checking for tzname... $ECHO_C" >&6 |
4659 if test "${ac_cv_var_tzname+set}" = set; then | |
4660 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
4661 else | |
4662 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 4663 #line 4663 "configure" |
25897 | 4664 #include "confdefs.h" |
4665 #include <time.h> | |
4666 #ifndef tzname /* For SGI. */ | |
4667 extern char *tzname[]; /* RS6000 and others reject char **tzname. */ | |
4668 #endif | |
40056 | 4669 |
4670 int | |
4671 main () | |
4672 { | |
25897 | 4673 atoi(*tzname); |
40056 | 4674 ; |
4675 return 0; | |
4676 } | |
4677 _ACEOF | |
4678 rm -f conftest.$ac_objext conftest$ac_exeext | |
41675 | 4679 if { (eval echo "$as_me:4679: \"$ac_link\"") >&5 |
4680 (eval $ac_link) 2>&5 | |
4681 ac_status=$? | |
4682 echo "$as_me:4682: \$? = $ac_status" >&5 | |
41148 | 4683 (exit $ac_status); } && |
4684 { ac_try='test -s conftest$ac_exeext' | |
41675 | 4685 { (eval echo "$as_me:4685: \"$ac_try\"") >&5 |
4686 (eval $ac_try) 2>&5 | |
4687 ac_status=$? | |
4688 echo "$as_me:4688: \$? = $ac_status" >&5 | |
40056 | 4689 (exit $ac_status); }; }; then |
25897 | 4690 ac_cv_var_tzname=yes |
4691 else | |
40056 | 4692 echo "$as_me: failed program was:" >&5 |
4693 cat conftest.$ac_ext >&5 | |
4694 ac_cv_var_tzname=no | |
4695 fi | |
4696 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
4697 fi | |
41675 | 4698 echo "$as_me:4698: result: $ac_cv_var_tzname" >&5 |
40056 | 4699 echo "${ECHO_T}$ac_cv_var_tzname" >&6 |
25897 | 4700 if test $ac_cv_var_tzname = yes; then |
40056 | 4701 |
4702 cat >>confdefs.h <<\EOF | |
25897 | 4703 #define HAVE_TZNAME 1 |
4704 EOF | |
4705 | |
4706 fi | |
4707 fi | |
4708 | |
41675 | 4709 echo "$as_me:4709: checking for tm_gmtoff in struct tm" >&5 |
40056 | 4710 echo $ECHO_N "checking for tm_gmtoff in struct tm... $ECHO_C" >&6 |
4711 if test "${emacs_cv_tm_gmtoff+set}" = set; then | |
4712 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
4713 else | |
4714 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 4715 #line 4715 "configure" |
26081
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
4716 #include "confdefs.h" |
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
4717 #include <time.h> |
40056 | 4718 int |
4719 main () | |
4720 { | |
26081
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
4721 struct tm t; t.tm_gmtoff = 0 |
40056 | 4722 ; |
4723 return 0; | |
4724 } | |
4725 _ACEOF | |
4726 rm -f conftest.$ac_objext conftest$ac_exeext | |
41675 | 4727 if { (eval echo "$as_me:4727: \"$ac_link\"") >&5 |
4728 (eval $ac_link) 2>&5 | |
4729 ac_status=$? | |
4730 echo "$as_me:4730: \$? = $ac_status" >&5 | |
41148 | 4731 (exit $ac_status); } && |
4732 { ac_try='test -s conftest$ac_exeext' | |
41675 | 4733 { (eval echo "$as_me:4733: \"$ac_try\"") >&5 |
4734 (eval $ac_try) 2>&5 | |
4735 ac_status=$? | |
4736 echo "$as_me:4736: \$? = $ac_status" >&5 | |
40056 | 4737 (exit $ac_status); }; }; then |
26081
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
4738 emacs_cv_tm_gmtoff=yes |
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
4739 else |
40056 | 4740 echo "$as_me: failed program was:" >&5 |
4741 cat conftest.$ac_ext >&5 | |
4742 emacs_cv_tm_gmtoff=no | |
4743 fi | |
4744 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
4745 fi | |
41675 | 4746 echo "$as_me:4746: result: $emacs_cv_tm_gmtoff" >&5 |
40056 | 4747 echo "${ECHO_T}$emacs_cv_tm_gmtoff" >&6 |
26081
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
4748 if test $emacs_cv_tm_gmtoff = yes; then |
40056 | 4749 cat >>confdefs.h <<\EOF |
26081
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
4750 #define HAVE_TM_GMTOFF 1 |
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
4751 EOF |
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
4752 |
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
4753 fi |
25897 | 4754 |
41675 | 4755 echo "$as_me:4755: checking for $CC option to accept ANSI C" >&5 |
40056 | 4756 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6 |
4757 if test "${ac_cv_prog_cc_stdc+set}" = set; then | |
4758 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
28060 | 4759 else |
4760 ac_cv_prog_cc_stdc=no | |
40056 | 4761 ac_save_CC=$CC |
4762 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 4763 #line 4763 "configure" |
28060 | 4764 #include "confdefs.h" |
4765 #include <stdarg.h> | |
4766 #include <stdio.h> | |
4767 #include <sys/types.h> | |
4768 #include <sys/stat.h> | |
4769 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | |
4770 struct buf { int x; }; | |
4771 FILE * (*rcsopen) (struct buf *, struct stat *, int); | |
4772 static char *e (p, i) | |
4773 char **p; | |
4774 int i; | |
4775 { | |
4776 return p[i]; | |
4777 } | |
4778 static char *f (char * (*g) (char **, int), char **p, ...) | |
4779 { | |
4780 char *s; | |
4781 va_list v; | |
4782 va_start (v,p); | |
4783 s = g (p, va_arg (v,int)); | |
4784 va_end (v); | |
4785 return s; | |
4786 } | |
4787 int test (int i, double x); | |
4788 struct s1 {int (*f) (int a);}; | |
4789 struct s2 {int (*f) (double a);}; | |
4790 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | |
4791 int argc; | |
4792 char **argv; | |
40056 | 4793 int |
4794 main () | |
4795 { | |
28060 | 4796 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; |
40056 | 4797 ; |
4798 return 0; | |
4799 } | |
4800 _ACEOF | |
4801 # Don't try gcc -ansi; that turns off useful extensions and | |
4802 # breaks some systems' header files. | |
4803 # AIX -qlanglvl=ansi | |
4804 # Ultrix and OSF/1 -std1 | |
4805 # HP-UX 10.20 and later -Ae | |
4806 # HP-UX older versions -Aa -D_HPUX_SOURCE | |
4807 # SVR4 -Xc -D__EXTENSIONS__ | |
4808 for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" | |
4809 do | |
4810 CC="$ac_save_CC $ac_arg" | |
4811 rm -f conftest.$ac_objext | |
41675 | 4812 if { (eval echo "$as_me:4812: \"$ac_compile\"") >&5 |
40056 | 4813 (eval $ac_compile) 2>&5 |
4814 ac_status=$? | |
41675 | 4815 echo "$as_me:4815: \$? = $ac_status" >&5 |
41148 | 4816 (exit $ac_status); } && |
4817 { ac_try='test -s conftest.$ac_objext' | |
41675 | 4818 { (eval echo "$as_me:4818: \"$ac_try\"") >&5 |
4819 (eval $ac_try) 2>&5 | |
4820 ac_status=$? | |
4821 echo "$as_me:4821: \$? = $ac_status" >&5 | |
40056 | 4822 (exit $ac_status); }; }; then |
4823 ac_cv_prog_cc_stdc=$ac_arg | |
4824 break | |
4825 else | |
4826 echo "$as_me: failed program was:" >&5 | |
4827 cat conftest.$ac_ext >&5 | |
4828 fi | |
4829 rm -f conftest.$ac_objext | |
28060 | 4830 done |
40056 | 4831 rm -f conftest.$ac_ext conftest.$ac_objext |
4832 CC=$ac_save_CC | |
28060 | 4833 |
4834 fi | |
4835 | |
4836 case "x$ac_cv_prog_cc_stdc" in | |
4837 x|xno) | |
41675 | 4838 echo "$as_me:4838: result: none needed" >&5 |
40056 | 4839 echo "${ECHO_T}none needed" >&6 ;; |
28060 | 4840 *) |
41675 | 4841 echo "$as_me:4841: result: $ac_cv_prog_cc_stdc" >&5 |
40056 | 4842 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6 |
28060 | 4843 CC="$CC $ac_cv_prog_cc_stdc" ;; |
4844 esac | |
4845 | |
41675 | 4846 echo "$as_me:4846: checking for function prototypes" >&5 |
40056 | 4847 echo $ECHO_N "checking for function prototypes... $ECHO_C" >&6 |
28060 | 4848 if test "$ac_cv_prog_cc_stdc" != no; then |
41675 | 4849 echo "$as_me:4849: result: yes" >&5 |
40056 | 4850 echo "${ECHO_T}yes" >&6 |
4851 | |
4852 cat >>confdefs.h <<\EOF | |
28060 | 4853 #define PROTOTYPES 1 |
4854 EOF | |
4855 | |
4856 else | |
41675 | 4857 echo "$as_me:4857: result: no" >&5 |
40056 | 4858 echo "${ECHO_T}no" >&6 |
4859 fi | |
4860 | |
41675 | 4861 echo "$as_me:4861: checking for working volatile" >&5 |
40056 | 4862 echo $ECHO_N "checking for working volatile... $ECHO_C" >&6 |
4863 if test "${ac_cv_c_volatile+set}" = set; then | |
4864 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
4865 else | |
4866 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 4867 #line 4867 "configure" |
40056 | 4868 #include "confdefs.h" |
4869 | |
4870 int | |
4871 main () | |
4872 { | |
28060 | 4873 |
4874 volatile int x; | |
4875 int * volatile y; | |
40056 | 4876 ; |
4877 return 0; | |
4878 } | |
4879 _ACEOF | |
4880 rm -f conftest.$ac_objext | |
41675 | 4881 if { (eval echo "$as_me:4881: \"$ac_compile\"") >&5 |
40056 | 4882 (eval $ac_compile) 2>&5 |
4883 ac_status=$? | |
41675 | 4884 echo "$as_me:4884: \$? = $ac_status" >&5 |
41148 | 4885 (exit $ac_status); } && |
4886 { ac_try='test -s conftest.$ac_objext' | |
41675 | 4887 { (eval echo "$as_me:4887: \"$ac_try\"") >&5 |
4888 (eval $ac_try) 2>&5 | |
4889 ac_status=$? | |
4890 echo "$as_me:4890: \$? = $ac_status" >&5 | |
40056 | 4891 (exit $ac_status); }; }; then |
28060 | 4892 ac_cv_c_volatile=yes |
4893 else | |
40056 | 4894 echo "$as_me: failed program was:" >&5 |
4895 cat conftest.$ac_ext >&5 | |
4896 ac_cv_c_volatile=no | |
4897 fi | |
4898 rm -f conftest.$ac_objext conftest.$ac_ext | |
4899 fi | |
41675 | 4900 echo "$as_me:4900: result: $ac_cv_c_volatile" >&5 |
40056 | 4901 echo "${ECHO_T}$ac_cv_c_volatile" >&6 |
28060 | 4902 if test $ac_cv_c_volatile = no; then |
40056 | 4903 |
4904 cat >>confdefs.h <<\EOF | |
4905 #define volatile | |
4906 EOF | |
4907 | |
4908 fi | |
4909 | |
41675 | 4910 echo "$as_me:4910: checking for an ANSI C-conforming const" >&5 |
40056 | 4911 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6 |
4912 if test "${ac_cv_c_const+set}" = set; then | |
4913 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
4914 else | |
4915 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 4916 #line 4916 "configure" |
40056 | 4917 #include "confdefs.h" |
4918 | |
4919 int | |
4920 main () | |
4921 { | |
4922 /* FIXME: Include the comments suggested by Paul. */ | |
4923 #ifndef __cplusplus | |
4924 /* Ultrix mips cc rejects this. */ | |
4925 typedef int charset[2]; | |
4926 const charset x; | |
4927 /* SunOS 4.1.1 cc rejects this. */ | |
4928 char const *const *ccp; | |
4929 char **p; | |
4930 /* NEC SVR4.0.2 mips cc rejects this. */ | |
4931 struct point {int x, y;}; | |
4932 static struct point const zero = {0,0}; | |
4933 /* AIX XL C 1.02.0.0 rejects this. | |
4934 It does not let you subtract one const X* pointer from another in | |
4935 an arm of an if-expression whose if-part is not a constant | |
4936 expression */ | |
4937 const char *g = "string"; | |
4938 ccp = &g + (g ? g-g : 0); | |
4939 /* HPUX 7.0 cc rejects these. */ | |
4940 ++ccp; | |
4941 p = (char**) ccp; | |
4942 ccp = (char const *const *) p; | |
4943 { /* SCO 3.2v4 cc rejects this. */ | |
4944 char *t; | |
4945 char const *s = 0 ? (char *) 0 : (char const *) 0; | |
4946 | |
4947 *t++ = 0; | |
4948 } | |
4949 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ | |
4950 int x[] = {25, 17}; | |
4951 const int *foo = &x[0]; | |
4952 ++foo; | |
4953 } | |
4954 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ | |
4955 typedef const int *iptr; | |
4956 iptr p = 0; | |
4957 ++p; | |
4958 } | |
4959 { /* AIX XL C 1.02.0.0 rejects this saying | |
4960 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ | |
4961 struct s { int j; const int *ap[3]; }; | |
4962 struct s *b; b->j = 5; | |
4963 } | |
4964 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ | |
4965 const int foo = 10; | |
4966 } | |
4967 #endif | |
4968 | |
4969 ; | |
4970 return 0; | |
4971 } | |
4972 _ACEOF | |
4973 rm -f conftest.$ac_objext | |
41675 | 4974 if { (eval echo "$as_me:4974: \"$ac_compile\"") >&5 |
40056 | 4975 (eval $ac_compile) 2>&5 |
4976 ac_status=$? | |
41675 | 4977 echo "$as_me:4977: \$? = $ac_status" >&5 |
41148 | 4978 (exit $ac_status); } && |
4979 { ac_try='test -s conftest.$ac_objext' | |
41675 | 4980 { (eval echo "$as_me:4980: \"$ac_try\"") >&5 |
4981 (eval $ac_try) 2>&5 | |
4982 ac_status=$? | |
4983 echo "$as_me:4983: \$? = $ac_status" >&5 | |
40056 | 4984 (exit $ac_status); }; }; then |
25897 | 4985 ac_cv_c_const=yes |
4986 else | |
40056 | 4987 echo "$as_me: failed program was:" >&5 |
4988 cat conftest.$ac_ext >&5 | |
4989 ac_cv_c_const=no | |
4990 fi | |
4991 rm -f conftest.$ac_objext conftest.$ac_ext | |
4992 fi | |
41675 | 4993 echo "$as_me:4993: result: $ac_cv_c_const" >&5 |
40056 | 4994 echo "${ECHO_T}$ac_cv_c_const" >&6 |
25897 | 4995 if test $ac_cv_c_const = no; then |
40056 | 4996 |
4997 cat >>confdefs.h <<\EOF | |
4998 #define const | |
4999 EOF | |
5000 | |
5001 fi | |
5002 | |
41675 | 5003 echo "$as_me:5003: checking for void * support" >&5 |
40056 | 5004 echo $ECHO_N "checking for void * support... $ECHO_C" >&6 |
5005 if test "${emacs_cv_void_star+set}" = set; then | |
5006 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
5007 else | |
5008 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 5009 #line 5009 "configure" |
40056 | 5010 #include "confdefs.h" |
5011 | |
5012 int | |
5013 main () | |
5014 { | |
28060 | 5015 void * foo; |
40056 | 5016 ; |
5017 return 0; | |
5018 } | |
5019 _ACEOF | |
5020 rm -f conftest.$ac_objext | |
41675 | 5021 if { (eval echo "$as_me:5021: \"$ac_compile\"") >&5 |
40056 | 5022 (eval $ac_compile) 2>&5 |
5023 ac_status=$? | |
41675 | 5024 echo "$as_me:5024: \$? = $ac_status" >&5 |
41148 | 5025 (exit $ac_status); } && |
5026 { ac_try='test -s conftest.$ac_objext' | |
41675 | 5027 { (eval echo "$as_me:5027: \"$ac_try\"") >&5 |
5028 (eval $ac_try) 2>&5 | |
5029 ac_status=$? | |
5030 echo "$as_me:5030: \$? = $ac_status" >&5 | |
40056 | 5031 (exit $ac_status); }; }; then |
28060 | 5032 emacs_cv_void_star=yes |
5033 else | |
40056 | 5034 echo "$as_me: failed program was:" >&5 |
5035 cat conftest.$ac_ext >&5 | |
5036 emacs_cv_void_star=no | |
5037 fi | |
5038 rm -f conftest.$ac_objext conftest.$ac_ext | |
5039 fi | |
41675 | 5040 echo "$as_me:5040: result: $emacs_cv_void_star" >&5 |
40056 | 5041 echo "${ECHO_T}$emacs_cv_void_star" >&6 |
28060 | 5042 if test $emacs_cv_void_star = yes; then |
40056 | 5043 cat >>confdefs.h <<\EOF |
28060 | 5044 #define POINTER_TYPE void |
5045 EOF | |
5046 | |
5047 else | |
40056 | 5048 cat >>confdefs.h <<\EOF |
28060 | 5049 #define POINTER_TYPE char |
5050 EOF | |
5051 | |
5052 fi | |
25897 | 5053 |
41675 | 5054 echo "$as_me:5054: checking whether ${MAKE-make} sets \${MAKE}" >&5 |
40056 | 5055 echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6 |
5056 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'` | |
5057 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then | |
5058 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
5059 else | |
5060 cat >conftest.make <<\EOF | |
25897 | 5061 all: |
5062 @echo 'ac_maketemp="${MAKE}"' | |
5063 EOF | |
5064 # GNU make sometimes prints "make[1]: Entering...", which would confuse us. | |
40056 | 5065 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=` |
25897 | 5066 if test -n "$ac_maketemp"; then |
5067 eval ac_cv_prog_make_${ac_make}_set=yes | |
5068 else | |
5069 eval ac_cv_prog_make_${ac_make}_set=no | |
5070 fi | |
40056 | 5071 rm -f conftest.make |
25897 | 5072 fi |
5073 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then | |
41675 | 5074 echo "$as_me:5074: result: yes" >&5 |
40056 | 5075 echo "${ECHO_T}yes" >&6 |
25897 | 5076 SET_MAKE= |
5077 else | |
41675 | 5078 echo "$as_me:5078: result: no" >&5 |
40056 | 5079 echo "${ECHO_T}no" >&6 |
25897 | 5080 SET_MAKE="MAKE=${MAKE-make}" |
5081 fi | |
5082 | |
41675 | 5083 echo "$as_me:5083: checking for long file names" >&5 |
40056 | 5084 echo $ECHO_N "checking for long file names... $ECHO_C" >&6 |
5085 if test "${ac_cv_sys_long_file_names+set}" = set; then | |
5086 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
25897 | 5087 else |
5088 ac_cv_sys_long_file_names=yes | |
5089 # Test for long file names in all the places we know might matter: | |
5090 # . the current directory, where building will happen | |
5091 # $prefix/lib where we will be installing things | |
5092 # $exec_prefix/lib likewise | |
5093 # eval it to expand exec_prefix. | |
5094 # $TMPDIR if set, where it might want to write temporary files | |
5095 # if $TMPDIR is not set: | |
5096 # /tmp where it might want to write temporary files | |
5097 # /var/tmp likewise | |
5098 # /usr/tmp likewise | |
5099 if test -n "$TMPDIR" && test -d "$TMPDIR" && test -w "$TMPDIR"; then | |
40056 | 5100 ac_tmpdirs=$TMPDIR |
25897 | 5101 else |
5102 ac_tmpdirs='/tmp /var/tmp /usr/tmp' | |
5103 fi | |
5104 for ac_dir in . $ac_tmpdirs `eval echo $prefix/lib $exec_prefix/lib` ; do | |
5105 test -d $ac_dir || continue | |
5106 test -w $ac_dir || continue # It is less confusing to not echo anything here. | |
40056 | 5107 ac_xdir=$ac_dir/cf$$ |
5108 (umask 077 && mkdir $ac_xdir 2>/dev/null) || continue | |
5109 ac_tf1=$ac_xdir/conftest9012345 | |
5110 ac_tf2=$ac_xdir/conftest9012346 | |
5111 (echo 1 >$ac_tf1) 2>/dev/null | |
5112 (echo 2 >$ac_tf2) 2>/dev/null | |
5113 ac_val=`cat $ac_tf1 2>/dev/null` | |
5114 if test ! -f $ac_tf1 || test "$ac_val" != 1; then | |
25897 | 5115 ac_cv_sys_long_file_names=no |
40056 | 5116 rm -rf $ac_xdir 2>/dev/null |
25897 | 5117 break |
5118 fi | |
40056 | 5119 rm -rf $ac_xdir 2>/dev/null |
25897 | 5120 done |
5121 fi | |
41675 | 5122 echo "$as_me:5122: result: $ac_cv_sys_long_file_names" >&5 |
40056 | 5123 echo "${ECHO_T}$ac_cv_sys_long_file_names" >&6 |
25897 | 5124 if test $ac_cv_sys_long_file_names = yes; then |
40056 | 5125 |
5126 cat >>confdefs.h <<\EOF | |
25897 | 5127 #define HAVE_LONG_FILE_NAMES 1 |
5128 EOF | |
5129 | |
5130 fi | |
5131 | |
5132 #### Choose a window system. | |
5133 | |
41675 | 5134 echo "$as_me:5134: checking for X" >&5 |
40056 | 5135 echo $ECHO_N "checking for X... $ECHO_C" >&6 |
25897 | 5136 |
5137 # Check whether --with-x or --without-x was given. | |
5138 if test "${with_x+set}" = set; then | |
5139 withval="$with_x" | |
40056 | 5140 |
5141 fi; | |
25897 | 5142 # $have_x is `yes', `no', `disabled', or empty when we do not yet know. |
5143 if test "x$with_x" = xno; then | |
5144 # The user explicitly disabled X. | |
5145 have_x=disabled | |
5146 else | |
5147 if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then | |
5148 # Both variables are already set. | |
5149 have_x=yes | |
5150 else | |
40056 | 5151 if test "${ac_cv_have_x+set}" = set; then |
5152 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
25897 | 5153 else |
5154 # One or both of the vars are not set, and there is no cached value. | |
40056 | 5155 ac_x_includes=no ac_x_libraries=no |
5156 rm -fr conftest.dir | |
5157 if mkdir conftest.dir; then | |
5158 cd conftest.dir | |
25897 | 5159 # Make sure to not put "make" in the Imakefile rules, since we grep it out. |
40056 | 5160 cat >Imakefile <<'EOF' |
25897 | 5161 acfindx: |
5162 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"' | |
5163 EOF | |
5164 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then | |
5165 # GNU make sometimes prints "make[1]: Entering...", which would confuse us. | |
5166 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make` | |
5167 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR. | |
5168 for ac_extension in a so sl; do | |
5169 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension && | |
40056 | 5170 test -f $ac_im_libdir/libX11.$ac_extension; then |
25897 | 5171 ac_im_usrlibdir=$ac_im_libdir; break |
5172 fi | |
5173 done | |
5174 # Screen out bogus values from the imake configuration. They are | |
5175 # bogus both because they are the default anyway, and because | |
5176 # using them would break gcc on systems where it needs fixed includes. | |
40056 | 5177 case $ac_im_incroot in |
25897 | 5178 /usr/include) ;; |
40056 | 5179 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;; |
25897 | 5180 esac |
40056 | 5181 case $ac_im_usrlibdir in |
25897 | 5182 /usr/lib | /lib) ;; |
40056 | 5183 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;; |
25897 | 5184 esac |
5185 fi | |
5186 cd .. | |
40056 | 5187 rm -fr conftest.dir |
5188 fi | |
5189 | |
5190 # Standard set of common directories for X headers. | |
5191 # Check X11 before X11Rn because it is often a symlink to the current release. | |
5192 ac_x_header_dirs=' | |
5193 /usr/X11/include | |
5194 /usr/X11R6/include | |
5195 /usr/X11R5/include | |
5196 /usr/X11R4/include | |
5197 | |
5198 /usr/include/X11 | |
5199 /usr/include/X11R6 | |
5200 /usr/include/X11R5 | |
5201 /usr/include/X11R4 | |
5202 | |
5203 /usr/local/X11/include | |
5204 /usr/local/X11R6/include | |
5205 /usr/local/X11R5/include | |
5206 /usr/local/X11R4/include | |
5207 | |
5208 /usr/local/include/X11 | |
5209 /usr/local/include/X11R6 | |
5210 /usr/local/include/X11R5 | |
5211 /usr/local/include/X11R4 | |
5212 | |
5213 /usr/X386/include | |
5214 /usr/x386/include | |
5215 /usr/XFree86/include/X11 | |
5216 | |
5217 /usr/include | |
5218 /usr/local/include | |
5219 /usr/unsupported/include | |
5220 /usr/athena/include | |
5221 /usr/local/x11r5/include | |
5222 /usr/lpp/Xamples/include | |
5223 | |
5224 /usr/openwin/include | |
5225 /usr/openwin/share/include' | |
5226 | |
5227 if test "$ac_x_includes" = no; then | |
5228 # Guess where to find include files, by looking for Intrinsic.h. | |
25897 | 5229 # First, try using that file with no special directory specified. |
40056 | 5230 cat >conftest.$ac_ext <<_ACEOF |
41675 | 5231 #line 5231 "configure" |
40056 | 5232 #include "confdefs.h" |
5233 #include <X11/Intrinsic.h> | |
5234 _ACEOF | |
41675 | 5235 if { (eval echo "$as_me:5235: \"$ac_cpp conftest.$ac_ext\"") >&5 |
40056 | 5236 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
5237 ac_status=$? | |
5238 egrep -v '^ *\+' conftest.er1 >conftest.err | |
5239 rm -f conftest.er1 | |
5240 cat conftest.err >&5 | |
41675 | 5241 echo "$as_me:5241: \$? = $ac_status" >&5 |
40056 | 5242 (exit $ac_status); } >/dev/null; then |
5243 if test -s conftest.err; then | |
5244 ac_cpp_err=$ac_c_preproc_warn_flag | |
5245 else | |
5246 ac_cpp_err= | |
5247 fi | |
5248 else | |
5249 ac_cpp_err=yes | |
5250 fi | |
5251 if test -z "$ac_cpp_err"; then | |
25897 | 5252 # We can compile using X headers with no special include directory. |
5253 ac_x_includes= | |
5254 else | |
40056 | 5255 echo "$as_me: failed program was:" >&5 |
25897 | 5256 cat conftest.$ac_ext >&5 |
40056 | 5257 for ac_dir in $ac_x_header_dirs; do |
5258 if test -r "$ac_dir/X11/Intrinsic.h"; then | |
5259 ac_x_includes=$ac_dir | |
5260 break | |
5261 fi | |
5262 done | |
5263 fi | |
5264 rm -f conftest.err conftest.$ac_ext | |
5265 fi # $ac_x_includes = no | |
5266 | |
5267 if test "$ac_x_libraries" = no; then | |
25897 | 5268 # Check for the libraries. |
5269 # See if we find them without any special options. | |
5270 # Don't add to $LIBS permanently. | |
40056 | 5271 ac_save_LIBS=$LIBS |
5272 LIBS="-lXt $LIBS" | |
5273 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 5274 #line 5274 "configure" |
40056 | 5275 #include "confdefs.h" |
5276 #include <X11/Intrinsic.h> | |
5277 int | |
5278 main () | |
5279 { | |
5280 XtMalloc (0) | |
5281 ; | |
5282 return 0; | |
5283 } | |
5284 _ACEOF | |
5285 rm -f conftest.$ac_objext conftest$ac_exeext | |
41675 | 5286 if { (eval echo "$as_me:5286: \"$ac_link\"") >&5 |
5287 (eval $ac_link) 2>&5 | |
5288 ac_status=$? | |
5289 echo "$as_me:5289: \$? = $ac_status" >&5 | |
41148 | 5290 (exit $ac_status); } && |
5291 { ac_try='test -s conftest$ac_exeext' | |
41675 | 5292 { (eval echo "$as_me:5292: \"$ac_try\"") >&5 |
5293 (eval $ac_try) 2>&5 | |
5294 ac_status=$? | |
5295 echo "$as_me:5295: \$? = $ac_status" >&5 | |
40056 | 5296 (exit $ac_status); }; }; then |
5297 LIBS=$ac_save_LIBS | |
25897 | 5298 # We can link X programs with no special library path. |
5299 ac_x_libraries= | |
5300 else | |
40056 | 5301 echo "$as_me: failed program was:" >&5 |
5302 cat conftest.$ac_ext >&5 | |
5303 LIBS=$ac_save_LIBS | |
5304 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g` | |
25897 | 5305 do |
40056 | 5306 # Don't even attempt the hair of trying to link an X program! |
25897 | 5307 for ac_extension in a so sl; do |
40056 | 5308 if test -r $ac_dir/libXt.$ac_extension; then |
25897 | 5309 ac_x_libraries=$ac_dir |
5310 break 2 | |
5311 fi | |
5312 done | |
5313 done | |
5314 fi | |
40056 | 5315 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
5316 fi # $ac_x_libraries = no | |
5317 | |
5318 if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then | |
25897 | 5319 # Didn't find X anywhere. Cache the known absence of X. |
5320 ac_cv_have_x="have_x=no" | |
5321 else | |
5322 # Record where we found X for the cache. | |
5323 ac_cv_have_x="have_x=yes \ | |
5324 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries" | |
5325 fi | |
5326 fi | |
40056 | 5327 |
25897 | 5328 fi |
5329 eval "$ac_cv_have_x" | |
5330 fi # $with_x != no | |
5331 | |
5332 if test "$have_x" != yes; then | |
41675 | 5333 echo "$as_me:5333: result: $have_x" >&5 |
40056 | 5334 echo "${ECHO_T}$have_x" >&6 |
25897 | 5335 no_x=yes |
5336 else | |
5337 # If each of the values was on the command line, it overrides each guess. | |
5338 test "x$x_includes" = xNONE && x_includes=$ac_x_includes | |
5339 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries | |
5340 # Update the cache value to reflect the command line values. | |
5341 ac_cv_have_x="have_x=yes \ | |
5342 ac_x_includes=$x_includes ac_x_libraries=$x_libraries" | |
41675 | 5343 echo "$as_me:5343: result: libraries $x_libraries, headers $x_includes" >&5 |
40056 | 5344 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6 |
25897 | 5345 fi |
5346 | |
5347 if test "$no_x" = yes; then | |
5348 window_system=none | |
5349 else | |
5350 window_system=x11 | |
5351 fi | |
5352 | |
5353 if test "${x_libraries}" != NONE && test -n "${x_libraries}"; then | |
5354 LD_SWITCH_X_SITE=-L`echo ${x_libraries} | sed -e "s/:/ -L/g"` | |
5355 LD_SWITCH_X_SITE_AUX=-R`echo ${x_libraries} | sed -e "s/:/ -R/g"` | |
5356 x_default_search_path="" | |
5357 for x_library in `echo ${x_libraries} | sed -e "s/:/ /g"`; do | |
35666 | 5358 x_search_path="\ |
5359 ${x_library}/X11/%L/%T/%N%C%S:\ | |
5360 ${x_library}/X11/%l/%T/%N%C%S:\ | |
5361 ${x_library}/X11/%T/%N%C%S:\ | |
5362 ${x_library}/X11/%L/%T/%N%S:\ | |
5363 ${x_library}/X11/%l/%T/%N%S:\ | |
5364 ${x_library}/X11/%T/%N%S" | |
25897 | 5365 if test x"${x_default_search_path}" = x; then |
5366 x_default_search_path=${x_search_path} | |
5367 else | |
5368 x_default_search_path="${x_search_path}:${x_default_search_path}" | |
5369 fi | |
5370 done | |
5371 fi | |
5372 if test "${x_includes}" != NONE && test -n "${x_includes}"; then | |
5373 C_SWITCH_X_SITE=-I`echo ${x_includes} | sed -e "s/:/ -I/g"` | |
5374 fi | |
5375 | |
5376 if test x"${x_includes}" = x; then | |
5377 bitmapdir=/usr/include/X11/bitmaps | |
5378 else | |
5379 # accumulate include directories that have X11 bitmap subdirectories | |
5380 bmd_acc="dummyval" | |
5381 for bmd in `echo ${x_includes} | sed -e "s/:/ /g"`; do | |
5382 if test -d "${bmd}/X11/bitmaps"; then | |
5383 bmd_acc="${bmd_acc}:${bmd}/X11/bitmaps" | |
26502 | 5384 fi |
5385 if test -d "${bmd}/bitmaps"; then | |
25897 | 5386 bmd_acc="${bmd_acc}:${bmd}/bitmaps" |
5387 fi | |
5388 done | |
5389 if test ${bmd_acc} != "dummyval"; then | |
5390 bitmapdir=`echo ${bmd_acc} | sed -e "s/^dummyval://"` | |
5391 fi | |
5392 fi | |
5393 | |
5394 case "${window_system}" in | |
5395 x11 ) | |
5396 HAVE_X_WINDOWS=yes | |
5397 HAVE_X11=yes | |
5398 case "${with_x_toolkit}" in | |
5399 athena | lucid ) USE_X_TOOLKIT=LUCID ;; | |
5400 motif ) USE_X_TOOLKIT=MOTIF ;; | |
5401 no ) USE_X_TOOLKIT=none ;; | |
5402 * ) USE_X_TOOLKIT=maybe ;; | |
5403 esac | |
5404 ;; | |
5405 none ) | |
5406 HAVE_X_WINDOWS=no | |
5407 HAVE_X11=no | |
5408 USE_X_TOOLKIT=none | |
5409 ;; | |
5410 esac | |
5411 | |
5412 ### If we're using X11, we should use the X menu package. | |
5413 HAVE_MENUS=no | |
5414 case ${HAVE_X11} in | |
5415 yes ) HAVE_MENUS=yes ;; | |
5416 esac | |
40056 | 5417 |
25897 | 5418 if test "${opsys}" = "hpux9"; then |
5419 case "${x_libraries}" in | |
5420 *X11R4* ) | |
5421 opsysfile="s/hpux9-x11r4.h" | |
5422 ;; | |
5423 esac | |
5424 fi | |
5425 | |
5426 if test "${opsys}" = "hpux9shr"; then | |
5427 case "${x_libraries}" in | |
5428 *X11R4* ) | |
5429 opsysfile="s/hpux9shxr4.h" | |
5430 ;; | |
5431 esac | |
5432 fi | |
5433 | |
5434 ### Compute the unexec source name from the object name. | |
5435 UNEXEC_SRC="`echo ${unexec} | sed 's/\.o/.c/'`" | |
5436 | |
5437 # Do the opsystem or machine files prohibit the use of the GNU malloc? | |
5438 # Assume not, until told otherwise. | |
5439 GNU_MALLOC=yes | |
5440 doug_lea_malloc=yes | |
41675 | 5441 echo "$as_me:5441: checking for malloc_get_state" >&5 |
40056 | 5442 echo $ECHO_N "checking for malloc_get_state... $ECHO_C" >&6 |
5443 if test "${ac_cv_func_malloc_get_state+set}" = set; then | |
5444 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
5445 else | |
5446 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 5447 #line 5447 "configure" |
25897 | 5448 #include "confdefs.h" |
5449 /* System header to define __stub macros and hopefully few prototypes, | |
40056 | 5450 which can conflict with char malloc_get_state (); below. */ |
25897 | 5451 #include <assert.h> |
5452 /* Override any gcc2 internal prototype to avoid an error. */ | |
40056 | 5453 #ifdef __cplusplus |
5454 extern "C" | |
5455 #endif | |
25897 | 5456 /* We use char because int might match the return type of a gcc2 |
40056 | 5457 builtin and then its argument prototype would still apply. */ |
5458 char malloc_get_state (); | |
5459 char (*f) (); | |
5460 | |
5461 int | |
5462 main () | |
5463 { | |
25897 | 5464 /* The GNU C library defines this for functions which it implements |
5465 to always fail with ENOSYS. Some functions are actually named | |
5466 something starting with __ and the normal name is an alias. */ | |
5467 #if defined (__stub_malloc_get_state) || defined (__stub___malloc_get_state) | |
5468 choke me | |
5469 #else | |
40056 | 5470 f = malloc_get_state; |
5471 #endif | |
5472 | |
5473 ; | |
5474 return 0; | |
5475 } | |
5476 _ACEOF | |
5477 rm -f conftest.$ac_objext conftest$ac_exeext | |
41675 | 5478 if { (eval echo "$as_me:5478: \"$ac_link\"") >&5 |
5479 (eval $ac_link) 2>&5 | |
5480 ac_status=$? | |
5481 echo "$as_me:5481: \$? = $ac_status" >&5 | |
41148 | 5482 (exit $ac_status); } && |
5483 { ac_try='test -s conftest$ac_exeext' | |
41675 | 5484 { (eval echo "$as_me:5484: \"$ac_try\"") >&5 |
5485 (eval $ac_try) 2>&5 | |
5486 ac_status=$? | |
5487 echo "$as_me:5487: \$? = $ac_status" >&5 | |
40056 | 5488 (exit $ac_status); }; }; then |
5489 ac_cv_func_malloc_get_state=yes | |
5490 else | |
5491 echo "$as_me: failed program was:" >&5 | |
5492 cat conftest.$ac_ext >&5 | |
5493 ac_cv_func_malloc_get_state=no | |
5494 fi | |
5495 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
5496 fi | |
41675 | 5497 echo "$as_me:5497: result: $ac_cv_func_malloc_get_state" >&5 |
40056 | 5498 echo "${ECHO_T}$ac_cv_func_malloc_get_state" >&6 |
5499 if test $ac_cv_func_malloc_get_state = yes; then | |
25897 | 5500 : |
5501 else | |
40056 | 5502 doug_lea_malloc=no |
5503 fi | |
5504 | |
41675 | 5505 echo "$as_me:5505: checking for malloc_set_state" >&5 |
40056 | 5506 echo $ECHO_N "checking for malloc_set_state... $ECHO_C" >&6 |
5507 if test "${ac_cv_func_malloc_set_state+set}" = set; then | |
5508 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
5509 else | |
5510 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 5511 #line 5511 "configure" |
25897 | 5512 #include "confdefs.h" |
5513 /* System header to define __stub macros and hopefully few prototypes, | |
40056 | 5514 which can conflict with char malloc_set_state (); below. */ |
25897 | 5515 #include <assert.h> |
5516 /* Override any gcc2 internal prototype to avoid an error. */ | |
40056 | 5517 #ifdef __cplusplus |
5518 extern "C" | |
5519 #endif | |
25897 | 5520 /* We use char because int might match the return type of a gcc2 |
40056 | 5521 builtin and then its argument prototype would still apply. */ |
5522 char malloc_set_state (); | |
5523 char (*f) (); | |
5524 | |
5525 int | |
5526 main () | |
5527 { | |
25897 | 5528 /* The GNU C library defines this for functions which it implements |
5529 to always fail with ENOSYS. Some functions are actually named | |
5530 something starting with __ and the normal name is an alias. */ | |
5531 #if defined (__stub_malloc_set_state) || defined (__stub___malloc_set_state) | |
5532 choke me | |
5533 #else | |
40056 | 5534 f = malloc_set_state; |
5535 #endif | |
5536 | |
5537 ; | |
5538 return 0; | |
5539 } | |
5540 _ACEOF | |
5541 rm -f conftest.$ac_objext conftest$ac_exeext | |
41675 | 5542 if { (eval echo "$as_me:5542: \"$ac_link\"") >&5 |
5543 (eval $ac_link) 2>&5 | |
5544 ac_status=$? | |
5545 echo "$as_me:5545: \$? = $ac_status" >&5 | |
41148 | 5546 (exit $ac_status); } && |
5547 { ac_try='test -s conftest$ac_exeext' | |
41675 | 5548 { (eval echo "$as_me:5548: \"$ac_try\"") >&5 |
5549 (eval $ac_try) 2>&5 | |
5550 ac_status=$? | |
5551 echo "$as_me:5551: \$? = $ac_status" >&5 | |
40056 | 5552 (exit $ac_status); }; }; then |
5553 ac_cv_func_malloc_set_state=yes | |
5554 else | |
5555 echo "$as_me: failed program was:" >&5 | |
5556 cat conftest.$ac_ext >&5 | |
5557 ac_cv_func_malloc_set_state=no | |
5558 fi | |
5559 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
5560 fi | |
41675 | 5561 echo "$as_me:5561: result: $ac_cv_func_malloc_set_state" >&5 |
40056 | 5562 echo "${ECHO_T}$ac_cv_func_malloc_set_state" >&6 |
5563 if test $ac_cv_func_malloc_set_state = yes; then | |
25897 | 5564 : |
5565 else | |
40056 | 5566 doug_lea_malloc=no |
5567 fi | |
5568 | |
41675 | 5569 echo "$as_me:5569: checking whether __after_morecore_hook exists" >&5 |
40056 | 5570 echo $ECHO_N "checking whether __after_morecore_hook exists... $ECHO_C" >&6 |
5571 if test "${emacs_cv_var___after_morecore_hook+set}" = set; then | |
5572 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
5573 else | |
5574 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 5575 #line 5575 "configure" |
25897 | 5576 #include "confdefs.h" |
5577 extern void (* __after_morecore_hook)(); | |
40056 | 5578 int |
5579 main () | |
5580 { | |
25897 | 5581 __after_morecore_hook = 0 |
40056 | 5582 ; |
5583 return 0; | |
5584 } | |
5585 _ACEOF | |
5586 rm -f conftest.$ac_objext conftest$ac_exeext | |
41675 | 5587 if { (eval echo "$as_me:5587: \"$ac_link\"") >&5 |
5588 (eval $ac_link) 2>&5 | |
5589 ac_status=$? | |
5590 echo "$as_me:5590: \$? = $ac_status" >&5 | |
41148 | 5591 (exit $ac_status); } && |
5592 { ac_try='test -s conftest$ac_exeext' | |
41675 | 5593 { (eval echo "$as_me:5593: \"$ac_try\"") >&5 |
5594 (eval $ac_try) 2>&5 | |
5595 ac_status=$? | |
5596 echo "$as_me:5596: \$? = $ac_status" >&5 | |
40056 | 5597 (exit $ac_status); }; }; then |
25897 | 5598 emacs_cv_var___after_morecore_hook=yes |
5599 else | |
40056 | 5600 echo "$as_me: failed program was:" >&5 |
5601 cat conftest.$ac_ext >&5 | |
5602 emacs_cv_var___after_morecore_hook=no | |
5603 fi | |
5604 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
5605 fi | |
41675 | 5606 echo "$as_me:5606: result: $emacs_cv_var___after_morecore_hook" >&5 |
40056 | 5607 echo "${ECHO_T}$emacs_cv_var___after_morecore_hook" >&6 |
25897 | 5608 if test $emacs_cv_var___after_morecore_hook = no; then |
5609 doug_lea_malloc=no | |
5610 fi | |
5611 if test "${system_malloc}" = "yes"; then | |
5612 GNU_MALLOC=no | |
5613 GNU_MALLOC_reason=" | |
5614 (The GNU allocators don't work with this system configuration.)" | |
5615 fi | |
5616 if test "$doug_lea_malloc" = "yes" ; then | |
5617 if test "$GNU_MALLOC" = yes ; then | |
5618 GNU_MALLOC_reason=" | |
5619 (Using Doug Lea's new malloc from the GNU C Library.)" | |
5620 fi | |
40056 | 5621 cat >>confdefs.h <<\EOF |
25897 | 5622 #define DOUG_LEA_MALLOC 1 |
5623 EOF | |
5624 | |
5625 fi | |
5626 | |
5627 if test x"${REL_ALLOC}" = x; then | |
5628 REL_ALLOC=${GNU_MALLOC} | |
5629 fi | |
5630 | |
40056 | 5631 # On IRIX 5.3, sys/types and inttypes.h are conflicting. |
5632 | |
5633 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ | |
5634 inttypes.h stdint.h unistd.h | |
31417 | 5635 do |
40056 | 5636 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
41675 | 5637 echo "$as_me:5637: checking for $ac_header" >&5 |
40056 | 5638 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
5639 if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
5640 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
5641 else | |
5642 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 5643 #line 5643 "configure" |
40056 | 5644 #include "confdefs.h" |
5645 $ac_includes_default | |
5646 #include <$ac_header> | |
5647 _ACEOF | |
5648 rm -f conftest.$ac_objext | |
41675 | 5649 if { (eval echo "$as_me:5649: \"$ac_compile\"") >&5 |
40056 | 5650 (eval $ac_compile) 2>&5 |
5651 ac_status=$? | |
41675 | 5652 echo "$as_me:5652: \$? = $ac_status" >&5 |
41148 | 5653 (exit $ac_status); } && |
5654 { ac_try='test -s conftest.$ac_objext' | |
41675 | 5655 { (eval echo "$as_me:5655: \"$ac_try\"") >&5 |
5656 (eval $ac_try) 2>&5 | |
5657 ac_status=$? | |
5658 echo "$as_me:5658: \$? = $ac_status" >&5 | |
40056 | 5659 (exit $ac_status); }; }; then |
5660 eval "$as_ac_Header=yes" | |
5661 else | |
5662 echo "$as_me: failed program was:" >&5 | |
5663 cat conftest.$ac_ext >&5 | |
5664 eval "$as_ac_Header=no" | |
5665 fi | |
5666 rm -f conftest.$ac_objext conftest.$ac_ext | |
5667 fi | |
41675 | 5668 echo "$as_me:5668: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
40056 | 5669 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
5670 if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
5671 cat >>confdefs.h <<EOF | |
5672 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
5673 EOF | |
5674 | |
5675 fi | |
5676 done | |
5677 | |
5678 for ac_header in stdlib.h unistd.h | |
5679 do | |
5680 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
41675 | 5681 echo "$as_me:5681: checking for $ac_header" >&5 |
40056 | 5682 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
5683 if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
5684 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
5685 else | |
5686 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 5687 #line 5687 "configure" |
40056 | 5688 #include "confdefs.h" |
5689 #include <$ac_header> | |
5690 _ACEOF | |
41675 | 5691 if { (eval echo "$as_me:5691: \"$ac_cpp conftest.$ac_ext\"") >&5 |
40056 | 5692 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
5693 ac_status=$? | |
5694 egrep -v '^ *\+' conftest.er1 >conftest.err | |
5695 rm -f conftest.er1 | |
5696 cat conftest.err >&5 | |
41675 | 5697 echo "$as_me:5697: \$? = $ac_status" >&5 |
40056 | 5698 (exit $ac_status); } >/dev/null; then |
5699 if test -s conftest.err; then | |
5700 ac_cpp_err=$ac_c_preproc_warn_flag | |
5701 else | |
5702 ac_cpp_err= | |
5703 fi | |
5704 else | |
5705 ac_cpp_err=yes | |
5706 fi | |
5707 if test -z "$ac_cpp_err"; then | |
5708 eval "$as_ac_Header=yes" | |
5709 else | |
5710 echo "$as_me: failed program was:" >&5 | |
31417 | 5711 cat conftest.$ac_ext >&5 |
40056 | 5712 eval "$as_ac_Header=no" |
5713 fi | |
5714 rm -f conftest.err conftest.$ac_ext | |
5715 fi | |
41675 | 5716 echo "$as_me:5716: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
40056 | 5717 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
5718 if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
5719 cat >>confdefs.h <<EOF | |
5720 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
5721 EOF | |
5722 | |
31417 | 5723 fi |
5724 done | |
5725 | |
5726 for ac_func in getpagesize | |
5727 do | |
40056 | 5728 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
41675 | 5729 echo "$as_me:5729: checking for $ac_func" >&5 |
40056 | 5730 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 |
5731 if eval "test \"\${$as_ac_var+set}\" = set"; then | |
5732 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
5733 else | |
5734 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 5735 #line 5735 "configure" |
31417 | 5736 #include "confdefs.h" |
5737 /* System header to define __stub macros and hopefully few prototypes, | |
40056 | 5738 which can conflict with char $ac_func (); below. */ |
31417 | 5739 #include <assert.h> |
5740 /* Override any gcc2 internal prototype to avoid an error. */ | |
40056 | 5741 #ifdef __cplusplus |
5742 extern "C" | |
5743 #endif | |
31417 | 5744 /* We use char because int might match the return type of a gcc2 |
40056 | 5745 builtin and then its argument prototype would still apply. */ |
5746 char $ac_func (); | |
5747 char (*f) (); | |
5748 | |
5749 int | |
5750 main () | |
5751 { | |
31417 | 5752 /* The GNU C library defines this for functions which it implements |
5753 to always fail with ENOSYS. Some functions are actually named | |
5754 something starting with __ and the normal name is an alias. */ | |
5755 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
5756 choke me | |
5757 #else | |
40056 | 5758 f = $ac_func; |
5759 #endif | |
5760 | |
5761 ; | |
5762 return 0; | |
5763 } | |
5764 _ACEOF | |
5765 rm -f conftest.$ac_objext conftest$ac_exeext | |
41675 | 5766 if { (eval echo "$as_me:5766: \"$ac_link\"") >&5 |
5767 (eval $ac_link) 2>&5 | |
5768 ac_status=$? | |
5769 echo "$as_me:5769: \$? = $ac_status" >&5 | |
41148 | 5770 (exit $ac_status); } && |
5771 { ac_try='test -s conftest$ac_exeext' | |
41675 | 5772 { (eval echo "$as_me:5772: \"$ac_try\"") >&5 |
5773 (eval $ac_try) 2>&5 | |
5774 ac_status=$? | |
5775 echo "$as_me:5775: \$? = $ac_status" >&5 | |
40056 | 5776 (exit $ac_status); }; }; then |
5777 eval "$as_ac_var=yes" | |
5778 else | |
5779 echo "$as_me: failed program was:" >&5 | |
5780 cat conftest.$ac_ext >&5 | |
5781 eval "$as_ac_var=no" | |
5782 fi | |
5783 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
5784 fi | |
41675 | 5785 echo "$as_me:5785: result: `eval echo '${'$as_ac_var'}'`" >&5 |
40056 | 5786 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 |
5787 if test `eval echo '${'$as_ac_var'}'` = yes; then | |
5788 cat >>confdefs.h <<EOF | |
5789 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
5790 EOF | |
5791 | |
31417 | 5792 fi |
5793 done | |
5794 | |
41675 | 5795 echo "$as_me:5795: checking for working mmap" >&5 |
40056 | 5796 echo $ECHO_N "checking for working mmap... $ECHO_C" >&6 |
5797 if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then | |
5798 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
31417 | 5799 else |
5800 if test "$cross_compiling" = yes; then | |
5801 ac_cv_func_mmap_fixed_mapped=no | |
5802 else | |
40056 | 5803 cat >conftest.$ac_ext <<_ACEOF |
41675 | 5804 #line 5804 "configure" |
40056 | 5805 #include "confdefs.h" |
5806 $ac_includes_default | |
31417 | 5807 /* Thanks to Mike Haertel and Jim Avera for this test. |
5808 Here is a matrix of mmap possibilities: | |
5809 mmap private not fixed | |
5810 mmap private fixed at somewhere currently unmapped | |
5811 mmap private fixed at somewhere already mapped | |
5812 mmap shared not fixed | |
5813 mmap shared fixed at somewhere currently unmapped | |
5814 mmap shared fixed at somewhere already mapped | |
5815 For private mappings, we should verify that changes cannot be read() | |
5816 back from the file, nor mmap's back from the file at a different | |
5817 address. (There have been systems where private was not correctly | |
5818 implemented like the infamous i386 svr4.0, and systems where the | |
31512 | 5819 VM page cache was not coherent with the file system buffer cache |
31417 | 5820 like early versions of FreeBSD and possibly contemporary NetBSD.) |
5821 For shared mappings, we should conversely verify that changes get | |
5822 propogated back to all the places they're supposed to be. | |
5823 | |
5824 Grep wants private fixed already mapped. | |
5825 The main things grep needs to know about mmap are: | |
5826 * does it exist and is it safe to write into the mmap'd area | |
5827 * how to use it (BSD variants) */ | |
40056 | 5828 |
31417 | 5829 #include <fcntl.h> |
5830 #include <sys/mman.h> | |
5831 | |
40056 | 5832 #if !STDC_HEADERS && !HAVE_STDLIB_H |
31512 | 5833 char *malloc (); |
5834 #endif | |
5835 | |
31417 | 5836 /* This mess was copied from the GNU getpagesize.h. */ |
31512 | 5837 #if !HAVE_GETPAGESIZE |
31417 | 5838 /* Assume that all systems that can run configure have sys/param.h. */ |
31512 | 5839 # if !HAVE_SYS_PARAM_H |
31417 | 5840 # define HAVE_SYS_PARAM_H 1 |
5841 # endif | |
5842 | |
5843 # ifdef _SC_PAGESIZE | |
5844 # define getpagesize() sysconf(_SC_PAGESIZE) | |
5845 # else /* no _SC_PAGESIZE */ | |
31512 | 5846 # if HAVE_SYS_PARAM_H |
31417 | 5847 # include <sys/param.h> |
5848 # ifdef EXEC_PAGESIZE | |
5849 # define getpagesize() EXEC_PAGESIZE | |
5850 # else /* no EXEC_PAGESIZE */ | |
5851 # ifdef NBPG | |
5852 # define getpagesize() NBPG * CLSIZE | |
5853 # ifndef CLSIZE | |
5854 # define CLSIZE 1 | |
5855 # endif /* no CLSIZE */ | |
5856 # else /* no NBPG */ | |
5857 # ifdef NBPC | |
5858 # define getpagesize() NBPC | |
5859 # else /* no NBPC */ | |
5860 # ifdef PAGESIZE | |
5861 # define getpagesize() PAGESIZE | |
5862 # endif /* PAGESIZE */ | |
5863 # endif /* no NBPC */ | |
5864 # endif /* no NBPG */ | |
5865 # endif /* no EXEC_PAGESIZE */ | |
5866 # else /* no HAVE_SYS_PARAM_H */ | |
5867 # define getpagesize() 8192 /* punt totally */ | |
5868 # endif /* no HAVE_SYS_PARAM_H */ | |
5869 # endif /* no _SC_PAGESIZE */ | |
5870 | |
5871 #endif /* no HAVE_GETPAGESIZE */ | |
5872 | |
5873 int | |
31512 | 5874 main () |
31417 | 5875 { |
31512 | 5876 char *data, *data2, *data3; |
5877 int i, pagesize; | |
5878 int fd; | |
5879 | |
5880 pagesize = getpagesize (); | |
5881 | |
5882 /* First, make a file with some known garbage in it. */ | |
5883 data = (char *) malloc (pagesize); | |
5884 if (!data) | |
5885 exit (1); | |
5886 for (i = 0; i < pagesize; ++i) | |
5887 *(data + i) = rand (); | |
5888 umask (0); | |
40056 | 5889 fd = creat ("conftest.mmap", 0600); |
31512 | 5890 if (fd < 0) |
5891 exit (1); | |
5892 if (write (fd, data, pagesize) != pagesize) | |
5893 exit (1); | |
5894 close (fd); | |
5895 | |
5896 /* Next, try to mmap the file at a fixed address which already has | |
5897 something else allocated at it. If we can, also make sure that | |
5898 we see the same garbage. */ | |
40056 | 5899 fd = open ("conftest.mmap", O_RDWR); |
31512 | 5900 if (fd < 0) |
5901 exit (1); | |
5902 data2 = (char *) malloc (2 * pagesize); | |
5903 if (!data2) | |
5904 exit (1); | |
5905 data2 += (pagesize - ((int) data2 & (pagesize - 1))) & (pagesize - 1); | |
5906 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE, | |
5907 MAP_PRIVATE | MAP_FIXED, fd, 0L)) | |
5908 exit (1); | |
5909 for (i = 0; i < pagesize; ++i) | |
5910 if (*(data + i) != *(data2 + i)) | |
5911 exit (1); | |
5912 | |
5913 /* Finally, make sure that changes to the mapped area do not | |
5914 percolate back to the file as seen by read(). (This is a bug on | |
5915 some variants of i386 svr4.0.) */ | |
5916 for (i = 0; i < pagesize; ++i) | |
5917 *(data2 + i) = *(data2 + i) + 1; | |
5918 data3 = (char *) malloc (pagesize); | |
5919 if (!data3) | |
5920 exit (1); | |
5921 if (read (fd, data3, pagesize) != pagesize) | |
5922 exit (1); | |
5923 for (i = 0; i < pagesize; ++i) | |
5924 if (*(data + i) != *(data3 + i)) | |
5925 exit (1); | |
5926 close (fd); | |
5927 exit (0); | |
31417 | 5928 } |
40056 | 5929 _ACEOF |
5930 rm -f conftest$ac_exeext | |
41675 | 5931 if { (eval echo "$as_me:5931: \"$ac_link\"") >&5 |
5932 (eval $ac_link) 2>&5 | |
5933 ac_status=$? | |
5934 echo "$as_me:5934: \$? = $ac_status" >&5 | |
40056 | 5935 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
41675 | 5936 { (eval echo "$as_me:5936: \"$ac_try\"") >&5 |
5937 (eval $ac_try) 2>&5 | |
5938 ac_status=$? | |
5939 echo "$as_me:5939: \$? = $ac_status" >&5 | |
40056 | 5940 (exit $ac_status); }; }; then |
31417 | 5941 ac_cv_func_mmap_fixed_mapped=yes |
5942 else | |
40056 | 5943 echo "$as_me: program exited with status $ac_status" >&5 |
5944 echo "$as_me: failed program was:" >&5 | |
5945 cat conftest.$ac_ext >&5 | |
5946 ac_cv_func_mmap_fixed_mapped=no | |
5947 fi | |
5948 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | |
5949 fi | |
5950 fi | |
41675 | 5951 echo "$as_me:5951: result: $ac_cv_func_mmap_fixed_mapped" >&5 |
40056 | 5952 echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6 |
31417 | 5953 if test $ac_cv_func_mmap_fixed_mapped = yes; then |
40056 | 5954 |
5955 cat >>confdefs.h <<\EOF | |
31417 | 5956 #define HAVE_MMAP 1 |
5957 EOF | |
5958 | |
5959 fi | |
40056 | 5960 rm -f conftest.mmap |
31417 | 5961 |
31607 | 5962 if test $use_mmap_for_buffers = yes; then |
5963 REL_ALLOC=no | |
31417 | 5964 fi |
5965 | |
25897 | 5966 LIBS="$libsrc_libs $LIBS" |
5967 | |
41675 | 5968 echo "$as_me:5968: checking for dnet_ntoa in -ldnet" >&5 |
40056 | 5969 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6 |
5970 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then | |
5971 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
5972 else | |
5973 ac_check_lib_save_LIBS=$LIBS | |
25897 | 5974 LIBS="-ldnet $LIBS" |
40056 | 5975 cat >conftest.$ac_ext <<_ACEOF |
41675 | 5976 #line 5976 "configure" |
40056 | 5977 #include "confdefs.h" |
5978 | |
25897 | 5979 /* Override any gcc2 internal prototype to avoid an error. */ |
40056 | 5980 #ifdef __cplusplus |
5981 extern "C" | |
5982 #endif | |
25897 | 5983 /* We use char because int might match the return type of a gcc2 |
40056 | 5984 builtin and then its argument prototype would still apply. */ |
5985 char dnet_ntoa (); | |
5986 int | |
5987 main () | |
5988 { | |
5989 dnet_ntoa (); | |
5990 ; | |
5991 return 0; | |
5992 } | |
5993 _ACEOF | |
5994 rm -f conftest.$ac_objext conftest$ac_exeext | |
41675 | 5995 if { (eval echo "$as_me:5995: \"$ac_link\"") >&5 |
5996 (eval $ac_link) 2>&5 | |
5997 ac_status=$? | |
5998 echo "$as_me:5998: \$? = $ac_status" >&5 | |
41148 | 5999 (exit $ac_status); } && |
6000 { ac_try='test -s conftest$ac_exeext' | |
41675 | 6001 { (eval echo "$as_me:6001: \"$ac_try\"") >&5 |
6002 (eval $ac_try) 2>&5 | |
6003 ac_status=$? | |
6004 echo "$as_me:6004: \$? = $ac_status" >&5 | |
40056 | 6005 (exit $ac_status); }; }; then |
6006 ac_cv_lib_dnet_dnet_ntoa=yes | |
6007 else | |
6008 echo "$as_me: failed program was:" >&5 | |
6009 cat conftest.$ac_ext >&5 | |
6010 ac_cv_lib_dnet_dnet_ntoa=no | |
6011 fi | |
6012 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
6013 LIBS=$ac_check_lib_save_LIBS | |
6014 fi | |
41675 | 6015 echo "$as_me:6015: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 |
40056 | 6016 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6 |
6017 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then | |
6018 cat >>confdefs.h <<EOF | |
6019 #define HAVE_LIBDNET 1 | |
25897 | 6020 EOF |
6021 | |
6022 LIBS="-ldnet $LIBS" | |
6023 | |
40056 | 6024 fi |
6025 | |
41675 | 6026 echo "$as_me:6026: checking for main in -lXbsd" >&5 |
40056 | 6027 echo $ECHO_N "checking for main in -lXbsd... $ECHO_C" >&6 |
6028 if test "${ac_cv_lib_Xbsd_main+set}" = set; then | |
6029 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
6030 else | |
6031 ac_check_lib_save_LIBS=$LIBS | |
25897 | 6032 LIBS="-lXbsd $LIBS" |
40056 | 6033 cat >conftest.$ac_ext <<_ACEOF |
41675 | 6034 #line 6034 "configure" |
40056 | 6035 #include "confdefs.h" |
6036 | |
6037 int | |
6038 main () | |
6039 { | |
6040 main (); | |
6041 ; | |
6042 return 0; | |
6043 } | |
6044 _ACEOF | |
6045 rm -f conftest.$ac_objext conftest$ac_exeext | |
41675 | 6046 if { (eval echo "$as_me:6046: \"$ac_link\"") >&5 |
6047 (eval $ac_link) 2>&5 | |
6048 ac_status=$? | |
6049 echo "$as_me:6049: \$? = $ac_status" >&5 | |
41148 | 6050 (exit $ac_status); } && |
6051 { ac_try='test -s conftest$ac_exeext' | |
41675 | 6052 { (eval echo "$as_me:6052: \"$ac_try\"") >&5 |
6053 (eval $ac_try) 2>&5 | |
6054 ac_status=$? | |
6055 echo "$as_me:6055: \$? = $ac_status" >&5 | |
40056 | 6056 (exit $ac_status); }; }; then |
6057 ac_cv_lib_Xbsd_main=yes | |
6058 else | |
6059 echo "$as_me: failed program was:" >&5 | |
6060 cat conftest.$ac_ext >&5 | |
6061 ac_cv_lib_Xbsd_main=no | |
6062 fi | |
6063 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
6064 LIBS=$ac_check_lib_save_LIBS | |
6065 fi | |
41675 | 6066 echo "$as_me:6066: result: $ac_cv_lib_Xbsd_main" >&5 |
40056 | 6067 echo "${ECHO_T}$ac_cv_lib_Xbsd_main" >&6 |
6068 if test $ac_cv_lib_Xbsd_main = yes; then | |
25897 | 6069 LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd" |
40056 | 6070 fi |
6071 | |
41675 | 6072 echo "$as_me:6072: checking for cma_open in -lpthreads" >&5 |
40056 | 6073 echo $ECHO_N "checking for cma_open in -lpthreads... $ECHO_C" >&6 |
6074 if test "${ac_cv_lib_pthreads_cma_open+set}" = set; then | |
6075 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
6076 else | |
6077 ac_check_lib_save_LIBS=$LIBS | |
25897 | 6078 LIBS="-lpthreads $LIBS" |
40056 | 6079 cat >conftest.$ac_ext <<_ACEOF |
41675 | 6080 #line 6080 "configure" |
40056 | 6081 #include "confdefs.h" |
6082 | |
25897 | 6083 /* Override any gcc2 internal prototype to avoid an error. */ |
40056 | 6084 #ifdef __cplusplus |
6085 extern "C" | |
6086 #endif | |
25897 | 6087 /* We use char because int might match the return type of a gcc2 |
40056 | 6088 builtin and then its argument prototype would still apply. */ |
6089 char cma_open (); | |
6090 int | |
6091 main () | |
6092 { | |
6093 cma_open (); | |
6094 ; | |
6095 return 0; | |
6096 } | |
6097 _ACEOF | |
6098 rm -f conftest.$ac_objext conftest$ac_exeext | |
41675 | 6099 if { (eval echo "$as_me:6099: \"$ac_link\"") >&5 |
6100 (eval $ac_link) 2>&5 | |
6101 ac_status=$? | |
6102 echo "$as_me:6102: \$? = $ac_status" >&5 | |
41148 | 6103 (exit $ac_status); } && |
6104 { ac_try='test -s conftest$ac_exeext' | |
41675 | 6105 { (eval echo "$as_me:6105: \"$ac_try\"") >&5 |
6106 (eval $ac_try) 2>&5 | |
6107 ac_status=$? | |
6108 echo "$as_me:6108: \$? = $ac_status" >&5 | |
40056 | 6109 (exit $ac_status); }; }; then |
6110 ac_cv_lib_pthreads_cma_open=yes | |
6111 else | |
6112 echo "$as_me: failed program was:" >&5 | |
6113 cat conftest.$ac_ext >&5 | |
6114 ac_cv_lib_pthreads_cma_open=no | |
6115 fi | |
6116 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
6117 LIBS=$ac_check_lib_save_LIBS | |
6118 fi | |
41675 | 6119 echo "$as_me:6119: result: $ac_cv_lib_pthreads_cma_open" >&5 |
40056 | 6120 echo "${ECHO_T}$ac_cv_lib_pthreads_cma_open" >&6 |
6121 if test $ac_cv_lib_pthreads_cma_open = yes; then | |
6122 cat >>confdefs.h <<EOF | |
6123 #define HAVE_LIBPTHREADS 1 | |
25897 | 6124 EOF |
6125 | |
6126 LIBS="-lpthreads $LIBS" | |
6127 | |
40056 | 6128 fi |
6129 | |
41675 | 6130 echo "$as_me:6130: checking for XFree86 in /usr/X386" >&5 |
40056 | 6131 echo $ECHO_N "checking for XFree86 in /usr/X386... $ECHO_C" >&6 |
25897 | 6132 if test -d /usr/X386/include; then |
6133 HAVE_XFREE386=yes | |
6134 : ${C_SWITCH_X_SITE="-I/usr/X386/include"} | |
6135 else | |
6136 HAVE_XFREE386=no | |
6137 fi | |
41675 | 6138 echo "$as_me:6138: result: $HAVE_XFREE386" >&5 |
40056 | 6139 echo "${ECHO_T}$HAVE_XFREE386" >&6 |
25897 | 6140 |
6141 # Change CFLAGS temporarily so that C_SWITCH_X_SITE gets used | |
6142 # for the tests that follow. We set it back to REAL_CFLAGS later on. | |
6143 | |
29990
98af0f021739
* configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS, while
Ken Raeburn <raeburn@raeburn.org>
parents:
29949
diff
changeset
|
6144 REAL_CPPFLAGS="$CPPFLAGS" |
98af0f021739
* configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS, while
Ken Raeburn <raeburn@raeburn.org>
parents:
29949
diff
changeset
|
6145 |
25897 | 6146 if test "${HAVE_X11}" = "yes"; then |
6147 DEFS="$C_SWITCH_X_SITE $DEFS" | |
6148 LDFLAGS="$LDFLAGS $LD_SWITCH_X_SITE" | |
6149 LIBS="$LIBX $LIBS" | |
6150 CFLAGS="$C_SWITCH_X_SITE $CFLAGS" | |
29990
98af0f021739
* configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS, while
Ken Raeburn <raeburn@raeburn.org>
parents:
29949
diff
changeset
|
6151 CPPFLAGS="$C_SWITCH_X_SITE $CPPFLAGS" |
25897 | 6152 |
6153 # On Solaris, arrange for LD_RUN_PATH to point to the X libraries for tests. | |
6154 # This is handled by LD_SWITCH_X_SITE_AUX during the real build, | |
6155 # but it's more convenient here to set LD_RUN_PATH | |
6156 # since this also works on hosts that don't understand LD_SWITCH_X_SITE_AUX. | |
6157 if test "${x_libraries}" != NONE && test -n "${x_libraries}"; then | |
6158 LD_RUN_PATH=$x_libraries${LD_RUN_PATH+:}$LD_RUN_PATH | |
6159 export LD_RUN_PATH | |
6160 fi | |
6161 | |
6162 if test "${opsys}" = "gnu-linux"; then | |
41675 | 6163 echo "$as_me:6163: checking whether X on GNU/Linux needs -b to link" >&5 |
40056 | 6164 echo $ECHO_N "checking whether X on GNU/Linux needs -b to link... $ECHO_C" >&6 |
6165 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 6166 #line 6166 "configure" |
40056 | 6167 #include "confdefs.h" |
6168 | |
6169 int | |
6170 main () | |
6171 { | |
25897 | 6172 XOpenDisplay ("foo"); |
40056 | 6173 ; |
6174 return 0; | |
6175 } | |
6176 _ACEOF | |
6177 rm -f conftest.$ac_objext conftest$ac_exeext | |
41675 | 6178 if { (eval echo "$as_me:6178: \"$ac_link\"") >&5 |
6179 (eval $ac_link) 2>&5 | |
6180 ac_status=$? | |
6181 echo "$as_me:6181: \$? = $ac_status" >&5 | |
41148 | 6182 (exit $ac_status); } && |
6183 { ac_try='test -s conftest$ac_exeext' | |
41675 | 6184 { (eval echo "$as_me:6184: \"$ac_try\"") >&5 |
6185 (eval $ac_try) 2>&5 | |
6186 ac_status=$? | |
6187 echo "$as_me:6187: \$? = $ac_status" >&5 | |
40056 | 6188 (exit $ac_status); }; }; then |
25897 | 6189 xlinux_first_failure=no |
6190 else | |
40056 | 6191 echo "$as_me: failed program was:" >&5 |
6192 cat conftest.$ac_ext >&5 | |
6193 xlinux_first_failure=yes | |
6194 fi | |
6195 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
25897 | 6196 if test "${xlinux_first_failure}" = "yes"; then |
6197 OLD_LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE" | |
6198 OLD_C_SWITCH_X_SITE="$C_SWITCH_X_SITE" | |
6199 OLD_CPPFLAGS="$CPPFLAGS" | |
6200 OLD_LIBS="$LIBS" | |
6201 LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -b i486-linuxaout" | |
6202 C_SWITCH_X_SITE="$C_SWITCH_X_SITE -b i486-linuxaout" | |
6203 CPPFLAGS="$CPPFLAGS -b i486-linuxaout" | |
6204 LIBS="$LIBS -b i486-linuxaout" | |
40056 | 6205 cat >conftest.$ac_ext <<_ACEOF |
41675 | 6206 #line 6206 "configure" |
40056 | 6207 #include "confdefs.h" |
6208 | |
6209 int | |
6210 main () | |
6211 { | |
25897 | 6212 XOpenDisplay ("foo"); |
40056 | 6213 ; |
6214 return 0; | |
6215 } | |
6216 _ACEOF | |
6217 rm -f conftest.$ac_objext conftest$ac_exeext | |
41675 | 6218 if { (eval echo "$as_me:6218: \"$ac_link\"") >&5 |
6219 (eval $ac_link) 2>&5 | |
6220 ac_status=$? | |
6221 echo "$as_me:6221: \$? = $ac_status" >&5 | |
41148 | 6222 (exit $ac_status); } && |
6223 { ac_try='test -s conftest$ac_exeext' | |
41675 | 6224 { (eval echo "$as_me:6224: \"$ac_try\"") >&5 |
6225 (eval $ac_try) 2>&5 | |
6226 ac_status=$? | |
6227 echo "$as_me:6227: \$? = $ac_status" >&5 | |
40056 | 6228 (exit $ac_status); }; }; then |
25897 | 6229 xlinux_second_failure=no |
6230 else | |
40056 | 6231 echo "$as_me: failed program was:" >&5 |
6232 cat conftest.$ac_ext >&5 | |
6233 xlinux_second_failure=yes | |
6234 fi | |
6235 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
25897 | 6236 if test "${xlinux_second_failure}" = "yes"; then |
6237 # If we get the same failure with -b, there is no use adding -b. | |
6238 # So take it out. This plays safe. | |
6239 LD_SWITCH_X_SITE="$OLD_LD_SWITCH_X_SITE" | |
6240 C_SWITCH_X_SITE="$OLD_C_SWITCH_X_SITE" | |
6241 CPPFLAGS="$OLD_CPPFLAGS" | |
6242 LIBS="$OLD_LIBS" | |
41675 | 6243 echo "$as_me:6243: result: no" >&5 |
40056 | 6244 echo "${ECHO_T}no" >&6 |
25897 | 6245 else |
41675 | 6246 echo "$as_me:6246: result: yes" >&5 |
40056 | 6247 echo "${ECHO_T}yes" >&6 |
25897 | 6248 fi |
6249 else | |
41675 | 6250 echo "$as_me:6250: result: no" >&5 |
40056 | 6251 echo "${ECHO_T}no" >&6 |
25897 | 6252 fi |
6253 fi | |
6254 | |
35196 | 6255 # Reportedly, some broken Solaris systems have XKBlib.h but are missing |
6256 # header files included from there. | |
41675 | 6257 echo "$as_me:6257: checking for Xkb" >&5 |
40056 | 6258 echo $ECHO_N "checking for Xkb... $ECHO_C" >&6 |
6259 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 6260 #line 6260 "configure" |
35196 | 6261 #include "confdefs.h" |
6262 #include <X11/Xlib.h> | |
6263 #include <X11/XKBlib.h> | |
40056 | 6264 int |
6265 main () | |
6266 { | |
35196 | 6267 XkbDescPtr kb = XkbGetKeyboard (0, XkbAllComponentsMask, XkbUseCoreKbd); |
40056 | 6268 ; |
6269 return 0; | |
6270 } | |
6271 _ACEOF | |
6272 rm -f conftest.$ac_objext conftest$ac_exeext | |
41675 | 6273 if { (eval echo "$as_me:6273: \"$ac_link\"") >&5 |
6274 (eval $ac_link) 2>&5 | |
6275 ac_status=$? | |
6276 echo "$as_me:6276: \$? = $ac_status" >&5 | |
41148 | 6277 (exit $ac_status); } && |
6278 { ac_try='test -s conftest$ac_exeext' | |
41675 | 6279 { (eval echo "$as_me:6279: \"$ac_try\"") >&5 |
6280 (eval $ac_try) 2>&5 | |
6281 ac_status=$? | |
6282 echo "$as_me:6282: \$? = $ac_status" >&5 | |
40056 | 6283 (exit $ac_status); }; }; then |
35196 | 6284 emacs_xkb=yes |
6285 else | |
40056 | 6286 echo "$as_me: failed program was:" >&5 |
6287 cat conftest.$ac_ext >&5 | |
6288 emacs_xkb=no | |
6289 fi | |
6290 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
41675 | 6291 echo "$as_me:6291: result: $emacs_xkb" >&5 |
40056 | 6292 echo "${ECHO_T}$emacs_xkb" >&6 |
35196 | 6293 if test $emacs_xkb = yes; then |
40056 | 6294 cat >>confdefs.h <<\EOF |
35196 | 6295 #define HAVE_XKBGETKEYBOARD 1 |
6296 EOF | |
6297 | |
6298 fi | |
6299 | |
40056 | 6300 for ac_func in XrmSetDatabase XScreenResourceString \ |
25897 | 6301 XScreenNumberOfScreen XSetWMProtocols |
6302 do | |
40056 | 6303 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
41675 | 6304 echo "$as_me:6304: checking for $ac_func" >&5 |
40056 | 6305 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 |
6306 if eval "test \"\${$as_ac_var+set}\" = set"; then | |
6307 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
6308 else | |
6309 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 6310 #line 6310 "configure" |
25897 | 6311 #include "confdefs.h" |
6312 /* System header to define __stub macros and hopefully few prototypes, | |
40056 | 6313 which can conflict with char $ac_func (); below. */ |
25897 | 6314 #include <assert.h> |
6315 /* Override any gcc2 internal prototype to avoid an error. */ | |
40056 | 6316 #ifdef __cplusplus |
6317 extern "C" | |
6318 #endif | |
25897 | 6319 /* We use char because int might match the return type of a gcc2 |
40056 | 6320 builtin and then its argument prototype would still apply. */ |
6321 char $ac_func (); | |
6322 char (*f) (); | |
6323 | |
6324 int | |
6325 main () | |
6326 { | |
25897 | 6327 /* The GNU C library defines this for functions which it implements |
6328 to always fail with ENOSYS. Some functions are actually named | |
6329 something starting with __ and the normal name is an alias. */ | |
6330 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
6331 choke me | |
6332 #else | |
40056 | 6333 f = $ac_func; |
6334 #endif | |
6335 | |
6336 ; | |
6337 return 0; | |
6338 } | |
6339 _ACEOF | |
6340 rm -f conftest.$ac_objext conftest$ac_exeext | |
41675 | 6341 if { (eval echo "$as_me:6341: \"$ac_link\"") >&5 |
6342 (eval $ac_link) 2>&5 | |
6343 ac_status=$? | |
6344 echo "$as_me:6344: \$? = $ac_status" >&5 | |
41148 | 6345 (exit $ac_status); } && |
6346 { ac_try='test -s conftest$ac_exeext' | |
41675 | 6347 { (eval echo "$as_me:6347: \"$ac_try\"") >&5 |
6348 (eval $ac_try) 2>&5 | |
6349 ac_status=$? | |
6350 echo "$as_me:6350: \$? = $ac_status" >&5 | |
40056 | 6351 (exit $ac_status); }; }; then |
6352 eval "$as_ac_var=yes" | |
6353 else | |
6354 echo "$as_me: failed program was:" >&5 | |
6355 cat conftest.$ac_ext >&5 | |
6356 eval "$as_ac_var=no" | |
6357 fi | |
6358 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
6359 fi | |
41675 | 6360 echo "$as_me:6360: result: `eval echo '${'$as_ac_var'}'`" >&5 |
40056 | 6361 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 |
6362 if test `eval echo '${'$as_ac_var'}'` = yes; then | |
6363 cat >>confdefs.h <<EOF | |
6364 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
6365 EOF | |
6366 | |
25897 | 6367 fi |
6368 done | |
6369 | |
6370 fi | |
6371 | |
6372 if test "${window_system}" = "x11"; then | |
41675 | 6373 echo "$as_me:6373: checking X11 version 6" >&5 |
40056 | 6374 echo $ECHO_N "checking X11 version 6... $ECHO_C" >&6 |
6375 if test "${emacs_cv_x11_version_6+set}" = set; then | |
6376 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
6377 else | |
6378 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 6379 #line 6379 "configure" |
25897 | 6380 #include "confdefs.h" |
6381 #include <X11/Xlib.h> | |
40056 | 6382 int |
6383 main () | |
6384 { | |
25897 | 6385 #if XlibSpecificationRelease < 6 |
6386 fail; | |
6387 #endif | |
6388 | |
40056 | 6389 ; |
6390 return 0; | |
6391 } | |
6392 _ACEOF | |
6393 rm -f conftest.$ac_objext conftest$ac_exeext | |
41675 | 6394 if { (eval echo "$as_me:6394: \"$ac_link\"") >&5 |
6395 (eval $ac_link) 2>&5 | |
6396 ac_status=$? | |
6397 echo "$as_me:6397: \$? = $ac_status" >&5 | |
41148 | 6398 (exit $ac_status); } && |
6399 { ac_try='test -s conftest$ac_exeext' | |
41675 | 6400 { (eval echo "$as_me:6400: \"$ac_try\"") >&5 |
6401 (eval $ac_try) 2>&5 | |
6402 ac_status=$? | |
6403 echo "$as_me:6403: \$? = $ac_status" >&5 | |
40056 | 6404 (exit $ac_status); }; }; then |
25897 | 6405 emacs_cv_x11_version_6=yes |
6406 else | |
40056 | 6407 echo "$as_me: failed program was:" >&5 |
6408 cat conftest.$ac_ext >&5 | |
6409 emacs_cv_x11_version_6=no | |
6410 fi | |
6411 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
25897 | 6412 fi |
6413 | |
6414 if test $emacs_cv_x11_version_6 = yes; then | |
41675 | 6415 echo "$as_me:6415: result: 6 or newer" >&5 |
40056 | 6416 echo "${ECHO_T}6 or newer" >&6 |
6417 cat >>confdefs.h <<\EOF | |
25897 | 6418 #define HAVE_X11R6 1 |
6419 EOF | |
6420 | |
6421 else | |
41675 | 6422 echo "$as_me:6422: result: before 6" >&5 |
40056 | 6423 echo "${ECHO_T}before 6" >&6 |
25897 | 6424 fi |
6425 fi | |
6426 | |
6427 if test "${window_system}" = "x11"; then | |
41675 | 6428 echo "$as_me:6428: checking X11 version 5" >&5 |
40056 | 6429 echo $ECHO_N "checking X11 version 5... $ECHO_C" >&6 |
6430 if test "${emacs_cv_x11_version_5+set}" = set; then | |
6431 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
6432 else | |
6433 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 6434 #line 6434 "configure" |
25897 | 6435 #include "confdefs.h" |
6436 #include <X11/Xlib.h> | |
40056 | 6437 int |
6438 main () | |
6439 { | |
25897 | 6440 #if XlibSpecificationRelease < 5 |
6441 fail; | |
6442 #endif | |
6443 | |
40056 | 6444 ; |
6445 return 0; | |
6446 } | |
6447 _ACEOF | |
6448 rm -f conftest.$ac_objext conftest$ac_exeext | |
41675 | 6449 if { (eval echo "$as_me:6449: \"$ac_link\"") >&5 |
6450 (eval $ac_link) 2>&5 | |
6451 ac_status=$? | |
6452 echo "$as_me:6452: \$? = $ac_status" >&5 | |
41148 | 6453 (exit $ac_status); } && |
6454 { ac_try='test -s conftest$ac_exeext' | |
41675 | 6455 { (eval echo "$as_me:6455: \"$ac_try\"") >&5 |
6456 (eval $ac_try) 2>&5 | |
6457 ac_status=$? | |
6458 echo "$as_me:6458: \$? = $ac_status" >&5 | |
40056 | 6459 (exit $ac_status); }; }; then |
25897 | 6460 emacs_cv_x11_version_5=yes |
6461 else | |
40056 | 6462 echo "$as_me: failed program was:" >&5 |
6463 cat conftest.$ac_ext >&5 | |
6464 emacs_cv_x11_version_5=no | |
6465 fi | |
6466 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
25897 | 6467 fi |
6468 | |
6469 if test $emacs_cv_x11_version_5 = yes; then | |
41675 | 6470 echo "$as_me:6470: result: 5 or newer" >&5 |
40056 | 6471 echo "${ECHO_T}5 or newer" >&6 |
25897 | 6472 HAVE_X11R5=yes |
40056 | 6473 cat >>confdefs.h <<\EOF |
25897 | 6474 #define HAVE_X11R5 1 |
6475 EOF | |
6476 | |
6477 else | |
6478 HAVE_X11R5=no | |
41675 | 6479 echo "$as_me:6479: result: before 5" >&5 |
40056 | 6480 echo "${ECHO_T}before 5" >&6 |
25897 | 6481 fi |
6482 fi | |
6483 | |
6484 if test x"${USE_X_TOOLKIT}" = xmaybe; then | |
6485 if test x"${HAVE_X11R5}" = xyes; then | |
41675 | 6486 echo "$as_me:6486: checking X11 version 5 with Xaw" >&5 |
40056 | 6487 echo $ECHO_N "checking X11 version 5 with Xaw... $ECHO_C" >&6 |
6488 if test "${emacs_cv_x11_version_5_with_xaw+set}" = set; then | |
6489 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
6490 else | |
6491 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 6492 #line 6492 "configure" |
25897 | 6493 #include "confdefs.h" |
6494 | |
6495 #include <X11/Intrinsic.h> | |
6496 #include <X11/Xaw/Simple.h> | |
40056 | 6497 int |
6498 main () | |
6499 { | |
6500 | |
6501 ; | |
6502 return 0; | |
6503 } | |
6504 _ACEOF | |
6505 rm -f conftest.$ac_objext conftest$ac_exeext | |
41675 | 6506 if { (eval echo "$as_me:6506: \"$ac_link\"") >&5 |
6507 (eval $ac_link) 2>&5 | |
6508 ac_status=$? | |
6509 echo "$as_me:6509: \$? = $ac_status" >&5 | |
41148 | 6510 (exit $ac_status); } && |
6511 { ac_try='test -s conftest$ac_exeext' | |
41675 | 6512 { (eval echo "$as_me:6512: \"$ac_try\"") >&5 |
6513 (eval $ac_try) 2>&5 | |
6514 ac_status=$? | |
6515 echo "$as_me:6515: \$? = $ac_status" >&5 | |
40056 | 6516 (exit $ac_status); }; }; then |
25897 | 6517 emacs_cv_x11_version_5_with_xaw=yes |
6518 else | |
40056 | 6519 echo "$as_me: failed program was:" >&5 |
6520 cat conftest.$ac_ext >&5 | |
6521 emacs_cv_x11_version_5_with_xaw=no | |
6522 fi | |
6523 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
25897 | 6524 fi |
6525 | |
6526 if test $emacs_cv_x11_version_5_with_xaw = yes; then | |
41675 | 6527 echo "$as_me:6527: result: 5 or newer, with Xaw; use toolkit by default" >&5 |
40056 | 6528 echo "${ECHO_T}5 or newer, with Xaw; use toolkit by default" >&6 |
25897 | 6529 USE_X_TOOLKIT=LUCID |
6530 else | |
41675 | 6531 echo "$as_me:6531: result: before 5 or no Xaw; do not use toolkit by default" >&5 |
40056 | 6532 echo "${ECHO_T}before 5 or no Xaw; do not use toolkit by default" >&6 |
25897 | 6533 USE_X_TOOLKIT=none |
6534 fi | |
6535 else | |
6536 USE_X_TOOLKIT=none | |
6537 fi | |
6538 fi | |
6539 | |
6540 X_TOOLKIT_TYPE=$USE_X_TOOLKIT | |
6541 | |
6542 if test "${USE_X_TOOLKIT}" != "none"; then | |
41675 | 6543 echo "$as_me:6543: checking X11 toolkit version" >&5 |
40056 | 6544 echo $ECHO_N "checking X11 toolkit version... $ECHO_C" >&6 |
6545 if test "${emacs_cv_x11_toolkit_version_6+set}" = set; then | |
6546 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
6547 else | |
6548 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 6549 #line 6549 "configure" |
25897 | 6550 #include "confdefs.h" |
6551 #include <X11/Intrinsic.h> | |
40056 | 6552 int |
6553 main () | |
6554 { | |
25897 | 6555 #if XtSpecificationRelease < 6 |
6556 fail; | |
6557 #endif | |
6558 | |
40056 | 6559 ; |
6560 return 0; | |
6561 } | |
6562 _ACEOF | |
6563 rm -f conftest.$ac_objext conftest$ac_exeext | |
41675 | 6564 if { (eval echo "$as_me:6564: \"$ac_link\"") >&5 |
6565 (eval $ac_link) 2>&5 | |
6566 ac_status=$? | |
6567 echo "$as_me:6567: \$? = $ac_status" >&5 | |
41148 | 6568 (exit $ac_status); } && |
6569 { ac_try='test -s conftest$ac_exeext' | |
41675 | 6570 { (eval echo "$as_me:6570: \"$ac_try\"") >&5 |
6571 (eval $ac_try) 2>&5 | |
6572 ac_status=$? | |
6573 echo "$as_me:6573: \$? = $ac_status" >&5 | |
40056 | 6574 (exit $ac_status); }; }; then |
25897 | 6575 emacs_cv_x11_toolkit_version_6=yes |
6576 else | |
40056 | 6577 echo "$as_me: failed program was:" >&5 |
6578 cat conftest.$ac_ext >&5 | |
6579 emacs_cv_x11_toolkit_version_6=no | |
6580 fi | |
6581 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
25897 | 6582 fi |
6583 | |
6584 HAVE_X11XTR6=$emacs_cv_x11_toolkit_version_6 | |
6585 if test $emacs_cv_x11_toolkit_version_6 = yes; then | |
41675 | 6586 echo "$as_me:6586: result: 6 or newer" >&5 |
40056 | 6587 echo "${ECHO_T}6 or newer" >&6 |
6588 cat >>confdefs.h <<\EOF | |
25897 | 6589 #define HAVE_X11XTR6 1 |
6590 EOF | |
6591 | |
6592 else | |
41675 | 6593 echo "$as_me:6593: result: before 6" >&5 |
40056 | 6594 echo "${ECHO_T}before 6" >&6 |
25897 | 6595 fi |
6596 | |
6597 OLDLIBS="$LIBS" | |
6598 if test x$HAVE_X11XTR6 = xyes; then | |
6599 LIBS="-lXt -lSM -lICE $LIBS" | |
6600 else | |
6601 LIBS="-lXt $LIBS" | |
6602 fi | |
40056 | 6603 |
41675 | 6604 echo "$as_me:6604: checking for XmuConvertStandardSelection in -lXmu" >&5 |
40056 | 6605 echo $ECHO_N "checking for XmuConvertStandardSelection in -lXmu... $ECHO_C" >&6 |
6606 if test "${ac_cv_lib_Xmu_XmuConvertStandardSelection+set}" = set; then | |
6607 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
6608 else | |
6609 ac_check_lib_save_LIBS=$LIBS | |
25897 | 6610 LIBS="-lXmu $LIBS" |
40056 | 6611 cat >conftest.$ac_ext <<_ACEOF |
41675 | 6612 #line 6612 "configure" |
40056 | 6613 #include "confdefs.h" |
6614 | |
25897 | 6615 /* Override any gcc2 internal prototype to avoid an error. */ |
40056 | 6616 #ifdef __cplusplus |
6617 extern "C" | |
6618 #endif | |
25897 | 6619 /* We use char because int might match the return type of a gcc2 |
40056 | 6620 builtin and then its argument prototype would still apply. */ |
6621 char XmuConvertStandardSelection (); | |
6622 int | |
6623 main () | |
6624 { | |
6625 XmuConvertStandardSelection (); | |
6626 ; | |
6627 return 0; | |
6628 } | |
6629 _ACEOF | |
6630 rm -f conftest.$ac_objext conftest$ac_exeext | |
41675 | 6631 if { (eval echo "$as_me:6631: \"$ac_link\"") >&5 |
6632 (eval $ac_link) 2>&5 | |
6633 ac_status=$? | |
6634 echo "$as_me:6634: \$? = $ac_status" >&5 | |
41148 | 6635 (exit $ac_status); } && |
6636 { ac_try='test -s conftest$ac_exeext' | |
41675 | 6637 { (eval echo "$as_me:6637: \"$ac_try\"") >&5 |
6638 (eval $ac_try) 2>&5 | |
6639 ac_status=$? | |
6640 echo "$as_me:6640: \$? = $ac_status" >&5 | |
40056 | 6641 (exit $ac_status); }; }; then |
6642 ac_cv_lib_Xmu_XmuConvertStandardSelection=yes | |
6643 else | |
6644 echo "$as_me: failed program was:" >&5 | |
6645 cat conftest.$ac_ext >&5 | |
6646 ac_cv_lib_Xmu_XmuConvertStandardSelection=no | |
6647 fi | |
6648 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
6649 LIBS=$ac_check_lib_save_LIBS | |
6650 fi | |
41675 | 6651 echo "$as_me:6651: result: $ac_cv_lib_Xmu_XmuConvertStandardSelection" >&5 |
40056 | 6652 echo "${ECHO_T}$ac_cv_lib_Xmu_XmuConvertStandardSelection" >&6 |
6653 if test $ac_cv_lib_Xmu_XmuConvertStandardSelection = yes; then | |
6654 cat >>confdefs.h <<EOF | |
6655 #define HAVE_LIBXMU 1 | |
25897 | 6656 EOF |
6657 | |
6658 LIBS="-lXmu $LIBS" | |
6659 | |
6660 fi | |
6661 | |
35206 | 6662 test $ac_cv_lib_Xmu_XmuConvertStandardSelection = no && LIBS="$OLDLIBS" |
6663 fi | |
6664 | |
6665 # On Irix 6.5, at least, we need XShapeQueryExtension from -lXext for Xaw3D. | |
6666 if test "${HAVE_X11}" = "yes"; then | |
6667 if test "${USE_X_TOOLKIT}" != "none"; then | |
40056 | 6668 |
41675 | 6669 echo "$as_me:6669: checking for XShapeQueryExtension in -lXext" >&5 |
40056 | 6670 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6 |
6671 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then | |
6672 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
6673 else | |
6674 ac_check_lib_save_LIBS=$LIBS | |
35206 | 6675 LIBS="-lXext $LIBS" |
40056 | 6676 cat >conftest.$ac_ext <<_ACEOF |
41675 | 6677 #line 6677 "configure" |
40056 | 6678 #include "confdefs.h" |
6679 | |
35206 | 6680 /* Override any gcc2 internal prototype to avoid an error. */ |
40056 | 6681 #ifdef __cplusplus |
6682 extern "C" | |
6683 #endif | |
35206 | 6684 /* We use char because int might match the return type of a gcc2 |
40056 | 6685 builtin and then its argument prototype would still apply. */ |
6686 char XShapeQueryExtension (); | |
6687 int | |
6688 main () | |
6689 { | |
6690 XShapeQueryExtension (); | |
6691 ; | |
6692 return 0; | |
6693 } | |
6694 _ACEOF | |
6695 rm -f conftest.$ac_objext conftest$ac_exeext | |
41675 | 6696 if { (eval echo "$as_me:6696: \"$ac_link\"") >&5 |
6697 (eval $ac_link) 2>&5 | |
6698 ac_status=$? | |
6699 echo "$as_me:6699: \$? = $ac_status" >&5 | |
41148 | 6700 (exit $ac_status); } && |
6701 { ac_try='test -s conftest$ac_exeext' | |
41675 | 6702 { (eval echo "$as_me:6702: \"$ac_try\"") >&5 |
6703 (eval $ac_try) 2>&5 | |
6704 ac_status=$? | |
6705 echo "$as_me:6705: \$? = $ac_status" >&5 | |
40056 | 6706 (exit $ac_status); }; }; then |
6707 ac_cv_lib_Xext_XShapeQueryExtension=yes | |
6708 else | |
6709 echo "$as_me: failed program was:" >&5 | |
6710 cat conftest.$ac_ext >&5 | |
6711 ac_cv_lib_Xext_XShapeQueryExtension=no | |
6712 fi | |
6713 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
6714 LIBS=$ac_check_lib_save_LIBS | |
6715 fi | |
41675 | 6716 echo "$as_me:6716: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5 |
40056 | 6717 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6 |
6718 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then | |
6719 cat >>confdefs.h <<EOF | |
6720 #define HAVE_LIBXEXT 1 | |
35206 | 6721 EOF |
6722 | |
6723 LIBS="-lXext $LIBS" | |
6724 | |
6725 fi | |
6726 | |
6727 fi | |
25897 | 6728 fi |
6729 | |
6730 if test "${USE_X_TOOLKIT}" = "MOTIF"; then | |
41675 | 6731 echo "$as_me:6731: checking for Motif version 2.1" >&5 |
40056 | 6732 echo $ECHO_N "checking for Motif version 2.1... $ECHO_C" >&6 |
6733 if test "${emacs_cv_motif_version_2_1+set}" = set; then | |
6734 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
6735 else | |
6736 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 6737 #line 6737 "configure" |
25897 | 6738 #include "confdefs.h" |
6739 #include <Xm/Xm.h> | |
40056 | 6740 int |
6741 main () | |
6742 { | |
25897 | 6743 #if XmVERSION > 2 || (XmVERSION == 2 && XmREVISION >= 1) |
6744 int x = 5; | |
6745 #else | |
6746 Motif version prior to 2.1. | |
6747 #endif | |
40056 | 6748 ; |
6749 return 0; | |
6750 } | |
6751 _ACEOF | |
6752 rm -f conftest.$ac_objext | |
41675 | 6753 if { (eval echo "$as_me:6753: \"$ac_compile\"") >&5 |
40056 | 6754 (eval $ac_compile) 2>&5 |
6755 ac_status=$? | |
41675 | 6756 echo "$as_me:6756: \$? = $ac_status" >&5 |
41148 | 6757 (exit $ac_status); } && |
6758 { ac_try='test -s conftest.$ac_objext' | |
41675 | 6759 { (eval echo "$as_me:6759: \"$ac_try\"") >&5 |
6760 (eval $ac_try) 2>&5 | |
6761 ac_status=$? | |
6762 echo "$as_me:6762: \$? = $ac_status" >&5 | |
40056 | 6763 (exit $ac_status); }; }; then |
25897 | 6764 emacs_cv_motif_version_2_1=yes |
6765 else | |
40056 | 6766 echo "$as_me: failed program was:" >&5 |
6767 cat conftest.$ac_ext >&5 | |
6768 emacs_cv_motif_version_2_1=no | |
6769 fi | |
6770 rm -f conftest.$ac_objext conftest.$ac_ext | |
6771 fi | |
41675 | 6772 echo "$as_me:6772: result: $emacs_cv_motif_version_2_1" >&5 |
40056 | 6773 echo "${ECHO_T}$emacs_cv_motif_version_2_1" >&6 |
25897 | 6774 HAVE_MOTIF_2_1=$emacs_cv_motif_version_2_1 |
6775 if test $emacs_cv_motif_version_2_1 = yes; then | |
34431 | 6776 HAVE_LIBXP=no |
40056 | 6777 cat >>confdefs.h <<\EOF |
25897 | 6778 #define HAVE_MOTIF_2_1 1 |
6779 EOF | |
6780 | |
41675 | 6781 echo "$as_me:6781: checking for XpCreateContext in -lXp" >&5 |
40056 | 6782 echo $ECHO_N "checking for XpCreateContext in -lXp... $ECHO_C" >&6 |
6783 if test "${ac_cv_lib_Xp_XpCreateContext+set}" = set; then | |
6784 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
6785 else | |
6786 ac_check_lib_save_LIBS=$LIBS | |
35206 | 6787 LIBS="-lXp $LIBS" |
40056 | 6788 cat >conftest.$ac_ext <<_ACEOF |
41675 | 6789 #line 6789 "configure" |
40056 | 6790 #include "confdefs.h" |
6791 | |
25897 | 6792 /* Override any gcc2 internal prototype to avoid an error. */ |
40056 | 6793 #ifdef __cplusplus |
6794 extern "C" | |
6795 #endif | |
25897 | 6796 /* We use char because int might match the return type of a gcc2 |
40056 | 6797 builtin and then its argument prototype would still apply. */ |
6798 char XpCreateContext (); | |
6799 int | |
6800 main () | |
6801 { | |
6802 XpCreateContext (); | |
6803 ; | |
6804 return 0; | |
6805 } | |
6806 _ACEOF | |
6807 rm -f conftest.$ac_objext conftest$ac_exeext | |
41675 | 6808 if { (eval echo "$as_me:6808: \"$ac_link\"") >&5 |
6809 (eval $ac_link) 2>&5 | |
6810 ac_status=$? | |
6811 echo "$as_me:6811: \$? = $ac_status" >&5 | |
41148 | 6812 (exit $ac_status); } && |
6813 { ac_try='test -s conftest$ac_exeext' | |
41675 | 6814 { (eval echo "$as_me:6814: \"$ac_try\"") >&5 |
6815 (eval $ac_try) 2>&5 | |
6816 ac_status=$? | |
6817 echo "$as_me:6817: \$? = $ac_status" >&5 | |
40056 | 6818 (exit $ac_status); }; }; then |
6819 ac_cv_lib_Xp_XpCreateContext=yes | |
6820 else | |
6821 echo "$as_me: failed program was:" >&5 | |
6822 cat conftest.$ac_ext >&5 | |
6823 ac_cv_lib_Xp_XpCreateContext=no | |
6824 fi | |
6825 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
6826 LIBS=$ac_check_lib_save_LIBS | |
6827 fi | |
41675 | 6828 echo "$as_me:6828: result: $ac_cv_lib_Xp_XpCreateContext" >&5 |
40056 | 6829 echo "${ECHO_T}$ac_cv_lib_Xp_XpCreateContext" >&6 |
6830 if test $ac_cv_lib_Xp_XpCreateContext = yes; then | |
29906 | 6831 HAVE_LIBXP=yes |
25897 | 6832 fi |
6833 | |
29906 | 6834 if test ${HAVE_LIBXP} = yes; then |
40056 | 6835 cat >>confdefs.h <<\EOF |
29906 | 6836 #define HAVE_LIBXP 1 |
6837 EOF | |
6838 | |
40056 | 6839 fi |
25897 | 6840 fi |
6841 fi | |
6842 | |
6843 ### Is -lXaw3d available? | |
6844 HAVE_XAW3D=no | |
6845 if test "${HAVE_X11}" = "yes"; then | |
6846 if test "${USE_X_TOOLKIT}" != "none"; then | |
41675 | 6847 echo "$as_me:6847: checking for X11/Xaw3d/Scrollbar.h" >&5 |
40056 | 6848 echo $ECHO_N "checking for X11/Xaw3d/Scrollbar.h... $ECHO_C" >&6 |
6849 if test "${ac_cv_header_X11_Xaw3d_Scrollbar_h+set}" = set; then | |
6850 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
6851 else | |
6852 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 6853 #line 6853 "configure" |
25897 | 6854 #include "confdefs.h" |
6855 #include <X11/Xaw3d/Scrollbar.h> | |
40056 | 6856 _ACEOF |
41675 | 6857 if { (eval echo "$as_me:6857: \"$ac_cpp conftest.$ac_ext\"") >&5 |
40056 | 6858 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
6859 ac_status=$? | |
6860 egrep -v '^ *\+' conftest.er1 >conftest.err | |
6861 rm -f conftest.er1 | |
6862 cat conftest.err >&5 | |
41675 | 6863 echo "$as_me:6863: \$? = $ac_status" >&5 |
40056 | 6864 (exit $ac_status); } >/dev/null; then |
6865 if test -s conftest.err; then | |
6866 ac_cpp_err=$ac_c_preproc_warn_flag | |
6867 else | |
6868 ac_cpp_err= | |
6869 fi | |
6870 else | |
6871 ac_cpp_err=yes | |
6872 fi | |
6873 if test -z "$ac_cpp_err"; then | |
6874 ac_cv_header_X11_Xaw3d_Scrollbar_h=yes | |
6875 else | |
6876 echo "$as_me: failed program was:" >&5 | |
25897 | 6877 cat conftest.$ac_ext >&5 |
40056 | 6878 ac_cv_header_X11_Xaw3d_Scrollbar_h=no |
6879 fi | |
6880 rm -f conftest.err conftest.$ac_ext | |
6881 fi | |
41675 | 6882 echo "$as_me:6882: result: $ac_cv_header_X11_Xaw3d_Scrollbar_h" >&5 |
40056 | 6883 echo "${ECHO_T}$ac_cv_header_X11_Xaw3d_Scrollbar_h" >&6 |
6884 if test $ac_cv_header_X11_Xaw3d_Scrollbar_h = yes; then | |
41675 | 6885 echo "$as_me:6885: checking for XawScrollbarSetThumb in -lXaw3d" >&5 |
40056 | 6886 echo $ECHO_N "checking for XawScrollbarSetThumb in -lXaw3d... $ECHO_C" >&6 |
6887 if test "${ac_cv_lib_Xaw3d_XawScrollbarSetThumb+set}" = set; then | |
6888 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
6889 else | |
6890 ac_check_lib_save_LIBS=$LIBS | |
35206 | 6891 LIBS="-lXaw3d $LIBS" |
40056 | 6892 cat >conftest.$ac_ext <<_ACEOF |
41675 | 6893 #line 6893 "configure" |
40056 | 6894 #include "confdefs.h" |
6895 | |
25897 | 6896 /* Override any gcc2 internal prototype to avoid an error. */ |
40056 | 6897 #ifdef __cplusplus |
6898 extern "C" | |
6899 #endif | |
25897 | 6900 /* We use char because int might match the return type of a gcc2 |
40056 | 6901 builtin and then its argument prototype would still apply. */ |
6902 char XawScrollbarSetThumb (); | |
6903 int | |
6904 main () | |
6905 { | |
6906 XawScrollbarSetThumb (); | |
6907 ; | |
6908 return 0; | |
6909 } | |
6910 _ACEOF | |
6911 rm -f conftest.$ac_objext conftest$ac_exeext | |
41675 | 6912 if { (eval echo "$as_me:6912: \"$ac_link\"") >&5 |
6913 (eval $ac_link) 2>&5 | |
6914 ac_status=$? | |
6915 echo "$as_me:6915: \$? = $ac_status" >&5 | |
41148 | 6916 (exit $ac_status); } && |
6917 { ac_try='test -s conftest$ac_exeext' | |
41675 | 6918 { (eval echo "$as_me:6918: \"$ac_try\"") >&5 |
6919 (eval $ac_try) 2>&5 | |
6920 ac_status=$? | |
6921 echo "$as_me:6921: \$? = $ac_status" >&5 | |
40056 | 6922 (exit $ac_status); }; }; then |
6923 ac_cv_lib_Xaw3d_XawScrollbarSetThumb=yes | |
6924 else | |
6925 echo "$as_me: failed program was:" >&5 | |
6926 cat conftest.$ac_ext >&5 | |
6927 ac_cv_lib_Xaw3d_XawScrollbarSetThumb=no | |
6928 fi | |
6929 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
6930 LIBS=$ac_check_lib_save_LIBS | |
6931 fi | |
41675 | 6932 echo "$as_me:6932: result: $ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&5 |
40056 | 6933 echo "${ECHO_T}$ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&6 |
6934 if test $ac_cv_lib_Xaw3d_XawScrollbarSetThumb = yes; then | |
25897 | 6935 HAVE_XAW3D=yes |
40056 | 6936 fi |
6937 | |
25897 | 6938 fi |
6939 | |
6940 if test "${HAVE_XAW3D}" = "yes"; then | |
40056 | 6941 cat >>confdefs.h <<\EOF |
25897 | 6942 #define HAVE_XAW3D 1 |
6943 EOF | |
6944 | |
6945 fi | |
6946 fi | |
6947 fi | |
6948 | |
6949 USE_TOOLKIT_SCROLL_BARS=no | |
6950 if test "${with_toolkit_scroll_bars}" != "no"; then | |
6951 if test "${USE_X_TOOLKIT}" != "none"; then | |
6952 if test "${USE_X_TOOLKIT}" = "MOTIF"; then | |
40056 | 6953 cat >>confdefs.h <<\EOF |
25897 | 6954 #define USE_TOOLKIT_SCROLL_BARS 1 |
6955 EOF | |
6956 | |
6957 HAVE_XAW3D=no | |
6958 USE_TOOLKIT_SCROLL_BARS=yes | |
6959 elif test "${HAVE_XAW3D}" = "yes"; then | |
40056 | 6960 cat >>confdefs.h <<\EOF |
25897 | 6961 #define USE_TOOLKIT_SCROLL_BARS 1 |
6962 EOF | |
6963 | |
6964 USE_TOOLKIT_SCROLL_BARS=yes | |
6965 fi | |
6966 fi | |
6967 fi | |
6968 | |
29949 | 6969 if test "${with_xim}" != "no"; then |
40056 | 6970 cat >>confdefs.h <<\EOF |
29949 | 6971 #define USE_XIM 1 |
6972 EOF | |
6973 | |
6974 fi | |
6975 | |
25897 | 6976 ### Use -lXpm if available, unless `--with-xpm=no'. |
6977 HAVE_XPM=no | |
6978 if test "${HAVE_X11}" = "yes"; then | |
6979 if test "${with_xpm}" != "no"; then | |
41675 | 6980 echo "$as_me:6980: checking for X11/xpm.h" >&5 |
40056 | 6981 echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6 |
6982 if test "${ac_cv_header_X11_xpm_h+set}" = set; then | |
6983 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
6984 else | |
6985 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 6986 #line 6986 "configure" |
25897 | 6987 #include "confdefs.h" |
6988 #include <X11/xpm.h> | |
40056 | 6989 _ACEOF |
41675 | 6990 if { (eval echo "$as_me:6990: \"$ac_cpp conftest.$ac_ext\"") >&5 |
40056 | 6991 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
6992 ac_status=$? | |
6993 egrep -v '^ *\+' conftest.er1 >conftest.err | |
6994 rm -f conftest.er1 | |
6995 cat conftest.err >&5 | |
41675 | 6996 echo "$as_me:6996: \$? = $ac_status" >&5 |
40056 | 6997 (exit $ac_status); } >/dev/null; then |
6998 if test -s conftest.err; then | |
6999 ac_cpp_err=$ac_c_preproc_warn_flag | |
7000 else | |
7001 ac_cpp_err= | |
7002 fi | |
7003 else | |
7004 ac_cpp_err=yes | |
7005 fi | |
7006 if test -z "$ac_cpp_err"; then | |
7007 ac_cv_header_X11_xpm_h=yes | |
7008 else | |
7009 echo "$as_me: failed program was:" >&5 | |
25897 | 7010 cat conftest.$ac_ext >&5 |
40056 | 7011 ac_cv_header_X11_xpm_h=no |
7012 fi | |
7013 rm -f conftest.err conftest.$ac_ext | |
7014 fi | |
41675 | 7015 echo "$as_me:7015: result: $ac_cv_header_X11_xpm_h" >&5 |
40056 | 7016 echo "${ECHO_T}$ac_cv_header_X11_xpm_h" >&6 |
7017 if test $ac_cv_header_X11_xpm_h = yes; then | |
41675 | 7018 echo "$as_me:7018: checking for XpmReadFileToPixmap in -lXpm" >&5 |
40056 | 7019 echo $ECHO_N "checking for XpmReadFileToPixmap in -lXpm... $ECHO_C" >&6 |
7020 if test "${ac_cv_lib_Xpm_XpmReadFileToPixmap+set}" = set; then | |
7021 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
7022 else | |
7023 ac_check_lib_save_LIBS=$LIBS | |
25897 | 7024 LIBS="-lXpm -lX11 $LIBS" |
40056 | 7025 cat >conftest.$ac_ext <<_ACEOF |
41675 | 7026 #line 7026 "configure" |
40056 | 7027 #include "confdefs.h" |
7028 | |
25897 | 7029 /* Override any gcc2 internal prototype to avoid an error. */ |
40056 | 7030 #ifdef __cplusplus |
7031 extern "C" | |
7032 #endif | |
25897 | 7033 /* We use char because int might match the return type of a gcc2 |
40056 | 7034 builtin and then its argument prototype would still apply. */ |
7035 char XpmReadFileToPixmap (); | |
7036 int | |
7037 main () | |
7038 { | |
7039 XpmReadFileToPixmap (); | |
7040 ; | |
7041 return 0; | |
7042 } | |
7043 _ACEOF | |
7044 rm -f conftest.$ac_objext conftest$ac_exeext | |
41675 | 7045 if { (eval echo "$as_me:7045: \"$ac_link\"") >&5 |
7046 (eval $ac_link) 2>&5 | |
7047 ac_status=$? | |
7048 echo "$as_me:7048: \$? = $ac_status" >&5 | |
41148 | 7049 (exit $ac_status); } && |
7050 { ac_try='test -s conftest$ac_exeext' | |
41675 | 7051 { (eval echo "$as_me:7051: \"$ac_try\"") >&5 |
7052 (eval $ac_try) 2>&5 | |
7053 ac_status=$? | |
7054 echo "$as_me:7054: \$? = $ac_status" >&5 | |
40056 | 7055 (exit $ac_status); }; }; then |
7056 ac_cv_lib_Xpm_XpmReadFileToPixmap=yes | |
7057 else | |
7058 echo "$as_me: failed program was:" >&5 | |
7059 cat conftest.$ac_ext >&5 | |
7060 ac_cv_lib_Xpm_XpmReadFileToPixmap=no | |
7061 fi | |
7062 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
7063 LIBS=$ac_check_lib_save_LIBS | |
7064 fi | |
41675 | 7065 echo "$as_me:7065: result: $ac_cv_lib_Xpm_XpmReadFileToPixmap" >&5 |
40056 | 7066 echo "${ECHO_T}$ac_cv_lib_Xpm_XpmReadFileToPixmap" >&6 |
7067 if test $ac_cv_lib_Xpm_XpmReadFileToPixmap = yes; then | |
25897 | 7068 HAVE_XPM=yes |
40056 | 7069 fi |
7070 | |
25897 | 7071 fi |
7072 | |
30140 | 7073 if test "${HAVE_XPM}" = "yes"; then |
41675 | 7074 echo "$as_me:7074: checking for XpmReturnAllocPixels preprocessor define" >&5 |
40056 | 7075 echo $ECHO_N "checking for XpmReturnAllocPixels preprocessor define... $ECHO_C" >&6 |
7076 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 7077 #line 7077 "configure" |
30140 | 7078 #include "confdefs.h" |
7079 #include "X11/xpm.h" | |
7080 #ifndef XpmReturnAllocPixels | |
7081 no_return_alloc_pixels | |
7082 #endif | |
40056 | 7083 |
7084 _ACEOF | |
30140 | 7085 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
7086 egrep "no_return_alloc_pixels" >/dev/null 2>&1; then | |
7087 HAVE_XPM=no | |
7088 else | |
7089 HAVE_XPM=yes | |
7090 fi | |
7091 rm -f conftest* | |
7092 | |
36903 | 7093 if test "${HAVE_XPM}" = "yes"; then |
41675 | 7094 echo "$as_me:7094: result: yes" >&5 |
40056 | 7095 echo "${ECHO_T}yes" >&6 |
36903 | 7096 else |
41675 | 7097 echo "$as_me:7097: result: no" >&5 |
40056 | 7098 echo "${ECHO_T}no" >&6 |
36903 | 7099 fi |
31320 | 7100 fi |
25897 | 7101 fi |
7102 | |
7103 if test "${HAVE_XPM}" = "yes"; then | |
40056 | 7104 cat >>confdefs.h <<\EOF |
25897 | 7105 #define HAVE_XPM 1 |
7106 EOF | |
7107 | |
7108 fi | |
7109 fi | |
40056 | 7110 |
25897 | 7111 ### Use -ljpeg if available, unless `--with-jpeg=no'. |
7112 HAVE_JPEG=no | |
7113 if test "${HAVE_X11}" = "yes"; then | |
7114 if test "${with_jpeg}" != "no"; then | |
41675 | 7115 echo "$as_me:7115: checking for jerror.h" >&5 |
40056 | 7116 echo $ECHO_N "checking for jerror.h... $ECHO_C" >&6 |
7117 if test "${ac_cv_header_jerror_h+set}" = set; then | |
7118 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
7119 else | |
7120 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 7121 #line 7121 "configure" |
27356 | 7122 #include "confdefs.h" |
7123 #include <jerror.h> | |
40056 | 7124 _ACEOF |
41675 | 7125 if { (eval echo "$as_me:7125: \"$ac_cpp conftest.$ac_ext\"") >&5 |
40056 | 7126 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
7127 ac_status=$? | |
7128 egrep -v '^ *\+' conftest.er1 >conftest.err | |
7129 rm -f conftest.er1 | |
7130 cat conftest.err >&5 | |
41675 | 7131 echo "$as_me:7131: \$? = $ac_status" >&5 |
40056 | 7132 (exit $ac_status); } >/dev/null; then |
7133 if test -s conftest.err; then | |
7134 ac_cpp_err=$ac_c_preproc_warn_flag | |
7135 else | |
7136 ac_cpp_err= | |
7137 fi | |
7138 else | |
7139 ac_cpp_err=yes | |
7140 fi | |
7141 if test -z "$ac_cpp_err"; then | |
7142 ac_cv_header_jerror_h=yes | |
7143 else | |
7144 echo "$as_me: failed program was:" >&5 | |
27356 | 7145 cat conftest.$ac_ext >&5 |
40056 | 7146 ac_cv_header_jerror_h=no |
7147 fi | |
7148 rm -f conftest.err conftest.$ac_ext | |
7149 fi | |
41675 | 7150 echo "$as_me:7150: result: $ac_cv_header_jerror_h" >&5 |
40056 | 7151 echo "${ECHO_T}$ac_cv_header_jerror_h" >&6 |
7152 if test $ac_cv_header_jerror_h = yes; then | |
41675 | 7153 echo "$as_me:7153: checking for jpeg_destroy_compress in -ljpeg" >&5 |
40056 | 7154 echo $ECHO_N "checking for jpeg_destroy_compress in -ljpeg... $ECHO_C" >&6 |
7155 if test "${ac_cv_lib_jpeg_jpeg_destroy_compress+set}" = set; then | |
7156 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
7157 else | |
7158 ac_check_lib_save_LIBS=$LIBS | |
35206 | 7159 LIBS="-ljpeg $LIBS" |
40056 | 7160 cat >conftest.$ac_ext <<_ACEOF |
41675 | 7161 #line 7161 "configure" |
40056 | 7162 #include "confdefs.h" |
7163 | |
25897 | 7164 /* Override any gcc2 internal prototype to avoid an error. */ |
40056 | 7165 #ifdef __cplusplus |
7166 extern "C" | |
7167 #endif | |
25897 | 7168 /* We use char because int might match the return type of a gcc2 |
40056 | 7169 builtin and then its argument prototype would still apply. */ |
7170 char jpeg_destroy_compress (); | |
7171 int | |
7172 main () | |
7173 { | |
7174 jpeg_destroy_compress (); | |
7175 ; | |
7176 return 0; | |
7177 } | |
7178 _ACEOF | |
7179 rm -f conftest.$ac_objext conftest$ac_exeext | |
41675 | 7180 if { (eval echo "$as_me:7180: \"$ac_link\"") >&5 |
7181 (eval $ac_link) 2>&5 | |
7182 ac_status=$? | |
7183 echo "$as_me:7183: \$? = $ac_status" >&5 | |
41148 | 7184 (exit $ac_status); } && |
7185 { ac_try='test -s conftest$ac_exeext' | |
41675 | 7186 { (eval echo "$as_me:7186: \"$ac_try\"") >&5 |
7187 (eval $ac_try) 2>&5 | |
7188 ac_status=$? | |
7189 echo "$as_me:7189: \$? = $ac_status" >&5 | |
40056 | 7190 (exit $ac_status); }; }; then |
7191 ac_cv_lib_jpeg_jpeg_destroy_compress=yes | |
7192 else | |
7193 echo "$as_me: failed program was:" >&5 | |
7194 cat conftest.$ac_ext >&5 | |
7195 ac_cv_lib_jpeg_jpeg_destroy_compress=no | |
7196 fi | |
7197 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
7198 LIBS=$ac_check_lib_save_LIBS | |
7199 fi | |
41675 | 7200 echo "$as_me:7200: result: $ac_cv_lib_jpeg_jpeg_destroy_compress" >&5 |
40056 | 7201 echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_destroy_compress" >&6 |
7202 if test $ac_cv_lib_jpeg_jpeg_destroy_compress = yes; then | |
25897 | 7203 HAVE_JPEG=yes |
40056 | 7204 fi |
7205 | |
27356 | 7206 fi |
7207 | |
25897 | 7208 fi |
7209 | |
7210 if test "${HAVE_JPEG}" = "yes"; then | |
40056 | 7211 cat >>confdefs.h <<\EOF |
25897 | 7212 #define HAVE_JPEG 1 |
7213 EOF | |
7214 | |
7215 fi | |
7216 fi | |
40056 | 7217 |
25897 | 7218 ### Use -lpng if available, unless `--with-png=no'. |
7219 HAVE_PNG=no | |
7220 if test "${HAVE_X11}" = "yes"; then | |
7221 if test "${with_png}" != "no"; then | |
41675 | 7222 echo "$as_me:7222: checking for png.h" >&5 |
40056 | 7223 echo $ECHO_N "checking for png.h... $ECHO_C" >&6 |
7224 if test "${ac_cv_header_png_h+set}" = set; then | |
7225 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
7226 else | |
7227 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 7228 #line 7228 "configure" |
25897 | 7229 #include "confdefs.h" |
7230 #include <png.h> | |
40056 | 7231 _ACEOF |
41675 | 7232 if { (eval echo "$as_me:7232: \"$ac_cpp conftest.$ac_ext\"") >&5 |
40056 | 7233 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
7234 ac_status=$? | |
7235 egrep -v '^ *\+' conftest.er1 >conftest.err | |
7236 rm -f conftest.er1 | |
7237 cat conftest.err >&5 | |
41675 | 7238 echo "$as_me:7238: \$? = $ac_status" >&5 |
40056 | 7239 (exit $ac_status); } >/dev/null; then |
7240 if test -s conftest.err; then | |
7241 ac_cpp_err=$ac_c_preproc_warn_flag | |
7242 else | |
7243 ac_cpp_err= | |
7244 fi | |
7245 else | |
7246 ac_cpp_err=yes | |
7247 fi | |
7248 if test -z "$ac_cpp_err"; then | |
7249 ac_cv_header_png_h=yes | |
7250 else | |
7251 echo "$as_me: failed program was:" >&5 | |
25897 | 7252 cat conftest.$ac_ext >&5 |
40056 | 7253 ac_cv_header_png_h=no |
7254 fi | |
7255 rm -f conftest.err conftest.$ac_ext | |
7256 fi | |
41675 | 7257 echo "$as_me:7257: result: $ac_cv_header_png_h" >&5 |
40056 | 7258 echo "${ECHO_T}$ac_cv_header_png_h" >&6 |
7259 if test $ac_cv_header_png_h = yes; then | |
41675 | 7260 echo "$as_me:7260: checking for png_get_channels in -lpng" >&5 |
40056 | 7261 echo $ECHO_N "checking for png_get_channels in -lpng... $ECHO_C" >&6 |
7262 if test "${ac_cv_lib_png_png_get_channels+set}" = set; then | |
7263 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
7264 else | |
7265 ac_check_lib_save_LIBS=$LIBS | |
35206 | 7266 LIBS="-lpng -lz -lm $LIBS" |
40056 | 7267 cat >conftest.$ac_ext <<_ACEOF |
41675 | 7268 #line 7268 "configure" |
40056 | 7269 #include "confdefs.h" |
7270 | |
25897 | 7271 /* Override any gcc2 internal prototype to avoid an error. */ |
40056 | 7272 #ifdef __cplusplus |
7273 extern "C" | |
7274 #endif | |
25897 | 7275 /* We use char because int might match the return type of a gcc2 |
40056 | 7276 builtin and then its argument prototype would still apply. */ |
7277 char png_get_channels (); | |
7278 int | |
7279 main () | |
7280 { | |
7281 png_get_channels (); | |
7282 ; | |
7283 return 0; | |
7284 } | |
7285 _ACEOF | |
7286 rm -f conftest.$ac_objext conftest$ac_exeext | |
41675 | 7287 if { (eval echo "$as_me:7287: \"$ac_link\"") >&5 |
7288 (eval $ac_link) 2>&5 | |
7289 ac_status=$? | |
7290 echo "$as_me:7290: \$? = $ac_status" >&5 | |
41148 | 7291 (exit $ac_status); } && |
7292 { ac_try='test -s conftest$ac_exeext' | |
41675 | 7293 { (eval echo "$as_me:7293: \"$ac_try\"") >&5 |
7294 (eval $ac_try) 2>&5 | |
7295 ac_status=$? | |
7296 echo "$as_me:7296: \$? = $ac_status" >&5 | |
40056 | 7297 (exit $ac_status); }; }; then |
7298 ac_cv_lib_png_png_get_channels=yes | |
7299 else | |
7300 echo "$as_me: failed program was:" >&5 | |
7301 cat conftest.$ac_ext >&5 | |
7302 ac_cv_lib_png_png_get_channels=no | |
7303 fi | |
7304 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
7305 LIBS=$ac_check_lib_save_LIBS | |
7306 fi | |
41675 | 7307 echo "$as_me:7307: result: $ac_cv_lib_png_png_get_channels" >&5 |
40056 | 7308 echo "${ECHO_T}$ac_cv_lib_png_png_get_channels" >&6 |
7309 if test $ac_cv_lib_png_png_get_channels = yes; then | |
25897 | 7310 HAVE_PNG=yes |
40056 | 7311 fi |
7312 | |
25897 | 7313 fi |
7314 | |
7315 fi | |
7316 | |
7317 if test "${HAVE_PNG}" = "yes"; then | |
40056 | 7318 cat >>confdefs.h <<\EOF |
25897 | 7319 #define HAVE_PNG 1 |
7320 EOF | |
7321 | |
7322 fi | |
7323 fi | |
40056 | 7324 |
25897 | 7325 ### Use -ltiff if available, unless `--with-tiff=no'. |
7326 HAVE_TIFF=no | |
7327 if test "${HAVE_X11}" = "yes"; then | |
7328 if test "${with_tiff}" != "no"; then | |
41675 | 7329 echo "$as_me:7329: checking for tiffio.h" >&5 |
40056 | 7330 echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6 |
7331 if test "${ac_cv_header_tiffio_h+set}" = set; then | |
7332 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
7333 else | |
7334 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 7335 #line 7335 "configure" |
25897 | 7336 #include "confdefs.h" |
7337 #include <tiffio.h> | |
40056 | 7338 _ACEOF |
41675 | 7339 if { (eval echo "$as_me:7339: \"$ac_cpp conftest.$ac_ext\"") >&5 |
40056 | 7340 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
7341 ac_status=$? | |
7342 egrep -v '^ *\+' conftest.er1 >conftest.err | |
7343 rm -f conftest.er1 | |
7344 cat conftest.err >&5 | |
41675 | 7345 echo "$as_me:7345: \$? = $ac_status" >&5 |
40056 | 7346 (exit $ac_status); } >/dev/null; then |
7347 if test -s conftest.err; then | |
7348 ac_cpp_err=$ac_c_preproc_warn_flag | |
7349 else | |
7350 ac_cpp_err= | |
7351 fi | |
7352 else | |
7353 ac_cpp_err=yes | |
7354 fi | |
7355 if test -z "$ac_cpp_err"; then | |
7356 ac_cv_header_tiffio_h=yes | |
7357 else | |
7358 echo "$as_me: failed program was:" >&5 | |
25897 | 7359 cat conftest.$ac_ext >&5 |
40056 | 7360 ac_cv_header_tiffio_h=no |
7361 fi | |
7362 rm -f conftest.err conftest.$ac_ext | |
7363 fi | |
41675 | 7364 echo "$as_me:7364: result: $ac_cv_header_tiffio_h" >&5 |
40056 | 7365 echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6 |
7366 if test $ac_cv_header_tiffio_h = yes; then | |
35206 | 7367 tifflibs="-lz -lm" |
27752
7ee8155d48c5
include -lz and -ljpeg when testing for -ltiff
Ken Raeburn <raeburn@raeburn.org>
parents:
27729
diff
changeset
|
7368 # At least one tiff package requires the jpeg library. |
7ee8155d48c5
include -lz and -ljpeg when testing for -ltiff
Ken Raeburn <raeburn@raeburn.org>
parents:
27729
diff
changeset
|
7369 if test "${HAVE_JPEG}" = yes; then tifflibs="-ljpeg $tifflibs"; fi |
41675 | 7370 echo "$as_me:7370: checking for TIFFGetVersion in -ltiff" >&5 |
40056 | 7371 echo $ECHO_N "checking for TIFFGetVersion in -ltiff... $ECHO_C" >&6 |
7372 if test "${ac_cv_lib_tiff_TIFFGetVersion+set}" = set; then | |
7373 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
7374 else | |
7375 ac_check_lib_save_LIBS=$LIBS | |
27752
7ee8155d48c5
include -lz and -ljpeg when testing for -ltiff
Ken Raeburn <raeburn@raeburn.org>
parents:
27729
diff
changeset
|
7376 LIBS="-ltiff $tifflibs $LIBS" |
40056 | 7377 cat >conftest.$ac_ext <<_ACEOF |
41675 | 7378 #line 7378 "configure" |
40056 | 7379 #include "confdefs.h" |
7380 | |
25897 | 7381 /* Override any gcc2 internal prototype to avoid an error. */ |
40056 | 7382 #ifdef __cplusplus |
7383 extern "C" | |
7384 #endif | |
25897 | 7385 /* We use char because int might match the return type of a gcc2 |
40056 | 7386 builtin and then its argument prototype would still apply. */ |
7387 char TIFFGetVersion (); | |
7388 int | |
7389 main () | |
7390 { | |
7391 TIFFGetVersion (); | |
7392 ; | |
7393 return 0; | |
7394 } | |
7395 _ACEOF | |
7396 rm -f conftest.$ac_objext conftest$ac_exeext | |
41675 | 7397 if { (eval echo "$as_me:7397: \"$ac_link\"") >&5 |
7398 (eval $ac_link) 2>&5 | |
7399 ac_status=$? | |
7400 echo "$as_me:7400: \$? = $ac_status" >&5 | |
41148 | 7401 (exit $ac_status); } && |
7402 { ac_try='test -s conftest$ac_exeext' | |
41675 | 7403 { (eval echo "$as_me:7403: \"$ac_try\"") >&5 |
7404 (eval $ac_try) 2>&5 | |
7405 ac_status=$? | |
7406 echo "$as_me:7406: \$? = $ac_status" >&5 | |
40056 | 7407 (exit $ac_status); }; }; then |
7408 ac_cv_lib_tiff_TIFFGetVersion=yes | |
7409 else | |
7410 echo "$as_me: failed program was:" >&5 | |
7411 cat conftest.$ac_ext >&5 | |
7412 ac_cv_lib_tiff_TIFFGetVersion=no | |
7413 fi | |
7414 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
7415 LIBS=$ac_check_lib_save_LIBS | |
7416 fi | |
41675 | 7417 echo "$as_me:7417: result: $ac_cv_lib_tiff_TIFFGetVersion" >&5 |
40056 | 7418 echo "${ECHO_T}$ac_cv_lib_tiff_TIFFGetVersion" >&6 |
7419 if test $ac_cv_lib_tiff_TIFFGetVersion = yes; then | |
25897 | 7420 HAVE_TIFF=yes |
40056 | 7421 fi |
7422 | |
25897 | 7423 fi |
7424 | |
7425 fi | |
7426 | |
7427 if test "${HAVE_TIFF}" = "yes"; then | |
40056 | 7428 cat >>confdefs.h <<\EOF |
25897 | 7429 #define HAVE_TIFF 1 |
7430 EOF | |
7431 | |
7432 fi | |
7433 fi | |
40056 | 7434 |
25897 | 7435 ### Use -lgif if available, unless `--with-gif=no'. |
7436 HAVE_GIF=no | |
7437 if test "${HAVE_X11}" = "yes"; then | |
7438 if test "${with_gif}" != "no"; then | |
41675 | 7439 echo "$as_me:7439: checking for gif_lib.h" >&5 |
40056 | 7440 echo $ECHO_N "checking for gif_lib.h... $ECHO_C" >&6 |
7441 if test "${ac_cv_header_gif_lib_h+set}" = set; then | |
7442 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
7443 else | |
7444 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 7445 #line 7445 "configure" |
25897 | 7446 #include "confdefs.h" |
7447 #include <gif_lib.h> | |
40056 | 7448 _ACEOF |
41675 | 7449 if { (eval echo "$as_me:7449: \"$ac_cpp conftest.$ac_ext\"") >&5 |
40056 | 7450 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
7451 ac_status=$? | |
7452 egrep -v '^ *\+' conftest.er1 >conftest.err | |
7453 rm -f conftest.er1 | |
7454 cat conftest.err >&5 | |
41675 | 7455 echo "$as_me:7455: \$? = $ac_status" >&5 |
40056 | 7456 (exit $ac_status); } >/dev/null; then |
7457 if test -s conftest.err; then | |
7458 ac_cpp_err=$ac_c_preproc_warn_flag | |
7459 else | |
7460 ac_cpp_err= | |
7461 fi | |
7462 else | |
7463 ac_cpp_err=yes | |
7464 fi | |
7465 if test -z "$ac_cpp_err"; then | |
7466 ac_cv_header_gif_lib_h=yes | |
7467 else | |
7468 echo "$as_me: failed program was:" >&5 | |
25897 | 7469 cat conftest.$ac_ext >&5 |
40056 | 7470 ac_cv_header_gif_lib_h=no |
7471 fi | |
7472 rm -f conftest.err conftest.$ac_ext | |
7473 fi | |
41675 | 7474 echo "$as_me:7474: result: $ac_cv_header_gif_lib_h" >&5 |
40056 | 7475 echo "${ECHO_T}$ac_cv_header_gif_lib_h" >&6 |
7476 if test $ac_cv_header_gif_lib_h = yes; then | |
41675 | 7477 echo "$as_me:7477: checking for DGifOpen in -lungif" >&5 |
40056 | 7478 echo $ECHO_N "checking for DGifOpen in -lungif... $ECHO_C" >&6 |
7479 if test "${ac_cv_lib_ungif_DGifOpen+set}" = set; then | |
7480 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
7481 else | |
7482 ac_check_lib_save_LIBS=$LIBS | |
35206 | 7483 LIBS="-lungif $LIBS" |
40056 | 7484 cat >conftest.$ac_ext <<_ACEOF |
41675 | 7485 #line 7485 "configure" |
40056 | 7486 #include "confdefs.h" |
7487 | |
25897 | 7488 /* Override any gcc2 internal prototype to avoid an error. */ |
40056 | 7489 #ifdef __cplusplus |
7490 extern "C" | |
7491 #endif | |
25897 | 7492 /* We use char because int might match the return type of a gcc2 |
40056 | 7493 builtin and then its argument prototype would still apply. */ |
7494 char DGifOpen (); | |
7495 int | |
7496 main () | |
7497 { | |
7498 DGifOpen (); | |
7499 ; | |
7500 return 0; | |
7501 } | |
7502 _ACEOF | |
7503 rm -f conftest.$ac_objext conftest$ac_exeext | |
41675 | 7504 if { (eval echo "$as_me:7504: \"$ac_link\"") >&5 |
7505 (eval $ac_link) 2>&5 | |
7506 ac_status=$? | |
7507 echo "$as_me:7507: \$? = $ac_status" >&5 | |
41148 | 7508 (exit $ac_status); } && |
7509 { ac_try='test -s conftest$ac_exeext' | |
41675 | 7510 { (eval echo "$as_me:7510: \"$ac_try\"") >&5 |
7511 (eval $ac_try) 2>&5 | |
7512 ac_status=$? | |
7513 echo "$as_me:7513: \$? = $ac_status" >&5 | |
40056 | 7514 (exit $ac_status); }; }; then |
7515 ac_cv_lib_ungif_DGifOpen=yes | |
7516 else | |
7517 echo "$as_me: failed program was:" >&5 | |
7518 cat conftest.$ac_ext >&5 | |
7519 ac_cv_lib_ungif_DGifOpen=no | |
7520 fi | |
7521 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
7522 LIBS=$ac_check_lib_save_LIBS | |
7523 fi | |
41675 | 7524 echo "$as_me:7524: result: $ac_cv_lib_ungif_DGifOpen" >&5 |
40056 | 7525 echo "${ECHO_T}$ac_cv_lib_ungif_DGifOpen" >&6 |
7526 if test $ac_cv_lib_ungif_DGifOpen = yes; then | |
25897 | 7527 HAVE_GIF=yes |
40056 | 7528 fi |
7529 | |
25897 | 7530 fi |
7531 | |
7532 fi | |
7533 | |
7534 if test "${HAVE_GIF}" = "yes"; then | |
40056 | 7535 cat >>confdefs.h <<\EOF |
25897 | 7536 #define HAVE_GIF 1 |
7537 EOF | |
7538 | |
7539 fi | |
7540 fi | |
7541 | |
7542 # If netdb.h doesn't declare h_errno, we must declare it by hand. | |
41675 | 7543 echo "$as_me:7543: checking whether netdb declares h_errno" >&5 |
40056 | 7544 echo $ECHO_N "checking whether netdb declares h_errno... $ECHO_C" >&6 |
7545 if test "${emacs_cv_netdb_declares_h_errno+set}" = set; then | |
7546 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
7547 else | |
7548 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 7549 #line 7549 "configure" |
25897 | 7550 #include "confdefs.h" |
7551 #include <netdb.h> | |
40056 | 7552 int |
7553 main () | |
7554 { | |
25897 | 7555 return h_errno; |
40056 | 7556 ; |
7557 return 0; | |
7558 } | |
7559 _ACEOF | |
7560 rm -f conftest.$ac_objext conftest$ac_exeext | |
41675 | 7561 if { (eval echo "$as_me:7561: \"$ac_link\"") >&5 |
7562 (eval $ac_link) 2>&5 | |
7563 ac_status=$? | |
7564 echo "$as_me:7564: \$? = $ac_status" >&5 | |
41148 | 7565 (exit $ac_status); } && |
7566 { ac_try='test -s conftest$ac_exeext' | |
41675 | 7567 { (eval echo "$as_me:7567: \"$ac_try\"") >&5 |
7568 (eval $ac_try) 2>&5 | |
7569 ac_status=$? | |
7570 echo "$as_me:7570: \$? = $ac_status" >&5 | |
40056 | 7571 (exit $ac_status); }; }; then |
25897 | 7572 emacs_cv_netdb_declares_h_errno=yes |
7573 else | |
40056 | 7574 echo "$as_me: failed program was:" >&5 |
7575 cat conftest.$ac_ext >&5 | |
7576 emacs_cv_netdb_declares_h_errno=no | |
7577 fi | |
7578 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
7579 fi | |
41675 | 7580 echo "$as_me:7580: result: $emacs_cv_netdb_declares_h_errno" >&5 |
40056 | 7581 echo "${ECHO_T}$emacs_cv_netdb_declares_h_errno" >&6 |
25897 | 7582 if test $emacs_cv_netdb_declares_h_errno = yes; then |
40056 | 7583 cat >>confdefs.h <<\EOF |
25897 | 7584 #define HAVE_H_ERRNO 1 |
7585 EOF | |
7586 | |
7587 fi | |
7588 | |
7589 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works | |
7590 # for constant arguments. Useless! | |
41675 | 7591 echo "$as_me:7591: checking for working alloca.h" >&5 |
40056 | 7592 echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6 |
7593 if test "${ac_cv_working_alloca_h+set}" = set; then | |
7594 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
7595 else | |
7596 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 7597 #line 7597 "configure" |
25897 | 7598 #include "confdefs.h" |
7599 #include <alloca.h> | |
40056 | 7600 int |
7601 main () | |
7602 { | |
7603 char *p = (char *) alloca (2 * sizeof (int)); | |
7604 ; | |
7605 return 0; | |
7606 } | |
7607 _ACEOF | |
7608 rm -f conftest.$ac_objext conftest$ac_exeext | |
41675 | 7609 if { (eval echo "$as_me:7609: \"$ac_link\"") >&5 |
7610 (eval $ac_link) 2>&5 | |
7611 ac_status=$? | |
7612 echo "$as_me:7612: \$? = $ac_status" >&5 | |
41148 | 7613 (exit $ac_status); } && |
7614 { ac_try='test -s conftest$ac_exeext' | |
41675 | 7615 { (eval echo "$as_me:7615: \"$ac_try\"") >&5 |
7616 (eval $ac_try) 2>&5 | |
7617 ac_status=$? | |
7618 echo "$as_me:7618: \$? = $ac_status" >&5 | |
40056 | 7619 (exit $ac_status); }; }; then |
7620 ac_cv_working_alloca_h=yes | |
7621 else | |
7622 echo "$as_me: failed program was:" >&5 | |
7623 cat conftest.$ac_ext >&5 | |
7624 ac_cv_working_alloca_h=no | |
7625 fi | |
7626 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
7627 fi | |
41675 | 7628 echo "$as_me:7628: result: $ac_cv_working_alloca_h" >&5 |
40056 | 7629 echo "${ECHO_T}$ac_cv_working_alloca_h" >&6 |
7630 if test $ac_cv_working_alloca_h = yes; then | |
7631 | |
7632 cat >>confdefs.h <<\EOF | |
25897 | 7633 #define HAVE_ALLOCA_H 1 |
7634 EOF | |
7635 | |
7636 fi | |
7637 | |
41675 | 7638 echo "$as_me:7638: checking for alloca" >&5 |
40056 | 7639 echo $ECHO_N "checking for alloca... $ECHO_C" >&6 |
7640 if test "${ac_cv_func_alloca_works+set}" = set; then | |
7641 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
7642 else | |
7643 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 7644 #line 7644 "configure" |
40056 | 7645 #include "confdefs.h" |
25897 | 7646 #ifdef __GNUC__ |
7647 # define alloca __builtin_alloca | |
7648 #else | |
27205 | 7649 # ifdef _MSC_VER |
7650 # include <malloc.h> | |
7651 # define alloca _alloca | |
25897 | 7652 # else |
27205 | 7653 # if HAVE_ALLOCA_H |
7654 # include <alloca.h> | |
25897 | 7655 # else |
27205 | 7656 # ifdef _AIX |
7657 #pragma alloca | |
7658 # else | |
7659 # ifndef alloca /* predefined by HP cc +Olibcalls */ | |
25897 | 7660 char *alloca (); |
27205 | 7661 # endif |
25897 | 7662 # endif |
7663 # endif | |
7664 # endif | |
7665 #endif | |
7666 | |
40056 | 7667 int |
7668 main () | |
7669 { | |
7670 char *p = (char *) alloca (1); | |
7671 ; | |
7672 return 0; | |
7673 } | |
7674 _ACEOF | |
7675 rm -f conftest.$ac_objext conftest$ac_exeext | |
41675 | 7676 if { (eval echo "$as_me:7676: \"$ac_link\"") >&5 |
7677 (eval $ac_link) 2>&5 | |
7678 ac_status=$? | |
7679 echo "$as_me:7679: \$? = $ac_status" >&5 | |
41148 | 7680 (exit $ac_status); } && |
7681 { ac_try='test -s conftest$ac_exeext' | |
41675 | 7682 { (eval echo "$as_me:7682: \"$ac_try\"") >&5 |
7683 (eval $ac_try) 2>&5 | |
7684 ac_status=$? | |
7685 echo "$as_me:7685: \$? = $ac_status" >&5 | |
40056 | 7686 (exit $ac_status); }; }; then |
25897 | 7687 ac_cv_func_alloca_works=yes |
7688 else | |
40056 | 7689 echo "$as_me: failed program was:" >&5 |
7690 cat conftest.$ac_ext >&5 | |
7691 ac_cv_func_alloca_works=no | |
7692 fi | |
7693 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
7694 fi | |
41675 | 7695 echo "$as_me:7695: result: $ac_cv_func_alloca_works" >&5 |
40056 | 7696 echo "${ECHO_T}$ac_cv_func_alloca_works" >&6 |
7697 | |
25897 | 7698 if test $ac_cv_func_alloca_works = yes; then |
40056 | 7699 |
7700 cat >>confdefs.h <<\EOF | |
25897 | 7701 #define HAVE_ALLOCA 1 |
7702 EOF | |
7703 | |
40056 | 7704 else |
25897 | 7705 # The SVR3 libPW and SVR4 libucb both contain incompatible functions |
40056 | 7706 # that cause trouble. Some versions do not even contain alloca or |
7707 # contain a buggy version. If you still want to use their alloca, | |
7708 # use ar to extract alloca.o from them instead of compiling alloca.c. | |
7709 | |
7710 ALLOCA=alloca.$ac_objext | |
7711 | |
7712 cat >>confdefs.h <<\EOF | |
25897 | 7713 #define C_ALLOCA 1 |
7714 EOF | |
7715 | |
41675 | 7716 echo "$as_me:7716: checking whether \`alloca.c' needs Cray hooks" >&5 |
40056 | 7717 echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6 |
7718 if test "${ac_cv_os_cray+set}" = set; then | |
7719 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
7720 else | |
7721 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 7722 #line 7722 "configure" |
25897 | 7723 #include "confdefs.h" |
7724 #if defined(CRAY) && ! defined(CRAY2) | |
7725 webecray | |
7726 #else | |
7727 wenotbecray | |
7728 #endif | |
7729 | |
40056 | 7730 _ACEOF |
25897 | 7731 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
7732 egrep "webecray" >/dev/null 2>&1; then | |
7733 ac_cv_os_cray=yes | |
7734 else | |
7735 ac_cv_os_cray=no | |
7736 fi | |
7737 rm -f conftest* | |
7738 | |
7739 fi | |
41675 | 7740 echo "$as_me:7740: result: $ac_cv_os_cray" >&5 |
40056 | 7741 echo "${ECHO_T}$ac_cv_os_cray" >&6 |
25897 | 7742 if test $ac_cv_os_cray = yes; then |
40056 | 7743 for ac_func in _getb67 GETB67 getb67; do |
7744 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
41675 | 7745 echo "$as_me:7745: checking for $ac_func" >&5 |
40056 | 7746 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 |
7747 if eval "test \"\${$as_ac_var+set}\" = set"; then | |
7748 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
7749 else | |
7750 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 7751 #line 7751 "configure" |
25897 | 7752 #include "confdefs.h" |
7753 /* System header to define __stub macros and hopefully few prototypes, | |
40056 | 7754 which can conflict with char $ac_func (); below. */ |
25897 | 7755 #include <assert.h> |
7756 /* Override any gcc2 internal prototype to avoid an error. */ | |
40056 | 7757 #ifdef __cplusplus |
7758 extern "C" | |
7759 #endif | |
25897 | 7760 /* We use char because int might match the return type of a gcc2 |
40056 | 7761 builtin and then its argument prototype would still apply. */ |
7762 char $ac_func (); | |
7763 char (*f) (); | |
7764 | |
7765 int | |
7766 main () | |
7767 { | |
25897 | 7768 /* The GNU C library defines this for functions which it implements |
7769 to always fail with ENOSYS. Some functions are actually named | |
7770 something starting with __ and the normal name is an alias. */ | |
7771 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
7772 choke me | |
7773 #else | |
40056 | 7774 f = $ac_func; |
7775 #endif | |
7776 | |
7777 ; | |
7778 return 0; | |
7779 } | |
7780 _ACEOF | |
7781 rm -f conftest.$ac_objext conftest$ac_exeext | |
41675 | 7782 if { (eval echo "$as_me:7782: \"$ac_link\"") >&5 |
7783 (eval $ac_link) 2>&5 | |
7784 ac_status=$? | |
7785 echo "$as_me:7785: \$? = $ac_status" >&5 | |
41148 | 7786 (exit $ac_status); } && |
7787 { ac_try='test -s conftest$ac_exeext' | |
41675 | 7788 { (eval echo "$as_me:7788: \"$ac_try\"") >&5 |
7789 (eval $ac_try) 2>&5 | |
7790 ac_status=$? | |
7791 echo "$as_me:7791: \$? = $ac_status" >&5 | |
40056 | 7792 (exit $ac_status); }; }; then |
7793 eval "$as_ac_var=yes" | |
7794 else | |
7795 echo "$as_me: failed program was:" >&5 | |
7796 cat conftest.$ac_ext >&5 | |
7797 eval "$as_ac_var=no" | |
7798 fi | |
7799 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
7800 fi | |
41675 | 7801 echo "$as_me:7801: result: `eval echo '${'$as_ac_var'}'`" >&5 |
40056 | 7802 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 |
7803 if test `eval echo '${'$as_ac_var'}'` = yes; then | |
7804 | |
7805 cat >>confdefs.h <<EOF | |
25897 | 7806 #define CRAY_STACKSEG_END $ac_func |
7807 EOF | |
7808 | |
40056 | 7809 break |
7810 fi | |
7811 | |
7812 done | |
7813 fi | |
7814 | |
41675 | 7815 echo "$as_me:7815: checking stack direction for C alloca" >&5 |
40056 | 7816 echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6 |
7817 if test "${ac_cv_c_stack_direction+set}" = set; then | |
7818 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
25897 | 7819 else |
7820 if test "$cross_compiling" = yes; then | |
7821 ac_cv_c_stack_direction=0 | |
7822 else | |
40056 | 7823 cat >conftest.$ac_ext <<_ACEOF |
41675 | 7824 #line 7824 "configure" |
40056 | 7825 #include "confdefs.h" |
7826 int | |
25897 | 7827 find_stack_direction () |
7828 { | |
7829 static char *addr = 0; | |
7830 auto char dummy; | |
7831 if (addr == 0) | |
7832 { | |
7833 addr = &dummy; | |
7834 return find_stack_direction (); | |
7835 } | |
7836 else | |
7837 return (&dummy > addr) ? 1 : -1; | |
7838 } | |
40056 | 7839 |
7840 int | |
7841 main () | |
7842 { | |
7843 exit (find_stack_direction () < 0); | |
7844 } | |
7845 _ACEOF | |
7846 rm -f conftest$ac_exeext | |
41675 | 7847 if { (eval echo "$as_me:7847: \"$ac_link\"") >&5 |
7848 (eval $ac_link) 2>&5 | |
7849 ac_status=$? | |
7850 echo "$as_me:7850: \$? = $ac_status" >&5 | |
40056 | 7851 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
41675 | 7852 { (eval echo "$as_me:7852: \"$ac_try\"") >&5 |
7853 (eval $ac_try) 2>&5 | |
7854 ac_status=$? | |
7855 echo "$as_me:7855: \$? = $ac_status" >&5 | |
40056 | 7856 (exit $ac_status); }; }; then |
25897 | 7857 ac_cv_c_stack_direction=1 |
7858 else | |
40056 | 7859 echo "$as_me: program exited with status $ac_status" >&5 |
7860 echo "$as_me: failed program was:" >&5 | |
7861 cat conftest.$ac_ext >&5 | |
7862 ac_cv_c_stack_direction=-1 | |
7863 fi | |
7864 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | |
7865 fi | |
7866 fi | |
41675 | 7867 echo "$as_me:7867: result: $ac_cv_c_stack_direction" >&5 |
40056 | 7868 echo "${ECHO_T}$ac_cv_c_stack_direction" >&6 |
7869 | |
7870 cat >>confdefs.h <<EOF | |
25897 | 7871 #define STACK_DIRECTION $ac_cv_c_stack_direction |
7872 EOF | |
7873 | |
7874 fi | |
7875 | |
7876 # fmod, logb, and frexp are found in -lm on most systems. | |
7877 # On HPUX 9.01, -lm does not contain logb, so check for sqrt. | |
40056 | 7878 |
41675 | 7879 echo "$as_me:7879: checking for sqrt in -lm" >&5 |
40056 | 7880 echo $ECHO_N "checking for sqrt in -lm... $ECHO_C" >&6 |
7881 if test "${ac_cv_lib_m_sqrt+set}" = set; then | |
7882 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
7883 else | |
7884 ac_check_lib_save_LIBS=$LIBS | |
25897 | 7885 LIBS="-lm $LIBS" |
40056 | 7886 cat >conftest.$ac_ext <<_ACEOF |
41675 | 7887 #line 7887 "configure" |
40056 | 7888 #include "confdefs.h" |
7889 | |
25897 | 7890 /* Override any gcc2 internal prototype to avoid an error. */ |
40056 | 7891 #ifdef __cplusplus |
7892 extern "C" | |
7893 #endif | |
25897 | 7894 /* We use char because int might match the return type of a gcc2 |
40056 | 7895 builtin and then its argument prototype would still apply. */ |
7896 char sqrt (); | |
7897 int | |
7898 main () | |
7899 { | |
7900 sqrt (); | |
7901 ; | |
7902 return 0; | |
7903 } | |
7904 _ACEOF | |
7905 rm -f conftest.$ac_objext conftest$ac_exeext | |
41675 | 7906 if { (eval echo "$as_me:7906: \"$ac_link\"") >&5 |
7907 (eval $ac_link) 2>&5 | |
7908 ac_status=$? | |
7909 echo "$as_me:7909: \$? = $ac_status" >&5 | |
41148 | 7910 (exit $ac_status); } && |
7911 { ac_try='test -s conftest$ac_exeext' | |
41675 | 7912 { (eval echo "$as_me:7912: \"$ac_try\"") >&5 |
7913 (eval $ac_try) 2>&5 | |
7914 ac_status=$? | |
7915 echo "$as_me:7915: \$? = $ac_status" >&5 | |
40056 | 7916 (exit $ac_status); }; }; then |
7917 ac_cv_lib_m_sqrt=yes | |
7918 else | |
7919 echo "$as_me: failed program was:" >&5 | |
7920 cat conftest.$ac_ext >&5 | |
7921 ac_cv_lib_m_sqrt=no | |
7922 fi | |
7923 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
7924 LIBS=$ac_check_lib_save_LIBS | |
7925 fi | |
41675 | 7926 echo "$as_me:7926: result: $ac_cv_lib_m_sqrt" >&5 |
40056 | 7927 echo "${ECHO_T}$ac_cv_lib_m_sqrt" >&6 |
7928 if test $ac_cv_lib_m_sqrt = yes; then | |
7929 cat >>confdefs.h <<EOF | |
7930 #define HAVE_LIBM 1 | |
25897 | 7931 EOF |
7932 | |
7933 LIBS="-lm $LIBS" | |
7934 | |
40056 | 7935 fi |
25897 | 7936 |
7937 # Check for mail-locking functions in a "mail" library | |
40056 | 7938 |
41675 | 7939 echo "$as_me:7939: checking for maillock in -lmail" >&5 |
40056 | 7940 echo $ECHO_N "checking for maillock in -lmail... $ECHO_C" >&6 |
7941 if test "${ac_cv_lib_mail_maillock+set}" = set; then | |
7942 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
7943 else | |
7944 ac_check_lib_save_LIBS=$LIBS | |
25897 | 7945 LIBS="-lmail $LIBS" |
40056 | 7946 cat >conftest.$ac_ext <<_ACEOF |
41675 | 7947 #line 7947 "configure" |
40056 | 7948 #include "confdefs.h" |
7949 | |
25897 | 7950 /* Override any gcc2 internal prototype to avoid an error. */ |
40056 | 7951 #ifdef __cplusplus |
7952 extern "C" | |
7953 #endif | |
25897 | 7954 /* We use char because int might match the return type of a gcc2 |
40056 | 7955 builtin and then its argument prototype would still apply. */ |
7956 char maillock (); | |
7957 int | |
7958 main () | |
7959 { | |
7960 maillock (); | |
7961 ; | |
7962 return 0; | |
7963 } | |
7964 _ACEOF | |
7965 rm -f conftest.$ac_objext conftest$ac_exeext | |
41675 | 7966 if { (eval echo "$as_me:7966: \"$ac_link\"") >&5 |
7967 (eval $ac_link) 2>&5 | |
7968 ac_status=$? | |
7969 echo "$as_me:7969: \$? = $ac_status" >&5 | |
41148 | 7970 (exit $ac_status); } && |
7971 { ac_try='test -s conftest$ac_exeext' | |
41675 | 7972 { (eval echo "$as_me:7972: \"$ac_try\"") >&5 |
7973 (eval $ac_try) 2>&5 | |
7974 ac_status=$? | |
7975 echo "$as_me:7975: \$? = $ac_status" >&5 | |
40056 | 7976 (exit $ac_status); }; }; then |
7977 ac_cv_lib_mail_maillock=yes | |
7978 else | |
7979 echo "$as_me: failed program was:" >&5 | |
7980 cat conftest.$ac_ext >&5 | |
7981 ac_cv_lib_mail_maillock=no | |
7982 fi | |
7983 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
7984 LIBS=$ac_check_lib_save_LIBS | |
7985 fi | |
41675 | 7986 echo "$as_me:7986: result: $ac_cv_lib_mail_maillock" >&5 |
40056 | 7987 echo "${ECHO_T}$ac_cv_lib_mail_maillock" >&6 |
7988 if test $ac_cv_lib_mail_maillock = yes; then | |
7989 cat >>confdefs.h <<EOF | |
7990 #define HAVE_LIBMAIL 1 | |
25897 | 7991 EOF |
7992 | |
7993 LIBS="-lmail $LIBS" | |
7994 | |
40056 | 7995 fi |
7996 | |
41675 | 7997 echo "$as_me:7997: checking for maillock in -llockfile" >&5 |
40056 | 7998 echo $ECHO_N "checking for maillock in -llockfile... $ECHO_C" >&6 |
7999 if test "${ac_cv_lib_lockfile_maillock+set}" = set; then | |
8000 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
8001 else | |
8002 ac_check_lib_save_LIBS=$LIBS | |
25897 | 8003 LIBS="-llockfile $LIBS" |
40056 | 8004 cat >conftest.$ac_ext <<_ACEOF |
41675 | 8005 #line 8005 "configure" |
40056 | 8006 #include "confdefs.h" |
8007 | |
25897 | 8008 /* Override any gcc2 internal prototype to avoid an error. */ |
40056 | 8009 #ifdef __cplusplus |
8010 extern "C" | |
8011 #endif | |
25897 | 8012 /* We use char because int might match the return type of a gcc2 |
40056 | 8013 builtin and then its argument prototype would still apply. */ |
8014 char maillock (); | |
8015 int | |
8016 main () | |
8017 { | |
8018 maillock (); | |
8019 ; | |
8020 return 0; | |
8021 } | |
8022 _ACEOF | |
8023 rm -f conftest.$ac_objext conftest$ac_exeext | |
41675 | 8024 if { (eval echo "$as_me:8024: \"$ac_link\"") >&5 |
8025 (eval $ac_link) 2>&5 | |
8026 ac_status=$? | |
8027 echo "$as_me:8027: \$? = $ac_status" >&5 | |
41148 | 8028 (exit $ac_status); } && |
8029 { ac_try='test -s conftest$ac_exeext' | |
41675 | 8030 { (eval echo "$as_me:8030: \"$ac_try\"") >&5 |
8031 (eval $ac_try) 2>&5 | |
8032 ac_status=$? | |
8033 echo "$as_me:8033: \$? = $ac_status" >&5 | |
40056 | 8034 (exit $ac_status); }; }; then |
8035 ac_cv_lib_lockfile_maillock=yes | |
8036 else | |
8037 echo "$as_me: failed program was:" >&5 | |
8038 cat conftest.$ac_ext >&5 | |
8039 ac_cv_lib_lockfile_maillock=no | |
8040 fi | |
8041 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
8042 LIBS=$ac_check_lib_save_LIBS | |
8043 fi | |
41675 | 8044 echo "$as_me:8044: result: $ac_cv_lib_lockfile_maillock" >&5 |
40056 | 8045 echo "${ECHO_T}$ac_cv_lib_lockfile_maillock" >&6 |
8046 if test $ac_cv_lib_lockfile_maillock = yes; then | |
8047 cat >>confdefs.h <<EOF | |
8048 #define HAVE_LIBLOCKFILE 1 | |
25897 | 8049 EOF |
8050 | |
8051 LIBS="-llockfile $LIBS" | |
8052 | |
8053 fi | |
8054 | |
8055 # If we have the shared liblockfile, assume we must use it for mail | |
8056 # locking (e.g. Debian). If we couldn't link against liblockfile | |
8057 # (no liblockfile.a installed), ensure that we don't need to. | |
8058 if test "$ac_cv_lib_lockfile_maillock" = no; then | |
8059 # Extract the first word of "liblockfile.so", so it can be a program name with args. | |
8060 set dummy liblockfile.so; ac_word=$2 | |
41675 | 8061 echo "$as_me:8061: checking for $ac_word" >&5 |
40056 | 8062 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 |
8063 if test "${ac_cv_prog_liblockfile+set}" = set; then | |
8064 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
25897 | 8065 else |
8066 if test -n "$liblockfile"; then | |
8067 ac_cv_prog_liblockfile="$liblockfile" # Let the user override the test. | |
8068 else | |
40056 | 8069 ac_save_IFS=$IFS; IFS=$ac_path_separator |
8070 ac_dummy="/usr/lib:/lib:/usr/local/lib:$LD_LIBRARY_PATH" | |
8071 for ac_dir in $ac_dummy; do | |
8072 IFS=$ac_save_IFS | |
8073 test -z "$ac_dir" && ac_dir=. | |
8074 $as_executable_p "$ac_dir/$ac_word" || continue | |
8075 ac_cv_prog_liblockfile="yes" | |
41675 | 8076 echo "$as_me:8076: found $ac_dir/$ac_word" >&5 |
40056 | 8077 break |
8078 done | |
8079 | |
25897 | 8080 test -z "$ac_cv_prog_liblockfile" && ac_cv_prog_liblockfile="no" |
8081 fi | |
8082 fi | |
40056 | 8083 liblockfile=$ac_cv_prog_liblockfile |
25897 | 8084 if test -n "$liblockfile"; then |
41675 | 8085 echo "$as_me:8085: result: $liblockfile" >&5 |
40056 | 8086 echo "${ECHO_T}$liblockfile" >&6 |
8087 else | |
41675 | 8088 echo "$as_me:8088: result: no" >&5 |
40056 | 8089 echo "${ECHO_T}no" >&6 |
25897 | 8090 fi |
8091 | |
8092 if test $ac_cv_prog_liblockfile = yes; then | |
41675 | 8093 { { echo "$as_me:8093: error: Shared liblockfile found but can't link against it. |
25897 | 8094 This probably means that movemail could lose mail. |
40056 | 8095 There may be a \`development' package to install containing liblockfile." >&5 |
8096 echo "$as_me: error: Shared liblockfile found but can't link against it. | |
8097 This probably means that movemail could lose mail. | |
8098 There may be a \`development' package to install containing liblockfile." >&2;} | |
8099 { (exit 1); exit 1; }; } | |
8100 else cat >>confdefs.h <<\EOF | |
25897 | 8101 #define LIBMAIL -llockfile |
8102 EOF | |
8103 | |
8104 fi | |
8105 else : | |
8106 fi | |
40056 | 8107 |
25897 | 8108 for ac_func in touchlock |
8109 do | |
40056 | 8110 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
41675 | 8111 echo "$as_me:8111: checking for $ac_func" >&5 |
40056 | 8112 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 |
8113 if eval "test \"\${$as_ac_var+set}\" = set"; then | |
8114 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
8115 else | |
8116 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 8117 #line 8117 "configure" |
25897 | 8118 #include "confdefs.h" |
8119 /* System header to define __stub macros and hopefully few prototypes, | |
40056 | 8120 which can conflict with char $ac_func (); below. */ |
25897 | 8121 #include <assert.h> |
8122 /* Override any gcc2 internal prototype to avoid an error. */ | |
40056 | 8123 #ifdef __cplusplus |
8124 extern "C" | |
8125 #endif | |
25897 | 8126 /* We use char because int might match the return type of a gcc2 |
40056 | 8127 builtin and then its argument prototype would still apply. */ |
8128 char $ac_func (); | |
8129 char (*f) (); | |
8130 | |
8131 int | |
8132 main () | |
8133 { | |
25897 | 8134 /* The GNU C library defines this for functions which it implements |
8135 to always fail with ENOSYS. Some functions are actually named | |
8136 something starting with __ and the normal name is an alias. */ | |
8137 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
8138 choke me | |
8139 #else | |
40056 | 8140 f = $ac_func; |
8141 #endif | |
8142 | |
8143 ; | |
8144 return 0; | |
8145 } | |
8146 _ACEOF | |
8147 rm -f conftest.$ac_objext conftest$ac_exeext | |
41675 | 8148 if { (eval echo "$as_me:8148: \"$ac_link\"") >&5 |
8149 (eval $ac_link) 2>&5 | |
8150 ac_status=$? | |
8151 echo "$as_me:8151: \$? = $ac_status" >&5 | |
41148 | 8152 (exit $ac_status); } && |
8153 { ac_try='test -s conftest$ac_exeext' | |
41675 | 8154 { (eval echo "$as_me:8154: \"$ac_try\"") >&5 |
8155 (eval $ac_try) 2>&5 | |
8156 ac_status=$? | |
8157 echo "$as_me:8157: \$? = $ac_status" >&5 | |
40056 | 8158 (exit $ac_status); }; }; then |
8159 eval "$as_ac_var=yes" | |
8160 else | |
8161 echo "$as_me: failed program was:" >&5 | |
8162 cat conftest.$ac_ext >&5 | |
8163 eval "$as_ac_var=no" | |
8164 fi | |
8165 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
8166 fi | |
41675 | 8167 echo "$as_me:8167: result: `eval echo '${'$as_ac_var'}'`" >&5 |
40056 | 8168 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 |
8169 if test `eval echo '${'$as_ac_var'}'` = yes; then | |
8170 cat >>confdefs.h <<EOF | |
8171 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
8172 EOF | |
8173 | |
25897 | 8174 fi |
8175 done | |
8176 | |
40056 | 8177 for ac_header in maillock.h |
25897 | 8178 do |
40056 | 8179 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
41675 | 8180 echo "$as_me:8180: checking for $ac_header" >&5 |
40056 | 8181 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
8182 if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
8183 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
8184 else | |
8185 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 8186 #line 8186 "configure" |
40056 | 8187 #include "confdefs.h" |
8188 #include <$ac_header> | |
8189 _ACEOF | |
41675 | 8190 if { (eval echo "$as_me:8190: \"$ac_cpp conftest.$ac_ext\"") >&5 |
40056 | 8191 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
8192 ac_status=$? | |
8193 egrep -v '^ *\+' conftest.er1 >conftest.err | |
8194 rm -f conftest.er1 | |
8195 cat conftest.err >&5 | |
41675 | 8196 echo "$as_me:8196: \$? = $ac_status" >&5 |
40056 | 8197 (exit $ac_status); } >/dev/null; then |
8198 if test -s conftest.err; then | |
8199 ac_cpp_err=$ac_c_preproc_warn_flag | |
8200 else | |
8201 ac_cpp_err= | |
8202 fi | |
8203 else | |
8204 ac_cpp_err=yes | |
8205 fi | |
8206 if test -z "$ac_cpp_err"; then | |
8207 eval "$as_ac_Header=yes" | |
8208 else | |
8209 echo "$as_me: failed program was:" >&5 | |
25897 | 8210 cat conftest.$ac_ext >&5 |
40056 | 8211 eval "$as_ac_Header=no" |
8212 fi | |
8213 rm -f conftest.err conftest.$ac_ext | |
8214 fi | |
41675 | 8215 echo "$as_me:8215: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
40056 | 8216 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
8217 if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
8218 cat >>confdefs.h <<EOF | |
8219 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
8220 EOF | |
8221 | |
25897 | 8222 fi |
8223 done | |
8224 | |
29906 | 8225 for ac_func in gethostname getdomainname dup2 \ |
25897 | 8226 rename closedir mkdir rmdir sysinfo \ |
8227 random lrand48 bcopy bcmp logb frexp fmod rint cbrt ftime res_init setsid \ | |
8228 strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \ | |
29733 | 8229 utimes setrlimit setpgid getcwd getwd shutdown strftime getaddrinfo \ |
33286 | 8230 __fpending mblen mbrlen strsignal setitimer ualarm index rindex \ |
8231 gai_strerror mkstemp | |
25897 | 8232 do |
40056 | 8233 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
41675 | 8234 echo "$as_me:8234: checking for $ac_func" >&5 |
40056 | 8235 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 |
8236 if eval "test \"\${$as_ac_var+set}\" = set"; then | |
8237 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
8238 else | |
8239 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 8240 #line 8240 "configure" |
25897 | 8241 #include "confdefs.h" |
8242 /* System header to define __stub macros and hopefully few prototypes, | |
40056 | 8243 which can conflict with char $ac_func (); below. */ |
25897 | 8244 #include <assert.h> |
8245 /* Override any gcc2 internal prototype to avoid an error. */ | |
40056 | 8246 #ifdef __cplusplus |
8247 extern "C" | |
8248 #endif | |
25897 | 8249 /* We use char because int might match the return type of a gcc2 |
40056 | 8250 builtin and then its argument prototype would still apply. */ |
8251 char $ac_func (); | |
8252 char (*f) (); | |
8253 | |
8254 int | |
8255 main () | |
8256 { | |
25897 | 8257 /* The GNU C library defines this for functions which it implements |
8258 to always fail with ENOSYS. Some functions are actually named | |
8259 something starting with __ and the normal name is an alias. */ | |
8260 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
8261 choke me | |
8262 #else | |
40056 | 8263 f = $ac_func; |
8264 #endif | |
8265 | |
8266 ; | |
8267 return 0; | |
8268 } | |
8269 _ACEOF | |
8270 rm -f conftest.$ac_objext conftest$ac_exeext | |
41675 | 8271 if { (eval echo "$as_me:8271: \"$ac_link\"") >&5 |
8272 (eval $ac_link) 2>&5 | |
8273 ac_status=$? | |
8274 echo "$as_me:8274: \$? = $ac_status" >&5 | |
41148 | 8275 (exit $ac_status); } && |
8276 { ac_try='test -s conftest$ac_exeext' | |
41675 | 8277 { (eval echo "$as_me:8277: \"$ac_try\"") >&5 |
8278 (eval $ac_try) 2>&5 | |
8279 ac_status=$? | |
8280 echo "$as_me:8280: \$? = $ac_status" >&5 | |
40056 | 8281 (exit $ac_status); }; }; then |
8282 eval "$as_ac_var=yes" | |
8283 else | |
8284 echo "$as_me: failed program was:" >&5 | |
8285 cat conftest.$ac_ext >&5 | |
8286 eval "$as_ac_var=no" | |
8287 fi | |
8288 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
8289 fi | |
41675 | 8290 echo "$as_me:8290: result: `eval echo '${'$as_ac_var'}'`" >&5 |
40056 | 8291 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 |
8292 if test `eval echo '${'$as_ac_var'}'` = yes; then | |
8293 cat >>confdefs.h <<EOF | |
8294 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
8295 EOF | |
8296 | |
25897 | 8297 fi |
8298 done | |
8299 | |
40056 | 8300 for ac_header in sys/time.h unistd.h |
28607 | 8301 do |
40056 | 8302 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
41675 | 8303 echo "$as_me:8303: checking for $ac_header" >&5 |
40056 | 8304 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
8305 if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
8306 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
8307 else | |
8308 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 8309 #line 8309 "configure" |
40056 | 8310 #include "confdefs.h" |
8311 #include <$ac_header> | |
8312 _ACEOF | |
41675 | 8313 if { (eval echo "$as_me:8313: \"$ac_cpp conftest.$ac_ext\"") >&5 |
40056 | 8314 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
8315 ac_status=$? | |
8316 egrep -v '^ *\+' conftest.er1 >conftest.err | |
8317 rm -f conftest.er1 | |
8318 cat conftest.err >&5 | |
41675 | 8319 echo "$as_me:8319: \$? = $ac_status" >&5 |
40056 | 8320 (exit $ac_status); } >/dev/null; then |
8321 if test -s conftest.err; then | |
8322 ac_cpp_err=$ac_c_preproc_warn_flag | |
8323 else | |
8324 ac_cpp_err= | |
8325 fi | |
8326 else | |
8327 ac_cpp_err=yes | |
8328 fi | |
8329 if test -z "$ac_cpp_err"; then | |
8330 eval "$as_ac_Header=yes" | |
8331 else | |
8332 echo "$as_me: failed program was:" >&5 | |
28607 | 8333 cat conftest.$ac_ext >&5 |
40056 | 8334 eval "$as_ac_Header=no" |
8335 fi | |
8336 rm -f conftest.err conftest.$ac_ext | |
8337 fi | |
41675 | 8338 echo "$as_me:8338: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
40056 | 8339 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
8340 if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
8341 cat >>confdefs.h <<EOF | |
8342 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
8343 EOF | |
8344 | |
28607 | 8345 fi |
8346 done | |
8347 | |
8348 for ac_func in alarm | |
8349 do | |
40056 | 8350 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
41675 | 8351 echo "$as_me:8351: checking for $ac_func" >&5 |
40056 | 8352 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 |
8353 if eval "test \"\${$as_ac_var+set}\" = set"; then | |
8354 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
8355 else | |
8356 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 8357 #line 8357 "configure" |
28607 | 8358 #include "confdefs.h" |
8359 /* System header to define __stub macros and hopefully few prototypes, | |
40056 | 8360 which can conflict with char $ac_func (); below. */ |
28607 | 8361 #include <assert.h> |
8362 /* Override any gcc2 internal prototype to avoid an error. */ | |
40056 | 8363 #ifdef __cplusplus |
8364 extern "C" | |
8365 #endif | |
28607 | 8366 /* We use char because int might match the return type of a gcc2 |
40056 | 8367 builtin and then its argument prototype would still apply. */ |
8368 char $ac_func (); | |
8369 char (*f) (); | |
8370 | |
8371 int | |
8372 main () | |
8373 { | |
28607 | 8374 /* The GNU C library defines this for functions which it implements |
8375 to always fail with ENOSYS. Some functions are actually named | |
8376 something starting with __ and the normal name is an alias. */ | |
8377 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
8378 choke me | |
8379 #else | |
40056 | 8380 f = $ac_func; |
8381 #endif | |
8382 | |
8383 ; | |
8384 return 0; | |
8385 } | |
8386 _ACEOF | |
8387 rm -f conftest.$ac_objext conftest$ac_exeext | |
41675 | 8388 if { (eval echo "$as_me:8388: \"$ac_link\"") >&5 |
8389 (eval $ac_link) 2>&5 | |
8390 ac_status=$? | |
8391 echo "$as_me:8391: \$? = $ac_status" >&5 | |
41148 | 8392 (exit $ac_status); } && |
8393 { ac_try='test -s conftest$ac_exeext' | |
41675 | 8394 { (eval echo "$as_me:8394: \"$ac_try\"") >&5 |
8395 (eval $ac_try) 2>&5 | |
8396 ac_status=$? | |
8397 echo "$as_me:8397: \$? = $ac_status" >&5 | |
40056 | 8398 (exit $ac_status); }; }; then |
8399 eval "$as_ac_var=yes" | |
8400 else | |
8401 echo "$as_me: failed program was:" >&5 | |
8402 cat conftest.$ac_ext >&5 | |
8403 eval "$as_ac_var=no" | |
8404 fi | |
8405 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
8406 fi | |
41675 | 8407 echo "$as_me:8407: result: `eval echo '${'$as_ac_var'}'`" >&5 |
40056 | 8408 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 |
8409 if test `eval echo '${'$as_ac_var'}'` = yes; then | |
8410 cat >>confdefs.h <<EOF | |
8411 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
8412 EOF | |
8413 | |
28607 | 8414 fi |
8415 done | |
8416 | |
41675 | 8417 echo "$as_me:8417: checking for working mktime" >&5 |
40056 | 8418 echo $ECHO_N "checking for working mktime... $ECHO_C" >&6 |
8419 if test "${ac_cv_func_working_mktime+set}" = set; then | |
8420 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
28607 | 8421 else |
8422 if test "$cross_compiling" = yes; then | |
8423 ac_cv_func_working_mktime=no | |
8424 else | |
40056 | 8425 cat >conftest.$ac_ext <<_ACEOF |
41675 | 8426 #line 8426 "configure" |
40056 | 8427 #include "confdefs.h" |
8428 /* Test program from Paul Eggert and Tony Leneis. */ | |
28607 | 8429 #if TIME_WITH_SYS_TIME |
8430 # include <sys/time.h> | |
8431 # include <time.h> | |
8432 #else | |
8433 # if HAVE_SYS_TIME_H | |
8434 # include <sys/time.h> | |
8435 # else | |
8436 # include <time.h> | |
8437 # endif | |
8438 #endif | |
8439 | |
8440 #if HAVE_UNISTD_H | |
8441 # include <unistd.h> | |
8442 #endif | |
8443 | |
8444 #if !HAVE_ALARM | |
8445 # define alarm(X) /* empty */ | |
8446 #endif | |
8447 | |
8448 /* Work around redefinition to rpl_putenv by other config tests. */ | |
8449 #undef putenv | |
8450 | |
8451 static time_t time_t_max; | |
8452 | |
8453 /* Values we'll use to set the TZ environment variable. */ | |
8454 static const char *const tz_strings[] = { | |
8455 (const char *) 0, "TZ=GMT0", "TZ=JST-9", | |
8456 "TZ=EST+3EDT+2,M10.1.0/00:00:00,M2.3.0/00:00:00" | |
8457 }; | |
8458 #define N_STRINGS (sizeof (tz_strings) / sizeof (tz_strings[0])) | |
8459 | |
8460 /* Fail if mktime fails to convert a date in the spring-forward gap. | |
8461 Based on a problem report from Andreas Jaeger. */ | |
8462 static void | |
8463 spring_forward_gap () | |
8464 { | |
40056 | 8465 /* glibc (up to about 1998-10-07) failed this test. */ |
28607 | 8466 struct tm tm; |
8467 | |
8468 /* Use the portable POSIX.1 specification "TZ=PST8PDT,M4.1.0,M10.5.0" | |
8469 instead of "TZ=America/Vancouver" in order to detect the bug even | |
8470 on systems that don't support the Olson extension, or don't have the | |
8471 full zoneinfo tables installed. */ | |
8472 putenv ("TZ=PST8PDT,M4.1.0,M10.5.0"); | |
8473 | |
8474 tm.tm_year = 98; | |
8475 tm.tm_mon = 3; | |
8476 tm.tm_mday = 5; | |
8477 tm.tm_hour = 2; | |
8478 tm.tm_min = 0; | |
8479 tm.tm_sec = 0; | |
8480 tm.tm_isdst = -1; | |
8481 if (mktime (&tm) == (time_t)-1) | |
8482 exit (1); | |
8483 } | |
8484 | |
8485 static void | |
8486 mktime_test (now) | |
8487 time_t now; | |
8488 { | |
8489 struct tm *lt; | |
8490 if ((lt = localtime (&now)) && mktime (lt) != now) | |
8491 exit (1); | |
8492 now = time_t_max - now; | |
8493 if ((lt = localtime (&now)) && mktime (lt) != now) | |
8494 exit (1); | |
8495 } | |
8496 | |
8497 static void | |
8498 irix_6_4_bug () | |
8499 { | |
8500 /* Based on code from Ariel Faigon. */ | |
8501 struct tm tm; | |
8502 tm.tm_year = 96; | |
8503 tm.tm_mon = 3; | |
8504 tm.tm_mday = 0; | |
8505 tm.tm_hour = 0; | |
8506 tm.tm_min = 0; | |
8507 tm.tm_sec = 0; | |
8508 tm.tm_isdst = -1; | |
8509 mktime (&tm); | |
8510 if (tm.tm_mon != 2 || tm.tm_mday != 31) | |
8511 exit (1); | |
8512 } | |
8513 | |
8514 static void | |
8515 bigtime_test (j) | |
8516 int j; | |
8517 { | |
8518 struct tm tm; | |
8519 time_t now; | |
8520 tm.tm_year = tm.tm_mon = tm.tm_mday = tm.tm_hour = tm.tm_min = tm.tm_sec = j; | |
8521 now = mktime (&tm); | |
8522 if (now != (time_t) -1) | |
8523 { | |
8524 struct tm *lt = localtime (&now); | |
8525 if (! (lt | |
8526 && lt->tm_year == tm.tm_year | |
8527 && lt->tm_mon == tm.tm_mon | |
8528 && lt->tm_mday == tm.tm_mday | |
8529 && lt->tm_hour == tm.tm_hour | |
8530 && lt->tm_min == tm.tm_min | |
8531 && lt->tm_sec == tm.tm_sec | |
8532 && lt->tm_yday == tm.tm_yday | |
8533 && lt->tm_wday == tm.tm_wday | |
8534 && ((lt->tm_isdst < 0 ? -1 : 0 < lt->tm_isdst) | |
8535 == (tm.tm_isdst < 0 ? -1 : 0 < tm.tm_isdst)))) | |
8536 exit (1); | |
8537 } | |
8538 } | |
8539 | |
8540 int | |
8541 main () | |
8542 { | |
8543 time_t t, delta; | |
8544 int i, j; | |
8545 | |
8546 /* This test makes some buggy mktime implementations loop. | |
8547 Give up after 60 seconds; a mktime slower than that | |
8548 isn't worth using anyway. */ | |
8549 alarm (60); | |
8550 | |
8551 for (time_t_max = 1; 0 < time_t_max; time_t_max *= 2) | |
8552 continue; | |
8553 time_t_max--; | |
8554 delta = time_t_max / 997; /* a suitable prime number */ | |
8555 for (i = 0; i < N_STRINGS; i++) | |
8556 { | |
8557 if (tz_strings[i]) | |
8558 putenv (tz_strings[i]); | |
8559 | |
8560 for (t = 0; t <= time_t_max - delta; t += delta) | |
8561 mktime_test (t); | |
8562 mktime_test ((time_t) 60 * 60); | |
8563 mktime_test ((time_t) 60 * 60 * 24); | |
8564 | |
8565 for (j = 1; 0 < j; j *= 2) | |
8566 bigtime_test (j); | |
8567 bigtime_test (j - 1); | |
8568 } | |
8569 irix_6_4_bug (); | |
8570 spring_forward_gap (); | |
8571 exit (0); | |
8572 } | |
40056 | 8573 _ACEOF |
8574 rm -f conftest$ac_exeext | |
41675 | 8575 if { (eval echo "$as_me:8575: \"$ac_link\"") >&5 |
8576 (eval $ac_link) 2>&5 | |
8577 ac_status=$? | |
8578 echo "$as_me:8578: \$? = $ac_status" >&5 | |
40056 | 8579 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
41675 | 8580 { (eval echo "$as_me:8580: \"$ac_try\"") >&5 |
8581 (eval $ac_try) 2>&5 | |
8582 ac_status=$? | |
8583 echo "$as_me:8583: \$? = $ac_status" >&5 | |
40056 | 8584 (exit $ac_status); }; }; then |
28607 | 8585 ac_cv_func_working_mktime=yes |
8586 else | |
40056 | 8587 echo "$as_me: program exited with status $ac_status" >&5 |
8588 echo "$as_me: failed program was:" >&5 | |
8589 cat conftest.$ac_ext >&5 | |
8590 ac_cv_func_working_mktime=no | |
8591 fi | |
8592 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | |
8593 fi | |
8594 fi | |
41675 | 8595 echo "$as_me:8595: result: $ac_cv_func_working_mktime" >&5 |
40056 | 8596 echo "${ECHO_T}$ac_cv_func_working_mktime" >&6 |
28607 | 8597 if test $ac_cv_func_working_mktime = no; then |
40056 | 8598 LIBOBJS="$LIBOBJS mktime.$ac_objext" |
28607 | 8599 fi |
8600 | |
8601 if test "$ac_cv_func_working_mktime" = no; then | |
40056 | 8602 cat >>confdefs.h <<\EOF |
28607 | 8603 #define BROKEN_MKTIME 1 |
8604 EOF | |
8605 | |
8606 fi | |
8607 | |
29834 | 8608 ac_have_func=no # yes means we've found a way to get the load average. |
8609 | |
40056 | 8610 ac_save_LIBS=$LIBS |
8611 | |
8612 # Check for getloadavg, but be sure not to touch the cache variable. | |
41675 | 8613 (echo "$as_me:8613: checking for getloadavg" >&5 |
40056 | 8614 echo $ECHO_N "checking for getloadavg... $ECHO_C" >&6 |
8615 if test "${ac_cv_func_getloadavg+set}" = set; then | |
8616 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
8617 else | |
8618 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 8619 #line 8619 "configure" |
40056 | 8620 #include "confdefs.h" |
8621 /* System header to define __stub macros and hopefully few prototypes, | |
8622 which can conflict with char getloadavg (); below. */ | |
8623 #include <assert.h> | |
8624 /* Override any gcc2 internal prototype to avoid an error. */ | |
8625 #ifdef __cplusplus | |
8626 extern "C" | |
8627 #endif | |
8628 /* We use char because int might match the return type of a gcc2 | |
8629 builtin and then its argument prototype would still apply. */ | |
8630 char getloadavg (); | |
8631 char (*f) (); | |
8632 | |
8633 int | |
8634 main () | |
8635 { | |
8636 /* The GNU C library defines this for functions which it implements | |
8637 to always fail with ENOSYS. Some functions are actually named | |
8638 something starting with __ and the normal name is an alias. */ | |
8639 #if defined (__stub_getloadavg) || defined (__stub___getloadavg) | |
8640 choke me | |
8641 #else | |
8642 f = getloadavg; | |
8643 #endif | |
8644 | |
8645 ; | |
8646 return 0; | |
8647 } | |
8648 _ACEOF | |
8649 rm -f conftest.$ac_objext conftest$ac_exeext | |
41675 | 8650 if { (eval echo "$as_me:8650: \"$ac_link\"") >&5 |
8651 (eval $ac_link) 2>&5 | |
8652 ac_status=$? | |
8653 echo "$as_me:8653: \$? = $ac_status" >&5 | |
41148 | 8654 (exit $ac_status); } && |
8655 { ac_try='test -s conftest$ac_exeext' | |
41675 | 8656 { (eval echo "$as_me:8656: \"$ac_try\"") >&5 |
8657 (eval $ac_try) 2>&5 | |
8658 ac_status=$? | |
8659 echo "$as_me:8659: \$? = $ac_status" >&5 | |
40056 | 8660 (exit $ac_status); }; }; then |
8661 ac_cv_func_getloadavg=yes | |
8662 else | |
8663 echo "$as_me: failed program was:" >&5 | |
8664 cat conftest.$ac_ext >&5 | |
8665 ac_cv_func_getloadavg=no | |
8666 fi | |
8667 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
8668 fi | |
41675 | 8669 echo "$as_me:8669: result: $ac_cv_func_getloadavg" >&5 |
40056 | 8670 echo "${ECHO_T}$ac_cv_func_getloadavg" >&6 |
8671 if test $ac_cv_func_getloadavg = yes; then | |
8672 exit 0 | |
8673 else | |
8674 exit 1 | |
8675 fi | |
8676 ) && ac_have_func=yes | |
8677 | |
8678 # On HPUX9, an unprivileged user can get load averages through this function. | |
8679 | |
8680 for ac_func in pstat_getdynamic | |
8681 do | |
8682 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
41675 | 8683 echo "$as_me:8683: checking for $ac_func" >&5 |
40056 | 8684 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 |
8685 if eval "test \"\${$as_ac_var+set}\" = set"; then | |
8686 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
8687 else | |
8688 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 8689 #line 8689 "configure" |
40056 | 8690 #include "confdefs.h" |
8691 /* System header to define __stub macros and hopefully few prototypes, | |
8692 which can conflict with char $ac_func (); below. */ | |
8693 #include <assert.h> | |
8694 /* Override any gcc2 internal prototype to avoid an error. */ | |
8695 #ifdef __cplusplus | |
8696 extern "C" | |
8697 #endif | |
8698 /* We use char because int might match the return type of a gcc2 | |
8699 builtin and then its argument prototype would still apply. */ | |
8700 char $ac_func (); | |
8701 char (*f) (); | |
8702 | |
8703 int | |
8704 main () | |
8705 { | |
8706 /* The GNU C library defines this for functions which it implements | |
8707 to always fail with ENOSYS. Some functions are actually named | |
8708 something starting with __ and the normal name is an alias. */ | |
8709 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
8710 choke me | |
8711 #else | |
8712 f = $ac_func; | |
8713 #endif | |
8714 | |
8715 ; | |
8716 return 0; | |
8717 } | |
8718 _ACEOF | |
8719 rm -f conftest.$ac_objext conftest$ac_exeext | |
41675 | 8720 if { (eval echo "$as_me:8720: \"$ac_link\"") >&5 |
8721 (eval $ac_link) 2>&5 | |
8722 ac_status=$? | |
8723 echo "$as_me:8723: \$? = $ac_status" >&5 | |
41148 | 8724 (exit $ac_status); } && |
8725 { ac_try='test -s conftest$ac_exeext' | |
41675 | 8726 { (eval echo "$as_me:8726: \"$ac_try\"") >&5 |
8727 (eval $ac_try) 2>&5 | |
8728 ac_status=$? | |
8729 echo "$as_me:8729: \$? = $ac_status" >&5 | |
40056 | 8730 (exit $ac_status); }; }; then |
8731 eval "$as_ac_var=yes" | |
8732 else | |
8733 echo "$as_me: failed program was:" >&5 | |
8734 cat conftest.$ac_ext >&5 | |
8735 eval "$as_ac_var=no" | |
8736 fi | |
8737 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
8738 fi | |
41675 | 8739 echo "$as_me:8739: result: `eval echo '${'$as_ac_var'}'`" >&5 |
40056 | 8740 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 |
8741 if test `eval echo '${'$as_ac_var'}'` = yes; then | |
8742 cat >>confdefs.h <<EOF | |
8743 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
8744 EOF | |
8745 | |
8746 fi | |
8747 done | |
8748 | |
8749 # Solaris has libkstat which does not require root. | |
8750 | |
41675 | 8751 echo "$as_me:8751: checking for kstat_open in -lkstat" >&5 |
40056 | 8752 echo $ECHO_N "checking for kstat_open in -lkstat... $ECHO_C" >&6 |
8753 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then | |
8754 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
8755 else | |
8756 ac_check_lib_save_LIBS=$LIBS | |
8757 LIBS="-lkstat $LIBS" | |
8758 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 8759 #line 8759 "configure" |
40056 | 8760 #include "confdefs.h" |
8761 | |
8762 /* Override any gcc2 internal prototype to avoid an error. */ | |
8763 #ifdef __cplusplus | |
8764 extern "C" | |
8765 #endif | |
8766 /* We use char because int might match the return type of a gcc2 | |
8767 builtin and then its argument prototype would still apply. */ | |
8768 char kstat_open (); | |
8769 int | |
8770 main () | |
8771 { | |
8772 kstat_open (); | |
8773 ; | |
8774 return 0; | |
8775 } | |
8776 _ACEOF | |
8777 rm -f conftest.$ac_objext conftest$ac_exeext | |
41675 | 8778 if { (eval echo "$as_me:8778: \"$ac_link\"") >&5 |
8779 (eval $ac_link) 2>&5 | |
8780 ac_status=$? | |
8781 echo "$as_me:8781: \$? = $ac_status" >&5 | |
41148 | 8782 (exit $ac_status); } && |
8783 { ac_try='test -s conftest$ac_exeext' | |
41675 | 8784 { (eval echo "$as_me:8784: \"$ac_try\"") >&5 |
8785 (eval $ac_try) 2>&5 | |
8786 ac_status=$? | |
8787 echo "$as_me:8787: \$? = $ac_status" >&5 | |
40056 | 8788 (exit $ac_status); }; }; then |
8789 ac_cv_lib_kstat_kstat_open=yes | |
8790 else | |
8791 echo "$as_me: failed program was:" >&5 | |
8792 cat conftest.$ac_ext >&5 | |
8793 ac_cv_lib_kstat_kstat_open=no | |
8794 fi | |
8795 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
8796 LIBS=$ac_check_lib_save_LIBS | |
8797 fi | |
41675 | 8798 echo "$as_me:8798: result: $ac_cv_lib_kstat_kstat_open" >&5 |
40056 | 8799 echo "${ECHO_T}$ac_cv_lib_kstat_kstat_open" >&6 |
8800 if test $ac_cv_lib_kstat_kstat_open = yes; then | |
8801 cat >>confdefs.h <<EOF | |
8802 #define HAVE_LIBKSTAT 1 | |
8803 EOF | |
8804 | |
8805 LIBS="-lkstat $LIBS" | |
8806 | |
8807 fi | |
8808 | |
8809 test $ac_cv_lib_kstat_kstat_open = yes && ac_have_func=yes | |
8810 | |
29834 | 8811 # Some systems with -lutil have (and need) -lkvm as well, some do not. |
8812 # On Solaris, -lkvm requires nlist from -lelf, so check that first | |
8813 # to get the right answer into the cache. | |
40056 | 8814 # For kstat on solaris, we need libelf to force the definition of SVR4 below. |
8815 if test $ac_have_func = no; then | |
41675 | 8816 echo "$as_me:8816: checking for elf_begin in -lelf" >&5 |
40056 | 8817 echo $ECHO_N "checking for elf_begin in -lelf... $ECHO_C" >&6 |
8818 if test "${ac_cv_lib_elf_elf_begin+set}" = set; then | |
8819 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
8820 else | |
8821 ac_check_lib_save_LIBS=$LIBS | |
29834 | 8822 LIBS="-lelf $LIBS" |
40056 | 8823 cat >conftest.$ac_ext <<_ACEOF |
41675 | 8824 #line 8824 "configure" |
40056 | 8825 #include "confdefs.h" |
8826 | |
29834 | 8827 /* Override any gcc2 internal prototype to avoid an error. */ |
40056 | 8828 #ifdef __cplusplus |
8829 extern "C" | |
8830 #endif | |
29834 | 8831 /* We use char because int might match the return type of a gcc2 |
40056 | 8832 builtin and then its argument prototype would still apply. */ |
8833 char elf_begin (); | |
8834 int | |
8835 main () | |
8836 { | |
8837 elf_begin (); | |
8838 ; | |
8839 return 0; | |
8840 } | |
8841 _ACEOF | |
8842 rm -f conftest.$ac_objext conftest$ac_exeext | |
41675 | 8843 if { (eval echo "$as_me:8843: \"$ac_link\"") >&5 |
8844 (eval $ac_link) 2>&5 | |
8845 ac_status=$? | |
8846 echo "$as_me:8846: \$? = $ac_status" >&5 | |
41148 | 8847 (exit $ac_status); } && |
8848 { ac_try='test -s conftest$ac_exeext' | |
41675 | 8849 { (eval echo "$as_me:8849: \"$ac_try\"") >&5 |
8850 (eval $ac_try) 2>&5 | |
8851 ac_status=$? | |
8852 echo "$as_me:8852: \$? = $ac_status" >&5 | |
40056 | 8853 (exit $ac_status); }; }; then |
8854 ac_cv_lib_elf_elf_begin=yes | |
8855 else | |
8856 echo "$as_me: failed program was:" >&5 | |
8857 cat conftest.$ac_ext >&5 | |
8858 ac_cv_lib_elf_elf_begin=no | |
8859 fi | |
8860 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
8861 LIBS=$ac_check_lib_save_LIBS | |
8862 fi | |
41675 | 8863 echo "$as_me:8863: result: $ac_cv_lib_elf_elf_begin" >&5 |
40056 | 8864 echo "${ECHO_T}$ac_cv_lib_elf_elf_begin" >&6 |
8865 if test $ac_cv_lib_elf_elf_begin = yes; then | |
29834 | 8866 LIBS="-lelf $LIBS" |
40056 | 8867 fi |
8868 | |
8869 fi | |
8870 if test $ac_have_func = no; then | |
41675 | 8871 echo "$as_me:8871: checking for kvm_open in -lkvm" >&5 |
40056 | 8872 echo $ECHO_N "checking for kvm_open in -lkvm... $ECHO_C" >&6 |
8873 if test "${ac_cv_lib_kvm_kvm_open+set}" = set; then | |
8874 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
8875 else | |
8876 ac_check_lib_save_LIBS=$LIBS | |
29834 | 8877 LIBS="-lkvm $LIBS" |
40056 | 8878 cat >conftest.$ac_ext <<_ACEOF |
41675 | 8879 #line 8879 "configure" |
40056 | 8880 #include "confdefs.h" |
8881 | |
29834 | 8882 /* Override any gcc2 internal prototype to avoid an error. */ |
40056 | 8883 #ifdef __cplusplus |
8884 extern "C" | |
8885 #endif | |
29834 | 8886 /* We use char because int might match the return type of a gcc2 |
40056 | 8887 builtin and then its argument prototype would still apply. */ |
8888 char kvm_open (); | |
8889 int | |
8890 main () | |
8891 { | |
8892 kvm_open (); | |
8893 ; | |
8894 return 0; | |
8895 } | |
8896 _ACEOF | |
8897 rm -f conftest.$ac_objext conftest$ac_exeext | |
41675 | 8898 if { (eval echo "$as_me:8898: \"$ac_link\"") >&5 |
8899 (eval $ac_link) 2>&5 | |
8900 ac_status=$? | |
8901 echo "$as_me:8901: \$? = $ac_status" >&5 | |
41148 | 8902 (exit $ac_status); } && |
8903 { ac_try='test -s conftest$ac_exeext' | |
41675 | 8904 { (eval echo "$as_me:8904: \"$ac_try\"") >&5 |
8905 (eval $ac_try) 2>&5 | |
8906 ac_status=$? | |
8907 echo "$as_me:8907: \$? = $ac_status" >&5 | |
40056 | 8908 (exit $ac_status); }; }; then |
8909 ac_cv_lib_kvm_kvm_open=yes | |
8910 else | |
8911 echo "$as_me: failed program was:" >&5 | |
8912 cat conftest.$ac_ext >&5 | |
8913 ac_cv_lib_kvm_kvm_open=no | |
8914 fi | |
8915 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
8916 LIBS=$ac_check_lib_save_LIBS | |
8917 fi | |
41675 | 8918 echo "$as_me:8918: result: $ac_cv_lib_kvm_kvm_open" >&5 |
40056 | 8919 echo "${ECHO_T}$ac_cv_lib_kvm_kvm_open" >&6 |
8920 if test $ac_cv_lib_kvm_kvm_open = yes; then | |
29834 | 8921 LIBS="-lkvm $LIBS" |
40056 | 8922 fi |
8923 | |
8924 # Check for the 4.4BSD definition of getloadavg. | |
41675 | 8925 echo "$as_me:8925: checking for getloadavg in -lutil" >&5 |
40056 | 8926 echo $ECHO_N "checking for getloadavg in -lutil... $ECHO_C" >&6 |
8927 if test "${ac_cv_lib_util_getloadavg+set}" = set; then | |
8928 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
8929 else | |
8930 ac_check_lib_save_LIBS=$LIBS | |
29834 | 8931 LIBS="-lutil $LIBS" |
40056 | 8932 cat >conftest.$ac_ext <<_ACEOF |
41675 | 8933 #line 8933 "configure" |
40056 | 8934 #include "confdefs.h" |
8935 | |
29834 | 8936 /* Override any gcc2 internal prototype to avoid an error. */ |
40056 | 8937 #ifdef __cplusplus |
8938 extern "C" | |
8939 #endif | |
29834 | 8940 /* We use char because int might match the return type of a gcc2 |
40056 | 8941 builtin and then its argument prototype would still apply. */ |
8942 char getloadavg (); | |
8943 int | |
8944 main () | |
8945 { | |
8946 getloadavg (); | |
8947 ; | |
8948 return 0; | |
8949 } | |
8950 _ACEOF | |
8951 rm -f conftest.$ac_objext conftest$ac_exeext | |
41675 | 8952 if { (eval echo "$as_me:8952: \"$ac_link\"") >&5 |
8953 (eval $ac_link) 2>&5 | |
8954 ac_status=$? | |
8955 echo "$as_me:8955: \$? = $ac_status" >&5 | |
41148 | 8956 (exit $ac_status); } && |
8957 { ac_try='test -s conftest$ac_exeext' | |
41675 | 8958 { (eval echo "$as_me:8958: \"$ac_try\"") >&5 |
8959 (eval $ac_try) 2>&5 | |
8960 ac_status=$? | |
8961 echo "$as_me:8961: \$? = $ac_status" >&5 | |
40056 | 8962 (exit $ac_status); }; }; then |
8963 ac_cv_lib_util_getloadavg=yes | |
8964 else | |
8965 echo "$as_me: failed program was:" >&5 | |
8966 cat conftest.$ac_ext >&5 | |
8967 ac_cv_lib_util_getloadavg=no | |
8968 fi | |
8969 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
8970 LIBS=$ac_check_lib_save_LIBS | |
8971 fi | |
41675 | 8972 echo "$as_me:8972: result: $ac_cv_lib_util_getloadavg" >&5 |
40056 | 8973 echo "${ECHO_T}$ac_cv_lib_util_getloadavg" >&6 |
8974 if test $ac_cv_lib_util_getloadavg = yes; then | |
29834 | 8975 LIBS="-lutil $LIBS" ac_have_func=yes ac_cv_func_getloadavg_setgid=yes |
40056 | 8976 fi |
8977 | |
8978 fi | |
29834 | 8979 |
8980 if test $ac_have_func = no; then | |
8981 # There is a commonly available library for RS/6000 AIX. | |
8982 # Since it is not a standard part of AIX, it might be installed locally. | |
40056 | 8983 ac_getloadavg_LIBS=$LIBS |
8984 LIBS="-L/usr/local/lib $LIBS" | |
41675 | 8985 echo "$as_me:8985: checking for getloadavg in -lgetloadavg" >&5 |
40056 | 8986 echo $ECHO_N "checking for getloadavg in -lgetloadavg... $ECHO_C" >&6 |
8987 if test "${ac_cv_lib_getloadavg_getloadavg+set}" = set; then | |
8988 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
8989 else | |
8990 ac_check_lib_save_LIBS=$LIBS | |
29834 | 8991 LIBS="-lgetloadavg $LIBS" |
40056 | 8992 cat >conftest.$ac_ext <<_ACEOF |
41675 | 8993 #line 8993 "configure" |
40056 | 8994 #include "confdefs.h" |
8995 | |
29834 | 8996 /* Override any gcc2 internal prototype to avoid an error. */ |
40056 | 8997 #ifdef __cplusplus |
8998 extern "C" | |
8999 #endif | |
29834 | 9000 /* We use char because int might match the return type of a gcc2 |
40056 | 9001 builtin and then its argument prototype would still apply. */ |
9002 char getloadavg (); | |
9003 int | |
9004 main () | |
9005 { | |
9006 getloadavg (); | |
9007 ; | |
9008 return 0; | |
9009 } | |
9010 _ACEOF | |
9011 rm -f conftest.$ac_objext conftest$ac_exeext | |
41675 | 9012 if { (eval echo "$as_me:9012: \"$ac_link\"") >&5 |
9013 (eval $ac_link) 2>&5 | |
9014 ac_status=$? | |
9015 echo "$as_me:9015: \$? = $ac_status" >&5 | |
41148 | 9016 (exit $ac_status); } && |
9017 { ac_try='test -s conftest$ac_exeext' | |
41675 | 9018 { (eval echo "$as_me:9018: \"$ac_try\"") >&5 |
9019 (eval $ac_try) 2>&5 | |
9020 ac_status=$? | |
9021 echo "$as_me:9021: \$? = $ac_status" >&5 | |
40056 | 9022 (exit $ac_status); }; }; then |
9023 ac_cv_lib_getloadavg_getloadavg=yes | |
9024 else | |
9025 echo "$as_me: failed program was:" >&5 | |
9026 cat conftest.$ac_ext >&5 | |
9027 ac_cv_lib_getloadavg_getloadavg=no | |
9028 fi | |
9029 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
9030 LIBS=$ac_check_lib_save_LIBS | |
9031 fi | |
41675 | 9032 echo "$as_me:9032: result: $ac_cv_lib_getloadavg_getloadavg" >&5 |
40056 | 9033 echo "${ECHO_T}$ac_cv_lib_getloadavg_getloadavg" >&6 |
9034 if test $ac_cv_lib_getloadavg_getloadavg = yes; then | |
29834 | 9035 LIBS="-lgetloadavg $LIBS" |
9036 else | |
40056 | 9037 LIBS=$ac_getloadavg_LIBS |
9038 fi | |
9039 | |
9040 fi | |
9041 | |
9042 # Make sure it is really in the library, if we think we found it, | |
9043 # otherwise set up the replacement function. | |
9044 | |
29834 | 9045 for ac_func in getloadavg |
9046 do | |
40056 | 9047 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
41675 | 9048 echo "$as_me:9048: checking for $ac_func" >&5 |
40056 | 9049 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 |
9050 if eval "test \"\${$as_ac_var+set}\" = set"; then | |
9051 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
9052 else | |
9053 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 9054 #line 9054 "configure" |
29834 | 9055 #include "confdefs.h" |
9056 /* System header to define __stub macros and hopefully few prototypes, | |
40056 | 9057 which can conflict with char $ac_func (); below. */ |
29834 | 9058 #include <assert.h> |
9059 /* Override any gcc2 internal prototype to avoid an error. */ | |
40056 | 9060 #ifdef __cplusplus |
9061 extern "C" | |
9062 #endif | |
29834 | 9063 /* We use char because int might match the return type of a gcc2 |
40056 | 9064 builtin and then its argument prototype would still apply. */ |
9065 char $ac_func (); | |
9066 char (*f) (); | |
9067 | |
9068 int | |
9069 main () | |
9070 { | |
29834 | 9071 /* The GNU C library defines this for functions which it implements |
9072 to always fail with ENOSYS. Some functions are actually named | |
9073 something starting with __ and the normal name is an alias. */ | |
9074 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
9075 choke me | |
9076 #else | |
40056 | 9077 f = $ac_func; |
9078 #endif | |
9079 | |
9080 ; | |
9081 return 0; | |
9082 } | |
9083 _ACEOF | |
9084 rm -f conftest.$ac_objext conftest$ac_exeext | |
41675 | 9085 if { (eval echo "$as_me:9085: \"$ac_link\"") >&5 |
9086 (eval $ac_link) 2>&5 | |
9087 ac_status=$? | |
9088 echo "$as_me:9088: \$? = $ac_status" >&5 | |
41148 | 9089 (exit $ac_status); } && |
9090 { ac_try='test -s conftest$ac_exeext' | |
41675 | 9091 { (eval echo "$as_me:9091: \"$ac_try\"") >&5 |
9092 (eval $ac_try) 2>&5 | |
9093 ac_status=$? | |
9094 echo "$as_me:9094: \$? = $ac_status" >&5 | |
40056 | 9095 (exit $ac_status); }; }; then |
9096 eval "$as_ac_var=yes" | |
9097 else | |
9098 echo "$as_me: failed program was:" >&5 | |
9099 cat conftest.$ac_ext >&5 | |
9100 eval "$as_ac_var=no" | |
9101 fi | |
9102 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
9103 fi | |
41675 | 9104 echo "$as_me:9104: result: `eval echo '${'$as_ac_var'}'`" >&5 |
40056 | 9105 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 |
9106 if test `eval echo '${'$as_ac_var'}'` = yes; then | |
9107 cat >>confdefs.h <<EOF | |
9108 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
9109 EOF | |
9110 | |
9111 else | |
9112 LIBOBJS="$LIBOBJS getloadavg.$ac_objext" | |
9113 | |
9114 cat >>confdefs.h <<\EOF | |
9115 #define C_GETLOADAVG 1 | |
9116 EOF | |
9117 | |
9118 # Figure out what our getloadavg.c needs. | |
9119 ac_have_func=no | |
41675 | 9120 echo "$as_me:9120: checking for sys/dg_sys_info.h" >&5 |
40056 | 9121 echo $ECHO_N "checking for sys/dg_sys_info.h... $ECHO_C" >&6 |
9122 if test "${ac_cv_header_sys_dg_sys_info_h+set}" = set; then | |
9123 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
9124 else | |
9125 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 9126 #line 9126 "configure" |
29834 | 9127 #include "confdefs.h" |
9128 #include <sys/dg_sys_info.h> | |
40056 | 9129 _ACEOF |
41675 | 9130 if { (eval echo "$as_me:9130: \"$ac_cpp conftest.$ac_ext\"") >&5 |
40056 | 9131 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
9132 ac_status=$? | |
9133 egrep -v '^ *\+' conftest.er1 >conftest.err | |
9134 rm -f conftest.er1 | |
9135 cat conftest.err >&5 | |
41675 | 9136 echo "$as_me:9136: \$? = $ac_status" >&5 |
40056 | 9137 (exit $ac_status); } >/dev/null; then |
9138 if test -s conftest.err; then | |
9139 ac_cpp_err=$ac_c_preproc_warn_flag | |
9140 else | |
9141 ac_cpp_err= | |
9142 fi | |
9143 else | |
9144 ac_cpp_err=yes | |
9145 fi | |
9146 if test -z "$ac_cpp_err"; then | |
9147 ac_cv_header_sys_dg_sys_info_h=yes | |
9148 else | |
9149 echo "$as_me: failed program was:" >&5 | |
29834 | 9150 cat conftest.$ac_ext >&5 |
40056 | 9151 ac_cv_header_sys_dg_sys_info_h=no |
9152 fi | |
9153 rm -f conftest.err conftest.$ac_ext | |
9154 fi | |
41675 | 9155 echo "$as_me:9155: result: $ac_cv_header_sys_dg_sys_info_h" >&5 |
40056 | 9156 echo "${ECHO_T}$ac_cv_header_sys_dg_sys_info_h" >&6 |
9157 if test $ac_cv_header_sys_dg_sys_info_h = yes; then | |
9158 ac_have_func=yes | |
9159 | |
9160 cat >>confdefs.h <<\EOF | |
29834 | 9161 #define DGUX 1 |
9162 EOF | |
9163 | |
41675 | 9164 echo "$as_me:9164: checking for dg_sys_info in -ldgc" >&5 |
40056 | 9165 echo $ECHO_N "checking for dg_sys_info in -ldgc... $ECHO_C" >&6 |
9166 if test "${ac_cv_lib_dgc_dg_sys_info+set}" = set; then | |
9167 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
9168 else | |
9169 ac_check_lib_save_LIBS=$LIBS | |
29834 | 9170 LIBS="-ldgc $LIBS" |
40056 | 9171 cat >conftest.$ac_ext <<_ACEOF |
41675 | 9172 #line 9172 "configure" |
40056 | 9173 #include "confdefs.h" |
9174 | |
29834 | 9175 /* Override any gcc2 internal prototype to avoid an error. */ |
40056 | 9176 #ifdef __cplusplus |
9177 extern "C" | |
9178 #endif | |
29834 | 9179 /* We use char because int might match the return type of a gcc2 |
40056 | 9180 builtin and then its argument prototype would still apply. */ |
9181 char dg_sys_info (); | |
9182 int | |
9183 main () | |
9184 { | |
9185 dg_sys_info (); | |
9186 ; | |
9187 return 0; | |
9188 } | |
9189 _ACEOF | |
9190 rm -f conftest.$ac_objext conftest$ac_exeext | |
41675 | 9191 if { (eval echo "$as_me:9191: \"$ac_link\"") >&5 |
9192 (eval $ac_link) 2>&5 | |
9193 ac_status=$? | |
9194 echo "$as_me:9194: \$? = $ac_status" >&5 | |
41148 | 9195 (exit $ac_status); } && |
9196 { ac_try='test -s conftest$ac_exeext' | |
41675 | 9197 { (eval echo "$as_me:9197: \"$ac_try\"") >&5 |
9198 (eval $ac_try) 2>&5 | |
9199 ac_status=$? | |
9200 echo "$as_me:9200: \$? = $ac_status" >&5 | |
40056 | 9201 (exit $ac_status); }; }; then |
9202 ac_cv_lib_dgc_dg_sys_info=yes | |
9203 else | |
9204 echo "$as_me: failed program was:" >&5 | |
9205 cat conftest.$ac_ext >&5 | |
9206 ac_cv_lib_dgc_dg_sys_info=no | |
9207 fi | |
9208 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
9209 LIBS=$ac_check_lib_save_LIBS | |
9210 fi | |
41675 | 9211 echo "$as_me:9211: result: $ac_cv_lib_dgc_dg_sys_info" >&5 |
40056 | 9212 echo "${ECHO_T}$ac_cv_lib_dgc_dg_sys_info" >&6 |
9213 if test $ac_cv_lib_dgc_dg_sys_info = yes; then | |
9214 cat >>confdefs.h <<EOF | |
9215 #define HAVE_LIBDGC 1 | |
29834 | 9216 EOF |
9217 | |
9218 LIBS="-ldgc $LIBS" | |
9219 | |
40056 | 9220 fi |
9221 | |
9222 fi | |
9223 | |
41675 | 9224 echo "$as_me:9224: checking for locale.h" >&5 |
40056 | 9225 echo $ECHO_N "checking for locale.h... $ECHO_C" >&6 |
9226 if test "${ac_cv_header_locale_h+set}" = set; then | |
9227 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
9228 else | |
9229 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 9230 #line 9230 "configure" |
40056 | 9231 #include "confdefs.h" |
9232 #include <locale.h> | |
9233 _ACEOF | |
41675 | 9234 if { (eval echo "$as_me:9234: \"$ac_cpp conftest.$ac_ext\"") >&5 |
40056 | 9235 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
9236 ac_status=$? | |
9237 egrep -v '^ *\+' conftest.er1 >conftest.err | |
9238 rm -f conftest.er1 | |
9239 cat conftest.err >&5 | |
41675 | 9240 echo "$as_me:9240: \$? = $ac_status" >&5 |
40056 | 9241 (exit $ac_status); } >/dev/null; then |
9242 if test -s conftest.err; then | |
9243 ac_cpp_err=$ac_c_preproc_warn_flag | |
9244 else | |
9245 ac_cpp_err= | |
9246 fi | |
9247 else | |
9248 ac_cpp_err=yes | |
9249 fi | |
9250 if test -z "$ac_cpp_err"; then | |
9251 ac_cv_header_locale_h=yes | |
9252 else | |
9253 echo "$as_me: failed program was:" >&5 | |
9254 cat conftest.$ac_ext >&5 | |
9255 ac_cv_header_locale_h=no | |
9256 fi | |
9257 rm -f conftest.err conftest.$ac_ext | |
9258 fi | |
41675 | 9259 echo "$as_me:9259: result: $ac_cv_header_locale_h" >&5 |
40056 | 9260 echo "${ECHO_T}$ac_cv_header_locale_h" >&6 |
9261 | |
9262 for ac_func in setlocale | |
9263 do | |
9264 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
41675 | 9265 echo "$as_me:9265: checking for $ac_func" >&5 |
40056 | 9266 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 |
9267 if eval "test \"\${$as_ac_var+set}\" = set"; then | |
9268 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
9269 else | |
9270 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 9271 #line 9271 "configure" |
40056 | 9272 #include "confdefs.h" |
9273 /* System header to define __stub macros and hopefully few prototypes, | |
9274 which can conflict with char $ac_func (); below. */ | |
9275 #include <assert.h> | |
9276 /* Override any gcc2 internal prototype to avoid an error. */ | |
9277 #ifdef __cplusplus | |
9278 extern "C" | |
9279 #endif | |
9280 /* We use char because int might match the return type of a gcc2 | |
9281 builtin and then its argument prototype would still apply. */ | |
9282 char $ac_func (); | |
9283 char (*f) (); | |
9284 | |
9285 int | |
9286 main () | |
9287 { | |
9288 /* The GNU C library defines this for functions which it implements | |
9289 to always fail with ENOSYS. Some functions are actually named | |
9290 something starting with __ and the normal name is an alias. */ | |
9291 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
9292 choke me | |
9293 #else | |
9294 f = $ac_func; | |
9295 #endif | |
9296 | |
9297 ; | |
9298 return 0; | |
9299 } | |
9300 _ACEOF | |
9301 rm -f conftest.$ac_objext conftest$ac_exeext | |
41675 | 9302 if { (eval echo "$as_me:9302: \"$ac_link\"") >&5 |
9303 (eval $ac_link) 2>&5 | |
9304 ac_status=$? | |
9305 echo "$as_me:9305: \$? = $ac_status" >&5 | |
41148 | 9306 (exit $ac_status); } && |
9307 { ac_try='test -s conftest$ac_exeext' | |
41675 | 9308 { (eval echo "$as_me:9308: \"$ac_try\"") >&5 |
9309 (eval $ac_try) 2>&5 | |
9310 ac_status=$? | |
9311 echo "$as_me:9311: \$? = $ac_status" >&5 | |
40056 | 9312 (exit $ac_status); }; }; then |
9313 eval "$as_ac_var=yes" | |
9314 else | |
9315 echo "$as_me: failed program was:" >&5 | |
9316 cat conftest.$ac_ext >&5 | |
9317 eval "$as_ac_var=no" | |
9318 fi | |
9319 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
9320 fi | |
41675 | 9321 echo "$as_me:9321: result: `eval echo '${'$as_ac_var'}'`" >&5 |
40056 | 9322 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 |
9323 if test `eval echo '${'$as_ac_var'}'` = yes; then | |
9324 cat >>confdefs.h <<EOF | |
9325 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
9326 EOF | |
9327 | |
9328 fi | |
9329 done | |
9330 | |
9331 # We cannot check for <dwarf.h>, because Solaris 2 does not use dwarf (it | |
9332 # uses stabs), but it is still SVR4. We cannot check for <elf.h> because | |
9333 # Irix 4.0.5F has the header but not the library. | |
9334 if test $ac_have_func = no && test "$ac_cv_lib_elf_elf_begin" = yes; then | |
9335 ac_have_func=yes | |
9336 | |
9337 cat >>confdefs.h <<\EOF | |
29834 | 9338 #define SVR4 1 |
9339 EOF | |
9340 | |
40056 | 9341 fi |
9342 | |
9343 if test $ac_have_func = no; then | |
41675 | 9344 echo "$as_me:9344: checking for inq_stats/cpustats.h" >&5 |
40056 | 9345 echo $ECHO_N "checking for inq_stats/cpustats.h... $ECHO_C" >&6 |
9346 if test "${ac_cv_header_inq_stats_cpustats_h+set}" = set; then | |
9347 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
9348 else | |
9349 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 9350 #line 9350 "configure" |
29834 | 9351 #include "confdefs.h" |
9352 #include <inq_stats/cpustats.h> | |
40056 | 9353 _ACEOF |
41675 | 9354 if { (eval echo "$as_me:9354: \"$ac_cpp conftest.$ac_ext\"") >&5 |
40056 | 9355 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
9356 ac_status=$? | |
9357 egrep -v '^ *\+' conftest.er1 >conftest.err | |
9358 rm -f conftest.er1 | |
9359 cat conftest.err >&5 | |
41675 | 9360 echo "$as_me:9360: \$? = $ac_status" >&5 |
40056 | 9361 (exit $ac_status); } >/dev/null; then |
9362 if test -s conftest.err; then | |
9363 ac_cpp_err=$ac_c_preproc_warn_flag | |
9364 else | |
9365 ac_cpp_err= | |
9366 fi | |
9367 else | |
9368 ac_cpp_err=yes | |
9369 fi | |
9370 if test -z "$ac_cpp_err"; then | |
9371 ac_cv_header_inq_stats_cpustats_h=yes | |
9372 else | |
9373 echo "$as_me: failed program was:" >&5 | |
29834 | 9374 cat conftest.$ac_ext >&5 |
40056 | 9375 ac_cv_header_inq_stats_cpustats_h=no |
9376 fi | |
9377 rm -f conftest.err conftest.$ac_ext | |
9378 fi | |
41675 | 9379 echo "$as_me:9379: result: $ac_cv_header_inq_stats_cpustats_h" >&5 |
40056 | 9380 echo "${ECHO_T}$ac_cv_header_inq_stats_cpustats_h" >&6 |
9381 if test $ac_cv_header_inq_stats_cpustats_h = yes; then | |
9382 ac_have_func=yes | |
9383 | |
9384 cat >>confdefs.h <<\EOF | |
29834 | 9385 #define UMAX 1 |
9386 EOF | |
9387 | |
40056 | 9388 cat >>confdefs.h <<\EOF |
29834 | 9389 #define UMAX4_3 1 |
9390 EOF | |
9391 | |
40056 | 9392 fi |
9393 | |
9394 fi | |
9395 | |
9396 if test $ac_have_func = no; then | |
41675 | 9397 echo "$as_me:9397: checking for sys/cpustats.h" >&5 |
40056 | 9398 echo $ECHO_N "checking for sys/cpustats.h... $ECHO_C" >&6 |
9399 if test "${ac_cv_header_sys_cpustats_h+set}" = set; then | |
9400 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
9401 else | |
9402 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 9403 #line 9403 "configure" |
29834 | 9404 #include "confdefs.h" |
9405 #include <sys/cpustats.h> | |
40056 | 9406 _ACEOF |
41675 | 9407 if { (eval echo "$as_me:9407: \"$ac_cpp conftest.$ac_ext\"") >&5 |
40056 | 9408 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
9409 ac_status=$? | |
9410 egrep -v '^ *\+' conftest.er1 >conftest.err | |
9411 rm -f conftest.er1 | |
9412 cat conftest.err >&5 | |
41675 | 9413 echo "$as_me:9413: \$? = $ac_status" >&5 |
40056 | 9414 (exit $ac_status); } >/dev/null; then |
9415 if test -s conftest.err; then | |
9416 ac_cpp_err=$ac_c_preproc_warn_flag | |
9417 else | |
9418 ac_cpp_err= | |
9419 fi | |
9420 else | |
9421 ac_cpp_err=yes | |
9422 fi | |
9423 if test -z "$ac_cpp_err"; then | |
9424 ac_cv_header_sys_cpustats_h=yes | |
9425 else | |
9426 echo "$as_me: failed program was:" >&5 | |
29834 | 9427 cat conftest.$ac_ext >&5 |
40056 | 9428 ac_cv_header_sys_cpustats_h=no |
9429 fi | |
9430 rm -f conftest.err conftest.$ac_ext | |
9431 fi | |
41675 | 9432 echo "$as_me:9432: result: $ac_cv_header_sys_cpustats_h" >&5 |
40056 | 9433 echo "${ECHO_T}$ac_cv_header_sys_cpustats_h" >&6 |
9434 if test $ac_cv_header_sys_cpustats_h = yes; then | |
9435 ac_have_func=yes; cat >>confdefs.h <<\EOF | |
29834 | 9436 #define UMAX 1 |
9437 EOF | |
9438 | |
40056 | 9439 fi |
9440 | |
9441 fi | |
9442 | |
9443 if test $ac_have_func = no; then | |
9444 | |
9445 for ac_header in mach/mach.h | |
29834 | 9446 do |
40056 | 9447 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
41675 | 9448 echo "$as_me:9448: checking for $ac_header" >&5 |
40056 | 9449 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
9450 if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
9451 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
9452 else | |
9453 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 9454 #line 9454 "configure" |
40056 | 9455 #include "confdefs.h" |
9456 #include <$ac_header> | |
9457 _ACEOF | |
41675 | 9458 if { (eval echo "$as_me:9458: \"$ac_cpp conftest.$ac_ext\"") >&5 |
40056 | 9459 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
9460 ac_status=$? | |
9461 egrep -v '^ *\+' conftest.er1 >conftest.err | |
9462 rm -f conftest.er1 | |
9463 cat conftest.err >&5 | |
41675 | 9464 echo "$as_me:9464: \$? = $ac_status" >&5 |
40056 | 9465 (exit $ac_status); } >/dev/null; then |
9466 if test -s conftest.err; then | |
9467 ac_cpp_err=$ac_c_preproc_warn_flag | |
9468 else | |
9469 ac_cpp_err= | |
9470 fi | |
9471 else | |
9472 ac_cpp_err=yes | |
9473 fi | |
9474 if test -z "$ac_cpp_err"; then | |
9475 eval "$as_ac_Header=yes" | |
9476 else | |
9477 echo "$as_me: failed program was:" >&5 | |
29834 | 9478 cat conftest.$ac_ext >&5 |
40056 | 9479 eval "$as_ac_Header=no" |
9480 fi | |
9481 rm -f conftest.err conftest.$ac_ext | |
9482 fi | |
41675 | 9483 echo "$as_me:9483: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
40056 | 9484 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
9485 if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
9486 cat >>confdefs.h <<EOF | |
9487 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
9488 EOF | |
9489 | |
29834 | 9490 fi |
9491 done | |
9492 | |
40056 | 9493 fi |
9494 | |
9495 for ac_header in nlist.h | |
9496 do | |
9497 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
41675 | 9498 echo "$as_me:9498: checking for $ac_header" >&5 |
40056 | 9499 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
9500 if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
9501 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
9502 else | |
9503 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 9504 #line 9504 "configure" |
40056 | 9505 #include "confdefs.h" |
9506 #include <$ac_header> | |
9507 _ACEOF | |
41675 | 9508 if { (eval echo "$as_me:9508: \"$ac_cpp conftest.$ac_ext\"") >&5 |
40056 | 9509 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
9510 ac_status=$? | |
9511 egrep -v '^ *\+' conftest.er1 >conftest.err | |
9512 rm -f conftest.er1 | |
9513 cat conftest.err >&5 | |
41675 | 9514 echo "$as_me:9514: \$? = $ac_status" >&5 |
40056 | 9515 (exit $ac_status); } >/dev/null; then |
9516 if test -s conftest.err; then | |
9517 ac_cpp_err=$ac_c_preproc_warn_flag | |
9518 else | |
9519 ac_cpp_err= | |
9520 fi | |
9521 else | |
9522 ac_cpp_err=yes | |
9523 fi | |
9524 if test -z "$ac_cpp_err"; then | |
9525 eval "$as_ac_Header=yes" | |
9526 else | |
9527 echo "$as_me: failed program was:" >&5 | |
9528 cat conftest.$ac_ext >&5 | |
9529 eval "$as_ac_Header=no" | |
9530 fi | |
9531 rm -f conftest.err conftest.$ac_ext | |
9532 fi | |
41675 | 9533 echo "$as_me:9533: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
40056 | 9534 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
9535 if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
9536 cat >>confdefs.h <<EOF | |
9537 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
9538 EOF | |
41675 | 9539 echo "$as_me:9539: checking for struct nlist.n_un.n_name" >&5 |
40056 | 9540 echo $ECHO_N "checking for struct nlist.n_un.n_name... $ECHO_C" >&6 |
9541 if test "${ac_cv_member_struct_nlist_n_un_n_name+set}" = set; then | |
9542 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
9543 else | |
9544 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 9545 #line 9545 "configure" |
29834 | 9546 #include "confdefs.h" |
9547 #include <nlist.h> | |
40056 | 9548 |
9549 int | |
9550 main () | |
9551 { | |
9552 static struct nlist ac_aggr; | |
9553 if (ac_aggr.n_un.n_name) | |
9554 return 0; | |
9555 ; | |
9556 return 0; | |
9557 } | |
9558 _ACEOF | |
9559 rm -f conftest.$ac_objext | |
41675 | 9560 if { (eval echo "$as_me:9560: \"$ac_compile\"") >&5 |
40056 | 9561 (eval $ac_compile) 2>&5 |
9562 ac_status=$? | |
41675 | 9563 echo "$as_me:9563: \$? = $ac_status" >&5 |
41148 | 9564 (exit $ac_status); } && |
9565 { ac_try='test -s conftest.$ac_objext' | |
41675 | 9566 { (eval echo "$as_me:9566: \"$ac_try\"") >&5 |
9567 (eval $ac_try) 2>&5 | |
9568 ac_status=$? | |
9569 echo "$as_me:9569: \$? = $ac_status" >&5 | |
40056 | 9570 (exit $ac_status); }; }; then |
9571 ac_cv_member_struct_nlist_n_un_n_name=yes | |
9572 else | |
9573 echo "$as_me: failed program was:" >&5 | |
9574 cat conftest.$ac_ext >&5 | |
9575 ac_cv_member_struct_nlist_n_un_n_name=no | |
9576 fi | |
9577 rm -f conftest.$ac_objext conftest.$ac_ext | |
9578 fi | |
41675 | 9579 echo "$as_me:9579: result: $ac_cv_member_struct_nlist_n_un_n_name" >&5 |
40056 | 9580 echo "${ECHO_T}$ac_cv_member_struct_nlist_n_un_n_name" >&6 |
9581 if test $ac_cv_member_struct_nlist_n_un_n_name = yes; then | |
9582 | |
9583 cat >>confdefs.h <<EOF | |
9584 #define HAVE_STRUCT_NLIST_N_UN_N_NAME 1 | |
9585 EOF | |
9586 | |
9587 cat >>confdefs.h <<\EOF | |
29834 | 9588 #define NLIST_NAME_UNION 1 |
9589 EOF | |
9590 | |
40056 | 9591 fi |
9592 | |
9593 fi | |
9594 done | |
9595 | |
9596 fi | |
9597 done | |
29834 | 9598 |
9599 # Some definitions of getloadavg require that the program be installed setgid. | |
41675 | 9600 echo "$as_me:9600: checking whether getloadavg requires setgid" >&5 |
40056 | 9601 echo $ECHO_N "checking whether getloadavg requires setgid... $ECHO_C" >&6 |
9602 if test "${ac_cv_func_getloadavg_setgid+set}" = set; then | |
9603 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
9604 else | |
9605 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 9606 #line 9606 "configure" |
29834 | 9607 #include "confdefs.h" |
9608 #include "$srcdir/getloadavg.c" | |
9609 #ifdef LDAV_PRIVILEGED | |
9610 Yowza Am I SETGID yet | |
9611 #endif | |
40056 | 9612 _ACEOF |
29834 | 9613 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
9614 egrep "Yowza Am I SETGID yet" >/dev/null 2>&1; then | |
9615 ac_cv_func_getloadavg_setgid=yes | |
9616 else | |
9617 ac_cv_func_getloadavg_setgid=no | |
9618 fi | |
9619 rm -f conftest* | |
9620 | |
9621 fi | |
41675 | 9622 echo "$as_me:9622: result: $ac_cv_func_getloadavg_setgid" >&5 |
40056 | 9623 echo "${ECHO_T}$ac_cv_func_getloadavg_setgid" >&6 |
29834 | 9624 if test $ac_cv_func_getloadavg_setgid = yes; then |
40056 | 9625 NEED_SETGID=true |
9626 | |
9627 cat >>confdefs.h <<\EOF | |
29834 | 9628 #define GETLOADAVG_PRIVILEGED 1 |
9629 EOF | |
9630 | |
9631 else | |
9632 NEED_SETGID=false | |
9633 fi | |
9634 | |
9635 if test $ac_cv_func_getloadavg_setgid = yes; then | |
41675 | 9636 echo "$as_me:9636: checking group of /dev/kmem" >&5 |
40056 | 9637 echo $ECHO_N "checking group of /dev/kmem... $ECHO_C" >&6 |
9638 if test "${ac_cv_group_kmem+set}" = set; then | |
9639 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
9640 else | |
9641 # On Solaris, /dev/kmem is a symlink. Get info on the real file. | |
29834 | 9642 ac_ls_output=`ls -lgL /dev/kmem 2>/dev/null` |
9643 # If we got an error (system does not support symlinks), try without -L. | |
9644 test -z "$ac_ls_output" && ac_ls_output=`ls -lg /dev/kmem` | |
9645 ac_cv_group_kmem=`echo $ac_ls_output \ | |
9646 | sed -ne 's/[ ][ ]*/ /g; | |
9647 s/^.[sSrwx-]* *[0-9]* *\([^0-9]*\) *.*/\1/; | |
9648 / /s/.* //;p;'` | |
9649 | |
9650 fi | |
41675 | 9651 echo "$as_me:9651: result: $ac_cv_group_kmem" >&5 |
40056 | 9652 echo "${ECHO_T}$ac_cv_group_kmem" >&6 |
29834 | 9653 KMEM_GROUP=$ac_cv_group_kmem |
9654 fi | |
40056 | 9655 if test "x$ac_save_LIBS" = x; then |
9656 GETLOADAVG_LIBS=$LIBS | |
9657 else | |
9658 GETLOADAVG_LIBS=`echo "$LIBS" | sed "s!$ac_save_LIBS!!"` | |
9659 fi | |
9660 LIBS=$ac_save_LIBS | |
9661 | |
41675 | 9662 echo "$as_me:9662: checking for _LARGEFILE_SOURCE value needed for large files" >&5 |
40056 | 9663 echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6 |
9664 if test "${ac_cv_sys_largefile_source+set}" = set; then | |
9665 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
9666 else | |
9667 while :; do | |
34431 | 9668 ac_cv_sys_largefile_source=no |
40056 | 9669 cat >conftest.$ac_ext <<_ACEOF |
41675 | 9670 #line 9670 "configure" |
34431 | 9671 #include "confdefs.h" |
9672 #include <stdio.h> | |
40056 | 9673 int |
9674 main () | |
9675 { | |
34431 | 9676 return !fseeko; |
40056 | 9677 ; |
9678 return 0; | |
9679 } | |
9680 _ACEOF | |
9681 rm -f conftest.$ac_objext | |
41675 | 9682 if { (eval echo "$as_me:9682: \"$ac_compile\"") >&5 |
40056 | 9683 (eval $ac_compile) 2>&5 |
9684 ac_status=$? | |
41675 | 9685 echo "$as_me:9685: \$? = $ac_status" >&5 |
41148 | 9686 (exit $ac_status); } && |
9687 { ac_try='test -s conftest.$ac_objext' | |
41675 | 9688 { (eval echo "$as_me:9688: \"$ac_try\"") >&5 |
9689 (eval $ac_try) 2>&5 | |
9690 ac_status=$? | |
9691 echo "$as_me:9691: \$? = $ac_status" >&5 | |
40056 | 9692 (exit $ac_status); }; }; then |
9693 break | |
9694 else | |
9695 echo "$as_me: failed program was:" >&5 | |
9696 cat conftest.$ac_ext >&5 | |
9697 fi | |
9698 rm -f conftest.$ac_objext conftest.$ac_ext | |
9699 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 9700 #line 9700 "configure" |
34431 | 9701 #include "confdefs.h" |
9702 #define _LARGEFILE_SOURCE 1 | |
9703 #include <stdio.h> | |
40056 | 9704 int |
9705 main () | |
9706 { | |
34431 | 9707 return !fseeko; |
40056 | 9708 ; |
9709 return 0; | |
9710 } | |
9711 _ACEOF | |
9712 rm -f conftest.$ac_objext | |
41675 | 9713 if { (eval echo "$as_me:9713: \"$ac_compile\"") >&5 |
40056 | 9714 (eval $ac_compile) 2>&5 |
9715 ac_status=$? | |
41675 | 9716 echo "$as_me:9716: \$? = $ac_status" >&5 |
41148 | 9717 (exit $ac_status); } && |
9718 { ac_try='test -s conftest.$ac_objext' | |
41675 | 9719 { (eval echo "$as_me:9719: \"$ac_try\"") >&5 |
9720 (eval $ac_try) 2>&5 | |
9721 ac_status=$? | |
9722 echo "$as_me:9722: \$? = $ac_status" >&5 | |
40056 | 9723 (exit $ac_status); }; }; then |
9724 ac_cv_sys_largefile_source=1; break | |
9725 else | |
9726 echo "$as_me: failed program was:" >&5 | |
9727 cat conftest.$ac_ext >&5 | |
9728 fi | |
9729 rm -f conftest.$ac_objext conftest.$ac_ext | |
9730 break | |
9731 done | |
9732 fi | |
41675 | 9733 echo "$as_me:9733: result: $ac_cv_sys_largefile_source" >&5 |
40056 | 9734 echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6 |
9735 if test "$ac_cv_sys_largefile_source" != no; then | |
9736 | |
9737 cat >>confdefs.h <<EOF | |
9738 #define _LARGEFILE_SOURCE $ac_cv_sys_largefile_source | |
9739 EOF | |
9740 | |
34431 | 9741 fi |
9742 rm -f conftest* | |
40056 | 9743 |
9744 # We used to try defining _XOPEN_SOURCE=500 too, to work around a bug | |
9745 # in glibc 2.1.3, but that breaks too many other things. | |
9746 # If you want fseeko and ftello with glibc, upgrade to a fixed glibc. | |
41675 | 9747 echo "$as_me:9747: checking for fseeko" >&5 |
40056 | 9748 echo $ECHO_N "checking for fseeko... $ECHO_C" >&6 |
9749 if test "${ac_cv_func_fseeko+set}" = set; then | |
9750 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
9751 else | |
9752 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 9753 #line 9753 "configure" |
34431 | 9754 #include "confdefs.h" |
9755 #include <stdio.h> | |
40056 | 9756 int |
9757 main () | |
9758 { | |
34431 | 9759 return fseeko && fseeko (stdin, 0, 0); |
40056 | 9760 ; |
9761 return 0; | |
9762 } | |
9763 _ACEOF | |
9764 rm -f conftest.$ac_objext conftest$ac_exeext | |
41675 | 9765 if { (eval echo "$as_me:9765: \"$ac_link\"") >&5 |
9766 (eval $ac_link) 2>&5 | |
9767 ac_status=$? | |
9768 echo "$as_me:9768: \$? = $ac_status" >&5 | |
41148 | 9769 (exit $ac_status); } && |
9770 { ac_try='test -s conftest$ac_exeext' | |
41675 | 9771 { (eval echo "$as_me:9771: \"$ac_try\"") >&5 |
9772 (eval $ac_try) 2>&5 | |
9773 ac_status=$? | |
9774 echo "$as_me:9774: \$? = $ac_status" >&5 | |
40056 | 9775 (exit $ac_status); }; }; then |
34431 | 9776 ac_cv_func_fseeko=yes |
9777 else | |
40056 | 9778 echo "$as_me: failed program was:" >&5 |
9779 cat conftest.$ac_ext >&5 | |
9780 ac_cv_func_fseeko=no | |
9781 fi | |
9782 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
9783 fi | |
41675 | 9784 echo "$as_me:9784: result: $ac_cv_func_fseeko" >&5 |
40056 | 9785 echo "${ECHO_T}$ac_cv_func_fseeko" >&6 |
9786 if test $ac_cv_func_fseeko = yes; then | |
9787 | |
9788 cat >>confdefs.h <<\EOF | |
34431 | 9789 #define HAVE_FSEEKO 1 |
9790 EOF | |
9791 | |
40056 | 9792 fi |
34431 | 9793 |
9794 # UNIX98 PTYs. | |
40056 | 9795 |
34431 | 9796 for ac_func in grantpt |
29036 | 9797 do |
40056 | 9798 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
41675 | 9799 echo "$as_me:9799: checking for $ac_func" >&5 |
40056 | 9800 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 |
9801 if eval "test \"\${$as_ac_var+set}\" = set"; then | |
9802 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
9803 else | |
9804 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 9805 #line 9805 "configure" |
29036 | 9806 #include "confdefs.h" |
9807 /* System header to define __stub macros and hopefully few prototypes, | |
40056 | 9808 which can conflict with char $ac_func (); below. */ |
29036 | 9809 #include <assert.h> |
9810 /* Override any gcc2 internal prototype to avoid an error. */ | |
40056 | 9811 #ifdef __cplusplus |
9812 extern "C" | |
9813 #endif | |
29036 | 9814 /* We use char because int might match the return type of a gcc2 |
40056 | 9815 builtin and then its argument prototype would still apply. */ |
9816 char $ac_func (); | |
9817 char (*f) (); | |
9818 | |
9819 int | |
9820 main () | |
9821 { | |
29036 | 9822 /* The GNU C library defines this for functions which it implements |
9823 to always fail with ENOSYS. Some functions are actually named | |
9824 something starting with __ and the normal name is an alias. */ | |
9825 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
9826 choke me | |
9827 #else | |
40056 | 9828 f = $ac_func; |
9829 #endif | |
9830 | |
9831 ; | |
9832 return 0; | |
9833 } | |
9834 _ACEOF | |
9835 rm -f conftest.$ac_objext conftest$ac_exeext | |
41675 | 9836 if { (eval echo "$as_me:9836: \"$ac_link\"") >&5 |
9837 (eval $ac_link) 2>&5 | |
9838 ac_status=$? | |
9839 echo "$as_me:9839: \$? = $ac_status" >&5 | |
41148 | 9840 (exit $ac_status); } && |
9841 { ac_try='test -s conftest$ac_exeext' | |
41675 | 9842 { (eval echo "$as_me:9842: \"$ac_try\"") >&5 |
9843 (eval $ac_try) 2>&5 | |
9844 ac_status=$? | |
9845 echo "$as_me:9845: \$? = $ac_status" >&5 | |
40056 | 9846 (exit $ac_status); }; }; then |
9847 eval "$as_ac_var=yes" | |
9848 else | |
9849 echo "$as_me: failed program was:" >&5 | |
9850 cat conftest.$ac_ext >&5 | |
9851 eval "$as_ac_var=no" | |
9852 fi | |
9853 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
9854 fi | |
41675 | 9855 echo "$as_me:9855: result: `eval echo '${'$as_ac_var'}'`" >&5 |
40056 | 9856 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 |
9857 if test `eval echo '${'$as_ac_var'}'` = yes; then | |
9858 cat >>confdefs.h <<EOF | |
9859 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
9860 EOF | |
9861 | |
29036 | 9862 fi |
9863 done | |
9864 | |
9865 # PTY-related GNU extensions. | |
40056 | 9866 |
29036 | 9867 for ac_func in getpt |
9868 do | |
40056 | 9869 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
41675 | 9870 echo "$as_me:9870: checking for $ac_func" >&5 |
40056 | 9871 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 |
9872 if eval "test \"\${$as_ac_var+set}\" = set"; then | |
9873 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
9874 else | |
9875 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 9876 #line 9876 "configure" |
29036 | 9877 #include "confdefs.h" |
9878 /* System header to define __stub macros and hopefully few prototypes, | |
40056 | 9879 which can conflict with char $ac_func (); below. */ |
29036 | 9880 #include <assert.h> |
9881 /* Override any gcc2 internal prototype to avoid an error. */ | |
40056 | 9882 #ifdef __cplusplus |
9883 extern "C" | |
9884 #endif | |
29036 | 9885 /* We use char because int might match the return type of a gcc2 |
40056 | 9886 builtin and then its argument prototype would still apply. */ |
9887 char $ac_func (); | |
9888 char (*f) (); | |
9889 | |
9890 int | |
9891 main () | |
9892 { | |
29036 | 9893 /* The GNU C library defines this for functions which it implements |
9894 to always fail with ENOSYS. Some functions are actually named | |
9895 something starting with __ and the normal name is an alias. */ | |
9896 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
9897 choke me | |
9898 #else | |
40056 | 9899 f = $ac_func; |
9900 #endif | |
9901 | |
9902 ; | |
9903 return 0; | |
9904 } | |
9905 _ACEOF | |
9906 rm -f conftest.$ac_objext conftest$ac_exeext | |
41675 | 9907 if { (eval echo "$as_me:9907: \"$ac_link\"") >&5 |
9908 (eval $ac_link) 2>&5 | |
9909 ac_status=$? | |
9910 echo "$as_me:9910: \$? = $ac_status" >&5 | |
41148 | 9911 (exit $ac_status); } && |
9912 { ac_try='test -s conftest$ac_exeext' | |
41675 | 9913 { (eval echo "$as_me:9913: \"$ac_try\"") >&5 |
9914 (eval $ac_try) 2>&5 | |
9915 ac_status=$? | |
9916 echo "$as_me:9916: \$? = $ac_status" >&5 | |
40056 | 9917 (exit $ac_status); }; }; then |
9918 eval "$as_ac_var=yes" | |
9919 else | |
9920 echo "$as_me: failed program was:" >&5 | |
9921 cat conftest.$ac_ext >&5 | |
9922 eval "$as_ac_var=no" | |
9923 fi | |
9924 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
9925 fi | |
41675 | 9926 echo "$as_me:9926: result: `eval echo '${'$as_ac_var'}'`" >&5 |
40056 | 9927 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 |
9928 if test `eval echo '${'$as_ac_var'}'` = yes; then | |
9929 cat >>confdefs.h <<EOF | |
9930 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
9931 EOF | |
9932 | |
29036 | 9933 fi |
9934 done | |
9935 | |
25897 | 9936 # Check this now, so that we will NOT find the above functions in ncurses. |
9937 # That is because we have not set up to link ncurses in lib-src. | |
9938 # It's better to believe a function is not available | |
9939 # than to expect to find it in ncurses. | |
40056 | 9940 |
41675 | 9941 echo "$as_me:9941: checking for tparm in -lncurses" >&5 |
40056 | 9942 echo $ECHO_N "checking for tparm in -lncurses... $ECHO_C" >&6 |
9943 if test "${ac_cv_lib_ncurses_tparm+set}" = set; then | |
9944 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
9945 else | |
9946 ac_check_lib_save_LIBS=$LIBS | |
25897 | 9947 LIBS="-lncurses $LIBS" |
40056 | 9948 cat >conftest.$ac_ext <<_ACEOF |
41675 | 9949 #line 9949 "configure" |
40056 | 9950 #include "confdefs.h" |
9951 | |
25897 | 9952 /* Override any gcc2 internal prototype to avoid an error. */ |
40056 | 9953 #ifdef __cplusplus |
9954 extern "C" | |
9955 #endif | |
25897 | 9956 /* We use char because int might match the return type of a gcc2 |
40056 | 9957 builtin and then its argument prototype would still apply. */ |
9958 char tparm (); | |
9959 int | |
9960 main () | |
9961 { | |
9962 tparm (); | |
9963 ; | |
9964 return 0; | |
9965 } | |
9966 _ACEOF | |
9967 rm -f conftest.$ac_objext conftest$ac_exeext | |
41675 | 9968 if { (eval echo "$as_me:9968: \"$ac_link\"") >&5 |
9969 (eval $ac_link) 2>&5 | |
9970 ac_status=$? | |
9971 echo "$as_me:9971: \$? = $ac_status" >&5 | |
41148 | 9972 (exit $ac_status); } && |
9973 { ac_try='test -s conftest$ac_exeext' | |
41675 | 9974 { (eval echo "$as_me:9974: \"$ac_try\"") >&5 |
9975 (eval $ac_try) 2>&5 | |
9976 ac_status=$? | |
9977 echo "$as_me:9977: \$? = $ac_status" >&5 | |
40056 | 9978 (exit $ac_status); }; }; then |
9979 ac_cv_lib_ncurses_tparm=yes | |
9980 else | |
9981 echo "$as_me: failed program was:" >&5 | |
9982 cat conftest.$ac_ext >&5 | |
9983 ac_cv_lib_ncurses_tparm=no | |
9984 fi | |
9985 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
9986 LIBS=$ac_check_lib_save_LIBS | |
9987 fi | |
41675 | 9988 echo "$as_me:9988: result: $ac_cv_lib_ncurses_tparm" >&5 |
40056 | 9989 echo "${ECHO_T}$ac_cv_lib_ncurses_tparm" >&6 |
9990 if test $ac_cv_lib_ncurses_tparm = yes; then | |
9991 cat >>confdefs.h <<EOF | |
9992 #define HAVE_LIBNCURSES 1 | |
25897 | 9993 EOF |
9994 | |
9995 LIBS="-lncurses $LIBS" | |
9996 | |
40056 | 9997 fi |
25897 | 9998 |
40276
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
9999 # Do we need the Hesiod library to provide the support routines? |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10000 if test "$with_hesiod" = yes ; then |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10001 # Don't set $LIBS here -- see comments above. |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10002 resolv=no |
41675 | 10003 echo "$as_me:10003: checking for res_send" >&5 |
40276
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10004 echo $ECHO_N "checking for res_send... $ECHO_C" >&6 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10005 if test "${ac_cv_func_res_send+set}" = set; then |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10006 echo $ECHO_N "(cached) $ECHO_C" >&6 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10007 else |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10008 cat >conftest.$ac_ext <<_ACEOF |
41675 | 10009 #line 10009 "configure" |
40276
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10010 #include "confdefs.h" |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10011 /* System header to define __stub macros and hopefully few prototypes, |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10012 which can conflict with char res_send (); below. */ |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10013 #include <assert.h> |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10014 /* Override any gcc2 internal prototype to avoid an error. */ |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10015 #ifdef __cplusplus |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10016 extern "C" |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10017 #endif |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10018 /* We use char because int might match the return type of a gcc2 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10019 builtin and then its argument prototype would still apply. */ |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10020 char res_send (); |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10021 char (*f) (); |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10022 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10023 int |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10024 main () |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10025 { |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10026 /* The GNU C library defines this for functions which it implements |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10027 to always fail with ENOSYS. Some functions are actually named |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10028 something starting with __ and the normal name is an alias. */ |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10029 #if defined (__stub_res_send) || defined (__stub___res_send) |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10030 choke me |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10031 #else |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10032 f = res_send; |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10033 #endif |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10034 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10035 ; |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10036 return 0; |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10037 } |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10038 _ACEOF |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10039 rm -f conftest.$ac_objext conftest$ac_exeext |
41675 | 10040 if { (eval echo "$as_me:10040: \"$ac_link\"") >&5 |
10041 (eval $ac_link) 2>&5 | |
10042 ac_status=$? | |
10043 echo "$as_me:10043: \$? = $ac_status" >&5 | |
41148 | 10044 (exit $ac_status); } && |
10045 { ac_try='test -s conftest$ac_exeext' | |
41675 | 10046 { (eval echo "$as_me:10046: \"$ac_try\"") >&5 |
10047 (eval $ac_try) 2>&5 | |
10048 ac_status=$? | |
10049 echo "$as_me:10049: \$? = $ac_status" >&5 | |
40276
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10050 (exit $ac_status); }; }; then |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10051 ac_cv_func_res_send=yes |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10052 else |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10053 echo "$as_me: failed program was:" >&5 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10054 cat conftest.$ac_ext >&5 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10055 ac_cv_func_res_send=no |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10056 fi |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10057 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10058 fi |
41675 | 10059 echo "$as_me:10059: result: $ac_cv_func_res_send" >&5 |
40276
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10060 echo "${ECHO_T}$ac_cv_func_res_send" >&6 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10061 if test $ac_cv_func_res_send = yes; then |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10062 : |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10063 else |
41675 | 10064 echo "$as_me:10064: checking for __res_send" >&5 |
40276
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10065 echo $ECHO_N "checking for __res_send... $ECHO_C" >&6 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10066 if test "${ac_cv_func___res_send+set}" = set; then |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10067 echo $ECHO_N "(cached) $ECHO_C" >&6 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10068 else |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10069 cat >conftest.$ac_ext <<_ACEOF |
41675 | 10070 #line 10070 "configure" |
40276
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10071 #include "confdefs.h" |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10072 /* System header to define __stub macros and hopefully few prototypes, |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10073 which can conflict with char __res_send (); below. */ |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10074 #include <assert.h> |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10075 /* Override any gcc2 internal prototype to avoid an error. */ |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10076 #ifdef __cplusplus |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10077 extern "C" |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10078 #endif |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10079 /* We use char because int might match the return type of a gcc2 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10080 builtin and then its argument prototype would still apply. */ |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10081 char __res_send (); |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10082 char (*f) (); |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10083 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10084 int |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10085 main () |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10086 { |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10087 /* The GNU C library defines this for functions which it implements |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10088 to always fail with ENOSYS. Some functions are actually named |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10089 something starting with __ and the normal name is an alias. */ |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10090 #if defined (__stub___res_send) || defined (__stub_____res_send) |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10091 choke me |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10092 #else |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10093 f = __res_send; |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10094 #endif |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10095 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10096 ; |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10097 return 0; |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10098 } |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10099 _ACEOF |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10100 rm -f conftest.$ac_objext conftest$ac_exeext |
41675 | 10101 if { (eval echo "$as_me:10101: \"$ac_link\"") >&5 |
10102 (eval $ac_link) 2>&5 | |
10103 ac_status=$? | |
10104 echo "$as_me:10104: \$? = $ac_status" >&5 | |
41148 | 10105 (exit $ac_status); } && |
10106 { ac_try='test -s conftest$ac_exeext' | |
41675 | 10107 { (eval echo "$as_me:10107: \"$ac_try\"") >&5 |
10108 (eval $ac_try) 2>&5 | |
10109 ac_status=$? | |
10110 echo "$as_me:10110: \$? = $ac_status" >&5 | |
40276
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10111 (exit $ac_status); }; }; then |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10112 ac_cv_func___res_send=yes |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10113 else |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10114 echo "$as_me: failed program was:" >&5 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10115 cat conftest.$ac_ext >&5 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10116 ac_cv_func___res_send=no |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10117 fi |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10118 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10119 fi |
41675 | 10120 echo "$as_me:10120: result: $ac_cv_func___res_send" >&5 |
40276
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10121 echo "${ECHO_T}$ac_cv_func___res_send" >&6 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10122 if test $ac_cv_func___res_send = yes; then |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10123 : |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10124 else |
41675 | 10125 echo "$as_me:10125: checking for res_send in -lresolv" >&5 |
40276
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10126 echo $ECHO_N "checking for res_send in -lresolv... $ECHO_C" >&6 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10127 if test "${ac_cv_lib_resolv_res_send+set}" = set; then |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10128 echo $ECHO_N "(cached) $ECHO_C" >&6 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10129 else |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10130 ac_check_lib_save_LIBS=$LIBS |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10131 LIBS="-lresolv $LIBS" |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10132 cat >conftest.$ac_ext <<_ACEOF |
41675 | 10133 #line 10133 "configure" |
40276
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10134 #include "confdefs.h" |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10135 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10136 /* Override any gcc2 internal prototype to avoid an error. */ |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10137 #ifdef __cplusplus |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10138 extern "C" |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10139 #endif |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10140 /* We use char because int might match the return type of a gcc2 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10141 builtin and then its argument prototype would still apply. */ |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10142 char res_send (); |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10143 int |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10144 main () |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10145 { |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10146 res_send (); |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10147 ; |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10148 return 0; |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10149 } |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10150 _ACEOF |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10151 rm -f conftest.$ac_objext conftest$ac_exeext |
41675 | 10152 if { (eval echo "$as_me:10152: \"$ac_link\"") >&5 |
10153 (eval $ac_link) 2>&5 | |
10154 ac_status=$? | |
10155 echo "$as_me:10155: \$? = $ac_status" >&5 | |
41148 | 10156 (exit $ac_status); } && |
10157 { ac_try='test -s conftest$ac_exeext' | |
41675 | 10158 { (eval echo "$as_me:10158: \"$ac_try\"") >&5 |
10159 (eval $ac_try) 2>&5 | |
10160 ac_status=$? | |
10161 echo "$as_me:10161: \$? = $ac_status" >&5 | |
40276
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10162 (exit $ac_status); }; }; then |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10163 ac_cv_lib_resolv_res_send=yes |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10164 else |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10165 echo "$as_me: failed program was:" >&5 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10166 cat conftest.$ac_ext >&5 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10167 ac_cv_lib_resolv_res_send=no |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10168 fi |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10169 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10170 LIBS=$ac_check_lib_save_LIBS |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10171 fi |
41675 | 10172 echo "$as_me:10172: result: $ac_cv_lib_resolv_res_send" >&5 |
40276
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10173 echo "${ECHO_T}$ac_cv_lib_resolv_res_send" >&6 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10174 if test $ac_cv_lib_resolv_res_send = yes; then |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10175 resolv=yes |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10176 else |
41675 | 10177 echo "$as_me:10177: checking for __res_send in -lresolv" >&5 |
40276
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10178 echo $ECHO_N "checking for __res_send in -lresolv... $ECHO_C" >&6 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10179 if test "${ac_cv_lib_resolv___res_send+set}" = set; then |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10180 echo $ECHO_N "(cached) $ECHO_C" >&6 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10181 else |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10182 ac_check_lib_save_LIBS=$LIBS |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10183 LIBS="-lresolv $LIBS" |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10184 cat >conftest.$ac_ext <<_ACEOF |
41675 | 10185 #line 10185 "configure" |
40276
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10186 #include "confdefs.h" |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10187 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10188 /* Override any gcc2 internal prototype to avoid an error. */ |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10189 #ifdef __cplusplus |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10190 extern "C" |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10191 #endif |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10192 /* We use char because int might match the return type of a gcc2 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10193 builtin and then its argument prototype would still apply. */ |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10194 char __res_send (); |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10195 int |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10196 main () |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10197 { |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10198 __res_send (); |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10199 ; |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10200 return 0; |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10201 } |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10202 _ACEOF |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10203 rm -f conftest.$ac_objext conftest$ac_exeext |
41675 | 10204 if { (eval echo "$as_me:10204: \"$ac_link\"") >&5 |
10205 (eval $ac_link) 2>&5 | |
10206 ac_status=$? | |
10207 echo "$as_me:10207: \$? = $ac_status" >&5 | |
41148 | 10208 (exit $ac_status); } && |
10209 { ac_try='test -s conftest$ac_exeext' | |
41675 | 10210 { (eval echo "$as_me:10210: \"$ac_try\"") >&5 |
10211 (eval $ac_try) 2>&5 | |
10212 ac_status=$? | |
10213 echo "$as_me:10213: \$? = $ac_status" >&5 | |
40276
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10214 (exit $ac_status); }; }; then |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10215 ac_cv_lib_resolv___res_send=yes |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10216 else |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10217 echo "$as_me: failed program was:" >&5 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10218 cat conftest.$ac_ext >&5 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10219 ac_cv_lib_resolv___res_send=no |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10220 fi |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10221 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10222 LIBS=$ac_check_lib_save_LIBS |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10223 fi |
41675 | 10224 echo "$as_me:10224: result: $ac_cv_lib_resolv___res_send" >&5 |
40276
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10225 echo "${ECHO_T}$ac_cv_lib_resolv___res_send" >&6 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10226 if test $ac_cv_lib_resolv___res_send = yes; then |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10227 resolv=yes |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10228 fi |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10229 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10230 fi |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10231 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10232 fi |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10233 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10234 fi |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10235 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10236 if test "$resolv" = yes ; then |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10237 RESOLVLIB=-lresolv |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10238 cat >>confdefs.h <<\EOF |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10239 #define HAVE_LIBRESOLV 1 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10240 EOF |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10241 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10242 else |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10243 RESOLVLIB= |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10244 fi |
41675 | 10245 echo "$as_me:10245: checking for hes_getmailhost" >&5 |
40276
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10246 echo $ECHO_N "checking for hes_getmailhost... $ECHO_C" >&6 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10247 if test "${ac_cv_func_hes_getmailhost+set}" = set; then |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10248 echo $ECHO_N "(cached) $ECHO_C" >&6 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10249 else |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10250 cat >conftest.$ac_ext <<_ACEOF |
41675 | 10251 #line 10251 "configure" |
40276
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10252 #include "confdefs.h" |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10253 /* System header to define __stub macros and hopefully few prototypes, |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10254 which can conflict with char hes_getmailhost (); below. */ |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10255 #include <assert.h> |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10256 /* Override any gcc2 internal prototype to avoid an error. */ |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10257 #ifdef __cplusplus |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10258 extern "C" |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10259 #endif |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10260 /* We use char because int might match the return type of a gcc2 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10261 builtin and then its argument prototype would still apply. */ |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10262 char hes_getmailhost (); |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10263 char (*f) (); |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10264 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10265 int |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10266 main () |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10267 { |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10268 /* The GNU C library defines this for functions which it implements |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10269 to always fail with ENOSYS. Some functions are actually named |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10270 something starting with __ and the normal name is an alias. */ |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10271 #if defined (__stub_hes_getmailhost) || defined (__stub___hes_getmailhost) |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10272 choke me |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10273 #else |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10274 f = hes_getmailhost; |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10275 #endif |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10276 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10277 ; |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10278 return 0; |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10279 } |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10280 _ACEOF |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10281 rm -f conftest.$ac_objext conftest$ac_exeext |
41675 | 10282 if { (eval echo "$as_me:10282: \"$ac_link\"") >&5 |
10283 (eval $ac_link) 2>&5 | |
10284 ac_status=$? | |
10285 echo "$as_me:10285: \$? = $ac_status" >&5 | |
41148 | 10286 (exit $ac_status); } && |
10287 { ac_try='test -s conftest$ac_exeext' | |
41675 | 10288 { (eval echo "$as_me:10288: \"$ac_try\"") >&5 |
10289 (eval $ac_try) 2>&5 | |
10290 ac_status=$? | |
10291 echo "$as_me:10291: \$? = $ac_status" >&5 | |
40276
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10292 (exit $ac_status); }; }; then |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10293 ac_cv_func_hes_getmailhost=yes |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10294 else |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10295 echo "$as_me: failed program was:" >&5 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10296 cat conftest.$ac_ext >&5 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10297 ac_cv_func_hes_getmailhost=no |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10298 fi |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10299 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10300 fi |
41675 | 10301 echo "$as_me:10301: result: $ac_cv_func_hes_getmailhost" >&5 |
40276
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10302 echo "${ECHO_T}$ac_cv_func_hes_getmailhost" >&6 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10303 if test $ac_cv_func_hes_getmailhost = yes; then |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10304 : |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10305 else |
41675 | 10306 echo "$as_me:10306: checking for hes_getmailhost in -lhesiod" >&5 |
40276
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10307 echo $ECHO_N "checking for hes_getmailhost in -lhesiod... $ECHO_C" >&6 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10308 if test "${ac_cv_lib_hesiod_hes_getmailhost+set}" = set; then |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10309 echo $ECHO_N "(cached) $ECHO_C" >&6 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10310 else |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10311 ac_check_lib_save_LIBS=$LIBS |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10312 LIBS="-lhesiod $RESOLVLIB $LIBS" |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10313 cat >conftest.$ac_ext <<_ACEOF |
41675 | 10314 #line 10314 "configure" |
40276
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10315 #include "confdefs.h" |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10316 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10317 /* Override any gcc2 internal prototype to avoid an error. */ |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10318 #ifdef __cplusplus |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10319 extern "C" |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10320 #endif |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10321 /* We use char because int might match the return type of a gcc2 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10322 builtin and then its argument prototype would still apply. */ |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10323 char hes_getmailhost (); |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10324 int |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10325 main () |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10326 { |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10327 hes_getmailhost (); |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10328 ; |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10329 return 0; |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10330 } |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10331 _ACEOF |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10332 rm -f conftest.$ac_objext conftest$ac_exeext |
41675 | 10333 if { (eval echo "$as_me:10333: \"$ac_link\"") >&5 |
10334 (eval $ac_link) 2>&5 | |
10335 ac_status=$? | |
10336 echo "$as_me:10336: \$? = $ac_status" >&5 | |
41148 | 10337 (exit $ac_status); } && |
10338 { ac_try='test -s conftest$ac_exeext' | |
41675 | 10339 { (eval echo "$as_me:10339: \"$ac_try\"") >&5 |
10340 (eval $ac_try) 2>&5 | |
10341 ac_status=$? | |
10342 echo "$as_me:10342: \$? = $ac_status" >&5 | |
40276
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10343 (exit $ac_status); }; }; then |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10344 ac_cv_lib_hesiod_hes_getmailhost=yes |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10345 else |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10346 echo "$as_me: failed program was:" >&5 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10347 cat conftest.$ac_ext >&5 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10348 ac_cv_lib_hesiod_hes_getmailhost=no |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10349 fi |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10350 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10351 LIBS=$ac_check_lib_save_LIBS |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10352 fi |
41675 | 10353 echo "$as_me:10353: result: $ac_cv_lib_hesiod_hes_getmailhost" >&5 |
40276
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10354 echo "${ECHO_T}$ac_cv_lib_hesiod_hes_getmailhost" >&6 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10355 if test $ac_cv_lib_hesiod_hes_getmailhost = yes; then |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10356 cat >>confdefs.h <<\EOF |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10357 #define HAVE_LIBHESIOD 1 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10358 EOF |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10359 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10360 else |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10361 : |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10362 fi |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10363 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10364 fi |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10365 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10366 fi |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10367 |
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10368 # These tell us which Kerberos-related libraries to use. |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10369 if test "${with_kerberos+set}" = set; then |
40056 | 10370 |
41675 | 10371 echo "$as_me:10371: checking for com_err in -lcom_err" >&5 |
40056 | 10372 echo $ECHO_N "checking for com_err in -lcom_err... $ECHO_C" >&6 |
10373 if test "${ac_cv_lib_com_err_com_err+set}" = set; then | |
10374 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
10375 else | |
10376 ac_check_lib_save_LIBS=$LIBS | |
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10377 LIBS="-lcom_err $LIBS" |
40056 | 10378 cat >conftest.$ac_ext <<_ACEOF |
41675 | 10379 #line 10379 "configure" |
40056 | 10380 #include "confdefs.h" |
10381 | |
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10382 /* Override any gcc2 internal prototype to avoid an error. */ |
40056 | 10383 #ifdef __cplusplus |
10384 extern "C" | |
10385 #endif | |
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10386 /* We use char because int might match the return type of a gcc2 |
40056 | 10387 builtin and then its argument prototype would still apply. */ |
10388 char com_err (); | |
10389 int | |
10390 main () | |
10391 { | |
10392 com_err (); | |
10393 ; | |
10394 return 0; | |
10395 } | |
10396 _ACEOF | |
10397 rm -f conftest.$ac_objext conftest$ac_exeext | |
41675 | 10398 if { (eval echo "$as_me:10398: \"$ac_link\"") >&5 |
10399 (eval $ac_link) 2>&5 | |
10400 ac_status=$? | |
10401 echo "$as_me:10401: \$? = $ac_status" >&5 | |
41148 | 10402 (exit $ac_status); } && |
10403 { ac_try='test -s conftest$ac_exeext' | |
41675 | 10404 { (eval echo "$as_me:10404: \"$ac_try\"") >&5 |
10405 (eval $ac_try) 2>&5 | |
10406 ac_status=$? | |
10407 echo "$as_me:10407: \$? = $ac_status" >&5 | |
40056 | 10408 (exit $ac_status); }; }; then |
10409 ac_cv_lib_com_err_com_err=yes | |
10410 else | |
10411 echo "$as_me: failed program was:" >&5 | |
10412 cat conftest.$ac_ext >&5 | |
10413 ac_cv_lib_com_err_com_err=no | |
10414 fi | |
10415 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
10416 LIBS=$ac_check_lib_save_LIBS | |
10417 fi | |
41675 | 10418 echo "$as_me:10418: result: $ac_cv_lib_com_err_com_err" >&5 |
40056 | 10419 echo "${ECHO_T}$ac_cv_lib_com_err_com_err" >&6 |
10420 if test $ac_cv_lib_com_err_com_err = yes; then | |
10421 cat >>confdefs.h <<EOF | |
10422 #define HAVE_LIBCOM_ERR 1 | |
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10423 EOF |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10424 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10425 LIBS="-lcom_err $LIBS" |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10426 |
40056 | 10427 fi |
10428 | |
41675 | 10429 echo "$as_me:10429: checking for mit_des_cbc_encrypt in -lk5crypto" >&5 |
40056 | 10430 echo $ECHO_N "checking for mit_des_cbc_encrypt in -lk5crypto... $ECHO_C" >&6 |
10431 if test "${ac_cv_lib_k5crypto_mit_des_cbc_encrypt+set}" = set; then | |
10432 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
10433 else | |
10434 ac_check_lib_save_LIBS=$LIBS | |
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10435 LIBS="-lk5crypto $LIBS" |
40056 | 10436 cat >conftest.$ac_ext <<_ACEOF |
41675 | 10437 #line 10437 "configure" |
40056 | 10438 #include "confdefs.h" |
10439 | |
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10440 /* Override any gcc2 internal prototype to avoid an error. */ |
40056 | 10441 #ifdef __cplusplus |
10442 extern "C" | |
10443 #endif | |
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10444 /* We use char because int might match the return type of a gcc2 |
40056 | 10445 builtin and then its argument prototype would still apply. */ |
10446 char mit_des_cbc_encrypt (); | |
10447 int | |
10448 main () | |
10449 { | |
10450 mit_des_cbc_encrypt (); | |
10451 ; | |
10452 return 0; | |
10453 } | |
10454 _ACEOF | |
10455 rm -f conftest.$ac_objext conftest$ac_exeext | |
41675 | 10456 if { (eval echo "$as_me:10456: \"$ac_link\"") >&5 |
10457 (eval $ac_link) 2>&5 | |
10458 ac_status=$? | |
10459 echo "$as_me:10459: \$? = $ac_status" >&5 | |
41148 | 10460 (exit $ac_status); } && |
10461 { ac_try='test -s conftest$ac_exeext' | |
41675 | 10462 { (eval echo "$as_me:10462: \"$ac_try\"") >&5 |
10463 (eval $ac_try) 2>&5 | |
10464 ac_status=$? | |
10465 echo "$as_me:10465: \$? = $ac_status" >&5 | |
40056 | 10466 (exit $ac_status); }; }; then |
10467 ac_cv_lib_k5crypto_mit_des_cbc_encrypt=yes | |
10468 else | |
10469 echo "$as_me: failed program was:" >&5 | |
10470 cat conftest.$ac_ext >&5 | |
10471 ac_cv_lib_k5crypto_mit_des_cbc_encrypt=no | |
10472 fi | |
10473 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
10474 LIBS=$ac_check_lib_save_LIBS | |
10475 fi | |
41675 | 10476 echo "$as_me:10476: result: $ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&5 |
40056 | 10477 echo "${ECHO_T}$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&6 |
10478 if test $ac_cv_lib_k5crypto_mit_des_cbc_encrypt = yes; then | |
10479 cat >>confdefs.h <<EOF | |
10480 #define HAVE_LIBK5CRYPTO 1 | |
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10481 EOF |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10482 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10483 LIBS="-lk5crypto $LIBS" |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10484 |
40056 | 10485 fi |
10486 | |
41675 | 10487 echo "$as_me:10487: checking for mit_des_cbc_encrypt in -lcrypto" >&5 |
40056 | 10488 echo $ECHO_N "checking for mit_des_cbc_encrypt in -lcrypto... $ECHO_C" >&6 |
10489 if test "${ac_cv_lib_crypto_mit_des_cbc_encrypt+set}" = set; then | |
10490 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
10491 else | |
10492 ac_check_lib_save_LIBS=$LIBS | |
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10493 LIBS="-lcrypto $LIBS" |
40056 | 10494 cat >conftest.$ac_ext <<_ACEOF |
41675 | 10495 #line 10495 "configure" |
40056 | 10496 #include "confdefs.h" |
10497 | |
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10498 /* Override any gcc2 internal prototype to avoid an error. */ |
40056 | 10499 #ifdef __cplusplus |
10500 extern "C" | |
10501 #endif | |
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10502 /* We use char because int might match the return type of a gcc2 |
40056 | 10503 builtin and then its argument prototype would still apply. */ |
10504 char mit_des_cbc_encrypt (); | |
10505 int | |
10506 main () | |
10507 { | |
10508 mit_des_cbc_encrypt (); | |
10509 ; | |
10510 return 0; | |
10511 } | |
10512 _ACEOF | |
10513 rm -f conftest.$ac_objext conftest$ac_exeext | |
41675 | 10514 if { (eval echo "$as_me:10514: \"$ac_link\"") >&5 |
10515 (eval $ac_link) 2>&5 | |
10516 ac_status=$? | |
10517 echo "$as_me:10517: \$? = $ac_status" >&5 | |
41148 | 10518 (exit $ac_status); } && |
10519 { ac_try='test -s conftest$ac_exeext' | |
41675 | 10520 { (eval echo "$as_me:10520: \"$ac_try\"") >&5 |
10521 (eval $ac_try) 2>&5 | |
10522 ac_status=$? | |
10523 echo "$as_me:10523: \$? = $ac_status" >&5 | |
40056 | 10524 (exit $ac_status); }; }; then |
10525 ac_cv_lib_crypto_mit_des_cbc_encrypt=yes | |
10526 else | |
10527 echo "$as_me: failed program was:" >&5 | |
10528 cat conftest.$ac_ext >&5 | |
10529 ac_cv_lib_crypto_mit_des_cbc_encrypt=no | |
10530 fi | |
10531 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
10532 LIBS=$ac_check_lib_save_LIBS | |
10533 fi | |
41675 | 10534 echo "$as_me:10534: result: $ac_cv_lib_crypto_mit_des_cbc_encrypt" >&5 |
40056 | 10535 echo "${ECHO_T}$ac_cv_lib_crypto_mit_des_cbc_encrypt" >&6 |
10536 if test $ac_cv_lib_crypto_mit_des_cbc_encrypt = yes; then | |
10537 cat >>confdefs.h <<EOF | |
10538 #define HAVE_LIBCRYPTO 1 | |
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10539 EOF |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10540 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10541 LIBS="-lcrypto $LIBS" |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10542 |
40056 | 10543 fi |
10544 | |
41675 | 10545 echo "$as_me:10545: checking for krb5_init_context in -lkrb5" >&5 |
40056 | 10546 echo $ECHO_N "checking for krb5_init_context in -lkrb5... $ECHO_C" >&6 |
10547 if test "${ac_cv_lib_krb5_krb5_init_context+set}" = set; then | |
10548 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
10549 else | |
10550 ac_check_lib_save_LIBS=$LIBS | |
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10551 LIBS="-lkrb5 $LIBS" |
40056 | 10552 cat >conftest.$ac_ext <<_ACEOF |
41675 | 10553 #line 10553 "configure" |
40056 | 10554 #include "confdefs.h" |
10555 | |
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10556 /* Override any gcc2 internal prototype to avoid an error. */ |
40056 | 10557 #ifdef __cplusplus |
10558 extern "C" | |
10559 #endif | |
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10560 /* We use char because int might match the return type of a gcc2 |
40056 | 10561 builtin and then its argument prototype would still apply. */ |
10562 char krb5_init_context (); | |
10563 int | |
10564 main () | |
10565 { | |
10566 krb5_init_context (); | |
10567 ; | |
10568 return 0; | |
10569 } | |
10570 _ACEOF | |
10571 rm -f conftest.$ac_objext conftest$ac_exeext | |
41675 | 10572 if { (eval echo "$as_me:10572: \"$ac_link\"") >&5 |
10573 (eval $ac_link) 2>&5 | |
10574 ac_status=$? | |
10575 echo "$as_me:10575: \$? = $ac_status" >&5 | |
41148 | 10576 (exit $ac_status); } && |
10577 { ac_try='test -s conftest$ac_exeext' | |
41675 | 10578 { (eval echo "$as_me:10578: \"$ac_try\"") >&5 |
10579 (eval $ac_try) 2>&5 | |
10580 ac_status=$? | |
10581 echo "$as_me:10581: \$? = $ac_status" >&5 | |
40056 | 10582 (exit $ac_status); }; }; then |
10583 ac_cv_lib_krb5_krb5_init_context=yes | |
10584 else | |
10585 echo "$as_me: failed program was:" >&5 | |
10586 cat conftest.$ac_ext >&5 | |
10587 ac_cv_lib_krb5_krb5_init_context=no | |
10588 fi | |
10589 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
10590 LIBS=$ac_check_lib_save_LIBS | |
10591 fi | |
41675 | 10592 echo "$as_me:10592: result: $ac_cv_lib_krb5_krb5_init_context" >&5 |
40056 | 10593 echo "${ECHO_T}$ac_cv_lib_krb5_krb5_init_context" >&6 |
10594 if test $ac_cv_lib_krb5_krb5_init_context = yes; then | |
10595 cat >>confdefs.h <<EOF | |
10596 #define HAVE_LIBKRB5 1 | |
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10597 EOF |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10598 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10599 LIBS="-lkrb5 $LIBS" |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10600 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10601 fi |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10602 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10603 if test "${with_kerberos5+set}" != set; then |
40056 | 10604 |
41675 | 10605 echo "$as_me:10605: checking for des_cbc_encrypt in -ldes425" >&5 |
40056 | 10606 echo $ECHO_N "checking for des_cbc_encrypt in -ldes425... $ECHO_C" >&6 |
10607 if test "${ac_cv_lib_des425_des_cbc_encrypt+set}" = set; then | |
10608 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
10609 else | |
10610 ac_check_lib_save_LIBS=$LIBS | |
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10611 LIBS="-ldes425 $LIBS" |
40056 | 10612 cat >conftest.$ac_ext <<_ACEOF |
41675 | 10613 #line 10613 "configure" |
40056 | 10614 #include "confdefs.h" |
10615 | |
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10616 /* Override any gcc2 internal prototype to avoid an error. */ |
40056 | 10617 #ifdef __cplusplus |
10618 extern "C" | |
10619 #endif | |
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10620 /* We use char because int might match the return type of a gcc2 |
40056 | 10621 builtin and then its argument prototype would still apply. */ |
10622 char des_cbc_encrypt (); | |
10623 int | |
10624 main () | |
10625 { | |
10626 des_cbc_encrypt (); | |
10627 ; | |
10628 return 0; | |
10629 } | |
10630 _ACEOF | |
10631 rm -f conftest.$ac_objext conftest$ac_exeext | |
41675 | 10632 if { (eval echo "$as_me:10632: \"$ac_link\"") >&5 |
10633 (eval $ac_link) 2>&5 | |
10634 ac_status=$? | |
10635 echo "$as_me:10635: \$? = $ac_status" >&5 | |
41148 | 10636 (exit $ac_status); } && |
10637 { ac_try='test -s conftest$ac_exeext' | |
41675 | 10638 { (eval echo "$as_me:10638: \"$ac_try\"") >&5 |
10639 (eval $ac_try) 2>&5 | |
10640 ac_status=$? | |
10641 echo "$as_me:10641: \$? = $ac_status" >&5 | |
40056 | 10642 (exit $ac_status); }; }; then |
10643 ac_cv_lib_des425_des_cbc_encrypt=yes | |
10644 else | |
10645 echo "$as_me: failed program was:" >&5 | |
10646 cat conftest.$ac_ext >&5 | |
10647 ac_cv_lib_des425_des_cbc_encrypt=no | |
10648 fi | |
10649 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
10650 LIBS=$ac_check_lib_save_LIBS | |
10651 fi | |
41675 | 10652 echo "$as_me:10652: result: $ac_cv_lib_des425_des_cbc_encrypt" >&5 |
40056 | 10653 echo "${ECHO_T}$ac_cv_lib_des425_des_cbc_encrypt" >&6 |
10654 if test $ac_cv_lib_des425_des_cbc_encrypt = yes; then | |
10655 cat >>confdefs.h <<EOF | |
10656 #define HAVE_LIBDES425 1 | |
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10657 EOF |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10658 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10659 LIBS="-ldes425 $LIBS" |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10660 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10661 else |
40056 | 10662 |
41675 | 10663 echo "$as_me:10663: checking for des_cbc_encrypt in -ldes" >&5 |
40056 | 10664 echo $ECHO_N "checking for des_cbc_encrypt in -ldes... $ECHO_C" >&6 |
10665 if test "${ac_cv_lib_des_des_cbc_encrypt+set}" = set; then | |
10666 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
10667 else | |
10668 ac_check_lib_save_LIBS=$LIBS | |
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10669 LIBS="-ldes $LIBS" |
40056 | 10670 cat >conftest.$ac_ext <<_ACEOF |
41675 | 10671 #line 10671 "configure" |
40056 | 10672 #include "confdefs.h" |
10673 | |
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10674 /* Override any gcc2 internal prototype to avoid an error. */ |
40056 | 10675 #ifdef __cplusplus |
10676 extern "C" | |
10677 #endif | |
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10678 /* We use char because int might match the return type of a gcc2 |
40056 | 10679 builtin and then its argument prototype would still apply. */ |
10680 char des_cbc_encrypt (); | |
10681 int | |
10682 main () | |
10683 { | |
10684 des_cbc_encrypt (); | |
10685 ; | |
10686 return 0; | |
10687 } | |
10688 _ACEOF | |
10689 rm -f conftest.$ac_objext conftest$ac_exeext | |
41675 | 10690 if { (eval echo "$as_me:10690: \"$ac_link\"") >&5 |
10691 (eval $ac_link) 2>&5 | |
10692 ac_status=$? | |
10693 echo "$as_me:10693: \$? = $ac_status" >&5 | |
41148 | 10694 (exit $ac_status); } && |
10695 { ac_try='test -s conftest$ac_exeext' | |
41675 | 10696 { (eval echo "$as_me:10696: \"$ac_try\"") >&5 |
10697 (eval $ac_try) 2>&5 | |
10698 ac_status=$? | |
10699 echo "$as_me:10699: \$? = $ac_status" >&5 | |
40056 | 10700 (exit $ac_status); }; }; then |
10701 ac_cv_lib_des_des_cbc_encrypt=yes | |
10702 else | |
10703 echo "$as_me: failed program was:" >&5 | |
10704 cat conftest.$ac_ext >&5 | |
10705 ac_cv_lib_des_des_cbc_encrypt=no | |
10706 fi | |
10707 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
10708 LIBS=$ac_check_lib_save_LIBS | |
10709 fi | |
41675 | 10710 echo "$as_me:10710: result: $ac_cv_lib_des_des_cbc_encrypt" >&5 |
40056 | 10711 echo "${ECHO_T}$ac_cv_lib_des_des_cbc_encrypt" >&6 |
10712 if test $ac_cv_lib_des_des_cbc_encrypt = yes; then | |
10713 cat >>confdefs.h <<EOF | |
10714 #define HAVE_LIBDES 1 | |
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10715 EOF |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10716 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10717 LIBS="-ldes $LIBS" |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10718 |
40056 | 10719 fi |
10720 | |
10721 fi | |
10722 | |
41675 | 10723 echo "$as_me:10723: checking for krb_get_cred in -lkrb4" >&5 |
40056 | 10724 echo $ECHO_N "checking for krb_get_cred in -lkrb4... $ECHO_C" >&6 |
10725 if test "${ac_cv_lib_krb4_krb_get_cred+set}" = set; then | |
10726 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
10727 else | |
10728 ac_check_lib_save_LIBS=$LIBS | |
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10729 LIBS="-lkrb4 $LIBS" |
40056 | 10730 cat >conftest.$ac_ext <<_ACEOF |
41675 | 10731 #line 10731 "configure" |
40056 | 10732 #include "confdefs.h" |
10733 | |
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10734 /* Override any gcc2 internal prototype to avoid an error. */ |
40056 | 10735 #ifdef __cplusplus |
10736 extern "C" | |
10737 #endif | |
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10738 /* We use char because int might match the return type of a gcc2 |
40056 | 10739 builtin and then its argument prototype would still apply. */ |
10740 char krb_get_cred (); | |
10741 int | |
10742 main () | |
10743 { | |
10744 krb_get_cred (); | |
10745 ; | |
10746 return 0; | |
10747 } | |
10748 _ACEOF | |
10749 rm -f conftest.$ac_objext conftest$ac_exeext | |
41675 | 10750 if { (eval echo "$as_me:10750: \"$ac_link\"") >&5 |
10751 (eval $ac_link) 2>&5 | |
10752 ac_status=$? | |
10753 echo "$as_me:10753: \$? = $ac_status" >&5 | |
41148 | 10754 (exit $ac_status); } && |
10755 { ac_try='test -s conftest$ac_exeext' | |
41675 | 10756 { (eval echo "$as_me:10756: \"$ac_try\"") >&5 |
10757 (eval $ac_try) 2>&5 | |
10758 ac_status=$? | |
10759 echo "$as_me:10759: \$? = $ac_status" >&5 | |
40056 | 10760 (exit $ac_status); }; }; then |
10761 ac_cv_lib_krb4_krb_get_cred=yes | |
10762 else | |
10763 echo "$as_me: failed program was:" >&5 | |
10764 cat conftest.$ac_ext >&5 | |
10765 ac_cv_lib_krb4_krb_get_cred=no | |
10766 fi | |
10767 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
10768 LIBS=$ac_check_lib_save_LIBS | |
10769 fi | |
41675 | 10770 echo "$as_me:10770: result: $ac_cv_lib_krb4_krb_get_cred" >&5 |
40056 | 10771 echo "${ECHO_T}$ac_cv_lib_krb4_krb_get_cred" >&6 |
10772 if test $ac_cv_lib_krb4_krb_get_cred = yes; then | |
10773 cat >>confdefs.h <<EOF | |
10774 #define HAVE_LIBKRB4 1 | |
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10775 EOF |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10776 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10777 LIBS="-lkrb4 $LIBS" |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10778 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10779 else |
40056 | 10780 |
41675 | 10781 echo "$as_me:10781: checking for krb_get_cred in -lkrb" >&5 |
40056 | 10782 echo $ECHO_N "checking for krb_get_cred in -lkrb... $ECHO_C" >&6 |
10783 if test "${ac_cv_lib_krb_krb_get_cred+set}" = set; then | |
10784 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
10785 else | |
10786 ac_check_lib_save_LIBS=$LIBS | |
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10787 LIBS="-lkrb $LIBS" |
40056 | 10788 cat >conftest.$ac_ext <<_ACEOF |
41675 | 10789 #line 10789 "configure" |
40056 | 10790 #include "confdefs.h" |
10791 | |
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10792 /* Override any gcc2 internal prototype to avoid an error. */ |
40056 | 10793 #ifdef __cplusplus |
10794 extern "C" | |
10795 #endif | |
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10796 /* We use char because int might match the return type of a gcc2 |
40056 | 10797 builtin and then its argument prototype would still apply. */ |
10798 char krb_get_cred (); | |
10799 int | |
10800 main () | |
10801 { | |
10802 krb_get_cred (); | |
10803 ; | |
10804 return 0; | |
10805 } | |
10806 _ACEOF | |
10807 rm -f conftest.$ac_objext conftest$ac_exeext | |
41675 | 10808 if { (eval echo "$as_me:10808: \"$ac_link\"") >&5 |
10809 (eval $ac_link) 2>&5 | |
10810 ac_status=$? | |
10811 echo "$as_me:10811: \$? = $ac_status" >&5 | |
41148 | 10812 (exit $ac_status); } && |
10813 { ac_try='test -s conftest$ac_exeext' | |
41675 | 10814 { (eval echo "$as_me:10814: \"$ac_try\"") >&5 |
10815 (eval $ac_try) 2>&5 | |
10816 ac_status=$? | |
10817 echo "$as_me:10817: \$? = $ac_status" >&5 | |
40056 | 10818 (exit $ac_status); }; }; then |
10819 ac_cv_lib_krb_krb_get_cred=yes | |
10820 else | |
10821 echo "$as_me: failed program was:" >&5 | |
10822 cat conftest.$ac_ext >&5 | |
10823 ac_cv_lib_krb_krb_get_cred=no | |
10824 fi | |
10825 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
10826 LIBS=$ac_check_lib_save_LIBS | |
10827 fi | |
41675 | 10828 echo "$as_me:10828: result: $ac_cv_lib_krb_krb_get_cred" >&5 |
40056 | 10829 echo "${ECHO_T}$ac_cv_lib_krb_krb_get_cred" >&6 |
10830 if test $ac_cv_lib_krb_krb_get_cred = yes; then | |
10831 cat >>confdefs.h <<EOF | |
10832 #define HAVE_LIBKRB 1 | |
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10833 EOF |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10834 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10835 LIBS="-lkrb $LIBS" |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10836 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10837 fi |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10838 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10839 fi |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10840 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10841 fi |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10842 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10843 if test "${with_kerberos5+set}" = set; then |
40056 | 10844 |
10845 for ac_header in krb5.h | |
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10846 do |
40056 | 10847 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
41675 | 10848 echo "$as_me:10848: checking for $ac_header" >&5 |
40056 | 10849 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
10850 if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
10851 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
10852 else | |
10853 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 10854 #line 10854 "configure" |
40056 | 10855 #include "confdefs.h" |
10856 #include <$ac_header> | |
10857 _ACEOF | |
41675 | 10858 if { (eval echo "$as_me:10858: \"$ac_cpp conftest.$ac_ext\"") >&5 |
40056 | 10859 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
10860 ac_status=$? | |
10861 egrep -v '^ *\+' conftest.er1 >conftest.err | |
10862 rm -f conftest.er1 | |
10863 cat conftest.err >&5 | |
41675 | 10864 echo "$as_me:10864: \$? = $ac_status" >&5 |
40056 | 10865 (exit $ac_status); } >/dev/null; then |
10866 if test -s conftest.err; then | |
10867 ac_cpp_err=$ac_c_preproc_warn_flag | |
10868 else | |
10869 ac_cpp_err= | |
10870 fi | |
10871 else | |
10872 ac_cpp_err=yes | |
10873 fi | |
10874 if test -z "$ac_cpp_err"; then | |
10875 eval "$as_ac_Header=yes" | |
10876 else | |
10877 echo "$as_me: failed program was:" >&5 | |
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10878 cat conftest.$ac_ext >&5 |
40056 | 10879 eval "$as_ac_Header=no" |
10880 fi | |
10881 rm -f conftest.err conftest.$ac_ext | |
10882 fi | |
41675 | 10883 echo "$as_me:10883: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
40056 | 10884 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
10885 if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
10886 cat >>confdefs.h <<EOF | |
10887 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
10888 EOF | |
10889 | |
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10890 fi |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10891 done |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10892 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10893 else |
40056 | 10894 |
10895 for ac_header in des.h | |
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10896 do |
40056 | 10897 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
41675 | 10898 echo "$as_me:10898: checking for $ac_header" >&5 |
40056 | 10899 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
10900 if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
10901 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
10902 else | |
10903 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 10904 #line 10904 "configure" |
40056 | 10905 #include "confdefs.h" |
10906 #include <$ac_header> | |
10907 _ACEOF | |
41675 | 10908 if { (eval echo "$as_me:10908: \"$ac_cpp conftest.$ac_ext\"") >&5 |
40056 | 10909 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
10910 ac_status=$? | |
10911 egrep -v '^ *\+' conftest.er1 >conftest.err | |
10912 rm -f conftest.er1 | |
10913 cat conftest.err >&5 | |
41675 | 10914 echo "$as_me:10914: \$? = $ac_status" >&5 |
40056 | 10915 (exit $ac_status); } >/dev/null; then |
10916 if test -s conftest.err; then | |
10917 ac_cpp_err=$ac_c_preproc_warn_flag | |
10918 else | |
10919 ac_cpp_err= | |
10920 fi | |
10921 else | |
10922 ac_cpp_err=yes | |
10923 fi | |
10924 if test -z "$ac_cpp_err"; then | |
10925 eval "$as_ac_Header=yes" | |
10926 else | |
10927 echo "$as_me: failed program was:" >&5 | |
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10928 cat conftest.$ac_ext >&5 |
40056 | 10929 eval "$as_ac_Header=no" |
10930 fi | |
10931 rm -f conftest.err conftest.$ac_ext | |
10932 fi | |
41675 | 10933 echo "$as_me:10933: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
40056 | 10934 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
10935 if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
10936 cat >>confdefs.h <<EOF | |
10937 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
10938 EOF | |
10939 | |
10940 else | |
10941 | |
10942 for ac_header in kerberosIV/des.h | |
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10943 do |
40056 | 10944 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
41675 | 10945 echo "$as_me:10945: checking for $ac_header" >&5 |
40056 | 10946 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
10947 if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
10948 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
10949 else | |
10950 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 10951 #line 10951 "configure" |
40056 | 10952 #include "confdefs.h" |
10953 #include <$ac_header> | |
10954 _ACEOF | |
41675 | 10955 if { (eval echo "$as_me:10955: \"$ac_cpp conftest.$ac_ext\"") >&5 |
40056 | 10956 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
10957 ac_status=$? | |
10958 egrep -v '^ *\+' conftest.er1 >conftest.err | |
10959 rm -f conftest.er1 | |
10960 cat conftest.err >&5 | |
41675 | 10961 echo "$as_me:10961: \$? = $ac_status" >&5 |
40056 | 10962 (exit $ac_status); } >/dev/null; then |
10963 if test -s conftest.err; then | |
10964 ac_cpp_err=$ac_c_preproc_warn_flag | |
10965 else | |
10966 ac_cpp_err= | |
10967 fi | |
10968 else | |
10969 ac_cpp_err=yes | |
10970 fi | |
10971 if test -z "$ac_cpp_err"; then | |
10972 eval "$as_ac_Header=yes" | |
10973 else | |
10974 echo "$as_me: failed program was:" >&5 | |
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10975 cat conftest.$ac_ext >&5 |
40056 | 10976 eval "$as_ac_Header=no" |
10977 fi | |
10978 rm -f conftest.err conftest.$ac_ext | |
10979 fi | |
41675 | 10980 echo "$as_me:10980: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
40056 | 10981 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
10982 if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
10983 cat >>confdefs.h <<EOF | |
10984 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
10985 EOF | |
10986 | |
10987 else | |
10988 | |
10989 for ac_header in kerberos/des.h | |
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
10990 do |
40056 | 10991 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
41675 | 10992 echo "$as_me:10992: checking for $ac_header" >&5 |
40056 | 10993 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
10994 if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
10995 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
10996 else | |
10997 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 10998 #line 10998 "configure" |
40056 | 10999 #include "confdefs.h" |
11000 #include <$ac_header> | |
11001 _ACEOF | |
41675 | 11002 if { (eval echo "$as_me:11002: \"$ac_cpp conftest.$ac_ext\"") >&5 |
40056 | 11003 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
11004 ac_status=$? | |
11005 egrep -v '^ *\+' conftest.er1 >conftest.err | |
11006 rm -f conftest.er1 | |
11007 cat conftest.err >&5 | |
41675 | 11008 echo "$as_me:11008: \$? = $ac_status" >&5 |
40056 | 11009 (exit $ac_status); } >/dev/null; then |
11010 if test -s conftest.err; then | |
11011 ac_cpp_err=$ac_c_preproc_warn_flag | |
11012 else | |
11013 ac_cpp_err= | |
11014 fi | |
11015 else | |
11016 ac_cpp_err=yes | |
11017 fi | |
11018 if test -z "$ac_cpp_err"; then | |
11019 eval "$as_ac_Header=yes" | |
11020 else | |
11021 echo "$as_me: failed program was:" >&5 | |
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
11022 cat conftest.$ac_ext >&5 |
40056 | 11023 eval "$as_ac_Header=no" |
11024 fi | |
11025 rm -f conftest.err conftest.$ac_ext | |
11026 fi | |
41675 | 11027 echo "$as_me:11027: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
40056 | 11028 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
11029 if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
11030 cat >>confdefs.h <<EOF | |
11031 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
11032 EOF | |
11033 | |
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
11034 fi |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
11035 done |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
11036 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
11037 fi |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
11038 done |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
11039 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
11040 fi |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
11041 done |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
11042 |
40056 | 11043 for ac_header in krb.h |
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
11044 do |
40056 | 11045 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
41675 | 11046 echo "$as_me:11046: checking for $ac_header" >&5 |
40056 | 11047 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
11048 if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
11049 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
11050 else | |
11051 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 11052 #line 11052 "configure" |
40056 | 11053 #include "confdefs.h" |
11054 #include <$ac_header> | |
11055 _ACEOF | |
41675 | 11056 if { (eval echo "$as_me:11056: \"$ac_cpp conftest.$ac_ext\"") >&5 |
40056 | 11057 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
11058 ac_status=$? | |
11059 egrep -v '^ *\+' conftest.er1 >conftest.err | |
11060 rm -f conftest.er1 | |
11061 cat conftest.err >&5 | |
41675 | 11062 echo "$as_me:11062: \$? = $ac_status" >&5 |
40056 | 11063 (exit $ac_status); } >/dev/null; then |
11064 if test -s conftest.err; then | |
11065 ac_cpp_err=$ac_c_preproc_warn_flag | |
11066 else | |
11067 ac_cpp_err= | |
11068 fi | |
11069 else | |
11070 ac_cpp_err=yes | |
11071 fi | |
11072 if test -z "$ac_cpp_err"; then | |
11073 eval "$as_ac_Header=yes" | |
11074 else | |
11075 echo "$as_me: failed program was:" >&5 | |
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
11076 cat conftest.$ac_ext >&5 |
40056 | 11077 eval "$as_ac_Header=no" |
11078 fi | |
11079 rm -f conftest.err conftest.$ac_ext | |
11080 fi | |
41675 | 11081 echo "$as_me:11081: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
40056 | 11082 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
11083 if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
11084 cat >>confdefs.h <<EOF | |
11085 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
11086 EOF | |
11087 | |
11088 else | |
11089 | |
11090 for ac_header in kerberosIV/krb.h | |
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
11091 do |
40056 | 11092 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
41675 | 11093 echo "$as_me:11093: checking for $ac_header" >&5 |
40056 | 11094 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
11095 if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
11096 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
11097 else | |
11098 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 11099 #line 11099 "configure" |
40056 | 11100 #include "confdefs.h" |
11101 #include <$ac_header> | |
11102 _ACEOF | |
41675 | 11103 if { (eval echo "$as_me:11103: \"$ac_cpp conftest.$ac_ext\"") >&5 |
40056 | 11104 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
11105 ac_status=$? | |
11106 egrep -v '^ *\+' conftest.er1 >conftest.err | |
11107 rm -f conftest.er1 | |
11108 cat conftest.err >&5 | |
41675 | 11109 echo "$as_me:11109: \$? = $ac_status" >&5 |
40056 | 11110 (exit $ac_status); } >/dev/null; then |
11111 if test -s conftest.err; then | |
11112 ac_cpp_err=$ac_c_preproc_warn_flag | |
11113 else | |
11114 ac_cpp_err= | |
11115 fi | |
11116 else | |
11117 ac_cpp_err=yes | |
11118 fi | |
11119 if test -z "$ac_cpp_err"; then | |
11120 eval "$as_ac_Header=yes" | |
11121 else | |
11122 echo "$as_me: failed program was:" >&5 | |
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
11123 cat conftest.$ac_ext >&5 |
40056 | 11124 eval "$as_ac_Header=no" |
11125 fi | |
11126 rm -f conftest.err conftest.$ac_ext | |
11127 fi | |
41675 | 11128 echo "$as_me:11128: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
40056 | 11129 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
11130 if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
11131 cat >>confdefs.h <<EOF | |
11132 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
11133 EOF | |
11134 | |
11135 else | |
11136 | |
11137 for ac_header in kerberos/krb.h | |
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
11138 do |
40056 | 11139 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
41675 | 11140 echo "$as_me:11140: checking for $ac_header" >&5 |
40056 | 11141 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
11142 if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
11143 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
11144 else | |
11145 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 11146 #line 11146 "configure" |
40056 | 11147 #include "confdefs.h" |
11148 #include <$ac_header> | |
11149 _ACEOF | |
41675 | 11150 if { (eval echo "$as_me:11150: \"$ac_cpp conftest.$ac_ext\"") >&5 |
40056 | 11151 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
11152 ac_status=$? | |
11153 egrep -v '^ *\+' conftest.er1 >conftest.err | |
11154 rm -f conftest.er1 | |
11155 cat conftest.err >&5 | |
41675 | 11156 echo "$as_me:11156: \$? = $ac_status" >&5 |
40056 | 11157 (exit $ac_status); } >/dev/null; then |
11158 if test -s conftest.err; then | |
11159 ac_cpp_err=$ac_c_preproc_warn_flag | |
11160 else | |
11161 ac_cpp_err= | |
11162 fi | |
11163 else | |
11164 ac_cpp_err=yes | |
11165 fi | |
11166 if test -z "$ac_cpp_err"; then | |
11167 eval "$as_ac_Header=yes" | |
11168 else | |
11169 echo "$as_me: failed program was:" >&5 | |
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
11170 cat conftest.$ac_ext >&5 |
40056 | 11171 eval "$as_ac_Header=no" |
11172 fi | |
11173 rm -f conftest.err conftest.$ac_ext | |
11174 fi | |
41675 | 11175 echo "$as_me:11175: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
40056 | 11176 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
11177 if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
11178 cat >>confdefs.h <<EOF | |
11179 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
11180 EOF | |
11181 | |
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
11182 fi |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
11183 done |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
11184 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
11185 fi |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
11186 done |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
11187 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
11188 fi |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
11189 done |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
11190 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
11191 fi |
40056 | 11192 |
11193 for ac_header in com_err.h | |
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
11194 do |
40056 | 11195 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
41675 | 11196 echo "$as_me:11196: checking for $ac_header" >&5 |
40056 | 11197 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
11198 if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
11199 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
11200 else | |
11201 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 11202 #line 11202 "configure" |
40056 | 11203 #include "confdefs.h" |
11204 #include <$ac_header> | |
11205 _ACEOF | |
41675 | 11206 if { (eval echo "$as_me:11206: \"$ac_cpp conftest.$ac_ext\"") >&5 |
40056 | 11207 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
11208 ac_status=$? | |
11209 egrep -v '^ *\+' conftest.er1 >conftest.err | |
11210 rm -f conftest.er1 | |
11211 cat conftest.err >&5 | |
41675 | 11212 echo "$as_me:11212: \$? = $ac_status" >&5 |
40056 | 11213 (exit $ac_status); } >/dev/null; then |
11214 if test -s conftest.err; then | |
11215 ac_cpp_err=$ac_c_preproc_warn_flag | |
11216 else | |
11217 ac_cpp_err= | |
11218 fi | |
11219 else | |
11220 ac_cpp_err=yes | |
11221 fi | |
11222 if test -z "$ac_cpp_err"; then | |
11223 eval "$as_ac_Header=yes" | |
11224 else | |
11225 echo "$as_me: failed program was:" >&5 | |
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
11226 cat conftest.$ac_ext >&5 |
40056 | 11227 eval "$as_ac_Header=no" |
11228 fi | |
11229 rm -f conftest.err conftest.$ac_ext | |
11230 fi | |
41675 | 11231 echo "$as_me:11231: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
40056 | 11232 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
11233 if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
11234 cat >>confdefs.h <<EOF | |
11235 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
11236 EOF | |
11237 | |
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
11238 fi |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
11239 done |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
11240 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
11241 fi |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
11242 |
25897 | 11243 # Solaris requires -lintl if you want strerror (which calls dgettext) |
11244 # to return localized messages. | |
40056 | 11245 |
41675 | 11246 echo "$as_me:11246: checking for dgettext in -lintl" >&5 |
40056 | 11247 echo $ECHO_N "checking for dgettext in -lintl... $ECHO_C" >&6 |
11248 if test "${ac_cv_lib_intl_dgettext+set}" = set; then | |
11249 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
11250 else | |
11251 ac_check_lib_save_LIBS=$LIBS | |
25897 | 11252 LIBS="-lintl $LIBS" |
40056 | 11253 cat >conftest.$ac_ext <<_ACEOF |
41675 | 11254 #line 11254 "configure" |
40056 | 11255 #include "confdefs.h" |
11256 | |
25897 | 11257 /* Override any gcc2 internal prototype to avoid an error. */ |
40056 | 11258 #ifdef __cplusplus |
11259 extern "C" | |
11260 #endif | |
25897 | 11261 /* We use char because int might match the return type of a gcc2 |
40056 | 11262 builtin and then its argument prototype would still apply. */ |
11263 char dgettext (); | |
11264 int | |
11265 main () | |
11266 { | |
11267 dgettext (); | |
11268 ; | |
11269 return 0; | |
11270 } | |
11271 _ACEOF | |
11272 rm -f conftest.$ac_objext conftest$ac_exeext | |
41675 | 11273 if { (eval echo "$as_me:11273: \"$ac_link\"") >&5 |
11274 (eval $ac_link) 2>&5 | |
11275 ac_status=$? | |
11276 echo "$as_me:11276: \$? = $ac_status" >&5 | |
41148 | 11277 (exit $ac_status); } && |
11278 { ac_try='test -s conftest$ac_exeext' | |
41675 | 11279 { (eval echo "$as_me:11279: \"$ac_try\"") >&5 |
11280 (eval $ac_try) 2>&5 | |
11281 ac_status=$? | |
11282 echo "$as_me:11282: \$? = $ac_status" >&5 | |
40056 | 11283 (exit $ac_status); }; }; then |
11284 ac_cv_lib_intl_dgettext=yes | |
11285 else | |
11286 echo "$as_me: failed program was:" >&5 | |
11287 cat conftest.$ac_ext >&5 | |
11288 ac_cv_lib_intl_dgettext=no | |
11289 fi | |
11290 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
11291 LIBS=$ac_check_lib_save_LIBS | |
11292 fi | |
41675 | 11293 echo "$as_me:11293: result: $ac_cv_lib_intl_dgettext" >&5 |
40056 | 11294 echo "${ECHO_T}$ac_cv_lib_intl_dgettext" >&6 |
11295 if test $ac_cv_lib_intl_dgettext = yes; then | |
11296 cat >>confdefs.h <<EOF | |
11297 #define HAVE_LIBINTL 1 | |
25897 | 11298 EOF |
11299 | |
11300 LIBS="-lintl $LIBS" | |
11301 | |
40056 | 11302 fi |
11303 | |
41675 | 11304 echo "$as_me:11304: checking whether localtime caches TZ" >&5 |
40056 | 11305 echo $ECHO_N "checking whether localtime caches TZ... $ECHO_C" >&6 |
11306 if test "${emacs_cv_localtime_cache+set}" = set; then | |
11307 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
25897 | 11308 else |
11309 if test x$ac_cv_func_tzset = xyes; then | |
11310 if test "$cross_compiling" = yes; then | |
11311 # If we have tzset, assume the worst when cross-compiling. | |
11312 emacs_cv_localtime_cache=yes | |
11313 else | |
40056 | 11314 cat >conftest.$ac_ext <<_ACEOF |
41675 | 11315 #line 11315 "configure" |
25897 | 11316 #include "confdefs.h" |
11317 #include <time.h> | |
11318 extern char **environ; | |
11319 unset_TZ () | |
11320 { | |
11321 char **from, **to; | |
11322 for (to = from = environ; (*to = *from); from++) | |
11323 if (! (to[0][0] == 'T' && to[0][1] == 'Z' && to[0][2] == '=')) | |
11324 to++; | |
11325 } | |
11326 char TZ_GMT0[] = "TZ=GMT0"; | |
11327 char TZ_PST8[] = "TZ=PST8"; | |
11328 main() | |
11329 { | |
11330 time_t now = time ((time_t *) 0); | |
11331 int hour_GMT0, hour_unset; | |
11332 if (putenv (TZ_GMT0) != 0) | |
11333 exit (1); | |
11334 hour_GMT0 = localtime (&now)->tm_hour; | |
11335 unset_TZ (); | |
11336 hour_unset = localtime (&now)->tm_hour; | |
11337 if (putenv (TZ_PST8) != 0) | |
11338 exit (1); | |
11339 if (localtime (&now)->tm_hour == hour_GMT0) | |
11340 exit (1); | |
11341 unset_TZ (); | |
11342 if (localtime (&now)->tm_hour != hour_unset) | |
11343 exit (1); | |
11344 exit (0); | |
11345 } | |
40056 | 11346 _ACEOF |
11347 rm -f conftest$ac_exeext | |
41675 | 11348 if { (eval echo "$as_me:11348: \"$ac_link\"") >&5 |
11349 (eval $ac_link) 2>&5 | |
11350 ac_status=$? | |
11351 echo "$as_me:11351: \$? = $ac_status" >&5 | |
40056 | 11352 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
41675 | 11353 { (eval echo "$as_me:11353: \"$ac_try\"") >&5 |
11354 (eval $ac_try) 2>&5 | |
11355 ac_status=$? | |
11356 echo "$as_me:11356: \$? = $ac_status" >&5 | |
40056 | 11357 (exit $ac_status); }; }; then |
25897 | 11358 emacs_cv_localtime_cache=no |
11359 else | |
40056 | 11360 echo "$as_me: program exited with status $ac_status" >&5 |
11361 echo "$as_me: failed program was:" >&5 | |
11362 cat conftest.$ac_ext >&5 | |
11363 emacs_cv_localtime_cache=yes | |
11364 fi | |
11365 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | |
11366 fi | |
25897 | 11367 else |
11368 # If we lack tzset, report that localtime does not cache TZ, | |
11369 # since we can't invalidate the cache if we don't have tzset. | |
11370 emacs_cv_localtime_cache=no | |
11371 fi | |
11372 fi | |
41675 | 11373 echo "$as_me:11373: result: $emacs_cv_localtime_cache" >&5 |
40056 | 11374 echo "${ECHO_T}$emacs_cv_localtime_cache" >&6 |
25897 | 11375 if test $emacs_cv_localtime_cache = yes; then |
40056 | 11376 cat >>confdefs.h <<\EOF |
25897 | 11377 #define LOCALTIME_CACHE 1 |
11378 EOF | |
11379 | |
11380 fi | |
11381 | |
11382 if test "x$HAVE_TIMEVAL" = xyes; then | |
40056 | 11383 |
11384 for ac_func in gettimeofday | |
29906 | 11385 do |
40056 | 11386 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
41675 | 11387 echo "$as_me:11387: checking for $ac_func" >&5 |
40056 | 11388 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 |
11389 if eval "test \"\${$as_ac_var+set}\" = set"; then | |
11390 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
11391 else | |
11392 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 11393 #line 11393 "configure" |
29906 | 11394 #include "confdefs.h" |
11395 /* System header to define __stub macros and hopefully few prototypes, | |
40056 | 11396 which can conflict with char $ac_func (); below. */ |
29906 | 11397 #include <assert.h> |
11398 /* Override any gcc2 internal prototype to avoid an error. */ | |
40056 | 11399 #ifdef __cplusplus |
11400 extern "C" | |
11401 #endif | |
29906 | 11402 /* We use char because int might match the return type of a gcc2 |
40056 | 11403 builtin and then its argument prototype would still apply. */ |
11404 char $ac_func (); | |
11405 char (*f) (); | |
11406 | |
11407 int | |
11408 main () | |
11409 { | |
29906 | 11410 /* The GNU C library defines this for functions which it implements |
11411 to always fail with ENOSYS. Some functions are actually named | |
11412 something starting with __ and the normal name is an alias. */ | |
11413 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
11414 choke me | |
11415 #else | |
40056 | 11416 f = $ac_func; |
11417 #endif | |
11418 | |
11419 ; | |
11420 return 0; | |
11421 } | |
11422 _ACEOF | |
11423 rm -f conftest.$ac_objext conftest$ac_exeext | |
41675 | 11424 if { (eval echo "$as_me:11424: \"$ac_link\"") >&5 |
11425 (eval $ac_link) 2>&5 | |
11426 ac_status=$? | |
11427 echo "$as_me:11427: \$? = $ac_status" >&5 | |
41148 | 11428 (exit $ac_status); } && |
11429 { ac_try='test -s conftest$ac_exeext' | |
41675 | 11430 { (eval echo "$as_me:11430: \"$ac_try\"") >&5 |
11431 (eval $ac_try) 2>&5 | |
11432 ac_status=$? | |
11433 echo "$as_me:11433: \$? = $ac_status" >&5 | |
40056 | 11434 (exit $ac_status); }; }; then |
11435 eval "$as_ac_var=yes" | |
11436 else | |
11437 echo "$as_me: failed program was:" >&5 | |
11438 cat conftest.$ac_ext >&5 | |
11439 eval "$as_ac_var=no" | |
11440 fi | |
11441 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
11442 fi | |
41675 | 11443 echo "$as_me:11443: result: `eval echo '${'$as_ac_var'}'`" >&5 |
40056 | 11444 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 |
11445 if test `eval echo '${'$as_ac_var'}'` = yes; then | |
11446 cat >>confdefs.h <<EOF | |
11447 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
11448 EOF | |
11449 | |
29906 | 11450 fi |
11451 done | |
11452 | |
41675 | 11453 echo "$as_me:11453: checking whether gettimeofday can accept two arguments" >&5 |
40056 | 11454 echo $ECHO_N "checking whether gettimeofday can accept two arguments... $ECHO_C" >&6 |
11455 if test "${emacs_cv_gettimeofday_two_arguments+set}" = set; then | |
11456 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
11457 else | |
11458 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 11459 #line 11459 "configure" |
25897 | 11460 #include "confdefs.h" |
11461 | |
11462 #ifdef TIME_WITH_SYS_TIME | |
11463 #include <sys/time.h> | |
11464 #include <time.h> | |
11465 #else | |
11466 #ifdef HAVE_SYS_TIME_H | |
11467 #include <sys/time.h> | |
11468 #else | |
11469 #include <time.h> | |
11470 #endif | |
11471 #endif | |
40056 | 11472 int |
11473 main () | |
11474 { | |
29733 | 11475 struct timeval time; |
29906 | 11476 gettimeofday (&time, 0); |
40056 | 11477 ; |
11478 return 0; | |
11479 } | |
11480 _ACEOF | |
11481 rm -f conftest.$ac_objext | |
41675 | 11482 if { (eval echo "$as_me:11482: \"$ac_compile\"") >&5 |
40056 | 11483 (eval $ac_compile) 2>&5 |
11484 ac_status=$? | |
41675 | 11485 echo "$as_me:11485: \$? = $ac_status" >&5 |
41148 | 11486 (exit $ac_status); } && |
11487 { ac_try='test -s conftest.$ac_objext' | |
41675 | 11488 { (eval echo "$as_me:11488: \"$ac_try\"") >&5 |
11489 (eval $ac_try) 2>&5 | |
11490 ac_status=$? | |
11491 echo "$as_me:11491: \$? = $ac_status" >&5 | |
40056 | 11492 (exit $ac_status); }; }; then |
25897 | 11493 emacs_cv_gettimeofday_two_arguments=yes |
11494 else | |
40056 | 11495 echo "$as_me: failed program was:" >&5 |
11496 cat conftest.$ac_ext >&5 | |
11497 emacs_cv_gettimeofday_two_arguments=no | |
11498 fi | |
11499 rm -f conftest.$ac_objext conftest.$ac_ext | |
11500 fi | |
41675 | 11501 echo "$as_me:11501: result: $emacs_cv_gettimeofday_two_arguments" >&5 |
40056 | 11502 echo "${ECHO_T}$emacs_cv_gettimeofday_two_arguments" >&6 |
25897 | 11503 if test $emacs_cv_gettimeofday_two_arguments = no; then |
40056 | 11504 cat >>confdefs.h <<\EOF |
25897 | 11505 #define GETTIMEOFDAY_ONE_ARGUMENT 1 |
11506 EOF | |
11507 | |
11508 fi | |
11509 fi | |
11510 | |
29906 | 11511 if test "$ac_cv_func_gettimeofday" = yes; then |
41675 | 11512 echo "$as_me:11512: checking for struct timezone" >&5 |
40056 | 11513 echo $ECHO_N "checking for struct timezone... $ECHO_C" >&6 |
11514 if test "${emacs_cv_struct_timezone+set}" = set; then | |
11515 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
11516 else | |
11517 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 11518 #line 11518 "configure" |
29906 | 11519 #include "confdefs.h" |
11520 #include <sys/time.h> | |
40056 | 11521 int |
11522 main () | |
11523 { | |
29906 | 11524 struct timezone tz; |
40056 | 11525 ; |
11526 return 0; | |
11527 } | |
11528 _ACEOF | |
11529 rm -f conftest.$ac_objext | |
41675 | 11530 if { (eval echo "$as_me:11530: \"$ac_compile\"") >&5 |
40056 | 11531 (eval $ac_compile) 2>&5 |
11532 ac_status=$? | |
41675 | 11533 echo "$as_me:11533: \$? = $ac_status" >&5 |
41148 | 11534 (exit $ac_status); } && |
11535 { ac_try='test -s conftest.$ac_objext' | |
41675 | 11536 { (eval echo "$as_me:11536: \"$ac_try\"") >&5 |
11537 (eval $ac_try) 2>&5 | |
11538 ac_status=$? | |
11539 echo "$as_me:11539: \$? = $ac_status" >&5 | |
40056 | 11540 (exit $ac_status); }; }; then |
29906 | 11541 if test "$cross_compiling" = yes; then |
11542 emacs_cv_struct_timezone=yes | |
11543 else | |
40056 | 11544 cat >conftest.$ac_ext <<_ACEOF |
41675 | 11545 #line 11545 "configure" |
29906 | 11546 #include "confdefs.h" |
11547 | |
11548 #ifdef TIME_WITH_SYS_TIME | |
11549 #include <sys/time.h> | |
11550 #include <time.h> | |
11551 #else | |
11552 #ifdef HAVE_SYS_TIME_H | |
11553 #include <sys/time.h> | |
11554 #else | |
11555 #include <time.h> | |
11556 #endif | |
11557 #endif | |
11558 main () { | |
11559 struct timeval time; | |
11560 struct timezone dummy; | |
11561 exit (gettimeofday (&time, &dummy)); | |
11562 } | |
40056 | 11563 _ACEOF |
11564 rm -f conftest$ac_exeext | |
41675 | 11565 if { (eval echo "$as_me:11565: \"$ac_link\"") >&5 |
11566 (eval $ac_link) 2>&5 | |
11567 ac_status=$? | |
11568 echo "$as_me:11568: \$? = $ac_status" >&5 | |
40056 | 11569 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
41675 | 11570 { (eval echo "$as_me:11570: \"$ac_try\"") >&5 |
11571 (eval $ac_try) 2>&5 | |
11572 ac_status=$? | |
11573 echo "$as_me:11573: \$? = $ac_status" >&5 | |
40056 | 11574 (exit $ac_status); }; }; then |
29906 | 11575 emacs_cv_struct_timezone=yes |
11576 else | |
40056 | 11577 echo "$as_me: program exited with status $ac_status" >&5 |
11578 echo "$as_me: failed program was:" >&5 | |
11579 cat conftest.$ac_ext >&5 | |
11580 emacs_cv_struct_timezone=no | |
11581 fi | |
11582 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | |
11583 fi | |
11584 else | |
11585 echo "$as_me: failed program was:" >&5 | |
11586 cat conftest.$ac_ext >&5 | |
11587 emacs_cv_struct_timezone=no | |
11588 fi | |
11589 rm -f conftest.$ac_objext conftest.$ac_ext | |
11590 fi | |
41675 | 11591 echo "$as_me:11591: result: $emacs_cv_struct_timezone" >&5 |
40056 | 11592 echo "${ECHO_T}$emacs_cv_struct_timezone" >&6 |
29906 | 11593 fi |
11594 | |
25897 | 11595 ok_so_far=yes |
41675 | 11596 echo "$as_me:11596: checking for socket" >&5 |
40056 | 11597 echo $ECHO_N "checking for socket... $ECHO_C" >&6 |
11598 if test "${ac_cv_func_socket+set}" = set; then | |
11599 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
11600 else | |
11601 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 11602 #line 11602 "configure" |
25897 | 11603 #include "confdefs.h" |
11604 /* System header to define __stub macros and hopefully few prototypes, | |
40056 | 11605 which can conflict with char socket (); below. */ |
25897 | 11606 #include <assert.h> |
11607 /* Override any gcc2 internal prototype to avoid an error. */ | |
40056 | 11608 #ifdef __cplusplus |
11609 extern "C" | |
11610 #endif | |
25897 | 11611 /* We use char because int might match the return type of a gcc2 |
40056 | 11612 builtin and then its argument prototype would still apply. */ |
11613 char socket (); | |
11614 char (*f) (); | |
11615 | |
11616 int | |
11617 main () | |
11618 { | |
25897 | 11619 /* The GNU C library defines this for functions which it implements |
11620 to always fail with ENOSYS. Some functions are actually named | |
11621 something starting with __ and the normal name is an alias. */ | |
11622 #if defined (__stub_socket) || defined (__stub___socket) | |
11623 choke me | |
11624 #else | |
40056 | 11625 f = socket; |
11626 #endif | |
11627 | |
11628 ; | |
11629 return 0; | |
11630 } | |
11631 _ACEOF | |
11632 rm -f conftest.$ac_objext conftest$ac_exeext | |
41675 | 11633 if { (eval echo "$as_me:11633: \"$ac_link\"") >&5 |
11634 (eval $ac_link) 2>&5 | |
11635 ac_status=$? | |
11636 echo "$as_me:11636: \$? = $ac_status" >&5 | |
41148 | 11637 (exit $ac_status); } && |
11638 { ac_try='test -s conftest$ac_exeext' | |
41675 | 11639 { (eval echo "$as_me:11639: \"$ac_try\"") >&5 |
11640 (eval $ac_try) 2>&5 | |
11641 ac_status=$? | |
11642 echo "$as_me:11642: \$? = $ac_status" >&5 | |
40056 | 11643 (exit $ac_status); }; }; then |
11644 ac_cv_func_socket=yes | |
11645 else | |
11646 echo "$as_me: failed program was:" >&5 | |
11647 cat conftest.$ac_ext >&5 | |
11648 ac_cv_func_socket=no | |
11649 fi | |
11650 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
11651 fi | |
41675 | 11652 echo "$as_me:11652: result: $ac_cv_func_socket" >&5 |
40056 | 11653 echo "${ECHO_T}$ac_cv_func_socket" >&6 |
11654 if test $ac_cv_func_socket = yes; then | |
25897 | 11655 : |
11656 else | |
40056 | 11657 ok_so_far=no |
25897 | 11658 fi |
11659 | |
11660 if test $ok_so_far = yes; then | |
41675 | 11661 echo "$as_me:11661: checking for netinet/in.h" >&5 |
40056 | 11662 echo $ECHO_N "checking for netinet/in.h... $ECHO_C" >&6 |
11663 if test "${ac_cv_header_netinet_in_h+set}" = set; then | |
11664 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
11665 else | |
11666 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 11667 #line 11667 "configure" |
25897 | 11668 #include "confdefs.h" |
11669 #include <netinet/in.h> | |
40056 | 11670 _ACEOF |
41675 | 11671 if { (eval echo "$as_me:11671: \"$ac_cpp conftest.$ac_ext\"") >&5 |
40056 | 11672 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
11673 ac_status=$? | |
11674 egrep -v '^ *\+' conftest.er1 >conftest.err | |
11675 rm -f conftest.er1 | |
11676 cat conftest.err >&5 | |
41675 | 11677 echo "$as_me:11677: \$? = $ac_status" >&5 |
40056 | 11678 (exit $ac_status); } >/dev/null; then |
11679 if test -s conftest.err; then | |
11680 ac_cpp_err=$ac_c_preproc_warn_flag | |
11681 else | |
11682 ac_cpp_err= | |
11683 fi | |
11684 else | |
11685 ac_cpp_err=yes | |
11686 fi | |
11687 if test -z "$ac_cpp_err"; then | |
11688 ac_cv_header_netinet_in_h=yes | |
11689 else | |
11690 echo "$as_me: failed program was:" >&5 | |
25897 | 11691 cat conftest.$ac_ext >&5 |
40056 | 11692 ac_cv_header_netinet_in_h=no |
11693 fi | |
11694 rm -f conftest.err conftest.$ac_ext | |
11695 fi | |
41675 | 11696 echo "$as_me:11696: result: $ac_cv_header_netinet_in_h" >&5 |
40056 | 11697 echo "${ECHO_T}$ac_cv_header_netinet_in_h" >&6 |
11698 if test $ac_cv_header_netinet_in_h = yes; then | |
25897 | 11699 : |
11700 else | |
40056 | 11701 ok_so_far=no |
25897 | 11702 fi |
11703 | |
11704 fi | |
11705 if test $ok_so_far = yes; then | |
41675 | 11706 echo "$as_me:11706: checking for arpa/inet.h" >&5 |
40056 | 11707 echo $ECHO_N "checking for arpa/inet.h... $ECHO_C" >&6 |
11708 if test "${ac_cv_header_arpa_inet_h+set}" = set; then | |
11709 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
11710 else | |
11711 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 11712 #line 11712 "configure" |
25897 | 11713 #include "confdefs.h" |
11714 #include <arpa/inet.h> | |
40056 | 11715 _ACEOF |
41675 | 11716 if { (eval echo "$as_me:11716: \"$ac_cpp conftest.$ac_ext\"") >&5 |
40056 | 11717 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
11718 ac_status=$? | |
11719 egrep -v '^ *\+' conftest.er1 >conftest.err | |
11720 rm -f conftest.er1 | |
11721 cat conftest.err >&5 | |
41675 | 11722 echo "$as_me:11722: \$? = $ac_status" >&5 |
40056 | 11723 (exit $ac_status); } >/dev/null; then |
11724 if test -s conftest.err; then | |
11725 ac_cpp_err=$ac_c_preproc_warn_flag | |
11726 else | |
11727 ac_cpp_err= | |
11728 fi | |
11729 else | |
11730 ac_cpp_err=yes | |
11731 fi | |
11732 if test -z "$ac_cpp_err"; then | |
11733 ac_cv_header_arpa_inet_h=yes | |
11734 else | |
11735 echo "$as_me: failed program was:" >&5 | |
25897 | 11736 cat conftest.$ac_ext >&5 |
40056 | 11737 ac_cv_header_arpa_inet_h=no |
11738 fi | |
11739 rm -f conftest.err conftest.$ac_ext | |
11740 fi | |
41675 | 11741 echo "$as_me:11741: result: $ac_cv_header_arpa_inet_h" >&5 |
40056 | 11742 echo "${ECHO_T}$ac_cv_header_arpa_inet_h" >&6 |
11743 if test $ac_cv_header_arpa_inet_h = yes; then | |
25897 | 11744 : |
11745 else | |
40056 | 11746 ok_so_far=no |
25897 | 11747 fi |
11748 | |
11749 fi | |
11750 if test $ok_so_far = yes; then | |
40056 | 11751 cat >>confdefs.h <<\EOF |
25897 | 11752 #define HAVE_INET_SOCKETS 1 |
11753 EOF | |
11754 | |
11755 fi | |
11756 | |
11757 if test -f /usr/lpp/X11/bin/smt.exp; then | |
40056 | 11758 cat >>confdefs.h <<\EOF |
25897 | 11759 #define HAVE_AIX_SMT_EXP 1 |
11760 EOF | |
11761 | |
11762 fi | |
11763 | |
41675 | 11764 echo "$as_me:11764: checking whether system supports dynamic ptys" >&5 |
40056 | 11765 echo $ECHO_N "checking whether system supports dynamic ptys... $ECHO_C" >&6 |
26382
78660eeae4b2
Fix change for --with-pop default.
Dave Love <fx@gnu.org>
parents:
26081
diff
changeset
|
11766 if test -d /dev/pts && ls -d /dev/ptmx > /dev/null 2>&1 ; then |
41675 | 11767 echo "$as_me:11767: result: yes" >&5 |
40056 | 11768 echo "${ECHO_T}yes" >&6 |
11769 cat >>confdefs.h <<\EOF | |
26382
78660eeae4b2
Fix change for --with-pop default.
Dave Love <fx@gnu.org>
parents:
26081
diff
changeset
|
11770 #define HAVE_DEV_PTMX 1 |
78660eeae4b2
Fix change for --with-pop default.
Dave Love <fx@gnu.org>
parents:
26081
diff
changeset
|
11771 EOF |
78660eeae4b2
Fix change for --with-pop default.
Dave Love <fx@gnu.org>
parents:
26081
diff
changeset
|
11772 |
78660eeae4b2
Fix change for --with-pop default.
Dave Love <fx@gnu.org>
parents:
26081
diff
changeset
|
11773 else |
41675 | 11774 echo "$as_me:11774: result: no" >&5 |
40056 | 11775 echo "${ECHO_T}no" >&6 |
11776 fi | |
11777 | |
41675 | 11778 echo "$as_me:11778: checking for pid_t" >&5 |
40056 | 11779 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6 |
11780 if test "${ac_cv_type_pid_t+set}" = set; then | |
11781 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
11782 else | |
11783 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 11784 #line 11784 "configure" |
40056 | 11785 #include "confdefs.h" |
11786 $ac_includes_default | |
11787 int | |
11788 main () | |
11789 { | |
11790 if ((pid_t *) 0) | |
11791 return 0; | |
11792 if (sizeof (pid_t)) | |
11793 return 0; | |
11794 ; | |
11795 return 0; | |
11796 } | |
11797 _ACEOF | |
11798 rm -f conftest.$ac_objext | |
41675 | 11799 if { (eval echo "$as_me:11799: \"$ac_compile\"") >&5 |
40056 | 11800 (eval $ac_compile) 2>&5 |
11801 ac_status=$? | |
41675 | 11802 echo "$as_me:11802: \$? = $ac_status" >&5 |
41148 | 11803 (exit $ac_status); } && |
11804 { ac_try='test -s conftest.$ac_objext' | |
41675 | 11805 { (eval echo "$as_me:11805: \"$ac_try\"") >&5 |
11806 (eval $ac_try) 2>&5 | |
11807 ac_status=$? | |
11808 echo "$as_me:11808: \$? = $ac_status" >&5 | |
40056 | 11809 (exit $ac_status); }; }; then |
27675 | 11810 ac_cv_type_pid_t=yes |
11811 else | |
40056 | 11812 echo "$as_me: failed program was:" >&5 |
11813 cat conftest.$ac_ext >&5 | |
11814 ac_cv_type_pid_t=no | |
11815 fi | |
11816 rm -f conftest.$ac_objext conftest.$ac_ext | |
11817 fi | |
41675 | 11818 echo "$as_me:11818: result: $ac_cv_type_pid_t" >&5 |
40056 | 11819 echo "${ECHO_T}$ac_cv_type_pid_t" >&6 |
11820 if test $ac_cv_type_pid_t = yes; then | |
11821 : | |
11822 else | |
11823 | |
11824 cat >>confdefs.h <<EOF | |
27675 | 11825 #define pid_t int |
11826 EOF | |
11827 | |
11828 fi | |
11829 | |
40056 | 11830 for ac_header in unistd.h vfork.h |
11831 do | |
11832 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
41675 | 11833 echo "$as_me:11833: checking for $ac_header" >&5 |
40056 | 11834 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
11835 if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
11836 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
11837 else | |
11838 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 11839 #line 11839 "configure" |
40056 | 11840 #include "confdefs.h" |
11841 #include <$ac_header> | |
11842 _ACEOF | |
41675 | 11843 if { (eval echo "$as_me:11843: \"$ac_cpp conftest.$ac_ext\"") >&5 |
40056 | 11844 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
11845 ac_status=$? | |
11846 egrep -v '^ *\+' conftest.er1 >conftest.err | |
11847 rm -f conftest.er1 | |
11848 cat conftest.err >&5 | |
41675 | 11849 echo "$as_me:11849: \$? = $ac_status" >&5 |
40056 | 11850 (exit $ac_status); } >/dev/null; then |
11851 if test -s conftest.err; then | |
11852 ac_cpp_err=$ac_c_preproc_warn_flag | |
11853 else | |
11854 ac_cpp_err= | |
11855 fi | |
11856 else | |
11857 ac_cpp_err=yes | |
11858 fi | |
11859 if test -z "$ac_cpp_err"; then | |
11860 eval "$as_ac_Header=yes" | |
11861 else | |
11862 echo "$as_me: failed program was:" >&5 | |
27675 | 11863 cat conftest.$ac_ext >&5 |
40056 | 11864 eval "$as_ac_Header=no" |
11865 fi | |
11866 rm -f conftest.err conftest.$ac_ext | |
11867 fi | |
41675 | 11868 echo "$as_me:11868: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
40056 | 11869 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
11870 if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
11871 cat >>confdefs.h <<EOF | |
11872 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
11873 EOF | |
11874 | |
11875 fi | |
11876 done | |
11877 | |
11878 for ac_func in fork vfork | |
11879 do | |
11880 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
41675 | 11881 echo "$as_me:11881: checking for $ac_func" >&5 |
40056 | 11882 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 |
11883 if eval "test \"\${$as_ac_var+set}\" = set"; then | |
11884 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
11885 else | |
11886 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 11887 #line 11887 "configure" |
27675 | 11888 #include "confdefs.h" |
11889 /* System header to define __stub macros and hopefully few prototypes, | |
40056 | 11890 which can conflict with char $ac_func (); below. */ |
27675 | 11891 #include <assert.h> |
11892 /* Override any gcc2 internal prototype to avoid an error. */ | |
40056 | 11893 #ifdef __cplusplus |
11894 extern "C" | |
11895 #endif | |
27675 | 11896 /* We use char because int might match the return type of a gcc2 |
40056 | 11897 builtin and then its argument prototype would still apply. */ |
11898 char $ac_func (); | |
11899 char (*f) (); | |
11900 | |
11901 int | |
11902 main () | |
11903 { | |
27675 | 11904 /* The GNU C library defines this for functions which it implements |
11905 to always fail with ENOSYS. Some functions are actually named | |
11906 something starting with __ and the normal name is an alias. */ | |
40056 | 11907 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) |
27675 | 11908 choke me |
11909 #else | |
40056 | 11910 f = $ac_func; |
11911 #endif | |
11912 | |
11913 ; | |
11914 return 0; | |
11915 } | |
11916 _ACEOF | |
11917 rm -f conftest.$ac_objext conftest$ac_exeext | |
41675 | 11918 if { (eval echo "$as_me:11918: \"$ac_link\"") >&5 |
11919 (eval $ac_link) 2>&5 | |
11920 ac_status=$? | |
11921 echo "$as_me:11921: \$? = $ac_status" >&5 | |
41148 | 11922 (exit $ac_status); } && |
11923 { ac_try='test -s conftest$ac_exeext' | |
41675 | 11924 { (eval echo "$as_me:11924: \"$ac_try\"") >&5 |
11925 (eval $ac_try) 2>&5 | |
11926 ac_status=$? | |
11927 echo "$as_me:11927: \$? = $ac_status" >&5 | |
40056 | 11928 (exit $ac_status); }; }; then |
11929 eval "$as_ac_var=yes" | |
11930 else | |
11931 echo "$as_me: failed program was:" >&5 | |
11932 cat conftest.$ac_ext >&5 | |
11933 eval "$as_ac_var=no" | |
11934 fi | |
11935 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
11936 fi | |
41675 | 11937 echo "$as_me:11937: result: `eval echo '${'$as_ac_var'}'`" >&5 |
40056 | 11938 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 |
11939 if test `eval echo '${'$as_ac_var'}'` = yes; then | |
11940 cat >>confdefs.h <<EOF | |
11941 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
11942 EOF | |
11943 | |
11944 fi | |
11945 done | |
11946 | |
11947 ac_cv_func_fork_works=$ac_cv_func_fork | |
11948 if test "x$ac_cv_func_fork" = xyes; then | |
41675 | 11949 echo "$as_me:11949: checking for working fork" >&5 |
40056 | 11950 echo $ECHO_N "checking for working fork... $ECHO_C" >&6 |
11951 if test "${ac_cv_func_fork_works+set}" = set; then | |
11952 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
11953 else | |
11954 if test "$cross_compiling" = yes; then | |
11955 ac_cv_func_fork_works=cross | |
11956 else | |
11957 cat >conftest.$ac_ext <<_ACEOF | |
11958 /* By Rüdiger Kuhlmann. */ | |
11959 #include <sys/types.h> | |
11960 #if HAVE_UNISTD_H | |
11961 # include <unistd.h> | |
11962 #endif | |
11963 /* Some systems only have a dummy stub for fork() */ | |
11964 int main () | |
11965 { | |
11966 if (fork() < 0) | |
11967 exit (1); | |
11968 exit (0); | |
11969 } | |
11970 _ACEOF | |
11971 rm -f conftest$ac_exeext | |
41675 | 11972 if { (eval echo "$as_me:11972: \"$ac_link\"") >&5 |
11973 (eval $ac_link) 2>&5 | |
11974 ac_status=$? | |
11975 echo "$as_me:11975: \$? = $ac_status" >&5 | |
40056 | 11976 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
41675 | 11977 { (eval echo "$as_me:11977: \"$ac_try\"") >&5 |
11978 (eval $ac_try) 2>&5 | |
11979 ac_status=$? | |
11980 echo "$as_me:11980: \$? = $ac_status" >&5 | |
40056 | 11981 (exit $ac_status); }; }; then |
11982 ac_cv_func_fork_works=yes | |
11983 else | |
11984 echo "$as_me: program exited with status $ac_status" >&5 | |
11985 echo "$as_me: failed program was:" >&5 | |
11986 cat conftest.$ac_ext >&5 | |
11987 ac_cv_func_fork_works=no | |
11988 fi | |
11989 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | |
11990 fi | |
11991 fi | |
41675 | 11992 echo "$as_me:11992: result: $ac_cv_func_fork_works" >&5 |
40056 | 11993 echo "${ECHO_T}$ac_cv_func_fork_works" >&6 |
11994 | |
11995 fi | |
11996 if test "x$ac_cv_func_fork_works" = xcross; then | |
11997 case $host in | |
11998 *-*-amigaos* | *-*-msdosdjgpp*) | |
11999 # Override, as these systems have only a dummy fork() stub | |
12000 ac_cv_func_fork_works=no | |
12001 ;; | |
12002 *) | |
12003 ac_cv_func_fork_works=yes | |
12004 ;; | |
12005 esac | |
41675 | 12006 { echo "$as_me:12006: WARNING: CROSS: Result $ac_cv_func_fork_works guessed due to cross-compiling." >&5 |
40056 | 12007 echo "$as_me: WARNING: CROSS: Result $ac_cv_func_fork_works guessed due to cross-compiling." >&2;} |
12008 fi | |
27675 | 12009 ac_cv_func_vfork_works=$ac_cv_func_vfork |
40056 | 12010 if test "x$ac_cv_func_vfork" = xyes; then |
41675 | 12011 echo "$as_me:12011: checking for working vfork" >&5 |
40056 | 12012 echo $ECHO_N "checking for working vfork... $ECHO_C" >&6 |
12013 if test "${ac_cv_func_vfork_works+set}" = set; then | |
12014 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
12015 else | |
12016 if test "$cross_compiling" = yes; then | |
12017 ac_cv_func_vfork_works=cross | |
12018 else | |
12019 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 12020 #line 12020 "configure" |
27675 | 12021 #include "confdefs.h" |
12022 /* Thanks to Paul Eggert for this test. */ | |
12023 #include <stdio.h> | |
12024 #include <sys/types.h> | |
12025 #include <sys/stat.h> | |
40056 | 12026 #if HAVE_UNISTD_H |
12027 # include <unistd.h> | |
12028 #endif | |
12029 #if HAVE_VFORK_H | |
12030 # include <vfork.h> | |
27675 | 12031 #endif |
12032 /* On some sparc systems, changes by the child to local and incoming | |
40056 | 12033 argument registers are propagated back to the parent. The compiler |
12034 is told about this with #include <vfork.h>, but some compilers | |
12035 (e.g. gcc -O) don't grok <vfork.h>. Test for this by using a | |
12036 static variable whose address is put into a register that is | |
12037 clobbered by the vfork. */ | |
27675 | 12038 static |
12039 #ifdef __cplusplus | |
12040 sparc_address_test (int arg) | |
40056 | 12041 # else |
27675 | 12042 sparc_address_test (arg) int arg; |
12043 #endif | |
12044 { | |
12045 static pid_t child; | |
12046 if (!child) { | |
12047 child = vfork (); | |
12048 if (child < 0) { | |
12049 perror ("vfork"); | |
12050 _exit(2); | |
12051 } | |
12052 if (!child) { | |
12053 arg = getpid(); | |
12054 write(-1, "", 0); | |
12055 _exit (arg); | |
12056 } | |
12057 } | |
12058 } | |
40056 | 12059 |
12060 int | |
12061 main () | |
12062 { | |
27675 | 12063 pid_t parent = getpid (); |
12064 pid_t child; | |
12065 | |
12066 sparc_address_test (); | |
12067 | |
12068 child = vfork (); | |
12069 | |
12070 if (child == 0) { | |
40056 | 12071 /* Here is another test for sparc vfork register problems. This |
12072 test uses lots of local variables, at least as many local | |
12073 variables as main has allocated so far including compiler | |
12074 temporaries. 4 locals are enough for gcc 1.40.3 on a Solaris | |
12075 4.1.3 sparc, but we use 8 to be safe. A buggy compiler should | |
12076 reuse the register of parent for one of the local variables, | |
12077 since it will think that parent can't possibly be used any more | |
12078 in this routine. Assigning to the local variable will thus | |
12079 munge parent in the parent process. */ | |
27675 | 12080 pid_t |
12081 p = getpid(), p1 = getpid(), p2 = getpid(), p3 = getpid(), | |
12082 p4 = getpid(), p5 = getpid(), p6 = getpid(), p7 = getpid(); | |
12083 /* Convince the compiler that p..p7 are live; otherwise, it might | |
12084 use the same hardware register for all 8 local variables. */ | |
12085 if (p != p1 || p != p2 || p != p3 || p != p4 | |
12086 || p != p5 || p != p6 || p != p7) | |
12087 _exit(1); | |
12088 | |
40056 | 12089 /* On some systems (e.g. IRIX 3.3), vfork doesn't separate parent |
12090 from child file descriptors. If the child closes a descriptor | |
12091 before it execs or exits, this munges the parent's descriptor | |
12092 as well. Test for this by closing stdout in the child. */ | |
27675 | 12093 _exit(close(fileno(stdout)) != 0); |
12094 } else { | |
12095 int status; | |
12096 struct stat st; | |
12097 | |
12098 while (wait(&status) != child) | |
12099 ; | |
12100 exit( | |
12101 /* Was there some problem with vforking? */ | |
12102 child < 0 | |
12103 | |
12104 /* Did the child fail? (This shouldn't happen.) */ | |
12105 || status | |
12106 | |
12107 /* Did the vfork/compiler bug occur? */ | |
12108 || parent != getpid() | |
12109 | |
12110 /* Did the file descriptor bug occur? */ | |
12111 || fstat(fileno(stdout), &st) != 0 | |
12112 ); | |
12113 } | |
12114 } | |
40056 | 12115 _ACEOF |
12116 rm -f conftest$ac_exeext | |
41675 | 12117 if { (eval echo "$as_me:12117: \"$ac_link\"") >&5 |
12118 (eval $ac_link) 2>&5 | |
12119 ac_status=$? | |
12120 echo "$as_me:12120: \$? = $ac_status" >&5 | |
40056 | 12121 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
41675 | 12122 { (eval echo "$as_me:12122: \"$ac_try\"") >&5 |
12123 (eval $ac_try) 2>&5 | |
12124 ac_status=$? | |
12125 echo "$as_me:12125: \$? = $ac_status" >&5 | |
40056 | 12126 (exit $ac_status); }; }; then |
27675 | 12127 ac_cv_func_vfork_works=yes |
12128 else | |
40056 | 12129 echo "$as_me: program exited with status $ac_status" >&5 |
12130 echo "$as_me: failed program was:" >&5 | |
12131 cat conftest.$ac_ext >&5 | |
12132 ac_cv_func_vfork_works=no | |
12133 fi | |
12134 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | |
12135 fi | |
12136 fi | |
41675 | 12137 echo "$as_me:12137: result: $ac_cv_func_vfork_works" >&5 |
40056 | 12138 echo "${ECHO_T}$ac_cv_func_vfork_works" >&6 |
12139 | |
12140 fi; | |
12141 if test "x$ac_cv_func_fork_works" = xcross; then | |
12142 ac_cv_func_vfork_works=ac_cv_func_vfork | |
41675 | 12143 { echo "$as_me:12143: WARNING: CROSS: Result $ac_cv_func_vfork_works guessed due to cross-compiling." >&5 |
40056 | 12144 echo "$as_me: WARNING: CROSS: Result $ac_cv_func_vfork_works guessed due to cross-compiling." >&2;} |
12145 fi | |
12146 | |
12147 if test "x$ac_cv_func_vfork_works" = xyes; then | |
12148 | |
12149 cat >>confdefs.h <<\EOF | |
12150 #define HAVE_WORKING_VFORK 1 | |
12151 EOF | |
12152 | |
12153 else | |
12154 | |
12155 cat >>confdefs.h <<\EOF | |
27675 | 12156 #define vfork fork |
12157 EOF | |
12158 | |
12159 fi | |
40056 | 12160 if test "x$ac_cv_func_fork_works" = xyes; then |
12161 | |
12162 cat >>confdefs.h <<\EOF | |
12163 #define HAVE_WORKING_FORK 1 | |
12164 EOF | |
12165 | |
12166 fi | |
27675 | 12167 |
30395 | 12168 # Fixme: This should be replaced when we have autoconf 2.14. |
41675 | 12169 echo "$as_me:12169: checking for size_t" >&5 |
40056 | 12170 echo $ECHO_N "checking for size_t... $ECHO_C" >&6 |
12171 if test "${ac_cv_type_size_t+set}" = set; then | |
12172 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
12173 else | |
12174 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 12175 #line 12175 "configure" |
40056 | 12176 #include "confdefs.h" |
12177 $ac_includes_default | |
12178 int | |
12179 main () | |
12180 { | |
12181 if ((size_t *) 0) | |
12182 return 0; | |
12183 if (sizeof (size_t)) | |
12184 return 0; | |
12185 ; | |
12186 return 0; | |
12187 } | |
12188 _ACEOF | |
12189 rm -f conftest.$ac_objext | |
41675 | 12190 if { (eval echo "$as_me:12190: \"$ac_compile\"") >&5 |
40056 | 12191 (eval $ac_compile) 2>&5 |
12192 ac_status=$? | |
41675 | 12193 echo "$as_me:12193: \$? = $ac_status" >&5 |
41148 | 12194 (exit $ac_status); } && |
12195 { ac_try='test -s conftest.$ac_objext' | |
41675 | 12196 { (eval echo "$as_me:12196: \"$ac_try\"") >&5 |
12197 (eval $ac_try) 2>&5 | |
12198 ac_status=$? | |
12199 echo "$as_me:12199: \$? = $ac_status" >&5 | |
40056 | 12200 (exit $ac_status); }; }; then |
30395 | 12201 ac_cv_type_size_t=yes |
12202 else | |
40056 | 12203 echo "$as_me: failed program was:" >&5 |
12204 cat conftest.$ac_ext >&5 | |
12205 ac_cv_type_size_t=no | |
12206 fi | |
12207 rm -f conftest.$ac_objext conftest.$ac_ext | |
12208 fi | |
41675 | 12209 echo "$as_me:12209: result: $ac_cv_type_size_t" >&5 |
40056 | 12210 echo "${ECHO_T}$ac_cv_type_size_t" >&6 |
12211 if test $ac_cv_type_size_t = yes; then | |
12212 : | |
12213 else | |
12214 | |
12215 cat >>confdefs.h <<EOF | |
30395 | 12216 #define size_t unsigned |
12217 EOF | |
12218 | |
12219 fi | |
12220 | |
25897 | 12221 # Set up the CFLAGS for real compilation, so we can substitute it. |
12222 CFLAGS="$REAL_CFLAGS" | |
29990
98af0f021739
* configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS, while
Ken Raeburn <raeburn@raeburn.org>
parents:
29949
diff
changeset
|
12223 CPPFLAGS="$REAL_CPPFLAGS" |
25897 | 12224 |
12225 #### Find out which version of Emacs this is. | |
12226 version=`grep 'defconst[ ]*emacs-version' ${srcdir}/lisp/version.el \ | |
12227 | sed -e 's/^[^"]*"\([^"]*\)".*$/\1/'` | |
12228 if test x"${version}" = x; then | |
41675 | 12229 { { echo "$as_me:12229: error: can't find current emacs version in \`${srcdir}/lisp/version.el'." >&5 |
40056 | 12230 echo "$as_me: error: can't find current emacs version in \`${srcdir}/lisp/version.el'." >&2;} |
12231 { (exit 1); exit 1; }; } | |
25897 | 12232 fi |
12233 | |
12234 ### Specify what sort of things we'll be editing into Makefile and config.h. | |
12235 ### Use configuration here uncanonicalized to avoid exceeding size limits. | |
12236 | |
40056 | 12237 cat >>confdefs.h <<EOF |
25897 | 12238 #define EMACS_CONFIGURATION "${canonical}" |
12239 EOF | |
12240 | |
40056 | 12241 cat >>confdefs.h <<EOF |
25897 | 12242 #define EMACS_CONFIG_OPTIONS "${ac_configure_args}" |
12243 EOF | |
12244 | |
40056 | 12245 cat >>confdefs.h <<EOF |
25897 | 12246 #define config_machfile "${machfile}" |
12247 EOF | |
12248 | |
40056 | 12249 cat >>confdefs.h <<EOF |
25897 | 12250 #define config_opsysfile "${opsysfile}" |
12251 EOF | |
12252 | |
40056 | 12253 cat >>confdefs.h <<EOF |
25897 | 12254 #define LD_SWITCH_X_SITE ${LD_SWITCH_X_SITE} |
12255 EOF | |
12256 | |
40056 | 12257 cat >>confdefs.h <<EOF |
25897 | 12258 #define LD_SWITCH_X_SITE_AUX ${LD_SWITCH_X_SITE_AUX} |
12259 EOF | |
12260 | |
40056 | 12261 cat >>confdefs.h <<EOF |
25897 | 12262 #define C_SWITCH_X_SITE ${C_SWITCH_X_SITE} |
12263 EOF | |
12264 | |
40056 | 12265 cat >>confdefs.h <<EOF |
25897 | 12266 #define UNEXEC_SRC ${UNEXEC_SRC} |
12267 EOF | |
12268 | |
12269 if test "${HAVE_X_WINDOWS}" = "yes" ; then | |
40056 | 12270 cat >>confdefs.h <<\EOF |
25897 | 12271 #define HAVE_X_WINDOWS 1 |
12272 EOF | |
12273 | |
12274 fi | |
12275 if test "${USE_X_TOOLKIT}" != "none" ; then | |
40056 | 12276 cat >>confdefs.h <<\EOF |
25897 | 12277 #define USE_X_TOOLKIT 1 |
12278 EOF | |
12279 | |
12280 fi | |
12281 if test "${HAVE_X11}" = "yes" ; then | |
40056 | 12282 cat >>confdefs.h <<\EOF |
25897 | 12283 #define HAVE_X11 1 |
12284 EOF | |
12285 | |
12286 fi | |
12287 if test "${HAVE_XFREE386}" = "yes" ; then | |
40056 | 12288 cat >>confdefs.h <<\EOF |
25897 | 12289 #define HAVE_XFREE386 1 |
12290 EOF | |
12291 | |
12292 fi | |
12293 if test "${HAVE_MENUS}" = "yes" ; then | |
40056 | 12294 cat >>confdefs.h <<\EOF |
25897 | 12295 #define HAVE_MENUS 1 |
12296 EOF | |
12297 | |
12298 fi | |
12299 if test "${GNU_MALLOC}" = "yes" ; then | |
40056 | 12300 cat >>confdefs.h <<\EOF |
25897 | 12301 #define GNU_MALLOC 1 |
12302 EOF | |
12303 | |
12304 fi | |
12305 if test "${REL_ALLOC}" = "yes" ; then | |
40056 | 12306 cat >>confdefs.h <<\EOF |
25897 | 12307 #define REL_ALLOC 1 |
12308 EOF | |
12309 | |
12310 fi | |
12311 | |
40777 | 12312 for ac_header in nlist.h |
12313 do | |
12314 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
41675 | 12315 echo "$as_me:12315: checking for $ac_header" >&5 |
40777 | 12316 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
12317 if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
12318 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
12319 else | |
12320 cat >conftest.$ac_ext <<_ACEOF | |
41675 | 12321 #line 12321 "configure" |
40777 | 12322 #include "confdefs.h" |
12323 #include <$ac_header> | |
12324 _ACEOF | |
41675 | 12325 if { (eval echo "$as_me:12325: \"$ac_cpp conftest.$ac_ext\"") >&5 |
40777 | 12326 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
12327 ac_status=$? | |
12328 egrep -v '^ *\+' conftest.er1 >conftest.err | |
12329 rm -f conftest.er1 | |
12330 cat conftest.err >&5 | |
41675 | 12331 echo "$as_me:12331: \$? = $ac_status" >&5 |
40777 | 12332 (exit $ac_status); } >/dev/null; then |
12333 if test -s conftest.err; then | |
12334 ac_cpp_err=$ac_c_preproc_warn_flag | |
12335 else | |
12336 ac_cpp_err= | |
12337 fi | |
12338 else | |
12339 ac_cpp_err=yes | |
12340 fi | |
12341 if test -z "$ac_cpp_err"; then | |
12342 eval "$as_ac_Header=yes" | |
12343 else | |
12344 echo "$as_me: failed program was:" >&5 | |
12345 cat conftest.$ac_ext >&5 | |
12346 eval "$as_ac_Header=no" | |
12347 fi | |
12348 rm -f conftest.err conftest.$ac_ext | |
12349 fi | |
41675 | 12350 echo "$as_me:12350: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
40777 | 12351 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
12352 if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
12353 cat >>confdefs.h <<EOF | |
12354 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
12355 EOF | |
12356 | |
12357 cat >>confdefs.h <<\EOF | |
12358 #define NLIST_STRUCT 1 | |
12359 EOF | |
12360 | |
12361 fi | |
12362 done | |
12363 | |
25897 | 12364 #### Report on what we decided to do. |
12365 echo " | |
12366 Configured for \`${canonical}'. | |
12367 | |
12368 Where should the build process find the source code? ${srcdir} | |
12369 What operating system and machine description files should Emacs use? | |
12370 \`${opsysfile}' and \`${machfile}' | |
12371 What compiler should emacs be built with? ${CC} ${CFLAGS} | |
12372 Should Emacs use the GNU version of malloc? ${GNU_MALLOC}${GNU_MALLOC_reason} | |
31417 | 12373 Should Emacs use a relocating allocator for buffers? ${REL_ALLOC} |
31607 | 12374 Should Emacs use mmap(2) for buffer allocation? $use_mmap_for_buffers |
25897 | 12375 What window system should Emacs use? ${window_system} |
12376 What toolkit should Emacs use? ${USE_X_TOOLKIT}" | |
12377 | |
12378 if test -n "${x_includes}"; then | |
12379 echo " Where do we find X Windows header files? ${x_includes}" | |
12380 else | |
12381 echo " Where do we find X Windows header files? Standard dirs" | |
12382 fi | |
12383 if test -n "${x_libraries}"; then | |
12384 echo " Where do we find X Windows libraries? ${x_libraries}" | |
12385 else | |
12386 echo " Where do we find X Windows libraries? Standard dirs" | |
12387 fi | |
12388 | |
12389 echo " Does Emacs use -lXaw3d? ${HAVE_XAW3D}" | |
12390 echo " Does Emacs use -lXpm? ${HAVE_XPM}" | |
12391 echo " Does Emacs use -ljpeg? ${HAVE_JPEG}" | |
12392 echo " Does Emacs use -ltiff? ${HAVE_TIFF}" | |
12393 echo " Does Emacs use -lungif? ${HAVE_GIF}" | |
12394 echo " Does Emacs use -lpng? ${HAVE_PNG}" | |
12395 echo " Does Emacs use X toolkit scroll bars? ${USE_TOOLKIT_SCROLL_BARS}" | |
12396 echo | |
12397 | |
12398 # Remove any trailing slashes in these variables. | |
12399 test "${prefix}" != NONE && | |
12400 prefix=`echo "${prefix}" | sed 's,\([^/]\)/*$,\1,'` | |
12401 test "${exec_prefix}" != NONE && | |
12402 exec_prefix=`echo "${exec_prefix}" | sed 's,\([^/]\)/*$,\1,'` | |
12403 | |
36354 | 12404 ## Check if the C preprocessor will convert `..' to `. .'. If so, set |
12405 ## CPP_NEED_TRADITIONAL to `yes' so that the code to generate Makefile | |
12406 ## from Makefile.c can correctly provide the arg `-traditional' to the | |
12407 ## C preprocessor. | |
12408 | |
40056 | 12409 cat >conftest.$ac_ext <<_ACEOF |
41675 | 12410 #line 12410 "configure" |
36354 | 12411 #include "confdefs.h" |
12412 yes..yes | |
40056 | 12413 _ACEOF |
36354 | 12414 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
12415 egrep "yes..yes" >/dev/null 2>&1; then | |
12416 CPP_NEED_TRADITIONAL=no | |
12417 else | |
12418 CPP_NEED_TRADITIONAL=yes | |
12419 fi | |
12420 rm -f conftest* | |
12421 | |
41431 | 12422 ac_config_files="$ac_config_files Makefile lib-src/Makefile.c:lib-src/Makefile.in oldXMenu/Makefile man/Makefile lwlib/Makefile src/Makefile.c:src/Makefile.in lisp/Makefile lispref/Makefile lispintro/Makefile leim/Makefile" |
40056 | 12423 ac_config_commands="$ac_config_commands default" |
12424 cat >confcache <<\_ACEOF | |
25897 | 12425 # This file is a shell script that caches the results of configure |
12426 # tests run on this system so they can be shared between configure | |
40056 | 12427 # scripts and configure runs, see configure's option --config-cache. |
12428 # It is not useful on other systems. If it contains results you don't | |
12429 # want to keep, you may remove or edit it. | |
12430 # | |
12431 # config.status only pays attention to the cache file if you give it | |
12432 # the --recheck option to rerun configure. | |
25897 | 12433 # |
40056 | 12434 # `ac_cv_env_foo' variables (set or unset) will be overriden when |
12435 # loading this file, other *unset* `ac_cv_foo' will be assigned the | |
12436 # following values. | |
12437 | |
12438 _ACEOF | |
12439 | |
25897 | 12440 # The following way of writing the cache mishandles newlines in values, |
12441 # but we know of no workaround that is simple, portable, and efficient. | |
12442 # So, don't put newlines in cache variables' values. | |
12443 # Ultrix sh set writes to stderr and can't be redirected directly, | |
12444 # and sets the high bit in the cache file unless we assign to the vars. | |
40056 | 12445 { |
12446 (set) 2>&1 | | |
12447 case `(ac_space=' '; set | grep ac_space) 2>&1` in | |
12448 *ac_space=\ *) | |
12449 # `set' does not quote correctly, so add quotes (double-quote | |
12450 # substitution turns \\\\ into \\, and sed turns \\ into \). | |
12451 sed -n \ | |
12452 "s/'/'\\\\''/g; | |
12453 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" | |
12454 ;; | |
12455 *) | |
12456 # `set' quotes correctly as required by POSIX, so do not add quotes. | |
12457 sed -n \ | |
12458 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" | |
12459 ;; | |
12460 esac; | |
12461 } | | |
12462 sed ' | |
12463 t clear | |
12464 : clear | |
12465 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ | |
12466 t end | |
12467 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ | |
12468 : end' >>confcache | |
12469 if cmp -s $cache_file confcache; then :; else | |
25897 | 12470 if test -w $cache_file; then |
40056 | 12471 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file" |
12472 cat confcache >$cache_file | |
25897 | 12473 else |
12474 echo "not updating unwritable cache $cache_file" | |
12475 fi | |
12476 fi | |
12477 rm -f confcache | |
12478 | |
12479 test "x$prefix" = xNONE && prefix=$ac_default_prefix | |
12480 # Let make expand exec_prefix. | |
12481 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' | |
12482 | |
40056 | 12483 # VPATH may cause trouble with some makes, so we remove $(srcdir), |
12484 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and | |
12485 # trailing colons and then remove the whole line if VPATH becomes empty | |
12486 # (actually we leave an empty line to preserve line numbers). | |
25897 | 12487 if test "x$srcdir" = x.; then |
40056 | 12488 ac_vpsub='/^[ ]*VPATH[ ]*=/{ |
12489 s/:*\$(srcdir):*/:/; | |
12490 s/:*\${srcdir}:*/:/; | |
12491 s/:*@srcdir@:*/:/; | |
12492 s/^\([^=]*=[ ]*\):*/\1/; | |
12493 s/:*$//; | |
12494 s/^[^=]*=[ ]*$//; | |
12495 }' | |
12496 fi | |
25897 | 12497 |
12498 DEFS=-DHAVE_CONFIG_H | |
12499 | |
12500 : ${CONFIG_STATUS=./config.status} | |
40056 | 12501 ac_clean_files_save=$ac_clean_files |
12502 ac_clean_files="$ac_clean_files $CONFIG_STATUS" | |
41675 | 12503 { echo "$as_me:12503: creating $CONFIG_STATUS" >&5 |
40056 | 12504 echo "$as_me: creating $CONFIG_STATUS" >&6;} |
12505 cat >$CONFIG_STATUS <<_ACEOF | |
12506 #! $SHELL | |
25897 | 12507 # Generated automatically by configure. |
12508 # Run this file to recreate the current configuration. | |
12509 # Compiler output produced by configure, useful for debugging | |
40056 | 12510 # configure, is in config.log if it exists. |
12511 | |
12512 debug=false | |
12513 SHELL=\${CONFIG_SHELL-$SHELL} | |
12514 ac_cs_invocation="\$0 \$@" | |
12515 | |
12516 _ACEOF | |
12517 | |
12518 cat >>$CONFIG_STATUS <<\_ACEOF | |
12519 # Be Bourne compatible | |
12520 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then | |
12521 emulate sh | |
12522 NULLCMD=: | |
12523 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then | |
12524 set -o posix | |
12525 fi | |
12526 | |
12527 # Name of the executable. | |
12528 as_me=`echo "$0" |sed 's,.*[\\/],,'` | |
12529 | |
12530 if expr a : '\(a\)' >/dev/null 2>&1; then | |
12531 as_expr=expr | |
12532 else | |
12533 as_expr=false | |
12534 fi | |
12535 | |
12536 rm -f conf$$ conf$$.exe conf$$.file | |
12537 echo >conf$$.file | |
12538 if ln -s conf$$.file conf$$ 2>/dev/null; then | |
12539 # We could just check for DJGPP; but this test a) works b) is more generic | |
12540 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). | |
12541 if test -f conf$$.exe; then | |
12542 # Don't use ln at all; we don't have any links | |
12543 as_ln_s='cp -p' | |
12544 else | |
12545 as_ln_s='ln -s' | |
12546 fi | |
12547 elif ln conf$$.file conf$$ 2>/dev/null; then | |
12548 as_ln_s=ln | |
12549 else | |
12550 as_ln_s='cp -p' | |
12551 fi | |
12552 rm -f conf$$ conf$$.exe conf$$.file | |
12553 | |
12554 as_executable_p="test -f" | |
12555 | |
12556 # Support unset when possible. | |
12557 if (FOO=FOO; unset FOO) >/dev/null 2>&1; then | |
12558 as_unset=unset | |
12559 else | |
12560 as_unset=false | |
12561 fi | |
12562 | |
12563 # NLS nuisances. | |
12564 $as_unset LANG || test "${LANG+set}" != set || { LANG=C; export LANG; } | |
12565 $as_unset LC_ALL || test "${LC_ALL+set}" != set || { LC_ALL=C; export LC_ALL; } | |
12566 $as_unset LC_TIME || test "${LC_TIME+set}" != set || { LC_TIME=C; export LC_TIME; } | |
12567 $as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set || { LC_CTYPE=C; export LC_CTYPE; } | |
12568 $as_unset LANGUAGE || test "${LANGUAGE+set}" != set || { LANGUAGE=C; export LANGUAGE; } | |
12569 $as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set || { LC_COLLATE=C; export LC_COLLATE; } | |
12570 $as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set || { LC_NUMERIC=C; export LC_NUMERIC; } | |
12571 $as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set || { LC_MESSAGES=C; export LC_MESSAGES; } | |
12572 | |
12573 # IFS | |
12574 # We need space, tab and new line, in precisely that order. | |
12575 as_nl=' | |
12576 ' | |
12577 IFS=" $as_nl" | |
12578 | |
12579 # CDPATH. | |
12580 $as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=:; export CDPATH; } | |
12581 | |
12582 exec 6>&1 | |
12583 | |
12584 _ACEOF | |
12585 | |
12586 # Files that config.status was made for. | |
12587 if test -n "$ac_config_files"; then | |
12588 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS | |
12589 fi | |
12590 | |
12591 if test -n "$ac_config_headers"; then | |
12592 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS | |
12593 fi | |
12594 | |
12595 if test -n "$ac_config_links"; then | |
12596 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS | |
12597 fi | |
12598 | |
12599 if test -n "$ac_config_commands"; then | |
12600 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS | |
12601 fi | |
12602 | |
12603 cat >>$CONFIG_STATUS <<\EOF | |
12604 | |
12605 ac_cs_usage="\ | |
12606 \`$as_me' instantiates files from templates according to the | |
12607 current configuration. | |
12608 | |
12609 Usage: $0 [OPTIONS] [FILE]... | |
12610 | |
12611 -h, --help print this help, then exit | |
12612 -V, --version print version number, then exit | |
12613 -d, --debug don't remove temporary files | |
12614 --recheck update $as_me by reconfiguring in the same conditions | |
12615 --file=FILE[:TEMPLATE] | |
12616 instantiate the configuration file FILE | |
12617 --header=FILE[:TEMPLATE] | |
12618 instantiate the configuration header FILE | |
12619 | |
12620 Configuration files: | |
12621 $config_files | |
12622 | |
12623 Configuration headers: | |
12624 $config_headers | |
12625 | |
12626 Configuration commands: | |
12627 $config_commands | |
12628 | |
12629 Report bugs to <bug-autoconf@gnu.org>." | |
12630 EOF | |
12631 | |
12632 cat >>$CONFIG_STATUS <<EOF | |
12633 ac_cs_version="\\ | |
12634 config.status | |
12635 configured by $0, generated by GNU Autoconf 2.52, | |
12636 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" | |
12637 | |
12638 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001 | |
12639 Free Software Foundation, Inc. | |
12640 This config.status script is free software; the Free Software Foundation | |
12641 gives unlimited permission to copy, distribute and modify it." | |
12642 srcdir=$srcdir | |
12643 INSTALL="$INSTALL" | |
12644 EOF | |
12645 | |
12646 cat >>$CONFIG_STATUS <<\EOF | |
12647 # If no file are specified by the user, then we need to provide default | |
12648 # value. By we need to know if files were specified by the user. | |
12649 ac_need_defaults=: | |
12650 while test $# != 0 | |
25897 | 12651 do |
40056 | 12652 case $1 in |
12653 --*=*) | |
12654 ac_option=`expr "x$1" : 'x\([^=]*\)='` | |
12655 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'` | |
12656 shift | |
12657 set dummy "$ac_option" "$ac_optarg" ${1+"$@"} | |
12658 shift | |
12659 ;; | |
12660 -*);; | |
12661 *) # This is not an option, so the user has probably given explicit | |
12662 # arguments. | |
12663 ac_need_defaults=false;; | |
12664 esac | |
12665 | |
12666 case $1 in | |
12667 # Handling of the options. | |
12668 EOF | |
12669 cat >>$CONFIG_STATUS <<EOF | |
25897 | 12670 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) |
40056 | 12671 echo "running $SHELL $0 " $ac_configure_args " --no-create --no-recursion" |
12672 exec $SHELL $0 $ac_configure_args --no-create --no-recursion ;; | |
12673 EOF | |
12674 cat >>$CONFIG_STATUS <<\EOF | |
12675 --version | --vers* | -V ) | |
12676 echo "$ac_cs_version"; exit 0 ;; | |
12677 --he | --h) | |
12678 # Conflict between --help and --header | |
41675 | 12679 { { echo "$as_me:12679: error: ambiguous option: $1 |
40056 | 12680 Try \`$0 --help' for more information." >&5 |
12681 echo "$as_me: error: ambiguous option: $1 | |
12682 Try \`$0 --help' for more information." >&2;} | |
12683 { (exit 1); exit 1; }; };; | |
12684 --help | --hel | -h ) | |
12685 echo "$ac_cs_usage"; exit 0 ;; | |
12686 --debug | --d* | -d ) | |
12687 debug=: ;; | |
12688 --file | --fil | --fi | --f ) | |
12689 shift | |
12690 CONFIG_FILES="$CONFIG_FILES $1" | |
12691 ac_need_defaults=false;; | |
12692 --header | --heade | --head | --hea ) | |
12693 shift | |
12694 CONFIG_HEADERS="$CONFIG_HEADERS $1" | |
12695 ac_need_defaults=false;; | |
12696 | |
12697 # This is an error. | |
41675 | 12698 -*) { { echo "$as_me:12698: error: unrecognized option: $1 |
40056 | 12699 Try \`$0 --help' for more information." >&5 |
12700 echo "$as_me: error: unrecognized option: $1 | |
12701 Try \`$0 --help' for more information." >&2;} | |
12702 { (exit 1); exit 1; }; } ;; | |
12703 | |
12704 *) ac_config_targets="$ac_config_targets $1" ;; | |
12705 | |
12706 esac | |
12707 shift | |
12708 done | |
12709 | |
12710 exec 5>>config.log | |
12711 cat >&5 << _ACEOF | |
12712 | |
12713 ## ----------------------- ## | |
12714 ## Running config.status. ## | |
12715 ## ----------------------- ## | |
12716 | |
12717 This file was extended by $as_me 2.52, executed with | |
12718 CONFIG_FILES = $CONFIG_FILES | |
12719 CONFIG_HEADERS = $CONFIG_HEADERS | |
12720 CONFIG_LINKS = $CONFIG_LINKS | |
12721 CONFIG_COMMANDS = $CONFIG_COMMANDS | |
12722 > $ac_cs_invocation | |
12723 on `(hostname || uname -n) 2>/dev/null | sed 1q` | |
12724 | |
12725 _ACEOF | |
12726 EOF | |
12727 | |
12728 cat >>$CONFIG_STATUS <<EOF | |
12729 # | |
12730 # INIT-COMMANDS section. | |
12731 # | |
12732 | |
12733 GCC="$GCC" NON_GNU_CPP="$NON_GNU_CPP" CPP="$CPP" CPP_NEED_TRADITIONAL="$CPP_NEED_TRADITIONAL" CPPFLAGS="$CPPFLAGS" | |
12734 | |
12735 EOF | |
12736 | |
12737 cat >>$CONFIG_STATUS <<\EOF | |
12738 for ac_config_target in $ac_config_targets | |
12739 do | |
12740 case "$ac_config_target" in | |
12741 # Handling of arguments. | |
12742 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; | |
12743 "lib-src/Makefile.c" ) CONFIG_FILES="$CONFIG_FILES lib-src/Makefile.c:lib-src/Makefile.in" ;; | |
12744 "oldXMenu/Makefile" ) CONFIG_FILES="$CONFIG_FILES oldXMenu/Makefile" ;; | |
12745 "man/Makefile" ) CONFIG_FILES="$CONFIG_FILES man/Makefile" ;; | |
12746 "lwlib/Makefile" ) CONFIG_FILES="$CONFIG_FILES lwlib/Makefile" ;; | |
12747 "src/Makefile.c" ) CONFIG_FILES="$CONFIG_FILES src/Makefile.c:src/Makefile.in" ;; | |
12748 "lisp/Makefile" ) CONFIG_FILES="$CONFIG_FILES lisp/Makefile" ;; | |
40893 | 12749 "lispref/Makefile" ) CONFIG_FILES="$CONFIG_FILES lispref/Makefile" ;; |
41431 | 12750 "lispintro/Makefile" ) CONFIG_FILES="$CONFIG_FILES lispintro/Makefile" ;; |
40056 | 12751 "leim/Makefile" ) CONFIG_FILES="$CONFIG_FILES leim/Makefile" ;; |
12752 "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;; | |
12753 "src/config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS src/config.h:src/config.in" ;; | |
41675 | 12754 *) { { echo "$as_me:12754: error: invalid argument: $ac_config_target" >&5 |
40056 | 12755 echo "$as_me: error: invalid argument: $ac_config_target" >&2;} |
12756 { (exit 1); exit 1; }; };; | |
25897 | 12757 esac |
12758 done | |
12759 | |
40056 | 12760 # If the user did not use the arguments to specify the items to instantiate, |
12761 # then the envvar interface is used. Set only those that are not. | |
12762 # We use the long form for the default assignment because of an extremely | |
12763 # bizarre bug on SunOS 4.1.3. | |
12764 if $ac_need_defaults; then | |
12765 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files | |
12766 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers | |
12767 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands | |
12768 fi | |
12769 | |
12770 # Create a temporary directory, and hook for its removal unless debugging. | |
12771 $debug || | |
12772 { | |
12773 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0 | |
12774 trap '{ (exit 1); exit 1; }' 1 2 13 15 | |
12775 } | |
12776 | |
12777 # Create a (secure) tmp directory for tmp files. | |
12778 : ${TMPDIR=/tmp} | |
12779 { | |
12780 tmp=`(umask 077 && mktemp -d -q "$TMPDIR/csXXXXXX") 2>/dev/null` && | |
12781 test -n "$tmp" && test -d "$tmp" | |
12782 } || | |
12783 { | |
12784 tmp=$TMPDIR/cs$$-$RANDOM | |
12785 (umask 077 && mkdir $tmp) | |
12786 } || | |
12787 { | |
12788 echo "$me: cannot create a temporary directory in $TMPDIR" >&2 | |
12789 { (exit 1); exit 1; } | |
12790 } | |
12791 | |
12792 EOF | |
12793 | |
12794 cat >>$CONFIG_STATUS <<EOF | |
12795 | |
12796 # | |
12797 # CONFIG_FILES section. | |
12798 # | |
12799 | |
12800 # No need to generate the scripts if there are no CONFIG_FILES. | |
12801 # This happens for instance when ./config.status config.h | |
12802 if test -n "\$CONFIG_FILES"; then | |
12803 # Protect against being on the right side of a sed subst in config.status. | |
12804 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g; | |
12805 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF | |
12806 s,@SHELL@,$SHELL,;t t | |
12807 s,@exec_prefix@,$exec_prefix,;t t | |
12808 s,@prefix@,$prefix,;t t | |
12809 s,@program_transform_name@,$program_transform_name,;t t | |
12810 s,@bindir@,$bindir,;t t | |
12811 s,@sbindir@,$sbindir,;t t | |
12812 s,@libexecdir@,$libexecdir,;t t | |
12813 s,@datadir@,$datadir,;t t | |
12814 s,@sysconfdir@,$sysconfdir,;t t | |
12815 s,@sharedstatedir@,$sharedstatedir,;t t | |
12816 s,@localstatedir@,$localstatedir,;t t | |
12817 s,@libdir@,$libdir,;t t | |
12818 s,@includedir@,$includedir,;t t | |
12819 s,@oldincludedir@,$oldincludedir,;t t | |
12820 s,@infodir@,$infodir,;t t | |
12821 s,@mandir@,$mandir,;t t | |
12822 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t | |
12823 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t | |
12824 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t | |
12825 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t | |
12826 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t | |
12827 s,@build_alias@,$build_alias,;t t | |
12828 s,@host_alias@,$host_alias,;t t | |
12829 s,@target_alias@,$target_alias,;t t | |
12830 s,@ECHO_C@,$ECHO_C,;t t | |
12831 s,@ECHO_N@,$ECHO_N,;t t | |
12832 s,@ECHO_T@,$ECHO_T,;t t | |
12833 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t | |
12834 s,@DEFS@,$DEFS,;t t | |
12835 s,@LIBS@,$LIBS,;t t | |
12836 s,@build@,$build,;t t | |
12837 s,@build_cpu@,$build_cpu,;t t | |
12838 s,@build_vendor@,$build_vendor,;t t | |
12839 s,@build_os@,$build_os,;t t | |
12840 s,@host@,$host,;t t | |
12841 s,@host_cpu@,$host_cpu,;t t | |
12842 s,@host_vendor@,$host_vendor,;t t | |
12843 s,@host_os@,$host_os,;t t | |
12844 s,@CC@,$CC,;t t | |
12845 s,@CFLAGS@,$CFLAGS,;t t | |
12846 s,@LDFLAGS@,$LDFLAGS,;t t | |
12847 s,@CPPFLAGS@,$CPPFLAGS,;t t | |
12848 s,@ac_ct_CC@,$ac_ct_CC,;t t | |
12849 s,@EXEEXT@,$EXEEXT,;t t | |
12850 s,@OBJEXT@,$OBJEXT,;t t | |
12851 s,@LN_S@,$LN_S,;t t | |
12852 s,@CPP@,$CPP,;t t | |
12853 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t | |
12854 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t | |
12855 s,@INSTALL_DATA@,$INSTALL_DATA,;t t | |
12856 s,@YACC@,$YACC,;t t | |
12857 s,@RANLIB@,$RANLIB,;t t | |
12858 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t | |
12859 s,@LIBSOUND@,$LIBSOUND,;t t | |
12860 s,@SET_MAKE@,$SET_MAKE,;t t | |
12861 s,@ALLOCA@,$ALLOCA,;t t | |
12862 s,@liblockfile@,$liblockfile,;t t | |
12863 s,@LIBOBJS@,$LIBOBJS,;t t | |
12864 s,@NEED_SETGID@,$NEED_SETGID,;t t | |
12865 s,@KMEM_GROUP@,$KMEM_GROUP,;t t | |
12866 s,@GETLOADAVG_LIBS@,$GETLOADAVG_LIBS,;t t | |
12867 s,@version@,$version,;t t | |
12868 s,@configuration@,$configuration,;t t | |
12869 s,@canonical@,$canonical,;t t | |
12870 s,@srcdir@,$srcdir,;t t | |
12871 s,@lispdir@,$lispdir,;t t | |
12872 s,@locallisppath@,$locallisppath,;t t | |
12873 s,@lisppath@,$lisppath,;t t | |
12874 s,@x_default_search_path@,$x_default_search_path,;t t | |
12875 s,@etcdir@,$etcdir,;t t | |
12876 s,@archlibdir@,$archlibdir,;t t | |
12877 s,@docdir@,$docdir,;t t | |
12878 s,@bitmapdir@,$bitmapdir,;t t | |
12879 s,@c_switch_system@,$c_switch_system,;t t | |
12880 s,@c_switch_machine@,$c_switch_machine,;t t | |
12881 s,@LD_SWITCH_X_SITE@,$LD_SWITCH_X_SITE,;t t | |
12882 s,@LD_SWITCH_X_SITE_AUX@,$LD_SWITCH_X_SITE_AUX,;t t | |
12883 s,@C_SWITCH_X_SITE@,$C_SWITCH_X_SITE,;t t | |
12884 s,@X_TOOLKIT_TYPE@,$X_TOOLKIT_TYPE,;t t | |
12885 s,@machfile@,$machfile,;t t | |
12886 s,@opsysfile@,$opsysfile,;t t | |
25897 | 12887 CEOF |
40056 | 12888 |
12889 EOF | |
12890 | |
12891 cat >>$CONFIG_STATUS <<\EOF | |
12892 # Split the substitutions into bite-sized pieces for seds with | |
12893 # small command number limits, like on Digital OSF/1 and HP-UX. | |
12894 ac_max_sed_lines=48 | |
12895 ac_sed_frag=1 # Number of current file. | |
12896 ac_beg=1 # First line for current file. | |
12897 ac_end=$ac_max_sed_lines # Line after last line for current file. | |
12898 ac_more_lines=: | |
12899 ac_sed_cmds= | |
12900 while $ac_more_lines; do | |
12901 if test $ac_beg -gt 1; then | |
12902 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag | |
25897 | 12903 else |
40056 | 12904 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag |
12905 fi | |
12906 if test ! -s $tmp/subs.frag; then | |
12907 ac_more_lines=false | |
12908 else | |
12909 # The purpose of the label and of the branching condition is to | |
12910 # speed up the sed processing (if there are no `@' at all, there | |
12911 # is no need to browse any of the substitutions). | |
12912 # These are the two extra sed commands mentioned above. | |
12913 (echo ':t | |
12914 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed | |
12915 if test -z "$ac_sed_cmds"; then | |
12916 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed" | |
12917 else | |
12918 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed" | |
12919 fi | |
12920 ac_sed_frag=`expr $ac_sed_frag + 1` | |
12921 ac_beg=$ac_end | |
12922 ac_end=`expr $ac_end + $ac_max_sed_lines` | |
25897 | 12923 fi |
40056 | 12924 done |
12925 if test -z "$ac_sed_cmds"; then | |
12926 ac_sed_cmds=cat | |
12927 fi | |
12928 fi # test -n "$CONFIG_FILES" | |
12929 | |
12930 EOF | |
12931 cat >>$CONFIG_STATUS <<\EOF | |
12932 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue | |
25897 | 12933 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". |
40056 | 12934 case $ac_file in |
12935 - | *:- | *:-:* ) # input from stdin | |
12936 cat >$tmp/stdin | |
12937 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` | |
12938 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; | |
12939 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` | |
12940 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; | |
12941 * ) ac_file_in=$ac_file.in ;; | |
25897 | 12942 esac |
12943 | |
40056 | 12944 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories. |
12945 ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | |
12946 X"$ac_file" : 'X\(//\)[^/]' \| \ | |
12947 X"$ac_file" : 'X\(//\)$' \| \ | |
12948 X"$ac_file" : 'X\(/\)' \| \ | |
12949 . : '\(.\)' 2>/dev/null || | |
12950 echo X"$ac_file" | | |
12951 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } | |
12952 /^X\(\/\/\)[^/].*/{ s//\1/; q; } | |
12953 /^X\(\/\/\)$/{ s//\1/; q; } | |
12954 /^X\(\/\).*/{ s//\1/; q; } | |
12955 s/.*/./; q'` | |
25897 | 12956 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then |
40056 | 12957 { case "$ac_dir" in |
12958 [\\/]* | ?:[\\/]* ) as_incr_dir=;; | |
12959 *) as_incr_dir=.;; | |
12960 esac | |
12961 as_dummy="$ac_dir" | |
12962 for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do | |
12963 case $as_mkdir_dir in | |
12964 # Skip DOS drivespec | |
12965 ?:) as_incr_dir=$as_mkdir_dir ;; | |
12966 *) | |
12967 as_incr_dir=$as_incr_dir/$as_mkdir_dir | |
12968 test -d "$as_incr_dir" || mkdir "$as_incr_dir" | |
12969 ;; | |
12970 esac | |
12971 done; } | |
12972 | |
12973 ac_dir_suffix="/`echo $ac_dir|sed 's,^\./,,'`" | |
25897 | 12974 # A "../" for each directory in $ac_dir_suffix. |
40056 | 12975 ac_dots=`echo "$ac_dir_suffix" | sed 's,/[^/]*,../,g'` |
25897 | 12976 else |
12977 ac_dir_suffix= ac_dots= | |
12978 fi | |
12979 | |
40056 | 12980 case $srcdir in |
12981 .) ac_srcdir=. | |
12982 if test -z "$ac_dots"; then | |
12983 ac_top_srcdir=. | |
12984 else | |
12985 ac_top_srcdir=`echo $ac_dots | sed 's,/$,,'` | |
12986 fi ;; | |
12987 [\\/]* | ?:[\\/]* ) | |
12988 ac_srcdir=$srcdir$ac_dir_suffix; | |
12989 ac_top_srcdir=$srcdir ;; | |
25897 | 12990 *) # Relative path. |
40056 | 12991 ac_srcdir=$ac_dots$srcdir$ac_dir_suffix |
12992 ac_top_srcdir=$ac_dots$srcdir ;; | |
25897 | 12993 esac |
12994 | |
40056 | 12995 case $INSTALL in |
12996 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; | |
12997 *) ac_INSTALL=$ac_dots$INSTALL ;; | |
25897 | 12998 esac |
12999 | |
40056 | 13000 if test x"$ac_file" != x-; then |
41675 | 13001 { echo "$as_me:13001: creating $ac_file" >&5 |
40056 | 13002 echo "$as_me: creating $ac_file" >&6;} |
13003 rm -f "$ac_file" | |
13004 fi | |
13005 # Let's still pretend it is `configure' which instantiates (i.e., don't | |
13006 # use $as_me), people would be surprised to read: | |
13007 # /* config.h. Generated automatically by config.status. */ | |
13008 configure_input="Generated automatically from `echo $ac_file_in | | |
13009 sed 's,.*/,,'` by configure." | |
13010 | |
13011 # First look for the input files in the build tree, otherwise in the | |
13012 # src tree. | |
13013 ac_file_inputs=`IFS=: | |
13014 for f in $ac_file_in; do | |
13015 case $f in | |
13016 -) echo $tmp/stdin ;; | |
13017 [\\/$]*) | |
13018 # Absolute (can't be DOS-style, as IFS=:) | |
41675 | 13019 test -f "$f" || { { echo "$as_me:13019: error: cannot find input file: $f" >&5 |
40056 | 13020 echo "$as_me: error: cannot find input file: $f" >&2;} |
13021 { (exit 1); exit 1; }; } | |
13022 echo $f;; | |
13023 *) # Relative | |
13024 if test -f "$f"; then | |
13025 # Build tree | |
13026 echo $f | |
13027 elif test -f "$srcdir/$f"; then | |
13028 # Source tree | |
13029 echo $srcdir/$f | |
13030 else | |
13031 # /dev/null tree | |
41675 | 13032 { { echo "$as_me:13032: error: cannot find input file: $f" >&5 |
40056 | 13033 echo "$as_me: error: cannot find input file: $f" >&2;} |
13034 { (exit 1); exit 1; }; } | |
13035 fi;; | |
13036 esac | |
13037 done` || { (exit 1); exit 1; } | |
13038 EOF | |
13039 cat >>$CONFIG_STATUS <<EOF | |
13040 sed "$ac_vpsub | |
13041 $extrasub | |
13042 EOF | |
13043 cat >>$CONFIG_STATUS <<\EOF | |
13044 :t | |
13045 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b | |
13046 s,@configure_input@,$configure_input,;t t | |
13047 s,@srcdir@,$ac_srcdir,;t t | |
13048 s,@top_srcdir@,$ac_top_srcdir,;t t | |
13049 s,@INSTALL@,$ac_INSTALL,;t t | |
13050 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out | |
13051 rm -f $tmp/stdin | |
13052 if test x"$ac_file" != x-; then | |
13053 mv $tmp/out $ac_file | |
13054 else | |
13055 cat $tmp/out | |
13056 rm -f $tmp/out | |
13057 fi | |
13058 | |
13059 done | |
13060 EOF | |
13061 cat >>$CONFIG_STATUS <<\EOF | |
13062 | |
13063 # | |
13064 # CONFIG_HEADER section. | |
13065 # | |
25897 | 13066 |
13067 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where | |
13068 # NAME is the cpp macro being defined and VALUE is the value it is being given. | |
13069 # | |
13070 # ac_d sets the value in "#define NAME VALUE" lines. | |
40056 | 13071 ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)' |
13072 ac_dB='[ ].*$,\1#\2' | |
13073 ac_dC=' ' | |
13074 ac_dD=',;t' | |
13075 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE". | |
13076 ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' | |
13077 ac_uB='$,\1#\2define\3' | |
25897 | 13078 ac_uC=' ' |
40056 | 13079 ac_uD=',;t' |
13080 | |
13081 for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue | |
25897 | 13082 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". |
40056 | 13083 case $ac_file in |
13084 - | *:- | *:-:* ) # input from stdin | |
13085 cat >$tmp/stdin | |
13086 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` | |
13087 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; | |
13088 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` | |
13089 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; | |
13090 * ) ac_file_in=$ac_file.in ;; | |
25897 | 13091 esac |
13092 | |
41675 | 13093 test x"$ac_file" != x- && { echo "$as_me:13093: creating $ac_file" >&5 |
40056 | 13094 echo "$as_me: creating $ac_file" >&6;} |
13095 | |
13096 # First look for the input files in the build tree, otherwise in the | |
13097 # src tree. | |
13098 ac_file_inputs=`IFS=: | |
13099 for f in $ac_file_in; do | |
13100 case $f in | |
13101 -) echo $tmp/stdin ;; | |
13102 [\\/$]*) | |
13103 # Absolute (can't be DOS-style, as IFS=:) | |
41675 | 13104 test -f "$f" || { { echo "$as_me:13104: error: cannot find input file: $f" >&5 |
40056 | 13105 echo "$as_me: error: cannot find input file: $f" >&2;} |
13106 { (exit 1); exit 1; }; } | |
13107 echo $f;; | |
13108 *) # Relative | |
13109 if test -f "$f"; then | |
13110 # Build tree | |
13111 echo $f | |
13112 elif test -f "$srcdir/$f"; then | |
13113 # Source tree | |
13114 echo $srcdir/$f | |
13115 else | |
13116 # /dev/null tree | |
41675 | 13117 { { echo "$as_me:13117: error: cannot find input file: $f" >&5 |
40056 | 13118 echo "$as_me: error: cannot find input file: $f" >&2;} |
13119 { (exit 1); exit 1; }; } | |
13120 fi;; | |
13121 esac | |
13122 done` || { (exit 1); exit 1; } | |
13123 # Remove the trailing spaces. | |
13124 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in | |
13125 | |
13126 EOF | |
13127 | |
13128 # Transform confdefs.h into two sed scripts, `conftest.defines' and | |
13129 # `conftest.undefs', that substitutes the proper values into | |
13130 # config.h.in to produce config.h. The first handles `#define' | |
13131 # templates, and the second `#undef' templates. | |
13132 # And first: Protect against being on the right side of a sed subst in | |
13133 # config.status. Protect against being in an unquoted here document | |
13134 # in config.status. | |
13135 rm -f conftest.defines conftest.undefs | |
13136 # Using a here document instead of a string reduces the quoting nightmare. | |
13137 # Putting comments in sed scripts is not portable. | |
13138 # | |
13139 # `end' is used to avoid that the second main sed command (meant for | |
13140 # 0-ary CPP macros) applies to n-ary macro definitions. | |
13141 # See the Autoconf documentation for `clear'. | |
13142 cat >confdef2sed.sed <<\EOF | |
13143 s/[\\&,]/\\&/g | |
13144 s,[\\$`],\\&,g | |
13145 t clear | |
13146 : clear | |
13147 s,^[ ]*#[ ]*define[ ][ ]*\(\([^ (][^ (]*\)([^)]*)\)[ ]*\(.*\)$,${ac_dA}\2${ac_dB}\1${ac_dC}\3${ac_dD},gp | |
13148 t end | |
13149 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp | |
13150 : end | |
13151 EOF | |
13152 # If some macros were called several times there might be several times | |
13153 # the same #defines, which is useless. Nevertheless, we may not want to | |
13154 # sort them, since we want the *last* AC-DEFINE to be honored. | |
13155 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines | |
13156 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs | |
13157 rm -f confdef2sed.sed | |
25897 | 13158 |
13159 # This sed command replaces #undef with comments. This is necessary, for | |
13160 # example, in the case of _POSIX_SOURCE, which is predefined and required | |
13161 # on some systems where configure will not decide to define it. | |
40056 | 13162 cat >>conftest.undefs <<\EOF |
13163 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */, | |
13164 EOF | |
13165 | |
13166 # Break up conftest.defines because some shells have a limit on the size | |
13167 # of here documents, and old seds have small limits too (100 cmds). | |
13168 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS | |
13169 echo ' if egrep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS | |
13170 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS | |
13171 echo ' :' >>$CONFIG_STATUS | |
25897 | 13172 rm -f conftest.tail |
40056 | 13173 while grep . conftest.defines >/dev/null |
25897 | 13174 do |
40056 | 13175 # Write a limited-size here document to $tmp/defines.sed. |
13176 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS | |
13177 # Speed up: don't consider the non `#define' lines. | |
13178 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS | |
13179 # Work around the forget-to-reset-the-flag bug. | |
13180 echo 't clr' >>$CONFIG_STATUS | |
13181 echo ': clr' >>$CONFIG_STATUS | |
13182 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS | |
25897 | 13183 echo 'CEOF |
40056 | 13184 sed -f $tmp/defines.sed $tmp/in >$tmp/out |
13185 rm -f $tmp/in | |
13186 mv $tmp/out $tmp/in | |
13187 ' >>$CONFIG_STATUS | |
13188 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail | |
13189 rm -f conftest.defines | |
13190 mv conftest.tail conftest.defines | |
13191 done | |
13192 rm -f conftest.defines | |
13193 echo ' fi # egrep' >>$CONFIG_STATUS | |
13194 echo >>$CONFIG_STATUS | |
13195 | |
13196 # Break up conftest.undefs because some shells have a limit on the size | |
13197 # of here documents, and old seds have small limits too (100 cmds). | |
13198 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS | |
13199 rm -f conftest.tail | |
13200 while grep . conftest.undefs >/dev/null | |
13201 do | |
13202 # Write a limited-size here document to $tmp/undefs.sed. | |
13203 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS | |
13204 # Speed up: don't consider the non `#undef' | |
13205 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS | |
13206 # Work around the forget-to-reset-the-flag bug. | |
13207 echo 't clr' >>$CONFIG_STATUS | |
13208 echo ': clr' >>$CONFIG_STATUS | |
13209 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS | |
13210 echo 'CEOF | |
13211 sed -f $tmp/undefs.sed $tmp/in >$tmp/out | |
13212 rm -f $tmp/in | |
13213 mv $tmp/out $tmp/in | |
13214 ' >>$CONFIG_STATUS | |
13215 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail | |
13216 rm -f conftest.undefs | |
13217 mv conftest.tail conftest.undefs | |
25897 | 13218 done |
40056 | 13219 rm -f conftest.undefs |
13220 | |
13221 cat >>$CONFIG_STATUS <<\EOF | |
13222 # Let's still pretend it is `configure' which instantiates (i.e., don't | |
13223 # use $as_me), people would be surprised to read: | |
13224 # /* config.h. Generated automatically by config.status. */ | |
13225 if test x"$ac_file" = x-; then | |
13226 echo "/* Generated automatically by configure. */" >$tmp/config.h | |
25897 | 13227 else |
40056 | 13228 echo "/* $ac_file. Generated automatically by configure. */" >$tmp/config.h |
13229 fi | |
13230 cat $tmp/in >>$tmp/config.h | |
13231 rm -f $tmp/in | |
13232 if test x"$ac_file" != x-; then | |
13233 if cmp -s $ac_file $tmp/config.h 2>/dev/null; then | |
41675 | 13234 { echo "$as_me:13234: $ac_file is unchanged" >&5 |
40056 | 13235 echo "$as_me: $ac_file is unchanged" >&6;} |
13236 else | |
13237 ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | |
13238 X"$ac_file" : 'X\(//\)[^/]' \| \ | |
13239 X"$ac_file" : 'X\(//\)$' \| \ | |
13240 X"$ac_file" : 'X\(/\)' \| \ | |
13241 . : '\(.\)' 2>/dev/null || | |
13242 echo X"$ac_file" | | |
13243 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } | |
13244 /^X\(\/\/\)[^/].*/{ s//\1/; q; } | |
13245 /^X\(\/\/\)$/{ s//\1/; q; } | |
13246 /^X\(\/\).*/{ s//\1/; q; } | |
13247 s/.*/./; q'` | |
25897 | 13248 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then |
40056 | 13249 { case "$ac_dir" in |
13250 [\\/]* | ?:[\\/]* ) as_incr_dir=;; | |
13251 *) as_incr_dir=.;; | |
13252 esac | |
13253 as_dummy="$ac_dir" | |
13254 for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do | |
13255 case $as_mkdir_dir in | |
13256 # Skip DOS drivespec | |
13257 ?:) as_incr_dir=$as_mkdir_dir ;; | |
13258 *) | |
13259 as_incr_dir=$as_incr_dir/$as_mkdir_dir | |
13260 test -d "$as_incr_dir" || mkdir "$as_incr_dir" | |
13261 ;; | |
13262 esac | |
13263 done; } | |
13264 | |
13265 fi | |
13266 rm -f $ac_file | |
13267 mv $tmp/config.h $ac_file | |
25897 | 13268 fi |
40056 | 13269 else |
13270 cat $tmp/config.h | |
13271 rm -f $tmp/config.h | |
13272 fi | |
13273 done | |
13274 EOF | |
13275 cat >>$CONFIG_STATUS <<\EOF | |
13276 | |
13277 # | |
13278 # CONFIG_COMMANDS section. | |
13279 # | |
13280 for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue | |
13281 ac_dest=`echo "$ac_file" | sed 's,:.*,,'` | |
13282 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'` | |
13283 | |
13284 case $ac_dest in | |
13285 default ) | |
25897 | 13286 |
13287 ### Make the necessary directories, if they don't exist. | |
13288 for dir in etc lisp ; do | |
13289 test -d ${dir} || mkdir ${dir} | |
13290 done | |
13291 | |
13292 # Build src/Makefile from ${srcdir}/src/Makefile.c | |
13293 # and lib-src/Makefile from ${srcdir}/lib-src/Makefile.c | |
13294 # This must be done after src/config.h is built, since we rely on that file. | |
13295 | |
13296 # Now get this: Some word that is part of the ${srcdir} directory name | |
13297 # or the ${configuration} value might, just might, happen to be an | |
13298 # identifier like `sun4' or `i386' or something, and be predefined by | |
13299 # the C preprocessor to some helpful value like 1, or maybe the empty | |
13300 # string. Needless to say consequent macro substitutions are less | |
13301 # than conducive to the makefile finding the correct directory. | |
13302 undefs="`echo $top_srcdir $configuration $canonical | | |
13303 sed -e 's/[^a-zA-Z0-9_]/ /g' -e 's/^/ /' -e 's/ *$//' \ | |
13304 -e 's/ */ -U/g' -e 's/-U[0-9][^ ]*//g' \ | |
13305 `" | |
13306 | |
13307 echo creating src/epaths.h | |
40256 | 13308 ${MAKE-make} epaths-force |
25897 | 13309 |
33652 | 13310 # As of 2000-11-19, newest development versions of GNU cpp preprocess |
13311 # `..' to `. .' unless invoked with -traditional | |
13312 | |
36354 | 13313 if test "x$GCC" = xyes && test "x$CPP_NEED_TRADITIONAL" = xyes; then |
33652 | 13314 CPPFLAGS="$CPPFLAGS -traditional" |
13315 fi | |
13316 | |
25897 | 13317 echo creating lib-src/Makefile |
13318 ( cd lib-src | |
13319 rm -f junk.c junk1.c junk2.c | |
13320 sed -e '/start of cpp stuff/q' \ | |
13321 < Makefile.c > junk1.c | |
13322 sed -e '1,/start of cpp stuff/d'\ | |
39239 | 13323 -e 's,/\*\*/#\(.*\)$,/* \1 */,' \ |
25897 | 13324 < Makefile.c > junk.c |
40056 | 13325 $CPP $undefs -I. -I$srcdir/src $CPPFLAGS junk.c | \ |
25897 | 13326 sed -e 's/^ / /' -e '/^#/d' -e '/^[ ]*$/d' > junk2.c |
13327 cat junk1.c junk2.c > Makefile.new | |
13328 rm -f junk.c junk1.c junk2.c | |
13329 chmod 444 Makefile.new | |
13330 mv -f Makefile.new Makefile | |
13331 ) | |
13332 | |
13333 echo creating src/Makefile | |
13334 ( cd src | |
13335 rm -f junk.c junk1.c junk2.c | |
13336 sed -e '/start of cpp stuff/q' \ | |
13337 < Makefile.c > junk1.c | |
13338 sed -e '1,/start of cpp stuff/d'\ | |
39239 | 13339 -e 's,/\*\*/#\(.*\)$,/* \1 */,' \ |
25897 | 13340 < Makefile.c > junk.c |
40056 | 13341 $CPP $undefs -I. -I$srcdir/src $CPPFLAGS junk.c | \ |
25897 | 13342 sed -e 's/^ / /' -e '/^#/d' -e '/^[ ]*$/d' > junk2.c |
13343 cat junk1.c junk2.c > Makefile.new | |
13344 rm -f junk.c junk1.c junk2.c | |
13345 chmod 444 Makefile.new | |
13346 mv -f Makefile.new Makefile | |
13347 ) | |
13348 | |
40056 | 13349 if test ! -f src/.gdbinit && test -f $srcdir/src/.gdbinit; then |
25897 | 13350 echo creating src/.gdbinit |
40056 | 13351 echo source $srcdir/src/.gdbinit > src/.gdbinit |
25897 | 13352 fi |
13353 | |
13354 # This is how we know whether to re-run configure in certain cases. | |
13355 touch src/config.stamp | |
13356 | |
40056 | 13357 ;; |
13358 esac | |
13359 done | |
13360 EOF | |
13361 | |
13362 cat >>$CONFIG_STATUS <<\EOF | |
13363 | |
13364 { (exit 0); exit 0; } | |
25897 | 13365 EOF |
13366 chmod +x $CONFIG_STATUS | |
40056 | 13367 ac_clean_files=$ac_clean_files_save |
13368 | |
13369 # configure is writing to config.log, and then calls config.status. | |
13370 # config.status does its own redirection, appending to config.log. | |
13371 # Unfortunately, on DOS this fails, as config.log is still kept open | |
13372 # by configure, so config.status won't be able to write to it; its | |
13373 # output is simply discarded. So we exec the FD to /dev/null, | |
13374 # effectively closing config.log, so it can be properly (re)opened and | |
13375 # appended to by config.status. When coming back to configure, we | |
13376 # need to make the FD available again. | |
13377 if test "$no_create" != yes; then | |
13378 ac_cs_success=: | |
13379 exec 5>/dev/null | |
13380 $SHELL $CONFIG_STATUS || ac_cs_success=false | |
13381 exec 5>>config.log | |
13382 # Use ||, not &&, to avoid exiting from the if with $? = 1, which | |
13383 # would make configure fail if this is the last instruction. | |
13384 $ac_cs_success || { (exit 1); exit 1; } | |
13385 fi | |
13386 |