ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/configure
Revision: 1.115
Committed: Mon Nov 5 01:04:43 2007 UTC (16 years, 7 months ago) by ayin
Branch: MAIN
Changes since 1.114: +2 -39 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     TIC
685     XMKMF
686     CXXCPP
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     XMKMF
737     CXXCPP'
738    
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 ayin 1.108 XMKMF Path to xmkmf, Makefile generator for X Window System
1379 pcg 1.13 CXXCPP C++ preprocessor
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     echo ""
1926     echo "configuring for rxvt $VERSION"
1927     echo ""
1928    
1929 root 1.72 orig_CXXFLAGS="$CXXFLAGS"
1930    
1931 pcg 1.1
1932 pcg 1.11 ac_ext=c
1933     ac_cpp='$CPP $CPPFLAGS'
1934     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1935     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1936     ac_compiler_gnu=$ac_cv_c_compiler_gnu
1937     if test -n "$ac_tool_prefix"; then
1938     # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1939     set dummy ${ac_tool_prefix}gcc; ac_word=$2
1940 ayin 1.108 { echo "$as_me:$LINENO: checking for $ac_word" >&5
1941     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1942 pcg 1.11 if test "${ac_cv_prog_CC+set}" = set; then
1943     echo $ECHO_N "(cached) $ECHO_C" >&6
1944     else
1945     if test -n "$CC"; then
1946     ac_cv_prog_CC="$CC" # Let the user override the test.
1947     else
1948     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1949     for as_dir in $PATH
1950     do
1951     IFS=$as_save_IFS
1952     test -z "$as_dir" && as_dir=.
1953     for ac_exec_ext in '' $ac_executable_extensions; do
1954 ayin 1.108 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1955 pcg 1.11 ac_cv_prog_CC="${ac_tool_prefix}gcc"
1956     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1957     break 2
1958     fi
1959     done
1960     done
1961 ayin 1.108 IFS=$as_save_IFS
1962 pcg 1.11
1963     fi
1964     fi
1965     CC=$ac_cv_prog_CC
1966     if test -n "$CC"; then
1967 ayin 1.108 { echo "$as_me:$LINENO: result: $CC" >&5
1968     echo "${ECHO_T}$CC" >&6; }
1969 pcg 1.11 else
1970 ayin 1.108 { echo "$as_me:$LINENO: result: no" >&5
1971     echo "${ECHO_T}no" >&6; }
1972 pcg 1.11 fi
1973    
1974 ayin 1.108
1975 pcg 1.11 fi
1976     if test -z "$ac_cv_prog_CC"; then
1977     ac_ct_CC=$CC
1978     # Extract the first word of "gcc", so it can be a program name with args.
1979 pcg 1.1 set dummy gcc; ac_word=$2
1980 ayin 1.108 { echo "$as_me:$LINENO: checking for $ac_word" >&5
1981     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1982 pcg 1.11 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1983     echo $ECHO_N "(cached) $ECHO_C" >&6
1984     else
1985     if test -n "$ac_ct_CC"; then
1986     ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1987     else
1988     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1989     for as_dir in $PATH
1990     do
1991     IFS=$as_save_IFS
1992     test -z "$as_dir" && as_dir=.
1993     for ac_exec_ext in '' $ac_executable_extensions; do
1994 ayin 1.108 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1995 pcg 1.11 ac_cv_prog_ac_ct_CC="gcc"
1996     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1997     break 2
1998     fi
1999     done
2000     done
2001 ayin 1.108 IFS=$as_save_IFS
2002 pcg 1.11
2003     fi
2004     fi
2005     ac_ct_CC=$ac_cv_prog_ac_ct_CC
2006     if test -n "$ac_ct_CC"; then
2007 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2008     echo "${ECHO_T}$ac_ct_CC" >&6; }
2009 pcg 1.11 else
2010 ayin 1.108 { echo "$as_me:$LINENO: result: no" >&5
2011     echo "${ECHO_T}no" >&6; }
2012 pcg 1.11 fi
2013    
2014 ayin 1.108 if test "x$ac_ct_CC" = x; then
2015     CC=""
2016     else
2017     case $cross_compiling:$ac_tool_warned in
2018     yes:)
2019     { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2020     whose name does not start with the host triplet. If you think this
2021     configuration is useful to you, please write to autoconf@gnu.org." >&5
2022     echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2023     whose name does not start with the host triplet. If you think this
2024     configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2025     ac_tool_warned=yes ;;
2026     esac
2027     CC=$ac_ct_CC
2028     fi
2029 pcg 1.11 else
2030     CC="$ac_cv_prog_CC"
2031     fi
2032    
2033     if test -z "$CC"; then
2034 ayin 1.108 if test -n "$ac_tool_prefix"; then
2035     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2036 pcg 1.11 set dummy ${ac_tool_prefix}cc; ac_word=$2
2037 ayin 1.108 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2038     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2039 pcg 1.11 if test "${ac_cv_prog_CC+set}" = set; then
2040     echo $ECHO_N "(cached) $ECHO_C" >&6
2041 pcg 1.1 else
2042     if test -n "$CC"; then
2043     ac_cv_prog_CC="$CC" # Let the user override the test.
2044     else
2045 pcg 1.11 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2046     for as_dir in $PATH
2047     do
2048     IFS=$as_save_IFS
2049     test -z "$as_dir" && as_dir=.
2050     for ac_exec_ext in '' $ac_executable_extensions; do
2051 ayin 1.108 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2052 pcg 1.11 ac_cv_prog_CC="${ac_tool_prefix}cc"
2053     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2054     break 2
2055     fi
2056     done
2057     done
2058 ayin 1.108 IFS=$as_save_IFS
2059 pcg 1.11
2060 pcg 1.1 fi
2061     fi
2062 pcg 1.11 CC=$ac_cv_prog_CC
2063 pcg 1.1 if test -n "$CC"; then
2064 ayin 1.108 { echo "$as_me:$LINENO: result: $CC" >&5
2065     echo "${ECHO_T}$CC" >&6; }
2066 ayin 1.106 else
2067 ayin 1.108 { echo "$as_me:$LINENO: result: no" >&5
2068     echo "${ECHO_T}no" >&6; }
2069 ayin 1.106 fi
2070    
2071 ayin 1.108
2072 ayin 1.106 fi
2073 pcg 1.11 fi
2074 pcg 1.1 if test -z "$CC"; then
2075     # Extract the first word of "cc", so it can be a program name with args.
2076     set dummy cc; ac_word=$2
2077 ayin 1.108 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2078     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2079 pcg 1.11 if test "${ac_cv_prog_CC+set}" = set; then
2080     echo $ECHO_N "(cached) $ECHO_C" >&6
2081 pcg 1.1 else
2082     if test -n "$CC"; then
2083     ac_cv_prog_CC="$CC" # Let the user override the test.
2084     else
2085     ac_prog_rejected=no
2086 pcg 1.11 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2087     for as_dir in $PATH
2088     do
2089     IFS=$as_save_IFS
2090     test -z "$as_dir" && as_dir=.
2091     for ac_exec_ext in '' $ac_executable_extensions; do
2092 ayin 1.108 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2093 pcg 1.11 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2094     ac_prog_rejected=yes
2095     continue
2096     fi
2097     ac_cv_prog_CC="cc"
2098     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2099     break 2
2100     fi
2101     done
2102     done
2103 ayin 1.108 IFS=$as_save_IFS
2104 pcg 1.11
2105 pcg 1.1 if test $ac_prog_rejected = yes; then
2106     # We found a bogon in the path, so make sure we never use it.
2107     set dummy $ac_cv_prog_CC
2108     shift
2109 pcg 1.11 if test $# != 0; then
2110 pcg 1.1 # We chose a different compiler from the bogus one.
2111     # However, it has the same basename, so the bogon will be chosen
2112     # first if we set CC to just the basename; use the full file name.
2113     shift
2114 pcg 1.11 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2115 pcg 1.1 fi
2116     fi
2117     fi
2118     fi
2119 pcg 1.11 CC=$ac_cv_prog_CC
2120 pcg 1.1 if test -n "$CC"; then
2121 ayin 1.108 { echo "$as_me:$LINENO: result: $CC" >&5
2122     echo "${ECHO_T}$CC" >&6; }
2123 pcg 1.1 else
2124 ayin 1.108 { echo "$as_me:$LINENO: result: no" >&5
2125     echo "${ECHO_T}no" >&6; }
2126 pcg 1.1 fi
2127    
2128 ayin 1.108
2129 pcg 1.11 fi
2130     if test -z "$CC"; then
2131     if test -n "$ac_tool_prefix"; then
2132 ayin 1.108 for ac_prog in cl.exe
2133 pcg 1.11 do
2134     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2135     set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2136 ayin 1.108 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2137     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2138 pcg 1.11 if test "${ac_cv_prog_CC+set}" = set; then
2139     echo $ECHO_N "(cached) $ECHO_C" >&6
2140 pcg 1.1 else
2141     if test -n "$CC"; then
2142     ac_cv_prog_CC="$CC" # Let the user override the test.
2143     else
2144 pcg 1.11 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2145     for as_dir in $PATH
2146     do
2147     IFS=$as_save_IFS
2148     test -z "$as_dir" && as_dir=.
2149     for ac_exec_ext in '' $ac_executable_extensions; do
2150 ayin 1.108 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2151 pcg 1.11 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2152     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2153     break 2
2154     fi
2155     done
2156     done
2157 ayin 1.108 IFS=$as_save_IFS
2158 pcg 1.11
2159 pcg 1.1 fi
2160     fi
2161 pcg 1.11 CC=$ac_cv_prog_CC
2162 pcg 1.1 if test -n "$CC"; then
2163 ayin 1.108 { echo "$as_me:$LINENO: result: $CC" >&5
2164     echo "${ECHO_T}$CC" >&6; }
2165 pcg 1.1 else
2166 ayin 1.108 { echo "$as_me:$LINENO: result: no" >&5
2167     echo "${ECHO_T}no" >&6; }
2168 pcg 1.11 fi
2169    
2170 ayin 1.108
2171 pcg 1.11 test -n "$CC" && break
2172     done
2173 pcg 1.1 fi
2174 pcg 1.11 if test -z "$CC"; then
2175     ac_ct_CC=$CC
2176 ayin 1.108 for ac_prog in cl.exe
2177 pcg 1.11 do
2178     # Extract the first word of "$ac_prog", so it can be a program name with args.
2179     set dummy $ac_prog; ac_word=$2
2180 ayin 1.108 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2181     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2182 pcg 1.11 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2183     echo $ECHO_N "(cached) $ECHO_C" >&6
2184     else
2185     if test -n "$ac_ct_CC"; then
2186     ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2187     else
2188     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2189     for as_dir in $PATH
2190     do
2191     IFS=$as_save_IFS
2192     test -z "$as_dir" && as_dir=.
2193     for ac_exec_ext in '' $ac_executable_extensions; do
2194 ayin 1.108 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2195 pcg 1.11 ac_cv_prog_ac_ct_CC="$ac_prog"
2196     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2197     break 2
2198 pcg 1.1 fi
2199 pcg 1.11 done
2200     done
2201 ayin 1.108 IFS=$as_save_IFS
2202 pcg 1.11
2203     fi
2204     fi
2205     ac_ct_CC=$ac_cv_prog_ac_ct_CC
2206     if test -n "$ac_ct_CC"; then
2207 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2208     echo "${ECHO_T}$ac_ct_CC" >&6; }
2209 pcg 1.11 else
2210 ayin 1.108 { echo "$as_me:$LINENO: result: no" >&5
2211     echo "${ECHO_T}no" >&6; }
2212 pcg 1.11 fi
2213    
2214 ayin 1.108
2215 pcg 1.11 test -n "$ac_ct_CC" && break
2216     done
2217    
2218 ayin 1.108 if test "x$ac_ct_CC" = x; then
2219     CC=""
2220     else
2221     case $cross_compiling:$ac_tool_warned in
2222     yes:)
2223     { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2224     whose name does not start with the host triplet. If you think this
2225     configuration is useful to you, please write to autoconf@gnu.org." >&5
2226     echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2227     whose name does not start with the host triplet. If you think this
2228     configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2229     ac_tool_warned=yes ;;
2230     esac
2231     CC=$ac_ct_CC
2232     fi
2233 pcg 1.11 fi
2234    
2235 pcg 1.1 fi
2236    
2237    
2238 pcg 1.11 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2239     See \`config.log' for more details." >&5
2240     echo "$as_me: error: no acceptable C compiler found in \$PATH
2241     See \`config.log' for more details." >&2;}
2242     { (exit 1); exit 1; }; }
2243    
2244     # Provide some information about the compiler.
2245 ayin 1.108 echo "$as_me:$LINENO: checking for C compiler version" >&5
2246 pcg 1.11 ac_compiler=`set X $ac_compile; echo $2`
2247 ayin 1.108 { (ac_try="$ac_compiler --version >&5"
2248     case "(($ac_try" in
2249     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2250     *) ac_try_echo=$ac_try;;
2251     esac
2252     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2253     (eval "$ac_compiler --version >&5") 2>&5
2254 pcg 1.11 ac_status=$?
2255     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2256     (exit $ac_status); }
2257 ayin 1.108 { (ac_try="$ac_compiler -v >&5"
2258     case "(($ac_try" in
2259     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2260     *) ac_try_echo=$ac_try;;
2261     esac
2262     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2263     (eval "$ac_compiler -v >&5") 2>&5
2264 pcg 1.11 ac_status=$?
2265     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2266     (exit $ac_status); }
2267 ayin 1.108 { (ac_try="$ac_compiler -V >&5"
2268     case "(($ac_try" in
2269     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2270     *) ac_try_echo=$ac_try;;
2271     esac
2272     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2273     (eval "$ac_compiler -V >&5") 2>&5
2274 pcg 1.11 ac_status=$?
2275     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2276     (exit $ac_status); }
2277    
2278     cat >conftest.$ac_ext <<_ACEOF
2279     /* confdefs.h. */
2280     _ACEOF
2281     cat confdefs.h >>conftest.$ac_ext
2282     cat >>conftest.$ac_ext <<_ACEOF
2283     /* end confdefs.h. */
2284 pcg 1.1
2285 pcg 1.11 int
2286     main ()
2287     {
2288 pcg 1.1
2289 pcg 1.11 ;
2290     return 0;
2291     }
2292     _ACEOF
2293     ac_clean_files_save=$ac_clean_files
2294     ac_clean_files="$ac_clean_files a.out a.exe b.out"
2295     # Try to create an executable without -o first, disregard a.out.
2296     # It will help us diagnose broken compilers, and finding out an intuition
2297     # of exeext.
2298 ayin 1.108 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2299     echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2300 pcg 1.11 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2301 ayin 1.108 #
2302     # List of possible output files, starting from the most likely.
2303     # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2304     # only as a last resort. b.out is created by i960 compilers.
2305     ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2306     #
2307     # The IRIX 6 linker writes into existing files which may not be
2308     # executable, retaining their permissions. Remove them first so a
2309     # subsequent execution test works.
2310     ac_rmfiles=
2311     for ac_file in $ac_files
2312     do
2313     case $ac_file in
2314     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2315     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2316     esac
2317     done
2318     rm -f $ac_rmfiles
2319    
2320     if { (ac_try="$ac_link_default"
2321     case "(($ac_try" in
2322     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2323     *) ac_try_echo=$ac_try;;
2324     esac
2325     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2326     (eval "$ac_link_default") 2>&5
2327 pcg 1.11 ac_status=$?
2328     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2329     (exit $ac_status); }; then
2330 ayin 1.108 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2331     # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2332     # in a Makefile. We should not override ac_cv_exeext if it was cached,
2333     # so that the user can short-circuit this test for compilers unknown to
2334     # Autoconf.
2335     for ac_file in $ac_files ''
2336 pcg 1.11 do
2337     test -f "$ac_file" || continue
2338     case $ac_file in
2339 ayin 1.108 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2340 pcg 1.11 ;;
2341     [ab].out )
2342     # We found the default executable, but exeext='' is most
2343     # certainly right.
2344     break;;
2345     *.* )
2346 ayin 1.108 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2347     then :; else
2348     ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2349     fi
2350     # We set ac_cv_exeext here because the later test for it is not
2351     # safe: cross compilers may not add the suffix if given an `-o'
2352     # argument, so we may need to know it at that point already.
2353     # Even if this section looks crufty: it has the advantage of
2354     # actually working.
2355 pcg 1.11 break;;
2356     * )
2357     break;;
2358     esac
2359     done
2360 ayin 1.108 test "$ac_cv_exeext" = no && ac_cv_exeext=
2361    
2362 pcg 1.11 else
2363 ayin 1.108 ac_file=''
2364     fi
2365    
2366     { echo "$as_me:$LINENO: result: $ac_file" >&5
2367     echo "${ECHO_T}$ac_file" >&6; }
2368     if test -z "$ac_file"; then
2369 pcg 1.11 echo "$as_me: failed program was:" >&5
2370     sed 's/^/| /' conftest.$ac_ext >&5
2371 pcg 1.1
2372 pcg 1.11 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2373     See \`config.log' for more details." >&5
2374     echo "$as_me: error: C compiler cannot create executables
2375     See \`config.log' for more details." >&2;}
2376     { (exit 77); exit 77; }; }
2377     fi
2378    
2379     ac_exeext=$ac_cv_exeext
2380    
2381 ayin 1.108 # Check that the compiler produces executables we can run. If not, either
2382 pcg 1.11 # the compiler is broken, or we cross compile.
2383 ayin 1.108 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2384     echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2385 pcg 1.11 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2386     # If not cross compiling, check that we can run a simple program.
2387     if test "$cross_compiling" != yes; then
2388     if { ac_try='./$ac_file'
2389 ayin 1.108 { (case "(($ac_try" in
2390     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2391     *) ac_try_echo=$ac_try;;
2392     esac
2393     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2394     (eval "$ac_try") 2>&5
2395 pcg 1.11 ac_status=$?
2396     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2397     (exit $ac_status); }; }; then
2398     cross_compiling=no
2399     else
2400     if test "$cross_compiling" = maybe; then
2401     cross_compiling=yes
2402     else
2403     { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2404     If you meant to cross compile, use \`--host'.
2405     See \`config.log' for more details." >&5
2406     echo "$as_me: error: cannot run C compiled programs.
2407     If you meant to cross compile, use \`--host'.
2408     See \`config.log' for more details." >&2;}
2409     { (exit 1); exit 1; }; }
2410     fi
2411 pcg 1.1 fi
2412 pcg 1.11 fi
2413 ayin 1.108 { echo "$as_me:$LINENO: result: yes" >&5
2414     echo "${ECHO_T}yes" >&6; }
2415 pcg 1.11
2416     rm -f a.out a.exe conftest$ac_cv_exeext b.out
2417     ac_clean_files=$ac_clean_files_save
2418 ayin 1.108 # Check that the compiler produces executables we can run. If not, either
2419 pcg 1.11 # the compiler is broken, or we cross compile.
2420 ayin 1.108 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2421     echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2422     { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2423     echo "${ECHO_T}$cross_compiling" >&6; }
2424    
2425     { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2426     echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2427     if { (ac_try="$ac_link"
2428     case "(($ac_try" in
2429     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2430     *) ac_try_echo=$ac_try;;
2431     esac
2432     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2433     (eval "$ac_link") 2>&5
2434 pcg 1.11 ac_status=$?
2435     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2436     (exit $ac_status); }; then
2437     # If both `conftest.exe' and `conftest' are `present' (well, observable)
2438     # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2439     # work properly (i.e., refer to `conftest.exe'), while it won't with
2440     # `rm'.
2441     for ac_file in conftest.exe conftest conftest.*; do
2442     test -f "$ac_file" || continue
2443     case $ac_file in
2444 ayin 1.108 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2445 pcg 1.11 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2446     break;;
2447     * ) break;;
2448     esac
2449     done
2450 pcg 1.1 else
2451 pcg 1.11 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2452     See \`config.log' for more details." >&5
2453     echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2454     See \`config.log' for more details." >&2;}
2455     { (exit 1); exit 1; }; }
2456 pcg 1.1 fi
2457 pcg 1.11
2458     rm -f conftest$ac_cv_exeext
2459 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2460     echo "${ECHO_T}$ac_cv_exeext" >&6; }
2461 pcg 1.11
2462     rm -f conftest.$ac_ext
2463     EXEEXT=$ac_cv_exeext
2464     ac_exeext=$EXEEXT
2465 ayin 1.108 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2466     echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2467 pcg 1.11 if test "${ac_cv_objext+set}" = set; then
2468     echo $ECHO_N "(cached) $ECHO_C" >&6
2469     else
2470     cat >conftest.$ac_ext <<_ACEOF
2471     /* confdefs.h. */
2472     _ACEOF
2473     cat confdefs.h >>conftest.$ac_ext
2474     cat >>conftest.$ac_ext <<_ACEOF
2475     /* end confdefs.h. */
2476    
2477     int
2478     main ()
2479     {
2480    
2481     ;
2482     return 0;
2483     }
2484     _ACEOF
2485     rm -f conftest.o conftest.obj
2486 ayin 1.108 if { (ac_try="$ac_compile"
2487     case "(($ac_try" in
2488     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2489     *) ac_try_echo=$ac_try;;
2490     esac
2491     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2492     (eval "$ac_compile") 2>&5
2493 pcg 1.11 ac_status=$?
2494     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2495     (exit $ac_status); }; then
2496 ayin 1.108 for ac_file in conftest.o conftest.obj conftest.*; do
2497     test -f "$ac_file" || continue;
2498 pcg 1.11 case $ac_file in
2499 ayin 1.108 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2500 pcg 1.11 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2501     break;;
2502     esac
2503     done
2504 pcg 1.1 else
2505 pcg 1.11 echo "$as_me: failed program was:" >&5
2506     sed 's/^/| /' conftest.$ac_ext >&5
2507    
2508     { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2509     See \`config.log' for more details." >&5
2510     echo "$as_me: error: cannot compute suffix of object files: cannot compile
2511     See \`config.log' for more details." >&2;}
2512     { (exit 1); exit 1; }; }
2513 pcg 1.1 fi
2514 pcg 1.11
2515     rm -f conftest.$ac_cv_objext conftest.$ac_ext
2516 pcg 1.1 fi
2517 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2518     echo "${ECHO_T}$ac_cv_objext" >&6; }
2519 pcg 1.11 OBJEXT=$ac_cv_objext
2520     ac_objext=$OBJEXT
2521 ayin 1.108 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2522     echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2523 pcg 1.11 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2524     echo $ECHO_N "(cached) $ECHO_C" >&6
2525     else
2526     cat >conftest.$ac_ext <<_ACEOF
2527     /* confdefs.h. */
2528     _ACEOF
2529     cat confdefs.h >>conftest.$ac_ext
2530     cat >>conftest.$ac_ext <<_ACEOF
2531     /* end confdefs.h. */
2532    
2533     int
2534     main ()
2535     {
2536     #ifndef __GNUC__
2537     choke me
2538     #endif
2539 pcg 1.1
2540 pcg 1.11 ;
2541     return 0;
2542     }
2543     _ACEOF
2544     rm -f conftest.$ac_objext
2545 ayin 1.108 if { (ac_try="$ac_compile"
2546     case "(($ac_try" in
2547     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2548     *) ac_try_echo=$ac_try;;
2549     esac
2550     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2551     (eval "$ac_compile") 2>conftest.er1
2552 pcg 1.11 ac_status=$?
2553     grep -v '^ *+' conftest.er1 >conftest.err
2554     rm -f conftest.er1
2555     cat conftest.err >&5
2556     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2557 ayin 1.108 (exit $ac_status); } && {
2558     test -z "$ac_c_werror_flag" ||
2559     test ! -s conftest.err
2560     } && test -s conftest.$ac_objext; then
2561 pcg 1.11 ac_compiler_gnu=yes
2562     else
2563     echo "$as_me: failed program was:" >&5
2564     sed 's/^/| /' conftest.$ac_ext >&5
2565    
2566 ayin 1.108 ac_compiler_gnu=no
2567 pcg 1.11 fi
2568 ayin 1.108
2569     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2570 pcg 1.11 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2571    
2572     fi
2573 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2574     echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2575 pcg 1.11 GCC=`test $ac_compiler_gnu = yes && echo yes`
2576     ac_test_CFLAGS=${CFLAGS+set}
2577     ac_save_CFLAGS=$CFLAGS
2578 ayin 1.108 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2579     echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
2580 pcg 1.11 if test "${ac_cv_prog_cc_g+set}" = set; then
2581     echo $ECHO_N "(cached) $ECHO_C" >&6
2582     else
2583 ayin 1.108 ac_save_c_werror_flag=$ac_c_werror_flag
2584     ac_c_werror_flag=yes
2585     ac_cv_prog_cc_g=no
2586     CFLAGS="-g"
2587     cat >conftest.$ac_ext <<_ACEOF
2588 pcg 1.11 /* confdefs.h. */
2589     _ACEOF
2590     cat confdefs.h >>conftest.$ac_ext
2591     cat >>conftest.$ac_ext <<_ACEOF
2592     /* end confdefs.h. */
2593 pcg 1.1
2594 pcg 1.11 int
2595     main ()
2596     {
2597 pcg 1.1
2598 pcg 1.11 ;
2599     return 0;
2600     }
2601     _ACEOF
2602     rm -f conftest.$ac_objext
2603 ayin 1.108 if { (ac_try="$ac_compile"
2604     case "(($ac_try" in
2605     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2606     *) ac_try_echo=$ac_try;;
2607     esac
2608     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2609     (eval "$ac_compile") 2>conftest.er1
2610 pcg 1.11 ac_status=$?
2611     grep -v '^ *+' conftest.er1 >conftest.err
2612     rm -f conftest.er1
2613     cat conftest.err >&5
2614     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2615 ayin 1.108 (exit $ac_status); } && {
2616     test -z "$ac_c_werror_flag" ||
2617     test ! -s conftest.err
2618     } && test -s conftest.$ac_objext; then
2619     ac_cv_prog_cc_g=yes
2620     else
2621     echo "$as_me: failed program was:" >&5
2622     sed 's/^/| /' conftest.$ac_ext >&5
2623    
2624     CFLAGS=""
2625     cat >conftest.$ac_ext <<_ACEOF
2626     /* confdefs.h. */
2627     _ACEOF
2628     cat confdefs.h >>conftest.$ac_ext
2629     cat >>conftest.$ac_ext <<_ACEOF
2630     /* end confdefs.h. */
2631    
2632     int
2633     main ()
2634     {
2635    
2636     ;
2637     return 0;
2638     }
2639     _ACEOF
2640     rm -f conftest.$ac_objext
2641     if { (ac_try="$ac_compile"
2642     case "(($ac_try" in
2643     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2644     *) ac_try_echo=$ac_try;;
2645     esac
2646     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2647     (eval "$ac_compile") 2>conftest.er1
2648 pcg 1.11 ac_status=$?
2649 ayin 1.108 grep -v '^ *+' conftest.er1 >conftest.err
2650     rm -f conftest.er1
2651     cat conftest.err >&5
2652 pcg 1.11 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2653 ayin 1.108 (exit $ac_status); } && {
2654     test -z "$ac_c_werror_flag" ||
2655     test ! -s conftest.err
2656     } && test -s conftest.$ac_objext; then
2657     :
2658     else
2659     echo "$as_me: failed program was:" >&5
2660     sed 's/^/| /' conftest.$ac_ext >&5
2661    
2662     ac_c_werror_flag=$ac_save_c_werror_flag
2663     CFLAGS="-g"
2664     cat >conftest.$ac_ext <<_ACEOF
2665     /* confdefs.h. */
2666     _ACEOF
2667     cat confdefs.h >>conftest.$ac_ext
2668     cat >>conftest.$ac_ext <<_ACEOF
2669     /* end confdefs.h. */
2670    
2671     int
2672     main ()
2673     {
2674    
2675     ;
2676     return 0;
2677     }
2678     _ACEOF
2679     rm -f conftest.$ac_objext
2680     if { (ac_try="$ac_compile"
2681     case "(($ac_try" in
2682     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2683     *) ac_try_echo=$ac_try;;
2684     esac
2685     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2686     (eval "$ac_compile") 2>conftest.er1
2687 pcg 1.11 ac_status=$?
2688 ayin 1.108 grep -v '^ *+' conftest.er1 >conftest.err
2689     rm -f conftest.er1
2690     cat conftest.err >&5
2691 pcg 1.11 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2692 ayin 1.108 (exit $ac_status); } && {
2693     test -z "$ac_c_werror_flag" ||
2694     test ! -s conftest.err
2695     } && test -s conftest.$ac_objext; then
2696 pcg 1.1 ac_cv_prog_cc_g=yes
2697     else
2698 pcg 1.11 echo "$as_me: failed program was:" >&5
2699     sed 's/^/| /' conftest.$ac_ext >&5
2700    
2701 ayin 1.108
2702     fi
2703    
2704     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2705 root 1.105 fi
2706 ayin 1.108
2707     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2708     fi
2709    
2710     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2711     ac_c_werror_flag=$ac_save_c_werror_flag
2712 pcg 1.1 fi
2713 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2714     echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
2715 pcg 1.1 if test "$ac_test_CFLAGS" = set; then
2716 pcg 1.11 CFLAGS=$ac_save_CFLAGS
2717 pcg 1.1 elif test $ac_cv_prog_cc_g = yes; then
2718     if test "$GCC" = yes; then
2719     CFLAGS="-g -O2"
2720     else
2721     CFLAGS="-g"
2722     fi
2723     else
2724     if test "$GCC" = yes; then
2725     CFLAGS="-O2"
2726     else
2727     CFLAGS=
2728     fi
2729     fi
2730 ayin 1.108 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
2731     echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
2732     if test "${ac_cv_prog_cc_c89+set}" = set; then
2733 pcg 1.11 echo $ECHO_N "(cached) $ECHO_C" >&6
2734     else
2735 ayin 1.108 ac_cv_prog_cc_c89=no
2736 pcg 1.11 ac_save_CC=$CC
2737     cat >conftest.$ac_ext <<_ACEOF
2738     /* confdefs.h. */
2739     _ACEOF
2740     cat confdefs.h >>conftest.$ac_ext
2741     cat >>conftest.$ac_ext <<_ACEOF
2742     /* end confdefs.h. */
2743     #include <stdarg.h>
2744     #include <stdio.h>
2745     #include <sys/types.h>
2746     #include <sys/stat.h>
2747     /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2748     struct buf { int x; };
2749     FILE * (*rcsopen) (struct buf *, struct stat *, int);
2750     static char *e (p, i)
2751     char **p;
2752     int i;
2753     {
2754     return p[i];
2755     }
2756     static char *f (char * (*g) (char **, int), char **p, ...)
2757     {
2758     char *s;
2759     va_list v;
2760     va_start (v,p);
2761     s = g (p, va_arg (v,int));
2762     va_end (v);
2763     return s;
2764     }
2765 pcg 1.1
2766 pcg 1.11 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2767     function prototypes and stuff, but not '\xHH' hex character constants.
2768     These don't provoke an error unfortunately, instead are silently treated
2769 ayin 1.108 as 'x'. The following induces an error, until -std is added to get
2770 pcg 1.11 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2771     array size at least. It's necessary to write '\x00'==0 to get something
2772 ayin 1.108 that's true only with -std. */
2773 pcg 1.11 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2774    
2775 ayin 1.108 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
2776     inside strings and character constants. */
2777     #define FOO(x) 'x'
2778     int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
2779    
2780 pcg 1.11 int test (int i, double x);
2781     struct s1 {int (*f) (int a);};
2782     struct s2 {int (*f) (double a);};
2783     int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2784     int argc;
2785     char **argv;
2786     int
2787     main ()
2788     {
2789     return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2790     ;
2791     return 0;
2792     }
2793     _ACEOF
2794 ayin 1.108 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
2795     -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2796 pcg 1.1 do
2797 pcg 1.11 CC="$ac_save_CC $ac_arg"
2798     rm -f conftest.$ac_objext
2799 ayin 1.108 if { (ac_try="$ac_compile"
2800     case "(($ac_try" in
2801     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2802     *) ac_try_echo=$ac_try;;
2803     esac
2804     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2805     (eval "$ac_compile") 2>conftest.er1
2806 pcg 1.11 ac_status=$?
2807     grep -v '^ *+' conftest.er1 >conftest.err
2808     rm -f conftest.er1
2809     cat conftest.err >&5
2810     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2811 ayin 1.108 (exit $ac_status); } && {
2812     test -z "$ac_c_werror_flag" ||
2813     test ! -s conftest.err
2814     } && test -s conftest.$ac_objext; then
2815     ac_cv_prog_cc_c89=$ac_arg
2816 pcg 1.1 else
2817 pcg 1.11 echo "$as_me: failed program was:" >&5
2818     sed 's/^/| /' conftest.$ac_ext >&5
2819    
2820 ayin 1.108
2821 pcg 1.1 fi
2822 ayin 1.108
2823     rm -f core conftest.err conftest.$ac_objext
2824     test "x$ac_cv_prog_cc_c89" != "xno" && break
2825 pcg 1.1 done
2826 ayin 1.108 rm -f conftest.$ac_ext
2827 pcg 1.11 CC=$ac_save_CC
2828 pcg 1.1
2829 pcg 1.11 fi
2830 ayin 1.108 # AC_CACHE_VAL
2831     case "x$ac_cv_prog_cc_c89" in
2832     x)
2833     { echo "$as_me:$LINENO: result: none needed" >&5
2834     echo "${ECHO_T}none needed" >&6; } ;;
2835     xno)
2836     { echo "$as_me:$LINENO: result: unsupported" >&5
2837     echo "${ECHO_T}unsupported" >&6; } ;;
2838 pcg 1.11 *)
2839 ayin 1.108 CC="$CC $ac_cv_prog_cc_c89"
2840     { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
2841     echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
2842 pcg 1.11 esac
2843 pcg 1.1
2844 ayin 1.108
2845     ac_ext=c
2846     ac_cpp='$CPP $CPPFLAGS'
2847     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2848     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2849     ac_compiler_gnu=$ac_cv_c_compiler_gnu
2850    
2851     ac_ext=cpp
2852     ac_cpp='$CXXCPP $CPPFLAGS'
2853     ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2854     ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2855     ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
2856     if test -z "$CXX"; then
2857     if test -n "$CCC"; then
2858     CXX=$CCC
2859     else
2860     if test -n "$ac_tool_prefix"; then
2861     for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
2862     do
2863     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2864     set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2865     { echo "$as_me:$LINENO: checking for $ac_word" >&5
2866     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2867     if test "${ac_cv_prog_CXX+set}" = set; then
2868     echo $ECHO_N "(cached) $ECHO_C" >&6
2869     else
2870     if test -n "$CXX"; then
2871     ac_cv_prog_CXX="$CXX" # Let the user override the test.
2872     else
2873     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2874     for as_dir in $PATH
2875 ayin 1.106 do
2876 ayin 1.108 IFS=$as_save_IFS
2877     test -z "$as_dir" && as_dir=.
2878     for ac_exec_ext in '' $ac_executable_extensions; do
2879     if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2880     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
2881     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2882     break 2
2883     fi
2884     done
2885     done
2886     IFS=$as_save_IFS
2887    
2888 pcg 1.1 fi
2889     fi
2890 pcg 1.11 CXX=$ac_cv_prog_CXX
2891     if test -n "$CXX"; then
2892 ayin 1.108 { echo "$as_me:$LINENO: result: $CXX" >&5
2893     echo "${ECHO_T}$CXX" >&6; }
2894 pcg 1.1 else
2895 ayin 1.108 { echo "$as_me:$LINENO: result: no" >&5
2896     echo "${ECHO_T}no" >&6; }
2897 pcg 1.1 fi
2898    
2899 ayin 1.108
2900 pcg 1.11 test -n "$CXX" && break
2901     done
2902     fi
2903     if test -z "$CXX"; then
2904     ac_ct_CXX=$CXX
2905 ayin 1.108 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
2906 pcg 1.11 do
2907     # Extract the first word of "$ac_prog", so it can be a program name with args.
2908     set dummy $ac_prog; ac_word=$2
2909 ayin 1.108 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2910     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2911 pcg 1.11 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
2912     echo $ECHO_N "(cached) $ECHO_C" >&6
2913 pcg 1.1 else
2914 pcg 1.11 if test -n "$ac_ct_CXX"; then
2915     ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
2916 pcg 1.1 else
2917 pcg 1.11 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2918     for as_dir in $PATH
2919     do
2920     IFS=$as_save_IFS
2921     test -z "$as_dir" && as_dir=.
2922     for ac_exec_ext in '' $ac_executable_extensions; do
2923 ayin 1.108 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2924 pcg 1.11 ac_cv_prog_ac_ct_CXX="$ac_prog"
2925     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2926     break 2
2927     fi
2928     done
2929     done
2930 ayin 1.108 IFS=$as_save_IFS
2931 pcg 1.11
2932 pcg 1.1 fi
2933 pcg 1.11 fi
2934     ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
2935     if test -n "$ac_ct_CXX"; then
2936 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
2937     echo "${ECHO_T}$ac_ct_CXX" >&6; }
2938 pcg 1.11 else
2939 ayin 1.108 { echo "$as_me:$LINENO: result: no" >&5
2940     echo "${ECHO_T}no" >&6; }
2941 pcg 1.1 fi
2942    
2943 ayin 1.108
2944 pcg 1.11 test -n "$ac_ct_CXX" && break
2945     done
2946    
2947 ayin 1.108 if test "x$ac_ct_CXX" = x; then
2948     CXX="g++"
2949     else
2950     case $cross_compiling:$ac_tool_warned in
2951     yes:)
2952     { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2953     whose name does not start with the host triplet. If you think this
2954     configuration is useful to you, please write to autoconf@gnu.org." >&5
2955     echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2956     whose name does not start with the host triplet. If you think this
2957     configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2958     ac_tool_warned=yes ;;
2959     esac
2960     CXX=$ac_ct_CXX
2961     fi
2962 pcg 1.11 fi
2963    
2964 ayin 1.108 fi
2965     fi
2966 pcg 1.11 # Provide some information about the compiler.
2967 ayin 1.108 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
2968 pcg 1.11 ac_compiler=`set X $ac_compile; echo $2`
2969 ayin 1.108 { (ac_try="$ac_compiler --version >&5"
2970     case "(($ac_try" in
2971     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2972     *) ac_try_echo=$ac_try;;
2973     esac
2974     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2975     (eval "$ac_compiler --version >&5") 2>&5
2976 pcg 1.11 ac_status=$?
2977     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2978     (exit $ac_status); }
2979 ayin 1.108 { (ac_try="$ac_compiler -v >&5"
2980     case "(($ac_try" in
2981     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2982     *) ac_try_echo=$ac_try;;
2983     esac
2984     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2985     (eval "$ac_compiler -v >&5") 2>&5
2986 pcg 1.11 ac_status=$?
2987     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2988     (exit $ac_status); }
2989 ayin 1.108 { (ac_try="$ac_compiler -V >&5"
2990     case "(($ac_try" in
2991     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2992     *) ac_try_echo=$ac_try;;
2993     esac
2994     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2995     (eval "$ac_compiler -V >&5") 2>&5
2996 pcg 1.11 ac_status=$?
2997     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2998     (exit $ac_status); }
2999    
3000 ayin 1.108 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3001     echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
3002 pcg 1.11 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3003     echo $ECHO_N "(cached) $ECHO_C" >&6
3004     else
3005     cat >conftest.$ac_ext <<_ACEOF
3006     /* confdefs.h. */
3007     _ACEOF
3008     cat confdefs.h >>conftest.$ac_ext
3009     cat >>conftest.$ac_ext <<_ACEOF
3010     /* end confdefs.h. */
3011    
3012     int
3013     main ()
3014     {
3015     #ifndef __GNUC__
3016     choke me
3017     #endif
3018    
3019     ;
3020     return 0;
3021     }
3022     _ACEOF
3023     rm -f conftest.$ac_objext
3024 ayin 1.108 if { (ac_try="$ac_compile"
3025     case "(($ac_try" in
3026     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3027     *) ac_try_echo=$ac_try;;
3028     esac
3029     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3030     (eval "$ac_compile") 2>conftest.er1
3031 pcg 1.11 ac_status=$?
3032     grep -v '^ *+' conftest.er1 >conftest.err
3033     rm -f conftest.er1
3034     cat conftest.err >&5
3035     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3036 ayin 1.108 (exit $ac_status); } && {
3037     test -z "$ac_cxx_werror_flag" ||
3038     test ! -s conftest.err
3039     } && test -s conftest.$ac_objext; then
3040 pcg 1.11 ac_compiler_gnu=yes
3041     else
3042     echo "$as_me: failed program was:" >&5
3043     sed 's/^/| /' conftest.$ac_ext >&5
3044    
3045 ayin 1.108 ac_compiler_gnu=no
3046 pcg 1.11 fi
3047 ayin 1.108
3048     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3049 pcg 1.11 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3050    
3051     fi
3052 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3053     echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3054 pcg 1.11 GXX=`test $ac_compiler_gnu = yes && echo yes`
3055     ac_test_CXXFLAGS=${CXXFLAGS+set}
3056     ac_save_CXXFLAGS=$CXXFLAGS
3057 ayin 1.108 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3058     echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
3059 pcg 1.11 if test "${ac_cv_prog_cxx_g+set}" = set; then
3060     echo $ECHO_N "(cached) $ECHO_C" >&6
3061     else
3062 ayin 1.108 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3063     ac_cxx_werror_flag=yes
3064     ac_cv_prog_cxx_g=no
3065     CXXFLAGS="-g"
3066     cat >conftest.$ac_ext <<_ACEOF
3067 pcg 1.11 /* confdefs.h. */
3068     _ACEOF
3069     cat confdefs.h >>conftest.$ac_ext
3070     cat >>conftest.$ac_ext <<_ACEOF
3071     /* end confdefs.h. */
3072    
3073     int
3074     main ()
3075     {
3076    
3077     ;
3078     return 0;
3079     }
3080     _ACEOF
3081     rm -f conftest.$ac_objext
3082 ayin 1.108 if { (ac_try="$ac_compile"
3083     case "(($ac_try" in
3084     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3085     *) ac_try_echo=$ac_try;;
3086     esac
3087     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3088     (eval "$ac_compile") 2>conftest.er1
3089 pcg 1.11 ac_status=$?
3090     grep -v '^ *+' conftest.er1 >conftest.err
3091     rm -f conftest.er1
3092     cat conftest.err >&5
3093     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3094 ayin 1.108 (exit $ac_status); } && {
3095     test -z "$ac_cxx_werror_flag" ||
3096     test ! -s conftest.err
3097     } && test -s conftest.$ac_objext; then
3098 pcg 1.11 ac_cv_prog_cxx_g=yes
3099     else
3100     echo "$as_me: failed program was:" >&5
3101     sed 's/^/| /' conftest.$ac_ext >&5
3102    
3103 ayin 1.108 CXXFLAGS=""
3104     cat >conftest.$ac_ext <<_ACEOF
3105 pcg 1.11 /* confdefs.h. */
3106     _ACEOF
3107     cat confdefs.h >>conftest.$ac_ext
3108     cat >>conftest.$ac_ext <<_ACEOF
3109     /* end confdefs.h. */
3110 ayin 1.108
3111 pcg 1.11 int
3112     main ()
3113     {
3114 ayin 1.108
3115 pcg 1.11 ;
3116     return 0;
3117     }
3118     _ACEOF
3119     rm -f conftest.$ac_objext
3120 ayin 1.108 if { (ac_try="$ac_compile"
3121     case "(($ac_try" in
3122     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3123     *) ac_try_echo=$ac_try;;
3124     esac
3125     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3126     (eval "$ac_compile") 2>conftest.er1
3127 pcg 1.11 ac_status=$?
3128     grep -v '^ *+' conftest.er1 >conftest.err
3129     rm -f conftest.er1
3130     cat conftest.err >&5
3131     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3132 ayin 1.108 (exit $ac_status); } && {
3133     test -z "$ac_cxx_werror_flag" ||
3134     test ! -s conftest.err
3135     } && test -s conftest.$ac_objext; then
3136 pcg 1.11 :
3137     else
3138     echo "$as_me: failed program was:" >&5
3139     sed 's/^/| /' conftest.$ac_ext >&5
3140    
3141 ayin 1.108 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3142     CXXFLAGS="-g"
3143     cat >conftest.$ac_ext <<_ACEOF
3144 pcg 1.11 /* confdefs.h. */
3145     _ACEOF
3146     cat confdefs.h >>conftest.$ac_ext
3147     cat >>conftest.$ac_ext <<_ACEOF
3148     /* end confdefs.h. */
3149 ayin 1.108
3150 pcg 1.11 int
3151     main ()
3152     {
3153 ayin 1.108
3154 pcg 1.11 ;
3155     return 0;
3156     }
3157     _ACEOF
3158     rm -f conftest.$ac_objext
3159 ayin 1.108 if { (ac_try="$ac_compile"
3160     case "(($ac_try" in
3161     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3162     *) ac_try_echo=$ac_try;;
3163     esac
3164     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3165     (eval "$ac_compile") 2>conftest.er1
3166 pcg 1.11 ac_status=$?
3167     grep -v '^ *+' conftest.er1 >conftest.err
3168     rm -f conftest.er1
3169     cat conftest.err >&5
3170     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3171 ayin 1.108 (exit $ac_status); } && {
3172     test -z "$ac_cxx_werror_flag" ||
3173     test ! -s conftest.err
3174     } && test -s conftest.$ac_objext; then
3175     ac_cv_prog_cxx_g=yes
3176 pcg 1.11 else
3177     echo "$as_me: failed program was:" >&5
3178     sed 's/^/| /' conftest.$ac_ext >&5
3179    
3180 ayin 1.108
3181 pcg 1.11 fi
3182 ayin 1.108
3183     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3184     fi
3185    
3186     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3187 pcg 1.11 fi
3188    
3189 ayin 1.108 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3190     ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3191     fi
3192     { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3193     echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3194     if test "$ac_test_CXXFLAGS" = set; then
3195     CXXFLAGS=$ac_save_CXXFLAGS
3196     elif test $ac_cv_prog_cxx_g = yes; then
3197     if test "$GXX" = yes; then
3198     CXXFLAGS="-g -O2"
3199     else
3200     CXXFLAGS="-g"
3201     fi
3202     else
3203     if test "$GXX" = yes; then
3204     CXXFLAGS="-O2"
3205     else
3206     CXXFLAGS=
3207     fi
3208     fi
3209 pcg 1.11 ac_ext=c
3210     ac_cpp='$CPP $CPPFLAGS'
3211     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3212     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3213     ac_compiler_gnu=$ac_cv_c_compiler_gnu
3214 pcg 1.1
3215 pcg 1.11 ac_ext=c
3216     ac_cpp='$CPP $CPPFLAGS'
3217     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3218     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3219     ac_compiler_gnu=$ac_cv_c_compiler_gnu
3220 ayin 1.108 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3221     echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
3222 pcg 1.1 # On Suns, sometimes $CPP names a directory.
3223     if test -n "$CPP" && test -d "$CPP"; then
3224     CPP=
3225     fi
3226     if test -z "$CPP"; then
3227 pcg 1.11 if test "${ac_cv_prog_CPP+set}" = set; then
3228     echo $ECHO_N "(cached) $ECHO_C" >&6
3229 pcg 1.1 else
3230 pcg 1.11 # Double quotes because CPP needs to be expanded
3231     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3232     do
3233     ac_preproc_ok=false
3234     for ac_c_preproc_warn_flag in '' yes
3235     do
3236     # Use a header file that comes with gcc, so configuring glibc
3237     # with a fresh cross-compiler works.
3238     # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3239     # <limits.h> exists even on freestanding compilers.
3240 pcg 1.1 # On the NeXT, cc -E runs the code through the compiler's parser,
3241 pcg 1.11 # not just through cpp. "Syntax error" is here to catch this case.
3242     cat >conftest.$ac_ext <<_ACEOF
3243     /* confdefs.h. */
3244     _ACEOF
3245     cat confdefs.h >>conftest.$ac_ext
3246     cat >>conftest.$ac_ext <<_ACEOF
3247     /* end confdefs.h. */
3248     #ifdef __STDC__
3249     # include <limits.h>
3250     #else
3251     # include <assert.h>
3252     #endif
3253     Syntax error
3254     _ACEOF
3255 ayin 1.108 if { (ac_try="$ac_cpp conftest.$ac_ext"
3256     case "(($ac_try" in
3257     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3258     *) ac_try_echo=$ac_try;;
3259     esac
3260     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3261     (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3262 pcg 1.11 ac_status=$?
3263     grep -v '^ *+' conftest.er1 >conftest.err
3264     rm -f conftest.er1
3265     cat conftest.err >&5
3266     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3267 ayin 1.108 (exit $ac_status); } >/dev/null && {
3268     test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3269     test ! -s conftest.err
3270     }; then
3271 pcg 1.1 :
3272     else
3273 pcg 1.11 echo "$as_me: failed program was:" >&5
3274     sed 's/^/| /' conftest.$ac_ext >&5
3275    
3276     # Broken: fails on valid input.
3277     continue
3278     fi
3279 ayin 1.108
3280 pcg 1.11 rm -f conftest.err conftest.$ac_ext
3281    
3282 ayin 1.108 # OK, works on sane cases. Now check whether nonexistent headers
3283 pcg 1.11 # can be detected and how.
3284     cat >conftest.$ac_ext <<_ACEOF
3285     /* confdefs.h. */
3286     _ACEOF
3287     cat confdefs.h >>conftest.$ac_ext
3288     cat >>conftest.$ac_ext <<_ACEOF
3289     /* end confdefs.h. */
3290     #include <ac_nonexistent.h>
3291     _ACEOF
3292 ayin 1.108 if { (ac_try="$ac_cpp conftest.$ac_ext"
3293     case "(($ac_try" in
3294     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3295     *) ac_try_echo=$ac_try;;
3296     esac
3297     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3298     (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3299 pcg 1.11 ac_status=$?
3300     grep -v '^ *+' conftest.er1 >conftest.err
3301     rm -f conftest.er1
3302     cat conftest.err >&5
3303     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3304 ayin 1.108 (exit $ac_status); } >/dev/null && {
3305     test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3306     test ! -s conftest.err
3307     }; then
3308 pcg 1.11 # Broken: success on invalid input.
3309     continue
3310     else
3311     echo "$as_me: failed program was:" >&5
3312     sed 's/^/| /' conftest.$ac_ext >&5
3313    
3314     # Passes both tests.
3315     ac_preproc_ok=:
3316     break
3317     fi
3318 ayin 1.108
3319 pcg 1.11 rm -f conftest.err conftest.$ac_ext
3320    
3321     done
3322     # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3323     rm -f conftest.err conftest.$ac_ext
3324     if $ac_preproc_ok; then
3325     break
3326     fi
3327    
3328     done
3329     ac_cv_prog_CPP=$CPP
3330    
3331     fi
3332     CPP=$ac_cv_prog_CPP
3333     else
3334     ac_cv_prog_CPP=$CPP
3335     fi
3336 ayin 1.108 { echo "$as_me:$LINENO: result: $CPP" >&5
3337     echo "${ECHO_T}$CPP" >&6; }
3338 pcg 1.11 ac_preproc_ok=false
3339     for ac_c_preproc_warn_flag in '' yes
3340     do
3341     # Use a header file that comes with gcc, so configuring glibc
3342     # with a fresh cross-compiler works.
3343     # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3344     # <limits.h> exists even on freestanding compilers.
3345     # On the NeXT, cc -E runs the code through the compiler's parser,
3346     # not just through cpp. "Syntax error" is here to catch this case.
3347     cat >conftest.$ac_ext <<_ACEOF
3348     /* confdefs.h. */
3349     _ACEOF
3350     cat confdefs.h >>conftest.$ac_ext
3351     cat >>conftest.$ac_ext <<_ACEOF
3352     /* end confdefs.h. */
3353     #ifdef __STDC__
3354     # include <limits.h>
3355     #else
3356     # include <assert.h>
3357     #endif
3358     Syntax error
3359     _ACEOF
3360 ayin 1.108 if { (ac_try="$ac_cpp conftest.$ac_ext"
3361     case "(($ac_try" in
3362     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3363     *) ac_try_echo=$ac_try;;
3364     esac
3365     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3366     (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3367 pcg 1.11 ac_status=$?
3368     grep -v '^ *+' conftest.er1 >conftest.err
3369     rm -f conftest.er1
3370     cat conftest.err >&5
3371     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3372 ayin 1.108 (exit $ac_status); } >/dev/null && {
3373     test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3374     test ! -s conftest.err
3375     }; then
3376 pcg 1.1 :
3377     else
3378 pcg 1.11 echo "$as_me: failed program was:" >&5
3379     sed 's/^/| /' conftest.$ac_ext >&5
3380    
3381     # Broken: fails on valid input.
3382     continue
3383 pcg 1.1 fi
3384 ayin 1.108
3385 pcg 1.11 rm -f conftest.err conftest.$ac_ext
3386    
3387 ayin 1.108 # OK, works on sane cases. Now check whether nonexistent headers
3388 pcg 1.11 # can be detected and how.
3389     cat >conftest.$ac_ext <<_ACEOF
3390     /* confdefs.h. */
3391     _ACEOF
3392     cat confdefs.h >>conftest.$ac_ext
3393     cat >>conftest.$ac_ext <<_ACEOF
3394     /* end confdefs.h. */
3395     #include <ac_nonexistent.h>
3396     _ACEOF
3397 ayin 1.108 if { (ac_try="$ac_cpp conftest.$ac_ext"
3398     case "(($ac_try" in
3399     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3400     *) ac_try_echo=$ac_try;;
3401     esac
3402     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3403     (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3404 pcg 1.11 ac_status=$?
3405     grep -v '^ *+' conftest.er1 >conftest.err
3406     rm -f conftest.er1
3407     cat conftest.err >&5
3408     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3409 ayin 1.108 (exit $ac_status); } >/dev/null && {
3410     test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3411     test ! -s conftest.err
3412     }; then
3413 pcg 1.11 # Broken: success on invalid input.
3414     continue
3415     else
3416     echo "$as_me: failed program was:" >&5
3417     sed 's/^/| /' conftest.$ac_ext >&5
3418    
3419     # Passes both tests.
3420     ac_preproc_ok=:
3421     break
3422 pcg 1.1 fi
3423 ayin 1.108
3424 pcg 1.11 rm -f conftest.err conftest.$ac_ext
3425    
3426     done
3427     # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3428     rm -f conftest.err conftest.$ac_ext
3429     if $ac_preproc_ok; then
3430     :
3431 pcg 1.1 else
3432 pcg 1.11 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
3433     See \`config.log' for more details." >&5
3434     echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3435     See \`config.log' for more details." >&2;}
3436     { (exit 1); exit 1; }; }
3437 pcg 1.1 fi
3438 pcg 1.11
3439     ac_ext=c
3440     ac_cpp='$CPP $CPPFLAGS'
3441     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3442     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3443     ac_compiler_gnu=$ac_cv_c_compiler_gnu
3444 pcg 1.1
3445     # Find a good install program. We prefer a C program (faster),
3446     # so one script is as good as another. But avoid the broken or
3447     # incompatible versions:
3448     # SysV /etc/install, /usr/sbin/install
3449     # SunOS /usr/etc/install
3450     # IRIX /sbin/install
3451     # AIX /bin/install
3452 pcg 1.11 # AmigaOS /C/install, which installs bootblocks on floppy discs
3453 pcg 1.1 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3454     # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3455     # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3456 pcg 1.11 # OS/2's system install, which has a completely different semantic
3457 pcg 1.1 # ./install, which can be erroneously created by make from ./install.sh.
3458 ayin 1.108 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
3459     echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
3460 pcg 1.1 if test -z "$INSTALL"; then
3461 pcg 1.11 if test "${ac_cv_path_install+set}" = set; then
3462     echo $ECHO_N "(cached) $ECHO_C" >&6
3463 pcg 1.1 else
3464 pcg 1.11 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3465     for as_dir in $PATH
3466     do
3467     IFS=$as_save_IFS
3468     test -z "$as_dir" && as_dir=.
3469     # Account for people who put trailing slashes in PATH elements.
3470     case $as_dir/ in
3471     ./ | .// | /cC/* | \
3472     /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3473     ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
3474     /usr/ucb/* ) ;;
3475     *)
3476     # OSF1 and SCO ODT 3.0 have their own names for install.
3477     # Don't use installbsd from OSF since it installs stuff as root
3478     # by default.
3479     for ac_prog in ginstall scoinst install; do
3480     for ac_exec_ext in '' $ac_executable_extensions; do
3481 ayin 1.108 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
3482 pcg 1.1 if test $ac_prog = install &&
3483 pcg 1.11 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3484 pcg 1.1 # AIX install. It has an incompatible calling convention.
3485     :
3486 pcg 1.11 elif test $ac_prog = install &&
3487     grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3488     # program-specific install script used by HP pwplus--don't use.
3489     :
3490 pcg 1.1 else
3491 pcg 1.11 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3492     break 3
3493 pcg 1.1 fi
3494     fi
3495     done
3496 pcg 1.11 done
3497     ;;
3498     esac
3499     done
3500 ayin 1.108 IFS=$as_save_IFS
3501 pcg 1.11
3502 pcg 1.1
3503     fi
3504     if test "${ac_cv_path_install+set}" = set; then
3505 pcg 1.11 INSTALL=$ac_cv_path_install
3506 pcg 1.1 else
3507 ayin 1.108 # As a last resort, use the slow shell script. Don't cache a
3508     # value for INSTALL within a source directory, because that will
3509 pcg 1.1 # break other packages using the cache if that directory is
3510 ayin 1.108 # removed, or if the value is a relative name.
3511 pcg 1.11 INSTALL=$ac_install_sh
3512 pcg 1.1 fi
3513     fi
3514 ayin 1.108 { echo "$as_me:$LINENO: result: $INSTALL" >&5
3515     echo "${ECHO_T}$INSTALL" >&6; }
3516 pcg 1.1
3517     # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3518     # It thinks the first close brace ends the variable substitution.
3519     test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3520    
3521 pcg 1.11 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3522 pcg 1.1
3523     test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3524    
3525    
3526 pcg 1.11
3527    
3528 ayin 1.108 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
3529     echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
3530     if test "${ac_cv_path_GREP+set}" = set; then
3531     echo $ECHO_N "(cached) $ECHO_C" >&6
3532     else
3533     # Extract the first word of "grep ggrep" to use in msg output
3534     if test -z "$GREP"; then
3535     set dummy grep ggrep; ac_prog_name=$2
3536     if test "${ac_cv_path_GREP+set}" = set; then
3537 ayin 1.102 echo $ECHO_N "(cached) $ECHO_C" >&6
3538     else
3539 ayin 1.108 ac_path_GREP_found=false
3540     # Loop through the user's path and test for each of PROGNAME-LIST
3541     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3542     for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3543     do
3544     IFS=$as_save_IFS
3545     test -z "$as_dir" && as_dir=.
3546     for ac_prog in grep ggrep; do
3547     for ac_exec_ext in '' $ac_executable_extensions; do
3548     ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
3549     { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
3550     # Check for GNU ac_path_GREP and select it if it is found.
3551     # Check for GNU $ac_path_GREP
3552     case `"$ac_path_GREP" --version 2>&1` in
3553     *GNU*)
3554     ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3555     *)
3556     ac_count=0
3557     echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
3558     while :
3559     do
3560     cat "conftest.in" "conftest.in" >"conftest.tmp"
3561     mv "conftest.tmp" "conftest.in"
3562     cp "conftest.in" "conftest.nl"
3563     echo 'GREP' >> "conftest.nl"
3564     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3565     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3566     ac_count=`expr $ac_count + 1`
3567     if test $ac_count -gt ${ac_path_GREP_max-0}; then
3568     # Best one so far, save it but keep looking for a better one
3569     ac_cv_path_GREP="$ac_path_GREP"
3570     ac_path_GREP_max=$ac_count
3571 root 1.105 fi
3572 ayin 1.108 # 10*(2^10) chars as input seems more than enough
3573     test $ac_count -gt 10 && break
3574     done
3575     rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3576     esac
3577    
3578    
3579     $ac_path_GREP_found && break 3
3580     done
3581     done
3582 root 1.105
3583 ayin 1.108 done
3584     IFS=$as_save_IFS
3585 root 1.105
3586    
3587 ayin 1.108 fi
3588 pcg 1.1
3589 ayin 1.108 GREP="$ac_cv_path_GREP"
3590     if test -z "$GREP"; then
3591     { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
3592     echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
3593     { (exit 1); exit 1; }; }
3594     fi
3595 root 1.105
3596 root 1.80 else
3597 ayin 1.108 ac_cv_path_GREP=$GREP
3598 root 1.105 fi
3599    
3600 root 1.80
3601 ayin 1.108 fi
3602     { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
3603     echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
3604     GREP="$ac_cv_path_GREP"
3605    
3606    
3607     { echo "$as_me:$LINENO: checking for egrep" >&5
3608     echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
3609     if test "${ac_cv_path_EGREP+set}" = set; then
3610     echo $ECHO_N "(cached) $ECHO_C" >&6
3611     else
3612     if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3613     then ac_cv_path_EGREP="$GREP -E"
3614     else
3615     # Extract the first word of "egrep" to use in msg output
3616     if test -z "$EGREP"; then
3617     set dummy egrep; ac_prog_name=$2
3618     if test "${ac_cv_path_EGREP+set}" = set; then
3619 root 1.105 echo $ECHO_N "(cached) $ECHO_C" >&6
3620     else
3621 ayin 1.108 ac_path_EGREP_found=false
3622     # Loop through the user's path and test for each of PROGNAME-LIST
3623     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3624     for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3625     do
3626     IFS=$as_save_IFS
3627     test -z "$as_dir" && as_dir=.
3628     for ac_prog in egrep; do
3629     for ac_exec_ext in '' $ac_executable_extensions; do
3630     ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
3631     { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
3632     # Check for GNU ac_path_EGREP and select it if it is found.
3633     # Check for GNU $ac_path_EGREP
3634     case `"$ac_path_EGREP" --version 2>&1` in
3635     *GNU*)
3636     ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3637     *)
3638     ac_count=0
3639     echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
3640     while :
3641     do
3642     cat "conftest.in" "conftest.in" >"conftest.tmp"
3643     mv "conftest.tmp" "conftest.in"
3644     cp "conftest.in" "conftest.nl"
3645     echo 'EGREP' >> "conftest.nl"
3646     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3647     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3648     ac_count=`expr $ac_count + 1`
3649     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3650     # Best one so far, save it but keep looking for a better one
3651     ac_cv_path_EGREP="$ac_path_EGREP"
3652     ac_path_EGREP_max=$ac_count
3653     fi
3654     # 10*(2^10) chars as input seems more than enough
3655     test $ac_count -gt 10 && break
3656     done
3657     rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3658     esac
3659    
3660    
3661     $ac_path_EGREP_found && break 3
3662     done
3663     done
3664    
3665     done
3666     IFS=$as_save_IFS
3667    
3668    
3669     fi
3670    
3671     EGREP="$ac_cv_path_EGREP"
3672     if test -z "$EGREP"; then
3673     { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
3674     echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
3675     { (exit 1); exit 1; }; }
3676     fi
3677    
3678     else
3679     ac_cv_path_EGREP=$EGREP
3680     fi
3681    
3682    
3683     fi
3684     fi
3685     { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
3686     echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
3687     EGREP="$ac_cv_path_EGREP"
3688    
3689    
3690    
3691     { echo "$as_me:$LINENO: checking for AIX" >&5
3692     echo $ECHO_N "checking for AIX... $ECHO_C" >&6; }
3693 root 1.105 cat >conftest.$ac_ext <<_ACEOF
3694 ayin 1.104 /* confdefs.h. */
3695     _ACEOF
3696     cat confdefs.h >>conftest.$ac_ext
3697     cat >>conftest.$ac_ext <<_ACEOF
3698     /* end confdefs.h. */
3699 ayin 1.108 #ifdef _AIX
3700     yes
3701     #endif
3702 ayin 1.104
3703     _ACEOF
3704 ayin 1.108 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3705     $EGREP "yes" >/dev/null 2>&1; then
3706     { echo "$as_me:$LINENO: result: yes" >&5
3707     echo "${ECHO_T}yes" >&6; }
3708     cat >>confdefs.h <<\_ACEOF
3709     #define _ALL_SOURCE 1
3710     _ACEOF
3711    
3712 ayin 1.104 else
3713 ayin 1.108 { echo "$as_me:$LINENO: result: no" >&5
3714     echo "${ECHO_T}no" >&6; }
3715     fi
3716     rm -f conftest*
3717    
3718 ayin 1.104
3719 ayin 1.108 { echo "$as_me:$LINENO: checking for library containing strerror" >&5
3720     echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6; }
3721     if test "${ac_cv_search_strerror+set}" = set; then
3722     echo $ECHO_N "(cached) $ECHO_C" >&6
3723     else
3724     ac_func_search_save_LIBS=$LIBS
3725     cat >conftest.$ac_ext <<_ACEOF
3726 ayin 1.106 /* confdefs.h. */
3727     _ACEOF
3728     cat confdefs.h >>conftest.$ac_ext
3729     cat >>conftest.$ac_ext <<_ACEOF
3730     /* end confdefs.h. */
3731    
3732 ayin 1.108 /* Override any GCC internal prototype to avoid an error.
3733     Use char because int might match the return type of a GCC
3734     builtin and then its argument prototype would still apply. */
3735 ayin 1.106 #ifdef __cplusplus
3736     extern "C"
3737     #endif
3738     char strerror ();
3739     int
3740     main ()
3741     {
3742 ayin 1.108 return strerror ();
3743 ayin 1.106 ;
3744     return 0;
3745     }
3746     _ACEOF
3747 ayin 1.108 for ac_lib in '' cposix; do
3748     if test -z "$ac_lib"; then
3749     ac_res="none required"
3750     else
3751     ac_res=-l$ac_lib
3752     LIBS="-l$ac_lib $ac_func_search_save_LIBS"
3753     fi
3754     rm -f conftest.$ac_objext conftest$ac_exeext
3755     if { (ac_try="$ac_link"
3756     case "(($ac_try" in
3757     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3758     *) ac_try_echo=$ac_try;;
3759     esac
3760     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3761     (eval "$ac_link") 2>conftest.er1
3762 ayin 1.106 ac_status=$?
3763     grep -v '^ *+' conftest.er1 >conftest.err
3764     rm -f conftest.er1
3765     cat conftest.err >&5
3766     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3767 ayin 1.108 (exit $ac_status); } && {
3768     test -z "$ac_c_werror_flag" ||
3769     test ! -s conftest.err
3770     } && test -s conftest$ac_exeext &&
3771     $as_test_x conftest$ac_exeext; then
3772     ac_cv_search_strerror=$ac_res
3773 ayin 1.106 else
3774     echo "$as_me: failed program was:" >&5
3775     sed 's/^/| /' conftest.$ac_ext >&5
3776    
3777 ayin 1.108
3778     fi
3779    
3780     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
3781     conftest$ac_exeext
3782     if test "${ac_cv_search_strerror+set}" = set; then
3783     break
3784 ayin 1.106 fi
3785 ayin 1.108 done
3786     if test "${ac_cv_search_strerror+set}" = set; then
3787     :
3788     else
3789     ac_cv_search_strerror=no
3790 ayin 1.106 fi
3791 ayin 1.108 rm conftest.$ac_ext
3792 ayin 1.106 LIBS=$ac_func_search_save_LIBS
3793     fi
3794 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
3795     echo "${ECHO_T}$ac_cv_search_strerror" >&6; }
3796     ac_res=$ac_cv_search_strerror
3797     if test "$ac_res" != no; then
3798     test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
3799 ayin 1.106
3800     fi
3801    
3802 ayin 1.108 ac_ext=cpp
3803 ayin 1.106 ac_cpp='$CXXCPP $CPPFLAGS'
3804     ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3805     ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3806     ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3807    
3808    
3809     if test x$GCC = xyes && test x$GXX = xyes; then
3810 ayin 1.108 { echo "$as_me:$LINENO: checking for working libsupc++" >&5
3811     echo $ECHO_N "checking for working libsupc++... $ECHO_C" >&6; }
3812 ayin 1.106 save_CXX="$CXX"
3813     save_LIBS="$LIBS"
3814     CXX="$CC"
3815     LIBS="$LIBS -lsupc++"
3816     LINKER="$CC"
3817    
3818     cat >conftest.$ac_ext <<_ACEOF
3819 root 1.80 /* confdefs.h. */
3820     _ACEOF
3821     cat confdefs.h >>conftest.$ac_ext
3822     cat >>conftest.$ac_ext <<_ACEOF
3823     /* end confdefs.h. */
3824 root 1.84 struct test { }; void f() try { throw new test; } catch (...) { throw; }
3825 root 1.80 int
3826     main ()
3827     {
3828 root 1.84
3829 root 1.80 ;
3830     return 0;
3831     }
3832     _ACEOF
3833     rm -f conftest.$ac_objext conftest$ac_exeext
3834 ayin 1.108 if { (ac_try="$ac_link"
3835     case "(($ac_try" in
3836     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3837     *) ac_try_echo=$ac_try;;
3838     esac
3839     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3840     (eval "$ac_link") 2>conftest.er1
3841 root 1.80 ac_status=$?
3842     grep -v '^ *+' conftest.er1 >conftest.err
3843     rm -f conftest.er1
3844     cat conftest.err >&5
3845     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3846 ayin 1.108 (exit $ac_status); } && {
3847     test -z "$ac_cxx_werror_flag" ||
3848     test ! -s conftest.err
3849     } && test -s conftest$ac_exeext &&
3850     $as_test_x conftest$ac_exeext; then
3851     { echo "$as_me:$LINENO: result: ok" >&5
3852     echo "${ECHO_T}ok" >&6; }
3853 root 1.80 else
3854     echo "$as_me: failed program was:" >&5
3855     sed 's/^/| /' conftest.$ac_ext >&5
3856    
3857 root 1.84
3858 ayin 1.108 { echo "$as_me:$LINENO: result: no, making everything bigger and slower" >&5
3859     echo "${ECHO_T}no, making everything bigger and slower" >&6; }
3860 root 1.84 LIBS="$save_LIBS"
3861 root 1.85 LINKER="$save_CXX"
3862 root 1.84
3863    
3864 root 1.80 fi
3865 ayin 1.108
3866     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
3867 root 1.80 conftest$ac_exeext conftest.$ac_ext
3868 root 1.85 CXX="$save_CXX"
3869 root 1.80 fi
3870     LINKER=$LINKER
3871    
3872    
3873     if test -z "$orig_CXXFLAGS"; then
3874     if test x$GCC = xyes && test "x$GXX" = xyes; then
3875 ayin 1.114 CXXFLAGS="-g -O3 -fno-threadsafe-statics -fno-enforce-eh-specs"
3876 root 1.84 cat >conftest.$ac_ext <<_ACEOF
3877 root 1.83 /* confdefs.h. */
3878     _ACEOF
3879     cat confdefs.h >>conftest.$ac_ext
3880     cat >>conftest.$ac_ext <<_ACEOF
3881     /* end confdefs.h. */
3882    
3883     int
3884     main ()
3885     {
3886    
3887     ;
3888     return 0;
3889     }
3890 root 1.80 _ACEOF
3891     rm -f conftest.$ac_objext
3892 ayin 1.108 if { (ac_try="$ac_compile"
3893     case "(($ac_try" in
3894     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3895     *) ac_try_echo=$ac_try;;
3896     esac
3897     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3898     (eval "$ac_compile") 2>conftest.er1
3899 root 1.80 ac_status=$?
3900     grep -v '^ *+' conftest.er1 >conftest.err
3901     rm -f conftest.er1
3902     cat conftest.err >&5
3903     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3904 ayin 1.108 (exit $ac_status); } && {
3905     test -z "$ac_cxx_werror_flag" ||
3906     test ! -s conftest.err
3907     } && test -s conftest.$ac_objext; then
3908 root 1.82 :
3909 root 1.80 else
3910     echo "$as_me: failed program was:" >&5
3911     sed 's/^/| /' conftest.$ac_ext >&5
3912    
3913 ayin 1.108 CXXFLAGS="-g -O3"
3914 root 1.80 fi
3915 ayin 1.108
3916     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3917 root 1.80 else
3918     CXXFLAGS="-O"
3919     fi
3920     CFLAGS="$CXXFLAGS"
3921     fi
3922    
3923    
3924     cat >>confdefs.h <<\_ACEOF
3925     #define _GNU_SOURCE 1
3926     _ACEOF
3927    
3928    
3929     case $host in
3930     *-*-solaris* )
3931    
3932     cat >>confdefs.h <<\_ACEOF
3933 root 1.105 #define _XOPEN_SOURCE 500
3934 root 1.80 _ACEOF
3935 pcg 1.11
3936 root 1.80 ;;
3937     esac
3938 pcg 1.1
3939    
3940 ayin 1.108 { echo "$as_me:$LINENO: checking for setlocale" >&5
3941     echo $ECHO_N "checking for setlocale... $ECHO_C" >&6; }
3942 root 1.57 if test "${ac_cv_func_setlocale+set}" = set; then
3943     echo $ECHO_N "(cached) $ECHO_C" >&6
3944     else
3945     cat >conftest.$ac_ext <<_ACEOF
3946     /* confdefs.h. */
3947     _ACEOF
3948     cat confdefs.h >>conftest.$ac_ext
3949     cat >>conftest.$ac_ext <<_ACEOF
3950     /* end confdefs.h. */
3951     /* Define setlocale to an innocuous variant, in case <limits.h> declares setlocale.
3952     For example, HP-UX 11i <limits.h> declares gettimeofday. */
3953     #define setlocale innocuous_setlocale
3954    
3955     /* System header to define __stub macros and hopefully few prototypes,
3956     which can conflict with char setlocale (); below.
3957     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3958     <limits.h> exists even on freestanding compilers. */
3959    
3960     #ifdef __STDC__
3961     # include <limits.h>
3962     #else
3963     # include <assert.h>
3964     #endif
3965    
3966     #undef setlocale
3967    
3968 ayin 1.108 /* Override any GCC internal prototype to avoid an error.
3969     Use char because int might match the return type of a GCC
3970     builtin and then its argument prototype would still apply. */
3971 root 1.57 #ifdef __cplusplus
3972     extern "C"
3973     #endif
3974     char setlocale ();
3975     /* The GNU C library defines this for functions which it implements
3976     to always fail with ENOSYS. Some functions are actually named
3977     something starting with __ and the normal name is an alias. */
3978 ayin 1.108 #if defined __stub_setlocale || defined __stub___setlocale
3979 root 1.57 choke me
3980     #endif
3981    
3982     int
3983     main ()
3984     {
3985 ayin 1.108 return setlocale ();
3986 root 1.57 ;
3987     return 0;
3988     }
3989     _ACEOF
3990     rm -f conftest.$ac_objext conftest$ac_exeext
3991 ayin 1.108 if { (ac_try="$ac_link"
3992     case "(($ac_try" in
3993     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3994     *) ac_try_echo=$ac_try;;
3995     esac
3996     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3997     (eval "$ac_link") 2>conftest.er1
3998 root 1.57 ac_status=$?
3999     grep -v '^ *+' conftest.er1 >conftest.err
4000     rm -f conftest.er1
4001     cat conftest.err >&5
4002     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4003 ayin 1.108 (exit $ac_status); } && {
4004     test -z "$ac_cxx_werror_flag" ||
4005     test ! -s conftest.err
4006     } && test -s conftest$ac_exeext &&
4007     $as_test_x conftest$ac_exeext; then
4008 root 1.57 ac_cv_func_setlocale=yes
4009     else
4010     echo "$as_me: failed program was:" >&5
4011     sed 's/^/| /' conftest.$ac_ext >&5
4012    
4013 ayin 1.108 ac_cv_func_setlocale=no
4014 root 1.57 fi
4015 ayin 1.108
4016     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4017 root 1.57 conftest$ac_exeext conftest.$ac_ext
4018     fi
4019 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_func_setlocale" >&5
4020     echo "${ECHO_T}$ac_cv_func_setlocale" >&6; }
4021 root 1.57 if test $ac_cv_func_setlocale = yes; then
4022     :
4023     else
4024 ayin 1.108 { echo "$as_me:$LINENO: checking for setlocale in -lxpg4" >&5
4025     echo $ECHO_N "checking for setlocale in -lxpg4... $ECHO_C" >&6; }
4026 pcg 1.25 if test "${ac_cv_lib_xpg4_setlocale+set}" = set; then
4027     echo $ECHO_N "(cached) $ECHO_C" >&6
4028     else
4029     ac_check_lib_save_LIBS=$LIBS
4030     LIBS="-lxpg4 $LIBS"
4031     cat >conftest.$ac_ext <<_ACEOF
4032     /* confdefs.h. */
4033     _ACEOF
4034     cat confdefs.h >>conftest.$ac_ext
4035     cat >>conftest.$ac_ext <<_ACEOF
4036     /* end confdefs.h. */
4037    
4038 ayin 1.108 /* Override any GCC internal prototype to avoid an error.
4039     Use char because int might match the return type of a GCC
4040     builtin and then its argument prototype would still apply. */
4041 pcg 1.25 #ifdef __cplusplus
4042     extern "C"
4043     #endif
4044     char setlocale ();
4045     int
4046     main ()
4047     {
4048 ayin 1.108 return setlocale ();
4049 pcg 1.25 ;
4050     return 0;
4051     }
4052     _ACEOF
4053     rm -f conftest.$ac_objext conftest$ac_exeext
4054 ayin 1.108 if { (ac_try="$ac_link"
4055     case "(($ac_try" in
4056     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4057     *) ac_try_echo=$ac_try;;
4058     esac
4059     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4060     (eval "$ac_link") 2>conftest.er1
4061 pcg 1.25 ac_status=$?
4062     grep -v '^ *+' conftest.er1 >conftest.err
4063     rm -f conftest.er1
4064     cat conftest.err >&5
4065     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4066 ayin 1.108 (exit $ac_status); } && {
4067     test -z "$ac_cxx_werror_flag" ||
4068     test ! -s conftest.err
4069     } && test -s conftest$ac_exeext &&
4070     $as_test_x conftest$ac_exeext; then
4071 pcg 1.25 ac_cv_lib_xpg4_setlocale=yes
4072     else
4073     echo "$as_me: failed program was:" >&5
4074     sed 's/^/| /' conftest.$ac_ext >&5
4075    
4076 ayin 1.108 ac_cv_lib_xpg4_setlocale=no
4077 pcg 1.25 fi
4078 ayin 1.108
4079     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4080 pcg 1.25 conftest$ac_exeext conftest.$ac_ext
4081     LIBS=$ac_check_lib_save_LIBS
4082     fi
4083 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_lib_xpg4_setlocale" >&5
4084     echo "${ECHO_T}$ac_cv_lib_xpg4_setlocale" >&6; }
4085 pcg 1.25 if test $ac_cv_lib_xpg4_setlocale = yes; then
4086     LIBS="$LIBS -lxpg4"
4087     fi
4088    
4089 root 1.57 fi
4090    
4091    
4092 ayin 1.108 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
4093     echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
4094 root 1.57 if test "${ac_cv_func_gethostbyname+set}" = set; then
4095     echo $ECHO_N "(cached) $ECHO_C" >&6
4096     else
4097     cat >conftest.$ac_ext <<_ACEOF
4098     /* confdefs.h. */
4099     _ACEOF
4100     cat confdefs.h >>conftest.$ac_ext
4101     cat >>conftest.$ac_ext <<_ACEOF
4102     /* end confdefs.h. */
4103     /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
4104     For example, HP-UX 11i <limits.h> declares gettimeofday. */
4105     #define gethostbyname innocuous_gethostbyname
4106    
4107     /* System header to define __stub macros and hopefully few prototypes,
4108     which can conflict with char gethostbyname (); below.
4109     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4110     <limits.h> exists even on freestanding compilers. */
4111    
4112     #ifdef __STDC__
4113     # include <limits.h>
4114     #else
4115     # include <assert.h>
4116     #endif
4117    
4118     #undef gethostbyname
4119    
4120 ayin 1.108 /* Override any GCC internal prototype to avoid an error.
4121     Use char because int might match the return type of a GCC
4122     builtin and then its argument prototype would still apply. */
4123 root 1.57 #ifdef __cplusplus
4124     extern "C"
4125     #endif
4126     char gethostbyname ();
4127     /* The GNU C library defines this for functions which it implements
4128     to always fail with ENOSYS. Some functions are actually named
4129     something starting with __ and the normal name is an alias. */
4130 ayin 1.108 #if defined __stub_gethostbyname || defined __stub___gethostbyname
4131 root 1.57 choke me
4132     #endif
4133    
4134     int
4135     main ()
4136     {
4137 ayin 1.108 return gethostbyname ();
4138 root 1.57 ;
4139     return 0;
4140     }
4141     _ACEOF
4142     rm -f conftest.$ac_objext conftest$ac_exeext
4143 ayin 1.108 if { (ac_try="$ac_link"
4144     case "(($ac_try" in
4145     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4146     *) ac_try_echo=$ac_try;;
4147     esac
4148     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4149     (eval "$ac_link") 2>conftest.er1
4150 root 1.57 ac_status=$?
4151     grep -v '^ *+' conftest.er1 >conftest.err
4152     rm -f conftest.er1
4153     cat conftest.err >&5
4154     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4155 ayin 1.108 (exit $ac_status); } && {
4156     test -z "$ac_cxx_werror_flag" ||
4157     test ! -s conftest.err
4158     } && test -s conftest$ac_exeext &&
4159     $as_test_x conftest$ac_exeext; then
4160 root 1.57 ac_cv_func_gethostbyname=yes
4161     else
4162     echo "$as_me: failed program was:" >&5
4163     sed 's/^/| /' conftest.$ac_ext >&5
4164 pcg 1.25
4165 ayin 1.108 ac_cv_func_gethostbyname=no
4166 root 1.57 fi
4167 ayin 1.108
4168     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4169 root 1.57 conftest$ac_exeext conftest.$ac_ext
4170     fi
4171 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4172     echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
4173 root 1.57 if test $ac_cv_func_gethostbyname = yes; then
4174     :
4175     else
4176 ayin 1.108 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4177     echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
4178 pcg 1.25 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4179     echo $ECHO_N "(cached) $ECHO_C" >&6
4180     else
4181     ac_check_lib_save_LIBS=$LIBS
4182     LIBS="-lnsl $LIBS"
4183     cat >conftest.$ac_ext <<_ACEOF
4184     /* confdefs.h. */
4185     _ACEOF
4186     cat confdefs.h >>conftest.$ac_ext
4187     cat >>conftest.$ac_ext <<_ACEOF
4188     /* end confdefs.h. */
4189    
4190 ayin 1.108 /* Override any GCC internal prototype to avoid an error.
4191     Use char because int might match the return type of a GCC
4192     builtin and then its argument prototype would still apply. */
4193 pcg 1.25 #ifdef __cplusplus
4194     extern "C"
4195     #endif
4196     char gethostbyname ();
4197     int
4198     main ()
4199     {
4200 ayin 1.108 return gethostbyname ();
4201 pcg 1.25 ;
4202     return 0;
4203     }
4204     _ACEOF
4205     rm -f conftest.$ac_objext conftest$ac_exeext
4206 ayin 1.108 if { (ac_try="$ac_link"
4207     case "(($ac_try" in
4208     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4209     *) ac_try_echo=$ac_try;;
4210     esac
4211     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4212     (eval "$ac_link") 2>conftest.er1
4213 pcg 1.25 ac_status=$?
4214     grep -v '^ *+' conftest.er1 >conftest.err
4215     rm -f conftest.er1
4216     cat conftest.err >&5
4217     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4218 ayin 1.108 (exit $ac_status); } && {
4219     test -z "$ac_cxx_werror_flag" ||
4220     test ! -s conftest.err
4221     } && test -s conftest$ac_exeext &&
4222     $as_test_x conftest$ac_exeext; then
4223 pcg 1.25 ac_cv_lib_nsl_gethostbyname=yes
4224     else
4225     echo "$as_me: failed program was:" >&5
4226     sed 's/^/| /' conftest.$ac_ext >&5
4227    
4228 ayin 1.108 ac_cv_lib_nsl_gethostbyname=no
4229 pcg 1.25 fi
4230 ayin 1.108
4231     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4232 pcg 1.25 conftest$ac_exeext conftest.$ac_ext
4233     LIBS=$ac_check_lib_save_LIBS
4234     fi
4235 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4236     echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
4237 pcg 1.25 if test $ac_cv_lib_nsl_gethostbyname = yes; then
4238     LIBS="$LIBS -lnsl"
4239     fi
4240    
4241 root 1.57 fi
4242    
4243 ayin 1.108 { echo "$as_me:$LINENO: checking for socket" >&5
4244     echo $ECHO_N "checking for socket... $ECHO_C" >&6; }
4245 root 1.57 if test "${ac_cv_func_socket+set}" = set; then
4246     echo $ECHO_N "(cached) $ECHO_C" >&6
4247     else
4248     cat >conftest.$ac_ext <<_ACEOF
4249     /* confdefs.h. */
4250     _ACEOF
4251     cat confdefs.h >>conftest.$ac_ext
4252     cat >>conftest.$ac_ext <<_ACEOF
4253     /* end confdefs.h. */
4254     /* Define socket to an innocuous variant, in case <limits.h> declares socket.
4255     For example, HP-UX 11i <limits.h> declares gettimeofday. */
4256     #define socket innocuous_socket
4257    
4258     /* System header to define __stub macros and hopefully few prototypes,
4259     which can conflict with char socket (); below.
4260     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4261     <limits.h> exists even on freestanding compilers. */
4262    
4263     #ifdef __STDC__
4264     # include <limits.h>
4265     #else
4266     # include <assert.h>
4267     #endif
4268    
4269     #undef socket
4270    
4271 ayin 1.108 /* Override any GCC internal prototype to avoid an error.
4272     Use char because int might match the return type of a GCC
4273     builtin and then its argument prototype would still apply. */
4274 root 1.57 #ifdef __cplusplus
4275     extern "C"
4276     #endif
4277     char socket ();
4278     /* The GNU C library defines this for functions which it implements
4279     to always fail with ENOSYS. Some functions are actually named
4280     something starting with __ and the normal name is an alias. */
4281 ayin 1.108 #if defined __stub_socket || defined __stub___socket
4282 root 1.57 choke me
4283     #endif
4284    
4285     int
4286     main ()
4287     {
4288 ayin 1.108 return socket ();
4289 root 1.57 ;
4290     return 0;
4291     }
4292     _ACEOF
4293     rm -f conftest.$ac_objext conftest$ac_exeext
4294 ayin 1.108 if { (ac_try="$ac_link"
4295     case "(($ac_try" in
4296     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4297     *) ac_try_echo=$ac_try;;
4298     esac
4299     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4300     (eval "$ac_link") 2>conftest.er1
4301 root 1.57 ac_status=$?
4302     grep -v '^ *+' conftest.er1 >conftest.err
4303     rm -f conftest.er1
4304     cat conftest.err >&5
4305     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4306 ayin 1.108 (exit $ac_status); } && {
4307     test -z "$ac_cxx_werror_flag" ||
4308     test ! -s conftest.err
4309     } && test -s conftest$ac_exeext &&
4310     $as_test_x conftest$ac_exeext; then
4311 root 1.57 ac_cv_func_socket=yes
4312     else
4313     echo "$as_me: failed program was:" >&5
4314     sed 's/^/| /' conftest.$ac_ext >&5
4315    
4316 ayin 1.108 ac_cv_func_socket=no
4317 root 1.57 fi
4318 ayin 1.108
4319     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4320 root 1.57 conftest$ac_exeext conftest.$ac_ext
4321     fi
4322 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
4323     echo "${ECHO_T}$ac_cv_func_socket" >&6; }
4324 root 1.57 if test $ac_cv_func_socket = yes; then
4325     :
4326     else
4327 ayin 1.108 { echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
4328     echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6; }
4329 pcg 1.25 if test "${ac_cv_lib_socket_socket+set}" = set; then
4330     echo $ECHO_N "(cached) $ECHO_C" >&6
4331     else
4332     ac_check_lib_save_LIBS=$LIBS
4333     LIBS="-lsocket $LIBS"
4334     cat >conftest.$ac_ext <<_ACEOF
4335     /* confdefs.h. */
4336     _ACEOF
4337     cat confdefs.h >>conftest.$ac_ext
4338     cat >>conftest.$ac_ext <<_ACEOF
4339     /* end confdefs.h. */
4340    
4341 ayin 1.108 /* Override any GCC internal prototype to avoid an error.
4342     Use char because int might match the return type of a GCC
4343     builtin and then its argument prototype would still apply. */
4344 pcg 1.25 #ifdef __cplusplus
4345     extern "C"
4346     #endif
4347     char socket ();
4348     int
4349     main ()
4350     {
4351 ayin 1.108 return socket ();
4352 pcg 1.25 ;
4353     return 0;
4354     }
4355     _ACEOF
4356     rm -f conftest.$ac_objext conftest$ac_exeext
4357 ayin 1.108 if { (ac_try="$ac_link"
4358     case "(($ac_try" in
4359     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4360     *) ac_try_echo=$ac_try;;
4361     esac
4362     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4363     (eval "$ac_link") 2>conftest.er1
4364 pcg 1.25 ac_status=$?
4365     grep -v '^ *+' conftest.er1 >conftest.err
4366     rm -f conftest.er1
4367     cat conftest.err >&5
4368     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4369 ayin 1.108 (exit $ac_status); } && {
4370     test -z "$ac_cxx_werror_flag" ||
4371     test ! -s conftest.err
4372     } && test -s conftest$ac_exeext &&
4373     $as_test_x conftest$ac_exeext; then
4374 pcg 1.25 ac_cv_lib_socket_socket=yes
4375     else
4376     echo "$as_me: failed program was:" >&5
4377     sed 's/^/| /' conftest.$ac_ext >&5
4378    
4379 ayin 1.108 ac_cv_lib_socket_socket=no
4380 root 1.51 fi
4381 ayin 1.108
4382     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4383 root 1.51 conftest$ac_exeext conftest.$ac_ext
4384     LIBS=$ac_check_lib_save_LIBS
4385     fi
4386 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
4387     echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6; }
4388 root 1.51 if test $ac_cv_lib_socket_socket = yes; then
4389     LIBS="$LIBS -lsocket"
4390 pcg 1.1 fi
4391    
4392 root 1.57 fi
4393    
4394 pcg 1.1
4395    
4396 root 1.54 support_frills=yes
4397 root 1.62 support_inheritpixmap=yes
4398 root 1.54 support_fading=yes
4399     support_keepscrolling=yes
4400     support_selectionscrolling=yes
4401     support_mousewheel=yes
4402     support_mouseslipwheel=yes
4403     support_text_blink=yes
4404     support_pointer_blank=yes
4405     support_scroll_rxvt=yes
4406     support_scroll_next=yes
4407     support_scroll_xterm=yes
4408     support_scroll_plain=yes
4409     support_xim=yes
4410 root 1.103 support_afterimage=yes
4411     support_afterstep=yes
4412 root 1.54 support_xft=yes
4413 pcg 1.1 support_unicode3=no
4414 root 1.54 support_combining=yes
4415 root 1.26 support_8bitctrls=no
4416 root 1.54 support_iso14755=yes
4417     support_styles=yes
4418 root 1.62 support_perl=yes
4419 root 1.54 codesets=all
4420 pcg 1.1
4421    
4422     if test "x$enable_shared" = xyes; then
4423 pcg 1.11
4424     cat >>confdefs.h <<\_ACEOF
4425 pcg 1.1 #define LIBRXVT 1
4426 pcg 1.11 _ACEOF
4427 pcg 1.1
4428     INSTALL_LIBRXVT=yes
4429     fi
4430    
4431    
4432 ayin 1.108 # Check whether --enable-everything was given.
4433 pcg 1.1 if test "${enable_everything+set}" = set; then
4434 ayin 1.108 enableval=$enable_everything;
4435 root 1.54 if test x$enableval = xno; then
4436     support_frills=no
4437     support_inheritpixmap=no
4438     support_fading=no
4439     support_keepscrolling=no
4440     support_selectionscrolling=no
4441     support_lastlog=no
4442     support_mousewheel=no
4443     support_mouseslipwheel=no
4444     support_text_blink=no
4445     support_pointer_blank=no
4446     support_scroll_rxvt=no
4447     support_scroll_next=no
4448     support_scroll_xterm=no
4449     support_scroll_plain=no
4450     support_utmp=no
4451     support_wtmp=no
4452     support_xim=no
4453 root 1.103 support_afterimage=no
4454     support_afterstep=no
4455 root 1.54 support_xft=no
4456     support_unicode3=no
4457     support_combining=no
4458     support_8bitctrls=no
4459     support_iso14755=no
4460     support_styles=no
4461 root 1.60 support_perl=no
4462 root 1.54 codesets=
4463     fi
4464     if test x$enableval = xyes; then
4465     support_frills=yes
4466     support_inheritpixmap=yes
4467     support_fading=yes
4468     support_keepscrolling=yes
4469     support_selectionscrolling=yes
4470     support_lastlog=yes
4471     support_mousewheel=yes
4472     support_mouseslipwheel=yes
4473     support_text_blink=yes
4474     support_pointer_blank=yes
4475     support_scroll_rxvt=yes
4476     support_scroll_next=yes
4477     support_scroll_xterm=yes
4478     support_scroll_plain=yes
4479     support_utmp=yes
4480     support_wtmp=yes
4481     support_xim=yes
4482 root 1.103 support_afterimage=yes
4483     support_afterstep=yes
4484 root 1.54 support_xft=yes
4485     support_unicode3=yes
4486     support_combining=yes
4487     #support_8bitctrls=yes
4488     support_iso14755=yes
4489     support_styles=yes
4490 root 1.60 support_perl=yes
4491 root 1.54 codesets=all
4492     fi
4493    
4494 ayin 1.108 fi
4495    
4496 pcg 1.4
4497 ayin 1.114 WARNINGS=no
4498     # Check whether --enable-warnings was given.
4499     if test "${enable_warnings+set}" = set; then
4500     enableval=$enable_warnings; if test x$enableval = xyes; then
4501     WARNINGS=yes
4502     fi
4503     fi
4504    
4505     if test x$GXX = xyes; then
4506     if test $WARNINGS = yes; then
4507     save_CXXFLAGS="$CXXFLAGS"
4508     CXXFLAGS="$CXXFLAGS -Wall -Wno-sign-compare -Wno-reorder -Wno-non-virtual-dtor"
4509     cat >conftest.$ac_ext <<_ACEOF
4510     /* confdefs.h. */
4511     _ACEOF
4512     cat confdefs.h >>conftest.$ac_ext
4513     cat >>conftest.$ac_ext <<_ACEOF
4514     /* end confdefs.h. */
4515    
4516     int
4517     main ()
4518     {
4519    
4520     ;
4521     return 0;
4522     }
4523     _ACEOF
4524     rm -f conftest.$ac_objext
4525     if { (ac_try="$ac_compile"
4526     case "(($ac_try" in
4527     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4528     *) ac_try_echo=$ac_try;;
4529     esac
4530     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4531     (eval "$ac_compile") 2>conftest.er1
4532     ac_status=$?
4533     grep -v '^ *+' conftest.er1 >conftest.err
4534     rm -f conftest.er1
4535     cat conftest.err >&5
4536     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4537     (exit $ac_status); } && {
4538     test -z "$ac_cxx_werror_flag" ||
4539     test ! -s conftest.err
4540     } && test -s conftest.$ac_objext; then
4541     :
4542     else
4543     echo "$as_me: failed program was:" >&5
4544     sed 's/^/| /' conftest.$ac_ext >&5
4545    
4546     CXXFLAGS="$save_CXXFLAGS"
4547     fi
4548    
4549     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4550     else
4551     CXXFLAGS="$CXXFLAGS -w"
4552     fi
4553     fi
4554    
4555 ayin 1.108 # Check whether --enable-unicode3 was given.
4556 pcg 1.1 if test "${enable_unicode3+set}" = set; then
4557 ayin 1.108 enableval=$enable_unicode3; if test x$enableval = xyes -o x$enableval = xno; then
4558 root 1.39 support_unicode3=$enableval
4559 pcg 1.1 fi
4560 ayin 1.108 fi
4561 root 1.105
4562 ayin 1.108
4563     # Check whether --enable-combining was given.
4564 pcg 1.18 if test "${enable_combining+set}" = set; then
4565 ayin 1.108 enableval=$enable_combining; if test x$enableval = xyes -o x$enableval = xno; then
4566 root 1.39 support_combining=$enableval
4567 pcg 1.18 fi
4568 ayin 1.108 fi
4569 root 1.105
4570 ayin 1.108
4571     # Check whether --enable-xft was given.
4572 pcg 1.1 if test "${enable_xft+set}" = set; then
4573 ayin 1.108 enableval=$enable_xft; if test x$enableval = xyes -o x$enableval = xno; then
4574 root 1.39 support_xft=$enableval
4575     fi
4576 ayin 1.108 fi
4577 root 1.105
4578 ayin 1.108
4579     # Check whether --enable-font-styles was given.
4580 root 1.39 if test "${enable_font_styles+set}" = set; then
4581 ayin 1.108 enableval=$enable_font_styles; if test x$enableval = xyes -o x$enableval = xno; then
4582 root 1.39 support_styles=$enableval
4583 pcg 1.1 fi
4584 ayin 1.108 fi
4585 root 1.105
4586 ayin 1.108
4587     # Check whether --enable-afterimage was given.
4588 root 1.103 if test "${enable_afterimage+set}" = set; then
4589 ayin 1.108 enableval=$enable_afterimage; if test x$enableval = xyes -o x$enableval = xno; then
4590 root 1.103 support_afterimage=$enableval
4591     fi
4592 ayin 1.108 fi
4593 root 1.103
4594 root 1.105
4595 ayin 1.108
4596     # Check whether --with-afterimage_config was given.
4597 root 1.103 if test "${with_afterimage_config+set}" = set; then
4598 ayin 1.108 withval=$with_afterimage_config; if test "x$withval" != x; then
4599 ayin 1.104 afterimage_config=$withval/afterimage-config
4600     fi
4601 ayin 1.108 fi
4602 root 1.105
4603 ayin 1.108
4604    
4605     # Check whether --enable-transparency was given.
4606 pcg 1.1 if test "${enable_transparency+set}" = set; then
4607 ayin 1.108 enableval=$enable_transparency; if test x$enableval = xyes -o x$enableval = xno; then
4608 pcg 1.1 support_inheritpixmap=$enableval
4609     fi
4610 ayin 1.108 fi
4611 root 1.105
4612 ayin 1.108
4613     # Check whether --enable-fading was given.
4614 root 1.31 if test "${enable_fading+set}" = set; then
4615 ayin 1.108 enableval=$enable_fading; if test x$enableval = xyes -o x$enableval = xno; then
4616 root 1.31 support_fading=$enableval
4617     fi
4618 ayin 1.108 fi
4619 root 1.105
4620 ayin 1.108
4621     # Check whether --enable-rxvt-scroll was given.
4622 pcg 1.1 if test "${enable_rxvt_scroll+set}" = set; then
4623 ayin 1.108 enableval=$enable_rxvt_scroll; if test x$enableval = xyes -o x$enableval = xno; then
4624 pcg 1.1 support_scroll_rxvt=$enableval
4625     fi
4626 ayin 1.108 fi
4627 root 1.105
4628 ayin 1.108
4629     # Check whether --enable-next-scroll was given.
4630 pcg 1.1 if test "${enable_next_scroll+set}" = set; then
4631 ayin 1.108 enableval=$enable_next_scroll; if test x$enableval = xyes -o x$enableval = xno; then
4632 pcg 1.1 support_scroll_next=$enableval
4633     fi
4634 ayin 1.108 fi
4635 root 1.105
4636 ayin 1.108
4637     # Check whether --enable-xterm-scroll was given.
4638 pcg 1.1 if test "${enable_xterm_scroll+set}" = set; then
4639 ayin 1.108 enableval=$enable_xterm_scroll; if test x$enableval = xyes -o x$enableval = xno; then
4640 pcg 1.1 support_scroll_xterm=$enableval
4641     fi
4642 ayin 1.108 fi
4643 root 1.105
4644 ayin 1.108
4645     # Check whether --enable-perl was given.
4646 root 1.60 if test "${enable_perl+set}" = set; then
4647 ayin 1.108 enableval=$enable_perl; if test x$enableval = xyes -o x$enableval = xno; then
4648 root 1.60 support_perl=$enableval
4649     fi
4650 ayin 1.108 fi
4651 root 1.105
4652 ayin 1.108
4653     # Check whether --enable-plain-scroll was given.
4654 pcg 1.11 if test "${enable_plain_scroll+set}" = set; then
4655 ayin 1.108 enableval=$enable_plain_scroll; if test x$enableval = xyes -o x$enableval = xno; then
4656 pcg 1.11 support_scroll_plain=$enableval
4657     fi
4658 ayin 1.108 fi
4659 pcg 1.1
4660 root 1.105
4661 ayin 1.108
4662     # Check whether --with-codesets was given.
4663 pcg 1.15 if test "${with_codesets+set}" = set; then
4664 ayin 1.108 withval=$with_codesets; codesets="$withval"
4665     fi
4666 root 1.105
4667 ayin 1.108
4668     # Check whether --enable-xim was given.
4669 pcg 1.1 if test "${enable_xim+set}" = set; then
4670 ayin 1.108 enableval=$enable_xim; if test x$enableval = xyes -o x$enableval = xno; then
4671 pcg 1.1 support_xim=$enableval
4672     fi
4673 ayin 1.108 fi
4674 root 1.105
4675 ayin 1.108
4676     # Check whether --enable-backspace-key was given.
4677 pcg 1.1 if test "${enable_backspace_key+set}" = set; then
4678 ayin 1.108 enableval=$enable_backspace_key; if test x$enableval = xno; then
4679 pcg 1.11
4680     cat >>confdefs.h <<\_ACEOF
4681 pcg 1.1 #define NO_BACKSPACE_KEY 1
4682 pcg 1.11 _ACEOF
4683 pcg 1.1
4684     fi
4685 ayin 1.108 fi
4686 root 1.105
4687 ayin 1.108
4688     # Check whether --enable-delete-key was given.
4689 pcg 1.1 if test "${enable_delete_key+set}" = set; then
4690 ayin 1.108 enableval=$enable_delete_key; if test x$enableval = xno; then
4691 pcg 1.11
4692     cat >>confdefs.h <<\_ACEOF
4693 pcg 1.1 #define NO_DELETE_KEY 1
4694 pcg 1.11 _ACEOF
4695 pcg 1.1
4696     fi
4697 ayin 1.108 fi
4698 root 1.105
4699 ayin 1.108
4700     # Check whether --enable-resources was given.
4701 pcg 1.1 if test "${enable_resources+set}" = set; then
4702 ayin 1.108 enableval=$enable_resources; if test x$enableval = xno; then
4703 pcg 1.11
4704     cat >>confdefs.h <<\_ACEOF
4705 pcg 1.1 #define NO_RESOURCES 1
4706 pcg 1.11 _ACEOF
4707 pcg 1.1
4708     fi
4709 ayin 1.108 fi
4710 root 1.105
4711 ayin 1.108
4712     # Check whether --enable-8bitctrls was given.
4713 root 1.26 if test "${enable_8bitctrls+set}" = set; then
4714 ayin 1.108 enableval=$enable_8bitctrls; if test x$enableval = xyes -o x$enableval = xno; then
4715 root 1.39 support_8bitctrls=$enableval
4716 root 1.26 fi
4717 ayin 1.108 fi
4718    
4719 root 1.26
4720 pcg 1.15 RESFALLBACK=Rxvt
4721 ayin 1.108 # Check whether --enable-fallback was given.
4722 pcg 1.15 if test "${enable_fallback+set}" = set; then
4723 ayin 1.108 enableval=$enable_fallback;
4724 pcg 1.15 test x$enableval = xyes && enableval=Rxvt
4725     test x$enableval = xno && enableval=
4726     RESFALLBACK="$enableval"
4727    
4728 ayin 1.108 fi
4729    
4730 pcg 1.15
4731     if test x$RESFALLBACK != x; then
4732    
4733     cat >>confdefs.h <<_ACEOF
4734     #define RESFALLBACK "$RESFALLBACK"
4735     _ACEOF
4736    
4737     fi
4738    
4739     RESNAME=urxvt
4740    
4741 ayin 1.108 # Check whether --with-res-name was given.
4742 pcg 1.15 if test "${with_res_name+set}" = set; then
4743 ayin 1.108 withval=$with_res_name; RESNAME="$withval"
4744     fi
4745    
4746 pcg 1.15
4747     cat >>confdefs.h <<_ACEOF
4748     #define RESNAME "$RESNAME"
4749     _ACEOF
4750    
4751    
4752     RESCLASS=URxvt
4753    
4754 ayin 1.108 # Check whether --with-res-class was given.
4755 pcg 1.15 if test "${with_res_class+set}" = set; then
4756 ayin 1.108 withval=$with_res_class; RESCLASS="$withval"
4757     fi
4758    
4759 pcg 1.15
4760     cat >>confdefs.h <<_ACEOF
4761     #define RESCLASS "$RESCLASS"
4762     _ACEOF
4763    
4764    
4765     RXVTNAME=urxvt
4766    
4767 ayin 1.108 # Check whether --with-name was given.
4768 pcg 1.15 if test "${with_name+set}" = set; then
4769 ayin 1.108 withval=$with_name; RXVTNAME="$withval"
4770     fi
4771    
4772 pcg 1.15
4773 root 1.39 cat >>confdefs.h <<_ACEOF
4774     #define RXVTNAME "$RXVTNAME"
4775     _ACEOF
4776    
4777    
4778 pcg 1.15 RXVTNAME=`echo "$RXVTNAME"|sed "$program_transform_name"`
4779    
4780    
4781 ayin 1.108 # Check whether --enable-swapscreen was given.
4782 pcg 1.1 if test "${enable_swapscreen+set}" = set; then
4783 ayin 1.108 enableval=$enable_swapscreen; if test x$enableval = xno; then
4784 pcg 1.11
4785     cat >>confdefs.h <<\_ACEOF
4786 pcg 1.1 #define NO_SECONDARY_SCREEN 1
4787 pcg 1.11 _ACEOF
4788 pcg 1.1
4789     fi
4790 ayin 1.108 fi
4791    
4792 root 1.105
4793 ayin 1.108 # Check whether --enable-iso14755 was given.
4794 root 1.34 if test "${enable_iso14755+set}" = set; then
4795 ayin 1.108 enableval=$enable_iso14755; if test x$enableval = xyes -o x$enableval = xno; then
4796 root 1.34 support_iso14755=$enableval
4797     fi
4798 ayin 1.108 fi
4799    
4800 root 1.105
4801 ayin 1.108 # Check whether --enable-frills was given.
4802 pcg 1.1 if test "${enable_frills+set}" = set; then
4803 ayin 1.108 enableval=$enable_frills; if test x$enableval = xyes -o x$enableval = xno; then
4804 pcg 1.1 support_frills=$enableval
4805     fi
4806 ayin 1.108 fi
4807    
4808 root 1.105
4809 ayin 1.108 # Check whether --enable-keepscrolling was given.
4810 pcg 1.1 if test "${enable_keepscrolling+set}" = set; then
4811 ayin 1.108 enableval=$enable_keepscrolling; if test x$enableval = xyes -o x$enableval = xno; then
4812 pcg 1.1 support_keepscrolling=$enableval
4813     fi
4814 ayin 1.108 fi
4815    
4816 root 1.105
4817 ayin 1.108 # Check whether --enable-selectionscrolling was given.
4818 pcg 1.1 if test "${enable_selectionscrolling+set}" = set; then
4819 ayin 1.108 enableval=$enable_selectionscrolling; if test x$enableval = xyes -o x$enableval = xno; then
4820 pcg 1.1 support_selectionscrolling=$enableval
4821     fi
4822 ayin 1.108 fi
4823    
4824 root 1.105
4825 ayin 1.108 # Check whether --enable-mousewheel was given.
4826 pcg 1.1 if test "${enable_mousewheel+set}" = set; then
4827 ayin 1.108 enableval=$enable_mousewheel; if test x$enableval = xyes -o x$enableval = xno; then
4828 pcg 1.1 support_mousewheel=$enableval
4829     fi
4830 ayin 1.108 fi
4831    
4832 root 1.105
4833 ayin 1.108 # Check whether --enable-slipwheeling was given.
4834 pcg 1.1 if test "${enable_slipwheeling+set}" = set; then
4835 ayin 1.108 enableval=$enable_slipwheeling; if test x$enableval = xyes -o x$enableval = xno; then
4836 pcg 1.1 support_mouseslipwheel=$enableval
4837     fi
4838 ayin 1.108 fi
4839    
4840 root 1.105
4841 ayin 1.108 # Check whether --enable-smart-resize was given.
4842 pcg 1.1 if test "${enable_smart_resize+set}" = set; then
4843 ayin 1.108 enableval=$enable_smart_resize; if test x$enableval = xyes; then
4844 pcg 1.11
4845     cat >>confdefs.h <<\_ACEOF
4846 pcg 1.1 #define SMART_RESIZE 1
4847 pcg 1.11 _ACEOF
4848 pcg 1.1
4849     fi
4850 ayin 1.108 fi
4851    
4852 root 1.105
4853 ayin 1.108 # Check whether --enable-text-blink was given.
4854 pcg 1.11 if test "${enable_text_blink+set}" = set; then
4855 ayin 1.108 enableval=$enable_text_blink; if test x$enableval = xyes -o x$enableval = xno; then
4856 pcg 1.11 support_text_blink=$enableval
4857     fi
4858 ayin 1.108 fi
4859    
4860 root 1.105
4861 ayin 1.108 # Check whether --enable-pointer-blank was given.
4862 pcg 1.1 if test "${enable_pointer_blank+set}" = set; then
4863 ayin 1.108 enableval=$enable_pointer_blank; if test x$enableval = xyes -o x$enableval = xno; then
4864 pcg 1.1 support_pointer_blank=$enableval
4865     fi
4866 ayin 1.108 fi
4867    
4868 root 1.105
4869 pcg 1.1
4870 ayin 1.108 # Check whether --with-term was given.
4871 pcg 1.1 if test "${with_term+set}" = set; then
4872 ayin 1.108 withval=$with_term; if test x$withval != x; then
4873 pcg 1.11
4874     cat >>confdefs.h <<_ACEOF
4875 pcg 1.1 #define TERMENV "$withval"
4876 pcg 1.11 _ACEOF
4877 pcg 1.1 term="$withval"
4878     fi
4879 ayin 1.108 fi
4880    
4881 root 1.105
4882 pcg 1.1
4883 ayin 1.108 # Check whether --with-terminfo was given.
4884 pcg 1.1 if test "${with_terminfo+set}" = set; then
4885 ayin 1.108 withval=$with_terminfo; if test x$withval != x; then
4886 pcg 1.11
4887     cat >>confdefs.h <<_ACEOF
4888 pcg 1.1 #define RXVT_TERMINFO "$withval"
4889 pcg 1.11 _ACEOF
4890 pcg 1.1 terminfo="$withval"
4891     fi
4892 ayin 1.108 fi
4893    
4894 ayin 1.102
4895 pcg 1.1
4896 ayin 1.104 # Extract the first word of "tic", so it can be a program name with args.
4897     set dummy tic; ac_word=$2
4898 ayin 1.108 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4899     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4900 ayin 1.104 if test "${ac_cv_path_TIC+set}" = set; then
4901 pcg 1.11 echo $ECHO_N "(cached) $ECHO_C" >&6
4902 pcg 1.1 else
4903 ayin 1.104 case $TIC in
4904 pcg 1.11 [\\/]* | ?:[\\/]*)
4905 ayin 1.104 ac_cv_path_TIC="$TIC" # Let the user override the test with a path.
4906 pcg 1.1 ;;
4907     *)
4908 pcg 1.11 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4909     for as_dir in $PATH
4910     do
4911     IFS=$as_save_IFS
4912     test -z "$as_dir" && as_dir=.
4913     for ac_exec_ext in '' $ac_executable_extensions; do
4914 ayin 1.108 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4915 ayin 1.104 ac_cv_path_TIC="$as_dir/$ac_word$ac_exec_ext"
4916 pcg 1.11 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4917     break 2
4918     fi
4919     done
4920     done
4921 ayin 1.108 IFS=$as_save_IFS
4922 pcg 1.11
4923 ayin 1.113 test -z "$ac_cv_path_TIC" && ac_cv_path_TIC=":"
4924 pcg 1.1 ;;
4925     esac
4926     fi
4927 ayin 1.104 TIC=$ac_cv_path_TIC
4928     if test -n "$TIC"; then
4929 ayin 1.108 { echo "$as_me:$LINENO: result: $TIC" >&5
4930     echo "${ECHO_T}$TIC" >&6; }
4931 pcg 1.1 else
4932 ayin 1.108 { echo "$as_me:$LINENO: result: no" >&5
4933     echo "${ECHO_T}no" >&6; }
4934 pcg 1.1 fi
4935    
4936 ayin 1.102
4937 ayin 1.104
4938    
4939 ayin 1.108
4940     ac_ext=cpp
4941 ayin 1.104 ac_cpp='$CXXCPP $CPPFLAGS'
4942     ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4943     ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4944     ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4945 ayin 1.108 { echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
4946     echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6; }
4947 ayin 1.104 if test -z "$CXXCPP"; then
4948     if test "${ac_cv_prog_CXXCPP+set}" = set; then
4949 pcg 1.11 echo $ECHO_N "(cached) $ECHO_C" >&6
4950 pcg 1.1 else
4951 ayin 1.104 # Double quotes because CXXCPP needs to be expanded
4952     for CXXCPP in "$CXX -E" "/lib/cpp"
4953     do
4954     ac_preproc_ok=false
4955     for ac_cxx_preproc_warn_flag in '' yes
4956 pcg 1.11 do
4957 ayin 1.104 # Use a header file that comes with gcc, so configuring glibc
4958     # with a fresh cross-compiler works.
4959     # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4960     # <limits.h> exists even on freestanding compilers.
4961     # On the NeXT, cc -E runs the code through the compiler's parser,
4962 root 1.80 # not just through cpp. "Syntax error" is here to catch this case.
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     #ifdef __STDC__
4970     # include <limits.h>
4971     #else
4972     # include <assert.h>
4973     #endif
4974     Syntax error
4975     _ACEOF
4976 ayin 1.108 if { (ac_try="$ac_cpp conftest.$ac_ext"
4977     case "(($ac_try" in
4978     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4979     *) ac_try_echo=$ac_try;;
4980     esac
4981     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4982     (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4983 root 1.80 ac_status=$?
4984     grep -v '^ *+' conftest.er1 >conftest.err
4985     rm -f conftest.er1
4986     cat conftest.err >&5
4987     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4988 ayin 1.108 (exit $ac_status); } >/dev/null && {
4989     test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
4990     test ! -s conftest.err
4991     }; then
4992 root 1.80 :
4993     else
4994     echo "$as_me: failed program was:" >&5
4995     sed 's/^/| /' conftest.$ac_ext >&5
4996    
4997     # Broken: fails on valid input.
4998     continue
4999     fi
5000 ayin 1.108
5001 root 1.80 rm -f conftest.err conftest.$ac_ext
5002    
5003 ayin 1.108 # OK, works on sane cases. Now check whether nonexistent headers
5004 root 1.80 # can be detected and how.
5005     cat >conftest.$ac_ext <<_ACEOF
5006     /* confdefs.h. */
5007     _ACEOF
5008     cat confdefs.h >>conftest.$ac_ext
5009     cat >>conftest.$ac_ext <<_ACEOF
5010     /* end confdefs.h. */
5011     #include <ac_nonexistent.h>
5012     _ACEOF
5013 ayin 1.108 if { (ac_try="$ac_cpp conftest.$ac_ext"
5014     case "(($ac_try" in
5015     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5016     *) ac_try_echo=$ac_try;;
5017     esac
5018     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5019     (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5020 root 1.80 ac_status=$?
5021     grep -v '^ *+' conftest.er1 >conftest.err
5022     rm -f conftest.er1
5023     cat conftest.err >&5
5024     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5025 ayin 1.108 (exit $ac_status); } >/dev/null && {
5026     test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
5027     test ! -s conftest.err
5028     }; then
5029 root 1.80 # Broken: success on invalid input.
5030     continue
5031     else
5032     echo "$as_me: failed program was:" >&5
5033     sed 's/^/| /' conftest.$ac_ext >&5
5034    
5035     # Passes both tests.
5036     ac_preproc_ok=:
5037     break
5038     fi
5039 ayin 1.108
5040 root 1.80 rm -f conftest.err conftest.$ac_ext
5041    
5042     done
5043     # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5044     rm -f conftest.err conftest.$ac_ext
5045     if $ac_preproc_ok; then
5046     break
5047     fi
5048    
5049     done
5050     ac_cv_prog_CXXCPP=$CXXCPP
5051    
5052     fi
5053     CXXCPP=$ac_cv_prog_CXXCPP
5054     else
5055     ac_cv_prog_CXXCPP=$CXXCPP
5056     fi
5057 ayin 1.108 { echo "$as_me:$LINENO: result: $CXXCPP" >&5
5058     echo "${ECHO_T}$CXXCPP" >&6; }
5059 root 1.80 ac_preproc_ok=false
5060     for ac_cxx_preproc_warn_flag in '' yes
5061     do
5062     # Use a header file that comes with gcc, so configuring glibc
5063     # with a fresh cross-compiler works.
5064     # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5065     # <limits.h> exists even on freestanding compilers.
5066     # On the NeXT, cc -E runs the code through the compiler's parser,
5067     # not just through cpp. "Syntax error" is here to catch this case.
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     #ifdef __STDC__
5075     # include <limits.h>
5076     #else
5077     # include <assert.h>
5078     #endif
5079     Syntax error
5080     _ACEOF
5081 ayin 1.108 if { (ac_try="$ac_cpp conftest.$ac_ext"
5082     case "(($ac_try" in
5083     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5084     *) ac_try_echo=$ac_try;;
5085     esac
5086     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5087     (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5088 root 1.80 ac_status=$?
5089     grep -v '^ *+' conftest.er1 >conftest.err
5090     rm -f conftest.er1
5091     cat conftest.err >&5
5092     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5093 ayin 1.108 (exit $ac_status); } >/dev/null && {
5094     test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
5095     test ! -s conftest.err
5096     }; then
5097 root 1.80 :
5098     else
5099     echo "$as_me: failed program was:" >&5
5100     sed 's/^/| /' conftest.$ac_ext >&5
5101    
5102     # Broken: fails on valid input.
5103     continue
5104     fi
5105 ayin 1.108
5106 root 1.80 rm -f conftest.err conftest.$ac_ext
5107    
5108 ayin 1.108 # OK, works on sane cases. Now check whether nonexistent headers
5109 root 1.80 # can be detected and how.
5110     cat >conftest.$ac_ext <<_ACEOF
5111     /* confdefs.h. */
5112     _ACEOF
5113     cat confdefs.h >>conftest.$ac_ext
5114     cat >>conftest.$ac_ext <<_ACEOF
5115     /* end confdefs.h. */
5116     #include <ac_nonexistent.h>
5117     _ACEOF
5118 ayin 1.108 if { (ac_try="$ac_cpp conftest.$ac_ext"
5119     case "(($ac_try" in
5120     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5121     *) ac_try_echo=$ac_try;;
5122     esac
5123     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5124     (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5125 root 1.80 ac_status=$?
5126     grep -v '^ *+' conftest.er1 >conftest.err
5127     rm -f conftest.er1
5128     cat conftest.err >&5
5129     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5130 ayin 1.108 (exit $ac_status); } >/dev/null && {
5131     test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
5132     test ! -s conftest.err
5133     }; then
5134 root 1.80 # Broken: success on invalid input.
5135     continue
5136     else
5137     echo "$as_me: failed program was:" >&5
5138     sed 's/^/| /' conftest.$ac_ext >&5
5139    
5140     # Passes both tests.
5141     ac_preproc_ok=:
5142     break
5143     fi
5144 ayin 1.108
5145 root 1.80 rm -f conftest.err conftest.$ac_ext
5146    
5147     done
5148     # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5149     rm -f conftest.err conftest.$ac_ext
5150     if $ac_preproc_ok; then
5151     :
5152     else
5153     { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
5154     See \`config.log' for more details." >&5
5155     echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
5156     See \`config.log' for more details." >&2;}
5157     { (exit 1); exit 1; }; }
5158     fi
5159    
5160 ayin 1.108 ac_ext=cpp
5161 root 1.80 ac_cpp='$CXXCPP $CPPFLAGS'
5162     ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5163     ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5164     ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5165    
5166    
5167 ayin 1.108 { echo "$as_me:$LINENO: checking for X" >&5
5168     echo $ECHO_N "checking for X... $ECHO_C" >&6; }
5169 pcg 1.24
5170 pcg 1.11
5171 ayin 1.108 # Check whether --with-x was given.
5172 pcg 1.1 if test "${with_x+set}" = set; then
5173 ayin 1.108 withval=$with_x;
5174     fi
5175 pcg 1.1
5176     # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
5177     if test "x$with_x" = xno; then
5178     # The user explicitly disabled X.
5179     have_x=disabled
5180     else
5181 ayin 1.108 case $x_includes,$x_libraries in #(
5182     *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
5183     echo "$as_me: error: Cannot use X directory names containing '" >&2;}
5184     { (exit 1); exit 1; }; };; #(
5185     *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
5186 pcg 1.11 echo $ECHO_N "(cached) $ECHO_C" >&6
5187 pcg 1.1 else
5188     # One or both of the vars are not set, and there is no cached value.
5189 pcg 1.11 ac_x_includes=no ac_x_libraries=no
5190 ayin 1.108 rm -f -r conftest.dir
5191 pcg 1.11 if mkdir conftest.dir; then
5192     cd conftest.dir
5193     cat >Imakefile <<'_ACEOF'
5194 ayin 1.108 incroot:
5195     @echo incroot='${INCROOT}'
5196     usrlibdir:
5197     @echo usrlibdir='${USRLIBDIR}'
5198     libdir:
5199     @echo libdir='${LIBDIR}'
5200 pcg 1.11 _ACEOF
5201 ayin 1.108 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
5202 pcg 1.1 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
5203 ayin 1.108 for ac_var in incroot usrlibdir libdir; do
5204     eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
5205     done
5206 pcg 1.1 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
5207     for ac_extension in a so sl; do
5208 ayin 1.108 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
5209     test -f "$ac_im_libdir/libX11.$ac_extension"; then
5210 pcg 1.11 ac_im_usrlibdir=$ac_im_libdir; break
5211 pcg 1.1 fi
5212     done
5213     # Screen out bogus values from the imake configuration. They are
5214     # bogus both because they are the default anyway, and because
5215     # using them would break gcc on systems where it needs fixed includes.
5216 pcg 1.11 case $ac_im_incroot in
5217 ayin 1.108 /usr/include) ac_x_includes= ;;
5218 pcg 1.11 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
5219 pcg 1.1 esac
5220 pcg 1.11 case $ac_im_usrlibdir in
5221 pcg 1.1 /usr/lib | /lib) ;;
5222 pcg 1.11 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
5223 pcg 1.1 esac
5224     fi
5225     cd ..
5226 ayin 1.108 rm -f -r conftest.dir
5227 pcg 1.1 fi
5228    
5229 pcg 1.11 # Standard set of common directories for X headers.
5230     # Check X11 before X11Rn because it is often a symlink to the current release.
5231     ac_x_header_dirs='
5232     /usr/X11/include
5233     /usr/X11R6/include
5234     /usr/X11R5/include
5235     /usr/X11R4/include
5236    
5237     /usr/include/X11
5238     /usr/include/X11R6
5239     /usr/include/X11R5
5240     /usr/include/X11R4
5241    
5242     /usr/local/X11/include
5243     /usr/local/X11R6/include
5244     /usr/local/X11R5/include
5245     /usr/local/X11R4/include
5246    
5247     /usr/local/include/X11
5248     /usr/local/include/X11R6
5249     /usr/local/include/X11R5
5250     /usr/local/include/X11R4
5251    
5252     /usr/X386/include
5253     /usr/x386/include
5254     /usr/XFree86/include/X11
5255    
5256     /usr/include
5257     /usr/local/include
5258     /usr/unsupported/include
5259     /usr/athena/include
5260     /usr/local/x11r5/include
5261     /usr/lpp/Xamples/include
5262    
5263     /usr/openwin/include
5264     /usr/openwin/share/include'
5265 pcg 1.1
5266 pcg 1.11 if test "$ac_x_includes" = no; then
5267 ayin 1.108 # Guess where to find include files, by looking for Xlib.h.
5268 pcg 1.1 # First, try using that file with no special directory specified.
5269 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
5270     /* confdefs.h. */
5271     _ACEOF
5272     cat confdefs.h >>conftest.$ac_ext
5273     cat >>conftest.$ac_ext <<_ACEOF
5274     /* end confdefs.h. */
5275 ayin 1.108 #include <X11/Xlib.h>
5276 pcg 1.11 _ACEOF
5277 ayin 1.108 if { (ac_try="$ac_cpp conftest.$ac_ext"
5278     case "(($ac_try" in
5279     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5280     *) ac_try_echo=$ac_try;;
5281     esac
5282     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5283     (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5284 pcg 1.11 ac_status=$?
5285     grep -v '^ *+' conftest.er1 >conftest.err
5286     rm -f conftest.er1
5287     cat conftest.err >&5
5288     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5289 ayin 1.108 (exit $ac_status); } >/dev/null && {
5290     test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
5291     test ! -s conftest.err
5292     }; then
5293 pcg 1.1 # We can compile using X headers with no special include directory.
5294     ac_x_includes=
5295     else
5296 pcg 1.11 echo "$as_me: failed program was:" >&5
5297     sed 's/^/| /' conftest.$ac_ext >&5
5298    
5299     for ac_dir in $ac_x_header_dirs; do
5300 ayin 1.108 if test -r "$ac_dir/X11/Xlib.h"; then
5301 pcg 1.11 ac_x_includes=$ac_dir
5302     break
5303     fi
5304     done
5305 pcg 1.1 fi
5306 ayin 1.108
5307 pcg 1.11 rm -f conftest.err conftest.$ac_ext
5308     fi # $ac_x_includes = no
5309 pcg 1.1
5310 pcg 1.11 if test "$ac_x_libraries" = no; then
5311 pcg 1.1 # Check for the libraries.
5312     # See if we find them without any special options.
5313     # Don't add to $LIBS permanently.
5314 pcg 1.11 ac_save_LIBS=$LIBS
5315 ayin 1.108 LIBS="-lX11 $LIBS"
5316 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
5317     /* confdefs.h. */
5318     _ACEOF
5319     cat confdefs.h >>conftest.$ac_ext
5320     cat >>conftest.$ac_ext <<_ACEOF
5321     /* end confdefs.h. */
5322 ayin 1.108 #include <X11/Xlib.h>
5323 pcg 1.11 int
5324     main ()
5325     {
5326 ayin 1.108 XrmInitialize ()
5327 pcg 1.11 ;
5328     return 0;
5329     }
5330     _ACEOF
5331     rm -f conftest.$ac_objext conftest$ac_exeext
5332 ayin 1.108 if { (ac_try="$ac_link"
5333     case "(($ac_try" in
5334     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5335     *) ac_try_echo=$ac_try;;
5336     esac
5337     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5338     (eval "$ac_link") 2>conftest.er1
5339 pcg 1.11 ac_status=$?
5340     grep -v '^ *+' conftest.er1 >conftest.err
5341     rm -f conftest.er1
5342     cat conftest.err >&5
5343     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5344 ayin 1.108 (exit $ac_status); } && {
5345     test -z "$ac_cxx_werror_flag" ||
5346     test ! -s conftest.err
5347     } && test -s conftest$ac_exeext &&
5348     $as_test_x conftest$ac_exeext; then
5349 pcg 1.11 LIBS=$ac_save_LIBS
5350 pcg 1.1 # We can link X programs with no special library path.
5351     ac_x_libraries=
5352     else
5353 pcg 1.11 echo "$as_me: failed program was:" >&5
5354     sed 's/^/| /' conftest.$ac_ext >&5
5355    
5356 ayin 1.108 LIBS=$ac_save_LIBS
5357 pcg 1.11 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
5358 pcg 1.1 do
5359 pcg 1.11 # Don't even attempt the hair of trying to link an X program!
5360 pcg 1.1 for ac_extension in a so sl; do
5361 ayin 1.108 if test -r "$ac_dir/libX11.$ac_extension"; then
5362 pcg 1.1 ac_x_libraries=$ac_dir
5363     break 2
5364     fi
5365     done
5366     done
5367     fi
5368 ayin 1.108
5369     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5370 pcg 1.11 conftest$ac_exeext conftest.$ac_ext
5371     fi # $ac_x_libraries = no
5372 pcg 1.1
5373 ayin 1.108 case $ac_x_includes,$ac_x_libraries in #(
5374     no,* | *,no | *\'*)
5375     # Didn't find X, or a directory has "'" in its name.
5376     ac_cv_have_x="have_x=no";; #(
5377     *)
5378     # Record where we found X for the cache.
5379     ac_cv_have_x="have_x=yes\
5380     ac_x_includes='$ac_x_includes'\
5381     ac_x_libraries='$ac_x_libraries'"
5382     esac
5383 ayin 1.106 fi
5384 ayin 1.108 ;; #(
5385     *) have_x=yes;;
5386     esac
5387 pcg 1.1 eval "$ac_cv_have_x"
5388     fi # $with_x != no
5389    
5390     if test "$have_x" != yes; then
5391 ayin 1.108 { echo "$as_me:$LINENO: result: $have_x" >&5
5392     echo "${ECHO_T}$have_x" >&6; }
5393 pcg 1.1 no_x=yes
5394     else
5395     # If each of the values was on the command line, it overrides each guess.
5396     test "x$x_includes" = xNONE && x_includes=$ac_x_includes
5397     test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
5398     # Update the cache value to reflect the command line values.
5399 ayin 1.108 ac_cv_have_x="have_x=yes\
5400     ac_x_includes='$x_includes'\
5401     ac_x_libraries='$x_libraries'"
5402     { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
5403     echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
5404 pcg 1.1 fi
5405    
5406     if test "$no_x" = yes; then
5407     # Not all programs may use this symbol, but it does not hurt to define it.
5408 pcg 1.11
5409     cat >>confdefs.h <<\_ACEOF
5410 pcg 1.1 #define X_DISPLAY_MISSING 1
5411 pcg 1.11 _ACEOF
5412 pcg 1.1
5413     X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
5414     else
5415     if test -n "$x_includes"; then
5416     X_CFLAGS="$X_CFLAGS -I$x_includes"
5417     fi
5418    
5419     # It would also be nice to do this for all -L options, not just this one.
5420     if test -n "$x_libraries"; then
5421     X_LIBS="$X_LIBS -L$x_libraries"
5422     # For Solaris; some versions of Sun CC require a space after -R and
5423     # others require no space. Words are not sufficient . . . .
5424 ayin 1.108 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
5425     echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
5426     ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
5427     ac_xsave_cxx_werror_flag=$ac_cxx_werror_flag
5428     ac_cxx_werror_flag=yes
5429     cat >conftest.$ac_ext <<_ACEOF
5430 pcg 1.11 /* confdefs.h. */
5431     _ACEOF
5432     cat confdefs.h >>conftest.$ac_ext
5433     cat >>conftest.$ac_ext <<_ACEOF
5434     /* end confdefs.h. */
5435 pcg 1.1
5436 pcg 1.11 int
5437     main ()
5438     {
5439 pcg 1.1
5440 pcg 1.11 ;
5441     return 0;
5442     }
5443     _ACEOF
5444     rm -f conftest.$ac_objext conftest$ac_exeext
5445 ayin 1.108 if { (ac_try="$ac_link"
5446     case "(($ac_try" in
5447     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5448     *) ac_try_echo=$ac_try;;
5449     esac
5450     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5451     (eval "$ac_link") 2>conftest.er1
5452 pcg 1.11 ac_status=$?
5453     grep -v '^ *+' conftest.er1 >conftest.err
5454     rm -f conftest.er1
5455     cat conftest.err >&5
5456     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5457 ayin 1.108 (exit $ac_status); } && {
5458     test -z "$ac_cxx_werror_flag" ||
5459     test ! -s conftest.err
5460     } && test -s conftest$ac_exeext &&
5461     $as_test_x conftest$ac_exeext; then
5462     { echo "$as_me:$LINENO: result: no" >&5
5463     echo "${ECHO_T}no" >&6; }
5464     X_LIBS="$X_LIBS -R$x_libraries"
5465 pcg 1.1 else
5466 pcg 1.11 echo "$as_me: failed program was:" >&5
5467     sed 's/^/| /' conftest.$ac_ext >&5
5468    
5469 pcg 1.1 LIBS="$ac_xsave_LIBS -R $x_libraries"
5470 ayin 1.108 cat >conftest.$ac_ext <<_ACEOF
5471 pcg 1.11 /* confdefs.h. */
5472     _ACEOF
5473     cat confdefs.h >>conftest.$ac_ext
5474     cat >>conftest.$ac_ext <<_ACEOF
5475     /* end confdefs.h. */
5476 pcg 1.1
5477 pcg 1.11 int
5478     main ()
5479     {
5480 pcg 1.1
5481 pcg 1.11 ;
5482     return 0;
5483     }
5484     _ACEOF
5485     rm -f conftest.$ac_objext conftest$ac_exeext
5486 ayin 1.108 if { (ac_try="$ac_link"
5487     case "(($ac_try" in
5488     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5489     *) ac_try_echo=$ac_try;;
5490     esac
5491     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5492     (eval "$ac_link") 2>conftest.er1
5493 pcg 1.11 ac_status=$?
5494     grep -v '^ *+' conftest.er1 >conftest.err
5495     rm -f conftest.er1
5496     cat conftest.err >&5
5497     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5498 ayin 1.108 (exit $ac_status); } && {
5499     test -z "$ac_cxx_werror_flag" ||
5500     test ! -s conftest.err
5501     } && test -s conftest$ac_exeext &&
5502     $as_test_x conftest$ac_exeext; then
5503     { echo "$as_me:$LINENO: result: yes" >&5
5504     echo "${ECHO_T}yes" >&6; }
5505     X_LIBS="$X_LIBS -R $x_libraries"
5506 pcg 1.1 else
5507 pcg 1.11 echo "$as_me: failed program was:" >&5
5508     sed 's/^/| /' conftest.$ac_ext >&5
5509    
5510 ayin 1.108 { echo "$as_me:$LINENO: result: neither works" >&5
5511     echo "${ECHO_T}neither works" >&6; }
5512 ayin 1.102 fi
5513 ayin 1.108
5514     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5515     conftest$ac_exeext conftest.$ac_ext
5516     fi
5517    
5518     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5519 root 1.105 conftest$ac_exeext conftest.$ac_ext
5520 ayin 1.108 ac_cxx_werror_flag=$ac_xsave_cxx_werror_flag
5521     LIBS=$ac_xsave_LIBS
5522 pcg 1.1 fi
5523    
5524     # Check for system-dependent libraries X programs must link with.
5525     # Do this before checking for the system-independent R6 libraries
5526     # (-lICE), since we may need -lsocket or whatever for X linking.
5527    
5528     if test "$ISC" = yes; then
5529     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
5530     else
5531 pcg 1.11 # Martyn Johnson says this is needed for Ultrix, if the X
5532     # libraries were built with DECnet support. And Karl Berry says
5533 pcg 1.1 # the Alpha needs dnet_stub (dnet does not exist).
5534 pcg 1.11 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
5535     cat >conftest.$ac_ext <<_ACEOF
5536     /* confdefs.h. */
5537     _ACEOF
5538     cat confdefs.h >>conftest.$ac_ext
5539     cat >>conftest.$ac_ext <<_ACEOF
5540     /* end confdefs.h. */
5541    
5542 ayin 1.108 /* Override any GCC internal prototype to avoid an error.
5543     Use char because int might match the return type of a GCC
5544     builtin and then its argument prototype would still apply. */
5545 pcg 1.11 #ifdef __cplusplus
5546     extern "C"
5547     #endif
5548     char XOpenDisplay ();
5549     int
5550     main ()
5551     {
5552 ayin 1.108 return XOpenDisplay ();
5553 pcg 1.11 ;
5554     return 0;
5555     }
5556     _ACEOF
5557     rm -f conftest.$ac_objext conftest$ac_exeext
5558 ayin 1.108 if { (ac_try="$ac_link"
5559     case "(($ac_try" in
5560     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5561     *) ac_try_echo=$ac_try;;
5562     esac
5563     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5564     (eval "$ac_link") 2>conftest.er1
5565 pcg 1.11 ac_status=$?
5566     grep -v '^ *+' conftest.er1 >conftest.err
5567     rm -f conftest.er1
5568     cat conftest.err >&5
5569     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5570 ayin 1.108 (exit $ac_status); } && {
5571     test -z "$ac_cxx_werror_flag" ||
5572     test ! -s conftest.err
5573     } && test -s conftest$ac_exeext &&
5574     $as_test_x conftest$ac_exeext; then
5575 pcg 1.11 :
5576     else
5577     echo "$as_me: failed program was:" >&5
5578     sed 's/^/| /' conftest.$ac_ext >&5
5579 pcg 1.1
5580 ayin 1.108 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
5581     echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
5582 pcg 1.11 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
5583     echo $ECHO_N "(cached) $ECHO_C" >&6
5584 pcg 1.1 else
5585 pcg 1.11 ac_check_lib_save_LIBS=$LIBS
5586     LIBS="-ldnet $LIBS"
5587     cat >conftest.$ac_ext <<_ACEOF
5588     /* confdefs.h. */
5589     _ACEOF
5590     cat confdefs.h >>conftest.$ac_ext
5591     cat >>conftest.$ac_ext <<_ACEOF
5592     /* end confdefs.h. */
5593 pcg 1.1
5594 ayin 1.108 /* Override any GCC internal prototype to avoid an error.
5595     Use char because int might match the return type of a GCC
5596     builtin and then its argument prototype would still apply. */
5597 pcg 1.11 #ifdef __cplusplus
5598     extern "C"
5599     #endif
5600     char dnet_ntoa ();
5601     int
5602     main ()
5603     {
5604 ayin 1.108 return dnet_ntoa ();
5605 pcg 1.11 ;
5606     return 0;
5607     }
5608     _ACEOF
5609     rm -f conftest.$ac_objext conftest$ac_exeext
5610 ayin 1.108 if { (ac_try="$ac_link"
5611     case "(($ac_try" in
5612     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5613     *) ac_try_echo=$ac_try;;
5614     esac
5615     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5616     (eval "$ac_link") 2>conftest.er1
5617 pcg 1.11 ac_status=$?
5618     grep -v '^ *+' conftest.er1 >conftest.err
5619     rm -f conftest.er1
5620     cat conftest.err >&5
5621     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5622 ayin 1.108 (exit $ac_status); } && {
5623     test -z "$ac_cxx_werror_flag" ||
5624     test ! -s conftest.err
5625     } && test -s conftest$ac_exeext &&
5626     $as_test_x conftest$ac_exeext; then
5627 pcg 1.11 ac_cv_lib_dnet_dnet_ntoa=yes
5628     else
5629     echo "$as_me: failed program was:" >&5
5630     sed 's/^/| /' conftest.$ac_ext >&5
5631    
5632 ayin 1.108 ac_cv_lib_dnet_dnet_ntoa=no
5633 pcg 1.11 fi
5634 ayin 1.108
5635     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5636 pcg 1.11 conftest$ac_exeext conftest.$ac_ext
5637     LIBS=$ac_check_lib_save_LIBS
5638     fi
5639 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
5640     echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
5641 pcg 1.11 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
5642 pcg 1.1 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
5643     fi
5644    
5645     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
5646 ayin 1.108 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
5647     echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
5648 pcg 1.11 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
5649     echo $ECHO_N "(cached) $ECHO_C" >&6
5650 pcg 1.1 else
5651 pcg 1.11 ac_check_lib_save_LIBS=$LIBS
5652 pcg 1.1 LIBS="-ldnet_stub $LIBS"
5653 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
5654     /* confdefs.h. */
5655     _ACEOF
5656     cat confdefs.h >>conftest.$ac_ext
5657     cat >>conftest.$ac_ext <<_ACEOF
5658     /* end confdefs.h. */
5659    
5660 ayin 1.108 /* Override any GCC internal prototype to avoid an error.
5661     Use char because int might match the return type of a GCC
5662     builtin and then its argument prototype would still apply. */
5663 pcg 1.11 #ifdef __cplusplus
5664     extern "C"
5665     #endif
5666     char dnet_ntoa ();
5667     int
5668     main ()
5669     {
5670 ayin 1.108 return dnet_ntoa ();
5671 pcg 1.11 ;
5672     return 0;
5673     }
5674     _ACEOF
5675     rm -f conftest.$ac_objext conftest$ac_exeext
5676 ayin 1.108 if { (ac_try="$ac_link"
5677     case "(($ac_try" in
5678     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5679     *) ac_try_echo=$ac_try;;
5680     esac
5681     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5682     (eval "$ac_link") 2>conftest.er1
5683 pcg 1.11 ac_status=$?
5684     grep -v '^ *+' conftest.er1 >conftest.err
5685     rm -f conftest.er1
5686     cat conftest.err >&5
5687     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5688 ayin 1.108 (exit $ac_status); } && {
5689     test -z "$ac_cxx_werror_flag" ||
5690     test ! -s conftest.err
5691     } && test -s conftest$ac_exeext &&
5692     $as_test_x conftest$ac_exeext; then
5693 pcg 1.11 ac_cv_lib_dnet_stub_dnet_ntoa=yes
5694     else
5695     echo "$as_me: failed program was:" >&5
5696     sed 's/^/| /' conftest.$ac_ext >&5
5697    
5698 ayin 1.108 ac_cv_lib_dnet_stub_dnet_ntoa=no
5699 pcg 1.11 fi
5700 ayin 1.108
5701     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5702 pcg 1.11 conftest$ac_exeext conftest.$ac_ext
5703     LIBS=$ac_check_lib_save_LIBS
5704     fi
5705 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
5706     echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
5707 pcg 1.11 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
5708 pcg 1.1 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
5709     fi
5710    
5711     fi
5712 pcg 1.11 fi
5713 ayin 1.108
5714     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5715 pcg 1.11 conftest$ac_exeext conftest.$ac_ext
5716     LIBS="$ac_xsave_LIBS"
5717 pcg 1.1
5718     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
5719     # to get the SysV transport functions.
5720 pcg 1.11 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
5721 pcg 1.1 # needs -lnsl.
5722     # The nsl library prevents programs from opening the X display
5723 pcg 1.11 # on Irix 5.2, according to T.E. Dickey.
5724     # The functions gethostbyname, getservbyname, and inet_addr are
5725     # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
5726 ayin 1.108 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
5727     echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
5728 pcg 1.11 if test "${ac_cv_func_gethostbyname+set}" = set; then
5729     echo $ECHO_N "(cached) $ECHO_C" >&6
5730     else
5731     cat >conftest.$ac_ext <<_ACEOF
5732     /* confdefs.h. */
5733     _ACEOF
5734     cat confdefs.h >>conftest.$ac_ext
5735     cat >>conftest.$ac_ext <<_ACEOF
5736     /* end confdefs.h. */
5737     /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
5738     For example, HP-UX 11i <limits.h> declares gettimeofday. */
5739     #define gethostbyname innocuous_gethostbyname
5740    
5741 pcg 1.1 /* System header to define __stub macros and hopefully few prototypes,
5742 pcg 1.11 which can conflict with char gethostbyname (); below.
5743     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5744     <limits.h> exists even on freestanding compilers. */
5745    
5746     #ifdef __STDC__
5747     # include <limits.h>
5748     #else
5749     # include <assert.h>
5750     #endif
5751    
5752     #undef gethostbyname
5753    
5754 ayin 1.108 /* Override any GCC internal prototype to avoid an error.
5755     Use char because int might match the return type of a GCC
5756     builtin and then its argument prototype would still apply. */
5757 pcg 1.11 #ifdef __cplusplus
5758     extern "C"
5759     #endif
5760     char gethostbyname ();
5761 pcg 1.1 /* The GNU C library defines this for functions which it implements
5762     to always fail with ENOSYS. Some functions are actually named
5763     something starting with __ and the normal name is an alias. */
5764 ayin 1.108 #if defined __stub_gethostbyname || defined __stub___gethostbyname
5765 pcg 1.1 choke me
5766     #endif
5767    
5768 pcg 1.11 int
5769     main ()
5770     {
5771 ayin 1.108 return gethostbyname ();
5772 pcg 1.11 ;
5773     return 0;
5774     }
5775     _ACEOF
5776     rm -f conftest.$ac_objext conftest$ac_exeext
5777 ayin 1.108 if { (ac_try="$ac_link"
5778     case "(($ac_try" in
5779     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5780     *) ac_try_echo=$ac_try;;
5781     esac
5782     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5783     (eval "$ac_link") 2>conftest.er1
5784 pcg 1.11 ac_status=$?
5785     grep -v '^ *+' conftest.er1 >conftest.err
5786     rm -f conftest.er1
5787     cat conftest.err >&5
5788     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5789 ayin 1.108 (exit $ac_status); } && {
5790     test -z "$ac_cxx_werror_flag" ||
5791     test ! -s conftest.err
5792     } && test -s conftest$ac_exeext &&
5793     $as_test_x conftest$ac_exeext; then
5794 pcg 1.11 ac_cv_func_gethostbyname=yes
5795     else
5796     echo "$as_me: failed program was:" >&5
5797     sed 's/^/| /' conftest.$ac_ext >&5
5798    
5799 ayin 1.108 ac_cv_func_gethostbyname=no
5800 pcg 1.11 fi
5801 ayin 1.108
5802     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5803 pcg 1.11 conftest$ac_exeext conftest.$ac_ext
5804     fi
5805 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
5806     echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
5807 pcg 1.11
5808 pcg 1.1 if test $ac_cv_func_gethostbyname = no; then
5809 ayin 1.108 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
5810     echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
5811 pcg 1.11 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
5812     echo $ECHO_N "(cached) $ECHO_C" >&6
5813 pcg 1.1 else
5814 pcg 1.11 ac_check_lib_save_LIBS=$LIBS
5815 pcg 1.1 LIBS="-lnsl $LIBS"
5816 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
5817     /* confdefs.h. */
5818     _ACEOF
5819     cat confdefs.h >>conftest.$ac_ext
5820     cat >>conftest.$ac_ext <<_ACEOF
5821     /* end confdefs.h. */
5822    
5823 ayin 1.108 /* Override any GCC internal prototype to avoid an error.
5824     Use char because int might match the return type of a GCC
5825     builtin and then its argument prototype would still apply. */
5826 pcg 1.11 #ifdef __cplusplus
5827     extern "C"
5828     #endif
5829     char gethostbyname ();
5830     int
5831     main ()
5832     {
5833 ayin 1.108 return gethostbyname ();
5834 pcg 1.11 ;
5835     return 0;
5836     }
5837     _ACEOF
5838     rm -f conftest.$ac_objext conftest$ac_exeext
5839 ayin 1.108 if { (ac_try="$ac_link"
5840     case "(($ac_try" in
5841     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5842     *) ac_try_echo=$ac_try;;
5843     esac
5844     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5845     (eval "$ac_link") 2>conftest.er1
5846 pcg 1.11 ac_status=$?
5847     grep -v '^ *+' conftest.er1 >conftest.err
5848     rm -f conftest.er1
5849     cat conftest.err >&5
5850     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5851 ayin 1.108 (exit $ac_status); } && {
5852     test -z "$ac_cxx_werror_flag" ||
5853     test ! -s conftest.err
5854     } && test -s conftest$ac_exeext &&
5855     $as_test_x conftest$ac_exeext; then
5856 pcg 1.11 ac_cv_lib_nsl_gethostbyname=yes
5857     else
5858     echo "$as_me: failed program was:" >&5
5859     sed 's/^/| /' conftest.$ac_ext >&5
5860    
5861 ayin 1.108 ac_cv_lib_nsl_gethostbyname=no
5862 pcg 1.11 fi
5863 ayin 1.108
5864     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5865 pcg 1.11 conftest$ac_exeext conftest.$ac_ext
5866     LIBS=$ac_check_lib_save_LIBS
5867     fi
5868 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
5869     echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
5870 pcg 1.11 if test $ac_cv_lib_nsl_gethostbyname = yes; then
5871     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
5872     fi
5873 pcg 1.1
5874 pcg 1.11 if test $ac_cv_lib_nsl_gethostbyname = no; then
5875 ayin 1.108 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
5876     echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
5877 pcg 1.11 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
5878     echo $ECHO_N "(cached) $ECHO_C" >&6
5879     else
5880     ac_check_lib_save_LIBS=$LIBS
5881     LIBS="-lbsd $LIBS"
5882     cat >conftest.$ac_ext <<_ACEOF
5883     /* confdefs.h. */
5884     _ACEOF
5885     cat confdefs.h >>conftest.$ac_ext
5886     cat >>conftest.$ac_ext <<_ACEOF
5887     /* end confdefs.h. */
5888 pcg 1.1
5889 ayin 1.108 /* Override any GCC internal prototype to avoid an error.
5890     Use char because int might match the return type of a GCC
5891     builtin and then its argument prototype would still apply. */
5892 pcg 1.11 #ifdef __cplusplus
5893     extern "C"
5894     #endif
5895     char gethostbyname ();
5896     int
5897     main ()
5898     {
5899 ayin 1.108 return gethostbyname ();
5900 pcg 1.11 ;
5901     return 0;
5902     }
5903     _ACEOF
5904     rm -f conftest.$ac_objext conftest$ac_exeext
5905 ayin 1.108 if { (ac_try="$ac_link"
5906     case "(($ac_try" in
5907     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5908     *) ac_try_echo=$ac_try;;
5909     esac
5910     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5911     (eval "$ac_link") 2>conftest.er1
5912 pcg 1.11 ac_status=$?
5913     grep -v '^ *+' conftest.er1 >conftest.err
5914     rm -f conftest.er1
5915     cat conftest.err >&5
5916     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5917 ayin 1.108 (exit $ac_status); } && {
5918     test -z "$ac_cxx_werror_flag" ||
5919     test ! -s conftest.err
5920     } && test -s conftest$ac_exeext &&
5921     $as_test_x conftest$ac_exeext; then
5922 pcg 1.11 ac_cv_lib_bsd_gethostbyname=yes
5923     else
5924     echo "$as_me: failed program was:" >&5
5925     sed 's/^/| /' conftest.$ac_ext >&5
5926    
5927 ayin 1.108 ac_cv_lib_bsd_gethostbyname=no
5928 pcg 1.11 fi
5929 ayin 1.108
5930     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5931 pcg 1.11 conftest$ac_exeext conftest.$ac_ext
5932     LIBS=$ac_check_lib_save_LIBS
5933     fi
5934 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
5935     echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
5936 pcg 1.11 if test $ac_cv_lib_bsd_gethostbyname = yes; then
5937     X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
5938 pcg 1.1 fi
5939    
5940 pcg 1.11 fi
5941 pcg 1.1 fi
5942    
5943     # lieder@skyler.mavd.honeywell.com says without -lsocket,
5944     # socket/setsockopt and other routines are undefined under SCO ODT
5945     # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
5946 pcg 1.11 # on later versions), says Simon Leinen: it contains gethostby*
5947     # variants that don't use the name server (or something). -lsocket
5948     # must be given before -lnsl if both are needed. We assume that
5949     # if connect needs -lnsl, so does gethostbyname.
5950 ayin 1.108 { echo "$as_me:$LINENO: checking for connect" >&5
5951     echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
5952 pcg 1.11 if test "${ac_cv_func_connect+set}" = set; then
5953     echo $ECHO_N "(cached) $ECHO_C" >&6
5954     else
5955     cat >conftest.$ac_ext <<_ACEOF
5956     /* confdefs.h. */
5957     _ACEOF
5958     cat confdefs.h >>conftest.$ac_ext
5959     cat >>conftest.$ac_ext <<_ACEOF
5960     /* end confdefs.h. */
5961     /* Define connect to an innocuous variant, in case <limits.h> declares connect.
5962     For example, HP-UX 11i <limits.h> declares gettimeofday. */
5963     #define connect innocuous_connect
5964    
5965 pcg 1.1 /* System header to define __stub macros and hopefully few prototypes,
5966 pcg 1.11 which can conflict with char connect (); below.
5967     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5968     <limits.h> exists even on freestanding compilers. */
5969    
5970     #ifdef __STDC__
5971     # include <limits.h>
5972     #else
5973     # include <assert.h>
5974     #endif
5975    
5976     #undef connect
5977    
5978 ayin 1.108 /* Override any GCC internal prototype to avoid an error.
5979     Use char because int might match the return type of a GCC
5980     builtin and then its argument prototype would still apply. */
5981 pcg 1.11 #ifdef __cplusplus
5982     extern "C"
5983     #endif
5984     char connect ();
5985 pcg 1.1 /* The GNU C library defines this for functions which it implements
5986     to always fail with ENOSYS. Some functions are actually named
5987     something starting with __ and the normal name is an alias. */
5988 ayin 1.108 #if defined __stub_connect || defined __stub___connect
5989 pcg 1.1 choke me
5990     #endif
5991    
5992 pcg 1.11 int
5993     main ()
5994     {
5995 ayin 1.108 return connect ();
5996 pcg 1.11 ;
5997     return 0;
5998     }
5999     _ACEOF
6000     rm -f conftest.$ac_objext conftest$ac_exeext
6001 ayin 1.108 if { (ac_try="$ac_link"
6002     case "(($ac_try" in
6003     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6004     *) ac_try_echo=$ac_try;;
6005     esac
6006     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6007     (eval "$ac_link") 2>conftest.er1
6008 pcg 1.11 ac_status=$?
6009     grep -v '^ *+' conftest.er1 >conftest.err
6010     rm -f conftest.er1
6011     cat conftest.err >&5
6012     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6013 ayin 1.108 (exit $ac_status); } && {
6014     test -z "$ac_cxx_werror_flag" ||
6015     test ! -s conftest.err
6016     } && test -s conftest$ac_exeext &&
6017     $as_test_x conftest$ac_exeext; then
6018 pcg 1.11 ac_cv_func_connect=yes
6019     else
6020     echo "$as_me: failed program was:" >&5
6021     sed 's/^/| /' conftest.$ac_ext >&5
6022    
6023 ayin 1.108 ac_cv_func_connect=no
6024 pcg 1.1 fi
6025 ayin 1.108
6026     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6027 pcg 1.11 conftest$ac_exeext conftest.$ac_ext
6028 pcg 1.1 fi
6029 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
6030     echo "${ECHO_T}$ac_cv_func_connect" >&6; }
6031 pcg 1.1
6032     if test $ac_cv_func_connect = no; then
6033 ayin 1.108 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
6034     echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
6035 pcg 1.11 if test "${ac_cv_lib_socket_connect+set}" = set; then
6036     echo $ECHO_N "(cached) $ECHO_C" >&6
6037 pcg 1.1 else
6038 pcg 1.11 ac_check_lib_save_LIBS=$LIBS
6039 pcg 1.1 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
6040 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
6041     /* confdefs.h. */
6042     _ACEOF
6043     cat confdefs.h >>conftest.$ac_ext
6044     cat >>conftest.$ac_ext <<_ACEOF
6045     /* end confdefs.h. */
6046    
6047 ayin 1.108 /* Override any GCC internal prototype to avoid an error.
6048     Use char because int might match the return type of a GCC
6049     builtin and then its argument prototype would still apply. */
6050 pcg 1.11 #ifdef __cplusplus
6051     extern "C"
6052     #endif
6053     char connect ();
6054     int
6055     main ()
6056     {
6057 ayin 1.108 return connect ();
6058 pcg 1.11 ;
6059     return 0;
6060     }
6061     _ACEOF
6062     rm -f conftest.$ac_objext conftest$ac_exeext
6063 ayin 1.108 if { (ac_try="$ac_link"
6064     case "(($ac_try" in
6065     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6066     *) ac_try_echo=$ac_try;;
6067     esac
6068     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6069     (eval "$ac_link") 2>conftest.er1
6070 pcg 1.11 ac_status=$?
6071     grep -v '^ *+' conftest.er1 >conftest.err
6072     rm -f conftest.er1
6073     cat conftest.err >&5
6074     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6075 ayin 1.108 (exit $ac_status); } && {
6076     test -z "$ac_cxx_werror_flag" ||
6077     test ! -s conftest.err
6078     } && test -s conftest$ac_exeext &&
6079     $as_test_x conftest$ac_exeext; then
6080 pcg 1.11 ac_cv_lib_socket_connect=yes
6081     else
6082     echo "$as_me: failed program was:" >&5
6083     sed 's/^/| /' conftest.$ac_ext >&5
6084    
6085 ayin 1.108 ac_cv_lib_socket_connect=no
6086 pcg 1.11 fi
6087 ayin 1.108
6088     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6089 pcg 1.11 conftest$ac_exeext conftest.$ac_ext
6090     LIBS=$ac_check_lib_save_LIBS
6091     fi
6092 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
6093     echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
6094 pcg 1.11 if test $ac_cv_lib_socket_connect = yes; then
6095 pcg 1.1 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
6096     fi
6097    
6098     fi
6099    
6100 pcg 1.11 # Guillermo Gomez says -lposix is necessary on A/UX.
6101 ayin 1.108 { echo "$as_me:$LINENO: checking for remove" >&5
6102     echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
6103 pcg 1.11 if test "${ac_cv_func_remove+set}" = set; then
6104     echo $ECHO_N "(cached) $ECHO_C" >&6
6105     else
6106     cat >conftest.$ac_ext <<_ACEOF
6107     /* confdefs.h. */
6108     _ACEOF
6109     cat confdefs.h >>conftest.$ac_ext
6110     cat >>conftest.$ac_ext <<_ACEOF
6111     /* end confdefs.h. */
6112     /* Define remove to an innocuous variant, in case <limits.h> declares remove.
6113     For example, HP-UX 11i <limits.h> declares gettimeofday. */
6114     #define remove innocuous_remove
6115    
6116 pcg 1.1 /* System header to define __stub macros and hopefully few prototypes,
6117 pcg 1.11 which can conflict with char remove (); below.
6118     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6119     <limits.h> exists even on freestanding compilers. */
6120    
6121     #ifdef __STDC__
6122     # include <limits.h>
6123     #else
6124     # include <assert.h>
6125     #endif
6126    
6127     #undef remove
6128    
6129 ayin 1.108 /* Override any GCC internal prototype to avoid an error.
6130     Use char because int might match the return type of a GCC
6131     builtin and then its argument prototype would still apply. */
6132 pcg 1.11 #ifdef __cplusplus
6133     extern "C"
6134     #endif
6135     char remove ();
6136 pcg 1.1 /* The GNU C library defines this for functions which it implements
6137     to always fail with ENOSYS. Some functions are actually named
6138     something starting with __ and the normal name is an alias. */
6139 ayin 1.108 #if defined __stub_remove || defined __stub___remove
6140 pcg 1.1 choke me
6141     #endif
6142    
6143 pcg 1.11 int
6144     main ()
6145     {
6146 ayin 1.108 return remove ();
6147 pcg 1.11 ;
6148     return 0;
6149     }
6150     _ACEOF
6151     rm -f conftest.$ac_objext conftest$ac_exeext
6152 ayin 1.108 if { (ac_try="$ac_link"
6153     case "(($ac_try" in
6154     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6155     *) ac_try_echo=$ac_try;;
6156     esac
6157     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6158     (eval "$ac_link") 2>conftest.er1
6159 pcg 1.11 ac_status=$?
6160     grep -v '^ *+' conftest.er1 >conftest.err
6161     rm -f conftest.er1
6162     cat conftest.err >&5
6163     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6164 ayin 1.108 (exit $ac_status); } && {
6165     test -z "$ac_cxx_werror_flag" ||
6166     test ! -s conftest.err
6167     } && test -s conftest$ac_exeext &&
6168     $as_test_x conftest$ac_exeext; then
6169 pcg 1.11 ac_cv_func_remove=yes
6170     else
6171     echo "$as_me: failed program was:" >&5
6172     sed 's/^/| /' conftest.$ac_ext >&5
6173    
6174 ayin 1.108 ac_cv_func_remove=no
6175 pcg 1.1 fi
6176 ayin 1.108
6177     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6178 pcg 1.11 conftest$ac_exeext conftest.$ac_ext
6179 pcg 1.1 fi
6180 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
6181     echo "${ECHO_T}$ac_cv_func_remove" >&6; }
6182 pcg 1.1
6183     if test $ac_cv_func_remove = no; then
6184 ayin 1.108 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
6185     echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
6186 pcg 1.11 if test "${ac_cv_lib_posix_remove+set}" = set; then
6187     echo $ECHO_N "(cached) $ECHO_C" >&6
6188 pcg 1.1 else
6189 pcg 1.11 ac_check_lib_save_LIBS=$LIBS
6190 pcg 1.1 LIBS="-lposix $LIBS"
6191 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
6192     /* confdefs.h. */
6193     _ACEOF
6194     cat confdefs.h >>conftest.$ac_ext
6195     cat >>conftest.$ac_ext <<_ACEOF
6196     /* end confdefs.h. */
6197    
6198 ayin 1.108 /* Override any GCC internal prototype to avoid an error.
6199     Use char because int might match the return type of a GCC
6200     builtin and then its argument prototype would still apply. */
6201 pcg 1.11 #ifdef __cplusplus
6202     extern "C"
6203     #endif
6204     char remove ();
6205     int
6206     main ()
6207     {
6208 ayin 1.108 return remove ();
6209 pcg 1.11 ;
6210     return 0;
6211     }
6212     _ACEOF
6213     rm -f conftest.$ac_objext conftest$ac_exeext
6214 ayin 1.108 if { (ac_try="$ac_link"
6215     case "(($ac_try" in
6216     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6217     *) ac_try_echo=$ac_try;;
6218     esac
6219     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6220     (eval "$ac_link") 2>conftest.er1
6221 pcg 1.11 ac_status=$?
6222     grep -v '^ *+' conftest.er1 >conftest.err
6223     rm -f conftest.er1
6224     cat conftest.err >&5
6225     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6226 ayin 1.108 (exit $ac_status); } && {
6227     test -z "$ac_cxx_werror_flag" ||
6228     test ! -s conftest.err
6229     } && test -s conftest$ac_exeext &&
6230     $as_test_x conftest$ac_exeext; then
6231 pcg 1.11 ac_cv_lib_posix_remove=yes
6232     else
6233     echo "$as_me: failed program was:" >&5
6234     sed 's/^/| /' conftest.$ac_ext >&5
6235    
6236 ayin 1.108 ac_cv_lib_posix_remove=no
6237 pcg 1.11 fi
6238 ayin 1.108
6239     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6240 pcg 1.11 conftest$ac_exeext conftest.$ac_ext
6241     LIBS=$ac_check_lib_save_LIBS
6242     fi
6243 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
6244     echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
6245 pcg 1.11 if test $ac_cv_lib_posix_remove = yes; then
6246 pcg 1.1 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
6247     fi
6248    
6249     fi
6250    
6251     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
6252 ayin 1.108 { echo "$as_me:$LINENO: checking for shmat" >&5
6253     echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
6254 pcg 1.11 if test "${ac_cv_func_shmat+set}" = set; then
6255     echo $ECHO_N "(cached) $ECHO_C" >&6
6256     else
6257     cat >conftest.$ac_ext <<_ACEOF
6258     /* confdefs.h. */
6259     _ACEOF
6260     cat confdefs.h >>conftest.$ac_ext
6261     cat >>conftest.$ac_ext <<_ACEOF
6262     /* end confdefs.h. */
6263     /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
6264     For example, HP-UX 11i <limits.h> declares gettimeofday. */
6265     #define shmat innocuous_shmat
6266    
6267 pcg 1.1 /* System header to define __stub macros and hopefully few prototypes,
6268 pcg 1.11 which can conflict with char shmat (); below.
6269     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6270     <limits.h> exists even on freestanding compilers. */
6271    
6272     #ifdef __STDC__
6273     # include <limits.h>
6274     #else
6275     # include <assert.h>
6276     #endif
6277    
6278     #undef shmat
6279    
6280 ayin 1.108 /* Override any GCC internal prototype to avoid an error.
6281     Use char because int might match the return type of a GCC
6282     builtin and then its argument prototype would still apply. */
6283 pcg 1.11 #ifdef __cplusplus
6284     extern "C"
6285     #endif
6286     char shmat ();
6287 pcg 1.1 /* The GNU C library defines this for functions which it implements
6288     to always fail with ENOSYS. Some functions are actually named
6289     something starting with __ and the normal name is an alias. */
6290 ayin 1.108 #if defined __stub_shmat || defined __stub___shmat
6291 pcg 1.1 choke me
6292 pcg 1.11 #endif
6293    
6294     int
6295     main ()
6296     {
6297 ayin 1.108 return shmat ();
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 pcg 1.11 ac_cv_func_shmat=yes
6321     else
6322     echo "$as_me: failed program was:" >&5
6323     sed 's/^/| /' conftest.$ac_ext >&5
6324 pcg 1.1
6325 ayin 1.108 ac_cv_func_shmat=no
6326 pcg 1.1 fi
6327 ayin 1.108
6328     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6329 pcg 1.11 conftest$ac_exeext conftest.$ac_ext
6330 pcg 1.1 fi
6331 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
6332     echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
6333 pcg 1.1
6334     if test $ac_cv_func_shmat = no; then
6335 ayin 1.108 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
6336     echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
6337 pcg 1.11 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
6338     echo $ECHO_N "(cached) $ECHO_C" >&6
6339 pcg 1.1 else
6340 pcg 1.11 ac_check_lib_save_LIBS=$LIBS
6341 pcg 1.1 LIBS="-lipc $LIBS"
6342 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
6343     /* confdefs.h. */
6344     _ACEOF
6345     cat confdefs.h >>conftest.$ac_ext
6346     cat >>conftest.$ac_ext <<_ACEOF
6347     /* end confdefs.h. */
6348    
6349 ayin 1.108 /* Override any GCC internal prototype to avoid an error.
6350     Use char because int might match the return type of a GCC
6351     builtin and then its argument prototype would still apply. */
6352 pcg 1.11 #ifdef __cplusplus
6353     extern "C"
6354     #endif
6355     char shmat ();
6356     int
6357     main ()
6358     {
6359 ayin 1.108 return shmat ();
6360 pcg 1.11 ;
6361     return 0;
6362     }
6363     _ACEOF
6364     rm -f conftest.$ac_objext conftest$ac_exeext
6365 ayin 1.108 if { (ac_try="$ac_link"
6366     case "(($ac_try" in
6367     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6368     *) ac_try_echo=$ac_try;;
6369     esac
6370     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6371     (eval "$ac_link") 2>conftest.er1
6372 pcg 1.11 ac_status=$?
6373     grep -v '^ *+' conftest.er1 >conftest.err
6374     rm -f conftest.er1
6375     cat conftest.err >&5
6376     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6377 ayin 1.108 (exit $ac_status); } && {
6378     test -z "$ac_cxx_werror_flag" ||
6379     test ! -s conftest.err
6380     } && test -s conftest$ac_exeext &&
6381     $as_test_x conftest$ac_exeext; then
6382 pcg 1.11 ac_cv_lib_ipc_shmat=yes
6383     else
6384     echo "$as_me: failed program was:" >&5
6385     sed 's/^/| /' conftest.$ac_ext >&5
6386    
6387 ayin 1.108 ac_cv_lib_ipc_shmat=no
6388 pcg 1.11 fi
6389 ayin 1.108
6390     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6391 pcg 1.11 conftest$ac_exeext conftest.$ac_ext
6392     LIBS=$ac_check_lib_save_LIBS
6393     fi
6394 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
6395     echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
6396 pcg 1.11 if test $ac_cv_lib_ipc_shmat = yes; then
6397 pcg 1.1 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
6398     fi
6399    
6400     fi
6401     fi
6402    
6403     # Check for libraries that X11R6 Xt/Xaw programs need.
6404 pcg 1.11 ac_save_LDFLAGS=$LDFLAGS
6405 pcg 1.1 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
6406     # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
6407     # check for ICE first), but we must link in the order -lSM -lICE or
6408     # we get undefined symbols. So assume we have SM if we have ICE.
6409     # These have to be linked with before -lX11, unlike the other
6410     # libraries we check for below, so use a different variable.
6411 pcg 1.11 # John Interrante, Karl Berry
6412 ayin 1.108 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
6413     echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
6414 pcg 1.11 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
6415     echo $ECHO_N "(cached) $ECHO_C" >&6
6416 pcg 1.1 else
6417 pcg 1.11 ac_check_lib_save_LIBS=$LIBS
6418 pcg 1.1 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
6419 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
6420     /* confdefs.h. */
6421     _ACEOF
6422     cat confdefs.h >>conftest.$ac_ext
6423     cat >>conftest.$ac_ext <<_ACEOF
6424     /* end confdefs.h. */
6425    
6426 ayin 1.108 /* Override any GCC internal prototype to avoid an error.
6427     Use char because int might match the return type of a GCC
6428     builtin and then its argument prototype would still apply. */
6429 pcg 1.11 #ifdef __cplusplus
6430     extern "C"
6431     #endif
6432     char IceConnectionNumber ();
6433     int
6434     main ()
6435     {
6436 ayin 1.108 return IceConnectionNumber ();
6437 pcg 1.11 ;
6438     return 0;
6439     }
6440     _ACEOF
6441     rm -f conftest.$ac_objext conftest$ac_exeext
6442 ayin 1.108 if { (ac_try="$ac_link"
6443     case "(($ac_try" in
6444     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6445     *) ac_try_echo=$ac_try;;
6446     esac
6447     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6448     (eval "$ac_link") 2>conftest.er1
6449 pcg 1.11 ac_status=$?
6450     grep -v '^ *+' conftest.er1 >conftest.err
6451     rm -f conftest.er1
6452     cat conftest.err >&5
6453     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6454 ayin 1.108 (exit $ac_status); } && {
6455     test -z "$ac_cxx_werror_flag" ||
6456     test ! -s conftest.err
6457     } && test -s conftest$ac_exeext &&
6458     $as_test_x conftest$ac_exeext; then
6459 pcg 1.11 ac_cv_lib_ICE_IceConnectionNumber=yes
6460     else
6461     echo "$as_me: failed program was:" >&5
6462     sed 's/^/| /' conftest.$ac_ext >&5
6463    
6464 ayin 1.108 ac_cv_lib_ICE_IceConnectionNumber=no
6465 pcg 1.11 fi
6466 ayin 1.108
6467     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6468 pcg 1.11 conftest$ac_exeext conftest.$ac_ext
6469     LIBS=$ac_check_lib_save_LIBS
6470     fi
6471 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
6472     echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
6473 pcg 1.11 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
6474 pcg 1.1 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
6475     fi
6476    
6477 pcg 1.11 LDFLAGS=$ac_save_LDFLAGS
6478 pcg 1.1
6479     fi
6480    
6481    
6482 ayin 1.108 AFTERIMAGE_CFLAGS=
6483 root 1.103 AFTERIMAGE_LIBS=
6484 ayin 1.108 AFTERIMAGE_VERSION=
6485 root 1.103
6486     if test x$support_afterimage = xyes; then
6487     support_afterimage=no
6488    
6489 ayin 1.104 if test "x$afterimage_config" = "x" ; then
6490 root 1.103 # Extract the first word of "afterimage-config", so it can be a program name with args.
6491     set dummy afterimage-config; ac_word=$2
6492 ayin 1.108 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6493     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6494 root 1.103 if test "${ac_cv_path_afterimage_config+set}" = set; then
6495     echo $ECHO_N "(cached) $ECHO_C" >&6
6496     else
6497     case $afterimage_config in
6498     [\\/]* | ?:[\\/]*)
6499     ac_cv_path_afterimage_config="$afterimage_config" # Let the user override the test with a path.
6500     ;;
6501     *)
6502     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6503     for as_dir in $PATH
6504     do
6505     IFS=$as_save_IFS
6506     test -z "$as_dir" && as_dir=.
6507     for ac_exec_ext in '' $ac_executable_extensions; do
6508 ayin 1.108 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6509 root 1.103 ac_cv_path_afterimage_config="$as_dir/$ac_word$ac_exec_ext"
6510     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6511     break 2
6512     fi
6513     done
6514     done
6515 ayin 1.108 IFS=$as_save_IFS
6516 root 1.103
6517     test -z "$ac_cv_path_afterimage_config" && ac_cv_path_afterimage_config="no"
6518     ;;
6519     esac
6520     fi
6521     afterimage_config=$ac_cv_path_afterimage_config
6522     if test -n "$afterimage_config"; then
6523 ayin 1.108 { echo "$as_me:$LINENO: result: $afterimage_config" >&5
6524     echo "${ECHO_T}$afterimage_config" >&6; }
6525 root 1.103 else
6526 ayin 1.108 { echo "$as_me:$LINENO: result: no" >&5
6527     echo "${ECHO_T}no" >&6; }
6528 root 1.103 fi
6529    
6530 ayin 1.108
6531 root 1.103 fi
6532 root 1.109 if test "x$afterimage_config" != "xno" ; then
6533     { echo "$as_me:$LINENO: checking for libAfterImage version >= 1.15" >&5
6534 ayin 1.108 echo $ECHO_N "checking for libAfterImage version >= 1.15... $ECHO_C" >&6; }
6535 root 1.109 xAFTERIMAGE_VERSION=`$afterimage_config --version`
6536     if test -n "$xAFTERIMAGE_VERSION" ; then
6537     xAFTERIMAGE_CFLAGS=`$afterimage_config --cflags`
6538     xAFTERIMAGE_LIBS=`$afterimage_config --libs`
6539     if test "x$xAFTERIMAGE_LIBS" != "x"; then
6540     libai_ver_major=`echo $xAFTERIMAGE_VERSION | cut -f 1 -d .`
6541     libai_ver_minor=`echo $xAFTERIMAGE_VERSION | cut -f 2 -d .`
6542     if test $libai_ver_major -gt 1 -o \( $libai_ver_major -eq 1 -a $libai_ver_minor -ge 15 \); then
6543     support_afterimage=yes
6544     AFTERIMAGE_CFLAGS="$xAFTERIMAGE_CFLAGS"
6545     AFTERIMAGE_LIBS="$xAFTERIMAGE_LIBS"
6546     AFTERIMAGE_VERSION="$xAFTERIMAGE_VERSION"
6547     fi
6548 ayin 1.108 fi
6549 root 1.103 fi
6550 root 1.109 if test "x$support_afterimage" = "xyes"; then
6551     { echo "$as_me:$LINENO: result: $AFTERIMAGE_LIBS" >&5
6552 ayin 1.108 echo "${ECHO_T}$AFTERIMAGE_LIBS" >&6; }
6553 root 1.109 else
6554     { echo "$as_me:$LINENO: result: no" >&5
6555 ayin 1.108 echo "${ECHO_T}no" >&6; }
6556 root 1.109 fi
6557 root 1.103 fi
6558     fi
6559    
6560 ayin 1.108 { echo "$as_me:$LINENO: checking for sys/wait.h that is POSIX.1 compatible" >&5
6561     echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6; }
6562 pcg 1.11 if test "${ac_cv_header_sys_wait_h+set}" = set; then
6563     echo $ECHO_N "(cached) $ECHO_C" >&6
6564     else
6565     cat >conftest.$ac_ext <<_ACEOF
6566     /* confdefs.h. */
6567     _ACEOF
6568     cat confdefs.h >>conftest.$ac_ext
6569     cat >>conftest.$ac_ext <<_ACEOF
6570     /* end confdefs.h. */
6571 pcg 1.1 #include <sys/types.h>
6572     #include <sys/wait.h>
6573     #ifndef WEXITSTATUS
6574 ayin 1.108 # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
6575 pcg 1.1 #endif
6576     #ifndef WIFEXITED
6577 pcg 1.11 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
6578 pcg 1.1 #endif
6579 pcg 1.11
6580     int
6581     main ()
6582     {
6583     int s;
6584     wait (&s);
6585     s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
6586     ;
6587     return 0;
6588     }
6589     _ACEOF
6590     rm -f conftest.$ac_objext
6591 ayin 1.108 if { (ac_try="$ac_compile"
6592     case "(($ac_try" in
6593     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6594     *) ac_try_echo=$ac_try;;
6595     esac
6596     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6597     (eval "$ac_compile") 2>conftest.er1
6598 pcg 1.11 ac_status=$?
6599     grep -v '^ *+' conftest.er1 >conftest.err
6600     rm -f conftest.er1
6601     cat conftest.err >&5
6602     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6603 ayin 1.108 (exit $ac_status); } && {
6604     test -z "$ac_cxx_werror_flag" ||
6605     test ! -s conftest.err
6606     } && test -s conftest.$ac_objext; then
6607     ac_cv_header_sys_wait_h=yes
6608     else
6609 pcg 1.11 echo "$as_me: failed program was:" >&5
6610     sed 's/^/| /' conftest.$ac_ext >&5
6611    
6612 ayin 1.108 ac_cv_header_sys_wait_h=no
6613 pcg 1.1 fi
6614 ayin 1.108
6615     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6616 pcg 1.1 fi
6617 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5
6618     echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6; }
6619 pcg 1.11 if test $ac_cv_header_sys_wait_h = yes; then
6620 pcg 1.1
6621 pcg 1.11 cat >>confdefs.h <<\_ACEOF
6622 pcg 1.1 #define HAVE_SYS_WAIT_H 1
6623 pcg 1.11 _ACEOF
6624 pcg 1.1
6625     fi
6626    
6627 ayin 1.108 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6628     echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
6629 root 1.51 if test "${ac_cv_header_stdc+set}" = set; then
6630     echo $ECHO_N "(cached) $ECHO_C" >&6
6631     else
6632     cat >conftest.$ac_ext <<_ACEOF
6633     /* confdefs.h. */
6634     _ACEOF
6635     cat confdefs.h >>conftest.$ac_ext
6636     cat >>conftest.$ac_ext <<_ACEOF
6637     /* end confdefs.h. */
6638     #include <stdlib.h>
6639     #include <stdarg.h>
6640     #include <string.h>
6641     #include <float.h>
6642    
6643     int
6644     main ()
6645     {
6646    
6647     ;
6648     return 0;
6649     }
6650     _ACEOF
6651     rm -f conftest.$ac_objext
6652 ayin 1.108 if { (ac_try="$ac_compile"
6653     case "(($ac_try" in
6654     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6655     *) ac_try_echo=$ac_try;;
6656     esac
6657     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6658     (eval "$ac_compile") 2>conftest.er1
6659 root 1.51 ac_status=$?
6660     grep -v '^ *+' conftest.er1 >conftest.err
6661     rm -f conftest.er1
6662     cat conftest.err >&5
6663     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6664 ayin 1.108 (exit $ac_status); } && {
6665     test -z "$ac_cxx_werror_flag" ||
6666     test ! -s conftest.err
6667     } && test -s conftest.$ac_objext; then
6668 root 1.51 ac_cv_header_stdc=yes
6669     else
6670     echo "$as_me: failed program was:" >&5
6671     sed 's/^/| /' conftest.$ac_ext >&5
6672    
6673 ayin 1.108 ac_cv_header_stdc=no
6674 root 1.51 fi
6675 ayin 1.108
6676     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6677 root 1.51
6678     if test $ac_cv_header_stdc = yes; then
6679     # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6680     cat >conftest.$ac_ext <<_ACEOF
6681     /* confdefs.h. */
6682     _ACEOF
6683     cat confdefs.h >>conftest.$ac_ext
6684     cat >>conftest.$ac_ext <<_ACEOF
6685     /* end confdefs.h. */
6686     #include <string.h>
6687    
6688     _ACEOF
6689     if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6690     $EGREP "memchr" >/dev/null 2>&1; then
6691     :
6692     else
6693     ac_cv_header_stdc=no
6694     fi
6695     rm -f conftest*
6696    
6697     fi
6698    
6699     if test $ac_cv_header_stdc = yes; then
6700     # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6701     cat >conftest.$ac_ext <<_ACEOF
6702     /* confdefs.h. */
6703     _ACEOF
6704     cat confdefs.h >>conftest.$ac_ext
6705     cat >>conftest.$ac_ext <<_ACEOF
6706     /* end confdefs.h. */
6707     #include <stdlib.h>
6708    
6709     _ACEOF
6710     if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6711     $EGREP "free" >/dev/null 2>&1; then
6712     :
6713     else
6714     ac_cv_header_stdc=no
6715     fi
6716     rm -f conftest*
6717    
6718     fi
6719    
6720     if test $ac_cv_header_stdc = yes; then
6721     # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6722     if test "$cross_compiling" = yes; then
6723     :
6724     else
6725     cat >conftest.$ac_ext <<_ACEOF
6726     /* confdefs.h. */
6727     _ACEOF
6728     cat confdefs.h >>conftest.$ac_ext
6729     cat >>conftest.$ac_ext <<_ACEOF
6730     /* end confdefs.h. */
6731     #include <ctype.h>
6732 ayin 1.108 #include <stdlib.h>
6733 root 1.51 #if ((' ' & 0x0FF) == 0x020)
6734     # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6735     # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6736     #else
6737     # define ISLOWER(c) \
6738     (('a' <= (c) && (c) <= 'i') \
6739     || ('j' <= (c) && (c) <= 'r') \
6740     || ('s' <= (c) && (c) <= 'z'))
6741     # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6742     #endif
6743    
6744     #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6745     int
6746     main ()
6747     {
6748     int i;
6749     for (i = 0; i < 256; i++)
6750     if (XOR (islower (i), ISLOWER (i))
6751     || toupper (i) != TOUPPER (i))
6752 ayin 1.108 return 2;
6753     return 0;
6754 root 1.51 }
6755     _ACEOF
6756     rm -f conftest$ac_exeext
6757 ayin 1.108 if { (ac_try="$ac_link"
6758     case "(($ac_try" in
6759     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6760     *) ac_try_echo=$ac_try;;
6761     esac
6762     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6763     (eval "$ac_link") 2>&5
6764 root 1.51 ac_status=$?
6765     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6766     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
6767 ayin 1.108 { (case "(($ac_try" in
6768     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6769     *) ac_try_echo=$ac_try;;
6770     esac
6771     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6772     (eval "$ac_try") 2>&5
6773 root 1.51 ac_status=$?
6774     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6775     (exit $ac_status); }; }; then
6776     :
6777     else
6778     echo "$as_me: program exited with status $ac_status" >&5
6779     echo "$as_me: failed program was:" >&5
6780     sed 's/^/| /' conftest.$ac_ext >&5
6781    
6782     ( exit $ac_status )
6783     ac_cv_header_stdc=no
6784     fi
6785 ayin 1.108 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
6786 root 1.51 fi
6787 ayin 1.108
6788    
6789 root 1.51 fi
6790     fi
6791 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
6792     echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
6793 root 1.51 if test $ac_cv_header_stdc = yes; then
6794    
6795     cat >>confdefs.h <<\_ACEOF
6796     #define STDC_HEADERS 1
6797     _ACEOF
6798    
6799     fi
6800    
6801     # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6802    
6803    
6804    
6805    
6806    
6807    
6808    
6809    
6810    
6811     for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6812     inttypes.h stdint.h unistd.h
6813     do
6814     as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6815 ayin 1.108 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6816     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6817     if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6818 root 1.51 echo $ECHO_N "(cached) $ECHO_C" >&6
6819     else
6820     cat >conftest.$ac_ext <<_ACEOF
6821     /* confdefs.h. */
6822     _ACEOF
6823     cat confdefs.h >>conftest.$ac_ext
6824     cat >>conftest.$ac_ext <<_ACEOF
6825     /* end confdefs.h. */
6826     $ac_includes_default
6827    
6828     #include <$ac_header>
6829     _ACEOF
6830     rm -f conftest.$ac_objext
6831 ayin 1.108 if { (ac_try="$ac_compile"
6832     case "(($ac_try" in
6833     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6834     *) ac_try_echo=$ac_try;;
6835     esac
6836     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6837     (eval "$ac_compile") 2>conftest.er1
6838 root 1.51 ac_status=$?
6839     grep -v '^ *+' conftest.er1 >conftest.err
6840     rm -f conftest.er1
6841     cat conftest.err >&5
6842     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6843 ayin 1.108 (exit $ac_status); } && {
6844     test -z "$ac_cxx_werror_flag" ||
6845     test ! -s conftest.err
6846     } && test -s conftest.$ac_objext; then
6847 root 1.51 eval "$as_ac_Header=yes"
6848     else
6849     echo "$as_me: failed program was:" >&5
6850     sed 's/^/| /' conftest.$ac_ext >&5
6851    
6852 ayin 1.108 eval "$as_ac_Header=no"
6853 root 1.51 fi
6854 ayin 1.108
6855     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6856 root 1.51 fi
6857 ayin 1.108 ac_res=`eval echo '${'$as_ac_Header'}'`
6858     { echo "$as_me:$LINENO: result: $ac_res" >&5
6859     echo "${ECHO_T}$ac_res" >&6; }
6860 root 1.51 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6861     cat >>confdefs.h <<_ACEOF
6862     #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6863     _ACEOF
6864    
6865     fi
6866    
6867     done
6868    
6869    
6870 pcg 1.11
6871    
6872    
6873    
6874    
6875    
6876    
6877    
6878    
6879    
6880    
6881    
6882    
6883    
6884    
6885    
6886    
6887     for ac_header in \
6888 pcg 1.1 assert.h \
6889     fcntl.h \
6890     stdarg.h \
6891     stdlib.h \
6892     string.h \
6893     termios.h \
6894     unistd.h \
6895     sys/byteorder.h \
6896     sys/ioctl.h \
6897     sys/select.h \
6898     sys/sockio.h \
6899     sys/strredir.h \
6900     sys/time.h \
6901 root 1.83 stdint.h \
6902     wchar.h \
6903     cwchar \
6904     clocale \
6905 pcg 1.1
6906     do
6907 pcg 1.11 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6908 ayin 1.108 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6909     { echo "$as_me:$LINENO: checking for $ac_header" >&5
6910     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6911     if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6912 pcg 1.11 echo $ECHO_N "(cached) $ECHO_C" >&6
6913     fi
6914 ayin 1.108 ac_res=`eval echo '${'$as_ac_Header'}'`
6915     { echo "$as_me:$LINENO: result: $ac_res" >&5
6916     echo "${ECHO_T}$ac_res" >&6; }
6917 pcg 1.11 else
6918     # Is the header compilable?
6919 ayin 1.108 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
6920     echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
6921 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
6922     /* confdefs.h. */
6923     _ACEOF
6924     cat confdefs.h >>conftest.$ac_ext
6925     cat >>conftest.$ac_ext <<_ACEOF
6926     /* end confdefs.h. */
6927     $ac_includes_default
6928     #include <$ac_header>
6929     _ACEOF
6930     rm -f conftest.$ac_objext
6931 ayin 1.108 if { (ac_try="$ac_compile"
6932     case "(($ac_try" in
6933     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6934     *) ac_try_echo=$ac_try;;
6935     esac
6936     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6937     (eval "$ac_compile") 2>conftest.er1
6938 pcg 1.11 ac_status=$?
6939     grep -v '^ *+' conftest.er1 >conftest.err
6940     rm -f conftest.er1
6941     cat conftest.err >&5
6942     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6943 ayin 1.108 (exit $ac_status); } && {
6944     test -z "$ac_cxx_werror_flag" ||
6945     test ! -s conftest.err
6946     } && test -s conftest.$ac_objext; then
6947 pcg 1.11 ac_header_compiler=yes
6948     else
6949     echo "$as_me: failed program was:" >&5
6950     sed 's/^/| /' conftest.$ac_ext >&5
6951    
6952 ayin 1.108 ac_header_compiler=no
6953 pcg 1.11 fi
6954 ayin 1.108
6955     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6956     { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6957     echo "${ECHO_T}$ac_header_compiler" >&6; }
6958 pcg 1.11
6959     # Is the header present?
6960 ayin 1.108 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
6961     echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
6962 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
6963     /* confdefs.h. */
6964     _ACEOF
6965     cat confdefs.h >>conftest.$ac_ext
6966     cat >>conftest.$ac_ext <<_ACEOF
6967     /* end confdefs.h. */
6968     #include <$ac_header>
6969     _ACEOF
6970 ayin 1.108 if { (ac_try="$ac_cpp conftest.$ac_ext"
6971     case "(($ac_try" in
6972     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6973     *) ac_try_echo=$ac_try;;
6974     esac
6975     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6976     (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6977 pcg 1.11 ac_status=$?
6978     grep -v '^ *+' conftest.er1 >conftest.err
6979     rm -f conftest.er1
6980     cat conftest.err >&5
6981     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6982 ayin 1.108 (exit $ac_status); } >/dev/null && {
6983     test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
6984     test ! -s conftest.err
6985     }; then
6986 pcg 1.11 ac_header_preproc=yes
6987 pcg 1.1 else
6988 pcg 1.11 echo "$as_me: failed program was:" >&5
6989     sed 's/^/| /' conftest.$ac_ext >&5
6990    
6991     ac_header_preproc=no
6992     fi
6993 ayin 1.108
6994 pcg 1.11 rm -f conftest.err conftest.$ac_ext
6995 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6996     echo "${ECHO_T}$ac_header_preproc" >&6; }
6997 pcg 1.11
6998     # So? What about this header?
6999 pcg 1.13 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
7000 pcg 1.11 yes:no: )
7001     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7002     echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7003     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7004     echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7005     ac_header_preproc=yes
7006     ;;
7007     no:yes:* )
7008     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7009     echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7010     { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7011     echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7012     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7013     echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7014     { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7015     echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7016     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7017     echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7018     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7019     echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7020 ayin 1.108
7021 pcg 1.11 ;;
7022     esac
7023 ayin 1.108 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7024     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7025     if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7026 pcg 1.11 echo $ECHO_N "(cached) $ECHO_C" >&6
7027 pcg 1.1 else
7028 pcg 1.11 eval "$as_ac_Header=\$ac_header_preproc"
7029 pcg 1.1 fi
7030 ayin 1.108 ac_res=`eval echo '${'$as_ac_Header'}'`
7031     { echo "$as_me:$LINENO: result: $ac_res" >&5
7032     echo "${ECHO_T}$ac_res" >&6; }
7033 pcg 1.11
7034 pcg 1.1 fi
7035 pcg 1.11 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7036     cat >>confdefs.h <<_ACEOF
7037     #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7038     _ACEOF
7039    
7040 pcg 1.1 fi
7041 pcg 1.11
7042 pcg 1.1 done
7043    
7044    
7045 ayin 1.108 { echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
7046     echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6; }
7047 pcg 1.11 if test "${ac_cv_header_time+set}" = set; then
7048     echo $ECHO_N "(cached) $ECHO_C" >&6
7049     else
7050     cat >conftest.$ac_ext <<_ACEOF
7051     /* confdefs.h. */
7052     _ACEOF
7053     cat confdefs.h >>conftest.$ac_ext
7054     cat >>conftest.$ac_ext <<_ACEOF
7055     /* end confdefs.h. */
7056 pcg 1.1 #include <sys/types.h>
7057     #include <sys/time.h>
7058     #include <time.h>
7059 pcg 1.11
7060     int
7061     main ()
7062     {
7063     if ((struct tm *) 0)
7064     return 0;
7065     ;
7066     return 0;
7067     }
7068     _ACEOF
7069     rm -f conftest.$ac_objext
7070 ayin 1.108 if { (ac_try="$ac_compile"
7071     case "(($ac_try" in
7072     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7073     *) ac_try_echo=$ac_try;;
7074     esac
7075     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7076     (eval "$ac_compile") 2>conftest.er1
7077 pcg 1.11 ac_status=$?
7078     grep -v '^ *+' conftest.er1 >conftest.err
7079     rm -f conftest.er1
7080     cat conftest.err >&5
7081     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7082 ayin 1.108 (exit $ac_status); } && {
7083     test -z "$ac_cxx_werror_flag" ||
7084     test ! -s conftest.err
7085     } && test -s conftest.$ac_objext; then
7086 pcg 1.1 ac_cv_header_time=yes
7087     else
7088 pcg 1.11 echo "$as_me: failed program was:" >&5
7089     sed 's/^/| /' conftest.$ac_ext >&5
7090    
7091 ayin 1.108 ac_cv_header_time=no
7092 pcg 1.1 fi
7093 ayin 1.108
7094     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7095 pcg 1.1 fi
7096 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
7097     echo "${ECHO_T}$ac_cv_header_time" >&6; }
7098 pcg 1.11 if test $ac_cv_header_time = yes; then
7099 pcg 1.1
7100 pcg 1.11 cat >>confdefs.h <<\_ACEOF
7101 pcg 1.1 #define TIME_WITH_SYS_TIME 1
7102 pcg 1.11 _ACEOF
7103 pcg 1.1
7104     fi
7105    
7106    
7107 ayin 1.108 { echo "$as_me:$LINENO: checking whether termios.h and sys/ioctl.h may both be included" >&5
7108     echo $ECHO_N "checking whether termios.h and sys/ioctl.h may both be included... $ECHO_C" >&6; }
7109 pcg 1.11 if test "${rxvt_cv_header_sysioctl+set}" = set; then
7110     echo $ECHO_N "(cached) $ECHO_C" >&6
7111 pcg 1.1 else
7112 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
7113     /* confdefs.h. */
7114     _ACEOF
7115     cat confdefs.h >>conftest.$ac_ext
7116     cat >>conftest.$ac_ext <<_ACEOF
7117     /* end confdefs.h. */
7118 pcg 1.1 #include <stdio.h>
7119     #include <sys/ioctl.h>
7120     #ifdef HAVE_TERMIOS_H
7121     #include <termios.h>
7122     #endif
7123 pcg 1.11 int
7124     main ()
7125     {
7126 pcg 1.1 int a = ECHO;
7127 pcg 1.11 ;
7128     return 0;
7129     }
7130     _ACEOF
7131     rm -f conftest.$ac_objext
7132 ayin 1.108 if { (ac_try="$ac_compile"
7133     case "(($ac_try" in
7134     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7135     *) ac_try_echo=$ac_try;;
7136     esac
7137     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7138     (eval "$ac_compile") 2>conftest.er1
7139 pcg 1.11 ac_status=$?
7140     grep -v '^ *+' conftest.er1 >conftest.err
7141     rm -f conftest.er1
7142     cat conftest.err >&5
7143     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7144 ayin 1.108 (exit $ac_status); } && {
7145     test -z "$ac_cxx_werror_flag" ||
7146     test ! -s conftest.err
7147     } && test -s conftest.$ac_objext; then
7148 ayin 1.106 rxvt_cv_header_sysioctl=yes
7149 pcg 1.1 else
7150 ayin 1.106 echo "$as_me: failed program was:" >&5
7151 pcg 1.11 sed 's/^/| /' conftest.$ac_ext >&5
7152    
7153 ayin 1.108 rxvt_cv_header_sysioctl=no
7154 pcg 1.1 fi
7155 ayin 1.108
7156     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7157 pcg 1.1 fi
7158 ayin 1.108 { echo "$as_me:$LINENO: result: $rxvt_cv_header_sysioctl" >&5
7159     echo "${ECHO_T}$rxvt_cv_header_sysioctl" >&6; }
7160 pcg 1.1
7161 ayin 1.108 { echo "$as_me:$LINENO: checking for XPointer" >&5
7162     echo $ECHO_N "checking for XPointer... $ECHO_C" >&6; }
7163 pcg 1.11 if test "${rxvt_cv_xpointer+set}" = set; then
7164     echo $ECHO_N "(cached) $ECHO_C" >&6
7165     else
7166     cat >conftest.$ac_ext <<_ACEOF
7167     /* confdefs.h. */
7168     _ACEOF
7169     cat confdefs.h >>conftest.$ac_ext
7170     cat >>conftest.$ac_ext <<_ACEOF
7171     /* end confdefs.h. */
7172 pcg 1.1 #include <X11/Xlib.h>
7173 pcg 1.11 int
7174     main ()
7175     {
7176 pcg 1.1 XPointer dummy;
7177 pcg 1.11 ;
7178     return 0;
7179     }
7180     _ACEOF
7181     rm -f conftest.$ac_objext
7182 ayin 1.108 if { (ac_try="$ac_compile"
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_compile") 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_objext; then
7198 pcg 1.1 rxvt_cv_xpointer=yes
7199     else
7200 pcg 1.11 echo "$as_me: failed program was:" >&5
7201     sed 's/^/| /' conftest.$ac_ext >&5
7202    
7203 ayin 1.108 rxvt_cv_xpointer=no
7204 pcg 1.1 fi
7205 ayin 1.108
7206     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7207 pcg 1.1 fi
7208 ayin 1.108 { echo "$as_me:$LINENO: result: $rxvt_cv_xpointer" >&5
7209     echo "${ECHO_T}$rxvt_cv_xpointer" >&6; }
7210 pcg 1.11 if test x$rxvt_cv_xpointer = xyes; then
7211 pcg 1.1
7212 pcg 1.11 cat >>confdefs.h <<\_ACEOF
7213 pcg 1.1 #define HAVE_XPOINTER 1
7214 pcg 1.11 _ACEOF
7215 pcg 1.1
7216     fi
7217    
7218 ayin 1.108 { echo "$as_me:$LINENO: checking for XLIB_ILLEGAL_ACCESS" >&5
7219     echo $ECHO_N "checking for XLIB_ILLEGAL_ACCESS... $ECHO_C" >&6; }
7220 root 1.99 if test "${rxvt_xlib_illegal_access+set}" = set; then
7221     echo $ECHO_N "(cached) $ECHO_C" >&6
7222     else
7223     cat >conftest.$ac_ext <<_ACEOF
7224     /* confdefs.h. */
7225     _ACEOF
7226     cat confdefs.h >>conftest.$ac_ext
7227     cat >>conftest.$ac_ext <<_ACEOF
7228     /* end confdefs.h. */
7229    
7230     #define XLIB_ILLEGAL_ACCESS
7231     #include <X11/Xlib.h>
7232    
7233     int
7234     main ()
7235     {
7236    
7237     Display *dpy;
7238     dpy->xdefaults = (char *)0;
7239    
7240     ;
7241     return 0;
7242     }
7243     _ACEOF
7244     rm -f conftest.$ac_objext
7245 ayin 1.108 if { (ac_try="$ac_compile"
7246     case "(($ac_try" in
7247     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7248     *) ac_try_echo=$ac_try;;
7249     esac
7250     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7251     (eval "$ac_compile") 2>conftest.er1
7252 root 1.99 ac_status=$?
7253     grep -v '^ *+' conftest.er1 >conftest.err
7254     rm -f conftest.er1
7255     cat conftest.err >&5
7256     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7257 ayin 1.108 (exit $ac_status); } && {
7258     test -z "$ac_cxx_werror_flag" ||
7259     test ! -s conftest.err
7260     } && test -s conftest.$ac_objext; then
7261 root 1.99 rxvt_xlib_illegal_access=yes
7262     else
7263     echo "$as_me: failed program was:" >&5
7264     sed 's/^/| /' conftest.$ac_ext >&5
7265    
7266 ayin 1.108 rxvt_xlib_illegal_access=no
7267 root 1.99
7268     fi
7269 ayin 1.108
7270     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7271 root 1.99 fi
7272 ayin 1.108 { echo "$as_me:$LINENO: result: $rxvt_xlib_illegal_access" >&5
7273     echo "${ECHO_T}$rxvt_xlib_illegal_access" >&6; }
7274 root 1.99 if test x$rxvt_xlib_illegal_access = xyes; then
7275    
7276     cat >>confdefs.h <<\_ACEOF
7277     #define XLIB_ILLEGAL_ACCESS 1
7278     _ACEOF
7279    
7280     fi
7281 pcg 1.1
7282 ayin 1.108 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
7283     echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
7284 pcg 1.11 if test "${ac_cv_c_const+set}" = set; then
7285     echo $ECHO_N "(cached) $ECHO_C" >&6
7286     else
7287     cat >conftest.$ac_ext <<_ACEOF
7288     /* confdefs.h. */
7289     _ACEOF
7290     cat confdefs.h >>conftest.$ac_ext
7291     cat >>conftest.$ac_ext <<_ACEOF
7292     /* end confdefs.h. */
7293 pcg 1.1
7294 pcg 1.11 int
7295     main ()
7296     {
7297     /* FIXME: Include the comments suggested by Paul. */
7298     #ifndef __cplusplus
7299     /* Ultrix mips cc rejects this. */
7300     typedef int charset[2];
7301 ayin 1.108 const charset cs;
7302 pcg 1.11 /* SunOS 4.1.1 cc rejects this. */
7303 ayin 1.108 char const *const *pcpcc;
7304     char **ppc;
7305 pcg 1.11 /* NEC SVR4.0.2 mips cc rejects this. */
7306     struct point {int x, y;};
7307     static struct point const zero = {0,0};
7308     /* AIX XL C 1.02.0.0 rejects this.
7309     It does not let you subtract one const X* pointer from another in
7310     an arm of an if-expression whose if-part is not a constant
7311     expression */
7312     const char *g = "string";
7313 ayin 1.108 pcpcc = &g + (g ? g-g : 0);
7314 pcg 1.11 /* HPUX 7.0 cc rejects these. */
7315 ayin 1.108 ++pcpcc;
7316     ppc = (char**) pcpcc;
7317     pcpcc = (char const *const *) ppc;
7318 pcg 1.11 { /* SCO 3.2v4 cc rejects this. */
7319     char *t;
7320     char const *s = 0 ? (char *) 0 : (char const *) 0;
7321    
7322     *t++ = 0;
7323 ayin 1.108 if (s) return 0;
7324 pcg 1.11 }
7325     { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
7326     int x[] = {25, 17};
7327     const int *foo = &x[0];
7328     ++foo;
7329     }
7330     { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
7331     typedef const int *iptr;
7332     iptr p = 0;
7333     ++p;
7334     }
7335     { /* AIX XL C 1.02.0.0 rejects this saying
7336     "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
7337     struct s { int j; const int *ap[3]; };
7338     struct s *b; b->j = 5;
7339     }
7340     { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
7341     const int foo = 10;
7342 ayin 1.108 if (!foo) return 0;
7343 pcg 1.11 }
7344 ayin 1.108 return !cs[0] && !zero.x;
7345 pcg 1.11 #endif
7346 pcg 1.1
7347 pcg 1.11 ;
7348     return 0;
7349 pcg 1.1 }
7350 pcg 1.11 _ACEOF
7351     rm -f conftest.$ac_objext
7352 ayin 1.108 if { (ac_try="$ac_compile"
7353     case "(($ac_try" in
7354     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7355     *) ac_try_echo=$ac_try;;
7356     esac
7357     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7358     (eval "$ac_compile") 2>conftest.er1
7359 pcg 1.11 ac_status=$?
7360     grep -v '^ *+' conftest.er1 >conftest.err
7361     rm -f conftest.er1
7362     cat conftest.err >&5
7363     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7364 ayin 1.108 (exit $ac_status); } && {
7365     test -z "$ac_cxx_werror_flag" ||
7366     test ! -s conftest.err
7367     } && test -s conftest.$ac_objext; then
7368 pcg 1.1 ac_cv_c_const=yes
7369     else
7370 pcg 1.11 echo "$as_me: failed program was:" >&5
7371     sed 's/^/| /' conftest.$ac_ext >&5
7372    
7373 ayin 1.108 ac_cv_c_const=no
7374 pcg 1.1 fi
7375 ayin 1.108
7376     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7377 pcg 1.1 fi
7378 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
7379     echo "${ECHO_T}$ac_cv_c_const" >&6; }
7380 pcg 1.11 if test $ac_cv_c_const = no; then
7381 pcg 1.1
7382 pcg 1.11 cat >>confdefs.h <<\_ACEOF
7383     #define const
7384     _ACEOF
7385 pcg 1.1
7386     fi
7387    
7388 ayin 1.108 { echo "$as_me:$LINENO: checking for inline" >&5
7389     echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
7390 pcg 1.11 if test "${ac_cv_c_inline+set}" = set; then
7391     echo $ECHO_N "(cached) $ECHO_C" >&6
7392 pcg 1.1 else
7393     ac_cv_c_inline=no
7394     for ac_kw in inline __inline__ __inline; do
7395 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
7396     /* confdefs.h. */
7397     _ACEOF
7398     cat confdefs.h >>conftest.$ac_ext
7399     cat >>conftest.$ac_ext <<_ACEOF
7400     /* end confdefs.h. */
7401     #ifndef __cplusplus
7402     typedef int foo_t;
7403     static $ac_kw foo_t static_foo () {return 0; }
7404     $ac_kw foo_t foo () {return 0; }
7405     #endif
7406 pcg 1.1
7407 pcg 1.11 _ACEOF
7408     rm -f conftest.$ac_objext
7409 ayin 1.108 if { (ac_try="$ac_compile"
7410     case "(($ac_try" in
7411     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7412     *) ac_try_echo=$ac_try;;
7413     esac
7414     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7415     (eval "$ac_compile") 2>conftest.er1
7416 pcg 1.11 ac_status=$?
7417     grep -v '^ *+' conftest.er1 >conftest.err
7418     rm -f conftest.er1
7419     cat conftest.err >&5
7420     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7421 ayin 1.108 (exit $ac_status); } && {
7422     test -z "$ac_cxx_werror_flag" ||
7423     test ! -s conftest.err
7424     } && test -s conftest.$ac_objext; then
7425     ac_cv_c_inline=$ac_kw
7426 pcg 1.1 else
7427 pcg 1.11 echo "$as_me: failed program was:" >&5
7428     sed 's/^/| /' conftest.$ac_ext >&5
7429    
7430 ayin 1.108
7431 pcg 1.1 fi
7432 ayin 1.108
7433     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7434     test "$ac_cv_c_inline" != no && break
7435 pcg 1.1 done
7436    
7437     fi
7438 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
7439     echo "${ECHO_T}$ac_cv_c_inline" >&6; }
7440 pcg 1.11
7441 pcg 1.1
7442 pcg 1.11 case $ac_cv_c_inline in
7443 pcg 1.1 inline | yes) ;;
7444 pcg 1.11 *)
7445     case $ac_cv_c_inline in
7446     no) ac_val=;;
7447     *) ac_val=$ac_cv_c_inline;;
7448     esac
7449     cat >>confdefs.h <<_ACEOF
7450     #ifndef __cplusplus
7451     #define inline $ac_val
7452     #endif
7453     _ACEOF
7454     ;;
7455 pcg 1.1 esac
7456    
7457    
7458    
7459 ayin 1.108 { echo "$as_me:$LINENO: checking for mode_t" >&5
7460     echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
7461 pcg 1.11 if test "${ac_cv_type_mode_t+set}" = set; then
7462     echo $ECHO_N "(cached) $ECHO_C" >&6
7463     else
7464     cat >conftest.$ac_ext <<_ACEOF
7465     /* confdefs.h. */
7466     _ACEOF
7467     cat confdefs.h >>conftest.$ac_ext
7468     cat >>conftest.$ac_ext <<_ACEOF
7469     /* end confdefs.h. */
7470     $ac_includes_default
7471 ayin 1.108 typedef mode_t ac__type_new_;
7472 pcg 1.11 int
7473     main ()
7474     {
7475 ayin 1.108 if ((ac__type_new_ *) 0)
7476 pcg 1.11 return 0;
7477 ayin 1.108 if (sizeof (ac__type_new_))
7478 pcg 1.11 return 0;
7479     ;
7480     return 0;
7481     }
7482     _ACEOF
7483     rm -f conftest.$ac_objext
7484 ayin 1.108 if { (ac_try="$ac_compile"
7485     case "(($ac_try" in
7486     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7487     *) ac_try_echo=$ac_try;;
7488     esac
7489     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7490     (eval "$ac_compile") 2>conftest.er1
7491 pcg 1.11 ac_status=$?
7492     grep -v '^ *+' conftest.er1 >conftest.err
7493     rm -f conftest.er1
7494     cat conftest.err >&5
7495     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7496 ayin 1.108 (exit $ac_status); } && {
7497     test -z "$ac_cxx_werror_flag" ||
7498     test ! -s conftest.err
7499     } && test -s conftest.$ac_objext; then
7500 pcg 1.11 ac_cv_type_mode_t=yes
7501 pcg 1.1 else
7502 pcg 1.11 echo "$as_me: failed program was:" >&5
7503     sed 's/^/| /' conftest.$ac_ext >&5
7504 pcg 1.1
7505 ayin 1.108 ac_cv_type_mode_t=no
7506 pcg 1.1 fi
7507 ayin 1.108
7508     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7509 pcg 1.1 fi
7510 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
7511     echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
7512 pcg 1.11 if test $ac_cv_type_mode_t = yes; then
7513 pcg 1.1 :
7514     else
7515    
7516 pcg 1.11 cat >>confdefs.h <<_ACEOF
7517     #define mode_t int
7518     _ACEOF
7519 pcg 1.1
7520     fi
7521    
7522 ayin 1.108 { echo "$as_me:$LINENO: checking for pid_t" >&5
7523     echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
7524 pcg 1.11 if test "${ac_cv_type_pid_t+set}" = set; then
7525     echo $ECHO_N "(cached) $ECHO_C" >&6
7526     else
7527     cat >conftest.$ac_ext <<_ACEOF
7528     /* confdefs.h. */
7529     _ACEOF
7530     cat confdefs.h >>conftest.$ac_ext
7531     cat >>conftest.$ac_ext <<_ACEOF
7532     /* end confdefs.h. */
7533     $ac_includes_default
7534 ayin 1.108 typedef pid_t ac__type_new_;
7535 pcg 1.11 int
7536     main ()
7537     {
7538 ayin 1.108 if ((ac__type_new_ *) 0)
7539 pcg 1.11 return 0;
7540 ayin 1.108 if (sizeof (ac__type_new_))
7541 pcg 1.11 return 0;
7542     ;
7543     return 0;
7544     }
7545     _ACEOF
7546     rm -f conftest.$ac_objext
7547 ayin 1.108 if { (ac_try="$ac_compile"
7548     case "(($ac_try" in
7549     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7550     *) ac_try_echo=$ac_try;;
7551     esac
7552     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7553     (eval "$ac_compile") 2>conftest.er1
7554 pcg 1.11 ac_status=$?
7555     grep -v '^ *+' conftest.er1 >conftest.err
7556     rm -f conftest.er1
7557     cat conftest.err >&5
7558     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7559 ayin 1.108 (exit $ac_status); } && {
7560     test -z "$ac_cxx_werror_flag" ||
7561     test ! -s conftest.err
7562     } && test -s conftest.$ac_objext; then
7563 pcg 1.11 ac_cv_type_pid_t=yes
7564 pcg 1.1 else
7565 pcg 1.11 echo "$as_me: failed program was:" >&5
7566     sed 's/^/| /' conftest.$ac_ext >&5
7567 pcg 1.1
7568 ayin 1.108 ac_cv_type_pid_t=no
7569 pcg 1.1 fi
7570 ayin 1.108
7571     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7572 pcg 1.1 fi
7573 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
7574     echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
7575 pcg 1.11 if test $ac_cv_type_pid_t = yes; then
7576     :
7577 pcg 1.1 else
7578    
7579 pcg 1.11 cat >>confdefs.h <<_ACEOF
7580 pcg 1.1 #define pid_t int
7581 pcg 1.11 _ACEOF
7582 pcg 1.1
7583     fi
7584    
7585 ayin 1.108 { echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5
7586     echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6; }
7587 pcg 1.11 if test "${ac_cv_type_uid_t+set}" = set; then
7588     echo $ECHO_N "(cached) $ECHO_C" >&6
7589 pcg 1.1 else
7590 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
7591     /* confdefs.h. */
7592     _ACEOF
7593     cat confdefs.h >>conftest.$ac_ext
7594     cat >>conftest.$ac_ext <<_ACEOF
7595     /* end confdefs.h. */
7596 pcg 1.1 #include <sys/types.h>
7597 pcg 1.11
7598     _ACEOF
7599 pcg 1.1 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7600 pcg 1.11 $EGREP "uid_t" >/dev/null 2>&1; then
7601 pcg 1.1 ac_cv_type_uid_t=yes
7602     else
7603     ac_cv_type_uid_t=no
7604     fi
7605     rm -f conftest*
7606    
7607     fi
7608 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5
7609     echo "${ECHO_T}$ac_cv_type_uid_t" >&6; }
7610 pcg 1.11 if test $ac_cv_type_uid_t = no; then
7611 pcg 1.1
7612 pcg 1.11 cat >>confdefs.h <<\_ACEOF
7613 pcg 1.1 #define uid_t int
7614 pcg 1.11 _ACEOF
7615    
7616 pcg 1.1
7617 pcg 1.11 cat >>confdefs.h <<\_ACEOF
7618 pcg 1.1 #define gid_t int
7619 pcg 1.11 _ACEOF
7620 pcg 1.1
7621     fi
7622    
7623    
7624 ayin 1.108 { echo "$as_me:$LINENO: checking for short" >&5
7625     echo $ECHO_N "checking for short... $ECHO_C" >&6; }
7626 pcg 1.11 if test "${ac_cv_type_short+set}" = set; then
7627     echo $ECHO_N "(cached) $ECHO_C" >&6
7628     else
7629     cat >conftest.$ac_ext <<_ACEOF
7630     /* confdefs.h. */
7631     _ACEOF
7632     cat confdefs.h >>conftest.$ac_ext
7633     cat >>conftest.$ac_ext <<_ACEOF
7634     /* end confdefs.h. */
7635     $ac_includes_default
7636 ayin 1.108 typedef short ac__type_new_;
7637 pcg 1.11 int
7638     main ()
7639     {
7640 ayin 1.108 if ((ac__type_new_ *) 0)
7641 pcg 1.11 return 0;
7642 ayin 1.108 if (sizeof (ac__type_new_))
7643 pcg 1.11 return 0;
7644     ;
7645     return 0;
7646     }
7647     _ACEOF
7648     rm -f conftest.$ac_objext
7649 ayin 1.108 if { (ac_try="$ac_compile"
7650     case "(($ac_try" in
7651     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7652     *) ac_try_echo=$ac_try;;
7653     esac
7654     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7655     (eval "$ac_compile") 2>conftest.er1
7656 pcg 1.11 ac_status=$?
7657     grep -v '^ *+' conftest.er1 >conftest.err
7658     rm -f conftest.er1
7659     cat conftest.err >&5
7660     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7661 ayin 1.108 (exit $ac_status); } && {
7662     test -z "$ac_cxx_werror_flag" ||
7663     test ! -s conftest.err
7664     } && test -s conftest.$ac_objext; then
7665 root 1.42 ac_cv_type_short=yes
7666 pcg 1.11 else
7667     echo "$as_me: failed program was:" >&5
7668     sed 's/^/| /' conftest.$ac_ext >&5
7669    
7670 ayin 1.108 ac_cv_type_short=no
7671 pcg 1.11 fi
7672 ayin 1.108
7673     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7674 pcg 1.11 fi
7675 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
7676     echo "${ECHO_T}$ac_cv_type_short" >&6; }
7677 pcg 1.11
7678 ayin 1.108 # The cast to long int works around a bug in the HP C Compiler
7679     # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
7680     # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
7681     # This bug is HP SR number 8606223364.
7682     { echo "$as_me:$LINENO: checking size of short" >&5
7683     echo $ECHO_N "checking size of short... $ECHO_C" >&6; }
7684 root 1.42 if test "${ac_cv_sizeof_short+set}" = set; then
7685 pcg 1.11 echo $ECHO_N "(cached) $ECHO_C" >&6
7686     else
7687     if test "$cross_compiling" = yes; then
7688     # Depending upon the size, compute the lo and hi bounds.
7689     cat >conftest.$ac_ext <<_ACEOF
7690     /* confdefs.h. */
7691     _ACEOF
7692     cat confdefs.h >>conftest.$ac_ext
7693     cat >>conftest.$ac_ext <<_ACEOF
7694     /* end confdefs.h. */
7695     $ac_includes_default
7696 ayin 1.108 typedef short ac__type_sizeof_;
7697 pcg 1.11 int
7698     main ()
7699     {
7700 ayin 1.108 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
7701 pcg 1.11 test_array [0] = 0
7702    
7703     ;
7704     return 0;
7705     }
7706     _ACEOF
7707     rm -f conftest.$ac_objext
7708 ayin 1.108 if { (ac_try="$ac_compile"
7709     case "(($ac_try" in
7710     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7711     *) ac_try_echo=$ac_try;;
7712     esac
7713     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7714     (eval "$ac_compile") 2>conftest.er1
7715 pcg 1.11 ac_status=$?
7716     grep -v '^ *+' conftest.er1 >conftest.err
7717     rm -f conftest.er1
7718     cat conftest.err >&5
7719     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7720 ayin 1.108 (exit $ac_status); } && {
7721     test -z "$ac_cxx_werror_flag" ||
7722     test ! -s conftest.err
7723     } && test -s conftest.$ac_objext; then
7724 pcg 1.11 ac_lo=0 ac_mid=0
7725     while :; do
7726     cat >conftest.$ac_ext <<_ACEOF
7727     /* confdefs.h. */
7728     _ACEOF
7729     cat confdefs.h >>conftest.$ac_ext
7730     cat >>conftest.$ac_ext <<_ACEOF
7731     /* end confdefs.h. */
7732     $ac_includes_default
7733 ayin 1.108 typedef short ac__type_sizeof_;
7734 pcg 1.11 int
7735     main ()
7736     {
7737 ayin 1.108 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
7738 pcg 1.11 test_array [0] = 0
7739    
7740     ;
7741     return 0;
7742     }
7743     _ACEOF
7744     rm -f conftest.$ac_objext
7745 ayin 1.108 if { (ac_try="$ac_compile"
7746     case "(($ac_try" in
7747     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7748     *) ac_try_echo=$ac_try;;
7749     esac
7750     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7751     (eval "$ac_compile") 2>conftest.er1
7752 pcg 1.11 ac_status=$?
7753     grep -v '^ *+' conftest.er1 >conftest.err
7754     rm -f conftest.er1
7755     cat conftest.err >&5
7756     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7757 ayin 1.108 (exit $ac_status); } && {
7758     test -z "$ac_cxx_werror_flag" ||
7759     test ! -s conftest.err
7760     } && test -s conftest.$ac_objext; then
7761 pcg 1.11 ac_hi=$ac_mid; break
7762     else
7763     echo "$as_me: failed program was:" >&5
7764     sed 's/^/| /' conftest.$ac_ext >&5
7765    
7766 ayin 1.108 ac_lo=`expr $ac_mid + 1`
7767     if test $ac_lo -le $ac_mid; then
7768     ac_lo= ac_hi=
7769     break
7770     fi
7771     ac_mid=`expr 2 '*' $ac_mid + 1`
7772 pcg 1.11 fi
7773 ayin 1.108
7774     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7775 pcg 1.11 done
7776     else
7777     echo "$as_me: failed program was:" >&5
7778     sed 's/^/| /' conftest.$ac_ext >&5
7779    
7780 ayin 1.108 cat >conftest.$ac_ext <<_ACEOF
7781 pcg 1.11 /* confdefs.h. */
7782     _ACEOF
7783     cat confdefs.h >>conftest.$ac_ext
7784     cat >>conftest.$ac_ext <<_ACEOF
7785     /* end confdefs.h. */
7786     $ac_includes_default
7787 ayin 1.108 typedef short ac__type_sizeof_;
7788 pcg 1.11 int
7789     main ()
7790     {
7791 ayin 1.108 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
7792 pcg 1.11 test_array [0] = 0
7793    
7794     ;
7795     return 0;
7796     }
7797     _ACEOF
7798     rm -f conftest.$ac_objext
7799 ayin 1.108 if { (ac_try="$ac_compile"
7800     case "(($ac_try" in
7801     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7802     *) ac_try_echo=$ac_try;;
7803     esac
7804     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7805     (eval "$ac_compile") 2>conftest.er1
7806 pcg 1.11 ac_status=$?
7807     grep -v '^ *+' conftest.er1 >conftest.err
7808     rm -f conftest.er1
7809     cat conftest.err >&5
7810     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7811 ayin 1.108 (exit $ac_status); } && {
7812     test -z "$ac_cxx_werror_flag" ||
7813     test ! -s conftest.err
7814     } && test -s conftest.$ac_objext; then
7815 pcg 1.11 ac_hi=-1 ac_mid=-1
7816     while :; do
7817     cat >conftest.$ac_ext <<_ACEOF
7818     /* confdefs.h. */
7819     _ACEOF
7820     cat confdefs.h >>conftest.$ac_ext
7821     cat >>conftest.$ac_ext <<_ACEOF
7822     /* end confdefs.h. */
7823     $ac_includes_default
7824 ayin 1.108 typedef short ac__type_sizeof_;
7825 pcg 1.11 int
7826     main ()
7827     {
7828 ayin 1.108 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
7829 pcg 1.11 test_array [0] = 0
7830    
7831     ;
7832     return 0;
7833     }
7834     _ACEOF
7835     rm -f conftest.$ac_objext
7836 ayin 1.108 if { (ac_try="$ac_compile"
7837     case "(($ac_try" in
7838     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7839     *) ac_try_echo=$ac_try;;
7840     esac
7841     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7842     (eval "$ac_compile") 2>conftest.er1
7843 pcg 1.11 ac_status=$?
7844     grep -v '^ *+' conftest.er1 >conftest.err
7845     rm -f conftest.er1
7846     cat conftest.err >&5
7847     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7848 ayin 1.108 (exit $ac_status); } && {
7849     test -z "$ac_cxx_werror_flag" ||
7850     test ! -s conftest.err
7851     } && test -s conftest.$ac_objext; then
7852 pcg 1.11 ac_lo=$ac_mid; break
7853     else
7854     echo "$as_me: failed program was:" >&5
7855     sed 's/^/| /' conftest.$ac_ext >&5
7856    
7857 ayin 1.108 ac_hi=`expr '(' $ac_mid ')' - 1`
7858     if test $ac_mid -le $ac_hi; then
7859     ac_lo= ac_hi=
7860     break
7861     fi
7862     ac_mid=`expr 2 '*' $ac_mid`
7863 pcg 1.11 fi
7864 ayin 1.108
7865     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7866 pcg 1.11 done
7867     else
7868     echo "$as_me: failed program was:" >&5
7869     sed 's/^/| /' conftest.$ac_ext >&5
7870 pcg 1.1
7871 ayin 1.108 ac_lo= ac_hi=
7872 pcg 1.1 fi
7873 ayin 1.108
7874     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7875 pcg 1.11 fi
7876 ayin 1.108
7877     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7878 pcg 1.11 # Binary search between lo and hi bounds.
7879     while test "x$ac_lo" != "x$ac_hi"; do
7880     ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
7881     cat >conftest.$ac_ext <<_ACEOF
7882     /* confdefs.h. */
7883     _ACEOF
7884     cat confdefs.h >>conftest.$ac_ext
7885     cat >>conftest.$ac_ext <<_ACEOF
7886     /* end confdefs.h. */
7887     $ac_includes_default
7888 ayin 1.108 typedef short ac__type_sizeof_;
7889 pcg 1.11 int
7890     main ()
7891     {
7892 ayin 1.108 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
7893 pcg 1.11 test_array [0] = 0
7894 pcg 1.1
7895 pcg 1.11 ;
7896     return 0;
7897     }
7898     _ACEOF
7899     rm -f conftest.$ac_objext
7900 ayin 1.108 if { (ac_try="$ac_compile"
7901     case "(($ac_try" in
7902     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7903     *) ac_try_echo=$ac_try;;
7904     esac
7905     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7906     (eval "$ac_compile") 2>conftest.er1
7907 pcg 1.11 ac_status=$?
7908     grep -v '^ *+' conftest.er1 >conftest.err
7909     rm -f conftest.er1
7910     cat conftest.err >&5
7911     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7912 ayin 1.108 (exit $ac_status); } && {
7913     test -z "$ac_cxx_werror_flag" ||
7914     test ! -s conftest.err
7915     } && test -s conftest.$ac_objext; then
7916 pcg 1.11 ac_hi=$ac_mid
7917     else
7918     echo "$as_me: failed program was:" >&5
7919     sed 's/^/| /' conftest.$ac_ext >&5
7920 pcg 1.1
7921 ayin 1.108 ac_lo=`expr '(' $ac_mid ')' + 1`
7922 pcg 1.11 fi
7923 ayin 1.108
7924     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7925 pcg 1.11 done
7926     case $ac_lo in
7927 root 1.42 ?*) ac_cv_sizeof_short=$ac_lo;;
7928 ayin 1.108 '') if test "$ac_cv_type_short" = yes; then
7929     { { echo "$as_me:$LINENO: error: cannot compute sizeof (short)
7930 pcg 1.11 See \`config.log' for more details." >&5
7931 ayin 1.108 echo "$as_me: error: cannot compute sizeof (short)
7932 pcg 1.11 See \`config.log' for more details." >&2;}
7933 ayin 1.108 { (exit 77); exit 77; }; }
7934     else
7935     ac_cv_sizeof_short=0
7936     fi ;;
7937 pcg 1.11 esac
7938 pcg 1.1 else
7939 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
7940     /* confdefs.h. */
7941     _ACEOF
7942     cat confdefs.h >>conftest.$ac_ext
7943     cat >>conftest.$ac_ext <<_ACEOF
7944     /* end confdefs.h. */
7945     $ac_includes_default
7946 ayin 1.108 typedef short ac__type_sizeof_;
7947     static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
7948     static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
7949 pcg 1.1 #include <stdio.h>
7950 pcg 1.11 #include <stdlib.h>
7951     int
7952     main ()
7953 pcg 1.1 {
7954 pcg 1.11
7955     FILE *f = fopen ("conftest.val", "w");
7956     if (! f)
7957 ayin 1.108 return 1;
7958     if (((long int) (sizeof (ac__type_sizeof_))) < 0)
7959 pcg 1.11 {
7960 ayin 1.108 long int i = longval ();
7961     if (i != ((long int) (sizeof (ac__type_sizeof_))))
7962     return 1;
7963 pcg 1.11 fprintf (f, "%ld\n", i);
7964     }
7965     else
7966     {
7967 ayin 1.108 unsigned long int i = ulongval ();
7968     if (i != ((long int) (sizeof (ac__type_sizeof_))))
7969     return 1;
7970 pcg 1.11 fprintf (f, "%lu\n", i);
7971     }
7972 ayin 1.108 return ferror (f) || fclose (f) != 0;
7973 pcg 1.11
7974     ;
7975     return 0;
7976 pcg 1.1 }
7977 pcg 1.11 _ACEOF
7978     rm -f conftest$ac_exeext
7979 ayin 1.108 if { (ac_try="$ac_link"
7980     case "(($ac_try" in
7981     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7982     *) ac_try_echo=$ac_try;;
7983     esac
7984     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7985     (eval "$ac_link") 2>&5
7986 pcg 1.11 ac_status=$?
7987     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7988     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7989 ayin 1.108 { (case "(($ac_try" in
7990     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7991     *) ac_try_echo=$ac_try;;
7992     esac
7993     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7994     (eval "$ac_try") 2>&5
7995 pcg 1.11 ac_status=$?
7996     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7997     (exit $ac_status); }; }; then
7998 root 1.42 ac_cv_sizeof_short=`cat conftest.val`
7999 pcg 1.11 else
8000     echo "$as_me: program exited with status $ac_status" >&5
8001     echo "$as_me: failed program was:" >&5
8002     sed 's/^/| /' conftest.$ac_ext >&5
8003    
8004     ( exit $ac_status )
8005 ayin 1.108 if test "$ac_cv_type_short" = yes; then
8006     { { echo "$as_me:$LINENO: error: cannot compute sizeof (short)
8007 pcg 1.11 See \`config.log' for more details." >&5
8008 ayin 1.108 echo "$as_me: error: cannot compute sizeof (short)
8009 pcg 1.11 See \`config.log' for more details." >&2;}
8010 ayin 1.108 { (exit 77); exit 77; }; }
8011     else
8012     ac_cv_sizeof_short=0
8013     fi
8014 pcg 1.11 fi
8015 ayin 1.108 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8016 pcg 1.11 fi
8017     rm -f conftest.val
8018 ayin 1.104 fi
8019 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
8020     echo "${ECHO_T}$ac_cv_sizeof_short" >&6; }
8021    
8022    
8023    
8024 pcg 1.11 cat >>confdefs.h <<_ACEOF
8025 root 1.42 #define SIZEOF_SHORT $ac_cv_sizeof_short
8026 pcg 1.11 _ACEOF
8027    
8028    
8029 ayin 1.108 { echo "$as_me:$LINENO: checking for int" >&5
8030     echo $ECHO_N "checking for int... $ECHO_C" >&6; }
8031 root 1.42 if test "${ac_cv_type_int+set}" = set; then
8032 pcg 1.11 echo $ECHO_N "(cached) $ECHO_C" >&6
8033     else
8034     cat >conftest.$ac_ext <<_ACEOF
8035     /* confdefs.h. */
8036     _ACEOF
8037     cat confdefs.h >>conftest.$ac_ext
8038     cat >>conftest.$ac_ext <<_ACEOF
8039     /* end confdefs.h. */
8040     $ac_includes_default
8041 ayin 1.108 typedef int ac__type_new_;
8042 pcg 1.11 int
8043     main ()
8044     {
8045 ayin 1.108 if ((ac__type_new_ *) 0)
8046 pcg 1.11 return 0;
8047 ayin 1.108 if (sizeof (ac__type_new_))
8048 pcg 1.11 return 0;
8049     ;
8050     return 0;
8051     }
8052     _ACEOF
8053     rm -f conftest.$ac_objext
8054 ayin 1.108 if { (ac_try="$ac_compile"
8055     case "(($ac_try" in
8056     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8057     *) ac_try_echo=$ac_try;;
8058     esac
8059     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8060     (eval "$ac_compile") 2>conftest.er1
8061 pcg 1.11 ac_status=$?
8062     grep -v '^ *+' conftest.er1 >conftest.err
8063     rm -f conftest.er1
8064     cat conftest.err >&5
8065     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8066 ayin 1.108 (exit $ac_status); } && {
8067     test -z "$ac_cxx_werror_flag" ||
8068     test ! -s conftest.err
8069     } && test -s conftest.$ac_objext; then
8070 root 1.42 ac_cv_type_int=yes
8071 pcg 1.11 else
8072     echo "$as_me: failed program was:" >&5
8073     sed 's/^/| /' conftest.$ac_ext >&5
8074    
8075 ayin 1.108 ac_cv_type_int=no
8076 pcg 1.11 fi
8077 ayin 1.108
8078     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8079 pcg 1.11 fi
8080 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
8081     echo "${ECHO_T}$ac_cv_type_int" >&6; }
8082 pcg 1.11
8083 ayin 1.108 # The cast to long int works around a bug in the HP C Compiler
8084     # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
8085     # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
8086     # This bug is HP SR number 8606223364.
8087     { echo "$as_me:$LINENO: checking size of int" >&5
8088     echo $ECHO_N "checking size of int... $ECHO_C" >&6; }
8089 root 1.42 if test "${ac_cv_sizeof_int+set}" = set; then
8090 pcg 1.11 echo $ECHO_N "(cached) $ECHO_C" >&6
8091     else
8092     if test "$cross_compiling" = yes; then
8093     # Depending upon the size, compute the lo and hi bounds.
8094     cat >conftest.$ac_ext <<_ACEOF
8095     /* confdefs.h. */
8096     _ACEOF
8097     cat confdefs.h >>conftest.$ac_ext
8098     cat >>conftest.$ac_ext <<_ACEOF
8099     /* end confdefs.h. */
8100     $ac_includes_default
8101 ayin 1.108 typedef int ac__type_sizeof_;
8102 pcg 1.11 int
8103     main ()
8104     {
8105 ayin 1.108 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
8106 pcg 1.11 test_array [0] = 0
8107    
8108     ;
8109     return 0;
8110     }
8111     _ACEOF
8112     rm -f conftest.$ac_objext
8113 ayin 1.108 if { (ac_try="$ac_compile"
8114     case "(($ac_try" in
8115     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8116     *) ac_try_echo=$ac_try;;
8117     esac
8118     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8119     (eval "$ac_compile") 2>conftest.er1
8120 pcg 1.11 ac_status=$?
8121     grep -v '^ *+' conftest.er1 >conftest.err
8122     rm -f conftest.er1
8123     cat conftest.err >&5
8124     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8125 ayin 1.108 (exit $ac_status); } && {
8126     test -z "$ac_cxx_werror_flag" ||
8127     test ! -s conftest.err
8128     } && test -s conftest.$ac_objext; then
8129 pcg 1.11 ac_lo=0 ac_mid=0
8130     while :; do
8131     cat >conftest.$ac_ext <<_ACEOF
8132     /* confdefs.h. */
8133     _ACEOF
8134     cat confdefs.h >>conftest.$ac_ext
8135     cat >>conftest.$ac_ext <<_ACEOF
8136     /* end confdefs.h. */
8137     $ac_includes_default
8138 ayin 1.108 typedef int ac__type_sizeof_;
8139 pcg 1.11 int
8140     main ()
8141     {
8142 ayin 1.108 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
8143 pcg 1.11 test_array [0] = 0
8144    
8145     ;
8146     return 0;
8147     }
8148     _ACEOF
8149     rm -f conftest.$ac_objext
8150 ayin 1.108 if { (ac_try="$ac_compile"
8151     case "(($ac_try" in
8152     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8153     *) ac_try_echo=$ac_try;;
8154     esac
8155     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8156     (eval "$ac_compile") 2>conftest.er1
8157 pcg 1.11 ac_status=$?
8158     grep -v '^ *+' conftest.er1 >conftest.err
8159     rm -f conftest.er1
8160     cat conftest.err >&5
8161     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8162 ayin 1.108 (exit $ac_status); } && {
8163     test -z "$ac_cxx_werror_flag" ||
8164     test ! -s conftest.err
8165     } && test -s conftest.$ac_objext; then
8166 pcg 1.11 ac_hi=$ac_mid; break
8167     else
8168     echo "$as_me: failed program was:" >&5
8169     sed 's/^/| /' conftest.$ac_ext >&5
8170    
8171 ayin 1.108 ac_lo=`expr $ac_mid + 1`
8172     if test $ac_lo -le $ac_mid; then
8173     ac_lo= ac_hi=
8174     break
8175     fi
8176     ac_mid=`expr 2 '*' $ac_mid + 1`
8177 pcg 1.11 fi
8178 ayin 1.108
8179     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8180 pcg 1.11 done
8181     else
8182     echo "$as_me: failed program was:" >&5
8183     sed 's/^/| /' conftest.$ac_ext >&5
8184    
8185 ayin 1.108 cat >conftest.$ac_ext <<_ACEOF
8186 pcg 1.11 /* confdefs.h. */
8187     _ACEOF
8188     cat confdefs.h >>conftest.$ac_ext
8189     cat >>conftest.$ac_ext <<_ACEOF
8190     /* end confdefs.h. */
8191     $ac_includes_default
8192 ayin 1.108 typedef int ac__type_sizeof_;
8193 pcg 1.11 int
8194     main ()
8195     {
8196 ayin 1.108 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
8197 pcg 1.11 test_array [0] = 0
8198    
8199     ;
8200     return 0;
8201     }
8202     _ACEOF
8203     rm -f conftest.$ac_objext
8204 ayin 1.108 if { (ac_try="$ac_compile"
8205     case "(($ac_try" in
8206     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8207     *) ac_try_echo=$ac_try;;
8208     esac
8209     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8210     (eval "$ac_compile") 2>conftest.er1
8211 pcg 1.11 ac_status=$?
8212     grep -v '^ *+' conftest.er1 >conftest.err
8213     rm -f conftest.er1
8214     cat conftest.err >&5
8215     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8216 ayin 1.108 (exit $ac_status); } && {
8217     test -z "$ac_cxx_werror_flag" ||
8218     test ! -s conftest.err
8219     } && test -s conftest.$ac_objext; then
8220 pcg 1.11 ac_hi=-1 ac_mid=-1
8221     while :; do
8222     cat >conftest.$ac_ext <<_ACEOF
8223     /* confdefs.h. */
8224     _ACEOF
8225     cat confdefs.h >>conftest.$ac_ext
8226     cat >>conftest.$ac_ext <<_ACEOF
8227     /* end confdefs.h. */
8228     $ac_includes_default
8229 ayin 1.108 typedef int ac__type_sizeof_;
8230 pcg 1.11 int
8231     main ()
8232     {
8233 ayin 1.108 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
8234 pcg 1.11 test_array [0] = 0
8235    
8236     ;
8237     return 0;
8238     }
8239     _ACEOF
8240     rm -f conftest.$ac_objext
8241 ayin 1.108 if { (ac_try="$ac_compile"
8242     case "(($ac_try" in
8243     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8244     *) ac_try_echo=$ac_try;;
8245     esac
8246     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8247     (eval "$ac_compile") 2>conftest.er1
8248 pcg 1.11 ac_status=$?
8249     grep -v '^ *+' conftest.er1 >conftest.err
8250     rm -f conftest.er1
8251     cat conftest.err >&5
8252     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8253 ayin 1.108 (exit $ac_status); } && {
8254     test -z "$ac_cxx_werror_flag" ||
8255     test ! -s conftest.err
8256     } && test -s conftest.$ac_objext; then
8257 pcg 1.11 ac_lo=$ac_mid; break
8258     else
8259     echo "$as_me: failed program was:" >&5
8260     sed 's/^/| /' conftest.$ac_ext >&5
8261    
8262 ayin 1.108 ac_hi=`expr '(' $ac_mid ')' - 1`
8263     if test $ac_mid -le $ac_hi; then
8264     ac_lo= ac_hi=
8265     break
8266     fi
8267     ac_mid=`expr 2 '*' $ac_mid`
8268 pcg 1.11 fi
8269 ayin 1.108
8270     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8271 pcg 1.11 done
8272     else
8273     echo "$as_me: failed program was:" >&5
8274     sed 's/^/| /' conftest.$ac_ext >&5
8275 pcg 1.1
8276 ayin 1.108 ac_lo= ac_hi=
8277 pcg 1.11 fi
8278 ayin 1.108
8279     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8280 pcg 1.1 fi
8281 ayin 1.108
8282     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8283 pcg 1.11 # Binary search between lo and hi bounds.
8284     while test "x$ac_lo" != "x$ac_hi"; do
8285     ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
8286     cat >conftest.$ac_ext <<_ACEOF
8287     /* confdefs.h. */
8288     _ACEOF
8289     cat confdefs.h >>conftest.$ac_ext
8290     cat >>conftest.$ac_ext <<_ACEOF
8291     /* end confdefs.h. */
8292     $ac_includes_default
8293 ayin 1.108 typedef int ac__type_sizeof_;
8294 pcg 1.11 int
8295     main ()
8296     {
8297 ayin 1.108 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
8298 pcg 1.11 test_array [0] = 0
8299 pcg 1.1
8300 pcg 1.11 ;
8301     return 0;
8302     }
8303     _ACEOF
8304     rm -f conftest.$ac_objext
8305 ayin 1.108 if { (ac_try="$ac_compile"
8306     case "(($ac_try" in
8307     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8308     *) ac_try_echo=$ac_try;;
8309     esac
8310     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8311     (eval "$ac_compile") 2>conftest.er1
8312 pcg 1.11 ac_status=$?
8313     grep -v '^ *+' conftest.er1 >conftest.err
8314     rm -f conftest.er1
8315     cat conftest.err >&5
8316     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8317 ayin 1.108 (exit $ac_status); } && {
8318     test -z "$ac_cxx_werror_flag" ||
8319     test ! -s conftest.err
8320     } && test -s conftest.$ac_objext; then
8321 pcg 1.11 ac_hi=$ac_mid
8322     else
8323     echo "$as_me: failed program was:" >&5
8324     sed 's/^/| /' conftest.$ac_ext >&5
8325 pcg 1.1
8326 ayin 1.108 ac_lo=`expr '(' $ac_mid ')' + 1`
8327 pcg 1.11 fi
8328 ayin 1.108
8329     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8330 pcg 1.11 done
8331     case $ac_lo in
8332 root 1.42 ?*) ac_cv_sizeof_int=$ac_lo;;
8333 ayin 1.108 '') if test "$ac_cv_type_int" = yes; then
8334     { { echo "$as_me:$LINENO: error: cannot compute sizeof (int)
8335 pcg 1.11 See \`config.log' for more details." >&5
8336 ayin 1.108 echo "$as_me: error: cannot compute sizeof (int)
8337 pcg 1.11 See \`config.log' for more details." >&2;}
8338 ayin 1.108 { (exit 77); exit 77; }; }
8339     else
8340     ac_cv_sizeof_int=0
8341     fi ;;
8342 pcg 1.11 esac
8343 pcg 1.1 else
8344 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
8345     /* confdefs.h. */
8346     _ACEOF
8347     cat confdefs.h >>conftest.$ac_ext
8348     cat >>conftest.$ac_ext <<_ACEOF
8349     /* end confdefs.h. */
8350     $ac_includes_default
8351 ayin 1.108 typedef int ac__type_sizeof_;
8352     static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
8353     static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
8354 pcg 1.1 #include <stdio.h>
8355 pcg 1.11 #include <stdlib.h>
8356     int
8357     main ()
8358 pcg 1.1 {
8359 pcg 1.11
8360     FILE *f = fopen ("conftest.val", "w");
8361     if (! f)
8362 ayin 1.108 return 1;
8363     if (((long int) (sizeof (ac__type_sizeof_))) < 0)
8364 pcg 1.11 {
8365 ayin 1.108 long int i = longval ();
8366     if (i != ((long int) (sizeof (ac__type_sizeof_))))
8367     return 1;
8368 pcg 1.11 fprintf (f, "%ld\n", i);
8369     }
8370     else
8371     {
8372 ayin 1.108 unsigned long int i = ulongval ();
8373     if (i != ((long int) (sizeof (ac__type_sizeof_))))
8374     return 1;
8375 pcg 1.11 fprintf (f, "%lu\n", i);
8376     }
8377 ayin 1.108 return ferror (f) || fclose (f) != 0;
8378 pcg 1.11
8379     ;
8380     return 0;
8381 pcg 1.1 }
8382 pcg 1.11 _ACEOF
8383     rm -f conftest$ac_exeext
8384 ayin 1.108 if { (ac_try="$ac_link"
8385     case "(($ac_try" in
8386     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8387     *) ac_try_echo=$ac_try;;
8388     esac
8389     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8390     (eval "$ac_link") 2>&5
8391 pcg 1.11 ac_status=$?
8392     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8393     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8394 ayin 1.108 { (case "(($ac_try" in
8395     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8396     *) ac_try_echo=$ac_try;;
8397     esac
8398     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8399     (eval "$ac_try") 2>&5
8400 pcg 1.11 ac_status=$?
8401     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8402     (exit $ac_status); }; }; then
8403 root 1.42 ac_cv_sizeof_int=`cat conftest.val`
8404 pcg 1.11 else
8405     echo "$as_me: program exited with status $ac_status" >&5
8406     echo "$as_me: failed program was:" >&5
8407     sed 's/^/| /' conftest.$ac_ext >&5
8408    
8409     ( exit $ac_status )
8410 ayin 1.108 if test "$ac_cv_type_int" = yes; then
8411     { { echo "$as_me:$LINENO: error: cannot compute sizeof (int)
8412 pcg 1.11 See \`config.log' for more details." >&5
8413 ayin 1.108 echo "$as_me: error: cannot compute sizeof (int)
8414 pcg 1.11 See \`config.log' for more details." >&2;}
8415 ayin 1.108 { (exit 77); exit 77; }; }
8416     else
8417     ac_cv_sizeof_int=0
8418     fi
8419 pcg 1.11 fi
8420 ayin 1.108 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8421 pcg 1.11 fi
8422     rm -f conftest.val
8423 ayin 1.104 fi
8424 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
8425     echo "${ECHO_T}$ac_cv_sizeof_int" >&6; }
8426    
8427    
8428    
8429 pcg 1.11 cat >>confdefs.h <<_ACEOF
8430 root 1.42 #define SIZEOF_INT $ac_cv_sizeof_int
8431 pcg 1.11 _ACEOF
8432    
8433    
8434 ayin 1.108 { echo "$as_me:$LINENO: checking for long long" >&5
8435     echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
8436 pcg 1.11 if test "${ac_cv_type_long_long+set}" = set; then
8437     echo $ECHO_N "(cached) $ECHO_C" >&6
8438     else
8439     cat >conftest.$ac_ext <<_ACEOF
8440     /* confdefs.h. */
8441     _ACEOF
8442     cat confdefs.h >>conftest.$ac_ext
8443     cat >>conftest.$ac_ext <<_ACEOF
8444     /* end confdefs.h. */
8445     $ac_includes_default
8446 ayin 1.108 typedef long long ac__type_new_;
8447 pcg 1.11 int
8448     main ()
8449     {
8450 ayin 1.108 if ((ac__type_new_ *) 0)
8451 pcg 1.11 return 0;
8452 ayin 1.108 if (sizeof (ac__type_new_))
8453 pcg 1.11 return 0;
8454     ;
8455     return 0;
8456     }
8457     _ACEOF
8458     rm -f conftest.$ac_objext
8459 ayin 1.108 if { (ac_try="$ac_compile"
8460     case "(($ac_try" in
8461     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8462     *) ac_try_echo=$ac_try;;
8463     esac
8464     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8465     (eval "$ac_compile") 2>conftest.er1
8466 pcg 1.11 ac_status=$?
8467     grep -v '^ *+' conftest.er1 >conftest.err
8468     rm -f conftest.er1
8469     cat conftest.err >&5
8470     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8471 ayin 1.108 (exit $ac_status); } && {
8472     test -z "$ac_cxx_werror_flag" ||
8473     test ! -s conftest.err
8474     } && test -s conftest.$ac_objext; then
8475 pcg 1.11 ac_cv_type_long_long=yes
8476     else
8477     echo "$as_me: failed program was:" >&5
8478     sed 's/^/| /' conftest.$ac_ext >&5
8479    
8480 ayin 1.108 ac_cv_type_long_long=no
8481 pcg 1.11 fi
8482 ayin 1.108
8483     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8484 pcg 1.11 fi
8485 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
8486     echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
8487 pcg 1.11
8488 ayin 1.108 # The cast to long int works around a bug in the HP C Compiler
8489     # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
8490     # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
8491     # This bug is HP SR number 8606223364.
8492     { echo "$as_me:$LINENO: checking size of long long" >&5
8493     echo $ECHO_N "checking size of long long... $ECHO_C" >&6; }
8494 pcg 1.11 if test "${ac_cv_sizeof_long_long+set}" = set; then
8495     echo $ECHO_N "(cached) $ECHO_C" >&6
8496     else
8497     if test "$cross_compiling" = yes; then
8498     # Depending upon the size, compute the lo and hi bounds.
8499     cat >conftest.$ac_ext <<_ACEOF
8500     /* confdefs.h. */
8501     _ACEOF
8502     cat confdefs.h >>conftest.$ac_ext
8503     cat >>conftest.$ac_ext <<_ACEOF
8504     /* end confdefs.h. */
8505     $ac_includes_default
8506 ayin 1.108 typedef long long ac__type_sizeof_;
8507 pcg 1.11 int
8508     main ()
8509     {
8510 ayin 1.108 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
8511 pcg 1.11 test_array [0] = 0
8512    
8513     ;
8514     return 0;
8515     }
8516     _ACEOF
8517     rm -f conftest.$ac_objext
8518 ayin 1.108 if { (ac_try="$ac_compile"
8519     case "(($ac_try" in
8520     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8521     *) ac_try_echo=$ac_try;;
8522     esac
8523     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8524     (eval "$ac_compile") 2>conftest.er1
8525 pcg 1.11 ac_status=$?
8526     grep -v '^ *+' conftest.er1 >conftest.err
8527     rm -f conftest.er1
8528     cat conftest.err >&5
8529     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8530 ayin 1.108 (exit $ac_status); } && {
8531     test -z "$ac_cxx_werror_flag" ||
8532     test ! -s conftest.err
8533     } && test -s conftest.$ac_objext; then
8534 pcg 1.11 ac_lo=0 ac_mid=0
8535     while :; do
8536     cat >conftest.$ac_ext <<_ACEOF
8537     /* confdefs.h. */
8538     _ACEOF
8539     cat confdefs.h >>conftest.$ac_ext
8540     cat >>conftest.$ac_ext <<_ACEOF
8541     /* end confdefs.h. */
8542     $ac_includes_default
8543 ayin 1.108 typedef long long ac__type_sizeof_;
8544 pcg 1.11 int
8545     main ()
8546     {
8547 ayin 1.108 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
8548 pcg 1.11 test_array [0] = 0
8549    
8550     ;
8551     return 0;
8552     }
8553     _ACEOF
8554     rm -f conftest.$ac_objext
8555 ayin 1.108 if { (ac_try="$ac_compile"
8556     case "(($ac_try" in
8557     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8558     *) ac_try_echo=$ac_try;;
8559     esac
8560     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8561     (eval "$ac_compile") 2>conftest.er1
8562 pcg 1.11 ac_status=$?
8563     grep -v '^ *+' conftest.er1 >conftest.err
8564     rm -f conftest.er1
8565     cat conftest.err >&5
8566     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8567 ayin 1.108 (exit $ac_status); } && {
8568     test -z "$ac_cxx_werror_flag" ||
8569     test ! -s conftest.err
8570     } && test -s conftest.$ac_objext; then
8571 root 1.105 ac_hi=$ac_mid; break
8572     else
8573 pcg 1.11 echo "$as_me: failed program was:" >&5
8574     sed 's/^/| /' conftest.$ac_ext >&5
8575    
8576 ayin 1.108 ac_lo=`expr $ac_mid + 1`
8577     if test $ac_lo -le $ac_mid; then
8578     ac_lo= ac_hi=
8579     break
8580     fi
8581     ac_mid=`expr 2 '*' $ac_mid + 1`
8582 pcg 1.11 fi
8583 ayin 1.108
8584     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8585 pcg 1.11 done
8586     else
8587     echo "$as_me: failed program was:" >&5
8588     sed 's/^/| /' conftest.$ac_ext >&5
8589    
8590 ayin 1.108 cat >conftest.$ac_ext <<_ACEOF
8591 pcg 1.11 /* confdefs.h. */
8592     _ACEOF
8593     cat confdefs.h >>conftest.$ac_ext
8594     cat >>conftest.$ac_ext <<_ACEOF
8595     /* end confdefs.h. */
8596     $ac_includes_default
8597 ayin 1.108 typedef long long ac__type_sizeof_;
8598 pcg 1.11 int
8599     main ()
8600     {
8601 ayin 1.108 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
8602 pcg 1.11 test_array [0] = 0
8603    
8604     ;
8605     return 0;
8606     }
8607     _ACEOF
8608     rm -f conftest.$ac_objext
8609 ayin 1.108 if { (ac_try="$ac_compile"
8610     case "(($ac_try" in
8611     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8612     *) ac_try_echo=$ac_try;;
8613     esac
8614     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8615     (eval "$ac_compile") 2>conftest.er1
8616 pcg 1.11 ac_status=$?
8617     grep -v '^ *+' conftest.er1 >conftest.err
8618     rm -f conftest.er1
8619     cat conftest.err >&5
8620     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8621 ayin 1.108 (exit $ac_status); } && {
8622     test -z "$ac_cxx_werror_flag" ||
8623     test ! -s conftest.err
8624     } && test -s conftest.$ac_objext; then
8625 pcg 1.11 ac_hi=-1 ac_mid=-1
8626     while :; do
8627     cat >conftest.$ac_ext <<_ACEOF
8628     /* confdefs.h. */
8629     _ACEOF
8630     cat confdefs.h >>conftest.$ac_ext
8631     cat >>conftest.$ac_ext <<_ACEOF
8632     /* end confdefs.h. */
8633     $ac_includes_default
8634 ayin 1.108 typedef long long ac__type_sizeof_;
8635 pcg 1.11 int
8636     main ()
8637     {
8638 ayin 1.108 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
8639 pcg 1.11 test_array [0] = 0
8640    
8641     ;
8642     return 0;
8643     }
8644     _ACEOF
8645     rm -f conftest.$ac_objext
8646 ayin 1.108 if { (ac_try="$ac_compile"
8647     case "(($ac_try" in
8648     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8649     *) ac_try_echo=$ac_try;;
8650     esac
8651     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8652     (eval "$ac_compile") 2>conftest.er1
8653 pcg 1.11 ac_status=$?
8654     grep -v '^ *+' conftest.er1 >conftest.err
8655     rm -f conftest.er1
8656     cat conftest.err >&5
8657     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8658 ayin 1.108 (exit $ac_status); } && {
8659     test -z "$ac_cxx_werror_flag" ||
8660     test ! -s conftest.err
8661     } && test -s conftest.$ac_objext; then
8662     ac_lo=$ac_mid; break
8663 pcg 1.11 else
8664     echo "$as_me: failed program was:" >&5
8665     sed 's/^/| /' conftest.$ac_ext >&5
8666    
8667 ayin 1.108 ac_hi=`expr '(' $ac_mid ')' - 1`
8668     if test $ac_mid -le $ac_hi; then
8669     ac_lo= ac_hi=
8670     break
8671     fi
8672     ac_mid=`expr 2 '*' $ac_mid`
8673 pcg 1.11 fi
8674 ayin 1.108
8675     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8676 pcg 1.11 done
8677     else
8678     echo "$as_me: failed program was:" >&5
8679     sed 's/^/| /' conftest.$ac_ext >&5
8680 pcg 1.1
8681 ayin 1.108 ac_lo= ac_hi=
8682 pcg 1.11 fi
8683 ayin 1.108
8684     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8685 pcg 1.1 fi
8686 ayin 1.108
8687     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8688 pcg 1.11 # Binary search between lo and hi bounds.
8689     while test "x$ac_lo" != "x$ac_hi"; do
8690     ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
8691     cat >conftest.$ac_ext <<_ACEOF
8692     /* confdefs.h. */
8693     _ACEOF
8694     cat confdefs.h >>conftest.$ac_ext
8695     cat >>conftest.$ac_ext <<_ACEOF
8696     /* end confdefs.h. */
8697     $ac_includes_default
8698 ayin 1.108 typedef long long ac__type_sizeof_;
8699 pcg 1.11 int
8700     main ()
8701     {
8702 ayin 1.108 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
8703 pcg 1.11 test_array [0] = 0
8704 pcg 1.1
8705 pcg 1.11 ;
8706     return 0;
8707     }
8708     _ACEOF
8709     rm -f conftest.$ac_objext
8710 ayin 1.108 if { (ac_try="$ac_compile"
8711     case "(($ac_try" in
8712     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8713     *) ac_try_echo=$ac_try;;
8714     esac
8715     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8716     (eval "$ac_compile") 2>conftest.er1
8717 pcg 1.11 ac_status=$?
8718     grep -v '^ *+' conftest.er1 >conftest.err
8719     rm -f conftest.er1
8720     cat conftest.err >&5
8721     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8722 ayin 1.108 (exit $ac_status); } && {
8723     test -z "$ac_cxx_werror_flag" ||
8724     test ! -s conftest.err
8725     } && test -s conftest.$ac_objext; then
8726 pcg 1.11 ac_hi=$ac_mid
8727     else
8728     echo "$as_me: failed program was:" >&5
8729     sed 's/^/| /' conftest.$ac_ext >&5
8730 pcg 1.1
8731 ayin 1.108 ac_lo=`expr '(' $ac_mid ')' + 1`
8732 pcg 1.11 fi
8733 ayin 1.108
8734     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8735 pcg 1.11 done
8736     case $ac_lo in
8737     ?*) ac_cv_sizeof_long_long=$ac_lo;;
8738 ayin 1.108 '') if test "$ac_cv_type_long_long" = yes; then
8739     { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long)
8740 pcg 1.11 See \`config.log' for more details." >&5
8741 ayin 1.108 echo "$as_me: error: cannot compute sizeof (long long)
8742 pcg 1.11 See \`config.log' for more details." >&2;}
8743 ayin 1.108 { (exit 77); exit 77; }; }
8744     else
8745     ac_cv_sizeof_long_long=0
8746     fi ;;
8747 pcg 1.11 esac
8748 pcg 1.1 else
8749 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
8750     /* confdefs.h. */
8751     _ACEOF
8752     cat confdefs.h >>conftest.$ac_ext
8753     cat >>conftest.$ac_ext <<_ACEOF
8754     /* end confdefs.h. */
8755     $ac_includes_default
8756 ayin 1.108 typedef long long ac__type_sizeof_;
8757     static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
8758     static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
8759 pcg 1.1 #include <stdio.h>
8760 pcg 1.11 #include <stdlib.h>
8761     int
8762     main ()
8763 pcg 1.1 {
8764 pcg 1.11
8765     FILE *f = fopen ("conftest.val", "w");
8766     if (! f)
8767 ayin 1.108 return 1;
8768     if (((long int) (sizeof (ac__type_sizeof_))) < 0)
8769 pcg 1.11 {
8770 ayin 1.108 long int i = longval ();
8771     if (i != ((long int) (sizeof (ac__type_sizeof_))))
8772     return 1;
8773 pcg 1.11 fprintf (f, "%ld\n", i);
8774     }
8775     else
8776     {
8777 ayin 1.108 unsigned long int i = ulongval ();
8778     if (i != ((long int) (sizeof (ac__type_sizeof_))))
8779     return 1;
8780 pcg 1.11 fprintf (f, "%lu\n", i);
8781     }
8782 ayin 1.108 return ferror (f) || fclose (f) != 0;
8783 pcg 1.11
8784     ;
8785     return 0;
8786 pcg 1.1 }
8787 pcg 1.11 _ACEOF
8788     rm -f conftest$ac_exeext
8789 ayin 1.108 if { (ac_try="$ac_link"
8790     case "(($ac_try" in
8791     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8792     *) ac_try_echo=$ac_try;;
8793     esac
8794     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8795     (eval "$ac_link") 2>&5
8796 pcg 1.11 ac_status=$?
8797     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8798     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8799 ayin 1.108 { (case "(($ac_try" in
8800     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8801     *) ac_try_echo=$ac_try;;
8802     esac
8803     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8804     (eval "$ac_try") 2>&5
8805 pcg 1.11 ac_status=$?
8806     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8807     (exit $ac_status); }; }; then
8808     ac_cv_sizeof_long_long=`cat conftest.val`
8809     else
8810     echo "$as_me: program exited with status $ac_status" >&5
8811     echo "$as_me: failed program was:" >&5
8812     sed 's/^/| /' conftest.$ac_ext >&5
8813    
8814     ( exit $ac_status )
8815 ayin 1.108 if test "$ac_cv_type_long_long" = yes; then
8816     { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long)
8817 pcg 1.11 See \`config.log' for more details." >&5
8818 ayin 1.108 echo "$as_me: error: cannot compute sizeof (long long)
8819 pcg 1.11 See \`config.log' for more details." >&2;}
8820 ayin 1.108 { (exit 77); exit 77; }; }
8821     else
8822     ac_cv_sizeof_long_long=0
8823     fi
8824 pcg 1.11 fi
8825 ayin 1.108 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8826 pcg 1.11 fi
8827     rm -f conftest.val
8828 ayin 1.104 fi
8829 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
8830     echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6; }
8831    
8832    
8833    
8834 pcg 1.11 cat >>confdefs.h <<_ACEOF
8835     #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
8836     _ACEOF
8837    
8838    
8839 ayin 1.108 { echo "$as_me:$LINENO: checking for int *" >&5
8840     echo $ECHO_N "checking for int *... $ECHO_C" >&6; }
8841 pcg 1.11 if test "${ac_cv_type_int_p+set}" = set; then
8842     echo $ECHO_N "(cached) $ECHO_C" >&6
8843     else
8844     cat >conftest.$ac_ext <<_ACEOF
8845     /* confdefs.h. */
8846     _ACEOF
8847     cat confdefs.h >>conftest.$ac_ext
8848     cat >>conftest.$ac_ext <<_ACEOF
8849     /* end confdefs.h. */
8850     $ac_includes_default
8851 ayin 1.108 typedef int * ac__type_new_;
8852 pcg 1.11 int
8853     main ()
8854     {
8855 ayin 1.108 if ((ac__type_new_ *) 0)
8856 pcg 1.11 return 0;
8857 ayin 1.108 if (sizeof (ac__type_new_))
8858 pcg 1.11 return 0;
8859     ;
8860     return 0;
8861     }
8862     _ACEOF
8863     rm -f conftest.$ac_objext
8864 ayin 1.108 if { (ac_try="$ac_compile"
8865     case "(($ac_try" in
8866     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8867     *) ac_try_echo=$ac_try;;
8868     esac
8869     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8870     (eval "$ac_compile") 2>conftest.er1
8871 pcg 1.11 ac_status=$?
8872     grep -v '^ *+' conftest.er1 >conftest.err
8873     rm -f conftest.er1
8874     cat conftest.err >&5
8875     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8876 ayin 1.108 (exit $ac_status); } && {
8877     test -z "$ac_cxx_werror_flag" ||
8878     test ! -s conftest.err
8879     } && test -s conftest.$ac_objext; then
8880 pcg 1.11 ac_cv_type_int_p=yes
8881     else
8882     echo "$as_me: failed program was:" >&5
8883     sed 's/^/| /' conftest.$ac_ext >&5
8884    
8885 ayin 1.108 ac_cv_type_int_p=no
8886 pcg 1.11 fi
8887 ayin 1.108
8888     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8889 pcg 1.11 fi
8890 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_type_int_p" >&5
8891     echo "${ECHO_T}$ac_cv_type_int_p" >&6; }
8892 pcg 1.11
8893 ayin 1.108 # The cast to long int works around a bug in the HP C Compiler
8894     # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
8895     # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
8896     # This bug is HP SR number 8606223364.
8897     { echo "$as_me:$LINENO: checking size of int *" >&5
8898     echo $ECHO_N "checking size of int *... $ECHO_C" >&6; }
8899 pcg 1.11 if test "${ac_cv_sizeof_int_p+set}" = set; then
8900     echo $ECHO_N "(cached) $ECHO_C" >&6
8901     else
8902     if test "$cross_compiling" = yes; then
8903     # Depending upon the size, compute the lo and hi bounds.
8904     cat >conftest.$ac_ext <<_ACEOF
8905     /* confdefs.h. */
8906     _ACEOF
8907     cat confdefs.h >>conftest.$ac_ext
8908     cat >>conftest.$ac_ext <<_ACEOF
8909     /* end confdefs.h. */
8910     $ac_includes_default
8911 ayin 1.108 typedef int * ac__type_sizeof_;
8912 pcg 1.11 int
8913     main ()
8914     {
8915 ayin 1.108 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
8916 pcg 1.11 test_array [0] = 0
8917    
8918     ;
8919     return 0;
8920     }
8921     _ACEOF
8922     rm -f conftest.$ac_objext
8923 ayin 1.108 if { (ac_try="$ac_compile"
8924     case "(($ac_try" in
8925     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8926     *) ac_try_echo=$ac_try;;
8927     esac
8928     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8929     (eval "$ac_compile") 2>conftest.er1
8930 pcg 1.11 ac_status=$?
8931     grep -v '^ *+' conftest.er1 >conftest.err
8932     rm -f conftest.er1
8933     cat conftest.err >&5
8934     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8935 ayin 1.108 (exit $ac_status); } && {
8936     test -z "$ac_cxx_werror_flag" ||
8937     test ! -s conftest.err
8938     } && test -s conftest.$ac_objext; then
8939 pcg 1.11 ac_lo=0 ac_mid=0
8940     while :; do
8941     cat >conftest.$ac_ext <<_ACEOF
8942     /* confdefs.h. */
8943     _ACEOF
8944     cat confdefs.h >>conftest.$ac_ext
8945     cat >>conftest.$ac_ext <<_ACEOF
8946     /* end confdefs.h. */
8947     $ac_includes_default
8948 ayin 1.108 typedef int * ac__type_sizeof_;
8949 pcg 1.11 int
8950     main ()
8951     {
8952 ayin 1.108 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
8953 pcg 1.11 test_array [0] = 0
8954    
8955     ;
8956     return 0;
8957     }
8958     _ACEOF
8959     rm -f conftest.$ac_objext
8960 ayin 1.108 if { (ac_try="$ac_compile"
8961     case "(($ac_try" in
8962     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8963     *) ac_try_echo=$ac_try;;
8964     esac
8965     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8966     (eval "$ac_compile") 2>conftest.er1
8967 pcg 1.11 ac_status=$?
8968     grep -v '^ *+' conftest.er1 >conftest.err
8969     rm -f conftest.er1
8970     cat conftest.err >&5
8971     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8972 ayin 1.108 (exit $ac_status); } && {
8973     test -z "$ac_cxx_werror_flag" ||
8974     test ! -s conftest.err
8975     } && test -s conftest.$ac_objext; then
8976 pcg 1.11 ac_hi=$ac_mid; break
8977     else
8978     echo "$as_me: failed program was:" >&5
8979     sed 's/^/| /' conftest.$ac_ext >&5
8980    
8981 ayin 1.108 ac_lo=`expr $ac_mid + 1`
8982     if test $ac_lo -le $ac_mid; then
8983     ac_lo= ac_hi=
8984     break
8985     fi
8986     ac_mid=`expr 2 '*' $ac_mid + 1`
8987 pcg 1.11 fi
8988 ayin 1.108
8989     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8990 pcg 1.11 done
8991     else
8992     echo "$as_me: failed program was:" >&5
8993     sed 's/^/| /' conftest.$ac_ext >&5
8994    
8995 ayin 1.108 cat >conftest.$ac_ext <<_ACEOF
8996 pcg 1.11 /* confdefs.h. */
8997     _ACEOF
8998     cat confdefs.h >>conftest.$ac_ext
8999     cat >>conftest.$ac_ext <<_ACEOF
9000     /* end confdefs.h. */
9001     $ac_includes_default
9002 ayin 1.108 typedef int * ac__type_sizeof_;
9003 pcg 1.11 int
9004     main ()
9005     {
9006 ayin 1.108 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
9007 pcg 1.11 test_array [0] = 0
9008    
9009     ;
9010     return 0;
9011     }
9012     _ACEOF
9013     rm -f conftest.$ac_objext
9014 ayin 1.108 if { (ac_try="$ac_compile"
9015     case "(($ac_try" in
9016     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9017     *) ac_try_echo=$ac_try;;
9018     esac
9019     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9020     (eval "$ac_compile") 2>conftest.er1
9021 pcg 1.11 ac_status=$?
9022     grep -v '^ *+' conftest.er1 >conftest.err
9023     rm -f conftest.er1
9024     cat conftest.err >&5
9025     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9026 ayin 1.108 (exit $ac_status); } && {
9027     test -z "$ac_cxx_werror_flag" ||
9028     test ! -s conftest.err
9029     } && test -s conftest.$ac_objext; then
9030 pcg 1.11 ac_hi=-1 ac_mid=-1
9031     while :; do
9032     cat >conftest.$ac_ext <<_ACEOF
9033     /* confdefs.h. */
9034     _ACEOF
9035     cat confdefs.h >>conftest.$ac_ext
9036     cat >>conftest.$ac_ext <<_ACEOF
9037     /* end confdefs.h. */
9038     $ac_includes_default
9039 ayin 1.108 typedef int * ac__type_sizeof_;
9040 pcg 1.11 int
9041     main ()
9042     {
9043 ayin 1.108 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
9044 pcg 1.11 test_array [0] = 0
9045    
9046     ;
9047     return 0;
9048     }
9049     _ACEOF
9050     rm -f conftest.$ac_objext
9051 ayin 1.108 if { (ac_try="$ac_compile"
9052     case "(($ac_try" in
9053     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9054     *) ac_try_echo=$ac_try;;
9055     esac
9056     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9057     (eval "$ac_compile") 2>conftest.er1
9058 pcg 1.11 ac_status=$?
9059     grep -v '^ *+' conftest.er1 >conftest.err
9060     rm -f conftest.er1
9061     cat conftest.err >&5
9062     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9063 ayin 1.108 (exit $ac_status); } && {
9064     test -z "$ac_cxx_werror_flag" ||
9065     test ! -s conftest.err
9066     } && test -s conftest.$ac_objext; then
9067 pcg 1.11 ac_lo=$ac_mid; break
9068     else
9069     echo "$as_me: failed program was:" >&5
9070     sed 's/^/| /' conftest.$ac_ext >&5
9071    
9072 ayin 1.108 ac_hi=`expr '(' $ac_mid ')' - 1`
9073     if test $ac_mid -le $ac_hi; then
9074     ac_lo= ac_hi=
9075     break
9076     fi
9077     ac_mid=`expr 2 '*' $ac_mid`
9078 pcg 1.11 fi
9079 ayin 1.108
9080     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9081 pcg 1.11 done
9082     else
9083     echo "$as_me: failed program was:" >&5
9084     sed 's/^/| /' conftest.$ac_ext >&5
9085    
9086 ayin 1.108 ac_lo= ac_hi=
9087 pcg 1.11 fi
9088 ayin 1.108
9089     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9090 pcg 1.11 fi
9091 ayin 1.108
9092     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9093 pcg 1.11 # Binary search between lo and hi bounds.
9094     while test "x$ac_lo" != "x$ac_hi"; do
9095     ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
9096     cat >conftest.$ac_ext <<_ACEOF
9097     /* confdefs.h. */
9098     _ACEOF
9099     cat confdefs.h >>conftest.$ac_ext
9100     cat >>conftest.$ac_ext <<_ACEOF
9101     /* end confdefs.h. */
9102     $ac_includes_default
9103 ayin 1.108 typedef int * ac__type_sizeof_;
9104 pcg 1.11 int
9105     main ()
9106     {
9107 ayin 1.108 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
9108 pcg 1.11 test_array [0] = 0
9109    
9110     ;
9111     return 0;
9112     }
9113     _ACEOF
9114     rm -f conftest.$ac_objext
9115 ayin 1.108 if { (ac_try="$ac_compile"
9116     case "(($ac_try" in
9117     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9118     *) ac_try_echo=$ac_try;;
9119     esac
9120     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9121     (eval "$ac_compile") 2>conftest.er1
9122 pcg 1.11 ac_status=$?
9123     grep -v '^ *+' conftest.er1 >conftest.err
9124     rm -f conftest.er1
9125     cat conftest.err >&5
9126     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9127 ayin 1.108 (exit $ac_status); } && {
9128     test -z "$ac_cxx_werror_flag" ||
9129     test ! -s conftest.err
9130     } && test -s conftest.$ac_objext; then
9131 pcg 1.11 ac_hi=$ac_mid
9132     else
9133     echo "$as_me: failed program was:" >&5
9134     sed 's/^/| /' conftest.$ac_ext >&5
9135 pcg 1.1
9136 ayin 1.108 ac_lo=`expr '(' $ac_mid ')' + 1`
9137 pcg 1.1 fi
9138 ayin 1.108
9139     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9140 pcg 1.11 done
9141     case $ac_lo in
9142     ?*) ac_cv_sizeof_int_p=$ac_lo;;
9143 ayin 1.108 '') if test "$ac_cv_type_int_p" = yes; then
9144     { { echo "$as_me:$LINENO: error: cannot compute sizeof (int *)
9145 pcg 1.11 See \`config.log' for more details." >&5
9146 ayin 1.108 echo "$as_me: error: cannot compute sizeof (int *)
9147 pcg 1.11 See \`config.log' for more details." >&2;}
9148 ayin 1.108 { (exit 77); exit 77; }; }
9149     else
9150     ac_cv_sizeof_int_p=0
9151     fi ;;
9152 pcg 1.11 esac
9153 pcg 1.1 else
9154 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
9155     /* confdefs.h. */
9156     _ACEOF
9157     cat confdefs.h >>conftest.$ac_ext
9158     cat >>conftest.$ac_ext <<_ACEOF
9159     /* end confdefs.h. */
9160     $ac_includes_default
9161 ayin 1.108 typedef int * ac__type_sizeof_;
9162     static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
9163     static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
9164 pcg 1.1 #include <stdio.h>
9165 pcg 1.11 #include <stdlib.h>
9166     int
9167     main ()
9168 pcg 1.1 {
9169 pcg 1.11
9170     FILE *f = fopen ("conftest.val", "w");
9171     if (! f)
9172 ayin 1.108 return 1;
9173     if (((long int) (sizeof (ac__type_sizeof_))) < 0)
9174 pcg 1.11 {
9175 ayin 1.108 long int i = longval ();
9176     if (i != ((long int) (sizeof (ac__type_sizeof_))))
9177     return 1;
9178 pcg 1.11 fprintf (f, "%ld\n", i);
9179     }
9180     else
9181     {
9182 ayin 1.108 unsigned long int i = ulongval ();
9183     if (i != ((long int) (sizeof (ac__type_sizeof_))))
9184     return 1;
9185 pcg 1.11 fprintf (f, "%lu\n", i);
9186     }
9187 ayin 1.108 return ferror (f) || fclose (f) != 0;
9188 pcg 1.11
9189     ;
9190     return 0;
9191 pcg 1.1 }
9192 pcg 1.11 _ACEOF
9193     rm -f conftest$ac_exeext
9194 ayin 1.108 if { (ac_try="$ac_link"
9195     case "(($ac_try" in
9196     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9197     *) ac_try_echo=$ac_try;;
9198     esac
9199     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9200     (eval "$ac_link") 2>&5
9201 pcg 1.11 ac_status=$?
9202     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9203     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
9204 ayin 1.108 { (case "(($ac_try" in
9205     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9206     *) ac_try_echo=$ac_try;;
9207     esac
9208     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9209     (eval "$ac_try") 2>&5
9210 pcg 1.11 ac_status=$?
9211     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9212     (exit $ac_status); }; }; then
9213     ac_cv_sizeof_int_p=`cat conftest.val`
9214     else
9215     echo "$as_me: program exited with status $ac_status" >&5
9216     echo "$as_me: failed program was:" >&5
9217     sed 's/^/| /' conftest.$ac_ext >&5
9218    
9219     ( exit $ac_status )
9220 ayin 1.108 if test "$ac_cv_type_int_p" = yes; then
9221     { { echo "$as_me:$LINENO: error: cannot compute sizeof (int *)
9222 pcg 1.11 See \`config.log' for more details." >&5
9223 ayin 1.108 echo "$as_me: error: cannot compute sizeof (int *)
9224 pcg 1.11 See \`config.log' for more details." >&2;}
9225 ayin 1.108 { (exit 77); exit 77; }; }
9226     else
9227     ac_cv_sizeof_int_p=0
9228     fi
9229 pcg 1.11 fi
9230 ayin 1.108 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
9231 pcg 1.11 fi
9232     rm -f conftest.val
9233 ayin 1.104 fi
9234 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_int_p" >&5
9235     echo "${ECHO_T}$ac_cv_sizeof_int_p" >&6; }
9236    
9237    
9238    
9239 pcg 1.11 cat >>confdefs.h <<_ACEOF
9240 pcg 1.1 #define SIZEOF_INT_P $ac_cv_sizeof_int_p
9241 pcg 1.11 _ACEOF
9242 pcg 1.1
9243    
9244    
9245    
9246 ayin 1.108 { echo "$as_me:$LINENO: checking for int16_t" >&5
9247     echo $ECHO_N "checking for int16_t... $ECHO_C" >&6; }
9248 pcg 1.11 if test "${rxvt_cv_int16_t+set}" = set; then
9249     echo $ECHO_N "(cached) $ECHO_C" >&6
9250 pcg 1.1 else
9251 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
9252     /* confdefs.h. */
9253     _ACEOF
9254     cat confdefs.h >>conftest.$ac_ext
9255     cat >>conftest.$ac_ext <<_ACEOF
9256     /* end confdefs.h. */
9257 pcg 1.1 #include <stdint.h>
9258 pcg 1.11 int
9259     main ()
9260     {
9261 pcg 1.1 int16_t dummy;
9262 pcg 1.11 ;
9263     return 0;
9264     }
9265     _ACEOF
9266     rm -f conftest.$ac_objext
9267 ayin 1.108 if { (ac_try="$ac_compile"
9268     case "(($ac_try" in
9269     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9270     *) ac_try_echo=$ac_try;;
9271     esac
9272     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9273     (eval "$ac_compile") 2>conftest.er1
9274 pcg 1.11 ac_status=$?
9275     grep -v '^ *+' conftest.er1 >conftest.err
9276     rm -f conftest.er1
9277     cat conftest.err >&5
9278     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9279 ayin 1.108 (exit $ac_status); } && {
9280     test -z "$ac_cxx_werror_flag" ||
9281     test ! -s conftest.err
9282     } && test -s conftest.$ac_objext; then
9283 pcg 1.1 rxvt_cv_int16_t=yes
9284     else
9285 pcg 1.11 echo "$as_me: failed program was:" >&5
9286     sed 's/^/| /' conftest.$ac_ext >&5
9287    
9288 ayin 1.108 if test "$ac_cv_sizeof_char" -ge 2; then
9289 pcg 1.1 rxvt_cv_int16_t=" char"
9290     else
9291 root 1.50 if test "$ac_cv_sizeof_short" -ge 2; then
9292 pcg 1.1 rxvt_cv_int16_t=" short"
9293     else
9294 root 1.50 if test "$ac_cv_sizeof_int" -ge 2; then
9295 pcg 1.1 rxvt_cv_int16_t=" int"
9296     else
9297 root 1.50 if test "$ac_cv_sizeof_long" -ge 2; then
9298 pcg 1.1 rxvt_cv_int16_t=" long"
9299     else
9300 root 1.50 if test "$ac_cv_sizeof_long_long" -ge 2; then
9301 pcg 1.1 rxvt_cv_int16_t=" long long"
9302     else
9303     rxvt_cv_int16_t=" short" # we _must_ have a (possibly wrong) default
9304     fi
9305     fi
9306     fi
9307     fi
9308     fi
9309     fi
9310 ayin 1.108
9311     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9312 pcg 1.1 fi
9313 ayin 1.108 { echo "$as_me:$LINENO: result: $rxvt_cv_int16_t" >&5
9314     echo "${ECHO_T}$rxvt_cv_int16_t" >&6; }
9315 pcg 1.1 if test x"$rxvt_cv_int16_t" != xyes; then
9316     rxvt_int16_typedef="typedef $rxvt_cv_int16_t int16_t;"
9317     else
9318     if test x"" = x; then
9319     rxvt_int16_typedef="/* typedef short int16_t; */"
9320     else
9321     rxvt_int16_typedef="/* typedef short int16_t; */"
9322     fi
9323 pcg 1.11 fi
9324 pcg 1.1
9325 ayin 1.108 { echo "$as_me:$LINENO: checking for uint16_t" >&5
9326     echo $ECHO_N "checking for uint16_t... $ECHO_C" >&6; }
9327 pcg 1.11 if test "${rxvt_cv_uint16_t+set}" = set; then
9328     echo $ECHO_N "(cached) $ECHO_C" >&6
9329     else
9330     cat >conftest.$ac_ext <<_ACEOF
9331     /* confdefs.h. */
9332     _ACEOF
9333     cat confdefs.h >>conftest.$ac_ext
9334     cat >>conftest.$ac_ext <<_ACEOF
9335     /* end confdefs.h. */
9336 pcg 1.1 #include <stdint.h>
9337 pcg 1.11 int
9338     main ()
9339     {
9340 pcg 1.1 uint16_t dummy;
9341 pcg 1.11 ;
9342     return 0;
9343     }
9344     _ACEOF
9345     rm -f conftest.$ac_objext
9346 ayin 1.108 if { (ac_try="$ac_compile"
9347     case "(($ac_try" in
9348     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9349     *) ac_try_echo=$ac_try;;
9350     esac
9351     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9352     (eval "$ac_compile") 2>conftest.er1
9353 pcg 1.11 ac_status=$?
9354     grep -v '^ *+' conftest.er1 >conftest.err
9355     rm -f conftest.er1
9356     cat conftest.err >&5
9357     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9358 ayin 1.108 (exit $ac_status); } && {
9359     test -z "$ac_cxx_werror_flag" ||
9360     test ! -s conftest.err
9361     } && test -s conftest.$ac_objext; then
9362 pcg 1.1 rxvt_cv_uint16_t=yes
9363     else
9364 pcg 1.11 echo "$as_me: failed program was:" >&5
9365     sed 's/^/| /' conftest.$ac_ext >&5
9366    
9367 ayin 1.108 if test "$ac_cv_sizeof_char" -ge 2; then
9368 pcg 1.1 rxvt_cv_uint16_t="unsigned char"
9369     else
9370 root 1.50 if test "$ac_cv_sizeof_short" -ge 2; then
9371 pcg 1.1 rxvt_cv_uint16_t="unsigned short"
9372     else
9373 root 1.50 if test "$ac_cv_sizeof_int" -ge 2; then
9374 pcg 1.1 rxvt_cv_uint16_t="unsigned int"
9375     else
9376 root 1.50 if test "$ac_cv_sizeof_long" -ge 2; then
9377 pcg 1.1 rxvt_cv_uint16_t="unsigned long"
9378     else
9379 root 1.50 if test "$ac_cv_sizeof_long_long" -ge 2; then
9380 pcg 1.1 rxvt_cv_uint16_t="unsigned long long"
9381     else
9382     rxvt_cv_uint16_t="unsigned short" # we _must_ have a (possibly wrong) default
9383     fi
9384     fi
9385     fi
9386     fi
9387     fi
9388     fi
9389 ayin 1.108
9390     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9391 pcg 1.1 fi
9392 ayin 1.108 { echo "$as_me:$LINENO: result: $rxvt_cv_uint16_t" >&5
9393     echo "${ECHO_T}$rxvt_cv_uint16_t" >&6; }
9394 pcg 1.1 if test x"$rxvt_cv_uint16_t" != xyes; then
9395     rxvt_uint16_typedef="typedef $rxvt_cv_uint16_t uint16_t;"
9396     else
9397     if test x"unsigned" = x; then
9398     rxvt_uint16_typedef="/* typedef short uint16_t; */"
9399     else
9400     rxvt_uint16_typedef="/* typedef unsigned short uint16_t; */"
9401     fi
9402 pcg 1.11 fi
9403 pcg 1.1
9404 ayin 1.108 { echo "$as_me:$LINENO: checking for int32_t" >&5
9405     echo $ECHO_N "checking for int32_t... $ECHO_C" >&6; }
9406 pcg 1.11 if test "${rxvt_cv_int32_t+set}" = set; then
9407     echo $ECHO_N "(cached) $ECHO_C" >&6
9408     else
9409     cat >conftest.$ac_ext <<_ACEOF
9410     /* confdefs.h. */
9411     _ACEOF
9412     cat confdefs.h >>conftest.$ac_ext
9413     cat >>conftest.$ac_ext <<_ACEOF
9414     /* end confdefs.h. */
9415 pcg 1.1 #include <stdint.h>
9416 pcg 1.11 int
9417     main ()
9418     {
9419 pcg 1.1 int32_t dummy;
9420 pcg 1.11 ;
9421     return 0;
9422     }
9423     _ACEOF
9424     rm -f conftest.$ac_objext
9425 ayin 1.108 if { (ac_try="$ac_compile"
9426     case "(($ac_try" in
9427     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9428     *) ac_try_echo=$ac_try;;
9429     esac
9430     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9431     (eval "$ac_compile") 2>conftest.er1
9432 pcg 1.11 ac_status=$?
9433     grep -v '^ *+' conftest.er1 >conftest.err
9434     rm -f conftest.er1
9435     cat conftest.err >&5
9436     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9437 ayin 1.108 (exit $ac_status); } && {
9438     test -z "$ac_cxx_werror_flag" ||
9439     test ! -s conftest.err
9440     } && test -s conftest.$ac_objext; then
9441 pcg 1.1 rxvt_cv_int32_t=yes
9442     else
9443 pcg 1.11 echo "$as_me: failed program was:" >&5
9444     sed 's/^/| /' conftest.$ac_ext >&5
9445    
9446 ayin 1.108 if test "$ac_cv_sizeof_char" -ge 4; then
9447 pcg 1.1 rxvt_cv_int32_t=" char"
9448     else
9449 root 1.50 if test "$ac_cv_sizeof_short" -ge 4; then
9450 pcg 1.1 rxvt_cv_int32_t=" short"
9451     else
9452 root 1.50 if test "$ac_cv_sizeof_int" -ge 4; then
9453 pcg 1.1 rxvt_cv_int32_t=" int"
9454     else
9455 root 1.50 if test "$ac_cv_sizeof_long" -ge 4; then
9456 pcg 1.1 rxvt_cv_int32_t=" long"
9457     else
9458 root 1.50 if test "$ac_cv_sizeof_long_long" -ge 4; then
9459 pcg 1.1 rxvt_cv_int32_t=" long long"
9460     else
9461     rxvt_cv_int32_t=" int" # we _must_ have a (possibly wrong) default
9462     fi
9463     fi
9464     fi
9465     fi
9466     fi
9467     fi
9468 ayin 1.108
9469     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9470 pcg 1.1 fi
9471 ayin 1.108 { echo "$as_me:$LINENO: result: $rxvt_cv_int32_t" >&5
9472     echo "${ECHO_T}$rxvt_cv_int32_t" >&6; }
9473 pcg 1.1 if test x"$rxvt_cv_int32_t" != xyes; then
9474     rxvt_int32_typedef="typedef $rxvt_cv_int32_t int32_t;"
9475     else
9476     if test x"" = x; then
9477     rxvt_int32_typedef="/* typedef int int32_t; */"
9478     else
9479     rxvt_int32_typedef="/* typedef int int32_t; */"
9480     fi
9481 pcg 1.11 fi
9482 pcg 1.1
9483 ayin 1.108 { echo "$as_me:$LINENO: checking for uint32_t" >&5
9484     echo $ECHO_N "checking for uint32_t... $ECHO_C" >&6; }
9485 pcg 1.11 if test "${rxvt_cv_uint32_t+set}" = set; then
9486     echo $ECHO_N "(cached) $ECHO_C" >&6
9487     else
9488     cat >conftest.$ac_ext <<_ACEOF
9489     /* confdefs.h. */
9490     _ACEOF
9491     cat confdefs.h >>conftest.$ac_ext
9492     cat >>conftest.$ac_ext <<_ACEOF
9493     /* end confdefs.h. */
9494 pcg 1.1 #include <stdint.h>
9495 pcg 1.11 int
9496     main ()
9497     {
9498 pcg 1.1 uint32_t dummy;
9499 pcg 1.11 ;
9500     return 0;
9501     }
9502     _ACEOF
9503     rm -f conftest.$ac_objext
9504 ayin 1.108 if { (ac_try="$ac_compile"
9505     case "(($ac_try" in
9506     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9507     *) ac_try_echo=$ac_try;;
9508     esac
9509     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9510     (eval "$ac_compile") 2>conftest.er1
9511 pcg 1.11 ac_status=$?
9512     grep -v '^ *+' conftest.er1 >conftest.err
9513     rm -f conftest.er1
9514     cat conftest.err >&5
9515     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9516 ayin 1.108 (exit $ac_status); } && {
9517     test -z "$ac_cxx_werror_flag" ||
9518     test ! -s conftest.err
9519     } && test -s conftest.$ac_objext; then
9520 pcg 1.1 rxvt_cv_uint32_t=yes
9521     else
9522 pcg 1.11 echo "$as_me: failed program was:" >&5
9523     sed 's/^/| /' conftest.$ac_ext >&5
9524    
9525 ayin 1.108 if test "$ac_cv_sizeof_char" -ge 4; then
9526 pcg 1.1 rxvt_cv_uint32_t="unsigned char"
9527     else
9528 root 1.50 if test "$ac_cv_sizeof_short" -ge 4; then
9529 pcg 1.1 rxvt_cv_uint32_t="unsigned short"
9530     else
9531 root 1.50 if test "$ac_cv_sizeof_int" -ge 4; then
9532 pcg 1.1 rxvt_cv_uint32_t="unsigned int"
9533     else
9534 root 1.50 if test "$ac_cv_sizeof_long" -ge 4; then
9535 pcg 1.1 rxvt_cv_uint32_t="unsigned long"
9536     else
9537 root 1.50 if test "$ac_cv_sizeof_long_long" -ge 4; then
9538 pcg 1.1 rxvt_cv_uint32_t="unsigned long long"
9539     else
9540     rxvt_cv_uint32_t="unsigned int" # we _must_ have a (possibly wrong) default
9541     fi
9542     fi
9543     fi
9544     fi
9545     fi
9546     fi
9547 ayin 1.108
9548     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9549 pcg 1.1 fi
9550 ayin 1.108 { echo "$as_me:$LINENO: result: $rxvt_cv_uint32_t" >&5
9551     echo "${ECHO_T}$rxvt_cv_uint32_t" >&6; }
9552 pcg 1.1 if test x"$rxvt_cv_uint32_t" != xyes; then
9553     rxvt_uint32_typedef="typedef $rxvt_cv_uint32_t uint32_t;"
9554     else
9555     if test x"unsigned" = x; then
9556     rxvt_uint32_typedef="/* typedef int uint32_t; */"
9557     else
9558     rxvt_uint32_typedef="/* typedef unsigned int uint32_t; */"
9559     fi
9560 pcg 1.11 fi
9561 pcg 1.1
9562 root 1.50 if test "$ac_cv_sizeof_int_p" -eq 8; then
9563 pcg 1.1 rxvt_intp_define="#define intp_t int64_t"
9564     rxvt_u_intp_define="#define u_intp_t u_int64_t"
9565     else
9566 root 1.50 if test "$ac_cv_sizeof_int_p" -eq 4; then
9567 pcg 1.1 rxvt_intp_define="#define intp_t int32_t"
9568     rxvt_u_intp_define="#define u_intp_t u_int32_t"
9569     else
9570 root 1.50 if test "$ac_cv_sizeof_int_p" -eq 2; then
9571 pcg 1.1 rxvt_intp_define="#define intp_t int16_t"
9572     rxvt_u_intp_define="#define u_intp_t u_int16_t"
9573     else
9574     rxvt_intp_define="#error set intp_t"
9575     rxvt_u_intp_define="#error set u_intp_t"
9576     fi
9577     fi
9578     fi
9579    
9580    
9581    
9582 ayin 1.108 { echo "$as_me:$LINENO: checking return type of signal handlers" >&5
9583     echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6; }
9584 pcg 1.11 if test "${ac_cv_type_signal+set}" = set; then
9585     echo $ECHO_N "(cached) $ECHO_C" >&6
9586     else
9587     cat >conftest.$ac_ext <<_ACEOF
9588     /* confdefs.h. */
9589     _ACEOF
9590     cat confdefs.h >>conftest.$ac_ext
9591     cat >>conftest.$ac_ext <<_ACEOF
9592     /* end confdefs.h. */
9593 pcg 1.1 #include <sys/types.h>
9594     #include <signal.h>
9595    
9596 pcg 1.11 int
9597     main ()
9598     {
9599 ayin 1.108 return *(signal (0, 0)) (0) == 1;
9600 pcg 1.11 ;
9601     return 0;
9602     }
9603     _ACEOF
9604     rm -f conftest.$ac_objext
9605 ayin 1.108 if { (ac_try="$ac_compile"
9606     case "(($ac_try" in
9607     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9608     *) ac_try_echo=$ac_try;;
9609     esac
9610     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9611     (eval "$ac_compile") 2>conftest.er1
9612 pcg 1.11 ac_status=$?
9613     grep -v '^ *+' conftest.er1 >conftest.err
9614     rm -f conftest.er1
9615     cat conftest.err >&5
9616     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9617 ayin 1.108 (exit $ac_status); } && {
9618     test -z "$ac_cxx_werror_flag" ||
9619     test ! -s conftest.err
9620     } && test -s conftest.$ac_objext; then
9621     ac_cv_type_signal=int
9622 pcg 1.1 else
9623 pcg 1.11 echo "$as_me: failed program was:" >&5
9624     sed 's/^/| /' conftest.$ac_ext >&5
9625    
9626 ayin 1.108 ac_cv_type_signal=void
9627 pcg 1.1 fi
9628 ayin 1.108
9629     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9630 pcg 1.1 fi
9631 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
9632     echo "${ECHO_T}$ac_cv_type_signal" >&6; }
9633 pcg 1.1
9634 pcg 1.11 cat >>confdefs.h <<_ACEOF
9635 pcg 1.1 #define RETSIGTYPE $ac_cv_type_signal
9636 pcg 1.11 _ACEOF
9637 pcg 1.1
9638    
9639    
9640 root 1.76
9641 ayin 1.115 for ac_func in unsetenv
9642 root 1.83 do
9643     as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9644 ayin 1.108 { echo "$as_me:$LINENO: checking for $ac_func" >&5
9645     echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
9646     if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9647 root 1.83 echo $ECHO_N "(cached) $ECHO_C" >&6
9648     else
9649     cat >conftest.$ac_ext <<_ACEOF
9650     /* confdefs.h. */
9651     _ACEOF
9652     cat confdefs.h >>conftest.$ac_ext
9653     cat >>conftest.$ac_ext <<_ACEOF
9654     /* end confdefs.h. */
9655     /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
9656     For example, HP-UX 11i <limits.h> declares gettimeofday. */
9657     #define $ac_func innocuous_$ac_func
9658    
9659     /* System header to define __stub macros and hopefully few prototypes,
9660     which can conflict with char $ac_func (); below.
9661     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9662     <limits.h> exists even on freestanding compilers. */
9663    
9664     #ifdef __STDC__
9665     # include <limits.h>
9666     #else
9667     # include <assert.h>
9668     #endif
9669    
9670     #undef $ac_func
9671 pcg 1.11
9672 ayin 1.108 /* Override any GCC internal prototype to avoid an error.
9673     Use char because int might match the return type of a GCC
9674     builtin and then its argument prototype would still apply. */
9675 root 1.83 #ifdef __cplusplus
9676     extern "C"
9677     #endif
9678     char $ac_func ();
9679     /* The GNU C library defines this for functions which it implements
9680     to always fail with ENOSYS. Some functions are actually named
9681     something starting with __ and the normal name is an alias. */
9682 ayin 1.108 #if defined __stub_$ac_func || defined __stub___$ac_func
9683 root 1.83 choke me
9684     #endif
9685 pcg 1.11
9686 root 1.83 int
9687     main ()
9688     {
9689 ayin 1.108 return $ac_func ();
9690 root 1.83 ;
9691     return 0;
9692     }
9693     _ACEOF
9694     rm -f conftest.$ac_objext conftest$ac_exeext
9695 ayin 1.108 if { (ac_try="$ac_link"
9696     case "(($ac_try" in
9697     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9698     *) ac_try_echo=$ac_try;;
9699     esac
9700     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9701     (eval "$ac_link") 2>conftest.er1
9702 root 1.83 ac_status=$?
9703     grep -v '^ *+' conftest.er1 >conftest.err
9704     rm -f conftest.er1
9705     cat conftest.err >&5
9706     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9707 ayin 1.108 (exit $ac_status); } && {
9708     test -z "$ac_cxx_werror_flag" ||
9709     test ! -s conftest.err
9710     } && test -s conftest$ac_exeext &&
9711     $as_test_x conftest$ac_exeext; then
9712 root 1.83 eval "$as_ac_var=yes"
9713     else
9714     echo "$as_me: failed program was:" >&5
9715     sed 's/^/| /' conftest.$ac_ext >&5
9716 pcg 1.11
9717 ayin 1.108 eval "$as_ac_var=no"
9718 root 1.83 fi
9719 ayin 1.108
9720     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9721 root 1.83 conftest$ac_exeext conftest.$ac_ext
9722     fi
9723 ayin 1.108 ac_res=`eval echo '${'$as_ac_var'}'`
9724     { echo "$as_me:$LINENO: result: $ac_res" >&5
9725     echo "${ECHO_T}$ac_res" >&6; }
9726 root 1.83 if test `eval echo '${'$as_ac_var'}'` = yes; then
9727     cat >>confdefs.h <<_ACEOF
9728     #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
9729     _ACEOF
9730 pcg 1.11
9731 root 1.83 fi
9732     done
9733 pcg 1.11
9734    
9735    
9736 root 1.92 support_utmp=yes
9737     support_wtmp=yes
9738     support_lastlog=yes
9739    
9740 ayin 1.108 # Check whether --enable-utmp was given.
9741 root 1.92 if test "${enable_utmp+set}" = set; then
9742 ayin 1.108 enableval=$enable_utmp; if test x$enableval = xyes -o x$enableval = xno; then
9743 root 1.92 support_utmp=$enableval
9744     fi
9745 ayin 1.108 fi
9746 ayin 1.102
9747 ayin 1.108
9748     # Check whether --enable-wtmp was given.
9749 root 1.92 if test "${enable_wtmp+set}" = set; then
9750 ayin 1.108 enableval=$enable_wtmp; if test x$enableval = xyes -o x$enableval = xno; then
9751 root 1.92 support_wtmp=$enableval
9752     fi
9753 ayin 1.108 fi
9754 ayin 1.102
9755 ayin 1.108
9756     # Check whether --enable-lastlog was given.
9757 root 1.92 if test "${enable_lastlog+set}" = set; then
9758 ayin 1.108 enableval=$enable_lastlog; if test x$enableval = xyes -o x$enableval = xno; then
9759 root 1.92 support_lastlog=$enableval
9760     fi
9761 ayin 1.108 fi
9762    
9763 root 1.92
9764     if test x$support_utmp = xyes; then
9765    
9766     cat >>confdefs.h <<\_ACEOF
9767     #define UTMP_SUPPORT 1
9768     _ACEOF
9769    
9770     fi
9771     if test x$support_wtmp = xyes; then
9772    
9773     cat >>confdefs.h <<\_ACEOF
9774     #define WTMP_SUPPORT 1
9775     _ACEOF
9776    
9777     fi
9778     if test x$support_lastlog = xyes; then
9779    
9780     cat >>confdefs.h <<\_ACEOF
9781     #define LASTLOG_SUPPORT 1
9782     _ACEOF
9783    
9784     fi
9785    
9786 pcg 1.11
9787 root 1.88
9788    
9789     for ac_func in \
9790     updwtmp \
9791     updwtmpx \
9792 ayin 1.115 updlastlogx \
9793 root 1.88
9794     do
9795     as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9796 ayin 1.108 { echo "$as_me:$LINENO: checking for $ac_func" >&5
9797     echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
9798     if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9799 root 1.88 echo $ECHO_N "(cached) $ECHO_C" >&6
9800     else
9801     cat >conftest.$ac_ext <<_ACEOF
9802     /* confdefs.h. */
9803     _ACEOF
9804     cat confdefs.h >>conftest.$ac_ext
9805     cat >>conftest.$ac_ext <<_ACEOF
9806     /* end confdefs.h. */
9807     /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
9808     For example, HP-UX 11i <limits.h> declares gettimeofday. */
9809     #define $ac_func innocuous_$ac_func
9810    
9811     /* System header to define __stub macros and hopefully few prototypes,
9812     which can conflict with char $ac_func (); below.
9813     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9814     <limits.h> exists even on freestanding compilers. */
9815    
9816     #ifdef __STDC__
9817     # include <limits.h>
9818     #else
9819     # include <assert.h>
9820     #endif
9821    
9822     #undef $ac_func
9823    
9824 ayin 1.108 /* Override any GCC internal prototype to avoid an error.
9825     Use char because int might match the return type of a GCC
9826     builtin and then its argument prototype would still apply. */
9827 root 1.88 #ifdef __cplusplus
9828     extern "C"
9829     #endif
9830     char $ac_func ();
9831     /* The GNU C library defines this for functions which it implements
9832     to always fail with ENOSYS. Some functions are actually named
9833     something starting with __ and the normal name is an alias. */
9834 ayin 1.108 #if defined __stub_$ac_func || defined __stub___$ac_func
9835 root 1.88 choke me
9836     #endif
9837    
9838     int
9839     main ()
9840     {
9841 ayin 1.108 return $ac_func ();
9842 root 1.88 ;
9843     return 0;
9844     }
9845     _ACEOF
9846     rm -f conftest.$ac_objext conftest$ac_exeext
9847 ayin 1.108 if { (ac_try="$ac_link"
9848     case "(($ac_try" in
9849     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9850     *) ac_try_echo=$ac_try;;
9851     esac
9852     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9853     (eval "$ac_link") 2>conftest.er1
9854 root 1.88 ac_status=$?
9855     grep -v '^ *+' conftest.er1 >conftest.err
9856     rm -f conftest.er1
9857     cat conftest.err >&5
9858     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9859 ayin 1.108 (exit $ac_status); } && {
9860     test -z "$ac_cxx_werror_flag" ||
9861     test ! -s conftest.err
9862     } && test -s conftest$ac_exeext &&
9863     $as_test_x conftest$ac_exeext; then
9864 root 1.88 eval "$as_ac_var=yes"
9865     else
9866     echo "$as_me: failed program was:" >&5
9867     sed 's/^/| /' conftest.$ac_ext >&5
9868    
9869 ayin 1.108 eval "$as_ac_var=no"
9870 root 1.88 fi
9871 ayin 1.108
9872     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9873 root 1.88 conftest$ac_exeext conftest.$ac_ext
9874     fi
9875 ayin 1.108 ac_res=`eval echo '${'$as_ac_var'}'`
9876     { echo "$as_me:$LINENO: result: $ac_res" >&5
9877     echo "${ECHO_T}$ac_res" >&6; }
9878 root 1.88 if test `eval echo '${'$as_ac_var'}'` = yes; then
9879     cat >>confdefs.h <<_ACEOF
9880     #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
9881     _ACEOF
9882    
9883     fi
9884     done
9885    
9886    
9887    
9888    
9889    
9890     for ac_header in \
9891     utmp.h \
9892     utmpx.h \
9893     lastlog.h \
9894    
9895     do
9896     as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9897 ayin 1.108 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9898     { echo "$as_me:$LINENO: checking for $ac_header" >&5
9899     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9900     if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9901 root 1.88 echo $ECHO_N "(cached) $ECHO_C" >&6
9902     fi
9903 ayin 1.108 ac_res=`eval echo '${'$as_ac_Header'}'`
9904     { echo "$as_me:$LINENO: result: $ac_res" >&5
9905     echo "${ECHO_T}$ac_res" >&6; }
9906 root 1.88 else
9907     # Is the header compilable?
9908 ayin 1.108 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
9909     echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
9910 root 1.88 cat >conftest.$ac_ext <<_ACEOF
9911     /* confdefs.h. */
9912     _ACEOF
9913     cat confdefs.h >>conftest.$ac_ext
9914     cat >>conftest.$ac_ext <<_ACEOF
9915     /* end confdefs.h. */
9916     $ac_includes_default
9917     #include <$ac_header>
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 root 1.88 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 root 1.88 ac_header_compiler=yes
9937     else
9938     echo "$as_me: failed program was:" >&5
9939     sed 's/^/| /' conftest.$ac_ext >&5
9940    
9941 ayin 1.108 ac_header_compiler=no
9942 root 1.88 fi
9943 ayin 1.108
9944     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9945     { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9946     echo "${ECHO_T}$ac_header_compiler" >&6; }
9947 root 1.88
9948     # Is the header present?
9949 ayin 1.108 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
9950     echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
9951 root 1.88 cat >conftest.$ac_ext <<_ACEOF
9952     /* confdefs.h. */
9953     _ACEOF
9954     cat confdefs.h >>conftest.$ac_ext
9955     cat >>conftest.$ac_ext <<_ACEOF
9956     /* end confdefs.h. */
9957     #include <$ac_header>
9958     _ACEOF
9959 ayin 1.108 if { (ac_try="$ac_cpp conftest.$ac_ext"
9960     case "(($ac_try" in
9961     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9962     *) ac_try_echo=$ac_try;;
9963     esac
9964     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9965     (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
9966 root 1.88 ac_status=$?
9967     grep -v '^ *+' conftest.er1 >conftest.err
9968     rm -f conftest.er1
9969     cat conftest.err >&5
9970     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9971 ayin 1.108 (exit $ac_status); } >/dev/null && {
9972     test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
9973     test ! -s conftest.err
9974     }; then
9975 root 1.88 ac_header_preproc=yes
9976     else
9977     echo "$as_me: failed program was:" >&5
9978     sed 's/^/| /' conftest.$ac_ext >&5
9979    
9980     ac_header_preproc=no
9981     fi
9982 ayin 1.108
9983 root 1.88 rm -f conftest.err conftest.$ac_ext
9984 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9985     echo "${ECHO_T}$ac_header_preproc" >&6; }
9986 root 1.88
9987     # So? What about this header?
9988     case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
9989     yes:no: )
9990     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
9991     echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
9992     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
9993     echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
9994     ac_header_preproc=yes
9995     ;;
9996     no:yes:* )
9997     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
9998     echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
9999     { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
10000     echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
10001     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
10002     echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
10003     { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
10004     echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
10005     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10006     echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10007     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
10008     echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
10009 ayin 1.108
10010 root 1.88 ;;
10011     esac
10012 ayin 1.108 { echo "$as_me:$LINENO: checking for $ac_header" >&5
10013     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10014     if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10015 root 1.88 echo $ECHO_N "(cached) $ECHO_C" >&6
10016     else
10017     eval "$as_ac_Header=\$ac_header_preproc"
10018     fi
10019 ayin 1.108 ac_res=`eval echo '${'$as_ac_Header'}'`
10020     { echo "$as_me:$LINENO: result: $ac_res" >&5
10021     echo "${ECHO_T}$ac_res" >&6; }
10022 root 1.88
10023     fi
10024     if test `eval echo '${'$as_ac_Header'}'` = yes; then
10025     cat >>confdefs.h <<_ACEOF
10026     #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10027     _ACEOF
10028    
10029     fi
10030    
10031     done
10032    
10033    
10034    
10035     if test "${ac_cv_header_utmp_h+set}" = set; then
10036 ayin 1.108 { echo "$as_me:$LINENO: checking for utmp.h" >&5
10037     echo $ECHO_N "checking for utmp.h... $ECHO_C" >&6; }
10038 root 1.88 if test "${ac_cv_header_utmp_h+set}" = set; then
10039     echo $ECHO_N "(cached) $ECHO_C" >&6
10040     fi
10041 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_header_utmp_h" >&5
10042     echo "${ECHO_T}$ac_cv_header_utmp_h" >&6; }
10043 root 1.88 else
10044     # Is the header compilable?
10045 ayin 1.108 { echo "$as_me:$LINENO: checking utmp.h usability" >&5
10046     echo $ECHO_N "checking utmp.h usability... $ECHO_C" >&6; }
10047 root 1.88 cat >conftest.$ac_ext <<_ACEOF
10048     /* confdefs.h. */
10049     _ACEOF
10050     cat confdefs.h >>conftest.$ac_ext
10051     cat >>conftest.$ac_ext <<_ACEOF
10052     /* end confdefs.h. */
10053     $ac_includes_default
10054     #include <utmp.h>
10055     _ACEOF
10056     rm -f conftest.$ac_objext
10057 ayin 1.108 if { (ac_try="$ac_compile"
10058     case "(($ac_try" in
10059     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10060     *) ac_try_echo=$ac_try;;
10061     esac
10062     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10063     (eval "$ac_compile") 2>conftest.er1
10064 root 1.88 ac_status=$?
10065     grep -v '^ *+' conftest.er1 >conftest.err
10066     rm -f conftest.er1
10067     cat conftest.err >&5
10068     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10069 ayin 1.108 (exit $ac_status); } && {
10070     test -z "$ac_cxx_werror_flag" ||
10071     test ! -s conftest.err
10072     } && test -s conftest.$ac_objext; then
10073 root 1.88 ac_header_compiler=yes
10074     else
10075     echo "$as_me: failed program was:" >&5
10076     sed 's/^/| /' conftest.$ac_ext >&5
10077    
10078 ayin 1.108 ac_header_compiler=no
10079 root 1.88 fi
10080 ayin 1.108
10081     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10082     { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10083     echo "${ECHO_T}$ac_header_compiler" >&6; }
10084 root 1.88
10085     # Is the header present?
10086 ayin 1.108 { echo "$as_me:$LINENO: checking utmp.h presence" >&5
10087     echo $ECHO_N "checking utmp.h presence... $ECHO_C" >&6; }
10088 root 1.88 cat >conftest.$ac_ext <<_ACEOF
10089     /* confdefs.h. */
10090     _ACEOF
10091     cat confdefs.h >>conftest.$ac_ext
10092     cat >>conftest.$ac_ext <<_ACEOF
10093     /* end confdefs.h. */
10094     #include <utmp.h>
10095     _ACEOF
10096 ayin 1.108 if { (ac_try="$ac_cpp conftest.$ac_ext"
10097     case "(($ac_try" in
10098     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10099     *) ac_try_echo=$ac_try;;
10100     esac
10101     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10102     (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
10103 root 1.88 ac_status=$?
10104     grep -v '^ *+' conftest.er1 >conftest.err
10105     rm -f conftest.er1
10106     cat conftest.err >&5
10107     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10108 ayin 1.108 (exit $ac_status); } >/dev/null && {
10109     test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
10110     test ! -s conftest.err
10111     }; then
10112 root 1.88 ac_header_preproc=yes
10113     else
10114     echo "$as_me: failed program was:" >&5
10115     sed 's/^/| /' conftest.$ac_ext >&5
10116    
10117     ac_header_preproc=no
10118     fi
10119 ayin 1.108
10120 root 1.88 rm -f conftest.err conftest.$ac_ext
10121 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10122     echo "${ECHO_T}$ac_header_preproc" >&6; }
10123 root 1.88
10124     # So? What about this header?
10125     case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
10126     yes:no: )
10127     { echo "$as_me:$LINENO: WARNING: utmp.h: accepted by the compiler, rejected by the preprocessor!" >&5
10128     echo "$as_me: WARNING: utmp.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
10129     { echo "$as_me:$LINENO: WARNING: utmp.h: proceeding with the compiler's result" >&5
10130     echo "$as_me: WARNING: utmp.h: proceeding with the compiler's result" >&2;}
10131     ac_header_preproc=yes
10132     ;;
10133     no:yes:* )
10134     { echo "$as_me:$LINENO: WARNING: utmp.h: present but cannot be compiled" >&5
10135     echo "$as_me: WARNING: utmp.h: present but cannot be compiled" >&2;}
10136     { echo "$as_me:$LINENO: WARNING: utmp.h: check for missing prerequisite headers?" >&5
10137     echo "$as_me: WARNING: utmp.h: check for missing prerequisite headers?" >&2;}
10138     { echo "$as_me:$LINENO: WARNING: utmp.h: see the Autoconf documentation" >&5
10139     echo "$as_me: WARNING: utmp.h: see the Autoconf documentation" >&2;}
10140     { echo "$as_me:$LINENO: WARNING: utmp.h: section \"Present But Cannot Be Compiled\"" >&5
10141     echo "$as_me: WARNING: utmp.h: section \"Present But Cannot Be Compiled\"" >&2;}
10142     { echo "$as_me:$LINENO: WARNING: utmp.h: proceeding with the preprocessor's result" >&5
10143     echo "$as_me: WARNING: utmp.h: proceeding with the preprocessor's result" >&2;}
10144     { echo "$as_me:$LINENO: WARNING: utmp.h: in the future, the compiler will take precedence" >&5
10145     echo "$as_me: WARNING: utmp.h: in the future, the compiler will take precedence" >&2;}
10146 ayin 1.108
10147 root 1.88 ;;
10148     esac
10149 ayin 1.108 { echo "$as_me:$LINENO: checking for utmp.h" >&5
10150     echo $ECHO_N "checking for utmp.h... $ECHO_C" >&6; }
10151 root 1.88 if test "${ac_cv_header_utmp_h+set}" = set; then
10152     echo $ECHO_N "(cached) $ECHO_C" >&6
10153     else
10154     ac_cv_header_utmp_h=$ac_header_preproc
10155     fi
10156 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_header_utmp_h" >&5
10157     echo "${ECHO_T}$ac_cv_header_utmp_h" >&6; }
10158 root 1.88
10159     fi
10160     if test $ac_cv_header_utmp_h = yes; then
10161 ayin 1.108 { echo "$as_me:$LINENO: checking for struct utmp" >&5
10162     echo $ECHO_N "checking for struct utmp... $ECHO_C" >&6; }
10163 root 1.88 if test "${struct_utmp+set}" = set; then
10164     echo $ECHO_N "(cached) $ECHO_C" >&6
10165     else
10166     cat >conftest.$ac_ext <<_ACEOF
10167     /* confdefs.h. */
10168     _ACEOF
10169     cat confdefs.h >>conftest.$ac_ext
10170     cat >>conftest.$ac_ext <<_ACEOF
10171     /* end confdefs.h. */
10172     #include <sys/types.h>
10173     #include <utmp.h>
10174     int
10175     main ()
10176     {
10177     struct utmp ut;
10178     ;
10179     return 0;
10180     }
10181     _ACEOF
10182     rm -f conftest.$ac_objext
10183 ayin 1.108 if { (ac_try="$ac_compile"
10184     case "(($ac_try" in
10185     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10186     *) ac_try_echo=$ac_try;;
10187     esac
10188     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10189     (eval "$ac_compile") 2>conftest.er1
10190 root 1.88 ac_status=$?
10191     grep -v '^ *+' conftest.er1 >conftest.err
10192     rm -f conftest.er1
10193     cat conftest.err >&5
10194     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10195 ayin 1.108 (exit $ac_status); } && {
10196     test -z "$ac_cxx_werror_flag" ||
10197     test ! -s conftest.err
10198     } && test -s conftest.$ac_objext; then
10199 root 1.88 struct_utmp=yes
10200     else
10201     echo "$as_me: failed program was:" >&5
10202     sed 's/^/| /' conftest.$ac_ext >&5
10203    
10204 ayin 1.108 struct_utmp=no
10205 root 1.88 fi
10206 ayin 1.108
10207     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10208 root 1.88 fi
10209 ayin 1.108 { echo "$as_me:$LINENO: result: $struct_utmp" >&5
10210     echo "${ECHO_T}$struct_utmp" >&6; }
10211 root 1.88 if test x$struct_utmp = xyes; then
10212    
10213     cat >>confdefs.h <<\_ACEOF
10214     #define HAVE_STRUCT_UTMP 1
10215     _ACEOF
10216    
10217     fi
10218    
10219    
10220 ayin 1.108 { echo "$as_me:$LINENO: checking for ut_host in utmp struct" >&5
10221     echo $ECHO_N "checking for ut_host in utmp struct... $ECHO_C" >&6; }
10222 root 1.88 if test "${struct_utmp_host+set}" = set; then
10223     echo $ECHO_N "(cached) $ECHO_C" >&6
10224     else
10225     cat >conftest.$ac_ext <<_ACEOF
10226     /* confdefs.h. */
10227     _ACEOF
10228     cat confdefs.h >>conftest.$ac_ext
10229     cat >>conftest.$ac_ext <<_ACEOF
10230     /* end confdefs.h. */
10231     #include <sys/types.h>
10232     #include <utmp.h>
10233     int
10234     main ()
10235     {
10236     struct utmp ut; ut.ut_host;
10237     ;
10238     return 0;
10239     }
10240     _ACEOF
10241     rm -f conftest.$ac_objext
10242 ayin 1.108 if { (ac_try="$ac_compile"
10243     case "(($ac_try" in
10244     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10245     *) ac_try_echo=$ac_try;;
10246     esac
10247     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10248     (eval "$ac_compile") 2>conftest.er1
10249 root 1.88 ac_status=$?
10250     grep -v '^ *+' conftest.er1 >conftest.err
10251     rm -f conftest.er1
10252     cat conftest.err >&5
10253     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10254 ayin 1.108 (exit $ac_status); } && {
10255     test -z "$ac_cxx_werror_flag" ||
10256     test ! -s conftest.err
10257     } && test -s conftest.$ac_objext; then
10258 root 1.88 struct_utmp_host=yes
10259     else
10260     echo "$as_me: failed program was:" >&5
10261     sed 's/^/| /' conftest.$ac_ext >&5
10262    
10263 ayin 1.108 struct_utmp_host=no
10264 root 1.88 fi
10265 ayin 1.108
10266     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10267 root 1.88 fi
10268 ayin 1.108 { echo "$as_me:$LINENO: result: $struct_utmp_host" >&5
10269     echo "${ECHO_T}$struct_utmp_host" >&6; }
10270 root 1.88 if test x$struct_utmp_host = xyes; then
10271    
10272     cat >>confdefs.h <<\_ACEOF
10273     #define HAVE_UTMP_HOST 1
10274     _ACEOF
10275    
10276     fi
10277    
10278 ayin 1.108 { echo "$as_me:$LINENO: checking for ut_pid in utmp struct" >&5
10279     echo $ECHO_N "checking for ut_pid in utmp struct... $ECHO_C" >&6; }
10280 root 1.88 if test "${struct_utmp_pid+set}" = set; then
10281     echo $ECHO_N "(cached) $ECHO_C" >&6
10282     else
10283     cat >conftest.$ac_ext <<_ACEOF
10284     /* confdefs.h. */
10285     _ACEOF
10286     cat confdefs.h >>conftest.$ac_ext
10287     cat >>conftest.$ac_ext <<_ACEOF
10288     /* end confdefs.h. */
10289     #include <sys/types.h>
10290     #include <utmp.h>
10291     int
10292     main ()
10293     {
10294     struct utmp ut; ut.ut_pid;
10295     ;
10296     return 0;
10297     }
10298     _ACEOF
10299     rm -f conftest.$ac_objext
10300 ayin 1.108 if { (ac_try="$ac_compile"
10301     case "(($ac_try" in
10302     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10303     *) ac_try_echo=$ac_try;;
10304     esac
10305     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10306     (eval "$ac_compile") 2>conftest.er1
10307 root 1.88 ac_status=$?
10308     grep -v '^ *+' conftest.er1 >conftest.err
10309     rm -f conftest.er1
10310     cat conftest.err >&5
10311     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10312 ayin 1.108 (exit $ac_status); } && {
10313     test -z "$ac_cxx_werror_flag" ||
10314     test ! -s conftest.err
10315     } && test -s conftest.$ac_objext; then
10316 root 1.88 struct_utmp_pid=yes
10317     else
10318     echo "$as_me: failed program was:" >&5
10319     sed 's/^/| /' conftest.$ac_ext >&5
10320    
10321 ayin 1.108 struct_utmp_pid=no
10322 root 1.88 fi
10323 ayin 1.108
10324     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10325 root 1.88 fi
10326 ayin 1.108 { echo "$as_me:$LINENO: result: $struct_utmp_pid" >&5
10327     echo "${ECHO_T}$struct_utmp_pid" >&6; }
10328 root 1.88 if test x$struct_utmp_pid = xyes; then
10329    
10330     cat >>confdefs.h <<\_ACEOF
10331     #define HAVE_UTMP_PID 1
10332     _ACEOF
10333    
10334     fi
10335    
10336     fi
10337    
10338    
10339    
10340     if test "${ac_cv_header_utmpx_h+set}" = set; then
10341 ayin 1.108 { echo "$as_me:$LINENO: checking for utmpx.h" >&5
10342     echo $ECHO_N "checking for utmpx.h... $ECHO_C" >&6; }
10343 root 1.88 if test "${ac_cv_header_utmpx_h+set}" = set; then
10344     echo $ECHO_N "(cached) $ECHO_C" >&6
10345     fi
10346 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_header_utmpx_h" >&5
10347     echo "${ECHO_T}$ac_cv_header_utmpx_h" >&6; }
10348 root 1.88 else
10349     # Is the header compilable?
10350 ayin 1.108 { echo "$as_me:$LINENO: checking utmpx.h usability" >&5
10351     echo $ECHO_N "checking utmpx.h usability... $ECHO_C" >&6; }
10352 root 1.88 cat >conftest.$ac_ext <<_ACEOF
10353     /* confdefs.h. */
10354     _ACEOF
10355     cat confdefs.h >>conftest.$ac_ext
10356     cat >>conftest.$ac_ext <<_ACEOF
10357     /* end confdefs.h. */
10358     $ac_includes_default
10359     #include <utmpx.h>
10360     _ACEOF
10361     rm -f conftest.$ac_objext
10362 ayin 1.108 if { (ac_try="$ac_compile"
10363     case "(($ac_try" in
10364     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10365     *) ac_try_echo=$ac_try;;
10366     esac
10367     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10368     (eval "$ac_compile") 2>conftest.er1
10369 root 1.88 ac_status=$?
10370     grep -v '^ *+' conftest.er1 >conftest.err
10371     rm -f conftest.er1
10372     cat conftest.err >&5
10373     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10374 ayin 1.108 (exit $ac_status); } && {
10375     test -z "$ac_cxx_werror_flag" ||
10376     test ! -s conftest.err
10377     } && test -s conftest.$ac_objext; then
10378 root 1.88 ac_header_compiler=yes
10379     else
10380     echo "$as_me: failed program was:" >&5
10381     sed 's/^/| /' conftest.$ac_ext >&5
10382    
10383 ayin 1.108 ac_header_compiler=no
10384 root 1.88 fi
10385 ayin 1.108
10386     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10387     { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10388     echo "${ECHO_T}$ac_header_compiler" >&6; }
10389 root 1.88
10390     # Is the header present?
10391 ayin 1.108 { echo "$as_me:$LINENO: checking utmpx.h presence" >&5
10392     echo $ECHO_N "checking utmpx.h presence... $ECHO_C" >&6; }
10393 root 1.88 cat >conftest.$ac_ext <<_ACEOF
10394     /* confdefs.h. */
10395     _ACEOF
10396     cat confdefs.h >>conftest.$ac_ext
10397     cat >>conftest.$ac_ext <<_ACEOF
10398     /* end confdefs.h. */
10399     #include <utmpx.h>
10400     _ACEOF
10401 ayin 1.108 if { (ac_try="$ac_cpp conftest.$ac_ext"
10402     case "(($ac_try" in
10403     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10404     *) ac_try_echo=$ac_try;;
10405     esac
10406     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10407     (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
10408 root 1.88 ac_status=$?
10409     grep -v '^ *+' conftest.er1 >conftest.err
10410     rm -f conftest.er1
10411     cat conftest.err >&5
10412     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10413 ayin 1.108 (exit $ac_status); } >/dev/null && {
10414     test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
10415     test ! -s conftest.err
10416     }; then
10417 root 1.88 ac_header_preproc=yes
10418     else
10419     echo "$as_me: failed program was:" >&5
10420     sed 's/^/| /' conftest.$ac_ext >&5
10421    
10422     ac_header_preproc=no
10423     fi
10424 ayin 1.108
10425 root 1.88 rm -f conftest.err conftest.$ac_ext
10426 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10427     echo "${ECHO_T}$ac_header_preproc" >&6; }
10428 root 1.88
10429     # So? What about this header?
10430     case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
10431     yes:no: )
10432     { echo "$as_me:$LINENO: WARNING: utmpx.h: accepted by the compiler, rejected by the preprocessor!" >&5
10433     echo "$as_me: WARNING: utmpx.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
10434     { echo "$as_me:$LINENO: WARNING: utmpx.h: proceeding with the compiler's result" >&5
10435     echo "$as_me: WARNING: utmpx.h: proceeding with the compiler's result" >&2;}
10436     ac_header_preproc=yes
10437     ;;
10438     no:yes:* )
10439     { echo "$as_me:$LINENO: WARNING: utmpx.h: present but cannot be compiled" >&5
10440     echo "$as_me: WARNING: utmpx.h: present but cannot be compiled" >&2;}
10441     { echo "$as_me:$LINENO: WARNING: utmpx.h: check for missing prerequisite headers?" >&5
10442     echo "$as_me: WARNING: utmpx.h: check for missing prerequisite headers?" >&2;}
10443     { echo "$as_me:$LINENO: WARNING: utmpx.h: see the Autoconf documentation" >&5
10444     echo "$as_me: WARNING: utmpx.h: see the Autoconf documentation" >&2;}
10445     { echo "$as_me:$LINENO: WARNING: utmpx.h: section \"Present But Cannot Be Compiled\"" >&5
10446     echo "$as_me: WARNING: utmpx.h: section \"Present But Cannot Be Compiled\"" >&2;}
10447     { echo "$as_me:$LINENO: WARNING: utmpx.h: proceeding with the preprocessor's result" >&5
10448     echo "$as_me: WARNING: utmpx.h: proceeding with the preprocessor's result" >&2;}
10449     { echo "$as_me:$LINENO: WARNING: utmpx.h: in the future, the compiler will take precedence" >&5
10450     echo "$as_me: WARNING: utmpx.h: in the future, the compiler will take precedence" >&2;}
10451 ayin 1.108
10452 root 1.88 ;;
10453     esac
10454 ayin 1.108 { echo "$as_me:$LINENO: checking for utmpx.h" >&5
10455     echo $ECHO_N "checking for utmpx.h... $ECHO_C" >&6; }
10456 root 1.88 if test "${ac_cv_header_utmpx_h+set}" = set; then
10457     echo $ECHO_N "(cached) $ECHO_C" >&6
10458     else
10459     ac_cv_header_utmpx_h=$ac_header_preproc
10460     fi
10461 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_header_utmpx_h" >&5
10462     echo "${ECHO_T}$ac_cv_header_utmpx_h" >&6; }
10463 root 1.88
10464     fi
10465     if test $ac_cv_header_utmpx_h = yes; then
10466 ayin 1.108 { echo "$as_me:$LINENO: checking for struct utmpx" >&5
10467     echo $ECHO_N "checking for struct utmpx... $ECHO_C" >&6; }
10468 root 1.88 if test "${struct_utmpx+set}" = set; then
10469     echo $ECHO_N "(cached) $ECHO_C" >&6
10470     else
10471     cat >conftest.$ac_ext <<_ACEOF
10472     /* confdefs.h. */
10473     _ACEOF
10474     cat confdefs.h >>conftest.$ac_ext
10475     cat >>conftest.$ac_ext <<_ACEOF
10476     /* end confdefs.h. */
10477     #include <sys/types.h>
10478     #include <utmpx.h>
10479     int
10480     main ()
10481     {
10482     struct utmpx ut;
10483     ;
10484     return 0;
10485     }
10486     _ACEOF
10487     rm -f conftest.$ac_objext
10488 ayin 1.108 if { (ac_try="$ac_compile"
10489     case "(($ac_try" in
10490     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10491     *) ac_try_echo=$ac_try;;
10492     esac
10493     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10494     (eval "$ac_compile") 2>conftest.er1
10495 root 1.88 ac_status=$?
10496     grep -v '^ *+' conftest.er1 >conftest.err
10497     rm -f conftest.er1
10498     cat conftest.err >&5
10499     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10500 ayin 1.108 (exit $ac_status); } && {
10501     test -z "$ac_cxx_werror_flag" ||
10502     test ! -s conftest.err
10503     } && test -s conftest.$ac_objext; then
10504 root 1.105 struct_utmpx=yes
10505 root 1.88 else
10506     echo "$as_me: failed program was:" >&5
10507     sed 's/^/| /' conftest.$ac_ext >&5
10508    
10509 ayin 1.108 struct_utmpx=no
10510 root 1.88 fi
10511 ayin 1.108
10512     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10513 root 1.88 fi
10514 ayin 1.108 { echo "$as_me:$LINENO: result: $struct_utmpx" >&5
10515     echo "${ECHO_T}$struct_utmpx" >&6; }
10516 root 1.88 if test x$struct_utmpx = xyes; then
10517    
10518     cat >>confdefs.h <<\_ACEOF
10519     #define HAVE_STRUCT_UTMPX 1
10520     _ACEOF
10521    
10522     fi
10523    
10524    
10525 ayin 1.108 { echo "$as_me:$LINENO: checking for host in utmpx struct" >&5
10526     echo $ECHO_N "checking for host in utmpx struct... $ECHO_C" >&6; }
10527 root 1.88 if test "${struct_utmpx_host+set}" = set; then
10528     echo $ECHO_N "(cached) $ECHO_C" >&6
10529     else
10530     cat >conftest.$ac_ext <<_ACEOF
10531     /* confdefs.h. */
10532     _ACEOF
10533     cat confdefs.h >>conftest.$ac_ext
10534     cat >>conftest.$ac_ext <<_ACEOF
10535     /* end confdefs.h. */
10536     #include <sys/types.h>
10537     #include <utmpx.h>
10538     int
10539     main ()
10540     {
10541     struct utmpx utx; utx.ut_host;
10542     ;
10543     return 0;
10544     }
10545     _ACEOF
10546     rm -f conftest.$ac_objext
10547 ayin 1.108 if { (ac_try="$ac_compile"
10548     case "(($ac_try" in
10549     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10550     *) ac_try_echo=$ac_try;;
10551     esac
10552     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10553     (eval "$ac_compile") 2>conftest.er1
10554 root 1.88 ac_status=$?
10555     grep -v '^ *+' conftest.er1 >conftest.err
10556     rm -f conftest.er1
10557     cat conftest.err >&5
10558     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10559 ayin 1.108 (exit $ac_status); } && {
10560     test -z "$ac_cxx_werror_flag" ||
10561     test ! -s conftest.err
10562     } && test -s conftest.$ac_objext; then
10563 root 1.88 struct_utmpx_host=yes
10564     else
10565     echo "$as_me: failed program was:" >&5
10566     sed 's/^/| /' conftest.$ac_ext >&5
10567    
10568 ayin 1.108 struct_utmpx_host=no
10569 root 1.88 fi
10570 ayin 1.108
10571     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10572 root 1.88 fi
10573 ayin 1.108 { echo "$as_me:$LINENO: result: $struct_utmpx_host" >&5
10574     echo "${ECHO_T}$struct_utmpx_host" >&6; }
10575 root 1.88 if test x$struct_utmpx_host = xyes; then
10576    
10577     cat >>confdefs.h <<\_ACEOF
10578     #define HAVE_UTMPX_HOST 1
10579     _ACEOF
10580    
10581     fi
10582    
10583 ayin 1.108 { echo "$as_me:$LINENO: checking for session in utmpx struct" >&5
10584     echo $ECHO_N "checking for session in utmpx struct... $ECHO_C" >&6; }
10585 root 1.88 if test "${struct_utmpx_session+set}" = set; then
10586     echo $ECHO_N "(cached) $ECHO_C" >&6
10587     else
10588     cat >conftest.$ac_ext <<_ACEOF
10589     /* confdefs.h. */
10590     _ACEOF
10591     cat confdefs.h >>conftest.$ac_ext
10592     cat >>conftest.$ac_ext <<_ACEOF
10593     /* end confdefs.h. */
10594     #include <sys/types.h>
10595     #include <utmpx.h>
10596     int
10597     main ()
10598     {
10599     struct utmpx utx; utx.ut_session;
10600     ;
10601     return 0;
10602     }
10603     _ACEOF
10604     rm -f conftest.$ac_objext
10605 ayin 1.108 if { (ac_try="$ac_compile"
10606     case "(($ac_try" in
10607     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10608     *) ac_try_echo=$ac_try;;
10609     esac
10610     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10611     (eval "$ac_compile") 2>conftest.er1
10612 root 1.88 ac_status=$?
10613     grep -v '^ *+' conftest.er1 >conftest.err
10614     rm -f conftest.er1
10615     cat conftest.err >&5
10616     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10617 ayin 1.108 (exit $ac_status); } && {
10618     test -z "$ac_cxx_werror_flag" ||
10619     test ! -s conftest.err
10620     } && test -s conftest.$ac_objext; then
10621     struct_utmpx_session=yes
10622     else
10623     echo "$as_me: failed program was:" >&5
10624 root 1.88 sed 's/^/| /' conftest.$ac_ext >&5
10625    
10626 ayin 1.108 struct_utmpx_session=no
10627 root 1.88 fi
10628 ayin 1.108
10629     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10630 root 1.88 fi
10631 ayin 1.108 { echo "$as_me:$LINENO: result: $struct_utmpx_session" >&5
10632     echo "${ECHO_T}$struct_utmpx_session" >&6; }
10633 root 1.88 if test x$struct_utmpx_session = xyes; then
10634    
10635     cat >>confdefs.h <<\_ACEOF
10636     #define HAVE_UTMPX_SESSION 1
10637     _ACEOF
10638    
10639     fi
10640    
10641     fi
10642    
10643    
10644 ayin 1.108 { echo "$as_me:$LINENO: checking for struct lastlog" >&5
10645     echo $ECHO_N "checking for struct lastlog... $ECHO_C" >&6; }
10646 root 1.88 if test "${struct_lastlog+set}" = set; then
10647     echo $ECHO_N "(cached) $ECHO_C" >&6
10648     else
10649     cat >conftest.$ac_ext <<_ACEOF
10650     /* confdefs.h. */
10651     _ACEOF
10652     cat confdefs.h >>conftest.$ac_ext
10653     cat >>conftest.$ac_ext <<_ACEOF
10654     /* end confdefs.h. */
10655     #include <sys/types.h>
10656     #include <utmp.h>
10657     #ifdef HAVE_LASTLOG_H
10658     #include <lastlog.h>
10659     #endif
10660    
10661     int
10662     main ()
10663     {
10664     struct lastlog ll;
10665     ;
10666     return 0;
10667     }
10668     _ACEOF
10669     rm -f conftest.$ac_objext
10670 ayin 1.108 if { (ac_try="$ac_compile"
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_compile") 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); } && {
10683     test -z "$ac_cxx_werror_flag" ||
10684     test ! -s conftest.err
10685     } && test -s conftest.$ac_objext; then
10686 root 1.88 struct_lastlog=yes
10687     else
10688     echo "$as_me: failed program was:" >&5
10689     sed 's/^/| /' conftest.$ac_ext >&5
10690    
10691 ayin 1.108 struct_lastlog=no
10692 root 1.88 fi
10693 ayin 1.108
10694     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10695 root 1.88 fi
10696 ayin 1.108 { echo "$as_me:$LINENO: result: $struct_lastlog" >&5
10697     echo "${ECHO_T}$struct_lastlog" >&6; }
10698 root 1.88 if test x$struct_lastlog = xyes; then
10699    
10700     cat >>confdefs.h <<\_ACEOF
10701     #define HAVE_STRUCT_LASTLOG 1
10702     _ACEOF
10703    
10704     fi
10705    
10706 ayin 1.108 { echo "$as_me:$LINENO: checking for struct lastlogx" >&5
10707     echo $ECHO_N "checking for struct lastlogx... $ECHO_C" >&6; }
10708 root 1.88 if test "${struct_lastlogx+set}" = set; then
10709     echo $ECHO_N "(cached) $ECHO_C" >&6
10710     else
10711     cat >conftest.$ac_ext <<_ACEOF
10712     /* confdefs.h. */
10713     _ACEOF
10714     cat confdefs.h >>conftest.$ac_ext
10715     cat >>conftest.$ac_ext <<_ACEOF
10716     /* end confdefs.h. */
10717     #include <sys/types.h>
10718     #include <utmpx.h>
10719     #ifdef HAVE_LASTLOG_H
10720     #include <lastlog.h>
10721     #endif
10722    
10723     int
10724     main ()
10725     {
10726     struct lastlogx ll;
10727     ;
10728     return 0;
10729     }
10730     _ACEOF
10731     rm -f conftest.$ac_objext
10732 ayin 1.108 if { (ac_try="$ac_compile"
10733     case "(($ac_try" in
10734     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10735     *) ac_try_echo=$ac_try;;
10736     esac
10737     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10738     (eval "$ac_compile") 2>conftest.er1
10739 root 1.88 ac_status=$?
10740     grep -v '^ *+' conftest.er1 >conftest.err
10741     rm -f conftest.er1
10742     cat conftest.err >&5
10743     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10744 ayin 1.108 (exit $ac_status); } && {
10745     test -z "$ac_cxx_werror_flag" ||
10746     test ! -s conftest.err
10747     } && test -s conftest.$ac_objext; then
10748 root 1.88 struct_lastlogx=yes
10749     else
10750     echo "$as_me: failed program was:" >&5
10751     sed 's/^/| /' conftest.$ac_ext >&5
10752    
10753 ayin 1.108 struct_lastlogx=no
10754 root 1.88 fi
10755 ayin 1.108
10756     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10757 root 1.88 fi
10758 ayin 1.108 { echo "$as_me:$LINENO: result: $struct_lastlogx" >&5
10759     echo "${ECHO_T}$struct_lastlogx" >&6; }
10760 root 1.88 if test x$struct_lastlogx = xyes; then
10761    
10762     cat >>confdefs.h <<\_ACEOF
10763     #define HAVE_STRUCT_LASTLOGX 1
10764     _ACEOF
10765    
10766     fi
10767    
10768    
10769 ayin 1.108 { echo "$as_me:$LINENO: checking where utmp is located" >&5
10770     echo $ECHO_N "checking where utmp is located... $ECHO_C" >&6; }
10771 root 1.88 if test "${path_utmp+set}" = set; then
10772     echo $ECHO_N "(cached) $ECHO_C" >&6
10773     else
10774     if test "$cross_compiling" = yes; then
10775     { echo "$as_me:$LINENO: WARNING: Define UTMP_FILE in config.h manually" >&5
10776     echo "$as_me: WARNING: Define UTMP_FILE in config.h manually" >&2;}
10777     else
10778     cat >conftest.$ac_ext <<_ACEOF
10779     /* confdefs.h. */
10780     _ACEOF
10781     cat confdefs.h >>conftest.$ac_ext
10782     cat >>conftest.$ac_ext <<_ACEOF
10783     /* end confdefs.h. */
10784     #include <stdio.h>
10785 ayin 1.102 #include <stdlib.h>
10786 root 1.88 #include <sys/types.h>
10787     #include <utmp.h>
10788     #include <errno.h>
10789     main()
10790     {
10791     char **u, *utmplist[] = {
10792     "/var/run/utmp", "/var/adm/utmp", "/etc/utmp", "/usr/etc/utmp", "/usr/adm/utmp", NULL };
10793     FILE *a, *f=fopen("conftestval", "w");
10794     if (!f) exit(1);
10795     #ifdef UTMP_FILE
10796     fprintf(f, "%s\n", UTMP_FILE);
10797     exit(0);
10798     #endif
10799     #ifdef _PATH_UTMP
10800     fprintf(f, "%s\n", _PATH_UTMP);
10801     exit(0);
10802     #endif
10803     for (u = utmplist; *u; u++) {
10804     if ((a = fopen(*u, "r")) != NULL || errno == EACCES) {
10805     fprintf(f, "%s\n", *u);
10806     exit(0);
10807     }
10808     }
10809     exit(0);
10810     }
10811     _ACEOF
10812     rm -f conftest$ac_exeext
10813 ayin 1.108 if { (ac_try="$ac_link"
10814     case "(($ac_try" in
10815     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10816     *) ac_try_echo=$ac_try;;
10817     esac
10818     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10819     (eval "$ac_link") 2>&5
10820 root 1.88 ac_status=$?
10821     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10822     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
10823 ayin 1.108 { (case "(($ac_try" in
10824     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10825     *) ac_try_echo=$ac_try;;
10826     esac
10827     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10828     (eval "$ac_try") 2>&5
10829 root 1.88 ac_status=$?
10830     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10831     (exit $ac_status); }; }; then
10832     path_utmp=`cat conftestval`
10833     else
10834     echo "$as_me: program exited with status $ac_status" >&5
10835     echo "$as_me: failed program was:" >&5
10836     sed 's/^/| /' conftest.$ac_ext >&5
10837    
10838     ( exit $ac_status )
10839     path_utmp=
10840     fi
10841 ayin 1.108 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
10842 root 1.88 fi
10843 ayin 1.108
10844    
10845 root 1.88 fi
10846 ayin 1.108 { echo "$as_me:$LINENO: result: $path_utmp" >&5
10847     echo "${ECHO_T}$path_utmp" >&6; }
10848 root 1.88 if test x$path_utmp != x; then
10849    
10850     cat >>confdefs.h <<_ACEOF
10851     #define UTMP_FILE "$path_utmp"
10852     _ACEOF
10853    
10854     fi
10855    
10856    
10857 ayin 1.108 { echo "$as_me:$LINENO: checking where utmpx is located" >&5
10858     echo $ECHO_N "checking where utmpx is located... $ECHO_C" >&6; }
10859 root 1.88 if test "${path_utmpx+set}" = set; then
10860     echo $ECHO_N "(cached) $ECHO_C" >&6
10861     else
10862     if test "$cross_compiling" = yes; then
10863     { echo "$as_me:$LINENO: WARNING: Define UTMPX_FILE in config.h manually" >&5
10864     echo "$as_me: WARNING: Define UTMPX_FILE in config.h manually" >&2;}
10865     else
10866     cat >conftest.$ac_ext <<_ACEOF
10867     /* confdefs.h. */
10868     _ACEOF
10869     cat confdefs.h >>conftest.$ac_ext
10870     cat >>conftest.$ac_ext <<_ACEOF
10871     /* end confdefs.h. */
10872     #include <stdio.h>
10873 ayin 1.102 #include <stdlib.h>
10874 root 1.88 #include <sys/types.h>
10875     #include <utmpx.h>
10876     #include <errno.h>
10877     #include <sys/stat.h>
10878     #ifdef HAVE_STRING_H
10879     #include <string.h>
10880     #endif
10881     main()
10882     {
10883     char **u, *p, *utmplist[] = {
10884     #ifdef UTMPX_FILE
10885     UTMPX_FILE,
10886     #endif
10887     #ifdef _PATH_UTMPX
10888     _PATH_UTMPX,
10889     #endif
10890     "/var/adm/utmpx", "/etc/utmpx", NULL };
10891     FILE *a, *f=fopen("conftestval", "w");
10892     struct stat statu, statux;
10893     if (!f) exit(1);
10894     for (u = utmplist; *u; u++) {
10895     if ((a = fopen(*u, "r")) != NULL || errno == EACCES) {
10896     if (stat(*u, &statux) < 0)
10897     continue;
10898     p = strdup(*u);
10899     p[strlen(p) - 1] = '\0';
10900     if (stat(p, &statu) >= 0
10901     && (statu.st_mtime - statux.st_mtime > 86400))
10902     continue;
10903     fprintf(f, "%s\n", *u);
10904     exit(0);
10905     }
10906     }
10907     exit(0);
10908     }
10909     _ACEOF
10910     rm -f conftest$ac_exeext
10911 ayin 1.108 if { (ac_try="$ac_link"
10912     case "(($ac_try" in
10913     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10914     *) ac_try_echo=$ac_try;;
10915     esac
10916     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10917     (eval "$ac_link") 2>&5
10918 root 1.88 ac_status=$?
10919     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10920     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
10921 ayin 1.108 { (case "(($ac_try" in
10922     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10923     *) ac_try_echo=$ac_try;;
10924     esac
10925     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10926     (eval "$ac_try") 2>&5
10927 root 1.88 ac_status=$?
10928     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10929     (exit $ac_status); }; }; then
10930     path_utmpx=`cat conftestval`
10931     else
10932     echo "$as_me: program exited with status $ac_status" >&5
10933     echo "$as_me: failed program was:" >&5
10934     sed 's/^/| /' conftest.$ac_ext >&5
10935    
10936     ( exit $ac_status )
10937     path_utmpx=
10938     fi
10939 ayin 1.108 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
10940 root 1.88 fi
10941 ayin 1.108
10942    
10943 root 1.88 fi
10944 ayin 1.108 { echo "$as_me:$LINENO: result: $path_utmpx" >&5
10945     echo "${ECHO_T}$path_utmpx" >&6; }
10946 root 1.88 if test x$path_utmpx != x; then
10947    
10948     cat >>confdefs.h <<_ACEOF
10949     #define UTMPX_FILE "$path_utmpx"
10950     _ACEOF
10951    
10952     fi
10953    
10954    
10955 ayin 1.108 { echo "$as_me:$LINENO: checking where wtmp is located" >&5
10956     echo $ECHO_N "checking where wtmp is located... $ECHO_C" >&6; }
10957 root 1.88 if test "${path_wtmp+set}" = set; then
10958     echo $ECHO_N "(cached) $ECHO_C" >&6
10959     else
10960     if test "$cross_compiling" = yes; then
10961     { echo "$as_me:$LINENO: WARNING: Define WTMP_FILE in config.h manually" >&5
10962     echo "$as_me: WARNING: Define WTMP_FILE in config.h manually" >&2;}
10963     else
10964     cat >conftest.$ac_ext <<_ACEOF
10965     /* confdefs.h. */
10966     _ACEOF
10967     cat confdefs.h >>conftest.$ac_ext
10968     cat >>conftest.$ac_ext <<_ACEOF
10969     /* end confdefs.h. */
10970     #include <stdio.h>
10971 ayin 1.102 #include <stdlib.h>
10972 root 1.88 #include <sys/types.h>
10973     #ifdef HAVE_UTMP_H
10974     #include <utmp.h>
10975     #endif
10976     #include <errno.h>
10977     main()
10978     {
10979     char **w, *wtmplist[] = {
10980     "/var/log/wtmp", "/var/adm/wtmp", "/etc/wtmp", "/usr/etc/wtmp", "/usr/adm/wtmp", NULL };
10981     FILE *a, *f=fopen("conftestval", "w");
10982     if (!f) exit(1);
10983     #ifdef WTMP_FILE
10984     fprintf(f, "%s\n", WTMP_FILE);
10985     exit(0);
10986     #endif
10987     #ifdef _PATH_WTMP
10988     fprintf(f, "%s\n", _PATH_WTMP);
10989     exit(0);
10990     #endif
10991     for (w = wtmplist; *w; w++) {
10992     if ((a = fopen(*w, "r")) != NULL || errno == EACCES) {
10993     fprintf(f, "%s\n", *w);
10994     exit(0);
10995     }
10996     }
10997     exit(0);
10998     }
10999     _ACEOF
11000     rm -f conftest$ac_exeext
11001 ayin 1.108 if { (ac_try="$ac_link"
11002     case "(($ac_try" in
11003     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11004     *) ac_try_echo=$ac_try;;
11005     esac
11006     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11007     (eval "$ac_link") 2>&5
11008 root 1.88 ac_status=$?
11009     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11010     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11011 ayin 1.108 { (case "(($ac_try" in
11012     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11013     *) ac_try_echo=$ac_try;;
11014     esac
11015     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11016     (eval "$ac_try") 2>&5
11017 root 1.88 ac_status=$?
11018     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11019     (exit $ac_status); }; }; then
11020     path_wtmp=`cat conftestval`
11021     else
11022     echo "$as_me: program exited with status $ac_status" >&5
11023     echo "$as_me: failed program was:" >&5
11024     sed 's/^/| /' conftest.$ac_ext >&5
11025    
11026     ( exit $ac_status )
11027     path_wtmp=
11028     fi
11029 ayin 1.108 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11030 root 1.88 fi
11031 ayin 1.108
11032    
11033 root 1.88 fi
11034 ayin 1.108 { echo "$as_me:$LINENO: result: $path_wtmp" >&5
11035     echo "${ECHO_T}$path_wtmp" >&6; }
11036 root 1.88 if test x$path_wtmp != x; then
11037    
11038     cat >>confdefs.h <<_ACEOF
11039     #define WTMP_FILE "$path_wtmp"
11040     _ACEOF
11041    
11042     fi
11043    
11044 ayin 1.108 { echo "$as_me:$LINENO: checking where wtmpx is located" >&5
11045     echo $ECHO_N "checking where wtmpx is located... $ECHO_C" >&6; }
11046 root 1.88 if test "${path_wtmpx+set}" = set; then
11047     echo $ECHO_N "(cached) $ECHO_C" >&6
11048     else
11049     if test "$cross_compiling" = yes; then
11050     { echo "$as_me:$LINENO: WARNING: Define WTMPX_FILE in config.h manually" >&5
11051     echo "$as_me: WARNING: Define WTMPX_FILE in config.h manually" >&2;}
11052     else
11053     cat >conftest.$ac_ext <<_ACEOF
11054     /* confdefs.h. */
11055     _ACEOF
11056     cat confdefs.h >>conftest.$ac_ext
11057     cat >>conftest.$ac_ext <<_ACEOF
11058     /* end confdefs.h. */
11059     #include <stdio.h>
11060 ayin 1.102 #include <stdlib.h>
11061 root 1.88 #ifdef HAVE_UTMPX_H
11062     #include <utmpx.h>
11063     #endif
11064     #include <errno.h>
11065     main()
11066     {
11067     char **w, *wtmplist[] = {
11068     "/var/log/wtmpx", "/var/adm/wtmpx", NULL };
11069     FILE *a, *f=fopen("conftestval", "w");
11070     if (!f) exit(1);
11071     #ifdef WTMPX_FILE
11072     fprintf(f, "%s\n", WTMPX_FILE);
11073     exit(0);
11074     #endif
11075     #ifdef _PATH_WTMPX
11076     fprintf(f, "%s\n", _PATH_WTMPX);
11077     exit(0);
11078     #endif
11079     for (w = wtmplist; *w; w++) {
11080     if ((a = fopen(*w, "r")) != NULL || errno == EACCES) {
11081     fprintf(f, "%s\n", *w);
11082     exit(0);
11083     }
11084     }
11085     exit(0);
11086     }
11087     _ACEOF
11088     rm -f conftest$ac_exeext
11089 ayin 1.108 if { (ac_try="$ac_link"
11090     case "(($ac_try" in
11091     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11092     *) ac_try_echo=$ac_try;;
11093     esac
11094     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11095     (eval "$ac_link") 2>&5
11096 root 1.88 ac_status=$?
11097     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11098     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11099 ayin 1.108 { (case "(($ac_try" in
11100     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11101     *) ac_try_echo=$ac_try;;
11102     esac
11103     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11104     (eval "$ac_try") 2>&5
11105 root 1.88 ac_status=$?
11106     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11107     (exit $ac_status); }; }; then
11108     path_wtmpx=`cat conftestval`
11109     else
11110     echo "$as_me: program exited with status $ac_status" >&5
11111     echo "$as_me: failed program was:" >&5
11112     sed 's/^/| /' conftest.$ac_ext >&5
11113    
11114     ( exit $ac_status )
11115     path_wtmpx=
11116     fi
11117 ayin 1.108 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11118 root 1.88 fi
11119 ayin 1.108
11120    
11121 root 1.88 fi
11122 ayin 1.108 { echo "$as_me:$LINENO: result: $path_wtmpx" >&5
11123     echo "${ECHO_T}$path_wtmpx" >&6; }
11124 root 1.88 if test x$path_wtmpx != x; then
11125    
11126     cat >>confdefs.h <<_ACEOF
11127     #define WTMPX_FILE "$path_wtmpx"
11128     _ACEOF
11129    
11130     fi
11131    
11132 ayin 1.108 { echo "$as_me:$LINENO: checking where lastlog is located" >&5
11133     echo $ECHO_N "checking where lastlog is located... $ECHO_C" >&6; }
11134 root 1.88 if test "${path_lastlog+set}" = set; then
11135     echo $ECHO_N "(cached) $ECHO_C" >&6
11136     else
11137     if test "$cross_compiling" = yes; then
11138     { echo "$as_me:$LINENO: WARNING: Define LASTLOG_FILE in config.h manually" >&5
11139     echo "$as_me: WARNING: Define LASTLOG_FILE in config.h manually" >&2;}
11140     else
11141     cat >conftest.$ac_ext <<_ACEOF
11142     /* confdefs.h. */
11143     _ACEOF
11144     cat confdefs.h >>conftest.$ac_ext
11145     cat >>conftest.$ac_ext <<_ACEOF
11146     /* end confdefs.h. */
11147     #include <stdio.h>
11148 ayin 1.102 #include <stdlib.h>
11149 root 1.88 #include <sys/types.h>
11150     #ifdef HAVE_UTMPX_H
11151     #include <utmpx.h>
11152     #elif defined(HAVE_UTMP_H)
11153     #include <utmp.h>
11154     #endif
11155     #ifdef HAVE_LASTLOG_H
11156     #include <lastlog.h>
11157     #endif
11158     #include <errno.h>
11159     main()
11160     {
11161     char **w, *lastloglist[] = { "/var/log/lastlog", NULL };
11162     FILE *a, *f=fopen("conftestval", "w");
11163     if (!f) exit(1);
11164     #ifdef LASTLOG_FILE
11165     fprintf(f, "%s\n", LASTLOG_FILE);
11166     exit(0);
11167     #endif
11168     #ifdef _PATH_LASTLOG
11169     fprintf(f, "%s\n", _PATH_LASTLOG);
11170     exit(0);
11171     #endif
11172     for (w = lastloglist; *w; w++) {
11173     if ((a = fopen(*w, "r")) != NULL || errno == EACCES) {
11174     fprintf(f, "%s\n", *w);
11175     exit(0);
11176     }
11177     }
11178     exit(0);
11179     }
11180     _ACEOF
11181     rm -f conftest$ac_exeext
11182 ayin 1.108 if { (ac_try="$ac_link"
11183     case "(($ac_try" in
11184     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11185     *) ac_try_echo=$ac_try;;
11186     esac
11187     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11188     (eval "$ac_link") 2>&5
11189 root 1.88 ac_status=$?
11190     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11191     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11192 ayin 1.108 { (case "(($ac_try" in
11193     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11194     *) ac_try_echo=$ac_try;;
11195     esac
11196     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11197     (eval "$ac_try") 2>&5
11198 root 1.88 ac_status=$?
11199     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11200     (exit $ac_status); }; }; then
11201     path_lastlog=`cat conftestval`
11202     else
11203     echo "$as_me: program exited with status $ac_status" >&5
11204     echo "$as_me: failed program was:" >&5
11205     sed 's/^/| /' conftest.$ac_ext >&5
11206    
11207     ( exit $ac_status )
11208     path_lastlog=
11209     fi
11210 ayin 1.108 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11211 root 1.88 fi
11212 ayin 1.108
11213    
11214 root 1.88 fi
11215 ayin 1.108 { echo "$as_me:$LINENO: result: $path_lastlog" >&5
11216     echo "${ECHO_T}$path_lastlog" >&6; }
11217 root 1.88 if test x$path_lastlog != x; then
11218    
11219     cat >>confdefs.h <<_ACEOF
11220     #define LASTLOG_FILE "$path_lastlog"
11221     _ACEOF
11222    
11223     fi
11224    
11225 ayin 1.108 { echo "$as_me:$LINENO: checking where lastlogx is located" >&5
11226     echo $ECHO_N "checking where lastlogx is located... $ECHO_C" >&6; }
11227 root 1.88 if test "${path_lastlogx+set}" = set; then
11228     echo $ECHO_N "(cached) $ECHO_C" >&6
11229     else
11230     if test "$cross_compiling" = yes; then
11231     { echo "$as_me:$LINENO: WARNING: Define LASTLOGX_FILE in config.h manually" >&5
11232     echo "$as_me: WARNING: Define LASTLOGX_FILE in config.h manually" >&2;}
11233     else
11234     cat >conftest.$ac_ext <<_ACEOF
11235     /* confdefs.h. */
11236     _ACEOF
11237     cat confdefs.h >>conftest.$ac_ext
11238     cat >>conftest.$ac_ext <<_ACEOF
11239     /* end confdefs.h. */
11240     #include <stdio.h>
11241 ayin 1.102 #include <stdlib.h>
11242 root 1.88 #ifdef HAVE_UTMPX_H
11243     #include <utmpx.h>
11244     #endif
11245     #include <errno.h>
11246     main()
11247     {
11248     char **w, *wtmplist[] = { "/var/log/lastlogx", "/var/adm/lastlogx", NULL };
11249     FILE *a, *f=fopen("conftestval", "w");
11250     if (!f) exit(1);
11251     #ifdef LASTLOGX_FILE
11252     fprintf(f, "%s\n", LASTLOGX_FILE);
11253     exit(0);
11254     #endif
11255     #ifdef _PATH_LASTLOGX
11256     fprintf(f, "%s\n", _PATH_LASTLOGX);
11257     exit(0);
11258     #endif
11259     for (w = wtmplist; *w; w++) {
11260     if ((a = fopen(*w, "r")) != NULL || errno == EACCES) {
11261     fprintf(f, "%s\n", *w);
11262     exit(0);
11263     }
11264     }
11265     exit(0);
11266     }
11267     _ACEOF
11268     rm -f conftest$ac_exeext
11269 ayin 1.108 if { (ac_try="$ac_link"
11270     case "(($ac_try" in
11271     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11272     *) ac_try_echo=$ac_try;;
11273     esac
11274     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11275     (eval "$ac_link") 2>&5
11276 root 1.88 ac_status=$?
11277     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11278     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11279 ayin 1.108 { (case "(($ac_try" in
11280     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11281     *) ac_try_echo=$ac_try;;
11282     esac
11283     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11284     (eval "$ac_try") 2>&5
11285 root 1.88 ac_status=$?
11286     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11287     (exit $ac_status); }; }; then
11288     path_lastlogx=`cat conftestval`
11289     else
11290     echo "$as_me: program exited with status $ac_status" >&5
11291     echo "$as_me: failed program was:" >&5
11292     sed 's/^/| /' conftest.$ac_ext >&5
11293    
11294     ( exit $ac_status )
11295     path_lastlogx=
11296     fi
11297 ayin 1.108 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11298 root 1.88 fi
11299 ayin 1.108
11300    
11301 root 1.88 fi
11302 ayin 1.108 { echo "$as_me:$LINENO: result: $path_lastlogx" >&5
11303     echo "${ECHO_T}$path_lastlogx" >&6; }
11304 root 1.88 if test x$path_lastlogx != x; then
11305    
11306     cat >>confdefs.h <<_ACEOF
11307     #define LASTLOGX_FILE "$path_lastlogx"
11308     _ACEOF
11309    
11310     fi
11311    
11312    
11313    
11314    
11315 ayin 1.114 save_LIBS=$LIBS
11316     save_CFLAGS=$CFLAGS
11317 root 1.88 CFLAGS="$CFLAGS $X_CFLAGS"
11318     LIBS="$LIBS $X_LIBS $X_EXTRA_LIBS -lX11"
11319 ayin 1.111 if test x$support_xim = xyes; then
11320     { echo "$as_me:$LINENO: checking for working Xlocale" >&5
11321 ayin 1.108 echo $ECHO_N "checking for working Xlocale... $ECHO_C" >&6; }
11322 root 1.88 if test "${rxvt_cv_func_xlocale+set}" = set; then
11323     echo $ECHO_N "(cached) $ECHO_C" >&6
11324     else
11325     if test "$cross_compiling" = yes; then
11326 ayin 1.111 :
11327 root 1.88 else
11328     cat >conftest.$ac_ext <<_ACEOF
11329     /* confdefs.h. */
11330     _ACEOF
11331     cat confdefs.h >>conftest.$ac_ext
11332     cat >>conftest.$ac_ext <<_ACEOF
11333     /* end confdefs.h. */
11334     #include <X11/Xlib.h>
11335 ayin 1.111 #include <stdlib.h>
11336     main() {
11337     char *p;
11338     if ((p = XSetLocaleModifiers("@im=none")) != NULL && *p)
11339     exit (XSupportsLocale() ? 0 : 1);
11340     else
11341     exit (1);}
11342 root 1.88 _ACEOF
11343     rm -f conftest$ac_exeext
11344 ayin 1.108 if { (ac_try="$ac_link"
11345     case "(($ac_try" in
11346     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11347     *) ac_try_echo=$ac_try;;
11348     esac
11349     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11350     (eval "$ac_link") 2>&5
11351 root 1.88 ac_status=$?
11352     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11353     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11354 ayin 1.108 { (case "(($ac_try" in
11355     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11356     *) ac_try_echo=$ac_try;;
11357     esac
11358     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11359     (eval "$ac_try") 2>&5
11360 root 1.88 ac_status=$?
11361     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11362     (exit $ac_status); }; }; then
11363 ayin 1.111 rxvt_cv_func_xlocale=yes
11364 root 1.88 else
11365     echo "$as_me: program exited with status $ac_status" >&5
11366     echo "$as_me: failed program was:" >&5
11367     sed 's/^/| /' conftest.$ac_ext >&5
11368    
11369     ( exit $ac_status )
11370     rxvt_cv_func_xlocale=no
11371     fi
11372 ayin 1.108 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11373 root 1.88 fi
11374 ayin 1.108
11375    
11376 root 1.88 fi
11377 ayin 1.108 { echo "$as_me:$LINENO: result: $rxvt_cv_func_xlocale" >&5
11378     echo "${ECHO_T}$rxvt_cv_func_xlocale" >&6; }
11379 root 1.105 if test x$rxvt_cv_func_xlocale = xyes; then
11380 root 1.88
11381     cat >>confdefs.h <<\_ACEOF
11382 root 1.105 #define USE_XIM 1
11383 root 1.88 _ACEOF
11384    
11385 ayin 1.111 { echo "$as_me:$LINENO: checking for broken XIM callback" >&5
11386     echo $ECHO_N "checking for broken XIM callback... $ECHO_C" >&6; }
11387     if test "${rxvt_broken_ximcb+set}" = set; then
11388     echo $ECHO_N "(cached) $ECHO_C" >&6
11389     else
11390     cat >conftest.$ac_ext <<_ACEOF
11391    
11392     #include <X11/Xlib.h>
11393    
11394     void im_destroy_cb (XIC unused1, XPointer client_data, XPointer unused3);
11395    
11396     void f() {
11397     XIMCallback cb;
11398     cb.callback = im_destroy_cb;
11399     }
11400    
11401     _ACEOF
11402     rm -f conftest.$ac_objext
11403     if { (ac_try="$ac_compile"
11404     case "(($ac_try" in
11405     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11406     *) ac_try_echo=$ac_try;;
11407     esac
11408     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11409     (eval "$ac_compile") 2>conftest.er1
11410     ac_status=$?
11411     grep -v '^ *+' conftest.er1 >conftest.err
11412     rm -f conftest.er1
11413     cat conftest.err >&5
11414     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11415     (exit $ac_status); } && {
11416     test -z "$ac_cxx_werror_flag" ||
11417     test ! -s conftest.err
11418     } && test -s conftest.$ac_objext; then
11419     rxvt_broken_ximcb=yes
11420     else
11421     echo "$as_me: failed program was:" >&5
11422     sed 's/^/| /' conftest.$ac_ext >&5
11423    
11424     rxvt_broken_ximcb=no
11425     fi
11426    
11427     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11428     fi
11429     { echo "$as_me:$LINENO: result: $rxvt_broken_ximcb" >&5
11430     echo "${ECHO_T}$rxvt_broken_ximcb" >&6; }
11431    
11432     if test x$rxvt_broken_ximcb = xyes; then
11433    
11434     cat >>confdefs.h <<\_ACEOF
11435     #define XIMCB_PROTO_BROKEN 1
11436     _ACEOF
11437    
11438     fi
11439 root 1.105 fi
11440 root 1.88 fi
11441    
11442 ayin 1.108 { echo "$as_me:$LINENO: checking for working X setlocale" >&5
11443     echo $ECHO_N "checking for working X setlocale... $ECHO_C" >&6; }
11444 root 1.88 if test "${rxvt_cv_func_xsetlocale+set}" = set; then
11445     echo $ECHO_N "(cached) $ECHO_C" >&6
11446     else
11447     cat >conftest.$ac_ext <<_ACEOF
11448     /* confdefs.h. */
11449     _ACEOF
11450     cat confdefs.h >>conftest.$ac_ext
11451     cat >>conftest.$ac_ext <<_ACEOF
11452     /* end confdefs.h. */
11453     #define X_LOCALE 1
11454     #include <X11/Xlocale.h>
11455     int
11456     main ()
11457     {
11458     setlocale(LC_CTYPE, "");
11459     ;
11460     return 0;
11461     }
11462     _ACEOF
11463     rm -f conftest.$ac_objext conftest$ac_exeext
11464 ayin 1.108 if { (ac_try="$ac_link"
11465     case "(($ac_try" in
11466     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11467     *) ac_try_echo=$ac_try;;
11468     esac
11469     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11470     (eval "$ac_link") 2>conftest.er1
11471 root 1.88 ac_status=$?
11472     grep -v '^ *+' conftest.er1 >conftest.err
11473     rm -f conftest.er1
11474     cat conftest.err >&5
11475     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11476 ayin 1.108 (exit $ac_status); } && {
11477     test -z "$ac_cxx_werror_flag" ||
11478     test ! -s conftest.err
11479     } && test -s conftest$ac_exeext &&
11480     $as_test_x conftest$ac_exeext; then
11481 root 1.88 rxvt_cv_func_xsetlocale=yes
11482     else
11483     echo "$as_me: failed program was:" >&5
11484     sed 's/^/| /' conftest.$ac_ext >&5
11485    
11486 ayin 1.108 rxvt_cv_func_xsetlocale=no
11487 root 1.88 fi
11488 ayin 1.108
11489     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11490 root 1.88 conftest$ac_exeext conftest.$ac_ext
11491     fi
11492 ayin 1.108 { echo "$as_me:$LINENO: result: $rxvt_cv_func_xsetlocale" >&5
11493     echo "${ECHO_T}$rxvt_cv_func_xsetlocale" >&6; }
11494 root 1.88 if test x$rxvt_cv_func_xsetlocale = xyes; then
11495    
11496     cat >>confdefs.h <<\_ACEOF
11497     #define HAVE_XSETLOCALE 1
11498     _ACEOF
11499    
11500     fi
11501 ayin 1.114 LIBS=$save_LIBS
11502     CFLAGS=$save_CFLAGS
11503 root 1.88
11504 ayin 1.108 { echo "$as_me:$LINENO: checking for working plain setlocale" >&5
11505     echo $ECHO_N "checking for working plain setlocale... $ECHO_C" >&6; }
11506 root 1.88 if test "${rxvt_cv_func_setlocale+set}" = set; then
11507     echo $ECHO_N "(cached) $ECHO_C" >&6
11508     else
11509     cat >conftest.$ac_ext <<_ACEOF
11510     /* confdefs.h. */
11511     _ACEOF
11512     cat confdefs.h >>conftest.$ac_ext
11513     cat >>conftest.$ac_ext <<_ACEOF
11514     /* end confdefs.h. */
11515     #include <clocale>
11516     int
11517     main ()
11518     {
11519     setlocale(LC_CTYPE, "");
11520     ;
11521     return 0;
11522     }
11523     _ACEOF
11524     rm -f conftest.$ac_objext conftest$ac_exeext
11525 ayin 1.108 if { (ac_try="$ac_link"
11526     case "(($ac_try" in
11527     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11528     *) ac_try_echo=$ac_try;;
11529     esac
11530     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11531     (eval "$ac_link") 2>conftest.er1
11532 root 1.88 ac_status=$?
11533     grep -v '^ *+' conftest.er1 >conftest.err
11534     rm -f conftest.er1
11535     cat conftest.err >&5
11536     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11537 ayin 1.108 (exit $ac_status); } && {
11538     test -z "$ac_cxx_werror_flag" ||
11539     test ! -s conftest.err
11540     } && test -s conftest$ac_exeext &&
11541     $as_test_x conftest$ac_exeext; then
11542 root 1.88 rxvt_cv_func_setlocale=yes
11543     else
11544     echo "$as_me: failed program was:" >&5
11545     sed 's/^/| /' conftest.$ac_ext >&5
11546    
11547 ayin 1.108 rxvt_cv_func_setlocale=no
11548 root 1.88 fi
11549 ayin 1.108
11550     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11551 root 1.88 conftest$ac_exeext conftest.$ac_ext
11552     fi
11553 ayin 1.108 { echo "$as_me:$LINENO: result: $rxvt_cv_func_setlocale" >&5
11554     echo "${ECHO_T}$rxvt_cv_func_setlocale" >&6; }
11555 root 1.88 if test x$rxvt_cv_func_setlocale = xyes; then
11556    
11557     cat >>confdefs.h <<\_ACEOF
11558     #define HAVE_SETLOCALE 1
11559     _ACEOF
11560    
11561     fi
11562    
11563 ayin 1.108 { echo "$as_me:$LINENO: checking for working nl_langinfo" >&5
11564     echo $ECHO_N "checking for working nl_langinfo... $ECHO_C" >&6; }
11565 root 1.88 if test "${rxvt_cv_func_nl_langinfo+set}" = set; then
11566     echo $ECHO_N "(cached) $ECHO_C" >&6
11567     else
11568     cat >conftest.$ac_ext <<_ACEOF
11569     /* confdefs.h. */
11570     _ACEOF
11571     cat confdefs.h >>conftest.$ac_ext
11572     cat >>conftest.$ac_ext <<_ACEOF
11573     /* end confdefs.h. */
11574     #include <langinfo.h>
11575     int
11576     main ()
11577     {
11578     nl_langinfo(CODESET);
11579     ;
11580     return 0;
11581     }
11582     _ACEOF
11583     rm -f conftest.$ac_objext conftest$ac_exeext
11584 ayin 1.108 if { (ac_try="$ac_link"
11585     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_link") 2>conftest.er1
11591 root 1.88 ac_status=$?
11592     grep -v '^ *+' conftest.er1 >conftest.err
11593     rm -f conftest.er1
11594     cat conftest.err >&5
11595     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11596 ayin 1.108 (exit $ac_status); } && {
11597     test -z "$ac_cxx_werror_flag" ||
11598     test ! -s conftest.err
11599     } && test -s conftest$ac_exeext &&
11600     $as_test_x conftest$ac_exeext; then
11601 root 1.88 rxvt_cv_func_nl_langinfo=yes
11602     else
11603     echo "$as_me: failed program was:" >&5
11604     sed 's/^/| /' conftest.$ac_ext >&5
11605    
11606 ayin 1.108 rxvt_cv_func_nl_langinfo=no
11607 root 1.88 fi
11608 ayin 1.108
11609     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11610 root 1.88 conftest$ac_exeext conftest.$ac_ext
11611     fi
11612 ayin 1.108 { echo "$as_me:$LINENO: result: $rxvt_cv_func_nl_langinfo" >&5
11613     echo "${ECHO_T}$rxvt_cv_func_nl_langinfo" >&6; }
11614 root 1.88 if test x$rxvt_cv_func_nl_langinfo = xyes; then
11615    
11616     cat >>confdefs.h <<\_ACEOF
11617     #define HAVE_NL_LANGINFO 1
11618     _ACEOF
11619    
11620     fi
11621    
11622    
11623 ayin 1.108 { echo "$as_me:$LINENO: checking for unix-compliant filehandle passing ability" >&5
11624     echo $ECHO_N "checking for unix-compliant filehandle passing ability... $ECHO_C" >&6; }
11625 root 1.88 if test "${can_pass_fds+set}" = set; then
11626     echo $ECHO_N "(cached) $ECHO_C" >&6
11627     else
11628     cat >conftest.$ac_ext <<_ACEOF
11629     /* confdefs.h. */
11630     _ACEOF
11631     cat confdefs.h >>conftest.$ac_ext
11632     cat >>conftest.$ac_ext <<_ACEOF
11633     /* end confdefs.h. */
11634    
11635 root 1.93 #include <cstddef> // broken bsds (is that redundant?) need this
11636 root 1.88 #include <sys/types.h>
11637     #include <sys/socket.h>
11638     #include <sys/uio.h>
11639    
11640     int
11641     main ()
11642     {
11643    
11644     {
11645     msghdr msg;
11646     iovec iov;
11647     char buf [100];
11648     char data = 0;
11649    
11650     iov.iov_base = &data;
11651     iov.iov_len = 1;
11652    
11653     msg.msg_iov = &iov;
11654     msg.msg_iovlen = 1;
11655     msg.msg_control = buf;
11656     msg.msg_controllen = sizeof buf;
11657    
11658     cmsghdr *cmsg = CMSG_FIRSTHDR (&msg);
11659     cmsg->cmsg_level = SOL_SOCKET;
11660     cmsg->cmsg_type = SCM_RIGHTS;
11661     cmsg->cmsg_len = 100;
11662    
11663     *(int *)CMSG_DATA (cmsg) = 5;
11664    
11665     return sendmsg (3, &msg, 0);
11666     }
11667    
11668     ;
11669     return 0;
11670     }
11671     _ACEOF
11672     rm -f conftest.$ac_objext conftest$ac_exeext
11673 ayin 1.108 if { (ac_try="$ac_link"
11674     case "(($ac_try" in
11675     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11676     *) ac_try_echo=$ac_try;;
11677     esac
11678     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11679     (eval "$ac_link") 2>conftest.er1
11680 root 1.88 ac_status=$?
11681     grep -v '^ *+' conftest.er1 >conftest.err
11682     rm -f conftest.er1
11683     cat conftest.err >&5
11684     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11685 ayin 1.108 (exit $ac_status); } && {
11686     test -z "$ac_cxx_werror_flag" ||
11687     test ! -s conftest.err
11688     } && test -s conftest$ac_exeext &&
11689     $as_test_x conftest$ac_exeext; then
11690 root 1.88 can_pass_fds=yes
11691     else
11692     echo "$as_me: failed program was:" >&5
11693     sed 's/^/| /' conftest.$ac_ext >&5
11694    
11695 ayin 1.108 can_pass_fds=no
11696 root 1.88 fi
11697 ayin 1.108
11698     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11699 root 1.88 conftest$ac_exeext conftest.$ac_ext
11700     fi
11701 ayin 1.108 { echo "$as_me:$LINENO: result: $can_pass_fds" >&5
11702     echo "${ECHO_T}$can_pass_fds" >&6; }
11703 root 1.88 if test x$can_pass_fds = xyes; then
11704    
11705     cat >>confdefs.h <<\_ACEOF
11706     #define HAVE_UNIX_FDPASS 1
11707     _ACEOF
11708    
11709     else
11710     { { echo "$as_me:$LINENO: error: libptytty requires unix-compliant filehandle passing ability" >&5
11711     echo "$as_me: error: libptytty requires unix-compliant filehandle passing ability" >&2;}
11712     { (exit 1); exit 1; }; }
11713     fi
11714    
11715    
11716    
11717    
11718    
11719    
11720    
11721    
11722     for ac_header in \
11723     pty.h \
11724     util.h \
11725     libutil.h \
11726     sys/ioctl.h \
11727     sys/stropts.h \
11728    
11729 root 1.83 do
11730 root 1.88 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11731 ayin 1.108 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11732     { echo "$as_me:$LINENO: checking for $ac_header" >&5
11733     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11734     if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11735 root 1.88 echo $ECHO_N "(cached) $ECHO_C" >&6
11736     fi
11737 ayin 1.108 ac_res=`eval echo '${'$as_ac_Header'}'`
11738     { echo "$as_me:$LINENO: result: $ac_res" >&5
11739     echo "${ECHO_T}$ac_res" >&6; }
11740 root 1.88 else
11741     # Is the header compilable?
11742 ayin 1.108 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11743     echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11744 root 1.88 cat >conftest.$ac_ext <<_ACEOF
11745     /* confdefs.h. */
11746     _ACEOF
11747     cat confdefs.h >>conftest.$ac_ext
11748     cat >>conftest.$ac_ext <<_ACEOF
11749     /* end confdefs.h. */
11750     $ac_includes_default
11751     #include <$ac_header>
11752     _ACEOF
11753     rm -f conftest.$ac_objext
11754 ayin 1.108 if { (ac_try="$ac_compile"
11755     case "(($ac_try" in
11756     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11757     *) ac_try_echo=$ac_try;;
11758     esac
11759     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11760     (eval "$ac_compile") 2>conftest.er1
11761 root 1.88 ac_status=$?
11762     grep -v '^ *+' conftest.er1 >conftest.err
11763     rm -f conftest.er1
11764     cat conftest.err >&5
11765     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11766 ayin 1.108 (exit $ac_status); } && {
11767     test -z "$ac_cxx_werror_flag" ||
11768     test ! -s conftest.err
11769     } && test -s conftest.$ac_objext; then
11770 root 1.88 ac_header_compiler=yes
11771     else
11772     echo "$as_me: failed program was:" >&5
11773     sed 's/^/| /' conftest.$ac_ext >&5
11774    
11775 ayin 1.108 ac_header_compiler=no
11776 root 1.88 fi
11777 ayin 1.108
11778     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11779     { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11780     echo "${ECHO_T}$ac_header_compiler" >&6; }
11781 root 1.88
11782     # Is the header present?
11783 ayin 1.108 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11784     echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11785 root 1.88 cat >conftest.$ac_ext <<_ACEOF
11786     /* confdefs.h. */
11787     _ACEOF
11788     cat confdefs.h >>conftest.$ac_ext
11789     cat >>conftest.$ac_ext <<_ACEOF
11790     /* end confdefs.h. */
11791     #include <$ac_header>
11792     _ACEOF
11793 ayin 1.108 if { (ac_try="$ac_cpp conftest.$ac_ext"
11794     case "(($ac_try" in
11795     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11796     *) ac_try_echo=$ac_try;;
11797     esac
11798     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11799     (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11800 root 1.88 ac_status=$?
11801     grep -v '^ *+' conftest.er1 >conftest.err
11802     rm -f conftest.er1
11803     cat conftest.err >&5
11804     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11805 ayin 1.108 (exit $ac_status); } >/dev/null && {
11806     test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
11807     test ! -s conftest.err
11808     }; then
11809 root 1.88 ac_header_preproc=yes
11810     else
11811     echo "$as_me: failed program was:" >&5
11812     sed 's/^/| /' conftest.$ac_ext >&5
11813    
11814     ac_header_preproc=no
11815     fi
11816 ayin 1.108
11817 root 1.88 rm -f conftest.err conftest.$ac_ext
11818 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11819     echo "${ECHO_T}$ac_header_preproc" >&6; }
11820 root 1.88
11821     # So? What about this header?
11822     case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
11823     yes:no: )
11824     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11825     echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11826     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11827     echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11828     ac_header_preproc=yes
11829     ;;
11830     no:yes:* )
11831     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11832     echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11833     { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11834     echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11835     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11836     echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11837     { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11838     echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11839     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11840     echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11841     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11842     echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11843 ayin 1.108
11844 root 1.88 ;;
11845     esac
11846 ayin 1.108 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11847     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11848     if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11849 root 1.88 echo $ECHO_N "(cached) $ECHO_C" >&6
11850     else
11851     eval "$as_ac_Header=\$ac_header_preproc"
11852     fi
11853 ayin 1.108 ac_res=`eval echo '${'$as_ac_Header'}'`
11854     { echo "$as_me:$LINENO: result: $ac_res" >&5
11855     echo "${ECHO_T}$ac_res" >&6; }
11856 root 1.88
11857     fi
11858     if test `eval echo '${'$as_ac_Header'}'` = yes; then
11859     cat >>confdefs.h <<_ACEOF
11860     #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11861     _ACEOF
11862 root 1.83
11863 pcg 1.11 fi
11864 root 1.83
11865 root 1.88 done
11866    
11867 root 1.83
11868    
11869    
11870    
11871    
11872    
11873 root 1.94
11874    
11875    
11876    
11877 root 1.88 for ac_func in \
11878     revoke \
11879     _getpty \
11880     getpt \
11881     posix_openpt \
11882     isastream \
11883 root 1.94 setuid \
11884     seteuid \
11885     setreuid \
11886     setresuid \
11887 root 1.83
11888 root 1.88 do
11889     as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
11890 ayin 1.108 { echo "$as_me:$LINENO: checking for $ac_func" >&5
11891     echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
11892     if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
11893 root 1.83 echo $ECHO_N "(cached) $ECHO_C" >&6
11894     else
11895     cat >conftest.$ac_ext <<_ACEOF
11896     /* confdefs.h. */
11897     _ACEOF
11898     cat confdefs.h >>conftest.$ac_ext
11899     cat >>conftest.$ac_ext <<_ACEOF
11900     /* end confdefs.h. */
11901 root 1.88 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
11902     For example, HP-UX 11i <limits.h> declares gettimeofday. */
11903     #define $ac_func innocuous_$ac_func
11904    
11905     /* System header to define __stub macros and hopefully few prototypes,
11906     which can conflict with char $ac_func (); below.
11907     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11908     <limits.h> exists even on freestanding compilers. */
11909    
11910     #ifdef __STDC__
11911     # include <limits.h>
11912     #else
11913     # include <assert.h>
11914     #endif
11915    
11916     #undef $ac_func
11917    
11918 ayin 1.108 /* Override any GCC internal prototype to avoid an error.
11919     Use char because int might match the return type of a GCC
11920     builtin and then its argument prototype would still apply. */
11921 root 1.88 #ifdef __cplusplus
11922     extern "C"
11923     #endif
11924     char $ac_func ();
11925     /* The GNU C library defines this for functions which it implements
11926     to always fail with ENOSYS. Some functions are actually named
11927     something starting with __ and the normal name is an alias. */
11928 ayin 1.108 #if defined __stub_$ac_func || defined __stub___$ac_func
11929 root 1.88 choke me
11930     #endif
11931    
11932 root 1.83 int
11933     main ()
11934     {
11935 ayin 1.108 return $ac_func ();
11936 root 1.56 ;
11937     return 0;
11938     }
11939     _ACEOF
11940     rm -f conftest.$ac_objext conftest$ac_exeext
11941 ayin 1.108 if { (ac_try="$ac_link"
11942     case "(($ac_try" in
11943     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11944     *) ac_try_echo=$ac_try;;
11945     esac
11946     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11947     (eval "$ac_link") 2>conftest.er1
11948 root 1.56 ac_status=$?
11949     grep -v '^ *+' conftest.er1 >conftest.err
11950     rm -f conftest.er1
11951     cat conftest.err >&5
11952     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11953 ayin 1.108 (exit $ac_status); } && {
11954     test -z "$ac_cxx_werror_flag" ||
11955     test ! -s conftest.err
11956     } && test -s conftest$ac_exeext &&
11957     $as_test_x conftest$ac_exeext; then
11958 root 1.88 eval "$as_ac_var=yes"
11959 root 1.56 else
11960     echo "$as_me: failed program was:" >&5
11961     sed 's/^/| /' conftest.$ac_ext >&5
11962    
11963 ayin 1.108 eval "$as_ac_var=no"
11964 root 1.56 fi
11965 ayin 1.108
11966     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11967 root 1.56 conftest$ac_exeext conftest.$ac_ext
11968     fi
11969 ayin 1.108 ac_res=`eval echo '${'$as_ac_var'}'`
11970     { echo "$as_me:$LINENO: result: $ac_res" >&5
11971     echo "${ECHO_T}$ac_res" >&6; }
11972 root 1.88 if test `eval echo '${'$as_ac_var'}'` = yes; then
11973     cat >>confdefs.h <<_ACEOF
11974     #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
11975     _ACEOF
11976    
11977     fi
11978     done
11979    
11980    
11981     have_clone=no
11982    
11983 ayin 1.108 { echo "$as_me:$LINENO: checking for /dev/ptym/clone" >&5
11984     echo $ECHO_N "checking for /dev/ptym/clone... $ECHO_C" >&6; }
11985 root 1.88 if test -e /dev/ptym/clone; then
11986 ayin 1.108 { echo "$as_me:$LINENO: result: yes" >&5
11987     echo "${ECHO_T}yes" >&6; }
11988 root 1.88
11989     cat >>confdefs.h <<\_ACEOF
11990     #define HAVE_DEV_CLONE 1
11991     _ACEOF
11992    
11993 root 1.83
11994     cat >>confdefs.h <<\_ACEOF
11995 root 1.88 #define CLONE_DEVICE "/dev/ptym/clone"
11996 root 1.56 _ACEOF
11997    
11998 root 1.88 have_clone=yes
11999     else
12000 ayin 1.108 { echo "$as_me:$LINENO: result: no" >&5
12001     echo "${ECHO_T}no" >&6; }
12002 root 1.56 fi
12003    
12004 ayin 1.108 { echo "$as_me:$LINENO: checking for /dev/ptc" >&5
12005     echo $ECHO_N "checking for /dev/ptc... $ECHO_C" >&6; }
12006 root 1.88 if test -e /dev/ptc; then
12007 ayin 1.108 { echo "$as_me:$LINENO: result: yes" >&5
12008     echo "${ECHO_T}yes" >&6; }
12009 root 1.88
12010     cat >>confdefs.h <<\_ACEOF
12011     #define HAVE_DEV_PTC 1
12012     _ACEOF
12013    
12014    
12015     cat >>confdefs.h <<\_ACEOF
12016     #define CLONE_DEVICE "/dev/ptc"
12017     _ACEOF
12018    
12019     have_clone=yes
12020 root 1.31 else
12021 ayin 1.108 { echo "$as_me:$LINENO: result: no" >&5
12022     echo "${ECHO_T}no" >&6; }
12023 root 1.88 fi
12024    
12025     case $host in
12026     *-*-cygwin*)
12027     have_clone=yes
12028    
12029     cat >>confdefs.h <<\_ACEOF
12030     #define CLONE_DEVICE "/dev/ptmx"
12031     _ACEOF
12032    
12033     ;;
12034     *)
12035 ayin 1.108 { echo "$as_me:$LINENO: checking for /dev/ptmx" >&5
12036     echo $ECHO_N "checking for /dev/ptmx... $ECHO_C" >&6; }
12037 root 1.88 if test -e /dev/ptmx; then
12038 ayin 1.108 { echo "$as_me:$LINENO: result: yes" >&5
12039     echo "${ECHO_T}yes" >&6; }
12040 root 1.88
12041     cat >>confdefs.h <<\_ACEOF
12042     #define HAVE_DEV_PTMX 1
12043     _ACEOF
12044    
12045    
12046     cat >>confdefs.h <<\_ACEOF
12047     #define CLONE_DEVICE "/dev/ptmx"
12048     _ACEOF
12049    
12050     have_clone=yes
12051     else
12052 ayin 1.108 { echo "$as_me:$LINENO: result: no" >&5
12053     echo "${ECHO_T}no" >&6; }
12054 root 1.88 fi
12055     ;;
12056     esac
12057    
12058     if test x$ac_cv_func_getpt = xyes -o x$ac_cv_func_posix_openpt = xyes -o x$have_clone = xyes; then
12059 ayin 1.108 { echo "$as_me:$LINENO: checking for UNIX98 ptys" >&5
12060     echo $ECHO_N "checking for UNIX98 ptys... $ECHO_C" >&6; }
12061 root 1.83 cat >conftest.$ac_ext <<_ACEOF
12062     /* confdefs.h. */
12063     _ACEOF
12064     cat confdefs.h >>conftest.$ac_ext
12065     cat >>conftest.$ac_ext <<_ACEOF
12066     /* end confdefs.h. */
12067 root 1.88 #include <stdlib.h>
12068 root 1.83 int
12069     main ()
12070     {
12071 root 1.88 grantpt(0);unlockpt(0);ptsname(0);
12072 root 1.83 ;
12073     return 0;
12074 root 1.31 }
12075     _ACEOF
12076 root 1.83 rm -f conftest.$ac_objext conftest$ac_exeext
12077 ayin 1.108 if { (ac_try="$ac_link"
12078     case "(($ac_try" in
12079     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12080     *) ac_try_echo=$ac_try;;
12081     esac
12082     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12083     (eval "$ac_link") 2>conftest.er1
12084 root 1.31 ac_status=$?
12085     grep -v '^ *+' conftest.er1 >conftest.err
12086     rm -f conftest.er1
12087     cat conftest.err >&5
12088     echo "$as_me:$LINENO: \$? = $ac_status" >&5
12089 ayin 1.108 (exit $ac_status); } && {
12090     test -z "$ac_cxx_werror_flag" ||
12091     test ! -s conftest.err
12092     } && test -s conftest$ac_exeext &&
12093     $as_test_x conftest$ac_exeext; then
12094 root 1.88 unix98_pty=yes
12095    
12096     cat >>confdefs.h <<\_ACEOF
12097     #define UNIX98_PTY 1
12098     _ACEOF
12099    
12100 ayin 1.108 { echo "$as_me:$LINENO: result: yes" >&5
12101     echo "${ECHO_T}yes" >&6; }
12102 root 1.31 else
12103     echo "$as_me: failed program was:" >&5
12104     sed 's/^/| /' conftest.$ac_ext >&5
12105    
12106 ayin 1.108 { echo "$as_me:$LINENO: result: no" >&5
12107     echo "${ECHO_T}no" >&6; }
12108 root 1.31 fi
12109 ayin 1.108
12110     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12111 root 1.83 conftest$ac_exeext conftest.$ac_ext
12112 root 1.31 fi
12113    
12114 root 1.88 if test -z "$unix98_pty"; then
12115 root 1.31
12116 root 1.88 for ac_func in openpty
12117     do
12118     as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12119 ayin 1.108 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12120     echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12121     if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12122 root 1.66 echo $ECHO_N "(cached) $ECHO_C" >&6
12123     else
12124     cat >conftest.$ac_ext <<_ACEOF
12125     /* confdefs.h. */
12126     _ACEOF
12127     cat confdefs.h >>conftest.$ac_ext
12128     cat >>conftest.$ac_ext <<_ACEOF
12129     /* end confdefs.h. */
12130 root 1.88 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12131     For example, HP-UX 11i <limits.h> declares gettimeofday. */
12132     #define $ac_func innocuous_$ac_func
12133    
12134     /* System header to define __stub macros and hopefully few prototypes,
12135     which can conflict with char $ac_func (); below.
12136     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12137     <limits.h> exists even on freestanding compilers. */
12138    
12139     #ifdef __STDC__
12140     # include <limits.h>
12141     #else
12142     # include <assert.h>
12143     #endif
12144    
12145     #undef $ac_func
12146    
12147 ayin 1.108 /* Override any GCC internal prototype to avoid an error.
12148     Use char because int might match the return type of a GCC
12149     builtin and then its argument prototype would still apply. */
12150 root 1.88 #ifdef __cplusplus
12151     extern "C"
12152     #endif
12153     char $ac_func ();
12154     /* The GNU C library defines this for functions which it implements
12155     to always fail with ENOSYS. Some functions are actually named
12156     something starting with __ and the normal name is an alias. */
12157 ayin 1.108 #if defined __stub_$ac_func || defined __stub___$ac_func
12158 root 1.88 choke me
12159     #endif
12160    
12161 root 1.66 int
12162     main ()
12163     {
12164 ayin 1.108 return $ac_func ();
12165 root 1.66 ;
12166     return 0;
12167     }
12168     _ACEOF
12169     rm -f conftest.$ac_objext conftest$ac_exeext
12170 ayin 1.108 if { (ac_try="$ac_link"
12171     case "(($ac_try" in
12172     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12173     *) ac_try_echo=$ac_try;;
12174     esac
12175     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12176     (eval "$ac_link") 2>conftest.er1
12177 root 1.66 ac_status=$?
12178     grep -v '^ *+' conftest.er1 >conftest.err
12179     rm -f conftest.er1
12180     cat conftest.err >&5
12181     echo "$as_me:$LINENO: \$? = $ac_status" >&5
12182 ayin 1.108 (exit $ac_status); } && {
12183     test -z "$ac_cxx_werror_flag" ||
12184     test ! -s conftest.err
12185     } && test -s conftest$ac_exeext &&
12186     $as_test_x conftest$ac_exeext; then
12187 root 1.88 eval "$as_ac_var=yes"
12188 root 1.66 else
12189     echo "$as_me: failed program was:" >&5
12190     sed 's/^/| /' conftest.$ac_ext >&5
12191    
12192 ayin 1.108 eval "$as_ac_var=no"
12193 root 1.66 fi
12194 ayin 1.108
12195     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12196 root 1.66 conftest$ac_exeext conftest.$ac_ext
12197     fi
12198 ayin 1.108 ac_res=`eval echo '${'$as_ac_var'}'`
12199     { echo "$as_me:$LINENO: result: $ac_res" >&5
12200     echo "${ECHO_T}$ac_res" >&6; }
12201 root 1.88 if test `eval echo '${'$as_ac_var'}'` = yes; then
12202     cat >>confdefs.h <<_ACEOF
12203     #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12204 root 1.83 _ACEOF
12205    
12206 root 1.88 else
12207 ayin 1.108 { echo "$as_me:$LINENO: checking for openpty in -lutil" >&5
12208     echo $ECHO_N "checking for openpty in -lutil... $ECHO_C" >&6; }
12209 root 1.88 if test "${ac_cv_lib_util_openpty+set}" = set; then
12210 root 1.66 echo $ECHO_N "(cached) $ECHO_C" >&6
12211     else
12212 root 1.88 ac_check_lib_save_LIBS=$LIBS
12213     LIBS="-lutil $LIBS"
12214     cat >conftest.$ac_ext <<_ACEOF
12215     /* confdefs.h. */
12216     _ACEOF
12217     cat confdefs.h >>conftest.$ac_ext
12218     cat >>conftest.$ac_ext <<_ACEOF
12219     /* end confdefs.h. */
12220 root 1.87
12221 ayin 1.108 /* Override any GCC internal prototype to avoid an error.
12222     Use char because int might match the return type of a GCC
12223     builtin and then its argument prototype would still apply. */
12224 root 1.88 #ifdef __cplusplus
12225     extern "C"
12226     #endif
12227     char openpty ();
12228     int
12229     main ()
12230     {
12231 ayin 1.108 return openpty ();
12232 root 1.88 ;
12233     return 0;
12234 root 1.66 }
12235     _ACEOF
12236 root 1.88 rm -f conftest.$ac_objext conftest$ac_exeext
12237 ayin 1.108 if { (ac_try="$ac_link"
12238     case "(($ac_try" in
12239     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12240     *) ac_try_echo=$ac_try;;
12241     esac
12242     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12243     (eval "$ac_link") 2>conftest.er1
12244 root 1.66 ac_status=$?
12245     grep -v '^ *+' conftest.er1 >conftest.err
12246     rm -f conftest.er1
12247     cat conftest.err >&5
12248     echo "$as_me:$LINENO: \$? = $ac_status" >&5
12249 ayin 1.108 (exit $ac_status); } && {
12250     test -z "$ac_cxx_werror_flag" ||
12251     test ! -s conftest.err
12252     } && test -s conftest$ac_exeext &&
12253     $as_test_x conftest$ac_exeext; then
12254 root 1.88 ac_cv_lib_util_openpty=yes
12255 root 1.66 else
12256     echo "$as_me: failed program was:" >&5
12257     sed 's/^/| /' conftest.$ac_ext >&5
12258    
12259 ayin 1.108 ac_cv_lib_util_openpty=no
12260 root 1.88 fi
12261 ayin 1.108
12262     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12263 root 1.88 conftest$ac_exeext conftest.$ac_ext
12264     LIBS=$ac_check_lib_save_LIBS
12265 root 1.66 fi
12266 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_lib_util_openpty" >&5
12267     echo "${ECHO_T}$ac_cv_lib_util_openpty" >&6; }
12268 root 1.88 if test $ac_cv_lib_util_openpty = yes; then
12269     cat >>confdefs.h <<\_ACEOF
12270     #define HAVE_OPENPTY 1
12271     _ACEOF
12272     LIBS="$LIBS -lutil"
12273 root 1.66 fi
12274 root 1.87
12275 root 1.88 fi
12276     done
12277 pcg 1.1
12278     fi
12279    
12280    
12281 root 1.90
12282 ayin 1.108 { echo "$as_me:$LINENO: checking for tty group" >&5
12283     echo $ECHO_N "checking for tty group... $ECHO_C" >&6; }
12284 root 1.90 if test "${tty_group+set}" = set; then
12285     echo $ECHO_N "(cached) $ECHO_C" >&6
12286     else
12287     if test "$cross_compiling" = yes; then
12288     tty_group=no
12289     else
12290     cat >conftest.$ac_ext <<_ACEOF
12291     /* confdefs.h. */
12292     _ACEOF
12293     cat confdefs.h >>conftest.$ac_ext
12294     cat >>conftest.$ac_ext <<_ACEOF
12295     /* end confdefs.h. */
12296    
12297     #include <sys/types.h>
12298     #include <sys/stat.h>
12299     #include <unistd.h>
12300     #include <grp.h>
12301    
12302     main()
12303     {
12304     struct stat st;
12305     struct group *gr;
12306     char *tty;
12307     gr = getgrnam("tty");
12308     tty = ttyname(0);
12309     if (gr != 0
12310     && tty != 0
12311     && (stat(tty, &st)) == 0
12312     && st.st_gid == gr->gr_gid)
12313     return 0;
12314     else
12315     return 1;
12316     }
12317     _ACEOF
12318     rm -f conftest$ac_exeext
12319 ayin 1.108 if { (ac_try="$ac_link"
12320     case "(($ac_try" in
12321     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12322     *) ac_try_echo=$ac_try;;
12323     esac
12324     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12325     (eval "$ac_link") 2>&5
12326 root 1.90 ac_status=$?
12327     echo "$as_me:$LINENO: \$? = $ac_status" >&5
12328     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
12329 ayin 1.108 { (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_try") 2>&5
12335 root 1.90 ac_status=$?
12336     echo "$as_me:$LINENO: \$? = $ac_status" >&5
12337     (exit $ac_status); }; }; then
12338     tty_group=yes
12339     else
12340     echo "$as_me: program exited with status $ac_status" >&5
12341     echo "$as_me: failed program was:" >&5
12342     sed 's/^/| /' conftest.$ac_ext >&5
12343    
12344     ( exit $ac_status )
12345     tty_group=no
12346     fi
12347 ayin 1.108 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
12348 root 1.90 fi
12349 ayin 1.108
12350    
12351 root 1.90 fi
12352 ayin 1.108 { echo "$as_me:$LINENO: result: $tty_group" >&5
12353     echo "${ECHO_T}$tty_group" >&6; }
12354 root 1.90 if test x$tty_group = xyes; then
12355    
12356     cat >>confdefs.h <<\_ACEOF
12357     #define TTY_GID_SUPPORT 1
12358     _ACEOF
12359    
12360     fi
12361    
12362 root 1.39 if test x$support_xft = xyes; then
12363 root 1.86 # Extract the first word of "pkg-config", so it can be a program name with args.
12364     set dummy pkg-config; ac_word=$2
12365 ayin 1.108 { echo "$as_me:$LINENO: checking for $ac_word" >&5
12366     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
12367 root 1.86 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
12368     echo $ECHO_N "(cached) $ECHO_C" >&6
12369     else
12370     case $PKG_CONFIG in
12371     [\\/]* | ?:[\\/]*)
12372     ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
12373     ;;
12374     *)
12375     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12376     for as_dir in $PATH
12377     do
12378     IFS=$as_save_IFS
12379     test -z "$as_dir" && as_dir=.
12380     for ac_exec_ext in '' $ac_executable_extensions; do
12381 ayin 1.108 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12382 root 1.86 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
12383     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12384     break 2
12385     fi
12386     done
12387     done
12388 ayin 1.108 IFS=$as_save_IFS
12389 root 1.86
12390     test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
12391     ;;
12392     esac
12393     fi
12394     PKG_CONFIG=$ac_cv_path_PKG_CONFIG
12395     if test -n "$PKG_CONFIG"; then
12396 ayin 1.108 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
12397     echo "${ECHO_T}$PKG_CONFIG" >&6; }
12398 root 1.86 else
12399 ayin 1.108 { echo "$as_me:$LINENO: result: no" >&5
12400     echo "${ECHO_T}no" >&6; }
12401 root 1.86 fi
12402    
12403 ayin 1.108
12404 root 1.90 if test $PKG_CONFIG != no && $PKG_CONFIG --exists xft; then
12405     LIBS="$LIBS `$PKG_CONFIG xft --libs`"
12406     CPPFLAGS="$CPPFLAGS `$PKG_CONFIG xft --cflags`"
12407     else
12408     # Extract the first word of "xft-config", so it can be a program name with args.
12409 root 1.86 set dummy xft-config; ac_word=$2
12410 ayin 1.108 { echo "$as_me:$LINENO: checking for $ac_word" >&5
12411     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
12412 root 1.86 if test "${ac_cv_path_XFT_CONFIG+set}" = set; then
12413     echo $ECHO_N "(cached) $ECHO_C" >&6
12414     else
12415     case $XFT_CONFIG in
12416     [\\/]* | ?:[\\/]*)
12417     ac_cv_path_XFT_CONFIG="$XFT_CONFIG" # Let the user override the test with a path.
12418     ;;
12419     *)
12420     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12421     for as_dir in $PATH
12422     do
12423     IFS=$as_save_IFS
12424     test -z "$as_dir" && as_dir=.
12425     for ac_exec_ext in '' $ac_executable_extensions; do
12426 ayin 1.108 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12427 root 1.86 ac_cv_path_XFT_CONFIG="$as_dir/$ac_word$ac_exec_ext"
12428     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12429     break 2
12430     fi
12431     done
12432     done
12433 ayin 1.108 IFS=$as_save_IFS
12434 root 1.86
12435     test -z "$ac_cv_path_XFT_CONFIG" && ac_cv_path_XFT_CONFIG="no"
12436     ;;
12437     esac
12438     fi
12439     XFT_CONFIG=$ac_cv_path_XFT_CONFIG
12440     if test -n "$XFT_CONFIG"; then
12441 ayin 1.108 { echo "$as_me:$LINENO: result: $XFT_CONFIG" >&5
12442     echo "${ECHO_T}$XFT_CONFIG" >&6; }
12443 root 1.86 else
12444 ayin 1.108 { echo "$as_me:$LINENO: result: no" >&5
12445     echo "${ECHO_T}no" >&6; }
12446 root 1.86 fi
12447    
12448 ayin 1.108
12449 root 1.86 if test $XFT_CONFIG != no; then
12450     LIBS="$LIBS `$XFT_CONFIG --libs`"
12451     CPPFLAGS="$CPPFLAGS `$XFT_CONFIG --cflags`"
12452     fi
12453     fi
12454 root 1.34
12455    
12456 root 1.39 for ac_header in X11/Xft/Xft.h
12457     do
12458     as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12459 ayin 1.108 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12460     { echo "$as_me:$LINENO: checking for $ac_header" >&5
12461     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12462     if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12463 root 1.39 echo $ECHO_N "(cached) $ECHO_C" >&6
12464 root 1.34 fi
12465 ayin 1.108 ac_res=`eval echo '${'$as_ac_Header'}'`
12466     { echo "$as_me:$LINENO: result: $ac_res" >&5
12467     echo "${ECHO_T}$ac_res" >&6; }
12468 root 1.39 else
12469     # Is the header compilable?
12470 ayin 1.108 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12471     echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12472 root 1.39 cat >conftest.$ac_ext <<_ACEOF
12473     /* confdefs.h. */
12474 root 1.26 _ACEOF
12475 root 1.39 cat confdefs.h >>conftest.$ac_ext
12476     cat >>conftest.$ac_ext <<_ACEOF
12477     /* end confdefs.h. */
12478     $ac_includes_default
12479     #include <$ac_header>
12480 root 1.31 _ACEOF
12481 root 1.39 rm -f conftest.$ac_objext
12482 ayin 1.108 if { (ac_try="$ac_compile"
12483     case "(($ac_try" in
12484     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12485     *) ac_try_echo=$ac_try;;
12486     esac
12487     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12488     (eval "$ac_compile") 2>conftest.er1
12489 root 1.39 ac_status=$?
12490     grep -v '^ *+' conftest.er1 >conftest.err
12491     rm -f conftest.er1
12492     cat conftest.err >&5
12493     echo "$as_me:$LINENO: \$? = $ac_status" >&5
12494 ayin 1.108 (exit $ac_status); } && {
12495     test -z "$ac_cxx_werror_flag" ||
12496     test ! -s conftest.err
12497     } && test -s conftest.$ac_objext; then
12498 root 1.39 ac_header_compiler=yes
12499     else
12500     echo "$as_me: failed program was:" >&5
12501     sed 's/^/| /' conftest.$ac_ext >&5
12502 root 1.31
12503 ayin 1.108 ac_header_compiler=no
12504 root 1.31 fi
12505 ayin 1.108
12506     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12507     { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12508     echo "${ECHO_T}$ac_header_compiler" >&6; }
12509 pcg 1.24
12510 root 1.39 # Is the header present?
12511 ayin 1.108 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12512     echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12513 root 1.39 cat >conftest.$ac_ext <<_ACEOF
12514     /* confdefs.h. */
12515 pcg 1.24 _ACEOF
12516 root 1.39 cat confdefs.h >>conftest.$ac_ext
12517     cat >>conftest.$ac_ext <<_ACEOF
12518     /* end confdefs.h. */
12519     #include <$ac_header>
12520 pcg 1.11 _ACEOF
12521 ayin 1.108 if { (ac_try="$ac_cpp conftest.$ac_ext"
12522     case "(($ac_try" in
12523     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12524     *) ac_try_echo=$ac_try;;
12525     esac
12526     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12527     (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12528 root 1.39 ac_status=$?
12529     grep -v '^ *+' conftest.er1 >conftest.err
12530     rm -f conftest.er1
12531     cat conftest.err >&5
12532     echo "$as_me:$LINENO: \$? = $ac_status" >&5
12533 ayin 1.108 (exit $ac_status); } >/dev/null && {
12534     test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
12535     test ! -s conftest.err
12536     }; then
12537 root 1.39 ac_header_preproc=yes
12538     else
12539     echo "$as_me: failed program was:" >&5
12540     sed 's/^/| /' conftest.$ac_ext >&5
12541 pcg 1.1
12542 root 1.39 ac_header_preproc=no
12543 pcg 1.1 fi
12544 ayin 1.108
12545 root 1.39 rm -f conftest.err conftest.$ac_ext
12546 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12547     echo "${ECHO_T}$ac_header_preproc" >&6; }
12548 pcg 1.1
12549 root 1.39 # So? What about this header?
12550     case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
12551     yes:no: )
12552     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12553     echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12554     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12555     echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12556     ac_header_preproc=yes
12557     ;;
12558     no:yes:* )
12559     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12560     echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12561     { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12562     echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12563     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12564     echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12565     { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12566     echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12567     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12568     echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12569     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12570     echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12571 ayin 1.108
12572 root 1.39 ;;
12573     esac
12574 ayin 1.108 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12575     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12576     if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12577 root 1.39 echo $ECHO_N "(cached) $ECHO_C" >&6
12578     else
12579     eval "$as_ac_Header=\$ac_header_preproc"
12580 pcg 1.1 fi
12581 ayin 1.108 ac_res=`eval echo '${'$as_ac_Header'}'`
12582     { echo "$as_me:$LINENO: result: $ac_res" >&5
12583     echo "${ECHO_T}$ac_res" >&6; }
12584 pcg 1.1
12585     fi
12586 root 1.39 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12587     cat >>confdefs.h <<_ACEOF
12588     #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12589 pcg 1.11 _ACEOF
12590 pcg 1.1
12591 root 1.39 else
12592     support_xft=no
12593 pcg 1.1 fi
12594 pcg 1.11
12595 root 1.39 done
12596 pcg 1.1
12597 pcg 1.11
12598 ayin 1.108 { echo "$as_me:$LINENO: checking for XftDrawString32 in -lXft" >&5
12599     echo $ECHO_N "checking for XftDrawString32 in -lXft... $ECHO_C" >&6; }
12600 root 1.39 if test "${ac_cv_lib_Xft_XftDrawString32+set}" = set; then
12601     echo $ECHO_N "(cached) $ECHO_C" >&6
12602     else
12603     ac_check_lib_save_LIBS=$LIBS
12604     LIBS="-lXft $LIBS"
12605     cat >conftest.$ac_ext <<_ACEOF
12606     /* confdefs.h. */
12607     _ACEOF
12608     cat confdefs.h >>conftest.$ac_ext
12609     cat >>conftest.$ac_ext <<_ACEOF
12610     /* end confdefs.h. */
12611    
12612 ayin 1.108 /* Override any GCC internal prototype to avoid an error.
12613     Use char because int might match the return type of a GCC
12614     builtin and then its argument prototype would still apply. */
12615 root 1.39 #ifdef __cplusplus
12616     extern "C"
12617     #endif
12618     char XftDrawString32 ();
12619     int
12620     main ()
12621     {
12622 ayin 1.108 return XftDrawString32 ();
12623 root 1.39 ;
12624     return 0;
12625     }
12626     _ACEOF
12627     rm -f conftest.$ac_objext conftest$ac_exeext
12628 ayin 1.108 if { (ac_try="$ac_link"
12629     case "(($ac_try" in
12630     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12631     *) ac_try_echo=$ac_try;;
12632     esac
12633     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12634     (eval "$ac_link") 2>conftest.er1
12635 root 1.39 ac_status=$?
12636     grep -v '^ *+' conftest.er1 >conftest.err
12637     rm -f conftest.er1
12638     cat conftest.err >&5
12639     echo "$as_me:$LINENO: \$? = $ac_status" >&5
12640 ayin 1.108 (exit $ac_status); } && {
12641     test -z "$ac_cxx_werror_flag" ||
12642     test ! -s conftest.err
12643     } && test -s conftest$ac_exeext &&
12644     $as_test_x conftest$ac_exeext; then
12645 root 1.39 ac_cv_lib_Xft_XftDrawString32=yes
12646     else
12647     echo "$as_me: failed program was:" >&5
12648     sed 's/^/| /' conftest.$ac_ext >&5
12649    
12650 ayin 1.108 ac_cv_lib_Xft_XftDrawString32=no
12651 root 1.39 fi
12652 ayin 1.108
12653     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12654 root 1.39 conftest$ac_exeext conftest.$ac_ext
12655     LIBS=$ac_check_lib_save_LIBS
12656     fi
12657 ayin 1.108 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xft_XftDrawString32" >&5
12658     echo "${ECHO_T}$ac_cv_lib_Xft_XftDrawString32" >&6; }
12659 root 1.39 if test $ac_cv_lib_Xft_XftDrawString32 = yes; then
12660     cat >>confdefs.h <<_ACEOF
12661     #define HAVE_LIBXFT 1
12662     _ACEOF
12663    
12664     LIBS="-lXft $LIBS"
12665    
12666     else
12667     support_xft=no
12668     fi
12669    
12670    
12671     if test x$support_xft = xyes; then
12672    
12673     cat >>confdefs.h <<\_ACEOF
12674     #define XFT 1
12675     _ACEOF
12676    
12677     fi
12678     fi
12679     if test x$support_styles = xyes; then
12680    
12681     cat >>confdefs.h <<\_ACEOF
12682     #define ENABLE_STYLES 1
12683     _ACEOF
12684    
12685     fi
12686     if test x$support_iso14755 = xyes; then
12687    
12688     cat >>confdefs.h <<\_ACEOF
12689     #define ISO_14755 1
12690     _ACEOF
12691    
12692     fi
12693     if test x$support_8bitctrls = xyes; then
12694    
12695     cat >>confdefs.h <<\_ACEOF
12696     #define EIGHT_BIT_CONTROLS 1
12697     _ACEOF
12698    
12699     fi
12700     if test x$support_fading = xyes; then
12701    
12702     cat >>confdefs.h <<\_ACEOF
12703     #define OFF_FOCUS_FADING 1
12704     _ACEOF
12705    
12706     fi
12707     if test x$support_inheritpixmap = xyes; then
12708    
12709     cat >>confdefs.h <<\_ACEOF
12710 root 1.105 #define ENABLE_TRANSPARENCY 1
12711 root 1.39 _ACEOF
12712    
12713     fi
12714     if test x$support_keepscrolling = xno; then
12715    
12716     cat >>confdefs.h <<\_ACEOF
12717     #define NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING 1
12718     _ACEOF
12719    
12720     fi
12721     if test x$support_selectionscrolling = xyes; then
12722    
12723     cat >>confdefs.h <<\_ACEOF
12724     #define SELECTION_SCROLLING 1
12725     _ACEOF
12726    
12727     fi
12728 ayin 1.111 if test x$support_frills = xyes; then
12729    
12730     cat >>confdefs.h <<\_ACEOF
12731     #define ENABLE_FRILLS 1
12732     _ACEOF
12733    
12734     fi
12735 pcg 1.1 if test x$support_mousewheel = xyes; then
12736 pcg 1.11
12737     cat >>confdefs.h <<\_ACEOF
12738 pcg 1.1 #define MOUSE_WHEEL 1
12739 pcg 1.11 _ACEOF
12740 pcg 1.1
12741     fi
12742     if test x$support_mouseslipwheel = xyes; then
12743 pcg 1.11
12744     cat >>confdefs.h <<\_ACEOF
12745 pcg 1.1 #define MOUSE_SLIP_WHEELING 1
12746 pcg 1.11 _ACEOF
12747 pcg 1.1
12748     fi
12749 ayin 1.110 if test x$support_afterimage = xyes; then
12750 pcg 1.11
12751     cat >>confdefs.h <<\_ACEOF
12752 ayin 1.110 #define HAVE_AFTERIMAGE 1
12753 pcg 1.11 _ACEOF
12754 pcg 1.1
12755 root 1.103
12756     cat >>confdefs.h <<\_ACEOF
12757 sasha 1.112 #define BG_IMAGE_FROM_FILE 1
12758 root 1.103 _ACEOF
12759    
12760     fi
12761    
12762    
12763 pcg 1.1 if test x$support_scroll_rxvt = xyes; then
12764 pcg 1.11
12765     cat >>confdefs.h <<\_ACEOF
12766 pcg 1.1 #define RXVT_SCROLLBAR 1
12767 pcg 1.11 _ACEOF
12768 pcg 1.1
12769     scrolltypes="rxvt"
12770     fi
12771     if test x$support_scroll_next = xyes; then
12772 pcg 1.11
12773     cat >>confdefs.h <<\_ACEOF
12774 pcg 1.1 #define NEXT_SCROLLBAR 1
12775 pcg 1.11 _ACEOF
12776 pcg 1.1
12777     scrolltypes="$scrolltypes next"
12778     fi
12779     if test x$support_scroll_xterm = xyes; then
12780 pcg 1.11
12781     cat >>confdefs.h <<\_ACEOF
12782 pcg 1.1 #define XTERM_SCROLLBAR 1
12783 pcg 1.11 _ACEOF
12784 pcg 1.1
12785     scrolltypes="$scrolltypes xterm"
12786     fi
12787 pcg 1.11 if test x$support_scroll_plain = xyes; then
12788    
12789     cat >>confdefs.h <<\_ACEOF
12790     #define PLAIN_SCROLLBAR 1
12791     _ACEOF
12792    
12793     scrolltypes="$scrolltypes plain"
12794     fi
12795 pcg 1.1 if test x$support_pointer_blank = xyes; then
12796 pcg 1.11
12797     cat >>confdefs.h <<\_ACEOF
12798 pcg 1.1 #define POINTER_BLANK 1
12799 pcg 1.11 _ACEOF
12800 pcg 1.1
12801     fi
12802 pcg 1.11 if test x$support_text_blink = xyes; then
12803    
12804     cat >>confdefs.h <<\_ACEOF
12805     #define TEXT_BLINK 1
12806     _ACEOF
12807 pcg 1.1
12808     fi
12809     if test x$support_unicode3 = xyes; then
12810 pcg 1.11
12811     cat >>confdefs.h <<\_ACEOF
12812 pcg 1.1 #define UNICODE_3 1
12813 pcg 1.11 _ACEOF
12814 pcg 1.1
12815     fi
12816 pcg 1.18 if test x$support_combining = xyes; then
12817    
12818     cat >>confdefs.h <<\_ACEOF
12819 pcg 1.20 #define ENABLE_COMBINING 1
12820 pcg 1.18 _ACEOF
12821    
12822     fi
12823 pcg 1.1 if test x$codesets = xall; then
12824 root 1.40 codesets=jp,jp-ext,kr,zh,zh-ext
12825 pcg 1.1 fi
12826 pcg 1.11
12827     cat >>confdefs.h <<\_ACEOF
12828 pcg 1.1 #define ENCODING_EU 1
12829 pcg 1.11 _ACEOF
12830 pcg 1.1
12831 pcg 1.13
12832 pcg 1.11 cat >>confdefs.h <<\_ACEOF
12833 pcg 1.1 #define ENCODING_VN 1
12834 pcg 1.11 _ACEOF
12835 pcg 1.13
12836 root 1.34 for codeset in `echo $codesets | tr "a-z,\\-" "A-Z _"`; do
12837 pcg 1.13 case "$codeset" in
12838 pcg 1.11 JP )
12839     cat >>confdefs.h <<\_ACEOF
12840 pcg 1.1 #define ENCODING_JP 1
12841 pcg 1.11 _ACEOF
12842 pcg 1.1 ;;
12843 pcg 1.11 JP_EXT )
12844     cat >>confdefs.h <<\_ACEOF
12845 pcg 1.1 #define ENCODING_JP_EXT 1
12846 pcg 1.11 _ACEOF
12847 pcg 1.1 ;;
12848 pcg 1.11 KR )
12849     cat >>confdefs.h <<\_ACEOF
12850 pcg 1.1 #define ENCODING_KR 1
12851 pcg 1.11 _ACEOF
12852 pcg 1.1 ;;
12853 root 1.40 ZH )
12854 pcg 1.11 cat >>confdefs.h <<\_ACEOF
12855 root 1.40 #define ENCODING_ZH 1
12856 pcg 1.11 _ACEOF
12857 pcg 1.1 ;;
12858 root 1.40 ZH_EXT )
12859 pcg 1.11 cat >>confdefs.h <<\_ACEOF
12860 root 1.40 #define ENCODING_ZH_EXT 1
12861 pcg 1.11 _ACEOF
12862 pcg 1.1 ;;
12863     esac
12864     done
12865    
12866 root 1.60 IF_PERL=\#
12867     if test x$support_perl = xyes; then
12868     # Extract the first word of "perl5", so it can be a program name with args.
12869     set dummy perl5; ac_word=$2
12870 ayin 1.108 { echo "$as_me:$LINENO: checking for $ac_word" >&5
12871     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
12872 root 1.60 if test "${ac_cv_path_PERL+set}" = set; then
12873     echo $ECHO_N "(cached) $ECHO_C" >&6
12874     else
12875     case $PERL in
12876     [\\/]* | ?:[\\/]*)
12877     ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
12878     ;;
12879     *)
12880     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12881     for as_dir in $PATH
12882     do
12883     IFS=$as_save_IFS
12884     test -z "$as_dir" && as_dir=.
12885     for ac_exec_ext in '' $ac_executable_extensions; do
12886 ayin 1.108 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12887 root 1.60 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
12888     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12889     break 2
12890     fi
12891     done
12892     done
12893 ayin 1.108 IFS=$as_save_IFS
12894 root 1.60
12895     ;;
12896     esac
12897     fi
12898     PERL=$ac_cv_path_PERL
12899     if test -n "$PERL"; then
12900 ayin 1.108 { echo "$as_me:$LINENO: result: $PERL" >&5
12901     echo "${ECHO_T}$PERL" >&6; }
12902 root 1.60 else
12903 ayin 1.108 { echo "$as_me:$LINENO: result: no" >&5
12904     echo "${ECHO_T}no" >&6; }
12905 root 1.60 fi
12906    
12907 ayin 1.108
12908 root 1.60 # Extract the first word of "perl", so it can be a program name with args.
12909     set dummy perl; ac_word=$2
12910 ayin 1.108 { echo "$as_me:$LINENO: checking for $ac_word" >&5
12911     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
12912 root 1.60 if test "${ac_cv_path_PERL+set}" = set; then
12913     echo $ECHO_N "(cached) $ECHO_C" >&6
12914     else
12915     case $PERL in
12916     [\\/]* | ?:[\\/]*)
12917     ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
12918     ;;
12919     *)
12920     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12921     for as_dir in $PATH
12922     do
12923     IFS=$as_save_IFS
12924     test -z "$as_dir" && as_dir=.
12925     for ac_exec_ext in '' $ac_executable_extensions; do
12926 ayin 1.108 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12927 root 1.60 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
12928     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12929     break 2
12930     fi
12931     done
12932     done
12933 ayin 1.108 IFS=$as_save_IFS
12934 root 1.60
12935     ;;
12936     esac
12937     fi
12938     PERL=$ac_cv_path_PERL
12939     if test -n "$PERL"; then
12940 ayin 1.108 { echo "$as_me:$LINENO: result: $PERL" >&5
12941     echo "${ECHO_T}$PERL" >&6; }
12942 root 1.60 else
12943 ayin 1.108 { echo "$as_me:$LINENO: result: no" >&5
12944     echo "${ECHO_T}no" >&6; }
12945 root 1.60 fi
12946    
12947    
12948 ayin 1.108
12949     { echo "$as_me:$LINENO: checking for $PERL suitability" >&5
12950     echo $ECHO_N "checking for $PERL suitability... $ECHO_C" >&6; }
12951 root 1.60 if $PERL -MExtUtils::Embed -e "use v5.8" >/dev/null 2>/dev/null; then
12952    
12953 root 1.62 save_CXXFLAGS="$CXXFLAGS"
12954     save_LIBS="$LIBS"
12955     CXXFLAGS="$CXXFLAGS `$PERL -MExtUtils::Embed -e ccopts`"
12956     LIBS="$LIBS `$PERL -MExtUtils::Embed -e ldopts`"
12957     cat >conftest.$ac_ext <<_ACEOF
12958     /* confdefs.h. */
12959     _ACEOF
12960     cat confdefs.h >>conftest.$ac_ext
12961     cat >>conftest.$ac_ext <<_ACEOF
12962     /* end confdefs.h. */
12963    
12964     #include <EXTERN.h>
12965     #include <perl.h>
12966     #include <XSUB.h>
12967    
12968     int
12969     main ()
12970     {
12971    
12972     PerlInterpreter *perl = perl_alloc ();
12973    
12974     ;
12975     return 0;
12976     }
12977     _ACEOF
12978     rm -f conftest.$ac_objext conftest$ac_exeext
12979 ayin 1.108 if { (ac_try="$ac_link"
12980     case "(($ac_try" in
12981     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12982     *) ac_try_echo=$ac_try;;
12983     esac
12984     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12985     (eval "$ac_link") 2>conftest.er1
12986 root 1.62 ac_status=$?
12987     grep -v '^ *+' conftest.er1 >conftest.err
12988     rm -f conftest.er1
12989     cat conftest.err >&5
12990     echo "$as_me:$LINENO: \$? = $ac_status" >&5
12991 ayin 1.108 (exit $ac_status); } && {
12992     test -z "$ac_cxx_werror_flag" ||
12993     test ! -s conftest.err
12994     } && test -s conftest$ac_exeext &&
12995     $as_test_x conftest$ac_exeext; then
12996 root 1.62 rxvt_perl_link=yes
12997     else
12998     echo "$as_me: failed program was:" >&5
12999     sed 's/^/| /' conftest.$ac_ext >&5
13000    
13001 ayin 1.108 rxvt_perl_link=no
13002 root 1.62 fi
13003 ayin 1.108
13004     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13005 root 1.62 conftest$ac_exeext conftest.$ac_ext
13006     CXXFLAGS="$save_CXXFLAGS"
13007     LIBS="$save_LIBS"
13008    
13009     if test x$rxvt_perl_link = xyes; then
13010 ayin 1.108 { echo "$as_me:$LINENO: result: ok" >&5
13011     echo "${ECHO_T}ok" >&6; }
13012 root 1.62
13013 root 1.60 cat >>confdefs.h <<\_ACEOF
13014     #define ENABLE_PERL 1
13015     _ACEOF
13016    
13017 root 1.62 IF_PERL=
13018     PERL_O=rxvtperl.o
13019     PERLFLAGS="`$PERL -MExtUtils::Embed -e ccopts`"
13020     PERLLIB="`$PERL -MExtUtils::Embed -e ldopts`"
13021     PERLPRIVLIBEXP="`$PERL -MConfig -e 'print $Config{privlibexp}'`"
13022     else
13023 root 1.77 { { echo "$as_me:$LINENO: error: no, unable to link" >&5
13024     echo "$as_me: error: no, unable to link" >&2;}
13025     { (exit 1); exit 1; }; }
13026 root 1.62 fi
13027 root 1.60 else
13028 root 1.77 { { echo "$as_me:$LINENO: error: no working perl found, or perl not version >= 5.8" >&5
13029     echo "$as_me: error: no working perl found, or perl not version >= 5.8" >&2;}
13030     { (exit 1); exit 1; }; }
13031 root 1.60 fi
13032     fi
13033    
13034    
13035    
13036    
13037    
13038    
13039    
13040 pcg 1.1
13041    
13042    
13043    
13044    
13045    
13046    
13047    
13048    
13049    
13050 root 1.103
13051    
13052 pcg 1.1 test "$program_prefix" != NONE &&
13053 ayin 1.108 program_transform_name="s&^&$program_prefix&;$program_transform_name"
13054 pcg 1.1 # Use a double $ so make ignores it.
13055     test "$program_suffix" != NONE &&
13056 ayin 1.108 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
13057 pcg 1.11 # Double any \ or $. echo might interpret backslashes.
13058     # By default was `s,x,x', remove it if useless.
13059     cat <<\_ACEOF >conftest.sed
13060     s/[\\$]/&&/g;s/;s,x,x,$//
13061     _ACEOF
13062     program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
13063 ayin 1.108 rm -f conftest.sed
13064 pcg 1.1
13065    
13066    
13067    
13068    
13069     if test "$ac_cv_header_stdint_h" = "yes" -o "$notset" = "dontmatch"; then
13070     include_stdint_h="#include <stdint.h>"
13071     else
13072     include_stdint_h="/* #include <stdint.h> */"
13073 pcg 1.11 fi
13074 pcg 1.1 if test "$ac_cv_header_stdarg_h" = "yes" -o "$notset" = "dontmatch"; then
13075 pcg 1.18 include_stdarg_h="#include <cstdarg>"
13076 pcg 1.1 else
13077 pcg 1.18 include_stdarg_h="/* #include <cstdarg> */"
13078 pcg 1.11 fi
13079 pcg 1.1 if test "$ac_cv_header_stdlib_h" = "yes" -o "$notset" = "dontmatch"; then
13080 pcg 1.18 include_stdlib_h="#include <cstdlib>"
13081 pcg 1.1 else
13082 pcg 1.18 include_stdlib_h="/* #include <cstdlib> */"
13083 pcg 1.11 fi
13084 pcg 1.1 if test "$ac_cv_header_unistd_h" = "yes" -o "$notset" = "dontmatch"; then
13085     include_unistd_h="#include <unistd.h>"
13086     else
13087     include_unistd_h="/* #include <unistd.h> */"
13088 pcg 1.11 fi
13089 pcg 1.1 if test "$ac_cv_header_string_h" = "yes" -o "$notset" = "dontmatch"; then
13090 pcg 1.18 include_string_h="#include <cstring>"
13091 pcg 1.1 else
13092 pcg 1.18 include_string_h="/* #include <cstring> */"
13093 pcg 1.11 fi
13094 pcg 1.1 if test "$ac_cv_header_fcntl_h" = "yes" -o "$notset" = "dontmatch"; then
13095     include_fcntl_h="#include <fcntl.h>"
13096     else
13097     include_fcntl_h="/* #include <fcntl.h> */"
13098 pcg 1.11 fi
13099 pcg 1.1 if test "$ac_cv_header_util_h" = "yes" -o "$notset" = "dontmatch"; then
13100     include_util_h="#include <util.h>"
13101     else
13102     include_util_h="/* #include <util.h> */"
13103 pcg 1.11 fi
13104 pcg 1.1 if test "$ac_cv_header_assert_h" = "yes" -o "$notset" = "dontmatch"; then
13105     include_assert_h="#include <assert.h>"
13106     else
13107     include_assert_h="/* #include <assert.h> */"
13108 pcg 1.11 fi
13109 pcg 1.1 if test "$rxvt_cv_header_sysioctl" = "yes" -o "$notset" = "dontmatch"; then
13110     include_sys_ioctl_h="#include <sys/ioctl.h>"
13111     else
13112     include_sys_ioctl_h="/* #include <sys/ioctl.h> */"
13113 pcg 1.11 fi
13114 pcg 1.1 if test "$ac_cv_header_sys_select_h" = "yes" -o "$notset" = "dontmatch"; then
13115     include_sys_select_h="#include <sys/select.h>"
13116     else
13117     include_sys_select_h="/* #include <sys/select.h> */"
13118 pcg 1.11 fi
13119 pcg 1.1 if test "$ac_cv_header_sys_strredir_h" = "yes" -o "$notset" = "dontmatch"; then
13120     include_sys_strredir_h="#include <sys/strredir.h>"
13121     else
13122     include_sys_strredir_h="/* #include <sys/strredir.h> */"
13123 pcg 1.11 fi
13124 pcg 1.1 if test "$ac_cv_header_sys_time_h" = "yes" -o "$notset" = "dontmatch"; then
13125     include_sys_time_h="#include <sys/time.h>"
13126     else
13127     include_sys_time_h="/* #include <sys/time.h> */"
13128 pcg 1.11 fi
13129 pcg 1.1 if test "$ac_cv_header_sys_time_h" = "no" -o "$ac_cv_header_time" = "yes"; then
13130     include_time_h="#include <time.h>"
13131     else
13132     include_time_h="/* #include <time.h> */"
13133 pcg 1.11 fi
13134 pcg 1.1
13135 ayin 1.108 ac_config_files="$ac_config_files Makefile doc/Makefile src/Makefile src/rxvtlib.h"
13136 root 1.32
13137 pcg 1.11 cat >confcache <<\_ACEOF
13138 pcg 1.1 # This file is a shell script that caches the results of configure
13139     # tests run on this system so they can be shared between configure
13140 pcg 1.11 # scripts and configure runs, see configure's option --config-cache.
13141     # It is not useful on other systems. If it contains results you don't
13142     # want to keep, you may remove or edit it.
13143 pcg 1.1 #
13144 pcg 1.11 # config.status only pays attention to the cache file if you give it
13145     # the --recheck option to rerun configure.
13146 pcg 1.1 #
13147 pcg 1.11 # `ac_cv_env_foo' variables (set or unset) will be overridden when
13148     # loading this file, other *unset* `ac_cv_foo' will be assigned the
13149     # following values.
13150    
13151     _ACEOF
13152    
13153 pcg 1.1 # The following way of writing the cache mishandles newlines in values,
13154     # but we know of no workaround that is simple, portable, and efficient.
13155 ayin 1.108 # So, we kill variables containing newlines.
13156 pcg 1.1 # Ultrix sh set writes to stderr and can't be redirected directly,
13157     # and sets the high bit in the cache file unless we assign to the vars.
13158 ayin 1.108 (
13159     for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
13160     eval ac_val=\$$ac_var
13161     case $ac_val in #(
13162     *${as_nl}*)
13163     case $ac_var in #(
13164     *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
13165     echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
13166     esac
13167     case $ac_var in #(
13168     _ | IFS | as_nl) ;; #(
13169     *) $as_unset $ac_var ;;
13170     esac ;;
13171     esac
13172     done
13173    
13174 pcg 1.11 (set) 2>&1 |
13175 ayin 1.108 case $as_nl`(ac_space=' '; set) 2>&1` in #(
13176     *${as_nl}ac_space=\ *)
13177 pcg 1.11 # `set' does not quote correctly, so add quotes (double-quote
13178     # substitution turns \\\\ into \\, and sed turns \\ into \).
13179     sed -n \
13180     "s/'/'\\\\''/g;
13181     s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
13182 ayin 1.108 ;; #(
13183 pcg 1.11 *)
13184     # `set' quotes correctly as required by POSIX, so do not add quotes.
13185 ayin 1.108 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
13186 pcg 1.11 ;;
13187 ayin 1.108 esac |
13188     sort
13189     ) |
13190 pcg 1.11 sed '
13191 ayin 1.108 /^ac_cv_env_/b end
13192 pcg 1.11 t clear
13193 ayin 1.108 :clear
13194 pcg 1.11 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
13195     t end
13196 ayin 1.108 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
13197     :end' >>confcache
13198     if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
13199     if test -w "$cache_file"; then
13200     test "x$cache_file" != "x/dev/null" &&
13201     { echo "$as_me:$LINENO: updating cache $cache_file" >&5
13202     echo "$as_me: updating cache $cache_file" >&6;}
13203 pcg 1.11 cat confcache >$cache_file
13204 pcg 1.1 else
13205 ayin 1.108 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
13206     echo "$as_me: not updating unwritable cache $cache_file" >&6;}
13207 pcg 1.1 fi
13208     fi
13209     rm -f confcache
13210    
13211     test "x$prefix" = xNONE && prefix=$ac_default_prefix
13212     # Let make expand exec_prefix.
13213     test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
13214    
13215 pcg 1.11 DEFS=-DHAVE_CONFIG_H
13216    
13217     ac_libobjs=
13218     ac_ltlibobjs=
13219     for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
13220     # 1. Remove the extension, and $U if already installed.
13221 ayin 1.108 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
13222     ac_i=`echo "$ac_i" | sed "$ac_script"`
13223     # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
13224     # will be set to the directory where LIBOBJS objects are built.
13225     ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
13226     ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
13227 pcg 1.11 done
13228     LIBOBJS=$ac_libobjs
13229    
13230     LTLIBOBJS=$ac_ltlibobjs
13231    
13232 pcg 1.1
13233    
13234     : ${CONFIG_STATUS=./config.status}
13235 pcg 1.11 ac_clean_files_save=$ac_clean_files
13236     ac_clean_files="$ac_clean_files $CONFIG_STATUS"
13237     { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
13238     echo "$as_me: creating $CONFIG_STATUS" >&6;}
13239     cat >$CONFIG_STATUS <<_ACEOF
13240     #! $SHELL
13241     # Generated by $as_me.
13242 pcg 1.1 # Run this file to recreate the current configuration.
13243     # Compiler output produced by configure, useful for debugging
13244 pcg 1.11 # configure, is in config.log if it exists.
13245    
13246     debug=false
13247     ac_cs_recheck=false
13248     ac_cs_silent=false
13249     SHELL=\${CONFIG_SHELL-$SHELL}
13250     _ACEOF
13251    
13252     cat >>$CONFIG_STATUS <<\_ACEOF
13253     ## --------------------- ##
13254     ## M4sh Initialization. ##
13255     ## --------------------- ##
13256    
13257 ayin 1.108 # Be more Bourne compatible
13258     DUALCASE=1; export DUALCASE # for MKS sh
13259 pcg 1.11 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
13260     emulate sh
13261     NULLCMD=:
13262     # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
13263     # is contrary to our usage. Disable this feature.
13264     alias -g '${1+"$@"}'='"$@"'
13265 ayin 1.108 setopt NO_GLOB_SUBST
13266     else
13267     case `(set -o) 2>/dev/null` in
13268     *posix*) set -o posix ;;
13269     esac
13270    
13271     fi
13272    
13273    
13274    
13275    
13276     # PATH needs CR
13277     # Avoid depending upon Character Ranges.
13278     as_cr_letters='abcdefghijklmnopqrstuvwxyz'
13279     as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
13280     as_cr_Letters=$as_cr_letters$as_cr_LETTERS
13281     as_cr_digits='0123456789'
13282     as_cr_alnum=$as_cr_Letters$as_cr_digits
13283    
13284     # The user is always right.
13285     if test "${PATH_SEPARATOR+set}" != set; then
13286     echo "#! /bin/sh" >conf$$.sh
13287     echo "exit 0" >>conf$$.sh
13288     chmod +x conf$$.sh
13289     if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13290     PATH_SEPARATOR=';'
13291     else
13292     PATH_SEPARATOR=:
13293     fi
13294     rm -f conf$$.sh
13295 ayin 1.106 fi
13296    
13297     # Support unset when possible.
13298     if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
13299     as_unset=unset
13300 root 1.105 else
13301 ayin 1.106 as_unset=false
13302 pcg 1.11 fi
13303    
13304    
13305 ayin 1.108 # IFS
13306     # We need space, tab and new line, in precisely that order. Quoting is
13307     # there to prevent editors from complaining about space-tab.
13308     # (If _AS_PATH_WALK were called with IFS unset, it would disable word
13309     # splitting by setting IFS to empty value.)
13310     as_nl='
13311     '
13312     IFS=" "" $as_nl"
13313    
13314     # Find who we are. Look in the path if we contain no directory separator.
13315     case $0 in
13316     *[\\/]* ) as_myself=$0 ;;
13317     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13318     for as_dir in $PATH
13319     do
13320     IFS=$as_save_IFS
13321     test -z "$as_dir" && as_dir=.
13322     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
13323     done
13324     IFS=$as_save_IFS
13325    
13326     ;;
13327     esac
13328     # We did not find ourselves, most probably we were run as `sh COMMAND'
13329     # in which case we are not to be found in the path.
13330     if test "x$as_myself" = x; then
13331     as_myself=$0
13332     fi
13333     if test ! -f "$as_myself"; then
13334     echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
13335     { (exit 1); exit 1; }
13336     fi
13337    
13338 ayin 1.106 # Work around bugs in pre-3.0 UWIN ksh.
13339 ayin 1.108 for as_var in ENV MAIL MAILPATH
13340     do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
13341     done
13342 ayin 1.106 PS1='$ '
13343     PS2='> '
13344 root 1.105 PS4='+ '
13345    
13346     # NLS nuisances.
13347     for as_var in \
13348     LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
13349     LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
13350     LC_TELEPHONE LC_TIME
13351     do
13352     if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
13353     eval $as_var=C; export $as_var
13354     else
13355 ayin 1.108 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
13356 ayin 1.104 fi
13357 root 1.105 done
13358    
13359     # Required to use basename.
13360 ayin 1.108 if expr a : '\(a\)' >/dev/null 2>&1 &&
13361     test "X`expr 00001 : '.*\(...\)'`" = X001; then
13362 root 1.105 as_expr=expr
13363     else
13364     as_expr=false
13365     fi
13366    
13367 ayin 1.108 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
13368 root 1.105 as_basename=basename
13369     else
13370     as_basename=false
13371     fi
13372    
13373    
13374     # Name of the executable.
13375 ayin 1.108 as_me=`$as_basename -- "$0" ||
13376 root 1.105 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
13377     X"$0" : 'X\(//\)$' \| \
13378 ayin 1.108 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
13379 root 1.105 echo X/"$0" |
13380 ayin 1.108 sed '/^.*\/\([^/][^/]*\)\/*$/{
13381     s//\1/
13382     q
13383     }
13384     /^X\/\(\/\/\)$/{
13385     s//\1/
13386     q
13387     }
13388     /^X\/\(\/\).*/{
13389     s//\1/
13390     q
13391     }
13392     s/.*/./; q'`
13393    
13394     # CDPATH.
13395     $as_unset CDPATH
13396 root 1.105
13397    
13398 ayin 1.108
13399     as_lineno_1=$LINENO
13400     as_lineno_2=$LINENO
13401     test "x$as_lineno_1" != "x$as_lineno_2" &&
13402     test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
13403 pcg 1.11
13404     # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
13405     # uniformly replaced by the line number. The first 'sed' inserts a
13406 ayin 1.108 # line-number line after each line using $LINENO; the second 'sed'
13407     # does the real work. The second script uses 'N' to pair each
13408     # line-number line with the line containing $LINENO, and appends
13409     # trailing '-' during substitution so that $LINENO is not a special
13410     # case at line end.
13411 pcg 1.11 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
13412 ayin 1.108 # scripts with optimization help from Paolo Bonzini. Blame Lee
13413     # E. McMahon (1931-1989) for sed's syntax. :-)
13414     sed -n '
13415     p
13416     /[$]LINENO/=
13417     ' <$as_myself |
13418 pcg 1.11 sed '
13419 ayin 1.108 s/[$]LINENO.*/&-/
13420     t lineno
13421     b
13422     :lineno
13423 pcg 1.11 N
13424 ayin 1.108 :loop
13425     s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
13426 pcg 1.11 t loop
13427 ayin 1.108 s/-\n.*//
13428 pcg 1.11 ' >$as_me.lineno &&
13429 ayin 1.108 chmod +x "$as_me.lineno" ||
13430     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
13431 pcg 1.11 { (exit 1); exit 1; }; }
13432    
13433     # Don't try to exec as it changes $[0], causing all sort of problems
13434     # (the dirname of $[0] is not the place where we might find the
13435 ayin 1.108 # original and so on. Autoconf is especially sensitive to this).
13436     . "./$as_me.lineno"
13437 pcg 1.11 # Exit status is that of the last command.
13438     exit
13439     }
13440    
13441    
13442 ayin 1.108 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
13443     as_dirname=dirname
13444     else
13445     as_dirname=false
13446     fi
13447    
13448     ECHO_C= ECHO_N= ECHO_T=
13449     case `echo -n x` in
13450     -n*)
13451     case `echo 'x\c'` in
13452     *c*) ECHO_T=' ';; # ECHO_T is single tab character.
13453     *) ECHO_C='\c';;
13454     esac;;
13455     *)
13456     ECHO_N='-n';;
13457 pcg 1.11 esac
13458    
13459 ayin 1.108 if expr a : '\(a\)' >/dev/null 2>&1 &&
13460     test "X`expr 00001 : '.*\(...\)'`" = X001; then
13461 pcg 1.11 as_expr=expr
13462     else
13463     as_expr=false
13464     fi
13465    
13466     rm -f conf$$ conf$$.exe conf$$.file
13467 ayin 1.108 if test -d conf$$.dir; then
13468     rm -f conf$$.dir/conf$$.file
13469     else
13470     rm -f conf$$.dir
13471     mkdir conf$$.dir
13472     fi
13473 pcg 1.11 echo >conf$$.file
13474     if ln -s conf$$.file conf$$ 2>/dev/null; then
13475 ayin 1.108 as_ln_s='ln -s'
13476     # ... but there are two gotchas:
13477     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
13478     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
13479     # In both cases, we have to default to `cp -p'.
13480     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
13481 pcg 1.11 as_ln_s='cp -p'
13482     elif ln conf$$.file conf$$ 2>/dev/null; then
13483     as_ln_s=ln
13484     else
13485     as_ln_s='cp -p'
13486     fi
13487 ayin 1.108 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
13488     rmdir conf$$.dir 2>/dev/null
13489 pcg 1.11
13490     if mkdir -p . 2>/dev/null; then
13491     as_mkdir_p=:
13492     else
13493     test -d ./-p && rmdir ./-p
13494     as_mkdir_p=false
13495     fi
13496    
13497 ayin 1.108 if test -x / >/dev/null 2>&1; then
13498     as_test_x='test -x'
13499     else
13500     if ls -dL / >/dev/null 2>&1; then
13501     as_ls_L_option=L
13502     else
13503     as_ls_L_option=
13504     fi
13505     as_test_x='
13506     eval sh -c '\''
13507     if test -d "$1"; then
13508     test -d "$1/.";
13509     else
13510     case $1 in
13511     -*)set "./$1";;
13512     esac;
13513     case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
13514     ???[sx]*):;;*)false;;esac;fi
13515     '\'' sh
13516     '
13517     fi
13518     as_executable_p=$as_test_x
13519 pcg 1.11
13520     # Sed expression to map a string onto a valid CPP name.
13521     as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
13522    
13523     # Sed expression to map a string onto a valid variable name.
13524     as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
13525    
13526    
13527     exec 6>&1
13528    
13529 ayin 1.108 # Save the log message, to keep $[0] and so on meaningful, and to
13530 pcg 1.11 # report actual input values of CONFIG_FILES etc. instead of their
13531 ayin 1.108 # values after options handling.
13532     ac_log="
13533 pcg 1.11 This file was extended by $as_me, which was
13534 ayin 1.108 generated by GNU Autoconf 2.61. Invocation command line was
13535 pcg 1.11
13536     CONFIG_FILES = $CONFIG_FILES
13537     CONFIG_HEADERS = $CONFIG_HEADERS
13538     CONFIG_LINKS = $CONFIG_LINKS
13539     CONFIG_COMMANDS = $CONFIG_COMMANDS
13540     $ $0 $@
13541    
13542 ayin 1.108 on `(hostname || uname -n) 2>/dev/null | sed 1q`
13543     "
13544    
13545 pcg 1.11 _ACEOF
13546    
13547 ayin 1.108 cat >>$CONFIG_STATUS <<_ACEOF
13548 pcg 1.11 # Files that config.status was made for.
13549 ayin 1.108 config_files="$ac_config_files"
13550     config_headers="$ac_config_headers"
13551 ayin 1.106
13552 ayin 1.108 _ACEOF
13553 pcg 1.11
13554     cat >>$CONFIG_STATUS <<\_ACEOF
13555     ac_cs_usage="\
13556     \`$as_me' instantiates files from templates according to the
13557     current configuration.
13558    
13559     Usage: $0 [OPTIONS] [FILE]...
13560    
13561     -h, --help print this help, then exit
13562 ayin 1.108 -V, --version print version number and configuration settings, then exit
13563 pcg 1.11 -q, --quiet do not print progress messages
13564     -d, --debug don't remove temporary files
13565     --recheck update $as_me by reconfiguring in the same conditions
13566     --file=FILE[:TEMPLATE]
13567     instantiate the configuration file FILE
13568     --header=FILE[:TEMPLATE]
13569     instantiate the configuration header FILE
13570    
13571     Configuration files:
13572     $config_files
13573    
13574     Configuration headers:
13575     $config_headers
13576    
13577     Report bugs to <bug-autoconf@gnu.org>."
13578 ayin 1.108
13579 ayin 1.106 _ACEOF
13580 pcg 1.11 cat >>$CONFIG_STATUS <<_ACEOF
13581     ac_cs_version="\\
13582     config.status
13583 ayin 1.108 configured by $0, generated by GNU Autoconf 2.61,
13584     with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
13585 pcg 1.11
13586 ayin 1.108 Copyright (C) 2006 Free Software Foundation, Inc.
13587 pcg 1.11 This config.status script is free software; the Free Software Foundation
13588     gives unlimited permission to copy, distribute and modify it."
13589 ayin 1.108
13590     ac_pwd='$ac_pwd'
13591     srcdir='$srcdir'
13592     INSTALL='$INSTALL'
13593 pcg 1.11 _ACEOF
13594    
13595     cat >>$CONFIG_STATUS <<\_ACEOF
13596     # If no file are specified by the user, then we need to provide default
13597     # value. By we need to know if files were specified by the user.
13598     ac_need_defaults=:
13599     while test $# != 0
13600 pcg 1.1 do
13601 pcg 1.11 case $1 in
13602     --*=*)
13603 ayin 1.108 ac_option=`expr "X$1" : 'X\([^=]*\)='`
13604     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
13605 pcg 1.11 ac_shift=:
13606     ;;
13607 ayin 1.108 *)
13608 pcg 1.11 ac_option=$1
13609     ac_optarg=$2
13610     ac_shift=shift
13611     ;;
13612     esac
13613    
13614     case $ac_option in
13615     # Handling of the options.
13616 pcg 1.1 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
13617 pcg 1.11 ac_cs_recheck=: ;;
13618 ayin 1.108 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
13619     echo "$ac_cs_version"; exit ;;
13620     --debug | --debu | --deb | --de | --d | -d )
13621 pcg 1.11 debug=: ;;
13622     --file | --fil | --fi | --f )
13623     $ac_shift
13624     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
13625     ac_need_defaults=false;;
13626     --header | --heade | --head | --hea )
13627     $ac_shift
13628     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
13629     ac_need_defaults=false;;
13630 ayin 1.108 --he | --h)
13631     # Conflict between --help and --header
13632     { echo "$as_me: error: ambiguous option: $1
13633     Try \`$0 --help' for more information." >&2
13634     { (exit 1); exit 1; }; };;
13635     --help | --hel | -h )
13636     echo "$ac_cs_usage"; exit ;;
13637 pcg 1.11 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
13638     | -silent | --silent | --silen | --sile | --sil | --si | --s)
13639     ac_cs_silent=: ;;
13640    
13641     # This is an error.
13642 ayin 1.108 -*) { echo "$as_me: error: unrecognized option: $1
13643     Try \`$0 --help' for more information." >&2
13644 pcg 1.11 { (exit 1); exit 1; }; } ;;
13645    
13646 ayin 1.108 *) ac_config_targets="$ac_config_targets $1"
13647     ac_need_defaults=false ;;
13648 pcg 1.11
13649     esac
13650     shift
13651     done
13652    
13653     ac_configure_extra_args=
13654    
13655     if $ac_cs_silent; then
13656     exec 6>/dev/null
13657     ac_configure_extra_args="$ac_configure_extra_args --silent"
13658     fi
13659    
13660     _ACEOF
13661     cat >>$CONFIG_STATUS <<_ACEOF
13662     if \$ac_cs_recheck; then
13663 ayin 1.108 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
13664     CONFIG_SHELL=$SHELL
13665     export CONFIG_SHELL
13666     exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
13667 pcg 1.11 fi
13668    
13669     _ACEOF
13670 ayin 1.108 cat >>$CONFIG_STATUS <<\_ACEOF
13671     exec 5>>config.log
13672     {
13673     echo
13674     sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
13675     ## Running $as_me. ##
13676     _ASBOX
13677     echo "$ac_log"
13678     } >&5
13679 pcg 1.11
13680 ayin 1.108 _ACEOF
13681     cat >>$CONFIG_STATUS <<_ACEOF
13682     _ACEOF
13683 ayin 1.106
13684 ayin 1.108 cat >>$CONFIG_STATUS <<\_ACEOF
13685 ayin 1.106
13686 ayin 1.108 # Handling of arguments.
13687 pcg 1.11 for ac_config_target in $ac_config_targets
13688     do
13689 ayin 1.108 case $ac_config_target in
13690     "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.h.in" ;;
13691     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
13692     "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
13693     "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
13694     "src/rxvtlib.h") CONFIG_FILES="$CONFIG_FILES src/rxvtlib.h" ;;
13695    
13696 pcg 1.11 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
13697     echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
13698     { (exit 1); exit 1; }; };;
13699 pcg 1.1 esac
13700     done
13701    
13702 ayin 1.108
13703 pcg 1.11 # If the user did not use the arguments to specify the items to instantiate,
13704     # then the envvar interface is used. Set only those that are not.
13705     # We use the long form for the default assignment because of an extremely
13706     # bizarre bug on SunOS 4.1.3.
13707     if $ac_need_defaults; then
13708     test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
13709     test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
13710     fi
13711    
13712     # Have a temporary directory for convenience. Make it in the build tree
13713 ayin 1.108 # simply because there is no reason against having it here, and in addition,
13714 pcg 1.11 # creating and moving files from /tmp can sometimes cause problems.
13715 ayin 1.108 # Hook for its removal unless debugging.
13716     # Note that there is a small window in which the directory will not be cleaned:
13717     # after its creation but before its name has been assigned to `$tmp'.
13718 pcg 1.11 $debug ||
13719     {
13720 ayin 1.108 tmp=
13721     trap 'exit_status=$?
13722     { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
13723     ' 0
13724 pcg 1.11 trap '{ (exit 1); exit 1; }' 1 2 13 15
13725     }
13726     # Create a (secure) tmp directory for tmp files.
13727    
13728     {
13729 ayin 1.108 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
13730 pcg 1.11 test -n "$tmp" && test -d "$tmp"
13731     } ||
13732     {
13733 ayin 1.108 tmp=./conf$$-$RANDOM
13734     (umask 077 && mkdir "$tmp")
13735 pcg 1.11 } ||
13736     {
13737     echo "$me: cannot create a temporary directory in ." >&2
13738     { (exit 1); exit 1; }
13739     }
13740    
13741 ayin 1.108 #
13742     # Set up the sed scripts for CONFIG_FILES section.
13743     #
13744    
13745     # No need to generate the scripts if there are no CONFIG_FILES.
13746     # This happens for instance when ./config.status config.h
13747     if test -n "$CONFIG_FILES"; then
13748    
13749 ayin 1.106 _ACEOF
13750    
13751 ayin 1.108
13752    
13753     ac_delim='%!_!# '
13754     for ac_last_try in false false false false false :; do
13755     cat >conf$$subs.sed <<_ACEOF
13756     SHELL!$SHELL$ac_delim
13757     PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
13758     PACKAGE_NAME!$PACKAGE_NAME$ac_delim
13759     PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
13760     PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
13761     PACKAGE_STRING!$PACKAGE_STRING$ac_delim
13762     PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
13763     exec_prefix!$exec_prefix$ac_delim
13764     prefix!$prefix$ac_delim
13765     program_transform_name!$program_transform_name$ac_delim
13766     bindir!$bindir$ac_delim
13767     sbindir!$sbindir$ac_delim
13768     libexecdir!$libexecdir$ac_delim
13769     datarootdir!$datarootdir$ac_delim
13770     datadir!$datadir$ac_delim
13771     sysconfdir!$sysconfdir$ac_delim
13772     sharedstatedir!$sharedstatedir$ac_delim
13773     localstatedir!$localstatedir$ac_delim
13774     includedir!$includedir$ac_delim
13775     oldincludedir!$oldincludedir$ac_delim
13776     docdir!$docdir$ac_delim
13777     infodir!$infodir$ac_delim
13778     htmldir!$htmldir$ac_delim
13779     dvidir!$dvidir$ac_delim
13780     pdfdir!$pdfdir$ac_delim
13781     psdir!$psdir$ac_delim
13782     libdir!$libdir$ac_delim
13783     localedir!$localedir$ac_delim
13784     mandir!$mandir$ac_delim
13785     DEFS!$DEFS$ac_delim
13786     ECHO_C!$ECHO_C$ac_delim
13787     ECHO_N!$ECHO_N$ac_delim
13788     ECHO_T!$ECHO_T$ac_delim
13789     LIBS!$LIBS$ac_delim
13790     build_alias!$build_alias$ac_delim
13791     host_alias!$host_alias$ac_delim
13792     target_alias!$target_alias$ac_delim
13793     build!$build$ac_delim
13794     build_cpu!$build_cpu$ac_delim
13795     build_vendor!$build_vendor$ac_delim
13796     build_os!$build_os$ac_delim
13797     host!$host$ac_delim
13798     host_cpu!$host_cpu$ac_delim
13799     host_vendor!$host_vendor$ac_delim
13800     host_os!$host_os$ac_delim
13801     VERSION!$VERSION$ac_delim
13802     DATE!$DATE$ac_delim
13803     LSMDATE!$LSMDATE$ac_delim
13804     LIBVERSION!$LIBVERSION$ac_delim
13805     CC!$CC$ac_delim
13806     CFLAGS!$CFLAGS$ac_delim
13807     LDFLAGS!$LDFLAGS$ac_delim
13808     CPPFLAGS!$CPPFLAGS$ac_delim
13809     ac_ct_CC!$ac_ct_CC$ac_delim
13810     EXEEXT!$EXEEXT$ac_delim
13811     OBJEXT!$OBJEXT$ac_delim
13812     CXX!$CXX$ac_delim
13813     CXXFLAGS!$CXXFLAGS$ac_delim
13814     ac_ct_CXX!$ac_ct_CXX$ac_delim
13815     CPP!$CPP$ac_delim
13816     INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
13817     INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
13818     INSTALL_DATA!$INSTALL_DATA$ac_delim
13819     GREP!$GREP$ac_delim
13820     EGREP!$EGREP$ac_delim
13821     LINKER!$LINKER$ac_delim
13822     INSTALL_LIBRXVT!$INSTALL_LIBRXVT$ac_delim
13823     RXVTNAME!$RXVTNAME$ac_delim
13824     TIC!$TIC$ac_delim
13825     XMKMF!$XMKMF$ac_delim
13826     CXXCPP!$CXXCPP$ac_delim
13827     X_CFLAGS!$X_CFLAGS$ac_delim
13828     X_PRE_LIBS!$X_PRE_LIBS$ac_delim
13829     X_LIBS!$X_LIBS$ac_delim
13830     X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
13831     afterimage_config!$afterimage_config$ac_delim
13832     rxvt_int16_typedef!$rxvt_int16_typedef$ac_delim
13833     rxvt_uint16_typedef!$rxvt_uint16_typedef$ac_delim
13834     rxvt_int32_typedef!$rxvt_int32_typedef$ac_delim
13835     rxvt_uint32_typedef!$rxvt_uint32_typedef$ac_delim
13836     rxvt_intp_define!$rxvt_intp_define$ac_delim
13837     rxvt_u_intp_define!$rxvt_u_intp_define$ac_delim
13838     PKG_CONFIG!$PKG_CONFIG$ac_delim
13839     XFT_CONFIG!$XFT_CONFIG$ac_delim
13840     PERL!$PERL$ac_delim
13841     PERLLIB!$PERLLIB$ac_delim
13842     PERLFLAGS!$PERLFLAGS$ac_delim
13843     PERLPRIVLIBEXP!$PERLPRIVLIBEXP$ac_delim
13844     IF_PERL!$IF_PERL$ac_delim
13845     PERL_O!$PERL_O$ac_delim
13846     AFTERIMAGE_CFLAGS!$AFTERIMAGE_CFLAGS$ac_delim
13847     AFTERIMAGE_LIBS!$AFTERIMAGE_LIBS$ac_delim
13848     include_stdint_h!$include_stdint_h$ac_delim
13849     include_stdarg_h!$include_stdarg_h$ac_delim
13850 ayin 1.110 include_stdlib_h!$include_stdlib_h$ac_delim
13851     include_unistd_h!$include_unistd_h$ac_delim
13852     include_string_h!$include_string_h$ac_delim
13853 ayin 1.108 _ACEOF
13854    
13855     if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
13856     break
13857     elif $ac_last_try; then
13858     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
13859     echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
13860     { (exit 1); exit 1; }; }
13861     else
13862     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
13863     fi
13864     done
13865    
13866     ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
13867     if test -n "$ac_eof"; then
13868     ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
13869     ac_eof=`expr $ac_eof + 1`
13870     fi
13871    
13872     cat >>$CONFIG_STATUS <<_ACEOF
13873     cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
13874     /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
13875     _ACEOF
13876     sed '
13877     s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
13878     s/^/s,@/; s/!/@,|#_!!_#|/
13879     :n
13880     t n
13881     s/'"$ac_delim"'$/,g/; t
13882     s/$/\\/; p
13883     N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
13884     ' >>$CONFIG_STATUS <conf$$subs.sed
13885     rm -f conf$$subs.sed
13886 ayin 1.106 cat >>$CONFIG_STATUS <<_ACEOF
13887 ayin 1.108 CEOF$ac_eof
13888     _ACEOF
13889    
13890 ayin 1.106
13891 ayin 1.108 ac_delim='%!_!# '
13892     for ac_last_try in false false false false false :; do
13893     cat >conf$$subs.sed <<_ACEOF
13894     include_fcntl_h!$include_fcntl_h$ac_delim
13895     include_util_h!$include_util_h$ac_delim
13896     include_assert_h!$include_assert_h$ac_delim
13897     include_sys_ioctl_h!$include_sys_ioctl_h$ac_delim
13898     include_sys_select_h!$include_sys_select_h$ac_delim
13899     include_sys_strredir_h!$include_sys_strredir_h$ac_delim
13900     include_sys_time_h!$include_sys_time_h$ac_delim
13901     include_time_h!$include_time_h$ac_delim
13902     LIBOBJS!$LIBOBJS$ac_delim
13903     LTLIBOBJS!$LTLIBOBJS$ac_delim
13904     _ACEOF
13905 root 1.105
13906 ayin 1.110 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 10; then
13907 ayin 1.108 break
13908     elif $ac_last_try; then
13909     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
13910     echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
13911     { (exit 1); exit 1; }; }
13912     else
13913     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
13914 root 1.105 fi
13915 ayin 1.108 done
13916    
13917     ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
13918     if test -n "$ac_eof"; then
13919     ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
13920     ac_eof=`expr $ac_eof + 1`
13921     fi
13922 ayin 1.104
13923 ayin 1.108 cat >>$CONFIG_STATUS <<_ACEOF
13924     cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
13925     /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
13926 root 1.105 _ACEOF
13927 ayin 1.108 sed '
13928     s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
13929     s/^/s,@/; s/!/@,|#_!!_#|/
13930     :n
13931     t n
13932     s/'"$ac_delim"'$/,g/; t
13933     s/$/\\/; p
13934     N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
13935     ' >>$CONFIG_STATUS <conf$$subs.sed
13936     rm -f conf$$subs.sed
13937     cat >>$CONFIG_STATUS <<_ACEOF
13938     :end
13939     s/|#_!!_#|//g
13940     CEOF$ac_eof
13941     _ACEOF
13942    
13943    
13944     # VPATH may cause trouble with some makes, so we remove $(srcdir),
13945     # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
13946     # trailing colons and then remove the whole line if VPATH becomes empty
13947     # (actually we leave an empty line to preserve line numbers).
13948     if test "x$srcdir" = x.; then
13949     ac_vpsub='/^[ ]*VPATH[ ]*=/{
13950     s/:*\$(srcdir):*/:/
13951     s/:*\${srcdir}:*/:/
13952     s/:*@srcdir@:*/:/
13953     s/^\([^=]*=[ ]*\):*/\1/
13954     s/:*$//
13955     s/^[^=]*=[ ]*$//
13956     }'
13957     fi
13958    
13959 pcg 1.11 cat >>$CONFIG_STATUS <<\_ACEOF
13960 ayin 1.108 fi # test -n "$CONFIG_FILES"
13961    
13962    
13963     for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS
13964     do
13965     case $ac_tag in
13966     :[FHLC]) ac_mode=$ac_tag; continue;;
13967     esac
13968     case $ac_mode$ac_tag in
13969     :[FHL]*:*);;
13970     :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
13971     echo "$as_me: error: Invalid tag $ac_tag." >&2;}
13972     { (exit 1); exit 1; }; };;
13973     :[FH]-) ac_tag=-:-;;
13974     :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
13975     esac
13976     ac_save_IFS=$IFS
13977     IFS=:
13978     set x $ac_tag
13979     IFS=$ac_save_IFS
13980     shift
13981     ac_file=$1
13982     shift
13983    
13984     case $ac_mode in
13985     :L) ac_source=$1;;
13986     :[FH])
13987     ac_file_inputs=
13988     for ac_f
13989     do
13990     case $ac_f in
13991     -) ac_f="$tmp/stdin";;
13992     *) # Look for the file first in the build tree, then in the source tree
13993     # (if the path is not absolute). The absolute path cannot be DOS-style,
13994     # because $ac_f cannot contain `:'.
13995     test -f "$ac_f" ||
13996     case $ac_f in
13997     [\\/$]*) false;;
13998     *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
13999     esac ||
14000     { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
14001     echo "$as_me: error: cannot find input file: $ac_f" >&2;}
14002     { (exit 1); exit 1; }; };;
14003     esac
14004     ac_file_inputs="$ac_file_inputs $ac_f"
14005     done
14006    
14007     # Let's still pretend it is `configure' which instantiates (i.e., don't
14008     # use $as_me), people would be surprised to read:
14009     # /* config.h. Generated by config.status. */
14010     configure_input="Generated from "`IFS=:
14011     echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
14012     if test x"$ac_file" != x-; then
14013     configure_input="$ac_file. $configure_input"
14014     { echo "$as_me:$LINENO: creating $ac_file" >&5
14015     echo "$as_me: creating $ac_file" >&6;}
14016     fi
14017    
14018     case $ac_tag in
14019     *:-:* | *:-) cat >"$tmp/stdin";;
14020     esac
14021     ;;
14022 ayin 1.102 esac
14023    
14024 ayin 1.108 ac_dir=`$as_dirname -- "$ac_file" ||
14025 pcg 1.11 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14026     X"$ac_file" : 'X\(//\)[^/]' \| \
14027     X"$ac_file" : 'X\(//\)$' \| \
14028 ayin 1.108 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
14029 pcg 1.11 echo X"$ac_file" |
14030 ayin 1.108 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14031     s//\1/
14032     q
14033     }
14034     /^X\(\/\/\)[^/].*/{
14035     s//\1/
14036     q
14037     }
14038     /^X\(\/\/\)$/{
14039     s//\1/
14040     q
14041     }
14042     /^X\(\/\).*/{
14043     s//\1/
14044     q
14045     }
14046     s/.*/./; q'`
14047     { as_dir="$ac_dir"
14048     case $as_dir in #(
14049     -*) as_dir=./$as_dir;;
14050     esac
14051     test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
14052 pcg 1.11 as_dirs=
14053 ayin 1.108 while :; do
14054     case $as_dir in #(
14055     *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
14056     *) as_qdir=$as_dir;;
14057     esac
14058     as_dirs="'$as_qdir' $as_dirs"
14059     as_dir=`$as_dirname -- "$as_dir" ||
14060 pcg 1.11 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14061     X"$as_dir" : 'X\(//\)[^/]' \| \
14062     X"$as_dir" : 'X\(//\)$' \| \
14063 ayin 1.108 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14064 pcg 1.11 echo X"$as_dir" |
14065 ayin 1.108 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14066     s//\1/
14067     q
14068     }
14069     /^X\(\/\/\)[^/].*/{
14070     s//\1/
14071     q
14072     }
14073     /^X\(\/\/\)$/{
14074     s//\1/
14075     q
14076     }
14077     /^X\(\/\).*/{
14078     s//\1/
14079     q
14080     }
14081     s/.*/./; q'`
14082     test -d "$as_dir" && break
14083 pcg 1.11 done
14084 ayin 1.108 test -z "$as_dirs" || eval "mkdir $as_dirs"
14085     } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
14086     echo "$as_me: error: cannot create directory $as_dir" >&2;}
14087 pcg 1.11 { (exit 1); exit 1; }; }; }
14088     ac_builddir=.
14089    
14090 ayin 1.108 case "$ac_dir" in
14091     .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
14092     *)
14093 pcg 1.11 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
14094 ayin 1.108 # A ".." for each directory in $ac_dir_suffix.
14095     ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
14096     case $ac_top_builddir_sub in
14097     "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
14098     *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
14099     esac ;;
14100     esac
14101     ac_abs_top_builddir=$ac_pwd
14102     ac_abs_builddir=$ac_pwd$ac_dir_suffix
14103     # for backward compatibility:
14104     ac_top_builddir=$ac_top_build_prefix
14105 pcg 1.11
14106     case $srcdir in
14107 ayin 1.108 .) # We are building in place.
14108 pcg 1.11 ac_srcdir=.
14109 ayin 1.108 ac_top_srcdir=$ac_top_builddir_sub
14110     ac_abs_top_srcdir=$ac_pwd ;;
14111     [\\/]* | ?:[\\/]* ) # Absolute name.
14112 pcg 1.11 ac_srcdir=$srcdir$ac_dir_suffix;
14113 ayin 1.108 ac_top_srcdir=$srcdir
14114     ac_abs_top_srcdir=$srcdir ;;
14115     *) # Relative name.
14116     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
14117     ac_top_srcdir=$ac_top_build_prefix$srcdir
14118     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
14119 pcg 1.11 esac
14120 ayin 1.108 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
14121 pcg 1.11
14122    
14123 ayin 1.108 case $ac_mode in
14124     :F)
14125     #
14126     # CONFIG_FILE
14127     #
14128 pcg 1.1
14129 pcg 1.11 case $INSTALL in
14130     [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
14131 ayin 1.108 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
14132 pcg 1.1 esac
14133 ayin 1.108 _ACEOF
14134 pcg 1.1
14135 ayin 1.108 cat >>$CONFIG_STATUS <<\_ACEOF
14136     # If the template does not know about datarootdir, expand it.
14137     # FIXME: This hack should be removed a few years after 2.60.
14138     ac_datarootdir_hack=; ac_datarootdir_seen=
14139    
14140     case `sed -n '/datarootdir/ {
14141     p
14142     q
14143     }
14144     /@datadir@/p
14145     /@docdir@/p
14146     /@infodir@/p
14147     /@localedir@/p
14148     /@mandir@/p
14149     ' $ac_file_inputs` in
14150     *datarootdir*) ac_datarootdir_seen=yes;;
14151     *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
14152     { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
14153     echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
14154     _ACEOF
14155     cat >>$CONFIG_STATUS <<_ACEOF
14156     ac_datarootdir_hack='
14157     s&@datadir@&$datadir&g
14158     s&@docdir@&$docdir&g
14159     s&@infodir@&$infodir&g
14160     s&@localedir@&$localedir&g
14161     s&@mandir@&$mandir&g
14162     s&\\\${datarootdir}&$datarootdir&g' ;;
14163     esac
14164 root 1.105 _ACEOF
14165 ayin 1.108
14166     # Neutralize VPATH when `$srcdir' = `.'.
14167     # Shell code in configure.ac might set extrasub.
14168     # FIXME: do we really want to maintain this feature?
14169 root 1.105 cat >>$CONFIG_STATUS <<_ACEOF
14170 pcg 1.11 sed "$ac_vpsub
14171     $extrasub
14172     _ACEOF
14173     cat >>$CONFIG_STATUS <<\_ACEOF
14174     :t
14175     /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
14176 ayin 1.108 s&@configure_input@&$configure_input&;t t
14177     s&@top_builddir@&$ac_top_builddir_sub&;t t
14178     s&@srcdir@&$ac_srcdir&;t t
14179     s&@abs_srcdir@&$ac_abs_srcdir&;t t
14180     s&@top_srcdir@&$ac_top_srcdir&;t t
14181     s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
14182     s&@builddir@&$ac_builddir&;t t
14183     s&@abs_builddir@&$ac_abs_builddir&;t t
14184     s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
14185     s&@INSTALL@&$ac_INSTALL&;t t
14186     $ac_datarootdir_hack
14187     " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
14188    
14189     test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
14190     { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
14191     { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
14192     { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14193     which seems to be undefined. Please make sure it is defined." >&5
14194     echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14195     which seems to be undefined. Please make sure it is defined." >&2;}
14196 ayin 1.106
14197 ayin 1.108 rm -f "$tmp/stdin"
14198 pcg 1.11 case $ac_file in
14199 ayin 1.108 -) cat "$tmp/out"; rm -f "$tmp/out";;
14200     *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
14201 pcg 1.1 esac
14202 ayin 1.108 ;;
14203     :H)
14204     #
14205     # CONFIG_HEADER
14206     #
14207     _ACEOF
14208    
14209     # Transform confdefs.h into a sed script `conftest.defines', that
14210     # substitutes the proper values into config.h.in to produce config.h.
14211     rm -f conftest.defines conftest.tail
14212     # First, append a space to every undef/define line, to ease matching.
14213     echo 's/$/ /' >conftest.defines
14214     # Then, protect against being on the right side of a sed subst, or in
14215     # an unquoted here document, in config.status. If some macros were
14216     # called several times there might be several #defines for the same
14217     # symbol, which is useless. But do not sort them, since the last
14218     # AC_DEFINE must be honored.
14219     ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
14220     # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
14221     # NAME is the cpp macro being defined, VALUE is the value it is being given.
14222     # PARAMS is the parameter list in the macro definition--in most cases, it's
14223     # just an empty string.
14224     ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
14225     ac_dB='\\)[ (].*,\\1define\\2'
14226     ac_dC=' '
14227     ac_dD=' ,'
14228 pcg 1.1
14229 ayin 1.108 uniq confdefs.h |
14230     sed -n '
14231     t rset
14232     :rset
14233     s/^[ ]*#[ ]*define[ ][ ]*//
14234     t ok
14235     d
14236     :ok
14237     s/[\\&,]/\\&/g
14238     s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
14239     s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
14240     ' >>conftest.defines
14241 ayin 1.104
14242 ayin 1.108 # Remove the space that was appended to ease matching.
14243     # Then replace #undef with comments. This is necessary, for
14244 pcg 1.1 # example, in the case of _POSIX_SOURCE, which is predefined and required
14245     # on some systems where configure will not decide to define it.
14246 ayin 1.108 # (The regexp can be short, since the line contains either #define or #undef.)
14247     echo 's/ $//
14248     s,^[ #]*u.*,/* & */,' >>conftest.defines
14249    
14250     # Break up conftest.defines:
14251     ac_max_sed_lines=50
14252    
14253     # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
14254     # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
14255     # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
14256     # et cetera.
14257     ac_in='$ac_file_inputs'
14258     ac_out='"$tmp/out1"'
14259     ac_nxt='"$tmp/out2"'
14260    
14261     while :
14262     do
14263     # Write a here document:
14264     cat >>$CONFIG_STATUS <<_ACEOF
14265     # First, check the format of the line:
14266     cat >"\$tmp/defines.sed" <<\\CEOF
14267     /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
14268     /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
14269     b
14270     :def
14271 pcg 1.11 _ACEOF
14272 ayin 1.108 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
14273 pcg 1.11 echo 'CEOF
14274 ayin 1.108 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
14275     ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
14276     sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
14277     grep . conftest.tail >/dev/null || break
14278 pcg 1.11 rm -f conftest.defines
14279     mv conftest.tail conftest.defines
14280     done
14281 ayin 1.108 rm -f conftest.defines conftest.tail
14282 pcg 1.11
14283 ayin 1.108 echo "ac_result=$ac_in" >>$CONFIG_STATUS
14284 pcg 1.11 cat >>$CONFIG_STATUS <<\_ACEOF
14285     if test x"$ac_file" != x-; then
14286 ayin 1.108 echo "/* $configure_input */" >"$tmp/config.h"
14287     cat "$ac_result" >>"$tmp/config.h"
14288     if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
14289 pcg 1.11 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
14290     echo "$as_me: $ac_file is unchanged" >&6;}
14291     else
14292     rm -f $ac_file
14293 ayin 1.108 mv "$tmp/config.h" $ac_file
14294 pcg 1.1 fi
14295 pcg 1.11 else
14296 ayin 1.108 echo "/* $configure_input */"
14297     cat "$ac_result"
14298 pcg 1.1 fi
14299 ayin 1.108 rm -f "$tmp/out12"
14300     ;;
14301    
14302    
14303     esac
14304    
14305     done # for ac_tag
14306 pcg 1.11
14307 pcg 1.1
14308 pcg 1.11 { (exit 0); exit 0; }
14309     _ACEOF
14310     chmod +x $CONFIG_STATUS
14311     ac_clean_files=$ac_clean_files_save
14312 pcg 1.1
14313    
14314 pcg 1.11 # configure is writing to config.log, and then calls config.status.
14315     # config.status does its own redirection, appending to config.log.
14316     # Unfortunately, on DOS this fails, as config.log is still kept open
14317     # by configure, so config.status won't be able to write to it; its
14318     # output is simply discarded. So we exec the FD to /dev/null,
14319     # effectively closing config.log, so it can be properly (re)opened and
14320     # appended to by config.status. When coming back to configure, we
14321     # need to make the FD available again.
14322     if test "$no_create" != yes; then
14323     ac_cs_success=:
14324     ac_config_status_args=
14325     test "$silent" = yes &&
14326     ac_config_status_args="$ac_config_status_args --quiet"
14327     exec 5>/dev/null
14328     $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
14329     exec 5>>config.log
14330     # Use ||, not &&, to avoid exiting from the if with $? = 1, which
14331     # would make configure fail if this is the last instruction.
14332     $ac_cs_success || { (exit 1); exit 1; }
14333     fi
14334 pcg 1.1
14335    
14336     echo "Configuration:
14337    
14338     Rxvt version: $VERSION : $DATE
14339     Source code location: $srcdir
14340     Install path: ${prefix}/bin
14341 pcg 1.13 Compiler: $CXX
14342 root 1.100 Compiler flags: $CXXFLAGS
14343 pcg 1.13 Linker: $LINKER"
14344 pcg 1.1
14345     if test x$term != x; then
14346 pcg 1.18 echo " set TERM to: $term"
14347 pcg 1.1 fi
14348     if test x$terminfo != x; then
14349 pcg 1.18 echo " set TERMINFO to: $terminfo"
14350     fi
14351     echo " default resource name: $RESNAME"
14352     echo " resource class: $RESCLASS"
14353     if test x$RESFALLBACK != x; then
14354     echo " resource class fallback: $RESFALLBACK"
14355 pcg 1.1 fi
14356 pcg 1.18 echo
14357 root 1.89 echo " embedded perl: $support_perl"
14358 root 1.109 echo " libafterimage: $support_afterimage"
14359 root 1.89 echo
14360 pcg 1.1 if test x$support_xim = xyes -a x$rxvt_cv_func_xlocale = xno; then
14361     echo ".----------------------------------------------------------------."
14362     echo ". WARNING: --enable-xim was specified however the locale support ."
14363     echo ". functions could not be found. ."
14364     echo ". XIM is now being DISABLED! ."
14365     echo ".----------------------------------------------------------------."
14366     fi
14367 pcg 1.20
14368 root 1.96 echo "*** Optionally check src/feature.h for further, rarely used options ***"
14369 pcg 1.20 echo
14370