ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/configure
Revision: 1.117
Committed: Sun Nov 18 01:02:09 2007 UTC (16 years, 6 months ago) by root
Branch: MAIN
Changes since 1.116: +10 -4 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 pcg 1.1 #! /bin/sh
2     # Guess values for system-dependent variables and create Makefiles.
3 ayin 1.108 # Generated by GNU Autoconf 2.61.
4 pcg 1.1 #
5 ayin 1.108 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6     # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
7 pcg 1.1 # This configure script is free software; the Free Software Foundation
8     # gives unlimited permission to copy, distribute and modify it.
9 pcg 1.11 ## --------------------- ##
10     ## M4sh Initialization. ##
11     ## --------------------- ##
12    
13 ayin 1.108 # Be more Bourne compatible
14     DUALCASE=1; export DUALCASE # for MKS sh
15 pcg 1.11 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
16     emulate sh
17     NULLCMD=:
18     # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
19     # is contrary to our usage. Disable this feature.
20     alias -g '${1+"$@"}'='"$@"'
21 ayin 1.108 setopt NO_GLOB_SUBST
22     else
23     case `(set -o) 2>/dev/null` in
24     *posix*) set -o posix ;;
25     esac
26    
27     fi
28    
29    
30    
31    
32     # PATH needs CR
33     # Avoid depending upon Character Ranges.
34     as_cr_letters='abcdefghijklmnopqrstuvwxyz'
35     as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
36     as_cr_Letters=$as_cr_letters$as_cr_LETTERS
37     as_cr_digits='0123456789'
38     as_cr_alnum=$as_cr_Letters$as_cr_digits
39    
40     # The user is always right.
41     if test "${PATH_SEPARATOR+set}" != set; then
42     echo "#! /bin/sh" >conf$$.sh
43     echo "exit 0" >>conf$$.sh
44     chmod +x conf$$.sh
45     if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
46     PATH_SEPARATOR=';'
47     else
48     PATH_SEPARATOR=:
49     fi
50     rm -f conf$$.sh
51 pcg 1.11 fi
52    
53     # Support unset when possible.
54     if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
55     as_unset=unset
56     else
57     as_unset=false
58     fi
59    
60    
61 ayin 1.108 # IFS
62     # We need space, tab and new line, in precisely that order. Quoting is
63     # there to prevent editors from complaining about space-tab.
64     # (If _AS_PATH_WALK were called with IFS unset, it would disable word
65     # splitting by setting IFS to empty value.)
66     as_nl='
67     '
68     IFS=" "" $as_nl"
69    
70     # Find who we are. Look in the path if we contain no directory separator.
71     case $0 in
72     *[\\/]* ) as_myself=$0 ;;
73     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
74     for as_dir in $PATH
75     do
76     IFS=$as_save_IFS
77     test -z "$as_dir" && as_dir=.
78     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
79     done
80     IFS=$as_save_IFS
81    
82     ;;
83     esac
84     # We did not find ourselves, most probably we were run as `sh COMMAND'
85     # in which case we are not to be found in the path.
86     if test "x$as_myself" = x; then
87     as_myself=$0
88     fi
89     if test ! -f "$as_myself"; then
90     echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
91     { (exit 1); exit 1; }
92     fi
93    
94 pcg 1.11 # Work around bugs in pre-3.0 UWIN ksh.
95 ayin 1.108 for as_var in ENV MAIL MAILPATH
96     do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
97     done
98 pcg 1.11 PS1='$ '
99     PS2='> '
100     PS4='+ '
101    
102     # NLS nuisances.
103     for as_var in \
104     LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
105     LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
106     LC_TELEPHONE LC_TIME
107     do
108     if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
109     eval $as_var=C; export $as_var
110     else
111 ayin 1.108 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
112 pcg 1.11 fi
113     done
114    
115     # Required to use basename.
116 ayin 1.108 if expr a : '\(a\)' >/dev/null 2>&1 &&
117     test "X`expr 00001 : '.*\(...\)'`" = X001; then
118 pcg 1.11 as_expr=expr
119     else
120     as_expr=false
121     fi
122    
123 ayin 1.108 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
124 pcg 1.11 as_basename=basename
125     else
126     as_basename=false
127     fi
128    
129    
130     # Name of the executable.
131 ayin 1.108 as_me=`$as_basename -- "$0" ||
132 pcg 1.11 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
133     X"$0" : 'X\(//\)$' \| \
134 ayin 1.108 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
135 pcg 1.11 echo X/"$0" |
136 ayin 1.108 sed '/^.*\/\([^/][^/]*\)\/*$/{
137     s//\1/
138     q
139     }
140     /^X\/\(\/\/\)$/{
141     s//\1/
142     q
143     }
144     /^X\/\(\/\).*/{
145     s//\1/
146     q
147     }
148     s/.*/./; q'`
149    
150     # CDPATH.
151     $as_unset CDPATH
152    
153    
154     if test "x$CONFIG_SHELL" = x; then
155     if (eval ":") 2>/dev/null; then
156     as_have_required=yes
157     else
158     as_have_required=no
159     fi
160    
161     if test $as_have_required = yes && (eval ":
162     (as_func_return () {
163     (exit \$1)
164     }
165     as_func_success () {
166     as_func_return 0
167     }
168     as_func_failure () {
169     as_func_return 1
170     }
171     as_func_ret_success () {
172     return 0
173     }
174     as_func_ret_failure () {
175     return 1
176     }
177 root 1.105
178 ayin 1.108 exitcode=0
179     if as_func_success; then
180     :
181     else
182     exitcode=1
183     echo as_func_success failed.
184     fi
185    
186     if as_func_failure; then
187     exitcode=1
188     echo as_func_failure succeeded.
189     fi
190 root 1.105
191 ayin 1.108 if as_func_ret_success; then
192     :
193     else
194     exitcode=1
195     echo as_func_ret_success failed.
196     fi
197 root 1.105
198 ayin 1.108 if as_func_ret_failure; then
199     exitcode=1
200     echo as_func_ret_failure succeeded.
201 root 1.105 fi
202    
203 ayin 1.108 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
204     :
205     else
206     exitcode=1
207     echo positional parameters were not saved.
208     fi
209 ayin 1.102
210 ayin 1.108 test \$exitcode = 0) || { (exit 1); exit 1; }
211 ayin 1.102
212 ayin 1.108 (
213     as_lineno_1=\$LINENO
214     as_lineno_2=\$LINENO
215     test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
216     test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
217     ") 2> /dev/null; then
218     :
219     else
220     as_candidate_shells=
221 pcg 1.11 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
222     for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
223     do
224     IFS=$as_save_IFS
225     test -z "$as_dir" && as_dir=.
226 ayin 1.108 case $as_dir in
227 pcg 1.11 /*)
228 ayin 1.108 for as_base in sh bash ksh sh5; do
229     as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
230     done;;
231     esac
232     done
233     IFS=$as_save_IFS
234    
235    
236     for as_shell in $as_candidate_shells $SHELL; do
237     # Try only shells that exist, to save several forks.
238     if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
239     { ("$as_shell") 2> /dev/null <<\_ASEOF
240     if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
241     emulate sh
242     NULLCMD=:
243     # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
244     # is contrary to our usage. Disable this feature.
245     alias -g '${1+"$@"}'='"$@"'
246     setopt NO_GLOB_SUBST
247     else
248     case `(set -o) 2>/dev/null` in
249     *posix*) set -o posix ;;
250     esac
251    
252     fi
253    
254    
255     :
256     _ASEOF
257     }; then
258     CONFIG_SHELL=$as_shell
259     as_have_required=yes
260     if { "$as_shell" 2> /dev/null <<\_ASEOF
261     if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
262     emulate sh
263     NULLCMD=:
264     # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
265     # is contrary to our usage. Disable this feature.
266     alias -g '${1+"$@"}'='"$@"'
267     setopt NO_GLOB_SUBST
268     else
269     case `(set -o) 2>/dev/null` in
270     *posix*) set -o posix ;;
271     esac
272    
273     fi
274    
275    
276     :
277     (as_func_return () {
278     (exit $1)
279     }
280     as_func_success () {
281     as_func_return 0
282     }
283     as_func_failure () {
284     as_func_return 1
285     }
286     as_func_ret_success () {
287     return 0
288     }
289     as_func_ret_failure () {
290     return 1
291     }
292    
293     exitcode=0
294     if as_func_success; then
295     :
296     else
297     exitcode=1
298     echo as_func_success failed.
299     fi
300    
301     if as_func_failure; then
302     exitcode=1
303     echo as_func_failure succeeded.
304     fi
305    
306     if as_func_ret_success; then
307     :
308     else
309     exitcode=1
310     echo as_func_ret_success failed.
311     fi
312    
313     if as_func_ret_failure; then
314     exitcode=1
315     echo as_func_ret_failure succeeded.
316     fi
317    
318     if ( set x; as_func_ret_success y && test x = "$1" ); then
319     :
320     else
321     exitcode=1
322     echo positional parameters were not saved.
323     fi
324    
325     test $exitcode = 0) || { (exit 1); exit 1; }
326    
327     (
328     as_lineno_1=$LINENO
329     as_lineno_2=$LINENO
330     test "x$as_lineno_1" != "x$as_lineno_2" &&
331     test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
332    
333     _ASEOF
334     }; then
335     break
336     fi
337    
338     fi
339    
340     done
341    
342     if test "x$CONFIG_SHELL" != x; then
343     for as_var in BASH_ENV ENV
344     do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
345     done
346     export CONFIG_SHELL
347     exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
348     fi
349    
350    
351     if test $as_have_required = no; then
352     echo This script requires a shell more modern than all the
353     echo shells that I found on your system. Please install a
354     echo modern shell, or manually run the script under such a
355     echo shell if you do have one.
356     { (exit 1); exit 1; }
357     fi
358    
359    
360     fi
361    
362     fi
363    
364    
365    
366     (eval "as_func_return () {
367     (exit \$1)
368     }
369     as_func_success () {
370     as_func_return 0
371     }
372     as_func_failure () {
373     as_func_return 1
374     }
375     as_func_ret_success () {
376     return 0
377     }
378     as_func_ret_failure () {
379     return 1
380     }
381    
382     exitcode=0
383     if as_func_success; then
384     :
385     else
386     exitcode=1
387     echo as_func_success failed.
388     fi
389    
390     if as_func_failure; then
391     exitcode=1
392     echo as_func_failure succeeded.
393     fi
394    
395     if as_func_ret_success; then
396     :
397     else
398     exitcode=1
399     echo as_func_ret_success failed.
400     fi
401    
402     if as_func_ret_failure; then
403     exitcode=1
404     echo as_func_ret_failure succeeded.
405     fi
406    
407     if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
408     :
409     else
410     exitcode=1
411     echo positional parameters were not saved.
412     fi
413    
414     test \$exitcode = 0") || {
415     echo No shell found that supports shell functions.
416     echo Please tell autoconf@gnu.org about your system,
417     echo including any error possibly output before this
418     echo message
419     }
420    
421    
422    
423 root 1.105 as_lineno_1=$LINENO
424     as_lineno_2=$LINENO
425     test "x$as_lineno_1" != "x$as_lineno_2" &&
426 ayin 1.108 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
427 pcg 1.11
428     # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
429     # uniformly replaced by the line number. The first 'sed' inserts a
430 ayin 1.108 # line-number line after each line using $LINENO; the second 'sed'
431     # does the real work. The second script uses 'N' to pair each
432     # line-number line with the line containing $LINENO, and appends
433     # trailing '-' during substitution so that $LINENO is not a special
434     # case at line end.
435 pcg 1.11 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
436 ayin 1.108 # scripts with optimization help from Paolo Bonzini. Blame Lee
437     # E. McMahon (1931-1989) for sed's syntax. :-)
438     sed -n '
439     p
440     /[$]LINENO/=
441     ' <$as_myself |
442 pcg 1.11 sed '
443 ayin 1.108 s/[$]LINENO.*/&-/
444     t lineno
445     b
446     :lineno
447 pcg 1.11 N
448 ayin 1.108 :loop
449     s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
450 pcg 1.11 t loop
451 ayin 1.108 s/-\n.*//
452 pcg 1.11 ' >$as_me.lineno &&
453 ayin 1.108 chmod +x "$as_me.lineno" ||
454 pcg 1.11 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
455     { (exit 1); exit 1; }; }
456    
457     # Don't try to exec as it changes $[0], causing all sort of problems
458     # (the dirname of $[0] is not the place where we might find the
459 ayin 1.108 # original and so on. Autoconf is especially sensitive to this).
460     . "./$as_me.lineno"
461 pcg 1.11 # Exit status is that of the last command.
462     exit
463     }
464    
465    
466 ayin 1.108 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
467     as_dirname=dirname
468     else
469     as_dirname=false
470     fi
471    
472     ECHO_C= ECHO_N= ECHO_T=
473     case `echo -n x` in
474     -n*)
475     case `echo 'x\c'` in
476     *c*) ECHO_T=' ';; # ECHO_T is single tab character.
477     *) ECHO_C='\c';;
478     esac;;
479     *)
480     ECHO_N='-n';;
481 pcg 1.11 esac
482    
483 ayin 1.108 if expr a : '\(a\)' >/dev/null 2>&1 &&
484     test "X`expr 00001 : '.*\(...\)'`" = X001; then
485 pcg 1.11 as_expr=expr
486     else
487     as_expr=false
488     fi
489    
490     rm -f conf$$ conf$$.exe conf$$.file
491 ayin 1.108 if test -d conf$$.dir; then
492     rm -f conf$$.dir/conf$$.file
493     else
494     rm -f conf$$.dir
495     mkdir conf$$.dir
496     fi
497 pcg 1.11 echo >conf$$.file
498     if ln -s conf$$.file conf$$ 2>/dev/null; then
499 ayin 1.108 as_ln_s='ln -s'
500     # ... but there are two gotchas:
501     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
502     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
503     # In both cases, we have to default to `cp -p'.
504     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
505 pcg 1.11 as_ln_s='cp -p'
506     elif ln conf$$.file conf$$ 2>/dev/null; then
507     as_ln_s=ln
508     else
509     as_ln_s='cp -p'
510     fi
511 ayin 1.108 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
512     rmdir conf$$.dir 2>/dev/null
513 pcg 1.11
514     if mkdir -p . 2>/dev/null; then
515     as_mkdir_p=:
516     else
517     test -d ./-p && rmdir ./-p
518     as_mkdir_p=false
519     fi
520    
521 ayin 1.108 if test -x / >/dev/null 2>&1; then
522     as_test_x='test -x'
523     else
524     if ls -dL / >/dev/null 2>&1; then
525     as_ls_L_option=L
526     else
527     as_ls_L_option=
528     fi
529     as_test_x='
530     eval sh -c '\''
531     if test -d "$1"; then
532     test -d "$1/.";
533     else
534     case $1 in
535     -*)set "./$1";;
536     esac;
537     case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
538     ???[sx]*):;;*)false;;esac;fi
539     '\'' sh
540     '
541     fi
542     as_executable_p=$as_test_x
543 pcg 1.11
544     # Sed expression to map a string onto a valid CPP name.
545     as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
546    
547     # Sed expression to map a string onto a valid variable name.
548     as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
549    
550    
551 pcg 1.1
552 ayin 1.108 exec 7<&0 </dev/null 6>&1
553 pcg 1.1
554 pcg 1.11 # Name of the host.
555     # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
556     # so uname gets run too.
557     ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
558    
559     #
560     # Initializations.
561     #
562     ac_default_prefix=/usr/local
563 ayin 1.108 ac_clean_files=
564 pcg 1.11 ac_config_libobj_dir=.
565 ayin 1.108 LIBOBJS=
566 pcg 1.11 cross_compiling=no
567     subdirs=
568     MFLAGS=
569     MAKEFLAGS=
570     SHELL=${CONFIG_SHELL-/bin/sh}
571    
572     # Identity of this package.
573     PACKAGE_NAME=
574     PACKAGE_TARNAME=
575     PACKAGE_VERSION=
576     PACKAGE_STRING=
577     PACKAGE_BUGREPORT=
578    
579     ac_unique_file="src/feature.h"
580     # Factoring default headers for most tests.
581     ac_includes_default="\
582     #include <stdio.h>
583 ayin 1.108 #ifdef HAVE_SYS_TYPES_H
584 pcg 1.11 # include <sys/types.h>
585     #endif
586 ayin 1.108 #ifdef HAVE_SYS_STAT_H
587 pcg 1.11 # include <sys/stat.h>
588     #endif
589 ayin 1.108 #ifdef STDC_HEADERS
590 pcg 1.11 # include <stdlib.h>
591     # include <stddef.h>
592     #else
593 ayin 1.108 # ifdef HAVE_STDLIB_H
594 pcg 1.11 # include <stdlib.h>
595     # endif
596     #endif
597 ayin 1.108 #ifdef HAVE_STRING_H
598     # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
599 pcg 1.11 # include <memory.h>
600     # endif
601     # include <string.h>
602     #endif
603 ayin 1.108 #ifdef HAVE_STRINGS_H
604 pcg 1.11 # include <strings.h>
605     #endif
606 ayin 1.108 #ifdef HAVE_INTTYPES_H
607 pcg 1.11 # include <inttypes.h>
608     #endif
609 ayin 1.108 #ifdef HAVE_STDINT_H
610     # include <stdint.h>
611     #endif
612     #ifdef HAVE_UNISTD_H
613 pcg 1.11 # include <unistd.h>
614     #endif"
615    
616 ayin 1.108 ac_subst_vars='SHELL
617     PATH_SEPARATOR
618     PACKAGE_NAME
619     PACKAGE_TARNAME
620     PACKAGE_VERSION
621     PACKAGE_STRING
622     PACKAGE_BUGREPORT
623     exec_prefix
624     prefix
625     program_transform_name
626     bindir
627     sbindir
628     libexecdir
629     datarootdir
630     datadir
631     sysconfdir
632     sharedstatedir
633     localstatedir
634     includedir
635     oldincludedir
636     docdir
637     infodir
638     htmldir
639     dvidir
640     pdfdir
641     psdir
642     libdir
643     localedir
644     mandir
645     DEFS
646     ECHO_C
647     ECHO_N
648     ECHO_T
649     LIBS
650     build_alias
651     host_alias
652     target_alias
653     build
654     build_cpu
655     build_vendor
656     build_os
657     host
658     host_cpu
659     host_vendor
660     host_os
661     VERSION
662     DATE
663     LSMDATE
664     LIBVERSION
665     CC
666     CFLAGS
667     LDFLAGS
668     CPPFLAGS
669     ac_ct_CC
670     EXEEXT
671     OBJEXT
672     CXX
673     CXXFLAGS
674     ac_ct_CXX
675     CPP
676     INSTALL_PROGRAM
677     INSTALL_SCRIPT
678     INSTALL_DATA
679     GREP
680     EGREP
681     LINKER
682     INSTALL_LIBRXVT
683     RXVTNAME
684 root 1.116 CXXCPP
685 ayin 1.108 TIC
686     XMKMF
687     X_CFLAGS
688     X_PRE_LIBS
689     X_LIBS
690     X_EXTRA_LIBS
691     afterimage_config
692     rxvt_int16_typedef
693     rxvt_uint16_typedef
694     rxvt_int32_typedef
695     rxvt_uint32_typedef
696     rxvt_intp_define
697     rxvt_u_intp_define
698     PKG_CONFIG
699     XFT_CONFIG
700     PERL
701     PERLLIB
702     PERLFLAGS
703     PERLPRIVLIBEXP
704     IF_PERL
705     PERL_O
706     AFTERIMAGE_CFLAGS
707     AFTERIMAGE_LIBS
708     include_stdint_h
709     include_stdarg_h
710     include_stdlib_h
711     include_unistd_h
712     include_string_h
713     include_fcntl_h
714     include_util_h
715     include_assert_h
716     include_sys_ioctl_h
717     include_sys_select_h
718     include_sys_strredir_h
719     include_sys_time_h
720     include_time_h
721     LIBOBJS
722     LTLIBOBJS'
723 root 1.73 ac_subst_files=''
724 ayin 1.108 ac_precious_vars='build_alias
725     host_alias
726     target_alias
727     CC
728     CFLAGS
729     LDFLAGS
730     LIBS
731     CPPFLAGS
732     CXX
733     CXXFLAGS
734     CCC
735     CPP
736 root 1.116 CXXCPP
737     XMKMF'
738 ayin 1.108
739 pcg 1.1
740     # Initialize some variables set by options.
741 pcg 1.11 ac_init_help=
742     ac_init_version=false
743 pcg 1.1 # The variables have the same names as the options, with
744     # dashes changed to underlines.
745 pcg 1.11 cache_file=/dev/null
746 pcg 1.1 exec_prefix=NONE
747     no_create=
748     no_recursion=
749     prefix=NONE
750     program_prefix=NONE
751     program_suffix=NONE
752     program_transform_name=s,x,x,
753     silent=
754     site=
755     srcdir=
756     verbose=
757     x_includes=NONE
758     x_libraries=NONE
759 pcg 1.11
760     # Installation directory options.
761     # These are left unexpanded so users can "make install exec_prefix=/foo"
762     # and all the variables that are supposed to be based on exec_prefix
763     # by default will actually change.
764     # Use braces instead of parens because sh, perl, etc. also accept them.
765 ayin 1.108 # (The list follows the same order as the GNU Coding Standards.)
766 pcg 1.1 bindir='${exec_prefix}/bin'
767     sbindir='${exec_prefix}/sbin'
768     libexecdir='${exec_prefix}/libexec'
769 ayin 1.108 datarootdir='${prefix}/share'
770     datadir='${datarootdir}'
771 pcg 1.1 sysconfdir='${prefix}/etc'
772     sharedstatedir='${prefix}/com'
773     localstatedir='${prefix}/var'
774     includedir='${prefix}/include'
775     oldincludedir='/usr/include'
776 ayin 1.108 docdir='${datarootdir}/doc/${PACKAGE}'
777     infodir='${datarootdir}/info'
778     htmldir='${docdir}'
779     dvidir='${docdir}'
780     pdfdir='${docdir}'
781     psdir='${docdir}'
782     libdir='${exec_prefix}/lib'
783     localedir='${datarootdir}/locale'
784     mandir='${datarootdir}/man'
785 pcg 1.1
786     ac_prev=
787 ayin 1.108 ac_dashdash=
788 pcg 1.1 for ac_option
789     do
790     # If the previous option needs an argument, assign it.
791     if test -n "$ac_prev"; then
792 ayin 1.108 eval $ac_prev=\$ac_option
793 pcg 1.1 ac_prev=
794     continue
795     fi
796    
797 ayin 1.108 case $ac_option in
798     *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
799     *) ac_optarg=yes ;;
800     esac
801 pcg 1.1
802     # Accept the important Cygnus configure options, so we can diagnose typos.
803    
804 ayin 1.108 case $ac_dashdash$ac_option in
805     --)
806     ac_dashdash=yes ;;
807 pcg 1.1
808     -bindir | --bindir | --bindi | --bind | --bin | --bi)
809     ac_prev=bindir ;;
810     -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
811 pcg 1.11 bindir=$ac_optarg ;;
812 pcg 1.1
813     -build | --build | --buil | --bui | --bu)
814 pcg 1.11 ac_prev=build_alias ;;
815 pcg 1.1 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
816 pcg 1.11 build_alias=$ac_optarg ;;
817 pcg 1.1
818     -cache-file | --cache-file | --cache-fil | --cache-fi \
819     | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
820     ac_prev=cache_file ;;
821     -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
822     | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
823 pcg 1.11 cache_file=$ac_optarg ;;
824    
825     --config-cache | -C)
826     cache_file=config.cache ;;
827 pcg 1.1
828 ayin 1.108 -datadir | --datadir | --datadi | --datad)
829 pcg 1.1 ac_prev=datadir ;;
830 ayin 1.108 -datadir=* | --datadir=* | --datadi=* | --datad=*)
831 pcg 1.11 datadir=$ac_optarg ;;
832 pcg 1.1
833 ayin 1.108 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
834     | --dataroo | --dataro | --datar)
835     ac_prev=datarootdir ;;
836     -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
837     | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
838     datarootdir=$ac_optarg ;;
839    
840 pcg 1.1 -disable-* | --disable-*)
841 pcg 1.11 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
842 pcg 1.1 # Reject names that are not valid shell variable names.
843 ayin 1.108 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
844 pcg 1.11 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
845     { (exit 1); exit 1; }; }
846 ayin 1.108 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
847     eval enable_$ac_feature=no ;;
848    
849     -docdir | --docdir | --docdi | --doc | --do)
850     ac_prev=docdir ;;
851     -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
852     docdir=$ac_optarg ;;
853    
854     -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
855     ac_prev=dvidir ;;
856     -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
857     dvidir=$ac_optarg ;;
858 pcg 1.1
859     -enable-* | --enable-*)
860 pcg 1.11 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
861 pcg 1.1 # Reject names that are not valid shell variable names.
862 ayin 1.108 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
863 pcg 1.11 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
864     { (exit 1); exit 1; }; }
865 ayin 1.108 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
866     eval enable_$ac_feature=\$ac_optarg ;;
867 pcg 1.1
868     -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
869     | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
870     | --exec | --exe | --ex)
871     ac_prev=exec_prefix ;;
872     -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
873     | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
874     | --exec=* | --exe=* | --ex=*)
875 pcg 1.11 exec_prefix=$ac_optarg ;;
876 pcg 1.1
877     -gas | --gas | --ga | --g)
878     # Obsolete; use --with-gas.
879     with_gas=yes ;;
880    
881 pcg 1.11 -help | --help | --hel | --he | -h)
882     ac_init_help=long ;;
883     -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
884     ac_init_help=recursive ;;
885     -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
886     ac_init_help=short ;;
887 pcg 1.1
888     -host | --host | --hos | --ho)
889 pcg 1.11 ac_prev=host_alias ;;
890 pcg 1.1 -host=* | --host=* | --hos=* | --ho=*)
891 pcg 1.11 host_alias=$ac_optarg ;;
892 pcg 1.1
893 ayin 1.108 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
894     ac_prev=htmldir ;;
895     -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
896     | --ht=*)
897     htmldir=$ac_optarg ;;
898    
899 pcg 1.1 -includedir | --includedir | --includedi | --included | --include \
900     | --includ | --inclu | --incl | --inc)
901     ac_prev=includedir ;;
902     -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
903     | --includ=* | --inclu=* | --incl=* | --inc=*)
904 pcg 1.11 includedir=$ac_optarg ;;
905 pcg 1.1
906     -infodir | --infodir | --infodi | --infod | --info | --inf)
907     ac_prev=infodir ;;
908     -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
909 pcg 1.11 infodir=$ac_optarg ;;
910 pcg 1.1
911     -libdir | --libdir | --libdi | --libd)
912     ac_prev=libdir ;;
913     -libdir=* | --libdir=* | --libdi=* | --libd=*)
914 pcg 1.11 libdir=$ac_optarg ;;
915 pcg 1.1
916     -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
917     | --libexe | --libex | --libe)
918     ac_prev=libexecdir ;;
919     -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
920     | --libexe=* | --libex=* | --libe=*)
921 pcg 1.11 libexecdir=$ac_optarg ;;
922 pcg 1.1
923 ayin 1.108 -localedir | --localedir | --localedi | --localed | --locale)
924     ac_prev=localedir ;;
925     -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
926     localedir=$ac_optarg ;;
927    
928 pcg 1.1 -localstatedir | --localstatedir | --localstatedi | --localstated \
929 ayin 1.108 | --localstate | --localstat | --localsta | --localst | --locals)
930 pcg 1.1 ac_prev=localstatedir ;;
931     -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
932 ayin 1.108 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
933 pcg 1.11 localstatedir=$ac_optarg ;;
934 pcg 1.1
935     -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
936     ac_prev=mandir ;;
937     -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
938 pcg 1.11 mandir=$ac_optarg ;;
939 pcg 1.1
940     -nfp | --nfp | --nf)
941     # Obsolete; use --without-fp.
942     with_fp=no ;;
943    
944     -no-create | --no-create | --no-creat | --no-crea | --no-cre \
945 pcg 1.11 | --no-cr | --no-c | -n)
946 pcg 1.1 no_create=yes ;;
947    
948     -no-recursion | --no-recursion | --no-recursio | --no-recursi \
949     | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
950     no_recursion=yes ;;
951    
952     -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
953     | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
954     | --oldin | --oldi | --old | --ol | --o)
955     ac_prev=oldincludedir ;;
956     -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
957     | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
958     | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
959 pcg 1.11 oldincludedir=$ac_optarg ;;
960 pcg 1.1
961     -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
962     ac_prev=prefix ;;
963     -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
964 pcg 1.11 prefix=$ac_optarg ;;
965 pcg 1.1
966     -program-prefix | --program-prefix | --program-prefi | --program-pref \
967     | --program-pre | --program-pr | --program-p)
968     ac_prev=program_prefix ;;
969     -program-prefix=* | --program-prefix=* | --program-prefi=* \
970     | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
971 pcg 1.11 program_prefix=$ac_optarg ;;
972 pcg 1.1
973     -program-suffix | --program-suffix | --program-suffi | --program-suff \
974     | --program-suf | --program-su | --program-s)
975     ac_prev=program_suffix ;;
976     -program-suffix=* | --program-suffix=* | --program-suffi=* \
977     | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
978 pcg 1.11 program_suffix=$ac_optarg ;;
979 pcg 1.1
980     -program-transform-name | --program-transform-name \
981     | --program-transform-nam | --program-transform-na \
982     | --program-transform-n | --program-transform- \
983     | --program-transform | --program-transfor \
984     | --program-transfo | --program-transf \
985     | --program-trans | --program-tran \
986     | --progr-tra | --program-tr | --program-t)
987     ac_prev=program_transform_name ;;
988     -program-transform-name=* | --program-transform-name=* \
989     | --program-transform-nam=* | --program-transform-na=* \
990     | --program-transform-n=* | --program-transform-=* \
991     | --program-transform=* | --program-transfor=* \
992     | --program-transfo=* | --program-transf=* \
993     | --program-trans=* | --program-tran=* \
994     | --progr-tra=* | --program-tr=* | --program-t=*)
995 pcg 1.11 program_transform_name=$ac_optarg ;;
996 pcg 1.1
997 ayin 1.108 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
998     ac_prev=pdfdir ;;
999     -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1000     pdfdir=$ac_optarg ;;
1001    
1002     -psdir | --psdir | --psdi | --psd | --ps)
1003     ac_prev=psdir ;;
1004     -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1005     psdir=$ac_optarg ;;
1006    
1007 pcg 1.1 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1008     | -silent | --silent | --silen | --sile | --sil)
1009     silent=yes ;;
1010    
1011     -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1012     ac_prev=sbindir ;;
1013     -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1014     | --sbi=* | --sb=*)
1015 pcg 1.11 sbindir=$ac_optarg ;;
1016 pcg 1.1
1017     -sharedstatedir | --sharedstatedir | --sharedstatedi \
1018     | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1019     | --sharedst | --shareds | --shared | --share | --shar \
1020     | --sha | --sh)
1021     ac_prev=sharedstatedir ;;
1022     -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1023     | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1024     | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1025     | --sha=* | --sh=*)
1026 pcg 1.11 sharedstatedir=$ac_optarg ;;
1027 pcg 1.1
1028     -site | --site | --sit)
1029     ac_prev=site ;;
1030     -site=* | --site=* | --sit=*)
1031 pcg 1.11 site=$ac_optarg ;;
1032 pcg 1.1
1033     -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1034     ac_prev=srcdir ;;
1035     -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1036 pcg 1.11 srcdir=$ac_optarg ;;
1037 pcg 1.1
1038     -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1039     | --syscon | --sysco | --sysc | --sys | --sy)
1040     ac_prev=sysconfdir ;;
1041     -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1042     | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1043 pcg 1.11 sysconfdir=$ac_optarg ;;
1044 pcg 1.1
1045     -target | --target | --targe | --targ | --tar | --ta | --t)
1046 pcg 1.11 ac_prev=target_alias ;;
1047 pcg 1.1 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1048 pcg 1.11 target_alias=$ac_optarg ;;
1049 pcg 1.1
1050     -v | -verbose | --verbose | --verbos | --verbo | --verb)
1051     verbose=yes ;;
1052    
1053 pcg 1.11 -version | --version | --versio | --versi | --vers | -V)
1054     ac_init_version=: ;;
1055 pcg 1.1
1056     -with-* | --with-*)
1057 pcg 1.11 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1058 pcg 1.1 # Reject names that are not valid shell variable names.
1059 ayin 1.108 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1060 pcg 1.11 { echo "$as_me: error: invalid package name: $ac_package" >&2
1061     { (exit 1); exit 1; }; }
1062 ayin 1.108 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1063     eval with_$ac_package=\$ac_optarg ;;
1064 pcg 1.1
1065     -without-* | --without-*)
1066 pcg 1.11 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1067 pcg 1.1 # Reject names that are not valid shell variable names.
1068 ayin 1.108 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1069 pcg 1.11 { echo "$as_me: error: invalid package name: $ac_package" >&2
1070     { (exit 1); exit 1; }; }
1071 ayin 1.108 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1072     eval with_$ac_package=no ;;
1073 pcg 1.1
1074     --x)
1075     # Obsolete; use --with-x.
1076     with_x=yes ;;
1077    
1078     -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1079     | --x-incl | --x-inc | --x-in | --x-i)
1080     ac_prev=x_includes ;;
1081     -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1082     | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1083 pcg 1.11 x_includes=$ac_optarg ;;
1084 pcg 1.1
1085     -x-libraries | --x-libraries | --x-librarie | --x-librari \
1086     | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1087     ac_prev=x_libraries ;;
1088     -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1089     | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1090 pcg 1.11 x_libraries=$ac_optarg ;;
1091 pcg 1.1
1092 pcg 1.11 -*) { echo "$as_me: error: unrecognized option: $ac_option
1093     Try \`$0 --help' for more information." >&2
1094     { (exit 1); exit 1; }; }
1095 pcg 1.1 ;;
1096    
1097 pcg 1.11 *=*)
1098     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1099     # Reject names that are not valid shell variable names.
1100     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1101     { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1102     { (exit 1); exit 1; }; }
1103 ayin 1.108 eval $ac_envvar=\$ac_optarg
1104 pcg 1.11 export $ac_envvar ;;
1105    
1106 pcg 1.1 *)
1107 pcg 1.11 # FIXME: should be removed in autoconf 3.0.
1108     echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1109     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1110     echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1111     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1112 pcg 1.1 ;;
1113    
1114     esac
1115     done
1116    
1117     if test -n "$ac_prev"; then
1118 pcg 1.11 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1119     { echo "$as_me: error: missing argument to $ac_option" >&2
1120     { (exit 1); exit 1; }; }
1121 pcg 1.1 fi
1122    
1123 ayin 1.108 # Be sure to have absolute directory names.
1124     for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1125     datadir sysconfdir sharedstatedir localstatedir includedir \
1126     oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1127     libdir localedir mandir
1128 pcg 1.11 do
1129 ayin 1.108 eval ac_val=\$$ac_var
1130 pcg 1.11 case $ac_val in
1131 ayin 1.108 [\\/$]* | ?:[\\/]* ) continue;;
1132     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1133 pcg 1.1 esac
1134 ayin 1.108 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1135     { (exit 1); exit 1; }; }
1136 pcg 1.1 done
1137    
1138 pcg 1.11 # There might be people who depend on the old broken behavior: `$host'
1139     # used to hold the argument of --host etc.
1140     # FIXME: To remove some day.
1141     build=$build_alias
1142     host=$host_alias
1143     target=$target_alias
1144    
1145     # FIXME: To remove some day.
1146     if test "x$host_alias" != x; then
1147     if test "x$build_alias" = x; then
1148     cross_compiling=maybe
1149     echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1150     If a cross compiler is detected then cross compile mode will be used." >&2
1151     elif test "x$build_alias" != "x$host_alias"; then
1152     cross_compiling=yes
1153     fi
1154     fi
1155    
1156     ac_tool_prefix=
1157     test -n "$host_alias" && ac_tool_prefix=$host_alias-
1158 pcg 1.1
1159 pcg 1.11 test "$silent" = yes && exec 6>/dev/null
1160 pcg 1.1
1161    
1162 ayin 1.108 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1163     ac_ls_di=`ls -di .` &&
1164     ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1165     { echo "$as_me: error: Working directory cannot be determined" >&2
1166     { (exit 1); exit 1; }; }
1167     test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1168     { echo "$as_me: error: pwd does not report name of working directory" >&2
1169     { (exit 1); exit 1; }; }
1170    
1171    
1172 pcg 1.1 # Find the source files, if location was not specified.
1173     if test -z "$srcdir"; then
1174     ac_srcdir_defaulted=yes
1175 ayin 1.108 # Try the directory containing this script, then the parent directory.
1176     ac_confdir=`$as_dirname -- "$0" ||
1177 pcg 1.11 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1178     X"$0" : 'X\(//\)[^/]' \| \
1179     X"$0" : 'X\(//\)$' \| \
1180 ayin 1.108 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1181 pcg 1.11 echo X"$0" |
1182 ayin 1.108 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1183     s//\1/
1184     q
1185     }
1186     /^X\(\/\/\)[^/].*/{
1187     s//\1/
1188     q
1189     }
1190     /^X\(\/\/\)$/{
1191     s//\1/
1192     q
1193     }
1194     /^X\(\/\).*/{
1195     s//\1/
1196     q
1197     }
1198     s/.*/./; q'`
1199 pcg 1.1 srcdir=$ac_confdir
1200 ayin 1.108 if test ! -r "$srcdir/$ac_unique_file"; then
1201 pcg 1.1 srcdir=..
1202     fi
1203     else
1204     ac_srcdir_defaulted=no
1205     fi
1206 ayin 1.108 if test ! -r "$srcdir/$ac_unique_file"; then
1207     test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1208     { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1209     { (exit 1); exit 1; }; }
1210     fi
1211     ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1212     ac_abs_confdir=`(
1213     cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1214     { (exit 1); exit 1; }; }
1215     pwd)`
1216     # When building in place, set srcdir=.
1217     if test "$ac_abs_confdir" = "$ac_pwd"; then
1218     srcdir=.
1219     fi
1220     # Remove unnecessary trailing slashes from srcdir.
1221     # Double slashes in file names in object file debugging info
1222     # mess up M-x gdb in Emacs.
1223     case $srcdir in
1224     */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1225     esac
1226     for ac_var in $ac_precious_vars; do
1227     eval ac_env_${ac_var}_set=\${${ac_var}+set}
1228     eval ac_env_${ac_var}_value=\$${ac_var}
1229     eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1230     eval ac_cv_env_${ac_var}_value=\$${ac_var}
1231     done
1232    
1233 pcg 1.11 #
1234     # Report the --help message.
1235     #
1236     if test "$ac_init_help" = "long"; then
1237     # Omit some internal or obsolete options to make the list less imposing.
1238     # This message is too long to be a string in the A/UX 3.1 sh.
1239     cat <<_ACEOF
1240     \`configure' configures this package to adapt to many kinds of systems.
1241    
1242     Usage: $0 [OPTION]... [VAR=VALUE]...
1243    
1244     To assign environment variables (e.g., CC, CFLAGS...), specify them as
1245     VAR=VALUE. See below for descriptions of some of the useful variables.
1246    
1247     Defaults for the options are specified in brackets.
1248    
1249     Configuration:
1250     -h, --help display this help and exit
1251     --help=short display options specific to this package
1252     --help=recursive display the short help of all the included packages
1253     -V, --version display version information and exit
1254     -q, --quiet, --silent do not print \`checking...' messages
1255     --cache-file=FILE cache test results in FILE [disabled]
1256     -C, --config-cache alias for \`--cache-file=config.cache'
1257     -n, --no-create do not create output files
1258     --srcdir=DIR find the sources in DIR [configure dir or \`..']
1259    
1260     Installation directories:
1261     --prefix=PREFIX install architecture-independent files in PREFIX
1262     [$ac_default_prefix]
1263     --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1264     [PREFIX]
1265    
1266     By default, \`make install' will install all the files in
1267     \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1268     an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1269     for instance \`--prefix=\$HOME'.
1270    
1271     For better control, use the options below.
1272    
1273     Fine tuning of the installation directories:
1274     --bindir=DIR user executables [EPREFIX/bin]
1275     --sbindir=DIR system admin executables [EPREFIX/sbin]
1276     --libexecdir=DIR program executables [EPREFIX/libexec]
1277     --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1278     --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1279     --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1280     --libdir=DIR object code libraries [EPREFIX/lib]
1281     --includedir=DIR C header files [PREFIX/include]
1282     --oldincludedir=DIR C header files for non-gcc [/usr/include]
1283 ayin 1.108 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1284     --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1285     --infodir=DIR info documentation [DATAROOTDIR/info]
1286     --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1287     --mandir=DIR man documentation [DATAROOTDIR/man]
1288     --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1289     --htmldir=DIR html documentation [DOCDIR]
1290     --dvidir=DIR dvi documentation [DOCDIR]
1291     --pdfdir=DIR pdf documentation [DOCDIR]
1292     --psdir=DIR ps documentation [DOCDIR]
1293 pcg 1.11 _ACEOF
1294    
1295     cat <<\_ACEOF
1296    
1297     X features:
1298     --x-includes=DIR X include files are in DIR
1299     --x-libraries=DIR X library files are in DIR
1300    
1301     Program names:
1302     --program-prefix=PREFIX prepend PREFIX to installed program names
1303     --program-suffix=SUFFIX append SUFFIX to installed program names
1304     --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1305    
1306     System types:
1307     --build=BUILD configure for building on BUILD [guessed]
1308     --host=HOST cross-compile to build programs to run on HOST [BUILD]
1309     _ACEOF
1310     fi
1311    
1312     if test -n "$ac_init_help"; then
1313    
1314     cat <<\_ACEOF
1315    
1316     Optional Features:
1317     --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1318     --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1319 pcg 1.13 --enable-everything enable standard non-multichoice features
1320 pcg 1.11 NOTE: this option is order dependent
1321     NOTE: automatically enabled with --enable-shared
1322 ayin 1.114 --enable-warnings turn on g++ warnings
1323 pcg 1.11 --enable-unicode3 use 21 instead of 16 bits to represent unicode characters
1324 pcg 1.18 --enable-combining enable composition of base and combining characters
1325 pcg 1.15 --enable-xft enable xft support on systems that have it
1326 root 1.39 --enable-font-styles enable bold and italic support
1327 root 1.103 --enable-afterimage enable integration with libAfterImage for background images
1328 pcg 1.11 --enable-transparency enable transparent backgrounds
1329 root 1.31 --enable-fading enable colors fading when off focus
1330 pcg 1.11 --enable-rxvt-scroll enable rxvt style scrollbar
1331     --enable-next-scroll enable NeXT style scrollbar
1332     --enable-xterm-scroll enable Xterm style scrollbar
1333 root 1.60 --enable-perl enable embedded perl interpreter
1334 pcg 1.11 --enable-plain-scroll enable plain style scrollbar
1335     --enable-xim XIM (X Input Method) protocol support
1336     --disable-backspace-key disable handling of the backspace key
1337     --disable-delete-key disable handling of the delete key
1338     --disable-resources disable all resource checking
1339 root 1.26 --enable-8bitctrls enable 8 bit control sequences (not recommended)
1340 ayin 1.114 --enable-fallback[=CLASS] fall back on CLASS resources in addition to URxvt ones (default: Rxvt)
1341 pcg 1.11 --disable-swapscreen disable swap screen support
1342 root 1.34 --enable-iso14755 enable support for extended ISO 14755 modes
1343 pcg 1.11 --enable-frills enable support for rarely used features
1344     --enable-keepscrolling enable continual scrolling on scrollbar arrow press
1345     --enable-selectionscrolling enable scrolling during selections
1346     --enable-mousewheel enable scrolling via mouse wheel or buttons 4 & 5
1347 ayin 1.114 --enable-slipwheeling enable slip wheel scrolling (requires --enable-mousewheel)
1348 pcg 1.11 --enable-smart-resize enable smart growth/shrink behaviour
1349     --enable-text-blink enable blinking text
1350     --enable-pointer-blank enable pointer blank when typing or inactive pointer
1351 root 1.92 --enable-utmp enable utmp (utmpx) support
1352     --enable-wtmp enable wtmp (wtmpx) support (requires --enable-utmp)
1353     --enable-lastlog enable lastlog support (requires --enable-utmp)
1354 pcg 1.11
1355     Optional Packages:
1356     --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1357     --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1358 root 1.103 --with-afterimage-config=DIR use libAfterImage config script in DIR
1359 ayin 1.114 --with-codesets=CS,... compile in additional codesets (jp,jp_ext,kr,zh,zh_ext,all)
1360 pcg 1.15 --with-res-name=NAME use this as default resource name (default: urxvt)
1361 pcg 1.18 --with-res-class=CLASS use this as the resource class (default: URxvt)
1362 pcg 1.15 --with-name=NAME set the basename for the installed binaries (default: urxvt)
1363     --with-term=NAME set the terminal to NAME (default: rxvt)
1364 pcg 1.11 --with-terminfo=PATH set the path to the terminfo tree to PATH
1365     --with-x use the X Window System
1366    
1367     Some influential environment variables:
1368     CC C compiler command
1369     CFLAGS C compiler flags
1370     LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1371     nonstandard directory <lib dir>
1372 ayin 1.108 LIBS libraries to pass to the linker, e.g. -l<library>
1373     CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1374     you have headers in a nonstandard directory <include dir>
1375 pcg 1.11 CXX C++ compiler command
1376     CXXFLAGS C++ compiler flags
1377     CPP C preprocessor
1378 root 1.116 CXXCPP C++ preprocessor
1379 ayin 1.108 XMKMF Path to xmkmf, Makefile generator for X Window System
1380 pcg 1.11
1381     Use these variables to override the choices made by `configure' or to help
1382     it to find libraries and programs with nonstandard names/locations.
1383    
1384     _ACEOF
1385 ayin 1.108 ac_status=$?
1386 pcg 1.11 fi
1387    
1388     if test "$ac_init_help" = "recursive"; then
1389     # If there are subdirs, report their specific --help.
1390     for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1391 ayin 1.108 test -d "$ac_dir" || continue
1392 pcg 1.11 ac_builddir=.
1393    
1394 ayin 1.108 case "$ac_dir" in
1395     .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1396     *)
1397 pcg 1.11 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1398 ayin 1.108 # A ".." for each directory in $ac_dir_suffix.
1399     ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1400     case $ac_top_builddir_sub in
1401     "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1402     *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1403     esac ;;
1404     esac
1405     ac_abs_top_builddir=$ac_pwd
1406     ac_abs_builddir=$ac_pwd$ac_dir_suffix
1407     # for backward compatibility:
1408     ac_top_builddir=$ac_top_build_prefix
1409 pcg 1.11
1410     case $srcdir in
1411 ayin 1.108 .) # We are building in place.
1412 pcg 1.11 ac_srcdir=.
1413 ayin 1.108 ac_top_srcdir=$ac_top_builddir_sub
1414     ac_abs_top_srcdir=$ac_pwd ;;
1415     [\\/]* | ?:[\\/]* ) # Absolute name.
1416 pcg 1.11 ac_srcdir=$srcdir$ac_dir_suffix;
1417 ayin 1.108 ac_top_srcdir=$srcdir
1418     ac_abs_top_srcdir=$srcdir ;;
1419     *) # Relative name.
1420     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1421     ac_top_srcdir=$ac_top_build_prefix$srcdir
1422     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1423 pcg 1.11 esac
1424 ayin 1.108 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1425 pcg 1.11
1426 ayin 1.108 cd "$ac_dir" || { ac_status=$?; continue; }
1427     # Check for guested configure.
1428     if test -f "$ac_srcdir/configure.gnu"; then
1429     echo &&
1430     $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1431     elif test -f "$ac_srcdir/configure"; then
1432     echo &&
1433     $SHELL "$ac_srcdir/configure" --help=recursive
1434 pcg 1.11 else
1435     echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1436 ayin 1.108 fi || ac_status=$?
1437     cd "$ac_pwd" || { ac_status=$?; break; }
1438 pcg 1.11 done
1439     fi
1440    
1441 ayin 1.108 test -n "$ac_init_help" && exit $ac_status
1442 pcg 1.11 if $ac_init_version; then
1443     cat <<\_ACEOF
1444 ayin 1.108 configure
1445     generated by GNU Autoconf 2.61
1446 pcg 1.11
1447 ayin 1.108 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1448     2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1449 pcg 1.11 This configure script is free software; the Free Software Foundation
1450     gives unlimited permission to copy, distribute and modify it.
1451     _ACEOF
1452 ayin 1.108 exit
1453 pcg 1.11 fi
1454 ayin 1.108 cat >config.log <<_ACEOF
1455 pcg 1.11 This file contains any messages produced by compilers while
1456     running configure, to aid debugging if configure makes a mistake.
1457    
1458     It was created by $as_me, which was
1459 ayin 1.108 generated by GNU Autoconf 2.61. Invocation command line was
1460 pcg 1.11
1461     $ $0 $@
1462    
1463     _ACEOF
1464 ayin 1.108 exec 5>>config.log
1465 pcg 1.11 {
1466     cat <<_ASUNAME
1467     ## --------- ##
1468     ## Platform. ##
1469     ## --------- ##
1470    
1471     hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1472     uname -m = `(uname -m) 2>/dev/null || echo unknown`
1473     uname -r = `(uname -r) 2>/dev/null || echo unknown`
1474     uname -s = `(uname -s) 2>/dev/null || echo unknown`
1475     uname -v = `(uname -v) 2>/dev/null || echo unknown`
1476    
1477     /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1478     /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1479    
1480     /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1481     /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1482     /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1483 ayin 1.108 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1484 pcg 1.11 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1485     /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1486     /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1487    
1488     _ASUNAME
1489    
1490     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1491     for as_dir in $PATH
1492     do
1493     IFS=$as_save_IFS
1494     test -z "$as_dir" && as_dir=.
1495     echo "PATH: $as_dir"
1496     done
1497 ayin 1.108 IFS=$as_save_IFS
1498 pcg 1.11
1499     } >&5
1500    
1501     cat >&5 <<_ACEOF
1502    
1503    
1504     ## ----------- ##
1505     ## Core tests. ##
1506     ## ----------- ##
1507    
1508     _ACEOF
1509    
1510    
1511     # Keep a trace of the command line.
1512     # Strip out --no-create and --no-recursion so they do not pile up.
1513     # Strip out --silent because we don't want to record it for future runs.
1514     # Also quote any args containing shell meta-characters.
1515     # Make two passes to allow for proper duplicate-argument suppression.
1516     ac_configure_args=
1517     ac_configure_args0=
1518     ac_configure_args1=
1519     ac_must_keep_next=false
1520     for ac_pass in 1 2
1521     do
1522     for ac_arg
1523     do
1524     case $ac_arg in
1525     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1526     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1527     | -silent | --silent | --silen | --sile | --sil)
1528     continue ;;
1529 ayin 1.108 *\'*)
1530 pcg 1.11 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1531     esac
1532     case $ac_pass in
1533     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1534     2)
1535     ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1536     if test $ac_must_keep_next = true; then
1537     ac_must_keep_next=false # Got value, back to normal.
1538     else
1539     case $ac_arg in
1540     *=* | --config-cache | -C | -disable-* | --disable-* \
1541     | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1542     | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1543     | -with-* | --with-* | -without-* | --without-* | --x)
1544     case "$ac_configure_args0 " in
1545     "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1546     esac
1547     ;;
1548     -* ) ac_must_keep_next=true ;;
1549     esac
1550     fi
1551 ayin 1.108 ac_configure_args="$ac_configure_args '$ac_arg'"
1552 pcg 1.11 ;;
1553     esac
1554     done
1555     done
1556     $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1557     $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1558    
1559     # When interrupted or exit'd, cleanup temporary files, and complete
1560     # config.log. We remove comments because anyway the quotes in there
1561     # would cause problems or look ugly.
1562 ayin 1.108 # WARNING: Use '\'' to represent an apostrophe within the trap.
1563     # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1564 pcg 1.11 trap 'exit_status=$?
1565     # Save into config.log some information that might help in debugging.
1566     {
1567     echo
1568    
1569     cat <<\_ASBOX
1570     ## ---------------- ##
1571     ## Cache variables. ##
1572     ## ---------------- ##
1573     _ASBOX
1574     echo
1575     # The following way of writing the cache mishandles newlines in values,
1576 ayin 1.108 (
1577     for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1578     eval ac_val=\$$ac_var
1579     case $ac_val in #(
1580     *${as_nl}*)
1581     case $ac_var in #(
1582     *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1583     echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1584     esac
1585     case $ac_var in #(
1586     _ | IFS | as_nl) ;; #(
1587     *) $as_unset $ac_var ;;
1588     esac ;;
1589     esac
1590     done
1591 pcg 1.11 (set) 2>&1 |
1592 ayin 1.108 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1593     *${as_nl}ac_space=\ *)
1594 pcg 1.11 sed -n \
1595 ayin 1.108 "s/'\''/'\''\\\\'\'''\''/g;
1596     s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1597     ;; #(
1598 pcg 1.11 *)
1599 ayin 1.108 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1600 pcg 1.11 ;;
1601 ayin 1.108 esac |
1602     sort
1603     )
1604 pcg 1.11 echo
1605    
1606     cat <<\_ASBOX
1607     ## ----------------- ##
1608     ## Output variables. ##
1609     ## ----------------- ##
1610     _ASBOX
1611     echo
1612     for ac_var in $ac_subst_vars
1613     do
1614 ayin 1.108 eval ac_val=\$$ac_var
1615     case $ac_val in
1616     *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1617     esac
1618     echo "$ac_var='\''$ac_val'\''"
1619 pcg 1.11 done | sort
1620     echo
1621    
1622     if test -n "$ac_subst_files"; then
1623     cat <<\_ASBOX
1624 ayin 1.108 ## ------------------- ##
1625     ## File substitutions. ##
1626     ## ------------------- ##
1627 pcg 1.11 _ASBOX
1628     echo
1629     for ac_var in $ac_subst_files
1630     do
1631 ayin 1.108 eval ac_val=\$$ac_var
1632     case $ac_val in
1633     *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1634     esac
1635     echo "$ac_var='\''$ac_val'\''"
1636 pcg 1.11 done | sort
1637     echo
1638     fi
1639    
1640     if test -s confdefs.h; then
1641     cat <<\_ASBOX
1642     ## ----------- ##
1643     ## confdefs.h. ##
1644     ## ----------- ##
1645     _ASBOX
1646     echo
1647 ayin 1.108 cat confdefs.h
1648 pcg 1.11 echo
1649     fi
1650     test "$ac_signal" != 0 &&
1651     echo "$as_me: caught signal $ac_signal"
1652     echo "$as_me: exit $exit_status"
1653     } >&5
1654 ayin 1.108 rm -f core *.core core.conftest.* &&
1655     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1656 pcg 1.11 exit $exit_status
1657 ayin 1.108 ' 0
1658 pcg 1.11 for ac_signal in 1 2 13 15; do
1659     trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1660     done
1661     ac_signal=0
1662    
1663     # confdefs.h avoids OS command line length limits that DEFS can exceed.
1664 ayin 1.108 rm -f -r conftest* confdefs.h
1665 pcg 1.11
1666     # Predefined preprocessor variables.
1667    
1668     cat >>confdefs.h <<_ACEOF
1669     #define PACKAGE_NAME "$PACKAGE_NAME"
1670     _ACEOF
1671    
1672    
1673     cat >>confdefs.h <<_ACEOF
1674     #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1675     _ACEOF
1676    
1677    
1678     cat >>confdefs.h <<_ACEOF
1679     #define PACKAGE_VERSION "$PACKAGE_VERSION"
1680     _ACEOF
1681    
1682    
1683     cat >>confdefs.h <<_ACEOF
1684     #define PACKAGE_STRING "$PACKAGE_STRING"
1685     _ACEOF
1686    
1687    
1688     cat >>confdefs.h <<_ACEOF
1689     #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1690     _ACEOF
1691 pcg 1.1
1692 pcg 1.11
1693     # Let the site file select an alternate cache file if it wants to.
1694 pcg 1.1 # Prefer explicitly selected file to automatically selected ones.
1695 ayin 1.108 if test -n "$CONFIG_SITE"; then
1696     set x "$CONFIG_SITE"
1697     elif test "x$prefix" != xNONE; then
1698     set x "$prefix/share/config.site" "$prefix/etc/config.site"
1699     else
1700     set x "$ac_default_prefix/share/config.site" \
1701     "$ac_default_prefix/etc/config.site"
1702 pcg 1.1 fi
1703 ayin 1.108 shift
1704     for ac_site_file
1705     do
1706 pcg 1.1 if test -r "$ac_site_file"; then
1707 pcg 1.11 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1708     echo "$as_me: loading site script $ac_site_file" >&6;}
1709     sed 's/^/| /' "$ac_site_file" >&5
1710 pcg 1.1 . "$ac_site_file"
1711     fi
1712     done
1713    
1714     if test -r "$cache_file"; then
1715 pcg 1.11 # Some versions of bash will fail to source /dev/null (special
1716     # files actually), so we avoid doing that.
1717     if test -f "$cache_file"; then
1718     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1719     echo "$as_me: loading cache $cache_file" >&6;}
1720     case $cache_file in
1721 ayin 1.108 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1722     *) . "./$cache_file";;
1723 pcg 1.11 esac
1724     fi
1725 pcg 1.1 else
1726 pcg 1.11 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1727     echo "$as_me: creating cache $cache_file" >&6;}
1728     >$cache_file
1729     fi
1730    
1731     # Check that the precious variables saved in the cache have kept the same
1732     # value.
1733     ac_cache_corrupted=false
1734 ayin 1.108 for ac_var in $ac_precious_vars; do
1735 pcg 1.11 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1736     eval ac_new_set=\$ac_env_${ac_var}_set
1737 ayin 1.108 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1738     eval ac_new_val=\$ac_env_${ac_var}_value
1739 pcg 1.11 case $ac_old_set,$ac_new_set in
1740     set,)
1741     { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1742     echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1743     ac_cache_corrupted=: ;;
1744     ,set)
1745     { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1746     echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1747     ac_cache_corrupted=: ;;
1748     ,);;
1749     *)
1750     if test "x$ac_old_val" != "x$ac_new_val"; then
1751     { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1752     echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1753     { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1754     echo "$as_me: former value: $ac_old_val" >&2;}
1755     { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1756     echo "$as_me: current value: $ac_new_val" >&2;}
1757     ac_cache_corrupted=:
1758     fi;;
1759     esac
1760     # Pass precious variables to config.status.
1761     if test "$ac_new_set" = set; then
1762     case $ac_new_val in
1763 ayin 1.108 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1764 pcg 1.11 *) ac_arg=$ac_var=$ac_new_val ;;
1765     esac
1766     case " $ac_configure_args " in
1767     *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1768     *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1769     esac
1770     fi
1771     done
1772     if $ac_cache_corrupted; then
1773     { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1774     echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1775     { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1776     echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1777     { (exit 1); exit 1; }; }
1778 pcg 1.1 fi
1779    
1780 ayin 1.106
1781 ayin 1.104
1782 pcg 1.11
1783    
1784    
1785    
1786    
1787    
1788    
1789    
1790    
1791    
1792    
1793    
1794    
1795    
1796 ayin 1.108 ac_ext=c
1797     ac_cpp='$CPP $CPPFLAGS'
1798     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1799     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1800     ac_compiler_gnu=$ac_cv_c_compiler_gnu
1801 pcg 1.11
1802    
1803    
1804 pcg 1.1
1805 ayin 1.108 ac_config_headers="$ac_config_headers config.h:config.h.in"
1806 root 1.76
1807    
1808 pcg 1.1 ac_aux_dir=
1809 ayin 1.108 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
1810     if test -f "$ac_dir/install-sh"; then
1811 pcg 1.1 ac_aux_dir=$ac_dir
1812     ac_install_sh="$ac_aux_dir/install-sh -c"
1813     break
1814 ayin 1.108 elif test -f "$ac_dir/install.sh"; then
1815 pcg 1.1 ac_aux_dir=$ac_dir
1816     ac_install_sh="$ac_aux_dir/install.sh -c"
1817     break
1818 ayin 1.108 elif test -f "$ac_dir/shtool"; then
1819 pcg 1.11 ac_aux_dir=$ac_dir
1820     ac_install_sh="$ac_aux_dir/shtool install -c"
1821     break
1822 pcg 1.1 fi
1823     done
1824     if test -z "$ac_aux_dir"; then
1825 ayin 1.108 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
1826     echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
1827 pcg 1.11 { (exit 1); exit 1; }; }
1828     fi
1829 ayin 1.108
1830     # These three variables are undocumented and unsupported,
1831     # and are intended to be withdrawn in a future Autoconf release.
1832     # They can cause serious problems if a builder's source tree is in a directory
1833     # whose full name contains unusual characters.
1834     ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1835     ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1836     ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1837    
1838 pcg 1.1
1839 root 1.48 # Make sure we can run config.sub.
1840 ayin 1.108 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
1841     { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
1842     echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
1843 root 1.48 { (exit 1); exit 1; }; }
1844    
1845 ayin 1.108 { echo "$as_me:$LINENO: checking build system type" >&5
1846     echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
1847 root 1.48 if test "${ac_cv_build+set}" = set; then
1848     echo $ECHO_N "(cached) $ECHO_C" >&6
1849     else
1850 ayin 1.108 ac_build_alias=$build_alias
1851     test "x$ac_build_alias" = x &&
1852     ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
1853     test "x$ac_build_alias" = x &&
1854 root 1.48 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1855     echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1856     { (exit 1); exit 1; }; }
1857 ayin 1.108 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
1858     { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
1859     echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
1860 root 1.48 { (exit 1); exit 1; }; }
1861    
1862     fi
1863 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1864     echo "${ECHO_T}$ac_cv_build" >&6; }
1865     case $ac_cv_build in
1866     *-*-*) ;;
1867     *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
1868     echo "$as_me: error: invalid value of canonical build" >&2;}
1869     { (exit 1); exit 1; }; };;
1870     esac
1871 root 1.48 build=$ac_cv_build
1872 ayin 1.108 ac_save_IFS=$IFS; IFS='-'
1873     set x $ac_cv_build
1874     shift
1875     build_cpu=$1
1876     build_vendor=$2
1877     shift; shift
1878     # Remember, the first character of IFS is used to create $*,
1879     # except with old shells:
1880     build_os=$*
1881     IFS=$ac_save_IFS
1882     case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
1883 root 1.48
1884    
1885 ayin 1.108 { echo "$as_me:$LINENO: checking host system type" >&5
1886     echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
1887 root 1.48 if test "${ac_cv_host+set}" = set; then
1888     echo $ECHO_N "(cached) $ECHO_C" >&6
1889     else
1890 ayin 1.108 if test "x$host_alias" = x; then
1891     ac_cv_host=$ac_cv_build
1892     else
1893     ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
1894     { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
1895     echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
1896 root 1.48 { (exit 1); exit 1; }; }
1897 ayin 1.108 fi
1898 root 1.48
1899     fi
1900 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1901     echo "${ECHO_T}$ac_cv_host" >&6; }
1902     case $ac_cv_host in
1903     *-*-*) ;;
1904     *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
1905     echo "$as_me: error: invalid value of canonical host" >&2;}
1906     { (exit 1); exit 1; }; };;
1907     esac
1908 root 1.48 host=$ac_cv_host
1909 ayin 1.108 ac_save_IFS=$IFS; IFS='-'
1910     set x $ac_cv_host
1911     shift
1912     host_cpu=$1
1913     host_vendor=$2
1914     shift; shift
1915     # Remember, the first character of IFS is used to create $*,
1916     # except with old shells:
1917     host_os=$*
1918     IFS=$ac_save_IFS
1919     case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
1920 root 1.48
1921    
1922    
1923 pcg 1.1 VERSION=`sed -n -e 's/^.*[ \t]VERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
1924     DATE=`sed -n -e 's/^.*[ \t]DATE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
1925 root 1.117
1926 pcg 1.1 echo ""
1927     echo "configuring for rxvt $VERSION"
1928     echo ""
1929    
1930 root 1.72 orig_CXXFLAGS="$CXXFLAGS"
1931    
1932 pcg 1.1
1933 pcg 1.11 ac_ext=c
1934     ac_cpp='$CPP $CPPFLAGS'
1935     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1936     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1937     ac_compiler_gnu=$ac_cv_c_compiler_gnu
1938     if test -n "$ac_tool_prefix"; then
1939     # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1940     set dummy ${ac_tool_prefix}gcc; ac_word=$2
1941 ayin 1.108 { echo "$as_me:$LINENO: checking for $ac_word" >&5
1942     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1943 pcg 1.11 if test "${ac_cv_prog_CC+set}" = set; then
1944     echo $ECHO_N "(cached) $ECHO_C" >&6
1945     else
1946     if test -n "$CC"; then
1947     ac_cv_prog_CC="$CC" # Let the user override the test.
1948     else
1949     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1950     for as_dir in $PATH
1951     do
1952     IFS=$as_save_IFS
1953     test -z "$as_dir" && as_dir=.
1954     for ac_exec_ext in '' $ac_executable_extensions; do
1955 ayin 1.108 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1956 pcg 1.11 ac_cv_prog_CC="${ac_tool_prefix}gcc"
1957     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1958     break 2
1959     fi
1960     done
1961     done
1962 ayin 1.108 IFS=$as_save_IFS
1963 pcg 1.11
1964     fi
1965     fi
1966     CC=$ac_cv_prog_CC
1967     if test -n "$CC"; then
1968 ayin 1.108 { echo "$as_me:$LINENO: result: $CC" >&5
1969     echo "${ECHO_T}$CC" >&6; }
1970 pcg 1.11 else
1971 ayin 1.108 { echo "$as_me:$LINENO: result: no" >&5
1972     echo "${ECHO_T}no" >&6; }
1973 pcg 1.11 fi
1974    
1975 ayin 1.108
1976 pcg 1.11 fi
1977     if test -z "$ac_cv_prog_CC"; then
1978     ac_ct_CC=$CC
1979     # Extract the first word of "gcc", so it can be a program name with args.
1980 pcg 1.1 set dummy gcc; ac_word=$2
1981 ayin 1.108 { echo "$as_me:$LINENO: checking for $ac_word" >&5
1982     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1983 pcg 1.11 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1984     echo $ECHO_N "(cached) $ECHO_C" >&6
1985     else
1986     if test -n "$ac_ct_CC"; then
1987     ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1988     else
1989     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1990     for as_dir in $PATH
1991     do
1992     IFS=$as_save_IFS
1993     test -z "$as_dir" && as_dir=.
1994     for ac_exec_ext in '' $ac_executable_extensions; do
1995 ayin 1.108 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1996 pcg 1.11 ac_cv_prog_ac_ct_CC="gcc"
1997     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1998     break 2
1999     fi
2000     done
2001     done
2002 ayin 1.108 IFS=$as_save_IFS
2003 pcg 1.11
2004     fi
2005     fi
2006     ac_ct_CC=$ac_cv_prog_ac_ct_CC
2007     if test -n "$ac_ct_CC"; then
2008 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2009     echo "${ECHO_T}$ac_ct_CC" >&6; }
2010 pcg 1.11 else
2011 ayin 1.108 { echo "$as_me:$LINENO: result: no" >&5
2012     echo "${ECHO_T}no" >&6; }
2013 pcg 1.11 fi
2014    
2015 ayin 1.108 if test "x$ac_ct_CC" = x; then
2016     CC=""
2017     else
2018     case $cross_compiling:$ac_tool_warned in
2019     yes:)
2020     { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2021     whose name does not start with the host triplet. If you think this
2022     configuration is useful to you, please write to autoconf@gnu.org." >&5
2023     echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2024     whose name does not start with the host triplet. If you think this
2025     configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2026     ac_tool_warned=yes ;;
2027     esac
2028     CC=$ac_ct_CC
2029     fi
2030 pcg 1.11 else
2031     CC="$ac_cv_prog_CC"
2032     fi
2033    
2034     if test -z "$CC"; then
2035 ayin 1.108 if test -n "$ac_tool_prefix"; then
2036     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2037 pcg 1.11 set dummy ${ac_tool_prefix}cc; ac_word=$2
2038 ayin 1.108 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2039     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2040 pcg 1.11 if test "${ac_cv_prog_CC+set}" = set; then
2041     echo $ECHO_N "(cached) $ECHO_C" >&6
2042 pcg 1.1 else
2043     if test -n "$CC"; then
2044     ac_cv_prog_CC="$CC" # Let the user override the test.
2045     else
2046 pcg 1.11 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2047     for as_dir in $PATH
2048     do
2049     IFS=$as_save_IFS
2050     test -z "$as_dir" && as_dir=.
2051     for ac_exec_ext in '' $ac_executable_extensions; do
2052 ayin 1.108 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2053 pcg 1.11 ac_cv_prog_CC="${ac_tool_prefix}cc"
2054     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2055     break 2
2056     fi
2057     done
2058     done
2059 ayin 1.108 IFS=$as_save_IFS
2060 pcg 1.11
2061 pcg 1.1 fi
2062     fi
2063 pcg 1.11 CC=$ac_cv_prog_CC
2064 pcg 1.1 if test -n "$CC"; then
2065 ayin 1.108 { echo "$as_me:$LINENO: result: $CC" >&5
2066     echo "${ECHO_T}$CC" >&6; }
2067 ayin 1.106 else
2068 ayin 1.108 { echo "$as_me:$LINENO: result: no" >&5
2069     echo "${ECHO_T}no" >&6; }
2070 ayin 1.106 fi
2071    
2072 ayin 1.108
2073 ayin 1.106 fi
2074 pcg 1.11 fi
2075 pcg 1.1 if test -z "$CC"; then
2076     # Extract the first word of "cc", so it can be a program name with args.
2077     set dummy cc; ac_word=$2
2078 ayin 1.108 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2079     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2080 pcg 1.11 if test "${ac_cv_prog_CC+set}" = set; then
2081     echo $ECHO_N "(cached) $ECHO_C" >&6
2082 pcg 1.1 else
2083     if test -n "$CC"; then
2084     ac_cv_prog_CC="$CC" # Let the user override the test.
2085     else
2086     ac_prog_rejected=no
2087 pcg 1.11 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2088     for as_dir in $PATH
2089     do
2090     IFS=$as_save_IFS
2091     test -z "$as_dir" && as_dir=.
2092     for ac_exec_ext in '' $ac_executable_extensions; do
2093 ayin 1.108 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2094 pcg 1.11 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2095     ac_prog_rejected=yes
2096     continue
2097     fi
2098     ac_cv_prog_CC="cc"
2099     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2100     break 2
2101     fi
2102     done
2103     done
2104 ayin 1.108 IFS=$as_save_IFS
2105 pcg 1.11
2106 pcg 1.1 if test $ac_prog_rejected = yes; then
2107     # We found a bogon in the path, so make sure we never use it.
2108     set dummy $ac_cv_prog_CC
2109     shift
2110 pcg 1.11 if test $# != 0; then
2111 pcg 1.1 # We chose a different compiler from the bogus one.
2112     # However, it has the same basename, so the bogon will be chosen
2113     # first if we set CC to just the basename; use the full file name.
2114     shift
2115 pcg 1.11 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2116 pcg 1.1 fi
2117     fi
2118     fi
2119     fi
2120 pcg 1.11 CC=$ac_cv_prog_CC
2121 pcg 1.1 if test -n "$CC"; then
2122 ayin 1.108 { echo "$as_me:$LINENO: result: $CC" >&5
2123     echo "${ECHO_T}$CC" >&6; }
2124 pcg 1.1 else
2125 ayin 1.108 { echo "$as_me:$LINENO: result: no" >&5
2126     echo "${ECHO_T}no" >&6; }
2127 pcg 1.1 fi
2128    
2129 ayin 1.108
2130 pcg 1.11 fi
2131     if test -z "$CC"; then
2132     if test -n "$ac_tool_prefix"; then
2133 ayin 1.108 for ac_prog in cl.exe
2134 pcg 1.11 do
2135     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2136     set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2137 ayin 1.108 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2138     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2139 pcg 1.11 if test "${ac_cv_prog_CC+set}" = set; then
2140     echo $ECHO_N "(cached) $ECHO_C" >&6
2141 pcg 1.1 else
2142     if test -n "$CC"; then
2143     ac_cv_prog_CC="$CC" # Let the user override the test.
2144     else
2145 pcg 1.11 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2146     for as_dir in $PATH
2147     do
2148     IFS=$as_save_IFS
2149     test -z "$as_dir" && as_dir=.
2150     for ac_exec_ext in '' $ac_executable_extensions; do
2151 ayin 1.108 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2152 pcg 1.11 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2153     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2154     break 2
2155     fi
2156     done
2157     done
2158 ayin 1.108 IFS=$as_save_IFS
2159 pcg 1.11
2160 pcg 1.1 fi
2161     fi
2162 pcg 1.11 CC=$ac_cv_prog_CC
2163 pcg 1.1 if test -n "$CC"; then
2164 ayin 1.108 { echo "$as_me:$LINENO: result: $CC" >&5
2165     echo "${ECHO_T}$CC" >&6; }
2166 pcg 1.1 else
2167 ayin 1.108 { echo "$as_me:$LINENO: result: no" >&5
2168     echo "${ECHO_T}no" >&6; }
2169 pcg 1.11 fi
2170    
2171 ayin 1.108
2172 pcg 1.11 test -n "$CC" && break
2173     done
2174 pcg 1.1 fi
2175 pcg 1.11 if test -z "$CC"; then
2176     ac_ct_CC=$CC
2177 ayin 1.108 for ac_prog in cl.exe
2178 pcg 1.11 do
2179     # Extract the first word of "$ac_prog", so it can be a program name with args.
2180     set dummy $ac_prog; ac_word=$2
2181 ayin 1.108 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2182     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2183 pcg 1.11 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2184     echo $ECHO_N "(cached) $ECHO_C" >&6
2185     else
2186     if test -n "$ac_ct_CC"; then
2187     ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2188     else
2189     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2190     for as_dir in $PATH
2191     do
2192     IFS=$as_save_IFS
2193     test -z "$as_dir" && as_dir=.
2194     for ac_exec_ext in '' $ac_executable_extensions; do
2195 ayin 1.108 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2196 pcg 1.11 ac_cv_prog_ac_ct_CC="$ac_prog"
2197     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2198     break 2
2199 pcg 1.1 fi
2200 pcg 1.11 done
2201     done
2202 ayin 1.108 IFS=$as_save_IFS
2203 pcg 1.11
2204     fi
2205     fi
2206     ac_ct_CC=$ac_cv_prog_ac_ct_CC
2207     if test -n "$ac_ct_CC"; then
2208 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2209     echo "${ECHO_T}$ac_ct_CC" >&6; }
2210 pcg 1.11 else
2211 ayin 1.108 { echo "$as_me:$LINENO: result: no" >&5
2212     echo "${ECHO_T}no" >&6; }
2213 pcg 1.11 fi
2214    
2215 ayin 1.108
2216 pcg 1.11 test -n "$ac_ct_CC" && break
2217     done
2218    
2219 ayin 1.108 if test "x$ac_ct_CC" = x; then
2220     CC=""
2221     else
2222     case $cross_compiling:$ac_tool_warned in
2223     yes:)
2224     { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2225     whose name does not start with the host triplet. If you think this
2226     configuration is useful to you, please write to autoconf@gnu.org." >&5
2227     echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2228     whose name does not start with the host triplet. If you think this
2229     configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2230     ac_tool_warned=yes ;;
2231     esac
2232     CC=$ac_ct_CC
2233     fi
2234 pcg 1.11 fi
2235    
2236 pcg 1.1 fi
2237    
2238    
2239 pcg 1.11 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2240     See \`config.log' for more details." >&5
2241     echo "$as_me: error: no acceptable C compiler found in \$PATH
2242     See \`config.log' for more details." >&2;}
2243     { (exit 1); exit 1; }; }
2244    
2245     # Provide some information about the compiler.
2246 ayin 1.108 echo "$as_me:$LINENO: checking for C compiler version" >&5
2247 pcg 1.11 ac_compiler=`set X $ac_compile; echo $2`
2248 ayin 1.108 { (ac_try="$ac_compiler --version >&5"
2249     case "(($ac_try" in
2250     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2251     *) ac_try_echo=$ac_try;;
2252     esac
2253     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2254     (eval "$ac_compiler --version >&5") 2>&5
2255 pcg 1.11 ac_status=$?
2256     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2257     (exit $ac_status); }
2258 ayin 1.108 { (ac_try="$ac_compiler -v >&5"
2259     case "(($ac_try" in
2260     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2261     *) ac_try_echo=$ac_try;;
2262     esac
2263     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2264     (eval "$ac_compiler -v >&5") 2>&5
2265 pcg 1.11 ac_status=$?
2266     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2267     (exit $ac_status); }
2268 ayin 1.108 { (ac_try="$ac_compiler -V >&5"
2269     case "(($ac_try" in
2270     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2271     *) ac_try_echo=$ac_try;;
2272     esac
2273     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2274     (eval "$ac_compiler -V >&5") 2>&5
2275 pcg 1.11 ac_status=$?
2276     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2277     (exit $ac_status); }
2278    
2279     cat >conftest.$ac_ext <<_ACEOF
2280     /* confdefs.h. */
2281     _ACEOF
2282     cat confdefs.h >>conftest.$ac_ext
2283     cat >>conftest.$ac_ext <<_ACEOF
2284     /* end confdefs.h. */
2285 pcg 1.1
2286 pcg 1.11 int
2287     main ()
2288     {
2289 pcg 1.1
2290 pcg 1.11 ;
2291     return 0;
2292     }
2293     _ACEOF
2294     ac_clean_files_save=$ac_clean_files
2295     ac_clean_files="$ac_clean_files a.out a.exe b.out"
2296     # Try to create an executable without -o first, disregard a.out.
2297     # It will help us diagnose broken compilers, and finding out an intuition
2298     # of exeext.
2299 ayin 1.108 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2300     echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2301 pcg 1.11 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2302 ayin 1.108 #
2303     # List of possible output files, starting from the most likely.
2304     # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2305     # only as a last resort. b.out is created by i960 compilers.
2306     ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2307     #
2308     # The IRIX 6 linker writes into existing files which may not be
2309     # executable, retaining their permissions. Remove them first so a
2310     # subsequent execution test works.
2311     ac_rmfiles=
2312     for ac_file in $ac_files
2313     do
2314     case $ac_file in
2315     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2316     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2317     esac
2318     done
2319     rm -f $ac_rmfiles
2320    
2321     if { (ac_try="$ac_link_default"
2322     case "(($ac_try" in
2323     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2324     *) ac_try_echo=$ac_try;;
2325     esac
2326     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2327     (eval "$ac_link_default") 2>&5
2328 pcg 1.11 ac_status=$?
2329     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2330     (exit $ac_status); }; then
2331 ayin 1.108 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2332     # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2333     # in a Makefile. We should not override ac_cv_exeext if it was cached,
2334     # so that the user can short-circuit this test for compilers unknown to
2335     # Autoconf.
2336     for ac_file in $ac_files ''
2337 pcg 1.11 do
2338     test -f "$ac_file" || continue
2339     case $ac_file in
2340 ayin 1.108 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2341 pcg 1.11 ;;
2342     [ab].out )
2343     # We found the default executable, but exeext='' is most
2344     # certainly right.
2345     break;;
2346     *.* )
2347 ayin 1.108 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2348     then :; else
2349     ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2350     fi
2351     # We set ac_cv_exeext here because the later test for it is not
2352     # safe: cross compilers may not add the suffix if given an `-o'
2353     # argument, so we may need to know it at that point already.
2354     # Even if this section looks crufty: it has the advantage of
2355     # actually working.
2356 pcg 1.11 break;;
2357     * )
2358     break;;
2359     esac
2360     done
2361 ayin 1.108 test "$ac_cv_exeext" = no && ac_cv_exeext=
2362    
2363 pcg 1.11 else
2364 ayin 1.108 ac_file=''
2365     fi
2366    
2367     { echo "$as_me:$LINENO: result: $ac_file" >&5
2368     echo "${ECHO_T}$ac_file" >&6; }
2369     if test -z "$ac_file"; then
2370 pcg 1.11 echo "$as_me: failed program was:" >&5
2371     sed 's/^/| /' conftest.$ac_ext >&5
2372 pcg 1.1
2373 pcg 1.11 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2374     See \`config.log' for more details." >&5
2375     echo "$as_me: error: C compiler cannot create executables
2376     See \`config.log' for more details." >&2;}
2377     { (exit 77); exit 77; }; }
2378     fi
2379    
2380     ac_exeext=$ac_cv_exeext
2381    
2382 ayin 1.108 # Check that the compiler produces executables we can run. If not, either
2383 pcg 1.11 # the compiler is broken, or we cross compile.
2384 ayin 1.108 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2385     echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2386 pcg 1.11 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2387     # If not cross compiling, check that we can run a simple program.
2388     if test "$cross_compiling" != yes; then
2389     if { ac_try='./$ac_file'
2390 ayin 1.108 { (case "(($ac_try" in
2391     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2392     *) ac_try_echo=$ac_try;;
2393     esac
2394     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2395     (eval "$ac_try") 2>&5
2396 pcg 1.11 ac_status=$?
2397     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2398     (exit $ac_status); }; }; then
2399     cross_compiling=no
2400     else
2401     if test "$cross_compiling" = maybe; then
2402     cross_compiling=yes
2403     else
2404     { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2405     If you meant to cross compile, use \`--host'.
2406     See \`config.log' for more details." >&5
2407     echo "$as_me: error: cannot run C compiled programs.
2408     If you meant to cross compile, use \`--host'.
2409     See \`config.log' for more details." >&2;}
2410     { (exit 1); exit 1; }; }
2411     fi
2412 pcg 1.1 fi
2413 pcg 1.11 fi
2414 ayin 1.108 { echo "$as_me:$LINENO: result: yes" >&5
2415     echo "${ECHO_T}yes" >&6; }
2416 pcg 1.11
2417     rm -f a.out a.exe conftest$ac_cv_exeext b.out
2418     ac_clean_files=$ac_clean_files_save
2419 ayin 1.108 # Check that the compiler produces executables we can run. If not, either
2420 pcg 1.11 # the compiler is broken, or we cross compile.
2421 ayin 1.108 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2422     echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2423     { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2424     echo "${ECHO_T}$cross_compiling" >&6; }
2425    
2426     { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2427     echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2428     if { (ac_try="$ac_link"
2429     case "(($ac_try" in
2430     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2431     *) ac_try_echo=$ac_try;;
2432     esac
2433     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2434     (eval "$ac_link") 2>&5
2435 pcg 1.11 ac_status=$?
2436     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2437     (exit $ac_status); }; then
2438     # If both `conftest.exe' and `conftest' are `present' (well, observable)
2439     # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2440     # work properly (i.e., refer to `conftest.exe'), while it won't with
2441     # `rm'.
2442     for ac_file in conftest.exe conftest conftest.*; do
2443     test -f "$ac_file" || continue
2444     case $ac_file in
2445 ayin 1.108 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2446 pcg 1.11 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2447     break;;
2448     * ) break;;
2449     esac
2450     done
2451 pcg 1.1 else
2452 pcg 1.11 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2453     See \`config.log' for more details." >&5
2454     echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2455     See \`config.log' for more details." >&2;}
2456     { (exit 1); exit 1; }; }
2457 pcg 1.1 fi
2458 pcg 1.11
2459     rm -f conftest$ac_cv_exeext
2460 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2461     echo "${ECHO_T}$ac_cv_exeext" >&6; }
2462 pcg 1.11
2463     rm -f conftest.$ac_ext
2464     EXEEXT=$ac_cv_exeext
2465     ac_exeext=$EXEEXT
2466 ayin 1.108 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2467     echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2468 pcg 1.11 if test "${ac_cv_objext+set}" = set; then
2469     echo $ECHO_N "(cached) $ECHO_C" >&6
2470     else
2471     cat >conftest.$ac_ext <<_ACEOF
2472     /* confdefs.h. */
2473     _ACEOF
2474     cat confdefs.h >>conftest.$ac_ext
2475     cat >>conftest.$ac_ext <<_ACEOF
2476     /* end confdefs.h. */
2477    
2478     int
2479     main ()
2480     {
2481    
2482     ;
2483     return 0;
2484     }
2485     _ACEOF
2486     rm -f conftest.o conftest.obj
2487 ayin 1.108 if { (ac_try="$ac_compile"
2488     case "(($ac_try" in
2489     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2490     *) ac_try_echo=$ac_try;;
2491     esac
2492     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2493     (eval "$ac_compile") 2>&5
2494 pcg 1.11 ac_status=$?
2495     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2496     (exit $ac_status); }; then
2497 ayin 1.108 for ac_file in conftest.o conftest.obj conftest.*; do
2498     test -f "$ac_file" || continue;
2499 pcg 1.11 case $ac_file in
2500 ayin 1.108 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2501 pcg 1.11 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2502     break;;
2503     esac
2504     done
2505 pcg 1.1 else
2506 pcg 1.11 echo "$as_me: failed program was:" >&5
2507     sed 's/^/| /' conftest.$ac_ext >&5
2508    
2509     { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2510     See \`config.log' for more details." >&5
2511     echo "$as_me: error: cannot compute suffix of object files: cannot compile
2512     See \`config.log' for more details." >&2;}
2513     { (exit 1); exit 1; }; }
2514 pcg 1.1 fi
2515 pcg 1.11
2516     rm -f conftest.$ac_cv_objext conftest.$ac_ext
2517 pcg 1.1 fi
2518 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2519     echo "${ECHO_T}$ac_cv_objext" >&6; }
2520 pcg 1.11 OBJEXT=$ac_cv_objext
2521     ac_objext=$OBJEXT
2522 ayin 1.108 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2523     echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2524 pcg 1.11 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2525     echo $ECHO_N "(cached) $ECHO_C" >&6
2526     else
2527     cat >conftest.$ac_ext <<_ACEOF
2528     /* confdefs.h. */
2529     _ACEOF
2530     cat confdefs.h >>conftest.$ac_ext
2531     cat >>conftest.$ac_ext <<_ACEOF
2532     /* end confdefs.h. */
2533    
2534     int
2535     main ()
2536     {
2537     #ifndef __GNUC__
2538     choke me
2539     #endif
2540 pcg 1.1
2541 pcg 1.11 ;
2542     return 0;
2543     }
2544     _ACEOF
2545     rm -f conftest.$ac_objext
2546 ayin 1.108 if { (ac_try="$ac_compile"
2547     case "(($ac_try" in
2548     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2549     *) ac_try_echo=$ac_try;;
2550     esac
2551     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2552     (eval "$ac_compile") 2>conftest.er1
2553 pcg 1.11 ac_status=$?
2554     grep -v '^ *+' conftest.er1 >conftest.err
2555     rm -f conftest.er1
2556     cat conftest.err >&5
2557     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2558 ayin 1.108 (exit $ac_status); } && {
2559     test -z "$ac_c_werror_flag" ||
2560     test ! -s conftest.err
2561     } && test -s conftest.$ac_objext; then
2562 pcg 1.11 ac_compiler_gnu=yes
2563     else
2564     echo "$as_me: failed program was:" >&5
2565     sed 's/^/| /' conftest.$ac_ext >&5
2566    
2567 ayin 1.108 ac_compiler_gnu=no
2568 pcg 1.11 fi
2569 ayin 1.108
2570     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2571 pcg 1.11 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2572    
2573     fi
2574 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2575     echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2576 pcg 1.11 GCC=`test $ac_compiler_gnu = yes && echo yes`
2577     ac_test_CFLAGS=${CFLAGS+set}
2578     ac_save_CFLAGS=$CFLAGS
2579 ayin 1.108 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2580     echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
2581 pcg 1.11 if test "${ac_cv_prog_cc_g+set}" = set; then
2582     echo $ECHO_N "(cached) $ECHO_C" >&6
2583     else
2584 ayin 1.108 ac_save_c_werror_flag=$ac_c_werror_flag
2585     ac_c_werror_flag=yes
2586     ac_cv_prog_cc_g=no
2587     CFLAGS="-g"
2588     cat >conftest.$ac_ext <<_ACEOF
2589 pcg 1.11 /* confdefs.h. */
2590     _ACEOF
2591     cat confdefs.h >>conftest.$ac_ext
2592     cat >>conftest.$ac_ext <<_ACEOF
2593     /* end confdefs.h. */
2594 pcg 1.1
2595 pcg 1.11 int
2596     main ()
2597     {
2598 pcg 1.1
2599 pcg 1.11 ;
2600     return 0;
2601     }
2602     _ACEOF
2603     rm -f conftest.$ac_objext
2604 ayin 1.108 if { (ac_try="$ac_compile"
2605     case "(($ac_try" in
2606     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2607     *) ac_try_echo=$ac_try;;
2608     esac
2609     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2610     (eval "$ac_compile") 2>conftest.er1
2611 pcg 1.11 ac_status=$?
2612     grep -v '^ *+' conftest.er1 >conftest.err
2613     rm -f conftest.er1
2614     cat conftest.err >&5
2615     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2616 ayin 1.108 (exit $ac_status); } && {
2617     test -z "$ac_c_werror_flag" ||
2618     test ! -s conftest.err
2619     } && test -s conftest.$ac_objext; then
2620     ac_cv_prog_cc_g=yes
2621     else
2622     echo "$as_me: failed program was:" >&5
2623     sed 's/^/| /' conftest.$ac_ext >&5
2624    
2625     CFLAGS=""
2626     cat >conftest.$ac_ext <<_ACEOF
2627     /* confdefs.h. */
2628     _ACEOF
2629     cat confdefs.h >>conftest.$ac_ext
2630     cat >>conftest.$ac_ext <<_ACEOF
2631     /* end confdefs.h. */
2632    
2633     int
2634     main ()
2635     {
2636    
2637     ;
2638     return 0;
2639     }
2640     _ACEOF
2641     rm -f conftest.$ac_objext
2642     if { (ac_try="$ac_compile"
2643     case "(($ac_try" in
2644     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2645     *) ac_try_echo=$ac_try;;
2646     esac
2647     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2648     (eval "$ac_compile") 2>conftest.er1
2649 pcg 1.11 ac_status=$?
2650 ayin 1.108 grep -v '^ *+' conftest.er1 >conftest.err
2651     rm -f conftest.er1
2652     cat conftest.err >&5
2653 pcg 1.11 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2654 ayin 1.108 (exit $ac_status); } && {
2655     test -z "$ac_c_werror_flag" ||
2656     test ! -s conftest.err
2657     } && test -s conftest.$ac_objext; then
2658     :
2659     else
2660     echo "$as_me: failed program was:" >&5
2661     sed 's/^/| /' conftest.$ac_ext >&5
2662    
2663     ac_c_werror_flag=$ac_save_c_werror_flag
2664     CFLAGS="-g"
2665     cat >conftest.$ac_ext <<_ACEOF
2666     /* confdefs.h. */
2667     _ACEOF
2668     cat confdefs.h >>conftest.$ac_ext
2669     cat >>conftest.$ac_ext <<_ACEOF
2670     /* end confdefs.h. */
2671    
2672     int
2673     main ()
2674     {
2675    
2676     ;
2677     return 0;
2678     }
2679     _ACEOF
2680     rm -f conftest.$ac_objext
2681     if { (ac_try="$ac_compile"
2682     case "(($ac_try" in
2683     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2684     *) ac_try_echo=$ac_try;;
2685     esac
2686     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2687     (eval "$ac_compile") 2>conftest.er1
2688 pcg 1.11 ac_status=$?
2689 ayin 1.108 grep -v '^ *+' conftest.er1 >conftest.err
2690     rm -f conftest.er1
2691     cat conftest.err >&5
2692 pcg 1.11 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2693 ayin 1.108 (exit $ac_status); } && {
2694     test -z "$ac_c_werror_flag" ||
2695     test ! -s conftest.err
2696     } && test -s conftest.$ac_objext; then
2697 pcg 1.1 ac_cv_prog_cc_g=yes
2698     else
2699 pcg 1.11 echo "$as_me: failed program was:" >&5
2700     sed 's/^/| /' conftest.$ac_ext >&5
2701    
2702 ayin 1.108
2703     fi
2704    
2705     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2706 root 1.105 fi
2707 ayin 1.108
2708     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2709     fi
2710    
2711     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2712     ac_c_werror_flag=$ac_save_c_werror_flag
2713 pcg 1.1 fi
2714 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2715     echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
2716 pcg 1.1 if test "$ac_test_CFLAGS" = set; then
2717 pcg 1.11 CFLAGS=$ac_save_CFLAGS
2718 pcg 1.1 elif test $ac_cv_prog_cc_g = yes; then
2719     if test "$GCC" = yes; then
2720     CFLAGS="-g -O2"
2721     else
2722     CFLAGS="-g"
2723     fi
2724     else
2725     if test "$GCC" = yes; then
2726     CFLAGS="-O2"
2727     else
2728     CFLAGS=
2729     fi
2730     fi
2731 ayin 1.108 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
2732     echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
2733     if test "${ac_cv_prog_cc_c89+set}" = set; then
2734 pcg 1.11 echo $ECHO_N "(cached) $ECHO_C" >&6
2735     else
2736 ayin 1.108 ac_cv_prog_cc_c89=no
2737 pcg 1.11 ac_save_CC=$CC
2738     cat >conftest.$ac_ext <<_ACEOF
2739     /* confdefs.h. */
2740     _ACEOF
2741     cat confdefs.h >>conftest.$ac_ext
2742     cat >>conftest.$ac_ext <<_ACEOF
2743     /* end confdefs.h. */
2744     #include <stdarg.h>
2745     #include <stdio.h>
2746     #include <sys/types.h>
2747     #include <sys/stat.h>
2748     /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2749     struct buf { int x; };
2750     FILE * (*rcsopen) (struct buf *, struct stat *, int);
2751     static char *e (p, i)
2752     char **p;
2753     int i;
2754     {
2755     return p[i];
2756     }
2757     static char *f (char * (*g) (char **, int), char **p, ...)
2758     {
2759     char *s;
2760     va_list v;
2761     va_start (v,p);
2762     s = g (p, va_arg (v,int));
2763     va_end (v);
2764     return s;
2765     }
2766 pcg 1.1
2767 pcg 1.11 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2768     function prototypes and stuff, but not '\xHH' hex character constants.
2769     These don't provoke an error unfortunately, instead are silently treated
2770 ayin 1.108 as 'x'. The following induces an error, until -std is added to get
2771 pcg 1.11 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2772     array size at least. It's necessary to write '\x00'==0 to get something
2773 ayin 1.108 that's true only with -std. */
2774 pcg 1.11 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2775    
2776 ayin 1.108 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
2777     inside strings and character constants. */
2778     #define FOO(x) 'x'
2779     int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
2780    
2781 pcg 1.11 int test (int i, double x);
2782     struct s1 {int (*f) (int a);};
2783     struct s2 {int (*f) (double a);};
2784     int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2785     int argc;
2786     char **argv;
2787     int
2788     main ()
2789     {
2790     return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2791     ;
2792     return 0;
2793     }
2794     _ACEOF
2795 ayin 1.108 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
2796     -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2797 pcg 1.1 do
2798 pcg 1.11 CC="$ac_save_CC $ac_arg"
2799     rm -f conftest.$ac_objext
2800 ayin 1.108 if { (ac_try="$ac_compile"
2801     case "(($ac_try" in
2802     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2803     *) ac_try_echo=$ac_try;;
2804     esac
2805     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2806     (eval "$ac_compile") 2>conftest.er1
2807 pcg 1.11 ac_status=$?
2808     grep -v '^ *+' conftest.er1 >conftest.err
2809     rm -f conftest.er1
2810     cat conftest.err >&5
2811     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2812 ayin 1.108 (exit $ac_status); } && {
2813     test -z "$ac_c_werror_flag" ||
2814     test ! -s conftest.err
2815     } && test -s conftest.$ac_objext; then
2816     ac_cv_prog_cc_c89=$ac_arg
2817 pcg 1.1 else
2818 pcg 1.11 echo "$as_me: failed program was:" >&5
2819     sed 's/^/| /' conftest.$ac_ext >&5
2820    
2821 ayin 1.108
2822 pcg 1.1 fi
2823 ayin 1.108
2824     rm -f core conftest.err conftest.$ac_objext
2825     test "x$ac_cv_prog_cc_c89" != "xno" && break
2826 pcg 1.1 done
2827 ayin 1.108 rm -f conftest.$ac_ext
2828 pcg 1.11 CC=$ac_save_CC
2829 pcg 1.1
2830 pcg 1.11 fi
2831 ayin 1.108 # AC_CACHE_VAL
2832     case "x$ac_cv_prog_cc_c89" in
2833     x)
2834     { echo "$as_me:$LINENO: result: none needed" >&5
2835     echo "${ECHO_T}none needed" >&6; } ;;
2836     xno)
2837     { echo "$as_me:$LINENO: result: unsupported" >&5
2838     echo "${ECHO_T}unsupported" >&6; } ;;
2839 pcg 1.11 *)
2840 ayin 1.108 CC="$CC $ac_cv_prog_cc_c89"
2841     { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
2842     echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
2843 pcg 1.11 esac
2844 pcg 1.1
2845 ayin 1.108
2846     ac_ext=c
2847     ac_cpp='$CPP $CPPFLAGS'
2848     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2849     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2850     ac_compiler_gnu=$ac_cv_c_compiler_gnu
2851    
2852     ac_ext=cpp
2853     ac_cpp='$CXXCPP $CPPFLAGS'
2854     ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2855     ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2856     ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
2857     if test -z "$CXX"; then
2858     if test -n "$CCC"; then
2859     CXX=$CCC
2860     else
2861     if test -n "$ac_tool_prefix"; then
2862     for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
2863     do
2864     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2865     set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2866     { echo "$as_me:$LINENO: checking for $ac_word" >&5
2867     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2868     if test "${ac_cv_prog_CXX+set}" = set; then
2869     echo $ECHO_N "(cached) $ECHO_C" >&6
2870     else
2871     if test -n "$CXX"; then
2872     ac_cv_prog_CXX="$CXX" # Let the user override the test.
2873     else
2874     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2875     for as_dir in $PATH
2876 ayin 1.106 do
2877 ayin 1.108 IFS=$as_save_IFS
2878     test -z "$as_dir" && as_dir=.
2879     for ac_exec_ext in '' $ac_executable_extensions; do
2880     if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2881     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
2882     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2883     break 2
2884     fi
2885     done
2886     done
2887     IFS=$as_save_IFS
2888    
2889 pcg 1.1 fi
2890     fi
2891 pcg 1.11 CXX=$ac_cv_prog_CXX
2892     if test -n "$CXX"; then
2893 ayin 1.108 { echo "$as_me:$LINENO: result: $CXX" >&5
2894     echo "${ECHO_T}$CXX" >&6; }
2895 pcg 1.1 else
2896 ayin 1.108 { echo "$as_me:$LINENO: result: no" >&5
2897     echo "${ECHO_T}no" >&6; }
2898 pcg 1.1 fi
2899    
2900 ayin 1.108
2901 pcg 1.11 test -n "$CXX" && break
2902     done
2903     fi
2904     if test -z "$CXX"; then
2905     ac_ct_CXX=$CXX
2906 ayin 1.108 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
2907 pcg 1.11 do
2908     # Extract the first word of "$ac_prog", so it can be a program name with args.
2909     set dummy $ac_prog; ac_word=$2
2910 ayin 1.108 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2911     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2912 pcg 1.11 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
2913     echo $ECHO_N "(cached) $ECHO_C" >&6
2914 pcg 1.1 else
2915 pcg 1.11 if test -n "$ac_ct_CXX"; then
2916     ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
2917 pcg 1.1 else
2918 pcg 1.11 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2919     for as_dir in $PATH
2920     do
2921     IFS=$as_save_IFS
2922     test -z "$as_dir" && as_dir=.
2923     for ac_exec_ext in '' $ac_executable_extensions; do
2924 ayin 1.108 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2925 pcg 1.11 ac_cv_prog_ac_ct_CXX="$ac_prog"
2926     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2927     break 2
2928     fi
2929     done
2930     done
2931 ayin 1.108 IFS=$as_save_IFS
2932 pcg 1.11
2933 pcg 1.1 fi
2934 pcg 1.11 fi
2935     ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
2936     if test -n "$ac_ct_CXX"; then
2937 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
2938     echo "${ECHO_T}$ac_ct_CXX" >&6; }
2939 pcg 1.11 else
2940 ayin 1.108 { echo "$as_me:$LINENO: result: no" >&5
2941     echo "${ECHO_T}no" >&6; }
2942 pcg 1.1 fi
2943    
2944 ayin 1.108
2945 pcg 1.11 test -n "$ac_ct_CXX" && break
2946     done
2947    
2948 ayin 1.108 if test "x$ac_ct_CXX" = x; then
2949     CXX="g++"
2950     else
2951     case $cross_compiling:$ac_tool_warned in
2952     yes:)
2953     { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2954     whose name does not start with the host triplet. If you think this
2955     configuration is useful to you, please write to autoconf@gnu.org." >&5
2956     echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2957     whose name does not start with the host triplet. If you think this
2958     configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2959     ac_tool_warned=yes ;;
2960     esac
2961     CXX=$ac_ct_CXX
2962     fi
2963 pcg 1.11 fi
2964    
2965 ayin 1.108 fi
2966     fi
2967 pcg 1.11 # Provide some information about the compiler.
2968 ayin 1.108 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
2969 pcg 1.11 ac_compiler=`set X $ac_compile; echo $2`
2970 ayin 1.108 { (ac_try="$ac_compiler --version >&5"
2971     case "(($ac_try" in
2972     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2973     *) ac_try_echo=$ac_try;;
2974     esac
2975     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2976     (eval "$ac_compiler --version >&5") 2>&5
2977 pcg 1.11 ac_status=$?
2978     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2979     (exit $ac_status); }
2980 ayin 1.108 { (ac_try="$ac_compiler -v >&5"
2981     case "(($ac_try" in
2982     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2983     *) ac_try_echo=$ac_try;;
2984     esac
2985     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2986     (eval "$ac_compiler -v >&5") 2>&5
2987 pcg 1.11 ac_status=$?
2988     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2989     (exit $ac_status); }
2990 ayin 1.108 { (ac_try="$ac_compiler -V >&5"
2991     case "(($ac_try" in
2992     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2993     *) ac_try_echo=$ac_try;;
2994     esac
2995     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2996     (eval "$ac_compiler -V >&5") 2>&5
2997 pcg 1.11 ac_status=$?
2998     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2999     (exit $ac_status); }
3000    
3001 ayin 1.108 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3002     echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
3003 pcg 1.11 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3004     echo $ECHO_N "(cached) $ECHO_C" >&6
3005     else
3006     cat >conftest.$ac_ext <<_ACEOF
3007     /* confdefs.h. */
3008     _ACEOF
3009     cat confdefs.h >>conftest.$ac_ext
3010     cat >>conftest.$ac_ext <<_ACEOF
3011     /* end confdefs.h. */
3012    
3013     int
3014     main ()
3015     {
3016     #ifndef __GNUC__
3017     choke me
3018     #endif
3019    
3020     ;
3021     return 0;
3022     }
3023     _ACEOF
3024     rm -f conftest.$ac_objext
3025 ayin 1.108 if { (ac_try="$ac_compile"
3026     case "(($ac_try" in
3027     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3028     *) ac_try_echo=$ac_try;;
3029     esac
3030     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3031     (eval "$ac_compile") 2>conftest.er1
3032 pcg 1.11 ac_status=$?
3033     grep -v '^ *+' conftest.er1 >conftest.err
3034     rm -f conftest.er1
3035     cat conftest.err >&5
3036     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3037 ayin 1.108 (exit $ac_status); } && {
3038     test -z "$ac_cxx_werror_flag" ||
3039     test ! -s conftest.err
3040     } && test -s conftest.$ac_objext; then
3041 pcg 1.11 ac_compiler_gnu=yes
3042     else
3043     echo "$as_me: failed program was:" >&5
3044     sed 's/^/| /' conftest.$ac_ext >&5
3045    
3046 ayin 1.108 ac_compiler_gnu=no
3047 pcg 1.11 fi
3048 ayin 1.108
3049     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3050 pcg 1.11 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3051    
3052     fi
3053 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3054     echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3055 pcg 1.11 GXX=`test $ac_compiler_gnu = yes && echo yes`
3056     ac_test_CXXFLAGS=${CXXFLAGS+set}
3057     ac_save_CXXFLAGS=$CXXFLAGS
3058 ayin 1.108 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3059     echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
3060 pcg 1.11 if test "${ac_cv_prog_cxx_g+set}" = set; then
3061     echo $ECHO_N "(cached) $ECHO_C" >&6
3062     else
3063 ayin 1.108 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3064     ac_cxx_werror_flag=yes
3065     ac_cv_prog_cxx_g=no
3066     CXXFLAGS="-g"
3067     cat >conftest.$ac_ext <<_ACEOF
3068 pcg 1.11 /* confdefs.h. */
3069     _ACEOF
3070     cat confdefs.h >>conftest.$ac_ext
3071     cat >>conftest.$ac_ext <<_ACEOF
3072     /* end confdefs.h. */
3073    
3074     int
3075     main ()
3076     {
3077    
3078     ;
3079     return 0;
3080     }
3081     _ACEOF
3082     rm -f conftest.$ac_objext
3083 ayin 1.108 if { (ac_try="$ac_compile"
3084     case "(($ac_try" in
3085     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3086     *) ac_try_echo=$ac_try;;
3087     esac
3088     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3089     (eval "$ac_compile") 2>conftest.er1
3090 pcg 1.11 ac_status=$?
3091     grep -v '^ *+' conftest.er1 >conftest.err
3092     rm -f conftest.er1
3093     cat conftest.err >&5
3094     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3095 ayin 1.108 (exit $ac_status); } && {
3096     test -z "$ac_cxx_werror_flag" ||
3097     test ! -s conftest.err
3098     } && test -s conftest.$ac_objext; then
3099 pcg 1.11 ac_cv_prog_cxx_g=yes
3100     else
3101     echo "$as_me: failed program was:" >&5
3102     sed 's/^/| /' conftest.$ac_ext >&5
3103    
3104 ayin 1.108 CXXFLAGS=""
3105     cat >conftest.$ac_ext <<_ACEOF
3106 pcg 1.11 /* confdefs.h. */
3107     _ACEOF
3108     cat confdefs.h >>conftest.$ac_ext
3109     cat >>conftest.$ac_ext <<_ACEOF
3110     /* end confdefs.h. */
3111 ayin 1.108
3112 pcg 1.11 int
3113     main ()
3114     {
3115 ayin 1.108
3116 pcg 1.11 ;
3117     return 0;
3118     }
3119     _ACEOF
3120     rm -f conftest.$ac_objext
3121 ayin 1.108 if { (ac_try="$ac_compile"
3122     case "(($ac_try" in
3123     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3124     *) ac_try_echo=$ac_try;;
3125     esac
3126     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3127     (eval "$ac_compile") 2>conftest.er1
3128 pcg 1.11 ac_status=$?
3129     grep -v '^ *+' conftest.er1 >conftest.err
3130     rm -f conftest.er1
3131     cat conftest.err >&5
3132     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3133 ayin 1.108 (exit $ac_status); } && {
3134     test -z "$ac_cxx_werror_flag" ||
3135     test ! -s conftest.err
3136     } && test -s conftest.$ac_objext; then
3137 pcg 1.11 :
3138     else
3139     echo "$as_me: failed program was:" >&5
3140     sed 's/^/| /' conftest.$ac_ext >&5
3141    
3142 ayin 1.108 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3143     CXXFLAGS="-g"
3144     cat >conftest.$ac_ext <<_ACEOF
3145 pcg 1.11 /* confdefs.h. */
3146     _ACEOF
3147     cat confdefs.h >>conftest.$ac_ext
3148     cat >>conftest.$ac_ext <<_ACEOF
3149     /* end confdefs.h. */
3150 ayin 1.108
3151 pcg 1.11 int
3152     main ()
3153     {
3154 ayin 1.108
3155 pcg 1.11 ;
3156     return 0;
3157     }
3158     _ACEOF
3159     rm -f conftest.$ac_objext
3160 ayin 1.108 if { (ac_try="$ac_compile"
3161     case "(($ac_try" in
3162     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3163     *) ac_try_echo=$ac_try;;
3164     esac
3165     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3166     (eval "$ac_compile") 2>conftest.er1
3167 pcg 1.11 ac_status=$?
3168     grep -v '^ *+' conftest.er1 >conftest.err
3169     rm -f conftest.er1
3170     cat conftest.err >&5
3171     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3172 ayin 1.108 (exit $ac_status); } && {
3173     test -z "$ac_cxx_werror_flag" ||
3174     test ! -s conftest.err
3175     } && test -s conftest.$ac_objext; then
3176     ac_cv_prog_cxx_g=yes
3177 pcg 1.11 else
3178     echo "$as_me: failed program was:" >&5
3179     sed 's/^/| /' conftest.$ac_ext >&5
3180    
3181 ayin 1.108
3182 pcg 1.11 fi
3183 ayin 1.108
3184     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3185     fi
3186    
3187     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3188 pcg 1.11 fi
3189    
3190 ayin 1.108 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3191     ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3192     fi
3193     { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3194     echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3195     if test "$ac_test_CXXFLAGS" = set; then
3196     CXXFLAGS=$ac_save_CXXFLAGS
3197     elif test $ac_cv_prog_cxx_g = yes; then
3198     if test "$GXX" = yes; then
3199     CXXFLAGS="-g -O2"
3200     else
3201     CXXFLAGS="-g"
3202     fi
3203     else
3204     if test "$GXX" = yes; then
3205     CXXFLAGS="-O2"
3206     else
3207     CXXFLAGS=
3208     fi
3209     fi
3210 pcg 1.11 ac_ext=c
3211     ac_cpp='$CPP $CPPFLAGS'
3212     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3213     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3214     ac_compiler_gnu=$ac_cv_c_compiler_gnu
3215 pcg 1.1
3216 pcg 1.11 ac_ext=c
3217     ac_cpp='$CPP $CPPFLAGS'
3218     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3219     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3220     ac_compiler_gnu=$ac_cv_c_compiler_gnu
3221 ayin 1.108 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3222     echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
3223 pcg 1.1 # On Suns, sometimes $CPP names a directory.
3224     if test -n "$CPP" && test -d "$CPP"; then
3225     CPP=
3226     fi
3227     if test -z "$CPP"; then
3228 pcg 1.11 if test "${ac_cv_prog_CPP+set}" = set; then
3229     echo $ECHO_N "(cached) $ECHO_C" >&6
3230 pcg 1.1 else
3231 pcg 1.11 # Double quotes because CPP needs to be expanded
3232     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3233     do
3234     ac_preproc_ok=false
3235     for ac_c_preproc_warn_flag in '' yes
3236     do
3237     # Use a header file that comes with gcc, so configuring glibc
3238     # with a fresh cross-compiler works.
3239     # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3240     # <limits.h> exists even on freestanding compilers.
3241 pcg 1.1 # On the NeXT, cc -E runs the code through the compiler's parser,
3242 pcg 1.11 # not just through cpp. "Syntax error" is here to catch this case.
3243     cat >conftest.$ac_ext <<_ACEOF
3244     /* confdefs.h. */
3245     _ACEOF
3246     cat confdefs.h >>conftest.$ac_ext
3247     cat >>conftest.$ac_ext <<_ACEOF
3248     /* end confdefs.h. */
3249     #ifdef __STDC__
3250     # include <limits.h>
3251     #else
3252     # include <assert.h>
3253     #endif
3254     Syntax error
3255     _ACEOF
3256 ayin 1.108 if { (ac_try="$ac_cpp conftest.$ac_ext"
3257     case "(($ac_try" in
3258     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3259     *) ac_try_echo=$ac_try;;
3260     esac
3261     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3262     (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3263 pcg 1.11 ac_status=$?
3264     grep -v '^ *+' conftest.er1 >conftest.err
3265     rm -f conftest.er1
3266     cat conftest.err >&5
3267     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3268 ayin 1.108 (exit $ac_status); } >/dev/null && {
3269     test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3270     test ! -s conftest.err
3271     }; then
3272 pcg 1.1 :
3273     else
3274 pcg 1.11 echo "$as_me: failed program was:" >&5
3275     sed 's/^/| /' conftest.$ac_ext >&5
3276    
3277     # Broken: fails on valid input.
3278     continue
3279     fi
3280 ayin 1.108
3281 pcg 1.11 rm -f conftest.err conftest.$ac_ext
3282    
3283 ayin 1.108 # OK, works on sane cases. Now check whether nonexistent headers
3284 pcg 1.11 # can be detected and how.
3285     cat >conftest.$ac_ext <<_ACEOF
3286     /* confdefs.h. */
3287     _ACEOF
3288     cat confdefs.h >>conftest.$ac_ext
3289     cat >>conftest.$ac_ext <<_ACEOF
3290     /* end confdefs.h. */
3291     #include <ac_nonexistent.h>
3292     _ACEOF
3293 ayin 1.108 if { (ac_try="$ac_cpp conftest.$ac_ext"
3294     case "(($ac_try" in
3295     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3296     *) ac_try_echo=$ac_try;;
3297     esac
3298     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3299     (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3300 pcg 1.11 ac_status=$?
3301     grep -v '^ *+' conftest.er1 >conftest.err
3302     rm -f conftest.er1
3303     cat conftest.err >&5
3304     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3305 ayin 1.108 (exit $ac_status); } >/dev/null && {
3306     test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3307     test ! -s conftest.err
3308     }; then
3309 pcg 1.11 # Broken: success on invalid input.
3310     continue
3311     else
3312     echo "$as_me: failed program was:" >&5
3313     sed 's/^/| /' conftest.$ac_ext >&5
3314    
3315     # Passes both tests.
3316     ac_preproc_ok=:
3317     break
3318     fi
3319 ayin 1.108
3320 pcg 1.11 rm -f conftest.err conftest.$ac_ext
3321    
3322     done
3323     # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3324     rm -f conftest.err conftest.$ac_ext
3325     if $ac_preproc_ok; then
3326     break
3327     fi
3328    
3329     done
3330     ac_cv_prog_CPP=$CPP
3331    
3332     fi
3333     CPP=$ac_cv_prog_CPP
3334     else
3335     ac_cv_prog_CPP=$CPP
3336     fi
3337 ayin 1.108 { echo "$as_me:$LINENO: result: $CPP" >&5
3338     echo "${ECHO_T}$CPP" >&6; }
3339 pcg 1.11 ac_preproc_ok=false
3340     for ac_c_preproc_warn_flag in '' yes
3341     do
3342     # Use a header file that comes with gcc, so configuring glibc
3343     # with a fresh cross-compiler works.
3344     # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3345     # <limits.h> exists even on freestanding compilers.
3346     # On the NeXT, cc -E runs the code through the compiler's parser,
3347     # not just through cpp. "Syntax error" is here to catch this case.
3348     cat >conftest.$ac_ext <<_ACEOF
3349     /* confdefs.h. */
3350     _ACEOF
3351     cat confdefs.h >>conftest.$ac_ext
3352     cat >>conftest.$ac_ext <<_ACEOF
3353     /* end confdefs.h. */
3354     #ifdef __STDC__
3355     # include <limits.h>
3356     #else
3357     # include <assert.h>
3358     #endif
3359     Syntax error
3360     _ACEOF
3361 ayin 1.108 if { (ac_try="$ac_cpp conftest.$ac_ext"
3362     case "(($ac_try" in
3363     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3364     *) ac_try_echo=$ac_try;;
3365     esac
3366     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3367     (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3368 pcg 1.11 ac_status=$?
3369     grep -v '^ *+' conftest.er1 >conftest.err
3370     rm -f conftest.er1
3371     cat conftest.err >&5
3372     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3373 ayin 1.108 (exit $ac_status); } >/dev/null && {
3374     test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3375     test ! -s conftest.err
3376     }; then
3377 pcg 1.1 :
3378     else
3379 pcg 1.11 echo "$as_me: failed program was:" >&5
3380     sed 's/^/| /' conftest.$ac_ext >&5
3381    
3382     # Broken: fails on valid input.
3383     continue
3384 pcg 1.1 fi
3385 ayin 1.108
3386 pcg 1.11 rm -f conftest.err conftest.$ac_ext
3387    
3388 ayin 1.108 # OK, works on sane cases. Now check whether nonexistent headers
3389 pcg 1.11 # can be detected and how.
3390     cat >conftest.$ac_ext <<_ACEOF
3391     /* confdefs.h. */
3392     _ACEOF
3393     cat confdefs.h >>conftest.$ac_ext
3394     cat >>conftest.$ac_ext <<_ACEOF
3395     /* end confdefs.h. */
3396     #include <ac_nonexistent.h>
3397     _ACEOF
3398 ayin 1.108 if { (ac_try="$ac_cpp conftest.$ac_ext"
3399     case "(($ac_try" in
3400     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3401     *) ac_try_echo=$ac_try;;
3402     esac
3403     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3404     (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3405 pcg 1.11 ac_status=$?
3406     grep -v '^ *+' conftest.er1 >conftest.err
3407     rm -f conftest.er1
3408     cat conftest.err >&5
3409     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3410 ayin 1.108 (exit $ac_status); } >/dev/null && {
3411     test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3412     test ! -s conftest.err
3413     }; then
3414 pcg 1.11 # Broken: success on invalid input.
3415     continue
3416     else
3417     echo "$as_me: failed program was:" >&5
3418     sed 's/^/| /' conftest.$ac_ext >&5
3419    
3420     # Passes both tests.
3421     ac_preproc_ok=:
3422     break
3423 pcg 1.1 fi
3424 ayin 1.108
3425 pcg 1.11 rm -f conftest.err conftest.$ac_ext
3426    
3427     done
3428     # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3429     rm -f conftest.err conftest.$ac_ext
3430     if $ac_preproc_ok; then
3431     :
3432 pcg 1.1 else
3433 pcg 1.11 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
3434     See \`config.log' for more details." >&5
3435     echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3436     See \`config.log' for more details." >&2;}
3437     { (exit 1); exit 1; }; }
3438 pcg 1.1 fi
3439 pcg 1.11
3440     ac_ext=c
3441     ac_cpp='$CPP $CPPFLAGS'
3442     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3443     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3444     ac_compiler_gnu=$ac_cv_c_compiler_gnu
3445 pcg 1.1
3446     # Find a good install program. We prefer a C program (faster),
3447     # so one script is as good as another. But avoid the broken or
3448     # incompatible versions:
3449     # SysV /etc/install, /usr/sbin/install
3450     # SunOS /usr/etc/install
3451     # IRIX /sbin/install
3452     # AIX /bin/install
3453 pcg 1.11 # AmigaOS /C/install, which installs bootblocks on floppy discs
3454 pcg 1.1 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3455     # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3456     # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3457 pcg 1.11 # OS/2's system install, which has a completely different semantic
3458 pcg 1.1 # ./install, which can be erroneously created by make from ./install.sh.
3459 ayin 1.108 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
3460     echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
3461 pcg 1.1 if test -z "$INSTALL"; then
3462 pcg 1.11 if test "${ac_cv_path_install+set}" = set; then
3463     echo $ECHO_N "(cached) $ECHO_C" >&6
3464 pcg 1.1 else
3465 pcg 1.11 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3466     for as_dir in $PATH
3467     do
3468     IFS=$as_save_IFS
3469     test -z "$as_dir" && as_dir=.
3470     # Account for people who put trailing slashes in PATH elements.
3471     case $as_dir/ in
3472     ./ | .// | /cC/* | \
3473     /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3474     ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
3475     /usr/ucb/* ) ;;
3476     *)
3477     # OSF1 and SCO ODT 3.0 have their own names for install.
3478     # Don't use installbsd from OSF since it installs stuff as root
3479     # by default.
3480     for ac_prog in ginstall scoinst install; do
3481     for ac_exec_ext in '' $ac_executable_extensions; do
3482 ayin 1.108 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
3483 pcg 1.1 if test $ac_prog = install &&
3484 pcg 1.11 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3485 pcg 1.1 # AIX install. It has an incompatible calling convention.
3486     :
3487 pcg 1.11 elif test $ac_prog = install &&
3488     grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3489     # program-specific install script used by HP pwplus--don't use.
3490     :
3491 pcg 1.1 else
3492 pcg 1.11 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3493     break 3
3494 pcg 1.1 fi
3495     fi
3496     done
3497 pcg 1.11 done
3498     ;;
3499     esac
3500     done
3501 ayin 1.108 IFS=$as_save_IFS
3502 pcg 1.11
3503 pcg 1.1
3504     fi
3505     if test "${ac_cv_path_install+set}" = set; then
3506 pcg 1.11 INSTALL=$ac_cv_path_install
3507 pcg 1.1 else
3508 ayin 1.108 # As a last resort, use the slow shell script. Don't cache a
3509     # value for INSTALL within a source directory, because that will
3510 pcg 1.1 # break other packages using the cache if that directory is
3511 ayin 1.108 # removed, or if the value is a relative name.
3512 pcg 1.11 INSTALL=$ac_install_sh
3513 pcg 1.1 fi
3514     fi
3515 ayin 1.108 { echo "$as_me:$LINENO: result: $INSTALL" >&5
3516     echo "${ECHO_T}$INSTALL" >&6; }
3517 pcg 1.1
3518     # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3519     # It thinks the first close brace ends the variable substitution.
3520     test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3521    
3522 pcg 1.11 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3523 pcg 1.1
3524     test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3525    
3526    
3527 pcg 1.11
3528    
3529 ayin 1.108 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
3530     echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
3531     if test "${ac_cv_path_GREP+set}" = set; then
3532     echo $ECHO_N "(cached) $ECHO_C" >&6
3533     else
3534     # Extract the first word of "grep ggrep" to use in msg output
3535     if test -z "$GREP"; then
3536     set dummy grep ggrep; ac_prog_name=$2
3537     if test "${ac_cv_path_GREP+set}" = set; then
3538 ayin 1.102 echo $ECHO_N "(cached) $ECHO_C" >&6
3539     else
3540 ayin 1.108 ac_path_GREP_found=false
3541     # Loop through the user's path and test for each of PROGNAME-LIST
3542     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3543     for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3544     do
3545     IFS=$as_save_IFS
3546     test -z "$as_dir" && as_dir=.
3547     for ac_prog in grep ggrep; do
3548     for ac_exec_ext in '' $ac_executable_extensions; do
3549     ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
3550     { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
3551     # Check for GNU ac_path_GREP and select it if it is found.
3552     # Check for GNU $ac_path_GREP
3553     case `"$ac_path_GREP" --version 2>&1` in
3554     *GNU*)
3555     ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3556     *)
3557     ac_count=0
3558     echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
3559     while :
3560     do
3561     cat "conftest.in" "conftest.in" >"conftest.tmp"
3562     mv "conftest.tmp" "conftest.in"
3563     cp "conftest.in" "conftest.nl"
3564     echo 'GREP' >> "conftest.nl"
3565     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3566     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3567     ac_count=`expr $ac_count + 1`
3568     if test $ac_count -gt ${ac_path_GREP_max-0}; then
3569     # Best one so far, save it but keep looking for a better one
3570     ac_cv_path_GREP="$ac_path_GREP"
3571     ac_path_GREP_max=$ac_count
3572 root 1.105 fi
3573 ayin 1.108 # 10*(2^10) chars as input seems more than enough
3574     test $ac_count -gt 10 && break
3575     done
3576     rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3577     esac
3578    
3579    
3580     $ac_path_GREP_found && break 3
3581     done
3582     done
3583 root 1.105
3584 ayin 1.108 done
3585     IFS=$as_save_IFS
3586 root 1.105
3587    
3588 ayin 1.108 fi
3589 pcg 1.1
3590 ayin 1.108 GREP="$ac_cv_path_GREP"
3591     if test -z "$GREP"; then
3592     { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
3593     echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
3594     { (exit 1); exit 1; }; }
3595     fi
3596 root 1.105
3597 root 1.80 else
3598 ayin 1.108 ac_cv_path_GREP=$GREP
3599 root 1.105 fi
3600    
3601 root 1.80
3602 ayin 1.108 fi
3603     { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
3604     echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
3605     GREP="$ac_cv_path_GREP"
3606    
3607    
3608     { echo "$as_me:$LINENO: checking for egrep" >&5
3609     echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
3610     if test "${ac_cv_path_EGREP+set}" = set; then
3611     echo $ECHO_N "(cached) $ECHO_C" >&6
3612     else
3613     if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3614     then ac_cv_path_EGREP="$GREP -E"
3615     else
3616     # Extract the first word of "egrep" to use in msg output
3617     if test -z "$EGREP"; then
3618     set dummy egrep; ac_prog_name=$2
3619     if test "${ac_cv_path_EGREP+set}" = set; then
3620 root 1.105 echo $ECHO_N "(cached) $ECHO_C" >&6
3621     else
3622 ayin 1.108 ac_path_EGREP_found=false
3623     # Loop through the user's path and test for each of PROGNAME-LIST
3624     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3625     for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3626     do
3627     IFS=$as_save_IFS
3628     test -z "$as_dir" && as_dir=.
3629     for ac_prog in egrep; do
3630     for ac_exec_ext in '' $ac_executable_extensions; do
3631     ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
3632     { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
3633     # Check for GNU ac_path_EGREP and select it if it is found.
3634     # Check for GNU $ac_path_EGREP
3635     case `"$ac_path_EGREP" --version 2>&1` in
3636     *GNU*)
3637     ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3638     *)
3639     ac_count=0
3640     echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
3641     while :
3642     do
3643     cat "conftest.in" "conftest.in" >"conftest.tmp"
3644     mv "conftest.tmp" "conftest.in"
3645     cp "conftest.in" "conftest.nl"
3646     echo 'EGREP' >> "conftest.nl"
3647     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3648     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3649     ac_count=`expr $ac_count + 1`
3650     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3651     # Best one so far, save it but keep looking for a better one
3652     ac_cv_path_EGREP="$ac_path_EGREP"
3653     ac_path_EGREP_max=$ac_count
3654     fi
3655     # 10*(2^10) chars as input seems more than enough
3656     test $ac_count -gt 10 && break
3657     done
3658     rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3659     esac
3660    
3661    
3662     $ac_path_EGREP_found && break 3
3663     done
3664     done
3665    
3666     done
3667     IFS=$as_save_IFS
3668    
3669    
3670     fi
3671    
3672     EGREP="$ac_cv_path_EGREP"
3673     if test -z "$EGREP"; then
3674     { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
3675     echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
3676     { (exit 1); exit 1; }; }
3677     fi
3678    
3679     else
3680     ac_cv_path_EGREP=$EGREP
3681     fi
3682    
3683    
3684     fi
3685     fi
3686     { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
3687     echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
3688     EGREP="$ac_cv_path_EGREP"
3689    
3690    
3691    
3692     { echo "$as_me:$LINENO: checking for AIX" >&5
3693     echo $ECHO_N "checking for AIX... $ECHO_C" >&6; }
3694 root 1.105 cat >conftest.$ac_ext <<_ACEOF
3695 ayin 1.104 /* confdefs.h. */
3696     _ACEOF
3697     cat confdefs.h >>conftest.$ac_ext
3698     cat >>conftest.$ac_ext <<_ACEOF
3699     /* end confdefs.h. */
3700 ayin 1.108 #ifdef _AIX
3701     yes
3702     #endif
3703 ayin 1.104
3704     _ACEOF
3705 ayin 1.108 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3706     $EGREP "yes" >/dev/null 2>&1; then
3707     { echo "$as_me:$LINENO: result: yes" >&5
3708     echo "${ECHO_T}yes" >&6; }
3709     cat >>confdefs.h <<\_ACEOF
3710     #define _ALL_SOURCE 1
3711     _ACEOF
3712    
3713 ayin 1.104 else
3714 ayin 1.108 { echo "$as_me:$LINENO: result: no" >&5
3715     echo "${ECHO_T}no" >&6; }
3716     fi
3717     rm -f conftest*
3718    
3719 ayin 1.104
3720 ayin 1.108 { echo "$as_me:$LINENO: checking for library containing strerror" >&5
3721     echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6; }
3722     if test "${ac_cv_search_strerror+set}" = set; then
3723     echo $ECHO_N "(cached) $ECHO_C" >&6
3724     else
3725     ac_func_search_save_LIBS=$LIBS
3726     cat >conftest.$ac_ext <<_ACEOF
3727 ayin 1.106 /* confdefs.h. */
3728     _ACEOF
3729     cat confdefs.h >>conftest.$ac_ext
3730     cat >>conftest.$ac_ext <<_ACEOF
3731     /* end confdefs.h. */
3732    
3733 ayin 1.108 /* Override any GCC internal prototype to avoid an error.
3734     Use char because int might match the return type of a GCC
3735     builtin and then its argument prototype would still apply. */
3736 ayin 1.106 #ifdef __cplusplus
3737     extern "C"
3738     #endif
3739     char strerror ();
3740     int
3741     main ()
3742     {
3743 ayin 1.108 return strerror ();
3744 ayin 1.106 ;
3745     return 0;
3746     }
3747     _ACEOF
3748 ayin 1.108 for ac_lib in '' cposix; do
3749     if test -z "$ac_lib"; then
3750     ac_res="none required"
3751     else
3752     ac_res=-l$ac_lib
3753     LIBS="-l$ac_lib $ac_func_search_save_LIBS"
3754     fi
3755     rm -f conftest.$ac_objext conftest$ac_exeext
3756     if { (ac_try="$ac_link"
3757     case "(($ac_try" in
3758     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3759     *) ac_try_echo=$ac_try;;
3760     esac
3761     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3762     (eval "$ac_link") 2>conftest.er1
3763 ayin 1.106 ac_status=$?
3764     grep -v '^ *+' conftest.er1 >conftest.err
3765     rm -f conftest.er1
3766     cat conftest.err >&5
3767     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3768 ayin 1.108 (exit $ac_status); } && {
3769     test -z "$ac_c_werror_flag" ||
3770     test ! -s conftest.err
3771     } && test -s conftest$ac_exeext &&
3772     $as_test_x conftest$ac_exeext; then
3773     ac_cv_search_strerror=$ac_res
3774 ayin 1.106 else
3775     echo "$as_me: failed program was:" >&5
3776     sed 's/^/| /' conftest.$ac_ext >&5
3777    
3778 ayin 1.108
3779     fi
3780    
3781     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
3782     conftest$ac_exeext
3783     if test "${ac_cv_search_strerror+set}" = set; then
3784     break
3785 ayin 1.106 fi
3786 ayin 1.108 done
3787     if test "${ac_cv_search_strerror+set}" = set; then
3788     :
3789     else
3790     ac_cv_search_strerror=no
3791 ayin 1.106 fi
3792 ayin 1.108 rm conftest.$ac_ext
3793 ayin 1.106 LIBS=$ac_func_search_save_LIBS
3794     fi
3795 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
3796     echo "${ECHO_T}$ac_cv_search_strerror" >&6; }
3797     ac_res=$ac_cv_search_strerror
3798     if test "$ac_res" != no; then
3799     test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
3800 ayin 1.106
3801     fi
3802    
3803 ayin 1.108 ac_ext=cpp
3804 ayin 1.106 ac_cpp='$CXXCPP $CPPFLAGS'
3805     ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3806     ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3807     ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3808    
3809    
3810     if test x$GCC = xyes && test x$GXX = xyes; then
3811 ayin 1.108 { echo "$as_me:$LINENO: checking for working libsupc++" >&5
3812     echo $ECHO_N "checking for working libsupc++... $ECHO_C" >&6; }
3813 ayin 1.106 save_CXX="$CXX"
3814     save_LIBS="$LIBS"
3815     CXX="$CC"
3816     LIBS="$LIBS -lsupc++"
3817     LINKER="$CC"
3818    
3819     cat >conftest.$ac_ext <<_ACEOF
3820 root 1.80 /* confdefs.h. */
3821     _ACEOF
3822     cat confdefs.h >>conftest.$ac_ext
3823     cat >>conftest.$ac_ext <<_ACEOF
3824     /* end confdefs.h. */
3825 root 1.84 struct test { }; void f() try { throw new test; } catch (...) { throw; }
3826 root 1.80 int
3827     main ()
3828     {
3829 root 1.84
3830 root 1.80 ;
3831     return 0;
3832     }
3833     _ACEOF
3834     rm -f conftest.$ac_objext conftest$ac_exeext
3835 ayin 1.108 if { (ac_try="$ac_link"
3836     case "(($ac_try" in
3837     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3838     *) ac_try_echo=$ac_try;;
3839     esac
3840     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3841     (eval "$ac_link") 2>conftest.er1
3842 root 1.80 ac_status=$?
3843     grep -v '^ *+' conftest.er1 >conftest.err
3844     rm -f conftest.er1
3845     cat conftest.err >&5
3846     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3847 ayin 1.108 (exit $ac_status); } && {
3848     test -z "$ac_cxx_werror_flag" ||
3849     test ! -s conftest.err
3850     } && test -s conftest$ac_exeext &&
3851     $as_test_x conftest$ac_exeext; then
3852     { echo "$as_me:$LINENO: result: ok" >&5
3853     echo "${ECHO_T}ok" >&6; }
3854 root 1.80 else
3855     echo "$as_me: failed program was:" >&5
3856     sed 's/^/| /' conftest.$ac_ext >&5
3857    
3858 root 1.84
3859 ayin 1.108 { echo "$as_me:$LINENO: result: no, making everything bigger and slower" >&5
3860     echo "${ECHO_T}no, making everything bigger and slower" >&6; }
3861 root 1.84 LIBS="$save_LIBS"
3862 root 1.85 LINKER="$save_CXX"
3863 root 1.84
3864    
3865 root 1.80 fi
3866 ayin 1.108
3867     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
3868 root 1.80 conftest$ac_exeext conftest.$ac_ext
3869 root 1.85 CXX="$save_CXX"
3870 root 1.80 fi
3871     LINKER=$LINKER
3872    
3873    
3874     if test -z "$orig_CXXFLAGS"; then
3875     if test x$GCC = xyes && test "x$GXX" = xyes; then
3876 ayin 1.114 CXXFLAGS="-g -O3 -fno-threadsafe-statics -fno-enforce-eh-specs"
3877 root 1.84 cat >conftest.$ac_ext <<_ACEOF
3878 root 1.83 /* confdefs.h. */
3879     _ACEOF
3880     cat confdefs.h >>conftest.$ac_ext
3881     cat >>conftest.$ac_ext <<_ACEOF
3882     /* end confdefs.h. */
3883    
3884     int
3885     main ()
3886     {
3887    
3888     ;
3889     return 0;
3890     }
3891 root 1.80 _ACEOF
3892     rm -f conftest.$ac_objext
3893 ayin 1.108 if { (ac_try="$ac_compile"
3894     case "(($ac_try" in
3895     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3896     *) ac_try_echo=$ac_try;;
3897     esac
3898     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3899     (eval "$ac_compile") 2>conftest.er1
3900 root 1.80 ac_status=$?
3901     grep -v '^ *+' conftest.er1 >conftest.err
3902     rm -f conftest.er1
3903     cat conftest.err >&5
3904     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3905 ayin 1.108 (exit $ac_status); } && {
3906     test -z "$ac_cxx_werror_flag" ||
3907     test ! -s conftest.err
3908     } && test -s conftest.$ac_objext; then
3909 root 1.82 :
3910 root 1.80 else
3911     echo "$as_me: failed program was:" >&5
3912     sed 's/^/| /' conftest.$ac_ext >&5
3913    
3914 ayin 1.108 CXXFLAGS="-g -O3"
3915 root 1.80 fi
3916 ayin 1.108
3917     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3918 root 1.80 else
3919     CXXFLAGS="-O"
3920     fi
3921     CFLAGS="$CXXFLAGS"
3922     fi
3923    
3924    
3925     cat >>confdefs.h <<\_ACEOF
3926     #define _GNU_SOURCE 1
3927     _ACEOF
3928    
3929    
3930     case $host in
3931     *-*-solaris* )
3932    
3933     cat >>confdefs.h <<\_ACEOF
3934 root 1.105 #define _XOPEN_SOURCE 500
3935 root 1.80 _ACEOF
3936 pcg 1.11
3937 root 1.80 ;;
3938     esac
3939 pcg 1.1
3940    
3941 ayin 1.108 { echo "$as_me:$LINENO: checking for setlocale" >&5
3942     echo $ECHO_N "checking for setlocale... $ECHO_C" >&6; }
3943 root 1.57 if test "${ac_cv_func_setlocale+set}" = set; then
3944     echo $ECHO_N "(cached) $ECHO_C" >&6
3945     else
3946     cat >conftest.$ac_ext <<_ACEOF
3947     /* confdefs.h. */
3948     _ACEOF
3949     cat confdefs.h >>conftest.$ac_ext
3950     cat >>conftest.$ac_ext <<_ACEOF
3951     /* end confdefs.h. */
3952     /* Define setlocale to an innocuous variant, in case <limits.h> declares setlocale.
3953     For example, HP-UX 11i <limits.h> declares gettimeofday. */
3954     #define setlocale innocuous_setlocale
3955    
3956     /* System header to define __stub macros and hopefully few prototypes,
3957     which can conflict with char setlocale (); below.
3958     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3959     <limits.h> exists even on freestanding compilers. */
3960    
3961     #ifdef __STDC__
3962     # include <limits.h>
3963     #else
3964     # include <assert.h>
3965     #endif
3966    
3967     #undef setlocale
3968    
3969 ayin 1.108 /* Override any GCC internal prototype to avoid an error.
3970     Use char because int might match the return type of a GCC
3971     builtin and then its argument prototype would still apply. */
3972 root 1.57 #ifdef __cplusplus
3973     extern "C"
3974     #endif
3975     char setlocale ();
3976     /* The GNU C library defines this for functions which it implements
3977     to always fail with ENOSYS. Some functions are actually named
3978     something starting with __ and the normal name is an alias. */
3979 ayin 1.108 #if defined __stub_setlocale || defined __stub___setlocale
3980 root 1.57 choke me
3981     #endif
3982    
3983     int
3984     main ()
3985     {
3986 ayin 1.108 return setlocale ();
3987 root 1.57 ;
3988     return 0;
3989     }
3990     _ACEOF
3991     rm -f conftest.$ac_objext conftest$ac_exeext
3992 ayin 1.108 if { (ac_try="$ac_link"
3993     case "(($ac_try" in
3994     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3995     *) ac_try_echo=$ac_try;;
3996     esac
3997     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3998     (eval "$ac_link") 2>conftest.er1
3999 root 1.57 ac_status=$?
4000     grep -v '^ *+' conftest.er1 >conftest.err
4001     rm -f conftest.er1
4002     cat conftest.err >&5
4003     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4004 ayin 1.108 (exit $ac_status); } && {
4005     test -z "$ac_cxx_werror_flag" ||
4006     test ! -s conftest.err
4007     } && test -s conftest$ac_exeext &&
4008     $as_test_x conftest$ac_exeext; then
4009 root 1.57 ac_cv_func_setlocale=yes
4010     else
4011     echo "$as_me: failed program was:" >&5
4012     sed 's/^/| /' conftest.$ac_ext >&5
4013    
4014 ayin 1.108 ac_cv_func_setlocale=no
4015 root 1.57 fi
4016 ayin 1.108
4017     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4018 root 1.57 conftest$ac_exeext conftest.$ac_ext
4019     fi
4020 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_func_setlocale" >&5
4021     echo "${ECHO_T}$ac_cv_func_setlocale" >&6; }
4022 root 1.57 if test $ac_cv_func_setlocale = yes; then
4023     :
4024     else
4025 ayin 1.108 { echo "$as_me:$LINENO: checking for setlocale in -lxpg4" >&5
4026     echo $ECHO_N "checking for setlocale in -lxpg4... $ECHO_C" >&6; }
4027 pcg 1.25 if test "${ac_cv_lib_xpg4_setlocale+set}" = set; then
4028     echo $ECHO_N "(cached) $ECHO_C" >&6
4029     else
4030     ac_check_lib_save_LIBS=$LIBS
4031     LIBS="-lxpg4 $LIBS"
4032     cat >conftest.$ac_ext <<_ACEOF
4033     /* confdefs.h. */
4034     _ACEOF
4035     cat confdefs.h >>conftest.$ac_ext
4036     cat >>conftest.$ac_ext <<_ACEOF
4037     /* end confdefs.h. */
4038    
4039 ayin 1.108 /* Override any GCC internal prototype to avoid an error.
4040     Use char because int might match the return type of a GCC
4041     builtin and then its argument prototype would still apply. */
4042 pcg 1.25 #ifdef __cplusplus
4043     extern "C"
4044     #endif
4045     char setlocale ();
4046     int
4047     main ()
4048     {
4049 ayin 1.108 return setlocale ();
4050 pcg 1.25 ;
4051     return 0;
4052     }
4053     _ACEOF
4054     rm -f conftest.$ac_objext conftest$ac_exeext
4055 ayin 1.108 if { (ac_try="$ac_link"
4056     case "(($ac_try" in
4057     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4058     *) ac_try_echo=$ac_try;;
4059     esac
4060     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4061     (eval "$ac_link") 2>conftest.er1
4062 pcg 1.25 ac_status=$?
4063     grep -v '^ *+' conftest.er1 >conftest.err
4064     rm -f conftest.er1
4065     cat conftest.err >&5
4066     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4067 ayin 1.108 (exit $ac_status); } && {
4068     test -z "$ac_cxx_werror_flag" ||
4069     test ! -s conftest.err
4070     } && test -s conftest$ac_exeext &&
4071     $as_test_x conftest$ac_exeext; then
4072 pcg 1.25 ac_cv_lib_xpg4_setlocale=yes
4073     else
4074     echo "$as_me: failed program was:" >&5
4075     sed 's/^/| /' conftest.$ac_ext >&5
4076    
4077 ayin 1.108 ac_cv_lib_xpg4_setlocale=no
4078 pcg 1.25 fi
4079 ayin 1.108
4080     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4081 pcg 1.25 conftest$ac_exeext conftest.$ac_ext
4082     LIBS=$ac_check_lib_save_LIBS
4083     fi
4084 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_lib_xpg4_setlocale" >&5
4085     echo "${ECHO_T}$ac_cv_lib_xpg4_setlocale" >&6; }
4086 pcg 1.25 if test $ac_cv_lib_xpg4_setlocale = yes; then
4087     LIBS="$LIBS -lxpg4"
4088     fi
4089    
4090 root 1.57 fi
4091    
4092    
4093 ayin 1.108 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
4094     echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
4095 root 1.57 if test "${ac_cv_func_gethostbyname+set}" = set; then
4096     echo $ECHO_N "(cached) $ECHO_C" >&6
4097     else
4098     cat >conftest.$ac_ext <<_ACEOF
4099     /* confdefs.h. */
4100     _ACEOF
4101     cat confdefs.h >>conftest.$ac_ext
4102     cat >>conftest.$ac_ext <<_ACEOF
4103     /* end confdefs.h. */
4104     /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
4105     For example, HP-UX 11i <limits.h> declares gettimeofday. */
4106     #define gethostbyname innocuous_gethostbyname
4107    
4108     /* System header to define __stub macros and hopefully few prototypes,
4109     which can conflict with char gethostbyname (); below.
4110     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4111     <limits.h> exists even on freestanding compilers. */
4112    
4113     #ifdef __STDC__
4114     # include <limits.h>
4115     #else
4116     # include <assert.h>
4117     #endif
4118    
4119     #undef gethostbyname
4120    
4121 ayin 1.108 /* Override any GCC internal prototype to avoid an error.
4122     Use char because int might match the return type of a GCC
4123     builtin and then its argument prototype would still apply. */
4124 root 1.57 #ifdef __cplusplus
4125     extern "C"
4126     #endif
4127     char gethostbyname ();
4128     /* The GNU C library defines this for functions which it implements
4129     to always fail with ENOSYS. Some functions are actually named
4130     something starting with __ and the normal name is an alias. */
4131 ayin 1.108 #if defined __stub_gethostbyname || defined __stub___gethostbyname
4132 root 1.57 choke me
4133     #endif
4134    
4135     int
4136     main ()
4137     {
4138 ayin 1.108 return gethostbyname ();
4139 root 1.57 ;
4140     return 0;
4141     }
4142     _ACEOF
4143     rm -f conftest.$ac_objext conftest$ac_exeext
4144 ayin 1.108 if { (ac_try="$ac_link"
4145     case "(($ac_try" in
4146     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4147     *) ac_try_echo=$ac_try;;
4148     esac
4149     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4150     (eval "$ac_link") 2>conftest.er1
4151 root 1.57 ac_status=$?
4152     grep -v '^ *+' conftest.er1 >conftest.err
4153     rm -f conftest.er1
4154     cat conftest.err >&5
4155     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4156 ayin 1.108 (exit $ac_status); } && {
4157     test -z "$ac_cxx_werror_flag" ||
4158     test ! -s conftest.err
4159     } && test -s conftest$ac_exeext &&
4160     $as_test_x conftest$ac_exeext; then
4161 root 1.57 ac_cv_func_gethostbyname=yes
4162     else
4163     echo "$as_me: failed program was:" >&5
4164     sed 's/^/| /' conftest.$ac_ext >&5
4165 pcg 1.25
4166 ayin 1.108 ac_cv_func_gethostbyname=no
4167 root 1.57 fi
4168 ayin 1.108
4169     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4170 root 1.57 conftest$ac_exeext conftest.$ac_ext
4171     fi
4172 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4173     echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
4174 root 1.57 if test $ac_cv_func_gethostbyname = yes; then
4175     :
4176     else
4177 ayin 1.108 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4178     echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
4179 pcg 1.25 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4180     echo $ECHO_N "(cached) $ECHO_C" >&6
4181     else
4182     ac_check_lib_save_LIBS=$LIBS
4183     LIBS="-lnsl $LIBS"
4184     cat >conftest.$ac_ext <<_ACEOF
4185     /* confdefs.h. */
4186     _ACEOF
4187     cat confdefs.h >>conftest.$ac_ext
4188     cat >>conftest.$ac_ext <<_ACEOF
4189     /* end confdefs.h. */
4190    
4191 ayin 1.108 /* Override any GCC internal prototype to avoid an error.
4192     Use char because int might match the return type of a GCC
4193     builtin and then its argument prototype would still apply. */
4194 pcg 1.25 #ifdef __cplusplus
4195     extern "C"
4196     #endif
4197     char gethostbyname ();
4198     int
4199     main ()
4200     {
4201 ayin 1.108 return gethostbyname ();
4202 pcg 1.25 ;
4203     return 0;
4204     }
4205     _ACEOF
4206     rm -f conftest.$ac_objext conftest$ac_exeext
4207 ayin 1.108 if { (ac_try="$ac_link"
4208     case "(($ac_try" in
4209     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4210     *) ac_try_echo=$ac_try;;
4211     esac
4212     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4213     (eval "$ac_link") 2>conftest.er1
4214 pcg 1.25 ac_status=$?
4215     grep -v '^ *+' conftest.er1 >conftest.err
4216     rm -f conftest.er1
4217     cat conftest.err >&5
4218     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4219 ayin 1.108 (exit $ac_status); } && {
4220     test -z "$ac_cxx_werror_flag" ||
4221     test ! -s conftest.err
4222     } && test -s conftest$ac_exeext &&
4223     $as_test_x conftest$ac_exeext; then
4224 pcg 1.25 ac_cv_lib_nsl_gethostbyname=yes
4225     else
4226     echo "$as_me: failed program was:" >&5
4227     sed 's/^/| /' conftest.$ac_ext >&5
4228    
4229 ayin 1.108 ac_cv_lib_nsl_gethostbyname=no
4230 pcg 1.25 fi
4231 ayin 1.108
4232     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4233 pcg 1.25 conftest$ac_exeext conftest.$ac_ext
4234     LIBS=$ac_check_lib_save_LIBS
4235     fi
4236 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4237     echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
4238 pcg 1.25 if test $ac_cv_lib_nsl_gethostbyname = yes; then
4239     LIBS="$LIBS -lnsl"
4240     fi
4241    
4242 root 1.57 fi
4243    
4244 ayin 1.108 { echo "$as_me:$LINENO: checking for socket" >&5
4245     echo $ECHO_N "checking for socket... $ECHO_C" >&6; }
4246 root 1.57 if test "${ac_cv_func_socket+set}" = set; then
4247     echo $ECHO_N "(cached) $ECHO_C" >&6
4248     else
4249     cat >conftest.$ac_ext <<_ACEOF
4250     /* confdefs.h. */
4251     _ACEOF
4252     cat confdefs.h >>conftest.$ac_ext
4253     cat >>conftest.$ac_ext <<_ACEOF
4254     /* end confdefs.h. */
4255     /* Define socket to an innocuous variant, in case <limits.h> declares socket.
4256     For example, HP-UX 11i <limits.h> declares gettimeofday. */
4257     #define socket innocuous_socket
4258    
4259     /* System header to define __stub macros and hopefully few prototypes,
4260     which can conflict with char socket (); below.
4261     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4262     <limits.h> exists even on freestanding compilers. */
4263    
4264     #ifdef __STDC__
4265     # include <limits.h>
4266     #else
4267     # include <assert.h>
4268     #endif
4269    
4270     #undef socket
4271    
4272 ayin 1.108 /* Override any GCC internal prototype to avoid an error.
4273     Use char because int might match the return type of a GCC
4274     builtin and then its argument prototype would still apply. */
4275 root 1.57 #ifdef __cplusplus
4276     extern "C"
4277     #endif
4278     char socket ();
4279     /* The GNU C library defines this for functions which it implements
4280     to always fail with ENOSYS. Some functions are actually named
4281     something starting with __ and the normal name is an alias. */
4282 ayin 1.108 #if defined __stub_socket || defined __stub___socket
4283 root 1.57 choke me
4284     #endif
4285    
4286     int
4287     main ()
4288     {
4289 ayin 1.108 return socket ();
4290 root 1.57 ;
4291     return 0;
4292     }
4293     _ACEOF
4294     rm -f conftest.$ac_objext conftest$ac_exeext
4295 ayin 1.108 if { (ac_try="$ac_link"
4296     case "(($ac_try" in
4297     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4298     *) ac_try_echo=$ac_try;;
4299     esac
4300     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4301     (eval "$ac_link") 2>conftest.er1
4302 root 1.57 ac_status=$?
4303     grep -v '^ *+' conftest.er1 >conftest.err
4304     rm -f conftest.er1
4305     cat conftest.err >&5
4306     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4307 ayin 1.108 (exit $ac_status); } && {
4308     test -z "$ac_cxx_werror_flag" ||
4309     test ! -s conftest.err
4310     } && test -s conftest$ac_exeext &&
4311     $as_test_x conftest$ac_exeext; then
4312 root 1.57 ac_cv_func_socket=yes
4313     else
4314     echo "$as_me: failed program was:" >&5
4315     sed 's/^/| /' conftest.$ac_ext >&5
4316    
4317 ayin 1.108 ac_cv_func_socket=no
4318 root 1.57 fi
4319 ayin 1.108
4320     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4321 root 1.57 conftest$ac_exeext conftest.$ac_ext
4322     fi
4323 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
4324     echo "${ECHO_T}$ac_cv_func_socket" >&6; }
4325 root 1.57 if test $ac_cv_func_socket = yes; then
4326     :
4327     else
4328 ayin 1.108 { echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
4329     echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6; }
4330 pcg 1.25 if test "${ac_cv_lib_socket_socket+set}" = set; then
4331     echo $ECHO_N "(cached) $ECHO_C" >&6
4332     else
4333     ac_check_lib_save_LIBS=$LIBS
4334     LIBS="-lsocket $LIBS"
4335     cat >conftest.$ac_ext <<_ACEOF
4336     /* confdefs.h. */
4337     _ACEOF
4338     cat confdefs.h >>conftest.$ac_ext
4339     cat >>conftest.$ac_ext <<_ACEOF
4340     /* end confdefs.h. */
4341    
4342 ayin 1.108 /* Override any GCC internal prototype to avoid an error.
4343     Use char because int might match the return type of a GCC
4344     builtin and then its argument prototype would still apply. */
4345 pcg 1.25 #ifdef __cplusplus
4346     extern "C"
4347     #endif
4348     char socket ();
4349     int
4350     main ()
4351     {
4352 ayin 1.108 return socket ();
4353 pcg 1.25 ;
4354     return 0;
4355     }
4356     _ACEOF
4357     rm -f conftest.$ac_objext conftest$ac_exeext
4358 ayin 1.108 if { (ac_try="$ac_link"
4359     case "(($ac_try" in
4360     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4361     *) ac_try_echo=$ac_try;;
4362     esac
4363     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4364     (eval "$ac_link") 2>conftest.er1
4365 pcg 1.25 ac_status=$?
4366     grep -v '^ *+' conftest.er1 >conftest.err
4367     rm -f conftest.er1
4368     cat conftest.err >&5
4369     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4370 ayin 1.108 (exit $ac_status); } && {
4371     test -z "$ac_cxx_werror_flag" ||
4372     test ! -s conftest.err
4373     } && test -s conftest$ac_exeext &&
4374     $as_test_x conftest$ac_exeext; then
4375 pcg 1.25 ac_cv_lib_socket_socket=yes
4376     else
4377     echo "$as_me: failed program was:" >&5
4378     sed 's/^/| /' conftest.$ac_ext >&5
4379    
4380 ayin 1.108 ac_cv_lib_socket_socket=no
4381 root 1.51 fi
4382 ayin 1.108
4383     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4384 root 1.51 conftest$ac_exeext conftest.$ac_ext
4385     LIBS=$ac_check_lib_save_LIBS
4386     fi
4387 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
4388     echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6; }
4389 root 1.51 if test $ac_cv_lib_socket_socket = yes; then
4390     LIBS="$LIBS -lsocket"
4391 pcg 1.1 fi
4392    
4393 root 1.57 fi
4394    
4395 pcg 1.1
4396    
4397 root 1.54 support_frills=yes
4398 root 1.62 support_inheritpixmap=yes
4399 root 1.54 support_fading=yes
4400     support_keepscrolling=yes
4401     support_selectionscrolling=yes
4402     support_mousewheel=yes
4403     support_mouseslipwheel=yes
4404     support_text_blink=yes
4405     support_pointer_blank=yes
4406     support_scroll_rxvt=yes
4407     support_scroll_next=yes
4408     support_scroll_xterm=yes
4409     support_scroll_plain=yes
4410     support_xim=yes
4411 root 1.103 support_afterimage=yes
4412     support_afterstep=yes
4413 root 1.54 support_xft=yes
4414 pcg 1.1 support_unicode3=no
4415 root 1.54 support_combining=yes
4416 root 1.26 support_8bitctrls=no
4417 root 1.54 support_iso14755=yes
4418     support_styles=yes
4419 root 1.62 support_perl=yes
4420 root 1.54 codesets=all
4421 pcg 1.1
4422    
4423     if test "x$enable_shared" = xyes; then
4424 pcg 1.11
4425     cat >>confdefs.h <<\_ACEOF
4426 pcg 1.1 #define LIBRXVT 1
4427 pcg 1.11 _ACEOF
4428 pcg 1.1
4429     INSTALL_LIBRXVT=yes
4430     fi
4431    
4432    
4433 ayin 1.108 # Check whether --enable-everything was given.
4434 pcg 1.1 if test "${enable_everything+set}" = set; then
4435 ayin 1.108 enableval=$enable_everything;
4436 root 1.54 if test x$enableval = xno; then
4437     support_frills=no
4438     support_inheritpixmap=no
4439     support_fading=no
4440     support_keepscrolling=no
4441     support_selectionscrolling=no
4442     support_lastlog=no
4443     support_mousewheel=no
4444     support_mouseslipwheel=no
4445     support_text_blink=no
4446     support_pointer_blank=no
4447     support_scroll_rxvt=no
4448     support_scroll_next=no
4449     support_scroll_xterm=no
4450     support_scroll_plain=no
4451     support_utmp=no
4452     support_wtmp=no
4453     support_xim=no
4454 root 1.103 support_afterimage=no
4455     support_afterstep=no
4456 root 1.54 support_xft=no
4457     support_unicode3=no
4458     support_combining=no
4459     support_8bitctrls=no
4460     support_iso14755=no
4461     support_styles=no
4462 root 1.60 support_perl=no
4463 root 1.54 codesets=
4464     fi
4465     if test x$enableval = xyes; then
4466     support_frills=yes
4467     support_inheritpixmap=yes
4468     support_fading=yes
4469     support_keepscrolling=yes
4470     support_selectionscrolling=yes
4471     support_lastlog=yes
4472     support_mousewheel=yes
4473     support_mouseslipwheel=yes
4474     support_text_blink=yes
4475     support_pointer_blank=yes
4476     support_scroll_rxvt=yes
4477     support_scroll_next=yes
4478     support_scroll_xterm=yes
4479     support_scroll_plain=yes
4480     support_utmp=yes
4481     support_wtmp=yes
4482     support_xim=yes
4483 root 1.103 support_afterimage=yes
4484     support_afterstep=yes
4485 root 1.54 support_xft=yes
4486     support_unicode3=yes
4487     support_combining=yes
4488     #support_8bitctrls=yes
4489     support_iso14755=yes
4490     support_styles=yes
4491 root 1.60 support_perl=yes
4492 root 1.54 codesets=all
4493     fi
4494    
4495 ayin 1.108 fi
4496    
4497 pcg 1.4
4498 ayin 1.114 WARNINGS=no
4499     # Check whether --enable-warnings was given.
4500     if test "${enable_warnings+set}" = set; then
4501     enableval=$enable_warnings; if test x$enableval = xyes; then
4502     WARNINGS=yes
4503     fi
4504     fi
4505    
4506     if test x$GXX = xyes; then
4507     if test $WARNINGS = yes; then
4508     save_CXXFLAGS="$CXXFLAGS"
4509     CXXFLAGS="$CXXFLAGS -Wall -Wno-sign-compare -Wno-reorder -Wno-non-virtual-dtor"
4510     cat >conftest.$ac_ext <<_ACEOF
4511     /* confdefs.h. */
4512     _ACEOF
4513     cat confdefs.h >>conftest.$ac_ext
4514     cat >>conftest.$ac_ext <<_ACEOF
4515     /* end confdefs.h. */
4516    
4517     int
4518     main ()
4519     {
4520    
4521     ;
4522     return 0;
4523     }
4524     _ACEOF
4525     rm -f conftest.$ac_objext
4526     if { (ac_try="$ac_compile"
4527     case "(($ac_try" in
4528     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4529     *) ac_try_echo=$ac_try;;
4530     esac
4531     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4532     (eval "$ac_compile") 2>conftest.er1
4533     ac_status=$?
4534     grep -v '^ *+' conftest.er1 >conftest.err
4535     rm -f conftest.er1
4536     cat conftest.err >&5
4537     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4538     (exit $ac_status); } && {
4539     test -z "$ac_cxx_werror_flag" ||
4540     test ! -s conftest.err
4541     } && test -s conftest.$ac_objext; then
4542     :
4543     else
4544     echo "$as_me: failed program was:" >&5
4545     sed 's/^/| /' conftest.$ac_ext >&5
4546    
4547     CXXFLAGS="$save_CXXFLAGS"
4548     fi
4549    
4550     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4551     else
4552     CXXFLAGS="$CXXFLAGS -w"
4553     fi
4554     fi
4555    
4556 ayin 1.108 # Check whether --enable-unicode3 was given.
4557 pcg 1.1 if test "${enable_unicode3+set}" = set; then
4558 ayin 1.108 enableval=$enable_unicode3; if test x$enableval = xyes -o x$enableval = xno; then
4559 root 1.39 support_unicode3=$enableval
4560 pcg 1.1 fi
4561 ayin 1.108 fi
4562 root 1.105
4563 ayin 1.108
4564     # Check whether --enable-combining was given.
4565 pcg 1.18 if test "${enable_combining+set}" = set; then
4566 ayin 1.108 enableval=$enable_combining; if test x$enableval = xyes -o x$enableval = xno; then
4567 root 1.39 support_combining=$enableval
4568 pcg 1.18 fi
4569 ayin 1.108 fi
4570 root 1.105
4571 ayin 1.108
4572     # Check whether --enable-xft was given.
4573 pcg 1.1 if test "${enable_xft+set}" = set; then
4574 ayin 1.108 enableval=$enable_xft; if test x$enableval = xyes -o x$enableval = xno; then
4575 root 1.39 support_xft=$enableval
4576     fi
4577 ayin 1.108 fi
4578 root 1.105
4579 ayin 1.108
4580     # Check whether --enable-font-styles was given.
4581 root 1.39 if test "${enable_font_styles+set}" = set; then
4582 ayin 1.108 enableval=$enable_font_styles; if test x$enableval = xyes -o x$enableval = xno; then
4583 root 1.39 support_styles=$enableval
4584 pcg 1.1 fi
4585 ayin 1.108 fi
4586 root 1.105
4587 ayin 1.108
4588     # Check whether --enable-afterimage was given.
4589 root 1.103 if test "${enable_afterimage+set}" = set; then
4590 ayin 1.108 enableval=$enable_afterimage; if test x$enableval = xyes -o x$enableval = xno; then
4591 root 1.103 support_afterimage=$enableval
4592     fi
4593 ayin 1.108 fi
4594 root 1.103
4595 root 1.105
4596 ayin 1.108
4597     # Check whether --with-afterimage_config was given.
4598 root 1.103 if test "${with_afterimage_config+set}" = set; then
4599 ayin 1.108 withval=$with_afterimage_config; if test "x$withval" != x; then
4600 ayin 1.104 afterimage_config=$withval/afterimage-config
4601     fi
4602 ayin 1.108 fi
4603 root 1.105
4604 ayin 1.108
4605    
4606     # Check whether --enable-transparency was given.
4607 pcg 1.1 if test "${enable_transparency+set}" = set; then
4608 ayin 1.108 enableval=$enable_transparency; if test x$enableval = xyes -o x$enableval = xno; then
4609 pcg 1.1 support_inheritpixmap=$enableval
4610     fi
4611 ayin 1.108 fi
4612 root 1.105
4613 ayin 1.108
4614     # Check whether --enable-fading was given.
4615 root 1.31 if test "${enable_fading+set}" = set; then
4616 ayin 1.108 enableval=$enable_fading; if test x$enableval = xyes -o x$enableval = xno; then
4617 root 1.31 support_fading=$enableval
4618     fi
4619 ayin 1.108 fi
4620 root 1.105
4621 ayin 1.108
4622     # Check whether --enable-rxvt-scroll was given.
4623 pcg 1.1 if test "${enable_rxvt_scroll+set}" = set; then
4624 ayin 1.108 enableval=$enable_rxvt_scroll; if test x$enableval = xyes -o x$enableval = xno; then
4625 pcg 1.1 support_scroll_rxvt=$enableval
4626     fi
4627 ayin 1.108 fi
4628 root 1.105
4629 ayin 1.108
4630     # Check whether --enable-next-scroll was given.
4631 pcg 1.1 if test "${enable_next_scroll+set}" = set; then
4632 ayin 1.108 enableval=$enable_next_scroll; if test x$enableval = xyes -o x$enableval = xno; then
4633 pcg 1.1 support_scroll_next=$enableval
4634     fi
4635 ayin 1.108 fi
4636 root 1.105
4637 ayin 1.108
4638     # Check whether --enable-xterm-scroll was given.
4639 pcg 1.1 if test "${enable_xterm_scroll+set}" = set; then
4640 ayin 1.108 enableval=$enable_xterm_scroll; if test x$enableval = xyes -o x$enableval = xno; then
4641 pcg 1.1 support_scroll_xterm=$enableval
4642     fi
4643 ayin 1.108 fi
4644 root 1.105
4645 ayin 1.108
4646     # Check whether --enable-perl was given.
4647 root 1.60 if test "${enable_perl+set}" = set; then
4648 ayin 1.108 enableval=$enable_perl; if test x$enableval = xyes -o x$enableval = xno; then
4649 root 1.60 support_perl=$enableval
4650     fi
4651 ayin 1.108 fi
4652 root 1.105
4653 ayin 1.108
4654     # Check whether --enable-plain-scroll was given.
4655 pcg 1.11 if test "${enable_plain_scroll+set}" = set; then
4656 ayin 1.108 enableval=$enable_plain_scroll; if test x$enableval = xyes -o x$enableval = xno; then
4657 pcg 1.11 support_scroll_plain=$enableval
4658     fi
4659 ayin 1.108 fi
4660 pcg 1.1
4661 root 1.105
4662 ayin 1.108
4663     # Check whether --with-codesets was given.
4664 pcg 1.15 if test "${with_codesets+set}" = set; then
4665 ayin 1.108 withval=$with_codesets; codesets="$withval"
4666     fi
4667 root 1.105
4668 ayin 1.108
4669     # Check whether --enable-xim was given.
4670 pcg 1.1 if test "${enable_xim+set}" = set; then
4671 ayin 1.108 enableval=$enable_xim; if test x$enableval = xyes -o x$enableval = xno; then
4672 pcg 1.1 support_xim=$enableval
4673     fi
4674 ayin 1.108 fi
4675 root 1.105
4676 ayin 1.108
4677     # Check whether --enable-backspace-key was given.
4678 pcg 1.1 if test "${enable_backspace_key+set}" = set; then
4679 ayin 1.108 enableval=$enable_backspace_key; if test x$enableval = xno; then
4680 pcg 1.11
4681     cat >>confdefs.h <<\_ACEOF
4682 pcg 1.1 #define NO_BACKSPACE_KEY 1
4683 pcg 1.11 _ACEOF
4684 pcg 1.1
4685     fi
4686 ayin 1.108 fi
4687 root 1.105
4688 ayin 1.108
4689     # Check whether --enable-delete-key was given.
4690 pcg 1.1 if test "${enable_delete_key+set}" = set; then
4691 ayin 1.108 enableval=$enable_delete_key; if test x$enableval = xno; then
4692 pcg 1.11
4693     cat >>confdefs.h <<\_ACEOF
4694 pcg 1.1 #define NO_DELETE_KEY 1
4695 pcg 1.11 _ACEOF
4696 pcg 1.1
4697     fi
4698 ayin 1.108 fi
4699 root 1.105
4700 ayin 1.108
4701     # Check whether --enable-resources was given.
4702 pcg 1.1 if test "${enable_resources+set}" = set; then
4703 ayin 1.108 enableval=$enable_resources; if test x$enableval = xno; then
4704 pcg 1.11
4705     cat >>confdefs.h <<\_ACEOF
4706 pcg 1.1 #define NO_RESOURCES 1
4707 pcg 1.11 _ACEOF
4708 pcg 1.1
4709     fi
4710 ayin 1.108 fi
4711 root 1.105
4712 ayin 1.108
4713     # Check whether --enable-8bitctrls was given.
4714 root 1.26 if test "${enable_8bitctrls+set}" = set; then
4715 ayin 1.108 enableval=$enable_8bitctrls; if test x$enableval = xyes -o x$enableval = xno; then
4716 root 1.39 support_8bitctrls=$enableval
4717 root 1.26 fi
4718 ayin 1.108 fi
4719    
4720 root 1.26
4721 pcg 1.15 RESFALLBACK=Rxvt
4722 ayin 1.108 # Check whether --enable-fallback was given.
4723 pcg 1.15 if test "${enable_fallback+set}" = set; then
4724 ayin 1.108 enableval=$enable_fallback;
4725 pcg 1.15 test x$enableval = xyes && enableval=Rxvt
4726     test x$enableval = xno && enableval=
4727     RESFALLBACK="$enableval"
4728    
4729 ayin 1.108 fi
4730    
4731 pcg 1.15
4732     if test x$RESFALLBACK != x; then
4733    
4734     cat >>confdefs.h <<_ACEOF
4735     #define RESFALLBACK "$RESFALLBACK"
4736     _ACEOF
4737    
4738     fi
4739    
4740     RESNAME=urxvt
4741    
4742 ayin 1.108 # Check whether --with-res-name was given.
4743 pcg 1.15 if test "${with_res_name+set}" = set; then
4744 ayin 1.108 withval=$with_res_name; RESNAME="$withval"
4745     fi
4746    
4747 pcg 1.15
4748     cat >>confdefs.h <<_ACEOF
4749     #define RESNAME "$RESNAME"
4750     _ACEOF
4751    
4752    
4753     RESCLASS=URxvt
4754    
4755 ayin 1.108 # Check whether --with-res-class was given.
4756 pcg 1.15 if test "${with_res_class+set}" = set; then
4757 ayin 1.108 withval=$with_res_class; RESCLASS="$withval"
4758     fi
4759    
4760 pcg 1.15
4761     cat >>confdefs.h <<_ACEOF
4762     #define RESCLASS "$RESCLASS"
4763     _ACEOF
4764    
4765    
4766     RXVTNAME=urxvt
4767    
4768 ayin 1.108 # Check whether --with-name was given.
4769 pcg 1.15 if test "${with_name+set}" = set; then
4770 ayin 1.108 withval=$with_name; RXVTNAME="$withval"
4771     fi
4772    
4773 pcg 1.15
4774 root 1.39 cat >>confdefs.h <<_ACEOF
4775     #define RXVTNAME "$RXVTNAME"
4776     _ACEOF
4777    
4778    
4779 pcg 1.15 RXVTNAME=`echo "$RXVTNAME"|sed "$program_transform_name"`
4780    
4781    
4782 ayin 1.108 # Check whether --enable-swapscreen was given.
4783 pcg 1.1 if test "${enable_swapscreen+set}" = set; then
4784 ayin 1.108 enableval=$enable_swapscreen; if test x$enableval = xno; then
4785 pcg 1.11
4786     cat >>confdefs.h <<\_ACEOF
4787 pcg 1.1 #define NO_SECONDARY_SCREEN 1
4788 pcg 1.11 _ACEOF
4789 pcg 1.1
4790     fi
4791 ayin 1.108 fi
4792    
4793 root 1.105
4794 ayin 1.108 # Check whether --enable-iso14755 was given.
4795 root 1.34 if test "${enable_iso14755+set}" = set; then
4796 ayin 1.108 enableval=$enable_iso14755; if test x$enableval = xyes -o x$enableval = xno; then
4797 root 1.34 support_iso14755=$enableval
4798     fi
4799 ayin 1.108 fi
4800    
4801 root 1.105
4802 ayin 1.108 # Check whether --enable-frills was given.
4803 pcg 1.1 if test "${enable_frills+set}" = set; then
4804 ayin 1.108 enableval=$enable_frills; if test x$enableval = xyes -o x$enableval = xno; then
4805 pcg 1.1 support_frills=$enableval
4806     fi
4807 ayin 1.108 fi
4808    
4809 root 1.105
4810 ayin 1.108 # Check whether --enable-keepscrolling was given.
4811 pcg 1.1 if test "${enable_keepscrolling+set}" = set; then
4812 ayin 1.108 enableval=$enable_keepscrolling; if test x$enableval = xyes -o x$enableval = xno; then
4813 pcg 1.1 support_keepscrolling=$enableval
4814     fi
4815 ayin 1.108 fi
4816    
4817 root 1.105
4818 ayin 1.108 # Check whether --enable-selectionscrolling was given.
4819 pcg 1.1 if test "${enable_selectionscrolling+set}" = set; then
4820 ayin 1.108 enableval=$enable_selectionscrolling; if test x$enableval = xyes -o x$enableval = xno; then
4821 pcg 1.1 support_selectionscrolling=$enableval
4822     fi
4823 ayin 1.108 fi
4824    
4825 root 1.105
4826 ayin 1.108 # Check whether --enable-mousewheel was given.
4827 pcg 1.1 if test "${enable_mousewheel+set}" = set; then
4828 ayin 1.108 enableval=$enable_mousewheel; if test x$enableval = xyes -o x$enableval = xno; then
4829 pcg 1.1 support_mousewheel=$enableval
4830     fi
4831 ayin 1.108 fi
4832    
4833 root 1.105
4834 ayin 1.108 # Check whether --enable-slipwheeling was given.
4835 pcg 1.1 if test "${enable_slipwheeling+set}" = set; then
4836 ayin 1.108 enableval=$enable_slipwheeling; if test x$enableval = xyes -o x$enableval = xno; then
4837 pcg 1.1 support_mouseslipwheel=$enableval
4838     fi
4839 ayin 1.108 fi
4840    
4841 root 1.105
4842 ayin 1.108 # Check whether --enable-smart-resize was given.
4843 pcg 1.1 if test "${enable_smart_resize+set}" = set; then
4844 ayin 1.108 enableval=$enable_smart_resize; if test x$enableval = xyes; then
4845 pcg 1.11
4846     cat >>confdefs.h <<\_ACEOF
4847 pcg 1.1 #define SMART_RESIZE 1
4848 pcg 1.11 _ACEOF
4849 pcg 1.1
4850     fi
4851 ayin 1.108 fi
4852    
4853 root 1.105
4854 ayin 1.108 # Check whether --enable-text-blink was given.
4855 pcg 1.11 if test "${enable_text_blink+set}" = set; then
4856 ayin 1.108 enableval=$enable_text_blink; if test x$enableval = xyes -o x$enableval = xno; then
4857 pcg 1.11 support_text_blink=$enableval
4858     fi
4859 ayin 1.108 fi
4860    
4861 root 1.105
4862 ayin 1.108 # Check whether --enable-pointer-blank was given.
4863 pcg 1.1 if test "${enable_pointer_blank+set}" = set; then
4864 ayin 1.108 enableval=$enable_pointer_blank; if test x$enableval = xyes -o x$enableval = xno; then
4865 pcg 1.1 support_pointer_blank=$enableval
4866     fi
4867 ayin 1.108 fi
4868    
4869 root 1.105
4870 pcg 1.1
4871 ayin 1.108 # Check whether --with-term was given.
4872 pcg 1.1 if test "${with_term+set}" = set; then
4873 ayin 1.108 withval=$with_term; if test x$withval != x; then
4874 pcg 1.11
4875     cat >>confdefs.h <<_ACEOF
4876 pcg 1.1 #define TERMENV "$withval"
4877 pcg 1.11 _ACEOF
4878 pcg 1.1 term="$withval"
4879     fi
4880 ayin 1.108 fi
4881    
4882 root 1.105
4883 pcg 1.1
4884 ayin 1.108 # Check whether --with-terminfo was given.
4885 pcg 1.1 if test "${with_terminfo+set}" = set; then
4886 ayin 1.108 withval=$with_terminfo; if test x$withval != x; then
4887 pcg 1.11
4888     cat >>confdefs.h <<_ACEOF
4889 pcg 1.1 #define RXVT_TERMINFO "$withval"
4890 pcg 1.11 _ACEOF
4891 pcg 1.1 terminfo="$withval"
4892     fi
4893 ayin 1.108 fi
4894    
4895 ayin 1.102
4896 pcg 1.1
4897 ayin 1.108
4898     ac_ext=cpp
4899 ayin 1.104 ac_cpp='$CXXCPP $CPPFLAGS'
4900     ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4901     ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4902     ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4903 ayin 1.108 { echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
4904     echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6; }
4905 ayin 1.104 if test -z "$CXXCPP"; then
4906     if test "${ac_cv_prog_CXXCPP+set}" = set; then
4907 pcg 1.11 echo $ECHO_N "(cached) $ECHO_C" >&6
4908 pcg 1.1 else
4909 ayin 1.104 # Double quotes because CXXCPP needs to be expanded
4910     for CXXCPP in "$CXX -E" "/lib/cpp"
4911     do
4912     ac_preproc_ok=false
4913     for ac_cxx_preproc_warn_flag in '' yes
4914 pcg 1.11 do
4915 ayin 1.104 # Use a header file that comes with gcc, so configuring glibc
4916     # with a fresh cross-compiler works.
4917     # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4918     # <limits.h> exists even on freestanding compilers.
4919     # On the NeXT, cc -E runs the code through the compiler's parser,
4920 root 1.80 # not just through cpp. "Syntax error" is here to catch this case.
4921     cat >conftest.$ac_ext <<_ACEOF
4922     /* confdefs.h. */
4923     _ACEOF
4924     cat confdefs.h >>conftest.$ac_ext
4925     cat >>conftest.$ac_ext <<_ACEOF
4926     /* end confdefs.h. */
4927     #ifdef __STDC__
4928     # include <limits.h>
4929     #else
4930     # include <assert.h>
4931     #endif
4932     Syntax error
4933     _ACEOF
4934 ayin 1.108 if { (ac_try="$ac_cpp conftest.$ac_ext"
4935     case "(($ac_try" in
4936     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4937     *) ac_try_echo=$ac_try;;
4938     esac
4939     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4940     (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4941 root 1.80 ac_status=$?
4942     grep -v '^ *+' conftest.er1 >conftest.err
4943     rm -f conftest.er1
4944     cat conftest.err >&5
4945     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4946 ayin 1.108 (exit $ac_status); } >/dev/null && {
4947     test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
4948     test ! -s conftest.err
4949     }; then
4950 root 1.80 :
4951     else
4952     echo "$as_me: failed program was:" >&5
4953     sed 's/^/| /' conftest.$ac_ext >&5
4954    
4955     # Broken: fails on valid input.
4956     continue
4957     fi
4958 ayin 1.108
4959 root 1.80 rm -f conftest.err conftest.$ac_ext
4960    
4961 ayin 1.108 # OK, works on sane cases. Now check whether nonexistent headers
4962 root 1.80 # can be detected and how.
4963     cat >conftest.$ac_ext <<_ACEOF
4964     /* confdefs.h. */
4965     _ACEOF
4966     cat confdefs.h >>conftest.$ac_ext
4967     cat >>conftest.$ac_ext <<_ACEOF
4968     /* end confdefs.h. */
4969     #include <ac_nonexistent.h>
4970     _ACEOF
4971 ayin 1.108 if { (ac_try="$ac_cpp conftest.$ac_ext"
4972     case "(($ac_try" in
4973     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4974     *) ac_try_echo=$ac_try;;
4975     esac
4976     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4977     (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4978 root 1.80 ac_status=$?
4979     grep -v '^ *+' conftest.er1 >conftest.err
4980     rm -f conftest.er1
4981     cat conftest.err >&5
4982     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4983 ayin 1.108 (exit $ac_status); } >/dev/null && {
4984     test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
4985     test ! -s conftest.err
4986     }; then
4987 root 1.80 # Broken: success on invalid input.
4988     continue
4989     else
4990     echo "$as_me: failed program was:" >&5
4991     sed 's/^/| /' conftest.$ac_ext >&5
4992    
4993     # Passes both tests.
4994     ac_preproc_ok=:
4995     break
4996     fi
4997 ayin 1.108
4998 root 1.80 rm -f conftest.err conftest.$ac_ext
4999    
5000     done
5001     # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5002     rm -f conftest.err conftest.$ac_ext
5003     if $ac_preproc_ok; then
5004     break
5005     fi
5006    
5007     done
5008     ac_cv_prog_CXXCPP=$CXXCPP
5009    
5010     fi
5011     CXXCPP=$ac_cv_prog_CXXCPP
5012     else
5013     ac_cv_prog_CXXCPP=$CXXCPP
5014     fi
5015 ayin 1.108 { echo "$as_me:$LINENO: result: $CXXCPP" >&5
5016     echo "${ECHO_T}$CXXCPP" >&6; }
5017 root 1.80 ac_preproc_ok=false
5018     for ac_cxx_preproc_warn_flag in '' yes
5019     do
5020     # Use a header file that comes with gcc, so configuring glibc
5021     # with a fresh cross-compiler works.
5022     # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5023     # <limits.h> exists even on freestanding compilers.
5024     # On the NeXT, cc -E runs the code through the compiler's parser,
5025     # not just through cpp. "Syntax error" is here to catch this case.
5026     cat >conftest.$ac_ext <<_ACEOF
5027     /* confdefs.h. */
5028     _ACEOF
5029     cat confdefs.h >>conftest.$ac_ext
5030     cat >>conftest.$ac_ext <<_ACEOF
5031     /* end confdefs.h. */
5032     #ifdef __STDC__
5033     # include <limits.h>
5034     #else
5035     # include <assert.h>
5036     #endif
5037     Syntax error
5038     _ACEOF
5039 ayin 1.108 if { (ac_try="$ac_cpp conftest.$ac_ext"
5040     case "(($ac_try" in
5041     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5042     *) ac_try_echo=$ac_try;;
5043     esac
5044     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5045     (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5046 root 1.80 ac_status=$?
5047     grep -v '^ *+' conftest.er1 >conftest.err
5048     rm -f conftest.er1
5049     cat conftest.err >&5
5050     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5051 ayin 1.108 (exit $ac_status); } >/dev/null && {
5052     test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
5053     test ! -s conftest.err
5054     }; then
5055 root 1.80 :
5056     else
5057     echo "$as_me: failed program was:" >&5
5058     sed 's/^/| /' conftest.$ac_ext >&5
5059    
5060     # Broken: fails on valid input.
5061     continue
5062     fi
5063 ayin 1.108
5064 root 1.80 rm -f conftest.err conftest.$ac_ext
5065    
5066 ayin 1.108 # OK, works on sane cases. Now check whether nonexistent headers
5067 root 1.80 # can be detected and how.
5068     cat >conftest.$ac_ext <<_ACEOF
5069     /* confdefs.h. */
5070     _ACEOF
5071     cat confdefs.h >>conftest.$ac_ext
5072     cat >>conftest.$ac_ext <<_ACEOF
5073     /* end confdefs.h. */
5074     #include <ac_nonexistent.h>
5075     _ACEOF
5076 ayin 1.108 if { (ac_try="$ac_cpp conftest.$ac_ext"
5077     case "(($ac_try" in
5078     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5079     *) ac_try_echo=$ac_try;;
5080     esac
5081     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5082     (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5083 root 1.80 ac_status=$?
5084     grep -v '^ *+' conftest.er1 >conftest.err
5085     rm -f conftest.er1
5086     cat conftest.err >&5
5087     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5088 ayin 1.108 (exit $ac_status); } >/dev/null && {
5089     test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
5090     test ! -s conftest.err
5091     }; then
5092 root 1.80 # Broken: success on invalid input.
5093     continue
5094     else
5095     echo "$as_me: failed program was:" >&5
5096     sed 's/^/| /' conftest.$ac_ext >&5
5097    
5098     # Passes both tests.
5099     ac_preproc_ok=:
5100     break
5101     fi
5102 ayin 1.108
5103 root 1.80 rm -f conftest.err conftest.$ac_ext
5104    
5105     done
5106     # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5107     rm -f conftest.err conftest.$ac_ext
5108     if $ac_preproc_ok; then
5109     :
5110     else
5111     { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
5112 root 1.116 See \`config.log' for more details." >&5
5113     echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
5114     See \`config.log' for more details." >&2;}
5115     { (exit 1); exit 1; }; }
5116     fi
5117    
5118     ac_ext=cpp
5119     ac_cpp='$CXXCPP $CPPFLAGS'
5120     ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5121     ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5122     ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5123    
5124    
5125     { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5126     echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
5127     if test "${ac_cv_header_stdc+set}" = set; then
5128     echo $ECHO_N "(cached) $ECHO_C" >&6
5129     else
5130     cat >conftest.$ac_ext <<_ACEOF
5131     /* confdefs.h. */
5132     _ACEOF
5133     cat confdefs.h >>conftest.$ac_ext
5134     cat >>conftest.$ac_ext <<_ACEOF
5135     /* end confdefs.h. */
5136     #include <stdlib.h>
5137     #include <stdarg.h>
5138     #include <string.h>
5139     #include <float.h>
5140    
5141     int
5142     main ()
5143     {
5144    
5145     ;
5146     return 0;
5147     }
5148     _ACEOF
5149     rm -f conftest.$ac_objext
5150     if { (ac_try="$ac_compile"
5151     case "(($ac_try" in
5152     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5153     *) ac_try_echo=$ac_try;;
5154     esac
5155     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5156     (eval "$ac_compile") 2>conftest.er1
5157     ac_status=$?
5158     grep -v '^ *+' conftest.er1 >conftest.err
5159     rm -f conftest.er1
5160     cat conftest.err >&5
5161     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5162     (exit $ac_status); } && {
5163     test -z "$ac_cxx_werror_flag" ||
5164     test ! -s conftest.err
5165     } && test -s conftest.$ac_objext; then
5166     ac_cv_header_stdc=yes
5167     else
5168     echo "$as_me: failed program was:" >&5
5169     sed 's/^/| /' conftest.$ac_ext >&5
5170    
5171     ac_cv_header_stdc=no
5172     fi
5173    
5174     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5175    
5176     if test $ac_cv_header_stdc = yes; then
5177     # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5178     cat >conftest.$ac_ext <<_ACEOF
5179     /* confdefs.h. */
5180     _ACEOF
5181     cat confdefs.h >>conftest.$ac_ext
5182     cat >>conftest.$ac_ext <<_ACEOF
5183     /* end confdefs.h. */
5184     #include <string.h>
5185    
5186     _ACEOF
5187     if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5188     $EGREP "memchr" >/dev/null 2>&1; then
5189     :
5190     else
5191     ac_cv_header_stdc=no
5192     fi
5193     rm -f conftest*
5194    
5195     fi
5196    
5197     if test $ac_cv_header_stdc = yes; then
5198     # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5199     cat >conftest.$ac_ext <<_ACEOF
5200     /* confdefs.h. */
5201     _ACEOF
5202     cat confdefs.h >>conftest.$ac_ext
5203     cat >>conftest.$ac_ext <<_ACEOF
5204     /* end confdefs.h. */
5205     #include <stdlib.h>
5206    
5207     _ACEOF
5208     if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5209     $EGREP "free" >/dev/null 2>&1; then
5210     :
5211     else
5212     ac_cv_header_stdc=no
5213     fi
5214     rm -f conftest*
5215    
5216     fi
5217    
5218     if test $ac_cv_header_stdc = yes; then
5219     # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5220     if test "$cross_compiling" = yes; then
5221     :
5222     else
5223     cat >conftest.$ac_ext <<_ACEOF
5224     /* confdefs.h. */
5225     _ACEOF
5226     cat confdefs.h >>conftest.$ac_ext
5227     cat >>conftest.$ac_ext <<_ACEOF
5228     /* end confdefs.h. */
5229     #include <ctype.h>
5230     #include <stdlib.h>
5231     #if ((' ' & 0x0FF) == 0x020)
5232     # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5233     # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5234     #else
5235     # define ISLOWER(c) \
5236     (('a' <= (c) && (c) <= 'i') \
5237     || ('j' <= (c) && (c) <= 'r') \
5238     || ('s' <= (c) && (c) <= 'z'))
5239     # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5240     #endif
5241    
5242     #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5243     int
5244     main ()
5245     {
5246     int i;
5247     for (i = 0; i < 256; i++)
5248     if (XOR (islower (i), ISLOWER (i))
5249     || toupper (i) != TOUPPER (i))
5250     return 2;
5251     return 0;
5252     }
5253     _ACEOF
5254     rm -f conftest$ac_exeext
5255     if { (ac_try="$ac_link"
5256     case "(($ac_try" in
5257     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5258     *) ac_try_echo=$ac_try;;
5259     esac
5260     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5261     (eval "$ac_link") 2>&5
5262     ac_status=$?
5263     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5264     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5265     { (case "(($ac_try" in
5266     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5267     *) ac_try_echo=$ac_try;;
5268     esac
5269     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5270     (eval "$ac_try") 2>&5
5271     ac_status=$?
5272     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5273     (exit $ac_status); }; }; then
5274     :
5275     else
5276     echo "$as_me: program exited with status $ac_status" >&5
5277     echo "$as_me: failed program was:" >&5
5278     sed 's/^/| /' conftest.$ac_ext >&5
5279    
5280     ( exit $ac_status )
5281     ac_cv_header_stdc=no
5282     fi
5283     rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5284     fi
5285    
5286    
5287     fi
5288     fi
5289     { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5290     echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
5291     if test $ac_cv_header_stdc = yes; then
5292    
5293     cat >>confdefs.h <<\_ACEOF
5294     #define STDC_HEADERS 1
5295     _ACEOF
5296    
5297     fi
5298    
5299     # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5300    
5301    
5302    
5303    
5304    
5305    
5306    
5307    
5308    
5309     for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5310     inttypes.h stdint.h unistd.h
5311     do
5312     as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5313     { echo "$as_me:$LINENO: checking for $ac_header" >&5
5314     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
5315     if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5316     echo $ECHO_N "(cached) $ECHO_C" >&6
5317     else
5318     cat >conftest.$ac_ext <<_ACEOF
5319     /* confdefs.h. */
5320     _ACEOF
5321     cat confdefs.h >>conftest.$ac_ext
5322     cat >>conftest.$ac_ext <<_ACEOF
5323     /* end confdefs.h. */
5324     $ac_includes_default
5325    
5326     #include <$ac_header>
5327     _ACEOF
5328     rm -f conftest.$ac_objext
5329     if { (ac_try="$ac_compile"
5330     case "(($ac_try" in
5331     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5332     *) ac_try_echo=$ac_try;;
5333     esac
5334     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5335     (eval "$ac_compile") 2>conftest.er1
5336     ac_status=$?
5337     grep -v '^ *+' conftest.er1 >conftest.err
5338     rm -f conftest.er1
5339     cat conftest.err >&5
5340     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5341     (exit $ac_status); } && {
5342     test -z "$ac_cxx_werror_flag" ||
5343     test ! -s conftest.err
5344     } && test -s conftest.$ac_objext; then
5345     eval "$as_ac_Header=yes"
5346     else
5347     echo "$as_me: failed program was:" >&5
5348     sed 's/^/| /' conftest.$ac_ext >&5
5349    
5350     eval "$as_ac_Header=no"
5351     fi
5352    
5353     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5354     fi
5355     ac_res=`eval echo '${'$as_ac_Header'}'`
5356     { echo "$as_me:$LINENO: result: $ac_res" >&5
5357     echo "${ECHO_T}$ac_res" >&6; }
5358     if test `eval echo '${'$as_ac_Header'}'` = yes; then
5359     cat >>confdefs.h <<_ACEOF
5360     #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5361     _ACEOF
5362    
5363     fi
5364    
5365     done
5366    
5367    
5368    
5369    
5370    
5371 root 1.117
5372     for ac_header in sys/epoll.h sys/event.h sys/queue.h port.h
5373 root 1.116 do
5374     as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5375     if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5376     { echo "$as_me:$LINENO: checking for $ac_header" >&5
5377     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
5378     if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5379     echo $ECHO_N "(cached) $ECHO_C" >&6
5380     fi
5381     ac_res=`eval echo '${'$as_ac_Header'}'`
5382     { echo "$as_me:$LINENO: result: $ac_res" >&5
5383     echo "${ECHO_T}$ac_res" >&6; }
5384     else
5385     # Is the header compilable?
5386     { echo "$as_me:$LINENO: checking $ac_header usability" >&5
5387     echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
5388     cat >conftest.$ac_ext <<_ACEOF
5389     /* confdefs.h. */
5390     _ACEOF
5391     cat confdefs.h >>conftest.$ac_ext
5392     cat >>conftest.$ac_ext <<_ACEOF
5393     /* end confdefs.h. */
5394     $ac_includes_default
5395     #include <$ac_header>
5396     _ACEOF
5397     rm -f conftest.$ac_objext
5398     if { (ac_try="$ac_compile"
5399     case "(($ac_try" in
5400     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5401     *) ac_try_echo=$ac_try;;
5402     esac
5403     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5404     (eval "$ac_compile") 2>conftest.er1
5405     ac_status=$?
5406     grep -v '^ *+' conftest.er1 >conftest.err
5407     rm -f conftest.er1
5408     cat conftest.err >&5
5409     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5410     (exit $ac_status); } && {
5411     test -z "$ac_cxx_werror_flag" ||
5412     test ! -s conftest.err
5413     } && test -s conftest.$ac_objext; then
5414     ac_header_compiler=yes
5415     else
5416     echo "$as_me: failed program was:" >&5
5417     sed 's/^/| /' conftest.$ac_ext >&5
5418    
5419     ac_header_compiler=no
5420     fi
5421    
5422     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5423     { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5424     echo "${ECHO_T}$ac_header_compiler" >&6; }
5425    
5426     # Is the header present?
5427     { echo "$as_me:$LINENO: checking $ac_header presence" >&5
5428     echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
5429     cat >conftest.$ac_ext <<_ACEOF
5430     /* confdefs.h. */
5431     _ACEOF
5432     cat confdefs.h >>conftest.$ac_ext
5433     cat >>conftest.$ac_ext <<_ACEOF
5434     /* end confdefs.h. */
5435     #include <$ac_header>
5436     _ACEOF
5437     if { (ac_try="$ac_cpp conftest.$ac_ext"
5438     case "(($ac_try" in
5439     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5440     *) ac_try_echo=$ac_try;;
5441     esac
5442     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5443     (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5444     ac_status=$?
5445     grep -v '^ *+' conftest.er1 >conftest.err
5446     rm -f conftest.er1
5447     cat conftest.err >&5
5448     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5449     (exit $ac_status); } >/dev/null && {
5450     test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
5451     test ! -s conftest.err
5452     }; then
5453     ac_header_preproc=yes
5454     else
5455     echo "$as_me: failed program was:" >&5
5456     sed 's/^/| /' conftest.$ac_ext >&5
5457    
5458     ac_header_preproc=no
5459     fi
5460    
5461     rm -f conftest.err conftest.$ac_ext
5462     { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
5463     echo "${ECHO_T}$ac_header_preproc" >&6; }
5464    
5465     # So? What about this header?
5466     case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
5467     yes:no: )
5468     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
5469     echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
5470     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
5471     echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
5472     ac_header_preproc=yes
5473     ;;
5474     no:yes:* )
5475     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
5476     echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
5477     { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
5478     echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
5479     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
5480     echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
5481     { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
5482     echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
5483     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
5484     echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
5485     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
5486     echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
5487    
5488     ;;
5489     esac
5490     { echo "$as_me:$LINENO: checking for $ac_header" >&5
5491     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
5492     if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5493     echo $ECHO_N "(cached) $ECHO_C" >&6
5494     else
5495     eval "$as_ac_Header=\$ac_header_preproc"
5496     fi
5497     ac_res=`eval echo '${'$as_ac_Header'}'`
5498     { echo "$as_me:$LINENO: result: $ac_res" >&5
5499     echo "${ECHO_T}$ac_res" >&6; }
5500    
5501     fi
5502     if test `eval echo '${'$as_ac_Header'}'` = yes; then
5503     cat >>confdefs.h <<_ACEOF
5504     #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5505     _ACEOF
5506    
5507     fi
5508    
5509     done
5510    
5511    
5512    
5513    
5514 root 1.117
5515     for ac_func in epoll_ctl kqueue port_create
5516 root 1.116 do
5517     as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
5518     { echo "$as_me:$LINENO: checking for $ac_func" >&5
5519     echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
5520     if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
5521     echo $ECHO_N "(cached) $ECHO_C" >&6
5522     else
5523     cat >conftest.$ac_ext <<_ACEOF
5524     /* confdefs.h. */
5525     _ACEOF
5526     cat confdefs.h >>conftest.$ac_ext
5527     cat >>conftest.$ac_ext <<_ACEOF
5528     /* end confdefs.h. */
5529     /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
5530     For example, HP-UX 11i <limits.h> declares gettimeofday. */
5531     #define $ac_func innocuous_$ac_func
5532    
5533     /* System header to define __stub macros and hopefully few prototypes,
5534     which can conflict with char $ac_func (); below.
5535     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5536     <limits.h> exists even on freestanding compilers. */
5537    
5538     #ifdef __STDC__
5539     # include <limits.h>
5540     #else
5541     # include <assert.h>
5542     #endif
5543    
5544     #undef $ac_func
5545    
5546     /* Override any GCC internal prototype to avoid an error.
5547     Use char because int might match the return type of a GCC
5548     builtin and then its argument prototype would still apply. */
5549     #ifdef __cplusplus
5550     extern "C"
5551     #endif
5552     char $ac_func ();
5553     /* The GNU C library defines this for functions which it implements
5554     to always fail with ENOSYS. Some functions are actually named
5555     something starting with __ and the normal name is an alias. */
5556     #if defined __stub_$ac_func || defined __stub___$ac_func
5557     choke me
5558     #endif
5559    
5560     int
5561     main ()
5562     {
5563     return $ac_func ();
5564     ;
5565     return 0;
5566     }
5567     _ACEOF
5568     rm -f conftest.$ac_objext conftest$ac_exeext
5569     if { (ac_try="$ac_link"
5570     case "(($ac_try" in
5571     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5572     *) ac_try_echo=$ac_try;;
5573     esac
5574     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5575     (eval "$ac_link") 2>conftest.er1
5576     ac_status=$?
5577     grep -v '^ *+' conftest.er1 >conftest.err
5578     rm -f conftest.er1
5579     cat conftest.err >&5
5580     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5581     (exit $ac_status); } && {
5582     test -z "$ac_cxx_werror_flag" ||
5583     test ! -s conftest.err
5584     } && test -s conftest$ac_exeext &&
5585     $as_test_x conftest$ac_exeext; then
5586     eval "$as_ac_var=yes"
5587     else
5588     echo "$as_me: failed program was:" >&5
5589     sed 's/^/| /' conftest.$ac_ext >&5
5590    
5591     eval "$as_ac_var=no"
5592     fi
5593    
5594     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5595     conftest$ac_exeext conftest.$ac_ext
5596     fi
5597     ac_res=`eval echo '${'$as_ac_var'}'`
5598     { echo "$as_me:$LINENO: result: $ac_res" >&5
5599     echo "${ECHO_T}$ac_res" >&6; }
5600     if test `eval echo '${'$as_ac_var'}'` = yes; then
5601     cat >>confdefs.h <<_ACEOF
5602     #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
5603     _ACEOF
5604    
5605     fi
5606     done
5607    
5608    
5609     { echo "$as_me:$LINENO: checking for clock_gettime" >&5
5610     echo $ECHO_N "checking for clock_gettime... $ECHO_C" >&6; }
5611     if test "${ac_cv_func_clock_gettime+set}" = set; then
5612     echo $ECHO_N "(cached) $ECHO_C" >&6
5613     else
5614     cat >conftest.$ac_ext <<_ACEOF
5615     /* confdefs.h. */
5616     _ACEOF
5617     cat confdefs.h >>conftest.$ac_ext
5618     cat >>conftest.$ac_ext <<_ACEOF
5619     /* end confdefs.h. */
5620     /* Define clock_gettime to an innocuous variant, in case <limits.h> declares clock_gettime.
5621     For example, HP-UX 11i <limits.h> declares gettimeofday. */
5622     #define clock_gettime innocuous_clock_gettime
5623    
5624     /* System header to define __stub macros and hopefully few prototypes,
5625     which can conflict with char clock_gettime (); below.
5626     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5627     <limits.h> exists even on freestanding compilers. */
5628    
5629     #ifdef __STDC__
5630     # include <limits.h>
5631     #else
5632     # include <assert.h>
5633     #endif
5634    
5635     #undef clock_gettime
5636    
5637     /* Override any GCC internal prototype to avoid an error.
5638     Use char because int might match the return type of a GCC
5639     builtin and then its argument prototype would still apply. */
5640     #ifdef __cplusplus
5641     extern "C"
5642     #endif
5643     char clock_gettime ();
5644     /* The GNU C library defines this for functions which it implements
5645     to always fail with ENOSYS. Some functions are actually named
5646     something starting with __ and the normal name is an alias. */
5647     #if defined __stub_clock_gettime || defined __stub___clock_gettime
5648     choke me
5649     #endif
5650    
5651     int
5652     main ()
5653     {
5654     return clock_gettime ();
5655     ;
5656     return 0;
5657     }
5658     _ACEOF
5659     rm -f conftest.$ac_objext conftest$ac_exeext
5660     if { (ac_try="$ac_link"
5661     case "(($ac_try" in
5662     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5663     *) ac_try_echo=$ac_try;;
5664     esac
5665     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5666     (eval "$ac_link") 2>conftest.er1
5667     ac_status=$?
5668     grep -v '^ *+' conftest.er1 >conftest.err
5669     rm -f conftest.er1
5670     cat conftest.err >&5
5671     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5672     (exit $ac_status); } && {
5673     test -z "$ac_cxx_werror_flag" ||
5674     test ! -s conftest.err
5675     } && test -s conftest$ac_exeext &&
5676     $as_test_x conftest$ac_exeext; then
5677     ac_cv_func_clock_gettime=yes
5678     else
5679     echo "$as_me: failed program was:" >&5
5680     sed 's/^/| /' conftest.$ac_ext >&5
5681    
5682     ac_cv_func_clock_gettime=no
5683     fi
5684    
5685     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5686     conftest$ac_exeext conftest.$ac_ext
5687     fi
5688     { echo "$as_me:$LINENO: result: $ac_cv_func_clock_gettime" >&5
5689     echo "${ECHO_T}$ac_cv_func_clock_gettime" >&6; }
5690     if test $ac_cv_func_clock_gettime = yes; then
5691     :
5692     else
5693    
5694    
5695     { echo "$as_me:$LINENO: checking for clock_gettime in -lrt" >&5
5696     echo $ECHO_N "checking for clock_gettime in -lrt... $ECHO_C" >&6; }
5697     if test "${ac_cv_lib_rt_clock_gettime+set}" = set; then
5698     echo $ECHO_N "(cached) $ECHO_C" >&6
5699     else
5700     ac_check_lib_save_LIBS=$LIBS
5701     LIBS="-lrt $LIBS"
5702     cat >conftest.$ac_ext <<_ACEOF
5703     /* confdefs.h. */
5704     _ACEOF
5705     cat confdefs.h >>conftest.$ac_ext
5706     cat >>conftest.$ac_ext <<_ACEOF
5707     /* end confdefs.h. */
5708    
5709     /* Override any GCC internal prototype to avoid an error.
5710     Use char because int might match the return type of a GCC
5711     builtin and then its argument prototype would still apply. */
5712     #ifdef __cplusplus
5713     extern "C"
5714     #endif
5715     char clock_gettime ();
5716     int
5717     main ()
5718     {
5719     return clock_gettime ();
5720     ;
5721     return 0;
5722     }
5723     _ACEOF
5724     rm -f conftest.$ac_objext conftest$ac_exeext
5725     if { (ac_try="$ac_link"
5726     case "(($ac_try" in
5727     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5728     *) ac_try_echo=$ac_try;;
5729     esac
5730     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5731     (eval "$ac_link") 2>conftest.er1
5732     ac_status=$?
5733     grep -v '^ *+' conftest.er1 >conftest.err
5734     rm -f conftest.er1
5735     cat conftest.err >&5
5736     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5737     (exit $ac_status); } && {
5738     test -z "$ac_cxx_werror_flag" ||
5739     test ! -s conftest.err
5740     } && test -s conftest$ac_exeext &&
5741     $as_test_x conftest$ac_exeext; then
5742     ac_cv_lib_rt_clock_gettime=yes
5743     else
5744     echo "$as_me: failed program was:" >&5
5745     sed 's/^/| /' conftest.$ac_ext >&5
5746    
5747     ac_cv_lib_rt_clock_gettime=no
5748     fi
5749    
5750     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5751     conftest$ac_exeext conftest.$ac_ext
5752     LIBS=$ac_check_lib_save_LIBS
5753     fi
5754     { echo "$as_me:$LINENO: result: $ac_cv_lib_rt_clock_gettime" >&5
5755     echo "${ECHO_T}$ac_cv_lib_rt_clock_gettime" >&6; }
5756     if test $ac_cv_lib_rt_clock_gettime = yes; then
5757     cat >>confdefs.h <<_ACEOF
5758     #define HAVE_LIBRT 1
5759     _ACEOF
5760    
5761     LIBS="-lrt $LIBS"
5762    
5763     fi
5764    
5765    
5766     for ac_func in clock_gettime
5767     do
5768     as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
5769     { echo "$as_me:$LINENO: checking for $ac_func" >&5
5770     echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
5771     if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
5772     echo $ECHO_N "(cached) $ECHO_C" >&6
5773     else
5774     cat >conftest.$ac_ext <<_ACEOF
5775     /* confdefs.h. */
5776     _ACEOF
5777     cat confdefs.h >>conftest.$ac_ext
5778     cat >>conftest.$ac_ext <<_ACEOF
5779     /* end confdefs.h. */
5780     /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
5781     For example, HP-UX 11i <limits.h> declares gettimeofday. */
5782     #define $ac_func innocuous_$ac_func
5783    
5784     /* System header to define __stub macros and hopefully few prototypes,
5785     which can conflict with char $ac_func (); below.
5786     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5787     <limits.h> exists even on freestanding compilers. */
5788    
5789     #ifdef __STDC__
5790     # include <limits.h>
5791     #else
5792     # include <assert.h>
5793     #endif
5794    
5795     #undef $ac_func
5796    
5797     /* Override any GCC internal prototype to avoid an error.
5798     Use char because int might match the return type of a GCC
5799     builtin and then its argument prototype would still apply. */
5800     #ifdef __cplusplus
5801     extern "C"
5802     #endif
5803     char $ac_func ();
5804     /* The GNU C library defines this for functions which it implements
5805     to always fail with ENOSYS. Some functions are actually named
5806     something starting with __ and the normal name is an alias. */
5807     #if defined __stub_$ac_func || defined __stub___$ac_func
5808     choke me
5809     #endif
5810    
5811     int
5812     main ()
5813     {
5814     return $ac_func ();
5815     ;
5816     return 0;
5817     }
5818     _ACEOF
5819     rm -f conftest.$ac_objext conftest$ac_exeext
5820     if { (ac_try="$ac_link"
5821     case "(($ac_try" in
5822     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5823     *) ac_try_echo=$ac_try;;
5824     esac
5825     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5826     (eval "$ac_link") 2>conftest.er1
5827     ac_status=$?
5828     grep -v '^ *+' conftest.er1 >conftest.err
5829     rm -f conftest.er1
5830     cat conftest.err >&5
5831     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5832     (exit $ac_status); } && {
5833     test -z "$ac_cxx_werror_flag" ||
5834     test ! -s conftest.err
5835     } && test -s conftest$ac_exeext &&
5836     $as_test_x conftest$ac_exeext; then
5837     eval "$as_ac_var=yes"
5838     else
5839     echo "$as_me: failed program was:" >&5
5840     sed 's/^/| /' conftest.$ac_ext >&5
5841    
5842     eval "$as_ac_var=no"
5843     fi
5844    
5845     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5846     conftest$ac_exeext conftest.$ac_ext
5847     fi
5848     ac_res=`eval echo '${'$as_ac_var'}'`
5849     { echo "$as_me:$LINENO: result: $ac_res" >&5
5850     echo "${ECHO_T}$ac_res" >&6; }
5851     if test `eval echo '${'$as_ac_var'}'` = yes; then
5852     cat >>confdefs.h <<_ACEOF
5853     #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
5854     _ACEOF
5855    
5856     fi
5857     done
5858    
5859    
5860     fi
5861    
5862    
5863    
5864     { echo "$as_me:$LINENO: checking for ceil in -lm" >&5
5865     echo $ECHO_N "checking for ceil in -lm... $ECHO_C" >&6; }
5866     if test "${ac_cv_lib_m_ceil+set}" = set; then
5867     echo $ECHO_N "(cached) $ECHO_C" >&6
5868     else
5869     ac_check_lib_save_LIBS=$LIBS
5870     LIBS="-lm $LIBS"
5871     cat >conftest.$ac_ext <<_ACEOF
5872     /* confdefs.h. */
5873     _ACEOF
5874     cat confdefs.h >>conftest.$ac_ext
5875     cat >>conftest.$ac_ext <<_ACEOF
5876     /* end confdefs.h. */
5877    
5878     /* Override any GCC internal prototype to avoid an error.
5879     Use char because int might match the return type of a GCC
5880     builtin and then its argument prototype would still apply. */
5881     #ifdef __cplusplus
5882     extern "C"
5883     #endif
5884     char ceil ();
5885     int
5886     main ()
5887     {
5888     return ceil ();
5889     ;
5890     return 0;
5891     }
5892     _ACEOF
5893     rm -f conftest.$ac_objext conftest$ac_exeext
5894     if { (ac_try="$ac_link"
5895     case "(($ac_try" in
5896     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5897     *) ac_try_echo=$ac_try;;
5898     esac
5899     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5900     (eval "$ac_link") 2>conftest.er1
5901     ac_status=$?
5902     grep -v '^ *+' conftest.er1 >conftest.err
5903     rm -f conftest.er1
5904     cat conftest.err >&5
5905     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5906     (exit $ac_status); } && {
5907     test -z "$ac_cxx_werror_flag" ||
5908     test ! -s conftest.err
5909     } && test -s conftest$ac_exeext &&
5910     $as_test_x conftest$ac_exeext; then
5911     ac_cv_lib_m_ceil=yes
5912     else
5913     echo "$as_me: failed program was:" >&5
5914     sed 's/^/| /' conftest.$ac_ext >&5
5915    
5916     ac_cv_lib_m_ceil=no
5917     fi
5918    
5919     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5920     conftest$ac_exeext conftest.$ac_ext
5921     LIBS=$ac_check_lib_save_LIBS
5922     fi
5923     { echo "$as_me:$LINENO: result: $ac_cv_lib_m_ceil" >&5
5924     echo "${ECHO_T}$ac_cv_lib_m_ceil" >&6; }
5925     if test $ac_cv_lib_m_ceil = yes; then
5926     cat >>confdefs.h <<_ACEOF
5927     #define HAVE_LIBM 1
5928     _ACEOF
5929    
5930     LIBS="-lm $LIBS"
5931    
5932     fi
5933    
5934    
5935    
5936    
5937    
5938    
5939    
5940     # Extract the first word of "tic", so it can be a program name with args.
5941     set dummy tic; ac_word=$2
5942     { echo "$as_me:$LINENO: checking for $ac_word" >&5
5943     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5944     if test "${ac_cv_path_TIC+set}" = set; then
5945     echo $ECHO_N "(cached) $ECHO_C" >&6
5946     else
5947     case $TIC in
5948     [\\/]* | ?:[\\/]*)
5949     ac_cv_path_TIC="$TIC" # Let the user override the test with a path.
5950     ;;
5951     *)
5952     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5953     for as_dir in $PATH
5954     do
5955     IFS=$as_save_IFS
5956     test -z "$as_dir" && as_dir=.
5957     for ac_exec_ext in '' $ac_executable_extensions; do
5958     if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5959     ac_cv_path_TIC="$as_dir/$ac_word$ac_exec_ext"
5960     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5961     break 2
5962     fi
5963     done
5964     done
5965     IFS=$as_save_IFS
5966    
5967     test -z "$ac_cv_path_TIC" && ac_cv_path_TIC=":"
5968     ;;
5969     esac
5970     fi
5971     TIC=$ac_cv_path_TIC
5972     if test -n "$TIC"; then
5973     { echo "$as_me:$LINENO: result: $TIC" >&5
5974     echo "${ECHO_T}$TIC" >&6; }
5975     else
5976     { echo "$as_me:$LINENO: result: no" >&5
5977     echo "${ECHO_T}no" >&6; }
5978 root 1.80 fi
5979    
5980 root 1.116
5981    
5982 root 1.80
5983    
5984 ayin 1.108 { echo "$as_me:$LINENO: checking for X" >&5
5985     echo $ECHO_N "checking for X... $ECHO_C" >&6; }
5986 pcg 1.24
5987 pcg 1.11
5988 ayin 1.108 # Check whether --with-x was given.
5989 pcg 1.1 if test "${with_x+set}" = set; then
5990 ayin 1.108 withval=$with_x;
5991     fi
5992 pcg 1.1
5993     # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
5994     if test "x$with_x" = xno; then
5995     # The user explicitly disabled X.
5996     have_x=disabled
5997     else
5998 ayin 1.108 case $x_includes,$x_libraries in #(
5999     *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
6000     echo "$as_me: error: Cannot use X directory names containing '" >&2;}
6001     { (exit 1); exit 1; }; };; #(
6002     *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
6003 pcg 1.11 echo $ECHO_N "(cached) $ECHO_C" >&6
6004 pcg 1.1 else
6005     # One or both of the vars are not set, and there is no cached value.
6006 pcg 1.11 ac_x_includes=no ac_x_libraries=no
6007 ayin 1.108 rm -f -r conftest.dir
6008 pcg 1.11 if mkdir conftest.dir; then
6009     cd conftest.dir
6010     cat >Imakefile <<'_ACEOF'
6011 ayin 1.108 incroot:
6012     @echo incroot='${INCROOT}'
6013     usrlibdir:
6014     @echo usrlibdir='${USRLIBDIR}'
6015     libdir:
6016     @echo libdir='${LIBDIR}'
6017 pcg 1.11 _ACEOF
6018 ayin 1.108 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
6019 pcg 1.1 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
6020 ayin 1.108 for ac_var in incroot usrlibdir libdir; do
6021     eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
6022     done
6023 pcg 1.1 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
6024     for ac_extension in a so sl; do
6025 ayin 1.108 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
6026     test -f "$ac_im_libdir/libX11.$ac_extension"; then
6027 pcg 1.11 ac_im_usrlibdir=$ac_im_libdir; break
6028 pcg 1.1 fi
6029     done
6030     # Screen out bogus values from the imake configuration. They are
6031     # bogus both because they are the default anyway, and because
6032     # using them would break gcc on systems where it needs fixed includes.
6033 pcg 1.11 case $ac_im_incroot in
6034 ayin 1.108 /usr/include) ac_x_includes= ;;
6035 pcg 1.11 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
6036 pcg 1.1 esac
6037 pcg 1.11 case $ac_im_usrlibdir in
6038 pcg 1.1 /usr/lib | /lib) ;;
6039 pcg 1.11 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
6040 pcg 1.1 esac
6041     fi
6042     cd ..
6043 ayin 1.108 rm -f -r conftest.dir
6044 pcg 1.1 fi
6045    
6046 pcg 1.11 # Standard set of common directories for X headers.
6047     # Check X11 before X11Rn because it is often a symlink to the current release.
6048     ac_x_header_dirs='
6049     /usr/X11/include
6050     /usr/X11R6/include
6051     /usr/X11R5/include
6052     /usr/X11R4/include
6053    
6054     /usr/include/X11
6055     /usr/include/X11R6
6056     /usr/include/X11R5
6057     /usr/include/X11R4
6058    
6059     /usr/local/X11/include
6060     /usr/local/X11R6/include
6061     /usr/local/X11R5/include
6062     /usr/local/X11R4/include
6063    
6064     /usr/local/include/X11
6065     /usr/local/include/X11R6
6066     /usr/local/include/X11R5
6067     /usr/local/include/X11R4
6068    
6069     /usr/X386/include
6070     /usr/x386/include
6071     /usr/XFree86/include/X11
6072    
6073     /usr/include
6074     /usr/local/include
6075     /usr/unsupported/include
6076     /usr/athena/include
6077     /usr/local/x11r5/include
6078     /usr/lpp/Xamples/include
6079    
6080     /usr/openwin/include
6081     /usr/openwin/share/include'
6082 pcg 1.1
6083 pcg 1.11 if test "$ac_x_includes" = no; then
6084 ayin 1.108 # Guess where to find include files, by looking for Xlib.h.
6085 pcg 1.1 # First, try using that file with no special directory specified.
6086 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
6087     /* confdefs.h. */
6088     _ACEOF
6089     cat confdefs.h >>conftest.$ac_ext
6090     cat >>conftest.$ac_ext <<_ACEOF
6091     /* end confdefs.h. */
6092 ayin 1.108 #include <X11/Xlib.h>
6093 pcg 1.11 _ACEOF
6094 ayin 1.108 if { (ac_try="$ac_cpp conftest.$ac_ext"
6095     case "(($ac_try" in
6096     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6097     *) ac_try_echo=$ac_try;;
6098     esac
6099     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6100     (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6101 pcg 1.11 ac_status=$?
6102     grep -v '^ *+' conftest.er1 >conftest.err
6103     rm -f conftest.er1
6104     cat conftest.err >&5
6105     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6106 ayin 1.108 (exit $ac_status); } >/dev/null && {
6107     test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
6108     test ! -s conftest.err
6109     }; then
6110 pcg 1.1 # We can compile using X headers with no special include directory.
6111     ac_x_includes=
6112     else
6113 pcg 1.11 echo "$as_me: failed program was:" >&5
6114     sed 's/^/| /' conftest.$ac_ext >&5
6115    
6116     for ac_dir in $ac_x_header_dirs; do
6117 ayin 1.108 if test -r "$ac_dir/X11/Xlib.h"; then
6118 pcg 1.11 ac_x_includes=$ac_dir
6119     break
6120     fi
6121     done
6122 pcg 1.1 fi
6123 ayin 1.108
6124 pcg 1.11 rm -f conftest.err conftest.$ac_ext
6125     fi # $ac_x_includes = no
6126 pcg 1.1
6127 pcg 1.11 if test "$ac_x_libraries" = no; then
6128 pcg 1.1 # Check for the libraries.
6129     # See if we find them without any special options.
6130     # Don't add to $LIBS permanently.
6131 pcg 1.11 ac_save_LIBS=$LIBS
6132 ayin 1.108 LIBS="-lX11 $LIBS"
6133 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
6134     /* confdefs.h. */
6135     _ACEOF
6136     cat confdefs.h >>conftest.$ac_ext
6137     cat >>conftest.$ac_ext <<_ACEOF
6138     /* end confdefs.h. */
6139 ayin 1.108 #include <X11/Xlib.h>
6140 pcg 1.11 int
6141     main ()
6142     {
6143 ayin 1.108 XrmInitialize ()
6144 pcg 1.11 ;
6145     return 0;
6146     }
6147     _ACEOF
6148     rm -f conftest.$ac_objext conftest$ac_exeext
6149 ayin 1.108 if { (ac_try="$ac_link"
6150     case "(($ac_try" in
6151     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6152     *) ac_try_echo=$ac_try;;
6153     esac
6154     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6155     (eval "$ac_link") 2>conftest.er1
6156 pcg 1.11 ac_status=$?
6157     grep -v '^ *+' conftest.er1 >conftest.err
6158     rm -f conftest.er1
6159     cat conftest.err >&5
6160     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6161 ayin 1.108 (exit $ac_status); } && {
6162     test -z "$ac_cxx_werror_flag" ||
6163     test ! -s conftest.err
6164     } && test -s conftest$ac_exeext &&
6165     $as_test_x conftest$ac_exeext; then
6166 pcg 1.11 LIBS=$ac_save_LIBS
6167 pcg 1.1 # We can link X programs with no special library path.
6168     ac_x_libraries=
6169     else
6170 pcg 1.11 echo "$as_me: failed program was:" >&5
6171     sed 's/^/| /' conftest.$ac_ext >&5
6172    
6173 ayin 1.108 LIBS=$ac_save_LIBS
6174 pcg 1.11 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
6175 pcg 1.1 do
6176 pcg 1.11 # Don't even attempt the hair of trying to link an X program!
6177 pcg 1.1 for ac_extension in a so sl; do
6178 ayin 1.108 if test -r "$ac_dir/libX11.$ac_extension"; then
6179 pcg 1.1 ac_x_libraries=$ac_dir
6180     break 2
6181     fi
6182     done
6183     done
6184     fi
6185 ayin 1.108
6186     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6187 pcg 1.11 conftest$ac_exeext conftest.$ac_ext
6188     fi # $ac_x_libraries = no
6189 pcg 1.1
6190 ayin 1.108 case $ac_x_includes,$ac_x_libraries in #(
6191     no,* | *,no | *\'*)
6192     # Didn't find X, or a directory has "'" in its name.
6193     ac_cv_have_x="have_x=no";; #(
6194     *)
6195     # Record where we found X for the cache.
6196     ac_cv_have_x="have_x=yes\
6197     ac_x_includes='$ac_x_includes'\
6198     ac_x_libraries='$ac_x_libraries'"
6199     esac
6200 ayin 1.106 fi
6201 ayin 1.108 ;; #(
6202     *) have_x=yes;;
6203     esac
6204 pcg 1.1 eval "$ac_cv_have_x"
6205     fi # $with_x != no
6206    
6207     if test "$have_x" != yes; then
6208 ayin 1.108 { echo "$as_me:$LINENO: result: $have_x" >&5
6209     echo "${ECHO_T}$have_x" >&6; }
6210 pcg 1.1 no_x=yes
6211     else
6212     # If each of the values was on the command line, it overrides each guess.
6213     test "x$x_includes" = xNONE && x_includes=$ac_x_includes
6214     test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
6215     # Update the cache value to reflect the command line values.
6216 ayin 1.108 ac_cv_have_x="have_x=yes\
6217     ac_x_includes='$x_includes'\
6218     ac_x_libraries='$x_libraries'"
6219     { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
6220     echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
6221 pcg 1.1 fi
6222    
6223     if test "$no_x" = yes; then
6224     # Not all programs may use this symbol, but it does not hurt to define it.
6225 pcg 1.11
6226     cat >>confdefs.h <<\_ACEOF
6227 pcg 1.1 #define X_DISPLAY_MISSING 1
6228 pcg 1.11 _ACEOF
6229 pcg 1.1
6230     X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
6231     else
6232     if test -n "$x_includes"; then
6233     X_CFLAGS="$X_CFLAGS -I$x_includes"
6234     fi
6235    
6236     # It would also be nice to do this for all -L options, not just this one.
6237     if test -n "$x_libraries"; then
6238     X_LIBS="$X_LIBS -L$x_libraries"
6239     # For Solaris; some versions of Sun CC require a space after -R and
6240     # others require no space. Words are not sufficient . . . .
6241 ayin 1.108 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
6242     echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
6243     ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
6244     ac_xsave_cxx_werror_flag=$ac_cxx_werror_flag
6245     ac_cxx_werror_flag=yes
6246     cat >conftest.$ac_ext <<_ACEOF
6247 pcg 1.11 /* confdefs.h. */
6248     _ACEOF
6249     cat confdefs.h >>conftest.$ac_ext
6250     cat >>conftest.$ac_ext <<_ACEOF
6251     /* end confdefs.h. */
6252 pcg 1.1
6253 pcg 1.11 int
6254     main ()
6255     {
6256 pcg 1.1
6257 pcg 1.11 ;
6258     return 0;
6259     }
6260     _ACEOF
6261     rm -f conftest.$ac_objext conftest$ac_exeext
6262 ayin 1.108 if { (ac_try="$ac_link"
6263     case "(($ac_try" in
6264     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6265     *) ac_try_echo=$ac_try;;
6266     esac
6267     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6268     (eval "$ac_link") 2>conftest.er1
6269 pcg 1.11 ac_status=$?
6270     grep -v '^ *+' conftest.er1 >conftest.err
6271     rm -f conftest.er1
6272     cat conftest.err >&5
6273     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6274 ayin 1.108 (exit $ac_status); } && {
6275     test -z "$ac_cxx_werror_flag" ||
6276     test ! -s conftest.err
6277     } && test -s conftest$ac_exeext &&
6278     $as_test_x conftest$ac_exeext; then
6279     { echo "$as_me:$LINENO: result: no" >&5
6280     echo "${ECHO_T}no" >&6; }
6281     X_LIBS="$X_LIBS -R$x_libraries"
6282 pcg 1.1 else
6283 pcg 1.11 echo "$as_me: failed program was:" >&5
6284     sed 's/^/| /' conftest.$ac_ext >&5
6285    
6286 pcg 1.1 LIBS="$ac_xsave_LIBS -R $x_libraries"
6287 ayin 1.108 cat >conftest.$ac_ext <<_ACEOF
6288 pcg 1.11 /* confdefs.h. */
6289     _ACEOF
6290     cat confdefs.h >>conftest.$ac_ext
6291     cat >>conftest.$ac_ext <<_ACEOF
6292     /* end confdefs.h. */
6293 pcg 1.1
6294 pcg 1.11 int
6295     main ()
6296     {
6297 pcg 1.1
6298 pcg 1.11 ;
6299     return 0;
6300     }
6301     _ACEOF
6302     rm -f conftest.$ac_objext conftest$ac_exeext
6303 ayin 1.108 if { (ac_try="$ac_link"
6304     case "(($ac_try" in
6305     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6306     *) ac_try_echo=$ac_try;;
6307     esac
6308     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6309     (eval "$ac_link") 2>conftest.er1
6310 pcg 1.11 ac_status=$?
6311     grep -v '^ *+' conftest.er1 >conftest.err
6312     rm -f conftest.er1
6313     cat conftest.err >&5
6314     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6315 ayin 1.108 (exit $ac_status); } && {
6316     test -z "$ac_cxx_werror_flag" ||
6317     test ! -s conftest.err
6318     } && test -s conftest$ac_exeext &&
6319     $as_test_x conftest$ac_exeext; then
6320     { echo "$as_me:$LINENO: result: yes" >&5
6321     echo "${ECHO_T}yes" >&6; }
6322     X_LIBS="$X_LIBS -R $x_libraries"
6323 pcg 1.1 else
6324 pcg 1.11 echo "$as_me: failed program was:" >&5
6325     sed 's/^/| /' conftest.$ac_ext >&5
6326    
6327 ayin 1.108 { echo "$as_me:$LINENO: result: neither works" >&5
6328     echo "${ECHO_T}neither works" >&6; }
6329 ayin 1.102 fi
6330 ayin 1.108
6331     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6332     conftest$ac_exeext conftest.$ac_ext
6333     fi
6334    
6335     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6336 root 1.105 conftest$ac_exeext conftest.$ac_ext
6337 ayin 1.108 ac_cxx_werror_flag=$ac_xsave_cxx_werror_flag
6338     LIBS=$ac_xsave_LIBS
6339 pcg 1.1 fi
6340    
6341     # Check for system-dependent libraries X programs must link with.
6342     # Do this before checking for the system-independent R6 libraries
6343     # (-lICE), since we may need -lsocket or whatever for X linking.
6344    
6345     if test "$ISC" = yes; then
6346     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
6347     else
6348 pcg 1.11 # Martyn Johnson says this is needed for Ultrix, if the X
6349     # libraries were built with DECnet support. And Karl Berry says
6350 pcg 1.1 # the Alpha needs dnet_stub (dnet does not exist).
6351 pcg 1.11 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
6352     cat >conftest.$ac_ext <<_ACEOF
6353     /* confdefs.h. */
6354     _ACEOF
6355     cat confdefs.h >>conftest.$ac_ext
6356     cat >>conftest.$ac_ext <<_ACEOF
6357     /* end confdefs.h. */
6358    
6359 ayin 1.108 /* Override any GCC internal prototype to avoid an error.
6360     Use char because int might match the return type of a GCC
6361     builtin and then its argument prototype would still apply. */
6362 pcg 1.11 #ifdef __cplusplus
6363     extern "C"
6364     #endif
6365     char XOpenDisplay ();
6366     int
6367     main ()
6368     {
6369 ayin 1.108 return XOpenDisplay ();
6370 pcg 1.11 ;
6371     return 0;
6372     }
6373     _ACEOF
6374     rm -f conftest.$ac_objext conftest$ac_exeext
6375 ayin 1.108 if { (ac_try="$ac_link"
6376     case "(($ac_try" in
6377     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6378     *) ac_try_echo=$ac_try;;
6379     esac
6380     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6381     (eval "$ac_link") 2>conftest.er1
6382 pcg 1.11 ac_status=$?
6383     grep -v '^ *+' conftest.er1 >conftest.err
6384     rm -f conftest.er1
6385     cat conftest.err >&5
6386     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6387 ayin 1.108 (exit $ac_status); } && {
6388     test -z "$ac_cxx_werror_flag" ||
6389     test ! -s conftest.err
6390     } && test -s conftest$ac_exeext &&
6391     $as_test_x conftest$ac_exeext; then
6392 pcg 1.11 :
6393     else
6394     echo "$as_me: failed program was:" >&5
6395     sed 's/^/| /' conftest.$ac_ext >&5
6396 pcg 1.1
6397 ayin 1.108 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
6398     echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
6399 pcg 1.11 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
6400     echo $ECHO_N "(cached) $ECHO_C" >&6
6401 pcg 1.1 else
6402 pcg 1.11 ac_check_lib_save_LIBS=$LIBS
6403     LIBS="-ldnet $LIBS"
6404     cat >conftest.$ac_ext <<_ACEOF
6405     /* confdefs.h. */
6406     _ACEOF
6407     cat confdefs.h >>conftest.$ac_ext
6408     cat >>conftest.$ac_ext <<_ACEOF
6409     /* end confdefs.h. */
6410 pcg 1.1
6411 ayin 1.108 /* Override any GCC internal prototype to avoid an error.
6412     Use char because int might match the return type of a GCC
6413     builtin and then its argument prototype would still apply. */
6414 pcg 1.11 #ifdef __cplusplus
6415     extern "C"
6416     #endif
6417     char dnet_ntoa ();
6418     int
6419     main ()
6420     {
6421 ayin 1.108 return dnet_ntoa ();
6422 pcg 1.11 ;
6423     return 0;
6424     }
6425     _ACEOF
6426     rm -f conftest.$ac_objext conftest$ac_exeext
6427 ayin 1.108 if { (ac_try="$ac_link"
6428     case "(($ac_try" in
6429     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6430     *) ac_try_echo=$ac_try;;
6431     esac
6432     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6433     (eval "$ac_link") 2>conftest.er1
6434 pcg 1.11 ac_status=$?
6435     grep -v '^ *+' conftest.er1 >conftest.err
6436     rm -f conftest.er1
6437     cat conftest.err >&5
6438     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6439 ayin 1.108 (exit $ac_status); } && {
6440     test -z "$ac_cxx_werror_flag" ||
6441     test ! -s conftest.err
6442     } && test -s conftest$ac_exeext &&
6443     $as_test_x conftest$ac_exeext; then
6444 pcg 1.11 ac_cv_lib_dnet_dnet_ntoa=yes
6445     else
6446     echo "$as_me: failed program was:" >&5
6447     sed 's/^/| /' conftest.$ac_ext >&5
6448    
6449 ayin 1.108 ac_cv_lib_dnet_dnet_ntoa=no
6450 pcg 1.11 fi
6451 ayin 1.108
6452     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6453 pcg 1.11 conftest$ac_exeext conftest.$ac_ext
6454     LIBS=$ac_check_lib_save_LIBS
6455     fi
6456 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
6457     echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
6458 pcg 1.11 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
6459 pcg 1.1 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
6460     fi
6461    
6462     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
6463 ayin 1.108 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
6464     echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
6465 pcg 1.11 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
6466     echo $ECHO_N "(cached) $ECHO_C" >&6
6467 pcg 1.1 else
6468 pcg 1.11 ac_check_lib_save_LIBS=$LIBS
6469 pcg 1.1 LIBS="-ldnet_stub $LIBS"
6470 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
6471     /* confdefs.h. */
6472     _ACEOF
6473     cat confdefs.h >>conftest.$ac_ext
6474     cat >>conftest.$ac_ext <<_ACEOF
6475     /* end confdefs.h. */
6476    
6477 ayin 1.108 /* Override any GCC internal prototype to avoid an error.
6478     Use char because int might match the return type of a GCC
6479     builtin and then its argument prototype would still apply. */
6480 pcg 1.11 #ifdef __cplusplus
6481     extern "C"
6482     #endif
6483     char dnet_ntoa ();
6484     int
6485     main ()
6486     {
6487 ayin 1.108 return dnet_ntoa ();
6488 pcg 1.11 ;
6489     return 0;
6490     }
6491     _ACEOF
6492     rm -f conftest.$ac_objext conftest$ac_exeext
6493 ayin 1.108 if { (ac_try="$ac_link"
6494     case "(($ac_try" in
6495     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6496     *) ac_try_echo=$ac_try;;
6497     esac
6498     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6499     (eval "$ac_link") 2>conftest.er1
6500 pcg 1.11 ac_status=$?
6501     grep -v '^ *+' conftest.er1 >conftest.err
6502     rm -f conftest.er1
6503     cat conftest.err >&5
6504     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6505 ayin 1.108 (exit $ac_status); } && {
6506     test -z "$ac_cxx_werror_flag" ||
6507     test ! -s conftest.err
6508     } && test -s conftest$ac_exeext &&
6509     $as_test_x conftest$ac_exeext; then
6510 pcg 1.11 ac_cv_lib_dnet_stub_dnet_ntoa=yes
6511     else
6512     echo "$as_me: failed program was:" >&5
6513     sed 's/^/| /' conftest.$ac_ext >&5
6514    
6515 ayin 1.108 ac_cv_lib_dnet_stub_dnet_ntoa=no
6516 pcg 1.11 fi
6517 ayin 1.108
6518     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6519 pcg 1.11 conftest$ac_exeext conftest.$ac_ext
6520     LIBS=$ac_check_lib_save_LIBS
6521     fi
6522 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
6523     echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
6524 pcg 1.11 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
6525 pcg 1.1 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
6526     fi
6527    
6528     fi
6529 pcg 1.11 fi
6530 ayin 1.108
6531     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6532 pcg 1.11 conftest$ac_exeext conftest.$ac_ext
6533     LIBS="$ac_xsave_LIBS"
6534 pcg 1.1
6535     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
6536     # to get the SysV transport functions.
6537 pcg 1.11 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
6538 pcg 1.1 # needs -lnsl.
6539     # The nsl library prevents programs from opening the X display
6540 pcg 1.11 # on Irix 5.2, according to T.E. Dickey.
6541     # The functions gethostbyname, getservbyname, and inet_addr are
6542     # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
6543 ayin 1.108 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
6544     echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
6545 pcg 1.11 if test "${ac_cv_func_gethostbyname+set}" = set; then
6546     echo $ECHO_N "(cached) $ECHO_C" >&6
6547     else
6548     cat >conftest.$ac_ext <<_ACEOF
6549     /* confdefs.h. */
6550     _ACEOF
6551     cat confdefs.h >>conftest.$ac_ext
6552     cat >>conftest.$ac_ext <<_ACEOF
6553     /* end confdefs.h. */
6554     /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
6555     For example, HP-UX 11i <limits.h> declares gettimeofday. */
6556     #define gethostbyname innocuous_gethostbyname
6557    
6558 pcg 1.1 /* System header to define __stub macros and hopefully few prototypes,
6559 pcg 1.11 which can conflict with char gethostbyname (); below.
6560     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6561     <limits.h> exists even on freestanding compilers. */
6562    
6563     #ifdef __STDC__
6564     # include <limits.h>
6565     #else
6566     # include <assert.h>
6567     #endif
6568    
6569     #undef gethostbyname
6570    
6571 ayin 1.108 /* Override any GCC internal prototype to avoid an error.
6572     Use char because int might match the return type of a GCC
6573     builtin and then its argument prototype would still apply. */
6574 pcg 1.11 #ifdef __cplusplus
6575     extern "C"
6576     #endif
6577     char gethostbyname ();
6578 pcg 1.1 /* The GNU C library defines this for functions which it implements
6579     to always fail with ENOSYS. Some functions are actually named
6580     something starting with __ and the normal name is an alias. */
6581 ayin 1.108 #if defined __stub_gethostbyname || defined __stub___gethostbyname
6582 pcg 1.1 choke me
6583     #endif
6584    
6585 pcg 1.11 int
6586     main ()
6587     {
6588 ayin 1.108 return gethostbyname ();
6589 pcg 1.11 ;
6590     return 0;
6591     }
6592     _ACEOF
6593     rm -f conftest.$ac_objext conftest$ac_exeext
6594 ayin 1.108 if { (ac_try="$ac_link"
6595     case "(($ac_try" in
6596     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6597     *) ac_try_echo=$ac_try;;
6598     esac
6599     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6600     (eval "$ac_link") 2>conftest.er1
6601 pcg 1.11 ac_status=$?
6602     grep -v '^ *+' conftest.er1 >conftest.err
6603     rm -f conftest.er1
6604     cat conftest.err >&5
6605     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6606 ayin 1.108 (exit $ac_status); } && {
6607     test -z "$ac_cxx_werror_flag" ||
6608     test ! -s conftest.err
6609     } && test -s conftest$ac_exeext &&
6610     $as_test_x conftest$ac_exeext; then
6611 pcg 1.11 ac_cv_func_gethostbyname=yes
6612     else
6613     echo "$as_me: failed program was:" >&5
6614     sed 's/^/| /' conftest.$ac_ext >&5
6615    
6616 ayin 1.108 ac_cv_func_gethostbyname=no
6617 pcg 1.11 fi
6618 ayin 1.108
6619     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6620 pcg 1.11 conftest$ac_exeext conftest.$ac_ext
6621     fi
6622 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
6623     echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
6624 pcg 1.11
6625 pcg 1.1 if test $ac_cv_func_gethostbyname = no; then
6626 ayin 1.108 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
6627     echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
6628 pcg 1.11 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
6629     echo $ECHO_N "(cached) $ECHO_C" >&6
6630 pcg 1.1 else
6631 pcg 1.11 ac_check_lib_save_LIBS=$LIBS
6632 pcg 1.1 LIBS="-lnsl $LIBS"
6633 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
6634     /* confdefs.h. */
6635     _ACEOF
6636     cat confdefs.h >>conftest.$ac_ext
6637     cat >>conftest.$ac_ext <<_ACEOF
6638     /* end confdefs.h. */
6639    
6640 ayin 1.108 /* Override any GCC internal prototype to avoid an error.
6641     Use char because int might match the return type of a GCC
6642     builtin and then its argument prototype would still apply. */
6643 pcg 1.11 #ifdef __cplusplus
6644     extern "C"
6645     #endif
6646     char gethostbyname ();
6647     int
6648     main ()
6649     {
6650 ayin 1.108 return gethostbyname ();
6651 pcg 1.11 ;
6652     return 0;
6653     }
6654     _ACEOF
6655     rm -f conftest.$ac_objext conftest$ac_exeext
6656 ayin 1.108 if { (ac_try="$ac_link"
6657     case "(($ac_try" in
6658     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6659     *) ac_try_echo=$ac_try;;
6660     esac
6661     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6662     (eval "$ac_link") 2>conftest.er1
6663 pcg 1.11 ac_status=$?
6664     grep -v '^ *+' conftest.er1 >conftest.err
6665     rm -f conftest.er1
6666     cat conftest.err >&5
6667     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6668 ayin 1.108 (exit $ac_status); } && {
6669     test -z "$ac_cxx_werror_flag" ||
6670     test ! -s conftest.err
6671     } && test -s conftest$ac_exeext &&
6672     $as_test_x conftest$ac_exeext; then
6673 pcg 1.11 ac_cv_lib_nsl_gethostbyname=yes
6674     else
6675     echo "$as_me: failed program was:" >&5
6676     sed 's/^/| /' conftest.$ac_ext >&5
6677    
6678 ayin 1.108 ac_cv_lib_nsl_gethostbyname=no
6679 pcg 1.11 fi
6680 ayin 1.108
6681     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6682 pcg 1.11 conftest$ac_exeext conftest.$ac_ext
6683     LIBS=$ac_check_lib_save_LIBS
6684     fi
6685 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
6686     echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
6687 pcg 1.11 if test $ac_cv_lib_nsl_gethostbyname = yes; then
6688     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
6689     fi
6690 pcg 1.1
6691 pcg 1.11 if test $ac_cv_lib_nsl_gethostbyname = no; then
6692 ayin 1.108 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
6693     echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
6694 pcg 1.11 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
6695     echo $ECHO_N "(cached) $ECHO_C" >&6
6696     else
6697     ac_check_lib_save_LIBS=$LIBS
6698     LIBS="-lbsd $LIBS"
6699     cat >conftest.$ac_ext <<_ACEOF
6700     /* confdefs.h. */
6701     _ACEOF
6702     cat confdefs.h >>conftest.$ac_ext
6703     cat >>conftest.$ac_ext <<_ACEOF
6704     /* end confdefs.h. */
6705 pcg 1.1
6706 ayin 1.108 /* Override any GCC internal prototype to avoid an error.
6707     Use char because int might match the return type of a GCC
6708     builtin and then its argument prototype would still apply. */
6709 pcg 1.11 #ifdef __cplusplus
6710     extern "C"
6711     #endif
6712     char gethostbyname ();
6713     int
6714     main ()
6715     {
6716 ayin 1.108 return gethostbyname ();
6717 pcg 1.11 ;
6718     return 0;
6719     }
6720     _ACEOF
6721     rm -f conftest.$ac_objext conftest$ac_exeext
6722 ayin 1.108 if { (ac_try="$ac_link"
6723     case "(($ac_try" in
6724     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6725     *) ac_try_echo=$ac_try;;
6726     esac
6727     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6728     (eval "$ac_link") 2>conftest.er1
6729 pcg 1.11 ac_status=$?
6730     grep -v '^ *+' conftest.er1 >conftest.err
6731     rm -f conftest.er1
6732     cat conftest.err >&5
6733     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6734 ayin 1.108 (exit $ac_status); } && {
6735     test -z "$ac_cxx_werror_flag" ||
6736     test ! -s conftest.err
6737     } && test -s conftest$ac_exeext &&
6738     $as_test_x conftest$ac_exeext; then
6739 pcg 1.11 ac_cv_lib_bsd_gethostbyname=yes
6740     else
6741     echo "$as_me: failed program was:" >&5
6742     sed 's/^/| /' conftest.$ac_ext >&5
6743    
6744 ayin 1.108 ac_cv_lib_bsd_gethostbyname=no
6745 pcg 1.11 fi
6746 ayin 1.108
6747     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6748 pcg 1.11 conftest$ac_exeext conftest.$ac_ext
6749     LIBS=$ac_check_lib_save_LIBS
6750     fi
6751 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
6752     echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
6753 pcg 1.11 if test $ac_cv_lib_bsd_gethostbyname = yes; then
6754     X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
6755 pcg 1.1 fi
6756    
6757 pcg 1.11 fi
6758 pcg 1.1 fi
6759    
6760     # lieder@skyler.mavd.honeywell.com says without -lsocket,
6761     # socket/setsockopt and other routines are undefined under SCO ODT
6762     # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
6763 pcg 1.11 # on later versions), says Simon Leinen: it contains gethostby*
6764     # variants that don't use the name server (or something). -lsocket
6765     # must be given before -lnsl if both are needed. We assume that
6766     # if connect needs -lnsl, so does gethostbyname.
6767 ayin 1.108 { echo "$as_me:$LINENO: checking for connect" >&5
6768     echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
6769 pcg 1.11 if test "${ac_cv_func_connect+set}" = set; then
6770     echo $ECHO_N "(cached) $ECHO_C" >&6
6771     else
6772     cat >conftest.$ac_ext <<_ACEOF
6773     /* confdefs.h. */
6774     _ACEOF
6775     cat confdefs.h >>conftest.$ac_ext
6776     cat >>conftest.$ac_ext <<_ACEOF
6777     /* end confdefs.h. */
6778     /* Define connect to an innocuous variant, in case <limits.h> declares connect.
6779     For example, HP-UX 11i <limits.h> declares gettimeofday. */
6780     #define connect innocuous_connect
6781    
6782 pcg 1.1 /* System header to define __stub macros and hopefully few prototypes,
6783 pcg 1.11 which can conflict with char connect (); below.
6784     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6785     <limits.h> exists even on freestanding compilers. */
6786    
6787     #ifdef __STDC__
6788     # include <limits.h>
6789     #else
6790     # include <assert.h>
6791     #endif
6792    
6793     #undef connect
6794    
6795 ayin 1.108 /* Override any GCC internal prototype to avoid an error.
6796     Use char because int might match the return type of a GCC
6797     builtin and then its argument prototype would still apply. */
6798 pcg 1.11 #ifdef __cplusplus
6799     extern "C"
6800     #endif
6801     char connect ();
6802 pcg 1.1 /* The GNU C library defines this for functions which it implements
6803     to always fail with ENOSYS. Some functions are actually named
6804     something starting with __ and the normal name is an alias. */
6805 ayin 1.108 #if defined __stub_connect || defined __stub___connect
6806 pcg 1.1 choke me
6807     #endif
6808    
6809 pcg 1.11 int
6810     main ()
6811     {
6812 ayin 1.108 return connect ();
6813 pcg 1.11 ;
6814     return 0;
6815     }
6816     _ACEOF
6817     rm -f conftest.$ac_objext conftest$ac_exeext
6818 ayin 1.108 if { (ac_try="$ac_link"
6819     case "(($ac_try" in
6820     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6821     *) ac_try_echo=$ac_try;;
6822     esac
6823     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6824     (eval "$ac_link") 2>conftest.er1
6825 pcg 1.11 ac_status=$?
6826     grep -v '^ *+' conftest.er1 >conftest.err
6827     rm -f conftest.er1
6828     cat conftest.err >&5
6829     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6830 ayin 1.108 (exit $ac_status); } && {
6831     test -z "$ac_cxx_werror_flag" ||
6832     test ! -s conftest.err
6833     } && test -s conftest$ac_exeext &&
6834     $as_test_x conftest$ac_exeext; then
6835 pcg 1.11 ac_cv_func_connect=yes
6836     else
6837     echo "$as_me: failed program was:" >&5
6838     sed 's/^/| /' conftest.$ac_ext >&5
6839    
6840 ayin 1.108 ac_cv_func_connect=no
6841 pcg 1.1 fi
6842 ayin 1.108
6843     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6844 pcg 1.11 conftest$ac_exeext conftest.$ac_ext
6845 pcg 1.1 fi
6846 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
6847     echo "${ECHO_T}$ac_cv_func_connect" >&6; }
6848 pcg 1.1
6849     if test $ac_cv_func_connect = no; then
6850 ayin 1.108 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
6851     echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
6852 pcg 1.11 if test "${ac_cv_lib_socket_connect+set}" = set; then
6853     echo $ECHO_N "(cached) $ECHO_C" >&6
6854 pcg 1.1 else
6855 pcg 1.11 ac_check_lib_save_LIBS=$LIBS
6856 pcg 1.1 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
6857 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
6858     /* confdefs.h. */
6859     _ACEOF
6860     cat confdefs.h >>conftest.$ac_ext
6861     cat >>conftest.$ac_ext <<_ACEOF
6862     /* end confdefs.h. */
6863    
6864 ayin 1.108 /* Override any GCC internal prototype to avoid an error.
6865     Use char because int might match the return type of a GCC
6866     builtin and then its argument prototype would still apply. */
6867 pcg 1.11 #ifdef __cplusplus
6868     extern "C"
6869     #endif
6870     char connect ();
6871     int
6872     main ()
6873     {
6874 ayin 1.108 return connect ();
6875 pcg 1.11 ;
6876     return 0;
6877     }
6878     _ACEOF
6879     rm -f conftest.$ac_objext conftest$ac_exeext
6880 ayin 1.108 if { (ac_try="$ac_link"
6881     case "(($ac_try" in
6882     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6883     *) ac_try_echo=$ac_try;;
6884     esac
6885     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6886     (eval "$ac_link") 2>conftest.er1
6887 pcg 1.11 ac_status=$?
6888     grep -v '^ *+' conftest.er1 >conftest.err
6889     rm -f conftest.er1
6890     cat conftest.err >&5
6891     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6892 ayin 1.108 (exit $ac_status); } && {
6893     test -z "$ac_cxx_werror_flag" ||
6894     test ! -s conftest.err
6895     } && test -s conftest$ac_exeext &&
6896     $as_test_x conftest$ac_exeext; then
6897 pcg 1.11 ac_cv_lib_socket_connect=yes
6898     else
6899     echo "$as_me: failed program was:" >&5
6900     sed 's/^/| /' conftest.$ac_ext >&5
6901    
6902 ayin 1.108 ac_cv_lib_socket_connect=no
6903 pcg 1.11 fi
6904 ayin 1.108
6905     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6906 pcg 1.11 conftest$ac_exeext conftest.$ac_ext
6907     LIBS=$ac_check_lib_save_LIBS
6908     fi
6909 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
6910     echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
6911 pcg 1.11 if test $ac_cv_lib_socket_connect = yes; then
6912 pcg 1.1 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
6913     fi
6914    
6915     fi
6916    
6917 pcg 1.11 # Guillermo Gomez says -lposix is necessary on A/UX.
6918 ayin 1.108 { echo "$as_me:$LINENO: checking for remove" >&5
6919     echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
6920 pcg 1.11 if test "${ac_cv_func_remove+set}" = set; then
6921     echo $ECHO_N "(cached) $ECHO_C" >&6
6922     else
6923     cat >conftest.$ac_ext <<_ACEOF
6924     /* confdefs.h. */
6925     _ACEOF
6926     cat confdefs.h >>conftest.$ac_ext
6927     cat >>conftest.$ac_ext <<_ACEOF
6928     /* end confdefs.h. */
6929     /* Define remove to an innocuous variant, in case <limits.h> declares remove.
6930     For example, HP-UX 11i <limits.h> declares gettimeofday. */
6931     #define remove innocuous_remove
6932    
6933 pcg 1.1 /* System header to define __stub macros and hopefully few prototypes,
6934 pcg 1.11 which can conflict with char remove (); below.
6935     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6936     <limits.h> exists even on freestanding compilers. */
6937    
6938     #ifdef __STDC__
6939     # include <limits.h>
6940     #else
6941     # include <assert.h>
6942     #endif
6943    
6944     #undef remove
6945    
6946 ayin 1.108 /* Override any GCC internal prototype to avoid an error.
6947     Use char because int might match the return type of a GCC
6948     builtin and then its argument prototype would still apply. */
6949 pcg 1.11 #ifdef __cplusplus
6950     extern "C"
6951     #endif
6952     char remove ();
6953 pcg 1.1 /* The GNU C library defines this for functions which it implements
6954     to always fail with ENOSYS. Some functions are actually named
6955     something starting with __ and the normal name is an alias. */
6956 ayin 1.108 #if defined __stub_remove || defined __stub___remove
6957 pcg 1.1 choke me
6958     #endif
6959    
6960 pcg 1.11 int
6961     main ()
6962     {
6963 ayin 1.108 return remove ();
6964 pcg 1.11 ;
6965     return 0;
6966     }
6967     _ACEOF
6968     rm -f conftest.$ac_objext conftest$ac_exeext
6969 ayin 1.108 if { (ac_try="$ac_link"
6970     case "(($ac_try" in
6971     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6972     *) ac_try_echo=$ac_try;;
6973     esac
6974     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6975     (eval "$ac_link") 2>conftest.er1
6976 pcg 1.11 ac_status=$?
6977     grep -v '^ *+' conftest.er1 >conftest.err
6978     rm -f conftest.er1
6979     cat conftest.err >&5
6980     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6981 ayin 1.108 (exit $ac_status); } && {
6982     test -z "$ac_cxx_werror_flag" ||
6983     test ! -s conftest.err
6984     } && test -s conftest$ac_exeext &&
6985     $as_test_x conftest$ac_exeext; then
6986 pcg 1.11 ac_cv_func_remove=yes
6987     else
6988     echo "$as_me: failed program was:" >&5
6989     sed 's/^/| /' conftest.$ac_ext >&5
6990    
6991 ayin 1.108 ac_cv_func_remove=no
6992 pcg 1.1 fi
6993 ayin 1.108
6994     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6995 pcg 1.11 conftest$ac_exeext conftest.$ac_ext
6996 pcg 1.1 fi
6997 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
6998     echo "${ECHO_T}$ac_cv_func_remove" >&6; }
6999 pcg 1.1
7000     if test $ac_cv_func_remove = no; then
7001 ayin 1.108 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
7002     echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
7003 pcg 1.11 if test "${ac_cv_lib_posix_remove+set}" = set; then
7004     echo $ECHO_N "(cached) $ECHO_C" >&6
7005 pcg 1.1 else
7006 pcg 1.11 ac_check_lib_save_LIBS=$LIBS
7007 pcg 1.1 LIBS="-lposix $LIBS"
7008 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
7009     /* confdefs.h. */
7010     _ACEOF
7011     cat confdefs.h >>conftest.$ac_ext
7012     cat >>conftest.$ac_ext <<_ACEOF
7013     /* end confdefs.h. */
7014    
7015 ayin 1.108 /* Override any GCC internal prototype to avoid an error.
7016     Use char because int might match the return type of a GCC
7017     builtin and then its argument prototype would still apply. */
7018 pcg 1.11 #ifdef __cplusplus
7019     extern "C"
7020     #endif
7021     char remove ();
7022     int
7023     main ()
7024     {
7025 ayin 1.108 return remove ();
7026 pcg 1.11 ;
7027     return 0;
7028     }
7029     _ACEOF
7030     rm -f conftest.$ac_objext conftest$ac_exeext
7031 ayin 1.108 if { (ac_try="$ac_link"
7032     case "(($ac_try" in
7033     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7034     *) ac_try_echo=$ac_try;;
7035     esac
7036     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7037     (eval "$ac_link") 2>conftest.er1
7038 pcg 1.11 ac_status=$?
7039     grep -v '^ *+' conftest.er1 >conftest.err
7040     rm -f conftest.er1
7041     cat conftest.err >&5
7042     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7043 ayin 1.108 (exit $ac_status); } && {
7044     test -z "$ac_cxx_werror_flag" ||
7045     test ! -s conftest.err
7046     } && test -s conftest$ac_exeext &&
7047     $as_test_x conftest$ac_exeext; then
7048 pcg 1.11 ac_cv_lib_posix_remove=yes
7049     else
7050     echo "$as_me: failed program was:" >&5
7051     sed 's/^/| /' conftest.$ac_ext >&5
7052    
7053 ayin 1.108 ac_cv_lib_posix_remove=no
7054 pcg 1.11 fi
7055 ayin 1.108
7056     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7057 pcg 1.11 conftest$ac_exeext conftest.$ac_ext
7058     LIBS=$ac_check_lib_save_LIBS
7059     fi
7060 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
7061     echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
7062 pcg 1.11 if test $ac_cv_lib_posix_remove = yes; then
7063 pcg 1.1 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
7064     fi
7065    
7066     fi
7067    
7068     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
7069 ayin 1.108 { echo "$as_me:$LINENO: checking for shmat" >&5
7070     echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
7071 pcg 1.11 if test "${ac_cv_func_shmat+set}" = set; then
7072     echo $ECHO_N "(cached) $ECHO_C" >&6
7073     else
7074     cat >conftest.$ac_ext <<_ACEOF
7075     /* confdefs.h. */
7076     _ACEOF
7077     cat confdefs.h >>conftest.$ac_ext
7078     cat >>conftest.$ac_ext <<_ACEOF
7079     /* end confdefs.h. */
7080     /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
7081     For example, HP-UX 11i <limits.h> declares gettimeofday. */
7082     #define shmat innocuous_shmat
7083    
7084 pcg 1.1 /* System header to define __stub macros and hopefully few prototypes,
7085 pcg 1.11 which can conflict with char shmat (); below.
7086     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7087     <limits.h> exists even on freestanding compilers. */
7088    
7089     #ifdef __STDC__
7090     # include <limits.h>
7091     #else
7092     # include <assert.h>
7093     #endif
7094    
7095     #undef shmat
7096    
7097 ayin 1.108 /* Override any GCC internal prototype to avoid an error.
7098     Use char because int might match the return type of a GCC
7099     builtin and then its argument prototype would still apply. */
7100 pcg 1.11 #ifdef __cplusplus
7101     extern "C"
7102     #endif
7103     char shmat ();
7104 pcg 1.1 /* The GNU C library defines this for functions which it implements
7105     to always fail with ENOSYS. Some functions are actually named
7106     something starting with __ and the normal name is an alias. */
7107 ayin 1.108 #if defined __stub_shmat || defined __stub___shmat
7108 pcg 1.1 choke me
7109 pcg 1.11 #endif
7110    
7111     int
7112     main ()
7113     {
7114 ayin 1.108 return shmat ();
7115 pcg 1.11 ;
7116     return 0;
7117     }
7118     _ACEOF
7119     rm -f conftest.$ac_objext conftest$ac_exeext
7120 ayin 1.108 if { (ac_try="$ac_link"
7121     case "(($ac_try" in
7122     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7123     *) ac_try_echo=$ac_try;;
7124     esac
7125     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7126     (eval "$ac_link") 2>conftest.er1
7127 pcg 1.11 ac_status=$?
7128     grep -v '^ *+' conftest.er1 >conftest.err
7129     rm -f conftest.er1
7130     cat conftest.err >&5
7131     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7132 ayin 1.108 (exit $ac_status); } && {
7133     test -z "$ac_cxx_werror_flag" ||
7134     test ! -s conftest.err
7135     } && test -s conftest$ac_exeext &&
7136     $as_test_x conftest$ac_exeext; then
7137 pcg 1.11 ac_cv_func_shmat=yes
7138     else
7139     echo "$as_me: failed program was:" >&5
7140     sed 's/^/| /' conftest.$ac_ext >&5
7141 pcg 1.1
7142 ayin 1.108 ac_cv_func_shmat=no
7143 pcg 1.1 fi
7144 ayin 1.108
7145     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7146 pcg 1.11 conftest$ac_exeext conftest.$ac_ext
7147 pcg 1.1 fi
7148 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
7149     echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
7150 pcg 1.1
7151     if test $ac_cv_func_shmat = no; then
7152 ayin 1.108 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
7153     echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
7154 pcg 1.11 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
7155     echo $ECHO_N "(cached) $ECHO_C" >&6
7156 pcg 1.1 else
7157 pcg 1.11 ac_check_lib_save_LIBS=$LIBS
7158 pcg 1.1 LIBS="-lipc $LIBS"
7159 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
7160     /* confdefs.h. */
7161     _ACEOF
7162     cat confdefs.h >>conftest.$ac_ext
7163     cat >>conftest.$ac_ext <<_ACEOF
7164     /* end confdefs.h. */
7165    
7166 ayin 1.108 /* Override any GCC internal prototype to avoid an error.
7167     Use char because int might match the return type of a GCC
7168     builtin and then its argument prototype would still apply. */
7169 pcg 1.11 #ifdef __cplusplus
7170     extern "C"
7171     #endif
7172     char shmat ();
7173     int
7174     main ()
7175     {
7176 ayin 1.108 return shmat ();
7177 pcg 1.11 ;
7178     return 0;
7179     }
7180     _ACEOF
7181     rm -f conftest.$ac_objext conftest$ac_exeext
7182 ayin 1.108 if { (ac_try="$ac_link"
7183     case "(($ac_try" in
7184     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7185     *) ac_try_echo=$ac_try;;
7186     esac
7187     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7188     (eval "$ac_link") 2>conftest.er1
7189 pcg 1.11 ac_status=$?
7190     grep -v '^ *+' conftest.er1 >conftest.err
7191     rm -f conftest.er1
7192     cat conftest.err >&5
7193     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7194 ayin 1.108 (exit $ac_status); } && {
7195     test -z "$ac_cxx_werror_flag" ||
7196     test ! -s conftest.err
7197     } && test -s conftest$ac_exeext &&
7198     $as_test_x conftest$ac_exeext; then
7199 pcg 1.11 ac_cv_lib_ipc_shmat=yes
7200     else
7201     echo "$as_me: failed program was:" >&5
7202     sed 's/^/| /' conftest.$ac_ext >&5
7203    
7204 ayin 1.108 ac_cv_lib_ipc_shmat=no
7205 pcg 1.11 fi
7206 ayin 1.108
7207     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7208 pcg 1.11 conftest$ac_exeext conftest.$ac_ext
7209     LIBS=$ac_check_lib_save_LIBS
7210     fi
7211 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
7212     echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
7213 pcg 1.11 if test $ac_cv_lib_ipc_shmat = yes; then
7214 pcg 1.1 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
7215     fi
7216    
7217     fi
7218     fi
7219    
7220     # Check for libraries that X11R6 Xt/Xaw programs need.
7221 pcg 1.11 ac_save_LDFLAGS=$LDFLAGS
7222 pcg 1.1 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
7223     # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
7224     # check for ICE first), but we must link in the order -lSM -lICE or
7225     # we get undefined symbols. So assume we have SM if we have ICE.
7226     # These have to be linked with before -lX11, unlike the other
7227     # libraries we check for below, so use a different variable.
7228 pcg 1.11 # John Interrante, Karl Berry
7229 ayin 1.108 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
7230     echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
7231 pcg 1.11 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
7232     echo $ECHO_N "(cached) $ECHO_C" >&6
7233 pcg 1.1 else
7234 pcg 1.11 ac_check_lib_save_LIBS=$LIBS
7235 pcg 1.1 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
7236 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
7237     /* confdefs.h. */
7238     _ACEOF
7239     cat confdefs.h >>conftest.$ac_ext
7240     cat >>conftest.$ac_ext <<_ACEOF
7241     /* end confdefs.h. */
7242    
7243 ayin 1.108 /* Override any GCC internal prototype to avoid an error.
7244     Use char because int might match the return type of a GCC
7245     builtin and then its argument prototype would still apply. */
7246 pcg 1.11 #ifdef __cplusplus
7247     extern "C"
7248     #endif
7249     char IceConnectionNumber ();
7250     int
7251     main ()
7252     {
7253 ayin 1.108 return IceConnectionNumber ();
7254 pcg 1.11 ;
7255     return 0;
7256     }
7257     _ACEOF
7258     rm -f conftest.$ac_objext conftest$ac_exeext
7259 ayin 1.108 if { (ac_try="$ac_link"
7260     case "(($ac_try" in
7261     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7262     *) ac_try_echo=$ac_try;;
7263     esac
7264     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7265     (eval "$ac_link") 2>conftest.er1
7266 pcg 1.11 ac_status=$?
7267     grep -v '^ *+' conftest.er1 >conftest.err
7268     rm -f conftest.er1
7269     cat conftest.err >&5
7270     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7271 ayin 1.108 (exit $ac_status); } && {
7272     test -z "$ac_cxx_werror_flag" ||
7273     test ! -s conftest.err
7274     } && test -s conftest$ac_exeext &&
7275     $as_test_x conftest$ac_exeext; then
7276 pcg 1.11 ac_cv_lib_ICE_IceConnectionNumber=yes
7277     else
7278     echo "$as_me: failed program was:" >&5
7279     sed 's/^/| /' conftest.$ac_ext >&5
7280    
7281 ayin 1.108 ac_cv_lib_ICE_IceConnectionNumber=no
7282 pcg 1.11 fi
7283 ayin 1.108
7284     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7285 pcg 1.11 conftest$ac_exeext conftest.$ac_ext
7286     LIBS=$ac_check_lib_save_LIBS
7287     fi
7288 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
7289     echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
7290 pcg 1.11 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
7291 pcg 1.1 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
7292     fi
7293    
7294 pcg 1.11 LDFLAGS=$ac_save_LDFLAGS
7295 pcg 1.1
7296     fi
7297    
7298    
7299 ayin 1.108 AFTERIMAGE_CFLAGS=
7300 root 1.103 AFTERIMAGE_LIBS=
7301 ayin 1.108 AFTERIMAGE_VERSION=
7302 root 1.103
7303     if test x$support_afterimage = xyes; then
7304     support_afterimage=no
7305    
7306 ayin 1.104 if test "x$afterimage_config" = "x" ; then
7307 root 1.103 # Extract the first word of "afterimage-config", so it can be a program name with args.
7308     set dummy afterimage-config; ac_word=$2
7309 ayin 1.108 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7310     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7311 root 1.103 if test "${ac_cv_path_afterimage_config+set}" = set; then
7312     echo $ECHO_N "(cached) $ECHO_C" >&6
7313     else
7314     case $afterimage_config in
7315     [\\/]* | ?:[\\/]*)
7316     ac_cv_path_afterimage_config="$afterimage_config" # Let the user override the test with a path.
7317     ;;
7318     *)
7319     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7320     for as_dir in $PATH
7321     do
7322     IFS=$as_save_IFS
7323     test -z "$as_dir" && as_dir=.
7324     for ac_exec_ext in '' $ac_executable_extensions; do
7325 ayin 1.108 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7326 root 1.103 ac_cv_path_afterimage_config="$as_dir/$ac_word$ac_exec_ext"
7327     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7328     break 2
7329     fi
7330     done
7331     done
7332 ayin 1.108 IFS=$as_save_IFS
7333 root 1.103
7334     test -z "$ac_cv_path_afterimage_config" && ac_cv_path_afterimage_config="no"
7335     ;;
7336     esac
7337     fi
7338     afterimage_config=$ac_cv_path_afterimage_config
7339     if test -n "$afterimage_config"; then
7340 ayin 1.108 { echo "$as_me:$LINENO: result: $afterimage_config" >&5
7341     echo "${ECHO_T}$afterimage_config" >&6; }
7342 root 1.103 else
7343 ayin 1.108 { echo "$as_me:$LINENO: result: no" >&5
7344     echo "${ECHO_T}no" >&6; }
7345 root 1.103 fi
7346    
7347 ayin 1.108
7348 root 1.103 fi
7349 root 1.109 if test "x$afterimage_config" != "xno" ; then
7350     { echo "$as_me:$LINENO: checking for libAfterImage version >= 1.15" >&5
7351 ayin 1.108 echo $ECHO_N "checking for libAfterImage version >= 1.15... $ECHO_C" >&6; }
7352 root 1.109 xAFTERIMAGE_VERSION=`$afterimage_config --version`
7353     if test -n "$xAFTERIMAGE_VERSION" ; then
7354     xAFTERIMAGE_CFLAGS=`$afterimage_config --cflags`
7355     xAFTERIMAGE_LIBS=`$afterimage_config --libs`
7356     if test "x$xAFTERIMAGE_LIBS" != "x"; then
7357     libai_ver_major=`echo $xAFTERIMAGE_VERSION | cut -f 1 -d .`
7358     libai_ver_minor=`echo $xAFTERIMAGE_VERSION | cut -f 2 -d .`
7359     if test $libai_ver_major -gt 1 -o \( $libai_ver_major -eq 1 -a $libai_ver_minor -ge 15 \); then
7360     support_afterimage=yes
7361     AFTERIMAGE_CFLAGS="$xAFTERIMAGE_CFLAGS"
7362     AFTERIMAGE_LIBS="$xAFTERIMAGE_LIBS"
7363     AFTERIMAGE_VERSION="$xAFTERIMAGE_VERSION"
7364     fi
7365 ayin 1.108 fi
7366 root 1.103 fi
7367 root 1.109 if test "x$support_afterimage" = "xyes"; then
7368     { echo "$as_me:$LINENO: result: $AFTERIMAGE_LIBS" >&5
7369 ayin 1.108 echo "${ECHO_T}$AFTERIMAGE_LIBS" >&6; }
7370 root 1.109 else
7371     { echo "$as_me:$LINENO: result: no" >&5
7372 ayin 1.108 echo "${ECHO_T}no" >&6; }
7373 root 1.109 fi
7374 root 1.103 fi
7375     fi
7376    
7377 ayin 1.108 { echo "$as_me:$LINENO: checking for sys/wait.h that is POSIX.1 compatible" >&5
7378     echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6; }
7379 pcg 1.11 if test "${ac_cv_header_sys_wait_h+set}" = set; then
7380     echo $ECHO_N "(cached) $ECHO_C" >&6
7381     else
7382     cat >conftest.$ac_ext <<_ACEOF
7383     /* confdefs.h. */
7384     _ACEOF
7385     cat confdefs.h >>conftest.$ac_ext
7386     cat >>conftest.$ac_ext <<_ACEOF
7387     /* end confdefs.h. */
7388 pcg 1.1 #include <sys/types.h>
7389     #include <sys/wait.h>
7390     #ifndef WEXITSTATUS
7391 ayin 1.108 # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
7392 pcg 1.1 #endif
7393     #ifndef WIFEXITED
7394 pcg 1.11 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
7395 pcg 1.1 #endif
7396 pcg 1.11
7397     int
7398     main ()
7399     {
7400     int s;
7401     wait (&s);
7402     s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
7403     ;
7404     return 0;
7405     }
7406     _ACEOF
7407     rm -f conftest.$ac_objext
7408 ayin 1.108 if { (ac_try="$ac_compile"
7409     case "(($ac_try" in
7410     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7411     *) ac_try_echo=$ac_try;;
7412     esac
7413     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7414     (eval "$ac_compile") 2>conftest.er1
7415 pcg 1.11 ac_status=$?
7416     grep -v '^ *+' conftest.er1 >conftest.err
7417     rm -f conftest.er1
7418     cat conftest.err >&5
7419     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7420 ayin 1.108 (exit $ac_status); } && {
7421     test -z "$ac_cxx_werror_flag" ||
7422     test ! -s conftest.err
7423     } && test -s conftest.$ac_objext; then
7424     ac_cv_header_sys_wait_h=yes
7425     else
7426 pcg 1.11 echo "$as_me: failed program was:" >&5
7427     sed 's/^/| /' conftest.$ac_ext >&5
7428    
7429 ayin 1.108 ac_cv_header_sys_wait_h=no
7430 pcg 1.1 fi
7431 ayin 1.108
7432     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7433 pcg 1.1 fi
7434 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5
7435     echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6; }
7436 pcg 1.11 if test $ac_cv_header_sys_wait_h = yes; then
7437 pcg 1.1
7438 pcg 1.11 cat >>confdefs.h <<\_ACEOF
7439 pcg 1.1 #define HAVE_SYS_WAIT_H 1
7440 pcg 1.11 _ACEOF
7441 pcg 1.1
7442     fi
7443    
7444 pcg 1.11
7445    
7446    
7447    
7448    
7449    
7450    
7451    
7452    
7453    
7454    
7455    
7456    
7457    
7458    
7459    
7460    
7461     for ac_header in \
7462 pcg 1.1 assert.h \
7463     fcntl.h \
7464     stdarg.h \
7465     stdlib.h \
7466     string.h \
7467     termios.h \
7468     unistd.h \
7469     sys/byteorder.h \
7470     sys/ioctl.h \
7471     sys/select.h \
7472     sys/sockio.h \
7473     sys/strredir.h \
7474     sys/time.h \
7475 root 1.83 stdint.h \
7476     wchar.h \
7477     cwchar \
7478     clocale \
7479 pcg 1.1
7480     do
7481 pcg 1.11 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7482 ayin 1.108 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7483     { echo "$as_me:$LINENO: checking for $ac_header" >&5
7484     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7485     if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7486 pcg 1.11 echo $ECHO_N "(cached) $ECHO_C" >&6
7487     fi
7488 ayin 1.108 ac_res=`eval echo '${'$as_ac_Header'}'`
7489     { echo "$as_me:$LINENO: result: $ac_res" >&5
7490     echo "${ECHO_T}$ac_res" >&6; }
7491 pcg 1.11 else
7492     # Is the header compilable?
7493 ayin 1.108 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
7494     echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
7495 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
7496     /* confdefs.h. */
7497     _ACEOF
7498     cat confdefs.h >>conftest.$ac_ext
7499     cat >>conftest.$ac_ext <<_ACEOF
7500     /* end confdefs.h. */
7501     $ac_includes_default
7502     #include <$ac_header>
7503     _ACEOF
7504     rm -f conftest.$ac_objext
7505 ayin 1.108 if { (ac_try="$ac_compile"
7506     case "(($ac_try" in
7507     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7508     *) ac_try_echo=$ac_try;;
7509     esac
7510     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7511     (eval "$ac_compile") 2>conftest.er1
7512 pcg 1.11 ac_status=$?
7513     grep -v '^ *+' conftest.er1 >conftest.err
7514     rm -f conftest.er1
7515     cat conftest.err >&5
7516     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7517 ayin 1.108 (exit $ac_status); } && {
7518     test -z "$ac_cxx_werror_flag" ||
7519     test ! -s conftest.err
7520     } && test -s conftest.$ac_objext; then
7521 pcg 1.11 ac_header_compiler=yes
7522     else
7523     echo "$as_me: failed program was:" >&5
7524     sed 's/^/| /' conftest.$ac_ext >&5
7525    
7526 ayin 1.108 ac_header_compiler=no
7527 pcg 1.11 fi
7528 ayin 1.108
7529     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7530     { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7531     echo "${ECHO_T}$ac_header_compiler" >&6; }
7532 pcg 1.11
7533     # Is the header present?
7534 ayin 1.108 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
7535     echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
7536 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
7537     /* confdefs.h. */
7538     _ACEOF
7539     cat confdefs.h >>conftest.$ac_ext
7540     cat >>conftest.$ac_ext <<_ACEOF
7541     /* end confdefs.h. */
7542     #include <$ac_header>
7543     _ACEOF
7544 ayin 1.108 if { (ac_try="$ac_cpp conftest.$ac_ext"
7545     case "(($ac_try" in
7546     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7547     *) ac_try_echo=$ac_try;;
7548     esac
7549     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7550     (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7551 pcg 1.11 ac_status=$?
7552     grep -v '^ *+' conftest.er1 >conftest.err
7553     rm -f conftest.er1
7554     cat conftest.err >&5
7555     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7556 ayin 1.108 (exit $ac_status); } >/dev/null && {
7557     test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
7558     test ! -s conftest.err
7559     }; then
7560 pcg 1.11 ac_header_preproc=yes
7561 pcg 1.1 else
7562 pcg 1.11 echo "$as_me: failed program was:" >&5
7563     sed 's/^/| /' conftest.$ac_ext >&5
7564    
7565     ac_header_preproc=no
7566     fi
7567 ayin 1.108
7568 pcg 1.11 rm -f conftest.err conftest.$ac_ext
7569 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7570     echo "${ECHO_T}$ac_header_preproc" >&6; }
7571 pcg 1.11
7572     # So? What about this header?
7573 pcg 1.13 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
7574 pcg 1.11 yes:no: )
7575     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7576     echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7577     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7578     echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7579     ac_header_preproc=yes
7580     ;;
7581     no:yes:* )
7582     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7583     echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7584     { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7585     echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7586     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7587     echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7588     { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7589     echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7590     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7591     echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7592     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7593     echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7594 ayin 1.108
7595 pcg 1.11 ;;
7596     esac
7597 ayin 1.108 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7598     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7599     if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7600 pcg 1.11 echo $ECHO_N "(cached) $ECHO_C" >&6
7601 pcg 1.1 else
7602 pcg 1.11 eval "$as_ac_Header=\$ac_header_preproc"
7603 pcg 1.1 fi
7604 ayin 1.108 ac_res=`eval echo '${'$as_ac_Header'}'`
7605     { echo "$as_me:$LINENO: result: $ac_res" >&5
7606     echo "${ECHO_T}$ac_res" >&6; }
7607 pcg 1.11
7608 pcg 1.1 fi
7609 pcg 1.11 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7610     cat >>confdefs.h <<_ACEOF
7611     #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7612     _ACEOF
7613    
7614 pcg 1.1 fi
7615 pcg 1.11
7616 pcg 1.1 done
7617    
7618    
7619 ayin 1.108 { echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
7620     echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6; }
7621 pcg 1.11 if test "${ac_cv_header_time+set}" = set; then
7622     echo $ECHO_N "(cached) $ECHO_C" >&6
7623     else
7624     cat >conftest.$ac_ext <<_ACEOF
7625     /* confdefs.h. */
7626     _ACEOF
7627     cat confdefs.h >>conftest.$ac_ext
7628     cat >>conftest.$ac_ext <<_ACEOF
7629     /* end confdefs.h. */
7630 pcg 1.1 #include <sys/types.h>
7631     #include <sys/time.h>
7632     #include <time.h>
7633 pcg 1.11
7634     int
7635     main ()
7636     {
7637     if ((struct tm *) 0)
7638     return 0;
7639     ;
7640     return 0;
7641     }
7642     _ACEOF
7643     rm -f conftest.$ac_objext
7644 ayin 1.108 if { (ac_try="$ac_compile"
7645     case "(($ac_try" in
7646     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7647     *) ac_try_echo=$ac_try;;
7648     esac
7649     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7650     (eval "$ac_compile") 2>conftest.er1
7651 pcg 1.11 ac_status=$?
7652     grep -v '^ *+' conftest.er1 >conftest.err
7653     rm -f conftest.er1
7654     cat conftest.err >&5
7655     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7656 ayin 1.108 (exit $ac_status); } && {
7657     test -z "$ac_cxx_werror_flag" ||
7658     test ! -s conftest.err
7659     } && test -s conftest.$ac_objext; then
7660 pcg 1.1 ac_cv_header_time=yes
7661     else
7662 pcg 1.11 echo "$as_me: failed program was:" >&5
7663     sed 's/^/| /' conftest.$ac_ext >&5
7664    
7665 ayin 1.108 ac_cv_header_time=no
7666 pcg 1.1 fi
7667 ayin 1.108
7668     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7669 pcg 1.1 fi
7670 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
7671     echo "${ECHO_T}$ac_cv_header_time" >&6; }
7672 pcg 1.11 if test $ac_cv_header_time = yes; then
7673 pcg 1.1
7674 pcg 1.11 cat >>confdefs.h <<\_ACEOF
7675 pcg 1.1 #define TIME_WITH_SYS_TIME 1
7676 pcg 1.11 _ACEOF
7677 pcg 1.1
7678     fi
7679    
7680    
7681 ayin 1.108 { echo "$as_me:$LINENO: checking whether termios.h and sys/ioctl.h may both be included" >&5
7682     echo $ECHO_N "checking whether termios.h and sys/ioctl.h may both be included... $ECHO_C" >&6; }
7683 pcg 1.11 if test "${rxvt_cv_header_sysioctl+set}" = set; then
7684     echo $ECHO_N "(cached) $ECHO_C" >&6
7685 pcg 1.1 else
7686 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
7687     /* confdefs.h. */
7688     _ACEOF
7689     cat confdefs.h >>conftest.$ac_ext
7690     cat >>conftest.$ac_ext <<_ACEOF
7691     /* end confdefs.h. */
7692 pcg 1.1 #include <stdio.h>
7693     #include <sys/ioctl.h>
7694     #ifdef HAVE_TERMIOS_H
7695     #include <termios.h>
7696     #endif
7697 pcg 1.11 int
7698     main ()
7699     {
7700 pcg 1.1 int a = ECHO;
7701 pcg 1.11 ;
7702     return 0;
7703     }
7704     _ACEOF
7705     rm -f conftest.$ac_objext
7706 ayin 1.108 if { (ac_try="$ac_compile"
7707     case "(($ac_try" in
7708     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7709     *) ac_try_echo=$ac_try;;
7710     esac
7711     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7712     (eval "$ac_compile") 2>conftest.er1
7713 pcg 1.11 ac_status=$?
7714     grep -v '^ *+' conftest.er1 >conftest.err
7715     rm -f conftest.er1
7716     cat conftest.err >&5
7717     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7718 ayin 1.108 (exit $ac_status); } && {
7719     test -z "$ac_cxx_werror_flag" ||
7720     test ! -s conftest.err
7721     } && test -s conftest.$ac_objext; then
7722 ayin 1.106 rxvt_cv_header_sysioctl=yes
7723 pcg 1.1 else
7724 ayin 1.106 echo "$as_me: failed program was:" >&5
7725 pcg 1.11 sed 's/^/| /' conftest.$ac_ext >&5
7726    
7727 ayin 1.108 rxvt_cv_header_sysioctl=no
7728 pcg 1.1 fi
7729 ayin 1.108
7730     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7731 pcg 1.1 fi
7732 ayin 1.108 { echo "$as_me:$LINENO: result: $rxvt_cv_header_sysioctl" >&5
7733     echo "${ECHO_T}$rxvt_cv_header_sysioctl" >&6; }
7734 pcg 1.1
7735 ayin 1.108 { echo "$as_me:$LINENO: checking for XPointer" >&5
7736     echo $ECHO_N "checking for XPointer... $ECHO_C" >&6; }
7737 pcg 1.11 if test "${rxvt_cv_xpointer+set}" = set; then
7738     echo $ECHO_N "(cached) $ECHO_C" >&6
7739     else
7740     cat >conftest.$ac_ext <<_ACEOF
7741     /* confdefs.h. */
7742     _ACEOF
7743     cat confdefs.h >>conftest.$ac_ext
7744     cat >>conftest.$ac_ext <<_ACEOF
7745     /* end confdefs.h. */
7746 pcg 1.1 #include <X11/Xlib.h>
7747 pcg 1.11 int
7748     main ()
7749     {
7750 pcg 1.1 XPointer dummy;
7751 pcg 1.11 ;
7752     return 0;
7753     }
7754     _ACEOF
7755     rm -f conftest.$ac_objext
7756 ayin 1.108 if { (ac_try="$ac_compile"
7757     case "(($ac_try" in
7758     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7759     *) ac_try_echo=$ac_try;;
7760     esac
7761     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7762     (eval "$ac_compile") 2>conftest.er1
7763 pcg 1.11 ac_status=$?
7764     grep -v '^ *+' conftest.er1 >conftest.err
7765     rm -f conftest.er1
7766     cat conftest.err >&5
7767     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7768 ayin 1.108 (exit $ac_status); } && {
7769     test -z "$ac_cxx_werror_flag" ||
7770     test ! -s conftest.err
7771     } && test -s conftest.$ac_objext; then
7772 pcg 1.1 rxvt_cv_xpointer=yes
7773     else
7774 pcg 1.11 echo "$as_me: failed program was:" >&5
7775     sed 's/^/| /' conftest.$ac_ext >&5
7776    
7777 ayin 1.108 rxvt_cv_xpointer=no
7778 pcg 1.1 fi
7779 ayin 1.108
7780     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7781 pcg 1.1 fi
7782 ayin 1.108 { echo "$as_me:$LINENO: result: $rxvt_cv_xpointer" >&5
7783     echo "${ECHO_T}$rxvt_cv_xpointer" >&6; }
7784 pcg 1.11 if test x$rxvt_cv_xpointer = xyes; then
7785 pcg 1.1
7786 pcg 1.11 cat >>confdefs.h <<\_ACEOF
7787 pcg 1.1 #define HAVE_XPOINTER 1
7788 pcg 1.11 _ACEOF
7789 pcg 1.1
7790     fi
7791    
7792 ayin 1.108 { echo "$as_me:$LINENO: checking for XLIB_ILLEGAL_ACCESS" >&5
7793     echo $ECHO_N "checking for XLIB_ILLEGAL_ACCESS... $ECHO_C" >&6; }
7794 root 1.99 if test "${rxvt_xlib_illegal_access+set}" = set; then
7795     echo $ECHO_N "(cached) $ECHO_C" >&6
7796     else
7797     cat >conftest.$ac_ext <<_ACEOF
7798     /* confdefs.h. */
7799     _ACEOF
7800     cat confdefs.h >>conftest.$ac_ext
7801     cat >>conftest.$ac_ext <<_ACEOF
7802     /* end confdefs.h. */
7803    
7804     #define XLIB_ILLEGAL_ACCESS
7805     #include <X11/Xlib.h>
7806    
7807     int
7808     main ()
7809     {
7810    
7811     Display *dpy;
7812     dpy->xdefaults = (char *)0;
7813    
7814     ;
7815     return 0;
7816     }
7817     _ACEOF
7818     rm -f conftest.$ac_objext
7819 ayin 1.108 if { (ac_try="$ac_compile"
7820     case "(($ac_try" in
7821     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7822     *) ac_try_echo=$ac_try;;
7823     esac
7824     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7825     (eval "$ac_compile") 2>conftest.er1
7826 root 1.99 ac_status=$?
7827     grep -v '^ *+' conftest.er1 >conftest.err
7828     rm -f conftest.er1
7829     cat conftest.err >&5
7830     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7831 ayin 1.108 (exit $ac_status); } && {
7832     test -z "$ac_cxx_werror_flag" ||
7833     test ! -s conftest.err
7834     } && test -s conftest.$ac_objext; then
7835 root 1.99 rxvt_xlib_illegal_access=yes
7836     else
7837     echo "$as_me: failed program was:" >&5
7838     sed 's/^/| /' conftest.$ac_ext >&5
7839    
7840 ayin 1.108 rxvt_xlib_illegal_access=no
7841 root 1.99
7842     fi
7843 ayin 1.108
7844     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7845 root 1.99 fi
7846 ayin 1.108 { echo "$as_me:$LINENO: result: $rxvt_xlib_illegal_access" >&5
7847     echo "${ECHO_T}$rxvt_xlib_illegal_access" >&6; }
7848 root 1.99 if test x$rxvt_xlib_illegal_access = xyes; then
7849    
7850     cat >>confdefs.h <<\_ACEOF
7851     #define XLIB_ILLEGAL_ACCESS 1
7852     _ACEOF
7853    
7854     fi
7855 pcg 1.1
7856 ayin 1.108 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
7857     echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
7858 pcg 1.11 if test "${ac_cv_c_const+set}" = set; then
7859     echo $ECHO_N "(cached) $ECHO_C" >&6
7860     else
7861     cat >conftest.$ac_ext <<_ACEOF
7862     /* confdefs.h. */
7863     _ACEOF
7864     cat confdefs.h >>conftest.$ac_ext
7865     cat >>conftest.$ac_ext <<_ACEOF
7866     /* end confdefs.h. */
7867 pcg 1.1
7868 pcg 1.11 int
7869     main ()
7870     {
7871     /* FIXME: Include the comments suggested by Paul. */
7872     #ifndef __cplusplus
7873     /* Ultrix mips cc rejects this. */
7874     typedef int charset[2];
7875 ayin 1.108 const charset cs;
7876 pcg 1.11 /* SunOS 4.1.1 cc rejects this. */
7877 ayin 1.108 char const *const *pcpcc;
7878     char **ppc;
7879 pcg 1.11 /* NEC SVR4.0.2 mips cc rejects this. */
7880     struct point {int x, y;};
7881     static struct point const zero = {0,0};
7882     /* AIX XL C 1.02.0.0 rejects this.
7883     It does not let you subtract one const X* pointer from another in
7884     an arm of an if-expression whose if-part is not a constant
7885     expression */
7886     const char *g = "string";
7887 ayin 1.108 pcpcc = &g + (g ? g-g : 0);
7888 pcg 1.11 /* HPUX 7.0 cc rejects these. */
7889 ayin 1.108 ++pcpcc;
7890     ppc = (char**) pcpcc;
7891     pcpcc = (char const *const *) ppc;
7892 pcg 1.11 { /* SCO 3.2v4 cc rejects this. */
7893     char *t;
7894     char const *s = 0 ? (char *) 0 : (char const *) 0;
7895    
7896     *t++ = 0;
7897 ayin 1.108 if (s) return 0;
7898 pcg 1.11 }
7899     { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
7900     int x[] = {25, 17};
7901     const int *foo = &x[0];
7902     ++foo;
7903     }
7904     { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
7905     typedef const int *iptr;
7906     iptr p = 0;
7907     ++p;
7908     }
7909     { /* AIX XL C 1.02.0.0 rejects this saying
7910     "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
7911     struct s { int j; const int *ap[3]; };
7912     struct s *b; b->j = 5;
7913     }
7914     { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
7915     const int foo = 10;
7916 ayin 1.108 if (!foo) return 0;
7917 pcg 1.11 }
7918 ayin 1.108 return !cs[0] && !zero.x;
7919 pcg 1.11 #endif
7920 pcg 1.1
7921 pcg 1.11 ;
7922     return 0;
7923 pcg 1.1 }
7924 pcg 1.11 _ACEOF
7925     rm -f conftest.$ac_objext
7926 ayin 1.108 if { (ac_try="$ac_compile"
7927     case "(($ac_try" in
7928     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7929     *) ac_try_echo=$ac_try;;
7930     esac
7931     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7932     (eval "$ac_compile") 2>conftest.er1
7933 pcg 1.11 ac_status=$?
7934     grep -v '^ *+' conftest.er1 >conftest.err
7935     rm -f conftest.er1
7936     cat conftest.err >&5
7937     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7938 ayin 1.108 (exit $ac_status); } && {
7939     test -z "$ac_cxx_werror_flag" ||
7940     test ! -s conftest.err
7941     } && test -s conftest.$ac_objext; then
7942 pcg 1.1 ac_cv_c_const=yes
7943     else
7944 pcg 1.11 echo "$as_me: failed program was:" >&5
7945     sed 's/^/| /' conftest.$ac_ext >&5
7946    
7947 ayin 1.108 ac_cv_c_const=no
7948 pcg 1.1 fi
7949 ayin 1.108
7950     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7951 pcg 1.1 fi
7952 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
7953     echo "${ECHO_T}$ac_cv_c_const" >&6; }
7954 pcg 1.11 if test $ac_cv_c_const = no; then
7955 pcg 1.1
7956 pcg 1.11 cat >>confdefs.h <<\_ACEOF
7957     #define const
7958     _ACEOF
7959 pcg 1.1
7960     fi
7961    
7962 ayin 1.108 { echo "$as_me:$LINENO: checking for inline" >&5
7963     echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
7964 pcg 1.11 if test "${ac_cv_c_inline+set}" = set; then
7965     echo $ECHO_N "(cached) $ECHO_C" >&6
7966 pcg 1.1 else
7967     ac_cv_c_inline=no
7968     for ac_kw in inline __inline__ __inline; do
7969 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
7970     /* confdefs.h. */
7971     _ACEOF
7972     cat confdefs.h >>conftest.$ac_ext
7973     cat >>conftest.$ac_ext <<_ACEOF
7974     /* end confdefs.h. */
7975     #ifndef __cplusplus
7976     typedef int foo_t;
7977     static $ac_kw foo_t static_foo () {return 0; }
7978     $ac_kw foo_t foo () {return 0; }
7979     #endif
7980 pcg 1.1
7981 pcg 1.11 _ACEOF
7982     rm -f conftest.$ac_objext
7983 ayin 1.108 if { (ac_try="$ac_compile"
7984     case "(($ac_try" in
7985     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7986     *) ac_try_echo=$ac_try;;
7987     esac
7988     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7989     (eval "$ac_compile") 2>conftest.er1
7990 pcg 1.11 ac_status=$?
7991     grep -v '^ *+' conftest.er1 >conftest.err
7992     rm -f conftest.er1
7993     cat conftest.err >&5
7994     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7995 ayin 1.108 (exit $ac_status); } && {
7996     test -z "$ac_cxx_werror_flag" ||
7997     test ! -s conftest.err
7998     } && test -s conftest.$ac_objext; then
7999     ac_cv_c_inline=$ac_kw
8000 pcg 1.1 else
8001 pcg 1.11 echo "$as_me: failed program was:" >&5
8002     sed 's/^/| /' conftest.$ac_ext >&5
8003    
8004 ayin 1.108
8005 pcg 1.1 fi
8006 ayin 1.108
8007     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8008     test "$ac_cv_c_inline" != no && break
8009 pcg 1.1 done
8010    
8011     fi
8012 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
8013     echo "${ECHO_T}$ac_cv_c_inline" >&6; }
8014 pcg 1.11
8015 pcg 1.1
8016 pcg 1.11 case $ac_cv_c_inline in
8017 pcg 1.1 inline | yes) ;;
8018 pcg 1.11 *)
8019     case $ac_cv_c_inline in
8020     no) ac_val=;;
8021     *) ac_val=$ac_cv_c_inline;;
8022     esac
8023     cat >>confdefs.h <<_ACEOF
8024     #ifndef __cplusplus
8025     #define inline $ac_val
8026     #endif
8027     _ACEOF
8028     ;;
8029 pcg 1.1 esac
8030    
8031    
8032    
8033 ayin 1.108 { echo "$as_me:$LINENO: checking for mode_t" >&5
8034     echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
8035 pcg 1.11 if test "${ac_cv_type_mode_t+set}" = set; then
8036     echo $ECHO_N "(cached) $ECHO_C" >&6
8037     else
8038     cat >conftest.$ac_ext <<_ACEOF
8039     /* confdefs.h. */
8040     _ACEOF
8041     cat confdefs.h >>conftest.$ac_ext
8042     cat >>conftest.$ac_ext <<_ACEOF
8043     /* end confdefs.h. */
8044     $ac_includes_default
8045 ayin 1.108 typedef mode_t ac__type_new_;
8046 pcg 1.11 int
8047     main ()
8048     {
8049 ayin 1.108 if ((ac__type_new_ *) 0)
8050 pcg 1.11 return 0;
8051 ayin 1.108 if (sizeof (ac__type_new_))
8052 pcg 1.11 return 0;
8053     ;
8054     return 0;
8055     }
8056     _ACEOF
8057     rm -f conftest.$ac_objext
8058 ayin 1.108 if { (ac_try="$ac_compile"
8059     case "(($ac_try" in
8060     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8061     *) ac_try_echo=$ac_try;;
8062     esac
8063     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8064     (eval "$ac_compile") 2>conftest.er1
8065 pcg 1.11 ac_status=$?
8066     grep -v '^ *+' conftest.er1 >conftest.err
8067     rm -f conftest.er1
8068     cat conftest.err >&5
8069     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8070 ayin 1.108 (exit $ac_status); } && {
8071     test -z "$ac_cxx_werror_flag" ||
8072     test ! -s conftest.err
8073     } && test -s conftest.$ac_objext; then
8074 pcg 1.11 ac_cv_type_mode_t=yes
8075 pcg 1.1 else
8076 pcg 1.11 echo "$as_me: failed program was:" >&5
8077     sed 's/^/| /' conftest.$ac_ext >&5
8078 pcg 1.1
8079 ayin 1.108 ac_cv_type_mode_t=no
8080 pcg 1.1 fi
8081 ayin 1.108
8082     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8083 pcg 1.1 fi
8084 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
8085     echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
8086 pcg 1.11 if test $ac_cv_type_mode_t = yes; then
8087 pcg 1.1 :
8088     else
8089    
8090 pcg 1.11 cat >>confdefs.h <<_ACEOF
8091     #define mode_t int
8092     _ACEOF
8093 pcg 1.1
8094     fi
8095    
8096 ayin 1.108 { echo "$as_me:$LINENO: checking for pid_t" >&5
8097     echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
8098 pcg 1.11 if test "${ac_cv_type_pid_t+set}" = set; then
8099     echo $ECHO_N "(cached) $ECHO_C" >&6
8100     else
8101     cat >conftest.$ac_ext <<_ACEOF
8102     /* confdefs.h. */
8103     _ACEOF
8104     cat confdefs.h >>conftest.$ac_ext
8105     cat >>conftest.$ac_ext <<_ACEOF
8106     /* end confdefs.h. */
8107     $ac_includes_default
8108 ayin 1.108 typedef pid_t ac__type_new_;
8109 pcg 1.11 int
8110     main ()
8111     {
8112 ayin 1.108 if ((ac__type_new_ *) 0)
8113 pcg 1.11 return 0;
8114 ayin 1.108 if (sizeof (ac__type_new_))
8115 pcg 1.11 return 0;
8116     ;
8117     return 0;
8118     }
8119     _ACEOF
8120     rm -f conftest.$ac_objext
8121 ayin 1.108 if { (ac_try="$ac_compile"
8122     case "(($ac_try" in
8123     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8124     *) ac_try_echo=$ac_try;;
8125     esac
8126     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8127     (eval "$ac_compile") 2>conftest.er1
8128 pcg 1.11 ac_status=$?
8129     grep -v '^ *+' conftest.er1 >conftest.err
8130     rm -f conftest.er1
8131     cat conftest.err >&5
8132     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8133 ayin 1.108 (exit $ac_status); } && {
8134     test -z "$ac_cxx_werror_flag" ||
8135     test ! -s conftest.err
8136     } && test -s conftest.$ac_objext; then
8137 pcg 1.11 ac_cv_type_pid_t=yes
8138 pcg 1.1 else
8139 pcg 1.11 echo "$as_me: failed program was:" >&5
8140     sed 's/^/| /' conftest.$ac_ext >&5
8141 pcg 1.1
8142 ayin 1.108 ac_cv_type_pid_t=no
8143 pcg 1.1 fi
8144 ayin 1.108
8145     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8146 pcg 1.1 fi
8147 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
8148     echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
8149 pcg 1.11 if test $ac_cv_type_pid_t = yes; then
8150     :
8151 pcg 1.1 else
8152    
8153 pcg 1.11 cat >>confdefs.h <<_ACEOF
8154 pcg 1.1 #define pid_t int
8155 pcg 1.11 _ACEOF
8156 pcg 1.1
8157     fi
8158    
8159 ayin 1.108 { echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5
8160     echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6; }
8161 pcg 1.11 if test "${ac_cv_type_uid_t+set}" = set; then
8162     echo $ECHO_N "(cached) $ECHO_C" >&6
8163 pcg 1.1 else
8164 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
8165     /* confdefs.h. */
8166     _ACEOF
8167     cat confdefs.h >>conftest.$ac_ext
8168     cat >>conftest.$ac_ext <<_ACEOF
8169     /* end confdefs.h. */
8170 pcg 1.1 #include <sys/types.h>
8171 pcg 1.11
8172     _ACEOF
8173 pcg 1.1 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8174 pcg 1.11 $EGREP "uid_t" >/dev/null 2>&1; then
8175 pcg 1.1 ac_cv_type_uid_t=yes
8176     else
8177     ac_cv_type_uid_t=no
8178     fi
8179     rm -f conftest*
8180    
8181     fi
8182 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5
8183     echo "${ECHO_T}$ac_cv_type_uid_t" >&6; }
8184 pcg 1.11 if test $ac_cv_type_uid_t = no; then
8185 pcg 1.1
8186 pcg 1.11 cat >>confdefs.h <<\_ACEOF
8187 pcg 1.1 #define uid_t int
8188 pcg 1.11 _ACEOF
8189    
8190 pcg 1.1
8191 pcg 1.11 cat >>confdefs.h <<\_ACEOF
8192 pcg 1.1 #define gid_t int
8193 pcg 1.11 _ACEOF
8194 pcg 1.1
8195     fi
8196    
8197    
8198 ayin 1.108 { echo "$as_me:$LINENO: checking for short" >&5
8199     echo $ECHO_N "checking for short... $ECHO_C" >&6; }
8200 pcg 1.11 if test "${ac_cv_type_short+set}" = set; then
8201     echo $ECHO_N "(cached) $ECHO_C" >&6
8202     else
8203     cat >conftest.$ac_ext <<_ACEOF
8204     /* confdefs.h. */
8205     _ACEOF
8206     cat confdefs.h >>conftest.$ac_ext
8207     cat >>conftest.$ac_ext <<_ACEOF
8208     /* end confdefs.h. */
8209     $ac_includes_default
8210 ayin 1.108 typedef short ac__type_new_;
8211 pcg 1.11 int
8212     main ()
8213     {
8214 ayin 1.108 if ((ac__type_new_ *) 0)
8215 pcg 1.11 return 0;
8216 ayin 1.108 if (sizeof (ac__type_new_))
8217 pcg 1.11 return 0;
8218     ;
8219     return 0;
8220     }
8221     _ACEOF
8222     rm -f conftest.$ac_objext
8223 ayin 1.108 if { (ac_try="$ac_compile"
8224     case "(($ac_try" in
8225     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8226     *) ac_try_echo=$ac_try;;
8227     esac
8228     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8229     (eval "$ac_compile") 2>conftest.er1
8230 pcg 1.11 ac_status=$?
8231     grep -v '^ *+' conftest.er1 >conftest.err
8232     rm -f conftest.er1
8233     cat conftest.err >&5
8234     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8235 ayin 1.108 (exit $ac_status); } && {
8236     test -z "$ac_cxx_werror_flag" ||
8237     test ! -s conftest.err
8238     } && test -s conftest.$ac_objext; then
8239 root 1.42 ac_cv_type_short=yes
8240 pcg 1.11 else
8241     echo "$as_me: failed program was:" >&5
8242     sed 's/^/| /' conftest.$ac_ext >&5
8243    
8244 ayin 1.108 ac_cv_type_short=no
8245 pcg 1.11 fi
8246 ayin 1.108
8247     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8248 pcg 1.11 fi
8249 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
8250     echo "${ECHO_T}$ac_cv_type_short" >&6; }
8251 pcg 1.11
8252 ayin 1.108 # The cast to long int works around a bug in the HP C Compiler
8253     # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
8254     # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
8255     # This bug is HP SR number 8606223364.
8256     { echo "$as_me:$LINENO: checking size of short" >&5
8257     echo $ECHO_N "checking size of short... $ECHO_C" >&6; }
8258 root 1.42 if test "${ac_cv_sizeof_short+set}" = set; then
8259 pcg 1.11 echo $ECHO_N "(cached) $ECHO_C" >&6
8260     else
8261     if test "$cross_compiling" = yes; then
8262     # Depending upon the size, compute the lo and hi bounds.
8263     cat >conftest.$ac_ext <<_ACEOF
8264     /* confdefs.h. */
8265     _ACEOF
8266     cat confdefs.h >>conftest.$ac_ext
8267     cat >>conftest.$ac_ext <<_ACEOF
8268     /* end confdefs.h. */
8269     $ac_includes_default
8270 ayin 1.108 typedef short ac__type_sizeof_;
8271 pcg 1.11 int
8272     main ()
8273     {
8274 ayin 1.108 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
8275 pcg 1.11 test_array [0] = 0
8276    
8277     ;
8278     return 0;
8279     }
8280     _ACEOF
8281     rm -f conftest.$ac_objext
8282 ayin 1.108 if { (ac_try="$ac_compile"
8283     case "(($ac_try" in
8284     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8285     *) ac_try_echo=$ac_try;;
8286     esac
8287     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8288     (eval "$ac_compile") 2>conftest.er1
8289 pcg 1.11 ac_status=$?
8290     grep -v '^ *+' conftest.er1 >conftest.err
8291     rm -f conftest.er1
8292     cat conftest.err >&5
8293     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8294 ayin 1.108 (exit $ac_status); } && {
8295     test -z "$ac_cxx_werror_flag" ||
8296     test ! -s conftest.err
8297     } && test -s conftest.$ac_objext; then
8298 pcg 1.11 ac_lo=0 ac_mid=0
8299     while :; do
8300     cat >conftest.$ac_ext <<_ACEOF
8301     /* confdefs.h. */
8302     _ACEOF
8303     cat confdefs.h >>conftest.$ac_ext
8304     cat >>conftest.$ac_ext <<_ACEOF
8305     /* end confdefs.h. */
8306     $ac_includes_default
8307 ayin 1.108 typedef short ac__type_sizeof_;
8308 pcg 1.11 int
8309     main ()
8310     {
8311 ayin 1.108 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
8312 pcg 1.11 test_array [0] = 0
8313    
8314     ;
8315     return 0;
8316     }
8317     _ACEOF
8318     rm -f conftest.$ac_objext
8319 ayin 1.108 if { (ac_try="$ac_compile"
8320     case "(($ac_try" in
8321     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8322     *) ac_try_echo=$ac_try;;
8323     esac
8324     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8325     (eval "$ac_compile") 2>conftest.er1
8326 pcg 1.11 ac_status=$?
8327     grep -v '^ *+' conftest.er1 >conftest.err
8328     rm -f conftest.er1
8329     cat conftest.err >&5
8330     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8331 ayin 1.108 (exit $ac_status); } && {
8332     test -z "$ac_cxx_werror_flag" ||
8333     test ! -s conftest.err
8334     } && test -s conftest.$ac_objext; then
8335 pcg 1.11 ac_hi=$ac_mid; break
8336     else
8337     echo "$as_me: failed program was:" >&5
8338     sed 's/^/| /' conftest.$ac_ext >&5
8339    
8340 ayin 1.108 ac_lo=`expr $ac_mid + 1`
8341     if test $ac_lo -le $ac_mid; then
8342     ac_lo= ac_hi=
8343     break
8344     fi
8345     ac_mid=`expr 2 '*' $ac_mid + 1`
8346 pcg 1.11 fi
8347 ayin 1.108
8348     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8349 pcg 1.11 done
8350     else
8351     echo "$as_me: failed program was:" >&5
8352     sed 's/^/| /' conftest.$ac_ext >&5
8353    
8354 ayin 1.108 cat >conftest.$ac_ext <<_ACEOF
8355 pcg 1.11 /* confdefs.h. */
8356     _ACEOF
8357     cat confdefs.h >>conftest.$ac_ext
8358     cat >>conftest.$ac_ext <<_ACEOF
8359     /* end confdefs.h. */
8360     $ac_includes_default
8361 ayin 1.108 typedef short ac__type_sizeof_;
8362 pcg 1.11 int
8363     main ()
8364     {
8365 ayin 1.108 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
8366 pcg 1.11 test_array [0] = 0
8367    
8368     ;
8369     return 0;
8370     }
8371     _ACEOF
8372     rm -f conftest.$ac_objext
8373 ayin 1.108 if { (ac_try="$ac_compile"
8374     case "(($ac_try" in
8375     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8376     *) ac_try_echo=$ac_try;;
8377     esac
8378     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8379     (eval "$ac_compile") 2>conftest.er1
8380 pcg 1.11 ac_status=$?
8381     grep -v '^ *+' conftest.er1 >conftest.err
8382     rm -f conftest.er1
8383     cat conftest.err >&5
8384     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8385 ayin 1.108 (exit $ac_status); } && {
8386     test -z "$ac_cxx_werror_flag" ||
8387     test ! -s conftest.err
8388     } && test -s conftest.$ac_objext; then
8389 pcg 1.11 ac_hi=-1 ac_mid=-1
8390     while :; do
8391     cat >conftest.$ac_ext <<_ACEOF
8392     /* confdefs.h. */
8393     _ACEOF
8394     cat confdefs.h >>conftest.$ac_ext
8395     cat >>conftest.$ac_ext <<_ACEOF
8396     /* end confdefs.h. */
8397     $ac_includes_default
8398 ayin 1.108 typedef short ac__type_sizeof_;
8399 pcg 1.11 int
8400     main ()
8401     {
8402 ayin 1.108 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
8403 pcg 1.11 test_array [0] = 0
8404    
8405     ;
8406     return 0;
8407     }
8408     _ACEOF
8409     rm -f conftest.$ac_objext
8410 ayin 1.108 if { (ac_try="$ac_compile"
8411     case "(($ac_try" in
8412     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8413     *) ac_try_echo=$ac_try;;
8414     esac
8415     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8416     (eval "$ac_compile") 2>conftest.er1
8417 pcg 1.11 ac_status=$?
8418     grep -v '^ *+' conftest.er1 >conftest.err
8419     rm -f conftest.er1
8420     cat conftest.err >&5
8421     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8422 ayin 1.108 (exit $ac_status); } && {
8423     test -z "$ac_cxx_werror_flag" ||
8424     test ! -s conftest.err
8425     } && test -s conftest.$ac_objext; then
8426 pcg 1.11 ac_lo=$ac_mid; break
8427     else
8428     echo "$as_me: failed program was:" >&5
8429     sed 's/^/| /' conftest.$ac_ext >&5
8430    
8431 ayin 1.108 ac_hi=`expr '(' $ac_mid ')' - 1`
8432     if test $ac_mid -le $ac_hi; then
8433     ac_lo= ac_hi=
8434     break
8435     fi
8436     ac_mid=`expr 2 '*' $ac_mid`
8437 pcg 1.11 fi
8438 ayin 1.108
8439     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8440 pcg 1.11 done
8441     else
8442     echo "$as_me: failed program was:" >&5
8443     sed 's/^/| /' conftest.$ac_ext >&5
8444 pcg 1.1
8445 ayin 1.108 ac_lo= ac_hi=
8446 pcg 1.1 fi
8447 ayin 1.108
8448     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8449 pcg 1.11 fi
8450 ayin 1.108
8451     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8452 pcg 1.11 # Binary search between lo and hi bounds.
8453     while test "x$ac_lo" != "x$ac_hi"; do
8454     ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
8455     cat >conftest.$ac_ext <<_ACEOF
8456     /* confdefs.h. */
8457     _ACEOF
8458     cat confdefs.h >>conftest.$ac_ext
8459     cat >>conftest.$ac_ext <<_ACEOF
8460     /* end confdefs.h. */
8461     $ac_includes_default
8462 ayin 1.108 typedef short ac__type_sizeof_;
8463 pcg 1.11 int
8464     main ()
8465     {
8466 ayin 1.108 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
8467 pcg 1.11 test_array [0] = 0
8468 pcg 1.1
8469 pcg 1.11 ;
8470     return 0;
8471     }
8472     _ACEOF
8473     rm -f conftest.$ac_objext
8474 ayin 1.108 if { (ac_try="$ac_compile"
8475     case "(($ac_try" in
8476     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8477     *) ac_try_echo=$ac_try;;
8478     esac
8479     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8480     (eval "$ac_compile") 2>conftest.er1
8481 pcg 1.11 ac_status=$?
8482     grep -v '^ *+' conftest.er1 >conftest.err
8483     rm -f conftest.er1
8484     cat conftest.err >&5
8485     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8486 ayin 1.108 (exit $ac_status); } && {
8487     test -z "$ac_cxx_werror_flag" ||
8488     test ! -s conftest.err
8489     } && test -s conftest.$ac_objext; then
8490 pcg 1.11 ac_hi=$ac_mid
8491     else
8492     echo "$as_me: failed program was:" >&5
8493     sed 's/^/| /' conftest.$ac_ext >&5
8494 pcg 1.1
8495 ayin 1.108 ac_lo=`expr '(' $ac_mid ')' + 1`
8496 pcg 1.11 fi
8497 ayin 1.108
8498     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8499 pcg 1.11 done
8500     case $ac_lo in
8501 root 1.42 ?*) ac_cv_sizeof_short=$ac_lo;;
8502 ayin 1.108 '') if test "$ac_cv_type_short" = yes; then
8503     { { echo "$as_me:$LINENO: error: cannot compute sizeof (short)
8504 pcg 1.11 See \`config.log' for more details." >&5
8505 ayin 1.108 echo "$as_me: error: cannot compute sizeof (short)
8506 pcg 1.11 See \`config.log' for more details." >&2;}
8507 ayin 1.108 { (exit 77); exit 77; }; }
8508     else
8509     ac_cv_sizeof_short=0
8510     fi ;;
8511 pcg 1.11 esac
8512 pcg 1.1 else
8513 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
8514     /* confdefs.h. */
8515     _ACEOF
8516     cat confdefs.h >>conftest.$ac_ext
8517     cat >>conftest.$ac_ext <<_ACEOF
8518     /* end confdefs.h. */
8519     $ac_includes_default
8520 ayin 1.108 typedef short ac__type_sizeof_;
8521     static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
8522     static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
8523 pcg 1.1 #include <stdio.h>
8524 pcg 1.11 #include <stdlib.h>
8525     int
8526     main ()
8527 pcg 1.1 {
8528 pcg 1.11
8529     FILE *f = fopen ("conftest.val", "w");
8530     if (! f)
8531 ayin 1.108 return 1;
8532     if (((long int) (sizeof (ac__type_sizeof_))) < 0)
8533 pcg 1.11 {
8534 ayin 1.108 long int i = longval ();
8535     if (i != ((long int) (sizeof (ac__type_sizeof_))))
8536     return 1;
8537 pcg 1.11 fprintf (f, "%ld\n", i);
8538     }
8539     else
8540     {
8541 ayin 1.108 unsigned long int i = ulongval ();
8542     if (i != ((long int) (sizeof (ac__type_sizeof_))))
8543     return 1;
8544 pcg 1.11 fprintf (f, "%lu\n", i);
8545     }
8546 ayin 1.108 return ferror (f) || fclose (f) != 0;
8547 pcg 1.11
8548     ;
8549     return 0;
8550 pcg 1.1 }
8551 pcg 1.11 _ACEOF
8552     rm -f conftest$ac_exeext
8553 ayin 1.108 if { (ac_try="$ac_link"
8554     case "(($ac_try" in
8555     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8556     *) ac_try_echo=$ac_try;;
8557     esac
8558     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8559     (eval "$ac_link") 2>&5
8560 pcg 1.11 ac_status=$?
8561     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8562     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8563 ayin 1.108 { (case "(($ac_try" in
8564     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8565     *) ac_try_echo=$ac_try;;
8566     esac
8567     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8568     (eval "$ac_try") 2>&5
8569 pcg 1.11 ac_status=$?
8570     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8571     (exit $ac_status); }; }; then
8572 root 1.42 ac_cv_sizeof_short=`cat conftest.val`
8573 pcg 1.11 else
8574     echo "$as_me: program exited with status $ac_status" >&5
8575     echo "$as_me: failed program was:" >&5
8576     sed 's/^/| /' conftest.$ac_ext >&5
8577    
8578     ( exit $ac_status )
8579 ayin 1.108 if test "$ac_cv_type_short" = yes; then
8580     { { echo "$as_me:$LINENO: error: cannot compute sizeof (short)
8581 pcg 1.11 See \`config.log' for more details." >&5
8582 ayin 1.108 echo "$as_me: error: cannot compute sizeof (short)
8583 pcg 1.11 See \`config.log' for more details." >&2;}
8584 ayin 1.108 { (exit 77); exit 77; }; }
8585     else
8586     ac_cv_sizeof_short=0
8587     fi
8588 pcg 1.11 fi
8589 ayin 1.108 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8590 pcg 1.11 fi
8591     rm -f conftest.val
8592 ayin 1.104 fi
8593 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
8594     echo "${ECHO_T}$ac_cv_sizeof_short" >&6; }
8595    
8596    
8597    
8598 pcg 1.11 cat >>confdefs.h <<_ACEOF
8599 root 1.42 #define SIZEOF_SHORT $ac_cv_sizeof_short
8600 pcg 1.11 _ACEOF
8601    
8602    
8603 ayin 1.108 { echo "$as_me:$LINENO: checking for int" >&5
8604     echo $ECHO_N "checking for int... $ECHO_C" >&6; }
8605 root 1.42 if test "${ac_cv_type_int+set}" = set; then
8606 pcg 1.11 echo $ECHO_N "(cached) $ECHO_C" >&6
8607     else
8608     cat >conftest.$ac_ext <<_ACEOF
8609     /* confdefs.h. */
8610     _ACEOF
8611     cat confdefs.h >>conftest.$ac_ext
8612     cat >>conftest.$ac_ext <<_ACEOF
8613     /* end confdefs.h. */
8614     $ac_includes_default
8615 ayin 1.108 typedef int ac__type_new_;
8616 pcg 1.11 int
8617     main ()
8618     {
8619 ayin 1.108 if ((ac__type_new_ *) 0)
8620 pcg 1.11 return 0;
8621 ayin 1.108 if (sizeof (ac__type_new_))
8622 pcg 1.11 return 0;
8623     ;
8624     return 0;
8625     }
8626     _ACEOF
8627     rm -f conftest.$ac_objext
8628 ayin 1.108 if { (ac_try="$ac_compile"
8629     case "(($ac_try" in
8630     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8631     *) ac_try_echo=$ac_try;;
8632     esac
8633     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8634     (eval "$ac_compile") 2>conftest.er1
8635 pcg 1.11 ac_status=$?
8636     grep -v '^ *+' conftest.er1 >conftest.err
8637     rm -f conftest.er1
8638     cat conftest.err >&5
8639     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8640 ayin 1.108 (exit $ac_status); } && {
8641     test -z "$ac_cxx_werror_flag" ||
8642     test ! -s conftest.err
8643     } && test -s conftest.$ac_objext; then
8644 root 1.42 ac_cv_type_int=yes
8645 pcg 1.11 else
8646     echo "$as_me: failed program was:" >&5
8647     sed 's/^/| /' conftest.$ac_ext >&5
8648    
8649 ayin 1.108 ac_cv_type_int=no
8650 pcg 1.11 fi
8651 ayin 1.108
8652     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8653 pcg 1.11 fi
8654 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
8655     echo "${ECHO_T}$ac_cv_type_int" >&6; }
8656 pcg 1.11
8657 ayin 1.108 # The cast to long int works around a bug in the HP C Compiler
8658     # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
8659     # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
8660     # This bug is HP SR number 8606223364.
8661     { echo "$as_me:$LINENO: checking size of int" >&5
8662     echo $ECHO_N "checking size of int... $ECHO_C" >&6; }
8663 root 1.42 if test "${ac_cv_sizeof_int+set}" = set; then
8664 pcg 1.11 echo $ECHO_N "(cached) $ECHO_C" >&6
8665     else
8666     if test "$cross_compiling" = yes; then
8667     # Depending upon the size, compute the lo and hi bounds.
8668     cat >conftest.$ac_ext <<_ACEOF
8669     /* confdefs.h. */
8670     _ACEOF
8671     cat confdefs.h >>conftest.$ac_ext
8672     cat >>conftest.$ac_ext <<_ACEOF
8673     /* end confdefs.h. */
8674     $ac_includes_default
8675 ayin 1.108 typedef int ac__type_sizeof_;
8676 pcg 1.11 int
8677     main ()
8678     {
8679 ayin 1.108 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
8680 pcg 1.11 test_array [0] = 0
8681    
8682     ;
8683     return 0;
8684     }
8685     _ACEOF
8686     rm -f conftest.$ac_objext
8687 ayin 1.108 if { (ac_try="$ac_compile"
8688     case "(($ac_try" in
8689     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8690     *) ac_try_echo=$ac_try;;
8691     esac
8692     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8693     (eval "$ac_compile") 2>conftest.er1
8694 pcg 1.11 ac_status=$?
8695     grep -v '^ *+' conftest.er1 >conftest.err
8696     rm -f conftest.er1
8697     cat conftest.err >&5
8698     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8699 ayin 1.108 (exit $ac_status); } && {
8700     test -z "$ac_cxx_werror_flag" ||
8701     test ! -s conftest.err
8702     } && test -s conftest.$ac_objext; then
8703 pcg 1.11 ac_lo=0 ac_mid=0
8704     while :; do
8705     cat >conftest.$ac_ext <<_ACEOF
8706     /* confdefs.h. */
8707     _ACEOF
8708     cat confdefs.h >>conftest.$ac_ext
8709     cat >>conftest.$ac_ext <<_ACEOF
8710     /* end confdefs.h. */
8711     $ac_includes_default
8712 ayin 1.108 typedef int ac__type_sizeof_;
8713 pcg 1.11 int
8714     main ()
8715     {
8716 ayin 1.108 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
8717 pcg 1.11 test_array [0] = 0
8718    
8719     ;
8720     return 0;
8721     }
8722     _ACEOF
8723     rm -f conftest.$ac_objext
8724 ayin 1.108 if { (ac_try="$ac_compile"
8725     case "(($ac_try" in
8726     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8727     *) ac_try_echo=$ac_try;;
8728     esac
8729     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8730     (eval "$ac_compile") 2>conftest.er1
8731 pcg 1.11 ac_status=$?
8732     grep -v '^ *+' conftest.er1 >conftest.err
8733     rm -f conftest.er1
8734     cat conftest.err >&5
8735     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8736 ayin 1.108 (exit $ac_status); } && {
8737     test -z "$ac_cxx_werror_flag" ||
8738     test ! -s conftest.err
8739     } && test -s conftest.$ac_objext; then
8740 pcg 1.11 ac_hi=$ac_mid; break
8741     else
8742     echo "$as_me: failed program was:" >&5
8743     sed 's/^/| /' conftest.$ac_ext >&5
8744    
8745 ayin 1.108 ac_lo=`expr $ac_mid + 1`
8746     if test $ac_lo -le $ac_mid; then
8747     ac_lo= ac_hi=
8748     break
8749     fi
8750     ac_mid=`expr 2 '*' $ac_mid + 1`
8751 pcg 1.11 fi
8752 ayin 1.108
8753     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8754 pcg 1.11 done
8755     else
8756     echo "$as_me: failed program was:" >&5
8757     sed 's/^/| /' conftest.$ac_ext >&5
8758    
8759 ayin 1.108 cat >conftest.$ac_ext <<_ACEOF
8760 pcg 1.11 /* confdefs.h. */
8761     _ACEOF
8762     cat confdefs.h >>conftest.$ac_ext
8763     cat >>conftest.$ac_ext <<_ACEOF
8764     /* end confdefs.h. */
8765     $ac_includes_default
8766 ayin 1.108 typedef int ac__type_sizeof_;
8767 pcg 1.11 int
8768     main ()
8769     {
8770 ayin 1.108 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
8771 pcg 1.11 test_array [0] = 0
8772    
8773     ;
8774     return 0;
8775     }
8776     _ACEOF
8777     rm -f conftest.$ac_objext
8778 ayin 1.108 if { (ac_try="$ac_compile"
8779     case "(($ac_try" in
8780     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8781     *) ac_try_echo=$ac_try;;
8782     esac
8783     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8784     (eval "$ac_compile") 2>conftest.er1
8785 pcg 1.11 ac_status=$?
8786     grep -v '^ *+' conftest.er1 >conftest.err
8787     rm -f conftest.er1
8788     cat conftest.err >&5
8789     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8790 ayin 1.108 (exit $ac_status); } && {
8791     test -z "$ac_cxx_werror_flag" ||
8792     test ! -s conftest.err
8793     } && test -s conftest.$ac_objext; then
8794 pcg 1.11 ac_hi=-1 ac_mid=-1
8795     while :; do
8796     cat >conftest.$ac_ext <<_ACEOF
8797     /* confdefs.h. */
8798     _ACEOF
8799     cat confdefs.h >>conftest.$ac_ext
8800     cat >>conftest.$ac_ext <<_ACEOF
8801     /* end confdefs.h. */
8802     $ac_includes_default
8803 ayin 1.108 typedef int ac__type_sizeof_;
8804 pcg 1.11 int
8805     main ()
8806     {
8807 ayin 1.108 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
8808 pcg 1.11 test_array [0] = 0
8809    
8810     ;
8811     return 0;
8812     }
8813     _ACEOF
8814     rm -f conftest.$ac_objext
8815 ayin 1.108 if { (ac_try="$ac_compile"
8816     case "(($ac_try" in
8817     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8818     *) ac_try_echo=$ac_try;;
8819     esac
8820     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8821     (eval "$ac_compile") 2>conftest.er1
8822 pcg 1.11 ac_status=$?
8823     grep -v '^ *+' conftest.er1 >conftest.err
8824     rm -f conftest.er1
8825     cat conftest.err >&5
8826     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8827 ayin 1.108 (exit $ac_status); } && {
8828     test -z "$ac_cxx_werror_flag" ||
8829     test ! -s conftest.err
8830     } && test -s conftest.$ac_objext; then
8831 pcg 1.11 ac_lo=$ac_mid; break
8832     else
8833     echo "$as_me: failed program was:" >&5
8834     sed 's/^/| /' conftest.$ac_ext >&5
8835    
8836 ayin 1.108 ac_hi=`expr '(' $ac_mid ')' - 1`
8837     if test $ac_mid -le $ac_hi; then
8838     ac_lo= ac_hi=
8839     break
8840     fi
8841     ac_mid=`expr 2 '*' $ac_mid`
8842 pcg 1.11 fi
8843 ayin 1.108
8844     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8845 pcg 1.11 done
8846     else
8847     echo "$as_me: failed program was:" >&5
8848     sed 's/^/| /' conftest.$ac_ext >&5
8849 pcg 1.1
8850 ayin 1.108 ac_lo= ac_hi=
8851 pcg 1.11 fi
8852 ayin 1.108
8853     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8854 pcg 1.1 fi
8855 ayin 1.108
8856     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8857 pcg 1.11 # Binary search between lo and hi bounds.
8858     while test "x$ac_lo" != "x$ac_hi"; do
8859     ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
8860     cat >conftest.$ac_ext <<_ACEOF
8861     /* confdefs.h. */
8862     _ACEOF
8863     cat confdefs.h >>conftest.$ac_ext
8864     cat >>conftest.$ac_ext <<_ACEOF
8865     /* end confdefs.h. */
8866     $ac_includes_default
8867 ayin 1.108 typedef int ac__type_sizeof_;
8868 pcg 1.11 int
8869     main ()
8870     {
8871 ayin 1.108 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
8872 pcg 1.11 test_array [0] = 0
8873 pcg 1.1
8874 pcg 1.11 ;
8875     return 0;
8876     }
8877     _ACEOF
8878     rm -f conftest.$ac_objext
8879 ayin 1.108 if { (ac_try="$ac_compile"
8880     case "(($ac_try" in
8881     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8882     *) ac_try_echo=$ac_try;;
8883     esac
8884     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8885     (eval "$ac_compile") 2>conftest.er1
8886 pcg 1.11 ac_status=$?
8887     grep -v '^ *+' conftest.er1 >conftest.err
8888     rm -f conftest.er1
8889     cat conftest.err >&5
8890     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8891 ayin 1.108 (exit $ac_status); } && {
8892     test -z "$ac_cxx_werror_flag" ||
8893     test ! -s conftest.err
8894     } && test -s conftest.$ac_objext; then
8895 pcg 1.11 ac_hi=$ac_mid
8896     else
8897     echo "$as_me: failed program was:" >&5
8898     sed 's/^/| /' conftest.$ac_ext >&5
8899 pcg 1.1
8900 ayin 1.108 ac_lo=`expr '(' $ac_mid ')' + 1`
8901 pcg 1.11 fi
8902 ayin 1.108
8903     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8904 pcg 1.11 done
8905     case $ac_lo in
8906 root 1.42 ?*) ac_cv_sizeof_int=$ac_lo;;
8907 ayin 1.108 '') if test "$ac_cv_type_int" = yes; then
8908     { { echo "$as_me:$LINENO: error: cannot compute sizeof (int)
8909 pcg 1.11 See \`config.log' for more details." >&5
8910 ayin 1.108 echo "$as_me: error: cannot compute sizeof (int)
8911 pcg 1.11 See \`config.log' for more details." >&2;}
8912 ayin 1.108 { (exit 77); exit 77; }; }
8913     else
8914     ac_cv_sizeof_int=0
8915     fi ;;
8916 pcg 1.11 esac
8917 pcg 1.1 else
8918 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
8919     /* confdefs.h. */
8920     _ACEOF
8921     cat confdefs.h >>conftest.$ac_ext
8922     cat >>conftest.$ac_ext <<_ACEOF
8923     /* end confdefs.h. */
8924     $ac_includes_default
8925 ayin 1.108 typedef int ac__type_sizeof_;
8926     static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
8927     static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
8928 pcg 1.1 #include <stdio.h>
8929 pcg 1.11 #include <stdlib.h>
8930     int
8931     main ()
8932 pcg 1.1 {
8933 pcg 1.11
8934     FILE *f = fopen ("conftest.val", "w");
8935     if (! f)
8936 ayin 1.108 return 1;
8937     if (((long int) (sizeof (ac__type_sizeof_))) < 0)
8938 pcg 1.11 {
8939 ayin 1.108 long int i = longval ();
8940     if (i != ((long int) (sizeof (ac__type_sizeof_))))
8941     return 1;
8942 pcg 1.11 fprintf (f, "%ld\n", i);
8943     }
8944     else
8945     {
8946 ayin 1.108 unsigned long int i = ulongval ();
8947     if (i != ((long int) (sizeof (ac__type_sizeof_))))
8948     return 1;
8949 pcg 1.11 fprintf (f, "%lu\n", i);
8950     }
8951 ayin 1.108 return ferror (f) || fclose (f) != 0;
8952 pcg 1.11
8953     ;
8954     return 0;
8955 pcg 1.1 }
8956 pcg 1.11 _ACEOF
8957     rm -f conftest$ac_exeext
8958 ayin 1.108 if { (ac_try="$ac_link"
8959     case "(($ac_try" in
8960     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8961     *) ac_try_echo=$ac_try;;
8962     esac
8963     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8964     (eval "$ac_link") 2>&5
8965 pcg 1.11 ac_status=$?
8966     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8967     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8968 ayin 1.108 { (case "(($ac_try" in
8969     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8970     *) ac_try_echo=$ac_try;;
8971     esac
8972     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8973     (eval "$ac_try") 2>&5
8974 pcg 1.11 ac_status=$?
8975     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8976     (exit $ac_status); }; }; then
8977 root 1.42 ac_cv_sizeof_int=`cat conftest.val`
8978 pcg 1.11 else
8979     echo "$as_me: program exited with status $ac_status" >&5
8980     echo "$as_me: failed program was:" >&5
8981     sed 's/^/| /' conftest.$ac_ext >&5
8982    
8983     ( exit $ac_status )
8984 ayin 1.108 if test "$ac_cv_type_int" = yes; then
8985     { { echo "$as_me:$LINENO: error: cannot compute sizeof (int)
8986 pcg 1.11 See \`config.log' for more details." >&5
8987 ayin 1.108 echo "$as_me: error: cannot compute sizeof (int)
8988 pcg 1.11 See \`config.log' for more details." >&2;}
8989 ayin 1.108 { (exit 77); exit 77; }; }
8990     else
8991     ac_cv_sizeof_int=0
8992     fi
8993 pcg 1.11 fi
8994 ayin 1.108 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8995 pcg 1.11 fi
8996     rm -f conftest.val
8997 ayin 1.104 fi
8998 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
8999     echo "${ECHO_T}$ac_cv_sizeof_int" >&6; }
9000    
9001    
9002    
9003 pcg 1.11 cat >>confdefs.h <<_ACEOF
9004 root 1.42 #define SIZEOF_INT $ac_cv_sizeof_int
9005 pcg 1.11 _ACEOF
9006    
9007    
9008 ayin 1.108 { echo "$as_me:$LINENO: checking for long long" >&5
9009     echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
9010 pcg 1.11 if test "${ac_cv_type_long_long+set}" = set; then
9011     echo $ECHO_N "(cached) $ECHO_C" >&6
9012     else
9013     cat >conftest.$ac_ext <<_ACEOF
9014     /* confdefs.h. */
9015     _ACEOF
9016     cat confdefs.h >>conftest.$ac_ext
9017     cat >>conftest.$ac_ext <<_ACEOF
9018     /* end confdefs.h. */
9019     $ac_includes_default
9020 ayin 1.108 typedef long long ac__type_new_;
9021 pcg 1.11 int
9022     main ()
9023     {
9024 ayin 1.108 if ((ac__type_new_ *) 0)
9025 pcg 1.11 return 0;
9026 ayin 1.108 if (sizeof (ac__type_new_))
9027 pcg 1.11 return 0;
9028     ;
9029     return 0;
9030     }
9031     _ACEOF
9032     rm -f conftest.$ac_objext
9033 ayin 1.108 if { (ac_try="$ac_compile"
9034     case "(($ac_try" in
9035     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9036     *) ac_try_echo=$ac_try;;
9037     esac
9038     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9039     (eval "$ac_compile") 2>conftest.er1
9040 pcg 1.11 ac_status=$?
9041     grep -v '^ *+' conftest.er1 >conftest.err
9042     rm -f conftest.er1
9043     cat conftest.err >&5
9044     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9045 ayin 1.108 (exit $ac_status); } && {
9046     test -z "$ac_cxx_werror_flag" ||
9047     test ! -s conftest.err
9048     } && test -s conftest.$ac_objext; then
9049 pcg 1.11 ac_cv_type_long_long=yes
9050     else
9051     echo "$as_me: failed program was:" >&5
9052     sed 's/^/| /' conftest.$ac_ext >&5
9053    
9054 ayin 1.108 ac_cv_type_long_long=no
9055 pcg 1.11 fi
9056 ayin 1.108
9057     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9058 pcg 1.11 fi
9059 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
9060     echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
9061 pcg 1.11
9062 ayin 1.108 # The cast to long int works around a bug in the HP C Compiler
9063     # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
9064     # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
9065     # This bug is HP SR number 8606223364.
9066     { echo "$as_me:$LINENO: checking size of long long" >&5
9067     echo $ECHO_N "checking size of long long... $ECHO_C" >&6; }
9068 pcg 1.11 if test "${ac_cv_sizeof_long_long+set}" = set; then
9069     echo $ECHO_N "(cached) $ECHO_C" >&6
9070     else
9071     if test "$cross_compiling" = yes; then
9072     # Depending upon the size, compute the lo and hi bounds.
9073     cat >conftest.$ac_ext <<_ACEOF
9074     /* confdefs.h. */
9075     _ACEOF
9076     cat confdefs.h >>conftest.$ac_ext
9077     cat >>conftest.$ac_ext <<_ACEOF
9078     /* end confdefs.h. */
9079     $ac_includes_default
9080 ayin 1.108 typedef long long ac__type_sizeof_;
9081 pcg 1.11 int
9082     main ()
9083     {
9084 ayin 1.108 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
9085 pcg 1.11 test_array [0] = 0
9086    
9087     ;
9088     return 0;
9089     }
9090     _ACEOF
9091     rm -f conftest.$ac_objext
9092 ayin 1.108 if { (ac_try="$ac_compile"
9093     case "(($ac_try" in
9094     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9095     *) ac_try_echo=$ac_try;;
9096     esac
9097     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9098     (eval "$ac_compile") 2>conftest.er1
9099 pcg 1.11 ac_status=$?
9100     grep -v '^ *+' conftest.er1 >conftest.err
9101     rm -f conftest.er1
9102     cat conftest.err >&5
9103     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9104 ayin 1.108 (exit $ac_status); } && {
9105     test -z "$ac_cxx_werror_flag" ||
9106     test ! -s conftest.err
9107     } && test -s conftest.$ac_objext; then
9108 pcg 1.11 ac_lo=0 ac_mid=0
9109     while :; do
9110     cat >conftest.$ac_ext <<_ACEOF
9111     /* confdefs.h. */
9112     _ACEOF
9113     cat confdefs.h >>conftest.$ac_ext
9114     cat >>conftest.$ac_ext <<_ACEOF
9115     /* end confdefs.h. */
9116     $ac_includes_default
9117 ayin 1.108 typedef long long ac__type_sizeof_;
9118 pcg 1.11 int
9119     main ()
9120     {
9121 ayin 1.108 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
9122 pcg 1.11 test_array [0] = 0
9123    
9124     ;
9125     return 0;
9126     }
9127     _ACEOF
9128     rm -f conftest.$ac_objext
9129 ayin 1.108 if { (ac_try="$ac_compile"
9130     case "(($ac_try" in
9131     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9132     *) ac_try_echo=$ac_try;;
9133     esac
9134     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9135     (eval "$ac_compile") 2>conftest.er1
9136 pcg 1.11 ac_status=$?
9137     grep -v '^ *+' conftest.er1 >conftest.err
9138     rm -f conftest.er1
9139     cat conftest.err >&5
9140     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9141 ayin 1.108 (exit $ac_status); } && {
9142     test -z "$ac_cxx_werror_flag" ||
9143     test ! -s conftest.err
9144     } && test -s conftest.$ac_objext; then
9145 root 1.105 ac_hi=$ac_mid; break
9146     else
9147 pcg 1.11 echo "$as_me: failed program was:" >&5
9148     sed 's/^/| /' conftest.$ac_ext >&5
9149    
9150 ayin 1.108 ac_lo=`expr $ac_mid + 1`
9151     if test $ac_lo -le $ac_mid; then
9152     ac_lo= ac_hi=
9153     break
9154     fi
9155     ac_mid=`expr 2 '*' $ac_mid + 1`
9156 pcg 1.11 fi
9157 ayin 1.108
9158     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9159 pcg 1.11 done
9160     else
9161     echo "$as_me: failed program was:" >&5
9162     sed 's/^/| /' conftest.$ac_ext >&5
9163    
9164 ayin 1.108 cat >conftest.$ac_ext <<_ACEOF
9165 pcg 1.11 /* confdefs.h. */
9166     _ACEOF
9167     cat confdefs.h >>conftest.$ac_ext
9168     cat >>conftest.$ac_ext <<_ACEOF
9169     /* end confdefs.h. */
9170     $ac_includes_default
9171 ayin 1.108 typedef long long ac__type_sizeof_;
9172 pcg 1.11 int
9173     main ()
9174     {
9175 ayin 1.108 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
9176 pcg 1.11 test_array [0] = 0
9177    
9178     ;
9179     return 0;
9180     }
9181     _ACEOF
9182     rm -f conftest.$ac_objext
9183 ayin 1.108 if { (ac_try="$ac_compile"
9184     case "(($ac_try" in
9185     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9186     *) ac_try_echo=$ac_try;;
9187     esac
9188     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9189     (eval "$ac_compile") 2>conftest.er1
9190 pcg 1.11 ac_status=$?
9191     grep -v '^ *+' conftest.er1 >conftest.err
9192     rm -f conftest.er1
9193     cat conftest.err >&5
9194     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9195 ayin 1.108 (exit $ac_status); } && {
9196     test -z "$ac_cxx_werror_flag" ||
9197     test ! -s conftest.err
9198     } && test -s conftest.$ac_objext; then
9199 pcg 1.11 ac_hi=-1 ac_mid=-1
9200     while :; do
9201     cat >conftest.$ac_ext <<_ACEOF
9202     /* confdefs.h. */
9203     _ACEOF
9204     cat confdefs.h >>conftest.$ac_ext
9205     cat >>conftest.$ac_ext <<_ACEOF
9206     /* end confdefs.h. */
9207     $ac_includes_default
9208 ayin 1.108 typedef long long ac__type_sizeof_;
9209 pcg 1.11 int
9210     main ()
9211     {
9212 ayin 1.108 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
9213 pcg 1.11 test_array [0] = 0
9214    
9215     ;
9216     return 0;
9217     }
9218     _ACEOF
9219     rm -f conftest.$ac_objext
9220 ayin 1.108 if { (ac_try="$ac_compile"
9221     case "(($ac_try" in
9222     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9223     *) ac_try_echo=$ac_try;;
9224     esac
9225     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9226     (eval "$ac_compile") 2>conftest.er1
9227 pcg 1.11 ac_status=$?
9228     grep -v '^ *+' conftest.er1 >conftest.err
9229     rm -f conftest.er1
9230     cat conftest.err >&5
9231     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9232 ayin 1.108 (exit $ac_status); } && {
9233     test -z "$ac_cxx_werror_flag" ||
9234     test ! -s conftest.err
9235     } && test -s conftest.$ac_objext; then
9236     ac_lo=$ac_mid; break
9237 pcg 1.11 else
9238     echo "$as_me: failed program was:" >&5
9239     sed 's/^/| /' conftest.$ac_ext >&5
9240    
9241 ayin 1.108 ac_hi=`expr '(' $ac_mid ')' - 1`
9242     if test $ac_mid -le $ac_hi; then
9243     ac_lo= ac_hi=
9244     break
9245     fi
9246     ac_mid=`expr 2 '*' $ac_mid`
9247 pcg 1.11 fi
9248 ayin 1.108
9249     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9250 pcg 1.11 done
9251     else
9252     echo "$as_me: failed program was:" >&5
9253     sed 's/^/| /' conftest.$ac_ext >&5
9254 pcg 1.1
9255 ayin 1.108 ac_lo= ac_hi=
9256 pcg 1.11 fi
9257 ayin 1.108
9258     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9259 pcg 1.1 fi
9260 ayin 1.108
9261     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9262 pcg 1.11 # Binary search between lo and hi bounds.
9263     while test "x$ac_lo" != "x$ac_hi"; do
9264     ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
9265     cat >conftest.$ac_ext <<_ACEOF
9266     /* confdefs.h. */
9267     _ACEOF
9268     cat confdefs.h >>conftest.$ac_ext
9269     cat >>conftest.$ac_ext <<_ACEOF
9270     /* end confdefs.h. */
9271     $ac_includes_default
9272 ayin 1.108 typedef long long ac__type_sizeof_;
9273 pcg 1.11 int
9274     main ()
9275     {
9276 ayin 1.108 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
9277 pcg 1.11 test_array [0] = 0
9278 pcg 1.1
9279 pcg 1.11 ;
9280     return 0;
9281     }
9282     _ACEOF
9283     rm -f conftest.$ac_objext
9284 ayin 1.108 if { (ac_try="$ac_compile"
9285     case "(($ac_try" in
9286     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9287     *) ac_try_echo=$ac_try;;
9288     esac
9289     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9290     (eval "$ac_compile") 2>conftest.er1
9291 pcg 1.11 ac_status=$?
9292     grep -v '^ *+' conftest.er1 >conftest.err
9293     rm -f conftest.er1
9294     cat conftest.err >&5
9295     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9296 ayin 1.108 (exit $ac_status); } && {
9297     test -z "$ac_cxx_werror_flag" ||
9298     test ! -s conftest.err
9299     } && test -s conftest.$ac_objext; then
9300 pcg 1.11 ac_hi=$ac_mid
9301     else
9302     echo "$as_me: failed program was:" >&5
9303     sed 's/^/| /' conftest.$ac_ext >&5
9304 pcg 1.1
9305 ayin 1.108 ac_lo=`expr '(' $ac_mid ')' + 1`
9306 pcg 1.11 fi
9307 ayin 1.108
9308     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9309 pcg 1.11 done
9310     case $ac_lo in
9311     ?*) ac_cv_sizeof_long_long=$ac_lo;;
9312 ayin 1.108 '') if test "$ac_cv_type_long_long" = yes; then
9313     { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long)
9314 pcg 1.11 See \`config.log' for more details." >&5
9315 ayin 1.108 echo "$as_me: error: cannot compute sizeof (long long)
9316 pcg 1.11 See \`config.log' for more details." >&2;}
9317 ayin 1.108 { (exit 77); exit 77; }; }
9318     else
9319     ac_cv_sizeof_long_long=0
9320     fi ;;
9321 pcg 1.11 esac
9322 pcg 1.1 else
9323 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
9324     /* confdefs.h. */
9325     _ACEOF
9326     cat confdefs.h >>conftest.$ac_ext
9327     cat >>conftest.$ac_ext <<_ACEOF
9328     /* end confdefs.h. */
9329     $ac_includes_default
9330 ayin 1.108 typedef long long ac__type_sizeof_;
9331     static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
9332     static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
9333 pcg 1.1 #include <stdio.h>
9334 pcg 1.11 #include <stdlib.h>
9335     int
9336     main ()
9337 pcg 1.1 {
9338 pcg 1.11
9339     FILE *f = fopen ("conftest.val", "w");
9340     if (! f)
9341 ayin 1.108 return 1;
9342     if (((long int) (sizeof (ac__type_sizeof_))) < 0)
9343 pcg 1.11 {
9344 ayin 1.108 long int i = longval ();
9345     if (i != ((long int) (sizeof (ac__type_sizeof_))))
9346     return 1;
9347 pcg 1.11 fprintf (f, "%ld\n", i);
9348     }
9349     else
9350     {
9351 ayin 1.108 unsigned long int i = ulongval ();
9352     if (i != ((long int) (sizeof (ac__type_sizeof_))))
9353     return 1;
9354 pcg 1.11 fprintf (f, "%lu\n", i);
9355     }
9356 ayin 1.108 return ferror (f) || fclose (f) != 0;
9357 pcg 1.11
9358     ;
9359     return 0;
9360 pcg 1.1 }
9361 pcg 1.11 _ACEOF
9362     rm -f conftest$ac_exeext
9363 ayin 1.108 if { (ac_try="$ac_link"
9364     case "(($ac_try" in
9365     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9366     *) ac_try_echo=$ac_try;;
9367     esac
9368     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9369     (eval "$ac_link") 2>&5
9370 pcg 1.11 ac_status=$?
9371     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9372     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
9373 ayin 1.108 { (case "(($ac_try" in
9374     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9375     *) ac_try_echo=$ac_try;;
9376     esac
9377     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9378     (eval "$ac_try") 2>&5
9379 pcg 1.11 ac_status=$?
9380     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9381     (exit $ac_status); }; }; then
9382     ac_cv_sizeof_long_long=`cat conftest.val`
9383     else
9384     echo "$as_me: program exited with status $ac_status" >&5
9385     echo "$as_me: failed program was:" >&5
9386     sed 's/^/| /' conftest.$ac_ext >&5
9387    
9388     ( exit $ac_status )
9389 ayin 1.108 if test "$ac_cv_type_long_long" = yes; then
9390     { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long)
9391 pcg 1.11 See \`config.log' for more details." >&5
9392 ayin 1.108 echo "$as_me: error: cannot compute sizeof (long long)
9393 pcg 1.11 See \`config.log' for more details." >&2;}
9394 ayin 1.108 { (exit 77); exit 77; }; }
9395     else
9396     ac_cv_sizeof_long_long=0
9397     fi
9398 pcg 1.11 fi
9399 ayin 1.108 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
9400 pcg 1.11 fi
9401     rm -f conftest.val
9402 ayin 1.104 fi
9403 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
9404     echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6; }
9405    
9406    
9407    
9408 pcg 1.11 cat >>confdefs.h <<_ACEOF
9409     #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
9410     _ACEOF
9411    
9412    
9413 ayin 1.108 { echo "$as_me:$LINENO: checking for int *" >&5
9414     echo $ECHO_N "checking for int *... $ECHO_C" >&6; }
9415 pcg 1.11 if test "${ac_cv_type_int_p+set}" = set; then
9416     echo $ECHO_N "(cached) $ECHO_C" >&6
9417     else
9418     cat >conftest.$ac_ext <<_ACEOF
9419     /* confdefs.h. */
9420     _ACEOF
9421     cat confdefs.h >>conftest.$ac_ext
9422     cat >>conftest.$ac_ext <<_ACEOF
9423     /* end confdefs.h. */
9424     $ac_includes_default
9425 ayin 1.108 typedef int * ac__type_new_;
9426 pcg 1.11 int
9427     main ()
9428     {
9429 ayin 1.108 if ((ac__type_new_ *) 0)
9430 pcg 1.11 return 0;
9431 ayin 1.108 if (sizeof (ac__type_new_))
9432 pcg 1.11 return 0;
9433     ;
9434     return 0;
9435     }
9436     _ACEOF
9437     rm -f conftest.$ac_objext
9438 ayin 1.108 if { (ac_try="$ac_compile"
9439     case "(($ac_try" in
9440     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9441     *) ac_try_echo=$ac_try;;
9442     esac
9443     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9444     (eval "$ac_compile") 2>conftest.er1
9445 pcg 1.11 ac_status=$?
9446     grep -v '^ *+' conftest.er1 >conftest.err
9447     rm -f conftest.er1
9448     cat conftest.err >&5
9449     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9450 ayin 1.108 (exit $ac_status); } && {
9451     test -z "$ac_cxx_werror_flag" ||
9452     test ! -s conftest.err
9453     } && test -s conftest.$ac_objext; then
9454 pcg 1.11 ac_cv_type_int_p=yes
9455     else
9456     echo "$as_me: failed program was:" >&5
9457     sed 's/^/| /' conftest.$ac_ext >&5
9458    
9459 ayin 1.108 ac_cv_type_int_p=no
9460 pcg 1.11 fi
9461 ayin 1.108
9462     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9463 pcg 1.11 fi
9464 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_type_int_p" >&5
9465     echo "${ECHO_T}$ac_cv_type_int_p" >&6; }
9466 pcg 1.11
9467 ayin 1.108 # The cast to long int works around a bug in the HP C Compiler
9468     # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
9469     # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
9470     # This bug is HP SR number 8606223364.
9471     { echo "$as_me:$LINENO: checking size of int *" >&5
9472     echo $ECHO_N "checking size of int *... $ECHO_C" >&6; }
9473 pcg 1.11 if test "${ac_cv_sizeof_int_p+set}" = set; then
9474     echo $ECHO_N "(cached) $ECHO_C" >&6
9475     else
9476     if test "$cross_compiling" = yes; then
9477     # Depending upon the size, compute the lo and hi bounds.
9478     cat >conftest.$ac_ext <<_ACEOF
9479     /* confdefs.h. */
9480     _ACEOF
9481     cat confdefs.h >>conftest.$ac_ext
9482     cat >>conftest.$ac_ext <<_ACEOF
9483     /* end confdefs.h. */
9484     $ac_includes_default
9485 ayin 1.108 typedef int * ac__type_sizeof_;
9486 pcg 1.11 int
9487     main ()
9488     {
9489 ayin 1.108 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
9490 pcg 1.11 test_array [0] = 0
9491    
9492     ;
9493     return 0;
9494     }
9495     _ACEOF
9496     rm -f conftest.$ac_objext
9497 ayin 1.108 if { (ac_try="$ac_compile"
9498     case "(($ac_try" in
9499     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9500     *) ac_try_echo=$ac_try;;
9501     esac
9502     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9503     (eval "$ac_compile") 2>conftest.er1
9504 pcg 1.11 ac_status=$?
9505     grep -v '^ *+' conftest.er1 >conftest.err
9506     rm -f conftest.er1
9507     cat conftest.err >&5
9508     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9509 ayin 1.108 (exit $ac_status); } && {
9510     test -z "$ac_cxx_werror_flag" ||
9511     test ! -s conftest.err
9512     } && test -s conftest.$ac_objext; then
9513 pcg 1.11 ac_lo=0 ac_mid=0
9514     while :; do
9515     cat >conftest.$ac_ext <<_ACEOF
9516     /* confdefs.h. */
9517     _ACEOF
9518     cat confdefs.h >>conftest.$ac_ext
9519     cat >>conftest.$ac_ext <<_ACEOF
9520     /* end confdefs.h. */
9521     $ac_includes_default
9522 ayin 1.108 typedef int * ac__type_sizeof_;
9523 pcg 1.11 int
9524     main ()
9525     {
9526 ayin 1.108 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
9527 pcg 1.11 test_array [0] = 0
9528    
9529     ;
9530     return 0;
9531     }
9532     _ACEOF
9533     rm -f conftest.$ac_objext
9534 ayin 1.108 if { (ac_try="$ac_compile"
9535     case "(($ac_try" in
9536     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9537     *) ac_try_echo=$ac_try;;
9538     esac
9539     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9540     (eval "$ac_compile") 2>conftest.er1
9541 pcg 1.11 ac_status=$?
9542     grep -v '^ *+' conftest.er1 >conftest.err
9543     rm -f conftest.er1
9544     cat conftest.err >&5
9545     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9546 ayin 1.108 (exit $ac_status); } && {
9547     test -z "$ac_cxx_werror_flag" ||
9548     test ! -s conftest.err
9549     } && test -s conftest.$ac_objext; then
9550 pcg 1.11 ac_hi=$ac_mid; break
9551     else
9552     echo "$as_me: failed program was:" >&5
9553     sed 's/^/| /' conftest.$ac_ext >&5
9554    
9555 ayin 1.108 ac_lo=`expr $ac_mid + 1`
9556     if test $ac_lo -le $ac_mid; then
9557     ac_lo= ac_hi=
9558     break
9559     fi
9560     ac_mid=`expr 2 '*' $ac_mid + 1`
9561 pcg 1.11 fi
9562 ayin 1.108
9563     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9564 pcg 1.11 done
9565     else
9566     echo "$as_me: failed program was:" >&5
9567     sed 's/^/| /' conftest.$ac_ext >&5
9568    
9569 ayin 1.108 cat >conftest.$ac_ext <<_ACEOF
9570 pcg 1.11 /* confdefs.h. */
9571     _ACEOF
9572     cat confdefs.h >>conftest.$ac_ext
9573     cat >>conftest.$ac_ext <<_ACEOF
9574     /* end confdefs.h. */
9575     $ac_includes_default
9576 ayin 1.108 typedef int * ac__type_sizeof_;
9577 pcg 1.11 int
9578     main ()
9579     {
9580 ayin 1.108 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
9581 pcg 1.11 test_array [0] = 0
9582    
9583     ;
9584     return 0;
9585     }
9586     _ACEOF
9587     rm -f conftest.$ac_objext
9588 ayin 1.108 if { (ac_try="$ac_compile"
9589     case "(($ac_try" in
9590     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9591     *) ac_try_echo=$ac_try;;
9592     esac
9593     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9594     (eval "$ac_compile") 2>conftest.er1
9595 pcg 1.11 ac_status=$?
9596     grep -v '^ *+' conftest.er1 >conftest.err
9597     rm -f conftest.er1
9598     cat conftest.err >&5
9599     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9600 ayin 1.108 (exit $ac_status); } && {
9601     test -z "$ac_cxx_werror_flag" ||
9602     test ! -s conftest.err
9603     } && test -s conftest.$ac_objext; then
9604 pcg 1.11 ac_hi=-1 ac_mid=-1
9605     while :; do
9606     cat >conftest.$ac_ext <<_ACEOF
9607     /* confdefs.h. */
9608     _ACEOF
9609     cat confdefs.h >>conftest.$ac_ext
9610     cat >>conftest.$ac_ext <<_ACEOF
9611     /* end confdefs.h. */
9612     $ac_includes_default
9613 ayin 1.108 typedef int * ac__type_sizeof_;
9614 pcg 1.11 int
9615     main ()
9616     {
9617 ayin 1.108 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
9618 pcg 1.11 test_array [0] = 0
9619    
9620     ;
9621     return 0;
9622     }
9623     _ACEOF
9624     rm -f conftest.$ac_objext
9625 ayin 1.108 if { (ac_try="$ac_compile"
9626     case "(($ac_try" in
9627     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9628     *) ac_try_echo=$ac_try;;
9629     esac
9630     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9631     (eval "$ac_compile") 2>conftest.er1
9632 pcg 1.11 ac_status=$?
9633     grep -v '^ *+' conftest.er1 >conftest.err
9634     rm -f conftest.er1
9635     cat conftest.err >&5
9636     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9637 ayin 1.108 (exit $ac_status); } && {
9638     test -z "$ac_cxx_werror_flag" ||
9639     test ! -s conftest.err
9640     } && test -s conftest.$ac_objext; then
9641 pcg 1.11 ac_lo=$ac_mid; break
9642     else
9643     echo "$as_me: failed program was:" >&5
9644     sed 's/^/| /' conftest.$ac_ext >&5
9645    
9646 ayin 1.108 ac_hi=`expr '(' $ac_mid ')' - 1`
9647     if test $ac_mid -le $ac_hi; then
9648     ac_lo= ac_hi=
9649     break
9650     fi
9651     ac_mid=`expr 2 '*' $ac_mid`
9652 pcg 1.11 fi
9653 ayin 1.108
9654     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9655 pcg 1.11 done
9656     else
9657     echo "$as_me: failed program was:" >&5
9658     sed 's/^/| /' conftest.$ac_ext >&5
9659    
9660 ayin 1.108 ac_lo= ac_hi=
9661 pcg 1.11 fi
9662 ayin 1.108
9663     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9664 pcg 1.11 fi
9665 ayin 1.108
9666     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9667 pcg 1.11 # Binary search between lo and hi bounds.
9668     while test "x$ac_lo" != "x$ac_hi"; do
9669     ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
9670     cat >conftest.$ac_ext <<_ACEOF
9671     /* confdefs.h. */
9672     _ACEOF
9673     cat confdefs.h >>conftest.$ac_ext
9674     cat >>conftest.$ac_ext <<_ACEOF
9675     /* end confdefs.h. */
9676     $ac_includes_default
9677 ayin 1.108 typedef int * ac__type_sizeof_;
9678 pcg 1.11 int
9679     main ()
9680     {
9681 ayin 1.108 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
9682 pcg 1.11 test_array [0] = 0
9683    
9684     ;
9685     return 0;
9686     }
9687     _ACEOF
9688     rm -f conftest.$ac_objext
9689 ayin 1.108 if { (ac_try="$ac_compile"
9690     case "(($ac_try" in
9691     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9692     *) ac_try_echo=$ac_try;;
9693     esac
9694     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9695     (eval "$ac_compile") 2>conftest.er1
9696 pcg 1.11 ac_status=$?
9697     grep -v '^ *+' conftest.er1 >conftest.err
9698     rm -f conftest.er1
9699     cat conftest.err >&5
9700     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9701 ayin 1.108 (exit $ac_status); } && {
9702     test -z "$ac_cxx_werror_flag" ||
9703     test ! -s conftest.err
9704     } && test -s conftest.$ac_objext; then
9705 pcg 1.11 ac_hi=$ac_mid
9706     else
9707     echo "$as_me: failed program was:" >&5
9708     sed 's/^/| /' conftest.$ac_ext >&5
9709 pcg 1.1
9710 ayin 1.108 ac_lo=`expr '(' $ac_mid ')' + 1`
9711 pcg 1.1 fi
9712 ayin 1.108
9713     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9714 pcg 1.11 done
9715     case $ac_lo in
9716     ?*) ac_cv_sizeof_int_p=$ac_lo;;
9717 ayin 1.108 '') if test "$ac_cv_type_int_p" = yes; then
9718     { { echo "$as_me:$LINENO: error: cannot compute sizeof (int *)
9719 pcg 1.11 See \`config.log' for more details." >&5
9720 ayin 1.108 echo "$as_me: error: cannot compute sizeof (int *)
9721 pcg 1.11 See \`config.log' for more details." >&2;}
9722 ayin 1.108 { (exit 77); exit 77; }; }
9723     else
9724     ac_cv_sizeof_int_p=0
9725     fi ;;
9726 pcg 1.11 esac
9727 pcg 1.1 else
9728 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
9729     /* confdefs.h. */
9730     _ACEOF
9731     cat confdefs.h >>conftest.$ac_ext
9732     cat >>conftest.$ac_ext <<_ACEOF
9733     /* end confdefs.h. */
9734     $ac_includes_default
9735 ayin 1.108 typedef int * ac__type_sizeof_;
9736     static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
9737     static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
9738 pcg 1.1 #include <stdio.h>
9739 pcg 1.11 #include <stdlib.h>
9740     int
9741     main ()
9742 pcg 1.1 {
9743 pcg 1.11
9744     FILE *f = fopen ("conftest.val", "w");
9745     if (! f)
9746 ayin 1.108 return 1;
9747     if (((long int) (sizeof (ac__type_sizeof_))) < 0)
9748 pcg 1.11 {
9749 ayin 1.108 long int i = longval ();
9750     if (i != ((long int) (sizeof (ac__type_sizeof_))))
9751     return 1;
9752 pcg 1.11 fprintf (f, "%ld\n", i);
9753     }
9754     else
9755     {
9756 ayin 1.108 unsigned long int i = ulongval ();
9757     if (i != ((long int) (sizeof (ac__type_sizeof_))))
9758     return 1;
9759 pcg 1.11 fprintf (f, "%lu\n", i);
9760     }
9761 ayin 1.108 return ferror (f) || fclose (f) != 0;
9762 pcg 1.11
9763     ;
9764     return 0;
9765 pcg 1.1 }
9766 pcg 1.11 _ACEOF
9767     rm -f conftest$ac_exeext
9768 ayin 1.108 if { (ac_try="$ac_link"
9769     case "(($ac_try" in
9770     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9771     *) ac_try_echo=$ac_try;;
9772     esac
9773     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9774     (eval "$ac_link") 2>&5
9775 pcg 1.11 ac_status=$?
9776     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9777     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
9778 ayin 1.108 { (case "(($ac_try" in
9779     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9780     *) ac_try_echo=$ac_try;;
9781     esac
9782     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9783     (eval "$ac_try") 2>&5
9784 pcg 1.11 ac_status=$?
9785     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9786     (exit $ac_status); }; }; then
9787     ac_cv_sizeof_int_p=`cat conftest.val`
9788     else
9789     echo "$as_me: program exited with status $ac_status" >&5
9790     echo "$as_me: failed program was:" >&5
9791     sed 's/^/| /' conftest.$ac_ext >&5
9792    
9793     ( exit $ac_status )
9794 ayin 1.108 if test "$ac_cv_type_int_p" = yes; then
9795     { { echo "$as_me:$LINENO: error: cannot compute sizeof (int *)
9796 pcg 1.11 See \`config.log' for more details." >&5
9797 ayin 1.108 echo "$as_me: error: cannot compute sizeof (int *)
9798 pcg 1.11 See \`config.log' for more details." >&2;}
9799 ayin 1.108 { (exit 77); exit 77; }; }
9800     else
9801     ac_cv_sizeof_int_p=0
9802     fi
9803 pcg 1.11 fi
9804 ayin 1.108 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
9805 pcg 1.11 fi
9806     rm -f conftest.val
9807 ayin 1.104 fi
9808 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_int_p" >&5
9809     echo "${ECHO_T}$ac_cv_sizeof_int_p" >&6; }
9810    
9811    
9812    
9813 pcg 1.11 cat >>confdefs.h <<_ACEOF
9814 pcg 1.1 #define SIZEOF_INT_P $ac_cv_sizeof_int_p
9815 pcg 1.11 _ACEOF
9816 pcg 1.1
9817    
9818    
9819    
9820 ayin 1.108 { echo "$as_me:$LINENO: checking for int16_t" >&5
9821     echo $ECHO_N "checking for int16_t... $ECHO_C" >&6; }
9822 pcg 1.11 if test "${rxvt_cv_int16_t+set}" = set; then
9823     echo $ECHO_N "(cached) $ECHO_C" >&6
9824 pcg 1.1 else
9825 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
9826     /* confdefs.h. */
9827     _ACEOF
9828     cat confdefs.h >>conftest.$ac_ext
9829     cat >>conftest.$ac_ext <<_ACEOF
9830     /* end confdefs.h. */
9831 pcg 1.1 #include <stdint.h>
9832 pcg 1.11 int
9833     main ()
9834     {
9835 pcg 1.1 int16_t dummy;
9836 pcg 1.11 ;
9837     return 0;
9838     }
9839     _ACEOF
9840     rm -f conftest.$ac_objext
9841 ayin 1.108 if { (ac_try="$ac_compile"
9842     case "(($ac_try" in
9843     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9844     *) ac_try_echo=$ac_try;;
9845     esac
9846     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9847     (eval "$ac_compile") 2>conftest.er1
9848 pcg 1.11 ac_status=$?
9849     grep -v '^ *+' conftest.er1 >conftest.err
9850     rm -f conftest.er1
9851     cat conftest.err >&5
9852     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9853 ayin 1.108 (exit $ac_status); } && {
9854     test -z "$ac_cxx_werror_flag" ||
9855     test ! -s conftest.err
9856     } && test -s conftest.$ac_objext; then
9857 pcg 1.1 rxvt_cv_int16_t=yes
9858     else
9859 pcg 1.11 echo "$as_me: failed program was:" >&5
9860     sed 's/^/| /' conftest.$ac_ext >&5
9861    
9862 ayin 1.108 if test "$ac_cv_sizeof_char" -ge 2; then
9863 pcg 1.1 rxvt_cv_int16_t=" char"
9864     else
9865 root 1.50 if test "$ac_cv_sizeof_short" -ge 2; then
9866 pcg 1.1 rxvt_cv_int16_t=" short"
9867     else
9868 root 1.50 if test "$ac_cv_sizeof_int" -ge 2; then
9869 pcg 1.1 rxvt_cv_int16_t=" int"
9870     else
9871 root 1.50 if test "$ac_cv_sizeof_long" -ge 2; then
9872 pcg 1.1 rxvt_cv_int16_t=" long"
9873     else
9874 root 1.50 if test "$ac_cv_sizeof_long_long" -ge 2; then
9875 pcg 1.1 rxvt_cv_int16_t=" long long"
9876     else
9877     rxvt_cv_int16_t=" short" # we _must_ have a (possibly wrong) default
9878     fi
9879     fi
9880     fi
9881     fi
9882     fi
9883     fi
9884 ayin 1.108
9885     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9886 pcg 1.1 fi
9887 ayin 1.108 { echo "$as_me:$LINENO: result: $rxvt_cv_int16_t" >&5
9888     echo "${ECHO_T}$rxvt_cv_int16_t" >&6; }
9889 pcg 1.1 if test x"$rxvt_cv_int16_t" != xyes; then
9890     rxvt_int16_typedef="typedef $rxvt_cv_int16_t int16_t;"
9891     else
9892     if test x"" = x; then
9893     rxvt_int16_typedef="/* typedef short int16_t; */"
9894     else
9895     rxvt_int16_typedef="/* typedef short int16_t; */"
9896     fi
9897 pcg 1.11 fi
9898 pcg 1.1
9899 ayin 1.108 { echo "$as_me:$LINENO: checking for uint16_t" >&5
9900     echo $ECHO_N "checking for uint16_t... $ECHO_C" >&6; }
9901 pcg 1.11 if test "${rxvt_cv_uint16_t+set}" = set; then
9902     echo $ECHO_N "(cached) $ECHO_C" >&6
9903     else
9904     cat >conftest.$ac_ext <<_ACEOF
9905     /* confdefs.h. */
9906     _ACEOF
9907     cat confdefs.h >>conftest.$ac_ext
9908     cat >>conftest.$ac_ext <<_ACEOF
9909     /* end confdefs.h. */
9910 pcg 1.1 #include <stdint.h>
9911 pcg 1.11 int
9912     main ()
9913     {
9914 pcg 1.1 uint16_t dummy;
9915 pcg 1.11 ;
9916     return 0;
9917     }
9918     _ACEOF
9919     rm -f conftest.$ac_objext
9920 ayin 1.108 if { (ac_try="$ac_compile"
9921     case "(($ac_try" in
9922     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9923     *) ac_try_echo=$ac_try;;
9924     esac
9925     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9926     (eval "$ac_compile") 2>conftest.er1
9927 pcg 1.11 ac_status=$?
9928     grep -v '^ *+' conftest.er1 >conftest.err
9929     rm -f conftest.er1
9930     cat conftest.err >&5
9931     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9932 ayin 1.108 (exit $ac_status); } && {
9933     test -z "$ac_cxx_werror_flag" ||
9934     test ! -s conftest.err
9935     } && test -s conftest.$ac_objext; then
9936 pcg 1.1 rxvt_cv_uint16_t=yes
9937     else
9938 pcg 1.11 echo "$as_me: failed program was:" >&5
9939     sed 's/^/| /' conftest.$ac_ext >&5
9940    
9941 ayin 1.108 if test "$ac_cv_sizeof_char" -ge 2; then
9942 pcg 1.1 rxvt_cv_uint16_t="unsigned char"
9943     else
9944 root 1.50 if test "$ac_cv_sizeof_short" -ge 2; then
9945 pcg 1.1 rxvt_cv_uint16_t="unsigned short"
9946     else
9947 root 1.50 if test "$ac_cv_sizeof_int" -ge 2; then
9948 pcg 1.1 rxvt_cv_uint16_t="unsigned int"
9949     else
9950 root 1.50 if test "$ac_cv_sizeof_long" -ge 2; then
9951 pcg 1.1 rxvt_cv_uint16_t="unsigned long"
9952     else
9953 root 1.50 if test "$ac_cv_sizeof_long_long" -ge 2; then
9954 pcg 1.1 rxvt_cv_uint16_t="unsigned long long"
9955     else
9956     rxvt_cv_uint16_t="unsigned short" # we _must_ have a (possibly wrong) default
9957     fi
9958     fi
9959     fi
9960     fi
9961     fi
9962     fi
9963 ayin 1.108
9964     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9965 pcg 1.1 fi
9966 ayin 1.108 { echo "$as_me:$LINENO: result: $rxvt_cv_uint16_t" >&5
9967     echo "${ECHO_T}$rxvt_cv_uint16_t" >&6; }
9968 pcg 1.1 if test x"$rxvt_cv_uint16_t" != xyes; then
9969     rxvt_uint16_typedef="typedef $rxvt_cv_uint16_t uint16_t;"
9970     else
9971     if test x"unsigned" = x; then
9972     rxvt_uint16_typedef="/* typedef short uint16_t; */"
9973     else
9974     rxvt_uint16_typedef="/* typedef unsigned short uint16_t; */"
9975     fi
9976 pcg 1.11 fi
9977 pcg 1.1
9978 ayin 1.108 { echo "$as_me:$LINENO: checking for int32_t" >&5
9979     echo $ECHO_N "checking for int32_t... $ECHO_C" >&6; }
9980 pcg 1.11 if test "${rxvt_cv_int32_t+set}" = set; then
9981     echo $ECHO_N "(cached) $ECHO_C" >&6
9982     else
9983     cat >conftest.$ac_ext <<_ACEOF
9984     /* confdefs.h. */
9985     _ACEOF
9986     cat confdefs.h >>conftest.$ac_ext
9987     cat >>conftest.$ac_ext <<_ACEOF
9988     /* end confdefs.h. */
9989 pcg 1.1 #include <stdint.h>
9990 pcg 1.11 int
9991     main ()
9992     {
9993 pcg 1.1 int32_t dummy;
9994 pcg 1.11 ;
9995     return 0;
9996     }
9997     _ACEOF
9998     rm -f conftest.$ac_objext
9999 ayin 1.108 if { (ac_try="$ac_compile"
10000     case "(($ac_try" in
10001     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10002     *) ac_try_echo=$ac_try;;
10003     esac
10004     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10005     (eval "$ac_compile") 2>conftest.er1
10006 pcg 1.11 ac_status=$?
10007     grep -v '^ *+' conftest.er1 >conftest.err
10008     rm -f conftest.er1
10009     cat conftest.err >&5
10010     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10011 ayin 1.108 (exit $ac_status); } && {
10012     test -z "$ac_cxx_werror_flag" ||
10013     test ! -s conftest.err
10014     } && test -s conftest.$ac_objext; then
10015 pcg 1.1 rxvt_cv_int32_t=yes
10016     else
10017 pcg 1.11 echo "$as_me: failed program was:" >&5
10018     sed 's/^/| /' conftest.$ac_ext >&5
10019    
10020 ayin 1.108 if test "$ac_cv_sizeof_char" -ge 4; then
10021 pcg 1.1 rxvt_cv_int32_t=" char"
10022     else
10023 root 1.50 if test "$ac_cv_sizeof_short" -ge 4; then
10024 pcg 1.1 rxvt_cv_int32_t=" short"
10025     else
10026 root 1.50 if test "$ac_cv_sizeof_int" -ge 4; then
10027 pcg 1.1 rxvt_cv_int32_t=" int"
10028     else
10029 root 1.50 if test "$ac_cv_sizeof_long" -ge 4; then
10030 pcg 1.1 rxvt_cv_int32_t=" long"
10031     else
10032 root 1.50 if test "$ac_cv_sizeof_long_long" -ge 4; then
10033 pcg 1.1 rxvt_cv_int32_t=" long long"
10034     else
10035     rxvt_cv_int32_t=" int" # we _must_ have a (possibly wrong) default
10036     fi
10037     fi
10038     fi
10039     fi
10040     fi
10041     fi
10042 ayin 1.108
10043     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10044 pcg 1.1 fi
10045 ayin 1.108 { echo "$as_me:$LINENO: result: $rxvt_cv_int32_t" >&5
10046     echo "${ECHO_T}$rxvt_cv_int32_t" >&6; }
10047 pcg 1.1 if test x"$rxvt_cv_int32_t" != xyes; then
10048     rxvt_int32_typedef="typedef $rxvt_cv_int32_t int32_t;"
10049     else
10050     if test x"" = x; then
10051     rxvt_int32_typedef="/* typedef int int32_t; */"
10052     else
10053     rxvt_int32_typedef="/* typedef int int32_t; */"
10054     fi
10055 pcg 1.11 fi
10056 pcg 1.1
10057 ayin 1.108 { echo "$as_me:$LINENO: checking for uint32_t" >&5
10058     echo $ECHO_N "checking for uint32_t... $ECHO_C" >&6; }
10059 pcg 1.11 if test "${rxvt_cv_uint32_t+set}" = set; then
10060     echo $ECHO_N "(cached) $ECHO_C" >&6
10061     else
10062     cat >conftest.$ac_ext <<_ACEOF
10063     /* confdefs.h. */
10064     _ACEOF
10065     cat confdefs.h >>conftest.$ac_ext
10066     cat >>conftest.$ac_ext <<_ACEOF
10067     /* end confdefs.h. */
10068 pcg 1.1 #include <stdint.h>
10069 pcg 1.11 int
10070     main ()
10071     {
10072 pcg 1.1 uint32_t dummy;
10073 pcg 1.11 ;
10074     return 0;
10075     }
10076     _ACEOF
10077     rm -f conftest.$ac_objext
10078 ayin 1.108 if { (ac_try="$ac_compile"
10079     case "(($ac_try" in
10080     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10081     *) ac_try_echo=$ac_try;;
10082     esac
10083     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10084     (eval "$ac_compile") 2>conftest.er1
10085 pcg 1.11 ac_status=$?
10086     grep -v '^ *+' conftest.er1 >conftest.err
10087     rm -f conftest.er1
10088     cat conftest.err >&5
10089     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10090 ayin 1.108 (exit $ac_status); } && {
10091     test -z "$ac_cxx_werror_flag" ||
10092     test ! -s conftest.err
10093     } && test -s conftest.$ac_objext; then
10094 pcg 1.1 rxvt_cv_uint32_t=yes
10095     else
10096 pcg 1.11 echo "$as_me: failed program was:" >&5
10097     sed 's/^/| /' conftest.$ac_ext >&5
10098    
10099 ayin 1.108 if test "$ac_cv_sizeof_char" -ge 4; then
10100 pcg 1.1 rxvt_cv_uint32_t="unsigned char"
10101     else
10102 root 1.50 if test "$ac_cv_sizeof_short" -ge 4; then
10103 pcg 1.1 rxvt_cv_uint32_t="unsigned short"
10104     else
10105 root 1.50 if test "$ac_cv_sizeof_int" -ge 4; then
10106 pcg 1.1 rxvt_cv_uint32_t="unsigned int"
10107     else
10108 root 1.50 if test "$ac_cv_sizeof_long" -ge 4; then
10109 pcg 1.1 rxvt_cv_uint32_t="unsigned long"
10110     else
10111 root 1.50 if test "$ac_cv_sizeof_long_long" -ge 4; then
10112 pcg 1.1 rxvt_cv_uint32_t="unsigned long long"
10113     else
10114     rxvt_cv_uint32_t="unsigned int" # we _must_ have a (possibly wrong) default
10115     fi
10116     fi
10117     fi
10118     fi
10119     fi
10120     fi
10121 ayin 1.108
10122     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10123 pcg 1.1 fi
10124 ayin 1.108 { echo "$as_me:$LINENO: result: $rxvt_cv_uint32_t" >&5
10125     echo "${ECHO_T}$rxvt_cv_uint32_t" >&6; }
10126 pcg 1.1 if test x"$rxvt_cv_uint32_t" != xyes; then
10127     rxvt_uint32_typedef="typedef $rxvt_cv_uint32_t uint32_t;"
10128     else
10129     if test x"unsigned" = x; then
10130     rxvt_uint32_typedef="/* typedef int uint32_t; */"
10131     else
10132     rxvt_uint32_typedef="/* typedef unsigned int uint32_t; */"
10133     fi
10134 pcg 1.11 fi
10135 pcg 1.1
10136 root 1.50 if test "$ac_cv_sizeof_int_p" -eq 8; then
10137 pcg 1.1 rxvt_intp_define="#define intp_t int64_t"
10138     rxvt_u_intp_define="#define u_intp_t u_int64_t"
10139     else
10140 root 1.50 if test "$ac_cv_sizeof_int_p" -eq 4; then
10141 pcg 1.1 rxvt_intp_define="#define intp_t int32_t"
10142     rxvt_u_intp_define="#define u_intp_t u_int32_t"
10143     else
10144 root 1.50 if test "$ac_cv_sizeof_int_p" -eq 2; then
10145 pcg 1.1 rxvt_intp_define="#define intp_t int16_t"
10146     rxvt_u_intp_define="#define u_intp_t u_int16_t"
10147     else
10148     rxvt_intp_define="#error set intp_t"
10149     rxvt_u_intp_define="#error set u_intp_t"
10150     fi
10151     fi
10152     fi
10153    
10154    
10155    
10156 ayin 1.108 { echo "$as_me:$LINENO: checking return type of signal handlers" >&5
10157     echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6; }
10158 pcg 1.11 if test "${ac_cv_type_signal+set}" = set; then
10159     echo $ECHO_N "(cached) $ECHO_C" >&6
10160     else
10161     cat >conftest.$ac_ext <<_ACEOF
10162     /* confdefs.h. */
10163     _ACEOF
10164     cat confdefs.h >>conftest.$ac_ext
10165     cat >>conftest.$ac_ext <<_ACEOF
10166     /* end confdefs.h. */
10167 pcg 1.1 #include <sys/types.h>
10168     #include <signal.h>
10169    
10170 pcg 1.11 int
10171     main ()
10172     {
10173 ayin 1.108 return *(signal (0, 0)) (0) == 1;
10174 pcg 1.11 ;
10175     return 0;
10176     }
10177     _ACEOF
10178     rm -f conftest.$ac_objext
10179 ayin 1.108 if { (ac_try="$ac_compile"
10180     case "(($ac_try" in
10181     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10182     *) ac_try_echo=$ac_try;;
10183     esac
10184     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10185     (eval "$ac_compile") 2>conftest.er1
10186 pcg 1.11 ac_status=$?
10187     grep -v '^ *+' conftest.er1 >conftest.err
10188     rm -f conftest.er1
10189     cat conftest.err >&5
10190     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10191 ayin 1.108 (exit $ac_status); } && {
10192     test -z "$ac_cxx_werror_flag" ||
10193     test ! -s conftest.err
10194     } && test -s conftest.$ac_objext; then
10195     ac_cv_type_signal=int
10196 pcg 1.1 else
10197 pcg 1.11 echo "$as_me: failed program was:" >&5
10198     sed 's/^/| /' conftest.$ac_ext >&5
10199    
10200 ayin 1.108 ac_cv_type_signal=void
10201 pcg 1.1 fi
10202 ayin 1.108
10203     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10204 pcg 1.1 fi
10205 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
10206     echo "${ECHO_T}$ac_cv_type_signal" >&6; }
10207 pcg 1.1
10208 pcg 1.11 cat >>confdefs.h <<_ACEOF
10209 pcg 1.1 #define RETSIGTYPE $ac_cv_type_signal
10210 pcg 1.11 _ACEOF
10211 pcg 1.1
10212    
10213    
10214 root 1.76
10215 ayin 1.115 for ac_func in unsetenv
10216 root 1.83 do
10217     as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
10218 ayin 1.108 { echo "$as_me:$LINENO: checking for $ac_func" >&5
10219     echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
10220     if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
10221 root 1.83 echo $ECHO_N "(cached) $ECHO_C" >&6
10222     else
10223     cat >conftest.$ac_ext <<_ACEOF
10224     /* confdefs.h. */
10225     _ACEOF
10226     cat confdefs.h >>conftest.$ac_ext
10227     cat >>conftest.$ac_ext <<_ACEOF
10228     /* end confdefs.h. */
10229     /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
10230     For example, HP-UX 11i <limits.h> declares gettimeofday. */
10231     #define $ac_func innocuous_$ac_func
10232    
10233     /* System header to define __stub macros and hopefully few prototypes,
10234     which can conflict with char $ac_func (); below.
10235     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10236     <limits.h> exists even on freestanding compilers. */
10237    
10238     #ifdef __STDC__
10239     # include <limits.h>
10240     #else
10241     # include <assert.h>
10242     #endif
10243    
10244     #undef $ac_func
10245 pcg 1.11
10246 ayin 1.108 /* Override any GCC internal prototype to avoid an error.
10247     Use char because int might match the return type of a GCC
10248     builtin and then its argument prototype would still apply. */
10249 root 1.83 #ifdef __cplusplus
10250     extern "C"
10251     #endif
10252     char $ac_func ();
10253     /* The GNU C library defines this for functions which it implements
10254     to always fail with ENOSYS. Some functions are actually named
10255     something starting with __ and the normal name is an alias. */
10256 ayin 1.108 #if defined __stub_$ac_func || defined __stub___$ac_func
10257 root 1.83 choke me
10258     #endif
10259 pcg 1.11
10260 root 1.83 int
10261     main ()
10262     {
10263 ayin 1.108 return $ac_func ();
10264 root 1.83 ;
10265     return 0;
10266     }
10267     _ACEOF
10268     rm -f conftest.$ac_objext conftest$ac_exeext
10269 ayin 1.108 if { (ac_try="$ac_link"
10270     case "(($ac_try" in
10271     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10272     *) ac_try_echo=$ac_try;;
10273     esac
10274     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10275     (eval "$ac_link") 2>conftest.er1
10276 root 1.83 ac_status=$?
10277     grep -v '^ *+' conftest.er1 >conftest.err
10278     rm -f conftest.er1
10279     cat conftest.err >&5
10280     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10281 ayin 1.108 (exit $ac_status); } && {
10282     test -z "$ac_cxx_werror_flag" ||
10283     test ! -s conftest.err
10284     } && test -s conftest$ac_exeext &&
10285     $as_test_x conftest$ac_exeext; then
10286 root 1.83 eval "$as_ac_var=yes"
10287     else
10288     echo "$as_me: failed program was:" >&5
10289     sed 's/^/| /' conftest.$ac_ext >&5
10290 pcg 1.11
10291 ayin 1.108 eval "$as_ac_var=no"
10292 root 1.83 fi
10293 ayin 1.108
10294     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10295 root 1.83 conftest$ac_exeext conftest.$ac_ext
10296     fi
10297 ayin 1.108 ac_res=`eval echo '${'$as_ac_var'}'`
10298     { echo "$as_me:$LINENO: result: $ac_res" >&5
10299     echo "${ECHO_T}$ac_res" >&6; }
10300 root 1.83 if test `eval echo '${'$as_ac_var'}'` = yes; then
10301     cat >>confdefs.h <<_ACEOF
10302     #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
10303     _ACEOF
10304 pcg 1.11
10305 root 1.83 fi
10306     done
10307 pcg 1.11
10308    
10309    
10310 root 1.92 support_utmp=yes
10311     support_wtmp=yes
10312     support_lastlog=yes
10313    
10314 ayin 1.108 # Check whether --enable-utmp was given.
10315 root 1.92 if test "${enable_utmp+set}" = set; then
10316 ayin 1.108 enableval=$enable_utmp; if test x$enableval = xyes -o x$enableval = xno; then
10317 root 1.92 support_utmp=$enableval
10318     fi
10319 ayin 1.108 fi
10320 ayin 1.102
10321 ayin 1.108
10322     # Check whether --enable-wtmp was given.
10323 root 1.92 if test "${enable_wtmp+set}" = set; then
10324 ayin 1.108 enableval=$enable_wtmp; if test x$enableval = xyes -o x$enableval = xno; then
10325 root 1.92 support_wtmp=$enableval
10326     fi
10327 ayin 1.108 fi
10328 ayin 1.102
10329 ayin 1.108
10330     # Check whether --enable-lastlog was given.
10331 root 1.92 if test "${enable_lastlog+set}" = set; then
10332 ayin 1.108 enableval=$enable_lastlog; if test x$enableval = xyes -o x$enableval = xno; then
10333 root 1.92 support_lastlog=$enableval
10334     fi
10335 ayin 1.108 fi
10336    
10337 root 1.92
10338     if test x$support_utmp = xyes; then
10339    
10340     cat >>confdefs.h <<\_ACEOF
10341     #define UTMP_SUPPORT 1
10342     _ACEOF
10343    
10344     fi
10345     if test x$support_wtmp = xyes; then
10346    
10347     cat >>confdefs.h <<\_ACEOF
10348     #define WTMP_SUPPORT 1
10349     _ACEOF
10350    
10351     fi
10352     if test x$support_lastlog = xyes; then
10353    
10354     cat >>confdefs.h <<\_ACEOF
10355     #define LASTLOG_SUPPORT 1
10356     _ACEOF
10357    
10358     fi
10359    
10360 pcg 1.11
10361 root 1.88
10362    
10363     for ac_func in \
10364     updwtmp \
10365     updwtmpx \
10366 ayin 1.115 updlastlogx \
10367 root 1.88
10368     do
10369     as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
10370 ayin 1.108 { echo "$as_me:$LINENO: checking for $ac_func" >&5
10371     echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
10372     if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
10373 root 1.88 echo $ECHO_N "(cached) $ECHO_C" >&6
10374     else
10375     cat >conftest.$ac_ext <<_ACEOF
10376     /* confdefs.h. */
10377     _ACEOF
10378     cat confdefs.h >>conftest.$ac_ext
10379     cat >>conftest.$ac_ext <<_ACEOF
10380     /* end confdefs.h. */
10381     /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
10382     For example, HP-UX 11i <limits.h> declares gettimeofday. */
10383     #define $ac_func innocuous_$ac_func
10384    
10385     /* System header to define __stub macros and hopefully few prototypes,
10386     which can conflict with char $ac_func (); below.
10387     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10388     <limits.h> exists even on freestanding compilers. */
10389    
10390     #ifdef __STDC__
10391     # include <limits.h>
10392     #else
10393     # include <assert.h>
10394     #endif
10395    
10396     #undef $ac_func
10397    
10398 ayin 1.108 /* Override any GCC internal prototype to avoid an error.
10399     Use char because int might match the return type of a GCC
10400     builtin and then its argument prototype would still apply. */
10401 root 1.88 #ifdef __cplusplus
10402     extern "C"
10403     #endif
10404     char $ac_func ();
10405     /* The GNU C library defines this for functions which it implements
10406     to always fail with ENOSYS. Some functions are actually named
10407     something starting with __ and the normal name is an alias. */
10408 ayin 1.108 #if defined __stub_$ac_func || defined __stub___$ac_func
10409 root 1.88 choke me
10410     #endif
10411    
10412     int
10413     main ()
10414     {
10415 ayin 1.108 return $ac_func ();
10416 root 1.88 ;
10417     return 0;
10418     }
10419     _ACEOF
10420     rm -f conftest.$ac_objext conftest$ac_exeext
10421 ayin 1.108 if { (ac_try="$ac_link"
10422     case "(($ac_try" in
10423     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10424     *) ac_try_echo=$ac_try;;
10425     esac
10426     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10427     (eval "$ac_link") 2>conftest.er1
10428 root 1.88 ac_status=$?
10429     grep -v '^ *+' conftest.er1 >conftest.err
10430     rm -f conftest.er1
10431     cat conftest.err >&5
10432     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10433 ayin 1.108 (exit $ac_status); } && {
10434     test -z "$ac_cxx_werror_flag" ||
10435     test ! -s conftest.err
10436     } && test -s conftest$ac_exeext &&
10437     $as_test_x conftest$ac_exeext; then
10438 root 1.88 eval "$as_ac_var=yes"
10439     else
10440     echo "$as_me: failed program was:" >&5
10441     sed 's/^/| /' conftest.$ac_ext >&5
10442    
10443 ayin 1.108 eval "$as_ac_var=no"
10444 root 1.88 fi
10445 ayin 1.108
10446     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10447 root 1.88 conftest$ac_exeext conftest.$ac_ext
10448     fi
10449 ayin 1.108 ac_res=`eval echo '${'$as_ac_var'}'`
10450     { echo "$as_me:$LINENO: result: $ac_res" >&5
10451     echo "${ECHO_T}$ac_res" >&6; }
10452 root 1.88 if test `eval echo '${'$as_ac_var'}'` = yes; then
10453     cat >>confdefs.h <<_ACEOF
10454     #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
10455     _ACEOF
10456    
10457     fi
10458     done
10459    
10460    
10461    
10462    
10463    
10464     for ac_header in \
10465     utmp.h \
10466     utmpx.h \
10467     lastlog.h \
10468    
10469     do
10470     as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10471 ayin 1.108 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10472     { echo "$as_me:$LINENO: checking for $ac_header" >&5
10473     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10474     if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10475 root 1.88 echo $ECHO_N "(cached) $ECHO_C" >&6
10476     fi
10477 ayin 1.108 ac_res=`eval echo '${'$as_ac_Header'}'`
10478     { echo "$as_me:$LINENO: result: $ac_res" >&5
10479     echo "${ECHO_T}$ac_res" >&6; }
10480 root 1.88 else
10481     # Is the header compilable?
10482 ayin 1.108 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
10483     echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
10484 root 1.88 cat >conftest.$ac_ext <<_ACEOF
10485     /* confdefs.h. */
10486     _ACEOF
10487     cat confdefs.h >>conftest.$ac_ext
10488     cat >>conftest.$ac_ext <<_ACEOF
10489     /* end confdefs.h. */
10490     $ac_includes_default
10491     #include <$ac_header>
10492     _ACEOF
10493     rm -f conftest.$ac_objext
10494 ayin 1.108 if { (ac_try="$ac_compile"
10495     case "(($ac_try" in
10496     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10497     *) ac_try_echo=$ac_try;;
10498     esac
10499     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10500     (eval "$ac_compile") 2>conftest.er1
10501 root 1.88 ac_status=$?
10502     grep -v '^ *+' conftest.er1 >conftest.err
10503     rm -f conftest.er1
10504     cat conftest.err >&5
10505     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10506 ayin 1.108 (exit $ac_status); } && {
10507     test -z "$ac_cxx_werror_flag" ||
10508     test ! -s conftest.err
10509     } && test -s conftest.$ac_objext; then
10510 root 1.88 ac_header_compiler=yes
10511     else
10512     echo "$as_me: failed program was:" >&5
10513     sed 's/^/| /' conftest.$ac_ext >&5
10514    
10515 ayin 1.108 ac_header_compiler=no
10516 root 1.88 fi
10517 ayin 1.108
10518     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10519     { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10520     echo "${ECHO_T}$ac_header_compiler" >&6; }
10521 root 1.88
10522     # Is the header present?
10523 ayin 1.108 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
10524     echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
10525 root 1.88 cat >conftest.$ac_ext <<_ACEOF
10526     /* confdefs.h. */
10527     _ACEOF
10528     cat confdefs.h >>conftest.$ac_ext
10529     cat >>conftest.$ac_ext <<_ACEOF
10530     /* end confdefs.h. */
10531     #include <$ac_header>
10532     _ACEOF
10533 ayin 1.108 if { (ac_try="$ac_cpp conftest.$ac_ext"
10534     case "(($ac_try" in
10535     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10536     *) ac_try_echo=$ac_try;;
10537     esac
10538     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10539     (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
10540 root 1.88 ac_status=$?
10541     grep -v '^ *+' conftest.er1 >conftest.err
10542     rm -f conftest.er1
10543     cat conftest.err >&5
10544     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10545 ayin 1.108 (exit $ac_status); } >/dev/null && {
10546     test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
10547     test ! -s conftest.err
10548     }; then
10549 root 1.88 ac_header_preproc=yes
10550     else
10551     echo "$as_me: failed program was:" >&5
10552     sed 's/^/| /' conftest.$ac_ext >&5
10553    
10554     ac_header_preproc=no
10555     fi
10556 ayin 1.108
10557 root 1.88 rm -f conftest.err conftest.$ac_ext
10558 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10559     echo "${ECHO_T}$ac_header_preproc" >&6; }
10560 root 1.88
10561     # So? What about this header?
10562     case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
10563     yes:no: )
10564     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10565     echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
10566     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
10567     echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
10568     ac_header_preproc=yes
10569     ;;
10570     no:yes:* )
10571     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
10572     echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
10573     { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
10574     echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
10575     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
10576     echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
10577     { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
10578     echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
10579     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10580     echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10581     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
10582     echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
10583 ayin 1.108
10584 root 1.88 ;;
10585     esac
10586 ayin 1.108 { echo "$as_me:$LINENO: checking for $ac_header" >&5
10587     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10588     if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10589 root 1.88 echo $ECHO_N "(cached) $ECHO_C" >&6
10590     else
10591     eval "$as_ac_Header=\$ac_header_preproc"
10592     fi
10593 ayin 1.108 ac_res=`eval echo '${'$as_ac_Header'}'`
10594     { echo "$as_me:$LINENO: result: $ac_res" >&5
10595     echo "${ECHO_T}$ac_res" >&6; }
10596 root 1.88
10597     fi
10598     if test `eval echo '${'$as_ac_Header'}'` = yes; then
10599     cat >>confdefs.h <<_ACEOF
10600     #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10601     _ACEOF
10602    
10603     fi
10604    
10605     done
10606    
10607    
10608    
10609     if test "${ac_cv_header_utmp_h+set}" = set; then
10610 ayin 1.108 { echo "$as_me:$LINENO: checking for utmp.h" >&5
10611     echo $ECHO_N "checking for utmp.h... $ECHO_C" >&6; }
10612 root 1.88 if test "${ac_cv_header_utmp_h+set}" = set; then
10613     echo $ECHO_N "(cached) $ECHO_C" >&6
10614     fi
10615 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_header_utmp_h" >&5
10616     echo "${ECHO_T}$ac_cv_header_utmp_h" >&6; }
10617 root 1.88 else
10618     # Is the header compilable?
10619 ayin 1.108 { echo "$as_me:$LINENO: checking utmp.h usability" >&5
10620     echo $ECHO_N "checking utmp.h usability... $ECHO_C" >&6; }
10621 root 1.88 cat >conftest.$ac_ext <<_ACEOF
10622     /* confdefs.h. */
10623     _ACEOF
10624     cat confdefs.h >>conftest.$ac_ext
10625     cat >>conftest.$ac_ext <<_ACEOF
10626     /* end confdefs.h. */
10627     $ac_includes_default
10628     #include <utmp.h>
10629     _ACEOF
10630     rm -f conftest.$ac_objext
10631 ayin 1.108 if { (ac_try="$ac_compile"
10632     case "(($ac_try" in
10633     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10634     *) ac_try_echo=$ac_try;;
10635     esac
10636     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10637     (eval "$ac_compile") 2>conftest.er1
10638 root 1.88 ac_status=$?
10639     grep -v '^ *+' conftest.er1 >conftest.err
10640     rm -f conftest.er1
10641     cat conftest.err >&5
10642     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10643 ayin 1.108 (exit $ac_status); } && {
10644     test -z "$ac_cxx_werror_flag" ||
10645     test ! -s conftest.err
10646     } && test -s conftest.$ac_objext; then
10647 root 1.88 ac_header_compiler=yes
10648     else
10649     echo "$as_me: failed program was:" >&5
10650     sed 's/^/| /' conftest.$ac_ext >&5
10651    
10652 ayin 1.108 ac_header_compiler=no
10653 root 1.88 fi
10654 ayin 1.108
10655     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10656     { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10657     echo "${ECHO_T}$ac_header_compiler" >&6; }
10658 root 1.88
10659     # Is the header present?
10660 ayin 1.108 { echo "$as_me:$LINENO: checking utmp.h presence" >&5
10661     echo $ECHO_N "checking utmp.h presence... $ECHO_C" >&6; }
10662 root 1.88 cat >conftest.$ac_ext <<_ACEOF
10663     /* confdefs.h. */
10664     _ACEOF
10665     cat confdefs.h >>conftest.$ac_ext
10666     cat >>conftest.$ac_ext <<_ACEOF
10667     /* end confdefs.h. */
10668     #include <utmp.h>
10669     _ACEOF
10670 ayin 1.108 if { (ac_try="$ac_cpp conftest.$ac_ext"
10671     case "(($ac_try" in
10672     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10673     *) ac_try_echo=$ac_try;;
10674     esac
10675     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10676     (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
10677 root 1.88 ac_status=$?
10678     grep -v '^ *+' conftest.er1 >conftest.err
10679     rm -f conftest.er1
10680     cat conftest.err >&5
10681     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10682 ayin 1.108 (exit $ac_status); } >/dev/null && {
10683     test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
10684     test ! -s conftest.err
10685     }; then
10686 root 1.88 ac_header_preproc=yes
10687     else
10688     echo "$as_me: failed program was:" >&5
10689     sed 's/^/| /' conftest.$ac_ext >&5
10690    
10691     ac_header_preproc=no
10692     fi
10693 ayin 1.108
10694 root 1.88 rm -f conftest.err conftest.$ac_ext
10695 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10696     echo "${ECHO_T}$ac_header_preproc" >&6; }
10697 root 1.88
10698     # So? What about this header?
10699     case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
10700     yes:no: )
10701     { echo "$as_me:$LINENO: WARNING: utmp.h: accepted by the compiler, rejected by the preprocessor!" >&5
10702     echo "$as_me: WARNING: utmp.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
10703     { echo "$as_me:$LINENO: WARNING: utmp.h: proceeding with the compiler's result" >&5
10704     echo "$as_me: WARNING: utmp.h: proceeding with the compiler's result" >&2;}
10705     ac_header_preproc=yes
10706     ;;
10707     no:yes:* )
10708     { echo "$as_me:$LINENO: WARNING: utmp.h: present but cannot be compiled" >&5
10709     echo "$as_me: WARNING: utmp.h: present but cannot be compiled" >&2;}
10710     { echo "$as_me:$LINENO: WARNING: utmp.h: check for missing prerequisite headers?" >&5
10711     echo "$as_me: WARNING: utmp.h: check for missing prerequisite headers?" >&2;}
10712     { echo "$as_me:$LINENO: WARNING: utmp.h: see the Autoconf documentation" >&5
10713     echo "$as_me: WARNING: utmp.h: see the Autoconf documentation" >&2;}
10714     { echo "$as_me:$LINENO: WARNING: utmp.h: section \"Present But Cannot Be Compiled\"" >&5
10715     echo "$as_me: WARNING: utmp.h: section \"Present But Cannot Be Compiled\"" >&2;}
10716     { echo "$as_me:$LINENO: WARNING: utmp.h: proceeding with the preprocessor's result" >&5
10717     echo "$as_me: WARNING: utmp.h: proceeding with the preprocessor's result" >&2;}
10718     { echo "$as_me:$LINENO: WARNING: utmp.h: in the future, the compiler will take precedence" >&5
10719     echo "$as_me: WARNING: utmp.h: in the future, the compiler will take precedence" >&2;}
10720 ayin 1.108
10721 root 1.88 ;;
10722     esac
10723 ayin 1.108 { echo "$as_me:$LINENO: checking for utmp.h" >&5
10724     echo $ECHO_N "checking for utmp.h... $ECHO_C" >&6; }
10725 root 1.88 if test "${ac_cv_header_utmp_h+set}" = set; then
10726     echo $ECHO_N "(cached) $ECHO_C" >&6
10727     else
10728     ac_cv_header_utmp_h=$ac_header_preproc
10729     fi
10730 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_header_utmp_h" >&5
10731     echo "${ECHO_T}$ac_cv_header_utmp_h" >&6; }
10732 root 1.88
10733     fi
10734     if test $ac_cv_header_utmp_h = yes; then
10735 ayin 1.108 { echo "$as_me:$LINENO: checking for struct utmp" >&5
10736     echo $ECHO_N "checking for struct utmp... $ECHO_C" >&6; }
10737 root 1.88 if test "${struct_utmp+set}" = set; then
10738     echo $ECHO_N "(cached) $ECHO_C" >&6
10739     else
10740     cat >conftest.$ac_ext <<_ACEOF
10741     /* confdefs.h. */
10742     _ACEOF
10743     cat confdefs.h >>conftest.$ac_ext
10744     cat >>conftest.$ac_ext <<_ACEOF
10745     /* end confdefs.h. */
10746     #include <sys/types.h>
10747     #include <utmp.h>
10748     int
10749     main ()
10750     {
10751     struct utmp ut;
10752     ;
10753     return 0;
10754     }
10755     _ACEOF
10756     rm -f conftest.$ac_objext
10757 ayin 1.108 if { (ac_try="$ac_compile"
10758     case "(($ac_try" in
10759     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10760     *) ac_try_echo=$ac_try;;
10761     esac
10762     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10763     (eval "$ac_compile") 2>conftest.er1
10764 root 1.88 ac_status=$?
10765     grep -v '^ *+' conftest.er1 >conftest.err
10766     rm -f conftest.er1
10767     cat conftest.err >&5
10768     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10769 ayin 1.108 (exit $ac_status); } && {
10770     test -z "$ac_cxx_werror_flag" ||
10771     test ! -s conftest.err
10772     } && test -s conftest.$ac_objext; then
10773 root 1.88 struct_utmp=yes
10774     else
10775     echo "$as_me: failed program was:" >&5
10776     sed 's/^/| /' conftest.$ac_ext >&5
10777    
10778 ayin 1.108 struct_utmp=no
10779 root 1.88 fi
10780 ayin 1.108
10781     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10782 root 1.88 fi
10783 ayin 1.108 { echo "$as_me:$LINENO: result: $struct_utmp" >&5
10784     echo "${ECHO_T}$struct_utmp" >&6; }
10785 root 1.88 if test x$struct_utmp = xyes; then
10786    
10787     cat >>confdefs.h <<\_ACEOF
10788     #define HAVE_STRUCT_UTMP 1
10789     _ACEOF
10790    
10791     fi
10792    
10793    
10794 ayin 1.108 { echo "$as_me:$LINENO: checking for ut_host in utmp struct" >&5
10795     echo $ECHO_N "checking for ut_host in utmp struct... $ECHO_C" >&6; }
10796 root 1.88 if test "${struct_utmp_host+set}" = set; then
10797     echo $ECHO_N "(cached) $ECHO_C" >&6
10798     else
10799     cat >conftest.$ac_ext <<_ACEOF
10800     /* confdefs.h. */
10801     _ACEOF
10802     cat confdefs.h >>conftest.$ac_ext
10803     cat >>conftest.$ac_ext <<_ACEOF
10804     /* end confdefs.h. */
10805     #include <sys/types.h>
10806     #include <utmp.h>
10807     int
10808     main ()
10809     {
10810     struct utmp ut; ut.ut_host;
10811     ;
10812     return 0;
10813     }
10814     _ACEOF
10815     rm -f conftest.$ac_objext
10816 ayin 1.108 if { (ac_try="$ac_compile"
10817     case "(($ac_try" in
10818     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10819     *) ac_try_echo=$ac_try;;
10820     esac
10821     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10822     (eval "$ac_compile") 2>conftest.er1
10823 root 1.88 ac_status=$?
10824     grep -v '^ *+' conftest.er1 >conftest.err
10825     rm -f conftest.er1
10826     cat conftest.err >&5
10827     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10828 ayin 1.108 (exit $ac_status); } && {
10829     test -z "$ac_cxx_werror_flag" ||
10830     test ! -s conftest.err
10831     } && test -s conftest.$ac_objext; then
10832 root 1.88 struct_utmp_host=yes
10833     else
10834     echo "$as_me: failed program was:" >&5
10835     sed 's/^/| /' conftest.$ac_ext >&5
10836    
10837 ayin 1.108 struct_utmp_host=no
10838 root 1.88 fi
10839 ayin 1.108
10840     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10841 root 1.88 fi
10842 ayin 1.108 { echo "$as_me:$LINENO: result: $struct_utmp_host" >&5
10843     echo "${ECHO_T}$struct_utmp_host" >&6; }
10844 root 1.88 if test x$struct_utmp_host = xyes; then
10845    
10846     cat >>confdefs.h <<\_ACEOF
10847     #define HAVE_UTMP_HOST 1
10848     _ACEOF
10849    
10850     fi
10851    
10852 ayin 1.108 { echo "$as_me:$LINENO: checking for ut_pid in utmp struct" >&5
10853     echo $ECHO_N "checking for ut_pid in utmp struct... $ECHO_C" >&6; }
10854 root 1.88 if test "${struct_utmp_pid+set}" = set; then
10855     echo $ECHO_N "(cached) $ECHO_C" >&6
10856     else
10857     cat >conftest.$ac_ext <<_ACEOF
10858     /* confdefs.h. */
10859     _ACEOF
10860     cat confdefs.h >>conftest.$ac_ext
10861     cat >>conftest.$ac_ext <<_ACEOF
10862     /* end confdefs.h. */
10863     #include <sys/types.h>
10864     #include <utmp.h>
10865     int
10866     main ()
10867     {
10868     struct utmp ut; ut.ut_pid;
10869     ;
10870     return 0;
10871     }
10872     _ACEOF
10873     rm -f conftest.$ac_objext
10874 ayin 1.108 if { (ac_try="$ac_compile"
10875     case "(($ac_try" in
10876     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10877     *) ac_try_echo=$ac_try;;
10878     esac
10879     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10880     (eval "$ac_compile") 2>conftest.er1
10881 root 1.88 ac_status=$?
10882     grep -v '^ *+' conftest.er1 >conftest.err
10883     rm -f conftest.er1
10884     cat conftest.err >&5
10885     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10886 ayin 1.108 (exit $ac_status); } && {
10887     test -z "$ac_cxx_werror_flag" ||
10888     test ! -s conftest.err
10889     } && test -s conftest.$ac_objext; then
10890 root 1.88 struct_utmp_pid=yes
10891     else
10892     echo "$as_me: failed program was:" >&5
10893     sed 's/^/| /' conftest.$ac_ext >&5
10894    
10895 ayin 1.108 struct_utmp_pid=no
10896 root 1.88 fi
10897 ayin 1.108
10898     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10899 root 1.88 fi
10900 ayin 1.108 { echo "$as_me:$LINENO: result: $struct_utmp_pid" >&5
10901     echo "${ECHO_T}$struct_utmp_pid" >&6; }
10902 root 1.88 if test x$struct_utmp_pid = xyes; then
10903    
10904     cat >>confdefs.h <<\_ACEOF
10905     #define HAVE_UTMP_PID 1
10906     _ACEOF
10907    
10908     fi
10909    
10910     fi
10911    
10912    
10913    
10914     if test "${ac_cv_header_utmpx_h+set}" = set; then
10915 ayin 1.108 { echo "$as_me:$LINENO: checking for utmpx.h" >&5
10916     echo $ECHO_N "checking for utmpx.h... $ECHO_C" >&6; }
10917 root 1.88 if test "${ac_cv_header_utmpx_h+set}" = set; then
10918     echo $ECHO_N "(cached) $ECHO_C" >&6
10919     fi
10920 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_header_utmpx_h" >&5
10921     echo "${ECHO_T}$ac_cv_header_utmpx_h" >&6; }
10922 root 1.88 else
10923     # Is the header compilable?
10924 ayin 1.108 { echo "$as_me:$LINENO: checking utmpx.h usability" >&5
10925     echo $ECHO_N "checking utmpx.h usability... $ECHO_C" >&6; }
10926 root 1.88 cat >conftest.$ac_ext <<_ACEOF
10927     /* confdefs.h. */
10928     _ACEOF
10929     cat confdefs.h >>conftest.$ac_ext
10930     cat >>conftest.$ac_ext <<_ACEOF
10931     /* end confdefs.h. */
10932     $ac_includes_default
10933     #include <utmpx.h>
10934     _ACEOF
10935     rm -f conftest.$ac_objext
10936 ayin 1.108 if { (ac_try="$ac_compile"
10937     case "(($ac_try" in
10938     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10939     *) ac_try_echo=$ac_try;;
10940     esac
10941     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10942     (eval "$ac_compile") 2>conftest.er1
10943 root 1.88 ac_status=$?
10944     grep -v '^ *+' conftest.er1 >conftest.err
10945     rm -f conftest.er1
10946     cat conftest.err >&5
10947     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10948 ayin 1.108 (exit $ac_status); } && {
10949     test -z "$ac_cxx_werror_flag" ||
10950     test ! -s conftest.err
10951     } && test -s conftest.$ac_objext; then
10952 root 1.88 ac_header_compiler=yes
10953     else
10954     echo "$as_me: failed program was:" >&5
10955     sed 's/^/| /' conftest.$ac_ext >&5
10956    
10957 ayin 1.108 ac_header_compiler=no
10958 root 1.88 fi
10959 ayin 1.108
10960     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10961     { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10962     echo "${ECHO_T}$ac_header_compiler" >&6; }
10963 root 1.88
10964     # Is the header present?
10965 ayin 1.108 { echo "$as_me:$LINENO: checking utmpx.h presence" >&5
10966     echo $ECHO_N "checking utmpx.h presence... $ECHO_C" >&6; }
10967 root 1.88 cat >conftest.$ac_ext <<_ACEOF
10968     /* confdefs.h. */
10969     _ACEOF
10970     cat confdefs.h >>conftest.$ac_ext
10971     cat >>conftest.$ac_ext <<_ACEOF
10972     /* end confdefs.h. */
10973     #include <utmpx.h>
10974     _ACEOF
10975 ayin 1.108 if { (ac_try="$ac_cpp conftest.$ac_ext"
10976     case "(($ac_try" in
10977     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10978     *) ac_try_echo=$ac_try;;
10979     esac
10980     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10981     (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
10982 root 1.88 ac_status=$?
10983     grep -v '^ *+' conftest.er1 >conftest.err
10984     rm -f conftest.er1
10985     cat conftest.err >&5
10986     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10987 ayin 1.108 (exit $ac_status); } >/dev/null && {
10988     test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
10989     test ! -s conftest.err
10990     }; then
10991 root 1.88 ac_header_preproc=yes
10992     else
10993     echo "$as_me: failed program was:" >&5
10994     sed 's/^/| /' conftest.$ac_ext >&5
10995    
10996     ac_header_preproc=no
10997     fi
10998 ayin 1.108
10999 root 1.88 rm -f conftest.err conftest.$ac_ext
11000 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11001     echo "${ECHO_T}$ac_header_preproc" >&6; }
11002 root 1.88
11003     # So? What about this header?
11004     case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
11005     yes:no: )
11006     { echo "$as_me:$LINENO: WARNING: utmpx.h: accepted by the compiler, rejected by the preprocessor!" >&5
11007     echo "$as_me: WARNING: utmpx.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
11008     { echo "$as_me:$LINENO: WARNING: utmpx.h: proceeding with the compiler's result" >&5
11009     echo "$as_me: WARNING: utmpx.h: proceeding with the compiler's result" >&2;}
11010     ac_header_preproc=yes
11011     ;;
11012     no:yes:* )
11013     { echo "$as_me:$LINENO: WARNING: utmpx.h: present but cannot be compiled" >&5
11014     echo "$as_me: WARNING: utmpx.h: present but cannot be compiled" >&2;}
11015     { echo "$as_me:$LINENO: WARNING: utmpx.h: check for missing prerequisite headers?" >&5
11016     echo "$as_me: WARNING: utmpx.h: check for missing prerequisite headers?" >&2;}
11017     { echo "$as_me:$LINENO: WARNING: utmpx.h: see the Autoconf documentation" >&5
11018     echo "$as_me: WARNING: utmpx.h: see the Autoconf documentation" >&2;}
11019     { echo "$as_me:$LINENO: WARNING: utmpx.h: section \"Present But Cannot Be Compiled\"" >&5
11020     echo "$as_me: WARNING: utmpx.h: section \"Present But Cannot Be Compiled\"" >&2;}
11021     { echo "$as_me:$LINENO: WARNING: utmpx.h: proceeding with the preprocessor's result" >&5
11022     echo "$as_me: WARNING: utmpx.h: proceeding with the preprocessor's result" >&2;}
11023     { echo "$as_me:$LINENO: WARNING: utmpx.h: in the future, the compiler will take precedence" >&5
11024     echo "$as_me: WARNING: utmpx.h: in the future, the compiler will take precedence" >&2;}
11025 ayin 1.108
11026 root 1.88 ;;
11027     esac
11028 ayin 1.108 { echo "$as_me:$LINENO: checking for utmpx.h" >&5
11029     echo $ECHO_N "checking for utmpx.h... $ECHO_C" >&6; }
11030 root 1.88 if test "${ac_cv_header_utmpx_h+set}" = set; then
11031     echo $ECHO_N "(cached) $ECHO_C" >&6
11032     else
11033     ac_cv_header_utmpx_h=$ac_header_preproc
11034     fi
11035 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_header_utmpx_h" >&5
11036     echo "${ECHO_T}$ac_cv_header_utmpx_h" >&6; }
11037 root 1.88
11038     fi
11039     if test $ac_cv_header_utmpx_h = yes; then
11040 ayin 1.108 { echo "$as_me:$LINENO: checking for struct utmpx" >&5
11041     echo $ECHO_N "checking for struct utmpx... $ECHO_C" >&6; }
11042 root 1.88 if test "${struct_utmpx+set}" = set; then
11043     echo $ECHO_N "(cached) $ECHO_C" >&6
11044     else
11045     cat >conftest.$ac_ext <<_ACEOF
11046     /* confdefs.h. */
11047     _ACEOF
11048     cat confdefs.h >>conftest.$ac_ext
11049     cat >>conftest.$ac_ext <<_ACEOF
11050     /* end confdefs.h. */
11051     #include <sys/types.h>
11052     #include <utmpx.h>
11053     int
11054     main ()
11055     {
11056     struct utmpx ut;
11057     ;
11058     return 0;
11059     }
11060     _ACEOF
11061     rm -f conftest.$ac_objext
11062 ayin 1.108 if { (ac_try="$ac_compile"
11063     case "(($ac_try" in
11064     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11065     *) ac_try_echo=$ac_try;;
11066     esac
11067     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11068     (eval "$ac_compile") 2>conftest.er1
11069 root 1.88 ac_status=$?
11070     grep -v '^ *+' conftest.er1 >conftest.err
11071     rm -f conftest.er1
11072     cat conftest.err >&5
11073     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11074 ayin 1.108 (exit $ac_status); } && {
11075     test -z "$ac_cxx_werror_flag" ||
11076     test ! -s conftest.err
11077     } && test -s conftest.$ac_objext; then
11078 root 1.105 struct_utmpx=yes
11079 root 1.88 else
11080     echo "$as_me: failed program was:" >&5
11081     sed 's/^/| /' conftest.$ac_ext >&5
11082    
11083 ayin 1.108 struct_utmpx=no
11084 root 1.88 fi
11085 ayin 1.108
11086     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11087 root 1.88 fi
11088 ayin 1.108 { echo "$as_me:$LINENO: result: $struct_utmpx" >&5
11089     echo "${ECHO_T}$struct_utmpx" >&6; }
11090 root 1.88 if test x$struct_utmpx = xyes; then
11091    
11092     cat >>confdefs.h <<\_ACEOF
11093     #define HAVE_STRUCT_UTMPX 1
11094     _ACEOF
11095    
11096     fi
11097    
11098    
11099 ayin 1.108 { echo "$as_me:$LINENO: checking for host in utmpx struct" >&5
11100     echo $ECHO_N "checking for host in utmpx struct... $ECHO_C" >&6; }
11101 root 1.88 if test "${struct_utmpx_host+set}" = set; then
11102     echo $ECHO_N "(cached) $ECHO_C" >&6
11103     else
11104     cat >conftest.$ac_ext <<_ACEOF
11105     /* confdefs.h. */
11106     _ACEOF
11107     cat confdefs.h >>conftest.$ac_ext
11108     cat >>conftest.$ac_ext <<_ACEOF
11109     /* end confdefs.h. */
11110     #include <sys/types.h>
11111     #include <utmpx.h>
11112     int
11113     main ()
11114     {
11115     struct utmpx utx; utx.ut_host;
11116     ;
11117     return 0;
11118     }
11119     _ACEOF
11120     rm -f conftest.$ac_objext
11121 ayin 1.108 if { (ac_try="$ac_compile"
11122     case "(($ac_try" in
11123     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11124     *) ac_try_echo=$ac_try;;
11125     esac
11126     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11127     (eval "$ac_compile") 2>conftest.er1
11128 root 1.88 ac_status=$?
11129     grep -v '^ *+' conftest.er1 >conftest.err
11130     rm -f conftest.er1
11131     cat conftest.err >&5
11132     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11133 ayin 1.108 (exit $ac_status); } && {
11134     test -z "$ac_cxx_werror_flag" ||
11135     test ! -s conftest.err
11136     } && test -s conftest.$ac_objext; then
11137 root 1.88 struct_utmpx_host=yes
11138     else
11139     echo "$as_me: failed program was:" >&5
11140     sed 's/^/| /' conftest.$ac_ext >&5
11141    
11142 ayin 1.108 struct_utmpx_host=no
11143 root 1.88 fi
11144 ayin 1.108
11145     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11146 root 1.88 fi
11147 ayin 1.108 { echo "$as_me:$LINENO: result: $struct_utmpx_host" >&5
11148     echo "${ECHO_T}$struct_utmpx_host" >&6; }
11149 root 1.88 if test x$struct_utmpx_host = xyes; then
11150    
11151     cat >>confdefs.h <<\_ACEOF
11152     #define HAVE_UTMPX_HOST 1
11153     _ACEOF
11154    
11155     fi
11156    
11157 ayin 1.108 { echo "$as_me:$LINENO: checking for session in utmpx struct" >&5
11158     echo $ECHO_N "checking for session in utmpx struct... $ECHO_C" >&6; }
11159 root 1.88 if test "${struct_utmpx_session+set}" = set; then
11160     echo $ECHO_N "(cached) $ECHO_C" >&6
11161     else
11162     cat >conftest.$ac_ext <<_ACEOF
11163     /* confdefs.h. */
11164     _ACEOF
11165     cat confdefs.h >>conftest.$ac_ext
11166     cat >>conftest.$ac_ext <<_ACEOF
11167     /* end confdefs.h. */
11168     #include <sys/types.h>
11169     #include <utmpx.h>
11170     int
11171     main ()
11172     {
11173     struct utmpx utx; utx.ut_session;
11174     ;
11175     return 0;
11176     }
11177     _ACEOF
11178     rm -f conftest.$ac_objext
11179 ayin 1.108 if { (ac_try="$ac_compile"
11180     case "(($ac_try" in
11181     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11182     *) ac_try_echo=$ac_try;;
11183     esac
11184     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11185     (eval "$ac_compile") 2>conftest.er1
11186 root 1.88 ac_status=$?
11187     grep -v '^ *+' conftest.er1 >conftest.err
11188     rm -f conftest.er1
11189     cat conftest.err >&5
11190     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11191 ayin 1.108 (exit $ac_status); } && {
11192     test -z "$ac_cxx_werror_flag" ||
11193     test ! -s conftest.err
11194     } && test -s conftest.$ac_objext; then
11195     struct_utmpx_session=yes
11196     else
11197     echo "$as_me: failed program was:" >&5
11198 root 1.88 sed 's/^/| /' conftest.$ac_ext >&5
11199    
11200 ayin 1.108 struct_utmpx_session=no
11201 root 1.88 fi
11202 ayin 1.108
11203     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11204 root 1.88 fi
11205 ayin 1.108 { echo "$as_me:$LINENO: result: $struct_utmpx_session" >&5
11206     echo "${ECHO_T}$struct_utmpx_session" >&6; }
11207 root 1.88 if test x$struct_utmpx_session = xyes; then
11208    
11209     cat >>confdefs.h <<\_ACEOF
11210     #define HAVE_UTMPX_SESSION 1
11211     _ACEOF
11212    
11213     fi
11214    
11215     fi
11216    
11217    
11218 ayin 1.108 { echo "$as_me:$LINENO: checking for struct lastlog" >&5
11219     echo $ECHO_N "checking for struct lastlog... $ECHO_C" >&6; }
11220 root 1.88 if test "${struct_lastlog+set}" = set; then
11221     echo $ECHO_N "(cached) $ECHO_C" >&6
11222     else
11223     cat >conftest.$ac_ext <<_ACEOF
11224     /* confdefs.h. */
11225     _ACEOF
11226     cat confdefs.h >>conftest.$ac_ext
11227     cat >>conftest.$ac_ext <<_ACEOF
11228     /* end confdefs.h. */
11229     #include <sys/types.h>
11230     #include <utmp.h>
11231     #ifdef HAVE_LASTLOG_H
11232     #include <lastlog.h>
11233     #endif
11234    
11235     int
11236     main ()
11237     {
11238     struct lastlog ll;
11239     ;
11240     return 0;
11241     }
11242     _ACEOF
11243     rm -f conftest.$ac_objext
11244 ayin 1.108 if { (ac_try="$ac_compile"
11245     case "(($ac_try" in
11246     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11247     *) ac_try_echo=$ac_try;;
11248     esac
11249     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11250     (eval "$ac_compile") 2>conftest.er1
11251 root 1.88 ac_status=$?
11252     grep -v '^ *+' conftest.er1 >conftest.err
11253     rm -f conftest.er1
11254     cat conftest.err >&5
11255     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11256 ayin 1.108 (exit $ac_status); } && {
11257     test -z "$ac_cxx_werror_flag" ||
11258     test ! -s conftest.err
11259     } && test -s conftest.$ac_objext; then
11260 root 1.88 struct_lastlog=yes
11261     else
11262     echo "$as_me: failed program was:" >&5
11263     sed 's/^/| /' conftest.$ac_ext >&5
11264    
11265 ayin 1.108 struct_lastlog=no
11266 root 1.88 fi
11267 ayin 1.108
11268     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11269 root 1.88 fi
11270 ayin 1.108 { echo "$as_me:$LINENO: result: $struct_lastlog" >&5
11271     echo "${ECHO_T}$struct_lastlog" >&6; }
11272 root 1.88 if test x$struct_lastlog = xyes; then
11273    
11274     cat >>confdefs.h <<\_ACEOF
11275     #define HAVE_STRUCT_LASTLOG 1
11276     _ACEOF
11277    
11278     fi
11279    
11280 ayin 1.108 { echo "$as_me:$LINENO: checking for struct lastlogx" >&5
11281     echo $ECHO_N "checking for struct lastlogx... $ECHO_C" >&6; }
11282 root 1.88 if test "${struct_lastlogx+set}" = set; then
11283     echo $ECHO_N "(cached) $ECHO_C" >&6
11284     else
11285     cat >conftest.$ac_ext <<_ACEOF
11286     /* confdefs.h. */
11287     _ACEOF
11288     cat confdefs.h >>conftest.$ac_ext
11289     cat >>conftest.$ac_ext <<_ACEOF
11290     /* end confdefs.h. */
11291     #include <sys/types.h>
11292     #include <utmpx.h>
11293     #ifdef HAVE_LASTLOG_H
11294     #include <lastlog.h>
11295     #endif
11296    
11297     int
11298     main ()
11299     {
11300     struct lastlogx ll;
11301     ;
11302     return 0;
11303     }
11304     _ACEOF
11305     rm -f conftest.$ac_objext
11306 ayin 1.108 if { (ac_try="$ac_compile"
11307     case "(($ac_try" in
11308     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11309     *) ac_try_echo=$ac_try;;
11310     esac
11311     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11312     (eval "$ac_compile") 2>conftest.er1
11313 root 1.88 ac_status=$?
11314     grep -v '^ *+' conftest.er1 >conftest.err
11315     rm -f conftest.er1
11316     cat conftest.err >&5
11317     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11318 ayin 1.108 (exit $ac_status); } && {
11319     test -z "$ac_cxx_werror_flag" ||
11320     test ! -s conftest.err
11321     } && test -s conftest.$ac_objext; then
11322 root 1.88 struct_lastlogx=yes
11323     else
11324     echo "$as_me: failed program was:" >&5
11325     sed 's/^/| /' conftest.$ac_ext >&5
11326    
11327 ayin 1.108 struct_lastlogx=no
11328 root 1.88 fi
11329 ayin 1.108
11330     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11331 root 1.88 fi
11332 ayin 1.108 { echo "$as_me:$LINENO: result: $struct_lastlogx" >&5
11333     echo "${ECHO_T}$struct_lastlogx" >&6; }
11334 root 1.88 if test x$struct_lastlogx = xyes; then
11335    
11336     cat >>confdefs.h <<\_ACEOF
11337     #define HAVE_STRUCT_LASTLOGX 1
11338     _ACEOF
11339    
11340     fi
11341    
11342    
11343 ayin 1.108 { echo "$as_me:$LINENO: checking where utmp is located" >&5
11344     echo $ECHO_N "checking where utmp is located... $ECHO_C" >&6; }
11345 root 1.88 if test "${path_utmp+set}" = set; then
11346     echo $ECHO_N "(cached) $ECHO_C" >&6
11347     else
11348     if test "$cross_compiling" = yes; then
11349     { echo "$as_me:$LINENO: WARNING: Define UTMP_FILE in config.h manually" >&5
11350     echo "$as_me: WARNING: Define UTMP_FILE in config.h manually" >&2;}
11351     else
11352     cat >conftest.$ac_ext <<_ACEOF
11353     /* confdefs.h. */
11354     _ACEOF
11355     cat confdefs.h >>conftest.$ac_ext
11356     cat >>conftest.$ac_ext <<_ACEOF
11357     /* end confdefs.h. */
11358     #include <stdio.h>
11359 ayin 1.102 #include <stdlib.h>
11360 root 1.88 #include <sys/types.h>
11361     #include <utmp.h>
11362     #include <errno.h>
11363     main()
11364     {
11365     char **u, *utmplist[] = {
11366     "/var/run/utmp", "/var/adm/utmp", "/etc/utmp", "/usr/etc/utmp", "/usr/adm/utmp", NULL };
11367     FILE *a, *f=fopen("conftestval", "w");
11368     if (!f) exit(1);
11369     #ifdef UTMP_FILE
11370     fprintf(f, "%s\n", UTMP_FILE);
11371     exit(0);
11372     #endif
11373     #ifdef _PATH_UTMP
11374     fprintf(f, "%s\n", _PATH_UTMP);
11375     exit(0);
11376     #endif
11377     for (u = utmplist; *u; u++) {
11378     if ((a = fopen(*u, "r")) != NULL || errno == EACCES) {
11379     fprintf(f, "%s\n", *u);
11380     exit(0);
11381     }
11382     }
11383     exit(0);
11384     }
11385     _ACEOF
11386     rm -f conftest$ac_exeext
11387 ayin 1.108 if { (ac_try="$ac_link"
11388     case "(($ac_try" in
11389     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11390     *) ac_try_echo=$ac_try;;
11391     esac
11392     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11393     (eval "$ac_link") 2>&5
11394 root 1.88 ac_status=$?
11395     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11396     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11397 ayin 1.108 { (case "(($ac_try" in
11398     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11399     *) ac_try_echo=$ac_try;;
11400     esac
11401     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11402     (eval "$ac_try") 2>&5
11403 root 1.88 ac_status=$?
11404     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11405     (exit $ac_status); }; }; then
11406     path_utmp=`cat conftestval`
11407     else
11408     echo "$as_me: program exited with status $ac_status" >&5
11409     echo "$as_me: failed program was:" >&5
11410     sed 's/^/| /' conftest.$ac_ext >&5
11411    
11412     ( exit $ac_status )
11413     path_utmp=
11414     fi
11415 ayin 1.108 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11416 root 1.88 fi
11417 ayin 1.108
11418    
11419 root 1.88 fi
11420 ayin 1.108 { echo "$as_me:$LINENO: result: $path_utmp" >&5
11421     echo "${ECHO_T}$path_utmp" >&6; }
11422 root 1.88 if test x$path_utmp != x; then
11423    
11424     cat >>confdefs.h <<_ACEOF
11425     #define UTMP_FILE "$path_utmp"
11426     _ACEOF
11427    
11428     fi
11429    
11430    
11431 ayin 1.108 { echo "$as_me:$LINENO: checking where utmpx is located" >&5
11432     echo $ECHO_N "checking where utmpx is located... $ECHO_C" >&6; }
11433 root 1.88 if test "${path_utmpx+set}" = set; then
11434     echo $ECHO_N "(cached) $ECHO_C" >&6
11435     else
11436     if test "$cross_compiling" = yes; then
11437     { echo "$as_me:$LINENO: WARNING: Define UTMPX_FILE in config.h manually" >&5
11438     echo "$as_me: WARNING: Define UTMPX_FILE in config.h manually" >&2;}
11439     else
11440     cat >conftest.$ac_ext <<_ACEOF
11441     /* confdefs.h. */
11442     _ACEOF
11443     cat confdefs.h >>conftest.$ac_ext
11444     cat >>conftest.$ac_ext <<_ACEOF
11445     /* end confdefs.h. */
11446     #include <stdio.h>
11447 ayin 1.102 #include <stdlib.h>
11448 root 1.88 #include <sys/types.h>
11449     #include <utmpx.h>
11450     #include <errno.h>
11451     #include <sys/stat.h>
11452     #ifdef HAVE_STRING_H
11453     #include <string.h>
11454     #endif
11455     main()
11456     {
11457     char **u, *p, *utmplist[] = {
11458     #ifdef UTMPX_FILE
11459     UTMPX_FILE,
11460     #endif
11461     #ifdef _PATH_UTMPX
11462     _PATH_UTMPX,
11463     #endif
11464     "/var/adm/utmpx", "/etc/utmpx", NULL };
11465     FILE *a, *f=fopen("conftestval", "w");
11466     struct stat statu, statux;
11467     if (!f) exit(1);
11468     for (u = utmplist; *u; u++) {
11469     if ((a = fopen(*u, "r")) != NULL || errno == EACCES) {
11470     if (stat(*u, &statux) < 0)
11471     continue;
11472     p = strdup(*u);
11473     p[strlen(p) - 1] = '\0';
11474     if (stat(p, &statu) >= 0
11475     && (statu.st_mtime - statux.st_mtime > 86400))
11476     continue;
11477     fprintf(f, "%s\n", *u);
11478     exit(0);
11479     }
11480     }
11481     exit(0);
11482     }
11483     _ACEOF
11484     rm -f conftest$ac_exeext
11485 ayin 1.108 if { (ac_try="$ac_link"
11486     case "(($ac_try" in
11487     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11488     *) ac_try_echo=$ac_try;;
11489     esac
11490     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11491     (eval "$ac_link") 2>&5
11492 root 1.88 ac_status=$?
11493     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11494     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11495 ayin 1.108 { (case "(($ac_try" in
11496     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11497     *) ac_try_echo=$ac_try;;
11498     esac
11499     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11500     (eval "$ac_try") 2>&5
11501 root 1.88 ac_status=$?
11502     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11503     (exit $ac_status); }; }; then
11504     path_utmpx=`cat conftestval`
11505     else
11506     echo "$as_me: program exited with status $ac_status" >&5
11507     echo "$as_me: failed program was:" >&5
11508     sed 's/^/| /' conftest.$ac_ext >&5
11509    
11510     ( exit $ac_status )
11511     path_utmpx=
11512     fi
11513 ayin 1.108 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11514 root 1.88 fi
11515 ayin 1.108
11516    
11517 root 1.88 fi
11518 ayin 1.108 { echo "$as_me:$LINENO: result: $path_utmpx" >&5
11519     echo "${ECHO_T}$path_utmpx" >&6; }
11520 root 1.88 if test x$path_utmpx != x; then
11521    
11522     cat >>confdefs.h <<_ACEOF
11523     #define UTMPX_FILE "$path_utmpx"
11524     _ACEOF
11525    
11526     fi
11527    
11528    
11529 ayin 1.108 { echo "$as_me:$LINENO: checking where wtmp is located" >&5
11530     echo $ECHO_N "checking where wtmp is located... $ECHO_C" >&6; }
11531 root 1.88 if test "${path_wtmp+set}" = set; then
11532     echo $ECHO_N "(cached) $ECHO_C" >&6
11533     else
11534     if test "$cross_compiling" = yes; then
11535     { echo "$as_me:$LINENO: WARNING: Define WTMP_FILE in config.h manually" >&5
11536     echo "$as_me: WARNING: Define WTMP_FILE in config.h manually" >&2;}
11537     else
11538     cat >conftest.$ac_ext <<_ACEOF
11539     /* confdefs.h. */
11540     _ACEOF
11541     cat confdefs.h >>conftest.$ac_ext
11542     cat >>conftest.$ac_ext <<_ACEOF
11543     /* end confdefs.h. */
11544     #include <stdio.h>
11545 ayin 1.102 #include <stdlib.h>
11546 root 1.88 #include <sys/types.h>
11547     #ifdef HAVE_UTMP_H
11548     #include <utmp.h>
11549     #endif
11550     #include <errno.h>
11551     main()
11552     {
11553     char **w, *wtmplist[] = {
11554     "/var/log/wtmp", "/var/adm/wtmp", "/etc/wtmp", "/usr/etc/wtmp", "/usr/adm/wtmp", NULL };
11555     FILE *a, *f=fopen("conftestval", "w");
11556     if (!f) exit(1);
11557     #ifdef WTMP_FILE
11558     fprintf(f, "%s\n", WTMP_FILE);
11559     exit(0);
11560     #endif
11561     #ifdef _PATH_WTMP
11562     fprintf(f, "%s\n", _PATH_WTMP);
11563     exit(0);
11564     #endif
11565     for (w = wtmplist; *w; w++) {
11566     if ((a = fopen(*w, "r")) != NULL || errno == EACCES) {
11567     fprintf(f, "%s\n", *w);
11568     exit(0);
11569     }
11570     }
11571     exit(0);
11572     }
11573     _ACEOF
11574     rm -f conftest$ac_exeext
11575 ayin 1.108 if { (ac_try="$ac_link"
11576     case "(($ac_try" in
11577     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11578     *) ac_try_echo=$ac_try;;
11579     esac
11580     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11581     (eval "$ac_link") 2>&5
11582 root 1.88 ac_status=$?
11583     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11584     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11585 ayin 1.108 { (case "(($ac_try" in
11586     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11587     *) ac_try_echo=$ac_try;;
11588     esac
11589     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11590     (eval "$ac_try") 2>&5
11591 root 1.88 ac_status=$?
11592     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11593     (exit $ac_status); }; }; then
11594     path_wtmp=`cat conftestval`
11595     else
11596     echo "$as_me: program exited with status $ac_status" >&5
11597     echo "$as_me: failed program was:" >&5
11598     sed 's/^/| /' conftest.$ac_ext >&5
11599    
11600     ( exit $ac_status )
11601     path_wtmp=
11602     fi
11603 ayin 1.108 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11604 root 1.88 fi
11605 ayin 1.108
11606    
11607 root 1.88 fi
11608 ayin 1.108 { echo "$as_me:$LINENO: result: $path_wtmp" >&5
11609     echo "${ECHO_T}$path_wtmp" >&6; }
11610 root 1.88 if test x$path_wtmp != x; then
11611    
11612     cat >>confdefs.h <<_ACEOF
11613     #define WTMP_FILE "$path_wtmp"
11614     _ACEOF
11615    
11616     fi
11617    
11618 ayin 1.108 { echo "$as_me:$LINENO: checking where wtmpx is located" >&5
11619     echo $ECHO_N "checking where wtmpx is located... $ECHO_C" >&6; }
11620 root 1.88 if test "${path_wtmpx+set}" = set; then
11621     echo $ECHO_N "(cached) $ECHO_C" >&6
11622     else
11623     if test "$cross_compiling" = yes; then
11624     { echo "$as_me:$LINENO: WARNING: Define WTMPX_FILE in config.h manually" >&5
11625     echo "$as_me: WARNING: Define WTMPX_FILE in config.h manually" >&2;}
11626     else
11627     cat >conftest.$ac_ext <<_ACEOF
11628     /* confdefs.h. */
11629     _ACEOF
11630     cat confdefs.h >>conftest.$ac_ext
11631     cat >>conftest.$ac_ext <<_ACEOF
11632     /* end confdefs.h. */
11633     #include <stdio.h>
11634 ayin 1.102 #include <stdlib.h>
11635 root 1.88 #ifdef HAVE_UTMPX_H
11636     #include <utmpx.h>
11637     #endif
11638     #include <errno.h>
11639     main()
11640     {
11641     char **w, *wtmplist[] = {
11642     "/var/log/wtmpx", "/var/adm/wtmpx", NULL };
11643     FILE *a, *f=fopen("conftestval", "w");
11644     if (!f) exit(1);
11645     #ifdef WTMPX_FILE
11646     fprintf(f, "%s\n", WTMPX_FILE);
11647     exit(0);
11648     #endif
11649     #ifdef _PATH_WTMPX
11650     fprintf(f, "%s\n", _PATH_WTMPX);
11651     exit(0);
11652     #endif
11653     for (w = wtmplist; *w; w++) {
11654     if ((a = fopen(*w, "r")) != NULL || errno == EACCES) {
11655     fprintf(f, "%s\n", *w);
11656     exit(0);
11657     }
11658     }
11659     exit(0);
11660     }
11661     _ACEOF
11662     rm -f conftest$ac_exeext
11663 ayin 1.108 if { (ac_try="$ac_link"
11664     case "(($ac_try" in
11665     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11666     *) ac_try_echo=$ac_try;;
11667     esac
11668     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11669     (eval "$ac_link") 2>&5
11670 root 1.88 ac_status=$?
11671     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11672     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11673 ayin 1.108 { (case "(($ac_try" in
11674     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11675     *) ac_try_echo=$ac_try;;
11676     esac
11677     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11678     (eval "$ac_try") 2>&5
11679 root 1.88 ac_status=$?
11680     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11681     (exit $ac_status); }; }; then
11682     path_wtmpx=`cat conftestval`
11683     else
11684     echo "$as_me: program exited with status $ac_status" >&5
11685     echo "$as_me: failed program was:" >&5
11686     sed 's/^/| /' conftest.$ac_ext >&5
11687    
11688     ( exit $ac_status )
11689     path_wtmpx=
11690     fi
11691 ayin 1.108 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11692 root 1.88 fi
11693 ayin 1.108
11694    
11695 root 1.88 fi
11696 ayin 1.108 { echo "$as_me:$LINENO: result: $path_wtmpx" >&5
11697     echo "${ECHO_T}$path_wtmpx" >&6; }
11698 root 1.88 if test x$path_wtmpx != x; then
11699    
11700     cat >>confdefs.h <<_ACEOF
11701     #define WTMPX_FILE "$path_wtmpx"
11702     _ACEOF
11703    
11704     fi
11705    
11706 ayin 1.108 { echo "$as_me:$LINENO: checking where lastlog is located" >&5
11707     echo $ECHO_N "checking where lastlog is located... $ECHO_C" >&6; }
11708 root 1.88 if test "${path_lastlog+set}" = set; then
11709     echo $ECHO_N "(cached) $ECHO_C" >&6
11710     else
11711     if test "$cross_compiling" = yes; then
11712     { echo "$as_me:$LINENO: WARNING: Define LASTLOG_FILE in config.h manually" >&5
11713     echo "$as_me: WARNING: Define LASTLOG_FILE in config.h manually" >&2;}
11714     else
11715     cat >conftest.$ac_ext <<_ACEOF
11716     /* confdefs.h. */
11717     _ACEOF
11718     cat confdefs.h >>conftest.$ac_ext
11719     cat >>conftest.$ac_ext <<_ACEOF
11720     /* end confdefs.h. */
11721     #include <stdio.h>
11722 ayin 1.102 #include <stdlib.h>
11723 root 1.88 #include <sys/types.h>
11724     #ifdef HAVE_UTMPX_H
11725     #include <utmpx.h>
11726     #elif defined(HAVE_UTMP_H)
11727     #include <utmp.h>
11728     #endif
11729     #ifdef HAVE_LASTLOG_H
11730     #include <lastlog.h>
11731     #endif
11732     #include <errno.h>
11733     main()
11734     {
11735     char **w, *lastloglist[] = { "/var/log/lastlog", NULL };
11736     FILE *a, *f=fopen("conftestval", "w");
11737     if (!f) exit(1);
11738     #ifdef LASTLOG_FILE
11739     fprintf(f, "%s\n", LASTLOG_FILE);
11740     exit(0);
11741     #endif
11742     #ifdef _PATH_LASTLOG
11743     fprintf(f, "%s\n", _PATH_LASTLOG);
11744     exit(0);
11745     #endif
11746     for (w = lastloglist; *w; w++) {
11747     if ((a = fopen(*w, "r")) != NULL || errno == EACCES) {
11748     fprintf(f, "%s\n", *w);
11749     exit(0);
11750     }
11751     }
11752     exit(0);
11753     }
11754     _ACEOF
11755     rm -f conftest$ac_exeext
11756 ayin 1.108 if { (ac_try="$ac_link"
11757     case "(($ac_try" in
11758     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11759     *) ac_try_echo=$ac_try;;
11760     esac
11761     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11762     (eval "$ac_link") 2>&5
11763 root 1.88 ac_status=$?
11764     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11765     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11766 ayin 1.108 { (case "(($ac_try" in
11767     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11768     *) ac_try_echo=$ac_try;;
11769     esac
11770     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11771     (eval "$ac_try") 2>&5
11772 root 1.88 ac_status=$?
11773     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11774     (exit $ac_status); }; }; then
11775     path_lastlog=`cat conftestval`
11776     else
11777     echo "$as_me: program exited with status $ac_status" >&5
11778     echo "$as_me: failed program was:" >&5
11779     sed 's/^/| /' conftest.$ac_ext >&5
11780    
11781     ( exit $ac_status )
11782     path_lastlog=
11783     fi
11784 ayin 1.108 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11785 root 1.88 fi
11786 ayin 1.108
11787    
11788 root 1.88 fi
11789 ayin 1.108 { echo "$as_me:$LINENO: result: $path_lastlog" >&5
11790     echo "${ECHO_T}$path_lastlog" >&6; }
11791 root 1.88 if test x$path_lastlog != x; then
11792    
11793     cat >>confdefs.h <<_ACEOF
11794     #define LASTLOG_FILE "$path_lastlog"
11795     _ACEOF
11796    
11797     fi
11798    
11799 ayin 1.108 { echo "$as_me:$LINENO: checking where lastlogx is located" >&5
11800     echo $ECHO_N "checking where lastlogx is located... $ECHO_C" >&6; }
11801 root 1.88 if test "${path_lastlogx+set}" = set; then
11802     echo $ECHO_N "(cached) $ECHO_C" >&6
11803     else
11804     if test "$cross_compiling" = yes; then
11805     { echo "$as_me:$LINENO: WARNING: Define LASTLOGX_FILE in config.h manually" >&5
11806     echo "$as_me: WARNING: Define LASTLOGX_FILE in config.h manually" >&2;}
11807     else
11808     cat >conftest.$ac_ext <<_ACEOF
11809     /* confdefs.h. */
11810     _ACEOF
11811     cat confdefs.h >>conftest.$ac_ext
11812     cat >>conftest.$ac_ext <<_ACEOF
11813     /* end confdefs.h. */
11814     #include <stdio.h>
11815 ayin 1.102 #include <stdlib.h>
11816 root 1.88 #ifdef HAVE_UTMPX_H
11817     #include <utmpx.h>
11818     #endif
11819     #include <errno.h>
11820     main()
11821     {
11822     char **w, *wtmplist[] = { "/var/log/lastlogx", "/var/adm/lastlogx", NULL };
11823     FILE *a, *f=fopen("conftestval", "w");
11824     if (!f) exit(1);
11825     #ifdef LASTLOGX_FILE
11826     fprintf(f, "%s\n", LASTLOGX_FILE);
11827     exit(0);
11828     #endif
11829     #ifdef _PATH_LASTLOGX
11830     fprintf(f, "%s\n", _PATH_LASTLOGX);
11831     exit(0);
11832     #endif
11833     for (w = wtmplist; *w; w++) {
11834     if ((a = fopen(*w, "r")) != NULL || errno == EACCES) {
11835     fprintf(f, "%s\n", *w);
11836     exit(0);
11837     }
11838     }
11839     exit(0);
11840     }
11841     _ACEOF
11842     rm -f conftest$ac_exeext
11843 ayin 1.108 if { (ac_try="$ac_link"
11844     case "(($ac_try" in
11845     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11846     *) ac_try_echo=$ac_try;;
11847     esac
11848     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11849     (eval "$ac_link") 2>&5
11850 root 1.88 ac_status=$?
11851     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11852     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11853 ayin 1.108 { (case "(($ac_try" in
11854     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11855     *) ac_try_echo=$ac_try;;
11856     esac
11857     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11858     (eval "$ac_try") 2>&5
11859 root 1.88 ac_status=$?
11860     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11861     (exit $ac_status); }; }; then
11862     path_lastlogx=`cat conftestval`
11863     else
11864     echo "$as_me: program exited with status $ac_status" >&5
11865     echo "$as_me: failed program was:" >&5
11866     sed 's/^/| /' conftest.$ac_ext >&5
11867    
11868     ( exit $ac_status )
11869     path_lastlogx=
11870     fi
11871 ayin 1.108 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11872 root 1.88 fi
11873 ayin 1.108
11874    
11875 root 1.88 fi
11876 ayin 1.108 { echo "$as_me:$LINENO: result: $path_lastlogx" >&5
11877     echo "${ECHO_T}$path_lastlogx" >&6; }
11878 root 1.88 if test x$path_lastlogx != x; then
11879    
11880     cat >>confdefs.h <<_ACEOF
11881     #define LASTLOGX_FILE "$path_lastlogx"
11882     _ACEOF
11883    
11884     fi
11885    
11886    
11887    
11888    
11889 ayin 1.114 save_LIBS=$LIBS
11890     save_CFLAGS=$CFLAGS
11891 root 1.88 CFLAGS="$CFLAGS $X_CFLAGS"
11892     LIBS="$LIBS $X_LIBS $X_EXTRA_LIBS -lX11"
11893 ayin 1.111 if test x$support_xim = xyes; then
11894     { echo "$as_me:$LINENO: checking for working Xlocale" >&5
11895 ayin 1.108 echo $ECHO_N "checking for working Xlocale... $ECHO_C" >&6; }
11896 root 1.88 if test "${rxvt_cv_func_xlocale+set}" = set; then
11897     echo $ECHO_N "(cached) $ECHO_C" >&6
11898     else
11899     if test "$cross_compiling" = yes; then
11900 ayin 1.111 :
11901 root 1.88 else
11902     cat >conftest.$ac_ext <<_ACEOF
11903     /* confdefs.h. */
11904     _ACEOF
11905     cat confdefs.h >>conftest.$ac_ext
11906     cat >>conftest.$ac_ext <<_ACEOF
11907     /* end confdefs.h. */
11908     #include <X11/Xlib.h>
11909 ayin 1.111 #include <stdlib.h>
11910     main() {
11911     char *p;
11912     if ((p = XSetLocaleModifiers("@im=none")) != NULL && *p)
11913     exit (XSupportsLocale() ? 0 : 1);
11914     else
11915     exit (1);}
11916 root 1.88 _ACEOF
11917     rm -f conftest$ac_exeext
11918 ayin 1.108 if { (ac_try="$ac_link"
11919     case "(($ac_try" in
11920     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11921     *) ac_try_echo=$ac_try;;
11922     esac
11923     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11924     (eval "$ac_link") 2>&5
11925 root 1.88 ac_status=$?
11926     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11927     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11928 ayin 1.108 { (case "(($ac_try" in
11929     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11930     *) ac_try_echo=$ac_try;;
11931     esac
11932     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11933     (eval "$ac_try") 2>&5
11934 root 1.88 ac_status=$?
11935     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11936     (exit $ac_status); }; }; then
11937 ayin 1.111 rxvt_cv_func_xlocale=yes
11938 root 1.88 else
11939     echo "$as_me: program exited with status $ac_status" >&5
11940     echo "$as_me: failed program was:" >&5
11941     sed 's/^/| /' conftest.$ac_ext >&5
11942    
11943     ( exit $ac_status )
11944     rxvt_cv_func_xlocale=no
11945     fi
11946 ayin 1.108 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11947 root 1.88 fi
11948 ayin 1.108
11949    
11950 root 1.88 fi
11951 ayin 1.108 { echo "$as_me:$LINENO: result: $rxvt_cv_func_xlocale" >&5
11952     echo "${ECHO_T}$rxvt_cv_func_xlocale" >&6; }
11953 root 1.105 if test x$rxvt_cv_func_xlocale = xyes; then
11954 root 1.88
11955     cat >>confdefs.h <<\_ACEOF
11956 root 1.105 #define USE_XIM 1
11957 root 1.88 _ACEOF
11958    
11959 ayin 1.111 { echo "$as_me:$LINENO: checking for broken XIM callback" >&5
11960     echo $ECHO_N "checking for broken XIM callback... $ECHO_C" >&6; }
11961     if test "${rxvt_broken_ximcb+set}" = set; then
11962     echo $ECHO_N "(cached) $ECHO_C" >&6
11963     else
11964     cat >conftest.$ac_ext <<_ACEOF
11965    
11966     #include <X11/Xlib.h>
11967    
11968     void im_destroy_cb (XIC unused1, XPointer client_data, XPointer unused3);
11969    
11970     void f() {
11971     XIMCallback cb;
11972     cb.callback = im_destroy_cb;
11973     }
11974    
11975     _ACEOF
11976     rm -f conftest.$ac_objext
11977     if { (ac_try="$ac_compile"
11978     case "(($ac_try" in
11979     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11980     *) ac_try_echo=$ac_try;;
11981     esac
11982     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11983     (eval "$ac_compile") 2>conftest.er1
11984     ac_status=$?
11985     grep -v '^ *+' conftest.er1 >conftest.err
11986     rm -f conftest.er1
11987     cat conftest.err >&5
11988     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11989     (exit $ac_status); } && {
11990     test -z "$ac_cxx_werror_flag" ||
11991     test ! -s conftest.err
11992     } && test -s conftest.$ac_objext; then
11993     rxvt_broken_ximcb=yes
11994     else
11995     echo "$as_me: failed program was:" >&5
11996     sed 's/^/| /' conftest.$ac_ext >&5
11997    
11998     rxvt_broken_ximcb=no
11999     fi
12000    
12001     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12002     fi
12003     { echo "$as_me:$LINENO: result: $rxvt_broken_ximcb" >&5
12004     echo "${ECHO_T}$rxvt_broken_ximcb" >&6; }
12005    
12006     if test x$rxvt_broken_ximcb = xyes; then
12007    
12008     cat >>confdefs.h <<\_ACEOF
12009     #define XIMCB_PROTO_BROKEN 1
12010     _ACEOF
12011    
12012     fi
12013 root 1.105 fi
12014 root 1.88 fi
12015    
12016 ayin 1.108 { echo "$as_me:$LINENO: checking for working X setlocale" >&5
12017     echo $ECHO_N "checking for working X setlocale... $ECHO_C" >&6; }
12018 root 1.88 if test "${rxvt_cv_func_xsetlocale+set}" = set; then
12019     echo $ECHO_N "(cached) $ECHO_C" >&6
12020     else
12021     cat >conftest.$ac_ext <<_ACEOF
12022     /* confdefs.h. */
12023     _ACEOF
12024     cat confdefs.h >>conftest.$ac_ext
12025     cat >>conftest.$ac_ext <<_ACEOF
12026     /* end confdefs.h. */
12027     #define X_LOCALE 1
12028     #include <X11/Xlocale.h>
12029     int
12030     main ()
12031     {
12032     setlocale(LC_CTYPE, "");
12033     ;
12034     return 0;
12035     }
12036     _ACEOF
12037     rm -f conftest.$ac_objext conftest$ac_exeext
12038 ayin 1.108 if { (ac_try="$ac_link"
12039     case "(($ac_try" in
12040     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12041     *) ac_try_echo=$ac_try;;
12042     esac
12043     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12044     (eval "$ac_link") 2>conftest.er1
12045 root 1.88 ac_status=$?
12046     grep -v '^ *+' conftest.er1 >conftest.err
12047     rm -f conftest.er1
12048     cat conftest.err >&5
12049     echo "$as_me:$LINENO: \$? = $ac_status" >&5
12050 ayin 1.108 (exit $ac_status); } && {
12051     test -z "$ac_cxx_werror_flag" ||
12052     test ! -s conftest.err
12053     } && test -s conftest$ac_exeext &&
12054     $as_test_x conftest$ac_exeext; then
12055 root 1.88 rxvt_cv_func_xsetlocale=yes
12056     else
12057     echo "$as_me: failed program was:" >&5
12058     sed 's/^/| /' conftest.$ac_ext >&5
12059    
12060 ayin 1.108 rxvt_cv_func_xsetlocale=no
12061 root 1.88 fi
12062 ayin 1.108
12063     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12064 root 1.88 conftest$ac_exeext conftest.$ac_ext
12065     fi
12066 ayin 1.108 { echo "$as_me:$LINENO: result: $rxvt_cv_func_xsetlocale" >&5
12067     echo "${ECHO_T}$rxvt_cv_func_xsetlocale" >&6; }
12068 root 1.88 if test x$rxvt_cv_func_xsetlocale = xyes; then
12069    
12070     cat >>confdefs.h <<\_ACEOF
12071     #define HAVE_XSETLOCALE 1
12072     _ACEOF
12073    
12074     fi
12075 ayin 1.114 LIBS=$save_LIBS
12076     CFLAGS=$save_CFLAGS
12077 root 1.88
12078 ayin 1.108 { echo "$as_me:$LINENO: checking for working plain setlocale" >&5
12079     echo $ECHO_N "checking for working plain setlocale... $ECHO_C" >&6; }
12080 root 1.88 if test "${rxvt_cv_func_setlocale+set}" = set; then
12081     echo $ECHO_N "(cached) $ECHO_C" >&6
12082     else
12083     cat >conftest.$ac_ext <<_ACEOF
12084     /* confdefs.h. */
12085     _ACEOF
12086     cat confdefs.h >>conftest.$ac_ext
12087     cat >>conftest.$ac_ext <<_ACEOF
12088     /* end confdefs.h. */
12089     #include <clocale>
12090     int
12091     main ()
12092     {
12093     setlocale(LC_CTYPE, "");
12094     ;
12095     return 0;
12096     }
12097     _ACEOF
12098     rm -f conftest.$ac_objext conftest$ac_exeext
12099 ayin 1.108 if { (ac_try="$ac_link"
12100     case "(($ac_try" in
12101     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12102     *) ac_try_echo=$ac_try;;
12103     esac
12104     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12105     (eval "$ac_link") 2>conftest.er1
12106 root 1.88 ac_status=$?
12107     grep -v '^ *+' conftest.er1 >conftest.err
12108     rm -f conftest.er1
12109     cat conftest.err >&5
12110     echo "$as_me:$LINENO: \$? = $ac_status" >&5
12111 ayin 1.108 (exit $ac_status); } && {
12112     test -z "$ac_cxx_werror_flag" ||
12113     test ! -s conftest.err
12114     } && test -s conftest$ac_exeext &&
12115     $as_test_x conftest$ac_exeext; then
12116 root 1.88 rxvt_cv_func_setlocale=yes
12117     else
12118     echo "$as_me: failed program was:" >&5
12119     sed 's/^/| /' conftest.$ac_ext >&5
12120    
12121 ayin 1.108 rxvt_cv_func_setlocale=no
12122 root 1.88 fi
12123 ayin 1.108
12124     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12125 root 1.88 conftest$ac_exeext conftest.$ac_ext
12126     fi
12127 ayin 1.108 { echo "$as_me:$LINENO: result: $rxvt_cv_func_setlocale" >&5
12128     echo "${ECHO_T}$rxvt_cv_func_setlocale" >&6; }
12129 root 1.88 if test x$rxvt_cv_func_setlocale = xyes; then
12130    
12131     cat >>confdefs.h <<\_ACEOF
12132     #define HAVE_SETLOCALE 1
12133     _ACEOF
12134    
12135     fi
12136    
12137 ayin 1.108 { echo "$as_me:$LINENO: checking for working nl_langinfo" >&5
12138     echo $ECHO_N "checking for working nl_langinfo... $ECHO_C" >&6; }
12139 root 1.88 if test "${rxvt_cv_func_nl_langinfo+set}" = set; then
12140     echo $ECHO_N "(cached) $ECHO_C" >&6
12141     else
12142     cat >conftest.$ac_ext <<_ACEOF
12143     /* confdefs.h. */
12144     _ACEOF
12145     cat confdefs.h >>conftest.$ac_ext
12146     cat >>conftest.$ac_ext <<_ACEOF
12147     /* end confdefs.h. */
12148     #include <langinfo.h>
12149     int
12150     main ()
12151     {
12152     nl_langinfo(CODESET);
12153     ;
12154     return 0;
12155     }
12156     _ACEOF
12157     rm -f conftest.$ac_objext conftest$ac_exeext
12158 ayin 1.108 if { (ac_try="$ac_link"
12159     case "(($ac_try" in
12160     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12161     *) ac_try_echo=$ac_try;;
12162     esac
12163     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12164     (eval "$ac_link") 2>conftest.er1
12165 root 1.88 ac_status=$?
12166     grep -v '^ *+' conftest.er1 >conftest.err
12167     rm -f conftest.er1
12168     cat conftest.err >&5
12169     echo "$as_me:$LINENO: \$? = $ac_status" >&5
12170 ayin 1.108 (exit $ac_status); } && {
12171     test -z "$ac_cxx_werror_flag" ||
12172     test ! -s conftest.err
12173     } && test -s conftest$ac_exeext &&
12174     $as_test_x conftest$ac_exeext; then
12175 root 1.88 rxvt_cv_func_nl_langinfo=yes
12176     else
12177     echo "$as_me: failed program was:" >&5
12178     sed 's/^/| /' conftest.$ac_ext >&5
12179    
12180 ayin 1.108 rxvt_cv_func_nl_langinfo=no
12181 root 1.88 fi
12182 ayin 1.108
12183     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12184 root 1.88 conftest$ac_exeext conftest.$ac_ext
12185     fi
12186 ayin 1.108 { echo "$as_me:$LINENO: result: $rxvt_cv_func_nl_langinfo" >&5
12187     echo "${ECHO_T}$rxvt_cv_func_nl_langinfo" >&6; }
12188 root 1.88 if test x$rxvt_cv_func_nl_langinfo = xyes; then
12189    
12190     cat >>confdefs.h <<\_ACEOF
12191     #define HAVE_NL_LANGINFO 1
12192     _ACEOF
12193    
12194     fi
12195    
12196    
12197 ayin 1.108 { echo "$as_me:$LINENO: checking for unix-compliant filehandle passing ability" >&5
12198     echo $ECHO_N "checking for unix-compliant filehandle passing ability... $ECHO_C" >&6; }
12199 root 1.88 if test "${can_pass_fds+set}" = set; then
12200     echo $ECHO_N "(cached) $ECHO_C" >&6
12201     else
12202     cat >conftest.$ac_ext <<_ACEOF
12203     /* confdefs.h. */
12204     _ACEOF
12205     cat confdefs.h >>conftest.$ac_ext
12206     cat >>conftest.$ac_ext <<_ACEOF
12207     /* end confdefs.h. */
12208    
12209 root 1.93 #include <cstddef> // broken bsds (is that redundant?) need this
12210 root 1.88 #include <sys/types.h>
12211     #include <sys/socket.h>
12212     #include <sys/uio.h>
12213    
12214     int
12215     main ()
12216     {
12217    
12218     {
12219     msghdr msg;
12220     iovec iov;
12221     char buf [100];
12222     char data = 0;
12223    
12224     iov.iov_base = &data;
12225     iov.iov_len = 1;
12226    
12227     msg.msg_iov = &iov;
12228     msg.msg_iovlen = 1;
12229     msg.msg_control = buf;
12230     msg.msg_controllen = sizeof buf;
12231    
12232     cmsghdr *cmsg = CMSG_FIRSTHDR (&msg);
12233     cmsg->cmsg_level = SOL_SOCKET;
12234     cmsg->cmsg_type = SCM_RIGHTS;
12235     cmsg->cmsg_len = 100;
12236    
12237     *(int *)CMSG_DATA (cmsg) = 5;
12238    
12239     return sendmsg (3, &msg, 0);
12240     }
12241    
12242     ;
12243     return 0;
12244     }
12245     _ACEOF
12246     rm -f conftest.$ac_objext conftest$ac_exeext
12247 ayin 1.108 if { (ac_try="$ac_link"
12248     case "(($ac_try" in
12249     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12250     *) ac_try_echo=$ac_try;;
12251     esac
12252     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12253     (eval "$ac_link") 2>conftest.er1
12254 root 1.88 ac_status=$?
12255     grep -v '^ *+' conftest.er1 >conftest.err
12256     rm -f conftest.er1
12257     cat conftest.err >&5
12258     echo "$as_me:$LINENO: \$? = $ac_status" >&5
12259 ayin 1.108 (exit $ac_status); } && {
12260     test -z "$ac_cxx_werror_flag" ||
12261     test ! -s conftest.err
12262     } && test -s conftest$ac_exeext &&
12263     $as_test_x conftest$ac_exeext; then
12264 root 1.88 can_pass_fds=yes
12265     else
12266     echo "$as_me: failed program was:" >&5
12267     sed 's/^/| /' conftest.$ac_ext >&5
12268    
12269 ayin 1.108 can_pass_fds=no
12270 root 1.88 fi
12271 ayin 1.108
12272     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12273 root 1.88 conftest$ac_exeext conftest.$ac_ext
12274     fi
12275 ayin 1.108 { echo "$as_me:$LINENO: result: $can_pass_fds" >&5
12276     echo "${ECHO_T}$can_pass_fds" >&6; }
12277 root 1.88 if test x$can_pass_fds = xyes; then
12278    
12279     cat >>confdefs.h <<\_ACEOF
12280     #define HAVE_UNIX_FDPASS 1
12281     _ACEOF
12282    
12283     else
12284     { { echo "$as_me:$LINENO: error: libptytty requires unix-compliant filehandle passing ability" >&5
12285     echo "$as_me: error: libptytty requires unix-compliant filehandle passing ability" >&2;}
12286     { (exit 1); exit 1; }; }
12287     fi
12288    
12289    
12290    
12291    
12292    
12293    
12294    
12295    
12296     for ac_header in \
12297     pty.h \
12298     util.h \
12299     libutil.h \
12300     sys/ioctl.h \
12301     sys/stropts.h \
12302    
12303 root 1.83 do
12304 root 1.88 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12305 ayin 1.108 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12306     { echo "$as_me:$LINENO: checking for $ac_header" >&5
12307     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12308     if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12309 root 1.88 echo $ECHO_N "(cached) $ECHO_C" >&6
12310     fi
12311 ayin 1.108 ac_res=`eval echo '${'$as_ac_Header'}'`
12312     { echo "$as_me:$LINENO: result: $ac_res" >&5
12313     echo "${ECHO_T}$ac_res" >&6; }
12314 root 1.88 else
12315     # Is the header compilable?
12316 ayin 1.108 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12317     echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12318 root 1.88 cat >conftest.$ac_ext <<_ACEOF
12319     /* confdefs.h. */
12320     _ACEOF
12321     cat confdefs.h >>conftest.$ac_ext
12322     cat >>conftest.$ac_ext <<_ACEOF
12323     /* end confdefs.h. */
12324     $ac_includes_default
12325     #include <$ac_header>
12326     _ACEOF
12327     rm -f conftest.$ac_objext
12328 ayin 1.108 if { (ac_try="$ac_compile"
12329     case "(($ac_try" in
12330     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12331     *) ac_try_echo=$ac_try;;
12332     esac
12333     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12334     (eval "$ac_compile") 2>conftest.er1
12335 root 1.88 ac_status=$?
12336     grep -v '^ *+' conftest.er1 >conftest.err
12337     rm -f conftest.er1
12338     cat conftest.err >&5
12339     echo "$as_me:$LINENO: \$? = $ac_status" >&5
12340 ayin 1.108 (exit $ac_status); } && {
12341     test -z "$ac_cxx_werror_flag" ||
12342     test ! -s conftest.err
12343     } && test -s conftest.$ac_objext; then
12344 root 1.88 ac_header_compiler=yes
12345     else
12346     echo "$as_me: failed program was:" >&5
12347     sed 's/^/| /' conftest.$ac_ext >&5
12348    
12349 ayin 1.108 ac_header_compiler=no
12350 root 1.88 fi
12351 ayin 1.108
12352     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12353     { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12354     echo "${ECHO_T}$ac_header_compiler" >&6; }
12355 root 1.88
12356     # Is the header present?
12357 ayin 1.108 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12358     echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12359 root 1.88 cat >conftest.$ac_ext <<_ACEOF
12360     /* confdefs.h. */
12361     _ACEOF
12362     cat confdefs.h >>conftest.$ac_ext
12363     cat >>conftest.$ac_ext <<_ACEOF
12364     /* end confdefs.h. */
12365     #include <$ac_header>
12366     _ACEOF
12367 ayin 1.108 if { (ac_try="$ac_cpp conftest.$ac_ext"
12368     case "(($ac_try" in
12369     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12370     *) ac_try_echo=$ac_try;;
12371     esac
12372     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12373     (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12374 root 1.88 ac_status=$?
12375     grep -v '^ *+' conftest.er1 >conftest.err
12376     rm -f conftest.er1
12377     cat conftest.err >&5
12378     echo "$as_me:$LINENO: \$? = $ac_status" >&5
12379 ayin 1.108 (exit $ac_status); } >/dev/null && {
12380     test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
12381     test ! -s conftest.err
12382     }; then
12383 root 1.88 ac_header_preproc=yes
12384     else
12385     echo "$as_me: failed program was:" >&5
12386     sed 's/^/| /' conftest.$ac_ext >&5
12387    
12388     ac_header_preproc=no
12389     fi
12390 ayin 1.108
12391 root 1.88 rm -f conftest.err conftest.$ac_ext
12392 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12393     echo "${ECHO_T}$ac_header_preproc" >&6; }
12394 root 1.88
12395     # So? What about this header?
12396     case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
12397     yes:no: )
12398     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12399     echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12400     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12401     echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12402     ac_header_preproc=yes
12403     ;;
12404     no:yes:* )
12405     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12406     echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12407     { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12408     echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12409     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12410     echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12411     { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12412     echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12413     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12414     echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12415     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12416     echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12417 ayin 1.108
12418 root 1.88 ;;
12419     esac
12420 ayin 1.108 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12421     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12422     if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12423 root 1.88 echo $ECHO_N "(cached) $ECHO_C" >&6
12424     else
12425     eval "$as_ac_Header=\$ac_header_preproc"
12426     fi
12427 ayin 1.108 ac_res=`eval echo '${'$as_ac_Header'}'`
12428     { echo "$as_me:$LINENO: result: $ac_res" >&5
12429     echo "${ECHO_T}$ac_res" >&6; }
12430 root 1.88
12431     fi
12432     if test `eval echo '${'$as_ac_Header'}'` = yes; then
12433     cat >>confdefs.h <<_ACEOF
12434     #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12435     _ACEOF
12436 root 1.83
12437 pcg 1.11 fi
12438 root 1.83
12439 root 1.88 done
12440    
12441 root 1.83
12442    
12443    
12444    
12445    
12446    
12447 root 1.94
12448    
12449    
12450    
12451 root 1.88 for ac_func in \
12452     revoke \
12453     _getpty \
12454     getpt \
12455     posix_openpt \
12456     isastream \
12457 root 1.94 setuid \
12458     seteuid \
12459     setreuid \
12460     setresuid \
12461 root 1.83
12462 root 1.88 do
12463     as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12464 ayin 1.108 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12465     echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12466     if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12467 root 1.83 echo $ECHO_N "(cached) $ECHO_C" >&6
12468     else
12469     cat >conftest.$ac_ext <<_ACEOF
12470     /* confdefs.h. */
12471     _ACEOF
12472     cat confdefs.h >>conftest.$ac_ext
12473     cat >>conftest.$ac_ext <<_ACEOF
12474     /* end confdefs.h. */
12475 root 1.88 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12476     For example, HP-UX 11i <limits.h> declares gettimeofday. */
12477     #define $ac_func innocuous_$ac_func
12478    
12479     /* System header to define __stub macros and hopefully few prototypes,
12480     which can conflict with char $ac_func (); below.
12481     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12482     <limits.h> exists even on freestanding compilers. */
12483    
12484     #ifdef __STDC__
12485     # include <limits.h>
12486     #else
12487     # include <assert.h>
12488     #endif
12489    
12490     #undef $ac_func
12491    
12492 ayin 1.108 /* Override any GCC internal prototype to avoid an error.
12493     Use char because int might match the return type of a GCC
12494     builtin and then its argument prototype would still apply. */
12495 root 1.88 #ifdef __cplusplus
12496     extern "C"
12497     #endif
12498     char $ac_func ();
12499     /* The GNU C library defines this for functions which it implements
12500     to always fail with ENOSYS. Some functions are actually named
12501     something starting with __ and the normal name is an alias. */
12502 ayin 1.108 #if defined __stub_$ac_func || defined __stub___$ac_func
12503 root 1.88 choke me
12504     #endif
12505    
12506 root 1.83 int
12507     main ()
12508     {
12509 ayin 1.108 return $ac_func ();
12510 root 1.56 ;
12511     return 0;
12512     }
12513     _ACEOF
12514     rm -f conftest.$ac_objext conftest$ac_exeext
12515 ayin 1.108 if { (ac_try="$ac_link"
12516     case "(($ac_try" in
12517     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12518     *) ac_try_echo=$ac_try;;
12519     esac
12520     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12521     (eval "$ac_link") 2>conftest.er1
12522 root 1.56 ac_status=$?
12523     grep -v '^ *+' conftest.er1 >conftest.err
12524     rm -f conftest.er1
12525     cat conftest.err >&5
12526     echo "$as_me:$LINENO: \$? = $ac_status" >&5
12527 ayin 1.108 (exit $ac_status); } && {
12528     test -z "$ac_cxx_werror_flag" ||
12529     test ! -s conftest.err
12530     } && test -s conftest$ac_exeext &&
12531     $as_test_x conftest$ac_exeext; then
12532 root 1.88 eval "$as_ac_var=yes"
12533 root 1.56 else
12534     echo "$as_me: failed program was:" >&5
12535     sed 's/^/| /' conftest.$ac_ext >&5
12536    
12537 ayin 1.108 eval "$as_ac_var=no"
12538 root 1.56 fi
12539 ayin 1.108
12540     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12541 root 1.56 conftest$ac_exeext conftest.$ac_ext
12542     fi
12543 ayin 1.108 ac_res=`eval echo '${'$as_ac_var'}'`
12544     { echo "$as_me:$LINENO: result: $ac_res" >&5
12545     echo "${ECHO_T}$ac_res" >&6; }
12546 root 1.88 if test `eval echo '${'$as_ac_var'}'` = yes; then
12547     cat >>confdefs.h <<_ACEOF
12548     #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12549     _ACEOF
12550    
12551     fi
12552     done
12553    
12554    
12555     have_clone=no
12556    
12557 ayin 1.108 { echo "$as_me:$LINENO: checking for /dev/ptym/clone" >&5
12558     echo $ECHO_N "checking for /dev/ptym/clone... $ECHO_C" >&6; }
12559 root 1.88 if test -e /dev/ptym/clone; then
12560 ayin 1.108 { echo "$as_me:$LINENO: result: yes" >&5
12561     echo "${ECHO_T}yes" >&6; }
12562 root 1.88
12563     cat >>confdefs.h <<\_ACEOF
12564     #define HAVE_DEV_CLONE 1
12565     _ACEOF
12566    
12567 root 1.83
12568     cat >>confdefs.h <<\_ACEOF
12569 root 1.88 #define CLONE_DEVICE "/dev/ptym/clone"
12570 root 1.56 _ACEOF
12571    
12572 root 1.88 have_clone=yes
12573     else
12574 ayin 1.108 { echo "$as_me:$LINENO: result: no" >&5
12575     echo "${ECHO_T}no" >&6; }
12576 root 1.56 fi
12577    
12578 ayin 1.108 { echo "$as_me:$LINENO: checking for /dev/ptc" >&5
12579     echo $ECHO_N "checking for /dev/ptc... $ECHO_C" >&6; }
12580 root 1.88 if test -e /dev/ptc; then
12581 ayin 1.108 { echo "$as_me:$LINENO: result: yes" >&5
12582     echo "${ECHO_T}yes" >&6; }
12583 root 1.88
12584     cat >>confdefs.h <<\_ACEOF
12585     #define HAVE_DEV_PTC 1
12586     _ACEOF
12587    
12588    
12589     cat >>confdefs.h <<\_ACEOF
12590     #define CLONE_DEVICE "/dev/ptc"
12591     _ACEOF
12592    
12593     have_clone=yes
12594 root 1.31 else
12595 ayin 1.108 { echo "$as_me:$LINENO: result: no" >&5
12596     echo "${ECHO_T}no" >&6; }
12597 root 1.88 fi
12598    
12599     case $host in
12600     *-*-cygwin*)
12601     have_clone=yes
12602    
12603     cat >>confdefs.h <<\_ACEOF
12604     #define CLONE_DEVICE "/dev/ptmx"
12605     _ACEOF
12606    
12607     ;;
12608     *)
12609 ayin 1.108 { echo "$as_me:$LINENO: checking for /dev/ptmx" >&5
12610     echo $ECHO_N "checking for /dev/ptmx... $ECHO_C" >&6; }
12611 root 1.88 if test -e /dev/ptmx; then
12612 ayin 1.108 { echo "$as_me:$LINENO: result: yes" >&5
12613     echo "${ECHO_T}yes" >&6; }
12614 root 1.88
12615     cat >>confdefs.h <<\_ACEOF
12616     #define HAVE_DEV_PTMX 1
12617     _ACEOF
12618    
12619    
12620     cat >>confdefs.h <<\_ACEOF
12621     #define CLONE_DEVICE "/dev/ptmx"
12622     _ACEOF
12623    
12624     have_clone=yes
12625     else
12626 ayin 1.108 { echo "$as_me:$LINENO: result: no" >&5
12627     echo "${ECHO_T}no" >&6; }
12628 root 1.88 fi
12629     ;;
12630     esac
12631    
12632     if test x$ac_cv_func_getpt = xyes -o x$ac_cv_func_posix_openpt = xyes -o x$have_clone = xyes; then
12633 ayin 1.108 { echo "$as_me:$LINENO: checking for UNIX98 ptys" >&5
12634     echo $ECHO_N "checking for UNIX98 ptys... $ECHO_C" >&6; }
12635 root 1.83 cat >conftest.$ac_ext <<_ACEOF
12636     /* confdefs.h. */
12637     _ACEOF
12638     cat confdefs.h >>conftest.$ac_ext
12639     cat >>conftest.$ac_ext <<_ACEOF
12640     /* end confdefs.h. */
12641 root 1.88 #include <stdlib.h>
12642 root 1.83 int
12643     main ()
12644     {
12645 root 1.88 grantpt(0);unlockpt(0);ptsname(0);
12646 root 1.83 ;
12647     return 0;
12648 root 1.31 }
12649     _ACEOF
12650 root 1.83 rm -f conftest.$ac_objext conftest$ac_exeext
12651 ayin 1.108 if { (ac_try="$ac_link"
12652     case "(($ac_try" in
12653     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12654     *) ac_try_echo=$ac_try;;
12655     esac
12656     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12657     (eval "$ac_link") 2>conftest.er1
12658 root 1.31 ac_status=$?
12659     grep -v '^ *+' conftest.er1 >conftest.err
12660     rm -f conftest.er1
12661     cat conftest.err >&5
12662     echo "$as_me:$LINENO: \$? = $ac_status" >&5
12663 ayin 1.108 (exit $ac_status); } && {
12664     test -z "$ac_cxx_werror_flag" ||
12665     test ! -s conftest.err
12666     } && test -s conftest$ac_exeext &&
12667     $as_test_x conftest$ac_exeext; then
12668 root 1.88 unix98_pty=yes
12669    
12670     cat >>confdefs.h <<\_ACEOF
12671     #define UNIX98_PTY 1
12672     _ACEOF
12673    
12674 ayin 1.108 { echo "$as_me:$LINENO: result: yes" >&5
12675     echo "${ECHO_T}yes" >&6; }
12676 root 1.31 else
12677     echo "$as_me: failed program was:" >&5
12678     sed 's/^/| /' conftest.$ac_ext >&5
12679    
12680 ayin 1.108 { echo "$as_me:$LINENO: result: no" >&5
12681     echo "${ECHO_T}no" >&6; }
12682 root 1.31 fi
12683 ayin 1.108
12684     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12685 root 1.83 conftest$ac_exeext conftest.$ac_ext
12686 root 1.31 fi
12687    
12688 root 1.88 if test -z "$unix98_pty"; then
12689 root 1.31
12690 root 1.88 for ac_func in openpty
12691     do
12692     as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12693 ayin 1.108 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12694     echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12695     if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12696 root 1.66 echo $ECHO_N "(cached) $ECHO_C" >&6
12697     else
12698     cat >conftest.$ac_ext <<_ACEOF
12699     /* confdefs.h. */
12700     _ACEOF
12701     cat confdefs.h >>conftest.$ac_ext
12702     cat >>conftest.$ac_ext <<_ACEOF
12703     /* end confdefs.h. */
12704 root 1.88 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12705     For example, HP-UX 11i <limits.h> declares gettimeofday. */
12706     #define $ac_func innocuous_$ac_func
12707    
12708     /* System header to define __stub macros and hopefully few prototypes,
12709     which can conflict with char $ac_func (); below.
12710     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12711     <limits.h> exists even on freestanding compilers. */
12712    
12713     #ifdef __STDC__
12714     # include <limits.h>
12715     #else
12716     # include <assert.h>
12717     #endif
12718    
12719     #undef $ac_func
12720    
12721 ayin 1.108 /* Override any GCC internal prototype to avoid an error.
12722     Use char because int might match the return type of a GCC
12723     builtin and then its argument prototype would still apply. */
12724 root 1.88 #ifdef __cplusplus
12725     extern "C"
12726     #endif
12727     char $ac_func ();
12728     /* The GNU C library defines this for functions which it implements
12729     to always fail with ENOSYS. Some functions are actually named
12730     something starting with __ and the normal name is an alias. */
12731 ayin 1.108 #if defined __stub_$ac_func || defined __stub___$ac_func
12732 root 1.88 choke me
12733     #endif
12734    
12735 root 1.66 int
12736     main ()
12737     {
12738 ayin 1.108 return $ac_func ();
12739 root 1.66 ;
12740     return 0;
12741     }
12742     _ACEOF
12743     rm -f conftest.$ac_objext conftest$ac_exeext
12744 ayin 1.108 if { (ac_try="$ac_link"
12745     case "(($ac_try" in
12746     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12747     *) ac_try_echo=$ac_try;;
12748     esac
12749     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12750     (eval "$ac_link") 2>conftest.er1
12751 root 1.66 ac_status=$?
12752     grep -v '^ *+' conftest.er1 >conftest.err
12753     rm -f conftest.er1
12754     cat conftest.err >&5
12755     echo "$as_me:$LINENO: \$? = $ac_status" >&5
12756 ayin 1.108 (exit $ac_status); } && {
12757     test -z "$ac_cxx_werror_flag" ||
12758     test ! -s conftest.err
12759     } && test -s conftest$ac_exeext &&
12760     $as_test_x conftest$ac_exeext; then
12761 root 1.88 eval "$as_ac_var=yes"
12762 root 1.66 else
12763     echo "$as_me: failed program was:" >&5
12764     sed 's/^/| /' conftest.$ac_ext >&5
12765    
12766 ayin 1.108 eval "$as_ac_var=no"
12767 root 1.66 fi
12768 ayin 1.108
12769     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12770 root 1.66 conftest$ac_exeext conftest.$ac_ext
12771     fi
12772 ayin 1.108 ac_res=`eval echo '${'$as_ac_var'}'`
12773     { echo "$as_me:$LINENO: result: $ac_res" >&5
12774     echo "${ECHO_T}$ac_res" >&6; }
12775 root 1.88 if test `eval echo '${'$as_ac_var'}'` = yes; then
12776     cat >>confdefs.h <<_ACEOF
12777     #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12778 root 1.83 _ACEOF
12779    
12780 root 1.88 else
12781 ayin 1.108 { echo "$as_me:$LINENO: checking for openpty in -lutil" >&5
12782     echo $ECHO_N "checking for openpty in -lutil... $ECHO_C" >&6; }
12783 root 1.88 if test "${ac_cv_lib_util_openpty+set}" = set; then
12784 root 1.66 echo $ECHO_N "(cached) $ECHO_C" >&6
12785     else
12786 root 1.88 ac_check_lib_save_LIBS=$LIBS
12787     LIBS="-lutil $LIBS"
12788     cat >conftest.$ac_ext <<_ACEOF
12789     /* confdefs.h. */
12790     _ACEOF
12791     cat confdefs.h >>conftest.$ac_ext
12792     cat >>conftest.$ac_ext <<_ACEOF
12793     /* end confdefs.h. */
12794 root 1.87
12795 ayin 1.108 /* Override any GCC internal prototype to avoid an error.
12796     Use char because int might match the return type of a GCC
12797     builtin and then its argument prototype would still apply. */
12798 root 1.88 #ifdef __cplusplus
12799     extern "C"
12800     #endif
12801     char openpty ();
12802     int
12803     main ()
12804     {
12805 ayin 1.108 return openpty ();
12806 root 1.88 ;
12807     return 0;
12808 root 1.66 }
12809     _ACEOF
12810 root 1.88 rm -f conftest.$ac_objext conftest$ac_exeext
12811 ayin 1.108 if { (ac_try="$ac_link"
12812     case "(($ac_try" in
12813     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12814     *) ac_try_echo=$ac_try;;
12815     esac
12816     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12817     (eval "$ac_link") 2>conftest.er1
12818 root 1.66 ac_status=$?
12819     grep -v '^ *+' conftest.er1 >conftest.err
12820     rm -f conftest.er1
12821     cat conftest.err >&5
12822     echo "$as_me:$LINENO: \$? = $ac_status" >&5
12823 ayin 1.108 (exit $ac_status); } && {
12824     test -z "$ac_cxx_werror_flag" ||
12825     test ! -s conftest.err
12826     } && test -s conftest$ac_exeext &&
12827     $as_test_x conftest$ac_exeext; then
12828 root 1.88 ac_cv_lib_util_openpty=yes
12829 root 1.66 else
12830     echo "$as_me: failed program was:" >&5
12831     sed 's/^/| /' conftest.$ac_ext >&5
12832    
12833 ayin 1.108 ac_cv_lib_util_openpty=no
12834 root 1.88 fi
12835 ayin 1.108
12836     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12837 root 1.88 conftest$ac_exeext conftest.$ac_ext
12838     LIBS=$ac_check_lib_save_LIBS
12839 root 1.66 fi
12840 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_lib_util_openpty" >&5
12841     echo "${ECHO_T}$ac_cv_lib_util_openpty" >&6; }
12842 root 1.88 if test $ac_cv_lib_util_openpty = yes; then
12843     cat >>confdefs.h <<\_ACEOF
12844     #define HAVE_OPENPTY 1
12845     _ACEOF
12846     LIBS="$LIBS -lutil"
12847 root 1.66 fi
12848 root 1.87
12849 root 1.88 fi
12850     done
12851 pcg 1.1
12852     fi
12853    
12854    
12855 root 1.90
12856 ayin 1.108 { echo "$as_me:$LINENO: checking for tty group" >&5
12857     echo $ECHO_N "checking for tty group... $ECHO_C" >&6; }
12858 root 1.90 if test "${tty_group+set}" = set; then
12859     echo $ECHO_N "(cached) $ECHO_C" >&6
12860     else
12861     if test "$cross_compiling" = yes; then
12862     tty_group=no
12863     else
12864     cat >conftest.$ac_ext <<_ACEOF
12865     /* confdefs.h. */
12866     _ACEOF
12867     cat confdefs.h >>conftest.$ac_ext
12868     cat >>conftest.$ac_ext <<_ACEOF
12869     /* end confdefs.h. */
12870    
12871     #include <sys/types.h>
12872     #include <sys/stat.h>
12873     #include <unistd.h>
12874     #include <grp.h>
12875    
12876     main()
12877     {
12878     struct stat st;
12879     struct group *gr;
12880     char *tty;
12881     gr = getgrnam("tty");
12882     tty = ttyname(0);
12883     if (gr != 0
12884     && tty != 0
12885     && (stat(tty, &st)) == 0
12886     && st.st_gid == gr->gr_gid)
12887     return 0;
12888     else
12889     return 1;
12890     }
12891     _ACEOF
12892     rm -f conftest$ac_exeext
12893 ayin 1.108 if { (ac_try="$ac_link"
12894     case "(($ac_try" in
12895     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12896     *) ac_try_echo=$ac_try;;
12897     esac
12898     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12899     (eval "$ac_link") 2>&5
12900 root 1.90 ac_status=$?
12901     echo "$as_me:$LINENO: \$? = $ac_status" >&5
12902     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
12903 ayin 1.108 { (case "(($ac_try" in
12904     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12905     *) ac_try_echo=$ac_try;;
12906     esac
12907     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12908     (eval "$ac_try") 2>&5
12909 root 1.90 ac_status=$?
12910     echo "$as_me:$LINENO: \$? = $ac_status" >&5
12911     (exit $ac_status); }; }; then
12912     tty_group=yes
12913     else
12914     echo "$as_me: program exited with status $ac_status" >&5
12915     echo "$as_me: failed program was:" >&5
12916     sed 's/^/| /' conftest.$ac_ext >&5
12917    
12918     ( exit $ac_status )
12919     tty_group=no
12920     fi
12921 ayin 1.108 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
12922 root 1.90 fi
12923 ayin 1.108
12924    
12925 root 1.90 fi
12926 ayin 1.108 { echo "$as_me:$LINENO: result: $tty_group" >&5
12927     echo "${ECHO_T}$tty_group" >&6; }
12928 root 1.90 if test x$tty_group = xyes; then
12929    
12930     cat >>confdefs.h <<\_ACEOF
12931     #define TTY_GID_SUPPORT 1
12932     _ACEOF
12933    
12934     fi
12935    
12936 root 1.39 if test x$support_xft = xyes; then
12937 root 1.86 # Extract the first word of "pkg-config", so it can be a program name with args.
12938     set dummy pkg-config; ac_word=$2
12939 ayin 1.108 { echo "$as_me:$LINENO: checking for $ac_word" >&5
12940     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
12941 root 1.86 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
12942     echo $ECHO_N "(cached) $ECHO_C" >&6
12943     else
12944     case $PKG_CONFIG in
12945     [\\/]* | ?:[\\/]*)
12946     ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
12947     ;;
12948     *)
12949     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12950     for as_dir in $PATH
12951     do
12952     IFS=$as_save_IFS
12953     test -z "$as_dir" && as_dir=.
12954     for ac_exec_ext in '' $ac_executable_extensions; do
12955 ayin 1.108 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12956 root 1.86 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
12957     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12958     break 2
12959     fi
12960     done
12961     done
12962 ayin 1.108 IFS=$as_save_IFS
12963 root 1.86
12964     test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
12965     ;;
12966     esac
12967     fi
12968     PKG_CONFIG=$ac_cv_path_PKG_CONFIG
12969     if test -n "$PKG_CONFIG"; then
12970 ayin 1.108 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
12971     echo "${ECHO_T}$PKG_CONFIG" >&6; }
12972 root 1.86 else
12973 ayin 1.108 { echo "$as_me:$LINENO: result: no" >&5
12974     echo "${ECHO_T}no" >&6; }
12975 root 1.86 fi
12976    
12977 ayin 1.108
12978 root 1.90 if test $PKG_CONFIG != no && $PKG_CONFIG --exists xft; then
12979 root 1.117 X_LIBS="`$PKG_CONFIG xft --libs` $X_LIBS"
12980 root 1.90 CPPFLAGS="$CPPFLAGS `$PKG_CONFIG xft --cflags`"
12981     else
12982     # Extract the first word of "xft-config", so it can be a program name with args.
12983 root 1.86 set dummy xft-config; ac_word=$2
12984 ayin 1.108 { echo "$as_me:$LINENO: checking for $ac_word" >&5
12985     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
12986 root 1.86 if test "${ac_cv_path_XFT_CONFIG+set}" = set; then
12987     echo $ECHO_N "(cached) $ECHO_C" >&6
12988     else
12989     case $XFT_CONFIG in
12990     [\\/]* | ?:[\\/]*)
12991     ac_cv_path_XFT_CONFIG="$XFT_CONFIG" # Let the user override the test with a path.
12992     ;;
12993     *)
12994     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12995     for as_dir in $PATH
12996     do
12997     IFS=$as_save_IFS
12998     test -z "$as_dir" && as_dir=.
12999     for ac_exec_ext in '' $ac_executable_extensions; do
13000 ayin 1.108 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13001 root 1.86 ac_cv_path_XFT_CONFIG="$as_dir/$ac_word$ac_exec_ext"
13002     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13003     break 2
13004     fi
13005     done
13006     done
13007 ayin 1.108 IFS=$as_save_IFS
13008 root 1.86
13009     test -z "$ac_cv_path_XFT_CONFIG" && ac_cv_path_XFT_CONFIG="no"
13010     ;;
13011     esac
13012     fi
13013     XFT_CONFIG=$ac_cv_path_XFT_CONFIG
13014     if test -n "$XFT_CONFIG"; then
13015 ayin 1.108 { echo "$as_me:$LINENO: result: $XFT_CONFIG" >&5
13016     echo "${ECHO_T}$XFT_CONFIG" >&6; }
13017 root 1.86 else
13018 ayin 1.108 { echo "$as_me:$LINENO: result: no" >&5
13019     echo "${ECHO_T}no" >&6; }
13020 root 1.86 fi
13021    
13022 ayin 1.108
13023 root 1.86 if test $XFT_CONFIG != no; then
13024 root 1.117 X_LIBS="`$XFT_CONFIG --libs` $X_LIBS"
13025 root 1.86 CPPFLAGS="$CPPFLAGS `$XFT_CONFIG --cflags`"
13026     fi
13027     fi
13028 root 1.34
13029    
13030 root 1.39 for ac_header in X11/Xft/Xft.h
13031     do
13032     as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13033 ayin 1.108 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13034     { echo "$as_me:$LINENO: checking for $ac_header" >&5
13035     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
13036     if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13037 root 1.39 echo $ECHO_N "(cached) $ECHO_C" >&6
13038 root 1.34 fi
13039 ayin 1.108 ac_res=`eval echo '${'$as_ac_Header'}'`
13040     { echo "$as_me:$LINENO: result: $ac_res" >&5
13041     echo "${ECHO_T}$ac_res" >&6; }
13042 root 1.39 else
13043     # Is the header compilable?
13044 ayin 1.108 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
13045     echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
13046 root 1.39 cat >conftest.$ac_ext <<_ACEOF
13047     /* confdefs.h. */
13048 root 1.26 _ACEOF
13049 root 1.39 cat confdefs.h >>conftest.$ac_ext
13050     cat >>conftest.$ac_ext <<_ACEOF
13051     /* end confdefs.h. */
13052     $ac_includes_default
13053     #include <$ac_header>
13054 root 1.31 _ACEOF
13055 root 1.39 rm -f conftest.$ac_objext
13056 ayin 1.108 if { (ac_try="$ac_compile"
13057     case "(($ac_try" in
13058     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13059     *) ac_try_echo=$ac_try;;
13060     esac
13061     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13062     (eval "$ac_compile") 2>conftest.er1
13063 root 1.39 ac_status=$?
13064     grep -v '^ *+' conftest.er1 >conftest.err
13065     rm -f conftest.er1
13066     cat conftest.err >&5
13067     echo "$as_me:$LINENO: \$? = $ac_status" >&5
13068 ayin 1.108 (exit $ac_status); } && {
13069     test -z "$ac_cxx_werror_flag" ||
13070     test ! -s conftest.err
13071     } && test -s conftest.$ac_objext; then
13072 root 1.39 ac_header_compiler=yes
13073     else
13074     echo "$as_me: failed program was:" >&5
13075     sed 's/^/| /' conftest.$ac_ext >&5
13076 root 1.31
13077 ayin 1.108 ac_header_compiler=no
13078 root 1.31 fi
13079 ayin 1.108
13080     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13081     { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13082     echo "${ECHO_T}$ac_header_compiler" >&6; }
13083 pcg 1.24
13084 root 1.39 # Is the header present?
13085 ayin 1.108 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
13086     echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
13087 root 1.39 cat >conftest.$ac_ext <<_ACEOF
13088     /* confdefs.h. */
13089 pcg 1.24 _ACEOF
13090 root 1.39 cat confdefs.h >>conftest.$ac_ext
13091     cat >>conftest.$ac_ext <<_ACEOF
13092     /* end confdefs.h. */
13093     #include <$ac_header>
13094 pcg 1.11 _ACEOF
13095 ayin 1.108 if { (ac_try="$ac_cpp conftest.$ac_ext"
13096     case "(($ac_try" in
13097     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13098     *) ac_try_echo=$ac_try;;
13099     esac
13100     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13101     (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13102 root 1.39 ac_status=$?
13103     grep -v '^ *+' conftest.er1 >conftest.err
13104     rm -f conftest.er1
13105     cat conftest.err >&5
13106     echo "$as_me:$LINENO: \$? = $ac_status" >&5
13107 ayin 1.108 (exit $ac_status); } >/dev/null && {
13108     test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
13109     test ! -s conftest.err
13110     }; then
13111 root 1.39 ac_header_preproc=yes
13112     else
13113     echo "$as_me: failed program was:" >&5
13114     sed 's/^/| /' conftest.$ac_ext >&5
13115 pcg 1.1
13116 root 1.39 ac_header_preproc=no
13117 pcg 1.1 fi
13118 ayin 1.108
13119 root 1.39 rm -f conftest.err conftest.$ac_ext
13120 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13121     echo "${ECHO_T}$ac_header_preproc" >&6; }
13122 pcg 1.1
13123 root 1.39 # So? What about this header?
13124     case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
13125     yes:no: )
13126     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13127     echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13128     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
13129     echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
13130     ac_header_preproc=yes
13131     ;;
13132     no:yes:* )
13133     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13134     echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13135     { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13136     echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13137     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
13138     echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
13139     { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
13140     echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
13141     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13142     echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13143     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13144     echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13145 ayin 1.108
13146 root 1.39 ;;
13147     esac
13148 ayin 1.108 { echo "$as_me:$LINENO: checking for $ac_header" >&5
13149     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
13150     if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13151 root 1.39 echo $ECHO_N "(cached) $ECHO_C" >&6
13152     else
13153     eval "$as_ac_Header=\$ac_header_preproc"
13154 pcg 1.1 fi
13155 ayin 1.108 ac_res=`eval echo '${'$as_ac_Header'}'`
13156     { echo "$as_me:$LINENO: result: $ac_res" >&5
13157     echo "${ECHO_T}$ac_res" >&6; }
13158 pcg 1.1
13159     fi
13160 root 1.39 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13161     cat >>confdefs.h <<_ACEOF
13162     #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13163 pcg 1.11 _ACEOF
13164 pcg 1.1
13165 root 1.39 else
13166     support_xft=no
13167 pcg 1.1 fi
13168 pcg 1.11
13169 root 1.39 done
13170 pcg 1.1
13171 root 1.117 ac_save_LIBS="$LIBS"
13172     LIBS="$LIBS $X_LIBS"
13173 pcg 1.11
13174 ayin 1.108 { echo "$as_me:$LINENO: checking for XftDrawString32 in -lXft" >&5
13175     echo $ECHO_N "checking for XftDrawString32 in -lXft... $ECHO_C" >&6; }
13176 root 1.39 if test "${ac_cv_lib_Xft_XftDrawString32+set}" = set; then
13177     echo $ECHO_N "(cached) $ECHO_C" >&6
13178     else
13179     ac_check_lib_save_LIBS=$LIBS
13180     LIBS="-lXft $LIBS"
13181     cat >conftest.$ac_ext <<_ACEOF
13182     /* confdefs.h. */
13183     _ACEOF
13184     cat confdefs.h >>conftest.$ac_ext
13185     cat >>conftest.$ac_ext <<_ACEOF
13186     /* end confdefs.h. */
13187    
13188 ayin 1.108 /* Override any GCC internal prototype to avoid an error.
13189     Use char because int might match the return type of a GCC
13190     builtin and then its argument prototype would still apply. */
13191 root 1.39 #ifdef __cplusplus
13192     extern "C"
13193     #endif
13194     char XftDrawString32 ();
13195     int
13196     main ()
13197     {
13198 ayin 1.108 return XftDrawString32 ();
13199 root 1.39 ;
13200     return 0;
13201     }
13202     _ACEOF
13203     rm -f conftest.$ac_objext conftest$ac_exeext
13204 ayin 1.108 if { (ac_try="$ac_link"
13205     case "(($ac_try" in
13206     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13207     *) ac_try_echo=$ac_try;;
13208     esac
13209     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13210     (eval "$ac_link") 2>conftest.er1
13211 root 1.39 ac_status=$?
13212     grep -v '^ *+' conftest.er1 >conftest.err
13213     rm -f conftest.er1
13214     cat conftest.err >&5
13215     echo "$as_me:$LINENO: \$? = $ac_status" >&5
13216 ayin 1.108 (exit $ac_status); } && {
13217     test -z "$ac_cxx_werror_flag" ||
13218     test ! -s conftest.err
13219     } && test -s conftest$ac_exeext &&
13220     $as_test_x conftest$ac_exeext; then
13221 root 1.39 ac_cv_lib_Xft_XftDrawString32=yes
13222     else
13223     echo "$as_me: failed program was:" >&5
13224     sed 's/^/| /' conftest.$ac_ext >&5
13225    
13226 ayin 1.108 ac_cv_lib_Xft_XftDrawString32=no
13227 root 1.39 fi
13228 ayin 1.108
13229     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13230 root 1.39 conftest$ac_exeext conftest.$ac_ext
13231     LIBS=$ac_check_lib_save_LIBS
13232     fi
13233 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xft_XftDrawString32" >&5
13234     echo "${ECHO_T}$ac_cv_lib_Xft_XftDrawString32" >&6; }
13235 root 1.39 if test $ac_cv_lib_Xft_XftDrawString32 = yes; then
13236     cat >>confdefs.h <<_ACEOF
13237     #define HAVE_LIBXFT 1
13238     _ACEOF
13239    
13240     LIBS="-lXft $LIBS"
13241    
13242     else
13243     support_xft=no
13244     fi
13245    
13246 root 1.117 LIBS="$ac_save_LIBS"
13247 root 1.39
13248     if test x$support_xft = xyes; then
13249    
13250     cat >>confdefs.h <<\_ACEOF
13251     #define XFT 1
13252     _ACEOF
13253    
13254     fi
13255     fi
13256     if test x$support_styles = xyes; then
13257    
13258     cat >>confdefs.h <<\_ACEOF
13259     #define ENABLE_STYLES 1
13260     _ACEOF
13261    
13262     fi
13263     if test x$support_iso14755 = xyes; then
13264    
13265     cat >>confdefs.h <<\_ACEOF
13266     #define ISO_14755 1
13267     _ACEOF
13268    
13269     fi
13270     if test x$support_8bitctrls = xyes; then
13271    
13272     cat >>confdefs.h <<\_ACEOF
13273     #define EIGHT_BIT_CONTROLS 1
13274     _ACEOF
13275    
13276     fi
13277     if test x$support_fading = xyes; then
13278    
13279     cat >>confdefs.h <<\_ACEOF
13280     #define OFF_FOCUS_FADING 1
13281     _ACEOF
13282    
13283     fi
13284     if test x$support_inheritpixmap = xyes; then
13285    
13286     cat >>confdefs.h <<\_ACEOF
13287 root 1.105 #define ENABLE_TRANSPARENCY 1
13288 root 1.39 _ACEOF
13289    
13290     fi
13291     if test x$support_keepscrolling = xno; then
13292    
13293     cat >>confdefs.h <<\_ACEOF
13294     #define NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING 1
13295     _ACEOF
13296    
13297     fi
13298     if test x$support_selectionscrolling = xyes; then
13299    
13300     cat >>confdefs.h <<\_ACEOF
13301     #define SELECTION_SCROLLING 1
13302     _ACEOF
13303    
13304     fi
13305 ayin 1.111 if test x$support_frills = xyes; then
13306    
13307     cat >>confdefs.h <<\_ACEOF
13308     #define ENABLE_FRILLS 1
13309     _ACEOF
13310    
13311     fi
13312 pcg 1.1 if test x$support_mousewheel = xyes; then
13313 pcg 1.11
13314     cat >>confdefs.h <<\_ACEOF
13315 pcg 1.1 #define MOUSE_WHEEL 1
13316 pcg 1.11 _ACEOF
13317 pcg 1.1
13318     fi
13319     if test x$support_mouseslipwheel = xyes; then
13320 pcg 1.11
13321     cat >>confdefs.h <<\_ACEOF
13322 pcg 1.1 #define MOUSE_SLIP_WHEELING 1
13323 pcg 1.11 _ACEOF
13324 pcg 1.1
13325     fi
13326 ayin 1.110 if test x$support_afterimage = xyes; then
13327 pcg 1.11
13328     cat >>confdefs.h <<\_ACEOF
13329 ayin 1.110 #define HAVE_AFTERIMAGE 1
13330 pcg 1.11 _ACEOF
13331 pcg 1.1
13332 root 1.103
13333     cat >>confdefs.h <<\_ACEOF
13334 sasha 1.112 #define BG_IMAGE_FROM_FILE 1
13335 root 1.103 _ACEOF
13336    
13337     fi
13338    
13339    
13340 pcg 1.1 if test x$support_scroll_rxvt = xyes; then
13341 pcg 1.11
13342     cat >>confdefs.h <<\_ACEOF
13343 pcg 1.1 #define RXVT_SCROLLBAR 1
13344 pcg 1.11 _ACEOF
13345 pcg 1.1
13346     scrolltypes="rxvt"
13347     fi
13348     if test x$support_scroll_next = xyes; then
13349 pcg 1.11
13350     cat >>confdefs.h <<\_ACEOF
13351 pcg 1.1 #define NEXT_SCROLLBAR 1
13352 pcg 1.11 _ACEOF
13353 pcg 1.1
13354     scrolltypes="$scrolltypes next"
13355     fi
13356     if test x$support_scroll_xterm = xyes; then
13357 pcg 1.11
13358     cat >>confdefs.h <<\_ACEOF
13359 pcg 1.1 #define XTERM_SCROLLBAR 1
13360 pcg 1.11 _ACEOF
13361 pcg 1.1
13362     scrolltypes="$scrolltypes xterm"
13363     fi
13364 pcg 1.11 if test x$support_scroll_plain = xyes; then
13365    
13366     cat >>confdefs.h <<\_ACEOF
13367     #define PLAIN_SCROLLBAR 1
13368     _ACEOF
13369    
13370     scrolltypes="$scrolltypes plain"
13371     fi
13372 pcg 1.1 if test x$support_pointer_blank = xyes; then
13373 pcg 1.11
13374     cat >>confdefs.h <<\_ACEOF
13375 pcg 1.1 #define POINTER_BLANK 1
13376 pcg 1.11 _ACEOF
13377 pcg 1.1
13378     fi
13379 pcg 1.11 if test x$support_text_blink = xyes; then
13380    
13381     cat >>confdefs.h <<\_ACEOF
13382     #define TEXT_BLINK 1
13383     _ACEOF
13384 pcg 1.1
13385     fi
13386     if test x$support_unicode3 = xyes; then
13387 pcg 1.11
13388     cat >>confdefs.h <<\_ACEOF
13389 pcg 1.1 #define UNICODE_3 1
13390 pcg 1.11 _ACEOF
13391 pcg 1.1
13392     fi
13393 pcg 1.18 if test x$support_combining = xyes; then
13394    
13395     cat >>confdefs.h <<\_ACEOF
13396 pcg 1.20 #define ENABLE_COMBINING 1
13397 pcg 1.18 _ACEOF
13398    
13399     fi
13400 pcg 1.1 if test x$codesets = xall; then
13401 root 1.40 codesets=jp,jp-ext,kr,zh,zh-ext
13402 pcg 1.1 fi
13403 pcg 1.11
13404     cat >>confdefs.h <<\_ACEOF
13405 pcg 1.1 #define ENCODING_EU 1
13406 pcg 1.11 _ACEOF
13407 pcg 1.1
13408 pcg 1.13
13409 pcg 1.11 cat >>confdefs.h <<\_ACEOF
13410 pcg 1.1 #define ENCODING_VN 1
13411 pcg 1.11 _ACEOF
13412 pcg 1.13
13413 root 1.34 for codeset in `echo $codesets | tr "a-z,\\-" "A-Z _"`; do
13414 pcg 1.13 case "$codeset" in
13415 pcg 1.11 JP )
13416     cat >>confdefs.h <<\_ACEOF
13417 pcg 1.1 #define ENCODING_JP 1
13418 pcg 1.11 _ACEOF
13419 pcg 1.1 ;;
13420 pcg 1.11 JP_EXT )
13421     cat >>confdefs.h <<\_ACEOF
13422 pcg 1.1 #define ENCODING_JP_EXT 1
13423 pcg 1.11 _ACEOF
13424 pcg 1.1 ;;
13425 pcg 1.11 KR )
13426     cat >>confdefs.h <<\_ACEOF
13427 pcg 1.1 #define ENCODING_KR 1
13428 pcg 1.11 _ACEOF
13429 pcg 1.1 ;;
13430 root 1.40 ZH )
13431 pcg 1.11 cat >>confdefs.h <<\_ACEOF
13432 root 1.40 #define ENCODING_ZH 1
13433 pcg 1.11 _ACEOF
13434 pcg 1.1 ;;
13435 root 1.40 ZH_EXT )
13436 pcg 1.11 cat >>confdefs.h <<\_ACEOF
13437 root 1.40 #define ENCODING_ZH_EXT 1
13438 pcg 1.11 _ACEOF
13439 pcg 1.1 ;;
13440     esac
13441     done
13442    
13443 root 1.60 IF_PERL=\#
13444     if test x$support_perl = xyes; then
13445     # Extract the first word of "perl5", so it can be a program name with args.
13446     set dummy perl5; ac_word=$2
13447 ayin 1.108 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13448     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13449 root 1.60 if test "${ac_cv_path_PERL+set}" = set; then
13450     echo $ECHO_N "(cached) $ECHO_C" >&6
13451     else
13452     case $PERL in
13453     [\\/]* | ?:[\\/]*)
13454     ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
13455     ;;
13456     *)
13457     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13458     for as_dir in $PATH
13459     do
13460     IFS=$as_save_IFS
13461     test -z "$as_dir" && as_dir=.
13462     for ac_exec_ext in '' $ac_executable_extensions; do
13463 ayin 1.108 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13464 root 1.60 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
13465     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13466     break 2
13467     fi
13468     done
13469     done
13470 ayin 1.108 IFS=$as_save_IFS
13471 root 1.60
13472     ;;
13473     esac
13474     fi
13475     PERL=$ac_cv_path_PERL
13476     if test -n "$PERL"; then
13477 ayin 1.108 { echo "$as_me:$LINENO: result: $PERL" >&5
13478     echo "${ECHO_T}$PERL" >&6; }
13479 root 1.60 else
13480 ayin 1.108 { echo "$as_me:$LINENO: result: no" >&5
13481     echo "${ECHO_T}no" >&6; }
13482 root 1.60 fi
13483    
13484 ayin 1.108
13485 root 1.60 # Extract the first word of "perl", so it can be a program name with args.
13486     set dummy perl; ac_word=$2
13487 ayin 1.108 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13488     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13489 root 1.60 if test "${ac_cv_path_PERL+set}" = set; then
13490     echo $ECHO_N "(cached) $ECHO_C" >&6
13491     else
13492     case $PERL in
13493     [\\/]* | ?:[\\/]*)
13494     ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
13495     ;;
13496     *)
13497     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13498     for as_dir in $PATH
13499     do
13500     IFS=$as_save_IFS
13501     test -z "$as_dir" && as_dir=.
13502     for ac_exec_ext in '' $ac_executable_extensions; do
13503 ayin 1.108 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13504 root 1.60 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
13505     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13506     break 2
13507     fi
13508     done
13509     done
13510 ayin 1.108 IFS=$as_save_IFS
13511 root 1.60
13512     ;;
13513     esac
13514     fi
13515     PERL=$ac_cv_path_PERL
13516     if test -n "$PERL"; then
13517 ayin 1.108 { echo "$as_me:$LINENO: result: $PERL" >&5
13518     echo "${ECHO_T}$PERL" >&6; }
13519 root 1.60 else
13520 ayin 1.108 { echo "$as_me:$LINENO: result: no" >&5
13521     echo "${ECHO_T}no" >&6; }
13522 root 1.60 fi
13523    
13524    
13525 ayin 1.108
13526     { echo "$as_me:$LINENO: checking for $PERL suitability" >&5
13527     echo $ECHO_N "checking for $PERL suitability... $ECHO_C" >&6; }
13528 root 1.60 if $PERL -MExtUtils::Embed -e "use v5.8" >/dev/null 2>/dev/null; then
13529    
13530 root 1.62 save_CXXFLAGS="$CXXFLAGS"
13531     save_LIBS="$LIBS"
13532     CXXFLAGS="$CXXFLAGS `$PERL -MExtUtils::Embed -e ccopts`"
13533     LIBS="$LIBS `$PERL -MExtUtils::Embed -e ldopts`"
13534     cat >conftest.$ac_ext <<_ACEOF
13535     /* confdefs.h. */
13536     _ACEOF
13537     cat confdefs.h >>conftest.$ac_ext
13538     cat >>conftest.$ac_ext <<_ACEOF
13539     /* end confdefs.h. */
13540    
13541     #include <EXTERN.h>
13542     #include <perl.h>
13543     #include <XSUB.h>
13544    
13545     int
13546     main ()
13547     {
13548    
13549     PerlInterpreter *perl = perl_alloc ();
13550    
13551     ;
13552     return 0;
13553     }
13554     _ACEOF
13555     rm -f conftest.$ac_objext conftest$ac_exeext
13556 ayin 1.108 if { (ac_try="$ac_link"
13557     case "(($ac_try" in
13558     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13559     *) ac_try_echo=$ac_try;;
13560     esac
13561     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13562     (eval "$ac_link") 2>conftest.er1
13563 root 1.62 ac_status=$?
13564     grep -v '^ *+' conftest.er1 >conftest.err
13565     rm -f conftest.er1
13566     cat conftest.err >&5
13567     echo "$as_me:$LINENO: \$? = $ac_status" >&5
13568 ayin 1.108 (exit $ac_status); } && {
13569     test -z "$ac_cxx_werror_flag" ||
13570     test ! -s conftest.err
13571     } && test -s conftest$ac_exeext &&
13572     $as_test_x conftest$ac_exeext; then
13573 root 1.62 rxvt_perl_link=yes
13574     else
13575     echo "$as_me: failed program was:" >&5
13576     sed 's/^/| /' conftest.$ac_ext >&5
13577    
13578 ayin 1.108 rxvt_perl_link=no
13579 root 1.62 fi
13580 ayin 1.108
13581     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13582 root 1.62 conftest$ac_exeext conftest.$ac_ext
13583     CXXFLAGS="$save_CXXFLAGS"
13584     LIBS="$save_LIBS"
13585    
13586     if test x$rxvt_perl_link = xyes; then
13587 ayin 1.108 { echo "$as_me:$LINENO: result: ok" >&5
13588     echo "${ECHO_T}ok" >&6; }
13589 root 1.62
13590 root 1.60 cat >>confdefs.h <<\_ACEOF
13591     #define ENABLE_PERL 1
13592     _ACEOF
13593    
13594 root 1.62 IF_PERL=
13595     PERL_O=rxvtperl.o
13596     PERLFLAGS="`$PERL -MExtUtils::Embed -e ccopts`"
13597     PERLLIB="`$PERL -MExtUtils::Embed -e ldopts`"
13598     PERLPRIVLIBEXP="`$PERL -MConfig -e 'print $Config{privlibexp}'`"
13599     else
13600 root 1.77 { { echo "$as_me:$LINENO: error: no, unable to link" >&5
13601     echo "$as_me: error: no, unable to link" >&2;}
13602     { (exit 1); exit 1; }; }
13603 root 1.62 fi
13604 root 1.60 else
13605 root 1.77 { { echo "$as_me:$LINENO: error: no working perl found, or perl not version >= 5.8" >&5
13606     echo "$as_me: error: no working perl found, or perl not version >= 5.8" >&2;}
13607     { (exit 1); exit 1; }; }
13608 root 1.60 fi
13609     fi
13610    
13611    
13612    
13613    
13614    
13615    
13616    
13617 pcg 1.1
13618    
13619    
13620    
13621    
13622    
13623    
13624    
13625    
13626    
13627 root 1.103
13628    
13629 pcg 1.1 test "$program_prefix" != NONE &&
13630 ayin 1.108 program_transform_name="s&^&$program_prefix&;$program_transform_name"
13631 pcg 1.1 # Use a double $ so make ignores it.
13632     test "$program_suffix" != NONE &&
13633 ayin 1.108 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
13634 pcg 1.11 # Double any \ or $. echo might interpret backslashes.
13635     # By default was `s,x,x', remove it if useless.
13636     cat <<\_ACEOF >conftest.sed
13637     s/[\\$]/&&/g;s/;s,x,x,$//
13638     _ACEOF
13639     program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
13640 ayin 1.108 rm -f conftest.sed
13641 pcg 1.1
13642    
13643    
13644    
13645    
13646     if test "$ac_cv_header_stdint_h" = "yes" -o "$notset" = "dontmatch"; then
13647     include_stdint_h="#include <stdint.h>"
13648     else
13649     include_stdint_h="/* #include <stdint.h> */"
13650 pcg 1.11 fi
13651 pcg 1.1 if test "$ac_cv_header_stdarg_h" = "yes" -o "$notset" = "dontmatch"; then
13652 pcg 1.18 include_stdarg_h="#include <cstdarg>"
13653 pcg 1.1 else
13654 pcg 1.18 include_stdarg_h="/* #include <cstdarg> */"
13655 pcg 1.11 fi
13656 pcg 1.1 if test "$ac_cv_header_stdlib_h" = "yes" -o "$notset" = "dontmatch"; then
13657 pcg 1.18 include_stdlib_h="#include <cstdlib>"
13658 pcg 1.1 else
13659 pcg 1.18 include_stdlib_h="/* #include <cstdlib> */"
13660 pcg 1.11 fi
13661 pcg 1.1 if test "$ac_cv_header_unistd_h" = "yes" -o "$notset" = "dontmatch"; then
13662     include_unistd_h="#include <unistd.h>"
13663     else
13664     include_unistd_h="/* #include <unistd.h> */"
13665 pcg 1.11 fi
13666 pcg 1.1 if test "$ac_cv_header_string_h" = "yes" -o "$notset" = "dontmatch"; then
13667 pcg 1.18 include_string_h="#include <cstring>"
13668 pcg 1.1 else
13669 pcg 1.18 include_string_h="/* #include <cstring> */"
13670 pcg 1.11 fi
13671 pcg 1.1 if test "$ac_cv_header_fcntl_h" = "yes" -o "$notset" = "dontmatch"; then
13672     include_fcntl_h="#include <fcntl.h>"
13673     else
13674     include_fcntl_h="/* #include <fcntl.h> */"
13675 pcg 1.11 fi
13676 pcg 1.1 if test "$ac_cv_header_util_h" = "yes" -o "$notset" = "dontmatch"; then
13677     include_util_h="#include <util.h>"
13678     else
13679     include_util_h="/* #include <util.h> */"
13680 pcg 1.11 fi
13681 pcg 1.1 if test "$ac_cv_header_assert_h" = "yes" -o "$notset" = "dontmatch"; then
13682     include_assert_h="#include <assert.h>"
13683     else
13684     include_assert_h="/* #include <assert.h> */"
13685 pcg 1.11 fi
13686 pcg 1.1 if test "$rxvt_cv_header_sysioctl" = "yes" -o "$notset" = "dontmatch"; then
13687     include_sys_ioctl_h="#include <sys/ioctl.h>"
13688     else
13689     include_sys_ioctl_h="/* #include <sys/ioctl.h> */"
13690 pcg 1.11 fi
13691 pcg 1.1 if test "$ac_cv_header_sys_select_h" = "yes" -o "$notset" = "dontmatch"; then
13692     include_sys_select_h="#include <sys/select.h>"
13693     else
13694     include_sys_select_h="/* #include <sys/select.h> */"
13695 pcg 1.11 fi
13696 pcg 1.1 if test "$ac_cv_header_sys_strredir_h" = "yes" -o "$notset" = "dontmatch"; then
13697     include_sys_strredir_h="#include <sys/strredir.h>"
13698     else
13699     include_sys_strredir_h="/* #include <sys/strredir.h> */"
13700 pcg 1.11 fi
13701 pcg 1.1 if test "$ac_cv_header_sys_time_h" = "yes" -o "$notset" = "dontmatch"; then
13702     include_sys_time_h="#include <sys/time.h>"
13703     else
13704     include_sys_time_h="/* #include <sys/time.h> */"
13705 pcg 1.11 fi
13706 pcg 1.1 if test "$ac_cv_header_sys_time_h" = "no" -o "$ac_cv_header_time" = "yes"; then
13707     include_time_h="#include <time.h>"
13708     else
13709     include_time_h="/* #include <time.h> */"
13710 pcg 1.11 fi
13711 pcg 1.1
13712 ayin 1.108 ac_config_files="$ac_config_files Makefile doc/Makefile src/Makefile src/rxvtlib.h"
13713 root 1.32
13714 pcg 1.11 cat >confcache <<\_ACEOF
13715 pcg 1.1 # This file is a shell script that caches the results of configure
13716     # tests run on this system so they can be shared between configure
13717 pcg 1.11 # scripts and configure runs, see configure's option --config-cache.
13718     # It is not useful on other systems. If it contains results you don't
13719     # want to keep, you may remove or edit it.
13720 pcg 1.1 #
13721 pcg 1.11 # config.status only pays attention to the cache file if you give it
13722     # the --recheck option to rerun configure.
13723 pcg 1.1 #
13724 pcg 1.11 # `ac_cv_env_foo' variables (set or unset) will be overridden when
13725     # loading this file, other *unset* `ac_cv_foo' will be assigned the
13726     # following values.
13727    
13728     _ACEOF
13729    
13730 pcg 1.1 # The following way of writing the cache mishandles newlines in values,
13731     # but we know of no workaround that is simple, portable, and efficient.
13732 ayin 1.108 # So, we kill variables containing newlines.
13733 pcg 1.1 # Ultrix sh set writes to stderr and can't be redirected directly,
13734     # and sets the high bit in the cache file unless we assign to the vars.
13735 ayin 1.108 (
13736     for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
13737     eval ac_val=\$$ac_var
13738     case $ac_val in #(
13739     *${as_nl}*)
13740     case $ac_var in #(
13741     *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
13742     echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
13743     esac
13744     case $ac_var in #(
13745     _ | IFS | as_nl) ;; #(
13746     *) $as_unset $ac_var ;;
13747     esac ;;
13748     esac
13749     done
13750    
13751 pcg 1.11 (set) 2>&1 |
13752 ayin 1.108 case $as_nl`(ac_space=' '; set) 2>&1` in #(
13753     *${as_nl}ac_space=\ *)
13754 pcg 1.11 # `set' does not quote correctly, so add quotes (double-quote
13755     # substitution turns \\\\ into \\, and sed turns \\ into \).
13756     sed -n \
13757     "s/'/'\\\\''/g;
13758     s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
13759 ayin 1.108 ;; #(
13760 pcg 1.11 *)
13761     # `set' quotes correctly as required by POSIX, so do not add quotes.
13762 ayin 1.108 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
13763 pcg 1.11 ;;
13764 ayin 1.108 esac |
13765     sort
13766     ) |
13767 pcg 1.11 sed '
13768 ayin 1.108 /^ac_cv_env_/b end
13769 pcg 1.11 t clear
13770 ayin 1.108 :clear
13771 pcg 1.11 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
13772     t end
13773 ayin 1.108 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
13774     :end' >>confcache
13775     if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
13776     if test -w "$cache_file"; then
13777     test "x$cache_file" != "x/dev/null" &&
13778     { echo "$as_me:$LINENO: updating cache $cache_file" >&5
13779     echo "$as_me: updating cache $cache_file" >&6;}
13780 pcg 1.11 cat confcache >$cache_file
13781 pcg 1.1 else
13782 ayin 1.108 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
13783     echo "$as_me: not updating unwritable cache $cache_file" >&6;}
13784 pcg 1.1 fi
13785     fi
13786     rm -f confcache
13787    
13788     test "x$prefix" = xNONE && prefix=$ac_default_prefix
13789     # Let make expand exec_prefix.
13790     test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
13791    
13792 pcg 1.11 DEFS=-DHAVE_CONFIG_H
13793    
13794     ac_libobjs=
13795     ac_ltlibobjs=
13796     for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
13797     # 1. Remove the extension, and $U if already installed.
13798 ayin 1.108 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
13799     ac_i=`echo "$ac_i" | sed "$ac_script"`
13800     # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
13801     # will be set to the directory where LIBOBJS objects are built.
13802     ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
13803     ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
13804 pcg 1.11 done
13805     LIBOBJS=$ac_libobjs
13806    
13807     LTLIBOBJS=$ac_ltlibobjs
13808    
13809 pcg 1.1
13810    
13811     : ${CONFIG_STATUS=./config.status}
13812 pcg 1.11 ac_clean_files_save=$ac_clean_files
13813     ac_clean_files="$ac_clean_files $CONFIG_STATUS"
13814     { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
13815     echo "$as_me: creating $CONFIG_STATUS" >&6;}
13816     cat >$CONFIG_STATUS <<_ACEOF
13817     #! $SHELL
13818     # Generated by $as_me.
13819 pcg 1.1 # Run this file to recreate the current configuration.
13820     # Compiler output produced by configure, useful for debugging
13821 pcg 1.11 # configure, is in config.log if it exists.
13822    
13823     debug=false
13824     ac_cs_recheck=false
13825     ac_cs_silent=false
13826     SHELL=\${CONFIG_SHELL-$SHELL}
13827     _ACEOF
13828    
13829     cat >>$CONFIG_STATUS <<\_ACEOF
13830     ## --------------------- ##
13831     ## M4sh Initialization. ##
13832     ## --------------------- ##
13833    
13834 ayin 1.108 # Be more Bourne compatible
13835     DUALCASE=1; export DUALCASE # for MKS sh
13836 pcg 1.11 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
13837     emulate sh
13838     NULLCMD=:
13839     # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
13840     # is contrary to our usage. Disable this feature.
13841     alias -g '${1+"$@"}'='"$@"'
13842 ayin 1.108 setopt NO_GLOB_SUBST
13843     else
13844     case `(set -o) 2>/dev/null` in
13845     *posix*) set -o posix ;;
13846     esac
13847    
13848     fi
13849    
13850    
13851    
13852    
13853     # PATH needs CR
13854     # Avoid depending upon Character Ranges.
13855     as_cr_letters='abcdefghijklmnopqrstuvwxyz'
13856     as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
13857     as_cr_Letters=$as_cr_letters$as_cr_LETTERS
13858     as_cr_digits='0123456789'
13859     as_cr_alnum=$as_cr_Letters$as_cr_digits
13860    
13861     # The user is always right.
13862     if test "${PATH_SEPARATOR+set}" != set; then
13863     echo "#! /bin/sh" >conf$$.sh
13864     echo "exit 0" >>conf$$.sh
13865     chmod +x conf$$.sh
13866     if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13867     PATH_SEPARATOR=';'
13868     else
13869     PATH_SEPARATOR=:
13870     fi
13871     rm -f conf$$.sh
13872 ayin 1.106 fi
13873    
13874     # Support unset when possible.
13875     if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
13876     as_unset=unset
13877 root 1.105 else
13878 ayin 1.106 as_unset=false
13879 pcg 1.11 fi
13880    
13881    
13882 ayin 1.108 # IFS
13883     # We need space, tab and new line, in precisely that order. Quoting is
13884     # there to prevent editors from complaining about space-tab.
13885     # (If _AS_PATH_WALK were called with IFS unset, it would disable word
13886     # splitting by setting IFS to empty value.)
13887     as_nl='
13888     '
13889     IFS=" "" $as_nl"
13890    
13891     # Find who we are. Look in the path if we contain no directory separator.
13892     case $0 in
13893     *[\\/]* ) as_myself=$0 ;;
13894     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13895     for as_dir in $PATH
13896     do
13897     IFS=$as_save_IFS
13898     test -z "$as_dir" && as_dir=.
13899     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
13900     done
13901     IFS=$as_save_IFS
13902    
13903     ;;
13904     esac
13905     # We did not find ourselves, most probably we were run as `sh COMMAND'
13906     # in which case we are not to be found in the path.
13907     if test "x$as_myself" = x; then
13908     as_myself=$0
13909     fi
13910     if test ! -f "$as_myself"; then
13911     echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
13912     { (exit 1); exit 1; }
13913     fi
13914    
13915 ayin 1.106 # Work around bugs in pre-3.0 UWIN ksh.
13916 ayin 1.108 for as_var in ENV MAIL MAILPATH
13917     do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
13918     done
13919 ayin 1.106 PS1='$ '
13920     PS2='> '
13921 root 1.105 PS4='+ '
13922    
13923     # NLS nuisances.
13924     for as_var in \
13925     LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
13926     LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
13927     LC_TELEPHONE LC_TIME
13928     do
13929     if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
13930     eval $as_var=C; export $as_var
13931     else
13932 ayin 1.108 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
13933 ayin 1.104 fi
13934 root 1.105 done
13935    
13936     # Required to use basename.
13937 ayin 1.108 if expr a : '\(a\)' >/dev/null 2>&1 &&
13938     test "X`expr 00001 : '.*\(...\)'`" = X001; then
13939 root 1.105 as_expr=expr
13940     else
13941     as_expr=false
13942     fi
13943    
13944 ayin 1.108 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
13945 root 1.105 as_basename=basename
13946     else
13947     as_basename=false
13948     fi
13949    
13950    
13951     # Name of the executable.
13952 ayin 1.108 as_me=`$as_basename -- "$0" ||
13953 root 1.105 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
13954     X"$0" : 'X\(//\)$' \| \
13955 ayin 1.108 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
13956 root 1.105 echo X/"$0" |
13957 ayin 1.108 sed '/^.*\/\([^/][^/]*\)\/*$/{
13958     s//\1/
13959     q
13960     }
13961     /^X\/\(\/\/\)$/{
13962     s//\1/
13963     q
13964     }
13965     /^X\/\(\/\).*/{
13966     s//\1/
13967     q
13968     }
13969     s/.*/./; q'`
13970    
13971     # CDPATH.
13972     $as_unset CDPATH
13973 root 1.105
13974    
13975 ayin 1.108
13976     as_lineno_1=$LINENO
13977     as_lineno_2=$LINENO
13978     test "x$as_lineno_1" != "x$as_lineno_2" &&
13979     test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
13980 pcg 1.11
13981     # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
13982     # uniformly replaced by the line number. The first 'sed' inserts a
13983 ayin 1.108 # line-number line after each line using $LINENO; the second 'sed'
13984     # does the real work. The second script uses 'N' to pair each
13985     # line-number line with the line containing $LINENO, and appends
13986     # trailing '-' during substitution so that $LINENO is not a special
13987     # case at line end.
13988 pcg 1.11 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
13989 ayin 1.108 # scripts with optimization help from Paolo Bonzini. Blame Lee
13990     # E. McMahon (1931-1989) for sed's syntax. :-)
13991     sed -n '
13992     p
13993     /[$]LINENO/=
13994     ' <$as_myself |
13995 pcg 1.11 sed '
13996 ayin 1.108 s/[$]LINENO.*/&-/
13997     t lineno
13998     b
13999     :lineno
14000 pcg 1.11 N
14001 ayin 1.108 :loop
14002     s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
14003 pcg 1.11 t loop
14004 ayin 1.108 s/-\n.*//
14005 pcg 1.11 ' >$as_me.lineno &&
14006 ayin 1.108 chmod +x "$as_me.lineno" ||
14007     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
14008 pcg 1.11 { (exit 1); exit 1; }; }
14009    
14010     # Don't try to exec as it changes $[0], causing all sort of problems
14011     # (the dirname of $[0] is not the place where we might find the
14012 ayin 1.108 # original and so on. Autoconf is especially sensitive to this).
14013     . "./$as_me.lineno"
14014 pcg 1.11 # Exit status is that of the last command.
14015     exit
14016     }
14017    
14018    
14019 ayin 1.108 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14020     as_dirname=dirname
14021     else
14022     as_dirname=false
14023     fi
14024    
14025     ECHO_C= ECHO_N= ECHO_T=
14026     case `echo -n x` in
14027     -n*)
14028     case `echo 'x\c'` in
14029     *c*) ECHO_T=' ';; # ECHO_T is single tab character.
14030     *) ECHO_C='\c';;
14031     esac;;
14032     *)
14033     ECHO_N='-n';;
14034 pcg 1.11 esac
14035    
14036 ayin 1.108 if expr a : '\(a\)' >/dev/null 2>&1 &&
14037     test "X`expr 00001 : '.*\(...\)'`" = X001; then
14038 pcg 1.11 as_expr=expr
14039     else
14040     as_expr=false
14041     fi
14042    
14043     rm -f conf$$ conf$$.exe conf$$.file
14044 ayin 1.108 if test -d conf$$.dir; then
14045     rm -f conf$$.dir/conf$$.file
14046     else
14047     rm -f conf$$.dir
14048     mkdir conf$$.dir
14049     fi
14050 pcg 1.11 echo >conf$$.file
14051     if ln -s conf$$.file conf$$ 2>/dev/null; then
14052 ayin 1.108 as_ln_s='ln -s'
14053     # ... but there are two gotchas:
14054     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14055     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14056     # In both cases, we have to default to `cp -p'.
14057     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14058 pcg 1.11 as_ln_s='cp -p'
14059     elif ln conf$$.file conf$$ 2>/dev/null; then
14060     as_ln_s=ln
14061     else
14062     as_ln_s='cp -p'
14063     fi
14064 ayin 1.108 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14065     rmdir conf$$.dir 2>/dev/null
14066 pcg 1.11
14067     if mkdir -p . 2>/dev/null; then
14068     as_mkdir_p=:
14069     else
14070     test -d ./-p && rmdir ./-p
14071     as_mkdir_p=false
14072     fi
14073    
14074 ayin 1.108 if test -x / >/dev/null 2>&1; then
14075     as_test_x='test -x'
14076     else
14077     if ls -dL / >/dev/null 2>&1; then
14078     as_ls_L_option=L
14079     else
14080     as_ls_L_option=
14081     fi
14082     as_test_x='
14083     eval sh -c '\''
14084     if test -d "$1"; then
14085     test -d "$1/.";
14086     else
14087     case $1 in
14088     -*)set "./$1";;
14089     esac;
14090     case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
14091     ???[sx]*):;;*)false;;esac;fi
14092     '\'' sh
14093     '
14094     fi
14095     as_executable_p=$as_test_x
14096 pcg 1.11
14097     # Sed expression to map a string onto a valid CPP name.
14098     as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14099    
14100     # Sed expression to map a string onto a valid variable name.
14101     as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14102    
14103    
14104     exec 6>&1
14105    
14106 ayin 1.108 # Save the log message, to keep $[0] and so on meaningful, and to
14107 pcg 1.11 # report actual input values of CONFIG_FILES etc. instead of their
14108 ayin 1.108 # values after options handling.
14109     ac_log="
14110 pcg 1.11 This file was extended by $as_me, which was
14111 ayin 1.108 generated by GNU Autoconf 2.61. Invocation command line was
14112 pcg 1.11
14113     CONFIG_FILES = $CONFIG_FILES
14114     CONFIG_HEADERS = $CONFIG_HEADERS
14115     CONFIG_LINKS = $CONFIG_LINKS
14116     CONFIG_COMMANDS = $CONFIG_COMMANDS
14117     $ $0 $@
14118    
14119 ayin 1.108 on `(hostname || uname -n) 2>/dev/null | sed 1q`
14120     "
14121    
14122 pcg 1.11 _ACEOF
14123    
14124 ayin 1.108 cat >>$CONFIG_STATUS <<_ACEOF
14125 pcg 1.11 # Files that config.status was made for.
14126 ayin 1.108 config_files="$ac_config_files"
14127     config_headers="$ac_config_headers"
14128 ayin 1.106
14129 ayin 1.108 _ACEOF
14130 pcg 1.11
14131     cat >>$CONFIG_STATUS <<\_ACEOF
14132     ac_cs_usage="\
14133     \`$as_me' instantiates files from templates according to the
14134     current configuration.
14135    
14136     Usage: $0 [OPTIONS] [FILE]...
14137    
14138     -h, --help print this help, then exit
14139 ayin 1.108 -V, --version print version number and configuration settings, then exit
14140 pcg 1.11 -q, --quiet do not print progress messages
14141     -d, --debug don't remove temporary files
14142     --recheck update $as_me by reconfiguring in the same conditions
14143     --file=FILE[:TEMPLATE]
14144     instantiate the configuration file FILE
14145     --header=FILE[:TEMPLATE]
14146     instantiate the configuration header FILE
14147    
14148     Configuration files:
14149     $config_files
14150    
14151     Configuration headers:
14152     $config_headers
14153    
14154     Report bugs to <bug-autoconf@gnu.org>."
14155 ayin 1.108
14156 ayin 1.106 _ACEOF
14157 pcg 1.11 cat >>$CONFIG_STATUS <<_ACEOF
14158     ac_cs_version="\\
14159     config.status
14160 ayin 1.108 configured by $0, generated by GNU Autoconf 2.61,
14161     with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
14162 pcg 1.11
14163 ayin 1.108 Copyright (C) 2006 Free Software Foundation, Inc.
14164 pcg 1.11 This config.status script is free software; the Free Software Foundation
14165     gives unlimited permission to copy, distribute and modify it."
14166 ayin 1.108
14167     ac_pwd='$ac_pwd'
14168     srcdir='$srcdir'
14169     INSTALL='$INSTALL'
14170 pcg 1.11 _ACEOF
14171    
14172     cat >>$CONFIG_STATUS <<\_ACEOF
14173     # If no file are specified by the user, then we need to provide default
14174     # value. By we need to know if files were specified by the user.
14175     ac_need_defaults=:
14176     while test $# != 0
14177 pcg 1.1 do
14178 pcg 1.11 case $1 in
14179     --*=*)
14180 ayin 1.108 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14181     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
14182 pcg 1.11 ac_shift=:
14183     ;;
14184 ayin 1.108 *)
14185 pcg 1.11 ac_option=$1
14186     ac_optarg=$2
14187     ac_shift=shift
14188     ;;
14189     esac
14190    
14191     case $ac_option in
14192     # Handling of the options.
14193 pcg 1.1 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
14194 pcg 1.11 ac_cs_recheck=: ;;
14195 ayin 1.108 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14196     echo "$ac_cs_version"; exit ;;
14197     --debug | --debu | --deb | --de | --d | -d )
14198 pcg 1.11 debug=: ;;
14199     --file | --fil | --fi | --f )
14200     $ac_shift
14201     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
14202     ac_need_defaults=false;;
14203     --header | --heade | --head | --hea )
14204     $ac_shift
14205     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
14206     ac_need_defaults=false;;
14207 ayin 1.108 --he | --h)
14208     # Conflict between --help and --header
14209     { echo "$as_me: error: ambiguous option: $1
14210     Try \`$0 --help' for more information." >&2
14211     { (exit 1); exit 1; }; };;
14212     --help | --hel | -h )
14213     echo "$ac_cs_usage"; exit ;;
14214 pcg 1.11 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14215     | -silent | --silent | --silen | --sile | --sil | --si | --s)
14216     ac_cs_silent=: ;;
14217    
14218     # This is an error.
14219 ayin 1.108 -*) { echo "$as_me: error: unrecognized option: $1
14220     Try \`$0 --help' for more information." >&2
14221 pcg 1.11 { (exit 1); exit 1; }; } ;;
14222    
14223 ayin 1.108 *) ac_config_targets="$ac_config_targets $1"
14224     ac_need_defaults=false ;;
14225 pcg 1.11
14226     esac
14227     shift
14228     done
14229    
14230     ac_configure_extra_args=
14231    
14232     if $ac_cs_silent; then
14233     exec 6>/dev/null
14234     ac_configure_extra_args="$ac_configure_extra_args --silent"
14235     fi
14236    
14237     _ACEOF
14238     cat >>$CONFIG_STATUS <<_ACEOF
14239     if \$ac_cs_recheck; then
14240 ayin 1.108 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
14241     CONFIG_SHELL=$SHELL
14242     export CONFIG_SHELL
14243     exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14244 pcg 1.11 fi
14245    
14246     _ACEOF
14247 ayin 1.108 cat >>$CONFIG_STATUS <<\_ACEOF
14248     exec 5>>config.log
14249     {
14250     echo
14251     sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14252     ## Running $as_me. ##
14253     _ASBOX
14254     echo "$ac_log"
14255     } >&5
14256 pcg 1.11
14257 ayin 1.108 _ACEOF
14258     cat >>$CONFIG_STATUS <<_ACEOF
14259     _ACEOF
14260 ayin 1.106
14261 ayin 1.108 cat >>$CONFIG_STATUS <<\_ACEOF
14262 ayin 1.106
14263 ayin 1.108 # Handling of arguments.
14264 pcg 1.11 for ac_config_target in $ac_config_targets
14265     do
14266 ayin 1.108 case $ac_config_target in
14267     "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.h.in" ;;
14268     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
14269     "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
14270     "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
14271     "src/rxvtlib.h") CONFIG_FILES="$CONFIG_FILES src/rxvtlib.h" ;;
14272    
14273 pcg 1.11 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
14274     echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
14275     { (exit 1); exit 1; }; };;
14276 pcg 1.1 esac
14277     done
14278    
14279 ayin 1.108
14280 pcg 1.11 # If the user did not use the arguments to specify the items to instantiate,
14281     # then the envvar interface is used. Set only those that are not.
14282     # We use the long form for the default assignment because of an extremely
14283     # bizarre bug on SunOS 4.1.3.
14284     if $ac_need_defaults; then
14285     test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14286     test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
14287     fi
14288    
14289     # Have a temporary directory for convenience. Make it in the build tree
14290 ayin 1.108 # simply because there is no reason against having it here, and in addition,
14291 pcg 1.11 # creating and moving files from /tmp can sometimes cause problems.
14292 ayin 1.108 # Hook for its removal unless debugging.
14293     # Note that there is a small window in which the directory will not be cleaned:
14294     # after its creation but before its name has been assigned to `$tmp'.
14295 pcg 1.11 $debug ||
14296     {
14297 ayin 1.108 tmp=
14298     trap 'exit_status=$?
14299     { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
14300     ' 0
14301 pcg 1.11 trap '{ (exit 1); exit 1; }' 1 2 13 15
14302     }
14303     # Create a (secure) tmp directory for tmp files.
14304    
14305     {
14306 ayin 1.108 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
14307 pcg 1.11 test -n "$tmp" && test -d "$tmp"
14308     } ||
14309     {
14310 ayin 1.108 tmp=./conf$$-$RANDOM
14311     (umask 077 && mkdir "$tmp")
14312 pcg 1.11 } ||
14313     {
14314     echo "$me: cannot create a temporary directory in ." >&2
14315     { (exit 1); exit 1; }
14316     }
14317    
14318 ayin 1.108 #
14319     # Set up the sed scripts for CONFIG_FILES section.
14320     #
14321    
14322     # No need to generate the scripts if there are no CONFIG_FILES.
14323     # This happens for instance when ./config.status config.h
14324     if test -n "$CONFIG_FILES"; then
14325    
14326 ayin 1.106 _ACEOF
14327    
14328 ayin 1.108
14329    
14330     ac_delim='%!_!# '
14331     for ac_last_try in false false false false false :; do
14332     cat >conf$$subs.sed <<_ACEOF
14333     SHELL!$SHELL$ac_delim
14334     PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
14335     PACKAGE_NAME!$PACKAGE_NAME$ac_delim
14336     PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
14337     PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
14338     PACKAGE_STRING!$PACKAGE_STRING$ac_delim
14339     PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
14340     exec_prefix!$exec_prefix$ac_delim
14341     prefix!$prefix$ac_delim
14342     program_transform_name!$program_transform_name$ac_delim
14343     bindir!$bindir$ac_delim
14344     sbindir!$sbindir$ac_delim
14345     libexecdir!$libexecdir$ac_delim
14346     datarootdir!$datarootdir$ac_delim
14347     datadir!$datadir$ac_delim
14348     sysconfdir!$sysconfdir$ac_delim
14349     sharedstatedir!$sharedstatedir$ac_delim
14350     localstatedir!$localstatedir$ac_delim
14351     includedir!$includedir$ac_delim
14352     oldincludedir!$oldincludedir$ac_delim
14353     docdir!$docdir$ac_delim
14354     infodir!$infodir$ac_delim
14355     htmldir!$htmldir$ac_delim
14356     dvidir!$dvidir$ac_delim
14357     pdfdir!$pdfdir$ac_delim
14358     psdir!$psdir$ac_delim
14359     libdir!$libdir$ac_delim
14360     localedir!$localedir$ac_delim
14361     mandir!$mandir$ac_delim
14362     DEFS!$DEFS$ac_delim
14363     ECHO_C!$ECHO_C$ac_delim
14364     ECHO_N!$ECHO_N$ac_delim
14365     ECHO_T!$ECHO_T$ac_delim
14366     LIBS!$LIBS$ac_delim
14367     build_alias!$build_alias$ac_delim
14368     host_alias!$host_alias$ac_delim
14369     target_alias!$target_alias$ac_delim
14370     build!$build$ac_delim
14371     build_cpu!$build_cpu$ac_delim
14372     build_vendor!$build_vendor$ac_delim
14373     build_os!$build_os$ac_delim
14374     host!$host$ac_delim
14375     host_cpu!$host_cpu$ac_delim
14376     host_vendor!$host_vendor$ac_delim
14377     host_os!$host_os$ac_delim
14378     VERSION!$VERSION$ac_delim
14379     DATE!$DATE$ac_delim
14380     LSMDATE!$LSMDATE$ac_delim
14381     LIBVERSION!$LIBVERSION$ac_delim
14382     CC!$CC$ac_delim
14383     CFLAGS!$CFLAGS$ac_delim
14384     LDFLAGS!$LDFLAGS$ac_delim
14385     CPPFLAGS!$CPPFLAGS$ac_delim
14386     ac_ct_CC!$ac_ct_CC$ac_delim
14387     EXEEXT!$EXEEXT$ac_delim
14388     OBJEXT!$OBJEXT$ac_delim
14389     CXX!$CXX$ac_delim
14390     CXXFLAGS!$CXXFLAGS$ac_delim
14391     ac_ct_CXX!$ac_ct_CXX$ac_delim
14392     CPP!$CPP$ac_delim
14393     INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
14394     INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
14395     INSTALL_DATA!$INSTALL_DATA$ac_delim
14396     GREP!$GREP$ac_delim
14397     EGREP!$EGREP$ac_delim
14398     LINKER!$LINKER$ac_delim
14399     INSTALL_LIBRXVT!$INSTALL_LIBRXVT$ac_delim
14400     RXVTNAME!$RXVTNAME$ac_delim
14401 root 1.116 CXXCPP!$CXXCPP$ac_delim
14402 ayin 1.108 TIC!$TIC$ac_delim
14403     XMKMF!$XMKMF$ac_delim
14404     X_CFLAGS!$X_CFLAGS$ac_delim
14405     X_PRE_LIBS!$X_PRE_LIBS$ac_delim
14406     X_LIBS!$X_LIBS$ac_delim
14407     X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
14408     afterimage_config!$afterimage_config$ac_delim
14409     rxvt_int16_typedef!$rxvt_int16_typedef$ac_delim
14410     rxvt_uint16_typedef!$rxvt_uint16_typedef$ac_delim
14411     rxvt_int32_typedef!$rxvt_int32_typedef$ac_delim
14412     rxvt_uint32_typedef!$rxvt_uint32_typedef$ac_delim
14413     rxvt_intp_define!$rxvt_intp_define$ac_delim
14414     rxvt_u_intp_define!$rxvt_u_intp_define$ac_delim
14415     PKG_CONFIG!$PKG_CONFIG$ac_delim
14416     XFT_CONFIG!$XFT_CONFIG$ac_delim
14417     PERL!$PERL$ac_delim
14418     PERLLIB!$PERLLIB$ac_delim
14419     PERLFLAGS!$PERLFLAGS$ac_delim
14420     PERLPRIVLIBEXP!$PERLPRIVLIBEXP$ac_delim
14421     IF_PERL!$IF_PERL$ac_delim
14422     PERL_O!$PERL_O$ac_delim
14423     AFTERIMAGE_CFLAGS!$AFTERIMAGE_CFLAGS$ac_delim
14424     AFTERIMAGE_LIBS!$AFTERIMAGE_LIBS$ac_delim
14425     include_stdint_h!$include_stdint_h$ac_delim
14426     include_stdarg_h!$include_stdarg_h$ac_delim
14427 ayin 1.110 include_stdlib_h!$include_stdlib_h$ac_delim
14428     include_unistd_h!$include_unistd_h$ac_delim
14429     include_string_h!$include_string_h$ac_delim
14430 ayin 1.108 _ACEOF
14431    
14432     if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
14433     break
14434     elif $ac_last_try; then
14435     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
14436     echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
14437     { (exit 1); exit 1; }; }
14438     else
14439     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14440     fi
14441     done
14442    
14443     ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
14444     if test -n "$ac_eof"; then
14445     ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
14446     ac_eof=`expr $ac_eof + 1`
14447     fi
14448    
14449     cat >>$CONFIG_STATUS <<_ACEOF
14450     cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
14451     /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
14452     _ACEOF
14453     sed '
14454     s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
14455     s/^/s,@/; s/!/@,|#_!!_#|/
14456     :n
14457     t n
14458     s/'"$ac_delim"'$/,g/; t
14459     s/$/\\/; p
14460     N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
14461     ' >>$CONFIG_STATUS <conf$$subs.sed
14462     rm -f conf$$subs.sed
14463 ayin 1.106 cat >>$CONFIG_STATUS <<_ACEOF
14464 ayin 1.108 CEOF$ac_eof
14465     _ACEOF
14466    
14467 ayin 1.106
14468 ayin 1.108 ac_delim='%!_!# '
14469     for ac_last_try in false false false false false :; do
14470     cat >conf$$subs.sed <<_ACEOF
14471     include_fcntl_h!$include_fcntl_h$ac_delim
14472     include_util_h!$include_util_h$ac_delim
14473     include_assert_h!$include_assert_h$ac_delim
14474     include_sys_ioctl_h!$include_sys_ioctl_h$ac_delim
14475     include_sys_select_h!$include_sys_select_h$ac_delim
14476     include_sys_strredir_h!$include_sys_strredir_h$ac_delim
14477     include_sys_time_h!$include_sys_time_h$ac_delim
14478     include_time_h!$include_time_h$ac_delim
14479     LIBOBJS!$LIBOBJS$ac_delim
14480     LTLIBOBJS!$LTLIBOBJS$ac_delim
14481     _ACEOF
14482 root 1.105
14483 ayin 1.110 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 10; then
14484 ayin 1.108 break
14485     elif $ac_last_try; then
14486     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
14487     echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
14488     { (exit 1); exit 1; }; }
14489     else
14490     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14491 root 1.105 fi
14492 ayin 1.108 done
14493    
14494     ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
14495     if test -n "$ac_eof"; then
14496     ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
14497     ac_eof=`expr $ac_eof + 1`
14498     fi
14499 ayin 1.104
14500 ayin 1.108 cat >>$CONFIG_STATUS <<_ACEOF
14501     cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
14502     /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
14503 root 1.105 _ACEOF
14504 ayin 1.108 sed '
14505     s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
14506     s/^/s,@/; s/!/@,|#_!!_#|/
14507     :n
14508     t n
14509     s/'"$ac_delim"'$/,g/; t
14510     s/$/\\/; p
14511     N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
14512     ' >>$CONFIG_STATUS <conf$$subs.sed
14513     rm -f conf$$subs.sed
14514     cat >>$CONFIG_STATUS <<_ACEOF
14515     :end
14516     s/|#_!!_#|//g
14517     CEOF$ac_eof
14518     _ACEOF
14519    
14520    
14521     # VPATH may cause trouble with some makes, so we remove $(srcdir),
14522     # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
14523     # trailing colons and then remove the whole line if VPATH becomes empty
14524     # (actually we leave an empty line to preserve line numbers).
14525     if test "x$srcdir" = x.; then
14526     ac_vpsub='/^[ ]*VPATH[ ]*=/{
14527     s/:*\$(srcdir):*/:/
14528     s/:*\${srcdir}:*/:/
14529     s/:*@srcdir@:*/:/
14530     s/^\([^=]*=[ ]*\):*/\1/
14531     s/:*$//
14532     s/^[^=]*=[ ]*$//
14533     }'
14534     fi
14535    
14536 pcg 1.11 cat >>$CONFIG_STATUS <<\_ACEOF
14537 ayin 1.108 fi # test -n "$CONFIG_FILES"
14538    
14539    
14540     for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS
14541     do
14542     case $ac_tag in
14543     :[FHLC]) ac_mode=$ac_tag; continue;;
14544     esac
14545     case $ac_mode$ac_tag in
14546     :[FHL]*:*);;
14547     :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
14548     echo "$as_me: error: Invalid tag $ac_tag." >&2;}
14549     { (exit 1); exit 1; }; };;
14550     :[FH]-) ac_tag=-:-;;
14551     :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
14552     esac
14553     ac_save_IFS=$IFS
14554     IFS=:
14555     set x $ac_tag
14556     IFS=$ac_save_IFS
14557     shift
14558     ac_file=$1
14559     shift
14560    
14561     case $ac_mode in
14562     :L) ac_source=$1;;
14563     :[FH])
14564     ac_file_inputs=
14565     for ac_f
14566     do
14567     case $ac_f in
14568     -) ac_f="$tmp/stdin";;
14569     *) # Look for the file first in the build tree, then in the source tree
14570     # (if the path is not absolute). The absolute path cannot be DOS-style,
14571     # because $ac_f cannot contain `:'.
14572     test -f "$ac_f" ||
14573     case $ac_f in
14574     [\\/$]*) false;;
14575     *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
14576     esac ||
14577     { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
14578     echo "$as_me: error: cannot find input file: $ac_f" >&2;}
14579     { (exit 1); exit 1; }; };;
14580     esac
14581     ac_file_inputs="$ac_file_inputs $ac_f"
14582     done
14583    
14584     # Let's still pretend it is `configure' which instantiates (i.e., don't
14585     # use $as_me), people would be surprised to read:
14586     # /* config.h. Generated by config.status. */
14587     configure_input="Generated from "`IFS=:
14588     echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
14589     if test x"$ac_file" != x-; then
14590     configure_input="$ac_file. $configure_input"
14591     { echo "$as_me:$LINENO: creating $ac_file" >&5
14592     echo "$as_me: creating $ac_file" >&6;}
14593     fi
14594    
14595     case $ac_tag in
14596     *:-:* | *:-) cat >"$tmp/stdin";;
14597     esac
14598     ;;
14599 ayin 1.102 esac
14600    
14601 ayin 1.108 ac_dir=`$as_dirname -- "$ac_file" ||
14602 pcg 1.11 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14603     X"$ac_file" : 'X\(//\)[^/]' \| \
14604     X"$ac_file" : 'X\(//\)$' \| \
14605 ayin 1.108 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
14606 pcg 1.11 echo X"$ac_file" |
14607 ayin 1.108 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14608     s//\1/
14609     q
14610     }
14611     /^X\(\/\/\)[^/].*/{
14612     s//\1/
14613     q
14614     }
14615     /^X\(\/\/\)$/{
14616     s//\1/
14617     q
14618     }
14619     /^X\(\/\).*/{
14620     s//\1/
14621     q
14622     }
14623     s/.*/./; q'`
14624     { as_dir="$ac_dir"
14625     case $as_dir in #(
14626     -*) as_dir=./$as_dir;;
14627     esac
14628     test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
14629 pcg 1.11 as_dirs=
14630 ayin 1.108 while :; do
14631     case $as_dir in #(
14632     *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
14633     *) as_qdir=$as_dir;;
14634     esac
14635     as_dirs="'$as_qdir' $as_dirs"
14636     as_dir=`$as_dirname -- "$as_dir" ||
14637 pcg 1.11 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14638     X"$as_dir" : 'X\(//\)[^/]' \| \
14639     X"$as_dir" : 'X\(//\)$' \| \
14640 ayin 1.108 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14641 pcg 1.11 echo X"$as_dir" |
14642 ayin 1.108 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14643     s//\1/
14644     q
14645     }
14646     /^X\(\/\/\)[^/].*/{
14647     s//\1/
14648     q
14649     }
14650     /^X\(\/\/\)$/{
14651     s//\1/
14652     q
14653     }
14654     /^X\(\/\).*/{
14655     s//\1/
14656     q
14657     }
14658     s/.*/./; q'`
14659     test -d "$as_dir" && break
14660 pcg 1.11 done
14661 ayin 1.108 test -z "$as_dirs" || eval "mkdir $as_dirs"
14662     } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
14663     echo "$as_me: error: cannot create directory $as_dir" >&2;}
14664 pcg 1.11 { (exit 1); exit 1; }; }; }
14665     ac_builddir=.
14666    
14667 ayin 1.108 case "$ac_dir" in
14668     .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
14669     *)
14670 pcg 1.11 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
14671 ayin 1.108 # A ".." for each directory in $ac_dir_suffix.
14672     ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
14673     case $ac_top_builddir_sub in
14674     "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
14675     *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
14676     esac ;;
14677     esac
14678     ac_abs_top_builddir=$ac_pwd
14679     ac_abs_builddir=$ac_pwd$ac_dir_suffix
14680     # for backward compatibility:
14681     ac_top_builddir=$ac_top_build_prefix
14682 pcg 1.11
14683     case $srcdir in
14684 ayin 1.108 .) # We are building in place.
14685 pcg 1.11 ac_srcdir=.
14686 ayin 1.108 ac_top_srcdir=$ac_top_builddir_sub
14687     ac_abs_top_srcdir=$ac_pwd ;;
14688     [\\/]* | ?:[\\/]* ) # Absolute name.
14689 pcg 1.11 ac_srcdir=$srcdir$ac_dir_suffix;
14690 ayin 1.108 ac_top_srcdir=$srcdir
14691     ac_abs_top_srcdir=$srcdir ;;
14692     *) # Relative name.
14693     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
14694     ac_top_srcdir=$ac_top_build_prefix$srcdir
14695     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
14696 pcg 1.11 esac
14697 ayin 1.108 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
14698 pcg 1.11
14699    
14700 ayin 1.108 case $ac_mode in
14701     :F)
14702     #
14703     # CONFIG_FILE
14704     #
14705 pcg 1.1
14706 pcg 1.11 case $INSTALL in
14707     [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
14708 ayin 1.108 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
14709 pcg 1.1 esac
14710 ayin 1.108 _ACEOF
14711 pcg 1.1
14712 ayin 1.108 cat >>$CONFIG_STATUS <<\_ACEOF
14713     # If the template does not know about datarootdir, expand it.
14714     # FIXME: This hack should be removed a few years after 2.60.
14715     ac_datarootdir_hack=; ac_datarootdir_seen=
14716    
14717     case `sed -n '/datarootdir/ {
14718     p
14719     q
14720     }
14721     /@datadir@/p
14722     /@docdir@/p
14723     /@infodir@/p
14724     /@localedir@/p
14725     /@mandir@/p
14726     ' $ac_file_inputs` in
14727     *datarootdir*) ac_datarootdir_seen=yes;;
14728     *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
14729     { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
14730     echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
14731     _ACEOF
14732     cat >>$CONFIG_STATUS <<_ACEOF
14733     ac_datarootdir_hack='
14734     s&@datadir@&$datadir&g
14735     s&@docdir@&$docdir&g
14736     s&@infodir@&$infodir&g
14737     s&@localedir@&$localedir&g
14738     s&@mandir@&$mandir&g
14739     s&\\\${datarootdir}&$datarootdir&g' ;;
14740     esac
14741 root 1.105 _ACEOF
14742 ayin 1.108
14743     # Neutralize VPATH when `$srcdir' = `.'.
14744     # Shell code in configure.ac might set extrasub.
14745     # FIXME: do we really want to maintain this feature?
14746 root 1.105 cat >>$CONFIG_STATUS <<_ACEOF
14747 pcg 1.11 sed "$ac_vpsub
14748     $extrasub
14749     _ACEOF
14750     cat >>$CONFIG_STATUS <<\_ACEOF
14751     :t
14752     /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
14753 ayin 1.108 s&@configure_input@&$configure_input&;t t
14754     s&@top_builddir@&$ac_top_builddir_sub&;t t
14755     s&@srcdir@&$ac_srcdir&;t t
14756     s&@abs_srcdir@&$ac_abs_srcdir&;t t
14757     s&@top_srcdir@&$ac_top_srcdir&;t t
14758     s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
14759     s&@builddir@&$ac_builddir&;t t
14760     s&@abs_builddir@&$ac_abs_builddir&;t t
14761     s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
14762     s&@INSTALL@&$ac_INSTALL&;t t
14763     $ac_datarootdir_hack
14764     " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
14765    
14766     test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
14767     { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
14768     { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
14769     { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14770     which seems to be undefined. Please make sure it is defined." >&5
14771     echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14772     which seems to be undefined. Please make sure it is defined." >&2;}
14773 ayin 1.106
14774 ayin 1.108 rm -f "$tmp/stdin"
14775 pcg 1.11 case $ac_file in
14776 ayin 1.108 -) cat "$tmp/out"; rm -f "$tmp/out";;
14777     *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
14778 pcg 1.1 esac
14779 ayin 1.108 ;;
14780     :H)
14781     #
14782     # CONFIG_HEADER
14783     #
14784     _ACEOF
14785    
14786     # Transform confdefs.h into a sed script `conftest.defines', that
14787     # substitutes the proper values into config.h.in to produce config.h.
14788     rm -f conftest.defines conftest.tail
14789     # First, append a space to every undef/define line, to ease matching.
14790     echo 's/$/ /' >conftest.defines
14791     # Then, protect against being on the right side of a sed subst, or in
14792     # an unquoted here document, in config.status. If some macros were
14793     # called several times there might be several #defines for the same
14794     # symbol, which is useless. But do not sort them, since the last
14795     # AC_DEFINE must be honored.
14796     ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
14797     # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
14798     # NAME is the cpp macro being defined, VALUE is the value it is being given.
14799     # PARAMS is the parameter list in the macro definition--in most cases, it's
14800     # just an empty string.
14801     ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
14802     ac_dB='\\)[ (].*,\\1define\\2'
14803     ac_dC=' '
14804     ac_dD=' ,'
14805 pcg 1.1
14806 ayin 1.108 uniq confdefs.h |
14807     sed -n '
14808     t rset
14809     :rset
14810     s/^[ ]*#[ ]*define[ ][ ]*//
14811     t ok
14812     d
14813     :ok
14814     s/[\\&,]/\\&/g
14815     s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
14816     s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
14817     ' >>conftest.defines
14818 ayin 1.104
14819 ayin 1.108 # Remove the space that was appended to ease matching.
14820     # Then replace #undef with comments. This is necessary, for
14821 pcg 1.1 # example, in the case of _POSIX_SOURCE, which is predefined and required
14822     # on some systems where configure will not decide to define it.
14823 ayin 1.108 # (The regexp can be short, since the line contains either #define or #undef.)
14824     echo 's/ $//
14825     s,^[ #]*u.*,/* & */,' >>conftest.defines
14826    
14827     # Break up conftest.defines:
14828     ac_max_sed_lines=50
14829    
14830     # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
14831     # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
14832     # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
14833     # et cetera.
14834     ac_in='$ac_file_inputs'
14835     ac_out='"$tmp/out1"'
14836     ac_nxt='"$tmp/out2"'
14837    
14838     while :
14839     do
14840     # Write a here document:
14841     cat >>$CONFIG_STATUS <<_ACEOF
14842     # First, check the format of the line:
14843     cat >"\$tmp/defines.sed" <<\\CEOF
14844     /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
14845     /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
14846     b
14847     :def
14848 pcg 1.11 _ACEOF
14849 ayin 1.108 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
14850 pcg 1.11 echo 'CEOF
14851 ayin 1.108 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
14852     ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
14853     sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
14854     grep . conftest.tail >/dev/null || break
14855 pcg 1.11 rm -f conftest.defines
14856     mv conftest.tail conftest.defines
14857     done
14858 ayin 1.108 rm -f conftest.defines conftest.tail
14859 pcg 1.11
14860 ayin 1.108 echo "ac_result=$ac_in" >>$CONFIG_STATUS
14861 pcg 1.11 cat >>$CONFIG_STATUS <<\_ACEOF
14862     if test x"$ac_file" != x-; then
14863 ayin 1.108 echo "/* $configure_input */" >"$tmp/config.h"
14864     cat "$ac_result" >>"$tmp/config.h"
14865     if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
14866 pcg 1.11 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
14867     echo "$as_me: $ac_file is unchanged" >&6;}
14868     else
14869     rm -f $ac_file
14870 ayin 1.108 mv "$tmp/config.h" $ac_file
14871 pcg 1.1 fi
14872 pcg 1.11 else
14873 ayin 1.108 echo "/* $configure_input */"
14874     cat "$ac_result"
14875 pcg 1.1 fi
14876 ayin 1.108 rm -f "$tmp/out12"
14877     ;;
14878    
14879    
14880     esac
14881    
14882     done # for ac_tag
14883 pcg 1.11
14884 pcg 1.1
14885 pcg 1.11 { (exit 0); exit 0; }
14886     _ACEOF
14887     chmod +x $CONFIG_STATUS
14888     ac_clean_files=$ac_clean_files_save
14889 pcg 1.1
14890    
14891 pcg 1.11 # configure is writing to config.log, and then calls config.status.
14892     # config.status does its own redirection, appending to config.log.
14893     # Unfortunately, on DOS this fails, as config.log is still kept open
14894     # by configure, so config.status won't be able to write to it; its
14895     # output is simply discarded. So we exec the FD to /dev/null,
14896     # effectively closing config.log, so it can be properly (re)opened and
14897     # appended to by config.status. When coming back to configure, we
14898     # need to make the FD available again.
14899     if test "$no_create" != yes; then
14900     ac_cs_success=:
14901     ac_config_status_args=
14902     test "$silent" = yes &&
14903     ac_config_status_args="$ac_config_status_args --quiet"
14904     exec 5>/dev/null
14905     $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
14906     exec 5>>config.log
14907     # Use ||, not &&, to avoid exiting from the if with $? = 1, which
14908     # would make configure fail if this is the last instruction.
14909     $ac_cs_success || { (exit 1); exit 1; }
14910     fi
14911 pcg 1.1
14912    
14913     echo "Configuration:
14914    
14915     Rxvt version: $VERSION : $DATE
14916     Source code location: $srcdir
14917     Install path: ${prefix}/bin
14918 pcg 1.13 Compiler: $CXX
14919 root 1.100 Compiler flags: $CXXFLAGS
14920 pcg 1.13 Linker: $LINKER"
14921 pcg 1.1
14922     if test x$term != x; then
14923 pcg 1.18 echo " set TERM to: $term"
14924 pcg 1.1 fi
14925     if test x$terminfo != x; then
14926 pcg 1.18 echo " set TERMINFO to: $terminfo"
14927     fi
14928     echo " default resource name: $RESNAME"
14929     echo " resource class: $RESCLASS"
14930     if test x$RESFALLBACK != x; then
14931     echo " resource class fallback: $RESFALLBACK"
14932 pcg 1.1 fi
14933 pcg 1.18 echo
14934 root 1.89 echo " embedded perl: $support_perl"
14935 root 1.109 echo " libafterimage: $support_afterimage"
14936 root 1.89 echo
14937 pcg 1.1 if test x$support_xim = xyes -a x$rxvt_cv_func_xlocale = xno; then
14938     echo ".----------------------------------------------------------------."
14939     echo ". WARNING: --enable-xim was specified however the locale support ."
14940     echo ". functions could not be found. ."
14941     echo ". XIM is now being DISABLED! ."
14942     echo ".----------------------------------------------------------------."
14943     fi
14944 pcg 1.20
14945 root 1.96 echo "*** Optionally check src/feature.h for further, rarely used options ***"
14946 pcg 1.20 echo
14947