Mercurial > emacs
annotate configure @ 41477:9c2a7409da96
Comment out parts of the file which apparently are garbled.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 25 Nov 2001 10:09:09 +0000 |
parents | 33fd5b0cc93e |
children | 30f353761d6c |
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 | |
1299 ## NetBSD ports | |
1300 *-*-netbsd* ) | |
1301 opsys=netbsd | |
1302 case "${canonical}" in | |
1303 alpha*-*-netbsd*) machine=alpha ;; | |
1304 i[3456]86-*-netbsd*) machine=intel386 ;; | |
1305 m68k-*-netbsd*) | |
1306 # This is somewhat bogus. | |
1307 machine=hp9000s300 ;; | |
1308 powerpc-apple-netbsd*) machine=macppc ;; | |
1309 mips-*-netbsd*) machine=pmax ;; | |
27927 | 1310 mipsel-*-netbsd*) machine=pmax ;; |
25897 | 1311 ns32k-*-netbsd*) machine=ns32000 ;; |
28674 | 1312 powerpc-*-netbsd*) machine=macppc ;; |
32034 | 1313 sparc*-*-netbsd*) machine=sparc ;; |
25897 | 1314 vax-*-netbsd*) machine=vax ;; |
27927 | 1315 arm-*-netbsd*) machine=arm ;; |
25897 | 1316 esac |
1317 ;; | |
1318 | |
1319 ## OpenBSD ports | |
1320 *-*-openbsd* ) | |
1321 opsys=openbsd | |
1322 case "${canonical}" in | |
1323 alpha*-*-openbsd*) machine=alpha ;; | |
1324 i386-*-openbsd*) machine=intel386 ;; | |
1325 m68k-*-openbsd*) machine=hp9000s300 ;; | |
1326 mipsel-*-openbsd*) machine=pmax ;; | |
1327 ns32k-*-openbsd*) machine=ns32000 ;; | |
1328 sparc-*-openbsd*) machine=sparc ;; | |
1329 vax-*-openbsd*) machine=vax ;; | |
1330 esac | |
1331 ;; | |
1332 | |
1333 ## Acorn RISCiX: | |
1334 arm-acorn-riscix1.1* ) | |
1335 machine=acorn opsys=riscix1-1 | |
1336 ;; | |
1337 arm-acorn-riscix1.2* | arm-acorn-riscix ) | |
1338 ## This name is riscix12 instead of riscix1.2 | |
1339 ## to avoid a file name conflict on MSDOS. | |
1340 machine=acorn opsys=riscix12 | |
1341 ;; | |
1342 | |
1343 ## BSDI ports | |
1344 *-*-bsdi* ) | |
1345 opsys=bsdi | |
1346 case "${canonical}" in | |
1347 i[345]86-*-bsdi*) machine=intel386 ;; | |
1348 sparc-*-bsdi*) machine=sparc ;; | |
33740 | 1349 powerpc-*-bsdi*) machine=macppc ;; |
25897 | 1350 esac |
1351 case "${canonical}" in | |
1352 *-*-bsd386* | *-*-bsdi1* ) opsys=bsd386 ;; | |
1353 *-*-bsdi2.0* ) opsys=bsdos2 ;; | |
1354 *-*-bsdi2* ) opsys=bsdos2-1 ;; | |
1355 *-*-bsdi3* ) opsys=bsdos3 ;; | |
1356 *-*-bsdi4* ) opsys=bsdos4 ;; | |
1357 esac | |
1358 ;; | |
1359 | |
1360 ## Alliant machines | |
1361 ## Strictly speaking, we need the version of the alliant operating | |
1362 ## system to choose the right machine file, but currently the | |
1363 ## configuration name doesn't tell us enough to choose the right | |
1364 ## one; we need to give alliants their own operating system name to | |
1365 ## do this right. When someone cares, they can help us. | |
1366 fx80-alliant-* ) | |
1367 machine=alliant4 opsys=bsd4-2 | |
1368 ;; | |
1369 i860-alliant-* ) | |
1370 machine=alliant-2800 opsys=bsd4-3 | |
1371 ;; | |
1372 | |
1373 ## Alpha (DEC) machines. | |
1374 alpha*-dec-osf* ) | |
1375 machine=alpha opsys=osf1 | |
1376 # This is needed to find X11R6.1 libraries for certain tests. | |
1377 NON_GCC_LINK_TEST_OPTIONS=-Wl,-rpath,/usr/X11R6/lib | |
1378 GCC_LINK_TEST_OPTIONS=-Wl,-rpath,/usr/X11R6/lib | |
34446 | 1379 # NON_GNU_CPP is necessary on 5.0 to avoid mangling src/Makefile |
1380 # due to non-traditional preprocessing with the current compiler | |
1381 # defaults. OSF 4 can also have that compiler version, and there | |
1382 # seems always to have been a usable /usr/bin/cpp. | |
1383 NON_GNU_CPP=/usr/bin/cpp | |
27883 | 1384 case "${canonical}" in |
31994 | 1385 alpha*-dec-osf[5-9]*) |
31229 | 1386 opsys=osf5-0 ;; |
27883 | 1387 esac |
25897 | 1388 ;; |
1389 | |
1390 alpha*-*-linux-gnu* ) | |
1391 machine=alpha opsys=gnu-linux | |
1392 ;; | |
1393 | |
27205 | 1394 arm*-*-linux-gnu* ) |
1395 machine=arm opsys=gnu-linux | |
1396 ;; | |
1397 | |
1398 ppc-*-linux | \ | |
1399 powerpc-*-linux* ) | |
33740 | 1400 machine=macppc opsys=gnu-linux |
27205 | 1401 ;; |
1402 | |
25897 | 1403 ## Altos 3068 |
1404 m68*-altos-sysv* ) | |
1405 machine=altos opsys=usg5-2 | |
1406 ;; | |
1407 | |
1408 ## Amdahl UTS | |
1409 580-amdahl-sysv* ) | |
1410 machine=amdahl opsys=usg5-2-2 | |
1411 ;; | |
1412 | |
1413 ## Apollo, Domain/OS | |
1414 m68*-apollo-* ) | |
1415 machine=apollo opsys=bsd4-3 | |
1416 ;; | |
1417 | |
1418 ## AT&T 3b2, 3b5, 3b15, 3b20 | |
1419 we32k-att-sysv* ) | |
1420 machine=att3b opsys=usg5-2-2 | |
1421 ;; | |
1422 | |
1423 ## AT&T 3b1 - The Mighty Unix PC! | |
1424 m68*-att-sysv* ) | |
1425 machine=7300 opsys=usg5-2-2 | |
1426 ;; | |
1427 | |
1428 ## Bull dpx20 | |
1429 rs6000-bull-bosx* ) | |
1430 machine=ibmrs6000 opsys=aix3-2 | |
1431 ;; | |
1432 | |
1433 ## Bull dpx2 | |
1434 m68*-bull-sysv3* ) | |
1435 machine=dpx2 opsys=usg5-3 | |
1436 ;; | |
1437 | |
1438 ## Bull sps7 | |
1439 m68*-bull-sysv2* ) | |
1440 machine=sps7 opsys=usg5-2 | |
1441 ;; | |
1442 | |
1443 ## CCI 5/32, 6/32 -- see "Tahoe". | |
1444 | |
1445 ## Celerity | |
1446 ## I don't know what configuration name to use for this; config.sub | |
1447 ## doesn't seem to know anything about it. Hey, Celerity users, get | |
1448 ## in touch with us! | |
1449 celerity-celerity-bsd* ) | |
1450 machine=celerity opsys=bsd4-2 | |
1451 ;; | |
1452 | |
1453 ## Clipper | |
1454 ## What operating systems does this chip run that Emacs has been | |
1455 ## tested on? | |
1456 clipper-* ) | |
1457 machine=clipper | |
1458 ## We'll use the catch-all code at the bottom to guess the | |
1459 ## operating system. | |
1460 ;; | |
1461 | |
1462 ## Convex | |
1463 *-convex-bsd* | *-convex-convexos* ) | |
1464 machine=convex opsys=bsd4-3 | |
1465 ## Prevents spurious white space in makefiles - d.m.cooke@larc.nasa.gov | |
1466 NON_GNU_CPP="cc -E -P" | |
1467 ;; | |
1468 | |
1469 ## Cubix QBx/386 | |
1470 i[3456]86-cubix-sysv* ) | |
1471 machine=intel386 opsys=usg5-3 | |
1472 ;; | |
1473 | |
1474 ## Cydra 5 | |
1475 cydra*-cydrome-sysv* ) | |
1476 machine=cydra5 opsys=usg5-3 | |
1477 ;; | |
1478 | |
1479 ## Data General AViiON Machines | |
1480 ## DG changed naming conventions with the release of 5.4.4.10, they | |
1481 ## dropped the initial 5.4 but left the intervening R. Because of the | |
1482 ## R this shouldn't conflict with older versions of the OS (which I | |
1483 ## think were named like dgux4.*). In addition, DG new AViiONs series | |
1484 ## uses either Motorola M88k or Intel Pentium CPUs. | |
1485 m88k-dg-dguxR4.* | m88k-dg-dgux4* ) | |
1486 machine=aviion opsys=dgux4 | |
1487 ;; | |
1488 m88k-dg-dgux5.4R3* | m88k-dg-dgux5.4.3* ) | |
1489 ## This name is dgux5-4-3 instead of dgux5-4r3 | |
1490 ## to avoid a file name conflict on MSDOS. | |
1491 machine=aviion opsys=dgux5-4-3 | |
1492 ;; | |
1493 m88k-dg-dgux5.4R2* | m88k-dg-dgux5.4.2* ) | |
1494 machine=aviion opsys=dgux5-4r2 | |
1495 ;; | |
1496 m88k-dg-dgux* ) | |
1497 machine=aviion opsys=dgux | |
1498 ;; | |
1499 | |
1500 ## Data General AViiON Intel (x86) Machines | |
1501 ## Exists from 5.4.3 (current i586-dg-dguxR4.11) | |
1502 ## Ehud Karni, 1998-may-30, ehud@unix.simonwiesel.co.il | |
1503 i[345]86-dg-dguxR4* ) | |
1504 machine=aviion-intel opsys=dgux4 | |
1505 ;; | |
1506 | |
1507 ## DECstations | |
1508 mips-dec-ultrix[0-3].* | mips-dec-ultrix4.0* | mips-dec-bsd4.2* ) | |
1509 machine=pmax opsys=bsd4-2 | |
1510 ;; | |
1511 mips-dec-ultrix4.[12]* | mips-dec-bsd* ) | |
1512 machine=pmax opsys=bsd4-3 | |
1513 ;; | |
1514 mips-dec-ultrix* ) | |
1515 machine=pmax opsys=ultrix4-3 | |
1516 ;; | |
1517 mips-dec-osf* ) | |
1518 machine=pmax opsys=osf1 | |
1519 ;; | |
1520 mips-dec-mach_bsd4.3* ) | |
1521 machine=pmax opsys=mach-bsd4-3 | |
1522 ;; | |
1523 | |
1524 ## Motorola Delta machines | |
1525 m68k-motorola-sysv* | m68000-motorola-sysv* ) | |
1526 machine=delta opsys=usg5-3 | |
1527 if test -z "`type gnucc | grep 'not found'`" | |
1528 then | |
1529 if test -s /etc/167config | |
1530 then CC="gnucc -m68040" | |
1531 else CC="gnucc -m68881" | |
1532 fi | |
1533 else | |
1534 if test -z "`type gcc | grep 'not found'`" | |
1535 then CC=gcc | |
1536 else CC=cc | |
1537 fi | |
1538 fi | |
1539 ;; | |
1540 m88k-motorola-sysv4* ) | |
1541 # jbotte@bnr.ca says that UNIX_System_V <hostName> 4.0 R40V4.3 m88k mc88110 | |
1542 # needs POSIX_SIGNALS and therefore needs usg5-4-2. | |
1543 # I hope there are not other 4.0 versions for this machine | |
1544 # which really need usg5-4 instead. | |
1545 machine=delta88k opsys=usg5-4-2 | |
1546 ;; | |
1547 m88k-motorola-sysv* | m88k-motorola-m88kbcs* ) | |
1548 machine=delta88k opsys=usg5-3 | |
1549 ;; | |
1550 | |
1551 ## Dual machines | |
1552 m68*-dual-sysv* ) | |
1553 machine=dual opsys=usg5-2 | |
1554 ;; | |
1555 m68*-dual-uniplus* ) | |
1556 machine=dual opsys=unipl5-2 | |
1557 ;; | |
1558 | |
1559 ## Elxsi 6400 | |
1560 elxsi-elxsi-sysv* ) | |
1561 machine=elxsi opsys=usg5-2 | |
1562 ;; | |
1563 | |
1564 ## Encore machines | |
1565 ns16k-encore-bsd* ) | |
1566 machine=ns16000 opsys=umax | |
1567 ;; | |
1568 | |
30069 | 1569 ## The GEC 63 - apparently, this port isn't really finished yet. |
1570 # I'm sure we finished off the last of the machines, though. -- fx | |
25897 | 1571 |
1572 ## Gould Power Node and NP1 | |
1573 pn-gould-bsd4.2* ) | |
1574 machine=gould opsys=bsd4-2 | |
1575 ;; | |
1576 pn-gould-bsd4.3* ) | |
1577 machine=gould opsys=bsd4-3 | |
1578 ;; | |
1579 np1-gould-bsd* ) | |
1580 machine=gould-np1 opsys=bsd4-3 | |
1581 ;; | |
1582 | |
1583 ## Harris Night Hawk machines running CX/UX (a 5000 looks just like a 4000 | |
1584 ## as far as Emacs is concerned). | |
1585 m88k-harris-cxux* ) | |
1586 # Build needs to be different on 7.0 and later releases | |
1587 case "`uname -r`" in | |
1588 [56].[0-9] ) machine=nh4000 opsys=cxux ;; | |
1589 [7].[0-9] ) machine=nh4000 opsys=cxux7 ;; | |
1590 esac | |
1591 NON_GNU_CPP="/lib/cpp" | |
1592 ;; | |
1593 ## Harris ecx or gcx running CX/UX (Series 1200, Series 3000) | |
1594 m68k-harris-cxux* ) | |
1595 machine=nh3000 opsys=cxux | |
1596 ;; | |
1597 ## Harris power pc NightHawk running Power UNIX (Series 6000) | |
1598 powerpc-harris-powerunix ) | |
1599 machine=nh6000 opsys=powerunix | |
1600 NON_GNU_CPP="cc -Xo -E -P" | |
1601 ;; | |
1602 ## SR2001/SR2201 running HI-UX/MPP | |
1603 hppa1.1-hitachi-hiuxmpp* ) | |
1604 machine=sr2k opsys=hiuxmpp | |
1605 ;; | |
38811 | 1606 hppa1.1-hitachi-hiuxwe2* ) |
1607 machine=sr2k opsys=hiuxwe2 | |
1608 ;; | |
25897 | 1609 ## Honeywell XPS100 |
1610 xps*-honeywell-sysv* ) | |
1611 machine=xps100 opsys=usg5-2 | |
1612 ;; | |
1613 | |
1614 ## HP 9000 series 200 or 300 | |
1615 m68*-hp-bsd* ) | |
1616 machine=hp9000s300 opsys=bsd4-3 | |
1617 ;; | |
1618 ## HP/UX 7, 8, 9, and 10 are supported on these machines. | |
1619 m68*-hp-hpux* ) | |
1620 case "`uname -r`" in | |
1621 ## Someone's system reports A.B8.05 for this. | |
1622 ## I wonder what other possibilities there are. | |
1623 *.B8.* ) machine=hp9000s300 opsys=hpux8 ;; | |
1624 *.08.* ) machine=hp9000s300 opsys=hpux8 ;; | |
1625 *.09.* ) machine=hp9000s300 opsys=hpux9 ;; | |
1626 *.1[0-9].* ) machine=hp9000s300 opsys=hpux9shr ;; | |
1627 *) machine=hp9000s300 opsys=hpux ;; | |
1628 esac | |
1629 ;; | |
1630 | |
1631 ## HP 9000 series 700 and 800, running HP/UX | |
1632 hppa*-hp-hpux7* ) | |
1633 machine=hp800 opsys=hpux | |
1634 ;; | |
1635 hppa*-hp-hpux8* ) | |
1636 machine=hp800 opsys=hpux8 | |
1637 ;; | |
1638 hppa*-hp-hpux9shr* ) | |
1639 machine=hp800 opsys=hpux9shr | |
1640 ;; | |
1641 hppa*-hp-hpux9* ) | |
1642 machine=hp800 opsys=hpux9 | |
1643 ;; | |
40632 | 1644 hppa*-hp-hpux10* ) |
25897 | 1645 machine=hp800 opsys=hpux10 |
1646 ;; | |
40632 | 1647 hppa*-hp-hpux1[1-9]* ) |
1648 machine=hp800 opsys=hpux11 | |
1649 ;; | |
25897 | 1650 |
1651 ## HP 9000 series 700 and 800, running HP/UX | |
1652 hppa*-hp-hpux* ) | |
1653 ## Cross-compilation? Nah! | |
1654 case "`uname -r`" in | |
1655 ## Someone's system reports A.B8.05 for this. | |
1656 ## I wonder what other possibilities there are. | |
1657 *.B8.* ) machine=hp800 opsys=hpux8 ;; | |
1658 *.08.* ) machine=hp800 opsys=hpux8 ;; | |
1659 *.09.* ) machine=hp800 opsys=hpux9 ;; | |
1660 *) machine=hp800 opsys=hpux10 ;; | |
1661 esac | |
1662 ;; | |
1663 hppa*-*-nextstep* ) | |
1664 machine=hp800 opsys=nextstep | |
1665 ;; | |
1666 | |
1667 ## Orion machines | |
1668 orion-orion-bsd* ) | |
1669 machine=orion opsys=bsd4-2 | |
1670 ;; | |
1671 clipper-orion-bsd* ) | |
1672 machine=orion105 opsys=bsd4-2 | |
1673 ;; | |
1674 | |
1675 ## IBM machines | |
1676 i[3456]86-ibm-aix1.1* ) | |
1677 machine=ibmps2-aix opsys=usg5-2-2 | |
1678 ;; | |
1679 i[3456]86-ibm-aix1.[23]* | i[3456]86-ibm-aix* ) | |
1680 machine=ibmps2-aix opsys=usg5-3 | |
1681 ;; | |
1682 i370-ibm-aix*) | |
1683 machine=ibm370aix opsys=usg5-3 | |
1684 ;; | |
40426 | 1685 s390-*-linux-gnu) |
1686 machine=ibms390 opsys=gnu-linux | |
1687 ;; | |
25897 | 1688 rs6000-ibm-aix3.1* | powerpc-ibm-aix3.1* ) |
1689 machine=ibmrs6000 opsys=aix3-1 | |
1690 ;; | |
1691 rs6000-ibm-aix3.2.5 | powerpc-ibm-aix3.2.5 ) | |
1692 machine=ibmrs6000 opsys=aix3-2-5 | |
1693 ;; | |
1694 rs6000-ibm-aix4.1* | powerpc-ibm-aix4.1* ) | |
1695 machine=ibmrs6000 opsys=aix4-1 | |
1696 ;; | |
1697 rs6000-ibm-aix4.2* | powerpc-ibm-aix4.2* ) | |
1698 machine=ibmrs6000 opsys=aix4-2 | |
1699 ;; | |
1700 rs6000-ibm-aix4.0* | powerpc-ibm-aix4.0* ) | |
1701 machine=ibmrs6000 opsys=aix4 | |
1702 ;; | |
1703 rs6000-ibm-aix4* | powerpc-ibm-aix4* ) | |
1704 machine=ibmrs6000 opsys=aix4-1 | |
1705 ;; | |
1706 rs6000-ibm-aix* | powerpc-ibm-aix* ) | |
1707 machine=ibmrs6000 opsys=aix3-2 | |
1708 ;; | |
1709 romp-ibm-bsd4.3* ) | |
1710 machine=ibmrt opsys=bsd4-3 | |
1711 ;; | |
1712 romp-ibm-bsd4.2* ) | |
1713 machine=ibmrt opsys=bsd4-2 | |
1714 ;; | |
1715 romp-ibm-aos4.3* ) | |
1716 machine=ibmrt opsys=bsd4-3 | |
1717 ;; | |
1718 romp-ibm-aos4.2* ) | |
1719 machine=ibmrt opsys=bsd4-2 | |
1720 ;; | |
1721 romp-ibm-aos* ) | |
1722 machine=ibmrt opsys=bsd4-3 | |
1723 ;; | |
1724 romp-ibm-bsd* ) | |
1725 machine=ibmrt opsys=bsd4-3 | |
1726 ;; | |
1727 romp-ibm-aix* ) | |
1728 machine=ibmrt-aix opsys=usg5-2-2 | |
1729 ;; | |
1730 | |
1731 ## Integrated Solutions `Optimum V' | |
1732 m68*-isi-bsd4.2* ) | |
1733 machine=isi-ov opsys=bsd4-2 | |
1734 ;; | |
1735 m68*-isi-bsd4.3* ) | |
1736 machine=isi-ov opsys=bsd4-3 | |
1737 ;; | |
1738 | |
1739 ## Intel 386 machines where we do care about the manufacturer | |
1740 i[3456]86-intsys-sysv* ) | |
1741 machine=is386 opsys=usg5-2-2 | |
1742 ;; | |
1743 | |
1744 ## Prime EXL | |
1745 i[3456]86-prime-sysv* ) | |
1746 machine=i386 opsys=usg5-3 | |
1747 ;; | |
1748 | |
1749 ## Sequent Symmetry running Dynix | |
1750 i[3456]86-sequent-bsd* ) | |
1751 machine=symmetry opsys=bsd4-3 | |
1752 ;; | |
1753 | |
1754 ## Sequent Symmetry running ptx 4, which is a modified SVR4. | |
1755 i[3456]86-sequent-ptx4* | i[3456]86-sequent-sysv4* ) | |
1756 machine=sequent-ptx opsys=ptx4 | |
1757 NON_GNU_CPP=/lib/cpp | |
1758 ;; | |
1759 | |
1760 ## Sequent Symmetry running DYNIX/ptx | |
1761 ## Use the old cpp rather than the newer ANSI one. | |
1762 i[3456]86-sequent-ptx* ) | |
1763 machine=sequent-ptx opsys=ptx | |
1764 NON_GNU_CPP="/lib/cpp" | |
1765 ;; | |
1766 | |
1767 ## ncr machine running svr4.3. | |
1768 i[3456]86-ncr-sysv4.3 ) | |
1769 machine=ncr386 opsys=usg5-4-3 | |
1770 ;; | |
1771 | |
1772 ## Unspecified sysv on an ncr machine defaults to svr4.2. | |
1773 ## (Plain usg5-4 doesn't turn on POSIX signals, which we need.) | |
1774 i[3456]86-ncr-sysv* ) | |
1775 machine=ncr386 opsys=usg5-4-2 | |
1776 ;; | |
1777 | |
1778 ## Intel Paragon OSF/1 | |
1779 i860-intel-osf1* ) | |
1780 machine=paragon opsys=osf1 NON_GNU_CPP=/usr/mach/lib/cpp | |
1781 ;; | |
1782 | |
1783 ## Intel 860 | |
1784 i860-*-sysv4* ) | |
1785 machine=i860 opsys=usg5-4 | |
1786 NON_GNU_CC="/bin/cc" # Ie, not the one in /usr/ucb/cc. | |
1787 NON_GNU_CPP="/usr/ccs/lib/cpp" # cc -E tokenizes macro expansion. | |
1788 ;; | |
1789 | |
28748 | 1790 ## Macintosh PowerPC |
1791 powerpc*-*-linux-gnu* ) | |
1792 machine=macppc opsys=gnu-linux | |
1793 ;; | |
1794 | |
25897 | 1795 ## Masscomp machines |
1796 m68*-masscomp-rtu* ) | |
1797 machine=masscomp opsys=rtu | |
1798 ;; | |
1799 | |
1800 ## Megatest machines | |
1801 m68*-megatest-bsd* ) | |
1802 machine=mega68 opsys=bsd4-2 | |
1803 ;; | |
1804 | |
1805 ## Workstations sold by MIPS | |
1806 ## This is not necessarily all workstations using the MIPS processor - | |
1807 ## Irises are produced by SGI, and DECstations by DEC. | |
1808 | |
1809 ## etc/MACHINES lists mips.h and mips4.h as possible machine files, | |
1810 ## and usg5-2-2 and bsd4-3 as possible OS files. The only guidance | |
1811 ## it gives for choosing between the alternatives seems to be "Use | |
1812 ## -machine=mips4 for RISCOS version 4; use -opsystem=bsd4-3 with | |
1813 ## the BSD world." I'll assume that these are instructions for | |
1814 ## handling two odd situations, and that every other situation | |
1815 ## should use mips.h and usg5-2-2, they being listed first. | |
1816 mips-mips-usg* ) | |
1817 machine=mips4 | |
1818 ## Fall through to the general code at the bottom to decide on the OS. | |
1819 ;; | |
1820 mips-mips-riscos4* ) | |
1821 machine=mips4 opsys=bsd4-3 | |
1822 NON_GNU_CC="cc -systype bsd43" | |
1823 NON_GNU_CPP="cc -systype bsd43 -E" | |
1824 ;; | |
1825 mips-mips-riscos5* ) | |
1826 machine=mips4 opsys=riscos5 | |
1827 NON_GNU_CC="cc -systype bsd43" | |
1828 NON_GNU_CPP="cc -systype bsd43 -E" | |
1829 ;; | |
1830 mips-mips-bsd* ) | |
1831 machine=mips opsys=bsd4-3 | |
1832 ;; | |
1833 mips-mips-* ) | |
1834 machine=mips opsys=usg5-2-2 | |
1835 ;; | |
1836 | |
1837 ## NeXT | |
1838 m68*-next-* | m68k-*-nextstep* ) | |
1839 machine=m68k opsys=nextstep | |
1840 ;; | |
1841 | |
1842 ## The complete machine from National Semiconductor | |
1843 ns32k-ns-genix* ) | |
1844 machine=ns32000 opsys=usg5-2 | |
1845 ;; | |
1846 | |
1847 ## NCR machines | |
1848 m68*-ncr-sysv2* | m68*-ncr-sysvr2* ) | |
1849 machine=tower32 opsys=usg5-2-2 | |
1850 ;; | |
1851 m68*-ncr-sysv3* | m68*-ncr-sysvr3* ) | |
1852 machine=tower32v3 opsys=usg5-3 | |
1853 ;; | |
1854 | |
1855 ## NEC EWS4800 | |
1856 mips-nec-sysv4*) | |
1857 machine=ews4800 opsys=ux4800 | |
1858 ;; | |
1859 | |
1860 ## Nixdorf Targon 31 | |
1861 m68*-nixdorf-sysv* ) | |
1862 machine=targon31 opsys=usg5-2-2 | |
1863 ;; | |
1864 | |
1865 ## Nu (TI or LMI) | |
1866 m68*-nu-sysv* ) | |
1867 machine=nu opsys=usg5-2 | |
1868 ;; | |
1869 | |
1870 ## Plexus | |
1871 m68*-plexus-sysv* ) | |
1872 machine=plexus opsys=usg5-2 | |
1873 ;; | |
1874 | |
1875 ## PowerPC reference platform | |
1876 powerpcle-*-solaris2* ) | |
1877 machine=prep | |
1878 opsys=sol2-5 | |
1879 ;; | |
1880 | |
1881 ## Pyramid machines | |
1882 ## I don't really have any idea what sort of processor the Pyramid has, | |
1883 ## so I'm assuming it is its own architecture. | |
1884 pyramid-pyramid-bsd* ) | |
1885 machine=pyramid opsys=bsd4-2 | |
1886 ;; | |
1887 | |
1888 ## Sequent Balance | |
1889 ns32k-sequent-bsd4.2* ) | |
1890 machine=sequent opsys=bsd4-2 | |
1891 ;; | |
1892 ns32k-sequent-bsd4.3* ) | |
1893 machine=sequent opsys=bsd4-3 | |
1894 ;; | |
1895 | |
1896 ## Siemens Nixdorf | |
1897 mips-siemens-sysv* | mips-sni-sysv*) | |
1898 machine=mips-siemens opsys=usg5-4 | |
1899 NON_GNU_CC=/usr/ccs/bin/cc | |
1900 NON_GNU_CPP=/usr/ccs/lib/cpp | |
1901 ;; | |
1902 | |
1903 ## Silicon Graphics machines | |
1904 ## Iris 2500 and Iris 2500 Turbo (aka the Iris 3030) | |
1905 m68*-sgi-iris3.5* ) | |
1906 machine=irist opsys=iris3-5 | |
1907 ;; | |
1908 m68*-sgi-iris3.6* | m68*-sgi-iris*) | |
1909 machine=irist opsys=iris3-6 | |
1910 ;; | |
1911 ## Iris 4D | |
1912 mips-sgi-irix3* ) | |
1913 machine=iris4d opsys=irix3-3 | |
1914 ;; | |
1915 mips-sgi-irix4* ) | |
1916 machine=iris4d opsys=irix4-0 | |
1917 ;; | |
1918 mips-sgi-irix6.5 ) | |
1919 machine=iris4d opsys=irix6-5 | |
26502 | 1920 # Without defining _LANGUAGE_C, things get masked out in the headers |
1921 # so that, for instance, grepping for `free' in stdlib.h fails and | |
1922 # AC_HEADER_STD_C fails. (MIPSPro 7.2.1.2m compilers, Irix 6.5.3m). | |
1923 NON_GNU_CPP="/lib/cpp -D_LANGUAGE_C" | |
29388 | 1924 NON_GCC_TEST_OPTIONS="-D_LANGUAGE_C" |
25897 | 1925 ;; |
1926 mips-sgi-irix6* ) | |
1927 machine=iris4d opsys=irix6-0 | |
27205 | 1928 # It's not clear whether -D_LANGUAGE_C is necessary as it is for 6.5, |
26502 | 1929 # but presumably it does no harm. |
1930 NON_GNU_CPP="/lib/cpp -D_LANGUAGE_C" | |
29388 | 1931 # -32 probably isn't necessary in later v.6s -- anyone know which? |
25897 | 1932 NON_GCC_TEST_OPTIONS=-32 |
1933 ;; | |
1934 mips-sgi-irix5.[01]* ) | |
1935 machine=iris4d opsys=irix5-0 | |
1936 ;; | |
1937 mips-sgi-irix5* | mips-sgi-irix* ) | |
1938 machine=iris4d opsys=irix5-2 | |
1939 ;; | |
1940 | |
1941 ## SONY machines | |
1942 m68*-sony-bsd4.2* ) | |
1943 machine=news opsys=bsd4-2 | |
1944 ;; | |
1945 m68*-sony-bsd4.3* ) | |
1946 machine=news opsys=bsd4-3 | |
1947 ;; | |
1948 m68*-sony-newsos3* | m68*-sony-news3*) | |
1949 machine=news opsys=bsd4-3 | |
1950 ;; | |
1951 mips-sony-bsd* | mips-sony-newsos4* | mips-sony-news4*) | |
1952 machine=news-risc opsys=bsd4-3 | |
1953 ;; | |
1954 mips-sony-newsos6* ) | |
1955 machine=news-r6 opsys=newsos6 | |
1956 ;; | |
1957 mips-sony-news* ) | |
1958 machine=news-risc opsys=newsos5 | |
1959 ;; | |
1960 | |
1961 ## Stride | |
1962 m68*-stride-sysv* ) | |
1963 machine=stride opsys=usg5-2 | |
1964 ;; | |
1965 | |
1966 ## Suns | |
1967 sparc-*-linux-gnu* | sparc64-*-linux-gnu* ) | |
1968 machine=sparc opsys=gnu-linux | |
1969 ;; | |
1970 | |
27949 | 1971 *-auspex-sunos* | *-sun-sunos* | *-sun-bsd* | *-sun-solaris* \ |
25897 | 1972 | i[3456]86-*-solaris2* | i[3456]86-*-sunos5* | powerpc*-*-solaris2* \ |
1973 | rs6000-*-solaris2*) | |
1974 case "${canonical}" in | |
1975 m68*-sunos1* ) machine=sun1 ;; | |
1976 m68*-sunos2* ) machine=sun2 ;; | |
1977 m68* ) machine=sun3 ;; | |
1978 i[3456]86-sun-sunos[34]* ) machine=sun386 ;; | |
1979 i[3456]86-*-* ) machine=intel386 ;; | |
1980 powerpcle* ) machine=powerpcle ;; | |
1981 powerpc* | rs6000* ) machine=ibmrs6000 ;; | |
1982 sparc* ) machine=sparc ;; | |
1983 * ) unported=yes ;; | |
1984 esac | |
1985 case "${canonical}" in | |
1986 ## The Sun386 didn't get past 4.0. | |
1987 i[3456]86-*-sunos4 ) opsys=sunos4-0 ;; | |
1988 *-sunos4.0* ) opsys=sunos4-0 ;; | |
1989 *-sunos4.1.[3-9]*noshare ) | |
1990 ## This name is sunos413 instead of sunos4-1-3 | |
1991 ## to avoid a file name conflict on MSDOS. | |
1992 opsys=sunos413 | |
1993 NON_GNU_CPP=/usr/lib/cpp | |
1994 NON_GCC_TEST_OPTIONS=-Bstatic | |
1995 GCC_TEST_OPTIONS=-static | |
1996 ;; | |
1997 *-sunos4.1.[3-9]* | *-sunos4shr*) | |
1998 opsys=sunos4shr | |
1999 NON_GNU_CPP=/usr/lib/cpp | |
2000 ;; | |
2001 *-sunos4* | *-sunos ) | |
2002 opsys=sunos4-1 | |
2003 NON_GCC_TEST_OPTIONS=-Bstatic | |
2004 GCC_TEST_OPTIONS=-static | |
2005 ;; | |
2006 *-sunos5.3* | *-solaris2.3* ) | |
2007 opsys=sol2-3 | |
2008 NON_GNU_CPP=/usr/ccs/lib/cpp | |
2009 ;; | |
2010 *-sunos5.4* | *-solaris2.4* ) | |
2011 opsys=sol2-4 | |
2012 NON_GNU_CPP=/usr/ccs/lib/cpp | |
2013 RANLIB="ar -ts" | |
2014 ;; | |
2015 *-sunos5.5* | *-solaris2.5* ) | |
2016 opsys=sol2-5 | |
2017 NON_GNU_CPP=/usr/ccs/lib/cpp | |
2018 RANLIB="ar -ts" | |
2019 ;; | |
2020 *-sunos5* | *-solaris* ) | |
2021 opsys=sol2-5 | |
2022 NON_GNU_CPP=/usr/ccs/lib/cpp | |
2023 ;; | |
2024 * ) opsys=bsd4-2 ;; | |
2025 esac | |
2026 ## Watch out for a compiler that we know will not work. | |
2027 case "${canonical}" in | |
2028 *-solaris* | *-sunos5* ) | |
2029 if [ "x$CC" = x/usr/ucb/cc ]; then | |
2030 ## /usr/ucb/cc doesn't work; | |
2031 ## we should find some other compiler that does work. | |
2032 unset CC | |
2033 fi | |
2034 ;; | |
2035 *) ;; | |
2036 esac | |
2037 ;; | |
2038 sparc-*-nextstep* ) | |
2039 machine=sparc opsys=nextstep | |
2040 ;; | |
2041 | |
2042 ## Tadpole 68k | |
2043 m68*-tadpole-sysv* ) | |
2044 machine=tad68k opsys=usg5-3 | |
2045 ;; | |
2046 | |
2047 ## Tahoe machines | |
2048 tahoe-tahoe-bsd4.2* ) | |
2049 machine=tahoe opsys=bsd4-2 | |
2050 ;; | |
2051 tahoe-tahoe-bsd4.3* ) | |
2052 machine=tahoe opsys=bsd4-3 | |
2053 ;; | |
2054 | |
2055 ## Tandem Integrity S2 | |
2056 mips-tandem-sysv* ) | |
2057 machine=tandem-s2 opsys=usg5-3 | |
2058 ;; | |
2059 | |
2060 ## Tektronix XD88 | |
2061 m88k-tektronix-sysv3* ) | |
2062 machine=tekxd88 opsys=usg5-3 | |
2063 ;; | |
2064 | |
2065 ## Tektronix 16000 box (6130?) | |
2066 ns16k-tektronix-bsd* ) | |
2067 machine=ns16000 opsys=bsd4-2 | |
2068 ;; | |
2069 ## Tektronix 4300 | |
2070 ## src/m/tek4300.h hints that this is a m68k machine. | |
2071 m68*-tektronix-bsd* ) | |
2072 machine=tek4300 opsys=bsd4-3 | |
2073 ;; | |
2074 | |
2075 ## Titan P2 or P3 | |
2076 ## We seem to have lost the machine-description file titan.h! | |
2077 titan-titan-sysv* ) | |
2078 machine=titan opsys=usg5-3 | |
2079 ;; | |
2080 | |
2081 ## Ustation E30 (SS5E) | |
2082 m68*-unisys-uniplus* ) | |
2083 machine=ustation opsystem=unipl5-2 | |
2084 ;; | |
2085 | |
2086 ## Vaxen. | |
2087 vax-dec-* ) | |
2088 machine=vax | |
2089 case "${canonical}" in | |
2090 *-bsd4.1* ) opsys=bsd4-1 ;; | |
2091 *-bsd4.2* | *-ultrix[0-3].* | *-ultrix4.0* ) opsys=bsd4-2 ;; | |
2092 *-bsd4.3* | *-ultrix* ) opsys=bsd4-3 ;; | |
2093 *-sysv[01]* | *-sysvr[01]* ) opsys=usg5-0 ;; | |
2094 *-sysv2* | *-sysvr2* ) opsys=usg5-2 ;; | |
2095 *-vms* ) opsys=vms ;; | |
2096 * ) unported=yes | |
2097 esac | |
2098 ;; | |
2099 | |
2100 ## Whitechapel MG1 | |
2101 ns16k-whitechapel-* ) | |
2102 machine=mg1 | |
2103 ## We don't know what sort of OS runs on these; we'll let the | |
2104 ## operating system guessing code below try. | |
2105 ;; | |
2106 | |
2107 ## Wicat | |
2108 m68*-wicat-sysv* ) | |
2109 machine=wicat opsys=usg5-2 | |
2110 ;; | |
2111 | |
30576 | 2112 ## IA-64 |
2113 ia64*-*-linux* ) | |
2114 machine=ia64 opsys=gnu-linux | |
2115 ;; | |
2116 | |
25897 | 2117 ## Intel 386 machines where we don't care about the manufacturer |
2118 i[3456]86-*-* ) | |
2119 machine=intel386 | |
2120 case "${canonical}" in | |
29654 | 2121 *-lynxos* ) opsys=lynxos ;; |
25897 | 2122 *-isc1.* | *-isc2.[01]* ) opsys=386-ix ;; |
2123 *-isc2.2* ) opsys=isc2-2 ;; | |
2124 *-isc4.0* ) opsys=isc4-0 ;; | |
2125 *-isc4.* ) opsys=isc4-1 | |
2126 GCC_TEST_OPTIONS=-posix | |
2127 NON_GCC_TEST_OPTIONS=-Xp | |
2128 ;; | |
2129 *-isc* ) opsys=isc3-0 ;; | |
2130 *-esix5* ) opsys=esix5r4; NON_GNU_CPP=/usr/lib/cpp ;; | |
2131 *-esix* ) opsys=esix ;; | |
2132 *-xenix* ) opsys=xenix ;; | |
2133 *-linux-gnu* ) opsys=gnu-linux ;; | |
2134 *-sco3.2v4* ) opsys=sco4 ; NON_GNU_CPP=/lib/cpp ;; | |
40056 | 2135 *-sco3.2v5* ) opsys=sco5 |
25897 | 2136 NON_GNU_CPP=/lib/cpp |
2137 # Prevent -belf from being passed to $CPP. | |
2138 # /lib/cpp does not accept it. | |
2139 OVERRIDE_CPPFLAGS=" " | |
2140 ;; | |
2141 *-sysv4.2uw* ) opsys=unixware; NON_GNU_CPP=/lib/cpp ;; | |
2142 *-386bsd* ) opsys=386bsd ;; | |
2143 *-freebsd* ) opsys=freebsd ;; | |
2144 *-nextstep* ) opsys=nextstep ;; | |
2145 ## Otherwise, we'll fall through to the generic opsys code at the bottom. | |
2146 esac | |
2147 ;; | |
2148 | |
2149 ## m68k Linux-based GNU system | |
2150 m68k-*-linux-gnu* ) | |
2151 machine=m68k opsys=gnu-linux | |
2152 ;; | |
2153 | |
2154 ## Mips Linux-based GNU system | |
2155 mips-*-linux-gnu* ) | |
2156 machine=mips opsys=gnu-linux | |
2157 ;; | |
2158 | |
2159 ## UXP/DS | |
2160 sparc-fujitsu-sysv4* ) | |
2161 machine=sparc opsys=uxpds | |
2162 NON_GNU_CPP=/usr/ccs/lib/cpp | |
2163 RANLIB="ar -ts" | |
2164 ;; | |
2165 | |
2166 ## UXP/V | |
2167 f301-fujitsu-uxpv4.1) | |
2168 machine=f301 opsys=uxpv | |
2169 ;; | |
2170 | |
2171 * ) | |
2172 unported=yes | |
2173 ;; | |
2174 esac | |
2175 | |
2176 ### If the code above didn't choose an operating system, just choose | |
2177 ### an operating system based on the configuration name. You really | |
2178 ### only want to use this when you have no idea what the right | |
2179 ### operating system is; if you know what operating systems a machine | |
2180 ### runs, it's cleaner to make it explicit in the case statement | |
2181 ### above. | |
2182 if test x"${opsys}" = x; then | |
2183 case "${canonical}" in | |
2184 *-gnu* ) opsys=gnu ;; | |
2185 *-bsd4.[01] ) opsys=bsd4-1 ;; | |
2186 *-bsd4.2 ) opsys=bsd4-2 ;; | |
2187 *-bsd4.3 ) opsys=bsd4-3 ;; | |
2188 *-sysv0 | *-sysvr0 ) opsys=usg5-0 ;; | |
2189 *-sysv2 | *-sysvr2 ) opsys=usg5-2 ;; | |
2190 *-sysv2.2 | *-sysvr2.2 ) opsys=usg5-2-2 ;; | |
2191 *-sysv3* | *-sysvr3* ) opsys=usg5-3 ;; | |
2192 *-sysv4.2uw* ) opsys=unixware ;; | |
2193 *-sysv4.1* | *-sysvr4.1* ) | |
2194 NON_GNU_CPP=/usr/lib/cpp | |
2195 opsys=usg5-4 ;; | |
2196 *-sysv4.[2-9]* | *-sysvr4.[2-9]* ) | |
2197 if [ x$NON_GNU_CPP = x ]; then | |
2198 if [ -f /usr/ccs/lib/cpp ]; then | |
2199 NON_GNU_CPP=/usr/ccs/lib/cpp | |
2200 else | |
2201 NON_GNU_CPP=/lib/cpp | |
2202 fi | |
2203 fi | |
2204 opsys=usg5-4-2 ;; | |
2205 *-sysv4* | *-sysvr4* ) opsys=usg5-4 ;; | |
2206 * ) | |
2207 unported=yes | |
2208 ;; | |
2209 esac | |
2210 fi | |
2211 | |
2212 if test $unported = yes; then | |
41148 | 2213 { { echo "$as_me:2213: error: Emacs hasn't been ported to \`${canonical}' systems. |
40056 | 2214 Check \`etc/MACHINES' for recognized configuration names." >&5 |
2215 echo "$as_me: error: Emacs hasn't been ported to \`${canonical}' systems. | |
2216 Check \`etc/MACHINES' for recognized configuration names." >&2;} | |
2217 { (exit 1); exit 1; }; } | |
25897 | 2218 fi |
2219 | |
2220 machfile="m/${machine}.h" | |
2221 opsysfile="s/${opsys}.h" | |
2222 | |
2223 #### Choose a compiler. | |
2224 test -n "$CC" && cc_specified=yes | |
2225 | |
2226 # Save the value of CFLAGS that the user specified. | |
2227 SPECIFIED_CFLAGS="$CFLAGS" | |
2228 | |
2229 case ${with_gcc} in | |
2230 "yes" ) CC="gcc" GCC=yes ;; | |
2231 "no" ) : ${CC=cc} ;; | |
40056 | 2232 * ) |
2233 esac | |
2234 ac_ext=c | |
2235 ac_cpp='$CPP $CPPFLAGS' | |
2236 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
2237 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
2238 ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
2239 if test -n "$ac_tool_prefix"; then | |
2240 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. | |
2241 set dummy ${ac_tool_prefix}gcc; ac_word=$2 | |
41148 | 2242 echo "$as_me:2242: checking for $ac_word" >&5 |
40056 | 2243 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 |
2244 if test "${ac_cv_prog_CC+set}" = set; then | |
2245 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
2246 else | |
2247 if test -n "$CC"; then | |
2248 ac_cv_prog_CC="$CC" # Let the user override the test. | |
2249 else | |
2250 ac_save_IFS=$IFS; IFS=$ac_path_separator | |
2251 ac_dummy="$PATH" | |
2252 for ac_dir in $ac_dummy; do | |
2253 IFS=$ac_save_IFS | |
2254 test -z "$ac_dir" && ac_dir=. | |
2255 $as_executable_p "$ac_dir/$ac_word" || continue | |
2256 ac_cv_prog_CC="${ac_tool_prefix}gcc" | |
41148 | 2257 echo "$as_me:2257: found $ac_dir/$ac_word" >&5 |
40056 | 2258 break |
2259 done | |
2260 | |
2261 fi | |
2262 fi | |
2263 CC=$ac_cv_prog_CC | |
2264 if test -n "$CC"; then | |
41148 | 2265 echo "$as_me:2265: result: $CC" >&5 |
40056 | 2266 echo "${ECHO_T}$CC" >&6 |
2267 else | |
41148 | 2268 echo "$as_me:2268: result: no" >&5 |
40056 | 2269 echo "${ECHO_T}no" >&6 |
2270 fi | |
2271 | |
2272 fi | |
2273 if test -z "$ac_cv_prog_CC"; then | |
2274 ac_ct_CC=$CC | |
2275 # Extract the first word of "gcc", so it can be a program name with args. | |
25897 | 2276 set dummy gcc; ac_word=$2 |
41148 | 2277 echo "$as_me:2277: checking for $ac_word" >&5 |
40056 | 2278 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 |
2279 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then | |
2280 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
2281 else | |
2282 if test -n "$ac_ct_CC"; then | |
2283 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. | |
2284 else | |
2285 ac_save_IFS=$IFS; IFS=$ac_path_separator | |
2286 ac_dummy="$PATH" | |
2287 for ac_dir in $ac_dummy; do | |
2288 IFS=$ac_save_IFS | |
2289 test -z "$ac_dir" && ac_dir=. | |
2290 $as_executable_p "$ac_dir/$ac_word" || continue | |
2291 ac_cv_prog_ac_ct_CC="gcc" | |
41148 | 2292 echo "$as_me:2292: found $ac_dir/$ac_word" >&5 |
40056 | 2293 break |
2294 done | |
2295 | |
2296 fi | |
2297 fi | |
2298 ac_ct_CC=$ac_cv_prog_ac_ct_CC | |
2299 if test -n "$ac_ct_CC"; then | |
41148 | 2300 echo "$as_me:2300: result: $ac_ct_CC" >&5 |
40056 | 2301 echo "${ECHO_T}$ac_ct_CC" >&6 |
2302 else | |
41148 | 2303 echo "$as_me:2303: result: no" >&5 |
40056 | 2304 echo "${ECHO_T}no" >&6 |
2305 fi | |
2306 | |
2307 CC=$ac_ct_CC | |
2308 else | |
2309 CC="$ac_cv_prog_CC" | |
2310 fi | |
2311 | |
2312 if test -z "$CC"; then | |
2313 if test -n "$ac_tool_prefix"; then | |
2314 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. | |
2315 set dummy ${ac_tool_prefix}cc; ac_word=$2 | |
41148 | 2316 echo "$as_me:2316: checking for $ac_word" >&5 |
40056 | 2317 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 |
2318 if test "${ac_cv_prog_CC+set}" = set; then | |
2319 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
25897 | 2320 else |
2321 if test -n "$CC"; then | |
2322 ac_cv_prog_CC="$CC" # Let the user override the test. | |
2323 else | |
40056 | 2324 ac_save_IFS=$IFS; IFS=$ac_path_separator |
2325 ac_dummy="$PATH" | |
2326 for ac_dir in $ac_dummy; do | |
2327 IFS=$ac_save_IFS | |
2328 test -z "$ac_dir" && ac_dir=. | |
2329 $as_executable_p "$ac_dir/$ac_word" || continue | |
2330 ac_cv_prog_CC="${ac_tool_prefix}cc" | |
41148 | 2331 echo "$as_me:2331: found $ac_dir/$ac_word" >&5 |
40056 | 2332 break |
2333 done | |
2334 | |
2335 fi | |
2336 fi | |
2337 CC=$ac_cv_prog_CC | |
25897 | 2338 if test -n "$CC"; then |
41148 | 2339 echo "$as_me:2339: result: $CC" >&5 |
40056 | 2340 echo "${ECHO_T}$CC" >&6 |
2341 else | |
41148 | 2342 echo "$as_me:2342: result: no" >&5 |
40056 | 2343 echo "${ECHO_T}no" >&6 |
2344 fi | |
2345 | |
2346 fi | |
2347 if test -z "$ac_cv_prog_CC"; then | |
2348 ac_ct_CC=$CC | |
2349 # Extract the first word of "cc", so it can be a program name with args. | |
2350 set dummy cc; ac_word=$2 | |
41148 | 2351 echo "$as_me:2351: checking for $ac_word" >&5 |
40056 | 2352 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 |
2353 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then | |
2354 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
2355 else | |
2356 if test -n "$ac_ct_CC"; then | |
2357 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. | |
2358 else | |
2359 ac_save_IFS=$IFS; IFS=$ac_path_separator | |
2360 ac_dummy="$PATH" | |
2361 for ac_dir in $ac_dummy; do | |
2362 IFS=$ac_save_IFS | |
2363 test -z "$ac_dir" && ac_dir=. | |
2364 $as_executable_p "$ac_dir/$ac_word" || continue | |
2365 ac_cv_prog_ac_ct_CC="cc" | |
41148 | 2366 echo "$as_me:2366: found $ac_dir/$ac_word" >&5 |
40056 | 2367 break |
2368 done | |
2369 | |
2370 fi | |
2371 fi | |
2372 ac_ct_CC=$ac_cv_prog_ac_ct_CC | |
2373 if test -n "$ac_ct_CC"; then | |
41148 | 2374 echo "$as_me:2374: result: $ac_ct_CC" >&5 |
40056 | 2375 echo "${ECHO_T}$ac_ct_CC" >&6 |
2376 else | |
41148 | 2377 echo "$as_me:2377: result: no" >&5 |
40056 | 2378 echo "${ECHO_T}no" >&6 |
2379 fi | |
2380 | |
2381 CC=$ac_ct_CC | |
2382 else | |
2383 CC="$ac_cv_prog_CC" | |
2384 fi | |
2385 | |
2386 fi | |
25897 | 2387 if test -z "$CC"; then |
2388 # Extract the first word of "cc", so it can be a program name with args. | |
2389 set dummy cc; ac_word=$2 | |
41148 | 2390 echo "$as_me:2390: checking for $ac_word" >&5 |
40056 | 2391 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 |
2392 if test "${ac_cv_prog_CC+set}" = set; then | |
2393 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
25897 | 2394 else |
2395 if test -n "$CC"; then | |
2396 ac_cv_prog_CC="$CC" # Let the user override the test. | |
2397 else | |
2398 ac_prog_rejected=no | |
40056 | 2399 ac_save_IFS=$IFS; IFS=$ac_path_separator |
2400 ac_dummy="$PATH" | |
2401 for ac_dir in $ac_dummy; do | |
2402 IFS=$ac_save_IFS | |
2403 test -z "$ac_dir" && ac_dir=. | |
2404 $as_executable_p "$ac_dir/$ac_word" || continue | |
2405 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then | |
2406 ac_prog_rejected=yes | |
2407 continue | |
2408 fi | |
2409 ac_cv_prog_CC="cc" | |
41148 | 2410 echo "$as_me:2410: found $ac_dir/$ac_word" >&5 |
40056 | 2411 break |
2412 done | |
2413 | |
25897 | 2414 if test $ac_prog_rejected = yes; then |
2415 # We found a bogon in the path, so make sure we never use it. | |
2416 set dummy $ac_cv_prog_CC | |
2417 shift | |
40056 | 2418 if test $# != 0; then |
25897 | 2419 # We chose a different compiler from the bogus one. |
2420 # However, it has the same basename, so the bogon will be chosen | |
2421 # first if we set CC to just the basename; use the full file name. | |
2422 shift | |
40056 | 2423 set dummy "$ac_dir/$ac_word" ${1+"$@"} |
25897 | 2424 shift |
2425 ac_cv_prog_CC="$@" | |
2426 fi | |
2427 fi | |
2428 fi | |
2429 fi | |
40056 | 2430 CC=$ac_cv_prog_CC |
25897 | 2431 if test -n "$CC"; then |
41148 | 2432 echo "$as_me:2432: result: $CC" >&5 |
40056 | 2433 echo "${ECHO_T}$CC" >&6 |
2434 else | |
41148 | 2435 echo "$as_me:2435: result: no" >&5 |
40056 | 2436 echo "${ECHO_T}no" >&6 |
2437 fi | |
2438 | |
2439 fi | |
2440 if test -z "$CC"; then | |
2441 if test -n "$ac_tool_prefix"; then | |
2442 for ac_prog in cl | |
2443 do | |
2444 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. | |
2445 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 | |
41148 | 2446 echo "$as_me:2446: checking for $ac_word" >&5 |
40056 | 2447 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 |
2448 if test "${ac_cv_prog_CC+set}" = set; then | |
2449 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
27205 | 2450 else |
2451 if test -n "$CC"; then | |
2452 ac_cv_prog_CC="$CC" # Let the user override the test. | |
2453 else | |
40056 | 2454 ac_save_IFS=$IFS; IFS=$ac_path_separator |
2455 ac_dummy="$PATH" | |
2456 for ac_dir in $ac_dummy; do | |
2457 IFS=$ac_save_IFS | |
2458 test -z "$ac_dir" && ac_dir=. | |
2459 $as_executable_p "$ac_dir/$ac_word" || continue | |
2460 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" | |
41148 | 2461 echo "$as_me:2461: found $ac_dir/$ac_word" >&5 |
40056 | 2462 break |
2463 done | |
2464 | |
2465 fi | |
2466 fi | |
2467 CC=$ac_cv_prog_CC | |
27205 | 2468 if test -n "$CC"; then |
41148 | 2469 echo "$as_me:2469: result: $CC" >&5 |
40056 | 2470 echo "${ECHO_T}$CC" >&6 |
2471 else | |
41148 | 2472 echo "$as_me:2472: result: no" >&5 |
40056 | 2473 echo "${ECHO_T}no" >&6 |
2474 fi | |
2475 | |
2476 test -n "$CC" && break | |
2477 done | |
2478 fi | |
2479 if test -z "$CC"; then | |
2480 ac_ct_CC=$CC | |
2481 for ac_prog in cl | |
2482 do | |
2483 # Extract the first word of "$ac_prog", so it can be a program name with args. | |
2484 set dummy $ac_prog; ac_word=$2 | |
41148 | 2485 echo "$as_me:2485: checking for $ac_word" >&5 |
40056 | 2486 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 |
2487 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then | |
2488 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
2489 else | |
2490 if test -n "$ac_ct_CC"; then | |
2491 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. | |
2492 else | |
2493 ac_save_IFS=$IFS; IFS=$ac_path_separator | |
2494 ac_dummy="$PATH" | |
2495 for ac_dir in $ac_dummy; do | |
2496 IFS=$ac_save_IFS | |
2497 test -z "$ac_dir" && ac_dir=. | |
2498 $as_executable_p "$ac_dir/$ac_word" || continue | |
2499 ac_cv_prog_ac_ct_CC="$ac_prog" | |
41148 | 2500 echo "$as_me:2500: found $ac_dir/$ac_word" >&5 |
40056 | 2501 break |
2502 done | |
2503 | |
2504 fi | |
2505 fi | |
2506 ac_ct_CC=$ac_cv_prog_ac_ct_CC | |
2507 if test -n "$ac_ct_CC"; then | |
41148 | 2508 echo "$as_me:2508: result: $ac_ct_CC" >&5 |
40056 | 2509 echo "${ECHO_T}$ac_ct_CC" >&6 |
2510 else | |
41148 | 2511 echo "$as_me:2511: result: no" >&5 |
40056 | 2512 echo "${ECHO_T}no" >&6 |
2513 fi | |
2514 | |
2515 test -n "$ac_ct_CC" && break | |
2516 done | |
2517 | |
2518 CC=$ac_ct_CC | |
2519 fi | |
2520 | |
2521 fi | |
2522 | |
41148 | 2523 test -z "$CC" && { { echo "$as_me:2523: error: no acceptable cc found in \$PATH" >&5 |
40056 | 2524 echo "$as_me: error: no acceptable cc found in \$PATH" >&2;} |
2525 { (exit 1); exit 1; }; } | |
2526 | |
2527 # Provide some information about the compiler. | |
41148 | 2528 echo "$as_me:2528:" \ |
40056 | 2529 "checking for C compiler version" >&5 |
2530 ac_compiler=`set X $ac_compile; echo $2` | |
41148 | 2531 { (eval echo "$as_me:2531: \"$ac_compiler --version </dev/null >&5\"") >&5 |
40056 | 2532 (eval $ac_compiler --version </dev/null >&5) 2>&5 |
2533 ac_status=$? | |
41148 | 2534 echo "$as_me:2534: \$? = $ac_status" >&5 |
40056 | 2535 (exit $ac_status); } |
41148 | 2536 { (eval echo "$as_me:2536: \"$ac_compiler -v </dev/null >&5\"") >&5 |
40056 | 2537 (eval $ac_compiler -v </dev/null >&5) 2>&5 |
2538 ac_status=$? | |
41148 | 2539 echo "$as_me:2539: \$? = $ac_status" >&5 |
40056 | 2540 (exit $ac_status); } |
41148 | 2541 { (eval echo "$as_me:2541: \"$ac_compiler -V </dev/null >&5\"") >&5 |
40056 | 2542 (eval $ac_compiler -V </dev/null >&5) 2>&5 |
2543 ac_status=$? | |
41148 | 2544 echo "$as_me:2544: \$? = $ac_status" >&5 |
40056 | 2545 (exit $ac_status); } |
2546 | |
2547 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 2548 #line 2548 "configure" |
40056 | 2549 #include "confdefs.h" |
2550 | |
2551 int | |
2552 main () | |
2553 { | |
2554 | |
2555 ; | |
2556 return 0; | |
2557 } | |
2558 _ACEOF | |
2559 ac_clean_files_save=$ac_clean_files | |
2560 ac_clean_files="$ac_clean_files a.out a.exe" | |
2561 # Try to create an executable without -o first, disregard a.out. | |
2562 # It will help us diagnose broken compilers, and finding out an intuition | |
2563 # of exeext. | |
41148 | 2564 echo "$as_me:2564: checking for C compiler default output" >&5 |
40056 | 2565 echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6 |
2566 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` | |
41148 | 2567 if { (eval echo "$as_me:2567: \"$ac_link_default\"") >&5 |
40056 | 2568 (eval $ac_link_default) 2>&5 |
2569 ac_status=$? | |
41148 | 2570 echo "$as_me:2570: \$? = $ac_status" >&5 |
40056 | 2571 (exit $ac_status); }; then |
2572 # Find the output, starting from the most likely. This scheme is | |
2573 # not robust to junk in `.', hence go to wildcards (a.*) only as a last | |
2574 # resort. | |
2575 for ac_file in `ls a.exe conftest.exe 2>/dev/null; | |
2576 ls a.out conftest 2>/dev/null; | |
2577 ls a.* conftest.* 2>/dev/null`; do | |
2578 case $ac_file in | |
2579 *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;; | |
2580 a.out ) # We found the default executable, but exeext='' is most | |
2581 # certainly right. | |
2582 break;; | |
2583 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` | |
2584 # FIXME: I believe we export ac_cv_exeext for Libtool --akim. | |
2585 export ac_cv_exeext | |
2586 break;; | |
2587 * ) break;; | |
2588 esac | |
2589 done | |
2590 else | |
2591 echo "$as_me: failed program was:" >&5 | |
2592 cat conftest.$ac_ext >&5 | |
41148 | 2593 { { echo "$as_me:2593: error: C compiler cannot create executables" >&5 |
40056 | 2594 echo "$as_me: error: C compiler cannot create executables" >&2;} |
2595 { (exit 77); exit 77; }; } | |
2596 fi | |
2597 | |
2598 ac_exeext=$ac_cv_exeext | |
41148 | 2599 echo "$as_me:2599: result: $ac_file" >&5 |
40056 | 2600 echo "${ECHO_T}$ac_file" >&6 |
2601 | |
2602 # Check the compiler produces executables we can run. If not, either | |
2603 # the compiler is broken, or we cross compile. | |
41148 | 2604 echo "$as_me:2604: checking whether the C compiler works" >&5 |
40056 | 2605 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6 |
2606 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 | |
2607 # If not cross compiling, check that we can run a simple program. | |
2608 if test "$cross_compiling" != yes; then | |
2609 if { ac_try='./$ac_file' | |
41148 | 2610 { (eval echo "$as_me:2610: \"$ac_try\"") >&5 |
2611 (eval $ac_try) 2>&5 | |
2612 ac_status=$? | |
2613 echo "$as_me:2613: \$? = $ac_status" >&5 | |
40056 | 2614 (exit $ac_status); }; }; then |
2615 cross_compiling=no | |
25897 | 2616 else |
40056 | 2617 if test "$cross_compiling" = maybe; then |
2618 cross_compiling=yes | |
2619 else | |
41148 | 2620 { { echo "$as_me:2620: error: cannot run C compiled programs. |
40056 | 2621 If you meant to cross compile, use \`--host'." >&5 |
2622 echo "$as_me: error: cannot run C compiled programs. | |
2623 If you meant to cross compile, use \`--host'." >&2;} | |
2624 { (exit 1); exit 1; }; } | |
2625 fi | |
2626 fi | |
2627 fi | |
41148 | 2628 echo "$as_me:2628: result: yes" >&5 |
40056 | 2629 echo "${ECHO_T}yes" >&6 |
2630 | |
2631 rm -f a.out a.exe conftest$ac_cv_exeext | |
2632 ac_clean_files=$ac_clean_files_save | |
2633 # Check the compiler produces executables we can run. If not, either | |
2634 # the compiler is broken, or we cross compile. | |
41148 | 2635 echo "$as_me:2635: checking whether we are cross compiling" >&5 |
40056 | 2636 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6 |
41148 | 2637 echo "$as_me:2637: result: $cross_compiling" >&5 |
40056 | 2638 echo "${ECHO_T}$cross_compiling" >&6 |
2639 | |
41148 | 2640 echo "$as_me:2640: checking for executable suffix" >&5 |
40056 | 2641 echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6 |
41148 | 2642 if { (eval echo "$as_me:2642: \"$ac_link\"") >&5 |
2643 (eval $ac_link) 2>&5 | |
2644 ac_status=$? | |
2645 echo "$as_me:2645: \$? = $ac_status" >&5 | |
40056 | 2646 (exit $ac_status); }; then |
2647 # If both `conftest.exe' and `conftest' are `present' (well, observable) | |
2648 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will | |
2649 # work properly (i.e., refer to `conftest.exe'), while it won't with | |
2650 # `rm'. | |
2651 for ac_file in `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do | |
2652 case $ac_file in | |
2653 *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;; | |
2654 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` | |
2655 export ac_cv_exeext | |
2656 break;; | |
2657 * ) break;; | |
2658 esac | |
2659 done | |
2660 else | |
41148 | 2661 { { echo "$as_me:2661: error: cannot compute EXEEXT: cannot compile and link" >&5 |
40056 | 2662 echo "$as_me: error: cannot compute EXEEXT: cannot compile and link" >&2;} |
2663 { (exit 1); exit 1; }; } | |
2664 fi | |
2665 | |
2666 rm -f conftest$ac_cv_exeext | |
41148 | 2667 echo "$as_me:2667: result: $ac_cv_exeext" >&5 |
40056 | 2668 echo "${ECHO_T}$ac_cv_exeext" >&6 |
2669 | |
2670 rm -f conftest.$ac_ext | |
2671 EXEEXT=$ac_cv_exeext | |
2672 ac_exeext=$EXEEXT | |
41148 | 2673 echo "$as_me:2673: checking for object suffix" >&5 |
40056 | 2674 echo $ECHO_N "checking for object suffix... $ECHO_C" >&6 |
2675 if test "${ac_cv_objext+set}" = set; then | |
2676 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
2677 else | |
2678 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 2679 #line 2679 "configure" |
40056 | 2680 #include "confdefs.h" |
2681 | |
2682 int | |
2683 main () | |
2684 { | |
2685 | |
2686 ; | |
2687 return 0; | |
2688 } | |
2689 _ACEOF | |
2690 rm -f conftest.o conftest.obj | |
41148 | 2691 if { (eval echo "$as_me:2691: \"$ac_compile\"") >&5 |
40056 | 2692 (eval $ac_compile) 2>&5 |
2693 ac_status=$? | |
41148 | 2694 echo "$as_me:2694: \$? = $ac_status" >&5 |
40056 | 2695 (exit $ac_status); }; then |
2696 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do | |
2697 case $ac_file in | |
2698 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb ) ;; | |
2699 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` | |
2700 break;; | |
2701 esac | |
2702 done | |
2703 else | |
2704 echo "$as_me: failed program was:" >&5 | |
2705 cat conftest.$ac_ext >&5 | |
41148 | 2706 { { echo "$as_me:2706: error: cannot compute OBJEXT: cannot compile" >&5 |
40056 | 2707 echo "$as_me: error: cannot compute OBJEXT: cannot compile" >&2;} |
2708 { (exit 1); exit 1; }; } | |
2709 fi | |
2710 | |
2711 rm -f conftest.$ac_cv_objext conftest.$ac_ext | |
2712 fi | |
41148 | 2713 echo "$as_me:2713: result: $ac_cv_objext" >&5 |
40056 | 2714 echo "${ECHO_T}$ac_cv_objext" >&6 |
2715 OBJEXT=$ac_cv_objext | |
2716 ac_objext=$OBJEXT | |
41148 | 2717 echo "$as_me:2717: checking whether we are using the GNU C compiler" >&5 |
40056 | 2718 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6 |
2719 if test "${ac_cv_c_compiler_gnu+set}" = set; then | |
2720 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
2721 else | |
2722 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 2723 #line 2723 "configure" |
40056 | 2724 #include "confdefs.h" |
2725 | |
2726 int | |
2727 main () | |
2728 { | |
2729 #ifndef __GNUC__ | |
2730 choke me | |
2731 #endif | |
2732 | |
2733 ; | |
2734 return 0; | |
2735 } | |
2736 _ACEOF | |
2737 rm -f conftest.$ac_objext | |
41148 | 2738 if { (eval echo "$as_me:2738: \"$ac_compile\"") >&5 |
40056 | 2739 (eval $ac_compile) 2>&5 |
2740 ac_status=$? | |
41148 | 2741 echo "$as_me:2741: \$? = $ac_status" >&5 |
2742 (exit $ac_status); } && | |
2743 { ac_try='test -s conftest.$ac_objext' | |
2744 { (eval echo "$as_me:2744: \"$ac_try\"") >&5 | |
2745 (eval $ac_try) 2>&5 | |
2746 ac_status=$? | |
41100 | 2747 echo "$as_me:2747: \$? = $ac_status" >&5 |
40056 | 2748 (exit $ac_status); }; }; then |
2749 ac_compiler_gnu=yes | |
2750 else | |
2751 echo "$as_me: failed program was:" >&5 | |
2752 cat conftest.$ac_ext >&5 | |
2753 ac_compiler_gnu=no | |
2754 fi | |
2755 rm -f conftest.$ac_objext conftest.$ac_ext | |
2756 ac_cv_c_compiler_gnu=$ac_compiler_gnu | |
2757 | |
2758 fi | |
41148 | 2759 echo "$as_me:2759: result: $ac_cv_c_compiler_gnu" >&5 |
40056 | 2760 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6 |
2761 GCC=`test $ac_compiler_gnu = yes && echo yes` | |
2762 ac_test_CFLAGS=${CFLAGS+set} | |
2763 ac_save_CFLAGS=$CFLAGS | |
2764 CFLAGS="-g" | |
41148 | 2765 echo "$as_me:2765: checking whether $CC accepts -g" >&5 |
40056 | 2766 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6 |
2767 if test "${ac_cv_prog_cc_g+set}" = set; then | |
2768 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
2769 else | |
2770 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 2771 #line 2771 "configure" |
40056 | 2772 #include "confdefs.h" |
2773 | |
2774 int | |
2775 main () | |
2776 { | |
2777 | |
2778 ; | |
2779 return 0; | |
2780 } | |
2781 _ACEOF | |
2782 rm -f conftest.$ac_objext | |
41148 | 2783 if { (eval echo "$as_me:2783: \"$ac_compile\"") >&5 |
40056 | 2784 (eval $ac_compile) 2>&5 |
2785 ac_status=$? | |
41148 | 2786 echo "$as_me:2786: \$? = $ac_status" >&5 |
2787 (exit $ac_status); } && | |
2788 { ac_try='test -s conftest.$ac_objext' | |
2789 { (eval echo "$as_me:2789: \"$ac_try\"") >&5 | |
2790 (eval $ac_try) 2>&5 | |
2791 ac_status=$? | |
41100 | 2792 echo "$as_me:2792: \$? = $ac_status" >&5 |
40056 | 2793 (exit $ac_status); }; }; then |
25897 | 2794 ac_cv_prog_cc_g=yes |
2795 else | |
40056 | 2796 echo "$as_me: failed program was:" >&5 |
2797 cat conftest.$ac_ext >&5 | |
2798 ac_cv_prog_cc_g=no | |
2799 fi | |
2800 rm -f conftest.$ac_objext conftest.$ac_ext | |
2801 fi | |
41148 | 2802 echo "$as_me:2802: result: $ac_cv_prog_cc_g" >&5 |
40056 | 2803 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 |
27205 | 2804 if test "$ac_test_CFLAGS" = set; then |
40056 | 2805 CFLAGS=$ac_save_CFLAGS |
27205 | 2806 elif test $ac_cv_prog_cc_g = yes; then |
2807 if test "$GCC" = yes; then | |
25897 | 2808 CFLAGS="-g -O2" |
2809 else | |
27205 | 2810 CFLAGS="-g" |
25897 | 2811 fi |
2812 else | |
27205 | 2813 if test "$GCC" = yes; then |
2814 CFLAGS="-O2" | |
2815 else | |
2816 CFLAGS= | |
2817 fi | |
25897 | 2818 fi |
40056 | 2819 # Some people use a C++ compiler to compile C. Since we use `exit', |
2820 # in C++ we need to declare it. In case someone uses the same compiler | |
2821 # for both compiling C and C++ we need to have the C++ compiler decide | |
2822 # the declaration of exit, since it's the most demanding environment. | |
2823 cat >conftest.$ac_ext <<_ACEOF | |
2824 #ifndef __cplusplus | |
2825 choke me | |
2826 #endif | |
2827 _ACEOF | |
2828 rm -f conftest.$ac_objext | |
41148 | 2829 if { (eval echo "$as_me:2829: \"$ac_compile\"") >&5 |
40056 | 2830 (eval $ac_compile) 2>&5 |
2831 ac_status=$? | |
41148 | 2832 echo "$as_me:2832: \$? = $ac_status" >&5 |
2833 (exit $ac_status); } && | |
2834 { ac_try='test -s conftest.$ac_objext' | |
2835 { (eval echo "$as_me:2835: \"$ac_try\"") >&5 | |
2836 (eval $ac_try) 2>&5 | |
2837 ac_status=$? | |
41100 | 2838 echo "$as_me:2838: \$? = $ac_status" >&5 |
40056 | 2839 (exit $ac_status); }; }; then |
2840 for ac_declaration in \ | |
2841 ''\ | |
2842 '#include <stdlib.h>' \ | |
2843 'extern "C" void std::exit (int) throw (); using std::exit;' \ | |
2844 'extern "C" void std::exit (int); using std::exit;' \ | |
2845 'extern "C" void exit (int) throw ();' \ | |
2846 'extern "C" void exit (int);' \ | |
2847 'void exit (int);' | |
2848 do | |
2849 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 2850 #line 2850 "configure" |
40056 | 2851 #include "confdefs.h" |
2852 #include <stdlib.h> | |
2853 $ac_declaration | |
2854 int | |
2855 main () | |
2856 { | |
2857 exit (42); | |
2858 ; | |
2859 return 0; | |
2860 } | |
2861 _ACEOF | |
2862 rm -f conftest.$ac_objext | |
41148 | 2863 if { (eval echo "$as_me:2863: \"$ac_compile\"") >&5 |
40056 | 2864 (eval $ac_compile) 2>&5 |
2865 ac_status=$? | |
41148 | 2866 echo "$as_me:2866: \$? = $ac_status" >&5 |
2867 (exit $ac_status); } && | |
2868 { ac_try='test -s conftest.$ac_objext' | |
2869 { (eval echo "$as_me:2869: \"$ac_try\"") >&5 | |
2870 (eval $ac_try) 2>&5 | |
2871 ac_status=$? | |
41100 | 2872 echo "$as_me:2872: \$? = $ac_status" >&5 |
40056 | 2873 (exit $ac_status); }; }; then |
2874 : | |
2875 else | |
2876 echo "$as_me: failed program was:" >&5 | |
2877 cat conftest.$ac_ext >&5 | |
2878 continue | |
2879 fi | |
2880 rm -f conftest.$ac_objext conftest.$ac_ext | |
2881 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 2882 #line 2882 "configure" |
40056 | 2883 #include "confdefs.h" |
2884 $ac_declaration | |
2885 int | |
2886 main () | |
2887 { | |
2888 exit (42); | |
2889 ; | |
2890 return 0; | |
2891 } | |
2892 _ACEOF | |
2893 rm -f conftest.$ac_objext | |
41148 | 2894 if { (eval echo "$as_me:2894: \"$ac_compile\"") >&5 |
40056 | 2895 (eval $ac_compile) 2>&5 |
2896 ac_status=$? | |
41148 | 2897 echo "$as_me:2897: \$? = $ac_status" >&5 |
2898 (exit $ac_status); } && | |
2899 { ac_try='test -s conftest.$ac_objext' | |
2900 { (eval echo "$as_me:2900: \"$ac_try\"") >&5 | |
2901 (eval $ac_try) 2>&5 | |
2902 ac_status=$? | |
41100 | 2903 echo "$as_me:2903: \$? = $ac_status" >&5 |
40056 | 2904 (exit $ac_status); }; }; then |
2905 break | |
2906 else | |
2907 echo "$as_me: failed program was:" >&5 | |
2908 cat conftest.$ac_ext >&5 | |
2909 fi | |
2910 rm -f conftest.$ac_objext conftest.$ac_ext | |
2911 done | |
2912 rm -f conftest* | |
2913 if test -n "$ac_declaration"; then | |
2914 echo '#ifdef __cplusplus' >>confdefs.h | |
2915 echo $ac_declaration >>confdefs.h | |
2916 echo '#endif' >>confdefs.h | |
2917 fi | |
2918 | |
2919 else | |
2920 echo "$as_me: failed program was:" >&5 | |
2921 cat conftest.$ac_ext >&5 | |
2922 fi | |
2923 rm -f conftest.$ac_objext conftest.$ac_ext | |
2924 ac_ext=c | |
2925 ac_cpp='$CPP $CPPFLAGS' | |
2926 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
2927 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
2928 ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
25897 | 2929 |
2930 # On Suns, sometimes $CPP names a directory. | |
2931 if test -n "$CPP" && test -d "$CPP"; then | |
2932 CPP= | |
2933 fi | |
2934 | |
2935 #### Some systems specify a CPP to use unless we are using GCC. | |
2936 #### Now that we know whether we are using GCC, we can decide whether | |
2937 #### to use that one. | |
2938 if test "x$NON_GNU_CPP" != x && test x$GCC != xyes && test "x$CPP" = x | |
2939 then | |
2940 CPP="$NON_GNU_CPP" | |
2941 fi | |
2942 | |
2943 #### Some systems specify a CC 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_CC" != x && test x$GCC != xyes && | |
2947 test x$cc_specified != xyes | |
2948 then | |
2949 CC="$NON_GNU_CC" | |
2950 fi | |
2951 | |
2952 if test x$GCC = xyes && test "x$GCC_TEST_OPTIONS" != x | |
2953 then | |
2954 CC="$CC $GCC_TEST_OPTIONS" | |
2955 fi | |
2956 | |
2957 if test x$GCC = x && test "x$NON_GCC_TEST_OPTIONS" != x | |
2958 then | |
2959 CC="$CC $NON_GCC_TEST_OPTIONS" | |
2960 fi | |
2961 | |
2962 if test x$GCC = xyes && test "x$GCC_LINK_TEST_OPTIONS" != x | |
2963 then | |
2964 ac_link="$ac_link $GCC_LINK_TEST_OPTIONS" | |
2965 fi | |
2966 | |
2967 if test x$GCC = x && test "x$NON_GCC_LINK_TEST_OPTIONS" != x | |
2968 then | |
2969 ac_link="$ac_link $NON_GCC_LINK_TEST_OPTIONS" | |
2970 fi | |
2971 | |
2972 #### Some other nice autoconf tests. If you add a test here which | |
2973 #### should make an entry in src/config.h, don't forget to add an | |
2974 #### #undef clause to src/config.h.in for autoconf to modify. | |
2975 | |
41148 | 2976 echo "$as_me:2976: checking whether ln -s works" >&5 |
40056 | 2977 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6 |
2978 LN_S=$as_ln_s | |
2979 if test "$LN_S" = "ln -s"; then | |
41148 | 2980 echo "$as_me:2980: result: yes" >&5 |
40056 | 2981 echo "${ECHO_T}yes" >&6 |
2982 else | |
41148 | 2983 echo "$as_me:2983: result: no, using $LN_S" >&5 |
40056 | 2984 echo "${ECHO_T}no, using $LN_S" >&6 |
2985 fi | |
2986 | |
2987 ac_ext=c | |
2988 ac_cpp='$CPP $CPPFLAGS' | |
2989 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
2990 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
2991 ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
41148 | 2992 echo "$as_me:2992: checking how to run the C preprocessor" >&5 |
40056 | 2993 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6 |
25897 | 2994 # On Suns, sometimes $CPP names a directory. |
2995 if test -n "$CPP" && test -d "$CPP"; then | |
2996 CPP= | |
2997 fi | |
2998 if test -z "$CPP"; then | |
40056 | 2999 if test "${ac_cv_prog_CPP+set}" = set; then |
3000 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
3001 else | |
3002 # Double quotes because CPP needs to be expanded | |
3003 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" | |
3004 do | |
3005 ac_preproc_ok=false | |
3006 for ac_c_preproc_warn_flag in '' yes | |
3007 do | |
3008 # Use a header file that comes with gcc, so configuring glibc | |
3009 # with a fresh cross-compiler works. | |
25897 | 3010 # On the NeXT, cc -E runs the code through the compiler's parser, |
40056 | 3011 # not just through cpp. "Syntax error" is here to catch this case. |
3012 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 3013 #line 3013 "configure" |
25897 | 3014 #include "confdefs.h" |
3015 #include <assert.h> | |
40056 | 3016 Syntax error |
3017 _ACEOF | |
41148 | 3018 if { (eval echo "$as_me:3018: \"$ac_cpp conftest.$ac_ext\"") >&5 |
40056 | 3019 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
3020 ac_status=$? | |
3021 egrep -v '^ *\+' conftest.er1 >conftest.err | |
3022 rm -f conftest.er1 | |
3023 cat conftest.err >&5 | |
41148 | 3024 echo "$as_me:3024: \$? = $ac_status" >&5 |
40056 | 3025 (exit $ac_status); } >/dev/null; then |
3026 if test -s conftest.err; then | |
3027 ac_cpp_err=$ac_c_preproc_warn_flag | |
3028 else | |
3029 ac_cpp_err= | |
3030 fi | |
3031 else | |
3032 ac_cpp_err=yes | |
3033 fi | |
3034 if test -z "$ac_cpp_err"; then | |
27205 | 3035 : |
3036 else | |
40056 | 3037 echo "$as_me: failed program was:" >&5 |
27205 | 3038 cat conftest.$ac_ext >&5 |
40056 | 3039 # Broken: fails on valid input. |
3040 continue | |
3041 fi | |
3042 rm -f conftest.err conftest.$ac_ext | |
3043 | |
3044 # OK, works on sane cases. Now check whether non-existent headers | |
3045 # can be detected and how. | |
3046 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 3047 #line 3047 "configure" |
40056 | 3048 #include "confdefs.h" |
3049 #include <ac_nonexistent.h> | |
3050 _ACEOF | |
41148 | 3051 if { (eval echo "$as_me:3051: \"$ac_cpp conftest.$ac_ext\"") >&5 |
40056 | 3052 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
3053 ac_status=$? | |
3054 egrep -v '^ *\+' conftest.er1 >conftest.err | |
3055 rm -f conftest.er1 | |
3056 cat conftest.err >&5 | |
41148 | 3057 echo "$as_me:3057: \$? = $ac_status" >&5 |
40056 | 3058 (exit $ac_status); } >/dev/null; then |
3059 if test -s conftest.err; then | |
3060 ac_cpp_err=$ac_c_preproc_warn_flag | |
3061 else | |
3062 ac_cpp_err= | |
3063 fi | |
3064 else | |
3065 ac_cpp_err=yes | |
3066 fi | |
3067 if test -z "$ac_cpp_err"; then | |
3068 # Broken: success on invalid input. | |
3069 continue | |
3070 else | |
3071 echo "$as_me: failed program was:" >&5 | |
3072 cat conftest.$ac_ext >&5 | |
3073 # Passes both tests. | |
3074 ac_preproc_ok=: | |
3075 break | |
3076 fi | |
3077 rm -f conftest.err conftest.$ac_ext | |
3078 | |
3079 done | |
3080 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | |
3081 rm -f conftest.err conftest.$ac_ext | |
3082 if $ac_preproc_ok; then | |
3083 break | |
3084 fi | |
3085 | |
3086 done | |
3087 ac_cv_prog_CPP=$CPP | |
3088 | |
3089 fi | |
3090 CPP=$ac_cv_prog_CPP | |
3091 else | |
3092 ac_cv_prog_CPP=$CPP | |
3093 fi | |
41148 | 3094 echo "$as_me:3094: result: $CPP" >&5 |
40056 | 3095 echo "${ECHO_T}$CPP" >&6 |
3096 ac_preproc_ok=false | |
3097 for ac_c_preproc_warn_flag in '' yes | |
3098 do | |
3099 # Use a header file that comes with gcc, so configuring glibc | |
3100 # with a fresh cross-compiler works. | |
3101 # On the NeXT, cc -E runs the code through the compiler's parser, | |
3102 # not just through cpp. "Syntax error" is here to catch this case. | |
3103 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 3104 #line 3104 "configure" |
27205 | 3105 #include "confdefs.h" |
3106 #include <assert.h> | |
40056 | 3107 Syntax error |
3108 _ACEOF | |
41148 | 3109 if { (eval echo "$as_me:3109: \"$ac_cpp conftest.$ac_ext\"") >&5 |
40056 | 3110 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
3111 ac_status=$? | |
3112 egrep -v '^ *\+' conftest.er1 >conftest.err | |
3113 rm -f conftest.er1 | |
3114 cat conftest.err >&5 | |
41148 | 3115 echo "$as_me:3115: \$? = $ac_status" >&5 |
40056 | 3116 (exit $ac_status); } >/dev/null; then |
3117 if test -s conftest.err; then | |
3118 ac_cpp_err=$ac_c_preproc_warn_flag | |
3119 else | |
3120 ac_cpp_err= | |
3121 fi | |
3122 else | |
3123 ac_cpp_err=yes | |
3124 fi | |
3125 if test -z "$ac_cpp_err"; then | |
25897 | 3126 : |
3127 else | |
40056 | 3128 echo "$as_me: failed program was:" >&5 |
25897 | 3129 cat conftest.$ac_ext >&5 |
40056 | 3130 # Broken: fails on valid input. |
3131 continue | |
3132 fi | |
3133 rm -f conftest.err conftest.$ac_ext | |
3134 | |
3135 # OK, works on sane cases. Now check whether non-existent headers | |
3136 # can be detected and how. | |
3137 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 3138 #line 3138 "configure" |
40056 | 3139 #include "confdefs.h" |
3140 #include <ac_nonexistent.h> | |
3141 _ACEOF | |
41148 | 3142 if { (eval echo "$as_me:3142: \"$ac_cpp conftest.$ac_ext\"") >&5 |
40056 | 3143 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
3144 ac_status=$? | |
3145 egrep -v '^ *\+' conftest.er1 >conftest.err | |
3146 rm -f conftest.er1 | |
3147 cat conftest.err >&5 | |
41148 | 3148 echo "$as_me:3148: \$? = $ac_status" >&5 |
40056 | 3149 (exit $ac_status); } >/dev/null; then |
3150 if test -s conftest.err; then | |
3151 ac_cpp_err=$ac_c_preproc_warn_flag | |
3152 else | |
3153 ac_cpp_err= | |
3154 fi | |
3155 else | |
3156 ac_cpp_err=yes | |
3157 fi | |
3158 if test -z "$ac_cpp_err"; then | |
3159 # Broken: success on invalid input. | |
3160 continue | |
3161 else | |
3162 echo "$as_me: failed program was:" >&5 | |
3163 cat conftest.$ac_ext >&5 | |
3164 # Passes both tests. | |
3165 ac_preproc_ok=: | |
3166 break | |
3167 fi | |
3168 rm -f conftest.err conftest.$ac_ext | |
3169 | |
3170 done | |
3171 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | |
3172 rm -f conftest.err conftest.$ac_ext | |
3173 if $ac_preproc_ok; then | |
3174 : | |
3175 else | |
41148 | 3176 { { echo "$as_me:3176: error: C preprocessor \"$CPP\" fails sanity check" >&5 |
40056 | 3177 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;} |
3178 { (exit 1); exit 1; }; } | |
3179 fi | |
3180 | |
3181 ac_ext=c | |
3182 ac_cpp='$CPP $CPPFLAGS' | |
3183 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
3184 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
3185 ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
25897 | 3186 |
3187 # Find a good install program. We prefer a C program (faster), | |
3188 # so one script is as good as another. But avoid the broken or | |
3189 # incompatible versions: | |
3190 # SysV /etc/install, /usr/sbin/install | |
3191 # SunOS /usr/etc/install | |
3192 # IRIX /sbin/install | |
3193 # AIX /bin/install | |
40056 | 3194 # AmigaOS /C/install, which installs bootblocks on floppy discs |
27205 | 3195 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag |
25897 | 3196 # AFS /usr/afsws/bin/install, which mishandles nonexistent args |
3197 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" | |
3198 # ./install, which can be erroneously created by make from ./install.sh. | |
41148 | 3199 echo "$as_me:3199: checking for a BSD compatible install" >&5 |
40056 | 3200 echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6 |
25897 | 3201 if test -z "$INSTALL"; then |
40056 | 3202 if test "${ac_cv_path_install+set}" = set; then |
3203 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
3204 else | |
3205 ac_save_IFS=$IFS; IFS=$ac_path_separator | |
25897 | 3206 for ac_dir in $PATH; do |
40056 | 3207 IFS=$ac_save_IFS |
25897 | 3208 # Account for people who put trailing slashes in PATH elements. |
40056 | 3209 case $ac_dir/ in |
3210 / | ./ | .// | /cC/* \ | |
3211 | /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* \ | |
3212 | /usr/ucb/* ) ;; | |
25897 | 3213 *) |
3214 # OSF1 and SCO ODT 3.0 have their own names for install. | |
27205 | 3215 # Don't use installbsd from OSF since it installs stuff as root |
3216 # by default. | |
3217 for ac_prog in ginstall scoinst install; do | |
40056 | 3218 if $as_executable_p "$ac_dir/$ac_prog"; then |
25897 | 3219 if test $ac_prog = install && |
40056 | 3220 grep dspmsg "$ac_dir/$ac_prog" >/dev/null 2>&1; then |
25897 | 3221 # AIX install. It has an incompatible calling convention. |
3222 : | |
40056 | 3223 elif test $ac_prog = install && |
3224 grep pwplus "$ac_dir/$ac_prog" >/dev/null 2>&1; then | |
3225 # program-specific install script used by HP pwplus--don't use. | |
3226 : | |
25897 | 3227 else |
3228 ac_cv_path_install="$ac_dir/$ac_prog -c" | |
3229 break 2 | |
3230 fi | |
3231 fi | |
3232 done | |
3233 ;; | |
3234 esac | |
3235 done | |
3236 | |
3237 fi | |
3238 if test "${ac_cv_path_install+set}" = set; then | |
40056 | 3239 INSTALL=$ac_cv_path_install |
25897 | 3240 else |
3241 # As a last resort, use the slow shell script. We don't cache a | |
3242 # path for INSTALL within a source directory, because that will | |
3243 # break other packages using the cache if that directory is | |
3244 # removed, or if the path is relative. | |
40056 | 3245 INSTALL=$ac_install_sh |
3246 fi | |
3247 fi | |
41148 | 3248 echo "$as_me:3248: result: $INSTALL" >&5 |
40056 | 3249 echo "${ECHO_T}$INSTALL" >&6 |
25897 | 3250 |
3251 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. | |
3252 # It thinks the first close brace ends the variable substitution. | |
3253 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' | |
3254 | |
40056 | 3255 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' |
27205 | 3256 |
25897 | 3257 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' |
3258 | |
3259 for ac_prog in 'bison -y' byacc | |
3260 do | |
40056 | 3261 # Extract the first word of "$ac_prog", so it can be a program name with args. |
25897 | 3262 set dummy $ac_prog; ac_word=$2 |
41148 | 3263 echo "$as_me:3263: checking for $ac_word" >&5 |
40056 | 3264 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 |
3265 if test "${ac_cv_prog_YACC+set}" = set; then | |
3266 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
25897 | 3267 else |
3268 if test -n "$YACC"; then | |
3269 ac_cv_prog_YACC="$YACC" # Let the user override the test. | |
3270 else | |
40056 | 3271 ac_save_IFS=$IFS; IFS=$ac_path_separator |
3272 ac_dummy="$PATH" | |
3273 for ac_dir in $ac_dummy; do | |
3274 IFS=$ac_save_IFS | |
3275 test -z "$ac_dir" && ac_dir=. | |
3276 $as_executable_p "$ac_dir/$ac_word" || continue | |
3277 ac_cv_prog_YACC="$ac_prog" | |
41148 | 3278 echo "$as_me:3278: found $ac_dir/$ac_word" >&5 |
40056 | 3279 break |
3280 done | |
3281 | |
3282 fi | |
3283 fi | |
3284 YACC=$ac_cv_prog_YACC | |
25897 | 3285 if test -n "$YACC"; then |
41148 | 3286 echo "$as_me:3286: result: $YACC" >&5 |
40056 | 3287 echo "${ECHO_T}$YACC" >&6 |
3288 else | |
41148 | 3289 echo "$as_me:3289: result: no" >&5 |
40056 | 3290 echo "${ECHO_T}no" >&6 |
3291 fi | |
3292 | |
3293 test -n "$YACC" && break | |
25897 | 3294 done |
3295 test -n "$YACC" || YACC="yacc" | |
3296 | |
28060 | 3297 if test "x$RANLIB" = x; then |
40056 | 3298 if test -n "$ac_tool_prefix"; then |
3299 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. | |
3300 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 | |
41148 | 3301 echo "$as_me:3301: checking for $ac_word" >&5 |
40056 | 3302 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 |
3303 if test "${ac_cv_prog_RANLIB+set}" = set; then | |
3304 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
28060 | 3305 else |
3306 if test -n "$RANLIB"; then | |
3307 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. | |
3308 else | |
40056 | 3309 ac_save_IFS=$IFS; IFS=$ac_path_separator |
3310 ac_dummy="$PATH" | |
3311 for ac_dir in $ac_dummy; do | |
3312 IFS=$ac_save_IFS | |
3313 test -z "$ac_dir" && ac_dir=. | |
3314 $as_executable_p "$ac_dir/$ac_word" || continue | |
3315 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" | |
41148 | 3316 echo "$as_me:3316: found $ac_dir/$ac_word" >&5 |
40056 | 3317 break |
3318 done | |
3319 | |
3320 fi | |
3321 fi | |
3322 RANLIB=$ac_cv_prog_RANLIB | |
28060 | 3323 if test -n "$RANLIB"; then |
41148 | 3324 echo "$as_me:3324: result: $RANLIB" >&5 |
40056 | 3325 echo "${ECHO_T}$RANLIB" >&6 |
3326 else | |
41148 | 3327 echo "$as_me:3327: result: no" >&5 |
40056 | 3328 echo "${ECHO_T}no" >&6 |
3329 fi | |
3330 | |
3331 fi | |
3332 if test -z "$ac_cv_prog_RANLIB"; then | |
3333 ac_ct_RANLIB=$RANLIB | |
3334 # Extract the first word of "ranlib", so it can be a program name with args. | |
3335 set dummy ranlib; ac_word=$2 | |
41148 | 3336 echo "$as_me:3336: checking for $ac_word" >&5 |
40056 | 3337 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 |
3338 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then | |
3339 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
3340 else | |
3341 if test -n "$ac_ct_RANLIB"; then | |
3342 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. | |
3343 else | |
3344 ac_save_IFS=$IFS; IFS=$ac_path_separator | |
3345 ac_dummy="$PATH" | |
3346 for ac_dir in $ac_dummy; do | |
3347 IFS=$ac_save_IFS | |
3348 test -z "$ac_dir" && ac_dir=. | |
3349 $as_executable_p "$ac_dir/$ac_word" || continue | |
3350 ac_cv_prog_ac_ct_RANLIB="ranlib" | |
41148 | 3351 echo "$as_me:3351: found $ac_dir/$ac_word" >&5 |
40056 | 3352 break |
3353 done | |
3354 | |
3355 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":" | |
3356 fi | |
3357 fi | |
3358 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB | |
3359 if test -n "$ac_ct_RANLIB"; then | |
41148 | 3360 echo "$as_me:3360: result: $ac_ct_RANLIB" >&5 |
40056 | 3361 echo "${ECHO_T}$ac_ct_RANLIB" >&6 |
3362 else | |
41148 | 3363 echo "$as_me:3363: result: no" >&5 |
40056 | 3364 echo "${ECHO_T}no" >&6 |
3365 fi | |
3366 | |
3367 RANLIB=$ac_ct_RANLIB | |
3368 else | |
3369 RANLIB="$ac_cv_prog_RANLIB" | |
3370 fi | |
3371 | |
3372 fi | |
3373 | |
41148 | 3374 echo "$as_me:3374: checking for AIX" >&5 |
40056 | 3375 echo $ECHO_N "checking for AIX... $ECHO_C" >&6 |
3376 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 3377 #line 3377 "configure" |
25897 | 3378 #include "confdefs.h" |
3379 #ifdef _AIX | |
3380 yes | |
3381 #endif | |
3382 | |
40056 | 3383 _ACEOF |
25897 | 3384 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
3385 egrep "yes" >/dev/null 2>&1; then | |
41148 | 3386 echo "$as_me:3386: result: yes" >&5 |
40056 | 3387 echo "${ECHO_T}yes" >&6 |
3388 cat >>confdefs.h <<\EOF | |
25897 | 3389 #define _ALL_SOURCE 1 |
3390 EOF | |
3391 | |
3392 else | |
41148 | 3393 echo "$as_me:3393: result: no" >&5 |
40056 | 3394 echo "${ECHO_T}no" >&6 |
25897 | 3395 fi |
3396 rm -f conftest* | |
3397 | |
30311 | 3398 #### Extract some information from the operating system and machine files. |
3399 | |
41148 | 3400 { echo "$as_me:3400: checking the machine- and system-dependent files to find out |
30311 | 3401 - which libraries the lib-src programs will want, and |
40056 | 3402 - whether the GNU malloc routines are usable..." >&5 |
3403 echo "$as_me: checking the machine- and system-dependent files to find out | |
30311 | 3404 - which libraries the lib-src programs will want, and |
40056 | 3405 - whether the GNU malloc routines are usable..." >&6;} |
30311 | 3406 |
3407 ### First figure out CFLAGS (which we use for running the compiler here) | |
3408 ### and REAL_CFLAGS (which we use for real compilation). | |
3409 ### The two are the same except on a few systems, where they are made | |
3410 ### different to work around various lossages. For example, | |
3411 ### GCC 2.5 on GNU/Linux needs them to be different because it treats -g | |
3412 ### as implying static linking. | |
3413 | |
3414 ### If the CFLAGS env var is specified, we use that value | |
3415 ### instead of the default. | |
3416 | |
3417 ### It's not important that this name contain the PID; you can't run | |
3418 ### two configures in the same directory and have anything work | |
3419 ### anyway. | |
3420 tempcname="conftest.c" | |
3421 | |
3422 echo ' | |
3423 #include "'${srcdir}'/src/'${opsysfile}'" | |
3424 #include "'${srcdir}'/src/'${machfile}'" | |
3425 #ifndef LIBS_MACHINE | |
3426 #define LIBS_MACHINE | |
3427 #endif | |
3428 #ifndef LIBS_SYSTEM | |
3429 #define LIBS_SYSTEM | |
3430 #endif | |
3431 #ifndef C_SWITCH_SYSTEM | |
3432 #define C_SWITCH_SYSTEM | |
3433 #endif | |
3434 #ifndef C_SWITCH_MACHINE | |
3435 #define C_SWITCH_MACHINE | |
3436 #endif | |
3437 configure___ libsrc_libs=LIBS_MACHINE LIBS_SYSTEM | |
3438 configure___ c_switch_system=C_SWITCH_SYSTEM | |
3439 configure___ c_switch_machine=C_SWITCH_MACHINE | |
3440 | |
3441 #ifndef LIB_X11_LIB | |
3442 #define LIB_X11_LIB -lX11 | |
3443 #endif | |
3444 | |
3445 #ifndef LIBX11_MACHINE | |
3446 #define LIBX11_MACHINE | |
3447 #endif | |
3448 | |
3449 #ifndef LIBX11_SYSTEM | |
3450 #define LIBX11_SYSTEM | |
3451 #endif | |
3452 configure___ LIBX=LIB_X11_LIB LIBX11_MACHINE LIBX11_SYSTEM | |
3453 | |
3454 #ifdef UNEXEC | |
3455 configure___ unexec=UNEXEC | |
3456 #else | |
3457 configure___ unexec=unexec.o | |
3458 #endif | |
3459 | |
3460 #ifdef SYSTEM_MALLOC | |
3461 configure___ system_malloc=yes | |
3462 #else | |
3463 configure___ system_malloc=no | |
3464 #endif | |
3465 | |
31607 | 3466 #ifdef USE_MMAP_FOR_BUFFERS |
3467 configure___ use_mmap_for_buffers=yes | |
31417 | 3468 #else |
31607 | 3469 configure___ use_mmap_for_buffers=no |
31417 | 3470 #endif |
3471 | |
30311 | 3472 #ifndef C_DEBUG_SWITCH |
3473 #define C_DEBUG_SWITCH -g | |
3474 #endif | |
3475 | |
3476 #ifndef C_OPTIMIZE_SWITCH | |
3477 #ifdef __GNUC__ | |
3478 #define C_OPTIMIZE_SWITCH -O2 | |
3479 #else | |
3480 #define C_OPTIMIZE_SWITCH -O | |
3481 #endif | |
3482 #endif | |
3483 | |
3484 #ifndef LD_SWITCH_MACHINE | |
3485 #define LD_SWITCH_MACHINE | |
3486 #endif | |
3487 | |
3488 #ifndef LD_SWITCH_SYSTEM | |
3489 #define LD_SWITCH_SYSTEM | |
3490 #endif | |
3491 | |
3492 #ifndef LD_SWITCH_X_SITE_AUX | |
3493 #define LD_SWITCH_X_SITE_AUX | |
40056 | 3494 #endif |
30311 | 3495 |
3496 configure___ ld_switch_system=LD_SWITCH_SYSTEM | |
3497 configure___ ld_switch_machine=LD_SWITCH_MACHINE | |
3498 | |
3499 #ifdef THIS_IS_CONFIGURE | |
3500 | |
3501 /* Get the CFLAGS for tests in configure. */ | |
3502 #ifdef __GNUC__ | |
3503 configure___ CFLAGS=C_DEBUG_SWITCH C_OPTIMIZE_SWITCH '${SPECIFIED_CFLAGS}' | |
3504 #else | |
3505 configure___ CFLAGS=C_DEBUG_SWITCH '${SPECIFIED_CFLAGS}' | |
3506 #endif | |
3507 | |
3508 #else /* not THIS_IS_CONFIGURE */ | |
3509 | |
3510 /* Get the CFLAGS for real compilation. */ | |
3511 #ifdef __GNUC__ | |
3512 configure___ REAL_CFLAGS=C_DEBUG_SWITCH C_OPTIMIZE_SWITCH '${SPECIFIED_CFLAGS}' | |
3513 #else | |
3514 configure___ REAL_CFLAGS=C_DEBUG_SWITCH '${SPECIFIED_CFLAGS}' | |
3515 #endif | |
3516 | |
3517 #endif /* not THIS_IS_CONFIGURE */ | |
3518 ' > ${tempcname} | |
3519 | |
3520 # The value of CPP is a quoted variable reference, so we need to do this | |
3521 # to get its actual value... | |
3522 CPP=`eval "echo $CPP"` | |
3523 eval `${CPP} -Isrc ${tempcname} \ | |
3524 | sed -n -e 's/^configure___ \([^=]*=\)\(.*\)$/\1"\2"/p'` | |
3525 if test "x$SPECIFIED_CFLAGS" = x; then | |
3526 eval `${CPP} -Isrc -DTHIS_IS_CONFIGURE ${tempcname} \ | |
3527 | sed -n -e 's/^configure___ \([^=]*=\)\(.*\)$/\1"\2"/p'` | |
3528 else | |
3529 REAL_CFLAGS="$CFLAGS" | |
3530 fi | |
3531 rm ${tempcname} | |
3532 | |
3533 ac_link="$ac_link $ld_switch_machine $ld_switch_system" | |
3534 | |
3535 ### Make sure subsequent tests use flags consistent with the build flags. | |
3536 | |
3537 if test x"${OVERRIDE_CPPFLAGS}" != x; then | |
3538 CPPFLAGS="${OVERRIDE_CPPFLAGS}" | |
3539 else | |
3540 CPPFLAGS="$c_switch_system $c_switch_machine $CPPFLAGS" | |
3541 fi | |
3542 | |
40056 | 3543 # Check whether --enable-largefile or --disable-largefile was given. |
30576 | 3544 if test "${enable_largefile+set}" = set; then |
3545 enableval="$enable_largefile" | |
40056 | 3546 |
3547 fi; | |
3548 if test "$enable_largefile" != no; then | |
3549 | |
41148 | 3550 echo "$as_me:3550: checking for special C compiler options needed for large files" >&5 |
40056 | 3551 echo $ECHO_N "checking for special C compiler options needed for large files... $ECHO_C" >&6 |
3552 if test "${ac_cv_sys_largefile_CC+set}" = set; then | |
3553 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
30576 | 3554 else |
3555 ac_cv_sys_largefile_CC=no | |
40056 | 3556 if test "$GCC" != yes; then |
3557 ac_save_CC=$CC | |
3558 while :; do | |
3559 # IRIX 6.2 and later do not support large files by default, | |
3560 # so use the C compiler's -n32 option if that helps. | |
3561 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 3562 #line 3562 "configure" |
30576 | 3563 #include "confdefs.h" |
3564 #include <sys/types.h> | |
40056 | 3565 /* Check that off_t can represent 2**63 - 1 correctly. |
3566 We can't simply define LARGE_OFF_T to be 9223372036854775807, | |
3567 since some C++ compilers masquerading as C compilers | |
3568 incorrectly reject 9223372036854775807. */ | |
3569 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | |
3570 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | |
3571 && LARGE_OFF_T % 2147483647 == 1) | |
3572 ? 1 : -1]; | |
3573 int | |
3574 main () | |
3575 { | |
3576 | |
3577 ; | |
3578 return 0; | |
3579 } | |
3580 _ACEOF | |
3581 rm -f conftest.$ac_objext | |
41148 | 3582 if { (eval echo "$as_me:3582: \"$ac_compile\"") >&5 |
40056 | 3583 (eval $ac_compile) 2>&5 |
3584 ac_status=$? | |
41148 | 3585 echo "$as_me:3585: \$? = $ac_status" >&5 |
3586 (exit $ac_status); } && | |
3587 { ac_try='test -s conftest.$ac_objext' | |
3588 { (eval echo "$as_me:3588: \"$ac_try\"") >&5 | |
3589 (eval $ac_try) 2>&5 | |
3590 ac_status=$? | |
41100 | 3591 echo "$as_me:3591: \$? = $ac_status" >&5 |
40056 | 3592 (exit $ac_status); }; }; then |
3593 break | |
3594 else | |
3595 echo "$as_me: failed program was:" >&5 | |
3596 cat conftest.$ac_ext >&5 | |
3597 fi | |
3598 rm -f conftest.$ac_objext | |
3599 CC="$CC -n32" | |
3600 rm -f conftest.$ac_objext | |
41148 | 3601 if { (eval echo "$as_me:3601: \"$ac_compile\"") >&5 |
40056 | 3602 (eval $ac_compile) 2>&5 |
3603 ac_status=$? | |
41148 | 3604 echo "$as_me:3604: \$? = $ac_status" >&5 |
3605 (exit $ac_status); } && | |
3606 { ac_try='test -s conftest.$ac_objext' | |
3607 { (eval echo "$as_me:3607: \"$ac_try\"") >&5 | |
3608 (eval $ac_try) 2>&5 | |
3609 ac_status=$? | |
41100 | 3610 echo "$as_me:3610: \$? = $ac_status" >&5 |
40056 | 3611 (exit $ac_status); }; }; then |
3612 ac_cv_sys_largefile_CC=' -n32'; break | |
3613 else | |
3614 echo "$as_me: failed program was:" >&5 | |
3615 cat conftest.$ac_ext >&5 | |
3616 fi | |
3617 rm -f conftest.$ac_objext | |
3618 break | |
3619 done | |
3620 CC=$ac_save_CC | |
3621 rm -f conftest.$ac_ext | |
3622 fi | |
3623 fi | |
41148 | 3624 echo "$as_me:3624: result: $ac_cv_sys_largefile_CC" >&5 |
40056 | 3625 echo "${ECHO_T}$ac_cv_sys_largefile_CC" >&6 |
3626 if test "$ac_cv_sys_largefile_CC" != no; then | |
3627 CC=$CC$ac_cv_sys_largefile_CC | |
3628 fi | |
3629 | |
41148 | 3630 echo "$as_me:3630: checking for _FILE_OFFSET_BITS value needed for large files" >&5 |
40056 | 3631 echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6 |
3632 if test "${ac_cv_sys_file_offset_bits+set}" = set; then | |
3633 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
3634 else | |
3635 while :; do | |
30576 | 3636 ac_cv_sys_file_offset_bits=no |
40056 | 3637 cat >conftest.$ac_ext <<_ACEOF |
41148 | 3638 #line 3638 "configure" |
30576 | 3639 #include "confdefs.h" |
3640 #include <sys/types.h> | |
40056 | 3641 /* Check that off_t can represent 2**63 - 1 correctly. |
3642 We can't simply define LARGE_OFF_T to be 9223372036854775807, | |
3643 since some C++ compilers masquerading as C compilers | |
3644 incorrectly reject 9223372036854775807. */ | |
3645 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | |
3646 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | |
3647 && LARGE_OFF_T % 2147483647 == 1) | |
3648 ? 1 : -1]; | |
3649 int | |
3650 main () | |
3651 { | |
3652 | |
3653 ; | |
3654 return 0; | |
3655 } | |
3656 _ACEOF | |
3657 rm -f conftest.$ac_objext | |
41148 | 3658 if { (eval echo "$as_me:3658: \"$ac_compile\"") >&5 |
40056 | 3659 (eval $ac_compile) 2>&5 |
3660 ac_status=$? | |
41148 | 3661 echo "$as_me:3661: \$? = $ac_status" >&5 |
3662 (exit $ac_status); } && | |
3663 { ac_try='test -s conftest.$ac_objext' | |
3664 { (eval echo "$as_me:3664: \"$ac_try\"") >&5 | |
3665 (eval $ac_try) 2>&5 | |
3666 ac_status=$? | |
41100 | 3667 echo "$as_me:3667: \$? = $ac_status" >&5 |
40056 | 3668 (exit $ac_status); }; }; then |
3669 break | |
3670 else | |
3671 echo "$as_me: failed program was:" >&5 | |
3672 cat conftest.$ac_ext >&5 | |
3673 fi | |
3674 rm -f conftest.$ac_objext conftest.$ac_ext | |
3675 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 3676 #line 3676 "configure" |
30576 | 3677 #include "confdefs.h" |
3678 #define _FILE_OFFSET_BITS 64 | |
3679 #include <sys/types.h> | |
40056 | 3680 /* Check that off_t can represent 2**63 - 1 correctly. |
3681 We can't simply define LARGE_OFF_T to be 9223372036854775807, | |
3682 since some C++ compilers masquerading as C compilers | |
3683 incorrectly reject 9223372036854775807. */ | |
3684 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | |
3685 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | |
3686 && LARGE_OFF_T % 2147483647 == 1) | |
3687 ? 1 : -1]; | |
3688 int | |
3689 main () | |
3690 { | |
3691 | |
3692 ; | |
3693 return 0; | |
3694 } | |
3695 _ACEOF | |
3696 rm -f conftest.$ac_objext | |
41148 | 3697 if { (eval echo "$as_me:3697: \"$ac_compile\"") >&5 |
40056 | 3698 (eval $ac_compile) 2>&5 |
3699 ac_status=$? | |
41148 | 3700 echo "$as_me:3700: \$? = $ac_status" >&5 |
3701 (exit $ac_status); } && | |
3702 { ac_try='test -s conftest.$ac_objext' | |
3703 { (eval echo "$as_me:3703: \"$ac_try\"") >&5 | |
3704 (eval $ac_try) 2>&5 | |
3705 ac_status=$? | |
41100 | 3706 echo "$as_me:3706: \$? = $ac_status" >&5 |
40056 | 3707 (exit $ac_status); }; }; then |
3708 ac_cv_sys_file_offset_bits=64; break | |
3709 else | |
3710 echo "$as_me: failed program was:" >&5 | |
3711 cat conftest.$ac_ext >&5 | |
3712 fi | |
3713 rm -f conftest.$ac_objext conftest.$ac_ext | |
3714 break | |
3715 done | |
3716 fi | |
41148 | 3717 echo "$as_me:3717: result: $ac_cv_sys_file_offset_bits" >&5 |
40056 | 3718 echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6 |
3719 if test "$ac_cv_sys_file_offset_bits" != no; then | |
3720 | |
3721 cat >>confdefs.h <<EOF | |
3722 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits | |
3723 EOF | |
3724 | |
30576 | 3725 fi |
3726 rm -f conftest* | |
41148 | 3727 echo "$as_me:3727: checking for _LARGE_FILES value needed for large files" >&5 |
40056 | 3728 echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6 |
3729 if test "${ac_cv_sys_large_files+set}" = set; then | |
3730 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
3731 else | |
3732 while :; do | |
34431 | 3733 ac_cv_sys_large_files=no |
40056 | 3734 cat >conftest.$ac_ext <<_ACEOF |
41148 | 3735 #line 3735 "configure" |
40056 | 3736 #include "confdefs.h" |
3737 #include <sys/types.h> | |
3738 /* Check that off_t can represent 2**63 - 1 correctly. | |
3739 We can't simply define LARGE_OFF_T to be 9223372036854775807, | |
3740 since some C++ compilers masquerading as C compilers | |
3741 incorrectly reject 9223372036854775807. */ | |
3742 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | |
3743 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | |
3744 && LARGE_OFF_T % 2147483647 == 1) | |
3745 ? 1 : -1]; | |
3746 int | |
3747 main () | |
3748 { | |
3749 | |
3750 ; | |
3751 return 0; | |
3752 } | |
3753 _ACEOF | |
3754 rm -f conftest.$ac_objext | |
41148 | 3755 if { (eval echo "$as_me:3755: \"$ac_compile\"") >&5 |
40056 | 3756 (eval $ac_compile) 2>&5 |
3757 ac_status=$? | |
41148 | 3758 echo "$as_me:3758: \$? = $ac_status" >&5 |
3759 (exit $ac_status); } && | |
3760 { ac_try='test -s conftest.$ac_objext' | |
3761 { (eval echo "$as_me:3761: \"$ac_try\"") >&5 | |
3762 (eval $ac_try) 2>&5 | |
3763 ac_status=$? | |
41100 | 3764 echo "$as_me:3764: \$? = $ac_status" >&5 |
40056 | 3765 (exit $ac_status); }; }; then |
3766 break | |
3767 else | |
3768 echo "$as_me: failed program was:" >&5 | |
3769 cat conftest.$ac_ext >&5 | |
3770 fi | |
3771 rm -f conftest.$ac_objext conftest.$ac_ext | |
3772 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 3773 #line 3773 "configure" |
30576 | 3774 #include "confdefs.h" |
3775 #define _LARGE_FILES 1 | |
40056 | 3776 #include <sys/types.h> |
3777 /* Check that off_t can represent 2**63 - 1 correctly. | |
3778 We can't simply define LARGE_OFF_T to be 9223372036854775807, | |
3779 since some C++ compilers masquerading as C compilers | |
3780 incorrectly reject 9223372036854775807. */ | |
3781 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | |
3782 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | |
3783 && LARGE_OFF_T % 2147483647 == 1) | |
3784 ? 1 : -1]; | |
3785 int | |
3786 main () | |
3787 { | |
3788 | |
3789 ; | |
3790 return 0; | |
3791 } | |
3792 _ACEOF | |
3793 rm -f conftest.$ac_objext | |
41148 | 3794 if { (eval echo "$as_me:3794: \"$ac_compile\"") >&5 |
40056 | 3795 (eval $ac_compile) 2>&5 |
3796 ac_status=$? | |
41148 | 3797 echo "$as_me:3797: \$? = $ac_status" >&5 |
3798 (exit $ac_status); } && | |
3799 { ac_try='test -s conftest.$ac_objext' | |
3800 { (eval echo "$as_me:3800: \"$ac_try\"") >&5 | |
3801 (eval $ac_try) 2>&5 | |
3802 ac_status=$? | |
41100 | 3803 echo "$as_me:3803: \$? = $ac_status" >&5 |
40056 | 3804 (exit $ac_status); }; }; then |
3805 ac_cv_sys_large_files=1; break | |
3806 else | |
3807 echo "$as_me: failed program was:" >&5 | |
3808 cat conftest.$ac_ext >&5 | |
3809 fi | |
3810 rm -f conftest.$ac_objext conftest.$ac_ext | |
3811 break | |
3812 done | |
3813 fi | |
41148 | 3814 echo "$as_me:3814: result: $ac_cv_sys_large_files" >&5 |
40056 | 3815 echo "${ECHO_T}$ac_cv_sys_large_files" >&6 |
3816 if test "$ac_cv_sys_large_files" != no; then | |
3817 | |
3818 cat >>confdefs.h <<EOF | |
3819 #define _LARGE_FILES $ac_cv_sys_large_files | |
3820 EOF | |
3821 | |
30576 | 3822 fi |
3823 rm -f conftest* | |
3824 fi | |
3825 | |
25897 | 3826 # Sound support for GNU/Linux and the free BSDs. |
40056 | 3827 |
3828 for ac_header in machine/soundcard.h sys/soundcard.h soundcard.h | |
25897 | 3829 do |
40056 | 3830 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
41148 | 3831 echo "$as_me:3831: checking for $ac_header" >&5 |
40056 | 3832 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
3833 if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
3834 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
3835 else | |
3836 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 3837 #line 3837 "configure" |
40056 | 3838 #include "confdefs.h" |
3839 #include <$ac_header> | |
3840 _ACEOF | |
41148 | 3841 if { (eval echo "$as_me:3841: \"$ac_cpp conftest.$ac_ext\"") >&5 |
40056 | 3842 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
3843 ac_status=$? | |
3844 egrep -v '^ *\+' conftest.er1 >conftest.err | |
3845 rm -f conftest.er1 | |
3846 cat conftest.err >&5 | |
41148 | 3847 echo "$as_me:3847: \$? = $ac_status" >&5 |
40056 | 3848 (exit $ac_status); } >/dev/null; then |
3849 if test -s conftest.err; then | |
3850 ac_cpp_err=$ac_c_preproc_warn_flag | |
3851 else | |
3852 ac_cpp_err= | |
3853 fi | |
3854 else | |
3855 ac_cpp_err=yes | |
3856 fi | |
3857 if test -z "$ac_cpp_err"; then | |
3858 eval "$as_ac_Header=yes" | |
3859 else | |
3860 echo "$as_me: failed program was:" >&5 | |
25897 | 3861 cat conftest.$ac_ext >&5 |
40056 | 3862 eval "$as_ac_Header=no" |
3863 fi | |
3864 rm -f conftest.err conftest.$ac_ext | |
3865 fi | |
41148 | 3866 echo "$as_me:3866: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
40056 | 3867 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
3868 if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
3869 cat >>confdefs.h <<EOF | |
3870 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
3871 EOF | |
3872 | |
25897 | 3873 fi |
3874 done | |
3875 | |
30078
58ce7aad3fff
* configure.in: Check for <soundcard.h>. Look for ossaudio library, and set
Ken Raeburn <raeburn@raeburn.org>
parents:
30069
diff
changeset
|
3876 # Emulation library used on NetBSD. |
41148 | 3877 echo "$as_me:3877: checking for _oss_ioctl in -lossaudio" >&5 |
40056 | 3878 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6 |
3879 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then | |
3880 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
3881 else | |
3882 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
|
3883 LIBS="-lossaudio $LIBS" |
40056 | 3884 cat >conftest.$ac_ext <<_ACEOF |
41148 | 3885 #line 3885 "configure" |
40056 | 3886 #include "confdefs.h" |
3887 | |
30078
58ce7aad3fff
* configure.in: Check for <soundcard.h>. Look for ossaudio library, and set
Ken Raeburn <raeburn@raeburn.org>
parents:
30069
diff
changeset
|
3888 /* Override any gcc2 internal prototype to avoid an error. */ |
40056 | 3889 #ifdef __cplusplus |
3890 extern "C" | |
3891 #endif | |
30078
58ce7aad3fff
* configure.in: Check for <soundcard.h>. Look for ossaudio library, and set
Ken Raeburn <raeburn@raeburn.org>
parents:
30069
diff
changeset
|
3892 /* We use char because int might match the return type of a gcc2 |
40056 | 3893 builtin and then its argument prototype would still apply. */ |
3894 char _oss_ioctl (); | |
3895 int | |
3896 main () | |
3897 { | |
3898 _oss_ioctl (); | |
3899 ; | |
3900 return 0; | |
3901 } | |
3902 _ACEOF | |
3903 rm -f conftest.$ac_objext conftest$ac_exeext | |
41148 | 3904 if { (eval echo "$as_me:3904: \"$ac_link\"") >&5 |
3905 (eval $ac_link) 2>&5 | |
3906 ac_status=$? | |
3907 echo "$as_me:3907: \$? = $ac_status" >&5 | |
3908 (exit $ac_status); } && | |
3909 { ac_try='test -s conftest$ac_exeext' | |
3910 { (eval echo "$as_me:3910: \"$ac_try\"") >&5 | |
3911 (eval $ac_try) 2>&5 | |
41100 | 3912 ac_status=$? |
3913 echo "$as_me:3913: \$? = $ac_status" >&5 | |
40056 | 3914 (exit $ac_status); }; }; then |
3915 ac_cv_lib_ossaudio__oss_ioctl=yes | |
3916 else | |
3917 echo "$as_me: failed program was:" >&5 | |
3918 cat conftest.$ac_ext >&5 | |
3919 ac_cv_lib_ossaudio__oss_ioctl=no | |
3920 fi | |
3921 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
3922 LIBS=$ac_check_lib_save_LIBS | |
3923 fi | |
41148 | 3924 echo "$as_me:3924: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5 |
40056 | 3925 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6 |
3926 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
|
3927 LIBSOUND=-lossaudio |
58ce7aad3fff
* configure.in: Check for <soundcard.h>. Look for ossaudio library, and set
Ken Raeburn <raeburn@raeburn.org>
parents:
30069
diff
changeset
|
3928 else |
40056 | 3929 LIBSOUND= |
3930 fi | |
3931 | |
3932 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
|
3933 linux/version.h sys/systeminfo.h termios.h limits.h string.h stdlib.h \ |
41148 | 3934 termcap.h stdio_ext.h fcntl.h term.h strings.h coff.h |
25897 | 3935 do |
40056 | 3936 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
41148 | 3937 echo "$as_me:3937: checking for $ac_header" >&5 |
40056 | 3938 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
3939 if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
3940 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
3941 else | |
3942 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 3943 #line 3943 "configure" |
40056 | 3944 #include "confdefs.h" |
3945 #include <$ac_header> | |
3946 _ACEOF | |
41148 | 3947 if { (eval echo "$as_me:3947: \"$ac_cpp conftest.$ac_ext\"") >&5 |
40056 | 3948 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
3949 ac_status=$? | |
3950 egrep -v '^ *\+' conftest.er1 >conftest.err | |
3951 rm -f conftest.er1 | |
3952 cat conftest.err >&5 | |
41148 | 3953 echo "$as_me:3953: \$? = $ac_status" >&5 |
40056 | 3954 (exit $ac_status); } >/dev/null; then |
3955 if test -s conftest.err; then | |
3956 ac_cpp_err=$ac_c_preproc_warn_flag | |
3957 else | |
3958 ac_cpp_err= | |
3959 fi | |
3960 else | |
3961 ac_cpp_err=yes | |
3962 fi | |
3963 if test -z "$ac_cpp_err"; then | |
3964 eval "$as_ac_Header=yes" | |
3965 else | |
3966 echo "$as_me: failed program was:" >&5 | |
25897 | 3967 cat conftest.$ac_ext >&5 |
40056 | 3968 eval "$as_ac_Header=no" |
3969 fi | |
3970 rm -f conftest.err conftest.$ac_ext | |
3971 fi | |
41148 | 3972 echo "$as_me:3972: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
40056 | 3973 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
3974 if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
3975 cat >>confdefs.h <<EOF | |
3976 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
3977 EOF | |
3978 | |
25897 | 3979 fi |
3980 done | |
3981 | |
41148 | 3982 echo "$as_me:3982: checking for ANSI C header files" >&5 |
40056 | 3983 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 |
3984 if test "${ac_cv_header_stdc+set}" = set; then | |
3985 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
3986 else | |
3987 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 3988 #line 3988 "configure" |
25897 | 3989 #include "confdefs.h" |
3990 #include <stdlib.h> | |
3991 #include <stdarg.h> | |
3992 #include <string.h> | |
3993 #include <float.h> | |
40056 | 3994 |
3995 _ACEOF | |
41148 | 3996 if { (eval echo "$as_me:3996: \"$ac_cpp conftest.$ac_ext\"") >&5 |
40056 | 3997 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
3998 ac_status=$? | |
3999 egrep -v '^ *\+' conftest.er1 >conftest.err | |
4000 rm -f conftest.er1 | |
4001 cat conftest.err >&5 | |
41148 | 4002 echo "$as_me:4002: \$? = $ac_status" >&5 |
40056 | 4003 (exit $ac_status); } >/dev/null; then |
4004 if test -s conftest.err; then | |
4005 ac_cpp_err=$ac_c_preproc_warn_flag | |
4006 else | |
4007 ac_cpp_err= | |
4008 fi | |
4009 else | |
4010 ac_cpp_err=yes | |
4011 fi | |
4012 if test -z "$ac_cpp_err"; then | |
25897 | 4013 ac_cv_header_stdc=yes |
4014 else | |
40056 | 4015 echo "$as_me: failed program was:" >&5 |
25897 | 4016 cat conftest.$ac_ext >&5 |
4017 ac_cv_header_stdc=no | |
4018 fi | |
40056 | 4019 rm -f conftest.err conftest.$ac_ext |
25897 | 4020 |
4021 if test $ac_cv_header_stdc = yes; then | |
4022 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. | |
40056 | 4023 cat >conftest.$ac_ext <<_ACEOF |
41148 | 4024 #line 4024 "configure" |
25897 | 4025 #include "confdefs.h" |
4026 #include <string.h> | |
40056 | 4027 |
4028 _ACEOF | |
25897 | 4029 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
4030 egrep "memchr" >/dev/null 2>&1; then | |
4031 : | |
4032 else | |
4033 ac_cv_header_stdc=no | |
4034 fi | |
4035 rm -f conftest* | |
4036 | |
4037 fi | |
4038 | |
4039 if test $ac_cv_header_stdc = yes; then | |
4040 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. | |
40056 | 4041 cat >conftest.$ac_ext <<_ACEOF |
41148 | 4042 #line 4042 "configure" |
25897 | 4043 #include "confdefs.h" |
4044 #include <stdlib.h> | |
40056 | 4045 |
4046 _ACEOF | |
25897 | 4047 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
4048 egrep "free" >/dev/null 2>&1; then | |
4049 : | |
4050 else | |
4051 ac_cv_header_stdc=no | |
4052 fi | |
4053 rm -f conftest* | |
4054 | |
4055 fi | |
4056 | |
4057 if test $ac_cv_header_stdc = yes; then | |
4058 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. | |
40056 | 4059 if test "$cross_compiling" = yes; then |
25897 | 4060 : |
4061 else | |
40056 | 4062 cat >conftest.$ac_ext <<_ACEOF |
41148 | 4063 #line 4063 "configure" |
25897 | 4064 #include "confdefs.h" |
4065 #include <ctype.h> | |
40056 | 4066 #if ((' ' & 0x0FF) == 0x020) |
4067 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') | |
4068 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) | |
4069 #else | |
4070 # define ISLOWER(c) (('a' <= (c) && (c) <= 'i') \ | |
4071 || ('j' <= (c) && (c) <= 'r') \ | |
4072 || ('s' <= (c) && (c) <= 'z')) | |
4073 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) | |
4074 #endif | |
4075 | |
25897 | 4076 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) |
40056 | 4077 int |
4078 main () | |
4079 { | |
4080 int i; | |
4081 for (i = 0; i < 256; i++) | |
4082 if (XOR (islower (i), ISLOWER (i)) | |
4083 || toupper (i) != TOUPPER (i)) | |
4084 exit(2); | |
4085 exit (0); | |
4086 } | |
4087 _ACEOF | |
4088 rm -f conftest$ac_exeext | |
41148 | 4089 if { (eval echo "$as_me:4089: \"$ac_link\"") >&5 |
4090 (eval $ac_link) 2>&5 | |
4091 ac_status=$? | |
4092 echo "$as_me:4092: \$? = $ac_status" >&5 | |
40056 | 4093 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
41148 | 4094 { (eval echo "$as_me:4094: \"$ac_try\"") >&5 |
4095 (eval $ac_try) 2>&5 | |
4096 ac_status=$? | |
4097 echo "$as_me:4097: \$? = $ac_status" >&5 | |
40056 | 4098 (exit $ac_status); }; }; then |
25897 | 4099 : |
4100 else | |
40056 | 4101 echo "$as_me: program exited with status $ac_status" >&5 |
4102 echo "$as_me: failed program was:" >&5 | |
4103 cat conftest.$ac_ext >&5 | |
4104 ac_cv_header_stdc=no | |
4105 fi | |
4106 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | |
4107 fi | |
4108 fi | |
4109 fi | |
41148 | 4110 echo "$as_me:4110: result: $ac_cv_header_stdc" >&5 |
40056 | 4111 echo "${ECHO_T}$ac_cv_header_stdc" >&6 |
25897 | 4112 if test $ac_cv_header_stdc = yes; then |
40056 | 4113 |
4114 cat >>confdefs.h <<\EOF | |
25897 | 4115 #define STDC_HEADERS 1 |
4116 EOF | |
4117 | |
4118 fi | |
4119 | |
41148 | 4120 echo "$as_me:4120: checking whether time.h and sys/time.h may both be included" >&5 |
40056 | 4121 echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6 |
4122 if test "${ac_cv_header_time+set}" = set; then | |
4123 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
4124 else | |
4125 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 4126 #line 4126 "configure" |
25897 | 4127 #include "confdefs.h" |
4128 #include <sys/types.h> | |
4129 #include <sys/time.h> | |
4130 #include <time.h> | |
40056 | 4131 |
4132 int | |
4133 main () | |
4134 { | |
4135 if ((struct tm *) 0) | |
4136 return 0; | |
4137 ; | |
4138 return 0; | |
4139 } | |
4140 _ACEOF | |
4141 rm -f conftest.$ac_objext | |
41148 | 4142 if { (eval echo "$as_me:4142: \"$ac_compile\"") >&5 |
40056 | 4143 (eval $ac_compile) 2>&5 |
4144 ac_status=$? | |
41148 | 4145 echo "$as_me:4145: \$? = $ac_status" >&5 |
4146 (exit $ac_status); } && | |
4147 { ac_try='test -s conftest.$ac_objext' | |
4148 { (eval echo "$as_me:4148: \"$ac_try\"") >&5 | |
4149 (eval $ac_try) 2>&5 | |
4150 ac_status=$? | |
41100 | 4151 echo "$as_me:4151: \$? = $ac_status" >&5 |
40056 | 4152 (exit $ac_status); }; }; then |
25897 | 4153 ac_cv_header_time=yes |
4154 else | |
40056 | 4155 echo "$as_me: failed program was:" >&5 |
4156 cat conftest.$ac_ext >&5 | |
4157 ac_cv_header_time=no | |
4158 fi | |
4159 rm -f conftest.$ac_objext conftest.$ac_ext | |
4160 fi | |
41148 | 4161 echo "$as_me:4161: result: $ac_cv_header_time" >&5 |
40056 | 4162 echo "${ECHO_T}$ac_cv_header_time" >&6 |
25897 | 4163 if test $ac_cv_header_time = yes; then |
40056 | 4164 |
4165 cat >>confdefs.h <<\EOF | |
25897 | 4166 #define TIME_WITH_SYS_TIME 1 |
4167 EOF | |
4168 | |
4169 fi | |
4170 | |
41148 | 4171 echo "$as_me:4171: checking for sys_siglist declaration in signal.h or unistd.h" >&5 |
40056 | 4172 echo $ECHO_N "checking for sys_siglist declaration in signal.h or unistd.h... $ECHO_C" >&6 |
4173 if test "${ac_cv_decl_sys_siglist+set}" = set; then | |
4174 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
4175 else | |
4176 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 4177 #line 4177 "configure" |
25897 | 4178 #include "confdefs.h" |
4179 #include <sys/types.h> | |
4180 #include <signal.h> | |
4181 /* NetBSD declares sys_siglist in unistd.h. */ | |
40056 | 4182 #if HAVE_UNISTD_H |
4183 # include <unistd.h> | |
4184 #endif | |
4185 | |
4186 int | |
4187 main () | |
4188 { | |
25897 | 4189 char *msg = *(sys_siglist + 1); |
40056 | 4190 ; |
4191 return 0; | |
4192 } | |
4193 _ACEOF | |
4194 rm -f conftest.$ac_objext | |
41148 | 4195 if { (eval echo "$as_me:4195: \"$ac_compile\"") >&5 |
40056 | 4196 (eval $ac_compile) 2>&5 |
4197 ac_status=$? | |
41148 | 4198 echo "$as_me:4198: \$? = $ac_status" >&5 |
4199 (exit $ac_status); } && | |
4200 { ac_try='test -s conftest.$ac_objext' | |
4201 { (eval echo "$as_me:4201: \"$ac_try\"") >&5 | |
4202 (eval $ac_try) 2>&5 | |
4203 ac_status=$? | |
41100 | 4204 echo "$as_me:4204: \$? = $ac_status" >&5 |
40056 | 4205 (exit $ac_status); }; }; then |
25897 | 4206 ac_cv_decl_sys_siglist=yes |
4207 else | |
40056 | 4208 echo "$as_me: failed program was:" >&5 |
4209 cat conftest.$ac_ext >&5 | |
4210 ac_cv_decl_sys_siglist=no | |
4211 fi | |
4212 rm -f conftest.$ac_objext conftest.$ac_ext | |
4213 fi | |
41148 | 4214 echo "$as_me:4214: result: $ac_cv_decl_sys_siglist" >&5 |
40056 | 4215 echo "${ECHO_T}$ac_cv_decl_sys_siglist" >&6 |
25897 | 4216 if test $ac_cv_decl_sys_siglist = yes; then |
40056 | 4217 |
4218 cat >>confdefs.h <<\EOF | |
25897 | 4219 #define SYS_SIGLIST_DECLARED 1 |
4220 EOF | |
4221 | |
4222 fi | |
4223 | |
41148 | 4224 echo "$as_me:4224: checking for sys/wait.h that is POSIX.1 compatible" >&5 |
40056 | 4225 echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6 |
4226 if test "${ac_cv_header_sys_wait_h+set}" = set; then | |
4227 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
4228 else | |
4229 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 4230 #line 4230 "configure" |
30069 | 4231 #include "confdefs.h" |
4232 #include <sys/types.h> | |
4233 #include <sys/wait.h> | |
4234 #ifndef WEXITSTATUS | |
40056 | 4235 # define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8) |
30069 | 4236 #endif |
4237 #ifndef WIFEXITED | |
40056 | 4238 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0) |
4239 #endif | |
4240 | |
4241 int | |
4242 main () | |
4243 { | |
4244 int s; | |
4245 wait (&s); | |
4246 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1; | |
4247 ; | |
4248 return 0; | |
4249 } | |
4250 _ACEOF | |
4251 rm -f conftest.$ac_objext | |
41148 | 4252 if { (eval echo "$as_me:4252: \"$ac_compile\"") >&5 |
40056 | 4253 (eval $ac_compile) 2>&5 |
4254 ac_status=$? | |
41148 | 4255 echo "$as_me:4255: \$? = $ac_status" >&5 |
4256 (exit $ac_status); } && | |
4257 { ac_try='test -s conftest.$ac_objext' | |
4258 { (eval echo "$as_me:4258: \"$ac_try\"") >&5 | |
4259 (eval $ac_try) 2>&5 | |
4260 ac_status=$? | |
41100 | 4261 echo "$as_me:4261: \$? = $ac_status" >&5 |
40056 | 4262 (exit $ac_status); }; }; then |
30069 | 4263 ac_cv_header_sys_wait_h=yes |
4264 else | |
40056 | 4265 echo "$as_me: failed program was:" >&5 |
4266 cat conftest.$ac_ext >&5 | |
4267 ac_cv_header_sys_wait_h=no | |
4268 fi | |
4269 rm -f conftest.$ac_objext conftest.$ac_ext | |
4270 fi | |
41148 | 4271 echo "$as_me:4271: result: $ac_cv_header_sys_wait_h" >&5 |
40056 | 4272 echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6 |
30069 | 4273 if test $ac_cv_header_sys_wait_h = yes; then |
40056 | 4274 |
4275 cat >>confdefs.h <<\EOF | |
30069 | 4276 #define HAVE_SYS_WAIT_H 1 |
4277 EOF | |
4278 | |
4279 fi | |
4280 | |
41148 | 4281 echo "$as_me:4281: checking for struct utimbuf" >&5 |
40056 | 4282 echo $ECHO_N "checking for struct utimbuf... $ECHO_C" >&6 |
4283 if test "${emacs_cv_struct_utimbuf+set}" = set; then | |
4284 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
4285 else | |
4286 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 4287 #line 4287 "configure" |
25897 | 4288 #include "confdefs.h" |
4289 #ifdef TIME_WITH_SYS_TIME | |
4290 #include <sys/time.h> | |
4291 #include <time.h> | |
4292 #else | |
4293 #ifdef HAVE_SYS_TIME_H | |
4294 #include <sys/time.h> | |
4295 #else | |
4296 #include <time.h> | |
4297 #endif | |
4298 #endif | |
4299 #ifdef HAVE_UTIME_H | |
4300 #include <utime.h> | |
4301 #endif | |
40056 | 4302 int |
4303 main () | |
4304 { | |
25897 | 4305 static struct utimbuf x; x.actime = x.modtime; |
40056 | 4306 ; |
4307 return 0; | |
4308 } | |
4309 _ACEOF | |
4310 rm -f conftest.$ac_objext | |
41148 | 4311 if { (eval echo "$as_me:4311: \"$ac_compile\"") >&5 |
40056 | 4312 (eval $ac_compile) 2>&5 |
4313 ac_status=$? | |
41148 | 4314 echo "$as_me:4314: \$? = $ac_status" >&5 |
4315 (exit $ac_status); } && | |
4316 { ac_try='test -s conftest.$ac_objext' | |
4317 { (eval echo "$as_me:4317: \"$ac_try\"") >&5 | |
4318 (eval $ac_try) 2>&5 | |
4319 ac_status=$? | |
41100 | 4320 echo "$as_me:4320: \$? = $ac_status" >&5 |
40056 | 4321 (exit $ac_status); }; }; then |
25897 | 4322 emacs_cv_struct_utimbuf=yes |
4323 else | |
40056 | 4324 echo "$as_me: failed program was:" >&5 |
4325 cat conftest.$ac_ext >&5 | |
4326 emacs_cv_struct_utimbuf=no | |
4327 fi | |
4328 rm -f conftest.$ac_objext conftest.$ac_ext | |
4329 fi | |
41148 | 4330 echo "$as_me:4330: result: $emacs_cv_struct_utimbuf" >&5 |
40056 | 4331 echo "${ECHO_T}$emacs_cv_struct_utimbuf" >&6 |
25897 | 4332 if test $emacs_cv_struct_utimbuf = yes; then |
40056 | 4333 cat >>confdefs.h <<\EOF |
25897 | 4334 #define HAVE_STRUCT_UTIMBUF 1 |
4335 EOF | |
4336 | |
4337 fi | |
4338 | |
41148 | 4339 echo "$as_me:4339: checking return type of signal handlers" >&5 |
40056 | 4340 echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6 |
4341 if test "${ac_cv_type_signal+set}" = set; then | |
4342 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
4343 else | |
4344 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 4345 #line 4345 "configure" |
25897 | 4346 #include "confdefs.h" |
4347 #include <sys/types.h> | |
4348 #include <signal.h> | |
4349 #ifdef signal | |
40056 | 4350 # undef signal |
25897 | 4351 #endif |
4352 #ifdef __cplusplus | |
4353 extern "C" void (*signal (int, void (*)(int)))(int); | |
4354 #else | |
4355 void (*signal ()) (); | |
4356 #endif | |
4357 | |
40056 | 4358 int |
4359 main () | |
4360 { | |
25897 | 4361 int i; |
40056 | 4362 ; |
4363 return 0; | |
4364 } | |
4365 _ACEOF | |
4366 rm -f conftest.$ac_objext | |
41148 | 4367 if { (eval echo "$as_me:4367: \"$ac_compile\"") >&5 |
40056 | 4368 (eval $ac_compile) 2>&5 |
4369 ac_status=$? | |
41148 | 4370 echo "$as_me:4370: \$? = $ac_status" >&5 |
4371 (exit $ac_status); } && | |
4372 { ac_try='test -s conftest.$ac_objext' | |
4373 { (eval echo "$as_me:4373: \"$ac_try\"") >&5 | |
4374 (eval $ac_try) 2>&5 | |
4375 ac_status=$? | |
41100 | 4376 echo "$as_me:4376: \$? = $ac_status" >&5 |
40056 | 4377 (exit $ac_status); }; }; then |
25897 | 4378 ac_cv_type_signal=void |
4379 else | |
40056 | 4380 echo "$as_me: failed program was:" >&5 |
4381 cat conftest.$ac_ext >&5 | |
4382 ac_cv_type_signal=int | |
4383 fi | |
4384 rm -f conftest.$ac_objext conftest.$ac_ext | |
4385 fi | |
41148 | 4386 echo "$as_me:4386: result: $ac_cv_type_signal" >&5 |
40056 | 4387 echo "${ECHO_T}$ac_cv_type_signal" >&6 |
4388 | |
4389 cat >>confdefs.h <<EOF | |
25897 | 4390 #define RETSIGTYPE $ac_cv_type_signal |
4391 EOF | |
4392 | |
41148 | 4393 echo "$as_me:4393: checking for speed_t" >&5 |
40056 | 4394 echo $ECHO_N "checking for speed_t... $ECHO_C" >&6 |
4395 if test "${emacs_cv_speed_t+set}" = set; then | |
4396 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
4397 else | |
4398 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 4399 #line 4399 "configure" |
29254 | 4400 #include "confdefs.h" |
4401 #include <termios.h> | |
40056 | 4402 int |
4403 main () | |
4404 { | |
29254 | 4405 speed_t x = 1; |
40056 | 4406 ; |
4407 return 0; | |
4408 } | |
4409 _ACEOF | |
4410 rm -f conftest.$ac_objext | |
41148 | 4411 if { (eval echo "$as_me:4411: \"$ac_compile\"") >&5 |
40056 | 4412 (eval $ac_compile) 2>&5 |
4413 ac_status=$? | |
41148 | 4414 echo "$as_me:4414: \$? = $ac_status" >&5 |
4415 (exit $ac_status); } && | |
4416 { ac_try='test -s conftest.$ac_objext' | |
4417 { (eval echo "$as_me:4417: \"$ac_try\"") >&5 | |
4418 (eval $ac_try) 2>&5 | |
4419 ac_status=$? | |
41100 | 4420 echo "$as_me:4420: \$? = $ac_status" >&5 |
40056 | 4421 (exit $ac_status); }; }; then |
29254 | 4422 emacs_cv_speed_t=yes |
4423 else | |
40056 | 4424 echo "$as_me: failed program was:" >&5 |
4425 cat conftest.$ac_ext >&5 | |
4426 emacs_cv_speed_t=no | |
4427 fi | |
4428 rm -f conftest.$ac_objext conftest.$ac_ext | |
4429 fi | |
41148 | 4430 echo "$as_me:4430: result: $emacs_cv_speed_t" >&5 |
40056 | 4431 echo "${ECHO_T}$emacs_cv_speed_t" >&6 |
29254 | 4432 if test $emacs_cv_speed_t = yes; then |
40056 | 4433 cat >>confdefs.h <<\EOF |
29254 | 4434 #define HAVE_SPEED_T 1 |
4435 EOF | |
4436 | |
4437 fi | |
4438 | |
41148 | 4439 echo "$as_me:4439: checking for struct timeval" >&5 |
40056 | 4440 echo $ECHO_N "checking for struct timeval... $ECHO_C" >&6 |
4441 if test "${emacs_cv_struct_timeval+set}" = set; then | |
4442 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
4443 else | |
4444 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 4445 #line 4445 "configure" |
25897 | 4446 #include "confdefs.h" |
4447 #ifdef TIME_WITH_SYS_TIME | |
4448 #include <sys/time.h> | |
4449 #include <time.h> | |
4450 #else | |
4451 #ifdef HAVE_SYS_TIME_H | |
4452 #include <sys/time.h> | |
4453 #else | |
4454 #include <time.h> | |
4455 #endif | |
4456 #endif | |
40056 | 4457 int |
4458 main () | |
4459 { | |
25897 | 4460 static struct timeval x; x.tv_sec = x.tv_usec; |
40056 | 4461 ; |
4462 return 0; | |
4463 } | |
4464 _ACEOF | |
4465 rm -f conftest.$ac_objext | |
41148 | 4466 if { (eval echo "$as_me:4466: \"$ac_compile\"") >&5 |
40056 | 4467 (eval $ac_compile) 2>&5 |
4468 ac_status=$? | |
41148 | 4469 echo "$as_me:4469: \$? = $ac_status" >&5 |
4470 (exit $ac_status); } && | |
4471 { ac_try='test -s conftest.$ac_objext' | |
4472 { (eval echo "$as_me:4472: \"$ac_try\"") >&5 | |
4473 (eval $ac_try) 2>&5 | |
4474 ac_status=$? | |
41100 | 4475 echo "$as_me:4475: \$? = $ac_status" >&5 |
40056 | 4476 (exit $ac_status); }; }; then |
25897 | 4477 emacs_cv_struct_timeval=yes |
4478 else | |
40056 | 4479 echo "$as_me: failed program was:" >&5 |
4480 cat conftest.$ac_ext >&5 | |
4481 emacs_cv_struct_timeval=no | |
4482 fi | |
4483 rm -f conftest.$ac_objext conftest.$ac_ext | |
4484 fi | |
41148 | 4485 echo "$as_me:4485: result: $emacs_cv_struct_timeval" >&5 |
40056 | 4486 echo "${ECHO_T}$emacs_cv_struct_timeval" >&6 |
25897 | 4487 HAVE_TIMEVAL=$emacs_cv_struct_timeval |
4488 if test $emacs_cv_struct_timeval = yes; then | |
40056 | 4489 cat >>confdefs.h <<\EOF |
25897 | 4490 #define HAVE_TIMEVAL 1 |
4491 EOF | |
4492 | |
4493 fi | |
4494 | |
41148 | 4495 echo "$as_me:4495: checking for struct exception" >&5 |
40056 | 4496 echo $ECHO_N "checking for struct exception... $ECHO_C" >&6 |
4497 if test "${emacs_cv_struct_exception+set}" = set; then | |
4498 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
4499 else | |
4500 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 4501 #line 4501 "configure" |
29388 | 4502 #include "confdefs.h" |
4503 #include <math.h> | |
40056 | 4504 int |
4505 main () | |
4506 { | |
29388 | 4507 static struct exception x; x.arg1 = x.arg2 = x.retval; x.name = ""; x.type = 1; |
40056 | 4508 ; |
4509 return 0; | |
4510 } | |
4511 _ACEOF | |
4512 rm -f conftest.$ac_objext | |
41148 | 4513 if { (eval echo "$as_me:4513: \"$ac_compile\"") >&5 |
40056 | 4514 (eval $ac_compile) 2>&5 |
4515 ac_status=$? | |
41148 | 4516 echo "$as_me:4516: \$? = $ac_status" >&5 |
4517 (exit $ac_status); } && | |
4518 { ac_try='test -s conftest.$ac_objext' | |
4519 { (eval echo "$as_me:4519: \"$ac_try\"") >&5 | |
4520 (eval $ac_try) 2>&5 | |
4521 ac_status=$? | |
41100 | 4522 echo "$as_me:4522: \$? = $ac_status" >&5 |
40056 | 4523 (exit $ac_status); }; }; then |
29388 | 4524 emacs_cv_struct_exception=yes |
4525 else | |
40056 | 4526 echo "$as_me: failed program was:" >&5 |
4527 cat conftest.$ac_ext >&5 | |
4528 emacs_cv_struct_exception=no | |
4529 fi | |
4530 rm -f conftest.$ac_objext conftest.$ac_ext | |
4531 fi | |
41148 | 4532 echo "$as_me:4532: result: $emacs_cv_struct_exception" >&5 |
40056 | 4533 echo "${ECHO_T}$emacs_cv_struct_exception" >&6 |
29388 | 4534 HAVE_EXCEPTION=$emacs_cv_struct_exception |
4535 if test $emacs_cv_struct_exception != yes; then | |
40056 | 4536 cat >>confdefs.h <<\EOF |
29388 | 4537 #define NO_MATHERR 1 |
4538 EOF | |
4539 | |
4540 fi | |
4541 | |
41148 | 4542 echo "$as_me:4542: checking whether struct tm is in sys/time.h or time.h" >&5 |
40056 | 4543 echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6 |
4544 if test "${ac_cv_struct_tm+set}" = set; then | |
4545 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
4546 else | |
4547 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 4548 #line 4548 "configure" |
25897 | 4549 #include "confdefs.h" |
4550 #include <sys/types.h> | |
4551 #include <time.h> | |
40056 | 4552 |
4553 int | |
4554 main () | |
4555 { | |
25897 | 4556 struct tm *tp; tp->tm_sec; |
40056 | 4557 ; |
4558 return 0; | |
4559 } | |
4560 _ACEOF | |
4561 rm -f conftest.$ac_objext | |
41148 | 4562 if { (eval echo "$as_me:4562: \"$ac_compile\"") >&5 |
40056 | 4563 (eval $ac_compile) 2>&5 |
4564 ac_status=$? | |
41148 | 4565 echo "$as_me:4565: \$? = $ac_status" >&5 |
4566 (exit $ac_status); } && | |
4567 { ac_try='test -s conftest.$ac_objext' | |
4568 { (eval echo "$as_me:4568: \"$ac_try\"") >&5 | |
4569 (eval $ac_try) 2>&5 | |
4570 ac_status=$? | |
41100 | 4571 echo "$as_me:4571: \$? = $ac_status" >&5 |
40056 | 4572 (exit $ac_status); }; }; then |
25897 | 4573 ac_cv_struct_tm=time.h |
4574 else | |
40056 | 4575 echo "$as_me: failed program was:" >&5 |
4576 cat conftest.$ac_ext >&5 | |
4577 ac_cv_struct_tm=sys/time.h | |
4578 fi | |
4579 rm -f conftest.$ac_objext conftest.$ac_ext | |
4580 fi | |
41148 | 4581 echo "$as_me:4581: result: $ac_cv_struct_tm" >&5 |
40056 | 4582 echo "${ECHO_T}$ac_cv_struct_tm" >&6 |
25897 | 4583 if test $ac_cv_struct_tm = sys/time.h; then |
40056 | 4584 |
4585 cat >>confdefs.h <<\EOF | |
25897 | 4586 #define TM_IN_SYS_TIME 1 |
4587 EOF | |
4588 | |
4589 fi | |
4590 | |
41148 | 4591 echo "$as_me:4591: checking for struct tm.tm_zone" >&5 |
40056 | 4592 echo $ECHO_N "checking for struct tm.tm_zone... $ECHO_C" >&6 |
4593 if test "${ac_cv_member_struct_tm_tm_zone+set}" = set; then | |
4594 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
4595 else | |
4596 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 4597 #line 4597 "configure" |
25897 | 4598 #include "confdefs.h" |
4599 #include <sys/types.h> | |
4600 #include <$ac_cv_struct_tm> | |
40056 | 4601 |
4602 int | |
4603 main () | |
4604 { | |
4605 static struct tm ac_aggr; | |
4606 if (ac_aggr.tm_zone) | |
4607 return 0; | |
4608 ; | |
4609 return 0; | |
4610 } | |
4611 _ACEOF | |
4612 rm -f conftest.$ac_objext | |
41148 | 4613 if { (eval echo "$as_me:4613: \"$ac_compile\"") >&5 |
40056 | 4614 (eval $ac_compile) 2>&5 |
4615 ac_status=$? | |
41148 | 4616 echo "$as_me:4616: \$? = $ac_status" >&5 |
4617 (exit $ac_status); } && | |
4618 { ac_try='test -s conftest.$ac_objext' | |
4619 { (eval echo "$as_me:4619: \"$ac_try\"") >&5 | |
4620 (eval $ac_try) 2>&5 | |
4621 ac_status=$? | |
41100 | 4622 echo "$as_me:4622: \$? = $ac_status" >&5 |
40056 | 4623 (exit $ac_status); }; }; then |
4624 ac_cv_member_struct_tm_tm_zone=yes | |
4625 else | |
4626 echo "$as_me: failed program was:" >&5 | |
4627 cat conftest.$ac_ext >&5 | |
4628 ac_cv_member_struct_tm_tm_zone=no | |
4629 fi | |
4630 rm -f conftest.$ac_objext conftest.$ac_ext | |
4631 fi | |
41148 | 4632 echo "$as_me:4632: result: $ac_cv_member_struct_tm_tm_zone" >&5 |
40056 | 4633 echo "${ECHO_T}$ac_cv_member_struct_tm_tm_zone" >&6 |
4634 if test $ac_cv_member_struct_tm_tm_zone = yes; then | |
4635 | |
4636 cat >>confdefs.h <<EOF | |
4637 #define HAVE_STRUCT_TM_TM_ZONE 1 | |
4638 EOF | |
4639 | |
4640 fi | |
4641 | |
4642 if test "$ac_cv_member_struct_tm_tm_zone" = yes; then | |
4643 | |
4644 cat >>confdefs.h <<\EOF | |
25897 | 4645 #define HAVE_TM_ZONE 1 |
4646 EOF | |
4647 | |
4648 else | |
41148 | 4649 echo "$as_me:4649: checking for tzname" >&5 |
40056 | 4650 echo $ECHO_N "checking for tzname... $ECHO_C" >&6 |
4651 if test "${ac_cv_var_tzname+set}" = set; then | |
4652 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
4653 else | |
4654 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 4655 #line 4655 "configure" |
25897 | 4656 #include "confdefs.h" |
4657 #include <time.h> | |
4658 #ifndef tzname /* For SGI. */ | |
4659 extern char *tzname[]; /* RS6000 and others reject char **tzname. */ | |
4660 #endif | |
40056 | 4661 |
4662 int | |
4663 main () | |
4664 { | |
25897 | 4665 atoi(*tzname); |
40056 | 4666 ; |
4667 return 0; | |
4668 } | |
4669 _ACEOF | |
4670 rm -f conftest.$ac_objext conftest$ac_exeext | |
41148 | 4671 if { (eval echo "$as_me:4671: \"$ac_link\"") >&5 |
4672 (eval $ac_link) 2>&5 | |
4673 ac_status=$? | |
4674 echo "$as_me:4674: \$? = $ac_status" >&5 | |
4675 (exit $ac_status); } && | |
4676 { ac_try='test -s conftest$ac_exeext' | |
4677 { (eval echo "$as_me:4677: \"$ac_try\"") >&5 | |
4678 (eval $ac_try) 2>&5 | |
41100 | 4679 ac_status=$? |
4680 echo "$as_me:4680: \$? = $ac_status" >&5 | |
40056 | 4681 (exit $ac_status); }; }; then |
25897 | 4682 ac_cv_var_tzname=yes |
4683 else | |
40056 | 4684 echo "$as_me: failed program was:" >&5 |
4685 cat conftest.$ac_ext >&5 | |
4686 ac_cv_var_tzname=no | |
4687 fi | |
4688 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
4689 fi | |
41148 | 4690 echo "$as_me:4690: result: $ac_cv_var_tzname" >&5 |
40056 | 4691 echo "${ECHO_T}$ac_cv_var_tzname" >&6 |
25897 | 4692 if test $ac_cv_var_tzname = yes; then |
40056 | 4693 |
4694 cat >>confdefs.h <<\EOF | |
25897 | 4695 #define HAVE_TZNAME 1 |
4696 EOF | |
4697 | |
4698 fi | |
4699 fi | |
4700 | |
41148 | 4701 echo "$as_me:4701: checking for tm_gmtoff in struct tm" >&5 |
40056 | 4702 echo $ECHO_N "checking for tm_gmtoff in struct tm... $ECHO_C" >&6 |
4703 if test "${emacs_cv_tm_gmtoff+set}" = set; then | |
4704 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
4705 else | |
4706 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 4707 #line 4707 "configure" |
26081
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
4708 #include "confdefs.h" |
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
4709 #include <time.h> |
40056 | 4710 int |
4711 main () | |
4712 { | |
26081
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
4713 struct tm t; t.tm_gmtoff = 0 |
40056 | 4714 ; |
4715 return 0; | |
4716 } | |
4717 _ACEOF | |
4718 rm -f conftest.$ac_objext conftest$ac_exeext | |
41148 | 4719 if { (eval echo "$as_me:4719: \"$ac_link\"") >&5 |
4720 (eval $ac_link) 2>&5 | |
4721 ac_status=$? | |
4722 echo "$as_me:4722: \$? = $ac_status" >&5 | |
4723 (exit $ac_status); } && | |
4724 { ac_try='test -s conftest$ac_exeext' | |
4725 { (eval echo "$as_me:4725: \"$ac_try\"") >&5 | |
4726 (eval $ac_try) 2>&5 | |
41100 | 4727 ac_status=$? |
4728 echo "$as_me:4728: \$? = $ac_status" >&5 | |
40056 | 4729 (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
|
4730 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
|
4731 else |
40056 | 4732 echo "$as_me: failed program was:" >&5 |
4733 cat conftest.$ac_ext >&5 | |
4734 emacs_cv_tm_gmtoff=no | |
4735 fi | |
4736 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
4737 fi | |
41148 | 4738 echo "$as_me:4738: result: $emacs_cv_tm_gmtoff" >&5 |
40056 | 4739 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
|
4740 if test $emacs_cv_tm_gmtoff = yes; then |
40056 | 4741 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
|
4742 #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
|
4743 EOF |
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
4744 |
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
4745 fi |
25897 | 4746 |
41148 | 4747 echo "$as_me:4747: checking for $CC option to accept ANSI C" >&5 |
40056 | 4748 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6 |
4749 if test "${ac_cv_prog_cc_stdc+set}" = set; then | |
4750 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
28060 | 4751 else |
4752 ac_cv_prog_cc_stdc=no | |
40056 | 4753 ac_save_CC=$CC |
4754 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 4755 #line 4755 "configure" |
28060 | 4756 #include "confdefs.h" |
4757 #include <stdarg.h> | |
4758 #include <stdio.h> | |
4759 #include <sys/types.h> | |
4760 #include <sys/stat.h> | |
4761 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | |
4762 struct buf { int x; }; | |
4763 FILE * (*rcsopen) (struct buf *, struct stat *, int); | |
4764 static char *e (p, i) | |
4765 char **p; | |
4766 int i; | |
4767 { | |
4768 return p[i]; | |
4769 } | |
4770 static char *f (char * (*g) (char **, int), char **p, ...) | |
4771 { | |
4772 char *s; | |
4773 va_list v; | |
4774 va_start (v,p); | |
4775 s = g (p, va_arg (v,int)); | |
4776 va_end (v); | |
4777 return s; | |
4778 } | |
4779 int test (int i, double x); | |
4780 struct s1 {int (*f) (int a);}; | |
4781 struct s2 {int (*f) (double a);}; | |
4782 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | |
4783 int argc; | |
4784 char **argv; | |
40056 | 4785 int |
4786 main () | |
4787 { | |
28060 | 4788 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; |
40056 | 4789 ; |
4790 return 0; | |
4791 } | |
4792 _ACEOF | |
4793 # Don't try gcc -ansi; that turns off useful extensions and | |
4794 # breaks some systems' header files. | |
4795 # AIX -qlanglvl=ansi | |
4796 # Ultrix and OSF/1 -std1 | |
4797 # HP-UX 10.20 and later -Ae | |
4798 # HP-UX older versions -Aa -D_HPUX_SOURCE | |
4799 # SVR4 -Xc -D__EXTENSIONS__ | |
4800 for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" | |
4801 do | |
4802 CC="$ac_save_CC $ac_arg" | |
4803 rm -f conftest.$ac_objext | |
41148 | 4804 if { (eval echo "$as_me:4804: \"$ac_compile\"") >&5 |
40056 | 4805 (eval $ac_compile) 2>&5 |
4806 ac_status=$? | |
41148 | 4807 echo "$as_me:4807: \$? = $ac_status" >&5 |
4808 (exit $ac_status); } && | |
4809 { ac_try='test -s conftest.$ac_objext' | |
4810 { (eval echo "$as_me:4810: \"$ac_try\"") >&5 | |
4811 (eval $ac_try) 2>&5 | |
4812 ac_status=$? | |
41100 | 4813 echo "$as_me:4813: \$? = $ac_status" >&5 |
40056 | 4814 (exit $ac_status); }; }; then |
4815 ac_cv_prog_cc_stdc=$ac_arg | |
4816 break | |
4817 else | |
4818 echo "$as_me: failed program was:" >&5 | |
4819 cat conftest.$ac_ext >&5 | |
4820 fi | |
4821 rm -f conftest.$ac_objext | |
28060 | 4822 done |
40056 | 4823 rm -f conftest.$ac_ext conftest.$ac_objext |
4824 CC=$ac_save_CC | |
28060 | 4825 |
4826 fi | |
4827 | |
4828 case "x$ac_cv_prog_cc_stdc" in | |
4829 x|xno) | |
41148 | 4830 echo "$as_me:4830: result: none needed" >&5 |
40056 | 4831 echo "${ECHO_T}none needed" >&6 ;; |
28060 | 4832 *) |
41148 | 4833 echo "$as_me:4833: result: $ac_cv_prog_cc_stdc" >&5 |
40056 | 4834 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6 |
28060 | 4835 CC="$CC $ac_cv_prog_cc_stdc" ;; |
4836 esac | |
4837 | |
41148 | 4838 echo "$as_me:4838: checking for function prototypes" >&5 |
40056 | 4839 echo $ECHO_N "checking for function prototypes... $ECHO_C" >&6 |
28060 | 4840 if test "$ac_cv_prog_cc_stdc" != no; then |
41148 | 4841 echo "$as_me:4841: result: yes" >&5 |
40056 | 4842 echo "${ECHO_T}yes" >&6 |
4843 | |
4844 cat >>confdefs.h <<\EOF | |
28060 | 4845 #define PROTOTYPES 1 |
4846 EOF | |
4847 | |
4848 else | |
41148 | 4849 echo "$as_me:4849: result: no" >&5 |
40056 | 4850 echo "${ECHO_T}no" >&6 |
4851 fi | |
4852 | |
41148 | 4853 echo "$as_me:4853: checking for working volatile" >&5 |
40056 | 4854 echo $ECHO_N "checking for working volatile... $ECHO_C" >&6 |
4855 if test "${ac_cv_c_volatile+set}" = set; then | |
4856 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
4857 else | |
4858 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 4859 #line 4859 "configure" |
40056 | 4860 #include "confdefs.h" |
4861 | |
4862 int | |
4863 main () | |
4864 { | |
28060 | 4865 |
4866 volatile int x; | |
4867 int * volatile y; | |
40056 | 4868 ; |
4869 return 0; | |
4870 } | |
4871 _ACEOF | |
4872 rm -f conftest.$ac_objext | |
41148 | 4873 if { (eval echo "$as_me:4873: \"$ac_compile\"") >&5 |
40056 | 4874 (eval $ac_compile) 2>&5 |
4875 ac_status=$? | |
41148 | 4876 echo "$as_me:4876: \$? = $ac_status" >&5 |
4877 (exit $ac_status); } && | |
4878 { ac_try='test -s conftest.$ac_objext' | |
4879 { (eval echo "$as_me:4879: \"$ac_try\"") >&5 | |
4880 (eval $ac_try) 2>&5 | |
4881 ac_status=$? | |
41100 | 4882 echo "$as_me:4882: \$? = $ac_status" >&5 |
40056 | 4883 (exit $ac_status); }; }; then |
28060 | 4884 ac_cv_c_volatile=yes |
4885 else | |
40056 | 4886 echo "$as_me: failed program was:" >&5 |
4887 cat conftest.$ac_ext >&5 | |
4888 ac_cv_c_volatile=no | |
4889 fi | |
4890 rm -f conftest.$ac_objext conftest.$ac_ext | |
4891 fi | |
41148 | 4892 echo "$as_me:4892: result: $ac_cv_c_volatile" >&5 |
40056 | 4893 echo "${ECHO_T}$ac_cv_c_volatile" >&6 |
28060 | 4894 if test $ac_cv_c_volatile = no; then |
40056 | 4895 |
4896 cat >>confdefs.h <<\EOF | |
4897 #define volatile | |
4898 EOF | |
4899 | |
4900 fi | |
4901 | |
41148 | 4902 echo "$as_me:4902: checking for an ANSI C-conforming const" >&5 |
40056 | 4903 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6 |
4904 if test "${ac_cv_c_const+set}" = set; then | |
4905 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
4906 else | |
4907 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 4908 #line 4908 "configure" |
40056 | 4909 #include "confdefs.h" |
4910 | |
4911 int | |
4912 main () | |
4913 { | |
4914 /* FIXME: Include the comments suggested by Paul. */ | |
4915 #ifndef __cplusplus | |
4916 /* Ultrix mips cc rejects this. */ | |
4917 typedef int charset[2]; | |
4918 const charset x; | |
4919 /* SunOS 4.1.1 cc rejects this. */ | |
4920 char const *const *ccp; | |
4921 char **p; | |
4922 /* NEC SVR4.0.2 mips cc rejects this. */ | |
4923 struct point {int x, y;}; | |
4924 static struct point const zero = {0,0}; | |
4925 /* AIX XL C 1.02.0.0 rejects this. | |
4926 It does not let you subtract one const X* pointer from another in | |
4927 an arm of an if-expression whose if-part is not a constant | |
4928 expression */ | |
4929 const char *g = "string"; | |
4930 ccp = &g + (g ? g-g : 0); | |
4931 /* HPUX 7.0 cc rejects these. */ | |
4932 ++ccp; | |
4933 p = (char**) ccp; | |
4934 ccp = (char const *const *) p; | |
4935 { /* SCO 3.2v4 cc rejects this. */ | |
4936 char *t; | |
4937 char const *s = 0 ? (char *) 0 : (char const *) 0; | |
4938 | |
4939 *t++ = 0; | |
4940 } | |
4941 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ | |
4942 int x[] = {25, 17}; | |
4943 const int *foo = &x[0]; | |
4944 ++foo; | |
4945 } | |
4946 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ | |
4947 typedef const int *iptr; | |
4948 iptr p = 0; | |
4949 ++p; | |
4950 } | |
4951 { /* AIX XL C 1.02.0.0 rejects this saying | |
4952 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ | |
4953 struct s { int j; const int *ap[3]; }; | |
4954 struct s *b; b->j = 5; | |
4955 } | |
4956 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ | |
4957 const int foo = 10; | |
4958 } | |
4959 #endif | |
4960 | |
4961 ; | |
4962 return 0; | |
4963 } | |
4964 _ACEOF | |
4965 rm -f conftest.$ac_objext | |
41148 | 4966 if { (eval echo "$as_me:4966: \"$ac_compile\"") >&5 |
40056 | 4967 (eval $ac_compile) 2>&5 |
4968 ac_status=$? | |
41148 | 4969 echo "$as_me:4969: \$? = $ac_status" >&5 |
4970 (exit $ac_status); } && | |
4971 { ac_try='test -s conftest.$ac_objext' | |
4972 { (eval echo "$as_me:4972: \"$ac_try\"") >&5 | |
4973 (eval $ac_try) 2>&5 | |
4974 ac_status=$? | |
41100 | 4975 echo "$as_me:4975: \$? = $ac_status" >&5 |
40056 | 4976 (exit $ac_status); }; }; then |
25897 | 4977 ac_cv_c_const=yes |
4978 else | |
40056 | 4979 echo "$as_me: failed program was:" >&5 |
4980 cat conftest.$ac_ext >&5 | |
4981 ac_cv_c_const=no | |
4982 fi | |
4983 rm -f conftest.$ac_objext conftest.$ac_ext | |
4984 fi | |
41148 | 4985 echo "$as_me:4985: result: $ac_cv_c_const" >&5 |
40056 | 4986 echo "${ECHO_T}$ac_cv_c_const" >&6 |
25897 | 4987 if test $ac_cv_c_const = no; then |
40056 | 4988 |
4989 cat >>confdefs.h <<\EOF | |
4990 #define const | |
4991 EOF | |
4992 | |
4993 fi | |
4994 | |
41148 | 4995 echo "$as_me:4995: checking for void * support" >&5 |
40056 | 4996 echo $ECHO_N "checking for void * support... $ECHO_C" >&6 |
4997 if test "${emacs_cv_void_star+set}" = set; then | |
4998 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
4999 else | |
5000 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 5001 #line 5001 "configure" |
40056 | 5002 #include "confdefs.h" |
5003 | |
5004 int | |
5005 main () | |
5006 { | |
28060 | 5007 void * foo; |
40056 | 5008 ; |
5009 return 0; | |
5010 } | |
5011 _ACEOF | |
5012 rm -f conftest.$ac_objext | |
41148 | 5013 if { (eval echo "$as_me:5013: \"$ac_compile\"") >&5 |
40056 | 5014 (eval $ac_compile) 2>&5 |
5015 ac_status=$? | |
41148 | 5016 echo "$as_me:5016: \$? = $ac_status" >&5 |
5017 (exit $ac_status); } && | |
5018 { ac_try='test -s conftest.$ac_objext' | |
5019 { (eval echo "$as_me:5019: \"$ac_try\"") >&5 | |
5020 (eval $ac_try) 2>&5 | |
5021 ac_status=$? | |
41100 | 5022 echo "$as_me:5022: \$? = $ac_status" >&5 |
40056 | 5023 (exit $ac_status); }; }; then |
28060 | 5024 emacs_cv_void_star=yes |
5025 else | |
40056 | 5026 echo "$as_me: failed program was:" >&5 |
5027 cat conftest.$ac_ext >&5 | |
5028 emacs_cv_void_star=no | |
5029 fi | |
5030 rm -f conftest.$ac_objext conftest.$ac_ext | |
5031 fi | |
41148 | 5032 echo "$as_me:5032: result: $emacs_cv_void_star" >&5 |
40056 | 5033 echo "${ECHO_T}$emacs_cv_void_star" >&6 |
28060 | 5034 if test $emacs_cv_void_star = yes; then |
40056 | 5035 cat >>confdefs.h <<\EOF |
28060 | 5036 #define POINTER_TYPE void |
5037 EOF | |
5038 | |
5039 else | |
40056 | 5040 cat >>confdefs.h <<\EOF |
28060 | 5041 #define POINTER_TYPE char |
5042 EOF | |
5043 | |
5044 fi | |
25897 | 5045 |
41148 | 5046 echo "$as_me:5046: checking whether ${MAKE-make} sets \${MAKE}" >&5 |
40056 | 5047 echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6 |
5048 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'` | |
5049 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then | |
5050 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
5051 else | |
5052 cat >conftest.make <<\EOF | |
25897 | 5053 all: |
5054 @echo 'ac_maketemp="${MAKE}"' | |
5055 EOF | |
5056 # GNU make sometimes prints "make[1]: Entering...", which would confuse us. | |
40056 | 5057 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=` |
25897 | 5058 if test -n "$ac_maketemp"; then |
5059 eval ac_cv_prog_make_${ac_make}_set=yes | |
5060 else | |
5061 eval ac_cv_prog_make_${ac_make}_set=no | |
5062 fi | |
40056 | 5063 rm -f conftest.make |
25897 | 5064 fi |
5065 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then | |
41148 | 5066 echo "$as_me:5066: result: yes" >&5 |
40056 | 5067 echo "${ECHO_T}yes" >&6 |
25897 | 5068 SET_MAKE= |
5069 else | |
41148 | 5070 echo "$as_me:5070: result: no" >&5 |
40056 | 5071 echo "${ECHO_T}no" >&6 |
25897 | 5072 SET_MAKE="MAKE=${MAKE-make}" |
5073 fi | |
5074 | |
41148 | 5075 echo "$as_me:5075: checking for long file names" >&5 |
40056 | 5076 echo $ECHO_N "checking for long file names... $ECHO_C" >&6 |
5077 if test "${ac_cv_sys_long_file_names+set}" = set; then | |
5078 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
25897 | 5079 else |
5080 ac_cv_sys_long_file_names=yes | |
5081 # Test for long file names in all the places we know might matter: | |
5082 # . the current directory, where building will happen | |
5083 # $prefix/lib where we will be installing things | |
5084 # $exec_prefix/lib likewise | |
5085 # eval it to expand exec_prefix. | |
5086 # $TMPDIR if set, where it might want to write temporary files | |
5087 # if $TMPDIR is not set: | |
5088 # /tmp where it might want to write temporary files | |
5089 # /var/tmp likewise | |
5090 # /usr/tmp likewise | |
5091 if test -n "$TMPDIR" && test -d "$TMPDIR" && test -w "$TMPDIR"; then | |
40056 | 5092 ac_tmpdirs=$TMPDIR |
25897 | 5093 else |
5094 ac_tmpdirs='/tmp /var/tmp /usr/tmp' | |
5095 fi | |
5096 for ac_dir in . $ac_tmpdirs `eval echo $prefix/lib $exec_prefix/lib` ; do | |
5097 test -d $ac_dir || continue | |
5098 test -w $ac_dir || continue # It is less confusing to not echo anything here. | |
40056 | 5099 ac_xdir=$ac_dir/cf$$ |
5100 (umask 077 && mkdir $ac_xdir 2>/dev/null) || continue | |
5101 ac_tf1=$ac_xdir/conftest9012345 | |
5102 ac_tf2=$ac_xdir/conftest9012346 | |
5103 (echo 1 >$ac_tf1) 2>/dev/null | |
5104 (echo 2 >$ac_tf2) 2>/dev/null | |
5105 ac_val=`cat $ac_tf1 2>/dev/null` | |
5106 if test ! -f $ac_tf1 || test "$ac_val" != 1; then | |
25897 | 5107 ac_cv_sys_long_file_names=no |
40056 | 5108 rm -rf $ac_xdir 2>/dev/null |
25897 | 5109 break |
5110 fi | |
40056 | 5111 rm -rf $ac_xdir 2>/dev/null |
25897 | 5112 done |
5113 fi | |
41148 | 5114 echo "$as_me:5114: result: $ac_cv_sys_long_file_names" >&5 |
40056 | 5115 echo "${ECHO_T}$ac_cv_sys_long_file_names" >&6 |
25897 | 5116 if test $ac_cv_sys_long_file_names = yes; then |
40056 | 5117 |
5118 cat >>confdefs.h <<\EOF | |
25897 | 5119 #define HAVE_LONG_FILE_NAMES 1 |
5120 EOF | |
5121 | |
5122 fi | |
5123 | |
5124 #### Choose a window system. | |
5125 | |
41148 | 5126 echo "$as_me:5126: checking for X" >&5 |
40056 | 5127 echo $ECHO_N "checking for X... $ECHO_C" >&6 |
25897 | 5128 |
5129 # Check whether --with-x or --without-x was given. | |
5130 if test "${with_x+set}" = set; then | |
5131 withval="$with_x" | |
40056 | 5132 |
5133 fi; | |
25897 | 5134 # $have_x is `yes', `no', `disabled', or empty when we do not yet know. |
5135 if test "x$with_x" = xno; then | |
5136 # The user explicitly disabled X. | |
5137 have_x=disabled | |
5138 else | |
5139 if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then | |
5140 # Both variables are already set. | |
5141 have_x=yes | |
5142 else | |
40056 | 5143 if test "${ac_cv_have_x+set}" = set; then |
5144 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
25897 | 5145 else |
5146 # One or both of the vars are not set, and there is no cached value. | |
40056 | 5147 ac_x_includes=no ac_x_libraries=no |
5148 rm -fr conftest.dir | |
5149 if mkdir conftest.dir; then | |
5150 cd conftest.dir | |
25897 | 5151 # Make sure to not put "make" in the Imakefile rules, since we grep it out. |
40056 | 5152 cat >Imakefile <<'EOF' |
25897 | 5153 acfindx: |
5154 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"' | |
5155 EOF | |
5156 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then | |
5157 # GNU make sometimes prints "make[1]: Entering...", which would confuse us. | |
5158 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make` | |
5159 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR. | |
5160 for ac_extension in a so sl; do | |
5161 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension && | |
40056 | 5162 test -f $ac_im_libdir/libX11.$ac_extension; then |
25897 | 5163 ac_im_usrlibdir=$ac_im_libdir; break |
5164 fi | |
5165 done | |
5166 # Screen out bogus values from the imake configuration. They are | |
5167 # bogus both because they are the default anyway, and because | |
5168 # using them would break gcc on systems where it needs fixed includes. | |
40056 | 5169 case $ac_im_incroot in |
25897 | 5170 /usr/include) ;; |
40056 | 5171 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;; |
25897 | 5172 esac |
40056 | 5173 case $ac_im_usrlibdir in |
25897 | 5174 /usr/lib | /lib) ;; |
40056 | 5175 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;; |
25897 | 5176 esac |
5177 fi | |
5178 cd .. | |
40056 | 5179 rm -fr conftest.dir |
5180 fi | |
5181 | |
5182 # Standard set of common directories for X headers. | |
5183 # Check X11 before X11Rn because it is often a symlink to the current release. | |
5184 ac_x_header_dirs=' | |
5185 /usr/X11/include | |
5186 /usr/X11R6/include | |
5187 /usr/X11R5/include | |
5188 /usr/X11R4/include | |
5189 | |
5190 /usr/include/X11 | |
5191 /usr/include/X11R6 | |
5192 /usr/include/X11R5 | |
5193 /usr/include/X11R4 | |
5194 | |
5195 /usr/local/X11/include | |
5196 /usr/local/X11R6/include | |
5197 /usr/local/X11R5/include | |
5198 /usr/local/X11R4/include | |
5199 | |
5200 /usr/local/include/X11 | |
5201 /usr/local/include/X11R6 | |
5202 /usr/local/include/X11R5 | |
5203 /usr/local/include/X11R4 | |
5204 | |
5205 /usr/X386/include | |
5206 /usr/x386/include | |
5207 /usr/XFree86/include/X11 | |
5208 | |
5209 /usr/include | |
5210 /usr/local/include | |
5211 /usr/unsupported/include | |
5212 /usr/athena/include | |
5213 /usr/local/x11r5/include | |
5214 /usr/lpp/Xamples/include | |
5215 | |
5216 /usr/openwin/include | |
5217 /usr/openwin/share/include' | |
5218 | |
5219 if test "$ac_x_includes" = no; then | |
5220 # Guess where to find include files, by looking for Intrinsic.h. | |
25897 | 5221 # First, try using that file with no special directory specified. |
40056 | 5222 cat >conftest.$ac_ext <<_ACEOF |
41148 | 5223 #line 5223 "configure" |
40056 | 5224 #include "confdefs.h" |
5225 #include <X11/Intrinsic.h> | |
5226 _ACEOF | |
41148 | 5227 if { (eval echo "$as_me:5227: \"$ac_cpp conftest.$ac_ext\"") >&5 |
40056 | 5228 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
5229 ac_status=$? | |
5230 egrep -v '^ *\+' conftest.er1 >conftest.err | |
5231 rm -f conftest.er1 | |
5232 cat conftest.err >&5 | |
41148 | 5233 echo "$as_me:5233: \$? = $ac_status" >&5 |
40056 | 5234 (exit $ac_status); } >/dev/null; then |
5235 if test -s conftest.err; then | |
5236 ac_cpp_err=$ac_c_preproc_warn_flag | |
5237 else | |
5238 ac_cpp_err= | |
5239 fi | |
5240 else | |
5241 ac_cpp_err=yes | |
5242 fi | |
5243 if test -z "$ac_cpp_err"; then | |
25897 | 5244 # We can compile using X headers with no special include directory. |
5245 ac_x_includes= | |
5246 else | |
40056 | 5247 echo "$as_me: failed program was:" >&5 |
25897 | 5248 cat conftest.$ac_ext >&5 |
40056 | 5249 for ac_dir in $ac_x_header_dirs; do |
5250 if test -r "$ac_dir/X11/Intrinsic.h"; then | |
5251 ac_x_includes=$ac_dir | |
5252 break | |
5253 fi | |
5254 done | |
5255 fi | |
5256 rm -f conftest.err conftest.$ac_ext | |
5257 fi # $ac_x_includes = no | |
5258 | |
5259 if test "$ac_x_libraries" = no; then | |
25897 | 5260 # Check for the libraries. |
5261 # See if we find them without any special options. | |
5262 # Don't add to $LIBS permanently. | |
40056 | 5263 ac_save_LIBS=$LIBS |
5264 LIBS="-lXt $LIBS" | |
5265 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 5266 #line 5266 "configure" |
40056 | 5267 #include "confdefs.h" |
5268 #include <X11/Intrinsic.h> | |
5269 int | |
5270 main () | |
5271 { | |
5272 XtMalloc (0) | |
5273 ; | |
5274 return 0; | |
5275 } | |
5276 _ACEOF | |
5277 rm -f conftest.$ac_objext conftest$ac_exeext | |
41148 | 5278 if { (eval echo "$as_me:5278: \"$ac_link\"") >&5 |
5279 (eval $ac_link) 2>&5 | |
5280 ac_status=$? | |
5281 echo "$as_me:5281: \$? = $ac_status" >&5 | |
5282 (exit $ac_status); } && | |
5283 { ac_try='test -s conftest$ac_exeext' | |
5284 { (eval echo "$as_me:5284: \"$ac_try\"") >&5 | |
5285 (eval $ac_try) 2>&5 | |
41100 | 5286 ac_status=$? |
5287 echo "$as_me:5287: \$? = $ac_status" >&5 | |
40056 | 5288 (exit $ac_status); }; }; then |
5289 LIBS=$ac_save_LIBS | |
25897 | 5290 # We can link X programs with no special library path. |
5291 ac_x_libraries= | |
5292 else | |
40056 | 5293 echo "$as_me: failed program was:" >&5 |
5294 cat conftest.$ac_ext >&5 | |
5295 LIBS=$ac_save_LIBS | |
5296 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g` | |
25897 | 5297 do |
40056 | 5298 # Don't even attempt the hair of trying to link an X program! |
25897 | 5299 for ac_extension in a so sl; do |
40056 | 5300 if test -r $ac_dir/libXt.$ac_extension; then |
25897 | 5301 ac_x_libraries=$ac_dir |
5302 break 2 | |
5303 fi | |
5304 done | |
5305 done | |
5306 fi | |
40056 | 5307 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
5308 fi # $ac_x_libraries = no | |
5309 | |
5310 if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then | |
25897 | 5311 # Didn't find X anywhere. Cache the known absence of X. |
5312 ac_cv_have_x="have_x=no" | |
5313 else | |
5314 # Record where we found X for the cache. | |
5315 ac_cv_have_x="have_x=yes \ | |
5316 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries" | |
5317 fi | |
5318 fi | |
40056 | 5319 |
25897 | 5320 fi |
5321 eval "$ac_cv_have_x" | |
5322 fi # $with_x != no | |
5323 | |
5324 if test "$have_x" != yes; then | |
41148 | 5325 echo "$as_me:5325: result: $have_x" >&5 |
40056 | 5326 echo "${ECHO_T}$have_x" >&6 |
25897 | 5327 no_x=yes |
5328 else | |
5329 # If each of the values was on the command line, it overrides each guess. | |
5330 test "x$x_includes" = xNONE && x_includes=$ac_x_includes | |
5331 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries | |
5332 # Update the cache value to reflect the command line values. | |
5333 ac_cv_have_x="have_x=yes \ | |
5334 ac_x_includes=$x_includes ac_x_libraries=$x_libraries" | |
41148 | 5335 echo "$as_me:5335: result: libraries $x_libraries, headers $x_includes" >&5 |
40056 | 5336 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6 |
25897 | 5337 fi |
5338 | |
5339 if test "$no_x" = yes; then | |
5340 window_system=none | |
5341 else | |
5342 window_system=x11 | |
5343 fi | |
5344 | |
5345 if test "${x_libraries}" != NONE && test -n "${x_libraries}"; then | |
5346 LD_SWITCH_X_SITE=-L`echo ${x_libraries} | sed -e "s/:/ -L/g"` | |
5347 LD_SWITCH_X_SITE_AUX=-R`echo ${x_libraries} | sed -e "s/:/ -R/g"` | |
5348 x_default_search_path="" | |
5349 for x_library in `echo ${x_libraries} | sed -e "s/:/ /g"`; do | |
35666 | 5350 x_search_path="\ |
5351 ${x_library}/X11/%L/%T/%N%C%S:\ | |
5352 ${x_library}/X11/%l/%T/%N%C%S:\ | |
5353 ${x_library}/X11/%T/%N%C%S:\ | |
5354 ${x_library}/X11/%L/%T/%N%S:\ | |
5355 ${x_library}/X11/%l/%T/%N%S:\ | |
5356 ${x_library}/X11/%T/%N%S" | |
25897 | 5357 if test x"${x_default_search_path}" = x; then |
5358 x_default_search_path=${x_search_path} | |
5359 else | |
5360 x_default_search_path="${x_search_path}:${x_default_search_path}" | |
5361 fi | |
5362 done | |
5363 fi | |
5364 if test "${x_includes}" != NONE && test -n "${x_includes}"; then | |
5365 C_SWITCH_X_SITE=-I`echo ${x_includes} | sed -e "s/:/ -I/g"` | |
5366 fi | |
5367 | |
5368 if test x"${x_includes}" = x; then | |
5369 bitmapdir=/usr/include/X11/bitmaps | |
5370 else | |
5371 # accumulate include directories that have X11 bitmap subdirectories | |
5372 bmd_acc="dummyval" | |
5373 for bmd in `echo ${x_includes} | sed -e "s/:/ /g"`; do | |
5374 if test -d "${bmd}/X11/bitmaps"; then | |
5375 bmd_acc="${bmd_acc}:${bmd}/X11/bitmaps" | |
26502 | 5376 fi |
5377 if test -d "${bmd}/bitmaps"; then | |
25897 | 5378 bmd_acc="${bmd_acc}:${bmd}/bitmaps" |
5379 fi | |
5380 done | |
5381 if test ${bmd_acc} != "dummyval"; then | |
5382 bitmapdir=`echo ${bmd_acc} | sed -e "s/^dummyval://"` | |
5383 fi | |
5384 fi | |
5385 | |
5386 case "${window_system}" in | |
5387 x11 ) | |
5388 HAVE_X_WINDOWS=yes | |
5389 HAVE_X11=yes | |
5390 case "${with_x_toolkit}" in | |
5391 athena | lucid ) USE_X_TOOLKIT=LUCID ;; | |
5392 motif ) USE_X_TOOLKIT=MOTIF ;; | |
5393 no ) USE_X_TOOLKIT=none ;; | |
5394 * ) USE_X_TOOLKIT=maybe ;; | |
5395 esac | |
5396 ;; | |
5397 none ) | |
5398 HAVE_X_WINDOWS=no | |
5399 HAVE_X11=no | |
5400 USE_X_TOOLKIT=none | |
5401 ;; | |
5402 esac | |
5403 | |
5404 ### If we're using X11, we should use the X menu package. | |
5405 HAVE_MENUS=no | |
5406 case ${HAVE_X11} in | |
5407 yes ) HAVE_MENUS=yes ;; | |
5408 esac | |
40056 | 5409 |
25897 | 5410 if test "${opsys}" = "hpux9"; then |
5411 case "${x_libraries}" in | |
5412 *X11R4* ) | |
5413 opsysfile="s/hpux9-x11r4.h" | |
5414 ;; | |
5415 esac | |
5416 fi | |
5417 | |
5418 if test "${opsys}" = "hpux9shr"; then | |
5419 case "${x_libraries}" in | |
5420 *X11R4* ) | |
5421 opsysfile="s/hpux9shxr4.h" | |
5422 ;; | |
5423 esac | |
5424 fi | |
5425 | |
5426 ### Compute the unexec source name from the object name. | |
5427 UNEXEC_SRC="`echo ${unexec} | sed 's/\.o/.c/'`" | |
5428 | |
5429 # Do the opsystem or machine files prohibit the use of the GNU malloc? | |
5430 # Assume not, until told otherwise. | |
5431 GNU_MALLOC=yes | |
5432 doug_lea_malloc=yes | |
41148 | 5433 echo "$as_me:5433: checking for malloc_get_state" >&5 |
40056 | 5434 echo $ECHO_N "checking for malloc_get_state... $ECHO_C" >&6 |
5435 if test "${ac_cv_func_malloc_get_state+set}" = set; then | |
5436 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
5437 else | |
5438 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 5439 #line 5439 "configure" |
25897 | 5440 #include "confdefs.h" |
5441 /* System header to define __stub macros and hopefully few prototypes, | |
40056 | 5442 which can conflict with char malloc_get_state (); below. */ |
25897 | 5443 #include <assert.h> |
5444 /* Override any gcc2 internal prototype to avoid an error. */ | |
40056 | 5445 #ifdef __cplusplus |
5446 extern "C" | |
5447 #endif | |
25897 | 5448 /* We use char because int might match the return type of a gcc2 |
40056 | 5449 builtin and then its argument prototype would still apply. */ |
5450 char malloc_get_state (); | |
5451 char (*f) (); | |
5452 | |
5453 int | |
5454 main () | |
5455 { | |
25897 | 5456 /* The GNU C library defines this for functions which it implements |
5457 to always fail with ENOSYS. Some functions are actually named | |
5458 something starting with __ and the normal name is an alias. */ | |
5459 #if defined (__stub_malloc_get_state) || defined (__stub___malloc_get_state) | |
5460 choke me | |
5461 #else | |
40056 | 5462 f = malloc_get_state; |
5463 #endif | |
5464 | |
5465 ; | |
5466 return 0; | |
5467 } | |
5468 _ACEOF | |
5469 rm -f conftest.$ac_objext conftest$ac_exeext | |
41148 | 5470 if { (eval echo "$as_me:5470: \"$ac_link\"") >&5 |
5471 (eval $ac_link) 2>&5 | |
5472 ac_status=$? | |
5473 echo "$as_me:5473: \$? = $ac_status" >&5 | |
5474 (exit $ac_status); } && | |
5475 { ac_try='test -s conftest$ac_exeext' | |
5476 { (eval echo "$as_me:5476: \"$ac_try\"") >&5 | |
5477 (eval $ac_try) 2>&5 | |
41100 | 5478 ac_status=$? |
5479 echo "$as_me:5479: \$? = $ac_status" >&5 | |
40056 | 5480 (exit $ac_status); }; }; then |
5481 ac_cv_func_malloc_get_state=yes | |
5482 else | |
5483 echo "$as_me: failed program was:" >&5 | |
5484 cat conftest.$ac_ext >&5 | |
5485 ac_cv_func_malloc_get_state=no | |
5486 fi | |
5487 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
5488 fi | |
41148 | 5489 echo "$as_me:5489: result: $ac_cv_func_malloc_get_state" >&5 |
40056 | 5490 echo "${ECHO_T}$ac_cv_func_malloc_get_state" >&6 |
5491 if test $ac_cv_func_malloc_get_state = yes; then | |
25897 | 5492 : |
5493 else | |
40056 | 5494 doug_lea_malloc=no |
5495 fi | |
5496 | |
41148 | 5497 echo "$as_me:5497: checking for malloc_set_state" >&5 |
40056 | 5498 echo $ECHO_N "checking for malloc_set_state... $ECHO_C" >&6 |
5499 if test "${ac_cv_func_malloc_set_state+set}" = set; then | |
5500 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
5501 else | |
5502 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 5503 #line 5503 "configure" |
25897 | 5504 #include "confdefs.h" |
5505 /* System header to define __stub macros and hopefully few prototypes, | |
40056 | 5506 which can conflict with char malloc_set_state (); below. */ |
25897 | 5507 #include <assert.h> |
5508 /* Override any gcc2 internal prototype to avoid an error. */ | |
40056 | 5509 #ifdef __cplusplus |
5510 extern "C" | |
5511 #endif | |
25897 | 5512 /* We use char because int might match the return type of a gcc2 |
40056 | 5513 builtin and then its argument prototype would still apply. */ |
5514 char malloc_set_state (); | |
5515 char (*f) (); | |
5516 | |
5517 int | |
5518 main () | |
5519 { | |
25897 | 5520 /* The GNU C library defines this for functions which it implements |
5521 to always fail with ENOSYS. Some functions are actually named | |
5522 something starting with __ and the normal name is an alias. */ | |
5523 #if defined (__stub_malloc_set_state) || defined (__stub___malloc_set_state) | |
5524 choke me | |
5525 #else | |
40056 | 5526 f = malloc_set_state; |
5527 #endif | |
5528 | |
5529 ; | |
5530 return 0; | |
5531 } | |
5532 _ACEOF | |
5533 rm -f conftest.$ac_objext conftest$ac_exeext | |
41148 | 5534 if { (eval echo "$as_me:5534: \"$ac_link\"") >&5 |
5535 (eval $ac_link) 2>&5 | |
5536 ac_status=$? | |
5537 echo "$as_me:5537: \$? = $ac_status" >&5 | |
5538 (exit $ac_status); } && | |
5539 { ac_try='test -s conftest$ac_exeext' | |
5540 { (eval echo "$as_me:5540: \"$ac_try\"") >&5 | |
5541 (eval $ac_try) 2>&5 | |
41100 | 5542 ac_status=$? |
5543 echo "$as_me:5543: \$? = $ac_status" >&5 | |
40056 | 5544 (exit $ac_status); }; }; then |
5545 ac_cv_func_malloc_set_state=yes | |
5546 else | |
5547 echo "$as_me: failed program was:" >&5 | |
5548 cat conftest.$ac_ext >&5 | |
5549 ac_cv_func_malloc_set_state=no | |
5550 fi | |
5551 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
5552 fi | |
41148 | 5553 echo "$as_me:5553: result: $ac_cv_func_malloc_set_state" >&5 |
40056 | 5554 echo "${ECHO_T}$ac_cv_func_malloc_set_state" >&6 |
5555 if test $ac_cv_func_malloc_set_state = yes; then | |
25897 | 5556 : |
5557 else | |
40056 | 5558 doug_lea_malloc=no |
5559 fi | |
5560 | |
41148 | 5561 echo "$as_me:5561: checking whether __after_morecore_hook exists" >&5 |
40056 | 5562 echo $ECHO_N "checking whether __after_morecore_hook exists... $ECHO_C" >&6 |
5563 if test "${emacs_cv_var___after_morecore_hook+set}" = set; then | |
5564 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
5565 else | |
5566 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 5567 #line 5567 "configure" |
25897 | 5568 #include "confdefs.h" |
5569 extern void (* __after_morecore_hook)(); | |
40056 | 5570 int |
5571 main () | |
5572 { | |
25897 | 5573 __after_morecore_hook = 0 |
40056 | 5574 ; |
5575 return 0; | |
5576 } | |
5577 _ACEOF | |
5578 rm -f conftest.$ac_objext conftest$ac_exeext | |
41148 | 5579 if { (eval echo "$as_me:5579: \"$ac_link\"") >&5 |
5580 (eval $ac_link) 2>&5 | |
5581 ac_status=$? | |
5582 echo "$as_me:5582: \$? = $ac_status" >&5 | |
5583 (exit $ac_status); } && | |
5584 { ac_try='test -s conftest$ac_exeext' | |
5585 { (eval echo "$as_me:5585: \"$ac_try\"") >&5 | |
5586 (eval $ac_try) 2>&5 | |
41100 | 5587 ac_status=$? |
5588 echo "$as_me:5588: \$? = $ac_status" >&5 | |
40056 | 5589 (exit $ac_status); }; }; then |
25897 | 5590 emacs_cv_var___after_morecore_hook=yes |
5591 else | |
40056 | 5592 echo "$as_me: failed program was:" >&5 |
5593 cat conftest.$ac_ext >&5 | |
5594 emacs_cv_var___after_morecore_hook=no | |
5595 fi | |
5596 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
5597 fi | |
41148 | 5598 echo "$as_me:5598: result: $emacs_cv_var___after_morecore_hook" >&5 |
40056 | 5599 echo "${ECHO_T}$emacs_cv_var___after_morecore_hook" >&6 |
25897 | 5600 if test $emacs_cv_var___after_morecore_hook = no; then |
5601 doug_lea_malloc=no | |
5602 fi | |
5603 if test "${system_malloc}" = "yes"; then | |
5604 GNU_MALLOC=no | |
5605 GNU_MALLOC_reason=" | |
5606 (The GNU allocators don't work with this system configuration.)" | |
5607 fi | |
5608 if test "$doug_lea_malloc" = "yes" ; then | |
5609 if test "$GNU_MALLOC" = yes ; then | |
5610 GNU_MALLOC_reason=" | |
5611 (Using Doug Lea's new malloc from the GNU C Library.)" | |
5612 fi | |
40056 | 5613 cat >>confdefs.h <<\EOF |
25897 | 5614 #define DOUG_LEA_MALLOC 1 |
5615 EOF | |
5616 | |
5617 fi | |
5618 | |
5619 if test x"${REL_ALLOC}" = x; then | |
5620 REL_ALLOC=${GNU_MALLOC} | |
5621 fi | |
5622 | |
40056 | 5623 # On IRIX 5.3, sys/types and inttypes.h are conflicting. |
5624 | |
5625 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ | |
5626 inttypes.h stdint.h unistd.h | |
31417 | 5627 do |
40056 | 5628 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
41148 | 5629 echo "$as_me:5629: checking for $ac_header" >&5 |
40056 | 5630 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
5631 if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
5632 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
5633 else | |
5634 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 5635 #line 5635 "configure" |
40056 | 5636 #include "confdefs.h" |
5637 $ac_includes_default | |
5638 #include <$ac_header> | |
5639 _ACEOF | |
5640 rm -f conftest.$ac_objext | |
41148 | 5641 if { (eval echo "$as_me:5641: \"$ac_compile\"") >&5 |
40056 | 5642 (eval $ac_compile) 2>&5 |
5643 ac_status=$? | |
41148 | 5644 echo "$as_me:5644: \$? = $ac_status" >&5 |
5645 (exit $ac_status); } && | |
5646 { ac_try='test -s conftest.$ac_objext' | |
5647 { (eval echo "$as_me:5647: \"$ac_try\"") >&5 | |
5648 (eval $ac_try) 2>&5 | |
5649 ac_status=$? | |
41100 | 5650 echo "$as_me:5650: \$? = $ac_status" >&5 |
40056 | 5651 (exit $ac_status); }; }; then |
5652 eval "$as_ac_Header=yes" | |
5653 else | |
5654 echo "$as_me: failed program was:" >&5 | |
5655 cat conftest.$ac_ext >&5 | |
5656 eval "$as_ac_Header=no" | |
5657 fi | |
5658 rm -f conftest.$ac_objext conftest.$ac_ext | |
5659 fi | |
41148 | 5660 echo "$as_me:5660: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
40056 | 5661 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
5662 if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
5663 cat >>confdefs.h <<EOF | |
5664 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
5665 EOF | |
5666 | |
5667 fi | |
5668 done | |
5669 | |
5670 for ac_header in stdlib.h unistd.h | |
5671 do | |
5672 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
41148 | 5673 echo "$as_me:5673: checking for $ac_header" >&5 |
40056 | 5674 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
5675 if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
5676 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
5677 else | |
5678 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 5679 #line 5679 "configure" |
40056 | 5680 #include "confdefs.h" |
5681 #include <$ac_header> | |
5682 _ACEOF | |
41148 | 5683 if { (eval echo "$as_me:5683: \"$ac_cpp conftest.$ac_ext\"") >&5 |
40056 | 5684 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
5685 ac_status=$? | |
5686 egrep -v '^ *\+' conftest.er1 >conftest.err | |
5687 rm -f conftest.er1 | |
5688 cat conftest.err >&5 | |
41148 | 5689 echo "$as_me:5689: \$? = $ac_status" >&5 |
40056 | 5690 (exit $ac_status); } >/dev/null; then |
5691 if test -s conftest.err; then | |
5692 ac_cpp_err=$ac_c_preproc_warn_flag | |
5693 else | |
5694 ac_cpp_err= | |
5695 fi | |
5696 else | |
5697 ac_cpp_err=yes | |
5698 fi | |
5699 if test -z "$ac_cpp_err"; then | |
5700 eval "$as_ac_Header=yes" | |
5701 else | |
5702 echo "$as_me: failed program was:" >&5 | |
31417 | 5703 cat conftest.$ac_ext >&5 |
40056 | 5704 eval "$as_ac_Header=no" |
5705 fi | |
5706 rm -f conftest.err conftest.$ac_ext | |
5707 fi | |
41148 | 5708 echo "$as_me:5708: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
40056 | 5709 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
5710 if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
5711 cat >>confdefs.h <<EOF | |
5712 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
5713 EOF | |
5714 | |
31417 | 5715 fi |
5716 done | |
5717 | |
5718 for ac_func in getpagesize | |
5719 do | |
40056 | 5720 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
41148 | 5721 echo "$as_me:5721: checking for $ac_func" >&5 |
40056 | 5722 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 |
5723 if eval "test \"\${$as_ac_var+set}\" = set"; then | |
5724 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
5725 else | |
5726 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 5727 #line 5727 "configure" |
31417 | 5728 #include "confdefs.h" |
5729 /* System header to define __stub macros and hopefully few prototypes, | |
40056 | 5730 which can conflict with char $ac_func (); below. */ |
31417 | 5731 #include <assert.h> |
5732 /* Override any gcc2 internal prototype to avoid an error. */ | |
40056 | 5733 #ifdef __cplusplus |
5734 extern "C" | |
5735 #endif | |
31417 | 5736 /* We use char because int might match the return type of a gcc2 |
40056 | 5737 builtin and then its argument prototype would still apply. */ |
5738 char $ac_func (); | |
5739 char (*f) (); | |
5740 | |
5741 int | |
5742 main () | |
5743 { | |
31417 | 5744 /* The GNU C library defines this for functions which it implements |
5745 to always fail with ENOSYS. Some functions are actually named | |
5746 something starting with __ and the normal name is an alias. */ | |
5747 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
5748 choke me | |
5749 #else | |
40056 | 5750 f = $ac_func; |
5751 #endif | |
5752 | |
5753 ; | |
5754 return 0; | |
5755 } | |
5756 _ACEOF | |
5757 rm -f conftest.$ac_objext conftest$ac_exeext | |
41148 | 5758 if { (eval echo "$as_me:5758: \"$ac_link\"") >&5 |
5759 (eval $ac_link) 2>&5 | |
5760 ac_status=$? | |
5761 echo "$as_me:5761: \$? = $ac_status" >&5 | |
5762 (exit $ac_status); } && | |
5763 { ac_try='test -s conftest$ac_exeext' | |
5764 { (eval echo "$as_me:5764: \"$ac_try\"") >&5 | |
5765 (eval $ac_try) 2>&5 | |
41100 | 5766 ac_status=$? |
5767 echo "$as_me:5767: \$? = $ac_status" >&5 | |
40056 | 5768 (exit $ac_status); }; }; then |
5769 eval "$as_ac_var=yes" | |
5770 else | |
5771 echo "$as_me: failed program was:" >&5 | |
5772 cat conftest.$ac_ext >&5 | |
5773 eval "$as_ac_var=no" | |
5774 fi | |
5775 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
5776 fi | |
41148 | 5777 echo "$as_me:5777: result: `eval echo '${'$as_ac_var'}'`" >&5 |
40056 | 5778 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 |
5779 if test `eval echo '${'$as_ac_var'}'` = yes; then | |
5780 cat >>confdefs.h <<EOF | |
5781 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
5782 EOF | |
5783 | |
31417 | 5784 fi |
5785 done | |
5786 | |
41148 | 5787 echo "$as_me:5787: checking for working mmap" >&5 |
40056 | 5788 echo $ECHO_N "checking for working mmap... $ECHO_C" >&6 |
5789 if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then | |
5790 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
31417 | 5791 else |
5792 if test "$cross_compiling" = yes; then | |
5793 ac_cv_func_mmap_fixed_mapped=no | |
5794 else | |
40056 | 5795 cat >conftest.$ac_ext <<_ACEOF |
41148 | 5796 #line 5796 "configure" |
40056 | 5797 #include "confdefs.h" |
5798 $ac_includes_default | |
31417 | 5799 /* Thanks to Mike Haertel and Jim Avera for this test. |
5800 Here is a matrix of mmap possibilities: | |
5801 mmap private not fixed | |
5802 mmap private fixed at somewhere currently unmapped | |
5803 mmap private fixed at somewhere already mapped | |
5804 mmap shared not fixed | |
5805 mmap shared fixed at somewhere currently unmapped | |
5806 mmap shared fixed at somewhere already mapped | |
5807 For private mappings, we should verify that changes cannot be read() | |
5808 back from the file, nor mmap's back from the file at a different | |
5809 address. (There have been systems where private was not correctly | |
5810 implemented like the infamous i386 svr4.0, and systems where the | |
31512 | 5811 VM page cache was not coherent with the file system buffer cache |
31417 | 5812 like early versions of FreeBSD and possibly contemporary NetBSD.) |
5813 For shared mappings, we should conversely verify that changes get | |
5814 propogated back to all the places they're supposed to be. | |
5815 | |
5816 Grep wants private fixed already mapped. | |
5817 The main things grep needs to know about mmap are: | |
5818 * does it exist and is it safe to write into the mmap'd area | |
5819 * how to use it (BSD variants) */ | |
40056 | 5820 |
31417 | 5821 #include <fcntl.h> |
5822 #include <sys/mman.h> | |
5823 | |
40056 | 5824 #if !STDC_HEADERS && !HAVE_STDLIB_H |
31512 | 5825 char *malloc (); |
5826 #endif | |
5827 | |
31417 | 5828 /* This mess was copied from the GNU getpagesize.h. */ |
31512 | 5829 #if !HAVE_GETPAGESIZE |
31417 | 5830 /* Assume that all systems that can run configure have sys/param.h. */ |
31512 | 5831 # if !HAVE_SYS_PARAM_H |
31417 | 5832 # define HAVE_SYS_PARAM_H 1 |
5833 # endif | |
5834 | |
5835 # ifdef _SC_PAGESIZE | |
5836 # define getpagesize() sysconf(_SC_PAGESIZE) | |
5837 # else /* no _SC_PAGESIZE */ | |
31512 | 5838 # if HAVE_SYS_PARAM_H |
31417 | 5839 # include <sys/param.h> |
5840 # ifdef EXEC_PAGESIZE | |
5841 # define getpagesize() EXEC_PAGESIZE | |
5842 # else /* no EXEC_PAGESIZE */ | |
5843 # ifdef NBPG | |
5844 # define getpagesize() NBPG * CLSIZE | |
5845 # ifndef CLSIZE | |
5846 # define CLSIZE 1 | |
5847 # endif /* no CLSIZE */ | |
5848 # else /* no NBPG */ | |
5849 # ifdef NBPC | |
5850 # define getpagesize() NBPC | |
5851 # else /* no NBPC */ | |
5852 # ifdef PAGESIZE | |
5853 # define getpagesize() PAGESIZE | |
5854 # endif /* PAGESIZE */ | |
5855 # endif /* no NBPC */ | |
5856 # endif /* no NBPG */ | |
5857 # endif /* no EXEC_PAGESIZE */ | |
5858 # else /* no HAVE_SYS_PARAM_H */ | |
5859 # define getpagesize() 8192 /* punt totally */ | |
5860 # endif /* no HAVE_SYS_PARAM_H */ | |
5861 # endif /* no _SC_PAGESIZE */ | |
5862 | |
5863 #endif /* no HAVE_GETPAGESIZE */ | |
5864 | |
5865 int | |
31512 | 5866 main () |
31417 | 5867 { |
31512 | 5868 char *data, *data2, *data3; |
5869 int i, pagesize; | |
5870 int fd; | |
5871 | |
5872 pagesize = getpagesize (); | |
5873 | |
5874 /* First, make a file with some known garbage in it. */ | |
5875 data = (char *) malloc (pagesize); | |
5876 if (!data) | |
5877 exit (1); | |
5878 for (i = 0; i < pagesize; ++i) | |
5879 *(data + i) = rand (); | |
5880 umask (0); | |
40056 | 5881 fd = creat ("conftest.mmap", 0600); |
31512 | 5882 if (fd < 0) |
5883 exit (1); | |
5884 if (write (fd, data, pagesize) != pagesize) | |
5885 exit (1); | |
5886 close (fd); | |
5887 | |
5888 /* Next, try to mmap the file at a fixed address which already has | |
5889 something else allocated at it. If we can, also make sure that | |
5890 we see the same garbage. */ | |
40056 | 5891 fd = open ("conftest.mmap", O_RDWR); |
31512 | 5892 if (fd < 0) |
5893 exit (1); | |
5894 data2 = (char *) malloc (2 * pagesize); | |
5895 if (!data2) | |
5896 exit (1); | |
5897 data2 += (pagesize - ((int) data2 & (pagesize - 1))) & (pagesize - 1); | |
5898 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE, | |
5899 MAP_PRIVATE | MAP_FIXED, fd, 0L)) | |
5900 exit (1); | |
5901 for (i = 0; i < pagesize; ++i) | |
5902 if (*(data + i) != *(data2 + i)) | |
5903 exit (1); | |
5904 | |
5905 /* Finally, make sure that changes to the mapped area do not | |
5906 percolate back to the file as seen by read(). (This is a bug on | |
5907 some variants of i386 svr4.0.) */ | |
5908 for (i = 0; i < pagesize; ++i) | |
5909 *(data2 + i) = *(data2 + i) + 1; | |
5910 data3 = (char *) malloc (pagesize); | |
5911 if (!data3) | |
5912 exit (1); | |
5913 if (read (fd, data3, pagesize) != pagesize) | |
5914 exit (1); | |
5915 for (i = 0; i < pagesize; ++i) | |
5916 if (*(data + i) != *(data3 + i)) | |
5917 exit (1); | |
5918 close (fd); | |
5919 exit (0); | |
31417 | 5920 } |
40056 | 5921 _ACEOF |
5922 rm -f conftest$ac_exeext | |
41148 | 5923 if { (eval echo "$as_me:5923: \"$ac_link\"") >&5 |
5924 (eval $ac_link) 2>&5 | |
5925 ac_status=$? | |
5926 echo "$as_me:5926: \$? = $ac_status" >&5 | |
40056 | 5927 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
41148 | 5928 { (eval echo "$as_me:5928: \"$ac_try\"") >&5 |
5929 (eval $ac_try) 2>&5 | |
5930 ac_status=$? | |
5931 echo "$as_me:5931: \$? = $ac_status" >&5 | |
40056 | 5932 (exit $ac_status); }; }; then |
31417 | 5933 ac_cv_func_mmap_fixed_mapped=yes |
5934 else | |
40056 | 5935 echo "$as_me: program exited with status $ac_status" >&5 |
5936 echo "$as_me: failed program was:" >&5 | |
5937 cat conftest.$ac_ext >&5 | |
5938 ac_cv_func_mmap_fixed_mapped=no | |
5939 fi | |
5940 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | |
5941 fi | |
5942 fi | |
41148 | 5943 echo "$as_me:5943: result: $ac_cv_func_mmap_fixed_mapped" >&5 |
40056 | 5944 echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6 |
31417 | 5945 if test $ac_cv_func_mmap_fixed_mapped = yes; then |
40056 | 5946 |
5947 cat >>confdefs.h <<\EOF | |
31417 | 5948 #define HAVE_MMAP 1 |
5949 EOF | |
5950 | |
5951 fi | |
40056 | 5952 rm -f conftest.mmap |
31417 | 5953 |
31607 | 5954 if test $use_mmap_for_buffers = yes; then |
5955 REL_ALLOC=no | |
31417 | 5956 fi |
5957 | |
25897 | 5958 LIBS="$libsrc_libs $LIBS" |
5959 | |
41148 | 5960 echo "$as_me:5960: checking for dnet_ntoa in -ldnet" >&5 |
40056 | 5961 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6 |
5962 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then | |
5963 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
5964 else | |
5965 ac_check_lib_save_LIBS=$LIBS | |
25897 | 5966 LIBS="-ldnet $LIBS" |
40056 | 5967 cat >conftest.$ac_ext <<_ACEOF |
41148 | 5968 #line 5968 "configure" |
40056 | 5969 #include "confdefs.h" |
5970 | |
25897 | 5971 /* Override any gcc2 internal prototype to avoid an error. */ |
40056 | 5972 #ifdef __cplusplus |
5973 extern "C" | |
5974 #endif | |
25897 | 5975 /* We use char because int might match the return type of a gcc2 |
40056 | 5976 builtin and then its argument prototype would still apply. */ |
5977 char dnet_ntoa (); | |
5978 int | |
5979 main () | |
5980 { | |
5981 dnet_ntoa (); | |
5982 ; | |
5983 return 0; | |
5984 } | |
5985 _ACEOF | |
5986 rm -f conftest.$ac_objext conftest$ac_exeext | |
41148 | 5987 if { (eval echo "$as_me:5987: \"$ac_link\"") >&5 |
5988 (eval $ac_link) 2>&5 | |
5989 ac_status=$? | |
5990 echo "$as_me:5990: \$? = $ac_status" >&5 | |
5991 (exit $ac_status); } && | |
5992 { ac_try='test -s conftest$ac_exeext' | |
5993 { (eval echo "$as_me:5993: \"$ac_try\"") >&5 | |
5994 (eval $ac_try) 2>&5 | |
41100 | 5995 ac_status=$? |
5996 echo "$as_me:5996: \$? = $ac_status" >&5 | |
40056 | 5997 (exit $ac_status); }; }; then |
5998 ac_cv_lib_dnet_dnet_ntoa=yes | |
5999 else | |
6000 echo "$as_me: failed program was:" >&5 | |
6001 cat conftest.$ac_ext >&5 | |
6002 ac_cv_lib_dnet_dnet_ntoa=no | |
6003 fi | |
6004 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
6005 LIBS=$ac_check_lib_save_LIBS | |
6006 fi | |
41148 | 6007 echo "$as_me:6007: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 |
40056 | 6008 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6 |
6009 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then | |
6010 cat >>confdefs.h <<EOF | |
6011 #define HAVE_LIBDNET 1 | |
25897 | 6012 EOF |
6013 | |
6014 LIBS="-ldnet $LIBS" | |
6015 | |
40056 | 6016 fi |
6017 | |
41148 | 6018 echo "$as_me:6018: checking for main in -lXbsd" >&5 |
40056 | 6019 echo $ECHO_N "checking for main in -lXbsd... $ECHO_C" >&6 |
6020 if test "${ac_cv_lib_Xbsd_main+set}" = set; then | |
6021 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
6022 else | |
6023 ac_check_lib_save_LIBS=$LIBS | |
25897 | 6024 LIBS="-lXbsd $LIBS" |
40056 | 6025 cat >conftest.$ac_ext <<_ACEOF |
41148 | 6026 #line 6026 "configure" |
40056 | 6027 #include "confdefs.h" |
6028 | |
6029 int | |
6030 main () | |
6031 { | |
6032 main (); | |
6033 ; | |
6034 return 0; | |
6035 } | |
6036 _ACEOF | |
6037 rm -f conftest.$ac_objext conftest$ac_exeext | |
41148 | 6038 if { (eval echo "$as_me:6038: \"$ac_link\"") >&5 |
6039 (eval $ac_link) 2>&5 | |
6040 ac_status=$? | |
6041 echo "$as_me:6041: \$? = $ac_status" >&5 | |
6042 (exit $ac_status); } && | |
6043 { ac_try='test -s conftest$ac_exeext' | |
6044 { (eval echo "$as_me:6044: \"$ac_try\"") >&5 | |
6045 (eval $ac_try) 2>&5 | |
41100 | 6046 ac_status=$? |
6047 echo "$as_me:6047: \$? = $ac_status" >&5 | |
40056 | 6048 (exit $ac_status); }; }; then |
6049 ac_cv_lib_Xbsd_main=yes | |
6050 else | |
6051 echo "$as_me: failed program was:" >&5 | |
6052 cat conftest.$ac_ext >&5 | |
6053 ac_cv_lib_Xbsd_main=no | |
6054 fi | |
6055 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
6056 LIBS=$ac_check_lib_save_LIBS | |
6057 fi | |
41148 | 6058 echo "$as_me:6058: result: $ac_cv_lib_Xbsd_main" >&5 |
40056 | 6059 echo "${ECHO_T}$ac_cv_lib_Xbsd_main" >&6 |
6060 if test $ac_cv_lib_Xbsd_main = yes; then | |
25897 | 6061 LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd" |
40056 | 6062 fi |
6063 | |
41148 | 6064 echo "$as_me:6064: checking for cma_open in -lpthreads" >&5 |
40056 | 6065 echo $ECHO_N "checking for cma_open in -lpthreads... $ECHO_C" >&6 |
6066 if test "${ac_cv_lib_pthreads_cma_open+set}" = set; then | |
6067 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
6068 else | |
6069 ac_check_lib_save_LIBS=$LIBS | |
25897 | 6070 LIBS="-lpthreads $LIBS" |
40056 | 6071 cat >conftest.$ac_ext <<_ACEOF |
41148 | 6072 #line 6072 "configure" |
40056 | 6073 #include "confdefs.h" |
6074 | |
25897 | 6075 /* Override any gcc2 internal prototype to avoid an error. */ |
40056 | 6076 #ifdef __cplusplus |
6077 extern "C" | |
6078 #endif | |
25897 | 6079 /* We use char because int might match the return type of a gcc2 |
40056 | 6080 builtin and then its argument prototype would still apply. */ |
6081 char cma_open (); | |
6082 int | |
6083 main () | |
6084 { | |
6085 cma_open (); | |
6086 ; | |
6087 return 0; | |
6088 } | |
6089 _ACEOF | |
6090 rm -f conftest.$ac_objext conftest$ac_exeext | |
41148 | 6091 if { (eval echo "$as_me:6091: \"$ac_link\"") >&5 |
6092 (eval $ac_link) 2>&5 | |
6093 ac_status=$? | |
6094 echo "$as_me:6094: \$? = $ac_status" >&5 | |
6095 (exit $ac_status); } && | |
6096 { ac_try='test -s conftest$ac_exeext' | |
6097 { (eval echo "$as_me:6097: \"$ac_try\"") >&5 | |
6098 (eval $ac_try) 2>&5 | |
41100 | 6099 ac_status=$? |
6100 echo "$as_me:6100: \$? = $ac_status" >&5 | |
40056 | 6101 (exit $ac_status); }; }; then |
6102 ac_cv_lib_pthreads_cma_open=yes | |
6103 else | |
6104 echo "$as_me: failed program was:" >&5 | |
6105 cat conftest.$ac_ext >&5 | |
6106 ac_cv_lib_pthreads_cma_open=no | |
6107 fi | |
6108 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
6109 LIBS=$ac_check_lib_save_LIBS | |
6110 fi | |
41148 | 6111 echo "$as_me:6111: result: $ac_cv_lib_pthreads_cma_open" >&5 |
40056 | 6112 echo "${ECHO_T}$ac_cv_lib_pthreads_cma_open" >&6 |
6113 if test $ac_cv_lib_pthreads_cma_open = yes; then | |
6114 cat >>confdefs.h <<EOF | |
6115 #define HAVE_LIBPTHREADS 1 | |
25897 | 6116 EOF |
6117 | |
6118 LIBS="-lpthreads $LIBS" | |
6119 | |
40056 | 6120 fi |
6121 | |
41148 | 6122 echo "$as_me:6122: checking for XFree86 in /usr/X386" >&5 |
40056 | 6123 echo $ECHO_N "checking for XFree86 in /usr/X386... $ECHO_C" >&6 |
25897 | 6124 if test -d /usr/X386/include; then |
6125 HAVE_XFREE386=yes | |
6126 : ${C_SWITCH_X_SITE="-I/usr/X386/include"} | |
6127 else | |
6128 HAVE_XFREE386=no | |
6129 fi | |
41148 | 6130 echo "$as_me:6130: result: $HAVE_XFREE386" >&5 |
40056 | 6131 echo "${ECHO_T}$HAVE_XFREE386" >&6 |
25897 | 6132 |
6133 # Change CFLAGS temporarily so that C_SWITCH_X_SITE gets used | |
6134 # for the tests that follow. We set it back to REAL_CFLAGS later on. | |
6135 | |
29990
98af0f021739
* configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS, while
Ken Raeburn <raeburn@raeburn.org>
parents:
29949
diff
changeset
|
6136 REAL_CPPFLAGS="$CPPFLAGS" |
98af0f021739
* configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS, while
Ken Raeburn <raeburn@raeburn.org>
parents:
29949
diff
changeset
|
6137 |
25897 | 6138 if test "${HAVE_X11}" = "yes"; then |
6139 DEFS="$C_SWITCH_X_SITE $DEFS" | |
6140 LDFLAGS="$LDFLAGS $LD_SWITCH_X_SITE" | |
6141 LIBS="$LIBX $LIBS" | |
6142 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
|
6143 CPPFLAGS="$C_SWITCH_X_SITE $CPPFLAGS" |
25897 | 6144 |
6145 # On Solaris, arrange for LD_RUN_PATH to point to the X libraries for tests. | |
6146 # This is handled by LD_SWITCH_X_SITE_AUX during the real build, | |
6147 # but it's more convenient here to set LD_RUN_PATH | |
6148 # since this also works on hosts that don't understand LD_SWITCH_X_SITE_AUX. | |
6149 if test "${x_libraries}" != NONE && test -n "${x_libraries}"; then | |
6150 LD_RUN_PATH=$x_libraries${LD_RUN_PATH+:}$LD_RUN_PATH | |
6151 export LD_RUN_PATH | |
6152 fi | |
6153 | |
6154 if test "${opsys}" = "gnu-linux"; then | |
41148 | 6155 echo "$as_me:6155: checking whether X on GNU/Linux needs -b to link" >&5 |
40056 | 6156 echo $ECHO_N "checking whether X on GNU/Linux needs -b to link... $ECHO_C" >&6 |
6157 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 6158 #line 6158 "configure" |
40056 | 6159 #include "confdefs.h" |
6160 | |
6161 int | |
6162 main () | |
6163 { | |
25897 | 6164 XOpenDisplay ("foo"); |
40056 | 6165 ; |
6166 return 0; | |
6167 } | |
6168 _ACEOF | |
6169 rm -f conftest.$ac_objext conftest$ac_exeext | |
41148 | 6170 if { (eval echo "$as_me:6170: \"$ac_link\"") >&5 |
6171 (eval $ac_link) 2>&5 | |
6172 ac_status=$? | |
6173 echo "$as_me:6173: \$? = $ac_status" >&5 | |
6174 (exit $ac_status); } && | |
6175 { ac_try='test -s conftest$ac_exeext' | |
6176 { (eval echo "$as_me:6176: \"$ac_try\"") >&5 | |
6177 (eval $ac_try) 2>&5 | |
41100 | 6178 ac_status=$? |
6179 echo "$as_me:6179: \$? = $ac_status" >&5 | |
40056 | 6180 (exit $ac_status); }; }; then |
25897 | 6181 xlinux_first_failure=no |
6182 else | |
40056 | 6183 echo "$as_me: failed program was:" >&5 |
6184 cat conftest.$ac_ext >&5 | |
6185 xlinux_first_failure=yes | |
6186 fi | |
6187 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
25897 | 6188 if test "${xlinux_first_failure}" = "yes"; then |
6189 OLD_LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE" | |
6190 OLD_C_SWITCH_X_SITE="$C_SWITCH_X_SITE" | |
6191 OLD_CPPFLAGS="$CPPFLAGS" | |
6192 OLD_LIBS="$LIBS" | |
6193 LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -b i486-linuxaout" | |
6194 C_SWITCH_X_SITE="$C_SWITCH_X_SITE -b i486-linuxaout" | |
6195 CPPFLAGS="$CPPFLAGS -b i486-linuxaout" | |
6196 LIBS="$LIBS -b i486-linuxaout" | |
40056 | 6197 cat >conftest.$ac_ext <<_ACEOF |
41148 | 6198 #line 6198 "configure" |
40056 | 6199 #include "confdefs.h" |
6200 | |
6201 int | |
6202 main () | |
6203 { | |
25897 | 6204 XOpenDisplay ("foo"); |
40056 | 6205 ; |
6206 return 0; | |
6207 } | |
6208 _ACEOF | |
6209 rm -f conftest.$ac_objext conftest$ac_exeext | |
41148 | 6210 if { (eval echo "$as_me:6210: \"$ac_link\"") >&5 |
6211 (eval $ac_link) 2>&5 | |
6212 ac_status=$? | |
6213 echo "$as_me:6213: \$? = $ac_status" >&5 | |
6214 (exit $ac_status); } && | |
6215 { ac_try='test -s conftest$ac_exeext' | |
6216 { (eval echo "$as_me:6216: \"$ac_try\"") >&5 | |
6217 (eval $ac_try) 2>&5 | |
41100 | 6218 ac_status=$? |
6219 echo "$as_me:6219: \$? = $ac_status" >&5 | |
40056 | 6220 (exit $ac_status); }; }; then |
25897 | 6221 xlinux_second_failure=no |
6222 else | |
40056 | 6223 echo "$as_me: failed program was:" >&5 |
6224 cat conftest.$ac_ext >&5 | |
6225 xlinux_second_failure=yes | |
6226 fi | |
6227 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
25897 | 6228 if test "${xlinux_second_failure}" = "yes"; then |
6229 # If we get the same failure with -b, there is no use adding -b. | |
6230 # So take it out. This plays safe. | |
6231 LD_SWITCH_X_SITE="$OLD_LD_SWITCH_X_SITE" | |
6232 C_SWITCH_X_SITE="$OLD_C_SWITCH_X_SITE" | |
6233 CPPFLAGS="$OLD_CPPFLAGS" | |
6234 LIBS="$OLD_LIBS" | |
41148 | 6235 echo "$as_me:6235: result: no" >&5 |
40056 | 6236 echo "${ECHO_T}no" >&6 |
25897 | 6237 else |
41148 | 6238 echo "$as_me:6238: result: yes" >&5 |
40056 | 6239 echo "${ECHO_T}yes" >&6 |
25897 | 6240 fi |
6241 else | |
41148 | 6242 echo "$as_me:6242: result: no" >&5 |
40056 | 6243 echo "${ECHO_T}no" >&6 |
25897 | 6244 fi |
6245 fi | |
6246 | |
35196 | 6247 # Reportedly, some broken Solaris systems have XKBlib.h but are missing |
6248 # header files included from there. | |
41148 | 6249 echo "$as_me:6249: checking for Xkb" >&5 |
40056 | 6250 echo $ECHO_N "checking for Xkb... $ECHO_C" >&6 |
6251 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 6252 #line 6252 "configure" |
35196 | 6253 #include "confdefs.h" |
6254 #include <X11/Xlib.h> | |
6255 #include <X11/XKBlib.h> | |
40056 | 6256 int |
6257 main () | |
6258 { | |
35196 | 6259 XkbDescPtr kb = XkbGetKeyboard (0, XkbAllComponentsMask, XkbUseCoreKbd); |
40056 | 6260 ; |
6261 return 0; | |
6262 } | |
6263 _ACEOF | |
6264 rm -f conftest.$ac_objext conftest$ac_exeext | |
41148 | 6265 if { (eval echo "$as_me:6265: \"$ac_link\"") >&5 |
6266 (eval $ac_link) 2>&5 | |
6267 ac_status=$? | |
6268 echo "$as_me:6268: \$? = $ac_status" >&5 | |
6269 (exit $ac_status); } && | |
6270 { ac_try='test -s conftest$ac_exeext' | |
6271 { (eval echo "$as_me:6271: \"$ac_try\"") >&5 | |
6272 (eval $ac_try) 2>&5 | |
41100 | 6273 ac_status=$? |
6274 echo "$as_me:6274: \$? = $ac_status" >&5 | |
40056 | 6275 (exit $ac_status); }; }; then |
35196 | 6276 emacs_xkb=yes |
6277 else | |
40056 | 6278 echo "$as_me: failed program was:" >&5 |
6279 cat conftest.$ac_ext >&5 | |
6280 emacs_xkb=no | |
6281 fi | |
6282 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
41148 | 6283 echo "$as_me:6283: result: $emacs_xkb" >&5 |
40056 | 6284 echo "${ECHO_T}$emacs_xkb" >&6 |
35196 | 6285 if test $emacs_xkb = yes; then |
40056 | 6286 cat >>confdefs.h <<\EOF |
35196 | 6287 #define HAVE_XKBGETKEYBOARD 1 |
6288 EOF | |
6289 | |
6290 fi | |
6291 | |
40056 | 6292 for ac_func in XrmSetDatabase XScreenResourceString \ |
25897 | 6293 XScreenNumberOfScreen XSetWMProtocols |
6294 do | |
40056 | 6295 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
41148 | 6296 echo "$as_me:6296: checking for $ac_func" >&5 |
40056 | 6297 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 |
6298 if eval "test \"\${$as_ac_var+set}\" = set"; then | |
6299 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
6300 else | |
6301 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 6302 #line 6302 "configure" |
25897 | 6303 #include "confdefs.h" |
6304 /* System header to define __stub macros and hopefully few prototypes, | |
40056 | 6305 which can conflict with char $ac_func (); below. */ |
25897 | 6306 #include <assert.h> |
6307 /* Override any gcc2 internal prototype to avoid an error. */ | |
40056 | 6308 #ifdef __cplusplus |
6309 extern "C" | |
6310 #endif | |
25897 | 6311 /* We use char because int might match the return type of a gcc2 |
40056 | 6312 builtin and then its argument prototype would still apply. */ |
6313 char $ac_func (); | |
6314 char (*f) (); | |
6315 | |
6316 int | |
6317 main () | |
6318 { | |
25897 | 6319 /* The GNU C library defines this for functions which it implements |
6320 to always fail with ENOSYS. Some functions are actually named | |
6321 something starting with __ and the normal name is an alias. */ | |
6322 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
6323 choke me | |
6324 #else | |
40056 | 6325 f = $ac_func; |
6326 #endif | |
6327 | |
6328 ; | |
6329 return 0; | |
6330 } | |
6331 _ACEOF | |
6332 rm -f conftest.$ac_objext conftest$ac_exeext | |
41148 | 6333 if { (eval echo "$as_me:6333: \"$ac_link\"") >&5 |
6334 (eval $ac_link) 2>&5 | |
6335 ac_status=$? | |
6336 echo "$as_me:6336: \$? = $ac_status" >&5 | |
6337 (exit $ac_status); } && | |
6338 { ac_try='test -s conftest$ac_exeext' | |
6339 { (eval echo "$as_me:6339: \"$ac_try\"") >&5 | |
6340 (eval $ac_try) 2>&5 | |
41100 | 6341 ac_status=$? |
6342 echo "$as_me:6342: \$? = $ac_status" >&5 | |
40056 | 6343 (exit $ac_status); }; }; then |
6344 eval "$as_ac_var=yes" | |
6345 else | |
6346 echo "$as_me: failed program was:" >&5 | |
6347 cat conftest.$ac_ext >&5 | |
6348 eval "$as_ac_var=no" | |
6349 fi | |
6350 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
6351 fi | |
41148 | 6352 echo "$as_me:6352: result: `eval echo '${'$as_ac_var'}'`" >&5 |
40056 | 6353 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 |
6354 if test `eval echo '${'$as_ac_var'}'` = yes; then | |
6355 cat >>confdefs.h <<EOF | |
6356 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
6357 EOF | |
6358 | |
25897 | 6359 fi |
6360 done | |
6361 | |
6362 fi | |
6363 | |
6364 if test "${window_system}" = "x11"; then | |
41148 | 6365 echo "$as_me:6365: checking X11 version 6" >&5 |
40056 | 6366 echo $ECHO_N "checking X11 version 6... $ECHO_C" >&6 |
6367 if test "${emacs_cv_x11_version_6+set}" = set; then | |
6368 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
6369 else | |
6370 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 6371 #line 6371 "configure" |
25897 | 6372 #include "confdefs.h" |
6373 #include <X11/Xlib.h> | |
40056 | 6374 int |
6375 main () | |
6376 { | |
25897 | 6377 #if XlibSpecificationRelease < 6 |
6378 fail; | |
6379 #endif | |
6380 | |
40056 | 6381 ; |
6382 return 0; | |
6383 } | |
6384 _ACEOF | |
6385 rm -f conftest.$ac_objext conftest$ac_exeext | |
41148 | 6386 if { (eval echo "$as_me:6386: \"$ac_link\"") >&5 |
6387 (eval $ac_link) 2>&5 | |
6388 ac_status=$? | |
6389 echo "$as_me:6389: \$? = $ac_status" >&5 | |
6390 (exit $ac_status); } && | |
6391 { ac_try='test -s conftest$ac_exeext' | |
6392 { (eval echo "$as_me:6392: \"$ac_try\"") >&5 | |
6393 (eval $ac_try) 2>&5 | |
41100 | 6394 ac_status=$? |
6395 echo "$as_me:6395: \$? = $ac_status" >&5 | |
40056 | 6396 (exit $ac_status); }; }; then |
25897 | 6397 emacs_cv_x11_version_6=yes |
6398 else | |
40056 | 6399 echo "$as_me: failed program was:" >&5 |
6400 cat conftest.$ac_ext >&5 | |
6401 emacs_cv_x11_version_6=no | |
6402 fi | |
6403 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
25897 | 6404 fi |
6405 | |
6406 if test $emacs_cv_x11_version_6 = yes; then | |
41148 | 6407 echo "$as_me:6407: result: 6 or newer" >&5 |
40056 | 6408 echo "${ECHO_T}6 or newer" >&6 |
6409 cat >>confdefs.h <<\EOF | |
25897 | 6410 #define HAVE_X11R6 1 |
6411 EOF | |
6412 | |
6413 else | |
41148 | 6414 echo "$as_me:6414: result: before 6" >&5 |
40056 | 6415 echo "${ECHO_T}before 6" >&6 |
25897 | 6416 fi |
6417 fi | |
6418 | |
6419 if test "${window_system}" = "x11"; then | |
41148 | 6420 echo "$as_me:6420: checking X11 version 5" >&5 |
40056 | 6421 echo $ECHO_N "checking X11 version 5... $ECHO_C" >&6 |
6422 if test "${emacs_cv_x11_version_5+set}" = set; then | |
6423 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
6424 else | |
6425 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 6426 #line 6426 "configure" |
25897 | 6427 #include "confdefs.h" |
6428 #include <X11/Xlib.h> | |
40056 | 6429 int |
6430 main () | |
6431 { | |
25897 | 6432 #if XlibSpecificationRelease < 5 |
6433 fail; | |
6434 #endif | |
6435 | |
40056 | 6436 ; |
6437 return 0; | |
6438 } | |
6439 _ACEOF | |
6440 rm -f conftest.$ac_objext conftest$ac_exeext | |
41148 | 6441 if { (eval echo "$as_me:6441: \"$ac_link\"") >&5 |
6442 (eval $ac_link) 2>&5 | |
6443 ac_status=$? | |
6444 echo "$as_me:6444: \$? = $ac_status" >&5 | |
6445 (exit $ac_status); } && | |
6446 { ac_try='test -s conftest$ac_exeext' | |
6447 { (eval echo "$as_me:6447: \"$ac_try\"") >&5 | |
6448 (eval $ac_try) 2>&5 | |
41100 | 6449 ac_status=$? |
6450 echo "$as_me:6450: \$? = $ac_status" >&5 | |
40056 | 6451 (exit $ac_status); }; }; then |
25897 | 6452 emacs_cv_x11_version_5=yes |
6453 else | |
40056 | 6454 echo "$as_me: failed program was:" >&5 |
6455 cat conftest.$ac_ext >&5 | |
6456 emacs_cv_x11_version_5=no | |
6457 fi | |
6458 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
25897 | 6459 fi |
6460 | |
6461 if test $emacs_cv_x11_version_5 = yes; then | |
41148 | 6462 echo "$as_me:6462: result: 5 or newer" >&5 |
40056 | 6463 echo "${ECHO_T}5 or newer" >&6 |
25897 | 6464 HAVE_X11R5=yes |
40056 | 6465 cat >>confdefs.h <<\EOF |
25897 | 6466 #define HAVE_X11R5 1 |
6467 EOF | |
6468 | |
6469 else | |
6470 HAVE_X11R5=no | |
41148 | 6471 echo "$as_me:6471: result: before 5" >&5 |
40056 | 6472 echo "${ECHO_T}before 5" >&6 |
25897 | 6473 fi |
6474 fi | |
6475 | |
6476 if test x"${USE_X_TOOLKIT}" = xmaybe; then | |
6477 if test x"${HAVE_X11R5}" = xyes; then | |
41148 | 6478 echo "$as_me:6478: checking X11 version 5 with Xaw" >&5 |
40056 | 6479 echo $ECHO_N "checking X11 version 5 with Xaw... $ECHO_C" >&6 |
6480 if test "${emacs_cv_x11_version_5_with_xaw+set}" = set; then | |
6481 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
6482 else | |
6483 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 6484 #line 6484 "configure" |
25897 | 6485 #include "confdefs.h" |
6486 | |
6487 #include <X11/Intrinsic.h> | |
6488 #include <X11/Xaw/Simple.h> | |
40056 | 6489 int |
6490 main () | |
6491 { | |
6492 | |
6493 ; | |
6494 return 0; | |
6495 } | |
6496 _ACEOF | |
6497 rm -f conftest.$ac_objext conftest$ac_exeext | |
41148 | 6498 if { (eval echo "$as_me:6498: \"$ac_link\"") >&5 |
6499 (eval $ac_link) 2>&5 | |
6500 ac_status=$? | |
6501 echo "$as_me:6501: \$? = $ac_status" >&5 | |
6502 (exit $ac_status); } && | |
6503 { ac_try='test -s conftest$ac_exeext' | |
6504 { (eval echo "$as_me:6504: \"$ac_try\"") >&5 | |
6505 (eval $ac_try) 2>&5 | |
41100 | 6506 ac_status=$? |
6507 echo "$as_me:6507: \$? = $ac_status" >&5 | |
40056 | 6508 (exit $ac_status); }; }; then |
25897 | 6509 emacs_cv_x11_version_5_with_xaw=yes |
6510 else | |
40056 | 6511 echo "$as_me: failed program was:" >&5 |
6512 cat conftest.$ac_ext >&5 | |
6513 emacs_cv_x11_version_5_with_xaw=no | |
6514 fi | |
6515 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
25897 | 6516 fi |
6517 | |
6518 if test $emacs_cv_x11_version_5_with_xaw = yes; then | |
41148 | 6519 echo "$as_me:6519: result: 5 or newer, with Xaw; use toolkit by default" >&5 |
40056 | 6520 echo "${ECHO_T}5 or newer, with Xaw; use toolkit by default" >&6 |
25897 | 6521 USE_X_TOOLKIT=LUCID |
6522 else | |
41148 | 6523 echo "$as_me:6523: result: before 5 or no Xaw; do not use toolkit by default" >&5 |
40056 | 6524 echo "${ECHO_T}before 5 or no Xaw; do not use toolkit by default" >&6 |
25897 | 6525 USE_X_TOOLKIT=none |
6526 fi | |
6527 else | |
6528 USE_X_TOOLKIT=none | |
6529 fi | |
6530 fi | |
6531 | |
6532 X_TOOLKIT_TYPE=$USE_X_TOOLKIT | |
6533 | |
6534 if test "${USE_X_TOOLKIT}" != "none"; then | |
41148 | 6535 echo "$as_me:6535: checking X11 toolkit version" >&5 |
40056 | 6536 echo $ECHO_N "checking X11 toolkit version... $ECHO_C" >&6 |
6537 if test "${emacs_cv_x11_toolkit_version_6+set}" = set; then | |
6538 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
6539 else | |
6540 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 6541 #line 6541 "configure" |
25897 | 6542 #include "confdefs.h" |
6543 #include <X11/Intrinsic.h> | |
40056 | 6544 int |
6545 main () | |
6546 { | |
25897 | 6547 #if XtSpecificationRelease < 6 |
6548 fail; | |
6549 #endif | |
6550 | |
40056 | 6551 ; |
6552 return 0; | |
6553 } | |
6554 _ACEOF | |
6555 rm -f conftest.$ac_objext conftest$ac_exeext | |
41148 | 6556 if { (eval echo "$as_me:6556: \"$ac_link\"") >&5 |
6557 (eval $ac_link) 2>&5 | |
6558 ac_status=$? | |
6559 echo "$as_me:6559: \$? = $ac_status" >&5 | |
6560 (exit $ac_status); } && | |
6561 { ac_try='test -s conftest$ac_exeext' | |
6562 { (eval echo "$as_me:6562: \"$ac_try\"") >&5 | |
6563 (eval $ac_try) 2>&5 | |
41100 | 6564 ac_status=$? |
6565 echo "$as_me:6565: \$? = $ac_status" >&5 | |
40056 | 6566 (exit $ac_status); }; }; then |
25897 | 6567 emacs_cv_x11_toolkit_version_6=yes |
6568 else | |
40056 | 6569 echo "$as_me: failed program was:" >&5 |
6570 cat conftest.$ac_ext >&5 | |
6571 emacs_cv_x11_toolkit_version_6=no | |
6572 fi | |
6573 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
25897 | 6574 fi |
6575 | |
6576 HAVE_X11XTR6=$emacs_cv_x11_toolkit_version_6 | |
6577 if test $emacs_cv_x11_toolkit_version_6 = yes; then | |
41148 | 6578 echo "$as_me:6578: result: 6 or newer" >&5 |
40056 | 6579 echo "${ECHO_T}6 or newer" >&6 |
6580 cat >>confdefs.h <<\EOF | |
25897 | 6581 #define HAVE_X11XTR6 1 |
6582 EOF | |
6583 | |
6584 else | |
41148 | 6585 echo "$as_me:6585: result: before 6" >&5 |
40056 | 6586 echo "${ECHO_T}before 6" >&6 |
25897 | 6587 fi |
6588 | |
6589 OLDLIBS="$LIBS" | |
6590 if test x$HAVE_X11XTR6 = xyes; then | |
6591 LIBS="-lXt -lSM -lICE $LIBS" | |
6592 else | |
6593 LIBS="-lXt $LIBS" | |
6594 fi | |
40056 | 6595 |
41148 | 6596 echo "$as_me:6596: checking for XmuConvertStandardSelection in -lXmu" >&5 |
40056 | 6597 echo $ECHO_N "checking for XmuConvertStandardSelection in -lXmu... $ECHO_C" >&6 |
6598 if test "${ac_cv_lib_Xmu_XmuConvertStandardSelection+set}" = set; then | |
6599 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
6600 else | |
6601 ac_check_lib_save_LIBS=$LIBS | |
25897 | 6602 LIBS="-lXmu $LIBS" |
40056 | 6603 cat >conftest.$ac_ext <<_ACEOF |
41148 | 6604 #line 6604 "configure" |
40056 | 6605 #include "confdefs.h" |
6606 | |
25897 | 6607 /* Override any gcc2 internal prototype to avoid an error. */ |
40056 | 6608 #ifdef __cplusplus |
6609 extern "C" | |
6610 #endif | |
25897 | 6611 /* We use char because int might match the return type of a gcc2 |
40056 | 6612 builtin and then its argument prototype would still apply. */ |
6613 char XmuConvertStandardSelection (); | |
6614 int | |
6615 main () | |
6616 { | |
6617 XmuConvertStandardSelection (); | |
6618 ; | |
6619 return 0; | |
6620 } | |
6621 _ACEOF | |
6622 rm -f conftest.$ac_objext conftest$ac_exeext | |
41148 | 6623 if { (eval echo "$as_me:6623: \"$ac_link\"") >&5 |
6624 (eval $ac_link) 2>&5 | |
6625 ac_status=$? | |
6626 echo "$as_me:6626: \$? = $ac_status" >&5 | |
6627 (exit $ac_status); } && | |
6628 { ac_try='test -s conftest$ac_exeext' | |
6629 { (eval echo "$as_me:6629: \"$ac_try\"") >&5 | |
6630 (eval $ac_try) 2>&5 | |
41100 | 6631 ac_status=$? |
6632 echo "$as_me:6632: \$? = $ac_status" >&5 | |
40056 | 6633 (exit $ac_status); }; }; then |
6634 ac_cv_lib_Xmu_XmuConvertStandardSelection=yes | |
6635 else | |
6636 echo "$as_me: failed program was:" >&5 | |
6637 cat conftest.$ac_ext >&5 | |
6638 ac_cv_lib_Xmu_XmuConvertStandardSelection=no | |
6639 fi | |
6640 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
6641 LIBS=$ac_check_lib_save_LIBS | |
6642 fi | |
41148 | 6643 echo "$as_me:6643: result: $ac_cv_lib_Xmu_XmuConvertStandardSelection" >&5 |
40056 | 6644 echo "${ECHO_T}$ac_cv_lib_Xmu_XmuConvertStandardSelection" >&6 |
6645 if test $ac_cv_lib_Xmu_XmuConvertStandardSelection = yes; then | |
6646 cat >>confdefs.h <<EOF | |
6647 #define HAVE_LIBXMU 1 | |
25897 | 6648 EOF |
6649 | |
6650 LIBS="-lXmu $LIBS" | |
6651 | |
6652 fi | |
6653 | |
35206 | 6654 test $ac_cv_lib_Xmu_XmuConvertStandardSelection = no && LIBS="$OLDLIBS" |
6655 fi | |
6656 | |
6657 # On Irix 6.5, at least, we need XShapeQueryExtension from -lXext for Xaw3D. | |
6658 if test "${HAVE_X11}" = "yes"; then | |
6659 if test "${USE_X_TOOLKIT}" != "none"; then | |
40056 | 6660 |
41148 | 6661 echo "$as_me:6661: checking for XShapeQueryExtension in -lXext" >&5 |
40056 | 6662 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6 |
6663 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then | |
6664 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
6665 else | |
6666 ac_check_lib_save_LIBS=$LIBS | |
35206 | 6667 LIBS="-lXext $LIBS" |
40056 | 6668 cat >conftest.$ac_ext <<_ACEOF |
41148 | 6669 #line 6669 "configure" |
40056 | 6670 #include "confdefs.h" |
6671 | |
35206 | 6672 /* Override any gcc2 internal prototype to avoid an error. */ |
40056 | 6673 #ifdef __cplusplus |
6674 extern "C" | |
6675 #endif | |
35206 | 6676 /* We use char because int might match the return type of a gcc2 |
40056 | 6677 builtin and then its argument prototype would still apply. */ |
6678 char XShapeQueryExtension (); | |
6679 int | |
6680 main () | |
6681 { | |
6682 XShapeQueryExtension (); | |
6683 ; | |
6684 return 0; | |
6685 } | |
6686 _ACEOF | |
6687 rm -f conftest.$ac_objext conftest$ac_exeext | |
41148 | 6688 if { (eval echo "$as_me:6688: \"$ac_link\"") >&5 |
6689 (eval $ac_link) 2>&5 | |
6690 ac_status=$? | |
6691 echo "$as_me:6691: \$? = $ac_status" >&5 | |
6692 (exit $ac_status); } && | |
6693 { ac_try='test -s conftest$ac_exeext' | |
6694 { (eval echo "$as_me:6694: \"$ac_try\"") >&5 | |
6695 (eval $ac_try) 2>&5 | |
41100 | 6696 ac_status=$? |
6697 echo "$as_me:6697: \$? = $ac_status" >&5 | |
40056 | 6698 (exit $ac_status); }; }; then |
6699 ac_cv_lib_Xext_XShapeQueryExtension=yes | |
6700 else | |
6701 echo "$as_me: failed program was:" >&5 | |
6702 cat conftest.$ac_ext >&5 | |
6703 ac_cv_lib_Xext_XShapeQueryExtension=no | |
6704 fi | |
6705 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
6706 LIBS=$ac_check_lib_save_LIBS | |
6707 fi | |
41148 | 6708 echo "$as_me:6708: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5 |
40056 | 6709 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6 |
6710 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then | |
6711 cat >>confdefs.h <<EOF | |
6712 #define HAVE_LIBXEXT 1 | |
35206 | 6713 EOF |
6714 | |
6715 LIBS="-lXext $LIBS" | |
6716 | |
6717 fi | |
6718 | |
6719 fi | |
25897 | 6720 fi |
6721 | |
6722 if test "${USE_X_TOOLKIT}" = "MOTIF"; then | |
41148 | 6723 echo "$as_me:6723: checking for Motif version 2.1" >&5 |
40056 | 6724 echo $ECHO_N "checking for Motif version 2.1... $ECHO_C" >&6 |
6725 if test "${emacs_cv_motif_version_2_1+set}" = set; then | |
6726 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
6727 else | |
6728 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 6729 #line 6729 "configure" |
25897 | 6730 #include "confdefs.h" |
6731 #include <Xm/Xm.h> | |
40056 | 6732 int |
6733 main () | |
6734 { | |
25897 | 6735 #if XmVERSION > 2 || (XmVERSION == 2 && XmREVISION >= 1) |
6736 int x = 5; | |
6737 #else | |
6738 Motif version prior to 2.1. | |
6739 #endif | |
40056 | 6740 ; |
6741 return 0; | |
6742 } | |
6743 _ACEOF | |
6744 rm -f conftest.$ac_objext | |
41148 | 6745 if { (eval echo "$as_me:6745: \"$ac_compile\"") >&5 |
40056 | 6746 (eval $ac_compile) 2>&5 |
6747 ac_status=$? | |
41148 | 6748 echo "$as_me:6748: \$? = $ac_status" >&5 |
6749 (exit $ac_status); } && | |
6750 { ac_try='test -s conftest.$ac_objext' | |
6751 { (eval echo "$as_me:6751: \"$ac_try\"") >&5 | |
6752 (eval $ac_try) 2>&5 | |
6753 ac_status=$? | |
41100 | 6754 echo "$as_me:6754: \$? = $ac_status" >&5 |
40056 | 6755 (exit $ac_status); }; }; then |
25897 | 6756 emacs_cv_motif_version_2_1=yes |
6757 else | |
40056 | 6758 echo "$as_me: failed program was:" >&5 |
6759 cat conftest.$ac_ext >&5 | |
6760 emacs_cv_motif_version_2_1=no | |
6761 fi | |
6762 rm -f conftest.$ac_objext conftest.$ac_ext | |
6763 fi | |
41148 | 6764 echo "$as_me:6764: result: $emacs_cv_motif_version_2_1" >&5 |
40056 | 6765 echo "${ECHO_T}$emacs_cv_motif_version_2_1" >&6 |
25897 | 6766 HAVE_MOTIF_2_1=$emacs_cv_motif_version_2_1 |
6767 if test $emacs_cv_motif_version_2_1 = yes; then | |
34431 | 6768 HAVE_LIBXP=no |
40056 | 6769 cat >>confdefs.h <<\EOF |
25897 | 6770 #define HAVE_MOTIF_2_1 1 |
6771 EOF | |
6772 | |
41148 | 6773 echo "$as_me:6773: checking for XpCreateContext in -lXp" >&5 |
40056 | 6774 echo $ECHO_N "checking for XpCreateContext in -lXp... $ECHO_C" >&6 |
6775 if test "${ac_cv_lib_Xp_XpCreateContext+set}" = set; then | |
6776 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
6777 else | |
6778 ac_check_lib_save_LIBS=$LIBS | |
35206 | 6779 LIBS="-lXp $LIBS" |
40056 | 6780 cat >conftest.$ac_ext <<_ACEOF |
41148 | 6781 #line 6781 "configure" |
40056 | 6782 #include "confdefs.h" |
6783 | |
25897 | 6784 /* Override any gcc2 internal prototype to avoid an error. */ |
40056 | 6785 #ifdef __cplusplus |
6786 extern "C" | |
6787 #endif | |
25897 | 6788 /* We use char because int might match the return type of a gcc2 |
40056 | 6789 builtin and then its argument prototype would still apply. */ |
6790 char XpCreateContext (); | |
6791 int | |
6792 main () | |
6793 { | |
6794 XpCreateContext (); | |
6795 ; | |
6796 return 0; | |
6797 } | |
6798 _ACEOF | |
6799 rm -f conftest.$ac_objext conftest$ac_exeext | |
41148 | 6800 if { (eval echo "$as_me:6800: \"$ac_link\"") >&5 |
6801 (eval $ac_link) 2>&5 | |
6802 ac_status=$? | |
6803 echo "$as_me:6803: \$? = $ac_status" >&5 | |
6804 (exit $ac_status); } && | |
6805 { ac_try='test -s conftest$ac_exeext' | |
6806 { (eval echo "$as_me:6806: \"$ac_try\"") >&5 | |
6807 (eval $ac_try) 2>&5 | |
41100 | 6808 ac_status=$? |
6809 echo "$as_me:6809: \$? = $ac_status" >&5 | |
40056 | 6810 (exit $ac_status); }; }; then |
6811 ac_cv_lib_Xp_XpCreateContext=yes | |
6812 else | |
6813 echo "$as_me: failed program was:" >&5 | |
6814 cat conftest.$ac_ext >&5 | |
6815 ac_cv_lib_Xp_XpCreateContext=no | |
6816 fi | |
6817 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
6818 LIBS=$ac_check_lib_save_LIBS | |
6819 fi | |
41148 | 6820 echo "$as_me:6820: result: $ac_cv_lib_Xp_XpCreateContext" >&5 |
40056 | 6821 echo "${ECHO_T}$ac_cv_lib_Xp_XpCreateContext" >&6 |
6822 if test $ac_cv_lib_Xp_XpCreateContext = yes; then | |
29906 | 6823 HAVE_LIBXP=yes |
25897 | 6824 fi |
6825 | |
29906 | 6826 if test ${HAVE_LIBXP} = yes; then |
40056 | 6827 cat >>confdefs.h <<\EOF |
29906 | 6828 #define HAVE_LIBXP 1 |
6829 EOF | |
6830 | |
40056 | 6831 fi |
25897 | 6832 fi |
6833 fi | |
6834 | |
6835 ### Is -lXaw3d available? | |
6836 HAVE_XAW3D=no | |
6837 if test "${HAVE_X11}" = "yes"; then | |
6838 if test "${USE_X_TOOLKIT}" != "none"; then | |
41148 | 6839 echo "$as_me:6839: checking for X11/Xaw3d/Scrollbar.h" >&5 |
40056 | 6840 echo $ECHO_N "checking for X11/Xaw3d/Scrollbar.h... $ECHO_C" >&6 |
6841 if test "${ac_cv_header_X11_Xaw3d_Scrollbar_h+set}" = set; then | |
6842 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
6843 else | |
6844 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 6845 #line 6845 "configure" |
25897 | 6846 #include "confdefs.h" |
6847 #include <X11/Xaw3d/Scrollbar.h> | |
40056 | 6848 _ACEOF |
41148 | 6849 if { (eval echo "$as_me:6849: \"$ac_cpp conftest.$ac_ext\"") >&5 |
40056 | 6850 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
6851 ac_status=$? | |
6852 egrep -v '^ *\+' conftest.er1 >conftest.err | |
6853 rm -f conftest.er1 | |
6854 cat conftest.err >&5 | |
41148 | 6855 echo "$as_me:6855: \$? = $ac_status" >&5 |
40056 | 6856 (exit $ac_status); } >/dev/null; then |
6857 if test -s conftest.err; then | |
6858 ac_cpp_err=$ac_c_preproc_warn_flag | |
6859 else | |
6860 ac_cpp_err= | |
6861 fi | |
6862 else | |
6863 ac_cpp_err=yes | |
6864 fi | |
6865 if test -z "$ac_cpp_err"; then | |
6866 ac_cv_header_X11_Xaw3d_Scrollbar_h=yes | |
6867 else | |
6868 echo "$as_me: failed program was:" >&5 | |
25897 | 6869 cat conftest.$ac_ext >&5 |
40056 | 6870 ac_cv_header_X11_Xaw3d_Scrollbar_h=no |
6871 fi | |
6872 rm -f conftest.err conftest.$ac_ext | |
6873 fi | |
41148 | 6874 echo "$as_me:6874: result: $ac_cv_header_X11_Xaw3d_Scrollbar_h" >&5 |
40056 | 6875 echo "${ECHO_T}$ac_cv_header_X11_Xaw3d_Scrollbar_h" >&6 |
6876 if test $ac_cv_header_X11_Xaw3d_Scrollbar_h = yes; then | |
41148 | 6877 echo "$as_me:6877: checking for XawScrollbarSetThumb in -lXaw3d" >&5 |
40056 | 6878 echo $ECHO_N "checking for XawScrollbarSetThumb in -lXaw3d... $ECHO_C" >&6 |
6879 if test "${ac_cv_lib_Xaw3d_XawScrollbarSetThumb+set}" = set; then | |
6880 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
6881 else | |
6882 ac_check_lib_save_LIBS=$LIBS | |
35206 | 6883 LIBS="-lXaw3d $LIBS" |
40056 | 6884 cat >conftest.$ac_ext <<_ACEOF |
41148 | 6885 #line 6885 "configure" |
40056 | 6886 #include "confdefs.h" |
6887 | |
25897 | 6888 /* Override any gcc2 internal prototype to avoid an error. */ |
40056 | 6889 #ifdef __cplusplus |
6890 extern "C" | |
6891 #endif | |
25897 | 6892 /* We use char because int might match the return type of a gcc2 |
40056 | 6893 builtin and then its argument prototype would still apply. */ |
6894 char XawScrollbarSetThumb (); | |
6895 int | |
6896 main () | |
6897 { | |
6898 XawScrollbarSetThumb (); | |
6899 ; | |
6900 return 0; | |
6901 } | |
6902 _ACEOF | |
6903 rm -f conftest.$ac_objext conftest$ac_exeext | |
41148 | 6904 if { (eval echo "$as_me:6904: \"$ac_link\"") >&5 |
6905 (eval $ac_link) 2>&5 | |
6906 ac_status=$? | |
6907 echo "$as_me:6907: \$? = $ac_status" >&5 | |
6908 (exit $ac_status); } && | |
6909 { ac_try='test -s conftest$ac_exeext' | |
6910 { (eval echo "$as_me:6910: \"$ac_try\"") >&5 | |
6911 (eval $ac_try) 2>&5 | |
41100 | 6912 ac_status=$? |
6913 echo "$as_me:6913: \$? = $ac_status" >&5 | |
40056 | 6914 (exit $ac_status); }; }; then |
6915 ac_cv_lib_Xaw3d_XawScrollbarSetThumb=yes | |
6916 else | |
6917 echo "$as_me: failed program was:" >&5 | |
6918 cat conftest.$ac_ext >&5 | |
6919 ac_cv_lib_Xaw3d_XawScrollbarSetThumb=no | |
6920 fi | |
6921 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
6922 LIBS=$ac_check_lib_save_LIBS | |
6923 fi | |
41148 | 6924 echo "$as_me:6924: result: $ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&5 |
40056 | 6925 echo "${ECHO_T}$ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&6 |
6926 if test $ac_cv_lib_Xaw3d_XawScrollbarSetThumb = yes; then | |
25897 | 6927 HAVE_XAW3D=yes |
40056 | 6928 fi |
6929 | |
25897 | 6930 fi |
6931 | |
6932 if test "${HAVE_XAW3D}" = "yes"; then | |
40056 | 6933 cat >>confdefs.h <<\EOF |
25897 | 6934 #define HAVE_XAW3D 1 |
6935 EOF | |
6936 | |
6937 fi | |
6938 fi | |
6939 fi | |
6940 | |
6941 USE_TOOLKIT_SCROLL_BARS=no | |
6942 if test "${with_toolkit_scroll_bars}" != "no"; then | |
6943 if test "${USE_X_TOOLKIT}" != "none"; then | |
6944 if test "${USE_X_TOOLKIT}" = "MOTIF"; then | |
40056 | 6945 cat >>confdefs.h <<\EOF |
25897 | 6946 #define USE_TOOLKIT_SCROLL_BARS 1 |
6947 EOF | |
6948 | |
6949 HAVE_XAW3D=no | |
6950 USE_TOOLKIT_SCROLL_BARS=yes | |
6951 elif test "${HAVE_XAW3D}" = "yes"; then | |
40056 | 6952 cat >>confdefs.h <<\EOF |
25897 | 6953 #define USE_TOOLKIT_SCROLL_BARS 1 |
6954 EOF | |
6955 | |
6956 USE_TOOLKIT_SCROLL_BARS=yes | |
6957 fi | |
6958 fi | |
6959 fi | |
6960 | |
29949 | 6961 if test "${with_xim}" != "no"; then |
40056 | 6962 cat >>confdefs.h <<\EOF |
29949 | 6963 #define USE_XIM 1 |
6964 EOF | |
6965 | |
6966 fi | |
6967 | |
25897 | 6968 ### Use -lXpm if available, unless `--with-xpm=no'. |
6969 HAVE_XPM=no | |
6970 if test "${HAVE_X11}" = "yes"; then | |
6971 if test "${with_xpm}" != "no"; then | |
41148 | 6972 echo "$as_me:6972: checking for X11/xpm.h" >&5 |
40056 | 6973 echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6 |
6974 if test "${ac_cv_header_X11_xpm_h+set}" = set; then | |
6975 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
6976 else | |
6977 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 6978 #line 6978 "configure" |
25897 | 6979 #include "confdefs.h" |
6980 #include <X11/xpm.h> | |
40056 | 6981 _ACEOF |
41148 | 6982 if { (eval echo "$as_me:6982: \"$ac_cpp conftest.$ac_ext\"") >&5 |
40056 | 6983 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
6984 ac_status=$? | |
6985 egrep -v '^ *\+' conftest.er1 >conftest.err | |
6986 rm -f conftest.er1 | |
6987 cat conftest.err >&5 | |
41148 | 6988 echo "$as_me:6988: \$? = $ac_status" >&5 |
40056 | 6989 (exit $ac_status); } >/dev/null; then |
6990 if test -s conftest.err; then | |
6991 ac_cpp_err=$ac_c_preproc_warn_flag | |
6992 else | |
6993 ac_cpp_err= | |
6994 fi | |
6995 else | |
6996 ac_cpp_err=yes | |
6997 fi | |
6998 if test -z "$ac_cpp_err"; then | |
6999 ac_cv_header_X11_xpm_h=yes | |
7000 else | |
7001 echo "$as_me: failed program was:" >&5 | |
25897 | 7002 cat conftest.$ac_ext >&5 |
40056 | 7003 ac_cv_header_X11_xpm_h=no |
7004 fi | |
7005 rm -f conftest.err conftest.$ac_ext | |
7006 fi | |
41148 | 7007 echo "$as_me:7007: result: $ac_cv_header_X11_xpm_h" >&5 |
40056 | 7008 echo "${ECHO_T}$ac_cv_header_X11_xpm_h" >&6 |
7009 if test $ac_cv_header_X11_xpm_h = yes; then | |
41148 | 7010 echo "$as_me:7010: checking for XpmReadFileToPixmap in -lXpm" >&5 |
40056 | 7011 echo $ECHO_N "checking for XpmReadFileToPixmap in -lXpm... $ECHO_C" >&6 |
7012 if test "${ac_cv_lib_Xpm_XpmReadFileToPixmap+set}" = set; then | |
7013 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
7014 else | |
7015 ac_check_lib_save_LIBS=$LIBS | |
25897 | 7016 LIBS="-lXpm -lX11 $LIBS" |
40056 | 7017 cat >conftest.$ac_ext <<_ACEOF |
41148 | 7018 #line 7018 "configure" |
40056 | 7019 #include "confdefs.h" |
7020 | |
25897 | 7021 /* Override any gcc2 internal prototype to avoid an error. */ |
40056 | 7022 #ifdef __cplusplus |
7023 extern "C" | |
7024 #endif | |
25897 | 7025 /* We use char because int might match the return type of a gcc2 |
40056 | 7026 builtin and then its argument prototype would still apply. */ |
7027 char XpmReadFileToPixmap (); | |
7028 int | |
7029 main () | |
7030 { | |
7031 XpmReadFileToPixmap (); | |
7032 ; | |
7033 return 0; | |
7034 } | |
7035 _ACEOF | |
7036 rm -f conftest.$ac_objext conftest$ac_exeext | |
41148 | 7037 if { (eval echo "$as_me:7037: \"$ac_link\"") >&5 |
7038 (eval $ac_link) 2>&5 | |
7039 ac_status=$? | |
7040 echo "$as_me:7040: \$? = $ac_status" >&5 | |
7041 (exit $ac_status); } && | |
7042 { ac_try='test -s conftest$ac_exeext' | |
7043 { (eval echo "$as_me:7043: \"$ac_try\"") >&5 | |
7044 (eval $ac_try) 2>&5 | |
41100 | 7045 ac_status=$? |
7046 echo "$as_me:7046: \$? = $ac_status" >&5 | |
40056 | 7047 (exit $ac_status); }; }; then |
7048 ac_cv_lib_Xpm_XpmReadFileToPixmap=yes | |
7049 else | |
7050 echo "$as_me: failed program was:" >&5 | |
7051 cat conftest.$ac_ext >&5 | |
7052 ac_cv_lib_Xpm_XpmReadFileToPixmap=no | |
7053 fi | |
7054 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
7055 LIBS=$ac_check_lib_save_LIBS | |
7056 fi | |
41148 | 7057 echo "$as_me:7057: result: $ac_cv_lib_Xpm_XpmReadFileToPixmap" >&5 |
40056 | 7058 echo "${ECHO_T}$ac_cv_lib_Xpm_XpmReadFileToPixmap" >&6 |
7059 if test $ac_cv_lib_Xpm_XpmReadFileToPixmap = yes; then | |
25897 | 7060 HAVE_XPM=yes |
40056 | 7061 fi |
7062 | |
25897 | 7063 fi |
7064 | |
30140 | 7065 if test "${HAVE_XPM}" = "yes"; then |
41148 | 7066 echo "$as_me:7066: checking for XpmReturnAllocPixels preprocessor define" >&5 |
40056 | 7067 echo $ECHO_N "checking for XpmReturnAllocPixels preprocessor define... $ECHO_C" >&6 |
7068 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 7069 #line 7069 "configure" |
30140 | 7070 #include "confdefs.h" |
7071 #include "X11/xpm.h" | |
7072 #ifndef XpmReturnAllocPixels | |
7073 no_return_alloc_pixels | |
7074 #endif | |
40056 | 7075 |
7076 _ACEOF | |
30140 | 7077 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
7078 egrep "no_return_alloc_pixels" >/dev/null 2>&1; then | |
7079 HAVE_XPM=no | |
7080 else | |
7081 HAVE_XPM=yes | |
7082 fi | |
7083 rm -f conftest* | |
7084 | |
36903 | 7085 if test "${HAVE_XPM}" = "yes"; then |
41148 | 7086 echo "$as_me:7086: result: yes" >&5 |
40056 | 7087 echo "${ECHO_T}yes" >&6 |
36903 | 7088 else |
41148 | 7089 echo "$as_me:7089: result: no" >&5 |
40056 | 7090 echo "${ECHO_T}no" >&6 |
36903 | 7091 fi |
31320 | 7092 fi |
25897 | 7093 fi |
7094 | |
7095 if test "${HAVE_XPM}" = "yes"; then | |
40056 | 7096 cat >>confdefs.h <<\EOF |
25897 | 7097 #define HAVE_XPM 1 |
7098 EOF | |
7099 | |
7100 fi | |
7101 fi | |
40056 | 7102 |
25897 | 7103 ### Use -ljpeg if available, unless `--with-jpeg=no'. |
7104 HAVE_JPEG=no | |
7105 if test "${HAVE_X11}" = "yes"; then | |
7106 if test "${with_jpeg}" != "no"; then | |
41148 | 7107 echo "$as_me:7107: checking for jerror.h" >&5 |
40056 | 7108 echo $ECHO_N "checking for jerror.h... $ECHO_C" >&6 |
7109 if test "${ac_cv_header_jerror_h+set}" = set; then | |
7110 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
7111 else | |
7112 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 7113 #line 7113 "configure" |
27356 | 7114 #include "confdefs.h" |
7115 #include <jerror.h> | |
40056 | 7116 _ACEOF |
41148 | 7117 if { (eval echo "$as_me:7117: \"$ac_cpp conftest.$ac_ext\"") >&5 |
40056 | 7118 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
7119 ac_status=$? | |
7120 egrep -v '^ *\+' conftest.er1 >conftest.err | |
7121 rm -f conftest.er1 | |
7122 cat conftest.err >&5 | |
41148 | 7123 echo "$as_me:7123: \$? = $ac_status" >&5 |
40056 | 7124 (exit $ac_status); } >/dev/null; then |
7125 if test -s conftest.err; then | |
7126 ac_cpp_err=$ac_c_preproc_warn_flag | |
7127 else | |
7128 ac_cpp_err= | |
7129 fi | |
7130 else | |
7131 ac_cpp_err=yes | |
7132 fi | |
7133 if test -z "$ac_cpp_err"; then | |
7134 ac_cv_header_jerror_h=yes | |
7135 else | |
7136 echo "$as_me: failed program was:" >&5 | |
27356 | 7137 cat conftest.$ac_ext >&5 |
40056 | 7138 ac_cv_header_jerror_h=no |
7139 fi | |
7140 rm -f conftest.err conftest.$ac_ext | |
7141 fi | |
41148 | 7142 echo "$as_me:7142: result: $ac_cv_header_jerror_h" >&5 |
40056 | 7143 echo "${ECHO_T}$ac_cv_header_jerror_h" >&6 |
7144 if test $ac_cv_header_jerror_h = yes; then | |
41148 | 7145 echo "$as_me:7145: checking for jpeg_destroy_compress in -ljpeg" >&5 |
40056 | 7146 echo $ECHO_N "checking for jpeg_destroy_compress in -ljpeg... $ECHO_C" >&6 |
7147 if test "${ac_cv_lib_jpeg_jpeg_destroy_compress+set}" = set; then | |
7148 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
7149 else | |
7150 ac_check_lib_save_LIBS=$LIBS | |
35206 | 7151 LIBS="-ljpeg $LIBS" |
40056 | 7152 cat >conftest.$ac_ext <<_ACEOF |
41148 | 7153 #line 7153 "configure" |
40056 | 7154 #include "confdefs.h" |
7155 | |
25897 | 7156 /* Override any gcc2 internal prototype to avoid an error. */ |
40056 | 7157 #ifdef __cplusplus |
7158 extern "C" | |
7159 #endif | |
25897 | 7160 /* We use char because int might match the return type of a gcc2 |
40056 | 7161 builtin and then its argument prototype would still apply. */ |
7162 char jpeg_destroy_compress (); | |
7163 int | |
7164 main () | |
7165 { | |
7166 jpeg_destroy_compress (); | |
7167 ; | |
7168 return 0; | |
7169 } | |
7170 _ACEOF | |
7171 rm -f conftest.$ac_objext conftest$ac_exeext | |
41148 | 7172 if { (eval echo "$as_me:7172: \"$ac_link\"") >&5 |
7173 (eval $ac_link) 2>&5 | |
7174 ac_status=$? | |
7175 echo "$as_me:7175: \$? = $ac_status" >&5 | |
7176 (exit $ac_status); } && | |
7177 { ac_try='test -s conftest$ac_exeext' | |
7178 { (eval echo "$as_me:7178: \"$ac_try\"") >&5 | |
7179 (eval $ac_try) 2>&5 | |
41100 | 7180 ac_status=$? |
7181 echo "$as_me:7181: \$? = $ac_status" >&5 | |
40056 | 7182 (exit $ac_status); }; }; then |
7183 ac_cv_lib_jpeg_jpeg_destroy_compress=yes | |
7184 else | |
7185 echo "$as_me: failed program was:" >&5 | |
7186 cat conftest.$ac_ext >&5 | |
7187 ac_cv_lib_jpeg_jpeg_destroy_compress=no | |
7188 fi | |
7189 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
7190 LIBS=$ac_check_lib_save_LIBS | |
7191 fi | |
41148 | 7192 echo "$as_me:7192: result: $ac_cv_lib_jpeg_jpeg_destroy_compress" >&5 |
40056 | 7193 echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_destroy_compress" >&6 |
7194 if test $ac_cv_lib_jpeg_jpeg_destroy_compress = yes; then | |
25897 | 7195 HAVE_JPEG=yes |
40056 | 7196 fi |
7197 | |
27356 | 7198 fi |
7199 | |
25897 | 7200 fi |
7201 | |
7202 if test "${HAVE_JPEG}" = "yes"; then | |
40056 | 7203 cat >>confdefs.h <<\EOF |
25897 | 7204 #define HAVE_JPEG 1 |
7205 EOF | |
7206 | |
7207 fi | |
7208 fi | |
40056 | 7209 |
25897 | 7210 ### Use -lpng if available, unless `--with-png=no'. |
7211 HAVE_PNG=no | |
7212 if test "${HAVE_X11}" = "yes"; then | |
7213 if test "${with_png}" != "no"; then | |
41148 | 7214 echo "$as_me:7214: checking for png.h" >&5 |
40056 | 7215 echo $ECHO_N "checking for png.h... $ECHO_C" >&6 |
7216 if test "${ac_cv_header_png_h+set}" = set; then | |
7217 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
7218 else | |
7219 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 7220 #line 7220 "configure" |
25897 | 7221 #include "confdefs.h" |
7222 #include <png.h> | |
40056 | 7223 _ACEOF |
41148 | 7224 if { (eval echo "$as_me:7224: \"$ac_cpp conftest.$ac_ext\"") >&5 |
40056 | 7225 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
7226 ac_status=$? | |
7227 egrep -v '^ *\+' conftest.er1 >conftest.err | |
7228 rm -f conftest.er1 | |
7229 cat conftest.err >&5 | |
41148 | 7230 echo "$as_me:7230: \$? = $ac_status" >&5 |
40056 | 7231 (exit $ac_status); } >/dev/null; then |
7232 if test -s conftest.err; then | |
7233 ac_cpp_err=$ac_c_preproc_warn_flag | |
7234 else | |
7235 ac_cpp_err= | |
7236 fi | |
7237 else | |
7238 ac_cpp_err=yes | |
7239 fi | |
7240 if test -z "$ac_cpp_err"; then | |
7241 ac_cv_header_png_h=yes | |
7242 else | |
7243 echo "$as_me: failed program was:" >&5 | |
25897 | 7244 cat conftest.$ac_ext >&5 |
40056 | 7245 ac_cv_header_png_h=no |
7246 fi | |
7247 rm -f conftest.err conftest.$ac_ext | |
7248 fi | |
41148 | 7249 echo "$as_me:7249: result: $ac_cv_header_png_h" >&5 |
40056 | 7250 echo "${ECHO_T}$ac_cv_header_png_h" >&6 |
7251 if test $ac_cv_header_png_h = yes; then | |
41148 | 7252 echo "$as_me:7252: checking for png_get_channels in -lpng" >&5 |
40056 | 7253 echo $ECHO_N "checking for png_get_channels in -lpng... $ECHO_C" >&6 |
7254 if test "${ac_cv_lib_png_png_get_channels+set}" = set; then | |
7255 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
7256 else | |
7257 ac_check_lib_save_LIBS=$LIBS | |
35206 | 7258 LIBS="-lpng -lz -lm $LIBS" |
40056 | 7259 cat >conftest.$ac_ext <<_ACEOF |
41148 | 7260 #line 7260 "configure" |
40056 | 7261 #include "confdefs.h" |
7262 | |
25897 | 7263 /* Override any gcc2 internal prototype to avoid an error. */ |
40056 | 7264 #ifdef __cplusplus |
7265 extern "C" | |
7266 #endif | |
25897 | 7267 /* We use char because int might match the return type of a gcc2 |
40056 | 7268 builtin and then its argument prototype would still apply. */ |
7269 char png_get_channels (); | |
7270 int | |
7271 main () | |
7272 { | |
7273 png_get_channels (); | |
7274 ; | |
7275 return 0; | |
7276 } | |
7277 _ACEOF | |
7278 rm -f conftest.$ac_objext conftest$ac_exeext | |
41148 | 7279 if { (eval echo "$as_me:7279: \"$ac_link\"") >&5 |
7280 (eval $ac_link) 2>&5 | |
7281 ac_status=$? | |
7282 echo "$as_me:7282: \$? = $ac_status" >&5 | |
7283 (exit $ac_status); } && | |
7284 { ac_try='test -s conftest$ac_exeext' | |
7285 { (eval echo "$as_me:7285: \"$ac_try\"") >&5 | |
7286 (eval $ac_try) 2>&5 | |
41100 | 7287 ac_status=$? |
7288 echo "$as_me:7288: \$? = $ac_status" >&5 | |
40056 | 7289 (exit $ac_status); }; }; then |
7290 ac_cv_lib_png_png_get_channels=yes | |
7291 else | |
7292 echo "$as_me: failed program was:" >&5 | |
7293 cat conftest.$ac_ext >&5 | |
7294 ac_cv_lib_png_png_get_channels=no | |
7295 fi | |
7296 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
7297 LIBS=$ac_check_lib_save_LIBS | |
7298 fi | |
41148 | 7299 echo "$as_me:7299: result: $ac_cv_lib_png_png_get_channels" >&5 |
40056 | 7300 echo "${ECHO_T}$ac_cv_lib_png_png_get_channels" >&6 |
7301 if test $ac_cv_lib_png_png_get_channels = yes; then | |
25897 | 7302 HAVE_PNG=yes |
40056 | 7303 fi |
7304 | |
25897 | 7305 fi |
7306 | |
7307 fi | |
7308 | |
7309 if test "${HAVE_PNG}" = "yes"; then | |
40056 | 7310 cat >>confdefs.h <<\EOF |
25897 | 7311 #define HAVE_PNG 1 |
7312 EOF | |
7313 | |
7314 fi | |
7315 fi | |
40056 | 7316 |
25897 | 7317 ### Use -ltiff if available, unless `--with-tiff=no'. |
7318 HAVE_TIFF=no | |
7319 if test "${HAVE_X11}" = "yes"; then | |
7320 if test "${with_tiff}" != "no"; then | |
41148 | 7321 echo "$as_me:7321: checking for tiffio.h" >&5 |
40056 | 7322 echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6 |
7323 if test "${ac_cv_header_tiffio_h+set}" = set; then | |
7324 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
7325 else | |
7326 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 7327 #line 7327 "configure" |
25897 | 7328 #include "confdefs.h" |
7329 #include <tiffio.h> | |
40056 | 7330 _ACEOF |
41148 | 7331 if { (eval echo "$as_me:7331: \"$ac_cpp conftest.$ac_ext\"") >&5 |
40056 | 7332 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
7333 ac_status=$? | |
7334 egrep -v '^ *\+' conftest.er1 >conftest.err | |
7335 rm -f conftest.er1 | |
7336 cat conftest.err >&5 | |
41148 | 7337 echo "$as_me:7337: \$? = $ac_status" >&5 |
40056 | 7338 (exit $ac_status); } >/dev/null; then |
7339 if test -s conftest.err; then | |
7340 ac_cpp_err=$ac_c_preproc_warn_flag | |
7341 else | |
7342 ac_cpp_err= | |
7343 fi | |
7344 else | |
7345 ac_cpp_err=yes | |
7346 fi | |
7347 if test -z "$ac_cpp_err"; then | |
7348 ac_cv_header_tiffio_h=yes | |
7349 else | |
7350 echo "$as_me: failed program was:" >&5 | |
25897 | 7351 cat conftest.$ac_ext >&5 |
40056 | 7352 ac_cv_header_tiffio_h=no |
7353 fi | |
7354 rm -f conftest.err conftest.$ac_ext | |
7355 fi | |
41148 | 7356 echo "$as_me:7356: result: $ac_cv_header_tiffio_h" >&5 |
40056 | 7357 echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6 |
7358 if test $ac_cv_header_tiffio_h = yes; then | |
35206 | 7359 tifflibs="-lz -lm" |
27752
7ee8155d48c5
include -lz and -ljpeg when testing for -ltiff
Ken Raeburn <raeburn@raeburn.org>
parents:
27729
diff
changeset
|
7360 # 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
|
7361 if test "${HAVE_JPEG}" = yes; then tifflibs="-ljpeg $tifflibs"; fi |
41148 | 7362 echo "$as_me:7362: checking for TIFFGetVersion in -ltiff" >&5 |
40056 | 7363 echo $ECHO_N "checking for TIFFGetVersion in -ltiff... $ECHO_C" >&6 |
7364 if test "${ac_cv_lib_tiff_TIFFGetVersion+set}" = set; then | |
7365 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
7366 else | |
7367 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
|
7368 LIBS="-ltiff $tifflibs $LIBS" |
40056 | 7369 cat >conftest.$ac_ext <<_ACEOF |
41148 | 7370 #line 7370 "configure" |
40056 | 7371 #include "confdefs.h" |
7372 | |
25897 | 7373 /* Override any gcc2 internal prototype to avoid an error. */ |
40056 | 7374 #ifdef __cplusplus |
7375 extern "C" | |
7376 #endif | |
25897 | 7377 /* We use char because int might match the return type of a gcc2 |
40056 | 7378 builtin and then its argument prototype would still apply. */ |
7379 char TIFFGetVersion (); | |
7380 int | |
7381 main () | |
7382 { | |
7383 TIFFGetVersion (); | |
7384 ; | |
7385 return 0; | |
7386 } | |
7387 _ACEOF | |
7388 rm -f conftest.$ac_objext conftest$ac_exeext | |
41148 | 7389 if { (eval echo "$as_me:7389: \"$ac_link\"") >&5 |
7390 (eval $ac_link) 2>&5 | |
7391 ac_status=$? | |
7392 echo "$as_me:7392: \$? = $ac_status" >&5 | |
7393 (exit $ac_status); } && | |
7394 { ac_try='test -s conftest$ac_exeext' | |
7395 { (eval echo "$as_me:7395: \"$ac_try\"") >&5 | |
7396 (eval $ac_try) 2>&5 | |
41100 | 7397 ac_status=$? |
7398 echo "$as_me:7398: \$? = $ac_status" >&5 | |
40056 | 7399 (exit $ac_status); }; }; then |
7400 ac_cv_lib_tiff_TIFFGetVersion=yes | |
7401 else | |
7402 echo "$as_me: failed program was:" >&5 | |
7403 cat conftest.$ac_ext >&5 | |
7404 ac_cv_lib_tiff_TIFFGetVersion=no | |
7405 fi | |
7406 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
7407 LIBS=$ac_check_lib_save_LIBS | |
7408 fi | |
41148 | 7409 echo "$as_me:7409: result: $ac_cv_lib_tiff_TIFFGetVersion" >&5 |
40056 | 7410 echo "${ECHO_T}$ac_cv_lib_tiff_TIFFGetVersion" >&6 |
7411 if test $ac_cv_lib_tiff_TIFFGetVersion = yes; then | |
25897 | 7412 HAVE_TIFF=yes |
40056 | 7413 fi |
7414 | |
25897 | 7415 fi |
7416 | |
7417 fi | |
7418 | |
7419 if test "${HAVE_TIFF}" = "yes"; then | |
40056 | 7420 cat >>confdefs.h <<\EOF |
25897 | 7421 #define HAVE_TIFF 1 |
7422 EOF | |
7423 | |
7424 fi | |
7425 fi | |
40056 | 7426 |
25897 | 7427 ### Use -lgif if available, unless `--with-gif=no'. |
7428 HAVE_GIF=no | |
7429 if test "${HAVE_X11}" = "yes"; then | |
7430 if test "${with_gif}" != "no"; then | |
41148 | 7431 echo "$as_me:7431: checking for gif_lib.h" >&5 |
40056 | 7432 echo $ECHO_N "checking for gif_lib.h... $ECHO_C" >&6 |
7433 if test "${ac_cv_header_gif_lib_h+set}" = set; then | |
7434 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
7435 else | |
7436 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 7437 #line 7437 "configure" |
25897 | 7438 #include "confdefs.h" |
7439 #include <gif_lib.h> | |
40056 | 7440 _ACEOF |
41148 | 7441 if { (eval echo "$as_me:7441: \"$ac_cpp conftest.$ac_ext\"") >&5 |
40056 | 7442 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
7443 ac_status=$? | |
7444 egrep -v '^ *\+' conftest.er1 >conftest.err | |
7445 rm -f conftest.er1 | |
7446 cat conftest.err >&5 | |
41148 | 7447 echo "$as_me:7447: \$? = $ac_status" >&5 |
40056 | 7448 (exit $ac_status); } >/dev/null; then |
7449 if test -s conftest.err; then | |
7450 ac_cpp_err=$ac_c_preproc_warn_flag | |
7451 else | |
7452 ac_cpp_err= | |
7453 fi | |
7454 else | |
7455 ac_cpp_err=yes | |
7456 fi | |
7457 if test -z "$ac_cpp_err"; then | |
7458 ac_cv_header_gif_lib_h=yes | |
7459 else | |
7460 echo "$as_me: failed program was:" >&5 | |
25897 | 7461 cat conftest.$ac_ext >&5 |
40056 | 7462 ac_cv_header_gif_lib_h=no |
7463 fi | |
7464 rm -f conftest.err conftest.$ac_ext | |
7465 fi | |
41148 | 7466 echo "$as_me:7466: result: $ac_cv_header_gif_lib_h" >&5 |
40056 | 7467 echo "${ECHO_T}$ac_cv_header_gif_lib_h" >&6 |
7468 if test $ac_cv_header_gif_lib_h = yes; then | |
41148 | 7469 echo "$as_me:7469: checking for DGifOpen in -lungif" >&5 |
40056 | 7470 echo $ECHO_N "checking for DGifOpen in -lungif... $ECHO_C" >&6 |
7471 if test "${ac_cv_lib_ungif_DGifOpen+set}" = set; then | |
7472 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
7473 else | |
7474 ac_check_lib_save_LIBS=$LIBS | |
35206 | 7475 LIBS="-lungif $LIBS" |
40056 | 7476 cat >conftest.$ac_ext <<_ACEOF |
41148 | 7477 #line 7477 "configure" |
40056 | 7478 #include "confdefs.h" |
7479 | |
25897 | 7480 /* Override any gcc2 internal prototype to avoid an error. */ |
40056 | 7481 #ifdef __cplusplus |
7482 extern "C" | |
7483 #endif | |
25897 | 7484 /* We use char because int might match the return type of a gcc2 |
40056 | 7485 builtin and then its argument prototype would still apply. */ |
7486 char DGifOpen (); | |
7487 int | |
7488 main () | |
7489 { | |
7490 DGifOpen (); | |
7491 ; | |
7492 return 0; | |
7493 } | |
7494 _ACEOF | |
7495 rm -f conftest.$ac_objext conftest$ac_exeext | |
41148 | 7496 if { (eval echo "$as_me:7496: \"$ac_link\"") >&5 |
7497 (eval $ac_link) 2>&5 | |
7498 ac_status=$? | |
7499 echo "$as_me:7499: \$? = $ac_status" >&5 | |
7500 (exit $ac_status); } && | |
7501 { ac_try='test -s conftest$ac_exeext' | |
7502 { (eval echo "$as_me:7502: \"$ac_try\"") >&5 | |
7503 (eval $ac_try) 2>&5 | |
41100 | 7504 ac_status=$? |
7505 echo "$as_me:7505: \$? = $ac_status" >&5 | |
40056 | 7506 (exit $ac_status); }; }; then |
7507 ac_cv_lib_ungif_DGifOpen=yes | |
7508 else | |
7509 echo "$as_me: failed program was:" >&5 | |
7510 cat conftest.$ac_ext >&5 | |
7511 ac_cv_lib_ungif_DGifOpen=no | |
7512 fi | |
7513 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
7514 LIBS=$ac_check_lib_save_LIBS | |
7515 fi | |
41148 | 7516 echo "$as_me:7516: result: $ac_cv_lib_ungif_DGifOpen" >&5 |
40056 | 7517 echo "${ECHO_T}$ac_cv_lib_ungif_DGifOpen" >&6 |
7518 if test $ac_cv_lib_ungif_DGifOpen = yes; then | |
25897 | 7519 HAVE_GIF=yes |
40056 | 7520 fi |
7521 | |
25897 | 7522 fi |
7523 | |
7524 fi | |
7525 | |
7526 if test "${HAVE_GIF}" = "yes"; then | |
40056 | 7527 cat >>confdefs.h <<\EOF |
25897 | 7528 #define HAVE_GIF 1 |
7529 EOF | |
7530 | |
7531 fi | |
7532 fi | |
7533 | |
7534 # If netdb.h doesn't declare h_errno, we must declare it by hand. | |
41148 | 7535 echo "$as_me:7535: checking whether netdb declares h_errno" >&5 |
40056 | 7536 echo $ECHO_N "checking whether netdb declares h_errno... $ECHO_C" >&6 |
7537 if test "${emacs_cv_netdb_declares_h_errno+set}" = set; then | |
7538 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
7539 else | |
7540 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 7541 #line 7541 "configure" |
25897 | 7542 #include "confdefs.h" |
7543 #include <netdb.h> | |
40056 | 7544 int |
7545 main () | |
7546 { | |
25897 | 7547 return h_errno; |
40056 | 7548 ; |
7549 return 0; | |
7550 } | |
7551 _ACEOF | |
7552 rm -f conftest.$ac_objext conftest$ac_exeext | |
41148 | 7553 if { (eval echo "$as_me:7553: \"$ac_link\"") >&5 |
7554 (eval $ac_link) 2>&5 | |
7555 ac_status=$? | |
7556 echo "$as_me:7556: \$? = $ac_status" >&5 | |
7557 (exit $ac_status); } && | |
7558 { ac_try='test -s conftest$ac_exeext' | |
7559 { (eval echo "$as_me:7559: \"$ac_try\"") >&5 | |
7560 (eval $ac_try) 2>&5 | |
41100 | 7561 ac_status=$? |
7562 echo "$as_me:7562: \$? = $ac_status" >&5 | |
40056 | 7563 (exit $ac_status); }; }; then |
25897 | 7564 emacs_cv_netdb_declares_h_errno=yes |
7565 else | |
40056 | 7566 echo "$as_me: failed program was:" >&5 |
7567 cat conftest.$ac_ext >&5 | |
7568 emacs_cv_netdb_declares_h_errno=no | |
7569 fi | |
7570 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
7571 fi | |
41148 | 7572 echo "$as_me:7572: result: $emacs_cv_netdb_declares_h_errno" >&5 |
40056 | 7573 echo "${ECHO_T}$emacs_cv_netdb_declares_h_errno" >&6 |
25897 | 7574 if test $emacs_cv_netdb_declares_h_errno = yes; then |
40056 | 7575 cat >>confdefs.h <<\EOF |
25897 | 7576 #define HAVE_H_ERRNO 1 |
7577 EOF | |
7578 | |
7579 fi | |
7580 | |
7581 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works | |
7582 # for constant arguments. Useless! | |
41148 | 7583 echo "$as_me:7583: checking for working alloca.h" >&5 |
40056 | 7584 echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6 |
7585 if test "${ac_cv_working_alloca_h+set}" = set; then | |
7586 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
7587 else | |
7588 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 7589 #line 7589 "configure" |
25897 | 7590 #include "confdefs.h" |
7591 #include <alloca.h> | |
40056 | 7592 int |
7593 main () | |
7594 { | |
7595 char *p = (char *) alloca (2 * sizeof (int)); | |
7596 ; | |
7597 return 0; | |
7598 } | |
7599 _ACEOF | |
7600 rm -f conftest.$ac_objext conftest$ac_exeext | |
41148 | 7601 if { (eval echo "$as_me:7601: \"$ac_link\"") >&5 |
7602 (eval $ac_link) 2>&5 | |
7603 ac_status=$? | |
7604 echo "$as_me:7604: \$? = $ac_status" >&5 | |
7605 (exit $ac_status); } && | |
7606 { ac_try='test -s conftest$ac_exeext' | |
7607 { (eval echo "$as_me:7607: \"$ac_try\"") >&5 | |
7608 (eval $ac_try) 2>&5 | |
41100 | 7609 ac_status=$? |
7610 echo "$as_me:7610: \$? = $ac_status" >&5 | |
40056 | 7611 (exit $ac_status); }; }; then |
7612 ac_cv_working_alloca_h=yes | |
7613 else | |
7614 echo "$as_me: failed program was:" >&5 | |
7615 cat conftest.$ac_ext >&5 | |
7616 ac_cv_working_alloca_h=no | |
7617 fi | |
7618 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
7619 fi | |
41148 | 7620 echo "$as_me:7620: result: $ac_cv_working_alloca_h" >&5 |
40056 | 7621 echo "${ECHO_T}$ac_cv_working_alloca_h" >&6 |
7622 if test $ac_cv_working_alloca_h = yes; then | |
7623 | |
7624 cat >>confdefs.h <<\EOF | |
25897 | 7625 #define HAVE_ALLOCA_H 1 |
7626 EOF | |
7627 | |
7628 fi | |
7629 | |
41148 | 7630 echo "$as_me:7630: checking for alloca" >&5 |
40056 | 7631 echo $ECHO_N "checking for alloca... $ECHO_C" >&6 |
7632 if test "${ac_cv_func_alloca_works+set}" = set; then | |
7633 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
7634 else | |
7635 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 7636 #line 7636 "configure" |
40056 | 7637 #include "confdefs.h" |
25897 | 7638 #ifdef __GNUC__ |
7639 # define alloca __builtin_alloca | |
7640 #else | |
27205 | 7641 # ifdef _MSC_VER |
7642 # include <malloc.h> | |
7643 # define alloca _alloca | |
25897 | 7644 # else |
27205 | 7645 # if HAVE_ALLOCA_H |
7646 # include <alloca.h> | |
25897 | 7647 # else |
27205 | 7648 # ifdef _AIX |
7649 #pragma alloca | |
7650 # else | |
7651 # ifndef alloca /* predefined by HP cc +Olibcalls */ | |
25897 | 7652 char *alloca (); |
27205 | 7653 # endif |
25897 | 7654 # endif |
7655 # endif | |
7656 # endif | |
7657 #endif | |
7658 | |
40056 | 7659 int |
7660 main () | |
7661 { | |
7662 char *p = (char *) alloca (1); | |
7663 ; | |
7664 return 0; | |
7665 } | |
7666 _ACEOF | |
7667 rm -f conftest.$ac_objext conftest$ac_exeext | |
41148 | 7668 if { (eval echo "$as_me:7668: \"$ac_link\"") >&5 |
7669 (eval $ac_link) 2>&5 | |
7670 ac_status=$? | |
7671 echo "$as_me:7671: \$? = $ac_status" >&5 | |
7672 (exit $ac_status); } && | |
7673 { ac_try='test -s conftest$ac_exeext' | |
7674 { (eval echo "$as_me:7674: \"$ac_try\"") >&5 | |
7675 (eval $ac_try) 2>&5 | |
41100 | 7676 ac_status=$? |
7677 echo "$as_me:7677: \$? = $ac_status" >&5 | |
40056 | 7678 (exit $ac_status); }; }; then |
25897 | 7679 ac_cv_func_alloca_works=yes |
7680 else | |
40056 | 7681 echo "$as_me: failed program was:" >&5 |
7682 cat conftest.$ac_ext >&5 | |
7683 ac_cv_func_alloca_works=no | |
7684 fi | |
7685 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
7686 fi | |
41148 | 7687 echo "$as_me:7687: result: $ac_cv_func_alloca_works" >&5 |
40056 | 7688 echo "${ECHO_T}$ac_cv_func_alloca_works" >&6 |
7689 | |
25897 | 7690 if test $ac_cv_func_alloca_works = yes; then |
40056 | 7691 |
7692 cat >>confdefs.h <<\EOF | |
25897 | 7693 #define HAVE_ALLOCA 1 |
7694 EOF | |
7695 | |
40056 | 7696 else |
25897 | 7697 # The SVR3 libPW and SVR4 libucb both contain incompatible functions |
40056 | 7698 # that cause trouble. Some versions do not even contain alloca or |
7699 # contain a buggy version. If you still want to use their alloca, | |
7700 # use ar to extract alloca.o from them instead of compiling alloca.c. | |
7701 | |
7702 ALLOCA=alloca.$ac_objext | |
7703 | |
7704 cat >>confdefs.h <<\EOF | |
25897 | 7705 #define C_ALLOCA 1 |
7706 EOF | |
7707 | |
41148 | 7708 echo "$as_me:7708: checking whether \`alloca.c' needs Cray hooks" >&5 |
40056 | 7709 echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6 |
7710 if test "${ac_cv_os_cray+set}" = set; then | |
7711 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
7712 else | |
7713 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 7714 #line 7714 "configure" |
25897 | 7715 #include "confdefs.h" |
7716 #if defined(CRAY) && ! defined(CRAY2) | |
7717 webecray | |
7718 #else | |
7719 wenotbecray | |
7720 #endif | |
7721 | |
40056 | 7722 _ACEOF |
25897 | 7723 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
7724 egrep "webecray" >/dev/null 2>&1; then | |
7725 ac_cv_os_cray=yes | |
7726 else | |
7727 ac_cv_os_cray=no | |
7728 fi | |
7729 rm -f conftest* | |
7730 | |
7731 fi | |
41148 | 7732 echo "$as_me:7732: result: $ac_cv_os_cray" >&5 |
40056 | 7733 echo "${ECHO_T}$ac_cv_os_cray" >&6 |
25897 | 7734 if test $ac_cv_os_cray = yes; then |
40056 | 7735 for ac_func in _getb67 GETB67 getb67; do |
7736 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
41148 | 7737 echo "$as_me:7737: checking for $ac_func" >&5 |
40056 | 7738 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 |
7739 if eval "test \"\${$as_ac_var+set}\" = set"; then | |
7740 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
7741 else | |
7742 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 7743 #line 7743 "configure" |
25897 | 7744 #include "confdefs.h" |
7745 /* System header to define __stub macros and hopefully few prototypes, | |
40056 | 7746 which can conflict with char $ac_func (); below. */ |
25897 | 7747 #include <assert.h> |
7748 /* Override any gcc2 internal prototype to avoid an error. */ | |
40056 | 7749 #ifdef __cplusplus |
7750 extern "C" | |
7751 #endif | |
25897 | 7752 /* We use char because int might match the return type of a gcc2 |
40056 | 7753 builtin and then its argument prototype would still apply. */ |
7754 char $ac_func (); | |
7755 char (*f) (); | |
7756 | |
7757 int | |
7758 main () | |
7759 { | |
25897 | 7760 /* The GNU C library defines this for functions which it implements |
7761 to always fail with ENOSYS. Some functions are actually named | |
7762 something starting with __ and the normal name is an alias. */ | |
7763 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
7764 choke me | |
7765 #else | |
40056 | 7766 f = $ac_func; |
7767 #endif | |
7768 | |
7769 ; | |
7770 return 0; | |
7771 } | |
7772 _ACEOF | |
7773 rm -f conftest.$ac_objext conftest$ac_exeext | |
41148 | 7774 if { (eval echo "$as_me:7774: \"$ac_link\"") >&5 |
7775 (eval $ac_link) 2>&5 | |
7776 ac_status=$? | |
7777 echo "$as_me:7777: \$? = $ac_status" >&5 | |
7778 (exit $ac_status); } && | |
7779 { ac_try='test -s conftest$ac_exeext' | |
7780 { (eval echo "$as_me:7780: \"$ac_try\"") >&5 | |
7781 (eval $ac_try) 2>&5 | |
41100 | 7782 ac_status=$? |
7783 echo "$as_me:7783: \$? = $ac_status" >&5 | |
40056 | 7784 (exit $ac_status); }; }; then |
7785 eval "$as_ac_var=yes" | |
7786 else | |
7787 echo "$as_me: failed program was:" >&5 | |
7788 cat conftest.$ac_ext >&5 | |
7789 eval "$as_ac_var=no" | |
7790 fi | |
7791 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
7792 fi | |
41148 | 7793 echo "$as_me:7793: result: `eval echo '${'$as_ac_var'}'`" >&5 |
40056 | 7794 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 |
7795 if test `eval echo '${'$as_ac_var'}'` = yes; then | |
7796 | |
7797 cat >>confdefs.h <<EOF | |
25897 | 7798 #define CRAY_STACKSEG_END $ac_func |
7799 EOF | |
7800 | |
40056 | 7801 break |
7802 fi | |
7803 | |
7804 done | |
7805 fi | |
7806 | |
41148 | 7807 echo "$as_me:7807: checking stack direction for C alloca" >&5 |
40056 | 7808 echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6 |
7809 if test "${ac_cv_c_stack_direction+set}" = set; then | |
7810 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
25897 | 7811 else |
7812 if test "$cross_compiling" = yes; then | |
7813 ac_cv_c_stack_direction=0 | |
7814 else | |
40056 | 7815 cat >conftest.$ac_ext <<_ACEOF |
41148 | 7816 #line 7816 "configure" |
40056 | 7817 #include "confdefs.h" |
7818 int | |
25897 | 7819 find_stack_direction () |
7820 { | |
7821 static char *addr = 0; | |
7822 auto char dummy; | |
7823 if (addr == 0) | |
7824 { | |
7825 addr = &dummy; | |
7826 return find_stack_direction (); | |
7827 } | |
7828 else | |
7829 return (&dummy > addr) ? 1 : -1; | |
7830 } | |
40056 | 7831 |
7832 int | |
7833 main () | |
7834 { | |
7835 exit (find_stack_direction () < 0); | |
7836 } | |
7837 _ACEOF | |
7838 rm -f conftest$ac_exeext | |
41148 | 7839 if { (eval echo "$as_me:7839: \"$ac_link\"") >&5 |
7840 (eval $ac_link) 2>&5 | |
7841 ac_status=$? | |
7842 echo "$as_me:7842: \$? = $ac_status" >&5 | |
40056 | 7843 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
41148 | 7844 { (eval echo "$as_me:7844: \"$ac_try\"") >&5 |
7845 (eval $ac_try) 2>&5 | |
7846 ac_status=$? | |
7847 echo "$as_me:7847: \$? = $ac_status" >&5 | |
40056 | 7848 (exit $ac_status); }; }; then |
25897 | 7849 ac_cv_c_stack_direction=1 |
7850 else | |
40056 | 7851 echo "$as_me: program exited with status $ac_status" >&5 |
7852 echo "$as_me: failed program was:" >&5 | |
7853 cat conftest.$ac_ext >&5 | |
7854 ac_cv_c_stack_direction=-1 | |
7855 fi | |
7856 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | |
7857 fi | |
7858 fi | |
41148 | 7859 echo "$as_me:7859: result: $ac_cv_c_stack_direction" >&5 |
40056 | 7860 echo "${ECHO_T}$ac_cv_c_stack_direction" >&6 |
7861 | |
7862 cat >>confdefs.h <<EOF | |
25897 | 7863 #define STACK_DIRECTION $ac_cv_c_stack_direction |
7864 EOF | |
7865 | |
7866 fi | |
7867 | |
7868 # fmod, logb, and frexp are found in -lm on most systems. | |
7869 # On HPUX 9.01, -lm does not contain logb, so check for sqrt. | |
40056 | 7870 |
41148 | 7871 echo "$as_me:7871: checking for sqrt in -lm" >&5 |
40056 | 7872 echo $ECHO_N "checking for sqrt in -lm... $ECHO_C" >&6 |
7873 if test "${ac_cv_lib_m_sqrt+set}" = set; then | |
7874 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
7875 else | |
7876 ac_check_lib_save_LIBS=$LIBS | |
25897 | 7877 LIBS="-lm $LIBS" |
40056 | 7878 cat >conftest.$ac_ext <<_ACEOF |
41148 | 7879 #line 7879 "configure" |
40056 | 7880 #include "confdefs.h" |
7881 | |
25897 | 7882 /* Override any gcc2 internal prototype to avoid an error. */ |
40056 | 7883 #ifdef __cplusplus |
7884 extern "C" | |
7885 #endif | |
25897 | 7886 /* We use char because int might match the return type of a gcc2 |
40056 | 7887 builtin and then its argument prototype would still apply. */ |
7888 char sqrt (); | |
7889 int | |
7890 main () | |
7891 { | |
7892 sqrt (); | |
7893 ; | |
7894 return 0; | |
7895 } | |
7896 _ACEOF | |
7897 rm -f conftest.$ac_objext conftest$ac_exeext | |
41148 | 7898 if { (eval echo "$as_me:7898: \"$ac_link\"") >&5 |
7899 (eval $ac_link) 2>&5 | |
7900 ac_status=$? | |
7901 echo "$as_me:7901: \$? = $ac_status" >&5 | |
7902 (exit $ac_status); } && | |
7903 { ac_try='test -s conftest$ac_exeext' | |
7904 { (eval echo "$as_me:7904: \"$ac_try\"") >&5 | |
7905 (eval $ac_try) 2>&5 | |
41100 | 7906 ac_status=$? |
7907 echo "$as_me:7907: \$? = $ac_status" >&5 | |
40056 | 7908 (exit $ac_status); }; }; then |
7909 ac_cv_lib_m_sqrt=yes | |
7910 else | |
7911 echo "$as_me: failed program was:" >&5 | |
7912 cat conftest.$ac_ext >&5 | |
7913 ac_cv_lib_m_sqrt=no | |
7914 fi | |
7915 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
7916 LIBS=$ac_check_lib_save_LIBS | |
7917 fi | |
41148 | 7918 echo "$as_me:7918: result: $ac_cv_lib_m_sqrt" >&5 |
40056 | 7919 echo "${ECHO_T}$ac_cv_lib_m_sqrt" >&6 |
7920 if test $ac_cv_lib_m_sqrt = yes; then | |
7921 cat >>confdefs.h <<EOF | |
7922 #define HAVE_LIBM 1 | |
25897 | 7923 EOF |
7924 | |
7925 LIBS="-lm $LIBS" | |
7926 | |
40056 | 7927 fi |
25897 | 7928 |
7929 # Check for mail-locking functions in a "mail" library | |
40056 | 7930 |
41148 | 7931 echo "$as_me:7931: checking for maillock in -lmail" >&5 |
40056 | 7932 echo $ECHO_N "checking for maillock in -lmail... $ECHO_C" >&6 |
7933 if test "${ac_cv_lib_mail_maillock+set}" = set; then | |
7934 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
7935 else | |
7936 ac_check_lib_save_LIBS=$LIBS | |
25897 | 7937 LIBS="-lmail $LIBS" |
40056 | 7938 cat >conftest.$ac_ext <<_ACEOF |
41148 | 7939 #line 7939 "configure" |
40056 | 7940 #include "confdefs.h" |
7941 | |
25897 | 7942 /* Override any gcc2 internal prototype to avoid an error. */ |
40056 | 7943 #ifdef __cplusplus |
7944 extern "C" | |
7945 #endif | |
25897 | 7946 /* We use char because int might match the return type of a gcc2 |
40056 | 7947 builtin and then its argument prototype would still apply. */ |
7948 char maillock (); | |
7949 int | |
7950 main () | |
7951 { | |
7952 maillock (); | |
7953 ; | |
7954 return 0; | |
7955 } | |
7956 _ACEOF | |
7957 rm -f conftest.$ac_objext conftest$ac_exeext | |
41148 | 7958 if { (eval echo "$as_me:7958: \"$ac_link\"") >&5 |
7959 (eval $ac_link) 2>&5 | |
7960 ac_status=$? | |
7961 echo "$as_me:7961: \$? = $ac_status" >&5 | |
7962 (exit $ac_status); } && | |
7963 { ac_try='test -s conftest$ac_exeext' | |
7964 { (eval echo "$as_me:7964: \"$ac_try\"") >&5 | |
7965 (eval $ac_try) 2>&5 | |
41100 | 7966 ac_status=$? |
7967 echo "$as_me:7967: \$? = $ac_status" >&5 | |
40056 | 7968 (exit $ac_status); }; }; then |
7969 ac_cv_lib_mail_maillock=yes | |
7970 else | |
7971 echo "$as_me: failed program was:" >&5 | |
7972 cat conftest.$ac_ext >&5 | |
7973 ac_cv_lib_mail_maillock=no | |
7974 fi | |
7975 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
7976 LIBS=$ac_check_lib_save_LIBS | |
7977 fi | |
41148 | 7978 echo "$as_me:7978: result: $ac_cv_lib_mail_maillock" >&5 |
40056 | 7979 echo "${ECHO_T}$ac_cv_lib_mail_maillock" >&6 |
7980 if test $ac_cv_lib_mail_maillock = yes; then | |
7981 cat >>confdefs.h <<EOF | |
7982 #define HAVE_LIBMAIL 1 | |
25897 | 7983 EOF |
7984 | |
7985 LIBS="-lmail $LIBS" | |
7986 | |
40056 | 7987 fi |
7988 | |
41148 | 7989 echo "$as_me:7989: checking for maillock in -llockfile" >&5 |
40056 | 7990 echo $ECHO_N "checking for maillock in -llockfile... $ECHO_C" >&6 |
7991 if test "${ac_cv_lib_lockfile_maillock+set}" = set; then | |
7992 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
7993 else | |
7994 ac_check_lib_save_LIBS=$LIBS | |
25897 | 7995 LIBS="-llockfile $LIBS" |
40056 | 7996 cat >conftest.$ac_ext <<_ACEOF |
41148 | 7997 #line 7997 "configure" |
40056 | 7998 #include "confdefs.h" |
7999 | |
25897 | 8000 /* Override any gcc2 internal prototype to avoid an error. */ |
40056 | 8001 #ifdef __cplusplus |
8002 extern "C" | |
8003 #endif | |
25897 | 8004 /* We use char because int might match the return type of a gcc2 |
40056 | 8005 builtin and then its argument prototype would still apply. */ |
8006 char maillock (); | |
8007 int | |
8008 main () | |
8009 { | |
8010 maillock (); | |
8011 ; | |
8012 return 0; | |
8013 } | |
8014 _ACEOF | |
8015 rm -f conftest.$ac_objext conftest$ac_exeext | |
41148 | 8016 if { (eval echo "$as_me:8016: \"$ac_link\"") >&5 |
8017 (eval $ac_link) 2>&5 | |
8018 ac_status=$? | |
8019 echo "$as_me:8019: \$? = $ac_status" >&5 | |
8020 (exit $ac_status); } && | |
8021 { ac_try='test -s conftest$ac_exeext' | |
8022 { (eval echo "$as_me:8022: \"$ac_try\"") >&5 | |
8023 (eval $ac_try) 2>&5 | |
41100 | 8024 ac_status=$? |
8025 echo "$as_me:8025: \$? = $ac_status" >&5 | |
40056 | 8026 (exit $ac_status); }; }; then |
8027 ac_cv_lib_lockfile_maillock=yes | |
8028 else | |
8029 echo "$as_me: failed program was:" >&5 | |
8030 cat conftest.$ac_ext >&5 | |
8031 ac_cv_lib_lockfile_maillock=no | |
8032 fi | |
8033 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
8034 LIBS=$ac_check_lib_save_LIBS | |
8035 fi | |
41148 | 8036 echo "$as_me:8036: result: $ac_cv_lib_lockfile_maillock" >&5 |
40056 | 8037 echo "${ECHO_T}$ac_cv_lib_lockfile_maillock" >&6 |
8038 if test $ac_cv_lib_lockfile_maillock = yes; then | |
8039 cat >>confdefs.h <<EOF | |
8040 #define HAVE_LIBLOCKFILE 1 | |
25897 | 8041 EOF |
8042 | |
8043 LIBS="-llockfile $LIBS" | |
8044 | |
8045 fi | |
8046 | |
8047 # If we have the shared liblockfile, assume we must use it for mail | |
8048 # locking (e.g. Debian). If we couldn't link against liblockfile | |
8049 # (no liblockfile.a installed), ensure that we don't need to. | |
8050 if test "$ac_cv_lib_lockfile_maillock" = no; then | |
8051 # Extract the first word of "liblockfile.so", so it can be a program name with args. | |
8052 set dummy liblockfile.so; ac_word=$2 | |
41148 | 8053 echo "$as_me:8053: checking for $ac_word" >&5 |
40056 | 8054 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 |
8055 if test "${ac_cv_prog_liblockfile+set}" = set; then | |
8056 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
25897 | 8057 else |
8058 if test -n "$liblockfile"; then | |
8059 ac_cv_prog_liblockfile="$liblockfile" # Let the user override the test. | |
8060 else | |
40056 | 8061 ac_save_IFS=$IFS; IFS=$ac_path_separator |
8062 ac_dummy="/usr/lib:/lib:/usr/local/lib:$LD_LIBRARY_PATH" | |
8063 for ac_dir in $ac_dummy; do | |
8064 IFS=$ac_save_IFS | |
8065 test -z "$ac_dir" && ac_dir=. | |
8066 $as_executable_p "$ac_dir/$ac_word" || continue | |
8067 ac_cv_prog_liblockfile="yes" | |
41148 | 8068 echo "$as_me:8068: found $ac_dir/$ac_word" >&5 |
40056 | 8069 break |
8070 done | |
8071 | |
25897 | 8072 test -z "$ac_cv_prog_liblockfile" && ac_cv_prog_liblockfile="no" |
8073 fi | |
8074 fi | |
40056 | 8075 liblockfile=$ac_cv_prog_liblockfile |
25897 | 8076 if test -n "$liblockfile"; then |
41148 | 8077 echo "$as_me:8077: result: $liblockfile" >&5 |
40056 | 8078 echo "${ECHO_T}$liblockfile" >&6 |
8079 else | |
41148 | 8080 echo "$as_me:8080: result: no" >&5 |
40056 | 8081 echo "${ECHO_T}no" >&6 |
25897 | 8082 fi |
8083 | |
8084 if test $ac_cv_prog_liblockfile = yes; then | |
41148 | 8085 { { echo "$as_me:8085: error: Shared liblockfile found but can't link against it. |
25897 | 8086 This probably means that movemail could lose mail. |
40056 | 8087 There may be a \`development' package to install containing liblockfile." >&5 |
8088 echo "$as_me: error: Shared liblockfile found but can't link against it. | |
8089 This probably means that movemail could lose mail. | |
8090 There may be a \`development' package to install containing liblockfile." >&2;} | |
8091 { (exit 1); exit 1; }; } | |
8092 else cat >>confdefs.h <<\EOF | |
25897 | 8093 #define LIBMAIL -llockfile |
8094 EOF | |
8095 | |
8096 fi | |
8097 else : | |
8098 fi | |
40056 | 8099 |
25897 | 8100 for ac_func in touchlock |
8101 do | |
40056 | 8102 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
41148 | 8103 echo "$as_me:8103: checking for $ac_func" >&5 |
40056 | 8104 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 |
8105 if eval "test \"\${$as_ac_var+set}\" = set"; then | |
8106 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
8107 else | |
8108 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 8109 #line 8109 "configure" |
25897 | 8110 #include "confdefs.h" |
8111 /* System header to define __stub macros and hopefully few prototypes, | |
40056 | 8112 which can conflict with char $ac_func (); below. */ |
25897 | 8113 #include <assert.h> |
8114 /* Override any gcc2 internal prototype to avoid an error. */ | |
40056 | 8115 #ifdef __cplusplus |
8116 extern "C" | |
8117 #endif | |
25897 | 8118 /* We use char because int might match the return type of a gcc2 |
40056 | 8119 builtin and then its argument prototype would still apply. */ |
8120 char $ac_func (); | |
8121 char (*f) (); | |
8122 | |
8123 int | |
8124 main () | |
8125 { | |
25897 | 8126 /* The GNU C library defines this for functions which it implements |
8127 to always fail with ENOSYS. Some functions are actually named | |
8128 something starting with __ and the normal name is an alias. */ | |
8129 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
8130 choke me | |
8131 #else | |
40056 | 8132 f = $ac_func; |
8133 #endif | |
8134 | |
8135 ; | |
8136 return 0; | |
8137 } | |
8138 _ACEOF | |
8139 rm -f conftest.$ac_objext conftest$ac_exeext | |
41148 | 8140 if { (eval echo "$as_me:8140: \"$ac_link\"") >&5 |
8141 (eval $ac_link) 2>&5 | |
8142 ac_status=$? | |
8143 echo "$as_me:8143: \$? = $ac_status" >&5 | |
8144 (exit $ac_status); } && | |
8145 { ac_try='test -s conftest$ac_exeext' | |
8146 { (eval echo "$as_me:8146: \"$ac_try\"") >&5 | |
8147 (eval $ac_try) 2>&5 | |
41100 | 8148 ac_status=$? |
8149 echo "$as_me:8149: \$? = $ac_status" >&5 | |
40056 | 8150 (exit $ac_status); }; }; then |
8151 eval "$as_ac_var=yes" | |
8152 else | |
8153 echo "$as_me: failed program was:" >&5 | |
8154 cat conftest.$ac_ext >&5 | |
8155 eval "$as_ac_var=no" | |
8156 fi | |
8157 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
8158 fi | |
41148 | 8159 echo "$as_me:8159: result: `eval echo '${'$as_ac_var'}'`" >&5 |
40056 | 8160 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 |
8161 if test `eval echo '${'$as_ac_var'}'` = yes; then | |
8162 cat >>confdefs.h <<EOF | |
8163 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
8164 EOF | |
8165 | |
25897 | 8166 fi |
8167 done | |
8168 | |
40056 | 8169 for ac_header in maillock.h |
25897 | 8170 do |
40056 | 8171 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
41148 | 8172 echo "$as_me:8172: checking for $ac_header" >&5 |
40056 | 8173 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
8174 if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
8175 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
8176 else | |
8177 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 8178 #line 8178 "configure" |
40056 | 8179 #include "confdefs.h" |
8180 #include <$ac_header> | |
8181 _ACEOF | |
41148 | 8182 if { (eval echo "$as_me:8182: \"$ac_cpp conftest.$ac_ext\"") >&5 |
40056 | 8183 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
8184 ac_status=$? | |
8185 egrep -v '^ *\+' conftest.er1 >conftest.err | |
8186 rm -f conftest.er1 | |
8187 cat conftest.err >&5 | |
41148 | 8188 echo "$as_me:8188: \$? = $ac_status" >&5 |
40056 | 8189 (exit $ac_status); } >/dev/null; then |
8190 if test -s conftest.err; then | |
8191 ac_cpp_err=$ac_c_preproc_warn_flag | |
8192 else | |
8193 ac_cpp_err= | |
8194 fi | |
8195 else | |
8196 ac_cpp_err=yes | |
8197 fi | |
8198 if test -z "$ac_cpp_err"; then | |
8199 eval "$as_ac_Header=yes" | |
8200 else | |
8201 echo "$as_me: failed program was:" >&5 | |
25897 | 8202 cat conftest.$ac_ext >&5 |
40056 | 8203 eval "$as_ac_Header=no" |
8204 fi | |
8205 rm -f conftest.err conftest.$ac_ext | |
8206 fi | |
41148 | 8207 echo "$as_me:8207: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
40056 | 8208 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
8209 if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
8210 cat >>confdefs.h <<EOF | |
8211 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
8212 EOF | |
8213 | |
25897 | 8214 fi |
8215 done | |
8216 | |
29906 | 8217 for ac_func in gethostname getdomainname dup2 \ |
25897 | 8218 rename closedir mkdir rmdir sysinfo \ |
8219 random lrand48 bcopy bcmp logb frexp fmod rint cbrt ftime res_init setsid \ | |
8220 strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \ | |
29733 | 8221 utimes setrlimit setpgid getcwd getwd shutdown strftime getaddrinfo \ |
33286 | 8222 __fpending mblen mbrlen strsignal setitimer ualarm index rindex \ |
8223 gai_strerror mkstemp | |
25897 | 8224 do |
40056 | 8225 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
41148 | 8226 echo "$as_me:8226: checking for $ac_func" >&5 |
40056 | 8227 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 |
8228 if eval "test \"\${$as_ac_var+set}\" = set"; then | |
8229 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
8230 else | |
8231 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 8232 #line 8232 "configure" |
25897 | 8233 #include "confdefs.h" |
8234 /* System header to define __stub macros and hopefully few prototypes, | |
40056 | 8235 which can conflict with char $ac_func (); below. */ |
25897 | 8236 #include <assert.h> |
8237 /* Override any gcc2 internal prototype to avoid an error. */ | |
40056 | 8238 #ifdef __cplusplus |
8239 extern "C" | |
8240 #endif | |
25897 | 8241 /* We use char because int might match the return type of a gcc2 |
40056 | 8242 builtin and then its argument prototype would still apply. */ |
8243 char $ac_func (); | |
8244 char (*f) (); | |
8245 | |
8246 int | |
8247 main () | |
8248 { | |
25897 | 8249 /* The GNU C library defines this for functions which it implements |
8250 to always fail with ENOSYS. Some functions are actually named | |
8251 something starting with __ and the normal name is an alias. */ | |
8252 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
8253 choke me | |
8254 #else | |
40056 | 8255 f = $ac_func; |
8256 #endif | |
8257 | |
8258 ; | |
8259 return 0; | |
8260 } | |
8261 _ACEOF | |
8262 rm -f conftest.$ac_objext conftest$ac_exeext | |
41148 | 8263 if { (eval echo "$as_me:8263: \"$ac_link\"") >&5 |
8264 (eval $ac_link) 2>&5 | |
8265 ac_status=$? | |
8266 echo "$as_me:8266: \$? = $ac_status" >&5 | |
8267 (exit $ac_status); } && | |
8268 { ac_try='test -s conftest$ac_exeext' | |
8269 { (eval echo "$as_me:8269: \"$ac_try\"") >&5 | |
8270 (eval $ac_try) 2>&5 | |
41100 | 8271 ac_status=$? |
8272 echo "$as_me:8272: \$? = $ac_status" >&5 | |
40056 | 8273 (exit $ac_status); }; }; then |
8274 eval "$as_ac_var=yes" | |
8275 else | |
8276 echo "$as_me: failed program was:" >&5 | |
8277 cat conftest.$ac_ext >&5 | |
8278 eval "$as_ac_var=no" | |
8279 fi | |
8280 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
8281 fi | |
41148 | 8282 echo "$as_me:8282: result: `eval echo '${'$as_ac_var'}'`" >&5 |
40056 | 8283 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 |
8284 if test `eval echo '${'$as_ac_var'}'` = yes; then | |
8285 cat >>confdefs.h <<EOF | |
8286 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
8287 EOF | |
8288 | |
25897 | 8289 fi |
8290 done | |
8291 | |
40056 | 8292 for ac_header in sys/time.h unistd.h |
28607 | 8293 do |
40056 | 8294 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
41148 | 8295 echo "$as_me:8295: checking for $ac_header" >&5 |
40056 | 8296 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
8297 if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
8298 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
8299 else | |
8300 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 8301 #line 8301 "configure" |
40056 | 8302 #include "confdefs.h" |
8303 #include <$ac_header> | |
8304 _ACEOF | |
41148 | 8305 if { (eval echo "$as_me:8305: \"$ac_cpp conftest.$ac_ext\"") >&5 |
40056 | 8306 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
8307 ac_status=$? | |
8308 egrep -v '^ *\+' conftest.er1 >conftest.err | |
8309 rm -f conftest.er1 | |
8310 cat conftest.err >&5 | |
41148 | 8311 echo "$as_me:8311: \$? = $ac_status" >&5 |
40056 | 8312 (exit $ac_status); } >/dev/null; then |
8313 if test -s conftest.err; then | |
8314 ac_cpp_err=$ac_c_preproc_warn_flag | |
8315 else | |
8316 ac_cpp_err= | |
8317 fi | |
8318 else | |
8319 ac_cpp_err=yes | |
8320 fi | |
8321 if test -z "$ac_cpp_err"; then | |
8322 eval "$as_ac_Header=yes" | |
8323 else | |
8324 echo "$as_me: failed program was:" >&5 | |
28607 | 8325 cat conftest.$ac_ext >&5 |
40056 | 8326 eval "$as_ac_Header=no" |
8327 fi | |
8328 rm -f conftest.err conftest.$ac_ext | |
8329 fi | |
41148 | 8330 echo "$as_me:8330: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
40056 | 8331 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
8332 if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
8333 cat >>confdefs.h <<EOF | |
8334 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
8335 EOF | |
8336 | |
28607 | 8337 fi |
8338 done | |
8339 | |
8340 for ac_func in alarm | |
8341 do | |
40056 | 8342 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
41148 | 8343 echo "$as_me:8343: checking for $ac_func" >&5 |
40056 | 8344 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 |
8345 if eval "test \"\${$as_ac_var+set}\" = set"; then | |
8346 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
8347 else | |
8348 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 8349 #line 8349 "configure" |
28607 | 8350 #include "confdefs.h" |
8351 /* System header to define __stub macros and hopefully few prototypes, | |
40056 | 8352 which can conflict with char $ac_func (); below. */ |
28607 | 8353 #include <assert.h> |
8354 /* Override any gcc2 internal prototype to avoid an error. */ | |
40056 | 8355 #ifdef __cplusplus |
8356 extern "C" | |
8357 #endif | |
28607 | 8358 /* We use char because int might match the return type of a gcc2 |
40056 | 8359 builtin and then its argument prototype would still apply. */ |
8360 char $ac_func (); | |
8361 char (*f) (); | |
8362 | |
8363 int | |
8364 main () | |
8365 { | |
28607 | 8366 /* The GNU C library defines this for functions which it implements |
8367 to always fail with ENOSYS. Some functions are actually named | |
8368 something starting with __ and the normal name is an alias. */ | |
8369 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
8370 choke me | |
8371 #else | |
40056 | 8372 f = $ac_func; |
8373 #endif | |
8374 | |
8375 ; | |
8376 return 0; | |
8377 } | |
8378 _ACEOF | |
8379 rm -f conftest.$ac_objext conftest$ac_exeext | |
41148 | 8380 if { (eval echo "$as_me:8380: \"$ac_link\"") >&5 |
8381 (eval $ac_link) 2>&5 | |
8382 ac_status=$? | |
8383 echo "$as_me:8383: \$? = $ac_status" >&5 | |
8384 (exit $ac_status); } && | |
8385 { ac_try='test -s conftest$ac_exeext' | |
8386 { (eval echo "$as_me:8386: \"$ac_try\"") >&5 | |
8387 (eval $ac_try) 2>&5 | |
41100 | 8388 ac_status=$? |
8389 echo "$as_me:8389: \$? = $ac_status" >&5 | |
40056 | 8390 (exit $ac_status); }; }; then |
8391 eval "$as_ac_var=yes" | |
8392 else | |
8393 echo "$as_me: failed program was:" >&5 | |
8394 cat conftest.$ac_ext >&5 | |
8395 eval "$as_ac_var=no" | |
8396 fi | |
8397 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
8398 fi | |
41148 | 8399 echo "$as_me:8399: result: `eval echo '${'$as_ac_var'}'`" >&5 |
40056 | 8400 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 |
8401 if test `eval echo '${'$as_ac_var'}'` = yes; then | |
8402 cat >>confdefs.h <<EOF | |
8403 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
8404 EOF | |
8405 | |
28607 | 8406 fi |
8407 done | |
8408 | |
41148 | 8409 echo "$as_me:8409: checking for working mktime" >&5 |
40056 | 8410 echo $ECHO_N "checking for working mktime... $ECHO_C" >&6 |
8411 if test "${ac_cv_func_working_mktime+set}" = set; then | |
8412 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
28607 | 8413 else |
8414 if test "$cross_compiling" = yes; then | |
8415 ac_cv_func_working_mktime=no | |
8416 else | |
40056 | 8417 cat >conftest.$ac_ext <<_ACEOF |
41148 | 8418 #line 8418 "configure" |
40056 | 8419 #include "confdefs.h" |
8420 /* Test program from Paul Eggert and Tony Leneis. */ | |
28607 | 8421 #if TIME_WITH_SYS_TIME |
8422 # include <sys/time.h> | |
8423 # include <time.h> | |
8424 #else | |
8425 # if HAVE_SYS_TIME_H | |
8426 # include <sys/time.h> | |
8427 # else | |
8428 # include <time.h> | |
8429 # endif | |
8430 #endif | |
8431 | |
8432 #if HAVE_UNISTD_H | |
8433 # include <unistd.h> | |
8434 #endif | |
8435 | |
8436 #if !HAVE_ALARM | |
8437 # define alarm(X) /* empty */ | |
8438 #endif | |
8439 | |
8440 /* Work around redefinition to rpl_putenv by other config tests. */ | |
8441 #undef putenv | |
8442 | |
8443 static time_t time_t_max; | |
8444 | |
8445 /* Values we'll use to set the TZ environment variable. */ | |
8446 static const char *const tz_strings[] = { | |
8447 (const char *) 0, "TZ=GMT0", "TZ=JST-9", | |
8448 "TZ=EST+3EDT+2,M10.1.0/00:00:00,M2.3.0/00:00:00" | |
8449 }; | |
8450 #define N_STRINGS (sizeof (tz_strings) / sizeof (tz_strings[0])) | |
8451 | |
8452 /* Fail if mktime fails to convert a date in the spring-forward gap. | |
8453 Based on a problem report from Andreas Jaeger. */ | |
8454 static void | |
8455 spring_forward_gap () | |
8456 { | |
40056 | 8457 /* glibc (up to about 1998-10-07) failed this test. */ |
28607 | 8458 struct tm tm; |
8459 | |
8460 /* Use the portable POSIX.1 specification "TZ=PST8PDT,M4.1.0,M10.5.0" | |
8461 instead of "TZ=America/Vancouver" in order to detect the bug even | |
8462 on systems that don't support the Olson extension, or don't have the | |
8463 full zoneinfo tables installed. */ | |
8464 putenv ("TZ=PST8PDT,M4.1.0,M10.5.0"); | |
8465 | |
8466 tm.tm_year = 98; | |
8467 tm.tm_mon = 3; | |
8468 tm.tm_mday = 5; | |
8469 tm.tm_hour = 2; | |
8470 tm.tm_min = 0; | |
8471 tm.tm_sec = 0; | |
8472 tm.tm_isdst = -1; | |
8473 if (mktime (&tm) == (time_t)-1) | |
8474 exit (1); | |
8475 } | |
8476 | |
8477 static void | |
8478 mktime_test (now) | |
8479 time_t now; | |
8480 { | |
8481 struct tm *lt; | |
8482 if ((lt = localtime (&now)) && mktime (lt) != now) | |
8483 exit (1); | |
8484 now = time_t_max - now; | |
8485 if ((lt = localtime (&now)) && mktime (lt) != now) | |
8486 exit (1); | |
8487 } | |
8488 | |
8489 static void | |
8490 irix_6_4_bug () | |
8491 { | |
8492 /* Based on code from Ariel Faigon. */ | |
8493 struct tm tm; | |
8494 tm.tm_year = 96; | |
8495 tm.tm_mon = 3; | |
8496 tm.tm_mday = 0; | |
8497 tm.tm_hour = 0; | |
8498 tm.tm_min = 0; | |
8499 tm.tm_sec = 0; | |
8500 tm.tm_isdst = -1; | |
8501 mktime (&tm); | |
8502 if (tm.tm_mon != 2 || tm.tm_mday != 31) | |
8503 exit (1); | |
8504 } | |
8505 | |
8506 static void | |
8507 bigtime_test (j) | |
8508 int j; | |
8509 { | |
8510 struct tm tm; | |
8511 time_t now; | |
8512 tm.tm_year = tm.tm_mon = tm.tm_mday = tm.tm_hour = tm.tm_min = tm.tm_sec = j; | |
8513 now = mktime (&tm); | |
8514 if (now != (time_t) -1) | |
8515 { | |
8516 struct tm *lt = localtime (&now); | |
8517 if (! (lt | |
8518 && lt->tm_year == tm.tm_year | |
8519 && lt->tm_mon == tm.tm_mon | |
8520 && lt->tm_mday == tm.tm_mday | |
8521 && lt->tm_hour == tm.tm_hour | |
8522 && lt->tm_min == tm.tm_min | |
8523 && lt->tm_sec == tm.tm_sec | |
8524 && lt->tm_yday == tm.tm_yday | |
8525 && lt->tm_wday == tm.tm_wday | |
8526 && ((lt->tm_isdst < 0 ? -1 : 0 < lt->tm_isdst) | |
8527 == (tm.tm_isdst < 0 ? -1 : 0 < tm.tm_isdst)))) | |
8528 exit (1); | |
8529 } | |
8530 } | |
8531 | |
8532 int | |
8533 main () | |
8534 { | |
8535 time_t t, delta; | |
8536 int i, j; | |
8537 | |
8538 /* This test makes some buggy mktime implementations loop. | |
8539 Give up after 60 seconds; a mktime slower than that | |
8540 isn't worth using anyway. */ | |
8541 alarm (60); | |
8542 | |
8543 for (time_t_max = 1; 0 < time_t_max; time_t_max *= 2) | |
8544 continue; | |
8545 time_t_max--; | |
8546 delta = time_t_max / 997; /* a suitable prime number */ | |
8547 for (i = 0; i < N_STRINGS; i++) | |
8548 { | |
8549 if (tz_strings[i]) | |
8550 putenv (tz_strings[i]); | |
8551 | |
8552 for (t = 0; t <= time_t_max - delta; t += delta) | |
8553 mktime_test (t); | |
8554 mktime_test ((time_t) 60 * 60); | |
8555 mktime_test ((time_t) 60 * 60 * 24); | |
8556 | |
8557 for (j = 1; 0 < j; j *= 2) | |
8558 bigtime_test (j); | |
8559 bigtime_test (j - 1); | |
8560 } | |
8561 irix_6_4_bug (); | |
8562 spring_forward_gap (); | |
8563 exit (0); | |
8564 } | |
40056 | 8565 _ACEOF |
8566 rm -f conftest$ac_exeext | |
41148 | 8567 if { (eval echo "$as_me:8567: \"$ac_link\"") >&5 |
8568 (eval $ac_link) 2>&5 | |
8569 ac_status=$? | |
8570 echo "$as_me:8570: \$? = $ac_status" >&5 | |
40056 | 8571 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
41148 | 8572 { (eval echo "$as_me:8572: \"$ac_try\"") >&5 |
8573 (eval $ac_try) 2>&5 | |
8574 ac_status=$? | |
8575 echo "$as_me:8575: \$? = $ac_status" >&5 | |
40056 | 8576 (exit $ac_status); }; }; then |
28607 | 8577 ac_cv_func_working_mktime=yes |
8578 else | |
40056 | 8579 echo "$as_me: program exited with status $ac_status" >&5 |
8580 echo "$as_me: failed program was:" >&5 | |
8581 cat conftest.$ac_ext >&5 | |
8582 ac_cv_func_working_mktime=no | |
8583 fi | |
8584 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | |
8585 fi | |
8586 fi | |
41148 | 8587 echo "$as_me:8587: result: $ac_cv_func_working_mktime" >&5 |
40056 | 8588 echo "${ECHO_T}$ac_cv_func_working_mktime" >&6 |
28607 | 8589 if test $ac_cv_func_working_mktime = no; then |
40056 | 8590 LIBOBJS="$LIBOBJS mktime.$ac_objext" |
28607 | 8591 fi |
8592 | |
8593 if test "$ac_cv_func_working_mktime" = no; then | |
40056 | 8594 cat >>confdefs.h <<\EOF |
28607 | 8595 #define BROKEN_MKTIME 1 |
8596 EOF | |
8597 | |
8598 fi | |
8599 | |
29834 | 8600 ac_have_func=no # yes means we've found a way to get the load average. |
8601 | |
40056 | 8602 ac_save_LIBS=$LIBS |
8603 | |
8604 # Check for getloadavg, but be sure not to touch the cache variable. | |
41148 | 8605 (echo "$as_me:8605: checking for getloadavg" >&5 |
40056 | 8606 echo $ECHO_N "checking for getloadavg... $ECHO_C" >&6 |
8607 if test "${ac_cv_func_getloadavg+set}" = set; then | |
8608 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
8609 else | |
8610 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 8611 #line 8611 "configure" |
40056 | 8612 #include "confdefs.h" |
8613 /* System header to define __stub macros and hopefully few prototypes, | |
8614 which can conflict with char getloadavg (); below. */ | |
8615 #include <assert.h> | |
8616 /* Override any gcc2 internal prototype to avoid an error. */ | |
8617 #ifdef __cplusplus | |
8618 extern "C" | |
8619 #endif | |
8620 /* We use char because int might match the return type of a gcc2 | |
8621 builtin and then its argument prototype would still apply. */ | |
8622 char getloadavg (); | |
8623 char (*f) (); | |
8624 | |
8625 int | |
8626 main () | |
8627 { | |
8628 /* The GNU C library defines this for functions which it implements | |
8629 to always fail with ENOSYS. Some functions are actually named | |
8630 something starting with __ and the normal name is an alias. */ | |
8631 #if defined (__stub_getloadavg) || defined (__stub___getloadavg) | |
8632 choke me | |
8633 #else | |
8634 f = getloadavg; | |
8635 #endif | |
8636 | |
8637 ; | |
8638 return 0; | |
8639 } | |
8640 _ACEOF | |
8641 rm -f conftest.$ac_objext conftest$ac_exeext | |
41148 | 8642 if { (eval echo "$as_me:8642: \"$ac_link\"") >&5 |
8643 (eval $ac_link) 2>&5 | |
8644 ac_status=$? | |
8645 echo "$as_me:8645: \$? = $ac_status" >&5 | |
8646 (exit $ac_status); } && | |
8647 { ac_try='test -s conftest$ac_exeext' | |
8648 { (eval echo "$as_me:8648: \"$ac_try\"") >&5 | |
8649 (eval $ac_try) 2>&5 | |
41100 | 8650 ac_status=$? |
8651 echo "$as_me:8651: \$? = $ac_status" >&5 | |
40056 | 8652 (exit $ac_status); }; }; then |
8653 ac_cv_func_getloadavg=yes | |
8654 else | |
8655 echo "$as_me: failed program was:" >&5 | |
8656 cat conftest.$ac_ext >&5 | |
8657 ac_cv_func_getloadavg=no | |
8658 fi | |
8659 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
8660 fi | |
41148 | 8661 echo "$as_me:8661: result: $ac_cv_func_getloadavg" >&5 |
40056 | 8662 echo "${ECHO_T}$ac_cv_func_getloadavg" >&6 |
8663 if test $ac_cv_func_getloadavg = yes; then | |
8664 exit 0 | |
8665 else | |
8666 exit 1 | |
8667 fi | |
8668 ) && ac_have_func=yes | |
8669 | |
8670 # On HPUX9, an unprivileged user can get load averages through this function. | |
8671 | |
8672 for ac_func in pstat_getdynamic | |
8673 do | |
8674 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
41148 | 8675 echo "$as_me:8675: checking for $ac_func" >&5 |
40056 | 8676 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 |
8677 if eval "test \"\${$as_ac_var+set}\" = set"; then | |
8678 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
8679 else | |
8680 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 8681 #line 8681 "configure" |
40056 | 8682 #include "confdefs.h" |
8683 /* System header to define __stub macros and hopefully few prototypes, | |
8684 which can conflict with char $ac_func (); below. */ | |
8685 #include <assert.h> | |
8686 /* Override any gcc2 internal prototype to avoid an error. */ | |
8687 #ifdef __cplusplus | |
8688 extern "C" | |
8689 #endif | |
8690 /* We use char because int might match the return type of a gcc2 | |
8691 builtin and then its argument prototype would still apply. */ | |
8692 char $ac_func (); | |
8693 char (*f) (); | |
8694 | |
8695 int | |
8696 main () | |
8697 { | |
8698 /* The GNU C library defines this for functions which it implements | |
8699 to always fail with ENOSYS. Some functions are actually named | |
8700 something starting with __ and the normal name is an alias. */ | |
8701 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
8702 choke me | |
8703 #else | |
8704 f = $ac_func; | |
8705 #endif | |
8706 | |
8707 ; | |
8708 return 0; | |
8709 } | |
8710 _ACEOF | |
8711 rm -f conftest.$ac_objext conftest$ac_exeext | |
41148 | 8712 if { (eval echo "$as_me:8712: \"$ac_link\"") >&5 |
8713 (eval $ac_link) 2>&5 | |
8714 ac_status=$? | |
8715 echo "$as_me:8715: \$? = $ac_status" >&5 | |
8716 (exit $ac_status); } && | |
8717 { ac_try='test -s conftest$ac_exeext' | |
8718 { (eval echo "$as_me:8718: \"$ac_try\"") >&5 | |
8719 (eval $ac_try) 2>&5 | |
41100 | 8720 ac_status=$? |
8721 echo "$as_me:8721: \$? = $ac_status" >&5 | |
40056 | 8722 (exit $ac_status); }; }; then |
8723 eval "$as_ac_var=yes" | |
8724 else | |
8725 echo "$as_me: failed program was:" >&5 | |
8726 cat conftest.$ac_ext >&5 | |
8727 eval "$as_ac_var=no" | |
8728 fi | |
8729 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
8730 fi | |
41148 | 8731 echo "$as_me:8731: result: `eval echo '${'$as_ac_var'}'`" >&5 |
40056 | 8732 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 |
8733 if test `eval echo '${'$as_ac_var'}'` = yes; then | |
8734 cat >>confdefs.h <<EOF | |
8735 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
8736 EOF | |
8737 | |
8738 fi | |
8739 done | |
8740 | |
8741 # Solaris has libkstat which does not require root. | |
8742 | |
41148 | 8743 echo "$as_me:8743: checking for kstat_open in -lkstat" >&5 |
40056 | 8744 echo $ECHO_N "checking for kstat_open in -lkstat... $ECHO_C" >&6 |
8745 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then | |
8746 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
8747 else | |
8748 ac_check_lib_save_LIBS=$LIBS | |
8749 LIBS="-lkstat $LIBS" | |
8750 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 8751 #line 8751 "configure" |
40056 | 8752 #include "confdefs.h" |
8753 | |
8754 /* Override any gcc2 internal prototype to avoid an error. */ | |
8755 #ifdef __cplusplus | |
8756 extern "C" | |
8757 #endif | |
8758 /* We use char because int might match the return type of a gcc2 | |
8759 builtin and then its argument prototype would still apply. */ | |
8760 char kstat_open (); | |
8761 int | |
8762 main () | |
8763 { | |
8764 kstat_open (); | |
8765 ; | |
8766 return 0; | |
8767 } | |
8768 _ACEOF | |
8769 rm -f conftest.$ac_objext conftest$ac_exeext | |
41148 | 8770 if { (eval echo "$as_me:8770: \"$ac_link\"") >&5 |
8771 (eval $ac_link) 2>&5 | |
8772 ac_status=$? | |
8773 echo "$as_me:8773: \$? = $ac_status" >&5 | |
8774 (exit $ac_status); } && | |
8775 { ac_try='test -s conftest$ac_exeext' | |
8776 { (eval echo "$as_me:8776: \"$ac_try\"") >&5 | |
8777 (eval $ac_try) 2>&5 | |
41100 | 8778 ac_status=$? |
8779 echo "$as_me:8779: \$? = $ac_status" >&5 | |
40056 | 8780 (exit $ac_status); }; }; then |
8781 ac_cv_lib_kstat_kstat_open=yes | |
8782 else | |
8783 echo "$as_me: failed program was:" >&5 | |
8784 cat conftest.$ac_ext >&5 | |
8785 ac_cv_lib_kstat_kstat_open=no | |
8786 fi | |
8787 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
8788 LIBS=$ac_check_lib_save_LIBS | |
8789 fi | |
41148 | 8790 echo "$as_me:8790: result: $ac_cv_lib_kstat_kstat_open" >&5 |
40056 | 8791 echo "${ECHO_T}$ac_cv_lib_kstat_kstat_open" >&6 |
8792 if test $ac_cv_lib_kstat_kstat_open = yes; then | |
8793 cat >>confdefs.h <<EOF | |
8794 #define HAVE_LIBKSTAT 1 | |
8795 EOF | |
8796 | |
8797 LIBS="-lkstat $LIBS" | |
8798 | |
8799 fi | |
8800 | |
8801 test $ac_cv_lib_kstat_kstat_open = yes && ac_have_func=yes | |
8802 | |
29834 | 8803 # Some systems with -lutil have (and need) -lkvm as well, some do not. |
8804 # On Solaris, -lkvm requires nlist from -lelf, so check that first | |
8805 # to get the right answer into the cache. | |
40056 | 8806 # For kstat on solaris, we need libelf to force the definition of SVR4 below. |
8807 if test $ac_have_func = no; then | |
41148 | 8808 echo "$as_me:8808: checking for elf_begin in -lelf" >&5 |
40056 | 8809 echo $ECHO_N "checking for elf_begin in -lelf... $ECHO_C" >&6 |
8810 if test "${ac_cv_lib_elf_elf_begin+set}" = set; then | |
8811 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
8812 else | |
8813 ac_check_lib_save_LIBS=$LIBS | |
29834 | 8814 LIBS="-lelf $LIBS" |
40056 | 8815 cat >conftest.$ac_ext <<_ACEOF |
41148 | 8816 #line 8816 "configure" |
40056 | 8817 #include "confdefs.h" |
8818 | |
29834 | 8819 /* Override any gcc2 internal prototype to avoid an error. */ |
40056 | 8820 #ifdef __cplusplus |
8821 extern "C" | |
8822 #endif | |
29834 | 8823 /* We use char because int might match the return type of a gcc2 |
40056 | 8824 builtin and then its argument prototype would still apply. */ |
8825 char elf_begin (); | |
8826 int | |
8827 main () | |
8828 { | |
8829 elf_begin (); | |
8830 ; | |
8831 return 0; | |
8832 } | |
8833 _ACEOF | |
8834 rm -f conftest.$ac_objext conftest$ac_exeext | |
41148 | 8835 if { (eval echo "$as_me:8835: \"$ac_link\"") >&5 |
8836 (eval $ac_link) 2>&5 | |
8837 ac_status=$? | |
8838 echo "$as_me:8838: \$? = $ac_status" >&5 | |
8839 (exit $ac_status); } && | |
8840 { ac_try='test -s conftest$ac_exeext' | |
8841 { (eval echo "$as_me:8841: \"$ac_try\"") >&5 | |
8842 (eval $ac_try) 2>&5 | |
41100 | 8843 ac_status=$? |
8844 echo "$as_me:8844: \$? = $ac_status" >&5 | |
40056 | 8845 (exit $ac_status); }; }; then |
8846 ac_cv_lib_elf_elf_begin=yes | |
8847 else | |
8848 echo "$as_me: failed program was:" >&5 | |
8849 cat conftest.$ac_ext >&5 | |
8850 ac_cv_lib_elf_elf_begin=no | |
8851 fi | |
8852 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
8853 LIBS=$ac_check_lib_save_LIBS | |
8854 fi | |
41148 | 8855 echo "$as_me:8855: result: $ac_cv_lib_elf_elf_begin" >&5 |
40056 | 8856 echo "${ECHO_T}$ac_cv_lib_elf_elf_begin" >&6 |
8857 if test $ac_cv_lib_elf_elf_begin = yes; then | |
29834 | 8858 LIBS="-lelf $LIBS" |
40056 | 8859 fi |
8860 | |
8861 fi | |
8862 if test $ac_have_func = no; then | |
41148 | 8863 echo "$as_me:8863: checking for kvm_open in -lkvm" >&5 |
40056 | 8864 echo $ECHO_N "checking for kvm_open in -lkvm... $ECHO_C" >&6 |
8865 if test "${ac_cv_lib_kvm_kvm_open+set}" = set; then | |
8866 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
8867 else | |
8868 ac_check_lib_save_LIBS=$LIBS | |
29834 | 8869 LIBS="-lkvm $LIBS" |
40056 | 8870 cat >conftest.$ac_ext <<_ACEOF |
41148 | 8871 #line 8871 "configure" |
40056 | 8872 #include "confdefs.h" |
8873 | |
29834 | 8874 /* Override any gcc2 internal prototype to avoid an error. */ |
40056 | 8875 #ifdef __cplusplus |
8876 extern "C" | |
8877 #endif | |
29834 | 8878 /* We use char because int might match the return type of a gcc2 |
40056 | 8879 builtin and then its argument prototype would still apply. */ |
8880 char kvm_open (); | |
8881 int | |
8882 main () | |
8883 { | |
8884 kvm_open (); | |
8885 ; | |
8886 return 0; | |
8887 } | |
8888 _ACEOF | |
8889 rm -f conftest.$ac_objext conftest$ac_exeext | |
41148 | 8890 if { (eval echo "$as_me:8890: \"$ac_link\"") >&5 |
8891 (eval $ac_link) 2>&5 | |
8892 ac_status=$? | |
8893 echo "$as_me:8893: \$? = $ac_status" >&5 | |
8894 (exit $ac_status); } && | |
8895 { ac_try='test -s conftest$ac_exeext' | |
8896 { (eval echo "$as_me:8896: \"$ac_try\"") >&5 | |
8897 (eval $ac_try) 2>&5 | |
41100 | 8898 ac_status=$? |
8899 echo "$as_me:8899: \$? = $ac_status" >&5 | |
40056 | 8900 (exit $ac_status); }; }; then |
8901 ac_cv_lib_kvm_kvm_open=yes | |
8902 else | |
8903 echo "$as_me: failed program was:" >&5 | |
8904 cat conftest.$ac_ext >&5 | |
8905 ac_cv_lib_kvm_kvm_open=no | |
8906 fi | |
8907 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
8908 LIBS=$ac_check_lib_save_LIBS | |
8909 fi | |
41148 | 8910 echo "$as_me:8910: result: $ac_cv_lib_kvm_kvm_open" >&5 |
40056 | 8911 echo "${ECHO_T}$ac_cv_lib_kvm_kvm_open" >&6 |
8912 if test $ac_cv_lib_kvm_kvm_open = yes; then | |
29834 | 8913 LIBS="-lkvm $LIBS" |
40056 | 8914 fi |
8915 | |
8916 # Check for the 4.4BSD definition of getloadavg. | |
41148 | 8917 echo "$as_me:8917: checking for getloadavg in -lutil" >&5 |
40056 | 8918 echo $ECHO_N "checking for getloadavg in -lutil... $ECHO_C" >&6 |
8919 if test "${ac_cv_lib_util_getloadavg+set}" = set; then | |
8920 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
8921 else | |
8922 ac_check_lib_save_LIBS=$LIBS | |
29834 | 8923 LIBS="-lutil $LIBS" |
40056 | 8924 cat >conftest.$ac_ext <<_ACEOF |
41148 | 8925 #line 8925 "configure" |
40056 | 8926 #include "confdefs.h" |
8927 | |
29834 | 8928 /* Override any gcc2 internal prototype to avoid an error. */ |
40056 | 8929 #ifdef __cplusplus |
8930 extern "C" | |
8931 #endif | |
29834 | 8932 /* We use char because int might match the return type of a gcc2 |
40056 | 8933 builtin and then its argument prototype would still apply. */ |
8934 char getloadavg (); | |
8935 int | |
8936 main () | |
8937 { | |
8938 getloadavg (); | |
8939 ; | |
8940 return 0; | |
8941 } | |
8942 _ACEOF | |
8943 rm -f conftest.$ac_objext conftest$ac_exeext | |
41148 | 8944 if { (eval echo "$as_me:8944: \"$ac_link\"") >&5 |
8945 (eval $ac_link) 2>&5 | |
8946 ac_status=$? | |
8947 echo "$as_me:8947: \$? = $ac_status" >&5 | |
8948 (exit $ac_status); } && | |
8949 { ac_try='test -s conftest$ac_exeext' | |
8950 { (eval echo "$as_me:8950: \"$ac_try\"") >&5 | |
8951 (eval $ac_try) 2>&5 | |
41100 | 8952 ac_status=$? |
8953 echo "$as_me:8953: \$? = $ac_status" >&5 | |
40056 | 8954 (exit $ac_status); }; }; then |
8955 ac_cv_lib_util_getloadavg=yes | |
8956 else | |
8957 echo "$as_me: failed program was:" >&5 | |
8958 cat conftest.$ac_ext >&5 | |
8959 ac_cv_lib_util_getloadavg=no | |
8960 fi | |
8961 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
8962 LIBS=$ac_check_lib_save_LIBS | |
8963 fi | |
41148 | 8964 echo "$as_me:8964: result: $ac_cv_lib_util_getloadavg" >&5 |
40056 | 8965 echo "${ECHO_T}$ac_cv_lib_util_getloadavg" >&6 |
8966 if test $ac_cv_lib_util_getloadavg = yes; then | |
29834 | 8967 LIBS="-lutil $LIBS" ac_have_func=yes ac_cv_func_getloadavg_setgid=yes |
40056 | 8968 fi |
8969 | |
8970 fi | |
29834 | 8971 |
8972 if test $ac_have_func = no; then | |
8973 # There is a commonly available library for RS/6000 AIX. | |
8974 # Since it is not a standard part of AIX, it might be installed locally. | |
40056 | 8975 ac_getloadavg_LIBS=$LIBS |
8976 LIBS="-L/usr/local/lib $LIBS" | |
41148 | 8977 echo "$as_me:8977: checking for getloadavg in -lgetloadavg" >&5 |
40056 | 8978 echo $ECHO_N "checking for getloadavg in -lgetloadavg... $ECHO_C" >&6 |
8979 if test "${ac_cv_lib_getloadavg_getloadavg+set}" = set; then | |
8980 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
8981 else | |
8982 ac_check_lib_save_LIBS=$LIBS | |
29834 | 8983 LIBS="-lgetloadavg $LIBS" |
40056 | 8984 cat >conftest.$ac_ext <<_ACEOF |
41148 | 8985 #line 8985 "configure" |
40056 | 8986 #include "confdefs.h" |
8987 | |
29834 | 8988 /* Override any gcc2 internal prototype to avoid an error. */ |
40056 | 8989 #ifdef __cplusplus |
8990 extern "C" | |
8991 #endif | |
29834 | 8992 /* We use char because int might match the return type of a gcc2 |
40056 | 8993 builtin and then its argument prototype would still apply. */ |
8994 char getloadavg (); | |
8995 int | |
8996 main () | |
8997 { | |
8998 getloadavg (); | |
8999 ; | |
9000 return 0; | |
9001 } | |
9002 _ACEOF | |
9003 rm -f conftest.$ac_objext conftest$ac_exeext | |
41148 | 9004 if { (eval echo "$as_me:9004: \"$ac_link\"") >&5 |
9005 (eval $ac_link) 2>&5 | |
9006 ac_status=$? | |
9007 echo "$as_me:9007: \$? = $ac_status" >&5 | |
9008 (exit $ac_status); } && | |
9009 { ac_try='test -s conftest$ac_exeext' | |
9010 { (eval echo "$as_me:9010: \"$ac_try\"") >&5 | |
9011 (eval $ac_try) 2>&5 | |
41100 | 9012 ac_status=$? |
9013 echo "$as_me:9013: \$? = $ac_status" >&5 | |
40056 | 9014 (exit $ac_status); }; }; then |
9015 ac_cv_lib_getloadavg_getloadavg=yes | |
9016 else | |
9017 echo "$as_me: failed program was:" >&5 | |
9018 cat conftest.$ac_ext >&5 | |
9019 ac_cv_lib_getloadavg_getloadavg=no | |
9020 fi | |
9021 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
9022 LIBS=$ac_check_lib_save_LIBS | |
9023 fi | |
41148 | 9024 echo "$as_me:9024: result: $ac_cv_lib_getloadavg_getloadavg" >&5 |
40056 | 9025 echo "${ECHO_T}$ac_cv_lib_getloadavg_getloadavg" >&6 |
9026 if test $ac_cv_lib_getloadavg_getloadavg = yes; then | |
29834 | 9027 LIBS="-lgetloadavg $LIBS" |
9028 else | |
40056 | 9029 LIBS=$ac_getloadavg_LIBS |
9030 fi | |
9031 | |
9032 fi | |
9033 | |
9034 # Make sure it is really in the library, if we think we found it, | |
9035 # otherwise set up the replacement function. | |
9036 | |
29834 | 9037 for ac_func in getloadavg |
9038 do | |
40056 | 9039 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
41148 | 9040 echo "$as_me:9040: checking for $ac_func" >&5 |
40056 | 9041 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 |
9042 if eval "test \"\${$as_ac_var+set}\" = set"; then | |
9043 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
9044 else | |
9045 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 9046 #line 9046 "configure" |
29834 | 9047 #include "confdefs.h" |
9048 /* System header to define __stub macros and hopefully few prototypes, | |
40056 | 9049 which can conflict with char $ac_func (); below. */ |
29834 | 9050 #include <assert.h> |
9051 /* Override any gcc2 internal prototype to avoid an error. */ | |
40056 | 9052 #ifdef __cplusplus |
9053 extern "C" | |
9054 #endif | |
29834 | 9055 /* We use char because int might match the return type of a gcc2 |
40056 | 9056 builtin and then its argument prototype would still apply. */ |
9057 char $ac_func (); | |
9058 char (*f) (); | |
9059 | |
9060 int | |
9061 main () | |
9062 { | |
29834 | 9063 /* The GNU C library defines this for functions which it implements |
9064 to always fail with ENOSYS. Some functions are actually named | |
9065 something starting with __ and the normal name is an alias. */ | |
9066 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
9067 choke me | |
9068 #else | |
40056 | 9069 f = $ac_func; |
9070 #endif | |
9071 | |
9072 ; | |
9073 return 0; | |
9074 } | |
9075 _ACEOF | |
9076 rm -f conftest.$ac_objext conftest$ac_exeext | |
41148 | 9077 if { (eval echo "$as_me:9077: \"$ac_link\"") >&5 |
9078 (eval $ac_link) 2>&5 | |
9079 ac_status=$? | |
9080 echo "$as_me:9080: \$? = $ac_status" >&5 | |
9081 (exit $ac_status); } && | |
9082 { ac_try='test -s conftest$ac_exeext' | |
9083 { (eval echo "$as_me:9083: \"$ac_try\"") >&5 | |
9084 (eval $ac_try) 2>&5 | |
41100 | 9085 ac_status=$? |
9086 echo "$as_me:9086: \$? = $ac_status" >&5 | |
40056 | 9087 (exit $ac_status); }; }; then |
9088 eval "$as_ac_var=yes" | |
9089 else | |
9090 echo "$as_me: failed program was:" >&5 | |
9091 cat conftest.$ac_ext >&5 | |
9092 eval "$as_ac_var=no" | |
9093 fi | |
9094 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
9095 fi | |
41148 | 9096 echo "$as_me:9096: result: `eval echo '${'$as_ac_var'}'`" >&5 |
40056 | 9097 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 |
9098 if test `eval echo '${'$as_ac_var'}'` = yes; then | |
9099 cat >>confdefs.h <<EOF | |
9100 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
9101 EOF | |
9102 | |
9103 else | |
9104 LIBOBJS="$LIBOBJS getloadavg.$ac_objext" | |
9105 | |
9106 cat >>confdefs.h <<\EOF | |
9107 #define C_GETLOADAVG 1 | |
9108 EOF | |
9109 | |
9110 # Figure out what our getloadavg.c needs. | |
9111 ac_have_func=no | |
41148 | 9112 echo "$as_me:9112: checking for sys/dg_sys_info.h" >&5 |
40056 | 9113 echo $ECHO_N "checking for sys/dg_sys_info.h... $ECHO_C" >&6 |
9114 if test "${ac_cv_header_sys_dg_sys_info_h+set}" = set; then | |
9115 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
9116 else | |
9117 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 9118 #line 9118 "configure" |
29834 | 9119 #include "confdefs.h" |
9120 #include <sys/dg_sys_info.h> | |
40056 | 9121 _ACEOF |
41148 | 9122 if { (eval echo "$as_me:9122: \"$ac_cpp conftest.$ac_ext\"") >&5 |
40056 | 9123 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
9124 ac_status=$? | |
9125 egrep -v '^ *\+' conftest.er1 >conftest.err | |
9126 rm -f conftest.er1 | |
9127 cat conftest.err >&5 | |
41148 | 9128 echo "$as_me:9128: \$? = $ac_status" >&5 |
40056 | 9129 (exit $ac_status); } >/dev/null; then |
9130 if test -s conftest.err; then | |
9131 ac_cpp_err=$ac_c_preproc_warn_flag | |
9132 else | |
9133 ac_cpp_err= | |
9134 fi | |
9135 else | |
9136 ac_cpp_err=yes | |
9137 fi | |
9138 if test -z "$ac_cpp_err"; then | |
9139 ac_cv_header_sys_dg_sys_info_h=yes | |
9140 else | |
9141 echo "$as_me: failed program was:" >&5 | |
29834 | 9142 cat conftest.$ac_ext >&5 |
40056 | 9143 ac_cv_header_sys_dg_sys_info_h=no |
9144 fi | |
9145 rm -f conftest.err conftest.$ac_ext | |
9146 fi | |
41148 | 9147 echo "$as_me:9147: result: $ac_cv_header_sys_dg_sys_info_h" >&5 |
40056 | 9148 echo "${ECHO_T}$ac_cv_header_sys_dg_sys_info_h" >&6 |
9149 if test $ac_cv_header_sys_dg_sys_info_h = yes; then | |
9150 ac_have_func=yes | |
9151 | |
9152 cat >>confdefs.h <<\EOF | |
29834 | 9153 #define DGUX 1 |
9154 EOF | |
9155 | |
41148 | 9156 echo "$as_me:9156: checking for dg_sys_info in -ldgc" >&5 |
40056 | 9157 echo $ECHO_N "checking for dg_sys_info in -ldgc... $ECHO_C" >&6 |
9158 if test "${ac_cv_lib_dgc_dg_sys_info+set}" = set; then | |
9159 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
9160 else | |
9161 ac_check_lib_save_LIBS=$LIBS | |
29834 | 9162 LIBS="-ldgc $LIBS" |
40056 | 9163 cat >conftest.$ac_ext <<_ACEOF |
41148 | 9164 #line 9164 "configure" |
40056 | 9165 #include "confdefs.h" |
9166 | |
29834 | 9167 /* Override any gcc2 internal prototype to avoid an error. */ |
40056 | 9168 #ifdef __cplusplus |
9169 extern "C" | |
9170 #endif | |
29834 | 9171 /* We use char because int might match the return type of a gcc2 |
40056 | 9172 builtin and then its argument prototype would still apply. */ |
9173 char dg_sys_info (); | |
9174 int | |
9175 main () | |
9176 { | |
9177 dg_sys_info (); | |
9178 ; | |
9179 return 0; | |
9180 } | |
9181 _ACEOF | |
9182 rm -f conftest.$ac_objext conftest$ac_exeext | |
41148 | 9183 if { (eval echo "$as_me:9183: \"$ac_link\"") >&5 |
9184 (eval $ac_link) 2>&5 | |
9185 ac_status=$? | |
9186 echo "$as_me:9186: \$? = $ac_status" >&5 | |
9187 (exit $ac_status); } && | |
9188 { ac_try='test -s conftest$ac_exeext' | |
9189 { (eval echo "$as_me:9189: \"$ac_try\"") >&5 | |
9190 (eval $ac_try) 2>&5 | |
41100 | 9191 ac_status=$? |
9192 echo "$as_me:9192: \$? = $ac_status" >&5 | |
40056 | 9193 (exit $ac_status); }; }; then |
9194 ac_cv_lib_dgc_dg_sys_info=yes | |
9195 else | |
9196 echo "$as_me: failed program was:" >&5 | |
9197 cat conftest.$ac_ext >&5 | |
9198 ac_cv_lib_dgc_dg_sys_info=no | |
9199 fi | |
9200 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
9201 LIBS=$ac_check_lib_save_LIBS | |
9202 fi | |
41148 | 9203 echo "$as_me:9203: result: $ac_cv_lib_dgc_dg_sys_info" >&5 |
40056 | 9204 echo "${ECHO_T}$ac_cv_lib_dgc_dg_sys_info" >&6 |
9205 if test $ac_cv_lib_dgc_dg_sys_info = yes; then | |
9206 cat >>confdefs.h <<EOF | |
9207 #define HAVE_LIBDGC 1 | |
29834 | 9208 EOF |
9209 | |
9210 LIBS="-ldgc $LIBS" | |
9211 | |
40056 | 9212 fi |
9213 | |
9214 fi | |
9215 | |
41148 | 9216 echo "$as_me:9216: checking for locale.h" >&5 |
40056 | 9217 echo $ECHO_N "checking for locale.h... $ECHO_C" >&6 |
9218 if test "${ac_cv_header_locale_h+set}" = set; then | |
9219 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
9220 else | |
9221 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 9222 #line 9222 "configure" |
40056 | 9223 #include "confdefs.h" |
9224 #include <locale.h> | |
9225 _ACEOF | |
41148 | 9226 if { (eval echo "$as_me:9226: \"$ac_cpp conftest.$ac_ext\"") >&5 |
40056 | 9227 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
9228 ac_status=$? | |
9229 egrep -v '^ *\+' conftest.er1 >conftest.err | |
9230 rm -f conftest.er1 | |
9231 cat conftest.err >&5 | |
41148 | 9232 echo "$as_me:9232: \$? = $ac_status" >&5 |
40056 | 9233 (exit $ac_status); } >/dev/null; then |
9234 if test -s conftest.err; then | |
9235 ac_cpp_err=$ac_c_preproc_warn_flag | |
9236 else | |
9237 ac_cpp_err= | |
9238 fi | |
9239 else | |
9240 ac_cpp_err=yes | |
9241 fi | |
9242 if test -z "$ac_cpp_err"; then | |
9243 ac_cv_header_locale_h=yes | |
9244 else | |
9245 echo "$as_me: failed program was:" >&5 | |
9246 cat conftest.$ac_ext >&5 | |
9247 ac_cv_header_locale_h=no | |
9248 fi | |
9249 rm -f conftest.err conftest.$ac_ext | |
9250 fi | |
41148 | 9251 echo "$as_me:9251: result: $ac_cv_header_locale_h" >&5 |
40056 | 9252 echo "${ECHO_T}$ac_cv_header_locale_h" >&6 |
9253 | |
9254 for ac_func in setlocale | |
9255 do | |
9256 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
41148 | 9257 echo "$as_me:9257: checking for $ac_func" >&5 |
40056 | 9258 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 |
9259 if eval "test \"\${$as_ac_var+set}\" = set"; then | |
9260 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
9261 else | |
9262 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 9263 #line 9263 "configure" |
40056 | 9264 #include "confdefs.h" |
9265 /* System header to define __stub macros and hopefully few prototypes, | |
9266 which can conflict with char $ac_func (); below. */ | |
9267 #include <assert.h> | |
9268 /* Override any gcc2 internal prototype to avoid an error. */ | |
9269 #ifdef __cplusplus | |
9270 extern "C" | |
9271 #endif | |
9272 /* We use char because int might match the return type of a gcc2 | |
9273 builtin and then its argument prototype would still apply. */ | |
9274 char $ac_func (); | |
9275 char (*f) (); | |
9276 | |
9277 int | |
9278 main () | |
9279 { | |
9280 /* The GNU C library defines this for functions which it implements | |
9281 to always fail with ENOSYS. Some functions are actually named | |
9282 something starting with __ and the normal name is an alias. */ | |
9283 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
9284 choke me | |
9285 #else | |
9286 f = $ac_func; | |
9287 #endif | |
9288 | |
9289 ; | |
9290 return 0; | |
9291 } | |
9292 _ACEOF | |
9293 rm -f conftest.$ac_objext conftest$ac_exeext | |
41148 | 9294 if { (eval echo "$as_me:9294: \"$ac_link\"") >&5 |
9295 (eval $ac_link) 2>&5 | |
9296 ac_status=$? | |
9297 echo "$as_me:9297: \$? = $ac_status" >&5 | |
9298 (exit $ac_status); } && | |
9299 { ac_try='test -s conftest$ac_exeext' | |
9300 { (eval echo "$as_me:9300: \"$ac_try\"") >&5 | |
9301 (eval $ac_try) 2>&5 | |
41100 | 9302 ac_status=$? |
9303 echo "$as_me:9303: \$? = $ac_status" >&5 | |
40056 | 9304 (exit $ac_status); }; }; then |
9305 eval "$as_ac_var=yes" | |
9306 else | |
9307 echo "$as_me: failed program was:" >&5 | |
9308 cat conftest.$ac_ext >&5 | |
9309 eval "$as_ac_var=no" | |
9310 fi | |
9311 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
9312 fi | |
41148 | 9313 echo "$as_me:9313: result: `eval echo '${'$as_ac_var'}'`" >&5 |
40056 | 9314 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 |
9315 if test `eval echo '${'$as_ac_var'}'` = yes; then | |
9316 cat >>confdefs.h <<EOF | |
9317 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
9318 EOF | |
9319 | |
9320 fi | |
9321 done | |
9322 | |
9323 # We cannot check for <dwarf.h>, because Solaris 2 does not use dwarf (it | |
9324 # uses stabs), but it is still SVR4. We cannot check for <elf.h> because | |
9325 # Irix 4.0.5F has the header but not the library. | |
9326 if test $ac_have_func = no && test "$ac_cv_lib_elf_elf_begin" = yes; then | |
9327 ac_have_func=yes | |
9328 | |
9329 cat >>confdefs.h <<\EOF | |
29834 | 9330 #define SVR4 1 |
9331 EOF | |
9332 | |
40056 | 9333 fi |
9334 | |
9335 if test $ac_have_func = no; then | |
41148 | 9336 echo "$as_me:9336: checking for inq_stats/cpustats.h" >&5 |
40056 | 9337 echo $ECHO_N "checking for inq_stats/cpustats.h... $ECHO_C" >&6 |
9338 if test "${ac_cv_header_inq_stats_cpustats_h+set}" = set; then | |
9339 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
9340 else | |
9341 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 9342 #line 9342 "configure" |
29834 | 9343 #include "confdefs.h" |
9344 #include <inq_stats/cpustats.h> | |
40056 | 9345 _ACEOF |
41148 | 9346 if { (eval echo "$as_me:9346: \"$ac_cpp conftest.$ac_ext\"") >&5 |
40056 | 9347 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
9348 ac_status=$? | |
9349 egrep -v '^ *\+' conftest.er1 >conftest.err | |
9350 rm -f conftest.er1 | |
9351 cat conftest.err >&5 | |
41148 | 9352 echo "$as_me:9352: \$? = $ac_status" >&5 |
40056 | 9353 (exit $ac_status); } >/dev/null; then |
9354 if test -s conftest.err; then | |
9355 ac_cpp_err=$ac_c_preproc_warn_flag | |
9356 else | |
9357 ac_cpp_err= | |
9358 fi | |
9359 else | |
9360 ac_cpp_err=yes | |
9361 fi | |
9362 if test -z "$ac_cpp_err"; then | |
9363 ac_cv_header_inq_stats_cpustats_h=yes | |
9364 else | |
9365 echo "$as_me: failed program was:" >&5 | |
29834 | 9366 cat conftest.$ac_ext >&5 |
40056 | 9367 ac_cv_header_inq_stats_cpustats_h=no |
9368 fi | |
9369 rm -f conftest.err conftest.$ac_ext | |
9370 fi | |
41148 | 9371 echo "$as_me:9371: result: $ac_cv_header_inq_stats_cpustats_h" >&5 |
40056 | 9372 echo "${ECHO_T}$ac_cv_header_inq_stats_cpustats_h" >&6 |
9373 if test $ac_cv_header_inq_stats_cpustats_h = yes; then | |
9374 ac_have_func=yes | |
9375 | |
9376 cat >>confdefs.h <<\EOF | |
29834 | 9377 #define UMAX 1 |
9378 EOF | |
9379 | |
40056 | 9380 cat >>confdefs.h <<\EOF |
29834 | 9381 #define UMAX4_3 1 |
9382 EOF | |
9383 | |
40056 | 9384 fi |
9385 | |
9386 fi | |
9387 | |
9388 if test $ac_have_func = no; then | |
41148 | 9389 echo "$as_me:9389: checking for sys/cpustats.h" >&5 |
40056 | 9390 echo $ECHO_N "checking for sys/cpustats.h... $ECHO_C" >&6 |
9391 if test "${ac_cv_header_sys_cpustats_h+set}" = set; then | |
9392 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
9393 else | |
9394 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 9395 #line 9395 "configure" |
29834 | 9396 #include "confdefs.h" |
9397 #include <sys/cpustats.h> | |
40056 | 9398 _ACEOF |
41148 | 9399 if { (eval echo "$as_me:9399: \"$ac_cpp conftest.$ac_ext\"") >&5 |
40056 | 9400 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
9401 ac_status=$? | |
9402 egrep -v '^ *\+' conftest.er1 >conftest.err | |
9403 rm -f conftest.er1 | |
9404 cat conftest.err >&5 | |
41148 | 9405 echo "$as_me:9405: \$? = $ac_status" >&5 |
40056 | 9406 (exit $ac_status); } >/dev/null; then |
9407 if test -s conftest.err; then | |
9408 ac_cpp_err=$ac_c_preproc_warn_flag | |
9409 else | |
9410 ac_cpp_err= | |
9411 fi | |
9412 else | |
9413 ac_cpp_err=yes | |
9414 fi | |
9415 if test -z "$ac_cpp_err"; then | |
9416 ac_cv_header_sys_cpustats_h=yes | |
9417 else | |
9418 echo "$as_me: failed program was:" >&5 | |
29834 | 9419 cat conftest.$ac_ext >&5 |
40056 | 9420 ac_cv_header_sys_cpustats_h=no |
9421 fi | |
9422 rm -f conftest.err conftest.$ac_ext | |
9423 fi | |
41148 | 9424 echo "$as_me:9424: result: $ac_cv_header_sys_cpustats_h" >&5 |
40056 | 9425 echo "${ECHO_T}$ac_cv_header_sys_cpustats_h" >&6 |
9426 if test $ac_cv_header_sys_cpustats_h = yes; then | |
9427 ac_have_func=yes; cat >>confdefs.h <<\EOF | |
29834 | 9428 #define UMAX 1 |
9429 EOF | |
9430 | |
40056 | 9431 fi |
9432 | |
9433 fi | |
9434 | |
9435 if test $ac_have_func = no; then | |
9436 | |
9437 for ac_header in mach/mach.h | |
29834 | 9438 do |
40056 | 9439 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
41148 | 9440 echo "$as_me:9440: checking for $ac_header" >&5 |
40056 | 9441 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
9442 if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
9443 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
9444 else | |
9445 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 9446 #line 9446 "configure" |
40056 | 9447 #include "confdefs.h" |
9448 #include <$ac_header> | |
9449 _ACEOF | |
41148 | 9450 if { (eval echo "$as_me:9450: \"$ac_cpp conftest.$ac_ext\"") >&5 |
40056 | 9451 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
9452 ac_status=$? | |
9453 egrep -v '^ *\+' conftest.er1 >conftest.err | |
9454 rm -f conftest.er1 | |
9455 cat conftest.err >&5 | |
41148 | 9456 echo "$as_me:9456: \$? = $ac_status" >&5 |
40056 | 9457 (exit $ac_status); } >/dev/null; then |
9458 if test -s conftest.err; then | |
9459 ac_cpp_err=$ac_c_preproc_warn_flag | |
9460 else | |
9461 ac_cpp_err= | |
9462 fi | |
9463 else | |
9464 ac_cpp_err=yes | |
9465 fi | |
9466 if test -z "$ac_cpp_err"; then | |
9467 eval "$as_ac_Header=yes" | |
9468 else | |
9469 echo "$as_me: failed program was:" >&5 | |
29834 | 9470 cat conftest.$ac_ext >&5 |
40056 | 9471 eval "$as_ac_Header=no" |
9472 fi | |
9473 rm -f conftest.err conftest.$ac_ext | |
9474 fi | |
41148 | 9475 echo "$as_me:9475: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
40056 | 9476 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
9477 if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
9478 cat >>confdefs.h <<EOF | |
9479 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
9480 EOF | |
9481 | |
29834 | 9482 fi |
9483 done | |
9484 | |
40056 | 9485 fi |
9486 | |
9487 for ac_header in nlist.h | |
9488 do | |
9489 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
41148 | 9490 echo "$as_me:9490: checking for $ac_header" >&5 |
40056 | 9491 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
9492 if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
9493 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
9494 else | |
9495 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 9496 #line 9496 "configure" |
40056 | 9497 #include "confdefs.h" |
9498 #include <$ac_header> | |
9499 _ACEOF | |
41148 | 9500 if { (eval echo "$as_me:9500: \"$ac_cpp conftest.$ac_ext\"") >&5 |
40056 | 9501 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
9502 ac_status=$? | |
9503 egrep -v '^ *\+' conftest.er1 >conftest.err | |
9504 rm -f conftest.er1 | |
9505 cat conftest.err >&5 | |
41148 | 9506 echo "$as_me:9506: \$? = $ac_status" >&5 |
40056 | 9507 (exit $ac_status); } >/dev/null; then |
9508 if test -s conftest.err; then | |
9509 ac_cpp_err=$ac_c_preproc_warn_flag | |
9510 else | |
9511 ac_cpp_err= | |
9512 fi | |
9513 else | |
9514 ac_cpp_err=yes | |
9515 fi | |
9516 if test -z "$ac_cpp_err"; then | |
9517 eval "$as_ac_Header=yes" | |
9518 else | |
9519 echo "$as_me: failed program was:" >&5 | |
9520 cat conftest.$ac_ext >&5 | |
9521 eval "$as_ac_Header=no" | |
9522 fi | |
9523 rm -f conftest.err conftest.$ac_ext | |
9524 fi | |
41148 | 9525 echo "$as_me:9525: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
40056 | 9526 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
9527 if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
9528 cat >>confdefs.h <<EOF | |
9529 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
9530 EOF | |
41148 | 9531 echo "$as_me:9531: checking for struct nlist.n_un.n_name" >&5 |
40056 | 9532 echo $ECHO_N "checking for struct nlist.n_un.n_name... $ECHO_C" >&6 |
9533 if test "${ac_cv_member_struct_nlist_n_un_n_name+set}" = set; then | |
9534 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
9535 else | |
9536 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 9537 #line 9537 "configure" |
29834 | 9538 #include "confdefs.h" |
9539 #include <nlist.h> | |
40056 | 9540 |
9541 int | |
9542 main () | |
9543 { | |
9544 static struct nlist ac_aggr; | |
9545 if (ac_aggr.n_un.n_name) | |
9546 return 0; | |
9547 ; | |
9548 return 0; | |
9549 } | |
9550 _ACEOF | |
9551 rm -f conftest.$ac_objext | |
41148 | 9552 if { (eval echo "$as_me:9552: \"$ac_compile\"") >&5 |
40056 | 9553 (eval $ac_compile) 2>&5 |
9554 ac_status=$? | |
41148 | 9555 echo "$as_me:9555: \$? = $ac_status" >&5 |
9556 (exit $ac_status); } && | |
9557 { ac_try='test -s conftest.$ac_objext' | |
9558 { (eval echo "$as_me:9558: \"$ac_try\"") >&5 | |
9559 (eval $ac_try) 2>&5 | |
9560 ac_status=$? | |
41100 | 9561 echo "$as_me:9561: \$? = $ac_status" >&5 |
40056 | 9562 (exit $ac_status); }; }; then |
9563 ac_cv_member_struct_nlist_n_un_n_name=yes | |
9564 else | |
9565 echo "$as_me: failed program was:" >&5 | |
9566 cat conftest.$ac_ext >&5 | |
9567 ac_cv_member_struct_nlist_n_un_n_name=no | |
9568 fi | |
9569 rm -f conftest.$ac_objext conftest.$ac_ext | |
9570 fi | |
41148 | 9571 echo "$as_me:9571: result: $ac_cv_member_struct_nlist_n_un_n_name" >&5 |
40056 | 9572 echo "${ECHO_T}$ac_cv_member_struct_nlist_n_un_n_name" >&6 |
9573 if test $ac_cv_member_struct_nlist_n_un_n_name = yes; then | |
9574 | |
9575 cat >>confdefs.h <<EOF | |
9576 #define HAVE_STRUCT_NLIST_N_UN_N_NAME 1 | |
9577 EOF | |
9578 | |
9579 cat >>confdefs.h <<\EOF | |
29834 | 9580 #define NLIST_NAME_UNION 1 |
9581 EOF | |
9582 | |
40056 | 9583 fi |
9584 | |
9585 fi | |
9586 done | |
9587 | |
9588 fi | |
9589 done | |
29834 | 9590 |
9591 # Some definitions of getloadavg require that the program be installed setgid. | |
41148 | 9592 echo "$as_me:9592: checking whether getloadavg requires setgid" >&5 |
40056 | 9593 echo $ECHO_N "checking whether getloadavg requires setgid... $ECHO_C" >&6 |
9594 if test "${ac_cv_func_getloadavg_setgid+set}" = set; then | |
9595 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
9596 else | |
9597 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 9598 #line 9598 "configure" |
29834 | 9599 #include "confdefs.h" |
9600 #include "$srcdir/getloadavg.c" | |
9601 #ifdef LDAV_PRIVILEGED | |
9602 Yowza Am I SETGID yet | |
9603 #endif | |
40056 | 9604 _ACEOF |
29834 | 9605 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
9606 egrep "Yowza Am I SETGID yet" >/dev/null 2>&1; then | |
9607 ac_cv_func_getloadavg_setgid=yes | |
9608 else | |
9609 ac_cv_func_getloadavg_setgid=no | |
9610 fi | |
9611 rm -f conftest* | |
9612 | |
9613 fi | |
41148 | 9614 echo "$as_me:9614: result: $ac_cv_func_getloadavg_setgid" >&5 |
40056 | 9615 echo "${ECHO_T}$ac_cv_func_getloadavg_setgid" >&6 |
29834 | 9616 if test $ac_cv_func_getloadavg_setgid = yes; then |
40056 | 9617 NEED_SETGID=true |
9618 | |
9619 cat >>confdefs.h <<\EOF | |
29834 | 9620 #define GETLOADAVG_PRIVILEGED 1 |
9621 EOF | |
9622 | |
9623 else | |
9624 NEED_SETGID=false | |
9625 fi | |
9626 | |
9627 if test $ac_cv_func_getloadavg_setgid = yes; then | |
41148 | 9628 echo "$as_me:9628: checking group of /dev/kmem" >&5 |
40056 | 9629 echo $ECHO_N "checking group of /dev/kmem... $ECHO_C" >&6 |
9630 if test "${ac_cv_group_kmem+set}" = set; then | |
9631 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
9632 else | |
9633 # On Solaris, /dev/kmem is a symlink. Get info on the real file. | |
29834 | 9634 ac_ls_output=`ls -lgL /dev/kmem 2>/dev/null` |
9635 # If we got an error (system does not support symlinks), try without -L. | |
9636 test -z "$ac_ls_output" && ac_ls_output=`ls -lg /dev/kmem` | |
9637 ac_cv_group_kmem=`echo $ac_ls_output \ | |
9638 | sed -ne 's/[ ][ ]*/ /g; | |
9639 s/^.[sSrwx-]* *[0-9]* *\([^0-9]*\) *.*/\1/; | |
9640 / /s/.* //;p;'` | |
9641 | |
9642 fi | |
41148 | 9643 echo "$as_me:9643: result: $ac_cv_group_kmem" >&5 |
40056 | 9644 echo "${ECHO_T}$ac_cv_group_kmem" >&6 |
29834 | 9645 KMEM_GROUP=$ac_cv_group_kmem |
9646 fi | |
40056 | 9647 if test "x$ac_save_LIBS" = x; then |
9648 GETLOADAVG_LIBS=$LIBS | |
9649 else | |
9650 GETLOADAVG_LIBS=`echo "$LIBS" | sed "s!$ac_save_LIBS!!"` | |
9651 fi | |
9652 LIBS=$ac_save_LIBS | |
9653 | |
41148 | 9654 echo "$as_me:9654: checking for _LARGEFILE_SOURCE value needed for large files" >&5 |
40056 | 9655 echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6 |
9656 if test "${ac_cv_sys_largefile_source+set}" = set; then | |
9657 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
9658 else | |
9659 while :; do | |
34431 | 9660 ac_cv_sys_largefile_source=no |
40056 | 9661 cat >conftest.$ac_ext <<_ACEOF |
41148 | 9662 #line 9662 "configure" |
34431 | 9663 #include "confdefs.h" |
9664 #include <stdio.h> | |
40056 | 9665 int |
9666 main () | |
9667 { | |
34431 | 9668 return !fseeko; |
40056 | 9669 ; |
9670 return 0; | |
9671 } | |
9672 _ACEOF | |
9673 rm -f conftest.$ac_objext | |
41148 | 9674 if { (eval echo "$as_me:9674: \"$ac_compile\"") >&5 |
40056 | 9675 (eval $ac_compile) 2>&5 |
9676 ac_status=$? | |
41148 | 9677 echo "$as_me:9677: \$? = $ac_status" >&5 |
9678 (exit $ac_status); } && | |
9679 { ac_try='test -s conftest.$ac_objext' | |
9680 { (eval echo "$as_me:9680: \"$ac_try\"") >&5 | |
9681 (eval $ac_try) 2>&5 | |
9682 ac_status=$? | |
41100 | 9683 echo "$as_me:9683: \$? = $ac_status" >&5 |
40056 | 9684 (exit $ac_status); }; }; then |
9685 break | |
9686 else | |
9687 echo "$as_me: failed program was:" >&5 | |
9688 cat conftest.$ac_ext >&5 | |
9689 fi | |
9690 rm -f conftest.$ac_objext conftest.$ac_ext | |
9691 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 9692 #line 9692 "configure" |
34431 | 9693 #include "confdefs.h" |
9694 #define _LARGEFILE_SOURCE 1 | |
9695 #include <stdio.h> | |
40056 | 9696 int |
9697 main () | |
9698 { | |
34431 | 9699 return !fseeko; |
40056 | 9700 ; |
9701 return 0; | |
9702 } | |
9703 _ACEOF | |
9704 rm -f conftest.$ac_objext | |
41148 | 9705 if { (eval echo "$as_me:9705: \"$ac_compile\"") >&5 |
40056 | 9706 (eval $ac_compile) 2>&5 |
9707 ac_status=$? | |
41148 | 9708 echo "$as_me:9708: \$? = $ac_status" >&5 |
9709 (exit $ac_status); } && | |
9710 { ac_try='test -s conftest.$ac_objext' | |
9711 { (eval echo "$as_me:9711: \"$ac_try\"") >&5 | |
9712 (eval $ac_try) 2>&5 | |
9713 ac_status=$? | |
41100 | 9714 echo "$as_me:9714: \$? = $ac_status" >&5 |
40056 | 9715 (exit $ac_status); }; }; then |
9716 ac_cv_sys_largefile_source=1; break | |
9717 else | |
9718 echo "$as_me: failed program was:" >&5 | |
9719 cat conftest.$ac_ext >&5 | |
9720 fi | |
9721 rm -f conftest.$ac_objext conftest.$ac_ext | |
9722 break | |
9723 done | |
9724 fi | |
41148 | 9725 echo "$as_me:9725: result: $ac_cv_sys_largefile_source" >&5 |
40056 | 9726 echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6 |
9727 if test "$ac_cv_sys_largefile_source" != no; then | |
9728 | |
9729 cat >>confdefs.h <<EOF | |
9730 #define _LARGEFILE_SOURCE $ac_cv_sys_largefile_source | |
9731 EOF | |
9732 | |
34431 | 9733 fi |
9734 rm -f conftest* | |
40056 | 9735 |
9736 # We used to try defining _XOPEN_SOURCE=500 too, to work around a bug | |
9737 # in glibc 2.1.3, but that breaks too many other things. | |
9738 # If you want fseeko and ftello with glibc, upgrade to a fixed glibc. | |
41148 | 9739 echo "$as_me:9739: checking for fseeko" >&5 |
40056 | 9740 echo $ECHO_N "checking for fseeko... $ECHO_C" >&6 |
9741 if test "${ac_cv_func_fseeko+set}" = set; then | |
9742 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
9743 else | |
9744 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 9745 #line 9745 "configure" |
34431 | 9746 #include "confdefs.h" |
9747 #include <stdio.h> | |
40056 | 9748 int |
9749 main () | |
9750 { | |
34431 | 9751 return fseeko && fseeko (stdin, 0, 0); |
40056 | 9752 ; |
9753 return 0; | |
9754 } | |
9755 _ACEOF | |
9756 rm -f conftest.$ac_objext conftest$ac_exeext | |
41148 | 9757 if { (eval echo "$as_me:9757: \"$ac_link\"") >&5 |
9758 (eval $ac_link) 2>&5 | |
9759 ac_status=$? | |
9760 echo "$as_me:9760: \$? = $ac_status" >&5 | |
9761 (exit $ac_status); } && | |
9762 { ac_try='test -s conftest$ac_exeext' | |
9763 { (eval echo "$as_me:9763: \"$ac_try\"") >&5 | |
9764 (eval $ac_try) 2>&5 | |
41100 | 9765 ac_status=$? |
9766 echo "$as_me:9766: \$? = $ac_status" >&5 | |
40056 | 9767 (exit $ac_status); }; }; then |
34431 | 9768 ac_cv_func_fseeko=yes |
9769 else | |
40056 | 9770 echo "$as_me: failed program was:" >&5 |
9771 cat conftest.$ac_ext >&5 | |
9772 ac_cv_func_fseeko=no | |
9773 fi | |
9774 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
9775 fi | |
41148 | 9776 echo "$as_me:9776: result: $ac_cv_func_fseeko" >&5 |
40056 | 9777 echo "${ECHO_T}$ac_cv_func_fseeko" >&6 |
9778 if test $ac_cv_func_fseeko = yes; then | |
9779 | |
9780 cat >>confdefs.h <<\EOF | |
34431 | 9781 #define HAVE_FSEEKO 1 |
9782 EOF | |
9783 | |
40056 | 9784 fi |
34431 | 9785 |
9786 # UNIX98 PTYs. | |
40056 | 9787 |
34431 | 9788 for ac_func in grantpt |
29036 | 9789 do |
40056 | 9790 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
41148 | 9791 echo "$as_me:9791: checking for $ac_func" >&5 |
40056 | 9792 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 |
9793 if eval "test \"\${$as_ac_var+set}\" = set"; then | |
9794 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
9795 else | |
9796 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 9797 #line 9797 "configure" |
29036 | 9798 #include "confdefs.h" |
9799 /* System header to define __stub macros and hopefully few prototypes, | |
40056 | 9800 which can conflict with char $ac_func (); below. */ |
29036 | 9801 #include <assert.h> |
9802 /* Override any gcc2 internal prototype to avoid an error. */ | |
40056 | 9803 #ifdef __cplusplus |
9804 extern "C" | |
9805 #endif | |
29036 | 9806 /* We use char because int might match the return type of a gcc2 |
40056 | 9807 builtin and then its argument prototype would still apply. */ |
9808 char $ac_func (); | |
9809 char (*f) (); | |
9810 | |
9811 int | |
9812 main () | |
9813 { | |
29036 | 9814 /* The GNU C library defines this for functions which it implements |
9815 to always fail with ENOSYS. Some functions are actually named | |
9816 something starting with __ and the normal name is an alias. */ | |
9817 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
9818 choke me | |
9819 #else | |
40056 | 9820 f = $ac_func; |
9821 #endif | |
9822 | |
9823 ; | |
9824 return 0; | |
9825 } | |
9826 _ACEOF | |
9827 rm -f conftest.$ac_objext conftest$ac_exeext | |
41148 | 9828 if { (eval echo "$as_me:9828: \"$ac_link\"") >&5 |
9829 (eval $ac_link) 2>&5 | |
9830 ac_status=$? | |
9831 echo "$as_me:9831: \$? = $ac_status" >&5 | |
9832 (exit $ac_status); } && | |
9833 { ac_try='test -s conftest$ac_exeext' | |
9834 { (eval echo "$as_me:9834: \"$ac_try\"") >&5 | |
9835 (eval $ac_try) 2>&5 | |
41100 | 9836 ac_status=$? |
9837 echo "$as_me:9837: \$? = $ac_status" >&5 | |
40056 | 9838 (exit $ac_status); }; }; then |
9839 eval "$as_ac_var=yes" | |
9840 else | |
9841 echo "$as_me: failed program was:" >&5 | |
9842 cat conftest.$ac_ext >&5 | |
9843 eval "$as_ac_var=no" | |
9844 fi | |
9845 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
9846 fi | |
41148 | 9847 echo "$as_me:9847: result: `eval echo '${'$as_ac_var'}'`" >&5 |
40056 | 9848 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 |
9849 if test `eval echo '${'$as_ac_var'}'` = yes; then | |
9850 cat >>confdefs.h <<EOF | |
9851 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
9852 EOF | |
9853 | |
29036 | 9854 fi |
9855 done | |
9856 | |
9857 # PTY-related GNU extensions. | |
40056 | 9858 |
29036 | 9859 for ac_func in getpt |
9860 do | |
40056 | 9861 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
41148 | 9862 echo "$as_me:9862: checking for $ac_func" >&5 |
40056 | 9863 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 |
9864 if eval "test \"\${$as_ac_var+set}\" = set"; then | |
9865 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
9866 else | |
9867 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 9868 #line 9868 "configure" |
29036 | 9869 #include "confdefs.h" |
9870 /* System header to define __stub macros and hopefully few prototypes, | |
40056 | 9871 which can conflict with char $ac_func (); below. */ |
29036 | 9872 #include <assert.h> |
9873 /* Override any gcc2 internal prototype to avoid an error. */ | |
40056 | 9874 #ifdef __cplusplus |
9875 extern "C" | |
9876 #endif | |
29036 | 9877 /* We use char because int might match the return type of a gcc2 |
40056 | 9878 builtin and then its argument prototype would still apply. */ |
9879 char $ac_func (); | |
9880 char (*f) (); | |
9881 | |
9882 int | |
9883 main () | |
9884 { | |
29036 | 9885 /* The GNU C library defines this for functions which it implements |
9886 to always fail with ENOSYS. Some functions are actually named | |
9887 something starting with __ and the normal name is an alias. */ | |
9888 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
9889 choke me | |
9890 #else | |
40056 | 9891 f = $ac_func; |
9892 #endif | |
9893 | |
9894 ; | |
9895 return 0; | |
9896 } | |
9897 _ACEOF | |
9898 rm -f conftest.$ac_objext conftest$ac_exeext | |
41148 | 9899 if { (eval echo "$as_me:9899: \"$ac_link\"") >&5 |
9900 (eval $ac_link) 2>&5 | |
9901 ac_status=$? | |
9902 echo "$as_me:9902: \$? = $ac_status" >&5 | |
9903 (exit $ac_status); } && | |
9904 { ac_try='test -s conftest$ac_exeext' | |
9905 { (eval echo "$as_me:9905: \"$ac_try\"") >&5 | |
9906 (eval $ac_try) 2>&5 | |
41100 | 9907 ac_status=$? |
9908 echo "$as_me:9908: \$? = $ac_status" >&5 | |
40056 | 9909 (exit $ac_status); }; }; then |
9910 eval "$as_ac_var=yes" | |
9911 else | |
9912 echo "$as_me: failed program was:" >&5 | |
9913 cat conftest.$ac_ext >&5 | |
9914 eval "$as_ac_var=no" | |
9915 fi | |
9916 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
9917 fi | |
41148 | 9918 echo "$as_me:9918: result: `eval echo '${'$as_ac_var'}'`" >&5 |
40056 | 9919 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 |
9920 if test `eval echo '${'$as_ac_var'}'` = yes; then | |
9921 cat >>confdefs.h <<EOF | |
9922 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
9923 EOF | |
9924 | |
29036 | 9925 fi |
9926 done | |
9927 | |
25897 | 9928 # Check this now, so that we will NOT find the above functions in ncurses. |
9929 # That is because we have not set up to link ncurses in lib-src. | |
9930 # It's better to believe a function is not available | |
9931 # than to expect to find it in ncurses. | |
40056 | 9932 |
41148 | 9933 echo "$as_me:9933: checking for tparm in -lncurses" >&5 |
40056 | 9934 echo $ECHO_N "checking for tparm in -lncurses... $ECHO_C" >&6 |
9935 if test "${ac_cv_lib_ncurses_tparm+set}" = set; then | |
9936 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
9937 else | |
9938 ac_check_lib_save_LIBS=$LIBS | |
25897 | 9939 LIBS="-lncurses $LIBS" |
40056 | 9940 cat >conftest.$ac_ext <<_ACEOF |
41148 | 9941 #line 9941 "configure" |
40056 | 9942 #include "confdefs.h" |
9943 | |
25897 | 9944 /* Override any gcc2 internal prototype to avoid an error. */ |
40056 | 9945 #ifdef __cplusplus |
9946 extern "C" | |
9947 #endif | |
25897 | 9948 /* We use char because int might match the return type of a gcc2 |
40056 | 9949 builtin and then its argument prototype would still apply. */ |
9950 char tparm (); | |
9951 int | |
9952 main () | |
9953 { | |
9954 tparm (); | |
9955 ; | |
9956 return 0; | |
9957 } | |
9958 _ACEOF | |
9959 rm -f conftest.$ac_objext conftest$ac_exeext | |
41148 | 9960 if { (eval echo "$as_me:9960: \"$ac_link\"") >&5 |
9961 (eval $ac_link) 2>&5 | |
9962 ac_status=$? | |
9963 echo "$as_me:9963: \$? = $ac_status" >&5 | |
9964 (exit $ac_status); } && | |
9965 { ac_try='test -s conftest$ac_exeext' | |
9966 { (eval echo "$as_me:9966: \"$ac_try\"") >&5 | |
9967 (eval $ac_try) 2>&5 | |
41100 | 9968 ac_status=$? |
9969 echo "$as_me:9969: \$? = $ac_status" >&5 | |
40056 | 9970 (exit $ac_status); }; }; then |
9971 ac_cv_lib_ncurses_tparm=yes | |
9972 else | |
9973 echo "$as_me: failed program was:" >&5 | |
9974 cat conftest.$ac_ext >&5 | |
9975 ac_cv_lib_ncurses_tparm=no | |
9976 fi | |
9977 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
9978 LIBS=$ac_check_lib_save_LIBS | |
9979 fi | |
41148 | 9980 echo "$as_me:9980: result: $ac_cv_lib_ncurses_tparm" >&5 |
40056 | 9981 echo "${ECHO_T}$ac_cv_lib_ncurses_tparm" >&6 |
9982 if test $ac_cv_lib_ncurses_tparm = yes; then | |
9983 cat >>confdefs.h <<EOF | |
9984 #define HAVE_LIBNCURSES 1 | |
25897 | 9985 EOF |
9986 | |
9987 LIBS="-lncurses $LIBS" | |
9988 | |
40056 | 9989 fi |
25897 | 9990 |
40276
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
9991 # 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
|
9992 if test "$with_hesiod" = yes ; then |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
9993 # 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
|
9994 resolv=no |
41148 | 9995 echo "$as_me:9995: checking for res_send" >&5 |
40276
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
9996 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
|
9997 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
|
9998 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
|
9999 else |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10000 cat >conftest.$ac_ext <<_ACEOF |
41148 | 10001 #line 10001 "configure" |
40276
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10002 #include "confdefs.h" |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10003 /* 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
|
10004 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
|
10005 #include <assert.h> |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10006 /* 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
|
10007 #ifdef __cplusplus |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10008 extern "C" |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10009 #endif |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10010 /* 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
|
10011 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
|
10012 char res_send (); |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10013 char (*f) (); |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10014 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10015 int |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10016 main () |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10017 { |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10018 /* 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
|
10019 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
|
10020 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
|
10021 #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
|
10022 choke me |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10023 #else |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10024 f = res_send; |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10025 #endif |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10026 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10027 ; |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10028 return 0; |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10029 } |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10030 _ACEOF |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10031 rm -f conftest.$ac_objext conftest$ac_exeext |
41148 | 10032 if { (eval echo "$as_me:10032: \"$ac_link\"") >&5 |
10033 (eval $ac_link) 2>&5 | |
10034 ac_status=$? | |
10035 echo "$as_me:10035: \$? = $ac_status" >&5 | |
10036 (exit $ac_status); } && | |
10037 { ac_try='test -s conftest$ac_exeext' | |
10038 { (eval echo "$as_me:10038: \"$ac_try\"") >&5 | |
10039 (eval $ac_try) 2>&5 | |
41100 | 10040 ac_status=$? |
10041 echo "$as_me:10041: \$? = $ac_status" >&5 | |
40276
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10042 (exit $ac_status); }; }; then |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10043 ac_cv_func_res_send=yes |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10044 else |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10045 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
|
10046 cat conftest.$ac_ext >&5 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10047 ac_cv_func_res_send=no |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10048 fi |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10049 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
|
10050 fi |
41148 | 10051 echo "$as_me:10051: 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
|
10052 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
|
10053 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
|
10054 : |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10055 else |
41148 | 10056 echo "$as_me:10056: checking for __res_send" >&5 |
40276
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10057 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
|
10058 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
|
10059 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
|
10060 else |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10061 cat >conftest.$ac_ext <<_ACEOF |
41148 | 10062 #line 10062 "configure" |
40276
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10063 #include "confdefs.h" |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10064 /* 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
|
10065 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
|
10066 #include <assert.h> |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10067 /* 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
|
10068 #ifdef __cplusplus |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10069 extern "C" |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10070 #endif |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10071 /* 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
|
10072 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
|
10073 char __res_send (); |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10074 char (*f) (); |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10075 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10076 int |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10077 main () |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10078 { |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10079 /* 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
|
10080 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
|
10081 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
|
10082 #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
|
10083 choke me |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10084 #else |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10085 f = __res_send; |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10086 #endif |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10087 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10088 ; |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10089 return 0; |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10090 } |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10091 _ACEOF |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10092 rm -f conftest.$ac_objext conftest$ac_exeext |
41148 | 10093 if { (eval echo "$as_me:10093: \"$ac_link\"") >&5 |
10094 (eval $ac_link) 2>&5 | |
10095 ac_status=$? | |
10096 echo "$as_me:10096: \$? = $ac_status" >&5 | |
10097 (exit $ac_status); } && | |
10098 { ac_try='test -s conftest$ac_exeext' | |
10099 { (eval echo "$as_me:10099: \"$ac_try\"") >&5 | |
10100 (eval $ac_try) 2>&5 | |
41100 | 10101 ac_status=$? |
10102 echo "$as_me:10102: \$? = $ac_status" >&5 | |
40276
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10103 (exit $ac_status); }; }; then |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10104 ac_cv_func___res_send=yes |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10105 else |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10106 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
|
10107 cat conftest.$ac_ext >&5 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10108 ac_cv_func___res_send=no |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10109 fi |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10110 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
|
10111 fi |
41148 | 10112 echo "$as_me:10112: 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
|
10113 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
|
10114 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
|
10115 : |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10116 else |
41148 | 10117 echo "$as_me:10117: 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
|
10118 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
|
10119 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
|
10120 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
|
10121 else |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10122 ac_check_lib_save_LIBS=$LIBS |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10123 LIBS="-lresolv $LIBS" |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10124 cat >conftest.$ac_ext <<_ACEOF |
41148 | 10125 #line 10125 "configure" |
40276
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10126 #include "confdefs.h" |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10127 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10128 /* 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
|
10129 #ifdef __cplusplus |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10130 extern "C" |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10131 #endif |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10132 /* 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
|
10133 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
|
10134 char res_send (); |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10135 int |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10136 main () |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10137 { |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10138 res_send (); |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10139 ; |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10140 return 0; |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10141 } |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10142 _ACEOF |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10143 rm -f conftest.$ac_objext conftest$ac_exeext |
41148 | 10144 if { (eval echo "$as_me:10144: \"$ac_link\"") >&5 |
10145 (eval $ac_link) 2>&5 | |
10146 ac_status=$? | |
10147 echo "$as_me:10147: \$? = $ac_status" >&5 | |
10148 (exit $ac_status); } && | |
10149 { ac_try='test -s conftest$ac_exeext' | |
10150 { (eval echo "$as_me:10150: \"$ac_try\"") >&5 | |
10151 (eval $ac_try) 2>&5 | |
41100 | 10152 ac_status=$? |
10153 echo "$as_me:10153: \$? = $ac_status" >&5 | |
40276
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10154 (exit $ac_status); }; }; then |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10155 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
|
10156 else |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10157 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
|
10158 cat conftest.$ac_ext >&5 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10159 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
|
10160 fi |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10161 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
|
10162 LIBS=$ac_check_lib_save_LIBS |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10163 fi |
41148 | 10164 echo "$as_me:10164: 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
|
10165 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
|
10166 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
|
10167 resolv=yes |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10168 else |
41148 | 10169 echo "$as_me:10169: 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
|
10170 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
|
10171 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
|
10172 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
|
10173 else |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10174 ac_check_lib_save_LIBS=$LIBS |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10175 LIBS="-lresolv $LIBS" |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10176 cat >conftest.$ac_ext <<_ACEOF |
41148 | 10177 #line 10177 "configure" |
40276
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10178 #include "confdefs.h" |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10179 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10180 /* 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
|
10181 #ifdef __cplusplus |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10182 extern "C" |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10183 #endif |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10184 /* 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
|
10185 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
|
10186 char __res_send (); |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10187 int |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10188 main () |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10189 { |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10190 __res_send (); |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10191 ; |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10192 return 0; |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10193 } |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10194 _ACEOF |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10195 rm -f conftest.$ac_objext conftest$ac_exeext |
41148 | 10196 if { (eval echo "$as_me:10196: \"$ac_link\"") >&5 |
10197 (eval $ac_link) 2>&5 | |
10198 ac_status=$? | |
10199 echo "$as_me:10199: \$? = $ac_status" >&5 | |
10200 (exit $ac_status); } && | |
10201 { ac_try='test -s conftest$ac_exeext' | |
10202 { (eval echo "$as_me:10202: \"$ac_try\"") >&5 | |
10203 (eval $ac_try) 2>&5 | |
41100 | 10204 ac_status=$? |
10205 echo "$as_me:10205: \$? = $ac_status" >&5 | |
40276
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10206 (exit $ac_status); }; }; then |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10207 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
|
10208 else |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10209 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
|
10210 cat conftest.$ac_ext >&5 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10211 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
|
10212 fi |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10213 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
|
10214 LIBS=$ac_check_lib_save_LIBS |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10215 fi |
41148 | 10216 echo "$as_me:10216: 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
|
10217 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
|
10218 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
|
10219 resolv=yes |
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 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10222 fi |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10223 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10224 fi |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10225 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10226 fi |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10227 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10228 if test "$resolv" = yes ; then |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10229 RESOLVLIB=-lresolv |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10230 cat >>confdefs.h <<\EOF |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10231 #define HAVE_LIBRESOLV 1 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10232 EOF |
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 else |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10235 RESOLVLIB= |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10236 fi |
41148 | 10237 echo "$as_me:10237: checking for hes_getmailhost" >&5 |
40276
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10238 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
|
10239 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
|
10240 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
|
10241 else |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10242 cat >conftest.$ac_ext <<_ACEOF |
41148 | 10243 #line 10243 "configure" |
40276
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10244 #include "confdefs.h" |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10245 /* 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
|
10246 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
|
10247 #include <assert.h> |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10248 /* 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
|
10249 #ifdef __cplusplus |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10250 extern "C" |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10251 #endif |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10252 /* 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
|
10253 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
|
10254 char hes_getmailhost (); |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10255 char (*f) (); |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10256 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10257 int |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10258 main () |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10259 { |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10260 /* 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
|
10261 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
|
10262 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
|
10263 #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
|
10264 choke me |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10265 #else |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10266 f = hes_getmailhost; |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10267 #endif |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10268 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10269 ; |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10270 return 0; |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10271 } |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10272 _ACEOF |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10273 rm -f conftest.$ac_objext conftest$ac_exeext |
41148 | 10274 if { (eval echo "$as_me:10274: \"$ac_link\"") >&5 |
10275 (eval $ac_link) 2>&5 | |
10276 ac_status=$? | |
10277 echo "$as_me:10277: \$? = $ac_status" >&5 | |
10278 (exit $ac_status); } && | |
10279 { ac_try='test -s conftest$ac_exeext' | |
10280 { (eval echo "$as_me:10280: \"$ac_try\"") >&5 | |
10281 (eval $ac_try) 2>&5 | |
41100 | 10282 ac_status=$? |
10283 echo "$as_me:10283: \$? = $ac_status" >&5 | |
40276
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10284 (exit $ac_status); }; }; then |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10285 ac_cv_func_hes_getmailhost=yes |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10286 else |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10287 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
|
10288 cat conftest.$ac_ext >&5 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10289 ac_cv_func_hes_getmailhost=no |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10290 fi |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10291 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
|
10292 fi |
41148 | 10293 echo "$as_me:10293: 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
|
10294 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
|
10295 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
|
10296 : |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10297 else |
41148 | 10298 echo "$as_me:10298: 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
|
10299 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
|
10300 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
|
10301 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
|
10302 else |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10303 ac_check_lib_save_LIBS=$LIBS |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10304 LIBS="-lhesiod $RESOLVLIB $LIBS" |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10305 cat >conftest.$ac_ext <<_ACEOF |
41148 | 10306 #line 10306 "configure" |
40276
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10307 #include "confdefs.h" |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10308 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10309 /* 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
|
10310 #ifdef __cplusplus |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10311 extern "C" |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10312 #endif |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10313 /* 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
|
10314 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
|
10315 char hes_getmailhost (); |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10316 int |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10317 main () |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10318 { |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10319 hes_getmailhost (); |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10320 ; |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10321 return 0; |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10322 } |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10323 _ACEOF |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10324 rm -f conftest.$ac_objext conftest$ac_exeext |
41148 | 10325 if { (eval echo "$as_me:10325: \"$ac_link\"") >&5 |
10326 (eval $ac_link) 2>&5 | |
10327 ac_status=$? | |
10328 echo "$as_me:10328: \$? = $ac_status" >&5 | |
10329 (exit $ac_status); } && | |
10330 { ac_try='test -s conftest$ac_exeext' | |
10331 { (eval echo "$as_me:10331: \"$ac_try\"") >&5 | |
10332 (eval $ac_try) 2>&5 | |
41100 | 10333 ac_status=$? |
10334 echo "$as_me:10334: \$? = $ac_status" >&5 | |
40276
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10335 (exit $ac_status); }; }; then |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10336 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
|
10337 else |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10338 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
|
10339 cat conftest.$ac_ext >&5 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10340 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
|
10341 fi |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10342 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
|
10343 LIBS=$ac_check_lib_save_LIBS |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10344 fi |
41148 | 10345 echo "$as_me:10345: 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
|
10346 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
|
10347 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
|
10348 cat >>confdefs.h <<\EOF |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10349 #define HAVE_LIBHESIOD 1 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10350 EOF |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10351 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10352 else |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10353 : |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10354 fi |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10355 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10356 fi |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10357 |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10358 fi |
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40256
diff
changeset
|
10359 |
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
|
10360 # 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
|
10361 if test "${with_kerberos+set}" = set; then |
40056 | 10362 |
41148 | 10363 echo "$as_me:10363: checking for com_err in -lcom_err" >&5 |
40056 | 10364 echo $ECHO_N "checking for com_err in -lcom_err... $ECHO_C" >&6 |
10365 if test "${ac_cv_lib_com_err_com_err+set}" = set; then | |
10366 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
10367 else | |
10368 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
|
10369 LIBS="-lcom_err $LIBS" |
40056 | 10370 cat >conftest.$ac_ext <<_ACEOF |
41148 | 10371 #line 10371 "configure" |
40056 | 10372 #include "confdefs.h" |
10373 | |
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
|
10374 /* Override any gcc2 internal prototype to avoid an error. */ |
40056 | 10375 #ifdef __cplusplus |
10376 extern "C" | |
10377 #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
|
10378 /* We use char because int might match the return type of a gcc2 |
40056 | 10379 builtin and then its argument prototype would still apply. */ |
10380 char com_err (); | |
10381 int | |
10382 main () | |
10383 { | |
10384 com_err (); | |
10385 ; | |
10386 return 0; | |
10387 } | |
10388 _ACEOF | |
10389 rm -f conftest.$ac_objext conftest$ac_exeext | |
41148 | 10390 if { (eval echo "$as_me:10390: \"$ac_link\"") >&5 |
10391 (eval $ac_link) 2>&5 | |
10392 ac_status=$? | |
10393 echo "$as_me:10393: \$? = $ac_status" >&5 | |
10394 (exit $ac_status); } && | |
10395 { ac_try='test -s conftest$ac_exeext' | |
10396 { (eval echo "$as_me:10396: \"$ac_try\"") >&5 | |
10397 (eval $ac_try) 2>&5 | |
41100 | 10398 ac_status=$? |
10399 echo "$as_me:10399: \$? = $ac_status" >&5 | |
40056 | 10400 (exit $ac_status); }; }; then |
10401 ac_cv_lib_com_err_com_err=yes | |
10402 else | |
10403 echo "$as_me: failed program was:" >&5 | |
10404 cat conftest.$ac_ext >&5 | |
10405 ac_cv_lib_com_err_com_err=no | |
10406 fi | |
10407 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
10408 LIBS=$ac_check_lib_save_LIBS | |
10409 fi | |
41148 | 10410 echo "$as_me:10410: result: $ac_cv_lib_com_err_com_err" >&5 |
40056 | 10411 echo "${ECHO_T}$ac_cv_lib_com_err_com_err" >&6 |
10412 if test $ac_cv_lib_com_err_com_err = yes; then | |
10413 cat >>confdefs.h <<EOF | |
10414 #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
|
10415 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
|
10416 |
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
|
10417 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
|
10418 |
40056 | 10419 fi |
10420 | |
41148 | 10421 echo "$as_me:10421: checking for mit_des_cbc_encrypt in -lk5crypto" >&5 |
40056 | 10422 echo $ECHO_N "checking for mit_des_cbc_encrypt in -lk5crypto... $ECHO_C" >&6 |
10423 if test "${ac_cv_lib_k5crypto_mit_des_cbc_encrypt+set}" = set; then | |
10424 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
10425 else | |
10426 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
|
10427 LIBS="-lk5crypto $LIBS" |
40056 | 10428 cat >conftest.$ac_ext <<_ACEOF |
41148 | 10429 #line 10429 "configure" |
40056 | 10430 #include "confdefs.h" |
10431 | |
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
|
10432 /* Override any gcc2 internal prototype to avoid an error. */ |
40056 | 10433 #ifdef __cplusplus |
10434 extern "C" | |
10435 #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
|
10436 /* We use char because int might match the return type of a gcc2 |
40056 | 10437 builtin and then its argument prototype would still apply. */ |
10438 char mit_des_cbc_encrypt (); | |
10439 int | |
10440 main () | |
10441 { | |
10442 mit_des_cbc_encrypt (); | |
10443 ; | |
10444 return 0; | |
10445 } | |
10446 _ACEOF | |
10447 rm -f conftest.$ac_objext conftest$ac_exeext | |
41148 | 10448 if { (eval echo "$as_me:10448: \"$ac_link\"") >&5 |
10449 (eval $ac_link) 2>&5 | |
10450 ac_status=$? | |
10451 echo "$as_me:10451: \$? = $ac_status" >&5 | |
10452 (exit $ac_status); } && | |
10453 { ac_try='test -s conftest$ac_exeext' | |
10454 { (eval echo "$as_me:10454: \"$ac_try\"") >&5 | |
10455 (eval $ac_try) 2>&5 | |
41100 | 10456 ac_status=$? |
10457 echo "$as_me:10457: \$? = $ac_status" >&5 | |
40056 | 10458 (exit $ac_status); }; }; then |
10459 ac_cv_lib_k5crypto_mit_des_cbc_encrypt=yes | |
10460 else | |
10461 echo "$as_me: failed program was:" >&5 | |
10462 cat conftest.$ac_ext >&5 | |
10463 ac_cv_lib_k5crypto_mit_des_cbc_encrypt=no | |
10464 fi | |
10465 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
10466 LIBS=$ac_check_lib_save_LIBS | |
10467 fi | |
41148 | 10468 echo "$as_me:10468: result: $ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&5 |
40056 | 10469 echo "${ECHO_T}$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&6 |
10470 if test $ac_cv_lib_k5crypto_mit_des_cbc_encrypt = yes; then | |
10471 cat >>confdefs.h <<EOF | |
10472 #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
|
10473 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
|
10474 |
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
|
10475 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
|
10476 |
40056 | 10477 fi |
10478 | |
41148 | 10479 echo "$as_me:10479: checking for mit_des_cbc_encrypt in -lcrypto" >&5 |
40056 | 10480 echo $ECHO_N "checking for mit_des_cbc_encrypt in -lcrypto... $ECHO_C" >&6 |
10481 if test "${ac_cv_lib_crypto_mit_des_cbc_encrypt+set}" = set; then | |
10482 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
10483 else | |
10484 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
|
10485 LIBS="-lcrypto $LIBS" |
40056 | 10486 cat >conftest.$ac_ext <<_ACEOF |
41148 | 10487 #line 10487 "configure" |
40056 | 10488 #include "confdefs.h" |
10489 | |
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
|
10490 /* Override any gcc2 internal prototype to avoid an error. */ |
40056 | 10491 #ifdef __cplusplus |
10492 extern "C" | |
10493 #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
|
10494 /* We use char because int might match the return type of a gcc2 |
40056 | 10495 builtin and then its argument prototype would still apply. */ |
10496 char mit_des_cbc_encrypt (); | |
10497 int | |
10498 main () | |
10499 { | |
10500 mit_des_cbc_encrypt (); | |
10501 ; | |
10502 return 0; | |
10503 } | |
10504 _ACEOF | |
10505 rm -f conftest.$ac_objext conftest$ac_exeext | |
41148 | 10506 if { (eval echo "$as_me:10506: \"$ac_link\"") >&5 |
10507 (eval $ac_link) 2>&5 | |
10508 ac_status=$? | |
10509 echo "$as_me:10509: \$? = $ac_status" >&5 | |
10510 (exit $ac_status); } && | |
10511 { ac_try='test -s conftest$ac_exeext' | |
10512 { (eval echo "$as_me:10512: \"$ac_try\"") >&5 | |
10513 (eval $ac_try) 2>&5 | |
41100 | 10514 ac_status=$? |
10515 echo "$as_me:10515: \$? = $ac_status" >&5 | |
40056 | 10516 (exit $ac_status); }; }; then |
10517 ac_cv_lib_crypto_mit_des_cbc_encrypt=yes | |
10518 else | |
10519 echo "$as_me: failed program was:" >&5 | |
10520 cat conftest.$ac_ext >&5 | |
10521 ac_cv_lib_crypto_mit_des_cbc_encrypt=no | |
10522 fi | |
10523 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
10524 LIBS=$ac_check_lib_save_LIBS | |
10525 fi | |
41148 | 10526 echo "$as_me:10526: result: $ac_cv_lib_crypto_mit_des_cbc_encrypt" >&5 |
40056 | 10527 echo "${ECHO_T}$ac_cv_lib_crypto_mit_des_cbc_encrypt" >&6 |
10528 if test $ac_cv_lib_crypto_mit_des_cbc_encrypt = yes; then | |
10529 cat >>confdefs.h <<EOF | |
10530 #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
|
10531 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
|
10532 |
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
|
10533 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
|
10534 |
40056 | 10535 fi |
10536 | |
41148 | 10537 echo "$as_me:10537: checking for krb5_init_context in -lkrb5" >&5 |
40056 | 10538 echo $ECHO_N "checking for krb5_init_context in -lkrb5... $ECHO_C" >&6 |
10539 if test "${ac_cv_lib_krb5_krb5_init_context+set}" = set; then | |
10540 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
10541 else | |
10542 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
|
10543 LIBS="-lkrb5 $LIBS" |
40056 | 10544 cat >conftest.$ac_ext <<_ACEOF |
41148 | 10545 #line 10545 "configure" |
40056 | 10546 #include "confdefs.h" |
10547 | |
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
|
10548 /* Override any gcc2 internal prototype to avoid an error. */ |
40056 | 10549 #ifdef __cplusplus |
10550 extern "C" | |
10551 #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
|
10552 /* We use char because int might match the return type of a gcc2 |
40056 | 10553 builtin and then its argument prototype would still apply. */ |
10554 char krb5_init_context (); | |
10555 int | |
10556 main () | |
10557 { | |
10558 krb5_init_context (); | |
10559 ; | |
10560 return 0; | |
10561 } | |
10562 _ACEOF | |
10563 rm -f conftest.$ac_objext conftest$ac_exeext | |
41148 | 10564 if { (eval echo "$as_me:10564: \"$ac_link\"") >&5 |
10565 (eval $ac_link) 2>&5 | |
10566 ac_status=$? | |
10567 echo "$as_me:10567: \$? = $ac_status" >&5 | |
10568 (exit $ac_status); } && | |
10569 { ac_try='test -s conftest$ac_exeext' | |
10570 { (eval echo "$as_me:10570: \"$ac_try\"") >&5 | |
10571 (eval $ac_try) 2>&5 | |
41100 | 10572 ac_status=$? |
10573 echo "$as_me:10573: \$? = $ac_status" >&5 | |
40056 | 10574 (exit $ac_status); }; }; then |
10575 ac_cv_lib_krb5_krb5_init_context=yes | |
10576 else | |
10577 echo "$as_me: failed program was:" >&5 | |
10578 cat conftest.$ac_ext >&5 | |
10579 ac_cv_lib_krb5_krb5_init_context=no | |
10580 fi | |
10581 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
10582 LIBS=$ac_check_lib_save_LIBS | |
10583 fi | |
41148 | 10584 echo "$as_me:10584: result: $ac_cv_lib_krb5_krb5_init_context" >&5 |
40056 | 10585 echo "${ECHO_T}$ac_cv_lib_krb5_krb5_init_context" >&6 |
10586 if test $ac_cv_lib_krb5_krb5_init_context = yes; then | |
10587 cat >>confdefs.h <<EOF | |
10588 #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
|
10589 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
|
10590 |
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
|
10591 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
|
10592 |
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
|
10593 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
|
10594 |
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
|
10595 if test "${with_kerberos5+set}" != set; then |
40056 | 10596 |
41148 | 10597 echo "$as_me:10597: checking for des_cbc_encrypt in -ldes425" >&5 |
40056 | 10598 echo $ECHO_N "checking for des_cbc_encrypt in -ldes425... $ECHO_C" >&6 |
10599 if test "${ac_cv_lib_des425_des_cbc_encrypt+set}" = set; then | |
10600 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
10601 else | |
10602 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
|
10603 LIBS="-ldes425 $LIBS" |
40056 | 10604 cat >conftest.$ac_ext <<_ACEOF |
41148 | 10605 #line 10605 "configure" |
40056 | 10606 #include "confdefs.h" |
10607 | |
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
|
10608 /* Override any gcc2 internal prototype to avoid an error. */ |
40056 | 10609 #ifdef __cplusplus |
10610 extern "C" | |
10611 #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
|
10612 /* We use char because int might match the return type of a gcc2 |
40056 | 10613 builtin and then its argument prototype would still apply. */ |
10614 char des_cbc_encrypt (); | |
10615 int | |
10616 main () | |
10617 { | |
10618 des_cbc_encrypt (); | |
10619 ; | |
10620 return 0; | |
10621 } | |
10622 _ACEOF | |
10623 rm -f conftest.$ac_objext conftest$ac_exeext | |
41148 | 10624 if { (eval echo "$as_me:10624: \"$ac_link\"") >&5 |
10625 (eval $ac_link) 2>&5 | |
10626 ac_status=$? | |
10627 echo "$as_me:10627: \$? = $ac_status" >&5 | |
10628 (exit $ac_status); } && | |
10629 { ac_try='test -s conftest$ac_exeext' | |
10630 { (eval echo "$as_me:10630: \"$ac_try\"") >&5 | |
10631 (eval $ac_try) 2>&5 | |
41100 | 10632 ac_status=$? |
10633 echo "$as_me:10633: \$? = $ac_status" >&5 | |
40056 | 10634 (exit $ac_status); }; }; then |
10635 ac_cv_lib_des425_des_cbc_encrypt=yes | |
10636 else | |
10637 echo "$as_me: failed program was:" >&5 | |
10638 cat conftest.$ac_ext >&5 | |
10639 ac_cv_lib_des425_des_cbc_encrypt=no | |
10640 fi | |
10641 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
10642 LIBS=$ac_check_lib_save_LIBS | |
10643 fi | |
41148 | 10644 echo "$as_me:10644: result: $ac_cv_lib_des425_des_cbc_encrypt" >&5 |
40056 | 10645 echo "${ECHO_T}$ac_cv_lib_des425_des_cbc_encrypt" >&6 |
10646 if test $ac_cv_lib_des425_des_cbc_encrypt = yes; then | |
10647 cat >>confdefs.h <<EOF | |
10648 #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
|
10649 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
|
10650 |
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
|
10651 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
|
10652 |
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
|
10653 else |
40056 | 10654 |
41148 | 10655 echo "$as_me:10655: checking for des_cbc_encrypt in -ldes" >&5 |
40056 | 10656 echo $ECHO_N "checking for des_cbc_encrypt in -ldes... $ECHO_C" >&6 |
10657 if test "${ac_cv_lib_des_des_cbc_encrypt+set}" = set; then | |
10658 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
10659 else | |
10660 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
|
10661 LIBS="-ldes $LIBS" |
40056 | 10662 cat >conftest.$ac_ext <<_ACEOF |
41148 | 10663 #line 10663 "configure" |
40056 | 10664 #include "confdefs.h" |
10665 | |
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
|
10666 /* Override any gcc2 internal prototype to avoid an error. */ |
40056 | 10667 #ifdef __cplusplus |
10668 extern "C" | |
10669 #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
|
10670 /* We use char because int might match the return type of a gcc2 |
40056 | 10671 builtin and then its argument prototype would still apply. */ |
10672 char des_cbc_encrypt (); | |
10673 int | |
10674 main () | |
10675 { | |
10676 des_cbc_encrypt (); | |
10677 ; | |
10678 return 0; | |
10679 } | |
10680 _ACEOF | |
10681 rm -f conftest.$ac_objext conftest$ac_exeext | |
41148 | 10682 if { (eval echo "$as_me:10682: \"$ac_link\"") >&5 |
10683 (eval $ac_link) 2>&5 | |
10684 ac_status=$? | |
10685 echo "$as_me:10685: \$? = $ac_status" >&5 | |
10686 (exit $ac_status); } && | |
10687 { ac_try='test -s conftest$ac_exeext' | |
10688 { (eval echo "$as_me:10688: \"$ac_try\"") >&5 | |
10689 (eval $ac_try) 2>&5 | |
41100 | 10690 ac_status=$? |
10691 echo "$as_me:10691: \$? = $ac_status" >&5 | |
40056 | 10692 (exit $ac_status); }; }; then |
10693 ac_cv_lib_des_des_cbc_encrypt=yes | |
10694 else | |
10695 echo "$as_me: failed program was:" >&5 | |
10696 cat conftest.$ac_ext >&5 | |
10697 ac_cv_lib_des_des_cbc_encrypt=no | |
10698 fi | |
10699 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
10700 LIBS=$ac_check_lib_save_LIBS | |
10701 fi | |
41148 | 10702 echo "$as_me:10702: result: $ac_cv_lib_des_des_cbc_encrypt" >&5 |
40056 | 10703 echo "${ECHO_T}$ac_cv_lib_des_des_cbc_encrypt" >&6 |
10704 if test $ac_cv_lib_des_des_cbc_encrypt = yes; then | |
10705 cat >>confdefs.h <<EOF | |
10706 #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
|
10707 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
|
10708 |
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
|
10709 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
|
10710 |
40056 | 10711 fi |
10712 | |
10713 fi | |
10714 | |
41148 | 10715 echo "$as_me:10715: checking for krb_get_cred in -lkrb4" >&5 |
40056 | 10716 echo $ECHO_N "checking for krb_get_cred in -lkrb4... $ECHO_C" >&6 |
10717 if test "${ac_cv_lib_krb4_krb_get_cred+set}" = set; then | |
10718 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
10719 else | |
10720 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
|
10721 LIBS="-lkrb4 $LIBS" |
40056 | 10722 cat >conftest.$ac_ext <<_ACEOF |
41148 | 10723 #line 10723 "configure" |
40056 | 10724 #include "confdefs.h" |
10725 | |
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
|
10726 /* Override any gcc2 internal prototype to avoid an error. */ |
40056 | 10727 #ifdef __cplusplus |
10728 extern "C" | |
10729 #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
|
10730 /* We use char because int might match the return type of a gcc2 |
40056 | 10731 builtin and then its argument prototype would still apply. */ |
10732 char krb_get_cred (); | |
10733 int | |
10734 main () | |
10735 { | |
10736 krb_get_cred (); | |
10737 ; | |
10738 return 0; | |
10739 } | |
10740 _ACEOF | |
10741 rm -f conftest.$ac_objext conftest$ac_exeext | |
41148 | 10742 if { (eval echo "$as_me:10742: \"$ac_link\"") >&5 |
10743 (eval $ac_link) 2>&5 | |
10744 ac_status=$? | |
10745 echo "$as_me:10745: \$? = $ac_status" >&5 | |
10746 (exit $ac_status); } && | |
10747 { ac_try='test -s conftest$ac_exeext' | |
10748 { (eval echo "$as_me:10748: \"$ac_try\"") >&5 | |
10749 (eval $ac_try) 2>&5 | |
41100 | 10750 ac_status=$? |
10751 echo "$as_me:10751: \$? = $ac_status" >&5 | |
40056 | 10752 (exit $ac_status); }; }; then |
10753 ac_cv_lib_krb4_krb_get_cred=yes | |
10754 else | |
10755 echo "$as_me: failed program was:" >&5 | |
10756 cat conftest.$ac_ext >&5 | |
10757 ac_cv_lib_krb4_krb_get_cred=no | |
10758 fi | |
10759 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
10760 LIBS=$ac_check_lib_save_LIBS | |
10761 fi | |
41148 | 10762 echo "$as_me:10762: result: $ac_cv_lib_krb4_krb_get_cred" >&5 |
40056 | 10763 echo "${ECHO_T}$ac_cv_lib_krb4_krb_get_cred" >&6 |
10764 if test $ac_cv_lib_krb4_krb_get_cred = yes; then | |
10765 cat >>confdefs.h <<EOF | |
10766 #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
|
10767 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
|
10768 |
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
|
10769 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
|
10770 |
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
|
10771 else |
40056 | 10772 |
41148 | 10773 echo "$as_me:10773: checking for krb_get_cred in -lkrb" >&5 |
40056 | 10774 echo $ECHO_N "checking for krb_get_cred in -lkrb... $ECHO_C" >&6 |
10775 if test "${ac_cv_lib_krb_krb_get_cred+set}" = set; then | |
10776 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
10777 else | |
10778 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
|
10779 LIBS="-lkrb $LIBS" |
40056 | 10780 cat >conftest.$ac_ext <<_ACEOF |
41148 | 10781 #line 10781 "configure" |
40056 | 10782 #include "confdefs.h" |
10783 | |
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
|
10784 /* Override any gcc2 internal prototype to avoid an error. */ |
40056 | 10785 #ifdef __cplusplus |
10786 extern "C" | |
10787 #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
|
10788 /* We use char because int might match the return type of a gcc2 |
40056 | 10789 builtin and then its argument prototype would still apply. */ |
10790 char krb_get_cred (); | |
10791 int | |
10792 main () | |
10793 { | |
10794 krb_get_cred (); | |
10795 ; | |
10796 return 0; | |
10797 } | |
10798 _ACEOF | |
10799 rm -f conftest.$ac_objext conftest$ac_exeext | |
41148 | 10800 if { (eval echo "$as_me:10800: \"$ac_link\"") >&5 |
10801 (eval $ac_link) 2>&5 | |
10802 ac_status=$? | |
10803 echo "$as_me:10803: \$? = $ac_status" >&5 | |
10804 (exit $ac_status); } && | |
10805 { ac_try='test -s conftest$ac_exeext' | |
10806 { (eval echo "$as_me:10806: \"$ac_try\"") >&5 | |
10807 (eval $ac_try) 2>&5 | |
41100 | 10808 ac_status=$? |
10809 echo "$as_me:10809: \$? = $ac_status" >&5 | |
40056 | 10810 (exit $ac_status); }; }; then |
10811 ac_cv_lib_krb_krb_get_cred=yes | |
10812 else | |
10813 echo "$as_me: failed program was:" >&5 | |
10814 cat conftest.$ac_ext >&5 | |
10815 ac_cv_lib_krb_krb_get_cred=no | |
10816 fi | |
10817 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
10818 LIBS=$ac_check_lib_save_LIBS | |
10819 fi | |
41148 | 10820 echo "$as_me:10820: result: $ac_cv_lib_krb_krb_get_cred" >&5 |
40056 | 10821 echo "${ECHO_T}$ac_cv_lib_krb_krb_get_cred" >&6 |
10822 if test $ac_cv_lib_krb_krb_get_cred = yes; then | |
10823 cat >>confdefs.h <<EOF | |
10824 #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
|
10825 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
|
10826 |
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
|
10827 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
|
10828 |
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
|
10829 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
|
10830 |
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
|
10831 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
|
10832 |
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 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
|
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 if test "${with_kerberos5+set}" = set; then |
40056 | 10836 |
10837 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
|
10838 do |
40056 | 10839 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
41148 | 10840 echo "$as_me:10840: checking for $ac_header" >&5 |
40056 | 10841 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
10842 if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
10843 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
10844 else | |
10845 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 10846 #line 10846 "configure" |
40056 | 10847 #include "confdefs.h" |
10848 #include <$ac_header> | |
10849 _ACEOF | |
41148 | 10850 if { (eval echo "$as_me:10850: \"$ac_cpp conftest.$ac_ext\"") >&5 |
40056 | 10851 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
10852 ac_status=$? | |
10853 egrep -v '^ *\+' conftest.er1 >conftest.err | |
10854 rm -f conftest.er1 | |
10855 cat conftest.err >&5 | |
41148 | 10856 echo "$as_me:10856: \$? = $ac_status" >&5 |
40056 | 10857 (exit $ac_status); } >/dev/null; then |
10858 if test -s conftest.err; then | |
10859 ac_cpp_err=$ac_c_preproc_warn_flag | |
10860 else | |
10861 ac_cpp_err= | |
10862 fi | |
10863 else | |
10864 ac_cpp_err=yes | |
10865 fi | |
10866 if test -z "$ac_cpp_err"; then | |
10867 eval "$as_ac_Header=yes" | |
10868 else | |
10869 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
|
10870 cat conftest.$ac_ext >&5 |
40056 | 10871 eval "$as_ac_Header=no" |
10872 fi | |
10873 rm -f conftest.err conftest.$ac_ext | |
10874 fi | |
41148 | 10875 echo "$as_me:10875: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
40056 | 10876 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
10877 if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
10878 cat >>confdefs.h <<EOF | |
10879 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
10880 EOF | |
10881 | |
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
|
10882 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
|
10883 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
|
10884 |
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
|
10885 else |
40056 | 10886 |
10887 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
|
10888 do |
40056 | 10889 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
41148 | 10890 echo "$as_me:10890: checking for $ac_header" >&5 |
40056 | 10891 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
10892 if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
10893 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
10894 else | |
10895 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 10896 #line 10896 "configure" |
40056 | 10897 #include "confdefs.h" |
10898 #include <$ac_header> | |
10899 _ACEOF | |
41148 | 10900 if { (eval echo "$as_me:10900: \"$ac_cpp conftest.$ac_ext\"") >&5 |
40056 | 10901 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
10902 ac_status=$? | |
10903 egrep -v '^ *\+' conftest.er1 >conftest.err | |
10904 rm -f conftest.er1 | |
10905 cat conftest.err >&5 | |
41148 | 10906 echo "$as_me:10906: \$? = $ac_status" >&5 |
40056 | 10907 (exit $ac_status); } >/dev/null; then |
10908 if test -s conftest.err; then | |
10909 ac_cpp_err=$ac_c_preproc_warn_flag | |
10910 else | |
10911 ac_cpp_err= | |
10912 fi | |
10913 else | |
10914 ac_cpp_err=yes | |
10915 fi | |
10916 if test -z "$ac_cpp_err"; then | |
10917 eval "$as_ac_Header=yes" | |
10918 else | |
10919 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
|
10920 cat conftest.$ac_ext >&5 |
40056 | 10921 eval "$as_ac_Header=no" |
10922 fi | |
10923 rm -f conftest.err conftest.$ac_ext | |
10924 fi | |
41148 | 10925 echo "$as_me:10925: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
40056 | 10926 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
10927 if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
10928 cat >>confdefs.h <<EOF | |
10929 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
10930 EOF | |
10931 | |
10932 else | |
10933 | |
10934 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
|
10935 do |
40056 | 10936 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
41148 | 10937 echo "$as_me:10937: checking for $ac_header" >&5 |
40056 | 10938 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
10939 if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
10940 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
10941 else | |
10942 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 10943 #line 10943 "configure" |
40056 | 10944 #include "confdefs.h" |
10945 #include <$ac_header> | |
10946 _ACEOF | |
41148 | 10947 if { (eval echo "$as_me:10947: \"$ac_cpp conftest.$ac_ext\"") >&5 |
40056 | 10948 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
10949 ac_status=$? | |
10950 egrep -v '^ *\+' conftest.er1 >conftest.err | |
10951 rm -f conftest.er1 | |
10952 cat conftest.err >&5 | |
41148 | 10953 echo "$as_me:10953: \$? = $ac_status" >&5 |
40056 | 10954 (exit $ac_status); } >/dev/null; then |
10955 if test -s conftest.err; then | |
10956 ac_cpp_err=$ac_c_preproc_warn_flag | |
10957 else | |
10958 ac_cpp_err= | |
10959 fi | |
10960 else | |
10961 ac_cpp_err=yes | |
10962 fi | |
10963 if test -z "$ac_cpp_err"; then | |
10964 eval "$as_ac_Header=yes" | |
10965 else | |
10966 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
|
10967 cat conftest.$ac_ext >&5 |
40056 | 10968 eval "$as_ac_Header=no" |
10969 fi | |
10970 rm -f conftest.err conftest.$ac_ext | |
10971 fi | |
41148 | 10972 echo "$as_me:10972: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
40056 | 10973 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
10974 if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
10975 cat >>confdefs.h <<EOF | |
10976 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
10977 EOF | |
10978 | |
10979 else | |
10980 | |
10981 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
|
10982 do |
40056 | 10983 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
41148 | 10984 echo "$as_me:10984: checking for $ac_header" >&5 |
40056 | 10985 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
10986 if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
10987 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
10988 else | |
10989 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 10990 #line 10990 "configure" |
40056 | 10991 #include "confdefs.h" |
10992 #include <$ac_header> | |
10993 _ACEOF | |
41148 | 10994 if { (eval echo "$as_me:10994: \"$ac_cpp conftest.$ac_ext\"") >&5 |
40056 | 10995 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
10996 ac_status=$? | |
10997 egrep -v '^ *\+' conftest.er1 >conftest.err | |
10998 rm -f conftest.er1 | |
10999 cat conftest.err >&5 | |
41148 | 11000 echo "$as_me:11000: \$? = $ac_status" >&5 |
40056 | 11001 (exit $ac_status); } >/dev/null; then |
11002 if test -s conftest.err; then | |
11003 ac_cpp_err=$ac_c_preproc_warn_flag | |
11004 else | |
11005 ac_cpp_err= | |
11006 fi | |
11007 else | |
11008 ac_cpp_err=yes | |
11009 fi | |
11010 if test -z "$ac_cpp_err"; then | |
11011 eval "$as_ac_Header=yes" | |
11012 else | |
11013 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
|
11014 cat conftest.$ac_ext >&5 |
40056 | 11015 eval "$as_ac_Header=no" |
11016 fi | |
11017 rm -f conftest.err conftest.$ac_ext | |
11018 fi | |
41148 | 11019 echo "$as_me:11019: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
40056 | 11020 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
11021 if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
11022 cat >>confdefs.h <<EOF | |
11023 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
11024 EOF | |
11025 | |
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
|
11026 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
|
11027 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
|
11028 |
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
|
11029 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
|
11030 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
|
11031 |
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
|
11032 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
|
11033 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
|
11034 |
40056 | 11035 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
|
11036 do |
40056 | 11037 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
41148 | 11038 echo "$as_me:11038: checking for $ac_header" >&5 |
40056 | 11039 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
11040 if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
11041 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
11042 else | |
11043 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 11044 #line 11044 "configure" |
40056 | 11045 #include "confdefs.h" |
11046 #include <$ac_header> | |
11047 _ACEOF | |
41148 | 11048 if { (eval echo "$as_me:11048: \"$ac_cpp conftest.$ac_ext\"") >&5 |
40056 | 11049 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
11050 ac_status=$? | |
11051 egrep -v '^ *\+' conftest.er1 >conftest.err | |
11052 rm -f conftest.er1 | |
11053 cat conftest.err >&5 | |
41148 | 11054 echo "$as_me:11054: \$? = $ac_status" >&5 |
40056 | 11055 (exit $ac_status); } >/dev/null; then |
11056 if test -s conftest.err; then | |
11057 ac_cpp_err=$ac_c_preproc_warn_flag | |
11058 else | |
11059 ac_cpp_err= | |
11060 fi | |
11061 else | |
11062 ac_cpp_err=yes | |
11063 fi | |
11064 if test -z "$ac_cpp_err"; then | |
11065 eval "$as_ac_Header=yes" | |
11066 else | |
11067 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
|
11068 cat conftest.$ac_ext >&5 |
40056 | 11069 eval "$as_ac_Header=no" |
11070 fi | |
11071 rm -f conftest.err conftest.$ac_ext | |
11072 fi | |
41148 | 11073 echo "$as_me:11073: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
40056 | 11074 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
11075 if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
11076 cat >>confdefs.h <<EOF | |
11077 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
11078 EOF | |
11079 | |
11080 else | |
11081 | |
11082 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
|
11083 do |
40056 | 11084 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
41148 | 11085 echo "$as_me:11085: checking for $ac_header" >&5 |
40056 | 11086 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
11087 if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
11088 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
11089 else | |
11090 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 11091 #line 11091 "configure" |
40056 | 11092 #include "confdefs.h" |
11093 #include <$ac_header> | |
11094 _ACEOF | |
41148 | 11095 if { (eval echo "$as_me:11095: \"$ac_cpp conftest.$ac_ext\"") >&5 |
40056 | 11096 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
11097 ac_status=$? | |
11098 egrep -v '^ *\+' conftest.er1 >conftest.err | |
11099 rm -f conftest.er1 | |
11100 cat conftest.err >&5 | |
41148 | 11101 echo "$as_me:11101: \$? = $ac_status" >&5 |
40056 | 11102 (exit $ac_status); } >/dev/null; then |
11103 if test -s conftest.err; then | |
11104 ac_cpp_err=$ac_c_preproc_warn_flag | |
11105 else | |
11106 ac_cpp_err= | |
11107 fi | |
11108 else | |
11109 ac_cpp_err=yes | |
11110 fi | |
11111 if test -z "$ac_cpp_err"; then | |
11112 eval "$as_ac_Header=yes" | |
11113 else | |
11114 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
|
11115 cat conftest.$ac_ext >&5 |
40056 | 11116 eval "$as_ac_Header=no" |
11117 fi | |
11118 rm -f conftest.err conftest.$ac_ext | |
11119 fi | |
41148 | 11120 echo "$as_me:11120: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
40056 | 11121 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
11122 if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
11123 cat >>confdefs.h <<EOF | |
11124 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
11125 EOF | |
11126 | |
11127 else | |
11128 | |
11129 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
|
11130 do |
40056 | 11131 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
41148 | 11132 echo "$as_me:11132: checking for $ac_header" >&5 |
40056 | 11133 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
11134 if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
11135 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
11136 else | |
11137 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 11138 #line 11138 "configure" |
40056 | 11139 #include "confdefs.h" |
11140 #include <$ac_header> | |
11141 _ACEOF | |
41148 | 11142 if { (eval echo "$as_me:11142: \"$ac_cpp conftest.$ac_ext\"") >&5 |
40056 | 11143 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
11144 ac_status=$? | |
11145 egrep -v '^ *\+' conftest.er1 >conftest.err | |
11146 rm -f conftest.er1 | |
11147 cat conftest.err >&5 | |
41148 | 11148 echo "$as_me:11148: \$? = $ac_status" >&5 |
40056 | 11149 (exit $ac_status); } >/dev/null; then |
11150 if test -s conftest.err; then | |
11151 ac_cpp_err=$ac_c_preproc_warn_flag | |
11152 else | |
11153 ac_cpp_err= | |
11154 fi | |
11155 else | |
11156 ac_cpp_err=yes | |
11157 fi | |
11158 if test -z "$ac_cpp_err"; then | |
11159 eval "$as_ac_Header=yes" | |
11160 else | |
11161 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
|
11162 cat conftest.$ac_ext >&5 |
40056 | 11163 eval "$as_ac_Header=no" |
11164 fi | |
11165 rm -f conftest.err conftest.$ac_ext | |
11166 fi | |
41148 | 11167 echo "$as_me:11167: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
40056 | 11168 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
11169 if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
11170 cat >>confdefs.h <<EOF | |
11171 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
11172 EOF | |
11173 | |
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
|
11174 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
|
11175 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
|
11176 |
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
|
11177 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
|
11178 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
|
11179 |
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
|
11180 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
|
11181 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
|
11182 |
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 fi |
40056 | 11184 |
11185 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
|
11186 do |
40056 | 11187 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
41148 | 11188 echo "$as_me:11188: checking for $ac_header" >&5 |
40056 | 11189 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
11190 if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
11191 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
11192 else | |
11193 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 11194 #line 11194 "configure" |
40056 | 11195 #include "confdefs.h" |
11196 #include <$ac_header> | |
11197 _ACEOF | |
41148 | 11198 if { (eval echo "$as_me:11198: \"$ac_cpp conftest.$ac_ext\"") >&5 |
40056 | 11199 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
11200 ac_status=$? | |
11201 egrep -v '^ *\+' conftest.er1 >conftest.err | |
11202 rm -f conftest.er1 | |
11203 cat conftest.err >&5 | |
41148 | 11204 echo "$as_me:11204: \$? = $ac_status" >&5 |
40056 | 11205 (exit $ac_status); } >/dev/null; then |
11206 if test -s conftest.err; then | |
11207 ac_cpp_err=$ac_c_preproc_warn_flag | |
11208 else | |
11209 ac_cpp_err= | |
11210 fi | |
11211 else | |
11212 ac_cpp_err=yes | |
11213 fi | |
11214 if test -z "$ac_cpp_err"; then | |
11215 eval "$as_ac_Header=yes" | |
11216 else | |
11217 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
|
11218 cat conftest.$ac_ext >&5 |
40056 | 11219 eval "$as_ac_Header=no" |
11220 fi | |
11221 rm -f conftest.err conftest.$ac_ext | |
11222 fi | |
41148 | 11223 echo "$as_me:11223: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
40056 | 11224 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
11225 if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
11226 cat >>confdefs.h <<EOF | |
11227 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
11228 EOF | |
11229 | |
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
|
11230 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
|
11231 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
|
11232 |
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
|
11233 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
|
11234 |
25897 | 11235 # Solaris requires -lintl if you want strerror (which calls dgettext) |
11236 # to return localized messages. | |
40056 | 11237 |
41148 | 11238 echo "$as_me:11238: checking for dgettext in -lintl" >&5 |
40056 | 11239 echo $ECHO_N "checking for dgettext in -lintl... $ECHO_C" >&6 |
11240 if test "${ac_cv_lib_intl_dgettext+set}" = set; then | |
11241 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
11242 else | |
11243 ac_check_lib_save_LIBS=$LIBS | |
25897 | 11244 LIBS="-lintl $LIBS" |
40056 | 11245 cat >conftest.$ac_ext <<_ACEOF |
41148 | 11246 #line 11246 "configure" |
40056 | 11247 #include "confdefs.h" |
11248 | |
25897 | 11249 /* Override any gcc2 internal prototype to avoid an error. */ |
40056 | 11250 #ifdef __cplusplus |
11251 extern "C" | |
11252 #endif | |
25897 | 11253 /* We use char because int might match the return type of a gcc2 |
40056 | 11254 builtin and then its argument prototype would still apply. */ |
11255 char dgettext (); | |
11256 int | |
11257 main () | |
11258 { | |
11259 dgettext (); | |
11260 ; | |
11261 return 0; | |
11262 } | |
11263 _ACEOF | |
11264 rm -f conftest.$ac_objext conftest$ac_exeext | |
41148 | 11265 if { (eval echo "$as_me:11265: \"$ac_link\"") >&5 |
11266 (eval $ac_link) 2>&5 | |
11267 ac_status=$? | |
11268 echo "$as_me:11268: \$? = $ac_status" >&5 | |
11269 (exit $ac_status); } && | |
11270 { ac_try='test -s conftest$ac_exeext' | |
11271 { (eval echo "$as_me:11271: \"$ac_try\"") >&5 | |
11272 (eval $ac_try) 2>&5 | |
41100 | 11273 ac_status=$? |
11274 echo "$as_me:11274: \$? = $ac_status" >&5 | |
40056 | 11275 (exit $ac_status); }; }; then |
11276 ac_cv_lib_intl_dgettext=yes | |
11277 else | |
11278 echo "$as_me: failed program was:" >&5 | |
11279 cat conftest.$ac_ext >&5 | |
11280 ac_cv_lib_intl_dgettext=no | |
11281 fi | |
11282 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
11283 LIBS=$ac_check_lib_save_LIBS | |
11284 fi | |
41148 | 11285 echo "$as_me:11285: result: $ac_cv_lib_intl_dgettext" >&5 |
40056 | 11286 echo "${ECHO_T}$ac_cv_lib_intl_dgettext" >&6 |
11287 if test $ac_cv_lib_intl_dgettext = yes; then | |
11288 cat >>confdefs.h <<EOF | |
11289 #define HAVE_LIBINTL 1 | |
25897 | 11290 EOF |
11291 | |
11292 LIBS="-lintl $LIBS" | |
11293 | |
40056 | 11294 fi |
11295 | |
41148 | 11296 echo "$as_me:11296: checking whether localtime caches TZ" >&5 |
40056 | 11297 echo $ECHO_N "checking whether localtime caches TZ... $ECHO_C" >&6 |
11298 if test "${emacs_cv_localtime_cache+set}" = set; then | |
11299 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
25897 | 11300 else |
11301 if test x$ac_cv_func_tzset = xyes; then | |
11302 if test "$cross_compiling" = yes; then | |
11303 # If we have tzset, assume the worst when cross-compiling. | |
11304 emacs_cv_localtime_cache=yes | |
11305 else | |
40056 | 11306 cat >conftest.$ac_ext <<_ACEOF |
41148 | 11307 #line 11307 "configure" |
25897 | 11308 #include "confdefs.h" |
11309 #include <time.h> | |
11310 extern char **environ; | |
11311 unset_TZ () | |
11312 { | |
11313 char **from, **to; | |
11314 for (to = from = environ; (*to = *from); from++) | |
11315 if (! (to[0][0] == 'T' && to[0][1] == 'Z' && to[0][2] == '=')) | |
11316 to++; | |
11317 } | |
11318 char TZ_GMT0[] = "TZ=GMT0"; | |
11319 char TZ_PST8[] = "TZ=PST8"; | |
11320 main() | |
11321 { | |
11322 time_t now = time ((time_t *) 0); | |
11323 int hour_GMT0, hour_unset; | |
11324 if (putenv (TZ_GMT0) != 0) | |
11325 exit (1); | |
11326 hour_GMT0 = localtime (&now)->tm_hour; | |
11327 unset_TZ (); | |
11328 hour_unset = localtime (&now)->tm_hour; | |
11329 if (putenv (TZ_PST8) != 0) | |
11330 exit (1); | |
11331 if (localtime (&now)->tm_hour == hour_GMT0) | |
11332 exit (1); | |
11333 unset_TZ (); | |
11334 if (localtime (&now)->tm_hour != hour_unset) | |
11335 exit (1); | |
11336 exit (0); | |
11337 } | |
40056 | 11338 _ACEOF |
11339 rm -f conftest$ac_exeext | |
41148 | 11340 if { (eval echo "$as_me:11340: \"$ac_link\"") >&5 |
11341 (eval $ac_link) 2>&5 | |
11342 ac_status=$? | |
11343 echo "$as_me:11343: \$? = $ac_status" >&5 | |
40056 | 11344 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
41148 | 11345 { (eval echo "$as_me:11345: \"$ac_try\"") >&5 |
11346 (eval $ac_try) 2>&5 | |
11347 ac_status=$? | |
11348 echo "$as_me:11348: \$? = $ac_status" >&5 | |
40056 | 11349 (exit $ac_status); }; }; then |
25897 | 11350 emacs_cv_localtime_cache=no |
11351 else | |
40056 | 11352 echo "$as_me: program exited with status $ac_status" >&5 |
11353 echo "$as_me: failed program was:" >&5 | |
11354 cat conftest.$ac_ext >&5 | |
11355 emacs_cv_localtime_cache=yes | |
11356 fi | |
11357 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | |
11358 fi | |
25897 | 11359 else |
11360 # If we lack tzset, report that localtime does not cache TZ, | |
11361 # since we can't invalidate the cache if we don't have tzset. | |
11362 emacs_cv_localtime_cache=no | |
11363 fi | |
11364 fi | |
41148 | 11365 echo "$as_me:11365: result: $emacs_cv_localtime_cache" >&5 |
40056 | 11366 echo "${ECHO_T}$emacs_cv_localtime_cache" >&6 |
25897 | 11367 if test $emacs_cv_localtime_cache = yes; then |
40056 | 11368 cat >>confdefs.h <<\EOF |
25897 | 11369 #define LOCALTIME_CACHE 1 |
11370 EOF | |
11371 | |
11372 fi | |
11373 | |
11374 if test "x$HAVE_TIMEVAL" = xyes; then | |
40056 | 11375 |
11376 for ac_func in gettimeofday | |
29906 | 11377 do |
40056 | 11378 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
41148 | 11379 echo "$as_me:11379: checking for $ac_func" >&5 |
40056 | 11380 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 |
11381 if eval "test \"\${$as_ac_var+set}\" = set"; then | |
11382 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
11383 else | |
11384 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 11385 #line 11385 "configure" |
29906 | 11386 #include "confdefs.h" |
11387 /* System header to define __stub macros and hopefully few prototypes, | |
40056 | 11388 which can conflict with char $ac_func (); below. */ |
29906 | 11389 #include <assert.h> |
11390 /* Override any gcc2 internal prototype to avoid an error. */ | |
40056 | 11391 #ifdef __cplusplus |
11392 extern "C" | |
11393 #endif | |
29906 | 11394 /* We use char because int might match the return type of a gcc2 |
40056 | 11395 builtin and then its argument prototype would still apply. */ |
11396 char $ac_func (); | |
11397 char (*f) (); | |
11398 | |
11399 int | |
11400 main () | |
11401 { | |
29906 | 11402 /* The GNU C library defines this for functions which it implements |
11403 to always fail with ENOSYS. Some functions are actually named | |
11404 something starting with __ and the normal name is an alias. */ | |
11405 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
11406 choke me | |
11407 #else | |
40056 | 11408 f = $ac_func; |
11409 #endif | |
11410 | |
11411 ; | |
11412 return 0; | |
11413 } | |
11414 _ACEOF | |
11415 rm -f conftest.$ac_objext conftest$ac_exeext | |
41148 | 11416 if { (eval echo "$as_me:11416: \"$ac_link\"") >&5 |
11417 (eval $ac_link) 2>&5 | |
11418 ac_status=$? | |
11419 echo "$as_me:11419: \$? = $ac_status" >&5 | |
11420 (exit $ac_status); } && | |
11421 { ac_try='test -s conftest$ac_exeext' | |
11422 { (eval echo "$as_me:11422: \"$ac_try\"") >&5 | |
11423 (eval $ac_try) 2>&5 | |
41100 | 11424 ac_status=$? |
11425 echo "$as_me:11425: \$? = $ac_status" >&5 | |
40056 | 11426 (exit $ac_status); }; }; then |
11427 eval "$as_ac_var=yes" | |
11428 else | |
11429 echo "$as_me: failed program was:" >&5 | |
11430 cat conftest.$ac_ext >&5 | |
11431 eval "$as_ac_var=no" | |
11432 fi | |
11433 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
11434 fi | |
41148 | 11435 echo "$as_me:11435: result: `eval echo '${'$as_ac_var'}'`" >&5 |
40056 | 11436 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 |
11437 if test `eval echo '${'$as_ac_var'}'` = yes; then | |
11438 cat >>confdefs.h <<EOF | |
11439 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
11440 EOF | |
11441 | |
29906 | 11442 fi |
11443 done | |
11444 | |
41148 | 11445 echo "$as_me:11445: checking whether gettimeofday can accept two arguments" >&5 |
40056 | 11446 echo $ECHO_N "checking whether gettimeofday can accept two arguments... $ECHO_C" >&6 |
11447 if test "${emacs_cv_gettimeofday_two_arguments+set}" = set; then | |
11448 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
11449 else | |
11450 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 11451 #line 11451 "configure" |
25897 | 11452 #include "confdefs.h" |
11453 | |
11454 #ifdef TIME_WITH_SYS_TIME | |
11455 #include <sys/time.h> | |
11456 #include <time.h> | |
11457 #else | |
11458 #ifdef HAVE_SYS_TIME_H | |
11459 #include <sys/time.h> | |
11460 #else | |
11461 #include <time.h> | |
11462 #endif | |
11463 #endif | |
40056 | 11464 int |
11465 main () | |
11466 { | |
29733 | 11467 struct timeval time; |
29906 | 11468 gettimeofday (&time, 0); |
40056 | 11469 ; |
11470 return 0; | |
11471 } | |
11472 _ACEOF | |
11473 rm -f conftest.$ac_objext | |
41148 | 11474 if { (eval echo "$as_me:11474: \"$ac_compile\"") >&5 |
40056 | 11475 (eval $ac_compile) 2>&5 |
11476 ac_status=$? | |
41148 | 11477 echo "$as_me:11477: \$? = $ac_status" >&5 |
11478 (exit $ac_status); } && | |
11479 { ac_try='test -s conftest.$ac_objext' | |
11480 { (eval echo "$as_me:11480: \"$ac_try\"") >&5 | |
11481 (eval $ac_try) 2>&5 | |
11482 ac_status=$? | |
41100 | 11483 echo "$as_me:11483: \$? = $ac_status" >&5 |
40056 | 11484 (exit $ac_status); }; }; then |
25897 | 11485 emacs_cv_gettimeofday_two_arguments=yes |
11486 else | |
40056 | 11487 echo "$as_me: failed program was:" >&5 |
11488 cat conftest.$ac_ext >&5 | |
11489 emacs_cv_gettimeofday_two_arguments=no | |
11490 fi | |
11491 rm -f conftest.$ac_objext conftest.$ac_ext | |
11492 fi | |
41148 | 11493 echo "$as_me:11493: result: $emacs_cv_gettimeofday_two_arguments" >&5 |
40056 | 11494 echo "${ECHO_T}$emacs_cv_gettimeofday_two_arguments" >&6 |
25897 | 11495 if test $emacs_cv_gettimeofday_two_arguments = no; then |
40056 | 11496 cat >>confdefs.h <<\EOF |
25897 | 11497 #define GETTIMEOFDAY_ONE_ARGUMENT 1 |
11498 EOF | |
11499 | |
11500 fi | |
11501 fi | |
11502 | |
29906 | 11503 if test "$ac_cv_func_gettimeofday" = yes; then |
41148 | 11504 echo "$as_me:11504: checking for struct timezone" >&5 |
40056 | 11505 echo $ECHO_N "checking for struct timezone... $ECHO_C" >&6 |
11506 if test "${emacs_cv_struct_timezone+set}" = set; then | |
11507 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
11508 else | |
11509 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 11510 #line 11510 "configure" |
29906 | 11511 #include "confdefs.h" |
11512 #include <sys/time.h> | |
40056 | 11513 int |
11514 main () | |
11515 { | |
29906 | 11516 struct timezone tz; |
40056 | 11517 ; |
11518 return 0; | |
11519 } | |
11520 _ACEOF | |
11521 rm -f conftest.$ac_objext | |
41148 | 11522 if { (eval echo "$as_me:11522: \"$ac_compile\"") >&5 |
40056 | 11523 (eval $ac_compile) 2>&5 |
11524 ac_status=$? | |
41148 | 11525 echo "$as_me:11525: \$? = $ac_status" >&5 |
11526 (exit $ac_status); } && | |
11527 { ac_try='test -s conftest.$ac_objext' | |
11528 { (eval echo "$as_me:11528: \"$ac_try\"") >&5 | |
11529 (eval $ac_try) 2>&5 | |
11530 ac_status=$? | |
41100 | 11531 echo "$as_me:11531: \$? = $ac_status" >&5 |
40056 | 11532 (exit $ac_status); }; }; then |
29906 | 11533 if test "$cross_compiling" = yes; then |
11534 emacs_cv_struct_timezone=yes | |
11535 else | |
40056 | 11536 cat >conftest.$ac_ext <<_ACEOF |
41148 | 11537 #line 11537 "configure" |
29906 | 11538 #include "confdefs.h" |
11539 | |
11540 #ifdef TIME_WITH_SYS_TIME | |
11541 #include <sys/time.h> | |
11542 #include <time.h> | |
11543 #else | |
11544 #ifdef HAVE_SYS_TIME_H | |
11545 #include <sys/time.h> | |
11546 #else | |
11547 #include <time.h> | |
11548 #endif | |
11549 #endif | |
11550 main () { | |
11551 struct timeval time; | |
11552 struct timezone dummy; | |
11553 exit (gettimeofday (&time, &dummy)); | |
11554 } | |
40056 | 11555 _ACEOF |
11556 rm -f conftest$ac_exeext | |
41148 | 11557 if { (eval echo "$as_me:11557: \"$ac_link\"") >&5 |
11558 (eval $ac_link) 2>&5 | |
11559 ac_status=$? | |
11560 echo "$as_me:11560: \$? = $ac_status" >&5 | |
40056 | 11561 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
41148 | 11562 { (eval echo "$as_me:11562: \"$ac_try\"") >&5 |
11563 (eval $ac_try) 2>&5 | |
11564 ac_status=$? | |
11565 echo "$as_me:11565: \$? = $ac_status" >&5 | |
40056 | 11566 (exit $ac_status); }; }; then |
29906 | 11567 emacs_cv_struct_timezone=yes |
11568 else | |
40056 | 11569 echo "$as_me: program exited with status $ac_status" >&5 |
11570 echo "$as_me: failed program was:" >&5 | |
11571 cat conftest.$ac_ext >&5 | |
11572 emacs_cv_struct_timezone=no | |
11573 fi | |
11574 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | |
11575 fi | |
11576 else | |
11577 echo "$as_me: failed program was:" >&5 | |
11578 cat conftest.$ac_ext >&5 | |
11579 emacs_cv_struct_timezone=no | |
11580 fi | |
11581 rm -f conftest.$ac_objext conftest.$ac_ext | |
11582 fi | |
41148 | 11583 echo "$as_me:11583: result: $emacs_cv_struct_timezone" >&5 |
40056 | 11584 echo "${ECHO_T}$emacs_cv_struct_timezone" >&6 |
29906 | 11585 fi |
11586 | |
25897 | 11587 ok_so_far=yes |
41148 | 11588 echo "$as_me:11588: checking for socket" >&5 |
40056 | 11589 echo $ECHO_N "checking for socket... $ECHO_C" >&6 |
11590 if test "${ac_cv_func_socket+set}" = set; then | |
11591 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
11592 else | |
11593 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 11594 #line 11594 "configure" |
25897 | 11595 #include "confdefs.h" |
11596 /* System header to define __stub macros and hopefully few prototypes, | |
40056 | 11597 which can conflict with char socket (); below. */ |
25897 | 11598 #include <assert.h> |
11599 /* Override any gcc2 internal prototype to avoid an error. */ | |
40056 | 11600 #ifdef __cplusplus |
11601 extern "C" | |
11602 #endif | |
25897 | 11603 /* We use char because int might match the return type of a gcc2 |
40056 | 11604 builtin and then its argument prototype would still apply. */ |
11605 char socket (); | |
11606 char (*f) (); | |
11607 | |
11608 int | |
11609 main () | |
11610 { | |
25897 | 11611 /* The GNU C library defines this for functions which it implements |
11612 to always fail with ENOSYS. Some functions are actually named | |
11613 something starting with __ and the normal name is an alias. */ | |
11614 #if defined (__stub_socket) || defined (__stub___socket) | |
11615 choke me | |
11616 #else | |
40056 | 11617 f = socket; |
11618 #endif | |
11619 | |
11620 ; | |
11621 return 0; | |
11622 } | |
11623 _ACEOF | |
11624 rm -f conftest.$ac_objext conftest$ac_exeext | |
41148 | 11625 if { (eval echo "$as_me:11625: \"$ac_link\"") >&5 |
11626 (eval $ac_link) 2>&5 | |
11627 ac_status=$? | |
11628 echo "$as_me:11628: \$? = $ac_status" >&5 | |
11629 (exit $ac_status); } && | |
11630 { ac_try='test -s conftest$ac_exeext' | |
11631 { (eval echo "$as_me:11631: \"$ac_try\"") >&5 | |
11632 (eval $ac_try) 2>&5 | |
41100 | 11633 ac_status=$? |
11634 echo "$as_me:11634: \$? = $ac_status" >&5 | |
40056 | 11635 (exit $ac_status); }; }; then |
11636 ac_cv_func_socket=yes | |
11637 else | |
11638 echo "$as_me: failed program was:" >&5 | |
11639 cat conftest.$ac_ext >&5 | |
11640 ac_cv_func_socket=no | |
11641 fi | |
11642 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
11643 fi | |
41148 | 11644 echo "$as_me:11644: result: $ac_cv_func_socket" >&5 |
40056 | 11645 echo "${ECHO_T}$ac_cv_func_socket" >&6 |
11646 if test $ac_cv_func_socket = yes; then | |
25897 | 11647 : |
11648 else | |
40056 | 11649 ok_so_far=no |
25897 | 11650 fi |
11651 | |
11652 if test $ok_so_far = yes; then | |
41148 | 11653 echo "$as_me:11653: checking for netinet/in.h" >&5 |
40056 | 11654 echo $ECHO_N "checking for netinet/in.h... $ECHO_C" >&6 |
11655 if test "${ac_cv_header_netinet_in_h+set}" = set; then | |
11656 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
11657 else | |
11658 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 11659 #line 11659 "configure" |
25897 | 11660 #include "confdefs.h" |
11661 #include <netinet/in.h> | |
40056 | 11662 _ACEOF |
41148 | 11663 if { (eval echo "$as_me:11663: \"$ac_cpp conftest.$ac_ext\"") >&5 |
40056 | 11664 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
11665 ac_status=$? | |
11666 egrep -v '^ *\+' conftest.er1 >conftest.err | |
11667 rm -f conftest.er1 | |
11668 cat conftest.err >&5 | |
41148 | 11669 echo "$as_me:11669: \$? = $ac_status" >&5 |
40056 | 11670 (exit $ac_status); } >/dev/null; then |
11671 if test -s conftest.err; then | |
11672 ac_cpp_err=$ac_c_preproc_warn_flag | |
11673 else | |
11674 ac_cpp_err= | |
11675 fi | |
11676 else | |
11677 ac_cpp_err=yes | |
11678 fi | |
11679 if test -z "$ac_cpp_err"; then | |
11680 ac_cv_header_netinet_in_h=yes | |
11681 else | |
11682 echo "$as_me: failed program was:" >&5 | |
25897 | 11683 cat conftest.$ac_ext >&5 |
40056 | 11684 ac_cv_header_netinet_in_h=no |
11685 fi | |
11686 rm -f conftest.err conftest.$ac_ext | |
11687 fi | |
41148 | 11688 echo "$as_me:11688: result: $ac_cv_header_netinet_in_h" >&5 |
40056 | 11689 echo "${ECHO_T}$ac_cv_header_netinet_in_h" >&6 |
11690 if test $ac_cv_header_netinet_in_h = yes; then | |
25897 | 11691 : |
11692 else | |
40056 | 11693 ok_so_far=no |
25897 | 11694 fi |
11695 | |
11696 fi | |
11697 if test $ok_so_far = yes; then | |
41148 | 11698 echo "$as_me:11698: checking for arpa/inet.h" >&5 |
40056 | 11699 echo $ECHO_N "checking for arpa/inet.h... $ECHO_C" >&6 |
11700 if test "${ac_cv_header_arpa_inet_h+set}" = set; then | |
11701 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
11702 else | |
11703 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 11704 #line 11704 "configure" |
25897 | 11705 #include "confdefs.h" |
11706 #include <arpa/inet.h> | |
40056 | 11707 _ACEOF |
41148 | 11708 if { (eval echo "$as_me:11708: \"$ac_cpp conftest.$ac_ext\"") >&5 |
40056 | 11709 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
11710 ac_status=$? | |
11711 egrep -v '^ *\+' conftest.er1 >conftest.err | |
11712 rm -f conftest.er1 | |
11713 cat conftest.err >&5 | |
41148 | 11714 echo "$as_me:11714: \$? = $ac_status" >&5 |
40056 | 11715 (exit $ac_status); } >/dev/null; then |
11716 if test -s conftest.err; then | |
11717 ac_cpp_err=$ac_c_preproc_warn_flag | |
11718 else | |
11719 ac_cpp_err= | |
11720 fi | |
11721 else | |
11722 ac_cpp_err=yes | |
11723 fi | |
11724 if test -z "$ac_cpp_err"; then | |
11725 ac_cv_header_arpa_inet_h=yes | |
11726 else | |
11727 echo "$as_me: failed program was:" >&5 | |
25897 | 11728 cat conftest.$ac_ext >&5 |
40056 | 11729 ac_cv_header_arpa_inet_h=no |
11730 fi | |
11731 rm -f conftest.err conftest.$ac_ext | |
11732 fi | |
41148 | 11733 echo "$as_me:11733: result: $ac_cv_header_arpa_inet_h" >&5 |
40056 | 11734 echo "${ECHO_T}$ac_cv_header_arpa_inet_h" >&6 |
11735 if test $ac_cv_header_arpa_inet_h = yes; then | |
25897 | 11736 : |
11737 else | |
40056 | 11738 ok_so_far=no |
25897 | 11739 fi |
11740 | |
11741 fi | |
11742 if test $ok_so_far = yes; then | |
40056 | 11743 cat >>confdefs.h <<\EOF |
25897 | 11744 #define HAVE_INET_SOCKETS 1 |
11745 EOF | |
11746 | |
11747 fi | |
11748 | |
11749 if test -f /usr/lpp/X11/bin/smt.exp; then | |
40056 | 11750 cat >>confdefs.h <<\EOF |
25897 | 11751 #define HAVE_AIX_SMT_EXP 1 |
11752 EOF | |
11753 | |
11754 fi | |
11755 | |
41148 | 11756 echo "$as_me:11756: checking whether system supports dynamic ptys" >&5 |
40056 | 11757 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
|
11758 if test -d /dev/pts && ls -d /dev/ptmx > /dev/null 2>&1 ; then |
41148 | 11759 echo "$as_me:11759: result: yes" >&5 |
40056 | 11760 echo "${ECHO_T}yes" >&6 |
11761 cat >>confdefs.h <<\EOF | |
26382
78660eeae4b2
Fix change for --with-pop default.
Dave Love <fx@gnu.org>
parents:
26081
diff
changeset
|
11762 #define HAVE_DEV_PTMX 1 |
78660eeae4b2
Fix change for --with-pop default.
Dave Love <fx@gnu.org>
parents:
26081
diff
changeset
|
11763 EOF |
78660eeae4b2
Fix change for --with-pop default.
Dave Love <fx@gnu.org>
parents:
26081
diff
changeset
|
11764 |
78660eeae4b2
Fix change for --with-pop default.
Dave Love <fx@gnu.org>
parents:
26081
diff
changeset
|
11765 else |
41148 | 11766 echo "$as_me:11766: result: no" >&5 |
40056 | 11767 echo "${ECHO_T}no" >&6 |
11768 fi | |
11769 | |
41148 | 11770 echo "$as_me:11770: checking for pid_t" >&5 |
40056 | 11771 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6 |
11772 if test "${ac_cv_type_pid_t+set}" = set; then | |
11773 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
11774 else | |
11775 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 11776 #line 11776 "configure" |
40056 | 11777 #include "confdefs.h" |
11778 $ac_includes_default | |
11779 int | |
11780 main () | |
11781 { | |
11782 if ((pid_t *) 0) | |
11783 return 0; | |
11784 if (sizeof (pid_t)) | |
11785 return 0; | |
11786 ; | |
11787 return 0; | |
11788 } | |
11789 _ACEOF | |
11790 rm -f conftest.$ac_objext | |
41148 | 11791 if { (eval echo "$as_me:11791: \"$ac_compile\"") >&5 |
40056 | 11792 (eval $ac_compile) 2>&5 |
11793 ac_status=$? | |
41148 | 11794 echo "$as_me:11794: \$? = $ac_status" >&5 |
11795 (exit $ac_status); } && | |
11796 { ac_try='test -s conftest.$ac_objext' | |
11797 { (eval echo "$as_me:11797: \"$ac_try\"") >&5 | |
11798 (eval $ac_try) 2>&5 | |
11799 ac_status=$? | |
41100 | 11800 echo "$as_me:11800: \$? = $ac_status" >&5 |
40056 | 11801 (exit $ac_status); }; }; then |
27675 | 11802 ac_cv_type_pid_t=yes |
11803 else | |
40056 | 11804 echo "$as_me: failed program was:" >&5 |
11805 cat conftest.$ac_ext >&5 | |
11806 ac_cv_type_pid_t=no | |
11807 fi | |
11808 rm -f conftest.$ac_objext conftest.$ac_ext | |
11809 fi | |
41148 | 11810 echo "$as_me:11810: result: $ac_cv_type_pid_t" >&5 |
40056 | 11811 echo "${ECHO_T}$ac_cv_type_pid_t" >&6 |
11812 if test $ac_cv_type_pid_t = yes; then | |
11813 : | |
11814 else | |
11815 | |
11816 cat >>confdefs.h <<EOF | |
27675 | 11817 #define pid_t int |
11818 EOF | |
11819 | |
11820 fi | |
11821 | |
40056 | 11822 for ac_header in unistd.h vfork.h |
11823 do | |
11824 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
41148 | 11825 echo "$as_me:11825: checking for $ac_header" >&5 |
40056 | 11826 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
11827 if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
11828 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
11829 else | |
11830 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 11831 #line 11831 "configure" |
40056 | 11832 #include "confdefs.h" |
11833 #include <$ac_header> | |
11834 _ACEOF | |
41148 | 11835 if { (eval echo "$as_me:11835: \"$ac_cpp conftest.$ac_ext\"") >&5 |
40056 | 11836 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
11837 ac_status=$? | |
11838 egrep -v '^ *\+' conftest.er1 >conftest.err | |
11839 rm -f conftest.er1 | |
11840 cat conftest.err >&5 | |
41148 | 11841 echo "$as_me:11841: \$? = $ac_status" >&5 |
40056 | 11842 (exit $ac_status); } >/dev/null; then |
11843 if test -s conftest.err; then | |
11844 ac_cpp_err=$ac_c_preproc_warn_flag | |
11845 else | |
11846 ac_cpp_err= | |
11847 fi | |
11848 else | |
11849 ac_cpp_err=yes | |
11850 fi | |
11851 if test -z "$ac_cpp_err"; then | |
11852 eval "$as_ac_Header=yes" | |
11853 else | |
11854 echo "$as_me: failed program was:" >&5 | |
27675 | 11855 cat conftest.$ac_ext >&5 |
40056 | 11856 eval "$as_ac_Header=no" |
11857 fi | |
11858 rm -f conftest.err conftest.$ac_ext | |
11859 fi | |
41148 | 11860 echo "$as_me:11860: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
40056 | 11861 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
11862 if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
11863 cat >>confdefs.h <<EOF | |
11864 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
11865 EOF | |
11866 | |
11867 fi | |
11868 done | |
11869 | |
11870 for ac_func in fork vfork | |
11871 do | |
11872 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
41148 | 11873 echo "$as_me:11873: checking for $ac_func" >&5 |
40056 | 11874 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 |
11875 if eval "test \"\${$as_ac_var+set}\" = set"; then | |
11876 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
11877 else | |
11878 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 11879 #line 11879 "configure" |
27675 | 11880 #include "confdefs.h" |
11881 /* System header to define __stub macros and hopefully few prototypes, | |
40056 | 11882 which can conflict with char $ac_func (); below. */ |
27675 | 11883 #include <assert.h> |
11884 /* Override any gcc2 internal prototype to avoid an error. */ | |
40056 | 11885 #ifdef __cplusplus |
11886 extern "C" | |
11887 #endif | |
27675 | 11888 /* We use char because int might match the return type of a gcc2 |
40056 | 11889 builtin and then its argument prototype would still apply. */ |
11890 char $ac_func (); | |
11891 char (*f) (); | |
11892 | |
11893 int | |
11894 main () | |
11895 { | |
27675 | 11896 /* The GNU C library defines this for functions which it implements |
11897 to always fail with ENOSYS. Some functions are actually named | |
11898 something starting with __ and the normal name is an alias. */ | |
40056 | 11899 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) |
27675 | 11900 choke me |
11901 #else | |
40056 | 11902 f = $ac_func; |
11903 #endif | |
11904 | |
11905 ; | |
11906 return 0; | |
11907 } | |
11908 _ACEOF | |
11909 rm -f conftest.$ac_objext conftest$ac_exeext | |
41148 | 11910 if { (eval echo "$as_me:11910: \"$ac_link\"") >&5 |
11911 (eval $ac_link) 2>&5 | |
11912 ac_status=$? | |
11913 echo "$as_me:11913: \$? = $ac_status" >&5 | |
11914 (exit $ac_status); } && | |
11915 { ac_try='test -s conftest$ac_exeext' | |
11916 { (eval echo "$as_me:11916: \"$ac_try\"") >&5 | |
11917 (eval $ac_try) 2>&5 | |
41100 | 11918 ac_status=$? |
11919 echo "$as_me:11919: \$? = $ac_status" >&5 | |
40056 | 11920 (exit $ac_status); }; }; then |
11921 eval "$as_ac_var=yes" | |
11922 else | |
11923 echo "$as_me: failed program was:" >&5 | |
11924 cat conftest.$ac_ext >&5 | |
11925 eval "$as_ac_var=no" | |
11926 fi | |
11927 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
11928 fi | |
41148 | 11929 echo "$as_me:11929: result: `eval echo '${'$as_ac_var'}'`" >&5 |
40056 | 11930 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 |
11931 if test `eval echo '${'$as_ac_var'}'` = yes; then | |
11932 cat >>confdefs.h <<EOF | |
11933 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
11934 EOF | |
11935 | |
11936 fi | |
11937 done | |
11938 | |
11939 ac_cv_func_fork_works=$ac_cv_func_fork | |
11940 if test "x$ac_cv_func_fork" = xyes; then | |
41148 | 11941 echo "$as_me:11941: checking for working fork" >&5 |
40056 | 11942 echo $ECHO_N "checking for working fork... $ECHO_C" >&6 |
11943 if test "${ac_cv_func_fork_works+set}" = set; then | |
11944 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
11945 else | |
11946 if test "$cross_compiling" = yes; then | |
11947 ac_cv_func_fork_works=cross | |
11948 else | |
11949 cat >conftest.$ac_ext <<_ACEOF | |
11950 /* By Rüdiger Kuhlmann. */ | |
11951 #include <sys/types.h> | |
11952 #if HAVE_UNISTD_H | |
11953 # include <unistd.h> | |
11954 #endif | |
11955 /* Some systems only have a dummy stub for fork() */ | |
11956 int main () | |
11957 { | |
11958 if (fork() < 0) | |
11959 exit (1); | |
11960 exit (0); | |
11961 } | |
11962 _ACEOF | |
11963 rm -f conftest$ac_exeext | |
41148 | 11964 if { (eval echo "$as_me:11964: \"$ac_link\"") >&5 |
11965 (eval $ac_link) 2>&5 | |
11966 ac_status=$? | |
11967 echo "$as_me:11967: \$? = $ac_status" >&5 | |
40056 | 11968 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
41148 | 11969 { (eval echo "$as_me:11969: \"$ac_try\"") >&5 |
11970 (eval $ac_try) 2>&5 | |
11971 ac_status=$? | |
11972 echo "$as_me:11972: \$? = $ac_status" >&5 | |
40056 | 11973 (exit $ac_status); }; }; then |
11974 ac_cv_func_fork_works=yes | |
11975 else | |
11976 echo "$as_me: program exited with status $ac_status" >&5 | |
11977 echo "$as_me: failed program was:" >&5 | |
11978 cat conftest.$ac_ext >&5 | |
11979 ac_cv_func_fork_works=no | |
11980 fi | |
11981 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | |
11982 fi | |
11983 fi | |
41148 | 11984 echo "$as_me:11984: result: $ac_cv_func_fork_works" >&5 |
40056 | 11985 echo "${ECHO_T}$ac_cv_func_fork_works" >&6 |
11986 | |
11987 fi | |
11988 if test "x$ac_cv_func_fork_works" = xcross; then | |
11989 case $host in | |
11990 *-*-amigaos* | *-*-msdosdjgpp*) | |
11991 # Override, as these systems have only a dummy fork() stub | |
11992 ac_cv_func_fork_works=no | |
11993 ;; | |
11994 *) | |
11995 ac_cv_func_fork_works=yes | |
11996 ;; | |
11997 esac | |
41148 | 11998 { echo "$as_me:11998: WARNING: CROSS: Result $ac_cv_func_fork_works guessed due to cross-compiling." >&5 |
40056 | 11999 echo "$as_me: WARNING: CROSS: Result $ac_cv_func_fork_works guessed due to cross-compiling." >&2;} |
12000 fi | |
27675 | 12001 ac_cv_func_vfork_works=$ac_cv_func_vfork |
40056 | 12002 if test "x$ac_cv_func_vfork" = xyes; then |
41148 | 12003 echo "$as_me:12003: checking for working vfork" >&5 |
40056 | 12004 echo $ECHO_N "checking for working vfork... $ECHO_C" >&6 |
12005 if test "${ac_cv_func_vfork_works+set}" = set; then | |
12006 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
12007 else | |
12008 if test "$cross_compiling" = yes; then | |
12009 ac_cv_func_vfork_works=cross | |
12010 else | |
12011 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 12012 #line 12012 "configure" |
27675 | 12013 #include "confdefs.h" |
12014 /* Thanks to Paul Eggert for this test. */ | |
12015 #include <stdio.h> | |
12016 #include <sys/types.h> | |
12017 #include <sys/stat.h> | |
40056 | 12018 #if HAVE_UNISTD_H |
12019 # include <unistd.h> | |
12020 #endif | |
12021 #if HAVE_VFORK_H | |
12022 # include <vfork.h> | |
27675 | 12023 #endif |
12024 /* On some sparc systems, changes by the child to local and incoming | |
40056 | 12025 argument registers are propagated back to the parent. The compiler |
12026 is told about this with #include <vfork.h>, but some compilers | |
12027 (e.g. gcc -O) don't grok <vfork.h>. Test for this by using a | |
12028 static variable whose address is put into a register that is | |
12029 clobbered by the vfork. */ | |
27675 | 12030 static |
12031 #ifdef __cplusplus | |
12032 sparc_address_test (int arg) | |
40056 | 12033 # else |
27675 | 12034 sparc_address_test (arg) int arg; |
12035 #endif | |
12036 { | |
12037 static pid_t child; | |
12038 if (!child) { | |
12039 child = vfork (); | |
12040 if (child < 0) { | |
12041 perror ("vfork"); | |
12042 _exit(2); | |
12043 } | |
12044 if (!child) { | |
12045 arg = getpid(); | |
12046 write(-1, "", 0); | |
12047 _exit (arg); | |
12048 } | |
12049 } | |
12050 } | |
40056 | 12051 |
12052 int | |
12053 main () | |
12054 { | |
27675 | 12055 pid_t parent = getpid (); |
12056 pid_t child; | |
12057 | |
12058 sparc_address_test (); | |
12059 | |
12060 child = vfork (); | |
12061 | |
12062 if (child == 0) { | |
40056 | 12063 /* Here is another test for sparc vfork register problems. This |
12064 test uses lots of local variables, at least as many local | |
12065 variables as main has allocated so far including compiler | |
12066 temporaries. 4 locals are enough for gcc 1.40.3 on a Solaris | |
12067 4.1.3 sparc, but we use 8 to be safe. A buggy compiler should | |
12068 reuse the register of parent for one of the local variables, | |
12069 since it will think that parent can't possibly be used any more | |
12070 in this routine. Assigning to the local variable will thus | |
12071 munge parent in the parent process. */ | |
27675 | 12072 pid_t |
12073 p = getpid(), p1 = getpid(), p2 = getpid(), p3 = getpid(), | |
12074 p4 = getpid(), p5 = getpid(), p6 = getpid(), p7 = getpid(); | |
12075 /* Convince the compiler that p..p7 are live; otherwise, it might | |
12076 use the same hardware register for all 8 local variables. */ | |
12077 if (p != p1 || p != p2 || p != p3 || p != p4 | |
12078 || p != p5 || p != p6 || p != p7) | |
12079 _exit(1); | |
12080 | |
40056 | 12081 /* On some systems (e.g. IRIX 3.3), vfork doesn't separate parent |
12082 from child file descriptors. If the child closes a descriptor | |
12083 before it execs or exits, this munges the parent's descriptor | |
12084 as well. Test for this by closing stdout in the child. */ | |
27675 | 12085 _exit(close(fileno(stdout)) != 0); |
12086 } else { | |
12087 int status; | |
12088 struct stat st; | |
12089 | |
12090 while (wait(&status) != child) | |
12091 ; | |
12092 exit( | |
12093 /* Was there some problem with vforking? */ | |
12094 child < 0 | |
12095 | |
12096 /* Did the child fail? (This shouldn't happen.) */ | |
12097 || status | |
12098 | |
12099 /* Did the vfork/compiler bug occur? */ | |
12100 || parent != getpid() | |
12101 | |
12102 /* Did the file descriptor bug occur? */ | |
12103 || fstat(fileno(stdout), &st) != 0 | |
12104 ); | |
12105 } | |
12106 } | |
40056 | 12107 _ACEOF |
12108 rm -f conftest$ac_exeext | |
41148 | 12109 if { (eval echo "$as_me:12109: \"$ac_link\"") >&5 |
12110 (eval $ac_link) 2>&5 | |
12111 ac_status=$? | |
12112 echo "$as_me:12112: \$? = $ac_status" >&5 | |
40056 | 12113 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
41148 | 12114 { (eval echo "$as_me:12114: \"$ac_try\"") >&5 |
12115 (eval $ac_try) 2>&5 | |
12116 ac_status=$? | |
12117 echo "$as_me:12117: \$? = $ac_status" >&5 | |
40056 | 12118 (exit $ac_status); }; }; then |
27675 | 12119 ac_cv_func_vfork_works=yes |
12120 else | |
40056 | 12121 echo "$as_me: program exited with status $ac_status" >&5 |
12122 echo "$as_me: failed program was:" >&5 | |
12123 cat conftest.$ac_ext >&5 | |
12124 ac_cv_func_vfork_works=no | |
12125 fi | |
12126 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | |
12127 fi | |
12128 fi | |
41148 | 12129 echo "$as_me:12129: result: $ac_cv_func_vfork_works" >&5 |
40056 | 12130 echo "${ECHO_T}$ac_cv_func_vfork_works" >&6 |
12131 | |
12132 fi; | |
12133 if test "x$ac_cv_func_fork_works" = xcross; then | |
12134 ac_cv_func_vfork_works=ac_cv_func_vfork | |
41148 | 12135 { echo "$as_me:12135: WARNING: CROSS: Result $ac_cv_func_vfork_works guessed due to cross-compiling." >&5 |
40056 | 12136 echo "$as_me: WARNING: CROSS: Result $ac_cv_func_vfork_works guessed due to cross-compiling." >&2;} |
12137 fi | |
12138 | |
12139 if test "x$ac_cv_func_vfork_works" = xyes; then | |
12140 | |
12141 cat >>confdefs.h <<\EOF | |
12142 #define HAVE_WORKING_VFORK 1 | |
12143 EOF | |
12144 | |
12145 else | |
12146 | |
12147 cat >>confdefs.h <<\EOF | |
27675 | 12148 #define vfork fork |
12149 EOF | |
12150 | |
12151 fi | |
40056 | 12152 if test "x$ac_cv_func_fork_works" = xyes; then |
12153 | |
12154 cat >>confdefs.h <<\EOF | |
12155 #define HAVE_WORKING_FORK 1 | |
12156 EOF | |
12157 | |
12158 fi | |
27675 | 12159 |
30395 | 12160 # Fixme: This should be replaced when we have autoconf 2.14. |
41148 | 12161 echo "$as_me:12161: checking for size_t" >&5 |
40056 | 12162 echo $ECHO_N "checking for size_t... $ECHO_C" >&6 |
12163 if test "${ac_cv_type_size_t+set}" = set; then | |
12164 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
12165 else | |
12166 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 12167 #line 12167 "configure" |
40056 | 12168 #include "confdefs.h" |
12169 $ac_includes_default | |
12170 int | |
12171 main () | |
12172 { | |
12173 if ((size_t *) 0) | |
12174 return 0; | |
12175 if (sizeof (size_t)) | |
12176 return 0; | |
12177 ; | |
12178 return 0; | |
12179 } | |
12180 _ACEOF | |
12181 rm -f conftest.$ac_objext | |
41148 | 12182 if { (eval echo "$as_me:12182: \"$ac_compile\"") >&5 |
40056 | 12183 (eval $ac_compile) 2>&5 |
12184 ac_status=$? | |
41148 | 12185 echo "$as_me:12185: \$? = $ac_status" >&5 |
12186 (exit $ac_status); } && | |
12187 { ac_try='test -s conftest.$ac_objext' | |
12188 { (eval echo "$as_me:12188: \"$ac_try\"") >&5 | |
12189 (eval $ac_try) 2>&5 | |
12190 ac_status=$? | |
41100 | 12191 echo "$as_me:12191: \$? = $ac_status" >&5 |
40056 | 12192 (exit $ac_status); }; }; then |
30395 | 12193 ac_cv_type_size_t=yes |
12194 else | |
40056 | 12195 echo "$as_me: failed program was:" >&5 |
12196 cat conftest.$ac_ext >&5 | |
12197 ac_cv_type_size_t=no | |
12198 fi | |
12199 rm -f conftest.$ac_objext conftest.$ac_ext | |
12200 fi | |
41148 | 12201 echo "$as_me:12201: result: $ac_cv_type_size_t" >&5 |
40056 | 12202 echo "${ECHO_T}$ac_cv_type_size_t" >&6 |
12203 if test $ac_cv_type_size_t = yes; then | |
12204 : | |
12205 else | |
12206 | |
12207 cat >>confdefs.h <<EOF | |
30395 | 12208 #define size_t unsigned |
12209 EOF | |
12210 | |
12211 fi | |
12212 | |
25897 | 12213 # Set up the CFLAGS for real compilation, so we can substitute it. |
12214 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
|
12215 CPPFLAGS="$REAL_CPPFLAGS" |
25897 | 12216 |
12217 #### Find out which version of Emacs this is. | |
12218 version=`grep 'defconst[ ]*emacs-version' ${srcdir}/lisp/version.el \ | |
12219 | sed -e 's/^[^"]*"\([^"]*\)".*$/\1/'` | |
12220 if test x"${version}" = x; then | |
41148 | 12221 { { echo "$as_me:12221: error: can't find current emacs version in \`${srcdir}/lisp/version.el'." >&5 |
40056 | 12222 echo "$as_me: error: can't find current emacs version in \`${srcdir}/lisp/version.el'." >&2;} |
12223 { (exit 1); exit 1; }; } | |
25897 | 12224 fi |
12225 | |
12226 ### Specify what sort of things we'll be editing into Makefile and config.h. | |
12227 ### Use configuration here uncanonicalized to avoid exceeding size limits. | |
12228 | |
40056 | 12229 cat >>confdefs.h <<EOF |
25897 | 12230 #define EMACS_CONFIGURATION "${canonical}" |
12231 EOF | |
12232 | |
40056 | 12233 cat >>confdefs.h <<EOF |
25897 | 12234 #define EMACS_CONFIG_OPTIONS "${ac_configure_args}" |
12235 EOF | |
12236 | |
40056 | 12237 cat >>confdefs.h <<EOF |
25897 | 12238 #define config_machfile "${machfile}" |
12239 EOF | |
12240 | |
40056 | 12241 cat >>confdefs.h <<EOF |
25897 | 12242 #define config_opsysfile "${opsysfile}" |
12243 EOF | |
12244 | |
40056 | 12245 cat >>confdefs.h <<EOF |
25897 | 12246 #define LD_SWITCH_X_SITE ${LD_SWITCH_X_SITE} |
12247 EOF | |
12248 | |
40056 | 12249 cat >>confdefs.h <<EOF |
25897 | 12250 #define LD_SWITCH_X_SITE_AUX ${LD_SWITCH_X_SITE_AUX} |
12251 EOF | |
12252 | |
40056 | 12253 cat >>confdefs.h <<EOF |
25897 | 12254 #define C_SWITCH_X_SITE ${C_SWITCH_X_SITE} |
12255 EOF | |
12256 | |
40056 | 12257 cat >>confdefs.h <<EOF |
25897 | 12258 #define UNEXEC_SRC ${UNEXEC_SRC} |
12259 EOF | |
12260 | |
12261 if test "${HAVE_X_WINDOWS}" = "yes" ; then | |
40056 | 12262 cat >>confdefs.h <<\EOF |
25897 | 12263 #define HAVE_X_WINDOWS 1 |
12264 EOF | |
12265 | |
12266 fi | |
12267 if test "${USE_X_TOOLKIT}" != "none" ; then | |
40056 | 12268 cat >>confdefs.h <<\EOF |
25897 | 12269 #define USE_X_TOOLKIT 1 |
12270 EOF | |
12271 | |
12272 fi | |
12273 if test "${HAVE_X11}" = "yes" ; then | |
40056 | 12274 cat >>confdefs.h <<\EOF |
25897 | 12275 #define HAVE_X11 1 |
12276 EOF | |
12277 | |
12278 fi | |
12279 if test "${HAVE_XFREE386}" = "yes" ; then | |
40056 | 12280 cat >>confdefs.h <<\EOF |
25897 | 12281 #define HAVE_XFREE386 1 |
12282 EOF | |
12283 | |
12284 fi | |
12285 if test "${HAVE_MENUS}" = "yes" ; then | |
40056 | 12286 cat >>confdefs.h <<\EOF |
25897 | 12287 #define HAVE_MENUS 1 |
12288 EOF | |
12289 | |
12290 fi | |
12291 if test "${GNU_MALLOC}" = "yes" ; then | |
40056 | 12292 cat >>confdefs.h <<\EOF |
25897 | 12293 #define GNU_MALLOC 1 |
12294 EOF | |
12295 | |
12296 fi | |
12297 if test "${REL_ALLOC}" = "yes" ; then | |
40056 | 12298 cat >>confdefs.h <<\EOF |
25897 | 12299 #define REL_ALLOC 1 |
12300 EOF | |
12301 | |
12302 fi | |
12303 | |
40777 | 12304 for ac_header in nlist.h |
12305 do | |
12306 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
41148 | 12307 echo "$as_me:12307: checking for $ac_header" >&5 |
40777 | 12308 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
12309 if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
12310 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
12311 else | |
12312 cat >conftest.$ac_ext <<_ACEOF | |
41148 | 12313 #line 12313 "configure" |
40777 | 12314 #include "confdefs.h" |
12315 #include <$ac_header> | |
12316 _ACEOF | |
41148 | 12317 if { (eval echo "$as_me:12317: \"$ac_cpp conftest.$ac_ext\"") >&5 |
40777 | 12318 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
12319 ac_status=$? | |
12320 egrep -v '^ *\+' conftest.er1 >conftest.err | |
12321 rm -f conftest.er1 | |
12322 cat conftest.err >&5 | |
41148 | 12323 echo "$as_me:12323: \$? = $ac_status" >&5 |
40777 | 12324 (exit $ac_status); } >/dev/null; then |
12325 if test -s conftest.err; then | |
12326 ac_cpp_err=$ac_c_preproc_warn_flag | |
12327 else | |
12328 ac_cpp_err= | |
12329 fi | |
12330 else | |
12331 ac_cpp_err=yes | |
12332 fi | |
12333 if test -z "$ac_cpp_err"; then | |
12334 eval "$as_ac_Header=yes" | |
12335 else | |
12336 echo "$as_me: failed program was:" >&5 | |
12337 cat conftest.$ac_ext >&5 | |
12338 eval "$as_ac_Header=no" | |
12339 fi | |
12340 rm -f conftest.err conftest.$ac_ext | |
12341 fi | |
41148 | 12342 echo "$as_me:12342: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
40777 | 12343 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
12344 if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
12345 cat >>confdefs.h <<EOF | |
12346 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
12347 EOF | |
12348 | |
12349 cat >>confdefs.h <<\EOF | |
12350 #define NLIST_STRUCT 1 | |
12351 EOF | |
12352 | |
12353 fi | |
12354 done | |
12355 | |
25897 | 12356 #### Report on what we decided to do. |
12357 echo " | |
12358 Configured for \`${canonical}'. | |
12359 | |
12360 Where should the build process find the source code? ${srcdir} | |
12361 What operating system and machine description files should Emacs use? | |
12362 \`${opsysfile}' and \`${machfile}' | |
12363 What compiler should emacs be built with? ${CC} ${CFLAGS} | |
12364 Should Emacs use the GNU version of malloc? ${GNU_MALLOC}${GNU_MALLOC_reason} | |
31417 | 12365 Should Emacs use a relocating allocator for buffers? ${REL_ALLOC} |
31607 | 12366 Should Emacs use mmap(2) for buffer allocation? $use_mmap_for_buffers |
25897 | 12367 What window system should Emacs use? ${window_system} |
12368 What toolkit should Emacs use? ${USE_X_TOOLKIT}" | |
12369 | |
12370 if test -n "${x_includes}"; then | |
12371 echo " Where do we find X Windows header files? ${x_includes}" | |
12372 else | |
12373 echo " Where do we find X Windows header files? Standard dirs" | |
12374 fi | |
12375 if test -n "${x_libraries}"; then | |
12376 echo " Where do we find X Windows libraries? ${x_libraries}" | |
12377 else | |
12378 echo " Where do we find X Windows libraries? Standard dirs" | |
12379 fi | |
12380 | |
12381 echo " Does Emacs use -lXaw3d? ${HAVE_XAW3D}" | |
12382 echo " Does Emacs use -lXpm? ${HAVE_XPM}" | |
12383 echo " Does Emacs use -ljpeg? ${HAVE_JPEG}" | |
12384 echo " Does Emacs use -ltiff? ${HAVE_TIFF}" | |
12385 echo " Does Emacs use -lungif? ${HAVE_GIF}" | |
12386 echo " Does Emacs use -lpng? ${HAVE_PNG}" | |
12387 echo " Does Emacs use X toolkit scroll bars? ${USE_TOOLKIT_SCROLL_BARS}" | |
12388 echo | |
12389 | |
12390 # Remove any trailing slashes in these variables. | |
12391 test "${prefix}" != NONE && | |
12392 prefix=`echo "${prefix}" | sed 's,\([^/]\)/*$,\1,'` | |
12393 test "${exec_prefix}" != NONE && | |
12394 exec_prefix=`echo "${exec_prefix}" | sed 's,\([^/]\)/*$,\1,'` | |
12395 | |
36354 | 12396 ## Check if the C preprocessor will convert `..' to `. .'. If so, set |
12397 ## CPP_NEED_TRADITIONAL to `yes' so that the code to generate Makefile | |
12398 ## from Makefile.c can correctly provide the arg `-traditional' to the | |
12399 ## C preprocessor. | |
12400 | |
40056 | 12401 cat >conftest.$ac_ext <<_ACEOF |
41148 | 12402 #line 12402 "configure" |
36354 | 12403 #include "confdefs.h" |
12404 yes..yes | |
40056 | 12405 _ACEOF |
36354 | 12406 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
12407 egrep "yes..yes" >/dev/null 2>&1; then | |
12408 CPP_NEED_TRADITIONAL=no | |
12409 else | |
12410 CPP_NEED_TRADITIONAL=yes | |
12411 fi | |
12412 rm -f conftest* | |
12413 | |
41431 | 12414 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 | 12415 ac_config_commands="$ac_config_commands default" |
12416 cat >confcache <<\_ACEOF | |
25897 | 12417 # This file is a shell script that caches the results of configure |
12418 # tests run on this system so they can be shared between configure | |
40056 | 12419 # scripts and configure runs, see configure's option --config-cache. |
12420 # It is not useful on other systems. If it contains results you don't | |
12421 # want to keep, you may remove or edit it. | |
12422 # | |
12423 # config.status only pays attention to the cache file if you give it | |
12424 # the --recheck option to rerun configure. | |
25897 | 12425 # |
40056 | 12426 # `ac_cv_env_foo' variables (set or unset) will be overriden when |
12427 # loading this file, other *unset* `ac_cv_foo' will be assigned the | |
12428 # following values. | |
12429 | |
12430 _ACEOF | |
12431 | |
25897 | 12432 # The following way of writing the cache mishandles newlines in values, |
12433 # but we know of no workaround that is simple, portable, and efficient. | |
12434 # So, don't put newlines in cache variables' values. | |
12435 # Ultrix sh set writes to stderr and can't be redirected directly, | |
12436 # and sets the high bit in the cache file unless we assign to the vars. | |
40056 | 12437 { |
12438 (set) 2>&1 | | |
12439 case `(ac_space=' '; set | grep ac_space) 2>&1` in | |
12440 *ac_space=\ *) | |
12441 # `set' does not quote correctly, so add quotes (double-quote | |
12442 # substitution turns \\\\ into \\, and sed turns \\ into \). | |
12443 sed -n \ | |
12444 "s/'/'\\\\''/g; | |
12445 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" | |
12446 ;; | |
12447 *) | |
12448 # `set' quotes correctly as required by POSIX, so do not add quotes. | |
12449 sed -n \ | |
12450 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" | |
12451 ;; | |
12452 esac; | |
12453 } | | |
12454 sed ' | |
12455 t clear | |
12456 : clear | |
12457 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ | |
12458 t end | |
12459 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ | |
12460 : end' >>confcache | |
12461 if cmp -s $cache_file confcache; then :; else | |
25897 | 12462 if test -w $cache_file; then |
40056 | 12463 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file" |
12464 cat confcache >$cache_file | |
25897 | 12465 else |
12466 echo "not updating unwritable cache $cache_file" | |
12467 fi | |
12468 fi | |
12469 rm -f confcache | |
12470 | |
12471 test "x$prefix" = xNONE && prefix=$ac_default_prefix | |
12472 # Let make expand exec_prefix. | |
12473 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' | |
12474 | |
40056 | 12475 # VPATH may cause trouble with some makes, so we remove $(srcdir), |
12476 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and | |
12477 # trailing colons and then remove the whole line if VPATH becomes empty | |
12478 # (actually we leave an empty line to preserve line numbers). | |
25897 | 12479 if test "x$srcdir" = x.; then |
40056 | 12480 ac_vpsub='/^[ ]*VPATH[ ]*=/{ |
12481 s/:*\$(srcdir):*/:/; | |
12482 s/:*\${srcdir}:*/:/; | |
12483 s/:*@srcdir@:*/:/; | |
12484 s/^\([^=]*=[ ]*\):*/\1/; | |
12485 s/:*$//; | |
12486 s/^[^=]*=[ ]*$//; | |
12487 }' | |
12488 fi | |
25897 | 12489 |
12490 DEFS=-DHAVE_CONFIG_H | |
12491 | |
12492 : ${CONFIG_STATUS=./config.status} | |
40056 | 12493 ac_clean_files_save=$ac_clean_files |
12494 ac_clean_files="$ac_clean_files $CONFIG_STATUS" | |
41148 | 12495 { echo "$as_me:12495: creating $CONFIG_STATUS" >&5 |
40056 | 12496 echo "$as_me: creating $CONFIG_STATUS" >&6;} |
12497 cat >$CONFIG_STATUS <<_ACEOF | |
12498 #! $SHELL | |
25897 | 12499 # Generated automatically by configure. |
12500 # Run this file to recreate the current configuration. | |
12501 # Compiler output produced by configure, useful for debugging | |
40056 | 12502 # configure, is in config.log if it exists. |
12503 | |
12504 debug=false | |
12505 SHELL=\${CONFIG_SHELL-$SHELL} | |
12506 ac_cs_invocation="\$0 \$@" | |
12507 | |
12508 _ACEOF | |
12509 | |
12510 cat >>$CONFIG_STATUS <<\_ACEOF | |
12511 # Be Bourne compatible | |
12512 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then | |
12513 emulate sh | |
12514 NULLCMD=: | |
12515 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then | |
12516 set -o posix | |
12517 fi | |
12518 | |
12519 # Name of the executable. | |
12520 as_me=`echo "$0" |sed 's,.*[\\/],,'` | |
12521 | |
12522 if expr a : '\(a\)' >/dev/null 2>&1; then | |
12523 as_expr=expr | |
12524 else | |
12525 as_expr=false | |
12526 fi | |
12527 | |
12528 rm -f conf$$ conf$$.exe conf$$.file | |
12529 echo >conf$$.file | |
12530 if ln -s conf$$.file conf$$ 2>/dev/null; then | |
12531 # We could just check for DJGPP; but this test a) works b) is more generic | |
12532 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). | |
12533 if test -f conf$$.exe; then | |
12534 # Don't use ln at all; we don't have any links | |
12535 as_ln_s='cp -p' | |
12536 else | |
12537 as_ln_s='ln -s' | |
12538 fi | |
12539 elif ln conf$$.file conf$$ 2>/dev/null; then | |
12540 as_ln_s=ln | |
12541 else | |
12542 as_ln_s='cp -p' | |
12543 fi | |
12544 rm -f conf$$ conf$$.exe conf$$.file | |
12545 | |
12546 as_executable_p="test -f" | |
12547 | |
12548 # Support unset when possible. | |
12549 if (FOO=FOO; unset FOO) >/dev/null 2>&1; then | |
12550 as_unset=unset | |
12551 else | |
12552 as_unset=false | |
12553 fi | |
12554 | |
12555 # NLS nuisances. | |
12556 $as_unset LANG || test "${LANG+set}" != set || { LANG=C; export LANG; } | |
12557 $as_unset LC_ALL || test "${LC_ALL+set}" != set || { LC_ALL=C; export LC_ALL; } | |
12558 $as_unset LC_TIME || test "${LC_TIME+set}" != set || { LC_TIME=C; export LC_TIME; } | |
12559 $as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set || { LC_CTYPE=C; export LC_CTYPE; } | |
12560 $as_unset LANGUAGE || test "${LANGUAGE+set}" != set || { LANGUAGE=C; export LANGUAGE; } | |
12561 $as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set || { LC_COLLATE=C; export LC_COLLATE; } | |
12562 $as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set || { LC_NUMERIC=C; export LC_NUMERIC; } | |
12563 $as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set || { LC_MESSAGES=C; export LC_MESSAGES; } | |
12564 | |
12565 # IFS | |
12566 # We need space, tab and new line, in precisely that order. | |
12567 as_nl=' | |
12568 ' | |
12569 IFS=" $as_nl" | |
12570 | |
12571 # CDPATH. | |
12572 $as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=:; export CDPATH; } | |
12573 | |
12574 exec 6>&1 | |
12575 | |
12576 _ACEOF | |
12577 | |
12578 # Files that config.status was made for. | |
12579 if test -n "$ac_config_files"; then | |
12580 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS | |
12581 fi | |
12582 | |
12583 if test -n "$ac_config_headers"; then | |
12584 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS | |
12585 fi | |
12586 | |
12587 if test -n "$ac_config_links"; then | |
12588 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS | |
12589 fi | |
12590 | |
12591 if test -n "$ac_config_commands"; then | |
12592 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS | |
12593 fi | |
12594 | |
12595 cat >>$CONFIG_STATUS <<\EOF | |
12596 | |
12597 ac_cs_usage="\ | |
12598 \`$as_me' instantiates files from templates according to the | |
12599 current configuration. | |
12600 | |
12601 Usage: $0 [OPTIONS] [FILE]... | |
12602 | |
12603 -h, --help print this help, then exit | |
12604 -V, --version print version number, then exit | |
12605 -d, --debug don't remove temporary files | |
12606 --recheck update $as_me by reconfiguring in the same conditions | |
12607 --file=FILE[:TEMPLATE] | |
12608 instantiate the configuration file FILE | |
12609 --header=FILE[:TEMPLATE] | |
12610 instantiate the configuration header FILE | |
12611 | |
12612 Configuration files: | |
12613 $config_files | |
12614 | |
12615 Configuration headers: | |
12616 $config_headers | |
12617 | |
12618 Configuration commands: | |
12619 $config_commands | |
12620 | |
12621 Report bugs to <bug-autoconf@gnu.org>." | |
12622 EOF | |
12623 | |
12624 cat >>$CONFIG_STATUS <<EOF | |
12625 ac_cs_version="\\ | |
12626 config.status | |
12627 configured by $0, generated by GNU Autoconf 2.52, | |
12628 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" | |
12629 | |
12630 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001 | |
12631 Free Software Foundation, Inc. | |
12632 This config.status script is free software; the Free Software Foundation | |
12633 gives unlimited permission to copy, distribute and modify it." | |
12634 srcdir=$srcdir | |
12635 INSTALL="$INSTALL" | |
12636 EOF | |
12637 | |
12638 cat >>$CONFIG_STATUS <<\EOF | |
12639 # If no file are specified by the user, then we need to provide default | |
12640 # value. By we need to know if files were specified by the user. | |
12641 ac_need_defaults=: | |
12642 while test $# != 0 | |
25897 | 12643 do |
40056 | 12644 case $1 in |
12645 --*=*) | |
12646 ac_option=`expr "x$1" : 'x\([^=]*\)='` | |
12647 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'` | |
12648 shift | |
12649 set dummy "$ac_option" "$ac_optarg" ${1+"$@"} | |
12650 shift | |
12651 ;; | |
12652 -*);; | |
12653 *) # This is not an option, so the user has probably given explicit | |
12654 # arguments. | |
12655 ac_need_defaults=false;; | |
12656 esac | |
12657 | |
12658 case $1 in | |
12659 # Handling of the options. | |
12660 EOF | |
12661 cat >>$CONFIG_STATUS <<EOF | |
25897 | 12662 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) |
40056 | 12663 echo "running $SHELL $0 " $ac_configure_args " --no-create --no-recursion" |
12664 exec $SHELL $0 $ac_configure_args --no-create --no-recursion ;; | |
12665 EOF | |
12666 cat >>$CONFIG_STATUS <<\EOF | |
12667 --version | --vers* | -V ) | |
12668 echo "$ac_cs_version"; exit 0 ;; | |
12669 --he | --h) | |
12670 # Conflict between --help and --header | |
41148 | 12671 { { echo "$as_me:12671: error: ambiguous option: $1 |
40056 | 12672 Try \`$0 --help' for more information." >&5 |
12673 echo "$as_me: error: ambiguous option: $1 | |
12674 Try \`$0 --help' for more information." >&2;} | |
12675 { (exit 1); exit 1; }; };; | |
12676 --help | --hel | -h ) | |
12677 echo "$ac_cs_usage"; exit 0 ;; | |
12678 --debug | --d* | -d ) | |
12679 debug=: ;; | |
12680 --file | --fil | --fi | --f ) | |
12681 shift | |
12682 CONFIG_FILES="$CONFIG_FILES $1" | |
12683 ac_need_defaults=false;; | |
12684 --header | --heade | --head | --hea ) | |
12685 shift | |
12686 CONFIG_HEADERS="$CONFIG_HEADERS $1" | |
12687 ac_need_defaults=false;; | |
12688 | |
12689 # This is an error. | |
41148 | 12690 -*) { { echo "$as_me:12690: error: unrecognized option: $1 |
40056 | 12691 Try \`$0 --help' for more information." >&5 |
12692 echo "$as_me: error: unrecognized option: $1 | |
12693 Try \`$0 --help' for more information." >&2;} | |
12694 { (exit 1); exit 1; }; } ;; | |
12695 | |
12696 *) ac_config_targets="$ac_config_targets $1" ;; | |
12697 | |
12698 esac | |
12699 shift | |
12700 done | |
12701 | |
12702 exec 5>>config.log | |
12703 cat >&5 << _ACEOF | |
12704 | |
12705 ## ----------------------- ## | |
12706 ## Running config.status. ## | |
12707 ## ----------------------- ## | |
12708 | |
12709 This file was extended by $as_me 2.52, executed with | |
12710 CONFIG_FILES = $CONFIG_FILES | |
12711 CONFIG_HEADERS = $CONFIG_HEADERS | |
12712 CONFIG_LINKS = $CONFIG_LINKS | |
12713 CONFIG_COMMANDS = $CONFIG_COMMANDS | |
12714 > $ac_cs_invocation | |
12715 on `(hostname || uname -n) 2>/dev/null | sed 1q` | |
12716 | |
12717 _ACEOF | |
12718 EOF | |
12719 | |
12720 cat >>$CONFIG_STATUS <<EOF | |
12721 # | |
12722 # INIT-COMMANDS section. | |
12723 # | |
12724 | |
12725 GCC="$GCC" NON_GNU_CPP="$NON_GNU_CPP" CPP="$CPP" CPP_NEED_TRADITIONAL="$CPP_NEED_TRADITIONAL" CPPFLAGS="$CPPFLAGS" | |
12726 | |
12727 EOF | |
12728 | |
12729 cat >>$CONFIG_STATUS <<\EOF | |
12730 for ac_config_target in $ac_config_targets | |
12731 do | |
12732 case "$ac_config_target" in | |
12733 # Handling of arguments. | |
12734 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; | |
12735 "lib-src/Makefile.c" ) CONFIG_FILES="$CONFIG_FILES lib-src/Makefile.c:lib-src/Makefile.in" ;; | |
12736 "oldXMenu/Makefile" ) CONFIG_FILES="$CONFIG_FILES oldXMenu/Makefile" ;; | |
12737 "man/Makefile" ) CONFIG_FILES="$CONFIG_FILES man/Makefile" ;; | |
12738 "lwlib/Makefile" ) CONFIG_FILES="$CONFIG_FILES lwlib/Makefile" ;; | |
12739 "src/Makefile.c" ) CONFIG_FILES="$CONFIG_FILES src/Makefile.c:src/Makefile.in" ;; | |
12740 "lisp/Makefile" ) CONFIG_FILES="$CONFIG_FILES lisp/Makefile" ;; | |
40893 | 12741 "lispref/Makefile" ) CONFIG_FILES="$CONFIG_FILES lispref/Makefile" ;; |
41431 | 12742 "lispintro/Makefile" ) CONFIG_FILES="$CONFIG_FILES lispintro/Makefile" ;; |
40056 | 12743 "leim/Makefile" ) CONFIG_FILES="$CONFIG_FILES leim/Makefile" ;; |
12744 "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;; | |
12745 "src/config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS src/config.h:src/config.in" ;; | |
41431 | 12746 *) { { echo "$as_me:12746: error: invalid argument: $ac_config_target" >&5 |
40056 | 12747 echo "$as_me: error: invalid argument: $ac_config_target" >&2;} |
12748 { (exit 1); exit 1; }; };; | |
25897 | 12749 esac |
12750 done | |
12751 | |
40056 | 12752 # If the user did not use the arguments to specify the items to instantiate, |
12753 # then the envvar interface is used. Set only those that are not. | |
12754 # We use the long form for the default assignment because of an extremely | |
12755 # bizarre bug on SunOS 4.1.3. | |
12756 if $ac_need_defaults; then | |
12757 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files | |
12758 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers | |
12759 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands | |
12760 fi | |
12761 | |
12762 # Create a temporary directory, and hook for its removal unless debugging. | |
12763 $debug || | |
12764 { | |
12765 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0 | |
12766 trap '{ (exit 1); exit 1; }' 1 2 13 15 | |
12767 } | |
12768 | |
12769 # Create a (secure) tmp directory for tmp files. | |
12770 : ${TMPDIR=/tmp} | |
12771 { | |
12772 tmp=`(umask 077 && mktemp -d -q "$TMPDIR/csXXXXXX") 2>/dev/null` && | |
12773 test -n "$tmp" && test -d "$tmp" | |
12774 } || | |
12775 { | |
12776 tmp=$TMPDIR/cs$$-$RANDOM | |
12777 (umask 077 && mkdir $tmp) | |
12778 } || | |
12779 { | |
12780 echo "$me: cannot create a temporary directory in $TMPDIR" >&2 | |
12781 { (exit 1); exit 1; } | |
12782 } | |
12783 | |
12784 EOF | |
12785 | |
12786 cat >>$CONFIG_STATUS <<EOF | |
12787 | |
12788 # | |
12789 # CONFIG_FILES section. | |
12790 # | |
12791 | |
12792 # No need to generate the scripts if there are no CONFIG_FILES. | |
12793 # This happens for instance when ./config.status config.h | |
12794 if test -n "\$CONFIG_FILES"; then | |
12795 # Protect against being on the right side of a sed subst in config.status. | |
12796 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g; | |
12797 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF | |
12798 s,@SHELL@,$SHELL,;t t | |
12799 s,@exec_prefix@,$exec_prefix,;t t | |
12800 s,@prefix@,$prefix,;t t | |
12801 s,@program_transform_name@,$program_transform_name,;t t | |
12802 s,@bindir@,$bindir,;t t | |
12803 s,@sbindir@,$sbindir,;t t | |
12804 s,@libexecdir@,$libexecdir,;t t | |
12805 s,@datadir@,$datadir,;t t | |
12806 s,@sysconfdir@,$sysconfdir,;t t | |
12807 s,@sharedstatedir@,$sharedstatedir,;t t | |
12808 s,@localstatedir@,$localstatedir,;t t | |
12809 s,@libdir@,$libdir,;t t | |
12810 s,@includedir@,$includedir,;t t | |
12811 s,@oldincludedir@,$oldincludedir,;t t | |
12812 s,@infodir@,$infodir,;t t | |
12813 s,@mandir@,$mandir,;t t | |
12814 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t | |
12815 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t | |
12816 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t | |
12817 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t | |
12818 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t | |
12819 s,@build_alias@,$build_alias,;t t | |
12820 s,@host_alias@,$host_alias,;t t | |
12821 s,@target_alias@,$target_alias,;t t | |
12822 s,@ECHO_C@,$ECHO_C,;t t | |
12823 s,@ECHO_N@,$ECHO_N,;t t | |
12824 s,@ECHO_T@,$ECHO_T,;t t | |
12825 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t | |
12826 s,@DEFS@,$DEFS,;t t | |
12827 s,@LIBS@,$LIBS,;t t | |
12828 s,@build@,$build,;t t | |
12829 s,@build_cpu@,$build_cpu,;t t | |
12830 s,@build_vendor@,$build_vendor,;t t | |
12831 s,@build_os@,$build_os,;t t | |
12832 s,@host@,$host,;t t | |
12833 s,@host_cpu@,$host_cpu,;t t | |
12834 s,@host_vendor@,$host_vendor,;t t | |
12835 s,@host_os@,$host_os,;t t | |
12836 s,@CC@,$CC,;t t | |
12837 s,@CFLAGS@,$CFLAGS,;t t | |
12838 s,@LDFLAGS@,$LDFLAGS,;t t | |
12839 s,@CPPFLAGS@,$CPPFLAGS,;t t | |
12840 s,@ac_ct_CC@,$ac_ct_CC,;t t | |
12841 s,@EXEEXT@,$EXEEXT,;t t | |
12842 s,@OBJEXT@,$OBJEXT,;t t | |
12843 s,@LN_S@,$LN_S,;t t | |
12844 s,@CPP@,$CPP,;t t | |
12845 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t | |
12846 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t | |
12847 s,@INSTALL_DATA@,$INSTALL_DATA,;t t | |
12848 s,@YACC@,$YACC,;t t | |
12849 s,@RANLIB@,$RANLIB,;t t | |
12850 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t | |
12851 s,@LIBSOUND@,$LIBSOUND,;t t | |
12852 s,@SET_MAKE@,$SET_MAKE,;t t | |
12853 s,@ALLOCA@,$ALLOCA,;t t | |
12854 s,@liblockfile@,$liblockfile,;t t | |
12855 s,@LIBOBJS@,$LIBOBJS,;t t | |
12856 s,@NEED_SETGID@,$NEED_SETGID,;t t | |
12857 s,@KMEM_GROUP@,$KMEM_GROUP,;t t | |
12858 s,@GETLOADAVG_LIBS@,$GETLOADAVG_LIBS,;t t | |
12859 s,@version@,$version,;t t | |
12860 s,@configuration@,$configuration,;t t | |
12861 s,@canonical@,$canonical,;t t | |
12862 s,@srcdir@,$srcdir,;t t | |
12863 s,@lispdir@,$lispdir,;t t | |
12864 s,@locallisppath@,$locallisppath,;t t | |
12865 s,@lisppath@,$lisppath,;t t | |
12866 s,@x_default_search_path@,$x_default_search_path,;t t | |
12867 s,@etcdir@,$etcdir,;t t | |
12868 s,@archlibdir@,$archlibdir,;t t | |
12869 s,@docdir@,$docdir,;t t | |
12870 s,@bitmapdir@,$bitmapdir,;t t | |
12871 s,@c_switch_system@,$c_switch_system,;t t | |
12872 s,@c_switch_machine@,$c_switch_machine,;t t | |
12873 s,@LD_SWITCH_X_SITE@,$LD_SWITCH_X_SITE,;t t | |
12874 s,@LD_SWITCH_X_SITE_AUX@,$LD_SWITCH_X_SITE_AUX,;t t | |
12875 s,@C_SWITCH_X_SITE@,$C_SWITCH_X_SITE,;t t | |
12876 s,@X_TOOLKIT_TYPE@,$X_TOOLKIT_TYPE,;t t | |
12877 s,@machfile@,$machfile,;t t | |
12878 s,@opsysfile@,$opsysfile,;t t | |
25897 | 12879 CEOF |
40056 | 12880 |
12881 EOF | |
12882 | |
12883 cat >>$CONFIG_STATUS <<\EOF | |
12884 # Split the substitutions into bite-sized pieces for seds with | |
12885 # small command number limits, like on Digital OSF/1 and HP-UX. | |
12886 ac_max_sed_lines=48 | |
12887 ac_sed_frag=1 # Number of current file. | |
12888 ac_beg=1 # First line for current file. | |
12889 ac_end=$ac_max_sed_lines # Line after last line for current file. | |
12890 ac_more_lines=: | |
12891 ac_sed_cmds= | |
12892 while $ac_more_lines; do | |
12893 if test $ac_beg -gt 1; then | |
12894 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag | |
25897 | 12895 else |
40056 | 12896 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag |
12897 fi | |
12898 if test ! -s $tmp/subs.frag; then | |
12899 ac_more_lines=false | |
12900 else | |
12901 # The purpose of the label and of the branching condition is to | |
12902 # speed up the sed processing (if there are no `@' at all, there | |
12903 # is no need to browse any of the substitutions). | |
12904 # These are the two extra sed commands mentioned above. | |
12905 (echo ':t | |
12906 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed | |
12907 if test -z "$ac_sed_cmds"; then | |
12908 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed" | |
12909 else | |
12910 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed" | |
12911 fi | |
12912 ac_sed_frag=`expr $ac_sed_frag + 1` | |
12913 ac_beg=$ac_end | |
12914 ac_end=`expr $ac_end + $ac_max_sed_lines` | |
25897 | 12915 fi |
40056 | 12916 done |
12917 if test -z "$ac_sed_cmds"; then | |
12918 ac_sed_cmds=cat | |
12919 fi | |
12920 fi # test -n "$CONFIG_FILES" | |
12921 | |
12922 EOF | |
12923 cat >>$CONFIG_STATUS <<\EOF | |
12924 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue | |
25897 | 12925 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". |
40056 | 12926 case $ac_file in |
12927 - | *:- | *:-:* ) # input from stdin | |
12928 cat >$tmp/stdin | |
12929 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` | |
12930 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; | |
12931 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` | |
12932 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; | |
12933 * ) ac_file_in=$ac_file.in ;; | |
25897 | 12934 esac |
12935 | |
40056 | 12936 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories. |
12937 ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | |
12938 X"$ac_file" : 'X\(//\)[^/]' \| \ | |
12939 X"$ac_file" : 'X\(//\)$' \| \ | |
12940 X"$ac_file" : 'X\(/\)' \| \ | |
12941 . : '\(.\)' 2>/dev/null || | |
12942 echo X"$ac_file" | | |
12943 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } | |
12944 /^X\(\/\/\)[^/].*/{ s//\1/; q; } | |
12945 /^X\(\/\/\)$/{ s//\1/; q; } | |
12946 /^X\(\/\).*/{ s//\1/; q; } | |
12947 s/.*/./; q'` | |
25897 | 12948 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then |
40056 | 12949 { case "$ac_dir" in |
12950 [\\/]* | ?:[\\/]* ) as_incr_dir=;; | |
12951 *) as_incr_dir=.;; | |
12952 esac | |
12953 as_dummy="$ac_dir" | |
12954 for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do | |
12955 case $as_mkdir_dir in | |
12956 # Skip DOS drivespec | |
12957 ?:) as_incr_dir=$as_mkdir_dir ;; | |
12958 *) | |
12959 as_incr_dir=$as_incr_dir/$as_mkdir_dir | |
12960 test -d "$as_incr_dir" || mkdir "$as_incr_dir" | |
12961 ;; | |
12962 esac | |
12963 done; } | |
12964 | |
12965 ac_dir_suffix="/`echo $ac_dir|sed 's,^\./,,'`" | |
25897 | 12966 # A "../" for each directory in $ac_dir_suffix. |
40056 | 12967 ac_dots=`echo "$ac_dir_suffix" | sed 's,/[^/]*,../,g'` |
25897 | 12968 else |
12969 ac_dir_suffix= ac_dots= | |
12970 fi | |
12971 | |
40056 | 12972 case $srcdir in |
12973 .) ac_srcdir=. | |
12974 if test -z "$ac_dots"; then | |
12975 ac_top_srcdir=. | |
12976 else | |
12977 ac_top_srcdir=`echo $ac_dots | sed 's,/$,,'` | |
12978 fi ;; | |
12979 [\\/]* | ?:[\\/]* ) | |
12980 ac_srcdir=$srcdir$ac_dir_suffix; | |
12981 ac_top_srcdir=$srcdir ;; | |
25897 | 12982 *) # Relative path. |
40056 | 12983 ac_srcdir=$ac_dots$srcdir$ac_dir_suffix |
12984 ac_top_srcdir=$ac_dots$srcdir ;; | |
25897 | 12985 esac |
12986 | |
40056 | 12987 case $INSTALL in |
12988 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; | |
12989 *) ac_INSTALL=$ac_dots$INSTALL ;; | |
25897 | 12990 esac |
12991 | |
40056 | 12992 if test x"$ac_file" != x-; then |
41431 | 12993 { echo "$as_me:12993: creating $ac_file" >&5 |
40056 | 12994 echo "$as_me: creating $ac_file" >&6;} |
12995 rm -f "$ac_file" | |
12996 fi | |
12997 # Let's still pretend it is `configure' which instantiates (i.e., don't | |
12998 # use $as_me), people would be surprised to read: | |
12999 # /* config.h. Generated automatically by config.status. */ | |
13000 configure_input="Generated automatically from `echo $ac_file_in | | |
13001 sed 's,.*/,,'` by configure." | |
13002 | |
13003 # First look for the input files in the build tree, otherwise in the | |
13004 # src tree. | |
13005 ac_file_inputs=`IFS=: | |
13006 for f in $ac_file_in; do | |
13007 case $f in | |
13008 -) echo $tmp/stdin ;; | |
13009 [\\/$]*) | |
13010 # Absolute (can't be DOS-style, as IFS=:) | |
41431 | 13011 test -f "$f" || { { echo "$as_me:13011: error: cannot find input file: $f" >&5 |
40056 | 13012 echo "$as_me: error: cannot find input file: $f" >&2;} |
13013 { (exit 1); exit 1; }; } | |
13014 echo $f;; | |
13015 *) # Relative | |
13016 if test -f "$f"; then | |
13017 # Build tree | |
13018 echo $f | |
13019 elif test -f "$srcdir/$f"; then | |
13020 # Source tree | |
13021 echo $srcdir/$f | |
13022 else | |
13023 # /dev/null tree | |
41431 | 13024 { { echo "$as_me:13024: error: cannot find input file: $f" >&5 |
40056 | 13025 echo "$as_me: error: cannot find input file: $f" >&2;} |
13026 { (exit 1); exit 1; }; } | |
13027 fi;; | |
13028 esac | |
13029 done` || { (exit 1); exit 1; } | |
13030 EOF | |
13031 cat >>$CONFIG_STATUS <<EOF | |
13032 sed "$ac_vpsub | |
13033 $extrasub | |
13034 EOF | |
13035 cat >>$CONFIG_STATUS <<\EOF | |
13036 :t | |
13037 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b | |
13038 s,@configure_input@,$configure_input,;t t | |
13039 s,@srcdir@,$ac_srcdir,;t t | |
13040 s,@top_srcdir@,$ac_top_srcdir,;t t | |
13041 s,@INSTALL@,$ac_INSTALL,;t t | |
13042 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out | |
13043 rm -f $tmp/stdin | |
13044 if test x"$ac_file" != x-; then | |
13045 mv $tmp/out $ac_file | |
13046 else | |
13047 cat $tmp/out | |
13048 rm -f $tmp/out | |
13049 fi | |
13050 | |
13051 done | |
13052 EOF | |
13053 cat >>$CONFIG_STATUS <<\EOF | |
13054 | |
13055 # | |
13056 # CONFIG_HEADER section. | |
13057 # | |
25897 | 13058 |
13059 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where | |
13060 # NAME is the cpp macro being defined and VALUE is the value it is being given. | |
13061 # | |
13062 # ac_d sets the value in "#define NAME VALUE" lines. | |
40056 | 13063 ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)' |
13064 ac_dB='[ ].*$,\1#\2' | |
13065 ac_dC=' ' | |
13066 ac_dD=',;t' | |
13067 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE". | |
13068 ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' | |
13069 ac_uB='$,\1#\2define\3' | |
25897 | 13070 ac_uC=' ' |
40056 | 13071 ac_uD=',;t' |
13072 | |
13073 for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue | |
25897 | 13074 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". |
40056 | 13075 case $ac_file in |
13076 - | *:- | *:-:* ) # input from stdin | |
13077 cat >$tmp/stdin | |
13078 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` | |
13079 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; | |
13080 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` | |
13081 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; | |
13082 * ) ac_file_in=$ac_file.in ;; | |
25897 | 13083 esac |
13084 | |
41431 | 13085 test x"$ac_file" != x- && { echo "$as_me:13085: creating $ac_file" >&5 |
40056 | 13086 echo "$as_me: creating $ac_file" >&6;} |
13087 | |
13088 # First look for the input files in the build tree, otherwise in the | |
13089 # src tree. | |
13090 ac_file_inputs=`IFS=: | |
13091 for f in $ac_file_in; do | |
13092 case $f in | |
13093 -) echo $tmp/stdin ;; | |
13094 [\\/$]*) | |
13095 # Absolute (can't be DOS-style, as IFS=:) | |
41431 | 13096 test -f "$f" || { { echo "$as_me:13096: error: cannot find input file: $f" >&5 |
40056 | 13097 echo "$as_me: error: cannot find input file: $f" >&2;} |
13098 { (exit 1); exit 1; }; } | |
13099 echo $f;; | |
13100 *) # Relative | |
13101 if test -f "$f"; then | |
13102 # Build tree | |
13103 echo $f | |
13104 elif test -f "$srcdir/$f"; then | |
13105 # Source tree | |
13106 echo $srcdir/$f | |
13107 else | |
13108 # /dev/null tree | |
41431 | 13109 { { echo "$as_me:13109: error: cannot find input file: $f" >&5 |
40056 | 13110 echo "$as_me: error: cannot find input file: $f" >&2;} |
13111 { (exit 1); exit 1; }; } | |
13112 fi;; | |
13113 esac | |
13114 done` || { (exit 1); exit 1; } | |
13115 # Remove the trailing spaces. | |
13116 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in | |
13117 | |
13118 EOF | |
13119 | |
13120 # Transform confdefs.h into two sed scripts, `conftest.defines' and | |
13121 # `conftest.undefs', that substitutes the proper values into | |
13122 # config.h.in to produce config.h. The first handles `#define' | |
13123 # templates, and the second `#undef' templates. | |
13124 # And first: Protect against being on the right side of a sed subst in | |
13125 # config.status. Protect against being in an unquoted here document | |
13126 # in config.status. | |
13127 rm -f conftest.defines conftest.undefs | |
13128 # Using a here document instead of a string reduces the quoting nightmare. | |
13129 # Putting comments in sed scripts is not portable. | |
13130 # | |
13131 # `end' is used to avoid that the second main sed command (meant for | |
13132 # 0-ary CPP macros) applies to n-ary macro definitions. | |
13133 # See the Autoconf documentation for `clear'. | |
13134 cat >confdef2sed.sed <<\EOF | |
13135 s/[\\&,]/\\&/g | |
13136 s,[\\$`],\\&,g | |
13137 t clear | |
13138 : clear | |
13139 s,^[ ]*#[ ]*define[ ][ ]*\(\([^ (][^ (]*\)([^)]*)\)[ ]*\(.*\)$,${ac_dA}\2${ac_dB}\1${ac_dC}\3${ac_dD},gp | |
13140 t end | |
13141 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp | |
13142 : end | |
13143 EOF | |
13144 # If some macros were called several times there might be several times | |
13145 # the same #defines, which is useless. Nevertheless, we may not want to | |
13146 # sort them, since we want the *last* AC-DEFINE to be honored. | |
13147 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines | |
13148 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs | |
13149 rm -f confdef2sed.sed | |
25897 | 13150 |
13151 # This sed command replaces #undef with comments. This is necessary, for | |
13152 # example, in the case of _POSIX_SOURCE, which is predefined and required | |
13153 # on some systems where configure will not decide to define it. | |
40056 | 13154 cat >>conftest.undefs <<\EOF |
13155 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */, | |
13156 EOF | |
13157 | |
13158 # Break up conftest.defines because some shells have a limit on the size | |
13159 # of here documents, and old seds have small limits too (100 cmds). | |
13160 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS | |
13161 echo ' if egrep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS | |
13162 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS | |
13163 echo ' :' >>$CONFIG_STATUS | |
25897 | 13164 rm -f conftest.tail |
40056 | 13165 while grep . conftest.defines >/dev/null |
25897 | 13166 do |
40056 | 13167 # Write a limited-size here document to $tmp/defines.sed. |
13168 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS | |
13169 # Speed up: don't consider the non `#define' lines. | |
13170 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS | |
13171 # Work around the forget-to-reset-the-flag bug. | |
13172 echo 't clr' >>$CONFIG_STATUS | |
13173 echo ': clr' >>$CONFIG_STATUS | |
13174 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS | |
25897 | 13175 echo 'CEOF |
40056 | 13176 sed -f $tmp/defines.sed $tmp/in >$tmp/out |
13177 rm -f $tmp/in | |
13178 mv $tmp/out $tmp/in | |
13179 ' >>$CONFIG_STATUS | |
13180 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail | |
13181 rm -f conftest.defines | |
13182 mv conftest.tail conftest.defines | |
13183 done | |
13184 rm -f conftest.defines | |
13185 echo ' fi # egrep' >>$CONFIG_STATUS | |
13186 echo >>$CONFIG_STATUS | |
13187 | |
13188 # Break up conftest.undefs because some shells have a limit on the size | |
13189 # of here documents, and old seds have small limits too (100 cmds). | |
13190 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS | |
13191 rm -f conftest.tail | |
13192 while grep . conftest.undefs >/dev/null | |
13193 do | |
13194 # Write a limited-size here document to $tmp/undefs.sed. | |
13195 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS | |
13196 # Speed up: don't consider the non `#undef' | |
13197 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS | |
13198 # Work around the forget-to-reset-the-flag bug. | |
13199 echo 't clr' >>$CONFIG_STATUS | |
13200 echo ': clr' >>$CONFIG_STATUS | |
13201 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS | |
13202 echo 'CEOF | |
13203 sed -f $tmp/undefs.sed $tmp/in >$tmp/out | |
13204 rm -f $tmp/in | |
13205 mv $tmp/out $tmp/in | |
13206 ' >>$CONFIG_STATUS | |
13207 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail | |
13208 rm -f conftest.undefs | |
13209 mv conftest.tail conftest.undefs | |
25897 | 13210 done |
40056 | 13211 rm -f conftest.undefs |
13212 | |
13213 cat >>$CONFIG_STATUS <<\EOF | |
13214 # Let's still pretend it is `configure' which instantiates (i.e., don't | |
13215 # use $as_me), people would be surprised to read: | |
13216 # /* config.h. Generated automatically by config.status. */ | |
13217 if test x"$ac_file" = x-; then | |
13218 echo "/* Generated automatically by configure. */" >$tmp/config.h | |
25897 | 13219 else |
40056 | 13220 echo "/* $ac_file. Generated automatically by configure. */" >$tmp/config.h |
13221 fi | |
13222 cat $tmp/in >>$tmp/config.h | |
13223 rm -f $tmp/in | |
13224 if test x"$ac_file" != x-; then | |
13225 if cmp -s $ac_file $tmp/config.h 2>/dev/null; then | |
41431 | 13226 { echo "$as_me:13226: $ac_file is unchanged" >&5 |
40056 | 13227 echo "$as_me: $ac_file is unchanged" >&6;} |
13228 else | |
13229 ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | |
13230 X"$ac_file" : 'X\(//\)[^/]' \| \ | |
13231 X"$ac_file" : 'X\(//\)$' \| \ | |
13232 X"$ac_file" : 'X\(/\)' \| \ | |
13233 . : '\(.\)' 2>/dev/null || | |
13234 echo X"$ac_file" | | |
13235 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } | |
13236 /^X\(\/\/\)[^/].*/{ s//\1/; q; } | |
13237 /^X\(\/\/\)$/{ s//\1/; q; } | |
13238 /^X\(\/\).*/{ s//\1/; q; } | |
13239 s/.*/./; q'` | |
25897 | 13240 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then |
40056 | 13241 { case "$ac_dir" in |
13242 [\\/]* | ?:[\\/]* ) as_incr_dir=;; | |
13243 *) as_incr_dir=.;; | |
13244 esac | |
13245 as_dummy="$ac_dir" | |
13246 for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do | |
13247 case $as_mkdir_dir in | |
13248 # Skip DOS drivespec | |
13249 ?:) as_incr_dir=$as_mkdir_dir ;; | |
13250 *) | |
13251 as_incr_dir=$as_incr_dir/$as_mkdir_dir | |
13252 test -d "$as_incr_dir" || mkdir "$as_incr_dir" | |
13253 ;; | |
13254 esac | |
13255 done; } | |
13256 | |
13257 fi | |
13258 rm -f $ac_file | |
13259 mv $tmp/config.h $ac_file | |
25897 | 13260 fi |
40056 | 13261 else |
13262 cat $tmp/config.h | |
13263 rm -f $tmp/config.h | |
13264 fi | |
13265 done | |
13266 EOF | |
13267 cat >>$CONFIG_STATUS <<\EOF | |
13268 | |
13269 # | |
13270 # CONFIG_COMMANDS section. | |
13271 # | |
13272 for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue | |
13273 ac_dest=`echo "$ac_file" | sed 's,:.*,,'` | |
13274 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'` | |
13275 | |
13276 case $ac_dest in | |
13277 default ) | |
25897 | 13278 |
13279 ### Make the necessary directories, if they don't exist. | |
13280 for dir in etc lisp ; do | |
13281 test -d ${dir} || mkdir ${dir} | |
13282 done | |
13283 | |
13284 # Build src/Makefile from ${srcdir}/src/Makefile.c | |
13285 # and lib-src/Makefile from ${srcdir}/lib-src/Makefile.c | |
13286 # This must be done after src/config.h is built, since we rely on that file. | |
13287 | |
13288 # Now get this: Some word that is part of the ${srcdir} directory name | |
13289 # or the ${configuration} value might, just might, happen to be an | |
13290 # identifier like `sun4' or `i386' or something, and be predefined by | |
13291 # the C preprocessor to some helpful value like 1, or maybe the empty | |
13292 # string. Needless to say consequent macro substitutions are less | |
13293 # than conducive to the makefile finding the correct directory. | |
13294 undefs="`echo $top_srcdir $configuration $canonical | | |
13295 sed -e 's/[^a-zA-Z0-9_]/ /g' -e 's/^/ /' -e 's/ *$//' \ | |
13296 -e 's/ */ -U/g' -e 's/-U[0-9][^ ]*//g' \ | |
13297 `" | |
13298 | |
13299 echo creating src/epaths.h | |
40256 | 13300 ${MAKE-make} epaths-force |
25897 | 13301 |
33652 | 13302 # As of 2000-11-19, newest development versions of GNU cpp preprocess |
13303 # `..' to `. .' unless invoked with -traditional | |
13304 | |
36354 | 13305 if test "x$GCC" = xyes && test "x$CPP_NEED_TRADITIONAL" = xyes; then |
33652 | 13306 CPPFLAGS="$CPPFLAGS -traditional" |
13307 fi | |
13308 | |
25897 | 13309 echo creating lib-src/Makefile |
13310 ( cd lib-src | |
13311 rm -f junk.c junk1.c junk2.c | |
13312 sed -e '/start of cpp stuff/q' \ | |
13313 < Makefile.c > junk1.c | |
13314 sed -e '1,/start of cpp stuff/d'\ | |
39239 | 13315 -e 's,/\*\*/#\(.*\)$,/* \1 */,' \ |
25897 | 13316 < Makefile.c > junk.c |
40056 | 13317 $CPP $undefs -I. -I$srcdir/src $CPPFLAGS junk.c | \ |
25897 | 13318 sed -e 's/^ / /' -e '/^#/d' -e '/^[ ]*$/d' > junk2.c |
13319 cat junk1.c junk2.c > Makefile.new | |
13320 rm -f junk.c junk1.c junk2.c | |
13321 chmod 444 Makefile.new | |
13322 mv -f Makefile.new Makefile | |
13323 ) | |
13324 | |
13325 echo creating src/Makefile | |
13326 ( cd src | |
13327 rm -f junk.c junk1.c junk2.c | |
13328 sed -e '/start of cpp stuff/q' \ | |
13329 < Makefile.c > junk1.c | |
13330 sed -e '1,/start of cpp stuff/d'\ | |
39239 | 13331 -e 's,/\*\*/#\(.*\)$,/* \1 */,' \ |
25897 | 13332 < Makefile.c > junk.c |
40056 | 13333 $CPP $undefs -I. -I$srcdir/src $CPPFLAGS junk.c | \ |
25897 | 13334 sed -e 's/^ / /' -e '/^#/d' -e '/^[ ]*$/d' > junk2.c |
13335 cat junk1.c junk2.c > Makefile.new | |
13336 rm -f junk.c junk1.c junk2.c | |
13337 chmod 444 Makefile.new | |
13338 mv -f Makefile.new Makefile | |
13339 ) | |
13340 | |
40056 | 13341 if test ! -f src/.gdbinit && test -f $srcdir/src/.gdbinit; then |
25897 | 13342 echo creating src/.gdbinit |
40056 | 13343 echo source $srcdir/src/.gdbinit > src/.gdbinit |
25897 | 13344 fi |
13345 | |
13346 # This is how we know whether to re-run configure in certain cases. | |
13347 touch src/config.stamp | |
13348 | |
40056 | 13349 ;; |
13350 esac | |
13351 done | |
13352 EOF | |
13353 | |
13354 cat >>$CONFIG_STATUS <<\EOF | |
13355 | |
13356 { (exit 0); exit 0; } | |
25897 | 13357 EOF |
13358 chmod +x $CONFIG_STATUS | |
40056 | 13359 ac_clean_files=$ac_clean_files_save |
13360 | |
13361 # configure is writing to config.log, and then calls config.status. | |
13362 # config.status does its own redirection, appending to config.log. | |
13363 # Unfortunately, on DOS this fails, as config.log is still kept open | |
13364 # by configure, so config.status won't be able to write to it; its | |
13365 # output is simply discarded. So we exec the FD to /dev/null, | |
13366 # effectively closing config.log, so it can be properly (re)opened and | |
13367 # appended to by config.status. When coming back to configure, we | |
13368 # need to make the FD available again. | |
13369 if test "$no_create" != yes; then | |
13370 ac_cs_success=: | |
13371 exec 5>/dev/null | |
13372 $SHELL $CONFIG_STATUS || ac_cs_success=false | |
13373 exec 5>>config.log | |
13374 # Use ||, not &&, to avoid exiting from the if with $? = 1, which | |
13375 # would make configure fail if this is the last instruction. | |
13376 $ac_cs_success || { (exit 1); exit 1; } | |
13377 fi | |
13378 |