ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/configure
Revision: 1.134
Committed: Thu Sep 2 15:51:55 2010 UTC (13 years, 9 months ago) by sf-exg
Branch: MAIN
Changes since 1.133: +97 -39 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.65.
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=
551 PACKAGE_TARNAME=
552 PACKAGE_VERSION=
553 PACKAGE_STRING=
554 PACKAGE_BUGREPORT=
555 PACKAGE_URL=
556
557 ac_unique_file="src/feature.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_subst_vars='LTLIBOBJS
595 LIBOBJS
596 PERL_O
597 IF_PERL
598 PERLPRIVLIBEXP
599 PERLFLAGS
600 PERLLIB
601 PERL
602 XFT_CONFIG
603 AFTERIMAGE_LIBS
604 AFTERIMAGE_CFLAGS
605 afterimage_config
606 PIXBUF_LIBS
607 PIXBUF_CFLAGS
608 PKG_CONFIG
609 X_EXTRA_LIBS
610 X_LIBS
611 X_PRE_LIBS
612 X_CFLAGS
613 XMKMF
614 TIC
615 CXXCPP
616 RXVTNAME
617 LINKER
618 EGREP
619 GREP
620 INSTALL_DATA
621 INSTALL_SCRIPT
622 INSTALL_PROGRAM
623 CPP
624 ac_ct_CXX
625 CXXFLAGS
626 CXX
627 OBJEXT
628 EXEEXT
629 ac_ct_CC
630 CPPFLAGS
631 LDFLAGS
632 CFLAGS
633 CC
634 DATE
635 VERSION
636 host_os
637 host_vendor
638 host_cpu
639 host
640 build_os
641 build_vendor
642 build_cpu
643 build
644 target_alias
645 host_alias
646 build_alias
647 LIBS
648 ECHO_T
649 ECHO_N
650 ECHO_C
651 DEFS
652 mandir
653 localedir
654 libdir
655 psdir
656 pdfdir
657 dvidir
658 htmldir
659 infodir
660 docdir
661 oldincludedir
662 includedir
663 localstatedir
664 sharedstatedir
665 sysconfdir
666 datadir
667 datarootdir
668 libexecdir
669 sbindir
670 bindir
671 program_transform_name
672 prefix
673 exec_prefix
674 PACKAGE_URL
675 PACKAGE_BUGREPORT
676 PACKAGE_STRING
677 PACKAGE_VERSION
678 PACKAGE_TARNAME
679 PACKAGE_NAME
680 PATH_SEPARATOR
681 SHELL'
682 ac_subst_files=''
683 ac_user_opts='
684 enable_option_checking
685 enable_everything
686 enable_assert
687 enable_warnings
688 enable_256_color
689 enable_unicode3
690 enable_combining
691 enable_xft
692 enable_font_styles
693 enable_afterimage
694 with_afterimage_config
695 enable_pixbuf
696 enable_transparency
697 enable_fading
698 enable_rxvt_scroll
699 enable_next_scroll
700 enable_xterm_scroll
701 enable_perl
702 with_codesets
703 enable_xim
704 enable_backspace_key
705 enable_delete_key
706 enable_resources
707 enable_8bitctrls
708 enable_fallback
709 with_res_name
710 with_res_class
711 with_name
712 enable_swapscreen
713 enable_iso14755
714 enable_frills
715 enable_keepscrolling
716 enable_selectionscrolling
717 enable_mousewheel
718 enable_slipwheeling
719 enable_smart_resize
720 enable_text_blink
721 enable_pointer_blank
722 with_term
723 with_terminfo
724 with_x
725 enable_utmp
726 enable_wtmp
727 enable_lastlog
728 '
729 ac_precious_vars='build_alias
730 host_alias
731 target_alias
732 CC
733 CFLAGS
734 LDFLAGS
735 LIBS
736 CPPFLAGS
737 CXX
738 CXXFLAGS
739 CCC
740 CPP
741 CXXCPP
742 XMKMF'
743
744
745 # Initialize some variables set by options.
746 ac_init_help=
747 ac_init_version=false
748 ac_unrecognized_opts=
749 ac_unrecognized_sep=
750 # The variables have the same names as the options, with
751 # dashes changed to underlines.
752 cache_file=/dev/null
753 exec_prefix=NONE
754 no_create=
755 no_recursion=
756 prefix=NONE
757 program_prefix=NONE
758 program_suffix=NONE
759 program_transform_name=s,x,x,
760 silent=
761 site=
762 srcdir=
763 verbose=
764 x_includes=NONE
765 x_libraries=NONE
766
767 # Installation directory options.
768 # These are left unexpanded so users can "make install exec_prefix=/foo"
769 # and all the variables that are supposed to be based on exec_prefix
770 # by default will actually change.
771 # Use braces instead of parens because sh, perl, etc. also accept them.
772 # (The list follows the same order as the GNU Coding Standards.)
773 bindir='${exec_prefix}/bin'
774 sbindir='${exec_prefix}/sbin'
775 libexecdir='${exec_prefix}/libexec'
776 datarootdir='${prefix}/share'
777 datadir='${datarootdir}'
778 sysconfdir='${prefix}/etc'
779 sharedstatedir='${prefix}/com'
780 localstatedir='${prefix}/var'
781 includedir='${prefix}/include'
782 oldincludedir='/usr/include'
783 docdir='${datarootdir}/doc/${PACKAGE}'
784 infodir='${datarootdir}/info'
785 htmldir='${docdir}'
786 dvidir='${docdir}'
787 pdfdir='${docdir}'
788 psdir='${docdir}'
789 libdir='${exec_prefix}/lib'
790 localedir='${datarootdir}/locale'
791 mandir='${datarootdir}/man'
792
793 ac_prev=
794 ac_dashdash=
795 for ac_option
796 do
797 # If the previous option needs an argument, assign it.
798 if test -n "$ac_prev"; then
799 eval $ac_prev=\$ac_option
800 ac_prev=
801 continue
802 fi
803
804 case $ac_option in
805 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
806 *) ac_optarg=yes ;;
807 esac
808
809 # Accept the important Cygnus configure options, so we can diagnose typos.
810
811 case $ac_dashdash$ac_option in
812 --)
813 ac_dashdash=yes ;;
814
815 -bindir | --bindir | --bindi | --bind | --bin | --bi)
816 ac_prev=bindir ;;
817 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
818 bindir=$ac_optarg ;;
819
820 -build | --build | --buil | --bui | --bu)
821 ac_prev=build_alias ;;
822 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
823 build_alias=$ac_optarg ;;
824
825 -cache-file | --cache-file | --cache-fil | --cache-fi \
826 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
827 ac_prev=cache_file ;;
828 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
829 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
830 cache_file=$ac_optarg ;;
831
832 --config-cache | -C)
833 cache_file=config.cache ;;
834
835 -datadir | --datadir | --datadi | --datad)
836 ac_prev=datadir ;;
837 -datadir=* | --datadir=* | --datadi=* | --datad=*)
838 datadir=$ac_optarg ;;
839
840 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
841 | --dataroo | --dataro | --datar)
842 ac_prev=datarootdir ;;
843 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
844 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
845 datarootdir=$ac_optarg ;;
846
847 -disable-* | --disable-*)
848 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
849 # Reject names that are not valid shell variable names.
850 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
851 as_fn_error "invalid feature name: $ac_useropt"
852 ac_useropt_orig=$ac_useropt
853 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
854 case $ac_user_opts in
855 *"
856 "enable_$ac_useropt"
857 "*) ;;
858 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
859 ac_unrecognized_sep=', ';;
860 esac
861 eval enable_$ac_useropt=no ;;
862
863 -docdir | --docdir | --docdi | --doc | --do)
864 ac_prev=docdir ;;
865 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
866 docdir=$ac_optarg ;;
867
868 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
869 ac_prev=dvidir ;;
870 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
871 dvidir=$ac_optarg ;;
872
873 -enable-* | --enable-*)
874 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
875 # Reject names that are not valid shell variable names.
876 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
877 as_fn_error "invalid feature name: $ac_useropt"
878 ac_useropt_orig=$ac_useropt
879 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
880 case $ac_user_opts in
881 *"
882 "enable_$ac_useropt"
883 "*) ;;
884 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
885 ac_unrecognized_sep=', ';;
886 esac
887 eval enable_$ac_useropt=\$ac_optarg ;;
888
889 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
890 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
891 | --exec | --exe | --ex)
892 ac_prev=exec_prefix ;;
893 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
894 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
895 | --exec=* | --exe=* | --ex=*)
896 exec_prefix=$ac_optarg ;;
897
898 -gas | --gas | --ga | --g)
899 # Obsolete; use --with-gas.
900 with_gas=yes ;;
901
902 -help | --help | --hel | --he | -h)
903 ac_init_help=long ;;
904 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
905 ac_init_help=recursive ;;
906 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
907 ac_init_help=short ;;
908
909 -host | --host | --hos | --ho)
910 ac_prev=host_alias ;;
911 -host=* | --host=* | --hos=* | --ho=*)
912 host_alias=$ac_optarg ;;
913
914 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
915 ac_prev=htmldir ;;
916 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
917 | --ht=*)
918 htmldir=$ac_optarg ;;
919
920 -includedir | --includedir | --includedi | --included | --include \
921 | --includ | --inclu | --incl | --inc)
922 ac_prev=includedir ;;
923 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
924 | --includ=* | --inclu=* | --incl=* | --inc=*)
925 includedir=$ac_optarg ;;
926
927 -infodir | --infodir | --infodi | --infod | --info | --inf)
928 ac_prev=infodir ;;
929 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
930 infodir=$ac_optarg ;;
931
932 -libdir | --libdir | --libdi | --libd)
933 ac_prev=libdir ;;
934 -libdir=* | --libdir=* | --libdi=* | --libd=*)
935 libdir=$ac_optarg ;;
936
937 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
938 | --libexe | --libex | --libe)
939 ac_prev=libexecdir ;;
940 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
941 | --libexe=* | --libex=* | --libe=*)
942 libexecdir=$ac_optarg ;;
943
944 -localedir | --localedir | --localedi | --localed | --locale)
945 ac_prev=localedir ;;
946 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
947 localedir=$ac_optarg ;;
948
949 -localstatedir | --localstatedir | --localstatedi | --localstated \
950 | --localstate | --localstat | --localsta | --localst | --locals)
951 ac_prev=localstatedir ;;
952 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
953 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
954 localstatedir=$ac_optarg ;;
955
956 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
957 ac_prev=mandir ;;
958 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
959 mandir=$ac_optarg ;;
960
961 -nfp | --nfp | --nf)
962 # Obsolete; use --without-fp.
963 with_fp=no ;;
964
965 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
966 | --no-cr | --no-c | -n)
967 no_create=yes ;;
968
969 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
970 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
971 no_recursion=yes ;;
972
973 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
974 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
975 | --oldin | --oldi | --old | --ol | --o)
976 ac_prev=oldincludedir ;;
977 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
978 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
979 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
980 oldincludedir=$ac_optarg ;;
981
982 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
983 ac_prev=prefix ;;
984 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
985 prefix=$ac_optarg ;;
986
987 -program-prefix | --program-prefix | --program-prefi | --program-pref \
988 | --program-pre | --program-pr | --program-p)
989 ac_prev=program_prefix ;;
990 -program-prefix=* | --program-prefix=* | --program-prefi=* \
991 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
992 program_prefix=$ac_optarg ;;
993
994 -program-suffix | --program-suffix | --program-suffi | --program-suff \
995 | --program-suf | --program-su | --program-s)
996 ac_prev=program_suffix ;;
997 -program-suffix=* | --program-suffix=* | --program-suffi=* \
998 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
999 program_suffix=$ac_optarg ;;
1000
1001 -program-transform-name | --program-transform-name \
1002 | --program-transform-nam | --program-transform-na \
1003 | --program-transform-n | --program-transform- \
1004 | --program-transform | --program-transfor \
1005 | --program-transfo | --program-transf \
1006 | --program-trans | --program-tran \
1007 | --progr-tra | --program-tr | --program-t)
1008 ac_prev=program_transform_name ;;
1009 -program-transform-name=* | --program-transform-name=* \
1010 | --program-transform-nam=* | --program-transform-na=* \
1011 | --program-transform-n=* | --program-transform-=* \
1012 | --program-transform=* | --program-transfor=* \
1013 | --program-transfo=* | --program-transf=* \
1014 | --program-trans=* | --program-tran=* \
1015 | --progr-tra=* | --program-tr=* | --program-t=*)
1016 program_transform_name=$ac_optarg ;;
1017
1018 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1019 ac_prev=pdfdir ;;
1020 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1021 pdfdir=$ac_optarg ;;
1022
1023 -psdir | --psdir | --psdi | --psd | --ps)
1024 ac_prev=psdir ;;
1025 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1026 psdir=$ac_optarg ;;
1027
1028 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1029 | -silent | --silent | --silen | --sile | --sil)
1030 silent=yes ;;
1031
1032 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1033 ac_prev=sbindir ;;
1034 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1035 | --sbi=* | --sb=*)
1036 sbindir=$ac_optarg ;;
1037
1038 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1039 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1040 | --sharedst | --shareds | --shared | --share | --shar \
1041 | --sha | --sh)
1042 ac_prev=sharedstatedir ;;
1043 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1044 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1045 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1046 | --sha=* | --sh=*)
1047 sharedstatedir=$ac_optarg ;;
1048
1049 -site | --site | --sit)
1050 ac_prev=site ;;
1051 -site=* | --site=* | --sit=*)
1052 site=$ac_optarg ;;
1053
1054 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1055 ac_prev=srcdir ;;
1056 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1057 srcdir=$ac_optarg ;;
1058
1059 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1060 | --syscon | --sysco | --sysc | --sys | --sy)
1061 ac_prev=sysconfdir ;;
1062 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1063 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1064 sysconfdir=$ac_optarg ;;
1065
1066 -target | --target | --targe | --targ | --tar | --ta | --t)
1067 ac_prev=target_alias ;;
1068 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1069 target_alias=$ac_optarg ;;
1070
1071 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1072 verbose=yes ;;
1073
1074 -version | --version | --versio | --versi | --vers | -V)
1075 ac_init_version=: ;;
1076
1077 -with-* | --with-*)
1078 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1079 # Reject names that are not valid shell variable names.
1080 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1081 as_fn_error "invalid package name: $ac_useropt"
1082 ac_useropt_orig=$ac_useropt
1083 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1084 case $ac_user_opts in
1085 *"
1086 "with_$ac_useropt"
1087 "*) ;;
1088 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1089 ac_unrecognized_sep=', ';;
1090 esac
1091 eval with_$ac_useropt=\$ac_optarg ;;
1092
1093 -without-* | --without-*)
1094 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1095 # Reject names that are not valid shell variable names.
1096 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1097 as_fn_error "invalid package name: $ac_useropt"
1098 ac_useropt_orig=$ac_useropt
1099 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1100 case $ac_user_opts in
1101 *"
1102 "with_$ac_useropt"
1103 "*) ;;
1104 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1105 ac_unrecognized_sep=', ';;
1106 esac
1107 eval with_$ac_useropt=no ;;
1108
1109 --x)
1110 # Obsolete; use --with-x.
1111 with_x=yes ;;
1112
1113 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1114 | --x-incl | --x-inc | --x-in | --x-i)
1115 ac_prev=x_includes ;;
1116 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1117 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1118 x_includes=$ac_optarg ;;
1119
1120 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1121 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1122 ac_prev=x_libraries ;;
1123 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1124 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1125 x_libraries=$ac_optarg ;;
1126
1127 -*) as_fn_error "unrecognized option: \`$ac_option'
1128 Try \`$0 --help' for more information."
1129 ;;
1130
1131 *=*)
1132 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1133 # Reject names that are not valid shell variable names.
1134 case $ac_envvar in #(
1135 '' | [0-9]* | *[!_$as_cr_alnum]* )
1136 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1137 esac
1138 eval $ac_envvar=\$ac_optarg
1139 export $ac_envvar ;;
1140
1141 *)
1142 # FIXME: should be removed in autoconf 3.0.
1143 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1144 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1145 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1146 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1147 ;;
1148
1149 esac
1150 done
1151
1152 if test -n "$ac_prev"; then
1153 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1154 as_fn_error "missing argument to $ac_option"
1155 fi
1156
1157 if test -n "$ac_unrecognized_opts"; then
1158 case $enable_option_checking in
1159 no) ;;
1160 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1161 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1162 esac
1163 fi
1164
1165 # Check all directory arguments for consistency.
1166 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1167 datadir sysconfdir sharedstatedir localstatedir includedir \
1168 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1169 libdir localedir mandir
1170 do
1171 eval ac_val=\$$ac_var
1172 # Remove trailing slashes.
1173 case $ac_val in
1174 */ )
1175 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1176 eval $ac_var=\$ac_val;;
1177 esac
1178 # Be sure to have absolute directory names.
1179 case $ac_val in
1180 [\\/$]* | ?:[\\/]* ) continue;;
1181 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1182 esac
1183 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1184 done
1185
1186 # There might be people who depend on the old broken behavior: `$host'
1187 # used to hold the argument of --host etc.
1188 # FIXME: To remove some day.
1189 build=$build_alias
1190 host=$host_alias
1191 target=$target_alias
1192
1193 # FIXME: To remove some day.
1194 if test "x$host_alias" != x; then
1195 if test "x$build_alias" = x; then
1196 cross_compiling=maybe
1197 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1198 If a cross compiler is detected then cross compile mode will be used." >&2
1199 elif test "x$build_alias" != "x$host_alias"; then
1200 cross_compiling=yes
1201 fi
1202 fi
1203
1204 ac_tool_prefix=
1205 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1206
1207 test "$silent" = yes && exec 6>/dev/null
1208
1209
1210 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1211 ac_ls_di=`ls -di .` &&
1212 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1213 as_fn_error "working directory cannot be determined"
1214 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1215 as_fn_error "pwd does not report name of working directory"
1216
1217
1218 # Find the source files, if location was not specified.
1219 if test -z "$srcdir"; then
1220 ac_srcdir_defaulted=yes
1221 # Try the directory containing this script, then the parent directory.
1222 ac_confdir=`$as_dirname -- "$as_myself" ||
1223 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1224 X"$as_myself" : 'X\(//\)[^/]' \| \
1225 X"$as_myself" : 'X\(//\)$' \| \
1226 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1227 $as_echo X"$as_myself" |
1228 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1229 s//\1/
1230 q
1231 }
1232 /^X\(\/\/\)[^/].*/{
1233 s//\1/
1234 q
1235 }
1236 /^X\(\/\/\)$/{
1237 s//\1/
1238 q
1239 }
1240 /^X\(\/\).*/{
1241 s//\1/
1242 q
1243 }
1244 s/.*/./; q'`
1245 srcdir=$ac_confdir
1246 if test ! -r "$srcdir/$ac_unique_file"; then
1247 srcdir=..
1248 fi
1249 else
1250 ac_srcdir_defaulted=no
1251 fi
1252 if test ! -r "$srcdir/$ac_unique_file"; then
1253 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1254 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1255 fi
1256 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1257 ac_abs_confdir=`(
1258 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1259 pwd)`
1260 # When building in place, set srcdir=.
1261 if test "$ac_abs_confdir" = "$ac_pwd"; then
1262 srcdir=.
1263 fi
1264 # Remove unnecessary trailing slashes from srcdir.
1265 # Double slashes in file names in object file debugging info
1266 # mess up M-x gdb in Emacs.
1267 case $srcdir in
1268 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1269 esac
1270 for ac_var in $ac_precious_vars; do
1271 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1272 eval ac_env_${ac_var}_value=\$${ac_var}
1273 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1274 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1275 done
1276
1277 #
1278 # Report the --help message.
1279 #
1280 if test "$ac_init_help" = "long"; then
1281 # Omit some internal or obsolete options to make the list less imposing.
1282 # This message is too long to be a string in the A/UX 3.1 sh.
1283 cat <<_ACEOF
1284 \`configure' configures this package to adapt to many kinds of systems.
1285
1286 Usage: $0 [OPTION]... [VAR=VALUE]...
1287
1288 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1289 VAR=VALUE. See below for descriptions of some of the useful variables.
1290
1291 Defaults for the options are specified in brackets.
1292
1293 Configuration:
1294 -h, --help display this help and exit
1295 --help=short display options specific to this package
1296 --help=recursive display the short help of all the included packages
1297 -V, --version display version information and exit
1298 -q, --quiet, --silent do not print \`checking...' messages
1299 --cache-file=FILE cache test results in FILE [disabled]
1300 -C, --config-cache alias for \`--cache-file=config.cache'
1301 -n, --no-create do not create output files
1302 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1303
1304 Installation directories:
1305 --prefix=PREFIX install architecture-independent files in PREFIX
1306 [$ac_default_prefix]
1307 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1308 [PREFIX]
1309
1310 By default, \`make install' will install all the files in
1311 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1312 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1313 for instance \`--prefix=\$HOME'.
1314
1315 For better control, use the options below.
1316
1317 Fine tuning of the installation directories:
1318 --bindir=DIR user executables [EPREFIX/bin]
1319 --sbindir=DIR system admin executables [EPREFIX/sbin]
1320 --libexecdir=DIR program executables [EPREFIX/libexec]
1321 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1322 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1323 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1324 --libdir=DIR object code libraries [EPREFIX/lib]
1325 --includedir=DIR C header files [PREFIX/include]
1326 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1327 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1328 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1329 --infodir=DIR info documentation [DATAROOTDIR/info]
1330 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1331 --mandir=DIR man documentation [DATAROOTDIR/man]
1332 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1333 --htmldir=DIR html documentation [DOCDIR]
1334 --dvidir=DIR dvi documentation [DOCDIR]
1335 --pdfdir=DIR pdf documentation [DOCDIR]
1336 --psdir=DIR ps documentation [DOCDIR]
1337 _ACEOF
1338
1339 cat <<\_ACEOF
1340
1341 X features:
1342 --x-includes=DIR X include files are in DIR
1343 --x-libraries=DIR X library files are in DIR
1344
1345 System types:
1346 --build=BUILD configure for building on BUILD [guessed]
1347 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1348 _ACEOF
1349 fi
1350
1351 if test -n "$ac_init_help"; then
1352
1353 cat <<\_ACEOF
1354
1355 Optional Features:
1356 --disable-option-checking ignore unrecognized --enable/--with options
1357 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1358 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1359 --enable-everything enable standard non-multichoice features
1360 NOTE: this option is order dependent
1361 --enable-assert enable assertions
1362 --enable-warnings turn on g++ warnings
1363 --enable-256-color enable 256-color support
1364 --enable-unicode3 use 21 instead of 16 bits to represent unicode characters
1365 --enable-combining enable composition of base and combining characters
1366 --enable-xft enable xft support on systems that have it
1367 --enable-font-styles enable bold and italic support
1368 --enable-afterimage enable integration with libAfterImage for background images
1369 --enable-pixbuf enable integration with gdk-pixbuf for background images
1370 --enable-transparency enable transparent backgrounds
1371 --enable-fading enable colors fading when off focus
1372 --enable-rxvt-scroll enable rxvt style scrollbar
1373 --enable-next-scroll enable NeXT style scrollbar
1374 --enable-xterm-scroll enable Xterm style scrollbar
1375 --enable-perl enable embedded perl interpreter
1376 --enable-xim XIM (X Input Method) protocol support
1377 --disable-backspace-key disable handling of the backspace key
1378 --disable-delete-key disable handling of the delete key
1379 --disable-resources disable all resource checking
1380 --enable-8bitctrls enable 8 bit control sequences (not recommended)
1381 --enable-fallback[=CLASS] fall back on CLASS resources in addition to URxvt ones (default: Rxvt)
1382 --disable-swapscreen disable swap screen support
1383 --enable-iso14755 enable support for extended ISO 14755 modes
1384 --enable-frills enable support for rarely used features
1385 --enable-keepscrolling enable continual scrolling on scrollbar arrow press
1386 --enable-selectionscrolling enable scrolling during selections
1387 --enable-mousewheel enable scrolling via mouse wheel or buttons 4 & 5
1388 --enable-slipwheeling enable slip wheel scrolling (requires --enable-mousewheel)
1389 --enable-smart-resize enable smart growth/shrink behaviour
1390 --enable-text-blink enable blinking text
1391 --enable-pointer-blank enable pointer blanking when typing or inactive
1392 --enable-utmp enable utmp (utmpx) support
1393 --enable-wtmp enable wtmp (wtmpx) support (requires --enable-utmp)
1394 --enable-lastlog enable lastlog support (requires --enable-utmp)
1395
1396 Optional Packages:
1397 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1398 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1399 --with-afterimage-config=DIR use libAfterImage config script in DIR
1400 --with-codesets=CS,... compile in additional codesets (jp,jp_ext,kr,zh,zh_ext,all)
1401 --with-res-name=NAME use this as default resource name (default: urxvt)
1402 --with-res-class=CLASS use this as the resource class (default: URxvt)
1403 --with-name=NAME set the basename for the installed binaries (default: urxvt)
1404 --with-term=NAME set the terminal to NAME (default: rxvt)
1405 --with-terminfo=PATH set the path to the terminfo tree to PATH
1406 --with-x use the X Window System
1407
1408 Some influential environment variables:
1409 CC C compiler command
1410 CFLAGS C compiler flags
1411 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1412 nonstandard directory <lib dir>
1413 LIBS libraries to pass to the linker, e.g. -l<library>
1414 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1415 you have headers in a nonstandard directory <include dir>
1416 CXX C++ compiler command
1417 CXXFLAGS C++ compiler flags
1418 CPP C preprocessor
1419 CXXCPP C++ preprocessor
1420 XMKMF Path to xmkmf, Makefile generator for X Window System
1421
1422 Use these variables to override the choices made by `configure' or to help
1423 it to find libraries and programs with nonstandard names/locations.
1424
1425 Report bugs to the package provider.
1426 _ACEOF
1427 ac_status=$?
1428 fi
1429
1430 if test "$ac_init_help" = "recursive"; then
1431 # If there are subdirs, report their specific --help.
1432 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1433 test -d "$ac_dir" ||
1434 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1435 continue
1436 ac_builddir=.
1437
1438 case "$ac_dir" in
1439 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1440 *)
1441 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1442 # A ".." for each directory in $ac_dir_suffix.
1443 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1444 case $ac_top_builddir_sub in
1445 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1446 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1447 esac ;;
1448 esac
1449 ac_abs_top_builddir=$ac_pwd
1450 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1451 # for backward compatibility:
1452 ac_top_builddir=$ac_top_build_prefix
1453
1454 case $srcdir in
1455 .) # We are building in place.
1456 ac_srcdir=.
1457 ac_top_srcdir=$ac_top_builddir_sub
1458 ac_abs_top_srcdir=$ac_pwd ;;
1459 [\\/]* | ?:[\\/]* ) # Absolute name.
1460 ac_srcdir=$srcdir$ac_dir_suffix;
1461 ac_top_srcdir=$srcdir
1462 ac_abs_top_srcdir=$srcdir ;;
1463 *) # Relative name.
1464 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1465 ac_top_srcdir=$ac_top_build_prefix$srcdir
1466 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1467 esac
1468 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1469
1470 cd "$ac_dir" || { ac_status=$?; continue; }
1471 # Check for guested configure.
1472 if test -f "$ac_srcdir/configure.gnu"; then
1473 echo &&
1474 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1475 elif test -f "$ac_srcdir/configure"; then
1476 echo &&
1477 $SHELL "$ac_srcdir/configure" --help=recursive
1478 else
1479 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1480 fi || ac_status=$?
1481 cd "$ac_pwd" || { ac_status=$?; break; }
1482 done
1483 fi
1484
1485 test -n "$ac_init_help" && exit $ac_status
1486 if $ac_init_version; then
1487 cat <<\_ACEOF
1488 configure
1489 generated by GNU Autoconf 2.65
1490
1491 Copyright (C) 2009 Free Software Foundation, Inc.
1492 This configure script is free software; the Free Software Foundation
1493 gives unlimited permission to copy, distribute and modify it.
1494 _ACEOF
1495 exit
1496 fi
1497
1498 ## ------------------------ ##
1499 ## Autoconf initialization. ##
1500 ## ------------------------ ##
1501
1502 # ac_fn_c_try_compile LINENO
1503 # --------------------------
1504 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1505 ac_fn_c_try_compile ()
1506 {
1507 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1508 rm -f conftest.$ac_objext
1509 if { { ac_try="$ac_compile"
1510 case "(($ac_try" in
1511 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1512 *) ac_try_echo=$ac_try;;
1513 esac
1514 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1515 $as_echo "$ac_try_echo"; } >&5
1516 (eval "$ac_compile") 2>conftest.err
1517 ac_status=$?
1518 if test -s conftest.err; then
1519 grep -v '^ *+' conftest.err >conftest.er1
1520 cat conftest.er1 >&5
1521 mv -f conftest.er1 conftest.err
1522 fi
1523 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1524 test $ac_status = 0; } && {
1525 test -z "$ac_c_werror_flag" ||
1526 test ! -s conftest.err
1527 } && test -s conftest.$ac_objext; then :
1528 ac_retval=0
1529 else
1530 $as_echo "$as_me: failed program was:" >&5
1531 sed 's/^/| /' conftest.$ac_ext >&5
1532
1533 ac_retval=1
1534 fi
1535 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1536 as_fn_set_status $ac_retval
1537
1538 } # ac_fn_c_try_compile
1539
1540 # ac_fn_cxx_try_compile LINENO
1541 # ----------------------------
1542 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1543 ac_fn_cxx_try_compile ()
1544 {
1545 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1546 rm -f conftest.$ac_objext
1547 if { { ac_try="$ac_compile"
1548 case "(($ac_try" in
1549 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1550 *) ac_try_echo=$ac_try;;
1551 esac
1552 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1553 $as_echo "$ac_try_echo"; } >&5
1554 (eval "$ac_compile") 2>conftest.err
1555 ac_status=$?
1556 if test -s conftest.err; then
1557 grep -v '^ *+' conftest.err >conftest.er1
1558 cat conftest.er1 >&5
1559 mv -f conftest.er1 conftest.err
1560 fi
1561 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1562 test $ac_status = 0; } && {
1563 test -z "$ac_cxx_werror_flag" ||
1564 test ! -s conftest.err
1565 } && test -s conftest.$ac_objext; then :
1566 ac_retval=0
1567 else
1568 $as_echo "$as_me: failed program was:" >&5
1569 sed 's/^/| /' conftest.$ac_ext >&5
1570
1571 ac_retval=1
1572 fi
1573 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1574 as_fn_set_status $ac_retval
1575
1576 } # ac_fn_cxx_try_compile
1577
1578 # ac_fn_c_try_cpp LINENO
1579 # ----------------------
1580 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1581 ac_fn_c_try_cpp ()
1582 {
1583 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1584 if { { ac_try="$ac_cpp conftest.$ac_ext"
1585 case "(($ac_try" in
1586 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1587 *) ac_try_echo=$ac_try;;
1588 esac
1589 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1590 $as_echo "$ac_try_echo"; } >&5
1591 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1592 ac_status=$?
1593 if test -s conftest.err; then
1594 grep -v '^ *+' conftest.err >conftest.er1
1595 cat conftest.er1 >&5
1596 mv -f conftest.er1 conftest.err
1597 fi
1598 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1599 test $ac_status = 0; } >/dev/null && {
1600 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1601 test ! -s conftest.err
1602 }; then :
1603 ac_retval=0
1604 else
1605 $as_echo "$as_me: failed program was:" >&5
1606 sed 's/^/| /' conftest.$ac_ext >&5
1607
1608 ac_retval=1
1609 fi
1610 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1611 as_fn_set_status $ac_retval
1612
1613 } # ac_fn_c_try_cpp
1614
1615 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1616 # -------------------------------------------------------
1617 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1618 # the include files in INCLUDES and setting the cache variable VAR
1619 # accordingly.
1620 ac_fn_c_check_header_mongrel ()
1621 {
1622 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1623 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1624 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1625 $as_echo_n "checking for $2... " >&6; }
1626 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1627 $as_echo_n "(cached) " >&6
1628 fi
1629 eval ac_res=\$$3
1630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1631 $as_echo "$ac_res" >&6; }
1632 else
1633 # Is the header compilable?
1634 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1635 $as_echo_n "checking $2 usability... " >&6; }
1636 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1637 /* end confdefs.h. */
1638 $4
1639 #include <$2>
1640 _ACEOF
1641 if ac_fn_c_try_compile "$LINENO"; then :
1642 ac_header_compiler=yes
1643 else
1644 ac_header_compiler=no
1645 fi
1646 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1648 $as_echo "$ac_header_compiler" >&6; }
1649
1650 # Is the header present?
1651 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1652 $as_echo_n "checking $2 presence... " >&6; }
1653 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1654 /* end confdefs.h. */
1655 #include <$2>
1656 _ACEOF
1657 if ac_fn_c_try_cpp "$LINENO"; then :
1658 ac_header_preproc=yes
1659 else
1660 ac_header_preproc=no
1661 fi
1662 rm -f conftest.err conftest.$ac_ext
1663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1664 $as_echo "$ac_header_preproc" >&6; }
1665
1666 # So? What about this header?
1667 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1668 yes:no: )
1669 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1670 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1671 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1672 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1673 ;;
1674 no:yes:* )
1675 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1676 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1677 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1678 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1679 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1680 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1681 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1682 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1683 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1684 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1685 ;;
1686 esac
1687 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1688 $as_echo_n "checking for $2... " >&6; }
1689 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1690 $as_echo_n "(cached) " >&6
1691 else
1692 eval "$3=\$ac_header_compiler"
1693 fi
1694 eval ac_res=\$$3
1695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1696 $as_echo "$ac_res" >&6; }
1697 fi
1698 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1699
1700 } # ac_fn_c_check_header_mongrel
1701
1702 # ac_fn_c_try_run LINENO
1703 # ----------------------
1704 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1705 # that executables *can* be run.
1706 ac_fn_c_try_run ()
1707 {
1708 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1709 if { { ac_try="$ac_link"
1710 case "(($ac_try" in
1711 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1712 *) ac_try_echo=$ac_try;;
1713 esac
1714 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1715 $as_echo "$ac_try_echo"; } >&5
1716 (eval "$ac_link") 2>&5
1717 ac_status=$?
1718 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1719 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1720 { { case "(($ac_try" in
1721 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1722 *) ac_try_echo=$ac_try;;
1723 esac
1724 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1725 $as_echo "$ac_try_echo"; } >&5
1726 (eval "$ac_try") 2>&5
1727 ac_status=$?
1728 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1729 test $ac_status = 0; }; }; then :
1730 ac_retval=0
1731 else
1732 $as_echo "$as_me: program exited with status $ac_status" >&5
1733 $as_echo "$as_me: failed program was:" >&5
1734 sed 's/^/| /' conftest.$ac_ext >&5
1735
1736 ac_retval=$ac_status
1737 fi
1738 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1739 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1740 as_fn_set_status $ac_retval
1741
1742 } # ac_fn_c_try_run
1743
1744 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1745 # -------------------------------------------------------
1746 # Tests whether HEADER exists and can be compiled using the include files in
1747 # INCLUDES, setting the cache variable VAR accordingly.
1748 ac_fn_c_check_header_compile ()
1749 {
1750 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1751 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1752 $as_echo_n "checking for $2... " >&6; }
1753 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1754 $as_echo_n "(cached) " >&6
1755 else
1756 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1757 /* end confdefs.h. */
1758 $4
1759 #include <$2>
1760 _ACEOF
1761 if ac_fn_c_try_compile "$LINENO"; then :
1762 eval "$3=yes"
1763 else
1764 eval "$3=no"
1765 fi
1766 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1767 fi
1768 eval ac_res=\$$3
1769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1770 $as_echo "$ac_res" >&6; }
1771 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1772
1773 } # ac_fn_c_check_header_compile
1774
1775 # ac_fn_c_try_link LINENO
1776 # -----------------------
1777 # Try to link conftest.$ac_ext, and return whether this succeeded.
1778 ac_fn_c_try_link ()
1779 {
1780 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1781 rm -f conftest.$ac_objext conftest$ac_exeext
1782 if { { ac_try="$ac_link"
1783 case "(($ac_try" in
1784 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1785 *) ac_try_echo=$ac_try;;
1786 esac
1787 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1788 $as_echo "$ac_try_echo"; } >&5
1789 (eval "$ac_link") 2>conftest.err
1790 ac_status=$?
1791 if test -s conftest.err; then
1792 grep -v '^ *+' conftest.err >conftest.er1
1793 cat conftest.er1 >&5
1794 mv -f conftest.er1 conftest.err
1795 fi
1796 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1797 test $ac_status = 0; } && {
1798 test -z "$ac_c_werror_flag" ||
1799 test ! -s conftest.err
1800 } && test -s conftest$ac_exeext && {
1801 test "$cross_compiling" = yes ||
1802 $as_test_x conftest$ac_exeext
1803 }; then :
1804 ac_retval=0
1805 else
1806 $as_echo "$as_me: failed program was:" >&5
1807 sed 's/^/| /' conftest.$ac_ext >&5
1808
1809 ac_retval=1
1810 fi
1811 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1812 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1813 # interfere with the next link command; also delete a directory that is
1814 # left behind by Apple's compiler. We do this before executing the actions.
1815 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1816 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1817 as_fn_set_status $ac_retval
1818
1819 } # ac_fn_c_try_link
1820
1821 # ac_fn_cxx_try_link LINENO
1822 # -------------------------
1823 # Try to link conftest.$ac_ext, and return whether this succeeded.
1824 ac_fn_cxx_try_link ()
1825 {
1826 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1827 rm -f conftest.$ac_objext conftest$ac_exeext
1828 if { { ac_try="$ac_link"
1829 case "(($ac_try" in
1830 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1831 *) ac_try_echo=$ac_try;;
1832 esac
1833 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1834 $as_echo "$ac_try_echo"; } >&5
1835 (eval "$ac_link") 2>conftest.err
1836 ac_status=$?
1837 if test -s conftest.err; then
1838 grep -v '^ *+' conftest.err >conftest.er1
1839 cat conftest.er1 >&5
1840 mv -f conftest.er1 conftest.err
1841 fi
1842 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1843 test $ac_status = 0; } && {
1844 test -z "$ac_cxx_werror_flag" ||
1845 test ! -s conftest.err
1846 } && test -s conftest$ac_exeext && {
1847 test "$cross_compiling" = yes ||
1848 $as_test_x conftest$ac_exeext
1849 }; then :
1850 ac_retval=0
1851 else
1852 $as_echo "$as_me: failed program was:" >&5
1853 sed 's/^/| /' conftest.$ac_ext >&5
1854
1855 ac_retval=1
1856 fi
1857 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1858 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1859 # interfere with the next link command; also delete a directory that is
1860 # left behind by Apple's compiler. We do this before executing the actions.
1861 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1862 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1863 as_fn_set_status $ac_retval
1864
1865 } # ac_fn_cxx_try_link
1866
1867 # ac_fn_cxx_try_cpp LINENO
1868 # ------------------------
1869 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1870 ac_fn_cxx_try_cpp ()
1871 {
1872 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1873 if { { ac_try="$ac_cpp conftest.$ac_ext"
1874 case "(($ac_try" in
1875 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1876 *) ac_try_echo=$ac_try;;
1877 esac
1878 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1879 $as_echo "$ac_try_echo"; } >&5
1880 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1881 ac_status=$?
1882 if test -s conftest.err; then
1883 grep -v '^ *+' conftest.err >conftest.er1
1884 cat conftest.er1 >&5
1885 mv -f conftest.er1 conftest.err
1886 fi
1887 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1888 test $ac_status = 0; } >/dev/null && {
1889 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
1890 test ! -s conftest.err
1891 }; then :
1892 ac_retval=0
1893 else
1894 $as_echo "$as_me: failed program was:" >&5
1895 sed 's/^/| /' conftest.$ac_ext >&5
1896
1897 ac_retval=1
1898 fi
1899 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1900 as_fn_set_status $ac_retval
1901
1902 } # ac_fn_cxx_try_cpp
1903
1904 # ac_fn_cxx_check_header_mongrel LINENO HEADER VAR INCLUDES
1905 # ---------------------------------------------------------
1906 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1907 # the include files in INCLUDES and setting the cache variable VAR
1908 # accordingly.
1909 ac_fn_cxx_check_header_mongrel ()
1910 {
1911 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1912 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1914 $as_echo_n "checking for $2... " >&6; }
1915 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1916 $as_echo_n "(cached) " >&6
1917 fi
1918 eval ac_res=\$$3
1919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1920 $as_echo "$ac_res" >&6; }
1921 else
1922 # Is the header compilable?
1923 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1924 $as_echo_n "checking $2 usability... " >&6; }
1925 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1926 /* end confdefs.h. */
1927 $4
1928 #include <$2>
1929 _ACEOF
1930 if ac_fn_cxx_try_compile "$LINENO"; then :
1931 ac_header_compiler=yes
1932 else
1933 ac_header_compiler=no
1934 fi
1935 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1937 $as_echo "$ac_header_compiler" >&6; }
1938
1939 # Is the header present?
1940 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1941 $as_echo_n "checking $2 presence... " >&6; }
1942 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1943 /* end confdefs.h. */
1944 #include <$2>
1945 _ACEOF
1946 if ac_fn_cxx_try_cpp "$LINENO"; then :
1947 ac_header_preproc=yes
1948 else
1949 ac_header_preproc=no
1950 fi
1951 rm -f conftest.err conftest.$ac_ext
1952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1953 $as_echo "$ac_header_preproc" >&6; }
1954
1955 # So? What about this header?
1956 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in #((
1957 yes:no: )
1958 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1959 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1960 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1961 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1962 ;;
1963 no:yes:* )
1964 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1965 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1966 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1967 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1968 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1969 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1970 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1971 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1972 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1973 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1974 ;;
1975 esac
1976 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1977 $as_echo_n "checking for $2... " >&6; }
1978 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1979 $as_echo_n "(cached) " >&6
1980 else
1981 eval "$3=\$ac_header_compiler"
1982 fi
1983 eval ac_res=\$$3
1984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1985 $as_echo "$ac_res" >&6; }
1986 fi
1987 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1988
1989 } # ac_fn_cxx_check_header_mongrel
1990
1991 # ac_fn_cxx_check_func LINENO FUNC VAR
1992 # ------------------------------------
1993 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1994 ac_fn_cxx_check_func ()
1995 {
1996 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1998 $as_echo_n "checking for $2... " >&6; }
1999 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2000 $as_echo_n "(cached) " >&6
2001 else
2002 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2003 /* end confdefs.h. */
2004 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2005 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2006 #define $2 innocuous_$2
2007
2008 /* System header to define __stub macros and hopefully few prototypes,
2009 which can conflict with char $2 (); below.
2010 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2011 <limits.h> exists even on freestanding compilers. */
2012
2013 #ifdef __STDC__
2014 # include <limits.h>
2015 #else
2016 # include <assert.h>
2017 #endif
2018
2019 #undef $2
2020
2021 /* Override any GCC internal prototype to avoid an error.
2022 Use char because int might match the return type of a GCC
2023 builtin and then its argument prototype would still apply. */
2024 #ifdef __cplusplus
2025 extern "C"
2026 #endif
2027 char $2 ();
2028 /* The GNU C library defines this for functions which it implements
2029 to always fail with ENOSYS. Some functions are actually named
2030 something starting with __ and the normal name is an alias. */
2031 #if defined __stub_$2 || defined __stub___$2
2032 choke me
2033 #endif
2034
2035 int
2036 main ()
2037 {
2038 return $2 ();
2039 ;
2040 return 0;
2041 }
2042 _ACEOF
2043 if ac_fn_cxx_try_link "$LINENO"; then :
2044 eval "$3=yes"
2045 else
2046 eval "$3=no"
2047 fi
2048 rm -f core conftest.err conftest.$ac_objext \
2049 conftest$ac_exeext conftest.$ac_ext
2050 fi
2051 eval ac_res=\$$3
2052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2053 $as_echo "$ac_res" >&6; }
2054 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2055
2056 } # ac_fn_cxx_check_func
2057
2058 # ac_fn_cxx_check_type LINENO TYPE VAR INCLUDES
2059 # ---------------------------------------------
2060 # Tests whether TYPE exists after having included INCLUDES, setting cache
2061 # variable VAR accordingly.
2062 ac_fn_cxx_check_type ()
2063 {
2064 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2065 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2066 $as_echo_n "checking for $2... " >&6; }
2067 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2068 $as_echo_n "(cached) " >&6
2069 else
2070 eval "$3=no"
2071 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2072 /* end confdefs.h. */
2073 $4
2074 int
2075 main ()
2076 {
2077 if (sizeof ($2))
2078 return 0;
2079 ;
2080 return 0;
2081 }
2082 _ACEOF
2083 if ac_fn_cxx_try_compile "$LINENO"; then :
2084 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2085 /* end confdefs.h. */
2086 $4
2087 int
2088 main ()
2089 {
2090 if (sizeof (($2)))
2091 return 0;
2092 ;
2093 return 0;
2094 }
2095 _ACEOF
2096 if ac_fn_cxx_try_compile "$LINENO"; then :
2097
2098 else
2099 eval "$3=yes"
2100 fi
2101 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2102 fi
2103 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2104 fi
2105 eval ac_res=\$$3
2106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2107 $as_echo "$ac_res" >&6; }
2108 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2109
2110 } # ac_fn_cxx_check_type
2111
2112 # ac_fn_c_find_intX_t LINENO BITS VAR
2113 # -----------------------------------
2114 # Finds a signed integer type with width BITS, setting cache variable VAR
2115 # accordingly.
2116 ac_fn_c_find_intX_t ()
2117 {
2118 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for int$2_t" >&5
2120 $as_echo_n "checking for int$2_t... " >&6; }
2121 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2122 $as_echo_n "(cached) " >&6
2123 else
2124 eval "$3=no"
2125 # Order is important - never check a type that is potentially smaller
2126 # than half of the expected target width.
2127 for ac_type in int$2_t 'int' 'long int' \
2128 'long long int' 'short int' 'signed char'; do
2129 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2130 /* end confdefs.h. */
2131 $ac_includes_default
2132 int
2133 main ()
2134 {
2135 static int test_array [1 - 2 * !(enum { N = $2 / 2 - 1 };
2136 0 < ($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 1))];
2137 test_array [0] = 0
2138
2139 ;
2140 return 0;
2141 }
2142 _ACEOF
2143 if ac_fn_cxx_try_compile "$LINENO"; then :
2144 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2145 /* end confdefs.h. */
2146 $ac_includes_default
2147 int
2148 main ()
2149 {
2150 static int test_array [1 - 2 * !(enum { N = $2 / 2 - 1 };
2151 ($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 1)
2152 < ($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 2))];
2153 test_array [0] = 0
2154
2155 ;
2156 return 0;
2157 }
2158 _ACEOF
2159 if ac_fn_cxx_try_compile "$LINENO"; then :
2160
2161 else
2162 case $ac_type in #(
2163 int$2_t) :
2164 eval "$3=yes" ;; #(
2165 *) :
2166 eval "$3=\$ac_type" ;;
2167 esac
2168 fi
2169 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2170 fi
2171 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2172 eval as_val=\$$3
2173 if test "x$as_val" = x""no; then :
2174
2175 else
2176 break
2177 fi
2178 done
2179 fi
2180 eval ac_res=\$$3
2181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2182 $as_echo "$ac_res" >&6; }
2183 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2184
2185 } # ac_fn_c_find_intX_t
2186
2187 # ac_fn_c_find_uintX_t LINENO BITS VAR
2188 # ------------------------------------
2189 # Finds an unsigned integer type with width BITS, setting cache variable VAR
2190 # accordingly.
2191 ac_fn_c_find_uintX_t ()
2192 {
2193 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2194 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for uint$2_t" >&5
2195 $as_echo_n "checking for uint$2_t... " >&6; }
2196 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2197 $as_echo_n "(cached) " >&6
2198 else
2199 eval "$3=no"
2200 # Order is important - never check a type that is potentially smaller
2201 # than half of the expected target width.
2202 for ac_type in uint$2_t 'unsigned int' 'unsigned long int' \
2203 'unsigned long long int' 'unsigned short int' 'unsigned char'; do
2204 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2205 /* end confdefs.h. */
2206 $ac_includes_default
2207 int
2208 main ()
2209 {
2210 static int test_array [1 - 2 * !((($ac_type) -1 >> ($2 / 2 - 1)) >> ($2 / 2 - 1) == 3)];
2211 test_array [0] = 0
2212
2213 ;
2214 return 0;
2215 }
2216 _ACEOF
2217 if ac_fn_cxx_try_compile "$LINENO"; then :
2218 case $ac_type in #(
2219 uint$2_t) :
2220 eval "$3=yes" ;; #(
2221 *) :
2222 eval "$3=\$ac_type" ;;
2223 esac
2224 fi
2225 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2226 eval as_val=\$$3
2227 if test "x$as_val" = x""no; then :
2228
2229 else
2230 break
2231 fi
2232 done
2233 fi
2234 eval ac_res=\$$3
2235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2236 $as_echo "$ac_res" >&6; }
2237 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2238
2239 } # ac_fn_c_find_uintX_t
2240
2241 # ac_fn_cxx_try_run LINENO
2242 # ------------------------
2243 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
2244 # that executables *can* be run.
2245 ac_fn_cxx_try_run ()
2246 {
2247 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2248 if { { ac_try="$ac_link"
2249 case "(($ac_try" in
2250 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2251 *) ac_try_echo=$ac_try;;
2252 esac
2253 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2254 $as_echo "$ac_try_echo"; } >&5
2255 (eval "$ac_link") 2>&5
2256 ac_status=$?
2257 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2258 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
2259 { { case "(($ac_try" in
2260 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2261 *) ac_try_echo=$ac_try;;
2262 esac
2263 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2264 $as_echo "$ac_try_echo"; } >&5
2265 (eval "$ac_try") 2>&5
2266 ac_status=$?
2267 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2268 test $ac_status = 0; }; }; then :
2269 ac_retval=0
2270 else
2271 $as_echo "$as_me: program exited with status $ac_status" >&5
2272 $as_echo "$as_me: failed program was:" >&5
2273 sed 's/^/| /' conftest.$ac_ext >&5
2274
2275 ac_retval=$ac_status
2276 fi
2277 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2278 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2279 as_fn_set_status $ac_retval
2280
2281 } # ac_fn_cxx_try_run
2282 cat >config.log <<_ACEOF
2283 This file contains any messages produced by compilers while
2284 running configure, to aid debugging if configure makes a mistake.
2285
2286 It was created by $as_me, which was
2287 generated by GNU Autoconf 2.65. Invocation command line was
2288
2289 $ $0 $@
2290
2291 _ACEOF
2292 exec 5>>config.log
2293 {
2294 cat <<_ASUNAME
2295 ## --------- ##
2296 ## Platform. ##
2297 ## --------- ##
2298
2299 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2300 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2301 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2302 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2303 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2304
2305 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2306 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2307
2308 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2309 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2310 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2311 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2312 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2313 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2314 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2315
2316 _ASUNAME
2317
2318 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2319 for as_dir in $PATH
2320 do
2321 IFS=$as_save_IFS
2322 test -z "$as_dir" && as_dir=.
2323 $as_echo "PATH: $as_dir"
2324 done
2325 IFS=$as_save_IFS
2326
2327 } >&5
2328
2329 cat >&5 <<_ACEOF
2330
2331
2332 ## ----------- ##
2333 ## Core tests. ##
2334 ## ----------- ##
2335
2336 _ACEOF
2337
2338
2339 # Keep a trace of the command line.
2340 # Strip out --no-create and --no-recursion so they do not pile up.
2341 # Strip out --silent because we don't want to record it for future runs.
2342 # Also quote any args containing shell meta-characters.
2343 # Make two passes to allow for proper duplicate-argument suppression.
2344 ac_configure_args=
2345 ac_configure_args0=
2346 ac_configure_args1=
2347 ac_must_keep_next=false
2348 for ac_pass in 1 2
2349 do
2350 for ac_arg
2351 do
2352 case $ac_arg in
2353 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2354 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2355 | -silent | --silent | --silen | --sile | --sil)
2356 continue ;;
2357 *\'*)
2358 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2359 esac
2360 case $ac_pass in
2361 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2362 2)
2363 as_fn_append ac_configure_args1 " '$ac_arg'"
2364 if test $ac_must_keep_next = true; then
2365 ac_must_keep_next=false # Got value, back to normal.
2366 else
2367 case $ac_arg in
2368 *=* | --config-cache | -C | -disable-* | --disable-* \
2369 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2370 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2371 | -with-* | --with-* | -without-* | --without-* | --x)
2372 case "$ac_configure_args0 " in
2373 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2374 esac
2375 ;;
2376 -* ) ac_must_keep_next=true ;;
2377 esac
2378 fi
2379 as_fn_append ac_configure_args " '$ac_arg'"
2380 ;;
2381 esac
2382 done
2383 done
2384 { ac_configure_args0=; unset ac_configure_args0;}
2385 { ac_configure_args1=; unset ac_configure_args1;}
2386
2387 # When interrupted or exit'd, cleanup temporary files, and complete
2388 # config.log. We remove comments because anyway the quotes in there
2389 # would cause problems or look ugly.
2390 # WARNING: Use '\'' to represent an apostrophe within the trap.
2391 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2392 trap 'exit_status=$?
2393 # Save into config.log some information that might help in debugging.
2394 {
2395 echo
2396
2397 cat <<\_ASBOX
2398 ## ---------------- ##
2399 ## Cache variables. ##
2400 ## ---------------- ##
2401 _ASBOX
2402 echo
2403 # The following way of writing the cache mishandles newlines in values,
2404 (
2405 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2406 eval ac_val=\$$ac_var
2407 case $ac_val in #(
2408 *${as_nl}*)
2409 case $ac_var in #(
2410 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2411 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2412 esac
2413 case $ac_var in #(
2414 _ | IFS | as_nl) ;; #(
2415 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2416 *) { eval $ac_var=; unset $ac_var;} ;;
2417 esac ;;
2418 esac
2419 done
2420 (set) 2>&1 |
2421 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2422 *${as_nl}ac_space=\ *)
2423 sed -n \
2424 "s/'\''/'\''\\\\'\'''\''/g;
2425 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2426 ;; #(
2427 *)
2428 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2429 ;;
2430 esac |
2431 sort
2432 )
2433 echo
2434
2435 cat <<\_ASBOX
2436 ## ----------------- ##
2437 ## Output variables. ##
2438 ## ----------------- ##
2439 _ASBOX
2440 echo
2441 for ac_var in $ac_subst_vars
2442 do
2443 eval ac_val=\$$ac_var
2444 case $ac_val in
2445 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2446 esac
2447 $as_echo "$ac_var='\''$ac_val'\''"
2448 done | sort
2449 echo
2450
2451 if test -n "$ac_subst_files"; then
2452 cat <<\_ASBOX
2453 ## ------------------- ##
2454 ## File substitutions. ##
2455 ## ------------------- ##
2456 _ASBOX
2457 echo
2458 for ac_var in $ac_subst_files
2459 do
2460 eval ac_val=\$$ac_var
2461 case $ac_val in
2462 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2463 esac
2464 $as_echo "$ac_var='\''$ac_val'\''"
2465 done | sort
2466 echo
2467 fi
2468
2469 if test -s confdefs.h; then
2470 cat <<\_ASBOX
2471 ## ----------- ##
2472 ## confdefs.h. ##
2473 ## ----------- ##
2474 _ASBOX
2475 echo
2476 cat confdefs.h
2477 echo
2478 fi
2479 test "$ac_signal" != 0 &&
2480 $as_echo "$as_me: caught signal $ac_signal"
2481 $as_echo "$as_me: exit $exit_status"
2482 } >&5
2483 rm -f core *.core core.conftest.* &&
2484 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2485 exit $exit_status
2486 ' 0
2487 for ac_signal in 1 2 13 15; do
2488 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2489 done
2490 ac_signal=0
2491
2492 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2493 rm -f -r conftest* confdefs.h
2494
2495 $as_echo "/* confdefs.h */" > confdefs.h
2496
2497 # Predefined preprocessor variables.
2498
2499 cat >>confdefs.h <<_ACEOF
2500 #define PACKAGE_NAME "$PACKAGE_NAME"
2501 _ACEOF
2502
2503 cat >>confdefs.h <<_ACEOF
2504 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2505 _ACEOF
2506
2507 cat >>confdefs.h <<_ACEOF
2508 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2509 _ACEOF
2510
2511 cat >>confdefs.h <<_ACEOF
2512 #define PACKAGE_STRING "$PACKAGE_STRING"
2513 _ACEOF
2514
2515 cat >>confdefs.h <<_ACEOF
2516 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2517 _ACEOF
2518
2519 cat >>confdefs.h <<_ACEOF
2520 #define PACKAGE_URL "$PACKAGE_URL"
2521 _ACEOF
2522
2523
2524 # Let the site file select an alternate cache file if it wants to.
2525 # Prefer an explicitly selected file to automatically selected ones.
2526 ac_site_file1=NONE
2527 ac_site_file2=NONE
2528 if test -n "$CONFIG_SITE"; then
2529 ac_site_file1=$CONFIG_SITE
2530 elif test "x$prefix" != xNONE; then
2531 ac_site_file1=$prefix/share/config.site
2532 ac_site_file2=$prefix/etc/config.site
2533 else
2534 ac_site_file1=$ac_default_prefix/share/config.site
2535 ac_site_file2=$ac_default_prefix/etc/config.site
2536 fi
2537 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2538 do
2539 test "x$ac_site_file" = xNONE && continue
2540 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2541 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2542 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2543 sed 's/^/| /' "$ac_site_file" >&5
2544 . "$ac_site_file"
2545 fi
2546 done
2547
2548 if test -r "$cache_file"; then
2549 # Some versions of bash will fail to source /dev/null (special files
2550 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2551 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2552 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2553 $as_echo "$as_me: loading cache $cache_file" >&6;}
2554 case $cache_file in
2555 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2556 *) . "./$cache_file";;
2557 esac
2558 fi
2559 else
2560 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2561 $as_echo "$as_me: creating cache $cache_file" >&6;}
2562 >$cache_file
2563 fi
2564
2565 # Check that the precious variables saved in the cache have kept the same
2566 # value.
2567 ac_cache_corrupted=false
2568 for ac_var in $ac_precious_vars; do
2569 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2570 eval ac_new_set=\$ac_env_${ac_var}_set
2571 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2572 eval ac_new_val=\$ac_env_${ac_var}_value
2573 case $ac_old_set,$ac_new_set in
2574 set,)
2575 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2576 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2577 ac_cache_corrupted=: ;;
2578 ,set)
2579 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2580 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2581 ac_cache_corrupted=: ;;
2582 ,);;
2583 *)
2584 if test "x$ac_old_val" != "x$ac_new_val"; then
2585 # differences in whitespace do not lead to failure.
2586 ac_old_val_w=`echo x $ac_old_val`
2587 ac_new_val_w=`echo x $ac_new_val`
2588 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2589 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2590 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2591 ac_cache_corrupted=:
2592 else
2593 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2594 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2595 eval $ac_var=\$ac_old_val
2596 fi
2597 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2598 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2599 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2600 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2601 fi;;
2602 esac
2603 # Pass precious variables to config.status.
2604 if test "$ac_new_set" = set; then
2605 case $ac_new_val in
2606 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2607 *) ac_arg=$ac_var=$ac_new_val ;;
2608 esac
2609 case " $ac_configure_args " in
2610 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2611 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2612 esac
2613 fi
2614 done
2615 if $ac_cache_corrupted; then
2616 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2617 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2618 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2619 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2620 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2621 fi
2622 ## -------------------- ##
2623 ## Main body of script. ##
2624 ## -------------------- ##
2625
2626 ac_ext=c
2627 ac_cpp='$CPP $CPPFLAGS'
2628 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2629 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2630 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2631
2632
2633
2634
2635 ac_config_headers="$ac_config_headers config.h:config.h.in"
2636
2637
2638 ac_aux_dir=
2639 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2640 for ac_t in install-sh install.sh shtool; do
2641 if test -f "$ac_dir/$ac_t"; then
2642 ac_aux_dir=$ac_dir
2643 ac_install_sh="$ac_aux_dir/$ac_t -c"
2644 break 2
2645 fi
2646 done
2647 done
2648 if test -z "$ac_aux_dir"; then
2649 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2650 fi
2651
2652 # These three variables are undocumented and unsupported,
2653 # and are intended to be withdrawn in a future Autoconf release.
2654 # They can cause serious problems if a builder's source tree is in a directory
2655 # whose full name contains unusual characters.
2656 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2657 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2658 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2659
2660
2661 # Make sure we can run config.sub.
2662 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2663 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2664
2665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2666 $as_echo_n "checking build system type... " >&6; }
2667 if test "${ac_cv_build+set}" = set; then :
2668 $as_echo_n "(cached) " >&6
2669 else
2670 ac_build_alias=$build_alias
2671 test "x$ac_build_alias" = x &&
2672 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2673 test "x$ac_build_alias" = x &&
2674 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2675 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2676 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2677
2678 fi
2679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2680 $as_echo "$ac_cv_build" >&6; }
2681 case $ac_cv_build in
2682 *-*-*) ;;
2683 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2684 esac
2685 build=$ac_cv_build
2686 ac_save_IFS=$IFS; IFS='-'
2687 set x $ac_cv_build
2688 shift
2689 build_cpu=$1
2690 build_vendor=$2
2691 shift; shift
2692 # Remember, the first character of IFS is used to create $*,
2693 # except with old shells:
2694 build_os=$*
2695 IFS=$ac_save_IFS
2696 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2697
2698
2699 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2700 $as_echo_n "checking host system type... " >&6; }
2701 if test "${ac_cv_host+set}" = set; then :
2702 $as_echo_n "(cached) " >&6
2703 else
2704 if test "x$host_alias" = x; then
2705 ac_cv_host=$ac_cv_build
2706 else
2707 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2708 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2709 fi
2710
2711 fi
2712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2713 $as_echo "$ac_cv_host" >&6; }
2714 case $ac_cv_host in
2715 *-*-*) ;;
2716 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2717 esac
2718 host=$ac_cv_host
2719 ac_save_IFS=$IFS; IFS='-'
2720 set x $ac_cv_host
2721 shift
2722 host_cpu=$1
2723 host_vendor=$2
2724 shift; shift
2725 # Remember, the first character of IFS is used to create $*,
2726 # except with old shells:
2727 host_os=$*
2728 IFS=$ac_save_IFS
2729 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2730
2731
2732
2733 VERSION=`sed -n -e 's/^.*[ \t]VERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
2734 DATE=`sed -n -e 's/^.*[ \t]DATE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
2735
2736 echo ""
2737 echo "configuring for rxvt $VERSION"
2738 echo ""
2739
2740 orig_CXXFLAGS="$CXXFLAGS"
2741
2742 ac_ext=c
2743 ac_cpp='$CPP $CPPFLAGS'
2744 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2745 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2746 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2747 if test -n "$ac_tool_prefix"; then
2748 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2749 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2750 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2751 $as_echo_n "checking for $ac_word... " >&6; }
2752 if test "${ac_cv_prog_CC+set}" = set; then :
2753 $as_echo_n "(cached) " >&6
2754 else
2755 if test -n "$CC"; then
2756 ac_cv_prog_CC="$CC" # Let the user override the test.
2757 else
2758 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2759 for as_dir in $PATH
2760 do
2761 IFS=$as_save_IFS
2762 test -z "$as_dir" && as_dir=.
2763 for ac_exec_ext in '' $ac_executable_extensions; do
2764 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2765 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2766 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2767 break 2
2768 fi
2769 done
2770 done
2771 IFS=$as_save_IFS
2772
2773 fi
2774 fi
2775 CC=$ac_cv_prog_CC
2776 if test -n "$CC"; then
2777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2778 $as_echo "$CC" >&6; }
2779 else
2780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2781 $as_echo "no" >&6; }
2782 fi
2783
2784
2785 fi
2786 if test -z "$ac_cv_prog_CC"; then
2787 ac_ct_CC=$CC
2788 # Extract the first word of "gcc", so it can be a program name with args.
2789 set dummy gcc; ac_word=$2
2790 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2791 $as_echo_n "checking for $ac_word... " >&6; }
2792 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2793 $as_echo_n "(cached) " >&6
2794 else
2795 if test -n "$ac_ct_CC"; then
2796 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2797 else
2798 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2799 for as_dir in $PATH
2800 do
2801 IFS=$as_save_IFS
2802 test -z "$as_dir" && as_dir=.
2803 for ac_exec_ext in '' $ac_executable_extensions; do
2804 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2805 ac_cv_prog_ac_ct_CC="gcc"
2806 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2807 break 2
2808 fi
2809 done
2810 done
2811 IFS=$as_save_IFS
2812
2813 fi
2814 fi
2815 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2816 if test -n "$ac_ct_CC"; then
2817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2818 $as_echo "$ac_ct_CC" >&6; }
2819 else
2820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2821 $as_echo "no" >&6; }
2822 fi
2823
2824 if test "x$ac_ct_CC" = x; then
2825 CC=""
2826 else
2827 case $cross_compiling:$ac_tool_warned in
2828 yes:)
2829 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2830 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2831 ac_tool_warned=yes ;;
2832 esac
2833 CC=$ac_ct_CC
2834 fi
2835 else
2836 CC="$ac_cv_prog_CC"
2837 fi
2838
2839 if test -z "$CC"; then
2840 if test -n "$ac_tool_prefix"; then
2841 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2842 set dummy ${ac_tool_prefix}cc; ac_word=$2
2843 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2844 $as_echo_n "checking for $ac_word... " >&6; }
2845 if test "${ac_cv_prog_CC+set}" = set; then :
2846 $as_echo_n "(cached) " >&6
2847 else
2848 if test -n "$CC"; then
2849 ac_cv_prog_CC="$CC" # Let the user override the test.
2850 else
2851 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2852 for as_dir in $PATH
2853 do
2854 IFS=$as_save_IFS
2855 test -z "$as_dir" && as_dir=.
2856 for ac_exec_ext in '' $ac_executable_extensions; do
2857 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2858 ac_cv_prog_CC="${ac_tool_prefix}cc"
2859 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2860 break 2
2861 fi
2862 done
2863 done
2864 IFS=$as_save_IFS
2865
2866 fi
2867 fi
2868 CC=$ac_cv_prog_CC
2869 if test -n "$CC"; then
2870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2871 $as_echo "$CC" >&6; }
2872 else
2873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2874 $as_echo "no" >&6; }
2875 fi
2876
2877
2878 fi
2879 fi
2880 if test -z "$CC"; then
2881 # Extract the first word of "cc", so it can be a program name with args.
2882 set dummy cc; ac_word=$2
2883 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2884 $as_echo_n "checking for $ac_word... " >&6; }
2885 if test "${ac_cv_prog_CC+set}" = set; then :
2886 $as_echo_n "(cached) " >&6
2887 else
2888 if test -n "$CC"; then
2889 ac_cv_prog_CC="$CC" # Let the user override the test.
2890 else
2891 ac_prog_rejected=no
2892 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2893 for as_dir in $PATH
2894 do
2895 IFS=$as_save_IFS
2896 test -z "$as_dir" && as_dir=.
2897 for ac_exec_ext in '' $ac_executable_extensions; do
2898 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2899 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2900 ac_prog_rejected=yes
2901 continue
2902 fi
2903 ac_cv_prog_CC="cc"
2904 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2905 break 2
2906 fi
2907 done
2908 done
2909 IFS=$as_save_IFS
2910
2911 if test $ac_prog_rejected = yes; then
2912 # We found a bogon in the path, so make sure we never use it.
2913 set dummy $ac_cv_prog_CC
2914 shift
2915 if test $# != 0; then
2916 # We chose a different compiler from the bogus one.
2917 # However, it has the same basename, so the bogon will be chosen
2918 # first if we set CC to just the basename; use the full file name.
2919 shift
2920 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2921 fi
2922 fi
2923 fi
2924 fi
2925 CC=$ac_cv_prog_CC
2926 if test -n "$CC"; then
2927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2928 $as_echo "$CC" >&6; }
2929 else
2930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2931 $as_echo "no" >&6; }
2932 fi
2933
2934
2935 fi
2936 if test -z "$CC"; then
2937 if test -n "$ac_tool_prefix"; then
2938 for ac_prog in cl.exe
2939 do
2940 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2941 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2942 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2943 $as_echo_n "checking for $ac_word... " >&6; }
2944 if test "${ac_cv_prog_CC+set}" = set; then :
2945 $as_echo_n "(cached) " >&6
2946 else
2947 if test -n "$CC"; then
2948 ac_cv_prog_CC="$CC" # Let the user override the test.
2949 else
2950 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2951 for as_dir in $PATH
2952 do
2953 IFS=$as_save_IFS
2954 test -z "$as_dir" && as_dir=.
2955 for ac_exec_ext in '' $ac_executable_extensions; do
2956 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2957 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2958 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2959 break 2
2960 fi
2961 done
2962 done
2963 IFS=$as_save_IFS
2964
2965 fi
2966 fi
2967 CC=$ac_cv_prog_CC
2968 if test -n "$CC"; then
2969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2970 $as_echo "$CC" >&6; }
2971 else
2972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2973 $as_echo "no" >&6; }
2974 fi
2975
2976
2977 test -n "$CC" && break
2978 done
2979 fi
2980 if test -z "$CC"; then
2981 ac_ct_CC=$CC
2982 for ac_prog in cl.exe
2983 do
2984 # Extract the first word of "$ac_prog", so it can be a program name with args.
2985 set dummy $ac_prog; ac_word=$2
2986 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2987 $as_echo_n "checking for $ac_word... " >&6; }
2988 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2989 $as_echo_n "(cached) " >&6
2990 else
2991 if test -n "$ac_ct_CC"; then
2992 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2993 else
2994 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2995 for as_dir in $PATH
2996 do
2997 IFS=$as_save_IFS
2998 test -z "$as_dir" && as_dir=.
2999 for ac_exec_ext in '' $ac_executable_extensions; do
3000 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3001 ac_cv_prog_ac_ct_CC="$ac_prog"
3002 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3003 break 2
3004 fi
3005 done
3006 done
3007 IFS=$as_save_IFS
3008
3009 fi
3010 fi
3011 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3012 if test -n "$ac_ct_CC"; then
3013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3014 $as_echo "$ac_ct_CC" >&6; }
3015 else
3016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3017 $as_echo "no" >&6; }
3018 fi
3019
3020
3021 test -n "$ac_ct_CC" && break
3022 done
3023
3024 if test "x$ac_ct_CC" = x; then
3025 CC=""
3026 else
3027 case $cross_compiling:$ac_tool_warned in
3028 yes:)
3029 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3030 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3031 ac_tool_warned=yes ;;
3032 esac
3033 CC=$ac_ct_CC
3034 fi
3035 fi
3036
3037 fi
3038
3039
3040 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3041 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3042 as_fn_error "no acceptable C compiler found in \$PATH
3043 See \`config.log' for more details." "$LINENO" 5; }
3044
3045 # Provide some information about the compiler.
3046 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3047 set X $ac_compile
3048 ac_compiler=$2
3049 for ac_option in --version -v -V -qversion; do
3050 { { ac_try="$ac_compiler $ac_option >&5"
3051 case "(($ac_try" in
3052 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3053 *) ac_try_echo=$ac_try;;
3054 esac
3055 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3056 $as_echo "$ac_try_echo"; } >&5
3057 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3058 ac_status=$?
3059 if test -s conftest.err; then
3060 sed '10a\
3061 ... rest of stderr output deleted ...
3062 10q' conftest.err >conftest.er1
3063 cat conftest.er1 >&5
3064 fi
3065 rm -f conftest.er1 conftest.err
3066 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3067 test $ac_status = 0; }
3068 done
3069
3070 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3071 /* end confdefs.h. */
3072
3073 int
3074 main ()
3075 {
3076
3077 ;
3078 return 0;
3079 }
3080 _ACEOF
3081 ac_clean_files_save=$ac_clean_files
3082 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3083 # Try to create an executable without -o first, disregard a.out.
3084 # It will help us diagnose broken compilers, and finding out an intuition
3085 # of exeext.
3086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3087 $as_echo_n "checking whether the C compiler works... " >&6; }
3088 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3089
3090 # The possible output files:
3091 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3092
3093 ac_rmfiles=
3094 for ac_file in $ac_files
3095 do
3096 case $ac_file in
3097 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3098 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3099 esac
3100 done
3101 rm -f $ac_rmfiles
3102
3103 if { { ac_try="$ac_link_default"
3104 case "(($ac_try" in
3105 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3106 *) ac_try_echo=$ac_try;;
3107 esac
3108 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3109 $as_echo "$ac_try_echo"; } >&5
3110 (eval "$ac_link_default") 2>&5
3111 ac_status=$?
3112 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3113 test $ac_status = 0; }; then :
3114 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3115 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3116 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3117 # so that the user can short-circuit this test for compilers unknown to
3118 # Autoconf.
3119 for ac_file in $ac_files ''
3120 do
3121 test -f "$ac_file" || continue
3122 case $ac_file in
3123 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3124 ;;
3125 [ab].out )
3126 # We found the default executable, but exeext='' is most
3127 # certainly right.
3128 break;;
3129 *.* )
3130 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3131 then :; else
3132 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3133 fi
3134 # We set ac_cv_exeext here because the later test for it is not
3135 # safe: cross compilers may not add the suffix if given an `-o'
3136 # argument, so we may need to know it at that point already.
3137 # Even if this section looks crufty: it has the advantage of
3138 # actually working.
3139 break;;
3140 * )
3141 break;;
3142 esac
3143 done
3144 test "$ac_cv_exeext" = no && ac_cv_exeext=
3145
3146 else
3147 ac_file=''
3148 fi
3149 if test -z "$ac_file"; then :
3150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3151 $as_echo "no" >&6; }
3152 $as_echo "$as_me: failed program was:" >&5
3153 sed 's/^/| /' conftest.$ac_ext >&5
3154
3155 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3156 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3157 { as_fn_set_status 77
3158 as_fn_error "C compiler cannot create executables
3159 See \`config.log' for more details." "$LINENO" 5; }; }
3160 else
3161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3162 $as_echo "yes" >&6; }
3163 fi
3164 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3165 $as_echo_n "checking for C compiler default output file name... " >&6; }
3166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3167 $as_echo "$ac_file" >&6; }
3168 ac_exeext=$ac_cv_exeext
3169
3170 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3171 ac_clean_files=$ac_clean_files_save
3172 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3173 $as_echo_n "checking for suffix of executables... " >&6; }
3174 if { { ac_try="$ac_link"
3175 case "(($ac_try" in
3176 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3177 *) ac_try_echo=$ac_try;;
3178 esac
3179 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3180 $as_echo "$ac_try_echo"; } >&5
3181 (eval "$ac_link") 2>&5
3182 ac_status=$?
3183 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3184 test $ac_status = 0; }; then :
3185 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3186 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3187 # work properly (i.e., refer to `conftest.exe'), while it won't with
3188 # `rm'.
3189 for ac_file in conftest.exe conftest conftest.*; do
3190 test -f "$ac_file" || continue
3191 case $ac_file in
3192 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3193 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3194 break;;
3195 * ) break;;
3196 esac
3197 done
3198 else
3199 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3200 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3201 as_fn_error "cannot compute suffix of executables: cannot compile and link
3202 See \`config.log' for more details." "$LINENO" 5; }
3203 fi
3204 rm -f conftest conftest$ac_cv_exeext
3205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3206 $as_echo "$ac_cv_exeext" >&6; }
3207
3208 rm -f conftest.$ac_ext
3209 EXEEXT=$ac_cv_exeext
3210 ac_exeext=$EXEEXT
3211 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3212 /* end confdefs.h. */
3213 #include <stdio.h>
3214 int
3215 main ()
3216 {
3217 FILE *f = fopen ("conftest.out", "w");
3218 return ferror (f) || fclose (f) != 0;
3219
3220 ;
3221 return 0;
3222 }
3223 _ACEOF
3224 ac_clean_files="$ac_clean_files conftest.out"
3225 # Check that the compiler produces executables we can run. If not, either
3226 # the compiler is broken, or we cross compile.
3227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3228 $as_echo_n "checking whether we are cross compiling... " >&6; }
3229 if test "$cross_compiling" != yes; then
3230 { { ac_try="$ac_link"
3231 case "(($ac_try" in
3232 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3233 *) ac_try_echo=$ac_try;;
3234 esac
3235 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3236 $as_echo "$ac_try_echo"; } >&5
3237 (eval "$ac_link") 2>&5
3238 ac_status=$?
3239 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3240 test $ac_status = 0; }
3241 if { ac_try='./conftest$ac_cv_exeext'
3242 { { case "(($ac_try" in
3243 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3244 *) ac_try_echo=$ac_try;;
3245 esac
3246 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3247 $as_echo "$ac_try_echo"; } >&5
3248 (eval "$ac_try") 2>&5
3249 ac_status=$?
3250 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3251 test $ac_status = 0; }; }; then
3252 cross_compiling=no
3253 else
3254 if test "$cross_compiling" = maybe; then
3255 cross_compiling=yes
3256 else
3257 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3258 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3259 as_fn_error "cannot run C compiled programs.
3260 If you meant to cross compile, use \`--host'.
3261 See \`config.log' for more details." "$LINENO" 5; }
3262 fi
3263 fi
3264 fi
3265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3266 $as_echo "$cross_compiling" >&6; }
3267
3268 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3269 ac_clean_files=$ac_clean_files_save
3270 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3271 $as_echo_n "checking for suffix of object files... " >&6; }
3272 if test "${ac_cv_objext+set}" = set; then :
3273 $as_echo_n "(cached) " >&6
3274 else
3275 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3276 /* end confdefs.h. */
3277
3278 int
3279 main ()
3280 {
3281
3282 ;
3283 return 0;
3284 }
3285 _ACEOF
3286 rm -f conftest.o conftest.obj
3287 if { { ac_try="$ac_compile"
3288 case "(($ac_try" in
3289 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3290 *) ac_try_echo=$ac_try;;
3291 esac
3292 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3293 $as_echo "$ac_try_echo"; } >&5
3294 (eval "$ac_compile") 2>&5
3295 ac_status=$?
3296 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3297 test $ac_status = 0; }; then :
3298 for ac_file in conftest.o conftest.obj conftest.*; do
3299 test -f "$ac_file" || continue;
3300 case $ac_file in
3301 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3302 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3303 break;;
3304 esac
3305 done
3306 else
3307 $as_echo "$as_me: failed program was:" >&5
3308 sed 's/^/| /' conftest.$ac_ext >&5
3309
3310 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3311 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3312 as_fn_error "cannot compute suffix of object files: cannot compile
3313 See \`config.log' for more details." "$LINENO" 5; }
3314 fi
3315 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3316 fi
3317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3318 $as_echo "$ac_cv_objext" >&6; }
3319 OBJEXT=$ac_cv_objext
3320 ac_objext=$OBJEXT
3321 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3322 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3323 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3324 $as_echo_n "(cached) " >&6
3325 else
3326 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3327 /* end confdefs.h. */
3328
3329 int
3330 main ()
3331 {
3332 #ifndef __GNUC__
3333 choke me
3334 #endif
3335
3336 ;
3337 return 0;
3338 }
3339 _ACEOF
3340 if ac_fn_c_try_compile "$LINENO"; then :
3341 ac_compiler_gnu=yes
3342 else
3343 ac_compiler_gnu=no
3344 fi
3345 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3346 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3347
3348 fi
3349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3350 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3351 if test $ac_compiler_gnu = yes; then
3352 GCC=yes
3353 else
3354 GCC=
3355 fi
3356 ac_test_CFLAGS=${CFLAGS+set}
3357 ac_save_CFLAGS=$CFLAGS
3358 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3359 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3360 if test "${ac_cv_prog_cc_g+set}" = set; then :
3361 $as_echo_n "(cached) " >&6
3362 else
3363 ac_save_c_werror_flag=$ac_c_werror_flag
3364 ac_c_werror_flag=yes
3365 ac_cv_prog_cc_g=no
3366 CFLAGS="-g"
3367 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3368 /* end confdefs.h. */
3369
3370 int
3371 main ()
3372 {
3373
3374 ;
3375 return 0;
3376 }
3377 _ACEOF
3378 if ac_fn_c_try_compile "$LINENO"; then :
3379 ac_cv_prog_cc_g=yes
3380 else
3381 CFLAGS=""
3382 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3383 /* end confdefs.h. */
3384
3385 int
3386 main ()
3387 {
3388
3389 ;
3390 return 0;
3391 }
3392 _ACEOF
3393 if ac_fn_c_try_compile "$LINENO"; then :
3394
3395 else
3396 ac_c_werror_flag=$ac_save_c_werror_flag
3397 CFLAGS="-g"
3398 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3399 /* end confdefs.h. */
3400
3401 int
3402 main ()
3403 {
3404
3405 ;
3406 return 0;
3407 }
3408 _ACEOF
3409 if ac_fn_c_try_compile "$LINENO"; then :
3410 ac_cv_prog_cc_g=yes
3411 fi
3412 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3413 fi
3414 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3415 fi
3416 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3417 ac_c_werror_flag=$ac_save_c_werror_flag
3418 fi
3419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3420 $as_echo "$ac_cv_prog_cc_g" >&6; }
3421 if test "$ac_test_CFLAGS" = set; then
3422 CFLAGS=$ac_save_CFLAGS
3423 elif test $ac_cv_prog_cc_g = yes; then
3424 if test "$GCC" = yes; then
3425 CFLAGS="-g -O2"
3426 else
3427 CFLAGS="-g"
3428 fi
3429 else
3430 if test "$GCC" = yes; then
3431 CFLAGS="-O2"
3432 else
3433 CFLAGS=
3434 fi
3435 fi
3436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3437 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3438 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3439 $as_echo_n "(cached) " >&6
3440 else
3441 ac_cv_prog_cc_c89=no
3442 ac_save_CC=$CC
3443 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3444 /* end confdefs.h. */
3445 #include <stdarg.h>
3446 #include <stdio.h>
3447 #include <sys/types.h>
3448 #include <sys/stat.h>
3449 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3450 struct buf { int x; };
3451 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3452 static char *e (p, i)
3453 char **p;
3454 int i;
3455 {
3456 return p[i];
3457 }
3458 static char *f (char * (*g) (char **, int), char **p, ...)
3459 {
3460 char *s;
3461 va_list v;
3462 va_start (v,p);
3463 s = g (p, va_arg (v,int));
3464 va_end (v);
3465 return s;
3466 }
3467
3468 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3469 function prototypes and stuff, but not '\xHH' hex character constants.
3470 These don't provoke an error unfortunately, instead are silently treated
3471 as 'x'. The following induces an error, until -std is added to get
3472 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3473 array size at least. It's necessary to write '\x00'==0 to get something
3474 that's true only with -std. */
3475 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3476
3477 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3478 inside strings and character constants. */
3479 #define FOO(x) 'x'
3480 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3481
3482 int test (int i, double x);
3483 struct s1 {int (*f) (int a);};
3484 struct s2 {int (*f) (double a);};
3485 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3486 int argc;
3487 char **argv;
3488 int
3489 main ()
3490 {
3491 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3492 ;
3493 return 0;
3494 }
3495 _ACEOF
3496 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3497 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3498 do
3499 CC="$ac_save_CC $ac_arg"
3500 if ac_fn_c_try_compile "$LINENO"; then :
3501 ac_cv_prog_cc_c89=$ac_arg
3502 fi
3503 rm -f core conftest.err conftest.$ac_objext
3504 test "x$ac_cv_prog_cc_c89" != "xno" && break
3505 done
3506 rm -f conftest.$ac_ext
3507 CC=$ac_save_CC
3508
3509 fi
3510 # AC_CACHE_VAL
3511 case "x$ac_cv_prog_cc_c89" in
3512 x)
3513 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3514 $as_echo "none needed" >&6; } ;;
3515 xno)
3516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3517 $as_echo "unsupported" >&6; } ;;
3518 *)
3519 CC="$CC $ac_cv_prog_cc_c89"
3520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3521 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3522 esac
3523 if test "x$ac_cv_prog_cc_c89" != xno; then :
3524
3525 fi
3526
3527 ac_ext=c
3528 ac_cpp='$CPP $CPPFLAGS'
3529 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3530 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3531 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3532
3533 ac_ext=cpp
3534 ac_cpp='$CXXCPP $CPPFLAGS'
3535 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3536 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3537 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3538 if test -z "$CXX"; then
3539 if test -n "$CCC"; then
3540 CXX=$CCC
3541 else
3542 if test -n "$ac_tool_prefix"; then
3543 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3544 do
3545 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3546 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3548 $as_echo_n "checking for $ac_word... " >&6; }
3549 if test "${ac_cv_prog_CXX+set}" = set; then :
3550 $as_echo_n "(cached) " >&6
3551 else
3552 if test -n "$CXX"; then
3553 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3554 else
3555 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3556 for as_dir in $PATH
3557 do
3558 IFS=$as_save_IFS
3559 test -z "$as_dir" && as_dir=.
3560 for ac_exec_ext in '' $ac_executable_extensions; do
3561 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3562 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3563 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3564 break 2
3565 fi
3566 done
3567 done
3568 IFS=$as_save_IFS
3569
3570 fi
3571 fi
3572 CXX=$ac_cv_prog_CXX
3573 if test -n "$CXX"; then
3574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
3575 $as_echo "$CXX" >&6; }
3576 else
3577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3578 $as_echo "no" >&6; }
3579 fi
3580
3581
3582 test -n "$CXX" && break
3583 done
3584 fi
3585 if test -z "$CXX"; then
3586 ac_ct_CXX=$CXX
3587 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3588 do
3589 # Extract the first word of "$ac_prog", so it can be a program name with args.
3590 set dummy $ac_prog; ac_word=$2
3591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3592 $as_echo_n "checking for $ac_word... " >&6; }
3593 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
3594 $as_echo_n "(cached) " >&6
3595 else
3596 if test -n "$ac_ct_CXX"; then
3597 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3598 else
3599 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3600 for as_dir in $PATH
3601 do
3602 IFS=$as_save_IFS
3603 test -z "$as_dir" && as_dir=.
3604 for ac_exec_ext in '' $ac_executable_extensions; do
3605 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3606 ac_cv_prog_ac_ct_CXX="$ac_prog"
3607 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3608 break 2
3609 fi
3610 done
3611 done
3612 IFS=$as_save_IFS
3613
3614 fi
3615 fi
3616 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3617 if test -n "$ac_ct_CXX"; then
3618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
3619 $as_echo "$ac_ct_CXX" >&6; }
3620 else
3621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3622 $as_echo "no" >&6; }
3623 fi
3624
3625
3626 test -n "$ac_ct_CXX" && break
3627 done
3628
3629 if test "x$ac_ct_CXX" = x; then
3630 CXX="g++"
3631 else
3632 case $cross_compiling:$ac_tool_warned in
3633 yes:)
3634 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3635 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3636 ac_tool_warned=yes ;;
3637 esac
3638 CXX=$ac_ct_CXX
3639 fi
3640 fi
3641
3642 fi
3643 fi
3644 # Provide some information about the compiler.
3645 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
3646 set X $ac_compile
3647 ac_compiler=$2
3648 for ac_option in --version -v -V -qversion; do
3649 { { ac_try="$ac_compiler $ac_option >&5"
3650 case "(($ac_try" in
3651 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3652 *) ac_try_echo=$ac_try;;
3653 esac
3654 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3655 $as_echo "$ac_try_echo"; } >&5
3656 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3657 ac_status=$?
3658 if test -s conftest.err; then
3659 sed '10a\
3660 ... rest of stderr output deleted ...
3661 10q' conftest.err >conftest.er1
3662 cat conftest.er1 >&5
3663 fi
3664 rm -f conftest.er1 conftest.err
3665 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3666 test $ac_status = 0; }
3667 done
3668
3669 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3670 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3671 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
3672 $as_echo_n "(cached) " >&6
3673 else
3674 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3675 /* end confdefs.h. */
3676
3677 int
3678 main ()
3679 {
3680 #ifndef __GNUC__
3681 choke me
3682 #endif
3683
3684 ;
3685 return 0;
3686 }
3687 _ACEOF
3688 if ac_fn_cxx_try_compile "$LINENO"; then :
3689 ac_compiler_gnu=yes
3690 else
3691 ac_compiler_gnu=no
3692 fi
3693 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3694 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3695
3696 fi
3697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
3698 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3699 if test $ac_compiler_gnu = yes; then
3700 GXX=yes
3701 else
3702 GXX=
3703 fi
3704 ac_test_CXXFLAGS=${CXXFLAGS+set}
3705 ac_save_CXXFLAGS=$CXXFLAGS
3706 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3707 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3708 if test "${ac_cv_prog_cxx_g+set}" = set; then :
3709 $as_echo_n "(cached) " >&6
3710 else
3711 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3712 ac_cxx_werror_flag=yes
3713 ac_cv_prog_cxx_g=no
3714 CXXFLAGS="-g"
3715 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3716 /* end confdefs.h. */
3717
3718 int
3719 main ()
3720 {
3721
3722 ;
3723 return 0;
3724 }
3725 _ACEOF
3726 if ac_fn_cxx_try_compile "$LINENO"; then :
3727 ac_cv_prog_cxx_g=yes
3728 else
3729 CXXFLAGS=""
3730 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3731 /* end confdefs.h. */
3732
3733 int
3734 main ()
3735 {
3736
3737 ;
3738 return 0;
3739 }
3740 _ACEOF
3741 if ac_fn_cxx_try_compile "$LINENO"; then :
3742
3743 else
3744 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3745 CXXFLAGS="-g"
3746 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3747 /* end confdefs.h. */
3748
3749 int
3750 main ()
3751 {
3752
3753 ;
3754 return 0;
3755 }
3756 _ACEOF
3757 if ac_fn_cxx_try_compile "$LINENO"; then :
3758 ac_cv_prog_cxx_g=yes
3759 fi
3760 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3761 fi
3762 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3763 fi
3764 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3765 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3766 fi
3767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
3768 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3769 if test "$ac_test_CXXFLAGS" = set; then
3770 CXXFLAGS=$ac_save_CXXFLAGS
3771 elif test $ac_cv_prog_cxx_g = yes; then
3772 if test "$GXX" = yes; then
3773 CXXFLAGS="-g -O2"
3774 else
3775 CXXFLAGS="-g"
3776 fi
3777 else
3778 if test "$GXX" = yes; then
3779 CXXFLAGS="-O2"
3780 else
3781 CXXFLAGS=
3782 fi
3783 fi
3784 ac_ext=c
3785 ac_cpp='$CPP $CPPFLAGS'
3786 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3787 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3788 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3789
3790 ac_ext=c
3791 ac_cpp='$CPP $CPPFLAGS'
3792 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3793 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3794 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3796 $as_echo_n "checking how to run the C preprocessor... " >&6; }
3797 # On Suns, sometimes $CPP names a directory.
3798 if test -n "$CPP" && test -d "$CPP"; then
3799 CPP=
3800 fi
3801 if test -z "$CPP"; then
3802 if test "${ac_cv_prog_CPP+set}" = set; then :
3803 $as_echo_n "(cached) " >&6
3804 else
3805 # Double quotes because CPP needs to be expanded
3806 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3807 do
3808 ac_preproc_ok=false
3809 for ac_c_preproc_warn_flag in '' yes
3810 do
3811 # Use a header file that comes with gcc, so configuring glibc
3812 # with a fresh cross-compiler works.
3813 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3814 # <limits.h> exists even on freestanding compilers.
3815 # On the NeXT, cc -E runs the code through the compiler's parser,
3816 # not just through cpp. "Syntax error" is here to catch this case.
3817 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3818 /* end confdefs.h. */
3819 #ifdef __STDC__
3820 # include <limits.h>
3821 #else
3822 # include <assert.h>
3823 #endif
3824 Syntax error
3825 _ACEOF
3826 if ac_fn_c_try_cpp "$LINENO"; then :
3827
3828 else
3829 # Broken: fails on valid input.
3830 continue
3831 fi
3832 rm -f conftest.err conftest.$ac_ext
3833
3834 # OK, works on sane cases. Now check whether nonexistent headers
3835 # can be detected and how.
3836 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3837 /* end confdefs.h. */
3838 #include <ac_nonexistent.h>
3839 _ACEOF
3840 if ac_fn_c_try_cpp "$LINENO"; then :
3841 # Broken: success on invalid input.
3842 continue
3843 else
3844 # Passes both tests.
3845 ac_preproc_ok=:
3846 break
3847 fi
3848 rm -f conftest.err conftest.$ac_ext
3849
3850 done
3851 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3852 rm -f conftest.err conftest.$ac_ext
3853 if $ac_preproc_ok; then :
3854 break
3855 fi
3856
3857 done
3858 ac_cv_prog_CPP=$CPP
3859
3860 fi
3861 CPP=$ac_cv_prog_CPP
3862 else
3863 ac_cv_prog_CPP=$CPP
3864 fi
3865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3866 $as_echo "$CPP" >&6; }
3867 ac_preproc_ok=false
3868 for ac_c_preproc_warn_flag in '' yes
3869 do
3870 # Use a header file that comes with gcc, so configuring glibc
3871 # with a fresh cross-compiler works.
3872 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3873 # <limits.h> exists even on freestanding compilers.
3874 # On the NeXT, cc -E runs the code through the compiler's parser,
3875 # not just through cpp. "Syntax error" is here to catch this case.
3876 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3877 /* end confdefs.h. */
3878 #ifdef __STDC__
3879 # include <limits.h>
3880 #else
3881 # include <assert.h>
3882 #endif
3883 Syntax error
3884 _ACEOF
3885 if ac_fn_c_try_cpp "$LINENO"; then :
3886
3887 else
3888 # Broken: fails on valid input.
3889 continue
3890 fi
3891 rm -f conftest.err conftest.$ac_ext
3892
3893 # OK, works on sane cases. Now check whether nonexistent headers
3894 # can be detected and how.
3895 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3896 /* end confdefs.h. */
3897 #include <ac_nonexistent.h>
3898 _ACEOF
3899 if ac_fn_c_try_cpp "$LINENO"; then :
3900 # Broken: success on invalid input.
3901 continue
3902 else
3903 # Passes both tests.
3904 ac_preproc_ok=:
3905 break
3906 fi
3907 rm -f conftest.err conftest.$ac_ext
3908
3909 done
3910 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3911 rm -f conftest.err conftest.$ac_ext
3912 if $ac_preproc_ok; then :
3913
3914 else
3915 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3916 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3917 as_fn_error "C preprocessor \"$CPP\" fails sanity check
3918 See \`config.log' for more details." "$LINENO" 5; }
3919 fi
3920
3921 ac_ext=c
3922 ac_cpp='$CPP $CPPFLAGS'
3923 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3924 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3925 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3926
3927 # Find a good install program. We prefer a C program (faster),
3928 # so one script is as good as another. But avoid the broken or
3929 # incompatible versions:
3930 # SysV /etc/install, /usr/sbin/install
3931 # SunOS /usr/etc/install
3932 # IRIX /sbin/install
3933 # AIX /bin/install
3934 # AmigaOS /C/install, which installs bootblocks on floppy discs
3935 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3936 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3937 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3938 # OS/2's system install, which has a completely different semantic
3939 # ./install, which can be erroneously created by make from ./install.sh.
3940 # Reject install programs that cannot install multiple files.
3941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3942 $as_echo_n "checking for a BSD-compatible install... " >&6; }
3943 if test -z "$INSTALL"; then
3944 if test "${ac_cv_path_install+set}" = set; then :
3945 $as_echo_n "(cached) " >&6
3946 else
3947 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3948 for as_dir in $PATH
3949 do
3950 IFS=$as_save_IFS
3951 test -z "$as_dir" && as_dir=.
3952 # Account for people who put trailing slashes in PATH elements.
3953 case $as_dir/ in #((
3954 ./ | .// | /[cC]/* | \
3955 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3956 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3957 /usr/ucb/* ) ;;
3958 *)
3959 # OSF1 and SCO ODT 3.0 have their own names for install.
3960 # Don't use installbsd from OSF since it installs stuff as root
3961 # by default.
3962 for ac_prog in ginstall scoinst install; do
3963 for ac_exec_ext in '' $ac_executable_extensions; do
3964 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
3965 if test $ac_prog = install &&
3966 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3967 # AIX install. It has an incompatible calling convention.
3968 :
3969 elif test $ac_prog = install &&
3970 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3971 # program-specific install script used by HP pwplus--don't use.
3972 :
3973 else
3974 rm -rf conftest.one conftest.two conftest.dir
3975 echo one > conftest.one
3976 echo two > conftest.two
3977 mkdir conftest.dir
3978 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3979 test -s conftest.one && test -s conftest.two &&
3980 test -s conftest.dir/conftest.one &&
3981 test -s conftest.dir/conftest.two
3982 then
3983 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3984 break 3
3985 fi
3986 fi
3987 fi
3988 done
3989 done
3990 ;;
3991 esac
3992
3993 done
3994 IFS=$as_save_IFS
3995
3996 rm -rf conftest.one conftest.two conftest.dir
3997
3998 fi
3999 if test "${ac_cv_path_install+set}" = set; then
4000 INSTALL=$ac_cv_path_install
4001 else
4002 # As a last resort, use the slow shell script. Don't cache a
4003 # value for INSTALL within a source directory, because that will
4004 # break other packages using the cache if that directory is
4005 # removed, or if the value is a relative name.
4006 INSTALL=$ac_install_sh
4007 fi
4008 fi
4009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
4010 $as_echo "$INSTALL" >&6; }
4011
4012 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4013 # It thinks the first close brace ends the variable substitution.
4014 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4015
4016 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4017
4018 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4019
4020
4021
4022
4023 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4024 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4025 if test "${ac_cv_path_GREP+set}" = set; then :
4026 $as_echo_n "(cached) " >&6
4027 else
4028 if test -z "$GREP"; then
4029 ac_path_GREP_found=false
4030 # Loop through the user's path and test for each of PROGNAME-LIST
4031 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4032 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4033 do
4034 IFS=$as_save_IFS
4035 test -z "$as_dir" && as_dir=.
4036 for ac_prog in grep ggrep; do
4037 for ac_exec_ext in '' $ac_executable_extensions; do
4038 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4039 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4040 # Check for GNU ac_path_GREP and select it if it is found.
4041 # Check for GNU $ac_path_GREP
4042 case `"$ac_path_GREP" --version 2>&1` in
4043 *GNU*)
4044 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4045 *)
4046 ac_count=0
4047 $as_echo_n 0123456789 >"conftest.in"
4048 while :
4049 do
4050 cat "conftest.in" "conftest.in" >"conftest.tmp"
4051 mv "conftest.tmp" "conftest.in"
4052 cp "conftest.in" "conftest.nl"
4053 $as_echo 'GREP' >> "conftest.nl"
4054 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4055 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4056 as_fn_arith $ac_count + 1 && ac_count=$as_val
4057 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4058 # Best one so far, save it but keep looking for a better one
4059 ac_cv_path_GREP="$ac_path_GREP"
4060 ac_path_GREP_max=$ac_count
4061 fi
4062 # 10*(2^10) chars as input seems more than enough
4063 test $ac_count -gt 10 && break
4064 done
4065 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4066 esac
4067
4068 $ac_path_GREP_found && break 3
4069 done
4070 done
4071 done
4072 IFS=$as_save_IFS
4073 if test -z "$ac_cv_path_GREP"; then
4074 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4075 fi
4076 else
4077 ac_cv_path_GREP=$GREP
4078 fi
4079
4080 fi
4081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4082 $as_echo "$ac_cv_path_GREP" >&6; }
4083 GREP="$ac_cv_path_GREP"
4084
4085
4086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4087 $as_echo_n "checking for egrep... " >&6; }
4088 if test "${ac_cv_path_EGREP+set}" = set; then :
4089 $as_echo_n "(cached) " >&6
4090 else
4091 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4092 then ac_cv_path_EGREP="$GREP -E"
4093 else
4094 if test -z "$EGREP"; then
4095 ac_path_EGREP_found=false
4096 # Loop through the user's path and test for each of PROGNAME-LIST
4097 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4098 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4099 do
4100 IFS=$as_save_IFS
4101 test -z "$as_dir" && as_dir=.
4102 for ac_prog in egrep; do
4103 for ac_exec_ext in '' $ac_executable_extensions; do
4104 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4105 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4106 # Check for GNU ac_path_EGREP and select it if it is found.
4107 # Check for GNU $ac_path_EGREP
4108 case `"$ac_path_EGREP" --version 2>&1` in
4109 *GNU*)
4110 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4111 *)
4112 ac_count=0
4113 $as_echo_n 0123456789 >"conftest.in"
4114 while :
4115 do
4116 cat "conftest.in" "conftest.in" >"conftest.tmp"
4117 mv "conftest.tmp" "conftest.in"
4118 cp "conftest.in" "conftest.nl"
4119 $as_echo 'EGREP' >> "conftest.nl"
4120 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4121 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4122 as_fn_arith $ac_count + 1 && ac_count=$as_val
4123 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4124 # Best one so far, save it but keep looking for a better one
4125 ac_cv_path_EGREP="$ac_path_EGREP"
4126 ac_path_EGREP_max=$ac_count
4127 fi
4128 # 10*(2^10) chars as input seems more than enough
4129 test $ac_count -gt 10 && break
4130 done
4131 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4132 esac
4133
4134 $ac_path_EGREP_found && break 3
4135 done
4136 done
4137 done
4138 IFS=$as_save_IFS
4139 if test -z "$ac_cv_path_EGREP"; then
4140 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4141 fi
4142 else
4143 ac_cv_path_EGREP=$EGREP
4144 fi
4145
4146 fi
4147 fi
4148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4149 $as_echo "$ac_cv_path_EGREP" >&6; }
4150 EGREP="$ac_cv_path_EGREP"
4151
4152
4153 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4154 $as_echo_n "checking for ANSI C header files... " >&6; }
4155 if test "${ac_cv_header_stdc+set}" = set; then :
4156 $as_echo_n "(cached) " >&6
4157 else
4158 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4159 /* end confdefs.h. */
4160 #include <stdlib.h>
4161 #include <stdarg.h>
4162 #include <string.h>
4163 #include <float.h>
4164
4165 int
4166 main ()
4167 {
4168
4169 ;
4170 return 0;
4171 }
4172 _ACEOF
4173 if ac_fn_c_try_compile "$LINENO"; then :
4174 ac_cv_header_stdc=yes
4175 else
4176 ac_cv_header_stdc=no
4177 fi
4178 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4179
4180 if test $ac_cv_header_stdc = yes; then
4181 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4182 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4183 /* end confdefs.h. */
4184 #include <string.h>
4185
4186 _ACEOF
4187 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4188 $EGREP "memchr" >/dev/null 2>&1; then :
4189
4190 else
4191 ac_cv_header_stdc=no
4192 fi
4193 rm -f conftest*
4194
4195 fi
4196
4197 if test $ac_cv_header_stdc = yes; then
4198 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4199 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4200 /* end confdefs.h. */
4201 #include <stdlib.h>
4202
4203 _ACEOF
4204 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4205 $EGREP "free" >/dev/null 2>&1; then :
4206
4207 else
4208 ac_cv_header_stdc=no
4209 fi
4210 rm -f conftest*
4211
4212 fi
4213
4214 if test $ac_cv_header_stdc = yes; then
4215 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4216 if test "$cross_compiling" = yes; then :
4217 :
4218 else
4219 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4220 /* end confdefs.h. */
4221 #include <ctype.h>
4222 #include <stdlib.h>
4223 #if ((' ' & 0x0FF) == 0x020)
4224 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4225 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4226 #else
4227 # define ISLOWER(c) \
4228 (('a' <= (c) && (c) <= 'i') \
4229 || ('j' <= (c) && (c) <= 'r') \
4230 || ('s' <= (c) && (c) <= 'z'))
4231 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4232 #endif
4233
4234 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4235 int
4236 main ()
4237 {
4238 int i;
4239 for (i = 0; i < 256; i++)
4240 if (XOR (islower (i), ISLOWER (i))
4241 || toupper (i) != TOUPPER (i))
4242 return 2;
4243 return 0;
4244 }
4245 _ACEOF
4246 if ac_fn_c_try_run "$LINENO"; then :
4247
4248 else
4249 ac_cv_header_stdc=no
4250 fi
4251 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4252 conftest.$ac_objext conftest.beam conftest.$ac_ext
4253 fi
4254
4255 fi
4256 fi
4257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4258 $as_echo "$ac_cv_header_stdc" >&6; }
4259 if test $ac_cv_header_stdc = yes; then
4260
4261 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
4262
4263 fi
4264
4265 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
4266 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4267 inttypes.h stdint.h unistd.h
4268 do :
4269 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4270 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4271 "
4272 eval as_val=\$$as_ac_Header
4273 if test "x$as_val" = x""yes; then :
4274 cat >>confdefs.h <<_ACEOF
4275 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4276 _ACEOF
4277
4278 fi
4279
4280 done
4281
4282
4283
4284 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
4285 if test "x$ac_cv_header_minix_config_h" = x""yes; then :
4286 MINIX=yes
4287 else
4288 MINIX=
4289 fi
4290
4291
4292 if test "$MINIX" = yes; then
4293
4294 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
4295
4296
4297 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
4298
4299
4300 $as_echo "#define _MINIX 1" >>confdefs.h
4301
4302 fi
4303
4304
4305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4306 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
4307 if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
4308 $as_echo_n "(cached) " >&6
4309 else
4310 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4311 /* end confdefs.h. */
4312
4313 # define __EXTENSIONS__ 1
4314 $ac_includes_default
4315 int
4316 main ()
4317 {
4318
4319 ;
4320 return 0;
4321 }
4322 _ACEOF
4323 if ac_fn_c_try_compile "$LINENO"; then :
4324 ac_cv_safe_to_define___extensions__=yes
4325 else
4326 ac_cv_safe_to_define___extensions__=no
4327 fi
4328 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4329 fi
4330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
4331 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
4332 test $ac_cv_safe_to_define___extensions__ = yes &&
4333 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
4334
4335 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
4336
4337 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
4338
4339 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
4340
4341 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
4342
4343
4344
4345
4346 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
4347 $as_echo_n "checking for library containing strerror... " >&6; }
4348 if test "${ac_cv_search_strerror+set}" = set; then :
4349 $as_echo_n "(cached) " >&6
4350 else
4351 ac_func_search_save_LIBS=$LIBS
4352 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4353 /* end confdefs.h. */
4354
4355 /* Override any GCC internal prototype to avoid an error.
4356 Use char because int might match the return type of a GCC
4357 builtin and then its argument prototype would still apply. */
4358 #ifdef __cplusplus
4359 extern "C"
4360 #endif
4361 char strerror ();
4362 int
4363 main ()
4364 {
4365 return strerror ();
4366 ;
4367 return 0;
4368 }
4369 _ACEOF
4370 for ac_lib in '' cposix; do
4371 if test -z "$ac_lib"; then
4372 ac_res="none required"
4373 else
4374 ac_res=-l$ac_lib
4375 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
4376 fi
4377 if ac_fn_c_try_link "$LINENO"; then :
4378 ac_cv_search_strerror=$ac_res
4379 fi
4380 rm -f core conftest.err conftest.$ac_objext \
4381 conftest$ac_exeext
4382 if test "${ac_cv_search_strerror+set}" = set; then :
4383 break
4384 fi
4385 done
4386 if test "${ac_cv_search_strerror+set}" = set; then :
4387
4388 else
4389 ac_cv_search_strerror=no
4390 fi
4391 rm conftest.$ac_ext
4392 LIBS=$ac_func_search_save_LIBS
4393 fi
4394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
4395 $as_echo "$ac_cv_search_strerror" >&6; }
4396 ac_res=$ac_cv_search_strerror
4397 if test "$ac_res" != no; then :
4398 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
4399
4400 fi
4401
4402 ac_ext=cpp
4403 ac_cpp='$CXXCPP $CPPFLAGS'
4404 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4405 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4406 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4407
4408
4409 if test x$GCC = xyes && test x$GXX = xyes; then
4410 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working libsupc++" >&5
4411 $as_echo_n "checking for working libsupc++... " >&6; }
4412 save_CXX="$CXX"
4413 save_LIBS="$LIBS"
4414 CXX="$CC"
4415 LIBS="$LIBS -lsupc++"
4416 LINKER="$CC"
4417
4418 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4419 /* end confdefs.h. */
4420 struct test { }; void f() try { throw new test; } catch (...) { throw; }
4421 int
4422 main ()
4423 {
4424
4425 ;
4426 return 0;
4427 }
4428 _ACEOF
4429 if ac_fn_cxx_try_link "$LINENO"; then :
4430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
4431 $as_echo "ok" >&6; }
4432 else
4433
4434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, making everything bigger and slower" >&5
4435 $as_echo "no, making everything bigger and slower" >&6; }
4436 LIBS="$save_LIBS"
4437 LINKER="$save_CXX"
4438
4439
4440 fi
4441 rm -f core conftest.err conftest.$ac_objext \
4442 conftest$ac_exeext conftest.$ac_ext
4443 CXX="$save_CXX"
4444 fi
4445 LINKER=$LINKER
4446
4447
4448 if test -z "$orig_CXXFLAGS"; then
4449 if test x$GCC = xyes && test "x$GXX" = xyes; then
4450 CXXFLAGS="-g -O3 -fno-rtti -fvisibility-inlines-hidden -fno-threadsafe-statics -fno-enforce-eh-specs"
4451 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4452 /* end confdefs.h. */
4453
4454 int
4455 main ()
4456 {
4457
4458 ;
4459 return 0;
4460 }
4461 _ACEOF
4462 if ac_fn_cxx_try_compile "$LINENO"; then :
4463
4464 else
4465 CXXFLAGS="-g -O3"
4466 fi
4467 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4468 else
4469 CXXFLAGS="-O"
4470 fi
4471 CFLAGS="$CXXFLAGS"
4472 fi
4473
4474 case $host in
4475 *-*-solaris* )
4476
4477 $as_echo "#define _XOPEN_SOURCE 500" >>confdefs.h
4478
4479 ;;
4480 esac
4481
4482 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing setlocale" >&5
4483 $as_echo_n "checking for library containing setlocale... " >&6; }
4484 if test "${ac_cv_search_setlocale+set}" = set; then :
4485 $as_echo_n "(cached) " >&6
4486 else
4487 ac_func_search_save_LIBS=$LIBS
4488 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4489 /* end confdefs.h. */
4490
4491 /* Override any GCC internal prototype to avoid an error.
4492 Use char because int might match the return type of a GCC
4493 builtin and then its argument prototype would still apply. */
4494 #ifdef __cplusplus
4495 extern "C"
4496 #endif
4497 char setlocale ();
4498 int
4499 main ()
4500 {
4501 return setlocale ();
4502 ;
4503 return 0;
4504 }
4505 _ACEOF
4506 for ac_lib in '' xpg4; do
4507 if test -z "$ac_lib"; then
4508 ac_res="none required"
4509 else
4510 ac_res=-l$ac_lib
4511 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
4512 fi
4513 if ac_fn_cxx_try_link "$LINENO"; then :
4514 ac_cv_search_setlocale=$ac_res
4515 fi
4516 rm -f core conftest.err conftest.$ac_objext \
4517 conftest$ac_exeext
4518 if test "${ac_cv_search_setlocale+set}" = set; then :
4519 break
4520 fi
4521 done
4522 if test "${ac_cv_search_setlocale+set}" = set; then :
4523
4524 else
4525 ac_cv_search_setlocale=no
4526 fi
4527 rm conftest.$ac_ext
4528 LIBS=$ac_func_search_save_LIBS
4529 fi
4530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_setlocale" >&5
4531 $as_echo "$ac_cv_search_setlocale" >&6; }
4532 ac_res=$ac_cv_search_setlocale
4533 if test "$ac_res" != no; then :
4534 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
4535
4536 fi
4537
4538
4539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
4540 $as_echo_n "checking for library containing gethostbyname... " >&6; }
4541 if test "${ac_cv_search_gethostbyname+set}" = set; then :
4542 $as_echo_n "(cached) " >&6
4543 else
4544 ac_func_search_save_LIBS=$LIBS
4545 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4546 /* end confdefs.h. */
4547
4548 /* Override any GCC internal prototype to avoid an error.
4549 Use char because int might match the return type of a GCC
4550 builtin and then its argument prototype would still apply. */
4551 #ifdef __cplusplus
4552 extern "C"
4553 #endif
4554 char gethostbyname ();
4555 int
4556 main ()
4557 {
4558 return gethostbyname ();
4559 ;
4560 return 0;
4561 }
4562 _ACEOF
4563 for ac_lib in '' nsl; do
4564 if test -z "$ac_lib"; then
4565 ac_res="none required"
4566 else
4567 ac_res=-l$ac_lib
4568 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
4569 fi
4570 if ac_fn_cxx_try_link "$LINENO"; then :
4571 ac_cv_search_gethostbyname=$ac_res
4572 fi
4573 rm -f core conftest.err conftest.$ac_objext \
4574 conftest$ac_exeext
4575 if test "${ac_cv_search_gethostbyname+set}" = set; then :
4576 break
4577 fi
4578 done
4579 if test "${ac_cv_search_gethostbyname+set}" = set; then :
4580
4581 else
4582 ac_cv_search_gethostbyname=no
4583 fi
4584 rm conftest.$ac_ext
4585 LIBS=$ac_func_search_save_LIBS
4586 fi
4587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
4588 $as_echo "$ac_cv_search_gethostbyname" >&6; }
4589 ac_res=$ac_cv_search_gethostbyname
4590 if test "$ac_res" != no; then :
4591 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
4592
4593 fi
4594
4595 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing socket" >&5
4596 $as_echo_n "checking for library containing socket... " >&6; }
4597 if test "${ac_cv_search_socket+set}" = set; then :
4598 $as_echo_n "(cached) " >&6
4599 else
4600 ac_func_search_save_LIBS=$LIBS
4601 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4602 /* end confdefs.h. */
4603
4604 /* Override any GCC internal prototype to avoid an error.
4605 Use char because int might match the return type of a GCC
4606 builtin and then its argument prototype would still apply. */
4607 #ifdef __cplusplus
4608 extern "C"
4609 #endif
4610 char socket ();
4611 int
4612 main ()
4613 {
4614 return socket ();
4615 ;
4616 return 0;
4617 }
4618 _ACEOF
4619 for ac_lib in '' socket; do
4620 if test -z "$ac_lib"; then
4621 ac_res="none required"
4622 else
4623 ac_res=-l$ac_lib
4624 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
4625 fi
4626 if ac_fn_cxx_try_link "$LINENO"; then :
4627 ac_cv_search_socket=$ac_res
4628 fi
4629 rm -f core conftest.err conftest.$ac_objext \
4630 conftest$ac_exeext
4631 if test "${ac_cv_search_socket+set}" = set; then :
4632 break
4633 fi
4634 done
4635 if test "${ac_cv_search_socket+set}" = set; then :
4636
4637 else
4638 ac_cv_search_socket=no
4639 fi
4640 rm conftest.$ac_ext
4641 LIBS=$ac_func_search_save_LIBS
4642 fi
4643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_socket" >&5
4644 $as_echo "$ac_cv_search_socket" >&6; }
4645 ac_res=$ac_cv_search_socket
4646 if test "$ac_res" != no; then :
4647 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
4648
4649 fi
4650
4651
4652 support_frills=yes
4653 support_inheritpixmap=yes
4654 support_fading=yes
4655 support_keepscrolling=yes
4656 support_selectionscrolling=yes
4657 support_mousewheel=yes
4658 support_mouseslipwheel=yes
4659 support_text_blink=yes
4660 support_pointer_blank=yes
4661 support_scroll_rxvt=yes
4662 support_scroll_next=yes
4663 support_scroll_xterm=yes
4664 support_xim=yes
4665 support_afterimage=yes
4666 support_afterstep=yes
4667 support_xft=yes
4668 support_unicode3=no
4669 support_combining=yes
4670 support_8bitctrls=no
4671 support_iso14755=yes
4672 support_styles=yes
4673 support_perl=yes
4674 codesets=all
4675
4676
4677 # Check whether --enable-everything was given.
4678 if test "${enable_everything+set}" = set; then :
4679 enableval=$enable_everything;
4680 if test x$enableval = xno; then
4681 support_frills=no
4682 support_inheritpixmap=no
4683 support_fading=no
4684 support_keepscrolling=no
4685 support_selectionscrolling=no
4686 support_lastlog=no
4687 support_mousewheel=no
4688 support_mouseslipwheel=no
4689 support_text_blink=no
4690 support_pointer_blank=no
4691 support_scroll_rxvt=no
4692 support_scroll_next=no
4693 support_scroll_xterm=no
4694 support_utmp=no
4695 support_wtmp=no
4696 support_xim=no
4697 support_afterimage=no
4698 support_afterstep=no
4699 support_xft=no
4700 support_unicode3=no
4701 support_combining=no
4702 support_8bitctrls=no
4703 support_iso14755=no
4704 support_styles=no
4705 support_perl=no
4706 codesets=
4707 fi
4708 if test x$enableval = xyes; then
4709 support_frills=yes
4710 support_inheritpixmap=yes
4711 support_fading=yes
4712 support_keepscrolling=yes
4713 support_selectionscrolling=yes
4714 support_lastlog=yes
4715 support_mousewheel=yes
4716 support_mouseslipwheel=yes
4717 support_text_blink=yes
4718 support_pointer_blank=yes
4719 support_scroll_rxvt=yes
4720 support_scroll_next=yes
4721 support_scroll_xterm=yes
4722 support_utmp=yes
4723 support_wtmp=yes
4724 support_xim=yes
4725 support_afterimage=yes
4726 support_afterstep=yes
4727 support_xft=yes
4728 support_unicode3=yes
4729 support_combining=yes
4730 #support_8bitctrls=yes
4731 support_iso14755=yes
4732 support_styles=yes
4733 support_perl=yes
4734 codesets=all
4735 fi
4736
4737 fi
4738
4739
4740 ASSERTIONS=no
4741 # Check whether --enable-assert was given.
4742 if test "${enable_assert+set}" = set; then :
4743 enableval=$enable_assert; if test x$enableval = xyes; then
4744 ASSERTIONS=yes
4745 fi
4746 fi
4747
4748 if test x$ASSERTIONS = xno; then
4749
4750 $as_echo "#define NDEBUG 1" >>confdefs.h
4751
4752 fi
4753
4754 WARNINGS=no
4755 # Check whether --enable-warnings was given.
4756 if test "${enable_warnings+set}" = set; then :
4757 enableval=$enable_warnings; if test x$enableval = xyes; then
4758 WARNINGS=yes
4759 fi
4760 fi
4761
4762 if test x$GXX = xyes; then
4763 if test $WARNINGS = yes; then
4764 save_CXXFLAGS="$CXXFLAGS"
4765 CXXFLAGS="$CXXFLAGS -Wall -Wno-sign-compare -Wno-reorder -Wno-non-virtual-dtor"
4766 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4767 /* end confdefs.h. */
4768
4769 int
4770 main ()
4771 {
4772
4773 ;
4774 return 0;
4775 }
4776 _ACEOF
4777 if ac_fn_cxx_try_compile "$LINENO"; then :
4778
4779 else
4780 CXXFLAGS="$save_CXXFLAGS"
4781 fi
4782 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4783 else
4784 CXXFLAGS="$CXXFLAGS -w"
4785 fi
4786 fi
4787
4788 support_256_color=no
4789 # Check whether --enable-256-color was given.
4790 if test "${enable_256_color+set}" = set; then :
4791 enableval=$enable_256_color; if test x$enableval = xyes; then
4792 support_256_color=yes
4793 fi
4794 fi
4795
4796 if test x$support_256_color = xyes; then
4797
4798 $as_echo "#define USE_256_COLORS 1" >>confdefs.h
4799
4800 fi
4801
4802 # Check whether --enable-unicode3 was given.
4803 if test "${enable_unicode3+set}" = set; then :
4804 enableval=$enable_unicode3; if test x$enableval = xyes -o x$enableval = xno; then
4805 support_unicode3=$enableval
4806 fi
4807 fi
4808
4809
4810 # Check whether --enable-combining was given.
4811 if test "${enable_combining+set}" = set; then :
4812 enableval=$enable_combining; if test x$enableval = xyes -o x$enableval = xno; then
4813 support_combining=$enableval
4814 fi
4815 fi
4816
4817
4818 # Check whether --enable-xft was given.
4819 if test "${enable_xft+set}" = set; then :
4820 enableval=$enable_xft; if test x$enableval = xyes -o x$enableval = xno; then
4821 support_xft=$enableval
4822 fi
4823 fi
4824
4825
4826 # Check whether --enable-font-styles was given.
4827 if test "${enable_font_styles+set}" = set; then :
4828 enableval=$enable_font_styles; if test x$enableval = xyes -o x$enableval = xno; then
4829 support_styles=$enableval
4830 fi
4831 fi
4832
4833
4834 # Check whether --enable-afterimage was given.
4835 if test "${enable_afterimage+set}" = set; then :
4836 enableval=$enable_afterimage; if test x$enableval = xyes -o x$enableval = xno; then
4837 support_afterimage=$enableval
4838 fi
4839 fi
4840
4841
4842
4843 # Check whether --with-afterimage_config was given.
4844 if test "${with_afterimage_config+set}" = set; then :
4845 withval=$with_afterimage_config; if test "x$withval" != x; then
4846 afterimage_config=$withval/afterimage-config
4847 fi
4848 fi
4849
4850
4851
4852 # Check whether --enable-pixbuf was given.
4853 if test "${enable_pixbuf+set}" = set; then :
4854 enableval=$enable_pixbuf; if test x$enableval = xyes -o x$enableval = xno; then
4855 support_pixbuf=$enableval
4856 fi
4857 fi
4858
4859
4860 # Check whether --enable-transparency was given.
4861 if test "${enable_transparency+set}" = set; then :
4862 enableval=$enable_transparency; if test x$enableval = xyes -o x$enableval = xno; then
4863 support_inheritpixmap=$enableval
4864 fi
4865 fi
4866
4867
4868 # Check whether --enable-fading was given.
4869 if test "${enable_fading+set}" = set; then :
4870 enableval=$enable_fading; if test x$enableval = xyes -o x$enableval = xno; then
4871 support_fading=$enableval
4872 fi
4873 fi
4874
4875
4876 # Check whether --enable-rxvt-scroll was given.
4877 if test "${enable_rxvt_scroll+set}" = set; then :
4878 enableval=$enable_rxvt_scroll; if test x$enableval = xyes -o x$enableval = xno; then
4879 support_scroll_rxvt=$enableval
4880 fi
4881 fi
4882
4883
4884 # Check whether --enable-next-scroll was given.
4885 if test "${enable_next_scroll+set}" = set; then :
4886 enableval=$enable_next_scroll; if test x$enableval = xyes -o x$enableval = xno; then
4887 support_scroll_next=$enableval
4888 fi
4889 fi
4890
4891
4892 # Check whether --enable-xterm-scroll was given.
4893 if test "${enable_xterm_scroll+set}" = set; then :
4894 enableval=$enable_xterm_scroll; if test x$enableval = xyes -o x$enableval = xno; then
4895 support_scroll_xterm=$enableval
4896 fi
4897 fi
4898
4899
4900 # Check whether --enable-perl was given.
4901 if test "${enable_perl+set}" = set; then :
4902 enableval=$enable_perl; if test x$enableval = xyes -o x$enableval = xno; then
4903 support_perl=$enableval
4904 fi
4905 fi
4906
4907
4908
4909 # Check whether --with-codesets was given.
4910 if test "${with_codesets+set}" = set; then :
4911 withval=$with_codesets; codesets="$withval"
4912 fi
4913
4914
4915 # Check whether --enable-xim was given.
4916 if test "${enable_xim+set}" = set; then :
4917 enableval=$enable_xim; if test x$enableval = xyes -o x$enableval = xno; then
4918 support_xim=$enableval
4919 fi
4920 fi
4921
4922
4923 # Check whether --enable-backspace-key was given.
4924 if test "${enable_backspace_key+set}" = set; then :
4925 enableval=$enable_backspace_key; if test x$enableval = xno; then
4926
4927 $as_echo "#define NO_BACKSPACE_KEY 1" >>confdefs.h
4928
4929 fi
4930 fi
4931
4932
4933 # Check whether --enable-delete-key was given.
4934 if test "${enable_delete_key+set}" = set; then :
4935 enableval=$enable_delete_key; if test x$enableval = xno; then
4936
4937 $as_echo "#define NO_DELETE_KEY 1" >>confdefs.h
4938
4939 fi
4940 fi
4941
4942
4943 # Check whether --enable-resources was given.
4944 if test "${enable_resources+set}" = set; then :
4945 enableval=$enable_resources; if test x$enableval = xno; then
4946
4947 $as_echo "#define NO_RESOURCES 1" >>confdefs.h
4948
4949 fi
4950 fi
4951
4952
4953 # Check whether --enable-8bitctrls was given.
4954 if test "${enable_8bitctrls+set}" = set; then :
4955 enableval=$enable_8bitctrls; if test x$enableval = xyes -o x$enableval = xno; then
4956 support_8bitctrls=$enableval
4957 fi
4958 fi
4959
4960
4961 RESFALLBACK=Rxvt
4962 # Check whether --enable-fallback was given.
4963 if test "${enable_fallback+set}" = set; then :
4964 enableval=$enable_fallback;
4965 test x$enableval = xyes && enableval=Rxvt
4966 test x$enableval = xno && enableval=
4967 RESFALLBACK="$enableval"
4968
4969 fi
4970
4971
4972 if test x$RESFALLBACK != x; then
4973
4974 cat >>confdefs.h <<_ACEOF
4975 #define RESFALLBACK "$RESFALLBACK"
4976 _ACEOF
4977
4978 fi
4979
4980 RESNAME=urxvt
4981
4982 # Check whether --with-res-name was given.
4983 if test "${with_res_name+set}" = set; then :
4984 withval=$with_res_name; RESNAME="$withval"
4985 fi
4986
4987
4988 cat >>confdefs.h <<_ACEOF
4989 #define RESNAME "$RESNAME"
4990 _ACEOF
4991
4992
4993 RESCLASS=URxvt
4994
4995 # Check whether --with-res-class was given.
4996 if test "${with_res_class+set}" = set; then :
4997 withval=$with_res_class; RESCLASS="$withval"
4998 fi
4999
5000
5001 cat >>confdefs.h <<_ACEOF
5002 #define RESCLASS "$RESCLASS"
5003 _ACEOF
5004
5005
5006 RXVTNAME=urxvt
5007
5008 # Check whether --with-name was given.
5009 if test "${with_name+set}" = set; then :
5010 withval=$with_name; RXVTNAME="$withval"
5011 fi
5012
5013
5014 cat >>confdefs.h <<_ACEOF
5015 #define RXVTNAME "$RXVTNAME"
5016 _ACEOF
5017
5018
5019
5020
5021 # Check whether --enable-swapscreen was given.
5022 if test "${enable_swapscreen+set}" = set; then :
5023 enableval=$enable_swapscreen; if test x$enableval = xno; then
5024
5025 $as_echo "#define NO_SECONDARY_SCREEN 1" >>confdefs.h
5026
5027 fi
5028 fi
5029
5030
5031 # Check whether --enable-iso14755 was given.
5032 if test "${enable_iso14755+set}" = set; then :
5033 enableval=$enable_iso14755; if test x$enableval = xyes -o x$enableval = xno; then
5034 support_iso14755=$enableval
5035 fi
5036 fi
5037
5038
5039 # Check whether --enable-frills was given.
5040 if test "${enable_frills+set}" = set; then :
5041 enableval=$enable_frills; if test x$enableval = xyes -o x$enableval = xno; then
5042 support_frills=$enableval
5043 fi
5044 fi
5045
5046
5047 # Check whether --enable-keepscrolling was given.
5048 if test "${enable_keepscrolling+set}" = set; then :
5049 enableval=$enable_keepscrolling; if test x$enableval = xyes -o x$enableval = xno; then
5050 support_keepscrolling=$enableval
5051 fi
5052 fi
5053
5054
5055 # Check whether --enable-selectionscrolling was given.
5056 if test "${enable_selectionscrolling+set}" = set; then :
5057 enableval=$enable_selectionscrolling; if test x$enableval = xyes -o x$enableval = xno; then
5058 support_selectionscrolling=$enableval
5059 fi
5060 fi
5061
5062
5063 # Check whether --enable-mousewheel was given.
5064 if test "${enable_mousewheel+set}" = set; then :
5065 enableval=$enable_mousewheel; if test x$enableval = xyes -o x$enableval = xno; then
5066 support_mousewheel=$enableval
5067 fi
5068 fi
5069
5070
5071 # Check whether --enable-slipwheeling was given.
5072 if test "${enable_slipwheeling+set}" = set; then :
5073 enableval=$enable_slipwheeling; if test x$enableval = xyes -o x$enableval = xno; then
5074 support_mouseslipwheel=$enableval
5075 fi
5076 fi
5077
5078
5079 # Check whether --enable-smart-resize was given.
5080 if test "${enable_smart_resize+set}" = set; then :
5081 enableval=$enable_smart_resize; if test x$enableval = xyes; then
5082
5083 $as_echo "#define SMART_RESIZE 1" >>confdefs.h
5084
5085 fi
5086 fi
5087
5088
5089 # Check whether --enable-text-blink was given.
5090 if test "${enable_text_blink+set}" = set; then :
5091 enableval=$enable_text_blink; if test x$enableval = xyes -o x$enableval = xno; then
5092 support_text_blink=$enableval
5093 fi
5094 fi
5095
5096
5097 # Check whether --enable-pointer-blank was given.
5098 if test "${enable_pointer_blank+set}" = set; then :
5099 enableval=$enable_pointer_blank; if test x$enableval = xyes -o x$enableval = xno; then
5100 support_pointer_blank=$enableval
5101 fi
5102 fi
5103
5104
5105
5106 # Check whether --with-term was given.
5107 if test "${with_term+set}" = set; then :
5108 withval=$with_term; if test x$withval != x; then
5109
5110 cat >>confdefs.h <<_ACEOF
5111 #define TERMENV "$withval"
5112 _ACEOF
5113 term="$withval"
5114 fi
5115 fi
5116
5117
5118
5119 # Check whether --with-terminfo was given.
5120 if test "${with_terminfo+set}" = set; then :
5121 withval=$with_terminfo; if test x$withval != x; then
5122
5123 cat >>confdefs.h <<_ACEOF
5124 #define RXVT_TERMINFO "$withval"
5125 _ACEOF
5126 terminfo="$withval"
5127 fi
5128 fi
5129
5130
5131
5132 LIBEV_M4_AVOID_LIBRT=1
5133
5134 ac_ext=cpp
5135 ac_cpp='$CXXCPP $CPPFLAGS'
5136 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5137 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5138 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5139 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
5140 $as_echo_n "checking how to run the C++ preprocessor... " >&6; }
5141 if test -z "$CXXCPP"; then
5142 if test "${ac_cv_prog_CXXCPP+set}" = set; then :
5143 $as_echo_n "(cached) " >&6
5144 else
5145 # Double quotes because CXXCPP needs to be expanded
5146 for CXXCPP in "$CXX -E" "/lib/cpp"
5147 do
5148 ac_preproc_ok=false
5149 for ac_cxx_preproc_warn_flag in '' yes
5150 do
5151 # Use a header file that comes with gcc, so configuring glibc
5152 # with a fresh cross-compiler works.
5153 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5154 # <limits.h> exists even on freestanding compilers.
5155 # On the NeXT, cc -E runs the code through the compiler's parser,
5156 # not just through cpp. "Syntax error" is here to catch this case.
5157 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5158 /* end confdefs.h. */
5159 #ifdef __STDC__
5160 # include <limits.h>
5161 #else
5162 # include <assert.h>
5163 #endif
5164 Syntax error
5165 _ACEOF
5166 if ac_fn_cxx_try_cpp "$LINENO"; then :
5167
5168 else
5169 # Broken: fails on valid input.
5170 continue
5171 fi
5172 rm -f conftest.err conftest.$ac_ext
5173
5174 # OK, works on sane cases. Now check whether nonexistent headers
5175 # can be detected and how.
5176 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5177 /* end confdefs.h. */
5178 #include <ac_nonexistent.h>
5179 _ACEOF
5180 if ac_fn_cxx_try_cpp "$LINENO"; then :
5181 # Broken: success on invalid input.
5182 continue
5183 else
5184 # Passes both tests.
5185 ac_preproc_ok=:
5186 break
5187 fi
5188 rm -f conftest.err conftest.$ac_ext
5189
5190 done
5191 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5192 rm -f conftest.err conftest.$ac_ext
5193 if $ac_preproc_ok; then :
5194 break
5195 fi
5196
5197 done
5198 ac_cv_prog_CXXCPP=$CXXCPP
5199
5200 fi
5201 CXXCPP=$ac_cv_prog_CXXCPP
5202 else
5203 ac_cv_prog_CXXCPP=$CXXCPP
5204 fi
5205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXXCPP" >&5
5206 $as_echo "$CXXCPP" >&6; }
5207 ac_preproc_ok=false
5208 for ac_cxx_preproc_warn_flag in '' yes
5209 do
5210 # Use a header file that comes with gcc, so configuring glibc
5211 # with a fresh cross-compiler works.
5212 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5213 # <limits.h> exists even on freestanding compilers.
5214 # On the NeXT, cc -E runs the code through the compiler's parser,
5215 # not just through cpp. "Syntax error" is here to catch this case.
5216 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5217 /* end confdefs.h. */
5218 #ifdef __STDC__
5219 # include <limits.h>
5220 #else
5221 # include <assert.h>
5222 #endif
5223 Syntax error
5224 _ACEOF
5225 if ac_fn_cxx_try_cpp "$LINENO"; then :
5226
5227 else
5228 # Broken: fails on valid input.
5229 continue
5230 fi
5231 rm -f conftest.err conftest.$ac_ext
5232
5233 # OK, works on sane cases. Now check whether nonexistent headers
5234 # can be detected and how.
5235 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5236 /* end confdefs.h. */
5237 #include <ac_nonexistent.h>
5238 _ACEOF
5239 if ac_fn_cxx_try_cpp "$LINENO"; then :
5240 # Broken: success on invalid input.
5241 continue
5242 else
5243 # Passes both tests.
5244 ac_preproc_ok=:
5245 break
5246 fi
5247 rm -f conftest.err conftest.$ac_ext
5248
5249 done
5250 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5251 rm -f conftest.err conftest.$ac_ext
5252 if $ac_preproc_ok; then :
5253
5254 else
5255 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5256 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5257 as_fn_error "C++ preprocessor \"$CXXCPP\" fails sanity check
5258 See \`config.log' for more details." "$LINENO" 5; }
5259 fi
5260
5261 ac_ext=cpp
5262 ac_cpp='$CXXCPP $CPPFLAGS'
5263 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5264 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5265 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5266
5267
5268 for ac_header in sys/inotify.h sys/epoll.h sys/event.h port.h poll.h sys/select.h sys/eventfd.h sys/signalfd.h
5269 do :
5270 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5271 ac_fn_cxx_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
5272 eval as_val=\$$as_ac_Header
5273 if test "x$as_val" = x""yes; then :
5274 cat >>confdefs.h <<_ACEOF
5275 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5276 _ACEOF
5277
5278 fi
5279
5280 done
5281
5282
5283 for ac_func in inotify_init epoll_ctl kqueue port_create poll select eventfd signalfd
5284 do :
5285 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
5286 ac_fn_cxx_check_func "$LINENO" "$ac_func" "$as_ac_var"
5287 eval as_val=\$$as_ac_var
5288 if test "x$as_val" = x""yes; then :
5289 cat >>confdefs.h <<_ACEOF
5290 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
5291 _ACEOF
5292
5293 fi
5294 done
5295
5296
5297 ac_fn_cxx_check_func "$LINENO" "clock_gettime" "ac_cv_func_clock_gettime"
5298 if test "x$ac_cv_func_clock_gettime" = x""yes; then :
5299
5300 else
5301
5302 if test $(uname) = Linux; then
5303 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clock_gettime syscall" >&5
5304 $as_echo_n "checking for clock_gettime syscall... " >&6; }
5305 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5306 /* end confdefs.h. */
5307 #include <unistd.h>
5308 #include <sys/syscall.h>
5309 #include <time.h>
5310 int
5311 main ()
5312 {
5313 struct timespec ts; int status = syscall (SYS_clock_gettime, CLOCK_REALTIME, &ts)
5314 ;
5315 return 0;
5316 }
5317 _ACEOF
5318 if ac_fn_cxx_try_link "$LINENO"; then :
5319 ac_have_clock_syscall=1
5320
5321 $as_echo "#define HAVE_CLOCK_SYSCALL 1" >>confdefs.h
5322
5323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5324 $as_echo "yes" >&6; }
5325 else
5326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5327 $as_echo "no" >&6; }
5328 fi
5329 rm -f core conftest.err conftest.$ac_objext \
5330 conftest$ac_exeext conftest.$ac_ext
5331 fi
5332 if test -z "$LIBEV_M4_AVOID_LIBRT" && test -z "$ac_have_clock_syscall"; then
5333 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clock_gettime in -lrt" >&5
5334 $as_echo_n "checking for clock_gettime in -lrt... " >&6; }
5335 if test "${ac_cv_lib_rt_clock_gettime+set}" = set; then :
5336 $as_echo_n "(cached) " >&6
5337 else
5338 ac_check_lib_save_LIBS=$LIBS
5339 LIBS="-lrt $LIBS"
5340 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5341 /* end confdefs.h. */
5342
5343 /* Override any GCC internal prototype to avoid an error.
5344 Use char because int might match the return type of a GCC
5345 builtin and then its argument prototype would still apply. */
5346 #ifdef __cplusplus
5347 extern "C"
5348 #endif
5349 char clock_gettime ();
5350 int
5351 main ()
5352 {
5353 return clock_gettime ();
5354 ;
5355 return 0;
5356 }
5357 _ACEOF
5358 if ac_fn_cxx_try_link "$LINENO"; then :
5359 ac_cv_lib_rt_clock_gettime=yes
5360 else
5361 ac_cv_lib_rt_clock_gettime=no
5362 fi
5363 rm -f core conftest.err conftest.$ac_objext \
5364 conftest$ac_exeext conftest.$ac_ext
5365 LIBS=$ac_check_lib_save_LIBS
5366 fi
5367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_rt_clock_gettime" >&5
5368 $as_echo "$ac_cv_lib_rt_clock_gettime" >&6; }
5369 if test "x$ac_cv_lib_rt_clock_gettime" = x""yes; then :
5370 cat >>confdefs.h <<_ACEOF
5371 #define HAVE_LIBRT 1
5372 _ACEOF
5373
5374 LIBS="-lrt $LIBS"
5375
5376 fi
5377
5378 unset ac_cv_func_clock_gettime
5379 for ac_func in clock_gettime
5380 do :
5381 ac_fn_cxx_check_func "$LINENO" "clock_gettime" "ac_cv_func_clock_gettime"
5382 if test "x$ac_cv_func_clock_gettime" = x""yes; then :
5383 cat >>confdefs.h <<_ACEOF
5384 #define HAVE_CLOCK_GETTIME 1
5385 _ACEOF
5386
5387 fi
5388 done
5389
5390 fi
5391
5392 fi
5393
5394
5395 ac_fn_cxx_check_func "$LINENO" "nanosleep" "ac_cv_func_nanosleep"
5396 if test "x$ac_cv_func_nanosleep" = x""yes; then :
5397
5398 else
5399
5400 if test -z "$LIBEV_M4_AVOID_LIBRT"; then
5401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nanosleep in -lrt" >&5
5402 $as_echo_n "checking for nanosleep in -lrt... " >&6; }
5403 if test "${ac_cv_lib_rt_nanosleep+set}" = set; then :
5404 $as_echo_n "(cached) " >&6
5405 else
5406 ac_check_lib_save_LIBS=$LIBS
5407 LIBS="-lrt $LIBS"
5408 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5409 /* end confdefs.h. */
5410
5411 /* Override any GCC internal prototype to avoid an error.
5412 Use char because int might match the return type of a GCC
5413 builtin and then its argument prototype would still apply. */
5414 #ifdef __cplusplus
5415 extern "C"
5416 #endif
5417 char nanosleep ();
5418 int
5419 main ()
5420 {
5421 return nanosleep ();
5422 ;
5423 return 0;
5424 }
5425 _ACEOF
5426 if ac_fn_cxx_try_link "$LINENO"; then :
5427 ac_cv_lib_rt_nanosleep=yes
5428 else
5429 ac_cv_lib_rt_nanosleep=no
5430 fi
5431 rm -f core conftest.err conftest.$ac_objext \
5432 conftest$ac_exeext conftest.$ac_ext
5433 LIBS=$ac_check_lib_save_LIBS
5434 fi
5435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_rt_nanosleep" >&5
5436 $as_echo "$ac_cv_lib_rt_nanosleep" >&6; }
5437 if test "x$ac_cv_lib_rt_nanosleep" = x""yes; then :
5438 cat >>confdefs.h <<_ACEOF
5439 #define HAVE_LIBRT 1
5440 _ACEOF
5441
5442 LIBS="-lrt $LIBS"
5443
5444 fi
5445
5446 unset ac_cv_func_nanosleep
5447 for ac_func in nanosleep
5448 do :
5449 ac_fn_cxx_check_func "$LINENO" "nanosleep" "ac_cv_func_nanosleep"
5450 if test "x$ac_cv_func_nanosleep" = x""yes; then :
5451 cat >>confdefs.h <<_ACEOF
5452 #define HAVE_NANOSLEEP 1
5453 _ACEOF
5454
5455 fi
5456 done
5457
5458 fi
5459
5460 fi
5461
5462
5463 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ceil in -lm" >&5
5464 $as_echo_n "checking for ceil in -lm... " >&6; }
5465 if test "${ac_cv_lib_m_ceil+set}" = set; then :
5466 $as_echo_n "(cached) " >&6
5467 else
5468 ac_check_lib_save_LIBS=$LIBS
5469 LIBS="-lm $LIBS"
5470 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5471 /* end confdefs.h. */
5472
5473 /* Override any GCC internal prototype to avoid an error.
5474 Use char because int might match the return type of a GCC
5475 builtin and then its argument prototype would still apply. */
5476 #ifdef __cplusplus
5477 extern "C"
5478 #endif
5479 char ceil ();
5480 int
5481 main ()
5482 {
5483 return ceil ();
5484 ;
5485 return 0;
5486 }
5487 _ACEOF
5488 if ac_fn_cxx_try_link "$LINENO"; then :
5489 ac_cv_lib_m_ceil=yes
5490 else
5491 ac_cv_lib_m_ceil=no
5492 fi
5493 rm -f core conftest.err conftest.$ac_objext \
5494 conftest$ac_exeext conftest.$ac_ext
5495 LIBS=$ac_check_lib_save_LIBS
5496 fi
5497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_ceil" >&5
5498 $as_echo "$ac_cv_lib_m_ceil" >&6; }
5499 if test "x$ac_cv_lib_m_ceil" = x""yes; then :
5500 cat >>confdefs.h <<_ACEOF
5501 #define HAVE_LIBM 1
5502 _ACEOF
5503
5504 LIBS="-lm $LIBS"
5505
5506 fi
5507
5508
5509
5510
5511
5512 # Extract the first word of "tic", so it can be a program name with args.
5513 set dummy tic; ac_word=$2
5514 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5515 $as_echo_n "checking for $ac_word... " >&6; }
5516 if test "${ac_cv_path_TIC+set}" = set; then :
5517 $as_echo_n "(cached) " >&6
5518 else
5519 case $TIC in
5520 [\\/]* | ?:[\\/]*)
5521 ac_cv_path_TIC="$TIC" # Let the user override the test with a path.
5522 ;;
5523 *)
5524 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5525 for as_dir in $PATH
5526 do
5527 IFS=$as_save_IFS
5528 test -z "$as_dir" && as_dir=.
5529 for ac_exec_ext in '' $ac_executable_extensions; do
5530 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5531 ac_cv_path_TIC="$as_dir/$ac_word$ac_exec_ext"
5532 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5533 break 2
5534 fi
5535 done
5536 done
5537 IFS=$as_save_IFS
5538
5539 test -z "$ac_cv_path_TIC" && ac_cv_path_TIC=":"
5540 ;;
5541 esac
5542 fi
5543 TIC=$ac_cv_path_TIC
5544 if test -n "$TIC"; then
5545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $TIC" >&5
5546 $as_echo "$TIC" >&6; }
5547 else
5548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5549 $as_echo "no" >&6; }
5550 fi
5551
5552
5553
5554 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
5555 $as_echo_n "checking for X... " >&6; }
5556
5557
5558 # Check whether --with-x was given.
5559 if test "${with_x+set}" = set; then :
5560 withval=$with_x;
5561 fi
5562
5563 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
5564 if test "x$with_x" = xno; then
5565 # The user explicitly disabled X.
5566 have_x=disabled
5567 else
5568 case $x_includes,$x_libraries in #(
5569 *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(
5570 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
5571 $as_echo_n "(cached) " >&6
5572 else
5573 # One or both of the vars are not set, and there is no cached value.
5574 ac_x_includes=no ac_x_libraries=no
5575 rm -f -r conftest.dir
5576 if mkdir conftest.dir; then
5577 cd conftest.dir
5578 cat >Imakefile <<'_ACEOF'
5579 incroot:
5580 @echo incroot='${INCROOT}'
5581 usrlibdir:
5582 @echo usrlibdir='${USRLIBDIR}'
5583 libdir:
5584 @echo libdir='${LIBDIR}'
5585 _ACEOF
5586 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
5587 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
5588 for ac_var in incroot usrlibdir libdir; do
5589 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
5590 done
5591 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
5592 for ac_extension in a so sl dylib la dll; do
5593 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
5594 test -f "$ac_im_libdir/libX11.$ac_extension"; then
5595 ac_im_usrlibdir=$ac_im_libdir; break
5596 fi
5597 done
5598 # Screen out bogus values from the imake configuration. They are
5599 # bogus both because they are the default anyway, and because
5600 # using them would break gcc on systems where it needs fixed includes.
5601 case $ac_im_incroot in
5602 /usr/include) ac_x_includes= ;;
5603 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
5604 esac
5605 case $ac_im_usrlibdir in
5606 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
5607 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
5608 esac
5609 fi
5610 cd ..
5611 rm -f -r conftest.dir
5612 fi
5613
5614 # Standard set of common directories for X headers.
5615 # Check X11 before X11Rn because it is often a symlink to the current release.
5616 ac_x_header_dirs='
5617 /usr/X11/include
5618 /usr/X11R7/include
5619 /usr/X11R6/include
5620 /usr/X11R5/include
5621 /usr/X11R4/include
5622
5623 /usr/include/X11
5624 /usr/include/X11R7
5625 /usr/include/X11R6
5626 /usr/include/X11R5
5627 /usr/include/X11R4
5628
5629 /usr/local/X11/include
5630 /usr/local/X11R7/include
5631 /usr/local/X11R6/include
5632 /usr/local/X11R5/include
5633 /usr/local/X11R4/include
5634
5635 /usr/local/include/X11
5636 /usr/local/include/X11R7
5637 /usr/local/include/X11R6
5638 /usr/local/include/X11R5
5639 /usr/local/include/X11R4
5640
5641 /usr/X386/include
5642 /usr/x386/include
5643 /usr/XFree86/include/X11
5644
5645 /usr/include
5646 /usr/local/include
5647 /usr/unsupported/include
5648 /usr/athena/include
5649 /usr/local/x11r5/include
5650 /usr/lpp/Xamples/include
5651
5652 /usr/openwin/include
5653 /usr/openwin/share/include'
5654
5655 if test "$ac_x_includes" = no; then
5656 # Guess where to find include files, by looking for Xlib.h.
5657 # First, try using that file with no special directory specified.
5658 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5659 /* end confdefs.h. */
5660 #include <X11/Xlib.h>
5661 _ACEOF
5662 if ac_fn_cxx_try_cpp "$LINENO"; then :
5663 # We can compile using X headers with no special include directory.
5664 ac_x_includes=
5665 else
5666 for ac_dir in $ac_x_header_dirs; do
5667 if test -r "$ac_dir/X11/Xlib.h"; then
5668 ac_x_includes=$ac_dir
5669 break
5670 fi
5671 done
5672 fi
5673 rm -f conftest.err conftest.$ac_ext
5674 fi # $ac_x_includes = no
5675
5676 if test "$ac_x_libraries" = no; then
5677 # Check for the libraries.
5678 # See if we find them without any special options.
5679 # Don't add to $LIBS permanently.
5680 ac_save_LIBS=$LIBS
5681 LIBS="-lX11 $LIBS"
5682 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5683 /* end confdefs.h. */
5684 #include <X11/Xlib.h>
5685 int
5686 main ()
5687 {
5688 XrmInitialize ()
5689 ;
5690 return 0;
5691 }
5692 _ACEOF
5693 if ac_fn_cxx_try_link "$LINENO"; then :
5694 LIBS=$ac_save_LIBS
5695 # We can link X programs with no special library path.
5696 ac_x_libraries=
5697 else
5698 LIBS=$ac_save_LIBS
5699 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
5700 do
5701 # Don't even attempt the hair of trying to link an X program!
5702 for ac_extension in a so sl dylib la dll; do
5703 if test -r "$ac_dir/libX11.$ac_extension"; then
5704 ac_x_libraries=$ac_dir
5705 break 2
5706 fi
5707 done
5708 done
5709 fi
5710 rm -f core conftest.err conftest.$ac_objext \
5711 conftest$ac_exeext conftest.$ac_ext
5712 fi # $ac_x_libraries = no
5713
5714 case $ac_x_includes,$ac_x_libraries in #(
5715 no,* | *,no | *\'*)
5716 # Didn't find X, or a directory has "'" in its name.
5717 ac_cv_have_x="have_x=no";; #(
5718 *)
5719 # Record where we found X for the cache.
5720 ac_cv_have_x="have_x=yes\
5721 ac_x_includes='$ac_x_includes'\
5722 ac_x_libraries='$ac_x_libraries'"
5723 esac
5724 fi
5725 ;; #(
5726 *) have_x=yes;;
5727 esac
5728 eval "$ac_cv_have_x"
5729 fi # $with_x != no
5730
5731 if test "$have_x" != yes; then
5732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
5733 $as_echo "$have_x" >&6; }
5734 no_x=yes
5735 else
5736 # If each of the values was on the command line, it overrides each guess.
5737 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
5738 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
5739 # Update the cache value to reflect the command line values.
5740 ac_cv_have_x="have_x=yes\
5741 ac_x_includes='$x_includes'\
5742 ac_x_libraries='$x_libraries'"
5743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
5744 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
5745 fi
5746
5747 if test "$no_x" = yes; then
5748 # Not all programs may use this symbol, but it does not hurt to define it.
5749
5750 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
5751
5752 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
5753 else
5754 if test -n "$x_includes"; then
5755 X_CFLAGS="$X_CFLAGS -I$x_includes"
5756 fi
5757
5758 # It would also be nice to do this for all -L options, not just this one.
5759 if test -n "$x_libraries"; then
5760 X_LIBS="$X_LIBS -L$x_libraries"
5761 # For Solaris; some versions of Sun CC require a space after -R and
5762 # others require no space. Words are not sufficient . . . .
5763 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
5764 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
5765 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
5766 ac_xsave_cxx_werror_flag=$ac_cxx_werror_flag
5767 ac_cxx_werror_flag=yes
5768 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5769 /* end confdefs.h. */
5770
5771 int
5772 main ()
5773 {
5774
5775 ;
5776 return 0;
5777 }
5778 _ACEOF
5779 if ac_fn_cxx_try_link "$LINENO"; then :
5780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5781 $as_echo "no" >&6; }
5782 X_LIBS="$X_LIBS -R$x_libraries"
5783 else
5784 LIBS="$ac_xsave_LIBS -R $x_libraries"
5785 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5786 /* end confdefs.h. */
5787
5788 int
5789 main ()
5790 {
5791
5792 ;
5793 return 0;
5794 }
5795 _ACEOF
5796 if ac_fn_cxx_try_link "$LINENO"; then :
5797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5798 $as_echo "yes" >&6; }
5799 X_LIBS="$X_LIBS -R $x_libraries"
5800 else
5801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
5802 $as_echo "neither works" >&6; }
5803 fi
5804 rm -f core conftest.err conftest.$ac_objext \
5805 conftest$ac_exeext conftest.$ac_ext
5806 fi
5807 rm -f core conftest.err conftest.$ac_objext \
5808 conftest$ac_exeext conftest.$ac_ext
5809 ac_cxx_werror_flag=$ac_xsave_cxx_werror_flag
5810 LIBS=$ac_xsave_LIBS
5811 fi
5812
5813 # Check for system-dependent libraries X programs must link with.
5814 # Do this before checking for the system-independent R6 libraries
5815 # (-lICE), since we may need -lsocket or whatever for X linking.
5816
5817 if test "$ISC" = yes; then
5818 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
5819 else
5820 # Martyn Johnson says this is needed for Ultrix, if the X
5821 # libraries were built with DECnet support. And Karl Berry says
5822 # the Alpha needs dnet_stub (dnet does not exist).
5823 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
5824 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5825 /* end confdefs.h. */
5826
5827 /* Override any GCC internal prototype to avoid an error.
5828 Use char because int might match the return type of a GCC
5829 builtin and then its argument prototype would still apply. */
5830 #ifdef __cplusplus
5831 extern "C"
5832 #endif
5833 char XOpenDisplay ();
5834 int
5835 main ()
5836 {
5837 return XOpenDisplay ();
5838 ;
5839 return 0;
5840 }
5841 _ACEOF
5842 if ac_fn_cxx_try_link "$LINENO"; then :
5843
5844 else
5845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
5846 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
5847 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
5848 $as_echo_n "(cached) " >&6
5849 else
5850 ac_check_lib_save_LIBS=$LIBS
5851 LIBS="-ldnet $LIBS"
5852 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5853 /* end confdefs.h. */
5854
5855 /* Override any GCC internal prototype to avoid an error.
5856 Use char because int might match the return type of a GCC
5857 builtin and then its argument prototype would still apply. */
5858 #ifdef __cplusplus
5859 extern "C"
5860 #endif
5861 char dnet_ntoa ();
5862 int
5863 main ()
5864 {
5865 return dnet_ntoa ();
5866 ;
5867 return 0;
5868 }
5869 _ACEOF
5870 if ac_fn_cxx_try_link "$LINENO"; then :
5871 ac_cv_lib_dnet_dnet_ntoa=yes
5872 else
5873 ac_cv_lib_dnet_dnet_ntoa=no
5874 fi
5875 rm -f core conftest.err conftest.$ac_objext \
5876 conftest$ac_exeext conftest.$ac_ext
5877 LIBS=$ac_check_lib_save_LIBS
5878 fi
5879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
5880 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
5881 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
5882 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
5883 fi
5884
5885 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
5886 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
5887 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
5888 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then :
5889 $as_echo_n "(cached) " >&6
5890 else
5891 ac_check_lib_save_LIBS=$LIBS
5892 LIBS="-ldnet_stub $LIBS"
5893 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5894 /* end confdefs.h. */
5895
5896 /* Override any GCC internal prototype to avoid an error.
5897 Use char because int might match the return type of a GCC
5898 builtin and then its argument prototype would still apply. */
5899 #ifdef __cplusplus
5900 extern "C"
5901 #endif
5902 char dnet_ntoa ();
5903 int
5904 main ()
5905 {
5906 return dnet_ntoa ();
5907 ;
5908 return 0;
5909 }
5910 _ACEOF
5911 if ac_fn_cxx_try_link "$LINENO"; then :
5912 ac_cv_lib_dnet_stub_dnet_ntoa=yes
5913 else
5914 ac_cv_lib_dnet_stub_dnet_ntoa=no
5915 fi
5916 rm -f core conftest.err conftest.$ac_objext \
5917 conftest$ac_exeext conftest.$ac_ext
5918 LIBS=$ac_check_lib_save_LIBS
5919 fi
5920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
5921 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
5922 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then :
5923 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
5924 fi
5925
5926 fi
5927 fi
5928 rm -f core conftest.err conftest.$ac_objext \
5929 conftest$ac_exeext conftest.$ac_ext
5930 LIBS="$ac_xsave_LIBS"
5931
5932 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
5933 # to get the SysV transport functions.
5934 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
5935 # needs -lnsl.
5936 # The nsl library prevents programs from opening the X display
5937 # on Irix 5.2, according to T.E. Dickey.
5938 # The functions gethostbyname, getservbyname, and inet_addr are
5939 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
5940 ac_fn_cxx_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
5941 if test "x$ac_cv_func_gethostbyname" = x""yes; then :
5942
5943 fi
5944
5945 if test $ac_cv_func_gethostbyname = no; then
5946 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
5947 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
5948 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
5949 $as_echo_n "(cached) " >&6
5950 else
5951 ac_check_lib_save_LIBS=$LIBS
5952 LIBS="-lnsl $LIBS"
5953 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5954 /* end confdefs.h. */
5955
5956 /* Override any GCC internal prototype to avoid an error.
5957 Use char because int might match the return type of a GCC
5958 builtin and then its argument prototype would still apply. */
5959 #ifdef __cplusplus
5960 extern "C"
5961 #endif
5962 char gethostbyname ();
5963 int
5964 main ()
5965 {
5966 return gethostbyname ();
5967 ;
5968 return 0;
5969 }
5970 _ACEOF
5971 if ac_fn_cxx_try_link "$LINENO"; then :
5972 ac_cv_lib_nsl_gethostbyname=yes
5973 else
5974 ac_cv_lib_nsl_gethostbyname=no
5975 fi
5976 rm -f core conftest.err conftest.$ac_objext \
5977 conftest$ac_exeext conftest.$ac_ext
5978 LIBS=$ac_check_lib_save_LIBS
5979 fi
5980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
5981 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
5982 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
5983 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
5984 fi
5985
5986 if test $ac_cv_lib_nsl_gethostbyname = no; then
5987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
5988 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
5989 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then :
5990 $as_echo_n "(cached) " >&6
5991 else
5992 ac_check_lib_save_LIBS=$LIBS
5993 LIBS="-lbsd $LIBS"
5994 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5995 /* end confdefs.h. */
5996
5997 /* Override any GCC internal prototype to avoid an error.
5998 Use char because int might match the return type of a GCC
5999 builtin and then its argument prototype would still apply. */
6000 #ifdef __cplusplus
6001 extern "C"
6002 #endif
6003 char gethostbyname ();
6004 int
6005 main ()
6006 {
6007 return gethostbyname ();
6008 ;
6009 return 0;
6010 }
6011 _ACEOF
6012 if ac_fn_cxx_try_link "$LINENO"; then :
6013 ac_cv_lib_bsd_gethostbyname=yes
6014 else
6015 ac_cv_lib_bsd_gethostbyname=no
6016 fi
6017 rm -f core conftest.err conftest.$ac_objext \
6018 conftest$ac_exeext conftest.$ac_ext
6019 LIBS=$ac_check_lib_save_LIBS
6020 fi
6021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
6022 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
6023 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then :
6024 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
6025 fi
6026
6027 fi
6028 fi
6029
6030 # lieder@skyler.mavd.honeywell.com says without -lsocket,
6031 # socket/setsockopt and other routines are undefined under SCO ODT
6032 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
6033 # on later versions), says Simon Leinen: it contains gethostby*
6034 # variants that don't use the name server (or something). -lsocket
6035 # must be given before -lnsl if both are needed. We assume that
6036 # if connect needs -lnsl, so does gethostbyname.
6037 ac_fn_cxx_check_func "$LINENO" "connect" "ac_cv_func_connect"
6038 if test "x$ac_cv_func_connect" = x""yes; then :
6039
6040 fi
6041
6042 if test $ac_cv_func_connect = no; then
6043 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
6044 $as_echo_n "checking for connect in -lsocket... " >&6; }
6045 if test "${ac_cv_lib_socket_connect+set}" = set; then :
6046 $as_echo_n "(cached) " >&6
6047 else
6048 ac_check_lib_save_LIBS=$LIBS
6049 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
6050 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6051 /* end confdefs.h. */
6052
6053 /* Override any GCC internal prototype to avoid an error.
6054 Use char because int might match the return type of a GCC
6055 builtin and then its argument prototype would still apply. */
6056 #ifdef __cplusplus
6057 extern "C"
6058 #endif
6059 char connect ();
6060 int
6061 main ()
6062 {
6063 return connect ();
6064 ;
6065 return 0;
6066 }
6067 _ACEOF
6068 if ac_fn_cxx_try_link "$LINENO"; then :
6069 ac_cv_lib_socket_connect=yes
6070 else
6071 ac_cv_lib_socket_connect=no
6072 fi
6073 rm -f core conftest.err conftest.$ac_objext \
6074 conftest$ac_exeext conftest.$ac_ext
6075 LIBS=$ac_check_lib_save_LIBS
6076 fi
6077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
6078 $as_echo "$ac_cv_lib_socket_connect" >&6; }
6079 if test "x$ac_cv_lib_socket_connect" = x""yes; then :
6080 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
6081 fi
6082
6083 fi
6084
6085 # Guillermo Gomez says -lposix is necessary on A/UX.
6086 ac_fn_cxx_check_func "$LINENO" "remove" "ac_cv_func_remove"
6087 if test "x$ac_cv_func_remove" = x""yes; then :
6088
6089 fi
6090
6091 if test $ac_cv_func_remove = no; then
6092 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
6093 $as_echo_n "checking for remove in -lposix... " >&6; }
6094 if test "${ac_cv_lib_posix_remove+set}" = set; then :
6095 $as_echo_n "(cached) " >&6
6096 else
6097 ac_check_lib_save_LIBS=$LIBS
6098 LIBS="-lposix $LIBS"
6099 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6100 /* end confdefs.h. */
6101
6102 /* Override any GCC internal prototype to avoid an error.
6103 Use char because int might match the return type of a GCC
6104 builtin and then its argument prototype would still apply. */
6105 #ifdef __cplusplus
6106 extern "C"
6107 #endif
6108 char remove ();
6109 int
6110 main ()
6111 {
6112 return remove ();
6113 ;
6114 return 0;
6115 }
6116 _ACEOF
6117 if ac_fn_cxx_try_link "$LINENO"; then :
6118 ac_cv_lib_posix_remove=yes
6119 else
6120 ac_cv_lib_posix_remove=no
6121 fi
6122 rm -f core conftest.err conftest.$ac_objext \
6123 conftest$ac_exeext conftest.$ac_ext
6124 LIBS=$ac_check_lib_save_LIBS
6125 fi
6126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
6127 $as_echo "$ac_cv_lib_posix_remove" >&6; }
6128 if test "x$ac_cv_lib_posix_remove" = x""yes; then :
6129 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
6130 fi
6131
6132 fi
6133
6134 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
6135 ac_fn_cxx_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
6136 if test "x$ac_cv_func_shmat" = x""yes; then :
6137
6138 fi
6139
6140 if test $ac_cv_func_shmat = no; then
6141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
6142 $as_echo_n "checking for shmat in -lipc... " >&6; }
6143 if test "${ac_cv_lib_ipc_shmat+set}" = set; then :
6144 $as_echo_n "(cached) " >&6
6145 else
6146 ac_check_lib_save_LIBS=$LIBS
6147 LIBS="-lipc $LIBS"
6148 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6149 /* end confdefs.h. */
6150
6151 /* Override any GCC internal prototype to avoid an error.
6152 Use char because int might match the return type of a GCC
6153 builtin and then its argument prototype would still apply. */
6154 #ifdef __cplusplus
6155 extern "C"
6156 #endif
6157 char shmat ();
6158 int
6159 main ()
6160 {
6161 return shmat ();
6162 ;
6163 return 0;
6164 }
6165 _ACEOF
6166 if ac_fn_cxx_try_link "$LINENO"; then :
6167 ac_cv_lib_ipc_shmat=yes
6168 else
6169 ac_cv_lib_ipc_shmat=no
6170 fi
6171 rm -f core conftest.err conftest.$ac_objext \
6172 conftest$ac_exeext conftest.$ac_ext
6173 LIBS=$ac_check_lib_save_LIBS
6174 fi
6175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
6176 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
6177 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then :
6178 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
6179 fi
6180
6181 fi
6182 fi
6183
6184 # Check for libraries that X11R6 Xt/Xaw programs need.
6185 ac_save_LDFLAGS=$LDFLAGS
6186 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
6187 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
6188 # check for ICE first), but we must link in the order -lSM -lICE or
6189 # we get undefined symbols. So assume we have SM if we have ICE.
6190 # These have to be linked with before -lX11, unlike the other
6191 # libraries we check for below, so use a different variable.
6192 # John Interrante, Karl Berry
6193 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
6194 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
6195 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then :
6196 $as_echo_n "(cached) " >&6
6197 else
6198 ac_check_lib_save_LIBS=$LIBS
6199 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
6200 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6201 /* end confdefs.h. */
6202
6203 /* Override any GCC internal prototype to avoid an error.
6204 Use char because int might match the return type of a GCC
6205 builtin and then its argument prototype would still apply. */
6206 #ifdef __cplusplus
6207 extern "C"
6208 #endif
6209 char IceConnectionNumber ();
6210 int
6211 main ()
6212 {
6213 return IceConnectionNumber ();
6214 ;
6215 return 0;
6216 }
6217 _ACEOF
6218 if ac_fn_cxx_try_link "$LINENO"; then :
6219 ac_cv_lib_ICE_IceConnectionNumber=yes
6220 else
6221 ac_cv_lib_ICE_IceConnectionNumber=no
6222 fi
6223 rm -f core conftest.err conftest.$ac_objext \
6224 conftest$ac_exeext conftest.$ac_ext
6225 LIBS=$ac_check_lib_save_LIBS
6226 fi
6227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
6228 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
6229 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then :
6230 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
6231 fi
6232
6233 LDFLAGS=$ac_save_LDFLAGS
6234
6235 fi
6236
6237
6238 PIXBUF_CFLAGS=
6239 PIXBUF_LIBS=
6240
6241 if test x$support_pixbuf = xyes; then
6242 support_pixbuf=no
6243 # Extract the first word of "pkg-config", so it can be a program name with args.
6244 set dummy pkg-config; ac_word=$2
6245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6246 $as_echo_n "checking for $ac_word... " >&6; }
6247 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
6248 $as_echo_n "(cached) " >&6
6249 else
6250 case $PKG_CONFIG in
6251 [\\/]* | ?:[\\/]*)
6252 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
6253 ;;
6254 *)
6255 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6256 for as_dir in $PATH
6257 do
6258 IFS=$as_save_IFS
6259 test -z "$as_dir" && as_dir=.
6260 for ac_exec_ext in '' $ac_executable_extensions; do
6261 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6262 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
6263 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6264 break 2
6265 fi
6266 done
6267 done
6268 IFS=$as_save_IFS
6269
6270 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
6271 ;;
6272 esac
6273 fi
6274 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
6275 if test -n "$PKG_CONFIG"; then
6276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
6277 $as_echo "$PKG_CONFIG" >&6; }
6278 else
6279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6280 $as_echo "no" >&6; }
6281 fi
6282
6283
6284 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gdk-pixbuf" >&5
6285 $as_echo_n "checking for gdk-pixbuf... " >&6; }
6286 if test $PKG_CONFIG != no && $PKG_CONFIG --exists gdk-pixbuf-xlib-2.0; then
6287 PIXBUF_CFLAGS="`$PKG_CONFIG gdk-pixbuf-xlib-2.0 --cflags`"
6288 PIXBUF_LIBS="`$PKG_CONFIG gdk-pixbuf-xlib-2.0 --libs`"
6289 support_pixbuf=yes
6290 fi
6291
6292 if test x$support_pixbuf = xyes; then
6293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6294 $as_echo "ok" >&6; }
6295 support_afterimage=no
6296
6297 $as_echo "#define HAVE_PIXBUF 1" >>confdefs.h
6298
6299
6300 $as_echo "#define BG_IMAGE_FROM_FILE 1" >>confdefs.h
6301
6302 else
6303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6304 $as_echo "no" >&6; }
6305 fi
6306 fi
6307
6308
6309
6310
6311 AFTERIMAGE_CFLAGS=
6312 AFTERIMAGE_LIBS=
6313 AFTERIMAGE_VERSION=
6314
6315 if test x$support_afterimage = xyes; then
6316 support_afterimage=no
6317
6318 if test "x$afterimage_config" = "x" ; then
6319 # Extract the first word of "afterimage-config", so it can be a program name with args.
6320 set dummy afterimage-config; ac_word=$2
6321 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6322 $as_echo_n "checking for $ac_word... " >&6; }
6323 if test "${ac_cv_path_afterimage_config+set}" = set; then :
6324 $as_echo_n "(cached) " >&6
6325 else
6326 case $afterimage_config in
6327 [\\/]* | ?:[\\/]*)
6328 ac_cv_path_afterimage_config="$afterimage_config" # Let the user override the test with a path.
6329 ;;
6330 *)
6331 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6332 for as_dir in $PATH
6333 do
6334 IFS=$as_save_IFS
6335 test -z "$as_dir" && as_dir=.
6336 for ac_exec_ext in '' $ac_executable_extensions; do
6337 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6338 ac_cv_path_afterimage_config="$as_dir/$ac_word$ac_exec_ext"
6339 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6340 break 2
6341 fi
6342 done
6343 done
6344 IFS=$as_save_IFS
6345
6346 test -z "$ac_cv_path_afterimage_config" && ac_cv_path_afterimage_config="no"
6347 ;;
6348 esac
6349 fi
6350 afterimage_config=$ac_cv_path_afterimage_config
6351 if test -n "$afterimage_config"; then
6352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $afterimage_config" >&5
6353 $as_echo "$afterimage_config" >&6; }
6354 else
6355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6356 $as_echo "no" >&6; }
6357 fi
6358
6359
6360 fi
6361 if test "x$afterimage_config" != "xno" ; then
6362 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libAfterImage version >= 1.15" >&5
6363 $as_echo_n "checking for libAfterImage version >= 1.15... " >&6; }
6364 xAFTERIMAGE_VERSION=`$afterimage_config --version`
6365 if test -n "$xAFTERIMAGE_VERSION" ; then
6366 xAFTERIMAGE_CFLAGS=`$afterimage_config --cflags`
6367 xAFTERIMAGE_LIBS=`$afterimage_config --libs`
6368 if test "x$xAFTERIMAGE_LIBS" != "x"; then
6369 libai_ver_major=`echo $xAFTERIMAGE_VERSION | cut -f 1 -d .`
6370 libai_ver_minor=`echo $xAFTERIMAGE_VERSION | cut -f 2 -d .`
6371 if test $libai_ver_major -gt 1 -o \( $libai_ver_major -eq 1 -a $libai_ver_minor -ge 15 \); then
6372 support_afterimage=yes
6373 AFTERIMAGE_CFLAGS="$xAFTERIMAGE_CFLAGS"
6374 AFTERIMAGE_LIBS="$xAFTERIMAGE_LIBS"
6375 AFTERIMAGE_VERSION="$xAFTERIMAGE_VERSION"
6376 fi
6377 fi
6378 fi
6379 if test "x$support_afterimage" = "xyes"; then
6380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AFTERIMAGE_LIBS" >&5
6381 $as_echo "$AFTERIMAGE_LIBS" >&6; }
6382
6383 $as_echo "#define HAVE_AFTERIMAGE 1" >>confdefs.h
6384
6385
6386 $as_echo "#define BG_IMAGE_FROM_FILE 1" >>confdefs.h
6387
6388 else
6389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6390 $as_echo "no" >&6; }
6391 fi
6392 fi
6393 fi
6394
6395
6396
6397
6398 for ac_header in \
6399 sys/byteorder.h \
6400 sys/ioctl.h \
6401 sys/sockio.h \
6402 sys/strredir.h \
6403 stdint.h \
6404 wchar.h \
6405 cwchar \
6406
6407 do :
6408 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6409 ac_fn_cxx_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
6410 eval as_val=\$$as_ac_Header
6411 if test "x$as_val" = x""yes; then :
6412 cat >>confdefs.h <<_ACEOF
6413 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6414 _ACEOF
6415
6416 fi
6417
6418 done
6419
6420
6421 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XPointer" >&5
6422 $as_echo_n "checking for XPointer... " >&6; }
6423 if test "${rxvt_cv_xpointer+set}" = set; then :
6424 $as_echo_n "(cached) " >&6
6425 else
6426 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6427 /* end confdefs.h. */
6428 #include <X11/Xlib.h>
6429 int
6430 main ()
6431 {
6432 XPointer dummy;
6433 ;
6434 return 0;
6435 }
6436 _ACEOF
6437 if ac_fn_cxx_try_compile "$LINENO"; then :
6438 rxvt_cv_xpointer=yes
6439 else
6440 rxvt_cv_xpointer=no
6441 fi
6442 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6443 fi
6444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $rxvt_cv_xpointer" >&5
6445 $as_echo "$rxvt_cv_xpointer" >&6; }
6446 if test x$rxvt_cv_xpointer = xyes; then
6447
6448 $as_echo "#define HAVE_XPOINTER 1" >>confdefs.h
6449
6450 fi
6451
6452 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XLIB_ILLEGAL_ACCESS" >&5
6453 $as_echo_n "checking for XLIB_ILLEGAL_ACCESS... " >&6; }
6454 if test "${rxvt_cv_xlib_illegal_access+set}" = set; then :
6455 $as_echo_n "(cached) " >&6
6456 else
6457 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6458 /* end confdefs.h. */
6459
6460 #define XLIB_ILLEGAL_ACCESS
6461 #include <X11/Xlib.h>
6462
6463 int
6464 main ()
6465 {
6466
6467 Display *dpy;
6468 dpy->xdefaults = (char *)0;
6469
6470 ;
6471 return 0;
6472 }
6473 _ACEOF
6474 if ac_fn_cxx_try_compile "$LINENO"; then :
6475 rxvt_cv_xlib_illegal_access=yes
6476 else
6477 rxvt_cv_xlib_illegal_access=no
6478
6479 fi
6480 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6481 fi
6482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $rxvt_cv_xlib_illegal_access" >&5
6483 $as_echo "$rxvt_cv_xlib_illegal_access" >&6; }
6484 if test x$rxvt_cv_xlib_illegal_access = xyes; then
6485
6486 $as_echo "#define XLIB_ILLEGAL_ACCESS 1" >>confdefs.h
6487
6488 fi
6489
6490 ac_fn_cxx_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
6491 if test "x$ac_cv_type_mode_t" = x""yes; then :
6492
6493 else
6494
6495 cat >>confdefs.h <<_ACEOF
6496 #define mode_t int
6497 _ACEOF
6498
6499 fi
6500
6501 ac_fn_cxx_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
6502 if test "x$ac_cv_type_pid_t" = x""yes; then :
6503
6504 else
6505
6506 cat >>confdefs.h <<_ACEOF
6507 #define pid_t int
6508 _ACEOF
6509
6510 fi
6511
6512 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for uid_t in sys/types.h" >&5
6513 $as_echo_n "checking for uid_t in sys/types.h... " >&6; }
6514 if test "${ac_cv_type_uid_t+set}" = set; then :
6515 $as_echo_n "(cached) " >&6
6516 else
6517 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6518 /* end confdefs.h. */
6519 #include <sys/types.h>
6520
6521 _ACEOF
6522 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6523 $EGREP "uid_t" >/dev/null 2>&1; then :
6524 ac_cv_type_uid_t=yes
6525 else
6526 ac_cv_type_uid_t=no
6527 fi
6528 rm -f conftest*
6529
6530 fi
6531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_uid_t" >&5
6532 $as_echo "$ac_cv_type_uid_t" >&6; }
6533 if test $ac_cv_type_uid_t = no; then
6534
6535 $as_echo "#define uid_t int" >>confdefs.h
6536
6537
6538 $as_echo "#define gid_t int" >>confdefs.h
6539
6540 fi
6541
6542 ac_fn_c_find_intX_t "$LINENO" "16" "ac_cv_c_int16_t"
6543 case $ac_cv_c_int16_t in #(
6544 no|yes) ;; #(
6545 *)
6546
6547 cat >>confdefs.h <<_ACEOF
6548 #define int16_t $ac_cv_c_int16_t
6549 _ACEOF
6550 ;;
6551 esac
6552
6553 ac_fn_c_find_uintX_t "$LINENO" "16" "ac_cv_c_uint16_t"
6554 case $ac_cv_c_uint16_t in #(
6555 no|yes) ;; #(
6556 *)
6557
6558
6559 cat >>confdefs.h <<_ACEOF
6560 #define uint16_t $ac_cv_c_uint16_t
6561 _ACEOF
6562 ;;
6563 esac
6564
6565 ac_fn_c_find_intX_t "$LINENO" "32" "ac_cv_c_int32_t"
6566 case $ac_cv_c_int32_t in #(
6567 no|yes) ;; #(
6568 *)
6569
6570 cat >>confdefs.h <<_ACEOF
6571 #define int32_t $ac_cv_c_int32_t
6572 _ACEOF
6573 ;;
6574 esac
6575
6576 ac_fn_c_find_uintX_t "$LINENO" "32" "ac_cv_c_uint32_t"
6577 case $ac_cv_c_uint32_t in #(
6578 no|yes) ;; #(
6579 *)
6580
6581 $as_echo "#define _UINT32_T 1" >>confdefs.h
6582
6583
6584 cat >>confdefs.h <<_ACEOF
6585 #define uint32_t $ac_cv_c_uint32_t
6586 _ACEOF
6587 ;;
6588 esac
6589
6590
6591 for ac_func in unsetenv
6592 do :
6593 ac_fn_cxx_check_func "$LINENO" "unsetenv" "ac_cv_func_unsetenv"
6594 if test "x$ac_cv_func_unsetenv" = x""yes; then :
6595 cat >>confdefs.h <<_ACEOF
6596 #define HAVE_UNSETENV 1
6597 _ACEOF
6598
6599 fi
6600 done
6601
6602
6603
6604 support_utmp=yes
6605 support_wtmp=yes
6606 support_lastlog=yes
6607
6608 # Check whether --enable-utmp was given.
6609 if test "${enable_utmp+set}" = set; then :
6610 enableval=$enable_utmp; if test x$enableval = xyes -o x$enableval = xno; then
6611 support_utmp=$enableval
6612 fi
6613 fi
6614
6615
6616 # Check whether --enable-wtmp was given.
6617 if test "${enable_wtmp+set}" = set; then :
6618 enableval=$enable_wtmp; if test x$enableval = xyes -o x$enableval = xno; then
6619 support_wtmp=$enableval
6620 fi
6621 fi
6622
6623
6624 # Check whether --enable-lastlog was given.
6625 if test "${enable_lastlog+set}" = set; then :
6626 enableval=$enable_lastlog; if test x$enableval = xyes -o x$enableval = xno; then
6627 support_lastlog=$enableval
6628 fi
6629 fi
6630
6631
6632 if test x$support_utmp = xyes; then
6633
6634 $as_echo "#define UTMP_SUPPORT 1" >>confdefs.h
6635
6636 fi
6637 if test x$support_wtmp = xyes; then
6638
6639 $as_echo "#define WTMP_SUPPORT 1" >>confdefs.h
6640
6641 fi
6642 if test x$support_lastlog = xyes; then
6643
6644 $as_echo "#define LASTLOG_SUPPORT 1" >>confdefs.h
6645
6646 fi
6647
6648 for ac_func in \
6649 updwtmp \
6650 updwtmpx \
6651 updlastlogx \
6652
6653 do :
6654 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
6655 ac_fn_cxx_check_func "$LINENO" "$ac_func" "$as_ac_var"
6656 eval as_val=\$$as_ac_var
6657 if test "x$as_val" = x""yes; then :
6658 cat >>confdefs.h <<_ACEOF
6659 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
6660 _ACEOF
6661
6662 fi
6663 done
6664
6665
6666 for ac_header in lastlog.h
6667 do :
6668 ac_fn_cxx_check_header_mongrel "$LINENO" "lastlog.h" "ac_cv_header_lastlog_h" "$ac_includes_default"
6669 if test "x$ac_cv_header_lastlog_h" = x""yes; then :
6670 cat >>confdefs.h <<_ACEOF
6671 #define HAVE_LASTLOG_H 1
6672 _ACEOF
6673
6674 fi
6675
6676 done
6677
6678
6679
6680 for ac_header in utmp.h
6681 do :
6682 ac_fn_cxx_check_header_mongrel "$LINENO" "utmp.h" "ac_cv_header_utmp_h" "$ac_includes_default"
6683 if test "x$ac_cv_header_utmp_h" = x""yes; then :
6684 cat >>confdefs.h <<_ACEOF
6685 #define HAVE_UTMP_H 1
6686 _ACEOF
6687 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct utmp" >&5
6688 $as_echo_n "checking for struct utmp... " >&6; }
6689 if test "${pt_cv_struct_utmp+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 <utmp.h>
6696 int
6697 main ()
6698 {
6699 struct utmp ut;
6700 ;
6701 return 0;
6702 }
6703 _ACEOF
6704 if ac_fn_cxx_try_compile "$LINENO"; then :
6705 pt_cv_struct_utmp=yes
6706 else
6707 pt_cv_struct_utmp=no
6708 fi
6709 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6710 fi
6711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $pt_cv_struct_utmp" >&5
6712 $as_echo "$pt_cv_struct_utmp" >&6; }
6713 if test x$pt_cv_struct_utmp = xyes; then
6714
6715 $as_echo "#define HAVE_STRUCT_UTMP 1" >>confdefs.h
6716
6717 fi
6718
6719
6720 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ut_host in utmp struct" >&5
6721 $as_echo_n "checking for ut_host in utmp struct... " >&6; }
6722 if test "${pt_cv_struct_utmp_host+set}" = set; then :
6723 $as_echo_n "(cached) " >&6
6724 else
6725 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6726 /* end confdefs.h. */
6727 #include <sys/types.h>
6728 #include <utmp.h>
6729 int
6730 main ()
6731 {
6732 struct utmp ut; ut.ut_host;
6733 ;
6734 return 0;
6735 }
6736 _ACEOF
6737 if ac_fn_cxx_try_compile "$LINENO"; then :
6738 pt_cv_struct_utmp_host=yes
6739 else
6740 pt_cv_struct_utmp_host=no
6741 fi
6742 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6743 fi
6744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $pt_cv_struct_utmp_host" >&5
6745 $as_echo "$pt_cv_struct_utmp_host" >&6; }
6746 if test x$pt_cv_struct_utmp_host = xyes; then
6747
6748 $as_echo "#define HAVE_UTMP_HOST 1" >>confdefs.h
6749
6750 fi
6751
6752 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ut_pid in utmp struct" >&5
6753 $as_echo_n "checking for ut_pid in utmp struct... " >&6; }
6754 if test "${pt_cv_struct_utmp_pid+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 <sys/types.h>
6760 #include <utmp.h>
6761 int
6762 main ()
6763 {
6764 struct utmp ut; ut.ut_pid;
6765 ;
6766 return 0;
6767 }
6768 _ACEOF
6769 if ac_fn_cxx_try_compile "$LINENO"; then :
6770 pt_cv_struct_utmp_pid=yes
6771 else
6772 pt_cv_struct_utmp_pid=no
6773 fi
6774 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6775 fi
6776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $pt_cv_struct_utmp_pid" >&5
6777 $as_echo "$pt_cv_struct_utmp_pid" >&6; }
6778 if test x$pt_cv_struct_utmp_pid = xyes; then
6779
6780 $as_echo "#define HAVE_UTMP_PID 1" >>confdefs.h
6781
6782 fi
6783
6784 fi
6785
6786 done
6787
6788
6789 for ac_header in utmpx.h
6790 do :
6791 ac_fn_cxx_check_header_mongrel "$LINENO" "utmpx.h" "ac_cv_header_utmpx_h" "$ac_includes_default"
6792 if test "x$ac_cv_header_utmpx_h" = x""yes; then :
6793 cat >>confdefs.h <<_ACEOF
6794 #define HAVE_UTMPX_H 1
6795 _ACEOF
6796 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct utmpx" >&5
6797 $as_echo_n "checking for struct utmpx... " >&6; }
6798 if test "${pt_cv_struct_utmpx+set}" = set; then :
6799 $as_echo_n "(cached) " >&6
6800 else
6801 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6802 /* end confdefs.h. */
6803 #include <sys/types.h>
6804 #include <utmpx.h>
6805 int
6806 main ()
6807 {
6808 struct utmpx ut;
6809 ;
6810 return 0;
6811 }
6812 _ACEOF
6813 if ac_fn_cxx_try_compile "$LINENO"; then :
6814 pt_cv_struct_utmpx=yes
6815 else
6816 pt_cv_struct_utmpx=no
6817 fi
6818 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6819 fi
6820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $pt_cv_struct_utmpx" >&5
6821 $as_echo "$pt_cv_struct_utmpx" >&6; }
6822 if test x$pt_cv_struct_utmpx = xyes; then
6823
6824 $as_echo "#define HAVE_STRUCT_UTMPX 1" >>confdefs.h
6825
6826 fi
6827
6828
6829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for host in utmpx struct" >&5
6830 $as_echo_n "checking for host in utmpx struct... " >&6; }
6831 if test "${pt_cv_struct_utmpx_host+set}" = set; then :
6832 $as_echo_n "(cached) " >&6
6833 else
6834 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6835 /* end confdefs.h. */
6836 #include <sys/types.h>
6837 #include <utmpx.h>
6838 int
6839 main ()
6840 {
6841 struct utmpx utx; utx.ut_host;
6842 ;
6843 return 0;
6844 }
6845 _ACEOF
6846 if ac_fn_cxx_try_compile "$LINENO"; then :
6847 pt_cv_struct_utmpx_host=yes
6848 else
6849 pt_cv_struct_utmpx_host=no
6850 fi
6851 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6852 fi
6853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $pt_cv_struct_utmpx_host" >&5
6854 $as_echo "$pt_cv_struct_utmpx_host" >&6; }
6855 if test x$pt_cv_struct_utmpx_host = xyes; then
6856
6857 $as_echo "#define HAVE_UTMPX_HOST 1" >>confdefs.h
6858
6859 fi
6860
6861 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for session in utmpx struct" >&5
6862 $as_echo_n "checking for session in utmpx struct... " >&6; }
6863 if test "${pt_cv_struct_utmpx_session+set}" = set; then :
6864 $as_echo_n "(cached) " >&6
6865 else
6866 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6867 /* end confdefs.h. */
6868 #include <sys/types.h>
6869 #include <utmpx.h>
6870 int
6871 main ()
6872 {
6873 struct utmpx utx; utx.ut_session;
6874 ;
6875 return 0;
6876 }
6877 _ACEOF
6878 if ac_fn_cxx_try_compile "$LINENO"; then :
6879 pt_cv_struct_utmpx_session=yes
6880 else
6881 pt_cv_struct_utmpx_session=no
6882 fi
6883 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6884 fi
6885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $pt_cv_struct_utmpx_session" >&5
6886 $as_echo "$pt_cv_struct_utmpx_session" >&6; }
6887 if test x$pt_cv_struct_utmpx_session = xyes; then
6888
6889 $as_echo "#define HAVE_UTMPX_SESSION 1" >>confdefs.h
6890
6891 fi
6892
6893 fi
6894
6895 done
6896
6897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct lastlog" >&5
6898 $as_echo_n "checking for struct lastlog... " >&6; }
6899 if test "${pt_cv_struct_lastlog+set}" = set; then :
6900 $as_echo_n "(cached) " >&6
6901 else
6902 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6903 /* end confdefs.h. */
6904 #include <sys/types.h>
6905 #include <utmp.h>
6906 #ifdef HAVE_LASTLOG_H
6907 #include <lastlog.h>
6908 #endif
6909
6910 int
6911 main ()
6912 {
6913 struct lastlog ll;
6914 ;
6915 return 0;
6916 }
6917 _ACEOF
6918 if ac_fn_cxx_try_compile "$LINENO"; then :
6919 pt_cv_struct_lastlog=yes
6920 else
6921 pt_cv_struct_lastlog=no
6922 fi
6923 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6924 fi
6925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $pt_cv_struct_lastlog" >&5
6926 $as_echo "$pt_cv_struct_lastlog" >&6; }
6927 if test x$pt_cv_struct_lastlog = xyes; then
6928
6929 $as_echo "#define HAVE_STRUCT_LASTLOG 1" >>confdefs.h
6930
6931 fi
6932
6933 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct lastlogx" >&5
6934 $as_echo_n "checking for struct lastlogx... " >&6; }
6935 if test "${pt_cv_struct_lastlogx+set}" = set; then :
6936 $as_echo_n "(cached) " >&6
6937 else
6938 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6939 /* end confdefs.h. */
6940 #include <sys/types.h>
6941 #include <utmpx.h>
6942 #ifdef HAVE_LASTLOG_H
6943 #include <lastlog.h>
6944 #endif
6945
6946 int
6947 main ()
6948 {
6949 struct lastlogx ll;
6950 ;
6951 return 0;
6952 }
6953 _ACEOF
6954 if ac_fn_cxx_try_compile "$LINENO"; then :
6955 pt_cv_struct_lastlogx=yes
6956 else
6957 pt_cv_struct_lastlogx=no
6958 fi
6959 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6960 fi
6961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $pt_cv_struct_lastlogx" >&5
6962 $as_echo "$pt_cv_struct_lastlogx" >&6; }
6963 if test x$pt_cv_struct_lastlogx = xyes; then
6964
6965 $as_echo "#define HAVE_STRUCT_LASTLOGX 1" >>confdefs.h
6966
6967 fi
6968
6969
6970 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where utmp is located" >&5
6971 $as_echo_n "checking where utmp is located... " >&6; }
6972 if test "${pt_cv_path_utmp+set}" = set; then :
6973 $as_echo_n "(cached) " >&6
6974 else
6975 if test "$cross_compiling" = yes; then :
6976 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Define UTMP_FILE in config.h manually" >&5
6977 $as_echo "$as_me: WARNING: Define UTMP_FILE in config.h manually" >&2;}
6978 else
6979 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6980 /* end confdefs.h. */
6981 #include <stdio.h>
6982 #include <stdlib.h>
6983 #include <sys/types.h>
6984 #include <utmp.h>
6985 #include <errno.h>
6986 main()
6987 {
6988 char **u, *utmplist[] = {
6989 "/var/run/utmp", "/var/adm/utmp", "/etc/utmp", "/usr/etc/utmp", "/usr/adm/utmp", NULL };
6990 FILE *a, *f=fopen("conftestval", "w");
6991 if (!f) exit(1);
6992 #ifdef UTMP_FILE
6993 fprintf(f, "%s\n", UTMP_FILE);
6994 exit(0);
6995 #endif
6996 #ifdef _PATH_UTMP
6997 fprintf(f, "%s\n", _PATH_UTMP);
6998 exit(0);
6999 #endif
7000 for (u = utmplist; *u; u++) {
7001 if ((a = fopen(*u, "r")) != NULL || errno == EACCES) {
7002 fprintf(f, "%s\n", *u);
7003 exit(0);
7004 }
7005 }
7006 exit(0);
7007 }
7008 _ACEOF
7009 if ac_fn_cxx_try_run "$LINENO"; then :
7010 pt_cv_path_utmp=`cat conftestval`
7011 else
7012 pt_cv_path_utmp=
7013 fi
7014 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
7015 conftest.$ac_objext conftest.beam conftest.$ac_ext
7016 fi
7017
7018 fi
7019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $pt_cv_path_utmp" >&5
7020 $as_echo "$pt_cv_path_utmp" >&6; }
7021 if test x$pt_cv_path_utmp != x; then
7022
7023 cat >>confdefs.h <<_ACEOF
7024 #define UTMP_FILE "$pt_cv_path_utmp"
7025 _ACEOF
7026
7027 fi
7028
7029
7030 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where wtmp is located" >&5
7031 $as_echo_n "checking where wtmp is located... " >&6; }
7032 if test "${pt_cv_path_wtmp+set}" = set; then :
7033 $as_echo_n "(cached) " >&6
7034 else
7035 if test "$cross_compiling" = yes; then :
7036 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Define WTMP_FILE in config.h manually" >&5
7037 $as_echo "$as_me: WARNING: Define WTMP_FILE in config.h manually" >&2;}
7038 else
7039 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7040 /* end confdefs.h. */
7041 #include <stdio.h>
7042 #include <stdlib.h>
7043 #include <sys/types.h>
7044 #ifdef HAVE_UTMP_H
7045 #include <utmp.h>
7046 #endif
7047 #include <errno.h>
7048 main()
7049 {
7050 char **w, *wtmplist[] = {
7051 "/var/log/wtmp", "/var/adm/wtmp", "/etc/wtmp", "/usr/etc/wtmp", "/usr/adm/wtmp", NULL };
7052 FILE *a, *f=fopen("conftestval", "w");
7053 if (!f) exit(1);
7054 #ifdef WTMP_FILE
7055 fprintf(f, "%s\n", WTMP_FILE);
7056 exit(0);
7057 #endif
7058 #ifdef _PATH_WTMP
7059 fprintf(f, "%s\n", _PATH_WTMP);
7060 exit(0);
7061 #endif
7062 for (w = wtmplist; *w; w++) {
7063 if ((a = fopen(*w, "r")) != NULL || errno == EACCES) {
7064 fprintf(f, "%s\n", *w);
7065 exit(0);
7066 }
7067 }
7068 exit(0);
7069 }
7070 _ACEOF
7071 if ac_fn_cxx_try_run "$LINENO"; then :
7072 pt_cv_path_wtmp=`cat conftestval`
7073 else
7074 pt_cv_path_wtmp=
7075 fi
7076 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
7077 conftest.$ac_objext conftest.beam conftest.$ac_ext
7078 fi
7079
7080 fi
7081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $pt_cv_path_wtmp" >&5
7082 $as_echo "$pt_cv_path_wtmp" >&6; }
7083 if test x$pt_cv_path_wtmp != x; then
7084
7085 cat >>confdefs.h <<_ACEOF
7086 #define WTMP_FILE "$pt_cv_path_wtmp"
7087 _ACEOF
7088
7089 fi
7090
7091 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where wtmpx is located" >&5
7092 $as_echo_n "checking where wtmpx is located... " >&6; }
7093 if test "${pt_cv_path_wtmpx+set}" = set; then :
7094 $as_echo_n "(cached) " >&6
7095 else
7096 if test "$cross_compiling" = yes; then :
7097 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Define WTMPX_FILE in config.h manually" >&5
7098 $as_echo "$as_me: WARNING: Define WTMPX_FILE in config.h manually" >&2;}
7099 else
7100 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7101 /* end confdefs.h. */
7102 #include <stdio.h>
7103 #include <stdlib.h>
7104 #ifdef HAVE_UTMPX_H
7105 #include <utmpx.h>
7106 #endif
7107 #include <errno.h>
7108 main()
7109 {
7110 char **w, *wtmplist[] = {
7111 "/var/log/wtmpx", "/var/adm/wtmpx", NULL };
7112 FILE *a, *f=fopen("conftestval", "w");
7113 if (!f) exit(1);
7114 #ifdef WTMPX_FILE
7115 fprintf(f, "%s\n", WTMPX_FILE);
7116 exit(0);
7117 #endif
7118 #ifdef _PATH_WTMPX
7119 fprintf(f, "%s\n", _PATH_WTMPX);
7120 exit(0);
7121 #endif
7122 for (w = wtmplist; *w; w++) {
7123 if ((a = fopen(*w, "r")) != NULL || errno == EACCES) {
7124 fprintf(f, "%s\n", *w);
7125 exit(0);
7126 }
7127 }
7128 exit(0);
7129 }
7130 _ACEOF
7131 if ac_fn_cxx_try_run "$LINENO"; then :
7132 pt_cv_path_wtmpx=`cat conftestval`
7133 else
7134 pt_cv_path_wtmpx=
7135 fi
7136 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
7137 conftest.$ac_objext conftest.beam conftest.$ac_ext
7138 fi
7139
7140 fi
7141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $pt_cv_path_wtmpx" >&5
7142 $as_echo "$pt_cv_path_wtmpx" >&6; }
7143 if test x$pt_cv_path_wtmpx != x; then
7144
7145 cat >>confdefs.h <<_ACEOF
7146 #define WTMPX_FILE "$pt_cv_path_wtmpx"
7147 _ACEOF
7148
7149 fi
7150
7151 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where lastlog is located" >&5
7152 $as_echo_n "checking where lastlog is located... " >&6; }
7153 if test "${pt_cv_path_lastlog+set}" = set; then :
7154 $as_echo_n "(cached) " >&6
7155 else
7156 if test "$cross_compiling" = yes; then :
7157 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Define LASTLOG_FILE in config.h manually" >&5
7158 $as_echo "$as_me: WARNING: Define LASTLOG_FILE in config.h manually" >&2;}
7159 else
7160 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7161 /* end confdefs.h. */
7162 #include <stdio.h>
7163 #include <stdlib.h>
7164 #include <sys/types.h>
7165 #ifdef HAVE_UTMPX_H
7166 #include <utmpx.h>
7167 #elif defined(HAVE_UTMP_H)
7168 #include <utmp.h>
7169 #endif
7170 #ifdef HAVE_LASTLOG_H
7171 #include <lastlog.h>
7172 #endif
7173 #include <errno.h>
7174 main()
7175 {
7176 char **w, *lastloglist[] = { "/var/log/lastlog", NULL };
7177 FILE *a, *f=fopen("conftestval", "w");
7178 if (!f) exit(1);
7179 #ifdef LASTLOG_FILE
7180 fprintf(f, "%s\n", LASTLOG_FILE);
7181 exit(0);
7182 #endif
7183 #ifdef _PATH_LASTLOG
7184 fprintf(f, "%s\n", _PATH_LASTLOG);
7185 exit(0);
7186 #endif
7187 for (w = lastloglist; *w; w++) {
7188 if ((a = fopen(*w, "r")) != NULL || errno == EACCES) {
7189 fprintf(f, "%s\n", *w);
7190 exit(0);
7191 }
7192 }
7193 exit(0);
7194 }
7195 _ACEOF
7196 if ac_fn_cxx_try_run "$LINENO"; then :
7197 pt_cv_path_lastlog=`cat conftestval`
7198 else
7199 pt_cv_path_lastlog=
7200 fi
7201 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
7202 conftest.$ac_objext conftest.beam conftest.$ac_ext
7203 fi
7204
7205 fi
7206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $pt_cv_path_lastlog" >&5
7207 $as_echo "$pt_cv_path_lastlog" >&6; }
7208 if test x$pt_cv_path_lastlog != x; then
7209
7210 cat >>confdefs.h <<_ACEOF
7211 #define LASTLOG_FILE "$pt_cv_path_lastlog"
7212 _ACEOF
7213
7214 fi
7215
7216 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where lastlogx is located" >&5
7217 $as_echo_n "checking where lastlogx is located... " >&6; }
7218 if test "${pt_cv_path_lastlogx+set}" = set; then :
7219 $as_echo_n "(cached) " >&6
7220 else
7221 if test "$cross_compiling" = yes; then :
7222 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Define LASTLOGX_FILE in config.h manually" >&5
7223 $as_echo "$as_me: WARNING: Define LASTLOGX_FILE in config.h manually" >&2;}
7224 else
7225 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7226 /* end confdefs.h. */
7227 #include <stdio.h>
7228 #include <stdlib.h>
7229 #ifdef HAVE_UTMPX_H
7230 #include <utmpx.h>
7231 #endif
7232 #include <errno.h>
7233 main()
7234 {
7235 char **w, *wtmplist[] = { "/var/log/lastlogx", "/var/adm/lastlogx", NULL };
7236 FILE *a, *f=fopen("conftestval", "w");
7237 if (!f) exit(1);
7238 #ifdef LASTLOGX_FILE
7239 fprintf(f, "%s\n", LASTLOGX_FILE);
7240 exit(0);
7241 #endif
7242 #ifdef _PATH_LASTLOGX
7243 fprintf(f, "%s\n", _PATH_LASTLOGX);
7244 exit(0);
7245 #endif
7246 for (w = wtmplist; *w; w++) {
7247 if ((a = fopen(*w, "r")) != NULL || errno == EACCES) {
7248 fprintf(f, "%s\n", *w);
7249 exit(0);
7250 }
7251 }
7252 exit(0);
7253 }
7254 _ACEOF
7255 if ac_fn_cxx_try_run "$LINENO"; then :
7256 pt_cv_path_lastlogx=`cat conftestval`
7257 else
7258 pt_cv_path_lastlogx=
7259 fi
7260 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
7261 conftest.$ac_objext conftest.beam conftest.$ac_ext
7262 fi
7263
7264 fi
7265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $pt_cv_path_lastlogx" >&5
7266 $as_echo "$pt_cv_path_lastlogx" >&6; }
7267 if test x$pt_cv_path_lastlogx != x; then
7268
7269 cat >>confdefs.h <<_ACEOF
7270 #define LASTLOGX_FILE "$pt_cv_path_lastlogx"
7271 _ACEOF
7272
7273 fi
7274
7275
7276
7277
7278 save_LIBS=$LIBS
7279 save_CFLAGS=$CFLAGS
7280 CFLAGS="$CFLAGS $X_CFLAGS"
7281 LIBS="$LIBS $X_LIBS $X_EXTRA_LIBS -lX11"
7282 if test x$support_xim = xyes; then
7283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working Xlocale" >&5
7284 $as_echo_n "checking for working Xlocale... " >&6; }
7285 if test "${rxvt_cv_func_xlocale+set}" = set; then :
7286 $as_echo_n "(cached) " >&6
7287 else
7288 if test "$cross_compiling" = yes; then :
7289 :
7290 else
7291 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7292 /* end confdefs.h. */
7293 #include <X11/Xlib.h>
7294 #include <stdlib.h>
7295 main() {
7296 char *p;
7297 if ((p = XSetLocaleModifiers("@im=none")) != NULL && *p)
7298 exit (XSupportsLocale() ? 0 : 1);
7299 else
7300 exit (1);}
7301 _ACEOF
7302 if ac_fn_cxx_try_run "$LINENO"; then :
7303 rxvt_cv_func_xlocale=yes
7304 else
7305 rxvt_cv_func_xlocale=no
7306 fi
7307 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
7308 conftest.$ac_objext conftest.beam conftest.$ac_ext
7309 fi
7310
7311 fi
7312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $rxvt_cv_func_xlocale" >&5
7313 $as_echo "$rxvt_cv_func_xlocale" >&6; }
7314 if test x$rxvt_cv_func_xlocale = xyes; then
7315
7316 $as_echo "#define USE_XIM 1" >>confdefs.h
7317
7318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken XIM callback" >&5
7319 $as_echo_n "checking for broken XIM callback... " >&6; }
7320 if test "${rxvt_cv_broken_ximcb+set}" = set; then :
7321 $as_echo_n "(cached) " >&6
7322 else
7323 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7324 /* end confdefs.h. */
7325
7326 #include <X11/Xlib.h>
7327
7328 void im_destroy_cb (XIC unused1, XPointer client_data, XPointer unused3);
7329
7330 void f() {
7331 XIMCallback cb;
7332 cb.callback = im_destroy_cb;
7333 }
7334
7335 _ACEOF
7336 if ac_fn_cxx_try_compile "$LINENO"; then :
7337 rxvt_cv_broken_ximcb=yes
7338 else
7339 rxvt_cv_broken_ximcb=no
7340 fi
7341 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7342 fi
7343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $rxvt_cv_broken_ximcb" >&5
7344 $as_echo "$rxvt_cv_broken_ximcb" >&6; }
7345
7346 if test x$rxvt_cv_broken_ximcb = xyes; then
7347
7348 $as_echo "#define XIMCB_PROTO_BROKEN 1" >>confdefs.h
7349
7350 fi
7351 fi
7352 fi
7353
7354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working X setlocale" >&5
7355 $as_echo_n "checking for working X setlocale... " >&6; }
7356 if test "${rxvt_cv_func_xsetlocale+set}" = set; then :
7357 $as_echo_n "(cached) " >&6
7358 else
7359 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7360 /* end confdefs.h. */
7361 #define X_LOCALE 1
7362 #include <X11/Xlocale.h>
7363 int
7364 main ()
7365 {
7366 setlocale(LC_CTYPE, "");
7367 ;
7368 return 0;
7369 }
7370 _ACEOF
7371 if ac_fn_cxx_try_link "$LINENO"; then :
7372 rxvt_cv_func_xsetlocale=yes
7373 else
7374 rxvt_cv_func_xsetlocale=no
7375 fi
7376 rm -f core conftest.err conftest.$ac_objext \
7377 conftest$ac_exeext conftest.$ac_ext
7378 fi
7379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $rxvt_cv_func_xsetlocale" >&5
7380 $as_echo "$rxvt_cv_func_xsetlocale" >&6; }
7381 if test x$rxvt_cv_func_xsetlocale = xyes; then
7382
7383 $as_echo "#define HAVE_XSETLOCALE 1" >>confdefs.h
7384
7385 fi
7386 LIBS=$save_LIBS
7387 CFLAGS=$save_CFLAGS
7388
7389 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working plain setlocale" >&5
7390 $as_echo_n "checking for working plain setlocale... " >&6; }
7391 if test "${rxvt_cv_func_setlocale+set}" = set; then :
7392 $as_echo_n "(cached) " >&6
7393 else
7394 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7395 /* end confdefs.h. */
7396 #include <clocale>
7397 int
7398 main ()
7399 {
7400 setlocale(LC_CTYPE, "");
7401 ;
7402 return 0;
7403 }
7404 _ACEOF
7405 if ac_fn_cxx_try_link "$LINENO"; then :
7406 rxvt_cv_func_setlocale=yes
7407 else
7408 rxvt_cv_func_setlocale=no
7409 fi
7410 rm -f core conftest.err conftest.$ac_objext \
7411 conftest$ac_exeext conftest.$ac_ext
7412 fi
7413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $rxvt_cv_func_setlocale" >&5
7414 $as_echo "$rxvt_cv_func_setlocale" >&6; }
7415 if test x$rxvt_cv_func_setlocale = xyes; then
7416
7417 $as_echo "#define HAVE_SETLOCALE 1" >>confdefs.h
7418
7419 fi
7420
7421 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working nl_langinfo" >&5
7422 $as_echo_n "checking for working nl_langinfo... " >&6; }
7423 if test "${rxvt_cv_func_nl_langinfo+set}" = set; then :
7424 $as_echo_n "(cached) " >&6
7425 else
7426 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7427 /* end confdefs.h. */
7428 #include <langinfo.h>
7429 int
7430 main ()
7431 {
7432 nl_langinfo(CODESET);
7433 ;
7434 return 0;
7435 }
7436 _ACEOF
7437 if ac_fn_cxx_try_link "$LINENO"; then :
7438 rxvt_cv_func_nl_langinfo=yes
7439 else
7440 rxvt_cv_func_nl_langinfo=no
7441 fi
7442 rm -f core conftest.err conftest.$ac_objext \
7443 conftest$ac_exeext conftest.$ac_ext
7444 fi
7445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $rxvt_cv_func_nl_langinfo" >&5
7446 $as_echo "$rxvt_cv_func_nl_langinfo" >&6; }
7447 if test x$rxvt_cv_func_nl_langinfo = xyes; then
7448
7449 $as_echo "#define HAVE_NL_LANGINFO 1" >>confdefs.h
7450
7451 fi
7452
7453
7454 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for unix-compliant filehandle passing ability" >&5
7455 $as_echo_n "checking for unix-compliant filehandle passing ability... " >&6; }
7456 if test "${pt_cv_can_pass_fds+set}" = set; then :
7457 $as_echo_n "(cached) " >&6
7458 else
7459 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7460 /* end confdefs.h. */
7461
7462 #include <cstddef> // broken bsds (is that redundant?) need this
7463 #include <sys/types.h>
7464 #include <sys/socket.h>
7465 #include <sys/uio.h>
7466
7467 int
7468 main ()
7469 {
7470
7471 {
7472 msghdr msg;
7473 iovec iov;
7474 char buf [100];
7475 char data = 0;
7476
7477 iov.iov_base = &data;
7478 iov.iov_len = 1;
7479
7480 msg.msg_iov = &iov;
7481 msg.msg_iovlen = 1;
7482 msg.msg_control = buf;
7483 msg.msg_controllen = sizeof buf;
7484
7485 cmsghdr *cmsg = CMSG_FIRSTHDR (&msg);
7486 cmsg->cmsg_level = SOL_SOCKET;
7487 cmsg->cmsg_type = SCM_RIGHTS;
7488 cmsg->cmsg_len = 100;
7489
7490 *(int *)CMSG_DATA (cmsg) = 5;
7491
7492 return sendmsg (3, &msg, 0);
7493 }
7494
7495 ;
7496 return 0;
7497 }
7498 _ACEOF
7499 if ac_fn_cxx_try_link "$LINENO"; then :
7500 pt_cv_can_pass_fds=yes
7501 else
7502 pt_cv_can_pass_fds=no
7503 fi
7504 rm -f core conftest.err conftest.$ac_objext \
7505 conftest$ac_exeext conftest.$ac_ext
7506 fi
7507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $pt_cv_can_pass_fds" >&5
7508 $as_echo "$pt_cv_can_pass_fds" >&6; }
7509 if test x$pt_cv_can_pass_fds = xyes; then
7510
7511 $as_echo "#define HAVE_UNIX_FDPASS 1" >>confdefs.h
7512
7513 else
7514 as_fn_error "libptytty requires unix-compliant filehandle passing ability" "$LINENO" 5
7515 fi
7516
7517
7518
7519 for ac_header in \
7520 pty.h \
7521 util.h \
7522 libutil.h \
7523 sys/ioctl.h \
7524 sys/stropts.h \
7525 stropts.h \
7526
7527 do :
7528 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7529 ac_fn_cxx_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
7530 eval as_val=\$$as_ac_Header
7531 if test "x$as_val" = x""yes; then :
7532 cat >>confdefs.h <<_ACEOF
7533 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7534 _ACEOF
7535
7536 fi
7537
7538 done
7539
7540
7541 for ac_func in \
7542 revoke \
7543 _getpty \
7544 getpt \
7545 posix_openpt \
7546 isastream \
7547 setuid \
7548 seteuid \
7549 setreuid \
7550 setresuid \
7551
7552 do :
7553 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
7554 ac_fn_cxx_check_func "$LINENO" "$ac_func" "$as_ac_var"
7555 eval as_val=\$$as_ac_var
7556 if test "x$as_val" = x""yes; then :
7557 cat >>confdefs.h <<_ACEOF
7558 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
7559 _ACEOF
7560
7561 fi
7562 done
7563
7564
7565 have_clone=no
7566
7567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for /dev/ptc" >&5
7568 $as_echo_n "checking for /dev/ptc... " >&6; }
7569 if test -e /dev/ptc; then
7570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7571 $as_echo "yes" >&6; }
7572
7573 $as_echo "#define CLONE_DEVICE \"/dev/ptc\"" >>confdefs.h
7574
7575 have_clone=yes
7576 else
7577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7578 $as_echo "no" >&6; }
7579 fi
7580
7581 case $host in
7582 *-*-cygwin*)
7583 have_clone=yes
7584
7585 $as_echo "#define CLONE_DEVICE \"/dev/ptmx\"" >>confdefs.h
7586
7587 ;;
7588 *)
7589 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for /dev/ptmx" >&5
7590 $as_echo_n "checking for /dev/ptmx... " >&6; }
7591 if test -e /dev/ptmx; then
7592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7593 $as_echo "yes" >&6; }
7594
7595 $as_echo "#define HAVE_DEV_PTMX 1" >>confdefs.h
7596
7597
7598 $as_echo "#define CLONE_DEVICE \"/dev/ptmx\"" >>confdefs.h
7599
7600 have_clone=yes
7601 else
7602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7603 $as_echo "no" >&6; }
7604 fi
7605 ;;
7606 esac
7607
7608 if test x$ac_cv_func_getpt = xyes -o x$ac_cv_func_posix_openpt = xyes -o x$have_clone = xyes; then
7609 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for UNIX98 ptys" >&5
7610 $as_echo_n "checking for UNIX98 ptys... " >&6; }
7611 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7612 /* end confdefs.h. */
7613 #include <stdlib.h>
7614 int
7615 main ()
7616 {
7617 grantpt(0);unlockpt(0);ptsname(0);
7618 ;
7619 return 0;
7620 }
7621 _ACEOF
7622 if ac_fn_cxx_try_link "$LINENO"; then :
7623 unix98_pty=yes
7624
7625 $as_echo "#define UNIX98_PTY 1" >>confdefs.h
7626
7627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7628 $as_echo "yes" >&6; }
7629 else
7630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7631 $as_echo "no" >&6; }
7632 fi
7633 rm -f core conftest.err conftest.$ac_objext \
7634 conftest$ac_exeext conftest.$ac_ext
7635 fi
7636
7637 if test -z "$unix98_pty"; then
7638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing openpty" >&5
7639 $as_echo_n "checking for library containing openpty... " >&6; }
7640 if test "${ac_cv_search_openpty+set}" = set; then :
7641 $as_echo_n "(cached) " >&6
7642 else
7643 ac_func_search_save_LIBS=$LIBS
7644 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7645 /* end confdefs.h. */
7646
7647 /* Override any GCC internal prototype to avoid an error.
7648 Use char because int might match the return type of a GCC
7649 builtin and then its argument prototype would still apply. */
7650 #ifdef __cplusplus
7651 extern "C"
7652 #endif
7653 char openpty ();
7654 int
7655 main ()
7656 {
7657 return openpty ();
7658 ;
7659 return 0;
7660 }
7661 _ACEOF
7662 for ac_lib in '' util; do
7663 if test -z "$ac_lib"; then
7664 ac_res="none required"
7665 else
7666 ac_res=-l$ac_lib
7667 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7668 fi
7669 if ac_fn_cxx_try_link "$LINENO"; then :
7670 ac_cv_search_openpty=$ac_res
7671 fi
7672 rm -f core conftest.err conftest.$ac_objext \
7673 conftest$ac_exeext
7674 if test "${ac_cv_search_openpty+set}" = set; then :
7675 break
7676 fi
7677 done
7678 if test "${ac_cv_search_openpty+set}" = set; then :
7679
7680 else
7681 ac_cv_search_openpty=no
7682 fi
7683 rm conftest.$ac_ext
7684 LIBS=$ac_func_search_save_LIBS
7685 fi
7686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_openpty" >&5
7687 $as_echo "$ac_cv_search_openpty" >&6; }
7688 ac_res=$ac_cv_search_openpty
7689 if test "$ac_res" != no; then :
7690 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7691
7692 $as_echo "#define HAVE_OPENPTY 1" >>confdefs.h
7693
7694 fi
7695
7696 fi
7697
7698
7699
7700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tty group" >&5
7701 $as_echo_n "checking for tty group... " >&6; }
7702 if test "${pt_cv_tty_group+set}" = set; then :
7703 $as_echo_n "(cached) " >&6
7704 else
7705 if test "$cross_compiling" = yes; then :
7706 pt_cv_tty_group=no
7707 else
7708 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7709 /* end confdefs.h. */
7710
7711 #include <sys/types.h>
7712 #include <sys/stat.h>
7713 #include <unistd.h>
7714 #include <grp.h>
7715
7716 main()
7717 {
7718 struct stat st;
7719 struct group *gr;
7720 char *tty;
7721 gr = getgrnam("tty");
7722 tty = ttyname(0);
7723 if (gr != 0
7724 && tty != 0
7725 && (stat(tty, &st)) == 0
7726 && st.st_gid == gr->gr_gid)
7727 return 0;
7728 else
7729 return 1;
7730 }
7731 _ACEOF
7732 if ac_fn_cxx_try_run "$LINENO"; then :
7733 pt_cv_tty_group=yes
7734 else
7735 pt_cv_tty_group=no
7736 fi
7737 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
7738 conftest.$ac_objext conftest.beam conftest.$ac_ext
7739 fi
7740
7741 fi
7742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $pt_cv_tty_group" >&5
7743 $as_echo "$pt_cv_tty_group" >&6; }
7744 if test x$pt_cv_tty_group = xyes; then
7745
7746 $as_echo "#define TTY_GID_SUPPORT 1" >>confdefs.h
7747
7748 fi
7749
7750 if test x$support_xft = xyes; then
7751 # Extract the first word of "pkg-config", so it can be a program name with args.
7752 set dummy pkg-config; ac_word=$2
7753 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7754 $as_echo_n "checking for $ac_word... " >&6; }
7755 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
7756 $as_echo_n "(cached) " >&6
7757 else
7758 case $PKG_CONFIG in
7759 [\\/]* | ?:[\\/]*)
7760 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
7761 ;;
7762 *)
7763 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7764 for as_dir in $PATH
7765 do
7766 IFS=$as_save_IFS
7767 test -z "$as_dir" && as_dir=.
7768 for ac_exec_ext in '' $ac_executable_extensions; do
7769 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7770 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
7771 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7772 break 2
7773 fi
7774 done
7775 done
7776 IFS=$as_save_IFS
7777
7778 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
7779 ;;
7780 esac
7781 fi
7782 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
7783 if test -n "$PKG_CONFIG"; then
7784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
7785 $as_echo "$PKG_CONFIG" >&6; }
7786 else
7787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7788 $as_echo "no" >&6; }
7789 fi
7790
7791
7792 if test $PKG_CONFIG != no && $PKG_CONFIG --exists xft; then
7793 X_LIBS="`$PKG_CONFIG xft --libs` $X_LIBS"
7794 CPPFLAGS="$CPPFLAGS `$PKG_CONFIG xft --cflags`"
7795 else
7796 # Extract the first word of "xft-config", so it can be a program name with args.
7797 set dummy xft-config; ac_word=$2
7798 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7799 $as_echo_n "checking for $ac_word... " >&6; }
7800 if test "${ac_cv_path_XFT_CONFIG+set}" = set; then :
7801 $as_echo_n "(cached) " >&6
7802 else
7803 case $XFT_CONFIG in
7804 [\\/]* | ?:[\\/]*)
7805 ac_cv_path_XFT_CONFIG="$XFT_CONFIG" # Let the user override the test with a path.
7806 ;;
7807 *)
7808 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7809 for as_dir in $PATH
7810 do
7811 IFS=$as_save_IFS
7812 test -z "$as_dir" && as_dir=.
7813 for ac_exec_ext in '' $ac_executable_extensions; do
7814 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7815 ac_cv_path_XFT_CONFIG="$as_dir/$ac_word$ac_exec_ext"
7816 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7817 break 2
7818 fi
7819 done
7820 done
7821 IFS=$as_save_IFS
7822
7823 test -z "$ac_cv_path_XFT_CONFIG" && ac_cv_path_XFT_CONFIG="no"
7824 ;;
7825 esac
7826 fi
7827 XFT_CONFIG=$ac_cv_path_XFT_CONFIG
7828 if test -n "$XFT_CONFIG"; then
7829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XFT_CONFIG" >&5
7830 $as_echo "$XFT_CONFIG" >&6; }
7831 else
7832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7833 $as_echo "no" >&6; }
7834 fi
7835
7836
7837 if test $XFT_CONFIG != no; then
7838 X_LIBS="`$XFT_CONFIG --libs` $X_LIBS"
7839 CPPFLAGS="$CPPFLAGS `$XFT_CONFIG --cflags`"
7840 fi
7841 fi
7842
7843 save_LIBS="$LIBS"
7844 LIBS="$LIBS $X_LIBS"
7845 for ac_header in X11/Xft/Xft.h
7846 do :
7847 ac_fn_cxx_check_header_mongrel "$LINENO" "X11/Xft/Xft.h" "ac_cv_header_X11_Xft_Xft_h" "$ac_includes_default"
7848 if test "x$ac_cv_header_X11_Xft_Xft_h" = x""yes; then :
7849 cat >>confdefs.h <<_ACEOF
7850 #define HAVE_X11_XFT_XFT_H 1
7851 _ACEOF
7852
7853 else
7854 support_xft=no
7855 fi
7856
7857 done
7858
7859 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XftDrawString32 in -lXft" >&5
7860 $as_echo_n "checking for XftDrawString32 in -lXft... " >&6; }
7861 if test "${ac_cv_lib_Xft_XftDrawString32+set}" = set; then :
7862 $as_echo_n "(cached) " >&6
7863 else
7864 ac_check_lib_save_LIBS=$LIBS
7865 LIBS="-lXft $LIBS"
7866 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7867 /* end confdefs.h. */
7868
7869 /* Override any GCC internal prototype to avoid an error.
7870 Use char because int might match the return type of a GCC
7871 builtin and then its argument prototype would still apply. */
7872 #ifdef __cplusplus
7873 extern "C"
7874 #endif
7875 char XftDrawString32 ();
7876 int
7877 main ()
7878 {
7879 return XftDrawString32 ();
7880 ;
7881 return 0;
7882 }
7883 _ACEOF
7884 if ac_fn_cxx_try_link "$LINENO"; then :
7885 ac_cv_lib_Xft_XftDrawString32=yes
7886 else
7887 ac_cv_lib_Xft_XftDrawString32=no
7888 fi
7889 rm -f core conftest.err conftest.$ac_objext \
7890 conftest$ac_exeext conftest.$ac_ext
7891 LIBS=$ac_check_lib_save_LIBS
7892 fi
7893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xft_XftDrawString32" >&5
7894 $as_echo "$ac_cv_lib_Xft_XftDrawString32" >&6; }
7895 if test "x$ac_cv_lib_Xft_XftDrawString32" = x""yes; then :
7896 :
7897 else
7898 support_xft=no
7899 fi
7900
7901 LIBS="$save_LIBS"
7902
7903 if test x$support_xft = xyes; then
7904
7905 $as_echo "#define XFT 1" >>confdefs.h
7906
7907 fi
7908 fi
7909 if test x$support_styles = xyes; then
7910
7911 $as_echo "#define ENABLE_STYLES 1" >>confdefs.h
7912
7913 fi
7914 if test x$support_iso14755 = xyes; then
7915
7916 $as_echo "#define ISO_14755 1" >>confdefs.h
7917
7918 fi
7919 if test x$support_8bitctrls = xyes; then
7920
7921 $as_echo "#define EIGHT_BIT_CONTROLS 1" >>confdefs.h
7922
7923 fi
7924 if test x$support_fading = xyes; then
7925
7926 $as_echo "#define OFF_FOCUS_FADING 1" >>confdefs.h
7927
7928 fi
7929 if test x$support_inheritpixmap = xyes; then
7930
7931 $as_echo "#define ENABLE_TRANSPARENCY 1" >>confdefs.h
7932
7933 fi
7934 if test x$support_keepscrolling = xno; then
7935
7936 $as_echo "#define NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING 1" >>confdefs.h
7937
7938 fi
7939 if test x$support_selectionscrolling = xyes; then
7940
7941 $as_echo "#define SELECTION_SCROLLING 1" >>confdefs.h
7942
7943 fi
7944 if test x$support_frills = xyes; then
7945
7946 $as_echo "#define ENABLE_FRILLS 1" >>confdefs.h
7947
7948 fi
7949 if test x$support_mousewheel = xyes; then
7950
7951 $as_echo "#define MOUSE_WHEEL 1" >>confdefs.h
7952
7953 fi
7954 if test x$support_mouseslipwheel = xyes; then
7955
7956 $as_echo "#define MOUSE_SLIP_WHEELING 1" >>confdefs.h
7957
7958 fi
7959
7960
7961 scrolltypes=plain
7962
7963 $as_echo "#define PLAIN_SCROLLBAR 1" >>confdefs.h
7964
7965
7966 if test x$support_scroll_rxvt = xyes; then
7967
7968 $as_echo "#define RXVT_SCROLLBAR 1" >>confdefs.h
7969
7970 scrolltypes="$scrolltypes rxvt"
7971 fi
7972 if test x$support_scroll_next = xyes; then
7973
7974 $as_echo "#define NEXT_SCROLLBAR 1" >>confdefs.h
7975
7976 scrolltypes="$scrolltypes next"
7977 fi
7978 if test x$support_scroll_xterm = xyes; then
7979
7980 $as_echo "#define XTERM_SCROLLBAR 1" >>confdefs.h
7981
7982 scrolltypes="$scrolltypes xterm"
7983 fi
7984 if test x$support_pointer_blank = xyes; then
7985
7986 $as_echo "#define POINTER_BLANK 1" >>confdefs.h
7987
7988 fi
7989 if test x$support_text_blink = xyes; then
7990
7991 $as_echo "#define TEXT_BLINK 1" >>confdefs.h
7992
7993 fi
7994 if test x$support_unicode3 = xyes; then
7995
7996 $as_echo "#define UNICODE_3 1" >>confdefs.h
7997
7998 fi
7999 if test x$support_combining = xyes; then
8000
8001 $as_echo "#define ENABLE_COMBINING 1" >>confdefs.h
8002
8003 fi
8004 if test x$codesets = xall; then
8005 codesets=jp,jp-ext,kr,zh,zh-ext
8006 fi
8007
8008 $as_echo "#define ENCODING_EU 1" >>confdefs.h
8009
8010
8011 $as_echo "#define ENCODING_VN 1" >>confdefs.h
8012
8013 for codeset in `echo $codesets | tr "a-z,\\-" "A-Z _"`; do
8014 case "$codeset" in
8015 JP )
8016 $as_echo "#define ENCODING_JP 1" >>confdefs.h
8017 ;;
8018 JP_EXT )
8019 $as_echo "#define ENCODING_JP_EXT 1" >>confdefs.h
8020 ;;
8021 KR )
8022 $as_echo "#define ENCODING_KR 1" >>confdefs.h
8023 ;;
8024 ZH )
8025 $as_echo "#define ENCODING_ZH 1" >>confdefs.h
8026 ;;
8027 ZH_EXT )
8028 $as_echo "#define ENCODING_ZH_EXT 1" >>confdefs.h
8029 ;;
8030 esac
8031 done
8032
8033 IF_PERL=\#
8034 if test x$support_perl = xyes; then
8035 # Extract the first word of "perl5", so it can be a program name with args.
8036 set dummy perl5; ac_word=$2
8037 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8038 $as_echo_n "checking for $ac_word... " >&6; }
8039 if test "${ac_cv_path_PERL+set}" = set; then :
8040 $as_echo_n "(cached) " >&6
8041 else
8042 case $PERL in
8043 [\\/]* | ?:[\\/]*)
8044 ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
8045 ;;
8046 *)
8047 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8048 for as_dir in $PATH
8049 do
8050 IFS=$as_save_IFS
8051 test -z "$as_dir" && as_dir=.
8052 for ac_exec_ext in '' $ac_executable_extensions; do
8053 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8054 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
8055 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8056 break 2
8057 fi
8058 done
8059 done
8060 IFS=$as_save_IFS
8061
8062 ;;
8063 esac
8064 fi
8065 PERL=$ac_cv_path_PERL
8066 if test -n "$PERL"; then
8067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PERL" >&5
8068 $as_echo "$PERL" >&6; }
8069 else
8070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8071 $as_echo "no" >&6; }
8072 fi
8073
8074
8075 # Extract the first word of "perl", so it can be a program name with args.
8076 set dummy perl; ac_word=$2
8077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8078 $as_echo_n "checking for $ac_word... " >&6; }
8079 if test "${ac_cv_path_PERL+set}" = set; then :
8080 $as_echo_n "(cached) " >&6
8081 else
8082 case $PERL in
8083 [\\/]* | ?:[\\/]*)
8084 ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
8085 ;;
8086 *)
8087 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8088 for as_dir in $PATH
8089 do
8090 IFS=$as_save_IFS
8091 test -z "$as_dir" && as_dir=.
8092 for ac_exec_ext in '' $ac_executable_extensions; do
8093 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8094 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
8095 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8096 break 2
8097 fi
8098 done
8099 done
8100 IFS=$as_save_IFS
8101
8102 ;;
8103 esac
8104 fi
8105 PERL=$ac_cv_path_PERL
8106 if test -n "$PERL"; then
8107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PERL" >&5
8108 $as_echo "$PERL" >&6; }
8109 else
8110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8111 $as_echo "no" >&6; }
8112 fi
8113
8114
8115
8116 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $PERL suitability" >&5
8117 $as_echo_n "checking for $PERL suitability... " >&6; }
8118 if $PERL -MExtUtils::Embed -e "use v5.8" >/dev/null 2>/dev/null; then
8119
8120 save_CXXFLAGS="$CXXFLAGS"
8121 save_LIBS="$LIBS"
8122 CXXFLAGS="$CXXFLAGS `$PERL -MExtUtils::Embed -e ccopts`"
8123 LIBS="$LIBS `$PERL -MExtUtils::Embed -e ldopts`"
8124 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8125 /* end confdefs.h. */
8126
8127 #include <EXTERN.h>
8128 #include <perl.h>
8129 #include <XSUB.h>
8130
8131 int
8132 main ()
8133 {
8134
8135 PerlInterpreter *perl = perl_alloc ();
8136
8137 ;
8138 return 0;
8139 }
8140 _ACEOF
8141 if ac_fn_cxx_try_link "$LINENO"; then :
8142 rxvt_perl_link=yes
8143 else
8144 rxvt_perl_link=no
8145 fi
8146 rm -f core conftest.err conftest.$ac_objext \
8147 conftest$ac_exeext conftest.$ac_ext
8148 CXXFLAGS="$save_CXXFLAGS"
8149 LIBS="$save_LIBS"
8150
8151 if test x$rxvt_perl_link = xyes; then
8152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
8153 $as_echo "ok" >&6; }
8154
8155 $as_echo "#define ENABLE_PERL 1" >>confdefs.h
8156
8157 IF_PERL=
8158 PERL_O=rxvtperl.o
8159 PERLFLAGS="`$PERL -MExtUtils::Embed -e ccopts`"
8160 PERLLIB="`$PERL -MExtUtils::Embed -e ldopts`"
8161 PERLPRIVLIBEXP="`$PERL -MConfig -e 'print $Config{privlibexp}'`"
8162 else
8163 as_fn_error "no, unable to link" "$LINENO" 5
8164 fi
8165 else
8166 as_fn_error "no working perl found, or perl not version >= 5.8" "$LINENO" 5
8167 fi
8168 fi
8169
8170
8171
8172
8173
8174
8175
8176
8177 ac_config_files="$ac_config_files Makefile doc/Makefile src/Makefile"
8178
8179 cat >confcache <<\_ACEOF
8180 # This file is a shell script that caches the results of configure
8181 # tests run on this system so they can be shared between configure
8182 # scripts and configure runs, see configure's option --config-cache.
8183 # It is not useful on other systems. If it contains results you don't
8184 # want to keep, you may remove or edit it.
8185 #
8186 # config.status only pays attention to the cache file if you give it
8187 # the --recheck option to rerun configure.
8188 #
8189 # `ac_cv_env_foo' variables (set or unset) will be overridden when
8190 # loading this file, other *unset* `ac_cv_foo' will be assigned the
8191 # following values.
8192
8193 _ACEOF
8194
8195 # The following way of writing the cache mishandles newlines in values,
8196 # but we know of no workaround that is simple, portable, and efficient.
8197 # So, we kill variables containing newlines.
8198 # Ultrix sh set writes to stderr and can't be redirected directly,
8199 # and sets the high bit in the cache file unless we assign to the vars.
8200 (
8201 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
8202 eval ac_val=\$$ac_var
8203 case $ac_val in #(
8204 *${as_nl}*)
8205 case $ac_var in #(
8206 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
8207 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
8208 esac
8209 case $ac_var in #(
8210 _ | IFS | as_nl) ;; #(
8211 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
8212 *) { eval $ac_var=; unset $ac_var;} ;;
8213 esac ;;
8214 esac
8215 done
8216
8217 (set) 2>&1 |
8218 case $as_nl`(ac_space=' '; set) 2>&1` in #(
8219 *${as_nl}ac_space=\ *)
8220 # `set' does not quote correctly, so add quotes: double-quote
8221 # substitution turns \\\\ into \\, and sed turns \\ into \.
8222 sed -n \
8223 "s/'/'\\\\''/g;
8224 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
8225 ;; #(
8226 *)
8227 # `set' quotes correctly as required by POSIX, so do not add quotes.
8228 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
8229 ;;
8230 esac |
8231 sort
8232 ) |
8233 sed '
8234 /^ac_cv_env_/b end
8235 t clear
8236 :clear
8237 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
8238 t end
8239 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
8240 :end' >>confcache
8241 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
8242 if test -w "$cache_file"; then
8243 test "x$cache_file" != "x/dev/null" &&
8244 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
8245 $as_echo "$as_me: updating cache $cache_file" >&6;}
8246 cat confcache >$cache_file
8247 else
8248 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
8249 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
8250 fi
8251 fi
8252 rm -f confcache
8253
8254 test "x$prefix" = xNONE && prefix=$ac_default_prefix
8255 # Let make expand exec_prefix.
8256 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
8257
8258 DEFS=-DHAVE_CONFIG_H
8259
8260 ac_libobjs=
8261 ac_ltlibobjs=
8262 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
8263 # 1. Remove the extension, and $U if already installed.
8264 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
8265 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
8266 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
8267 # will be set to the directory where LIBOBJS objects are built.
8268 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
8269 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
8270 done
8271 LIBOBJS=$ac_libobjs
8272
8273 LTLIBOBJS=$ac_ltlibobjs
8274
8275
8276
8277 : ${CONFIG_STATUS=./config.status}
8278 ac_write_fail=0
8279 ac_clean_files_save=$ac_clean_files
8280 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
8281 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
8282 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
8283 as_write_fail=0
8284 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
8285 #! $SHELL
8286 # Generated by $as_me.
8287 # Run this file to recreate the current configuration.
8288 # Compiler output produced by configure, useful for debugging
8289 # configure, is in config.log if it exists.
8290
8291 debug=false
8292 ac_cs_recheck=false
8293 ac_cs_silent=false
8294
8295 SHELL=\${CONFIG_SHELL-$SHELL}
8296 export SHELL
8297 _ASEOF
8298 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
8299 ## -------------------- ##
8300 ## M4sh Initialization. ##
8301 ## -------------------- ##
8302
8303 # Be more Bourne compatible
8304 DUALCASE=1; export DUALCASE # for MKS sh
8305 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
8306 emulate sh
8307 NULLCMD=:
8308 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
8309 # is contrary to our usage. Disable this feature.
8310 alias -g '${1+"$@"}'='"$@"'
8311 setopt NO_GLOB_SUBST
8312 else
8313 case `(set -o) 2>/dev/null` in #(
8314 *posix*) :
8315 set -o posix ;; #(
8316 *) :
8317 ;;
8318 esac
8319 fi
8320
8321
8322 as_nl='
8323 '
8324 export as_nl
8325 # Printing a long string crashes Solaris 7 /usr/bin/printf.
8326 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
8327 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
8328 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
8329 # Prefer a ksh shell builtin over an external printf program on Solaris,
8330 # but without wasting forks for bash or zsh.
8331 if test -z "$BASH_VERSION$ZSH_VERSION" \
8332 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
8333 as_echo='print -r --'
8334 as_echo_n='print -rn --'
8335 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
8336 as_echo='printf %s\n'
8337 as_echo_n='printf %s'
8338 else
8339 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
8340 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
8341 as_echo_n='/usr/ucb/echo -n'
8342 else
8343 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
8344 as_echo_n_body='eval
8345 arg=$1;
8346 case $arg in #(
8347 *"$as_nl"*)
8348 expr "X$arg" : "X\\(.*\\)$as_nl";
8349 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
8350 esac;
8351 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
8352 '
8353 export as_echo_n_body
8354 as_echo_n='sh -c $as_echo_n_body as_echo'
8355 fi
8356 export as_echo_body
8357 as_echo='sh -c $as_echo_body as_echo'
8358 fi
8359
8360 # The user is always right.
8361 if test "${PATH_SEPARATOR+set}" != set; then
8362 PATH_SEPARATOR=:
8363 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
8364 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
8365 PATH_SEPARATOR=';'
8366 }
8367 fi
8368
8369
8370 # IFS
8371 # We need space, tab and new line, in precisely that order. Quoting is
8372 # there to prevent editors from complaining about space-tab.
8373 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
8374 # splitting by setting IFS to empty value.)
8375 IFS=" "" $as_nl"
8376
8377 # Find who we are. Look in the path if we contain no directory separator.
8378 case $0 in #((
8379 *[\\/]* ) as_myself=$0 ;;
8380 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8381 for as_dir in $PATH
8382 do
8383 IFS=$as_save_IFS
8384 test -z "$as_dir" && as_dir=.
8385 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
8386 done
8387 IFS=$as_save_IFS
8388
8389 ;;
8390 esac
8391 # We did not find ourselves, most probably we were run as `sh COMMAND'
8392 # in which case we are not to be found in the path.
8393 if test "x$as_myself" = x; then
8394 as_myself=$0
8395 fi
8396 if test ! -f "$as_myself"; then
8397 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
8398 exit 1
8399 fi
8400
8401 # Unset variables that we do not need and which cause bugs (e.g. in
8402 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
8403 # suppresses any "Segmentation fault" message there. '((' could
8404 # trigger a bug in pdksh 5.2.14.
8405 for as_var in BASH_ENV ENV MAIL MAILPATH
8406 do eval test x\${$as_var+set} = xset \
8407 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
8408 done
8409 PS1='$ '
8410 PS2='> '
8411 PS4='+ '
8412
8413 # NLS nuisances.
8414 LC_ALL=C
8415 export LC_ALL
8416 LANGUAGE=C
8417 export LANGUAGE
8418
8419 # CDPATH.
8420 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
8421
8422
8423 # as_fn_error ERROR [LINENO LOG_FD]
8424 # ---------------------------------
8425 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
8426 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
8427 # script with status $?, using 1 if that was 0.
8428 as_fn_error ()
8429 {
8430 as_status=$?; test $as_status -eq 0 && as_status=1
8431 if test "$3"; then
8432 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
8433 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
8434 fi
8435 $as_echo "$as_me: error: $1" >&2
8436 as_fn_exit $as_status
8437 } # as_fn_error
8438
8439
8440 # as_fn_set_status STATUS
8441 # -----------------------
8442 # Set $? to STATUS, without forking.
8443 as_fn_set_status ()
8444 {
8445 return $1
8446 } # as_fn_set_status
8447
8448 # as_fn_exit STATUS
8449 # -----------------
8450 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
8451 as_fn_exit ()
8452 {
8453 set +e
8454 as_fn_set_status $1
8455 exit $1
8456 } # as_fn_exit
8457
8458 # as_fn_unset VAR
8459 # ---------------
8460 # Portably unset VAR.
8461 as_fn_unset ()
8462 {
8463 { eval $1=; unset $1;}
8464 }
8465 as_unset=as_fn_unset
8466 # as_fn_append VAR VALUE
8467 # ----------------------
8468 # Append the text in VALUE to the end of the definition contained in VAR. Take
8469 # advantage of any shell optimizations that allow amortized linear growth over
8470 # repeated appends, instead of the typical quadratic growth present in naive
8471 # implementations.
8472 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
8473 eval 'as_fn_append ()
8474 {
8475 eval $1+=\$2
8476 }'
8477 else
8478 as_fn_append ()
8479 {
8480 eval $1=\$$1\$2
8481 }
8482 fi # as_fn_append
8483
8484 # as_fn_arith ARG...
8485 # ------------------
8486 # Perform arithmetic evaluation on the ARGs, and store the result in the
8487 # global $as_val. Take advantage of shells that can avoid forks. The arguments
8488 # must be portable across $(()) and expr.
8489 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
8490 eval 'as_fn_arith ()
8491 {
8492 as_val=$(( $* ))
8493 }'
8494 else
8495 as_fn_arith ()
8496 {
8497 as_val=`expr "$@" || test $? -eq 1`
8498 }
8499 fi # as_fn_arith
8500
8501
8502 if expr a : '\(a\)' >/dev/null 2>&1 &&
8503 test "X`expr 00001 : '.*\(...\)'`" = X001; then
8504 as_expr=expr
8505 else
8506 as_expr=false
8507 fi
8508
8509 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
8510 as_basename=basename
8511 else
8512 as_basename=false
8513 fi
8514
8515 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
8516 as_dirname=dirname
8517 else
8518 as_dirname=false
8519 fi
8520
8521 as_me=`$as_basename -- "$0" ||
8522 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
8523 X"$0" : 'X\(//\)$' \| \
8524 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
8525 $as_echo X/"$0" |
8526 sed '/^.*\/\([^/][^/]*\)\/*$/{
8527 s//\1/
8528 q
8529 }
8530 /^X\/\(\/\/\)$/{
8531 s//\1/
8532 q
8533 }
8534 /^X\/\(\/\).*/{
8535 s//\1/
8536 q
8537 }
8538 s/.*/./; q'`
8539
8540 # Avoid depending upon Character Ranges.
8541 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
8542 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
8543 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
8544 as_cr_digits='0123456789'
8545 as_cr_alnum=$as_cr_Letters$as_cr_digits
8546
8547 ECHO_C= ECHO_N= ECHO_T=
8548 case `echo -n x` in #(((((
8549 -n*)
8550 case `echo 'xy\c'` in
8551 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
8552 xy) ECHO_C='\c';;
8553 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
8554 ECHO_T=' ';;
8555 esac;;
8556 *)
8557 ECHO_N='-n';;
8558 esac
8559
8560 rm -f conf$$ conf$$.exe conf$$.file
8561 if test -d conf$$.dir; then
8562 rm -f conf$$.dir/conf$$.file
8563 else
8564 rm -f conf$$.dir
8565 mkdir conf$$.dir 2>/dev/null
8566 fi
8567 if (echo >conf$$.file) 2>/dev/null; then
8568 if ln -s conf$$.file conf$$ 2>/dev/null; then
8569 as_ln_s='ln -s'
8570 # ... but there are two gotchas:
8571 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
8572 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
8573 # In both cases, we have to default to `cp -p'.
8574 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
8575 as_ln_s='cp -p'
8576 elif ln conf$$.file conf$$ 2>/dev/null; then
8577 as_ln_s=ln
8578 else
8579 as_ln_s='cp -p'
8580 fi
8581 else
8582 as_ln_s='cp -p'
8583 fi
8584 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
8585 rmdir conf$$.dir 2>/dev/null
8586
8587
8588 # as_fn_mkdir_p
8589 # -------------
8590 # Create "$as_dir" as a directory, including parents if necessary.
8591 as_fn_mkdir_p ()
8592 {
8593
8594 case $as_dir in #(
8595 -*) as_dir=./$as_dir;;
8596 esac
8597 test -d "$as_dir" || eval $as_mkdir_p || {
8598 as_dirs=
8599 while :; do
8600 case $as_dir in #(
8601 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
8602 *) as_qdir=$as_dir;;
8603 esac
8604 as_dirs="'$as_qdir' $as_dirs"
8605 as_dir=`$as_dirname -- "$as_dir" ||
8606 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8607 X"$as_dir" : 'X\(//\)[^/]' \| \
8608 X"$as_dir" : 'X\(//\)$' \| \
8609 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
8610 $as_echo X"$as_dir" |
8611 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
8612 s//\1/
8613 q
8614 }
8615 /^X\(\/\/\)[^/].*/{
8616 s//\1/
8617 q
8618 }
8619 /^X\(\/\/\)$/{
8620 s//\1/
8621 q
8622 }
8623 /^X\(\/\).*/{
8624 s//\1/
8625 q
8626 }
8627 s/.*/./; q'`
8628 test -d "$as_dir" && break
8629 done
8630 test -z "$as_dirs" || eval "mkdir $as_dirs"
8631 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
8632
8633
8634 } # as_fn_mkdir_p
8635 if mkdir -p . 2>/dev/null; then
8636 as_mkdir_p='mkdir -p "$as_dir"'
8637 else
8638 test -d ./-p && rmdir ./-p
8639 as_mkdir_p=false
8640 fi
8641
8642 if test -x / >/dev/null 2>&1; then
8643 as_test_x='test -x'
8644 else
8645 if ls -dL / >/dev/null 2>&1; then
8646 as_ls_L_option=L
8647 else
8648 as_ls_L_option=
8649 fi
8650 as_test_x='
8651 eval sh -c '\''
8652 if test -d "$1"; then
8653 test -d "$1/.";
8654 else
8655 case $1 in #(
8656 -*)set "./$1";;
8657 esac;
8658 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
8659 ???[sx]*):;;*)false;;esac;fi
8660 '\'' sh
8661 '
8662 fi
8663 as_executable_p=$as_test_x
8664
8665 # Sed expression to map a string onto a valid CPP name.
8666 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
8667
8668 # Sed expression to map a string onto a valid variable name.
8669 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
8670
8671
8672 exec 6>&1
8673 ## ----------------------------------- ##
8674 ## Main body of $CONFIG_STATUS script. ##
8675 ## ----------------------------------- ##
8676 _ASEOF
8677 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
8678
8679 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8680 # Save the log message, to keep $0 and so on meaningful, and to
8681 # report actual input values of CONFIG_FILES etc. instead of their
8682 # values after options handling.
8683 ac_log="
8684 This file was extended by $as_me, which was
8685 generated by GNU Autoconf 2.65. Invocation command line was
8686
8687 CONFIG_FILES = $CONFIG_FILES
8688 CONFIG_HEADERS = $CONFIG_HEADERS
8689 CONFIG_LINKS = $CONFIG_LINKS
8690 CONFIG_COMMANDS = $CONFIG_COMMANDS
8691 $ $0 $@
8692
8693 on `(hostname || uname -n) 2>/dev/null | sed 1q`
8694 "
8695
8696 _ACEOF
8697
8698 case $ac_config_files in *"
8699 "*) set x $ac_config_files; shift; ac_config_files=$*;;
8700 esac
8701
8702 case $ac_config_headers in *"
8703 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
8704 esac
8705
8706
8707 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8708 # Files that config.status was made for.
8709 config_files="$ac_config_files"
8710 config_headers="$ac_config_headers"
8711
8712 _ACEOF
8713
8714 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8715 ac_cs_usage="\
8716 \`$as_me' instantiates files and other configuration actions
8717 from templates according to the current configuration. Unless the files
8718 and actions are specified as TAGs, all are instantiated by default.
8719
8720 Usage: $0 [OPTION]... [TAG]...
8721
8722 -h, --help print this help, then exit
8723 -V, --version print version number and configuration settings, then exit
8724 --config print configuration, then exit
8725 -q, --quiet, --silent
8726 do not print progress messages
8727 -d, --debug don't remove temporary files
8728 --recheck update $as_me by reconfiguring in the same conditions
8729 --file=FILE[:TEMPLATE]
8730 instantiate the configuration file FILE
8731 --header=FILE[:TEMPLATE]
8732 instantiate the configuration header FILE
8733
8734 Configuration files:
8735 $config_files
8736
8737 Configuration headers:
8738 $config_headers
8739
8740 Report bugs to the package provider."
8741
8742 _ACEOF
8743 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8744 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
8745 ac_cs_version="\\
8746 config.status
8747 configured by $0, generated by GNU Autoconf 2.65,
8748 with options \\"\$ac_cs_config\\"
8749
8750 Copyright (C) 2009 Free Software Foundation, Inc.
8751 This config.status script is free software; the Free Software Foundation
8752 gives unlimited permission to copy, distribute and modify it."
8753
8754 ac_pwd='$ac_pwd'
8755 srcdir='$srcdir'
8756 INSTALL='$INSTALL'
8757 test -n "\$AWK" || AWK=awk
8758 _ACEOF
8759
8760 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8761 # The default lists apply if the user does not specify any file.
8762 ac_need_defaults=:
8763 while test $# != 0
8764 do
8765 case $1 in
8766 --*=*)
8767 ac_option=`expr "X$1" : 'X\([^=]*\)='`
8768 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
8769 ac_shift=:
8770 ;;
8771 *)
8772 ac_option=$1
8773 ac_optarg=$2
8774 ac_shift=shift
8775 ;;
8776 esac
8777
8778 case $ac_option in
8779 # Handling of the options.
8780 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
8781 ac_cs_recheck=: ;;
8782 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
8783 $as_echo "$ac_cs_version"; exit ;;
8784 --config | --confi | --conf | --con | --co | --c )
8785 $as_echo "$ac_cs_config"; exit ;;
8786 --debug | --debu | --deb | --de | --d | -d )
8787 debug=: ;;
8788 --file | --fil | --fi | --f )
8789 $ac_shift
8790 case $ac_optarg in
8791 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
8792 esac
8793 as_fn_append CONFIG_FILES " '$ac_optarg'"
8794 ac_need_defaults=false;;
8795 --header | --heade | --head | --hea )
8796 $ac_shift
8797 case $ac_optarg in
8798 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
8799 esac
8800 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
8801 ac_need_defaults=false;;
8802 --he | --h)
8803 # Conflict between --help and --header
8804 as_fn_error "ambiguous option: \`$1'
8805 Try \`$0 --help' for more information.";;
8806 --help | --hel | -h )
8807 $as_echo "$ac_cs_usage"; exit ;;
8808 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
8809 | -silent | --silent | --silen | --sile | --sil | --si | --s)
8810 ac_cs_silent=: ;;
8811
8812 # This is an error.
8813 -*) as_fn_error "unrecognized option: \`$1'
8814 Try \`$0 --help' for more information." ;;
8815
8816 *) as_fn_append ac_config_targets " $1"
8817 ac_need_defaults=false ;;
8818
8819 esac
8820 shift
8821 done
8822
8823 ac_configure_extra_args=
8824
8825 if $ac_cs_silent; then
8826 exec 6>/dev/null
8827 ac_configure_extra_args="$ac_configure_extra_args --silent"
8828 fi
8829
8830 _ACEOF
8831 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8832 if \$ac_cs_recheck; then
8833 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
8834 shift
8835 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
8836 CONFIG_SHELL='$SHELL'
8837 export CONFIG_SHELL
8838 exec "\$@"
8839 fi
8840
8841 _ACEOF
8842 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8843 exec 5>>config.log
8844 {
8845 echo
8846 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
8847 ## Running $as_me. ##
8848 _ASBOX
8849 $as_echo "$ac_log"
8850 } >&5
8851
8852 _ACEOF
8853 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8854 _ACEOF
8855
8856 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8857
8858 # Handling of arguments.
8859 for ac_config_target in $ac_config_targets
8860 do
8861 case $ac_config_target in
8862 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.h.in" ;;
8863 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
8864 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
8865 "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
8866
8867 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
8868 esac
8869 done
8870
8871
8872 # If the user did not use the arguments to specify the items to instantiate,
8873 # then the envvar interface is used. Set only those that are not.
8874 # We use the long form for the default assignment because of an extremely
8875 # bizarre bug on SunOS 4.1.3.
8876 if $ac_need_defaults; then
8877 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
8878 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
8879 fi
8880
8881 # Have a temporary directory for convenience. Make it in the build tree
8882 # simply because there is no reason against having it here, and in addition,
8883 # creating and moving files from /tmp can sometimes cause problems.
8884 # Hook for its removal unless debugging.
8885 # Note that there is a small window in which the directory will not be cleaned:
8886 # after its creation but before its name has been assigned to `$tmp'.
8887 $debug ||
8888 {
8889 tmp=
8890 trap 'exit_status=$?
8891 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
8892 ' 0
8893 trap 'as_fn_exit 1' 1 2 13 15
8894 }
8895 # Create a (secure) tmp directory for tmp files.
8896
8897 {
8898 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
8899 test -n "$tmp" && test -d "$tmp"
8900 } ||
8901 {
8902 tmp=./conf$$-$RANDOM
8903 (umask 077 && mkdir "$tmp")
8904 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
8905
8906 # Set up the scripts for CONFIG_FILES section.
8907 # No need to generate them if there are no CONFIG_FILES.
8908 # This happens for instance with `./config.status config.h'.
8909 if test -n "$CONFIG_FILES"; then
8910
8911
8912 ac_cr=`echo X | tr X '\015'`
8913 # On cygwin, bash can eat \r inside `` if the user requested igncr.
8914 # But we know of no other shell where ac_cr would be empty at this
8915 # point, so we can use a bashism as a fallback.
8916 if test "x$ac_cr" = x; then
8917 eval ac_cr=\$\'\\r\'
8918 fi
8919 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
8920 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
8921 ac_cs_awk_cr='\r'
8922 else
8923 ac_cs_awk_cr=$ac_cr
8924 fi
8925
8926 echo 'BEGIN {' >"$tmp/subs1.awk" &&
8927 _ACEOF
8928
8929
8930 {
8931 echo "cat >conf$$subs.awk <<_ACEOF" &&
8932 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
8933 echo "_ACEOF"
8934 } >conf$$subs.sh ||
8935 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
8936 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
8937 ac_delim='%!_!# '
8938 for ac_last_try in false false false false false :; do
8939 . ./conf$$subs.sh ||
8940 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
8941
8942 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
8943 if test $ac_delim_n = $ac_delim_num; then
8944 break
8945 elif $ac_last_try; then
8946 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
8947 else
8948 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
8949 fi
8950 done
8951 rm -f conf$$subs.sh
8952
8953 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8954 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
8955 _ACEOF
8956 sed -n '
8957 h
8958 s/^/S["/; s/!.*/"]=/
8959 p
8960 g
8961 s/^[^!]*!//
8962 :repl
8963 t repl
8964 s/'"$ac_delim"'$//
8965 t delim
8966 :nl
8967 h
8968 s/\(.\{148\}\)..*/\1/
8969 t more1
8970 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
8971 p
8972 n
8973 b repl
8974 :more1
8975 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
8976 p
8977 g
8978 s/.\{148\}//
8979 t nl
8980 :delim
8981 h
8982 s/\(.\{148\}\)..*/\1/
8983 t more2
8984 s/["\\]/\\&/g; s/^/"/; s/$/"/
8985 p
8986 b
8987 :more2
8988 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
8989 p
8990 g
8991 s/.\{148\}//
8992 t delim
8993 ' <conf$$subs.awk | sed '
8994 /^[^""]/{
8995 N
8996 s/\n//
8997 }
8998 ' >>$CONFIG_STATUS || ac_write_fail=1
8999 rm -f conf$$subs.awk
9000 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
9001 _ACAWK
9002 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
9003 for (key in S) S_is_set[key] = 1
9004 FS = ""
9005
9006 }
9007 {
9008 line = $ 0
9009 nfields = split(line, field, "@")
9010 substed = 0
9011 len = length(field[1])
9012 for (i = 2; i < nfields; i++) {
9013 key = field[i]
9014 keylen = length(key)
9015 if (S_is_set[key]) {
9016 value = S[key]
9017 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
9018 len += length(value) + length(field[++i])
9019 substed = 1
9020 } else
9021 len += 1 + keylen
9022 }
9023
9024 print line
9025 }
9026
9027 _ACAWK
9028 _ACEOF
9029 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
9030 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
9031 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
9032 else
9033 cat
9034 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
9035 || as_fn_error "could not setup config files machinery" "$LINENO" 5
9036 _ACEOF
9037
9038 # VPATH may cause trouble with some makes, so we remove $(srcdir),
9039 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
9040 # trailing colons and then remove the whole line if VPATH becomes empty
9041 # (actually we leave an empty line to preserve line numbers).
9042 if test "x$srcdir" = x.; then
9043 ac_vpsub='/^[ ]*VPATH[ ]*=/{
9044 s/:*\$(srcdir):*/:/
9045 s/:*\${srcdir}:*/:/
9046 s/:*@srcdir@:*/:/
9047 s/^\([^=]*=[ ]*\):*/\1/
9048 s/:*$//
9049 s/^[^=]*=[ ]*$//
9050 }'
9051 fi
9052
9053 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
9054 fi # test -n "$CONFIG_FILES"
9055
9056 # Set up the scripts for CONFIG_HEADERS section.
9057 # No need to generate them if there are no CONFIG_HEADERS.
9058 # This happens for instance with `./config.status Makefile'.
9059 if test -n "$CONFIG_HEADERS"; then
9060 cat >"$tmp/defines.awk" <<\_ACAWK ||
9061 BEGIN {
9062 _ACEOF
9063
9064 # Transform confdefs.h into an awk script `defines.awk', embedded as
9065 # here-document in config.status, that substitutes the proper values into
9066 # config.h.in to produce config.h.
9067
9068 # Create a delimiter string that does not exist in confdefs.h, to ease
9069 # handling of long lines.
9070 ac_delim='%!_!# '
9071 for ac_last_try in false false :; do
9072 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
9073 if test -z "$ac_t"; then
9074 break
9075 elif $ac_last_try; then
9076 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
9077 else
9078 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
9079 fi
9080 done
9081
9082 # For the awk script, D is an array of macro values keyed by name,
9083 # likewise P contains macro parameters if any. Preserve backslash
9084 # newline sequences.
9085
9086 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
9087 sed -n '
9088 s/.\{148\}/&'"$ac_delim"'/g
9089 t rset
9090 :rset
9091 s/^[ ]*#[ ]*define[ ][ ]*/ /
9092 t def
9093 d
9094 :def
9095 s/\\$//
9096 t bsnl
9097 s/["\\]/\\&/g
9098 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
9099 D["\1"]=" \3"/p
9100 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
9101 d
9102 :bsnl
9103 s/["\\]/\\&/g
9104 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
9105 D["\1"]=" \3\\\\\\n"\\/p
9106 t cont
9107 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
9108 t cont
9109 d
9110 :cont
9111 n
9112 s/.\{148\}/&'"$ac_delim"'/g
9113 t clear
9114 :clear
9115 s/\\$//
9116 t bsnlc
9117 s/["\\]/\\&/g; s/^/"/; s/$/"/p
9118 d
9119 :bsnlc
9120 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
9121 b cont
9122 ' <confdefs.h | sed '
9123 s/'"$ac_delim"'/"\\\
9124 "/g' >>$CONFIG_STATUS || ac_write_fail=1
9125
9126 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
9127 for (key in D) D_is_set[key] = 1
9128 FS = ""
9129 }
9130 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
9131 line = \$ 0
9132 split(line, arg, " ")
9133 if (arg[1] == "#") {
9134 defundef = arg[2]
9135 mac1 = arg[3]
9136 } else {
9137 defundef = substr(arg[1], 2)
9138 mac1 = arg[2]
9139 }
9140 split(mac1, mac2, "(") #)
9141 macro = mac2[1]
9142 prefix = substr(line, 1, index(line, defundef) - 1)
9143 if (D_is_set[macro]) {
9144 # Preserve the white space surrounding the "#".
9145 print prefix "define", macro P[macro] D[macro]
9146 next
9147 } else {
9148 # Replace #undef with comments. This is necessary, for example,
9149 # in the case of _POSIX_SOURCE, which is predefined and required
9150 # on some systems where configure will not decide to define it.
9151 if (defundef == "undef") {
9152 print "/*", prefix defundef, macro, "*/"
9153 next
9154 }
9155 }
9156 }
9157 { print }
9158 _ACAWK
9159 _ACEOF
9160 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
9161 as_fn_error "could not setup config headers machinery" "$LINENO" 5
9162 fi # test -n "$CONFIG_HEADERS"
9163
9164
9165 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS "
9166 shift
9167 for ac_tag
9168 do
9169 case $ac_tag in
9170 :[FHLC]) ac_mode=$ac_tag; continue;;
9171 esac
9172 case $ac_mode$ac_tag in
9173 :[FHL]*:*);;
9174 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
9175 :[FH]-) ac_tag=-:-;;
9176 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
9177 esac
9178 ac_save_IFS=$IFS
9179 IFS=:
9180 set x $ac_tag
9181 IFS=$ac_save_IFS
9182 shift
9183 ac_file=$1
9184 shift
9185
9186 case $ac_mode in
9187 :L) ac_source=$1;;
9188 :[FH])
9189 ac_file_inputs=
9190 for ac_f
9191 do
9192 case $ac_f in
9193 -) ac_f="$tmp/stdin";;
9194 *) # Look for the file first in the build tree, then in the source tree
9195 # (if the path is not absolute). The absolute path cannot be DOS-style,
9196 # because $ac_f cannot contain `:'.
9197 test -f "$ac_f" ||
9198 case $ac_f in
9199 [\\/$]*) false;;
9200 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
9201 esac ||
9202 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
9203 esac
9204 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
9205 as_fn_append ac_file_inputs " '$ac_f'"
9206 done
9207
9208 # Let's still pretend it is `configure' which instantiates (i.e., don't
9209 # use $as_me), people would be surprised to read:
9210 # /* config.h. Generated by config.status. */
9211 configure_input='Generated from '`
9212 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
9213 `' by configure.'
9214 if test x"$ac_file" != x-; then
9215 configure_input="$ac_file. $configure_input"
9216 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
9217 $as_echo "$as_me: creating $ac_file" >&6;}
9218 fi
9219 # Neutralize special characters interpreted by sed in replacement strings.
9220 case $configure_input in #(
9221 *\&* | *\|* | *\\* )
9222 ac_sed_conf_input=`$as_echo "$configure_input" |
9223 sed 's/[\\\\&|]/\\\\&/g'`;; #(
9224 *) ac_sed_conf_input=$configure_input;;
9225 esac
9226
9227 case $ac_tag in
9228 *:-:* | *:-) cat >"$tmp/stdin" \
9229 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
9230 esac
9231 ;;
9232 esac
9233
9234 ac_dir=`$as_dirname -- "$ac_file" ||
9235 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9236 X"$ac_file" : 'X\(//\)[^/]' \| \
9237 X"$ac_file" : 'X\(//\)$' \| \
9238 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
9239 $as_echo X"$ac_file" |
9240 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
9241 s//\1/
9242 q
9243 }
9244 /^X\(\/\/\)[^/].*/{
9245 s//\1/
9246 q
9247 }
9248 /^X\(\/\/\)$/{
9249 s//\1/
9250 q
9251 }
9252 /^X\(\/\).*/{
9253 s//\1/
9254 q
9255 }
9256 s/.*/./; q'`
9257 as_dir="$ac_dir"; as_fn_mkdir_p
9258 ac_builddir=.
9259
9260 case "$ac_dir" in
9261 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
9262 *)
9263 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
9264 # A ".." for each directory in $ac_dir_suffix.
9265 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
9266 case $ac_top_builddir_sub in
9267 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
9268 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
9269 esac ;;
9270 esac
9271 ac_abs_top_builddir=$ac_pwd
9272 ac_abs_builddir=$ac_pwd$ac_dir_suffix
9273 # for backward compatibility:
9274 ac_top_builddir=$ac_top_build_prefix
9275
9276 case $srcdir in
9277 .) # We are building in place.
9278 ac_srcdir=.
9279 ac_top_srcdir=$ac_top_builddir_sub
9280 ac_abs_top_srcdir=$ac_pwd ;;
9281 [\\/]* | ?:[\\/]* ) # Absolute name.
9282 ac_srcdir=$srcdir$ac_dir_suffix;
9283 ac_top_srcdir=$srcdir
9284 ac_abs_top_srcdir=$srcdir ;;
9285 *) # Relative name.
9286 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
9287 ac_top_srcdir=$ac_top_build_prefix$srcdir
9288 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
9289 esac
9290 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
9291
9292
9293 case $ac_mode in
9294 :F)
9295 #
9296 # CONFIG_FILE
9297 #
9298
9299 case $INSTALL in
9300 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
9301 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
9302 esac
9303 _ACEOF
9304
9305 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
9306 # If the template does not know about datarootdir, expand it.
9307 # FIXME: This hack should be removed a few years after 2.60.
9308 ac_datarootdir_hack=; ac_datarootdir_seen=
9309 ac_sed_dataroot='
9310 /datarootdir/ {
9311 p
9312 q
9313 }
9314 /@datadir@/p
9315 /@docdir@/p
9316 /@infodir@/p
9317 /@localedir@/p
9318 /@mandir@/p'
9319 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
9320 *datarootdir*) ac_datarootdir_seen=yes;;
9321 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
9322 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
9323 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
9324 _ACEOF
9325 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
9326 ac_datarootdir_hack='
9327 s&@datadir@&$datadir&g
9328 s&@docdir@&$docdir&g
9329 s&@infodir@&$infodir&g
9330 s&@localedir@&$localedir&g
9331 s&@mandir@&$mandir&g
9332 s&\\\${datarootdir}&$datarootdir&g' ;;
9333 esac
9334 _ACEOF
9335
9336 # Neutralize VPATH when `$srcdir' = `.'.
9337 # Shell code in configure.ac might set extrasub.
9338 # FIXME: do we really want to maintain this feature?
9339 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
9340 ac_sed_extra="$ac_vpsub
9341 $extrasub
9342 _ACEOF
9343 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
9344 :t
9345 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
9346 s|@configure_input@|$ac_sed_conf_input|;t t
9347 s&@top_builddir@&$ac_top_builddir_sub&;t t
9348 s&@top_build_prefix@&$ac_top_build_prefix&;t t
9349 s&@srcdir@&$ac_srcdir&;t t
9350 s&@abs_srcdir@&$ac_abs_srcdir&;t t
9351 s&@top_srcdir@&$ac_top_srcdir&;t t
9352 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
9353 s&@builddir@&$ac_builddir&;t t
9354 s&@abs_builddir@&$ac_abs_builddir&;t t
9355 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
9356 s&@INSTALL@&$ac_INSTALL&;t t
9357 $ac_datarootdir_hack
9358 "
9359 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
9360 || as_fn_error "could not create $ac_file" "$LINENO" 5
9361
9362 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
9363 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
9364 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
9365 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
9366 which seems to be undefined. Please make sure it is defined." >&5
9367 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
9368 which seems to be undefined. Please make sure it is defined." >&2;}
9369
9370 rm -f "$tmp/stdin"
9371 case $ac_file in
9372 -) cat "$tmp/out" && rm -f "$tmp/out";;
9373 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
9374 esac \
9375 || as_fn_error "could not create $ac_file" "$LINENO" 5
9376 ;;
9377 :H)
9378 #
9379 # CONFIG_HEADER
9380 #
9381 if test x"$ac_file" != x-; then
9382 {
9383 $as_echo "/* $configure_input */" \
9384 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
9385 } >"$tmp/config.h" \
9386 || as_fn_error "could not create $ac_file" "$LINENO" 5
9387 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
9388 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
9389 $as_echo "$as_me: $ac_file is unchanged" >&6;}
9390 else
9391 rm -f "$ac_file"
9392 mv "$tmp/config.h" "$ac_file" \
9393 || as_fn_error "could not create $ac_file" "$LINENO" 5
9394 fi
9395 else
9396 $as_echo "/* $configure_input */" \
9397 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
9398 || as_fn_error "could not create -" "$LINENO" 5
9399 fi
9400 ;;
9401
9402
9403 esac
9404
9405 done # for ac_tag
9406
9407
9408 as_fn_exit 0
9409 _ACEOF
9410 ac_clean_files=$ac_clean_files_save
9411
9412 test $ac_write_fail = 0 ||
9413 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
9414
9415
9416 # configure is writing to config.log, and then calls config.status.
9417 # config.status does its own redirection, appending to config.log.
9418 # Unfortunately, on DOS this fails, as config.log is still kept open
9419 # by configure, so config.status won't be able to write to it; its
9420 # output is simply discarded. So we exec the FD to /dev/null,
9421 # effectively closing config.log, so it can be properly (re)opened and
9422 # appended to by config.status. When coming back to configure, we
9423 # need to make the FD available again.
9424 if test "$no_create" != yes; then
9425 ac_cs_success=:
9426 ac_config_status_args=
9427 test "$silent" = yes &&
9428 ac_config_status_args="$ac_config_status_args --quiet"
9429 exec 5>/dev/null
9430 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
9431 exec 5>>config.log
9432 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
9433 # would make configure fail if this is the last instruction.
9434 $ac_cs_success || as_fn_exit $?
9435 fi
9436 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
9437 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
9438 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
9439 fi
9440
9441
9442 echo "Configuration:
9443
9444 Rxvt version: $VERSION : $DATE
9445 Source code location: $srcdir
9446 Install path: ${prefix}/bin
9447 Compiler: $CXX
9448 Compiler flags: $CXXFLAGS
9449 Linker: $LINKER"
9450
9451 if test x$term != x; then
9452 echo " set TERM to: $term"
9453 fi
9454 if test x$terminfo != x; then
9455 echo " set TERMINFO to: $terminfo"
9456 fi
9457 echo " default resource name: $RESNAME"
9458 echo " resource class: $RESCLASS"
9459 if test x$RESFALLBACK != x; then
9460 echo " resource class fallback: $RESFALLBACK"
9461 fi
9462 echo
9463 echo " embedded perl: $support_perl"
9464 echo " libafterimage: $support_afterimage"
9465 echo
9466 if test x$support_xim = xyes -a x$rxvt_cv_func_xlocale = xno; then
9467 echo ".----------------------------------------------------------------."
9468 echo ". WARNING: --enable-xim was specified however the locale support ."
9469 echo ". functions could not be found. ."
9470 echo ". XIM is now being DISABLED! ."
9471 echo ".----------------------------------------------------------------."
9472 fi
9473
9474 echo "*** Optionally check src/feature.h for further, rarely used options ***"
9475 echo
9476