ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/configure
Revision: 1.136
Committed: Sun Oct 31 08:29:19 2010 UTC (13 years, 8 months ago) by sf-exg
Branch: MAIN
Changes since 1.135: +74 -1 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_xft=yes
4667 support_unicode3=no
4668 support_combining=yes
4669 support_8bitctrls=no
4670 support_iso14755=yes
4671 support_styles=yes
4672 support_perl=yes
4673 codesets=all
4674
4675
4676 # Check whether --enable-everything was given.
4677 if test "${enable_everything+set}" = set; then :
4678 enableval=$enable_everything;
4679 if test x$enableval = xno; then
4680 support_frills=no
4681 support_inheritpixmap=no
4682 support_fading=no
4683 support_keepscrolling=no
4684 support_selectionscrolling=no
4685 support_lastlog=no
4686 support_mousewheel=no
4687 support_mouseslipwheel=no
4688 support_text_blink=no
4689 support_pointer_blank=no
4690 support_scroll_rxvt=no
4691 support_scroll_next=no
4692 support_scroll_xterm=no
4693 support_utmp=no
4694 support_wtmp=no
4695 support_xim=no
4696 support_afterimage=no
4697 support_xft=no
4698 support_unicode3=no
4699 support_combining=no
4700 support_8bitctrls=no
4701 support_iso14755=no
4702 support_styles=no
4703 support_perl=no
4704 codesets=
4705 fi
4706 if test x$enableval = xyes; then
4707 support_frills=yes
4708 support_inheritpixmap=yes
4709 support_fading=yes
4710 support_keepscrolling=yes
4711 support_selectionscrolling=yes
4712 support_lastlog=yes
4713 support_mousewheel=yes
4714 support_mouseslipwheel=yes
4715 support_text_blink=yes
4716 support_pointer_blank=yes
4717 support_scroll_rxvt=yes
4718 support_scroll_next=yes
4719 support_scroll_xterm=yes
4720 support_utmp=yes
4721 support_wtmp=yes
4722 support_xim=yes
4723 support_afterimage=yes
4724 support_xft=yes
4725 support_unicode3=yes
4726 support_combining=yes
4727 #support_8bitctrls=yes
4728 support_iso14755=yes
4729 support_styles=yes
4730 support_perl=yes
4731 codesets=all
4732 fi
4733
4734 fi
4735
4736
4737 ASSERTIONS=no
4738 # Check whether --enable-assert was given.
4739 if test "${enable_assert+set}" = set; then :
4740 enableval=$enable_assert; if test x$enableval = xyes; then
4741 ASSERTIONS=yes
4742 fi
4743 fi
4744
4745 if test x$ASSERTIONS = xno; then
4746
4747 $as_echo "#define NDEBUG 1" >>confdefs.h
4748
4749 fi
4750
4751 WARNINGS=no
4752 # Check whether --enable-warnings was given.
4753 if test "${enable_warnings+set}" = set; then :
4754 enableval=$enable_warnings; if test x$enableval = xyes; then
4755 WARNINGS=yes
4756 fi
4757 fi
4758
4759 if test x$GXX = xyes; then
4760 if test $WARNINGS = yes; then
4761 save_CXXFLAGS="$CXXFLAGS"
4762 CXXFLAGS="$CXXFLAGS -Wall -Wno-sign-compare -Wno-reorder -Wno-non-virtual-dtor"
4763 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4764 /* end confdefs.h. */
4765
4766 int
4767 main ()
4768 {
4769
4770 ;
4771 return 0;
4772 }
4773 _ACEOF
4774 if ac_fn_cxx_try_compile "$LINENO"; then :
4775
4776 else
4777 CXXFLAGS="$save_CXXFLAGS"
4778 fi
4779 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4780 else
4781 CXXFLAGS="$CXXFLAGS -w"
4782 fi
4783 fi
4784
4785 support_256_color=no
4786 # Check whether --enable-256-color was given.
4787 if test "${enable_256_color+set}" = set; then :
4788 enableval=$enable_256_color; if test x$enableval = xyes; then
4789 support_256_color=yes
4790 fi
4791 fi
4792
4793 if test x$support_256_color = xyes; then
4794
4795 $as_echo "#define USE_256_COLORS 1" >>confdefs.h
4796
4797 fi
4798
4799 # Check whether --enable-unicode3 was given.
4800 if test "${enable_unicode3+set}" = set; then :
4801 enableval=$enable_unicode3; if test x$enableval = xyes -o x$enableval = xno; then
4802 support_unicode3=$enableval
4803 fi
4804 fi
4805
4806
4807 # Check whether --enable-combining was given.
4808 if test "${enable_combining+set}" = set; then :
4809 enableval=$enable_combining; if test x$enableval = xyes -o x$enableval = xno; then
4810 support_combining=$enableval
4811 fi
4812 fi
4813
4814
4815 # Check whether --enable-xft was given.
4816 if test "${enable_xft+set}" = set; then :
4817 enableval=$enable_xft; if test x$enableval = xyes -o x$enableval = xno; then
4818 support_xft=$enableval
4819 fi
4820 fi
4821
4822
4823 # Check whether --enable-font-styles was given.
4824 if test "${enable_font_styles+set}" = set; then :
4825 enableval=$enable_font_styles; if test x$enableval = xyes -o x$enableval = xno; then
4826 support_styles=$enableval
4827 fi
4828 fi
4829
4830
4831 # Check whether --enable-afterimage was given.
4832 if test "${enable_afterimage+set}" = set; then :
4833 enableval=$enable_afterimage; if test x$enableval = xyes -o x$enableval = xno; then
4834 support_afterimage=$enableval
4835 fi
4836 fi
4837
4838
4839
4840 # Check whether --with-afterimage_config was given.
4841 if test "${with_afterimage_config+set}" = set; then :
4842 withval=$with_afterimage_config; if test "x$withval" != x; then
4843 afterimage_config=$withval/afterimage-config
4844 fi
4845 fi
4846
4847
4848 # Check whether --enable-pixbuf was given.
4849 if test "${enable_pixbuf+set}" = set; then :
4850 enableval=$enable_pixbuf; if test x$enableval = xyes -o x$enableval = xno; then
4851 support_pixbuf=$enableval
4852 fi
4853 fi
4854
4855
4856 # Check whether --enable-transparency was given.
4857 if test "${enable_transparency+set}" = set; then :
4858 enableval=$enable_transparency; if test x$enableval = xyes -o x$enableval = xno; then
4859 support_inheritpixmap=$enableval
4860 fi
4861 fi
4862
4863
4864 # Check whether --enable-fading was given.
4865 if test "${enable_fading+set}" = set; then :
4866 enableval=$enable_fading; if test x$enableval = xyes -o x$enableval = xno; then
4867 support_fading=$enableval
4868 fi
4869 fi
4870
4871
4872 # Check whether --enable-rxvt-scroll was given.
4873 if test "${enable_rxvt_scroll+set}" = set; then :
4874 enableval=$enable_rxvt_scroll; if test x$enableval = xyes -o x$enableval = xno; then
4875 support_scroll_rxvt=$enableval
4876 fi
4877 fi
4878
4879
4880 # Check whether --enable-next-scroll was given.
4881 if test "${enable_next_scroll+set}" = set; then :
4882 enableval=$enable_next_scroll; if test x$enableval = xyes -o x$enableval = xno; then
4883 support_scroll_next=$enableval
4884 fi
4885 fi
4886
4887
4888 # Check whether --enable-xterm-scroll was given.
4889 if test "${enable_xterm_scroll+set}" = set; then :
4890 enableval=$enable_xterm_scroll; if test x$enableval = xyes -o x$enableval = xno; then
4891 support_scroll_xterm=$enableval
4892 fi
4893 fi
4894
4895
4896 # Check whether --enable-perl was given.
4897 if test "${enable_perl+set}" = set; then :
4898 enableval=$enable_perl; if test x$enableval = xyes -o x$enableval = xno; then
4899 support_perl=$enableval
4900 fi
4901 fi
4902
4903
4904
4905 # Check whether --with-codesets was given.
4906 if test "${with_codesets+set}" = set; then :
4907 withval=$with_codesets; codesets="$withval"
4908 fi
4909
4910
4911 # Check whether --enable-xim was given.
4912 if test "${enable_xim+set}" = set; then :
4913 enableval=$enable_xim; if test x$enableval = xyes -o x$enableval = xno; then
4914 support_xim=$enableval
4915 fi
4916 fi
4917
4918
4919 # Check whether --enable-backspace-key was given.
4920 if test "${enable_backspace_key+set}" = set; then :
4921 enableval=$enable_backspace_key; if test x$enableval = xno; then
4922
4923 $as_echo "#define NO_BACKSPACE_KEY 1" >>confdefs.h
4924
4925 fi
4926 fi
4927
4928
4929 # Check whether --enable-delete-key was given.
4930 if test "${enable_delete_key+set}" = set; then :
4931 enableval=$enable_delete_key; if test x$enableval = xno; then
4932
4933 $as_echo "#define NO_DELETE_KEY 1" >>confdefs.h
4934
4935 fi
4936 fi
4937
4938
4939 # Check whether --enable-resources was given.
4940 if test "${enable_resources+set}" = set; then :
4941 enableval=$enable_resources; if test x$enableval = xno; then
4942
4943 $as_echo "#define NO_RESOURCES 1" >>confdefs.h
4944
4945 fi
4946 fi
4947
4948
4949 # Check whether --enable-8bitctrls was given.
4950 if test "${enable_8bitctrls+set}" = set; then :
4951 enableval=$enable_8bitctrls; if test x$enableval = xyes -o x$enableval = xno; then
4952 support_8bitctrls=$enableval
4953 fi
4954 fi
4955
4956
4957 RESFALLBACK=Rxvt
4958 # Check whether --enable-fallback was given.
4959 if test "${enable_fallback+set}" = set; then :
4960 enableval=$enable_fallback;
4961 test x$enableval = xyes && enableval=Rxvt
4962 test x$enableval = xno && enableval=
4963 RESFALLBACK="$enableval"
4964
4965 fi
4966
4967
4968 if test x$RESFALLBACK != x; then
4969
4970 cat >>confdefs.h <<_ACEOF
4971 #define RESFALLBACK "$RESFALLBACK"
4972 _ACEOF
4973
4974 fi
4975
4976 RESNAME=urxvt
4977
4978 # Check whether --with-res-name was given.
4979 if test "${with_res_name+set}" = set; then :
4980 withval=$with_res_name; RESNAME="$withval"
4981 fi
4982
4983
4984 cat >>confdefs.h <<_ACEOF
4985 #define RESNAME "$RESNAME"
4986 _ACEOF
4987
4988
4989 RESCLASS=URxvt
4990
4991 # Check whether --with-res-class was given.
4992 if test "${with_res_class+set}" = set; then :
4993 withval=$with_res_class; RESCLASS="$withval"
4994 fi
4995
4996
4997 cat >>confdefs.h <<_ACEOF
4998 #define RESCLASS "$RESCLASS"
4999 _ACEOF
5000
5001
5002 RXVTNAME=urxvt
5003
5004 # Check whether --with-name was given.
5005 if test "${with_name+set}" = set; then :
5006 withval=$with_name; RXVTNAME="$withval"
5007 fi
5008
5009
5010 cat >>confdefs.h <<_ACEOF
5011 #define RXVTNAME "$RXVTNAME"
5012 _ACEOF
5013
5014
5015
5016
5017 # Check whether --enable-swapscreen was given.
5018 if test "${enable_swapscreen+set}" = set; then :
5019 enableval=$enable_swapscreen; if test x$enableval = xno; then
5020
5021 $as_echo "#define NO_SECONDARY_SCREEN 1" >>confdefs.h
5022
5023 fi
5024 fi
5025
5026
5027 # Check whether --enable-iso14755 was given.
5028 if test "${enable_iso14755+set}" = set; then :
5029 enableval=$enable_iso14755; if test x$enableval = xyes -o x$enableval = xno; then
5030 support_iso14755=$enableval
5031 fi
5032 fi
5033
5034
5035 # Check whether --enable-frills was given.
5036 if test "${enable_frills+set}" = set; then :
5037 enableval=$enable_frills; if test x$enableval = xyes -o x$enableval = xno; then
5038 support_frills=$enableval
5039 fi
5040 fi
5041
5042
5043 # Check whether --enable-keepscrolling was given.
5044 if test "${enable_keepscrolling+set}" = set; then :
5045 enableval=$enable_keepscrolling; if test x$enableval = xyes -o x$enableval = xno; then
5046 support_keepscrolling=$enableval
5047 fi
5048 fi
5049
5050
5051 # Check whether --enable-selectionscrolling was given.
5052 if test "${enable_selectionscrolling+set}" = set; then :
5053 enableval=$enable_selectionscrolling; if test x$enableval = xyes -o x$enableval = xno; then
5054 support_selectionscrolling=$enableval
5055 fi
5056 fi
5057
5058
5059 # Check whether --enable-mousewheel was given.
5060 if test "${enable_mousewheel+set}" = set; then :
5061 enableval=$enable_mousewheel; if test x$enableval = xyes -o x$enableval = xno; then
5062 support_mousewheel=$enableval
5063 fi
5064 fi
5065
5066
5067 # Check whether --enable-slipwheeling was given.
5068 if test "${enable_slipwheeling+set}" = set; then :
5069 enableval=$enable_slipwheeling; if test x$enableval = xyes -o x$enableval = xno; then
5070 support_mouseslipwheel=$enableval
5071 fi
5072 fi
5073
5074
5075 # Check whether --enable-smart-resize was given.
5076 if test "${enable_smart_resize+set}" = set; then :
5077 enableval=$enable_smart_resize; if test x$enableval = xyes; then
5078
5079 $as_echo "#define SMART_RESIZE 1" >>confdefs.h
5080
5081 fi
5082 fi
5083
5084
5085 # Check whether --enable-text-blink was given.
5086 if test "${enable_text_blink+set}" = set; then :
5087 enableval=$enable_text_blink; if test x$enableval = xyes -o x$enableval = xno; then
5088 support_text_blink=$enableval
5089 fi
5090 fi
5091
5092
5093 # Check whether --enable-pointer-blank was given.
5094 if test "${enable_pointer_blank+set}" = set; then :
5095 enableval=$enable_pointer_blank; if test x$enableval = xyes -o x$enableval = xno; then
5096 support_pointer_blank=$enableval
5097 fi
5098 fi
5099
5100
5101
5102 # Check whether --with-term was given.
5103 if test "${with_term+set}" = set; then :
5104 withval=$with_term; if test x$withval != x; then
5105
5106 cat >>confdefs.h <<_ACEOF
5107 #define TERMENV "$withval"
5108 _ACEOF
5109 term="$withval"
5110 fi
5111 fi
5112
5113
5114
5115 # Check whether --with-terminfo was given.
5116 if test "${with_terminfo+set}" = set; then :
5117 withval=$with_terminfo; if test x$withval != x; then
5118
5119 cat >>confdefs.h <<_ACEOF
5120 #define RXVT_TERMINFO "$withval"
5121 _ACEOF
5122 terminfo="$withval"
5123 fi
5124 fi
5125
5126
5127
5128 LIBEV_M4_AVOID_LIBRT=1
5129
5130 ac_ext=cpp
5131 ac_cpp='$CXXCPP $CPPFLAGS'
5132 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5133 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5134 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
5136 $as_echo_n "checking how to run the C++ preprocessor... " >&6; }
5137 if test -z "$CXXCPP"; then
5138 if test "${ac_cv_prog_CXXCPP+set}" = set; then :
5139 $as_echo_n "(cached) " >&6
5140 else
5141 # Double quotes because CXXCPP needs to be expanded
5142 for CXXCPP in "$CXX -E" "/lib/cpp"
5143 do
5144 ac_preproc_ok=false
5145 for ac_cxx_preproc_warn_flag in '' yes
5146 do
5147 # Use a header file that comes with gcc, so configuring glibc
5148 # with a fresh cross-compiler works.
5149 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5150 # <limits.h> exists even on freestanding compilers.
5151 # On the NeXT, cc -E runs the code through the compiler's parser,
5152 # not just through cpp. "Syntax error" is here to catch this case.
5153 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5154 /* end confdefs.h. */
5155 #ifdef __STDC__
5156 # include <limits.h>
5157 #else
5158 # include <assert.h>
5159 #endif
5160 Syntax error
5161 _ACEOF
5162 if ac_fn_cxx_try_cpp "$LINENO"; then :
5163
5164 else
5165 # Broken: fails on valid input.
5166 continue
5167 fi
5168 rm -f conftest.err conftest.$ac_ext
5169
5170 # OK, works on sane cases. Now check whether nonexistent headers
5171 # can be detected and how.
5172 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5173 /* end confdefs.h. */
5174 #include <ac_nonexistent.h>
5175 _ACEOF
5176 if ac_fn_cxx_try_cpp "$LINENO"; then :
5177 # Broken: success on invalid input.
5178 continue
5179 else
5180 # Passes both tests.
5181 ac_preproc_ok=:
5182 break
5183 fi
5184 rm -f conftest.err conftest.$ac_ext
5185
5186 done
5187 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5188 rm -f conftest.err conftest.$ac_ext
5189 if $ac_preproc_ok; then :
5190 break
5191 fi
5192
5193 done
5194 ac_cv_prog_CXXCPP=$CXXCPP
5195
5196 fi
5197 CXXCPP=$ac_cv_prog_CXXCPP
5198 else
5199 ac_cv_prog_CXXCPP=$CXXCPP
5200 fi
5201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXXCPP" >&5
5202 $as_echo "$CXXCPP" >&6; }
5203 ac_preproc_ok=false
5204 for ac_cxx_preproc_warn_flag in '' yes
5205 do
5206 # Use a header file that comes with gcc, so configuring glibc
5207 # with a fresh cross-compiler works.
5208 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5209 # <limits.h> exists even on freestanding compilers.
5210 # On the NeXT, cc -E runs the code through the compiler's parser,
5211 # not just through cpp. "Syntax error" is here to catch this case.
5212 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5213 /* end confdefs.h. */
5214 #ifdef __STDC__
5215 # include <limits.h>
5216 #else
5217 # include <assert.h>
5218 #endif
5219 Syntax error
5220 _ACEOF
5221 if ac_fn_cxx_try_cpp "$LINENO"; then :
5222
5223 else
5224 # Broken: fails on valid input.
5225 continue
5226 fi
5227 rm -f conftest.err conftest.$ac_ext
5228
5229 # OK, works on sane cases. Now check whether nonexistent headers
5230 # can be detected and how.
5231 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5232 /* end confdefs.h. */
5233 #include <ac_nonexistent.h>
5234 _ACEOF
5235 if ac_fn_cxx_try_cpp "$LINENO"; then :
5236 # Broken: success on invalid input.
5237 continue
5238 else
5239 # Passes both tests.
5240 ac_preproc_ok=:
5241 break
5242 fi
5243 rm -f conftest.err conftest.$ac_ext
5244
5245 done
5246 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5247 rm -f conftest.err conftest.$ac_ext
5248 if $ac_preproc_ok; then :
5249
5250 else
5251 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5252 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5253 as_fn_error "C++ preprocessor \"$CXXCPP\" fails sanity check
5254 See \`config.log' for more details." "$LINENO" 5; }
5255 fi
5256
5257 ac_ext=cpp
5258 ac_cpp='$CXXCPP $CPPFLAGS'
5259 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5260 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5261 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5262
5263
5264 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
5265 do :
5266 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5267 ac_fn_cxx_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
5268 eval as_val=\$$as_ac_Header
5269 if test "x$as_val" = x""yes; then :
5270 cat >>confdefs.h <<_ACEOF
5271 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5272 _ACEOF
5273
5274 fi
5275
5276 done
5277
5278
5279 for ac_func in inotify_init epoll_ctl kqueue port_create poll select eventfd signalfd
5280 do :
5281 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
5282 ac_fn_cxx_check_func "$LINENO" "$ac_func" "$as_ac_var"
5283 eval as_val=\$$as_ac_var
5284 if test "x$as_val" = x""yes; then :
5285 cat >>confdefs.h <<_ACEOF
5286 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
5287 _ACEOF
5288
5289 fi
5290 done
5291
5292
5293 ac_fn_cxx_check_func "$LINENO" "clock_gettime" "ac_cv_func_clock_gettime"
5294 if test "x$ac_cv_func_clock_gettime" = x""yes; then :
5295
5296 else
5297
5298 if test $(uname) = Linux; then
5299 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clock_gettime syscall" >&5
5300 $as_echo_n "checking for clock_gettime syscall... " >&6; }
5301 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5302 /* end confdefs.h. */
5303 #include <unistd.h>
5304 #include <sys/syscall.h>
5305 #include <time.h>
5306 int
5307 main ()
5308 {
5309 struct timespec ts; int status = syscall (SYS_clock_gettime, CLOCK_REALTIME, &ts)
5310 ;
5311 return 0;
5312 }
5313 _ACEOF
5314 if ac_fn_cxx_try_link "$LINENO"; then :
5315 ac_have_clock_syscall=1
5316
5317 $as_echo "#define HAVE_CLOCK_SYSCALL 1" >>confdefs.h
5318
5319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5320 $as_echo "yes" >&6; }
5321 else
5322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5323 $as_echo "no" >&6; }
5324 fi
5325 rm -f core conftest.err conftest.$ac_objext \
5326 conftest$ac_exeext conftest.$ac_ext
5327 fi
5328 if test -z "$LIBEV_M4_AVOID_LIBRT" && test -z "$ac_have_clock_syscall"; then
5329 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clock_gettime in -lrt" >&5
5330 $as_echo_n "checking for clock_gettime in -lrt... " >&6; }
5331 if test "${ac_cv_lib_rt_clock_gettime+set}" = set; then :
5332 $as_echo_n "(cached) " >&6
5333 else
5334 ac_check_lib_save_LIBS=$LIBS
5335 LIBS="-lrt $LIBS"
5336 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5337 /* end confdefs.h. */
5338
5339 /* Override any GCC internal prototype to avoid an error.
5340 Use char because int might match the return type of a GCC
5341 builtin and then its argument prototype would still apply. */
5342 #ifdef __cplusplus
5343 extern "C"
5344 #endif
5345 char clock_gettime ();
5346 int
5347 main ()
5348 {
5349 return clock_gettime ();
5350 ;
5351 return 0;
5352 }
5353 _ACEOF
5354 if ac_fn_cxx_try_link "$LINENO"; then :
5355 ac_cv_lib_rt_clock_gettime=yes
5356 else
5357 ac_cv_lib_rt_clock_gettime=no
5358 fi
5359 rm -f core conftest.err conftest.$ac_objext \
5360 conftest$ac_exeext conftest.$ac_ext
5361 LIBS=$ac_check_lib_save_LIBS
5362 fi
5363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_rt_clock_gettime" >&5
5364 $as_echo "$ac_cv_lib_rt_clock_gettime" >&6; }
5365 if test "x$ac_cv_lib_rt_clock_gettime" = x""yes; then :
5366 cat >>confdefs.h <<_ACEOF
5367 #define HAVE_LIBRT 1
5368 _ACEOF
5369
5370 LIBS="-lrt $LIBS"
5371
5372 fi
5373
5374 unset ac_cv_func_clock_gettime
5375 for ac_func in clock_gettime
5376 do :
5377 ac_fn_cxx_check_func "$LINENO" "clock_gettime" "ac_cv_func_clock_gettime"
5378 if test "x$ac_cv_func_clock_gettime" = x""yes; then :
5379 cat >>confdefs.h <<_ACEOF
5380 #define HAVE_CLOCK_GETTIME 1
5381 _ACEOF
5382
5383 fi
5384 done
5385
5386 fi
5387
5388 fi
5389
5390
5391 ac_fn_cxx_check_func "$LINENO" "nanosleep" "ac_cv_func_nanosleep"
5392 if test "x$ac_cv_func_nanosleep" = x""yes; then :
5393
5394 else
5395
5396 if test -z "$LIBEV_M4_AVOID_LIBRT"; then
5397 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nanosleep in -lrt" >&5
5398 $as_echo_n "checking for nanosleep in -lrt... " >&6; }
5399 if test "${ac_cv_lib_rt_nanosleep+set}" = set; then :
5400 $as_echo_n "(cached) " >&6
5401 else
5402 ac_check_lib_save_LIBS=$LIBS
5403 LIBS="-lrt $LIBS"
5404 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5405 /* end confdefs.h. */
5406
5407 /* Override any GCC internal prototype to avoid an error.
5408 Use char because int might match the return type of a GCC
5409 builtin and then its argument prototype would still apply. */
5410 #ifdef __cplusplus
5411 extern "C"
5412 #endif
5413 char nanosleep ();
5414 int
5415 main ()
5416 {
5417 return nanosleep ();
5418 ;
5419 return 0;
5420 }
5421 _ACEOF
5422 if ac_fn_cxx_try_link "$LINENO"; then :
5423 ac_cv_lib_rt_nanosleep=yes
5424 else
5425 ac_cv_lib_rt_nanosleep=no
5426 fi
5427 rm -f core conftest.err conftest.$ac_objext \
5428 conftest$ac_exeext conftest.$ac_ext
5429 LIBS=$ac_check_lib_save_LIBS
5430 fi
5431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_rt_nanosleep" >&5
5432 $as_echo "$ac_cv_lib_rt_nanosleep" >&6; }
5433 if test "x$ac_cv_lib_rt_nanosleep" = x""yes; then :
5434 cat >>confdefs.h <<_ACEOF
5435 #define HAVE_LIBRT 1
5436 _ACEOF
5437
5438 LIBS="-lrt $LIBS"
5439
5440 fi
5441
5442 unset ac_cv_func_nanosleep
5443 for ac_func in nanosleep
5444 do :
5445 ac_fn_cxx_check_func "$LINENO" "nanosleep" "ac_cv_func_nanosleep"
5446 if test "x$ac_cv_func_nanosleep" = x""yes; then :
5447 cat >>confdefs.h <<_ACEOF
5448 #define HAVE_NANOSLEEP 1
5449 _ACEOF
5450
5451 fi
5452 done
5453
5454 fi
5455
5456 fi
5457
5458
5459 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ceil in -lm" >&5
5460 $as_echo_n "checking for ceil in -lm... " >&6; }
5461 if test "${ac_cv_lib_m_ceil+set}" = set; then :
5462 $as_echo_n "(cached) " >&6
5463 else
5464 ac_check_lib_save_LIBS=$LIBS
5465 LIBS="-lm $LIBS"
5466 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5467 /* end confdefs.h. */
5468
5469 /* Override any GCC internal prototype to avoid an error.
5470 Use char because int might match the return type of a GCC
5471 builtin and then its argument prototype would still apply. */
5472 #ifdef __cplusplus
5473 extern "C"
5474 #endif
5475 char ceil ();
5476 int
5477 main ()
5478 {
5479 return ceil ();
5480 ;
5481 return 0;
5482 }
5483 _ACEOF
5484 if ac_fn_cxx_try_link "$LINENO"; then :
5485 ac_cv_lib_m_ceil=yes
5486 else
5487 ac_cv_lib_m_ceil=no
5488 fi
5489 rm -f core conftest.err conftest.$ac_objext \
5490 conftest$ac_exeext conftest.$ac_ext
5491 LIBS=$ac_check_lib_save_LIBS
5492 fi
5493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_ceil" >&5
5494 $as_echo "$ac_cv_lib_m_ceil" >&6; }
5495 if test "x$ac_cv_lib_m_ceil" = x""yes; then :
5496 cat >>confdefs.h <<_ACEOF
5497 #define HAVE_LIBM 1
5498 _ACEOF
5499
5500 LIBS="-lm $LIBS"
5501
5502 fi
5503
5504
5505
5506
5507
5508 # Extract the first word of "tic", so it can be a program name with args.
5509 set dummy tic; ac_word=$2
5510 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5511 $as_echo_n "checking for $ac_word... " >&6; }
5512 if test "${ac_cv_path_TIC+set}" = set; then :
5513 $as_echo_n "(cached) " >&6
5514 else
5515 case $TIC in
5516 [\\/]* | ?:[\\/]*)
5517 ac_cv_path_TIC="$TIC" # Let the user override the test with a path.
5518 ;;
5519 *)
5520 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5521 for as_dir in $PATH
5522 do
5523 IFS=$as_save_IFS
5524 test -z "$as_dir" && as_dir=.
5525 for ac_exec_ext in '' $ac_executable_extensions; do
5526 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5527 ac_cv_path_TIC="$as_dir/$ac_word$ac_exec_ext"
5528 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5529 break 2
5530 fi
5531 done
5532 done
5533 IFS=$as_save_IFS
5534
5535 test -z "$ac_cv_path_TIC" && ac_cv_path_TIC=":"
5536 ;;
5537 esac
5538 fi
5539 TIC=$ac_cv_path_TIC
5540 if test -n "$TIC"; then
5541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $TIC" >&5
5542 $as_echo "$TIC" >&6; }
5543 else
5544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5545 $as_echo "no" >&6; }
5546 fi
5547
5548
5549
5550 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
5551 $as_echo_n "checking for X... " >&6; }
5552
5553
5554 # Check whether --with-x was given.
5555 if test "${with_x+set}" = set; then :
5556 withval=$with_x;
5557 fi
5558
5559 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
5560 if test "x$with_x" = xno; then
5561 # The user explicitly disabled X.
5562 have_x=disabled
5563 else
5564 case $x_includes,$x_libraries in #(
5565 *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(
5566 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
5567 $as_echo_n "(cached) " >&6
5568 else
5569 # One or both of the vars are not set, and there is no cached value.
5570 ac_x_includes=no ac_x_libraries=no
5571 rm -f -r conftest.dir
5572 if mkdir conftest.dir; then
5573 cd conftest.dir
5574 cat >Imakefile <<'_ACEOF'
5575 incroot:
5576 @echo incroot='${INCROOT}'
5577 usrlibdir:
5578 @echo usrlibdir='${USRLIBDIR}'
5579 libdir:
5580 @echo libdir='${LIBDIR}'
5581 _ACEOF
5582 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
5583 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
5584 for ac_var in incroot usrlibdir libdir; do
5585 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
5586 done
5587 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
5588 for ac_extension in a so sl dylib la dll; do
5589 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
5590 test -f "$ac_im_libdir/libX11.$ac_extension"; then
5591 ac_im_usrlibdir=$ac_im_libdir; break
5592 fi
5593 done
5594 # Screen out bogus values from the imake configuration. They are
5595 # bogus both because they are the default anyway, and because
5596 # using them would break gcc on systems where it needs fixed includes.
5597 case $ac_im_incroot in
5598 /usr/include) ac_x_includes= ;;
5599 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
5600 esac
5601 case $ac_im_usrlibdir in
5602 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
5603 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
5604 esac
5605 fi
5606 cd ..
5607 rm -f -r conftest.dir
5608 fi
5609
5610 # Standard set of common directories for X headers.
5611 # Check X11 before X11Rn because it is often a symlink to the current release.
5612 ac_x_header_dirs='
5613 /usr/X11/include
5614 /usr/X11R7/include
5615 /usr/X11R6/include
5616 /usr/X11R5/include
5617 /usr/X11R4/include
5618
5619 /usr/include/X11
5620 /usr/include/X11R7
5621 /usr/include/X11R6
5622 /usr/include/X11R5
5623 /usr/include/X11R4
5624
5625 /usr/local/X11/include
5626 /usr/local/X11R7/include
5627 /usr/local/X11R6/include
5628 /usr/local/X11R5/include
5629 /usr/local/X11R4/include
5630
5631 /usr/local/include/X11
5632 /usr/local/include/X11R7
5633 /usr/local/include/X11R6
5634 /usr/local/include/X11R5
5635 /usr/local/include/X11R4
5636
5637 /usr/X386/include
5638 /usr/x386/include
5639 /usr/XFree86/include/X11
5640
5641 /usr/include
5642 /usr/local/include
5643 /usr/unsupported/include
5644 /usr/athena/include
5645 /usr/local/x11r5/include
5646 /usr/lpp/Xamples/include
5647
5648 /usr/openwin/include
5649 /usr/openwin/share/include'
5650
5651 if test "$ac_x_includes" = no; then
5652 # Guess where to find include files, by looking for Xlib.h.
5653 # First, try using that file with no special directory specified.
5654 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5655 /* end confdefs.h. */
5656 #include <X11/Xlib.h>
5657 _ACEOF
5658 if ac_fn_cxx_try_cpp "$LINENO"; then :
5659 # We can compile using X headers with no special include directory.
5660 ac_x_includes=
5661 else
5662 for ac_dir in $ac_x_header_dirs; do
5663 if test -r "$ac_dir/X11/Xlib.h"; then
5664 ac_x_includes=$ac_dir
5665 break
5666 fi
5667 done
5668 fi
5669 rm -f conftest.err conftest.$ac_ext
5670 fi # $ac_x_includes = no
5671
5672 if test "$ac_x_libraries" = no; then
5673 # Check for the libraries.
5674 # See if we find them without any special options.
5675 # Don't add to $LIBS permanently.
5676 ac_save_LIBS=$LIBS
5677 LIBS="-lX11 $LIBS"
5678 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5679 /* end confdefs.h. */
5680 #include <X11/Xlib.h>
5681 int
5682 main ()
5683 {
5684 XrmInitialize ()
5685 ;
5686 return 0;
5687 }
5688 _ACEOF
5689 if ac_fn_cxx_try_link "$LINENO"; then :
5690 LIBS=$ac_save_LIBS
5691 # We can link X programs with no special library path.
5692 ac_x_libraries=
5693 else
5694 LIBS=$ac_save_LIBS
5695 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
5696 do
5697 # Don't even attempt the hair of trying to link an X program!
5698 for ac_extension in a so sl dylib la dll; do
5699 if test -r "$ac_dir/libX11.$ac_extension"; then
5700 ac_x_libraries=$ac_dir
5701 break 2
5702 fi
5703 done
5704 done
5705 fi
5706 rm -f core conftest.err conftest.$ac_objext \
5707 conftest$ac_exeext conftest.$ac_ext
5708 fi # $ac_x_libraries = no
5709
5710 case $ac_x_includes,$ac_x_libraries in #(
5711 no,* | *,no | *\'*)
5712 # Didn't find X, or a directory has "'" in its name.
5713 ac_cv_have_x="have_x=no";; #(
5714 *)
5715 # Record where we found X for the cache.
5716 ac_cv_have_x="have_x=yes\
5717 ac_x_includes='$ac_x_includes'\
5718 ac_x_libraries='$ac_x_libraries'"
5719 esac
5720 fi
5721 ;; #(
5722 *) have_x=yes;;
5723 esac
5724 eval "$ac_cv_have_x"
5725 fi # $with_x != no
5726
5727 if test "$have_x" != yes; then
5728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
5729 $as_echo "$have_x" >&6; }
5730 no_x=yes
5731 else
5732 # If each of the values was on the command line, it overrides each guess.
5733 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
5734 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
5735 # Update the cache value to reflect the command line values.
5736 ac_cv_have_x="have_x=yes\
5737 ac_x_includes='$x_includes'\
5738 ac_x_libraries='$x_libraries'"
5739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
5740 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
5741 fi
5742
5743 if test "$no_x" = yes; then
5744 # Not all programs may use this symbol, but it does not hurt to define it.
5745
5746 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
5747
5748 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
5749 else
5750 if test -n "$x_includes"; then
5751 X_CFLAGS="$X_CFLAGS -I$x_includes"
5752 fi
5753
5754 # It would also be nice to do this for all -L options, not just this one.
5755 if test -n "$x_libraries"; then
5756 X_LIBS="$X_LIBS -L$x_libraries"
5757 # For Solaris; some versions of Sun CC require a space after -R and
5758 # others require no space. Words are not sufficient . . . .
5759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
5760 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
5761 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
5762 ac_xsave_cxx_werror_flag=$ac_cxx_werror_flag
5763 ac_cxx_werror_flag=yes
5764 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5765 /* end confdefs.h. */
5766
5767 int
5768 main ()
5769 {
5770
5771 ;
5772 return 0;
5773 }
5774 _ACEOF
5775 if ac_fn_cxx_try_link "$LINENO"; then :
5776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5777 $as_echo "no" >&6; }
5778 X_LIBS="$X_LIBS -R$x_libraries"
5779 else
5780 LIBS="$ac_xsave_LIBS -R $x_libraries"
5781 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5782 /* end confdefs.h. */
5783
5784 int
5785 main ()
5786 {
5787
5788 ;
5789 return 0;
5790 }
5791 _ACEOF
5792 if ac_fn_cxx_try_link "$LINENO"; then :
5793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5794 $as_echo "yes" >&6; }
5795 X_LIBS="$X_LIBS -R $x_libraries"
5796 else
5797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
5798 $as_echo "neither works" >&6; }
5799 fi
5800 rm -f core conftest.err conftest.$ac_objext \
5801 conftest$ac_exeext conftest.$ac_ext
5802 fi
5803 rm -f core conftest.err conftest.$ac_objext \
5804 conftest$ac_exeext conftest.$ac_ext
5805 ac_cxx_werror_flag=$ac_xsave_cxx_werror_flag
5806 LIBS=$ac_xsave_LIBS
5807 fi
5808
5809 # Check for system-dependent libraries X programs must link with.
5810 # Do this before checking for the system-independent R6 libraries
5811 # (-lICE), since we may need -lsocket or whatever for X linking.
5812
5813 if test "$ISC" = yes; then
5814 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
5815 else
5816 # Martyn Johnson says this is needed for Ultrix, if the X
5817 # libraries were built with DECnet support. And Karl Berry says
5818 # the Alpha needs dnet_stub (dnet does not exist).
5819 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
5820 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5821 /* end confdefs.h. */
5822
5823 /* Override any GCC internal prototype to avoid an error.
5824 Use char because int might match the return type of a GCC
5825 builtin and then its argument prototype would still apply. */
5826 #ifdef __cplusplus
5827 extern "C"
5828 #endif
5829 char XOpenDisplay ();
5830 int
5831 main ()
5832 {
5833 return XOpenDisplay ();
5834 ;
5835 return 0;
5836 }
5837 _ACEOF
5838 if ac_fn_cxx_try_link "$LINENO"; then :
5839
5840 else
5841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
5842 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
5843 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
5844 $as_echo_n "(cached) " >&6
5845 else
5846 ac_check_lib_save_LIBS=$LIBS
5847 LIBS="-ldnet $LIBS"
5848 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5849 /* end confdefs.h. */
5850
5851 /* Override any GCC internal prototype to avoid an error.
5852 Use char because int might match the return type of a GCC
5853 builtin and then its argument prototype would still apply. */
5854 #ifdef __cplusplus
5855 extern "C"
5856 #endif
5857 char dnet_ntoa ();
5858 int
5859 main ()
5860 {
5861 return dnet_ntoa ();
5862 ;
5863 return 0;
5864 }
5865 _ACEOF
5866 if ac_fn_cxx_try_link "$LINENO"; then :
5867 ac_cv_lib_dnet_dnet_ntoa=yes
5868 else
5869 ac_cv_lib_dnet_dnet_ntoa=no
5870 fi
5871 rm -f core conftest.err conftest.$ac_objext \
5872 conftest$ac_exeext conftest.$ac_ext
5873 LIBS=$ac_check_lib_save_LIBS
5874 fi
5875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
5876 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
5877 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
5878 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
5879 fi
5880
5881 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
5882 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
5883 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
5884 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then :
5885 $as_echo_n "(cached) " >&6
5886 else
5887 ac_check_lib_save_LIBS=$LIBS
5888 LIBS="-ldnet_stub $LIBS"
5889 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5890 /* end confdefs.h. */
5891
5892 /* Override any GCC internal prototype to avoid an error.
5893 Use char because int might match the return type of a GCC
5894 builtin and then its argument prototype would still apply. */
5895 #ifdef __cplusplus
5896 extern "C"
5897 #endif
5898 char dnet_ntoa ();
5899 int
5900 main ()
5901 {
5902 return dnet_ntoa ();
5903 ;
5904 return 0;
5905 }
5906 _ACEOF
5907 if ac_fn_cxx_try_link "$LINENO"; then :
5908 ac_cv_lib_dnet_stub_dnet_ntoa=yes
5909 else
5910 ac_cv_lib_dnet_stub_dnet_ntoa=no
5911 fi
5912 rm -f core conftest.err conftest.$ac_objext \
5913 conftest$ac_exeext conftest.$ac_ext
5914 LIBS=$ac_check_lib_save_LIBS
5915 fi
5916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
5917 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
5918 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then :
5919 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
5920 fi
5921
5922 fi
5923 fi
5924 rm -f core conftest.err conftest.$ac_objext \
5925 conftest$ac_exeext conftest.$ac_ext
5926 LIBS="$ac_xsave_LIBS"
5927
5928 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
5929 # to get the SysV transport functions.
5930 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
5931 # needs -lnsl.
5932 # The nsl library prevents programs from opening the X display
5933 # on Irix 5.2, according to T.E. Dickey.
5934 # The functions gethostbyname, getservbyname, and inet_addr are
5935 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
5936 ac_fn_cxx_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
5937 if test "x$ac_cv_func_gethostbyname" = x""yes; then :
5938
5939 fi
5940
5941 if test $ac_cv_func_gethostbyname = no; then
5942 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
5943 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
5944 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
5945 $as_echo_n "(cached) " >&6
5946 else
5947 ac_check_lib_save_LIBS=$LIBS
5948 LIBS="-lnsl $LIBS"
5949 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5950 /* end confdefs.h. */
5951
5952 /* Override any GCC internal prototype to avoid an error.
5953 Use char because int might match the return type of a GCC
5954 builtin and then its argument prototype would still apply. */
5955 #ifdef __cplusplus
5956 extern "C"
5957 #endif
5958 char gethostbyname ();
5959 int
5960 main ()
5961 {
5962 return gethostbyname ();
5963 ;
5964 return 0;
5965 }
5966 _ACEOF
5967 if ac_fn_cxx_try_link "$LINENO"; then :
5968 ac_cv_lib_nsl_gethostbyname=yes
5969 else
5970 ac_cv_lib_nsl_gethostbyname=no
5971 fi
5972 rm -f core conftest.err conftest.$ac_objext \
5973 conftest$ac_exeext conftest.$ac_ext
5974 LIBS=$ac_check_lib_save_LIBS
5975 fi
5976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
5977 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
5978 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
5979 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
5980 fi
5981
5982 if test $ac_cv_lib_nsl_gethostbyname = no; then
5983 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
5984 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
5985 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then :
5986 $as_echo_n "(cached) " >&6
5987 else
5988 ac_check_lib_save_LIBS=$LIBS
5989 LIBS="-lbsd $LIBS"
5990 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5991 /* end confdefs.h. */
5992
5993 /* Override any GCC internal prototype to avoid an error.
5994 Use char because int might match the return type of a GCC
5995 builtin and then its argument prototype would still apply. */
5996 #ifdef __cplusplus
5997 extern "C"
5998 #endif
5999 char gethostbyname ();
6000 int
6001 main ()
6002 {
6003 return gethostbyname ();
6004 ;
6005 return 0;
6006 }
6007 _ACEOF
6008 if ac_fn_cxx_try_link "$LINENO"; then :
6009 ac_cv_lib_bsd_gethostbyname=yes
6010 else
6011 ac_cv_lib_bsd_gethostbyname=no
6012 fi
6013 rm -f core conftest.err conftest.$ac_objext \
6014 conftest$ac_exeext conftest.$ac_ext
6015 LIBS=$ac_check_lib_save_LIBS
6016 fi
6017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
6018 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
6019 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then :
6020 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
6021 fi
6022
6023 fi
6024 fi
6025
6026 # lieder@skyler.mavd.honeywell.com says without -lsocket,
6027 # socket/setsockopt and other routines are undefined under SCO ODT
6028 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
6029 # on later versions), says Simon Leinen: it contains gethostby*
6030 # variants that don't use the name server (or something). -lsocket
6031 # must be given before -lnsl if both are needed. We assume that
6032 # if connect needs -lnsl, so does gethostbyname.
6033 ac_fn_cxx_check_func "$LINENO" "connect" "ac_cv_func_connect"
6034 if test "x$ac_cv_func_connect" = x""yes; then :
6035
6036 fi
6037
6038 if test $ac_cv_func_connect = no; then
6039 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
6040 $as_echo_n "checking for connect in -lsocket... " >&6; }
6041 if test "${ac_cv_lib_socket_connect+set}" = set; then :
6042 $as_echo_n "(cached) " >&6
6043 else
6044 ac_check_lib_save_LIBS=$LIBS
6045 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
6046 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6047 /* end confdefs.h. */
6048
6049 /* Override any GCC internal prototype to avoid an error.
6050 Use char because int might match the return type of a GCC
6051 builtin and then its argument prototype would still apply. */
6052 #ifdef __cplusplus
6053 extern "C"
6054 #endif
6055 char connect ();
6056 int
6057 main ()
6058 {
6059 return connect ();
6060 ;
6061 return 0;
6062 }
6063 _ACEOF
6064 if ac_fn_cxx_try_link "$LINENO"; then :
6065 ac_cv_lib_socket_connect=yes
6066 else
6067 ac_cv_lib_socket_connect=no
6068 fi
6069 rm -f core conftest.err conftest.$ac_objext \
6070 conftest$ac_exeext conftest.$ac_ext
6071 LIBS=$ac_check_lib_save_LIBS
6072 fi
6073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
6074 $as_echo "$ac_cv_lib_socket_connect" >&6; }
6075 if test "x$ac_cv_lib_socket_connect" = x""yes; then :
6076 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
6077 fi
6078
6079 fi
6080
6081 # Guillermo Gomez says -lposix is necessary on A/UX.
6082 ac_fn_cxx_check_func "$LINENO" "remove" "ac_cv_func_remove"
6083 if test "x$ac_cv_func_remove" = x""yes; then :
6084
6085 fi
6086
6087 if test $ac_cv_func_remove = no; then
6088 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
6089 $as_echo_n "checking for remove in -lposix... " >&6; }
6090 if test "${ac_cv_lib_posix_remove+set}" = set; then :
6091 $as_echo_n "(cached) " >&6
6092 else
6093 ac_check_lib_save_LIBS=$LIBS
6094 LIBS="-lposix $LIBS"
6095 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6096 /* end confdefs.h. */
6097
6098 /* Override any GCC internal prototype to avoid an error.
6099 Use char because int might match the return type of a GCC
6100 builtin and then its argument prototype would still apply. */
6101 #ifdef __cplusplus
6102 extern "C"
6103 #endif
6104 char remove ();
6105 int
6106 main ()
6107 {
6108 return remove ();
6109 ;
6110 return 0;
6111 }
6112 _ACEOF
6113 if ac_fn_cxx_try_link "$LINENO"; then :
6114 ac_cv_lib_posix_remove=yes
6115 else
6116 ac_cv_lib_posix_remove=no
6117 fi
6118 rm -f core conftest.err conftest.$ac_objext \
6119 conftest$ac_exeext conftest.$ac_ext
6120 LIBS=$ac_check_lib_save_LIBS
6121 fi
6122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
6123 $as_echo "$ac_cv_lib_posix_remove" >&6; }
6124 if test "x$ac_cv_lib_posix_remove" = x""yes; then :
6125 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
6126 fi
6127
6128 fi
6129
6130 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
6131 ac_fn_cxx_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
6132 if test "x$ac_cv_func_shmat" = x""yes; then :
6133
6134 fi
6135
6136 if test $ac_cv_func_shmat = no; then
6137 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
6138 $as_echo_n "checking for shmat in -lipc... " >&6; }
6139 if test "${ac_cv_lib_ipc_shmat+set}" = set; then :
6140 $as_echo_n "(cached) " >&6
6141 else
6142 ac_check_lib_save_LIBS=$LIBS
6143 LIBS="-lipc $LIBS"
6144 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6145 /* end confdefs.h. */
6146
6147 /* Override any GCC internal prototype to avoid an error.
6148 Use char because int might match the return type of a GCC
6149 builtin and then its argument prototype would still apply. */
6150 #ifdef __cplusplus
6151 extern "C"
6152 #endif
6153 char shmat ();
6154 int
6155 main ()
6156 {
6157 return shmat ();
6158 ;
6159 return 0;
6160 }
6161 _ACEOF
6162 if ac_fn_cxx_try_link "$LINENO"; then :
6163 ac_cv_lib_ipc_shmat=yes
6164 else
6165 ac_cv_lib_ipc_shmat=no
6166 fi
6167 rm -f core conftest.err conftest.$ac_objext \
6168 conftest$ac_exeext conftest.$ac_ext
6169 LIBS=$ac_check_lib_save_LIBS
6170 fi
6171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
6172 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
6173 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then :
6174 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
6175 fi
6176
6177 fi
6178 fi
6179
6180 # Check for libraries that X11R6 Xt/Xaw programs need.
6181 ac_save_LDFLAGS=$LDFLAGS
6182 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
6183 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
6184 # check for ICE first), but we must link in the order -lSM -lICE or
6185 # we get undefined symbols. So assume we have SM if we have ICE.
6186 # These have to be linked with before -lX11, unlike the other
6187 # libraries we check for below, so use a different variable.
6188 # John Interrante, Karl Berry
6189 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
6190 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
6191 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then :
6192 $as_echo_n "(cached) " >&6
6193 else
6194 ac_check_lib_save_LIBS=$LIBS
6195 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
6196 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6197 /* end confdefs.h. */
6198
6199 /* Override any GCC internal prototype to avoid an error.
6200 Use char because int might match the return type of a GCC
6201 builtin and then its argument prototype would still apply. */
6202 #ifdef __cplusplus
6203 extern "C"
6204 #endif
6205 char IceConnectionNumber ();
6206 int
6207 main ()
6208 {
6209 return IceConnectionNumber ();
6210 ;
6211 return 0;
6212 }
6213 _ACEOF
6214 if ac_fn_cxx_try_link "$LINENO"; then :
6215 ac_cv_lib_ICE_IceConnectionNumber=yes
6216 else
6217 ac_cv_lib_ICE_IceConnectionNumber=no
6218 fi
6219 rm -f core conftest.err conftest.$ac_objext \
6220 conftest$ac_exeext conftest.$ac_ext
6221 LIBS=$ac_check_lib_save_LIBS
6222 fi
6223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
6224 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
6225 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then :
6226 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
6227 fi
6228
6229 LDFLAGS=$ac_save_LDFLAGS
6230
6231 fi
6232
6233
6234 image_lib=none
6235
6236 PIXBUF_CFLAGS=
6237 PIXBUF_LIBS=
6238
6239 if test x$support_pixbuf = xyes; then
6240 support_pixbuf=no
6241 # Extract the first word of "pkg-config", so it can be a program name with args.
6242 set dummy pkg-config; ac_word=$2
6243 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6244 $as_echo_n "checking for $ac_word... " >&6; }
6245 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
6246 $as_echo_n "(cached) " >&6
6247 else
6248 case $PKG_CONFIG in
6249 [\\/]* | ?:[\\/]*)
6250 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
6251 ;;
6252 *)
6253 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6254 for as_dir in $PATH
6255 do
6256 IFS=$as_save_IFS
6257 test -z "$as_dir" && as_dir=.
6258 for ac_exec_ext in '' $ac_executable_extensions; do
6259 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6260 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
6261 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6262 break 2
6263 fi
6264 done
6265 done
6266 IFS=$as_save_IFS
6267
6268 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
6269 ;;
6270 esac
6271 fi
6272 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
6273 if test -n "$PKG_CONFIG"; then
6274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
6275 $as_echo "$PKG_CONFIG" >&6; }
6276 else
6277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6278 $as_echo "no" >&6; }
6279 fi
6280
6281
6282 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gdk-pixbuf" >&5
6283 $as_echo_n "checking for gdk-pixbuf... " >&6; }
6284 if test $PKG_CONFIG != no && $PKG_CONFIG --exists gdk-pixbuf-xlib-2.0; then
6285 PIXBUF_CFLAGS="`$PKG_CONFIG gdk-pixbuf-xlib-2.0 --cflags`"
6286 PIXBUF_LIBS="`$PKG_CONFIG gdk-pixbuf-xlib-2.0 --libs`"
6287 support_pixbuf=yes
6288 fi
6289
6290 if test x$support_pixbuf = xyes; then
6291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6292 $as_echo "ok" >&6; }
6293 image_lib=gdk-pixbuf
6294 support_afterimage=no
6295
6296 $as_echo "#define HAVE_PIXBUF 1" >>confdefs.h
6297
6298
6299 $as_echo "#define BG_IMAGE_FROM_FILE 1" >>confdefs.h
6300
6301 else
6302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6303 $as_echo "no" >&6; }
6304 fi
6305 fi
6306
6307
6308
6309
6310 AFTERIMAGE_CFLAGS=
6311 AFTERIMAGE_LIBS=
6312 AFTERIMAGE_VERSION=
6313
6314 if test x$support_afterimage = xyes; then
6315 support_afterimage=no
6316
6317 if test "x$afterimage_config" = "x" ; then
6318 # Extract the first word of "afterimage-config", so it can be a program name with args.
6319 set dummy afterimage-config; ac_word=$2
6320 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6321 $as_echo_n "checking for $ac_word... " >&6; }
6322 if test "${ac_cv_path_afterimage_config+set}" = set; then :
6323 $as_echo_n "(cached) " >&6
6324 else
6325 case $afterimage_config in
6326 [\\/]* | ?:[\\/]*)
6327 ac_cv_path_afterimage_config="$afterimage_config" # Let the user override the test with a path.
6328 ;;
6329 *)
6330 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6331 for as_dir in $PATH
6332 do
6333 IFS=$as_save_IFS
6334 test -z "$as_dir" && as_dir=.
6335 for ac_exec_ext in '' $ac_executable_extensions; do
6336 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6337 ac_cv_path_afterimage_config="$as_dir/$ac_word$ac_exec_ext"
6338 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6339 break 2
6340 fi
6341 done
6342 done
6343 IFS=$as_save_IFS
6344
6345 test -z "$ac_cv_path_afterimage_config" && ac_cv_path_afterimage_config="no"
6346 ;;
6347 esac
6348 fi
6349 afterimage_config=$ac_cv_path_afterimage_config
6350 if test -n "$afterimage_config"; then
6351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $afterimage_config" >&5
6352 $as_echo "$afterimage_config" >&6; }
6353 else
6354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6355 $as_echo "no" >&6; }
6356 fi
6357
6358
6359 fi
6360 if test "x$afterimage_config" != "xno" ; then
6361 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libAfterImage version >= 1.15" >&5
6362 $as_echo_n "checking for libAfterImage version >= 1.15... " >&6; }
6363 xAFTERIMAGE_VERSION=`$afterimage_config --version`
6364 if test -n "$xAFTERIMAGE_VERSION" ; then
6365 xAFTERIMAGE_CFLAGS=`$afterimage_config --cflags`
6366 xAFTERIMAGE_LIBS=`$afterimage_config --libs`
6367 if test "x$xAFTERIMAGE_LIBS" != "x"; then
6368 libai_ver_major=`echo $xAFTERIMAGE_VERSION | cut -f 1 -d .`
6369 libai_ver_minor=`echo $xAFTERIMAGE_VERSION | cut -f 2 -d .`
6370 if test $libai_ver_major -gt 1 -o \( $libai_ver_major -eq 1 -a $libai_ver_minor -ge 15 \); then
6371 support_afterimage=yes
6372 AFTERIMAGE_CFLAGS="$xAFTERIMAGE_CFLAGS"
6373 AFTERIMAGE_LIBS="$xAFTERIMAGE_LIBS"
6374 AFTERIMAGE_VERSION="$xAFTERIMAGE_VERSION"
6375 fi
6376 fi
6377 fi
6378 if test "x$support_afterimage" = "xyes"; then
6379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AFTERIMAGE_LIBS" >&5
6380 $as_echo "$AFTERIMAGE_LIBS" >&6; }
6381 image_lib=libafterimage
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_inheritpixmap = xyes; then
7910 support_xrender=yes
7911 # Extract the first word of "pkg-config", so it can be a program name with args.
7912 set dummy pkg-config; ac_word=$2
7913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7914 $as_echo_n "checking for $ac_word... " >&6; }
7915 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
7916 $as_echo_n "(cached) " >&6
7917 else
7918 case $PKG_CONFIG in
7919 [\\/]* | ?:[\\/]*)
7920 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
7921 ;;
7922 *)
7923 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7924 for as_dir in $PATH
7925 do
7926 IFS=$as_save_IFS
7927 test -z "$as_dir" && as_dir=.
7928 for ac_exec_ext in '' $ac_executable_extensions; do
7929 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7930 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
7931 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7932 break 2
7933 fi
7934 done
7935 done
7936 IFS=$as_save_IFS
7937
7938 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
7939 ;;
7940 esac
7941 fi
7942 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
7943 if test -n "$PKG_CONFIG"; then
7944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
7945 $as_echo "$PKG_CONFIG" >&6; }
7946 else
7947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7948 $as_echo "no" >&6; }
7949 fi
7950
7951
7952 if test $PKG_CONFIG != no && $PKG_CONFIG --exists xrender; then
7953 X_LIBS="`$PKG_CONFIG xrender --libs` $X_LIBS"
7954 CPPFLAGS="$CPPFLAGS `$PKG_CONFIG xrender --cflags`"
7955
7956 save_LIBS="$LIBS"
7957 LIBS="$LIBS $X_LIBS"
7958 ac_fn_cxx_check_header_mongrel "$LINENO" "X11/extensions/Xrender.h" "ac_cv_header_X11_extensions_Xrender_h" "$ac_includes_default"
7959 if test "x$ac_cv_header_X11_extensions_Xrender_h" = x""yes; then :
7960
7961 else
7962 support_xrender=no
7963 fi
7964
7965
7966 ac_fn_cxx_check_func "$LINENO" "XRenderFindStandardFormat" "ac_cv_func_XRenderFindStandardFormat"
7967 if test "x$ac_cv_func_XRenderFindStandardFormat" = x""yes; then :
7968
7969 else
7970 support_xrender=no
7971 fi
7972
7973 LIBS="$save_LIBS"
7974 fi
7975
7976 if test x$support_xrender = xyes; then
7977 LIBS="$LIBS -lm"
7978
7979 $as_echo "#define XRENDER 1" >>confdefs.h
7980
7981 fi
7982 fi
7983 if test x$support_styles = xyes; then
7984
7985 $as_echo "#define ENABLE_STYLES 1" >>confdefs.h
7986
7987 fi
7988 if test x$support_iso14755 = xyes; then
7989
7990 $as_echo "#define ISO_14755 1" >>confdefs.h
7991
7992 fi
7993 if test x$support_8bitctrls = xyes; then
7994
7995 $as_echo "#define EIGHT_BIT_CONTROLS 1" >>confdefs.h
7996
7997 fi
7998 if test x$support_fading = xyes; then
7999
8000 $as_echo "#define OFF_FOCUS_FADING 1" >>confdefs.h
8001
8002 fi
8003 if test x$support_inheritpixmap = xyes; then
8004
8005 $as_echo "#define ENABLE_TRANSPARENCY 1" >>confdefs.h
8006
8007 fi
8008 if test x$support_keepscrolling = xno; then
8009
8010 $as_echo "#define NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING 1" >>confdefs.h
8011
8012 fi
8013 if test x$support_selectionscrolling = xyes; then
8014
8015 $as_echo "#define SELECTION_SCROLLING 1" >>confdefs.h
8016
8017 fi
8018 if test x$support_frills = xyes; then
8019
8020 $as_echo "#define ENABLE_FRILLS 1" >>confdefs.h
8021
8022 fi
8023 if test x$support_mousewheel = xyes; then
8024
8025 $as_echo "#define MOUSE_WHEEL 1" >>confdefs.h
8026
8027 fi
8028 if test x$support_mouseslipwheel = xyes; then
8029
8030 $as_echo "#define MOUSE_SLIP_WHEELING 1" >>confdefs.h
8031
8032 fi
8033
8034 scrolltypes=plain
8035
8036 $as_echo "#define PLAIN_SCROLLBAR 1" >>confdefs.h
8037
8038
8039 if test x$support_scroll_rxvt = xyes; then
8040
8041 $as_echo "#define RXVT_SCROLLBAR 1" >>confdefs.h
8042
8043 scrolltypes="$scrolltypes rxvt"
8044 fi
8045 if test x$support_scroll_next = xyes; then
8046
8047 $as_echo "#define NEXT_SCROLLBAR 1" >>confdefs.h
8048
8049 scrolltypes="$scrolltypes next"
8050 fi
8051 if test x$support_scroll_xterm = xyes; then
8052
8053 $as_echo "#define XTERM_SCROLLBAR 1" >>confdefs.h
8054
8055 scrolltypes="$scrolltypes xterm"
8056 fi
8057 if test x$support_pointer_blank = xyes; then
8058
8059 $as_echo "#define POINTER_BLANK 1" >>confdefs.h
8060
8061 fi
8062 if test x$support_text_blink = xyes; then
8063
8064 $as_echo "#define TEXT_BLINK 1" >>confdefs.h
8065
8066 fi
8067 if test x$support_unicode3 = xyes; then
8068
8069 $as_echo "#define UNICODE_3 1" >>confdefs.h
8070
8071 fi
8072 if test x$support_combining = xyes; then
8073
8074 $as_echo "#define ENABLE_COMBINING 1" >>confdefs.h
8075
8076 fi
8077 if test x$codesets = xall; then
8078 codesets=jp,jp-ext,kr,zh,zh-ext
8079 fi
8080
8081 $as_echo "#define ENCODING_EU 1" >>confdefs.h
8082
8083
8084 $as_echo "#define ENCODING_VN 1" >>confdefs.h
8085
8086 for codeset in `echo $codesets | tr "a-z,\\-" "A-Z _"`; do
8087 case "$codeset" in
8088 JP )
8089 $as_echo "#define ENCODING_JP 1" >>confdefs.h
8090 ;;
8091 JP_EXT )
8092 $as_echo "#define ENCODING_JP_EXT 1" >>confdefs.h
8093 ;;
8094 KR )
8095 $as_echo "#define ENCODING_KR 1" >>confdefs.h
8096 ;;
8097 ZH )
8098 $as_echo "#define ENCODING_ZH 1" >>confdefs.h
8099 ;;
8100 ZH_EXT )
8101 $as_echo "#define ENCODING_ZH_EXT 1" >>confdefs.h
8102 ;;
8103 esac
8104 done
8105
8106 IF_PERL=\#
8107 if test x$support_perl = xyes; then
8108 # Extract the first word of "perl5", so it can be a program name with args.
8109 set dummy perl5; ac_word=$2
8110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8111 $as_echo_n "checking for $ac_word... " >&6; }
8112 if test "${ac_cv_path_PERL+set}" = set; then :
8113 $as_echo_n "(cached) " >&6
8114 else
8115 case $PERL in
8116 [\\/]* | ?:[\\/]*)
8117 ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
8118 ;;
8119 *)
8120 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8121 for as_dir in $PATH
8122 do
8123 IFS=$as_save_IFS
8124 test -z "$as_dir" && as_dir=.
8125 for ac_exec_ext in '' $ac_executable_extensions; do
8126 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8127 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
8128 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8129 break 2
8130 fi
8131 done
8132 done
8133 IFS=$as_save_IFS
8134
8135 ;;
8136 esac
8137 fi
8138 PERL=$ac_cv_path_PERL
8139 if test -n "$PERL"; then
8140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PERL" >&5
8141 $as_echo "$PERL" >&6; }
8142 else
8143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8144 $as_echo "no" >&6; }
8145 fi
8146
8147
8148 # Extract the first word of "perl", so it can be a program name with args.
8149 set dummy perl; ac_word=$2
8150 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8151 $as_echo_n "checking for $ac_word... " >&6; }
8152 if test "${ac_cv_path_PERL+set}" = set; then :
8153 $as_echo_n "(cached) " >&6
8154 else
8155 case $PERL in
8156 [\\/]* | ?:[\\/]*)
8157 ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
8158 ;;
8159 *)
8160 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8161 for as_dir in $PATH
8162 do
8163 IFS=$as_save_IFS
8164 test -z "$as_dir" && as_dir=.
8165 for ac_exec_ext in '' $ac_executable_extensions; do
8166 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8167 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
8168 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8169 break 2
8170 fi
8171 done
8172 done
8173 IFS=$as_save_IFS
8174
8175 ;;
8176 esac
8177 fi
8178 PERL=$ac_cv_path_PERL
8179 if test -n "$PERL"; then
8180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PERL" >&5
8181 $as_echo "$PERL" >&6; }
8182 else
8183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8184 $as_echo "no" >&6; }
8185 fi
8186
8187
8188
8189 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $PERL suitability" >&5
8190 $as_echo_n "checking for $PERL suitability... " >&6; }
8191 if $PERL -MExtUtils::Embed -e "use v5.8" >/dev/null 2>/dev/null; then
8192
8193 save_CXXFLAGS="$CXXFLAGS"
8194 save_LIBS="$LIBS"
8195 CXXFLAGS="$CXXFLAGS `$PERL -MExtUtils::Embed -e ccopts`"
8196 LIBS="$LIBS `$PERL -MExtUtils::Embed -e ldopts`"
8197 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8198 /* end confdefs.h. */
8199
8200 #include <EXTERN.h>
8201 #include <perl.h>
8202 #include <XSUB.h>
8203
8204 int
8205 main ()
8206 {
8207
8208 PerlInterpreter *perl = perl_alloc ();
8209
8210 ;
8211 return 0;
8212 }
8213 _ACEOF
8214 if ac_fn_cxx_try_link "$LINENO"; then :
8215 rxvt_perl_link=yes
8216 else
8217 rxvt_perl_link=no
8218 fi
8219 rm -f core conftest.err conftest.$ac_objext \
8220 conftest$ac_exeext conftest.$ac_ext
8221 CXXFLAGS="$save_CXXFLAGS"
8222 LIBS="$save_LIBS"
8223
8224 if test x$rxvt_perl_link = xyes; then
8225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
8226 $as_echo "ok" >&6; }
8227
8228 $as_echo "#define ENABLE_PERL 1" >>confdefs.h
8229
8230 IF_PERL=
8231 PERL_O=rxvtperl.o
8232 PERLFLAGS="`$PERL -MExtUtils::Embed -e ccopts`"
8233 PERLLIB="`$PERL -MExtUtils::Embed -e ldopts`"
8234 PERLPRIVLIBEXP="`$PERL -MConfig -e 'print $Config{privlibexp}'`"
8235 else
8236 as_fn_error "no, unable to link" "$LINENO" 5
8237 fi
8238 else
8239 as_fn_error "no working perl found, or perl not version >= 5.8" "$LINENO" 5
8240 fi
8241 fi
8242
8243
8244
8245
8246
8247
8248
8249
8250 ac_config_files="$ac_config_files Makefile doc/Makefile src/Makefile"
8251
8252 cat >confcache <<\_ACEOF
8253 # This file is a shell script that caches the results of configure
8254 # tests run on this system so they can be shared between configure
8255 # scripts and configure runs, see configure's option --config-cache.
8256 # It is not useful on other systems. If it contains results you don't
8257 # want to keep, you may remove or edit it.
8258 #
8259 # config.status only pays attention to the cache file if you give it
8260 # the --recheck option to rerun configure.
8261 #
8262 # `ac_cv_env_foo' variables (set or unset) will be overridden when
8263 # loading this file, other *unset* `ac_cv_foo' will be assigned the
8264 # following values.
8265
8266 _ACEOF
8267
8268 # The following way of writing the cache mishandles newlines in values,
8269 # but we know of no workaround that is simple, portable, and efficient.
8270 # So, we kill variables containing newlines.
8271 # Ultrix sh set writes to stderr and can't be redirected directly,
8272 # and sets the high bit in the cache file unless we assign to the vars.
8273 (
8274 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
8275 eval ac_val=\$$ac_var
8276 case $ac_val in #(
8277 *${as_nl}*)
8278 case $ac_var in #(
8279 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
8280 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
8281 esac
8282 case $ac_var in #(
8283 _ | IFS | as_nl) ;; #(
8284 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
8285 *) { eval $ac_var=; unset $ac_var;} ;;
8286 esac ;;
8287 esac
8288 done
8289
8290 (set) 2>&1 |
8291 case $as_nl`(ac_space=' '; set) 2>&1` in #(
8292 *${as_nl}ac_space=\ *)
8293 # `set' does not quote correctly, so add quotes: double-quote
8294 # substitution turns \\\\ into \\, and sed turns \\ into \.
8295 sed -n \
8296 "s/'/'\\\\''/g;
8297 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
8298 ;; #(
8299 *)
8300 # `set' quotes correctly as required by POSIX, so do not add quotes.
8301 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
8302 ;;
8303 esac |
8304 sort
8305 ) |
8306 sed '
8307 /^ac_cv_env_/b end
8308 t clear
8309 :clear
8310 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
8311 t end
8312 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
8313 :end' >>confcache
8314 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
8315 if test -w "$cache_file"; then
8316 test "x$cache_file" != "x/dev/null" &&
8317 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
8318 $as_echo "$as_me: updating cache $cache_file" >&6;}
8319 cat confcache >$cache_file
8320 else
8321 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
8322 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
8323 fi
8324 fi
8325 rm -f confcache
8326
8327 test "x$prefix" = xNONE && prefix=$ac_default_prefix
8328 # Let make expand exec_prefix.
8329 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
8330
8331 DEFS=-DHAVE_CONFIG_H
8332
8333 ac_libobjs=
8334 ac_ltlibobjs=
8335 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
8336 # 1. Remove the extension, and $U if already installed.
8337 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
8338 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
8339 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
8340 # will be set to the directory where LIBOBJS objects are built.
8341 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
8342 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
8343 done
8344 LIBOBJS=$ac_libobjs
8345
8346 LTLIBOBJS=$ac_ltlibobjs
8347
8348
8349
8350 : ${CONFIG_STATUS=./config.status}
8351 ac_write_fail=0
8352 ac_clean_files_save=$ac_clean_files
8353 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
8354 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
8355 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
8356 as_write_fail=0
8357 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
8358 #! $SHELL
8359 # Generated by $as_me.
8360 # Run this file to recreate the current configuration.
8361 # Compiler output produced by configure, useful for debugging
8362 # configure, is in config.log if it exists.
8363
8364 debug=false
8365 ac_cs_recheck=false
8366 ac_cs_silent=false
8367
8368 SHELL=\${CONFIG_SHELL-$SHELL}
8369 export SHELL
8370 _ASEOF
8371 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
8372 ## -------------------- ##
8373 ## M4sh Initialization. ##
8374 ## -------------------- ##
8375
8376 # Be more Bourne compatible
8377 DUALCASE=1; export DUALCASE # for MKS sh
8378 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
8379 emulate sh
8380 NULLCMD=:
8381 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
8382 # is contrary to our usage. Disable this feature.
8383 alias -g '${1+"$@"}'='"$@"'
8384 setopt NO_GLOB_SUBST
8385 else
8386 case `(set -o) 2>/dev/null` in #(
8387 *posix*) :
8388 set -o posix ;; #(
8389 *) :
8390 ;;
8391 esac
8392 fi
8393
8394
8395 as_nl='
8396 '
8397 export as_nl
8398 # Printing a long string crashes Solaris 7 /usr/bin/printf.
8399 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
8400 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
8401 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
8402 # Prefer a ksh shell builtin over an external printf program on Solaris,
8403 # but without wasting forks for bash or zsh.
8404 if test -z "$BASH_VERSION$ZSH_VERSION" \
8405 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
8406 as_echo='print -r --'
8407 as_echo_n='print -rn --'
8408 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
8409 as_echo='printf %s\n'
8410 as_echo_n='printf %s'
8411 else
8412 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
8413 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
8414 as_echo_n='/usr/ucb/echo -n'
8415 else
8416 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
8417 as_echo_n_body='eval
8418 arg=$1;
8419 case $arg in #(
8420 *"$as_nl"*)
8421 expr "X$arg" : "X\\(.*\\)$as_nl";
8422 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
8423 esac;
8424 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
8425 '
8426 export as_echo_n_body
8427 as_echo_n='sh -c $as_echo_n_body as_echo'
8428 fi
8429 export as_echo_body
8430 as_echo='sh -c $as_echo_body as_echo'
8431 fi
8432
8433 # The user is always right.
8434 if test "${PATH_SEPARATOR+set}" != set; then
8435 PATH_SEPARATOR=:
8436 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
8437 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
8438 PATH_SEPARATOR=';'
8439 }
8440 fi
8441
8442
8443 # IFS
8444 # We need space, tab and new line, in precisely that order. Quoting is
8445 # there to prevent editors from complaining about space-tab.
8446 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
8447 # splitting by setting IFS to empty value.)
8448 IFS=" "" $as_nl"
8449
8450 # Find who we are. Look in the path if we contain no directory separator.
8451 case $0 in #((
8452 *[\\/]* ) as_myself=$0 ;;
8453 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8454 for as_dir in $PATH
8455 do
8456 IFS=$as_save_IFS
8457 test -z "$as_dir" && as_dir=.
8458 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
8459 done
8460 IFS=$as_save_IFS
8461
8462 ;;
8463 esac
8464 # We did not find ourselves, most probably we were run as `sh COMMAND'
8465 # in which case we are not to be found in the path.
8466 if test "x$as_myself" = x; then
8467 as_myself=$0
8468 fi
8469 if test ! -f "$as_myself"; then
8470 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
8471 exit 1
8472 fi
8473
8474 # Unset variables that we do not need and which cause bugs (e.g. in
8475 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
8476 # suppresses any "Segmentation fault" message there. '((' could
8477 # trigger a bug in pdksh 5.2.14.
8478 for as_var in BASH_ENV ENV MAIL MAILPATH
8479 do eval test x\${$as_var+set} = xset \
8480 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
8481 done
8482 PS1='$ '
8483 PS2='> '
8484 PS4='+ '
8485
8486 # NLS nuisances.
8487 LC_ALL=C
8488 export LC_ALL
8489 LANGUAGE=C
8490 export LANGUAGE
8491
8492 # CDPATH.
8493 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
8494
8495
8496 # as_fn_error ERROR [LINENO LOG_FD]
8497 # ---------------------------------
8498 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
8499 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
8500 # script with status $?, using 1 if that was 0.
8501 as_fn_error ()
8502 {
8503 as_status=$?; test $as_status -eq 0 && as_status=1
8504 if test "$3"; then
8505 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
8506 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
8507 fi
8508 $as_echo "$as_me: error: $1" >&2
8509 as_fn_exit $as_status
8510 } # as_fn_error
8511
8512
8513 # as_fn_set_status STATUS
8514 # -----------------------
8515 # Set $? to STATUS, without forking.
8516 as_fn_set_status ()
8517 {
8518 return $1
8519 } # as_fn_set_status
8520
8521 # as_fn_exit STATUS
8522 # -----------------
8523 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
8524 as_fn_exit ()
8525 {
8526 set +e
8527 as_fn_set_status $1
8528 exit $1
8529 } # as_fn_exit
8530
8531 # as_fn_unset VAR
8532 # ---------------
8533 # Portably unset VAR.
8534 as_fn_unset ()
8535 {
8536 { eval $1=; unset $1;}
8537 }
8538 as_unset=as_fn_unset
8539 # as_fn_append VAR VALUE
8540 # ----------------------
8541 # Append the text in VALUE to the end of the definition contained in VAR. Take
8542 # advantage of any shell optimizations that allow amortized linear growth over
8543 # repeated appends, instead of the typical quadratic growth present in naive
8544 # implementations.
8545 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
8546 eval 'as_fn_append ()
8547 {
8548 eval $1+=\$2
8549 }'
8550 else
8551 as_fn_append ()
8552 {
8553 eval $1=\$$1\$2
8554 }
8555 fi # as_fn_append
8556
8557 # as_fn_arith ARG...
8558 # ------------------
8559 # Perform arithmetic evaluation on the ARGs, and store the result in the
8560 # global $as_val. Take advantage of shells that can avoid forks. The arguments
8561 # must be portable across $(()) and expr.
8562 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
8563 eval 'as_fn_arith ()
8564 {
8565 as_val=$(( $* ))
8566 }'
8567 else
8568 as_fn_arith ()
8569 {
8570 as_val=`expr "$@" || test $? -eq 1`
8571 }
8572 fi # as_fn_arith
8573
8574
8575 if expr a : '\(a\)' >/dev/null 2>&1 &&
8576 test "X`expr 00001 : '.*\(...\)'`" = X001; then
8577 as_expr=expr
8578 else
8579 as_expr=false
8580 fi
8581
8582 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
8583 as_basename=basename
8584 else
8585 as_basename=false
8586 fi
8587
8588 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
8589 as_dirname=dirname
8590 else
8591 as_dirname=false
8592 fi
8593
8594 as_me=`$as_basename -- "$0" ||
8595 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
8596 X"$0" : 'X\(//\)$' \| \
8597 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
8598 $as_echo X/"$0" |
8599 sed '/^.*\/\([^/][^/]*\)\/*$/{
8600 s//\1/
8601 q
8602 }
8603 /^X\/\(\/\/\)$/{
8604 s//\1/
8605 q
8606 }
8607 /^X\/\(\/\).*/{
8608 s//\1/
8609 q
8610 }
8611 s/.*/./; q'`
8612
8613 # Avoid depending upon Character Ranges.
8614 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
8615 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
8616 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
8617 as_cr_digits='0123456789'
8618 as_cr_alnum=$as_cr_Letters$as_cr_digits
8619
8620 ECHO_C= ECHO_N= ECHO_T=
8621 case `echo -n x` in #(((((
8622 -n*)
8623 case `echo 'xy\c'` in
8624 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
8625 xy) ECHO_C='\c';;
8626 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
8627 ECHO_T=' ';;
8628 esac;;
8629 *)
8630 ECHO_N='-n';;
8631 esac
8632
8633 rm -f conf$$ conf$$.exe conf$$.file
8634 if test -d conf$$.dir; then
8635 rm -f conf$$.dir/conf$$.file
8636 else
8637 rm -f conf$$.dir
8638 mkdir conf$$.dir 2>/dev/null
8639 fi
8640 if (echo >conf$$.file) 2>/dev/null; then
8641 if ln -s conf$$.file conf$$ 2>/dev/null; then
8642 as_ln_s='ln -s'
8643 # ... but there are two gotchas:
8644 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
8645 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
8646 # In both cases, we have to default to `cp -p'.
8647 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
8648 as_ln_s='cp -p'
8649 elif ln conf$$.file conf$$ 2>/dev/null; then
8650 as_ln_s=ln
8651 else
8652 as_ln_s='cp -p'
8653 fi
8654 else
8655 as_ln_s='cp -p'
8656 fi
8657 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
8658 rmdir conf$$.dir 2>/dev/null
8659
8660
8661 # as_fn_mkdir_p
8662 # -------------
8663 # Create "$as_dir" as a directory, including parents if necessary.
8664 as_fn_mkdir_p ()
8665 {
8666
8667 case $as_dir in #(
8668 -*) as_dir=./$as_dir;;
8669 esac
8670 test -d "$as_dir" || eval $as_mkdir_p || {
8671 as_dirs=
8672 while :; do
8673 case $as_dir in #(
8674 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
8675 *) as_qdir=$as_dir;;
8676 esac
8677 as_dirs="'$as_qdir' $as_dirs"
8678 as_dir=`$as_dirname -- "$as_dir" ||
8679 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8680 X"$as_dir" : 'X\(//\)[^/]' \| \
8681 X"$as_dir" : 'X\(//\)$' \| \
8682 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
8683 $as_echo X"$as_dir" |
8684 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
8685 s//\1/
8686 q
8687 }
8688 /^X\(\/\/\)[^/].*/{
8689 s//\1/
8690 q
8691 }
8692 /^X\(\/\/\)$/{
8693 s//\1/
8694 q
8695 }
8696 /^X\(\/\).*/{
8697 s//\1/
8698 q
8699 }
8700 s/.*/./; q'`
8701 test -d "$as_dir" && break
8702 done
8703 test -z "$as_dirs" || eval "mkdir $as_dirs"
8704 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
8705
8706
8707 } # as_fn_mkdir_p
8708 if mkdir -p . 2>/dev/null; then
8709 as_mkdir_p='mkdir -p "$as_dir"'
8710 else
8711 test -d ./-p && rmdir ./-p
8712 as_mkdir_p=false
8713 fi
8714
8715 if test -x / >/dev/null 2>&1; then
8716 as_test_x='test -x'
8717 else
8718 if ls -dL / >/dev/null 2>&1; then
8719 as_ls_L_option=L
8720 else
8721 as_ls_L_option=
8722 fi
8723 as_test_x='
8724 eval sh -c '\''
8725 if test -d "$1"; then
8726 test -d "$1/.";
8727 else
8728 case $1 in #(
8729 -*)set "./$1";;
8730 esac;
8731 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
8732 ???[sx]*):;;*)false;;esac;fi
8733 '\'' sh
8734 '
8735 fi
8736 as_executable_p=$as_test_x
8737
8738 # Sed expression to map a string onto a valid CPP name.
8739 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
8740
8741 # Sed expression to map a string onto a valid variable name.
8742 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
8743
8744
8745 exec 6>&1
8746 ## ----------------------------------- ##
8747 ## Main body of $CONFIG_STATUS script. ##
8748 ## ----------------------------------- ##
8749 _ASEOF
8750 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
8751
8752 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8753 # Save the log message, to keep $0 and so on meaningful, and to
8754 # report actual input values of CONFIG_FILES etc. instead of their
8755 # values after options handling.
8756 ac_log="
8757 This file was extended by $as_me, which was
8758 generated by GNU Autoconf 2.65. Invocation command line was
8759
8760 CONFIG_FILES = $CONFIG_FILES
8761 CONFIG_HEADERS = $CONFIG_HEADERS
8762 CONFIG_LINKS = $CONFIG_LINKS
8763 CONFIG_COMMANDS = $CONFIG_COMMANDS
8764 $ $0 $@
8765
8766 on `(hostname || uname -n) 2>/dev/null | sed 1q`
8767 "
8768
8769 _ACEOF
8770
8771 case $ac_config_files in *"
8772 "*) set x $ac_config_files; shift; ac_config_files=$*;;
8773 esac
8774
8775 case $ac_config_headers in *"
8776 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
8777 esac
8778
8779
8780 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8781 # Files that config.status was made for.
8782 config_files="$ac_config_files"
8783 config_headers="$ac_config_headers"
8784
8785 _ACEOF
8786
8787 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8788 ac_cs_usage="\
8789 \`$as_me' instantiates files and other configuration actions
8790 from templates according to the current configuration. Unless the files
8791 and actions are specified as TAGs, all are instantiated by default.
8792
8793 Usage: $0 [OPTION]... [TAG]...
8794
8795 -h, --help print this help, then exit
8796 -V, --version print version number and configuration settings, then exit
8797 --config print configuration, then exit
8798 -q, --quiet, --silent
8799 do not print progress messages
8800 -d, --debug don't remove temporary files
8801 --recheck update $as_me by reconfiguring in the same conditions
8802 --file=FILE[:TEMPLATE]
8803 instantiate the configuration file FILE
8804 --header=FILE[:TEMPLATE]
8805 instantiate the configuration header FILE
8806
8807 Configuration files:
8808 $config_files
8809
8810 Configuration headers:
8811 $config_headers
8812
8813 Report bugs to the package provider."
8814
8815 _ACEOF
8816 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8817 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
8818 ac_cs_version="\\
8819 config.status
8820 configured by $0, generated by GNU Autoconf 2.65,
8821 with options \\"\$ac_cs_config\\"
8822
8823 Copyright (C) 2009 Free Software Foundation, Inc.
8824 This config.status script is free software; the Free Software Foundation
8825 gives unlimited permission to copy, distribute and modify it."
8826
8827 ac_pwd='$ac_pwd'
8828 srcdir='$srcdir'
8829 INSTALL='$INSTALL'
8830 test -n "\$AWK" || AWK=awk
8831 _ACEOF
8832
8833 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8834 # The default lists apply if the user does not specify any file.
8835 ac_need_defaults=:
8836 while test $# != 0
8837 do
8838 case $1 in
8839 --*=*)
8840 ac_option=`expr "X$1" : 'X\([^=]*\)='`
8841 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
8842 ac_shift=:
8843 ;;
8844 *)
8845 ac_option=$1
8846 ac_optarg=$2
8847 ac_shift=shift
8848 ;;
8849 esac
8850
8851 case $ac_option in
8852 # Handling of the options.
8853 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
8854 ac_cs_recheck=: ;;
8855 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
8856 $as_echo "$ac_cs_version"; exit ;;
8857 --config | --confi | --conf | --con | --co | --c )
8858 $as_echo "$ac_cs_config"; exit ;;
8859 --debug | --debu | --deb | --de | --d | -d )
8860 debug=: ;;
8861 --file | --fil | --fi | --f )
8862 $ac_shift
8863 case $ac_optarg in
8864 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
8865 esac
8866 as_fn_append CONFIG_FILES " '$ac_optarg'"
8867 ac_need_defaults=false;;
8868 --header | --heade | --head | --hea )
8869 $ac_shift
8870 case $ac_optarg in
8871 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
8872 esac
8873 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
8874 ac_need_defaults=false;;
8875 --he | --h)
8876 # Conflict between --help and --header
8877 as_fn_error "ambiguous option: \`$1'
8878 Try \`$0 --help' for more information.";;
8879 --help | --hel | -h )
8880 $as_echo "$ac_cs_usage"; exit ;;
8881 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
8882 | -silent | --silent | --silen | --sile | --sil | --si | --s)
8883 ac_cs_silent=: ;;
8884
8885 # This is an error.
8886 -*) as_fn_error "unrecognized option: \`$1'
8887 Try \`$0 --help' for more information." ;;
8888
8889 *) as_fn_append ac_config_targets " $1"
8890 ac_need_defaults=false ;;
8891
8892 esac
8893 shift
8894 done
8895
8896 ac_configure_extra_args=
8897
8898 if $ac_cs_silent; then
8899 exec 6>/dev/null
8900 ac_configure_extra_args="$ac_configure_extra_args --silent"
8901 fi
8902
8903 _ACEOF
8904 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8905 if \$ac_cs_recheck; then
8906 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
8907 shift
8908 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
8909 CONFIG_SHELL='$SHELL'
8910 export CONFIG_SHELL
8911 exec "\$@"
8912 fi
8913
8914 _ACEOF
8915 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8916 exec 5>>config.log
8917 {
8918 echo
8919 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
8920 ## Running $as_me. ##
8921 _ASBOX
8922 $as_echo "$ac_log"
8923 } >&5
8924
8925 _ACEOF
8926 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8927 _ACEOF
8928
8929 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8930
8931 # Handling of arguments.
8932 for ac_config_target in $ac_config_targets
8933 do
8934 case $ac_config_target in
8935 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.h.in" ;;
8936 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
8937 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
8938 "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
8939
8940 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
8941 esac
8942 done
8943
8944
8945 # If the user did not use the arguments to specify the items to instantiate,
8946 # then the envvar interface is used. Set only those that are not.
8947 # We use the long form for the default assignment because of an extremely
8948 # bizarre bug on SunOS 4.1.3.
8949 if $ac_need_defaults; then
8950 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
8951 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
8952 fi
8953
8954 # Have a temporary directory for convenience. Make it in the build tree
8955 # simply because there is no reason against having it here, and in addition,
8956 # creating and moving files from /tmp can sometimes cause problems.
8957 # Hook for its removal unless debugging.
8958 # Note that there is a small window in which the directory will not be cleaned:
8959 # after its creation but before its name has been assigned to `$tmp'.
8960 $debug ||
8961 {
8962 tmp=
8963 trap 'exit_status=$?
8964 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
8965 ' 0
8966 trap 'as_fn_exit 1' 1 2 13 15
8967 }
8968 # Create a (secure) tmp directory for tmp files.
8969
8970 {
8971 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
8972 test -n "$tmp" && test -d "$tmp"
8973 } ||
8974 {
8975 tmp=./conf$$-$RANDOM
8976 (umask 077 && mkdir "$tmp")
8977 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
8978
8979 # Set up the scripts for CONFIG_FILES section.
8980 # No need to generate them if there are no CONFIG_FILES.
8981 # This happens for instance with `./config.status config.h'.
8982 if test -n "$CONFIG_FILES"; then
8983
8984
8985 ac_cr=`echo X | tr X '\015'`
8986 # On cygwin, bash can eat \r inside `` if the user requested igncr.
8987 # But we know of no other shell where ac_cr would be empty at this
8988 # point, so we can use a bashism as a fallback.
8989 if test "x$ac_cr" = x; then
8990 eval ac_cr=\$\'\\r\'
8991 fi
8992 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
8993 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
8994 ac_cs_awk_cr='\r'
8995 else
8996 ac_cs_awk_cr=$ac_cr
8997 fi
8998
8999 echo 'BEGIN {' >"$tmp/subs1.awk" &&
9000 _ACEOF
9001
9002
9003 {
9004 echo "cat >conf$$subs.awk <<_ACEOF" &&
9005 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
9006 echo "_ACEOF"
9007 } >conf$$subs.sh ||
9008 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
9009 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
9010 ac_delim='%!_!# '
9011 for ac_last_try in false false false false false :; do
9012 . ./conf$$subs.sh ||
9013 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
9014
9015 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
9016 if test $ac_delim_n = $ac_delim_num; then
9017 break
9018 elif $ac_last_try; then
9019 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
9020 else
9021 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
9022 fi
9023 done
9024 rm -f conf$$subs.sh
9025
9026 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
9027 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
9028 _ACEOF
9029 sed -n '
9030 h
9031 s/^/S["/; s/!.*/"]=/
9032 p
9033 g
9034 s/^[^!]*!//
9035 :repl
9036 t repl
9037 s/'"$ac_delim"'$//
9038 t delim
9039 :nl
9040 h
9041 s/\(.\{148\}\)..*/\1/
9042 t more1
9043 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
9044 p
9045 n
9046 b repl
9047 :more1
9048 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
9049 p
9050 g
9051 s/.\{148\}//
9052 t nl
9053 :delim
9054 h
9055 s/\(.\{148\}\)..*/\1/
9056 t more2
9057 s/["\\]/\\&/g; s/^/"/; s/$/"/
9058 p
9059 b
9060 :more2
9061 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
9062 p
9063 g
9064 s/.\{148\}//
9065 t delim
9066 ' <conf$$subs.awk | sed '
9067 /^[^""]/{
9068 N
9069 s/\n//
9070 }
9071 ' >>$CONFIG_STATUS || ac_write_fail=1
9072 rm -f conf$$subs.awk
9073 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
9074 _ACAWK
9075 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
9076 for (key in S) S_is_set[key] = 1
9077 FS = ""
9078
9079 }
9080 {
9081 line = $ 0
9082 nfields = split(line, field, "@")
9083 substed = 0
9084 len = length(field[1])
9085 for (i = 2; i < nfields; i++) {
9086 key = field[i]
9087 keylen = length(key)
9088 if (S_is_set[key]) {
9089 value = S[key]
9090 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
9091 len += length(value) + length(field[++i])
9092 substed = 1
9093 } else
9094 len += 1 + keylen
9095 }
9096
9097 print line
9098 }
9099
9100 _ACAWK
9101 _ACEOF
9102 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
9103 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
9104 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
9105 else
9106 cat
9107 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
9108 || as_fn_error "could not setup config files machinery" "$LINENO" 5
9109 _ACEOF
9110
9111 # VPATH may cause trouble with some makes, so we remove $(srcdir),
9112 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
9113 # trailing colons and then remove the whole line if VPATH becomes empty
9114 # (actually we leave an empty line to preserve line numbers).
9115 if test "x$srcdir" = x.; then
9116 ac_vpsub='/^[ ]*VPATH[ ]*=/{
9117 s/:*\$(srcdir):*/:/
9118 s/:*\${srcdir}:*/:/
9119 s/:*@srcdir@:*/:/
9120 s/^\([^=]*=[ ]*\):*/\1/
9121 s/:*$//
9122 s/^[^=]*=[ ]*$//
9123 }'
9124 fi
9125
9126 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
9127 fi # test -n "$CONFIG_FILES"
9128
9129 # Set up the scripts for CONFIG_HEADERS section.
9130 # No need to generate them if there are no CONFIG_HEADERS.
9131 # This happens for instance with `./config.status Makefile'.
9132 if test -n "$CONFIG_HEADERS"; then
9133 cat >"$tmp/defines.awk" <<\_ACAWK ||
9134 BEGIN {
9135 _ACEOF
9136
9137 # Transform confdefs.h into an awk script `defines.awk', embedded as
9138 # here-document in config.status, that substitutes the proper values into
9139 # config.h.in to produce config.h.
9140
9141 # Create a delimiter string that does not exist in confdefs.h, to ease
9142 # handling of long lines.
9143 ac_delim='%!_!# '
9144 for ac_last_try in false false :; do
9145 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
9146 if test -z "$ac_t"; then
9147 break
9148 elif $ac_last_try; then
9149 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
9150 else
9151 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
9152 fi
9153 done
9154
9155 # For the awk script, D is an array of macro values keyed by name,
9156 # likewise P contains macro parameters if any. Preserve backslash
9157 # newline sequences.
9158
9159 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
9160 sed -n '
9161 s/.\{148\}/&'"$ac_delim"'/g
9162 t rset
9163 :rset
9164 s/^[ ]*#[ ]*define[ ][ ]*/ /
9165 t def
9166 d
9167 :def
9168 s/\\$//
9169 t bsnl
9170 s/["\\]/\\&/g
9171 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
9172 D["\1"]=" \3"/p
9173 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
9174 d
9175 :bsnl
9176 s/["\\]/\\&/g
9177 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
9178 D["\1"]=" \3\\\\\\n"\\/p
9179 t cont
9180 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
9181 t cont
9182 d
9183 :cont
9184 n
9185 s/.\{148\}/&'"$ac_delim"'/g
9186 t clear
9187 :clear
9188 s/\\$//
9189 t bsnlc
9190 s/["\\]/\\&/g; s/^/"/; s/$/"/p
9191 d
9192 :bsnlc
9193 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
9194 b cont
9195 ' <confdefs.h | sed '
9196 s/'"$ac_delim"'/"\\\
9197 "/g' >>$CONFIG_STATUS || ac_write_fail=1
9198
9199 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
9200 for (key in D) D_is_set[key] = 1
9201 FS = ""
9202 }
9203 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
9204 line = \$ 0
9205 split(line, arg, " ")
9206 if (arg[1] == "#") {
9207 defundef = arg[2]
9208 mac1 = arg[3]
9209 } else {
9210 defundef = substr(arg[1], 2)
9211 mac1 = arg[2]
9212 }
9213 split(mac1, mac2, "(") #)
9214 macro = mac2[1]
9215 prefix = substr(line, 1, index(line, defundef) - 1)
9216 if (D_is_set[macro]) {
9217 # Preserve the white space surrounding the "#".
9218 print prefix "define", macro P[macro] D[macro]
9219 next
9220 } else {
9221 # Replace #undef with comments. This is necessary, for example,
9222 # in the case of _POSIX_SOURCE, which is predefined and required
9223 # on some systems where configure will not decide to define it.
9224 if (defundef == "undef") {
9225 print "/*", prefix defundef, macro, "*/"
9226 next
9227 }
9228 }
9229 }
9230 { print }
9231 _ACAWK
9232 _ACEOF
9233 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
9234 as_fn_error "could not setup config headers machinery" "$LINENO" 5
9235 fi # test -n "$CONFIG_HEADERS"
9236
9237
9238 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS "
9239 shift
9240 for ac_tag
9241 do
9242 case $ac_tag in
9243 :[FHLC]) ac_mode=$ac_tag; continue;;
9244 esac
9245 case $ac_mode$ac_tag in
9246 :[FHL]*:*);;
9247 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
9248 :[FH]-) ac_tag=-:-;;
9249 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
9250 esac
9251 ac_save_IFS=$IFS
9252 IFS=:
9253 set x $ac_tag
9254 IFS=$ac_save_IFS
9255 shift
9256 ac_file=$1
9257 shift
9258
9259 case $ac_mode in
9260 :L) ac_source=$1;;
9261 :[FH])
9262 ac_file_inputs=
9263 for ac_f
9264 do
9265 case $ac_f in
9266 -) ac_f="$tmp/stdin";;
9267 *) # Look for the file first in the build tree, then in the source tree
9268 # (if the path is not absolute). The absolute path cannot be DOS-style,
9269 # because $ac_f cannot contain `:'.
9270 test -f "$ac_f" ||
9271 case $ac_f in
9272 [\\/$]*) false;;
9273 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
9274 esac ||
9275 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
9276 esac
9277 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
9278 as_fn_append ac_file_inputs " '$ac_f'"
9279 done
9280
9281 # Let's still pretend it is `configure' which instantiates (i.e., don't
9282 # use $as_me), people would be surprised to read:
9283 # /* config.h. Generated by config.status. */
9284 configure_input='Generated from '`
9285 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
9286 `' by configure.'
9287 if test x"$ac_file" != x-; then
9288 configure_input="$ac_file. $configure_input"
9289 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
9290 $as_echo "$as_me: creating $ac_file" >&6;}
9291 fi
9292 # Neutralize special characters interpreted by sed in replacement strings.
9293 case $configure_input in #(
9294 *\&* | *\|* | *\\* )
9295 ac_sed_conf_input=`$as_echo "$configure_input" |
9296 sed 's/[\\\\&|]/\\\\&/g'`;; #(
9297 *) ac_sed_conf_input=$configure_input;;
9298 esac
9299
9300 case $ac_tag in
9301 *:-:* | *:-) cat >"$tmp/stdin" \
9302 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
9303 esac
9304 ;;
9305 esac
9306
9307 ac_dir=`$as_dirname -- "$ac_file" ||
9308 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9309 X"$ac_file" : 'X\(//\)[^/]' \| \
9310 X"$ac_file" : 'X\(//\)$' \| \
9311 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
9312 $as_echo X"$ac_file" |
9313 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
9314 s//\1/
9315 q
9316 }
9317 /^X\(\/\/\)[^/].*/{
9318 s//\1/
9319 q
9320 }
9321 /^X\(\/\/\)$/{
9322 s//\1/
9323 q
9324 }
9325 /^X\(\/\).*/{
9326 s//\1/
9327 q
9328 }
9329 s/.*/./; q'`
9330 as_dir="$ac_dir"; as_fn_mkdir_p
9331 ac_builddir=.
9332
9333 case "$ac_dir" in
9334 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
9335 *)
9336 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
9337 # A ".." for each directory in $ac_dir_suffix.
9338 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
9339 case $ac_top_builddir_sub in
9340 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
9341 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
9342 esac ;;
9343 esac
9344 ac_abs_top_builddir=$ac_pwd
9345 ac_abs_builddir=$ac_pwd$ac_dir_suffix
9346 # for backward compatibility:
9347 ac_top_builddir=$ac_top_build_prefix
9348
9349 case $srcdir in
9350 .) # We are building in place.
9351 ac_srcdir=.
9352 ac_top_srcdir=$ac_top_builddir_sub
9353 ac_abs_top_srcdir=$ac_pwd ;;
9354 [\\/]* | ?:[\\/]* ) # Absolute name.
9355 ac_srcdir=$srcdir$ac_dir_suffix;
9356 ac_top_srcdir=$srcdir
9357 ac_abs_top_srcdir=$srcdir ;;
9358 *) # Relative name.
9359 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
9360 ac_top_srcdir=$ac_top_build_prefix$srcdir
9361 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
9362 esac
9363 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
9364
9365
9366 case $ac_mode in
9367 :F)
9368 #
9369 # CONFIG_FILE
9370 #
9371
9372 case $INSTALL in
9373 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
9374 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
9375 esac
9376 _ACEOF
9377
9378 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
9379 # If the template does not know about datarootdir, expand it.
9380 # FIXME: This hack should be removed a few years after 2.60.
9381 ac_datarootdir_hack=; ac_datarootdir_seen=
9382 ac_sed_dataroot='
9383 /datarootdir/ {
9384 p
9385 q
9386 }
9387 /@datadir@/p
9388 /@docdir@/p
9389 /@infodir@/p
9390 /@localedir@/p
9391 /@mandir@/p'
9392 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
9393 *datarootdir*) ac_datarootdir_seen=yes;;
9394 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
9395 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
9396 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
9397 _ACEOF
9398 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
9399 ac_datarootdir_hack='
9400 s&@datadir@&$datadir&g
9401 s&@docdir@&$docdir&g
9402 s&@infodir@&$infodir&g
9403 s&@localedir@&$localedir&g
9404 s&@mandir@&$mandir&g
9405 s&\\\${datarootdir}&$datarootdir&g' ;;
9406 esac
9407 _ACEOF
9408
9409 # Neutralize VPATH when `$srcdir' = `.'.
9410 # Shell code in configure.ac might set extrasub.
9411 # FIXME: do we really want to maintain this feature?
9412 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
9413 ac_sed_extra="$ac_vpsub
9414 $extrasub
9415 _ACEOF
9416 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
9417 :t
9418 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
9419 s|@configure_input@|$ac_sed_conf_input|;t t
9420 s&@top_builddir@&$ac_top_builddir_sub&;t t
9421 s&@top_build_prefix@&$ac_top_build_prefix&;t t
9422 s&@srcdir@&$ac_srcdir&;t t
9423 s&@abs_srcdir@&$ac_abs_srcdir&;t t
9424 s&@top_srcdir@&$ac_top_srcdir&;t t
9425 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
9426 s&@builddir@&$ac_builddir&;t t
9427 s&@abs_builddir@&$ac_abs_builddir&;t t
9428 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
9429 s&@INSTALL@&$ac_INSTALL&;t t
9430 $ac_datarootdir_hack
9431 "
9432 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
9433 || as_fn_error "could not create $ac_file" "$LINENO" 5
9434
9435 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
9436 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
9437 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
9438 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
9439 which seems to be undefined. Please make sure it is defined." >&5
9440 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
9441 which seems to be undefined. Please make sure it is defined." >&2;}
9442
9443 rm -f "$tmp/stdin"
9444 case $ac_file in
9445 -) cat "$tmp/out" && rm -f "$tmp/out";;
9446 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
9447 esac \
9448 || as_fn_error "could not create $ac_file" "$LINENO" 5
9449 ;;
9450 :H)
9451 #
9452 # CONFIG_HEADER
9453 #
9454 if test x"$ac_file" != x-; then
9455 {
9456 $as_echo "/* $configure_input */" \
9457 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
9458 } >"$tmp/config.h" \
9459 || as_fn_error "could not create $ac_file" "$LINENO" 5
9460 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
9461 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
9462 $as_echo "$as_me: $ac_file is unchanged" >&6;}
9463 else
9464 rm -f "$ac_file"
9465 mv "$tmp/config.h" "$ac_file" \
9466 || as_fn_error "could not create $ac_file" "$LINENO" 5
9467 fi
9468 else
9469 $as_echo "/* $configure_input */" \
9470 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
9471 || as_fn_error "could not create -" "$LINENO" 5
9472 fi
9473 ;;
9474
9475
9476 esac
9477
9478 done # for ac_tag
9479
9480
9481 as_fn_exit 0
9482 _ACEOF
9483 ac_clean_files=$ac_clean_files_save
9484
9485 test $ac_write_fail = 0 ||
9486 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
9487
9488
9489 # configure is writing to config.log, and then calls config.status.
9490 # config.status does its own redirection, appending to config.log.
9491 # Unfortunately, on DOS this fails, as config.log is still kept open
9492 # by configure, so config.status won't be able to write to it; its
9493 # output is simply discarded. So we exec the FD to /dev/null,
9494 # effectively closing config.log, so it can be properly (re)opened and
9495 # appended to by config.status. When coming back to configure, we
9496 # need to make the FD available again.
9497 if test "$no_create" != yes; then
9498 ac_cs_success=:
9499 ac_config_status_args=
9500 test "$silent" = yes &&
9501 ac_config_status_args="$ac_config_status_args --quiet"
9502 exec 5>/dev/null
9503 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
9504 exec 5>>config.log
9505 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
9506 # would make configure fail if this is the last instruction.
9507 $ac_cs_success || as_fn_exit $?
9508 fi
9509 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
9510 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
9511 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
9512 fi
9513
9514
9515 echo "Configuration:
9516
9517 Rxvt version: $VERSION : $DATE
9518 Source code location: $srcdir
9519 Install path: ${prefix}/bin
9520 Compiler: $CXX
9521 Compiler flags: $CXXFLAGS
9522 Linker: $LINKER"
9523
9524 if test x$term != x; then
9525 echo " set TERM to: $term"
9526 fi
9527 if test x$terminfo != x; then
9528 echo " set TERMINFO to: $terminfo"
9529 fi
9530 echo " default resource name: $RESNAME"
9531 echo " resource class: $RESCLASS"
9532 if test x$RESFALLBACK != x; then
9533 echo " resource class fallback: $RESFALLBACK"
9534 fi
9535 echo
9536 echo " embedded perl: $support_perl"
9537 echo " image library: $image_lib"
9538 echo
9539 if test x$support_xim = xyes -a x$rxvt_cv_func_xlocale = xno; then
9540 echo ".----------------------------------------------------------------."
9541 echo ". WARNING: --enable-xim was specified however the locale support ."
9542 echo ". functions could not be found. ."
9543 echo ". XIM is now being DISABLED! ."
9544 echo ".----------------------------------------------------------------."
9545 fi
9546
9547 echo "*** Optionally check src/feature.h for further, rarely used options ***"
9548 echo
9549