Revert 2010-09-13T10:14:52Z!bob@gnu.org by Bob Chassel.
[bpt/emacs.git] / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.65 for emacs 24.0.50.
4 #
5 #
6 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
7 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
8 # Inc.
9 #
10 #
11 # This configure script is free software; the Free Software Foundation
12 # gives unlimited permission to copy, distribute and modify it.
13 ## -------------------- ##
14 ## M4sh Initialization. ##
15 ## -------------------- ##
16
17 # Be more Bourne compatible
18 DUALCASE=1; export DUALCASE # for MKS sh
19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
20 emulate sh
21 NULLCMD=:
22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
23 # is contrary to our usage. Disable this feature.
24 alias -g '${1+"$@"}'='"$@"'
25 setopt NO_GLOB_SUBST
26 else
27 case `(set -o) 2>/dev/null` in #(
28 *posix*) :
29 set -o posix ;; #(
30 *) :
31 ;;
32 esac
33 fi
34
35
36 as_nl='
37 '
38 export as_nl
39 # Printing a long string crashes Solaris 7 /usr/bin/printf.
40 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
43 # Prefer a ksh shell builtin over an external printf program on Solaris,
44 # but without wasting forks for bash or zsh.
45 if test -z "$BASH_VERSION$ZSH_VERSION" \
46 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
47 as_echo='print -r --'
48 as_echo_n='print -rn --'
49 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50 as_echo='printf %s\n'
51 as_echo_n='printf %s'
52 else
53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55 as_echo_n='/usr/ucb/echo -n'
56 else
57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58 as_echo_n_body='eval
59 arg=$1;
60 case $arg in #(
61 *"$as_nl"*)
62 expr "X$arg" : "X\\(.*\\)$as_nl";
63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64 esac;
65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
66 '
67 export as_echo_n_body
68 as_echo_n='sh -c $as_echo_n_body as_echo'
69 fi
70 export as_echo_body
71 as_echo='sh -c $as_echo_body as_echo'
72 fi
73
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
76 PATH_SEPARATOR=:
77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79 PATH_SEPARATOR=';'
80 }
81 fi
82
83
84 # IFS
85 # We need space, tab and new line, in precisely that order. Quoting is
86 # there to prevent editors from complaining about space-tab.
87 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
88 # splitting by setting IFS to empty value.)
89 IFS=" "" $as_nl"
90
91 # Find who we are. Look in the path if we contain no directory separator.
92 case $0 in #((
93 *[\\/]* ) as_myself=$0 ;;
94 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
95 for as_dir in $PATH
96 do
97 IFS=$as_save_IFS
98 test -z "$as_dir" && as_dir=.
99 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
100 done
101 IFS=$as_save_IFS
102
103 ;;
104 esac
105 # We did not find ourselves, most probably we were run as `sh COMMAND'
106 # in which case we are not to be found in the path.
107 if test "x$as_myself" = x; then
108 as_myself=$0
109 fi
110 if test ! -f "$as_myself"; then
111 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
112 exit 1
113 fi
114
115 # Unset variables that we do not need and which cause bugs (e.g. in
116 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
117 # suppresses any "Segmentation fault" message there. '((' could
118 # trigger a bug in pdksh 5.2.14.
119 for as_var in BASH_ENV ENV MAIL MAILPATH
120 do eval test x\${$as_var+set} = xset \
121 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
122 done
123 PS1='$ '
124 PS2='> '
125 PS4='+ '
126
127 # NLS nuisances.
128 LC_ALL=C
129 export LC_ALL
130 LANGUAGE=C
131 export LANGUAGE
132
133 # CDPATH.
134 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
135
136 if test "x$CONFIG_SHELL" = x; then
137 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
138 emulate sh
139 NULLCMD=:
140 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
141 # is contrary to our usage. Disable this feature.
142 alias -g '\${1+\"\$@\"}'='\"\$@\"'
143 setopt NO_GLOB_SUBST
144 else
145 case \`(set -o) 2>/dev/null\` in #(
146 *posix*) :
147 set -o posix ;; #(
148 *) :
149 ;;
150 esac
151 fi
152 "
153 as_required="as_fn_return () { (exit \$1); }
154 as_fn_success () { as_fn_return 0; }
155 as_fn_failure () { as_fn_return 1; }
156 as_fn_ret_success () { return 0; }
157 as_fn_ret_failure () { return 1; }
158
159 exitcode=0
160 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
161 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
162 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
163 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
164 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
165
166 else
167 exitcode=1; echo positional parameters were not saved.
168 fi
169 test x\$exitcode = x0 || exit 1"
170 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
171 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
172 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
173 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
174 test \$(( 1 + 1 )) = 2 || exit 1"
175 if (eval "$as_required") 2>/dev/null; then :
176 as_have_required=yes
177 else
178 as_have_required=no
179 fi
180 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
181
182 else
183 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
184 as_found=false
185 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
186 do
187 IFS=$as_save_IFS
188 test -z "$as_dir" && as_dir=.
189 as_found=:
190 case $as_dir in #(
191 /*)
192 for as_base in sh bash ksh sh5; do
193 # Try only shells that exist, to save several forks.
194 as_shell=$as_dir/$as_base
195 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
196 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
197 CONFIG_SHELL=$as_shell as_have_required=yes
198 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
199 break 2
200 fi
201 fi
202 done;;
203 esac
204 as_found=false
205 done
206 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
207 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
208 CONFIG_SHELL=$SHELL as_have_required=yes
209 fi; }
210 IFS=$as_save_IFS
211
212
213 if test "x$CONFIG_SHELL" != x; then :
214 # We cannot yet assume a decent shell, so we have to provide a
215 # neutralization value for shells without unset; and this also
216 # works around shells that cannot unset nonexistent variables.
217 BASH_ENV=/dev/null
218 ENV=/dev/null
219 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
220 export CONFIG_SHELL
221 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
222 fi
223
224 if test x$as_have_required = xno; then :
225 $as_echo "$0: This script requires a shell more modern than all"
226 $as_echo "$0: the shells that I found on your system."
227 if test x${ZSH_VERSION+set} = xset ; then
228 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
229 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
230 else
231 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
232 $0: including any error possibly output before this
233 $0: message. Then install a modern shell, or manually run
234 $0: the script under such a shell if you do have one."
235 fi
236 exit 1
237 fi
238 fi
239 fi
240 SHELL=${CONFIG_SHELL-/bin/sh}
241 export SHELL
242 # Unset more variables known to interfere with behavior of common tools.
243 CLICOLOR_FORCE= GREP_OPTIONS=
244 unset CLICOLOR_FORCE GREP_OPTIONS
245
246 ## --------------------- ##
247 ## M4sh Shell Functions. ##
248 ## --------------------- ##
249 # as_fn_unset VAR
250 # ---------------
251 # Portably unset VAR.
252 as_fn_unset ()
253 {
254 { eval $1=; unset $1;}
255 }
256 as_unset=as_fn_unset
257
258 # as_fn_set_status STATUS
259 # -----------------------
260 # Set $? to STATUS, without forking.
261 as_fn_set_status ()
262 {
263 return $1
264 } # as_fn_set_status
265
266 # as_fn_exit STATUS
267 # -----------------
268 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
269 as_fn_exit ()
270 {
271 set +e
272 as_fn_set_status $1
273 exit $1
274 } # as_fn_exit
275
276 # as_fn_mkdir_p
277 # -------------
278 # Create "$as_dir" as a directory, including parents if necessary.
279 as_fn_mkdir_p ()
280 {
281
282 case $as_dir in #(
283 -*) as_dir=./$as_dir;;
284 esac
285 test -d "$as_dir" || eval $as_mkdir_p || {
286 as_dirs=
287 while :; do
288 case $as_dir in #(
289 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
290 *) as_qdir=$as_dir;;
291 esac
292 as_dirs="'$as_qdir' $as_dirs"
293 as_dir=`$as_dirname -- "$as_dir" ||
294 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
295 X"$as_dir" : 'X\(//\)[^/]' \| \
296 X"$as_dir" : 'X\(//\)$' \| \
297 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
298 $as_echo X"$as_dir" |
299 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
300 s//\1/
301 q
302 }
303 /^X\(\/\/\)[^/].*/{
304 s//\1/
305 q
306 }
307 /^X\(\/\/\)$/{
308 s//\1/
309 q
310 }
311 /^X\(\/\).*/{
312 s//\1/
313 q
314 }
315 s/.*/./; q'`
316 test -d "$as_dir" && break
317 done
318 test -z "$as_dirs" || eval "mkdir $as_dirs"
319 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
320
321
322 } # as_fn_mkdir_p
323 # as_fn_append VAR VALUE
324 # ----------------------
325 # Append the text in VALUE to the end of the definition contained in VAR. Take
326 # advantage of any shell optimizations that allow amortized linear growth over
327 # repeated appends, instead of the typical quadratic growth present in naive
328 # implementations.
329 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
330 eval 'as_fn_append ()
331 {
332 eval $1+=\$2
333 }'
334 else
335 as_fn_append ()
336 {
337 eval $1=\$$1\$2
338 }
339 fi # as_fn_append
340
341 # as_fn_arith ARG...
342 # ------------------
343 # Perform arithmetic evaluation on the ARGs, and store the result in the
344 # global $as_val. Take advantage of shells that can avoid forks. The arguments
345 # must be portable across $(()) and expr.
346 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
347 eval 'as_fn_arith ()
348 {
349 as_val=$(( $* ))
350 }'
351 else
352 as_fn_arith ()
353 {
354 as_val=`expr "$@" || test $? -eq 1`
355 }
356 fi # as_fn_arith
357
358
359 # as_fn_error ERROR [LINENO LOG_FD]
360 # ---------------------------------
361 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
362 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
363 # script with status $?, using 1 if that was 0.
364 as_fn_error ()
365 {
366 as_status=$?; test $as_status -eq 0 && as_status=1
367 if test "$3"; then
368 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
369 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
370 fi
371 $as_echo "$as_me: error: $1" >&2
372 as_fn_exit $as_status
373 } # as_fn_error
374
375 if expr a : '\(a\)' >/dev/null 2>&1 &&
376 test "X`expr 00001 : '.*\(...\)'`" = X001; then
377 as_expr=expr
378 else
379 as_expr=false
380 fi
381
382 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
383 as_basename=basename
384 else
385 as_basename=false
386 fi
387
388 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
389 as_dirname=dirname
390 else
391 as_dirname=false
392 fi
393
394 as_me=`$as_basename -- "$0" ||
395 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
396 X"$0" : 'X\(//\)$' \| \
397 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
398 $as_echo X/"$0" |
399 sed '/^.*\/\([^/][^/]*\)\/*$/{
400 s//\1/
401 q
402 }
403 /^X\/\(\/\/\)$/{
404 s//\1/
405 q
406 }
407 /^X\/\(\/\).*/{
408 s//\1/
409 q
410 }
411 s/.*/./; q'`
412
413 # Avoid depending upon Character Ranges.
414 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
415 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
416 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
417 as_cr_digits='0123456789'
418 as_cr_alnum=$as_cr_Letters$as_cr_digits
419
420
421 as_lineno_1=$LINENO as_lineno_1a=$LINENO
422 as_lineno_2=$LINENO as_lineno_2a=$LINENO
423 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
424 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
425 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
426 sed -n '
427 p
428 /[$]LINENO/=
429 ' <$as_myself |
430 sed '
431 s/[$]LINENO.*/&-/
432 t lineno
433 b
434 :lineno
435 N
436 :loop
437 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
438 t loop
439 s/-\n.*//
440 ' >$as_me.lineno &&
441 chmod +x "$as_me.lineno" ||
442 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
443
444 # Don't try to exec as it changes $[0], causing all sort of problems
445 # (the dirname of $[0] is not the place where we might find the
446 # original and so on. Autoconf is especially sensitive to this).
447 . "./$as_me.lineno"
448 # Exit status is that of the last command.
449 exit
450 }
451
452 ECHO_C= ECHO_N= ECHO_T=
453 case `echo -n x` in #(((((
454 -n*)
455 case `echo 'xy\c'` in
456 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
457 xy) ECHO_C='\c';;
458 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
459 ECHO_T=' ';;
460 esac;;
461 *)
462 ECHO_N='-n';;
463 esac
464
465 rm -f conf$$ conf$$.exe conf$$.file
466 if test -d conf$$.dir; then
467 rm -f conf$$.dir/conf$$.file
468 else
469 rm -f conf$$.dir
470 mkdir conf$$.dir 2>/dev/null
471 fi
472 if (echo >conf$$.file) 2>/dev/null; then
473 if ln -s conf$$.file conf$$ 2>/dev/null; then
474 as_ln_s='ln -s'
475 # ... but there are two gotchas:
476 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
477 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
478 # In both cases, we have to default to `cp -p'.
479 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
480 as_ln_s='cp -p'
481 elif ln conf$$.file conf$$ 2>/dev/null; then
482 as_ln_s=ln
483 else
484 as_ln_s='cp -p'
485 fi
486 else
487 as_ln_s='cp -p'
488 fi
489 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
490 rmdir conf$$.dir 2>/dev/null
491
492 if mkdir -p . 2>/dev/null; then
493 as_mkdir_p='mkdir -p "$as_dir"'
494 else
495 test -d ./-p && rmdir ./-p
496 as_mkdir_p=false
497 fi
498
499 if test -x / >/dev/null 2>&1; then
500 as_test_x='test -x'
501 else
502 if ls -dL / >/dev/null 2>&1; then
503 as_ls_L_option=L
504 else
505 as_ls_L_option=
506 fi
507 as_test_x='
508 eval sh -c '\''
509 if test -d "$1"; then
510 test -d "$1/.";
511 else
512 case $1 in #(
513 -*)set "./$1";;
514 esac;
515 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
516 ???[sx]*):;;*)false;;esac;fi
517 '\'' sh
518 '
519 fi
520 as_executable_p=$as_test_x
521
522 # Sed expression to map a string onto a valid CPP name.
523 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
524
525 # Sed expression to map a string onto a valid variable name.
526 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
527
528
529 test -n "$DJDIR" || exec 7<&0 </dev/null
530 exec 6>&1
531
532 # Name of the host.
533 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
534 # so uname gets run too.
535 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
536
537 #
538 # Initializations.
539 #
540 ac_default_prefix=/usr/local
541 ac_clean_files=
542 ac_config_libobj_dir=.
543 LIBOBJS=
544 cross_compiling=no
545 subdirs=
546 MFLAGS=
547 MAKEFLAGS=
548
549 # Identity of this package.
550 PACKAGE_NAME='emacs'
551 PACKAGE_TARNAME='emacs'
552 PACKAGE_VERSION='24.0.50'
553 PACKAGE_STRING='emacs 24.0.50'
554 PACKAGE_BUGREPORT=''
555 PACKAGE_URL=''
556
557 ac_unique_file="src/lisp.h"
558 # Factoring default headers for most tests.
559 ac_includes_default="\
560 #include <stdio.h>
561 #ifdef HAVE_SYS_TYPES_H
562 # include <sys/types.h>
563 #endif
564 #ifdef HAVE_SYS_STAT_H
565 # include <sys/stat.h>
566 #endif
567 #ifdef STDC_HEADERS
568 # include <stdlib.h>
569 # include <stddef.h>
570 #else
571 # ifdef HAVE_STDLIB_H
572 # include <stdlib.h>
573 # endif
574 #endif
575 #ifdef HAVE_STRING_H
576 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
577 # include <memory.h>
578 # endif
579 # include <string.h>
580 #endif
581 #ifdef HAVE_STRINGS_H
582 # include <strings.h>
583 #endif
584 #ifdef HAVE_INTTYPES_H
585 # include <inttypes.h>
586 #endif
587 #ifdef HAVE_STDINT_H
588 # include <stdint.h>
589 #endif
590 #ifdef HAVE_UNISTD_H
591 # include <unistd.h>
592 #endif"
593
594 ac_config_libobj_dir=src
595 ac_header_list=
596 ac_func_list=
597 ac_subst_vars='LTLIBOBJS
598 WINDOW_SUPPORT
599 TOOLTIP_SUPPORT
600 MOUSE_SUPPORT
601 LIB_GCC
602 LINKER
603 LD_SWITCH_SYSTEM_TEMACS
604 POST_ALLOC_OBJ
605 PRE_ALLOC_OBJ
606 CYGWIN_OBJ
607 RALLOC_OBJ
608 OLDXMENU_DEPS
609 LIBX_OTHER
610 LIBXMENU
611 OLDXMENU
612 OLDXMENU_TARGET
613 LIBXT_OTHER
614 TOOLKIT_LIBW
615 WIDGET_OBJ
616 XOBJ
617 XMENU_OBJ
618 FONT_OBJ
619 OTHER_FILES
620 GNU_OBJC_CFLAGS
621 ns_appsrc
622 ns_appresdir
623 ns_appbindir
624 ns_appdir
625 opsysfile
626 machfile
627 X_TOOLKIT_TYPE
628 C_SWITCH_X_SYSTEM
629 C_SWITCH_X_SITE
630 LD_SWITCH_X_SITE
631 gameuser
632 gamedir
633 bitmapdir
634 archlibdir
635 etcdir
636 x_default_search_path
637 lisppath
638 locallisppath
639 lispdir
640 srcdir
641 canonical
642 configuration
643 version
644 KRB4LIB
645 DESLIB
646 KRB5LIB
647 CRYPTOLIB
648 COM_ERRLIB
649 LIBRESOLV
650 LIBHESIOD
651 TERMCAP_OBJ
652 LIBS_TERMCAP
653 GETOPTOBJS
654 GETOPT_H
655 GETLOADAVG_LIBS
656 KMEM_GROUP
657 NEED_SETGID
658 LIBOBJS
659 BLESSMAIL_TARGET
660 LIBS_MAIL
661 liblockfile
662 ALLOCA
663 LIBXML2_LIBS
664 LIBXML2_CFLAGS
665 LIBXSM
666 LIBGPM
667 LIBGIF
668 LIBTIFF
669 LIBPNG
670 LIBJPEG
671 LIBXPM
672 FREETYPE_LIBS
673 FREETYPE_CFLAGS
674 M17N_FLT_LIBS
675 M17N_FLT_CFLAGS
676 LIBOTF_LIBS
677 LIBOTF_CFLAGS
678 XFT_LIBS
679 XFT_CFLAGS
680 FONTCONFIG_LIBS
681 FONTCONFIG_CFLAGS
682 LIBXMU
683 LIBXTR6
684 LIBSELINUX_LIBS
685 GCONF_LIBS
686 GCONF_CFLAGS
687 DBUS_OBJ
688 DBUS_LIBS
689 DBUS_CFLAGS
690 GTK_OBJ
691 GTK_LIBS
692 GTK_CFLAGS
693 IMAGEMAGICK_LIBS
694 IMAGEMAGICK_CFLAGS
695 RSVG_LIBS
696 RSVG_CFLAGS
697 VMLIMIT_OBJ
698 GMALLOC_OBJ
699 HAVE_XSERVER
700 LIB_STANDARD
701 NS_SUPPORT
702 NS_OBJ
703 TEMACS_LDFLAGS2
704 LD_SWITCH_X_SITE_AUX_RPATH
705 LD_SWITCH_X_SITE_AUX
706 XMKMF
707 DEPFLAGS
708 MKDEPDIR
709 SET_MAKE
710 CFLAGS_SOUND
711 ALSA_LIBS
712 ALSA_CFLAGS
713 PKG_CONFIG
714 LIBSOUND
715 START_FILES
716 LIB_MATH
717 CRT_DIR
718 LIBS_SYSTEM
719 C_SWITCH_SYSTEM
720 UNEXEC_OBJ
721 C_SWITCH_MACHINE
722 LD_SWITCH_SYSTEM
723 CANNOT_DUMP
724 MAKEINFO
725 GZIP_PROG
726 INSTALL_INFO
727 RANLIB
728 INSTALL_DATA
729 INSTALL_SCRIPT
730 INSTALL_PROGRAM
731 C_WARNINGS_SWITCH
732 EGREP
733 GREP
734 CPP
735 OBJEXT
736 EXEEXT
737 ac_ct_CC
738 CPPFLAGS
739 LDFLAGS
740 CFLAGS
741 CC
742 host_os
743 host_vendor
744 host_cpu
745 host
746 build_os
747 build_vendor
748 build_cpu
749 build
750 PROFILING_LDFLAGS
751 PROFILING_CFLAGS
752 MAINT
753 GZIP_INFO
754 target_alias
755 host_alias
756 build_alias
757 LIBS
758 ECHO_T
759 ECHO_N
760 ECHO_C
761 DEFS
762 mandir
763 localedir
764 libdir
765 psdir
766 pdfdir
767 dvidir
768 htmldir
769 infodir
770 docdir
771 oldincludedir
772 includedir
773 localstatedir
774 sharedstatedir
775 sysconfdir
776 datadir
777 datarootdir
778 libexecdir
779 sbindir
780 bindir
781 program_transform_name
782 prefix
783 exec_prefix
784 PACKAGE_URL
785 PACKAGE_BUGREPORT
786 PACKAGE_STRING
787 PACKAGE_VERSION
788 PACKAGE_TARNAME
789 PACKAGE_NAME
790 PATH_SEPARATOR
791 SHELL'
792 ac_subst_files='deps_frag
793 ns_frag'
794 ac_user_opts='
795 enable_option_checking
796 with_pop
797 with_kerberos
798 with_kerberos5
799 with_hesiod
800 with_mmdf
801 with_mail_unlink
802 with_mailhost
803 with_sound
804 with_sync_input
805 with_x_toolkit
806 with_xpm
807 with_jpeg
808 with_tiff
809 with_gif
810 with_png
811 with_rsvg
812 with_xml2
813 with_imagemagick
814 with_xft
815 with_libotf
816 with_m17n_flt
817 with_toolkit_scroll_bars
818 with_xaw3d
819 with_xim
820 with_ns
821 with_gpm
822 with_dbus
823 with_gconf
824 with_selinux
825 with_makeinfo
826 with_compress_info
827 with_pkg_config_prog
828 with_crt_dir
829 with_gnustep_conf
830 enable_ns_self_contained
831 enable_asserts
832 enable_maintainer_mode
833 enable_locallisppath
834 enable_checking
835 enable_use_lisp_union_type
836 enable_profiling
837 enable_autodepend
838 enable_largefile
839 with_x
840 '
841 ac_precious_vars='build_alias
842 host_alias
843 target_alias
844 CC
845 CFLAGS
846 LDFLAGS
847 LIBS
848 CPPFLAGS
849 CPP
850 XMKMF'
851
852
853 # Initialize some variables set by options.
854 ac_init_help=
855 ac_init_version=false
856 ac_unrecognized_opts=
857 ac_unrecognized_sep=
858 # The variables have the same names as the options, with
859 # dashes changed to underlines.
860 cache_file=/dev/null
861 exec_prefix=NONE
862 no_create=
863 no_recursion=
864 prefix=NONE
865 program_prefix=NONE
866 program_suffix=NONE
867 program_transform_name=s,x,x,
868 silent=
869 site=
870 srcdir=
871 verbose=
872 x_includes=NONE
873 x_libraries=NONE
874
875 # Installation directory options.
876 # These are left unexpanded so users can "make install exec_prefix=/foo"
877 # and all the variables that are supposed to be based on exec_prefix
878 # by default will actually change.
879 # Use braces instead of parens because sh, perl, etc. also accept them.
880 # (The list follows the same order as the GNU Coding Standards.)
881 bindir='${exec_prefix}/bin'
882 sbindir='${exec_prefix}/sbin'
883 libexecdir='${exec_prefix}/libexec'
884 datarootdir='${prefix}/share'
885 datadir='${datarootdir}'
886 sysconfdir='${prefix}/etc'
887 sharedstatedir='${prefix}/com'
888 localstatedir='${prefix}/var'
889 includedir='${prefix}/include'
890 oldincludedir='/usr/include'
891 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
892 infodir='${datarootdir}/info'
893 htmldir='${docdir}'
894 dvidir='${docdir}'
895 pdfdir='${docdir}'
896 psdir='${docdir}'
897 libdir='${exec_prefix}/lib'
898 localedir='${datarootdir}/locale'
899 mandir='${datarootdir}/man'
900
901 ac_prev=
902 ac_dashdash=
903 for ac_option
904 do
905 # If the previous option needs an argument, assign it.
906 if test -n "$ac_prev"; then
907 eval $ac_prev=\$ac_option
908 ac_prev=
909 continue
910 fi
911
912 case $ac_option in
913 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
914 *) ac_optarg=yes ;;
915 esac
916
917 # Accept the important Cygnus configure options, so we can diagnose typos.
918
919 case $ac_dashdash$ac_option in
920 --)
921 ac_dashdash=yes ;;
922
923 -bindir | --bindir | --bindi | --bind | --bin | --bi)
924 ac_prev=bindir ;;
925 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
926 bindir=$ac_optarg ;;
927
928 -build | --build | --buil | --bui | --bu)
929 ac_prev=build_alias ;;
930 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
931 build_alias=$ac_optarg ;;
932
933 -cache-file | --cache-file | --cache-fil | --cache-fi \
934 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
935 ac_prev=cache_file ;;
936 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
937 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
938 cache_file=$ac_optarg ;;
939
940 --config-cache | -C)
941 cache_file=config.cache ;;
942
943 -datadir | --datadir | --datadi | --datad)
944 ac_prev=datadir ;;
945 -datadir=* | --datadir=* | --datadi=* | --datad=*)
946 datadir=$ac_optarg ;;
947
948 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
949 | --dataroo | --dataro | --datar)
950 ac_prev=datarootdir ;;
951 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
952 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
953 datarootdir=$ac_optarg ;;
954
955 -disable-* | --disable-*)
956 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
957 # Reject names that are not valid shell variable names.
958 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
959 as_fn_error "invalid feature name: $ac_useropt"
960 ac_useropt_orig=$ac_useropt
961 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
962 case $ac_user_opts in
963 *"
964 "enable_$ac_useropt"
965 "*) ;;
966 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
967 ac_unrecognized_sep=', ';;
968 esac
969 eval enable_$ac_useropt=no ;;
970
971 -docdir | --docdir | --docdi | --doc | --do)
972 ac_prev=docdir ;;
973 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
974 docdir=$ac_optarg ;;
975
976 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
977 ac_prev=dvidir ;;
978 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
979 dvidir=$ac_optarg ;;
980
981 -enable-* | --enable-*)
982 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
983 # Reject names that are not valid shell variable names.
984 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
985 as_fn_error "invalid feature name: $ac_useropt"
986 ac_useropt_orig=$ac_useropt
987 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
988 case $ac_user_opts in
989 *"
990 "enable_$ac_useropt"
991 "*) ;;
992 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
993 ac_unrecognized_sep=', ';;
994 esac
995 eval enable_$ac_useropt=\$ac_optarg ;;
996
997 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
998 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
999 | --exec | --exe | --ex)
1000 ac_prev=exec_prefix ;;
1001 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1002 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1003 | --exec=* | --exe=* | --ex=*)
1004 exec_prefix=$ac_optarg ;;
1005
1006 -gas | --gas | --ga | --g)
1007 # Obsolete; use --with-gas.
1008 with_gas=yes ;;
1009
1010 -help | --help | --hel | --he | -h)
1011 ac_init_help=long ;;
1012 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1013 ac_init_help=recursive ;;
1014 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1015 ac_init_help=short ;;
1016
1017 -host | --host | --hos | --ho)
1018 ac_prev=host_alias ;;
1019 -host=* | --host=* | --hos=* | --ho=*)
1020 host_alias=$ac_optarg ;;
1021
1022 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1023 ac_prev=htmldir ;;
1024 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1025 | --ht=*)
1026 htmldir=$ac_optarg ;;
1027
1028 -includedir | --includedir | --includedi | --included | --include \
1029 | --includ | --inclu | --incl | --inc)
1030 ac_prev=includedir ;;
1031 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1032 | --includ=* | --inclu=* | --incl=* | --inc=*)
1033 includedir=$ac_optarg ;;
1034
1035 -infodir | --infodir | --infodi | --infod | --info | --inf)
1036 ac_prev=infodir ;;
1037 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1038 infodir=$ac_optarg ;;
1039
1040 -libdir | --libdir | --libdi | --libd)
1041 ac_prev=libdir ;;
1042 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1043 libdir=$ac_optarg ;;
1044
1045 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1046 | --libexe | --libex | --libe)
1047 ac_prev=libexecdir ;;
1048 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1049 | --libexe=* | --libex=* | --libe=*)
1050 libexecdir=$ac_optarg ;;
1051
1052 -localedir | --localedir | --localedi | --localed | --locale)
1053 ac_prev=localedir ;;
1054 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1055 localedir=$ac_optarg ;;
1056
1057 -localstatedir | --localstatedir | --localstatedi | --localstated \
1058 | --localstate | --localstat | --localsta | --localst | --locals)
1059 ac_prev=localstatedir ;;
1060 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1061 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1062 localstatedir=$ac_optarg ;;
1063
1064 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1065 ac_prev=mandir ;;
1066 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1067 mandir=$ac_optarg ;;
1068
1069 -nfp | --nfp | --nf)
1070 # Obsolete; use --without-fp.
1071 with_fp=no ;;
1072
1073 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1074 | --no-cr | --no-c | -n)
1075 no_create=yes ;;
1076
1077 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1078 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1079 no_recursion=yes ;;
1080
1081 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1082 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1083 | --oldin | --oldi | --old | --ol | --o)
1084 ac_prev=oldincludedir ;;
1085 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1086 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1087 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1088 oldincludedir=$ac_optarg ;;
1089
1090 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1091 ac_prev=prefix ;;
1092 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1093 prefix=$ac_optarg ;;
1094
1095 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1096 | --program-pre | --program-pr | --program-p)
1097 ac_prev=program_prefix ;;
1098 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1099 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1100 program_prefix=$ac_optarg ;;
1101
1102 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1103 | --program-suf | --program-su | --program-s)
1104 ac_prev=program_suffix ;;
1105 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1106 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1107 program_suffix=$ac_optarg ;;
1108
1109 -program-transform-name | --program-transform-name \
1110 | --program-transform-nam | --program-transform-na \
1111 | --program-transform-n | --program-transform- \
1112 | --program-transform | --program-transfor \
1113 | --program-transfo | --program-transf \
1114 | --program-trans | --program-tran \
1115 | --progr-tra | --program-tr | --program-t)
1116 ac_prev=program_transform_name ;;
1117 -program-transform-name=* | --program-transform-name=* \
1118 | --program-transform-nam=* | --program-transform-na=* \
1119 | --program-transform-n=* | --program-transform-=* \
1120 | --program-transform=* | --program-transfor=* \
1121 | --program-transfo=* | --program-transf=* \
1122 | --program-trans=* | --program-tran=* \
1123 | --progr-tra=* | --program-tr=* | --program-t=*)
1124 program_transform_name=$ac_optarg ;;
1125
1126 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1127 ac_prev=pdfdir ;;
1128 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1129 pdfdir=$ac_optarg ;;
1130
1131 -psdir | --psdir | --psdi | --psd | --ps)
1132 ac_prev=psdir ;;
1133 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1134 psdir=$ac_optarg ;;
1135
1136 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1137 | -silent | --silent | --silen | --sile | --sil)
1138 silent=yes ;;
1139
1140 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1141 ac_prev=sbindir ;;
1142 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1143 | --sbi=* | --sb=*)
1144 sbindir=$ac_optarg ;;
1145
1146 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1147 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1148 | --sharedst | --shareds | --shared | --share | --shar \
1149 | --sha | --sh)
1150 ac_prev=sharedstatedir ;;
1151 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1152 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1153 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1154 | --sha=* | --sh=*)
1155 sharedstatedir=$ac_optarg ;;
1156
1157 -site | --site | --sit)
1158 ac_prev=site ;;
1159 -site=* | --site=* | --sit=*)
1160 site=$ac_optarg ;;
1161
1162 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1163 ac_prev=srcdir ;;
1164 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1165 srcdir=$ac_optarg ;;
1166
1167 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1168 | --syscon | --sysco | --sysc | --sys | --sy)
1169 ac_prev=sysconfdir ;;
1170 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1171 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1172 sysconfdir=$ac_optarg ;;
1173
1174 -target | --target | --targe | --targ | --tar | --ta | --t)
1175 ac_prev=target_alias ;;
1176 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1177 target_alias=$ac_optarg ;;
1178
1179 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1180 verbose=yes ;;
1181
1182 -version | --version | --versio | --versi | --vers | -V)
1183 ac_init_version=: ;;
1184
1185 -with-* | --with-*)
1186 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1187 # Reject names that are not valid shell variable names.
1188 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1189 as_fn_error "invalid package name: $ac_useropt"
1190 ac_useropt_orig=$ac_useropt
1191 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1192 case $ac_user_opts in
1193 *"
1194 "with_$ac_useropt"
1195 "*) ;;
1196 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1197 ac_unrecognized_sep=', ';;
1198 esac
1199 eval with_$ac_useropt=\$ac_optarg ;;
1200
1201 -without-* | --without-*)
1202 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1203 # Reject names that are not valid shell variable names.
1204 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1205 as_fn_error "invalid package name: $ac_useropt"
1206 ac_useropt_orig=$ac_useropt
1207 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1208 case $ac_user_opts in
1209 *"
1210 "with_$ac_useropt"
1211 "*) ;;
1212 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1213 ac_unrecognized_sep=', ';;
1214 esac
1215 eval with_$ac_useropt=no ;;
1216
1217 --x)
1218 # Obsolete; use --with-x.
1219 with_x=yes ;;
1220
1221 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1222 | --x-incl | --x-inc | --x-in | --x-i)
1223 ac_prev=x_includes ;;
1224 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1225 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1226 x_includes=$ac_optarg ;;
1227
1228 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1229 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1230 ac_prev=x_libraries ;;
1231 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1232 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1233 x_libraries=$ac_optarg ;;
1234
1235 -*) as_fn_error "unrecognized option: \`$ac_option'
1236 Try \`$0 --help' for more information."
1237 ;;
1238
1239 *=*)
1240 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1241 # Reject names that are not valid shell variable names.
1242 case $ac_envvar in #(
1243 '' | [0-9]* | *[!_$as_cr_alnum]* )
1244 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1245 esac
1246 eval $ac_envvar=\$ac_optarg
1247 export $ac_envvar ;;
1248
1249 *)
1250 # FIXME: should be removed in autoconf 3.0.
1251 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1252 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1253 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1254 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1255 ;;
1256
1257 esac
1258 done
1259
1260 if test -n "$ac_prev"; then
1261 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1262 as_fn_error "missing argument to $ac_option"
1263 fi
1264
1265 if test -n "$ac_unrecognized_opts"; then
1266 case $enable_option_checking in
1267 no) ;;
1268 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1269 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1270 esac
1271 fi
1272
1273 # Check all directory arguments for consistency.
1274 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1275 datadir sysconfdir sharedstatedir localstatedir includedir \
1276 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1277 libdir localedir mandir
1278 do
1279 eval ac_val=\$$ac_var
1280 # Remove trailing slashes.
1281 case $ac_val in
1282 */ )
1283 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1284 eval $ac_var=\$ac_val;;
1285 esac
1286 # Be sure to have absolute directory names.
1287 case $ac_val in
1288 [\\/$]* | ?:[\\/]* ) continue;;
1289 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1290 esac
1291 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1292 done
1293
1294 # There might be people who depend on the old broken behavior: `$host'
1295 # used to hold the argument of --host etc.
1296 # FIXME: To remove some day.
1297 build=$build_alias
1298 host=$host_alias
1299 target=$target_alias
1300
1301 # FIXME: To remove some day.
1302 if test "x$host_alias" != x; then
1303 if test "x$build_alias" = x; then
1304 cross_compiling=maybe
1305 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1306 If a cross compiler is detected then cross compile mode will be used." >&2
1307 elif test "x$build_alias" != "x$host_alias"; then
1308 cross_compiling=yes
1309 fi
1310 fi
1311
1312 ac_tool_prefix=
1313 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1314
1315 test "$silent" = yes && exec 6>/dev/null
1316
1317
1318 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1319 ac_ls_di=`ls -di .` &&
1320 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1321 as_fn_error "working directory cannot be determined"
1322 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1323 as_fn_error "pwd does not report name of working directory"
1324
1325
1326 # Find the source files, if location was not specified.
1327 if test -z "$srcdir"; then
1328 ac_srcdir_defaulted=yes
1329 # Try the directory containing this script, then the parent directory.
1330 ac_confdir=`$as_dirname -- "$as_myself" ||
1331 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1332 X"$as_myself" : 'X\(//\)[^/]' \| \
1333 X"$as_myself" : 'X\(//\)$' \| \
1334 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1335 $as_echo X"$as_myself" |
1336 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1337 s//\1/
1338 q
1339 }
1340 /^X\(\/\/\)[^/].*/{
1341 s//\1/
1342 q
1343 }
1344 /^X\(\/\/\)$/{
1345 s//\1/
1346 q
1347 }
1348 /^X\(\/\).*/{
1349 s//\1/
1350 q
1351 }
1352 s/.*/./; q'`
1353 srcdir=$ac_confdir
1354 if test ! -r "$srcdir/$ac_unique_file"; then
1355 srcdir=..
1356 fi
1357 else
1358 ac_srcdir_defaulted=no
1359 fi
1360 if test ! -r "$srcdir/$ac_unique_file"; then
1361 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1362 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1363 fi
1364 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1365 ac_abs_confdir=`(
1366 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1367 pwd)`
1368 # When building in place, set srcdir=.
1369 if test "$ac_abs_confdir" = "$ac_pwd"; then
1370 srcdir=.
1371 fi
1372 # Remove unnecessary trailing slashes from srcdir.
1373 # Double slashes in file names in object file debugging info
1374 # mess up M-x gdb in Emacs.
1375 case $srcdir in
1376 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1377 esac
1378 for ac_var in $ac_precious_vars; do
1379 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1380 eval ac_env_${ac_var}_value=\$${ac_var}
1381 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1382 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1383 done
1384
1385 #
1386 # Report the --help message.
1387 #
1388 if test "$ac_init_help" = "long"; then
1389 # Omit some internal or obsolete options to make the list less imposing.
1390 # This message is too long to be a string in the A/UX 3.1 sh.
1391 cat <<_ACEOF
1392 \`configure' configures emacs 24.0.50 to adapt to many kinds of systems.
1393
1394 Usage: $0 [OPTION]... [VAR=VALUE]...
1395
1396 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1397 VAR=VALUE. See below for descriptions of some of the useful variables.
1398
1399 Defaults for the options are specified in brackets.
1400
1401 Configuration:
1402 -h, --help display this help and exit
1403 --help=short display options specific to this package
1404 --help=recursive display the short help of all the included packages
1405 -V, --version display version information and exit
1406 -q, --quiet, --silent do not print \`checking...' messages
1407 --cache-file=FILE cache test results in FILE [disabled]
1408 -C, --config-cache alias for \`--cache-file=config.cache'
1409 -n, --no-create do not create output files
1410 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1411
1412 Installation directories:
1413 --prefix=PREFIX install architecture-independent files in PREFIX
1414 [$ac_default_prefix]
1415 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1416 [PREFIX]
1417
1418 By default, \`make install' will install all the files in
1419 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1420 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1421 for instance \`--prefix=\$HOME'.
1422
1423 For better control, use the options below.
1424
1425 Fine tuning of the installation directories:
1426 --bindir=DIR user executables [EPREFIX/bin]
1427 --sbindir=DIR system admin executables [EPREFIX/sbin]
1428 --libexecdir=DIR program executables [EPREFIX/libexec]
1429 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1430 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1431 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1432 --libdir=DIR object code libraries [EPREFIX/lib]
1433 --includedir=DIR C header files [PREFIX/include]
1434 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1435 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1436 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1437 --infodir=DIR info documentation [DATAROOTDIR/info]
1438 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1439 --mandir=DIR man documentation [DATAROOTDIR/man]
1440 --docdir=DIR documentation root [DATAROOTDIR/doc/emacs]
1441 --htmldir=DIR html documentation [DOCDIR]
1442 --dvidir=DIR dvi documentation [DOCDIR]
1443 --pdfdir=DIR pdf documentation [DOCDIR]
1444 --psdir=DIR ps documentation [DOCDIR]
1445 _ACEOF
1446
1447 cat <<\_ACEOF
1448
1449 Program names:
1450 --program-prefix=PREFIX prepend PREFIX to installed program names
1451 --program-suffix=SUFFIX append SUFFIX to installed program names
1452 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1453
1454 X features:
1455 --x-includes=DIR X include files are in DIR
1456 --x-libraries=DIR X library files are in DIR
1457
1458 System types:
1459 --build=BUILD configure for building on BUILD [guessed]
1460 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1461 _ACEOF
1462 fi
1463
1464 if test -n "$ac_init_help"; then
1465 case $ac_init_help in
1466 short | recursive ) echo "Configuration of emacs 24.0.50:";;
1467 esac
1468 cat <<\_ACEOF
1469
1470 Optional Features:
1471 --disable-option-checking ignore unrecognized --enable/--with options
1472 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1473 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1474 --disable-ns-self-contained
1475 disable self contained build under NeXTstep
1476 --enable-asserts compile code with asserts enabled
1477 --enable-maintainer-mode
1478 enable make rules and dependencies not useful (and
1479 sometimes confusing) to the casual installer
1480 --enable-locallisppath=PATH
1481 directories Emacs should search for lisp files
1482 specific to this site
1483 --enable-checking[=LIST]
1484 enable expensive run-time checks. With LIST, enable
1485 only specific categories of checks. Categories are:
1486 all,yes,no. Flags are: stringbytes, stringoverrun,
1487 stringfreelist, xmallocoverrun, conslist
1488 --enable-use-lisp-union-type
1489 use a union for the Lisp_Object data type. This is
1490 only useful for development for catching certain
1491 types of bugs.
1492 --enable-profiling build emacs with profiling support. This might not
1493 work on all platforms
1494 --enable-autodepend automatically generate dependencies to .h-files.
1495 Requires GNU Make and Gcc. Enabled if GNU Make and
1496 Gcc is found
1497 --disable-largefile omit support for large files
1498
1499 Optional Packages:
1500 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1501 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1502 --without-pop don't support POP mail retrieval with movemail
1503 --with-kerberos support Kerberos-authenticated POP
1504 --with-kerberos5 support Kerberos version 5 authenticated POP
1505 --with-hesiod support Hesiod to get the POP server host
1506 --with-mmdf support MMDF mailboxes
1507 --with-mail-unlink unlink, rather than empty, mail spool after reading
1508 --with-mailhost=HOSTNAME
1509 string giving default POP mail host
1510 --without-sound don't compile with sound support
1511 --without-sync-input process async input synchronously
1512 --with-x-toolkit=KIT use an X toolkit (KIT one of: yes or gtk, gtk3,
1513 lucid or athena, motif, no)
1514 --without-xpm don't compile with XPM image support
1515 --without-jpeg don't compile with JPEG image support
1516 --without-tiff don't compile with TIFF image support
1517 --without-gif don't compile with GIF image support
1518 --without-png don't compile with PNG image support
1519 --without-rsvg don't compile with SVG image support
1520 --without-xml2 don't compile with XML parsing support
1521 --with-imagemagick compile with ImageMagick image support
1522 --without-xft don't use XFT for anti aliased fonts
1523 --without-libotf don't use libotf for OpenType font support
1524 --without-m17n-flt don't use m17n-flt for text shaping
1525 --without-toolkit-scroll-bars
1526 don't use Motif or Xaw3d scroll bars
1527 --without-xaw3d don't use Xaw3d
1528 --without-xim don't use X11 XIM
1529 --with-ns use nextstep (Cocoa or GNUstep) windowing system
1530 --without-gpm don't use -lgpm for mouse support on a GNU/Linux
1531 console
1532 --without-dbus don't compile with D-Bus support
1533 --without-gconf don't compile with GConf support
1534 --without-selinux don't compile with SELinux support
1535 --without-makeinfo don't require makeinfo for building manuals
1536 --without-compress-info don't compress the installed Info pages
1537 --with-pkg-config-prog=PATH
1538 path to pkg-config for finding GTK and librsvg
1539 --with-crt-dir=DIR directory containing crtn.o etc. The default is
1540 /usr/lib, or /usr/lib64 on some platforms.
1541 --with-gnustep-conf=PATH
1542 path to GNUstep.conf; default $GNUSTEP_CONFIG_FILE,
1543 or /etc/GNUstep/GNUstep.conf
1544 --with-x use the X Window System
1545
1546 Some influential environment variables:
1547 CC C compiler command
1548 CFLAGS C compiler flags
1549 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1550 nonstandard directory <lib dir>
1551 LIBS libraries to pass to the linker, e.g. -l<library>
1552 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1553 you have headers in a nonstandard directory <include dir>
1554 CPP C preprocessor
1555 XMKMF Path to xmkmf, Makefile generator for X Window System
1556
1557 Use these variables to override the choices made by `configure' or to help
1558 it to find libraries and programs with nonstandard names/locations.
1559
1560 Report bugs to the package provider.
1561 _ACEOF
1562 ac_status=$?
1563 fi
1564
1565 if test "$ac_init_help" = "recursive"; then
1566 # If there are subdirs, report their specific --help.
1567 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1568 test -d "$ac_dir" ||
1569 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1570 continue
1571 ac_builddir=.
1572
1573 case "$ac_dir" in
1574 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1575 *)
1576 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1577 # A ".." for each directory in $ac_dir_suffix.
1578 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1579 case $ac_top_builddir_sub in
1580 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1581 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1582 esac ;;
1583 esac
1584 ac_abs_top_builddir=$ac_pwd
1585 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1586 # for backward compatibility:
1587 ac_top_builddir=$ac_top_build_prefix
1588
1589 case $srcdir in
1590 .) # We are building in place.
1591 ac_srcdir=.
1592 ac_top_srcdir=$ac_top_builddir_sub
1593 ac_abs_top_srcdir=$ac_pwd ;;
1594 [\\/]* | ?:[\\/]* ) # Absolute name.
1595 ac_srcdir=$srcdir$ac_dir_suffix;
1596 ac_top_srcdir=$srcdir
1597 ac_abs_top_srcdir=$srcdir ;;
1598 *) # Relative name.
1599 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1600 ac_top_srcdir=$ac_top_build_prefix$srcdir
1601 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1602 esac
1603 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1604
1605 cd "$ac_dir" || { ac_status=$?; continue; }
1606 # Check for guested configure.
1607 if test -f "$ac_srcdir/configure.gnu"; then
1608 echo &&
1609 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1610 elif test -f "$ac_srcdir/configure"; then
1611 echo &&
1612 $SHELL "$ac_srcdir/configure" --help=recursive
1613 else
1614 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1615 fi || ac_status=$?
1616 cd "$ac_pwd" || { ac_status=$?; break; }
1617 done
1618 fi
1619
1620 test -n "$ac_init_help" && exit $ac_status
1621 if $ac_init_version; then
1622 cat <<\_ACEOF
1623 emacs configure 24.0.50
1624 generated by GNU Autoconf 2.65
1625
1626 Copyright (C) 2009 Free Software Foundation, Inc.
1627 This configure script is free software; the Free Software Foundation
1628 gives unlimited permission to copy, distribute and modify it.
1629 _ACEOF
1630 exit
1631 fi
1632
1633 ## ------------------------ ##
1634 ## Autoconf initialization. ##
1635 ## ------------------------ ##
1636
1637 # ac_fn_c_try_compile LINENO
1638 # --------------------------
1639 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1640 ac_fn_c_try_compile ()
1641 {
1642 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1643 rm -f conftest.$ac_objext
1644 if { { ac_try="$ac_compile"
1645 case "(($ac_try" in
1646 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1647 *) ac_try_echo=$ac_try;;
1648 esac
1649 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1650 $as_echo "$ac_try_echo"; } >&5
1651 (eval "$ac_compile") 2>conftest.err
1652 ac_status=$?
1653 if test -s conftest.err; then
1654 grep -v '^ *+' conftest.err >conftest.er1
1655 cat conftest.er1 >&5
1656 mv -f conftest.er1 conftest.err
1657 fi
1658 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1659 test $ac_status = 0; } && {
1660 test -z "$ac_c_werror_flag" ||
1661 test ! -s conftest.err
1662 } && test -s conftest.$ac_objext; then :
1663 ac_retval=0
1664 else
1665 $as_echo "$as_me: failed program was:" >&5
1666 sed 's/^/| /' conftest.$ac_ext >&5
1667
1668 ac_retval=1
1669 fi
1670 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1671 as_fn_set_status $ac_retval
1672
1673 } # ac_fn_c_try_compile
1674
1675 # ac_fn_c_try_link LINENO
1676 # -----------------------
1677 # Try to link conftest.$ac_ext, and return whether this succeeded.
1678 ac_fn_c_try_link ()
1679 {
1680 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1681 rm -f conftest.$ac_objext conftest$ac_exeext
1682 if { { ac_try="$ac_link"
1683 case "(($ac_try" in
1684 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1685 *) ac_try_echo=$ac_try;;
1686 esac
1687 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1688 $as_echo "$ac_try_echo"; } >&5
1689 (eval "$ac_link") 2>conftest.err
1690 ac_status=$?
1691 if test -s conftest.err; then
1692 grep -v '^ *+' conftest.err >conftest.er1
1693 cat conftest.er1 >&5
1694 mv -f conftest.er1 conftest.err
1695 fi
1696 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1697 test $ac_status = 0; } && {
1698 test -z "$ac_c_werror_flag" ||
1699 test ! -s conftest.err
1700 } && test -s conftest$ac_exeext && {
1701 test "$cross_compiling" = yes ||
1702 $as_test_x conftest$ac_exeext
1703 }; then :
1704 ac_retval=0
1705 else
1706 $as_echo "$as_me: failed program was:" >&5
1707 sed 's/^/| /' conftest.$ac_ext >&5
1708
1709 ac_retval=1
1710 fi
1711 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1712 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1713 # interfere with the next link command; also delete a directory that is
1714 # left behind by Apple's compiler. We do this before executing the actions.
1715 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1716 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1717 as_fn_set_status $ac_retval
1718
1719 } # ac_fn_c_try_link
1720
1721 # ac_fn_c_try_cpp LINENO
1722 # ----------------------
1723 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1724 ac_fn_c_try_cpp ()
1725 {
1726 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1727 if { { ac_try="$ac_cpp conftest.$ac_ext"
1728 case "(($ac_try" in
1729 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1730 *) ac_try_echo=$ac_try;;
1731 esac
1732 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1733 $as_echo "$ac_try_echo"; } >&5
1734 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1735 ac_status=$?
1736 if test -s conftest.err; then
1737 grep -v '^ *+' conftest.err >conftest.er1
1738 cat conftest.er1 >&5
1739 mv -f conftest.er1 conftest.err
1740 fi
1741 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1742 test $ac_status = 0; } >/dev/null && {
1743 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1744 test ! -s conftest.err
1745 }; then :
1746 ac_retval=0
1747 else
1748 $as_echo "$as_me: failed program was:" >&5
1749 sed 's/^/| /' conftest.$ac_ext >&5
1750
1751 ac_retval=1
1752 fi
1753 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1754 as_fn_set_status $ac_retval
1755
1756 } # ac_fn_c_try_cpp
1757
1758 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1759 # -------------------------------------------------------
1760 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1761 # the include files in INCLUDES and setting the cache variable VAR
1762 # accordingly.
1763 ac_fn_c_check_header_mongrel ()
1764 {
1765 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1766 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1768 $as_echo_n "checking for $2... " >&6; }
1769 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1770 $as_echo_n "(cached) " >&6
1771 fi
1772 eval ac_res=\$$3
1773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1774 $as_echo "$ac_res" >&6; }
1775 else
1776 # Is the header compilable?
1777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1778 $as_echo_n "checking $2 usability... " >&6; }
1779 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1780 /* end confdefs.h. */
1781 $4
1782 #include <$2>
1783 _ACEOF
1784 if ac_fn_c_try_compile "$LINENO"; then :
1785 ac_header_compiler=yes
1786 else
1787 ac_header_compiler=no
1788 fi
1789 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1791 $as_echo "$ac_header_compiler" >&6; }
1792
1793 # Is the header present?
1794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1795 $as_echo_n "checking $2 presence... " >&6; }
1796 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1797 /* end confdefs.h. */
1798 #include <$2>
1799 _ACEOF
1800 if ac_fn_c_try_cpp "$LINENO"; then :
1801 ac_header_preproc=yes
1802 else
1803 ac_header_preproc=no
1804 fi
1805 rm -f conftest.err conftest.$ac_ext
1806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1807 $as_echo "$ac_header_preproc" >&6; }
1808
1809 # So? What about this header?
1810 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1811 yes:no: )
1812 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1813 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1814 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1815 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1816 ;;
1817 no:yes:* )
1818 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1819 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1820 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1821 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1822 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1823 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1824 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1825 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1826 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1827 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1828 ;;
1829 esac
1830 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1831 $as_echo_n "checking for $2... " >&6; }
1832 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1833 $as_echo_n "(cached) " >&6
1834 else
1835 eval "$3=\$ac_header_compiler"
1836 fi
1837 eval ac_res=\$$3
1838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1839 $as_echo "$ac_res" >&6; }
1840 fi
1841 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1842
1843 } # ac_fn_c_check_header_mongrel
1844
1845 # ac_fn_c_try_run LINENO
1846 # ----------------------
1847 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1848 # that executables *can* be run.
1849 ac_fn_c_try_run ()
1850 {
1851 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1852 if { { ac_try="$ac_link"
1853 case "(($ac_try" in
1854 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1855 *) ac_try_echo=$ac_try;;
1856 esac
1857 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1858 $as_echo "$ac_try_echo"; } >&5
1859 (eval "$ac_link") 2>&5
1860 ac_status=$?
1861 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1862 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1863 { { case "(($ac_try" in
1864 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1865 *) ac_try_echo=$ac_try;;
1866 esac
1867 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1868 $as_echo "$ac_try_echo"; } >&5
1869 (eval "$ac_try") 2>&5
1870 ac_status=$?
1871 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1872 test $ac_status = 0; }; }; then :
1873 ac_retval=0
1874 else
1875 $as_echo "$as_me: program exited with status $ac_status" >&5
1876 $as_echo "$as_me: failed program was:" >&5
1877 sed 's/^/| /' conftest.$ac_ext >&5
1878
1879 ac_retval=$ac_status
1880 fi
1881 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1882 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1883 as_fn_set_status $ac_retval
1884
1885 } # ac_fn_c_try_run
1886
1887 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1888 # -------------------------------------------------------
1889 # Tests whether HEADER exists and can be compiled using the include files in
1890 # INCLUDES, setting the cache variable VAR accordingly.
1891 ac_fn_c_check_header_compile ()
1892 {
1893 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1894 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1895 $as_echo_n "checking for $2... " >&6; }
1896 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1897 $as_echo_n "(cached) " >&6
1898 else
1899 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1900 /* end confdefs.h. */
1901 $4
1902 #include <$2>
1903 _ACEOF
1904 if ac_fn_c_try_compile "$LINENO"; then :
1905 eval "$3=yes"
1906 else
1907 eval "$3=no"
1908 fi
1909 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1910 fi
1911 eval ac_res=\$$3
1912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1913 $as_echo "$ac_res" >&6; }
1914 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1915
1916 } # ac_fn_c_check_header_compile
1917
1918 # ac_fn_c_check_decl LINENO SYMBOL VAR
1919 # ------------------------------------
1920 # Tests whether SYMBOL is declared, setting cache variable VAR accordingly.
1921 ac_fn_c_check_decl ()
1922 {
1923 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1924 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $2 is declared" >&5
1925 $as_echo_n "checking whether $2 is declared... " >&6; }
1926 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1927 $as_echo_n "(cached) " >&6
1928 else
1929 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1930 /* end confdefs.h. */
1931 $4
1932 int
1933 main ()
1934 {
1935 #ifndef $2
1936 (void) $2;
1937 #endif
1938
1939 ;
1940 return 0;
1941 }
1942 _ACEOF
1943 if ac_fn_c_try_compile "$LINENO"; then :
1944 eval "$3=yes"
1945 else
1946 eval "$3=no"
1947 fi
1948 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1949 fi
1950 eval ac_res=\$$3
1951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1952 $as_echo "$ac_res" >&6; }
1953 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1954
1955 } # ac_fn_c_check_decl
1956
1957 # ac_fn_c_check_header_preproc LINENO HEADER VAR
1958 # ----------------------------------------------
1959 # Tests whether HEADER is present, setting the cache variable VAR accordingly.
1960 ac_fn_c_check_header_preproc ()
1961 {
1962 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1963 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1964 $as_echo_n "checking for $2... " >&6; }
1965 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1966 $as_echo_n "(cached) " >&6
1967 else
1968 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1969 /* end confdefs.h. */
1970 #include <$2>
1971 _ACEOF
1972 if ac_fn_c_try_cpp "$LINENO"; then :
1973 eval "$3=yes"
1974 else
1975 eval "$3=no"
1976 fi
1977 rm -f conftest.err conftest.$ac_ext
1978 fi
1979 eval ac_res=\$$3
1980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1981 $as_echo "$ac_res" >&6; }
1982 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1983
1984 } # ac_fn_c_check_header_preproc
1985
1986 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1987 # ----------------------------------------------------
1988 # Tries to find if the field MEMBER exists in type AGGR, after including
1989 # INCLUDES, setting cache variable VAR accordingly.
1990 ac_fn_c_check_member ()
1991 {
1992 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1993 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1994 $as_echo_n "checking for $2.$3... " >&6; }
1995 if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
1996 $as_echo_n "(cached) " >&6
1997 else
1998 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1999 /* end confdefs.h. */
2000 $5
2001 int
2002 main ()
2003 {
2004 static $2 ac_aggr;
2005 if (ac_aggr.$3)
2006 return 0;
2007 ;
2008 return 0;
2009 }
2010 _ACEOF
2011 if ac_fn_c_try_compile "$LINENO"; then :
2012 eval "$4=yes"
2013 else
2014 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2015 /* end confdefs.h. */
2016 $5
2017 int
2018 main ()
2019 {
2020 static $2 ac_aggr;
2021 if (sizeof ac_aggr.$3)
2022 return 0;
2023 ;
2024 return 0;
2025 }
2026 _ACEOF
2027 if ac_fn_c_try_compile "$LINENO"; then :
2028 eval "$4=yes"
2029 else
2030 eval "$4=no"
2031 fi
2032 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2033 fi
2034 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2035 fi
2036 eval ac_res=\$$4
2037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2038 $as_echo "$ac_res" >&6; }
2039 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2040
2041 } # ac_fn_c_check_member
2042
2043 # ac_fn_c_check_func LINENO FUNC VAR
2044 # ----------------------------------
2045 # Tests whether FUNC exists, setting the cache variable VAR accordingly
2046 ac_fn_c_check_func ()
2047 {
2048 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2050 $as_echo_n "checking for $2... " >&6; }
2051 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2052 $as_echo_n "(cached) " >&6
2053 else
2054 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2055 /* end confdefs.h. */
2056 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2057 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2058 #define $2 innocuous_$2
2059
2060 /* System header to define __stub macros and hopefully few prototypes,
2061 which can conflict with char $2 (); below.
2062 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2063 <limits.h> exists even on freestanding compilers. */
2064
2065 #ifdef __STDC__
2066 # include <limits.h>
2067 #else
2068 # include <assert.h>
2069 #endif
2070
2071 #undef $2
2072
2073 /* Override any GCC internal prototype to avoid an error.
2074 Use char because int might match the return type of a GCC
2075 builtin and then its argument prototype would still apply. */
2076 #ifdef __cplusplus
2077 extern "C"
2078 #endif
2079 char $2 ();
2080 /* The GNU C library defines this for functions which it implements
2081 to always fail with ENOSYS. Some functions are actually named
2082 something starting with __ and the normal name is an alias. */
2083 #if defined __stub_$2 || defined __stub___$2
2084 choke me
2085 #endif
2086
2087 int
2088 main ()
2089 {
2090 return $2 ();
2091 ;
2092 return 0;
2093 }
2094 _ACEOF
2095 if ac_fn_c_try_link "$LINENO"; then :
2096 eval "$3=yes"
2097 else
2098 eval "$3=no"
2099 fi
2100 rm -f core conftest.err conftest.$ac_objext \
2101 conftest$ac_exeext conftest.$ac_ext
2102 fi
2103 eval ac_res=\$$3
2104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2105 $as_echo "$ac_res" >&6; }
2106 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2107
2108 } # ac_fn_c_check_func
2109
2110 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2111 # -------------------------------------------
2112 # Tests whether TYPE exists after having included INCLUDES, setting cache
2113 # variable VAR accordingly.
2114 ac_fn_c_check_type ()
2115 {
2116 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2117 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2118 $as_echo_n "checking for $2... " >&6; }
2119 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2120 $as_echo_n "(cached) " >&6
2121 else
2122 eval "$3=no"
2123 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2124 /* end confdefs.h. */
2125 $4
2126 int
2127 main ()
2128 {
2129 if (sizeof ($2))
2130 return 0;
2131 ;
2132 return 0;
2133 }
2134 _ACEOF
2135 if ac_fn_c_try_compile "$LINENO"; then :
2136 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2137 /* end confdefs.h. */
2138 $4
2139 int
2140 main ()
2141 {
2142 if (sizeof (($2)))
2143 return 0;
2144 ;
2145 return 0;
2146 }
2147 _ACEOF
2148 if ac_fn_c_try_compile "$LINENO"; then :
2149
2150 else
2151 eval "$3=yes"
2152 fi
2153 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2154 fi
2155 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2156 fi
2157 eval ac_res=\$$3
2158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2159 $as_echo "$ac_res" >&6; }
2160 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2161
2162 } # ac_fn_c_check_type
2163 cat >config.log <<_ACEOF
2164 This file contains any messages produced by compilers while
2165 running configure, to aid debugging if configure makes a mistake.
2166
2167 It was created by emacs $as_me 24.0.50, which was
2168 generated by GNU Autoconf 2.65. Invocation command line was
2169
2170 $ $0 $@
2171
2172 _ACEOF
2173 exec 5>>config.log
2174 {
2175 cat <<_ASUNAME
2176 ## --------- ##
2177 ## Platform. ##
2178 ## --------- ##
2179
2180 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2181 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2182 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2183 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2184 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2185
2186 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2187 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2188
2189 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2190 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2191 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2192 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2193 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2194 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2195 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2196
2197 _ASUNAME
2198
2199 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2200 for as_dir in $PATH
2201 do
2202 IFS=$as_save_IFS
2203 test -z "$as_dir" && as_dir=.
2204 $as_echo "PATH: $as_dir"
2205 done
2206 IFS=$as_save_IFS
2207
2208 } >&5
2209
2210 cat >&5 <<_ACEOF
2211
2212
2213 ## ----------- ##
2214 ## Core tests. ##
2215 ## ----------- ##
2216
2217 _ACEOF
2218
2219
2220 # Keep a trace of the command line.
2221 # Strip out --no-create and --no-recursion so they do not pile up.
2222 # Strip out --silent because we don't want to record it for future runs.
2223 # Also quote any args containing shell meta-characters.
2224 # Make two passes to allow for proper duplicate-argument suppression.
2225 ac_configure_args=
2226 ac_configure_args0=
2227 ac_configure_args1=
2228 ac_must_keep_next=false
2229 for ac_pass in 1 2
2230 do
2231 for ac_arg
2232 do
2233 case $ac_arg in
2234 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2235 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2236 | -silent | --silent | --silen | --sile | --sil)
2237 continue ;;
2238 *\'*)
2239 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2240 esac
2241 case $ac_pass in
2242 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2243 2)
2244 as_fn_append ac_configure_args1 " '$ac_arg'"
2245 if test $ac_must_keep_next = true; then
2246 ac_must_keep_next=false # Got value, back to normal.
2247 else
2248 case $ac_arg in
2249 *=* | --config-cache | -C | -disable-* | --disable-* \
2250 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2251 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2252 | -with-* | --with-* | -without-* | --without-* | --x)
2253 case "$ac_configure_args0 " in
2254 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2255 esac
2256 ;;
2257 -* ) ac_must_keep_next=true ;;
2258 esac
2259 fi
2260 as_fn_append ac_configure_args " '$ac_arg'"
2261 ;;
2262 esac
2263 done
2264 done
2265 { ac_configure_args0=; unset ac_configure_args0;}
2266 { ac_configure_args1=; unset ac_configure_args1;}
2267
2268 # When interrupted or exit'd, cleanup temporary files, and complete
2269 # config.log. We remove comments because anyway the quotes in there
2270 # would cause problems or look ugly.
2271 # WARNING: Use '\'' to represent an apostrophe within the trap.
2272 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2273 trap 'exit_status=$?
2274 # Save into config.log some information that might help in debugging.
2275 {
2276 echo
2277
2278 cat <<\_ASBOX
2279 ## ---------------- ##
2280 ## Cache variables. ##
2281 ## ---------------- ##
2282 _ASBOX
2283 echo
2284 # The following way of writing the cache mishandles newlines in values,
2285 (
2286 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2287 eval ac_val=\$$ac_var
2288 case $ac_val in #(
2289 *${as_nl}*)
2290 case $ac_var in #(
2291 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2292 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2293 esac
2294 case $ac_var in #(
2295 _ | IFS | as_nl) ;; #(
2296 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2297 *) { eval $ac_var=; unset $ac_var;} ;;
2298 esac ;;
2299 esac
2300 done
2301 (set) 2>&1 |
2302 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2303 *${as_nl}ac_space=\ *)
2304 sed -n \
2305 "s/'\''/'\''\\\\'\'''\''/g;
2306 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2307 ;; #(
2308 *)
2309 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2310 ;;
2311 esac |
2312 sort
2313 )
2314 echo
2315
2316 cat <<\_ASBOX
2317 ## ----------------- ##
2318 ## Output variables. ##
2319 ## ----------------- ##
2320 _ASBOX
2321 echo
2322 for ac_var in $ac_subst_vars
2323 do
2324 eval ac_val=\$$ac_var
2325 case $ac_val in
2326 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2327 esac
2328 $as_echo "$ac_var='\''$ac_val'\''"
2329 done | sort
2330 echo
2331
2332 if test -n "$ac_subst_files"; then
2333 cat <<\_ASBOX
2334 ## ------------------- ##
2335 ## File substitutions. ##
2336 ## ------------------- ##
2337 _ASBOX
2338 echo
2339 for ac_var in $ac_subst_files
2340 do
2341 eval ac_val=\$$ac_var
2342 case $ac_val in
2343 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2344 esac
2345 $as_echo "$ac_var='\''$ac_val'\''"
2346 done | sort
2347 echo
2348 fi
2349
2350 if test -s confdefs.h; then
2351 cat <<\_ASBOX
2352 ## ----------- ##
2353 ## confdefs.h. ##
2354 ## ----------- ##
2355 _ASBOX
2356 echo
2357 cat confdefs.h
2358 echo
2359 fi
2360 test "$ac_signal" != 0 &&
2361 $as_echo "$as_me: caught signal $ac_signal"
2362 $as_echo "$as_me: exit $exit_status"
2363 } >&5
2364 rm -f core *.core core.conftest.* &&
2365 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2366 exit $exit_status
2367 ' 0
2368 for ac_signal in 1 2 13 15; do
2369 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2370 done
2371 ac_signal=0
2372
2373 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2374 rm -f -r conftest* confdefs.h
2375
2376 $as_echo "/* confdefs.h */" > confdefs.h
2377
2378 # Predefined preprocessor variables.
2379
2380 cat >>confdefs.h <<_ACEOF
2381 #define PACKAGE_NAME "$PACKAGE_NAME"
2382 _ACEOF
2383
2384 cat >>confdefs.h <<_ACEOF
2385 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2386 _ACEOF
2387
2388 cat >>confdefs.h <<_ACEOF
2389 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2390 _ACEOF
2391
2392 cat >>confdefs.h <<_ACEOF
2393 #define PACKAGE_STRING "$PACKAGE_STRING"
2394 _ACEOF
2395
2396 cat >>confdefs.h <<_ACEOF
2397 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2398 _ACEOF
2399
2400 cat >>confdefs.h <<_ACEOF
2401 #define PACKAGE_URL "$PACKAGE_URL"
2402 _ACEOF
2403
2404
2405 # Let the site file select an alternate cache file if it wants to.
2406 # Prefer an explicitly selected file to automatically selected ones.
2407 ac_site_file1=NONE
2408 ac_site_file2=NONE
2409 if test -n "$CONFIG_SITE"; then
2410 ac_site_file1=$CONFIG_SITE
2411 elif test "x$prefix" != xNONE; then
2412 ac_site_file1=$prefix/share/config.site
2413 ac_site_file2=$prefix/etc/config.site
2414 else
2415 ac_site_file1=$ac_default_prefix/share/config.site
2416 ac_site_file2=$ac_default_prefix/etc/config.site
2417 fi
2418 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2419 do
2420 test "x$ac_site_file" = xNONE && continue
2421 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2422 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2423 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2424 sed 's/^/| /' "$ac_site_file" >&5
2425 . "$ac_site_file"
2426 fi
2427 done
2428
2429 if test -r "$cache_file"; then
2430 # Some versions of bash will fail to source /dev/null (special files
2431 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2432 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2433 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2434 $as_echo "$as_me: loading cache $cache_file" >&6;}
2435 case $cache_file in
2436 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2437 *) . "./$cache_file";;
2438 esac
2439 fi
2440 else
2441 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2442 $as_echo "$as_me: creating cache $cache_file" >&6;}
2443 >$cache_file
2444 fi
2445
2446 as_fn_append ac_header_list " stdlib.h"
2447 as_fn_append ac_header_list " unistd.h"
2448 as_fn_append ac_header_list " sys/param.h"
2449 as_fn_append ac_header_list " sys/time.h"
2450 as_fn_append ac_func_list " alarm"
2451 # Check that the precious variables saved in the cache have kept the same
2452 # value.
2453 ac_cache_corrupted=false
2454 for ac_var in $ac_precious_vars; do
2455 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2456 eval ac_new_set=\$ac_env_${ac_var}_set
2457 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2458 eval ac_new_val=\$ac_env_${ac_var}_value
2459 case $ac_old_set,$ac_new_set in
2460 set,)
2461 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2462 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2463 ac_cache_corrupted=: ;;
2464 ,set)
2465 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2466 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2467 ac_cache_corrupted=: ;;
2468 ,);;
2469 *)
2470 if test "x$ac_old_val" != "x$ac_new_val"; then
2471 # differences in whitespace do not lead to failure.
2472 ac_old_val_w=`echo x $ac_old_val`
2473 ac_new_val_w=`echo x $ac_new_val`
2474 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2475 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2476 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2477 ac_cache_corrupted=:
2478 else
2479 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2480 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2481 eval $ac_var=\$ac_old_val
2482 fi
2483 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2484 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2485 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2486 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2487 fi;;
2488 esac
2489 # Pass precious variables to config.status.
2490 if test "$ac_new_set" = set; then
2491 case $ac_new_val in
2492 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2493 *) ac_arg=$ac_var=$ac_new_val ;;
2494 esac
2495 case " $ac_configure_args " in
2496 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2497 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2498 esac
2499 fi
2500 done
2501 if $ac_cache_corrupted; then
2502 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2503 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2504 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2505 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2506 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2507 fi
2508 ## -------------------- ##
2509 ## Main body of script. ##
2510 ## -------------------- ##
2511
2512 ac_ext=c
2513 ac_cpp='$CPP $CPPFLAGS'
2514 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2515 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2516 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2517
2518
2519 ac_config_headers="$ac_config_headers src/config.h:src/config.in"
2520
2521
2522
2523 test "$program_prefix" != NONE &&
2524 program_transform_name="s&^&$program_prefix&;$program_transform_name"
2525 # Use a double $ so make ignores it.
2526 test "$program_suffix" != NONE &&
2527 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2528 # Double any \ or $.
2529 # By default was `s,x,x', remove it if useless.
2530 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2531 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2532
2533
2534 lispdir='${datadir}/emacs/${version}/lisp'
2535 locallisppath='${datadir}/emacs/${version}/site-lisp:'\
2536 '${datadir}/emacs/site-lisp'
2537 lisppath='${locallisppath}:${lispdir}:${datadir}/emacs/${version}/leim'
2538 etcdir='${datadir}/emacs/${version}/etc'
2539 archlibdir='${libexecdir}/emacs/${version}/${configuration}'
2540 docdir='${datadir}/emacs/${version}/etc'
2541 gamedir='${localstatedir}/games/emacs'
2542
2543 gameuser=games
2544
2545
2546
2547
2548 # Check whether --with-pop was given.
2549 if test "${with_pop+set}" = set; then :
2550 withval=$with_pop;
2551 else
2552 with_pop=yes
2553 fi
2554
2555 if test "$with_pop" = yes; then
2556 $as_echo "#define MAIL_USE_POP 1" >>confdefs.h
2557
2558 fi
2559
2560
2561 # Check whether --with-kerberos was given.
2562 if test "${with_kerberos+set}" = set; then :
2563 withval=$with_kerberos;
2564 else
2565 with_kerberos=no
2566 fi
2567
2568 if test "$with_kerberos" != no; then
2569 $as_echo "#define KERBEROS 1" >>confdefs.h
2570
2571 fi
2572
2573
2574 # Check whether --with-kerberos5 was given.
2575 if test "${with_kerberos5+set}" = set; then :
2576 withval=$with_kerberos5;
2577 else
2578 with_kerberos5=no
2579 fi
2580
2581 if test "${with_kerberos5}" != no; then
2582 if test "${with_kerberos}" = no; then
2583 with_kerberos=yes
2584 $as_echo "#define KERBEROS 1" >>confdefs.h
2585
2586 fi
2587
2588 $as_echo "#define KERBEROS5 1" >>confdefs.h
2589
2590 fi
2591
2592
2593 # Check whether --with-hesiod was given.
2594 if test "${with_hesiod+set}" = set; then :
2595 withval=$with_hesiod;
2596 else
2597 with_hesiod=no
2598 fi
2599
2600 if test "$with_hesiod" != no; then
2601
2602 $as_echo "#define HESIOD 1" >>confdefs.h
2603
2604 fi
2605
2606
2607 # Check whether --with-mmdf was given.
2608 if test "${with_mmdf+set}" = set; then :
2609 withval=$with_mmdf;
2610 else
2611 with_mmdf=no
2612 fi
2613
2614 if test "$with_mmdf" != no; then
2615
2616 $as_echo "#define MAIL_USE_MMDF 1" >>confdefs.h
2617
2618 fi
2619
2620
2621 # Check whether --with-mail-unlink was given.
2622 if test "${with_mail_unlink+set}" = set; then :
2623 withval=$with_mail_unlink;
2624 else
2625 with_mail_unlink=no
2626 fi
2627
2628 if test "$with_mail_unlink" != no; then
2629
2630 $as_echo "#define MAIL_UNLINK_SPOOL 1" >>confdefs.h
2631
2632 fi
2633
2634
2635 # Check whether --with-mailhost was given.
2636 if test "${with_mailhost+set}" = set; then :
2637 withval=$with_mailhost;
2638 cat >>confdefs.h <<_ACEOF
2639 #define MAILHOST "$withval"
2640 _ACEOF
2641
2642 fi
2643
2644
2645
2646 # Check whether --with-sound was given.
2647 if test "${with_sound+set}" = set; then :
2648 withval=$with_sound;
2649 else
2650 with_sound=yes
2651 fi
2652
2653
2654
2655 # Check whether --with-sync-input was given.
2656 if test "${with_sync_input+set}" = set; then :
2657 withval=$with_sync_input;
2658 else
2659 with_sync_input=yes
2660 fi
2661
2662 if test "$with_sync_input" = yes; then
2663
2664 $as_echo "#define SYNC_INPUT 1" >>confdefs.h
2665
2666 fi
2667
2668
2669 # Check whether --with-x-toolkit was given.
2670 if test "${with_x_toolkit+set}" = set; then :
2671 withval=$with_x_toolkit; case "${withval}" in
2672 y | ye | yes ) val=gtk ;;
2673 n | no ) val=no ;;
2674 l | lu | luc | luci | lucid ) val=lucid ;;
2675 a | at | ath | athe | athen | athena ) val=athena ;;
2676 m | mo | mot | moti | motif ) val=motif ;;
2677 g | gt | gtk ) val=gtk ;;
2678 gtk3 ) val=gtk3 ;;
2679 * )
2680 as_fn_error "\`--with-x-toolkit=$withval' is invalid;
2681 this option's value should be \`yes', \`no', \`lucid', \`athena', \`motif', \`gtk' or
2682 \`gtk3'. \`yes' and \`gtk' are synonyms. \`athena' and \`lucid' are synonyms." "$LINENO" 5
2683 ;;
2684 esac
2685 with_x_toolkit=$val
2686
2687 fi
2688
2689
2690
2691 # Check whether --with-xpm was given.
2692 if test "${with_xpm+set}" = set; then :
2693 withval=$with_xpm;
2694 else
2695 with_xpm=yes
2696 fi
2697
2698
2699 # Check whether --with-jpeg was given.
2700 if test "${with_jpeg+set}" = set; then :
2701 withval=$with_jpeg;
2702 else
2703 with_jpeg=yes
2704 fi
2705
2706
2707 # Check whether --with-tiff was given.
2708 if test "${with_tiff+set}" = set; then :
2709 withval=$with_tiff;
2710 else
2711 with_tiff=yes
2712 fi
2713
2714
2715 # Check whether --with-gif was given.
2716 if test "${with_gif+set}" = set; then :
2717 withval=$with_gif;
2718 else
2719 with_gif=yes
2720 fi
2721
2722
2723 # Check whether --with-png was given.
2724 if test "${with_png+set}" = set; then :
2725 withval=$with_png;
2726 else
2727 with_png=yes
2728 fi
2729
2730
2731 # Check whether --with-rsvg was given.
2732 if test "${with_rsvg+set}" = set; then :
2733 withval=$with_rsvg;
2734 else
2735 with_rsvg=yes
2736 fi
2737
2738
2739 # Check whether --with-xml2 was given.
2740 if test "${with_xml2+set}" = set; then :
2741 withval=$with_xml2;
2742 else
2743 with_xml2=yes
2744 fi
2745
2746
2747 # Check whether --with-imagemagick was given.
2748 if test "${with_imagemagick+set}" = set; then :
2749 withval=$with_imagemagick;
2750 else
2751 with_imagemagick=no
2752 fi
2753
2754
2755
2756 # Check whether --with-xft was given.
2757 if test "${with_xft+set}" = set; then :
2758 withval=$with_xft;
2759 else
2760 with_xft=yes
2761 fi
2762
2763
2764 # Check whether --with-libotf was given.
2765 if test "${with_libotf+set}" = set; then :
2766 withval=$with_libotf;
2767 else
2768 with_libotf=yes
2769 fi
2770
2771
2772 # Check whether --with-m17n-flt was given.
2773 if test "${with_m17n_flt+set}" = set; then :
2774 withval=$with_m17n_flt;
2775 else
2776 with_m17n_flt=yes
2777 fi
2778
2779
2780
2781 # Check whether --with-toolkit-scroll-bars was given.
2782 if test "${with_toolkit_scroll_bars+set}" = set; then :
2783 withval=$with_toolkit_scroll_bars;
2784 else
2785 with_toolkit_scroll_bars=yes
2786 fi
2787
2788
2789 # Check whether --with-xaw3d was given.
2790 if test "${with_xaw3d+set}" = set; then :
2791 withval=$with_xaw3d;
2792 else
2793 with_xaw3d=yes
2794 fi
2795
2796
2797 # Check whether --with-xim was given.
2798 if test "${with_xim+set}" = set; then :
2799 withval=$with_xim;
2800 else
2801 with_xim=yes
2802 fi
2803
2804
2805 # Check whether --with-ns was given.
2806 if test "${with_ns+set}" = set; then :
2807 withval=$with_ns;
2808 else
2809 with_ns=no
2810 fi
2811
2812
2813
2814 # Check whether --with-gpm was given.
2815 if test "${with_gpm+set}" = set; then :
2816 withval=$with_gpm;
2817 else
2818 with_gpm=yes
2819 fi
2820
2821
2822 # Check whether --with-dbus was given.
2823 if test "${with_dbus+set}" = set; then :
2824 withval=$with_dbus;
2825 else
2826 with_dbus=yes
2827 fi
2828
2829
2830 # Check whether --with-gconf was given.
2831 if test "${with_gconf+set}" = set; then :
2832 withval=$with_gconf;
2833 else
2834 with_gconf=yes
2835 fi
2836
2837
2838 # Check whether --with-selinux was given.
2839 if test "${with_selinux+set}" = set; then :
2840 withval=$with_selinux;
2841 else
2842 with_selinux=yes
2843 fi
2844
2845
2846 ## For the times when you want to build Emacs but don't have
2847 ## a suitable makeinfo, and can live without the manuals.
2848
2849 # Check whether --with-makeinfo was given.
2850 if test "${with_makeinfo+set}" = set; then :
2851 withval=$with_makeinfo;
2852 else
2853 with_makeinfo=yes
2854 fi
2855
2856
2857 ## This is an option because I do not know if all info/man support
2858 ## compressed files, nor how to test if they do so.
2859
2860 # Check whether --with-compress-info was given.
2861 if test "${with_compress_info+set}" = set; then :
2862 withval=$with_compress_info;
2863 else
2864 with_compress_info=yes
2865 fi
2866
2867 if test $with_compress_info = yes; then
2868 GZIP_INFO=yes
2869 else
2870 GZIP_INFO=
2871 fi
2872
2873
2874
2875 # Check whether --with-pkg-config-prog was given.
2876 if test "${with_pkg_config_prog+set}" = set; then :
2877 withval=$with_pkg_config_prog;
2878 fi
2879
2880 if test "X${with_pkg_config_prog}" != X; then
2881 if test "${with_pkg_config_prog}" != yes; then
2882 PKG_CONFIG="${with_pkg_config_prog}"
2883 fi
2884 fi
2885
2886 CRT_DIR=
2887
2888 # Check whether --with-crt-dir was given.
2889 if test "${with_crt_dir+set}" = set; then :
2890 withval=$with_crt_dir;
2891 fi
2892
2893 CRT_DIR="${with_crt_dir}"
2894
2895
2896 # Check whether --with-gnustep-conf was given.
2897 if test "${with_gnustep_conf+set}" = set; then :
2898 withval=$with_gnustep_conf;
2899 fi
2900
2901 test "X${with_gnustep_conf}" != X && test "${with_gnustep_conf}" != yes && \
2902 GNUSTEP_CONFIG_FILE="${with_gnustep_conf}"
2903 test "X$GNUSTEP_CONFIG_FILE" = "X" && \
2904 GNUSTEP_CONFIG_FILE=/etc/GNUstep/GNUstep.conf
2905
2906 # Check whether --enable-ns-self-contained was given.
2907 if test "${enable_ns_self_contained+set}" = set; then :
2908 enableval=$enable_ns_self_contained; EN_NS_SELF_CONTAINED=$enableval
2909 else
2910 EN_NS_SELF_CONTAINED=yes
2911 fi
2912
2913
2914 # Check whether --enable-asserts was given.
2915 if test "${enable_asserts+set}" = set; then :
2916 enableval=$enable_asserts; USE_XASSERTS=$enableval
2917 else
2918 USE_XASSERTS=no
2919 fi
2920
2921
2922 # Check whether --enable-maintainer-mode was given.
2923 if test "${enable_maintainer_mode+set}" = set; then :
2924 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
2925 else
2926 USE_MAINTAINER_MODE=no
2927 fi
2928
2929 if test $USE_MAINTAINER_MODE = yes; then
2930 MAINT=
2931 else
2932 MAINT=#
2933 fi
2934
2935
2936 # Check whether --enable-locallisppath was given.
2937 if test "${enable_locallisppath+set}" = set; then :
2938 enableval=$enable_locallisppath; if test "${enableval}" = "no"; then
2939 locallisppath=
2940 elif test "${enableval}" != "yes"; then
2941 locallisppath=${enableval}
2942 fi
2943 fi
2944
2945
2946 # Check whether --enable-checking was given.
2947 if test "${enable_checking+set}" = set; then :
2948 enableval=$enable_checking; ac_checking_flags="${enableval}"
2949 fi
2950
2951 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="$IFS,"
2952 for check in $ac_checking_flags
2953 do
2954 case $check in
2955 # these set all the flags to specific states
2956 yes) ac_enable_checking=1 ;;
2957 no) ac_enable_checking= ;
2958 ac_gc_check_stringbytes= ;
2959 ac_gc_check_string_overrun= ;
2960 ac_gc_check_string_free_list= ;
2961 ac_xmalloc_overrun= ;
2962 ac_gc_check_cons_list= ;;
2963 all) ac_enable_checking=1 ;
2964 ac_gc_check_stringbytes=1 ;
2965 ac_gc_check_string_overrun=1 ;
2966 ac_gc_check_string_free_list=1 ;
2967 ac_xmalloc_overrun=1 ;
2968 ac_gc_check_cons_list=1 ;;
2969 # these enable particular checks
2970 stringbytes) ac_gc_check_stringbytes=1 ;;
2971 stringoverrun) ac_gc_check_string_overrun=1 ;;
2972 stringfreelist) ac_gc_check_string_free_list=1 ;;
2973 xmallocoverrun) ac_xmalloc_overrun=1 ;;
2974 conslist) ac_gc_check_cons_list=1 ;;
2975 *) as_fn_error "unknown check category $check" "$LINENO" 5 ;;
2976 esac
2977 done
2978 IFS="$ac_save_IFS"
2979
2980 if test x$ac_enable_checking != x ; then
2981
2982 $as_echo "#define ENABLE_CHECKING 1" >>confdefs.h
2983
2984 fi
2985 if test x$ac_gc_check_stringbytes != x ; then
2986
2987 $as_echo "#define GC_CHECK_STRING_BYTES 1" >>confdefs.h
2988
2989 fi
2990 if test x$ac_gc_check_stringoverrun != x ; then
2991
2992 $as_echo "#define GC_CHECK_STRING_OVERRUN 1" >>confdefs.h
2993
2994 fi
2995 if test x$ac_gc_check_string_free_list != x ; then
2996
2997 $as_echo "#define GC_CHECK_STRING_FREE_LIST 1" >>confdefs.h
2998
2999 fi
3000 if test x$ac_xmalloc_overrun != x ; then
3001
3002 $as_echo "#define XMALLOC_OVERRUN_CHECK 1" >>confdefs.h
3003
3004 fi
3005 if test x$ac_gc_check_cons_list != x ; then
3006
3007 $as_echo "#define GC_CHECK_CONS_LIST 1" >>confdefs.h
3008
3009 fi
3010
3011 # Check whether --enable-use-lisp-union-type was given.
3012 if test "${enable_use_lisp_union_type+set}" = set; then :
3013 enableval=$enable_use_lisp_union_type; if test "${enableval}" != "no"; then
3014
3015 $as_echo "#define USE_LISP_UNION_TYPE 1" >>confdefs.h
3016
3017 fi
3018 fi
3019
3020
3021
3022 # Check whether --enable-profiling was given.
3023 if test "${enable_profiling+set}" = set; then :
3024 enableval=$enable_profiling; ac_enable_profiling="${enableval}"
3025 fi
3026
3027 if test x$ac_enable_profiling != x ; then
3028 PROFILING_CFLAGS="-DPROFILING=1 -pg"
3029 PROFILING_LDFLAGS="-pg"
3030 else
3031 PROFILING_CFLAGS=
3032 PROFILING_LDFLAGS=
3033 fi
3034
3035
3036
3037 # Check whether --enable-autodepend was given.
3038 if test "${enable_autodepend+set}" = set; then :
3039 enableval=$enable_autodepend; ac_enable_autodepend="${enableval}"
3040 else
3041 ac_enable_autodepend=yes
3042 fi
3043
3044
3045 #### Make srcdir absolute, if it isn't already. It's important to
3046 #### avoid running the path through pwd unnecessarily, since pwd can
3047 #### give you automounter prefixes, which can go away. We do all this
3048 #### so Emacs can find its files when run uninstalled.
3049 ## Make sure CDPATH doesn't affect cd (in case PWD is relative).
3050 unset CDPATH
3051 case "${srcdir}" in
3052 /* ) ;;
3053 . )
3054 ## We may be able to use the $PWD environment variable to make this
3055 ## absolute. But sometimes PWD is inaccurate.
3056 ## Note: we used to use ${PWD} at the end instead of `pwd`,
3057 ## but that tested only for a well-formed and valid PWD,
3058 ## it did not object when PWD was well-formed and valid but just wrong.
3059 if test ".${PWD}" != "." && test ".`(cd ${PWD} ; sh -c pwd)`" = ".`pwd`" ;
3060 then
3061 srcdir="$PWD"
3062 else
3063 srcdir="`(cd ${srcdir}; pwd)`"
3064 fi
3065 ;;
3066 * ) srcdir="`(cd ${srcdir}; pwd)`" ;;
3067 esac
3068
3069 #### Check if the source directory already has a configured system in it.
3070 if test `pwd` != `(cd ${srcdir} && pwd)` \
3071 && test -f "${srcdir}/src/config.h" ; then
3072 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: The directory tree \`${srcdir}' is being used
3073 as a build directory right now; it has been configured in its own
3074 right. To configure in another directory as well, you MUST
3075 use GNU make. If you do not have GNU make, then you must
3076 now do \`make distclean' in ${srcdir},
3077 and then run $0 again." >&5
3078 $as_echo "$as_me: WARNING: The directory tree \`${srcdir}' is being used
3079 as a build directory right now; it has been configured in its own
3080 right. To configure in another directory as well, you MUST
3081 use GNU make. If you do not have GNU make, then you must
3082 now do \`make distclean' in ${srcdir},
3083 and then run $0 again." >&2;}
3084 fi
3085
3086 #### Given the configuration name, set machfile and opsysfile to the
3087 #### names of the m/*.h and s/*.h files we should use.
3088
3089 ### Canonicalize the configuration name.
3090
3091 ac_aux_dir=
3092 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
3093 for ac_t in install-sh install.sh shtool; do
3094 if test -f "$ac_dir/$ac_t"; then
3095 ac_aux_dir=$ac_dir
3096 ac_install_sh="$ac_aux_dir/$ac_t -c"
3097 break 2
3098 fi
3099 done
3100 done
3101 if test -z "$ac_aux_dir"; then
3102 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
3103 fi
3104
3105 # These three variables are undocumented and unsupported,
3106 # and are intended to be withdrawn in a future Autoconf release.
3107 # They can cause serious problems if a builder's source tree is in a directory
3108 # whose full name contains unusual characters.
3109 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3110 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3111 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3112
3113
3114 # Make sure we can run config.sub.
3115 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
3116 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3117
3118 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3119 $as_echo_n "checking build system type... " >&6; }
3120 if test "${ac_cv_build+set}" = set; then :
3121 $as_echo_n "(cached) " >&6
3122 else
3123 ac_build_alias=$build_alias
3124 test "x$ac_build_alias" = x &&
3125 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
3126 test "x$ac_build_alias" = x &&
3127 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
3128 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3129 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3130
3131 fi
3132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3133 $as_echo "$ac_cv_build" >&6; }
3134 case $ac_cv_build in
3135 *-*-*) ;;
3136 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
3137 esac
3138 build=$ac_cv_build
3139 ac_save_IFS=$IFS; IFS='-'
3140 set x $ac_cv_build
3141 shift
3142 build_cpu=$1
3143 build_vendor=$2
3144 shift; shift
3145 # Remember, the first character of IFS is used to create $*,
3146 # except with old shells:
3147 build_os=$*
3148 IFS=$ac_save_IFS
3149 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
3150
3151
3152 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3153 $as_echo_n "checking host system type... " >&6; }
3154 if test "${ac_cv_host+set}" = set; then :
3155 $as_echo_n "(cached) " >&6
3156 else
3157 if test "x$host_alias" = x; then
3158 ac_cv_host=$ac_cv_build
3159 else
3160 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3161 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3162 fi
3163
3164 fi
3165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3166 $as_echo "$ac_cv_host" >&6; }
3167 case $ac_cv_host in
3168 *-*-*) ;;
3169 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
3170 esac
3171 host=$ac_cv_host
3172 ac_save_IFS=$IFS; IFS='-'
3173 set x $ac_cv_host
3174 shift
3175 host_cpu=$1
3176 host_vendor=$2
3177 shift; shift
3178 # Remember, the first character of IFS is used to create $*,
3179 # except with old shells:
3180 host_os=$*
3181 IFS=$ac_save_IFS
3182 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3183
3184
3185 canonical=$host
3186 configuration=${host_alias-${build_alias-$host}}
3187
3188
3189
3190 ### If you add support for a new configuration, add code to this
3191 ### switch statement to recognize your configuration name and select
3192 ### the appropriate operating system and machine description files.
3193
3194 ### You would hope that you could choose an m/*.h file pretty much
3195 ### based on the machine portion of the configuration name, and an s/*.h
3196 ### file based on the operating system portion. However, it turns out
3197 ### that each m/*.h file is pretty manufacturer-specific - for
3198 ### example mips.h is MIPS
3199 ### So we basically have to have a special case for each
3200 ### configuration name.
3201 ###
3202 ### As far as handling version numbers on operating systems is
3203 ### concerned, make sure things will fail in a fixable way. If
3204 ### /etc/MACHINES doesn't say anything about version numbers, be
3205 ### prepared to handle anything reasonably. If version numbers
3206 ### matter, be sure /etc/MACHINES says something about it.
3207
3208 machine='' opsys='' unported=no
3209 case "${canonical}" in
3210
3211 ## FreeBSD ports
3212 *-*-freebsd* )
3213 opsys=freebsd
3214 case "${canonical}" in
3215 alpha*) machine=alpha ;;
3216 amd64-*|x86_64-*) machine=amdx86-64 ;;
3217 arm*) machine=arm ;;
3218 ia64-*) machine=ia64 ;;
3219 i[3456]86-*) machine=intel386 ;;
3220 powerpc-*) machine=macppc ;;
3221 sparc-*) machine=sparc ;;
3222 sparc64-*) machine=sparc ;;
3223 esac
3224 ;;
3225
3226 ## FreeBSD kernel + glibc based userland
3227 *-*-kfreebsd*gnu* )
3228 opsys=gnu-kfreebsd
3229 case "${canonical}" in
3230 alpha*) machine=alpha ;;
3231 amd64-*|x86_64-*) machine=amdx86-64 ;;
3232 ia64-*) machine=ia64 ;;
3233 i[3456]86-*) machine=intel386 ;;
3234 powerpc-*) machine=macppc ;;
3235 sparc-*) machine=sparc ;;
3236 sparc64-*) machine=sparc ;;
3237 esac
3238 ;;
3239
3240 ## NetBSD ports
3241 *-*-netbsd* )
3242 opsys=netbsd
3243 case "${canonical}" in
3244 alpha*) machine=alpha ;;
3245 x86_64-*) machine=amdx86-64 ;;
3246 arm-*) machine=arm ;;
3247 hppa-*) machine=hp800 ;;
3248 i[3456]86-*) machine=intel386 ;;
3249 m68k-*) machine=m68k ;;
3250 powerpc-*) machine=macppc ;;
3251 mips-*) machine=mips ;;
3252 mipse[bl]-*) machine=mips ;;
3253 sparc*-) machine=sparc ;;
3254 vax-*) machine=vax ;;
3255 esac
3256 ;;
3257
3258 ## OpenBSD ports
3259 *-*-openbsd* )
3260 opsys=openbsd
3261 case "${canonical}" in
3262 alpha*) machine=alpha ;;
3263 x86_64-*) machine=amdx86-64 ;;
3264 arm-*) machine=arm ;;
3265 hppa-*) machine=hp800 ;;
3266 i386-*) machine=intel386 ;;
3267 powerpc-*) machine=macppc ;;
3268 sparc*) machine=sparc ;;
3269 vax-*) machine=vax ;;
3270 esac
3271 ;;
3272
3273 alpha*-*-linux-gnu* )
3274 machine=alpha opsys=gnu-linux
3275 ;;
3276
3277 arm*-*-linux-gnu* )
3278 machine=arm opsys=gnu-linux
3279 ;;
3280
3281 ## Apple Darwin / Mac OS X
3282 *-apple-darwin* )
3283 case "${canonical}" in
3284 i[3456]86-* ) machine=intel386 ;;
3285 powerpc-* ) machine=macppc ;;
3286 x86_64-* ) machine=amdx86-64 ;;
3287 * ) unported=yes ;;
3288 esac
3289 opsys=darwin
3290 # Define CPP as follows to make autoconf work correctly.
3291 CPP="${CC-cc} -E -no-cpp-precomp"
3292 # Use fink packages if available.
3293 if test -d /sw/include && test -d /sw/lib; then
3294 GCC_TEST_OPTIONS="-I/sw/include -L/sw/lib"
3295 CPP="${CPP} ${GCC_TEST_OPTIONS}"
3296 NON_GCC_TEST_OPTIONS=${GCC_TEST_OPTIONS}
3297 fi
3298 ;;
3299
3300 ## HP 9000 series 700 and 800, running HP/UX
3301 hppa*-hp-hpux10.2* )
3302 machine=hp800 opsys=hpux10-20
3303 ;;
3304 hppa*-hp-hpux1[1-9]* )
3305 machine=hp800 opsys=hpux11
3306 CFLAGS="-D_INCLUDE__STDC_A1_SOURCE $CFLAGS"
3307 ;;
3308
3309 hppa*-*-linux-gnu* )
3310 machine=hp800 opsys=gnu-linux
3311 ;;
3312
3313 ## IBM machines
3314 s390-*-linux-gnu* )
3315 machine=ibms390 opsys=gnu-linux
3316 ;;
3317 s390x-*-linux-gnu* )
3318 machine=ibms390x opsys=gnu-linux
3319 ;;
3320 rs6000-ibm-aix4.[23]* )
3321 machine=ibmrs6000 opsys=aix4-2
3322 ;;
3323 powerpc-ibm-aix4.[23]* )
3324 machine=ibmrs6000 opsys=aix4-2
3325 ;;
3326 rs6000-ibm-aix[56]* )
3327 machine=ibmrs6000 opsys=aix4-2
3328 ;;
3329 powerpc-ibm-aix[56]* )
3330 machine=ibmrs6000 opsys=aix4-2
3331 ;;
3332
3333 ## Macintosh PowerPC
3334 powerpc*-*-linux-gnu* )
3335 machine=macppc opsys=gnu-linux
3336 ;;
3337
3338 ## Silicon Graphics machines
3339 ## Iris 4D
3340 mips-sgi-irix6.5 )
3341 machine=iris4d opsys=irix6-5
3342 # Without defining _LANGUAGE_C, things get masked out in the headers
3343 # so that, for instance, grepping for `free' in stdlib.h fails and
3344 # AC_HEADER_STD_C fails. (MIPSPro 7.2.1.2m compilers, Irix 6.5.3m).
3345 NON_GNU_CPP="/lib/cpp -D_LANGUAGE_C"
3346 NON_GCC_TEST_OPTIONS="-D_LANGUAGE_C"
3347 ;;
3348
3349 ## Suns
3350 sparc-*-linux-gnu* | sparc64-*-linux-gnu* )
3351 machine=sparc opsys=gnu-linux
3352 ;;
3353
3354 *-sun-solaris* \
3355 | i[3456]86-*-solaris2* | i[3456]86-*-sunos5* \
3356 | x86_64-*-solaris2* | x86_64-*-sunos5*)
3357 case "${canonical}" in
3358 i[3456]86-*-* ) machine=intel386 ;;
3359 amd64-*-*|x86_64-*-*) machine=amdx86-64 ;;
3360 sparc* ) machine=sparc ;;
3361 * ) unported=yes ;;
3362 esac
3363 case "${canonical}" in
3364 *-sunos5.6* | *-solaris2.6* )
3365 opsys=sol2-6
3366 NON_GNU_CPP=/usr/ccs/lib/cpp
3367 RANLIB="ar -ts"
3368 ;;
3369 *-sunos5.[7-9]* | *-solaris2.[7-9]* )
3370 opsys=sol2-6
3371 emacs_check_sunpro_c=yes
3372 NON_GNU_CPP=/usr/ccs/lib/cpp
3373 ;;
3374 *-sunos5* | *-solaris* )
3375 opsys=sol2-10
3376 emacs_check_sunpro_c=yes
3377 NON_GNU_CPP=/usr/ccs/lib/cpp
3378 ;;
3379 esac
3380 ## Watch out for a compiler that we know will not work.
3381 case "${canonical}" in
3382 *-solaris* | *-sunos5* )
3383 if [ "x$CC" = x/usr/ucb/cc ]; then
3384 ## /usr/ucb/cc doesn't work;
3385 ## we should find some other compiler that does work.
3386 unset CC
3387 fi
3388 ;;
3389 *) ;;
3390 esac
3391 ;;
3392
3393 ## IA-64
3394 ia64*-*-linux* )
3395 machine=ia64 opsys=gnu-linux
3396 ;;
3397
3398 ## Intel 386 machines where we don't care about the manufacturer.
3399 i[3456]86-*-* )
3400 machine=intel386
3401 case "${canonical}" in
3402 *-cygwin ) opsys=cygwin ;;
3403 *-darwin* ) opsys=darwin
3404 CPP="${CC-cc} -E -no-cpp-precomp"
3405 ;;
3406 *-linux-gnu* ) opsys=gnu-linux ;;
3407 *-sysv4.2uw* ) opsys=unixware; NON_GNU_CPP=/lib/cpp ;;
3408 *-sysv5uw* ) opsys=unixware; NON_GNU_CPP=/lib/cpp ;;
3409 *-sysv5OpenUNIX* ) opsys=unixware; NON_GNU_CPP=/lib/cpp ;;
3410 ## Otherwise, we'll fall through to the generic opsys code at the bottom.
3411 esac
3412 ;;
3413
3414 ## m68k Linux-based GNU system
3415 m68k-*-linux-gnu* )
3416 machine=m68k opsys=gnu-linux
3417 ;;
3418
3419 ## Mips Linux-based GNU system
3420 mips-*-linux-gnu* | mipsel-*-linux-gnu* \
3421 | mips64-*-linux-gnu* | mips64el-*-linux-gnu* )
3422 machine=mips opsys=gnu-linux
3423 ;;
3424
3425 ## AMD x86-64 Linux-based GNU system
3426 x86_64-*-linux-gnu* )
3427 machine=amdx86-64 opsys=gnu-linux
3428 ;;
3429
3430 ## Tensilica Xtensa Linux-based GNU system
3431 xtensa*-*-linux-gnu* )
3432 machine=xtensa opsys=gnu-linux
3433 ;;
3434
3435 ## SuperH Linux-based GNU system
3436 sh[34]*-*-linux-gnu* )
3437 machine=sh3 opsys=gnu-linux
3438 ;;
3439
3440 * )
3441 unported=yes
3442 ;;
3443 esac
3444
3445 ### If the code above didn't choose an operating system, just choose
3446 ### an operating system based on the configuration name. You really
3447 ### only want to use this when you have no idea what the right
3448 ### operating system is; if you know what operating systems a machine
3449 ### runs, it's cleaner to make it explicit in the case statement
3450 ### above.
3451 if test x"${opsys}" = x; then
3452 case "${canonical}" in
3453 *-gnu* ) opsys=gnu ;;
3454 * )
3455 unported=yes
3456 ;;
3457 esac
3458 fi
3459
3460
3461
3462 if test $unported = yes; then
3463 as_fn_error "Emacs hasn't been ported to \`${canonical}' systems.
3464 Check \`etc/MACHINES' for recognized configuration names." "$LINENO" 5
3465 fi
3466
3467 machfile="m/${machine}.h"
3468 opsysfile="s/${opsys}.h"
3469
3470
3471 #### Choose a compiler.
3472 test -n "$CC" && cc_specified=yes
3473
3474 # Save the value of CFLAGS that the user specified.
3475 SPECIFIED_CFLAGS="$CFLAGS"
3476
3477 ac_ext=c
3478 ac_cpp='$CPP $CPPFLAGS'
3479 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3480 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3481 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3482 if test -n "$ac_tool_prefix"; then
3483 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3484 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3485 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3486 $as_echo_n "checking for $ac_word... " >&6; }
3487 if test "${ac_cv_prog_CC+set}" = set; then :
3488 $as_echo_n "(cached) " >&6
3489 else
3490 if test -n "$CC"; then
3491 ac_cv_prog_CC="$CC" # Let the user override the test.
3492 else
3493 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3494 for as_dir in $PATH
3495 do
3496 IFS=$as_save_IFS
3497 test -z "$as_dir" && as_dir=.
3498 for ac_exec_ext in '' $ac_executable_extensions; do
3499 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3500 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3501 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3502 break 2
3503 fi
3504 done
3505 done
3506 IFS=$as_save_IFS
3507
3508 fi
3509 fi
3510 CC=$ac_cv_prog_CC
3511 if test -n "$CC"; then
3512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3513 $as_echo "$CC" >&6; }
3514 else
3515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3516 $as_echo "no" >&6; }
3517 fi
3518
3519
3520 fi
3521 if test -z "$ac_cv_prog_CC"; then
3522 ac_ct_CC=$CC
3523 # Extract the first word of "gcc", so it can be a program name with args.
3524 set dummy gcc; ac_word=$2
3525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3526 $as_echo_n "checking for $ac_word... " >&6; }
3527 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3528 $as_echo_n "(cached) " >&6
3529 else
3530 if test -n "$ac_ct_CC"; then
3531 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3532 else
3533 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3534 for as_dir in $PATH
3535 do
3536 IFS=$as_save_IFS
3537 test -z "$as_dir" && as_dir=.
3538 for ac_exec_ext in '' $ac_executable_extensions; do
3539 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3540 ac_cv_prog_ac_ct_CC="gcc"
3541 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3542 break 2
3543 fi
3544 done
3545 done
3546 IFS=$as_save_IFS
3547
3548 fi
3549 fi
3550 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3551 if test -n "$ac_ct_CC"; then
3552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3553 $as_echo "$ac_ct_CC" >&6; }
3554 else
3555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3556 $as_echo "no" >&6; }
3557 fi
3558
3559 if test "x$ac_ct_CC" = x; then
3560 CC=""
3561 else
3562 case $cross_compiling:$ac_tool_warned in
3563 yes:)
3564 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3565 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3566 ac_tool_warned=yes ;;
3567 esac
3568 CC=$ac_ct_CC
3569 fi
3570 else
3571 CC="$ac_cv_prog_CC"
3572 fi
3573
3574 if test -z "$CC"; then
3575 if test -n "$ac_tool_prefix"; then
3576 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3577 set dummy ${ac_tool_prefix}cc; ac_word=$2
3578 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3579 $as_echo_n "checking for $ac_word... " >&6; }
3580 if test "${ac_cv_prog_CC+set}" = set; then :
3581 $as_echo_n "(cached) " >&6
3582 else
3583 if test -n "$CC"; then
3584 ac_cv_prog_CC="$CC" # Let the user override the test.
3585 else
3586 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3587 for as_dir in $PATH
3588 do
3589 IFS=$as_save_IFS
3590 test -z "$as_dir" && as_dir=.
3591 for ac_exec_ext in '' $ac_executable_extensions; do
3592 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3593 ac_cv_prog_CC="${ac_tool_prefix}cc"
3594 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3595 break 2
3596 fi
3597 done
3598 done
3599 IFS=$as_save_IFS
3600
3601 fi
3602 fi
3603 CC=$ac_cv_prog_CC
3604 if test -n "$CC"; then
3605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3606 $as_echo "$CC" >&6; }
3607 else
3608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3609 $as_echo "no" >&6; }
3610 fi
3611
3612
3613 fi
3614 fi
3615 if test -z "$CC"; then
3616 # Extract the first word of "cc", so it can be a program name with args.
3617 set dummy cc; ac_word=$2
3618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3619 $as_echo_n "checking for $ac_word... " >&6; }
3620 if test "${ac_cv_prog_CC+set}" = set; then :
3621 $as_echo_n "(cached) " >&6
3622 else
3623 if test -n "$CC"; then
3624 ac_cv_prog_CC="$CC" # Let the user override the test.
3625 else
3626 ac_prog_rejected=no
3627 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3628 for as_dir in $PATH
3629 do
3630 IFS=$as_save_IFS
3631 test -z "$as_dir" && as_dir=.
3632 for ac_exec_ext in '' $ac_executable_extensions; do
3633 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3634 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3635 ac_prog_rejected=yes
3636 continue
3637 fi
3638 ac_cv_prog_CC="cc"
3639 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3640 break 2
3641 fi
3642 done
3643 done
3644 IFS=$as_save_IFS
3645
3646 if test $ac_prog_rejected = yes; then
3647 # We found a bogon in the path, so make sure we never use it.
3648 set dummy $ac_cv_prog_CC
3649 shift
3650 if test $# != 0; then
3651 # We chose a different compiler from the bogus one.
3652 # However, it has the same basename, so the bogon will be chosen
3653 # first if we set CC to just the basename; use the full file name.
3654 shift
3655 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3656 fi
3657 fi
3658 fi
3659 fi
3660 CC=$ac_cv_prog_CC
3661 if test -n "$CC"; then
3662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3663 $as_echo "$CC" >&6; }
3664 else
3665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3666 $as_echo "no" >&6; }
3667 fi
3668
3669
3670 fi
3671 if test -z "$CC"; then
3672 if test -n "$ac_tool_prefix"; then
3673 for ac_prog in cl.exe
3674 do
3675 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3676 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3678 $as_echo_n "checking for $ac_word... " >&6; }
3679 if test "${ac_cv_prog_CC+set}" = set; then :
3680 $as_echo_n "(cached) " >&6
3681 else
3682 if test -n "$CC"; then
3683 ac_cv_prog_CC="$CC" # Let the user override the test.
3684 else
3685 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3686 for as_dir in $PATH
3687 do
3688 IFS=$as_save_IFS
3689 test -z "$as_dir" && as_dir=.
3690 for ac_exec_ext in '' $ac_executable_extensions; do
3691 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3692 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3693 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3694 break 2
3695 fi
3696 done
3697 done
3698 IFS=$as_save_IFS
3699
3700 fi
3701 fi
3702 CC=$ac_cv_prog_CC
3703 if test -n "$CC"; then
3704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3705 $as_echo "$CC" >&6; }
3706 else
3707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3708 $as_echo "no" >&6; }
3709 fi
3710
3711
3712 test -n "$CC" && break
3713 done
3714 fi
3715 if test -z "$CC"; then
3716 ac_ct_CC=$CC
3717 for ac_prog in cl.exe
3718 do
3719 # Extract the first word of "$ac_prog", so it can be a program name with args.
3720 set dummy $ac_prog; ac_word=$2
3721 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3722 $as_echo_n "checking for $ac_word... " >&6; }
3723 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3724 $as_echo_n "(cached) " >&6
3725 else
3726 if test -n "$ac_ct_CC"; then
3727 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3728 else
3729 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3730 for as_dir in $PATH
3731 do
3732 IFS=$as_save_IFS
3733 test -z "$as_dir" && as_dir=.
3734 for ac_exec_ext in '' $ac_executable_extensions; do
3735 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3736 ac_cv_prog_ac_ct_CC="$ac_prog"
3737 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3738 break 2
3739 fi
3740 done
3741 done
3742 IFS=$as_save_IFS
3743
3744 fi
3745 fi
3746 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3747 if test -n "$ac_ct_CC"; then
3748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3749 $as_echo "$ac_ct_CC" >&6; }
3750 else
3751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3752 $as_echo "no" >&6; }
3753 fi
3754
3755
3756 test -n "$ac_ct_CC" && break
3757 done
3758
3759 if test "x$ac_ct_CC" = x; then
3760 CC=""
3761 else
3762 case $cross_compiling:$ac_tool_warned in
3763 yes:)
3764 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3765 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3766 ac_tool_warned=yes ;;
3767 esac
3768 CC=$ac_ct_CC
3769 fi
3770 fi
3771
3772 fi
3773
3774
3775 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3776 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3777 as_fn_error "no acceptable C compiler found in \$PATH
3778 See \`config.log' for more details." "$LINENO" 5; }
3779
3780 # Provide some information about the compiler.
3781 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3782 set X $ac_compile
3783 ac_compiler=$2
3784 for ac_option in --version -v -V -qversion; do
3785 { { ac_try="$ac_compiler $ac_option >&5"
3786 case "(($ac_try" in
3787 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3788 *) ac_try_echo=$ac_try;;
3789 esac
3790 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3791 $as_echo "$ac_try_echo"; } >&5
3792 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3793 ac_status=$?
3794 if test -s conftest.err; then
3795 sed '10a\
3796 ... rest of stderr output deleted ...
3797 10q' conftest.err >conftest.er1
3798 cat conftest.er1 >&5
3799 fi
3800 rm -f conftest.er1 conftest.err
3801 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3802 test $ac_status = 0; }
3803 done
3804
3805 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3806 /* end confdefs.h. */
3807
3808 int
3809 main ()
3810 {
3811
3812 ;
3813 return 0;
3814 }
3815 _ACEOF
3816 ac_clean_files_save=$ac_clean_files
3817 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3818 # Try to create an executable without -o first, disregard a.out.
3819 # It will help us diagnose broken compilers, and finding out an intuition
3820 # of exeext.
3821 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3822 $as_echo_n "checking whether the C compiler works... " >&6; }
3823 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3824
3825 # The possible output files:
3826 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3827
3828 ac_rmfiles=
3829 for ac_file in $ac_files
3830 do
3831 case $ac_file in
3832 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3833 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3834 esac
3835 done
3836 rm -f $ac_rmfiles
3837
3838 if { { ac_try="$ac_link_default"
3839 case "(($ac_try" in
3840 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3841 *) ac_try_echo=$ac_try;;
3842 esac
3843 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3844 $as_echo "$ac_try_echo"; } >&5
3845 (eval "$ac_link_default") 2>&5
3846 ac_status=$?
3847 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3848 test $ac_status = 0; }; then :
3849 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3850 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3851 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3852 # so that the user can short-circuit this test for compilers unknown to
3853 # Autoconf.
3854 for ac_file in $ac_files ''
3855 do
3856 test -f "$ac_file" || continue
3857 case $ac_file in
3858 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3859 ;;
3860 [ab].out )
3861 # We found the default executable, but exeext='' is most
3862 # certainly right.
3863 break;;
3864 *.* )
3865 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3866 then :; else
3867 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3868 fi
3869 # We set ac_cv_exeext here because the later test for it is not
3870 # safe: cross compilers may not add the suffix if given an `-o'
3871 # argument, so we may need to know it at that point already.
3872 # Even if this section looks crufty: it has the advantage of
3873 # actually working.
3874 break;;
3875 * )
3876 break;;
3877 esac
3878 done
3879 test "$ac_cv_exeext" = no && ac_cv_exeext=
3880
3881 else
3882 ac_file=''
3883 fi
3884 if test -z "$ac_file"; then :
3885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3886 $as_echo "no" >&6; }
3887 $as_echo "$as_me: failed program was:" >&5
3888 sed 's/^/| /' conftest.$ac_ext >&5
3889
3890 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3891 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3892 { as_fn_set_status 77
3893 as_fn_error "C compiler cannot create executables
3894 See \`config.log' for more details." "$LINENO" 5; }; }
3895 else
3896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3897 $as_echo "yes" >&6; }
3898 fi
3899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3900 $as_echo_n "checking for C compiler default output file name... " >&6; }
3901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3902 $as_echo "$ac_file" >&6; }
3903 ac_exeext=$ac_cv_exeext
3904
3905 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3906 ac_clean_files=$ac_clean_files_save
3907 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3908 $as_echo_n "checking for suffix of executables... " >&6; }
3909 if { { ac_try="$ac_link"
3910 case "(($ac_try" in
3911 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3912 *) ac_try_echo=$ac_try;;
3913 esac
3914 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3915 $as_echo "$ac_try_echo"; } >&5
3916 (eval "$ac_link") 2>&5
3917 ac_status=$?
3918 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3919 test $ac_status = 0; }; then :
3920 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3921 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3922 # work properly (i.e., refer to `conftest.exe'), while it won't with
3923 # `rm'.
3924 for ac_file in conftest.exe conftest conftest.*; do
3925 test -f "$ac_file" || continue
3926 case $ac_file in
3927 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3928 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3929 break;;
3930 * ) break;;
3931 esac
3932 done
3933 else
3934 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3935 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3936 as_fn_error "cannot compute suffix of executables: cannot compile and link
3937 See \`config.log' for more details." "$LINENO" 5; }
3938 fi
3939 rm -f conftest conftest$ac_cv_exeext
3940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3941 $as_echo "$ac_cv_exeext" >&6; }
3942
3943 rm -f conftest.$ac_ext
3944 EXEEXT=$ac_cv_exeext
3945 ac_exeext=$EXEEXT
3946 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3947 /* end confdefs.h. */
3948 #include <stdio.h>
3949 int
3950 main ()
3951 {
3952 FILE *f = fopen ("conftest.out", "w");
3953 return ferror (f) || fclose (f) != 0;
3954
3955 ;
3956 return 0;
3957 }
3958 _ACEOF
3959 ac_clean_files="$ac_clean_files conftest.out"
3960 # Check that the compiler produces executables we can run. If not, either
3961 # the compiler is broken, or we cross compile.
3962 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3963 $as_echo_n "checking whether we are cross compiling... " >&6; }
3964 if test "$cross_compiling" != yes; then
3965 { { ac_try="$ac_link"
3966 case "(($ac_try" in
3967 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3968 *) ac_try_echo=$ac_try;;
3969 esac
3970 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3971 $as_echo "$ac_try_echo"; } >&5
3972 (eval "$ac_link") 2>&5
3973 ac_status=$?
3974 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3975 test $ac_status = 0; }
3976 if { ac_try='./conftest$ac_cv_exeext'
3977 { { case "(($ac_try" in
3978 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3979 *) ac_try_echo=$ac_try;;
3980 esac
3981 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3982 $as_echo "$ac_try_echo"; } >&5
3983 (eval "$ac_try") 2>&5
3984 ac_status=$?
3985 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3986 test $ac_status = 0; }; }; then
3987 cross_compiling=no
3988 else
3989 if test "$cross_compiling" = maybe; then
3990 cross_compiling=yes
3991 else
3992 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3993 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3994 as_fn_error "cannot run C compiled programs.
3995 If you meant to cross compile, use \`--host'.
3996 See \`config.log' for more details." "$LINENO" 5; }
3997 fi
3998 fi
3999 fi
4000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4001 $as_echo "$cross_compiling" >&6; }
4002
4003 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
4004 ac_clean_files=$ac_clean_files_save
4005 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4006 $as_echo_n "checking for suffix of object files... " >&6; }
4007 if test "${ac_cv_objext+set}" = set; then :
4008 $as_echo_n "(cached) " >&6
4009 else
4010 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4011 /* end confdefs.h. */
4012
4013 int
4014 main ()
4015 {
4016
4017 ;
4018 return 0;
4019 }
4020 _ACEOF
4021 rm -f conftest.o conftest.obj
4022 if { { ac_try="$ac_compile"
4023 case "(($ac_try" in
4024 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4025 *) ac_try_echo=$ac_try;;
4026 esac
4027 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4028 $as_echo "$ac_try_echo"; } >&5
4029 (eval "$ac_compile") 2>&5
4030 ac_status=$?
4031 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4032 test $ac_status = 0; }; then :
4033 for ac_file in conftest.o conftest.obj conftest.*; do
4034 test -f "$ac_file" || continue;
4035 case $ac_file in
4036 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4037 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4038 break;;
4039 esac
4040 done
4041 else
4042 $as_echo "$as_me: failed program was:" >&5
4043 sed 's/^/| /' conftest.$ac_ext >&5
4044
4045 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4046 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4047 as_fn_error "cannot compute suffix of object files: cannot compile
4048 See \`config.log' for more details." "$LINENO" 5; }
4049 fi
4050 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4051 fi
4052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4053 $as_echo "$ac_cv_objext" >&6; }
4054 OBJEXT=$ac_cv_objext
4055 ac_objext=$OBJEXT
4056 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4057 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4058 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4059 $as_echo_n "(cached) " >&6
4060 else
4061 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4062 /* end confdefs.h. */
4063
4064 int
4065 main ()
4066 {
4067 #ifndef __GNUC__
4068 choke me
4069 #endif
4070
4071 ;
4072 return 0;
4073 }
4074 _ACEOF
4075 if ac_fn_c_try_compile "$LINENO"; then :
4076 ac_compiler_gnu=yes
4077 else
4078 ac_compiler_gnu=no
4079 fi
4080 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4081 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4082
4083 fi
4084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4085 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4086 if test $ac_compiler_gnu = yes; then
4087 GCC=yes
4088 else
4089 GCC=
4090 fi
4091 ac_test_CFLAGS=${CFLAGS+set}
4092 ac_save_CFLAGS=$CFLAGS
4093 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4094 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4095 if test "${ac_cv_prog_cc_g+set}" = set; then :
4096 $as_echo_n "(cached) " >&6
4097 else
4098 ac_save_c_werror_flag=$ac_c_werror_flag
4099 ac_c_werror_flag=yes
4100 ac_cv_prog_cc_g=no
4101 CFLAGS="-g"
4102 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4103 /* end confdefs.h. */
4104
4105 int
4106 main ()
4107 {
4108
4109 ;
4110 return 0;
4111 }
4112 _ACEOF
4113 if ac_fn_c_try_compile "$LINENO"; then :
4114 ac_cv_prog_cc_g=yes
4115 else
4116 CFLAGS=""
4117 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4118 /* end confdefs.h. */
4119
4120 int
4121 main ()
4122 {
4123
4124 ;
4125 return 0;
4126 }
4127 _ACEOF
4128 if ac_fn_c_try_compile "$LINENO"; then :
4129
4130 else
4131 ac_c_werror_flag=$ac_save_c_werror_flag
4132 CFLAGS="-g"
4133 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4134 /* end confdefs.h. */
4135
4136 int
4137 main ()
4138 {
4139
4140 ;
4141 return 0;
4142 }
4143 _ACEOF
4144 if ac_fn_c_try_compile "$LINENO"; then :
4145 ac_cv_prog_cc_g=yes
4146 fi
4147 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4148 fi
4149 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4150 fi
4151 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4152 ac_c_werror_flag=$ac_save_c_werror_flag
4153 fi
4154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4155 $as_echo "$ac_cv_prog_cc_g" >&6; }
4156 if test "$ac_test_CFLAGS" = set; then
4157 CFLAGS=$ac_save_CFLAGS
4158 elif test $ac_cv_prog_cc_g = yes; then
4159 if test "$GCC" = yes; then
4160 CFLAGS="-g -O2"
4161 else
4162 CFLAGS="-g"
4163 fi
4164 else
4165 if test "$GCC" = yes; then
4166 CFLAGS="-O2"
4167 else
4168 CFLAGS=
4169 fi
4170 fi
4171 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4172 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4173 if test "${ac_cv_prog_cc_c89+set}" = set; then :
4174 $as_echo_n "(cached) " >&6
4175 else
4176 ac_cv_prog_cc_c89=no
4177 ac_save_CC=$CC
4178 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4179 /* end confdefs.h. */
4180 #include <stdarg.h>
4181 #include <stdio.h>
4182 #include <sys/types.h>
4183 #include <sys/stat.h>
4184 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4185 struct buf { int x; };
4186 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4187 static char *e (p, i)
4188 char **p;
4189 int i;
4190 {
4191 return p[i];
4192 }
4193 static char *f (char * (*g) (char **, int), char **p, ...)
4194 {
4195 char *s;
4196 va_list v;
4197 va_start (v,p);
4198 s = g (p, va_arg (v,int));
4199 va_end (v);
4200 return s;
4201 }
4202
4203 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4204 function prototypes and stuff, but not '\xHH' hex character constants.
4205 These don't provoke an error unfortunately, instead are silently treated
4206 as 'x'. The following induces an error, until -std is added to get
4207 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4208 array size at least. It's necessary to write '\x00'==0 to get something
4209 that's true only with -std. */
4210 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4211
4212 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4213 inside strings and character constants. */
4214 #define FOO(x) 'x'
4215 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4216
4217 int test (int i, double x);
4218 struct s1 {int (*f) (int a);};
4219 struct s2 {int (*f) (double a);};
4220 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4221 int argc;
4222 char **argv;
4223 int
4224 main ()
4225 {
4226 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4227 ;
4228 return 0;
4229 }
4230 _ACEOF
4231 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4232 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4233 do
4234 CC="$ac_save_CC $ac_arg"
4235 if ac_fn_c_try_compile "$LINENO"; then :
4236 ac_cv_prog_cc_c89=$ac_arg
4237 fi
4238 rm -f core conftest.err conftest.$ac_objext
4239 test "x$ac_cv_prog_cc_c89" != "xno" && break
4240 done
4241 rm -f conftest.$ac_ext
4242 CC=$ac_save_CC
4243
4244 fi
4245 # AC_CACHE_VAL
4246 case "x$ac_cv_prog_cc_c89" in
4247 x)
4248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4249 $as_echo "none needed" >&6; } ;;
4250 xno)
4251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4252 $as_echo "unsupported" >&6; } ;;
4253 *)
4254 CC="$CC $ac_cv_prog_cc_c89"
4255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4256 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4257 esac
4258 if test "x$ac_cv_prog_cc_c89" != xno; then :
4259
4260 fi
4261
4262 ac_ext=c
4263 ac_cpp='$CPP $CPPFLAGS'
4264 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4265 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4266 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4267
4268
4269 # On Suns, sometimes $CPP names a directory.
4270 if test -n "$CPP" && test -d "$CPP"; then
4271 CPP=
4272 fi
4273
4274 ## If not using gcc, and on Solaris, and no CPP specified, see if
4275 ## using a Sun compiler, which needs -Xs to prevent whitespace.
4276 if test x"$GCC" != xyes && test x"$emacs_check_sunpro_c" = xyes && \
4277 test x"$CPP" = x; then
4278 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using a Sun C compiler" >&5
4279 $as_echo_n "checking whether we are using a Sun C compiler... " >&6; }
4280
4281 if test "${emacs_cv_sunpro_c+set}" = set; then :
4282 $as_echo_n "(cached) " >&6
4283 else
4284 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4285 /* end confdefs.h. */
4286
4287 int
4288 main ()
4289 {
4290 #ifndef __SUNPRO_C
4291 fail;
4292 #endif
4293
4294 ;
4295 return 0;
4296 }
4297 _ACEOF
4298 if ac_fn_c_try_link "$LINENO"; then :
4299 emacs_cv_sunpro_c=yes
4300 else
4301 emacs_cv_sunpro_c=no
4302 fi
4303 rm -f core conftest.err conftest.$ac_objext \
4304 conftest$ac_exeext conftest.$ac_ext
4305 fi
4306
4307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_sunpro_c" >&5
4308 $as_echo "$emacs_cv_sunpro_c" >&6; }
4309
4310 if test x"$emacs_cv_sunpro_c" = xyes; then
4311 NON_GNU_CPP="$CC -E -Xs"
4312 fi
4313 fi
4314
4315 #### Some systems specify a CPP to use unless we are using GCC.
4316 #### Now that we know whether we are using GCC, we can decide whether
4317 #### to use that one.
4318 if test "x$NON_GNU_CPP" != x && test x$GCC != xyes && test "x$CPP" = x
4319 then
4320 CPP="$NON_GNU_CPP"
4321 fi
4322
4323 #### Some systems specify a CC to use unless we are using GCC.
4324 #### Now that we know whether we are using GCC, we can decide whether
4325 #### to use that one.
4326 if test "x$NON_GNU_CC" != x && test x$GCC != xyes &&
4327 test x$cc_specified != xyes
4328 then
4329 CC="$NON_GNU_CC"
4330 fi
4331
4332 if test x$GCC = xyes; then
4333 test "x$GCC_TEST_OPTIONS" != x && CC="$CC $GCC_TEST_OPTIONS"
4334 else
4335 test "x$NON_GCC_TEST_OPTIONS" != x && CC="$CC $NON_GCC_TEST_OPTIONS"
4336 fi
4337
4338 ac_ext=c
4339 ac_cpp='$CPP $CPPFLAGS'
4340 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4341 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4342 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4343 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4344 $as_echo_n "checking how to run the C preprocessor... " >&6; }
4345 # On Suns, sometimes $CPP names a directory.
4346 if test -n "$CPP" && test -d "$CPP"; then
4347 CPP=
4348 fi
4349 if test -z "$CPP"; then
4350 if test "${ac_cv_prog_CPP+set}" = set; then :
4351 $as_echo_n "(cached) " >&6
4352 else
4353 # Double quotes because CPP needs to be expanded
4354 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4355 do
4356 ac_preproc_ok=false
4357 for ac_c_preproc_warn_flag in '' yes
4358 do
4359 # Use a header file that comes with gcc, so configuring glibc
4360 # with a fresh cross-compiler works.
4361 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4362 # <limits.h> exists even on freestanding compilers.
4363 # On the NeXT, cc -E runs the code through the compiler's parser,
4364 # not just through cpp. "Syntax error" is here to catch this case.
4365 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4366 /* end confdefs.h. */
4367 #ifdef __STDC__
4368 # include <limits.h>
4369 #else
4370 # include <assert.h>
4371 #endif
4372 Syntax error
4373 _ACEOF
4374 if ac_fn_c_try_cpp "$LINENO"; then :
4375
4376 else
4377 # Broken: fails on valid input.
4378 continue
4379 fi
4380 rm -f conftest.err conftest.$ac_ext
4381
4382 # OK, works on sane cases. Now check whether nonexistent headers
4383 # can be detected and how.
4384 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4385 /* end confdefs.h. */
4386 #include <ac_nonexistent.h>
4387 _ACEOF
4388 if ac_fn_c_try_cpp "$LINENO"; then :
4389 # Broken: success on invalid input.
4390 continue
4391 else
4392 # Passes both tests.
4393 ac_preproc_ok=:
4394 break
4395 fi
4396 rm -f conftest.err conftest.$ac_ext
4397
4398 done
4399 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4400 rm -f conftest.err conftest.$ac_ext
4401 if $ac_preproc_ok; then :
4402 break
4403 fi
4404
4405 done
4406 ac_cv_prog_CPP=$CPP
4407
4408 fi
4409 CPP=$ac_cv_prog_CPP
4410 else
4411 ac_cv_prog_CPP=$CPP
4412 fi
4413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4414 $as_echo "$CPP" >&6; }
4415 ac_preproc_ok=false
4416 for ac_c_preproc_warn_flag in '' yes
4417 do
4418 # Use a header file that comes with gcc, so configuring glibc
4419 # with a fresh cross-compiler works.
4420 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4421 # <limits.h> exists even on freestanding compilers.
4422 # On the NeXT, cc -E runs the code through the compiler's parser,
4423 # not just through cpp. "Syntax error" is here to catch this case.
4424 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4425 /* end confdefs.h. */
4426 #ifdef __STDC__
4427 # include <limits.h>
4428 #else
4429 # include <assert.h>
4430 #endif
4431 Syntax error
4432 _ACEOF
4433 if ac_fn_c_try_cpp "$LINENO"; then :
4434
4435 else
4436 # Broken: fails on valid input.
4437 continue
4438 fi
4439 rm -f conftest.err conftest.$ac_ext
4440
4441 # OK, works on sane cases. Now check whether nonexistent headers
4442 # can be detected and how.
4443 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4444 /* end confdefs.h. */
4445 #include <ac_nonexistent.h>
4446 _ACEOF
4447 if ac_fn_c_try_cpp "$LINENO"; then :
4448 # Broken: success on invalid input.
4449 continue
4450 else
4451 # Passes both tests.
4452 ac_preproc_ok=:
4453 break
4454 fi
4455 rm -f conftest.err conftest.$ac_ext
4456
4457 done
4458 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4459 rm -f conftest.err conftest.$ac_ext
4460 if $ac_preproc_ok; then :
4461
4462 else
4463 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4464 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4465 as_fn_error "C preprocessor \"$CPP\" fails sanity check
4466 See \`config.log' for more details." "$LINENO" 5; }
4467 fi
4468
4469 ac_ext=c
4470 ac_cpp='$CPP $CPPFLAGS'
4471 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4472 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4473 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4474
4475
4476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4477 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4478 if test "${ac_cv_path_GREP+set}" = set; then :
4479 $as_echo_n "(cached) " >&6
4480 else
4481 if test -z "$GREP"; then
4482 ac_path_GREP_found=false
4483 # Loop through the user's path and test for each of PROGNAME-LIST
4484 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4485 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4486 do
4487 IFS=$as_save_IFS
4488 test -z "$as_dir" && as_dir=.
4489 for ac_prog in grep ggrep; do
4490 for ac_exec_ext in '' $ac_executable_extensions; do
4491 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4492 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4493 # Check for GNU ac_path_GREP and select it if it is found.
4494 # Check for GNU $ac_path_GREP
4495 case `"$ac_path_GREP" --version 2>&1` in
4496 *GNU*)
4497 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4498 *)
4499 ac_count=0
4500 $as_echo_n 0123456789 >"conftest.in"
4501 while :
4502 do
4503 cat "conftest.in" "conftest.in" >"conftest.tmp"
4504 mv "conftest.tmp" "conftest.in"
4505 cp "conftest.in" "conftest.nl"
4506 $as_echo 'GREP' >> "conftest.nl"
4507 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4508 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4509 as_fn_arith $ac_count + 1 && ac_count=$as_val
4510 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4511 # Best one so far, save it but keep looking for a better one
4512 ac_cv_path_GREP="$ac_path_GREP"
4513 ac_path_GREP_max=$ac_count
4514 fi
4515 # 10*(2^10) chars as input seems more than enough
4516 test $ac_count -gt 10 && break
4517 done
4518 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4519 esac
4520
4521 $ac_path_GREP_found && break 3
4522 done
4523 done
4524 done
4525 IFS=$as_save_IFS
4526 if test -z "$ac_cv_path_GREP"; then
4527 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4528 fi
4529 else
4530 ac_cv_path_GREP=$GREP
4531 fi
4532
4533 fi
4534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4535 $as_echo "$ac_cv_path_GREP" >&6; }
4536 GREP="$ac_cv_path_GREP"
4537
4538
4539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4540 $as_echo_n "checking for egrep... " >&6; }
4541 if test "${ac_cv_path_EGREP+set}" = set; then :
4542 $as_echo_n "(cached) " >&6
4543 else
4544 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4545 then ac_cv_path_EGREP="$GREP -E"
4546 else
4547 if test -z "$EGREP"; then
4548 ac_path_EGREP_found=false
4549 # Loop through the user's path and test for each of PROGNAME-LIST
4550 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4551 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4552 do
4553 IFS=$as_save_IFS
4554 test -z "$as_dir" && as_dir=.
4555 for ac_prog in egrep; do
4556 for ac_exec_ext in '' $ac_executable_extensions; do
4557 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4558 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4559 # Check for GNU ac_path_EGREP and select it if it is found.
4560 # Check for GNU $ac_path_EGREP
4561 case `"$ac_path_EGREP" --version 2>&1` in
4562 *GNU*)
4563 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4564 *)
4565 ac_count=0
4566 $as_echo_n 0123456789 >"conftest.in"
4567 while :
4568 do
4569 cat "conftest.in" "conftest.in" >"conftest.tmp"
4570 mv "conftest.tmp" "conftest.in"
4571 cp "conftest.in" "conftest.nl"
4572 $as_echo 'EGREP' >> "conftest.nl"
4573 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4574 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4575 as_fn_arith $ac_count + 1 && ac_count=$as_val
4576 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4577 # Best one so far, save it but keep looking for a better one
4578 ac_cv_path_EGREP="$ac_path_EGREP"
4579 ac_path_EGREP_max=$ac_count
4580 fi
4581 # 10*(2^10) chars as input seems more than enough
4582 test $ac_count -gt 10 && break
4583 done
4584 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4585 esac
4586
4587 $ac_path_EGREP_found && break 3
4588 done
4589 done
4590 done
4591 IFS=$as_save_IFS
4592 if test -z "$ac_cv_path_EGREP"; then
4593 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4594 fi
4595 else
4596 ac_cv_path_EGREP=$EGREP
4597 fi
4598
4599 fi
4600 fi
4601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4602 $as_echo "$ac_cv_path_EGREP" >&6; }
4603 EGREP="$ac_cv_path_EGREP"
4604
4605
4606 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4607 $as_echo_n "checking for ANSI C header files... " >&6; }
4608 if test "${ac_cv_header_stdc+set}" = set; then :
4609 $as_echo_n "(cached) " >&6
4610 else
4611 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4612 /* end confdefs.h. */
4613 #include <stdlib.h>
4614 #include <stdarg.h>
4615 #include <string.h>
4616 #include <float.h>
4617
4618 int
4619 main ()
4620 {
4621
4622 ;
4623 return 0;
4624 }
4625 _ACEOF
4626 if ac_fn_c_try_compile "$LINENO"; then :
4627 ac_cv_header_stdc=yes
4628 else
4629 ac_cv_header_stdc=no
4630 fi
4631 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4632
4633 if test $ac_cv_header_stdc = yes; then
4634 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4635 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4636 /* end confdefs.h. */
4637 #include <string.h>
4638
4639 _ACEOF
4640 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4641 $EGREP "memchr" >/dev/null 2>&1; then :
4642
4643 else
4644 ac_cv_header_stdc=no
4645 fi
4646 rm -f conftest*
4647
4648 fi
4649
4650 if test $ac_cv_header_stdc = yes; then
4651 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4652 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4653 /* end confdefs.h. */
4654 #include <stdlib.h>
4655
4656 _ACEOF
4657 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4658 $EGREP "free" >/dev/null 2>&1; then :
4659
4660 else
4661 ac_cv_header_stdc=no
4662 fi
4663 rm -f conftest*
4664
4665 fi
4666
4667 if test $ac_cv_header_stdc = yes; then
4668 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4669 if test "$cross_compiling" = yes; then :
4670 :
4671 else
4672 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4673 /* end confdefs.h. */
4674 #include <ctype.h>
4675 #include <stdlib.h>
4676 #if ((' ' & 0x0FF) == 0x020)
4677 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4678 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4679 #else
4680 # define ISLOWER(c) \
4681 (('a' <= (c) && (c) <= 'i') \
4682 || ('j' <= (c) && (c) <= 'r') \
4683 || ('s' <= (c) && (c) <= 'z'))
4684 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4685 #endif
4686
4687 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4688 int
4689 main ()
4690 {
4691 int i;
4692 for (i = 0; i < 256; i++)
4693 if (XOR (islower (i), ISLOWER (i))
4694 || toupper (i) != TOUPPER (i))
4695 return 2;
4696 return 0;
4697 }
4698 _ACEOF
4699 if ac_fn_c_try_run "$LINENO"; then :
4700
4701 else
4702 ac_cv_header_stdc=no
4703 fi
4704 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4705 conftest.$ac_objext conftest.beam conftest.$ac_ext
4706 fi
4707
4708 fi
4709 fi
4710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4711 $as_echo "$ac_cv_header_stdc" >&6; }
4712 if test $ac_cv_header_stdc = yes; then
4713
4714 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
4715
4716 fi
4717
4718 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
4719 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4720 inttypes.h stdint.h unistd.h
4721 do :
4722 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4723 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4724 "
4725 eval as_val=\$$as_ac_Header
4726 if test "x$as_val" = x""yes; then :
4727 cat >>confdefs.h <<_ACEOF
4728 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4729 _ACEOF
4730
4731 fi
4732
4733 done
4734
4735
4736
4737 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
4738 if test "x$ac_cv_header_minix_config_h" = x""yes; then :
4739 MINIX=yes
4740 else
4741 MINIX=
4742 fi
4743
4744
4745 if test "$MINIX" = yes; then
4746
4747 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
4748
4749
4750 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
4751
4752
4753 $as_echo "#define _MINIX 1" >>confdefs.h
4754
4755 fi
4756
4757
4758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4759 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
4760 if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
4761 $as_echo_n "(cached) " >&6
4762 else
4763 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4764 /* end confdefs.h. */
4765
4766 # define __EXTENSIONS__ 1
4767 $ac_includes_default
4768 int
4769 main ()
4770 {
4771
4772 ;
4773 return 0;
4774 }
4775 _ACEOF
4776 if ac_fn_c_try_compile "$LINENO"; then :
4777 ac_cv_safe_to_define___extensions__=yes
4778 else
4779 ac_cv_safe_to_define___extensions__=no
4780 fi
4781 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4782 fi
4783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
4784 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
4785 test $ac_cv_safe_to_define___extensions__ = yes &&
4786 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
4787
4788 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
4789
4790 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
4791
4792 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
4793
4794 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
4795
4796
4797
4798 ### Use -Wno-pointer-sign if the compiler supports it
4799 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gcc understands -Wno-pointer-sign" >&5
4800 $as_echo_n "checking whether gcc understands -Wno-pointer-sign... " >&6; }
4801 SAVE_CFLAGS="$CFLAGS"
4802 CFLAGS="$CFLAGS -Wno-pointer-sign"
4803 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4804 /* end confdefs.h. */
4805
4806 int
4807 main ()
4808 {
4809
4810 ;
4811 return 0;
4812 }
4813 _ACEOF
4814 if ac_fn_c_try_compile "$LINENO"; then :
4815 has_option=yes
4816 else
4817 has_option=no
4818 fi
4819 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4820 if test $has_option = yes; then
4821 C_WARNINGS_SWITCH="-Wno-pointer-sign $C_WARNINGS_SWITCH"
4822 fi
4823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $has_option" >&5
4824 $as_echo "$has_option" >&6; }
4825 CFLAGS="$SAVE_CFLAGS"
4826 unset has_option
4827 unset SAVE_CFLAGS
4828
4829 ### Use -Wdeclaration-after-statement if the compiler supports it
4830 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gcc understands -Wdeclaration-after-statement" >&5
4831 $as_echo_n "checking whether gcc understands -Wdeclaration-after-statement... " >&6; }
4832 SAVE_CFLAGS="$CFLAGS"
4833 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
4834 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4835 /* end confdefs.h. */
4836
4837 int
4838 main ()
4839 {
4840
4841 ;
4842 return 0;
4843 }
4844 _ACEOF
4845 if ac_fn_c_try_compile "$LINENO"; then :
4846 has_option=yes
4847 else
4848 has_option=no
4849 fi
4850 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4851 if test $has_option = yes; then
4852 C_WARNINGS_SWITCH="-Wdeclaration-after-statement $C_WARNINGS_SWITCH"
4853 fi
4854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $has_option" >&5
4855 $as_echo "$has_option" >&6; }
4856 CFLAGS="$SAVE_CFLAGS"
4857 unset has_option
4858 unset SAVE_CFLAGS
4859
4860 ### Use -Wold-style-definition if the compiler supports it
4861 # This can be removed when conversion to standard C is finished.
4862 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gcc understands -Wold-style-definition" >&5
4863 $as_echo_n "checking whether gcc understands -Wold-style-definition... " >&6; }
4864 SAVE_CFLAGS="$CFLAGS"
4865 CFLAGS="$CFLAGS -Wold-style-definition"
4866 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4867 /* end confdefs.h. */
4868
4869 int
4870 main ()
4871 {
4872
4873 ;
4874 return 0;
4875 }
4876 _ACEOF
4877 if ac_fn_c_try_compile "$LINENO"; then :
4878 has_option=yes
4879 else
4880 has_option=no
4881 fi
4882 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4883 if test $has_option = yes; then
4884 C_WARNINGS_SWITCH="-Wold-style-definition $C_WARNINGS_SWITCH"
4885 fi
4886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $has_option" >&5
4887 $as_echo "$has_option" >&6; }
4888 CFLAGS="$SAVE_CFLAGS"
4889 unset has_option
4890 unset SAVE_CFLAGS
4891
4892 ### Use -Wimplicit-function-declaration if the compiler supports it
4893 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gcc understands -Wimplicit-function-declaration" >&5
4894 $as_echo_n "checking whether gcc understands -Wimplicit-function-declaration... " >&6; }
4895 SAVE_CFLAGS="$CFLAGS"
4896 CFLAGS="$CFLAGS -Wimplicit-function-declaration"
4897 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4898 /* end confdefs.h. */
4899
4900 int
4901 main ()
4902 {
4903
4904 ;
4905 return 0;
4906 }
4907 _ACEOF
4908 if ac_fn_c_try_compile "$LINENO"; then :
4909 has_option=yes
4910 else
4911 has_option=no
4912 fi
4913 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4914 if test $has_option = yes; then
4915 C_WARNINGS_SWITCH="-Wimplicit-function-declaration $C_WARNINGS_SWITCH"
4916 fi
4917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $has_option" >&5
4918 $as_echo "$has_option" >&6; }
4919 CFLAGS="$SAVE_CFLAGS"
4920 unset has_option
4921 unset SAVE_CFLAGS
4922
4923
4924
4925
4926 #### Some other nice autoconf tests.
4927
4928 ac_ext=c
4929 ac_cpp='$CPP $CPPFLAGS'
4930 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4931 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4932 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4933 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4934 $as_echo_n "checking how to run the C preprocessor... " >&6; }
4935 # On Suns, sometimes $CPP names a directory.
4936 if test -n "$CPP" && test -d "$CPP"; then
4937 CPP=
4938 fi
4939 if test -z "$CPP"; then
4940 if test "${ac_cv_prog_CPP+set}" = set; then :
4941 $as_echo_n "(cached) " >&6
4942 else
4943 # Double quotes because CPP needs to be expanded
4944 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4945 do
4946 ac_preproc_ok=false
4947 for ac_c_preproc_warn_flag in '' yes
4948 do
4949 # Use a header file that comes with gcc, so configuring glibc
4950 # with a fresh cross-compiler works.
4951 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4952 # <limits.h> exists even on freestanding compilers.
4953 # On the NeXT, cc -E runs the code through the compiler's parser,
4954 # not just through cpp. "Syntax error" is here to catch this case.
4955 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4956 /* end confdefs.h. */
4957 #ifdef __STDC__
4958 # include <limits.h>
4959 #else
4960 # include <assert.h>
4961 #endif
4962 Syntax error
4963 _ACEOF
4964 if ac_fn_c_try_cpp "$LINENO"; then :
4965
4966 else
4967 # Broken: fails on valid input.
4968 continue
4969 fi
4970 rm -f conftest.err conftest.$ac_ext
4971
4972 # OK, works on sane cases. Now check whether nonexistent headers
4973 # can be detected and how.
4974 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4975 /* end confdefs.h. */
4976 #include <ac_nonexistent.h>
4977 _ACEOF
4978 if ac_fn_c_try_cpp "$LINENO"; then :
4979 # Broken: success on invalid input.
4980 continue
4981 else
4982 # Passes both tests.
4983 ac_preproc_ok=:
4984 break
4985 fi
4986 rm -f conftest.err conftest.$ac_ext
4987
4988 done
4989 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4990 rm -f conftest.err conftest.$ac_ext
4991 if $ac_preproc_ok; then :
4992 break
4993 fi
4994
4995 done
4996 ac_cv_prog_CPP=$CPP
4997
4998 fi
4999 CPP=$ac_cv_prog_CPP
5000 else
5001 ac_cv_prog_CPP=$CPP
5002 fi
5003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5004 $as_echo "$CPP" >&6; }
5005 ac_preproc_ok=false
5006 for ac_c_preproc_warn_flag in '' yes
5007 do
5008 # Use a header file that comes with gcc, so configuring glibc
5009 # with a fresh cross-compiler works.
5010 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5011 # <limits.h> exists even on freestanding compilers.
5012 # On the NeXT, cc -E runs the code through the compiler's parser,
5013 # not just through cpp. "Syntax error" is here to catch this case.
5014 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5015 /* end confdefs.h. */
5016 #ifdef __STDC__
5017 # include <limits.h>
5018 #else
5019 # include <assert.h>
5020 #endif
5021 Syntax error
5022 _ACEOF
5023 if ac_fn_c_try_cpp "$LINENO"; then :
5024
5025 else
5026 # Broken: fails on valid input.
5027 continue
5028 fi
5029 rm -f conftest.err conftest.$ac_ext
5030
5031 # OK, works on sane cases. Now check whether nonexistent headers
5032 # can be detected and how.
5033 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5034 /* end confdefs.h. */
5035 #include <ac_nonexistent.h>
5036 _ACEOF
5037 if ac_fn_c_try_cpp "$LINENO"; then :
5038 # Broken: success on invalid input.
5039 continue
5040 else
5041 # Passes both tests.
5042 ac_preproc_ok=:
5043 break
5044 fi
5045 rm -f conftest.err conftest.$ac_ext
5046
5047 done
5048 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5049 rm -f conftest.err conftest.$ac_ext
5050 if $ac_preproc_ok; then :
5051
5052 else
5053 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5054 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5055 as_fn_error "C preprocessor \"$CPP\" fails sanity check
5056 See \`config.log' for more details." "$LINENO" 5; }
5057 fi
5058
5059 ac_ext=c
5060 ac_cpp='$CPP $CPPFLAGS'
5061 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5062 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5063 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5064
5065 # Find a good install program. We prefer a C program (faster),
5066 # so one script is as good as another. But avoid the broken or
5067 # incompatible versions:
5068 # SysV /etc/install, /usr/sbin/install
5069 # SunOS /usr/etc/install
5070 # IRIX /sbin/install
5071 # AIX /bin/install
5072 # AmigaOS /C/install, which installs bootblocks on floppy discs
5073 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
5074 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
5075 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
5076 # OS/2's system install, which has a completely different semantic
5077 # ./install, which can be erroneously created by make from ./install.sh.
5078 # Reject install programs that cannot install multiple files.
5079 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
5080 $as_echo_n "checking for a BSD-compatible install... " >&6; }
5081 if test -z "$INSTALL"; then
5082 if test "${ac_cv_path_install+set}" = set; then :
5083 $as_echo_n "(cached) " >&6
5084 else
5085 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5086 for as_dir in $PATH
5087 do
5088 IFS=$as_save_IFS
5089 test -z "$as_dir" && as_dir=.
5090 # Account for people who put trailing slashes in PATH elements.
5091 case $as_dir/ in #((
5092 ./ | .// | /[cC]/* | \
5093 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
5094 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
5095 /usr/ucb/* ) ;;
5096 *)
5097 # OSF1 and SCO ODT 3.0 have their own names for install.
5098 # Don't use installbsd from OSF since it installs stuff as root
5099 # by default.
5100 for ac_prog in ginstall scoinst install; do
5101 for ac_exec_ext in '' $ac_executable_extensions; do
5102 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
5103 if test $ac_prog = install &&
5104 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5105 # AIX install. It has an incompatible calling convention.
5106 :
5107 elif test $ac_prog = install &&
5108 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5109 # program-specific install script used by HP pwplus--don't use.
5110 :
5111 else
5112 rm -rf conftest.one conftest.two conftest.dir
5113 echo one > conftest.one
5114 echo two > conftest.two
5115 mkdir conftest.dir
5116 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
5117 test -s conftest.one && test -s conftest.two &&
5118 test -s conftest.dir/conftest.one &&
5119 test -s conftest.dir/conftest.two
5120 then
5121 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5122 break 3
5123 fi
5124 fi
5125 fi
5126 done
5127 done
5128 ;;
5129 esac
5130
5131 done
5132 IFS=$as_save_IFS
5133
5134 rm -rf conftest.one conftest.two conftest.dir
5135
5136 fi
5137 if test "${ac_cv_path_install+set}" = set; then
5138 INSTALL=$ac_cv_path_install
5139 else
5140 # As a last resort, use the slow shell script. Don't cache a
5141 # value for INSTALL within a source directory, because that will
5142 # break other packages using the cache if that directory is
5143 # removed, or if the value is a relative name.
5144 INSTALL=$ac_install_sh
5145 fi
5146 fi
5147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
5148 $as_echo "$INSTALL" >&6; }
5149
5150 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5151 # It thinks the first close brace ends the variable substitution.
5152 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5153
5154 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5155
5156 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5157
5158 if test "x$RANLIB" = x; then
5159 if test -n "$ac_tool_prefix"; then
5160 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5161 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5162 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5163 $as_echo_n "checking for $ac_word... " >&6; }
5164 if test "${ac_cv_prog_RANLIB+set}" = set; then :
5165 $as_echo_n "(cached) " >&6
5166 else
5167 if test -n "$RANLIB"; then
5168 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5169 else
5170 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5171 for as_dir in $PATH
5172 do
5173 IFS=$as_save_IFS
5174 test -z "$as_dir" && as_dir=.
5175 for ac_exec_ext in '' $ac_executable_extensions; do
5176 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5177 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5178 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5179 break 2
5180 fi
5181 done
5182 done
5183 IFS=$as_save_IFS
5184
5185 fi
5186 fi
5187 RANLIB=$ac_cv_prog_RANLIB
5188 if test -n "$RANLIB"; then
5189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5190 $as_echo "$RANLIB" >&6; }
5191 else
5192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5193 $as_echo "no" >&6; }
5194 fi
5195
5196
5197 fi
5198 if test -z "$ac_cv_prog_RANLIB"; then
5199 ac_ct_RANLIB=$RANLIB
5200 # Extract the first word of "ranlib", so it can be a program name with args.
5201 set dummy ranlib; ac_word=$2
5202 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5203 $as_echo_n "checking for $ac_word... " >&6; }
5204 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
5205 $as_echo_n "(cached) " >&6
5206 else
5207 if test -n "$ac_ct_RANLIB"; then
5208 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5209 else
5210 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5211 for as_dir in $PATH
5212 do
5213 IFS=$as_save_IFS
5214 test -z "$as_dir" && as_dir=.
5215 for ac_exec_ext in '' $ac_executable_extensions; do
5216 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5217 ac_cv_prog_ac_ct_RANLIB="ranlib"
5218 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5219 break 2
5220 fi
5221 done
5222 done
5223 IFS=$as_save_IFS
5224
5225 fi
5226 fi
5227 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5228 if test -n "$ac_ct_RANLIB"; then
5229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5230 $as_echo "$ac_ct_RANLIB" >&6; }
5231 else
5232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5233 $as_echo "no" >&6; }
5234 fi
5235
5236 if test "x$ac_ct_RANLIB" = x; then
5237 RANLIB=":"
5238 else
5239 case $cross_compiling:$ac_tool_warned in
5240 yes:)
5241 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5242 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5243 ac_tool_warned=yes ;;
5244 esac
5245 RANLIB=$ac_ct_RANLIB
5246 fi
5247 else
5248 RANLIB="$ac_cv_prog_RANLIB"
5249 fi
5250
5251 fi
5252
5253 ## Although we're running on an amd64 kernel, we're actually compiling for
5254 ## the x86 architecture. The user should probably have provided an
5255 ## explicit --build to `configure', but if everything else than the kernel
5256 ## is running in i386 mode, we can help them out.
5257 if test "$machine" = "amdx86-64"; then
5258 ac_fn_c_check_decl "$LINENO" "i386" "ac_cv_have_decl_i386" "$ac_includes_default"
5259 if test "x$ac_cv_have_decl_i386" = x""yes; then :
5260
5261 fi
5262
5263 if test "$ac_cv_have_decl_i386" = "yes"; then
5264 canonical=`echo "$canonical" | sed -e 's/^amd64/i386/' -e 's/^x86_64/i386/'`
5265 machine=intel386
5266 machfile="m/${machine}.h"
5267 fi
5268 fi
5269
5270 # Extract the first word of "install-info", so it can be a program name with args.
5271 set dummy install-info; ac_word=$2
5272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5273 $as_echo_n "checking for $ac_word... " >&6; }
5274 if test "${ac_cv_path_INSTALL_INFO+set}" = set; then :
5275 $as_echo_n "(cached) " >&6
5276 else
5277 case $INSTALL_INFO in
5278 [\\/]* | ?:[\\/]*)
5279 ac_cv_path_INSTALL_INFO="$INSTALL_INFO" # Let the user override the test with a path.
5280 ;;
5281 *)
5282 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5283 for as_dir in $PATH
5284 do
5285 IFS=$as_save_IFS
5286 test -z "$as_dir" && as_dir=.
5287 for ac_exec_ext in '' $ac_executable_extensions; do
5288 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5289 ac_cv_path_INSTALL_INFO="$as_dir/$ac_word$ac_exec_ext"
5290 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5291 break 2
5292 fi
5293 done
5294 done
5295 IFS=$as_save_IFS
5296
5297 ;;
5298 esac
5299 fi
5300 INSTALL_INFO=$ac_cv_path_INSTALL_INFO
5301 if test -n "$INSTALL_INFO"; then
5302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL_INFO" >&5
5303 $as_echo "$INSTALL_INFO" >&6; }
5304 else
5305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5306 $as_echo "no" >&6; }
5307 fi
5308
5309
5310 # Extract the first word of "install-info", so it can be a program name with args.
5311 set dummy install-info; ac_word=$2
5312 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5313 $as_echo_n "checking for $ac_word... " >&6; }
5314 if test "${ac_cv_path_INSTALL_INFO+set}" = set; then :
5315 $as_echo_n "(cached) " >&6
5316 else
5317 case $INSTALL_INFO in
5318 [\\/]* | ?:[\\/]*)
5319 ac_cv_path_INSTALL_INFO="$INSTALL_INFO" # Let the user override the test with a path.
5320 ;;
5321 *)
5322 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5323 for as_dir in /usr/sbin
5324 do
5325 IFS=$as_save_IFS
5326 test -z "$as_dir" && as_dir=.
5327 for ac_exec_ext in '' $ac_executable_extensions; do
5328 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5329 ac_cv_path_INSTALL_INFO="$as_dir/$ac_word$ac_exec_ext"
5330 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5331 break 2
5332 fi
5333 done
5334 done
5335 IFS=$as_save_IFS
5336
5337 ;;
5338 esac
5339 fi
5340 INSTALL_INFO=$ac_cv_path_INSTALL_INFO
5341 if test -n "$INSTALL_INFO"; then
5342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL_INFO" >&5
5343 $as_echo "$INSTALL_INFO" >&6; }
5344 else
5345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5346 $as_echo "no" >&6; }
5347 fi
5348
5349
5350 # Extract the first word of "install-info", so it can be a program name with args.
5351 set dummy install-info; ac_word=$2
5352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5353 $as_echo_n "checking for $ac_word... " >&6; }
5354 if test "${ac_cv_path_INSTALL_INFO+set}" = set; then :
5355 $as_echo_n "(cached) " >&6
5356 else
5357 case $INSTALL_INFO in
5358 [\\/]* | ?:[\\/]*)
5359 ac_cv_path_INSTALL_INFO="$INSTALL_INFO" # Let the user override the test with a path.
5360 ;;
5361 *)
5362 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5363 for as_dir in /sbin
5364 do
5365 IFS=$as_save_IFS
5366 test -z "$as_dir" && as_dir=.
5367 for ac_exec_ext in '' $ac_executable_extensions; do
5368 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5369 ac_cv_path_INSTALL_INFO="$as_dir/$ac_word$ac_exec_ext"
5370 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5371 break 2
5372 fi
5373 done
5374 done
5375 IFS=$as_save_IFS
5376
5377 test -z "$ac_cv_path_INSTALL_INFO" && ac_cv_path_INSTALL_INFO=":"
5378 ;;
5379 esac
5380 fi
5381 INSTALL_INFO=$ac_cv_path_INSTALL_INFO
5382 if test -n "$INSTALL_INFO"; then
5383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL_INFO" >&5
5384 $as_echo "$INSTALL_INFO" >&6; }
5385 else
5386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5387 $as_echo "no" >&6; }
5388 fi
5389
5390
5391 # Extract the first word of "gzip", so it can be a program name with args.
5392 set dummy gzip; ac_word=$2
5393 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5394 $as_echo_n "checking for $ac_word... " >&6; }
5395 if test "${ac_cv_path_GZIP_PROG+set}" = set; then :
5396 $as_echo_n "(cached) " >&6
5397 else
5398 case $GZIP_PROG in
5399 [\\/]* | ?:[\\/]*)
5400 ac_cv_path_GZIP_PROG="$GZIP_PROG" # Let the user override the test with a path.
5401 ;;
5402 *)
5403 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5404 for as_dir in $PATH
5405 do
5406 IFS=$as_save_IFS
5407 test -z "$as_dir" && as_dir=.
5408 for ac_exec_ext in '' $ac_executable_extensions; do
5409 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5410 ac_cv_path_GZIP_PROG="$as_dir/$ac_word$ac_exec_ext"
5411 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5412 break 2
5413 fi
5414 done
5415 done
5416 IFS=$as_save_IFS
5417
5418 ;;
5419 esac
5420 fi
5421 GZIP_PROG=$ac_cv_path_GZIP_PROG
5422 if test -n "$GZIP_PROG"; then
5423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GZIP_PROG" >&5
5424 $as_echo "$GZIP_PROG" >&6; }
5425 else
5426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5427 $as_echo "no" >&6; }
5428 fi
5429
5430
5431
5432
5433 ## Need makeinfo >= 4.6 (?) to build the manuals.
5434 # Extract the first word of "makeinfo", so it can be a program name with args.
5435 set dummy makeinfo; ac_word=$2
5436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5437 $as_echo_n "checking for $ac_word... " >&6; }
5438 if test "${ac_cv_path_MAKEINFO+set}" = set; then :
5439 $as_echo_n "(cached) " >&6
5440 else
5441 case $MAKEINFO in
5442 [\\/]* | ?:[\\/]*)
5443 ac_cv_path_MAKEINFO="$MAKEINFO" # Let the user override the test with a path.
5444 ;;
5445 *)
5446 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5447 for as_dir in $PATH
5448 do
5449 IFS=$as_save_IFS
5450 test -z "$as_dir" && as_dir=.
5451 for ac_exec_ext in '' $ac_executable_extensions; do
5452 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5453 ac_cv_path_MAKEINFO="$as_dir/$ac_word$ac_exec_ext"
5454 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5455 break 2
5456 fi
5457 done
5458 done
5459 IFS=$as_save_IFS
5460
5461 test -z "$ac_cv_path_MAKEINFO" && ac_cv_path_MAKEINFO="no"
5462 ;;
5463 esac
5464 fi
5465 MAKEINFO=$ac_cv_path_MAKEINFO
5466 if test -n "$MAKEINFO"; then
5467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKEINFO" >&5
5468 $as_echo "$MAKEINFO" >&6; }
5469 else
5470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5471 $as_echo "no" >&6; }
5472 fi
5473
5474
5475 if test "$MAKEINFO" != "no" && \
5476 test x"`$MAKEINFO --version 2> /dev/null | $EGREP 'texinfo[^0-9]*([1-4][0-9]+|[5-9]|4\.[6-9]|4\.[1-5][0-9]+)'`" = x; then
5477 MAKEINFO=no
5478 fi
5479
5480 ## Makeinfo is unusual. For a released Emacs, the manuals are
5481 ## pre-built, and not deleted by the normal clean rules. makeinfo is
5482 ## therefore in the category of "special tools" not normally required, which
5483 ## configure does not have to check for (eg autoconf itself).
5484 ## In a Bazaar checkout on the other hand, the manuals are not included.
5485 ## So makeinfo is a requirement to build from Bazaar, and configure
5486 ## should test for it as it does for any other build requirement.
5487 ## We use the presence of $srcdir/info/emacs to distinguish a release,
5488 ## with pre-built manuals, from a Bazaar checkout.
5489 if test "$MAKEINFO" = "no"; then
5490 if test "x${with_makeinfo}" = "xno"; then
5491 MAKEINFO=off
5492 elif test ! -e $srcdir/info/emacs; then
5493 as_fn_error "You do not seem to have makeinfo >= 4.6, and your
5494 source tree does not seem to have pre-built manuals in the \`info' directory.
5495 Either install a suitable version of makeinfo, or re-run configure
5496 with the \`--without-makeinfo' option to build without the manuals. " "$LINENO" 5
5497 fi
5498 fi
5499
5500
5501 if test x$GCC = xyes && test "x$GCC_LINK_TEST_OPTIONS" != x
5502 then
5503 ac_link="$ac_link $GCC_LINK_TEST_OPTIONS"
5504 fi
5505
5506 if test x$GCC = x && test "x$NON_GCC_LINK_TEST_OPTIONS" != x
5507 then
5508 ac_link="$ac_link $NON_GCC_LINK_TEST_OPTIONS"
5509 fi
5510
5511
5512 late_LDFLAGS=$LDFLAGS
5513 if test "$GCC" = yes; then
5514 LDFLAGS="$LDFLAGS -Wl,-znocombreloc"
5515 else
5516 LDFLAGS="$LDFLAGS -znocombreloc"
5517 fi
5518
5519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -znocombreloc" >&5
5520 $as_echo_n "checking for -znocombreloc... " >&6; }
5521 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5522 /* end confdefs.h. */
5523 main(){return 0;}
5524 _ACEOF
5525 if ac_fn_c_try_link "$LINENO"; then :
5526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5527 $as_echo "yes" >&6; }
5528 else
5529 LDFLAGS=$late_LDFLAGS
5530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5531 $as_echo "no" >&6; }
5532 fi
5533 rm -f core conftest.err conftest.$ac_objext \
5534 conftest$ac_exeext conftest.$ac_ext
5535
5536
5537 # The value of CPP is a quoted variable reference, so we need to do this
5538 # to get its actual value...
5539 CPP=`eval "echo $CPP"`
5540
5541
5542 CANNOT_DUMP=no
5543 case "$opsys" in
5544 your-opsys-here)
5545 CANNOT_DUMP=yes
5546
5547 $as_echo "#define CANNOT_DUMP 1" >>confdefs.h
5548
5549 ;;
5550 esac
5551
5552
5553
5554 UNEXEC_OBJ=unexelf.o
5555 case "$opsys" in
5556 # MSDOS uses unexcoff.o
5557 # MSWindows uses unexw32.o
5558 aix4-2)
5559 UNEXEC_OBJ=unexaix.o
5560 ;;
5561 cygwin)
5562 UNEXEC_OBJ=unexcw.o
5563 ;;
5564 darwin)
5565 UNEXEC_OBJ=unexmacosx.o
5566 ;;
5567 hpux10-20 | hpux11)
5568 UNEXEC_OBJ=unexhp9k800.o
5569 ;;
5570 sol2-10)
5571 # Use the Solaris dldump() function, called from unexsol.c, to dump
5572 # emacs, instead of the generic ELF dump code found in unexelf.c.
5573 # The resulting binary has a complete symbol table, and is better
5574 # for debugging and other observability tools (debuggers, pstack, etc).
5575 #
5576 # If you encounter a problem using dldump(), please consider sending
5577 # a message to the OpenSolaris tools-linking mailing list:
5578 # http://mail.opensolaris.org/mailman/listinfo/tools-linking
5579 #
5580 # It is likely that dldump() works with older Solaris too, but this has
5581 # not been tested, so for now this change is for Solaris 10 or newer.
5582 UNEXEC_OBJ=unexsol.o
5583 ;;
5584 esac
5585
5586 LD_SWITCH_SYSTEM=
5587 case "$opsys" in
5588 freebsd)
5589 ## Let `ld' find image libs and similar things in /usr/local/lib.
5590 ## The system compiler, GCC, has apparently been modified to not
5591 ## look there, contrary to what a stock GCC would do.
5592 LD_SWITCH_SYSTEM=-L/usr/local/lib
5593 ;;
5594
5595 gnu-linux)
5596 ## cpp test was "ifdef __mips__", but presumably this is equivalent...
5597 test "$machine" = "mips" && LD_SWITCH_SYSTEM="-G 0"
5598 ;;
5599
5600 netbsd)
5601 LD_SWITCH_SYSTEM="-Wl,-rpath,/usr/pkg/lib -L/usr/pkg/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib"
5602 ;;
5603
5604 openbsd)
5605 ## Han Boetes <han@mijncomputer.nl> says this is necessary,
5606 ## otherwise Emacs dumps core on elf systems.
5607 LD_SWITCH_SYSTEM="-Z"
5608 ;;
5609 esac
5610
5611
5612 ac_link="$ac_link $LD_SWITCH_SYSTEM"
5613
5614 ## This setting of LD_SWITCH_SYSTEM references LD_SWITCH_X_SITE_AUX,
5615 ## which has not been defined yet. When this was handled with cpp,
5616 ## it was expanded to null when configure sourced the s/*.h file.
5617 ## Thus LD_SWITCH_SYSTEM had different values in configure and the Makefiles.
5618 ## FIXME it would be cleaner to put this in LD_SWITCH_SYSTEM_TEMACS
5619 ## (or somesuch), but because it is supposed to go at the _front_
5620 ## of LD_SWITCH_SYSTEM, we cannot do that in exactly the same way.
5621 ## Compare with the gnu-linux case below, which added to the end
5622 ## of LD_SWITCH_SYSTEM, and so can instead go at the front of
5623 ## LD_SWITCH_SYSTEM_TEMACS.
5624 case "$opsys" in
5625 netbsd|openbsd)
5626 ## _AUX_RPATH is like _AUX, but uses -rpath instead of -R.
5627 LD_SWITCH_SYSTEM="\$(LD_SWITCH_X_SITE_AUX_RPATH) $LD_SWITCH_SYSTEM" ;;
5628 esac
5629
5630
5631 C_SWITCH_MACHINE=
5632 if test "$machine" = "alpha"; then
5633 ac_fn_c_check_decl "$LINENO" "__ELF__" "ac_cv_have_decl___ELF__" "$ac_includes_default"
5634 if test "x$ac_cv_have_decl___ELF__" = x""yes; then :
5635
5636 fi
5637
5638 if test "$ac_cv_have_decl___ELF__" = "yes"; then
5639 ## With ELF, make sure that all common symbols get allocated to in the
5640 ## data section. Otherwise, the dump of temacs may miss variables in
5641 ## the shared library that have been initialized. For example, with
5642 ## GNU libc, __malloc_initialized would normally be resolved to the
5643 ## shared library's .bss section, which is fatal.
5644 if test "x$GCC" = "xyes"; then
5645 C_SWITCH_MACHINE="-fno-common"
5646 else
5647 as_fn_error "What gives? Fix me if DEC Unix supports ELF now." "$LINENO" 5
5648 fi
5649 else
5650 UNEXEC_OBJ=unexalpha.o
5651 fi
5652 fi
5653
5654
5655
5656
5657 C_SWITCH_SYSTEM=
5658 ## Some programs in src produce warnings saying certain subprograms
5659 ## are too complex and need a MAXMEM value greater than 2000 for
5660 ## additional optimization. --nils@exp-math.uni-essen.de
5661 test "$opsys" = "aix4.2" && test "x$GCC" != "xyes" && \
5662 C_SWITCH_SYSTEM="-ma -qmaxmem=4000"
5663 ## gnu-linux might need -D_BSD_SOURCE on old libc5 systems.
5664 ## It is redundant in glibc2, since we define _GNU_SOURCE.
5665
5666
5667
5668 LIBS_SYSTEM=
5669 case "$opsys" in
5670 ## IBM's X11R5 uses -lIM and -liconv in AIX 3.2.2.
5671 aix4-2) LIBS_SYSTEM="-lrts -lIM -liconv" ;;
5672
5673 freebsd) LIBS_SYSTEM="-lutil" ;;
5674
5675 hpux*) LIBS_SYSTEM="-l:libdld.sl" ;;
5676
5677 sol2*) LIBS_SYSTEM="-lsocket -lnsl -lkstat" ;;
5678
5679 ## Motif needs -lgen.
5680 unixware) LIBS_SYSTEM="-lsocket -lnsl -lelf -lgen" ;;
5681 esac
5682
5683
5684
5685 ### Make sure subsequent tests use flags consistent with the build flags.
5686
5687 if test x"${OVERRIDE_CPPFLAGS}" != x; then
5688 CPPFLAGS="${OVERRIDE_CPPFLAGS}"
5689 else
5690 CPPFLAGS="$C_SWITCH_SYSTEM $C_SWITCH_MACHINE $CPPFLAGS"
5691 fi
5692
5693
5694
5695 # Check whether --enable-largefile was given.
5696 if test "${enable_largefile+set}" = set; then :
5697 enableval=$enable_largefile;
5698 fi
5699
5700 if test "$enable_largefile" != no; then
5701
5702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
5703 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
5704 if test "${ac_cv_sys_largefile_CC+set}" = set; then :
5705 $as_echo_n "(cached) " >&6
5706 else
5707 ac_cv_sys_largefile_CC=no
5708 if test "$GCC" != yes; then
5709 ac_save_CC=$CC
5710 while :; do
5711 # IRIX 6.2 and later do not support large files by default,
5712 # so use the C compiler's -n32 option if that helps.
5713 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5714 /* end confdefs.h. */
5715 #include <sys/types.h>
5716 /* Check that off_t can represent 2**63 - 1 correctly.
5717 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5718 since some C++ compilers masquerading as C compilers
5719 incorrectly reject 9223372036854775807. */
5720 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5721 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5722 && LARGE_OFF_T % 2147483647 == 1)
5723 ? 1 : -1];
5724 int
5725 main ()
5726 {
5727
5728 ;
5729 return 0;
5730 }
5731 _ACEOF
5732 if ac_fn_c_try_compile "$LINENO"; then :
5733 break
5734 fi
5735 rm -f core conftest.err conftest.$ac_objext
5736 CC="$CC -n32"
5737 if ac_fn_c_try_compile "$LINENO"; then :
5738 ac_cv_sys_largefile_CC=' -n32'; break
5739 fi
5740 rm -f core conftest.err conftest.$ac_objext
5741 break
5742 done
5743 CC=$ac_save_CC
5744 rm -f conftest.$ac_ext
5745 fi
5746 fi
5747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
5748 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
5749 if test "$ac_cv_sys_largefile_CC" != no; then
5750 CC=$CC$ac_cv_sys_largefile_CC
5751 fi
5752
5753 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5754 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
5755 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
5756 $as_echo_n "(cached) " >&6
5757 else
5758 while :; do
5759 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5760 /* end confdefs.h. */
5761 #include <sys/types.h>
5762 /* Check that off_t can represent 2**63 - 1 correctly.
5763 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5764 since some C++ compilers masquerading as C compilers
5765 incorrectly reject 9223372036854775807. */
5766 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5767 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5768 && LARGE_OFF_T % 2147483647 == 1)
5769 ? 1 : -1];
5770 int
5771 main ()
5772 {
5773
5774 ;
5775 return 0;
5776 }
5777 _ACEOF
5778 if ac_fn_c_try_compile "$LINENO"; then :
5779 ac_cv_sys_file_offset_bits=no; break
5780 fi
5781 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5782 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5783 /* end confdefs.h. */
5784 #define _FILE_OFFSET_BITS 64
5785 #include <sys/types.h>
5786 /* Check that off_t can represent 2**63 - 1 correctly.
5787 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5788 since some C++ compilers masquerading as C compilers
5789 incorrectly reject 9223372036854775807. */
5790 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5791 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5792 && LARGE_OFF_T % 2147483647 == 1)
5793 ? 1 : -1];
5794 int
5795 main ()
5796 {
5797
5798 ;
5799 return 0;
5800 }
5801 _ACEOF
5802 if ac_fn_c_try_compile "$LINENO"; then :
5803 ac_cv_sys_file_offset_bits=64; break
5804 fi
5805 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5806 ac_cv_sys_file_offset_bits=unknown
5807 break
5808 done
5809 fi
5810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
5811 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
5812 case $ac_cv_sys_file_offset_bits in #(
5813 no | unknown) ;;
5814 *)
5815 cat >>confdefs.h <<_ACEOF
5816 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
5817 _ACEOF
5818 ;;
5819 esac
5820 rm -rf conftest*
5821 if test $ac_cv_sys_file_offset_bits = unknown; then
5822 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
5823 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
5824 if test "${ac_cv_sys_large_files+set}" = set; then :
5825 $as_echo_n "(cached) " >&6
5826 else
5827 while :; do
5828 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5829 /* end confdefs.h. */
5830 #include <sys/types.h>
5831 /* Check that off_t can represent 2**63 - 1 correctly.
5832 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5833 since some C++ compilers masquerading as C compilers
5834 incorrectly reject 9223372036854775807. */
5835 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5836 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5837 && LARGE_OFF_T % 2147483647 == 1)
5838 ? 1 : -1];
5839 int
5840 main ()
5841 {
5842
5843 ;
5844 return 0;
5845 }
5846 _ACEOF
5847 if ac_fn_c_try_compile "$LINENO"; then :
5848 ac_cv_sys_large_files=no; break
5849 fi
5850 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5851 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5852 /* end confdefs.h. */
5853 #define _LARGE_FILES 1
5854 #include <sys/types.h>
5855 /* Check that off_t can represent 2**63 - 1 correctly.
5856 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5857 since some C++ compilers masquerading as C compilers
5858 incorrectly reject 9223372036854775807. */
5859 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5860 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5861 && LARGE_OFF_T % 2147483647 == 1)
5862 ? 1 : -1];
5863 int
5864 main ()
5865 {
5866
5867 ;
5868 return 0;
5869 }
5870 _ACEOF
5871 if ac_fn_c_try_compile "$LINENO"; then :
5872 ac_cv_sys_large_files=1; break
5873 fi
5874 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5875 ac_cv_sys_large_files=unknown
5876 break
5877 done
5878 fi
5879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
5880 $as_echo "$ac_cv_sys_large_files" >&6; }
5881 case $ac_cv_sys_large_files in #(
5882 no | unknown) ;;
5883 *)
5884 cat >>confdefs.h <<_ACEOF
5885 #define _LARGE_FILES $ac_cv_sys_large_files
5886 _ACEOF
5887 ;;
5888 esac
5889 rm -rf conftest*
5890 fi
5891 fi
5892
5893
5894
5895 ## If user specified a crt-dir, use that unconditionally.
5896 if test "X$CRT_DIR" = "X"; then
5897
5898 case "$canonical" in
5899 x86_64-*-linux-gnu* | s390x-*-linux-gnu*)
5900 ## On x86-64 and s390x GNU/Linux distributions, the standard library
5901 ## can be in a variety of places. We only try /usr/lib64 and /usr/lib.
5902 ## For anything else (eg /usr/lib32), it is up the user to specify
5903 ## the location (bug#5655).
5904 ## Test for crtn.o, not just the directory, because sometimes the
5905 ## directory exists but does not have the relevant files (bug#1287).
5906 ## FIXME better to test for binary compatibility somehow.
5907 test -e /usr/lib64/crtn.o && CRT_DIR=/usr/lib64
5908 ;;
5909
5910 powerpc64-*-linux-gnu* | sparc64-*-linux-gnu*) CRT_DIR=/usr/lib64 ;;
5911 esac
5912
5913 case "$opsys" in
5914 hpux10-20) CRT_DIR=/lib ;;
5915 esac
5916
5917 ## Default is /usr/lib.
5918 test "X$CRT_DIR" = "X" && CRT_DIR=/usr/lib
5919
5920 else
5921
5922 ## Some platforms don't use any of these files, so it is not
5923 ## appropriate to put this test outside the if block.
5924 test -e $CRT_DIR/crtn.o || test -e $CRT_DIR/crt0.o || \
5925 as_fn_error "crt*.o not found in specified location." "$LINENO" 5
5926
5927 fi
5928
5929
5930
5931 LIB_MATH=-lm
5932 LIB_STANDARD=
5933 START_FILES=
5934
5935 case $opsys in
5936 cygwin )
5937 LIB_MATH=
5938 START_FILES='pre-crt0.o'
5939 ;;
5940 darwin )
5941 ## Adding -lm confuses the dynamic linker, so omit it.
5942 LIB_MATH=
5943 START_FILES='pre-crt0.o'
5944 ;;
5945 freebsd )
5946 LIB_STANDARD='-lgcc -lc -lgcc $(CRT_DIR)/crtend.o $(CRT_DIR)/crtn.o'
5947 START_FILES='pre-crt0.o $(CRT_DIR)/crt1.o $(CRT_DIR)/crti.o $(CRT_DIR)/crtbegin.o'
5948 ;;
5949 gnu-linux | gnu-kfreebsd )
5950 LIB_STANDARD='-lgcc -lc -lgcc $(CRT_DIR)/crtn.o'
5951 START_FILES='pre-crt0.o $(CRT_DIR)/crt1.o $(CRT_DIR)/crti.o'
5952 ;;
5953 hpux10-20 | hpux11 )
5954 LIB_STANDARD=-lc
5955 START_FILES='pre-crt0.o $(CRT_DIR)/crt0.o'
5956 ;;
5957 netbsd | openbsd )
5958 if test -f $CRT_DIR/crti.o; then
5959 LIB_STANDARD='-lgcc -lc -lgcc $(CRT_DIR)/crtend.o $(CRT_DIR)/crtn.o'
5960 START_FILES='pre-crt0.o $(CRT_DIR)/crt0.o $(CRT_DIR)/crti.o $(CRT_DIR)/crtbegin.o'
5961 else
5962 LIB_STANDARD='-lgcc -lc -lgcc $(CRT_DIR)/crtend.o'
5963 START_FILES='pre-crt0.o $(CRT_DIR)/crt0.o $(CRT_DIR)/crtbegin.o'
5964 fi
5965 ;;
5966 esac
5967
5968
5969
5970
5971
5972
5973
5974 if test "${with_sound}" != "no"; then
5975 # Sound support for GNU/Linux and the free BSDs.
5976 for ac_header in machine/soundcard.h sys/soundcard.h soundcard.h
5977 do :
5978 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5979 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
5980 eval as_val=\$$as_ac_Header
5981 if test "x$as_val" = x""yes; then :
5982 cat >>confdefs.h <<_ACEOF
5983 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5984 _ACEOF
5985 have_sound_header=yes
5986 fi
5987
5988 done
5989
5990 # Emulation library used on NetBSD.
5991 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
5992 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5993 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then :
5994 $as_echo_n "(cached) " >&6
5995 else
5996 ac_check_lib_save_LIBS=$LIBS
5997 LIBS="-lossaudio $LIBS"
5998 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5999 /* end confdefs.h. */
6000
6001 /* Override any GCC internal prototype to avoid an error.
6002 Use char because int might match the return type of a GCC
6003 builtin and then its argument prototype would still apply. */
6004 #ifdef __cplusplus
6005 extern "C"
6006 #endif
6007 char _oss_ioctl ();
6008 int
6009 main ()
6010 {
6011 return _oss_ioctl ();
6012 ;
6013 return 0;
6014 }
6015 _ACEOF
6016 if ac_fn_c_try_link "$LINENO"; then :
6017 ac_cv_lib_ossaudio__oss_ioctl=yes
6018 else
6019 ac_cv_lib_ossaudio__oss_ioctl=no
6020 fi
6021 rm -f core conftest.err conftest.$ac_objext \
6022 conftest$ac_exeext conftest.$ac_ext
6023 LIBS=$ac_check_lib_save_LIBS
6024 fi
6025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6026 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6027 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then :
6028 LIBSOUND=-lossaudio
6029 else
6030 LIBSOUND=
6031 fi
6032
6033
6034
6035 ALSA_REQUIRED=1.0.0
6036 ALSA_MODULES="alsa >= $ALSA_REQUIRED"
6037
6038 succeeded=no
6039
6040 # Extract the first word of "pkg-config", so it can be a program name with args.
6041 set dummy pkg-config; ac_word=$2
6042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6043 $as_echo_n "checking for $ac_word... " >&6; }
6044 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
6045 $as_echo_n "(cached) " >&6
6046 else
6047 case $PKG_CONFIG in
6048 [\\/]* | ?:[\\/]*)
6049 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
6050 ;;
6051 *)
6052 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6053 for as_dir in $PATH
6054 do
6055 IFS=$as_save_IFS
6056 test -z "$as_dir" && as_dir=.
6057 for ac_exec_ext in '' $ac_executable_extensions; do
6058 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6059 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
6060 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6061 break 2
6062 fi
6063 done
6064 done
6065 IFS=$as_save_IFS
6066
6067 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
6068 ;;
6069 esac
6070 fi
6071 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
6072 if test -n "$PKG_CONFIG"; then
6073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
6074 $as_echo "$PKG_CONFIG" >&6; }
6075 else
6076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6077 $as_echo "no" >&6; }
6078 fi
6079
6080
6081
6082 if test "$PKG_CONFIG" = "no" ; then
6083 HAVE_ALSA=no
6084 else
6085 PKG_CONFIG_MIN_VERSION=0.9.0
6086 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
6087 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ALSA_MODULES" >&5
6088 $as_echo_n "checking for $ALSA_MODULES... " >&6; }
6089
6090 if $PKG_CONFIG --exists "$ALSA_MODULES" 2>&5; then
6091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6092 $as_echo "yes" >&6; }
6093 succeeded=yes
6094
6095 { $as_echo "$as_me:${as_lineno-$LINENO}: checking ALSA_CFLAGS" >&5
6096 $as_echo_n "checking ALSA_CFLAGS... " >&6; }
6097 ALSA_CFLAGS=`$PKG_CONFIG --cflags "$ALSA_MODULES"|sed -e 's,///*,/,g'`
6098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ALSA_CFLAGS" >&5
6099 $as_echo "$ALSA_CFLAGS" >&6; }
6100
6101 { $as_echo "$as_me:${as_lineno-$LINENO}: checking ALSA_LIBS" >&5
6102 $as_echo_n "checking ALSA_LIBS... " >&6; }
6103 ALSA_LIBS=`$PKG_CONFIG --libs "$ALSA_MODULES"|sed -e 's,///*,/,g'`
6104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ALSA_LIBS" >&5
6105 $as_echo "$ALSA_LIBS" >&6; }
6106 else
6107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6108 $as_echo "no" >&6; }
6109 ALSA_CFLAGS=""
6110 ALSA_LIBS=""
6111 ## If we have a custom action on failure, don't print errors, but
6112 ## do set a variable so people can do so.
6113 ALSA_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$ALSA_MODULES"`
6114
6115 fi
6116
6117
6118
6119 else
6120 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
6121 echo "*** See http://www.freedesktop.org/software/pkgconfig"
6122 fi
6123 fi
6124
6125 if test $succeeded = yes; then
6126 HAVE_ALSA=yes
6127 else
6128 HAVE_ALSA=no
6129 fi
6130
6131 if test $HAVE_ALSA = yes; then
6132 SAVE_CFLAGS="$CFLAGS"
6133 SAVE_LDFLAGS="$LDFLAGS"
6134 CFLAGS="$ALSA_CFLAGS $CFLAGS"
6135 LDFLAGS="$ALSA_LIBS $LDFLAGS"
6136 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6137 /* end confdefs.h. */
6138 #include <asoundlib.h>
6139 int
6140 main ()
6141 {
6142 snd_lib_error_set_handler (0);
6143 ;
6144 return 0;
6145 }
6146 _ACEOF
6147 if ac_fn_c_try_compile "$LINENO"; then :
6148 emacs_alsa_normal=yes
6149 else
6150 emacs_alsa_normal=no
6151 fi
6152 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6153 if test "$emacs_alsa_normal" != yes; then
6154 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6155 /* end confdefs.h. */
6156 #include <alsa/asoundlib.h>
6157 int
6158 main ()
6159 {
6160 snd_lib_error_set_handler (0);
6161 ;
6162 return 0;
6163 }
6164 _ACEOF
6165 if ac_fn_c_try_compile "$LINENO"; then :
6166 emacs_alsa_subdir=yes
6167 else
6168 emacs_alsa_subdir=no
6169 fi
6170 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6171 if test "$emacs_alsa_subdir" != yes; then
6172 as_fn_error "pkg-config found alsa, but it does not compile. See config.log for error messages." "$LINENO" 5
6173 fi
6174 ALSA_CFLAGS="$ALSA_CFLAGS -DALSA_SUBDIR_INCLUDE"
6175 fi
6176
6177 CFLAGS="$SAVE_CFLAGS"
6178 LDFLAGS="$SAVE_LDFLAGS"
6179 LIBSOUND="$LIBSOUND $ALSA_LIBS"
6180 CFLAGS_SOUND="$CFLAGS_SOUND $ALSA_CFLAGS"
6181
6182 $as_echo "#define HAVE_ALSA 1" >>confdefs.h
6183
6184 fi
6185
6186 if test x$have_sound_header = xyes || test $HAVE_ALSA = yes; then
6187 case "$opsys" in
6188 gnu-linux|freebsd|netbsd)
6189
6190 $as_echo "#define HAVE_SOUND 1" >>confdefs.h
6191
6192 ;;
6193 esac
6194 fi
6195
6196
6197 fi
6198
6199 for ac_header in sys/select.h sys/timeb.h sys/time.h unistd.h utime.h \
6200 linux/version.h sys/systeminfo.h termios.h limits.h string.h stdlib.h \
6201 stdio_ext.h fcntl.h strings.h coff.h pty.h sys/mman.h \
6202 sys/param.h sys/vlimit.h sys/resource.h locale.h sys/_mbstate_t.h \
6203 sys/utsname.h pwd.h utmp.h dirent.h util.h
6204 do :
6205 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6206 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
6207 eval as_val=\$$as_ac_Header
6208 if test "x$as_val" = x""yes; then :
6209 cat >>confdefs.h <<_ACEOF
6210 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6211 _ACEOF
6212
6213 fi
6214
6215 done
6216
6217
6218 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if personality LINUX32 can be set" >&5
6219 $as_echo_n "checking if personality LINUX32 can be set... " >&6; }
6220 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6221 /* end confdefs.h. */
6222 #include <sys/personality.h>
6223 int
6224 main ()
6225 {
6226 personality (PER_LINUX32)
6227 ;
6228 return 0;
6229 }
6230 _ACEOF
6231 if ac_fn_c_try_compile "$LINENO"; then :
6232 emacs_cv_personality_linux32=yes
6233 else
6234 emacs_cv_personality_linux32=no
6235 fi
6236 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_personality_linux32" >&5
6238 $as_echo "$emacs_cv_personality_linux32" >&6; }
6239
6240 if test $emacs_cv_personality_linux32 = yes; then
6241
6242 $as_echo "#define HAVE_PERSONALITY_LINUX32 1" >>confdefs.h
6243
6244 fi
6245
6246 for ac_header in term.h
6247 do :
6248 ac_fn_c_check_header_preproc "$LINENO" "term.h" "ac_cv_header_term_h"
6249 if test "x$ac_cv_header_term_h" = x""yes; then :
6250 cat >>confdefs.h <<_ACEOF
6251 #define HAVE_TERM_H 1
6252 _ACEOF
6253
6254 fi
6255
6256 done
6257
6258 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6259 $as_echo_n "checking for ANSI C header files... " >&6; }
6260 if test "${ac_cv_header_stdc+set}" = set; then :
6261 $as_echo_n "(cached) " >&6
6262 else
6263 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6264 /* end confdefs.h. */
6265 #include <stdlib.h>
6266 #include <stdarg.h>
6267 #include <string.h>
6268 #include <float.h>
6269
6270 int
6271 main ()
6272 {
6273
6274 ;
6275 return 0;
6276 }
6277 _ACEOF
6278 if ac_fn_c_try_compile "$LINENO"; then :
6279 ac_cv_header_stdc=yes
6280 else
6281 ac_cv_header_stdc=no
6282 fi
6283 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6284
6285 if test $ac_cv_header_stdc = yes; then
6286 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6287 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6288 /* end confdefs.h. */
6289 #include <string.h>
6290
6291 _ACEOF
6292 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6293 $EGREP "memchr" >/dev/null 2>&1; then :
6294
6295 else
6296 ac_cv_header_stdc=no
6297 fi
6298 rm -f conftest*
6299
6300 fi
6301
6302 if test $ac_cv_header_stdc = yes; then
6303 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6304 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6305 /* end confdefs.h. */
6306 #include <stdlib.h>
6307
6308 _ACEOF
6309 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6310 $EGREP "free" >/dev/null 2>&1; then :
6311
6312 else
6313 ac_cv_header_stdc=no
6314 fi
6315 rm -f conftest*
6316
6317 fi
6318
6319 if test $ac_cv_header_stdc = yes; then
6320 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6321 if test "$cross_compiling" = yes; then :
6322 :
6323 else
6324 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6325 /* end confdefs.h. */
6326 #include <ctype.h>
6327 #include <stdlib.h>
6328 #if ((' ' & 0x0FF) == 0x020)
6329 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6330 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6331 #else
6332 # define ISLOWER(c) \
6333 (('a' <= (c) && (c) <= 'i') \
6334 || ('j' <= (c) && (c) <= 'r') \
6335 || ('s' <= (c) && (c) <= 'z'))
6336 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6337 #endif
6338
6339 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6340 int
6341 main ()
6342 {
6343 int i;
6344 for (i = 0; i < 256; i++)
6345 if (XOR (islower (i), ISLOWER (i))
6346 || toupper (i) != TOUPPER (i))
6347 return 2;
6348 return 0;
6349 }
6350 _ACEOF
6351 if ac_fn_c_try_run "$LINENO"; then :
6352
6353 else
6354 ac_cv_header_stdc=no
6355 fi
6356 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6357 conftest.$ac_objext conftest.beam conftest.$ac_ext
6358 fi
6359
6360 fi
6361 fi
6362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
6363 $as_echo "$ac_cv_header_stdc" >&6; }
6364 if test $ac_cv_header_stdc = yes; then
6365
6366 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
6367
6368 fi
6369
6370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5
6371 $as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; }
6372 if test "${ac_cv_header_time+set}" = set; then :
6373 $as_echo_n "(cached) " >&6
6374 else
6375 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6376 /* end confdefs.h. */
6377 #include <sys/types.h>
6378 #include <sys/time.h>
6379 #include <time.h>
6380
6381 int
6382 main ()
6383 {
6384 if ((struct tm *) 0)
6385 return 0;
6386 ;
6387 return 0;
6388 }
6389 _ACEOF
6390 if ac_fn_c_try_compile "$LINENO"; then :
6391 ac_cv_header_time=yes
6392 else
6393 ac_cv_header_time=no
6394 fi
6395 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6396 fi
6397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_time" >&5
6398 $as_echo "$ac_cv_header_time" >&6; }
6399 if test $ac_cv_header_time = yes; then
6400
6401 $as_echo "#define TIME_WITH_SYS_TIME 1" >>confdefs.h
6402
6403 fi
6404
6405 ac_fn_c_check_decl "$LINENO" "sys_siglist" "ac_cv_have_decl_sys_siglist" "$ac_includes_default"
6406 if test "x$ac_cv_have_decl_sys_siglist" = x""yes; then :
6407 ac_have_decl=1
6408 else
6409 ac_have_decl=0
6410 fi
6411
6412 cat >>confdefs.h <<_ACEOF
6413 #define HAVE_DECL_SYS_SIGLIST $ac_have_decl
6414 _ACEOF
6415
6416 if test $ac_cv_have_decl_sys_siglist != yes; then
6417 # For Tru64, at least:
6418 ac_fn_c_check_decl "$LINENO" "__sys_siglist" "ac_cv_have_decl___sys_siglist" "$ac_includes_default"
6419 if test "x$ac_cv_have_decl___sys_siglist" = x""yes; then :
6420 ac_have_decl=1
6421 else
6422 ac_have_decl=0
6423 fi
6424
6425 cat >>confdefs.h <<_ACEOF
6426 #define HAVE_DECL___SYS_SIGLIST $ac_have_decl
6427 _ACEOF
6428
6429 if test $ac_cv_have_decl___sys_siglist = yes; then
6430
6431 $as_echo "#define sys_siglist __sys_siglist" >>confdefs.h
6432
6433 fi
6434 fi
6435 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5
6436 $as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; }
6437 if test "${ac_cv_header_sys_wait_h+set}" = set; then :
6438 $as_echo_n "(cached) " >&6
6439 else
6440 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6441 /* end confdefs.h. */
6442 #include <sys/types.h>
6443 #include <sys/wait.h>
6444 #ifndef WEXITSTATUS
6445 # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
6446 #endif
6447 #ifndef WIFEXITED
6448 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
6449 #endif
6450
6451 int
6452 main ()
6453 {
6454 int s;
6455 wait (&s);
6456 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
6457 ;
6458 return 0;
6459 }
6460 _ACEOF
6461 if ac_fn_c_try_compile "$LINENO"; then :
6462 ac_cv_header_sys_wait_h=yes
6463 else
6464 ac_cv_header_sys_wait_h=no
6465 fi
6466 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6467 fi
6468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_wait_h" >&5
6469 $as_echo "$ac_cv_header_sys_wait_h" >&6; }
6470 if test $ac_cv_header_sys_wait_h = yes; then
6471
6472 $as_echo "#define HAVE_SYS_WAIT_H 1" >>confdefs.h
6473
6474 fi
6475
6476
6477 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct utimbuf" >&5
6478 $as_echo_n "checking for struct utimbuf... " >&6; }
6479 if test "${emacs_cv_struct_utimbuf+set}" = set; then :
6480 $as_echo_n "(cached) " >&6
6481 else
6482 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6483 /* end confdefs.h. */
6484 #ifdef TIME_WITH_SYS_TIME
6485 #include <sys/time.h>
6486 #include <time.h>
6487 #else
6488 #ifdef HAVE_SYS_TIME_H
6489 #include <sys/time.h>
6490 #else
6491 #include <time.h>
6492 #endif
6493 #endif
6494 #ifdef HAVE_UTIME_H
6495 #include <utime.h>
6496 #endif
6497 int
6498 main ()
6499 {
6500 static struct utimbuf x; x.actime = x.modtime;
6501 ;
6502 return 0;
6503 }
6504 _ACEOF
6505 if ac_fn_c_try_compile "$LINENO"; then :
6506 emacs_cv_struct_utimbuf=yes
6507 else
6508 emacs_cv_struct_utimbuf=no
6509 fi
6510 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6511 fi
6512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_struct_utimbuf" >&5
6513 $as_echo "$emacs_cv_struct_utimbuf" >&6; }
6514 if test $emacs_cv_struct_utimbuf = yes; then
6515
6516 $as_echo "#define HAVE_STRUCT_UTIMBUF 1" >>confdefs.h
6517
6518 fi
6519
6520 { $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
6521 $as_echo_n "checking return type of signal handlers... " >&6; }
6522 if test "${ac_cv_type_signal+set}" = set; then :
6523 $as_echo_n "(cached) " >&6
6524 else
6525 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6526 /* end confdefs.h. */
6527 #include <sys/types.h>
6528 #include <signal.h>
6529
6530 int
6531 main ()
6532 {
6533 return *(signal (0, 0)) (0) == 1;
6534 ;
6535 return 0;
6536 }
6537 _ACEOF
6538 if ac_fn_c_try_compile "$LINENO"; then :
6539 ac_cv_type_signal=int
6540 else
6541 ac_cv_type_signal=void
6542 fi
6543 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6544 fi
6545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
6546 $as_echo "$ac_cv_type_signal" >&6; }
6547
6548 cat >>confdefs.h <<_ACEOF
6549 #define RETSIGTYPE $ac_cv_type_signal
6550 _ACEOF
6551
6552
6553
6554 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for speed_t" >&5
6555 $as_echo_n "checking for speed_t... " >&6; }
6556 if test "${emacs_cv_speed_t+set}" = set; then :
6557 $as_echo_n "(cached) " >&6
6558 else
6559 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6560 /* end confdefs.h. */
6561 #include <termios.h>
6562 int
6563 main ()
6564 {
6565 speed_t x = 1;
6566 ;
6567 return 0;
6568 }
6569 _ACEOF
6570 if ac_fn_c_try_compile "$LINENO"; then :
6571 emacs_cv_speed_t=yes
6572 else
6573 emacs_cv_speed_t=no
6574 fi
6575 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6576 fi
6577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_speed_t" >&5
6578 $as_echo "$emacs_cv_speed_t" >&6; }
6579 if test $emacs_cv_speed_t = yes; then
6580
6581 $as_echo "#define HAVE_SPEED_T 1" >>confdefs.h
6582
6583 fi
6584
6585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timeval" >&5
6586 $as_echo_n "checking for struct timeval... " >&6; }
6587 if test "${emacs_cv_struct_timeval+set}" = set; then :
6588 $as_echo_n "(cached) " >&6
6589 else
6590 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6591 /* end confdefs.h. */
6592 #ifdef TIME_WITH_SYS_TIME
6593 #include <sys/time.h>
6594 #include <time.h>
6595 #else
6596 #ifdef HAVE_SYS_TIME_H
6597 #include <sys/time.h>
6598 #else
6599 #include <time.h>
6600 #endif
6601 #endif
6602 int
6603 main ()
6604 {
6605 static struct timeval x; x.tv_sec = x.tv_usec;
6606 ;
6607 return 0;
6608 }
6609 _ACEOF
6610 if ac_fn_c_try_compile "$LINENO"; then :
6611 emacs_cv_struct_timeval=yes
6612 else
6613 emacs_cv_struct_timeval=no
6614 fi
6615 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6616 fi
6617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_struct_timeval" >&5
6618 $as_echo "$emacs_cv_struct_timeval" >&6; }
6619 HAVE_TIMEVAL=$emacs_cv_struct_timeval
6620 if test $emacs_cv_struct_timeval = yes; then
6621
6622 $as_echo "#define HAVE_TIMEVAL 1" >>confdefs.h
6623
6624 fi
6625
6626 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct exception" >&5
6627 $as_echo_n "checking for struct exception... " >&6; }
6628 if test "${emacs_cv_struct_exception+set}" = set; then :
6629 $as_echo_n "(cached) " >&6
6630 else
6631 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6632 /* end confdefs.h. */
6633 #include <math.h>
6634 int
6635 main ()
6636 {
6637 static struct exception x; x.arg1 = x.arg2 = x.retval; x.name = ""; x.type = 1;
6638 ;
6639 return 0;
6640 }
6641 _ACEOF
6642 if ac_fn_c_try_compile "$LINENO"; then :
6643 emacs_cv_struct_exception=yes
6644 else
6645 emacs_cv_struct_exception=no
6646 fi
6647 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6648 fi
6649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_struct_exception" >&5
6650 $as_echo "$emacs_cv_struct_exception" >&6; }
6651 HAVE_EXCEPTION=$emacs_cv_struct_exception
6652 if test $emacs_cv_struct_exception != yes; then
6653
6654 $as_echo "#define NO_MATHERR 1" >>confdefs.h
6655
6656 fi
6657
6658 for ac_header in sys/socket.h
6659 do :
6660 ac_fn_c_check_header_mongrel "$LINENO" "sys/socket.h" "ac_cv_header_sys_socket_h" "$ac_includes_default"
6661 if test "x$ac_cv_header_sys_socket_h" = x""yes; then :
6662 cat >>confdefs.h <<_ACEOF
6663 #define HAVE_SYS_SOCKET_H 1
6664 _ACEOF
6665
6666 fi
6667
6668 done
6669
6670 for ac_header in net/if.h
6671 do :
6672 ac_fn_c_check_header_compile "$LINENO" "net/if.h" "ac_cv_header_net_if_h" "$ac_includes_default
6673 #if HAVE_SYS_SOCKET_H
6674 #include <sys/socket.h>
6675 #endif
6676 "
6677 if test "x$ac_cv_header_net_if_h" = x""yes; then :
6678 cat >>confdefs.h <<_ACEOF
6679 #define HAVE_NET_IF_H 1
6680 _ACEOF
6681
6682 fi
6683
6684 done
6685
6686
6687 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct tm is in sys/time.h or time.h" >&5
6688 $as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; }
6689 if test "${ac_cv_struct_tm+set}" = set; then :
6690 $as_echo_n "(cached) " >&6
6691 else
6692 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6693 /* end confdefs.h. */
6694 #include <sys/types.h>
6695 #include <time.h>
6696
6697 int
6698 main ()
6699 {
6700 struct tm tm;
6701 int *p = &tm.tm_sec;
6702 return !p;
6703 ;
6704 return 0;
6705 }
6706 _ACEOF
6707 if ac_fn_c_try_compile "$LINENO"; then :
6708 ac_cv_struct_tm=time.h
6709 else
6710 ac_cv_struct_tm=sys/time.h
6711 fi
6712 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6713 fi
6714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_struct_tm" >&5
6715 $as_echo "$ac_cv_struct_tm" >&6; }
6716 if test $ac_cv_struct_tm = sys/time.h; then
6717
6718 $as_echo "#define TM_IN_SYS_TIME 1" >>confdefs.h
6719
6720 fi
6721
6722 ac_fn_c_check_member "$LINENO" "struct tm" "tm_zone" "ac_cv_member_struct_tm_tm_zone" "#include <sys/types.h>
6723 #include <$ac_cv_struct_tm>
6724
6725 "
6726 if test "x$ac_cv_member_struct_tm_tm_zone" = x""yes; then :
6727
6728 cat >>confdefs.h <<_ACEOF
6729 #define HAVE_STRUCT_TM_TM_ZONE 1
6730 _ACEOF
6731
6732
6733 fi
6734
6735 if test "$ac_cv_member_struct_tm_tm_zone" = yes; then
6736
6737 $as_echo "#define HAVE_TM_ZONE 1" >>confdefs.h
6738
6739 else
6740 ac_fn_c_check_decl "$LINENO" "tzname" "ac_cv_have_decl_tzname" "#include <time.h>
6741 "
6742 if test "x$ac_cv_have_decl_tzname" = x""yes; then :
6743 ac_have_decl=1
6744 else
6745 ac_have_decl=0
6746 fi
6747
6748 cat >>confdefs.h <<_ACEOF
6749 #define HAVE_DECL_TZNAME $ac_have_decl
6750 _ACEOF
6751
6752 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tzname" >&5
6753 $as_echo_n "checking for tzname... " >&6; }
6754 if test "${ac_cv_var_tzname+set}" = set; then :
6755 $as_echo_n "(cached) " >&6
6756 else
6757 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6758 /* end confdefs.h. */
6759 #include <time.h>
6760 #if !HAVE_DECL_TZNAME
6761 extern char *tzname[];
6762 #endif
6763
6764 int
6765 main ()
6766 {
6767 return tzname[0][0];
6768 ;
6769 return 0;
6770 }
6771 _ACEOF
6772 if ac_fn_c_try_link "$LINENO"; then :
6773 ac_cv_var_tzname=yes
6774 else
6775 ac_cv_var_tzname=no
6776 fi
6777 rm -f core conftest.err conftest.$ac_objext \
6778 conftest$ac_exeext conftest.$ac_ext
6779 fi
6780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_var_tzname" >&5
6781 $as_echo "$ac_cv_var_tzname" >&6; }
6782 if test $ac_cv_var_tzname = yes; then
6783
6784 $as_echo "#define HAVE_TZNAME 1" >>confdefs.h
6785
6786 fi
6787 fi
6788
6789 ac_fn_c_check_member "$LINENO" "struct tm" "tm_gmtoff" "ac_cv_member_struct_tm_tm_gmtoff" "#include <time.h>
6790 "
6791 if test "x$ac_cv_member_struct_tm_tm_gmtoff" = x""yes; then :
6792
6793 $as_echo "#define HAVE_TM_GMTOFF 1" >>confdefs.h
6794
6795 fi
6796
6797 ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_flags" "ac_cv_member_struct_ifreq_ifr_flags" "$ac_includes_default
6798 #if HAVE_SYS_SOCKET_H
6799 #include <sys/socket.h>
6800 #endif
6801 #if HAVE_NET_IF_H
6802 #include <net/if.h>
6803 #endif
6804 "
6805 if test "x$ac_cv_member_struct_ifreq_ifr_flags" = x""yes; then :
6806
6807 cat >>confdefs.h <<_ACEOF
6808 #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
6809 _ACEOF
6810
6811
6812 fi
6813 ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "$ac_includes_default
6814 #if HAVE_SYS_SOCKET_H
6815 #include <sys/socket.h>
6816 #endif
6817 #if HAVE_NET_IF_H
6818 #include <net/if.h>
6819 #endif
6820 "
6821 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = x""yes; then :
6822
6823 cat >>confdefs.h <<_ACEOF
6824 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
6825 _ACEOF
6826
6827
6828 fi
6829 ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_netmask" "ac_cv_member_struct_ifreq_ifr_netmask" "$ac_includes_default
6830 #if HAVE_SYS_SOCKET_H
6831 #include <sys/socket.h>
6832 #endif
6833 #if HAVE_NET_IF_H
6834 #include <net/if.h>
6835 #endif
6836 "
6837 if test "x$ac_cv_member_struct_ifreq_ifr_netmask" = x""yes; then :
6838
6839 cat >>confdefs.h <<_ACEOF
6840 #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
6841 _ACEOF
6842
6843
6844 fi
6845 ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_broadaddr" "ac_cv_member_struct_ifreq_ifr_broadaddr" "$ac_includes_default
6846 #if HAVE_SYS_SOCKET_H
6847 #include <sys/socket.h>
6848 #endif
6849 #if HAVE_NET_IF_H
6850 #include <net/if.h>
6851 #endif
6852 "
6853 if test "x$ac_cv_member_struct_ifreq_ifr_broadaddr" = x""yes; then :
6854
6855 cat >>confdefs.h <<_ACEOF
6856 #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
6857 _ACEOF
6858
6859
6860 fi
6861 ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_addr" "ac_cv_member_struct_ifreq_ifr_addr" "$ac_includes_default
6862 #if HAVE_SYS_SOCKET_H
6863 #include <sys/socket.h>
6864 #endif
6865 #if HAVE_NET_IF_H
6866 #include <net/if.h>
6867 #endif
6868 "
6869 if test "x$ac_cv_member_struct_ifreq_ifr_addr" = x""yes; then :
6870
6871 cat >>confdefs.h <<_ACEOF
6872 #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
6873 _ACEOF
6874
6875
6876 fi
6877
6878
6879
6880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for function prototypes" >&5
6881 $as_echo_n "checking for function prototypes... " >&6; }
6882 if test "$ac_cv_prog_cc_c89" != no; then
6883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6884 $as_echo "yes" >&6; }
6885
6886 $as_echo "#define PROTOTYPES 1" >>confdefs.h
6887
6888
6889 $as_echo "#define __PROTOTYPES 1" >>confdefs.h
6890
6891 else
6892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6893 $as_echo "no" >&6; }
6894 fi
6895
6896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working volatile" >&5
6897 $as_echo_n "checking for working volatile... " >&6; }
6898 if test "${ac_cv_c_volatile+set}" = set; then :
6899 $as_echo_n "(cached) " >&6
6900 else
6901 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6902 /* end confdefs.h. */
6903
6904 int
6905 main ()
6906 {
6907
6908 volatile int x;
6909 int * volatile y = (int *) 0;
6910 return !x && !y;
6911 ;
6912 return 0;
6913 }
6914 _ACEOF
6915 if ac_fn_c_try_compile "$LINENO"; then :
6916 ac_cv_c_volatile=yes
6917 else
6918 ac_cv_c_volatile=no
6919 fi
6920 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6921 fi
6922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_volatile" >&5
6923 $as_echo "$ac_cv_c_volatile" >&6; }
6924 if test $ac_cv_c_volatile = no; then
6925
6926 $as_echo "#define volatile /**/" >>confdefs.h
6927
6928 fi
6929
6930 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
6931 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
6932 if test "${ac_cv_c_const+set}" = set; then :
6933 $as_echo_n "(cached) " >&6
6934 else
6935 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6936 /* end confdefs.h. */
6937
6938 int
6939 main ()
6940 {
6941 /* FIXME: Include the comments suggested by Paul. */
6942 #ifndef __cplusplus
6943 /* Ultrix mips cc rejects this. */
6944 typedef int charset[2];
6945 const charset cs;
6946 /* SunOS 4.1.1 cc rejects this. */
6947 char const *const *pcpcc;
6948 char **ppc;
6949 /* NEC SVR4.0.2 mips cc rejects this. */
6950 struct point {int x, y;};
6951 static struct point const zero = {0,0};
6952 /* AIX XL C 1.02.0.0 rejects this.
6953 It does not let you subtract one const X* pointer from another in
6954 an arm of an if-expression whose if-part is not a constant
6955 expression */
6956 const char *g = "string";
6957 pcpcc = &g + (g ? g-g : 0);
6958 /* HPUX 7.0 cc rejects these. */
6959 ++pcpcc;
6960 ppc = (char**) pcpcc;
6961 pcpcc = (char const *const *) ppc;
6962 { /* SCO 3.2v4 cc rejects this. */
6963 char *t;
6964 char const *s = 0 ? (char *) 0 : (char const *) 0;
6965
6966 *t++ = 0;
6967 if (s) return 0;
6968 }
6969 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
6970 int x[] = {25, 17};
6971 const int *foo = &x[0];
6972 ++foo;
6973 }
6974 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
6975 typedef const int *iptr;
6976 iptr p = 0;
6977 ++p;
6978 }
6979 { /* AIX XL C 1.02.0.0 rejects this saying
6980 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
6981 struct s { int j; const int *ap[3]; };
6982 struct s *b; b->j = 5;
6983 }
6984 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
6985 const int foo = 10;
6986 if (!foo) return 0;
6987 }
6988 return !cs[0] && !zero.x;
6989 #endif
6990
6991 ;
6992 return 0;
6993 }
6994 _ACEOF
6995 if ac_fn_c_try_compile "$LINENO"; then :
6996 ac_cv_c_const=yes
6997 else
6998 ac_cv_c_const=no
6999 fi
7000 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7001 fi
7002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
7003 $as_echo "$ac_cv_c_const" >&6; }
7004 if test $ac_cv_c_const = no; then
7005
7006 $as_echo "#define const /**/" >>confdefs.h
7007
7008 fi
7009
7010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for void * support" >&5
7011 $as_echo_n "checking for void * support... " >&6; }
7012 if test "${emacs_cv_void_star+set}" = set; then :
7013 $as_echo_n "(cached) " >&6
7014 else
7015 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7016 /* end confdefs.h. */
7017
7018 int
7019 main ()
7020 {
7021 void * foo;
7022 ;
7023 return 0;
7024 }
7025 _ACEOF
7026 if ac_fn_c_try_compile "$LINENO"; then :
7027 emacs_cv_void_star=yes
7028 else
7029 emacs_cv_void_star=no
7030 fi
7031 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7032 fi
7033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_void_star" >&5
7034 $as_echo "$emacs_cv_void_star" >&6; }
7035 if test $emacs_cv_void_star = yes; then
7036 $as_echo "#define POINTER_TYPE void" >>confdefs.h
7037
7038 else
7039 $as_echo "#define POINTER_TYPE char" >>confdefs.h
7040
7041 fi
7042
7043 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
7044 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
7045 if test "${ac_cv_c_bigendian+set}" = set; then :
7046 $as_echo_n "(cached) " >&6
7047 else
7048 ac_cv_c_bigendian=unknown
7049 # See if we're dealing with a universal compiler.
7050 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7051 /* end confdefs.h. */
7052 #ifndef __APPLE_CC__
7053 not a universal capable compiler
7054 #endif
7055 typedef int dummy;
7056
7057 _ACEOF
7058 if ac_fn_c_try_compile "$LINENO"; then :
7059
7060 # Check for potential -arch flags. It is not universal unless
7061 # there are at least two -arch flags with different values.
7062 ac_arch=
7063 ac_prev=
7064 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
7065 if test -n "$ac_prev"; then
7066 case $ac_word in
7067 i?86 | x86_64 | ppc | ppc64)
7068 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
7069 ac_arch=$ac_word
7070 else
7071 ac_cv_c_bigendian=universal
7072 break
7073 fi
7074 ;;
7075 esac
7076 ac_prev=
7077 elif test "x$ac_word" = "x-arch"; then
7078 ac_prev=arch
7079 fi
7080 done
7081 fi
7082 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7083 if test $ac_cv_c_bigendian = unknown; then
7084 # See if sys/param.h defines the BYTE_ORDER macro.
7085 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7086 /* end confdefs.h. */
7087 #include <sys/types.h>
7088 #include <sys/param.h>
7089
7090 int
7091 main ()
7092 {
7093 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
7094 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
7095 && LITTLE_ENDIAN)
7096 bogus endian macros
7097 #endif
7098
7099 ;
7100 return 0;
7101 }
7102 _ACEOF
7103 if ac_fn_c_try_compile "$LINENO"; then :
7104 # It does; now see whether it defined to BIG_ENDIAN or not.
7105 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7106 /* end confdefs.h. */
7107 #include <sys/types.h>
7108 #include <sys/param.h>
7109
7110 int
7111 main ()
7112 {
7113 #if BYTE_ORDER != BIG_ENDIAN
7114 not big endian
7115 #endif
7116
7117 ;
7118 return 0;
7119 }
7120 _ACEOF
7121 if ac_fn_c_try_compile "$LINENO"; then :
7122 ac_cv_c_bigendian=yes
7123 else
7124 ac_cv_c_bigendian=no
7125 fi
7126 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7127 fi
7128 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7129 fi
7130 if test $ac_cv_c_bigendian = unknown; then
7131 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
7132 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7133 /* end confdefs.h. */
7134 #include <limits.h>
7135
7136 int
7137 main ()
7138 {
7139 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
7140 bogus endian macros
7141 #endif
7142
7143 ;
7144 return 0;
7145 }
7146 _ACEOF
7147 if ac_fn_c_try_compile "$LINENO"; then :
7148 # It does; now see whether it defined to _BIG_ENDIAN or not.
7149 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7150 /* end confdefs.h. */
7151 #include <limits.h>
7152
7153 int
7154 main ()
7155 {
7156 #ifndef _BIG_ENDIAN
7157 not big endian
7158 #endif
7159
7160 ;
7161 return 0;
7162 }
7163 _ACEOF
7164 if ac_fn_c_try_compile "$LINENO"; then :
7165 ac_cv_c_bigendian=yes
7166 else
7167 ac_cv_c_bigendian=no
7168 fi
7169 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7170 fi
7171 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7172 fi
7173 if test $ac_cv_c_bigendian = unknown; then
7174 # Compile a test program.
7175 if test "$cross_compiling" = yes; then :
7176 # Try to guess by grepping values from an object file.
7177 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7178 /* end confdefs.h. */
7179 short int ascii_mm[] =
7180 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
7181 short int ascii_ii[] =
7182 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
7183 int use_ascii (int i) {
7184 return ascii_mm[i] + ascii_ii[i];
7185 }
7186 short int ebcdic_ii[] =
7187 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
7188 short int ebcdic_mm[] =
7189 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
7190 int use_ebcdic (int i) {
7191 return ebcdic_mm[i] + ebcdic_ii[i];
7192 }
7193 extern int foo;
7194
7195 int
7196 main ()
7197 {
7198 return use_ascii (foo) == use_ebcdic (foo);
7199 ;
7200 return 0;
7201 }
7202 _ACEOF
7203 if ac_fn_c_try_compile "$LINENO"; then :
7204 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
7205 ac_cv_c_bigendian=yes
7206 fi
7207 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
7208 if test "$ac_cv_c_bigendian" = unknown; then
7209 ac_cv_c_bigendian=no
7210 else
7211 # finding both strings is unlikely to happen, but who knows?
7212 ac_cv_c_bigendian=unknown
7213 fi
7214 fi
7215 fi
7216 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7217 else
7218 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7219 /* end confdefs.h. */
7220 $ac_includes_default
7221 int
7222 main ()
7223 {
7224
7225 /* Are we little or big endian? From Harbison&Steele. */
7226 union
7227 {
7228 long int l;
7229 char c[sizeof (long int)];
7230 } u;
7231 u.l = 1;
7232 return u.c[sizeof (long int) - 1] == 1;
7233
7234 ;
7235 return 0;
7236 }
7237 _ACEOF
7238 if ac_fn_c_try_run "$LINENO"; then :
7239 ac_cv_c_bigendian=no
7240 else
7241 ac_cv_c_bigendian=yes
7242 fi
7243 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
7244 conftest.$ac_objext conftest.beam conftest.$ac_ext
7245 fi
7246
7247 fi
7248 fi
7249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
7250 $as_echo "$ac_cv_c_bigendian" >&6; }
7251 case $ac_cv_c_bigendian in #(
7252 yes)
7253 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
7254 ;; #(
7255 no)
7256 ;; #(
7257 universal)
7258
7259 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
7260
7261 ;; #(
7262 *)
7263 as_fn_error "unknown endianness
7264 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
7265 esac
7266
7267
7268 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
7269 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
7270 set x ${MAKE-make}
7271 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
7272 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
7273 $as_echo_n "(cached) " >&6
7274 else
7275 cat >conftest.make <<\_ACEOF
7276 SHELL = /bin/sh
7277 all:
7278 @echo '@@@%%%=$(MAKE)=@@@%%%'
7279 _ACEOF
7280 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
7281 case `${MAKE-make} -f conftest.make 2>/dev/null` in
7282 *@@@%%%=?*=@@@%%%*)
7283 eval ac_cv_prog_make_${ac_make}_set=yes;;
7284 *)
7285 eval ac_cv_prog_make_${ac_make}_set=no;;
7286 esac
7287 rm -f conftest.make
7288 fi
7289 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
7290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7291 $as_echo "yes" >&6; }
7292 SET_MAKE=
7293 else
7294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7295 $as_echo "no" >&6; }
7296 SET_MAKE="MAKE=${MAKE-make}"
7297 fi
7298
7299
7300 DEPFLAGS=
7301 MKDEPDIR=":"
7302 deps_frag=deps.mk
7303 if test "$GCC" = yes && test "$ac_enable_autodepend" = yes; then
7304 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using GNU Make" >&5
7305 $as_echo_n "checking whether we are using GNU Make... " >&6; }
7306 HAVE_GNU_MAKE=no
7307 testval=`make --version 2>/dev/null | grep 'GNU Make'`
7308 if test "x$testval" != x; then
7309 HAVE_GNU_MAKE=yes
7310 else
7311 ac_enable_autodepend=no
7312 fi
7313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $HAVE_GNU_MAKE" >&5
7314 $as_echo "$HAVE_GNU_MAKE" >&6; }
7315 if test $HAVE_GNU_MAKE = yes; then
7316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gcc understands -MMD -MF" >&5
7317 $as_echo_n "checking whether gcc understands -MMD -MF... " >&6; }
7318 SAVE_CFLAGS="$CFLAGS"
7319 CFLAGS="$CFLAGS -MMD -MF deps.d"
7320 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7321 /* end confdefs.h. */
7322
7323 int
7324 main ()
7325 {
7326
7327 ;
7328 return 0;
7329 }
7330 _ACEOF
7331 if ac_fn_c_try_compile "$LINENO"; then :
7332
7333 else
7334 ac_enable_autodepend=no
7335 fi
7336 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7337 CFLAGS="$SAVE_CFLAGS"
7338 test -f deps.d || ac_enable_autodepend=no
7339 rm -rf deps.d
7340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_enable_autodepend" >&5
7341 $as_echo "$ac_enable_autodepend" >&6; }
7342 fi
7343 if test $ac_enable_autodepend = yes; then
7344 DEPFLAGS='-MMD -MF ${DEPDIR}/$*.d'
7345 ## In parallel builds, another make might create depdir between
7346 ## the first test and mkdir, so stick another test on the end.
7347 ## Or use mkinstalldirs? mkdir -p is not portable.
7348 MKDEPDIR='test -d ${DEPDIR} || mkdir ${DEPDIR} || test -d ${DEPDIR}'
7349 deps_frag=autodeps.mk
7350 fi
7351 fi
7352 deps_frag=$srcdir/src/$deps_frag
7353
7354
7355
7356
7357
7358 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long file names" >&5
7359 $as_echo_n "checking for long file names... " >&6; }
7360 if test "${ac_cv_sys_long_file_names+set}" = set; then :
7361 $as_echo_n "(cached) " >&6
7362 else
7363 ac_cv_sys_long_file_names=yes
7364 # Test for long file names in all the places we know might matter:
7365 # . the current directory, where building will happen
7366 # $prefix/lib where we will be installing things
7367 # $exec_prefix/lib likewise
7368 # $TMPDIR if set, where it might want to write temporary files
7369 # /tmp where it might want to write temporary files
7370 # /var/tmp likewise
7371 # /usr/tmp likewise
7372 for ac_dir in . "$TMPDIR" /tmp /var/tmp /usr/tmp "$prefix/lib" "$exec_prefix/lib"; do
7373 # Skip $TMPDIR if it is empty or bogus, and skip $exec_prefix/lib
7374 # in the usual case where exec_prefix is '${prefix}'.
7375 case $ac_dir in #(
7376 . | /* | ?:[\\/]*) ;; #(
7377 *) continue;;
7378 esac
7379 test -w "$ac_dir/." || continue # It is less confusing to not echo anything here.
7380 ac_xdir=$ac_dir/cf$$
7381 (umask 077 && mkdir "$ac_xdir" 2>/dev/null) || continue
7382 ac_tf1=$ac_xdir/conftest9012345
7383 ac_tf2=$ac_xdir/conftest9012346
7384 touch "$ac_tf1" 2>/dev/null && test -f "$ac_tf1" && test ! -f "$ac_tf2" ||
7385 ac_cv_sys_long_file_names=no
7386 rm -f -r "$ac_xdir" 2>/dev/null
7387 test $ac_cv_sys_long_file_names = no && break
7388 done
7389 fi
7390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_long_file_names" >&5
7391 $as_echo "$ac_cv_sys_long_file_names" >&6; }
7392 if test $ac_cv_sys_long_file_names = yes; then
7393
7394 $as_echo "#define HAVE_LONG_FILE_NAMES 1" >>confdefs.h
7395
7396 fi
7397
7398
7399 #### Choose a window system.
7400
7401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
7402 $as_echo_n "checking for X... " >&6; }
7403
7404
7405 # Check whether --with-x was given.
7406 if test "${with_x+set}" = set; then :
7407 withval=$with_x;
7408 fi
7409
7410 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
7411 if test "x$with_x" = xno; then
7412 # The user explicitly disabled X.
7413 have_x=disabled
7414 else
7415 case $x_includes,$x_libraries in #(
7416 *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(
7417 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
7418 $as_echo_n "(cached) " >&6
7419 else
7420 # One or both of the vars are not set, and there is no cached value.
7421 ac_x_includes=no ac_x_libraries=no
7422 rm -f -r conftest.dir
7423 if mkdir conftest.dir; then
7424 cd conftest.dir
7425 cat >Imakefile <<'_ACEOF'
7426 incroot:
7427 @echo incroot='${INCROOT}'
7428 usrlibdir:
7429 @echo usrlibdir='${USRLIBDIR}'
7430 libdir:
7431 @echo libdir='${LIBDIR}'
7432 _ACEOF
7433 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
7434 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
7435 for ac_var in incroot usrlibdir libdir; do
7436 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
7437 done
7438 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
7439 for ac_extension in a so sl dylib la dll; do
7440 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
7441 test -f "$ac_im_libdir/libX11.$ac_extension"; then
7442 ac_im_usrlibdir=$ac_im_libdir; break
7443 fi
7444 done
7445 # Screen out bogus values from the imake configuration. They are
7446 # bogus both because they are the default anyway, and because
7447 # using them would break gcc on systems where it needs fixed includes.
7448 case $ac_im_incroot in
7449 /usr/include) ac_x_includes= ;;
7450 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
7451 esac
7452 case $ac_im_usrlibdir in
7453 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
7454 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
7455 esac
7456 fi
7457 cd ..
7458 rm -f -r conftest.dir
7459 fi
7460
7461 # Standard set of common directories for X headers.
7462 # Check X11 before X11Rn because it is often a symlink to the current release.
7463 ac_x_header_dirs='
7464 /usr/X11/include
7465 /usr/X11R7/include
7466 /usr/X11R6/include
7467 /usr/X11R5/include
7468 /usr/X11R4/include
7469
7470 /usr/include/X11
7471 /usr/include/X11R7
7472 /usr/include/X11R6
7473 /usr/include/X11R5
7474 /usr/include/X11R4
7475
7476 /usr/local/X11/include
7477 /usr/local/X11R7/include
7478 /usr/local/X11R6/include
7479 /usr/local/X11R5/include
7480 /usr/local/X11R4/include
7481
7482 /usr/local/include/X11
7483 /usr/local/include/X11R7
7484 /usr/local/include/X11R6
7485 /usr/local/include/X11R5
7486 /usr/local/include/X11R4
7487
7488 /usr/X386/include
7489 /usr/x386/include
7490 /usr/XFree86/include/X11
7491
7492 /usr/include
7493 /usr/local/include
7494 /usr/unsupported/include
7495 /usr/athena/include
7496 /usr/local/x11r5/include
7497 /usr/lpp/Xamples/include
7498
7499 /usr/openwin/include
7500 /usr/openwin/share/include'
7501
7502 if test "$ac_x_includes" = no; then
7503 # Guess where to find include files, by looking for Xlib.h.
7504 # First, try using that file with no special directory specified.
7505 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7506 /* end confdefs.h. */
7507 #include <X11/Xlib.h>
7508 _ACEOF
7509 if ac_fn_c_try_cpp "$LINENO"; then :
7510 # We can compile using X headers with no special include directory.
7511 ac_x_includes=
7512 else
7513 for ac_dir in $ac_x_header_dirs; do
7514 if test -r "$ac_dir/X11/Xlib.h"; then
7515 ac_x_includes=$ac_dir
7516 break
7517 fi
7518 done
7519 fi
7520 rm -f conftest.err conftest.$ac_ext
7521 fi # $ac_x_includes = no
7522
7523 if test "$ac_x_libraries" = no; then
7524 # Check for the libraries.
7525 # See if we find them without any special options.
7526 # Don't add to $LIBS permanently.
7527 ac_save_LIBS=$LIBS
7528 LIBS="-lX11 $LIBS"
7529 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7530 /* end confdefs.h. */
7531 #include <X11/Xlib.h>
7532 int
7533 main ()
7534 {
7535 XrmInitialize ()
7536 ;
7537 return 0;
7538 }
7539 _ACEOF
7540 if ac_fn_c_try_link "$LINENO"; then :
7541 LIBS=$ac_save_LIBS
7542 # We can link X programs with no special library path.
7543 ac_x_libraries=
7544 else
7545 LIBS=$ac_save_LIBS
7546 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
7547 do
7548 # Don't even attempt the hair of trying to link an X program!
7549 for ac_extension in a so sl dylib la dll; do
7550 if test -r "$ac_dir/libX11.$ac_extension"; then
7551 ac_x_libraries=$ac_dir
7552 break 2
7553 fi
7554 done
7555 done
7556 fi
7557 rm -f core conftest.err conftest.$ac_objext \
7558 conftest$ac_exeext conftest.$ac_ext
7559 fi # $ac_x_libraries = no
7560
7561 case $ac_x_includes,$ac_x_libraries in #(
7562 no,* | *,no | *\'*)
7563 # Didn't find X, or a directory has "'" in its name.
7564 ac_cv_have_x="have_x=no";; #(
7565 *)
7566 # Record where we found X for the cache.
7567 ac_cv_have_x="have_x=yes\
7568 ac_x_includes='$ac_x_includes'\
7569 ac_x_libraries='$ac_x_libraries'"
7570 esac
7571 fi
7572 ;; #(
7573 *) have_x=yes;;
7574 esac
7575 eval "$ac_cv_have_x"
7576 fi # $with_x != no
7577
7578 if test "$have_x" != yes; then
7579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
7580 $as_echo "$have_x" >&6; }
7581 no_x=yes
7582 else
7583 # If each of the values was on the command line, it overrides each guess.
7584 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
7585 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
7586 # Update the cache value to reflect the command line values.
7587 ac_cv_have_x="have_x=yes\
7588 ac_x_includes='$x_includes'\
7589 ac_x_libraries='$x_libraries'"
7590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
7591 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
7592 fi
7593
7594 if test "$no_x" = yes; then
7595 window_system=none
7596 else
7597 window_system=x11
7598 fi
7599
7600 ## Workaround for bug in autoconf <= 2.62.
7601 ## http://lists.gnu.org/archive/html/emacs-devel/2008-04/msg01551.html
7602 ## No need to do anything special for these standard directories.
7603 if test -n "${x_libraries}" && test x"${x_libraries}" != xNONE; then
7604
7605 x_libraries=`echo :${x_libraries}: | sed -e 's|:/usr/lib64:|:|g' -e 's|:/lib64:|:|g' -e 's|^:||' -e 's|:$||'`
7606
7607 fi
7608
7609 LD_SWITCH_X_SITE_AUX=
7610 LD_SWITCH_X_SITE_AUX_RPATH=
7611 if test "${x_libraries}" != NONE; then
7612 if test -n "${x_libraries}"; then
7613 LD_SWITCH_X_SITE=-L`echo ${x_libraries} | sed -e "s/:/ -L/g"`
7614 LD_SWITCH_X_SITE_AUX=-R`echo ${x_libraries} | sed -e "s/:/ -R/g"`
7615 LD_SWITCH_X_SITE_AUX_RPATH=`echo ${LD_SWITCH_X_SITE_AUX} | sed -e 's/-R/-Wl,-rpath,/'`
7616 fi
7617 x_default_search_path=""
7618 x_search_path=${x_libraries}
7619 if test -z "${x_search_path}"; then
7620 x_search_path=/usr/lib
7621 fi
7622 for x_library in `echo ${x_search_path}: | \
7623 sed -e "s/:/ /g" -e p -e "s:/lib[^ /]* :/share :g"`; do
7624 x_search_path="\
7625 ${x_library}/X11/%L/%T/%N%C%S:\
7626 ${x_library}/X11/%l/%T/%N%C%S:\
7627 ${x_library}/X11/%T/%N%C%S:\
7628 ${x_library}/X11/%L/%T/%N%S:\
7629 ${x_library}/X11/%l/%T/%N%S:\
7630 ${x_library}/X11/%T/%N%S"
7631 if test x"${x_default_search_path}" = x; then
7632 x_default_search_path=${x_search_path}
7633 else
7634 x_default_search_path="${x_search_path}:${x_default_search_path}"
7635 fi
7636 done
7637 fi
7638
7639
7640
7641 if test "${x_includes}" != NONE && test -n "${x_includes}"; then
7642 C_SWITCH_X_SITE=-I`echo ${x_includes} | sed -e "s/:/ -I/g"`
7643 fi
7644
7645 if test x"${x_includes}" = x; then
7646 bitmapdir=/usr/include/X11/bitmaps
7647 else
7648 # accumulate include directories that have X11 bitmap subdirectories
7649 bmd_acc="dummyval"
7650 for bmd in `echo ${x_includes} | sed -e "s/:/ /g"`; do
7651 if test -d "${bmd}/X11/bitmaps"; then
7652 bmd_acc="${bmd_acc}:${bmd}/X11/bitmaps"
7653 fi
7654 if test -d "${bmd}/bitmaps"; then
7655 bmd_acc="${bmd_acc}:${bmd}/bitmaps"
7656 fi
7657 done
7658 if test ${bmd_acc} != "dummyval"; then
7659 bitmapdir=`echo ${bmd_acc} | sed -e "s/^dummyval://"`
7660 fi
7661 fi
7662
7663 HAVE_NS=no
7664 NS_IMPL_COCOA=no
7665 NS_IMPL_GNUSTEP=no
7666 tmp_CPPFLAGS="$CPPFLAGS"
7667 tmp_CFLAGS="$CFLAGS"
7668 CPPFLAGS="$CPPFLAGS -x objective-c"
7669 CFLAGS="$CFLAGS -x objective-c"
7670 TEMACS_LDFLAGS2="\${LDFLAGS} \${PROFILING_LDFLAGS}"
7671 if test "${with_ns}" != no; then
7672 if test "${opsys}" = darwin; then
7673 NS_IMPL_COCOA=yes
7674 ns_appdir=`pwd`/nextstep/Emacs.app/
7675 ns_appbindir=${ns_appdir}Contents/MacOS/
7676 ns_appresdir=${ns_appdir}Contents/Resources
7677 ns_appsrc=${srcdir}/nextstep/Cocoa/Emacs.base
7678 elif test -f $GNUSTEP_CONFIG_FILE; then
7679 NS_IMPL_GNUSTEP=yes
7680 ns_appdir=`pwd`/nextstep/Emacs.app/
7681 ns_appbindir=${ns_appdir}
7682 ns_appresdir=${ns_appdir}Resources
7683 ns_appsrc=${srcdir}/nextstep/GNUstep/Emacs.base
7684 GNUSTEP_SYSTEM_HEADERS="$(. $GNUSTEP_CONFIG_FILE; echo $GNUSTEP_SYSTEM_HEADERS)"
7685 GNUSTEP_SYSTEM_LIBRARIES="$(. $GNUSTEP_CONFIG_FILE; echo $GNUSTEP_SYSTEM_LIBRARIES)"
7686 GNUSTEP_LOCAL_HEADERS="$(. $GNUSTEP_CONFIG_FILE; echo $GNUSTEP_LOCAL_HEADERS)"
7687 GNUSTEP_LOCAL_LIBRARIES="$(. $GNUSTEP_CONFIG_FILE; echo $GNUSTEP_LOCAL_LIBRARIES)"
7688 test "x${GNUSTEP_LOCAL_HEADERS}" != "x" && \
7689 GNUSTEP_LOCAL_HEADERS="-I${GNUSTEP_LOCAL_HEADERS}"
7690 test "x${GNUSTEP_LOCAL_LIBRARIES}" != "x" && \
7691 GNUSTEP_LOCAL_LIBRARIES="-L${GNUSTEP_LOCAL_LIBRARIES}"
7692 CPPFLAGS="$CPPFLAGS -I${GNUSTEP_SYSTEM_HEADERS} ${GNUSTEP_LOCAL_HEADERS}"
7693 CFLAGS="$CFLAGS -I${GNUSTEP_SYSTEM_HEADERS} ${GNUSTEP_LOCAL_HEADERS}"
7694 LDFLAGS="$LDFLAGS -L${GNUSTEP_SYSTEM_LIBRARIES} ${GNUSTEP_LOCAL_LIBRARIES}"
7695 LIB_STANDARD=
7696 START_FILES=
7697 TEMACS_LDFLAGS2=
7698 fi
7699 ac_fn_c_check_header_mongrel "$LINENO" "AppKit/AppKit.h" "ac_cv_header_AppKit_AppKit_h" "$ac_includes_default"
7700 if test "x$ac_cv_header_AppKit_AppKit_h" = x""yes; then :
7701 HAVE_NS=yes
7702 else
7703 as_fn_error "\`--with-ns' was specified, but the include
7704 files are missing or cannot be compiled." "$LINENO" 5
7705 fi
7706
7707
7708 NS_HAVE_NSINTEGER=yes
7709 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7710 /* end confdefs.h. */
7711 #include <Foundation/NSObjCRuntime.h>
7712 int
7713 main ()
7714 {
7715 NSInteger i;
7716 ;
7717 return 0;
7718 }
7719 _ACEOF
7720 if ac_fn_c_try_compile "$LINENO"; then :
7721 ns_have_nsinteger=yes
7722 else
7723 ns_have_nsinteger=no
7724 fi
7725 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7726 if test $ns_have_nsinteger = no; then
7727 NS_HAVE_NSINTEGER=no
7728 fi
7729 fi
7730
7731
7732 ns_frag=/dev/null
7733 NS_OBJ=
7734 NS_SUPPORT=
7735 if test "${HAVE_NS}" = yes; then
7736 window_system=nextstep
7737 with_xft=no
7738 # set up packaging dirs
7739 exec_prefix=${ns_appbindir}
7740 libexecdir=${ns_appbindir}/libexec
7741 if test "${EN_NS_SELF_CONTAINED}" = yes; then
7742 prefix=${ns_appresdir}
7743 fi
7744 ns_frag=$srcdir/src/ns.mk
7745 NS_OBJ="nsterm.o nsfns.o nsmenu.o nsselect.o nsimage.o nsfont.o fontset.o fringe.o image.o"
7746 NS_SUPPORT="\${lispsource}emacs-lisp/easymenu.elc \${lispsource}term/ns-win.elc"
7747 fi
7748 CFLAGS="$tmp_CFLAGS"
7749 CPPFLAGS="$tmp_CPPFLAGS"
7750
7751
7752
7753
7754
7755 case "${window_system}" in
7756 x11 )
7757 HAVE_X_WINDOWS=yes
7758 HAVE_X11=yes
7759 case "${with_x_toolkit}" in
7760 athena | lucid ) USE_X_TOOLKIT=LUCID ;;
7761 motif ) USE_X_TOOLKIT=MOTIF ;;
7762 gtk ) with_gtk=yes
7763 USE_X_TOOLKIT=none ;;
7764 gtk3 ) with_gtk3=yes
7765 USE_X_TOOLKIT=none ;;
7766 no ) USE_X_TOOLKIT=none ;;
7767 * ) USE_X_TOOLKIT=maybe ;;
7768 esac
7769 ;;
7770 nextstep | none )
7771 HAVE_X_WINDOWS=no
7772 HAVE_X11=no
7773 USE_X_TOOLKIT=none
7774 ;;
7775 esac
7776
7777 if test "$window_system" = none && test "X$with_x" != "Xno"; then
7778 # Extract the first word of "X", so it can be a program name with args.
7779 set dummy X; ac_word=$2
7780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7781 $as_echo_n "checking for $ac_word... " >&6; }
7782 if test "${ac_cv_prog_HAVE_XSERVER+set}" = set; then :
7783 $as_echo_n "(cached) " >&6
7784 else
7785 if test -n "$HAVE_XSERVER"; then
7786 ac_cv_prog_HAVE_XSERVER="$HAVE_XSERVER" # Let the user override the test.
7787 else
7788 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7789 for as_dir in $PATH
7790 do
7791 IFS=$as_save_IFS
7792 test -z "$as_dir" && as_dir=.
7793 for ac_exec_ext in '' $ac_executable_extensions; do
7794 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7795 ac_cv_prog_HAVE_XSERVER="true"
7796 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7797 break 2
7798 fi
7799 done
7800 done
7801 IFS=$as_save_IFS
7802
7803 test -z "$ac_cv_prog_HAVE_XSERVER" && ac_cv_prog_HAVE_XSERVER="false"
7804 fi
7805 fi
7806 HAVE_XSERVER=$ac_cv_prog_HAVE_XSERVER
7807 if test -n "$HAVE_XSERVER"; then
7808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $HAVE_XSERVER" >&5
7809 $as_echo "$HAVE_XSERVER" >&6; }
7810 else
7811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7812 $as_echo "no" >&6; }
7813 fi
7814
7815
7816 if test "$HAVE_XSERVER" = true ||
7817 test -n "$DISPLAY" ||
7818 test "`echo /usr/lib/libX11.*`" != "/usr/lib/libX11.*"; then
7819 as_fn_error "You seem to be running X, but no X development libraries
7820 were found. You should install the relevant development files for X
7821 and for the toolkit you want, such as Gtk+, Lesstif or Motif. Also make
7822 sure you have development files for image handling, i.e.
7823 tiff, gif, jpeg, png and xpm.
7824 If you are sure you want Emacs compiled without X window support, pass
7825 --without-x
7826 to configure." "$LINENO" 5
7827 fi
7828 fi
7829
7830 ### If we're using X11, we should use the X menu package.
7831 HAVE_MENUS=no
7832 case ${HAVE_X11} in
7833 yes ) HAVE_MENUS=yes ;;
7834 esac
7835
7836 # Do the opsystem or machine files prohibit the use of the GNU malloc?
7837 # Assume not, until told otherwise.
7838 GNU_MALLOC=yes
7839 doug_lea_malloc=yes
7840 ac_fn_c_check_func "$LINENO" "malloc_get_state" "ac_cv_func_malloc_get_state"
7841 if test "x$ac_cv_func_malloc_get_state" = x""yes; then :
7842
7843 else
7844 doug_lea_malloc=no
7845 fi
7846
7847 ac_fn_c_check_func "$LINENO" "malloc_set_state" "ac_cv_func_malloc_set_state"
7848 if test "x$ac_cv_func_malloc_set_state" = x""yes; then :
7849
7850 else
7851 doug_lea_malloc=no
7852 fi
7853
7854 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether __after_morecore_hook exists" >&5
7855 $as_echo_n "checking whether __after_morecore_hook exists... " >&6; }
7856 if test "${emacs_cv_var___after_morecore_hook+set}" = set; then :
7857 $as_echo_n "(cached) " >&6
7858 else
7859 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7860 /* end confdefs.h. */
7861 extern void (* __after_morecore_hook)();
7862 int
7863 main ()
7864 {
7865 __after_morecore_hook = 0
7866 ;
7867 return 0;
7868 }
7869 _ACEOF
7870 if ac_fn_c_try_link "$LINENO"; then :
7871 emacs_cv_var___after_morecore_hook=yes
7872 else
7873 emacs_cv_var___after_morecore_hook=no
7874 fi
7875 rm -f core conftest.err conftest.$ac_objext \
7876 conftest$ac_exeext conftest.$ac_ext
7877 fi
7878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_var___after_morecore_hook" >&5
7879 $as_echo "$emacs_cv_var___after_morecore_hook" >&6; }
7880 if test $emacs_cv_var___after_morecore_hook = no; then
7881 doug_lea_malloc=no
7882 fi
7883
7884
7885 system_malloc=no
7886 case "$opsys" in
7887 ## darwin ld insists on the use of malloc routines in the System framework.
7888 darwin|sol2-10) system_malloc=yes ;;
7889 esac
7890
7891 if test "${system_malloc}" = "yes"; then
7892
7893 $as_echo "#define SYSTEM_MALLOC 1" >>confdefs.h
7894
7895 GNU_MALLOC=no
7896 GNU_MALLOC_reason="
7897 (The GNU allocators don't work with this system configuration.)"
7898 GMALLOC_OBJ=
7899 VMLIMIT_OBJ=
7900 else
7901 test "$doug_lea_malloc" != "yes" && GMALLOC_OBJ=gmalloc.o
7902 VMLIMIT_OBJ=vm-limit.o
7903 fi
7904
7905
7906
7907 if test "$doug_lea_malloc" = "yes" ; then
7908 if test "$GNU_MALLOC" = yes ; then
7909 GNU_MALLOC_reason="
7910 (Using Doug Lea's new malloc from the GNU C Library.)"
7911 fi
7912
7913 $as_echo "#define DOUG_LEA_MALLOC 1" >>confdefs.h
7914
7915
7916 ## Use mmap directly for allocating larger buffers.
7917 ## FIXME this comes from src/s/{gnu,gnu-linux}.h:
7918 ## #ifdef DOUG_LEA_MALLOC; #undef REL_ALLOC; #endif
7919 ## Does the AC_FUNC_MMAP test below make this check unecessary?
7920 case "$opsys" in
7921 gnu*) REL_ALLOC=no ;;
7922 esac
7923 fi
7924
7925 if test x"${REL_ALLOC}" = x; then
7926 REL_ALLOC=${GNU_MALLOC}
7927 fi
7928
7929 use_mmap_for_buffers=no
7930 case "$opsys" in
7931 freebsd|irix6-5) use_mmap_for_buffers=yes ;;
7932 esac
7933
7934
7935
7936
7937 for ac_header in $ac_header_list
7938 do :
7939 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7940 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
7941 "
7942 eval as_val=\$$as_ac_Header
7943 if test "x$as_val" = x""yes; then :
7944 cat >>confdefs.h <<_ACEOF
7945 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7946 _ACEOF
7947
7948 fi
7949
7950 done
7951
7952
7953
7954
7955
7956
7957
7958
7959 for ac_func in getpagesize
7960 do :
7961 ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
7962 if test "x$ac_cv_func_getpagesize" = x""yes; then :
7963 cat >>confdefs.h <<_ACEOF
7964 #define HAVE_GETPAGESIZE 1
7965 _ACEOF
7966
7967 fi
7968 done
7969
7970 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
7971 $as_echo_n "checking for working mmap... " >&6; }
7972 if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then :
7973 $as_echo_n "(cached) " >&6
7974 else
7975 if test "$cross_compiling" = yes; then :
7976 ac_cv_func_mmap_fixed_mapped=no
7977 else
7978 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7979 /* end confdefs.h. */
7980 $ac_includes_default
7981 /* malloc might have been renamed as rpl_malloc. */
7982 #undef malloc
7983
7984 /* Thanks to Mike Haertel and Jim Avera for this test.
7985 Here is a matrix of mmap possibilities:
7986 mmap private not fixed
7987 mmap private fixed at somewhere currently unmapped
7988 mmap private fixed at somewhere already mapped
7989 mmap shared not fixed
7990 mmap shared fixed at somewhere currently unmapped
7991 mmap shared fixed at somewhere already mapped
7992 For private mappings, we should verify that changes cannot be read()
7993 back from the file, nor mmap's back from the file at a different
7994 address. (There have been systems where private was not correctly
7995 implemented like the infamous i386 svr4.0, and systems where the
7996 VM page cache was not coherent with the file system buffer cache
7997 like early versions of FreeBSD and possibly contemporary NetBSD.)
7998 For shared mappings, we should conversely verify that changes get
7999 propagated back to all the places they're supposed to be.
8000
8001 Grep wants private fixed already mapped.
8002 The main things grep needs to know about mmap are:
8003 * does it exist and is it safe to write into the mmap'd area
8004 * how to use it (BSD variants) */
8005
8006 #include <fcntl.h>
8007 #include <sys/mman.h>
8008
8009 #if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
8010 char *malloc ();
8011 #endif
8012
8013 /* This mess was copied from the GNU getpagesize.h. */
8014 #ifndef HAVE_GETPAGESIZE
8015 # ifdef _SC_PAGESIZE
8016 # define getpagesize() sysconf(_SC_PAGESIZE)
8017 # else /* no _SC_PAGESIZE */
8018 # ifdef HAVE_SYS_PARAM_H
8019 # include <sys/param.h>
8020 # ifdef EXEC_PAGESIZE
8021 # define getpagesize() EXEC_PAGESIZE
8022 # else /* no EXEC_PAGESIZE */
8023 # ifdef NBPG
8024 # define getpagesize() NBPG * CLSIZE
8025 # ifndef CLSIZE
8026 # define CLSIZE 1
8027 # endif /* no CLSIZE */
8028 # else /* no NBPG */
8029 # ifdef NBPC
8030 # define getpagesize() NBPC
8031 # else /* no NBPC */
8032 # ifdef PAGESIZE
8033 # define getpagesize() PAGESIZE
8034 # endif /* PAGESIZE */
8035 # endif /* no NBPC */
8036 # endif /* no NBPG */
8037 # endif /* no EXEC_PAGESIZE */
8038 # else /* no HAVE_SYS_PARAM_H */
8039 # define getpagesize() 8192 /* punt totally */
8040 # endif /* no HAVE_SYS_PARAM_H */
8041 # endif /* no _SC_PAGESIZE */
8042
8043 #endif /* no HAVE_GETPAGESIZE */
8044
8045 int
8046 main ()
8047 {
8048 char *data, *data2, *data3;
8049 const char *cdata2;
8050 int i, pagesize;
8051 int fd, fd2;
8052
8053 pagesize = getpagesize ();
8054
8055 /* First, make a file with some known garbage in it. */
8056 data = (char *) malloc (pagesize);
8057 if (!data)
8058 return 1;
8059 for (i = 0; i < pagesize; ++i)
8060 *(data + i) = rand ();
8061 umask (0);
8062 fd = creat ("conftest.mmap", 0600);
8063 if (fd < 0)
8064 return 2;
8065 if (write (fd, data, pagesize) != pagesize)
8066 return 3;
8067 close (fd);
8068
8069 /* Next, check that the tail of a page is zero-filled. File must have
8070 non-zero length, otherwise we risk SIGBUS for entire page. */
8071 fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600);
8072 if (fd2 < 0)
8073 return 4;
8074 cdata2 = "";
8075 if (write (fd2, cdata2, 1) != 1)
8076 return 5;
8077 data2 = (char *) mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L);
8078 if (data2 == MAP_FAILED)
8079 return 6;
8080 for (i = 0; i < pagesize; ++i)
8081 if (*(data2 + i))
8082 return 7;
8083 close (fd2);
8084 if (munmap (data2, pagesize))
8085 return 8;
8086
8087 /* Next, try to mmap the file at a fixed address which already has
8088 something else allocated at it. If we can, also make sure that
8089 we see the same garbage. */
8090 fd = open ("conftest.mmap", O_RDWR);
8091 if (fd < 0)
8092 return 9;
8093 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
8094 MAP_PRIVATE | MAP_FIXED, fd, 0L))
8095 return 10;
8096 for (i = 0; i < pagesize; ++i)
8097 if (*(data + i) != *(data2 + i))
8098 return 11;
8099
8100 /* Finally, make sure that changes to the mapped area do not
8101 percolate back to the file as seen by read(). (This is a bug on
8102 some variants of i386 svr4.0.) */
8103 for (i = 0; i < pagesize; ++i)
8104 *(data2 + i) = *(data2 + i) + 1;
8105 data3 = (char *) malloc (pagesize);
8106 if (!data3)
8107 return 12;
8108 if (read (fd, data3, pagesize) != pagesize)
8109 return 13;
8110 for (i = 0; i < pagesize; ++i)
8111 if (*(data + i) != *(data3 + i))
8112 return 14;
8113 close (fd);
8114 return 0;
8115 }
8116 _ACEOF
8117 if ac_fn_c_try_run "$LINENO"; then :
8118 ac_cv_func_mmap_fixed_mapped=yes
8119 else
8120 ac_cv_func_mmap_fixed_mapped=no
8121 fi
8122 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
8123 conftest.$ac_objext conftest.beam conftest.$ac_ext
8124 fi
8125
8126 fi
8127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
8128 $as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
8129 if test $ac_cv_func_mmap_fixed_mapped = yes; then
8130
8131 $as_echo "#define HAVE_MMAP 1" >>confdefs.h
8132
8133 fi
8134 rm -f conftest.mmap conftest.txt
8135
8136 if test $use_mmap_for_buffers = yes; then
8137
8138 $as_echo "#define USE_MMAP_FOR_BUFFERS 1" >>confdefs.h
8139
8140 REL_ALLOC=no
8141 fi
8142
8143 LIBS="$LIBS_SYSTEM $LIBS"
8144
8145 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
8146 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
8147 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
8148 $as_echo_n "(cached) " >&6
8149 else
8150 ac_check_lib_save_LIBS=$LIBS
8151 LIBS="-ldnet $LIBS"
8152 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8153 /* end confdefs.h. */
8154
8155 /* Override any GCC internal prototype to avoid an error.
8156 Use char because int might match the return type of a GCC
8157 builtin and then its argument prototype would still apply. */
8158 #ifdef __cplusplus
8159 extern "C"
8160 #endif
8161 char dnet_ntoa ();
8162 int
8163 main ()
8164 {
8165 return dnet_ntoa ();
8166 ;
8167 return 0;
8168 }
8169 _ACEOF
8170 if ac_fn_c_try_link "$LINENO"; then :
8171 ac_cv_lib_dnet_dnet_ntoa=yes
8172 else
8173 ac_cv_lib_dnet_dnet_ntoa=no
8174 fi
8175 rm -f core conftest.err conftest.$ac_objext \
8176 conftest$ac_exeext conftest.$ac_ext
8177 LIBS=$ac_check_lib_save_LIBS
8178 fi
8179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
8180 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
8181 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
8182 cat >>confdefs.h <<_ACEOF
8183 #define HAVE_LIBDNET 1
8184 _ACEOF
8185
8186 LIBS="-ldnet $LIBS"
8187
8188 fi
8189
8190
8191 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lXbsd" >&5
8192 $as_echo_n "checking for main in -lXbsd... " >&6; }
8193 if test "${ac_cv_lib_Xbsd_main+set}" = set; then :
8194 $as_echo_n "(cached) " >&6
8195 else
8196 ac_check_lib_save_LIBS=$LIBS
8197 LIBS="-lXbsd $LIBS"
8198 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8199 /* end confdefs.h. */
8200
8201
8202 int
8203 main ()
8204 {
8205 return main ();
8206 ;
8207 return 0;
8208 }
8209 _ACEOF
8210 if ac_fn_c_try_link "$LINENO"; then :
8211 ac_cv_lib_Xbsd_main=yes
8212 else
8213 ac_cv_lib_Xbsd_main=no
8214 fi
8215 rm -f core conftest.err conftest.$ac_objext \
8216 conftest$ac_exeext conftest.$ac_ext
8217 LIBS=$ac_check_lib_save_LIBS
8218 fi
8219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xbsd_main" >&5
8220 $as_echo "$ac_cv_lib_Xbsd_main" >&6; }
8221 if test "x$ac_cv_lib_Xbsd_main" = x""yes; then :
8222 LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd"
8223 fi
8224
8225
8226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cma_open in -lpthreads" >&5
8227 $as_echo_n "checking for cma_open in -lpthreads... " >&6; }
8228 if test "${ac_cv_lib_pthreads_cma_open+set}" = set; then :
8229 $as_echo_n "(cached) " >&6
8230 else
8231 ac_check_lib_save_LIBS=$LIBS
8232 LIBS="-lpthreads $LIBS"
8233 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8234 /* end confdefs.h. */
8235
8236 /* Override any GCC internal prototype to avoid an error.
8237 Use char because int might match the return type of a GCC
8238 builtin and then its argument prototype would still apply. */
8239 #ifdef __cplusplus
8240 extern "C"
8241 #endif
8242 char cma_open ();
8243 int
8244 main ()
8245 {
8246 return cma_open ();
8247 ;
8248 return 0;
8249 }
8250 _ACEOF
8251 if ac_fn_c_try_link "$LINENO"; then :
8252 ac_cv_lib_pthreads_cma_open=yes
8253 else
8254 ac_cv_lib_pthreads_cma_open=no
8255 fi
8256 rm -f core conftest.err conftest.$ac_objext \
8257 conftest$ac_exeext conftest.$ac_ext
8258 LIBS=$ac_check_lib_save_LIBS
8259 fi
8260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthreads_cma_open" >&5
8261 $as_echo "$ac_cv_lib_pthreads_cma_open" >&6; }
8262 if test "x$ac_cv_lib_pthreads_cma_open" = x""yes; then :
8263 cat >>confdefs.h <<_ACEOF
8264 #define HAVE_LIBPTHREADS 1
8265 _ACEOF
8266
8267 LIBS="-lpthreads $LIBS"
8268
8269 fi
8270
8271
8272 ## Note: when using cpp in s/aix4.2.h, this definition depended on
8273 ## HAVE_LIBPTHREADS. That was not defined earlier in configure when
8274 ## the system file was sourced. Hence the value of LIBS_SYSTEM
8275 ## added to LIBS in configure would never contain the pthreads part,
8276 ## but the value used in Makefiles might. FIXME?
8277 ##
8278 ## -lpthreads seems to be necessary for Xlib in X11R6, and should
8279 ## be harmless on older versions of X where it happens to exist.
8280 test "$opsys" = "aix4-2" && \
8281 test $ac_cv_lib_pthreads_cma_open = yes && \
8282 LIBS_SYSTEM="$LIBS_SYSTEM -lpthreads"
8283
8284
8285 case ${host_os} in
8286 aix*)
8287 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -bbigtoc option" >&5
8288 $as_echo_n "checking for -bbigtoc option... " >&6; }
8289 if test "${gdb_cv_bigtoc+set}" = set; then :
8290 $as_echo_n "(cached) " >&6
8291 else
8292
8293 case $GCC in
8294 yes) gdb_cv_bigtoc=-Wl,-bbigtoc ;;
8295 *) gdb_cv_bigtoc=-bbigtoc ;;
8296 esac
8297
8298 LDFLAGS=$LDFLAGS\ $gdb_cv_bigtoc
8299 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8300 /* end confdefs.h. */
8301
8302 int
8303 main ()
8304 {
8305 int i;
8306 ;
8307 return 0;
8308 }
8309 _ACEOF
8310 if ac_fn_c_try_link "$LINENO"; then :
8311
8312 else
8313 gdb_cv_bigtoc=
8314 fi
8315 rm -f core conftest.err conftest.$ac_objext \
8316 conftest$ac_exeext conftest.$ac_ext
8317
8318 fi
8319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_bigtoc" >&5
8320 $as_echo "$gdb_cv_bigtoc" >&6; }
8321 ;;
8322 esac
8323
8324 # Change CFLAGS and CPPFLAGS temporarily so that C_SWITCH_X_SITE gets
8325 # used for the tests that follow. We set them back to REAL_CFLAGS and
8326 # REAL_CPPFLAGS later on.
8327
8328 REAL_CFLAGS="$CFLAGS"
8329 REAL_CPPFLAGS="$CPPFLAGS"
8330
8331 if test "${HAVE_X11}" = "yes"; then
8332 DEFS="$C_SWITCH_X_SITE $DEFS"
8333 LDFLAGS="$LDFLAGS $LD_SWITCH_X_SITE"
8334 LIBS="-lX11 $LIBS"
8335 CFLAGS="$C_SWITCH_X_SITE $CFLAGS"
8336 CPPFLAGS="$C_SWITCH_X_SITE $CPPFLAGS"
8337
8338 # On Solaris, arrange for LD_RUN_PATH to point to the X libraries for tests.
8339 # This is handled by LD_SWITCH_X_SITE_AUX during the real build,
8340 # but it's more convenient here to set LD_RUN_PATH
8341 # since this also works on hosts that don't understand LD_SWITCH_X_SITE_AUX.
8342 if test "${x_libraries}" != NONE && test -n "${x_libraries}"; then
8343 LD_RUN_PATH=$x_libraries${LD_RUN_PATH+:}$LD_RUN_PATH
8344 export LD_RUN_PATH
8345 fi
8346
8347 if test "${opsys}" = "gnu-linux"; then
8348 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether X on GNU/Linux needs -b to link" >&5
8349 $as_echo_n "checking whether X on GNU/Linux needs -b to link... " >&6; }
8350 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8351 /* end confdefs.h. */
8352
8353 int
8354 main ()
8355 {
8356 XOpenDisplay ("foo");
8357 ;
8358 return 0;
8359 }
8360 _ACEOF
8361 if ac_fn_c_try_link "$LINENO"; then :
8362 xlinux_first_failure=no
8363 else
8364 xlinux_first_failure=yes
8365 fi
8366 rm -f core conftest.err conftest.$ac_objext \
8367 conftest$ac_exeext conftest.$ac_ext
8368 if test "${xlinux_first_failure}" = "yes"; then
8369 OLD_LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE"
8370 OLD_C_SWITCH_X_SITE="$C_SWITCH_X_SITE"
8371 OLD_CPPFLAGS="$CPPFLAGS"
8372 OLD_LIBS="$LIBS"
8373 LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -b i486-linuxaout"
8374 C_SWITCH_X_SITE="$C_SWITCH_X_SITE -b i486-linuxaout"
8375 CPPFLAGS="$CPPFLAGS -b i486-linuxaout"
8376 LIBS="$LIBS -b i486-linuxaout"
8377 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8378 /* end confdefs.h. */
8379
8380 int
8381 main ()
8382 {
8383 XOpenDisplay ("foo");
8384 ;
8385 return 0;
8386 }
8387 _ACEOF
8388 if ac_fn_c_try_link "$LINENO"; then :
8389 xlinux_second_failure=no
8390 else
8391 xlinux_second_failure=yes
8392 fi
8393 rm -f core conftest.err conftest.$ac_objext \
8394 conftest$ac_exeext conftest.$ac_ext
8395 if test "${xlinux_second_failure}" = "yes"; then
8396 # If we get the same failure with -b, there is no use adding -b.
8397 # So take it out. This plays safe.
8398 LD_SWITCH_X_SITE="$OLD_LD_SWITCH_X_SITE"
8399 C_SWITCH_X_SITE="$OLD_C_SWITCH_X_SITE"
8400 CPPFLAGS="$OLD_CPPFLAGS"
8401 LIBS="$OLD_LIBS"
8402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8403 $as_echo "no" >&6; }
8404 else
8405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8406 $as_echo "yes" >&6; }
8407 fi
8408 else
8409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8410 $as_echo "no" >&6; }
8411 fi
8412 fi
8413
8414 # Reportedly, some broken Solaris systems have XKBlib.h but are missing
8415 # header files included from there.
8416 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Xkb" >&5
8417 $as_echo_n "checking for Xkb... " >&6; }
8418 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8419 /* end confdefs.h. */
8420 #include <X11/Xlib.h>
8421 #include <X11/XKBlib.h>
8422 int
8423 main ()
8424 {
8425 XkbDescPtr kb = XkbGetKeyboard (0, XkbAllComponentsMask, XkbUseCoreKbd);
8426 ;
8427 return 0;
8428 }
8429 _ACEOF
8430 if ac_fn_c_try_link "$LINENO"; then :
8431 emacs_xkb=yes
8432 else
8433 emacs_xkb=no
8434 fi
8435 rm -f core conftest.err conftest.$ac_objext \
8436 conftest$ac_exeext conftest.$ac_ext
8437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_xkb" >&5
8438 $as_echo "$emacs_xkb" >&6; }
8439 if test $emacs_xkb = yes; then
8440
8441 $as_echo "#define HAVE_XKBGETKEYBOARD 1" >>confdefs.h
8442
8443 fi
8444
8445 for ac_func in XrmSetDatabase XScreenResourceString \
8446 XScreenNumberOfScreen XSetWMProtocols
8447 do :
8448 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
8449 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
8450 eval as_val=\$$as_ac_var
8451 if test "x$as_val" = x""yes; then :
8452 cat >>confdefs.h <<_ACEOF
8453 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
8454 _ACEOF
8455
8456 fi
8457 done
8458
8459 fi
8460
8461 if test "${window_system}" = "x11"; then
8462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking X11 version 6" >&5
8463 $as_echo_n "checking X11 version 6... " >&6; }
8464 if test "${emacs_cv_x11_version_6+set}" = set; then :
8465 $as_echo_n "(cached) " >&6
8466 else
8467 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8468 /* end confdefs.h. */
8469 #include <X11/Xlib.h>
8470 int
8471 main ()
8472 {
8473 #if XlibSpecificationRelease < 6
8474 fail;
8475 #endif
8476
8477 ;
8478 return 0;
8479 }
8480 _ACEOF
8481 if ac_fn_c_try_link "$LINENO"; then :
8482 emacs_cv_x11_version_6=yes
8483 else
8484 emacs_cv_x11_version_6=no
8485 fi
8486 rm -f core conftest.err conftest.$ac_objext \
8487 conftest$ac_exeext conftest.$ac_ext
8488 fi
8489
8490 if test $emacs_cv_x11_version_6 = yes; then
8491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: 6 or newer" >&5
8492 $as_echo "6 or newer" >&6; }
8493
8494 $as_echo "#define HAVE_X11R6 1" >>confdefs.h
8495
8496
8497 $as_echo "#define HAVE_X_I18N 1" >>confdefs.h
8498
8499 ## inoue@ainet.or.jp says Solaris has a bug related to X11R6-style
8500 ## XIM support.
8501 case "$opsys" in
8502 sol2-*) : ;;
8503 *)
8504 $as_echo "#define HAVE_X11R6_XIM 1" >>confdefs.h
8505
8506 ;;
8507 esac
8508 else
8509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: before 6" >&5
8510 $as_echo "before 6" >&6; }
8511 fi
8512 fi
8513
8514
8515 ### Use -lrsvg-2 if available, unless `--with-rsvg=no' is specified.
8516 HAVE_RSVG=no
8517 if test "${HAVE_X11}" = "yes" || test "${NS_IMPL_GNUSTEP}" = "yes"; then
8518 if test "${with_rsvg}" != "no"; then
8519 RSVG_REQUIRED=2.11.0
8520 RSVG_MODULE="librsvg-2.0 >= $RSVG_REQUIRED"
8521
8522
8523 succeeded=no
8524
8525 # Extract the first word of "pkg-config", so it can be a program name with args.
8526 set dummy pkg-config; ac_word=$2
8527 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8528 $as_echo_n "checking for $ac_word... " >&6; }
8529 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
8530 $as_echo_n "(cached) " >&6
8531 else
8532 case $PKG_CONFIG in
8533 [\\/]* | ?:[\\/]*)
8534 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
8535 ;;
8536 *)
8537 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8538 for as_dir in $PATH
8539 do
8540 IFS=$as_save_IFS
8541 test -z "$as_dir" && as_dir=.
8542 for ac_exec_ext in '' $ac_executable_extensions; do
8543 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8544 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
8545 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8546 break 2
8547 fi
8548 done
8549 done
8550 IFS=$as_save_IFS
8551
8552 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
8553 ;;
8554 esac
8555 fi
8556 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
8557 if test -n "$PKG_CONFIG"; then
8558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
8559 $as_echo "$PKG_CONFIG" >&6; }
8560 else
8561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8562 $as_echo "no" >&6; }
8563 fi
8564
8565
8566
8567 if test "$PKG_CONFIG" = "no" ; then
8568 :
8569 else
8570 PKG_CONFIG_MIN_VERSION=0.9.0
8571 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
8572 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $RSVG_MODULE" >&5
8573 $as_echo_n "checking for $RSVG_MODULE... " >&6; }
8574
8575 if $PKG_CONFIG --exists "$RSVG_MODULE" 2>&5; then
8576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8577 $as_echo "yes" >&6; }
8578 succeeded=yes
8579
8580 { $as_echo "$as_me:${as_lineno-$LINENO}: checking RSVG_CFLAGS" >&5
8581 $as_echo_n "checking RSVG_CFLAGS... " >&6; }
8582 RSVG_CFLAGS=`$PKG_CONFIG --cflags "$RSVG_MODULE"|sed -e 's,///*,/,g'`
8583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG_CFLAGS" >&5
8584 $as_echo "$RSVG_CFLAGS" >&6; }
8585
8586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking RSVG_LIBS" >&5
8587 $as_echo_n "checking RSVG_LIBS... " >&6; }
8588 RSVG_LIBS=`$PKG_CONFIG --libs "$RSVG_MODULE"|sed -e 's,///*,/,g'`
8589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG_LIBS" >&5
8590 $as_echo "$RSVG_LIBS" >&6; }
8591 else
8592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8593 $as_echo "no" >&6; }
8594 RSVG_CFLAGS=""
8595 RSVG_LIBS=""
8596 ## If we have a custom action on failure, don't print errors, but
8597 ## do set a variable so people can do so.
8598 RSVG_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$RSVG_MODULE"`
8599
8600 fi
8601
8602
8603
8604 else
8605 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
8606 echo "*** See http://www.freedesktop.org/software/pkgconfig"
8607 fi
8608 fi
8609
8610 if test $succeeded = yes; then
8611 HAVE_RSVG=yes
8612 else
8613 :
8614 fi
8615
8616
8617
8618
8619 if test $HAVE_RSVG = yes; then
8620
8621 $as_echo "#define HAVE_RSVG 1" >>confdefs.h
8622
8623 CFLAGS="$CFLAGS $RSVG_CFLAGS"
8624 LIBS="$RSVG_LIBS $LIBS"
8625 fi
8626 fi
8627 fi
8628
8629 HAVE_IMAGEMAGICK=no
8630 if test "${with_imagemagick}" != "no"; then
8631 IMAGEMAGICK_MODULE="Wand"
8632
8633 succeeded=no
8634
8635 # Extract the first word of "pkg-config", so it can be a program name with args.
8636 set dummy pkg-config; ac_word=$2
8637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8638 $as_echo_n "checking for $ac_word... " >&6; }
8639 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
8640 $as_echo_n "(cached) " >&6
8641 else
8642 case $PKG_CONFIG in
8643 [\\/]* | ?:[\\/]*)
8644 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
8645 ;;
8646 *)
8647 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8648 for as_dir in $PATH
8649 do
8650 IFS=$as_save_IFS
8651 test -z "$as_dir" && as_dir=.
8652 for ac_exec_ext in '' $ac_executable_extensions; do
8653 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8654 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
8655 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8656 break 2
8657 fi
8658 done
8659 done
8660 IFS=$as_save_IFS
8661
8662 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
8663 ;;
8664 esac
8665 fi
8666 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
8667 if test -n "$PKG_CONFIG"; then
8668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
8669 $as_echo "$PKG_CONFIG" >&6; }
8670 else
8671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8672 $as_echo "no" >&6; }
8673 fi
8674
8675
8676
8677 if test "$PKG_CONFIG" = "no" ; then
8678 :
8679 else
8680 PKG_CONFIG_MIN_VERSION=0.9.0
8681 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
8682 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $IMAGEMAGICK_MODULE" >&5
8683 $as_echo_n "checking for $IMAGEMAGICK_MODULE... " >&6; }
8684
8685 if $PKG_CONFIG --exists "$IMAGEMAGICK_MODULE" 2>&5; then
8686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8687 $as_echo "yes" >&6; }
8688 succeeded=yes
8689
8690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking IMAGEMAGICK_CFLAGS" >&5
8691 $as_echo_n "checking IMAGEMAGICK_CFLAGS... " >&6; }
8692 IMAGEMAGICK_CFLAGS=`$PKG_CONFIG --cflags "$IMAGEMAGICK_MODULE"|sed -e 's,///*,/,g'`
8693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $IMAGEMAGICK_CFLAGS" >&5
8694 $as_echo "$IMAGEMAGICK_CFLAGS" >&6; }
8695
8696 { $as_echo "$as_me:${as_lineno-$LINENO}: checking IMAGEMAGICK_LIBS" >&5
8697 $as_echo_n "checking IMAGEMAGICK_LIBS... " >&6; }
8698 IMAGEMAGICK_LIBS=`$PKG_CONFIG --libs "$IMAGEMAGICK_MODULE"|sed -e 's,///*,/,g'`
8699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $IMAGEMAGICK_LIBS" >&5
8700 $as_echo "$IMAGEMAGICK_LIBS" >&6; }
8701 else
8702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8703 $as_echo "no" >&6; }
8704 IMAGEMAGICK_CFLAGS=""
8705 IMAGEMAGICK_LIBS=""
8706 ## If we have a custom action on failure, don't print errors, but
8707 ## do set a variable so people can do so.
8708 IMAGEMAGICK_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$IMAGEMAGICK_MODULE"`
8709
8710 fi
8711
8712
8713
8714 else
8715 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
8716 echo "*** See http://www.freedesktop.org/software/pkgconfig"
8717 fi
8718 fi
8719
8720 if test $succeeded = yes; then
8721 HAVE_IMAGEMAGICK=yes
8722 else
8723 :
8724 fi
8725
8726
8727
8728
8729 if test $HAVE_IMAGEMAGICK = yes; then
8730
8731 $as_echo "#define HAVE_IMAGEMAGICK 1" >>confdefs.h
8732
8733 CFLAGS="$CFLAGS $IMAGEMAGICK_CFLAGS"
8734 LIBS="$IMAGEMAGICK_LIBS $LIBS"
8735 for ac_func in MagickExportImagePixels
8736 do :
8737 ac_fn_c_check_func "$LINENO" "MagickExportImagePixels" "ac_cv_func_MagickExportImagePixels"
8738 if test "x$ac_cv_func_MagickExportImagePixels" = x""yes; then :
8739 cat >>confdefs.h <<_ACEOF
8740 #define HAVE_MAGICKEXPORTIMAGEPIXELS 1
8741 _ACEOF
8742
8743 fi
8744 done
8745
8746 fi
8747 fi
8748
8749
8750 HAVE_GTK=no
8751 if test "${with_gtk3}" = "yes"; then
8752 GLIB_REQUIRED=2.6
8753 GTK_REQUIRED=2.90
8754 GTK_MODULES="gtk+-3.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED"
8755
8756
8757 succeeded=no
8758
8759 # Extract the first word of "pkg-config", so it can be a program name with args.
8760 set dummy pkg-config; ac_word=$2
8761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8762 $as_echo_n "checking for $ac_word... " >&6; }
8763 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
8764 $as_echo_n "(cached) " >&6
8765 else
8766 case $PKG_CONFIG in
8767 [\\/]* | ?:[\\/]*)
8768 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
8769 ;;
8770 *)
8771 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8772 for as_dir in $PATH
8773 do
8774 IFS=$as_save_IFS
8775 test -z "$as_dir" && as_dir=.
8776 for ac_exec_ext in '' $ac_executable_extensions; do
8777 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8778 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
8779 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8780 break 2
8781 fi
8782 done
8783 done
8784 IFS=$as_save_IFS
8785
8786 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
8787 ;;
8788 esac
8789 fi
8790 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
8791 if test -n "$PKG_CONFIG"; then
8792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
8793 $as_echo "$PKG_CONFIG" >&6; }
8794 else
8795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8796 $as_echo "no" >&6; }
8797 fi
8798
8799
8800
8801 if test "$PKG_CONFIG" = "no" ; then
8802 pkg_check_gtk=no
8803 else
8804 PKG_CONFIG_MIN_VERSION=0.9.0
8805 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
8806 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $GTK_MODULES" >&5
8807 $as_echo_n "checking for $GTK_MODULES... " >&6; }
8808
8809 if $PKG_CONFIG --exists "$GTK_MODULES" 2>&5; then
8810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8811 $as_echo "yes" >&6; }
8812 succeeded=yes
8813
8814 { $as_echo "$as_me:${as_lineno-$LINENO}: checking GTK_CFLAGS" >&5
8815 $as_echo_n "checking GTK_CFLAGS... " >&6; }
8816 GTK_CFLAGS=`$PKG_CONFIG --cflags "$GTK_MODULES"|sed -e 's,///*,/,g'`
8817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTK_CFLAGS" >&5
8818 $as_echo "$GTK_CFLAGS" >&6; }
8819
8820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking GTK_LIBS" >&5
8821 $as_echo_n "checking GTK_LIBS... " >&6; }
8822 GTK_LIBS=`$PKG_CONFIG --libs "$GTK_MODULES"|sed -e 's,///*,/,g'`
8823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTK_LIBS" >&5
8824 $as_echo "$GTK_LIBS" >&6; }
8825 else
8826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8827 $as_echo "no" >&6; }
8828 GTK_CFLAGS=""
8829 GTK_LIBS=""
8830 ## If we have a custom action on failure, don't print errors, but
8831 ## do set a variable so people can do so.
8832 GTK_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$GTK_MODULES"`
8833
8834 fi
8835
8836
8837
8838 else
8839 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
8840 echo "*** See http://www.freedesktop.org/software/pkgconfig"
8841 fi
8842 fi
8843
8844 if test $succeeded = yes; then
8845 pkg_check_gtk=yes
8846 else
8847 pkg_check_gtk=no
8848 fi
8849
8850 if test "$pkg_check_gtk" = "no" && test "$USE_X_TOOLKIT" != "maybe"; then
8851 as_fn_error "$GTK_PKG_ERRORS" "$LINENO" 5
8852 fi
8853 fi
8854
8855 if test "$pkg_check_gtk" != "yes"; then
8856 HAVE_GTK=no
8857 if test "${with_gtk}" = "yes" || test "$USE_X_TOOLKIT" = "maybe"; then
8858 GLIB_REQUIRED=2.6
8859 GTK_REQUIRED=2.6
8860 GTK_MODULES="gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED"
8861
8862
8863 succeeded=no
8864
8865 # Extract the first word of "pkg-config", so it can be a program name with args.
8866 set dummy pkg-config; ac_word=$2
8867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8868 $as_echo_n "checking for $ac_word... " >&6; }
8869 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
8870 $as_echo_n "(cached) " >&6
8871 else
8872 case $PKG_CONFIG in
8873 [\\/]* | ?:[\\/]*)
8874 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
8875 ;;
8876 *)
8877 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8878 for as_dir in $PATH
8879 do
8880 IFS=$as_save_IFS
8881 test -z "$as_dir" && as_dir=.
8882 for ac_exec_ext in '' $ac_executable_extensions; do
8883 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8884 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
8885 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8886 break 2
8887 fi
8888 done
8889 done
8890 IFS=$as_save_IFS
8891
8892 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
8893 ;;
8894 esac
8895 fi
8896 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
8897 if test -n "$PKG_CONFIG"; then
8898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
8899 $as_echo "$PKG_CONFIG" >&6; }
8900 else
8901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8902 $as_echo "no" >&6; }
8903 fi
8904
8905
8906
8907 if test "$PKG_CONFIG" = "no" ; then
8908 pkg_check_gtk=no
8909 else
8910 PKG_CONFIG_MIN_VERSION=0.9.0
8911 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
8912 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $GTK_MODULES" >&5
8913 $as_echo_n "checking for $GTK_MODULES... " >&6; }
8914
8915 if $PKG_CONFIG --exists "$GTK_MODULES" 2>&5; then
8916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8917 $as_echo "yes" >&6; }
8918 succeeded=yes
8919
8920 { $as_echo "$as_me:${as_lineno-$LINENO}: checking GTK_CFLAGS" >&5
8921 $as_echo_n "checking GTK_CFLAGS... " >&6; }
8922 GTK_CFLAGS=`$PKG_CONFIG --cflags "$GTK_MODULES"|sed -e 's,///*,/,g'`
8923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTK_CFLAGS" >&5
8924 $as_echo "$GTK_CFLAGS" >&6; }
8925
8926 { $as_echo "$as_me:${as_lineno-$LINENO}: checking GTK_LIBS" >&5
8927 $as_echo_n "checking GTK_LIBS... " >&6; }
8928 GTK_LIBS=`$PKG_CONFIG --libs "$GTK_MODULES"|sed -e 's,///*,/,g'`
8929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTK_LIBS" >&5
8930 $as_echo "$GTK_LIBS" >&6; }
8931 else
8932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8933 $as_echo "no" >&6; }
8934 GTK_CFLAGS=""
8935 GTK_LIBS=""
8936 ## If we have a custom action on failure, don't print errors, but
8937 ## do set a variable so people can do so.
8938 GTK_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$GTK_MODULES"`
8939
8940 fi
8941
8942
8943
8944 else
8945 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
8946 echo "*** See http://www.freedesktop.org/software/pkgconfig"
8947 fi
8948 fi
8949
8950 if test $succeeded = yes; then
8951 pkg_check_gtk=yes
8952 else
8953 pkg_check_gtk=no
8954 fi
8955
8956 if test "$pkg_check_gtk" = "no" && test "$USE_X_TOOLKIT" != "maybe"; then
8957 as_fn_error "$GTK_PKG_ERRORS" "$LINENO" 5
8958 fi
8959 fi
8960 fi
8961
8962 GTK_OBJ=
8963 if test x"$pkg_check_gtk" = xyes; then
8964
8965
8966
8967 C_SWITCH_X_SITE="$C_SWITCH_X_SITE $GTK_CFLAGS"
8968 CFLAGS="$CFLAGS $GTK_CFLAGS"
8969 LIBS="$GTK_LIBS $LIBS"
8970 GTK_COMPILES=no
8971 for ac_func in gtk_main
8972 do :
8973 ac_fn_c_check_func "$LINENO" "gtk_main" "ac_cv_func_gtk_main"
8974 if test "x$ac_cv_func_gtk_main" = x""yes; then :
8975 cat >>confdefs.h <<_ACEOF
8976 #define HAVE_GTK_MAIN 1
8977 _ACEOF
8978 GTK_COMPILES=yes
8979 fi
8980 done
8981
8982 if test "${GTK_COMPILES}" != "yes"; then
8983 if test "$USE_X_TOOLKIT" != "maybe"; then
8984 as_fn_error "Gtk+ wanted, but it does not compile, see config.log. Maybe some x11-devel files missing?" "$LINENO" 5;
8985 fi
8986 else
8987 HAVE_GTK=yes
8988
8989 $as_echo "#define USE_GTK 1" >>confdefs.h
8990
8991 GTK_OBJ=gtkutil.o
8992 USE_X_TOOLKIT=none
8993 if $PKG_CONFIG --atleast-version=2.10 gtk+-2.0; then
8994 :
8995 else
8996 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Your version of Gtk+ will have problems with
8997 closing open displays. This is no problem if you just use
8998 one display, but if you use more than one and close one of them
8999 Emacs may crash." >&5
9000 $as_echo "$as_me: WARNING: Your version of Gtk+ will have problems with
9001 closing open displays. This is no problem if you just use
9002 one display, but if you use more than one and close one of them
9003 Emacs may crash." >&2;}
9004 sleep 3
9005 fi
9006 fi
9007
9008 fi
9009
9010
9011
9012 if test "${HAVE_GTK}" = "yes"; then
9013
9014 if test "$with_toolkit_scroll_bars" != no; then
9015 with_toolkit_scroll_bars=yes
9016 fi
9017
9018 HAVE_GTK_FILE_SELECTION=no
9019 ac_fn_c_check_decl "$LINENO" "GTK_TYPE_FILE_SELECTION" "ac_cv_have_decl_GTK_TYPE_FILE_SELECTION" "$ac_includes_default
9020 #include <gtk/gtk.h>
9021 "
9022 if test "x$ac_cv_have_decl_GTK_TYPE_FILE_SELECTION" = x""yes; then :
9023 HAVE_GTK_FILE_SELECTION=yes
9024 else
9025 HAVE_GTK_FILE_SELECTION=no
9026 fi
9027
9028 if test "$HAVE_GTK_FILE_SELECTION" = yes; then
9029 for ac_func in gtk_file_selection_new
9030 do :
9031 ac_fn_c_check_func "$LINENO" "gtk_file_selection_new" "ac_cv_func_gtk_file_selection_new"
9032 if test "x$ac_cv_func_gtk_file_selection_new" = x""yes; then :
9033 cat >>confdefs.h <<_ACEOF
9034 #define HAVE_GTK_FILE_SELECTION_NEW 1
9035 _ACEOF
9036
9037 fi
9038 done
9039
9040 fi
9041
9042 HAVE_GTK_AND_PTHREAD=no
9043 for ac_header in pthread.h
9044 do :
9045 ac_fn_c_check_header_mongrel "$LINENO" "pthread.h" "ac_cv_header_pthread_h" "$ac_includes_default"
9046 if test "x$ac_cv_header_pthread_h" = x""yes; then :
9047 cat >>confdefs.h <<_ACEOF
9048 #define HAVE_PTHREAD_H 1
9049 _ACEOF
9050
9051 fi
9052
9053 done
9054
9055 if test "$ac_cv_header_pthread_h"; then
9056 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_self in -lpthread" >&5
9057 $as_echo_n "checking for pthread_self in -lpthread... " >&6; }
9058 if test "${ac_cv_lib_pthread_pthread_self+set}" = set; then :
9059 $as_echo_n "(cached) " >&6
9060 else
9061 ac_check_lib_save_LIBS=$LIBS
9062 LIBS="-lpthread $LIBS"
9063 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9064 /* end confdefs.h. */
9065
9066 /* Override any GCC internal prototype to avoid an error.
9067 Use char because int might match the return type of a GCC
9068 builtin and then its argument prototype would still apply. */
9069 #ifdef __cplusplus
9070 extern "C"
9071 #endif
9072 char pthread_self ();
9073 int
9074 main ()
9075 {
9076 return pthread_self ();
9077 ;
9078 return 0;
9079 }
9080 _ACEOF
9081 if ac_fn_c_try_link "$LINENO"; then :
9082 ac_cv_lib_pthread_pthread_self=yes
9083 else
9084 ac_cv_lib_pthread_pthread_self=no
9085 fi
9086 rm -f core conftest.err conftest.$ac_objext \
9087 conftest$ac_exeext conftest.$ac_ext
9088 LIBS=$ac_check_lib_save_LIBS
9089 fi
9090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_self" >&5
9091 $as_echo "$ac_cv_lib_pthread_pthread_self" >&6; }
9092 if test "x$ac_cv_lib_pthread_pthread_self" = x""yes; then :
9093 HAVE_GTK_AND_PTHREAD=yes
9094 fi
9095
9096 fi
9097 if test "$HAVE_GTK_AND_PTHREAD" = yes; then
9098 case "${canonical}" in
9099 *-hpux*) ;;
9100 *) GTK_LIBS="$GTK_LIBS -lpthread" ;;
9101 esac
9102
9103 $as_echo "#define HAVE_GTK_AND_PTHREAD 1" >>confdefs.h
9104
9105 fi
9106
9107 for ac_func in gtk_widget_get_window gtk_widget_set_has_window \
9108 gtk_dialog_get_action_area gtk_widget_get_sensitive \
9109 gtk_widget_get_mapped gtk_adjustment_get_page_size \
9110 gtk_orientable_set_orientation
9111 do :
9112 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
9113 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
9114 eval as_val=\$$as_ac_var
9115 if test "x$as_val" = x""yes; then :
9116 cat >>confdefs.h <<_ACEOF
9117 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
9118 _ACEOF
9119
9120 fi
9121 done
9122
9123
9124 fi
9125
9126 HAVE_DBUS=no
9127 DBUS_OBJ=
9128 if test "${with_dbus}" = "yes"; then
9129
9130 succeeded=no
9131
9132 # Extract the first word of "pkg-config", so it can be a program name with args.
9133 set dummy pkg-config; ac_word=$2
9134 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9135 $as_echo_n "checking for $ac_word... " >&6; }
9136 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
9137 $as_echo_n "(cached) " >&6
9138 else
9139 case $PKG_CONFIG in
9140 [\\/]* | ?:[\\/]*)
9141 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
9142 ;;
9143 *)
9144 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9145 for as_dir in $PATH
9146 do
9147 IFS=$as_save_IFS
9148 test -z "$as_dir" && as_dir=.
9149 for ac_exec_ext in '' $ac_executable_extensions; do
9150 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9151 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
9152 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9153 break 2
9154 fi
9155 done
9156 done
9157 IFS=$as_save_IFS
9158
9159 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
9160 ;;
9161 esac
9162 fi
9163 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
9164 if test -n "$PKG_CONFIG"; then
9165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
9166 $as_echo "$PKG_CONFIG" >&6; }
9167 else
9168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9169 $as_echo "no" >&6; }
9170 fi
9171
9172
9173
9174 if test "$PKG_CONFIG" = "no" ; then
9175 HAVE_DBUS=no
9176 else
9177 PKG_CONFIG_MIN_VERSION=0.9.0
9178 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
9179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbus-1 >= 1.0" >&5
9180 $as_echo_n "checking for dbus-1 >= 1.0... " >&6; }
9181
9182 if $PKG_CONFIG --exists "dbus-1 >= 1.0" 2>&5; then
9183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9184 $as_echo "yes" >&6; }
9185 succeeded=yes
9186
9187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking DBUS_CFLAGS" >&5
9188 $as_echo_n "checking DBUS_CFLAGS... " >&6; }
9189 DBUS_CFLAGS=`$PKG_CONFIG --cflags "dbus-1 >= 1.0"|sed -e 's,///*,/,g'`
9190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DBUS_CFLAGS" >&5
9191 $as_echo "$DBUS_CFLAGS" >&6; }
9192
9193 { $as_echo "$as_me:${as_lineno-$LINENO}: checking DBUS_LIBS" >&5
9194 $as_echo_n "checking DBUS_LIBS... " >&6; }
9195 DBUS_LIBS=`$PKG_CONFIG --libs "dbus-1 >= 1.0"|sed -e 's,///*,/,g'`
9196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DBUS_LIBS" >&5
9197 $as_echo "$DBUS_LIBS" >&6; }
9198 else
9199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9200 $as_echo "no" >&6; }
9201 DBUS_CFLAGS=""
9202 DBUS_LIBS=""
9203 ## If we have a custom action on failure, don't print errors, but
9204 ## do set a variable so people can do so.
9205 DBUS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "dbus-1 >= 1.0"`
9206
9207 fi
9208
9209
9210
9211 else
9212 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
9213 echo "*** See http://www.freedesktop.org/software/pkgconfig"
9214 fi
9215 fi
9216
9217 if test $succeeded = yes; then
9218 HAVE_DBUS=yes
9219 else
9220 HAVE_DBUS=no
9221 fi
9222
9223 if test "$HAVE_DBUS" = yes; then
9224 LIBS="$LIBS $DBUS_LIBS"
9225
9226 $as_echo "#define HAVE_DBUS 1" >>confdefs.h
9227
9228 for ac_func in dbus_watch_get_unix_fd
9229 do :
9230 ac_fn_c_check_func "$LINENO" "dbus_watch_get_unix_fd" "ac_cv_func_dbus_watch_get_unix_fd"
9231 if test "x$ac_cv_func_dbus_watch_get_unix_fd" = x""yes; then :
9232 cat >>confdefs.h <<_ACEOF
9233 #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
9234 _ACEOF
9235
9236 fi
9237 done
9238
9239 DBUS_OBJ=dbusbind.o
9240 fi
9241 fi
9242
9243
9244 HAVE_GCONF=no
9245 if test "${HAVE_X11}" = "yes" && test "${with_gconf}" = "yes"; then
9246
9247 succeeded=no
9248
9249 # Extract the first word of "pkg-config", so it can be a program name with args.
9250 set dummy pkg-config; ac_word=$2
9251 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9252 $as_echo_n "checking for $ac_word... " >&6; }
9253 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
9254 $as_echo_n "(cached) " >&6
9255 else
9256 case $PKG_CONFIG in
9257 [\\/]* | ?:[\\/]*)
9258 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
9259 ;;
9260 *)
9261 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9262 for as_dir in $PATH
9263 do
9264 IFS=$as_save_IFS
9265 test -z "$as_dir" && as_dir=.
9266 for ac_exec_ext in '' $ac_executable_extensions; do
9267 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9268 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
9269 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9270 break 2
9271 fi
9272 done
9273 done
9274 IFS=$as_save_IFS
9275
9276 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
9277 ;;
9278 esac
9279 fi
9280 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
9281 if test -n "$PKG_CONFIG"; then
9282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
9283 $as_echo "$PKG_CONFIG" >&6; }
9284 else
9285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9286 $as_echo "no" >&6; }
9287 fi
9288
9289
9290
9291 if test "$PKG_CONFIG" = "no" ; then
9292 HAVE_GCONF=no
9293 else
9294 PKG_CONFIG_MIN_VERSION=0.9.0
9295 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
9296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gconf-2.0 >= 2.13" >&5
9297 $as_echo_n "checking for gconf-2.0 >= 2.13... " >&6; }
9298
9299 if $PKG_CONFIG --exists "gconf-2.0 >= 2.13" 2>&5; then
9300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9301 $as_echo "yes" >&6; }
9302 succeeded=yes
9303
9304 { $as_echo "$as_me:${as_lineno-$LINENO}: checking GCONF_CFLAGS" >&5
9305 $as_echo_n "checking GCONF_CFLAGS... " >&6; }
9306 GCONF_CFLAGS=`$PKG_CONFIG --cflags "gconf-2.0 >= 2.13"|sed -e 's,///*,/,g'`
9307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCONF_CFLAGS" >&5
9308 $as_echo "$GCONF_CFLAGS" >&6; }
9309
9310 { $as_echo "$as_me:${as_lineno-$LINENO}: checking GCONF_LIBS" >&5
9311 $as_echo_n "checking GCONF_LIBS... " >&6; }
9312 GCONF_LIBS=`$PKG_CONFIG --libs "gconf-2.0 >= 2.13"|sed -e 's,///*,/,g'`
9313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCONF_LIBS" >&5
9314 $as_echo "$GCONF_LIBS" >&6; }
9315 else
9316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9317 $as_echo "no" >&6; }
9318 GCONF_CFLAGS=""
9319 GCONF_LIBS=""
9320 ## If we have a custom action on failure, don't print errors, but
9321 ## do set a variable so people can do so.
9322 GCONF_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gconf-2.0 >= 2.13"`
9323
9324 fi
9325
9326
9327
9328 else
9329 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
9330 echo "*** See http://www.freedesktop.org/software/pkgconfig"
9331 fi
9332 fi
9333
9334 if test $succeeded = yes; then
9335 HAVE_GCONF=yes
9336 else
9337 HAVE_GCONF=no
9338 fi
9339
9340 if test "$HAVE_GCONF" = yes; then
9341
9342 $as_echo "#define HAVE_GCONF 1" >>confdefs.h
9343
9344 fi
9345 fi
9346
9347 HAVE_LIBSELINUX=no
9348 LIBSELINUX_LIBS=
9349 if test "${with_selinux}" = "yes"; then
9350 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lgetfilecon in -lselinux" >&5
9351 $as_echo_n "checking for lgetfilecon in -lselinux... " >&6; }
9352 if test "${ac_cv_lib_selinux_lgetfilecon+set}" = set; then :
9353 $as_echo_n "(cached) " >&6
9354 else
9355 ac_check_lib_save_LIBS=$LIBS
9356 LIBS="-lselinux $LIBS"
9357 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9358 /* end confdefs.h. */
9359
9360 /* Override any GCC internal prototype to avoid an error.
9361 Use char because int might match the return type of a GCC
9362 builtin and then its argument prototype would still apply. */
9363 #ifdef __cplusplus
9364 extern "C"
9365 #endif
9366 char lgetfilecon ();
9367 int
9368 main ()
9369 {
9370 return lgetfilecon ();
9371 ;
9372 return 0;
9373 }
9374 _ACEOF
9375 if ac_fn_c_try_link "$LINENO"; then :
9376 ac_cv_lib_selinux_lgetfilecon=yes
9377 else
9378 ac_cv_lib_selinux_lgetfilecon=no
9379 fi
9380 rm -f core conftest.err conftest.$ac_objext \
9381 conftest$ac_exeext conftest.$ac_ext
9382 LIBS=$ac_check_lib_save_LIBS
9383 fi
9384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_selinux_lgetfilecon" >&5
9385 $as_echo "$ac_cv_lib_selinux_lgetfilecon" >&6; }
9386 if test "x$ac_cv_lib_selinux_lgetfilecon" = x""yes; then :
9387 HAVE_LIBSELINUX=yes
9388 else
9389 HAVE_LIBSELINUX=no
9390 fi
9391
9392 if test "$HAVE_LIBSELINUX" = yes; then
9393
9394 $as_echo "#define HAVE_LIBSELINUX 1" >>confdefs.h
9395
9396 LIBSELINUX_LIBS=-lselinux
9397 fi
9398 fi
9399
9400
9401 HAVE_XAW3D=no
9402 LUCID_LIBW=
9403 if test x"${USE_X_TOOLKIT}" = xmaybe || test x"${USE_X_TOOLKIT}" = xLUCID; then
9404 if test "$with_xaw3d" != no; then
9405 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xaw3d" >&5
9406 $as_echo_n "checking for xaw3d... " >&6; }
9407 if test "${emacs_cv_xaw3d+set}" = set; then :
9408 $as_echo_n "(cached) " >&6
9409 else
9410 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9411 /* end confdefs.h. */
9412
9413 #include <X11/Intrinsic.h>
9414 #include <X11/Xaw3d/Simple.h>
9415 int
9416 main ()
9417 {
9418
9419 ;
9420 return 0;
9421 }
9422 _ACEOF
9423 if ac_fn_c_try_link "$LINENO"; then :
9424 emacs_cv_xaw3d=yes
9425 else
9426 emacs_cv_xaw3d=no
9427 fi
9428 rm -f core conftest.err conftest.$ac_objext \
9429 conftest$ac_exeext conftest.$ac_ext
9430 fi
9431
9432 else
9433 emacs_cv_xaw3d=no
9434 fi
9435 if test $emacs_cv_xaw3d = yes; then
9436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes; using Lucid toolkit" >&5
9437 $as_echo "yes; using Lucid toolkit" >&6; }
9438 USE_X_TOOLKIT=LUCID
9439 HAVE_XAW3D=yes
9440 LUCID_LIBW=-lXaw3d
9441
9442 $as_echo "#define HAVE_XAW3D 1" >>confdefs.h
9443
9444 else
9445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9446 $as_echo "no" >&6; }
9447 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libXaw" >&5
9448 $as_echo_n "checking for libXaw... " >&6; }
9449 if test "${emacs_cv_xaw+set}" = set; then :
9450 $as_echo_n "(cached) " >&6
9451 else
9452 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9453 /* end confdefs.h. */
9454
9455 #include <X11/Intrinsic.h>
9456 #include <X11/Xaw/Simple.h>
9457 int
9458 main ()
9459 {
9460
9461 ;
9462 return 0;
9463 }
9464 _ACEOF
9465 if ac_fn_c_try_link "$LINENO"; then :
9466 emacs_cv_xaw=yes
9467 else
9468 emacs_cv_xaw=no
9469 fi
9470 rm -f core conftest.err conftest.$ac_objext \
9471 conftest$ac_exeext conftest.$ac_ext
9472 fi
9473
9474 if test $emacs_cv_xaw = yes; then
9475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes; using Lucid toolkit" >&5
9476 $as_echo "yes; using Lucid toolkit" >&6; }
9477 USE_X_TOOLKIT=LUCID
9478 LUCID_LIBW=-lXaw
9479 elif test x"${USE_X_TOOLKIT}" = xLUCID; then
9480 as_fn_error "Lucid toolkit requires X11/Xaw include files" "$LINENO" 5
9481 else
9482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no; do not use toolkit by default" >&5
9483 $as_echo "no; do not use toolkit by default" >&6; }
9484 USE_X_TOOLKIT=none
9485 fi
9486 fi
9487 fi
9488
9489 X_TOOLKIT_TYPE=$USE_X_TOOLKIT
9490
9491 LIBXTR6=
9492 if test "${USE_X_TOOLKIT}" != "none"; then
9493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking X11 toolkit version" >&5
9494 $as_echo_n "checking X11 toolkit version... " >&6; }
9495 if test "${emacs_cv_x11_toolkit_version_6+set}" = set; then :
9496 $as_echo_n "(cached) " >&6
9497 else
9498 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9499 /* end confdefs.h. */
9500 #include <X11/Intrinsic.h>
9501 int
9502 main ()
9503 {
9504 #if XtSpecificationRelease < 6
9505 fail;
9506 #endif
9507
9508 ;
9509 return 0;
9510 }
9511 _ACEOF
9512 if ac_fn_c_try_link "$LINENO"; then :
9513 emacs_cv_x11_toolkit_version_6=yes
9514 else
9515 emacs_cv_x11_toolkit_version_6=no
9516 fi
9517 rm -f core conftest.err conftest.$ac_objext \
9518 conftest$ac_exeext conftest.$ac_ext
9519 fi
9520
9521 HAVE_X11XTR6=$emacs_cv_x11_toolkit_version_6
9522 if test $emacs_cv_x11_toolkit_version_6 = yes; then
9523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: 6 or newer" >&5
9524 $as_echo "6 or newer" >&6; }
9525
9526 $as_echo "#define HAVE_X11XTR6 1" >>confdefs.h
9527
9528 LIBXTR6="-lSM -lICE"
9529 case "$opsys" in
9530 ## Use libw.a along with X11R6 Xt.
9531 unixware) LIBXTR6="$LIBXTR6 -lw" ;;
9532 esac
9533 else
9534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: before 6" >&5
9535 $as_echo "before 6" >&6; }
9536 fi
9537
9538 OLDLIBS="$LIBS"
9539 if test x$HAVE_X11XTR6 = xyes; then
9540 LIBS="-lXt -lSM -lICE $LIBS"
9541 else
9542 LIBS="-lXt $LIBS"
9543 fi
9544 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XmuConvertStandardSelection in -lXmu" >&5
9545 $as_echo_n "checking for XmuConvertStandardSelection in -lXmu... " >&6; }
9546 if test "${ac_cv_lib_Xmu_XmuConvertStandardSelection+set}" = set; then :
9547 $as_echo_n "(cached) " >&6
9548 else
9549 ac_check_lib_save_LIBS=$LIBS
9550 LIBS="-lXmu $LIBS"
9551 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9552 /* end confdefs.h. */
9553
9554 /* Override any GCC internal prototype to avoid an error.
9555 Use char because int might match the return type of a GCC
9556 builtin and then its argument prototype would still apply. */
9557 #ifdef __cplusplus
9558 extern "C"
9559 #endif
9560 char XmuConvertStandardSelection ();
9561 int
9562 main ()
9563 {
9564 return XmuConvertStandardSelection ();
9565 ;
9566 return 0;
9567 }
9568 _ACEOF
9569 if ac_fn_c_try_link "$LINENO"; then :
9570 ac_cv_lib_Xmu_XmuConvertStandardSelection=yes
9571 else
9572 ac_cv_lib_Xmu_XmuConvertStandardSelection=no
9573 fi
9574 rm -f core conftest.err conftest.$ac_objext \
9575 conftest$ac_exeext conftest.$ac_ext
9576 LIBS=$ac_check_lib_save_LIBS
9577 fi
9578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xmu_XmuConvertStandardSelection" >&5
9579 $as_echo "$ac_cv_lib_Xmu_XmuConvertStandardSelection" >&6; }
9580 if test "x$ac_cv_lib_Xmu_XmuConvertStandardSelection" = x""yes; then :
9581 cat >>confdefs.h <<_ACEOF
9582 #define HAVE_LIBXMU 1
9583 _ACEOF
9584
9585 LIBS="-lXmu $LIBS"
9586
9587 fi
9588
9589 test $ac_cv_lib_Xmu_XmuConvertStandardSelection = no && LIBS="$OLDLIBS"
9590 fi
9591
9592
9593 LIBXMU=-lXmu
9594 case "$machine" in
9595 ## These machines don't supply Xmu.
9596 hpux* | aix4-2 )
9597 test "X$ac_cv_lib_Xmu_XmuConvertStandardSelection" != "Xyes" && LIBXMU=
9598 ;;
9599 esac
9600
9601
9602 # On Irix 6.5, at least, we need XShapeQueryExtension from -lXext for Xaw3D.
9603 if test "${HAVE_X11}" = "yes"; then
9604 if test "${USE_X_TOOLKIT}" != "none"; then
9605 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
9606 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
9607 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then :
9608 $as_echo_n "(cached) " >&6
9609 else
9610 ac_check_lib_save_LIBS=$LIBS
9611 LIBS="-lXext $LIBS"
9612 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9613 /* end confdefs.h. */
9614
9615 /* Override any GCC internal prototype to avoid an error.
9616 Use char because int might match the return type of a GCC
9617 builtin and then its argument prototype would still apply. */
9618 #ifdef __cplusplus
9619 extern "C"
9620 #endif
9621 char XShapeQueryExtension ();
9622 int
9623 main ()
9624 {
9625 return XShapeQueryExtension ();
9626 ;
9627 return 0;
9628 }
9629 _ACEOF
9630 if ac_fn_c_try_link "$LINENO"; then :
9631 ac_cv_lib_Xext_XShapeQueryExtension=yes
9632 else
9633 ac_cv_lib_Xext_XShapeQueryExtension=no
9634 fi
9635 rm -f core conftest.err conftest.$ac_objext \
9636 conftest$ac_exeext conftest.$ac_ext
9637 LIBS=$ac_check_lib_save_LIBS
9638 fi
9639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
9640 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
9641 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then :
9642 cat >>confdefs.h <<_ACEOF
9643 #define HAVE_LIBXEXT 1
9644 _ACEOF
9645
9646 LIBS="-lXext $LIBS"
9647
9648 fi
9649
9650 fi
9651 fi
9652
9653 LIBXP=
9654 if test "${USE_X_TOOLKIT}" = "MOTIF"; then
9655 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Motif version 2.1" >&5
9656 $as_echo_n "checking for Motif version 2.1... " >&6; }
9657 if test "${emacs_cv_motif_version_2_1+set}" = set; then :
9658 $as_echo_n "(cached) " >&6
9659 else
9660 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9661 /* end confdefs.h. */
9662 #include <Xm/Xm.h>
9663 int
9664 main ()
9665 {
9666 #if XmVERSION > 2 || (XmVERSION == 2 && XmREVISION >= 1)
9667 int x = 5;
9668 #else
9669 Motif version prior to 2.1.
9670 #endif
9671 ;
9672 return 0;
9673 }
9674 _ACEOF
9675 if ac_fn_c_try_compile "$LINENO"; then :
9676 emacs_cv_motif_version_2_1=yes
9677 else
9678 emacs_cv_motif_version_2_1=no
9679 fi
9680 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9681 fi
9682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_motif_version_2_1" >&5
9683 $as_echo "$emacs_cv_motif_version_2_1" >&6; }
9684 if test $emacs_cv_motif_version_2_1 = yes; then
9685 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XpCreateContext in -lXp" >&5
9686 $as_echo_n "checking for XpCreateContext in -lXp... " >&6; }
9687 if test "${ac_cv_lib_Xp_XpCreateContext+set}" = set; then :
9688 $as_echo_n "(cached) " >&6
9689 else
9690 ac_check_lib_save_LIBS=$LIBS
9691 LIBS="-lXp $LIBS"
9692 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9693 /* end confdefs.h. */
9694
9695 /* Override any GCC internal prototype to avoid an error.
9696 Use char because int might match the return type of a GCC
9697 builtin and then its argument prototype would still apply. */
9698 #ifdef __cplusplus
9699 extern "C"
9700 #endif
9701 char XpCreateContext ();
9702 int
9703 main ()
9704 {
9705 return XpCreateContext ();
9706 ;
9707 return 0;
9708 }
9709 _ACEOF
9710 if ac_fn_c_try_link "$LINENO"; then :
9711 ac_cv_lib_Xp_XpCreateContext=yes
9712 else
9713 ac_cv_lib_Xp_XpCreateContext=no
9714 fi
9715 rm -f core conftest.err conftest.$ac_objext \
9716 conftest$ac_exeext conftest.$ac_ext
9717 LIBS=$ac_check_lib_save_LIBS
9718 fi
9719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xp_XpCreateContext" >&5
9720 $as_echo "$ac_cv_lib_Xp_XpCreateContext" >&6; }
9721 if test "x$ac_cv_lib_Xp_XpCreateContext" = x""yes; then :
9722 LIBXP=-lXp
9723 fi
9724
9725 else
9726 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LessTif where some systems put it" >&5
9727 $as_echo_n "checking for LessTif where some systems put it... " >&6; }
9728 if test "${emacs_cv_lesstif+set}" = set; then :
9729 $as_echo_n "(cached) " >&6
9730 else
9731 # We put this in CFLAGS temporarily to precede other -I options
9732 # that might be in CFLAGS temporarily.
9733 # We put this in CPPFLAGS where it precedes the other -I options.
9734 OLD_CPPFLAGS=$CPPFLAGS
9735 OLD_CFLAGS=$CFLAGS
9736 CPPFLAGS="-I/usr/X11R6/LessTif/Motif1.2/include $CPPFLAGS"
9737 CFLAGS="-I/usr/X11R6/LessTif/Motif1.2/include $CFLAGS"
9738 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9739 /* end confdefs.h. */
9740 #include </usr/X11R6/LessTif/Motif1.2/include/Xm/Xm.h>
9741 int
9742 main ()
9743 {
9744 int x = 5;
9745 ;
9746 return 0;
9747 }
9748 _ACEOF
9749 if ac_fn_c_try_compile "$LINENO"; then :
9750 emacs_cv_lesstif=yes
9751 else
9752 emacs_cv_lesstif=no
9753 fi
9754 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9755 fi
9756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_lesstif" >&5
9757 $as_echo "$emacs_cv_lesstif" >&6; }
9758 if test $emacs_cv_lesstif = yes; then
9759 # Make sure this -I option remains in CPPFLAGS after it is set
9760 # back to REAL_CPPFLAGS.
9761 # There is no need to change REAL_CFLAGS, because REAL_CFLAGS does not
9762 # have those other -I options anyway. Ultimately, having this
9763 # directory ultimately in CPPFLAGS will be enough.
9764 REAL_CPPFLAGS="-I/usr/X11R6/LessTif/Motif1.2/include $REAL_CPPFLAGS"
9765 LDFLAGS="-L/usr/X11R6/LessTif/Motif1.2/lib $LDFLAGS"
9766 else
9767 CFLAGS=$OLD_CFLAGS
9768 CPPFLAGS=$OLD_CPPFLAGS
9769 fi
9770 fi
9771 fi
9772
9773
9774 USE_TOOLKIT_SCROLL_BARS=no
9775 if test "${with_toolkit_scroll_bars}" != "no"; then
9776 if test "${USE_X_TOOLKIT}" != "none"; then
9777 if test "${USE_X_TOOLKIT}" = "MOTIF"; then
9778 $as_echo "#define USE_TOOLKIT_SCROLL_BARS 1" >>confdefs.h
9779
9780 HAVE_XAW3D=no
9781 USE_TOOLKIT_SCROLL_BARS=yes
9782 elif test "${HAVE_XAW3D}" = "yes"; then
9783 $as_echo "#define USE_TOOLKIT_SCROLL_BARS 1" >>confdefs.h
9784
9785 USE_TOOLKIT_SCROLL_BARS=yes
9786 fi
9787 elif test "${HAVE_GTK}" = "yes"; then
9788 $as_echo "#define USE_TOOLKIT_SCROLL_BARS 1" >>confdefs.h
9789
9790 USE_TOOLKIT_SCROLL_BARS=yes
9791 elif test "${HAVE_NS}" = "yes"; then
9792 $as_echo "#define USE_TOOLKIT_SCROLL_BARS 1" >>confdefs.h
9793
9794 USE_TOOLKIT_SCROLL_BARS=yes
9795 fi
9796 fi
9797
9798 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9799 /* end confdefs.h. */
9800
9801 #include <X11/Xlib.h>
9802 #include <X11/Xresource.h>
9803 int
9804 main ()
9805 {
9806 XIMProc callback;
9807 ;
9808 return 0;
9809 }
9810 _ACEOF
9811 if ac_fn_c_try_compile "$LINENO"; then :
9812 HAVE_XIM=yes
9813
9814 $as_echo "#define HAVE_XIM 1" >>confdefs.h
9815
9816 else
9817 HAVE_XIM=no
9818 fi
9819 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9820
9821
9822 if test "${with_xim}" != "no"; then
9823
9824 $as_echo "#define USE_XIM 1" >>confdefs.h
9825
9826 fi
9827
9828
9829 if test "${HAVE_XIM}" != "no"; then
9830 late_CFLAGS=$CFLAGS
9831 if test "$GCC" = yes; then
9832 CFLAGS="$CFLAGS --pedantic-errors"
9833 fi
9834 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9835 /* end confdefs.h. */
9836
9837 #include <X11/Xlib.h>
9838 #include <X11/Xresource.h>
9839 int
9840 main ()
9841 {
9842 Display *display;
9843 XrmDatabase db;
9844 char *res_name;
9845 char *res_class;
9846 XIMProc callback;
9847 XPointer *client_data;
9848 #ifndef __GNUC__
9849 /* If we're not using GCC, it's probably not XFree86, and this is
9850 probably right, but we can't use something like --pedantic-errors. */
9851 extern Bool XRegisterIMInstantiateCallback(Display*, XrmDatabase, char*,
9852 char*, XIMProc, XPointer*);
9853 #endif
9854 (void)XRegisterIMInstantiateCallback(display, db, res_name, res_class, callback,
9855 client_data);
9856 ;
9857 return 0;
9858 }
9859 _ACEOF
9860 if ac_fn_c_try_compile "$LINENO"; then :
9861 emacs_cv_arg6_star=yes
9862 fi
9863 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9864 if test "$emacs_cv_arg6_star" = yes; then
9865 $as_echo "#define XRegisterIMInstantiateCallback_arg6 XPointer*" >>confdefs.h
9866
9867 else
9868 $as_echo "#define XRegisterIMInstantiateCallback_arg6 XPointer" >>confdefs.h
9869
9870 fi
9871 CFLAGS=$late_CFLAGS
9872 fi
9873
9874 ### Start of font-backend (under any platform) section.
9875 # (nothing here yet -- this is a placeholder)
9876 ### End of font-backend (under any platform) section.
9877
9878 ### Start of font-backend (under X11) section.
9879 if test "${HAVE_X11}" = "yes"; then
9880
9881 succeeded=no
9882
9883 # Extract the first word of "pkg-config", so it can be a program name with args.
9884 set dummy pkg-config; ac_word=$2
9885 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9886 $as_echo_n "checking for $ac_word... " >&6; }
9887 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
9888 $as_echo_n "(cached) " >&6
9889 else
9890 case $PKG_CONFIG in
9891 [\\/]* | ?:[\\/]*)
9892 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
9893 ;;
9894 *)
9895 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9896 for as_dir in $PATH
9897 do
9898 IFS=$as_save_IFS
9899 test -z "$as_dir" && as_dir=.
9900 for ac_exec_ext in '' $ac_executable_extensions; do
9901 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9902 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
9903 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9904 break 2
9905 fi
9906 done
9907 done
9908 IFS=$as_save_IFS
9909
9910 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
9911 ;;
9912 esac
9913 fi
9914 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
9915 if test -n "$PKG_CONFIG"; then
9916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
9917 $as_echo "$PKG_CONFIG" >&6; }
9918 else
9919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9920 $as_echo "no" >&6; }
9921 fi
9922
9923
9924
9925 if test "$PKG_CONFIG" = "no" ; then
9926 HAVE_FC=no
9927 else
9928 PKG_CONFIG_MIN_VERSION=0.9.0
9929 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
9930 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fontconfig >= 2.2.0" >&5
9931 $as_echo_n "checking for fontconfig >= 2.2.0... " >&6; }
9932
9933 if $PKG_CONFIG --exists "fontconfig >= 2.2.0" 2>&5; then
9934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9935 $as_echo "yes" >&6; }
9936 succeeded=yes
9937
9938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking FONTCONFIG_CFLAGS" >&5
9939 $as_echo_n "checking FONTCONFIG_CFLAGS... " >&6; }
9940 FONTCONFIG_CFLAGS=`$PKG_CONFIG --cflags "fontconfig >= 2.2.0"|sed -e 's,///*,/,g'`
9941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTCONFIG_CFLAGS" >&5
9942 $as_echo "$FONTCONFIG_CFLAGS" >&6; }
9943
9944 { $as_echo "$as_me:${as_lineno-$LINENO}: checking FONTCONFIG_LIBS" >&5
9945 $as_echo_n "checking FONTCONFIG_LIBS... " >&6; }
9946 FONTCONFIG_LIBS=`$PKG_CONFIG --libs "fontconfig >= 2.2.0"|sed -e 's,///*,/,g'`
9947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTCONFIG_LIBS" >&5
9948 $as_echo "$FONTCONFIG_LIBS" >&6; }
9949 else
9950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9951 $as_echo "no" >&6; }
9952 FONTCONFIG_CFLAGS=""
9953 FONTCONFIG_LIBS=""
9954 ## If we have a custom action on failure, don't print errors, but
9955 ## do set a variable so people can do so.
9956 FONTCONFIG_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "fontconfig >= 2.2.0"`
9957
9958 fi
9959
9960
9961
9962 else
9963 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
9964 echo "*** See http://www.freedesktop.org/software/pkgconfig"
9965 fi
9966 fi
9967
9968 if test $succeeded = yes; then
9969 HAVE_FC=yes
9970 else
9971 HAVE_FC=no
9972 fi
9973
9974
9975 ## Use -lXft if available, unless `--with-xft=no'.
9976 HAVE_XFT=maybe
9977 if test "${HAVE_FC}" = "no" || test "x${with_x}" = "xno"; then
9978 with_xft="no";
9979 fi
9980 if test "x${with_xft}" != "xno"; then
9981
9982
9983 succeeded=no
9984
9985 # Extract the first word of "pkg-config", so it can be a program name with args.
9986 set dummy pkg-config; ac_word=$2
9987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9988 $as_echo_n "checking for $ac_word... " >&6; }
9989 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
9990 $as_echo_n "(cached) " >&6
9991 else
9992 case $PKG_CONFIG in
9993 [\\/]* | ?:[\\/]*)
9994 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
9995 ;;
9996 *)
9997 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9998 for as_dir in $PATH
9999 do
10000 IFS=$as_save_IFS
10001 test -z "$as_dir" && as_dir=.
10002 for ac_exec_ext in '' $ac_executable_extensions; do
10003 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10004 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
10005 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10006 break 2
10007 fi
10008 done
10009 done
10010 IFS=$as_save_IFS
10011
10012 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
10013 ;;
10014 esac
10015 fi
10016 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
10017 if test -n "$PKG_CONFIG"; then
10018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
10019 $as_echo "$PKG_CONFIG" >&6; }
10020 else
10021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10022 $as_echo "no" >&6; }
10023 fi
10024
10025
10026
10027 if test "$PKG_CONFIG" = "no" ; then
10028 HAVE_XFT=no
10029 else
10030 PKG_CONFIG_MIN_VERSION=0.9.0
10031 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
10032 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xft >= 0.13.0" >&5
10033 $as_echo_n "checking for xft >= 0.13.0... " >&6; }
10034
10035 if $PKG_CONFIG --exists "xft >= 0.13.0" 2>&5; then
10036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10037 $as_echo "yes" >&6; }
10038 succeeded=yes
10039
10040 { $as_echo "$as_me:${as_lineno-$LINENO}: checking XFT_CFLAGS" >&5
10041 $as_echo_n "checking XFT_CFLAGS... " >&6; }
10042 XFT_CFLAGS=`$PKG_CONFIG --cflags "xft >= 0.13.0"|sed -e 's,///*,/,g'`
10043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XFT_CFLAGS" >&5
10044 $as_echo "$XFT_CFLAGS" >&6; }
10045
10046 { $as_echo "$as_me:${as_lineno-$LINENO}: checking XFT_LIBS" >&5
10047 $as_echo_n "checking XFT_LIBS... " >&6; }
10048 XFT_LIBS=`$PKG_CONFIG --libs "xft >= 0.13.0"|sed -e 's,///*,/,g'`
10049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XFT_LIBS" >&5
10050 $as_echo "$XFT_LIBS" >&6; }
10051 else
10052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10053 $as_echo "no" >&6; }
10054 XFT_CFLAGS=""
10055 XFT_LIBS=""
10056 ## If we have a custom action on failure, don't print errors, but
10057 ## do set a variable so people can do so.
10058 XFT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "xft >= 0.13.0"`
10059
10060 fi
10061
10062
10063
10064 else
10065 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
10066 echo "*** See http://www.freedesktop.org/software/pkgconfig"
10067 fi
10068 fi
10069
10070 if test $succeeded = yes; then
10071 :
10072 else
10073 HAVE_XFT=no
10074 fi
10075
10076 ## Because xftfont.c uses XRenderQueryExtension, we also
10077 ## need to link to -lXrender.
10078 HAVE_XRENDER=no
10079 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderQueryExtension in -lXrender" >&5
10080 $as_echo_n "checking for XRenderQueryExtension in -lXrender... " >&6; }
10081 if test "${ac_cv_lib_Xrender_XRenderQueryExtension+set}" = set; then :
10082 $as_echo_n "(cached) " >&6
10083 else
10084 ac_check_lib_save_LIBS=$LIBS
10085 LIBS="-lXrender $LIBS"
10086 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10087 /* end confdefs.h. */
10088
10089 /* Override any GCC internal prototype to avoid an error.
10090 Use char because int might match the return type of a GCC
10091 builtin and then its argument prototype would still apply. */
10092 #ifdef __cplusplus
10093 extern "C"
10094 #endif
10095 char XRenderQueryExtension ();
10096 int
10097 main ()
10098 {
10099 return XRenderQueryExtension ();
10100 ;
10101 return 0;
10102 }
10103 _ACEOF
10104 if ac_fn_c_try_link "$LINENO"; then :
10105 ac_cv_lib_Xrender_XRenderQueryExtension=yes
10106 else
10107 ac_cv_lib_Xrender_XRenderQueryExtension=no
10108 fi
10109 rm -f core conftest.err conftest.$ac_objext \
10110 conftest$ac_exeext conftest.$ac_ext
10111 LIBS=$ac_check_lib_save_LIBS
10112 fi
10113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderQueryExtension" >&5
10114 $as_echo "$ac_cv_lib_Xrender_XRenderQueryExtension" >&6; }
10115 if test "x$ac_cv_lib_Xrender_XRenderQueryExtension" = x""yes; then :
10116 HAVE_XRENDER=yes
10117 fi
10118
10119 if test "$HAVE_XFT" != no && test "$HAVE_XRENDER" != no; then
10120 OLD_CPPFLAGS="$CPPFLAGS"
10121 OLD_CFLAGS="$CFLAGS"
10122 OLD_LIBS="$LIBS"
10123 CPPFLAGS="$CPPFLAGS $XFT_CFLAGS"
10124 CFLAGS="$CFLAGS $XFT_CFLAGS"
10125 XFT_LIBS="-lXrender $XFT_LIBS"
10126 LIBS="$XFT_LIBS $LIBS"
10127 ac_fn_c_check_header_mongrel "$LINENO" "X11/Xft/Xft.h" "ac_cv_header_X11_Xft_Xft_h" "$ac_includes_default"
10128 if test "x$ac_cv_header_X11_Xft_Xft_h" = x""yes; then :
10129 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XftFontOpen in -lXft" >&5
10130 $as_echo_n "checking for XftFontOpen in -lXft... " >&6; }
10131 if test "${ac_cv_lib_Xft_XftFontOpen+set}" = set; then :
10132 $as_echo_n "(cached) " >&6
10133 else
10134 ac_check_lib_save_LIBS=$LIBS
10135 LIBS="-lXft $XFT_LIBS $LIBS"
10136 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10137 /* end confdefs.h. */
10138
10139 /* Override any GCC internal prototype to avoid an error.
10140 Use char because int might match the return type of a GCC
10141 builtin and then its argument prototype would still apply. */
10142 #ifdef __cplusplus
10143 extern "C"
10144 #endif
10145 char XftFontOpen ();
10146 int
10147 main ()
10148 {
10149 return XftFontOpen ();
10150 ;
10151 return 0;
10152 }
10153 _ACEOF
10154 if ac_fn_c_try_link "$LINENO"; then :
10155 ac_cv_lib_Xft_XftFontOpen=yes
10156 else
10157 ac_cv_lib_Xft_XftFontOpen=no
10158 fi
10159 rm -f core conftest.err conftest.$ac_objext \
10160 conftest$ac_exeext conftest.$ac_ext
10161 LIBS=$ac_check_lib_save_LIBS
10162 fi
10163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xft_XftFontOpen" >&5
10164 $as_echo "$ac_cv_lib_Xft_XftFontOpen" >&6; }
10165 if test "x$ac_cv_lib_Xft_XftFontOpen" = x""yes; then :
10166 HAVE_XFT=yes
10167 fi
10168
10169 fi
10170
10171
10172
10173 if test "${HAVE_XFT}" = "yes"; then
10174
10175 $as_echo "#define HAVE_XFT 1" >>confdefs.h
10176
10177
10178 C_SWITCH_X_SITE="$C_SWITCH_X_SITE $XFT_CFLAGS"
10179 else
10180 CPPFLAGS="$OLD_CPPFLAGS"
10181 CFLAGS="$OLD_CFLAGS"
10182 LIBS="$OLD_LIBS"
10183 fi # "${HAVE_XFT}" = "yes"
10184 fi # "$HAVE_XFT" != no
10185 fi # "x${with_xft}" != "xno"
10186
10187 if test "$HAVE_XFT" != "yes"; then
10188 HAVE_XFT=no
10189 fi
10190
10191
10192 HAVE_FREETYPE=no
10193 ## We used to allow building with FreeType and without Xft.
10194 ## However, the ftx font backend driver is not in good shape.
10195 if test "${HAVE_XFT}" = "yes"; then
10196 HAVE_FREETYPE=yes
10197 FONTCONFIG_CFLAGS=
10198 FONTCONFIG_LIBS=
10199 fi
10200
10201 HAVE_LIBOTF=no
10202 if test "${HAVE_FREETYPE}" = "yes"; then
10203
10204 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
10205
10206 if test "${with_libotf}" != "no"; then
10207
10208 succeeded=no
10209
10210 # Extract the first word of "pkg-config", so it can be a program name with args.
10211 set dummy pkg-config; ac_word=$2
10212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10213 $as_echo_n "checking for $ac_word... " >&6; }
10214 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
10215 $as_echo_n "(cached) " >&6
10216 else
10217 case $PKG_CONFIG in
10218 [\\/]* | ?:[\\/]*)
10219 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
10220 ;;
10221 *)
10222 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10223 for as_dir in $PATH
10224 do
10225 IFS=$as_save_IFS
10226 test -z "$as_dir" && as_dir=.
10227 for ac_exec_ext in '' $ac_executable_extensions; do
10228 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10229 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
10230 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10231 break 2
10232 fi
10233 done
10234 done
10235 IFS=$as_save_IFS
10236
10237 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
10238 ;;
10239 esac
10240 fi
10241 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
10242 if test -n "$PKG_CONFIG"; then
10243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
10244 $as_echo "$PKG_CONFIG" >&6; }
10245 else
10246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10247 $as_echo "no" >&6; }
10248 fi
10249
10250
10251
10252 if test "$PKG_CONFIG" = "no" ; then
10253 HAVE_LIBOTF=no
10254 else
10255 PKG_CONFIG_MIN_VERSION=0.9.0
10256 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
10257 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libotf" >&5
10258 $as_echo_n "checking for libotf... " >&6; }
10259
10260 if $PKG_CONFIG --exists "libotf" 2>&5; then
10261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10262 $as_echo "yes" >&6; }
10263 succeeded=yes
10264
10265 { $as_echo "$as_me:${as_lineno-$LINENO}: checking LIBOTF_CFLAGS" >&5
10266 $as_echo_n "checking LIBOTF_CFLAGS... " >&6; }
10267 LIBOTF_CFLAGS=`$PKG_CONFIG --cflags "libotf"|sed -e 's,///*,/,g'`
10268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBOTF_CFLAGS" >&5
10269 $as_echo "$LIBOTF_CFLAGS" >&6; }
10270
10271 { $as_echo "$as_me:${as_lineno-$LINENO}: checking LIBOTF_LIBS" >&5
10272 $as_echo_n "checking LIBOTF_LIBS... " >&6; }
10273 LIBOTF_LIBS=`$PKG_CONFIG --libs "libotf"|sed -e 's,///*,/,g'`
10274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBOTF_LIBS" >&5
10275 $as_echo "$LIBOTF_LIBS" >&6; }
10276 else
10277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10278 $as_echo "no" >&6; }
10279 LIBOTF_CFLAGS=""
10280 LIBOTF_LIBS=""
10281 ## If we have a custom action on failure, don't print errors, but
10282 ## do set a variable so people can do so.
10283 LIBOTF_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libotf"`
10284
10285 fi
10286
10287
10288
10289 else
10290 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
10291 echo "*** See http://www.freedesktop.org/software/pkgconfig"
10292 fi
10293 fi
10294
10295 if test $succeeded = yes; then
10296 HAVE_LIBOTF=yes
10297 else
10298 HAVE_LIBOTF=no
10299 fi
10300
10301 if test "$HAVE_LIBOTF" = "yes"; then
10302
10303 $as_echo "#define HAVE_LIBOTF 1" >>confdefs.h
10304
10305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OTF_get_variation_glyphs in -lotf" >&5
10306 $as_echo_n "checking for OTF_get_variation_glyphs in -lotf... " >&6; }
10307 if test "${ac_cv_lib_otf_OTF_get_variation_glyphs+set}" = set; then :
10308 $as_echo_n "(cached) " >&6
10309 else
10310 ac_check_lib_save_LIBS=$LIBS
10311 LIBS="-lotf $LIBS"
10312 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10313 /* end confdefs.h. */
10314
10315 /* Override any GCC internal prototype to avoid an error.
10316 Use char because int might match the return type of a GCC
10317 builtin and then its argument prototype would still apply. */
10318 #ifdef __cplusplus
10319 extern "C"
10320 #endif
10321 char OTF_get_variation_glyphs ();
10322 int
10323 main ()
10324 {
10325 return OTF_get_variation_glyphs ();
10326 ;
10327 return 0;
10328 }
10329 _ACEOF
10330 if ac_fn_c_try_link "$LINENO"; then :
10331 ac_cv_lib_otf_OTF_get_variation_glyphs=yes
10332 else
10333 ac_cv_lib_otf_OTF_get_variation_glyphs=no
10334 fi
10335 rm -f core conftest.err conftest.$ac_objext \
10336 conftest$ac_exeext conftest.$ac_ext
10337 LIBS=$ac_check_lib_save_LIBS
10338 fi
10339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_otf_OTF_get_variation_glyphs" >&5
10340 $as_echo "$ac_cv_lib_otf_OTF_get_variation_glyphs" >&6; }
10341 if test "x$ac_cv_lib_otf_OTF_get_variation_glyphs" = x""yes; then :
10342 HAVE_OTF_GET_VARIATION_GLYPHS=yes
10343 else
10344 HAVE_OTF_GET_VARIATION_GLYPHS=no
10345 fi
10346
10347 if test "${HAVE_OTF_GET_VARIATION_GLYPHS}" = "yes"; then
10348
10349 $as_echo "#define HAVE_OTF_GET_VARIATION_GLYPHS 1" >>confdefs.h
10350
10351 fi
10352 fi
10353 fi
10354 fi
10355
10356 HAVE_M17N_FLT=no
10357 if test "${HAVE_LIBOTF}" = yes; then
10358 if test "${with_m17n_flt}" != "no"; then
10359
10360 succeeded=no
10361
10362 # Extract the first word of "pkg-config", so it can be a program name with args.
10363 set dummy pkg-config; ac_word=$2
10364 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10365 $as_echo_n "checking for $ac_word... " >&6; }
10366 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
10367 $as_echo_n "(cached) " >&6
10368 else
10369 case $PKG_CONFIG in
10370 [\\/]* | ?:[\\/]*)
10371 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
10372 ;;
10373 *)
10374 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10375 for as_dir in $PATH
10376 do
10377 IFS=$as_save_IFS
10378 test -z "$as_dir" && as_dir=.
10379 for ac_exec_ext in '' $ac_executable_extensions; do
10380 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10381 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
10382 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10383 break 2
10384 fi
10385 done
10386 done
10387 IFS=$as_save_IFS
10388
10389 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
10390 ;;
10391 esac
10392 fi
10393 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
10394 if test -n "$PKG_CONFIG"; then
10395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
10396 $as_echo "$PKG_CONFIG" >&6; }
10397 else
10398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10399 $as_echo "no" >&6; }
10400 fi
10401
10402
10403
10404 if test "$PKG_CONFIG" = "no" ; then
10405 HAVE_M17N_FLT=no
10406 else
10407 PKG_CONFIG_MIN_VERSION=0.9.0
10408 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
10409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for m17n-flt" >&5
10410 $as_echo_n "checking for m17n-flt... " >&6; }
10411
10412 if $PKG_CONFIG --exists "m17n-flt" 2>&5; then
10413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10414 $as_echo "yes" >&6; }
10415 succeeded=yes
10416
10417 { $as_echo "$as_me:${as_lineno-$LINENO}: checking M17N_FLT_CFLAGS" >&5
10418 $as_echo_n "checking M17N_FLT_CFLAGS... " >&6; }
10419 M17N_FLT_CFLAGS=`$PKG_CONFIG --cflags "m17n-flt"|sed -e 's,///*,/,g'`
10420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $M17N_FLT_CFLAGS" >&5
10421 $as_echo "$M17N_FLT_CFLAGS" >&6; }
10422
10423 { $as_echo "$as_me:${as_lineno-$LINENO}: checking M17N_FLT_LIBS" >&5
10424 $as_echo_n "checking M17N_FLT_LIBS... " >&6; }
10425 M17N_FLT_LIBS=`$PKG_CONFIG --libs "m17n-flt"|sed -e 's,///*,/,g'`
10426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $M17N_FLT_LIBS" >&5
10427 $as_echo "$M17N_FLT_LIBS" >&6; }
10428 else
10429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10430 $as_echo "no" >&6; }
10431 M17N_FLT_CFLAGS=""
10432 M17N_FLT_LIBS=""
10433 ## If we have a custom action on failure, don't print errors, but
10434 ## do set a variable so people can do so.
10435 M17N_FLT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "m17n-flt"`
10436
10437 fi
10438
10439
10440
10441 else
10442 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
10443 echo "*** See http://www.freedesktop.org/software/pkgconfig"
10444 fi
10445 fi
10446
10447 if test $succeeded = yes; then
10448 HAVE_M17N_FLT=yes
10449 else
10450 HAVE_M17N_FLT=no
10451 fi
10452
10453 if test "$HAVE_M17N_FLT" = "yes"; then
10454
10455 $as_echo "#define HAVE_M17N_FLT 1" >>confdefs.h
10456
10457 fi
10458 fi
10459 fi
10460 else
10461 HAVE_XFT=no
10462 HAVE_FREETYPE=no
10463 HAVE_LIBOTF=no
10464 HAVE_M17N_FLT=no
10465 fi
10466
10467 ### End of font-backend (under X11) section.
10468
10469
10470
10471
10472
10473
10474
10475
10476
10477
10478 ### Use -lXpm if available, unless `--with-xpm=no'.
10479 HAVE_XPM=no
10480 LIBXPM=
10481 if test "${HAVE_X11}" = "yes"; then
10482 if test "${with_xpm}" != "no"; then
10483 ac_fn_c_check_header_mongrel "$LINENO" "X11/xpm.h" "ac_cv_header_X11_xpm_h" "$ac_includes_default"
10484 if test "x$ac_cv_header_X11_xpm_h" = x""yes; then :
10485 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XpmReadFileToPixmap in -lXpm" >&5
10486 $as_echo_n "checking for XpmReadFileToPixmap in -lXpm... " >&6; }
10487 if test "${ac_cv_lib_Xpm_XpmReadFileToPixmap+set}" = set; then :
10488 $as_echo_n "(cached) " >&6
10489 else
10490 ac_check_lib_save_LIBS=$LIBS
10491 LIBS="-lXpm -lX11 $LIBS"
10492 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10493 /* end confdefs.h. */
10494
10495 /* Override any GCC internal prototype to avoid an error.
10496 Use char because int might match the return type of a GCC
10497 builtin and then its argument prototype would still apply. */
10498 #ifdef __cplusplus
10499 extern "C"
10500 #endif
10501 char XpmReadFileToPixmap ();
10502 int
10503 main ()
10504 {
10505 return XpmReadFileToPixmap ();
10506 ;
10507 return 0;
10508 }
10509 _ACEOF
10510 if ac_fn_c_try_link "$LINENO"; then :
10511 ac_cv_lib_Xpm_XpmReadFileToPixmap=yes
10512 else
10513 ac_cv_lib_Xpm_XpmReadFileToPixmap=no
10514 fi
10515 rm -f core conftest.err conftest.$ac_objext \
10516 conftest$ac_exeext conftest.$ac_ext
10517 LIBS=$ac_check_lib_save_LIBS
10518 fi
10519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xpm_XpmReadFileToPixmap" >&5
10520 $as_echo "$ac_cv_lib_Xpm_XpmReadFileToPixmap" >&6; }
10521 if test "x$ac_cv_lib_Xpm_XpmReadFileToPixmap" = x""yes; then :
10522 HAVE_XPM=yes
10523 fi
10524
10525 fi
10526
10527
10528 if test "${HAVE_XPM}" = "yes"; then
10529 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XpmReturnAllocPixels preprocessor define" >&5
10530 $as_echo_n "checking for XpmReturnAllocPixels preprocessor define... " >&6; }
10531 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10532 /* end confdefs.h. */
10533 #include "X11/xpm.h"
10534 #ifndef XpmReturnAllocPixels
10535 no_return_alloc_pixels
10536 #endif
10537
10538 _ACEOF
10539 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
10540 $EGREP "no_return_alloc_pixels" >/dev/null 2>&1; then :
10541 HAVE_XPM=no
10542 else
10543 HAVE_XPM=yes
10544 fi
10545 rm -f conftest*
10546
10547
10548 if test "${HAVE_XPM}" = "yes"; then
10549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10550 $as_echo "yes" >&6; }
10551 else
10552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10553 $as_echo "no" >&6; }
10554 fi
10555 fi
10556 fi
10557
10558 if test "${HAVE_XPM}" = "yes"; then
10559
10560 $as_echo "#define HAVE_XPM 1" >>confdefs.h
10561
10562 LIBXPM=-lXpm
10563 fi
10564 fi
10565
10566
10567 ### Use -ljpeg if available, unless `--with-jpeg=no'.
10568 HAVE_JPEG=no
10569 LIBJPEG=
10570 if test "${HAVE_X11}" = "yes"; then
10571 if test "${with_jpeg}" != "no"; then
10572 ac_fn_c_check_header_mongrel "$LINENO" "jerror.h" "ac_cv_header_jerror_h" "$ac_includes_default"
10573 if test "x$ac_cv_header_jerror_h" = x""yes; then :
10574 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for jpeg_destroy_compress in -ljpeg" >&5
10575 $as_echo_n "checking for jpeg_destroy_compress in -ljpeg... " >&6; }
10576 if test "${ac_cv_lib_jpeg_jpeg_destroy_compress+set}" = set; then :
10577 $as_echo_n "(cached) " >&6
10578 else
10579 ac_check_lib_save_LIBS=$LIBS
10580 LIBS="-ljpeg $LIBS"
10581 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10582 /* end confdefs.h. */
10583
10584 /* Override any GCC internal prototype to avoid an error.
10585 Use char because int might match the return type of a GCC
10586 builtin and then its argument prototype would still apply. */
10587 #ifdef __cplusplus
10588 extern "C"
10589 #endif
10590 char jpeg_destroy_compress ();
10591 int
10592 main ()
10593 {
10594 return jpeg_destroy_compress ();
10595 ;
10596 return 0;
10597 }
10598 _ACEOF
10599 if ac_fn_c_try_link "$LINENO"; then :
10600 ac_cv_lib_jpeg_jpeg_destroy_compress=yes
10601 else
10602 ac_cv_lib_jpeg_jpeg_destroy_compress=no
10603 fi
10604 rm -f core conftest.err conftest.$ac_objext \
10605 conftest$ac_exeext conftest.$ac_ext
10606 LIBS=$ac_check_lib_save_LIBS
10607 fi
10608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_jpeg_jpeg_destroy_compress" >&5
10609 $as_echo "$ac_cv_lib_jpeg_jpeg_destroy_compress" >&6; }
10610 if test "x$ac_cv_lib_jpeg_jpeg_destroy_compress" = x""yes; then :
10611 HAVE_JPEG=yes
10612 fi
10613
10614 fi
10615
10616
10617 fi
10618
10619 if test "${HAVE_JPEG}" = "yes"; then
10620 $as_echo "#define HAVE_JPEG 1" >>confdefs.h
10621
10622 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10623 /* end confdefs.h. */
10624 #include <jpeglib.h>
10625 version=JPEG_LIB_VERSION
10626
10627 _ACEOF
10628 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
10629 $EGREP "version= *(6[2-9]|[7-9][0-9])" >/dev/null 2>&1; then :
10630 $as_echo "#define HAVE_JPEG 1" >>confdefs.h
10631
10632 else
10633 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libjpeg found, but not version 6b or later" >&5
10634 $as_echo "$as_me: WARNING: libjpeg found, but not version 6b or later" >&2;}
10635 HAVE_JPEG=no
10636 fi
10637 rm -f conftest*
10638
10639 fi
10640 if test "${HAVE_JPEG}" = "yes"; then
10641 LIBJPEG=-ljpeg
10642 fi
10643 fi
10644
10645
10646 ### Use -lpng if available, unless `--with-png=no'.
10647 HAVE_PNG=no
10648 LIBPNG=
10649 if test "${HAVE_X11}" = "yes"; then
10650 if test "${with_png}" != "no"; then
10651 # Debian unstable as of July 2003 has multiple libpngs, and puts png.h
10652 # in /usr/include/libpng.
10653 for ac_header in png.h libpng/png.h
10654 do :
10655 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10656 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
10657 eval as_val=\$$as_ac_Header
10658 if test "x$as_val" = x""yes; then :
10659 cat >>confdefs.h <<_ACEOF
10660 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10661 _ACEOF
10662
10663 fi
10664
10665 done
10666
10667 if test "$ac_cv_header_png_h" = yes || test "$ac_cv_header_libpng_png_h" = yes ; then
10668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_get_channels in -lpng" >&5
10669 $as_echo_n "checking for png_get_channels in -lpng... " >&6; }
10670 if test "${ac_cv_lib_png_png_get_channels+set}" = set; then :
10671 $as_echo_n "(cached) " >&6
10672 else
10673 ac_check_lib_save_LIBS=$LIBS
10674 LIBS="-lpng -lz -lm $LIBS"
10675 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10676 /* end confdefs.h. */
10677
10678 /* Override any GCC internal prototype to avoid an error.
10679 Use char because int might match the return type of a GCC
10680 builtin and then its argument prototype would still apply. */
10681 #ifdef __cplusplus
10682 extern "C"
10683 #endif
10684 char png_get_channels ();
10685 int
10686 main ()
10687 {
10688 return png_get_channels ();
10689 ;
10690 return 0;
10691 }
10692 _ACEOF
10693 if ac_fn_c_try_link "$LINENO"; then :
10694 ac_cv_lib_png_png_get_channels=yes
10695 else
10696 ac_cv_lib_png_png_get_channels=no
10697 fi
10698 rm -f core conftest.err conftest.$ac_objext \
10699 conftest$ac_exeext conftest.$ac_ext
10700 LIBS=$ac_check_lib_save_LIBS
10701 fi
10702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_get_channels" >&5
10703 $as_echo "$ac_cv_lib_png_png_get_channels" >&6; }
10704 if test "x$ac_cv_lib_png_png_get_channels" = x""yes; then :
10705 HAVE_PNG=yes
10706 fi
10707
10708 fi
10709 fi
10710
10711 if test "${HAVE_PNG}" = "yes"; then
10712
10713 $as_echo "#define HAVE_PNG 1" >>confdefs.h
10714
10715 LIBPNG="-lpng -lz -lm"
10716 fi
10717 fi
10718
10719
10720 ### Use -ltiff if available, unless `--with-tiff=no'.
10721 HAVE_TIFF=no
10722 LIBTIFF=
10723 if test "${HAVE_X11}" = "yes"; then
10724 if test "${with_tiff}" != "no"; then
10725 ac_fn_c_check_header_mongrel "$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default"
10726 if test "x$ac_cv_header_tiffio_h" = x""yes; then :
10727 tifflibs="-lz -lm"
10728 # At least one tiff package requires the jpeg library.
10729 if test "${HAVE_JPEG}" = yes; then tifflibs="-ljpeg $tifflibs"; fi
10730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TIFFGetVersion in -ltiff" >&5
10731 $as_echo_n "checking for TIFFGetVersion in -ltiff... " >&6; }
10732 if test "${ac_cv_lib_tiff_TIFFGetVersion+set}" = set; then :
10733 $as_echo_n "(cached) " >&6
10734 else
10735 ac_check_lib_save_LIBS=$LIBS
10736 LIBS="-ltiff $tifflibs $LIBS"
10737 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10738 /* end confdefs.h. */
10739
10740 /* Override any GCC internal prototype to avoid an error.
10741 Use char because int might match the return type of a GCC
10742 builtin and then its argument prototype would still apply. */
10743 #ifdef __cplusplus
10744 extern "C"
10745 #endif
10746 char TIFFGetVersion ();
10747 int
10748 main ()
10749 {
10750 return TIFFGetVersion ();
10751 ;
10752 return 0;
10753 }
10754 _ACEOF
10755 if ac_fn_c_try_link "$LINENO"; then :
10756 ac_cv_lib_tiff_TIFFGetVersion=yes
10757 else
10758 ac_cv_lib_tiff_TIFFGetVersion=no
10759 fi
10760 rm -f core conftest.err conftest.$ac_objext \
10761 conftest$ac_exeext conftest.$ac_ext
10762 LIBS=$ac_check_lib_save_LIBS
10763 fi
10764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_tiff_TIFFGetVersion" >&5
10765 $as_echo "$ac_cv_lib_tiff_TIFFGetVersion" >&6; }
10766 if test "x$ac_cv_lib_tiff_TIFFGetVersion" = x""yes; then :
10767 HAVE_TIFF=yes
10768 fi
10769
10770 fi
10771
10772
10773 fi
10774
10775 if test "${HAVE_TIFF}" = "yes"; then
10776
10777 $as_echo "#define HAVE_TIFF 1" >>confdefs.h
10778
10779 LIBTIFF=-ltiff
10780 fi
10781 fi
10782
10783
10784 ### Use -lgif or -lungif if available, unless `--with-gif=no'.
10785 HAVE_GIF=no
10786 LIBGIF=
10787 if test "${HAVE_X11}" = "yes" && test "${with_gif}" != "no"; then
10788 ac_fn_c_check_header_mongrel "$LINENO" "gif_lib.h" "ac_cv_header_gif_lib_h" "$ac_includes_default"
10789 if test "x$ac_cv_header_gif_lib_h" = x""yes; then :
10790 # EGifPutExtensionLast only exists from version libungif-4.1.0b1.
10791 # Earlier versions can crash Emacs.
10792 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EGifPutExtensionLast in -lgif" >&5
10793 $as_echo_n "checking for EGifPutExtensionLast in -lgif... " >&6; }
10794 if test "${ac_cv_lib_gif_EGifPutExtensionLast+set}" = set; then :
10795 $as_echo_n "(cached) " >&6
10796 else
10797 ac_check_lib_save_LIBS=$LIBS
10798 LIBS="-lgif $LIBS"
10799 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10800 /* end confdefs.h. */
10801
10802 /* Override any GCC internal prototype to avoid an error.
10803 Use char because int might match the return type of a GCC
10804 builtin and then its argument prototype would still apply. */
10805 #ifdef __cplusplus
10806 extern "C"
10807 #endif
10808 char EGifPutExtensionLast ();
10809 int
10810 main ()
10811 {
10812 return EGifPutExtensionLast ();
10813 ;
10814 return 0;
10815 }
10816 _ACEOF
10817 if ac_fn_c_try_link "$LINENO"; then :
10818 ac_cv_lib_gif_EGifPutExtensionLast=yes
10819 else
10820 ac_cv_lib_gif_EGifPutExtensionLast=no
10821 fi
10822 rm -f core conftest.err conftest.$ac_objext \
10823 conftest$ac_exeext conftest.$ac_ext
10824 LIBS=$ac_check_lib_save_LIBS
10825 fi
10826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gif_EGifPutExtensionLast" >&5
10827 $as_echo "$ac_cv_lib_gif_EGifPutExtensionLast" >&6; }
10828 if test "x$ac_cv_lib_gif_EGifPutExtensionLast" = x""yes; then :
10829 HAVE_GIF=yes
10830 else
10831 HAVE_GIF=maybe
10832 fi
10833
10834 fi
10835
10836
10837
10838 if test "$HAVE_GIF" = yes; then
10839 LIBGIF=-lgif
10840 elif test "$HAVE_GIF" = maybe; then
10841 # If gif_lib.h but no libgif, try libungif.
10842 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EGifPutExtensionLast in -lungif" >&5
10843 $as_echo_n "checking for EGifPutExtensionLast in -lungif... " >&6; }
10844 if test "${ac_cv_lib_ungif_EGifPutExtensionLast+set}" = set; then :
10845 $as_echo_n "(cached) " >&6
10846 else
10847 ac_check_lib_save_LIBS=$LIBS
10848 LIBS="-lungif $LIBS"
10849 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10850 /* end confdefs.h. */
10851
10852 /* Override any GCC internal prototype to avoid an error.
10853 Use char because int might match the return type of a GCC
10854 builtin and then its argument prototype would still apply. */
10855 #ifdef __cplusplus
10856 extern "C"
10857 #endif
10858 char EGifPutExtensionLast ();
10859 int
10860 main ()
10861 {
10862 return EGifPutExtensionLast ();
10863 ;
10864 return 0;
10865 }
10866 _ACEOF
10867 if ac_fn_c_try_link "$LINENO"; then :
10868 ac_cv_lib_ungif_EGifPutExtensionLast=yes
10869 else
10870 ac_cv_lib_ungif_EGifPutExtensionLast=no
10871 fi
10872 rm -f core conftest.err conftest.$ac_objext \
10873 conftest$ac_exeext conftest.$ac_ext
10874 LIBS=$ac_check_lib_save_LIBS
10875 fi
10876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ungif_EGifPutExtensionLast" >&5
10877 $as_echo "$ac_cv_lib_ungif_EGifPutExtensionLast" >&6; }
10878 if test "x$ac_cv_lib_ungif_EGifPutExtensionLast" = x""yes; then :
10879 HAVE_GIF=yes
10880 else
10881 HAVE_GIF=no
10882 fi
10883
10884 test "$HAVE_GIF" = yes && LIBGIF=-lungif
10885 fi
10886
10887 if test "${HAVE_GIF}" = "yes"; then
10888
10889 $as_echo "#define HAVE_GIF 1" >>confdefs.h
10890
10891 fi
10892 fi
10893
10894
10895 if test "${HAVE_X11}" = "yes"; then
10896 MISSING=""
10897 WITH_NO=""
10898 test "${with_xpm}" != "no" && test "${HAVE_XPM}" != "yes" &&
10899 MISSING="libXpm" && WITH_NO="--with-xpm=no"
10900 test "${with_jpeg}" != "no" && test "${HAVE_JPEG}" != "yes" &&
10901 MISSING="$MISSING libjpeg" && WITH_NO="$WITH_NO --with-jpeg=no"
10902 test "${with_png}" != "no" && test "${HAVE_PNG}" != "yes" &&
10903 MISSING="$MISSING libpng" && WITH_NO="$WITH_NO --with-png=no"
10904 test "${with_gif}" != "no" && test "${HAVE_GIF}" != "yes" &&
10905 MISSING="$MISSING libgif/libungif" && WITH_NO="$WITH_NO --with-gif=no"
10906 test "${with_tiff}" != "no" && test "${HAVE_TIFF}" != "yes" &&
10907 MISSING="$MISSING libtiff" && WITH_NO="$WITH_NO --with-tiff=no"
10908
10909 if test "X${MISSING}" != X; then
10910 as_fn_error "The following required libraries were not found:
10911 $MISSING
10912 Maybe some development libraries/packages are missing?
10913 If you don't want to link with them give
10914 $WITH_NO
10915 as options to configure" "$LINENO" 5
10916 fi
10917 fi
10918
10919 ### Use -lgpm if available, unless `--with-gpm=no'.
10920 HAVE_GPM=no
10921 LIBGPM=
10922 MOUSE_SUPPORT=
10923 if test "${with_gpm}" != "no"; then
10924 ac_fn_c_check_header_mongrel "$LINENO" "gpm.h" "ac_cv_header_gpm_h" "$ac_includes_default"
10925 if test "x$ac_cv_header_gpm_h" = x""yes; then :
10926 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Gpm_Open in -lgpm" >&5
10927 $as_echo_n "checking for Gpm_Open in -lgpm... " >&6; }
10928 if test "${ac_cv_lib_gpm_Gpm_Open+set}" = set; then :
10929 $as_echo_n "(cached) " >&6
10930 else
10931 ac_check_lib_save_LIBS=$LIBS
10932 LIBS="-lgpm $LIBS"
10933 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10934 /* end confdefs.h. */
10935
10936 /* Override any GCC internal prototype to avoid an error.
10937 Use char because int might match the return type of a GCC
10938 builtin and then its argument prototype would still apply. */
10939 #ifdef __cplusplus
10940 extern "C"
10941 #endif
10942 char Gpm_Open ();
10943 int
10944 main ()
10945 {
10946 return Gpm_Open ();
10947 ;
10948 return 0;
10949 }
10950 _ACEOF
10951 if ac_fn_c_try_link "$LINENO"; then :
10952 ac_cv_lib_gpm_Gpm_Open=yes
10953 else
10954 ac_cv_lib_gpm_Gpm_Open=no
10955 fi
10956 rm -f core conftest.err conftest.$ac_objext \
10957 conftest$ac_exeext conftest.$ac_ext
10958 LIBS=$ac_check_lib_save_LIBS
10959 fi
10960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gpm_Gpm_Open" >&5
10961 $as_echo "$ac_cv_lib_gpm_Gpm_Open" >&6; }
10962 if test "x$ac_cv_lib_gpm_Gpm_Open" = x""yes; then :
10963 HAVE_GPM=yes
10964 fi
10965
10966 fi
10967
10968
10969
10970 if test "${HAVE_GPM}" = "yes"; then
10971
10972 $as_echo "#define HAVE_GPM 1" >>confdefs.h
10973
10974 LIBGPM=-lgpm
10975 ## May be reset below.
10976 MOUSE_SUPPORT="\$(GPM_MOUSE_SUPPORT)"
10977 fi
10978 fi
10979
10980
10981 ac_fn_c_check_header_mongrel "$LINENO" "malloc/malloc.h" "ac_cv_header_malloc_malloc_h" "$ac_includes_default"
10982 if test "x$ac_cv_header_malloc_malloc_h" = x""yes; then :
10983
10984 $as_echo "#define HAVE_MALLOC_MALLOC_H 1" >>confdefs.h
10985
10986 fi
10987
10988
10989
10990 C_SWITCH_X_SYSTEM=
10991 ### Use NeXTstep API to implement GUI.
10992 if test "${HAVE_NS}" = "yes"; then
10993
10994 $as_echo "#define HAVE_NS 1" >>confdefs.h
10995
10996 if test "${NS_IMPL_COCOA}" = "yes"; then
10997
10998 $as_echo "#define NS_IMPL_COCOA 1" >>confdefs.h
10999
11000 GNU_OBJC_CFLAGS=
11001 fi
11002 if test "${NS_IMPL_GNUSTEP}" = "yes"; then
11003
11004 $as_echo "#define NS_IMPL_GNUSTEP 1" >>confdefs.h
11005
11006 # See also .m.o rule in Makefile.in */
11007 # FIXME: are all these flags really needed? Document here why. */
11008 C_SWITCH_X_SYSTEM="-D_REENTRANT -fPIC -fno-strict-aliasing"
11009 GNU_OBJC_CFLAGS="-fgnu-runtime -Wno-import -fconstant-string-class=NSConstantString -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGSWARN -DGSDIAGNOSE"
11010 fi
11011 if test "${NS_HAVE_NSINTEGER}" = "yes"; then
11012
11013 $as_echo "#define NS_HAVE_NSINTEGER 1" >>confdefs.h
11014
11015 fi
11016 # We also have mouse menus.
11017 HAVE_MENUS=yes
11018 OTHER_FILES=ns-app
11019 fi
11020
11021
11022 ### Use session management (-lSM -lICE) if available
11023 HAVE_X_SM=no
11024 LIBXSM=
11025 if test "${HAVE_X11}" = "yes"; then
11026 ac_fn_c_check_header_mongrel "$LINENO" "X11/SM/SMlib.h" "ac_cv_header_X11_SM_SMlib_h" "$ac_includes_default"
11027 if test "x$ac_cv_header_X11_SM_SMlib_h" = x""yes; then :
11028 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SmcOpenConnection in -lSM" >&5
11029 $as_echo_n "checking for SmcOpenConnection in -lSM... " >&6; }
11030 if test "${ac_cv_lib_SM_SmcOpenConnection+set}" = set; then :
11031 $as_echo_n "(cached) " >&6
11032 else
11033 ac_check_lib_save_LIBS=$LIBS
11034 LIBS="-lSM -lICE $LIBS"
11035 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11036 /* end confdefs.h. */
11037
11038 /* Override any GCC internal prototype to avoid an error.
11039 Use char because int might match the return type of a GCC
11040 builtin and then its argument prototype would still apply. */
11041 #ifdef __cplusplus
11042 extern "C"
11043 #endif
11044 char SmcOpenConnection ();
11045 int
11046 main ()
11047 {
11048 return SmcOpenConnection ();
11049 ;
11050 return 0;
11051 }
11052 _ACEOF
11053 if ac_fn_c_try_link "$LINENO"; then :
11054 ac_cv_lib_SM_SmcOpenConnection=yes
11055 else
11056 ac_cv_lib_SM_SmcOpenConnection=no
11057 fi
11058 rm -f core conftest.err conftest.$ac_objext \
11059 conftest$ac_exeext conftest.$ac_ext
11060 LIBS=$ac_check_lib_save_LIBS
11061 fi
11062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_SM_SmcOpenConnection" >&5
11063 $as_echo "$ac_cv_lib_SM_SmcOpenConnection" >&6; }
11064 if test "x$ac_cv_lib_SM_SmcOpenConnection" = x""yes; then :
11065 HAVE_X_SM=yes
11066 fi
11067
11068 fi
11069
11070
11071
11072 if test "${HAVE_X_SM}" = "yes"; then
11073
11074 $as_echo "#define HAVE_X_SM 1" >>confdefs.h
11075
11076 LIBXSM="-lSM -lICE"
11077 case "$LIBS" in
11078 *-lSM*) ;;
11079 *) LIBS="$LIBXSM $LIBS" ;;
11080 esac
11081 fi
11082 fi
11083
11084
11085 ### Use libxml (-lxml2) if available
11086 if test "${with_xml2}" != "no"; then
11087 ### I'm not sure what the version number should be, so I just guessed.
11088
11089 succeeded=no
11090
11091 # Extract the first word of "pkg-config", so it can be a program name with args.
11092 set dummy pkg-config; ac_word=$2
11093 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11094 $as_echo_n "checking for $ac_word... " >&6; }
11095 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
11096 $as_echo_n "(cached) " >&6
11097 else
11098 case $PKG_CONFIG in
11099 [\\/]* | ?:[\\/]*)
11100 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
11101 ;;
11102 *)
11103 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11104 for as_dir in $PATH
11105 do
11106 IFS=$as_save_IFS
11107 test -z "$as_dir" && as_dir=.
11108 for ac_exec_ext in '' $ac_executable_extensions; do
11109 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11110 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
11111 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11112 break 2
11113 fi
11114 done
11115 done
11116 IFS=$as_save_IFS
11117
11118 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
11119 ;;
11120 esac
11121 fi
11122 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
11123 if test -n "$PKG_CONFIG"; then
11124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
11125 $as_echo "$PKG_CONFIG" >&6; }
11126 else
11127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11128 $as_echo "no" >&6; }
11129 fi
11130
11131
11132
11133 if test "$PKG_CONFIG" = "no" ; then
11134 HAVE_LIBXML2=no
11135 else
11136 PKG_CONFIG_MIN_VERSION=0.9.0
11137 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
11138 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libxml-2.0 > 2.2.0" >&5
11139 $as_echo_n "checking for libxml-2.0 > 2.2.0... " >&6; }
11140
11141 if $PKG_CONFIG --exists "libxml-2.0 > 2.2.0" 2>&5; then
11142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11143 $as_echo "yes" >&6; }
11144 succeeded=yes
11145
11146 { $as_echo "$as_me:${as_lineno-$LINENO}: checking LIBXML2_CFLAGS" >&5
11147 $as_echo_n "checking LIBXML2_CFLAGS... " >&6; }
11148 LIBXML2_CFLAGS=`$PKG_CONFIG --cflags "libxml-2.0 > 2.2.0"|sed -e 's,///*,/,g'`
11149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBXML2_CFLAGS" >&5
11150 $as_echo "$LIBXML2_CFLAGS" >&6; }
11151
11152 { $as_echo "$as_me:${as_lineno-$LINENO}: checking LIBXML2_LIBS" >&5
11153 $as_echo_n "checking LIBXML2_LIBS... " >&6; }
11154 LIBXML2_LIBS=`$PKG_CONFIG --libs "libxml-2.0 > 2.2.0"|sed -e 's,///*,/,g'`
11155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBXML2_LIBS" >&5
11156 $as_echo "$LIBXML2_LIBS" >&6; }
11157 else
11158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11159 $as_echo "no" >&6; }
11160 LIBXML2_CFLAGS=""
11161 LIBXML2_LIBS=""
11162 ## If we have a custom action on failure, don't print errors, but
11163 ## do set a variable so people can do so.
11164 LIBXML2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libxml-2.0 > 2.2.0"`
11165
11166 fi
11167
11168
11169
11170 else
11171 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
11172 echo "*** See http://www.freedesktop.org/software/pkgconfig"
11173 fi
11174 fi
11175
11176 if test $succeeded = yes; then
11177 HAVE_LIBXML2=yes
11178 else
11179 HAVE_LIBXML2=no
11180 fi
11181
11182 if test "${HAVE_LIBXML2}" = "yes"; then
11183
11184 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
11185
11186 fi
11187 fi
11188
11189
11190
11191 # If netdb.h doesn't declare h_errno, we must declare it by hand.
11192 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether netdb declares h_errno" >&5
11193 $as_echo_n "checking whether netdb declares h_errno... " >&6; }
11194 if test "${emacs_cv_netdb_declares_h_errno+set}" = set; then :
11195 $as_echo_n "(cached) " >&6
11196 else
11197 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11198 /* end confdefs.h. */
11199 #include <netdb.h>
11200 int
11201 main ()
11202 {
11203 return h_errno;
11204 ;
11205 return 0;
11206 }
11207 _ACEOF
11208 if ac_fn_c_try_link "$LINENO"; then :
11209 emacs_cv_netdb_declares_h_errno=yes
11210 else
11211 emacs_cv_netdb_declares_h_errno=no
11212 fi
11213 rm -f core conftest.err conftest.$ac_objext \
11214 conftest$ac_exeext conftest.$ac_ext
11215 fi
11216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_netdb_declares_h_errno" >&5
11217 $as_echo "$emacs_cv_netdb_declares_h_errno" >&6; }
11218 if test $emacs_cv_netdb_declares_h_errno = yes; then
11219
11220 $as_echo "#define HAVE_H_ERRNO 1" >>confdefs.h
11221
11222 fi
11223
11224 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
11225 # for constant arguments. Useless!
11226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
11227 $as_echo_n "checking for working alloca.h... " >&6; }
11228 if test "${ac_cv_working_alloca_h+set}" = set; then :
11229 $as_echo_n "(cached) " >&6
11230 else
11231 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11232 /* end confdefs.h. */
11233 #include <alloca.h>
11234 int
11235 main ()
11236 {
11237 char *p = (char *) alloca (2 * sizeof (int));
11238 if (p) return 0;
11239 ;
11240 return 0;
11241 }
11242 _ACEOF
11243 if ac_fn_c_try_link "$LINENO"; then :
11244 ac_cv_working_alloca_h=yes
11245 else
11246 ac_cv_working_alloca_h=no
11247 fi
11248 rm -f core conftest.err conftest.$ac_objext \
11249 conftest$ac_exeext conftest.$ac_ext
11250 fi
11251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5
11252 $as_echo "$ac_cv_working_alloca_h" >&6; }
11253 if test $ac_cv_working_alloca_h = yes; then
11254
11255 $as_echo "#define HAVE_ALLOCA_H 1" >>confdefs.h
11256
11257 fi
11258
11259 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
11260 $as_echo_n "checking for alloca... " >&6; }
11261 if test "${ac_cv_func_alloca_works+set}" = set; then :
11262 $as_echo_n "(cached) " >&6
11263 else
11264 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11265 /* end confdefs.h. */
11266 #ifdef __GNUC__
11267 # define alloca __builtin_alloca
11268 #else
11269 # ifdef _MSC_VER
11270 # include <malloc.h>
11271 # define alloca _alloca
11272 # else
11273 # ifdef HAVE_ALLOCA_H
11274 # include <alloca.h>
11275 # else
11276 # ifdef _AIX
11277 #pragma alloca
11278 # else
11279 # ifndef alloca /* predefined by HP cc +Olibcalls */
11280 char *alloca ();
11281 # endif
11282 # endif
11283 # endif
11284 # endif
11285 #endif
11286
11287 int
11288 main ()
11289 {
11290 char *p = (char *) alloca (1);
11291 if (p) return 0;
11292 ;
11293 return 0;
11294 }
11295 _ACEOF
11296 if ac_fn_c_try_link "$LINENO"; then :
11297 ac_cv_func_alloca_works=yes
11298 else
11299 ac_cv_func_alloca_works=no
11300 fi
11301 rm -f core conftest.err conftest.$ac_objext \
11302 conftest$ac_exeext conftest.$ac_ext
11303 fi
11304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5
11305 $as_echo "$ac_cv_func_alloca_works" >&6; }
11306
11307 if test $ac_cv_func_alloca_works = yes; then
11308
11309 $as_echo "#define HAVE_ALLOCA 1" >>confdefs.h
11310
11311 else
11312 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
11313 # that cause trouble. Some versions do not even contain alloca or
11314 # contain a buggy version. If you still want to use their alloca,
11315 # use ar to extract alloca.o from them instead of compiling alloca.c.
11316
11317 ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
11318
11319 $as_echo "#define C_ALLOCA 1" >>confdefs.h
11320
11321
11322 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
11323 $as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
11324 if test "${ac_cv_os_cray+set}" = set; then :
11325 $as_echo_n "(cached) " >&6
11326 else
11327 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11328 /* end confdefs.h. */
11329 #if defined CRAY && ! defined CRAY2
11330 webecray
11331 #else
11332 wenotbecray
11333 #endif
11334
11335 _ACEOF
11336 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11337 $EGREP "webecray" >/dev/null 2>&1; then :
11338 ac_cv_os_cray=yes
11339 else
11340 ac_cv_os_cray=no
11341 fi
11342 rm -f conftest*
11343
11344 fi
11345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5
11346 $as_echo "$ac_cv_os_cray" >&6; }
11347 if test $ac_cv_os_cray = yes; then
11348 for ac_func in _getb67 GETB67 getb67; do
11349 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
11350 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
11351 eval as_val=\$$as_ac_var
11352 if test "x$as_val" = x""yes; then :
11353
11354 cat >>confdefs.h <<_ACEOF
11355 #define CRAY_STACKSEG_END $ac_func
11356 _ACEOF
11357
11358 break
11359 fi
11360
11361 done
11362 fi
11363
11364 { $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
11365 $as_echo_n "checking stack direction for C alloca... " >&6; }
11366 if test "${ac_cv_c_stack_direction+set}" = set; then :
11367 $as_echo_n "(cached) " >&6
11368 else
11369 if test "$cross_compiling" = yes; then :
11370 ac_cv_c_stack_direction=0
11371 else
11372 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11373 /* end confdefs.h. */
11374 $ac_includes_default
11375 int
11376 find_stack_direction ()
11377 {
11378 static char *addr = 0;
11379 auto char dummy;
11380 if (addr == 0)
11381 {
11382 addr = &dummy;
11383 return find_stack_direction ();
11384 }
11385 else
11386 return (&dummy > addr) ? 1 : -1;
11387 }
11388
11389 int
11390 main ()
11391 {
11392 return find_stack_direction () < 0;
11393 }
11394 _ACEOF
11395 if ac_fn_c_try_run "$LINENO"; then :
11396 ac_cv_c_stack_direction=1
11397 else
11398 ac_cv_c_stack_direction=-1
11399 fi
11400 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11401 conftest.$ac_objext conftest.beam conftest.$ac_ext
11402 fi
11403
11404 fi
11405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5
11406 $as_echo "$ac_cv_c_stack_direction" >&6; }
11407 cat >>confdefs.h <<_ACEOF
11408 #define STACK_DIRECTION $ac_cv_c_stack_direction
11409 _ACEOF
11410
11411
11412 fi
11413
11414
11415 if test x"$ac_cv_func_alloca_works" != xyes; then
11416 as_fn_error "a system implementation of alloca is required " "$LINENO" 5
11417 fi
11418
11419 # fmod, logb, and frexp are found in -lm on most systems.
11420 # On HPUX 9.01, -lm does not contain logb, so check for sqrt.
11421 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqrt in -lm" >&5
11422 $as_echo_n "checking for sqrt in -lm... " >&6; }
11423 if test "${ac_cv_lib_m_sqrt+set}" = set; then :
11424 $as_echo_n "(cached) " >&6
11425 else
11426 ac_check_lib_save_LIBS=$LIBS
11427 LIBS="-lm $LIBS"
11428 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11429 /* end confdefs.h. */
11430
11431 /* Override any GCC internal prototype to avoid an error.
11432 Use char because int might match the return type of a GCC
11433 builtin and then its argument prototype would still apply. */
11434 #ifdef __cplusplus
11435 extern "C"
11436 #endif
11437 char sqrt ();
11438 int
11439 main ()
11440 {
11441 return sqrt ();
11442 ;
11443 return 0;
11444 }
11445 _ACEOF
11446 if ac_fn_c_try_link "$LINENO"; then :
11447 ac_cv_lib_m_sqrt=yes
11448 else
11449 ac_cv_lib_m_sqrt=no
11450 fi
11451 rm -f core conftest.err conftest.$ac_objext \
11452 conftest$ac_exeext conftest.$ac_ext
11453 LIBS=$ac_check_lib_save_LIBS
11454 fi
11455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_sqrt" >&5
11456 $as_echo "$ac_cv_lib_m_sqrt" >&6; }
11457 if test "x$ac_cv_lib_m_sqrt" = x""yes; then :
11458 cat >>confdefs.h <<_ACEOF
11459 #define HAVE_LIBM 1
11460 _ACEOF
11461
11462 LIBS="-lm $LIBS"
11463
11464 fi
11465
11466
11467 # Check for mail-locking functions in a "mail" library. Probably this should
11468 # have the same check as for liblockfile below.
11469 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for maillock in -lmail" >&5
11470 $as_echo_n "checking for maillock in -lmail... " >&6; }
11471 if test "${ac_cv_lib_mail_maillock+set}" = set; then :
11472 $as_echo_n "(cached) " >&6
11473 else
11474 ac_check_lib_save_LIBS=$LIBS
11475 LIBS="-lmail $LIBS"
11476 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11477 /* end confdefs.h. */
11478
11479 /* Override any GCC internal prototype to avoid an error.
11480 Use char because int might match the return type of a GCC
11481 builtin and then its argument prototype would still apply. */
11482 #ifdef __cplusplus
11483 extern "C"
11484 #endif
11485 char maillock ();
11486 int
11487 main ()
11488 {
11489 return maillock ();
11490 ;
11491 return 0;
11492 }
11493 _ACEOF
11494 if ac_fn_c_try_link "$LINENO"; then :
11495 ac_cv_lib_mail_maillock=yes
11496 else
11497 ac_cv_lib_mail_maillock=no
11498 fi
11499 rm -f core conftest.err conftest.$ac_objext \
11500 conftest$ac_exeext conftest.$ac_ext
11501 LIBS=$ac_check_lib_save_LIBS
11502 fi
11503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mail_maillock" >&5
11504 $as_echo "$ac_cv_lib_mail_maillock" >&6; }
11505 if test "x$ac_cv_lib_mail_maillock" = x""yes; then :
11506 have_mail=yes
11507 else
11508 have_mail=no
11509 fi
11510
11511 if test $have_mail = yes; then
11512 LIBS_MAIL=-lmail
11513 LIBS="$LIBS_MAIL $LIBS"
11514
11515 $as_echo "#define HAVE_LIBMAIL 1" >>confdefs.h
11516
11517 else
11518 LIBS_MAIL=
11519 fi
11520 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for maillock in -llockfile" >&5
11521 $as_echo_n "checking for maillock in -llockfile... " >&6; }
11522 if test "${ac_cv_lib_lockfile_maillock+set}" = set; then :
11523 $as_echo_n "(cached) " >&6
11524 else
11525 ac_check_lib_save_LIBS=$LIBS
11526 LIBS="-llockfile $LIBS"
11527 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11528 /* end confdefs.h. */
11529
11530 /* Override any GCC internal prototype to avoid an error.
11531 Use char because int might match the return type of a GCC
11532 builtin and then its argument prototype would still apply. */
11533 #ifdef __cplusplus
11534 extern "C"
11535 #endif
11536 char maillock ();
11537 int
11538 main ()
11539 {
11540 return maillock ();
11541 ;
11542 return 0;
11543 }
11544 _ACEOF
11545 if ac_fn_c_try_link "$LINENO"; then :
11546 ac_cv_lib_lockfile_maillock=yes
11547 else
11548 ac_cv_lib_lockfile_maillock=no
11549 fi
11550 rm -f core conftest.err conftest.$ac_objext \
11551 conftest$ac_exeext conftest.$ac_ext
11552 LIBS=$ac_check_lib_save_LIBS
11553 fi
11554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lockfile_maillock" >&5
11555 $as_echo "$ac_cv_lib_lockfile_maillock" >&6; }
11556 if test "x$ac_cv_lib_lockfile_maillock" = x""yes; then :
11557 have_lockfile=yes
11558 else
11559 have_lockfile=no
11560 fi
11561
11562 if test $have_lockfile = yes; then
11563 LIBS_MAIL=-llockfile
11564 LIBS="$LIBS_MAIL $LIBS"
11565
11566 $as_echo "#define HAVE_LIBLOCKFILE 1" >>confdefs.h
11567
11568 else
11569 # If we have the shared liblockfile, assume we must use it for mail
11570 # locking (e.g. Debian). If we couldn't link against liblockfile
11571 # (no liblockfile.a installed), ensure that we don't need to.
11572 # Extract the first word of "liblockfile.so", so it can be a program name with args.
11573 set dummy liblockfile.so; ac_word=$2
11574 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11575 $as_echo_n "checking for $ac_word... " >&6; }
11576 if test "${ac_cv_prog_liblockfile+set}" = set; then :
11577 $as_echo_n "(cached) " >&6
11578 else
11579 if test -n "$liblockfile"; then
11580 ac_cv_prog_liblockfile="$liblockfile" # Let the user override the test.
11581 else
11582 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11583 as_dummy="/usr/lib:/lib:/usr/local/lib:$LD_LIBRARY_PATH"
11584 for as_dir in $as_dummy
11585 do
11586 IFS=$as_save_IFS
11587 test -z "$as_dir" && as_dir=.
11588 for ac_exec_ext in '' $ac_executable_extensions; do
11589 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11590 ac_cv_prog_liblockfile="yes"
11591 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11592 break 2
11593 fi
11594 done
11595 done
11596 IFS=$as_save_IFS
11597
11598 test -z "$ac_cv_prog_liblockfile" && ac_cv_prog_liblockfile="no"
11599 fi
11600 fi
11601 liblockfile=$ac_cv_prog_liblockfile
11602 if test -n "$liblockfile"; then
11603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $liblockfile" >&5
11604 $as_echo "$liblockfile" >&6; }
11605 else
11606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11607 $as_echo "no" >&6; }
11608 fi
11609
11610
11611 if test $ac_cv_prog_liblockfile = yes; then
11612 as_fn_error "Shared liblockfile found but can't link against it.
11613 This probably means that movemail could lose mail.
11614 There may be a \`development' package to install containing liblockfile." "$LINENO" 5
11615 fi
11616 fi
11617 for ac_func in touchlock
11618 do :
11619 ac_fn_c_check_func "$LINENO" "touchlock" "ac_cv_func_touchlock"
11620 if test "x$ac_cv_func_touchlock" = x""yes; then :
11621 cat >>confdefs.h <<_ACEOF
11622 #define HAVE_TOUCHLOCK 1
11623 _ACEOF
11624
11625 fi
11626 done
11627
11628 for ac_header in maillock.h
11629 do :
11630 ac_fn_c_check_header_mongrel "$LINENO" "maillock.h" "ac_cv_header_maillock_h" "$ac_includes_default"
11631 if test "x$ac_cv_header_maillock_h" = x""yes; then :
11632 cat >>confdefs.h <<_ACEOF
11633 #define HAVE_MAILLOCK_H 1
11634 _ACEOF
11635
11636 fi
11637
11638 done
11639
11640
11641
11642 ## Define MAIL_USE_FLOCK (or LOCKF) if the mailer uses flock (or lockf) to
11643 ## interlock access to the mail spool. The alternative is a lock file named
11644 ## /usr/spool/mail/$USER.lock.
11645 mail_lock=no
11646 case "$opsys" in
11647 aix4-2) mail_lock="lockf" ;;
11648
11649 gnu|freebsd|netbsd|openbsd|darwin|irix6-5) mail_lock="flock" ;;
11650
11651 ## On GNU/Linux systems, both methods are used by various mail programs.
11652 ## I assume most people are using newer mailers that have heard of flock.
11653 ## Change this if you need to.
11654 ## Debian contains a patch which says: ``On Debian/GNU/Linux systems,
11655 ## configure gets the right answers, and that means *NOT* using flock.
11656 ## Using flock is guaranteed to be the wrong thing. See Debian Policy
11657 ## for details.'' and then uses `#ifdef DEBIAN'. Unfortunately the
11658 ## Debian maintainer hasn't provided a clean fix for Emacs.
11659 ## movemail.c will use `maillock' when MAILDIR, HAVE_LIBMAIL and
11660 ## HAVE_MAILLOCK_H are defined, so the following appears to be the
11661 ## correct logic. -- fx
11662 ## We must check for HAVE_LIBLOCKFILE too, as movemail does.
11663 ## liblockfile is a Free Software replacement for libmail, used on
11664 ## Debian systems and elsewhere. -rfr.
11665 gnu-*)
11666 mail_lock="flock"
11667 if test $have_mail = yes || test $have_lockfile = yes; then
11668 test $ac_cv_header_maillock_h = yes && mail_lock=no
11669 fi
11670 ;;
11671 esac
11672
11673 BLESSMAIL_TARGET=
11674 case "$mail_lock" in
11675 flock)
11676 $as_echo "#define MAIL_USE_FLOCK 1" >>confdefs.h
11677 ;;
11678
11679 lockf)
11680 $as_echo "#define MAIL_USE_LOCKF 1" >>confdefs.h
11681 ;;
11682
11683 *) BLESSMAIL_TARGET="need-blessmail" ;;
11684 esac
11685
11686
11687
11688 for ac_func in gethostname getdomainname dup2 \
11689 rename closedir mkdir rmdir sysinfo getrusage get_current_dir_name \
11690 random lrand48 logb frexp fmod rint cbrt ftime setsid \
11691 strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \
11692 utimes getrlimit setrlimit setpgid getcwd getwd shutdown getaddrinfo \
11693 __fpending mblen mbrlen mbsinit strsignal setitimer ualarm strchr strrchr \
11694 sendto recvfrom getsockopt setsockopt getsockname getpeername \
11695 gai_strerror mkstemp getline getdelim mremap memmove fsync sync \
11696 memset memcmp difftime memcpy mempcpy mblen mbrlen posix_memalign \
11697 cfmakeraw cfsetspeed isnan copysign __executable_start
11698 do :
11699 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
11700 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
11701 eval as_val=\$$as_ac_var
11702 if test "x$as_val" = x""yes; then :
11703 cat >>confdefs.h <<_ACEOF
11704 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
11705 _ACEOF
11706
11707 fi
11708 done
11709
11710
11711 for ac_header in sys/un.h
11712 do :
11713 ac_fn_c_check_header_mongrel "$LINENO" "sys/un.h" "ac_cv_header_sys_un_h" "$ac_includes_default"
11714 if test "x$ac_cv_header_sys_un_h" = x""yes; then :
11715 cat >>confdefs.h <<_ACEOF
11716 #define HAVE_SYS_UN_H 1
11717 _ACEOF
11718
11719 fi
11720
11721 done
11722
11723
11724
11725
11726
11727
11728
11729 for ac_func in $ac_func_list
11730 do :
11731 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
11732 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
11733 eval as_val=\$$as_ac_var
11734 if test "x$as_val" = x""yes; then :
11735 cat >>confdefs.h <<_ACEOF
11736 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
11737 _ACEOF
11738
11739 fi
11740 done
11741
11742
11743
11744
11745
11746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mktime" >&5
11747 $as_echo_n "checking for working mktime... " >&6; }
11748 if test "${ac_cv_func_working_mktime+set}" = set; then :
11749 $as_echo_n "(cached) " >&6
11750 else
11751 if test "$cross_compiling" = yes; then :
11752 ac_cv_func_working_mktime=no
11753 else
11754 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11755 /* end confdefs.h. */
11756 /* Test program from Paul Eggert and Tony Leneis. */
11757 #ifdef TIME_WITH_SYS_TIME
11758 # include <sys/time.h>
11759 # include <time.h>
11760 #else
11761 # ifdef HAVE_SYS_TIME_H
11762 # include <sys/time.h>
11763 # else
11764 # include <time.h>
11765 # endif
11766 #endif
11767
11768 #include <limits.h>
11769 #include <stdlib.h>
11770
11771 #ifdef HAVE_UNISTD_H
11772 # include <unistd.h>
11773 #endif
11774
11775 #ifndef HAVE_ALARM
11776 # define alarm(X) /* empty */
11777 #endif
11778
11779 /* Work around redefinition to rpl_putenv by other config tests. */
11780 #undef putenv
11781
11782 static time_t time_t_max;
11783 static time_t time_t_min;
11784
11785 /* Values we'll use to set the TZ environment variable. */
11786 static char *tz_strings[] = {
11787 (char *) 0, "TZ=GMT0", "TZ=JST-9",
11788 "TZ=EST+3EDT+2,M10.1.0/00:00:00,M2.3.0/00:00:00"
11789 };
11790 #define N_STRINGS (sizeof (tz_strings) / sizeof (tz_strings[0]))
11791
11792 /* Return 0 if mktime fails to convert a date in the spring-forward gap.
11793 Based on a problem report from Andreas Jaeger. */
11794 static int
11795 spring_forward_gap ()
11796 {
11797 /* glibc (up to about 1998-10-07) failed this test. */
11798 struct tm tm;
11799
11800 /* Use the portable POSIX.1 specification "TZ=PST8PDT,M4.1.0,M10.5.0"
11801 instead of "TZ=America/Vancouver" in order to detect the bug even
11802 on systems that don't support the Olson extension, or don't have the
11803 full zoneinfo tables installed. */
11804 putenv ("TZ=PST8PDT,M4.1.0,M10.5.0");
11805
11806 tm.tm_year = 98;
11807 tm.tm_mon = 3;
11808 tm.tm_mday = 5;
11809 tm.tm_hour = 2;
11810 tm.tm_min = 0;
11811 tm.tm_sec = 0;
11812 tm.tm_isdst = -1;
11813 return mktime (&tm) != (time_t) -1;
11814 }
11815
11816 static int
11817 mktime_test1 (now)
11818 time_t now;
11819 {
11820 struct tm *lt;
11821 return ! (lt = localtime (&now)) || mktime (lt) == now;
11822 }
11823
11824 static int
11825 mktime_test (now)
11826 time_t now;
11827 {
11828 return (mktime_test1 (now)
11829 && mktime_test1 ((time_t) (time_t_max - now))
11830 && mktime_test1 ((time_t) (time_t_min + now)));
11831 }
11832
11833 static int
11834 irix_6_4_bug ()
11835 {
11836 /* Based on code from Ariel Faigon. */
11837 struct tm tm;
11838 tm.tm_year = 96;
11839 tm.tm_mon = 3;
11840 tm.tm_mday = 0;
11841 tm.tm_hour = 0;
11842 tm.tm_min = 0;
11843 tm.tm_sec = 0;
11844 tm.tm_isdst = -1;
11845 mktime (&tm);
11846 return tm.tm_mon == 2 && tm.tm_mday == 31;
11847 }
11848
11849 static int
11850 bigtime_test (j)
11851 int j;
11852 {
11853 struct tm tm;
11854 time_t now;
11855 tm.tm_year = tm.tm_mon = tm.tm_mday = tm.tm_hour = tm.tm_min = tm.tm_sec = j;
11856 now = mktime (&tm);
11857 if (now != (time_t) -1)
11858 {
11859 struct tm *lt = localtime (&now);
11860 if (! (lt
11861 && lt->tm_year == tm.tm_year
11862 && lt->tm_mon == tm.tm_mon
11863 && lt->tm_mday == tm.tm_mday
11864 && lt->tm_hour == tm.tm_hour
11865 && lt->tm_min == tm.tm_min
11866 && lt->tm_sec == tm.tm_sec
11867 && lt->tm_yday == tm.tm_yday
11868 && lt->tm_wday == tm.tm_wday
11869 && ((lt->tm_isdst < 0 ? -1 : 0 < lt->tm_isdst)
11870 == (tm.tm_isdst < 0 ? -1 : 0 < tm.tm_isdst))))
11871 return 0;
11872 }
11873 return 1;
11874 }
11875
11876 static int
11877 year_2050_test ()
11878 {
11879 /* The correct answer for 2050-02-01 00:00:00 in Pacific time,
11880 ignoring leap seconds. */
11881 unsigned long int answer = 2527315200UL;
11882
11883 struct tm tm;
11884 time_t t;
11885 tm.tm_year = 2050 - 1900;
11886 tm.tm_mon = 2 - 1;
11887 tm.tm_mday = 1;
11888 tm.tm_hour = tm.tm_min = tm.tm_sec = 0;
11889 tm.tm_isdst = -1;
11890
11891 /* Use the portable POSIX.1 specification "TZ=PST8PDT,M4.1.0,M10.5.0"
11892 instead of "TZ=America/Vancouver" in order to detect the bug even
11893 on systems that don't support the Olson extension, or don't have the
11894 full zoneinfo tables installed. */
11895 putenv ("TZ=PST8PDT,M4.1.0,M10.5.0");
11896
11897 t = mktime (&tm);
11898
11899 /* Check that the result is either a failure, or close enough
11900 to the correct answer that we can assume the discrepancy is
11901 due to leap seconds. */
11902 return (t == (time_t) -1
11903 || (0 < t && answer - 120 <= t && t <= answer + 120));
11904 }
11905
11906 int
11907 main ()
11908 {
11909 time_t t, delta;
11910 int i, j;
11911
11912 /* This test makes some buggy mktime implementations loop.
11913 Give up after 60 seconds; a mktime slower than that
11914 isn't worth using anyway. */
11915 alarm (60);
11916
11917 for (;;)
11918 {
11919 t = (time_t_max << 1) + 1;
11920 if (t <= time_t_max)
11921 break;
11922 time_t_max = t;
11923 }
11924 time_t_min = - ((time_t) ~ (time_t) 0 == (time_t) -1) - time_t_max;
11925
11926 delta = time_t_max / 997; /* a suitable prime number */
11927 for (i = 0; i < N_STRINGS; i++)
11928 {
11929 if (tz_strings[i])
11930 putenv (tz_strings[i]);
11931
11932 for (t = 0; t <= time_t_max - delta; t += delta)
11933 if (! mktime_test (t))
11934 return 1;
11935 if (! (mktime_test ((time_t) 1)
11936 && mktime_test ((time_t) (60 * 60))
11937 && mktime_test ((time_t) (60 * 60 * 24))))
11938 return 1;
11939
11940 for (j = 1; ; j <<= 1)
11941 if (! bigtime_test (j))
11942 return 1;
11943 else if (INT_MAX / 2 < j)
11944 break;
11945 if (! bigtime_test (INT_MAX))
11946 return 1;
11947 }
11948 return ! (irix_6_4_bug () && spring_forward_gap () && year_2050_test ());
11949 }
11950 _ACEOF
11951 if ac_fn_c_try_run "$LINENO"; then :
11952 ac_cv_func_working_mktime=yes
11953 else
11954 ac_cv_func_working_mktime=no
11955 fi
11956 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11957 conftest.$ac_objext conftest.beam conftest.$ac_ext
11958 fi
11959
11960 fi
11961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_working_mktime" >&5
11962 $as_echo "$ac_cv_func_working_mktime" >&6; }
11963 if test $ac_cv_func_working_mktime = no; then
11964 case " $LIBOBJS " in
11965 *" mktime.$ac_objext "* ) ;;
11966 *) LIBOBJS="$LIBOBJS mktime.$ac_objext"
11967 ;;
11968 esac
11969
11970 fi
11971
11972 if test "$ac_cv_func_working_mktime" = no; then
11973
11974 $as_echo "#define BROKEN_MKTIME 1" >>confdefs.h
11975
11976 fi
11977
11978 ac_have_func=no # yes means we've found a way to get the load average.
11979
11980 # Make sure getloadavg.c is where it belongs, at configure-time.
11981 test -f "$srcdir/$ac_config_libobj_dir/getloadavg.c" ||
11982 as_fn_error "$srcdir/$ac_config_libobj_dir/getloadavg.c is missing" "$LINENO" 5
11983
11984 ac_save_LIBS=$LIBS
11985
11986 # Check for getloadavg, but be sure not to touch the cache variable.
11987 (ac_fn_c_check_func "$LINENO" "getloadavg" "ac_cv_func_getloadavg"
11988 if test "x$ac_cv_func_getloadavg" = x""yes; then :
11989 exit 0
11990 else
11991 exit 1
11992 fi
11993 ) && ac_have_func=yes
11994
11995 # On HPUX9, an unprivileged user can get load averages through this function.
11996 for ac_func in pstat_getdynamic
11997 do :
11998 ac_fn_c_check_func "$LINENO" "pstat_getdynamic" "ac_cv_func_pstat_getdynamic"
11999 if test "x$ac_cv_func_pstat_getdynamic" = x""yes; then :
12000 cat >>confdefs.h <<_ACEOF
12001 #define HAVE_PSTAT_GETDYNAMIC 1
12002 _ACEOF
12003
12004 fi
12005 done
12006
12007
12008 # Solaris has libkstat which does not require root.
12009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
12010 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
12011 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then :
12012 $as_echo_n "(cached) " >&6
12013 else
12014 ac_check_lib_save_LIBS=$LIBS
12015 LIBS="-lkstat $LIBS"
12016 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12017 /* end confdefs.h. */
12018
12019 /* Override any GCC internal prototype to avoid an error.
12020 Use char because int might match the return type of a GCC
12021 builtin and then its argument prototype would still apply. */
12022 #ifdef __cplusplus
12023 extern "C"
12024 #endif
12025 char kstat_open ();
12026 int
12027 main ()
12028 {
12029 return kstat_open ();
12030 ;
12031 return 0;
12032 }
12033 _ACEOF
12034 if ac_fn_c_try_link "$LINENO"; then :
12035 ac_cv_lib_kstat_kstat_open=yes
12036 else
12037 ac_cv_lib_kstat_kstat_open=no
12038 fi
12039 rm -f core conftest.err conftest.$ac_objext \
12040 conftest$ac_exeext conftest.$ac_ext
12041 LIBS=$ac_check_lib_save_LIBS
12042 fi
12043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
12044 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
12045 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then :
12046 cat >>confdefs.h <<_ACEOF
12047 #define HAVE_LIBKSTAT 1
12048 _ACEOF
12049
12050 LIBS="-lkstat $LIBS"
12051
12052 fi
12053
12054 test $ac_cv_lib_kstat_kstat_open = yes && ac_have_func=yes
12055
12056 # Some systems with -lutil have (and need) -lkvm as well, some do not.
12057 # On Solaris, -lkvm requires nlist from -lelf, so check that first
12058 # to get the right answer into the cache.
12059 # For kstat on solaris, we need libelf to force the definition of SVR4 below.
12060 if test $ac_have_func = no; then
12061 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for elf_begin in -lelf" >&5
12062 $as_echo_n "checking for elf_begin in -lelf... " >&6; }
12063 if test "${ac_cv_lib_elf_elf_begin+set}" = set; then :
12064 $as_echo_n "(cached) " >&6
12065 else
12066 ac_check_lib_save_LIBS=$LIBS
12067 LIBS="-lelf $LIBS"
12068 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12069 /* end confdefs.h. */
12070
12071 /* Override any GCC internal prototype to avoid an error.
12072 Use char because int might match the return type of a GCC
12073 builtin and then its argument prototype would still apply. */
12074 #ifdef __cplusplus
12075 extern "C"
12076 #endif
12077 char elf_begin ();
12078 int
12079 main ()
12080 {
12081 return elf_begin ();
12082 ;
12083 return 0;
12084 }
12085 _ACEOF
12086 if ac_fn_c_try_link "$LINENO"; then :
12087 ac_cv_lib_elf_elf_begin=yes
12088 else
12089 ac_cv_lib_elf_elf_begin=no
12090 fi
12091 rm -f core conftest.err conftest.$ac_objext \
12092 conftest$ac_exeext conftest.$ac_ext
12093 LIBS=$ac_check_lib_save_LIBS
12094 fi
12095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_elf_elf_begin" >&5
12096 $as_echo "$ac_cv_lib_elf_elf_begin" >&6; }
12097 if test "x$ac_cv_lib_elf_elf_begin" = x""yes; then :
12098 LIBS="-lelf $LIBS"
12099 fi
12100
12101 fi
12102 if test $ac_have_func = no; then
12103 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kvm_open in -lkvm" >&5
12104 $as_echo_n "checking for kvm_open in -lkvm... " >&6; }
12105 if test "${ac_cv_lib_kvm_kvm_open+set}" = set; then :
12106 $as_echo_n "(cached) " >&6
12107 else
12108 ac_check_lib_save_LIBS=$LIBS
12109 LIBS="-lkvm $LIBS"
12110 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12111 /* end confdefs.h. */
12112
12113 /* Override any GCC internal prototype to avoid an error.
12114 Use char because int might match the return type of a GCC
12115 builtin and then its argument prototype would still apply. */
12116 #ifdef __cplusplus
12117 extern "C"
12118 #endif
12119 char kvm_open ();
12120 int
12121 main ()
12122 {
12123 return kvm_open ();
12124 ;
12125 return 0;
12126 }
12127 _ACEOF
12128 if ac_fn_c_try_link "$LINENO"; then :
12129 ac_cv_lib_kvm_kvm_open=yes
12130 else
12131 ac_cv_lib_kvm_kvm_open=no
12132 fi
12133 rm -f core conftest.err conftest.$ac_objext \
12134 conftest$ac_exeext conftest.$ac_ext
12135 LIBS=$ac_check_lib_save_LIBS
12136 fi
12137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kvm_kvm_open" >&5
12138 $as_echo "$ac_cv_lib_kvm_kvm_open" >&6; }
12139 if test "x$ac_cv_lib_kvm_kvm_open" = x""yes; then :
12140 LIBS="-lkvm $LIBS"
12141 fi
12142
12143 # Check for the 4.4BSD definition of getloadavg.
12144 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getloadavg in -lutil" >&5
12145 $as_echo_n "checking for getloadavg in -lutil... " >&6; }
12146 if test "${ac_cv_lib_util_getloadavg+set}" = set; then :
12147 $as_echo_n "(cached) " >&6
12148 else
12149 ac_check_lib_save_LIBS=$LIBS
12150 LIBS="-lutil $LIBS"
12151 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12152 /* end confdefs.h. */
12153
12154 /* Override any GCC internal prototype to avoid an error.
12155 Use char because int might match the return type of a GCC
12156 builtin and then its argument prototype would still apply. */
12157 #ifdef __cplusplus
12158 extern "C"
12159 #endif
12160 char getloadavg ();
12161 int
12162 main ()
12163 {
12164 return getloadavg ();
12165 ;
12166 return 0;
12167 }
12168 _ACEOF
12169 if ac_fn_c_try_link "$LINENO"; then :
12170 ac_cv_lib_util_getloadavg=yes
12171 else
12172 ac_cv_lib_util_getloadavg=no
12173 fi
12174 rm -f core conftest.err conftest.$ac_objext \
12175 conftest$ac_exeext conftest.$ac_ext
12176 LIBS=$ac_check_lib_save_LIBS
12177 fi
12178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_util_getloadavg" >&5
12179 $as_echo "$ac_cv_lib_util_getloadavg" >&6; }
12180 if test "x$ac_cv_lib_util_getloadavg" = x""yes; then :
12181 LIBS="-lutil $LIBS" ac_have_func=yes ac_cv_func_getloadavg_setgid=yes
12182 fi
12183
12184 fi
12185
12186 if test $ac_have_func = no; then
12187 # There is a commonly available library for RS/6000 AIX.
12188 # Since it is not a standard part of AIX, it might be installed locally.
12189 ac_getloadavg_LIBS=$LIBS
12190 LIBS="-L/usr/local/lib $LIBS"
12191 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getloadavg in -lgetloadavg" >&5
12192 $as_echo_n "checking for getloadavg in -lgetloadavg... " >&6; }
12193 if test "${ac_cv_lib_getloadavg_getloadavg+set}" = set; then :
12194 $as_echo_n "(cached) " >&6
12195 else
12196 ac_check_lib_save_LIBS=$LIBS
12197 LIBS="-lgetloadavg $LIBS"
12198 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12199 /* end confdefs.h. */
12200
12201 /* Override any GCC internal prototype to avoid an error.
12202 Use char because int might match the return type of a GCC
12203 builtin and then its argument prototype would still apply. */
12204 #ifdef __cplusplus
12205 extern "C"
12206 #endif
12207 char getloadavg ();
12208 int
12209 main ()
12210 {
12211 return getloadavg ();
12212 ;
12213 return 0;
12214 }
12215 _ACEOF
12216 if ac_fn_c_try_link "$LINENO"; then :
12217 ac_cv_lib_getloadavg_getloadavg=yes
12218 else
12219 ac_cv_lib_getloadavg_getloadavg=no
12220 fi
12221 rm -f core conftest.err conftest.$ac_objext \
12222 conftest$ac_exeext conftest.$ac_ext
12223 LIBS=$ac_check_lib_save_LIBS
12224 fi
12225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_getloadavg_getloadavg" >&5
12226 $as_echo "$ac_cv_lib_getloadavg_getloadavg" >&6; }
12227 if test "x$ac_cv_lib_getloadavg_getloadavg" = x""yes; then :
12228 LIBS="-lgetloadavg $LIBS"
12229 else
12230 LIBS=$ac_getloadavg_LIBS
12231 fi
12232
12233 fi
12234
12235 # Make sure it is really in the library, if we think we found it,
12236 # otherwise set up the replacement function.
12237 for ac_func in getloadavg
12238 do :
12239 ac_fn_c_check_func "$LINENO" "getloadavg" "ac_cv_func_getloadavg"
12240 if test "x$ac_cv_func_getloadavg" = x""yes; then :
12241 cat >>confdefs.h <<_ACEOF
12242 #define HAVE_GETLOADAVG 1
12243 _ACEOF
12244
12245 else
12246 case " $LIBOBJS " in
12247 *" getloadavg.$ac_objext "* ) ;;
12248 *) LIBOBJS="$LIBOBJS getloadavg.$ac_objext"
12249 ;;
12250 esac
12251
12252
12253 $as_echo "#define C_GETLOADAVG 1" >>confdefs.h
12254
12255 # Figure out what our getloadavg.c needs.
12256 ac_have_func=no
12257 ac_fn_c_check_header_mongrel "$LINENO" "sys/dg_sys_info.h" "ac_cv_header_sys_dg_sys_info_h" "$ac_includes_default"
12258 if test "x$ac_cv_header_sys_dg_sys_info_h" = x""yes; then :
12259 ac_have_func=yes
12260
12261 $as_echo "#define DGUX 1" >>confdefs.h
12262
12263 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dg_sys_info in -ldgc" >&5
12264 $as_echo_n "checking for dg_sys_info in -ldgc... " >&6; }
12265 if test "${ac_cv_lib_dgc_dg_sys_info+set}" = set; then :
12266 $as_echo_n "(cached) " >&6
12267 else
12268 ac_check_lib_save_LIBS=$LIBS
12269 LIBS="-ldgc $LIBS"
12270 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12271 /* end confdefs.h. */
12272
12273 /* Override any GCC internal prototype to avoid an error.
12274 Use char because int might match the return type of a GCC
12275 builtin and then its argument prototype would still apply. */
12276 #ifdef __cplusplus
12277 extern "C"
12278 #endif
12279 char dg_sys_info ();
12280 int
12281 main ()
12282 {
12283 return dg_sys_info ();
12284 ;
12285 return 0;
12286 }
12287 _ACEOF
12288 if ac_fn_c_try_link "$LINENO"; then :
12289 ac_cv_lib_dgc_dg_sys_info=yes
12290 else
12291 ac_cv_lib_dgc_dg_sys_info=no
12292 fi
12293 rm -f core conftest.err conftest.$ac_objext \
12294 conftest$ac_exeext conftest.$ac_ext
12295 LIBS=$ac_check_lib_save_LIBS
12296 fi
12297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dgc_dg_sys_info" >&5
12298 $as_echo "$ac_cv_lib_dgc_dg_sys_info" >&6; }
12299 if test "x$ac_cv_lib_dgc_dg_sys_info" = x""yes; then :
12300 cat >>confdefs.h <<_ACEOF
12301 #define HAVE_LIBDGC 1
12302 _ACEOF
12303
12304 LIBS="-ldgc $LIBS"
12305
12306 fi
12307
12308 fi
12309
12310
12311
12312 ac_fn_c_check_header_mongrel "$LINENO" "locale.h" "ac_cv_header_locale_h" "$ac_includes_default"
12313 if test "x$ac_cv_header_locale_h" = x""yes; then :
12314
12315 fi
12316
12317
12318 for ac_func in setlocale
12319 do :
12320 ac_fn_c_check_func "$LINENO" "setlocale" "ac_cv_func_setlocale"
12321 if test "x$ac_cv_func_setlocale" = x""yes; then :
12322 cat >>confdefs.h <<_ACEOF
12323 #define HAVE_SETLOCALE 1
12324 _ACEOF
12325
12326 fi
12327 done
12328
12329
12330 # We cannot check for <dwarf.h>, because Solaris 2 does not use dwarf (it
12331 # uses stabs), but it is still SVR4. We cannot check for <elf.h> because
12332 # Irix 4.0.5F has the header but not the library.
12333 if test $ac_have_func = no && test "$ac_cv_lib_elf_elf_begin" = yes; then
12334 ac_have_func=yes
12335
12336 $as_echo "#define SVR4 1" >>confdefs.h
12337
12338 fi
12339
12340 if test $ac_have_func = no; then
12341 ac_fn_c_check_header_mongrel "$LINENO" "inq_stats/cpustats.h" "ac_cv_header_inq_stats_cpustats_h" "$ac_includes_default"
12342 if test "x$ac_cv_header_inq_stats_cpustats_h" = x""yes; then :
12343 ac_have_func=yes
12344
12345 $as_echo "#define UMAX 1" >>confdefs.h
12346
12347
12348 $as_echo "#define UMAX4_3 1" >>confdefs.h
12349
12350 fi
12351
12352
12353 fi
12354
12355 if test $ac_have_func = no; then
12356 ac_fn_c_check_header_mongrel "$LINENO" "sys/cpustats.h" "ac_cv_header_sys_cpustats_h" "$ac_includes_default"
12357 if test "x$ac_cv_header_sys_cpustats_h" = x""yes; then :
12358 ac_have_func=yes; $as_echo "#define UMAX 1" >>confdefs.h
12359
12360 fi
12361
12362
12363 fi
12364
12365 if test $ac_have_func = no; then
12366 for ac_header in mach/mach.h
12367 do :
12368 ac_fn_c_check_header_mongrel "$LINENO" "mach/mach.h" "ac_cv_header_mach_mach_h" "$ac_includes_default"
12369 if test "x$ac_cv_header_mach_mach_h" = x""yes; then :
12370 cat >>confdefs.h <<_ACEOF
12371 #define HAVE_MACH_MACH_H 1
12372 _ACEOF
12373
12374 fi
12375
12376 done
12377
12378 fi
12379
12380 for ac_header in nlist.h
12381 do :
12382 ac_fn_c_check_header_mongrel "$LINENO" "nlist.h" "ac_cv_header_nlist_h" "$ac_includes_default"
12383 if test "x$ac_cv_header_nlist_h" = x""yes; then :
12384 cat >>confdefs.h <<_ACEOF
12385 #define HAVE_NLIST_H 1
12386 _ACEOF
12387 ac_fn_c_check_member "$LINENO" "struct nlist" "n_un.n_name" "ac_cv_member_struct_nlist_n_un_n_name" "#include <nlist.h>
12388 "
12389 if test "x$ac_cv_member_struct_nlist_n_un_n_name" = x""yes; then :
12390
12391 cat >>confdefs.h <<_ACEOF
12392 #define HAVE_STRUCT_NLIST_N_UN_N_NAME 1
12393 _ACEOF
12394
12395
12396 $as_echo "#define NLIST_NAME_UNION 1" >>confdefs.h
12397
12398 fi
12399
12400
12401 fi
12402
12403 done
12404
12405 fi
12406 done
12407
12408
12409 # Some definitions of getloadavg require that the program be installed setgid.
12410 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getloadavg requires setgid" >&5
12411 $as_echo_n "checking whether getloadavg requires setgid... " >&6; }
12412 if test "${ac_cv_func_getloadavg_setgid+set}" = set; then :
12413 $as_echo_n "(cached) " >&6
12414 else
12415 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12416 /* end confdefs.h. */
12417 #include "$srcdir/$ac_config_libobj_dir/getloadavg.c"
12418 #ifdef LDAV_PRIVILEGED
12419 Yowza Am I SETGID yet
12420 #endif
12421 _ACEOF
12422 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12423 $EGREP "Yowza Am I SETGID yet" >/dev/null 2>&1; then :
12424 ac_cv_func_getloadavg_setgid=yes
12425 else
12426 ac_cv_func_getloadavg_setgid=no
12427 fi
12428 rm -f conftest*
12429
12430 fi
12431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_getloadavg_setgid" >&5
12432 $as_echo "$ac_cv_func_getloadavg_setgid" >&6; }
12433 if test $ac_cv_func_getloadavg_setgid = yes; then
12434 NEED_SETGID=true
12435
12436 $as_echo "#define GETLOADAVG_PRIVILEGED 1" >>confdefs.h
12437
12438 else
12439 NEED_SETGID=false
12440 fi
12441
12442 if test $ac_cv_func_getloadavg_setgid = yes; then
12443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking group of /dev/kmem" >&5
12444 $as_echo_n "checking group of /dev/kmem... " >&6; }
12445 if test "${ac_cv_group_kmem+set}" = set; then :
12446 $as_echo_n "(cached) " >&6
12447 else
12448 # On Solaris, /dev/kmem is a symlink. Get info on the real file.
12449 ac_ls_output=`ls -lgL /dev/kmem 2>/dev/null`
12450 # If we got an error (system does not support symlinks), try without -L.
12451 test -z "$ac_ls_output" && ac_ls_output=`ls -lg /dev/kmem`
12452 ac_cv_group_kmem=`$as_echo "$ac_ls_output" \
12453 | sed -ne 's/[ ][ ]*/ /g;
12454 s/^.[sSrwx-]* *[0-9]* *\([^0-9]*\) *.*/\1/;
12455 / /s/.* //;p;'`
12456
12457 fi
12458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_group_kmem" >&5
12459 $as_echo "$ac_cv_group_kmem" >&6; }
12460 KMEM_GROUP=$ac_cv_group_kmem
12461 fi
12462 if test "x$ac_save_LIBS" = x; then
12463 GETLOADAVG_LIBS=$LIBS
12464 else
12465 GETLOADAVG_LIBS=`$as_echo "$LIBS" | sed "s|$ac_save_LIBS||"`
12466 fi
12467 LIBS=$ac_save_LIBS
12468
12469
12470
12471 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGEFILE_SOURCE value needed for large files" >&5
12472 $as_echo_n "checking for _LARGEFILE_SOURCE value needed for large files... " >&6; }
12473 if test "${ac_cv_sys_largefile_source+set}" = set; then :
12474 $as_echo_n "(cached) " >&6
12475 else
12476 while :; do
12477 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12478 /* end confdefs.h. */
12479 #include <sys/types.h> /* for off_t */
12480 #include <stdio.h>
12481 int
12482 main ()
12483 {
12484 int (*fp) (FILE *, off_t, int) = fseeko;
12485 return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);
12486 ;
12487 return 0;
12488 }
12489 _ACEOF
12490 if ac_fn_c_try_link "$LINENO"; then :
12491 ac_cv_sys_largefile_source=no; break
12492 fi
12493 rm -f core conftest.err conftest.$ac_objext \
12494 conftest$ac_exeext conftest.$ac_ext
12495 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12496 /* end confdefs.h. */
12497 #define _LARGEFILE_SOURCE 1
12498 #include <sys/types.h> /* for off_t */
12499 #include <stdio.h>
12500 int
12501 main ()
12502 {
12503 int (*fp) (FILE *, off_t, int) = fseeko;
12504 return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);
12505 ;
12506 return 0;
12507 }
12508 _ACEOF
12509 if ac_fn_c_try_link "$LINENO"; then :
12510 ac_cv_sys_largefile_source=1; break
12511 fi
12512 rm -f core conftest.err conftest.$ac_objext \
12513 conftest$ac_exeext conftest.$ac_ext
12514 ac_cv_sys_largefile_source=unknown
12515 break
12516 done
12517 fi
12518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_source" >&5
12519 $as_echo "$ac_cv_sys_largefile_source" >&6; }
12520 case $ac_cv_sys_largefile_source in #(
12521 no | unknown) ;;
12522 *)
12523 cat >>confdefs.h <<_ACEOF
12524 #define _LARGEFILE_SOURCE $ac_cv_sys_largefile_source
12525 _ACEOF
12526 ;;
12527 esac
12528 rm -rf conftest*
12529
12530 # We used to try defining _XOPEN_SOURCE=500 too, to work around a bug
12531 # in glibc 2.1.3, but that breaks too many other things.
12532 # If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
12533 if test $ac_cv_sys_largefile_source != unknown; then
12534
12535 $as_echo "#define HAVE_FSEEKO 1" >>confdefs.h
12536
12537 fi
12538
12539
12540 # Configure getopt.
12541 # getopt.m4 serial 10
12542
12543 # The getopt module assume you want GNU getopt, with getopt_long etc,
12544 # rather than vanilla POSIX getopt. This means your your code should
12545 # always include <getopt.h> for the getopt prototypes.
12546
12547
12548
12549
12550
12551
12552
12553
12554
12555
12556
12557 # Prerequisites of lib/getopt*.
12558
12559
12560
12561
12562 GETOPT_H=
12563 for ac_header in getopt.h
12564 do :
12565 ac_fn_c_check_header_mongrel "$LINENO" "getopt.h" "ac_cv_header_getopt_h" "$ac_includes_default"
12566 if test "x$ac_cv_header_getopt_h" = x""yes; then :
12567 cat >>confdefs.h <<_ACEOF
12568 #define HAVE_GETOPT_H 1
12569 _ACEOF
12570
12571 else
12572 GETOPT_H=getopt.h
12573 fi
12574
12575 done
12576
12577 if test -z "$GETOPT_H"; then
12578 for ac_func in getopt_long_only
12579 do :
12580 ac_fn_c_check_func "$LINENO" "getopt_long_only" "ac_cv_func_getopt_long_only"
12581 if test "x$ac_cv_func_getopt_long_only" = x""yes; then :
12582 cat >>confdefs.h <<_ACEOF
12583 #define HAVE_GETOPT_LONG_ONLY 1
12584 _ACEOF
12585
12586 else
12587 GETOPT_H=getopt.h
12588 fi
12589 done
12590
12591 fi
12592
12593 if test -z "$GETOPT_H"; then
12594 ac_fn_c_check_decl "$LINENO" "optreset" "ac_cv_have_decl_optreset" "#include <getopt.h>
12595 "
12596 if test "x$ac_cv_have_decl_optreset" = x""yes; then :
12597 GETOPT_H=getopt.h
12598 fi
12599
12600 fi
12601
12602 if test -z "$GETOPT_H"; then
12603 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working GNU getopt function" >&5
12604 $as_echo_n "checking for working GNU getopt function... " >&6; }
12605 if test "${gl_cv_func_gnu_getopt+set}" = set; then :
12606 $as_echo_n "(cached) " >&6
12607 else
12608 if test "$cross_compiling" = yes; then :
12609 ac_fn_c_check_decl "$LINENO" "getopt_clip" "ac_cv_have_decl_getopt_clip" "#include <getopt.h>
12610 "
12611 if test "x$ac_cv_have_decl_getopt_clip" = x""yes; then :
12612 gl_cv_func_gnu_getopt=no
12613 else
12614 gl_cv_func_gnu_getopt=yes
12615 fi
12616
12617 else
12618 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12619 /* end confdefs.h. */
12620 #include <getopt.h>
12621 int
12622 main ()
12623 {
12624
12625 char *myargv[3];
12626 myargv[0] = "conftest";
12627 myargv[1] = "-+";
12628 myargv[2] = 0;
12629 return getopt (2, myargv, "+a") != '?';
12630
12631 ;
12632 return 0;
12633 }
12634 _ACEOF
12635 if ac_fn_c_try_run "$LINENO"; then :
12636 gl_cv_func_gnu_getopt=yes
12637 else
12638 gl_cv_func_gnu_getopt=no
12639 fi
12640 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12641 conftest.$ac_objext conftest.beam conftest.$ac_ext
12642 fi
12643
12644 fi
12645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_gnu_getopt" >&5
12646 $as_echo "$gl_cv_func_gnu_getopt" >&6; }
12647 if test "$gl_cv_func_gnu_getopt" = "no"; then
12648 GETOPT_H=getopt.h
12649 fi
12650 fi
12651
12652
12653
12654 if test -n "$GETOPT_H"; then :
12655
12656
12657 GETOPT_H=getopt.h
12658
12659 $as_echo "#define __GETOPT_PREFIX rpl_" >>confdefs.h
12660
12661
12662
12663 :
12664 GETOPTOBJS='getopt.o getopt1.o'
12665
12666 fi
12667
12668
12669
12670 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getpgrp requires zero arguments" >&5
12671 $as_echo_n "checking whether getpgrp requires zero arguments... " >&6; }
12672 if test "${ac_cv_func_getpgrp_void+set}" = set; then :
12673 $as_echo_n "(cached) " >&6
12674 else
12675 # Use it with a single arg.
12676 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12677 /* end confdefs.h. */
12678 $ac_includes_default
12679 int
12680 main ()
12681 {
12682 getpgrp (0);
12683 ;
12684 return 0;
12685 }
12686 _ACEOF
12687 if ac_fn_c_try_compile "$LINENO"; then :
12688 ac_cv_func_getpgrp_void=no
12689 else
12690 ac_cv_func_getpgrp_void=yes
12691 fi
12692 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12693
12694 fi
12695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_getpgrp_void" >&5
12696 $as_echo "$ac_cv_func_getpgrp_void" >&6; }
12697 if test $ac_cv_func_getpgrp_void = yes; then
12698
12699 $as_echo "#define GETPGRP_VOID 1" >>confdefs.h
12700
12701 fi
12702
12703
12704 for ac_func in strftime
12705 do :
12706 ac_fn_c_check_func "$LINENO" "strftime" "ac_cv_func_strftime"
12707 if test "x$ac_cv_func_strftime" = x""yes; then :
12708 cat >>confdefs.h <<_ACEOF
12709 #define HAVE_STRFTIME 1
12710 _ACEOF
12711
12712 else
12713 # strftime is in -lintl on SCO UNIX.
12714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strftime in -lintl" >&5
12715 $as_echo_n "checking for strftime in -lintl... " >&6; }
12716 if test "${ac_cv_lib_intl_strftime+set}" = set; then :
12717 $as_echo_n "(cached) " >&6
12718 else
12719 ac_check_lib_save_LIBS=$LIBS
12720 LIBS="-lintl $LIBS"
12721 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12722 /* end confdefs.h. */
12723
12724 /* Override any GCC internal prototype to avoid an error.
12725 Use char because int might match the return type of a GCC
12726 builtin and then its argument prototype would still apply. */
12727 #ifdef __cplusplus
12728 extern "C"
12729 #endif
12730 char strftime ();
12731 int
12732 main ()
12733 {
12734 return strftime ();
12735 ;
12736 return 0;
12737 }
12738 _ACEOF
12739 if ac_fn_c_try_link "$LINENO"; then :
12740 ac_cv_lib_intl_strftime=yes
12741 else
12742 ac_cv_lib_intl_strftime=no
12743 fi
12744 rm -f core conftest.err conftest.$ac_objext \
12745 conftest$ac_exeext conftest.$ac_ext
12746 LIBS=$ac_check_lib_save_LIBS
12747 fi
12748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_strftime" >&5
12749 $as_echo "$ac_cv_lib_intl_strftime" >&6; }
12750 if test "x$ac_cv_lib_intl_strftime" = x""yes; then :
12751 $as_echo "#define HAVE_STRFTIME 1" >>confdefs.h
12752
12753 LIBS="-lintl $LIBS"
12754 fi
12755
12756 fi
12757 done
12758
12759
12760 # UNIX98 PTYs.
12761 for ac_func in grantpt
12762 do :
12763 ac_fn_c_check_func "$LINENO" "grantpt" "ac_cv_func_grantpt"
12764 if test "x$ac_cv_func_grantpt" = x""yes; then :
12765 cat >>confdefs.h <<_ACEOF
12766 #define HAVE_GRANTPT 1
12767 _ACEOF
12768
12769 fi
12770 done
12771
12772
12773 # PTY-related GNU extensions.
12774 for ac_func in getpt
12775 do :
12776 ac_fn_c_check_func "$LINENO" "getpt" "ac_cv_func_getpt"
12777 if test "x$ac_cv_func_getpt" = x""yes; then :
12778 cat >>confdefs.h <<_ACEOF
12779 #define HAVE_GETPT 1
12780 _ACEOF
12781
12782 fi
12783 done
12784
12785
12786 # Check this now, so that we will NOT find the above functions in ncurses.
12787 # That is because we have not set up to link ncurses in lib-src.
12788 # It's better to believe a function is not available
12789 # than to expect to find it in ncurses.
12790 # Also we need tputs and friends to be able to build at all.
12791 have_tputs_et_al=true
12792 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing tputs" >&5
12793 $as_echo_n "checking for library containing tputs... " >&6; }
12794 if test "${ac_cv_search_tputs+set}" = set; then :
12795 $as_echo_n "(cached) " >&6
12796 else
12797 ac_func_search_save_LIBS=$LIBS
12798 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12799 /* end confdefs.h. */
12800
12801 /* Override any GCC internal prototype to avoid an error.
12802 Use char because int might match the return type of a GCC
12803 builtin and then its argument prototype would still apply. */
12804 #ifdef __cplusplus
12805 extern "C"
12806 #endif
12807 char tputs ();
12808 int
12809 main ()
12810 {
12811 return tputs ();
12812 ;
12813 return 0;
12814 }
12815 _ACEOF
12816 for ac_lib in '' ncurses terminfo termcap; do
12817 if test -z "$ac_lib"; then
12818 ac_res="none required"
12819 else
12820 ac_res=-l$ac_lib
12821 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12822 fi
12823 if ac_fn_c_try_link "$LINENO"; then :
12824 ac_cv_search_tputs=$ac_res
12825 fi
12826 rm -f core conftest.err conftest.$ac_objext \
12827 conftest$ac_exeext
12828 if test "${ac_cv_search_tputs+set}" = set; then :
12829 break
12830 fi
12831 done
12832 if test "${ac_cv_search_tputs+set}" = set; then :
12833
12834 else
12835 ac_cv_search_tputs=no
12836 fi
12837 rm conftest.$ac_ext
12838 LIBS=$ac_func_search_save_LIBS
12839 fi
12840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_tputs" >&5
12841 $as_echo "$ac_cv_search_tputs" >&6; }
12842 ac_res=$ac_cv_search_tputs
12843 if test "$ac_res" != no; then :
12844 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12845
12846 else
12847 have_tputs_et_al=false
12848 fi
12849
12850 if test "$have_tputs_et_al" != true; then
12851 as_fn_error "I couldn't find termcap functions (tputs and friends).
12852 Maybe some development libraries/packages are missing? Try installing
12853 libncurses-dev(el), libterminfo-dev(el) or similar." "$LINENO" 5
12854 fi
12855 # Must define this when any termcap library is found.
12856
12857 $as_echo "#define HAVE_LIBNCURSES 1" >>confdefs.h
12858
12859 ## FIXME This was the cpp logic, but I am not sure it is right.
12860 ## The above test has not necessarily found libncurses.
12861 HAVE_LIBNCURSES=yes
12862
12863 ## Use terminfo instead of termcap?
12864 ## Note only system files NOT using terminfo are:
12865 ## freebsd < 40000, ms-w32, msdos, netbsd < 599002500, and
12866 ## darwin|gnu without ncurses.
12867 TERMINFO=no
12868 LIBS_TERMCAP=
12869 case "$opsys" in
12870 ## cygwin: Fewer environment variables to go wrong, more terminal types.
12871 ## hpux10-20: Use the system provided termcap(3) library.
12872 ## openbsd: David Mazieres <dm@reeducation-labor.lcs.mit.edu> says this
12873 ## is necessary. Otherwise Emacs dumps core when run -nw.
12874 aix4-2|cygwin|hpux*|irix6-5|openbsd|sol2*|unixware) TERMINFO=yes ;;
12875
12876 ## darwin: Prevents crashes when running Emacs in Terminal.app under 10.2.
12877 ## The ncurses library has been moved out of the System framework in
12878 ## Mac OS X 10.2. So if configure detects it, set the command-line
12879 ## option to use it.
12880 darwin|gnu*)
12881 ## (HAVE_LIBNCURSES was not always true, but is since 2010-03-18.)
12882 if test "x$HAVE_LIBNCURSES" = "xyes"; then
12883 TERMINFO=yes
12884 LIBS_TERMCAP="-lncurses"
12885 fi
12886 ;;
12887
12888 freebsd)
12889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether FreeBSD is new enough to use terminfo" >&5
12890 $as_echo_n "checking whether FreeBSD is new enough to use terminfo... " >&6; }
12891 if test "${emacs_cv_freebsd_terminfo+set}" = set; then :
12892 $as_echo_n "(cached) " >&6
12893 else
12894 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12895 /* end confdefs.h. */
12896 #include <osreldate.h>
12897 int
12898 main ()
12899 {
12900 #if __FreeBSD_version < 400000
12901 fail;
12902 #endif
12903
12904 ;
12905 return 0;
12906 }
12907 _ACEOF
12908 if ac_fn_c_try_link "$LINENO"; then :
12909 emacs_cv_freebsd_terminfo=yes
12910 else
12911 emacs_cv_freebsd_terminfo=no
12912 fi
12913 rm -f core conftest.err conftest.$ac_objext \
12914 conftest$ac_exeext conftest.$ac_ext
12915 fi
12916
12917
12918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_freebsd_terminfo" >&5
12919 $as_echo "$emacs_cv_freebsd_terminfo" >&6; }
12920
12921 if test $emacs_cv_freebsd_terminfo = yes; then
12922 TERMINFO=yes
12923 LIBS_TERMCAP="-lncurses"
12924 else
12925 LIBS_TERMCAP="-ltermcap"
12926 fi
12927 ;;
12928
12929 netbsd)
12930 if test $ac_cv_search_tputs = -lterminfo; then
12931 TERMINFO=yes
12932 LIBS_TERMCAP="-lterminfo"
12933 else
12934 LIBS_TERMCAP="-ltermcap"
12935 fi
12936 ;;
12937
12938 esac
12939
12940 case "$opsys" in
12941 ## hpux: Make sure we get select from libc rather than from libcurses
12942 ## because libcurses on HPUX 10.10 has a broken version of select.
12943 ## We used to use -lc -lcurses, but this may be cleaner.
12944 hpux*) LIBS_TERMCAP="-ltermcap" ;;
12945
12946 openbsd) LIBS_TERMCAP="-lncurses" ;;
12947
12948 ## Must use system termcap, if we use any termcap. It does special things.
12949 sol2*) test "$TERMINFO" != yes && LIBS_TERMCAP="-ltermcap" ;;
12950 esac
12951
12952 TERMCAP_OBJ=tparam.o
12953 if test $TERMINFO = yes; then
12954
12955 $as_echo "#define TERMINFO 1" >>confdefs.h
12956
12957
12958 ## Default used to be -ltermcap. Add a case above if need something else.
12959 test "x$LIBS_TERMCAP" = "x" && LIBS_TERMCAP="-lcurses"
12960
12961 TERMCAP_OBJ=terminfo.o
12962 fi
12963
12964
12965
12966
12967 # Do we have res_init, for detecting changes in /etc/resolv.conf?
12968 resolv=no
12969 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12970 /* end confdefs.h. */
12971 #include <netinet/in.h>
12972 #include <arpa/nameser.h>
12973 #include <resolv.h>
12974 int
12975 main ()
12976 {
12977 return res_init();
12978 ;
12979 return 0;
12980 }
12981 _ACEOF
12982 if ac_fn_c_try_link "$LINENO"; then :
12983 have_res_init=yes
12984 else
12985 have_res_init=no
12986 fi
12987 rm -f core conftest.err conftest.$ac_objext \
12988 conftest$ac_exeext conftest.$ac_ext
12989 if test "$have_res_init" = no; then
12990 OLIBS="$LIBS"
12991 LIBS="$LIBS -lresolv"
12992 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for res_init with -lresolv" >&5
12993 $as_echo_n "checking for res_init with -lresolv... " >&6; }
12994 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12995 /* end confdefs.h. */
12996 #include <netinet/in.h>
12997 #include <arpa/nameser.h>
12998 #include <resolv.h>
12999 int
13000 main ()
13001 {
13002 return res_init();
13003 ;
13004 return 0;
13005 }
13006 _ACEOF
13007 if ac_fn_c_try_link "$LINENO"; then :
13008 have_res_init=yes
13009 else
13010 have_res_init=no
13011 fi
13012 rm -f core conftest.err conftest.$ac_objext \
13013 conftest$ac_exeext conftest.$ac_ext
13014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_res_init" >&5
13015 $as_echo "$have_res_init" >&6; }
13016 if test "$have_res_init" = yes ; then
13017 resolv=yes
13018 fi
13019 LIBS="$OLIBS"
13020 fi
13021
13022 if test "$have_res_init" = yes; then
13023
13024 $as_echo "#define HAVE_RES_INIT 1" >>confdefs.h
13025
13026 fi
13027
13028 # Do we need the Hesiod library to provide the support routines?
13029 LIBHESIOD=
13030 if test "$with_hesiod" != no ; then
13031 # Don't set $LIBS here -- see comments above. FIXME which comments?
13032 ac_fn_c_check_func "$LINENO" "res_send" "ac_cv_func_res_send"
13033 if test "x$ac_cv_func_res_send" = x""yes; then :
13034
13035 else
13036 ac_fn_c_check_func "$LINENO" "__res_send" "ac_cv_func___res_send"
13037 if test "x$ac_cv_func___res_send" = x""yes; then :
13038
13039 else
13040 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for res_send in -lresolv" >&5
13041 $as_echo_n "checking for res_send in -lresolv... " >&6; }
13042 if test "${ac_cv_lib_resolv_res_send+set}" = set; then :
13043 $as_echo_n "(cached) " >&6
13044 else
13045 ac_check_lib_save_LIBS=$LIBS
13046 LIBS="-lresolv $LIBS"
13047 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13048 /* end confdefs.h. */
13049
13050 /* Override any GCC internal prototype to avoid an error.
13051 Use char because int might match the return type of a GCC
13052 builtin and then its argument prototype would still apply. */
13053 #ifdef __cplusplus
13054 extern "C"
13055 #endif
13056 char res_send ();
13057 int
13058 main ()
13059 {
13060 return res_send ();
13061 ;
13062 return 0;
13063 }
13064 _ACEOF
13065 if ac_fn_c_try_link "$LINENO"; then :
13066 ac_cv_lib_resolv_res_send=yes
13067 else
13068 ac_cv_lib_resolv_res_send=no
13069 fi
13070 rm -f core conftest.err conftest.$ac_objext \
13071 conftest$ac_exeext conftest.$ac_ext
13072 LIBS=$ac_check_lib_save_LIBS
13073 fi
13074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_resolv_res_send" >&5
13075 $as_echo "$ac_cv_lib_resolv_res_send" >&6; }
13076 if test "x$ac_cv_lib_resolv_res_send" = x""yes; then :
13077 resolv=yes
13078 else
13079 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __res_send in -lresolv" >&5
13080 $as_echo_n "checking for __res_send in -lresolv... " >&6; }
13081 if test "${ac_cv_lib_resolv___res_send+set}" = set; then :
13082 $as_echo_n "(cached) " >&6
13083 else
13084 ac_check_lib_save_LIBS=$LIBS
13085 LIBS="-lresolv $LIBS"
13086 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13087 /* end confdefs.h. */
13088
13089 /* Override any GCC internal prototype to avoid an error.
13090 Use char because int might match the return type of a GCC
13091 builtin and then its argument prototype would still apply. */
13092 #ifdef __cplusplus
13093 extern "C"
13094 #endif
13095 char __res_send ();
13096 int
13097 main ()
13098 {
13099 return __res_send ();
13100 ;
13101 return 0;
13102 }
13103 _ACEOF
13104 if ac_fn_c_try_link "$LINENO"; then :
13105 ac_cv_lib_resolv___res_send=yes
13106 else
13107 ac_cv_lib_resolv___res_send=no
13108 fi
13109 rm -f core conftest.err conftest.$ac_objext \
13110 conftest$ac_exeext conftest.$ac_ext
13111 LIBS=$ac_check_lib_save_LIBS
13112 fi
13113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_resolv___res_send" >&5
13114 $as_echo "$ac_cv_lib_resolv___res_send" >&6; }
13115 if test "x$ac_cv_lib_resolv___res_send" = x""yes; then :
13116 resolv=yes
13117 fi
13118
13119 fi
13120
13121 fi
13122
13123 fi
13124
13125 if test "$resolv" = yes ; then
13126 RESOLVLIB=-lresolv
13127 else
13128 RESOLVLIB=
13129 fi
13130 ac_fn_c_check_func "$LINENO" "hes_getmailhost" "ac_cv_func_hes_getmailhost"
13131 if test "x$ac_cv_func_hes_getmailhost" = x""yes; then :
13132
13133 else
13134 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hes_getmailhost in -lhesiod" >&5
13135 $as_echo_n "checking for hes_getmailhost in -lhesiod... " >&6; }
13136 if test "${ac_cv_lib_hesiod_hes_getmailhost+set}" = set; then :
13137 $as_echo_n "(cached) " >&6
13138 else
13139 ac_check_lib_save_LIBS=$LIBS
13140 LIBS="-lhesiod $RESOLVLIB $LIBS"
13141 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13142 /* end confdefs.h. */
13143
13144 /* Override any GCC internal prototype to avoid an error.
13145 Use char because int might match the return type of a GCC
13146 builtin and then its argument prototype would still apply. */
13147 #ifdef __cplusplus
13148 extern "C"
13149 #endif
13150 char hes_getmailhost ();
13151 int
13152 main ()
13153 {
13154 return hes_getmailhost ();
13155 ;
13156 return 0;
13157 }
13158 _ACEOF
13159 if ac_fn_c_try_link "$LINENO"; then :
13160 ac_cv_lib_hesiod_hes_getmailhost=yes
13161 else
13162 ac_cv_lib_hesiod_hes_getmailhost=no
13163 fi
13164 rm -f core conftest.err conftest.$ac_objext \
13165 conftest$ac_exeext conftest.$ac_ext
13166 LIBS=$ac_check_lib_save_LIBS
13167 fi
13168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_hesiod_hes_getmailhost" >&5
13169 $as_echo "$ac_cv_lib_hesiod_hes_getmailhost" >&6; }
13170 if test "x$ac_cv_lib_hesiod_hes_getmailhost" = x""yes; then :
13171 hesiod=yes
13172 else
13173 :
13174 fi
13175
13176 fi
13177
13178
13179 if test x"$hesiod" = xyes; then
13180
13181 $as_echo "#define HAVE_LIBHESIOD 1" >>confdefs.h
13182
13183 LIBHESIOD=-lhesiod
13184 fi
13185 fi
13186
13187
13188 # Do we need libresolv (due to res_init or Hesiod)?
13189 if test "$resolv" = yes ; then
13190
13191 $as_echo "#define HAVE_LIBRESOLV 1" >>confdefs.h
13192
13193 LIBRESOLV=-lresolv
13194 else
13195 LIBRESOLV=
13196 fi
13197
13198
13199 # These tell us which Kerberos-related libraries to use.
13200 COM_ERRLIB=
13201 CRYPTOLIB=
13202 KRB5LIB=
13203 DESLIB=
13204 KRB4LIB=
13205
13206 if test "${with_kerberos}" != no; then
13207 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for com_err in -lcom_err" >&5
13208 $as_echo_n "checking for com_err in -lcom_err... " >&6; }
13209 if test "${ac_cv_lib_com_err_com_err+set}" = set; then :
13210 $as_echo_n "(cached) " >&6
13211 else
13212 ac_check_lib_save_LIBS=$LIBS
13213 LIBS="-lcom_err $LIBS"
13214 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13215 /* end confdefs.h. */
13216
13217 /* Override any GCC internal prototype to avoid an error.
13218 Use char because int might match the return type of a GCC
13219 builtin and then its argument prototype would still apply. */
13220 #ifdef __cplusplus
13221 extern "C"
13222 #endif
13223 char com_err ();
13224 int
13225 main ()
13226 {
13227 return com_err ();
13228 ;
13229 return 0;
13230 }
13231 _ACEOF
13232 if ac_fn_c_try_link "$LINENO"; then :
13233 ac_cv_lib_com_err_com_err=yes
13234 else
13235 ac_cv_lib_com_err_com_err=no
13236 fi
13237 rm -f core conftest.err conftest.$ac_objext \
13238 conftest$ac_exeext conftest.$ac_ext
13239 LIBS=$ac_check_lib_save_LIBS
13240 fi
13241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_com_err_com_err" >&5
13242 $as_echo "$ac_cv_lib_com_err_com_err" >&6; }
13243 if test "x$ac_cv_lib_com_err_com_err" = x""yes; then :
13244 have_com_err=yes
13245 else
13246 have_com_err=no
13247 fi
13248
13249 if test $have_com_err = yes; then
13250 COM_ERRLIB=-lcom_err
13251 LIBS="$COM_ERRLIB $LIBS"
13252
13253 $as_echo "#define HAVE_LIBCOM_ERR 1" >>confdefs.h
13254
13255 fi
13256 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mit_des_cbc_encrypt in -lcrypto" >&5
13257 $as_echo_n "checking for mit_des_cbc_encrypt in -lcrypto... " >&6; }
13258 if test "${ac_cv_lib_crypto_mit_des_cbc_encrypt+set}" = set; then :
13259 $as_echo_n "(cached) " >&6
13260 else
13261 ac_check_lib_save_LIBS=$LIBS
13262 LIBS="-lcrypto $LIBS"
13263 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13264 /* end confdefs.h. */
13265
13266 /* Override any GCC internal prototype to avoid an error.
13267 Use char because int might match the return type of a GCC
13268 builtin and then its argument prototype would still apply. */
13269 #ifdef __cplusplus
13270 extern "C"
13271 #endif
13272 char mit_des_cbc_encrypt ();
13273 int
13274 main ()
13275 {
13276 return mit_des_cbc_encrypt ();
13277 ;
13278 return 0;
13279 }
13280 _ACEOF
13281 if ac_fn_c_try_link "$LINENO"; then :
13282 ac_cv_lib_crypto_mit_des_cbc_encrypt=yes
13283 else
13284 ac_cv_lib_crypto_mit_des_cbc_encrypt=no
13285 fi
13286 rm -f core conftest.err conftest.$ac_objext \
13287 conftest$ac_exeext conftest.$ac_ext
13288 LIBS=$ac_check_lib_save_LIBS
13289 fi
13290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_mit_des_cbc_encrypt" >&5
13291 $as_echo "$ac_cv_lib_crypto_mit_des_cbc_encrypt" >&6; }
13292 if test "x$ac_cv_lib_crypto_mit_des_cbc_encrypt" = x""yes; then :
13293 have_crypto=yes
13294 else
13295 have_crypto=no
13296 fi
13297
13298 if test $have_crypto = yes; then
13299 CRYPTOLIB=-lcrypto
13300 LIBS="$CRYPTOLIB $LIBS"
13301
13302 $as_echo "#define HAVE_LIBCRYPTO 1" >>confdefs.h
13303
13304 fi
13305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mit_des_cbc_encrypt in -lk5crypto" >&5
13306 $as_echo_n "checking for mit_des_cbc_encrypt in -lk5crypto... " >&6; }
13307 if test "${ac_cv_lib_k5crypto_mit_des_cbc_encrypt+set}" = set; then :
13308 $as_echo_n "(cached) " >&6
13309 else
13310 ac_check_lib_save_LIBS=$LIBS
13311 LIBS="-lk5crypto $LIBS"
13312 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13313 /* end confdefs.h. */
13314
13315 /* Override any GCC internal prototype to avoid an error.
13316 Use char because int might match the return type of a GCC
13317 builtin and then its argument prototype would still apply. */
13318 #ifdef __cplusplus
13319 extern "C"
13320 #endif
13321 char mit_des_cbc_encrypt ();
13322 int
13323 main ()
13324 {
13325 return mit_des_cbc_encrypt ();
13326 ;
13327 return 0;
13328 }
13329 _ACEOF
13330 if ac_fn_c_try_link "$LINENO"; then :
13331 ac_cv_lib_k5crypto_mit_des_cbc_encrypt=yes
13332 else
13333 ac_cv_lib_k5crypto_mit_des_cbc_encrypt=no
13334 fi
13335 rm -f core conftest.err conftest.$ac_objext \
13336 conftest$ac_exeext conftest.$ac_ext
13337 LIBS=$ac_check_lib_save_LIBS
13338 fi
13339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&5
13340 $as_echo "$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&6; }
13341 if test "x$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" = x""yes; then :
13342 have_k5crypto=yes
13343 else
13344 have_k5crypto=no
13345 fi
13346
13347 if test $have_k5crypto = yes; then
13348 CRYPTOLIB=-lk5crypto
13349 LIBS="$CRYPTOLIB $LIBS"
13350
13351 $as_echo "#define HAVE_LIBK5CRYPTO 1" >>confdefs.h
13352
13353 fi
13354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb5_init_context in -lkrb5" >&5
13355 $as_echo_n "checking for krb5_init_context in -lkrb5... " >&6; }
13356 if test "${ac_cv_lib_krb5_krb5_init_context+set}" = set; then :
13357 $as_echo_n "(cached) " >&6
13358 else
13359 ac_check_lib_save_LIBS=$LIBS
13360 LIBS="-lkrb5 $LIBS"
13361 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13362 /* end confdefs.h. */
13363
13364 /* Override any GCC internal prototype to avoid an error.
13365 Use char because int might match the return type of a GCC
13366 builtin and then its argument prototype would still apply. */
13367 #ifdef __cplusplus
13368 extern "C"
13369 #endif
13370 char krb5_init_context ();
13371 int
13372 main ()
13373 {
13374 return krb5_init_context ();
13375 ;
13376 return 0;
13377 }
13378 _ACEOF
13379 if ac_fn_c_try_link "$LINENO"; then :
13380 ac_cv_lib_krb5_krb5_init_context=yes
13381 else
13382 ac_cv_lib_krb5_krb5_init_context=no
13383 fi
13384 rm -f core conftest.err conftest.$ac_objext \
13385 conftest$ac_exeext conftest.$ac_ext
13386 LIBS=$ac_check_lib_save_LIBS
13387 fi
13388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb5_krb5_init_context" >&5
13389 $as_echo "$ac_cv_lib_krb5_krb5_init_context" >&6; }
13390 if test "x$ac_cv_lib_krb5_krb5_init_context" = x""yes; then :
13391 have_krb5=yes
13392 else
13393 have_krb5=no
13394 fi
13395
13396 if test $have_krb5=yes; then
13397 KRB5LIB=-lkrb5
13398 LIBS="$KRB5LIB $LIBS"
13399
13400 $as_echo "#define HAVE_LIBKRB5 1" >>confdefs.h
13401
13402 fi
13403 if test "${with_kerberos5}" = no; then
13404 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for des_cbc_encrypt in -ldes425" >&5
13405 $as_echo_n "checking for des_cbc_encrypt in -ldes425... " >&6; }
13406 if test "${ac_cv_lib_des425_des_cbc_encrypt+set}" = set; then :
13407 $as_echo_n "(cached) " >&6
13408 else
13409 ac_check_lib_save_LIBS=$LIBS
13410 LIBS="-ldes425 $LIBS"
13411 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13412 /* end confdefs.h. */
13413
13414 /* Override any GCC internal prototype to avoid an error.
13415 Use char because int might match the return type of a GCC
13416 builtin and then its argument prototype would still apply. */
13417 #ifdef __cplusplus
13418 extern "C"
13419 #endif
13420 char des_cbc_encrypt ();
13421 int
13422 main ()
13423 {
13424 return des_cbc_encrypt ();
13425 ;
13426 return 0;
13427 }
13428 _ACEOF
13429 if ac_fn_c_try_link "$LINENO"; then :
13430 ac_cv_lib_des425_des_cbc_encrypt=yes
13431 else
13432 ac_cv_lib_des425_des_cbc_encrypt=no
13433 fi
13434 rm -f core conftest.err conftest.$ac_objext \
13435 conftest$ac_exeext conftest.$ac_ext
13436 LIBS=$ac_check_lib_save_LIBS
13437 fi
13438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_des425_des_cbc_encrypt" >&5
13439 $as_echo "$ac_cv_lib_des425_des_cbc_encrypt" >&6; }
13440 if test "x$ac_cv_lib_des425_des_cbc_encrypt" = x""yes; then :
13441 have_des425=yes
13442 else
13443 have_des425=no
13444 fi
13445
13446 if test $have_des425 = yes; then
13447 DESLIB=-ldes425
13448 LIBS="$DESLIB $LIBS"
13449
13450 $as_echo "#define HAVE_LIBDES425 1" >>confdefs.h
13451
13452 else
13453 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for des_cbc_encrypt in -ldes" >&5
13454 $as_echo_n "checking for des_cbc_encrypt in -ldes... " >&6; }
13455 if test "${ac_cv_lib_des_des_cbc_encrypt+set}" = set; then :
13456 $as_echo_n "(cached) " >&6
13457 else
13458 ac_check_lib_save_LIBS=$LIBS
13459 LIBS="-ldes $LIBS"
13460 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13461 /* end confdefs.h. */
13462
13463 /* Override any GCC internal prototype to avoid an error.
13464 Use char because int might match the return type of a GCC
13465 builtin and then its argument prototype would still apply. */
13466 #ifdef __cplusplus
13467 extern "C"
13468 #endif
13469 char des_cbc_encrypt ();
13470 int
13471 main ()
13472 {
13473 return des_cbc_encrypt ();
13474 ;
13475 return 0;
13476 }
13477 _ACEOF
13478 if ac_fn_c_try_link "$LINENO"; then :
13479 ac_cv_lib_des_des_cbc_encrypt=yes
13480 else
13481 ac_cv_lib_des_des_cbc_encrypt=no
13482 fi
13483 rm -f core conftest.err conftest.$ac_objext \
13484 conftest$ac_exeext conftest.$ac_ext
13485 LIBS=$ac_check_lib_save_LIBS
13486 fi
13487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_des_des_cbc_encrypt" >&5
13488 $as_echo "$ac_cv_lib_des_des_cbc_encrypt" >&6; }
13489 if test "x$ac_cv_lib_des_des_cbc_encrypt" = x""yes; then :
13490 have_des=yes
13491 else
13492 have_des=no
13493 fi
13494
13495 if test $have_des = yes; then
13496 DESLIB=-ldes
13497 LIBS="$DESLIB $LIBS"
13498
13499 $as_echo "#define HAVE_LIBDES 1" >>confdefs.h
13500
13501 fi
13502 fi
13503 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb_get_cred in -lkrb4" >&5
13504 $as_echo_n "checking for krb_get_cred in -lkrb4... " >&6; }
13505 if test "${ac_cv_lib_krb4_krb_get_cred+set}" = set; then :
13506 $as_echo_n "(cached) " >&6
13507 else
13508 ac_check_lib_save_LIBS=$LIBS
13509 LIBS="-lkrb4 $LIBS"
13510 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13511 /* end confdefs.h. */
13512
13513 /* Override any GCC internal prototype to avoid an error.
13514 Use char because int might match the return type of a GCC
13515 builtin and then its argument prototype would still apply. */
13516 #ifdef __cplusplus
13517 extern "C"
13518 #endif
13519 char krb_get_cred ();
13520 int
13521 main ()
13522 {
13523 return krb_get_cred ();
13524 ;
13525 return 0;
13526 }
13527 _ACEOF
13528 if ac_fn_c_try_link "$LINENO"; then :
13529 ac_cv_lib_krb4_krb_get_cred=yes
13530 else
13531 ac_cv_lib_krb4_krb_get_cred=no
13532 fi
13533 rm -f core conftest.err conftest.$ac_objext \
13534 conftest$ac_exeext conftest.$ac_ext
13535 LIBS=$ac_check_lib_save_LIBS
13536 fi
13537 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb4_krb_get_cred" >&5
13538 $as_echo "$ac_cv_lib_krb4_krb_get_cred" >&6; }
13539 if test "x$ac_cv_lib_krb4_krb_get_cred" = x""yes; then :
13540 have_krb4=yes
13541 else
13542 have_krb4=no
13543 fi
13544
13545 if test $have_krb4 = yes; then
13546 KRB4LIB=-lkrb4
13547 LIBS="$KRB4LIB $LIBS"
13548
13549 $as_echo "#define HAVE_LIBKRB4 1" >>confdefs.h
13550
13551 else
13552 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb_get_cred in -lkrb" >&5
13553 $as_echo_n "checking for krb_get_cred in -lkrb... " >&6; }
13554 if test "${ac_cv_lib_krb_krb_get_cred+set}" = set; then :
13555 $as_echo_n "(cached) " >&6
13556 else
13557 ac_check_lib_save_LIBS=$LIBS
13558 LIBS="-lkrb $LIBS"
13559 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13560 /* end confdefs.h. */
13561
13562 /* Override any GCC internal prototype to avoid an error.
13563 Use char because int might match the return type of a GCC
13564 builtin and then its argument prototype would still apply. */
13565 #ifdef __cplusplus
13566 extern "C"
13567 #endif
13568 char krb_get_cred ();
13569 int
13570 main ()
13571 {
13572 return krb_get_cred ();
13573 ;
13574 return 0;
13575 }
13576 _ACEOF
13577 if ac_fn_c_try_link "$LINENO"; then :
13578 ac_cv_lib_krb_krb_get_cred=yes
13579 else
13580 ac_cv_lib_krb_krb_get_cred=no
13581 fi
13582 rm -f core conftest.err conftest.$ac_objext \
13583 conftest$ac_exeext conftest.$ac_ext
13584 LIBS=$ac_check_lib_save_LIBS
13585 fi
13586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb_krb_get_cred" >&5
13587 $as_echo "$ac_cv_lib_krb_krb_get_cred" >&6; }
13588 if test "x$ac_cv_lib_krb_krb_get_cred" = x""yes; then :
13589 have_krb=yes
13590 else
13591 have_krb=no
13592 fi
13593
13594 if test $have_krb = yes; then
13595 KRB4LIB=-lkrb
13596 LIBS="$KRB4LIB $LIBS"
13597
13598 $as_echo "#define HAVE_LIBKRB 1" >>confdefs.h
13599
13600 fi
13601 fi
13602 fi
13603
13604 if test "${with_kerberos5}" != no; then
13605 for ac_header in krb5.h
13606 do :
13607 ac_fn_c_check_header_mongrel "$LINENO" "krb5.h" "ac_cv_header_krb5_h" "$ac_includes_default"
13608 if test "x$ac_cv_header_krb5_h" = x""yes; then :
13609 cat >>confdefs.h <<_ACEOF
13610 #define HAVE_KRB5_H 1
13611 _ACEOF
13612 ac_fn_c_check_member "$LINENO" "krb5_error" "text" "ac_cv_member_krb5_error_text" "#include <krb5.h>
13613 "
13614 if test "x$ac_cv_member_krb5_error_text" = x""yes; then :
13615
13616 cat >>confdefs.h <<_ACEOF
13617 #define HAVE_KRB5_ERROR_TEXT 1
13618 _ACEOF
13619
13620
13621 fi
13622 ac_fn_c_check_member "$LINENO" "krb5_error" "e_text" "ac_cv_member_krb5_error_e_text" "#include <krb5.h>
13623 "
13624 if test "x$ac_cv_member_krb5_error_e_text" = x""yes; then :
13625
13626 cat >>confdefs.h <<_ACEOF
13627 #define HAVE_KRB5_ERROR_E_TEXT 1
13628 _ACEOF
13629
13630
13631 fi
13632
13633 fi
13634
13635 done
13636
13637 else
13638 for ac_header in des.h
13639 do :
13640 ac_fn_c_check_header_mongrel "$LINENO" "des.h" "ac_cv_header_des_h" "$ac_includes_default"
13641 if test "x$ac_cv_header_des_h" = x""yes; then :
13642 cat >>confdefs.h <<_ACEOF
13643 #define HAVE_DES_H 1
13644 _ACEOF
13645
13646 else
13647 for ac_header in kerberosIV/des.h
13648 do :
13649 ac_fn_c_check_header_mongrel "$LINENO" "kerberosIV/des.h" "ac_cv_header_kerberosIV_des_h" "$ac_includes_default"
13650 if test "x$ac_cv_header_kerberosIV_des_h" = x""yes; then :
13651 cat >>confdefs.h <<_ACEOF
13652 #define HAVE_KERBEROSIV_DES_H 1
13653 _ACEOF
13654
13655 else
13656 for ac_header in kerberos/des.h
13657 do :
13658 ac_fn_c_check_header_mongrel "$LINENO" "kerberos/des.h" "ac_cv_header_kerberos_des_h" "$ac_includes_default"
13659 if test "x$ac_cv_header_kerberos_des_h" = x""yes; then :
13660 cat >>confdefs.h <<_ACEOF
13661 #define HAVE_KERBEROS_DES_H 1
13662 _ACEOF
13663
13664 fi
13665
13666 done
13667
13668 fi
13669
13670 done
13671
13672 fi
13673
13674 done
13675
13676 for ac_header in krb.h
13677 do :
13678 ac_fn_c_check_header_mongrel "$LINENO" "krb.h" "ac_cv_header_krb_h" "$ac_includes_default"
13679 if test "x$ac_cv_header_krb_h" = x""yes; then :
13680 cat >>confdefs.h <<_ACEOF
13681 #define HAVE_KRB_H 1
13682 _ACEOF
13683
13684 else
13685 for ac_header in kerberosIV/krb.h
13686 do :
13687 ac_fn_c_check_header_mongrel "$LINENO" "kerberosIV/krb.h" "ac_cv_header_kerberosIV_krb_h" "$ac_includes_default"
13688 if test "x$ac_cv_header_kerberosIV_krb_h" = x""yes; then :
13689 cat >>confdefs.h <<_ACEOF
13690 #define HAVE_KERBEROSIV_KRB_H 1
13691 _ACEOF
13692
13693 else
13694 for ac_header in kerberos/krb.h
13695 do :
13696 ac_fn_c_check_header_mongrel "$LINENO" "kerberos/krb.h" "ac_cv_header_kerberos_krb_h" "$ac_includes_default"
13697 if test "x$ac_cv_header_kerberos_krb_h" = x""yes; then :
13698 cat >>confdefs.h <<_ACEOF
13699 #define HAVE_KERBEROS_KRB_H 1
13700 _ACEOF
13701
13702 fi
13703
13704 done
13705
13706 fi
13707
13708 done
13709
13710 fi
13711
13712 done
13713
13714 fi
13715 for ac_header in com_err.h
13716 do :
13717 ac_fn_c_check_header_mongrel "$LINENO" "com_err.h" "ac_cv_header_com_err_h" "$ac_includes_default"
13718 if test "x$ac_cv_header_com_err_h" = x""yes; then :
13719 cat >>confdefs.h <<_ACEOF
13720 #define HAVE_COM_ERR_H 1
13721 _ACEOF
13722
13723 fi
13724
13725 done
13726
13727 fi
13728
13729
13730
13731
13732
13733
13734
13735 # Solaris requires -lintl if you want strerror (which calls dgettext)
13736 # to return localized messages.
13737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dgettext in -lintl" >&5
13738 $as_echo_n "checking for dgettext in -lintl... " >&6; }
13739 if test "${ac_cv_lib_intl_dgettext+set}" = set; then :
13740 $as_echo_n "(cached) " >&6
13741 else
13742 ac_check_lib_save_LIBS=$LIBS
13743 LIBS="-lintl $LIBS"
13744 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13745 /* end confdefs.h. */
13746
13747 /* Override any GCC internal prototype to avoid an error.
13748 Use char because int might match the return type of a GCC
13749 builtin and then its argument prototype would still apply. */
13750 #ifdef __cplusplus
13751 extern "C"
13752 #endif
13753 char dgettext ();
13754 int
13755 main ()
13756 {
13757 return dgettext ();
13758 ;
13759 return 0;
13760 }
13761 _ACEOF
13762 if ac_fn_c_try_link "$LINENO"; then :
13763 ac_cv_lib_intl_dgettext=yes
13764 else
13765 ac_cv_lib_intl_dgettext=no
13766 fi
13767 rm -f core conftest.err conftest.$ac_objext \
13768 conftest$ac_exeext conftest.$ac_ext
13769 LIBS=$ac_check_lib_save_LIBS
13770 fi
13771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_dgettext" >&5
13772 $as_echo "$ac_cv_lib_intl_dgettext" >&6; }
13773 if test "x$ac_cv_lib_intl_dgettext" = x""yes; then :
13774 cat >>confdefs.h <<_ACEOF
13775 #define HAVE_LIBINTL 1
13776 _ACEOF
13777
13778 LIBS="-lintl $LIBS"
13779
13780 fi
13781
13782
13783 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether localtime caches TZ" >&5
13784 $as_echo_n "checking whether localtime caches TZ... " >&6; }
13785 if test "${emacs_cv_localtime_cache+set}" = set; then :
13786 $as_echo_n "(cached) " >&6
13787 else
13788 if test x$ac_cv_func_tzset = xyes; then
13789 if test "$cross_compiling" = yes; then :
13790 # If we have tzset, assume the worst when cross-compiling.
13791 emacs_cv_localtime_cache=yes
13792 else
13793 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13794 /* end confdefs.h. */
13795 #include <time.h>
13796 extern char **environ;
13797 unset_TZ ()
13798 {
13799 char **from, **to;
13800 for (to = from = environ; (*to = *from); from++)
13801 if (! (to[0][0] == 'T' && to[0][1] == 'Z' && to[0][2] == '='))
13802 to++;
13803 }
13804 char TZ_GMT0[] = "TZ=GMT0";
13805 char TZ_PST8[] = "TZ=PST8";
13806 main()
13807 {
13808 time_t now = time ((time_t *) 0);
13809 int hour_GMT0, hour_unset;
13810 if (putenv (TZ_GMT0) != 0)
13811 exit (1);
13812 hour_GMT0 = localtime (&now)->tm_hour;
13813 unset_TZ ();
13814 hour_unset = localtime (&now)->tm_hour;
13815 if (putenv (TZ_PST8) != 0)
13816 exit (1);
13817 if (localtime (&now)->tm_hour == hour_GMT0)
13818 exit (1);
13819 unset_TZ ();
13820 if (localtime (&now)->tm_hour != hour_unset)
13821 exit (1);
13822 exit (0);
13823 }
13824 _ACEOF
13825 if ac_fn_c_try_run "$LINENO"; then :
13826 emacs_cv_localtime_cache=no
13827 else
13828 emacs_cv_localtime_cache=yes
13829 fi
13830 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13831 conftest.$ac_objext conftest.beam conftest.$ac_ext
13832 fi
13833
13834 else
13835 # If we lack tzset, report that localtime does not cache TZ,
13836 # since we can't invalidate the cache if we don't have tzset.
13837 emacs_cv_localtime_cache=no
13838 fi
13839 fi
13840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_localtime_cache" >&5
13841 $as_echo "$emacs_cv_localtime_cache" >&6; }
13842 if test $emacs_cv_localtime_cache = yes; then
13843
13844 $as_echo "#define LOCALTIME_CACHE 1" >>confdefs.h
13845
13846 fi
13847
13848 if test "x$HAVE_TIMEVAL" = xyes; then
13849 for ac_func in gettimeofday
13850 do :
13851 ac_fn_c_check_func "$LINENO" "gettimeofday" "ac_cv_func_gettimeofday"
13852 if test "x$ac_cv_func_gettimeofday" = x""yes; then :
13853 cat >>confdefs.h <<_ACEOF
13854 #define HAVE_GETTIMEOFDAY 1
13855 _ACEOF
13856
13857 fi
13858 done
13859
13860 if test $ac_cv_func_gettimeofday = yes; then
13861 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gettimeofday can accept two arguments" >&5
13862 $as_echo_n "checking whether gettimeofday can accept two arguments... " >&6; }
13863 if test "${emacs_cv_gettimeofday_two_arguments+set}" = set; then :
13864 $as_echo_n "(cached) " >&6
13865 else
13866 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13867 /* end confdefs.h. */
13868
13869 #ifdef TIME_WITH_SYS_TIME
13870 #include <sys/time.h>
13871 #include <time.h>
13872 #else
13873 #ifdef HAVE_SYS_TIME_H
13874 #include <sys/time.h>
13875 #else
13876 #include <time.h>
13877 #endif
13878 #endif
13879 int
13880 main ()
13881 {
13882 struct timeval time;
13883 gettimeofday (&time, 0);
13884 ;
13885 return 0;
13886 }
13887 _ACEOF
13888 if ac_fn_c_try_compile "$LINENO"; then :
13889 emacs_cv_gettimeofday_two_arguments=yes
13890 else
13891 emacs_cv_gettimeofday_two_arguments=no
13892 fi
13893 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13894 fi
13895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_gettimeofday_two_arguments" >&5
13896 $as_echo "$emacs_cv_gettimeofday_two_arguments" >&6; }
13897 if test $emacs_cv_gettimeofday_two_arguments = no; then
13898
13899 $as_echo "#define GETTIMEOFDAY_ONE_ARGUMENT 1" >>confdefs.h
13900
13901 fi
13902 fi
13903 fi
13904
13905 ok_so_far=yes
13906 ac_fn_c_check_func "$LINENO" "socket" "ac_cv_func_socket"
13907 if test "x$ac_cv_func_socket" = x""yes; then :
13908
13909 else
13910 ok_so_far=no
13911 fi
13912
13913 if test $ok_so_far = yes; then
13914 ac_fn_c_check_header_mongrel "$LINENO" "netinet/in.h" "ac_cv_header_netinet_in_h" "$ac_includes_default"
13915 if test "x$ac_cv_header_netinet_in_h" = x""yes; then :
13916
13917 else
13918 ok_so_far=no
13919 fi
13920
13921
13922 fi
13923 if test $ok_so_far = yes; then
13924 ac_fn_c_check_header_mongrel "$LINENO" "arpa/inet.h" "ac_cv_header_arpa_inet_h" "$ac_includes_default"
13925 if test "x$ac_cv_header_arpa_inet_h" = x""yes; then :
13926
13927 else
13928 ok_so_far=no
13929 fi
13930
13931
13932 fi
13933 if test $ok_so_far = yes; then
13934
13935 $as_echo "#define HAVE_INET_SOCKETS 1" >>confdefs.h
13936
13937 fi
13938
13939 for ac_header in sys/ioctl.h
13940 do :
13941 ac_fn_c_check_header_mongrel "$LINENO" "sys/ioctl.h" "ac_cv_header_sys_ioctl_h" "$ac_includes_default"
13942 if test "x$ac_cv_header_sys_ioctl_h" = x""yes; then :
13943 cat >>confdefs.h <<_ACEOF
13944 #define HAVE_SYS_IOCTL_H 1
13945 _ACEOF
13946
13947 fi
13948
13949 done
13950
13951
13952 if test -f /usr/lpp/X11/bin/smt.exp; then
13953
13954 $as_echo "#define HAVE_AIX_SMT_EXP 1" >>confdefs.h
13955
13956 fi
13957
13958 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether system supports dynamic ptys" >&5
13959 $as_echo_n "checking whether system supports dynamic ptys... " >&6; }
13960 if test -d /dev/pts && ls -d /dev/ptmx > /dev/null 2>&1 ; then
13961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13962 $as_echo "yes" >&6; }
13963
13964 $as_echo "#define HAVE_DEV_PTMX 1" >>confdefs.h
13965
13966 else
13967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13968 $as_echo "no" >&6; }
13969 fi
13970
13971 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
13972 if test "x$ac_cv_type_pid_t" = x""yes; then :
13973
13974 else
13975
13976 cat >>confdefs.h <<_ACEOF
13977 #define pid_t int
13978 _ACEOF
13979
13980 fi
13981
13982 for ac_header in vfork.h
13983 do :
13984 ac_fn_c_check_header_mongrel "$LINENO" "vfork.h" "ac_cv_header_vfork_h" "$ac_includes_default"
13985 if test "x$ac_cv_header_vfork_h" = x""yes; then :
13986 cat >>confdefs.h <<_ACEOF
13987 #define HAVE_VFORK_H 1
13988 _ACEOF
13989
13990 fi
13991
13992 done
13993
13994 for ac_func in fork vfork
13995 do :
13996 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13997 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13998 eval as_val=\$$as_ac_var
13999 if test "x$as_val" = x""yes; then :
14000 cat >>confdefs.h <<_ACEOF
14001 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14002 _ACEOF
14003
14004 fi
14005 done
14006
14007 if test "x$ac_cv_func_fork" = xyes; then
14008 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working fork" >&5
14009 $as_echo_n "checking for working fork... " >&6; }
14010 if test "${ac_cv_func_fork_works+set}" = set; then :
14011 $as_echo_n "(cached) " >&6
14012 else
14013 if test "$cross_compiling" = yes; then :
14014 ac_cv_func_fork_works=cross
14015 else
14016 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14017 /* end confdefs.h. */
14018 $ac_includes_default
14019 int
14020 main ()
14021 {
14022
14023 /* By Ruediger Kuhlmann. */
14024 return fork () < 0;
14025
14026 ;
14027 return 0;
14028 }
14029 _ACEOF
14030 if ac_fn_c_try_run "$LINENO"; then :
14031 ac_cv_func_fork_works=yes
14032 else
14033 ac_cv_func_fork_works=no
14034 fi
14035 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
14036 conftest.$ac_objext conftest.beam conftest.$ac_ext
14037 fi
14038
14039 fi
14040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_fork_works" >&5
14041 $as_echo "$ac_cv_func_fork_works" >&6; }
14042
14043 else
14044 ac_cv_func_fork_works=$ac_cv_func_fork
14045 fi
14046 if test "x$ac_cv_func_fork_works" = xcross; then
14047 case $host in
14048 *-*-amigaos* | *-*-msdosdjgpp*)
14049 # Override, as these systems have only a dummy fork() stub
14050 ac_cv_func_fork_works=no
14051 ;;
14052 *)
14053 ac_cv_func_fork_works=yes
14054 ;;
14055 esac
14056 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&5
14057 $as_echo "$as_me: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&2;}
14058 fi
14059 ac_cv_func_vfork_works=$ac_cv_func_vfork
14060 if test "x$ac_cv_func_vfork" = xyes; then
14061 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working vfork" >&5
14062 $as_echo_n "checking for working vfork... " >&6; }
14063 if test "${ac_cv_func_vfork_works+set}" = set; then :
14064 $as_echo_n "(cached) " >&6
14065 else
14066 if test "$cross_compiling" = yes; then :
14067 ac_cv_func_vfork_works=cross
14068 else
14069 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14070 /* end confdefs.h. */
14071 /* Thanks to Paul Eggert for this test. */
14072 $ac_includes_default
14073 #include <sys/wait.h>
14074 #ifdef HAVE_VFORK_H
14075 # include <vfork.h>
14076 #endif
14077 /* On some sparc systems, changes by the child to local and incoming
14078 argument registers are propagated back to the parent. The compiler
14079 is told about this with #include <vfork.h>, but some compilers
14080 (e.g. gcc -O) don't grok <vfork.h>. Test for this by using a
14081 static variable whose address is put into a register that is
14082 clobbered by the vfork. */
14083 static void
14084 #ifdef __cplusplus
14085 sparc_address_test (int arg)
14086 # else
14087 sparc_address_test (arg) int arg;
14088 #endif
14089 {
14090 static pid_t child;
14091 if (!child) {
14092 child = vfork ();
14093 if (child < 0) {
14094 perror ("vfork");
14095 _exit(2);
14096 }
14097 if (!child) {
14098 arg = getpid();
14099 write(-1, "", 0);
14100 _exit (arg);
14101 }
14102 }
14103 }
14104
14105 int
14106 main ()
14107 {
14108 pid_t parent = getpid ();
14109 pid_t child;
14110
14111 sparc_address_test (0);
14112
14113 child = vfork ();
14114
14115 if (child == 0) {
14116 /* Here is another test for sparc vfork register problems. This
14117 test uses lots of local variables, at least as many local
14118 variables as main has allocated so far including compiler
14119 temporaries. 4 locals are enough for gcc 1.40.3 on a Solaris
14120 4.1.3 sparc, but we use 8 to be safe. A buggy compiler should
14121 reuse the register of parent for one of the local variables,
14122 since it will think that parent can't possibly be used any more
14123 in this routine. Assigning to the local variable will thus
14124 munge parent in the parent process. */
14125 pid_t
14126 p = getpid(), p1 = getpid(), p2 = getpid(), p3 = getpid(),
14127 p4 = getpid(), p5 = getpid(), p6 = getpid(), p7 = getpid();
14128 /* Convince the compiler that p..p7 are live; otherwise, it might
14129 use the same hardware register for all 8 local variables. */
14130 if (p != p1 || p != p2 || p != p3 || p != p4
14131 || p != p5 || p != p6 || p != p7)
14132 _exit(1);
14133
14134 /* On some systems (e.g. IRIX 3.3), vfork doesn't separate parent
14135 from child file descriptors. If the child closes a descriptor
14136 before it execs or exits, this munges the parent's descriptor
14137 as well. Test for this by closing stdout in the child. */
14138 _exit(close(fileno(stdout)) != 0);
14139 } else {
14140 int status;
14141 struct stat st;
14142
14143 while (wait(&status) != child)
14144 ;
14145 return (
14146 /* Was there some problem with vforking? */
14147 child < 0
14148
14149 /* Did the child fail? (This shouldn't happen.) */
14150 || status
14151
14152 /* Did the vfork/compiler bug occur? */
14153 || parent != getpid()
14154
14155 /* Did the file descriptor bug occur? */
14156 || fstat(fileno(stdout), &st) != 0
14157 );
14158 }
14159 }
14160 _ACEOF
14161 if ac_fn_c_try_run "$LINENO"; then :
14162 ac_cv_func_vfork_works=yes
14163 else
14164 ac_cv_func_vfork_works=no
14165 fi
14166 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
14167 conftest.$ac_objext conftest.beam conftest.$ac_ext
14168 fi
14169
14170 fi
14171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_vfork_works" >&5
14172 $as_echo "$ac_cv_func_vfork_works" >&6; }
14173
14174 fi;
14175 if test "x$ac_cv_func_fork_works" = xcross; then
14176 ac_cv_func_vfork_works=$ac_cv_func_vfork
14177 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&5
14178 $as_echo "$as_me: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&2;}
14179 fi
14180
14181 if test "x$ac_cv_func_vfork_works" = xyes; then
14182
14183 $as_echo "#define HAVE_WORKING_VFORK 1" >>confdefs.h
14184
14185 else
14186
14187 $as_echo "#define vfork fork" >>confdefs.h
14188
14189 fi
14190 if test "x$ac_cv_func_fork_works" = xyes; then
14191
14192 $as_echo "#define HAVE_WORKING_FORK 1" >>confdefs.h
14193
14194 fi
14195
14196
14197 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nl_langinfo and CODESET" >&5
14198 $as_echo_n "checking for nl_langinfo and CODESET... " >&6; }
14199 if test "${emacs_cv_langinfo_codeset+set}" = set; then :
14200 $as_echo_n "(cached) " >&6
14201 else
14202 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14203 /* end confdefs.h. */
14204 #include <langinfo.h>
14205 int
14206 main ()
14207 {
14208 char* cs = nl_langinfo(CODESET);
14209 ;
14210 return 0;
14211 }
14212 _ACEOF
14213 if ac_fn_c_try_link "$LINENO"; then :
14214 emacs_cv_langinfo_codeset=yes
14215 else
14216 emacs_cv_langinfo_codeset=no
14217 fi
14218 rm -f core conftest.err conftest.$ac_objext \
14219 conftest$ac_exeext conftest.$ac_ext
14220
14221 fi
14222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_langinfo_codeset" >&5
14223 $as_echo "$emacs_cv_langinfo_codeset" >&6; }
14224 if test $emacs_cv_langinfo_codeset = yes; then
14225
14226 $as_echo "#define HAVE_LANGINFO_CODESET 1" >>confdefs.h
14227
14228 fi
14229
14230 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
14231 if test "x$ac_cv_type_size_t" = x""yes; then :
14232
14233 cat >>confdefs.h <<_ACEOF
14234 #define HAVE_SIZE_T 1
14235 _ACEOF
14236
14237
14238 fi
14239
14240
14241 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mbstate_t" >&5
14242 $as_echo_n "checking for mbstate_t... " >&6; }
14243 if test "${ac_cv_type_mbstate_t+set}" = set; then :
14244 $as_echo_n "(cached) " >&6
14245 else
14246 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14247 /* end confdefs.h. */
14248 $ac_includes_default
14249 # include <wchar.h>
14250 int
14251 main ()
14252 {
14253 mbstate_t x; return sizeof x;
14254 ;
14255 return 0;
14256 }
14257 _ACEOF
14258 if ac_fn_c_try_compile "$LINENO"; then :
14259 ac_cv_type_mbstate_t=yes
14260 else
14261 ac_cv_type_mbstate_t=no
14262 fi
14263 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14264 fi
14265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_mbstate_t" >&5
14266 $as_echo "$ac_cv_type_mbstate_t" >&6; }
14267 if test $ac_cv_type_mbstate_t = yes; then
14268
14269 $as_echo "#define HAVE_MBSTATE_T 1" >>confdefs.h
14270
14271 else
14272
14273 $as_echo "#define mbstate_t int" >>confdefs.h
14274
14275 fi
14276
14277 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C restrict keyword" >&5
14278 $as_echo_n "checking for C restrict keyword... " >&6; }
14279 if test "${emacs_cv_c_restrict+set}" = set; then :
14280 $as_echo_n "(cached) " >&6
14281 else
14282 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14283 /* end confdefs.h. */
14284 void fred (int *restrict x);
14285 int
14286 main ()
14287 {
14288
14289 ;
14290 return 0;
14291 }
14292 _ACEOF
14293 if ac_fn_c_try_compile "$LINENO"; then :
14294 emacs_cv_c_restrict=yes
14295 else
14296 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14297 /* end confdefs.h. */
14298 void fred (int *__restrict x);
14299 int
14300 main ()
14301 {
14302
14303 ;
14304 return 0;
14305 }
14306 _ACEOF
14307 if ac_fn_c_try_compile "$LINENO"; then :
14308 emacs_cv_c_restrict=__restrict
14309 else
14310 emacs_cv_c_restrict=no
14311 fi
14312 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14313 fi
14314 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14315 fi
14316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_c_restrict" >&5
14317 $as_echo "$emacs_cv_c_restrict" >&6; }
14318 case "$emacs_cv_c_restrict" in
14319 yes) emacs_restrict=restrict;;
14320 no) emacs_restrict="";;
14321 *) emacs_restrict="$emacs_cv_c_restrict";;
14322 esac
14323 if test "$emacs_restrict" != __restrict; then
14324
14325 cat >>confdefs.h <<_ACEOF
14326 #define __restrict $emacs_restrict
14327 _ACEOF
14328
14329 fi
14330
14331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C restricted array declarations" >&5
14332 $as_echo_n "checking for C restricted array declarations... " >&6; }
14333 if test "${emacs_cv_c_restrict_arr+set}" = set; then :
14334 $as_echo_n "(cached) " >&6
14335 else
14336 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14337 /* end confdefs.h. */
14338 void fred (int x[__restrict]);
14339 int
14340 main ()
14341 {
14342
14343 ;
14344 return 0;
14345 }
14346 _ACEOF
14347 if ac_fn_c_try_compile "$LINENO"; then :
14348 emacs_cv_c_restrict_arr=yes
14349 else
14350 emacs_cv_c_restrict_arr=no
14351 fi
14352 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14353 fi
14354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_c_restrict_arr" >&5
14355 $as_echo "$emacs_cv_c_restrict_arr" >&6; }
14356 if test "$emacs_cv_c_restrict_arr" = yes; then
14357
14358 $as_echo "#define __restrict_arr __restrict" >>confdefs.h
14359
14360 fi
14361
14362
14363
14364 # Set up the CFLAGS for real compilation, so we can substitute it.
14365 CFLAGS="$REAL_CFLAGS"
14366 CPPFLAGS="$REAL_CPPFLAGS"
14367
14368 ## Hack to detect a buggy GCC version.
14369 if test "x$GCC" = xyes \
14370 && test x"`$CC --version 2> /dev/null | grep 'gcc.* 4.5.0'`" != x \
14371 && test x"`echo $CFLAGS | grep '\-O[23]'`" != x \
14372 && test x"`echo $CFLAGS | grep '\-fno-optimize-sibling-calls'`" = x; then
14373 as_fn_error "GCC 4.5.0 has problems compiling Emacs; see etc/PROBLEMS'." "$LINENO" 5
14374 fi
14375
14376 #### Find out which version of Emacs this is.
14377 version=`grep 'const char emacs_version' ${srcdir}/src/emacs.c \
14378 | sed -e 's/^[^"]*"\([^"]*\)".*$/\1/'`
14379 if test x"${version}" = x; then
14380 as_fn_error "can't find current emacs version in \`${srcdir}/src/emacs.c'." "$LINENO" 5
14381 fi
14382 if test x"${version}" != x"$PACKAGE_VERSION"; then
14383 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: version mismatch between \`${srcdir}/configure.in' and \`${srcdir}/src/emacs.c'." >&5
14384 $as_echo "$as_me: WARNING: version mismatch between \`${srcdir}/configure.in' and \`${srcdir}/src/emacs.c'." >&2;}
14385 fi
14386
14387 ### Specify what sort of things we'll be editing into Makefile and config.h.
14388 ### Use configuration here uncanonicalized to avoid exceeding size limits.
14389
14390
14391 ## Unused?
14392
14393
14394
14395
14396
14397
14398
14399
14400
14401
14402
14403
14404
14405
14406
14407
14408
14409
14410
14411
14412 ## FIXME? Nothing uses @LD_SWITCH_X_SITE@.
14413 ## src/Makefile.in did add LD_SWITCH_X_SITE (as a cpp define) to the
14414 ## end of LIBX_BASE, but nothing ever set it.
14415
14416
14417
14418
14419 ## Used in lwlib/Makefile.in.
14420
14421
14422
14423
14424
14425
14426
14427
14428
14429
14430
14431
14432 cat >>confdefs.h <<_ACEOF
14433 #define EMACS_CONFIGURATION "${canonical}"
14434 _ACEOF
14435
14436
14437 cat >>confdefs.h <<_ACEOF
14438 #define EMACS_CONFIG_OPTIONS "${ac_configure_args}"
14439 _ACEOF
14440
14441
14442 cat >>confdefs.h <<_ACEOF
14443 #define config_machfile "${machfile}"
14444 _ACEOF
14445
14446
14447 cat >>confdefs.h <<_ACEOF
14448 #define config_opsysfile "${opsysfile}"
14449 _ACEOF
14450
14451
14452 XMENU_OBJ=
14453 XOBJ=
14454 FONT_OBJ=
14455 if test "${HAVE_X_WINDOWS}" = "yes" ; then
14456
14457 $as_echo "#define HAVE_X_WINDOWS 1" >>confdefs.h
14458
14459 XMENU_OBJ=xmenu.o
14460 XOBJ="xterm.o xfns.o xselect.o xrdb.o fontset.o xsmfns.o fringe.o image.o xsettings.o xgselect.o"
14461 FONT_OBJ=xfont.o
14462 if test "$HAVE_XFT" = "yes"; then
14463 FONT_OBJ="$FONT_OBJ ftfont.o xftfont.o ftxfont.o"
14464 elif test "$HAVE_FREETYPE" = "yes"; then
14465 FONT_OBJ="$FONT_OBJ ftfont.o ftxfont.o"
14466 fi
14467
14468 fi
14469
14470
14471
14472
14473 WIDGET_OBJ=
14474 MOTIF_LIBW=
14475 if test "${USE_X_TOOLKIT}" != "none" ; then
14476 WIDGET_OBJ=widget.o
14477
14478 $as_echo "#define USE_X_TOOLKIT 1" >>confdefs.h
14479
14480 if test "${USE_X_TOOLKIT}" = "LUCID"; then
14481
14482 $as_echo "#define USE_LUCID 1" >>confdefs.h
14483
14484 elif test "${USE_X_TOOLKIT}" = "MOTIF"; then
14485
14486 $as_echo "#define USE_MOTIF 1" >>confdefs.h
14487
14488 MOTIF_LIBW=-lXm
14489 case "$opsys" in
14490 gnu-linux)
14491 ## Paul Abrahams <abrahams at equinox.shaysnet.com> says this is needed.
14492 MOTIF_LIBW="$MOTIF_LIBW -lXpm"
14493 ;;
14494
14495 unixware)
14496 ## Richard Anthony Ryan <ryanr at ellingtn.ftc.nrcs.usda.gov>
14497 ## says -lXimp is needed in UNIX_SV ... 4.2 1.1.2.
14498 MOTIF_LIBW="MOTIF_LIBW -lXimp"
14499 ;;
14500
14501 aix4-2)
14502 ## olson@mcs.anl.gov says -li18n is needed by -lXm.
14503 MOTIF_LIBW="$MOTIF_LIBW -li18n"
14504 ;;
14505 esac
14506 MOTIF_LIBW="$MOTIF_LIBW $LIBXP"
14507 fi
14508 fi
14509
14510
14511 TOOLKIT_LIBW=
14512 case "$USE_X_TOOLKIT" in
14513 MOTIF) TOOLKIT_LIBW="$MOTIF_LIBW" ;;
14514 LUCID) TOOLKIT_LIBW="$LUCID_LIBW" ;;
14515 none) test "x$HAVE_GTK" = "xyes" && TOOLKIT_LIBW="$GTK_LIBS" ;;
14516 esac
14517
14518
14519 if test "$USE_X_TOOLKIT" = "none"; then
14520 LIBXT_OTHER="\$(LIBXSM)"
14521 OLDXMENU_TARGET="really-oldXMenu"
14522 else
14523 LIBXT_OTHER="\$(LIBXMU) -lXt \$(LIBXTR6) -lXext"
14524 OLDXMENU_TARGET="really-lwlib"
14525 fi
14526
14527
14528 ## The X Menu stuff is present in the X10 distribution, but missing
14529 ## from X11. If we have X10, just use the installed library;
14530 ## otherwise, use our own copy.
14531 if test "${HAVE_X11}" = "yes" ; then
14532
14533 $as_echo "#define HAVE_X11 1" >>confdefs.h
14534
14535
14536 if test "$USE_X_TOOLKIT" = "none"; then
14537 OLDXMENU="\${oldXMenudir}libXMenu11.a"
14538 else
14539 OLDXMENU="\${lwlibdir}liblw.a"
14540 fi
14541 LIBXMENU="\$(OLDXMENU)"
14542 LIBX_OTHER="\$(LIBXT) \$(LIBX_EXTRA)"
14543 OLDXMENU_DEPS="\${OLDXMENU} ../src/\${OLDXMENU}"
14544 else
14545 ## For a syntactically valid Makefile; not actually used for anything.
14546 ## See comments in src/Makefile.in.
14547 OLDXMENU=nothing
14548 ## FIXME This case (!HAVE_X11 && HAVE_X_WINDOWS) is no longer possible(?).
14549 if test "${HAVE_X_WINDOWS}" = "yes"; then
14550 LIBXMENU="-lXMenu"
14551 else
14552 LIBXMENU=
14553 fi
14554 LIBX_OTHER=
14555 OLDXMENU_DEPS=
14556 fi
14557
14558 if test "$HAVE_GTK" = "yes" || test "$HAVE_MENUS" != "yes"; then
14559 OLDXMENU_TARGET=
14560 OLDXMENU=nothing
14561 LIBXMENU=
14562 OLDXMENU_DEPS=
14563 fi
14564
14565
14566
14567
14568
14569
14570
14571 if test "${HAVE_MENUS}" = "yes" ; then
14572
14573 $as_echo "#define HAVE_MENUS 1" >>confdefs.h
14574
14575 fi
14576
14577 if test "${GNU_MALLOC}" = "yes" ; then
14578
14579 $as_echo "#define GNU_MALLOC 1" >>confdefs.h
14580
14581 fi
14582
14583 RALLOC_OBJ=
14584 if test "${REL_ALLOC}" = "yes" ; then
14585
14586 $as_echo "#define REL_ALLOC 1" >>confdefs.h
14587
14588
14589 test "$system_malloc" != "yes" && RALLOC_OBJ=ralloc.o
14590 fi
14591
14592
14593 if test "$opsys" = "cygwin"; then
14594 CYGWIN_OBJ="sheap.o"
14595 ## Cygwin differs because of its unexec().
14596 PRE_ALLOC_OBJ=
14597 POST_ALLOC_OBJ=lastfile.o
14598 else
14599 CYGWIN_OBJ=
14600 PRE_ALLOC_OBJ=lastfile.o
14601 POST_ALLOC_OBJ=
14602 fi
14603
14604
14605
14606
14607
14608 case "$opsys" in
14609 aix4-2) LD_SWITCH_SYSTEM_TEMACS="-Wl,-bnodelcsect" ;;
14610
14611 darwin)
14612 ## The -headerpad option tells ld (see man page) to leave room at the
14613 ## end of the header for adding load commands. Needed for dumping.
14614 ## 0x690 is the total size of 30 segment load commands (at 56
14615 ## each); under Cocoa 31 commands are required.
14616 if test "$HAVE_NS" = "yes"; then
14617 libs_nsgui="-framework AppKit"
14618 headerpad_extra=6C8
14619 else
14620 libs_nsgui=
14621 headerpad_extra=690
14622 fi
14623 LD_SWITCH_SYSTEM_TEMACS="-prebind $libs_nsgui -Xlinker -headerpad -Xlinker $headerpad_extra"
14624
14625 ## This is here because src/Makefile.in did some extra fiddling around
14626 ## with LD_SWITCH_SYSTEM. The cpp logic was:
14627 ## #ifndef LD_SWITCH_SYSTEM
14628 ## #if !defined (__GNUC__) && ((defined (BSD_SYSTEM) && !defined (COFF)))
14629 ## Since all the *bsds define LD_SWITCH_SYSTEM, this simplifies to:
14630 ## not using gcc, darwin system not on an alpha (ie darwin, since
14631 ## darwin + alpha does not occur).
14632 ## Because this was done in src/Makefile.in, the resulting part of
14633 ## LD_SWITCH_SYSTEM was not used in configure (ie, in ac_link).
14634 ## It therefore seems cleaner to put this in LD_SWITCH_SYSTEM_TEMACS,
14635 ## rather than LD_SWITCH_SYSTEM.
14636 test "x$LD_SWITCH_SYSTEM" = "x" && test "x$GCC" != "xyes" && \
14637 LD_SWITCH_SYSTEM_TEMACS="-X $LD_SWITCH_SYSTEM_TEMACS"
14638 ;;
14639
14640 ## LD_SWITCH_X_SITE_AUX is a -R option saying where to find X at run-time.
14641 ## When handled by cpp, this was in LD_SWITCH_SYSTEM. However, at
14642 ## the point where configure sourced the s/*.h file, LD_SWITCH_X_SITE_AUX
14643 ## had not yet been defined and was expanded to null. Hence LD_SWITCH_SYSTEM
14644 ## had different values in configure (in ac_link) and src/Makefile.in.
14645 ## It seems clearer therefore to put this piece in LD_SWITCH_SYSTEM_TEMACS.
14646 gnu-linux) LD_SWITCH_SYSTEM_TEMACS="\$(LD_SWITCH_X_SITE_AUX)" ;;
14647
14648 *) LD_SWITCH_SYSTEM_TEMACS= ;;
14649 esac
14650
14651 if test "$NS_IMPL_GNUSTEP" = "yes"; then
14652 LD_SWITCH_SYSTEM_TEMACS="${LD_SWITCH_SYSTEM_TEMACS} -L${GNUSTEP_SYSTEM_LIBRARIES} ${GNUSTEP_LOCAL_LIBRARIES} -lgnustep-gui -lgnustep-base -lobjc -lpthread"
14653 fi
14654
14655
14656
14657
14658 LINKER=
14659 ORDINARY_LINK=
14660 case "$opsys" in
14661 ## gnu: GNU needs its own crt0.
14662 aix4-2|cygwin|darwin|gnu|hpux*|irix6-5|sol2*|unixware) ORDINARY_LINK=yes ;;
14663
14664 ## On post 1.3 releases of NetBSD, gcc -nostdlib also clears the
14665 ## library search parth, i.e. it won't search /usr/lib for libc and
14666 ## friends. Using -nostartfiles instead avoids this problem, and
14667 ## will also work on earlier NetBSD releases.
14668 netbsd|openbsd) LINKER="\$(CC) -nostartfiles" ;;
14669
14670 ## macpcc: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp> says
14671 ## MkLinux/LinuxPPC needs this.
14672 ## ibms390x only supports opsys = gnu-linux so it can be added here.
14673 gnu-*)
14674 case "$machine" in
14675 macppc|ibms390x) LINKER="\$(CC) -nostdlib" ;;
14676 esac
14677 ;;
14678 esac
14679
14680
14681 if test "x$ORDINARY_LINK" = "xyes"; then
14682
14683 LINKER="\$(CC)"
14684
14685 $as_echo "#define ORDINARY_LINK 1" >>confdefs.h
14686
14687
14688 ## The system files defining neither ORDINARY_LINK nor LINKER are:
14689 ## freebsd, gnu-* not on macppc|ibms390x.
14690 elif test "x$GCC" = "xyes" && test "x$LINKER" = "x"; then
14691
14692 ## Versions of GCC >= 2.0 put their library, libgcc.a, in obscure
14693 ## places that are difficult to figure out at make time. Fortunately,
14694 ## these same versions allow you to pass arbitrary flags on to the
14695 ## linker, so there is no reason not to use it as a linker.
14696 ##
14697 ## Well, it is not quite perfect. The "-nostdlib" keeps GCC from
14698 ## searching for libraries in its internal directories, so we have to
14699 ## ask GCC explicitly where to find libgcc.a (LIB_GCC below).
14700 LINKER="\$(CC) -nostdlib"
14701 fi
14702
14703 test "x$LINKER" = "x" && LINKER=ld
14704 ## FIXME? What setting of EDIT_LDFLAGS should this have?
14705 test "$NS_IMPL_GNUSTEP" = "yes" && LINKER="\$(CC) -rdynamic"
14706
14707
14708
14709
14710 ## FIXME? The logic here is not precisely the same as that above.
14711 ## There is no check here for a pre-defined LINKER.
14712 ## Should we only be setting LIB_GCC if LD ~ -nostdlib?
14713 LIB_GCC=
14714 if test "x$GCC" = "xyes" && test "x$ORDINARY_LINK" != "xyes"; then
14715
14716 case "$opsys" in
14717 freebsd|netbsd|openbsd) LIB_GCC= ;;
14718
14719 gnu-*)
14720 ## armin76@gentoo.org reported that the lgcc_s flag is necessary to
14721 ## build on ARM EABI under GNU/Linux. (Bug#5518)
14722 ## Note that m/arm.h never bothered to undefine LIB_GCC first.
14723 if test "$machine" = "arm"; then
14724 LIB_GCC="-lgcc_s"
14725 else
14726 ## FIXME? s/gnu-linux.h used to define LIB_GCC as below, then
14727 ## immediately undefine it again and redefine it to empty.
14728 ## Was the C_SWITCH_X_SITE part really necessary?
14729 ## LIB_GCC=`$CC $C_SWITCH_X_SITE -print-libgcc-file-name`
14730 LIB_GCC=
14731 fi
14732 ;;
14733
14734 ## Ask GCC where to find libgcc.a.
14735 *) LIB_GCC=`$CC -print-libgcc-file-name 2> /dev/null` ;;
14736 esac
14737 fi
14738
14739
14740 TOOLTIP_SUPPORT=
14741 WINDOW_SUPPORT=
14742 ## If we're using X11/GNUstep, define some consequences.
14743 if test "$HAVE_X_WINDOWS" = "yes" || test "$HAVE_NS" = "yes"; then
14744
14745 $as_echo "#define HAVE_WINDOW_SYSTEM 1" >>confdefs.h
14746
14747
14748 $as_echo "#define HAVE_MOUSE 1" >>confdefs.h
14749
14750 MOUSE_SUPPORT="\$(REAL_MOUSE_SUPPORT)"
14751 TOOLTIP_SUPPORT="\${lispsource}mouse.elc"
14752
14753 WINDOW_SUPPORT="\$(BASE_WINDOW_SUPPORT)"
14754 test "$HAVE_X_WINDOWS" = "yes" && \
14755 WINDOW_SUPPORT="$WINDOW_SUPPORT \$(X_WINDOW_SUPPORT)"
14756
14757 fi
14758
14759
14760
14761
14762
14763
14764
14765 #### Report on what we decided to do.
14766 #### Report GTK as a toolkit, even if it doesn't use Xt.
14767 #### It makes printing result more understandable as using GTK sets
14768 #### toolkit_scroll_bars to yes by default.
14769 if test "${HAVE_GTK}" = "yes"; then
14770 USE_X_TOOLKIT=GTK
14771 fi
14772
14773 echo "
14774 Configured for \`${canonical}'.
14775
14776 Where should the build process find the source code? ${srcdir}
14777 What operating system and machine description files should Emacs use?
14778 \`${opsysfile}' and \`${machfile}'
14779 What compiler should emacs be built with? ${CC} ${CFLAGS}
14780 Should Emacs use the GNU version of malloc? ${GNU_MALLOC}${GNU_MALLOC_reason}
14781 Should Emacs use a relocating allocator for buffers? ${REL_ALLOC}
14782 Should Emacs use mmap(2) for buffer allocation? $use_mmap_for_buffers
14783 What window system should Emacs use? ${window_system}
14784 What toolkit should Emacs use? ${USE_X_TOOLKIT}"
14785
14786 if test -n "${x_includes}"; then
14787 echo " Where do we find X Windows header files? ${x_includes}"
14788 else
14789 echo " Where do we find X Windows header files? Standard dirs"
14790 fi
14791 if test -n "${x_libraries}"; then
14792 echo " Where do we find X Windows libraries? ${x_libraries}"
14793 else
14794 echo " Where do we find X Windows libraries? Standard dirs"
14795 fi
14796
14797 echo " Does Emacs use -lXaw3d? ${HAVE_XAW3D}"
14798 echo " Does Emacs use -lXpm? ${HAVE_XPM}"
14799 echo " Does Emacs use -ljpeg? ${HAVE_JPEG}"
14800 echo " Does Emacs use -ltiff? ${HAVE_TIFF}"
14801 echo " Does Emacs use a gif library? ${HAVE_GIF} $LIBGIF"
14802 echo " Does Emacs use -lpng? ${HAVE_PNG}"
14803 echo " Does Emacs use -lrsvg-2? ${HAVE_RSVG}"
14804 echo " Does Emacs use imagemagick? ${HAVE_IMAGEMAGICK}"
14805 echo " Does Emacs use -lgpm? ${HAVE_GPM}"
14806 echo " Does Emacs use -ldbus? ${HAVE_DBUS}"
14807 echo " Does Emacs use -lgconf? ${HAVE_GCONF}"
14808 echo " Does Emacs use -lselinux? ${HAVE_LIBSELINUX}"
14809
14810 echo " Does Emacs use -lfreetype? ${HAVE_FREETYPE}"
14811 echo " Does Emacs use -lm17n-flt? ${HAVE_M17N_FLT}"
14812 echo " Does Emacs use -lotf? ${HAVE_LIBOTF}"
14813 echo " Does Emacs use -lxft? ${HAVE_XFT}"
14814
14815 echo " Does Emacs use toolkit scroll bars? ${USE_TOOLKIT_SCROLL_BARS}"
14816 echo
14817
14818 if test $USE_XASSERTS = yes; then
14819 echo " Compiling with asserts turned on."
14820 CPPFLAGS="$CPPFLAGS -DXASSERTS=1"
14821 fi
14822
14823 echo
14824
14825 if test "$HAVE_NS" = "yes"; then
14826 echo
14827 echo "You must run \"make install\" in order to test the built application.
14828 The installed application will go to nextstep/Emacs.app and can be
14829 run or moved from there."
14830 if test "$EN_NS_SELF_CONTAINED" = "yes"; then
14831 echo "The application will be fully self-contained."
14832 else
14833 echo "The lisp resources for the application will be installed under ${prefix}.
14834 You may need to run \"make install\" with sudo. The application will fail
14835 to run if these resources are not installed."
14836 fi
14837 echo
14838 fi
14839
14840 if test "$HAVE_DBUS" = yes && test "${opsys}" != "gnu-linux"; then
14841 echo "D-Bus integration has been tested for GNU/Linux only."
14842 echo
14843 fi
14844
14845
14846 # Remove any trailing slashes in these variables.
14847 test "${prefix}" != NONE &&
14848 prefix=`echo "${prefix}" | sed 's,\([^/]\)/*$,\1,'`
14849 test "${exec_prefix}" != NONE &&
14850 exec_prefix=`echo "${exec_prefix}" | sed 's,\([^/]\)/*$,\1,'`
14851
14852 ac_config_files="$ac_config_files Makefile lib-src/Makefile oldXMenu/Makefile doc/emacs/Makefile doc/misc/Makefile doc/lispintro/Makefile doc/lispref/Makefile src/Makefile lwlib/Makefile lisp/Makefile leim/Makefile"
14853
14854 ac_config_commands="$ac_config_commands default"
14855
14856 cat >confcache <<\_ACEOF
14857 # This file is a shell script that caches the results of configure
14858 # tests run on this system so they can be shared between configure
14859 # scripts and configure runs, see configure's option --config-cache.
14860 # It is not useful on other systems. If it contains results you don't
14861 # want to keep, you may remove or edit it.
14862 #
14863 # config.status only pays attention to the cache file if you give it
14864 # the --recheck option to rerun configure.
14865 #
14866 # `ac_cv_env_foo' variables (set or unset) will be overridden when
14867 # loading this file, other *unset* `ac_cv_foo' will be assigned the
14868 # following values.
14869
14870 _ACEOF
14871
14872 # The following way of writing the cache mishandles newlines in values,
14873 # but we know of no workaround that is simple, portable, and efficient.
14874 # So, we kill variables containing newlines.
14875 # Ultrix sh set writes to stderr and can't be redirected directly,
14876 # and sets the high bit in the cache file unless we assign to the vars.
14877 (
14878 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14879 eval ac_val=\$$ac_var
14880 case $ac_val in #(
14881 *${as_nl}*)
14882 case $ac_var in #(
14883 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14884 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14885 esac
14886 case $ac_var in #(
14887 _ | IFS | as_nl) ;; #(
14888 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14889 *) { eval $ac_var=; unset $ac_var;} ;;
14890 esac ;;
14891 esac
14892 done
14893
14894 (set) 2>&1 |
14895 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14896 *${as_nl}ac_space=\ *)
14897 # `set' does not quote correctly, so add quotes: double-quote
14898 # substitution turns \\\\ into \\, and sed turns \\ into \.
14899 sed -n \
14900 "s/'/'\\\\''/g;
14901 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14902 ;; #(
14903 *)
14904 # `set' quotes correctly as required by POSIX, so do not add quotes.
14905 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
14906 ;;
14907 esac |
14908 sort
14909 ) |
14910 sed '
14911 /^ac_cv_env_/b end
14912 t clear
14913 :clear
14914 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14915 t end
14916 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14917 :end' >>confcache
14918 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14919 if test -w "$cache_file"; then
14920 test "x$cache_file" != "x/dev/null" &&
14921 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14922 $as_echo "$as_me: updating cache $cache_file" >&6;}
14923 cat confcache >$cache_file
14924 else
14925 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14926 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14927 fi
14928 fi
14929 rm -f confcache
14930
14931 test "x$prefix" = xNONE && prefix=$ac_default_prefix
14932 # Let make expand exec_prefix.
14933 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14934
14935 DEFS=-DHAVE_CONFIG_H
14936
14937 ac_libobjs=
14938 ac_ltlibobjs=
14939 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14940 # 1. Remove the extension, and $U if already installed.
14941 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14942 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14943 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14944 # will be set to the directory where LIBOBJS objects are built.
14945 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14946 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
14947 done
14948 LIBOBJS=$ac_libobjs
14949
14950 LTLIBOBJS=$ac_ltlibobjs
14951
14952
14953
14954
14955 : ${CONFIG_STATUS=./config.status}
14956 ac_write_fail=0
14957 ac_clean_files_save=$ac_clean_files
14958 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14959 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14960 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14961 as_write_fail=0
14962 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
14963 #! $SHELL
14964 # Generated by $as_me.
14965 # Run this file to recreate the current configuration.
14966 # Compiler output produced by configure, useful for debugging
14967 # configure, is in config.log if it exists.
14968
14969 debug=false
14970 ac_cs_recheck=false
14971 ac_cs_silent=false
14972
14973 SHELL=\${CONFIG_SHELL-$SHELL}
14974 export SHELL
14975 _ASEOF
14976 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14977 ## -------------------- ##
14978 ## M4sh Initialization. ##
14979 ## -------------------- ##
14980
14981 # Be more Bourne compatible
14982 DUALCASE=1; export DUALCASE # for MKS sh
14983 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
14984 emulate sh
14985 NULLCMD=:
14986 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
14987 # is contrary to our usage. Disable this feature.
14988 alias -g '${1+"$@"}'='"$@"'
14989 setopt NO_GLOB_SUBST
14990 else
14991 case `(set -o) 2>/dev/null` in #(
14992 *posix*) :
14993 set -o posix ;; #(
14994 *) :
14995 ;;
14996 esac
14997 fi
14998
14999
15000 as_nl='
15001 '
15002 export as_nl
15003 # Printing a long string crashes Solaris 7 /usr/bin/printf.
15004 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
15005 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
15006 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
15007 # Prefer a ksh shell builtin over an external printf program on Solaris,
15008 # but without wasting forks for bash or zsh.
15009 if test -z "$BASH_VERSION$ZSH_VERSION" \
15010 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
15011 as_echo='print -r --'
15012 as_echo_n='print -rn --'
15013 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
15014 as_echo='printf %s\n'
15015 as_echo_n='printf %s'
15016 else
15017 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
15018 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
15019 as_echo_n='/usr/ucb/echo -n'
15020 else
15021 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
15022 as_echo_n_body='eval
15023 arg=$1;
15024 case $arg in #(
15025 *"$as_nl"*)
15026 expr "X$arg" : "X\\(.*\\)$as_nl";
15027 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
15028 esac;
15029 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
15030 '
15031 export as_echo_n_body
15032 as_echo_n='sh -c $as_echo_n_body as_echo'
15033 fi
15034 export as_echo_body
15035 as_echo='sh -c $as_echo_body as_echo'
15036 fi
15037
15038 # The user is always right.
15039 if test "${PATH_SEPARATOR+set}" != set; then
15040 PATH_SEPARATOR=:
15041 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
15042 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
15043 PATH_SEPARATOR=';'
15044 }
15045 fi
15046
15047
15048 # IFS
15049 # We need space, tab and new line, in precisely that order. Quoting is
15050 # there to prevent editors from complaining about space-tab.
15051 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
15052 # splitting by setting IFS to empty value.)
15053 IFS=" "" $as_nl"
15054
15055 # Find who we are. Look in the path if we contain no directory separator.
15056 case $0 in #((
15057 *[\\/]* ) as_myself=$0 ;;
15058 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15059 for as_dir in $PATH
15060 do
15061 IFS=$as_save_IFS
15062 test -z "$as_dir" && as_dir=.
15063 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
15064 done
15065 IFS=$as_save_IFS
15066
15067 ;;
15068 esac
15069 # We did not find ourselves, most probably we were run as `sh COMMAND'
15070 # in which case we are not to be found in the path.
15071 if test "x$as_myself" = x; then
15072 as_myself=$0
15073 fi
15074 if test ! -f "$as_myself"; then
15075 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
15076 exit 1
15077 fi
15078
15079 # Unset variables that we do not need and which cause bugs (e.g. in
15080 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
15081 # suppresses any "Segmentation fault" message there. '((' could
15082 # trigger a bug in pdksh 5.2.14.
15083 for as_var in BASH_ENV ENV MAIL MAILPATH
15084 do eval test x\${$as_var+set} = xset \
15085 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
15086 done
15087 PS1='$ '
15088 PS2='> '
15089 PS4='+ '
15090
15091 # NLS nuisances.
15092 LC_ALL=C
15093 export LC_ALL
15094 LANGUAGE=C
15095 export LANGUAGE
15096
15097 # CDPATH.
15098 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15099
15100
15101 # as_fn_error ERROR [LINENO LOG_FD]
15102 # ---------------------------------
15103 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
15104 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
15105 # script with status $?, using 1 if that was 0.
15106 as_fn_error ()
15107 {
15108 as_status=$?; test $as_status -eq 0 && as_status=1
15109 if test "$3"; then
15110 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
15111 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
15112 fi
15113 $as_echo "$as_me: error: $1" >&2
15114 as_fn_exit $as_status
15115 } # as_fn_error
15116
15117
15118 # as_fn_set_status STATUS
15119 # -----------------------
15120 # Set $? to STATUS, without forking.
15121 as_fn_set_status ()
15122 {
15123 return $1
15124 } # as_fn_set_status
15125
15126 # as_fn_exit STATUS
15127 # -----------------
15128 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
15129 as_fn_exit ()
15130 {
15131 set +e
15132 as_fn_set_status $1
15133 exit $1
15134 } # as_fn_exit
15135
15136 # as_fn_unset VAR
15137 # ---------------
15138 # Portably unset VAR.
15139 as_fn_unset ()
15140 {
15141 { eval $1=; unset $1;}
15142 }
15143 as_unset=as_fn_unset
15144 # as_fn_append VAR VALUE
15145 # ----------------------
15146 # Append the text in VALUE to the end of the definition contained in VAR. Take
15147 # advantage of any shell optimizations that allow amortized linear growth over
15148 # repeated appends, instead of the typical quadratic growth present in naive
15149 # implementations.
15150 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
15151 eval 'as_fn_append ()
15152 {
15153 eval $1+=\$2
15154 }'
15155 else
15156 as_fn_append ()
15157 {
15158 eval $1=\$$1\$2
15159 }
15160 fi # as_fn_append
15161
15162 # as_fn_arith ARG...
15163 # ------------------
15164 # Perform arithmetic evaluation on the ARGs, and store the result in the
15165 # global $as_val. Take advantage of shells that can avoid forks. The arguments
15166 # must be portable across $(()) and expr.
15167 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
15168 eval 'as_fn_arith ()
15169 {
15170 as_val=$(( $* ))
15171 }'
15172 else
15173 as_fn_arith ()
15174 {
15175 as_val=`expr "$@" || test $? -eq 1`
15176 }
15177 fi # as_fn_arith
15178
15179
15180 if expr a : '\(a\)' >/dev/null 2>&1 &&
15181 test "X`expr 00001 : '.*\(...\)'`" = X001; then
15182 as_expr=expr
15183 else
15184 as_expr=false
15185 fi
15186
15187 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
15188 as_basename=basename
15189 else
15190 as_basename=false
15191 fi
15192
15193 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
15194 as_dirname=dirname
15195 else
15196 as_dirname=false
15197 fi
15198
15199 as_me=`$as_basename -- "$0" ||
15200 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15201 X"$0" : 'X\(//\)$' \| \
15202 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15203 $as_echo X/"$0" |
15204 sed '/^.*\/\([^/][^/]*\)\/*$/{
15205 s//\1/
15206 q
15207 }
15208 /^X\/\(\/\/\)$/{
15209 s//\1/
15210 q
15211 }
15212 /^X\/\(\/\).*/{
15213 s//\1/
15214 q
15215 }
15216 s/.*/./; q'`
15217
15218 # Avoid depending upon Character Ranges.
15219 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15220 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15221 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15222 as_cr_digits='0123456789'
15223 as_cr_alnum=$as_cr_Letters$as_cr_digits
15224
15225 ECHO_C= ECHO_N= ECHO_T=
15226 case `echo -n x` in #(((((
15227 -n*)
15228 case `echo 'xy\c'` in
15229 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
15230 xy) ECHO_C='\c';;
15231 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
15232 ECHO_T=' ';;
15233 esac;;
15234 *)
15235 ECHO_N='-n';;
15236 esac
15237
15238 rm -f conf$$ conf$$.exe conf$$.file
15239 if test -d conf$$.dir; then
15240 rm -f conf$$.dir/conf$$.file
15241 else
15242 rm -f conf$$.dir
15243 mkdir conf$$.dir 2>/dev/null
15244 fi
15245 if (echo >conf$$.file) 2>/dev/null; then
15246 if ln -s conf$$.file conf$$ 2>/dev/null; then
15247 as_ln_s='ln -s'
15248 # ... but there are two gotchas:
15249 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15250 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15251 # In both cases, we have to default to `cp -p'.
15252 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
15253 as_ln_s='cp -p'
15254 elif ln conf$$.file conf$$ 2>/dev/null; then
15255 as_ln_s=ln
15256 else
15257 as_ln_s='cp -p'
15258 fi
15259 else
15260 as_ln_s='cp -p'
15261 fi
15262 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15263 rmdir conf$$.dir 2>/dev/null
15264
15265
15266 # as_fn_mkdir_p
15267 # -------------
15268 # Create "$as_dir" as a directory, including parents if necessary.
15269 as_fn_mkdir_p ()
15270 {
15271
15272 case $as_dir in #(
15273 -*) as_dir=./$as_dir;;
15274 esac
15275 test -d "$as_dir" || eval $as_mkdir_p || {
15276 as_dirs=
15277 while :; do
15278 case $as_dir in #(
15279 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15280 *) as_qdir=$as_dir;;
15281 esac
15282 as_dirs="'$as_qdir' $as_dirs"
15283 as_dir=`$as_dirname -- "$as_dir" ||
15284 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15285 X"$as_dir" : 'X\(//\)[^/]' \| \
15286 X"$as_dir" : 'X\(//\)$' \| \
15287 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15288 $as_echo X"$as_dir" |
15289 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15290 s//\1/
15291 q
15292 }
15293 /^X\(\/\/\)[^/].*/{
15294 s//\1/
15295 q
15296 }
15297 /^X\(\/\/\)$/{
15298 s//\1/
15299 q
15300 }
15301 /^X\(\/\).*/{
15302 s//\1/
15303 q
15304 }
15305 s/.*/./; q'`
15306 test -d "$as_dir" && break
15307 done
15308 test -z "$as_dirs" || eval "mkdir $as_dirs"
15309 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
15310
15311
15312 } # as_fn_mkdir_p
15313 if mkdir -p . 2>/dev/null; then
15314 as_mkdir_p='mkdir -p "$as_dir"'
15315 else
15316 test -d ./-p && rmdir ./-p
15317 as_mkdir_p=false
15318 fi
15319
15320 if test -x / >/dev/null 2>&1; then
15321 as_test_x='test -x'
15322 else
15323 if ls -dL / >/dev/null 2>&1; then
15324 as_ls_L_option=L
15325 else
15326 as_ls_L_option=
15327 fi
15328 as_test_x='
15329 eval sh -c '\''
15330 if test -d "$1"; then
15331 test -d "$1/.";
15332 else
15333 case $1 in #(
15334 -*)set "./$1";;
15335 esac;
15336 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
15337 ???[sx]*):;;*)false;;esac;fi
15338 '\'' sh
15339 '
15340 fi
15341 as_executable_p=$as_test_x
15342
15343 # Sed expression to map a string onto a valid CPP name.
15344 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15345
15346 # Sed expression to map a string onto a valid variable name.
15347 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15348
15349
15350 exec 6>&1
15351 ## ----------------------------------- ##
15352 ## Main body of $CONFIG_STATUS script. ##
15353 ## ----------------------------------- ##
15354 _ASEOF
15355 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
15356
15357 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15358 # Save the log message, to keep $0 and so on meaningful, and to
15359 # report actual input values of CONFIG_FILES etc. instead of their
15360 # values after options handling.
15361 ac_log="
15362 This file was extended by emacs $as_me 24.0.50, which was
15363 generated by GNU Autoconf 2.65. Invocation command line was
15364
15365 CONFIG_FILES = $CONFIG_FILES
15366 CONFIG_HEADERS = $CONFIG_HEADERS
15367 CONFIG_LINKS = $CONFIG_LINKS
15368 CONFIG_COMMANDS = $CONFIG_COMMANDS
15369 $ $0 $@
15370
15371 on `(hostname || uname -n) 2>/dev/null | sed 1q`
15372 "
15373
15374 _ACEOF
15375
15376 case $ac_config_files in *"
15377 "*) set x $ac_config_files; shift; ac_config_files=$*;;
15378 esac
15379
15380 case $ac_config_headers in *"
15381 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
15382 esac
15383
15384
15385 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15386 # Files that config.status was made for.
15387 config_files="$ac_config_files"
15388 config_headers="$ac_config_headers"
15389 config_commands="$ac_config_commands"
15390
15391 _ACEOF
15392
15393 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15394 ac_cs_usage="\
15395 \`$as_me' instantiates files and other configuration actions
15396 from templates according to the current configuration. Unless the files
15397 and actions are specified as TAGs, all are instantiated by default.
15398
15399 Usage: $0 [OPTION]... [TAG]...
15400
15401 -h, --help print this help, then exit
15402 -V, --version print version number and configuration settings, then exit
15403 --config print configuration, then exit
15404 -q, --quiet, --silent
15405 do not print progress messages
15406 -d, --debug don't remove temporary files
15407 --recheck update $as_me by reconfiguring in the same conditions
15408 --file=FILE[:TEMPLATE]
15409 instantiate the configuration file FILE
15410 --header=FILE[:TEMPLATE]
15411 instantiate the configuration header FILE
15412
15413 Configuration files:
15414 $config_files
15415
15416 Configuration headers:
15417 $config_headers
15418
15419 Configuration commands:
15420 $config_commands
15421
15422 Report bugs to the package provider."
15423
15424 _ACEOF
15425 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15426 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15427 ac_cs_version="\\
15428 emacs config.status 24.0.50
15429 configured by $0, generated by GNU Autoconf 2.65,
15430 with options \\"\$ac_cs_config\\"
15431
15432 Copyright (C) 2009 Free Software Foundation, Inc.
15433 This config.status script is free software; the Free Software Foundation
15434 gives unlimited permission to copy, distribute and modify it."
15435
15436 ac_pwd='$ac_pwd'
15437 srcdir='$srcdir'
15438 INSTALL='$INSTALL'
15439 test -n "\$AWK" || AWK=awk
15440 _ACEOF
15441
15442 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15443 # The default lists apply if the user does not specify any file.
15444 ac_need_defaults=:
15445 while test $# != 0
15446 do
15447 case $1 in
15448 --*=*)
15449 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15450 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
15451 ac_shift=:
15452 ;;
15453 *)
15454 ac_option=$1
15455 ac_optarg=$2
15456 ac_shift=shift
15457 ;;
15458 esac
15459
15460 case $ac_option in
15461 # Handling of the options.
15462 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15463 ac_cs_recheck=: ;;
15464 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15465 $as_echo "$ac_cs_version"; exit ;;
15466 --config | --confi | --conf | --con | --co | --c )
15467 $as_echo "$ac_cs_config"; exit ;;
15468 --debug | --debu | --deb | --de | --d | -d )
15469 debug=: ;;
15470 --file | --fil | --fi | --f )
15471 $ac_shift
15472 case $ac_optarg in
15473 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15474 esac
15475 as_fn_append CONFIG_FILES " '$ac_optarg'"
15476 ac_need_defaults=false;;
15477 --header | --heade | --head | --hea )
15478 $ac_shift
15479 case $ac_optarg in
15480 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15481 esac
15482 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
15483 ac_need_defaults=false;;
15484 --he | --h)
15485 # Conflict between --help and --header
15486 as_fn_error "ambiguous option: \`$1'
15487 Try \`$0 --help' for more information.";;
15488 --help | --hel | -h )
15489 $as_echo "$ac_cs_usage"; exit ;;
15490 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15491 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15492 ac_cs_silent=: ;;
15493
15494 # This is an error.
15495 -*) as_fn_error "unrecognized option: \`$1'
15496 Try \`$0 --help' for more information." ;;
15497
15498 *) as_fn_append ac_config_targets " $1"
15499 ac_need_defaults=false ;;
15500
15501 esac
15502 shift
15503 done
15504
15505 ac_configure_extra_args=
15506
15507 if $ac_cs_silent; then
15508 exec 6>/dev/null
15509 ac_configure_extra_args="$ac_configure_extra_args --silent"
15510 fi
15511
15512 _ACEOF
15513 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15514 if \$ac_cs_recheck; then
15515 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15516 shift
15517 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15518 CONFIG_SHELL='$SHELL'
15519 export CONFIG_SHELL
15520 exec "\$@"
15521 fi
15522
15523 _ACEOF
15524 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15525 exec 5>>config.log
15526 {
15527 echo
15528 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15529 ## Running $as_me. ##
15530 _ASBOX
15531 $as_echo "$ac_log"
15532 } >&5
15533
15534 _ACEOF
15535 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15536 #
15537 # INIT-COMMANDS
15538 #
15539 GCC="$GCC" NON_GNU_CPP="$NON_GNU_CPP" CPP="$CPP" CPPFLAGS="$CPPFLAGS"
15540
15541 _ACEOF
15542
15543 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15544
15545 # Handling of arguments.
15546 for ac_config_target in $ac_config_targets
15547 do
15548 case $ac_config_target in
15549 "src/config.h") CONFIG_HEADERS="$CONFIG_HEADERS src/config.h:src/config.in" ;;
15550 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15551 "lib-src/Makefile") CONFIG_FILES="$CONFIG_FILES lib-src/Makefile" ;;
15552 "oldXMenu/Makefile") CONFIG_FILES="$CONFIG_FILES oldXMenu/Makefile" ;;
15553 "doc/emacs/Makefile") CONFIG_FILES="$CONFIG_FILES doc/emacs/Makefile" ;;
15554 "doc/misc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/misc/Makefile" ;;
15555 "doc/lispintro/Makefile") CONFIG_FILES="$CONFIG_FILES doc/lispintro/Makefile" ;;
15556 "doc/lispref/Makefile") CONFIG_FILES="$CONFIG_FILES doc/lispref/Makefile" ;;
15557 "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
15558 "lwlib/Makefile") CONFIG_FILES="$CONFIG_FILES lwlib/Makefile" ;;
15559 "lisp/Makefile") CONFIG_FILES="$CONFIG_FILES lisp/Makefile" ;;
15560 "leim/Makefile") CONFIG_FILES="$CONFIG_FILES leim/Makefile" ;;
15561 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
15562
15563 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
15564 esac
15565 done
15566
15567
15568 # If the user did not use the arguments to specify the items to instantiate,
15569 # then the envvar interface is used. Set only those that are not.
15570 # We use the long form for the default assignment because of an extremely
15571 # bizarre bug on SunOS 4.1.3.
15572 if $ac_need_defaults; then
15573 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15574 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
15575 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
15576 fi
15577
15578 # Have a temporary directory for convenience. Make it in the build tree
15579 # simply because there is no reason against having it here, and in addition,
15580 # creating and moving files from /tmp can sometimes cause problems.
15581 # Hook for its removal unless debugging.
15582 # Note that there is a small window in which the directory will not be cleaned:
15583 # after its creation but before its name has been assigned to `$tmp'.
15584 $debug ||
15585 {
15586 tmp=
15587 trap 'exit_status=$?
15588 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15589 ' 0
15590 trap 'as_fn_exit 1' 1 2 13 15
15591 }
15592 # Create a (secure) tmp directory for tmp files.
15593
15594 {
15595 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
15596 test -n "$tmp" && test -d "$tmp"
15597 } ||
15598 {
15599 tmp=./conf$$-$RANDOM
15600 (umask 077 && mkdir "$tmp")
15601 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
15602
15603 # Set up the scripts for CONFIG_FILES section.
15604 # No need to generate them if there are no CONFIG_FILES.
15605 # This happens for instance with `./config.status config.h'.
15606 if test -n "$CONFIG_FILES"; then
15607
15608 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
15609 ac_cs_awk_getline=:
15610 ac_cs_awk_pipe_init=
15611 ac_cs_awk_read_file='
15612 while ((getline aline < (F[key])) > 0)
15613 print(aline)
15614 close(F[key])'
15615 ac_cs_awk_pipe_fini=
15616 else
15617 ac_cs_awk_getline=false
15618 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
15619 ac_cs_awk_read_file='
15620 print "|#_!!_#|"
15621 print "cat " F[key] " &&"
15622 '$ac_cs_awk_pipe_init
15623 # The final `:' finishes the AND list.
15624 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
15625 fi
15626 ac_cr=`echo X | tr X '\015'`
15627 # On cygwin, bash can eat \r inside `` if the user requested igncr.
15628 # But we know of no other shell where ac_cr would be empty at this
15629 # point, so we can use a bashism as a fallback.
15630 if test "x$ac_cr" = x; then
15631 eval ac_cr=\$\'\\r\'
15632 fi
15633 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15634 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15635 ac_cs_awk_cr='\r'
15636 else
15637 ac_cs_awk_cr=$ac_cr
15638 fi
15639
15640 echo 'BEGIN {' >"$tmp/subs1.awk" &&
15641 _ACEOF
15642
15643 # Create commands to substitute file output variables.
15644 {
15645 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
15646 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
15647 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
15648 echo "_ACAWK" &&
15649 echo "_ACEOF"
15650 } >conf$$files.sh &&
15651 . ./conf$$files.sh ||
15652 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15653 rm -f conf$$files.sh
15654
15655 {
15656 echo "cat >conf$$subs.awk <<_ACEOF" &&
15657 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15658 echo "_ACEOF"
15659 } >conf$$subs.sh ||
15660 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15661 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15662 ac_delim='%!_!# '
15663 for ac_last_try in false false false false false :; do
15664 . ./conf$$subs.sh ||
15665 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15666
15667 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15668 if test $ac_delim_n = $ac_delim_num; then
15669 break
15670 elif $ac_last_try; then
15671 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15672 else
15673 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15674 fi
15675 done
15676 rm -f conf$$subs.sh
15677
15678 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15679 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
15680 _ACEOF
15681 sed -n '
15682 h
15683 s/^/S["/; s/!.*/"]=/
15684 p
15685 g
15686 s/^[^!]*!//
15687 :repl
15688 t repl
15689 s/'"$ac_delim"'$//
15690 t delim
15691 :nl
15692 h
15693 s/\(.\{148\}\)..*/\1/
15694 t more1
15695 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15696 p
15697 n
15698 b repl
15699 :more1
15700 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15701 p
15702 g
15703 s/.\{148\}//
15704 t nl
15705 :delim
15706 h
15707 s/\(.\{148\}\)..*/\1/
15708 t more2
15709 s/["\\]/\\&/g; s/^/"/; s/$/"/
15710 p
15711 b
15712 :more2
15713 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15714 p
15715 g
15716 s/.\{148\}//
15717 t delim
15718 ' <conf$$subs.awk | sed '
15719 /^[^""]/{
15720 N
15721 s/\n//
15722 }
15723 ' >>$CONFIG_STATUS || ac_write_fail=1
15724 rm -f conf$$subs.awk
15725 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15726 _ACAWK
15727 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15728 for (key in S) S_is_set[key] = 1
15729 FS = "\a"
15730 \$ac_cs_awk_pipe_init
15731 }
15732 {
15733 line = $ 0
15734 nfields = split(line, field, "@")
15735 substed = 0
15736 len = length(field[1])
15737 for (i = 2; i < nfields; i++) {
15738 key = field[i]
15739 keylen = length(key)
15740 if (S_is_set[key]) {
15741 value = S[key]
15742 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15743 len += length(value) + length(field[++i])
15744 substed = 1
15745 } else
15746 len += 1 + keylen
15747 }
15748 if (nfields == 3 && !substed) {
15749 key = field[2]
15750 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
15751 \$ac_cs_awk_read_file
15752 next
15753 }
15754 }
15755 print line
15756 }
15757 \$ac_cs_awk_pipe_fini
15758 _ACAWK
15759 _ACEOF
15760 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15761 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15762 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15763 else
15764 cat
15765 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15766 || as_fn_error "could not setup config files machinery" "$LINENO" 5
15767 _ACEOF
15768
15769 # VPATH may cause trouble with some makes, so we remove $(srcdir),
15770 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15771 # trailing colons and then remove the whole line if VPATH becomes empty
15772 # (actually we leave an empty line to preserve line numbers).
15773 if test "x$srcdir" = x.; then
15774 ac_vpsub='/^[ ]*VPATH[ ]*=/{
15775 s/:*\$(srcdir):*/:/
15776 s/:*\${srcdir}:*/:/
15777 s/:*@srcdir@:*/:/
15778 s/^\([^=]*=[ ]*\):*/\1/
15779 s/:*$//
15780 s/^[^=]*=[ ]*$//
15781 }'
15782 fi
15783
15784 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15785 fi # test -n "$CONFIG_FILES"
15786
15787 # Set up the scripts for CONFIG_HEADERS section.
15788 # No need to generate them if there are no CONFIG_HEADERS.
15789 # This happens for instance with `./config.status Makefile'.
15790 if test -n "$CONFIG_HEADERS"; then
15791 cat >"$tmp/defines.awk" <<\_ACAWK ||
15792 BEGIN {
15793 _ACEOF
15794
15795 # Transform confdefs.h into an awk script `defines.awk', embedded as
15796 # here-document in config.status, that substitutes the proper values into
15797 # config.h.in to produce config.h.
15798
15799 # Create a delimiter string that does not exist in confdefs.h, to ease
15800 # handling of long lines.
15801 ac_delim='%!_!# '
15802 for ac_last_try in false false :; do
15803 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
15804 if test -z "$ac_t"; then
15805 break
15806 elif $ac_last_try; then
15807 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
15808 else
15809 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15810 fi
15811 done
15812
15813 # For the awk script, D is an array of macro values keyed by name,
15814 # likewise P contains macro parameters if any. Preserve backslash
15815 # newline sequences.
15816
15817 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
15818 sed -n '
15819 s/.\{148\}/&'"$ac_delim"'/g
15820 t rset
15821 :rset
15822 s/^[ ]*#[ ]*define[ ][ ]*/ /
15823 t def
15824 d
15825 :def
15826 s/\\$//
15827 t bsnl
15828 s/["\\]/\\&/g
15829 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15830 D["\1"]=" \3"/p
15831 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
15832 d
15833 :bsnl
15834 s/["\\]/\\&/g
15835 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15836 D["\1"]=" \3\\\\\\n"\\/p
15837 t cont
15838 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
15839 t cont
15840 d
15841 :cont
15842 n
15843 s/.\{148\}/&'"$ac_delim"'/g
15844 t clear
15845 :clear
15846 s/\\$//
15847 t bsnlc
15848 s/["\\]/\\&/g; s/^/"/; s/$/"/p
15849 d
15850 :bsnlc
15851 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
15852 b cont
15853 ' <confdefs.h | sed '
15854 s/'"$ac_delim"'/"\\\
15855 "/g' >>$CONFIG_STATUS || ac_write_fail=1
15856
15857 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15858 for (key in D) D_is_set[key] = 1
15859 FS = "\a"
15860 }
15861 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
15862 line = \$ 0
15863 split(line, arg, " ")
15864 if (arg[1] == "#") {
15865 defundef = arg[2]
15866 mac1 = arg[3]
15867 } else {
15868 defundef = substr(arg[1], 2)
15869 mac1 = arg[2]
15870 }
15871 split(mac1, mac2, "(") #)
15872 macro = mac2[1]
15873 prefix = substr(line, 1, index(line, defundef) - 1)
15874 if (D_is_set[macro]) {
15875 # Preserve the white space surrounding the "#".
15876 print prefix "define", macro P[macro] D[macro]
15877 next
15878 } else {
15879 # Replace #undef with comments. This is necessary, for example,
15880 # in the case of _POSIX_SOURCE, which is predefined and required
15881 # on some systems where configure will not decide to define it.
15882 if (defundef == "undef") {
15883 print "/*", prefix defundef, macro, "*/"
15884 next
15885 }
15886 }
15887 }
15888 { print }
15889 _ACAWK
15890 _ACEOF
15891 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15892 as_fn_error "could not setup config headers machinery" "$LINENO" 5
15893 fi # test -n "$CONFIG_HEADERS"
15894
15895
15896 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
15897 shift
15898 for ac_tag
15899 do
15900 case $ac_tag in
15901 :[FHLC]) ac_mode=$ac_tag; continue;;
15902 esac
15903 case $ac_mode$ac_tag in
15904 :[FHL]*:*);;
15905 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15906 :[FH]-) ac_tag=-:-;;
15907 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15908 esac
15909 ac_save_IFS=$IFS
15910 IFS=:
15911 set x $ac_tag
15912 IFS=$ac_save_IFS
15913 shift
15914 ac_file=$1
15915 shift
15916
15917 case $ac_mode in
15918 :L) ac_source=$1;;
15919 :[FH])
15920 ac_file_inputs=
15921 for ac_f
15922 do
15923 case $ac_f in
15924 -) ac_f="$tmp/stdin";;
15925 *) # Look for the file first in the build tree, then in the source tree
15926 # (if the path is not absolute). The absolute path cannot be DOS-style,
15927 # because $ac_f cannot contain `:'.
15928 test -f "$ac_f" ||
15929 case $ac_f in
15930 [\\/$]*) false;;
15931 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15932 esac ||
15933 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15934 esac
15935 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15936 as_fn_append ac_file_inputs " '$ac_f'"
15937 done
15938
15939 # Let's still pretend it is `configure' which instantiates (i.e., don't
15940 # use $as_me), people would be surprised to read:
15941 # /* config.h. Generated by config.status. */
15942 configure_input='Generated from '`
15943 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15944 `' by configure.'
15945 if test x"$ac_file" != x-; then
15946 configure_input="$ac_file. $configure_input"
15947 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15948 $as_echo "$as_me: creating $ac_file" >&6;}
15949 fi
15950 # Neutralize special characters interpreted by sed in replacement strings.
15951 case $configure_input in #(
15952 *\&* | *\|* | *\\* )
15953 ac_sed_conf_input=`$as_echo "$configure_input" |
15954 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15955 *) ac_sed_conf_input=$configure_input;;
15956 esac
15957
15958 case $ac_tag in
15959 *:-:* | *:-) cat >"$tmp/stdin" \
15960 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15961 esac
15962 ;;
15963 esac
15964
15965 ac_dir=`$as_dirname -- "$ac_file" ||
15966 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15967 X"$ac_file" : 'X\(//\)[^/]' \| \
15968 X"$ac_file" : 'X\(//\)$' \| \
15969 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15970 $as_echo X"$ac_file" |
15971 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15972 s//\1/
15973 q
15974 }
15975 /^X\(\/\/\)[^/].*/{
15976 s//\1/
15977 q
15978 }
15979 /^X\(\/\/\)$/{
15980 s//\1/
15981 q
15982 }
15983 /^X\(\/\).*/{
15984 s//\1/
15985 q
15986 }
15987 s/.*/./; q'`
15988 as_dir="$ac_dir"; as_fn_mkdir_p
15989 ac_builddir=.
15990
15991 case "$ac_dir" in
15992 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15993 *)
15994 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15995 # A ".." for each directory in $ac_dir_suffix.
15996 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15997 case $ac_top_builddir_sub in
15998 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15999 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
16000 esac ;;
16001 esac
16002 ac_abs_top_builddir=$ac_pwd
16003 ac_abs_builddir=$ac_pwd$ac_dir_suffix
16004 # for backward compatibility:
16005 ac_top_builddir=$ac_top_build_prefix
16006
16007 case $srcdir in
16008 .) # We are building in place.
16009 ac_srcdir=.
16010 ac_top_srcdir=$ac_top_builddir_sub
16011 ac_abs_top_srcdir=$ac_pwd ;;
16012 [\\/]* | ?:[\\/]* ) # Absolute name.
16013 ac_srcdir=$srcdir$ac_dir_suffix;
16014 ac_top_srcdir=$srcdir
16015 ac_abs_top_srcdir=$srcdir ;;
16016 *) # Relative name.
16017 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
16018 ac_top_srcdir=$ac_top_build_prefix$srcdir
16019 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
16020 esac
16021 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
16022
16023
16024 case $ac_mode in
16025 :F)
16026 #
16027 # CONFIG_FILE
16028 #
16029
16030 case $INSTALL in
16031 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
16032 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
16033 esac
16034 _ACEOF
16035
16036 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16037 # If the template does not know about datarootdir, expand it.
16038 # FIXME: This hack should be removed a few years after 2.60.
16039 ac_datarootdir_hack=; ac_datarootdir_seen=
16040 ac_sed_dataroot='
16041 /datarootdir/ {
16042 p
16043 q
16044 }
16045 /@datadir@/p
16046 /@docdir@/p
16047 /@infodir@/p
16048 /@localedir@/p
16049 /@mandir@/p'
16050 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
16051 *datarootdir*) ac_datarootdir_seen=yes;;
16052 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
16053 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
16054 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
16055 _ACEOF
16056 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16057 ac_datarootdir_hack='
16058 s&@datadir@&$datadir&g
16059 s&@docdir@&$docdir&g
16060 s&@infodir@&$infodir&g
16061 s&@localedir@&$localedir&g
16062 s&@mandir@&$mandir&g
16063 s&\\\${datarootdir}&$datarootdir&g' ;;
16064 esac
16065 _ACEOF
16066
16067 # Neutralize VPATH when `$srcdir' = `.'.
16068 # Shell code in configure.ac might set extrasub.
16069 # FIXME: do we really want to maintain this feature?
16070 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16071 ac_sed_extra="$ac_vpsub
16072 $extrasub
16073 _ACEOF
16074 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16075 :t
16076 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
16077 s|@configure_input@|$ac_sed_conf_input|;t t
16078 s&@top_builddir@&$ac_top_builddir_sub&;t t
16079 s&@top_build_prefix@&$ac_top_build_prefix&;t t
16080 s&@srcdir@&$ac_srcdir&;t t
16081 s&@abs_srcdir@&$ac_abs_srcdir&;t t
16082 s&@top_srcdir@&$ac_top_srcdir&;t t
16083 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
16084 s&@builddir@&$ac_builddir&;t t
16085 s&@abs_builddir@&$ac_abs_builddir&;t t
16086 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
16087 s&@INSTALL@&$ac_INSTALL&;t t
16088 $ac_datarootdir_hack
16089 "
16090 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
16091 if $ac_cs_awk_getline; then
16092 $AWK -f "$tmp/subs.awk"
16093 else
16094 $AWK -f "$tmp/subs.awk" | $SHELL
16095 fi >$tmp/out \
16096 || as_fn_error "could not create $ac_file" "$LINENO" 5
16097
16098 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
16099 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
16100 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
16101 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16102 which seems to be undefined. Please make sure it is defined." >&5
16103 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16104 which seems to be undefined. Please make sure it is defined." >&2;}
16105
16106 rm -f "$tmp/stdin"
16107 case $ac_file in
16108 -) cat "$tmp/out" && rm -f "$tmp/out";;
16109 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
16110 esac \
16111 || as_fn_error "could not create $ac_file" "$LINENO" 5
16112 ;;
16113 :H)
16114 #
16115 # CONFIG_HEADER
16116 #
16117 if test x"$ac_file" != x-; then
16118 {
16119 $as_echo "/* $configure_input */" \
16120 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
16121 } >"$tmp/config.h" \
16122 || as_fn_error "could not create $ac_file" "$LINENO" 5
16123 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
16124 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
16125 $as_echo "$as_me: $ac_file is unchanged" >&6;}
16126 else
16127 rm -f "$ac_file"
16128 mv "$tmp/config.h" "$ac_file" \
16129 || as_fn_error "could not create $ac_file" "$LINENO" 5
16130 fi
16131 else
16132 $as_echo "/* $configure_input */" \
16133 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
16134 || as_fn_error "could not create -" "$LINENO" 5
16135 fi
16136 ;;
16137
16138 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
16139 $as_echo "$as_me: executing $ac_file commands" >&6;}
16140 ;;
16141 esac
16142
16143
16144 case $ac_file$ac_mode in
16145 "default":C)
16146
16147 ### Make the necessary directories, if they don't exist.
16148 for dir in etc lisp ; do
16149 test -d ${dir} || mkdir ${dir}
16150 done
16151
16152 echo creating src/epaths.h
16153 ${MAKE-make} epaths-force
16154
16155 if test ! -f src/.gdbinit && test -f $srcdir/src/.gdbinit; then
16156 echo creating src/.gdbinit
16157 echo source $srcdir/src/.gdbinit > src/.gdbinit
16158 fi
16159
16160 ;;
16161
16162 esac
16163 done # for ac_tag
16164
16165
16166 as_fn_exit 0
16167 _ACEOF
16168 ac_clean_files=$ac_clean_files_save
16169
16170 test $ac_write_fail = 0 ||
16171 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
16172
16173
16174 # configure is writing to config.log, and then calls config.status.
16175 # config.status does its own redirection, appending to config.log.
16176 # Unfortunately, on DOS this fails, as config.log is still kept open
16177 # by configure, so config.status won't be able to write to it; its
16178 # output is simply discarded. So we exec the FD to /dev/null,
16179 # effectively closing config.log, so it can be properly (re)opened and
16180 # appended to by config.status. When coming back to configure, we
16181 # need to make the FD available again.
16182 if test "$no_create" != yes; then
16183 ac_cs_success=:
16184 ac_config_status_args=
16185 test "$silent" = yes &&
16186 ac_config_status_args="$ac_config_status_args --quiet"
16187 exec 5>/dev/null
16188 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
16189 exec 5>>config.log
16190 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16191 # would make configure fail if this is the last instruction.
16192 $ac_cs_success || as_fn_exit $?
16193 fi
16194 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
16195 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16196 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
16197 fi
16198
16199