Mercurial > emacs
annotate configure @ 27743:2e020ab026b8
(tty_defined_color): Don't return faulire indication
for unspecified-fg and unspecified-bg pseudo-colors.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Thu, 17 Feb 2000 15:31:35 +0000 |
parents | 75463d908406 |
children | 7ee8155d48c5 |
rev | line source |
---|---|
25897 | 1 #! /bin/sh |
2 | |
3 # Guess values for system-dependent variables and create Makefiles. | |
27205 | 4 # Generated automatically using autoconf version 2.13 |
25897 | 5 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc. |
6 # | |
7 # This configure script is free software; the Free Software Foundation | |
8 # gives unlimited permission to copy, distribute and modify it. | |
9 | |
10 # Defaults: | |
11 ac_help= | |
12 ac_default_prefix=/usr/local | |
13 # Any additions from configure.in: | |
14 ac_help="$ac_help | |
25994 | 15 --without-gcc don't use GCC to compile Emacs if GCC is found" |
25897 | 16 ac_help="$ac_help |
25994 | 17 --without-pop don't support POP mail retrieval with movemail" |
25897 | 18 ac_help="$ac_help |
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
|
19 --with-kerberos support Kerberos-authenticated POP" |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
20 ac_help="$ac_help |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
21 --with-kerberos5 support Kerberos version 5 authenticated POP" |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
22 ac_help="$ac_help |
25897 | 23 --with-hesiod support Hesiod to get the POP server host" |
24 ac_help="$ac_help | |
25 --with-x-toolkit=KIT use an X toolkit (KIT = yes/lucid/athena/motif/no)" | |
26 ac_help="$ac_help | |
27 --with-xpm use -lXpm for displaying XPM images" | |
28 ac_help="$ac_help | |
29 --with-jpeg use -ljpeg for displaying JPEG images" | |
30 ac_help="$ac_help | |
31 --with-tiff use -ltiff for displaying TIFF images" | |
32 ac_help="$ac_help | |
33 --with-gif use -lungif for displaying GIF images" | |
34 ac_help="$ac_help | |
35 --with-png use -lpng for displaying PNG images" | |
36 ac_help="$ac_help | |
25994 | 37 --without-toolkit-scroll-bars don't use Motif or Xaw3d scroll bars" |
25897 | 38 ac_help="$ac_help |
39 --with-x use the X Window System" | |
40 | |
41 # Initialize some variables set by options. | |
42 # The variables have the same names as the options, with | |
43 # dashes changed to underlines. | |
44 build=NONE | |
45 cache_file=./config.cache | |
46 exec_prefix=NONE | |
47 host=NONE | |
48 no_create= | |
49 nonopt=NONE | |
50 no_recursion= | |
51 prefix=NONE | |
52 program_prefix=NONE | |
53 program_suffix=NONE | |
54 program_transform_name=s,x,x, | |
55 silent= | |
56 site= | |
57 srcdir= | |
58 target=NONE | |
59 verbose= | |
60 x_includes=NONE | |
61 x_libraries=NONE | |
62 bindir='${exec_prefix}/bin' | |
63 sbindir='${exec_prefix}/sbin' | |
64 libexecdir='${exec_prefix}/libexec' | |
65 datadir='${prefix}/share' | |
66 sysconfdir='${prefix}/etc' | |
67 sharedstatedir='${prefix}/com' | |
68 localstatedir='${prefix}/var' | |
69 libdir='${exec_prefix}/lib' | |
70 includedir='${prefix}/include' | |
71 oldincludedir='/usr/include' | |
72 infodir='${prefix}/info' | |
73 mandir='${prefix}/man' | |
74 | |
75 # Initialize some other variables. | |
76 subdirs= | |
77 MFLAGS= MAKEFLAGS= | |
27205 | 78 SHELL=${CONFIG_SHELL-/bin/sh} |
25897 | 79 # Maximum number of lines to put in a shell here document. |
80 ac_max_here_lines=12 | |
81 | |
82 ac_prev= | |
83 for ac_option | |
84 do | |
85 | |
86 # If the previous option needs an argument, assign it. | |
87 if test -n "$ac_prev"; then | |
88 eval "$ac_prev=\$ac_option" | |
89 ac_prev= | |
90 continue | |
91 fi | |
92 | |
93 case "$ac_option" in | |
94 -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;; | |
95 *) ac_optarg= ;; | |
96 esac | |
97 | |
98 # Accept the important Cygnus configure options, so we can diagnose typos. | |
99 | |
100 case "$ac_option" in | |
101 | |
102 -bindir | --bindir | --bindi | --bind | --bin | --bi) | |
103 ac_prev=bindir ;; | |
104 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) | |
105 bindir="$ac_optarg" ;; | |
106 | |
107 -build | --build | --buil | --bui | --bu) | |
108 ac_prev=build ;; | |
109 -build=* | --build=* | --buil=* | --bui=* | --bu=*) | |
110 build="$ac_optarg" ;; | |
111 | |
112 -cache-file | --cache-file | --cache-fil | --cache-fi \ | |
113 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) | |
114 ac_prev=cache_file ;; | |
115 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ | |
116 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) | |
117 cache_file="$ac_optarg" ;; | |
118 | |
119 -datadir | --datadir | --datadi | --datad | --data | --dat | --da) | |
120 ac_prev=datadir ;; | |
121 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \ | |
122 | --da=*) | |
123 datadir="$ac_optarg" ;; | |
124 | |
125 -disable-* | --disable-*) | |
126 ac_feature=`echo $ac_option|sed -e 's/-*disable-//'` | |
127 # Reject names that are not valid shell variable names. | |
128 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then | |
129 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; } | |
130 fi | |
131 ac_feature=`echo $ac_feature| sed 's/-/_/g'` | |
132 eval "enable_${ac_feature}=no" ;; | |
133 | |
134 -enable-* | --enable-*) | |
135 ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'` | |
136 # Reject names that are not valid shell variable names. | |
137 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then | |
138 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; } | |
139 fi | |
140 ac_feature=`echo $ac_feature| sed 's/-/_/g'` | |
141 case "$ac_option" in | |
142 *=*) ;; | |
143 *) ac_optarg=yes ;; | |
144 esac | |
145 eval "enable_${ac_feature}='$ac_optarg'" ;; | |
146 | |
147 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ | |
148 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ | |
149 | --exec | --exe | --ex) | |
150 ac_prev=exec_prefix ;; | |
151 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ | |
152 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ | |
153 | --exec=* | --exe=* | --ex=*) | |
154 exec_prefix="$ac_optarg" ;; | |
155 | |
156 -gas | --gas | --ga | --g) | |
157 # Obsolete; use --with-gas. | |
158 with_gas=yes ;; | |
159 | |
160 -help | --help | --hel | --he) | |
161 # Omit some internal or obsolete options to make the list less imposing. | |
162 # This message is too long to be a string in the A/UX 3.1 sh. | |
163 cat << EOF | |
164 Usage: configure [options] [host] | |
165 Options: [defaults in brackets after descriptions] | |
166 Configuration: | |
167 --cache-file=FILE cache test results in FILE | |
168 --help print this message | |
169 --no-create do not create output files | |
170 --quiet, --silent do not print \`checking...' messages | |
171 --version print the version of autoconf that created configure | |
172 Directory and file names: | |
173 --prefix=PREFIX install architecture-independent files in PREFIX | |
174 [$ac_default_prefix] | |
175 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX | |
176 [same as prefix] | |
177 --bindir=DIR user executables in DIR [EPREFIX/bin] | |
178 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin] | |
179 --libexecdir=DIR program executables in DIR [EPREFIX/libexec] | |
180 --datadir=DIR read-only architecture-independent data in DIR | |
181 [PREFIX/share] | |
182 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc] | |
183 --sharedstatedir=DIR modifiable architecture-independent data in DIR | |
184 [PREFIX/com] | |
185 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var] | |
186 --libdir=DIR object code libraries in DIR [EPREFIX/lib] | |
187 --includedir=DIR C header files in DIR [PREFIX/include] | |
188 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include] | |
189 --infodir=DIR info documentation in DIR [PREFIX/info] | |
190 --mandir=DIR man documentation in DIR [PREFIX/man] | |
191 --srcdir=DIR find the sources in DIR [configure dir or ..] | |
192 --program-prefix=PREFIX prepend PREFIX to installed program names | |
193 --program-suffix=SUFFIX append SUFFIX to installed program names | |
194 --program-transform-name=PROGRAM | |
195 run sed PROGRAM on installed program names | |
196 EOF | |
197 cat << EOF | |
198 Host type: | |
199 --build=BUILD configure for building on BUILD [BUILD=HOST] | |
200 --host=HOST configure for HOST [guessed] | |
201 --target=TARGET configure for TARGET [TARGET=HOST] | |
202 Features and packages: | |
203 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) | |
204 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] | |
205 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] | |
206 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) | |
207 --x-includes=DIR X include files are in DIR | |
208 --x-libraries=DIR X library files are in DIR | |
209 EOF | |
210 if test -n "$ac_help"; then | |
211 echo "--enable and --with options recognized:$ac_help" | |
212 fi | |
213 exit 0 ;; | |
214 | |
215 -host | --host | --hos | --ho) | |
216 ac_prev=host ;; | |
217 -host=* | --host=* | --hos=* | --ho=*) | |
218 host="$ac_optarg" ;; | |
219 | |
220 -includedir | --includedir | --includedi | --included | --include \ | |
221 | --includ | --inclu | --incl | --inc) | |
222 ac_prev=includedir ;; | |
223 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ | |
224 | --includ=* | --inclu=* | --incl=* | --inc=*) | |
225 includedir="$ac_optarg" ;; | |
226 | |
227 -infodir | --infodir | --infodi | --infod | --info | --inf) | |
228 ac_prev=infodir ;; | |
229 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) | |
230 infodir="$ac_optarg" ;; | |
231 | |
232 -libdir | --libdir | --libdi | --libd) | |
233 ac_prev=libdir ;; | |
234 -libdir=* | --libdir=* | --libdi=* | --libd=*) | |
235 libdir="$ac_optarg" ;; | |
236 | |
237 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ | |
238 | --libexe | --libex | --libe) | |
239 ac_prev=libexecdir ;; | |
240 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ | |
241 | --libexe=* | --libex=* | --libe=*) | |
242 libexecdir="$ac_optarg" ;; | |
243 | |
244 -localstatedir | --localstatedir | --localstatedi | --localstated \ | |
245 | --localstate | --localstat | --localsta | --localst \ | |
246 | --locals | --local | --loca | --loc | --lo) | |
247 ac_prev=localstatedir ;; | |
248 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ | |
249 | --localstate=* | --localstat=* | --localsta=* | --localst=* \ | |
250 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*) | |
251 localstatedir="$ac_optarg" ;; | |
252 | |
253 -mandir | --mandir | --mandi | --mand | --man | --ma | --m) | |
254 ac_prev=mandir ;; | |
255 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) | |
256 mandir="$ac_optarg" ;; | |
257 | |
258 -nfp | --nfp | --nf) | |
259 # Obsolete; use --without-fp. | |
260 with_fp=no ;; | |
261 | |
262 -no-create | --no-create | --no-creat | --no-crea | --no-cre \ | |
263 | --no-cr | --no-c) | |
264 no_create=yes ;; | |
265 | |
266 -no-recursion | --no-recursion | --no-recursio | --no-recursi \ | |
267 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) | |
268 no_recursion=yes ;; | |
269 | |
270 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ | |
271 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ | |
272 | --oldin | --oldi | --old | --ol | --o) | |
273 ac_prev=oldincludedir ;; | |
274 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ | |
275 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ | |
276 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) | |
277 oldincludedir="$ac_optarg" ;; | |
278 | |
279 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) | |
280 ac_prev=prefix ;; | |
281 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) | |
282 prefix="$ac_optarg" ;; | |
283 | |
284 -program-prefix | --program-prefix | --program-prefi | --program-pref \ | |
285 | --program-pre | --program-pr | --program-p) | |
286 ac_prev=program_prefix ;; | |
287 -program-prefix=* | --program-prefix=* | --program-prefi=* \ | |
288 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) | |
289 program_prefix="$ac_optarg" ;; | |
290 | |
291 -program-suffix | --program-suffix | --program-suffi | --program-suff \ | |
292 | --program-suf | --program-su | --program-s) | |
293 ac_prev=program_suffix ;; | |
294 -program-suffix=* | --program-suffix=* | --program-suffi=* \ | |
295 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) | |
296 program_suffix="$ac_optarg" ;; | |
297 | |
298 -program-transform-name | --program-transform-name \ | |
299 | --program-transform-nam | --program-transform-na \ | |
300 | --program-transform-n | --program-transform- \ | |
301 | --program-transform | --program-transfor \ | |
302 | --program-transfo | --program-transf \ | |
303 | --program-trans | --program-tran \ | |
304 | --progr-tra | --program-tr | --program-t) | |
305 ac_prev=program_transform_name ;; | |
306 -program-transform-name=* | --program-transform-name=* \ | |
307 | --program-transform-nam=* | --program-transform-na=* \ | |
308 | --program-transform-n=* | --program-transform-=* \ | |
309 | --program-transform=* | --program-transfor=* \ | |
310 | --program-transfo=* | --program-transf=* \ | |
311 | --program-trans=* | --program-tran=* \ | |
312 | --progr-tra=* | --program-tr=* | --program-t=*) | |
313 program_transform_name="$ac_optarg" ;; | |
314 | |
315 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | |
316 | -silent | --silent | --silen | --sile | --sil) | |
317 silent=yes ;; | |
318 | |
319 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) | |
320 ac_prev=sbindir ;; | |
321 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ | |
322 | --sbi=* | --sb=*) | |
323 sbindir="$ac_optarg" ;; | |
324 | |
325 -sharedstatedir | --sharedstatedir | --sharedstatedi \ | |
326 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ | |
327 | --sharedst | --shareds | --shared | --share | --shar \ | |
328 | --sha | --sh) | |
329 ac_prev=sharedstatedir ;; | |
330 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ | |
331 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ | |
332 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ | |
333 | --sha=* | --sh=*) | |
334 sharedstatedir="$ac_optarg" ;; | |
335 | |
336 -site | --site | --sit) | |
337 ac_prev=site ;; | |
338 -site=* | --site=* | --sit=*) | |
339 site="$ac_optarg" ;; | |
340 | |
341 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) | |
342 ac_prev=srcdir ;; | |
343 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) | |
344 srcdir="$ac_optarg" ;; | |
345 | |
346 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ | |
347 | --syscon | --sysco | --sysc | --sys | --sy) | |
348 ac_prev=sysconfdir ;; | |
349 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ | |
350 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) | |
351 sysconfdir="$ac_optarg" ;; | |
352 | |
353 -target | --target | --targe | --targ | --tar | --ta | --t) | |
354 ac_prev=target ;; | |
355 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) | |
356 target="$ac_optarg" ;; | |
357 | |
358 -v | -verbose | --verbose | --verbos | --verbo | --verb) | |
359 verbose=yes ;; | |
360 | |
361 -version | --version | --versio | --versi | --vers) | |
27205 | 362 echo "configure generated by autoconf version 2.13" |
25897 | 363 exit 0 ;; |
364 | |
365 -with-* | --with-*) | |
366 ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'` | |
367 # Reject names that are not valid shell variable names. | |
368 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then | |
369 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; } | |
370 fi | |
371 ac_package=`echo $ac_package| sed 's/-/_/g'` | |
372 case "$ac_option" in | |
373 *=*) ;; | |
374 *) ac_optarg=yes ;; | |
375 esac | |
376 eval "with_${ac_package}='$ac_optarg'" ;; | |
377 | |
378 -without-* | --without-*) | |
379 ac_package=`echo $ac_option|sed -e 's/-*without-//'` | |
380 # Reject names that are not valid shell variable names. | |
381 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then | |
382 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; } | |
383 fi | |
384 ac_package=`echo $ac_package| sed 's/-/_/g'` | |
385 eval "with_${ac_package}=no" ;; | |
386 | |
387 --x) | |
388 # Obsolete; use --with-x. | |
389 with_x=yes ;; | |
390 | |
391 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ | |
392 | --x-incl | --x-inc | --x-in | --x-i) | |
393 ac_prev=x_includes ;; | |
394 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ | |
395 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) | |
396 x_includes="$ac_optarg" ;; | |
397 | |
398 -x-libraries | --x-libraries | --x-librarie | --x-librari \ | |
399 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) | |
400 ac_prev=x_libraries ;; | |
401 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ | |
402 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) | |
403 x_libraries="$ac_optarg" ;; | |
404 | |
405 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; } | |
406 ;; | |
407 | |
408 *) | |
409 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then | |
410 echo "configure: warning: $ac_option: invalid host type" 1>&2 | |
411 fi | |
412 if test "x$nonopt" != xNONE; then | |
413 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } | |
414 fi | |
415 nonopt="$ac_option" | |
416 ;; | |
417 | |
418 esac | |
419 done | |
420 | |
421 if test -n "$ac_prev"; then | |
422 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; } | |
423 fi | |
424 | |
425 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15 | |
426 | |
427 # File descriptor usage: | |
428 # 0 standard input | |
429 # 1 file creation | |
430 # 2 errors and warnings | |
431 # 3 some systems may open it to /dev/tty | |
432 # 4 used on the Kubota Titan | |
433 # 6 checking for... messages and results | |
434 # 5 compiler messages saved in config.log | |
435 if test "$silent" = yes; then | |
436 exec 6>/dev/null | |
437 else | |
438 exec 6>&1 | |
439 fi | |
440 exec 5>./config.log | |
441 | |
442 echo "\ | |
443 This file contains any messages produced by compilers while | |
444 running configure, to aid debugging if configure makes a mistake. | |
445 " 1>&5 | |
446 | |
447 # Strip out --no-create and --no-recursion so they do not pile up. | |
448 # Also quote any args containing shell metacharacters. | |
449 ac_configure_args= | |
450 for ac_arg | |
451 do | |
452 case "$ac_arg" in | |
453 -no-create | --no-create | --no-creat | --no-crea | --no-cre \ | |
454 | --no-cr | --no-c) ;; | |
455 -no-recursion | --no-recursion | --no-recursio | --no-recursi \ | |
456 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;; | |
457 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*) | |
458 ac_configure_args="$ac_configure_args '$ac_arg'" ;; | |
459 *) ac_configure_args="$ac_configure_args $ac_arg" ;; | |
460 esac | |
461 done | |
462 | |
463 # NLS nuisances. | |
464 # Only set these to C if already set. These must not be set unconditionally | |
465 # because not all systems understand e.g. LANG=C (notably SCO). | |
466 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'! | |
467 # Non-C LC_CTYPE values break the ctype check. | |
468 if test "${LANG+set}" = set; then LANG=C; export LANG; fi | |
469 if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi | |
470 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi | |
471 if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi | |
472 | |
473 # confdefs.h avoids OS command line length limits that DEFS can exceed. | |
474 rm -rf conftest* confdefs.h | |
475 # AIX cpp loses on an empty file, so make sure it contains at least a newline. | |
476 echo > confdefs.h | |
477 | |
478 # A filename unique to this package, relative to the directory that | |
479 # configure is in, which we can look for to find out if srcdir is correct. | |
480 ac_unique_file=src/lisp.h | |
481 | |
482 # Find the source files, if location was not specified. | |
483 if test -z "$srcdir"; then | |
484 ac_srcdir_defaulted=yes | |
485 # Try the directory containing this script, then its parent. | |
486 ac_prog=$0 | |
487 ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'` | |
488 test "x$ac_confdir" = "x$ac_prog" && ac_confdir=. | |
489 srcdir=$ac_confdir | |
490 if test ! -r $srcdir/$ac_unique_file; then | |
491 srcdir=.. | |
492 fi | |
493 else | |
494 ac_srcdir_defaulted=no | |
495 fi | |
496 if test ! -r $srcdir/$ac_unique_file; then | |
497 if test "$ac_srcdir_defaulted" = yes; then | |
498 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; } | |
499 else | |
500 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; } | |
501 fi | |
502 fi | |
503 srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'` | |
504 | |
505 # Prefer explicitly selected file to automatically selected ones. | |
506 if test -z "$CONFIG_SITE"; then | |
507 if test "x$prefix" != xNONE; then | |
508 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" | |
509 else | |
510 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" | |
511 fi | |
512 fi | |
513 for ac_site_file in $CONFIG_SITE; do | |
514 if test -r "$ac_site_file"; then | |
515 echo "loading site script $ac_site_file" | |
516 . "$ac_site_file" | |
517 fi | |
518 done | |
519 | |
520 if test -r "$cache_file"; then | |
521 echo "loading cache $cache_file" | |
522 . $cache_file | |
523 else | |
524 echo "creating cache $cache_file" | |
525 > $cache_file | |
526 fi | |
527 | |
528 ac_ext=c | |
529 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
530 ac_cpp='$CPP $CPPFLAGS' | |
531 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
27205 | 532 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' |
25897 | 533 cross_compiling=$ac_cv_prog_cc_cross |
534 | |
27205 | 535 ac_exeext= |
536 ac_objext=o | |
25897 | 537 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then |
538 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu. | |
539 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then | |
540 ac_n= ac_c=' | |
541 ' ac_t=' ' | |
542 else | |
543 ac_n=-n ac_c= ac_t= | |
544 fi | |
545 else | |
546 ac_n= ac_c='\c' ac_t= | |
547 fi | |
548 | |
549 | |
550 | |
551 | |
552 lispdir='${datadir}/emacs/${version}/lisp' | |
553 locallisppath='${datadir}/emacs/${version}/site-lisp:'\ | |
554 '${datadir}/emacs/site-lisp:${datadir}/emacs/${version}/leim' | |
555 lisppath='${locallisppath}:${lispdir}' | |
556 etcdir='${datadir}/emacs/${version}/etc' | |
557 archlibdir='${libexecdir}/emacs/${version}/${configuration}' | |
558 docdir='${datadir}/emacs/${version}/etc' | |
559 | |
560 # Check whether --with-gcc or --without-gcc was given. | |
561 if test "${with_gcc+set}" = set; then | |
562 withval="$with_gcc" | |
563 : | |
564 fi | |
565 | |
566 # Check whether --with-pop or --without-pop was given. | |
567 if test "${with_pop+set}" = set; then | |
568 withval="$with_pop" | |
25994 | 569 if test "$withval" = yes; then |
570 cat >> confdefs.h <<\EOF | |
25897 | 571 #define MAIL_USE_POP 1 |
572 EOF | |
573 | |
25994 | 574 else : |
575 fi | |
26382
78660eeae4b2
Fix change for --with-pop default.
Dave Love <fx@gnu.org>
parents:
26081
diff
changeset
|
576 else |
78660eeae4b2
Fix change for --with-pop default.
Dave Love <fx@gnu.org>
parents:
26081
diff
changeset
|
577 cat >> confdefs.h <<\EOF |
78660eeae4b2
Fix change for --with-pop default.
Dave Love <fx@gnu.org>
parents:
26081
diff
changeset
|
578 #define MAIL_USE_POP 1 |
78660eeae4b2
Fix change for --with-pop default.
Dave Love <fx@gnu.org>
parents:
26081
diff
changeset
|
579 EOF |
78660eeae4b2
Fix change for --with-pop default.
Dave Love <fx@gnu.org>
parents:
26081
diff
changeset
|
580 |
25897 | 581 fi |
582 | |
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
|
583 # 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
|
584 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
|
585 withval="$with_kerberos" |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
586 cat >> confdefs.h <<\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
|
587 #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
|
588 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
|
589 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
590 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
|
591 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
592 # 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
|
593 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
|
594 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
|
595 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
|
596 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
|
597 with_kerberos=yes |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
598 cat >> confdefs.h <<\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
|
599 #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
|
600 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
|
601 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
602 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
|
603 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
|
604 cat >> confdefs.h <<\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
|
605 #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
|
606 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
|
607 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
608 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
|
609 |
25897 | 610 # Check whether --with-hesiod or --without-hesiod was given. |
611 if test "${with_hesiod+set}" = set; then | |
612 withval="$with_hesiod" | |
613 cat >> confdefs.h <<\EOF | |
614 #define HESIOD 1 | |
615 EOF | |
616 | |
617 fi | |
618 | |
619 # Check whether --with-x-toolkit or --without-x-toolkit was given. | |
620 if test "${with_x_toolkit+set}" = set; then | |
621 withval="$with_x_toolkit" | |
622 case "${withval}" in | |
623 y | ye | yes ) val=athena ;; | |
624 n | no ) val=no ;; | |
625 l | lu | luc | luci | lucid ) val=lucid ;; | |
626 a | at | ath | athe | athen | athena ) val=athena ;; | |
627 m | mo | mot | moti | motif ) val=motif ;; | |
628 * ) | |
629 { echo "configure: error: \`--with-x-toolkit=$withval' is invalid\; | |
630 this option's value should be \`yes', \`no', \`lucid', \`athena', or \`motif'. | |
631 Currently, \`yes', \`athena' and \`lucid' are synonyms." 1>&2; exit 1; } | |
632 ;; | |
633 esac | |
634 with_x_toolkit=$val | |
635 | |
636 fi | |
637 | |
638 # Check whether --with-xpm or --without-xpm was given. | |
639 if test "${with_xpm+set}" = set; then | |
640 withval="$with_xpm" | |
641 : | |
642 fi | |
643 | |
644 # Check whether --with-jpeg or --without-jpeg was given. | |
645 if test "${with_jpeg+set}" = set; then | |
646 withval="$with_jpeg" | |
647 : | |
648 fi | |
649 | |
650 # Check whether --with-tiff or --without-tiff was given. | |
651 if test "${with_tiff+set}" = set; then | |
652 withval="$with_tiff" | |
653 : | |
654 fi | |
655 | |
656 # Check whether --with-gif or --without-gif was given. | |
657 if test "${with_gif+set}" = set; then | |
658 withval="$with_gif" | |
659 : | |
660 fi | |
661 | |
662 # Check whether --with-png or --without-png was given. | |
663 if test "${with_png+set}" = set; then | |
664 withval="$with_png" | |
665 : | |
666 fi | |
667 | |
668 # Check whether --with-toolkit-scroll-bars or --without-toolkit-scroll-bars was given. | |
669 if test "${with_toolkit_scroll_bars+set}" = set; then | |
670 withval="$with_toolkit_scroll_bars" | |
671 : | |
672 fi | |
673 | |
674 | |
675 #### Make srcdir absolute, if it isn't already. It's important to | |
676 #### avoid running the path through pwd unnecessary, since pwd can | |
677 #### give you automounter prefixes, which can go away. We do all this | |
678 #### so Emacs can find its files when run uninstalled. | |
679 case "${srcdir}" in | |
680 /* ) ;; | |
681 . ) | |
682 ## We may be able to use the $PWD environment variable to make this | |
683 ## absolute. But sometimes PWD is inaccurate. | |
684 ## Make sure CDPATH doesn't affect cd (in case PWD is relative). | |
685 unset CDPATH | |
686 if test "${PWD}" != "" && test "`(cd ${PWD} ; sh -c pwd)`" = "`pwd`" ; | |
687 then | |
688 srcdir="$PWD" | |
689 else | |
690 srcdir="`(cd ${srcdir}; pwd)`" | |
691 fi | |
692 ;; | |
693 * ) srcdir="`(cd ${srcdir}; pwd)`" ;; | |
694 esac | |
695 | |
696 #### Check if the source directory already has a configured system in it. | |
697 if test `pwd` != `(cd ${srcdir} && pwd)` \ | |
698 && test -f "${srcdir}/src/config.h" ; then | |
699 echo "configure: warning: The directory tree \`${srcdir}' is being used | |
700 as a build directory right now; it has been configured in its own | |
701 right. To configure in another directory as well, you MUST | |
702 use GNU make. If you do not have GNU make, then you must | |
703 now do \`make distclean' in ${srcdir}, | |
704 and then run $0 again." 1>&2 | |
705 | |
706 extrasub='/^VPATH[ ]*=/c\ | |
707 vpath %.c $(srcdir)\ | |
708 vpath %.h $(srcdir)\ | |
709 vpath %.y $(srcdir)\ | |
710 vpath %.l $(srcdir)\ | |
711 vpath %.s $(srcdir)\ | |
712 vpath %.in $(srcdir)\ | |
713 vpath %.texi $(srcdir)' | |
714 fi | |
715 | |
716 #### Given the configuration name, set machfile and opsysfile to the | |
717 #### names of the m/*.h and s/*.h files we should use. | |
718 | |
719 ### Canonicalize the configuration name. | |
720 | |
721 ac_aux_dir= | |
722 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do | |
723 if test -f $ac_dir/install-sh; then | |
724 ac_aux_dir=$ac_dir | |
725 ac_install_sh="$ac_aux_dir/install-sh -c" | |
726 break | |
727 elif test -f $ac_dir/install.sh; then | |
728 ac_aux_dir=$ac_dir | |
729 ac_install_sh="$ac_aux_dir/install.sh -c" | |
730 break | |
731 fi | |
732 done | |
733 if test -z "$ac_aux_dir"; then | |
734 { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; } | |
735 fi | |
736 ac_config_guess=$ac_aux_dir/config.guess | |
737 ac_config_sub=$ac_aux_dir/config.sub | |
738 ac_configure=$ac_aux_dir/configure # This should be Cygnus configure. | |
739 | |
740 | |
741 # Make sure we can run config.sub. | |
27205 | 742 if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then : |
25897 | 743 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; } |
744 fi | |
745 | |
746 echo $ac_n "checking host system type""... $ac_c" 1>&6 | |
27205 | 747 echo "configure:748: checking host system type" >&5 |
25897 | 748 |
749 host_alias=$host | |
750 case "$host_alias" in | |
751 NONE) | |
752 case $nonopt in | |
753 NONE) | |
27205 | 754 if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then : |
25897 | 755 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; } |
756 fi ;; | |
757 *) host_alias=$nonopt ;; | |
758 esac ;; | |
759 esac | |
760 | |
27205 | 761 host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias` |
25897 | 762 host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` |
763 host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` | |
764 host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` | |
765 echo "$ac_t""$host" 1>&6 | |
766 | |
767 canonical=$host | |
768 configuration=$host_alias | |
769 | |
770 | |
771 ### If you add support for a new configuration, add code to this | |
772 ### switch statement to recognize your configuration name and select | |
773 ### the appropriate operating system and machine description files. | |
774 | |
775 ### You would hope that you could choose an m/*.h file pretty much | |
776 ### based on the machine portion of the configuration name, and an s- | |
777 ### file based on the operating system portion. However, it turns out | |
778 ### that each m/*.h file is pretty manufacturer-specific - for | |
779 ### example, apollo.h, hp9000s300.h, mega68k, news.h, and tad68k are | |
780 ### all 68000 machines; mips.h, pmax.h, and news-risc are all MIPS | |
781 ### machines. So we basically have to have a special case for each | |
782 ### configuration name. | |
783 ### | |
784 ### As far as handling version numbers on operating systems is | |
785 ### concerned, make sure things will fail in a fixable way. If | |
786 ### /etc/MACHINES doesn't say anything about version numbers, be | |
787 ### prepared to handle anything reasonably. If version numbers | |
788 ### matter, be sure /etc/MACHINES says something about it. | |
789 ### | |
790 ### Eric Raymond says we should accept strings like "sysvr4" to mean | |
791 ### "System V Release 4"; he writes, "The old convention encouraged | |
792 ### confusion between `system' and `release' levels'." | |
793 | |
794 machine='' opsys='' unported=no | |
795 case "${canonical}" in | |
796 | |
797 ## NetBSD ports | |
798 *-*-netbsd* ) | |
799 opsys=netbsd | |
800 case "${canonical}" in | |
801 alpha*-*-netbsd*) machine=alpha ;; | |
802 i[3456]86-*-netbsd*) machine=intel386 ;; | |
803 m68k-*-netbsd*) | |
804 # This is somewhat bogus. | |
805 machine=hp9000s300 ;; | |
806 powerpc-apple-netbsd*) machine=macppc ;; | |
807 mips-*-netbsd*) machine=pmax ;; | |
808 ns32k-*-netbsd*) machine=ns32000 ;; | |
809 sparc-*-netbsd*) machine=sparc ;; | |
810 vax-*-netbsd*) machine=vax ;; | |
811 esac | |
812 ;; | |
813 | |
814 ## OpenBSD ports | |
815 *-*-openbsd* ) | |
816 opsys=openbsd | |
817 case "${canonical}" in | |
818 alpha*-*-openbsd*) machine=alpha ;; | |
819 i386-*-openbsd*) machine=intel386 ;; | |
820 m68k-*-openbsd*) machine=hp9000s300 ;; | |
821 mipsel-*-openbsd*) machine=pmax ;; | |
822 ns32k-*-openbsd*) machine=ns32000 ;; | |
823 sparc-*-openbsd*) machine=sparc ;; | |
824 vax-*-openbsd*) machine=vax ;; | |
825 esac | |
826 ;; | |
827 | |
828 ## Acorn RISCiX: | |
829 arm-acorn-riscix1.1* ) | |
830 machine=acorn opsys=riscix1-1 | |
831 ;; | |
832 arm-acorn-riscix1.2* | arm-acorn-riscix ) | |
833 ## This name is riscix12 instead of riscix1.2 | |
834 ## to avoid a file name conflict on MSDOS. | |
835 machine=acorn opsys=riscix12 | |
836 ;; | |
837 | |
838 ## BSDI ports | |
839 *-*-bsdi* ) | |
840 opsys=bsdi | |
841 case "${canonical}" in | |
842 i[345]86-*-bsdi*) machine=intel386 ;; | |
843 sparc-*-bsdi*) machine=sparc ;; | |
844 powerpc-*-bsdi*) machine=powerpc ;; | |
845 esac | |
846 case "${canonical}" in | |
847 *-*-bsd386* | *-*-bsdi1* ) opsys=bsd386 ;; | |
848 *-*-bsdi2.0* ) opsys=bsdos2 ;; | |
849 *-*-bsdi2* ) opsys=bsdos2-1 ;; | |
850 *-*-bsdi3* ) opsys=bsdos3 ;; | |
851 *-*-bsdi4* ) opsys=bsdos4 ;; | |
852 esac | |
853 ;; | |
854 | |
855 ## Alliant machines | |
856 ## Strictly speaking, we need the version of the alliant operating | |
857 ## system to choose the right machine file, but currently the | |
858 ## configuration name doesn't tell us enough to choose the right | |
859 ## one; we need to give alliants their own operating system name to | |
860 ## do this right. When someone cares, they can help us. | |
861 fx80-alliant-* ) | |
862 machine=alliant4 opsys=bsd4-2 | |
863 ;; | |
864 i860-alliant-* ) | |
865 machine=alliant-2800 opsys=bsd4-3 | |
866 ;; | |
867 | |
868 ## Alpha (DEC) machines. | |
869 alpha*-dec-osf* ) | |
870 machine=alpha opsys=osf1 | |
871 # This is needed to find X11R6.1 libraries for certain tests. | |
872 NON_GCC_LINK_TEST_OPTIONS=-Wl,-rpath,/usr/X11R6/lib | |
873 GCC_LINK_TEST_OPTIONS=-Wl,-rpath,/usr/X11R6/lib | |
874 ;; | |
875 | |
876 alpha*-*-linux-gnu* ) | |
877 machine=alpha opsys=gnu-linux | |
878 ;; | |
879 | |
27205 | 880 arm*-*-linux-gnu* ) |
881 machine=arm opsys=gnu-linux | |
882 ;; | |
883 | |
884 ppc-*-linux | \ | |
885 powerpc-*-linux* ) | |
886 machine=powerpc opsys=gnu-linux | |
887 ;; | |
888 | |
25897 | 889 ## Altos 3068 |
890 m68*-altos-sysv* ) | |
891 machine=altos opsys=usg5-2 | |
892 ;; | |
893 | |
894 ## Amdahl UTS | |
895 580-amdahl-sysv* ) | |
896 machine=amdahl opsys=usg5-2-2 | |
897 ;; | |
898 | |
899 ## Apollo, Domain/OS | |
900 m68*-apollo-* ) | |
901 machine=apollo opsys=bsd4-3 | |
902 ;; | |
903 | |
904 ## AT&T 3b2, 3b5, 3b15, 3b20 | |
905 we32k-att-sysv* ) | |
906 machine=att3b opsys=usg5-2-2 | |
907 ;; | |
908 | |
909 ## AT&T 3b1 - The Mighty Unix PC! | |
910 m68*-att-sysv* ) | |
911 machine=7300 opsys=usg5-2-2 | |
912 ;; | |
913 | |
914 ## Bull dpx20 | |
915 rs6000-bull-bosx* ) | |
916 machine=ibmrs6000 opsys=aix3-2 | |
917 ;; | |
918 | |
919 ## Bull dpx2 | |
920 m68*-bull-sysv3* ) | |
921 machine=dpx2 opsys=usg5-3 | |
922 ;; | |
923 | |
924 ## Bull sps7 | |
925 m68*-bull-sysv2* ) | |
926 machine=sps7 opsys=usg5-2 | |
927 ;; | |
928 | |
929 ## CCI 5/32, 6/32 -- see "Tahoe". | |
930 | |
931 ## Celerity | |
932 ## I don't know what configuration name to use for this; config.sub | |
933 ## doesn't seem to know anything about it. Hey, Celerity users, get | |
934 ## in touch with us! | |
935 celerity-celerity-bsd* ) | |
936 machine=celerity opsys=bsd4-2 | |
937 ;; | |
938 | |
939 ## Clipper | |
940 ## What operating systems does this chip run that Emacs has been | |
941 ## tested on? | |
942 clipper-* ) | |
943 machine=clipper | |
944 ## We'll use the catch-all code at the bottom to guess the | |
945 ## operating system. | |
946 ;; | |
947 | |
948 ## Convex | |
949 *-convex-bsd* | *-convex-convexos* ) | |
950 machine=convex opsys=bsd4-3 | |
951 ## Prevents spurious white space in makefiles - d.m.cooke@larc.nasa.gov | |
952 NON_GNU_CPP="cc -E -P" | |
953 ;; | |
954 | |
955 ## Cubix QBx/386 | |
956 i[3456]86-cubix-sysv* ) | |
957 machine=intel386 opsys=usg5-3 | |
958 ;; | |
959 | |
960 ## Cydra 5 | |
961 cydra*-cydrome-sysv* ) | |
962 machine=cydra5 opsys=usg5-3 | |
963 ;; | |
964 | |
965 ## Data General AViiON Machines | |
966 ## DG changed naming conventions with the release of 5.4.4.10, they | |
967 ## dropped the initial 5.4 but left the intervening R. Because of the | |
968 ## R this shouldn't conflict with older versions of the OS (which I | |
969 ## think were named like dgux4.*). In addition, DG new AViiONs series | |
970 ## uses either Motorola M88k or Intel Pentium CPUs. | |
971 m88k-dg-dguxR4.* | m88k-dg-dgux4* ) | |
972 machine=aviion opsys=dgux4 | |
973 ;; | |
974 m88k-dg-dgux5.4R3* | m88k-dg-dgux5.4.3* ) | |
975 ## This name is dgux5-4-3 instead of dgux5-4r3 | |
976 ## to avoid a file name conflict on MSDOS. | |
977 machine=aviion opsys=dgux5-4-3 | |
978 ;; | |
979 m88k-dg-dgux5.4R2* | m88k-dg-dgux5.4.2* ) | |
980 machine=aviion opsys=dgux5-4r2 | |
981 ;; | |
982 m88k-dg-dgux* ) | |
983 machine=aviion opsys=dgux | |
984 ;; | |
985 | |
986 ## Data General AViiON Intel (x86) Machines | |
987 ## Exists from 5.4.3 (current i586-dg-dguxR4.11) | |
988 ## Ehud Karni, 1998-may-30, ehud@unix.simonwiesel.co.il | |
989 i[345]86-dg-dguxR4* ) | |
990 machine=aviion-intel opsys=dgux4 | |
991 ;; | |
992 | |
993 ## DECstations | |
994 mips-dec-ultrix[0-3].* | mips-dec-ultrix4.0* | mips-dec-bsd4.2* ) | |
995 machine=pmax opsys=bsd4-2 | |
996 ;; | |
997 mips-dec-ultrix4.[12]* | mips-dec-bsd* ) | |
998 machine=pmax opsys=bsd4-3 | |
999 ;; | |
1000 mips-dec-ultrix* ) | |
1001 machine=pmax opsys=ultrix4-3 | |
1002 ;; | |
1003 mips-dec-osf* ) | |
1004 machine=pmax opsys=osf1 | |
1005 ;; | |
1006 mips-dec-mach_bsd4.3* ) | |
1007 machine=pmax opsys=mach-bsd4-3 | |
1008 ;; | |
1009 | |
1010 ## Motorola Delta machines | |
1011 m68k-motorola-sysv* | m68000-motorola-sysv* ) | |
1012 machine=delta opsys=usg5-3 | |
1013 if test -z "`type gnucc | grep 'not found'`" | |
1014 then | |
1015 if test -s /etc/167config | |
1016 then CC="gnucc -m68040" | |
1017 else CC="gnucc -m68881" | |
1018 fi | |
1019 else | |
1020 if test -z "`type gcc | grep 'not found'`" | |
1021 then CC=gcc | |
1022 else CC=cc | |
1023 fi | |
1024 fi | |
1025 ;; | |
1026 m88k-motorola-sysv4* ) | |
1027 # jbotte@bnr.ca says that UNIX_System_V <hostName> 4.0 R40V4.3 m88k mc88110 | |
1028 # needs POSIX_SIGNALS and therefore needs usg5-4-2. | |
1029 # I hope there are not other 4.0 versions for this machine | |
1030 # which really need usg5-4 instead. | |
1031 machine=delta88k opsys=usg5-4-2 | |
1032 ;; | |
1033 m88k-motorola-sysv* | m88k-motorola-m88kbcs* ) | |
1034 machine=delta88k opsys=usg5-3 | |
1035 ;; | |
1036 | |
1037 ## Dual machines | |
1038 m68*-dual-sysv* ) | |
1039 machine=dual opsys=usg5-2 | |
1040 ;; | |
1041 m68*-dual-uniplus* ) | |
1042 machine=dual opsys=unipl5-2 | |
1043 ;; | |
1044 | |
1045 ## Elxsi 6400 | |
1046 elxsi-elxsi-sysv* ) | |
1047 machine=elxsi opsys=usg5-2 | |
1048 ;; | |
1049 | |
1050 ## Encore machines | |
1051 ns16k-encore-bsd* ) | |
1052 machine=ns16000 opsys=umax | |
1053 ;; | |
1054 | |
1055 ## The GEC 93 - apparently, this port isn't really finished yet. | |
1056 | |
1057 ## Gould Power Node and NP1 | |
1058 pn-gould-bsd4.2* ) | |
1059 machine=gould opsys=bsd4-2 | |
1060 ;; | |
1061 pn-gould-bsd4.3* ) | |
1062 machine=gould opsys=bsd4-3 | |
1063 ;; | |
1064 np1-gould-bsd* ) | |
1065 machine=gould-np1 opsys=bsd4-3 | |
1066 ;; | |
1067 | |
1068 ## Harris Night Hawk machines running CX/UX (a 5000 looks just like a 4000 | |
1069 ## as far as Emacs is concerned). | |
1070 m88k-harris-cxux* ) | |
1071 # Build needs to be different on 7.0 and later releases | |
1072 case "`uname -r`" in | |
1073 [56].[0-9] ) machine=nh4000 opsys=cxux ;; | |
1074 [7].[0-9] ) machine=nh4000 opsys=cxux7 ;; | |
1075 esac | |
1076 NON_GNU_CPP="/lib/cpp" | |
1077 ;; | |
1078 ## Harris ecx or gcx running CX/UX (Series 1200, Series 3000) | |
1079 m68k-harris-cxux* ) | |
1080 machine=nh3000 opsys=cxux | |
1081 ;; | |
1082 ## Harris power pc NightHawk running Power UNIX (Series 6000) | |
1083 powerpc-harris-powerunix ) | |
1084 machine=nh6000 opsys=powerunix | |
1085 NON_GNU_CPP="cc -Xo -E -P" | |
1086 ;; | |
1087 ## SR2001/SR2201 running HI-UX/MPP | |
1088 hppa1.1-hitachi-hiuxmpp* ) | |
1089 machine=sr2k opsys=hiuxmpp | |
1090 ;; | |
1091 ## Honeywell XPS100 | |
1092 xps*-honeywell-sysv* ) | |
1093 machine=xps100 opsys=usg5-2 | |
1094 ;; | |
1095 | |
1096 ## HP 9000 series 200 or 300 | |
1097 m68*-hp-bsd* ) | |
1098 machine=hp9000s300 opsys=bsd4-3 | |
1099 ;; | |
1100 ## HP/UX 7, 8, 9, and 10 are supported on these machines. | |
1101 m68*-hp-hpux* ) | |
1102 case "`uname -r`" in | |
1103 ## Someone's system reports A.B8.05 for this. | |
1104 ## I wonder what other possibilities there are. | |
1105 *.B8.* ) machine=hp9000s300 opsys=hpux8 ;; | |
1106 *.08.* ) machine=hp9000s300 opsys=hpux8 ;; | |
1107 *.09.* ) machine=hp9000s300 opsys=hpux9 ;; | |
1108 *.1[0-9].* ) machine=hp9000s300 opsys=hpux9shr ;; | |
1109 *) machine=hp9000s300 opsys=hpux ;; | |
1110 esac | |
1111 ;; | |
1112 | |
1113 ## HP 9000 series 700 and 800, running HP/UX | |
1114 hppa*-hp-hpux7* ) | |
1115 machine=hp800 opsys=hpux | |
1116 ;; | |
1117 hppa*-hp-hpux8* ) | |
1118 machine=hp800 opsys=hpux8 | |
1119 ;; | |
1120 hppa*-hp-hpux9shr* ) | |
1121 machine=hp800 opsys=hpux9shr | |
1122 ;; | |
1123 hppa*-hp-hpux9* ) | |
1124 machine=hp800 opsys=hpux9 | |
1125 ;; | |
1126 hppa*-hp-hpux1[0-9]* ) | |
1127 machine=hp800 opsys=hpux10 | |
1128 ;; | |
1129 | |
1130 ## HP 9000 series 700 and 800, running HP/UX | |
1131 hppa*-hp-hpux* ) | |
1132 ## Cross-compilation? Nah! | |
1133 case "`uname -r`" in | |
1134 ## Someone's system reports A.B8.05 for this. | |
1135 ## I wonder what other possibilities there are. | |
1136 *.B8.* ) machine=hp800 opsys=hpux8 ;; | |
1137 *.08.* ) machine=hp800 opsys=hpux8 ;; | |
1138 *.09.* ) machine=hp800 opsys=hpux9 ;; | |
1139 *) machine=hp800 opsys=hpux10 ;; | |
1140 esac | |
1141 ;; | |
1142 hppa*-*-nextstep* ) | |
1143 machine=hp800 opsys=nextstep | |
1144 ;; | |
1145 | |
1146 ## Orion machines | |
1147 orion-orion-bsd* ) | |
1148 machine=orion opsys=bsd4-2 | |
1149 ;; | |
1150 clipper-orion-bsd* ) | |
1151 machine=orion105 opsys=bsd4-2 | |
1152 ;; | |
1153 | |
1154 ## IBM machines | |
1155 i[3456]86-ibm-aix1.1* ) | |
1156 machine=ibmps2-aix opsys=usg5-2-2 | |
1157 ;; | |
1158 i[3456]86-ibm-aix1.[23]* | i[3456]86-ibm-aix* ) | |
1159 machine=ibmps2-aix opsys=usg5-3 | |
1160 ;; | |
1161 i370-ibm-aix*) | |
1162 machine=ibm370aix opsys=usg5-3 | |
1163 ;; | |
1164 rs6000-ibm-aix3.1* | powerpc-ibm-aix3.1* ) | |
1165 machine=ibmrs6000 opsys=aix3-1 | |
1166 ;; | |
1167 rs6000-ibm-aix3.2.5 | powerpc-ibm-aix3.2.5 ) | |
1168 machine=ibmrs6000 opsys=aix3-2-5 | |
1169 ;; | |
1170 rs6000-ibm-aix4.1* | powerpc-ibm-aix4.1* ) | |
1171 machine=ibmrs6000 opsys=aix4-1 | |
1172 ;; | |
1173 rs6000-ibm-aix4.2* | powerpc-ibm-aix4.2* ) | |
1174 machine=ibmrs6000 opsys=aix4-2 | |
1175 ;; | |
1176 rs6000-ibm-aix4.0* | powerpc-ibm-aix4.0* ) | |
1177 machine=ibmrs6000 opsys=aix4 | |
1178 ;; | |
1179 rs6000-ibm-aix4* | powerpc-ibm-aix4* ) | |
1180 machine=ibmrs6000 opsys=aix4-1 | |
1181 ;; | |
1182 rs6000-ibm-aix* | powerpc-ibm-aix* ) | |
1183 machine=ibmrs6000 opsys=aix3-2 | |
1184 ;; | |
1185 romp-ibm-bsd4.3* ) | |
1186 machine=ibmrt opsys=bsd4-3 | |
1187 ;; | |
1188 romp-ibm-bsd4.2* ) | |
1189 machine=ibmrt opsys=bsd4-2 | |
1190 ;; | |
1191 romp-ibm-aos4.3* ) | |
1192 machine=ibmrt opsys=bsd4-3 | |
1193 ;; | |
1194 romp-ibm-aos4.2* ) | |
1195 machine=ibmrt opsys=bsd4-2 | |
1196 ;; | |
1197 romp-ibm-aos* ) | |
1198 machine=ibmrt opsys=bsd4-3 | |
1199 ;; | |
1200 romp-ibm-bsd* ) | |
1201 machine=ibmrt opsys=bsd4-3 | |
1202 ;; | |
1203 romp-ibm-aix* ) | |
1204 machine=ibmrt-aix opsys=usg5-2-2 | |
1205 ;; | |
1206 | |
1207 ## Integrated Solutions `Optimum V' | |
1208 m68*-isi-bsd4.2* ) | |
1209 machine=isi-ov opsys=bsd4-2 | |
1210 ;; | |
1211 m68*-isi-bsd4.3* ) | |
1212 machine=isi-ov opsys=bsd4-3 | |
1213 ;; | |
1214 | |
1215 ## Intel 386 machines where we do care about the manufacturer | |
1216 i[3456]86-intsys-sysv* ) | |
1217 machine=is386 opsys=usg5-2-2 | |
1218 ;; | |
1219 | |
1220 ## Prime EXL | |
1221 i[3456]86-prime-sysv* ) | |
1222 machine=i386 opsys=usg5-3 | |
1223 ;; | |
1224 | |
1225 ## Sequent Symmetry running Dynix | |
1226 i[3456]86-sequent-bsd* ) | |
1227 machine=symmetry opsys=bsd4-3 | |
1228 ;; | |
1229 | |
1230 ## Sequent Symmetry running ptx 4, which is a modified SVR4. | |
1231 i[3456]86-sequent-ptx4* | i[3456]86-sequent-sysv4* ) | |
1232 machine=sequent-ptx opsys=ptx4 | |
1233 NON_GNU_CPP=/lib/cpp | |
1234 ;; | |
1235 | |
1236 ## Sequent Symmetry running DYNIX/ptx | |
1237 ## Use the old cpp rather than the newer ANSI one. | |
1238 i[3456]86-sequent-ptx* ) | |
1239 machine=sequent-ptx opsys=ptx | |
1240 NON_GNU_CPP="/lib/cpp" | |
1241 ;; | |
1242 | |
1243 ## ncr machine running svr4.3. | |
1244 i[3456]86-ncr-sysv4.3 ) | |
1245 machine=ncr386 opsys=usg5-4-3 | |
1246 ;; | |
1247 | |
1248 ## Unspecified sysv on an ncr machine defaults to svr4.2. | |
1249 ## (Plain usg5-4 doesn't turn on POSIX signals, which we need.) | |
1250 i[3456]86-ncr-sysv* ) | |
1251 machine=ncr386 opsys=usg5-4-2 | |
1252 ;; | |
1253 | |
1254 ## Intel Paragon OSF/1 | |
1255 i860-intel-osf1* ) | |
1256 machine=paragon opsys=osf1 NON_GNU_CPP=/usr/mach/lib/cpp | |
1257 ;; | |
1258 | |
1259 ## Intel 860 | |
1260 i860-*-sysv4* ) | |
1261 machine=i860 opsys=usg5-4 | |
1262 NON_GNU_CC="/bin/cc" # Ie, not the one in /usr/ucb/cc. | |
1263 NON_GNU_CPP="/usr/ccs/lib/cpp" # cc -E tokenizes macro expansion. | |
1264 ;; | |
1265 | |
1266 ## Masscomp machines | |
1267 m68*-masscomp-rtu* ) | |
1268 machine=masscomp opsys=rtu | |
1269 ;; | |
1270 | |
1271 ## Megatest machines | |
1272 m68*-megatest-bsd* ) | |
1273 machine=mega68 opsys=bsd4-2 | |
1274 ;; | |
1275 | |
1276 ## Workstations sold by MIPS | |
1277 ## This is not necessarily all workstations using the MIPS processor - | |
1278 ## Irises are produced by SGI, and DECstations by DEC. | |
1279 | |
1280 ## etc/MACHINES lists mips.h and mips4.h as possible machine files, | |
1281 ## and usg5-2-2 and bsd4-3 as possible OS files. The only guidance | |
1282 ## it gives for choosing between the alternatives seems to be "Use | |
1283 ## -machine=mips4 for RISCOS version 4; use -opsystem=bsd4-3 with | |
1284 ## the BSD world." I'll assume that these are instructions for | |
1285 ## handling two odd situations, and that every other situation | |
1286 ## should use mips.h and usg5-2-2, they being listed first. | |
1287 mips-mips-usg* ) | |
1288 machine=mips4 | |
1289 ## Fall through to the general code at the bottom to decide on the OS. | |
1290 ;; | |
1291 mips-mips-riscos4* ) | |
1292 machine=mips4 opsys=bsd4-3 | |
1293 NON_GNU_CC="cc -systype bsd43" | |
1294 NON_GNU_CPP="cc -systype bsd43 -E" | |
1295 ;; | |
1296 mips-mips-riscos5* ) | |
1297 machine=mips4 opsys=riscos5 | |
1298 NON_GNU_CC="cc -systype bsd43" | |
1299 NON_GNU_CPP="cc -systype bsd43 -E" | |
1300 ;; | |
1301 mips-mips-bsd* ) | |
1302 machine=mips opsys=bsd4-3 | |
1303 ;; | |
1304 mips-mips-* ) | |
1305 machine=mips opsys=usg5-2-2 | |
1306 ;; | |
1307 | |
1308 ## NeXT | |
1309 m68*-next-* | m68k-*-nextstep* ) | |
1310 machine=m68k opsys=nextstep | |
1311 ;; | |
1312 | |
1313 ## The complete machine from National Semiconductor | |
1314 ns32k-ns-genix* ) | |
1315 machine=ns32000 opsys=usg5-2 | |
1316 ;; | |
1317 | |
1318 ## NCR machines | |
1319 m68*-ncr-sysv2* | m68*-ncr-sysvr2* ) | |
1320 machine=tower32 opsys=usg5-2-2 | |
1321 ;; | |
1322 m68*-ncr-sysv3* | m68*-ncr-sysvr3* ) | |
1323 machine=tower32v3 opsys=usg5-3 | |
1324 ;; | |
1325 | |
1326 ## NEC EWS4800 | |
1327 mips-nec-sysv4*) | |
1328 machine=ews4800 opsys=ux4800 | |
1329 ;; | |
1330 | |
1331 ## Nixdorf Targon 31 | |
1332 m68*-nixdorf-sysv* ) | |
1333 machine=targon31 opsys=usg5-2-2 | |
1334 ;; | |
1335 | |
1336 ## Nu (TI or LMI) | |
1337 m68*-nu-sysv* ) | |
1338 machine=nu opsys=usg5-2 | |
1339 ;; | |
1340 | |
1341 ## Plexus | |
1342 m68*-plexus-sysv* ) | |
1343 machine=plexus opsys=usg5-2 | |
1344 ;; | |
1345 | |
1346 ## PowerPC reference platform | |
1347 powerpcle-*-solaris2* ) | |
1348 machine=prep | |
1349 opsys=sol2-5 | |
1350 ;; | |
1351 | |
1352 ## Pyramid machines | |
1353 ## I don't really have any idea what sort of processor the Pyramid has, | |
1354 ## so I'm assuming it is its own architecture. | |
1355 pyramid-pyramid-bsd* ) | |
1356 machine=pyramid opsys=bsd4-2 | |
1357 ;; | |
1358 | |
1359 ## Sequent Balance | |
1360 ns32k-sequent-bsd4.2* ) | |
1361 machine=sequent opsys=bsd4-2 | |
1362 ;; | |
1363 ns32k-sequent-bsd4.3* ) | |
1364 machine=sequent opsys=bsd4-3 | |
1365 ;; | |
1366 | |
1367 ## Siemens Nixdorf | |
1368 mips-siemens-sysv* | mips-sni-sysv*) | |
1369 machine=mips-siemens opsys=usg5-4 | |
1370 NON_GNU_CC=/usr/ccs/bin/cc | |
1371 NON_GNU_CPP=/usr/ccs/lib/cpp | |
1372 ;; | |
1373 | |
1374 ## Silicon Graphics machines | |
1375 ## Iris 2500 and Iris 2500 Turbo (aka the Iris 3030) | |
1376 m68*-sgi-iris3.5* ) | |
1377 machine=irist opsys=iris3-5 | |
1378 ;; | |
1379 m68*-sgi-iris3.6* | m68*-sgi-iris*) | |
1380 machine=irist opsys=iris3-6 | |
1381 ;; | |
1382 ## Iris 4D | |
1383 mips-sgi-irix3* ) | |
1384 machine=iris4d opsys=irix3-3 | |
1385 ;; | |
1386 mips-sgi-irix4* ) | |
1387 machine=iris4d opsys=irix4-0 | |
1388 ;; | |
1389 mips-sgi-irix6.5 ) | |
1390 machine=iris4d opsys=irix6-5 | |
26502 | 1391 # Without defining _LANGUAGE_C, things get masked out in the headers |
1392 # so that, for instance, grepping for `free' in stdlib.h fails and | |
1393 # AC_HEADER_STD_C fails. (MIPSPro 7.2.1.2m compilers, Irix 6.5.3m). | |
1394 NON_GNU_CPP="/lib/cpp -D_LANGUAGE_C" | |
27675 | 1395 NON_GCC_TEST_OPTIONS="-n32 -D_LANGUAGE_C" |
25897 | 1396 ;; |
1397 mips-sgi-irix6* ) | |
1398 machine=iris4d opsys=irix6-0 | |
27205 | 1399 # It's not clear whether -D_LANGUAGE_C is necessary as it is for 6.5, |
26502 | 1400 # but presumably it does no harm. |
1401 NON_GNU_CPP="/lib/cpp -D_LANGUAGE_C" | |
25897 | 1402 NON_GCC_TEST_OPTIONS=-32 |
1403 ;; | |
1404 mips-sgi-irix5.[01]* ) | |
1405 machine=iris4d opsys=irix5-0 | |
1406 ;; | |
1407 mips-sgi-irix5* | mips-sgi-irix* ) | |
1408 machine=iris4d opsys=irix5-2 | |
1409 ;; | |
1410 | |
1411 ## SONY machines | |
1412 m68*-sony-bsd4.2* ) | |
1413 machine=news opsys=bsd4-2 | |
1414 ;; | |
1415 m68*-sony-bsd4.3* ) | |
1416 machine=news opsys=bsd4-3 | |
1417 ;; | |
1418 m68*-sony-newsos3* | m68*-sony-news3*) | |
1419 machine=news opsys=bsd4-3 | |
1420 ;; | |
1421 mips-sony-bsd* | mips-sony-newsos4* | mips-sony-news4*) | |
1422 machine=news-risc opsys=bsd4-3 | |
1423 ;; | |
1424 mips-sony-newsos6* ) | |
1425 machine=news-r6 opsys=newsos6 | |
1426 ;; | |
1427 mips-sony-news* ) | |
1428 machine=news-risc opsys=newsos5 | |
1429 ;; | |
1430 | |
1431 ## Stride | |
1432 m68*-stride-sysv* ) | |
1433 machine=stride opsys=usg5-2 | |
1434 ;; | |
1435 | |
1436 ## Suns | |
1437 sparc-*-linux-gnu* | sparc64-*-linux-gnu* ) | |
1438 machine=sparc opsys=gnu-linux | |
1439 ;; | |
1440 | |
1441 *-sun-sunos* | *-sun-bsd* | *-sun-solaris* \ | |
1442 | i[3456]86-*-solaris2* | i[3456]86-*-sunos5* | powerpc*-*-solaris2* \ | |
1443 | rs6000-*-solaris2*) | |
1444 case "${canonical}" in | |
1445 m68*-sunos1* ) machine=sun1 ;; | |
1446 m68*-sunos2* ) machine=sun2 ;; | |
1447 m68* ) machine=sun3 ;; | |
1448 i[3456]86-sun-sunos[34]* ) machine=sun386 ;; | |
1449 i[3456]86-*-* ) machine=intel386 ;; | |
1450 powerpcle* ) machine=powerpcle ;; | |
1451 powerpc* | rs6000* ) machine=ibmrs6000 ;; | |
1452 sparc* ) machine=sparc ;; | |
1453 * ) unported=yes ;; | |
1454 esac | |
1455 case "${canonical}" in | |
1456 ## The Sun386 didn't get past 4.0. | |
1457 i[3456]86-*-sunos4 ) opsys=sunos4-0 ;; | |
1458 *-sunos4.0* ) opsys=sunos4-0 ;; | |
1459 *-sunos4.1.[3-9]*noshare ) | |
1460 ## This name is sunos413 instead of sunos4-1-3 | |
1461 ## to avoid a file name conflict on MSDOS. | |
1462 opsys=sunos413 | |
1463 NON_GNU_CPP=/usr/lib/cpp | |
1464 NON_GCC_TEST_OPTIONS=-Bstatic | |
1465 GCC_TEST_OPTIONS=-static | |
1466 ;; | |
1467 *-sunos4.1.[3-9]* | *-sunos4shr*) | |
1468 opsys=sunos4shr | |
1469 NON_GNU_CPP=/usr/lib/cpp | |
1470 ;; | |
1471 *-sunos4* | *-sunos ) | |
1472 opsys=sunos4-1 | |
1473 NON_GCC_TEST_OPTIONS=-Bstatic | |
1474 GCC_TEST_OPTIONS=-static | |
1475 ;; | |
1476 *-sunos5.3* | *-solaris2.3* ) | |
1477 opsys=sol2-3 | |
1478 NON_GNU_CPP=/usr/ccs/lib/cpp | |
1479 ;; | |
1480 *-sunos5.4* | *-solaris2.4* ) | |
1481 opsys=sol2-4 | |
1482 NON_GNU_CPP=/usr/ccs/lib/cpp | |
1483 RANLIB="ar -ts" | |
1484 ;; | |
1485 *-sunos5.5* | *-solaris2.5* ) | |
1486 opsys=sol2-5 | |
1487 NON_GNU_CPP=/usr/ccs/lib/cpp | |
1488 RANLIB="ar -ts" | |
1489 ;; | |
1490 *-sunos5* | *-solaris* ) | |
1491 opsys=sol2-5 | |
1492 NON_GNU_CPP=/usr/ccs/lib/cpp | |
1493 ;; | |
1494 * ) opsys=bsd4-2 ;; | |
1495 esac | |
1496 ## Watch out for a compiler that we know will not work. | |
1497 case "${canonical}" in | |
1498 *-solaris* | *-sunos5* ) | |
1499 if [ "x$CC" = x/usr/ucb/cc ]; then | |
1500 ## /usr/ucb/cc doesn't work; | |
1501 ## we should find some other compiler that does work. | |
1502 unset CC | |
1503 fi | |
1504 ;; | |
1505 *) ;; | |
1506 esac | |
1507 ;; | |
1508 sparc-*-nextstep* ) | |
1509 machine=sparc opsys=nextstep | |
1510 ;; | |
1511 | |
1512 ## Tadpole 68k | |
1513 m68*-tadpole-sysv* ) | |
1514 machine=tad68k opsys=usg5-3 | |
1515 ;; | |
1516 | |
1517 ## Tahoe machines | |
1518 tahoe-tahoe-bsd4.2* ) | |
1519 machine=tahoe opsys=bsd4-2 | |
1520 ;; | |
1521 tahoe-tahoe-bsd4.3* ) | |
1522 machine=tahoe opsys=bsd4-3 | |
1523 ;; | |
1524 | |
1525 ## Tandem Integrity S2 | |
1526 mips-tandem-sysv* ) | |
1527 machine=tandem-s2 opsys=usg5-3 | |
1528 ;; | |
1529 | |
1530 ## Tektronix XD88 | |
1531 m88k-tektronix-sysv3* ) | |
1532 machine=tekxd88 opsys=usg5-3 | |
1533 ;; | |
1534 | |
1535 ## Tektronix 16000 box (6130?) | |
1536 ns16k-tektronix-bsd* ) | |
1537 machine=ns16000 opsys=bsd4-2 | |
1538 ;; | |
1539 ## Tektronix 4300 | |
1540 ## src/m/tek4300.h hints that this is a m68k machine. | |
1541 m68*-tektronix-bsd* ) | |
1542 machine=tek4300 opsys=bsd4-3 | |
1543 ;; | |
1544 | |
1545 ## Titan P2 or P3 | |
1546 ## We seem to have lost the machine-description file titan.h! | |
1547 titan-titan-sysv* ) | |
1548 machine=titan opsys=usg5-3 | |
1549 ;; | |
1550 | |
1551 ## Ustation E30 (SS5E) | |
1552 m68*-unisys-uniplus* ) | |
1553 machine=ustation opsystem=unipl5-2 | |
1554 ;; | |
1555 | |
1556 ## Vaxen. | |
1557 vax-dec-* ) | |
1558 machine=vax | |
1559 case "${canonical}" in | |
1560 *-bsd4.1* ) opsys=bsd4-1 ;; | |
1561 *-bsd4.2* | *-ultrix[0-3].* | *-ultrix4.0* ) opsys=bsd4-2 ;; | |
1562 *-bsd4.3* | *-ultrix* ) opsys=bsd4-3 ;; | |
1563 *-sysv[01]* | *-sysvr[01]* ) opsys=usg5-0 ;; | |
1564 *-sysv2* | *-sysvr2* ) opsys=usg5-2 ;; | |
1565 *-vms* ) opsys=vms ;; | |
1566 * ) unported=yes | |
1567 esac | |
1568 ;; | |
1569 | |
1570 ## Whitechapel MG1 | |
1571 ns16k-whitechapel-* ) | |
1572 machine=mg1 | |
1573 ## We don't know what sort of OS runs on these; we'll let the | |
1574 ## operating system guessing code below try. | |
1575 ;; | |
1576 | |
1577 ## Wicat | |
1578 m68*-wicat-sysv* ) | |
1579 machine=wicat opsys=usg5-2 | |
1580 ;; | |
1581 | |
1582 ## Intel 386 machines where we don't care about the manufacturer | |
1583 i[3456]86-*-* ) | |
1584 machine=intel386 | |
1585 case "${canonical}" in | |
1586 *-isc1.* | *-isc2.[01]* ) opsys=386-ix ;; | |
1587 *-isc2.2* ) opsys=isc2-2 ;; | |
1588 *-isc4.0* ) opsys=isc4-0 ;; | |
1589 *-isc4.* ) opsys=isc4-1 | |
1590 GCC_TEST_OPTIONS=-posix | |
1591 NON_GCC_TEST_OPTIONS=-Xp | |
1592 ;; | |
1593 *-isc* ) opsys=isc3-0 ;; | |
1594 *-esix5* ) opsys=esix5r4; NON_GNU_CPP=/usr/lib/cpp ;; | |
1595 *-esix* ) opsys=esix ;; | |
1596 *-xenix* ) opsys=xenix ;; | |
1597 *-linux-gnu* ) opsys=gnu-linux ;; | |
1598 *-sco3.2v4* ) opsys=sco4 ; NON_GNU_CPP=/lib/cpp ;; | |
1599 *-sco3.2v5* ) opsys=sco5 | |
1600 NON_GNU_CPP=/lib/cpp | |
1601 # Prevent -belf from being passed to $CPP. | |
1602 # /lib/cpp does not accept it. | |
1603 OVERRIDE_CPPFLAGS=" " | |
1604 ;; | |
1605 *-sysv4.2uw* ) opsys=unixware; NON_GNU_CPP=/lib/cpp ;; | |
1606 *-386bsd* ) opsys=386bsd ;; | |
1607 *-freebsd* ) opsys=freebsd ;; | |
1608 *-nextstep* ) opsys=nextstep ;; | |
1609 ## Otherwise, we'll fall through to the generic opsys code at the bottom. | |
1610 esac | |
1611 ;; | |
1612 | |
1613 ## m68k Linux-based GNU system | |
1614 m68k-*-linux-gnu* ) | |
1615 machine=m68k opsys=gnu-linux | |
1616 ;; | |
1617 | |
1618 ## Mips Linux-based GNU system | |
1619 mips-*-linux-gnu* ) | |
1620 machine=mips opsys=gnu-linux | |
1621 ;; | |
1622 | |
1623 ## UXP/DS | |
1624 sparc-fujitsu-sysv4* ) | |
1625 machine=sparc opsys=uxpds | |
1626 NON_GNU_CPP=/usr/ccs/lib/cpp | |
1627 RANLIB="ar -ts" | |
1628 ;; | |
1629 | |
1630 ## UXP/V | |
1631 f301-fujitsu-uxpv4.1) | |
1632 machine=f301 opsys=uxpv | |
1633 ;; | |
1634 | |
1635 * ) | |
1636 unported=yes | |
1637 ;; | |
1638 esac | |
1639 | |
1640 ### If the code above didn't choose an operating system, just choose | |
1641 ### an operating system based on the configuration name. You really | |
1642 ### only want to use this when you have no idea what the right | |
1643 ### operating system is; if you know what operating systems a machine | |
1644 ### runs, it's cleaner to make it explicit in the case statement | |
1645 ### above. | |
1646 if test x"${opsys}" = x; then | |
1647 case "${canonical}" in | |
1648 *-gnu* ) opsys=gnu ;; | |
1649 *-bsd4.[01] ) opsys=bsd4-1 ;; | |
1650 *-bsd4.2 ) opsys=bsd4-2 ;; | |
1651 *-bsd4.3 ) opsys=bsd4-3 ;; | |
1652 *-sysv0 | *-sysvr0 ) opsys=usg5-0 ;; | |
1653 *-sysv2 | *-sysvr2 ) opsys=usg5-2 ;; | |
1654 *-sysv2.2 | *-sysvr2.2 ) opsys=usg5-2-2 ;; | |
1655 *-sysv3* | *-sysvr3* ) opsys=usg5-3 ;; | |
1656 *-sysv4.2uw* ) opsys=unixware ;; | |
1657 *-sysv4.1* | *-sysvr4.1* ) | |
1658 NON_GNU_CPP=/usr/lib/cpp | |
1659 opsys=usg5-4 ;; | |
1660 *-sysv4.[2-9]* | *-sysvr4.[2-9]* ) | |
1661 if [ x$NON_GNU_CPP = x ]; then | |
1662 if [ -f /usr/ccs/lib/cpp ]; then | |
1663 NON_GNU_CPP=/usr/ccs/lib/cpp | |
1664 else | |
1665 NON_GNU_CPP=/lib/cpp | |
1666 fi | |
1667 fi | |
1668 opsys=usg5-4-2 ;; | |
1669 *-sysv4* | *-sysvr4* ) opsys=usg5-4 ;; | |
1670 * ) | |
1671 unported=yes | |
1672 ;; | |
1673 esac | |
1674 fi | |
1675 | |
1676 if test "x$RANLIB" = x; then | |
1677 RANLIB=ranlib | |
1678 fi | |
1679 | |
1680 | |
1681 if test $unported = yes; then | |
1682 { echo "configure: error: Emacs hasn't been ported to \`${canonical}' systems. | |
1683 Check \`etc/MACHINES' for recognized configuration names." 1>&2; exit 1; } | |
1684 fi | |
1685 | |
1686 machfile="m/${machine}.h" | |
1687 opsysfile="s/${opsys}.h" | |
1688 | |
1689 | |
1690 #### Choose a compiler. | |
1691 test -n "$CC" && cc_specified=yes | |
1692 | |
1693 # Save the value of CFLAGS that the user specified. | |
1694 SPECIFIED_CFLAGS="$CFLAGS" | |
1695 | |
1696 case ${with_gcc} in | |
1697 "yes" ) CC="gcc" GCC=yes ;; | |
1698 "no" ) : ${CC=cc} ;; | |
1699 * ) # Extract the first word of "gcc", so it can be a program name with args. | |
1700 set dummy gcc; ac_word=$2 | |
1701 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
27356 | 1702 echo "configure:1703: checking for $ac_word" >&5 |
25897 | 1703 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then |
1704 echo $ac_n "(cached) $ac_c" 1>&6 | |
1705 else | |
1706 if test -n "$CC"; then | |
1707 ac_cv_prog_CC="$CC" # Let the user override the test. | |
1708 else | |
27205 | 1709 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
1710 ac_dummy="$PATH" | |
1711 for ac_dir in $ac_dummy; do | |
25897 | 1712 test -z "$ac_dir" && ac_dir=. |
1713 if test -f $ac_dir/$ac_word; then | |
1714 ac_cv_prog_CC="gcc" | |
1715 break | |
1716 fi | |
1717 done | |
1718 IFS="$ac_save_ifs" | |
1719 fi | |
1720 fi | |
1721 CC="$ac_cv_prog_CC" | |
1722 if test -n "$CC"; then | |
1723 echo "$ac_t""$CC" 1>&6 | |
1724 else | |
1725 echo "$ac_t""no" 1>&6 | |
1726 fi | |
1727 | |
1728 if test -z "$CC"; then | |
1729 # Extract the first word of "cc", so it can be a program name with args. | |
1730 set dummy cc; ac_word=$2 | |
1731 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
27356 | 1732 echo "configure:1733: checking for $ac_word" >&5 |
25897 | 1733 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then |
1734 echo $ac_n "(cached) $ac_c" 1>&6 | |
1735 else | |
1736 if test -n "$CC"; then | |
1737 ac_cv_prog_CC="$CC" # Let the user override the test. | |
1738 else | |
27205 | 1739 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
25897 | 1740 ac_prog_rejected=no |
27205 | 1741 ac_dummy="$PATH" |
1742 for ac_dir in $ac_dummy; do | |
25897 | 1743 test -z "$ac_dir" && ac_dir=. |
1744 if test -f $ac_dir/$ac_word; then | |
1745 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then | |
1746 ac_prog_rejected=yes | |
1747 continue | |
1748 fi | |
1749 ac_cv_prog_CC="cc" | |
1750 break | |
1751 fi | |
1752 done | |
1753 IFS="$ac_save_ifs" | |
1754 if test $ac_prog_rejected = yes; then | |
1755 # We found a bogon in the path, so make sure we never use it. | |
1756 set dummy $ac_cv_prog_CC | |
1757 shift | |
1758 if test $# -gt 0; then | |
1759 # We chose a different compiler from the bogus one. | |
1760 # However, it has the same basename, so the bogon will be chosen | |
1761 # first if we set CC to just the basename; use the full file name. | |
1762 shift | |
1763 set dummy "$ac_dir/$ac_word" "$@" | |
1764 shift | |
1765 ac_cv_prog_CC="$@" | |
1766 fi | |
1767 fi | |
1768 fi | |
1769 fi | |
1770 CC="$ac_cv_prog_CC" | |
1771 if test -n "$CC"; then | |
1772 echo "$ac_t""$CC" 1>&6 | |
1773 else | |
1774 echo "$ac_t""no" 1>&6 | |
1775 fi | |
1776 | |
27205 | 1777 if test -z "$CC"; then |
1778 case "`uname -s`" in | |
1779 *win32* | *WIN32*) | |
1780 # Extract the first word of "cl", so it can be a program name with args. | |
1781 set dummy cl; ac_word=$2 | |
1782 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
27356 | 1783 echo "configure:1784: checking for $ac_word" >&5 |
27205 | 1784 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then |
1785 echo $ac_n "(cached) $ac_c" 1>&6 | |
1786 else | |
1787 if test -n "$CC"; then | |
1788 ac_cv_prog_CC="$CC" # Let the user override the test. | |
1789 else | |
1790 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" | |
1791 ac_dummy="$PATH" | |
1792 for ac_dir in $ac_dummy; do | |
1793 test -z "$ac_dir" && ac_dir=. | |
1794 if test -f $ac_dir/$ac_word; then | |
1795 ac_cv_prog_CC="cl" | |
1796 break | |
1797 fi | |
1798 done | |
1799 IFS="$ac_save_ifs" | |
1800 fi | |
1801 fi | |
1802 CC="$ac_cv_prog_CC" | |
1803 if test -n "$CC"; then | |
1804 echo "$ac_t""$CC" 1>&6 | |
1805 else | |
1806 echo "$ac_t""no" 1>&6 | |
1807 fi | |
1808 ;; | |
1809 esac | |
1810 fi | |
25897 | 1811 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; } |
1812 fi | |
1813 | |
1814 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 | |
27356 | 1815 echo "configure:1816: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 |
25897 | 1816 |
1817 ac_ext=c | |
1818 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
1819 ac_cpp='$CPP $CPPFLAGS' | |
1820 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
27205 | 1821 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' |
25897 | 1822 cross_compiling=$ac_cv_prog_cc_cross |
1823 | |
27205 | 1824 cat > conftest.$ac_ext << EOF |
1825 | |
27356 | 1826 #line 1827 "configure" |
25897 | 1827 #include "confdefs.h" |
27205 | 1828 |
25897 | 1829 main(){return(0);} |
1830 EOF | |
27356 | 1831 if { (eval echo configure:1832: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
25897 | 1832 ac_cv_prog_cc_works=yes |
1833 # If we can't run a trivial program, we are probably using a cross compiler. | |
1834 if (./conftest; exit) 2>/dev/null; then | |
1835 ac_cv_prog_cc_cross=no | |
1836 else | |
1837 ac_cv_prog_cc_cross=yes | |
1838 fi | |
1839 else | |
1840 echo "configure: failed program was:" >&5 | |
1841 cat conftest.$ac_ext >&5 | |
1842 ac_cv_prog_cc_works=no | |
1843 fi | |
1844 rm -fr conftest* | |
27205 | 1845 ac_ext=c |
1846 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
1847 ac_cpp='$CPP $CPPFLAGS' | |
1848 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
1849 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
1850 cross_compiling=$ac_cv_prog_cc_cross | |
25897 | 1851 |
1852 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6 | |
1853 if test $ac_cv_prog_cc_works = no; then | |
1854 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; } | |
1855 fi | |
1856 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 | |
27356 | 1857 echo "configure:1858: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 |
25897 | 1858 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 |
1859 cross_compiling=$ac_cv_prog_cc_cross | |
1860 | |
1861 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 | |
27356 | 1862 echo "configure:1863: checking whether we are using GNU C" >&5 |
25897 | 1863 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then |
1864 echo $ac_n "(cached) $ac_c" 1>&6 | |
1865 else | |
1866 cat > conftest.c <<EOF | |
1867 #ifdef __GNUC__ | |
1868 yes; | |
1869 #endif | |
1870 EOF | |
27356 | 1871 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1872: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then |
25897 | 1872 ac_cv_prog_gcc=yes |
1873 else | |
1874 ac_cv_prog_gcc=no | |
1875 fi | |
1876 fi | |
1877 | |
1878 echo "$ac_t""$ac_cv_prog_gcc" 1>&6 | |
1879 | |
1880 if test $ac_cv_prog_gcc = yes; then | |
1881 GCC=yes | |
27205 | 1882 else |
1883 GCC= | |
1884 fi | |
1885 | |
1886 ac_test_CFLAGS="${CFLAGS+set}" | |
1887 ac_save_CFLAGS="$CFLAGS" | |
1888 CFLAGS= | |
1889 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 | |
27356 | 1890 echo "configure:1891: checking whether ${CC-cc} accepts -g" >&5 |
25897 | 1891 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then |
1892 echo $ac_n "(cached) $ac_c" 1>&6 | |
1893 else | |
1894 echo 'void f(){}' > conftest.c | |
1895 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then | |
1896 ac_cv_prog_cc_g=yes | |
1897 else | |
1898 ac_cv_prog_cc_g=no | |
1899 fi | |
1900 rm -f conftest* | |
1901 | |
1902 fi | |
1903 | |
1904 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6 | |
27205 | 1905 if test "$ac_test_CFLAGS" = set; then |
1906 CFLAGS="$ac_save_CFLAGS" | |
1907 elif test $ac_cv_prog_cc_g = yes; then | |
1908 if test "$GCC" = yes; then | |
25897 | 1909 CFLAGS="-g -O2" |
1910 else | |
27205 | 1911 CFLAGS="-g" |
25897 | 1912 fi |
1913 else | |
27205 | 1914 if test "$GCC" = yes; then |
1915 CFLAGS="-O2" | |
1916 else | |
1917 CFLAGS= | |
1918 fi | |
25897 | 1919 fi |
1920 | |
1921 esac | |
1922 | |
1923 # On Suns, sometimes $CPP names a directory. | |
1924 if test -n "$CPP" && test -d "$CPP"; then | |
1925 CPP= | |
1926 fi | |
1927 | |
1928 #### Some systems specify a CPP to use unless we are using GCC. | |
1929 #### Now that we know whether we are using GCC, we can decide whether | |
1930 #### to use that one. | |
1931 if test "x$NON_GNU_CPP" != x && test x$GCC != xyes && test "x$CPP" = x | |
1932 then | |
1933 CPP="$NON_GNU_CPP" | |
1934 fi | |
1935 | |
1936 #### Some systems specify a CC to use unless we are using GCC. | |
1937 #### Now that we know whether we are using GCC, we can decide whether | |
1938 #### to use that one. | |
1939 if test "x$NON_GNU_CC" != x && test x$GCC != xyes && | |
1940 test x$cc_specified != xyes | |
1941 then | |
1942 CC="$NON_GNU_CC" | |
1943 fi | |
1944 | |
1945 if test x$GCC = xyes && test "x$GCC_TEST_OPTIONS" != x | |
1946 then | |
1947 CC="$CC $GCC_TEST_OPTIONS" | |
1948 fi | |
1949 | |
1950 if test x$GCC = x && test "x$NON_GCC_TEST_OPTIONS" != x | |
1951 then | |
1952 CC="$CC $NON_GCC_TEST_OPTIONS" | |
1953 fi | |
1954 | |
1955 if test x$GCC = xyes && test "x$GCC_LINK_TEST_OPTIONS" != x | |
1956 then | |
1957 ac_link="$ac_link $GCC_LINK_TEST_OPTIONS" | |
1958 fi | |
1959 | |
1960 if test x$GCC = x && test "x$NON_GCC_LINK_TEST_OPTIONS" != x | |
1961 then | |
1962 ac_link="$ac_link $NON_GCC_LINK_TEST_OPTIONS" | |
1963 fi | |
1964 | |
1965 #### Some other nice autoconf tests. If you add a test here which | |
1966 #### should make an entry in src/config.h, don't forget to add an | |
1967 #### #undef clause to src/config.h.in for autoconf to modify. | |
1968 | |
1969 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 | |
27356 | 1970 echo "configure:1971: checking whether ln -s works" >&5 |
25897 | 1971 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then |
1972 echo $ac_n "(cached) $ac_c" 1>&6 | |
1973 else | |
1974 rm -f conftestdata | |
1975 if ln -s X conftestdata 2>/dev/null | |
1976 then | |
1977 rm -f conftestdata | |
1978 ac_cv_prog_LN_S="ln -s" | |
1979 else | |
1980 ac_cv_prog_LN_S=ln | |
1981 fi | |
1982 fi | |
1983 LN_S="$ac_cv_prog_LN_S" | |
1984 if test "$ac_cv_prog_LN_S" = "ln -s"; then | |
1985 echo "$ac_t""yes" 1>&6 | |
1986 else | |
1987 echo "$ac_t""no" 1>&6 | |
1988 fi | |
1989 | |
1990 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 | |
27356 | 1991 echo "configure:1992: checking how to run the C preprocessor" >&5 |
25897 | 1992 # On Suns, sometimes $CPP names a directory. |
1993 if test -n "$CPP" && test -d "$CPP"; then | |
1994 CPP= | |
1995 fi | |
1996 if test -z "$CPP"; then | |
1997 if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then | |
1998 echo $ac_n "(cached) $ac_c" 1>&6 | |
1999 else | |
2000 # This must be in double quotes, not single quotes, because CPP may get | |
2001 # substituted into the Makefile and "${CC-cc}" will confuse make. | |
2002 CPP="${CC-cc} -E" | |
2003 # On the NeXT, cc -E runs the code through the compiler's parser, | |
2004 # not just through cpp. | |
2005 cat > conftest.$ac_ext <<EOF | |
27356 | 2006 #line 2007 "configure" |
25897 | 2007 #include "confdefs.h" |
2008 #include <assert.h> | |
2009 Syntax Error | |
2010 EOF | |
2011 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
27356 | 2012 { (eval echo configure:2013: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
27205 | 2013 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
25897 | 2014 if test -z "$ac_err"; then |
2015 : | |
2016 else | |
2017 echo "$ac_err" >&5 | |
2018 echo "configure: failed program was:" >&5 | |
2019 cat conftest.$ac_ext >&5 | |
2020 rm -rf conftest* | |
2021 CPP="${CC-cc} -E -traditional-cpp" | |
2022 cat > conftest.$ac_ext <<EOF | |
27356 | 2023 #line 2024 "configure" |
25897 | 2024 #include "confdefs.h" |
2025 #include <assert.h> | |
2026 Syntax Error | |
2027 EOF | |
2028 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
27356 | 2029 { (eval echo configure:2030: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
27205 | 2030 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
2031 if test -z "$ac_err"; then | |
2032 : | |
2033 else | |
2034 echo "$ac_err" >&5 | |
2035 echo "configure: failed program was:" >&5 | |
2036 cat conftest.$ac_ext >&5 | |
2037 rm -rf conftest* | |
2038 CPP="${CC-cc} -nologo -E" | |
2039 cat > conftest.$ac_ext <<EOF | |
27356 | 2040 #line 2041 "configure" |
27205 | 2041 #include "confdefs.h" |
2042 #include <assert.h> | |
2043 Syntax Error | |
2044 EOF | |
2045 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
27356 | 2046 { (eval echo configure:2047: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
27205 | 2047 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
25897 | 2048 if test -z "$ac_err"; then |
2049 : | |
2050 else | |
2051 echo "$ac_err" >&5 | |
2052 echo "configure: failed program was:" >&5 | |
2053 cat conftest.$ac_ext >&5 | |
2054 rm -rf conftest* | |
2055 CPP=/lib/cpp | |
2056 fi | |
2057 rm -f conftest* | |
2058 fi | |
2059 rm -f conftest* | |
27205 | 2060 fi |
2061 rm -f conftest* | |
25897 | 2062 ac_cv_prog_CPP="$CPP" |
2063 fi | |
2064 CPP="$ac_cv_prog_CPP" | |
2065 else | |
2066 ac_cv_prog_CPP="$CPP" | |
2067 fi | |
2068 echo "$ac_t""$CPP" 1>&6 | |
2069 | |
2070 # Find a good install program. We prefer a C program (faster), | |
2071 # so one script is as good as another. But avoid the broken or | |
2072 # incompatible versions: | |
2073 # SysV /etc/install, /usr/sbin/install | |
2074 # SunOS /usr/etc/install | |
2075 # IRIX /sbin/install | |
2076 # AIX /bin/install | |
27205 | 2077 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag |
25897 | 2078 # AFS /usr/afsws/bin/install, which mishandles nonexistent args |
2079 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" | |
2080 # ./install, which can be erroneously created by make from ./install.sh. | |
2081 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 | |
27356 | 2082 echo "configure:2083: checking for a BSD compatible install" >&5 |
25897 | 2083 if test -z "$INSTALL"; then |
2084 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then | |
2085 echo $ac_n "(cached) $ac_c" 1>&6 | |
2086 else | |
27205 | 2087 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":" |
25897 | 2088 for ac_dir in $PATH; do |
2089 # Account for people who put trailing slashes in PATH elements. | |
2090 case "$ac_dir/" in | |
2091 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;; | |
2092 *) | |
2093 # OSF1 and SCO ODT 3.0 have their own names for install. | |
27205 | 2094 # Don't use installbsd from OSF since it installs stuff as root |
2095 # by default. | |
2096 for ac_prog in ginstall scoinst install; do | |
25897 | 2097 if test -f $ac_dir/$ac_prog; then |
2098 if test $ac_prog = install && | |
2099 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then | |
2100 # AIX install. It has an incompatible calling convention. | |
2101 : | |
2102 else | |
2103 ac_cv_path_install="$ac_dir/$ac_prog -c" | |
2104 break 2 | |
2105 fi | |
2106 fi | |
2107 done | |
2108 ;; | |
2109 esac | |
2110 done | |
2111 IFS="$ac_save_IFS" | |
2112 | |
2113 fi | |
2114 if test "${ac_cv_path_install+set}" = set; then | |
2115 INSTALL="$ac_cv_path_install" | |
2116 else | |
2117 # As a last resort, use the slow shell script. We don't cache a | |
2118 # path for INSTALL within a source directory, because that will | |
2119 # break other packages using the cache if that directory is | |
2120 # removed, or if the path is relative. | |
2121 INSTALL="$ac_install_sh" | |
2122 fi | |
2123 fi | |
2124 echo "$ac_t""$INSTALL" 1>&6 | |
2125 | |
2126 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. | |
2127 # It thinks the first close brace ends the variable substitution. | |
2128 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' | |
2129 | |
27205 | 2130 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' |
2131 | |
25897 | 2132 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' |
2133 | |
2134 for ac_prog in 'bison -y' byacc | |
2135 do | |
2136 # Extract the first word of "$ac_prog", so it can be a program name with args. | |
2137 set dummy $ac_prog; ac_word=$2 | |
2138 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
27356 | 2139 echo "configure:2140: checking for $ac_word" >&5 |
25897 | 2140 if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then |
2141 echo $ac_n "(cached) $ac_c" 1>&6 | |
2142 else | |
2143 if test -n "$YACC"; then | |
2144 ac_cv_prog_YACC="$YACC" # Let the user override the test. | |
2145 else | |
27205 | 2146 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
2147 ac_dummy="$PATH" | |
2148 for ac_dir in $ac_dummy; do | |
25897 | 2149 test -z "$ac_dir" && ac_dir=. |
2150 if test -f $ac_dir/$ac_word; then | |
2151 ac_cv_prog_YACC="$ac_prog" | |
2152 break | |
2153 fi | |
2154 done | |
2155 IFS="$ac_save_ifs" | |
2156 fi | |
2157 fi | |
2158 YACC="$ac_cv_prog_YACC" | |
2159 if test -n "$YACC"; then | |
2160 echo "$ac_t""$YACC" 1>&6 | |
2161 else | |
2162 echo "$ac_t""no" 1>&6 | |
2163 fi | |
2164 | |
2165 test -n "$YACC" && break | |
2166 done | |
2167 test -n "$YACC" || YACC="yacc" | |
2168 | |
2169 | |
2170 echo $ac_n "checking for AIX""... $ac_c" 1>&6 | |
27356 | 2171 echo "configure:2172: checking for AIX" >&5 |
25897 | 2172 cat > conftest.$ac_ext <<EOF |
27356 | 2173 #line 2174 "configure" |
25897 | 2174 #include "confdefs.h" |
2175 #ifdef _AIX | |
2176 yes | |
2177 #endif | |
2178 | |
2179 EOF | |
2180 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
2181 egrep "yes" >/dev/null 2>&1; then | |
2182 rm -rf conftest* | |
2183 echo "$ac_t""yes" 1>&6; cat >> confdefs.h <<\EOF | |
2184 #define _ALL_SOURCE 1 | |
2185 EOF | |
2186 | |
2187 else | |
2188 rm -rf conftest* | |
2189 echo "$ac_t""no" 1>&6 | |
2190 fi | |
2191 rm -f conftest* | |
2192 | |
2193 | |
2194 | |
2195 # Sound support for GNU/Linux and the free BSDs. | |
2196 for ac_hdr in machine/soundcard.h sys/soundcard.h | |
2197 do | |
2198 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
2199 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
27356 | 2200 echo "configure:2201: checking for $ac_hdr" >&5 |
25897 | 2201 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
2202 echo $ac_n "(cached) $ac_c" 1>&6 | |
2203 else | |
2204 cat > conftest.$ac_ext <<EOF | |
27356 | 2205 #line 2206 "configure" |
25897 | 2206 #include "confdefs.h" |
2207 #include <$ac_hdr> | |
2208 EOF | |
2209 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
27356 | 2210 { (eval echo configure:2211: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
27205 | 2211 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
25897 | 2212 if test -z "$ac_err"; then |
2213 rm -rf conftest* | |
2214 eval "ac_cv_header_$ac_safe=yes" | |
2215 else | |
2216 echo "$ac_err" >&5 | |
2217 echo "configure: failed program was:" >&5 | |
2218 cat conftest.$ac_ext >&5 | |
2219 rm -rf conftest* | |
2220 eval "ac_cv_header_$ac_safe=no" | |
2221 fi | |
2222 rm -f conftest* | |
2223 fi | |
2224 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
2225 echo "$ac_t""yes" 1>&6 | |
2226 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
2227 cat >> confdefs.h <<EOF | |
2228 #define $ac_tr_hdr 1 | |
2229 EOF | |
2230 | |
2231 else | |
2232 echo "$ac_t""no" 1>&6 | |
2233 fi | |
2234 done | |
2235 | |
2236 | |
26081
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
2237 for ac_hdr in sys/select.h sys/timeb.h sys/time.h unistd.h utime.h \ |
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
2238 linux/version.h sys/systeminfo.h termios.h limits.h string.h stdlib.h \ |
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
2239 termcap.h stdio_ext.h |
25897 | 2240 do |
2241 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
2242 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
27356 | 2243 echo "configure:2244: checking for $ac_hdr" >&5 |
25897 | 2244 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
2245 echo $ac_n "(cached) $ac_c" 1>&6 | |
2246 else | |
2247 cat > conftest.$ac_ext <<EOF | |
27356 | 2248 #line 2249 "configure" |
25897 | 2249 #include "confdefs.h" |
2250 #include <$ac_hdr> | |
2251 EOF | |
2252 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
27356 | 2253 { (eval echo configure:2254: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
27205 | 2254 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
25897 | 2255 if test -z "$ac_err"; then |
2256 rm -rf conftest* | |
2257 eval "ac_cv_header_$ac_safe=yes" | |
2258 else | |
2259 echo "$ac_err" >&5 | |
2260 echo "configure: failed program was:" >&5 | |
2261 cat conftest.$ac_ext >&5 | |
2262 rm -rf conftest* | |
2263 eval "ac_cv_header_$ac_safe=no" | |
2264 fi | |
2265 rm -f conftest* | |
2266 fi | |
2267 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
2268 echo "$ac_t""yes" 1>&6 | |
2269 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
2270 cat >> confdefs.h <<EOF | |
2271 #define $ac_tr_hdr 1 | |
2272 EOF | |
2273 | |
2274 else | |
2275 echo "$ac_t""no" 1>&6 | |
2276 fi | |
2277 done | |
2278 | |
2279 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 | |
27356 | 2280 echo "configure:2281: checking for ANSI C header files" >&5 |
25897 | 2281 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then |
2282 echo $ac_n "(cached) $ac_c" 1>&6 | |
2283 else | |
2284 cat > conftest.$ac_ext <<EOF | |
27356 | 2285 #line 2286 "configure" |
25897 | 2286 #include "confdefs.h" |
2287 #include <stdlib.h> | |
2288 #include <stdarg.h> | |
2289 #include <string.h> | |
2290 #include <float.h> | |
2291 EOF | |
2292 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
27356 | 2293 { (eval echo configure:2294: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
27205 | 2294 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
25897 | 2295 if test -z "$ac_err"; then |
2296 rm -rf conftest* | |
2297 ac_cv_header_stdc=yes | |
2298 else | |
2299 echo "$ac_err" >&5 | |
2300 echo "configure: failed program was:" >&5 | |
2301 cat conftest.$ac_ext >&5 | |
2302 rm -rf conftest* | |
2303 ac_cv_header_stdc=no | |
2304 fi | |
2305 rm -f conftest* | |
2306 | |
2307 if test $ac_cv_header_stdc = yes; then | |
2308 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. | |
2309 cat > conftest.$ac_ext <<EOF | |
27356 | 2310 #line 2311 "configure" |
25897 | 2311 #include "confdefs.h" |
2312 #include <string.h> | |
2313 EOF | |
2314 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
2315 egrep "memchr" >/dev/null 2>&1; then | |
2316 : | |
2317 else | |
2318 rm -rf conftest* | |
2319 ac_cv_header_stdc=no | |
2320 fi | |
2321 rm -f conftest* | |
2322 | |
2323 fi | |
2324 | |
2325 if test $ac_cv_header_stdc = yes; then | |
2326 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. | |
2327 cat > conftest.$ac_ext <<EOF | |
27356 | 2328 #line 2329 "configure" |
25897 | 2329 #include "confdefs.h" |
2330 #include <stdlib.h> | |
2331 EOF | |
2332 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
2333 egrep "free" >/dev/null 2>&1; then | |
2334 : | |
2335 else | |
2336 rm -rf conftest* | |
2337 ac_cv_header_stdc=no | |
2338 fi | |
2339 rm -f conftest* | |
2340 | |
2341 fi | |
2342 | |
2343 if test $ac_cv_header_stdc = yes; then | |
2344 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. | |
2345 if test "$cross_compiling" = yes; then | |
2346 : | |
2347 else | |
2348 cat > conftest.$ac_ext <<EOF | |
27356 | 2349 #line 2350 "configure" |
25897 | 2350 #include "confdefs.h" |
2351 #include <ctype.h> | |
2352 #define ISLOWER(c) ('a' <= (c) && (c) <= 'z') | |
2353 #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) | |
2354 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) | |
2355 int main () { int i; for (i = 0; i < 256; i++) | |
2356 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2); | |
2357 exit (0); } | |
2358 | |
2359 EOF | |
27356 | 2360 if { (eval echo configure:2361: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
25897 | 2361 then |
2362 : | |
2363 else | |
2364 echo "configure: failed program was:" >&5 | |
2365 cat conftest.$ac_ext >&5 | |
2366 rm -fr conftest* | |
2367 ac_cv_header_stdc=no | |
2368 fi | |
2369 rm -fr conftest* | |
2370 fi | |
2371 | |
2372 fi | |
2373 fi | |
2374 | |
2375 echo "$ac_t""$ac_cv_header_stdc" 1>&6 | |
2376 if test $ac_cv_header_stdc = yes; then | |
2377 cat >> confdefs.h <<\EOF | |
2378 #define STDC_HEADERS 1 | |
2379 EOF | |
2380 | |
2381 fi | |
2382 | |
2383 echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6 | |
27356 | 2384 echo "configure:2385: checking whether time.h and sys/time.h may both be included" >&5 |
25897 | 2385 if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then |
2386 echo $ac_n "(cached) $ac_c" 1>&6 | |
2387 else | |
2388 cat > conftest.$ac_ext <<EOF | |
27356 | 2389 #line 2390 "configure" |
25897 | 2390 #include "confdefs.h" |
2391 #include <sys/types.h> | |
2392 #include <sys/time.h> | |
2393 #include <time.h> | |
2394 int main() { | |
2395 struct tm *tp; | |
2396 ; return 0; } | |
2397 EOF | |
27356 | 2398 if { (eval echo configure:2399: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
25897 | 2399 rm -rf conftest* |
2400 ac_cv_header_time=yes | |
2401 else | |
2402 echo "configure: failed program was:" >&5 | |
2403 cat conftest.$ac_ext >&5 | |
2404 rm -rf conftest* | |
2405 ac_cv_header_time=no | |
2406 fi | |
2407 rm -f conftest* | |
2408 fi | |
2409 | |
2410 echo "$ac_t""$ac_cv_header_time" 1>&6 | |
2411 if test $ac_cv_header_time = yes; then | |
2412 cat >> confdefs.h <<\EOF | |
2413 #define TIME_WITH_SYS_TIME 1 | |
2414 EOF | |
2415 | |
2416 fi | |
2417 | |
2418 echo $ac_n "checking for sys_siglist declaration in signal.h or unistd.h""... $ac_c" 1>&6 | |
27356 | 2419 echo "configure:2420: checking for sys_siglist declaration in signal.h or unistd.h" >&5 |
25897 | 2420 if eval "test \"`echo '$''{'ac_cv_decl_sys_siglist'+set}'`\" = set"; then |
2421 echo $ac_n "(cached) $ac_c" 1>&6 | |
2422 else | |
2423 cat > conftest.$ac_ext <<EOF | |
27356 | 2424 #line 2425 "configure" |
25897 | 2425 #include "confdefs.h" |
2426 #include <sys/types.h> | |
2427 #include <signal.h> | |
2428 /* NetBSD declares sys_siglist in unistd.h. */ | |
2429 #ifdef HAVE_UNISTD_H | |
2430 #include <unistd.h> | |
2431 #endif | |
2432 int main() { | |
2433 char *msg = *(sys_siglist + 1); | |
2434 ; return 0; } | |
2435 EOF | |
27356 | 2436 if { (eval echo configure:2437: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
25897 | 2437 rm -rf conftest* |
2438 ac_cv_decl_sys_siglist=yes | |
2439 else | |
2440 echo "configure: failed program was:" >&5 | |
2441 cat conftest.$ac_ext >&5 | |
2442 rm -rf conftest* | |
2443 ac_cv_decl_sys_siglist=no | |
2444 fi | |
2445 rm -f conftest* | |
2446 fi | |
2447 | |
2448 echo "$ac_t""$ac_cv_decl_sys_siglist" 1>&6 | |
2449 if test $ac_cv_decl_sys_siglist = yes; then | |
2450 cat >> confdefs.h <<\EOF | |
2451 #define SYS_SIGLIST_DECLARED 1 | |
2452 EOF | |
2453 | |
2454 fi | |
2455 | |
2456 | |
2457 echo $ac_n "checking for struct utimbuf""... $ac_c" 1>&6 | |
27356 | 2458 echo "configure:2459: checking for struct utimbuf" >&5 |
25897 | 2459 if eval "test \"`echo '$''{'emacs_cv_struct_utimbuf'+set}'`\" = set"; then |
2460 echo $ac_n "(cached) $ac_c" 1>&6 | |
2461 else | |
2462 cat > conftest.$ac_ext <<EOF | |
27356 | 2463 #line 2464 "configure" |
25897 | 2464 #include "confdefs.h" |
2465 #ifdef TIME_WITH_SYS_TIME | |
2466 #include <sys/time.h> | |
2467 #include <time.h> | |
2468 #else | |
2469 #ifdef HAVE_SYS_TIME_H | |
2470 #include <sys/time.h> | |
2471 #else | |
2472 #include <time.h> | |
2473 #endif | |
2474 #endif | |
2475 #ifdef HAVE_UTIME_H | |
2476 #include <utime.h> | |
2477 #endif | |
2478 int main() { | |
2479 static struct utimbuf x; x.actime = x.modtime; | |
2480 ; return 0; } | |
2481 EOF | |
27356 | 2482 if { (eval echo configure:2483: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
25897 | 2483 rm -rf conftest* |
2484 emacs_cv_struct_utimbuf=yes | |
2485 else | |
2486 echo "configure: failed program was:" >&5 | |
2487 cat conftest.$ac_ext >&5 | |
2488 rm -rf conftest* | |
2489 emacs_cv_struct_utimbuf=no | |
2490 fi | |
2491 rm -f conftest* | |
2492 fi | |
2493 | |
2494 echo "$ac_t""$emacs_cv_struct_utimbuf" 1>&6 | |
2495 if test $emacs_cv_struct_utimbuf = yes; then | |
2496 cat >> confdefs.h <<\EOF | |
2497 #define HAVE_STRUCT_UTIMBUF 1 | |
2498 EOF | |
2499 | |
2500 fi | |
2501 | |
2502 echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6 | |
27356 | 2503 echo "configure:2504: checking return type of signal handlers" >&5 |
25897 | 2504 if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then |
2505 echo $ac_n "(cached) $ac_c" 1>&6 | |
2506 else | |
2507 cat > conftest.$ac_ext <<EOF | |
27356 | 2508 #line 2509 "configure" |
25897 | 2509 #include "confdefs.h" |
2510 #include <sys/types.h> | |
2511 #include <signal.h> | |
2512 #ifdef signal | |
2513 #undef signal | |
2514 #endif | |
2515 #ifdef __cplusplus | |
2516 extern "C" void (*signal (int, void (*)(int)))(int); | |
2517 #else | |
2518 void (*signal ()) (); | |
2519 #endif | |
2520 | |
2521 int main() { | |
2522 int i; | |
2523 ; return 0; } | |
2524 EOF | |
27356 | 2525 if { (eval echo configure:2526: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
25897 | 2526 rm -rf conftest* |
2527 ac_cv_type_signal=void | |
2528 else | |
2529 echo "configure: failed program was:" >&5 | |
2530 cat conftest.$ac_ext >&5 | |
2531 rm -rf conftest* | |
2532 ac_cv_type_signal=int | |
2533 fi | |
2534 rm -f conftest* | |
2535 fi | |
2536 | |
2537 echo "$ac_t""$ac_cv_type_signal" 1>&6 | |
2538 cat >> confdefs.h <<EOF | |
2539 #define RETSIGTYPE $ac_cv_type_signal | |
2540 EOF | |
2541 | |
2542 | |
2543 | |
2544 echo $ac_n "checking for struct timeval""... $ac_c" 1>&6 | |
27356 | 2545 echo "configure:2546: checking for struct timeval" >&5 |
25897 | 2546 if eval "test \"`echo '$''{'emacs_cv_struct_timeval'+set}'`\" = set"; then |
2547 echo $ac_n "(cached) $ac_c" 1>&6 | |
2548 else | |
2549 cat > conftest.$ac_ext <<EOF | |
27356 | 2550 #line 2551 "configure" |
25897 | 2551 #include "confdefs.h" |
2552 #ifdef TIME_WITH_SYS_TIME | |
2553 #include <sys/time.h> | |
2554 #include <time.h> | |
2555 #else | |
2556 #ifdef HAVE_SYS_TIME_H | |
2557 #include <sys/time.h> | |
2558 #else | |
2559 #include <time.h> | |
2560 #endif | |
2561 #endif | |
2562 int main() { | |
2563 static struct timeval x; x.tv_sec = x.tv_usec; | |
2564 ; return 0; } | |
2565 EOF | |
27356 | 2566 if { (eval echo configure:2567: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
25897 | 2567 rm -rf conftest* |
2568 emacs_cv_struct_timeval=yes | |
2569 else | |
2570 echo "configure: failed program was:" >&5 | |
2571 cat conftest.$ac_ext >&5 | |
2572 rm -rf conftest* | |
2573 emacs_cv_struct_timeval=no | |
2574 fi | |
2575 rm -f conftest* | |
2576 fi | |
2577 | |
2578 echo "$ac_t""$emacs_cv_struct_timeval" 1>&6 | |
2579 HAVE_TIMEVAL=$emacs_cv_struct_timeval | |
2580 if test $emacs_cv_struct_timeval = yes; then | |
2581 cat >> confdefs.h <<\EOF | |
2582 #define HAVE_TIMEVAL 1 | |
2583 EOF | |
2584 | |
2585 fi | |
2586 | |
2587 echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6 | |
27356 | 2588 echo "configure:2589: checking whether struct tm is in sys/time.h or time.h" >&5 |
25897 | 2589 if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then |
2590 echo $ac_n "(cached) $ac_c" 1>&6 | |
2591 else | |
2592 cat > conftest.$ac_ext <<EOF | |
27356 | 2593 #line 2594 "configure" |
25897 | 2594 #include "confdefs.h" |
2595 #include <sys/types.h> | |
2596 #include <time.h> | |
2597 int main() { | |
2598 struct tm *tp; tp->tm_sec; | |
2599 ; return 0; } | |
2600 EOF | |
27356 | 2601 if { (eval echo configure:2602: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
25897 | 2602 rm -rf conftest* |
2603 ac_cv_struct_tm=time.h | |
2604 else | |
2605 echo "configure: failed program was:" >&5 | |
2606 cat conftest.$ac_ext >&5 | |
2607 rm -rf conftest* | |
2608 ac_cv_struct_tm=sys/time.h | |
2609 fi | |
2610 rm -f conftest* | |
2611 fi | |
2612 | |
2613 echo "$ac_t""$ac_cv_struct_tm" 1>&6 | |
2614 if test $ac_cv_struct_tm = sys/time.h; then | |
2615 cat >> confdefs.h <<\EOF | |
2616 #define TM_IN_SYS_TIME 1 | |
2617 EOF | |
2618 | |
2619 fi | |
2620 | |
2621 echo $ac_n "checking for tm_zone in struct tm""... $ac_c" 1>&6 | |
27356 | 2622 echo "configure:2623: checking for tm_zone in struct tm" >&5 |
25897 | 2623 if eval "test \"`echo '$''{'ac_cv_struct_tm_zone'+set}'`\" = set"; then |
2624 echo $ac_n "(cached) $ac_c" 1>&6 | |
2625 else | |
2626 cat > conftest.$ac_ext <<EOF | |
27356 | 2627 #line 2628 "configure" |
25897 | 2628 #include "confdefs.h" |
2629 #include <sys/types.h> | |
2630 #include <$ac_cv_struct_tm> | |
2631 int main() { | |
2632 struct tm tm; tm.tm_zone; | |
2633 ; return 0; } | |
2634 EOF | |
27356 | 2635 if { (eval echo configure:2636: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
25897 | 2636 rm -rf conftest* |
2637 ac_cv_struct_tm_zone=yes | |
2638 else | |
2639 echo "configure: failed program was:" >&5 | |
2640 cat conftest.$ac_ext >&5 | |
2641 rm -rf conftest* | |
2642 ac_cv_struct_tm_zone=no | |
2643 fi | |
2644 rm -f conftest* | |
2645 fi | |
2646 | |
2647 echo "$ac_t""$ac_cv_struct_tm_zone" 1>&6 | |
2648 if test "$ac_cv_struct_tm_zone" = yes; then | |
2649 cat >> confdefs.h <<\EOF | |
2650 #define HAVE_TM_ZONE 1 | |
2651 EOF | |
2652 | |
2653 else | |
2654 echo $ac_n "checking for tzname""... $ac_c" 1>&6 | |
27356 | 2655 echo "configure:2656: checking for tzname" >&5 |
25897 | 2656 if eval "test \"`echo '$''{'ac_cv_var_tzname'+set}'`\" = set"; then |
2657 echo $ac_n "(cached) $ac_c" 1>&6 | |
2658 else | |
2659 cat > conftest.$ac_ext <<EOF | |
27356 | 2660 #line 2661 "configure" |
25897 | 2661 #include "confdefs.h" |
2662 #include <time.h> | |
2663 #ifndef tzname /* For SGI. */ | |
2664 extern char *tzname[]; /* RS6000 and others reject char **tzname. */ | |
2665 #endif | |
2666 int main() { | |
2667 atoi(*tzname); | |
2668 ; return 0; } | |
2669 EOF | |
27356 | 2670 if { (eval echo configure:2671: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
25897 | 2671 rm -rf conftest* |
2672 ac_cv_var_tzname=yes | |
2673 else | |
2674 echo "configure: failed program was:" >&5 | |
2675 cat conftest.$ac_ext >&5 | |
2676 rm -rf conftest* | |
2677 ac_cv_var_tzname=no | |
2678 fi | |
2679 rm -f conftest* | |
2680 fi | |
2681 | |
2682 echo "$ac_t""$ac_cv_var_tzname" 1>&6 | |
2683 if test $ac_cv_var_tzname = yes; then | |
2684 cat >> confdefs.h <<\EOF | |
2685 #define HAVE_TZNAME 1 | |
2686 EOF | |
2687 | |
2688 fi | |
2689 fi | |
2690 | |
26081
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
2691 echo $ac_n "checking for tm_gmtoff in struct tm""... $ac_c" 1>&6 |
27356 | 2692 echo "configure:2693: checking for tm_gmtoff in struct tm" >&5 |
26081
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
2693 if eval "test \"`echo '$''{'emacs_cv_tm_gmtoff'+set}'`\" = set"; then |
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
2694 echo $ac_n "(cached) $ac_c" 1>&6 |
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
2695 else |
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
2696 cat > conftest.$ac_ext <<EOF |
27356 | 2697 #line 2698 "configure" |
26081
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
2698 #include "confdefs.h" |
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
2699 #include <time.h> |
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
2700 int main() { |
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
2701 struct tm t; t.tm_gmtoff = 0 |
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
2702 ; return 0; } |
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
2703 EOF |
27356 | 2704 if { (eval echo configure:2705: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
26081
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
2705 rm -rf conftest* |
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
2706 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
|
2707 else |
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
2708 echo "configure: failed program was:" >&5 |
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
2709 cat conftest.$ac_ext >&5 |
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
2710 rm -rf conftest* |
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
2711 emacs_cv_tm_gmtoff=no |
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
2712 fi |
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
2713 rm -f conftest* |
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
2714 fi |
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
2715 |
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
2716 echo "$ac_t""$emacs_cv_tm_gmtoff" 1>&6 |
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
2717 if test $emacs_cv_tm_gmtoff = yes; then |
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
2718 cat >> confdefs.h <<\EOF |
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
2719 #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
|
2720 EOF |
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
2721 |
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
2722 fi |
25897 | 2723 |
2724 echo $ac_n "checking for working const""... $ac_c" 1>&6 | |
27356 | 2725 echo "configure:2726: checking for working const" >&5 |
25897 | 2726 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then |
2727 echo $ac_n "(cached) $ac_c" 1>&6 | |
2728 else | |
2729 cat > conftest.$ac_ext <<EOF | |
27356 | 2730 #line 2731 "configure" |
25897 | 2731 #include "confdefs.h" |
2732 | |
2733 int main() { | |
2734 | |
2735 /* Ultrix mips cc rejects this. */ | |
27729 | 2736 typedef int charset[2]; const charset x; |
25897 | 2737 /* SunOS 4.1.1 cc rejects this. */ |
2738 char const *const *ccp; | |
2739 char **p; | |
2740 /* NEC SVR4.0.2 mips cc rejects this. */ | |
2741 struct point {int x, y;}; | |
2742 static struct point const zero = {0,0}; | |
2743 /* AIX XL C 1.02.0.0 rejects this. | |
2744 It does not let you subtract one const X* pointer from another in an arm | |
2745 of an if-expression whose if-part is not a constant expression */ | |
2746 const char *g = "string"; | |
2747 ccp = &g + (g ? g-g : 0); | |
2748 /* HPUX 7.0 cc rejects these. */ | |
2749 ++ccp; | |
2750 p = (char**) ccp; | |
2751 ccp = (char const *const *) p; | |
2752 { /* SCO 3.2v4 cc rejects this. */ | |
2753 char *t; | |
2754 char const *s = 0 ? (char *) 0 : (char const *) 0; | |
2755 | |
2756 *t++ = 0; | |
2757 } | |
2758 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ | |
2759 int x[] = {25, 17}; | |
2760 const int *foo = &x[0]; | |
2761 ++foo; | |
2762 } | |
2763 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ | |
2764 typedef const int *iptr; | |
2765 iptr p = 0; | |
2766 ++p; | |
2767 } | |
2768 { /* AIX XL C 1.02.0.0 rejects this saying | |
2769 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ | |
2770 struct s { int j; const int *ap[3]; }; | |
2771 struct s *b; b->j = 5; | |
2772 } | |
2773 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ | |
2774 const int foo = 10; | |
2775 } | |
2776 | |
2777 ; return 0; } | |
2778 EOF | |
27356 | 2779 if { (eval echo configure:2780: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
25897 | 2780 rm -rf conftest* |
2781 ac_cv_c_const=yes | |
2782 else | |
2783 echo "configure: failed program was:" >&5 | |
2784 cat conftest.$ac_ext >&5 | |
2785 rm -rf conftest* | |
2786 ac_cv_c_const=no | |
2787 fi | |
2788 rm -f conftest* | |
2789 fi | |
2790 | |
2791 echo "$ac_t""$ac_cv_c_const" 1>&6 | |
2792 if test $ac_cv_c_const = no; then | |
2793 cat >> confdefs.h <<\EOF | |
2794 #define const | |
2795 EOF | |
2796 | |
2797 fi | |
2798 | |
2799 | |
2800 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 | |
27356 | 2801 echo "configure:2802: checking whether ${MAKE-make} sets \${MAKE}" >&5 |
25897 | 2802 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` |
2803 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then | |
2804 echo $ac_n "(cached) $ac_c" 1>&6 | |
2805 else | |
2806 cat > conftestmake <<\EOF | |
2807 all: | |
2808 @echo 'ac_maketemp="${MAKE}"' | |
2809 EOF | |
2810 # GNU make sometimes prints "make[1]: Entering...", which would confuse us. | |
2811 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=` | |
2812 if test -n "$ac_maketemp"; then | |
2813 eval ac_cv_prog_make_${ac_make}_set=yes | |
2814 else | |
2815 eval ac_cv_prog_make_${ac_make}_set=no | |
2816 fi | |
2817 rm -f conftestmake | |
2818 fi | |
2819 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then | |
2820 echo "$ac_t""yes" 1>&6 | |
2821 SET_MAKE= | |
2822 else | |
2823 echo "$ac_t""no" 1>&6 | |
2824 SET_MAKE="MAKE=${MAKE-make}" | |
2825 fi | |
2826 | |
2827 | |
2828 echo $ac_n "checking for long file names""... $ac_c" 1>&6 | |
27356 | 2829 echo "configure:2830: checking for long file names" >&5 |
25897 | 2830 if eval "test \"`echo '$''{'ac_cv_sys_long_file_names'+set}'`\" = set"; then |
2831 echo $ac_n "(cached) $ac_c" 1>&6 | |
2832 else | |
2833 ac_cv_sys_long_file_names=yes | |
2834 # Test for long file names in all the places we know might matter: | |
2835 # . the current directory, where building will happen | |
2836 # $prefix/lib where we will be installing things | |
2837 # $exec_prefix/lib likewise | |
2838 # eval it to expand exec_prefix. | |
2839 # $TMPDIR if set, where it might want to write temporary files | |
2840 # if $TMPDIR is not set: | |
2841 # /tmp where it might want to write temporary files | |
2842 # /var/tmp likewise | |
2843 # /usr/tmp likewise | |
2844 if test -n "$TMPDIR" && test -d "$TMPDIR" && test -w "$TMPDIR"; then | |
2845 ac_tmpdirs="$TMPDIR" | |
2846 else | |
2847 ac_tmpdirs='/tmp /var/tmp /usr/tmp' | |
2848 fi | |
2849 for ac_dir in . $ac_tmpdirs `eval echo $prefix/lib $exec_prefix/lib` ; do | |
2850 test -d $ac_dir || continue | |
2851 test -w $ac_dir || continue # It is less confusing to not echo anything here. | |
2852 (echo 1 > $ac_dir/conftest9012345) 2>/dev/null | |
2853 (echo 2 > $ac_dir/conftest9012346) 2>/dev/null | |
2854 val=`cat $ac_dir/conftest9012345 2>/dev/null` | |
2855 if test ! -f $ac_dir/conftest9012345 || test "$val" != 1; then | |
2856 ac_cv_sys_long_file_names=no | |
2857 rm -f $ac_dir/conftest9012345 $ac_dir/conftest9012346 2>/dev/null | |
2858 break | |
2859 fi | |
2860 rm -f $ac_dir/conftest9012345 $ac_dir/conftest9012346 2>/dev/null | |
2861 done | |
2862 fi | |
2863 | |
2864 echo "$ac_t""$ac_cv_sys_long_file_names" 1>&6 | |
2865 if test $ac_cv_sys_long_file_names = yes; then | |
2866 cat >> confdefs.h <<\EOF | |
2867 #define HAVE_LONG_FILE_NAMES 1 | |
2868 EOF | |
2869 | |
2870 fi | |
2871 | |
2872 | |
2873 #### Choose a window system. | |
2874 | |
2875 # If we find X, set shell vars x_includes and x_libraries to the | |
2876 # paths, otherwise set no_x=yes. | |
2877 # Uses ac_ vars as temps to allow command line to override cache and checks. | |
2878 # --without-x overrides everything else, but does not touch the cache. | |
2879 echo $ac_n "checking for X""... $ac_c" 1>&6 | |
27356 | 2880 echo "configure:2881: checking for X" >&5 |
25897 | 2881 |
2882 # Check whether --with-x or --without-x was given. | |
2883 if test "${with_x+set}" = set; then | |
2884 withval="$with_x" | |
2885 : | |
2886 fi | |
2887 | |
2888 # $have_x is `yes', `no', `disabled', or empty when we do not yet know. | |
2889 if test "x$with_x" = xno; then | |
2890 # The user explicitly disabled X. | |
2891 have_x=disabled | |
2892 else | |
2893 if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then | |
2894 # Both variables are already set. | |
2895 have_x=yes | |
2896 else | |
2897 if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then | |
2898 echo $ac_n "(cached) $ac_c" 1>&6 | |
2899 else | |
2900 # One or both of the vars are not set, and there is no cached value. | |
2901 ac_x_includes=NO ac_x_libraries=NO | |
2902 rm -fr conftestdir | |
2903 if mkdir conftestdir; then | |
2904 cd conftestdir | |
2905 # Make sure to not put "make" in the Imakefile rules, since we grep it out. | |
2906 cat > Imakefile <<'EOF' | |
2907 acfindx: | |
2908 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"' | |
2909 EOF | |
2910 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then | |
2911 # GNU make sometimes prints "make[1]: Entering...", which would confuse us. | |
2912 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make` | |
2913 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR. | |
2914 for ac_extension in a so sl; do | |
2915 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension && | |
2916 test -f $ac_im_libdir/libX11.$ac_extension; then | |
2917 ac_im_usrlibdir=$ac_im_libdir; break | |
2918 fi | |
2919 done | |
2920 # Screen out bogus values from the imake configuration. They are | |
2921 # bogus both because they are the default anyway, and because | |
2922 # using them would break gcc on systems where it needs fixed includes. | |
2923 case "$ac_im_incroot" in | |
2924 /usr/include) ;; | |
2925 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes="$ac_im_incroot" ;; | |
2926 esac | |
2927 case "$ac_im_usrlibdir" in | |
2928 /usr/lib | /lib) ;; | |
2929 *) test -d "$ac_im_usrlibdir" && ac_x_libraries="$ac_im_usrlibdir" ;; | |
2930 esac | |
2931 fi | |
2932 cd .. | |
2933 rm -fr conftestdir | |
2934 fi | |
2935 | |
2936 if test "$ac_x_includes" = NO; then | |
2937 # Guess where to find include files, by looking for this one X11 .h file. | |
2938 test -z "$x_direct_test_include" && x_direct_test_include=X11/Intrinsic.h | |
2939 | |
2940 # First, try using that file with no special directory specified. | |
2941 cat > conftest.$ac_ext <<EOF | |
27356 | 2942 #line 2943 "configure" |
25897 | 2943 #include "confdefs.h" |
2944 #include <$x_direct_test_include> | |
2945 EOF | |
2946 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
27356 | 2947 { (eval echo configure:2948: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
27205 | 2948 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
25897 | 2949 if test -z "$ac_err"; then |
2950 rm -rf conftest* | |
2951 # We can compile using X headers with no special include directory. | |
2952 ac_x_includes= | |
2953 else | |
2954 echo "$ac_err" >&5 | |
2955 echo "configure: failed program was:" >&5 | |
2956 cat conftest.$ac_ext >&5 | |
2957 rm -rf conftest* | |
2958 # Look for the header file in a standard set of common directories. | |
2959 # Check X11 before X11Rn because it is often a symlink to the current release. | |
2960 for ac_dir in \ | |
2961 /usr/X11/include \ | |
2962 /usr/X11R6/include \ | |
2963 /usr/X11R5/include \ | |
2964 /usr/X11R4/include \ | |
2965 \ | |
2966 /usr/include/X11 \ | |
2967 /usr/include/X11R6 \ | |
2968 /usr/include/X11R5 \ | |
2969 /usr/include/X11R4 \ | |
2970 \ | |
2971 /usr/local/X11/include \ | |
2972 /usr/local/X11R6/include \ | |
2973 /usr/local/X11R5/include \ | |
2974 /usr/local/X11R4/include \ | |
2975 \ | |
2976 /usr/local/include/X11 \ | |
2977 /usr/local/include/X11R6 \ | |
2978 /usr/local/include/X11R5 \ | |
2979 /usr/local/include/X11R4 \ | |
2980 \ | |
2981 /usr/X386/include \ | |
2982 /usr/x386/include \ | |
2983 /usr/XFree86/include/X11 \ | |
2984 \ | |
2985 /usr/include \ | |
2986 /usr/local/include \ | |
2987 /usr/unsupported/include \ | |
2988 /usr/athena/include \ | |
2989 /usr/local/x11r5/include \ | |
2990 /usr/lpp/Xamples/include \ | |
2991 \ | |
2992 /usr/openwin/include \ | |
2993 /usr/openwin/share/include \ | |
2994 ; \ | |
2995 do | |
2996 if test -r "$ac_dir/$x_direct_test_include"; then | |
2997 ac_x_includes=$ac_dir | |
2998 break | |
2999 fi | |
3000 done | |
3001 fi | |
3002 rm -f conftest* | |
3003 fi # $ac_x_includes = NO | |
3004 | |
3005 if test "$ac_x_libraries" = NO; then | |
3006 # Check for the libraries. | |
3007 | |
3008 test -z "$x_direct_test_library" && x_direct_test_library=Xt | |
3009 test -z "$x_direct_test_function" && x_direct_test_function=XtMalloc | |
3010 | |
3011 # See if we find them without any special options. | |
3012 # Don't add to $LIBS permanently. | |
3013 ac_save_LIBS="$LIBS" | |
3014 LIBS="-l$x_direct_test_library $LIBS" | |
3015 cat > conftest.$ac_ext <<EOF | |
27356 | 3016 #line 3017 "configure" |
25897 | 3017 #include "confdefs.h" |
3018 | |
3019 int main() { | |
3020 ${x_direct_test_function}() | |
3021 ; return 0; } | |
3022 EOF | |
27356 | 3023 if { (eval echo configure:3024: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
25897 | 3024 rm -rf conftest* |
3025 LIBS="$ac_save_LIBS" | |
3026 # We can link X programs with no special library path. | |
3027 ac_x_libraries= | |
3028 else | |
3029 echo "configure: failed program was:" >&5 | |
3030 cat conftest.$ac_ext >&5 | |
3031 rm -rf conftest* | |
3032 LIBS="$ac_save_LIBS" | |
3033 # First see if replacing the include by lib works. | |
3034 # Check X11 before X11Rn because it is often a symlink to the current release. | |
3035 for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \ | |
3036 /usr/X11/lib \ | |
3037 /usr/X11R6/lib \ | |
3038 /usr/X11R5/lib \ | |
3039 /usr/X11R4/lib \ | |
3040 \ | |
3041 /usr/lib/X11 \ | |
3042 /usr/lib/X11R6 \ | |
3043 /usr/lib/X11R5 \ | |
3044 /usr/lib/X11R4 \ | |
3045 \ | |
3046 /usr/local/X11/lib \ | |
3047 /usr/local/X11R6/lib \ | |
3048 /usr/local/X11R5/lib \ | |
3049 /usr/local/X11R4/lib \ | |
3050 \ | |
3051 /usr/local/lib/X11 \ | |
3052 /usr/local/lib/X11R6 \ | |
3053 /usr/local/lib/X11R5 \ | |
3054 /usr/local/lib/X11R4 \ | |
3055 \ | |
3056 /usr/X386/lib \ | |
3057 /usr/x386/lib \ | |
3058 /usr/XFree86/lib/X11 \ | |
3059 \ | |
3060 /usr/lib \ | |
3061 /usr/local/lib \ | |
3062 /usr/unsupported/lib \ | |
3063 /usr/athena/lib \ | |
3064 /usr/local/x11r5/lib \ | |
3065 /usr/lpp/Xamples/lib \ | |
3066 /lib/usr/lib/X11 \ | |
3067 \ | |
3068 /usr/openwin/lib \ | |
3069 /usr/openwin/share/lib \ | |
3070 ; \ | |
3071 do | |
3072 for ac_extension in a so sl; do | |
3073 if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then | |
3074 ac_x_libraries=$ac_dir | |
3075 break 2 | |
3076 fi | |
3077 done | |
3078 done | |
3079 fi | |
3080 rm -f conftest* | |
3081 fi # $ac_x_libraries = NO | |
3082 | |
3083 if test "$ac_x_includes" = NO || test "$ac_x_libraries" = NO; then | |
3084 # Didn't find X anywhere. Cache the known absence of X. | |
3085 ac_cv_have_x="have_x=no" | |
3086 else | |
3087 # Record where we found X for the cache. | |
3088 ac_cv_have_x="have_x=yes \ | |
3089 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries" | |
3090 fi | |
3091 fi | |
3092 fi | |
3093 eval "$ac_cv_have_x" | |
3094 fi # $with_x != no | |
3095 | |
3096 if test "$have_x" != yes; then | |
3097 echo "$ac_t""$have_x" 1>&6 | |
3098 no_x=yes | |
3099 else | |
3100 # If each of the values was on the command line, it overrides each guess. | |
3101 test "x$x_includes" = xNONE && x_includes=$ac_x_includes | |
3102 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries | |
3103 # Update the cache value to reflect the command line values. | |
3104 ac_cv_have_x="have_x=yes \ | |
3105 ac_x_includes=$x_includes ac_x_libraries=$x_libraries" | |
3106 echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6 | |
3107 fi | |
3108 | |
3109 if test "$no_x" = yes; then | |
3110 window_system=none | |
3111 else | |
3112 window_system=x11 | |
3113 fi | |
3114 | |
3115 if test "${x_libraries}" != NONE && test -n "${x_libraries}"; then | |
3116 LD_SWITCH_X_SITE=-L`echo ${x_libraries} | sed -e "s/:/ -L/g"` | |
3117 LD_SWITCH_X_SITE_AUX=-R`echo ${x_libraries} | sed -e "s/:/ -R/g"` | |
3118 x_default_search_path="" | |
3119 for x_library in `echo ${x_libraries} | sed -e "s/:/ /g"`; do | |
3120 x_search_path="${x_library}/X11/%L/%T/%N%C%S:\ | |
3121 ${x_library}/X11/%L/%T/%N%C%S:${x_libary}/X11/%l/%T/%N%C%S:\ | |
3122 ${x_library}/X11/%T/%N%C%S:${x_library}/X11/%L/%T/%N%S:\ | |
3123 ${x_library}/X11/%l/%T/%N%S:${x_library}/X11/%T/%N%S" | |
3124 if test x"${x_default_search_path}" = x; then | |
3125 x_default_search_path=${x_search_path} | |
3126 else | |
3127 x_default_search_path="${x_search_path}:${x_default_search_path}" | |
3128 fi | |
3129 done | |
3130 fi | |
3131 if test "${x_includes}" != NONE && test -n "${x_includes}"; then | |
3132 C_SWITCH_X_SITE=-I`echo ${x_includes} | sed -e "s/:/ -I/g"` | |
3133 fi | |
3134 | |
3135 if test x"${x_includes}" = x; then | |
3136 bitmapdir=/usr/include/X11/bitmaps | |
3137 else | |
3138 # accumulate include directories that have X11 bitmap subdirectories | |
3139 bmd_acc="dummyval" | |
3140 for bmd in `echo ${x_includes} | sed -e "s/:/ /g"`; do | |
3141 if test -d "${bmd}/X11/bitmaps"; then | |
3142 bmd_acc="${bmd_acc}:${bmd}/X11/bitmaps" | |
26502 | 3143 fi |
3144 if test -d "${bmd}/bitmaps"; then | |
25897 | 3145 bmd_acc="${bmd_acc}:${bmd}/bitmaps" |
3146 fi | |
3147 done | |
3148 if test ${bmd_acc} != "dummyval"; then | |
3149 bitmapdir=`echo ${bmd_acc} | sed -e "s/^dummyval://"` | |
3150 fi | |
3151 fi | |
3152 | |
3153 case "${window_system}" in | |
3154 x11 ) | |
3155 HAVE_X_WINDOWS=yes | |
3156 HAVE_X11=yes | |
3157 case "${with_x_toolkit}" in | |
3158 athena | lucid ) USE_X_TOOLKIT=LUCID ;; | |
3159 motif ) USE_X_TOOLKIT=MOTIF ;; | |
3160 no ) USE_X_TOOLKIT=none ;; | |
3161 * ) USE_X_TOOLKIT=maybe ;; | |
3162 esac | |
3163 ;; | |
3164 none ) | |
3165 HAVE_X_WINDOWS=no | |
3166 HAVE_X11=no | |
3167 USE_X_TOOLKIT=none | |
3168 ;; | |
3169 esac | |
3170 | |
3171 ### If we're using X11, we should use the X menu package. | |
3172 HAVE_MENUS=no | |
3173 case ${HAVE_X11} in | |
3174 yes ) HAVE_MENUS=yes ;; | |
3175 esac | |
3176 | |
3177 if test "${opsys}" = "hpux9"; then | |
3178 case "${x_libraries}" in | |
3179 *X11R4* ) | |
3180 opsysfile="s/hpux9-x11r4.h" | |
3181 ;; | |
3182 esac | |
3183 fi | |
3184 | |
3185 if test "${opsys}" = "hpux9shr"; then | |
3186 case "${x_libraries}" in | |
3187 *X11R4* ) | |
3188 opsysfile="s/hpux9shxr4.h" | |
3189 ;; | |
3190 esac | |
3191 fi | |
3192 | |
3193 #### Extract some information from the operating system and machine files. | |
3194 | |
3195 echo "checking the machine- and system-dependent files to find out | |
3196 - which libraries the lib-src programs will want, and | |
3197 - whether the GNU malloc routines are usable" 1>&6 | |
27356 | 3198 echo "configure:3199: checking the machine- and system-dependent files to find out |
25897 | 3199 - which libraries the lib-src programs will want, and |
3200 - whether the GNU malloc routines are usable" >&5 | |
3201 | |
3202 ### First figure out CFLAGS (which we use for running the compiler here) | |
3203 ### and REAL_CFLAGS (which we use for real compilation). | |
3204 ### The two are the same except on a few systems, where they are made | |
3205 ### different to work around various lossages. For example, | |
3206 ### GCC 2.5 on GNU/Linux needs them to be different because it treats -g | |
3207 ### as implying static linking. | |
3208 | |
3209 ### If the CFLAGS env var is specified, we use that value | |
3210 ### instead of the default. | |
3211 | |
3212 ### It's not important that this name contain the PID; you can't run | |
3213 ### two configures in the same directory and have anything work | |
3214 ### anyway. | |
3215 tempcname="conftest.c" | |
3216 | |
3217 echo ' | |
3218 #include "'${srcdir}'/src/'${opsysfile}'" | |
3219 #include "'${srcdir}'/src/'${machfile}'" | |
3220 #ifndef LIBS_MACHINE | |
3221 #define LIBS_MACHINE | |
3222 #endif | |
3223 #ifndef LIBS_SYSTEM | |
3224 #define LIBS_SYSTEM | |
3225 #endif | |
3226 #ifndef C_SWITCH_SYSTEM | |
3227 #define C_SWITCH_SYSTEM | |
3228 #endif | |
3229 #ifndef C_SWITCH_MACHINE | |
3230 #define C_SWITCH_MACHINE | |
3231 #endif | |
3232 configure___ libsrc_libs=LIBS_MACHINE LIBS_SYSTEM | |
3233 configure___ c_switch_system=C_SWITCH_SYSTEM | |
3234 configure___ c_switch_machine=C_SWITCH_MACHINE | |
3235 | |
3236 #ifndef LIB_X11_LIB | |
3237 #define LIB_X11_LIB -lX11 | |
3238 #endif | |
3239 | |
3240 #ifndef LIBX11_MACHINE | |
3241 #define LIBX11_MACHINE | |
3242 #endif | |
3243 | |
3244 #ifndef LIBX11_SYSTEM | |
3245 #define LIBX11_SYSTEM | |
3246 #endif | |
3247 configure___ LIBX=LIB_X11_LIB LIBX11_MACHINE LIBX11_SYSTEM | |
3248 | |
3249 #ifdef UNEXEC | |
3250 configure___ unexec=UNEXEC | |
3251 #else | |
3252 configure___ unexec=unexec.o | |
3253 #endif | |
3254 | |
3255 #ifdef SYSTEM_MALLOC | |
3256 configure___ system_malloc=yes | |
3257 #else | |
3258 configure___ system_malloc=no | |
3259 #endif | |
3260 | |
3261 #ifndef C_DEBUG_SWITCH | |
3262 #define C_DEBUG_SWITCH -g | |
3263 #endif | |
3264 | |
3265 #ifndef C_OPTIMIZE_SWITCH | |
3266 #define C_OPTIMIZE_SWITCH -O | |
3267 #endif | |
3268 | |
3269 #ifndef LD_SWITCH_MACHINE | |
3270 #define LD_SWITCH_MACHINE | |
3271 #endif | |
3272 | |
3273 #ifndef LD_SWITCH_SYSTEM | |
3274 #define LD_SWITCH_SYSTEM | |
3275 #endif | |
3276 | |
3277 #ifndef LD_SWITCH_X_SITE_AUX | |
3278 #define LD_SWITCH_X_SITE_AUX | |
3279 #endif | |
3280 | |
3281 configure___ ld_switch_system=LD_SWITCH_SYSTEM | |
3282 configure___ ld_switch_machine=LD_SWITCH_MACHINE | |
3283 | |
3284 #ifdef THIS_IS_CONFIGURE | |
3285 | |
3286 /* Get the CFLAGS for tests in configure. */ | |
3287 #ifdef __GNUC__ | |
3288 configure___ CFLAGS=C_DEBUG_SWITCH C_OPTIMIZE_SWITCH '${SPECIFIED_CFLAGS}' | |
3289 #else | |
3290 configure___ CFLAGS=C_DEBUG_SWITCH '${SPECIFIED_CFLAGS}' | |
3291 #endif | |
3292 | |
3293 #else /* not THIS_IS_CONFIGURE */ | |
3294 | |
3295 /* Get the CFLAGS for real compilation. */ | |
3296 #ifdef __GNUC__ | |
3297 configure___ REAL_CFLAGS=C_DEBUG_SWITCH C_OPTIMIZE_SWITCH '${SPECIFIED_CFLAGS}' | |
3298 #else | |
3299 configure___ REAL_CFLAGS=C_DEBUG_SWITCH '${SPECIFIED_CFLAGS}' | |
3300 #endif | |
3301 | |
3302 #endif /* not THIS_IS_CONFIGURE */ | |
3303 ' > ${tempcname} | |
3304 | |
3305 # The value of CPP is a quoted variable reference, so we need to do this | |
3306 # to get its actual value... | |
3307 CPP=`eval "echo $CPP"` | |
3308 eval `${CPP} -Isrc ${tempcname} \ | |
3309 | sed -n -e 's/^configure___ \([^=]*=\)\(.*\)$/\1"\2"/p'` | |
3310 if test "x$SPECIFIED_CFLAGS" = x; then | |
3311 eval `${CPP} -Isrc -DTHIS_IS_CONFIGURE ${tempcname} \ | |
3312 | sed -n -e 's/^configure___ \([^=]*=\)\(.*\)$/\1"\2"/p'` | |
3313 else | |
3314 REAL_CFLAGS="$CFLAGS" | |
3315 fi | |
3316 rm ${tempcname} | |
3317 | |
3318 ac_link="$ac_link $ld_switch_machine $ld_switch_system" | |
3319 | |
3320 ### Compute the unexec source name from the object name. | |
3321 UNEXEC_SRC="`echo ${unexec} | sed 's/\.o/.c/'`" | |
3322 | |
3323 # Do the opsystem or machine files prohibit the use of the GNU malloc? | |
3324 # Assume not, until told otherwise. | |
3325 GNU_MALLOC=yes | |
3326 doug_lea_malloc=yes | |
3327 echo $ac_n "checking for malloc_get_state""... $ac_c" 1>&6 | |
27356 | 3328 echo "configure:3329: checking for malloc_get_state" >&5 |
25897 | 3329 if eval "test \"`echo '$''{'ac_cv_func_malloc_get_state'+set}'`\" = set"; then |
3330 echo $ac_n "(cached) $ac_c" 1>&6 | |
3331 else | |
3332 cat > conftest.$ac_ext <<EOF | |
27356 | 3333 #line 3334 "configure" |
25897 | 3334 #include "confdefs.h" |
3335 /* System header to define __stub macros and hopefully few prototypes, | |
3336 which can conflict with char malloc_get_state(); below. */ | |
3337 #include <assert.h> | |
3338 /* Override any gcc2 internal prototype to avoid an error. */ | |
3339 /* We use char because int might match the return type of a gcc2 | |
3340 builtin and then its argument prototype would still apply. */ | |
3341 char malloc_get_state(); | |
3342 | |
3343 int main() { | |
3344 | |
3345 /* The GNU C library defines this for functions which it implements | |
3346 to always fail with ENOSYS. Some functions are actually named | |
3347 something starting with __ and the normal name is an alias. */ | |
3348 #if defined (__stub_malloc_get_state) || defined (__stub___malloc_get_state) | |
3349 choke me | |
3350 #else | |
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
|
3351 malloc_get_state(); |
25897 | 3352 #endif |
3353 | |
3354 ; return 0; } | |
3355 EOF | |
27356 | 3356 if { (eval echo configure:3357: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
25897 | 3357 rm -rf conftest* |
3358 eval "ac_cv_func_malloc_get_state=yes" | |
3359 else | |
3360 echo "configure: failed program was:" >&5 | |
3361 cat conftest.$ac_ext >&5 | |
3362 rm -rf conftest* | |
3363 eval "ac_cv_func_malloc_get_state=no" | |
3364 fi | |
3365 rm -f conftest* | |
3366 fi | |
3367 | |
3368 if eval "test \"`echo '$ac_cv_func_'malloc_get_state`\" = yes"; then | |
3369 echo "$ac_t""yes" 1>&6 | |
3370 : | |
3371 else | |
3372 echo "$ac_t""no" 1>&6 | |
3373 doug_lea_malloc=no | |
3374 fi | |
3375 | |
3376 echo $ac_n "checking for malloc_set_state""... $ac_c" 1>&6 | |
27356 | 3377 echo "configure:3378: checking for malloc_set_state" >&5 |
25897 | 3378 if eval "test \"`echo '$''{'ac_cv_func_malloc_set_state'+set}'`\" = set"; then |
3379 echo $ac_n "(cached) $ac_c" 1>&6 | |
3380 else | |
3381 cat > conftest.$ac_ext <<EOF | |
27356 | 3382 #line 3383 "configure" |
25897 | 3383 #include "confdefs.h" |
3384 /* System header to define __stub macros and hopefully few prototypes, | |
3385 which can conflict with char malloc_set_state(); below. */ | |
3386 #include <assert.h> | |
3387 /* Override any gcc2 internal prototype to avoid an error. */ | |
3388 /* We use char because int might match the return type of a gcc2 | |
3389 builtin and then its argument prototype would still apply. */ | |
3390 char malloc_set_state(); | |
3391 | |
3392 int main() { | |
3393 | |
3394 /* The GNU C library defines this for functions which it implements | |
3395 to always fail with ENOSYS. Some functions are actually named | |
3396 something starting with __ and the normal name is an alias. */ | |
3397 #if defined (__stub_malloc_set_state) || defined (__stub___malloc_set_state) | |
3398 choke me | |
3399 #else | |
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
|
3400 malloc_set_state(); |
25897 | 3401 #endif |
3402 | |
3403 ; return 0; } | |
3404 EOF | |
27356 | 3405 if { (eval echo configure:3406: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
25897 | 3406 rm -rf conftest* |
3407 eval "ac_cv_func_malloc_set_state=yes" | |
3408 else | |
3409 echo "configure: failed program was:" >&5 | |
3410 cat conftest.$ac_ext >&5 | |
3411 rm -rf conftest* | |
3412 eval "ac_cv_func_malloc_set_state=no" | |
3413 fi | |
3414 rm -f conftest* | |
3415 fi | |
3416 | |
3417 if eval "test \"`echo '$ac_cv_func_'malloc_set_state`\" = yes"; then | |
3418 echo "$ac_t""yes" 1>&6 | |
3419 : | |
3420 else | |
3421 echo "$ac_t""no" 1>&6 | |
3422 doug_lea_malloc=no | |
3423 fi | |
3424 | |
3425 echo $ac_n "checking whether __after_morecore_hook exists""... $ac_c" 1>&6 | |
27356 | 3426 echo "configure:3427: checking whether __after_morecore_hook exists" >&5 |
25897 | 3427 if eval "test \"`echo '$''{'emacs_cv_var___after_morecore_hook'+set}'`\" = set"; then |
3428 echo $ac_n "(cached) $ac_c" 1>&6 | |
3429 else | |
3430 cat > conftest.$ac_ext <<EOF | |
27356 | 3431 #line 3432 "configure" |
25897 | 3432 #include "confdefs.h" |
3433 extern void (* __after_morecore_hook)(); | |
3434 int main() { | |
3435 __after_morecore_hook = 0 | |
3436 ; return 0; } | |
3437 EOF | |
27356 | 3438 if { (eval echo configure:3439: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
25897 | 3439 rm -rf conftest* |
3440 emacs_cv_var___after_morecore_hook=yes | |
3441 else | |
3442 echo "configure: failed program was:" >&5 | |
3443 cat conftest.$ac_ext >&5 | |
3444 rm -rf conftest* | |
3445 emacs_cv_var___after_morecore_hook=no | |
3446 fi | |
3447 rm -f conftest* | |
3448 fi | |
3449 | |
3450 echo "$ac_t""$emacs_cv_var___after_morecore_hook" 1>&6 | |
3451 if test $emacs_cv_var___after_morecore_hook = no; then | |
3452 doug_lea_malloc=no | |
3453 fi | |
3454 if test "${system_malloc}" = "yes"; then | |
3455 GNU_MALLOC=no | |
3456 GNU_MALLOC_reason=" | |
3457 (The GNU allocators don't work with this system configuration.)" | |
3458 fi | |
3459 if test "$doug_lea_malloc" = "yes" ; then | |
3460 if test "$GNU_MALLOC" = yes ; then | |
3461 GNU_MALLOC_reason=" | |
3462 (Using Doug Lea's new malloc from the GNU C Library.)" | |
3463 fi | |
3464 cat >> confdefs.h <<\EOF | |
3465 #define DOUG_LEA_MALLOC 1 | |
3466 EOF | |
3467 | |
3468 fi | |
3469 | |
3470 if test x"${REL_ALLOC}" = x; then | |
3471 REL_ALLOC=${GNU_MALLOC} | |
3472 fi | |
3473 | |
3474 #### Add the libraries to LIBS and check for some functions. | |
3475 | |
3476 if test x"${OVERRIDE_CPPFLAGS}" != x; then | |
3477 CPPFLAGS="${OVERRIDE_CPPFLAGS}" | |
3478 else | |
3479 CPPFLAGS="$c_switch_system $c_switch_machine $CPPFLAGS" | |
3480 fi | |
3481 | |
3482 LIBS="$libsrc_libs $LIBS" | |
3483 | |
3484 echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6 | |
27729 | 3485 echo "configure:3486: checking for dnet_ntoa in -ldnet" >&5 |
25897 | 3486 ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'` |
3487 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
3488 echo $ac_n "(cached) $ac_c" 1>&6 | |
3489 else | |
3490 ac_save_LIBS="$LIBS" | |
3491 LIBS="-ldnet $LIBS" | |
3492 cat > conftest.$ac_ext <<EOF | |
27729 | 3493 #line 3494 "configure" |
25897 | 3494 #include "confdefs.h" |
3495 /* Override any gcc2 internal prototype to avoid an error. */ | |
3496 /* We use char because int might match the return type of a gcc2 | |
3497 builtin and then its argument prototype would still apply. */ | |
3498 char dnet_ntoa(); | |
3499 | |
3500 int main() { | |
3501 dnet_ntoa() | |
3502 ; return 0; } | |
3503 EOF | |
27729 | 3504 if { (eval echo configure:3505: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
25897 | 3505 rm -rf conftest* |
3506 eval "ac_cv_lib_$ac_lib_var=yes" | |
3507 else | |
3508 echo "configure: failed program was:" >&5 | |
3509 cat conftest.$ac_ext >&5 | |
3510 rm -rf conftest* | |
3511 eval "ac_cv_lib_$ac_lib_var=no" | |
3512 fi | |
3513 rm -f conftest* | |
3514 LIBS="$ac_save_LIBS" | |
3515 | |
3516 fi | |
3517 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
3518 echo "$ac_t""yes" 1>&6 | |
3519 ac_tr_lib=HAVE_LIB`echo dnet | sed -e 's/[^a-zA-Z0-9_]/_/g' \ | |
3520 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` | |
3521 cat >> confdefs.h <<EOF | |
3522 #define $ac_tr_lib 1 | |
3523 EOF | |
3524 | |
3525 LIBS="-ldnet $LIBS" | |
3526 | |
3527 else | |
3528 echo "$ac_t""no" 1>&6 | |
3529 fi | |
3530 | |
3531 | |
3532 echo $ac_n "checking for main in -lXbsd""... $ac_c" 1>&6 | |
27729 | 3533 echo "configure:3534: checking for main in -lXbsd" >&5 |
25897 | 3534 ac_lib_var=`echo Xbsd'_'main | sed 'y%./+-%__p_%'` |
3535 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
3536 echo $ac_n "(cached) $ac_c" 1>&6 | |
3537 else | |
3538 ac_save_LIBS="$LIBS" | |
3539 LIBS="-lXbsd $LIBS" | |
3540 cat > conftest.$ac_ext <<EOF | |
27729 | 3541 #line 3542 "configure" |
25897 | 3542 #include "confdefs.h" |
3543 | |
3544 int main() { | |
3545 main() | |
3546 ; return 0; } | |
3547 EOF | |
27729 | 3548 if { (eval echo configure:3549: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
25897 | 3549 rm -rf conftest* |
3550 eval "ac_cv_lib_$ac_lib_var=yes" | |
3551 else | |
3552 echo "configure: failed program was:" >&5 | |
3553 cat conftest.$ac_ext >&5 | |
3554 rm -rf conftest* | |
3555 eval "ac_cv_lib_$ac_lib_var=no" | |
3556 fi | |
3557 rm -f conftest* | |
3558 LIBS="$ac_save_LIBS" | |
3559 | |
3560 fi | |
3561 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
3562 echo "$ac_t""yes" 1>&6 | |
3563 LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd" | |
3564 else | |
3565 echo "$ac_t""no" 1>&6 | |
3566 fi | |
3567 | |
3568 | |
3569 echo $ac_n "checking for cma_open in -lpthreads""... $ac_c" 1>&6 | |
27729 | 3570 echo "configure:3571: checking for cma_open in -lpthreads" >&5 |
25897 | 3571 ac_lib_var=`echo pthreads'_'cma_open | sed 'y%./+-%__p_%'` |
3572 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
3573 echo $ac_n "(cached) $ac_c" 1>&6 | |
3574 else | |
3575 ac_save_LIBS="$LIBS" | |
3576 LIBS="-lpthreads $LIBS" | |
3577 cat > conftest.$ac_ext <<EOF | |
27729 | 3578 #line 3579 "configure" |
25897 | 3579 #include "confdefs.h" |
3580 /* Override any gcc2 internal prototype to avoid an error. */ | |
3581 /* We use char because int might match the return type of a gcc2 | |
3582 builtin and then its argument prototype would still apply. */ | |
3583 char cma_open(); | |
3584 | |
3585 int main() { | |
3586 cma_open() | |
3587 ; return 0; } | |
3588 EOF | |
27729 | 3589 if { (eval echo configure:3590: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
25897 | 3590 rm -rf conftest* |
3591 eval "ac_cv_lib_$ac_lib_var=yes" | |
3592 else | |
3593 echo "configure: failed program was:" >&5 | |
3594 cat conftest.$ac_ext >&5 | |
3595 rm -rf conftest* | |
3596 eval "ac_cv_lib_$ac_lib_var=no" | |
3597 fi | |
3598 rm -f conftest* | |
3599 LIBS="$ac_save_LIBS" | |
3600 | |
3601 fi | |
3602 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
3603 echo "$ac_t""yes" 1>&6 | |
3604 ac_tr_lib=HAVE_LIB`echo pthreads | sed -e 's/[^a-zA-Z0-9_]/_/g' \ | |
3605 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` | |
3606 cat >> confdefs.h <<EOF | |
3607 #define $ac_tr_lib 1 | |
3608 EOF | |
3609 | |
3610 LIBS="-lpthreads $LIBS" | |
3611 | |
3612 else | |
3613 echo "$ac_t""no" 1>&6 | |
3614 fi | |
3615 | |
3616 | |
3617 echo $ac_n "checking for XFree86 in /usr/X386""... $ac_c" 1>&6 | |
27729 | 3618 echo "configure:3619: checking for XFree86 in /usr/X386" >&5 |
25897 | 3619 if test -d /usr/X386/include; then |
3620 HAVE_XFREE386=yes | |
3621 : ${C_SWITCH_X_SITE="-I/usr/X386/include"} | |
3622 else | |
3623 HAVE_XFREE386=no | |
3624 fi | |
3625 echo "$ac_t""$HAVE_XFREE386" 1>&6 | |
3626 | |
3627 # Change CFLAGS temporarily so that C_SWITCH_X_SITE gets used | |
3628 # for the tests that follow. We set it back to REAL_CFLAGS later on. | |
3629 | |
3630 if test "${HAVE_X11}" = "yes"; then | |
3631 DEFS="$C_SWITCH_X_SITE $DEFS" | |
3632 LDFLAGS="$LDFLAGS $LD_SWITCH_X_SITE" | |
3633 LIBS="$LIBX $LIBS" | |
3634 CFLAGS="$C_SWITCH_X_SITE $CFLAGS" | |
3635 | |
3636 # On Solaris, arrange for LD_RUN_PATH to point to the X libraries for tests. | |
3637 # This is handled by LD_SWITCH_X_SITE_AUX during the real build, | |
3638 # but it's more convenient here to set LD_RUN_PATH | |
3639 # since this also works on hosts that don't understand LD_SWITCH_X_SITE_AUX. | |
3640 if test "${x_libraries}" != NONE && test -n "${x_libraries}"; then | |
3641 LD_RUN_PATH=$x_libraries${LD_RUN_PATH+:}$LD_RUN_PATH | |
3642 export LD_RUN_PATH | |
3643 fi | |
3644 | |
3645 if test "${opsys}" = "gnu-linux"; then | |
3646 echo $ac_n "checking whether X on GNU/Linux needs -b to link""... $ac_c" 1>&6 | |
27729 | 3647 echo "configure:3648: checking whether X on GNU/Linux needs -b to link" >&5 |
25897 | 3648 cat > conftest.$ac_ext <<EOF |
27729 | 3649 #line 3650 "configure" |
25897 | 3650 #include "confdefs.h" |
3651 | |
3652 int main() { | |
3653 XOpenDisplay ("foo"); | |
3654 ; return 0; } | |
3655 EOF | |
27729 | 3656 if { (eval echo configure:3657: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
25897 | 3657 rm -rf conftest* |
3658 xlinux_first_failure=no | |
3659 else | |
3660 echo "configure: failed program was:" >&5 | |
3661 cat conftest.$ac_ext >&5 | |
3662 rm -rf conftest* | |
3663 xlinux_first_failure=yes | |
3664 fi | |
3665 rm -f conftest* | |
3666 if test "${xlinux_first_failure}" = "yes"; then | |
3667 OLD_LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE" | |
3668 OLD_C_SWITCH_X_SITE="$C_SWITCH_X_SITE" | |
3669 OLD_CPPFLAGS="$CPPFLAGS" | |
3670 OLD_LIBS="$LIBS" | |
3671 LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -b i486-linuxaout" | |
3672 C_SWITCH_X_SITE="$C_SWITCH_X_SITE -b i486-linuxaout" | |
3673 CPPFLAGS="$CPPFLAGS -b i486-linuxaout" | |
3674 LIBS="$LIBS -b i486-linuxaout" | |
3675 cat > conftest.$ac_ext <<EOF | |
27729 | 3676 #line 3677 "configure" |
25897 | 3677 #include "confdefs.h" |
3678 | |
3679 int main() { | |
3680 XOpenDisplay ("foo"); | |
3681 ; return 0; } | |
3682 EOF | |
27729 | 3683 if { (eval echo configure:3684: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
25897 | 3684 rm -rf conftest* |
3685 xlinux_second_failure=no | |
3686 else | |
3687 echo "configure: failed program was:" >&5 | |
3688 cat conftest.$ac_ext >&5 | |
3689 rm -rf conftest* | |
3690 xlinux_second_failure=yes | |
3691 fi | |
3692 rm -f conftest* | |
3693 if test "${xlinux_second_failure}" = "yes"; then | |
3694 # If we get the same failure with -b, there is no use adding -b. | |
3695 # So take it out. This plays safe. | |
3696 LD_SWITCH_X_SITE="$OLD_LD_SWITCH_X_SITE" | |
3697 C_SWITCH_X_SITE="$OLD_C_SWITCH_X_SITE" | |
3698 CPPFLAGS="$OLD_CPPFLAGS" | |
3699 LIBS="$OLD_LIBS" | |
3700 echo "$ac_t""no" 1>&6 | |
3701 else | |
3702 echo "$ac_t""yes" 1>&6 | |
3703 fi | |
3704 else | |
3705 echo "$ac_t""no" 1>&6 | |
3706 fi | |
3707 fi | |
3708 | |
3709 for ac_func in XrmSetDatabase XScreenResourceString \ | |
3710 XScreenNumberOfScreen XSetWMProtocols | |
3711 do | |
3712 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | |
27729 | 3713 echo "configure:3714: checking for $ac_func" >&5 |
25897 | 3714 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
3715 echo $ac_n "(cached) $ac_c" 1>&6 | |
3716 else | |
3717 cat > conftest.$ac_ext <<EOF | |
27729 | 3718 #line 3719 "configure" |
25897 | 3719 #include "confdefs.h" |
3720 /* System header to define __stub macros and hopefully few prototypes, | |
3721 which can conflict with char $ac_func(); below. */ | |
3722 #include <assert.h> | |
3723 /* Override any gcc2 internal prototype to avoid an error. */ | |
3724 /* We use char because int might match the return type of a gcc2 | |
3725 builtin and then its argument prototype would still apply. */ | |
3726 char $ac_func(); | |
3727 | |
3728 int main() { | |
3729 | |
3730 /* The GNU C library defines this for functions which it implements | |
3731 to always fail with ENOSYS. Some functions are actually named | |
3732 something starting with __ and the normal name is an alias. */ | |
3733 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
3734 choke me | |
3735 #else | |
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
|
3736 $ac_func(); |
25897 | 3737 #endif |
3738 | |
3739 ; return 0; } | |
3740 EOF | |
27729 | 3741 if { (eval echo configure:3742: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
25897 | 3742 rm -rf conftest* |
3743 eval "ac_cv_func_$ac_func=yes" | |
3744 else | |
3745 echo "configure: failed program was:" >&5 | |
3746 cat conftest.$ac_ext >&5 | |
3747 rm -rf conftest* | |
3748 eval "ac_cv_func_$ac_func=no" | |
3749 fi | |
3750 rm -f conftest* | |
3751 fi | |
3752 | |
3753 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
3754 echo "$ac_t""yes" 1>&6 | |
3755 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
3756 cat >> confdefs.h <<EOF | |
3757 #define $ac_tr_func 1 | |
3758 EOF | |
3759 | |
3760 else | |
3761 echo "$ac_t""no" 1>&6 | |
3762 fi | |
3763 done | |
3764 | |
3765 fi | |
3766 | |
3767 if test "${window_system}" = "x11"; then | |
3768 echo $ac_n "checking X11 version 6""... $ac_c" 1>&6 | |
27729 | 3769 echo "configure:3770: checking X11 version 6" >&5 |
25897 | 3770 if eval "test \"`echo '$''{'emacs_cv_x11_version_6'+set}'`\" = set"; then |
3771 echo $ac_n "(cached) $ac_c" 1>&6 | |
3772 else | |
3773 cat > conftest.$ac_ext <<EOF | |
27729 | 3774 #line 3775 "configure" |
25897 | 3775 #include "confdefs.h" |
3776 #include <X11/Xlib.h> | |
3777 int main() { | |
3778 #if XlibSpecificationRelease < 6 | |
3779 fail; | |
3780 #endif | |
3781 | |
3782 ; return 0; } | |
3783 EOF | |
27729 | 3784 if { (eval echo configure:3785: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
25897 | 3785 rm -rf conftest* |
3786 emacs_cv_x11_version_6=yes | |
3787 else | |
3788 echo "configure: failed program was:" >&5 | |
3789 cat conftest.$ac_ext >&5 | |
3790 rm -rf conftest* | |
3791 emacs_cv_x11_version_6=no | |
3792 fi | |
3793 rm -f conftest* | |
3794 fi | |
3795 | |
3796 if test $emacs_cv_x11_version_6 = yes; then | |
3797 echo "$ac_t""6 or newer" 1>&6 | |
3798 cat >> confdefs.h <<\EOF | |
3799 #define HAVE_X11R6 1 | |
3800 EOF | |
3801 | |
3802 else | |
3803 echo "$ac_t""before 6" 1>&6 | |
3804 fi | |
3805 fi | |
3806 | |
3807 if test "${window_system}" = "x11"; then | |
3808 echo $ac_n "checking X11 version 5""... $ac_c" 1>&6 | |
27729 | 3809 echo "configure:3810: checking X11 version 5" >&5 |
25897 | 3810 if eval "test \"`echo '$''{'emacs_cv_x11_version_5'+set}'`\" = set"; then |
3811 echo $ac_n "(cached) $ac_c" 1>&6 | |
3812 else | |
3813 cat > conftest.$ac_ext <<EOF | |
27729 | 3814 #line 3815 "configure" |
25897 | 3815 #include "confdefs.h" |
3816 #include <X11/Xlib.h> | |
3817 int main() { | |
3818 #if XlibSpecificationRelease < 5 | |
3819 fail; | |
3820 #endif | |
3821 | |
3822 ; return 0; } | |
3823 EOF | |
27729 | 3824 if { (eval echo configure:3825: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
25897 | 3825 rm -rf conftest* |
3826 emacs_cv_x11_version_5=yes | |
3827 else | |
3828 echo "configure: failed program was:" >&5 | |
3829 cat conftest.$ac_ext >&5 | |
3830 rm -rf conftest* | |
3831 emacs_cv_x11_version_5=no | |
3832 fi | |
3833 rm -f conftest* | |
3834 fi | |
3835 | |
3836 if test $emacs_cv_x11_version_5 = yes; then | |
3837 echo "$ac_t""5 or newer" 1>&6 | |
3838 HAVE_X11R5=yes | |
3839 cat >> confdefs.h <<\EOF | |
3840 #define HAVE_X11R5 1 | |
3841 EOF | |
3842 | |
3843 else | |
3844 HAVE_X11R5=no | |
3845 echo "$ac_t""before 5" 1>&6 | |
3846 fi | |
3847 fi | |
3848 | |
3849 if test x"${USE_X_TOOLKIT}" = xmaybe; then | |
3850 if test x"${HAVE_X11R5}" = xyes; then | |
3851 echo $ac_n "checking X11 version 5 with Xaw""... $ac_c" 1>&6 | |
27729 | 3852 echo "configure:3853: checking X11 version 5 with Xaw" >&5 |
25897 | 3853 if eval "test \"`echo '$''{'emacs_cv_x11_version_5_with_xaw'+set}'`\" = set"; then |
3854 echo $ac_n "(cached) $ac_c" 1>&6 | |
3855 else | |
3856 cat > conftest.$ac_ext <<EOF | |
27729 | 3857 #line 3858 "configure" |
25897 | 3858 #include "confdefs.h" |
3859 | |
3860 #include <X11/Intrinsic.h> | |
3861 #include <X11/Xaw/Simple.h> | |
3862 int main() { | |
3863 | |
3864 ; return 0; } | |
3865 EOF | |
27729 | 3866 if { (eval echo configure:3867: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
25897 | 3867 rm -rf conftest* |
3868 emacs_cv_x11_version_5_with_xaw=yes | |
3869 else | |
3870 echo "configure: failed program was:" >&5 | |
3871 cat conftest.$ac_ext >&5 | |
3872 rm -rf conftest* | |
3873 emacs_cv_x11_version_5_with_xaw=no | |
3874 fi | |
3875 rm -f conftest* | |
3876 fi | |
3877 | |
3878 if test $emacs_cv_x11_version_5_with_xaw = yes; then | |
3879 echo "$ac_t""5 or newer, with Xaw; use toolkit by default" 1>&6 | |
3880 USE_X_TOOLKIT=LUCID | |
3881 else | |
3882 echo "$ac_t""before 5 or no Xaw; do not use toolkit by default" 1>&6 | |
3883 USE_X_TOOLKIT=none | |
3884 fi | |
3885 else | |
3886 USE_X_TOOLKIT=none | |
3887 fi | |
3888 fi | |
3889 | |
3890 X_TOOLKIT_TYPE=$USE_X_TOOLKIT | |
3891 | |
3892 if test "${USE_X_TOOLKIT}" != "none"; then | |
3893 echo $ac_n "checking X11 toolkit version""... $ac_c" 1>&6 | |
27729 | 3894 echo "configure:3895: checking X11 toolkit version" >&5 |
25897 | 3895 if eval "test \"`echo '$''{'emacs_cv_x11_toolkit_version_6'+set}'`\" = set"; then |
3896 echo $ac_n "(cached) $ac_c" 1>&6 | |
3897 else | |
3898 cat > conftest.$ac_ext <<EOF | |
27729 | 3899 #line 3900 "configure" |
25897 | 3900 #include "confdefs.h" |
3901 #include <X11/Intrinsic.h> | |
3902 int main() { | |
3903 #if XtSpecificationRelease < 6 | |
3904 fail; | |
3905 #endif | |
3906 | |
3907 ; return 0; } | |
3908 EOF | |
27729 | 3909 if { (eval echo configure:3910: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
25897 | 3910 rm -rf conftest* |
3911 emacs_cv_x11_toolkit_version_6=yes | |
3912 else | |
3913 echo "configure: failed program was:" >&5 | |
3914 cat conftest.$ac_ext >&5 | |
3915 rm -rf conftest* | |
3916 emacs_cv_x11_toolkit_version_6=no | |
3917 fi | |
3918 rm -f conftest* | |
3919 fi | |
3920 | |
3921 HAVE_X11XTR6=$emacs_cv_x11_toolkit_version_6 | |
3922 if test $emacs_cv_x11_toolkit_version_6 = yes; then | |
3923 echo "$ac_t""6 or newer" 1>&6 | |
3924 cat >> confdefs.h <<\EOF | |
3925 #define HAVE_X11XTR6 1 | |
3926 EOF | |
3927 | |
3928 else | |
3929 echo "$ac_t""before 6" 1>&6 | |
3930 fi | |
3931 | |
3932 OLDLIBS="$LIBS" | |
3933 if test x$HAVE_X11XTR6 = xyes; then | |
3934 LIBS="-lXt -lSM -lICE $LIBS" | |
3935 else | |
3936 LIBS="-lXt $LIBS" | |
3937 fi | |
3938 echo $ac_n "checking for XmuConvertStandardSelection in -lXmu""... $ac_c" 1>&6 | |
27729 | 3939 echo "configure:3940: checking for XmuConvertStandardSelection in -lXmu" >&5 |
25897 | 3940 ac_lib_var=`echo Xmu'_'XmuConvertStandardSelection | sed 'y%./+-%__p_%'` |
3941 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
3942 echo $ac_n "(cached) $ac_c" 1>&6 | |
3943 else | |
3944 ac_save_LIBS="$LIBS" | |
3945 LIBS="-lXmu $LIBS" | |
3946 cat > conftest.$ac_ext <<EOF | |
27729 | 3947 #line 3948 "configure" |
25897 | 3948 #include "confdefs.h" |
3949 /* Override any gcc2 internal prototype to avoid an error. */ | |
3950 /* We use char because int might match the return type of a gcc2 | |
3951 builtin and then its argument prototype would still apply. */ | |
3952 char XmuConvertStandardSelection(); | |
3953 | |
3954 int main() { | |
3955 XmuConvertStandardSelection() | |
3956 ; return 0; } | |
3957 EOF | |
27729 | 3958 if { (eval echo configure:3959: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
25897 | 3959 rm -rf conftest* |
3960 eval "ac_cv_lib_$ac_lib_var=yes" | |
3961 else | |
3962 echo "configure: failed program was:" >&5 | |
3963 cat conftest.$ac_ext >&5 | |
3964 rm -rf conftest* | |
3965 eval "ac_cv_lib_$ac_lib_var=no" | |
3966 fi | |
3967 rm -f conftest* | |
3968 LIBS="$ac_save_LIBS" | |
3969 | |
3970 fi | |
3971 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
3972 echo "$ac_t""yes" 1>&6 | |
3973 ac_tr_lib=HAVE_LIB`echo Xmu | sed -e 's/[^a-zA-Z0-9_]/_/g' \ | |
3974 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` | |
3975 cat >> confdefs.h <<EOF | |
3976 #define $ac_tr_lib 1 | |
3977 EOF | |
3978 | |
3979 LIBS="-lXmu $LIBS" | |
3980 | |
3981 else | |
3982 echo "$ac_t""no" 1>&6 | |
3983 fi | |
3984 | |
3985 LIBS="$OLDLIBS" | |
3986 fi | |
3987 | |
3988 if test "${USE_X_TOOLKIT}" = "MOTIF"; then | |
3989 echo $ac_n "checking for Motif version 2.1""... $ac_c" 1>&6 | |
27729 | 3990 echo "configure:3991: checking for Motif version 2.1" >&5 |
25897 | 3991 if eval "test \"`echo '$''{'emacs_cv_motif_version_2_1'+set}'`\" = set"; then |
3992 echo $ac_n "(cached) $ac_c" 1>&6 | |
3993 else | |
3994 cat > conftest.$ac_ext <<EOF | |
27729 | 3995 #line 3996 "configure" |
25897 | 3996 #include "confdefs.h" |
3997 #include <Xm/Xm.h> | |
3998 int main() { | |
3999 #if XmVERSION > 2 || (XmVERSION == 2 && XmREVISION >= 1) | |
4000 int x = 5; | |
4001 #else | |
4002 Motif version prior to 2.1. | |
4003 #endif | |
4004 ; return 0; } | |
4005 EOF | |
27729 | 4006 if { (eval echo configure:4007: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
25897 | 4007 rm -rf conftest* |
4008 emacs_cv_motif_version_2_1=yes | |
4009 else | |
4010 echo "configure: failed program was:" >&5 | |
4011 cat conftest.$ac_ext >&5 | |
4012 rm -rf conftest* | |
4013 emacs_cv_motif_version_2_1=no | |
4014 fi | |
4015 rm -f conftest* | |
4016 fi | |
4017 | |
4018 echo "$ac_t""$emacs_cv_motif_version_2_1" 1>&6 | |
4019 HAVE_MOTIF_2_1=$emacs_cv_motif_version_2_1 | |
4020 if test $emacs_cv_motif_version_2_1 = yes; then | |
4021 cat >> confdefs.h <<\EOF | |
4022 #define HAVE_MOTIF_2_1 1 | |
4023 EOF | |
4024 | |
4025 echo $ac_n "checking for XpCreateContext in -lXp""... $ac_c" 1>&6 | |
27729 | 4026 echo "configure:4027: checking for XpCreateContext in -lXp" >&5 |
25897 | 4027 ac_lib_var=`echo Xp'_'XpCreateContext | sed 'y%./+-%__p_%'` |
4028 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
4029 echo $ac_n "(cached) $ac_c" 1>&6 | |
4030 else | |
4031 ac_save_LIBS="$LIBS" | |
4032 LIBS="-lXp $LIBS" | |
4033 cat > conftest.$ac_ext <<EOF | |
27729 | 4034 #line 4035 "configure" |
25897 | 4035 #include "confdefs.h" |
4036 /* Override any gcc2 internal prototype to avoid an error. */ | |
4037 /* We use char because int might match the return type of a gcc2 | |
4038 builtin and then its argument prototype would still apply. */ | |
4039 char XpCreateContext(); | |
4040 | |
4041 int main() { | |
4042 XpCreateContext() | |
4043 ; return 0; } | |
4044 EOF | |
27729 | 4045 if { (eval echo configure:4046: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
25897 | 4046 rm -rf conftest* |
4047 eval "ac_cv_lib_$ac_lib_var=yes" | |
4048 else | |
4049 echo "configure: failed program was:" >&5 | |
4050 cat conftest.$ac_ext >&5 | |
4051 rm -rf conftest* | |
4052 eval "ac_cv_lib_$ac_lib_var=no" | |
4053 fi | |
4054 rm -f conftest* | |
4055 LIBS="$ac_save_LIBS" | |
4056 | |
4057 fi | |
4058 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
4059 echo "$ac_t""yes" 1>&6 | |
4060 ac_tr_lib=HAVE_LIB`echo Xp | sed -e 's/[^a-zA-Z0-9_]/_/g' \ | |
4061 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` | |
4062 cat >> confdefs.h <<EOF | |
4063 #define $ac_tr_lib 1 | |
4064 EOF | |
4065 | |
4066 LIBS="-lXp $LIBS" | |
4067 | |
4068 else | |
4069 echo "$ac_t""no" 1>&6 | |
4070 fi | |
4071 | |
4072 fi | |
4073 fi | |
4074 | |
4075 ### Is -lXaw3d available? | |
4076 HAVE_XAW3D=no | |
4077 if test "${HAVE_X11}" = "yes"; then | |
4078 if test "${USE_X_TOOLKIT}" != "none"; then | |
4079 old_c_flags="${CFLAGS}" | |
4080 CFLAGS="${LD_SWITCH_X_SITE}" | |
4081 ac_safe=`echo "X11/Xaw3d/Scrollbar.h" | sed 'y%./+-%__p_%'` | |
4082 echo $ac_n "checking for X11/Xaw3d/Scrollbar.h""... $ac_c" 1>&6 | |
27729 | 4083 echo "configure:4084: checking for X11/Xaw3d/Scrollbar.h" >&5 |
25897 | 4084 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
4085 echo $ac_n "(cached) $ac_c" 1>&6 | |
4086 else | |
4087 cat > conftest.$ac_ext <<EOF | |
27729 | 4088 #line 4089 "configure" |
25897 | 4089 #include "confdefs.h" |
4090 #include <X11/Xaw3d/Scrollbar.h> | |
4091 EOF | |
4092 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
27729 | 4093 { (eval echo configure:4094: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
27205 | 4094 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
25897 | 4095 if test -z "$ac_err"; then |
4096 rm -rf conftest* | |
4097 eval "ac_cv_header_$ac_safe=yes" | |
4098 else | |
4099 echo "$ac_err" >&5 | |
4100 echo "configure: failed program was:" >&5 | |
4101 cat conftest.$ac_ext >&5 | |
4102 rm -rf conftest* | |
4103 eval "ac_cv_header_$ac_safe=no" | |
4104 fi | |
4105 rm -f conftest* | |
4106 fi | |
4107 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
4108 echo "$ac_t""yes" 1>&6 | |
4109 echo $ac_n "checking for XawScrollbarSetThumb in -lXaw3d""... $ac_c" 1>&6 | |
27729 | 4110 echo "configure:4111: checking for XawScrollbarSetThumb in -lXaw3d" >&5 |
25897 | 4111 ac_lib_var=`echo Xaw3d'_'XawScrollbarSetThumb | sed 'y%./+-%__p_%'` |
4112 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
4113 echo $ac_n "(cached) $ac_c" 1>&6 | |
4114 else | |
4115 ac_save_LIBS="$LIBS" | |
4116 LIBS="-lXaw3d -lX11 $LIBS" | |
4117 cat > conftest.$ac_ext <<EOF | |
27729 | 4118 #line 4119 "configure" |
25897 | 4119 #include "confdefs.h" |
4120 /* Override any gcc2 internal prototype to avoid an error. */ | |
4121 /* We use char because int might match the return type of a gcc2 | |
4122 builtin and then its argument prototype would still apply. */ | |
4123 char XawScrollbarSetThumb(); | |
4124 | |
4125 int main() { | |
4126 XawScrollbarSetThumb() | |
4127 ; return 0; } | |
4128 EOF | |
27729 | 4129 if { (eval echo configure:4130: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
25897 | 4130 rm -rf conftest* |
4131 eval "ac_cv_lib_$ac_lib_var=yes" | |
4132 else | |
4133 echo "configure: failed program was:" >&5 | |
4134 cat conftest.$ac_ext >&5 | |
4135 rm -rf conftest* | |
4136 eval "ac_cv_lib_$ac_lib_var=no" | |
4137 fi | |
4138 rm -f conftest* | |
4139 LIBS="$ac_save_LIBS" | |
4140 | |
4141 fi | |
4142 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
4143 echo "$ac_t""yes" 1>&6 | |
4144 HAVE_XAW3D=yes | |
4145 else | |
4146 echo "$ac_t""no" 1>&6 | |
4147 fi | |
4148 | |
4149 else | |
4150 echo "$ac_t""no" 1>&6 | |
4151 fi | |
4152 | |
4153 CFLAGS="${old_c_flags}" | |
4154 | |
4155 if test "${HAVE_XAW3D}" = "yes"; then | |
4156 cat >> confdefs.h <<\EOF | |
4157 #define HAVE_XAW3D 1 | |
4158 EOF | |
4159 | |
4160 fi | |
4161 fi | |
4162 fi | |
4163 | |
4164 | |
4165 USE_TOOLKIT_SCROLL_BARS=no | |
4166 if test "${with_toolkit_scroll_bars}" != "no"; then | |
4167 if test "${USE_X_TOOLKIT}" != "none"; then | |
4168 if test "${USE_X_TOOLKIT}" = "MOTIF"; then | |
4169 cat >> confdefs.h <<\EOF | |
4170 #define USE_TOOLKIT_SCROLL_BARS 1 | |
4171 EOF | |
4172 | |
4173 HAVE_XAW3D=no | |
4174 USE_TOOLKIT_SCROLL_BARS=yes | |
4175 elif test "${HAVE_XAW3D}" = "yes"; then | |
4176 cat >> confdefs.h <<\EOF | |
4177 #define USE_TOOLKIT_SCROLL_BARS 1 | |
4178 EOF | |
4179 | |
4180 USE_TOOLKIT_SCROLL_BARS=yes | |
4181 fi | |
4182 fi | |
4183 fi | |
4184 | |
4185 ### Use -lXpm if available, unless `--with-xpm=no'. | |
4186 HAVE_XPM=no | |
4187 if test "${HAVE_X11}" = "yes"; then | |
4188 if test "${with_xpm}" != "no"; then | |
4189 old_c_flags="${CFLAGS}" | |
4190 CFLAGS="${LD_SWITCH_X_SITE}" | |
4191 ac_safe=`echo "X11/xpm.h" | sed 'y%./+-%__p_%'` | |
4192 echo $ac_n "checking for X11/xpm.h""... $ac_c" 1>&6 | |
27729 | 4193 echo "configure:4194: checking for X11/xpm.h" >&5 |
25897 | 4194 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
4195 echo $ac_n "(cached) $ac_c" 1>&6 | |
4196 else | |
4197 cat > conftest.$ac_ext <<EOF | |
27729 | 4198 #line 4199 "configure" |
25897 | 4199 #include "confdefs.h" |
4200 #include <X11/xpm.h> | |
4201 EOF | |
4202 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
27729 | 4203 { (eval echo configure:4204: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
27205 | 4204 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
25897 | 4205 if test -z "$ac_err"; then |
4206 rm -rf conftest* | |
4207 eval "ac_cv_header_$ac_safe=yes" | |
4208 else | |
4209 echo "$ac_err" >&5 | |
4210 echo "configure: failed program was:" >&5 | |
4211 cat conftest.$ac_ext >&5 | |
4212 rm -rf conftest* | |
4213 eval "ac_cv_header_$ac_safe=no" | |
4214 fi | |
4215 rm -f conftest* | |
4216 fi | |
4217 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
4218 echo "$ac_t""yes" 1>&6 | |
4219 echo $ac_n "checking for XpmReadFileToPixmap in -lXpm""... $ac_c" 1>&6 | |
27729 | 4220 echo "configure:4221: checking for XpmReadFileToPixmap in -lXpm" >&5 |
25897 | 4221 ac_lib_var=`echo Xpm'_'XpmReadFileToPixmap | sed 'y%./+-%__p_%'` |
4222 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
4223 echo $ac_n "(cached) $ac_c" 1>&6 | |
4224 else | |
4225 ac_save_LIBS="$LIBS" | |
4226 LIBS="-lXpm -lX11 $LIBS" | |
4227 cat > conftest.$ac_ext <<EOF | |
27729 | 4228 #line 4229 "configure" |
25897 | 4229 #include "confdefs.h" |
4230 /* Override any gcc2 internal prototype to avoid an error. */ | |
4231 /* We use char because int might match the return type of a gcc2 | |
4232 builtin and then its argument prototype would still apply. */ | |
4233 char XpmReadFileToPixmap(); | |
4234 | |
4235 int main() { | |
4236 XpmReadFileToPixmap() | |
4237 ; return 0; } | |
4238 EOF | |
27729 | 4239 if { (eval echo configure:4240: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
25897 | 4240 rm -rf conftest* |
4241 eval "ac_cv_lib_$ac_lib_var=yes" | |
4242 else | |
4243 echo "configure: failed program was:" >&5 | |
4244 cat conftest.$ac_ext >&5 | |
4245 rm -rf conftest* | |
4246 eval "ac_cv_lib_$ac_lib_var=no" | |
4247 fi | |
4248 rm -f conftest* | |
4249 LIBS="$ac_save_LIBS" | |
4250 | |
4251 fi | |
4252 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
4253 echo "$ac_t""yes" 1>&6 | |
4254 HAVE_XPM=yes | |
4255 else | |
4256 echo "$ac_t""no" 1>&6 | |
4257 fi | |
4258 | |
4259 else | |
4260 echo "$ac_t""no" 1>&6 | |
4261 fi | |
4262 | |
4263 CFLAGS="${old_c_flags}" | |
4264 fi | |
4265 | |
4266 if test "${HAVE_XPM}" = "yes"; then | |
4267 cat >> confdefs.h <<\EOF | |
4268 #define HAVE_XPM 1 | |
4269 EOF | |
4270 | |
4271 fi | |
4272 fi | |
4273 | |
4274 ### Use -ljpeg if available, unless `--with-jpeg=no'. | |
4275 HAVE_JPEG=no | |
4276 if test "${HAVE_X11}" = "yes"; then | |
4277 if test "${with_jpeg}" != "no"; then | |
4278 old_c_flags="${CFLAGS}" | |
4279 CFLAGS="${LD_SWITCH_X_SITE} ${CFLAGS}" | |
27356 | 4280 ac_safe=`echo "jerror.h" | sed 'y%./+-%__p_%'` |
4281 echo $ac_n "checking for jerror.h""... $ac_c" 1>&6 | |
27729 | 4282 echo "configure:4283: checking for jerror.h" >&5 |
27356 | 4283 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
4284 echo $ac_n "(cached) $ac_c" 1>&6 | |
4285 else | |
4286 cat > conftest.$ac_ext <<EOF | |
27729 | 4287 #line 4288 "configure" |
27356 | 4288 #include "confdefs.h" |
4289 #include <jerror.h> | |
4290 EOF | |
4291 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
27729 | 4292 { (eval echo configure:4293: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
27356 | 4293 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
4294 if test -z "$ac_err"; then | |
4295 rm -rf conftest* | |
4296 eval "ac_cv_header_$ac_safe=yes" | |
4297 else | |
4298 echo "$ac_err" >&5 | |
4299 echo "configure: failed program was:" >&5 | |
4300 cat conftest.$ac_ext >&5 | |
4301 rm -rf conftest* | |
4302 eval "ac_cv_header_$ac_safe=no" | |
4303 fi | |
4304 rm -f conftest* | |
4305 fi | |
4306 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
4307 echo "$ac_t""yes" 1>&6 | |
4308 echo $ac_n "checking for jpeg_destroy_compress in -ljpeg""... $ac_c" 1>&6 | |
27729 | 4309 echo "configure:4310: checking for jpeg_destroy_compress in -ljpeg" >&5 |
25897 | 4310 ac_lib_var=`echo jpeg'_'jpeg_destroy_compress | sed 'y%./+-%__p_%'` |
4311 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
4312 echo $ac_n "(cached) $ac_c" 1>&6 | |
4313 else | |
4314 ac_save_LIBS="$LIBS" | |
4315 LIBS="-ljpeg -lX11 $LIBS" | |
4316 cat > conftest.$ac_ext <<EOF | |
27729 | 4317 #line 4318 "configure" |
25897 | 4318 #include "confdefs.h" |
4319 /* Override any gcc2 internal prototype to avoid an error. */ | |
4320 /* We use char because int might match the return type of a gcc2 | |
4321 builtin and then its argument prototype would still apply. */ | |
4322 char jpeg_destroy_compress(); | |
4323 | |
4324 int main() { | |
4325 jpeg_destroy_compress() | |
4326 ; return 0; } | |
4327 EOF | |
27729 | 4328 if { (eval echo configure:4329: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
25897 | 4329 rm -rf conftest* |
4330 eval "ac_cv_lib_$ac_lib_var=yes" | |
4331 else | |
4332 echo "configure: failed program was:" >&5 | |
4333 cat conftest.$ac_ext >&5 | |
4334 rm -rf conftest* | |
4335 eval "ac_cv_lib_$ac_lib_var=no" | |
4336 fi | |
4337 rm -f conftest* | |
4338 LIBS="$ac_save_LIBS" | |
4339 | |
4340 fi | |
4341 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
4342 echo "$ac_t""yes" 1>&6 | |
4343 HAVE_JPEG=yes | |
4344 else | |
4345 echo "$ac_t""no" 1>&6 | |
4346 fi | |
4347 | |
27356 | 4348 else |
4349 echo "$ac_t""no" 1>&6 | |
4350 fi | |
4351 | |
25897 | 4352 CFLAGS="${old_c_flags}" |
4353 fi | |
4354 | |
4355 if test "${HAVE_JPEG}" = "yes"; then | |
4356 cat >> confdefs.h <<\EOF | |
4357 #define HAVE_JPEG 1 | |
4358 EOF | |
4359 | |
4360 fi | |
4361 fi | |
4362 | |
4363 ### Use -lpng if available, unless `--with-png=no'. | |
4364 HAVE_PNG=no | |
4365 if test "${HAVE_X11}" = "yes"; then | |
4366 if test "${with_png}" != "no"; then | |
4367 old_c_flags="${CFLAGS}" | |
4368 CFLAGS="${LD_SWITCH_X_SITE} ${CFLAGS}" | |
4369 ac_safe=`echo "png.h" | sed 'y%./+-%__p_%'` | |
4370 echo $ac_n "checking for png.h""... $ac_c" 1>&6 | |
27729 | 4371 echo "configure:4372: checking for png.h" >&5 |
25897 | 4372 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
4373 echo $ac_n "(cached) $ac_c" 1>&6 | |
4374 else | |
4375 cat > conftest.$ac_ext <<EOF | |
27729 | 4376 #line 4377 "configure" |
25897 | 4377 #include "confdefs.h" |
4378 #include <png.h> | |
4379 EOF | |
4380 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
27729 | 4381 { (eval echo configure:4382: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
27205 | 4382 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
25897 | 4383 if test -z "$ac_err"; then |
4384 rm -rf conftest* | |
4385 eval "ac_cv_header_$ac_safe=yes" | |
4386 else | |
4387 echo "$ac_err" >&5 | |
4388 echo "configure: failed program was:" >&5 | |
4389 cat conftest.$ac_ext >&5 | |
4390 rm -rf conftest* | |
4391 eval "ac_cv_header_$ac_safe=no" | |
4392 fi | |
4393 rm -f conftest* | |
4394 fi | |
4395 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
4396 echo "$ac_t""yes" 1>&6 | |
4397 echo $ac_n "checking for png_set_expand in -lpng""... $ac_c" 1>&6 | |
27729 | 4398 echo "configure:4399: checking for png_set_expand in -lpng" >&5 |
25897 | 4399 ac_lib_var=`echo png'_'png_set_expand | sed 'y%./+-%__p_%'` |
4400 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
4401 echo $ac_n "(cached) $ac_c" 1>&6 | |
4402 else | |
4403 ac_save_LIBS="$LIBS" | |
4404 LIBS="-lpng -lX11 -lz -lm $LIBS" | |
4405 cat > conftest.$ac_ext <<EOF | |
27729 | 4406 #line 4407 "configure" |
25897 | 4407 #include "confdefs.h" |
4408 /* Override any gcc2 internal prototype to avoid an error. */ | |
4409 /* We use char because int might match the return type of a gcc2 | |
4410 builtin and then its argument prototype would still apply. */ | |
4411 char png_set_expand(); | |
4412 | |
4413 int main() { | |
4414 png_set_expand() | |
4415 ; return 0; } | |
4416 EOF | |
27729 | 4417 if { (eval echo configure:4418: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
25897 | 4418 rm -rf conftest* |
4419 eval "ac_cv_lib_$ac_lib_var=yes" | |
4420 else | |
4421 echo "configure: failed program was:" >&5 | |
4422 cat conftest.$ac_ext >&5 | |
4423 rm -rf conftest* | |
4424 eval "ac_cv_lib_$ac_lib_var=no" | |
4425 fi | |
4426 rm -f conftest* | |
4427 LIBS="$ac_save_LIBS" | |
4428 | |
4429 fi | |
4430 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
4431 echo "$ac_t""yes" 1>&6 | |
4432 HAVE_PNG=yes | |
4433 else | |
4434 echo "$ac_t""no" 1>&6 | |
4435 fi | |
4436 | |
4437 else | |
4438 echo "$ac_t""no" 1>&6 | |
4439 fi | |
4440 | |
4441 CFLAGS="${old_c_flags}" | |
4442 fi | |
4443 | |
4444 if test "${HAVE_PNG}" = "yes"; then | |
4445 cat >> confdefs.h <<\EOF | |
4446 #define HAVE_PNG 1 | |
4447 EOF | |
4448 | |
4449 fi | |
4450 fi | |
4451 | |
4452 ### Use -ltiff if available, unless `--with-tiff=no'. | |
4453 HAVE_TIFF=no | |
4454 if test "${HAVE_X11}" = "yes"; then | |
4455 if test "${with_tiff}" != "no"; then | |
4456 old_c_flags="${CFLAGS}" | |
4457 CFLAGS="${LD_SWITCH_X_SITE} ${CFLAGS}" | |
4458 ac_safe=`echo "tiffio.h" | sed 'y%./+-%__p_%'` | |
4459 echo $ac_n "checking for tiffio.h""... $ac_c" 1>&6 | |
27729 | 4460 echo "configure:4461: checking for tiffio.h" >&5 |
25897 | 4461 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
4462 echo $ac_n "(cached) $ac_c" 1>&6 | |
4463 else | |
4464 cat > conftest.$ac_ext <<EOF | |
27729 | 4465 #line 4466 "configure" |
25897 | 4466 #include "confdefs.h" |
4467 #include <tiffio.h> | |
4468 EOF | |
4469 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
27729 | 4470 { (eval echo configure:4471: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
27205 | 4471 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
25897 | 4472 if test -z "$ac_err"; then |
4473 rm -rf conftest* | |
4474 eval "ac_cv_header_$ac_safe=yes" | |
4475 else | |
4476 echo "$ac_err" >&5 | |
4477 echo "configure: failed program was:" >&5 | |
4478 cat conftest.$ac_ext >&5 | |
4479 rm -rf conftest* | |
4480 eval "ac_cv_header_$ac_safe=no" | |
4481 fi | |
4482 rm -f conftest* | |
4483 fi | |
4484 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
4485 echo "$ac_t""yes" 1>&6 | |
4486 echo $ac_n "checking for TIFFGetVersion in -ltiff""... $ac_c" 1>&6 | |
27729 | 4487 echo "configure:4488: checking for TIFFGetVersion in -ltiff" >&5 |
25897 | 4488 ac_lib_var=`echo tiff'_'TIFFGetVersion | sed 'y%./+-%__p_%'` |
4489 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
4490 echo $ac_n "(cached) $ac_c" 1>&6 | |
4491 else | |
4492 ac_save_LIBS="$LIBS" | |
4493 LIBS="-ltiff -lX11 -lm $LIBS" | |
4494 cat > conftest.$ac_ext <<EOF | |
27729 | 4495 #line 4496 "configure" |
25897 | 4496 #include "confdefs.h" |
4497 /* Override any gcc2 internal prototype to avoid an error. */ | |
4498 /* We use char because int might match the return type of a gcc2 | |
4499 builtin and then its argument prototype would still apply. */ | |
4500 char TIFFGetVersion(); | |
4501 | |
4502 int main() { | |
4503 TIFFGetVersion() | |
4504 ; return 0; } | |
4505 EOF | |
27729 | 4506 if { (eval echo configure:4507: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
25897 | 4507 rm -rf conftest* |
4508 eval "ac_cv_lib_$ac_lib_var=yes" | |
4509 else | |
4510 echo "configure: failed program was:" >&5 | |
4511 cat conftest.$ac_ext >&5 | |
4512 rm -rf conftest* | |
4513 eval "ac_cv_lib_$ac_lib_var=no" | |
4514 fi | |
4515 rm -f conftest* | |
4516 LIBS="$ac_save_LIBS" | |
4517 | |
4518 fi | |
4519 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
4520 echo "$ac_t""yes" 1>&6 | |
4521 HAVE_TIFF=yes | |
4522 else | |
4523 echo "$ac_t""no" 1>&6 | |
4524 fi | |
4525 | |
4526 else | |
4527 echo "$ac_t""no" 1>&6 | |
4528 fi | |
4529 | |
4530 CFLAGS="${old_c_flags}" | |
4531 fi | |
4532 | |
4533 if test "${HAVE_TIFF}" = "yes"; then | |
4534 cat >> confdefs.h <<\EOF | |
4535 #define HAVE_TIFF 1 | |
4536 EOF | |
4537 | |
4538 fi | |
4539 fi | |
4540 | |
4541 ### Use -lgif if available, unless `--with-gif=no'. | |
4542 HAVE_GIF=no | |
4543 if test "${HAVE_X11}" = "yes"; then | |
4544 if test "${with_gif}" != "no"; then | |
4545 old_c_flags="${CFLAGS}" | |
4546 CFLAGS="${LD_SWITCH_X_SITE} ${CFLAGS}" | |
4547 ac_safe=`echo "gif_lib.h" | sed 'y%./+-%__p_%'` | |
4548 echo $ac_n "checking for gif_lib.h""... $ac_c" 1>&6 | |
27729 | 4549 echo "configure:4550: checking for gif_lib.h" >&5 |
25897 | 4550 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
4551 echo $ac_n "(cached) $ac_c" 1>&6 | |
4552 else | |
4553 cat > conftest.$ac_ext <<EOF | |
27729 | 4554 #line 4555 "configure" |
25897 | 4555 #include "confdefs.h" |
4556 #include <gif_lib.h> | |
4557 EOF | |
4558 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
27729 | 4559 { (eval echo configure:4560: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
27205 | 4560 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
25897 | 4561 if test -z "$ac_err"; then |
4562 rm -rf conftest* | |
4563 eval "ac_cv_header_$ac_safe=yes" | |
4564 else | |
4565 echo "$ac_err" >&5 | |
4566 echo "configure: failed program was:" >&5 | |
4567 cat conftest.$ac_ext >&5 | |
4568 rm -rf conftest* | |
4569 eval "ac_cv_header_$ac_safe=no" | |
4570 fi | |
4571 rm -f conftest* | |
4572 fi | |
4573 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
4574 echo "$ac_t""yes" 1>&6 | |
27356 | 4575 echo $ac_n "checking for DGifOpen in -lungif""... $ac_c" 1>&6 |
27729 | 4576 echo "configure:4577: checking for DGifOpen in -lungif" >&5 |
27356 | 4577 ac_lib_var=`echo ungif'_'DGifOpen | sed 'y%./+-%__p_%'` |
25897 | 4578 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
4579 echo $ac_n "(cached) $ac_c" 1>&6 | |
4580 else | |
4581 ac_save_LIBS="$LIBS" | |
4582 LIBS="-lungif -lX11 $LIBS" | |
4583 cat > conftest.$ac_ext <<EOF | |
27729 | 4584 #line 4585 "configure" |
25897 | 4585 #include "confdefs.h" |
4586 /* Override any gcc2 internal prototype to avoid an error. */ | |
4587 /* We use char because int might match the return type of a gcc2 | |
4588 builtin and then its argument prototype would still apply. */ | |
27356 | 4589 char DGifOpen(); |
25897 | 4590 |
4591 int main() { | |
27356 | 4592 DGifOpen() |
25897 | 4593 ; return 0; } |
4594 EOF | |
27729 | 4595 if { (eval echo configure:4596: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
25897 | 4596 rm -rf conftest* |
4597 eval "ac_cv_lib_$ac_lib_var=yes" | |
4598 else | |
4599 echo "configure: failed program was:" >&5 | |
4600 cat conftest.$ac_ext >&5 | |
4601 rm -rf conftest* | |
4602 eval "ac_cv_lib_$ac_lib_var=no" | |
4603 fi | |
4604 rm -f conftest* | |
4605 LIBS="$ac_save_LIBS" | |
4606 | |
4607 fi | |
4608 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
4609 echo "$ac_t""yes" 1>&6 | |
4610 HAVE_GIF=yes | |
4611 else | |
4612 echo "$ac_t""no" 1>&6 | |
4613 fi | |
4614 | |
4615 else | |
4616 echo "$ac_t""no" 1>&6 | |
4617 fi | |
4618 | |
4619 CFLAGS="${old_c_flags}" | |
4620 fi | |
4621 | |
4622 if test "${HAVE_GIF}" = "yes"; then | |
4623 cat >> confdefs.h <<\EOF | |
4624 #define HAVE_GIF 1 | |
4625 EOF | |
4626 | |
4627 fi | |
4628 fi | |
4629 | |
4630 # If netdb.h doesn't declare h_errno, we must declare it by hand. | |
4631 echo $ac_n "checking whether netdb declares h_errno""... $ac_c" 1>&6 | |
27729 | 4632 echo "configure:4633: checking whether netdb declares h_errno" >&5 |
25897 | 4633 if eval "test \"`echo '$''{'emacs_cv_netdb_declares_h_errno'+set}'`\" = set"; then |
4634 echo $ac_n "(cached) $ac_c" 1>&6 | |
4635 else | |
4636 cat > conftest.$ac_ext <<EOF | |
27729 | 4637 #line 4638 "configure" |
25897 | 4638 #include "confdefs.h" |
4639 #include <netdb.h> | |
4640 int main() { | |
4641 return h_errno; | |
4642 ; return 0; } | |
4643 EOF | |
27729 | 4644 if { (eval echo configure:4645: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
25897 | 4645 rm -rf conftest* |
4646 emacs_cv_netdb_declares_h_errno=yes | |
4647 else | |
4648 echo "configure: failed program was:" >&5 | |
4649 cat conftest.$ac_ext >&5 | |
4650 rm -rf conftest* | |
4651 emacs_cv_netdb_declares_h_errno=no | |
4652 fi | |
4653 rm -f conftest* | |
4654 fi | |
4655 | |
4656 echo "$ac_t""$emacs_cv_netdb_declares_h_errno" 1>&6 | |
4657 if test $emacs_cv_netdb_declares_h_errno = yes; then | |
4658 cat >> confdefs.h <<\EOF | |
4659 #define HAVE_H_ERRNO 1 | |
4660 EOF | |
4661 | |
4662 fi | |
4663 | |
4664 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works | |
4665 # for constant arguments. Useless! | |
4666 echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 | |
27729 | 4667 echo "configure:4668: checking for working alloca.h" >&5 |
25897 | 4668 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then |
4669 echo $ac_n "(cached) $ac_c" 1>&6 | |
4670 else | |
4671 cat > conftest.$ac_ext <<EOF | |
27729 | 4672 #line 4673 "configure" |
25897 | 4673 #include "confdefs.h" |
4674 #include <alloca.h> | |
4675 int main() { | |
27729 | 4676 char *p = alloca(2 * sizeof(int)); |
25897 | 4677 ; return 0; } |
4678 EOF | |
27729 | 4679 if { (eval echo configure:4680: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
25897 | 4680 rm -rf conftest* |
4681 ac_cv_header_alloca_h=yes | |
4682 else | |
4683 echo "configure: failed program was:" >&5 | |
4684 cat conftest.$ac_ext >&5 | |
4685 rm -rf conftest* | |
4686 ac_cv_header_alloca_h=no | |
4687 fi | |
4688 rm -f conftest* | |
4689 fi | |
4690 | |
4691 echo "$ac_t""$ac_cv_header_alloca_h" 1>&6 | |
4692 if test $ac_cv_header_alloca_h = yes; then | |
4693 cat >> confdefs.h <<\EOF | |
4694 #define HAVE_ALLOCA_H 1 | |
4695 EOF | |
4696 | |
4697 fi | |
4698 | |
4699 echo $ac_n "checking for alloca""... $ac_c" 1>&6 | |
27729 | 4700 echo "configure:4701: checking for alloca" >&5 |
25897 | 4701 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then |
4702 echo $ac_n "(cached) $ac_c" 1>&6 | |
4703 else | |
4704 cat > conftest.$ac_ext <<EOF | |
27729 | 4705 #line 4706 "configure" |
25897 | 4706 #include "confdefs.h" |
4707 | |
4708 #ifdef __GNUC__ | |
4709 # define alloca __builtin_alloca | |
4710 #else | |
27205 | 4711 # ifdef _MSC_VER |
4712 # include <malloc.h> | |
4713 # define alloca _alloca | |
25897 | 4714 # else |
27205 | 4715 # if HAVE_ALLOCA_H |
4716 # include <alloca.h> | |
25897 | 4717 # else |
27205 | 4718 # ifdef _AIX |
4719 #pragma alloca | |
4720 # else | |
4721 # ifndef alloca /* predefined by HP cc +Olibcalls */ | |
25897 | 4722 char *alloca (); |
27205 | 4723 # endif |
25897 | 4724 # endif |
4725 # endif | |
4726 # endif | |
4727 #endif | |
4728 | |
4729 int main() { | |
4730 char *p = (char *) alloca(1); | |
4731 ; return 0; } | |
4732 EOF | |
27729 | 4733 if { (eval echo configure:4734: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
25897 | 4734 rm -rf conftest* |
4735 ac_cv_func_alloca_works=yes | |
4736 else | |
4737 echo "configure: failed program was:" >&5 | |
4738 cat conftest.$ac_ext >&5 | |
4739 rm -rf conftest* | |
4740 ac_cv_func_alloca_works=no | |
4741 fi | |
4742 rm -f conftest* | |
4743 fi | |
4744 | |
4745 echo "$ac_t""$ac_cv_func_alloca_works" 1>&6 | |
4746 if test $ac_cv_func_alloca_works = yes; then | |
4747 cat >> confdefs.h <<\EOF | |
4748 #define HAVE_ALLOCA 1 | |
4749 EOF | |
4750 | |
4751 fi | |
4752 | |
4753 if test $ac_cv_func_alloca_works = no; then | |
4754 # The SVR3 libPW and SVR4 libucb both contain incompatible functions | |
4755 # that cause trouble. Some versions do not even contain alloca or | |
4756 # contain a buggy version. If you still want to use their alloca, | |
4757 # use ar to extract alloca.o from them instead of compiling alloca.c. | |
27205 | 4758 ALLOCA=alloca.${ac_objext} |
25897 | 4759 cat >> confdefs.h <<\EOF |
4760 #define C_ALLOCA 1 | |
4761 EOF | |
4762 | |
4763 | |
4764 echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 | |
27729 | 4765 echo "configure:4766: checking whether alloca needs Cray hooks" >&5 |
25897 | 4766 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then |
4767 echo $ac_n "(cached) $ac_c" 1>&6 | |
4768 else | |
4769 cat > conftest.$ac_ext <<EOF | |
27729 | 4770 #line 4771 "configure" |
25897 | 4771 #include "confdefs.h" |
4772 #if defined(CRAY) && ! defined(CRAY2) | |
4773 webecray | |
4774 #else | |
4775 wenotbecray | |
4776 #endif | |
4777 | |
4778 EOF | |
4779 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
4780 egrep "webecray" >/dev/null 2>&1; then | |
4781 rm -rf conftest* | |
4782 ac_cv_os_cray=yes | |
4783 else | |
4784 rm -rf conftest* | |
4785 ac_cv_os_cray=no | |
4786 fi | |
4787 rm -f conftest* | |
4788 | |
4789 fi | |
4790 | |
4791 echo "$ac_t""$ac_cv_os_cray" 1>&6 | |
4792 if test $ac_cv_os_cray = yes; then | |
4793 for ac_func in _getb67 GETB67 getb67; do | |
4794 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | |
27729 | 4795 echo "configure:4796: checking for $ac_func" >&5 |
25897 | 4796 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
4797 echo $ac_n "(cached) $ac_c" 1>&6 | |
4798 else | |
4799 cat > conftest.$ac_ext <<EOF | |
27729 | 4800 #line 4801 "configure" |
25897 | 4801 #include "confdefs.h" |
4802 /* System header to define __stub macros and hopefully few prototypes, | |
4803 which can conflict with char $ac_func(); below. */ | |
4804 #include <assert.h> | |
4805 /* Override any gcc2 internal prototype to avoid an error. */ | |
4806 /* We use char because int might match the return type of a gcc2 | |
4807 builtin and then its argument prototype would still apply. */ | |
4808 char $ac_func(); | |
4809 | |
4810 int main() { | |
4811 | |
4812 /* The GNU C library defines this for functions which it implements | |
4813 to always fail with ENOSYS. Some functions are actually named | |
4814 something starting with __ and the normal name is an alias. */ | |
4815 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
4816 choke me | |
4817 #else | |
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
|
4818 $ac_func(); |
25897 | 4819 #endif |
4820 | |
4821 ; return 0; } | |
4822 EOF | |
27729 | 4823 if { (eval echo configure:4824: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
25897 | 4824 rm -rf conftest* |
4825 eval "ac_cv_func_$ac_func=yes" | |
4826 else | |
4827 echo "configure: failed program was:" >&5 | |
4828 cat conftest.$ac_ext >&5 | |
4829 rm -rf conftest* | |
4830 eval "ac_cv_func_$ac_func=no" | |
4831 fi | |
4832 rm -f conftest* | |
4833 fi | |
4834 | |
4835 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
4836 echo "$ac_t""yes" 1>&6 | |
4837 cat >> confdefs.h <<EOF | |
4838 #define CRAY_STACKSEG_END $ac_func | |
4839 EOF | |
4840 | |
4841 break | |
4842 else | |
4843 echo "$ac_t""no" 1>&6 | |
4844 fi | |
4845 | |
4846 done | |
4847 fi | |
4848 | |
4849 echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 | |
27729 | 4850 echo "configure:4851: checking stack direction for C alloca" >&5 |
25897 | 4851 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then |
4852 echo $ac_n "(cached) $ac_c" 1>&6 | |
4853 else | |
4854 if test "$cross_compiling" = yes; then | |
4855 ac_cv_c_stack_direction=0 | |
4856 else | |
4857 cat > conftest.$ac_ext <<EOF | |
27729 | 4858 #line 4859 "configure" |
25897 | 4859 #include "confdefs.h" |
4860 find_stack_direction () | |
4861 { | |
4862 static char *addr = 0; | |
4863 auto char dummy; | |
4864 if (addr == 0) | |
4865 { | |
4866 addr = &dummy; | |
4867 return find_stack_direction (); | |
4868 } | |
4869 else | |
4870 return (&dummy > addr) ? 1 : -1; | |
4871 } | |
4872 main () | |
4873 { | |
4874 exit (find_stack_direction() < 0); | |
4875 } | |
4876 EOF | |
27729 | 4877 if { (eval echo configure:4878: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
25897 | 4878 then |
4879 ac_cv_c_stack_direction=1 | |
4880 else | |
4881 echo "configure: failed program was:" >&5 | |
4882 cat conftest.$ac_ext >&5 | |
4883 rm -fr conftest* | |
4884 ac_cv_c_stack_direction=-1 | |
4885 fi | |
4886 rm -fr conftest* | |
4887 fi | |
4888 | |
4889 fi | |
4890 | |
4891 echo "$ac_t""$ac_cv_c_stack_direction" 1>&6 | |
4892 cat >> confdefs.h <<EOF | |
4893 #define STACK_DIRECTION $ac_cv_c_stack_direction | |
4894 EOF | |
4895 | |
4896 fi | |
4897 | |
4898 | |
4899 # fmod, logb, and frexp are found in -lm on most systems. | |
4900 # On HPUX 9.01, -lm does not contain logb, so check for sqrt. | |
4901 echo $ac_n "checking for sqrt in -lm""... $ac_c" 1>&6 | |
27729 | 4902 echo "configure:4903: checking for sqrt in -lm" >&5 |
25897 | 4903 ac_lib_var=`echo m'_'sqrt | sed 'y%./+-%__p_%'` |
4904 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
4905 echo $ac_n "(cached) $ac_c" 1>&6 | |
4906 else | |
4907 ac_save_LIBS="$LIBS" | |
4908 LIBS="-lm $LIBS" | |
4909 cat > conftest.$ac_ext <<EOF | |
27729 | 4910 #line 4911 "configure" |
25897 | 4911 #include "confdefs.h" |
4912 /* Override any gcc2 internal prototype to avoid an error. */ | |
4913 /* We use char because int might match the return type of a gcc2 | |
4914 builtin and then its argument prototype would still apply. */ | |
4915 char sqrt(); | |
4916 | |
4917 int main() { | |
4918 sqrt() | |
4919 ; return 0; } | |
4920 EOF | |
27729 | 4921 if { (eval echo configure:4922: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
25897 | 4922 rm -rf conftest* |
4923 eval "ac_cv_lib_$ac_lib_var=yes" | |
4924 else | |
4925 echo "configure: failed program was:" >&5 | |
4926 cat conftest.$ac_ext >&5 | |
4927 rm -rf conftest* | |
4928 eval "ac_cv_lib_$ac_lib_var=no" | |
4929 fi | |
4930 rm -f conftest* | |
4931 LIBS="$ac_save_LIBS" | |
4932 | |
4933 fi | |
4934 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
4935 echo "$ac_t""yes" 1>&6 | |
4936 ac_tr_lib=HAVE_LIB`echo m | sed -e 's/[^a-zA-Z0-9_]/_/g' \ | |
4937 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` | |
4938 cat >> confdefs.h <<EOF | |
4939 #define $ac_tr_lib 1 | |
4940 EOF | |
4941 | |
4942 LIBS="-lm $LIBS" | |
4943 | |
4944 else | |
4945 echo "$ac_t""no" 1>&6 | |
4946 fi | |
4947 | |
4948 | |
4949 # Check for mail-locking functions in a "mail" library | |
4950 echo $ac_n "checking for maillock in -lmail""... $ac_c" 1>&6 | |
27729 | 4951 echo "configure:4952: checking for maillock in -lmail" >&5 |
25897 | 4952 ac_lib_var=`echo mail'_'maillock | sed 'y%./+-%__p_%'` |
4953 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
4954 echo $ac_n "(cached) $ac_c" 1>&6 | |
4955 else | |
4956 ac_save_LIBS="$LIBS" | |
4957 LIBS="-lmail $LIBS" | |
4958 cat > conftest.$ac_ext <<EOF | |
27729 | 4959 #line 4960 "configure" |
25897 | 4960 #include "confdefs.h" |
4961 /* Override any gcc2 internal prototype to avoid an error. */ | |
4962 /* We use char because int might match the return type of a gcc2 | |
4963 builtin and then its argument prototype would still apply. */ | |
4964 char maillock(); | |
4965 | |
4966 int main() { | |
4967 maillock() | |
4968 ; return 0; } | |
4969 EOF | |
27729 | 4970 if { (eval echo configure:4971: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
25897 | 4971 rm -rf conftest* |
4972 eval "ac_cv_lib_$ac_lib_var=yes" | |
4973 else | |
4974 echo "configure: failed program was:" >&5 | |
4975 cat conftest.$ac_ext >&5 | |
4976 rm -rf conftest* | |
4977 eval "ac_cv_lib_$ac_lib_var=no" | |
4978 fi | |
4979 rm -f conftest* | |
4980 LIBS="$ac_save_LIBS" | |
4981 | |
4982 fi | |
4983 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
4984 echo "$ac_t""yes" 1>&6 | |
4985 ac_tr_lib=HAVE_LIB`echo mail | sed -e 's/[^a-zA-Z0-9_]/_/g' \ | |
4986 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` | |
4987 cat >> confdefs.h <<EOF | |
4988 #define $ac_tr_lib 1 | |
4989 EOF | |
4990 | |
4991 LIBS="-lmail $LIBS" | |
4992 | |
4993 else | |
4994 echo "$ac_t""no" 1>&6 | |
4995 fi | |
4996 | |
4997 echo $ac_n "checking for maillock in -llockfile""... $ac_c" 1>&6 | |
27729 | 4998 echo "configure:4999: checking for maillock in -llockfile" >&5 |
25897 | 4999 ac_lib_var=`echo lockfile'_'maillock | sed 'y%./+-%__p_%'` |
5000 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
5001 echo $ac_n "(cached) $ac_c" 1>&6 | |
5002 else | |
5003 ac_save_LIBS="$LIBS" | |
5004 LIBS="-llockfile $LIBS" | |
5005 cat > conftest.$ac_ext <<EOF | |
27729 | 5006 #line 5007 "configure" |
25897 | 5007 #include "confdefs.h" |
5008 /* Override any gcc2 internal prototype to avoid an error. */ | |
5009 /* We use char because int might match the return type of a gcc2 | |
5010 builtin and then its argument prototype would still apply. */ | |
5011 char maillock(); | |
5012 | |
5013 int main() { | |
5014 maillock() | |
5015 ; return 0; } | |
5016 EOF | |
27729 | 5017 if { (eval echo configure:5018: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
25897 | 5018 rm -rf conftest* |
5019 eval "ac_cv_lib_$ac_lib_var=yes" | |
5020 else | |
5021 echo "configure: failed program was:" >&5 | |
5022 cat conftest.$ac_ext >&5 | |
5023 rm -rf conftest* | |
5024 eval "ac_cv_lib_$ac_lib_var=no" | |
5025 fi | |
5026 rm -f conftest* | |
5027 LIBS="$ac_save_LIBS" | |
5028 | |
5029 fi | |
5030 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
5031 echo "$ac_t""yes" 1>&6 | |
5032 ac_tr_lib=HAVE_LIB`echo lockfile | sed -e 's/[^a-zA-Z0-9_]/_/g' \ | |
5033 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` | |
5034 cat >> confdefs.h <<EOF | |
5035 #define $ac_tr_lib 1 | |
5036 EOF | |
5037 | |
5038 LIBS="-llockfile $LIBS" | |
5039 | |
5040 else | |
5041 echo "$ac_t""no" 1>&6 | |
5042 fi | |
5043 | |
5044 # If we have the shared liblockfile, assume we must use it for mail | |
5045 # locking (e.g. Debian). If we couldn't link against liblockfile | |
5046 # (no liblockfile.a installed), ensure that we don't need to. | |
5047 if test "$ac_cv_lib_lockfile_maillock" = no; then | |
5048 # Extract the first word of "liblockfile.so", so it can be a program name with args. | |
5049 set dummy liblockfile.so; ac_word=$2 | |
5050 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
27729 | 5051 echo "configure:5052: checking for $ac_word" >&5 |
25897 | 5052 if eval "test \"`echo '$''{'ac_cv_prog_liblockfile'+set}'`\" = set"; then |
5053 echo $ac_n "(cached) $ac_c" 1>&6 | |
5054 else | |
5055 if test -n "$liblockfile"; then | |
5056 ac_cv_prog_liblockfile="$liblockfile" # Let the user override the test. | |
5057 else | |
27205 | 5058 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
5059 ac_dummy="/usr/lib:/lib:/usr/local/lib:$LD_LIBRARY_PATH" | |
5060 for ac_dir in $ac_dummy; do | |
25897 | 5061 test -z "$ac_dir" && ac_dir=. |
5062 if test -f $ac_dir/$ac_word; then | |
5063 ac_cv_prog_liblockfile="yes" | |
5064 break | |
5065 fi | |
5066 done | |
5067 IFS="$ac_save_ifs" | |
5068 test -z "$ac_cv_prog_liblockfile" && ac_cv_prog_liblockfile="no" | |
5069 fi | |
5070 fi | |
5071 liblockfile="$ac_cv_prog_liblockfile" | |
5072 if test -n "$liblockfile"; then | |
5073 echo "$ac_t""$liblockfile" 1>&6 | |
5074 else | |
5075 echo "$ac_t""no" 1>&6 | |
5076 fi | |
5077 | |
5078 if test $ac_cv_prog_liblockfile = yes; then | |
5079 { echo "configure: error: Shared liblockfile found but can't link against it. | |
5080 This probably means that movemail could lose mail. | |
5081 There may be a \`development' package to install containing liblockfile." 1>&2; exit 1; } | |
5082 else cat >> confdefs.h <<\EOF | |
5083 #define LIBMAIL -llockfile | |
5084 EOF | |
5085 | |
5086 fi | |
5087 else : | |
5088 fi | |
5089 for ac_func in touchlock | |
5090 do | |
5091 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | |
27729 | 5092 echo "configure:5093: checking for $ac_func" >&5 |
25897 | 5093 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
5094 echo $ac_n "(cached) $ac_c" 1>&6 | |
5095 else | |
5096 cat > conftest.$ac_ext <<EOF | |
27729 | 5097 #line 5098 "configure" |
25897 | 5098 #include "confdefs.h" |
5099 /* System header to define __stub macros and hopefully few prototypes, | |
5100 which can conflict with char $ac_func(); below. */ | |
5101 #include <assert.h> | |
5102 /* Override any gcc2 internal prototype to avoid an error. */ | |
5103 /* We use char because int might match the return type of a gcc2 | |
5104 builtin and then its argument prototype would still apply. */ | |
5105 char $ac_func(); | |
5106 | |
5107 int main() { | |
5108 | |
5109 /* The GNU C library defines this for functions which it implements | |
5110 to always fail with ENOSYS. Some functions are actually named | |
5111 something starting with __ and the normal name is an alias. */ | |
5112 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
5113 choke me | |
5114 #else | |
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
|
5115 $ac_func(); |
25897 | 5116 #endif |
5117 | |
5118 ; return 0; } | |
5119 EOF | |
27729 | 5120 if { (eval echo configure:5121: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
25897 | 5121 rm -rf conftest* |
5122 eval "ac_cv_func_$ac_func=yes" | |
5123 else | |
5124 echo "configure: failed program was:" >&5 | |
5125 cat conftest.$ac_ext >&5 | |
5126 rm -rf conftest* | |
5127 eval "ac_cv_func_$ac_func=no" | |
5128 fi | |
5129 rm -f conftest* | |
5130 fi | |
5131 | |
5132 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
5133 echo "$ac_t""yes" 1>&6 | |
5134 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
5135 cat >> confdefs.h <<EOF | |
5136 #define $ac_tr_func 1 | |
5137 EOF | |
5138 | |
5139 else | |
5140 echo "$ac_t""no" 1>&6 | |
5141 fi | |
5142 done | |
5143 | |
5144 for ac_hdr in maillock.h | |
5145 do | |
5146 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
5147 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
27729 | 5148 echo "configure:5149: checking for $ac_hdr" >&5 |
25897 | 5149 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
5150 echo $ac_n "(cached) $ac_c" 1>&6 | |
5151 else | |
5152 cat > conftest.$ac_ext <<EOF | |
27729 | 5153 #line 5154 "configure" |
25897 | 5154 #include "confdefs.h" |
5155 #include <$ac_hdr> | |
5156 EOF | |
5157 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
27729 | 5158 { (eval echo configure:5159: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
27205 | 5159 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
25897 | 5160 if test -z "$ac_err"; then |
5161 rm -rf conftest* | |
5162 eval "ac_cv_header_$ac_safe=yes" | |
5163 else | |
5164 echo "$ac_err" >&5 | |
5165 echo "configure: failed program was:" >&5 | |
5166 cat conftest.$ac_ext >&5 | |
5167 rm -rf conftest* | |
5168 eval "ac_cv_header_$ac_safe=no" | |
5169 fi | |
5170 rm -f conftest* | |
5171 fi | |
5172 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
5173 echo "$ac_t""yes" 1>&6 | |
5174 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
5175 cat >> confdefs.h <<EOF | |
5176 #define $ac_tr_hdr 1 | |
5177 EOF | |
5178 | |
5179 else | |
5180 echo "$ac_t""no" 1>&6 | |
5181 fi | |
5182 done | |
5183 | |
5184 | |
5185 for ac_func in gettimeofday gethostname getdomainname dup2 \ | |
5186 rename closedir mkdir rmdir sysinfo \ | |
5187 random lrand48 bcopy bcmp logb frexp fmod rint cbrt ftime res_init setsid \ | |
5188 strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \ | |
26081
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
5189 utimes setrlimit setpgid getcwd shutdown strftime getaddrinfo \ |
26708 | 5190 __fpending ftello getloadavg mblen mbrlen strsignal setitimer ualarm |
25897 | 5191 do |
5192 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | |
27729 | 5193 echo "configure:5194: checking for $ac_func" >&5 |
25897 | 5194 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
5195 echo $ac_n "(cached) $ac_c" 1>&6 | |
5196 else | |
5197 cat > conftest.$ac_ext <<EOF | |
27729 | 5198 #line 5199 "configure" |
25897 | 5199 #include "confdefs.h" |
5200 /* System header to define __stub macros and hopefully few prototypes, | |
5201 which can conflict with char $ac_func(); below. */ | |
5202 #include <assert.h> | |
5203 /* Override any gcc2 internal prototype to avoid an error. */ | |
5204 /* We use char because int might match the return type of a gcc2 | |
5205 builtin and then its argument prototype would still apply. */ | |
5206 char $ac_func(); | |
5207 | |
5208 int main() { | |
5209 | |
5210 /* The GNU C library defines this for functions which it implements | |
5211 to always fail with ENOSYS. Some functions are actually named | |
5212 something starting with __ and the normal name is an alias. */ | |
5213 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
5214 choke me | |
5215 #else | |
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
|
5216 $ac_func(); |
25897 | 5217 #endif |
5218 | |
5219 ; return 0; } | |
5220 EOF | |
27729 | 5221 if { (eval echo configure:5222: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
25897 | 5222 rm -rf conftest* |
5223 eval "ac_cv_func_$ac_func=yes" | |
5224 else | |
5225 echo "configure: failed program was:" >&5 | |
5226 cat conftest.$ac_ext >&5 | |
5227 rm -rf conftest* | |
5228 eval "ac_cv_func_$ac_func=no" | |
5229 fi | |
5230 rm -f conftest* | |
5231 fi | |
5232 | |
5233 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
5234 echo "$ac_t""yes" 1>&6 | |
5235 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
5236 cat >> confdefs.h <<EOF | |
5237 #define $ac_tr_func 1 | |
5238 EOF | |
5239 | |
5240 else | |
5241 echo "$ac_t""no" 1>&6 | |
5242 fi | |
5243 done | |
5244 | |
5245 | |
5246 # Check this now, so that we will NOT find the above functions in ncurses. | |
5247 # That is because we have not set up to link ncurses in lib-src. | |
5248 # It's better to believe a function is not available | |
5249 # than to expect to find it in ncurses. | |
5250 echo $ac_n "checking for tparm in -lncurses""... $ac_c" 1>&6 | |
27729 | 5251 echo "configure:5252: checking for tparm in -lncurses" >&5 |
25897 | 5252 ac_lib_var=`echo ncurses'_'tparm | sed 'y%./+-%__p_%'` |
5253 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
5254 echo $ac_n "(cached) $ac_c" 1>&6 | |
5255 else | |
5256 ac_save_LIBS="$LIBS" | |
5257 LIBS="-lncurses $LIBS" | |
5258 cat > conftest.$ac_ext <<EOF | |
27729 | 5259 #line 5260 "configure" |
25897 | 5260 #include "confdefs.h" |
5261 /* Override any gcc2 internal prototype to avoid an error. */ | |
5262 /* We use char because int might match the return type of a gcc2 | |
5263 builtin and then its argument prototype would still apply. */ | |
5264 char tparm(); | |
5265 | |
5266 int main() { | |
5267 tparm() | |
5268 ; return 0; } | |
5269 EOF | |
27729 | 5270 if { (eval echo configure:5271: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
25897 | 5271 rm -rf conftest* |
5272 eval "ac_cv_lib_$ac_lib_var=yes" | |
5273 else | |
5274 echo "configure: failed program was:" >&5 | |
5275 cat conftest.$ac_ext >&5 | |
5276 rm -rf conftest* | |
5277 eval "ac_cv_lib_$ac_lib_var=no" | |
5278 fi | |
5279 rm -f conftest* | |
5280 LIBS="$ac_save_LIBS" | |
5281 | |
5282 fi | |
5283 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
5284 echo "$ac_t""yes" 1>&6 | |
5285 ac_tr_lib=HAVE_LIB`echo ncurses | sed -e 's/[^a-zA-Z0-9_]/_/g' \ | |
5286 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` | |
5287 cat >> confdefs.h <<EOF | |
5288 #define $ac_tr_lib 1 | |
5289 EOF | |
5290 | |
5291 LIBS="-lncurses $LIBS" | |
5292 | |
5293 else | |
5294 echo "$ac_t""no" 1>&6 | |
5295 fi | |
5296 | |
5297 | |
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
|
5298 # 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
|
5299 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
|
5300 echo $ac_n "checking for com_err in -lcom_err""... $ac_c" 1>&6 |
27729 | 5301 echo "configure:5302: checking for com_err in -lcom_err" >&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
|
5302 ac_lib_var=`echo com_err'_'com_err | sed 'y%./+-%__p_%'` |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5303 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+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
|
5304 echo $ac_n "(cached) $ac_c" 1>&6 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5305 else |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5306 ac_save_LIBS="$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
|
5307 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
|
5308 cat > conftest.$ac_ext <<EOF |
27729 | 5309 #line 5310 "configure" |
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
|
5310 #include "confdefs.h" |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5311 /* Override any gcc2 internal prototype to avoid an error. */ |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5312 /* We use char because int might match the return type of a gcc2 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5313 builtin and then its argument prototype would still apply. */ |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5314 char com_err(); |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5315 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5316 int main() { |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5317 com_err() |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5318 ; return 0; } |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5319 EOF |
27729 | 5320 if { (eval echo configure:5321: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
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
|
5321 rm -rf conftest* |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5322 eval "ac_cv_lib_$ac_lib_var=yes" |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5323 else |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5324 echo "configure: failed program was:" >&5 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5325 cat conftest.$ac_ext >&5 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5326 rm -rf conftest* |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5327 eval "ac_cv_lib_$ac_lib_var=no" |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5328 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
|
5329 rm -f conftest* |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5330 LIBS="$ac_save_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
|
5331 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5332 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
|
5333 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; 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
|
5334 echo "$ac_t""yes" 1>&6 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5335 ac_tr_lib=HAVE_LIB`echo com_err | sed -e 's/[^a-zA-Z0-9_]/_/g' \ |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5336 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5337 cat >> confdefs.h <<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
|
5338 #define $ac_tr_lib 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
|
5339 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
|
5340 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5341 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
|
5342 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5343 else |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5344 echo "$ac_t""no" 1>&6 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5345 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
|
5346 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5347 echo $ac_n "checking for mit_des_cbc_encrypt in -lk5crypto""... $ac_c" 1>&6 |
27729 | 5348 echo "configure:5349: checking for mit_des_cbc_encrypt in -lk5crypto" >&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
|
5349 ac_lib_var=`echo k5crypto'_'mit_des_cbc_encrypt | sed 'y%./+-%__p_%'` |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5350 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+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
|
5351 echo $ac_n "(cached) $ac_c" 1>&6 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5352 else |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5353 ac_save_LIBS="$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
|
5354 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
|
5355 cat > conftest.$ac_ext <<EOF |
27729 | 5356 #line 5357 "configure" |
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
|
5357 #include "confdefs.h" |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5358 /* Override any gcc2 internal prototype to avoid an error. */ |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5359 /* We use char because int might match the return type of a gcc2 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5360 builtin and then its argument prototype would still apply. */ |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5361 char mit_des_cbc_encrypt(); |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5362 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5363 int main() { |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5364 mit_des_cbc_encrypt() |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5365 ; return 0; } |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5366 EOF |
27729 | 5367 if { (eval echo configure:5368: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
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
|
5368 rm -rf conftest* |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5369 eval "ac_cv_lib_$ac_lib_var=yes" |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5370 else |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5371 echo "configure: failed program was:" >&5 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5372 cat conftest.$ac_ext >&5 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5373 rm -rf conftest* |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5374 eval "ac_cv_lib_$ac_lib_var=no" |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5375 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
|
5376 rm -f conftest* |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5377 LIBS="$ac_save_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
|
5378 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5379 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
|
5380 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; 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
|
5381 echo "$ac_t""yes" 1>&6 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5382 ac_tr_lib=HAVE_LIB`echo k5crypto | sed -e 's/[^a-zA-Z0-9_]/_/g' \ |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5383 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5384 cat >> confdefs.h <<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
|
5385 #define $ac_tr_lib 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
|
5386 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
|
5387 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5388 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
|
5389 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5390 else |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5391 echo "$ac_t""no" 1>&6 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5392 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
|
5393 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5394 echo $ac_n "checking for mit_des_cbc_encrypt in -lcrypto""... $ac_c" 1>&6 |
27729 | 5395 echo "configure:5396: checking for mit_des_cbc_encrypt in -lcrypto" >&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
|
5396 ac_lib_var=`echo crypto'_'mit_des_cbc_encrypt | sed 'y%./+-%__p_%'` |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5397 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+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
|
5398 echo $ac_n "(cached) $ac_c" 1>&6 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5399 else |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5400 ac_save_LIBS="$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
|
5401 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
|
5402 cat > conftest.$ac_ext <<EOF |
27729 | 5403 #line 5404 "configure" |
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
|
5404 #include "confdefs.h" |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5405 /* Override any gcc2 internal prototype to avoid an error. */ |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5406 /* We use char because int might match the return type of a gcc2 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5407 builtin and then its argument prototype would still apply. */ |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5408 char mit_des_cbc_encrypt(); |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5409 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5410 int main() { |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5411 mit_des_cbc_encrypt() |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5412 ; return 0; } |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5413 EOF |
27729 | 5414 if { (eval echo configure:5415: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
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
|
5415 rm -rf conftest* |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5416 eval "ac_cv_lib_$ac_lib_var=yes" |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5417 else |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5418 echo "configure: failed program was:" >&5 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5419 cat conftest.$ac_ext >&5 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5420 rm -rf conftest* |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5421 eval "ac_cv_lib_$ac_lib_var=no" |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5422 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
|
5423 rm -f conftest* |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5424 LIBS="$ac_save_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
|
5425 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5426 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
|
5427 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; 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
|
5428 echo "$ac_t""yes" 1>&6 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5429 ac_tr_lib=HAVE_LIB`echo crypto | sed -e 's/[^a-zA-Z0-9_]/_/g' \ |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5430 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5431 cat >> confdefs.h <<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
|
5432 #define $ac_tr_lib 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
|
5433 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
|
5434 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5435 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
|
5436 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5437 else |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5438 echo "$ac_t""no" 1>&6 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5439 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
|
5440 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5441 echo $ac_n "checking for krb5_init_context in -lkrb5""... $ac_c" 1>&6 |
27729 | 5442 echo "configure:5443: checking for krb5_init_context in -lkrb5" >&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
|
5443 ac_lib_var=`echo krb5'_'krb5_init_context | sed 'y%./+-%__p_%'` |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5444 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+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
|
5445 echo $ac_n "(cached) $ac_c" 1>&6 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5446 else |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5447 ac_save_LIBS="$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
|
5448 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
|
5449 cat > conftest.$ac_ext <<EOF |
27729 | 5450 #line 5451 "configure" |
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
|
5451 #include "confdefs.h" |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5452 /* Override any gcc2 internal prototype to avoid an error. */ |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5453 /* We use char because int might match the return type of a gcc2 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5454 builtin and then its argument prototype would still apply. */ |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5455 char krb5_init_context(); |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5456 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5457 int main() { |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5458 krb5_init_context() |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5459 ; return 0; } |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5460 EOF |
27729 | 5461 if { (eval echo configure:5462: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
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
|
5462 rm -rf conftest* |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5463 eval "ac_cv_lib_$ac_lib_var=yes" |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5464 else |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5465 echo "configure: failed program was:" >&5 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5466 cat conftest.$ac_ext >&5 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5467 rm -rf conftest* |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5468 eval "ac_cv_lib_$ac_lib_var=no" |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5469 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
|
5470 rm -f conftest* |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5471 LIBS="$ac_save_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
|
5472 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5473 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
|
5474 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; 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
|
5475 echo "$ac_t""yes" 1>&6 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5476 ac_tr_lib=HAVE_LIB`echo krb5 | sed -e 's/[^a-zA-Z0-9_]/_/g' \ |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5477 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5478 cat >> confdefs.h <<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
|
5479 #define $ac_tr_lib 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
|
5480 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
|
5481 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5482 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
|
5483 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5484 else |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5485 echo "$ac_t""no" 1>&6 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5486 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
|
5487 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5488 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
|
5489 echo $ac_n "checking for des_cbc_encrypt in -ldes425""... $ac_c" 1>&6 |
27729 | 5490 echo "configure:5491: checking for des_cbc_encrypt in -ldes425" >&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
|
5491 ac_lib_var=`echo des425'_'des_cbc_encrypt | sed 'y%./+-%__p_%'` |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5492 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+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
|
5493 echo $ac_n "(cached) $ac_c" 1>&6 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5494 else |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5495 ac_save_LIBS="$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
|
5496 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
|
5497 cat > conftest.$ac_ext <<EOF |
27729 | 5498 #line 5499 "configure" |
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
|
5499 #include "confdefs.h" |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5500 /* Override any gcc2 internal prototype to avoid an error. */ |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5501 /* We use char because int might match the return type of a gcc2 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5502 builtin and then its argument prototype would still apply. */ |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5503 char des_cbc_encrypt(); |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5504 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5505 int main() { |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5506 des_cbc_encrypt() |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5507 ; return 0; } |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5508 EOF |
27729 | 5509 if { (eval echo configure:5510: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
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
|
5510 rm -rf conftest* |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5511 eval "ac_cv_lib_$ac_lib_var=yes" |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5512 else |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5513 echo "configure: failed program was:" >&5 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5514 cat conftest.$ac_ext >&5 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5515 rm -rf conftest* |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5516 eval "ac_cv_lib_$ac_lib_var=no" |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5517 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
|
5518 rm -f conftest* |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5519 LIBS="$ac_save_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
|
5520 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5521 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
|
5522 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; 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
|
5523 echo "$ac_t""yes" 1>&6 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5524 ac_tr_lib=HAVE_LIB`echo des425 | sed -e 's/[^a-zA-Z0-9_]/_/g' \ |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5525 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5526 cat >> confdefs.h <<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
|
5527 #define $ac_tr_lib 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
|
5528 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
|
5529 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5530 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
|
5531 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5532 else |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5533 echo "$ac_t""no" 1>&6 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5534 echo $ac_n "checking for des_cbc_encrypt in -ldes""... $ac_c" 1>&6 |
27729 | 5535 echo "configure:5536: checking for des_cbc_encrypt in -ldes" >&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
|
5536 ac_lib_var=`echo des'_'des_cbc_encrypt | sed 'y%./+-%__p_%'` |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5537 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+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
|
5538 echo $ac_n "(cached) $ac_c" 1>&6 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5539 else |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5540 ac_save_LIBS="$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
|
5541 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
|
5542 cat > conftest.$ac_ext <<EOF |
27729 | 5543 #line 5544 "configure" |
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
|
5544 #include "confdefs.h" |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5545 /* Override any gcc2 internal prototype to avoid an error. */ |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5546 /* We use char because int might match the return type of a gcc2 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5547 builtin and then its argument prototype would still apply. */ |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5548 char des_cbc_encrypt(); |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5549 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5550 int main() { |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5551 des_cbc_encrypt() |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5552 ; return 0; } |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5553 EOF |
27729 | 5554 if { (eval echo configure:5555: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
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
|
5555 rm -rf conftest* |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5556 eval "ac_cv_lib_$ac_lib_var=yes" |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5557 else |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5558 echo "configure: failed program was:" >&5 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5559 cat conftest.$ac_ext >&5 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5560 rm -rf conftest* |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5561 eval "ac_cv_lib_$ac_lib_var=no" |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5562 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
|
5563 rm -f conftest* |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5564 LIBS="$ac_save_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
|
5565 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5566 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
|
5567 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; 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
|
5568 echo "$ac_t""yes" 1>&6 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5569 ac_tr_lib=HAVE_LIB`echo des | sed -e 's/^a-zA-Z0-9_/_/g' \ |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5570 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5571 cat >> confdefs.h <<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
|
5572 #define $ac_tr_lib 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
|
5573 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
|
5574 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5575 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
|
5576 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5577 else |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5578 echo "$ac_t""no" 1>&6 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5579 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
|
5580 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5581 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
|
5582 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5583 echo $ac_n "checking for krb_get_cred in -lkrb4""... $ac_c" 1>&6 |
27729 | 5584 echo "configure:5585: checking for krb_get_cred in -lkrb4" >&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
|
5585 ac_lib_var=`echo krb4'_'krb_get_cred | sed 'y%./+-%__p_%'` |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5586 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+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
|
5587 echo $ac_n "(cached) $ac_c" 1>&6 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5588 else |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5589 ac_save_LIBS="$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
|
5590 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
|
5591 cat > conftest.$ac_ext <<EOF |
27729 | 5592 #line 5593 "configure" |
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
|
5593 #include "confdefs.h" |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5594 /* Override any gcc2 internal prototype to avoid an error. */ |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5595 /* We use char because int might match the return type of a gcc2 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5596 builtin and then its argument prototype would still apply. */ |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5597 char krb_get_cred(); |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5598 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5599 int main() { |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5600 krb_get_cred() |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5601 ; return 0; } |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5602 EOF |
27729 | 5603 if { (eval echo configure:5604: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
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
|
5604 rm -rf conftest* |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5605 eval "ac_cv_lib_$ac_lib_var=yes" |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5606 else |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5607 echo "configure: failed program was:" >&5 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5608 cat conftest.$ac_ext >&5 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5609 rm -rf conftest* |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5610 eval "ac_cv_lib_$ac_lib_var=no" |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5611 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
|
5612 rm -f conftest* |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5613 LIBS="$ac_save_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
|
5614 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5615 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
|
5616 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; 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
|
5617 echo "$ac_t""yes" 1>&6 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5618 ac_tr_lib=HAVE_LIB`echo krb4 | sed -e 's/[^a-zA-Z0-9_]/_/g' \ |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5619 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5620 cat >> confdefs.h <<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
|
5621 #define $ac_tr_lib 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
|
5622 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
|
5623 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5624 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
|
5625 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5626 else |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5627 echo "$ac_t""no" 1>&6 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5628 echo $ac_n "checking for krb_get_cred in -lkrb""... $ac_c" 1>&6 |
27729 | 5629 echo "configure:5630: checking for krb_get_cred in -lkrb" >&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
|
5630 ac_lib_var=`echo krb'_'krb_get_cred | sed 'y%./+-%__p_%'` |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5631 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+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
|
5632 echo $ac_n "(cached) $ac_c" 1>&6 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5633 else |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5634 ac_save_LIBS="$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
|
5635 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
|
5636 cat > conftest.$ac_ext <<EOF |
27729 | 5637 #line 5638 "configure" |
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
|
5638 #include "confdefs.h" |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5639 /* Override any gcc2 internal prototype to avoid an error. */ |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5640 /* We use char because int might match the return type of a gcc2 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5641 builtin and then its argument prototype would still apply. */ |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5642 char krb_get_cred(); |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5643 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5644 int main() { |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5645 krb_get_cred() |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5646 ; return 0; } |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5647 EOF |
27729 | 5648 if { (eval echo configure:5649: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
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
|
5649 rm -rf conftest* |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5650 eval "ac_cv_lib_$ac_lib_var=yes" |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5651 else |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5652 echo "configure: failed program was:" >&5 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5653 cat conftest.$ac_ext >&5 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5654 rm -rf conftest* |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5655 eval "ac_cv_lib_$ac_lib_var=no" |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5656 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
|
5657 rm -f conftest* |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5658 LIBS="$ac_save_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
|
5659 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5660 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
|
5661 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; 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
|
5662 echo "$ac_t""yes" 1>&6 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5663 ac_tr_lib=HAVE_LIB`echo krb | sed -e 's/^a-zA-Z0-9_/_/g' \ |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5664 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5665 cat >> confdefs.h <<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
|
5666 #define $ac_tr_lib 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
|
5667 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
|
5668 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5669 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
|
5670 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5671 else |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5672 echo "$ac_t""no" 1>&6 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5673 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
|
5674 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5675 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
|
5676 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5677 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
|
5678 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5679 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
|
5680 for ac_hdr in krb5.h |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5681 do |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5682 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5683 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
27729 | 5684 echo "configure:5685: checking for $ac_hdr" >&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
|
5685 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+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
|
5686 echo $ac_n "(cached) $ac_c" 1>&6 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5687 else |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5688 cat > conftest.$ac_ext <<EOF |
27729 | 5689 #line 5690 "configure" |
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
|
5690 #include "confdefs.h" |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5691 #include <$ac_hdr> |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5692 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
|
5693 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
27729 | 5694 { (eval echo configure:5695: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
27205 | 5695 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
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
|
5696 if test -z "$ac_err"; 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
|
5697 rm -rf conftest* |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5698 eval "ac_cv_header_$ac_safe=yes" |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5699 else |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5700 echo "$ac_err" >&5 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5701 echo "configure: failed program was:" >&5 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5702 cat conftest.$ac_ext >&5 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5703 rm -rf conftest* |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5704 eval "ac_cv_header_$ac_safe=no" |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5705 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
|
5706 rm -f conftest* |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5707 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
|
5708 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; 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
|
5709 echo "$ac_t""yes" 1>&6 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5710 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5711 cat >> confdefs.h <<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
|
5712 #define $ac_tr_hdr 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
|
5713 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
|
5714 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5715 else |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5716 echo "$ac_t""no" 1>&6 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5717 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
|
5718 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
|
5719 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5720 else |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5721 for ac_hdr in des.h |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5722 do |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5723 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5724 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
27729 | 5725 echo "configure:5726: checking for $ac_hdr" >&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
|
5726 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+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
|
5727 echo $ac_n "(cached) $ac_c" 1>&6 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5728 else |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5729 cat > conftest.$ac_ext <<EOF |
27729 | 5730 #line 5731 "configure" |
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
|
5731 #include "confdefs.h" |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5732 #include <$ac_hdr> |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5733 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
|
5734 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
27729 | 5735 { (eval echo configure:5736: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
27205 | 5736 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
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
|
5737 if test -z "$ac_err"; 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
|
5738 rm -rf conftest* |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5739 eval "ac_cv_header_$ac_safe=yes" |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5740 else |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5741 echo "$ac_err" >&5 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5742 echo "configure: failed program was:" >&5 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5743 cat conftest.$ac_ext >&5 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5744 rm -rf conftest* |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5745 eval "ac_cv_header_$ac_safe=no" |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5746 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
|
5747 rm -f conftest* |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5748 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
|
5749 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; 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
|
5750 echo "$ac_t""yes" 1>&6 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5751 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5752 cat >> confdefs.h <<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
|
5753 #define $ac_tr_hdr 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
|
5754 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
|
5755 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5756 else |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5757 echo "$ac_t""no" 1>&6 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5758 for ac_hdr in kerberosIV/des.h |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5759 do |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5760 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5761 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
27729 | 5762 echo "configure:5763: checking for $ac_hdr" >&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
|
5763 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+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
|
5764 echo $ac_n "(cached) $ac_c" 1>&6 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5765 else |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5766 cat > conftest.$ac_ext <<EOF |
27729 | 5767 #line 5768 "configure" |
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
|
5768 #include "confdefs.h" |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5769 #include <$ac_hdr> |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5770 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
|
5771 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
27729 | 5772 { (eval echo configure:5773: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
27205 | 5773 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
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
|
5774 if test -z "$ac_err"; 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
|
5775 rm -rf conftest* |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5776 eval "ac_cv_header_$ac_safe=yes" |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5777 else |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5778 echo "$ac_err" >&5 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5779 echo "configure: failed program was:" >&5 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5780 cat conftest.$ac_ext >&5 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5781 rm -rf conftest* |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5782 eval "ac_cv_header_$ac_safe=no" |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5783 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
|
5784 rm -f conftest* |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5785 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
|
5786 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; 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
|
5787 echo "$ac_t""yes" 1>&6 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5788 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5789 cat >> confdefs.h <<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
|
5790 #define $ac_tr_hdr 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
|
5791 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
|
5792 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5793 else |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5794 echo "$ac_t""no" 1>&6 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5795 for ac_hdr in kerberos/des.h |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5796 do |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5797 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5798 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
27729 | 5799 echo "configure:5800: checking for $ac_hdr" >&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
|
5800 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+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
|
5801 echo $ac_n "(cached) $ac_c" 1>&6 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5802 else |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5803 cat > conftest.$ac_ext <<EOF |
27729 | 5804 #line 5805 "configure" |
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
|
5805 #include "confdefs.h" |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5806 #include <$ac_hdr> |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5807 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
|
5808 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
27729 | 5809 { (eval echo configure:5810: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
27205 | 5810 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
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
|
5811 if test -z "$ac_err"; 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
|
5812 rm -rf conftest* |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5813 eval "ac_cv_header_$ac_safe=yes" |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5814 else |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5815 echo "$ac_err" >&5 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5816 echo "configure: failed program was:" >&5 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5817 cat conftest.$ac_ext >&5 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5818 rm -rf conftest* |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5819 eval "ac_cv_header_$ac_safe=no" |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5820 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
|
5821 rm -f conftest* |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5822 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
|
5823 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; 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
|
5824 echo "$ac_t""yes" 1>&6 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5825 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5826 cat >> confdefs.h <<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
|
5827 #define $ac_tr_hdr 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
|
5828 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
|
5829 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5830 else |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5831 echo "$ac_t""no" 1>&6 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5832 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
|
5833 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
|
5834 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5835 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
|
5836 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
|
5837 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5838 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
|
5839 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
|
5840 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5841 for ac_hdr in krb.h |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5842 do |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5843 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5844 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
27729 | 5845 echo "configure:5846: checking for $ac_hdr" >&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
|
5846 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+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
|
5847 echo $ac_n "(cached) $ac_c" 1>&6 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5848 else |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5849 cat > conftest.$ac_ext <<EOF |
27729 | 5850 #line 5851 "configure" |
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
|
5851 #include "confdefs.h" |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5852 #include <$ac_hdr> |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5853 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
|
5854 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
27729 | 5855 { (eval echo configure:5856: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
27205 | 5856 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
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
|
5857 if test -z "$ac_err"; 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
|
5858 rm -rf conftest* |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5859 eval "ac_cv_header_$ac_safe=yes" |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5860 else |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5861 echo "$ac_err" >&5 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5862 echo "configure: failed program was:" >&5 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5863 cat conftest.$ac_ext >&5 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5864 rm -rf conftest* |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5865 eval "ac_cv_header_$ac_safe=no" |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5866 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
|
5867 rm -f conftest* |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5868 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
|
5869 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; 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
|
5870 echo "$ac_t""yes" 1>&6 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5871 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5872 cat >> confdefs.h <<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
|
5873 #define $ac_tr_hdr 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
|
5874 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
|
5875 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5876 else |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5877 echo "$ac_t""no" 1>&6 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5878 for ac_hdr in kerberosIV/krb.h |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5879 do |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5880 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5881 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
27729 | 5882 echo "configure:5883: checking for $ac_hdr" >&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
|
5883 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+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
|
5884 echo $ac_n "(cached) $ac_c" 1>&6 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5885 else |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5886 cat > conftest.$ac_ext <<EOF |
27729 | 5887 #line 5888 "configure" |
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
|
5888 #include "confdefs.h" |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5889 #include <$ac_hdr> |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5890 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
|
5891 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
27729 | 5892 { (eval echo configure:5893: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
27205 | 5893 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
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
|
5894 if test -z "$ac_err"; 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
|
5895 rm -rf conftest* |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5896 eval "ac_cv_header_$ac_safe=yes" |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5897 else |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5898 echo "$ac_err" >&5 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5899 echo "configure: failed program was:" >&5 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5900 cat conftest.$ac_ext >&5 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5901 rm -rf conftest* |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5902 eval "ac_cv_header_$ac_safe=no" |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5903 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
|
5904 rm -f conftest* |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5905 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
|
5906 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; 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
|
5907 echo "$ac_t""yes" 1>&6 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5908 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5909 cat >> confdefs.h <<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
|
5910 #define $ac_tr_hdr 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
|
5911 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
|
5912 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5913 else |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5914 echo "$ac_t""no" 1>&6 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5915 for ac_hdr in kerberos/krb.h |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5916 do |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5917 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5918 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
27729 | 5919 echo "configure:5920: checking for $ac_hdr" >&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
|
5920 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+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
|
5921 echo $ac_n "(cached) $ac_c" 1>&6 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5922 else |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5923 cat > conftest.$ac_ext <<EOF |
27729 | 5924 #line 5925 "configure" |
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
|
5925 #include "confdefs.h" |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5926 #include <$ac_hdr> |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5927 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
|
5928 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
27729 | 5929 { (eval echo configure:5930: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
27205 | 5930 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
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
|
5931 if test -z "$ac_err"; 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
|
5932 rm -rf conftest* |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5933 eval "ac_cv_header_$ac_safe=yes" |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5934 else |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5935 echo "$ac_err" >&5 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5936 echo "configure: failed program was:" >&5 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5937 cat conftest.$ac_ext >&5 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5938 rm -rf conftest* |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5939 eval "ac_cv_header_$ac_safe=no" |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5940 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
|
5941 rm -f conftest* |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5942 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
|
5943 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; 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
|
5944 echo "$ac_t""yes" 1>&6 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5945 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5946 cat >> confdefs.h <<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
|
5947 #define $ac_tr_hdr 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
|
5948 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
|
5949 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5950 else |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5951 echo "$ac_t""no" 1>&6 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5952 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
|
5953 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
|
5954 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5955 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
|
5956 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
|
5957 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5958 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
|
5959 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
|
5960 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5961 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
|
5962 for ac_hdr in com_err.h |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5963 do |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5964 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5965 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
27729 | 5966 echo "configure:5967: checking for $ac_hdr" >&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
|
5967 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+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
|
5968 echo $ac_n "(cached) $ac_c" 1>&6 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5969 else |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5970 cat > conftest.$ac_ext <<EOF |
27729 | 5971 #line 5972 "configure" |
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
|
5972 #include "confdefs.h" |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5973 #include <$ac_hdr> |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5974 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
|
5975 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
27729 | 5976 { (eval echo configure:5977: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
27205 | 5977 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
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
|
5978 if test -z "$ac_err"; 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
|
5979 rm -rf conftest* |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5980 eval "ac_cv_header_$ac_safe=yes" |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5981 else |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5982 echo "$ac_err" >&5 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5983 echo "configure: failed program was:" >&5 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5984 cat conftest.$ac_ext >&5 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5985 rm -rf conftest* |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5986 eval "ac_cv_header_$ac_safe=no" |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5987 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
|
5988 rm -f conftest* |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5989 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
|
5990 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; 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
|
5991 echo "$ac_t""yes" 1>&6 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5992 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5993 cat >> confdefs.h <<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
|
5994 #define $ac_tr_hdr 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
|
5995 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
|
5996 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5997 else |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5998 echo "$ac_t""no" 1>&6 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5999 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
|
6000 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
|
6001 |
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
6002 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
|
6003 |
25897 | 6004 # Solaris requires -lintl if you want strerror (which calls dgettext) |
6005 # to return localized messages. | |
6006 echo $ac_n "checking for dgettext in -lintl""... $ac_c" 1>&6 | |
27729 | 6007 echo "configure:6008: checking for dgettext in -lintl" >&5 |
25897 | 6008 ac_lib_var=`echo intl'_'dgettext | sed 'y%./+-%__p_%'` |
6009 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
6010 echo $ac_n "(cached) $ac_c" 1>&6 | |
6011 else | |
6012 ac_save_LIBS="$LIBS" | |
6013 LIBS="-lintl $LIBS" | |
6014 cat > conftest.$ac_ext <<EOF | |
27729 | 6015 #line 6016 "configure" |
25897 | 6016 #include "confdefs.h" |
6017 /* Override any gcc2 internal prototype to avoid an error. */ | |
6018 /* We use char because int might match the return type of a gcc2 | |
6019 builtin and then its argument prototype would still apply. */ | |
6020 char dgettext(); | |
6021 | |
6022 int main() { | |
6023 dgettext() | |
6024 ; return 0; } | |
6025 EOF | |
27729 | 6026 if { (eval echo configure:6027: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
25897 | 6027 rm -rf conftest* |
6028 eval "ac_cv_lib_$ac_lib_var=yes" | |
6029 else | |
6030 echo "configure: failed program was:" >&5 | |
6031 cat conftest.$ac_ext >&5 | |
6032 rm -rf conftest* | |
6033 eval "ac_cv_lib_$ac_lib_var=no" | |
6034 fi | |
6035 rm -f conftest* | |
6036 LIBS="$ac_save_LIBS" | |
6037 | |
6038 fi | |
6039 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
6040 echo "$ac_t""yes" 1>&6 | |
6041 ac_tr_lib=HAVE_LIB`echo intl | sed -e 's/[^a-zA-Z0-9_]/_/g' \ | |
6042 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` | |
6043 cat >> confdefs.h <<EOF | |
6044 #define $ac_tr_lib 1 | |
6045 EOF | |
6046 | |
6047 LIBS="-lintl $LIBS" | |
6048 | |
6049 else | |
6050 echo "$ac_t""no" 1>&6 | |
6051 fi | |
6052 | |
6053 | |
6054 echo $ac_n "checking whether localtime caches TZ""... $ac_c" 1>&6 | |
27729 | 6055 echo "configure:6056: checking whether localtime caches TZ" >&5 |
25897 | 6056 if eval "test \"`echo '$''{'emacs_cv_localtime_cache'+set}'`\" = set"; then |
6057 echo $ac_n "(cached) $ac_c" 1>&6 | |
6058 else | |
6059 if test x$ac_cv_func_tzset = xyes; then | |
6060 if test "$cross_compiling" = yes; then | |
6061 # If we have tzset, assume the worst when cross-compiling. | |
6062 emacs_cv_localtime_cache=yes | |
6063 else | |
6064 cat > conftest.$ac_ext <<EOF | |
27729 | 6065 #line 6066 "configure" |
25897 | 6066 #include "confdefs.h" |
6067 #include <time.h> | |
6068 extern char **environ; | |
6069 unset_TZ () | |
6070 { | |
6071 char **from, **to; | |
6072 for (to = from = environ; (*to = *from); from++) | |
6073 if (! (to[0][0] == 'T' && to[0][1] == 'Z' && to[0][2] == '=')) | |
6074 to++; | |
6075 } | |
6076 char TZ_GMT0[] = "TZ=GMT0"; | |
6077 char TZ_PST8[] = "TZ=PST8"; | |
6078 main() | |
6079 { | |
6080 time_t now = time ((time_t *) 0); | |
6081 int hour_GMT0, hour_unset; | |
6082 if (putenv (TZ_GMT0) != 0) | |
6083 exit (1); | |
6084 hour_GMT0 = localtime (&now)->tm_hour; | |
6085 unset_TZ (); | |
6086 hour_unset = localtime (&now)->tm_hour; | |
6087 if (putenv (TZ_PST8) != 0) | |
6088 exit (1); | |
6089 if (localtime (&now)->tm_hour == hour_GMT0) | |
6090 exit (1); | |
6091 unset_TZ (); | |
6092 if (localtime (&now)->tm_hour != hour_unset) | |
6093 exit (1); | |
6094 exit (0); | |
6095 } | |
6096 EOF | |
27729 | 6097 if { (eval echo configure:6098: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
25897 | 6098 then |
6099 emacs_cv_localtime_cache=no | |
6100 else | |
6101 echo "configure: failed program was:" >&5 | |
6102 cat conftest.$ac_ext >&5 | |
6103 rm -fr conftest* | |
6104 emacs_cv_localtime_cache=yes | |
6105 fi | |
6106 rm -fr conftest* | |
6107 fi | |
6108 | |
6109 else | |
6110 # If we lack tzset, report that localtime does not cache TZ, | |
6111 # since we can't invalidate the cache if we don't have tzset. | |
6112 emacs_cv_localtime_cache=no | |
6113 fi | |
6114 fi | |
6115 echo "$ac_t""$emacs_cv_localtime_cache" 1>&6 | |
6116 if test $emacs_cv_localtime_cache = yes; then | |
6117 cat >> confdefs.h <<\EOF | |
6118 #define LOCALTIME_CACHE 1 | |
6119 EOF | |
6120 | |
6121 fi | |
6122 | |
6123 if test "x$HAVE_TIMEVAL" = xyes; then | |
6124 echo $ac_n "checking whether gettimeofday can accept two arguments""... $ac_c" 1>&6 | |
27729 | 6125 echo "configure:6126: checking whether gettimeofday can accept two arguments" >&5 |
25897 | 6126 if eval "test \"`echo '$''{'emacs_cv_gettimeofday_two_arguments'+set}'`\" = set"; then |
6127 echo $ac_n "(cached) $ac_c" 1>&6 | |
6128 else | |
6129 cat > conftest.$ac_ext <<EOF | |
27729 | 6130 #line 6131 "configure" |
25897 | 6131 #include "confdefs.h" |
6132 | |
6133 #ifdef TIME_WITH_SYS_TIME | |
6134 #include <sys/time.h> | |
6135 #include <time.h> | |
6136 #else | |
6137 #ifdef HAVE_SYS_TIME_H | |
6138 #include <sys/time.h> | |
6139 #else | |
6140 #include <time.h> | |
6141 #endif | |
6142 #endif | |
6143 | |
6144 int main() { | |
6145 | |
6146 struct timeval time; | |
6147 struct timezone dummy; | |
6148 gettimeofday (&time, &dummy); | |
6149 | |
6150 ; return 0; } | |
6151 EOF | |
27729 | 6152 if { (eval echo configure:6153: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
25897 | 6153 rm -rf conftest* |
6154 emacs_cv_gettimeofday_two_arguments=yes | |
6155 else | |
6156 echo "configure: failed program was:" >&5 | |
6157 cat conftest.$ac_ext >&5 | |
6158 rm -rf conftest* | |
6159 emacs_cv_gettimeofday_two_arguments=no | |
6160 fi | |
6161 rm -f conftest* | |
6162 fi | |
6163 | |
6164 echo "$ac_t""$emacs_cv_gettimeofday_two_arguments" 1>&6 | |
6165 if test $emacs_cv_gettimeofday_two_arguments = no; then | |
6166 cat >> confdefs.h <<\EOF | |
6167 #define GETTIMEOFDAY_ONE_ARGUMENT 1 | |
6168 EOF | |
6169 | |
6170 fi | |
6171 fi | |
6172 | |
6173 ok_so_far=yes | |
6174 echo $ac_n "checking for socket""... $ac_c" 1>&6 | |
27729 | 6175 echo "configure:6176: checking for socket" >&5 |
25897 | 6176 if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then |
6177 echo $ac_n "(cached) $ac_c" 1>&6 | |
6178 else | |
6179 cat > conftest.$ac_ext <<EOF | |
27729 | 6180 #line 6181 "configure" |
25897 | 6181 #include "confdefs.h" |
6182 /* System header to define __stub macros and hopefully few prototypes, | |
6183 which can conflict with char socket(); below. */ | |
6184 #include <assert.h> | |
6185 /* Override any gcc2 internal prototype to avoid an error. */ | |
6186 /* We use char because int might match the return type of a gcc2 | |
6187 builtin and then its argument prototype would still apply. */ | |
6188 char socket(); | |
6189 | |
6190 int main() { | |
6191 | |
6192 /* The GNU C library defines this for functions which it implements | |
6193 to always fail with ENOSYS. Some functions are actually named | |
6194 something starting with __ and the normal name is an alias. */ | |
6195 #if defined (__stub_socket) || defined (__stub___socket) | |
6196 choke me | |
6197 #else | |
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
|
6198 socket(); |
25897 | 6199 #endif |
6200 | |
6201 ; return 0; } | |
6202 EOF | |
27729 | 6203 if { (eval echo configure:6204: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
25897 | 6204 rm -rf conftest* |
6205 eval "ac_cv_func_socket=yes" | |
6206 else | |
6207 echo "configure: failed program was:" >&5 | |
6208 cat conftest.$ac_ext >&5 | |
6209 rm -rf conftest* | |
6210 eval "ac_cv_func_socket=no" | |
6211 fi | |
6212 rm -f conftest* | |
6213 fi | |
6214 | |
6215 if eval "test \"`echo '$ac_cv_func_'socket`\" = yes"; then | |
6216 echo "$ac_t""yes" 1>&6 | |
6217 : | |
6218 else | |
6219 echo "$ac_t""no" 1>&6 | |
6220 ok_so_far=no | |
6221 fi | |
6222 | |
6223 if test $ok_so_far = yes; then | |
6224 ac_safe=`echo "netinet/in.h" | sed 'y%./+-%__p_%'` | |
6225 echo $ac_n "checking for netinet/in.h""... $ac_c" 1>&6 | |
27729 | 6226 echo "configure:6227: checking for netinet/in.h" >&5 |
25897 | 6227 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
6228 echo $ac_n "(cached) $ac_c" 1>&6 | |
6229 else | |
6230 cat > conftest.$ac_ext <<EOF | |
27729 | 6231 #line 6232 "configure" |
25897 | 6232 #include "confdefs.h" |
6233 #include <netinet/in.h> | |
6234 EOF | |
6235 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
27729 | 6236 { (eval echo configure:6237: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
27205 | 6237 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
25897 | 6238 if test -z "$ac_err"; then |
6239 rm -rf conftest* | |
6240 eval "ac_cv_header_$ac_safe=yes" | |
6241 else | |
6242 echo "$ac_err" >&5 | |
6243 echo "configure: failed program was:" >&5 | |
6244 cat conftest.$ac_ext >&5 | |
6245 rm -rf conftest* | |
6246 eval "ac_cv_header_$ac_safe=no" | |
6247 fi | |
6248 rm -f conftest* | |
6249 fi | |
6250 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
6251 echo "$ac_t""yes" 1>&6 | |
6252 : | |
6253 else | |
6254 echo "$ac_t""no" 1>&6 | |
6255 ok_so_far=no | |
6256 fi | |
6257 | |
6258 fi | |
6259 if test $ok_so_far = yes; then | |
6260 ac_safe=`echo "arpa/inet.h" | sed 'y%./+-%__p_%'` | |
6261 echo $ac_n "checking for arpa/inet.h""... $ac_c" 1>&6 | |
27729 | 6262 echo "configure:6263: checking for arpa/inet.h" >&5 |
25897 | 6263 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
6264 echo $ac_n "(cached) $ac_c" 1>&6 | |
6265 else | |
6266 cat > conftest.$ac_ext <<EOF | |
27729 | 6267 #line 6268 "configure" |
25897 | 6268 #include "confdefs.h" |
6269 #include <arpa/inet.h> | |
6270 EOF | |
6271 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
27729 | 6272 { (eval echo configure:6273: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
27205 | 6273 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
25897 | 6274 if test -z "$ac_err"; then |
6275 rm -rf conftest* | |
6276 eval "ac_cv_header_$ac_safe=yes" | |
6277 else | |
6278 echo "$ac_err" >&5 | |
6279 echo "configure: failed program was:" >&5 | |
6280 cat conftest.$ac_ext >&5 | |
6281 rm -rf conftest* | |
6282 eval "ac_cv_header_$ac_safe=no" | |
6283 fi | |
6284 rm -f conftest* | |
6285 fi | |
6286 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
6287 echo "$ac_t""yes" 1>&6 | |
6288 : | |
6289 else | |
6290 echo "$ac_t""no" 1>&6 | |
6291 ok_so_far=no | |
6292 fi | |
6293 | |
6294 fi | |
6295 if test $ok_so_far = yes; then | |
6296 cat >> confdefs.h <<\EOF | |
6297 #define HAVE_INET_SOCKETS 1 | |
6298 EOF | |
6299 | |
6300 fi | |
6301 | |
6302 if test -f /usr/lpp/X11/bin/smt.exp; then | |
6303 cat >> confdefs.h <<\EOF | |
6304 #define HAVE_AIX_SMT_EXP 1 | |
6305 EOF | |
6306 | |
6307 fi | |
6308 | |
26382
78660eeae4b2
Fix change for --with-pop default.
Dave Love <fx@gnu.org>
parents:
26081
diff
changeset
|
6309 echo $ac_n "checking whether system supports dynamic ptys""... $ac_c" 1>&6 |
27729 | 6310 echo "configure:6311: checking whether system supports dynamic ptys" >&5 |
26382
78660eeae4b2
Fix change for --with-pop default.
Dave Love <fx@gnu.org>
parents:
26081
diff
changeset
|
6311 if test -d /dev/pts && ls -d /dev/ptmx > /dev/null 2>&1 ; then |
78660eeae4b2
Fix change for --with-pop default.
Dave Love <fx@gnu.org>
parents:
26081
diff
changeset
|
6312 echo "$ac_t""yes" 1>&6 |
78660eeae4b2
Fix change for --with-pop default.
Dave Love <fx@gnu.org>
parents:
26081
diff
changeset
|
6313 cat >> confdefs.h <<\EOF |
78660eeae4b2
Fix change for --with-pop default.
Dave Love <fx@gnu.org>
parents:
26081
diff
changeset
|
6314 #define HAVE_DEV_PTMX 1 |
78660eeae4b2
Fix change for --with-pop default.
Dave Love <fx@gnu.org>
parents:
26081
diff
changeset
|
6315 EOF |
78660eeae4b2
Fix change for --with-pop default.
Dave Love <fx@gnu.org>
parents:
26081
diff
changeset
|
6316 |
78660eeae4b2
Fix change for --with-pop default.
Dave Love <fx@gnu.org>
parents:
26081
diff
changeset
|
6317 else |
78660eeae4b2
Fix change for --with-pop default.
Dave Love <fx@gnu.org>
parents:
26081
diff
changeset
|
6318 echo "$ac_t""no" 1>&6 |
78660eeae4b2
Fix change for --with-pop default.
Dave Love <fx@gnu.org>
parents:
26081
diff
changeset
|
6319 fi |
78660eeae4b2
Fix change for --with-pop default.
Dave Love <fx@gnu.org>
parents:
26081
diff
changeset
|
6320 |
27675 | 6321 echo $ac_n "checking for pid_t""... $ac_c" 1>&6 |
27729 | 6322 echo "configure:6323: checking for pid_t" >&5 |
27675 | 6323 if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then |
6324 echo $ac_n "(cached) $ac_c" 1>&6 | |
6325 else | |
6326 cat > conftest.$ac_ext <<EOF | |
27729 | 6327 #line 6328 "configure" |
27675 | 6328 #include "confdefs.h" |
6329 #include <sys/types.h> | |
6330 #if STDC_HEADERS | |
6331 #include <stdlib.h> | |
6332 #include <stddef.h> | |
6333 #endif | |
6334 EOF | |
6335 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
6336 egrep "(^|[^a-zA-Z_0-9])pid_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then | |
6337 rm -rf conftest* | |
6338 ac_cv_type_pid_t=yes | |
6339 else | |
6340 rm -rf conftest* | |
6341 ac_cv_type_pid_t=no | |
6342 fi | |
6343 rm -f conftest* | |
6344 | |
6345 fi | |
6346 echo "$ac_t""$ac_cv_type_pid_t" 1>&6 | |
6347 if test $ac_cv_type_pid_t = no; then | |
6348 cat >> confdefs.h <<\EOF | |
6349 #define pid_t int | |
6350 EOF | |
6351 | |
6352 fi | |
6353 | |
6354 ac_safe=`echo "vfork.h" | sed 'y%./+-%__p_%'` | |
6355 echo $ac_n "checking for vfork.h""... $ac_c" 1>&6 | |
27729 | 6356 echo "configure:6357: checking for vfork.h" >&5 |
27675 | 6357 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
6358 echo $ac_n "(cached) $ac_c" 1>&6 | |
6359 else | |
6360 cat > conftest.$ac_ext <<EOF | |
27729 | 6361 #line 6362 "configure" |
27675 | 6362 #include "confdefs.h" |
6363 #include <vfork.h> | |
6364 EOF | |
6365 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
27729 | 6366 { (eval echo configure:6367: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
27675 | 6367 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
6368 if test -z "$ac_err"; then | |
6369 rm -rf conftest* | |
6370 eval "ac_cv_header_$ac_safe=yes" | |
6371 else | |
6372 echo "$ac_err" >&5 | |
6373 echo "configure: failed program was:" >&5 | |
6374 cat conftest.$ac_ext >&5 | |
6375 rm -rf conftest* | |
6376 eval "ac_cv_header_$ac_safe=no" | |
6377 fi | |
6378 rm -f conftest* | |
6379 fi | |
6380 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
6381 echo "$ac_t""yes" 1>&6 | |
6382 cat >> confdefs.h <<\EOF | |
6383 #define HAVE_VFORK_H 1 | |
6384 EOF | |
6385 | |
6386 else | |
6387 echo "$ac_t""no" 1>&6 | |
6388 fi | |
6389 | |
6390 echo $ac_n "checking for working vfork""... $ac_c" 1>&6 | |
27729 | 6391 echo "configure:6392: checking for working vfork" >&5 |
27675 | 6392 if eval "test \"`echo '$''{'ac_cv_func_vfork_works'+set}'`\" = set"; then |
6393 echo $ac_n "(cached) $ac_c" 1>&6 | |
6394 else | |
6395 if test "$cross_compiling" = yes; then | |
6396 echo $ac_n "checking for vfork""... $ac_c" 1>&6 | |
27729 | 6397 echo "configure:6398: checking for vfork" >&5 |
27675 | 6398 if eval "test \"`echo '$''{'ac_cv_func_vfork'+set}'`\" = set"; then |
6399 echo $ac_n "(cached) $ac_c" 1>&6 | |
6400 else | |
6401 cat > conftest.$ac_ext <<EOF | |
27729 | 6402 #line 6403 "configure" |
27675 | 6403 #include "confdefs.h" |
6404 /* System header to define __stub macros and hopefully few prototypes, | |
6405 which can conflict with char vfork(); below. */ | |
6406 #include <assert.h> | |
6407 /* Override any gcc2 internal prototype to avoid an error. */ | |
6408 /* We use char because int might match the return type of a gcc2 | |
6409 builtin and then its argument prototype would still apply. */ | |
6410 char vfork(); | |
6411 | |
6412 int main() { | |
6413 | |
6414 /* The GNU C library defines this for functions which it implements | |
6415 to always fail with ENOSYS. Some functions are actually named | |
6416 something starting with __ and the normal name is an alias. */ | |
6417 #if defined (__stub_vfork) || defined (__stub___vfork) | |
6418 choke me | |
6419 #else | |
6420 vfork(); | |
6421 #endif | |
6422 | |
6423 ; return 0; } | |
6424 EOF | |
27729 | 6425 if { (eval echo configure:6426: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
27675 | 6426 rm -rf conftest* |
6427 eval "ac_cv_func_vfork=yes" | |
6428 else | |
6429 echo "configure: failed program was:" >&5 | |
6430 cat conftest.$ac_ext >&5 | |
6431 rm -rf conftest* | |
6432 eval "ac_cv_func_vfork=no" | |
6433 fi | |
6434 rm -f conftest* | |
6435 fi | |
6436 | |
6437 if eval "test \"`echo '$ac_cv_func_'vfork`\" = yes"; then | |
6438 echo "$ac_t""yes" 1>&6 | |
6439 : | |
6440 else | |
6441 echo "$ac_t""no" 1>&6 | |
6442 fi | |
6443 | |
6444 ac_cv_func_vfork_works=$ac_cv_func_vfork | |
6445 else | |
6446 cat > conftest.$ac_ext <<EOF | |
27729 | 6447 #line 6448 "configure" |
27675 | 6448 #include "confdefs.h" |
6449 /* Thanks to Paul Eggert for this test. */ | |
6450 #include <stdio.h> | |
6451 #include <sys/types.h> | |
6452 #include <sys/stat.h> | |
6453 #ifdef HAVE_UNISTD_H | |
6454 #include <unistd.h> | |
6455 #endif | |
6456 #ifdef HAVE_VFORK_H | |
6457 #include <vfork.h> | |
6458 #endif | |
6459 /* On some sparc systems, changes by the child to local and incoming | |
6460 argument registers are propagated back to the parent. | |
6461 The compiler is told about this with #include <vfork.h>, | |
6462 but some compilers (e.g. gcc -O) don't grok <vfork.h>. | |
6463 Test for this by using a static variable whose address | |
6464 is put into a register that is clobbered by the vfork. */ | |
6465 static | |
6466 #ifdef __cplusplus | |
6467 sparc_address_test (int arg) | |
6468 #else | |
6469 sparc_address_test (arg) int arg; | |
6470 #endif | |
6471 { | |
6472 static pid_t child; | |
6473 if (!child) { | |
6474 child = vfork (); | |
6475 if (child < 0) { | |
6476 perror ("vfork"); | |
6477 _exit(2); | |
6478 } | |
6479 if (!child) { | |
6480 arg = getpid(); | |
6481 write(-1, "", 0); | |
6482 _exit (arg); | |
6483 } | |
6484 } | |
6485 } | |
6486 main() { | |
6487 pid_t parent = getpid (); | |
6488 pid_t child; | |
6489 | |
6490 sparc_address_test (); | |
6491 | |
6492 child = vfork (); | |
6493 | |
6494 if (child == 0) { | |
6495 /* Here is another test for sparc vfork register problems. | |
6496 This test uses lots of local variables, at least | |
6497 as many local variables as main has allocated so far | |
6498 including compiler temporaries. 4 locals are enough for | |
6499 gcc 1.40.3 on a Solaris 4.1.3 sparc, but we use 8 to be safe. | |
6500 A buggy compiler should reuse the register of parent | |
6501 for one of the local variables, since it will think that | |
6502 parent can't possibly be used any more in this routine. | |
6503 Assigning to the local variable will thus munge parent | |
6504 in the parent process. */ | |
6505 pid_t | |
6506 p = getpid(), p1 = getpid(), p2 = getpid(), p3 = getpid(), | |
6507 p4 = getpid(), p5 = getpid(), p6 = getpid(), p7 = getpid(); | |
6508 /* Convince the compiler that p..p7 are live; otherwise, it might | |
6509 use the same hardware register for all 8 local variables. */ | |
6510 if (p != p1 || p != p2 || p != p3 || p != p4 | |
6511 || p != p5 || p != p6 || p != p7) | |
6512 _exit(1); | |
6513 | |
6514 /* On some systems (e.g. IRIX 3.3), | |
6515 vfork doesn't separate parent from child file descriptors. | |
6516 If the child closes a descriptor before it execs or exits, | |
6517 this munges the parent's descriptor as well. | |
6518 Test for this by closing stdout in the child. */ | |
6519 _exit(close(fileno(stdout)) != 0); | |
6520 } else { | |
6521 int status; | |
6522 struct stat st; | |
6523 | |
6524 while (wait(&status) != child) | |
6525 ; | |
6526 exit( | |
6527 /* Was there some problem with vforking? */ | |
6528 child < 0 | |
6529 | |
6530 /* Did the child fail? (This shouldn't happen.) */ | |
6531 || status | |
6532 | |
6533 /* Did the vfork/compiler bug occur? */ | |
6534 || parent != getpid() | |
6535 | |
6536 /* Did the file descriptor bug occur? */ | |
6537 || fstat(fileno(stdout), &st) != 0 | |
6538 ); | |
6539 } | |
6540 } | |
6541 EOF | |
27729 | 6542 if { (eval echo configure:6543: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
27675 | 6543 then |
6544 ac_cv_func_vfork_works=yes | |
6545 else | |
6546 echo "configure: failed program was:" >&5 | |
6547 cat conftest.$ac_ext >&5 | |
6548 rm -fr conftest* | |
6549 ac_cv_func_vfork_works=no | |
6550 fi | |
6551 rm -fr conftest* | |
6552 fi | |
6553 | |
6554 fi | |
6555 | |
6556 echo "$ac_t""$ac_cv_func_vfork_works" 1>&6 | |
6557 if test $ac_cv_func_vfork_works = no; then | |
6558 cat >> confdefs.h <<\EOF | |
6559 #define vfork fork | |
6560 EOF | |
6561 | |
6562 fi | |
6563 | |
6564 | |
25897 | 6565 # Set up the CFLAGS for real compilation, so we can substitute it. |
6566 CFLAGS="$REAL_CFLAGS" | |
6567 | |
6568 #### Find out which version of Emacs this is. | |
6569 version=`grep 'defconst[ ]*emacs-version' ${srcdir}/lisp/version.el \ | |
6570 | sed -e 's/^[^"]*"\([^"]*\)".*$/\1/'` | |
6571 if test x"${version}" = x; then | |
6572 { echo "configure: error: can't find current emacs version in \`${srcdir}/lisp/version.el'." 1>&2; exit 1; } | |
6573 fi | |
6574 | |
6575 ### Specify what sort of things we'll be editing into Makefile and config.h. | |
6576 ### Use configuration here uncanonicalized to avoid exceeding size limits. | |
6577 | |
6578 | |
6579 | |
6580 | |
6581 | |
6582 | |
6583 | |
6584 | |
6585 | |
6586 | |
6587 | |
6588 | |
6589 | |
6590 | |
6591 | |
6592 | |
6593 | |
6594 | |
6595 | |
6596 | |
6597 | |
6598 | |
6599 | |
6600 | |
6601 | |
6602 | |
6603 | |
6604 | |
6605 | |
6606 | |
6607 | |
6608 cat >> confdefs.h <<EOF | |
6609 #define EMACS_CONFIGURATION "${canonical}" | |
6610 EOF | |
6611 | |
6612 cat >> confdefs.h <<EOF | |
6613 #define EMACS_CONFIG_OPTIONS "${ac_configure_args}" | |
6614 EOF | |
6615 | |
6616 cat >> confdefs.h <<EOF | |
6617 #define config_machfile "${machfile}" | |
6618 EOF | |
6619 | |
6620 cat >> confdefs.h <<EOF | |
6621 #define config_opsysfile "${opsysfile}" | |
6622 EOF | |
6623 | |
6624 cat >> confdefs.h <<EOF | |
6625 #define LD_SWITCH_X_SITE ${LD_SWITCH_X_SITE} | |
6626 EOF | |
6627 | |
6628 cat >> confdefs.h <<EOF | |
6629 #define LD_SWITCH_X_SITE_AUX ${LD_SWITCH_X_SITE_AUX} | |
6630 EOF | |
6631 | |
6632 cat >> confdefs.h <<EOF | |
6633 #define C_SWITCH_X_SITE ${C_SWITCH_X_SITE} | |
6634 EOF | |
6635 | |
6636 cat >> confdefs.h <<EOF | |
6637 #define UNEXEC_SRC ${UNEXEC_SRC} | |
6638 EOF | |
6639 | |
6640 | |
6641 if test "${HAVE_X_WINDOWS}" = "yes" ; then | |
6642 cat >> confdefs.h <<\EOF | |
6643 #define HAVE_X_WINDOWS 1 | |
6644 EOF | |
6645 | |
6646 fi | |
6647 if test "${USE_X_TOOLKIT}" != "none" ; then | |
6648 cat >> confdefs.h <<\EOF | |
6649 #define USE_X_TOOLKIT 1 | |
6650 EOF | |
6651 | |
6652 fi | |
6653 if test "${HAVE_X11}" = "yes" ; then | |
6654 cat >> confdefs.h <<\EOF | |
6655 #define HAVE_X11 1 | |
6656 EOF | |
6657 | |
6658 fi | |
6659 if test "${HAVE_XFREE386}" = "yes" ; then | |
6660 cat >> confdefs.h <<\EOF | |
6661 #define HAVE_XFREE386 1 | |
6662 EOF | |
6663 | |
6664 fi | |
6665 if test "${HAVE_MENUS}" = "yes" ; then | |
6666 cat >> confdefs.h <<\EOF | |
6667 #define HAVE_MENUS 1 | |
6668 EOF | |
6669 | |
6670 fi | |
6671 if test "${GNU_MALLOC}" = "yes" ; then | |
6672 cat >> confdefs.h <<\EOF | |
6673 #define GNU_MALLOC 1 | |
6674 EOF | |
6675 | |
6676 fi | |
6677 if test "${REL_ALLOC}" = "yes" ; then | |
6678 cat >> confdefs.h <<\EOF | |
6679 #define REL_ALLOC 1 | |
6680 EOF | |
6681 | |
6682 fi | |
6683 | |
6684 #### Report on what we decided to do. | |
6685 echo " | |
6686 Configured for \`${canonical}'. | |
6687 | |
6688 Where should the build process find the source code? ${srcdir} | |
6689 What operating system and machine description files should Emacs use? | |
6690 \`${opsysfile}' and \`${machfile}' | |
6691 What compiler should emacs be built with? ${CC} ${CFLAGS} | |
6692 Should Emacs use the GNU version of malloc? ${GNU_MALLOC}${GNU_MALLOC_reason} | |
6693 Should Emacs use the relocating allocator for buffers? ${REL_ALLOC} | |
6694 What window system should Emacs use? ${window_system} | |
6695 What toolkit should Emacs use? ${USE_X_TOOLKIT}" | |
6696 | |
6697 if test -n "${x_includes}"; then | |
6698 echo " Where do we find X Windows header files? ${x_includes}" | |
6699 else | |
6700 echo " Where do we find X Windows header files? Standard dirs" | |
6701 fi | |
6702 if test -n "${x_libraries}"; then | |
6703 echo " Where do we find X Windows libraries? ${x_libraries}" | |
6704 else | |
6705 echo " Where do we find X Windows libraries? Standard dirs" | |
6706 fi | |
6707 | |
6708 echo " Does Emacs use -lXaw3d? ${HAVE_XAW3D}" | |
6709 echo " Does Emacs use -lXpm? ${HAVE_XPM}" | |
6710 echo " Does Emacs use -ljpeg? ${HAVE_JPEG}" | |
6711 echo " Does Emacs use -ltiff? ${HAVE_TIFF}" | |
6712 echo " Does Emacs use -lungif? ${HAVE_GIF}" | |
6713 echo " Does Emacs use -lpng? ${HAVE_PNG}" | |
6714 echo " Does Emacs use X toolkit scroll bars? ${USE_TOOLKIT_SCROLL_BARS}" | |
6715 echo | |
6716 | |
6717 # Remove any trailing slashes in these variables. | |
6718 test "${prefix}" != NONE && | |
6719 prefix=`echo "${prefix}" | sed 's,\([^/]\)/*$,\1,'` | |
6720 test "${exec_prefix}" != NONE && | |
6721 exec_prefix=`echo "${exec_prefix}" | sed 's,\([^/]\)/*$,\1,'` | |
6722 | |
6723 trap '' 1 2 15 | |
6724 cat > confcache <<\EOF | |
6725 # This file is a shell script that caches the results of configure | |
6726 # tests run on this system so they can be shared between configure | |
6727 # scripts and configure runs. It is not useful on other systems. | |
6728 # If it contains results you don't want to keep, you may remove or edit it. | |
6729 # | |
6730 # By default, configure uses ./config.cache as the cache file, | |
6731 # creating it if it does not exist already. You can give configure | |
6732 # the --cache-file=FILE option to use a different cache file; that is | |
6733 # what configure does when it calls configure scripts in | |
6734 # subdirectories, so they share the cache. | |
6735 # Giving --cache-file=/dev/null disables caching, for debugging configure. | |
6736 # config.status only pays attention to the cache file if you give it the | |
6737 # --recheck option to rerun configure. | |
6738 # | |
6739 EOF | |
6740 # The following way of writing the cache mishandles newlines in values, | |
6741 # but we know of no workaround that is simple, portable, and efficient. | |
6742 # So, don't put newlines in cache variables' values. | |
6743 # Ultrix sh set writes to stderr and can't be redirected directly, | |
6744 # and sets the high bit in the cache file unless we assign to the vars. | |
6745 (set) 2>&1 | | |
6746 case `(ac_space=' '; set | grep ac_space) 2>&1` in | |
6747 *ac_space=\ *) | |
6748 # `set' does not quote correctly, so add quotes (double-quote substitution | |
6749 # turns \\\\ into \\, and sed turns \\ into \). | |
6750 sed -n \ | |
6751 -e "s/'/'\\\\''/g" \ | |
6752 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p" | |
6753 ;; | |
6754 *) | |
6755 # `set' quotes correctly as required by POSIX, so do not add quotes. | |
6756 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p' | |
6757 ;; | |
6758 esac >> confcache | |
6759 if cmp -s $cache_file confcache; then | |
6760 : | |
6761 else | |
6762 if test -w $cache_file; then | |
6763 echo "updating cache $cache_file" | |
6764 cat confcache > $cache_file | |
6765 else | |
6766 echo "not updating unwritable cache $cache_file" | |
6767 fi | |
6768 fi | |
6769 rm -f confcache | |
6770 | |
6771 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15 | |
6772 | |
6773 test "x$prefix" = xNONE && prefix=$ac_default_prefix | |
6774 # Let make expand exec_prefix. | |
6775 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' | |
6776 | |
6777 # Any assignment to VPATH causes Sun make to only execute | |
6778 # the first set of double-colon rules, so remove it if not needed. | |
6779 # If there is a colon in the path, we need to keep it. | |
6780 if test "x$srcdir" = x.; then | |
6781 ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d' | |
6782 fi | |
6783 | |
6784 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15 | |
6785 | |
6786 DEFS=-DHAVE_CONFIG_H | |
6787 | |
6788 # Without the "./", some shells look in PATH for config.status. | |
6789 : ${CONFIG_STATUS=./config.status} | |
6790 | |
6791 echo creating $CONFIG_STATUS | |
6792 rm -f $CONFIG_STATUS | |
6793 cat > $CONFIG_STATUS <<EOF | |
6794 #! /bin/sh | |
6795 # Generated automatically by configure. | |
6796 # Run this file to recreate the current configuration. | |
6797 # This directory was configured as follows, | |
6798 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`: | |
6799 # | |
6800 # $0 $ac_configure_args | |
6801 # | |
6802 # Compiler output produced by configure, useful for debugging | |
6803 # configure, is in ./config.log if it exists. | |
6804 | |
6805 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]" | |
6806 for ac_option | |
6807 do | |
6808 case "\$ac_option" in | |
6809 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) | |
6810 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion" | |
6811 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;; | |
6812 -version | --version | --versio | --versi | --vers | --ver | --ve | --v) | |
27205 | 6813 echo "$CONFIG_STATUS generated by autoconf version 2.13" |
25897 | 6814 exit 0 ;; |
6815 -help | --help | --hel | --he | --h) | |
6816 echo "\$ac_cs_usage"; exit 0 ;; | |
6817 *) echo "\$ac_cs_usage"; exit 1 ;; | |
6818 esac | |
6819 done | |
6820 | |
6821 ac_given_srcdir=$srcdir | |
6822 ac_given_INSTALL="$INSTALL" | |
6823 | |
6824 trap 'rm -fr `echo "Makefile lib-src/Makefile.c:lib-src/Makefile.in oldXMenu/Makefile \ | |
6825 man/Makefile lwlib/Makefile src/Makefile.c:src/Makefile.in \ | |
6826 leim/Makefile src/config.h:src/config.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 | |
6827 EOF | |
6828 cat >> $CONFIG_STATUS <<EOF | |
6829 | |
6830 # Protect against being on the right side of a sed subst in config.status. | |
6831 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g; | |
6832 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF | |
6833 $ac_vpsub | |
6834 $extrasub | |
27205 | 6835 s%@SHELL@%$SHELL%g |
25897 | 6836 s%@CFLAGS@%$CFLAGS%g |
6837 s%@CPPFLAGS@%$CPPFLAGS%g | |
6838 s%@CXXFLAGS@%$CXXFLAGS%g | |
27205 | 6839 s%@FFLAGS@%$FFLAGS%g |
25897 | 6840 s%@DEFS@%$DEFS%g |
6841 s%@LDFLAGS@%$LDFLAGS%g | |
6842 s%@LIBS@%$LIBS%g | |
6843 s%@exec_prefix@%$exec_prefix%g | |
6844 s%@prefix@%$prefix%g | |
6845 s%@program_transform_name@%$program_transform_name%g | |
6846 s%@bindir@%$bindir%g | |
6847 s%@sbindir@%$sbindir%g | |
6848 s%@libexecdir@%$libexecdir%g | |
6849 s%@datadir@%$datadir%g | |
6850 s%@sysconfdir@%$sysconfdir%g | |
6851 s%@sharedstatedir@%$sharedstatedir%g | |
6852 s%@localstatedir@%$localstatedir%g | |
6853 s%@libdir@%$libdir%g | |
6854 s%@includedir@%$includedir%g | |
6855 s%@oldincludedir@%$oldincludedir%g | |
6856 s%@infodir@%$infodir%g | |
6857 s%@mandir@%$mandir%g | |
6858 s%@host@%$host%g | |
6859 s%@host_alias@%$host_alias%g | |
6860 s%@host_cpu@%$host_cpu%g | |
6861 s%@host_vendor@%$host_vendor%g | |
6862 s%@host_os@%$host_os%g | |
6863 s%@CC@%$CC%g | |
6864 s%@LN_S@%$LN_S%g | |
6865 s%@CPP@%$CPP%g | |
6866 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g | |
27205 | 6867 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g |
25897 | 6868 s%@INSTALL_DATA@%$INSTALL_DATA%g |
6869 s%@YACC@%$YACC%g | |
6870 s%@SET_MAKE@%$SET_MAKE%g | |
6871 s%@ALLOCA@%$ALLOCA%g | |
6872 s%@liblockfile@%$liblockfile%g | |
6873 s%@version@%$version%g | |
6874 s%@configuration@%$configuration%g | |
6875 s%@canonical@%$canonical%g | |
6876 s%@srcdir@%$srcdir%g | |
6877 s%@lispdir@%$lispdir%g | |
6878 s%@locallisppath@%$locallisppath%g | |
6879 s%@lisppath@%$lisppath%g | |
6880 s%@x_default_search_path@%$x_default_search_path%g | |
6881 s%@etcdir@%$etcdir%g | |
6882 s%@archlibdir@%$archlibdir%g | |
6883 s%@docdir@%$docdir%g | |
6884 s%@bitmapdir@%$bitmapdir%g | |
6885 s%@c_switch_system@%$c_switch_system%g | |
6886 s%@c_switch_machine@%$c_switch_machine%g | |
6887 s%@LD_SWITCH_X_SITE@%$LD_SWITCH_X_SITE%g | |
6888 s%@LD_SWITCH_X_SITE_AUX@%$LD_SWITCH_X_SITE_AUX%g | |
6889 s%@C_SWITCH_X_SITE@%$C_SWITCH_X_SITE%g | |
6890 s%@X_TOOLKIT_TYPE@%$X_TOOLKIT_TYPE%g | |
6891 s%@machfile@%$machfile%g | |
6892 s%@opsysfile@%$opsysfile%g | |
6893 s%@RANLIB@%$RANLIB%g | |
6894 | |
6895 CEOF | |
6896 EOF | |
6897 | |
6898 cat >> $CONFIG_STATUS <<\EOF | |
6899 | |
6900 # Split the substitutions into bite-sized pieces for seds with | |
6901 # small command number limits, like on Digital OSF/1 and HP-UX. | |
6902 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script. | |
6903 ac_file=1 # Number of current file. | |
6904 ac_beg=1 # First line for current file. | |
6905 ac_end=$ac_max_sed_cmds # Line after last line for current file. | |
6906 ac_more_lines=: | |
6907 ac_sed_cmds="" | |
6908 while $ac_more_lines; do | |
6909 if test $ac_beg -gt 1; then | |
6910 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file | |
6911 else | |
6912 sed "${ac_end}q" conftest.subs > conftest.s$ac_file | |
6913 fi | |
6914 if test ! -s conftest.s$ac_file; then | |
6915 ac_more_lines=false | |
6916 rm -f conftest.s$ac_file | |
6917 else | |
6918 if test -z "$ac_sed_cmds"; then | |
6919 ac_sed_cmds="sed -f conftest.s$ac_file" | |
6920 else | |
6921 ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file" | |
6922 fi | |
6923 ac_file=`expr $ac_file + 1` | |
6924 ac_beg=$ac_end | |
6925 ac_end=`expr $ac_end + $ac_max_sed_cmds` | |
6926 fi | |
6927 done | |
6928 if test -z "$ac_sed_cmds"; then | |
6929 ac_sed_cmds=cat | |
6930 fi | |
6931 EOF | |
6932 | |
6933 cat >> $CONFIG_STATUS <<EOF | |
6934 | |
6935 CONFIG_FILES=\${CONFIG_FILES-"Makefile lib-src/Makefile.c:lib-src/Makefile.in oldXMenu/Makefile \ | |
6936 man/Makefile lwlib/Makefile src/Makefile.c:src/Makefile.in \ | |
6937 leim/Makefile"} | |
6938 EOF | |
6939 cat >> $CONFIG_STATUS <<\EOF | |
6940 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then | |
6941 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". | |
6942 case "$ac_file" in | |
6943 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'` | |
6944 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; | |
6945 *) ac_file_in="${ac_file}.in" ;; | |
6946 esac | |
6947 | |
6948 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories. | |
6949 | |
6950 # Remove last slash and all that follows it. Not all systems have dirname. | |
6951 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'` | |
6952 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then | |
6953 # The file is in a subdirectory. | |
6954 test ! -d "$ac_dir" && mkdir "$ac_dir" | |
6955 ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`" | |
6956 # A "../" for each directory in $ac_dir_suffix. | |
6957 ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'` | |
6958 else | |
6959 ac_dir_suffix= ac_dots= | |
6960 fi | |
6961 | |
6962 case "$ac_given_srcdir" in | |
6963 .) srcdir=. | |
6964 if test -z "$ac_dots"; then top_srcdir=. | |
6965 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;; | |
6966 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;; | |
6967 *) # Relative path. | |
6968 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix" | |
6969 top_srcdir="$ac_dots$ac_given_srcdir" ;; | |
6970 esac | |
6971 | |
6972 case "$ac_given_INSTALL" in | |
6973 [/$]*) INSTALL="$ac_given_INSTALL" ;; | |
6974 *) INSTALL="$ac_dots$ac_given_INSTALL" ;; | |
6975 esac | |
6976 | |
6977 echo creating "$ac_file" | |
6978 rm -f "$ac_file" | |
6979 configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure." | |
6980 case "$ac_file" in | |
6981 *Makefile*) ac_comsub="1i\\ | |
6982 # $configure_input" ;; | |
6983 *) ac_comsub= ;; | |
6984 esac | |
6985 | |
6986 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` | |
6987 sed -e "$ac_comsub | |
6988 s%@configure_input@%$configure_input%g | |
6989 s%@srcdir@%$srcdir%g | |
6990 s%@top_srcdir@%$top_srcdir%g | |
6991 s%@INSTALL@%$INSTALL%g | |
6992 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file | |
6993 fi; done | |
6994 rm -f conftest.s* | |
6995 | |
6996 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where | |
6997 # NAME is the cpp macro being defined and VALUE is the value it is being given. | |
6998 # | |
6999 # ac_d sets the value in "#define NAME VALUE" lines. | |
7000 ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)' | |
7001 ac_dB='\([ ][ ]*\)[^ ]*%\1#\2' | |
7002 ac_dC='\3' | |
7003 ac_dD='%g' | |
7004 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE". | |
7005 ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' | |
7006 ac_uB='\([ ]\)%\1#\2define\3' | |
7007 ac_uC=' ' | |
7008 ac_uD='\4%g' | |
7009 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE". | |
7010 ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' | |
7011 ac_eB='$%\1#\2define\3' | |
7012 ac_eC=' ' | |
7013 ac_eD='%g' | |
7014 | |
7015 if test "${CONFIG_HEADERS+set}" != set; then | |
7016 EOF | |
7017 cat >> $CONFIG_STATUS <<EOF | |
7018 CONFIG_HEADERS="src/config.h:src/config.in" | |
7019 EOF | |
7020 cat >> $CONFIG_STATUS <<\EOF | |
7021 fi | |
7022 for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then | |
7023 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". | |
7024 case "$ac_file" in | |
7025 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'` | |
7026 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; | |
7027 *) ac_file_in="${ac_file}.in" ;; | |
7028 esac | |
7029 | |
7030 echo creating $ac_file | |
7031 | |
7032 rm -f conftest.frag conftest.in conftest.out | |
7033 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` | |
7034 cat $ac_file_inputs > conftest.in | |
7035 | |
7036 EOF | |
7037 | |
7038 # Transform confdefs.h into a sed script conftest.vals that substitutes | |
7039 # the proper values into config.h.in to produce config.h. And first: | |
7040 # Protect against being on the right side of a sed subst in config.status. | |
7041 # Protect against being in an unquoted here document in config.status. | |
7042 rm -f conftest.vals | |
7043 cat > conftest.hdr <<\EOF | |
7044 s/[\\&%]/\\&/g | |
7045 s%[\\$`]%\\&%g | |
7046 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp | |
7047 s%ac_d%ac_u%gp | |
7048 s%ac_u%ac_e%gp | |
7049 EOF | |
7050 sed -n -f conftest.hdr confdefs.h > conftest.vals | |
7051 rm -f conftest.hdr | |
7052 | |
7053 # This sed command replaces #undef with comments. This is necessary, for | |
7054 # example, in the case of _POSIX_SOURCE, which is predefined and required | |
7055 # on some systems where configure will not decide to define it. | |
7056 cat >> conftest.vals <<\EOF | |
7057 s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */% | |
7058 EOF | |
7059 | |
7060 # Break up conftest.vals because some shells have a limit on | |
7061 # the size of here documents, and old seds have small limits too. | |
7062 | |
7063 rm -f conftest.tail | |
7064 while : | |
7065 do | |
7066 ac_lines=`grep -c . conftest.vals` | |
7067 # grep -c gives empty output for an empty file on some AIX systems. | |
7068 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi | |
7069 # Write a limited-size here document to conftest.frag. | |
7070 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS | |
7071 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS | |
7072 echo 'CEOF | |
7073 sed -f conftest.frag conftest.in > conftest.out | |
7074 rm -f conftest.in | |
7075 mv conftest.out conftest.in | |
7076 ' >> $CONFIG_STATUS | |
7077 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail | |
7078 rm -f conftest.vals | |
7079 mv conftest.tail conftest.vals | |
7080 done | |
7081 rm -f conftest.vals | |
7082 | |
7083 cat >> $CONFIG_STATUS <<\EOF | |
7084 rm -f conftest.frag conftest.h | |
7085 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h | |
7086 cat conftest.in >> conftest.h | |
7087 rm -f conftest.in | |
7088 if cmp -s $ac_file conftest.h 2>/dev/null; then | |
7089 echo "$ac_file is unchanged" | |
7090 rm -f conftest.h | |
7091 else | |
7092 # Remove last slash and all that follows it. Not all systems have dirname. | |
7093 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'` | |
7094 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then | |
7095 # The file is in a subdirectory. | |
7096 test ! -d "$ac_dir" && mkdir "$ac_dir" | |
7097 fi | |
7098 rm -f $ac_file | |
7099 mv conftest.h $ac_file | |
7100 fi | |
7101 fi; done | |
7102 | |
7103 EOF | |
7104 cat >> $CONFIG_STATUS <<EOF | |
7105 CPP="$CPP" CPPFLAGS="$CPPFLAGS" | |
7106 EOF | |
7107 cat >> $CONFIG_STATUS <<\EOF | |
7108 | |
7109 | |
7110 ### Make the necessary directories, if they don't exist. | |
7111 for dir in etc lisp ; do | |
7112 test -d ${dir} || mkdir ${dir} | |
7113 done | |
7114 | |
7115 # Build src/Makefile from ${srcdir}/src/Makefile.c | |
7116 # and lib-src/Makefile from ${srcdir}/lib-src/Makefile.c | |
7117 # This must be done after src/config.h is built, since we rely on that file. | |
7118 | |
7119 # Now get this: Some word that is part of the ${srcdir} directory name | |
7120 # or the ${configuration} value might, just might, happen to be an | |
7121 # identifier like `sun4' or `i386' or something, and be predefined by | |
7122 # the C preprocessor to some helpful value like 1, or maybe the empty | |
7123 # string. Needless to say consequent macro substitutions are less | |
7124 # than conducive to the makefile finding the correct directory. | |
7125 undefs="`echo $top_srcdir $configuration $canonical | | |
7126 sed -e 's/[^a-zA-Z0-9_]/ /g' -e 's/^/ /' -e 's/ *$//' \ | |
7127 -e 's/ */ -U/g' -e 's/-U[0-9][^ ]*//g' \ | |
7128 `" | |
7129 | |
7130 echo creating src/epaths.h | |
7131 make epaths-force | |
7132 | |
7133 echo creating lib-src/Makefile | |
7134 ( cd lib-src | |
7135 rm -f junk.c junk1.c junk2.c | |
7136 sed -e '/start of cpp stuff/q' \ | |
7137 < Makefile.c > junk1.c | |
7138 sed -e '1,/start of cpp stuff/d'\ | |
7139 -e 's@/\*\*/#\(.*\)$@/* \1 */@' \ | |
7140 < Makefile.c > junk.c | |
7141 $CPP $undefs -I. -I$top_srcdir/src $CPPFLAGS junk.c | \ | |
7142 sed -e 's/^ / /' -e '/^#/d' -e '/^[ ]*$/d' > junk2.c | |
7143 cat junk1.c junk2.c > Makefile.new | |
7144 rm -f junk.c junk1.c junk2.c | |
7145 chmod 444 Makefile.new | |
7146 mv -f Makefile.new Makefile | |
7147 ) | |
7148 | |
7149 echo creating src/Makefile | |
7150 ( cd src | |
7151 rm -f junk.c junk1.c junk2.c | |
7152 sed -e '/start of cpp stuff/q' \ | |
7153 < Makefile.c > junk1.c | |
7154 sed -e '1,/start of cpp stuff/d'\ | |
7155 -e 's@/\*\*/#\(.*\)$@/* \1 */@' \ | |
7156 < Makefile.c > junk.c | |
7157 $CPP $undefs -I. -I$top_srcdir/src $CPPFLAGS junk.c | \ | |
7158 sed -e 's/^ / /' -e '/^#/d' -e '/^[ ]*$/d' > junk2.c | |
7159 cat junk1.c junk2.c > Makefile.new | |
7160 rm -f junk.c junk1.c junk2.c | |
7161 chmod 444 Makefile.new | |
7162 mv -f Makefile.new Makefile | |
7163 ) | |
7164 | |
7165 if test ! -f src/.gdbinit && test -f $top_srcdir/src/.gdbinit; then | |
7166 echo creating src/.gdbinit | |
7167 echo source $top_srcdir/src/.gdbinit > src/.gdbinit | |
7168 fi | |
7169 | |
7170 # This is how we know whether to re-run configure in certain cases. | |
7171 touch src/config.stamp | |
7172 | |
7173 | |
7174 exit 0 | |
7175 EOF | |
7176 chmod +x $CONFIG_STATUS | |
7177 rm -fr confdefs* $ac_clean_files | |
7178 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1 | |
7179 |