ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/configure
Revision: 1.64
Committed: Tue Jan 10 18:09:22 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.63: +8 -0 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 pcg 1.11 # Generated by GNU Autoconf 2.59.
4 pcg 1.1 #
5 pcg 1.11 # Copyright (C) 2003 Free Software Foundation, Inc.
6 pcg 1.1 # This configure script is free software; the Free Software Foundation
7     # gives unlimited permission to copy, distribute and modify it.
8 pcg 1.11 ## --------------------- ##
9     ## M4sh Initialization. ##
10     ## --------------------- ##
11    
12     # Be Bourne compatible
13     if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
14     emulate sh
15     NULLCMD=:
16     # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
17     # is contrary to our usage. Disable this feature.
18     alias -g '${1+"$@"}'='"$@"'
19     elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
20     set -o posix
21     fi
22     DUALCASE=1; export DUALCASE # for MKS sh
23    
24     # Support unset when possible.
25     if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
26     as_unset=unset
27     else
28     as_unset=false
29     fi
30    
31    
32     # Work around bugs in pre-3.0 UWIN ksh.
33     $as_unset ENV MAIL MAILPATH
34     PS1='$ '
35     PS2='> '
36     PS4='+ '
37    
38     # NLS nuisances.
39     for as_var in \
40     LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
41     LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
42     LC_TELEPHONE LC_TIME
43     do
44     if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
45     eval $as_var=C; export $as_var
46     else
47     $as_unset $as_var
48     fi
49     done
50    
51     # Required to use basename.
52     if expr a : '\(a\)' >/dev/null 2>&1; then
53     as_expr=expr
54     else
55     as_expr=false
56     fi
57    
58     if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
59     as_basename=basename
60     else
61     as_basename=false
62     fi
63    
64    
65     # Name of the executable.
66     as_me=`$as_basename "$0" ||
67     $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
68     X"$0" : 'X\(//\)$' \| \
69     X"$0" : 'X\(/\)$' \| \
70     . : '\(.\)' 2>/dev/null ||
71     echo X/"$0" |
72     sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
73     /^X\/\(\/\/\)$/{ s//\1/; q; }
74     /^X\/\(\/\).*/{ s//\1/; q; }
75     s/.*/./; q'`
76    
77    
78     # PATH needs CR, and LINENO needs CR and PATH.
79     # Avoid depending upon Character Ranges.
80     as_cr_letters='abcdefghijklmnopqrstuvwxyz'
81     as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
82     as_cr_Letters=$as_cr_letters$as_cr_LETTERS
83     as_cr_digits='0123456789'
84     as_cr_alnum=$as_cr_Letters$as_cr_digits
85    
86     # The user is always right.
87     if test "${PATH_SEPARATOR+set}" != set; then
88     echo "#! /bin/sh" >conf$$.sh
89     echo "exit 0" >>conf$$.sh
90     chmod +x conf$$.sh
91     if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
92     PATH_SEPARATOR=';'
93     else
94     PATH_SEPARATOR=:
95     fi
96     rm -f conf$$.sh
97     fi
98    
99    
100     as_lineno_1=$LINENO
101     as_lineno_2=$LINENO
102     as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
103     test "x$as_lineno_1" != "x$as_lineno_2" &&
104     test "x$as_lineno_3" = "x$as_lineno_2" || {
105     # Find who we are. Look in the path if we contain no path at all
106     # relative or not.
107     case $0 in
108     *[\\/]* ) as_myself=$0 ;;
109     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
110     for as_dir in $PATH
111     do
112     IFS=$as_save_IFS
113     test -z "$as_dir" && as_dir=.
114     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
115     done
116    
117     ;;
118     esac
119     # We did not find ourselves, most probably we were run as `sh COMMAND'
120     # in which case we are not to be found in the path.
121     if test "x$as_myself" = x; then
122     as_myself=$0
123     fi
124     if test ! -f "$as_myself"; then
125     { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
126     { (exit 1); exit 1; }; }
127     fi
128     case $CONFIG_SHELL in
129     '')
130     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
131     for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
132     do
133     IFS=$as_save_IFS
134     test -z "$as_dir" && as_dir=.
135     for as_base in sh bash ksh sh5; do
136     case $as_dir in
137     /*)
138     if ("$as_dir/$as_base" -c '
139     as_lineno_1=$LINENO
140     as_lineno_2=$LINENO
141     as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
142     test "x$as_lineno_1" != "x$as_lineno_2" &&
143     test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
144     $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
145     $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
146     CONFIG_SHELL=$as_dir/$as_base
147     export CONFIG_SHELL
148     exec "$CONFIG_SHELL" "$0" ${1+"$@"}
149     fi;;
150     esac
151     done
152     done
153     ;;
154     esac
155    
156     # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
157     # uniformly replaced by the line number. The first 'sed' inserts a
158     # line-number line before each line; the second 'sed' does the real
159     # work. The second script uses 'N' to pair each line-number line
160     # with the numbered line, and appends trailing '-' during
161     # substitution so that $LINENO is not a special case at line end.
162     # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
163     # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
164     sed '=' <$as_myself |
165     sed '
166     N
167     s,$,-,
168     : loop
169     s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
170     t loop
171     s,-$,,
172     s,^['$as_cr_digits']*\n,,
173     ' >$as_me.lineno &&
174     chmod +x $as_me.lineno ||
175     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
176     { (exit 1); exit 1; }; }
177    
178     # Don't try to exec as it changes $[0], causing all sort of problems
179     # (the dirname of $[0] is not the place where we might find the
180     # original and so on. Autoconf is especially sensible to this).
181     . ./$as_me.lineno
182     # Exit status is that of the last command.
183     exit
184     }
185    
186    
187     case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
188     *c*,-n*) ECHO_N= ECHO_C='
189     ' ECHO_T=' ' ;;
190     *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
191     *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
192     esac
193    
194     if expr a : '\(a\)' >/dev/null 2>&1; then
195     as_expr=expr
196     else
197     as_expr=false
198     fi
199    
200     rm -f conf$$ conf$$.exe conf$$.file
201     echo >conf$$.file
202     if ln -s conf$$.file conf$$ 2>/dev/null; then
203     # We could just check for DJGPP; but this test a) works b) is more generic
204     # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
205     if test -f conf$$.exe; then
206     # Don't use ln at all; we don't have any links
207     as_ln_s='cp -p'
208     else
209     as_ln_s='ln -s'
210     fi
211     elif ln conf$$.file conf$$ 2>/dev/null; then
212     as_ln_s=ln
213     else
214     as_ln_s='cp -p'
215     fi
216     rm -f conf$$ conf$$.exe conf$$.file
217    
218     if mkdir -p . 2>/dev/null; then
219     as_mkdir_p=:
220     else
221     test -d ./-p && rmdir ./-p
222     as_mkdir_p=false
223     fi
224    
225     as_executable_p="test -f"
226    
227     # Sed expression to map a string onto a valid CPP name.
228     as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
229    
230     # Sed expression to map a string onto a valid variable name.
231     as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
232    
233    
234     # IFS
235     # We need space, tab and new line, in precisely that order.
236     as_nl='
237     '
238     IFS=" $as_nl"
239    
240     # CDPATH.
241     $as_unset CDPATH
242 pcg 1.1
243    
244 pcg 1.11 # Name of the host.
245     # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
246     # so uname gets run too.
247     ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
248    
249     exec 6>&1
250    
251     #
252     # Initializations.
253     #
254     ac_default_prefix=/usr/local
255     ac_config_libobj_dir=.
256     cross_compiling=no
257     subdirs=
258     MFLAGS=
259     MAKEFLAGS=
260     SHELL=${CONFIG_SHELL-/bin/sh}
261    
262     # Maximum number of lines to put in a shell here document.
263     # This variable seems obsolete. It should probably be removed, and
264     # only ac_max_sed_lines should be used.
265     : ${ac_max_here_lines=38}
266    
267     # Identity of this package.
268     PACKAGE_NAME=
269     PACKAGE_TARNAME=
270     PACKAGE_VERSION=
271     PACKAGE_STRING=
272     PACKAGE_BUGREPORT=
273    
274     ac_unique_file="src/feature.h"
275     # Factoring default headers for most tests.
276     ac_includes_default="\
277     #include <stdio.h>
278     #if HAVE_SYS_TYPES_H
279     # include <sys/types.h>
280     #endif
281     #if HAVE_SYS_STAT_H
282     # include <sys/stat.h>
283     #endif
284     #if STDC_HEADERS
285     # include <stdlib.h>
286     # include <stddef.h>
287     #else
288     # if HAVE_STDLIB_H
289     # include <stdlib.h>
290     # endif
291     #endif
292     #if HAVE_STRING_H
293     # if !STDC_HEADERS && HAVE_MEMORY_H
294     # include <memory.h>
295     # endif
296     # include <string.h>
297     #endif
298     #if HAVE_STRINGS_H
299     # include <strings.h>
300     #endif
301     #if HAVE_INTTYPES_H
302     # include <inttypes.h>
303     #else
304     # if HAVE_STDINT_H
305     # include <stdint.h>
306     # endif
307     #endif
308     #if HAVE_UNISTD_H
309     # include <unistd.h>
310     #endif"
311    
312 root 1.61 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os VERSION DATE LSMDATE LIBVERSION CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CXX CXXFLAGS ac_ct_CXX CPP INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA AWK LINKER CXXCPP EGREP INSTALL_LIBRXVT RXVTNAME MV RM CP LN SED ECHO CMP TBL TIC X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS XPM_CPPFLAGS XPM_CFLAGS XPM_LIBS rxvt_int16_typedef rxvt_uint16_typedef rxvt_int32_typedef rxvt_uint32_typedef rxvt_intp_define rxvt_u_intp_define PERL PERLLIB PERLFLAGS PERLPRIVLIBEXP IF_PERL PERL_O DEBUG DINCLUDE DLIB include_stdint_h include_stdarg_h include_stdlib_h include_unistd_h include_string_h include_fcntl_h include_util_h include_assert_h include_sys_ioctl_h include_sys_select_h include_sys_strredir_h include_sys_time_h include_time_h LIBOBJS LTLIBOBJS'
313 pcg 1.11 ac_subst_files='MCOMMON'
314 pcg 1.1
315     # Initialize some variables set by options.
316 pcg 1.11 ac_init_help=
317     ac_init_version=false
318 pcg 1.1 # The variables have the same names as the options, with
319     # dashes changed to underlines.
320 pcg 1.11 cache_file=/dev/null
321 pcg 1.1 exec_prefix=NONE
322     no_create=
323     no_recursion=
324     prefix=NONE
325     program_prefix=NONE
326     program_suffix=NONE
327     program_transform_name=s,x,x,
328     silent=
329     site=
330     srcdir=
331     verbose=
332     x_includes=NONE
333     x_libraries=NONE
334 pcg 1.11
335     # Installation directory options.
336     # These are left unexpanded so users can "make install exec_prefix=/foo"
337     # and all the variables that are supposed to be based on exec_prefix
338     # by default will actually change.
339     # Use braces instead of parens because sh, perl, etc. also accept them.
340 pcg 1.1 bindir='${exec_prefix}/bin'
341     sbindir='${exec_prefix}/sbin'
342     libexecdir='${exec_prefix}/libexec'
343     datadir='${prefix}/share'
344     sysconfdir='${prefix}/etc'
345     sharedstatedir='${prefix}/com'
346     localstatedir='${prefix}/var'
347     libdir='${exec_prefix}/lib'
348     includedir='${prefix}/include'
349     oldincludedir='/usr/include'
350     infodir='${prefix}/info'
351     mandir='${prefix}/man'
352    
353     ac_prev=
354     for ac_option
355     do
356     # If the previous option needs an argument, assign it.
357     if test -n "$ac_prev"; then
358     eval "$ac_prev=\$ac_option"
359     ac_prev=
360     continue
361     fi
362    
363 pcg 1.11 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
364 pcg 1.1
365     # Accept the important Cygnus configure options, so we can diagnose typos.
366    
367 pcg 1.11 case $ac_option in
368 pcg 1.1
369     -bindir | --bindir | --bindi | --bind | --bin | --bi)
370     ac_prev=bindir ;;
371     -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
372 pcg 1.11 bindir=$ac_optarg ;;
373 pcg 1.1
374     -build | --build | --buil | --bui | --bu)
375 pcg 1.11 ac_prev=build_alias ;;
376 pcg 1.1 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
377 pcg 1.11 build_alias=$ac_optarg ;;
378 pcg 1.1
379     -cache-file | --cache-file | --cache-fil | --cache-fi \
380     | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
381     ac_prev=cache_file ;;
382     -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
383     | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
384 pcg 1.11 cache_file=$ac_optarg ;;
385    
386     --config-cache | -C)
387     cache_file=config.cache ;;
388 pcg 1.1
389     -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
390     ac_prev=datadir ;;
391     -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
392     | --da=*)
393 pcg 1.11 datadir=$ac_optarg ;;
394 pcg 1.1
395     -disable-* | --disable-*)
396 pcg 1.11 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
397 pcg 1.1 # Reject names that are not valid shell variable names.
398 pcg 1.11 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
399     { echo "$as_me: error: invalid feature name: $ac_feature" >&2
400     { (exit 1); exit 1; }; }
401     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
402     eval "enable_$ac_feature=no" ;;
403 pcg 1.1
404     -enable-* | --enable-*)
405 pcg 1.11 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
406 pcg 1.1 # Reject names that are not valid shell variable names.
407 pcg 1.11 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
408     { echo "$as_me: error: invalid feature name: $ac_feature" >&2
409     { (exit 1); exit 1; }; }
410     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
411     case $ac_option in
412     *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
413 pcg 1.1 *) ac_optarg=yes ;;
414     esac
415 pcg 1.11 eval "enable_$ac_feature='$ac_optarg'" ;;
416 pcg 1.1
417     -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
418     | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
419     | --exec | --exe | --ex)
420     ac_prev=exec_prefix ;;
421     -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
422     | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
423     | --exec=* | --exe=* | --ex=*)
424 pcg 1.11 exec_prefix=$ac_optarg ;;
425 pcg 1.1
426     -gas | --gas | --ga | --g)
427     # Obsolete; use --with-gas.
428     with_gas=yes ;;
429    
430 pcg 1.11 -help | --help | --hel | --he | -h)
431     ac_init_help=long ;;
432     -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
433     ac_init_help=recursive ;;
434     -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
435     ac_init_help=short ;;
436 pcg 1.1
437     -host | --host | --hos | --ho)
438 pcg 1.11 ac_prev=host_alias ;;
439 pcg 1.1 -host=* | --host=* | --hos=* | --ho=*)
440 pcg 1.11 host_alias=$ac_optarg ;;
441 pcg 1.1
442     -includedir | --includedir | --includedi | --included | --include \
443     | --includ | --inclu | --incl | --inc)
444     ac_prev=includedir ;;
445     -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
446     | --includ=* | --inclu=* | --incl=* | --inc=*)
447 pcg 1.11 includedir=$ac_optarg ;;
448 pcg 1.1
449     -infodir | --infodir | --infodi | --infod | --info | --inf)
450     ac_prev=infodir ;;
451     -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
452 pcg 1.11 infodir=$ac_optarg ;;
453 pcg 1.1
454     -libdir | --libdir | --libdi | --libd)
455     ac_prev=libdir ;;
456     -libdir=* | --libdir=* | --libdi=* | --libd=*)
457 pcg 1.11 libdir=$ac_optarg ;;
458 pcg 1.1
459     -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
460     | --libexe | --libex | --libe)
461     ac_prev=libexecdir ;;
462     -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
463     | --libexe=* | --libex=* | --libe=*)
464 pcg 1.11 libexecdir=$ac_optarg ;;
465 pcg 1.1
466     -localstatedir | --localstatedir | --localstatedi | --localstated \
467     | --localstate | --localstat | --localsta | --localst \
468     | --locals | --local | --loca | --loc | --lo)
469     ac_prev=localstatedir ;;
470     -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
471     | --localstate=* | --localstat=* | --localsta=* | --localst=* \
472     | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
473 pcg 1.11 localstatedir=$ac_optarg ;;
474 pcg 1.1
475     -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
476     ac_prev=mandir ;;
477     -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
478 pcg 1.11 mandir=$ac_optarg ;;
479 pcg 1.1
480     -nfp | --nfp | --nf)
481     # Obsolete; use --without-fp.
482     with_fp=no ;;
483    
484     -no-create | --no-create | --no-creat | --no-crea | --no-cre \
485 pcg 1.11 | --no-cr | --no-c | -n)
486 pcg 1.1 no_create=yes ;;
487    
488     -no-recursion | --no-recursion | --no-recursio | --no-recursi \
489     | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
490     no_recursion=yes ;;
491    
492     -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
493     | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
494     | --oldin | --oldi | --old | --ol | --o)
495     ac_prev=oldincludedir ;;
496     -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
497     | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
498     | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
499 pcg 1.11 oldincludedir=$ac_optarg ;;
500 pcg 1.1
501     -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
502     ac_prev=prefix ;;
503     -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
504 pcg 1.11 prefix=$ac_optarg ;;
505 pcg 1.1
506     -program-prefix | --program-prefix | --program-prefi | --program-pref \
507     | --program-pre | --program-pr | --program-p)
508     ac_prev=program_prefix ;;
509     -program-prefix=* | --program-prefix=* | --program-prefi=* \
510     | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
511 pcg 1.11 program_prefix=$ac_optarg ;;
512 pcg 1.1
513     -program-suffix | --program-suffix | --program-suffi | --program-suff \
514     | --program-suf | --program-su | --program-s)
515     ac_prev=program_suffix ;;
516     -program-suffix=* | --program-suffix=* | --program-suffi=* \
517     | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
518 pcg 1.11 program_suffix=$ac_optarg ;;
519 pcg 1.1
520     -program-transform-name | --program-transform-name \
521     | --program-transform-nam | --program-transform-na \
522     | --program-transform-n | --program-transform- \
523     | --program-transform | --program-transfor \
524     | --program-transfo | --program-transf \
525     | --program-trans | --program-tran \
526     | --progr-tra | --program-tr | --program-t)
527     ac_prev=program_transform_name ;;
528     -program-transform-name=* | --program-transform-name=* \
529     | --program-transform-nam=* | --program-transform-na=* \
530     | --program-transform-n=* | --program-transform-=* \
531     | --program-transform=* | --program-transfor=* \
532     | --program-transfo=* | --program-transf=* \
533     | --program-trans=* | --program-tran=* \
534     | --progr-tra=* | --program-tr=* | --program-t=*)
535 pcg 1.11 program_transform_name=$ac_optarg ;;
536 pcg 1.1
537     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
538     | -silent | --silent | --silen | --sile | --sil)
539     silent=yes ;;
540    
541     -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
542     ac_prev=sbindir ;;
543     -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
544     | --sbi=* | --sb=*)
545 pcg 1.11 sbindir=$ac_optarg ;;
546 pcg 1.1
547     -sharedstatedir | --sharedstatedir | --sharedstatedi \
548     | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
549     | --sharedst | --shareds | --shared | --share | --shar \
550     | --sha | --sh)
551     ac_prev=sharedstatedir ;;
552     -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
553     | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
554     | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
555     | --sha=* | --sh=*)
556 pcg 1.11 sharedstatedir=$ac_optarg ;;
557 pcg 1.1
558     -site | --site | --sit)
559     ac_prev=site ;;
560     -site=* | --site=* | --sit=*)
561 pcg 1.11 site=$ac_optarg ;;
562 pcg 1.1
563     -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
564     ac_prev=srcdir ;;
565     -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
566 pcg 1.11 srcdir=$ac_optarg ;;
567 pcg 1.1
568     -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
569     | --syscon | --sysco | --sysc | --sys | --sy)
570     ac_prev=sysconfdir ;;
571     -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
572     | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
573 pcg 1.11 sysconfdir=$ac_optarg ;;
574 pcg 1.1
575     -target | --target | --targe | --targ | --tar | --ta | --t)
576 pcg 1.11 ac_prev=target_alias ;;
577 pcg 1.1 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
578 pcg 1.11 target_alias=$ac_optarg ;;
579 pcg 1.1
580     -v | -verbose | --verbose | --verbos | --verbo | --verb)
581     verbose=yes ;;
582    
583 pcg 1.11 -version | --version | --versio | --versi | --vers | -V)
584     ac_init_version=: ;;
585 pcg 1.1
586     -with-* | --with-*)
587 pcg 1.11 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
588 pcg 1.1 # Reject names that are not valid shell variable names.
589 pcg 1.11 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
590     { echo "$as_me: error: invalid package name: $ac_package" >&2
591     { (exit 1); exit 1; }; }
592 pcg 1.1 ac_package=`echo $ac_package| sed 's/-/_/g'`
593 pcg 1.11 case $ac_option in
594     *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
595 pcg 1.1 *) ac_optarg=yes ;;
596     esac
597 pcg 1.11 eval "with_$ac_package='$ac_optarg'" ;;
598 pcg 1.1
599     -without-* | --without-*)
600 pcg 1.11 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
601 pcg 1.1 # Reject names that are not valid shell variable names.
602 pcg 1.11 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
603     { echo "$as_me: error: invalid package name: $ac_package" >&2
604     { (exit 1); exit 1; }; }
605     ac_package=`echo $ac_package | sed 's/-/_/g'`
606     eval "with_$ac_package=no" ;;
607 pcg 1.1
608     --x)
609     # Obsolete; use --with-x.
610     with_x=yes ;;
611    
612     -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
613     | --x-incl | --x-inc | --x-in | --x-i)
614     ac_prev=x_includes ;;
615     -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
616     | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
617 pcg 1.11 x_includes=$ac_optarg ;;
618 pcg 1.1
619     -x-libraries | --x-libraries | --x-librarie | --x-librari \
620     | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
621     ac_prev=x_libraries ;;
622     -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
623     | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
624 pcg 1.11 x_libraries=$ac_optarg ;;
625 pcg 1.1
626 pcg 1.11 -*) { echo "$as_me: error: unrecognized option: $ac_option
627     Try \`$0 --help' for more information." >&2
628     { (exit 1); exit 1; }; }
629 pcg 1.1 ;;
630    
631 pcg 1.11 *=*)
632     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
633     # Reject names that are not valid shell variable names.
634     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
635     { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
636     { (exit 1); exit 1; }; }
637     ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
638     eval "$ac_envvar='$ac_optarg'"
639     export $ac_envvar ;;
640    
641 pcg 1.1 *)
642 pcg 1.11 # FIXME: should be removed in autoconf 3.0.
643     echo "$as_me: WARNING: you should use --build, --host, --target" >&2
644     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
645     echo "$as_me: WARNING: invalid host type: $ac_option" >&2
646     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
647 pcg 1.1 ;;
648    
649     esac
650     done
651    
652     if test -n "$ac_prev"; then
653 pcg 1.11 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
654     { echo "$as_me: error: missing argument to $ac_option" >&2
655     { (exit 1); exit 1; }; }
656 pcg 1.1 fi
657    
658 pcg 1.11 # Be sure to have absolute paths.
659     for ac_var in exec_prefix prefix
660     do
661     eval ac_val=$`echo $ac_var`
662     case $ac_val in
663     [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
664     *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
665     { (exit 1); exit 1; }; };;
666     esac
667     done
668 pcg 1.1
669 pcg 1.11 # Be sure to have absolute paths.
670     for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
671     localstatedir libdir includedir oldincludedir infodir mandir
672 pcg 1.1 do
673 pcg 1.11 eval ac_val=$`echo $ac_var`
674     case $ac_val in
675     [\\/$]* | ?:[\\/]* ) ;;
676     *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
677     { (exit 1); exit 1; }; };;
678 pcg 1.1 esac
679     done
680    
681 pcg 1.11 # There might be people who depend on the old broken behavior: `$host'
682     # used to hold the argument of --host etc.
683     # FIXME: To remove some day.
684     build=$build_alias
685     host=$host_alias
686     target=$target_alias
687    
688     # FIXME: To remove some day.
689     if test "x$host_alias" != x; then
690     if test "x$build_alias" = x; then
691     cross_compiling=maybe
692     echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
693     If a cross compiler is detected then cross compile mode will be used." >&2
694     elif test "x$build_alias" != "x$host_alias"; then
695     cross_compiling=yes
696     fi
697     fi
698    
699     ac_tool_prefix=
700     test -n "$host_alias" && ac_tool_prefix=$host_alias-
701 pcg 1.1
702 pcg 1.11 test "$silent" = yes && exec 6>/dev/null
703 pcg 1.1
704    
705     # Find the source files, if location was not specified.
706     if test -z "$srcdir"; then
707     ac_srcdir_defaulted=yes
708     # Try the directory containing this script, then its parent.
709 pcg 1.11 ac_confdir=`(dirname "$0") 2>/dev/null ||
710     $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
711     X"$0" : 'X\(//\)[^/]' \| \
712     X"$0" : 'X\(//\)$' \| \
713     X"$0" : 'X\(/\)' \| \
714     . : '\(.\)' 2>/dev/null ||
715     echo X"$0" |
716     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
717     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
718     /^X\(\/\/\)$/{ s//\1/; q; }
719     /^X\(\/\).*/{ s//\1/; q; }
720     s/.*/./; q'`
721 pcg 1.1 srcdir=$ac_confdir
722     if test ! -r $srcdir/$ac_unique_file; then
723     srcdir=..
724     fi
725     else
726     ac_srcdir_defaulted=no
727     fi
728     if test ! -r $srcdir/$ac_unique_file; then
729     if test "$ac_srcdir_defaulted" = yes; then
730 pcg 1.11 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
731     { (exit 1); exit 1; }; }
732 pcg 1.1 else
733 pcg 1.11 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
734     { (exit 1); exit 1; }; }
735 pcg 1.1 fi
736     fi
737 pcg 1.11 (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
738     { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
739     { (exit 1); exit 1; }; }
740     srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
741     ac_env_build_alias_set=${build_alias+set}
742     ac_env_build_alias_value=$build_alias
743     ac_cv_env_build_alias_set=${build_alias+set}
744     ac_cv_env_build_alias_value=$build_alias
745     ac_env_host_alias_set=${host_alias+set}
746     ac_env_host_alias_value=$host_alias
747     ac_cv_env_host_alias_set=${host_alias+set}
748     ac_cv_env_host_alias_value=$host_alias
749     ac_env_target_alias_set=${target_alias+set}
750     ac_env_target_alias_value=$target_alias
751     ac_cv_env_target_alias_set=${target_alias+set}
752     ac_cv_env_target_alias_value=$target_alias
753     ac_env_CC_set=${CC+set}
754     ac_env_CC_value=$CC
755     ac_cv_env_CC_set=${CC+set}
756     ac_cv_env_CC_value=$CC
757     ac_env_CFLAGS_set=${CFLAGS+set}
758     ac_env_CFLAGS_value=$CFLAGS
759     ac_cv_env_CFLAGS_set=${CFLAGS+set}
760     ac_cv_env_CFLAGS_value=$CFLAGS
761     ac_env_LDFLAGS_set=${LDFLAGS+set}
762     ac_env_LDFLAGS_value=$LDFLAGS
763     ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
764     ac_cv_env_LDFLAGS_value=$LDFLAGS
765     ac_env_CPPFLAGS_set=${CPPFLAGS+set}
766     ac_env_CPPFLAGS_value=$CPPFLAGS
767     ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
768     ac_cv_env_CPPFLAGS_value=$CPPFLAGS
769     ac_env_CXX_set=${CXX+set}
770     ac_env_CXX_value=$CXX
771     ac_cv_env_CXX_set=${CXX+set}
772     ac_cv_env_CXX_value=$CXX
773     ac_env_CXXFLAGS_set=${CXXFLAGS+set}
774     ac_env_CXXFLAGS_value=$CXXFLAGS
775     ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set}
776     ac_cv_env_CXXFLAGS_value=$CXXFLAGS
777     ac_env_CPP_set=${CPP+set}
778     ac_env_CPP_value=$CPP
779     ac_cv_env_CPP_set=${CPP+set}
780     ac_cv_env_CPP_value=$CPP
781 pcg 1.13 ac_env_CXXCPP_set=${CXXCPP+set}
782     ac_env_CXXCPP_value=$CXXCPP
783     ac_cv_env_CXXCPP_set=${CXXCPP+set}
784     ac_cv_env_CXXCPP_value=$CXXCPP
785 pcg 1.11
786     #
787     # Report the --help message.
788     #
789     if test "$ac_init_help" = "long"; then
790     # Omit some internal or obsolete options to make the list less imposing.
791     # This message is too long to be a string in the A/UX 3.1 sh.
792     cat <<_ACEOF
793     \`configure' configures this package to adapt to many kinds of systems.
794    
795     Usage: $0 [OPTION]... [VAR=VALUE]...
796    
797     To assign environment variables (e.g., CC, CFLAGS...), specify them as
798     VAR=VALUE. See below for descriptions of some of the useful variables.
799    
800     Defaults for the options are specified in brackets.
801    
802     Configuration:
803     -h, --help display this help and exit
804     --help=short display options specific to this package
805     --help=recursive display the short help of all the included packages
806     -V, --version display version information and exit
807     -q, --quiet, --silent do not print \`checking...' messages
808     --cache-file=FILE cache test results in FILE [disabled]
809     -C, --config-cache alias for \`--cache-file=config.cache'
810     -n, --no-create do not create output files
811     --srcdir=DIR find the sources in DIR [configure dir or \`..']
812    
813     _ACEOF
814    
815     cat <<_ACEOF
816     Installation directories:
817     --prefix=PREFIX install architecture-independent files in PREFIX
818     [$ac_default_prefix]
819     --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
820     [PREFIX]
821    
822     By default, \`make install' will install all the files in
823     \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
824     an installation prefix other than \`$ac_default_prefix' using \`--prefix',
825     for instance \`--prefix=\$HOME'.
826    
827     For better control, use the options below.
828    
829     Fine tuning of the installation directories:
830     --bindir=DIR user executables [EPREFIX/bin]
831     --sbindir=DIR system admin executables [EPREFIX/sbin]
832     --libexecdir=DIR program executables [EPREFIX/libexec]
833     --datadir=DIR read-only architecture-independent data [PREFIX/share]
834     --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
835     --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
836     --localstatedir=DIR modifiable single-machine data [PREFIX/var]
837     --libdir=DIR object code libraries [EPREFIX/lib]
838     --includedir=DIR C header files [PREFIX/include]
839     --oldincludedir=DIR C header files for non-gcc [/usr/include]
840     --infodir=DIR info documentation [PREFIX/info]
841     --mandir=DIR man documentation [PREFIX/man]
842     _ACEOF
843    
844     cat <<\_ACEOF
845    
846     X features:
847     --x-includes=DIR X include files are in DIR
848     --x-libraries=DIR X library files are in DIR
849    
850     Program names:
851     --program-prefix=PREFIX prepend PREFIX to installed program names
852     --program-suffix=SUFFIX append SUFFIX to installed program names
853     --program-transform-name=PROGRAM run sed PROGRAM on installed program names
854    
855     System types:
856     --build=BUILD configure for building on BUILD [guessed]
857     --host=HOST cross-compile to build programs to run on HOST [BUILD]
858     _ACEOF
859     fi
860    
861     if test -n "$ac_init_help"; then
862    
863     cat <<\_ACEOF
864    
865     Optional Features:
866     --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
867     --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
868 pcg 1.13 --enable-everything enable standard non-multichoice features
869 pcg 1.11 NOTE: this option is order dependent
870     NOTE: automatically enabled with --enable-shared
871     --enable-unicode3 use 21 instead of 16 bits to represent unicode characters
872 pcg 1.18 --enable-combining enable composition of base and combining characters
873 pcg 1.15 --enable-xft enable xft support on systems that have it
874 root 1.39 --enable-font-styles enable bold and italic support
875 pcg 1.11 --enable-utmp enable utmp (utmpx) support
876     --enable-wtmp enable wtmp (wtmpx) support (requires --enable-utmp)
877     --enable-lastlog enable lastlog support (requires --enable-utmp)
878     --enable-xpm-background enable XPM background pixmaps
879     --enable-transparency enable transparent backgrounds
880 pcg 1.24 --enable-tinting enable tinting of transparent bg
881 root 1.31 --enable-fading enable colors fading when off focus
882 pcg 1.11 --enable-menubar enable menubar
883     --enable-rxvt-scroll enable rxvt style scrollbar
884     --enable-next-scroll enable NeXT style scrollbar
885     --enable-xterm-scroll enable Xterm style scrollbar
886 root 1.60 --enable-perl enable embedded perl interpreter
887 pcg 1.11 --enable-plain-scroll enable plain style scrollbar
888     --enable-half-shadow use half width/height shadow on rxvt scrollbar
889     --enable-xim XIM (X Input Method) protocol support
890     --enable-ttygid enable tty setting to group named "tty"
891     --disable-backspace-key disable handling of the backspace key
892     --disable-delete-key disable handling of the delete key
893     --disable-resources disable all resource checking
894     --enable-xgetdefault enable resources via X instead of our small version
895 root 1.26 --enable-8bitctrls enable 8 bit control sequences (not recommended)
896 pcg 1.15 --enable-fallback(=CLASS) fall back on CLASS resources in addition to URxvt ones (default: Rxvt)
897 pcg 1.11 --enable-strings enable some replacement system functions
898     --disable-swapscreen disable swap screen support
899 root 1.34 --enable-iso14755 enable support for extended ISO 14755 modes
900 pcg 1.11 --enable-frills enable support for rarely used features
901     --enable-24bit enable support for using 24bit visuals if available
902     --enable-keepscrolling enable continual scrolling on scrollbar arrow press
903     --enable-selectionscrolling enable scrolling during selections
904     --enable-mousewheel enable scrolling via mouse wheel or buttons 4 & 5
905     --enable-slipwheeling enable slip wheel scrolling (requires previous)
906     --enable-dmalloc enable Gray Watson's malloc - for debugging use
907     --enable-dlmalloc enable Doug Lea's malloc - for production use
908     NOTE: enable only one malloc package
909     --enable-smart-resize enable smart growth/shrink behaviour
910     --enable-text-blink enable blinking text
911     --enable-pointer-blank enable pointer blank when typing or inactive pointer
912    
913     Optional Packages:
914     --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
915     --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
916 root 1.41 --with-codesets=NAME,.. compile in additional codesets (jp,jp_ext,kr,zh,zh_ext,all)
917 pcg 1.15 --with-res-name=NAME use this as default resource name (default: urxvt)
918 pcg 1.18 --with-res-class=CLASS use this as the resource class (default: URxvt)
919 pcg 1.15 --with-name=NAME set the basename for the installed binaries (default: urxvt)
920     --with-term=NAME set the terminal to NAME (default: rxvt)
921 pcg 1.11 --with-terminfo=PATH set the path to the terminfo tree to PATH
922     --with-x use the X Window System
923     --with-xpm-includes=DIR use XPM includes in DIR
924     --with-xpm-library=DIR use XPM library in DIR
925     --with-xpm use XPM
926    
927     Some influential environment variables:
928     CC C compiler command
929     CFLAGS C compiler flags
930     LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
931     nonstandard directory <lib dir>
932     CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
933     headers in a nonstandard directory <include dir>
934     CXX C++ compiler command
935     CXXFLAGS C++ compiler flags
936     CPP C preprocessor
937 pcg 1.13 CXXCPP C++ preprocessor
938 pcg 1.11
939     Use these variables to override the choices made by `configure' or to help
940     it to find libraries and programs with nonstandard names/locations.
941    
942     _ACEOF
943     fi
944    
945     if test "$ac_init_help" = "recursive"; then
946     # If there are subdirs, report their specific --help.
947     ac_popdir=`pwd`
948     for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
949     test -d $ac_dir || continue
950     ac_builddir=.
951    
952     if test "$ac_dir" != .; then
953     ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
954     # A "../" for each directory in $ac_dir_suffix.
955     ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
956     else
957     ac_dir_suffix= ac_top_builddir=
958     fi
959    
960     case $srcdir in
961     .) # No --srcdir option. We are building in place.
962     ac_srcdir=.
963     if test -z "$ac_top_builddir"; then
964     ac_top_srcdir=.
965     else
966     ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
967     fi ;;
968     [\\/]* | ?:[\\/]* ) # Absolute path.
969     ac_srcdir=$srcdir$ac_dir_suffix;
970     ac_top_srcdir=$srcdir ;;
971     *) # Relative path.
972     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
973     ac_top_srcdir=$ac_top_builddir$srcdir ;;
974     esac
975    
976     # Do not use `cd foo && pwd` to compute absolute paths, because
977     # the directories may not exist.
978     case `pwd` in
979     .) ac_abs_builddir="$ac_dir";;
980     *)
981     case "$ac_dir" in
982     .) ac_abs_builddir=`pwd`;;
983     [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
984     *) ac_abs_builddir=`pwd`/"$ac_dir";;
985     esac;;
986     esac
987     case $ac_abs_builddir in
988     .) ac_abs_top_builddir=${ac_top_builddir}.;;
989     *)
990     case ${ac_top_builddir}. in
991     .) ac_abs_top_builddir=$ac_abs_builddir;;
992     [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
993     *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
994     esac;;
995     esac
996     case $ac_abs_builddir in
997     .) ac_abs_srcdir=$ac_srcdir;;
998     *)
999     case $ac_srcdir in
1000     .) ac_abs_srcdir=$ac_abs_builddir;;
1001     [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
1002     *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
1003     esac;;
1004     esac
1005     case $ac_abs_builddir in
1006     .) ac_abs_top_srcdir=$ac_top_srcdir;;
1007     *)
1008     case $ac_top_srcdir in
1009     .) ac_abs_top_srcdir=$ac_abs_builddir;;
1010     [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
1011     *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
1012     esac;;
1013     esac
1014    
1015     cd $ac_dir
1016     # Check for guested configure; otherwise get Cygnus style configure.
1017     if test -f $ac_srcdir/configure.gnu; then
1018     echo
1019     $SHELL $ac_srcdir/configure.gnu --help=recursive
1020     elif test -f $ac_srcdir/configure; then
1021     echo
1022     $SHELL $ac_srcdir/configure --help=recursive
1023     elif test -f $ac_srcdir/configure.ac ||
1024     test -f $ac_srcdir/configure.in; then
1025     echo
1026     $ac_configure --help
1027     else
1028     echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1029     fi
1030     cd "$ac_popdir"
1031     done
1032     fi
1033    
1034     test -n "$ac_init_help" && exit 0
1035     if $ac_init_version; then
1036     cat <<\_ACEOF
1037    
1038     Copyright (C) 2003 Free Software Foundation, Inc.
1039     This configure script is free software; the Free Software Foundation
1040     gives unlimited permission to copy, distribute and modify it.
1041     _ACEOF
1042     exit 0
1043     fi
1044     exec 5>config.log
1045     cat >&5 <<_ACEOF
1046     This file contains any messages produced by compilers while
1047     running configure, to aid debugging if configure makes a mistake.
1048    
1049     It was created by $as_me, which was
1050     generated by GNU Autoconf 2.59. Invocation command line was
1051    
1052     $ $0 $@
1053    
1054     _ACEOF
1055     {
1056     cat <<_ASUNAME
1057     ## --------- ##
1058     ## Platform. ##
1059     ## --------- ##
1060    
1061     hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1062     uname -m = `(uname -m) 2>/dev/null || echo unknown`
1063     uname -r = `(uname -r) 2>/dev/null || echo unknown`
1064     uname -s = `(uname -s) 2>/dev/null || echo unknown`
1065     uname -v = `(uname -v) 2>/dev/null || echo unknown`
1066    
1067     /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1068     /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1069    
1070     /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1071     /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1072     /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1073     hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1074     /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1075     /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1076     /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1077    
1078     _ASUNAME
1079    
1080     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1081     for as_dir in $PATH
1082     do
1083     IFS=$as_save_IFS
1084     test -z "$as_dir" && as_dir=.
1085     echo "PATH: $as_dir"
1086     done
1087    
1088     } >&5
1089    
1090     cat >&5 <<_ACEOF
1091    
1092    
1093     ## ----------- ##
1094     ## Core tests. ##
1095     ## ----------- ##
1096    
1097     _ACEOF
1098    
1099    
1100     # Keep a trace of the command line.
1101     # Strip out --no-create and --no-recursion so they do not pile up.
1102     # Strip out --silent because we don't want to record it for future runs.
1103     # Also quote any args containing shell meta-characters.
1104     # Make two passes to allow for proper duplicate-argument suppression.
1105     ac_configure_args=
1106     ac_configure_args0=
1107     ac_configure_args1=
1108     ac_sep=
1109     ac_must_keep_next=false
1110     for ac_pass in 1 2
1111     do
1112     for ac_arg
1113     do
1114     case $ac_arg in
1115     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1116     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1117     | -silent | --silent | --silen | --sile | --sil)
1118     continue ;;
1119     *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1120     ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1121     esac
1122     case $ac_pass in
1123     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1124     2)
1125     ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1126     if test $ac_must_keep_next = true; then
1127     ac_must_keep_next=false # Got value, back to normal.
1128     else
1129     case $ac_arg in
1130     *=* | --config-cache | -C | -disable-* | --disable-* \
1131     | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1132     | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1133     | -with-* | --with-* | -without-* | --without-* | --x)
1134     case "$ac_configure_args0 " in
1135     "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1136     esac
1137     ;;
1138     -* ) ac_must_keep_next=true ;;
1139     esac
1140     fi
1141     ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1142     # Get rid of the leading space.
1143     ac_sep=" "
1144     ;;
1145     esac
1146     done
1147     done
1148     $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1149     $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1150    
1151     # When interrupted or exit'd, cleanup temporary files, and complete
1152     # config.log. We remove comments because anyway the quotes in there
1153     # would cause problems or look ugly.
1154     # WARNING: Be sure not to use single quotes in there, as some shells,
1155     # such as our DU 5.0 friend, will then `close' the trap.
1156     trap 'exit_status=$?
1157     # Save into config.log some information that might help in debugging.
1158     {
1159     echo
1160    
1161     cat <<\_ASBOX
1162     ## ---------------- ##
1163     ## Cache variables. ##
1164     ## ---------------- ##
1165     _ASBOX
1166     echo
1167     # The following way of writing the cache mishandles newlines in values,
1168     {
1169     (set) 2>&1 |
1170     case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1171     *ac_space=\ *)
1172     sed -n \
1173     "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1174     s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1175     ;;
1176     *)
1177     sed -n \
1178     "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1179     ;;
1180     esac;
1181     }
1182     echo
1183    
1184     cat <<\_ASBOX
1185     ## ----------------- ##
1186     ## Output variables. ##
1187     ## ----------------- ##
1188     _ASBOX
1189     echo
1190     for ac_var in $ac_subst_vars
1191     do
1192     eval ac_val=$`echo $ac_var`
1193     echo "$ac_var='"'"'$ac_val'"'"'"
1194     done | sort
1195     echo
1196    
1197     if test -n "$ac_subst_files"; then
1198     cat <<\_ASBOX
1199     ## ------------- ##
1200     ## Output files. ##
1201     ## ------------- ##
1202     _ASBOX
1203     echo
1204     for ac_var in $ac_subst_files
1205     do
1206     eval ac_val=$`echo $ac_var`
1207     echo "$ac_var='"'"'$ac_val'"'"'"
1208     done | sort
1209     echo
1210     fi
1211    
1212     if test -s confdefs.h; then
1213     cat <<\_ASBOX
1214     ## ----------- ##
1215     ## confdefs.h. ##
1216     ## ----------- ##
1217     _ASBOX
1218     echo
1219     sed "/^$/d" confdefs.h | sort
1220     echo
1221     fi
1222     test "$ac_signal" != 0 &&
1223     echo "$as_me: caught signal $ac_signal"
1224     echo "$as_me: exit $exit_status"
1225     } >&5
1226     rm -f core *.core &&
1227     rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1228     exit $exit_status
1229     ' 0
1230     for ac_signal in 1 2 13 15; do
1231     trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1232     done
1233     ac_signal=0
1234    
1235     # confdefs.h avoids OS command line length limits that DEFS can exceed.
1236     rm -rf conftest* confdefs.h
1237     # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1238     echo >confdefs.h
1239    
1240     # Predefined preprocessor variables.
1241    
1242     cat >>confdefs.h <<_ACEOF
1243     #define PACKAGE_NAME "$PACKAGE_NAME"
1244     _ACEOF
1245    
1246    
1247     cat >>confdefs.h <<_ACEOF
1248     #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1249     _ACEOF
1250    
1251    
1252     cat >>confdefs.h <<_ACEOF
1253     #define PACKAGE_VERSION "$PACKAGE_VERSION"
1254     _ACEOF
1255    
1256    
1257     cat >>confdefs.h <<_ACEOF
1258     #define PACKAGE_STRING "$PACKAGE_STRING"
1259     _ACEOF
1260    
1261    
1262     cat >>confdefs.h <<_ACEOF
1263     #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1264     _ACEOF
1265 pcg 1.1
1266 pcg 1.11
1267     # Let the site file select an alternate cache file if it wants to.
1268 pcg 1.1 # Prefer explicitly selected file to automatically selected ones.
1269     if test -z "$CONFIG_SITE"; then
1270     if test "x$prefix" != xNONE; then
1271     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1272     else
1273     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1274     fi
1275     fi
1276     for ac_site_file in $CONFIG_SITE; do
1277     if test -r "$ac_site_file"; then
1278 pcg 1.11 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1279     echo "$as_me: loading site script $ac_site_file" >&6;}
1280     sed 's/^/| /' "$ac_site_file" >&5
1281 pcg 1.1 . "$ac_site_file"
1282     fi
1283     done
1284    
1285     if test -r "$cache_file"; then
1286 pcg 1.11 # Some versions of bash will fail to source /dev/null (special
1287     # files actually), so we avoid doing that.
1288     if test -f "$cache_file"; then
1289     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1290     echo "$as_me: loading cache $cache_file" >&6;}
1291     case $cache_file in
1292     [\\/]* | ?:[\\/]* ) . $cache_file;;
1293     *) . ./$cache_file;;
1294     esac
1295     fi
1296 pcg 1.1 else
1297 pcg 1.11 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1298     echo "$as_me: creating cache $cache_file" >&6;}
1299     >$cache_file
1300     fi
1301    
1302     # Check that the precious variables saved in the cache have kept the same
1303     # value.
1304     ac_cache_corrupted=false
1305     for ac_var in `(set) 2>&1 |
1306     sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1307     eval ac_old_set=\$ac_cv_env_${ac_var}_set
1308     eval ac_new_set=\$ac_env_${ac_var}_set
1309     eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1310     eval ac_new_val="\$ac_env_${ac_var}_value"
1311     case $ac_old_set,$ac_new_set in
1312     set,)
1313     { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1314     echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1315     ac_cache_corrupted=: ;;
1316     ,set)
1317     { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1318     echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1319     ac_cache_corrupted=: ;;
1320     ,);;
1321     *)
1322     if test "x$ac_old_val" != "x$ac_new_val"; then
1323     { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1324     echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1325     { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1326     echo "$as_me: former value: $ac_old_val" >&2;}
1327     { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1328     echo "$as_me: current value: $ac_new_val" >&2;}
1329     ac_cache_corrupted=:
1330     fi;;
1331     esac
1332     # Pass precious variables to config.status.
1333     if test "$ac_new_set" = set; then
1334     case $ac_new_val in
1335     *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1336     ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1337     *) ac_arg=$ac_var=$ac_new_val ;;
1338     esac
1339     case " $ac_configure_args " in
1340     *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1341     *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1342     esac
1343     fi
1344     done
1345     if $ac_cache_corrupted; then
1346     { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1347     echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1348     { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1349     echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1350     { (exit 1); exit 1; }; }
1351 pcg 1.1 fi
1352    
1353     ac_ext=c
1354     ac_cpp='$CPP $CPPFLAGS'
1355 pcg 1.11 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1356     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1357     ac_compiler_gnu=$ac_cv_c_compiler_gnu
1358    
1359    
1360    
1361    
1362    
1363    
1364    
1365    
1366    
1367    
1368    
1369    
1370    
1371    
1372    
1373    
1374    
1375 pcg 1.1
1376    
1377 root 1.32
1378 pcg 1.1 ac_aux_dir=
1379     for ac_dir in autoconf $srcdir/autoconf; do
1380     if test -f $ac_dir/install-sh; then
1381     ac_aux_dir=$ac_dir
1382     ac_install_sh="$ac_aux_dir/install-sh -c"
1383     break
1384     elif test -f $ac_dir/install.sh; then
1385     ac_aux_dir=$ac_dir
1386     ac_install_sh="$ac_aux_dir/install.sh -c"
1387     break
1388 pcg 1.11 elif test -f $ac_dir/shtool; then
1389     ac_aux_dir=$ac_dir
1390     ac_install_sh="$ac_aux_dir/shtool install -c"
1391     break
1392 pcg 1.1 fi
1393     done
1394     if test -z "$ac_aux_dir"; then
1395 pcg 1.11 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in autoconf $srcdir/autoconf" >&5
1396     echo "$as_me: error: cannot find install-sh or install.sh in autoconf $srcdir/autoconf" >&2;}
1397     { (exit 1); exit 1; }; }
1398     fi
1399     ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1400     ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1401     ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1402 pcg 1.1
1403 pcg 1.11 ac_config_headers="$ac_config_headers config.h:autoconf/config.h.in"
1404 pcg 1.1
1405    
1406 root 1.48 # Make sure we can run config.sub.
1407     $ac_config_sub sun4 >/dev/null 2>&1 ||
1408     { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1409     echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1410     { (exit 1); exit 1; }; }
1411    
1412     echo "$as_me:$LINENO: checking build system type" >&5
1413     echo $ECHO_N "checking build system type... $ECHO_C" >&6
1414     if test "${ac_cv_build+set}" = set; then
1415     echo $ECHO_N "(cached) $ECHO_C" >&6
1416     else
1417     ac_cv_build_alias=$build_alias
1418     test -z "$ac_cv_build_alias" &&
1419     ac_cv_build_alias=`$ac_config_guess`
1420     test -z "$ac_cv_build_alias" &&
1421     { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1422     echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1423     { (exit 1); exit 1; }; }
1424     ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1425     { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1426     echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1427     { (exit 1); exit 1; }; }
1428    
1429     fi
1430     echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1431     echo "${ECHO_T}$ac_cv_build" >&6
1432     build=$ac_cv_build
1433     build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1434     build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1435     build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1436    
1437    
1438     echo "$as_me:$LINENO: checking host system type" >&5
1439     echo $ECHO_N "checking host system type... $ECHO_C" >&6
1440     if test "${ac_cv_host+set}" = set; then
1441     echo $ECHO_N "(cached) $ECHO_C" >&6
1442     else
1443     ac_cv_host_alias=$host_alias
1444     test -z "$ac_cv_host_alias" &&
1445     ac_cv_host_alias=$ac_cv_build_alias
1446     ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1447     { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1448     echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1449     { (exit 1); exit 1; }; }
1450    
1451     fi
1452     echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1453     echo "${ECHO_T}$ac_cv_host" >&6
1454     host=$ac_cv_host
1455     host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1456     host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1457     host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1458    
1459    
1460    
1461 pcg 1.1 VERSION=`sed -n -e 's/^.*[ \t]VERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
1462     DATE=`sed -n -e 's/^.*[ \t]DATE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
1463     echo ""
1464     echo "configuring for rxvt $VERSION"
1465     echo ""
1466    
1467    
1468 pcg 1.11 ac_ext=c
1469     ac_cpp='$CPP $CPPFLAGS'
1470     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1471     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1472     ac_compiler_gnu=$ac_cv_c_compiler_gnu
1473     if test -n "$ac_tool_prefix"; then
1474     # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1475     set dummy ${ac_tool_prefix}gcc; ac_word=$2
1476     echo "$as_me:$LINENO: checking for $ac_word" >&5
1477     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1478     if test "${ac_cv_prog_CC+set}" = set; then
1479     echo $ECHO_N "(cached) $ECHO_C" >&6
1480     else
1481     if test -n "$CC"; then
1482     ac_cv_prog_CC="$CC" # Let the user override the test.
1483     else
1484     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1485     for as_dir in $PATH
1486     do
1487     IFS=$as_save_IFS
1488     test -z "$as_dir" && as_dir=.
1489     for ac_exec_ext in '' $ac_executable_extensions; do
1490     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1491     ac_cv_prog_CC="${ac_tool_prefix}gcc"
1492     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1493     break 2
1494     fi
1495     done
1496     done
1497    
1498     fi
1499     fi
1500     CC=$ac_cv_prog_CC
1501     if test -n "$CC"; then
1502     echo "$as_me:$LINENO: result: $CC" >&5
1503     echo "${ECHO_T}$CC" >&6
1504     else
1505     echo "$as_me:$LINENO: result: no" >&5
1506     echo "${ECHO_T}no" >&6
1507     fi
1508    
1509     fi
1510     if test -z "$ac_cv_prog_CC"; then
1511     ac_ct_CC=$CC
1512     # Extract the first word of "gcc", so it can be a program name with args.
1513 pcg 1.1 set dummy gcc; ac_word=$2
1514 pcg 1.11 echo "$as_me:$LINENO: checking for $ac_word" >&5
1515     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1516     if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1517     echo $ECHO_N "(cached) $ECHO_C" >&6
1518     else
1519     if test -n "$ac_ct_CC"; then
1520     ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1521     else
1522     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1523     for as_dir in $PATH
1524     do
1525     IFS=$as_save_IFS
1526     test -z "$as_dir" && as_dir=.
1527     for ac_exec_ext in '' $ac_executable_extensions; do
1528     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1529     ac_cv_prog_ac_ct_CC="gcc"
1530     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1531     break 2
1532     fi
1533     done
1534     done
1535    
1536     fi
1537     fi
1538     ac_ct_CC=$ac_cv_prog_ac_ct_CC
1539     if test -n "$ac_ct_CC"; then
1540     echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1541     echo "${ECHO_T}$ac_ct_CC" >&6
1542     else
1543     echo "$as_me:$LINENO: result: no" >&5
1544     echo "${ECHO_T}no" >&6
1545     fi
1546    
1547     CC=$ac_ct_CC
1548     else
1549     CC="$ac_cv_prog_CC"
1550     fi
1551    
1552     if test -z "$CC"; then
1553     if test -n "$ac_tool_prefix"; then
1554     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1555     set dummy ${ac_tool_prefix}cc; ac_word=$2
1556     echo "$as_me:$LINENO: checking for $ac_word" >&5
1557     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1558     if test "${ac_cv_prog_CC+set}" = set; then
1559     echo $ECHO_N "(cached) $ECHO_C" >&6
1560 pcg 1.1 else
1561     if test -n "$CC"; then
1562     ac_cv_prog_CC="$CC" # Let the user override the test.
1563     else
1564 pcg 1.11 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1565     for as_dir in $PATH
1566     do
1567     IFS=$as_save_IFS
1568     test -z "$as_dir" && as_dir=.
1569     for ac_exec_ext in '' $ac_executable_extensions; do
1570     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1571     ac_cv_prog_CC="${ac_tool_prefix}cc"
1572     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1573     break 2
1574     fi
1575     done
1576     done
1577    
1578 pcg 1.1 fi
1579     fi
1580 pcg 1.11 CC=$ac_cv_prog_CC
1581 pcg 1.1 if test -n "$CC"; then
1582 pcg 1.11 echo "$as_me:$LINENO: result: $CC" >&5
1583     echo "${ECHO_T}$CC" >&6
1584     else
1585     echo "$as_me:$LINENO: result: no" >&5
1586     echo "${ECHO_T}no" >&6
1587     fi
1588    
1589     fi
1590     if test -z "$ac_cv_prog_CC"; then
1591     ac_ct_CC=$CC
1592     # Extract the first word of "cc", so it can be a program name with args.
1593     set dummy cc; ac_word=$2
1594     echo "$as_me:$LINENO: checking for $ac_word" >&5
1595     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1596     if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1597     echo $ECHO_N "(cached) $ECHO_C" >&6
1598     else
1599     if test -n "$ac_ct_CC"; then
1600     ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1601     else
1602     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1603     for as_dir in $PATH
1604     do
1605     IFS=$as_save_IFS
1606     test -z "$as_dir" && as_dir=.
1607     for ac_exec_ext in '' $ac_executable_extensions; do
1608     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1609     ac_cv_prog_ac_ct_CC="cc"
1610     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1611     break 2
1612     fi
1613     done
1614     done
1615    
1616     fi
1617     fi
1618     ac_ct_CC=$ac_cv_prog_ac_ct_CC
1619     if test -n "$ac_ct_CC"; then
1620     echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1621     echo "${ECHO_T}$ac_ct_CC" >&6
1622     else
1623     echo "$as_me:$LINENO: result: no" >&5
1624     echo "${ECHO_T}no" >&6
1625     fi
1626    
1627     CC=$ac_ct_CC
1628 pcg 1.1 else
1629 pcg 1.11 CC="$ac_cv_prog_CC"
1630 pcg 1.1 fi
1631    
1632 pcg 1.11 fi
1633 pcg 1.1 if test -z "$CC"; then
1634     # Extract the first word of "cc", so it can be a program name with args.
1635     set dummy cc; ac_word=$2
1636 pcg 1.11 echo "$as_me:$LINENO: checking for $ac_word" >&5
1637     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1638     if test "${ac_cv_prog_CC+set}" = set; then
1639     echo $ECHO_N "(cached) $ECHO_C" >&6
1640 pcg 1.1 else
1641     if test -n "$CC"; then
1642     ac_cv_prog_CC="$CC" # Let the user override the test.
1643     else
1644     ac_prog_rejected=no
1645 pcg 1.11 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1646     for as_dir in $PATH
1647     do
1648     IFS=$as_save_IFS
1649     test -z "$as_dir" && as_dir=.
1650     for ac_exec_ext in '' $ac_executable_extensions; do
1651     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1652     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
1653     ac_prog_rejected=yes
1654     continue
1655     fi
1656     ac_cv_prog_CC="cc"
1657     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1658     break 2
1659     fi
1660     done
1661     done
1662    
1663 pcg 1.1 if test $ac_prog_rejected = yes; then
1664     # We found a bogon in the path, so make sure we never use it.
1665     set dummy $ac_cv_prog_CC
1666     shift
1667 pcg 1.11 if test $# != 0; then
1668 pcg 1.1 # We chose a different compiler from the bogus one.
1669     # However, it has the same basename, so the bogon will be chosen
1670     # first if we set CC to just the basename; use the full file name.
1671     shift
1672 pcg 1.11 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
1673 pcg 1.1 fi
1674     fi
1675     fi
1676     fi
1677 pcg 1.11 CC=$ac_cv_prog_CC
1678 pcg 1.1 if test -n "$CC"; then
1679 pcg 1.11 echo "$as_me:$LINENO: result: $CC" >&5
1680     echo "${ECHO_T}$CC" >&6
1681 pcg 1.1 else
1682 pcg 1.11 echo "$as_me:$LINENO: result: no" >&5
1683     echo "${ECHO_T}no" >&6
1684 pcg 1.1 fi
1685    
1686 pcg 1.11 fi
1687     if test -z "$CC"; then
1688     if test -n "$ac_tool_prefix"; then
1689     for ac_prog in cl
1690     do
1691     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1692     set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1693     echo "$as_me:$LINENO: checking for $ac_word" >&5
1694     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1695     if test "${ac_cv_prog_CC+set}" = set; then
1696     echo $ECHO_N "(cached) $ECHO_C" >&6
1697 pcg 1.1 else
1698     if test -n "$CC"; then
1699     ac_cv_prog_CC="$CC" # Let the user override the test.
1700     else
1701 pcg 1.11 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1702     for as_dir in $PATH
1703     do
1704     IFS=$as_save_IFS
1705     test -z "$as_dir" && as_dir=.
1706     for ac_exec_ext in '' $ac_executable_extensions; do
1707     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1708     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1709     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1710     break 2
1711     fi
1712     done
1713     done
1714    
1715 pcg 1.1 fi
1716     fi
1717 pcg 1.11 CC=$ac_cv_prog_CC
1718 pcg 1.1 if test -n "$CC"; then
1719 pcg 1.11 echo "$as_me:$LINENO: result: $CC" >&5
1720     echo "${ECHO_T}$CC" >&6
1721 pcg 1.1 else
1722 pcg 1.11 echo "$as_me:$LINENO: result: no" >&5
1723     echo "${ECHO_T}no" >&6
1724     fi
1725    
1726     test -n "$CC" && break
1727     done
1728 pcg 1.1 fi
1729 pcg 1.11 if test -z "$CC"; then
1730     ac_ct_CC=$CC
1731     for ac_prog in cl
1732     do
1733     # Extract the first word of "$ac_prog", so it can be a program name with args.
1734     set dummy $ac_prog; ac_word=$2
1735     echo "$as_me:$LINENO: checking for $ac_word" >&5
1736     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1737     if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1738     echo $ECHO_N "(cached) $ECHO_C" >&6
1739     else
1740     if test -n "$ac_ct_CC"; then
1741     ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1742     else
1743     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1744     for as_dir in $PATH
1745     do
1746     IFS=$as_save_IFS
1747     test -z "$as_dir" && as_dir=.
1748     for ac_exec_ext in '' $ac_executable_extensions; do
1749     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1750     ac_cv_prog_ac_ct_CC="$ac_prog"
1751     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1752     break 2
1753 pcg 1.1 fi
1754 pcg 1.11 done
1755     done
1756    
1757     fi
1758     fi
1759     ac_ct_CC=$ac_cv_prog_ac_ct_CC
1760     if test -n "$ac_ct_CC"; then
1761     echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1762     echo "${ECHO_T}$ac_ct_CC" >&6
1763     else
1764     echo "$as_me:$LINENO: result: no" >&5
1765     echo "${ECHO_T}no" >&6
1766     fi
1767    
1768     test -n "$ac_ct_CC" && break
1769     done
1770    
1771     CC=$ac_ct_CC
1772     fi
1773    
1774 pcg 1.1 fi
1775    
1776    
1777 pcg 1.11 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
1778     See \`config.log' for more details." >&5
1779     echo "$as_me: error: no acceptable C compiler found in \$PATH
1780     See \`config.log' for more details." >&2;}
1781     { (exit 1); exit 1; }; }
1782    
1783     # Provide some information about the compiler.
1784     echo "$as_me:$LINENO:" \
1785     "checking for C compiler version" >&5
1786     ac_compiler=`set X $ac_compile; echo $2`
1787     { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
1788     (eval $ac_compiler --version </dev/null >&5) 2>&5
1789     ac_status=$?
1790     echo "$as_me:$LINENO: \$? = $ac_status" >&5
1791     (exit $ac_status); }
1792     { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
1793     (eval $ac_compiler -v </dev/null >&5) 2>&5
1794     ac_status=$?
1795     echo "$as_me:$LINENO: \$? = $ac_status" >&5
1796     (exit $ac_status); }
1797     { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
1798     (eval $ac_compiler -V </dev/null >&5) 2>&5
1799     ac_status=$?
1800     echo "$as_me:$LINENO: \$? = $ac_status" >&5
1801     (exit $ac_status); }
1802    
1803     cat >conftest.$ac_ext <<_ACEOF
1804     /* confdefs.h. */
1805     _ACEOF
1806     cat confdefs.h >>conftest.$ac_ext
1807     cat >>conftest.$ac_ext <<_ACEOF
1808     /* end confdefs.h. */
1809 pcg 1.1
1810 pcg 1.11 int
1811     main ()
1812     {
1813 pcg 1.1
1814 pcg 1.11 ;
1815     return 0;
1816     }
1817     _ACEOF
1818     ac_clean_files_save=$ac_clean_files
1819     ac_clean_files="$ac_clean_files a.out a.exe b.out"
1820     # Try to create an executable without -o first, disregard a.out.
1821     # It will help us diagnose broken compilers, and finding out an intuition
1822     # of exeext.
1823     echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
1824     echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
1825     ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
1826     if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
1827     (eval $ac_link_default) 2>&5
1828     ac_status=$?
1829     echo "$as_me:$LINENO: \$? = $ac_status" >&5
1830     (exit $ac_status); }; then
1831     # Find the output, starting from the most likely. This scheme is
1832     # not robust to junk in `.', hence go to wildcards (a.*) only as a last
1833     # resort.
1834    
1835     # Be careful to initialize this variable, since it used to be cached.
1836     # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
1837     ac_cv_exeext=
1838     # b.out is created by i960 compilers.
1839     for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
1840     do
1841     test -f "$ac_file" || continue
1842     case $ac_file in
1843     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
1844     ;;
1845     conftest.$ac_ext )
1846     # This is the source file.
1847     ;;
1848     [ab].out )
1849     # We found the default executable, but exeext='' is most
1850     # certainly right.
1851     break;;
1852     *.* )
1853     ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1854     # FIXME: I believe we export ac_cv_exeext for Libtool,
1855     # but it would be cool to find out if it's true. Does anybody
1856     # maintain Libtool? --akim.
1857     export ac_cv_exeext
1858     break;;
1859     * )
1860     break;;
1861     esac
1862     done
1863     else
1864     echo "$as_me: failed program was:" >&5
1865     sed 's/^/| /' conftest.$ac_ext >&5
1866 pcg 1.1
1867 pcg 1.11 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
1868     See \`config.log' for more details." >&5
1869     echo "$as_me: error: C compiler cannot create executables
1870     See \`config.log' for more details." >&2;}
1871     { (exit 77); exit 77; }; }
1872     fi
1873    
1874     ac_exeext=$ac_cv_exeext
1875     echo "$as_me:$LINENO: result: $ac_file" >&5
1876     echo "${ECHO_T}$ac_file" >&6
1877    
1878     # Check the compiler produces executables we can run. If not, either
1879     # the compiler is broken, or we cross compile.
1880     echo "$as_me:$LINENO: checking whether the C compiler works" >&5
1881     echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
1882     # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
1883     # If not cross compiling, check that we can run a simple program.
1884     if test "$cross_compiling" != yes; then
1885     if { ac_try='./$ac_file'
1886     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1887     (eval $ac_try) 2>&5
1888     ac_status=$?
1889     echo "$as_me:$LINENO: \$? = $ac_status" >&5
1890     (exit $ac_status); }; }; then
1891     cross_compiling=no
1892     else
1893     if test "$cross_compiling" = maybe; then
1894     cross_compiling=yes
1895     else
1896     { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
1897     If you meant to cross compile, use \`--host'.
1898     See \`config.log' for more details." >&5
1899     echo "$as_me: error: cannot run C compiled programs.
1900     If you meant to cross compile, use \`--host'.
1901     See \`config.log' for more details." >&2;}
1902     { (exit 1); exit 1; }; }
1903     fi
1904 pcg 1.1 fi
1905 pcg 1.11 fi
1906     echo "$as_me:$LINENO: result: yes" >&5
1907     echo "${ECHO_T}yes" >&6
1908    
1909     rm -f a.out a.exe conftest$ac_cv_exeext b.out
1910     ac_clean_files=$ac_clean_files_save
1911     # Check the compiler produces executables we can run. If not, either
1912     # the compiler is broken, or we cross compile.
1913     echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
1914     echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
1915     echo "$as_me:$LINENO: result: $cross_compiling" >&5
1916     echo "${ECHO_T}$cross_compiling" >&6
1917    
1918     echo "$as_me:$LINENO: checking for suffix of executables" >&5
1919     echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
1920     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
1921     (eval $ac_link) 2>&5
1922     ac_status=$?
1923     echo "$as_me:$LINENO: \$? = $ac_status" >&5
1924     (exit $ac_status); }; then
1925     # If both `conftest.exe' and `conftest' are `present' (well, observable)
1926     # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
1927     # work properly (i.e., refer to `conftest.exe'), while it won't with
1928     # `rm'.
1929     for ac_file in conftest.exe conftest conftest.*; do
1930     test -f "$ac_file" || continue
1931     case $ac_file in
1932     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
1933     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1934     export ac_cv_exeext
1935     break;;
1936     * ) break;;
1937     esac
1938     done
1939 pcg 1.1 else
1940 pcg 1.11 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
1941     See \`config.log' for more details." >&5
1942     echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
1943     See \`config.log' for more details." >&2;}
1944     { (exit 1); exit 1; }; }
1945 pcg 1.1 fi
1946 pcg 1.11
1947     rm -f conftest$ac_cv_exeext
1948     echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
1949     echo "${ECHO_T}$ac_cv_exeext" >&6
1950    
1951     rm -f conftest.$ac_ext
1952     EXEEXT=$ac_cv_exeext
1953     ac_exeext=$EXEEXT
1954     echo "$as_me:$LINENO: checking for suffix of object files" >&5
1955     echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
1956     if test "${ac_cv_objext+set}" = set; then
1957     echo $ECHO_N "(cached) $ECHO_C" >&6
1958     else
1959     cat >conftest.$ac_ext <<_ACEOF
1960     /* confdefs.h. */
1961     _ACEOF
1962     cat confdefs.h >>conftest.$ac_ext
1963     cat >>conftest.$ac_ext <<_ACEOF
1964     /* end confdefs.h. */
1965    
1966     int
1967     main ()
1968     {
1969    
1970     ;
1971     return 0;
1972     }
1973     _ACEOF
1974     rm -f conftest.o conftest.obj
1975     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1976     (eval $ac_compile) 2>&5
1977     ac_status=$?
1978     echo "$as_me:$LINENO: \$? = $ac_status" >&5
1979     (exit $ac_status); }; then
1980     for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
1981     case $ac_file in
1982     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
1983     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
1984     break;;
1985     esac
1986     done
1987 pcg 1.1 else
1988 pcg 1.11 echo "$as_me: failed program was:" >&5
1989     sed 's/^/| /' conftest.$ac_ext >&5
1990    
1991     { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
1992     See \`config.log' for more details." >&5
1993     echo "$as_me: error: cannot compute suffix of object files: cannot compile
1994     See \`config.log' for more details." >&2;}
1995     { (exit 1); exit 1; }; }
1996 pcg 1.1 fi
1997 pcg 1.11
1998     rm -f conftest.$ac_cv_objext conftest.$ac_ext
1999 pcg 1.1 fi
2000 pcg 1.11 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2001     echo "${ECHO_T}$ac_cv_objext" >&6
2002     OBJEXT=$ac_cv_objext
2003     ac_objext=$OBJEXT
2004     echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2005     echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2006     if test "${ac_cv_c_compiler_gnu+set}" = set; then
2007     echo $ECHO_N "(cached) $ECHO_C" >&6
2008     else
2009     cat >conftest.$ac_ext <<_ACEOF
2010     /* confdefs.h. */
2011     _ACEOF
2012     cat confdefs.h >>conftest.$ac_ext
2013     cat >>conftest.$ac_ext <<_ACEOF
2014     /* end confdefs.h. */
2015    
2016     int
2017     main ()
2018     {
2019     #ifndef __GNUC__
2020     choke me
2021     #endif
2022 pcg 1.1
2023 pcg 1.11 ;
2024     return 0;
2025     }
2026     _ACEOF
2027     rm -f conftest.$ac_objext
2028     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2029     (eval $ac_compile) 2>conftest.er1
2030     ac_status=$?
2031     grep -v '^ *+' conftest.er1 >conftest.err
2032     rm -f conftest.er1
2033     cat conftest.err >&5
2034     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2035     (exit $ac_status); } &&
2036     { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2037     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2038     (eval $ac_try) 2>&5
2039     ac_status=$?
2040     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2041     (exit $ac_status); }; } &&
2042     { ac_try='test -s conftest.$ac_objext'
2043     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2044     (eval $ac_try) 2>&5
2045     ac_status=$?
2046     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2047     (exit $ac_status); }; }; then
2048     ac_compiler_gnu=yes
2049     else
2050     echo "$as_me: failed program was:" >&5
2051     sed 's/^/| /' conftest.$ac_ext >&5
2052    
2053     ac_compiler_gnu=no
2054     fi
2055     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2056     ac_cv_c_compiler_gnu=$ac_compiler_gnu
2057    
2058     fi
2059     echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2060     echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2061     GCC=`test $ac_compiler_gnu = yes && echo yes`
2062     ac_test_CFLAGS=${CFLAGS+set}
2063     ac_save_CFLAGS=$CFLAGS
2064     CFLAGS="-g"
2065     echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2066     echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2067     if test "${ac_cv_prog_cc_g+set}" = set; then
2068     echo $ECHO_N "(cached) $ECHO_C" >&6
2069     else
2070     cat >conftest.$ac_ext <<_ACEOF
2071     /* confdefs.h. */
2072     _ACEOF
2073     cat confdefs.h >>conftest.$ac_ext
2074     cat >>conftest.$ac_ext <<_ACEOF
2075     /* end confdefs.h. */
2076 pcg 1.1
2077 pcg 1.11 int
2078     main ()
2079     {
2080 pcg 1.1
2081 pcg 1.11 ;
2082     return 0;
2083     }
2084     _ACEOF
2085     rm -f conftest.$ac_objext
2086     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2087     (eval $ac_compile) 2>conftest.er1
2088     ac_status=$?
2089     grep -v '^ *+' conftest.er1 >conftest.err
2090     rm -f conftest.er1
2091     cat conftest.err >&5
2092     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2093     (exit $ac_status); } &&
2094     { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2095     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2096     (eval $ac_try) 2>&5
2097     ac_status=$?
2098     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2099     (exit $ac_status); }; } &&
2100     { ac_try='test -s conftest.$ac_objext'
2101     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2102     (eval $ac_try) 2>&5
2103     ac_status=$?
2104     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2105     (exit $ac_status); }; }; then
2106 pcg 1.1 ac_cv_prog_cc_g=yes
2107     else
2108 pcg 1.11 echo "$as_me: failed program was:" >&5
2109     sed 's/^/| /' conftest.$ac_ext >&5
2110    
2111     ac_cv_prog_cc_g=no
2112 pcg 1.1 fi
2113 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2114 pcg 1.1 fi
2115 pcg 1.11 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2116     echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2117 pcg 1.1 if test "$ac_test_CFLAGS" = set; then
2118 pcg 1.11 CFLAGS=$ac_save_CFLAGS
2119 pcg 1.1 elif test $ac_cv_prog_cc_g = yes; then
2120     if test "$GCC" = yes; then
2121     CFLAGS="-g -O2"
2122     else
2123     CFLAGS="-g"
2124     fi
2125     else
2126     if test "$GCC" = yes; then
2127     CFLAGS="-O2"
2128     else
2129     CFLAGS=
2130     fi
2131     fi
2132 pcg 1.11 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2133     echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2134     if test "${ac_cv_prog_cc_stdc+set}" = set; then
2135     echo $ECHO_N "(cached) $ECHO_C" >&6
2136     else
2137     ac_cv_prog_cc_stdc=no
2138     ac_save_CC=$CC
2139     cat >conftest.$ac_ext <<_ACEOF
2140     /* confdefs.h. */
2141     _ACEOF
2142     cat confdefs.h >>conftest.$ac_ext
2143     cat >>conftest.$ac_ext <<_ACEOF
2144     /* end confdefs.h. */
2145     #include <stdarg.h>
2146     #include <stdio.h>
2147     #include <sys/types.h>
2148     #include <sys/stat.h>
2149     /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2150     struct buf { int x; };
2151     FILE * (*rcsopen) (struct buf *, struct stat *, int);
2152     static char *e (p, i)
2153     char **p;
2154     int i;
2155     {
2156     return p[i];
2157     }
2158     static char *f (char * (*g) (char **, int), char **p, ...)
2159     {
2160     char *s;
2161     va_list v;
2162     va_start (v,p);
2163     s = g (p, va_arg (v,int));
2164     va_end (v);
2165     return s;
2166     }
2167 pcg 1.1
2168 pcg 1.11 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2169     function prototypes and stuff, but not '\xHH' hex character constants.
2170     These don't provoke an error unfortunately, instead are silently treated
2171     as 'x'. The following induces an error, until -std1 is added to get
2172     proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2173     array size at least. It's necessary to write '\x00'==0 to get something
2174     that's true only with -std1. */
2175     int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2176    
2177     int test (int i, double x);
2178     struct s1 {int (*f) (int a);};
2179     struct s2 {int (*f) (double a);};
2180     int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2181     int argc;
2182     char **argv;
2183     int
2184     main ()
2185     {
2186     return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2187     ;
2188     return 0;
2189     }
2190     _ACEOF
2191     # Don't try gcc -ansi; that turns off useful extensions and
2192     # breaks some systems' header files.
2193     # AIX -qlanglvl=ansi
2194     # Ultrix and OSF/1 -std1
2195     # HP-UX 10.20 and later -Ae
2196     # HP-UX older versions -Aa -D_HPUX_SOURCE
2197     # SVR4 -Xc -D__EXTENSIONS__
2198     for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2199 pcg 1.1 do
2200 pcg 1.11 CC="$ac_save_CC $ac_arg"
2201     rm -f conftest.$ac_objext
2202     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2203     (eval $ac_compile) 2>conftest.er1
2204     ac_status=$?
2205     grep -v '^ *+' conftest.er1 >conftest.err
2206     rm -f conftest.er1
2207     cat conftest.err >&5
2208     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2209     (exit $ac_status); } &&
2210     { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2211     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2212     (eval $ac_try) 2>&5
2213     ac_status=$?
2214     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2215     (exit $ac_status); }; } &&
2216     { ac_try='test -s conftest.$ac_objext'
2217     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2218     (eval $ac_try) 2>&5
2219     ac_status=$?
2220     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2221     (exit $ac_status); }; }; then
2222     ac_cv_prog_cc_stdc=$ac_arg
2223     break
2224 pcg 1.1 else
2225 pcg 1.11 echo "$as_me: failed program was:" >&5
2226     sed 's/^/| /' conftest.$ac_ext >&5
2227    
2228 pcg 1.1 fi
2229 pcg 1.11 rm -f conftest.err conftest.$ac_objext
2230 pcg 1.1 done
2231 pcg 1.11 rm -f conftest.$ac_ext conftest.$ac_objext
2232     CC=$ac_save_CC
2233 pcg 1.1
2234 pcg 1.11 fi
2235 pcg 1.1
2236 pcg 1.11 case "x$ac_cv_prog_cc_stdc" in
2237     x|xno)
2238     echo "$as_me:$LINENO: result: none needed" >&5
2239     echo "${ECHO_T}none needed" >&6 ;;
2240     *)
2241     echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2242     echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2243     CC="$CC $ac_cv_prog_cc_stdc" ;;
2244     esac
2245 pcg 1.1
2246 pcg 1.11 # Some people use a C++ compiler to compile C. Since we use `exit',
2247     # in C++ we need to declare it. In case someone uses the same compiler
2248     # for both compiling C and C++ we need to have the C++ compiler decide
2249     # the declaration of exit, since it's the most demanding environment.
2250     cat >conftest.$ac_ext <<_ACEOF
2251     #ifndef __cplusplus
2252     choke me
2253     #endif
2254     _ACEOF
2255     rm -f conftest.$ac_objext
2256     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2257     (eval $ac_compile) 2>conftest.er1
2258     ac_status=$?
2259     grep -v '^ *+' conftest.er1 >conftest.err
2260     rm -f conftest.er1
2261     cat conftest.err >&5
2262     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2263     (exit $ac_status); } &&
2264     { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2265     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2266     (eval $ac_try) 2>&5
2267     ac_status=$?
2268     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2269     (exit $ac_status); }; } &&
2270     { ac_try='test -s conftest.$ac_objext'
2271     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2272     (eval $ac_try) 2>&5
2273     ac_status=$?
2274     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2275     (exit $ac_status); }; }; then
2276     for ac_declaration in \
2277     '' \
2278     'extern "C" void std::exit (int) throw (); using std::exit;' \
2279     'extern "C" void std::exit (int); using std::exit;' \
2280     'extern "C" void exit (int) throw ();' \
2281     'extern "C" void exit (int);' \
2282     'void exit (int);'
2283     do
2284     cat >conftest.$ac_ext <<_ACEOF
2285     /* confdefs.h. */
2286     _ACEOF
2287     cat confdefs.h >>conftest.$ac_ext
2288     cat >>conftest.$ac_ext <<_ACEOF
2289     /* end confdefs.h. */
2290     $ac_declaration
2291     #include <stdlib.h>
2292     int
2293     main ()
2294     {
2295     exit (42);
2296     ;
2297     return 0;
2298     }
2299     _ACEOF
2300     rm -f conftest.$ac_objext
2301     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2302     (eval $ac_compile) 2>conftest.er1
2303     ac_status=$?
2304     grep -v '^ *+' conftest.er1 >conftest.err
2305     rm -f conftest.er1
2306     cat conftest.err >&5
2307     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2308     (exit $ac_status); } &&
2309     { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2310     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2311     (eval $ac_try) 2>&5
2312     ac_status=$?
2313     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2314     (exit $ac_status); }; } &&
2315     { ac_try='test -s conftest.$ac_objext'
2316     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2317     (eval $ac_try) 2>&5
2318     ac_status=$?
2319     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2320     (exit $ac_status); }; }; then
2321     :
2322     else
2323     echo "$as_me: failed program was:" >&5
2324     sed 's/^/| /' conftest.$ac_ext >&5
2325 pcg 1.1
2326 pcg 1.11 continue
2327     fi
2328     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2329     cat >conftest.$ac_ext <<_ACEOF
2330     /* confdefs.h. */
2331     _ACEOF
2332     cat confdefs.h >>conftest.$ac_ext
2333     cat >>conftest.$ac_ext <<_ACEOF
2334     /* end confdefs.h. */
2335     $ac_declaration
2336     int
2337     main ()
2338     {
2339     exit (42);
2340     ;
2341     return 0;
2342     }
2343     _ACEOF
2344     rm -f conftest.$ac_objext
2345     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2346     (eval $ac_compile) 2>conftest.er1
2347     ac_status=$?
2348     grep -v '^ *+' conftest.er1 >conftest.err
2349     rm -f conftest.er1
2350     cat conftest.err >&5
2351     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2352     (exit $ac_status); } &&
2353     { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2354     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2355     (eval $ac_try) 2>&5
2356     ac_status=$?
2357     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2358     (exit $ac_status); }; } &&
2359     { ac_try='test -s conftest.$ac_objext'
2360     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2361     (eval $ac_try) 2>&5
2362     ac_status=$?
2363     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2364     (exit $ac_status); }; }; then
2365     break
2366     else
2367     echo "$as_me: failed program was:" >&5
2368     sed 's/^/| /' conftest.$ac_ext >&5
2369 pcg 1.1
2370 pcg 1.11 fi
2371     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2372     done
2373     rm -f conftest*
2374     if test -n "$ac_declaration"; then
2375     echo '#ifdef __cplusplus' >>confdefs.h
2376     echo $ac_declaration >>confdefs.h
2377     echo '#endif' >>confdefs.h
2378     fi
2379 pcg 1.1
2380     else
2381 pcg 1.11 echo "$as_me: failed program was:" >&5
2382     sed 's/^/| /' conftest.$ac_ext >&5
2383    
2384 pcg 1.1 fi
2385 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2386 pcg 1.1 ac_ext=c
2387     ac_cpp='$CPP $CPPFLAGS'
2388 pcg 1.11 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2389     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2390     ac_compiler_gnu=$ac_cv_c_compiler_gnu
2391    
2392     ac_ext=cc
2393     ac_cpp='$CXXCPP $CPPFLAGS'
2394     ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2395     ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2396     ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
2397     if test -n "$ac_tool_prefix"; then
2398     for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
2399     do
2400     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2401     set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2402     echo "$as_me:$LINENO: checking for $ac_word" >&5
2403     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2404     if test "${ac_cv_prog_CXX+set}" = set; then
2405     echo $ECHO_N "(cached) $ECHO_C" >&6
2406     else
2407     if test -n "$CXX"; then
2408     ac_cv_prog_CXX="$CXX" # Let the user override the test.
2409 pcg 1.1 else
2410 pcg 1.11 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2411     for as_dir in $PATH
2412     do
2413     IFS=$as_save_IFS
2414     test -z "$as_dir" && as_dir=.
2415     for ac_exec_ext in '' $ac_executable_extensions; do
2416     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2417     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
2418     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2419     break 2
2420     fi
2421     done
2422     done
2423    
2424 pcg 1.1 fi
2425     fi
2426 pcg 1.11 CXX=$ac_cv_prog_CXX
2427     if test -n "$CXX"; then
2428     echo "$as_me:$LINENO: result: $CXX" >&5
2429     echo "${ECHO_T}$CXX" >&6
2430 pcg 1.1 else
2431 pcg 1.11 echo "$as_me:$LINENO: result: no" >&5
2432     echo "${ECHO_T}no" >&6
2433 pcg 1.1 fi
2434    
2435 pcg 1.11 test -n "$CXX" && break
2436     done
2437     fi
2438     if test -z "$CXX"; then
2439     ac_ct_CXX=$CXX
2440     for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
2441     do
2442     # Extract the first word of "$ac_prog", so it can be a program name with args.
2443     set dummy $ac_prog; ac_word=$2
2444     echo "$as_me:$LINENO: checking for $ac_word" >&5
2445     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2446     if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
2447     echo $ECHO_N "(cached) $ECHO_C" >&6
2448 pcg 1.1 else
2449 pcg 1.11 if test -n "$ac_ct_CXX"; then
2450     ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
2451 pcg 1.1 else
2452 pcg 1.11 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2453     for as_dir in $PATH
2454     do
2455     IFS=$as_save_IFS
2456     test -z "$as_dir" && as_dir=.
2457     for ac_exec_ext in '' $ac_executable_extensions; do
2458     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2459     ac_cv_prog_ac_ct_CXX="$ac_prog"
2460     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2461     break 2
2462     fi
2463     done
2464     done
2465    
2466 pcg 1.1 fi
2467 pcg 1.11 fi
2468     ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
2469     if test -n "$ac_ct_CXX"; then
2470     echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
2471     echo "${ECHO_T}$ac_ct_CXX" >&6
2472     else
2473     echo "$as_me:$LINENO: result: no" >&5
2474     echo "${ECHO_T}no" >&6
2475 pcg 1.1 fi
2476    
2477 pcg 1.11 test -n "$ac_ct_CXX" && break
2478     done
2479     test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
2480    
2481     CXX=$ac_ct_CXX
2482     fi
2483    
2484    
2485     # Provide some information about the compiler.
2486     echo "$as_me:$LINENO:" \
2487     "checking for C++ compiler version" >&5
2488     ac_compiler=`set X $ac_compile; echo $2`
2489     { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
2490     (eval $ac_compiler --version </dev/null >&5) 2>&5
2491     ac_status=$?
2492     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2493     (exit $ac_status); }
2494     { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
2495     (eval $ac_compiler -v </dev/null >&5) 2>&5
2496     ac_status=$?
2497     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2498     (exit $ac_status); }
2499     { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
2500     (eval $ac_compiler -V </dev/null >&5) 2>&5
2501     ac_status=$?
2502     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2503     (exit $ac_status); }
2504    
2505     echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
2506     echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
2507     if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
2508     echo $ECHO_N "(cached) $ECHO_C" >&6
2509     else
2510     cat >conftest.$ac_ext <<_ACEOF
2511     /* confdefs.h. */
2512     _ACEOF
2513     cat confdefs.h >>conftest.$ac_ext
2514     cat >>conftest.$ac_ext <<_ACEOF
2515     /* end confdefs.h. */
2516    
2517     int
2518     main ()
2519     {
2520     #ifndef __GNUC__
2521     choke me
2522     #endif
2523    
2524     ;
2525     return 0;
2526     }
2527     _ACEOF
2528     rm -f conftest.$ac_objext
2529     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2530     (eval $ac_compile) 2>conftest.er1
2531     ac_status=$?
2532     grep -v '^ *+' conftest.er1 >conftest.err
2533     rm -f conftest.er1
2534     cat conftest.err >&5
2535     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2536     (exit $ac_status); } &&
2537     { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
2538     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2539     (eval $ac_try) 2>&5
2540     ac_status=$?
2541     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2542     (exit $ac_status); }; } &&
2543     { ac_try='test -s conftest.$ac_objext'
2544     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2545     (eval $ac_try) 2>&5
2546     ac_status=$?
2547     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2548     (exit $ac_status); }; }; then
2549     ac_compiler_gnu=yes
2550     else
2551     echo "$as_me: failed program was:" >&5
2552     sed 's/^/| /' conftest.$ac_ext >&5
2553    
2554     ac_compiler_gnu=no
2555     fi
2556     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2557     ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
2558    
2559     fi
2560     echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
2561     echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
2562     GXX=`test $ac_compiler_gnu = yes && echo yes`
2563     ac_test_CXXFLAGS=${CXXFLAGS+set}
2564     ac_save_CXXFLAGS=$CXXFLAGS
2565     CXXFLAGS="-g"
2566     echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
2567     echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
2568     if test "${ac_cv_prog_cxx_g+set}" = set; then
2569     echo $ECHO_N "(cached) $ECHO_C" >&6
2570     else
2571     cat >conftest.$ac_ext <<_ACEOF
2572     /* confdefs.h. */
2573     _ACEOF
2574     cat confdefs.h >>conftest.$ac_ext
2575     cat >>conftest.$ac_ext <<_ACEOF
2576     /* end confdefs.h. */
2577    
2578     int
2579     main ()
2580     {
2581    
2582     ;
2583     return 0;
2584     }
2585     _ACEOF
2586     rm -f conftest.$ac_objext
2587     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2588     (eval $ac_compile) 2>conftest.er1
2589     ac_status=$?
2590     grep -v '^ *+' conftest.er1 >conftest.err
2591     rm -f conftest.er1
2592     cat conftest.err >&5
2593     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2594     (exit $ac_status); } &&
2595     { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
2596     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2597     (eval $ac_try) 2>&5
2598     ac_status=$?
2599     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2600     (exit $ac_status); }; } &&
2601     { ac_try='test -s conftest.$ac_objext'
2602     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2603     (eval $ac_try) 2>&5
2604     ac_status=$?
2605     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2606     (exit $ac_status); }; }; then
2607     ac_cv_prog_cxx_g=yes
2608     else
2609     echo "$as_me: failed program was:" >&5
2610     sed 's/^/| /' conftest.$ac_ext >&5
2611    
2612     ac_cv_prog_cxx_g=no
2613     fi
2614     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2615     fi
2616     echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
2617     echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
2618 pcg 1.1 if test "$ac_test_CXXFLAGS" = set; then
2619 pcg 1.11 CXXFLAGS=$ac_save_CXXFLAGS
2620 pcg 1.1 elif test $ac_cv_prog_cxx_g = yes; then
2621     if test "$GXX" = yes; then
2622     CXXFLAGS="-g -O2"
2623     else
2624     CXXFLAGS="-g"
2625     fi
2626     else
2627     if test "$GXX" = yes; then
2628     CXXFLAGS="-O2"
2629     else
2630     CXXFLAGS=
2631     fi
2632     fi
2633 pcg 1.11 for ac_declaration in \
2634     '' \
2635     'extern "C" void std::exit (int) throw (); using std::exit;' \
2636     'extern "C" void std::exit (int); using std::exit;' \
2637     'extern "C" void exit (int) throw ();' \
2638     'extern "C" void exit (int);' \
2639     'void exit (int);'
2640     do
2641     cat >conftest.$ac_ext <<_ACEOF
2642     /* confdefs.h. */
2643     _ACEOF
2644     cat confdefs.h >>conftest.$ac_ext
2645     cat >>conftest.$ac_ext <<_ACEOF
2646     /* end confdefs.h. */
2647     $ac_declaration
2648     #include <stdlib.h>
2649     int
2650     main ()
2651     {
2652     exit (42);
2653     ;
2654     return 0;
2655     }
2656     _ACEOF
2657     rm -f conftest.$ac_objext
2658     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2659     (eval $ac_compile) 2>conftest.er1
2660     ac_status=$?
2661     grep -v '^ *+' conftest.er1 >conftest.err
2662     rm -f conftest.er1
2663     cat conftest.err >&5
2664     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2665     (exit $ac_status); } &&
2666     { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
2667     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2668     (eval $ac_try) 2>&5
2669     ac_status=$?
2670     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2671     (exit $ac_status); }; } &&
2672     { ac_try='test -s conftest.$ac_objext'
2673     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2674     (eval $ac_try) 2>&5
2675     ac_status=$?
2676     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2677     (exit $ac_status); }; }; then
2678     :
2679     else
2680     echo "$as_me: failed program was:" >&5
2681     sed 's/^/| /' conftest.$ac_ext >&5
2682    
2683     continue
2684     fi
2685     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2686     cat >conftest.$ac_ext <<_ACEOF
2687     /* confdefs.h. */
2688     _ACEOF
2689     cat confdefs.h >>conftest.$ac_ext
2690     cat >>conftest.$ac_ext <<_ACEOF
2691     /* end confdefs.h. */
2692     $ac_declaration
2693     int
2694     main ()
2695     {
2696     exit (42);
2697     ;
2698     return 0;
2699     }
2700     _ACEOF
2701     rm -f conftest.$ac_objext
2702     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2703     (eval $ac_compile) 2>conftest.er1
2704     ac_status=$?
2705     grep -v '^ *+' conftest.er1 >conftest.err
2706     rm -f conftest.er1
2707     cat conftest.err >&5
2708     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2709     (exit $ac_status); } &&
2710     { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
2711     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2712     (eval $ac_try) 2>&5
2713     ac_status=$?
2714     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2715     (exit $ac_status); }; } &&
2716     { ac_try='test -s conftest.$ac_objext'
2717     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2718     (eval $ac_try) 2>&5
2719     ac_status=$?
2720     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2721     (exit $ac_status); }; }; then
2722     break
2723     else
2724     echo "$as_me: failed program was:" >&5
2725     sed 's/^/| /' conftest.$ac_ext >&5
2726    
2727     fi
2728     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2729     done
2730     rm -f conftest*
2731     if test -n "$ac_declaration"; then
2732     echo '#ifdef __cplusplus' >>confdefs.h
2733     echo $ac_declaration >>confdefs.h
2734     echo '#endif' >>confdefs.h
2735     fi
2736    
2737     ac_ext=c
2738     ac_cpp='$CPP $CPPFLAGS'
2739     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2740     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2741     ac_compiler_gnu=$ac_cv_c_compiler_gnu
2742 pcg 1.1
2743 pcg 1.11 ac_ext=c
2744     ac_cpp='$CPP $CPPFLAGS'
2745     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2746     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2747     ac_compiler_gnu=$ac_cv_c_compiler_gnu
2748     echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
2749     echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
2750 pcg 1.1 # On Suns, sometimes $CPP names a directory.
2751     if test -n "$CPP" && test -d "$CPP"; then
2752     CPP=
2753     fi
2754     if test -z "$CPP"; then
2755 pcg 1.11 if test "${ac_cv_prog_CPP+set}" = set; then
2756     echo $ECHO_N "(cached) $ECHO_C" >&6
2757 pcg 1.1 else
2758 pcg 1.11 # Double quotes because CPP needs to be expanded
2759     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
2760     do
2761     ac_preproc_ok=false
2762     for ac_c_preproc_warn_flag in '' yes
2763     do
2764     # Use a header file that comes with gcc, so configuring glibc
2765     # with a fresh cross-compiler works.
2766     # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2767     # <limits.h> exists even on freestanding compilers.
2768 pcg 1.1 # On the NeXT, cc -E runs the code through the compiler's parser,
2769 pcg 1.11 # not just through cpp. "Syntax error" is here to catch this case.
2770     cat >conftest.$ac_ext <<_ACEOF
2771     /* confdefs.h. */
2772     _ACEOF
2773     cat confdefs.h >>conftest.$ac_ext
2774     cat >>conftest.$ac_ext <<_ACEOF
2775     /* end confdefs.h. */
2776     #ifdef __STDC__
2777     # include <limits.h>
2778     #else
2779     # include <assert.h>
2780     #endif
2781     Syntax error
2782     _ACEOF
2783     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2784     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2785     ac_status=$?
2786     grep -v '^ *+' conftest.er1 >conftest.err
2787     rm -f conftest.er1
2788     cat conftest.err >&5
2789     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2790     (exit $ac_status); } >/dev/null; then
2791     if test -s conftest.err; then
2792     ac_cpp_err=$ac_c_preproc_warn_flag
2793     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2794     else
2795     ac_cpp_err=
2796     fi
2797     else
2798     ac_cpp_err=yes
2799     fi
2800     if test -z "$ac_cpp_err"; then
2801 pcg 1.1 :
2802     else
2803 pcg 1.11 echo "$as_me: failed program was:" >&5
2804     sed 's/^/| /' conftest.$ac_ext >&5
2805    
2806     # Broken: fails on valid input.
2807     continue
2808     fi
2809     rm -f conftest.err conftest.$ac_ext
2810    
2811     # OK, works on sane cases. Now check whether non-existent headers
2812     # can be detected and how.
2813     cat >conftest.$ac_ext <<_ACEOF
2814     /* confdefs.h. */
2815     _ACEOF
2816     cat confdefs.h >>conftest.$ac_ext
2817     cat >>conftest.$ac_ext <<_ACEOF
2818     /* end confdefs.h. */
2819     #include <ac_nonexistent.h>
2820     _ACEOF
2821     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2822     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2823     ac_status=$?
2824     grep -v '^ *+' conftest.er1 >conftest.err
2825     rm -f conftest.er1
2826     cat conftest.err >&5
2827     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2828     (exit $ac_status); } >/dev/null; then
2829     if test -s conftest.err; then
2830     ac_cpp_err=$ac_c_preproc_warn_flag
2831     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2832     else
2833     ac_cpp_err=
2834     fi
2835     else
2836     ac_cpp_err=yes
2837     fi
2838     if test -z "$ac_cpp_err"; then
2839     # Broken: success on invalid input.
2840     continue
2841     else
2842     echo "$as_me: failed program was:" >&5
2843     sed 's/^/| /' conftest.$ac_ext >&5
2844    
2845     # Passes both tests.
2846     ac_preproc_ok=:
2847     break
2848     fi
2849     rm -f conftest.err conftest.$ac_ext
2850    
2851     done
2852     # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
2853     rm -f conftest.err conftest.$ac_ext
2854     if $ac_preproc_ok; then
2855     break
2856     fi
2857    
2858     done
2859     ac_cv_prog_CPP=$CPP
2860    
2861     fi
2862     CPP=$ac_cv_prog_CPP
2863     else
2864     ac_cv_prog_CPP=$CPP
2865     fi
2866     echo "$as_me:$LINENO: result: $CPP" >&5
2867     echo "${ECHO_T}$CPP" >&6
2868     ac_preproc_ok=false
2869     for ac_c_preproc_warn_flag in '' yes
2870     do
2871     # Use a header file that comes with gcc, so configuring glibc
2872     # with a fresh cross-compiler works.
2873     # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2874     # <limits.h> exists even on freestanding compilers.
2875     # On the NeXT, cc -E runs the code through the compiler's parser,
2876     # not just through cpp. "Syntax error" is here to catch this case.
2877     cat >conftest.$ac_ext <<_ACEOF
2878     /* confdefs.h. */
2879     _ACEOF
2880     cat confdefs.h >>conftest.$ac_ext
2881     cat >>conftest.$ac_ext <<_ACEOF
2882     /* end confdefs.h. */
2883     #ifdef __STDC__
2884     # include <limits.h>
2885     #else
2886     # include <assert.h>
2887     #endif
2888     Syntax error
2889     _ACEOF
2890     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2891     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2892     ac_status=$?
2893     grep -v '^ *+' conftest.er1 >conftest.err
2894     rm -f conftest.er1
2895     cat conftest.err >&5
2896     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2897     (exit $ac_status); } >/dev/null; then
2898     if test -s conftest.err; then
2899     ac_cpp_err=$ac_c_preproc_warn_flag
2900     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2901     else
2902     ac_cpp_err=
2903     fi
2904 pcg 1.1 else
2905 pcg 1.11 ac_cpp_err=yes
2906     fi
2907     if test -z "$ac_cpp_err"; then
2908 pcg 1.1 :
2909     else
2910 pcg 1.11 echo "$as_me: failed program was:" >&5
2911     sed 's/^/| /' conftest.$ac_ext >&5
2912    
2913     # Broken: fails on valid input.
2914     continue
2915 pcg 1.1 fi
2916 pcg 1.11 rm -f conftest.err conftest.$ac_ext
2917    
2918     # OK, works on sane cases. Now check whether non-existent headers
2919     # can be detected and how.
2920     cat >conftest.$ac_ext <<_ACEOF
2921     /* confdefs.h. */
2922     _ACEOF
2923     cat confdefs.h >>conftest.$ac_ext
2924     cat >>conftest.$ac_ext <<_ACEOF
2925     /* end confdefs.h. */
2926     #include <ac_nonexistent.h>
2927     _ACEOF
2928     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2929     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2930     ac_status=$?
2931     grep -v '^ *+' conftest.er1 >conftest.err
2932     rm -f conftest.er1
2933     cat conftest.err >&5
2934     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2935     (exit $ac_status); } >/dev/null; then
2936     if test -s conftest.err; then
2937     ac_cpp_err=$ac_c_preproc_warn_flag
2938     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2939     else
2940     ac_cpp_err=
2941     fi
2942     else
2943     ac_cpp_err=yes
2944 pcg 1.1 fi
2945 pcg 1.11 if test -z "$ac_cpp_err"; then
2946     # Broken: success on invalid input.
2947     continue
2948     else
2949     echo "$as_me: failed program was:" >&5
2950     sed 's/^/| /' conftest.$ac_ext >&5
2951    
2952     # Passes both tests.
2953     ac_preproc_ok=:
2954     break
2955 pcg 1.1 fi
2956 pcg 1.11 rm -f conftest.err conftest.$ac_ext
2957    
2958     done
2959     # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
2960     rm -f conftest.err conftest.$ac_ext
2961     if $ac_preproc_ok; then
2962     :
2963 pcg 1.1 else
2964 pcg 1.11 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
2965     See \`config.log' for more details." >&5
2966     echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
2967     See \`config.log' for more details." >&2;}
2968     { (exit 1); exit 1; }; }
2969 pcg 1.1 fi
2970 pcg 1.11
2971     ac_ext=c
2972     ac_cpp='$CPP $CPPFLAGS'
2973     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2974     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2975     ac_compiler_gnu=$ac_cv_c_compiler_gnu
2976 pcg 1.1
2977     # Find a good install program. We prefer a C program (faster),
2978     # so one script is as good as another. But avoid the broken or
2979     # incompatible versions:
2980     # SysV /etc/install, /usr/sbin/install
2981     # SunOS /usr/etc/install
2982     # IRIX /sbin/install
2983     # AIX /bin/install
2984 pcg 1.11 # AmigaOS /C/install, which installs bootblocks on floppy discs
2985 pcg 1.1 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2986     # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2987     # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2988 pcg 1.11 # OS/2's system install, which has a completely different semantic
2989 pcg 1.1 # ./install, which can be erroneously created by make from ./install.sh.
2990 pcg 1.11 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2991     echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
2992 pcg 1.1 if test -z "$INSTALL"; then
2993 pcg 1.11 if test "${ac_cv_path_install+set}" = set; then
2994     echo $ECHO_N "(cached) $ECHO_C" >&6
2995 pcg 1.1 else
2996 pcg 1.11 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2997     for as_dir in $PATH
2998     do
2999     IFS=$as_save_IFS
3000     test -z "$as_dir" && as_dir=.
3001     # Account for people who put trailing slashes in PATH elements.
3002     case $as_dir/ in
3003     ./ | .// | /cC/* | \
3004     /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3005     ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
3006     /usr/ucb/* ) ;;
3007     *)
3008     # OSF1 and SCO ODT 3.0 have their own names for install.
3009     # Don't use installbsd from OSF since it installs stuff as root
3010     # by default.
3011     for ac_prog in ginstall scoinst install; do
3012     for ac_exec_ext in '' $ac_executable_extensions; do
3013     if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
3014 pcg 1.1 if test $ac_prog = install &&
3015 pcg 1.11 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3016 pcg 1.1 # AIX install. It has an incompatible calling convention.
3017     :
3018 pcg 1.11 elif test $ac_prog = install &&
3019     grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3020     # program-specific install script used by HP pwplus--don't use.
3021     :
3022 pcg 1.1 else
3023 pcg 1.11 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3024     break 3
3025 pcg 1.1 fi
3026     fi
3027     done
3028 pcg 1.11 done
3029     ;;
3030     esac
3031     done
3032    
3033 pcg 1.1
3034     fi
3035     if test "${ac_cv_path_install+set}" = set; then
3036 pcg 1.11 INSTALL=$ac_cv_path_install
3037 pcg 1.1 else
3038     # As a last resort, use the slow shell script. We don't cache a
3039     # path for INSTALL within a source directory, because that will
3040     # break other packages using the cache if that directory is
3041     # removed, or if the path is relative.
3042 pcg 1.11 INSTALL=$ac_install_sh
3043 pcg 1.1 fi
3044     fi
3045 pcg 1.11 echo "$as_me:$LINENO: result: $INSTALL" >&5
3046     echo "${ECHO_T}$INSTALL" >&6
3047 pcg 1.1
3048     # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3049     # It thinks the first close brace ends the variable substitution.
3050     test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3051    
3052 pcg 1.11 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3053 pcg 1.1
3054     test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3055    
3056 pcg 1.11 for ac_prog in gawk mawk nawk awk
3057 pcg 1.1 do
3058 pcg 1.11 # Extract the first word of "$ac_prog", so it can be a program name with args.
3059 pcg 1.1 set dummy $ac_prog; ac_word=$2
3060 pcg 1.11 echo "$as_me:$LINENO: checking for $ac_word" >&5
3061     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3062     if test "${ac_cv_prog_AWK+set}" = set; then
3063     echo $ECHO_N "(cached) $ECHO_C" >&6
3064 pcg 1.1 else
3065     if test -n "$AWK"; then
3066     ac_cv_prog_AWK="$AWK" # Let the user override the test.
3067     else
3068 pcg 1.11 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3069     for as_dir in $PATH
3070     do
3071     IFS=$as_save_IFS
3072     test -z "$as_dir" && as_dir=.
3073     for ac_exec_ext in '' $ac_executable_extensions; do
3074     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3075     ac_cv_prog_AWK="$ac_prog"
3076     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3077     break 2
3078     fi
3079     done
3080     done
3081    
3082 pcg 1.1 fi
3083     fi
3084 pcg 1.11 AWK=$ac_cv_prog_AWK
3085 pcg 1.1 if test -n "$AWK"; then
3086 pcg 1.11 echo "$as_me:$LINENO: result: $AWK" >&5
3087     echo "${ECHO_T}$AWK" >&6
3088 pcg 1.1 else
3089 pcg 1.11 echo "$as_me:$LINENO: result: no" >&5
3090     echo "${ECHO_T}no" >&6
3091 pcg 1.1 fi
3092    
3093 pcg 1.11 test -n "$AWK" && break
3094 pcg 1.1 done
3095    
3096    
3097 pcg 1.13 ac_ext=c
3098     ac_cpp='$CPP $CPPFLAGS'
3099     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3100     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3101     ac_compiler_gnu=$ac_cv_c_compiler_gnu
3102    
3103    
3104 root 1.48 if test -z "$orig_CXXFLAGS"; then
3105     CXXFLAGS='-O'
3106     if test x$GCC = xyes && test "x$GXX" = xyes; then
3107     CXXFLAGS="-g -O3"
3108     fi
3109     CFLAGS="$CXXFLAGS"
3110     fi
3111    
3112 pcg 1.13 LINKER="$CXX"
3113     if test x$GCC = xyes && test x$GXX = xyes; then
3114    
3115     echo "$as_me:$LINENO: checking for main in -lsupc++" >&5
3116     echo $ECHO_N "checking for main in -lsupc++... $ECHO_C" >&6
3117     if test "${ac_cv_lib_supcpp_main+set}" = set; then
3118     echo $ECHO_N "(cached) $ECHO_C" >&6
3119     else
3120     ac_check_lib_save_LIBS=$LIBS
3121     LIBS="-lsupc++ $LIBS"
3122     cat >conftest.$ac_ext <<_ACEOF
3123     /* confdefs.h. */
3124     _ACEOF
3125     cat confdefs.h >>conftest.$ac_ext
3126     cat >>conftest.$ac_ext <<_ACEOF
3127     /* end confdefs.h. */
3128    
3129    
3130     int
3131     main ()
3132     {
3133     main ();
3134     ;
3135     return 0;
3136     }
3137     _ACEOF
3138     rm -f conftest.$ac_objext conftest$ac_exeext
3139     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3140     (eval $ac_link) 2>conftest.er1
3141     ac_status=$?
3142     grep -v '^ *+' conftest.er1 >conftest.err
3143     rm -f conftest.er1
3144     cat conftest.err >&5
3145     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3146     (exit $ac_status); } &&
3147     { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3148     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3149     (eval $ac_try) 2>&5
3150     ac_status=$?
3151     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3152     (exit $ac_status); }; } &&
3153     { ac_try='test -s conftest$ac_exeext'
3154     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3155     (eval $ac_try) 2>&5
3156     ac_status=$?
3157     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3158     (exit $ac_status); }; }; then
3159     ac_cv_lib_supcpp_main=yes
3160     else
3161     echo "$as_me: failed program was:" >&5
3162     sed 's/^/| /' conftest.$ac_ext >&5
3163    
3164     ac_cv_lib_supcpp_main=no
3165     fi
3166     rm -f conftest.err conftest.$ac_objext \
3167     conftest$ac_exeext conftest.$ac_ext
3168     LIBS=$ac_check_lib_save_LIBS
3169     fi
3170     echo "$as_me:$LINENO: result: $ac_cv_lib_supcpp_main" >&5
3171     echo "${ECHO_T}$ac_cv_lib_supcpp_main" >&6
3172     if test $ac_cv_lib_supcpp_main = yes; then
3173    
3174     LINKER="$CC"
3175     LIBS="$LIBS -lsupc++"
3176    
3177     fi
3178    
3179     fi
3180     LINKER=$LINKER
3181    
3182    
3183 root 1.48
3184     cat >>confdefs.h <<\_ACEOF
3185     #define _GNU_SOURCE 1
3186     _ACEOF
3187    
3188    
3189     case $host in
3190     *-*-solaris* )
3191    
3192     cat >>confdefs.h <<\_ACEOF
3193     #define _XOPEN_SOURCE_EXTENDED 1
3194     _ACEOF
3195    
3196    
3197     cat >>confdefs.h <<\_ACEOF
3198     #define _XOPEN_SOURCE 2
3199     _ACEOF
3200    
3201    
3202     cat >>confdefs.h <<\_ACEOF
3203     #define __EXTENSIONS__ 1
3204     _ACEOF
3205    
3206     ;;
3207     esac
3208 pcg 1.13
3209    
3210     ac_ext=cc
3211     ac_cpp='$CXXCPP $CPPFLAGS'
3212     ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3213     ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3214     ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3215    
3216    
3217    
3218     ac_ext=cc
3219     ac_cpp='$CXXCPP $CPPFLAGS'
3220     ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3221     ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3222     ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3223     echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
3224     echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
3225     if test -z "$CXXCPP"; then
3226     if test "${ac_cv_prog_CXXCPP+set}" = set; then
3227     echo $ECHO_N "(cached) $ECHO_C" >&6
3228     else
3229     # Double quotes because CXXCPP needs to be expanded
3230     for CXXCPP in "$CXX -E" "/lib/cpp"
3231     do
3232     ac_preproc_ok=false
3233     for ac_cxx_preproc_warn_flag in '' yes
3234     do
3235     # Use a header file that comes with gcc, so configuring glibc
3236     # with a fresh cross-compiler works.
3237     # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3238     # <limits.h> exists even on freestanding compilers.
3239     # On the NeXT, cc -E runs the code through the compiler's parser,
3240     # not just through cpp. "Syntax error" is here to catch this case.
3241     cat >conftest.$ac_ext <<_ACEOF
3242     /* confdefs.h. */
3243     _ACEOF
3244     cat confdefs.h >>conftest.$ac_ext
3245     cat >>conftest.$ac_ext <<_ACEOF
3246     /* end confdefs.h. */
3247     #ifdef __STDC__
3248     # include <limits.h>
3249     #else
3250     # include <assert.h>
3251     #endif
3252     Syntax error
3253     _ACEOF
3254     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3255     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3256     ac_status=$?
3257     grep -v '^ *+' conftest.er1 >conftest.err
3258     rm -f conftest.er1
3259     cat conftest.err >&5
3260     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3261     (exit $ac_status); } >/dev/null; then
3262     if test -s conftest.err; then
3263     ac_cpp_err=$ac_cxx_preproc_warn_flag
3264     ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3265     else
3266     ac_cpp_err=
3267     fi
3268     else
3269     ac_cpp_err=yes
3270     fi
3271     if test -z "$ac_cpp_err"; then
3272     :
3273     else
3274     echo "$as_me: failed program was:" >&5
3275     sed 's/^/| /' conftest.$ac_ext >&5
3276    
3277     # Broken: fails on valid input.
3278     continue
3279     fi
3280     rm -f conftest.err conftest.$ac_ext
3281    
3282     # OK, works on sane cases. Now check whether non-existent headers
3283     # 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     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3293     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3294     ac_status=$?
3295     grep -v '^ *+' conftest.er1 >conftest.err
3296     rm -f conftest.er1
3297     cat conftest.err >&5
3298     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3299     (exit $ac_status); } >/dev/null; then
3300     if test -s conftest.err; then
3301     ac_cpp_err=$ac_cxx_preproc_warn_flag
3302     ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3303     else
3304     ac_cpp_err=
3305     fi
3306     else
3307     ac_cpp_err=yes
3308     fi
3309     if test -z "$ac_cpp_err"; then
3310     # Broken: success on invalid input.
3311     continue
3312     else
3313     echo "$as_me: failed program was:" >&5
3314     sed 's/^/| /' conftest.$ac_ext >&5
3315    
3316     # Passes both tests.
3317     ac_preproc_ok=:
3318     break
3319     fi
3320     rm -f conftest.err conftest.$ac_ext
3321    
3322     done
3323     # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3324     rm -f conftest.err conftest.$ac_ext
3325     if $ac_preproc_ok; then
3326     break
3327     fi
3328    
3329     done
3330     ac_cv_prog_CXXCPP=$CXXCPP
3331    
3332     fi
3333     CXXCPP=$ac_cv_prog_CXXCPP
3334     else
3335     ac_cv_prog_CXXCPP=$CXXCPP
3336     fi
3337     echo "$as_me:$LINENO: result: $CXXCPP" >&5
3338     echo "${ECHO_T}$CXXCPP" >&6
3339     ac_preproc_ok=false
3340     for ac_cxx_preproc_warn_flag in '' yes
3341     do
3342     # Use a header file that comes with gcc, so configuring glibc
3343     # with a fresh cross-compiler works.
3344     # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3345     # <limits.h> exists even on freestanding compilers.
3346     # On the NeXT, cc -E runs the code through the compiler's parser,
3347     # not just through cpp. "Syntax error" is here to catch this case.
3348     cat >conftest.$ac_ext <<_ACEOF
3349     /* confdefs.h. */
3350     _ACEOF
3351     cat confdefs.h >>conftest.$ac_ext
3352     cat >>conftest.$ac_ext <<_ACEOF
3353     /* end confdefs.h. */
3354     #ifdef __STDC__
3355     # include <limits.h>
3356     #else
3357     # include <assert.h>
3358     #endif
3359     Syntax error
3360     _ACEOF
3361     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3362     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3363     ac_status=$?
3364     grep -v '^ *+' conftest.er1 >conftest.err
3365     rm -f conftest.er1
3366     cat conftest.err >&5
3367     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3368     (exit $ac_status); } >/dev/null; then
3369     if test -s conftest.err; then
3370     ac_cpp_err=$ac_cxx_preproc_warn_flag
3371     ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3372     else
3373     ac_cpp_err=
3374     fi
3375     else
3376     ac_cpp_err=yes
3377     fi
3378     if test -z "$ac_cpp_err"; then
3379     :
3380     else
3381     echo "$as_me: failed program was:" >&5
3382     sed 's/^/| /' conftest.$ac_ext >&5
3383    
3384     # Broken: fails on valid input.
3385     continue
3386     fi
3387     rm -f conftest.err conftest.$ac_ext
3388    
3389     # OK, works on sane cases. Now check whether non-existent headers
3390     # can be detected and how.
3391     cat >conftest.$ac_ext <<_ACEOF
3392     /* confdefs.h. */
3393     _ACEOF
3394     cat confdefs.h >>conftest.$ac_ext
3395     cat >>conftest.$ac_ext <<_ACEOF
3396     /* end confdefs.h. */
3397     #include <ac_nonexistent.h>
3398     _ACEOF
3399     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3400     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3401     ac_status=$?
3402     grep -v '^ *+' conftest.er1 >conftest.err
3403     rm -f conftest.er1
3404     cat conftest.err >&5
3405     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3406     (exit $ac_status); } >/dev/null; then
3407     if test -s conftest.err; then
3408     ac_cpp_err=$ac_cxx_preproc_warn_flag
3409     ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3410     else
3411     ac_cpp_err=
3412     fi
3413     else
3414     ac_cpp_err=yes
3415     fi
3416     if test -z "$ac_cpp_err"; then
3417     # Broken: success on invalid input.
3418     continue
3419     else
3420     echo "$as_me: failed program was:" >&5
3421     sed 's/^/| /' conftest.$ac_ext >&5
3422    
3423     # Passes both tests.
3424     ac_preproc_ok=:
3425     break
3426     fi
3427     rm -f conftest.err conftest.$ac_ext
3428    
3429     done
3430     # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3431     rm -f conftest.err conftest.$ac_ext
3432     if $ac_preproc_ok; then
3433     :
3434     else
3435     { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
3436     See \`config.log' for more details." >&5
3437     echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
3438     See \`config.log' for more details." >&2;}
3439     { (exit 1); exit 1; }; }
3440     fi
3441    
3442     ac_ext=cc
3443     ac_cpp='$CXXCPP $CPPFLAGS'
3444     ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3445     ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3446     ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3447 pcg 1.11
3448    
3449     echo "$as_me:$LINENO: checking for egrep" >&5
3450     echo $ECHO_N "checking for egrep... $ECHO_C" >&6
3451     if test "${ac_cv_prog_egrep+set}" = set; then
3452     echo $ECHO_N "(cached) $ECHO_C" >&6
3453     else
3454     if echo a | (grep -E '(a|b)') >/dev/null 2>&1
3455     then ac_cv_prog_egrep='grep -E'
3456     else ac_cv_prog_egrep='egrep'
3457     fi
3458     fi
3459     echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
3460     echo "${ECHO_T}$ac_cv_prog_egrep" >&6
3461     EGREP=$ac_cv_prog_egrep
3462    
3463    
3464    
3465     echo "$as_me:$LINENO: checking for AIX" >&5
3466     echo $ECHO_N "checking for AIX... $ECHO_C" >&6
3467     cat >conftest.$ac_ext <<_ACEOF
3468     /* confdefs.h. */
3469     _ACEOF
3470     cat confdefs.h >>conftest.$ac_ext
3471     cat >>conftest.$ac_ext <<_ACEOF
3472     /* end confdefs.h. */
3473 pcg 1.1 #ifdef _AIX
3474     yes
3475     #endif
3476    
3477 pcg 1.11 _ACEOF
3478 pcg 1.1 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3479 pcg 1.11 $EGREP "yes" >/dev/null 2>&1; then
3480     echo "$as_me:$LINENO: result: yes" >&5
3481     echo "${ECHO_T}yes" >&6
3482     cat >>confdefs.h <<\_ACEOF
3483 pcg 1.1 #define _ALL_SOURCE 1
3484 pcg 1.11 _ACEOF
3485 pcg 1.1
3486     else
3487 pcg 1.11 echo "$as_me:$LINENO: result: no" >&5
3488     echo "${ECHO_T}no" >&6
3489 pcg 1.1 fi
3490     rm -f conftest*
3491    
3492    
3493 pcg 1.11 echo "$as_me:$LINENO: checking for library containing strerror" >&5
3494     echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6
3495     if test "${ac_cv_search_strerror+set}" = set; then
3496     echo $ECHO_N "(cached) $ECHO_C" >&6
3497     else
3498     ac_func_search_save_LIBS=$LIBS
3499     ac_cv_search_strerror=no
3500     cat >conftest.$ac_ext <<_ACEOF
3501     /* confdefs.h. */
3502     _ACEOF
3503     cat confdefs.h >>conftest.$ac_ext
3504     cat >>conftest.$ac_ext <<_ACEOF
3505     /* end confdefs.h. */
3506    
3507     /* Override any gcc2 internal prototype to avoid an error. */
3508     #ifdef __cplusplus
3509     extern "C"
3510     #endif
3511     /* We use char because int might match the return type of a gcc2
3512     builtin and then its argument prototype would still apply. */
3513     char strerror ();
3514     int
3515     main ()
3516     {
3517     strerror ();
3518     ;
3519     return 0;
3520     }
3521     _ACEOF
3522     rm -f conftest.$ac_objext conftest$ac_exeext
3523     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3524     (eval $ac_link) 2>conftest.er1
3525     ac_status=$?
3526     grep -v '^ *+' conftest.er1 >conftest.err
3527     rm -f conftest.er1
3528     cat conftest.err >&5
3529     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3530     (exit $ac_status); } &&
3531 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3532 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3533     (eval $ac_try) 2>&5
3534     ac_status=$?
3535     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3536     (exit $ac_status); }; } &&
3537     { ac_try='test -s conftest$ac_exeext'
3538     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3539     (eval $ac_try) 2>&5
3540     ac_status=$?
3541     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3542     (exit $ac_status); }; }; then
3543     ac_cv_search_strerror="none required"
3544     else
3545     echo "$as_me: failed program was:" >&5
3546     sed 's/^/| /' conftest.$ac_ext >&5
3547    
3548     fi
3549     rm -f conftest.err conftest.$ac_objext \
3550     conftest$ac_exeext conftest.$ac_ext
3551     if test "$ac_cv_search_strerror" = no; then
3552     for ac_lib in cposix; do
3553     LIBS="-l$ac_lib $ac_func_search_save_LIBS"
3554     cat >conftest.$ac_ext <<_ACEOF
3555     /* confdefs.h. */
3556     _ACEOF
3557     cat confdefs.h >>conftest.$ac_ext
3558     cat >>conftest.$ac_ext <<_ACEOF
3559     /* end confdefs.h. */
3560 pcg 1.1
3561 pcg 1.11 /* Override any gcc2 internal prototype to avoid an error. */
3562     #ifdef __cplusplus
3563     extern "C"
3564     #endif
3565     /* We use char because int might match the return type of a gcc2
3566     builtin and then its argument prototype would still apply. */
3567     char strerror ();
3568     int
3569     main ()
3570     {
3571     strerror ();
3572     ;
3573     return 0;
3574     }
3575     _ACEOF
3576     rm -f conftest.$ac_objext conftest$ac_exeext
3577     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3578     (eval $ac_link) 2>conftest.er1
3579     ac_status=$?
3580     grep -v '^ *+' conftest.er1 >conftest.err
3581     rm -f conftest.er1
3582     cat conftest.err >&5
3583     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3584     (exit $ac_status); } &&
3585 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3586 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3587     (eval $ac_try) 2>&5
3588     ac_status=$?
3589     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3590     (exit $ac_status); }; } &&
3591     { ac_try='test -s conftest$ac_exeext'
3592     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3593     (eval $ac_try) 2>&5
3594     ac_status=$?
3595     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3596     (exit $ac_status); }; }; then
3597     ac_cv_search_strerror="-l$ac_lib"
3598     break
3599 pcg 1.1 else
3600 pcg 1.11 echo "$as_me: failed program was:" >&5
3601     sed 's/^/| /' conftest.$ac_ext >&5
3602    
3603     fi
3604     rm -f conftest.err conftest.$ac_objext \
3605     conftest$ac_exeext conftest.$ac_ext
3606     done
3607     fi
3608     LIBS=$ac_func_search_save_LIBS
3609     fi
3610     echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
3611     echo "${ECHO_T}$ac_cv_search_strerror" >&6
3612     if test "$ac_cv_search_strerror" != no; then
3613     test "$ac_cv_search_strerror" = "none required" || LIBS="$ac_cv_search_strerror $LIBS"
3614    
3615 pcg 1.1 fi
3616    
3617    
3618 root 1.57 echo "$as_me:$LINENO: checking for setlocale" >&5
3619     echo $ECHO_N "checking for setlocale... $ECHO_C" >&6
3620     if test "${ac_cv_func_setlocale+set}" = set; then
3621     echo $ECHO_N "(cached) $ECHO_C" >&6
3622     else
3623     cat >conftest.$ac_ext <<_ACEOF
3624     /* confdefs.h. */
3625     _ACEOF
3626     cat confdefs.h >>conftest.$ac_ext
3627     cat >>conftest.$ac_ext <<_ACEOF
3628     /* end confdefs.h. */
3629     /* Define setlocale to an innocuous variant, in case <limits.h> declares setlocale.
3630     For example, HP-UX 11i <limits.h> declares gettimeofday. */
3631     #define setlocale innocuous_setlocale
3632    
3633     /* System header to define __stub macros and hopefully few prototypes,
3634     which can conflict with char setlocale (); below.
3635     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3636     <limits.h> exists even on freestanding compilers. */
3637    
3638     #ifdef __STDC__
3639     # include <limits.h>
3640     #else
3641     # include <assert.h>
3642     #endif
3643    
3644     #undef setlocale
3645    
3646     /* Override any gcc2 internal prototype to avoid an error. */
3647     #ifdef __cplusplus
3648     extern "C"
3649     {
3650     #endif
3651     /* We use char because int might match the return type of a gcc2
3652     builtin and then its argument prototype would still apply. */
3653     char setlocale ();
3654     /* The GNU C library defines this for functions which it implements
3655     to always fail with ENOSYS. Some functions are actually named
3656     something starting with __ and the normal name is an alias. */
3657     #if defined (__stub_setlocale) || defined (__stub___setlocale)
3658     choke me
3659     #else
3660     char (*f) () = setlocale;
3661     #endif
3662     #ifdef __cplusplus
3663     }
3664     #endif
3665    
3666     int
3667     main ()
3668     {
3669     return f != setlocale;
3670     ;
3671     return 0;
3672     }
3673     _ACEOF
3674     rm -f conftest.$ac_objext conftest$ac_exeext
3675     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3676     (eval $ac_link) 2>conftest.er1
3677     ac_status=$?
3678     grep -v '^ *+' conftest.er1 >conftest.err
3679     rm -f conftest.er1
3680     cat conftest.err >&5
3681     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3682     (exit $ac_status); } &&
3683     { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3684     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3685     (eval $ac_try) 2>&5
3686     ac_status=$?
3687     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3688     (exit $ac_status); }; } &&
3689     { ac_try='test -s conftest$ac_exeext'
3690     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3691     (eval $ac_try) 2>&5
3692     ac_status=$?
3693     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3694     (exit $ac_status); }; }; then
3695     ac_cv_func_setlocale=yes
3696     else
3697     echo "$as_me: failed program was:" >&5
3698     sed 's/^/| /' conftest.$ac_ext >&5
3699    
3700     ac_cv_func_setlocale=no
3701     fi
3702     rm -f conftest.err conftest.$ac_objext \
3703     conftest$ac_exeext conftest.$ac_ext
3704     fi
3705     echo "$as_me:$LINENO: result: $ac_cv_func_setlocale" >&5
3706     echo "${ECHO_T}$ac_cv_func_setlocale" >&6
3707     if test $ac_cv_func_setlocale = yes; then
3708     :
3709     else
3710     echo "$as_me:$LINENO: checking for setlocale in -lxpg4" >&5
3711 pcg 1.25 echo $ECHO_N "checking for setlocale in -lxpg4... $ECHO_C" >&6
3712     if test "${ac_cv_lib_xpg4_setlocale+set}" = set; then
3713     echo $ECHO_N "(cached) $ECHO_C" >&6
3714     else
3715     ac_check_lib_save_LIBS=$LIBS
3716     LIBS="-lxpg4 $LIBS"
3717     cat >conftest.$ac_ext <<_ACEOF
3718     /* confdefs.h. */
3719     _ACEOF
3720     cat confdefs.h >>conftest.$ac_ext
3721     cat >>conftest.$ac_ext <<_ACEOF
3722     /* end confdefs.h. */
3723    
3724     /* Override any gcc2 internal prototype to avoid an error. */
3725     #ifdef __cplusplus
3726     extern "C"
3727     #endif
3728     /* We use char because int might match the return type of a gcc2
3729     builtin and then its argument prototype would still apply. */
3730     char setlocale ();
3731     int
3732     main ()
3733     {
3734     setlocale ();
3735     ;
3736     return 0;
3737     }
3738     _ACEOF
3739     rm -f conftest.$ac_objext conftest$ac_exeext
3740     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3741     (eval $ac_link) 2>conftest.er1
3742     ac_status=$?
3743     grep -v '^ *+' conftest.er1 >conftest.err
3744     rm -f conftest.er1
3745     cat conftest.err >&5
3746     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3747     (exit $ac_status); } &&
3748     { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3749     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3750     (eval $ac_try) 2>&5
3751     ac_status=$?
3752     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3753     (exit $ac_status); }; } &&
3754     { ac_try='test -s conftest$ac_exeext'
3755     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3756     (eval $ac_try) 2>&5
3757     ac_status=$?
3758     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3759     (exit $ac_status); }; }; then
3760     ac_cv_lib_xpg4_setlocale=yes
3761     else
3762     echo "$as_me: failed program was:" >&5
3763     sed 's/^/| /' conftest.$ac_ext >&5
3764    
3765     ac_cv_lib_xpg4_setlocale=no
3766     fi
3767     rm -f conftest.err conftest.$ac_objext \
3768     conftest$ac_exeext conftest.$ac_ext
3769     LIBS=$ac_check_lib_save_LIBS
3770     fi
3771     echo "$as_me:$LINENO: result: $ac_cv_lib_xpg4_setlocale" >&5
3772     echo "${ECHO_T}$ac_cv_lib_xpg4_setlocale" >&6
3773     if test $ac_cv_lib_xpg4_setlocale = yes; then
3774     LIBS="$LIBS -lxpg4"
3775     fi
3776    
3777 root 1.57 fi
3778    
3779    
3780     echo "$as_me:$LINENO: checking for gethostbyname" >&5
3781     echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
3782     if test "${ac_cv_func_gethostbyname+set}" = set; then
3783     echo $ECHO_N "(cached) $ECHO_C" >&6
3784     else
3785     cat >conftest.$ac_ext <<_ACEOF
3786     /* confdefs.h. */
3787     _ACEOF
3788     cat confdefs.h >>conftest.$ac_ext
3789     cat >>conftest.$ac_ext <<_ACEOF
3790     /* end confdefs.h. */
3791     /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
3792     For example, HP-UX 11i <limits.h> declares gettimeofday. */
3793     #define gethostbyname innocuous_gethostbyname
3794    
3795     /* System header to define __stub macros and hopefully few prototypes,
3796     which can conflict with char gethostbyname (); below.
3797     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3798     <limits.h> exists even on freestanding compilers. */
3799    
3800     #ifdef __STDC__
3801     # include <limits.h>
3802     #else
3803     # include <assert.h>
3804     #endif
3805    
3806     #undef gethostbyname
3807    
3808     /* Override any gcc2 internal prototype to avoid an error. */
3809     #ifdef __cplusplus
3810     extern "C"
3811     {
3812     #endif
3813     /* We use char because int might match the return type of a gcc2
3814     builtin and then its argument prototype would still apply. */
3815     char gethostbyname ();
3816     /* The GNU C library defines this for functions which it implements
3817     to always fail with ENOSYS. Some functions are actually named
3818     something starting with __ and the normal name is an alias. */
3819     #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
3820     choke me
3821     #else
3822     char (*f) () = gethostbyname;
3823     #endif
3824     #ifdef __cplusplus
3825     }
3826     #endif
3827    
3828     int
3829     main ()
3830     {
3831     return f != gethostbyname;
3832     ;
3833     return 0;
3834     }
3835     _ACEOF
3836     rm -f conftest.$ac_objext conftest$ac_exeext
3837     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3838     (eval $ac_link) 2>conftest.er1
3839     ac_status=$?
3840     grep -v '^ *+' conftest.er1 >conftest.err
3841     rm -f conftest.er1
3842     cat conftest.err >&5
3843     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3844     (exit $ac_status); } &&
3845     { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3846     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3847     (eval $ac_try) 2>&5
3848     ac_status=$?
3849     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3850     (exit $ac_status); }; } &&
3851     { ac_try='test -s conftest$ac_exeext'
3852     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3853     (eval $ac_try) 2>&5
3854     ac_status=$?
3855     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3856     (exit $ac_status); }; }; then
3857     ac_cv_func_gethostbyname=yes
3858     else
3859     echo "$as_me: failed program was:" >&5
3860     sed 's/^/| /' conftest.$ac_ext >&5
3861 pcg 1.25
3862 root 1.57 ac_cv_func_gethostbyname=no
3863     fi
3864     rm -f conftest.err conftest.$ac_objext \
3865     conftest$ac_exeext conftest.$ac_ext
3866     fi
3867     echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
3868     echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
3869     if test $ac_cv_func_gethostbyname = yes; then
3870     :
3871     else
3872     echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
3873 pcg 1.25 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
3874     if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
3875     echo $ECHO_N "(cached) $ECHO_C" >&6
3876     else
3877     ac_check_lib_save_LIBS=$LIBS
3878     LIBS="-lnsl $LIBS"
3879     cat >conftest.$ac_ext <<_ACEOF
3880     /* confdefs.h. */
3881     _ACEOF
3882     cat confdefs.h >>conftest.$ac_ext
3883     cat >>conftest.$ac_ext <<_ACEOF
3884     /* end confdefs.h. */
3885    
3886     /* Override any gcc2 internal prototype to avoid an error. */
3887     #ifdef __cplusplus
3888     extern "C"
3889     #endif
3890     /* We use char because int might match the return type of a gcc2
3891     builtin and then its argument prototype would still apply. */
3892     char gethostbyname ();
3893     int
3894     main ()
3895     {
3896     gethostbyname ();
3897     ;
3898     return 0;
3899     }
3900     _ACEOF
3901     rm -f conftest.$ac_objext conftest$ac_exeext
3902     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3903     (eval $ac_link) 2>conftest.er1
3904     ac_status=$?
3905     grep -v '^ *+' conftest.er1 >conftest.err
3906     rm -f conftest.er1
3907     cat conftest.err >&5
3908     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3909     (exit $ac_status); } &&
3910     { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3911     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3912     (eval $ac_try) 2>&5
3913     ac_status=$?
3914     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3915     (exit $ac_status); }; } &&
3916     { ac_try='test -s conftest$ac_exeext'
3917     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3918     (eval $ac_try) 2>&5
3919     ac_status=$?
3920     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3921     (exit $ac_status); }; }; then
3922     ac_cv_lib_nsl_gethostbyname=yes
3923     else
3924     echo "$as_me: failed program was:" >&5
3925     sed 's/^/| /' conftest.$ac_ext >&5
3926    
3927     ac_cv_lib_nsl_gethostbyname=no
3928     fi
3929     rm -f conftest.err conftest.$ac_objext \
3930     conftest$ac_exeext conftest.$ac_ext
3931     LIBS=$ac_check_lib_save_LIBS
3932     fi
3933     echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
3934     echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
3935     if test $ac_cv_lib_nsl_gethostbyname = yes; then
3936     LIBS="$LIBS -lnsl"
3937     fi
3938    
3939 root 1.57 fi
3940    
3941     echo "$as_me:$LINENO: checking for socket" >&5
3942     echo $ECHO_N "checking for socket... $ECHO_C" >&6
3943     if test "${ac_cv_func_socket+set}" = set; then
3944     echo $ECHO_N "(cached) $ECHO_C" >&6
3945     else
3946     cat >conftest.$ac_ext <<_ACEOF
3947     /* confdefs.h. */
3948     _ACEOF
3949     cat confdefs.h >>conftest.$ac_ext
3950     cat >>conftest.$ac_ext <<_ACEOF
3951     /* end confdefs.h. */
3952     /* Define socket to an innocuous variant, in case <limits.h> declares socket.
3953     For example, HP-UX 11i <limits.h> declares gettimeofday. */
3954     #define socket innocuous_socket
3955    
3956     /* System header to define __stub macros and hopefully few prototypes,
3957     which can conflict with char socket (); below.
3958     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3959     <limits.h> exists even on freestanding compilers. */
3960    
3961     #ifdef __STDC__
3962     # include <limits.h>
3963     #else
3964     # include <assert.h>
3965     #endif
3966    
3967     #undef socket
3968    
3969     /* Override any gcc2 internal prototype to avoid an error. */
3970     #ifdef __cplusplus
3971     extern "C"
3972     {
3973     #endif
3974     /* We use char because int might match the return type of a gcc2
3975     builtin and then its argument prototype would still apply. */
3976     char socket ();
3977     /* The GNU C library defines this for functions which it implements
3978     to always fail with ENOSYS. Some functions are actually named
3979     something starting with __ and the normal name is an alias. */
3980     #if defined (__stub_socket) || defined (__stub___socket)
3981     choke me
3982     #else
3983     char (*f) () = socket;
3984     #endif
3985     #ifdef __cplusplus
3986     }
3987     #endif
3988    
3989     int
3990     main ()
3991     {
3992     return f != socket;
3993     ;
3994     return 0;
3995     }
3996     _ACEOF
3997     rm -f conftest.$ac_objext conftest$ac_exeext
3998     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3999     (eval $ac_link) 2>conftest.er1
4000     ac_status=$?
4001     grep -v '^ *+' conftest.er1 >conftest.err
4002     rm -f conftest.er1
4003     cat conftest.err >&5
4004     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4005     (exit $ac_status); } &&
4006     { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4007     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4008     (eval $ac_try) 2>&5
4009     ac_status=$?
4010     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4011     (exit $ac_status); }; } &&
4012     { ac_try='test -s conftest$ac_exeext'
4013     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4014     (eval $ac_try) 2>&5
4015     ac_status=$?
4016     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4017     (exit $ac_status); }; }; then
4018     ac_cv_func_socket=yes
4019     else
4020     echo "$as_me: failed program was:" >&5
4021     sed 's/^/| /' conftest.$ac_ext >&5
4022    
4023     ac_cv_func_socket=no
4024     fi
4025     rm -f conftest.err conftest.$ac_objext \
4026     conftest$ac_exeext conftest.$ac_ext
4027     fi
4028     echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
4029     echo "${ECHO_T}$ac_cv_func_socket" >&6
4030     if test $ac_cv_func_socket = yes; then
4031     :
4032     else
4033     echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
4034 pcg 1.25 echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
4035     if test "${ac_cv_lib_socket_socket+set}" = set; then
4036     echo $ECHO_N "(cached) $ECHO_C" >&6
4037     else
4038     ac_check_lib_save_LIBS=$LIBS
4039     LIBS="-lsocket $LIBS"
4040     cat >conftest.$ac_ext <<_ACEOF
4041     /* confdefs.h. */
4042     _ACEOF
4043     cat confdefs.h >>conftest.$ac_ext
4044     cat >>conftest.$ac_ext <<_ACEOF
4045     /* end confdefs.h. */
4046    
4047     /* Override any gcc2 internal prototype to avoid an error. */
4048     #ifdef __cplusplus
4049     extern "C"
4050     #endif
4051     /* We use char because int might match the return type of a gcc2
4052     builtin and then its argument prototype would still apply. */
4053     char socket ();
4054     int
4055     main ()
4056     {
4057     socket ();
4058     ;
4059     return 0;
4060     }
4061     _ACEOF
4062     rm -f conftest.$ac_objext conftest$ac_exeext
4063     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4064     (eval $ac_link) 2>conftest.er1
4065     ac_status=$?
4066     grep -v '^ *+' conftest.er1 >conftest.err
4067     rm -f conftest.er1
4068     cat conftest.err >&5
4069     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4070     (exit $ac_status); } &&
4071     { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4072     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4073     (eval $ac_try) 2>&5
4074     ac_status=$?
4075     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4076     (exit $ac_status); }; } &&
4077     { ac_try='test -s conftest$ac_exeext'
4078     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4079     (eval $ac_try) 2>&5
4080     ac_status=$?
4081     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4082     (exit $ac_status); }; }; then
4083     ac_cv_lib_socket_socket=yes
4084     else
4085     echo "$as_me: failed program was:" >&5
4086     sed 's/^/| /' conftest.$ac_ext >&5
4087    
4088 root 1.51 ac_cv_lib_socket_socket=no
4089     fi
4090     rm -f conftest.err conftest.$ac_objext \
4091     conftest$ac_exeext conftest.$ac_ext
4092     LIBS=$ac_check_lib_save_LIBS
4093     fi
4094     echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
4095     echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6
4096     if test $ac_cv_lib_socket_socket = yes; then
4097     LIBS="$LIBS -lsocket"
4098 pcg 1.1 fi
4099    
4100 root 1.57 fi
4101    
4102 pcg 1.1
4103 root 1.59 echo "$as_me:$LINENO: checking for sched_yield" >&5
4104     echo $ECHO_N "checking for sched_yield... $ECHO_C" >&6
4105     if test "${ac_cv_func_sched_yield+set}" = set; then
4106     echo $ECHO_N "(cached) $ECHO_C" >&6
4107     else
4108     cat >conftest.$ac_ext <<_ACEOF
4109     /* confdefs.h. */
4110     _ACEOF
4111     cat confdefs.h >>conftest.$ac_ext
4112     cat >>conftest.$ac_ext <<_ACEOF
4113     /* end confdefs.h. */
4114     /* Define sched_yield to an innocuous variant, in case <limits.h> declares sched_yield.
4115     For example, HP-UX 11i <limits.h> declares gettimeofday. */
4116     #define sched_yield innocuous_sched_yield
4117    
4118     /* System header to define __stub macros and hopefully few prototypes,
4119     which can conflict with char sched_yield (); below.
4120     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4121     <limits.h> exists even on freestanding compilers. */
4122    
4123     #ifdef __STDC__
4124     # include <limits.h>
4125     #else
4126     # include <assert.h>
4127     #endif
4128    
4129     #undef sched_yield
4130    
4131     /* Override any gcc2 internal prototype to avoid an error. */
4132     #ifdef __cplusplus
4133     extern "C"
4134     {
4135     #endif
4136     /* We use char because int might match the return type of a gcc2
4137     builtin and then its argument prototype would still apply. */
4138     char sched_yield ();
4139     /* The GNU C library defines this for functions which it implements
4140     to always fail with ENOSYS. Some functions are actually named
4141     something starting with __ and the normal name is an alias. */
4142     #if defined (__stub_sched_yield) || defined (__stub___sched_yield)
4143     choke me
4144     #else
4145     char (*f) () = sched_yield;
4146     #endif
4147     #ifdef __cplusplus
4148     }
4149     #endif
4150    
4151     int
4152     main ()
4153     {
4154     return f != sched_yield;
4155     ;
4156     return 0;
4157     }
4158     _ACEOF
4159     rm -f conftest.$ac_objext conftest$ac_exeext
4160     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4161     (eval $ac_link) 2>conftest.er1
4162     ac_status=$?
4163     grep -v '^ *+' conftest.er1 >conftest.err
4164     rm -f conftest.er1
4165     cat conftest.err >&5
4166     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4167     (exit $ac_status); } &&
4168     { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4169     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4170     (eval $ac_try) 2>&5
4171     ac_status=$?
4172     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4173     (exit $ac_status); }; } &&
4174     { ac_try='test -s conftest$ac_exeext'
4175     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4176     (eval $ac_try) 2>&5
4177     ac_status=$?
4178     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4179     (exit $ac_status); }; }; then
4180     ac_cv_func_sched_yield=yes
4181     else
4182     echo "$as_me: failed program was:" >&5
4183     sed 's/^/| /' conftest.$ac_ext >&5
4184    
4185     ac_cv_func_sched_yield=no
4186     fi
4187     rm -f conftest.err conftest.$ac_objext \
4188     conftest$ac_exeext conftest.$ac_ext
4189     fi
4190     echo "$as_me:$LINENO: result: $ac_cv_func_sched_yield" >&5
4191     echo "${ECHO_T}$ac_cv_func_sched_yield" >&6
4192     if test $ac_cv_func_sched_yield = yes; then
4193     :
4194     else
4195     echo "$as_me:$LINENO: checking for sched_yield in -lrt" >&5
4196     echo $ECHO_N "checking for sched_yield in -lrt... $ECHO_C" >&6
4197     if test "${ac_cv_lib_rt_sched_yield+set}" = set; then
4198     echo $ECHO_N "(cached) $ECHO_C" >&6
4199     else
4200     ac_check_lib_save_LIBS=$LIBS
4201     LIBS="-lrt $LIBS"
4202     cat >conftest.$ac_ext <<_ACEOF
4203     /* confdefs.h. */
4204     _ACEOF
4205     cat confdefs.h >>conftest.$ac_ext
4206     cat >>conftest.$ac_ext <<_ACEOF
4207     /* end confdefs.h. */
4208    
4209     /* Override any gcc2 internal prototype to avoid an error. */
4210     #ifdef __cplusplus
4211     extern "C"
4212     #endif
4213     /* We use char because int might match the return type of a gcc2
4214     builtin and then its argument prototype would still apply. */
4215     char sched_yield ();
4216     int
4217     main ()
4218     {
4219     sched_yield ();
4220     ;
4221     return 0;
4222     }
4223     _ACEOF
4224     rm -f conftest.$ac_objext conftest$ac_exeext
4225     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4226     (eval $ac_link) 2>conftest.er1
4227     ac_status=$?
4228     grep -v '^ *+' conftest.er1 >conftest.err
4229     rm -f conftest.er1
4230     cat conftest.err >&5
4231     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4232     (exit $ac_status); } &&
4233     { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4234     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4235     (eval $ac_try) 2>&5
4236     ac_status=$?
4237     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4238     (exit $ac_status); }; } &&
4239     { ac_try='test -s conftest$ac_exeext'
4240     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4241     (eval $ac_try) 2>&5
4242     ac_status=$?
4243     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4244     (exit $ac_status); }; }; then
4245     ac_cv_lib_rt_sched_yield=yes
4246     else
4247     echo "$as_me: failed program was:" >&5
4248     sed 's/^/| /' conftest.$ac_ext >&5
4249    
4250     ac_cv_lib_rt_sched_yield=no
4251     fi
4252     rm -f conftest.err conftest.$ac_objext \
4253     conftest$ac_exeext conftest.$ac_ext
4254     LIBS=$ac_check_lib_save_LIBS
4255     fi
4256     echo "$as_me:$LINENO: result: $ac_cv_lib_rt_sched_yield" >&5
4257     echo "${ECHO_T}$ac_cv_lib_rt_sched_yield" >&6
4258     if test $ac_cv_lib_rt_sched_yield = yes; then
4259     LIBS="$LIBS -lrt"
4260     fi
4261    
4262     fi
4263    
4264    
4265 root 1.58 echo "$as_me:$LINENO: checking for sched_yield support" >&5
4266     echo $ECHO_N "checking for sched_yield support... $ECHO_C" >&6
4267     cat >conftest.$ac_ext <<_ACEOF
4268     /* confdefs.h. */
4269     _ACEOF
4270     cat confdefs.h >>conftest.$ac_ext
4271     cat >>conftest.$ac_ext <<_ACEOF
4272     /* end confdefs.h. */
4273     #include <sched.h>
4274     int
4275     main ()
4276     {
4277     sched_yield ()
4278     ;
4279     return 0;
4280     }
4281     _ACEOF
4282     rm -f conftest.$ac_objext conftest$ac_exeext
4283     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4284     (eval $ac_link) 2>conftest.er1
4285     ac_status=$?
4286     grep -v '^ *+' conftest.er1 >conftest.err
4287     rm -f conftest.er1
4288     cat conftest.err >&5
4289     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4290     (exit $ac_status); } &&
4291     { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4292     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4293     (eval $ac_try) 2>&5
4294     ac_status=$?
4295     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4296     (exit $ac_status); }; } &&
4297     { ac_try='test -s conftest$ac_exeext'
4298     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4299     (eval $ac_try) 2>&5
4300     ac_status=$?
4301     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4302     (exit $ac_status); }; }; then
4303     echo "$as_me:$LINENO: result: yes" >&5
4304     echo "${ECHO_T}yes" >&6
4305    
4306     cat >>confdefs.h <<\_ACEOF
4307     #define HAVE_SCHED_YIELD 1
4308     _ACEOF
4309    
4310     else
4311     echo "$as_me: failed program was:" >&5
4312     sed 's/^/| /' conftest.$ac_ext >&5
4313    
4314     echo "$as_me:$LINENO: result: no" >&5
4315     echo "${ECHO_T}no" >&6
4316     fi
4317     rm -f conftest.err conftest.$ac_objext \
4318     conftest$ac_exeext conftest.$ac_ext
4319    
4320 pcg 1.1
4321     MALLOC_TYPE=S
4322 root 1.54
4323 pcg 1.1 support_addstrings=no
4324 root 1.54 support_frills=yes
4325 root 1.62 support_inheritpixmap=yes
4326 root 1.54 support_tinting=yes
4327     support_fading=yes
4328     support_keepscrolling=yes
4329     support_selectionscrolling=yes
4330 pcg 1.11 support_menubar=no
4331 root 1.54 support_mousewheel=yes
4332     support_mouseslipwheel=yes
4333     support_utmp=yes
4334     support_wtmp=yes
4335     support_lastlog=yes
4336     support_text_blink=yes
4337     support_pointer_blank=yes
4338     support_scroll_rxvt=yes
4339     support_scroll_next=yes
4340     support_scroll_xterm=yes
4341     support_scroll_plain=yes
4342     support_xim=yes
4343 root 1.62 support_xpm=yes
4344 root 1.54 support_xft=yes
4345 pcg 1.1 support_unicode3=no
4346 root 1.54 support_combining=yes
4347 root 1.26 support_8bitctrls=no
4348 root 1.54 support_iso14755=yes
4349     support_styles=yes
4350 root 1.62 support_perl=yes
4351 root 1.54 codesets=all
4352 pcg 1.1
4353    
4354     if test "x$enable_shared" = xyes; then
4355 pcg 1.11
4356     cat >>confdefs.h <<\_ACEOF
4357 pcg 1.1 #define LIBRXVT 1
4358 pcg 1.11 _ACEOF
4359 pcg 1.1
4360     INSTALL_LIBRXVT=yes
4361     fi
4362    
4363    
4364     # Check whether --enable-everything or --disable-everything was given.
4365     if test "${enable_everything+set}" = set; then
4366     enableval="$enable_everything"
4367 root 1.54
4368     if test x$enableval = xno; then
4369     support_24bit=no
4370     support_frills=no
4371     support_inheritpixmap=no
4372     support_tinting=no
4373     support_fading=no
4374     support_keepscrolling=no
4375     support_selectionscrolling=no
4376     support_lastlog=no
4377     support_menubar=no
4378     support_mousewheel=no
4379     support_mouseslipwheel=no
4380     support_text_blink=no
4381     support_pointer_blank=no
4382     support_scroll_rxvt=no
4383     support_scroll_next=no
4384     support_scroll_xterm=no
4385     support_scroll_plain=no
4386     support_utmp=no
4387     support_wtmp=no
4388     support_xim=no
4389     support_xpm=no
4390     support_xft=no
4391     support_unicode3=no
4392     support_combining=no
4393     support_8bitctrls=no
4394     support_iso14755=no
4395     support_styles=no
4396 root 1.60 support_perl=no
4397 root 1.54 codesets=
4398     fi
4399     if test x$enableval = xyes; then
4400     support_24bit=yes
4401     support_frills=yes
4402     support_inheritpixmap=yes
4403     support_tinting=yes
4404     support_fading=yes
4405     support_keepscrolling=yes
4406     support_selectionscrolling=yes
4407     support_lastlog=yes
4408     support_menubar=yes
4409     support_mousewheel=yes
4410     support_mouseslipwheel=yes
4411     support_text_blink=yes
4412     support_pointer_blank=yes
4413     support_scroll_rxvt=yes
4414     support_scroll_next=yes
4415     support_scroll_xterm=yes
4416     support_scroll_plain=yes
4417     support_utmp=yes
4418     support_wtmp=yes
4419     support_xim=yes
4420     support_xpm=yes
4421     support_xft=yes
4422     support_unicode3=yes
4423     support_combining=yes
4424     #support_8bitctrls=yes
4425     support_iso14755=yes
4426     support_styles=yes
4427 root 1.60 support_perl=yes
4428 root 1.54 codesets=all
4429     fi
4430    
4431 pcg 1.11 fi;
4432 pcg 1.4
4433 pcg 1.1 # Check whether --enable-unicode3 or --disable-unicode3 was given.
4434     if test "${enable_unicode3+set}" = set; then
4435     enableval="$enable_unicode3"
4436 pcg 1.13 if test x$enableval = xyes -o x$enableval = xno; then
4437 root 1.39 support_unicode3=$enableval
4438 pcg 1.1 fi
4439 pcg 1.11 fi;
4440 pcg 1.1
4441 pcg 1.18 # Check whether --enable-combining or --disable-combining was given.
4442     if test "${enable_combining+set}" = set; then
4443     enableval="$enable_combining"
4444     if test x$enableval = xyes -o x$enableval = xno; then
4445 root 1.39 support_combining=$enableval
4446 pcg 1.18 fi
4447     fi;
4448    
4449 pcg 1.1 # Check whether --enable-xft or --disable-xft was given.
4450     if test "${enable_xft+set}" = set; then
4451     enableval="$enable_xft"
4452 pcg 1.13 if test x$enableval = xyes -o x$enableval = xno; then
4453 root 1.39 support_xft=$enableval
4454     fi
4455     fi;
4456    
4457     # Check whether --enable-font-styles or --disable-font-styles was given.
4458     if test "${enable_font_styles+set}" = set; then
4459     enableval="$enable_font_styles"
4460     if test x$enableval = xyes -o x$enableval = xno; then
4461     support_styles=$enableval
4462 pcg 1.1 fi
4463 pcg 1.11 fi;
4464 pcg 1.1
4465     # Check whether --enable-utmp or --disable-utmp was given.
4466     if test "${enable_utmp+set}" = set; then
4467     enableval="$enable_utmp"
4468     if test x$enableval = xyes -o x$enableval = xno; then
4469     support_utmp=$enableval
4470     fi
4471 pcg 1.11 fi;
4472 pcg 1.1
4473     # Check whether --enable-wtmp or --disable-wtmp was given.
4474     if test "${enable_wtmp+set}" = set; then
4475     enableval="$enable_wtmp"
4476     if test x$enableval = xyes -o x$enableval = xno; then
4477     support_wtmp=$enableval
4478     fi
4479 pcg 1.11 fi;
4480 pcg 1.1
4481     # Check whether --enable-lastlog or --disable-lastlog was given.
4482     if test "${enable_lastlog+set}" = set; then
4483     enableval="$enable_lastlog"
4484     if test x$enableval = xyes -o x$enableval = xno; then
4485     support_lastlog=$enableval
4486     fi
4487 pcg 1.11 fi;
4488 pcg 1.1
4489     # Check whether --enable-xpm-background or --disable-xpm-background was given.
4490     if test "${enable_xpm_background+set}" = set; then
4491     enableval="$enable_xpm_background"
4492     if test x$enableval = xyes -o x$enableval = xno; then
4493     support_xpm=$enableval
4494     fi
4495 pcg 1.11 fi;
4496 pcg 1.1
4497     # Check whether --enable-transparency or --disable-transparency was given.
4498     if test "${enable_transparency+set}" = set; then
4499     enableval="$enable_transparency"
4500     if test x$enableval = xyes -o x$enableval = xno; then
4501     support_inheritpixmap=$enableval
4502     fi
4503 pcg 1.11 fi;
4504 pcg 1.1
4505 pcg 1.24 # Check whether --enable-tinting or --disable-tinting was given.
4506     if test "${enable_tinting+set}" = set; then
4507     enableval="$enable_tinting"
4508     if test x$enableval = xyes -o x$enableval = xno; then
4509     support_tinting=$enableval
4510     fi
4511     fi;
4512    
4513 root 1.31 # Check whether --enable-fading or --disable-fading was given.
4514     if test "${enable_fading+set}" = set; then
4515     enableval="$enable_fading"
4516     if test x$enableval = xyes -o x$enableval = xno; then
4517     support_fading=$enableval
4518     fi
4519     fi;
4520    
4521 pcg 1.1 # Check whether --enable-menubar or --disable-menubar was given.
4522     if test "${enable_menubar+set}" = set; then
4523     enableval="$enable_menubar"
4524     if test x$enableval = xyes -o x$enableval = xno; then
4525     support_menubar=$enableval
4526     fi
4527 pcg 1.11 fi;
4528 pcg 1.1
4529     # Check whether --enable-rxvt-scroll or --disable-rxvt-scroll was given.
4530     if test "${enable_rxvt_scroll+set}" = set; then
4531     enableval="$enable_rxvt_scroll"
4532     if test x$enableval = xyes -o x$enableval = xno; then
4533     support_scroll_rxvt=$enableval
4534     fi
4535 pcg 1.11 fi;
4536 pcg 1.1
4537     # Check whether --enable-next-scroll or --disable-next-scroll was given.
4538     if test "${enable_next_scroll+set}" = set; then
4539     enableval="$enable_next_scroll"
4540     if test x$enableval = xyes -o x$enableval = xno; then
4541     support_scroll_next=$enableval
4542     fi
4543 pcg 1.11 fi;
4544 pcg 1.1
4545     # Check whether --enable-xterm-scroll or --disable-xterm-scroll was given.
4546     if test "${enable_xterm_scroll+set}" = set; then
4547     enableval="$enable_xterm_scroll"
4548     if test x$enableval = xyes -o x$enableval = xno; then
4549     support_scroll_xterm=$enableval
4550     fi
4551 pcg 1.11 fi;
4552 pcg 1.1
4553 root 1.60 # Check whether --enable-perl or --disable-perl was given.
4554     if test "${enable_perl+set}" = set; then
4555     enableval="$enable_perl"
4556     if test x$enableval = xyes -o x$enableval = xno; then
4557     support_perl=$enableval
4558     fi
4559     fi;
4560    
4561 pcg 1.11 # Check whether --enable-plain-scroll or --disable-plain-scroll was given.
4562     if test "${enable_plain_scroll+set}" = set; then
4563     enableval="$enable_plain_scroll"
4564     if test x$enableval = xyes -o x$enableval = xno; then
4565     support_scroll_plain=$enableval
4566     fi
4567     fi;
4568 pcg 1.1
4569     # Check whether --enable-half-shadow or --disable-half-shadow was given.
4570     if test "${enable_half_shadow+set}" = set; then
4571     enableval="$enable_half_shadow"
4572     if test x$enableval = xyes; then
4573 pcg 1.11
4574     cat >>confdefs.h <<\_ACEOF
4575 pcg 1.1 #define HALFSHADOW 1
4576 pcg 1.11 _ACEOF
4577 pcg 1.1
4578     fi
4579 pcg 1.11 fi;
4580 pcg 1.1
4581 pcg 1.15
4582     # Check whether --with-codesets or --without-codesets was given.
4583     if test "${with_codesets+set}" = set; then
4584     withval="$with_codesets"
4585     codesets="$withval"
4586     fi;
4587    
4588 pcg 1.1 # Check whether --enable-xim or --disable-xim was given.
4589     if test "${enable_xim+set}" = set; then
4590     enableval="$enable_xim"
4591     if test x$enableval = xyes -o x$enableval = xno; then
4592     support_xim=$enableval
4593     fi
4594 pcg 1.11 fi;
4595 pcg 1.1
4596     # Check whether --enable-ttygid or --disable-ttygid was given.
4597     if test "${enable_ttygid+set}" = set; then
4598     enableval="$enable_ttygid"
4599     if test x$enableval = xyes; then
4600 pcg 1.11
4601     cat >>confdefs.h <<\_ACEOF
4602 pcg 1.1 #define TTY_GID_SUPPORT 1
4603 pcg 1.11 _ACEOF
4604 pcg 1.1
4605     fi
4606 pcg 1.11 fi;
4607 pcg 1.1
4608     # Check whether --enable-backspace-key or --disable-backspace-key was given.
4609     if test "${enable_backspace_key+set}" = set; then
4610     enableval="$enable_backspace_key"
4611     if test x$enableval = xno; then
4612 pcg 1.11
4613     cat >>confdefs.h <<\_ACEOF
4614 pcg 1.1 #define NO_BACKSPACE_KEY 1
4615 pcg 1.11 _ACEOF
4616 pcg 1.1
4617     fi
4618 pcg 1.11 fi;
4619 pcg 1.1
4620     # Check whether --enable-delete-key or --disable-delete-key was given.
4621     if test "${enable_delete_key+set}" = set; then
4622     enableval="$enable_delete_key"
4623     if test x$enableval = xno; then
4624 pcg 1.11
4625     cat >>confdefs.h <<\_ACEOF
4626 pcg 1.1 #define NO_DELETE_KEY 1
4627 pcg 1.11 _ACEOF
4628 pcg 1.1
4629     fi
4630 pcg 1.11 fi;
4631 pcg 1.1
4632     # Check whether --enable-resources or --disable-resources was given.
4633     if test "${enable_resources+set}" = set; then
4634     enableval="$enable_resources"
4635     if test x$enableval = xno; then
4636 pcg 1.11
4637     cat >>confdefs.h <<\_ACEOF
4638 pcg 1.1 #define NO_RESOURCES 1
4639 pcg 1.11 _ACEOF
4640 pcg 1.1
4641     fi
4642 pcg 1.11 fi;
4643 pcg 1.1
4644     # Check whether --enable-xgetdefault or --disable-xgetdefault was given.
4645     if test "${enable_xgetdefault+set}" = set; then
4646     enableval="$enable_xgetdefault"
4647     if test x$enableval = xyes; then
4648 pcg 1.11
4649     cat >>confdefs.h <<\_ACEOF
4650 pcg 1.1 #define USE_XGETDEFAULT 1
4651 pcg 1.11 _ACEOF
4652 pcg 1.1
4653     fi
4654 pcg 1.11 fi;
4655 pcg 1.1
4656 root 1.26 # Check whether --enable-8bitctrls or --disable-8bitctrls was given.
4657     if test "${enable_8bitctrls+set}" = set; then
4658     enableval="$enable_8bitctrls"
4659     if test x$enableval = xyes -o x$enableval = xno; then
4660 root 1.39 support_8bitctrls=$enableval
4661 root 1.26 fi
4662     fi;
4663    
4664 pcg 1.15 RESFALLBACK=Rxvt
4665     # Check whether --enable-fallback or --disable-fallback was given.
4666     if test "${enable_fallback+set}" = set; then
4667     enableval="$enable_fallback"
4668    
4669     test x$enableval = xyes && enableval=Rxvt
4670     test x$enableval = xno && enableval=
4671     RESFALLBACK="$enableval"
4672    
4673     fi;
4674    
4675     if test x$RESFALLBACK != x; then
4676    
4677     cat >>confdefs.h <<_ACEOF
4678     #define RESFALLBACK "$RESFALLBACK"
4679     _ACEOF
4680    
4681     fi
4682    
4683     RESNAME=urxvt
4684    
4685     # Check whether --with-res-name or --without-res-name was given.
4686     if test "${with_res_name+set}" = set; then
4687     withval="$with_res_name"
4688     RESNAME="$withval"
4689     fi;
4690    
4691     cat >>confdefs.h <<_ACEOF
4692     #define RESNAME "$RESNAME"
4693     _ACEOF
4694    
4695    
4696     RESCLASS=URxvt
4697    
4698     # Check whether --with-res-class or --without-res-class was given.
4699     if test "${with_res_class+set}" = set; then
4700     withval="$with_res_class"
4701     RESCLASS="$withval"
4702     fi;
4703    
4704     cat >>confdefs.h <<_ACEOF
4705     #define RESCLASS "$RESCLASS"
4706     _ACEOF
4707    
4708    
4709     RXVTNAME=urxvt
4710    
4711     # Check whether --with-name or --without-name was given.
4712     if test "${with_name+set}" = set; then
4713     withval="$with_name"
4714     RXVTNAME="$withval"
4715     fi;
4716    
4717 root 1.39 cat >>confdefs.h <<_ACEOF
4718     #define RXVTNAME "$RXVTNAME"
4719     _ACEOF
4720    
4721    
4722 pcg 1.15 RXVTNAME=`echo "$RXVTNAME"|sed "$program_transform_name"`
4723    
4724    
4725 pcg 1.1 # Check whether --enable-strings or --disable-strings was given.
4726     if test "${enable_strings+set}" = set; then
4727     enableval="$enable_strings"
4728     if test x$enableval = xyes -o x$enableval = xno; then
4729     support_addstrings=$enableval
4730     fi
4731 pcg 1.11 fi;
4732 pcg 1.1
4733     # Check whether --enable-swapscreen or --disable-swapscreen was given.
4734     if test "${enable_swapscreen+set}" = set; then
4735     enableval="$enable_swapscreen"
4736     if test x$enableval = xno; then
4737 pcg 1.11
4738     cat >>confdefs.h <<\_ACEOF
4739 pcg 1.1 #define NO_SECONDARY_SCREEN 1
4740 pcg 1.11 _ACEOF
4741 pcg 1.1
4742     fi
4743 pcg 1.11 fi;
4744 pcg 1.1
4745 root 1.34 # Check whether --enable-iso14755 or --disable-iso14755 was given.
4746     if test "${enable_iso14755+set}" = set; then
4747     enableval="$enable_iso14755"
4748     if test x$enableval = xyes -o x$enableval = xno; then
4749     support_iso14755=$enableval
4750     fi
4751     fi;
4752    
4753 pcg 1.1 # Check whether --enable-frills or --disable-frills was given.
4754     if test "${enable_frills+set}" = set; then
4755     enableval="$enable_frills"
4756     if test x$enableval = xyes -o x$enableval = xno; then
4757     support_frills=$enableval
4758     fi
4759 pcg 1.11 fi;
4760 pcg 1.1
4761     # Check whether --enable-24bit or --disable-24bit was given.
4762     if test "${enable_24bit+set}" = set; then
4763     enableval="$enable_24bit"
4764     if test x$enableval = xyes -o x$enableval = xno; then
4765     support_24bit=$enableval
4766     fi
4767 pcg 1.11 fi;
4768 pcg 1.1
4769     # Check whether --enable-keepscrolling or --disable-keepscrolling was given.
4770     if test "${enable_keepscrolling+set}" = set; then
4771     enableval="$enable_keepscrolling"
4772     if test x$enableval = xyes -o x$enableval = xno; then
4773     support_keepscrolling=$enableval
4774     fi
4775 pcg 1.11 fi;
4776 pcg 1.1
4777     # Check whether --enable-selectionscrolling or --disable-selectionscrolling was given.
4778     if test "${enable_selectionscrolling+set}" = set; then
4779     enableval="$enable_selectionscrolling"
4780     if test x$enableval = xyes -o x$enableval = xno; then
4781     support_selectionscrolling=$enableval
4782     fi
4783 pcg 1.11 fi;
4784 pcg 1.1
4785     # Check whether --enable-mousewheel or --disable-mousewheel was given.
4786     if test "${enable_mousewheel+set}" = set; then
4787     enableval="$enable_mousewheel"
4788     if test x$enableval = xyes -o x$enableval = xno; then
4789     support_mousewheel=$enableval
4790     fi
4791 pcg 1.11 fi;
4792 pcg 1.1
4793     # Check whether --enable-slipwheeling or --disable-slipwheeling was given.
4794     if test "${enable_slipwheeling+set}" = set; then
4795     enableval="$enable_slipwheeling"
4796     if test x$enableval = xyes -o x$enableval = xno; then
4797     support_mouseslipwheel=$enableval
4798     fi
4799 pcg 1.11 fi;
4800 pcg 1.1
4801     # Check whether --enable-dmalloc or --disable-dmalloc was given.
4802     if test "${enable_dmalloc+set}" = set; then
4803     enableval="$enable_dmalloc"
4804     if test x$enableval = xyes; then
4805     MALLOC_TYPE=G
4806     DEBUG=-DDEBUG_MALLOC
4807     DLIB="-L/usr/local/lib -ldmalloc"
4808     DINCLUDE=-I/usr/local/include
4809     fi
4810 pcg 1.11 fi;
4811 pcg 1.1
4812     # Check whether --enable-dlmalloc or --disable-dlmalloc was given.
4813     if test "${enable_dlmalloc+set}" = set; then
4814     enableval="$enable_dlmalloc"
4815     if test x$enableval = xyes; then
4816     MALLOC_TYPE=D
4817     DEBUG=
4818     DLIB="-L/usr/local/lib -ldlmalloc"
4819     DINCLUDE=
4820     fi
4821 pcg 1.11 fi;
4822 pcg 1.1
4823     # Check whether --enable-smart-resize or --disable-smart-resize was given.
4824     if test "${enable_smart_resize+set}" = set; then
4825     enableval="$enable_smart_resize"
4826     if test x$enableval = xyes; then
4827 pcg 1.11
4828     cat >>confdefs.h <<\_ACEOF
4829 pcg 1.1 #define SMART_RESIZE 1
4830 pcg 1.11 _ACEOF
4831 pcg 1.1
4832     fi
4833 pcg 1.11 fi;
4834 pcg 1.1
4835 pcg 1.11 # Check whether --enable-text-blink or --disable-text-blink was given.
4836     if test "${enable_text_blink+set}" = set; then
4837     enableval="$enable_text_blink"
4838     if test x$enableval = xyes -o x$enableval = xno; then
4839     support_text_blink=$enableval
4840     fi
4841     fi;
4842 pcg 1.1
4843     # Check whether --enable-pointer-blank or --disable-pointer-blank was given.
4844     if test "${enable_pointer_blank+set}" = set; then
4845     enableval="$enable_pointer_blank"
4846     if test x$enableval = xyes -o x$enableval = xno; then
4847     support_pointer_blank=$enableval
4848     fi
4849 pcg 1.11 fi;
4850 pcg 1.1
4851    
4852     # Check whether --with-term or --without-term was given.
4853     if test "${with_term+set}" = set; then
4854     withval="$with_term"
4855     if test x$withval != x; then
4856 pcg 1.11
4857     cat >>confdefs.h <<_ACEOF
4858 pcg 1.1 #define TERMENV "$withval"
4859 pcg 1.11 _ACEOF
4860 pcg 1.1 term="$withval"
4861     fi
4862 pcg 1.11 fi;
4863 pcg 1.1
4864    
4865     # Check whether --with-terminfo or --without-terminfo was given.
4866     if test "${with_terminfo+set}" = set; then
4867     withval="$with_terminfo"
4868     if test x$withval != x; then
4869 pcg 1.11
4870     cat >>confdefs.h <<_ACEOF
4871 pcg 1.1 #define RXVT_TERMINFO "$withval"
4872 pcg 1.11 _ACEOF
4873 pcg 1.1 terminfo="$withval"
4874     fi
4875 pcg 1.11 fi;
4876 pcg 1.1
4877    
4878    
4879 pcg 1.11 cat >>confdefs.h <<\_ACEOF
4880 pcg 1.1 #define PROTOTYPES 1
4881 pcg 1.11 _ACEOF
4882 pcg 1.1
4883    
4884     # Extract the first word of "mv", so it can be a program name with args.
4885     set dummy mv; ac_word=$2
4886 pcg 1.11 echo "$as_me:$LINENO: checking for $ac_word" >&5
4887     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4888     if test "${ac_cv_path_MV+set}" = set; then
4889     echo $ECHO_N "(cached) $ECHO_C" >&6
4890 pcg 1.1 else
4891 pcg 1.11 case $MV in
4892     [\\/]* | ?:[\\/]*)
4893 pcg 1.1 ac_cv_path_MV="$MV" # Let the user override the test with a path.
4894     ;;
4895     *)
4896 pcg 1.11 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4897     for as_dir in $PATH
4898     do
4899     IFS=$as_save_IFS
4900     test -z "$as_dir" && as_dir=.
4901     for ac_exec_ext in '' $ac_executable_extensions; do
4902     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4903     ac_cv_path_MV="$as_dir/$ac_word$ac_exec_ext"
4904     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4905     break 2
4906     fi
4907     done
4908     done
4909    
4910 pcg 1.1 test -z "$ac_cv_path_MV" && ac_cv_path_MV="mv"
4911     ;;
4912     esac
4913     fi
4914 pcg 1.11 MV=$ac_cv_path_MV
4915    
4916 pcg 1.1 if test -n "$MV"; then
4917 pcg 1.11 echo "$as_me:$LINENO: result: $MV" >&5
4918     echo "${ECHO_T}$MV" >&6
4919 pcg 1.1 else
4920 pcg 1.11 echo "$as_me:$LINENO: result: no" >&5
4921     echo "${ECHO_T}no" >&6
4922 pcg 1.1 fi
4923    
4924     # Extract the first word of "rm", so it can be a program name with args.
4925     set dummy rm; ac_word=$2
4926 pcg 1.11 echo "$as_me:$LINENO: checking for $ac_word" >&5
4927     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4928     if test "${ac_cv_path_RM+set}" = set; then
4929     echo $ECHO_N "(cached) $ECHO_C" >&6
4930 pcg 1.1 else
4931 pcg 1.11 case $RM in
4932     [\\/]* | ?:[\\/]*)
4933 pcg 1.1 ac_cv_path_RM="$RM" # Let the user override the test with a path.
4934     ;;
4935     *)
4936 pcg 1.11 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4937     for as_dir in $PATH
4938     do
4939     IFS=$as_save_IFS
4940     test -z "$as_dir" && as_dir=.
4941     for ac_exec_ext in '' $ac_executable_extensions; do
4942     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4943     ac_cv_path_RM="$as_dir/$ac_word$ac_exec_ext"
4944     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4945     break 2
4946     fi
4947     done
4948     done
4949    
4950 pcg 1.1 test -z "$ac_cv_path_RM" && ac_cv_path_RM="rm"
4951     ;;
4952     esac
4953     fi
4954 pcg 1.11 RM=$ac_cv_path_RM
4955    
4956 pcg 1.1 if test -n "$RM"; then
4957 pcg 1.11 echo "$as_me:$LINENO: result: $RM" >&5
4958     echo "${ECHO_T}$RM" >&6
4959 pcg 1.1 else
4960 pcg 1.11 echo "$as_me:$LINENO: result: no" >&5
4961     echo "${ECHO_T}no" >&6
4962 pcg 1.1 fi
4963    
4964     # Extract the first word of "cp", so it can be a program name with args.
4965     set dummy cp; ac_word=$2
4966 pcg 1.11 echo "$as_me:$LINENO: checking for $ac_word" >&5
4967     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4968     if test "${ac_cv_path_CP+set}" = set; then
4969     echo $ECHO_N "(cached) $ECHO_C" >&6
4970 pcg 1.1 else
4971 pcg 1.11 case $CP in
4972     [\\/]* | ?:[\\/]*)
4973 pcg 1.1 ac_cv_path_CP="$CP" # Let the user override the test with a path.
4974     ;;
4975     *)
4976 pcg 1.11 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4977     for as_dir in $PATH
4978     do
4979     IFS=$as_save_IFS
4980     test -z "$as_dir" && as_dir=.
4981     for ac_exec_ext in '' $ac_executable_extensions; do
4982     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4983     ac_cv_path_CP="$as_dir/$ac_word$ac_exec_ext"
4984     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4985     break 2
4986     fi
4987     done
4988     done
4989    
4990 pcg 1.1 test -z "$ac_cv_path_CP" && ac_cv_path_CP="cp"
4991     ;;
4992     esac
4993     fi
4994 pcg 1.11 CP=$ac_cv_path_CP
4995    
4996 pcg 1.1 if test -n "$CP"; then
4997 pcg 1.11 echo "$as_me:$LINENO: result: $CP" >&5
4998     echo "${ECHO_T}$CP" >&6
4999 pcg 1.1 else
5000 pcg 1.11 echo "$as_me:$LINENO: result: no" >&5
5001     echo "${ECHO_T}no" >&6
5002 pcg 1.1 fi
5003    
5004     # Extract the first word of "ln", so it can be a program name with args.
5005     set dummy ln; ac_word=$2
5006 pcg 1.11 echo "$as_me:$LINENO: checking for $ac_word" >&5
5007     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5008     if test "${ac_cv_path_LN+set}" = set; then
5009     echo $ECHO_N "(cached) $ECHO_C" >&6
5010 pcg 1.1 else
5011 pcg 1.11 case $LN in
5012     [\\/]* | ?:[\\/]*)
5013 pcg 1.1 ac_cv_path_LN="$LN" # Let the user override the test with a path.
5014     ;;
5015     *)
5016 pcg 1.11 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5017     for as_dir in $PATH
5018     do
5019     IFS=$as_save_IFS
5020     test -z "$as_dir" && as_dir=.
5021     for ac_exec_ext in '' $ac_executable_extensions; do
5022     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5023     ac_cv_path_LN="$as_dir/$ac_word$ac_exec_ext"
5024     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5025     break 2
5026     fi
5027     done
5028     done
5029    
5030 pcg 1.1 test -z "$ac_cv_path_LN" && ac_cv_path_LN="ln"
5031     ;;
5032     esac
5033     fi
5034 pcg 1.11 LN=$ac_cv_path_LN
5035    
5036 pcg 1.1 if test -n "$LN"; then
5037 pcg 1.11 echo "$as_me:$LINENO: result: $LN" >&5
5038     echo "${ECHO_T}$LN" >&6
5039 pcg 1.1 else
5040 pcg 1.11 echo "$as_me:$LINENO: result: no" >&5
5041     echo "${ECHO_T}no" >&6
5042 pcg 1.1 fi
5043    
5044     # Extract the first word of "sed", so it can be a program name with args.
5045     set dummy sed; ac_word=$2
5046 pcg 1.11 echo "$as_me:$LINENO: checking for $ac_word" >&5
5047     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5048     if test "${ac_cv_path_SED+set}" = set; then
5049     echo $ECHO_N "(cached) $ECHO_C" >&6
5050 pcg 1.1 else
5051 pcg 1.11 case $SED in
5052     [\\/]* | ?:[\\/]*)
5053 pcg 1.1 ac_cv_path_SED="$SED" # Let the user override the test with a path.
5054     ;;
5055     *)
5056 pcg 1.11 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5057     for as_dir in $PATH
5058     do
5059     IFS=$as_save_IFS
5060     test -z "$as_dir" && as_dir=.
5061     for ac_exec_ext in '' $ac_executable_extensions; do
5062     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5063     ac_cv_path_SED="$as_dir/$ac_word$ac_exec_ext"
5064     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5065     break 2
5066     fi
5067     done
5068     done
5069    
5070 pcg 1.1 test -z "$ac_cv_path_SED" && ac_cv_path_SED="sed"
5071     ;;
5072     esac
5073     fi
5074 pcg 1.11 SED=$ac_cv_path_SED
5075    
5076 pcg 1.1 if test -n "$SED"; then
5077 pcg 1.11 echo "$as_me:$LINENO: result: $SED" >&5
5078     echo "${ECHO_T}$SED" >&6
5079 pcg 1.1 else
5080 pcg 1.11 echo "$as_me:$LINENO: result: no" >&5
5081     echo "${ECHO_T}no" >&6
5082 pcg 1.1 fi
5083    
5084     # Extract the first word of "echo", so it can be a program name with args.
5085     set dummy echo; ac_word=$2
5086 pcg 1.11 echo "$as_me:$LINENO: checking for $ac_word" >&5
5087     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5088     if test "${ac_cv_path_ECHO+set}" = set; then
5089     echo $ECHO_N "(cached) $ECHO_C" >&6
5090 pcg 1.1 else
5091 pcg 1.11 case $ECHO in
5092     [\\/]* | ?:[\\/]*)
5093 pcg 1.1 ac_cv_path_ECHO="$ECHO" # Let the user override the test with a path.
5094     ;;
5095     *)
5096 pcg 1.11 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5097     for as_dir in $PATH
5098     do
5099     IFS=$as_save_IFS
5100     test -z "$as_dir" && as_dir=.
5101     for ac_exec_ext in '' $ac_executable_extensions; do
5102     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5103     ac_cv_path_ECHO="$as_dir/$ac_word$ac_exec_ext"
5104     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5105     break 2
5106     fi
5107     done
5108     done
5109    
5110 pcg 1.1 test -z "$ac_cv_path_ECHO" && ac_cv_path_ECHO="echo"
5111     ;;
5112     esac
5113     fi
5114 pcg 1.11 ECHO=$ac_cv_path_ECHO
5115    
5116 pcg 1.1 if test -n "$ECHO"; then
5117 pcg 1.11 echo "$as_me:$LINENO: result: $ECHO" >&5
5118     echo "${ECHO_T}$ECHO" >&6
5119 pcg 1.1 else
5120 pcg 1.11 echo "$as_me:$LINENO: result: no" >&5
5121     echo "${ECHO_T}no" >&6
5122 pcg 1.1 fi
5123    
5124     # Extract the first word of "cmp", so it can be a program name with args.
5125     set dummy cmp; ac_word=$2
5126 pcg 1.11 echo "$as_me:$LINENO: checking for $ac_word" >&5
5127     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5128     if test "${ac_cv_path_CMP+set}" = set; then
5129     echo $ECHO_N "(cached) $ECHO_C" >&6
5130 pcg 1.1 else
5131 pcg 1.11 case $CMP in
5132     [\\/]* | ?:[\\/]*)
5133 pcg 1.1 ac_cv_path_CMP="$CMP" # Let the user override the test with a path.
5134     ;;
5135     *)
5136 pcg 1.11 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5137     for as_dir in $PATH
5138     do
5139     IFS=$as_save_IFS
5140     test -z "$as_dir" && as_dir=.
5141     for ac_exec_ext in '' $ac_executable_extensions; do
5142     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5143     ac_cv_path_CMP="$as_dir/$ac_word$ac_exec_ext"
5144     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5145     break 2
5146     fi
5147     done
5148     done
5149    
5150 pcg 1.1 test -z "$ac_cv_path_CMP" && ac_cv_path_CMP="cmp"
5151     ;;
5152     esac
5153     fi
5154 pcg 1.11 CMP=$ac_cv_path_CMP
5155    
5156 pcg 1.1 if test -n "$CMP"; then
5157 pcg 1.11 echo "$as_me:$LINENO: result: $CMP" >&5
5158     echo "${ECHO_T}$CMP" >&6
5159 pcg 1.1 else
5160 pcg 1.11 echo "$as_me:$LINENO: result: no" >&5
5161     echo "${ECHO_T}no" >&6
5162 pcg 1.1 fi
5163    
5164     # Extract the first word of "tbl", so it can be a program name with args.
5165     set dummy tbl; ac_word=$2
5166 pcg 1.11 echo "$as_me:$LINENO: checking for $ac_word" >&5
5167     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5168     if test "${ac_cv_path_TBL+set}" = set; then
5169     echo $ECHO_N "(cached) $ECHO_C" >&6
5170 pcg 1.1 else
5171 pcg 1.11 case $TBL in
5172     [\\/]* | ?:[\\/]*)
5173 pcg 1.1 ac_cv_path_TBL="$TBL" # Let the user override the test with a path.
5174     ;;
5175     *)
5176 pcg 1.11 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5177     for as_dir in $PATH
5178     do
5179     IFS=$as_save_IFS
5180     test -z "$as_dir" && as_dir=.
5181     for ac_exec_ext in '' $ac_executable_extensions; do
5182     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5183     ac_cv_path_TBL="$as_dir/$ac_word$ac_exec_ext"
5184     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5185     break 2
5186     fi
5187     done
5188     done
5189    
5190 pcg 1.1 ;;
5191     esac
5192     fi
5193 pcg 1.11 TBL=$ac_cv_path_TBL
5194    
5195 pcg 1.1 if test -n "$TBL"; then
5196 pcg 1.11 echo "$as_me:$LINENO: result: $TBL" >&5
5197     echo "${ECHO_T}$TBL" >&6
5198 pcg 1.1 else
5199 pcg 1.11 echo "$as_me:$LINENO: result: no" >&5
5200     echo "${ECHO_T}no" >&6
5201 pcg 1.1 fi
5202    
5203 root 1.39 # Extract the first word of "tic", so it can be a program name with args.
5204     set dummy tic; ac_word=$2
5205     echo "$as_me:$LINENO: checking for $ac_word" >&5
5206     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5207     if test "${ac_cv_path_TIC+set}" = set; then
5208     echo $ECHO_N "(cached) $ECHO_C" >&6
5209     else
5210     case $TIC in
5211     [\\/]* | ?:[\\/]*)
5212     ac_cv_path_TIC="$TIC" # Let the user override the test with a path.
5213     ;;
5214     *)
5215     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5216     for as_dir in $PATH
5217     do
5218     IFS=$as_save_IFS
5219     test -z "$as_dir" && as_dir=.
5220     for ac_exec_ext in '' $ac_executable_extensions; do
5221     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5222     ac_cv_path_TIC="$as_dir/$ac_word$ac_exec_ext"
5223     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5224     break 2
5225     fi
5226     done
5227     done
5228    
5229     ;;
5230     esac
5231     fi
5232     TIC=$ac_cv_path_TIC
5233    
5234     if test -n "$TIC"; then
5235     echo "$as_me:$LINENO: result: $TIC" >&5
5236     echo "${ECHO_T}$TIC" >&6
5237     else
5238     echo "$as_me:$LINENO: result: no" >&5
5239     echo "${ECHO_T}no" >&6
5240     fi
5241    
5242 pcg 1.1
5243    
5244    
5245 pcg 1.24
5246     if test "x$ac_path_x_has_been_run" != xyes; then
5247     echo "$as_me:$LINENO: checking for X" >&5
5248 pcg 1.11 echo $ECHO_N "checking for X... $ECHO_C" >&6
5249    
5250 pcg 1.24 ac_path_x_has_been_run=yes
5251 pcg 1.1
5252     # Check whether --with-x or --without-x was given.
5253     if test "${with_x+set}" = set; then
5254     withval="$with_x"
5255    
5256 pcg 1.11 fi;
5257 pcg 1.1 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
5258     if test "x$with_x" = xno; then
5259     # The user explicitly disabled X.
5260     have_x=disabled
5261     else
5262     if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
5263     # Both variables are already set.
5264     have_x=yes
5265     else
5266 pcg 1.11 if test "${ac_cv_have_x+set}" = set; then
5267     echo $ECHO_N "(cached) $ECHO_C" >&6
5268 pcg 1.1 else
5269     # One or both of the vars are not set, and there is no cached value.
5270 pcg 1.11 ac_x_includes=no ac_x_libraries=no
5271     rm -fr conftest.dir
5272     if mkdir conftest.dir; then
5273     cd conftest.dir
5274 pcg 1.1 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
5275 pcg 1.11 cat >Imakefile <<'_ACEOF'
5276 pcg 1.1 acfindx:
5277     @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
5278 pcg 1.11 _ACEOF
5279 pcg 1.1 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
5280     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
5281     eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
5282     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
5283     for ac_extension in a so sl; do
5284     if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
5285 pcg 1.11 test -f $ac_im_libdir/libX11.$ac_extension; then
5286     ac_im_usrlibdir=$ac_im_libdir; break
5287 pcg 1.1 fi
5288     done
5289     # Screen out bogus values from the imake configuration. They are
5290     # bogus both because they are the default anyway, and because
5291     # using them would break gcc on systems where it needs fixed includes.
5292 pcg 1.11 case $ac_im_incroot in
5293 pcg 1.1 /usr/include) ;;
5294 pcg 1.11 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
5295 pcg 1.1 esac
5296 pcg 1.11 case $ac_im_usrlibdir in
5297 pcg 1.1 /usr/lib | /lib) ;;
5298 pcg 1.11 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
5299 pcg 1.1 esac
5300     fi
5301     cd ..
5302 pcg 1.11 rm -fr conftest.dir
5303 pcg 1.1 fi
5304    
5305 pcg 1.11 # Standard set of common directories for X headers.
5306     # Check X11 before X11Rn because it is often a symlink to the current release.
5307     ac_x_header_dirs='
5308     /usr/X11/include
5309     /usr/X11R6/include
5310     /usr/X11R5/include
5311     /usr/X11R4/include
5312    
5313     /usr/include/X11
5314     /usr/include/X11R6
5315     /usr/include/X11R5
5316     /usr/include/X11R4
5317    
5318     /usr/local/X11/include
5319     /usr/local/X11R6/include
5320     /usr/local/X11R5/include
5321     /usr/local/X11R4/include
5322    
5323     /usr/local/include/X11
5324     /usr/local/include/X11R6
5325     /usr/local/include/X11R5
5326     /usr/local/include/X11R4
5327    
5328     /usr/X386/include
5329     /usr/x386/include
5330     /usr/XFree86/include/X11
5331    
5332     /usr/include
5333     /usr/local/include
5334     /usr/unsupported/include
5335     /usr/athena/include
5336     /usr/local/x11r5/include
5337     /usr/lpp/Xamples/include
5338    
5339     /usr/openwin/include
5340     /usr/openwin/share/include'
5341 pcg 1.1
5342 pcg 1.11 if test "$ac_x_includes" = no; then
5343 pcg 1.24 # Guess where to find include files, by looking for a specified header file.
5344 pcg 1.1 # First, try using that file with no special directory specified.
5345 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
5346     /* confdefs.h. */
5347     _ACEOF
5348     cat confdefs.h >>conftest.$ac_ext
5349     cat >>conftest.$ac_ext <<_ACEOF
5350     /* end confdefs.h. */
5351 root 1.54 #include <X11/Xlib.h>
5352 pcg 1.11 _ACEOF
5353     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5354     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5355     ac_status=$?
5356     grep -v '^ *+' conftest.er1 >conftest.err
5357     rm -f conftest.er1
5358     cat conftest.err >&5
5359     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5360     (exit $ac_status); } >/dev/null; then
5361     if test -s conftest.err; then
5362 pcg 1.13 ac_cpp_err=$ac_cxx_preproc_warn_flag
5363     ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
5364 pcg 1.11 else
5365     ac_cpp_err=
5366     fi
5367     else
5368     ac_cpp_err=yes
5369     fi
5370     if test -z "$ac_cpp_err"; then
5371 pcg 1.1 # We can compile using X headers with no special include directory.
5372     ac_x_includes=
5373     else
5374 pcg 1.11 echo "$as_me: failed program was:" >&5
5375     sed 's/^/| /' conftest.$ac_ext >&5
5376    
5377     for ac_dir in $ac_x_header_dirs; do
5378 root 1.54 if test -r "$ac_dir/X11/Xlib.h"; then
5379 pcg 1.11 ac_x_includes=$ac_dir
5380     break
5381     fi
5382     done
5383 pcg 1.1 fi
5384 pcg 1.11 rm -f conftest.err conftest.$ac_ext
5385     fi # $ac_x_includes = no
5386 pcg 1.1
5387 pcg 1.11 if test "$ac_x_libraries" = no; then
5388 pcg 1.1 # Check for the libraries.
5389     # See if we find them without any special options.
5390     # Don't add to $LIBS permanently.
5391 pcg 1.11 ac_save_LIBS=$LIBS
5392 root 1.54 LIBS="-lX11 $LIBS"
5393 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
5394     /* confdefs.h. */
5395     _ACEOF
5396     cat confdefs.h >>conftest.$ac_ext
5397     cat >>conftest.$ac_ext <<_ACEOF
5398     /* end confdefs.h. */
5399 root 1.54 #include <X11/Xlib.h>
5400 pcg 1.11 int
5401     main ()
5402     {
5403 root 1.54 XrmInitialize ()
5404 pcg 1.11 ;
5405     return 0;
5406     }
5407     _ACEOF
5408     rm -f conftest.$ac_objext conftest$ac_exeext
5409     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5410     (eval $ac_link) 2>conftest.er1
5411     ac_status=$?
5412     grep -v '^ *+' conftest.er1 >conftest.err
5413     rm -f conftest.er1
5414     cat conftest.err >&5
5415     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5416     (exit $ac_status); } &&
5417 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5418 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5419     (eval $ac_try) 2>&5
5420     ac_status=$?
5421     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5422     (exit $ac_status); }; } &&
5423     { ac_try='test -s conftest$ac_exeext'
5424     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5425     (eval $ac_try) 2>&5
5426     ac_status=$?
5427     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5428     (exit $ac_status); }; }; then
5429     LIBS=$ac_save_LIBS
5430 pcg 1.1 # We can link X programs with no special library path.
5431     ac_x_libraries=
5432     else
5433 pcg 1.11 echo "$as_me: failed program was:" >&5
5434     sed 's/^/| /' conftest.$ac_ext >&5
5435    
5436     LIBS=$ac_save_LIBS
5437     for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
5438 pcg 1.1 do
5439 pcg 1.11 # Don't even attempt the hair of trying to link an X program!
5440 pcg 1.1 for ac_extension in a so sl; do
5441 root 1.54 if test -r $ac_dir/libX11.$ac_extension; then
5442 pcg 1.1 ac_x_libraries=$ac_dir
5443     break 2
5444     fi
5445     done
5446     done
5447     fi
5448 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
5449     conftest$ac_exeext conftest.$ac_ext
5450     fi # $ac_x_libraries = no
5451 pcg 1.1
5452 pcg 1.11 if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then
5453 pcg 1.1 # Didn't find X anywhere. Cache the known absence of X.
5454     ac_cv_have_x="have_x=no"
5455     else
5456     # Record where we found X for the cache.
5457     ac_cv_have_x="have_x=yes \
5458 pcg 1.11 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
5459 pcg 1.1 fi
5460     fi
5461 pcg 1.11
5462 pcg 1.1 fi
5463     eval "$ac_cv_have_x"
5464     fi # $with_x != no
5465    
5466     if test "$have_x" != yes; then
5467 pcg 1.11 echo "$as_me:$LINENO: result: $have_x" >&5
5468     echo "${ECHO_T}$have_x" >&6
5469 pcg 1.1 no_x=yes
5470     else
5471     # If each of the values was on the command line, it overrides each guess.
5472     test "x$x_includes" = xNONE && x_includes=$ac_x_includes
5473     test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
5474     # Update the cache value to reflect the command line values.
5475     ac_cv_have_x="have_x=yes \
5476     ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
5477 pcg 1.24 # It might be that x_includes is empty (headers are found in the
5478     # standard search path. Then output the corresponding message
5479     ac_out_x_includes=$x_includes
5480     test "x$x_includes" = x && ac_out_x_includes="in standard search path"
5481     echo "$as_me:$LINENO: result: libraries $x_libraries, headers $ac_out_x_includes" >&5
5482     echo "${ECHO_T}libraries $x_libraries, headers $ac_out_x_includes" >&6
5483 pcg 1.1 fi
5484    
5485 pcg 1.24 fi
5486 pcg 1.1 if test "$no_x" = yes; then
5487     # Not all programs may use this symbol, but it does not hurt to define it.
5488 pcg 1.11
5489     cat >>confdefs.h <<\_ACEOF
5490 pcg 1.1 #define X_DISPLAY_MISSING 1
5491 pcg 1.11 _ACEOF
5492 pcg 1.1
5493     X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
5494     else
5495     if test -n "$x_includes"; then
5496     X_CFLAGS="$X_CFLAGS -I$x_includes"
5497     fi
5498    
5499     # It would also be nice to do this for all -L options, not just this one.
5500     if test -n "$x_libraries"; then
5501     X_LIBS="$X_LIBS -L$x_libraries"
5502     # For Solaris; some versions of Sun CC require a space after -R and
5503     # others require no space. Words are not sufficient . . . .
5504 pcg 1.11 case `(uname -sr) 2>/dev/null` in
5505 pcg 1.1 "SunOS 5"*)
5506 pcg 1.11 echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
5507     echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6
5508     ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
5509     cat >conftest.$ac_ext <<_ACEOF
5510     /* confdefs.h. */
5511     _ACEOF
5512     cat confdefs.h >>conftest.$ac_ext
5513     cat >>conftest.$ac_ext <<_ACEOF
5514     /* end confdefs.h. */
5515 pcg 1.1
5516 pcg 1.11 int
5517     main ()
5518     {
5519 pcg 1.1
5520 pcg 1.11 ;
5521     return 0;
5522     }
5523     _ACEOF
5524     rm -f conftest.$ac_objext conftest$ac_exeext
5525     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5526     (eval $ac_link) 2>conftest.er1
5527     ac_status=$?
5528     grep -v '^ *+' conftest.er1 >conftest.err
5529     rm -f conftest.er1
5530     cat conftest.err >&5
5531     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5532     (exit $ac_status); } &&
5533 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5534 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5535     (eval $ac_try) 2>&5
5536     ac_status=$?
5537     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5538     (exit $ac_status); }; } &&
5539     { ac_try='test -s conftest$ac_exeext'
5540     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5541     (eval $ac_try) 2>&5
5542     ac_status=$?
5543     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5544     (exit $ac_status); }; }; then
5545 pcg 1.1 ac_R_nospace=yes
5546     else
5547 pcg 1.11 echo "$as_me: failed program was:" >&5
5548     sed 's/^/| /' conftest.$ac_ext >&5
5549    
5550     ac_R_nospace=no
5551 pcg 1.1 fi
5552 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
5553     conftest$ac_exeext conftest.$ac_ext
5554 pcg 1.1 if test $ac_R_nospace = yes; then
5555 pcg 1.11 echo "$as_me:$LINENO: result: no" >&5
5556     echo "${ECHO_T}no" >&6
5557 pcg 1.1 X_LIBS="$X_LIBS -R$x_libraries"
5558     else
5559     LIBS="$ac_xsave_LIBS -R $x_libraries"
5560 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
5561     /* confdefs.h. */
5562     _ACEOF
5563     cat confdefs.h >>conftest.$ac_ext
5564     cat >>conftest.$ac_ext <<_ACEOF
5565     /* end confdefs.h. */
5566 pcg 1.1
5567 pcg 1.11 int
5568     main ()
5569     {
5570 pcg 1.1
5571 pcg 1.11 ;
5572     return 0;
5573     }
5574     _ACEOF
5575     rm -f conftest.$ac_objext conftest$ac_exeext
5576     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5577     (eval $ac_link) 2>conftest.er1
5578     ac_status=$?
5579     grep -v '^ *+' conftest.er1 >conftest.err
5580     rm -f conftest.er1
5581     cat conftest.err >&5
5582     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5583     (exit $ac_status); } &&
5584 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5585 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5586     (eval $ac_try) 2>&5
5587     ac_status=$?
5588     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5589     (exit $ac_status); }; } &&
5590     { ac_try='test -s conftest$ac_exeext'
5591     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5592     (eval $ac_try) 2>&5
5593     ac_status=$?
5594     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5595     (exit $ac_status); }; }; then
5596 pcg 1.1 ac_R_space=yes
5597     else
5598 pcg 1.11 echo "$as_me: failed program was:" >&5
5599     sed 's/^/| /' conftest.$ac_ext >&5
5600    
5601     ac_R_space=no
5602 pcg 1.1 fi
5603 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
5604     conftest$ac_exeext conftest.$ac_ext
5605 pcg 1.1 if test $ac_R_space = yes; then
5606 pcg 1.11 echo "$as_me:$LINENO: result: yes" >&5
5607     echo "${ECHO_T}yes" >&6
5608 pcg 1.1 X_LIBS="$X_LIBS -R $x_libraries"
5609     else
5610 pcg 1.11 echo "$as_me:$LINENO: result: neither works" >&5
5611     echo "${ECHO_T}neither works" >&6
5612 pcg 1.1 fi
5613     fi
5614 pcg 1.11 LIBS=$ac_xsave_LIBS
5615 pcg 1.1 esac
5616     fi
5617    
5618     # Check for system-dependent libraries X programs must link with.
5619     # Do this before checking for the system-independent R6 libraries
5620     # (-lICE), since we may need -lsocket or whatever for X linking.
5621    
5622     if test "$ISC" = yes; then
5623     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
5624     else
5625 pcg 1.11 # Martyn Johnson says this is needed for Ultrix, if the X
5626     # libraries were built with DECnet support. And Karl Berry says
5627 pcg 1.1 # the Alpha needs dnet_stub (dnet does not exist).
5628 pcg 1.11 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
5629     cat >conftest.$ac_ext <<_ACEOF
5630     /* confdefs.h. */
5631     _ACEOF
5632     cat confdefs.h >>conftest.$ac_ext
5633     cat >>conftest.$ac_ext <<_ACEOF
5634     /* end confdefs.h. */
5635    
5636 pcg 1.1 /* Override any gcc2 internal prototype to avoid an error. */
5637 pcg 1.11 #ifdef __cplusplus
5638     extern "C"
5639     #endif
5640 pcg 1.1 /* We use char because int might match the return type of a gcc2
5641 pcg 1.11 builtin and then its argument prototype would still apply. */
5642     char XOpenDisplay ();
5643     int
5644     main ()
5645     {
5646     XOpenDisplay ();
5647     ;
5648     return 0;
5649     }
5650     _ACEOF
5651     rm -f conftest.$ac_objext conftest$ac_exeext
5652     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5653     (eval $ac_link) 2>conftest.er1
5654     ac_status=$?
5655     grep -v '^ *+' conftest.er1 >conftest.err
5656     rm -f conftest.er1
5657     cat conftest.err >&5
5658     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5659     (exit $ac_status); } &&
5660 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5661 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5662     (eval $ac_try) 2>&5
5663     ac_status=$?
5664     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5665     (exit $ac_status); }; } &&
5666     { ac_try='test -s conftest$ac_exeext'
5667     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5668     (eval $ac_try) 2>&5
5669     ac_status=$?
5670     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5671     (exit $ac_status); }; }; then
5672     :
5673     else
5674     echo "$as_me: failed program was:" >&5
5675     sed 's/^/| /' conftest.$ac_ext >&5
5676 pcg 1.1
5677 pcg 1.11 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
5678     echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
5679     if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
5680     echo $ECHO_N "(cached) $ECHO_C" >&6
5681 pcg 1.1 else
5682 pcg 1.11 ac_check_lib_save_LIBS=$LIBS
5683     LIBS="-ldnet $LIBS"
5684     cat >conftest.$ac_ext <<_ACEOF
5685     /* confdefs.h. */
5686     _ACEOF
5687     cat confdefs.h >>conftest.$ac_ext
5688     cat >>conftest.$ac_ext <<_ACEOF
5689     /* end confdefs.h. */
5690 pcg 1.1
5691 pcg 1.11 /* Override any gcc2 internal prototype to avoid an error. */
5692     #ifdef __cplusplus
5693     extern "C"
5694     #endif
5695     /* We use char because int might match the return type of a gcc2
5696     builtin and then its argument prototype would still apply. */
5697     char dnet_ntoa ();
5698     int
5699     main ()
5700     {
5701     dnet_ntoa ();
5702     ;
5703     return 0;
5704     }
5705     _ACEOF
5706     rm -f conftest.$ac_objext conftest$ac_exeext
5707     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5708     (eval $ac_link) 2>conftest.er1
5709     ac_status=$?
5710     grep -v '^ *+' conftest.er1 >conftest.err
5711     rm -f conftest.er1
5712     cat conftest.err >&5
5713     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5714     (exit $ac_status); } &&
5715 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5716 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5717     (eval $ac_try) 2>&5
5718     ac_status=$?
5719     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5720     (exit $ac_status); }; } &&
5721     { ac_try='test -s conftest$ac_exeext'
5722     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5723     (eval $ac_try) 2>&5
5724     ac_status=$?
5725     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5726     (exit $ac_status); }; }; then
5727     ac_cv_lib_dnet_dnet_ntoa=yes
5728     else
5729     echo "$as_me: failed program was:" >&5
5730     sed 's/^/| /' conftest.$ac_ext >&5
5731    
5732     ac_cv_lib_dnet_dnet_ntoa=no
5733     fi
5734     rm -f conftest.err conftest.$ac_objext \
5735     conftest$ac_exeext conftest.$ac_ext
5736     LIBS=$ac_check_lib_save_LIBS
5737     fi
5738     echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
5739     echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
5740     if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
5741 pcg 1.1 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
5742     fi
5743    
5744     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
5745 pcg 1.11 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
5746     echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
5747     if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
5748     echo $ECHO_N "(cached) $ECHO_C" >&6
5749 pcg 1.1 else
5750 pcg 1.11 ac_check_lib_save_LIBS=$LIBS
5751 pcg 1.1 LIBS="-ldnet_stub $LIBS"
5752 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
5753     /* confdefs.h. */
5754     _ACEOF
5755     cat confdefs.h >>conftest.$ac_ext
5756     cat >>conftest.$ac_ext <<_ACEOF
5757     /* end confdefs.h. */
5758    
5759 pcg 1.1 /* Override any gcc2 internal prototype to avoid an error. */
5760 pcg 1.11 #ifdef __cplusplus
5761     extern "C"
5762     #endif
5763 pcg 1.1 /* We use char because int might match the return type of a gcc2
5764 pcg 1.11 builtin and then its argument prototype would still apply. */
5765     char dnet_ntoa ();
5766     int
5767     main ()
5768     {
5769     dnet_ntoa ();
5770     ;
5771     return 0;
5772     }
5773     _ACEOF
5774     rm -f conftest.$ac_objext conftest$ac_exeext
5775     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5776     (eval $ac_link) 2>conftest.er1
5777     ac_status=$?
5778     grep -v '^ *+' conftest.er1 >conftest.err
5779     rm -f conftest.er1
5780     cat conftest.err >&5
5781     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5782     (exit $ac_status); } &&
5783 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5784 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5785     (eval $ac_try) 2>&5
5786     ac_status=$?
5787     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5788     (exit $ac_status); }; } &&
5789     { ac_try='test -s conftest$ac_exeext'
5790     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5791     (eval $ac_try) 2>&5
5792     ac_status=$?
5793     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5794     (exit $ac_status); }; }; then
5795     ac_cv_lib_dnet_stub_dnet_ntoa=yes
5796     else
5797     echo "$as_me: failed program was:" >&5
5798     sed 's/^/| /' conftest.$ac_ext >&5
5799    
5800     ac_cv_lib_dnet_stub_dnet_ntoa=no
5801     fi
5802     rm -f conftest.err conftest.$ac_objext \
5803     conftest$ac_exeext conftest.$ac_ext
5804     LIBS=$ac_check_lib_save_LIBS
5805     fi
5806     echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
5807     echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
5808     if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
5809 pcg 1.1 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
5810     fi
5811    
5812     fi
5813 pcg 1.11 fi
5814     rm -f conftest.err conftest.$ac_objext \
5815     conftest$ac_exeext conftest.$ac_ext
5816     LIBS="$ac_xsave_LIBS"
5817 pcg 1.1
5818     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
5819     # to get the SysV transport functions.
5820 pcg 1.11 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
5821 pcg 1.1 # needs -lnsl.
5822     # The nsl library prevents programs from opening the X display
5823 pcg 1.11 # on Irix 5.2, according to T.E. Dickey.
5824     # The functions gethostbyname, getservbyname, and inet_addr are
5825     # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
5826     echo "$as_me:$LINENO: checking for gethostbyname" >&5
5827     echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
5828     if test "${ac_cv_func_gethostbyname+set}" = set; then
5829     echo $ECHO_N "(cached) $ECHO_C" >&6
5830     else
5831     cat >conftest.$ac_ext <<_ACEOF
5832     /* confdefs.h. */
5833     _ACEOF
5834     cat confdefs.h >>conftest.$ac_ext
5835     cat >>conftest.$ac_ext <<_ACEOF
5836     /* end confdefs.h. */
5837     /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
5838     For example, HP-UX 11i <limits.h> declares gettimeofday. */
5839     #define gethostbyname innocuous_gethostbyname
5840    
5841 pcg 1.1 /* System header to define __stub macros and hopefully few prototypes,
5842 pcg 1.11 which can conflict with char gethostbyname (); below.
5843     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5844     <limits.h> exists even on freestanding compilers. */
5845    
5846     #ifdef __STDC__
5847     # include <limits.h>
5848     #else
5849     # include <assert.h>
5850     #endif
5851    
5852     #undef gethostbyname
5853    
5854 pcg 1.1 /* Override any gcc2 internal prototype to avoid an error. */
5855 pcg 1.11 #ifdef __cplusplus
5856     extern "C"
5857     {
5858     #endif
5859 pcg 1.1 /* We use char because int might match the return type of a gcc2
5860 pcg 1.11 builtin and then its argument prototype would still apply. */
5861     char gethostbyname ();
5862 pcg 1.1 /* The GNU C library defines this for functions which it implements
5863     to always fail with ENOSYS. Some functions are actually named
5864     something starting with __ and the normal name is an alias. */
5865     #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
5866     choke me
5867     #else
5868 pcg 1.11 char (*f) () = gethostbyname;
5869     #endif
5870     #ifdef __cplusplus
5871     }
5872 pcg 1.1 #endif
5873    
5874 pcg 1.11 int
5875     main ()
5876     {
5877     return f != gethostbyname;
5878     ;
5879     return 0;
5880     }
5881     _ACEOF
5882     rm -f conftest.$ac_objext conftest$ac_exeext
5883     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5884     (eval $ac_link) 2>conftest.er1
5885     ac_status=$?
5886     grep -v '^ *+' conftest.er1 >conftest.err
5887     rm -f conftest.er1
5888     cat conftest.err >&5
5889     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5890     (exit $ac_status); } &&
5891 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5892 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5893     (eval $ac_try) 2>&5
5894     ac_status=$?
5895     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5896     (exit $ac_status); }; } &&
5897     { ac_try='test -s conftest$ac_exeext'
5898     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5899     (eval $ac_try) 2>&5
5900     ac_status=$?
5901     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5902     (exit $ac_status); }; }; then
5903     ac_cv_func_gethostbyname=yes
5904     else
5905     echo "$as_me: failed program was:" >&5
5906     sed 's/^/| /' conftest.$ac_ext >&5
5907    
5908     ac_cv_func_gethostbyname=no
5909     fi
5910     rm -f conftest.err conftest.$ac_objext \
5911     conftest$ac_exeext conftest.$ac_ext
5912     fi
5913     echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
5914     echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
5915    
5916 pcg 1.1 if test $ac_cv_func_gethostbyname = no; then
5917 pcg 1.11 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
5918     echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
5919     if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
5920     echo $ECHO_N "(cached) $ECHO_C" >&6
5921 pcg 1.1 else
5922 pcg 1.11 ac_check_lib_save_LIBS=$LIBS
5923 pcg 1.1 LIBS="-lnsl $LIBS"
5924 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
5925     /* confdefs.h. */
5926     _ACEOF
5927     cat confdefs.h >>conftest.$ac_ext
5928     cat >>conftest.$ac_ext <<_ACEOF
5929     /* end confdefs.h. */
5930    
5931 pcg 1.1 /* Override any gcc2 internal prototype to avoid an error. */
5932 pcg 1.11 #ifdef __cplusplus
5933     extern "C"
5934     #endif
5935 pcg 1.1 /* We use char because int might match the return type of a gcc2
5936 pcg 1.11 builtin and then its argument prototype would still apply. */
5937     char gethostbyname ();
5938     int
5939     main ()
5940     {
5941     gethostbyname ();
5942     ;
5943     return 0;
5944     }
5945     _ACEOF
5946     rm -f conftest.$ac_objext conftest$ac_exeext
5947     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5948     (eval $ac_link) 2>conftest.er1
5949     ac_status=$?
5950     grep -v '^ *+' conftest.er1 >conftest.err
5951     rm -f conftest.er1
5952     cat conftest.err >&5
5953     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5954     (exit $ac_status); } &&
5955 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5956 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5957     (eval $ac_try) 2>&5
5958     ac_status=$?
5959     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5960     (exit $ac_status); }; } &&
5961     { ac_try='test -s conftest$ac_exeext'
5962     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5963     (eval $ac_try) 2>&5
5964     ac_status=$?
5965     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5966     (exit $ac_status); }; }; then
5967     ac_cv_lib_nsl_gethostbyname=yes
5968     else
5969     echo "$as_me: failed program was:" >&5
5970     sed 's/^/| /' conftest.$ac_ext >&5
5971    
5972     ac_cv_lib_nsl_gethostbyname=no
5973     fi
5974     rm -f conftest.err conftest.$ac_objext \
5975     conftest$ac_exeext conftest.$ac_ext
5976     LIBS=$ac_check_lib_save_LIBS
5977     fi
5978     echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
5979     echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
5980     if test $ac_cv_lib_nsl_gethostbyname = yes; then
5981     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
5982     fi
5983 pcg 1.1
5984 pcg 1.11 if test $ac_cv_lib_nsl_gethostbyname = no; then
5985     echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
5986     echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
5987     if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
5988     echo $ECHO_N "(cached) $ECHO_C" >&6
5989     else
5990     ac_check_lib_save_LIBS=$LIBS
5991     LIBS="-lbsd $LIBS"
5992     cat >conftest.$ac_ext <<_ACEOF
5993     /* confdefs.h. */
5994     _ACEOF
5995     cat confdefs.h >>conftest.$ac_ext
5996     cat >>conftest.$ac_ext <<_ACEOF
5997     /* end confdefs.h. */
5998 pcg 1.1
5999 pcg 1.11 /* Override any gcc2 internal prototype to avoid an error. */
6000     #ifdef __cplusplus
6001     extern "C"
6002     #endif
6003     /* We use char because int might match the return type of a gcc2
6004     builtin and then its argument prototype would still apply. */
6005     char gethostbyname ();
6006     int
6007     main ()
6008     {
6009     gethostbyname ();
6010     ;
6011     return 0;
6012     }
6013     _ACEOF
6014     rm -f conftest.$ac_objext conftest$ac_exeext
6015     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6016     (eval $ac_link) 2>conftest.er1
6017     ac_status=$?
6018     grep -v '^ *+' conftest.er1 >conftest.err
6019     rm -f conftest.er1
6020     cat conftest.err >&5
6021     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6022     (exit $ac_status); } &&
6023 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6024 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6025     (eval $ac_try) 2>&5
6026     ac_status=$?
6027     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6028     (exit $ac_status); }; } &&
6029     { ac_try='test -s conftest$ac_exeext'
6030     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6031     (eval $ac_try) 2>&5
6032     ac_status=$?
6033     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6034     (exit $ac_status); }; }; then
6035     ac_cv_lib_bsd_gethostbyname=yes
6036     else
6037     echo "$as_me: failed program was:" >&5
6038     sed 's/^/| /' conftest.$ac_ext >&5
6039    
6040     ac_cv_lib_bsd_gethostbyname=no
6041     fi
6042     rm -f conftest.err conftest.$ac_objext \
6043     conftest$ac_exeext conftest.$ac_ext
6044     LIBS=$ac_check_lib_save_LIBS
6045     fi
6046     echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
6047     echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
6048     if test $ac_cv_lib_bsd_gethostbyname = yes; then
6049     X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
6050 pcg 1.1 fi
6051    
6052 pcg 1.11 fi
6053 pcg 1.1 fi
6054    
6055     # lieder@skyler.mavd.honeywell.com says without -lsocket,
6056     # socket/setsockopt and other routines are undefined under SCO ODT
6057     # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
6058 pcg 1.11 # on later versions), says Simon Leinen: it contains gethostby*
6059     # variants that don't use the name server (or something). -lsocket
6060     # must be given before -lnsl if both are needed. We assume that
6061     # if connect needs -lnsl, so does gethostbyname.
6062     echo "$as_me:$LINENO: checking for connect" >&5
6063     echo $ECHO_N "checking for connect... $ECHO_C" >&6
6064     if test "${ac_cv_func_connect+set}" = set; then
6065     echo $ECHO_N "(cached) $ECHO_C" >&6
6066     else
6067     cat >conftest.$ac_ext <<_ACEOF
6068     /* confdefs.h. */
6069     _ACEOF
6070     cat confdefs.h >>conftest.$ac_ext
6071     cat >>conftest.$ac_ext <<_ACEOF
6072     /* end confdefs.h. */
6073     /* Define connect to an innocuous variant, in case <limits.h> declares connect.
6074     For example, HP-UX 11i <limits.h> declares gettimeofday. */
6075     #define connect innocuous_connect
6076    
6077 pcg 1.1 /* System header to define __stub macros and hopefully few prototypes,
6078 pcg 1.11 which can conflict with char connect (); below.
6079     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6080     <limits.h> exists even on freestanding compilers. */
6081    
6082     #ifdef __STDC__
6083     # include <limits.h>
6084     #else
6085     # include <assert.h>
6086     #endif
6087    
6088     #undef connect
6089    
6090 pcg 1.1 /* Override any gcc2 internal prototype to avoid an error. */
6091 pcg 1.11 #ifdef __cplusplus
6092     extern "C"
6093     {
6094     #endif
6095 pcg 1.1 /* We use char because int might match the return type of a gcc2
6096 pcg 1.11 builtin and then its argument prototype would still apply. */
6097     char connect ();
6098 pcg 1.1 /* The GNU C library defines this for functions which it implements
6099     to always fail with ENOSYS. Some functions are actually named
6100     something starting with __ and the normal name is an alias. */
6101     #if defined (__stub_connect) || defined (__stub___connect)
6102     choke me
6103     #else
6104 pcg 1.11 char (*f) () = connect;
6105     #endif
6106     #ifdef __cplusplus
6107     }
6108 pcg 1.1 #endif
6109    
6110 pcg 1.11 int
6111     main ()
6112     {
6113     return f != connect;
6114     ;
6115     return 0;
6116     }
6117     _ACEOF
6118     rm -f conftest.$ac_objext conftest$ac_exeext
6119     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6120     (eval $ac_link) 2>conftest.er1
6121     ac_status=$?
6122     grep -v '^ *+' conftest.er1 >conftest.err
6123     rm -f conftest.er1
6124     cat conftest.err >&5
6125     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6126     (exit $ac_status); } &&
6127 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6128 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6129     (eval $ac_try) 2>&5
6130     ac_status=$?
6131     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6132     (exit $ac_status); }; } &&
6133     { ac_try='test -s conftest$ac_exeext'
6134     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6135     (eval $ac_try) 2>&5
6136     ac_status=$?
6137     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6138     (exit $ac_status); }; }; then
6139     ac_cv_func_connect=yes
6140     else
6141     echo "$as_me: failed program was:" >&5
6142     sed 's/^/| /' conftest.$ac_ext >&5
6143    
6144     ac_cv_func_connect=no
6145 pcg 1.1 fi
6146 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
6147     conftest$ac_exeext conftest.$ac_ext
6148 pcg 1.1 fi
6149 pcg 1.11 echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
6150     echo "${ECHO_T}$ac_cv_func_connect" >&6
6151 pcg 1.1
6152     if test $ac_cv_func_connect = no; then
6153 pcg 1.11 echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
6154     echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
6155     if test "${ac_cv_lib_socket_connect+set}" = set; then
6156     echo $ECHO_N "(cached) $ECHO_C" >&6
6157 pcg 1.1 else
6158 pcg 1.11 ac_check_lib_save_LIBS=$LIBS
6159 pcg 1.1 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
6160 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
6161     /* confdefs.h. */
6162     _ACEOF
6163     cat confdefs.h >>conftest.$ac_ext
6164     cat >>conftest.$ac_ext <<_ACEOF
6165     /* end confdefs.h. */
6166    
6167 pcg 1.1 /* Override any gcc2 internal prototype to avoid an error. */
6168 pcg 1.11 #ifdef __cplusplus
6169     extern "C"
6170     #endif
6171 pcg 1.1 /* We use char because int might match the return type of a gcc2
6172 pcg 1.11 builtin and then its argument prototype would still apply. */
6173     char connect ();
6174     int
6175     main ()
6176     {
6177     connect ();
6178     ;
6179     return 0;
6180     }
6181     _ACEOF
6182     rm -f conftest.$ac_objext conftest$ac_exeext
6183     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6184     (eval $ac_link) 2>conftest.er1
6185     ac_status=$?
6186     grep -v '^ *+' conftest.er1 >conftest.err
6187     rm -f conftest.er1
6188     cat conftest.err >&5
6189     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6190     (exit $ac_status); } &&
6191 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6192 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6193     (eval $ac_try) 2>&5
6194     ac_status=$?
6195     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6196     (exit $ac_status); }; } &&
6197     { ac_try='test -s conftest$ac_exeext'
6198     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6199     (eval $ac_try) 2>&5
6200     ac_status=$?
6201     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6202     (exit $ac_status); }; }; then
6203     ac_cv_lib_socket_connect=yes
6204     else
6205     echo "$as_me: failed program was:" >&5
6206     sed 's/^/| /' conftest.$ac_ext >&5
6207    
6208     ac_cv_lib_socket_connect=no
6209     fi
6210     rm -f conftest.err conftest.$ac_objext \
6211     conftest$ac_exeext conftest.$ac_ext
6212     LIBS=$ac_check_lib_save_LIBS
6213     fi
6214     echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
6215     echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
6216     if test $ac_cv_lib_socket_connect = yes; then
6217 pcg 1.1 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
6218     fi
6219    
6220     fi
6221    
6222 pcg 1.11 # Guillermo Gomez says -lposix is necessary on A/UX.
6223     echo "$as_me:$LINENO: checking for remove" >&5
6224     echo $ECHO_N "checking for remove... $ECHO_C" >&6
6225     if test "${ac_cv_func_remove+set}" = set; then
6226     echo $ECHO_N "(cached) $ECHO_C" >&6
6227     else
6228     cat >conftest.$ac_ext <<_ACEOF
6229     /* confdefs.h. */
6230     _ACEOF
6231     cat confdefs.h >>conftest.$ac_ext
6232     cat >>conftest.$ac_ext <<_ACEOF
6233     /* end confdefs.h. */
6234     /* Define remove to an innocuous variant, in case <limits.h> declares remove.
6235     For example, HP-UX 11i <limits.h> declares gettimeofday. */
6236     #define remove innocuous_remove
6237    
6238 pcg 1.1 /* System header to define __stub macros and hopefully few prototypes,
6239 pcg 1.11 which can conflict with char remove (); below.
6240     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6241     <limits.h> exists even on freestanding compilers. */
6242    
6243     #ifdef __STDC__
6244     # include <limits.h>
6245     #else
6246     # include <assert.h>
6247     #endif
6248    
6249     #undef remove
6250    
6251 pcg 1.1 /* Override any gcc2 internal prototype to avoid an error. */
6252 pcg 1.11 #ifdef __cplusplus
6253     extern "C"
6254     {
6255     #endif
6256 pcg 1.1 /* We use char because int might match the return type of a gcc2
6257 pcg 1.11 builtin and then its argument prototype would still apply. */
6258     char remove ();
6259 pcg 1.1 /* The GNU C library defines this for functions which it implements
6260     to always fail with ENOSYS. Some functions are actually named
6261     something starting with __ and the normal name is an alias. */
6262     #if defined (__stub_remove) || defined (__stub___remove)
6263     choke me
6264     #else
6265 pcg 1.11 char (*f) () = remove;
6266     #endif
6267     #ifdef __cplusplus
6268     }
6269 pcg 1.1 #endif
6270    
6271 pcg 1.11 int
6272     main ()
6273     {
6274     return f != remove;
6275     ;
6276     return 0;
6277     }
6278     _ACEOF
6279     rm -f conftest.$ac_objext conftest$ac_exeext
6280     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6281     (eval $ac_link) 2>conftest.er1
6282     ac_status=$?
6283     grep -v '^ *+' conftest.er1 >conftest.err
6284     rm -f conftest.er1
6285     cat conftest.err >&5
6286     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6287     (exit $ac_status); } &&
6288 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6289 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6290     (eval $ac_try) 2>&5
6291     ac_status=$?
6292     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6293     (exit $ac_status); }; } &&
6294     { ac_try='test -s conftest$ac_exeext'
6295     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6296     (eval $ac_try) 2>&5
6297     ac_status=$?
6298     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6299     (exit $ac_status); }; }; then
6300     ac_cv_func_remove=yes
6301     else
6302     echo "$as_me: failed program was:" >&5
6303     sed 's/^/| /' conftest.$ac_ext >&5
6304    
6305     ac_cv_func_remove=no
6306 pcg 1.1 fi
6307 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
6308     conftest$ac_exeext conftest.$ac_ext
6309 pcg 1.1 fi
6310 pcg 1.11 echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
6311     echo "${ECHO_T}$ac_cv_func_remove" >&6
6312 pcg 1.1
6313     if test $ac_cv_func_remove = no; then
6314 pcg 1.11 echo "$as_me:$LINENO: checking for remove in -lposix" >&5
6315     echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
6316     if test "${ac_cv_lib_posix_remove+set}" = set; then
6317     echo $ECHO_N "(cached) $ECHO_C" >&6
6318 pcg 1.1 else
6319 pcg 1.11 ac_check_lib_save_LIBS=$LIBS
6320 pcg 1.1 LIBS="-lposix $LIBS"
6321 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
6322     /* confdefs.h. */
6323     _ACEOF
6324     cat confdefs.h >>conftest.$ac_ext
6325     cat >>conftest.$ac_ext <<_ACEOF
6326     /* end confdefs.h. */
6327    
6328 pcg 1.1 /* Override any gcc2 internal prototype to avoid an error. */
6329 pcg 1.11 #ifdef __cplusplus
6330     extern "C"
6331     #endif
6332 pcg 1.1 /* We use char because int might match the return type of a gcc2
6333 pcg 1.11 builtin and then its argument prototype would still apply. */
6334     char remove ();
6335     int
6336     main ()
6337     {
6338     remove ();
6339     ;
6340     return 0;
6341     }
6342     _ACEOF
6343     rm -f conftest.$ac_objext conftest$ac_exeext
6344     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6345     (eval $ac_link) 2>conftest.er1
6346     ac_status=$?
6347     grep -v '^ *+' conftest.er1 >conftest.err
6348     rm -f conftest.er1
6349     cat conftest.err >&5
6350     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6351     (exit $ac_status); } &&
6352 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6353 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6354     (eval $ac_try) 2>&5
6355     ac_status=$?
6356     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6357     (exit $ac_status); }; } &&
6358     { ac_try='test -s conftest$ac_exeext'
6359     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6360     (eval $ac_try) 2>&5
6361     ac_status=$?
6362     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6363     (exit $ac_status); }; }; then
6364     ac_cv_lib_posix_remove=yes
6365     else
6366     echo "$as_me: failed program was:" >&5
6367     sed 's/^/| /' conftest.$ac_ext >&5
6368    
6369     ac_cv_lib_posix_remove=no
6370     fi
6371     rm -f conftest.err conftest.$ac_objext \
6372     conftest$ac_exeext conftest.$ac_ext
6373     LIBS=$ac_check_lib_save_LIBS
6374     fi
6375     echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
6376     echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
6377     if test $ac_cv_lib_posix_remove = yes; then
6378 pcg 1.1 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
6379     fi
6380    
6381     fi
6382    
6383     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
6384 pcg 1.11 echo "$as_me:$LINENO: checking for shmat" >&5
6385     echo $ECHO_N "checking for shmat... $ECHO_C" >&6
6386     if test "${ac_cv_func_shmat+set}" = set; then
6387     echo $ECHO_N "(cached) $ECHO_C" >&6
6388     else
6389     cat >conftest.$ac_ext <<_ACEOF
6390     /* confdefs.h. */
6391     _ACEOF
6392     cat confdefs.h >>conftest.$ac_ext
6393     cat >>conftest.$ac_ext <<_ACEOF
6394     /* end confdefs.h. */
6395     /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
6396     For example, HP-UX 11i <limits.h> declares gettimeofday. */
6397     #define shmat innocuous_shmat
6398    
6399 pcg 1.1 /* System header to define __stub macros and hopefully few prototypes,
6400 pcg 1.11 which can conflict with char shmat (); below.
6401     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6402     <limits.h> exists even on freestanding compilers. */
6403    
6404     #ifdef __STDC__
6405     # include <limits.h>
6406     #else
6407     # include <assert.h>
6408     #endif
6409    
6410     #undef shmat
6411    
6412 pcg 1.1 /* Override any gcc2 internal prototype to avoid an error. */
6413 pcg 1.11 #ifdef __cplusplus
6414     extern "C"
6415     {
6416     #endif
6417 pcg 1.1 /* We use char because int might match the return type of a gcc2
6418 pcg 1.11 builtin and then its argument prototype would still apply. */
6419     char shmat ();
6420 pcg 1.1 /* The GNU C library defines this for functions which it implements
6421     to always fail with ENOSYS. Some functions are actually named
6422     something starting with __ and the normal name is an alias. */
6423     #if defined (__stub_shmat) || defined (__stub___shmat)
6424     choke me
6425     #else
6426 pcg 1.11 char (*f) () = shmat;
6427 pcg 1.1 #endif
6428 pcg 1.11 #ifdef __cplusplus
6429     }
6430     #endif
6431    
6432     int
6433     main ()
6434     {
6435     return f != shmat;
6436     ;
6437     return 0;
6438     }
6439     _ACEOF
6440     rm -f conftest.$ac_objext conftest$ac_exeext
6441     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6442     (eval $ac_link) 2>conftest.er1
6443     ac_status=$?
6444     grep -v '^ *+' conftest.er1 >conftest.err
6445     rm -f conftest.er1
6446     cat conftest.err >&5
6447     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6448     (exit $ac_status); } &&
6449 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6450 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6451     (eval $ac_try) 2>&5
6452     ac_status=$?
6453     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6454     (exit $ac_status); }; } &&
6455     { ac_try='test -s conftest$ac_exeext'
6456     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6457     (eval $ac_try) 2>&5
6458     ac_status=$?
6459     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6460     (exit $ac_status); }; }; then
6461     ac_cv_func_shmat=yes
6462     else
6463     echo "$as_me: failed program was:" >&5
6464     sed 's/^/| /' conftest.$ac_ext >&5
6465 pcg 1.1
6466 pcg 1.11 ac_cv_func_shmat=no
6467 pcg 1.1 fi
6468 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
6469     conftest$ac_exeext conftest.$ac_ext
6470 pcg 1.1 fi
6471 pcg 1.11 echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
6472     echo "${ECHO_T}$ac_cv_func_shmat" >&6
6473 pcg 1.1
6474     if test $ac_cv_func_shmat = no; then
6475 pcg 1.11 echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
6476     echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
6477     if test "${ac_cv_lib_ipc_shmat+set}" = set; then
6478     echo $ECHO_N "(cached) $ECHO_C" >&6
6479 pcg 1.1 else
6480 pcg 1.11 ac_check_lib_save_LIBS=$LIBS
6481 pcg 1.1 LIBS="-lipc $LIBS"
6482 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
6483     /* confdefs.h. */
6484     _ACEOF
6485     cat confdefs.h >>conftest.$ac_ext
6486     cat >>conftest.$ac_ext <<_ACEOF
6487     /* end confdefs.h. */
6488    
6489 pcg 1.1 /* Override any gcc2 internal prototype to avoid an error. */
6490 pcg 1.11 #ifdef __cplusplus
6491     extern "C"
6492     #endif
6493 pcg 1.1 /* We use char because int might match the return type of a gcc2
6494 pcg 1.11 builtin and then its argument prototype would still apply. */
6495     char shmat ();
6496     int
6497     main ()
6498     {
6499     shmat ();
6500     ;
6501     return 0;
6502     }
6503     _ACEOF
6504     rm -f conftest.$ac_objext conftest$ac_exeext
6505     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6506     (eval $ac_link) 2>conftest.er1
6507     ac_status=$?
6508     grep -v '^ *+' conftest.er1 >conftest.err
6509     rm -f conftest.er1
6510     cat conftest.err >&5
6511     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6512     (exit $ac_status); } &&
6513 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6514 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6515     (eval $ac_try) 2>&5
6516     ac_status=$?
6517     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6518     (exit $ac_status); }; } &&
6519     { ac_try='test -s conftest$ac_exeext'
6520     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6521     (eval $ac_try) 2>&5
6522     ac_status=$?
6523     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6524     (exit $ac_status); }; }; then
6525     ac_cv_lib_ipc_shmat=yes
6526     else
6527     echo "$as_me: failed program was:" >&5
6528     sed 's/^/| /' conftest.$ac_ext >&5
6529    
6530     ac_cv_lib_ipc_shmat=no
6531     fi
6532     rm -f conftest.err conftest.$ac_objext \
6533     conftest$ac_exeext conftest.$ac_ext
6534     LIBS=$ac_check_lib_save_LIBS
6535     fi
6536     echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
6537     echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
6538     if test $ac_cv_lib_ipc_shmat = yes; then
6539 pcg 1.1 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
6540     fi
6541    
6542     fi
6543     fi
6544    
6545     # Check for libraries that X11R6 Xt/Xaw programs need.
6546 pcg 1.11 ac_save_LDFLAGS=$LDFLAGS
6547 pcg 1.1 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
6548     # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
6549     # check for ICE first), but we must link in the order -lSM -lICE or
6550     # we get undefined symbols. So assume we have SM if we have ICE.
6551     # These have to be linked with before -lX11, unlike the other
6552     # libraries we check for below, so use a different variable.
6553 pcg 1.11 # John Interrante, Karl Berry
6554     echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
6555     echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
6556     if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
6557     echo $ECHO_N "(cached) $ECHO_C" >&6
6558 pcg 1.1 else
6559 pcg 1.11 ac_check_lib_save_LIBS=$LIBS
6560 pcg 1.1 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
6561 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
6562     /* confdefs.h. */
6563     _ACEOF
6564     cat confdefs.h >>conftest.$ac_ext
6565     cat >>conftest.$ac_ext <<_ACEOF
6566     /* end confdefs.h. */
6567    
6568 pcg 1.1 /* Override any gcc2 internal prototype to avoid an error. */
6569 pcg 1.11 #ifdef __cplusplus
6570     extern "C"
6571     #endif
6572 pcg 1.1 /* We use char because int might match the return type of a gcc2
6573 pcg 1.11 builtin and then its argument prototype would still apply. */
6574     char IceConnectionNumber ();
6575     int
6576     main ()
6577     {
6578     IceConnectionNumber ();
6579     ;
6580     return 0;
6581     }
6582     _ACEOF
6583     rm -f conftest.$ac_objext conftest$ac_exeext
6584     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6585     (eval $ac_link) 2>conftest.er1
6586     ac_status=$?
6587     grep -v '^ *+' conftest.er1 >conftest.err
6588     rm -f conftest.er1
6589     cat conftest.err >&5
6590     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6591     (exit $ac_status); } &&
6592 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6593 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6594     (eval $ac_try) 2>&5
6595     ac_status=$?
6596     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6597     (exit $ac_status); }; } &&
6598     { ac_try='test -s conftest$ac_exeext'
6599     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6600     (eval $ac_try) 2>&5
6601     ac_status=$?
6602     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6603     (exit $ac_status); }; }; then
6604     ac_cv_lib_ICE_IceConnectionNumber=yes
6605     else
6606     echo "$as_me: failed program was:" >&5
6607     sed 's/^/| /' conftest.$ac_ext >&5
6608    
6609     ac_cv_lib_ICE_IceConnectionNumber=no
6610     fi
6611     rm -f conftest.err conftest.$ac_objext \
6612     conftest$ac_exeext conftest.$ac_ext
6613     LIBS=$ac_check_lib_save_LIBS
6614     fi
6615     echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
6616     echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
6617     if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
6618 pcg 1.1 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
6619     fi
6620    
6621 pcg 1.11 LDFLAGS=$ac_save_LDFLAGS
6622 pcg 1.1
6623     fi
6624    
6625    
6626    
6627     if test x$support_xpm = xyes; then
6628 pcg 1.11
6629 pcg 1.1
6630    
6631     # Initialize some more variables set by options.
6632     # The variables have the same names as the options, with
6633     # dashes changed to underlines.
6634    
6635     # If we find XPM, set shell vars xpm_includes and xpm_libraries to the
6636     # paths, otherwise set no_xpm=yes.
6637     # Uses ac_ vars as temps to allow command line to override cache and checks.
6638 pcg 1.11 echo "$as_me:$LINENO: checking for libXpm" >&5
6639     echo $ECHO_N "checking for libXpm... $ECHO_C" >&6
6640    
6641 pcg 1.1
6642     # Check whether --with-xpm_includes or --without-xpm_includes was given.
6643     if test "${with_xpm_includes+set}" = set; then
6644     withval="$with_xpm_includes"
6645     xpm_includes="$withval"
6646     else
6647     xpm_includes=NO
6648 pcg 1.11 fi;
6649 pcg 1.1
6650     # Check whether --with-xpm_library or --without-xpm_library was given.
6651     if test "${with_xpm_library+set}" = set; then
6652     withval="$with_xpm_library"
6653     xpm_libraries="$withval"
6654     else
6655     xpm_libraries=NO
6656 pcg 1.11 fi;
6657 pcg 1.1
6658 pcg 1.11 # --without-xpm overrides everything else, but does not touch the cache.
6659 pcg 1.1
6660     # Check whether --with-xpm or --without-xpm was given.
6661     if test "${with_xpm+set}" = set; then
6662     withval="$with_xpm"
6663    
6664 pcg 1.11 fi;
6665 pcg 1.1 if test "$with_xpm" = no; then
6666     have_xpm=disabled
6667     else
6668 pcg 1.11 if test "${ac_cv_have_xpm+set}" = set; then
6669     echo $ECHO_N "(cached) $ECHO_C" >&6
6670 pcg 1.1 else
6671 pcg 1.11
6672 pcg 1.1 vt_xpm_include_X11=no
6673     if test -n "$xpm_includes"; then
6674     vt_xpm_includes=$xpm_includes
6675     else
6676     vt_xpm_includes=NO
6677     fi
6678     if test -n "$xpm_libraries"; then
6679     vt_xpm_libraries=$xpm_libraries
6680     else
6681     vt_xpm_libraries=NO
6682     fi
6683    
6684     if test "$vt_xpm_includes" = NO; then
6685     # Guess where to find xpm.h
6686    
6687     ac_save_CPPFLAGS="$CPPFLAGS"
6688     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
6689    
6690     # First, try using that file with no special directory specified.
6691 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
6692     /* confdefs.h. */
6693     _ACEOF
6694     cat confdefs.h >>conftest.$ac_ext
6695     cat >>conftest.$ac_ext <<_ACEOF
6696     /* end confdefs.h. */
6697 pcg 1.1 #include <X11/xpm.h>
6698 pcg 1.11 _ACEOF
6699     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6700     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6701     ac_status=$?
6702     grep -v '^ *+' conftest.er1 >conftest.err
6703     rm -f conftest.er1
6704     cat conftest.err >&5
6705     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6706     (exit $ac_status); } >/dev/null; then
6707     if test -s conftest.err; then
6708 pcg 1.13 ac_cpp_err=$ac_cxx_preproc_warn_flag
6709     ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
6710 pcg 1.11 else
6711     ac_cpp_err=
6712     fi
6713     else
6714     ac_cpp_err=yes
6715     fi
6716     if test -z "$ac_cpp_err"; then
6717 pcg 1.1 # We can compile using X headers with no special include directory.
6718     vt_xpm_includes=
6719     vt_xpm_include_X11=yes
6720     else
6721 pcg 1.11 echo "$as_me: failed program was:" >&5
6722     sed 's/^/| /' conftest.$ac_ext >&5
6723    
6724 pcg 1.1 CPPFLAGS="$ac_save_CPPFLAGS"
6725     # Look for the header file in a standard set of common directories.
6726     for ac_dir in \
6727     /usr/X11/include \
6728     /usr/X11R6/include \
6729     /usr/X11R5/include \
6730     /usr/X11R4/include \
6731     \
6732     /usr/include/X11 \
6733     /usr/include/X11R6 \
6734     /usr/include/X11R5 \
6735     /usr/include/X11R4 \
6736     \
6737     /usr/local/X11/include \
6738     /usr/local/X11R6/include \
6739     /usr/local/X11R5/include \
6740     /usr/local/X11R4/include \
6741     \
6742     /usr/local/include/X11 \
6743     /usr/local/include/X11R6 \
6744     /usr/local/include/X11R5 \
6745     /usr/local/include/X11R4 \
6746     \
6747     /usr/X386/include \
6748     /usr/x386/include \
6749     /usr/XFree86/include/X11 \
6750     \
6751     /usr/include \
6752     /usr/local/include \
6753     /usr/unsupported/include \
6754     /usr/athena/include \
6755     /usr/local/x11r5/include \
6756     /usr/lpp/Xamples/include \
6757     \
6758     /usr/openwin/include \
6759     /usr/openwin/share/include \
6760     ; \
6761     do
6762     if test -r "$ac_dir/X11/xpm.h"; then
6763     vt_xpm_includes="$ac_dir"
6764     vt_xpm_include_X11=yes
6765     break
6766     else
6767     if test -r "$ac_dir/xpm.h"; then
6768     vt_xpm_includes=$ac_dir
6769     break
6770     fi
6771     fi
6772     done
6773     fi
6774 pcg 1.11 rm -f conftest.err conftest.$ac_ext
6775 pcg 1.1 fi
6776    
6777     if test "$vt_xpm_libraries" = NO; then
6778     # Check for the libraries.
6779    
6780     # See if we find them without any special options.
6781     # Don't add to $LIBS permanently.
6782     ac_save_LIBS="$LIBS"
6783     LIBS="$LIBS $X_LIBS -lXpm -lX11"
6784 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
6785     /* confdefs.h. */
6786     _ACEOF
6787     cat confdefs.h >>conftest.$ac_ext
6788     cat >>conftest.$ac_ext <<_ACEOF
6789     /* end confdefs.h. */
6790 pcg 1.1
6791 pcg 1.11 int
6792     main ()
6793     {
6794 pcg 1.1 XpmReadFileToPixmap()
6795 pcg 1.11 ;
6796     return 0;
6797     }
6798     _ACEOF
6799     rm -f conftest.$ac_objext conftest$ac_exeext
6800     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6801     (eval $ac_link) 2>conftest.er1
6802     ac_status=$?
6803     grep -v '^ *+' conftest.er1 >conftest.err
6804     rm -f conftest.er1
6805     cat conftest.err >&5
6806     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6807     (exit $ac_status); } &&
6808 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6809 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6810     (eval $ac_try) 2>&5
6811     ac_status=$?
6812     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6813     (exit $ac_status); }; } &&
6814     { ac_try='test -s conftest$ac_exeext'
6815     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6816     (eval $ac_try) 2>&5
6817     ac_status=$?
6818     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6819     (exit $ac_status); }; }; then
6820 pcg 1.1 LIBS="$ac_save_LIBS"
6821     # We can link libXpm with no special library path.
6822     vt_xpm_libraries=
6823     else
6824 pcg 1.11 echo "$as_me: failed program was:" >&5
6825     sed 's/^/| /' conftest.$ac_ext >&5
6826    
6827     LIBS="$ac_save_LIBS"
6828 pcg 1.1 # First see if replacing the include by lib works.
6829     for ac_dir in \
6830     `echo "$vt_xpm_includes" | sed 's,include/X11,lib,;s,include,lib,'` \
6831     /usr/X11/lib \
6832     /usr/X11R6/lib \
6833     /usr/X11R5/lib \
6834     /usr/X11R4/lib \
6835     \
6836     /usr/lib/X11 \
6837     /usr/lib/X11R6 \
6838     /usr/lib/X11R5 \
6839     /usr/lib/X11R4 \
6840     \
6841     /usr/local/X11/lib \
6842     /usr/local/X11R6/lib \
6843     /usr/local/X11R5/lib \
6844     /usr/local/X11R4/lib \
6845     \
6846     /usr/local/lib/X11 \
6847     /usr/local/lib/X11R6 \
6848     /usr/local/lib/X11R5 \
6849     /usr/local/lib/X11R4 \
6850     \
6851     /usr/X386/lib \
6852     /usr/x386/lib \
6853     /usr/XFree86/lib/X11 \
6854     \
6855     /usr/lib \
6856     /usr/local/lib \
6857     /usr/unsupported/lib \
6858     /usr/athena/lib \
6859     /usr/local/x11r5/lib \
6860     /usr/lpp/Xamples/lib \
6861     \
6862     /usr/openwin/lib \
6863     /usr/openwin/share/lib \
6864     ; \
6865     do
6866     for ac_extension in a so sl; do
6867     if test -r $ac_dir/libXpm.$ac_extension; then
6868     vt_xpm_libraries=$ac_dir
6869     break 2
6870     fi
6871     done
6872     done
6873     fi
6874 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
6875     conftest$ac_exeext conftest.$ac_ext
6876 pcg 1.1 fi
6877    
6878    
6879     if test "$vt_xpm_includes" = NO -o "$vt_xpm_libraries" = NO; then
6880     ac_cv_have_xpm="have_xpm=no"
6881     else
6882     ac_cv_have_xpm="have_xpm=yes \
6883     vt_xpm_includes=$vt_xpm_includes vt_xpm_libraries=$vt_xpm_libraries \
6884     vt_xpm_include_X11=$vt_xpm_include_X11"
6885     fi
6886     fi
6887     eval "$ac_cv_have_xpm"
6888     fi
6889    
6890     if test "$have_xpm" != yes; then
6891 pcg 1.11 echo "$as_me:$LINENO: result: $have_xpm" >&5
6892     echo "${ECHO_T}$have_xpm" >&6
6893 pcg 1.1 no_xpm=yes
6894     else
6895     if test "$xpm_includes" != NO; then
6896     if test "$xpm_includes" = "$vt_xpm_includes"; then
6897     if test -r "$xpm_includes/X11/xpm.h"; then
6898     vt_xpm_include_X11=yes
6899     fi
6900     else
6901     vt_xpm_include_X11=no
6902     if test -z "$xpm_includes"; then
6903 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
6904     /* confdefs.h. */
6905     _ACEOF
6906     cat confdefs.h >>conftest.$ac_ext
6907     cat >>conftest.$ac_ext <<_ACEOF
6908     /* end confdefs.h. */
6909 pcg 1.1 #include <X11/xpm.h>
6910 pcg 1.11 _ACEOF
6911     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6912     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6913     ac_status=$?
6914     grep -v '^ *+' conftest.er1 >conftest.err
6915     rm -f conftest.er1
6916     cat conftest.err >&5
6917     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6918     (exit $ac_status); } >/dev/null; then
6919     if test -s conftest.err; then
6920 pcg 1.13 ac_cpp_err=$ac_cxx_preproc_warn_flag
6921     ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
6922 pcg 1.11 else
6923     ac_cpp_err=
6924     fi
6925     else
6926     ac_cpp_err=yes
6927     fi
6928     if test -z "$ac_cpp_err"; then
6929 pcg 1.1 vt_xpm_include_X11=yes
6930     else
6931 pcg 1.11 echo "$as_me: failed program was:" >&5
6932     sed 's/^/| /' conftest.$ac_ext >&5
6933    
6934    
6935 pcg 1.1 fi
6936 pcg 1.11 rm -f conftest.err conftest.$ac_ext
6937 pcg 1.1 else
6938     if test -r "$xpm_includes/X11/xpm.h"; then
6939     vt_xpm_include_X11=yes
6940     fi
6941     fi
6942     fi
6943     vt_xpm_includes=$xpm_includes
6944     fi
6945     if test "x$xpm_libraries" != xNO; then
6946     vt_xpm_libraries=$xpm_libraries
6947     fi
6948     # Update the cache value to reflect the command line values.
6949     ac_cv_have_xpm="have_xpm=yes \
6950     vt_xpm_includes=$vt_xpm_includes vt_xpm_libraries=$vt_xpm_libraries \
6951     vt_xpm_include_X11=$vt_xpm_include_X11"
6952     eval "$ac_cv_have_xpm"
6953 pcg 1.11 echo "$as_me:$LINENO: result: -I$vt_xpm_includes, -L$vt_xpm_libraries" >&5
6954     echo "${ECHO_T}-I$vt_xpm_includes, -L$vt_xpm_libraries" >&6
6955 pcg 1.1 if test -n "$vt_xpm_includes"; then
6956     XPM_CPPFLAGS="-DHAVE_LIBXPM"
6957     fi
6958     if test -n "$vt_xpm_includes"; then
6959     XPM_CFLAGS="-I$vt_xpm_includes"
6960     fi
6961     XPM_LIBS="-lXpm"
6962     if test -n "$vt_xpm_libraries"; then
6963     XPM_LIBS="-L$vt_xpm_libraries $XPM_LIBS"
6964     fi
6965     if test "x$vt_xpm_include_X11" = xyes; then
6966 pcg 1.11
6967     cat >>confdefs.h <<\_ACEOF
6968 pcg 1.1 #define XPM_INC_X11 1
6969 pcg 1.11 _ACEOF
6970 pcg 1.1
6971     fi
6972     fi
6973    
6974    
6975    
6976    
6977    
6978     if test x$no_xpm = xyes; then
6979     support_xpm=needsmanualspecification
6980     fi
6981     fi
6982    
6983 pcg 1.11 echo "$as_me:$LINENO: checking for sys/wait.h that is POSIX.1 compatible" >&5
6984     echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6
6985     if test "${ac_cv_header_sys_wait_h+set}" = set; then
6986     echo $ECHO_N "(cached) $ECHO_C" >&6
6987     else
6988     cat >conftest.$ac_ext <<_ACEOF
6989     /* confdefs.h. */
6990     _ACEOF
6991     cat confdefs.h >>conftest.$ac_ext
6992     cat >>conftest.$ac_ext <<_ACEOF
6993     /* end confdefs.h. */
6994 pcg 1.1 #include <sys/types.h>
6995     #include <sys/wait.h>
6996     #ifndef WEXITSTATUS
6997 pcg 1.11 # define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)
6998 pcg 1.1 #endif
6999     #ifndef WIFEXITED
7000 pcg 1.11 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
7001 pcg 1.1 #endif
7002 pcg 1.11
7003     int
7004     main ()
7005     {
7006     int s;
7007     wait (&s);
7008     s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
7009     ;
7010     return 0;
7011     }
7012     _ACEOF
7013     rm -f conftest.$ac_objext
7014     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7015     (eval $ac_compile) 2>conftest.er1
7016     ac_status=$?
7017     grep -v '^ *+' conftest.er1 >conftest.err
7018     rm -f conftest.er1
7019     cat conftest.err >&5
7020     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7021     (exit $ac_status); } &&
7022 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7023 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7024     (eval $ac_try) 2>&5
7025     ac_status=$?
7026     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7027     (exit $ac_status); }; } &&
7028     { ac_try='test -s conftest.$ac_objext'
7029     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7030     (eval $ac_try) 2>&5
7031     ac_status=$?
7032     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7033     (exit $ac_status); }; }; then
7034     ac_cv_header_sys_wait_h=yes
7035 pcg 1.1 else
7036 pcg 1.11 echo "$as_me: failed program was:" >&5
7037     sed 's/^/| /' conftest.$ac_ext >&5
7038    
7039     ac_cv_header_sys_wait_h=no
7040 pcg 1.1 fi
7041 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7042 pcg 1.1 fi
7043 pcg 1.11 echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5
7044     echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6
7045     if test $ac_cv_header_sys_wait_h = yes; then
7046 pcg 1.1
7047 pcg 1.11 cat >>confdefs.h <<\_ACEOF
7048 pcg 1.1 #define HAVE_SYS_WAIT_H 1
7049 pcg 1.11 _ACEOF
7050 pcg 1.1
7051     fi
7052    
7053 root 1.51 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
7054     echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
7055     if test "${ac_cv_header_stdc+set}" = set; then
7056     echo $ECHO_N "(cached) $ECHO_C" >&6
7057     else
7058     cat >conftest.$ac_ext <<_ACEOF
7059     /* confdefs.h. */
7060     _ACEOF
7061     cat confdefs.h >>conftest.$ac_ext
7062     cat >>conftest.$ac_ext <<_ACEOF
7063     /* end confdefs.h. */
7064     #include <stdlib.h>
7065     #include <stdarg.h>
7066     #include <string.h>
7067     #include <float.h>
7068    
7069     int
7070     main ()
7071     {
7072    
7073     ;
7074     return 0;
7075     }
7076     _ACEOF
7077     rm -f conftest.$ac_objext
7078     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7079     (eval $ac_compile) 2>conftest.er1
7080     ac_status=$?
7081     grep -v '^ *+' conftest.er1 >conftest.err
7082     rm -f conftest.er1
7083     cat conftest.err >&5
7084     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7085     (exit $ac_status); } &&
7086     { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7087     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7088     (eval $ac_try) 2>&5
7089     ac_status=$?
7090     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7091     (exit $ac_status); }; } &&
7092     { ac_try='test -s conftest.$ac_objext'
7093     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7094     (eval $ac_try) 2>&5
7095     ac_status=$?
7096     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7097     (exit $ac_status); }; }; then
7098     ac_cv_header_stdc=yes
7099     else
7100     echo "$as_me: failed program was:" >&5
7101     sed 's/^/| /' conftest.$ac_ext >&5
7102    
7103     ac_cv_header_stdc=no
7104     fi
7105     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7106    
7107     if test $ac_cv_header_stdc = yes; then
7108     # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7109     cat >conftest.$ac_ext <<_ACEOF
7110     /* confdefs.h. */
7111     _ACEOF
7112     cat confdefs.h >>conftest.$ac_ext
7113     cat >>conftest.$ac_ext <<_ACEOF
7114     /* end confdefs.h. */
7115     #include <string.h>
7116    
7117     _ACEOF
7118     if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7119     $EGREP "memchr" >/dev/null 2>&1; then
7120     :
7121     else
7122     ac_cv_header_stdc=no
7123     fi
7124     rm -f conftest*
7125    
7126     fi
7127    
7128     if test $ac_cv_header_stdc = yes; then
7129     # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7130     cat >conftest.$ac_ext <<_ACEOF
7131     /* confdefs.h. */
7132     _ACEOF
7133     cat confdefs.h >>conftest.$ac_ext
7134     cat >>conftest.$ac_ext <<_ACEOF
7135     /* end confdefs.h. */
7136     #include <stdlib.h>
7137    
7138     _ACEOF
7139     if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7140     $EGREP "free" >/dev/null 2>&1; then
7141     :
7142     else
7143     ac_cv_header_stdc=no
7144     fi
7145     rm -f conftest*
7146    
7147     fi
7148    
7149     if test $ac_cv_header_stdc = yes; then
7150     # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7151     if test "$cross_compiling" = yes; then
7152     :
7153     else
7154     cat >conftest.$ac_ext <<_ACEOF
7155     /* confdefs.h. */
7156     _ACEOF
7157     cat confdefs.h >>conftest.$ac_ext
7158     cat >>conftest.$ac_ext <<_ACEOF
7159     /* end confdefs.h. */
7160     #include <ctype.h>
7161     #if ((' ' & 0x0FF) == 0x020)
7162     # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7163     # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7164     #else
7165     # define ISLOWER(c) \
7166     (('a' <= (c) && (c) <= 'i') \
7167     || ('j' <= (c) && (c) <= 'r') \
7168     || ('s' <= (c) && (c) <= 'z'))
7169     # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7170     #endif
7171    
7172     #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7173     int
7174     main ()
7175     {
7176     int i;
7177     for (i = 0; i < 256; i++)
7178     if (XOR (islower (i), ISLOWER (i))
7179     || toupper (i) != TOUPPER (i))
7180     exit(2);
7181     exit (0);
7182     }
7183     _ACEOF
7184     rm -f conftest$ac_exeext
7185     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7186     (eval $ac_link) 2>&5
7187     ac_status=$?
7188     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7189     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7190     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7191     (eval $ac_try) 2>&5
7192     ac_status=$?
7193     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7194     (exit $ac_status); }; }; then
7195     :
7196     else
7197     echo "$as_me: program exited with status $ac_status" >&5
7198     echo "$as_me: failed program was:" >&5
7199     sed 's/^/| /' conftest.$ac_ext >&5
7200    
7201     ( exit $ac_status )
7202     ac_cv_header_stdc=no
7203     fi
7204     rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7205     fi
7206     fi
7207     fi
7208     echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7209     echo "${ECHO_T}$ac_cv_header_stdc" >&6
7210     if test $ac_cv_header_stdc = yes; then
7211    
7212     cat >>confdefs.h <<\_ACEOF
7213     #define STDC_HEADERS 1
7214     _ACEOF
7215    
7216     fi
7217    
7218     # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7219    
7220    
7221    
7222    
7223    
7224    
7225    
7226    
7227    
7228     for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7229     inttypes.h stdint.h unistd.h
7230     do
7231     as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7232     echo "$as_me:$LINENO: checking for $ac_header" >&5
7233     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7234     if eval "test \"\${$as_ac_Header+set}\" = set"; then
7235     echo $ECHO_N "(cached) $ECHO_C" >&6
7236     else
7237     cat >conftest.$ac_ext <<_ACEOF
7238     /* confdefs.h. */
7239     _ACEOF
7240     cat confdefs.h >>conftest.$ac_ext
7241     cat >>conftest.$ac_ext <<_ACEOF
7242     /* end confdefs.h. */
7243     $ac_includes_default
7244    
7245     #include <$ac_header>
7246     _ACEOF
7247     rm -f conftest.$ac_objext
7248     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7249     (eval $ac_compile) 2>conftest.er1
7250     ac_status=$?
7251     grep -v '^ *+' conftest.er1 >conftest.err
7252     rm -f conftest.er1
7253     cat conftest.err >&5
7254     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7255     (exit $ac_status); } &&
7256     { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7257     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7258     (eval $ac_try) 2>&5
7259     ac_status=$?
7260     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7261     (exit $ac_status); }; } &&
7262     { ac_try='test -s conftest.$ac_objext'
7263     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7264     (eval $ac_try) 2>&5
7265     ac_status=$?
7266     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7267     (exit $ac_status); }; }; then
7268     eval "$as_ac_Header=yes"
7269     else
7270     echo "$as_me: failed program was:" >&5
7271     sed 's/^/| /' conftest.$ac_ext >&5
7272    
7273     eval "$as_ac_Header=no"
7274     fi
7275     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7276     fi
7277     echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7278     echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7279     if test `eval echo '${'$as_ac_Header'}'` = yes; then
7280     cat >>confdefs.h <<_ACEOF
7281     #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7282     _ACEOF
7283    
7284     fi
7285    
7286     done
7287    
7288    
7289 pcg 1.11
7290    
7291    
7292    
7293    
7294    
7295    
7296    
7297    
7298    
7299    
7300    
7301    
7302    
7303    
7304    
7305    
7306    
7307    
7308 root 1.33
7309 root 1.48
7310 root 1.50
7311    
7312    
7313 root 1.64
7314    
7315 pcg 1.11 for ac_header in \
7316 pcg 1.1 assert.h \
7317     fcntl.h \
7318     grp.h \
7319     libc.h \
7320     lastlog.h \
7321     stdarg.h \
7322     stdlib.h \
7323     string.h \
7324     termios.h \
7325     unistd.h \
7326     sys/byteorder.h \
7327     sys/ioctl.h \
7328     sys/select.h \
7329     sys/sockio.h \
7330     sys/strredir.h \
7331 root 1.33 sys/stropts.h \
7332 pcg 1.1 sys/time.h \
7333     utmp.h \
7334     utmpx.h \
7335     stdint.h \
7336 root 1.48 pty.h \
7337 root 1.64 util.h \
7338     libutil.h \
7339 root 1.50 wchar.h \
7340     cwchar \
7341     clocale \
7342 pcg 1.1
7343     do
7344 pcg 1.11 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7345     if eval "test \"\${$as_ac_Header+set}\" = set"; then
7346     echo "$as_me:$LINENO: checking for $ac_header" >&5
7347     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7348     if eval "test \"\${$as_ac_Header+set}\" = set"; then
7349     echo $ECHO_N "(cached) $ECHO_C" >&6
7350     fi
7351     echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7352     echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7353     else
7354     # Is the header compilable?
7355     echo "$as_me:$LINENO: checking $ac_header usability" >&5
7356     echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
7357     cat >conftest.$ac_ext <<_ACEOF
7358     /* confdefs.h. */
7359     _ACEOF
7360     cat confdefs.h >>conftest.$ac_ext
7361     cat >>conftest.$ac_ext <<_ACEOF
7362     /* end confdefs.h. */
7363     $ac_includes_default
7364     #include <$ac_header>
7365     _ACEOF
7366     rm -f conftest.$ac_objext
7367     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7368     (eval $ac_compile) 2>conftest.er1
7369     ac_status=$?
7370     grep -v '^ *+' conftest.er1 >conftest.err
7371     rm -f conftest.er1
7372     cat conftest.err >&5
7373     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7374     (exit $ac_status); } &&
7375 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7376 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7377     (eval $ac_try) 2>&5
7378     ac_status=$?
7379     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7380     (exit $ac_status); }; } &&
7381     { ac_try='test -s conftest.$ac_objext'
7382     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7383     (eval $ac_try) 2>&5
7384     ac_status=$?
7385     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7386     (exit $ac_status); }; }; then
7387     ac_header_compiler=yes
7388     else
7389     echo "$as_me: failed program was:" >&5
7390     sed 's/^/| /' conftest.$ac_ext >&5
7391    
7392     ac_header_compiler=no
7393     fi
7394     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7395     echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7396     echo "${ECHO_T}$ac_header_compiler" >&6
7397    
7398     # Is the header present?
7399     echo "$as_me:$LINENO: checking $ac_header presence" >&5
7400     echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
7401     cat >conftest.$ac_ext <<_ACEOF
7402     /* confdefs.h. */
7403     _ACEOF
7404     cat confdefs.h >>conftest.$ac_ext
7405     cat >>conftest.$ac_ext <<_ACEOF
7406     /* end confdefs.h. */
7407     #include <$ac_header>
7408     _ACEOF
7409     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7410     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7411     ac_status=$?
7412     grep -v '^ *+' conftest.er1 >conftest.err
7413     rm -f conftest.er1
7414     cat conftest.err >&5
7415     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7416     (exit $ac_status); } >/dev/null; then
7417     if test -s conftest.err; then
7418 pcg 1.13 ac_cpp_err=$ac_cxx_preproc_warn_flag
7419     ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
7420 pcg 1.11 else
7421     ac_cpp_err=
7422     fi
7423     else
7424     ac_cpp_err=yes
7425     fi
7426     if test -z "$ac_cpp_err"; then
7427     ac_header_preproc=yes
7428 pcg 1.1 else
7429 pcg 1.11 echo "$as_me: failed program was:" >&5
7430     sed 's/^/| /' conftest.$ac_ext >&5
7431    
7432     ac_header_preproc=no
7433     fi
7434     rm -f conftest.err conftest.$ac_ext
7435     echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7436     echo "${ECHO_T}$ac_header_preproc" >&6
7437    
7438     # So? What about this header?
7439 pcg 1.13 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
7440 pcg 1.11 yes:no: )
7441     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7442     echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7443     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7444     echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7445     ac_header_preproc=yes
7446     ;;
7447     no:yes:* )
7448     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7449     echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7450     { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7451     echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7452     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7453     echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7454     { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7455     echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7456     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7457     echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7458     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7459     echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7460     (
7461     cat <<\_ASBOX
7462     ## ------------------------------------------ ##
7463     ## Report this to the AC_PACKAGE_NAME lists. ##
7464     ## ------------------------------------------ ##
7465     _ASBOX
7466     ) |
7467     sed "s/^/$as_me: WARNING: /" >&2
7468     ;;
7469     esac
7470     echo "$as_me:$LINENO: checking for $ac_header" >&5
7471     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7472     if eval "test \"\${$as_ac_Header+set}\" = set"; then
7473     echo $ECHO_N "(cached) $ECHO_C" >&6
7474 pcg 1.1 else
7475 pcg 1.11 eval "$as_ac_Header=\$ac_header_preproc"
7476 pcg 1.1 fi
7477 pcg 1.11 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7478     echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7479    
7480 pcg 1.1 fi
7481 pcg 1.11 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7482     cat >>confdefs.h <<_ACEOF
7483     #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7484     _ACEOF
7485    
7486 pcg 1.1 fi
7487 pcg 1.11
7488 pcg 1.1 done
7489    
7490    
7491 pcg 1.11 echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
7492     echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
7493     if test "${ac_cv_header_time+set}" = set; then
7494     echo $ECHO_N "(cached) $ECHO_C" >&6
7495     else
7496     cat >conftest.$ac_ext <<_ACEOF
7497     /* confdefs.h. */
7498     _ACEOF
7499     cat confdefs.h >>conftest.$ac_ext
7500     cat >>conftest.$ac_ext <<_ACEOF
7501     /* end confdefs.h. */
7502 pcg 1.1 #include <sys/types.h>
7503     #include <sys/time.h>
7504     #include <time.h>
7505 pcg 1.11
7506     int
7507     main ()
7508     {
7509     if ((struct tm *) 0)
7510     return 0;
7511     ;
7512     return 0;
7513     }
7514     _ACEOF
7515     rm -f conftest.$ac_objext
7516     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7517     (eval $ac_compile) 2>conftest.er1
7518     ac_status=$?
7519     grep -v '^ *+' conftest.er1 >conftest.err
7520     rm -f conftest.er1
7521     cat conftest.err >&5
7522     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7523     (exit $ac_status); } &&
7524 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7525 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7526     (eval $ac_try) 2>&5
7527     ac_status=$?
7528     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7529     (exit $ac_status); }; } &&
7530     { ac_try='test -s conftest.$ac_objext'
7531     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7532     (eval $ac_try) 2>&5
7533     ac_status=$?
7534     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7535     (exit $ac_status); }; }; then
7536 pcg 1.1 ac_cv_header_time=yes
7537     else
7538 pcg 1.11 echo "$as_me: failed program was:" >&5
7539     sed 's/^/| /' conftest.$ac_ext >&5
7540    
7541     ac_cv_header_time=no
7542 pcg 1.1 fi
7543 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7544 pcg 1.1 fi
7545 pcg 1.11 echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
7546     echo "${ECHO_T}$ac_cv_header_time" >&6
7547     if test $ac_cv_header_time = yes; then
7548 pcg 1.1
7549 pcg 1.11 cat >>confdefs.h <<\_ACEOF
7550 pcg 1.1 #define TIME_WITH_SYS_TIME 1
7551 pcg 1.11 _ACEOF
7552 pcg 1.1
7553     fi
7554    
7555    
7556 pcg 1.11 echo "$as_me:$LINENO: checking whether termios.h and sys/ioctl.h may both be included" >&5
7557     echo $ECHO_N "checking whether termios.h and sys/ioctl.h may both be included... $ECHO_C" >&6
7558     if test "${rxvt_cv_header_sysioctl+set}" = set; then
7559     echo $ECHO_N "(cached) $ECHO_C" >&6
7560 pcg 1.1 else
7561 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
7562     /* confdefs.h. */
7563     _ACEOF
7564     cat confdefs.h >>conftest.$ac_ext
7565     cat >>conftest.$ac_ext <<_ACEOF
7566     /* end confdefs.h. */
7567 pcg 1.1 #include <stdio.h>
7568     #include <sys/ioctl.h>
7569     #ifdef HAVE_TERMIOS_H
7570     #include <termios.h>
7571     #endif
7572 pcg 1.11 int
7573     main ()
7574     {
7575 pcg 1.1 int a = ECHO;
7576 pcg 1.11 ;
7577     return 0;
7578     }
7579     _ACEOF
7580     rm -f conftest.$ac_objext
7581     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7582     (eval $ac_compile) 2>conftest.er1
7583     ac_status=$?
7584     grep -v '^ *+' conftest.er1 >conftest.err
7585     rm -f conftest.er1
7586     cat conftest.err >&5
7587     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7588     (exit $ac_status); } &&
7589 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7590 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7591     (eval $ac_try) 2>&5
7592     ac_status=$?
7593     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7594     (exit $ac_status); }; } &&
7595     { ac_try='test -s conftest.$ac_objext'
7596     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7597     (eval $ac_try) 2>&5
7598     ac_status=$?
7599     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7600     (exit $ac_status); }; }; then
7601 pcg 1.1 rxvt_cv_header_sysioctl=yes
7602     else
7603 pcg 1.11 echo "$as_me: failed program was:" >&5
7604     sed 's/^/| /' conftest.$ac_ext >&5
7605    
7606     rxvt_cv_header_sysioctl=no
7607 pcg 1.1 fi
7608 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7609 pcg 1.1 fi
7610 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_header_sysioctl" >&5
7611     echo "${ECHO_T}$rxvt_cv_header_sysioctl" >&6
7612 pcg 1.1
7613     if test -n "$GCC"; then
7614     LDARG="-Wl,"
7615     else
7616     LDARG=""
7617     fi
7618     R_TRANSLATE='s/-L\([^ ]*\)/-L\1 '$LDARG'-rpath '$LDARG'\1/g'
7619    
7620     ac_save_CFLAGS=$CFLAGS
7621     ac_save_LIBS=$LIBS
7622     CFLAGS="$CFLAGS $X_CFLAGS"
7623     LIBS=`echo "$LIBS $X_LIBS $X_EXTRA_LIBS -lX11" | sed "$R_TRANSLATE"`
7624 pcg 1.11 echo "$as_me:$LINENO: checking for -rpath dynamic library path recording" >&5
7625     echo $ECHO_N "checking for -rpath dynamic library path recording... $ECHO_C" >&6
7626     if test "${rxvt_cv_rpath+set}" = set; then
7627     echo $ECHO_N "(cached) $ECHO_C" >&6
7628 pcg 1.1 else
7629     if test "$cross_compiling" = yes; then
7630 pcg 1.11 { echo "$as_me:$LINENO: WARNING: You may need to check the LIBS line" >&5
7631     echo "$as_me: WARNING: You may need to check the LIBS line" >&2;}
7632 pcg 1.1 else
7633 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
7634     /* confdefs.h. */
7635     _ACEOF
7636     cat confdefs.h >>conftest.$ac_ext
7637     cat >>conftest.$ac_ext <<_ACEOF
7638     /* end confdefs.h. */
7639 pcg 1.1
7640     main()
7641     {
7642     exit(0);
7643     (void) XOpenDisplay("foobar");
7644     }
7645 pcg 1.11 _ACEOF
7646     rm -f conftest$ac_exeext
7647     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7648     (eval $ac_link) 2>&5
7649     ac_status=$?
7650     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7651     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7652     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7653     (eval $ac_try) 2>&5
7654     ac_status=$?
7655     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7656     (exit $ac_status); }; }; then
7657 pcg 1.1 rxvt_cv_rpath=yes
7658     else
7659 pcg 1.11 echo "$as_me: program exited with status $ac_status" >&5
7660     echo "$as_me: failed program was:" >&5
7661     sed 's/^/| /' conftest.$ac_ext >&5
7662    
7663     ( exit $ac_status )
7664     rxvt_cv_rpath=no
7665 pcg 1.1 fi
7666 pcg 1.11 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7667 pcg 1.1 fi
7668     fi
7669 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_rpath" >&5
7670     echo "${ECHO_T}$rxvt_cv_rpath" >&6
7671 pcg 1.1 if test x$rxvt_cv_rpath != xyes; then
7672     R_TRANSLATE='s/-L\([^ ]*\)/-L\1 '$LDARG'-R\1/g'
7673     LIBS=`echo "$ac_save_LIBS $X_LIBS $X_EXTRA_LIBS -lX11" | sed "$R_TRANSLATE"`
7674 pcg 1.11 echo "$as_me:$LINENO: checking for -R dynamic library path recording" >&5
7675     echo $ECHO_N "checking for -R dynamic library path recording... $ECHO_C" >&6
7676     if test "${rxvt_cv_R+set}" = set; then
7677     echo $ECHO_N "(cached) $ECHO_C" >&6
7678 pcg 1.1 else
7679     if test "$cross_compiling" = yes; then
7680     rxvt_cv_R=no
7681     else
7682 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
7683     /* confdefs.h. */
7684     _ACEOF
7685     cat confdefs.h >>conftest.$ac_ext
7686     cat >>conftest.$ac_ext <<_ACEOF
7687     /* end confdefs.h. */
7688 pcg 1.1
7689     main()
7690     {
7691     exit(0);
7692     (void) XOpenDisplay("foobar");
7693     }
7694 pcg 1.11 _ACEOF
7695     rm -f conftest$ac_exeext
7696     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7697     (eval $ac_link) 2>&5
7698     ac_status=$?
7699     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7700     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7701     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7702     (eval $ac_try) 2>&5
7703     ac_status=$?
7704     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7705     (exit $ac_status); }; }; then
7706 pcg 1.1 rxvt_cv_R=yes
7707     else
7708 pcg 1.11 echo "$as_me: program exited with status $ac_status" >&5
7709     echo "$as_me: failed program was:" >&5
7710     sed 's/^/| /' conftest.$ac_ext >&5
7711    
7712     ( exit $ac_status )
7713     rxvt_cv_R=no
7714 pcg 1.1 fi
7715 pcg 1.11 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7716 pcg 1.1 fi
7717     fi
7718 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_R" >&5
7719     echo "${ECHO_T}$rxvt_cv_R" >&6
7720 pcg 1.1 if test x$rxvt_cv_R != xyes; then
7721     LIBS="$ac_save_LIBS $X_LIBS $X_EXTRA_LIBS -lX11"
7722     fi
7723     fi
7724    
7725 pcg 1.11 echo "$as_me:$LINENO: checking for XPointer" >&5
7726     echo $ECHO_N "checking for XPointer... $ECHO_C" >&6
7727     if test "${rxvt_cv_xpointer+set}" = set; then
7728     echo $ECHO_N "(cached) $ECHO_C" >&6
7729     else
7730     cat >conftest.$ac_ext <<_ACEOF
7731     /* confdefs.h. */
7732     _ACEOF
7733     cat confdefs.h >>conftest.$ac_ext
7734     cat >>conftest.$ac_ext <<_ACEOF
7735     /* end confdefs.h. */
7736 pcg 1.1 #include <X11/Xlib.h>
7737 pcg 1.11 int
7738     main ()
7739     {
7740 pcg 1.1 XPointer dummy;
7741 pcg 1.11 ;
7742     return 0;
7743     }
7744     _ACEOF
7745     rm -f conftest.$ac_objext
7746     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7747     (eval $ac_compile) 2>conftest.er1
7748     ac_status=$?
7749     grep -v '^ *+' conftest.er1 >conftest.err
7750     rm -f conftest.er1
7751     cat conftest.err >&5
7752     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7753     (exit $ac_status); } &&
7754 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7755 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7756     (eval $ac_try) 2>&5
7757     ac_status=$?
7758     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7759     (exit $ac_status); }; } &&
7760     { ac_try='test -s conftest.$ac_objext'
7761     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7762     (eval $ac_try) 2>&5
7763     ac_status=$?
7764     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7765     (exit $ac_status); }; }; then
7766 pcg 1.1 rxvt_cv_xpointer=yes
7767     else
7768 pcg 1.11 echo "$as_me: failed program was:" >&5
7769     sed 's/^/| /' conftest.$ac_ext >&5
7770    
7771     rxvt_cv_xpointer=no
7772 pcg 1.1 fi
7773 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7774 pcg 1.1 fi
7775 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_xpointer" >&5
7776     echo "${ECHO_T}$rxvt_cv_xpointer" >&6
7777     if test x$rxvt_cv_xpointer = xyes; then
7778 pcg 1.1
7779 pcg 1.11 cat >>confdefs.h <<\_ACEOF
7780 pcg 1.1 #define HAVE_XPOINTER 1
7781 pcg 1.11 _ACEOF
7782 pcg 1.1
7783     fi
7784     LIBS=$ac_save_LIBS
7785     CFLAGS=$ac_save_CFLAGS
7786    
7787    
7788 pcg 1.11 echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
7789     echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
7790     if test "${ac_cv_c_const+set}" = set; then
7791     echo $ECHO_N "(cached) $ECHO_C" >&6
7792     else
7793     cat >conftest.$ac_ext <<_ACEOF
7794     /* confdefs.h. */
7795     _ACEOF
7796     cat confdefs.h >>conftest.$ac_ext
7797     cat >>conftest.$ac_ext <<_ACEOF
7798     /* end confdefs.h. */
7799 pcg 1.1
7800 pcg 1.11 int
7801     main ()
7802     {
7803     /* FIXME: Include the comments suggested by Paul. */
7804     #ifndef __cplusplus
7805     /* Ultrix mips cc rejects this. */
7806     typedef int charset[2];
7807     const charset x;
7808     /* SunOS 4.1.1 cc rejects this. */
7809     char const *const *ccp;
7810     char **p;
7811     /* NEC SVR4.0.2 mips cc rejects this. */
7812     struct point {int x, y;};
7813     static struct point const zero = {0,0};
7814     /* AIX XL C 1.02.0.0 rejects this.
7815     It does not let you subtract one const X* pointer from another in
7816     an arm of an if-expression whose if-part is not a constant
7817     expression */
7818     const char *g = "string";
7819     ccp = &g + (g ? g-g : 0);
7820     /* HPUX 7.0 cc rejects these. */
7821     ++ccp;
7822     p = (char**) ccp;
7823     ccp = (char const *const *) p;
7824     { /* SCO 3.2v4 cc rejects this. */
7825     char *t;
7826     char const *s = 0 ? (char *) 0 : (char const *) 0;
7827    
7828     *t++ = 0;
7829     }
7830     { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
7831     int x[] = {25, 17};
7832     const int *foo = &x[0];
7833     ++foo;
7834     }
7835     { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
7836     typedef const int *iptr;
7837     iptr p = 0;
7838     ++p;
7839     }
7840     { /* AIX XL C 1.02.0.0 rejects this saying
7841     "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
7842     struct s { int j; const int *ap[3]; };
7843     struct s *b; b->j = 5;
7844     }
7845     { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
7846     const int foo = 10;
7847     }
7848     #endif
7849 pcg 1.1
7850 pcg 1.11 ;
7851     return 0;
7852 pcg 1.1 }
7853 pcg 1.11 _ACEOF
7854     rm -f conftest.$ac_objext
7855     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7856     (eval $ac_compile) 2>conftest.er1
7857     ac_status=$?
7858     grep -v '^ *+' conftest.er1 >conftest.err
7859     rm -f conftest.er1
7860     cat conftest.err >&5
7861     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7862     (exit $ac_status); } &&
7863 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7864 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7865     (eval $ac_try) 2>&5
7866     ac_status=$?
7867     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7868     (exit $ac_status); }; } &&
7869     { ac_try='test -s conftest.$ac_objext'
7870     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7871     (eval $ac_try) 2>&5
7872     ac_status=$?
7873     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7874     (exit $ac_status); }; }; then
7875 pcg 1.1 ac_cv_c_const=yes
7876     else
7877 pcg 1.11 echo "$as_me: failed program was:" >&5
7878     sed 's/^/| /' conftest.$ac_ext >&5
7879    
7880     ac_cv_c_const=no
7881 pcg 1.1 fi
7882 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7883 pcg 1.1 fi
7884 pcg 1.11 echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
7885     echo "${ECHO_T}$ac_cv_c_const" >&6
7886     if test $ac_cv_c_const = no; then
7887 pcg 1.1
7888 pcg 1.11 cat >>confdefs.h <<\_ACEOF
7889     #define const
7890     _ACEOF
7891 pcg 1.1
7892     fi
7893    
7894 pcg 1.11 echo "$as_me:$LINENO: checking for inline" >&5
7895     echo $ECHO_N "checking for inline... $ECHO_C" >&6
7896     if test "${ac_cv_c_inline+set}" = set; then
7897     echo $ECHO_N "(cached) $ECHO_C" >&6
7898 pcg 1.1 else
7899     ac_cv_c_inline=no
7900     for ac_kw in inline __inline__ __inline; do
7901 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
7902     /* confdefs.h. */
7903     _ACEOF
7904     cat confdefs.h >>conftest.$ac_ext
7905     cat >>conftest.$ac_ext <<_ACEOF
7906     /* end confdefs.h. */
7907     #ifndef __cplusplus
7908     typedef int foo_t;
7909     static $ac_kw foo_t static_foo () {return 0; }
7910     $ac_kw foo_t foo () {return 0; }
7911     #endif
7912 pcg 1.1
7913 pcg 1.11 _ACEOF
7914     rm -f conftest.$ac_objext
7915     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7916     (eval $ac_compile) 2>conftest.er1
7917     ac_status=$?
7918     grep -v '^ *+' conftest.er1 >conftest.err
7919     rm -f conftest.er1
7920     cat conftest.err >&5
7921     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7922     (exit $ac_status); } &&
7923 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7924 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7925     (eval $ac_try) 2>&5
7926     ac_status=$?
7927     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7928     (exit $ac_status); }; } &&
7929     { ac_try='test -s conftest.$ac_objext'
7930     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7931     (eval $ac_try) 2>&5
7932     ac_status=$?
7933     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7934     (exit $ac_status); }; }; then
7935 pcg 1.1 ac_cv_c_inline=$ac_kw; break
7936     else
7937 pcg 1.11 echo "$as_me: failed program was:" >&5
7938     sed 's/^/| /' conftest.$ac_ext >&5
7939    
7940 pcg 1.1 fi
7941 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7942 pcg 1.1 done
7943    
7944     fi
7945 pcg 1.11 echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
7946     echo "${ECHO_T}$ac_cv_c_inline" >&6
7947    
7948 pcg 1.1
7949 pcg 1.11 case $ac_cv_c_inline in
7950 pcg 1.1 inline | yes) ;;
7951 pcg 1.11 *)
7952     case $ac_cv_c_inline in
7953     no) ac_val=;;
7954     *) ac_val=$ac_cv_c_inline;;
7955     esac
7956     cat >>confdefs.h <<_ACEOF
7957     #ifndef __cplusplus
7958     #define inline $ac_val
7959     #endif
7960     _ACEOF
7961     ;;
7962 pcg 1.1 esac
7963    
7964    
7965    
7966 pcg 1.11 echo "$as_me:$LINENO: checking for mode_t" >&5
7967     echo $ECHO_N "checking for mode_t... $ECHO_C" >&6
7968     if test "${ac_cv_type_mode_t+set}" = set; then
7969     echo $ECHO_N "(cached) $ECHO_C" >&6
7970     else
7971     cat >conftest.$ac_ext <<_ACEOF
7972     /* confdefs.h. */
7973     _ACEOF
7974     cat confdefs.h >>conftest.$ac_ext
7975     cat >>conftest.$ac_ext <<_ACEOF
7976     /* end confdefs.h. */
7977     $ac_includes_default
7978     int
7979     main ()
7980     {
7981     if ((mode_t *) 0)
7982     return 0;
7983     if (sizeof (mode_t))
7984     return 0;
7985     ;
7986     return 0;
7987     }
7988     _ACEOF
7989     rm -f conftest.$ac_objext
7990     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7991     (eval $ac_compile) 2>conftest.er1
7992     ac_status=$?
7993     grep -v '^ *+' conftest.er1 >conftest.err
7994     rm -f conftest.er1
7995     cat conftest.err >&5
7996     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7997     (exit $ac_status); } &&
7998 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7999 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8000     (eval $ac_try) 2>&5
8001     ac_status=$?
8002     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8003     (exit $ac_status); }; } &&
8004     { ac_try='test -s conftest.$ac_objext'
8005     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8006     (eval $ac_try) 2>&5
8007     ac_status=$?
8008     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8009     (exit $ac_status); }; }; then
8010     ac_cv_type_mode_t=yes
8011 pcg 1.1 else
8012 pcg 1.11 echo "$as_me: failed program was:" >&5
8013     sed 's/^/| /' conftest.$ac_ext >&5
8014 pcg 1.1
8015 pcg 1.11 ac_cv_type_mode_t=no
8016 pcg 1.1 fi
8017 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8018 pcg 1.1 fi
8019 pcg 1.11 echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
8020     echo "${ECHO_T}$ac_cv_type_mode_t" >&6
8021     if test $ac_cv_type_mode_t = yes; then
8022 pcg 1.1 :
8023     else
8024    
8025 pcg 1.11 cat >>confdefs.h <<_ACEOF
8026     #define mode_t int
8027     _ACEOF
8028 pcg 1.1
8029     fi
8030    
8031 pcg 1.11 echo "$as_me:$LINENO: checking for pid_t" >&5
8032     echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
8033     if test "${ac_cv_type_pid_t+set}" = set; then
8034     echo $ECHO_N "(cached) $ECHO_C" >&6
8035     else
8036     cat >conftest.$ac_ext <<_ACEOF
8037     /* confdefs.h. */
8038     _ACEOF
8039     cat confdefs.h >>conftest.$ac_ext
8040     cat >>conftest.$ac_ext <<_ACEOF
8041     /* end confdefs.h. */
8042     $ac_includes_default
8043     int
8044     main ()
8045     {
8046     if ((pid_t *) 0)
8047     return 0;
8048     if (sizeof (pid_t))
8049     return 0;
8050     ;
8051     return 0;
8052     }
8053     _ACEOF
8054     rm -f conftest.$ac_objext
8055     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8056     (eval $ac_compile) 2>conftest.er1
8057     ac_status=$?
8058     grep -v '^ *+' conftest.er1 >conftest.err
8059     rm -f conftest.er1
8060     cat conftest.err >&5
8061     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8062     (exit $ac_status); } &&
8063 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8064 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8065     (eval $ac_try) 2>&5
8066     ac_status=$?
8067     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8068     (exit $ac_status); }; } &&
8069     { ac_try='test -s conftest.$ac_objext'
8070     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8071     (eval $ac_try) 2>&5
8072     ac_status=$?
8073     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8074     (exit $ac_status); }; }; then
8075     ac_cv_type_pid_t=yes
8076 pcg 1.1 else
8077 pcg 1.11 echo "$as_me: failed program was:" >&5
8078     sed 's/^/| /' conftest.$ac_ext >&5
8079 pcg 1.1
8080 pcg 1.11 ac_cv_type_pid_t=no
8081 pcg 1.1 fi
8082 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8083 pcg 1.1 fi
8084 pcg 1.11 echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
8085     echo "${ECHO_T}$ac_cv_type_pid_t" >&6
8086     if test $ac_cv_type_pid_t = yes; then
8087     :
8088 pcg 1.1 else
8089    
8090 pcg 1.11 cat >>confdefs.h <<_ACEOF
8091 pcg 1.1 #define pid_t int
8092 pcg 1.11 _ACEOF
8093 pcg 1.1
8094     fi
8095    
8096 pcg 1.11 echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5
8097     echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6
8098     if test "${ac_cv_type_uid_t+set}" = set; then
8099     echo $ECHO_N "(cached) $ECHO_C" >&6
8100 pcg 1.1 else
8101 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
8102     /* confdefs.h. */
8103     _ACEOF
8104     cat confdefs.h >>conftest.$ac_ext
8105     cat >>conftest.$ac_ext <<_ACEOF
8106     /* end confdefs.h. */
8107 pcg 1.1 #include <sys/types.h>
8108 pcg 1.11
8109     _ACEOF
8110 pcg 1.1 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8111 pcg 1.11 $EGREP "uid_t" >/dev/null 2>&1; then
8112 pcg 1.1 ac_cv_type_uid_t=yes
8113     else
8114     ac_cv_type_uid_t=no
8115     fi
8116     rm -f conftest*
8117    
8118     fi
8119 pcg 1.11 echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5
8120     echo "${ECHO_T}$ac_cv_type_uid_t" >&6
8121     if test $ac_cv_type_uid_t = no; then
8122 pcg 1.1
8123 pcg 1.11 cat >>confdefs.h <<\_ACEOF
8124 pcg 1.1 #define uid_t int
8125 pcg 1.11 _ACEOF
8126    
8127 pcg 1.1
8128 pcg 1.11 cat >>confdefs.h <<\_ACEOF
8129 pcg 1.1 #define gid_t int
8130 pcg 1.11 _ACEOF
8131 pcg 1.1
8132     fi
8133    
8134    
8135 pcg 1.11 echo "$as_me:$LINENO: checking for short" >&5
8136     echo $ECHO_N "checking for short... $ECHO_C" >&6
8137     if test "${ac_cv_type_short+set}" = set; then
8138     echo $ECHO_N "(cached) $ECHO_C" >&6
8139     else
8140     cat >conftest.$ac_ext <<_ACEOF
8141     /* confdefs.h. */
8142     _ACEOF
8143     cat confdefs.h >>conftest.$ac_ext
8144     cat >>conftest.$ac_ext <<_ACEOF
8145     /* end confdefs.h. */
8146     $ac_includes_default
8147     int
8148     main ()
8149     {
8150 root 1.42 if ((short *) 0)
8151 pcg 1.11 return 0;
8152 root 1.42 if (sizeof (short))
8153 pcg 1.11 return 0;
8154     ;
8155     return 0;
8156     }
8157     _ACEOF
8158     rm -f conftest.$ac_objext
8159     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8160     (eval $ac_compile) 2>conftest.er1
8161     ac_status=$?
8162     grep -v '^ *+' conftest.er1 >conftest.err
8163     rm -f conftest.er1
8164     cat conftest.err >&5
8165     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8166     (exit $ac_status); } &&
8167 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8168 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8169     (eval $ac_try) 2>&5
8170     ac_status=$?
8171     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8172     (exit $ac_status); }; } &&
8173     { ac_try='test -s conftest.$ac_objext'
8174     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8175     (eval $ac_try) 2>&5
8176     ac_status=$?
8177     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8178     (exit $ac_status); }; }; then
8179 root 1.42 ac_cv_type_short=yes
8180 pcg 1.11 else
8181     echo "$as_me: failed program was:" >&5
8182     sed 's/^/| /' conftest.$ac_ext >&5
8183    
8184 root 1.42 ac_cv_type_short=no
8185 pcg 1.11 fi
8186     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8187     fi
8188 root 1.42 echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
8189     echo "${ECHO_T}$ac_cv_type_short" >&6
8190 pcg 1.11
8191 root 1.42 echo "$as_me:$LINENO: checking size of short" >&5
8192     echo $ECHO_N "checking size of short... $ECHO_C" >&6
8193     if test "${ac_cv_sizeof_short+set}" = set; then
8194 pcg 1.11 echo $ECHO_N "(cached) $ECHO_C" >&6
8195     else
8196 root 1.42 if test "$ac_cv_type_short" = yes; then
8197 pcg 1.11 # The cast to unsigned long works around a bug in the HP C Compiler
8198     # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
8199     # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
8200     # This bug is HP SR number 8606223364.
8201     if test "$cross_compiling" = yes; then
8202     # Depending upon the size, compute the lo and hi bounds.
8203     cat >conftest.$ac_ext <<_ACEOF
8204     /* confdefs.h. */
8205     _ACEOF
8206     cat confdefs.h >>conftest.$ac_ext
8207     cat >>conftest.$ac_ext <<_ACEOF
8208     /* end confdefs.h. */
8209     $ac_includes_default
8210     int
8211     main ()
8212     {
8213 root 1.42 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= 0)];
8214 pcg 1.11 test_array [0] = 0
8215    
8216     ;
8217     return 0;
8218     }
8219     _ACEOF
8220     rm -f conftest.$ac_objext
8221     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8222     (eval $ac_compile) 2>conftest.er1
8223     ac_status=$?
8224     grep -v '^ *+' conftest.er1 >conftest.err
8225     rm -f conftest.er1
8226     cat conftest.err >&5
8227     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8228     (exit $ac_status); } &&
8229 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8230 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8231     (eval $ac_try) 2>&5
8232     ac_status=$?
8233     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8234     (exit $ac_status); }; } &&
8235     { ac_try='test -s conftest.$ac_objext'
8236     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8237     (eval $ac_try) 2>&5
8238     ac_status=$?
8239     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8240     (exit $ac_status); }; }; then
8241     ac_lo=0 ac_mid=0
8242     while :; do
8243     cat >conftest.$ac_ext <<_ACEOF
8244     /* confdefs.h. */
8245     _ACEOF
8246     cat confdefs.h >>conftest.$ac_ext
8247     cat >>conftest.$ac_ext <<_ACEOF
8248     /* end confdefs.h. */
8249     $ac_includes_default
8250     int
8251     main ()
8252     {
8253 root 1.42 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
8254 pcg 1.11 test_array [0] = 0
8255    
8256     ;
8257     return 0;
8258     }
8259     _ACEOF
8260     rm -f conftest.$ac_objext
8261     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8262     (eval $ac_compile) 2>conftest.er1
8263     ac_status=$?
8264     grep -v '^ *+' conftest.er1 >conftest.err
8265     rm -f conftest.er1
8266     cat conftest.err >&5
8267     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8268     (exit $ac_status); } &&
8269 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8270 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8271     (eval $ac_try) 2>&5
8272     ac_status=$?
8273     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8274     (exit $ac_status); }; } &&
8275     { ac_try='test -s conftest.$ac_objext'
8276     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8277     (eval $ac_try) 2>&5
8278     ac_status=$?
8279     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8280     (exit $ac_status); }; }; then
8281     ac_hi=$ac_mid; break
8282     else
8283     echo "$as_me: failed program was:" >&5
8284     sed 's/^/| /' conftest.$ac_ext >&5
8285    
8286     ac_lo=`expr $ac_mid + 1`
8287     if test $ac_lo -le $ac_mid; then
8288     ac_lo= ac_hi=
8289     break
8290     fi
8291     ac_mid=`expr 2 '*' $ac_mid + 1`
8292     fi
8293     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8294     done
8295     else
8296     echo "$as_me: failed program was:" >&5
8297     sed 's/^/| /' conftest.$ac_ext >&5
8298    
8299     cat >conftest.$ac_ext <<_ACEOF
8300     /* confdefs.h. */
8301     _ACEOF
8302     cat confdefs.h >>conftest.$ac_ext
8303     cat >>conftest.$ac_ext <<_ACEOF
8304     /* end confdefs.h. */
8305     $ac_includes_default
8306     int
8307     main ()
8308     {
8309 root 1.42 static int test_array [1 - 2 * !(((long) (sizeof (short))) < 0)];
8310 pcg 1.11 test_array [0] = 0
8311    
8312     ;
8313     return 0;
8314     }
8315     _ACEOF
8316     rm -f conftest.$ac_objext
8317     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8318     (eval $ac_compile) 2>conftest.er1
8319     ac_status=$?
8320     grep -v '^ *+' conftest.er1 >conftest.err
8321     rm -f conftest.er1
8322     cat conftest.err >&5
8323     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8324     (exit $ac_status); } &&
8325 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8326 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8327     (eval $ac_try) 2>&5
8328     ac_status=$?
8329     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8330     (exit $ac_status); }; } &&
8331     { ac_try='test -s conftest.$ac_objext'
8332     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8333     (eval $ac_try) 2>&5
8334     ac_status=$?
8335     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8336     (exit $ac_status); }; }; then
8337     ac_hi=-1 ac_mid=-1
8338     while :; do
8339     cat >conftest.$ac_ext <<_ACEOF
8340     /* confdefs.h. */
8341     _ACEOF
8342     cat confdefs.h >>conftest.$ac_ext
8343     cat >>conftest.$ac_ext <<_ACEOF
8344     /* end confdefs.h. */
8345     $ac_includes_default
8346     int
8347     main ()
8348     {
8349 root 1.42 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= $ac_mid)];
8350 pcg 1.11 test_array [0] = 0
8351    
8352     ;
8353     return 0;
8354     }
8355     _ACEOF
8356     rm -f conftest.$ac_objext
8357     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8358     (eval $ac_compile) 2>conftest.er1
8359     ac_status=$?
8360     grep -v '^ *+' conftest.er1 >conftest.err
8361     rm -f conftest.er1
8362     cat conftest.err >&5
8363     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8364     (exit $ac_status); } &&
8365 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8366 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8367     (eval $ac_try) 2>&5
8368     ac_status=$?
8369     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8370     (exit $ac_status); }; } &&
8371     { ac_try='test -s conftest.$ac_objext'
8372     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8373     (eval $ac_try) 2>&5
8374     ac_status=$?
8375     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8376     (exit $ac_status); }; }; then
8377     ac_lo=$ac_mid; break
8378     else
8379     echo "$as_me: failed program was:" >&5
8380     sed 's/^/| /' conftest.$ac_ext >&5
8381    
8382     ac_hi=`expr '(' $ac_mid ')' - 1`
8383     if test $ac_mid -le $ac_hi; then
8384     ac_lo= ac_hi=
8385     break
8386     fi
8387     ac_mid=`expr 2 '*' $ac_mid`
8388     fi
8389     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8390     done
8391     else
8392     echo "$as_me: failed program was:" >&5
8393     sed 's/^/| /' conftest.$ac_ext >&5
8394 pcg 1.1
8395 pcg 1.11 ac_lo= ac_hi=
8396 pcg 1.1 fi
8397 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8398     fi
8399     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8400     # Binary search between lo and hi bounds.
8401     while test "x$ac_lo" != "x$ac_hi"; do
8402     ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
8403     cat >conftest.$ac_ext <<_ACEOF
8404     /* confdefs.h. */
8405     _ACEOF
8406     cat confdefs.h >>conftest.$ac_ext
8407     cat >>conftest.$ac_ext <<_ACEOF
8408     /* end confdefs.h. */
8409     $ac_includes_default
8410     int
8411     main ()
8412     {
8413 root 1.42 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
8414 pcg 1.11 test_array [0] = 0
8415 pcg 1.1
8416 pcg 1.11 ;
8417     return 0;
8418     }
8419     _ACEOF
8420     rm -f conftest.$ac_objext
8421     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8422     (eval $ac_compile) 2>conftest.er1
8423     ac_status=$?
8424     grep -v '^ *+' conftest.er1 >conftest.err
8425     rm -f conftest.er1
8426     cat conftest.err >&5
8427     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8428     (exit $ac_status); } &&
8429 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8430 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8431     (eval $ac_try) 2>&5
8432     ac_status=$?
8433     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8434     (exit $ac_status); }; } &&
8435     { ac_try='test -s conftest.$ac_objext'
8436     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8437     (eval $ac_try) 2>&5
8438     ac_status=$?
8439     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8440     (exit $ac_status); }; }; then
8441     ac_hi=$ac_mid
8442     else
8443     echo "$as_me: failed program was:" >&5
8444     sed 's/^/| /' conftest.$ac_ext >&5
8445 pcg 1.1
8446 pcg 1.11 ac_lo=`expr '(' $ac_mid ')' + 1`
8447     fi
8448     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8449     done
8450     case $ac_lo in
8451 root 1.42 ?*) ac_cv_sizeof_short=$ac_lo;;
8452     '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
8453 pcg 1.11 See \`config.log' for more details." >&5
8454 root 1.42 echo "$as_me: error: cannot compute sizeof (short), 77
8455 pcg 1.11 See \`config.log' for more details." >&2;}
8456     { (exit 1); exit 1; }; } ;;
8457     esac
8458 pcg 1.1 else
8459     if test "$cross_compiling" = yes; then
8460 pcg 1.13 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
8461     echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
8462 pcg 1.11 { (exit 1); exit 1; }; }
8463     else
8464     cat >conftest.$ac_ext <<_ACEOF
8465     /* confdefs.h. */
8466     _ACEOF
8467     cat confdefs.h >>conftest.$ac_ext
8468     cat >>conftest.$ac_ext <<_ACEOF
8469     /* end confdefs.h. */
8470     $ac_includes_default
8471 root 1.42 long longval () { return (long) (sizeof (short)); }
8472     unsigned long ulongval () { return (long) (sizeof (short)); }
8473 pcg 1.1 #include <stdio.h>
8474 pcg 1.11 #include <stdlib.h>
8475     int
8476     main ()
8477 pcg 1.1 {
8478 pcg 1.11
8479     FILE *f = fopen ("conftest.val", "w");
8480     if (! f)
8481     exit (1);
8482 root 1.42 if (((long) (sizeof (short))) < 0)
8483 pcg 1.11 {
8484     long i = longval ();
8485 root 1.42 if (i != ((long) (sizeof (short))))
8486 pcg 1.11 exit (1);
8487     fprintf (f, "%ld\n", i);
8488     }
8489     else
8490     {
8491     unsigned long i = ulongval ();
8492 root 1.42 if (i != ((long) (sizeof (short))))
8493 pcg 1.11 exit (1);
8494     fprintf (f, "%lu\n", i);
8495     }
8496     exit (ferror (f) || fclose (f) != 0);
8497    
8498     ;
8499     return 0;
8500 pcg 1.1 }
8501 pcg 1.11 _ACEOF
8502     rm -f conftest$ac_exeext
8503     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8504     (eval $ac_link) 2>&5
8505     ac_status=$?
8506     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8507     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8508     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8509     (eval $ac_try) 2>&5
8510     ac_status=$?
8511     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8512     (exit $ac_status); }; }; then
8513 root 1.42 ac_cv_sizeof_short=`cat conftest.val`
8514 pcg 1.11 else
8515     echo "$as_me: program exited with status $ac_status" >&5
8516     echo "$as_me: failed program was:" >&5
8517     sed 's/^/| /' conftest.$ac_ext >&5
8518    
8519     ( exit $ac_status )
8520 root 1.42 { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
8521 pcg 1.11 See \`config.log' for more details." >&5
8522 root 1.42 echo "$as_me: error: cannot compute sizeof (short), 77
8523 pcg 1.11 See \`config.log' for more details." >&2;}
8524     { (exit 1); exit 1; }; }
8525     fi
8526     rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8527     fi
8528     fi
8529     rm -f conftest.val
8530     else
8531 root 1.42 ac_cv_sizeof_short=0
8532 pcg 1.1 fi
8533     fi
8534 root 1.42 echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
8535     echo "${ECHO_T}$ac_cv_sizeof_short" >&6
8536 pcg 1.11 cat >>confdefs.h <<_ACEOF
8537 root 1.42 #define SIZEOF_SHORT $ac_cv_sizeof_short
8538 pcg 1.11 _ACEOF
8539    
8540    
8541 root 1.42 echo "$as_me:$LINENO: checking for int" >&5
8542     echo $ECHO_N "checking for int... $ECHO_C" >&6
8543     if test "${ac_cv_type_int+set}" = set; then
8544 pcg 1.11 echo $ECHO_N "(cached) $ECHO_C" >&6
8545     else
8546     cat >conftest.$ac_ext <<_ACEOF
8547     /* confdefs.h. */
8548     _ACEOF
8549     cat confdefs.h >>conftest.$ac_ext
8550     cat >>conftest.$ac_ext <<_ACEOF
8551     /* end confdefs.h. */
8552     $ac_includes_default
8553     int
8554     main ()
8555     {
8556 root 1.42 if ((int *) 0)
8557 pcg 1.11 return 0;
8558 root 1.42 if (sizeof (int))
8559 pcg 1.11 return 0;
8560     ;
8561     return 0;
8562     }
8563     _ACEOF
8564     rm -f conftest.$ac_objext
8565     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8566     (eval $ac_compile) 2>conftest.er1
8567     ac_status=$?
8568     grep -v '^ *+' conftest.er1 >conftest.err
8569     rm -f conftest.er1
8570     cat conftest.err >&5
8571     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8572     (exit $ac_status); } &&
8573 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8574 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8575     (eval $ac_try) 2>&5
8576     ac_status=$?
8577     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8578     (exit $ac_status); }; } &&
8579     { ac_try='test -s conftest.$ac_objext'
8580     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8581     (eval $ac_try) 2>&5
8582     ac_status=$?
8583     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8584     (exit $ac_status); }; }; then
8585 root 1.42 ac_cv_type_int=yes
8586 pcg 1.11 else
8587     echo "$as_me: failed program was:" >&5
8588     sed 's/^/| /' conftest.$ac_ext >&5
8589    
8590 root 1.42 ac_cv_type_int=no
8591 pcg 1.11 fi
8592     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8593     fi
8594 root 1.42 echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
8595     echo "${ECHO_T}$ac_cv_type_int" >&6
8596 pcg 1.11
8597 root 1.42 echo "$as_me:$LINENO: checking size of int" >&5
8598     echo $ECHO_N "checking size of int... $ECHO_C" >&6
8599     if test "${ac_cv_sizeof_int+set}" = set; then
8600 pcg 1.11 echo $ECHO_N "(cached) $ECHO_C" >&6
8601     else
8602 root 1.42 if test "$ac_cv_type_int" = yes; then
8603 pcg 1.11 # The cast to unsigned long works around a bug in the HP C Compiler
8604     # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
8605     # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
8606     # This bug is HP SR number 8606223364.
8607     if test "$cross_compiling" = yes; then
8608     # Depending upon the size, compute the lo and hi bounds.
8609     cat >conftest.$ac_ext <<_ACEOF
8610     /* confdefs.h. */
8611     _ACEOF
8612     cat confdefs.h >>conftest.$ac_ext
8613     cat >>conftest.$ac_ext <<_ACEOF
8614     /* end confdefs.h. */
8615     $ac_includes_default
8616     int
8617     main ()
8618     {
8619 root 1.42 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= 0)];
8620 pcg 1.11 test_array [0] = 0
8621    
8622     ;
8623     return 0;
8624     }
8625     _ACEOF
8626     rm -f conftest.$ac_objext
8627     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8628     (eval $ac_compile) 2>conftest.er1
8629     ac_status=$?
8630     grep -v '^ *+' conftest.er1 >conftest.err
8631     rm -f conftest.er1
8632     cat conftest.err >&5
8633     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8634     (exit $ac_status); } &&
8635 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8636 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8637     (eval $ac_try) 2>&5
8638     ac_status=$?
8639     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8640     (exit $ac_status); }; } &&
8641     { ac_try='test -s conftest.$ac_objext'
8642     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8643     (eval $ac_try) 2>&5
8644     ac_status=$?
8645     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8646     (exit $ac_status); }; }; then
8647     ac_lo=0 ac_mid=0
8648     while :; do
8649     cat >conftest.$ac_ext <<_ACEOF
8650     /* confdefs.h. */
8651     _ACEOF
8652     cat confdefs.h >>conftest.$ac_ext
8653     cat >>conftest.$ac_ext <<_ACEOF
8654     /* end confdefs.h. */
8655     $ac_includes_default
8656     int
8657     main ()
8658     {
8659 root 1.42 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
8660 pcg 1.11 test_array [0] = 0
8661    
8662     ;
8663     return 0;
8664     }
8665     _ACEOF
8666     rm -f conftest.$ac_objext
8667     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8668     (eval $ac_compile) 2>conftest.er1
8669     ac_status=$?
8670     grep -v '^ *+' conftest.er1 >conftest.err
8671     rm -f conftest.er1
8672     cat conftest.err >&5
8673     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8674     (exit $ac_status); } &&
8675 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8676 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8677     (eval $ac_try) 2>&5
8678     ac_status=$?
8679     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8680     (exit $ac_status); }; } &&
8681     { ac_try='test -s conftest.$ac_objext'
8682     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8683     (eval $ac_try) 2>&5
8684     ac_status=$?
8685     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8686     (exit $ac_status); }; }; then
8687     ac_hi=$ac_mid; break
8688     else
8689     echo "$as_me: failed program was:" >&5
8690     sed 's/^/| /' conftest.$ac_ext >&5
8691    
8692     ac_lo=`expr $ac_mid + 1`
8693     if test $ac_lo -le $ac_mid; then
8694     ac_lo= ac_hi=
8695     break
8696     fi
8697     ac_mid=`expr 2 '*' $ac_mid + 1`
8698     fi
8699     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8700     done
8701     else
8702     echo "$as_me: failed program was:" >&5
8703     sed 's/^/| /' conftest.$ac_ext >&5
8704    
8705     cat >conftest.$ac_ext <<_ACEOF
8706     /* confdefs.h. */
8707     _ACEOF
8708     cat confdefs.h >>conftest.$ac_ext
8709     cat >>conftest.$ac_ext <<_ACEOF
8710     /* end confdefs.h. */
8711     $ac_includes_default
8712     int
8713     main ()
8714     {
8715 root 1.42 static int test_array [1 - 2 * !(((long) (sizeof (int))) < 0)];
8716 pcg 1.11 test_array [0] = 0
8717    
8718     ;
8719     return 0;
8720     }
8721     _ACEOF
8722     rm -f conftest.$ac_objext
8723     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8724     (eval $ac_compile) 2>conftest.er1
8725     ac_status=$?
8726     grep -v '^ *+' conftest.er1 >conftest.err
8727     rm -f conftest.er1
8728     cat conftest.err >&5
8729     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8730     (exit $ac_status); } &&
8731 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8732 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8733     (eval $ac_try) 2>&5
8734     ac_status=$?
8735     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8736     (exit $ac_status); }; } &&
8737     { ac_try='test -s conftest.$ac_objext'
8738     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8739     (eval $ac_try) 2>&5
8740     ac_status=$?
8741     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8742     (exit $ac_status); }; }; then
8743     ac_hi=-1 ac_mid=-1
8744     while :; do
8745     cat >conftest.$ac_ext <<_ACEOF
8746     /* confdefs.h. */
8747     _ACEOF
8748     cat confdefs.h >>conftest.$ac_ext
8749     cat >>conftest.$ac_ext <<_ACEOF
8750     /* end confdefs.h. */
8751     $ac_includes_default
8752     int
8753     main ()
8754     {
8755 root 1.42 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= $ac_mid)];
8756 pcg 1.11 test_array [0] = 0
8757    
8758     ;
8759     return 0;
8760     }
8761     _ACEOF
8762     rm -f conftest.$ac_objext
8763     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8764     (eval $ac_compile) 2>conftest.er1
8765     ac_status=$?
8766     grep -v '^ *+' conftest.er1 >conftest.err
8767     rm -f conftest.er1
8768     cat conftest.err >&5
8769     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8770     (exit $ac_status); } &&
8771 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8772 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8773     (eval $ac_try) 2>&5
8774     ac_status=$?
8775     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8776     (exit $ac_status); }; } &&
8777     { ac_try='test -s conftest.$ac_objext'
8778     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8779     (eval $ac_try) 2>&5
8780     ac_status=$?
8781     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8782     (exit $ac_status); }; }; then
8783     ac_lo=$ac_mid; break
8784     else
8785     echo "$as_me: failed program was:" >&5
8786     sed 's/^/| /' conftest.$ac_ext >&5
8787    
8788     ac_hi=`expr '(' $ac_mid ')' - 1`
8789     if test $ac_mid -le $ac_hi; then
8790     ac_lo= ac_hi=
8791     break
8792     fi
8793     ac_mid=`expr 2 '*' $ac_mid`
8794     fi
8795     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8796     done
8797     else
8798     echo "$as_me: failed program was:" >&5
8799     sed 's/^/| /' conftest.$ac_ext >&5
8800 pcg 1.1
8801 pcg 1.11 ac_lo= ac_hi=
8802     fi
8803     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8804 pcg 1.1 fi
8805 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8806     # Binary search between lo and hi bounds.
8807     while test "x$ac_lo" != "x$ac_hi"; do
8808     ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
8809     cat >conftest.$ac_ext <<_ACEOF
8810     /* confdefs.h. */
8811     _ACEOF
8812     cat confdefs.h >>conftest.$ac_ext
8813     cat >>conftest.$ac_ext <<_ACEOF
8814     /* end confdefs.h. */
8815     $ac_includes_default
8816     int
8817     main ()
8818     {
8819 root 1.42 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
8820 pcg 1.11 test_array [0] = 0
8821 pcg 1.1
8822 pcg 1.11 ;
8823     return 0;
8824     }
8825     _ACEOF
8826     rm -f conftest.$ac_objext
8827     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8828     (eval $ac_compile) 2>conftest.er1
8829     ac_status=$?
8830     grep -v '^ *+' conftest.er1 >conftest.err
8831     rm -f conftest.er1
8832     cat conftest.err >&5
8833     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8834     (exit $ac_status); } &&
8835 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8836 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8837     (eval $ac_try) 2>&5
8838     ac_status=$?
8839     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8840     (exit $ac_status); }; } &&
8841     { ac_try='test -s conftest.$ac_objext'
8842     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8843     (eval $ac_try) 2>&5
8844     ac_status=$?
8845     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8846     (exit $ac_status); }; }; then
8847     ac_hi=$ac_mid
8848     else
8849     echo "$as_me: failed program was:" >&5
8850     sed 's/^/| /' conftest.$ac_ext >&5
8851 pcg 1.1
8852 pcg 1.11 ac_lo=`expr '(' $ac_mid ')' + 1`
8853     fi
8854     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8855     done
8856     case $ac_lo in
8857 root 1.42 ?*) ac_cv_sizeof_int=$ac_lo;;
8858     '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
8859 pcg 1.11 See \`config.log' for more details." >&5
8860 root 1.42 echo "$as_me: error: cannot compute sizeof (int), 77
8861 pcg 1.11 See \`config.log' for more details." >&2;}
8862     { (exit 1); exit 1; }; } ;;
8863     esac
8864 pcg 1.1 else
8865     if test "$cross_compiling" = yes; then
8866 pcg 1.13 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
8867     echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
8868 pcg 1.11 { (exit 1); exit 1; }; }
8869     else
8870     cat >conftest.$ac_ext <<_ACEOF
8871     /* confdefs.h. */
8872     _ACEOF
8873     cat confdefs.h >>conftest.$ac_ext
8874     cat >>conftest.$ac_ext <<_ACEOF
8875     /* end confdefs.h. */
8876     $ac_includes_default
8877 root 1.42 long longval () { return (long) (sizeof (int)); }
8878     unsigned long ulongval () { return (long) (sizeof (int)); }
8879 pcg 1.1 #include <stdio.h>
8880 pcg 1.11 #include <stdlib.h>
8881     int
8882     main ()
8883 pcg 1.1 {
8884 pcg 1.11
8885     FILE *f = fopen ("conftest.val", "w");
8886     if (! f)
8887     exit (1);
8888 root 1.42 if (((long) (sizeof (int))) < 0)
8889 pcg 1.11 {
8890     long i = longval ();
8891 root 1.42 if (i != ((long) (sizeof (int))))
8892 pcg 1.11 exit (1);
8893     fprintf (f, "%ld\n", i);
8894     }
8895     else
8896     {
8897     unsigned long i = ulongval ();
8898 root 1.42 if (i != ((long) (sizeof (int))))
8899 pcg 1.11 exit (1);
8900     fprintf (f, "%lu\n", i);
8901     }
8902     exit (ferror (f) || fclose (f) != 0);
8903    
8904     ;
8905     return 0;
8906 pcg 1.1 }
8907 pcg 1.11 _ACEOF
8908     rm -f conftest$ac_exeext
8909     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8910     (eval $ac_link) 2>&5
8911     ac_status=$?
8912     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8913     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8914     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8915     (eval $ac_try) 2>&5
8916     ac_status=$?
8917     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8918     (exit $ac_status); }; }; then
8919 root 1.42 ac_cv_sizeof_int=`cat conftest.val`
8920 pcg 1.11 else
8921     echo "$as_me: program exited with status $ac_status" >&5
8922     echo "$as_me: failed program was:" >&5
8923     sed 's/^/| /' conftest.$ac_ext >&5
8924    
8925     ( exit $ac_status )
8926 root 1.42 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
8927 pcg 1.11 See \`config.log' for more details." >&5
8928 root 1.42 echo "$as_me: error: cannot compute sizeof (int), 77
8929 pcg 1.11 See \`config.log' for more details." >&2;}
8930     { (exit 1); exit 1; }; }
8931     fi
8932     rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8933     fi
8934     fi
8935     rm -f conftest.val
8936     else
8937 root 1.42 ac_cv_sizeof_int=0
8938 pcg 1.1 fi
8939     fi
8940 root 1.42 echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
8941     echo "${ECHO_T}$ac_cv_sizeof_int" >&6
8942 pcg 1.11 cat >>confdefs.h <<_ACEOF
8943 root 1.42 #define SIZEOF_INT $ac_cv_sizeof_int
8944 pcg 1.11 _ACEOF
8945    
8946    
8947     echo "$as_me:$LINENO: checking for long long" >&5
8948     echo $ECHO_N "checking for long long... $ECHO_C" >&6
8949     if test "${ac_cv_type_long_long+set}" = set; then
8950     echo $ECHO_N "(cached) $ECHO_C" >&6
8951     else
8952     cat >conftest.$ac_ext <<_ACEOF
8953     /* confdefs.h. */
8954     _ACEOF
8955     cat confdefs.h >>conftest.$ac_ext
8956     cat >>conftest.$ac_ext <<_ACEOF
8957     /* end confdefs.h. */
8958     $ac_includes_default
8959     int
8960     main ()
8961     {
8962     if ((long long *) 0)
8963     return 0;
8964     if (sizeof (long long))
8965     return 0;
8966     ;
8967     return 0;
8968     }
8969     _ACEOF
8970     rm -f conftest.$ac_objext
8971     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8972     (eval $ac_compile) 2>conftest.er1
8973     ac_status=$?
8974     grep -v '^ *+' conftest.er1 >conftest.err
8975     rm -f conftest.er1
8976     cat conftest.err >&5
8977     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8978     (exit $ac_status); } &&
8979 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8980 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8981     (eval $ac_try) 2>&5
8982     ac_status=$?
8983     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8984     (exit $ac_status); }; } &&
8985     { ac_try='test -s conftest.$ac_objext'
8986     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8987     (eval $ac_try) 2>&5
8988     ac_status=$?
8989     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8990     (exit $ac_status); }; }; then
8991     ac_cv_type_long_long=yes
8992     else
8993     echo "$as_me: failed program was:" >&5
8994     sed 's/^/| /' conftest.$ac_ext >&5
8995    
8996     ac_cv_type_long_long=no
8997     fi
8998     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8999     fi
9000     echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
9001     echo "${ECHO_T}$ac_cv_type_long_long" >&6
9002    
9003     echo "$as_me:$LINENO: checking size of long long" >&5
9004     echo $ECHO_N "checking size of long long... $ECHO_C" >&6
9005     if test "${ac_cv_sizeof_long_long+set}" = set; then
9006     echo $ECHO_N "(cached) $ECHO_C" >&6
9007     else
9008     if test "$ac_cv_type_long_long" = yes; then
9009     # The cast to unsigned long works around a bug in the HP C Compiler
9010     # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
9011     # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
9012     # This bug is HP SR number 8606223364.
9013     if test "$cross_compiling" = yes; then
9014     # Depending upon the size, compute the lo and hi bounds.
9015     cat >conftest.$ac_ext <<_ACEOF
9016     /* confdefs.h. */
9017     _ACEOF
9018     cat confdefs.h >>conftest.$ac_ext
9019     cat >>conftest.$ac_ext <<_ACEOF
9020     /* end confdefs.h. */
9021     $ac_includes_default
9022     int
9023     main ()
9024     {
9025     static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
9026     test_array [0] = 0
9027    
9028     ;
9029     return 0;
9030     }
9031     _ACEOF
9032     rm -f conftest.$ac_objext
9033     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9034     (eval $ac_compile) 2>conftest.er1
9035     ac_status=$?
9036     grep -v '^ *+' conftest.er1 >conftest.err
9037     rm -f conftest.er1
9038     cat conftest.err >&5
9039     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9040     (exit $ac_status); } &&
9041 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9042 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9043     (eval $ac_try) 2>&5
9044     ac_status=$?
9045     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9046     (exit $ac_status); }; } &&
9047     { ac_try='test -s conftest.$ac_objext'
9048     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9049     (eval $ac_try) 2>&5
9050     ac_status=$?
9051     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9052     (exit $ac_status); }; }; then
9053     ac_lo=0 ac_mid=0
9054     while :; do
9055     cat >conftest.$ac_ext <<_ACEOF
9056     /* confdefs.h. */
9057     _ACEOF
9058     cat confdefs.h >>conftest.$ac_ext
9059     cat >>conftest.$ac_ext <<_ACEOF
9060     /* end confdefs.h. */
9061     $ac_includes_default
9062     int
9063     main ()
9064     {
9065     static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
9066     test_array [0] = 0
9067    
9068     ;
9069     return 0;
9070     }
9071     _ACEOF
9072     rm -f conftest.$ac_objext
9073     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9074     (eval $ac_compile) 2>conftest.er1
9075     ac_status=$?
9076     grep -v '^ *+' conftest.er1 >conftest.err
9077     rm -f conftest.er1
9078     cat conftest.err >&5
9079     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9080     (exit $ac_status); } &&
9081 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9082 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9083     (eval $ac_try) 2>&5
9084     ac_status=$?
9085     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9086     (exit $ac_status); }; } &&
9087     { ac_try='test -s conftest.$ac_objext'
9088     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9089     (eval $ac_try) 2>&5
9090     ac_status=$?
9091     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9092     (exit $ac_status); }; }; then
9093     ac_hi=$ac_mid; break
9094     else
9095     echo "$as_me: failed program was:" >&5
9096     sed 's/^/| /' conftest.$ac_ext >&5
9097    
9098     ac_lo=`expr $ac_mid + 1`
9099     if test $ac_lo -le $ac_mid; then
9100     ac_lo= ac_hi=
9101     break
9102     fi
9103     ac_mid=`expr 2 '*' $ac_mid + 1`
9104     fi
9105     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9106     done
9107     else
9108     echo "$as_me: failed program was:" >&5
9109     sed 's/^/| /' conftest.$ac_ext >&5
9110    
9111     cat >conftest.$ac_ext <<_ACEOF
9112     /* confdefs.h. */
9113     _ACEOF
9114     cat confdefs.h >>conftest.$ac_ext
9115     cat >>conftest.$ac_ext <<_ACEOF
9116     /* end confdefs.h. */
9117     $ac_includes_default
9118     int
9119     main ()
9120     {
9121     static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
9122     test_array [0] = 0
9123    
9124     ;
9125     return 0;
9126     }
9127     _ACEOF
9128     rm -f conftest.$ac_objext
9129     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9130     (eval $ac_compile) 2>conftest.er1
9131     ac_status=$?
9132     grep -v '^ *+' conftest.er1 >conftest.err
9133     rm -f conftest.er1
9134     cat conftest.err >&5
9135     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9136     (exit $ac_status); } &&
9137 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9138 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9139     (eval $ac_try) 2>&5
9140     ac_status=$?
9141     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9142     (exit $ac_status); }; } &&
9143     { ac_try='test -s conftest.$ac_objext'
9144     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9145     (eval $ac_try) 2>&5
9146     ac_status=$?
9147     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9148     (exit $ac_status); }; }; then
9149     ac_hi=-1 ac_mid=-1
9150     while :; do
9151     cat >conftest.$ac_ext <<_ACEOF
9152     /* confdefs.h. */
9153     _ACEOF
9154     cat confdefs.h >>conftest.$ac_ext
9155     cat >>conftest.$ac_ext <<_ACEOF
9156     /* end confdefs.h. */
9157     $ac_includes_default
9158     int
9159     main ()
9160     {
9161     static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
9162     test_array [0] = 0
9163    
9164     ;
9165     return 0;
9166     }
9167     _ACEOF
9168     rm -f conftest.$ac_objext
9169     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9170     (eval $ac_compile) 2>conftest.er1
9171     ac_status=$?
9172     grep -v '^ *+' conftest.er1 >conftest.err
9173     rm -f conftest.er1
9174     cat conftest.err >&5
9175     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9176     (exit $ac_status); } &&
9177 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9178 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9179     (eval $ac_try) 2>&5
9180     ac_status=$?
9181     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9182     (exit $ac_status); }; } &&
9183     { ac_try='test -s conftest.$ac_objext'
9184     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9185     (eval $ac_try) 2>&5
9186     ac_status=$?
9187     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9188     (exit $ac_status); }; }; then
9189     ac_lo=$ac_mid; break
9190     else
9191     echo "$as_me: failed program was:" >&5
9192     sed 's/^/| /' conftest.$ac_ext >&5
9193    
9194     ac_hi=`expr '(' $ac_mid ')' - 1`
9195     if test $ac_mid -le $ac_hi; then
9196     ac_lo= ac_hi=
9197     break
9198     fi
9199     ac_mid=`expr 2 '*' $ac_mid`
9200     fi
9201     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9202     done
9203     else
9204     echo "$as_me: failed program was:" >&5
9205     sed 's/^/| /' conftest.$ac_ext >&5
9206 pcg 1.1
9207 pcg 1.11 ac_lo= ac_hi=
9208     fi
9209     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9210 pcg 1.1 fi
9211 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9212     # Binary search between lo and hi bounds.
9213     while test "x$ac_lo" != "x$ac_hi"; do
9214     ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
9215     cat >conftest.$ac_ext <<_ACEOF
9216     /* confdefs.h. */
9217     _ACEOF
9218     cat confdefs.h >>conftest.$ac_ext
9219     cat >>conftest.$ac_ext <<_ACEOF
9220     /* end confdefs.h. */
9221     $ac_includes_default
9222     int
9223     main ()
9224     {
9225     static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
9226     test_array [0] = 0
9227 pcg 1.1
9228 pcg 1.11 ;
9229     return 0;
9230     }
9231     _ACEOF
9232     rm -f conftest.$ac_objext
9233     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9234     (eval $ac_compile) 2>conftest.er1
9235     ac_status=$?
9236     grep -v '^ *+' conftest.er1 >conftest.err
9237     rm -f conftest.er1
9238     cat conftest.err >&5
9239     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9240     (exit $ac_status); } &&
9241 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9242 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9243     (eval $ac_try) 2>&5
9244     ac_status=$?
9245     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9246     (exit $ac_status); }; } &&
9247     { ac_try='test -s conftest.$ac_objext'
9248     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9249     (eval $ac_try) 2>&5
9250     ac_status=$?
9251     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9252     (exit $ac_status); }; }; then
9253     ac_hi=$ac_mid
9254     else
9255     echo "$as_me: failed program was:" >&5
9256     sed 's/^/| /' conftest.$ac_ext >&5
9257 pcg 1.1
9258 pcg 1.11 ac_lo=`expr '(' $ac_mid ')' + 1`
9259     fi
9260     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9261     done
9262     case $ac_lo in
9263     ?*) ac_cv_sizeof_long_long=$ac_lo;;
9264     '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
9265     See \`config.log' for more details." >&5
9266     echo "$as_me: error: cannot compute sizeof (long long), 77
9267     See \`config.log' for more details." >&2;}
9268     { (exit 1); exit 1; }; } ;;
9269     esac
9270 pcg 1.1 else
9271     if test "$cross_compiling" = yes; then
9272 pcg 1.13 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
9273     echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
9274 pcg 1.11 { (exit 1); exit 1; }; }
9275     else
9276     cat >conftest.$ac_ext <<_ACEOF
9277     /* confdefs.h. */
9278     _ACEOF
9279     cat confdefs.h >>conftest.$ac_ext
9280     cat >>conftest.$ac_ext <<_ACEOF
9281     /* end confdefs.h. */
9282     $ac_includes_default
9283     long longval () { return (long) (sizeof (long long)); }
9284     unsigned long ulongval () { return (long) (sizeof (long long)); }
9285 pcg 1.1 #include <stdio.h>
9286 pcg 1.11 #include <stdlib.h>
9287     int
9288     main ()
9289 pcg 1.1 {
9290 pcg 1.11
9291     FILE *f = fopen ("conftest.val", "w");
9292     if (! f)
9293     exit (1);
9294     if (((long) (sizeof (long long))) < 0)
9295     {
9296     long i = longval ();
9297     if (i != ((long) (sizeof (long long))))
9298     exit (1);
9299     fprintf (f, "%ld\n", i);
9300     }
9301     else
9302     {
9303     unsigned long i = ulongval ();
9304     if (i != ((long) (sizeof (long long))))
9305     exit (1);
9306     fprintf (f, "%lu\n", i);
9307     }
9308     exit (ferror (f) || fclose (f) != 0);
9309    
9310     ;
9311     return 0;
9312 pcg 1.1 }
9313 pcg 1.11 _ACEOF
9314     rm -f conftest$ac_exeext
9315     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9316     (eval $ac_link) 2>&5
9317     ac_status=$?
9318     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9319     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
9320     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9321     (eval $ac_try) 2>&5
9322     ac_status=$?
9323     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9324     (exit $ac_status); }; }; then
9325     ac_cv_sizeof_long_long=`cat conftest.val`
9326     else
9327     echo "$as_me: program exited with status $ac_status" >&5
9328     echo "$as_me: failed program was:" >&5
9329     sed 's/^/| /' conftest.$ac_ext >&5
9330    
9331     ( exit $ac_status )
9332     { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
9333     See \`config.log' for more details." >&5
9334     echo "$as_me: error: cannot compute sizeof (long long), 77
9335     See \`config.log' for more details." >&2;}
9336     { (exit 1); exit 1; }; }
9337     fi
9338     rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
9339     fi
9340     fi
9341     rm -f conftest.val
9342     else
9343 pcg 1.1 ac_cv_sizeof_long_long=0
9344     fi
9345 pcg 1.11 fi
9346     echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
9347     echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
9348     cat >>confdefs.h <<_ACEOF
9349     #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
9350     _ACEOF
9351    
9352    
9353     echo "$as_me:$LINENO: checking for int *" >&5
9354     echo $ECHO_N "checking for int *... $ECHO_C" >&6
9355     if test "${ac_cv_type_int_p+set}" = set; then
9356     echo $ECHO_N "(cached) $ECHO_C" >&6
9357     else
9358     cat >conftest.$ac_ext <<_ACEOF
9359     /* confdefs.h. */
9360     _ACEOF
9361     cat confdefs.h >>conftest.$ac_ext
9362     cat >>conftest.$ac_ext <<_ACEOF
9363     /* end confdefs.h. */
9364     $ac_includes_default
9365     int
9366     main ()
9367     {
9368     if ((int * *) 0)
9369     return 0;
9370     if (sizeof (int *))
9371     return 0;
9372     ;
9373     return 0;
9374     }
9375     _ACEOF
9376     rm -f conftest.$ac_objext
9377     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9378     (eval $ac_compile) 2>conftest.er1
9379     ac_status=$?
9380     grep -v '^ *+' conftest.er1 >conftest.err
9381     rm -f conftest.er1
9382     cat conftest.err >&5
9383     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9384     (exit $ac_status); } &&
9385 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9386 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9387     (eval $ac_try) 2>&5
9388     ac_status=$?
9389     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9390     (exit $ac_status); }; } &&
9391     { ac_try='test -s conftest.$ac_objext'
9392     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9393     (eval $ac_try) 2>&5
9394     ac_status=$?
9395     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9396     (exit $ac_status); }; }; then
9397     ac_cv_type_int_p=yes
9398     else
9399     echo "$as_me: failed program was:" >&5
9400     sed 's/^/| /' conftest.$ac_ext >&5
9401    
9402     ac_cv_type_int_p=no
9403     fi
9404     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9405     fi
9406     echo "$as_me:$LINENO: result: $ac_cv_type_int_p" >&5
9407     echo "${ECHO_T}$ac_cv_type_int_p" >&6
9408    
9409     echo "$as_me:$LINENO: checking size of int *" >&5
9410     echo $ECHO_N "checking size of int *... $ECHO_C" >&6
9411     if test "${ac_cv_sizeof_int_p+set}" = set; then
9412     echo $ECHO_N "(cached) $ECHO_C" >&6
9413     else
9414     if test "$ac_cv_type_int_p" = yes; then
9415     # The cast to unsigned long works around a bug in the HP C Compiler
9416     # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
9417     # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
9418     # This bug is HP SR number 8606223364.
9419     if test "$cross_compiling" = yes; then
9420     # Depending upon the size, compute the lo and hi bounds.
9421     cat >conftest.$ac_ext <<_ACEOF
9422     /* confdefs.h. */
9423     _ACEOF
9424     cat confdefs.h >>conftest.$ac_ext
9425     cat >>conftest.$ac_ext <<_ACEOF
9426     /* end confdefs.h. */
9427     $ac_includes_default
9428     int
9429     main ()
9430     {
9431     static int test_array [1 - 2 * !(((long) (sizeof (int *))) >= 0)];
9432     test_array [0] = 0
9433    
9434     ;
9435     return 0;
9436     }
9437     _ACEOF
9438     rm -f conftest.$ac_objext
9439     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9440     (eval $ac_compile) 2>conftest.er1
9441     ac_status=$?
9442     grep -v '^ *+' conftest.er1 >conftest.err
9443     rm -f conftest.er1
9444     cat conftest.err >&5
9445     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9446     (exit $ac_status); } &&
9447 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9448 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9449     (eval $ac_try) 2>&5
9450     ac_status=$?
9451     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9452     (exit $ac_status); }; } &&
9453     { ac_try='test -s conftest.$ac_objext'
9454     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9455     (eval $ac_try) 2>&5
9456     ac_status=$?
9457     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9458     (exit $ac_status); }; }; then
9459     ac_lo=0 ac_mid=0
9460     while :; do
9461     cat >conftest.$ac_ext <<_ACEOF
9462     /* confdefs.h. */
9463     _ACEOF
9464     cat confdefs.h >>conftest.$ac_ext
9465     cat >>conftest.$ac_ext <<_ACEOF
9466     /* end confdefs.h. */
9467     $ac_includes_default
9468     int
9469     main ()
9470     {
9471     static int test_array [1 - 2 * !(((long) (sizeof (int *))) <= $ac_mid)];
9472     test_array [0] = 0
9473    
9474     ;
9475     return 0;
9476     }
9477     _ACEOF
9478     rm -f conftest.$ac_objext
9479     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9480     (eval $ac_compile) 2>conftest.er1
9481     ac_status=$?
9482     grep -v '^ *+' conftest.er1 >conftest.err
9483     rm -f conftest.er1
9484     cat conftest.err >&5
9485     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9486     (exit $ac_status); } &&
9487 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9488 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9489     (eval $ac_try) 2>&5
9490     ac_status=$?
9491     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9492     (exit $ac_status); }; } &&
9493     { ac_try='test -s conftest.$ac_objext'
9494     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9495     (eval $ac_try) 2>&5
9496     ac_status=$?
9497     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9498     (exit $ac_status); }; }; then
9499     ac_hi=$ac_mid; break
9500     else
9501     echo "$as_me: failed program was:" >&5
9502     sed 's/^/| /' conftest.$ac_ext >&5
9503    
9504     ac_lo=`expr $ac_mid + 1`
9505     if test $ac_lo -le $ac_mid; then
9506     ac_lo= ac_hi=
9507     break
9508     fi
9509     ac_mid=`expr 2 '*' $ac_mid + 1`
9510     fi
9511     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9512     done
9513     else
9514     echo "$as_me: failed program was:" >&5
9515     sed 's/^/| /' conftest.$ac_ext >&5
9516    
9517     cat >conftest.$ac_ext <<_ACEOF
9518     /* confdefs.h. */
9519     _ACEOF
9520     cat confdefs.h >>conftest.$ac_ext
9521     cat >>conftest.$ac_ext <<_ACEOF
9522     /* end confdefs.h. */
9523     $ac_includes_default
9524     int
9525     main ()
9526     {
9527     static int test_array [1 - 2 * !(((long) (sizeof (int *))) < 0)];
9528     test_array [0] = 0
9529    
9530     ;
9531     return 0;
9532     }
9533     _ACEOF
9534     rm -f conftest.$ac_objext
9535     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9536     (eval $ac_compile) 2>conftest.er1
9537     ac_status=$?
9538     grep -v '^ *+' conftest.er1 >conftest.err
9539     rm -f conftest.er1
9540     cat conftest.err >&5
9541     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9542     (exit $ac_status); } &&
9543 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9544 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9545     (eval $ac_try) 2>&5
9546     ac_status=$?
9547     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9548     (exit $ac_status); }; } &&
9549     { ac_try='test -s conftest.$ac_objext'
9550     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9551     (eval $ac_try) 2>&5
9552     ac_status=$?
9553     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9554     (exit $ac_status); }; }; then
9555     ac_hi=-1 ac_mid=-1
9556     while :; do
9557     cat >conftest.$ac_ext <<_ACEOF
9558     /* confdefs.h. */
9559     _ACEOF
9560     cat confdefs.h >>conftest.$ac_ext
9561     cat >>conftest.$ac_ext <<_ACEOF
9562     /* end confdefs.h. */
9563     $ac_includes_default
9564     int
9565     main ()
9566     {
9567     static int test_array [1 - 2 * !(((long) (sizeof (int *))) >= $ac_mid)];
9568     test_array [0] = 0
9569    
9570     ;
9571     return 0;
9572     }
9573     _ACEOF
9574     rm -f conftest.$ac_objext
9575     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9576     (eval $ac_compile) 2>conftest.er1
9577     ac_status=$?
9578     grep -v '^ *+' conftest.er1 >conftest.err
9579     rm -f conftest.er1
9580     cat conftest.err >&5
9581     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9582     (exit $ac_status); } &&
9583 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9584 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9585     (eval $ac_try) 2>&5
9586     ac_status=$?
9587     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9588     (exit $ac_status); }; } &&
9589     { ac_try='test -s conftest.$ac_objext'
9590     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9591     (eval $ac_try) 2>&5
9592     ac_status=$?
9593     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9594     (exit $ac_status); }; }; then
9595     ac_lo=$ac_mid; break
9596     else
9597     echo "$as_me: failed program was:" >&5
9598     sed 's/^/| /' conftest.$ac_ext >&5
9599    
9600     ac_hi=`expr '(' $ac_mid ')' - 1`
9601     if test $ac_mid -le $ac_hi; then
9602     ac_lo= ac_hi=
9603     break
9604     fi
9605     ac_mid=`expr 2 '*' $ac_mid`
9606     fi
9607     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9608     done
9609     else
9610     echo "$as_me: failed program was:" >&5
9611     sed 's/^/| /' conftest.$ac_ext >&5
9612    
9613     ac_lo= ac_hi=
9614     fi
9615     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9616     fi
9617     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9618     # Binary search between lo and hi bounds.
9619     while test "x$ac_lo" != "x$ac_hi"; do
9620     ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
9621     cat >conftest.$ac_ext <<_ACEOF
9622     /* confdefs.h. */
9623     _ACEOF
9624     cat confdefs.h >>conftest.$ac_ext
9625     cat >>conftest.$ac_ext <<_ACEOF
9626     /* end confdefs.h. */
9627     $ac_includes_default
9628     int
9629     main ()
9630     {
9631     static int test_array [1 - 2 * !(((long) (sizeof (int *))) <= $ac_mid)];
9632     test_array [0] = 0
9633    
9634     ;
9635     return 0;
9636     }
9637     _ACEOF
9638     rm -f conftest.$ac_objext
9639     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9640     (eval $ac_compile) 2>conftest.er1
9641     ac_status=$?
9642     grep -v '^ *+' conftest.er1 >conftest.err
9643     rm -f conftest.er1
9644     cat conftest.err >&5
9645     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9646     (exit $ac_status); } &&
9647 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9648 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9649     (eval $ac_try) 2>&5
9650     ac_status=$?
9651     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9652     (exit $ac_status); }; } &&
9653     { ac_try='test -s conftest.$ac_objext'
9654     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9655     (eval $ac_try) 2>&5
9656     ac_status=$?
9657     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9658     (exit $ac_status); }; }; then
9659     ac_hi=$ac_mid
9660     else
9661     echo "$as_me: failed program was:" >&5
9662     sed 's/^/| /' conftest.$ac_ext >&5
9663 pcg 1.1
9664 pcg 1.11 ac_lo=`expr '(' $ac_mid ')' + 1`
9665 pcg 1.1 fi
9666 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9667     done
9668     case $ac_lo in
9669     ?*) ac_cv_sizeof_int_p=$ac_lo;;
9670     '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int *), 77
9671     See \`config.log' for more details." >&5
9672     echo "$as_me: error: cannot compute sizeof (int *), 77
9673     See \`config.log' for more details." >&2;}
9674     { (exit 1); exit 1; }; } ;;
9675     esac
9676 pcg 1.1 else
9677     if test "$cross_compiling" = yes; then
9678 pcg 1.13 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
9679     echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
9680 pcg 1.11 { (exit 1); exit 1; }; }
9681     else
9682     cat >conftest.$ac_ext <<_ACEOF
9683     /* confdefs.h. */
9684     _ACEOF
9685     cat confdefs.h >>conftest.$ac_ext
9686     cat >>conftest.$ac_ext <<_ACEOF
9687     /* end confdefs.h. */
9688     $ac_includes_default
9689     long longval () { return (long) (sizeof (int *)); }
9690     unsigned long ulongval () { return (long) (sizeof (int *)); }
9691 pcg 1.1 #include <stdio.h>
9692 pcg 1.11 #include <stdlib.h>
9693     int
9694     main ()
9695 pcg 1.1 {
9696 pcg 1.11
9697     FILE *f = fopen ("conftest.val", "w");
9698     if (! f)
9699     exit (1);
9700     if (((long) (sizeof (int *))) < 0)
9701     {
9702     long i = longval ();
9703     if (i != ((long) (sizeof (int *))))
9704     exit (1);
9705     fprintf (f, "%ld\n", i);
9706     }
9707     else
9708     {
9709     unsigned long i = ulongval ();
9710     if (i != ((long) (sizeof (int *))))
9711     exit (1);
9712     fprintf (f, "%lu\n", i);
9713     }
9714     exit (ferror (f) || fclose (f) != 0);
9715    
9716     ;
9717     return 0;
9718 pcg 1.1 }
9719 pcg 1.11 _ACEOF
9720     rm -f conftest$ac_exeext
9721     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9722     (eval $ac_link) 2>&5
9723     ac_status=$?
9724     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9725     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
9726     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9727     (eval $ac_try) 2>&5
9728     ac_status=$?
9729     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9730     (exit $ac_status); }; }; then
9731     ac_cv_sizeof_int_p=`cat conftest.val`
9732     else
9733     echo "$as_me: program exited with status $ac_status" >&5
9734     echo "$as_me: failed program was:" >&5
9735     sed 's/^/| /' conftest.$ac_ext >&5
9736    
9737     ( exit $ac_status )
9738     { { echo "$as_me:$LINENO: error: cannot compute sizeof (int *), 77
9739     See \`config.log' for more details." >&5
9740     echo "$as_me: error: cannot compute sizeof (int *), 77
9741     See \`config.log' for more details." >&2;}
9742     { (exit 1); exit 1; }; }
9743     fi
9744     rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
9745     fi
9746     fi
9747     rm -f conftest.val
9748     else
9749 pcg 1.1 ac_cv_sizeof_int_p=0
9750     fi
9751     fi
9752 pcg 1.11 echo "$as_me:$LINENO: result: $ac_cv_sizeof_int_p" >&5
9753     echo "${ECHO_T}$ac_cv_sizeof_int_p" >&6
9754     cat >>confdefs.h <<_ACEOF
9755 pcg 1.1 #define SIZEOF_INT_P $ac_cv_sizeof_int_p
9756 pcg 1.11 _ACEOF
9757 pcg 1.1
9758    
9759    
9760    
9761 pcg 1.11 echo "$as_me:$LINENO: checking for int16_t" >&5
9762     echo $ECHO_N "checking for int16_t... $ECHO_C" >&6
9763     if test "${rxvt_cv_int16_t+set}" = set; then
9764     echo $ECHO_N "(cached) $ECHO_C" >&6
9765 pcg 1.1 else
9766 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
9767     /* confdefs.h. */
9768     _ACEOF
9769     cat confdefs.h >>conftest.$ac_ext
9770     cat >>conftest.$ac_ext <<_ACEOF
9771     /* end confdefs.h. */
9772 pcg 1.1 #include <stdint.h>
9773 pcg 1.11 int
9774     main ()
9775     {
9776 pcg 1.1 int16_t dummy;
9777 pcg 1.11 ;
9778     return 0;
9779     }
9780     _ACEOF
9781     rm -f conftest.$ac_objext
9782     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9783     (eval $ac_compile) 2>conftest.er1
9784     ac_status=$?
9785     grep -v '^ *+' conftest.er1 >conftest.err
9786     rm -f conftest.er1
9787     cat conftest.err >&5
9788     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9789     (exit $ac_status); } &&
9790 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9791 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9792     (eval $ac_try) 2>&5
9793     ac_status=$?
9794     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9795     (exit $ac_status); }; } &&
9796     { ac_try='test -s conftest.$ac_objext'
9797     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9798     (eval $ac_try) 2>&5
9799     ac_status=$?
9800     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9801     (exit $ac_status); }; }; then
9802 pcg 1.1 rxvt_cv_int16_t=yes
9803     else
9804 pcg 1.11 echo "$as_me: failed program was:" >&5
9805     sed 's/^/| /' conftest.$ac_ext >&5
9806    
9807 root 1.50 if test "$ac_cv_sizeof_char" -ge 2; then
9808 pcg 1.1 rxvt_cv_int16_t=" char"
9809     else
9810 root 1.50 if test "$ac_cv_sizeof_short" -ge 2; then
9811 pcg 1.1 rxvt_cv_int16_t=" short"
9812     else
9813 root 1.50 if test "$ac_cv_sizeof_int" -ge 2; then
9814 pcg 1.1 rxvt_cv_int16_t=" int"
9815     else
9816 root 1.50 if test "$ac_cv_sizeof_long" -ge 2; then
9817 pcg 1.1 rxvt_cv_int16_t=" long"
9818     else
9819 root 1.50 if test "$ac_cv_sizeof_long_long" -ge 2; then
9820 pcg 1.1 rxvt_cv_int16_t=" long long"
9821     else
9822     rxvt_cv_int16_t=" short" # we _must_ have a (possibly wrong) default
9823     fi
9824     fi
9825     fi
9826     fi
9827     fi
9828     fi
9829 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9830 pcg 1.1 fi
9831 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_int16_t" >&5
9832     echo "${ECHO_T}$rxvt_cv_int16_t" >&6
9833 pcg 1.1 if test x"$rxvt_cv_int16_t" != xyes; then
9834     rxvt_int16_typedef="typedef $rxvt_cv_int16_t int16_t;"
9835     else
9836     if test x"" = x; then
9837     rxvt_int16_typedef="/* typedef short int16_t; */"
9838     else
9839     rxvt_int16_typedef="/* typedef short int16_t; */"
9840     fi
9841 pcg 1.11 fi
9842 pcg 1.1
9843 pcg 1.11 echo "$as_me:$LINENO: checking for uint16_t" >&5
9844     echo $ECHO_N "checking for uint16_t... $ECHO_C" >&6
9845     if test "${rxvt_cv_uint16_t+set}" = set; then
9846     echo $ECHO_N "(cached) $ECHO_C" >&6
9847     else
9848     cat >conftest.$ac_ext <<_ACEOF
9849     /* confdefs.h. */
9850     _ACEOF
9851     cat confdefs.h >>conftest.$ac_ext
9852     cat >>conftest.$ac_ext <<_ACEOF
9853     /* end confdefs.h. */
9854 pcg 1.1 #include <stdint.h>
9855 pcg 1.11 int
9856     main ()
9857     {
9858 pcg 1.1 uint16_t dummy;
9859 pcg 1.11 ;
9860     return 0;
9861     }
9862     _ACEOF
9863     rm -f conftest.$ac_objext
9864     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9865     (eval $ac_compile) 2>conftest.er1
9866     ac_status=$?
9867     grep -v '^ *+' conftest.er1 >conftest.err
9868     rm -f conftest.er1
9869     cat conftest.err >&5
9870     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9871     (exit $ac_status); } &&
9872 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9873 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9874     (eval $ac_try) 2>&5
9875     ac_status=$?
9876     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9877     (exit $ac_status); }; } &&
9878     { ac_try='test -s conftest.$ac_objext'
9879     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9880     (eval $ac_try) 2>&5
9881     ac_status=$?
9882     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9883     (exit $ac_status); }; }; then
9884 pcg 1.1 rxvt_cv_uint16_t=yes
9885     else
9886 pcg 1.11 echo "$as_me: failed program was:" >&5
9887     sed 's/^/| /' conftest.$ac_ext >&5
9888    
9889 root 1.50 if test "$ac_cv_sizeof_char" -ge 2; then
9890 pcg 1.1 rxvt_cv_uint16_t="unsigned char"
9891     else
9892 root 1.50 if test "$ac_cv_sizeof_short" -ge 2; then
9893 pcg 1.1 rxvt_cv_uint16_t="unsigned short"
9894     else
9895 root 1.50 if test "$ac_cv_sizeof_int" -ge 2; then
9896 pcg 1.1 rxvt_cv_uint16_t="unsigned int"
9897     else
9898 root 1.50 if test "$ac_cv_sizeof_long" -ge 2; then
9899 pcg 1.1 rxvt_cv_uint16_t="unsigned long"
9900     else
9901 root 1.50 if test "$ac_cv_sizeof_long_long" -ge 2; then
9902 pcg 1.1 rxvt_cv_uint16_t="unsigned long long"
9903     else
9904     rxvt_cv_uint16_t="unsigned short" # we _must_ have a (possibly wrong) default
9905     fi
9906     fi
9907     fi
9908     fi
9909     fi
9910     fi
9911 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9912 pcg 1.1 fi
9913 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_uint16_t" >&5
9914     echo "${ECHO_T}$rxvt_cv_uint16_t" >&6
9915 pcg 1.1 if test x"$rxvt_cv_uint16_t" != xyes; then
9916     rxvt_uint16_typedef="typedef $rxvt_cv_uint16_t uint16_t;"
9917     else
9918     if test x"unsigned" = x; then
9919     rxvt_uint16_typedef="/* typedef short uint16_t; */"
9920     else
9921     rxvt_uint16_typedef="/* typedef unsigned short uint16_t; */"
9922     fi
9923 pcg 1.11 fi
9924 pcg 1.1
9925 pcg 1.11 echo "$as_me:$LINENO: checking for int32_t" >&5
9926     echo $ECHO_N "checking for int32_t... $ECHO_C" >&6
9927     if test "${rxvt_cv_int32_t+set}" = set; then
9928     echo $ECHO_N "(cached) $ECHO_C" >&6
9929     else
9930     cat >conftest.$ac_ext <<_ACEOF
9931     /* confdefs.h. */
9932     _ACEOF
9933     cat confdefs.h >>conftest.$ac_ext
9934     cat >>conftest.$ac_ext <<_ACEOF
9935     /* end confdefs.h. */
9936 pcg 1.1 #include <stdint.h>
9937 pcg 1.11 int
9938     main ()
9939     {
9940 pcg 1.1 int32_t dummy;
9941 pcg 1.11 ;
9942     return 0;
9943     }
9944     _ACEOF
9945     rm -f conftest.$ac_objext
9946     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9947     (eval $ac_compile) 2>conftest.er1
9948     ac_status=$?
9949     grep -v '^ *+' conftest.er1 >conftest.err
9950     rm -f conftest.er1
9951     cat conftest.err >&5
9952     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9953     (exit $ac_status); } &&
9954 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9955 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9956     (eval $ac_try) 2>&5
9957     ac_status=$?
9958     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9959     (exit $ac_status); }; } &&
9960     { ac_try='test -s conftest.$ac_objext'
9961     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9962     (eval $ac_try) 2>&5
9963     ac_status=$?
9964     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9965     (exit $ac_status); }; }; then
9966 pcg 1.1 rxvt_cv_int32_t=yes
9967     else
9968 pcg 1.11 echo "$as_me: failed program was:" >&5
9969     sed 's/^/| /' conftest.$ac_ext >&5
9970    
9971 root 1.50 if test "$ac_cv_sizeof_char" -ge 4; then
9972 pcg 1.1 rxvt_cv_int32_t=" char"
9973     else
9974 root 1.50 if test "$ac_cv_sizeof_short" -ge 4; then
9975 pcg 1.1 rxvt_cv_int32_t=" short"
9976     else
9977 root 1.50 if test "$ac_cv_sizeof_int" -ge 4; then
9978 pcg 1.1 rxvt_cv_int32_t=" int"
9979     else
9980 root 1.50 if test "$ac_cv_sizeof_long" -ge 4; then
9981 pcg 1.1 rxvt_cv_int32_t=" long"
9982     else
9983 root 1.50 if test "$ac_cv_sizeof_long_long" -ge 4; then
9984 pcg 1.1 rxvt_cv_int32_t=" long long"
9985     else
9986     rxvt_cv_int32_t=" int" # we _must_ have a (possibly wrong) default
9987     fi
9988     fi
9989     fi
9990     fi
9991     fi
9992     fi
9993 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9994 pcg 1.1 fi
9995 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_int32_t" >&5
9996     echo "${ECHO_T}$rxvt_cv_int32_t" >&6
9997 pcg 1.1 if test x"$rxvt_cv_int32_t" != xyes; then
9998     rxvt_int32_typedef="typedef $rxvt_cv_int32_t int32_t;"
9999     else
10000     if test x"" = x; then
10001     rxvt_int32_typedef="/* typedef int int32_t; */"
10002     else
10003     rxvt_int32_typedef="/* typedef int int32_t; */"
10004     fi
10005 pcg 1.11 fi
10006 pcg 1.1
10007 pcg 1.11 echo "$as_me:$LINENO: checking for uint32_t" >&5
10008     echo $ECHO_N "checking for uint32_t... $ECHO_C" >&6
10009     if test "${rxvt_cv_uint32_t+set}" = set; then
10010     echo $ECHO_N "(cached) $ECHO_C" >&6
10011     else
10012     cat >conftest.$ac_ext <<_ACEOF
10013     /* confdefs.h. */
10014     _ACEOF
10015     cat confdefs.h >>conftest.$ac_ext
10016     cat >>conftest.$ac_ext <<_ACEOF
10017     /* end confdefs.h. */
10018 pcg 1.1 #include <stdint.h>
10019 pcg 1.11 int
10020     main ()
10021     {
10022 pcg 1.1 uint32_t dummy;
10023 pcg 1.11 ;
10024     return 0;
10025     }
10026     _ACEOF
10027     rm -f conftest.$ac_objext
10028     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10029     (eval $ac_compile) 2>conftest.er1
10030     ac_status=$?
10031     grep -v '^ *+' conftest.er1 >conftest.err
10032     rm -f conftest.er1
10033     cat conftest.err >&5
10034     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10035     (exit $ac_status); } &&
10036 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10037 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10038     (eval $ac_try) 2>&5
10039     ac_status=$?
10040     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10041     (exit $ac_status); }; } &&
10042     { ac_try='test -s conftest.$ac_objext'
10043     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10044     (eval $ac_try) 2>&5
10045     ac_status=$?
10046     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10047     (exit $ac_status); }; }; then
10048 pcg 1.1 rxvt_cv_uint32_t=yes
10049     else
10050 pcg 1.11 echo "$as_me: failed program was:" >&5
10051     sed 's/^/| /' conftest.$ac_ext >&5
10052    
10053 root 1.50 if test "$ac_cv_sizeof_char" -ge 4; then
10054 pcg 1.1 rxvt_cv_uint32_t="unsigned char"
10055     else
10056 root 1.50 if test "$ac_cv_sizeof_short" -ge 4; then
10057 pcg 1.1 rxvt_cv_uint32_t="unsigned short"
10058     else
10059 root 1.50 if test "$ac_cv_sizeof_int" -ge 4; then
10060 pcg 1.1 rxvt_cv_uint32_t="unsigned int"
10061     else
10062 root 1.50 if test "$ac_cv_sizeof_long" -ge 4; then
10063 pcg 1.1 rxvt_cv_uint32_t="unsigned long"
10064     else
10065 root 1.50 if test "$ac_cv_sizeof_long_long" -ge 4; then
10066 pcg 1.1 rxvt_cv_uint32_t="unsigned long long"
10067     else
10068     rxvt_cv_uint32_t="unsigned int" # we _must_ have a (possibly wrong) default
10069     fi
10070     fi
10071     fi
10072     fi
10073     fi
10074     fi
10075 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10076 pcg 1.1 fi
10077 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_uint32_t" >&5
10078     echo "${ECHO_T}$rxvt_cv_uint32_t" >&6
10079 pcg 1.1 if test x"$rxvt_cv_uint32_t" != xyes; then
10080     rxvt_uint32_typedef="typedef $rxvt_cv_uint32_t uint32_t;"
10081     else
10082     if test x"unsigned" = x; then
10083     rxvt_uint32_typedef="/* typedef int uint32_t; */"
10084     else
10085     rxvt_uint32_typedef="/* typedef unsigned int uint32_t; */"
10086     fi
10087 pcg 1.11 fi
10088 pcg 1.1
10089 root 1.50 if test "$ac_cv_sizeof_int_p" -eq 8; then
10090 pcg 1.1 rxvt_intp_define="#define intp_t int64_t"
10091     rxvt_u_intp_define="#define u_intp_t u_int64_t"
10092     else
10093 root 1.50 if test "$ac_cv_sizeof_int_p" -eq 4; then
10094 pcg 1.1 rxvt_intp_define="#define intp_t int32_t"
10095     rxvt_u_intp_define="#define u_intp_t u_int32_t"
10096     else
10097 root 1.50 if test "$ac_cv_sizeof_int_p" -eq 2; then
10098 pcg 1.1 rxvt_intp_define="#define intp_t int16_t"
10099     rxvt_u_intp_define="#define u_intp_t u_int16_t"
10100     else
10101     rxvt_intp_define="#error set intp_t"
10102     rxvt_u_intp_define="#error set u_intp_t"
10103     fi
10104     fi
10105     fi
10106    
10107    
10108    
10109 pcg 1.11 echo "$as_me:$LINENO: checking return type of signal handlers" >&5
10110     echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
10111     if test "${ac_cv_type_signal+set}" = set; then
10112     echo $ECHO_N "(cached) $ECHO_C" >&6
10113     else
10114     cat >conftest.$ac_ext <<_ACEOF
10115     /* confdefs.h. */
10116     _ACEOF
10117     cat confdefs.h >>conftest.$ac_ext
10118     cat >>conftest.$ac_ext <<_ACEOF
10119     /* end confdefs.h. */
10120 pcg 1.1 #include <sys/types.h>
10121     #include <signal.h>
10122     #ifdef signal
10123 pcg 1.11 # undef signal
10124 pcg 1.1 #endif
10125     #ifdef __cplusplus
10126     extern "C" void (*signal (int, void (*)(int)))(int);
10127     #else
10128     void (*signal ()) ();
10129     #endif
10130    
10131 pcg 1.11 int
10132     main ()
10133     {
10134 pcg 1.1 int i;
10135 pcg 1.11 ;
10136     return 0;
10137     }
10138     _ACEOF
10139     rm -f conftest.$ac_objext
10140     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10141     (eval $ac_compile) 2>conftest.er1
10142     ac_status=$?
10143     grep -v '^ *+' conftest.er1 >conftest.err
10144     rm -f conftest.er1
10145     cat conftest.err >&5
10146     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10147     (exit $ac_status); } &&
10148 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10149 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10150     (eval $ac_try) 2>&5
10151     ac_status=$?
10152     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10153     (exit $ac_status); }; } &&
10154     { ac_try='test -s conftest.$ac_objext'
10155     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10156     (eval $ac_try) 2>&5
10157     ac_status=$?
10158     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10159     (exit $ac_status); }; }; then
10160 pcg 1.1 ac_cv_type_signal=void
10161     else
10162 pcg 1.11 echo "$as_me: failed program was:" >&5
10163     sed 's/^/| /' conftest.$ac_ext >&5
10164    
10165     ac_cv_type_signal=int
10166 pcg 1.1 fi
10167 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10168 pcg 1.1 fi
10169 pcg 1.11 echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
10170     echo "${ECHO_T}$ac_cv_type_signal" >&6
10171 pcg 1.1
10172 pcg 1.11 cat >>confdefs.h <<_ACEOF
10173 pcg 1.1 #define RETSIGTYPE $ac_cv_type_signal
10174 pcg 1.11 _ACEOF
10175 pcg 1.1
10176    
10177    
10178     case "$host_alias" in
10179     *ultrix) ac_cv_func_setsid='no' ;;
10180     *) break;;
10181     esac
10182    
10183 pcg 1.11
10184    
10185    
10186    
10187    
10188    
10189    
10190    
10191    
10192    
10193    
10194    
10195    
10196    
10197    
10198    
10199    
10200    
10201 root 1.52
10202 pcg 1.1 for ac_func in \
10203     atexit \
10204     revoke \
10205     unsetenv \
10206     setutent \
10207     seteuid \
10208     setreuid \
10209     setsid \
10210     setpgrp \
10211     setpgid \
10212     openpty \
10213     _getpty \
10214     grantpt \
10215     unlockpt \
10216     isastream \
10217     on_exit \
10218     nanosleep \
10219     updwtmp \
10220 root 1.52 updwtmpx \
10221 pcg 1.1 ttyslot \
10222    
10223     do
10224 pcg 1.11 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
10225     echo "$as_me:$LINENO: checking for $ac_func" >&5
10226     echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
10227     if eval "test \"\${$as_ac_var+set}\" = set"; then
10228     echo $ECHO_N "(cached) $ECHO_C" >&6
10229     else
10230     cat >conftest.$ac_ext <<_ACEOF
10231     /* confdefs.h. */
10232     _ACEOF
10233     cat confdefs.h >>conftest.$ac_ext
10234     cat >>conftest.$ac_ext <<_ACEOF
10235     /* end confdefs.h. */
10236     /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
10237     For example, HP-UX 11i <limits.h> declares gettimeofday. */
10238     #define $ac_func innocuous_$ac_func
10239    
10240 pcg 1.1 /* System header to define __stub macros and hopefully few prototypes,
10241 pcg 1.11 which can conflict with char $ac_func (); below.
10242     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10243     <limits.h> exists even on freestanding compilers. */
10244    
10245     #ifdef __STDC__
10246     # include <limits.h>
10247     #else
10248     # include <assert.h>
10249     #endif
10250    
10251     #undef $ac_func
10252    
10253 pcg 1.1 /* Override any gcc2 internal prototype to avoid an error. */
10254 pcg 1.11 #ifdef __cplusplus
10255     extern "C"
10256     {
10257     #endif
10258 pcg 1.1 /* We use char because int might match the return type of a gcc2
10259 pcg 1.11 builtin and then its argument prototype would still apply. */
10260     char $ac_func ();
10261 pcg 1.1 /* The GNU C library defines this for functions which it implements
10262     to always fail with ENOSYS. Some functions are actually named
10263     something starting with __ and the normal name is an alias. */
10264     #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10265     choke me
10266     #else
10267 pcg 1.11 char (*f) () = $ac_func;
10268     #endif
10269     #ifdef __cplusplus
10270     }
10271 pcg 1.1 #endif
10272    
10273 pcg 1.11 int
10274     main ()
10275     {
10276     return f != $ac_func;
10277     ;
10278     return 0;
10279     }
10280     _ACEOF
10281     rm -f conftest.$ac_objext conftest$ac_exeext
10282     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10283     (eval $ac_link) 2>conftest.er1
10284     ac_status=$?
10285     grep -v '^ *+' conftest.er1 >conftest.err
10286     rm -f conftest.er1
10287     cat conftest.err >&5
10288     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10289     (exit $ac_status); } &&
10290 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10291 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10292     (eval $ac_try) 2>&5
10293     ac_status=$?
10294     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10295     (exit $ac_status); }; } &&
10296     { ac_try='test -s conftest$ac_exeext'
10297     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10298     (eval $ac_try) 2>&5
10299     ac_status=$?
10300     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10301     (exit $ac_status); }; }; then
10302     eval "$as_ac_var=yes"
10303     else
10304     echo "$as_me: failed program was:" >&5
10305     sed 's/^/| /' conftest.$ac_ext >&5
10306    
10307     eval "$as_ac_var=no"
10308     fi
10309     rm -f conftest.err conftest.$ac_objext \
10310     conftest$ac_exeext conftest.$ac_ext
10311     fi
10312     echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
10313     echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
10314     if test `eval echo '${'$as_ac_var'}'` = yes; then
10315     cat >>confdefs.h <<_ACEOF
10316     #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
10317     _ACEOF
10318 pcg 1.1
10319     fi
10320     done
10321    
10322    
10323    
10324 pcg 1.11 if test "${ac_cv_header_utmp_h+set}" = set; then
10325     echo "$as_me:$LINENO: checking for utmp.h" >&5
10326     echo $ECHO_N "checking for utmp.h... $ECHO_C" >&6
10327     if test "${ac_cv_header_utmp_h+set}" = set; then
10328     echo $ECHO_N "(cached) $ECHO_C" >&6
10329     fi
10330     echo "$as_me:$LINENO: result: $ac_cv_header_utmp_h" >&5
10331     echo "${ECHO_T}$ac_cv_header_utmp_h" >&6
10332     else
10333     # Is the header compilable?
10334     echo "$as_me:$LINENO: checking utmp.h usability" >&5
10335     echo $ECHO_N "checking utmp.h usability... $ECHO_C" >&6
10336     cat >conftest.$ac_ext <<_ACEOF
10337     /* confdefs.h. */
10338     _ACEOF
10339     cat confdefs.h >>conftest.$ac_ext
10340     cat >>conftest.$ac_ext <<_ACEOF
10341     /* end confdefs.h. */
10342     $ac_includes_default
10343     #include <utmp.h>
10344     _ACEOF
10345     rm -f conftest.$ac_objext
10346     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10347     (eval $ac_compile) 2>conftest.er1
10348     ac_status=$?
10349     grep -v '^ *+' conftest.er1 >conftest.err
10350     rm -f conftest.er1
10351     cat conftest.err >&5
10352     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10353     (exit $ac_status); } &&
10354 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10355 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10356     (eval $ac_try) 2>&5
10357     ac_status=$?
10358     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10359     (exit $ac_status); }; } &&
10360     { ac_try='test -s conftest.$ac_objext'
10361     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10362     (eval $ac_try) 2>&5
10363     ac_status=$?
10364     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10365     (exit $ac_status); }; }; then
10366     ac_header_compiler=yes
10367     else
10368     echo "$as_me: failed program was:" >&5
10369     sed 's/^/| /' conftest.$ac_ext >&5
10370    
10371     ac_header_compiler=no
10372     fi
10373     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10374     echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10375     echo "${ECHO_T}$ac_header_compiler" >&6
10376    
10377     # Is the header present?
10378     echo "$as_me:$LINENO: checking utmp.h presence" >&5
10379     echo $ECHO_N "checking utmp.h presence... $ECHO_C" >&6
10380     cat >conftest.$ac_ext <<_ACEOF
10381     /* confdefs.h. */
10382     _ACEOF
10383     cat confdefs.h >>conftest.$ac_ext
10384     cat >>conftest.$ac_ext <<_ACEOF
10385     /* end confdefs.h. */
10386 pcg 1.1 #include <utmp.h>
10387 pcg 1.11 _ACEOF
10388     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10389     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10390     ac_status=$?
10391     grep -v '^ *+' conftest.er1 >conftest.err
10392     rm -f conftest.er1
10393     cat conftest.err >&5
10394     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10395     (exit $ac_status); } >/dev/null; then
10396     if test -s conftest.err; then
10397 pcg 1.13 ac_cpp_err=$ac_cxx_preproc_warn_flag
10398     ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
10399 pcg 1.11 else
10400     ac_cpp_err=
10401     fi
10402 pcg 1.1 else
10403 pcg 1.11 ac_cpp_err=yes
10404 pcg 1.1 fi
10405 pcg 1.11 if test -z "$ac_cpp_err"; then
10406     ac_header_preproc=yes
10407     else
10408     echo "$as_me: failed program was:" >&5
10409     sed 's/^/| /' conftest.$ac_ext >&5
10410    
10411     ac_header_preproc=no
10412 pcg 1.1 fi
10413 pcg 1.11 rm -f conftest.err conftest.$ac_ext
10414     echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10415     echo "${ECHO_T}$ac_header_preproc" >&6
10416    
10417     # So? What about this header?
10418 pcg 1.13 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
10419 pcg 1.11 yes:no: )
10420     { echo "$as_me:$LINENO: WARNING: utmp.h: accepted by the compiler, rejected by the preprocessor!" >&5
10421     echo "$as_me: WARNING: utmp.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
10422     { echo "$as_me:$LINENO: WARNING: utmp.h: proceeding with the compiler's result" >&5
10423     echo "$as_me: WARNING: utmp.h: proceeding with the compiler's result" >&2;}
10424     ac_header_preproc=yes
10425     ;;
10426     no:yes:* )
10427     { echo "$as_me:$LINENO: WARNING: utmp.h: present but cannot be compiled" >&5
10428     echo "$as_me: WARNING: utmp.h: present but cannot be compiled" >&2;}
10429     { echo "$as_me:$LINENO: WARNING: utmp.h: check for missing prerequisite headers?" >&5
10430     echo "$as_me: WARNING: utmp.h: check for missing prerequisite headers?" >&2;}
10431     { echo "$as_me:$LINENO: WARNING: utmp.h: see the Autoconf documentation" >&5
10432     echo "$as_me: WARNING: utmp.h: see the Autoconf documentation" >&2;}
10433     { echo "$as_me:$LINENO: WARNING: utmp.h: section \"Present But Cannot Be Compiled\"" >&5
10434     echo "$as_me: WARNING: utmp.h: section \"Present But Cannot Be Compiled\"" >&2;}
10435     { echo "$as_me:$LINENO: WARNING: utmp.h: proceeding with the preprocessor's result" >&5
10436     echo "$as_me: WARNING: utmp.h: proceeding with the preprocessor's result" >&2;}
10437     { echo "$as_me:$LINENO: WARNING: utmp.h: in the future, the compiler will take precedence" >&5
10438     echo "$as_me: WARNING: utmp.h: in the future, the compiler will take precedence" >&2;}
10439     (
10440     cat <<\_ASBOX
10441     ## ------------------------------------------ ##
10442     ## Report this to the AC_PACKAGE_NAME lists. ##
10443     ## ------------------------------------------ ##
10444     _ASBOX
10445     ) |
10446     sed "s/^/$as_me: WARNING: /" >&2
10447     ;;
10448     esac
10449     echo "$as_me:$LINENO: checking for utmp.h" >&5
10450     echo $ECHO_N "checking for utmp.h... $ECHO_C" >&6
10451     if test "${ac_cv_header_utmp_h+set}" = set; then
10452     echo $ECHO_N "(cached) $ECHO_C" >&6
10453     else
10454     ac_cv_header_utmp_h=$ac_header_preproc
10455     fi
10456     echo "$as_me:$LINENO: result: $ac_cv_header_utmp_h" >&5
10457     echo "${ECHO_T}$ac_cv_header_utmp_h" >&6
10458    
10459     fi
10460     if test $ac_cv_header_utmp_h = yes; then
10461     echo "$as_me:$LINENO: checking for struct utmp" >&5
10462     echo $ECHO_N "checking for struct utmp... $ECHO_C" >&6
10463     if test "${rxvt_cv_struct_utmp+set}" = set; then
10464     echo $ECHO_N "(cached) $ECHO_C" >&6
10465     else
10466     cat >conftest.$ac_ext <<_ACEOF
10467     /* confdefs.h. */
10468     _ACEOF
10469     cat confdefs.h >>conftest.$ac_ext
10470     cat >>conftest.$ac_ext <<_ACEOF
10471     /* end confdefs.h. */
10472 pcg 1.1 #include <sys/types.h>
10473     #include <stdint.h>
10474     #include <utmp.h>
10475 pcg 1.11 int
10476     main ()
10477     {
10478 pcg 1.1 struct utmp ut;
10479 pcg 1.11 ;
10480     return 0;
10481     }
10482     _ACEOF
10483     rm -f conftest.$ac_objext
10484     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10485     (eval $ac_compile) 2>conftest.er1
10486     ac_status=$?
10487     grep -v '^ *+' conftest.er1 >conftest.err
10488     rm -f conftest.er1
10489     cat conftest.err >&5
10490     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10491     (exit $ac_status); } &&
10492 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10493 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10494     (eval $ac_try) 2>&5
10495     ac_status=$?
10496     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10497     (exit $ac_status); }; } &&
10498     { ac_try='test -s conftest.$ac_objext'
10499     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10500     (eval $ac_try) 2>&5
10501     ac_status=$?
10502     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10503     (exit $ac_status); }; }; then
10504 pcg 1.1 rxvt_cv_struct_utmp=yes
10505     else
10506 pcg 1.11 echo "$as_me: failed program was:" >&5
10507     sed 's/^/| /' conftest.$ac_ext >&5
10508    
10509     rxvt_cv_struct_utmp=no
10510 pcg 1.1 fi
10511 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10512 pcg 1.1 fi
10513 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmp" >&5
10514     echo "${ECHO_T}$rxvt_cv_struct_utmp" >&6
10515     if test x$rxvt_cv_struct_utmp = xyes; then
10516 pcg 1.1
10517 pcg 1.11 cat >>confdefs.h <<\_ACEOF
10518 pcg 1.1 #define HAVE_STRUCT_UTMP 1
10519 pcg 1.11 _ACEOF
10520 pcg 1.1
10521     fi
10522    
10523    
10524 pcg 1.11 echo "$as_me:$LINENO: checking for ut_host in utmp struct" >&5
10525     echo $ECHO_N "checking for ut_host in utmp struct... $ECHO_C" >&6
10526     if test "${rxvt_cv_struct_utmp_host+set}" = set; then
10527     echo $ECHO_N "(cached) $ECHO_C" >&6
10528 pcg 1.1 else
10529 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
10530     /* confdefs.h. */
10531     _ACEOF
10532     cat confdefs.h >>conftest.$ac_ext
10533     cat >>conftest.$ac_ext <<_ACEOF
10534     /* end confdefs.h. */
10535 pcg 1.1 #include <sys/types.h>
10536     #include <utmp.h>
10537 pcg 1.11 int
10538     main ()
10539     {
10540 pcg 1.1 struct utmp ut; ut.ut_host;
10541 pcg 1.11 ;
10542     return 0;
10543     }
10544     _ACEOF
10545     rm -f conftest.$ac_objext
10546     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10547     (eval $ac_compile) 2>conftest.er1
10548     ac_status=$?
10549     grep -v '^ *+' conftest.er1 >conftest.err
10550     rm -f conftest.er1
10551     cat conftest.err >&5
10552     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10553     (exit $ac_status); } &&
10554 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10555 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10556     (eval $ac_try) 2>&5
10557     ac_status=$?
10558     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10559     (exit $ac_status); }; } &&
10560     { ac_try='test -s conftest.$ac_objext'
10561     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10562     (eval $ac_try) 2>&5
10563     ac_status=$?
10564     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10565     (exit $ac_status); }; }; then
10566 pcg 1.1 rxvt_cv_struct_utmp_host=yes
10567     else
10568 pcg 1.11 echo "$as_me: failed program was:" >&5
10569     sed 's/^/| /' conftest.$ac_ext >&5
10570    
10571     rxvt_cv_struct_utmp_host=no
10572 pcg 1.1 fi
10573 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10574 pcg 1.1 fi
10575 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmp_host" >&5
10576     echo "${ECHO_T}$rxvt_cv_struct_utmp_host" >&6
10577     if test x$rxvt_cv_struct_utmp_host = xyes; then
10578 pcg 1.1
10579 pcg 1.11 cat >>confdefs.h <<\_ACEOF
10580 pcg 1.1 #define HAVE_UTMP_HOST 1
10581 pcg 1.11 _ACEOF
10582 pcg 1.1
10583     fi
10584    
10585 pcg 1.11 echo "$as_me:$LINENO: checking for ut_pid in utmp struct" >&5
10586     echo $ECHO_N "checking for ut_pid in utmp struct... $ECHO_C" >&6
10587     if test "${rxvt_cv_struct_utmp_pid+set}" = set; then
10588     echo $ECHO_N "(cached) $ECHO_C" >&6
10589 pcg 1.1 else
10590 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
10591     /* confdefs.h. */
10592     _ACEOF
10593     cat confdefs.h >>conftest.$ac_ext
10594     cat >>conftest.$ac_ext <<_ACEOF
10595     /* end confdefs.h. */
10596 pcg 1.1 #include <sys/types.h>
10597     #include <utmp.h>
10598 pcg 1.11 int
10599     main ()
10600     {
10601 pcg 1.1 struct utmp ut; ut.ut_pid;
10602 pcg 1.11 ;
10603     return 0;
10604     }
10605     _ACEOF
10606     rm -f conftest.$ac_objext
10607     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10608     (eval $ac_compile) 2>conftest.er1
10609     ac_status=$?
10610     grep -v '^ *+' conftest.er1 >conftest.err
10611     rm -f conftest.er1
10612     cat conftest.err >&5
10613     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10614     (exit $ac_status); } &&
10615 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10616 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10617     (eval $ac_try) 2>&5
10618     ac_status=$?
10619     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10620     (exit $ac_status); }; } &&
10621     { ac_try='test -s conftest.$ac_objext'
10622     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10623     (eval $ac_try) 2>&5
10624     ac_status=$?
10625     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10626     (exit $ac_status); }; }; then
10627 pcg 1.1 rxvt_cv_struct_utmp_pid=yes
10628     else
10629 pcg 1.11 echo "$as_me: failed program was:" >&5
10630     sed 's/^/| /' conftest.$ac_ext >&5
10631    
10632     rxvt_cv_struct_utmp_pid=no
10633 pcg 1.1 fi
10634 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10635 pcg 1.1 fi
10636 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmp_pid" >&5
10637     echo "${ECHO_T}$rxvt_cv_struct_utmp_pid" >&6
10638     if test x$rxvt_cv_struct_utmp_pid = xyes; then
10639 pcg 1.1
10640 pcg 1.11 cat >>confdefs.h <<\_ACEOF
10641 pcg 1.1 #define HAVE_UTMP_PID 1
10642 pcg 1.11 _ACEOF
10643 pcg 1.1
10644     fi
10645    
10646     fi
10647    
10648 pcg 1.11
10649    
10650     if test "${ac_cv_header_utmpx_h+set}" = set; then
10651     echo "$as_me:$LINENO: checking for utmpx.h" >&5
10652     echo $ECHO_N "checking for utmpx.h... $ECHO_C" >&6
10653     if test "${ac_cv_header_utmpx_h+set}" = set; then
10654     echo $ECHO_N "(cached) $ECHO_C" >&6
10655     fi
10656     echo "$as_me:$LINENO: result: $ac_cv_header_utmpx_h" >&5
10657     echo "${ECHO_T}$ac_cv_header_utmpx_h" >&6
10658 pcg 1.1 else
10659 pcg 1.11 # Is the header compilable?
10660     echo "$as_me:$LINENO: checking utmpx.h usability" >&5
10661     echo $ECHO_N "checking utmpx.h usability... $ECHO_C" >&6
10662     cat >conftest.$ac_ext <<_ACEOF
10663     /* confdefs.h. */
10664     _ACEOF
10665     cat confdefs.h >>conftest.$ac_ext
10666     cat >>conftest.$ac_ext <<_ACEOF
10667     /* end confdefs.h. */
10668     $ac_includes_default
10669     #include <utmpx.h>
10670     _ACEOF
10671     rm -f conftest.$ac_objext
10672     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10673     (eval $ac_compile) 2>conftest.er1
10674     ac_status=$?
10675     grep -v '^ *+' conftest.er1 >conftest.err
10676     rm -f conftest.er1
10677     cat conftest.err >&5
10678     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10679     (exit $ac_status); } &&
10680 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10681 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10682     (eval $ac_try) 2>&5
10683     ac_status=$?
10684     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10685     (exit $ac_status); }; } &&
10686     { ac_try='test -s conftest.$ac_objext'
10687     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10688     (eval $ac_try) 2>&5
10689     ac_status=$?
10690     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10691     (exit $ac_status); }; }; then
10692     ac_header_compiler=yes
10693     else
10694     echo "$as_me: failed program was:" >&5
10695     sed 's/^/| /' conftest.$ac_ext >&5
10696    
10697     ac_header_compiler=no
10698     fi
10699     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10700     echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10701     echo "${ECHO_T}$ac_header_compiler" >&6
10702    
10703     # Is the header present?
10704     echo "$as_me:$LINENO: checking utmpx.h presence" >&5
10705     echo $ECHO_N "checking utmpx.h presence... $ECHO_C" >&6
10706     cat >conftest.$ac_ext <<_ACEOF
10707     /* confdefs.h. */
10708     _ACEOF
10709     cat confdefs.h >>conftest.$ac_ext
10710     cat >>conftest.$ac_ext <<_ACEOF
10711     /* end confdefs.h. */
10712 pcg 1.1 #include <utmpx.h>
10713 pcg 1.11 _ACEOF
10714     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10715     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10716     ac_status=$?
10717     grep -v '^ *+' conftest.er1 >conftest.err
10718     rm -f conftest.er1
10719     cat conftest.err >&5
10720     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10721     (exit $ac_status); } >/dev/null; then
10722     if test -s conftest.err; then
10723 pcg 1.13 ac_cpp_err=$ac_cxx_preproc_warn_flag
10724     ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
10725 pcg 1.11 else
10726     ac_cpp_err=
10727     fi
10728 pcg 1.1 else
10729 pcg 1.11 ac_cpp_err=yes
10730 pcg 1.1 fi
10731 pcg 1.11 if test -z "$ac_cpp_err"; then
10732     ac_header_preproc=yes
10733     else
10734     echo "$as_me: failed program was:" >&5
10735     sed 's/^/| /' conftest.$ac_ext >&5
10736    
10737     ac_header_preproc=no
10738 pcg 1.1 fi
10739 pcg 1.11 rm -f conftest.err conftest.$ac_ext
10740     echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10741     echo "${ECHO_T}$ac_header_preproc" >&6
10742    
10743     # So? What about this header?
10744 pcg 1.13 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
10745 pcg 1.11 yes:no: )
10746     { echo "$as_me:$LINENO: WARNING: utmpx.h: accepted by the compiler, rejected by the preprocessor!" >&5
10747     echo "$as_me: WARNING: utmpx.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
10748     { echo "$as_me:$LINENO: WARNING: utmpx.h: proceeding with the compiler's result" >&5
10749     echo "$as_me: WARNING: utmpx.h: proceeding with the compiler's result" >&2;}
10750     ac_header_preproc=yes
10751     ;;
10752     no:yes:* )
10753     { echo "$as_me:$LINENO: WARNING: utmpx.h: present but cannot be compiled" >&5
10754     echo "$as_me: WARNING: utmpx.h: present but cannot be compiled" >&2;}
10755     { echo "$as_me:$LINENO: WARNING: utmpx.h: check for missing prerequisite headers?" >&5
10756     echo "$as_me: WARNING: utmpx.h: check for missing prerequisite headers?" >&2;}
10757     { echo "$as_me:$LINENO: WARNING: utmpx.h: see the Autoconf documentation" >&5
10758     echo "$as_me: WARNING: utmpx.h: see the Autoconf documentation" >&2;}
10759     { echo "$as_me:$LINENO: WARNING: utmpx.h: section \"Present But Cannot Be Compiled\"" >&5
10760     echo "$as_me: WARNING: utmpx.h: section \"Present But Cannot Be Compiled\"" >&2;}
10761     { echo "$as_me:$LINENO: WARNING: utmpx.h: proceeding with the preprocessor's result" >&5
10762     echo "$as_me: WARNING: utmpx.h: proceeding with the preprocessor's result" >&2;}
10763     { echo "$as_me:$LINENO: WARNING: utmpx.h: in the future, the compiler will take precedence" >&5
10764     echo "$as_me: WARNING: utmpx.h: in the future, the compiler will take precedence" >&2;}
10765     (
10766     cat <<\_ASBOX
10767     ## ------------------------------------------ ##
10768     ## Report this to the AC_PACKAGE_NAME lists. ##
10769     ## ------------------------------------------ ##
10770     _ASBOX
10771     ) |
10772     sed "s/^/$as_me: WARNING: /" >&2
10773     ;;
10774     esac
10775     echo "$as_me:$LINENO: checking for utmpx.h" >&5
10776     echo $ECHO_N "checking for utmpx.h... $ECHO_C" >&6
10777     if test "${ac_cv_header_utmpx_h+set}" = set; then
10778     echo $ECHO_N "(cached) $ECHO_C" >&6
10779     else
10780     ac_cv_header_utmpx_h=$ac_header_preproc
10781     fi
10782     echo "$as_me:$LINENO: result: $ac_cv_header_utmpx_h" >&5
10783     echo "${ECHO_T}$ac_cv_header_utmpx_h" >&6
10784    
10785     fi
10786     if test $ac_cv_header_utmpx_h = yes; then
10787     echo "$as_me:$LINENO: checking for struct utmpx" >&5
10788     echo $ECHO_N "checking for struct utmpx... $ECHO_C" >&6
10789     if test "${rxvt_cv_struct_utmpx+set}" = set; then
10790     echo $ECHO_N "(cached) $ECHO_C" >&6
10791     else
10792     cat >conftest.$ac_ext <<_ACEOF
10793     /* confdefs.h. */
10794     _ACEOF
10795     cat confdefs.h >>conftest.$ac_ext
10796     cat >>conftest.$ac_ext <<_ACEOF
10797     /* end confdefs.h. */
10798 pcg 1.1 #include <sys/types.h>
10799     #include <utmpx.h>
10800 pcg 1.11 int
10801     main ()
10802     {
10803 pcg 1.1 struct utmpx ut;
10804 pcg 1.11 ;
10805     return 0;
10806     }
10807     _ACEOF
10808     rm -f conftest.$ac_objext
10809     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10810     (eval $ac_compile) 2>conftest.er1
10811     ac_status=$?
10812     grep -v '^ *+' conftest.er1 >conftest.err
10813     rm -f conftest.er1
10814     cat conftest.err >&5
10815     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10816     (exit $ac_status); } &&
10817 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10818 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10819     (eval $ac_try) 2>&5
10820     ac_status=$?
10821     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10822     (exit $ac_status); }; } &&
10823     { ac_try='test -s conftest.$ac_objext'
10824     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10825     (eval $ac_try) 2>&5
10826     ac_status=$?
10827     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10828     (exit $ac_status); }; }; then
10829 pcg 1.1 rxvt_cv_struct_utmpx=yes
10830     else
10831 pcg 1.11 echo "$as_me: failed program was:" >&5
10832     sed 's/^/| /' conftest.$ac_ext >&5
10833    
10834     rxvt_cv_struct_utmpx=no
10835 pcg 1.1 fi
10836 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10837 pcg 1.1 fi
10838 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmpx" >&5
10839     echo "${ECHO_T}$rxvt_cv_struct_utmpx" >&6
10840     if test x$rxvt_cv_struct_utmpx = xyes; then
10841 pcg 1.1
10842 pcg 1.11 cat >>confdefs.h <<\_ACEOF
10843 pcg 1.1 #define HAVE_STRUCT_UTMPX 1
10844 pcg 1.11 _ACEOF
10845 pcg 1.1
10846     fi
10847    
10848    
10849 pcg 1.11 echo "$as_me:$LINENO: checking for host in utmpx struct" >&5
10850     echo $ECHO_N "checking for host in utmpx struct... $ECHO_C" >&6
10851     if test "${rxvt_cv_struct_utmpx_host+set}" = set; then
10852     echo $ECHO_N "(cached) $ECHO_C" >&6
10853 pcg 1.1 else
10854 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
10855     /* confdefs.h. */
10856     _ACEOF
10857     cat confdefs.h >>conftest.$ac_ext
10858     cat >>conftest.$ac_ext <<_ACEOF
10859     /* end confdefs.h. */
10860 pcg 1.1 #include <sys/types.h>
10861     #include <utmpx.h>
10862 pcg 1.11 int
10863     main ()
10864     {
10865 pcg 1.1 struct utmpx utx; utx.ut_host;
10866 pcg 1.11 ;
10867     return 0;
10868     }
10869     _ACEOF
10870     rm -f conftest.$ac_objext
10871     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10872     (eval $ac_compile) 2>conftest.er1
10873     ac_status=$?
10874     grep -v '^ *+' conftest.er1 >conftest.err
10875     rm -f conftest.er1
10876     cat conftest.err >&5
10877     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10878     (exit $ac_status); } &&
10879 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10880 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10881     (eval $ac_try) 2>&5
10882     ac_status=$?
10883     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10884     (exit $ac_status); }; } &&
10885     { ac_try='test -s conftest.$ac_objext'
10886     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10887     (eval $ac_try) 2>&5
10888     ac_status=$?
10889     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10890     (exit $ac_status); }; }; then
10891 pcg 1.1 rxvt_cv_struct_utmpx_host=yes
10892     else
10893 pcg 1.11 echo "$as_me: failed program was:" >&5
10894     sed 's/^/| /' conftest.$ac_ext >&5
10895    
10896     rxvt_cv_struct_utmpx_host=no
10897 pcg 1.1 fi
10898 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10899 pcg 1.1 fi
10900 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmpx_host" >&5
10901     echo "${ECHO_T}$rxvt_cv_struct_utmpx_host" >&6
10902     if test x$rxvt_cv_struct_utmpx_host = xyes; then
10903 pcg 1.1
10904 pcg 1.11 cat >>confdefs.h <<\_ACEOF
10905 pcg 1.1 #define HAVE_UTMPX_HOST 1
10906 pcg 1.11 _ACEOF
10907 pcg 1.1
10908     fi
10909    
10910 root 1.52 echo "$as_me:$LINENO: checking for session in utmpx struct" >&5
10911     echo $ECHO_N "checking for session in utmpx struct... $ECHO_C" >&6
10912     if test "${rxvt_cv_struct_utmpx_session+set}" = set; then
10913     echo $ECHO_N "(cached) $ECHO_C" >&6
10914     else
10915     cat >conftest.$ac_ext <<_ACEOF
10916     /* confdefs.h. */
10917     _ACEOF
10918     cat confdefs.h >>conftest.$ac_ext
10919     cat >>conftest.$ac_ext <<_ACEOF
10920     /* end confdefs.h. */
10921     #include <sys/types.h>
10922     #include <utmpx.h>
10923     int
10924     main ()
10925     {
10926     struct utmpx utx; utx.ut_session;
10927     ;
10928     return 0;
10929     }
10930     _ACEOF
10931     rm -f conftest.$ac_objext
10932     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10933     (eval $ac_compile) 2>conftest.er1
10934     ac_status=$?
10935     grep -v '^ *+' conftest.er1 >conftest.err
10936     rm -f conftest.er1
10937     cat conftest.err >&5
10938     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10939     (exit $ac_status); } &&
10940     { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10941     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10942     (eval $ac_try) 2>&5
10943     ac_status=$?
10944     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10945     (exit $ac_status); }; } &&
10946     { ac_try='test -s conftest.$ac_objext'
10947     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10948     (eval $ac_try) 2>&5
10949     ac_status=$?
10950     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10951     (exit $ac_status); }; }; then
10952     rxvt_cv_struct_utmpx_session=yes
10953     else
10954     echo "$as_me: failed program was:" >&5
10955     sed 's/^/| /' conftest.$ac_ext >&5
10956    
10957     rxvt_cv_struct_utmpx_session=no
10958     fi
10959     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10960 pcg 1.1 fi
10961 root 1.52 echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmpx_session" >&5
10962     echo "${ECHO_T}$rxvt_cv_struct_utmpx_session" >&6
10963     if test x$rxvt_cv_struct_utmpx_session = xyes; then
10964 pcg 1.1
10965 root 1.52 cat >>confdefs.h <<\_ACEOF
10966     #define HAVE_UTMPX_SESSION 1
10967     _ACEOF
10968    
10969     fi
10970    
10971     fi
10972 pcg 1.11
10973    
10974     echo "$as_me:$LINENO: checking for struct lastlog" >&5
10975     echo $ECHO_N "checking for struct lastlog... $ECHO_C" >&6
10976     if test "${rxvt_cv_struct_lastlog+set}" = set; then
10977     echo $ECHO_N "(cached) $ECHO_C" >&6
10978 pcg 1.1 else
10979 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
10980     /* confdefs.h. */
10981     _ACEOF
10982     cat confdefs.h >>conftest.$ac_ext
10983     cat >>conftest.$ac_ext <<_ACEOF
10984     /* end confdefs.h. */
10985 pcg 1.1 #include <sys/types.h>
10986     #include <utmp.h>
10987     #ifdef HAVE_LASTLOG_H
10988     #include <lastlog.h>
10989     #endif
10990    
10991 pcg 1.11 int
10992     main ()
10993     {
10994 pcg 1.1 struct lastlog ll;
10995 pcg 1.11 ;
10996     return 0;
10997     }
10998     _ACEOF
10999     rm -f conftest.$ac_objext
11000     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11001     (eval $ac_compile) 2>conftest.er1
11002     ac_status=$?
11003     grep -v '^ *+' conftest.er1 >conftest.err
11004     rm -f conftest.er1
11005     cat conftest.err >&5
11006     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11007     (exit $ac_status); } &&
11008 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11009 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11010     (eval $ac_try) 2>&5
11011     ac_status=$?
11012     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11013     (exit $ac_status); }; } &&
11014     { ac_try='test -s conftest.$ac_objext'
11015     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11016     (eval $ac_try) 2>&5
11017     ac_status=$?
11018     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11019     (exit $ac_status); }; }; then
11020 pcg 1.1 rxvt_cv_struct_lastlog=yes
11021     else
11022 pcg 1.11 echo "$as_me: failed program was:" >&5
11023     sed 's/^/| /' conftest.$ac_ext >&5
11024    
11025     rxvt_cv_struct_lastlog=no
11026 pcg 1.1 fi
11027 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11028 pcg 1.1 fi
11029 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_struct_lastlog" >&5
11030     echo "${ECHO_T}$rxvt_cv_struct_lastlog" >&6
11031     if test x$rxvt_cv_struct_lastlog = xyes; then
11032 pcg 1.1
11033 pcg 1.11 cat >>confdefs.h <<\_ACEOF
11034 pcg 1.1 #define HAVE_STRUCT_LASTLOG 1
11035 pcg 1.11 _ACEOF
11036 pcg 1.1
11037     fi
11038    
11039 pcg 1.11 echo "$as_me:$LINENO: checking for struct lastlogx" >&5
11040     echo $ECHO_N "checking for struct lastlogx... $ECHO_C" >&6
11041     if test "${rxvt_cv_struct_lastlogx+set}" = set; then
11042     echo $ECHO_N "(cached) $ECHO_C" >&6
11043 pcg 1.1 else
11044 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
11045     /* confdefs.h. */
11046     _ACEOF
11047     cat confdefs.h >>conftest.$ac_ext
11048     cat >>conftest.$ac_ext <<_ACEOF
11049     /* end confdefs.h. */
11050 pcg 1.1 #include <sys/types.h>
11051     #include <utmpx.h>
11052     #ifdef HAVE_LASTLOG_H
11053     #include <lastlog.h>
11054     #endif
11055    
11056 pcg 1.11 int
11057     main ()
11058     {
11059 pcg 1.1 struct lastlogx ll;
11060 pcg 1.11 ;
11061     return 0;
11062     }
11063     _ACEOF
11064     rm -f conftest.$ac_objext
11065     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11066     (eval $ac_compile) 2>conftest.er1
11067     ac_status=$?
11068     grep -v '^ *+' conftest.er1 >conftest.err
11069     rm -f conftest.er1
11070     cat conftest.err >&5
11071     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11072     (exit $ac_status); } &&
11073 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11074 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11075     (eval $ac_try) 2>&5
11076     ac_status=$?
11077     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11078     (exit $ac_status); }; } &&
11079     { ac_try='test -s conftest.$ac_objext'
11080     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11081     (eval $ac_try) 2>&5
11082     ac_status=$?
11083     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11084     (exit $ac_status); }; }; then
11085 pcg 1.1 rxvt_cv_struct_lastlogx=yes
11086     else
11087 pcg 1.11 echo "$as_me: failed program was:" >&5
11088     sed 's/^/| /' conftest.$ac_ext >&5
11089    
11090     rxvt_cv_struct_lastlogx=no
11091 pcg 1.1 fi
11092 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11093 pcg 1.1 fi
11094 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_struct_lastlogx" >&5
11095     echo "${ECHO_T}$rxvt_cv_struct_lastlogx" >&6
11096     if test x$rxvt_cv_struct_lastlogx = xyes; then
11097 pcg 1.1
11098 pcg 1.11 cat >>confdefs.h <<\_ACEOF
11099 pcg 1.1 #define HAVE_STRUCT_LASTLOGX 1
11100 pcg 1.11 _ACEOF
11101 pcg 1.1
11102     fi
11103    
11104    
11105 pcg 1.11 echo "$as_me:$LINENO: checking where utmp is located" >&5
11106     echo $ECHO_N "checking where utmp is located... $ECHO_C" >&6
11107     if test "${rxvt_cv_path_utmp+set}" = set; then
11108     echo $ECHO_N "(cached) $ECHO_C" >&6
11109 pcg 1.1 else
11110     if test "$cross_compiling" = yes; then
11111 pcg 1.11 { echo "$as_me:$LINENO: WARNING: Define RXVT_UTMP_FILE in config.h manually" >&5
11112     echo "$as_me: WARNING: Define RXVT_UTMP_FILE in config.h manually" >&2;}
11113 pcg 1.1 else
11114 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
11115     /* confdefs.h. */
11116     _ACEOF
11117     cat confdefs.h >>conftest.$ac_ext
11118     cat >>conftest.$ac_ext <<_ACEOF
11119     /* end confdefs.h. */
11120 pcg 1.1 #include <stdio.h>
11121     #include <sys/types.h>
11122     #include <utmp.h>
11123     #include <errno.h>
11124     main()
11125     {
11126     char **u, *utmplist[] = {
11127     "/var/run/utmp", "/var/adm/utmp", "/etc/utmp", "/usr/etc/utmp", "/usr/adm/utmp", NULL };
11128     FILE *a, *f=fopen("conftestval", "w");
11129     if (!f) exit(1);
11130     #ifdef UTMP_FILE
11131     fprintf(f, "%s\n", UTMP_FILE);
11132     exit(0);
11133     #endif
11134     #ifdef _PATH_UTMP
11135     fprintf(f, "%s\n", _PATH_UTMP);
11136     exit(0);
11137     #endif
11138     for (u = utmplist; *u; u++) {
11139     if ((a = fopen(*u, "r")) != NULL || errno == EACCES) {
11140     fprintf(f, "%s\n", *u);
11141     exit(0);
11142     }
11143     }
11144     exit(0);
11145     }
11146 pcg 1.11 _ACEOF
11147     rm -f conftest$ac_exeext
11148     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11149     (eval $ac_link) 2>&5
11150     ac_status=$?
11151     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11152     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11153     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11154     (eval $ac_try) 2>&5
11155     ac_status=$?
11156     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11157     (exit $ac_status); }; }; then
11158 pcg 1.1 rxvt_cv_path_utmp=`cat conftestval`
11159     else
11160 pcg 1.11 echo "$as_me: program exited with status $ac_status" >&5
11161     echo "$as_me: failed program was:" >&5
11162     sed 's/^/| /' conftest.$ac_ext >&5
11163    
11164     ( exit $ac_status )
11165     rxvt_cv_path_utmp=
11166 pcg 1.1 fi
11167 pcg 1.11 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11168 pcg 1.1 fi
11169     fi
11170 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_path_utmp" >&5
11171     echo "${ECHO_T}$rxvt_cv_path_utmp" >&6
11172     if test x$rxvt_cv_path_utmp != x; then
11173 pcg 1.1
11174 pcg 1.11 cat >>confdefs.h <<_ACEOF
11175 pcg 1.1 #define RXVT_UTMP_FILE "$rxvt_cv_path_utmp"
11176 pcg 1.11 _ACEOF
11177 pcg 1.1
11178     fi
11179    
11180    
11181 pcg 1.11 echo "$as_me:$LINENO: checking where utmpx is located" >&5
11182     echo $ECHO_N "checking where utmpx is located... $ECHO_C" >&6
11183     if test "${rxvt_cv_path_utmpx+set}" = set; then
11184     echo $ECHO_N "(cached) $ECHO_C" >&6
11185 pcg 1.1 else
11186     if test "$cross_compiling" = yes; then
11187 pcg 1.11 { echo "$as_me:$LINENO: WARNING: Define RXVT_UTMPX_FILE in config.h manually" >&5
11188     echo "$as_me: WARNING: Define RXVT_UTMPX_FILE in config.h manually" >&2;}
11189 pcg 1.1 else
11190 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
11191     /* confdefs.h. */
11192     _ACEOF
11193     cat confdefs.h >>conftest.$ac_ext
11194     cat >>conftest.$ac_ext <<_ACEOF
11195     /* end confdefs.h. */
11196 pcg 1.1 #include <stdio.h>
11197     #include <sys/types.h>
11198     #include <utmpx.h>
11199     #include <errno.h>
11200     #include <sys/stat.h>
11201     #ifdef HAVE_STRING_H
11202     #include <string.h>
11203     #endif
11204     main()
11205     {
11206     char **u, *p, *utmplist[] = {
11207     #ifdef UTMPX_FILE
11208     UTMPX_FILE,
11209     #endif
11210     #ifdef _PATH_UTMPX
11211     _PATH_UTMPX,
11212     #endif
11213     "/var/adm/utmpx", "/etc/utmpx", NULL };
11214     FILE *a, *f=fopen("conftestval", "w");
11215     struct stat statu, statux;
11216     if (!f) exit(1);
11217     for (u = utmplist; *u; u++) {
11218     if ((a = fopen(*u, "r")) != NULL || errno == EACCES) {
11219     if (stat(*u, &statux) < 0)
11220     continue;
11221     p = strdup(*u);
11222     p[strlen(p) - 1] = '\0';
11223     if (stat(p, &statu) >= 0
11224     && (statu.st_mtime - statux.st_mtime > 86400))
11225     continue;
11226     fprintf(f, "%s\n", *u);
11227     exit(0);
11228     }
11229     }
11230     exit(0);
11231     }
11232 pcg 1.11 _ACEOF
11233     rm -f conftest$ac_exeext
11234     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11235     (eval $ac_link) 2>&5
11236     ac_status=$?
11237     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11238     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11239     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11240     (eval $ac_try) 2>&5
11241     ac_status=$?
11242     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11243     (exit $ac_status); }; }; then
11244 pcg 1.1 rxvt_cv_path_utmpx=`cat conftestval`
11245     else
11246 pcg 1.11 echo "$as_me: program exited with status $ac_status" >&5
11247     echo "$as_me: failed program was:" >&5
11248     sed 's/^/| /' conftest.$ac_ext >&5
11249    
11250     ( exit $ac_status )
11251     rxvt_cv_path_utmpx=
11252 pcg 1.1 fi
11253 pcg 1.11 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11254 pcg 1.1 fi
11255     fi
11256 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_path_utmpx" >&5
11257     echo "${ECHO_T}$rxvt_cv_path_utmpx" >&6
11258     if test x$rxvt_cv_path_utmpx != x; then
11259 pcg 1.1
11260 pcg 1.11 cat >>confdefs.h <<_ACEOF
11261 pcg 1.1 #define RXVT_UTMPX_FILE "$rxvt_cv_path_utmpx"
11262 pcg 1.11 _ACEOF
11263 pcg 1.1
11264     fi
11265    
11266    
11267 pcg 1.11 echo "$as_me:$LINENO: checking where wtmp is located" >&5
11268     echo $ECHO_N "checking where wtmp is located... $ECHO_C" >&6
11269     if test "${rxvt_cv_path_wtmp+set}" = set; then
11270     echo $ECHO_N "(cached) $ECHO_C" >&6
11271 pcg 1.1 else
11272     if test "$cross_compiling" = yes; then
11273 pcg 1.11 { echo "$as_me:$LINENO: WARNING: Define RXVT_WTMP_FILE in config.h manually" >&5
11274     echo "$as_me: WARNING: Define RXVT_WTMP_FILE in config.h manually" >&2;}
11275 pcg 1.1 else
11276 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
11277     /* confdefs.h. */
11278     _ACEOF
11279     cat confdefs.h >>conftest.$ac_ext
11280     cat >>conftest.$ac_ext <<_ACEOF
11281     /* end confdefs.h. */
11282 pcg 1.1 #include <stdio.h>
11283     #include <sys/types.h>
11284     #ifdef HAVE_UTMP_H
11285     #include <utmp.h>
11286     #endif
11287     #include <errno.h>
11288     main()
11289     {
11290     char **w, *wtmplist[] = {
11291 pcg 1.11 "/var/log/wtmp", "/var/adm/wtmp", "/etc/wtmp", "/usr/etc/wtmp", "/usr/adm/wtmp", NULL };
11292 pcg 1.1 FILE *a, *f=fopen("conftestval", "w");
11293     if (!f) exit(1);
11294     #ifdef WTMP_FILE
11295     fprintf(f, "%s\n", WTMP_FILE);
11296     exit(0);
11297     #endif
11298     #ifdef _PATH_WTMP
11299     fprintf(f, "%s\n", _PATH_WTMP);
11300     exit(0);
11301     #endif
11302     for (w = wtmplist; *w; w++) {
11303     if ((a = fopen(*w, "r")) != NULL || errno == EACCES) {
11304     fprintf(f, "%s\n", *w);
11305     exit(0);
11306     }
11307     }
11308     exit(0);
11309     }
11310 pcg 1.11 _ACEOF
11311     rm -f conftest$ac_exeext
11312     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11313     (eval $ac_link) 2>&5
11314     ac_status=$?
11315     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11316     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11317     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11318     (eval $ac_try) 2>&5
11319     ac_status=$?
11320     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11321     (exit $ac_status); }; }; then
11322 pcg 1.1 rxvt_cv_path_wtmp=`cat conftestval`
11323     else
11324 pcg 1.11 echo "$as_me: program exited with status $ac_status" >&5
11325     echo "$as_me: failed program was:" >&5
11326     sed 's/^/| /' conftest.$ac_ext >&5
11327    
11328     ( exit $ac_status )
11329     rxvt_cv_path_wtmp=
11330 pcg 1.1 fi
11331 pcg 1.11 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11332 pcg 1.1 fi
11333     fi
11334 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_path_wtmp" >&5
11335     echo "${ECHO_T}$rxvt_cv_path_wtmp" >&6
11336     if test x$rxvt_cv_path_wtmp != x; then
11337 pcg 1.1
11338 pcg 1.11 cat >>confdefs.h <<_ACEOF
11339 pcg 1.1 #define RXVT_WTMP_FILE "$rxvt_cv_path_wtmp"
11340 pcg 1.11 _ACEOF
11341 pcg 1.1
11342     fi
11343    
11344 pcg 1.11 echo "$as_me:$LINENO: checking where wtmpx is located" >&5
11345     echo $ECHO_N "checking where wtmpx is located... $ECHO_C" >&6
11346     if test "${rxvt_cv_path_wtmpx+set}" = set; then
11347     echo $ECHO_N "(cached) $ECHO_C" >&6
11348 pcg 1.1 else
11349     if test "$cross_compiling" = yes; then
11350 pcg 1.11 { echo "$as_me:$LINENO: WARNING: Define RXVT_WTMPX_FILE in config.h manually" >&5
11351     echo "$as_me: WARNING: Define RXVT_WTMPX_FILE in config.h manually" >&2;}
11352 pcg 1.1 else
11353 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
11354     /* confdefs.h. */
11355     _ACEOF
11356     cat confdefs.h >>conftest.$ac_ext
11357     cat >>conftest.$ac_ext <<_ACEOF
11358     /* end confdefs.h. */
11359 pcg 1.1 #include <stdio.h>
11360     #ifdef HAVE_UTMPX_H
11361     #include <utmpx.h>
11362     #endif
11363     #include <errno.h>
11364     main()
11365     {
11366     char **w, *wtmplist[] = {
11367 pcg 1.11 "/var/log/wtmpx", "/var/adm/wtmpx", NULL };
11368 pcg 1.1 FILE *a, *f=fopen("conftestval", "w");
11369     if (!f) exit(1);
11370     #ifdef WTMPX_FILE
11371     fprintf(f, "%s\n", WTMPX_FILE);
11372     exit(0);
11373     #endif
11374     #ifdef _PATH_WTMPX
11375     fprintf(f, "%s\n", _PATH_WTMPX);
11376     exit(0);
11377     #endif
11378     for (w = wtmplist; *w; w++) {
11379     if ((a = fopen(*w, "r")) != NULL || errno == EACCES) {
11380     fprintf(f, "%s\n", *w);
11381     exit(0);
11382     }
11383     }
11384     exit(0);
11385     }
11386 pcg 1.11 _ACEOF
11387     rm -f conftest$ac_exeext
11388     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11389     (eval $ac_link) 2>&5
11390     ac_status=$?
11391     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11392     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11393     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11394     (eval $ac_try) 2>&5
11395     ac_status=$?
11396     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11397     (exit $ac_status); }; }; then
11398 pcg 1.1 rxvt_cv_path_wtmpx=`cat conftestval`
11399     else
11400 pcg 1.11 echo "$as_me: program exited with status $ac_status" >&5
11401     echo "$as_me: failed program was:" >&5
11402     sed 's/^/| /' conftest.$ac_ext >&5
11403    
11404     ( exit $ac_status )
11405     rxvt_cv_path_wtmpx=
11406 pcg 1.1 fi
11407 pcg 1.11 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11408 pcg 1.1 fi
11409     fi
11410 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_path_wtmpx" >&5
11411     echo "${ECHO_T}$rxvt_cv_path_wtmpx" >&6
11412     if test x$rxvt_cv_path_wtmpx != x; then
11413 pcg 1.1
11414 pcg 1.11 cat >>confdefs.h <<_ACEOF
11415 pcg 1.1 #define RXVT_WTMPX_FILE "$rxvt_cv_path_wtmpx"
11416 pcg 1.11 _ACEOF
11417 pcg 1.1
11418     fi
11419    
11420 pcg 1.11 echo "$as_me:$LINENO: checking where lastlog is located" >&5
11421     echo $ECHO_N "checking where lastlog is located... $ECHO_C" >&6
11422     if test "${rxvt_cv_path_lastlog+set}" = set; then
11423     echo $ECHO_N "(cached) $ECHO_C" >&6
11424 pcg 1.1 else
11425     if test "$cross_compiling" = yes; then
11426 pcg 1.11 { echo "$as_me:$LINENO: WARNING: Define RXVT_LASTLOG_FILE in config.h manually" >&5
11427     echo "$as_me: WARNING: Define RXVT_LASTLOG_FILE in config.h manually" >&2;}
11428 pcg 1.1 else
11429 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
11430     /* confdefs.h. */
11431     _ACEOF
11432     cat confdefs.h >>conftest.$ac_ext
11433     cat >>conftest.$ac_ext <<_ACEOF
11434     /* end confdefs.h. */
11435 pcg 1.1 #include <stdio.h>
11436     #include <sys/types.h>
11437     #ifdef HAVE_UTMPX_H
11438     #include <utmpx.h>
11439     #elif defined(HAVE_UTMP_H)
11440     #include <utmp.h>
11441     #endif
11442     #ifdef HAVE_LASTLOG_H
11443     #include <lastlog.h>
11444     #endif
11445     #include <errno.h>
11446     main()
11447     {
11448     char **w, *lastloglist[] = { "/var/log/lastlog", NULL };
11449     FILE *a, *f=fopen("conftestval", "w");
11450     if (!f) exit(1);
11451     #ifdef LASTLOG_FILE
11452     fprintf(f, "%s\n", LASTLOG_FILE);
11453     exit(0);
11454     #endif
11455     #ifdef _PATH_LASTLOG
11456     fprintf(f, "%s\n", _PATH_LASTLOG);
11457     exit(0);
11458     #endif
11459     for (w = lastloglist; *w; w++) {
11460     if ((a = fopen(*w, "r")) != NULL || errno == EACCES) {
11461     fprintf(f, "%s\n", *w);
11462     exit(0);
11463     }
11464     }
11465     exit(0);
11466     }
11467 pcg 1.11 _ACEOF
11468     rm -f conftest$ac_exeext
11469     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11470     (eval $ac_link) 2>&5
11471     ac_status=$?
11472     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11473     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11474     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11475     (eval $ac_try) 2>&5
11476     ac_status=$?
11477     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11478     (exit $ac_status); }; }; then
11479 pcg 1.1 rxvt_cv_path_lastlog=`cat conftestval`
11480     else
11481 pcg 1.11 echo "$as_me: program exited with status $ac_status" >&5
11482     echo "$as_me: failed program was:" >&5
11483     sed 's/^/| /' conftest.$ac_ext >&5
11484    
11485     ( exit $ac_status )
11486     rxvt_cv_path_lastlog=
11487 pcg 1.1 fi
11488 pcg 1.11 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11489 pcg 1.1 fi
11490     fi
11491 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_path_lastlog" >&5
11492     echo "${ECHO_T}$rxvt_cv_path_lastlog" >&6
11493     if test x$rxvt_cv_path_lastlog != x; then
11494 pcg 1.1
11495 pcg 1.11 cat >>confdefs.h <<_ACEOF
11496 pcg 1.1 #define RXVT_LASTLOG_FILE "$rxvt_cv_path_lastlog"
11497 pcg 1.11 _ACEOF
11498 pcg 1.1
11499     if test -d "$rxvt_cv_path_lastlog"; then
11500 pcg 1.11
11501     cat >>confdefs.h <<\_ACEOF
11502 pcg 1.1 #define LASTLOG_IS_DIR 1
11503 pcg 1.11 _ACEOF
11504 pcg 1.1
11505     fi
11506     fi
11507    
11508 pcg 1.11 echo "$as_me:$LINENO: checking where lastlogx is located" >&5
11509     echo $ECHO_N "checking where lastlogx is located... $ECHO_C" >&6
11510     if test "${rxvt_cv_path_lastlogx+set}" = set; then
11511     echo $ECHO_N "(cached) $ECHO_C" >&6
11512 pcg 1.1 else
11513     if test "$cross_compiling" = yes; then
11514 pcg 1.11 { echo "$as_me:$LINENO: WARNING: Define RXVT_LASTLOGX_FILE in config.h manually" >&5
11515     echo "$as_me: WARNING: Define RXVT_LASTLOGX_FILE in config.h manually" >&2;}
11516 pcg 1.1 else
11517 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
11518     /* confdefs.h. */
11519     _ACEOF
11520     cat confdefs.h >>conftest.$ac_ext
11521     cat >>conftest.$ac_ext <<_ACEOF
11522     /* end confdefs.h. */
11523 pcg 1.1 #include <stdio.h>
11524     #ifdef HAVE_UTMPX_H
11525     #include <utmpx.h>
11526     #endif
11527     #include <errno.h>
11528     main()
11529     {
11530     char **w, *wtmplist[] = { "/var/log/lastlogx", "/var/adm/lastlogx", NULL };
11531     FILE *a, *f=fopen("conftestval", "w");
11532     if (!f) exit(1);
11533     #ifdef LASTLOGX_FILE
11534     fprintf(f, "%s\n", LASTLOGX_FILE);
11535     exit(0);
11536     #endif
11537     #ifdef _PATH_LASTLOGX
11538     fprintf(f, "%s\n", _PATH_LASTLOGX);
11539     exit(0);
11540     #endif
11541     for (w = wtmplist; *w; w++) {
11542     if ((a = fopen(*w, "r")) != NULL || errno == EACCES) {
11543     fprintf(f, "%s\n", *w);
11544     exit(0);
11545     }
11546     }
11547     exit(0);
11548     }
11549 pcg 1.11 _ACEOF
11550     rm -f conftest$ac_exeext
11551     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11552     (eval $ac_link) 2>&5
11553     ac_status=$?
11554     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11555     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11556     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11557     (eval $ac_try) 2>&5
11558     ac_status=$?
11559     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11560     (exit $ac_status); }; }; then
11561 pcg 1.1 rxvt_cv_path_lastlogx=`cat conftestval`
11562     else
11563 pcg 1.11 echo "$as_me: program exited with status $ac_status" >&5
11564     echo "$as_me: failed program was:" >&5
11565     sed 's/^/| /' conftest.$ac_ext >&5
11566    
11567     ( exit $ac_status )
11568     rxvt_cv_path_lastlogx=
11569 pcg 1.1 fi
11570 pcg 1.11 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11571 pcg 1.1 fi
11572     fi
11573 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_path_lastlogx" >&5
11574     echo "${ECHO_T}$rxvt_cv_path_lastlogx" >&6
11575     if test x$rxvt_cv_path_lastlogx != x; then
11576 pcg 1.1
11577 pcg 1.11 cat >>confdefs.h <<_ACEOF
11578 pcg 1.1 #define RXVT_LASTLOGX_FILE "$rxvt_cv_path_lastlogx"
11579 pcg 1.11 _ACEOF
11580 pcg 1.1
11581     fi
11582    
11583    
11584 pcg 1.11 echo "$as_me:$LINENO: checking where ttys/ttytab is located" >&5
11585     echo $ECHO_N "checking where ttys/ttytab is located... $ECHO_C" >&6
11586     if test "${rxvt_cv_path_ttytab+set}" = set; then
11587     echo $ECHO_N "(cached) $ECHO_C" >&6
11588 pcg 1.1 else
11589     for ttys_file in /etc/ttys /etc/ttytab;
11590     do
11591 pcg 1.11 if test -f "$ttys_file" ; then
11592 pcg 1.1 rxvt_cv_path_ttytab=$ttys_file
11593     break
11594     fi
11595     done
11596    
11597     fi
11598 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_path_ttytab" >&5
11599     echo "${ECHO_T}$rxvt_cv_path_ttytab" >&6
11600     if test x$rxvt_cv_path_ttytab != x; then
11601 pcg 1.1
11602 pcg 1.11 cat >>confdefs.h <<_ACEOF
11603 pcg 1.1 #define TTYTAB_FILENAME "$rxvt_cv_path_ttytab"
11604 pcg 1.11 _ACEOF
11605 pcg 1.1
11606     fi
11607    
11608    
11609     ac_save_LIBS=$LIBS
11610     ac_save_CFLAGS=$CFLAGS
11611     CFLAGS="$CFLAGS $X_CFLAGS"
11612     LIBS="$LIBS $X_LIBS $X_EXTRA_LIBS -lX11"
11613     if test x$rxvt_cv_rpath = xyes -o x$rxvt_cv_R = xyes; then
11614     LIBS=`echo $LIBS | sed "$R_TRANSLATE"`
11615     fi
11616 pcg 1.11 echo "$as_me:$LINENO: checking for working Xlocale" >&5
11617     echo $ECHO_N "checking for working Xlocale... $ECHO_C" >&6
11618     if test "${rxvt_cv_func_xlocale+set}" = set; then
11619     echo $ECHO_N "(cached) $ECHO_C" >&6
11620 pcg 1.1 else
11621     if test "$cross_compiling" = yes; then
11622 pcg 1.11 { echo "$as_me:$LINENO: WARNING: Define NO_XLOCALE in config.h manually" >&5
11623     echo "$as_me: WARNING: Define NO_XLOCALE in config.h manually" >&2;}
11624 pcg 1.1 else
11625 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
11626     /* confdefs.h. */
11627     _ACEOF
11628     cat confdefs.h >>conftest.$ac_ext
11629     cat >>conftest.$ac_ext <<_ACEOF
11630     /* end confdefs.h. */
11631 pcg 1.1 #include <X11/Xlib.h>
11632     main() {
11633     char *p;
11634     if ((p = XSetLocaleModifiers("@im=none")) != NULL && *p)
11635     exit (XSupportsLocale() ? 0 : 1);
11636     else
11637     exit (1);}
11638 pcg 1.11 _ACEOF
11639     rm -f conftest$ac_exeext
11640     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11641     (eval $ac_link) 2>&5
11642     ac_status=$?
11643     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11644     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11645     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11646     (eval $ac_try) 2>&5
11647     ac_status=$?
11648     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11649     (exit $ac_status); }; }; then
11650 pcg 1.1 rxvt_cv_func_xlocale=yes
11651     else
11652 pcg 1.11 echo "$as_me: program exited with status $ac_status" >&5
11653     echo "$as_me: failed program was:" >&5
11654     sed 's/^/| /' conftest.$ac_ext >&5
11655    
11656     ( exit $ac_status )
11657     rxvt_cv_func_xlocale=no
11658 pcg 1.1 fi
11659 pcg 1.11 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11660 pcg 1.1 fi
11661     fi
11662 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_func_xlocale" >&5
11663     echo "${ECHO_T}$rxvt_cv_func_xlocale" >&6
11664     if test x$rxvt_cv_func_xlocale = xyes; then
11665 pcg 1.1
11666 pcg 1.11 cat >>confdefs.h <<\_ACEOF
11667 pcg 1.1 #define HAVE_XLOCALE 1
11668 pcg 1.11 _ACEOF
11669 pcg 1.1
11670     fi
11671    
11672 pcg 1.11 echo "$as_me:$LINENO: checking for working X setlocale" >&5
11673     echo $ECHO_N "checking for working X setlocale... $ECHO_C" >&6
11674     if test "${rxvt_cv_func_xsetlocale+set}" = set; then
11675     echo $ECHO_N "(cached) $ECHO_C" >&6
11676 pcg 1.1 else
11677 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
11678     /* confdefs.h. */
11679     _ACEOF
11680     cat confdefs.h >>conftest.$ac_ext
11681     cat >>conftest.$ac_ext <<_ACEOF
11682     /* end confdefs.h. */
11683 pcg 1.1 #define X_LOCALE 1
11684     #include <X11/Xlocale.h>
11685 pcg 1.11 int
11686     main ()
11687     {
11688 pcg 1.1 setlocale(LC_CTYPE, "");
11689 pcg 1.11 ;
11690     return 0;
11691     }
11692     _ACEOF
11693     rm -f conftest.$ac_objext conftest$ac_exeext
11694     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11695     (eval $ac_link) 2>conftest.er1
11696     ac_status=$?
11697     grep -v '^ *+' conftest.er1 >conftest.err
11698     rm -f conftest.er1
11699     cat conftest.err >&5
11700     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11701     (exit $ac_status); } &&
11702 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11703 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11704     (eval $ac_try) 2>&5
11705     ac_status=$?
11706     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11707     (exit $ac_status); }; } &&
11708     { ac_try='test -s conftest$ac_exeext'
11709     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11710     (eval $ac_try) 2>&5
11711     ac_status=$?
11712     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11713     (exit $ac_status); }; }; then
11714 pcg 1.1 rxvt_cv_func_xsetlocale=yes
11715     else
11716 pcg 1.11 echo "$as_me: failed program was:" >&5
11717     sed 's/^/| /' conftest.$ac_ext >&5
11718    
11719     rxvt_cv_func_xsetlocale=no
11720 pcg 1.1 fi
11721 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
11722     conftest$ac_exeext conftest.$ac_ext
11723 pcg 1.1 fi
11724 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_func_xsetlocale" >&5
11725     echo "${ECHO_T}$rxvt_cv_func_xsetlocale" >&6
11726     if test x$rxvt_cv_func_xsetlocale = xyes; then
11727 pcg 1.1
11728 pcg 1.11 cat >>confdefs.h <<\_ACEOF
11729 pcg 1.1 #define HAVE_XSETLOCALE 1
11730 pcg 1.11 _ACEOF
11731 pcg 1.1
11732     fi
11733     LIBS=$ac_save_LIBS
11734     CFLAGS=$ac_save_CFLAGS
11735    
11736 pcg 1.11 echo "$as_me:$LINENO: checking for working plain setlocale" >&5
11737     echo $ECHO_N "checking for working plain setlocale... $ECHO_C" >&6
11738     if test "${rxvt_cv_func_setlocale+set}" = set; then
11739     echo $ECHO_N "(cached) $ECHO_C" >&6
11740     else
11741     cat >conftest.$ac_ext <<_ACEOF
11742     /* confdefs.h. */
11743     _ACEOF
11744     cat confdefs.h >>conftest.$ac_ext
11745     cat >>conftest.$ac_ext <<_ACEOF
11746     /* end confdefs.h. */
11747 pcg 1.18 #include <clocale>
11748 pcg 1.11 int
11749     main ()
11750     {
11751 pcg 1.1 setlocale(LC_CTYPE, "");
11752 pcg 1.11 ;
11753     return 0;
11754     }
11755     _ACEOF
11756     rm -f conftest.$ac_objext conftest$ac_exeext
11757     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11758     (eval $ac_link) 2>conftest.er1
11759     ac_status=$?
11760     grep -v '^ *+' conftest.er1 >conftest.err
11761     rm -f conftest.er1
11762     cat conftest.err >&5
11763     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11764     (exit $ac_status); } &&
11765 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11766 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11767     (eval $ac_try) 2>&5
11768     ac_status=$?
11769     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11770     (exit $ac_status); }; } &&
11771     { ac_try='test -s conftest$ac_exeext'
11772     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11773     (eval $ac_try) 2>&5
11774     ac_status=$?
11775     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11776     (exit $ac_status); }; }; then
11777 pcg 1.1 rxvt_cv_func_setlocale=yes
11778     else
11779 pcg 1.11 echo "$as_me: failed program was:" >&5
11780     sed 's/^/| /' conftest.$ac_ext >&5
11781    
11782     rxvt_cv_func_setlocale=no
11783 pcg 1.1 fi
11784 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
11785     conftest$ac_exeext conftest.$ac_ext
11786 pcg 1.1 fi
11787 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_func_setlocale" >&5
11788     echo "${ECHO_T}$rxvt_cv_func_setlocale" >&6
11789     if test x$rxvt_cv_func_setlocale = xyes; then
11790 pcg 1.1
11791 pcg 1.11 cat >>confdefs.h <<\_ACEOF
11792 pcg 1.1 #define HAVE_SETLOCALE 1
11793 pcg 1.11 _ACEOF
11794 pcg 1.1
11795     fi
11796    
11797 pcg 1.11 echo "$as_me:$LINENO: checking for working nl_langinfo" >&5
11798     echo $ECHO_N "checking for working nl_langinfo... $ECHO_C" >&6
11799     if test "${rxvt_cv_func_nl_langinfo+set}" = set; then
11800     echo $ECHO_N "(cached) $ECHO_C" >&6
11801 pcg 1.1 else
11802 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
11803     /* confdefs.h. */
11804     _ACEOF
11805     cat confdefs.h >>conftest.$ac_ext
11806     cat >>conftest.$ac_ext <<_ACEOF
11807     /* end confdefs.h. */
11808 pcg 1.1 #include <langinfo.h>
11809 pcg 1.11 int
11810     main ()
11811     {
11812 pcg 1.1 nl_langinfo(CODESET);
11813 pcg 1.11 ;
11814     return 0;
11815     }
11816     _ACEOF
11817     rm -f conftest.$ac_objext conftest$ac_exeext
11818     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11819     (eval $ac_link) 2>conftest.er1
11820     ac_status=$?
11821     grep -v '^ *+' conftest.er1 >conftest.err
11822     rm -f conftest.er1
11823     cat conftest.err >&5
11824     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11825     (exit $ac_status); } &&
11826 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11827 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11828     (eval $ac_try) 2>&5
11829     ac_status=$?
11830     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11831     (exit $ac_status); }; } &&
11832     { ac_try='test -s conftest$ac_exeext'
11833     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11834     (eval $ac_try) 2>&5
11835     ac_status=$?
11836     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11837     (exit $ac_status); }; }; then
11838 pcg 1.1 rxvt_cv_func_nl_langinfo=yes
11839     else
11840 pcg 1.11 echo "$as_me: failed program was:" >&5
11841     sed 's/^/| /' conftest.$ac_ext >&5
11842    
11843     rxvt_cv_func_nl_langinfo=no
11844 pcg 1.1 fi
11845 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
11846     conftest$ac_exeext conftest.$ac_ext
11847 pcg 1.1 fi
11848 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_func_nl_langinfo" >&5
11849     echo "${ECHO_T}$rxvt_cv_func_nl_langinfo" >&6
11850     if test x$rxvt_cv_func_nl_langinfo = xyes; then
11851 pcg 1.1
11852 pcg 1.11 cat >>confdefs.h <<\_ACEOF
11853 pcg 1.1 #define HAVE_NL_LANGINFO 1
11854 pcg 1.11 _ACEOF
11855 pcg 1.1
11856     fi
11857    
11858 root 1.56 echo "$as_me:$LINENO: checking for unix-compliant filehandle passing ability" >&5
11859     echo $ECHO_N "checking for unix-compliant filehandle passing ability... $ECHO_C" >&6
11860     if test "${rxvt_can_pass_fds+set}" = set; then
11861     echo $ECHO_N "(cached) $ECHO_C" >&6
11862     else
11863     cat >conftest.$ac_ext <<_ACEOF
11864     /* confdefs.h. */
11865     _ACEOF
11866     cat confdefs.h >>conftest.$ac_ext
11867     cat >>conftest.$ac_ext <<_ACEOF
11868     /* end confdefs.h. */
11869    
11870     #include <sys/types.h>
11871     #include <sys/socket.h>
11872    
11873     int
11874     main ()
11875     {
11876    
11877     {
11878     msghdr msg;
11879     iovec iov;
11880     char buf [100];
11881     char data = 0;
11882    
11883     iov.iov_base = &data;
11884     iov.iov_len = 1;
11885    
11886     msg.msg_iov = &iov;
11887     msg.msg_iovlen = 1;
11888     msg.msg_control = buf;
11889     msg.msg_controllen = sizeof buf;
11890    
11891     cmsghdr *cmsg = CMSG_FIRSTHDR (&msg);
11892     cmsg->cmsg_level = SOL_SOCKET;
11893     cmsg->cmsg_type = SCM_RIGHTS;
11894     cmsg->cmsg_len = 100;
11895    
11896     *(int *)CMSG_DATA (cmsg) = 5;
11897    
11898     return sendmsg (3, &msg, 0);
11899     }
11900    
11901     ;
11902     return 0;
11903     }
11904     _ACEOF
11905     rm -f conftest.$ac_objext conftest$ac_exeext
11906     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11907     (eval $ac_link) 2>conftest.er1
11908     ac_status=$?
11909     grep -v '^ *+' conftest.er1 >conftest.err
11910     rm -f conftest.er1
11911     cat conftest.err >&5
11912     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11913     (exit $ac_status); } &&
11914     { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11915     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11916     (eval $ac_try) 2>&5
11917     ac_status=$?
11918     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11919     (exit $ac_status); }; } &&
11920     { ac_try='test -s conftest$ac_exeext'
11921     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11922     (eval $ac_try) 2>&5
11923     ac_status=$?
11924     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11925     (exit $ac_status); }; }; then
11926     rxvt_can_pass_fds=yes
11927     else
11928     echo "$as_me: failed program was:" >&5
11929     sed 's/^/| /' conftest.$ac_ext >&5
11930    
11931     rxvt_can_pass_fds=no
11932     fi
11933     rm -f conftest.err conftest.$ac_objext \
11934     conftest$ac_exeext conftest.$ac_ext
11935     fi
11936     echo "$as_me:$LINENO: result: $rxvt_can_pass_fds" >&5
11937     echo "${ECHO_T}$rxvt_can_pass_fds" >&6
11938     if test x$rxvt_can_pass_fds = xyes; then
11939    
11940     cat >>confdefs.h <<\_ACEOF
11941     #define HAVE_UNIX_FDPASS 1
11942     _ACEOF
11943    
11944     fi
11945    
11946 root 1.31 echo "$as_me:$LINENO: checking for broken XIM callback" >&5
11947     echo $ECHO_N "checking for broken XIM callback... $ECHO_C" >&6
11948     if test "${rxvt_broken_ximcb+set}" = set; then
11949     echo $ECHO_N "(cached) $ECHO_C" >&6
11950     else
11951     cat >conftest.$ac_ext <<_ACEOF
11952    
11953     #include <X11/Xlib.h>
11954    
11955     void im_destroy_cb (XIC unused1, XPointer client_data, XPointer unused3);
11956    
11957     void f() {
11958     XIMCallback cb;
11959     cb.callback = im_destroy_cb;
11960     }
11961    
11962     _ACEOF
11963     rm -f conftest.$ac_objext
11964     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11965     (eval $ac_compile) 2>conftest.er1
11966     ac_status=$?
11967     grep -v '^ *+' conftest.er1 >conftest.err
11968     rm -f conftest.er1
11969     cat conftest.err >&5
11970     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11971     (exit $ac_status); } &&
11972     { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11973     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11974     (eval $ac_try) 2>&5
11975     ac_status=$?
11976     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11977     (exit $ac_status); }; } &&
11978     { ac_try='test -s conftest.$ac_objext'
11979     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11980     (eval $ac_try) 2>&5
11981     ac_status=$?
11982     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11983     (exit $ac_status); }; }; then
11984     rxvt_broken_ximcb=yes
11985     else
11986     echo "$as_me: failed program was:" >&5
11987     sed 's/^/| /' conftest.$ac_ext >&5
11988    
11989     rxvt_broken_ximcb=no
11990     fi
11991     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11992     fi
11993     echo "$as_me:$LINENO: result: $rxvt_broken_ximcb" >&5
11994     echo "${ECHO_T}$rxvt_broken_ximcb" >&6
11995    
11996     if test x$rxvt_broken_ximcb = xyes; then
11997    
11998     cat >>confdefs.h <<\_ACEOF
11999     #define XIMCB_PROTO_BROKEN 1
12000     _ACEOF
12001    
12002     fi
12003    
12004 pcg 1.11 echo "$as_me:$LINENO: checking for getpt" >&5
12005     echo $ECHO_N "checking for getpt... $ECHO_C" >&6
12006     if test "${rxvt_cv_func_getpt+set}" = set; then
12007     echo $ECHO_N "(cached) $ECHO_C" >&6
12008 pcg 1.1 else
12009 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
12010     /* confdefs.h. */
12011     _ACEOF
12012     cat confdefs.h >>conftest.$ac_ext
12013     cat >>conftest.$ac_ext <<_ACEOF
12014     /* end confdefs.h. */
12015 pcg 1.1 #define _GNU_SOURCE
12016     #ifdef HAVE_STDLIB_H
12017 pcg 1.18 # include <cstdlib>
12018 pcg 1.1 #endif
12019 pcg 1.11 int
12020     main ()
12021     {
12022 pcg 1.1 (void)getpt();
12023 pcg 1.11 ;
12024     return 0;
12025     }
12026     _ACEOF
12027     rm -f conftest.$ac_objext conftest$ac_exeext
12028     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12029     (eval $ac_link) 2>conftest.er1
12030     ac_status=$?
12031     grep -v '^ *+' conftest.er1 >conftest.err
12032     rm -f conftest.er1
12033     cat conftest.err >&5
12034     echo "$as_me:$LINENO: \$? = $ac_status" >&5
12035     (exit $ac_status); } &&
12036 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12037 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12038     (eval $ac_try) 2>&5
12039     ac_status=$?
12040     echo "$as_me:$LINENO: \$? = $ac_status" >&5
12041     (exit $ac_status); }; } &&
12042     { ac_try='test -s conftest$ac_exeext'
12043     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12044     (eval $ac_try) 2>&5
12045     ac_status=$?
12046     echo "$as_me:$LINENO: \$? = $ac_status" >&5
12047     (exit $ac_status); }; }; then
12048 pcg 1.1 rxvt_cv_func_getpt=yes
12049     else
12050 pcg 1.11 echo "$as_me: failed program was:" >&5
12051     sed 's/^/| /' conftest.$ac_ext >&5
12052    
12053     rxvt_cv_func_getpt=no
12054 pcg 1.1 fi
12055 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
12056     conftest$ac_exeext conftest.$ac_ext
12057 pcg 1.1 fi
12058 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_func_getpt" >&5
12059     echo "${ECHO_T}$rxvt_cv_func_getpt" >&6
12060     if test x$rxvt_cv_func_getpt = xyes; then
12061 pcg 1.1
12062 pcg 1.11 cat >>confdefs.h <<\_ACEOF
12063 pcg 1.1 #define HAVE_GETPT 1
12064 pcg 1.11 _ACEOF
12065 pcg 1.1
12066     fi
12067    
12068 pcg 1.11 echo "$as_me:$LINENO: checking for pty/tty type" >&5
12069     echo $ECHO_N "checking for pty/tty type... $ECHO_C" >&6
12070     if test "${rxvt_cv_ptys+set}" = set; then
12071     echo $ECHO_N "(cached) $ECHO_C" >&6
12072 pcg 1.1 else
12073     if test x$ac_cv_func_openpty = xyes; then
12074     rxvt_cv_ptys=OPENPTY
12075     else if test x$ac_cv_func__getpty = xyes; then
12076     rxvt_cv_ptys=SGI4
12077     else if test -c /dev/ttyp20; then
12078     rxvt_cv_ptys=SCO
12079     else if test -c /dev/ptym/clone; then
12080     rxvt_cv_ptys=HPUX
12081     else if test x$rxvt_cv_func_getpt = xyes; then
12082     rxvt_cv_ptys=GLIBC
12083     else if test -c /dev/ptc -a -c /dev/pts; then
12084     rxvt_cv_ptys=PTC
12085     else if test -c /dev/ptc -a -d /dev/pts; then
12086     rxvt_cv_ptys=PTC
12087     else if test -c /dev/ptmx -a -c /dev/pts/0; then
12088     rxvt_cv_ptys=STREAMS
12089     else if test x$ac_cv_func_grantpt = xyes && test x$ac_cv_func_unlockpt = xyes; then
12090     rxvt_cv_ptys=STREAMS
12091     else
12092     rxvt_cv_ptys=BSD
12093     fi
12094     fi
12095     fi
12096     fi
12097     fi
12098     fi
12099     fi
12100     fi
12101     fi
12102    
12103     fi
12104 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_ptys" >&5
12105     echo "${ECHO_T}$rxvt_cv_ptys" >&6
12106 pcg 1.1
12107 pcg 1.11 if test x$rxvt_cv_ptys = xOPENPTY; then
12108 pcg 1.1
12109 pcg 1.11 cat >>confdefs.h <<\_ACEOF
12110 pcg 1.1 #define PTYS_ARE_OPENPTY 1
12111 pcg 1.11 _ACEOF
12112 pcg 1.1
12113     fi
12114     if test x$rxvt_cv_ptys = xSCO; then
12115 pcg 1.11
12116     cat >>confdefs.h <<\_ACEOF
12117 pcg 1.1 #define PTYS_ARE_NUMERIC 1
12118 pcg 1.11 _ACEOF
12119 pcg 1.1
12120     fi
12121     if test x$rxvt_cv_ptys = xSTREAMS; then
12122 pcg 1.11
12123     cat >>confdefs.h <<\_ACEOF
12124 pcg 1.1 #define PTYS_ARE_PTMX 1
12125 pcg 1.11 _ACEOF
12126 pcg 1.1
12127     fi
12128     if test x$rxvt_cv_ptys = xPTC; then
12129 pcg 1.11
12130     cat >>confdefs.h <<\_ACEOF
12131 pcg 1.1 #define PTYS_ARE_PTC 1
12132 pcg 1.11 _ACEOF
12133 pcg 1.1
12134     fi
12135     if test x$rxvt_cv_ptys = xSGI4; then
12136 pcg 1.11
12137     cat >>confdefs.h <<\_ACEOF
12138 pcg 1.1 #define PTYS_ARE__GETPTY 1
12139 pcg 1.11 _ACEOF
12140 pcg 1.1
12141     fi
12142     if test x$rxvt_cv_ptys = xCONVEX; then
12143 pcg 1.11
12144     cat >>confdefs.h <<\_ACEOF
12145 pcg 1.1 #define PTYS_ARE_GETPTY 1
12146 pcg 1.11 _ACEOF
12147 pcg 1.1
12148     fi
12149     if test x$rxvt_cv_ptys = xGLIBC; then
12150 pcg 1.11
12151     cat >>confdefs.h <<\_ACEOF
12152 pcg 1.1 #define PTYS_ARE_GETPT 1
12153 pcg 1.11 _ACEOF
12154 pcg 1.1
12155     fi
12156     if test x$rxvt_cv_ptys = xHPUX; then
12157 pcg 1.11
12158     cat >>confdefs.h <<\_ACEOF
12159 pcg 1.1 #define PTYS_ARE_CLONE 1
12160 pcg 1.11 _ACEOF
12161 pcg 1.1
12162     fi
12163     if test x$rxvt_cv_ptys = xBSD -o x$rxvt_cv_ptys = xHPUX -o x$rxvt_cv_ptys = xGLIBC; then
12164 pcg 1.11
12165     cat >>confdefs.h <<\_ACEOF
12166 pcg 1.1 #define PTYS_ARE_SEARCHED 1
12167 pcg 1.11 _ACEOF
12168 pcg 1.1
12169     fi
12170    
12171    
12172 pcg 1.11 { echo "$as_me:$LINENO: checking for pty ranges..." >&5
12173     echo "$as_me: checking for pty ranges..." >&6;}
12174 pcg 1.1 ptys=`echo /dev/pty??`
12175     pch1=`echo $ptys | tr ' ' '\012' | sed -e 's/^.*\(.\).$/\1/g' | sort -u | tr -d '\012'`
12176     pch2=`echo $ptys | tr ' ' '\012' | sed -e 's/^.*\(.\)$/\1/g' | sort -u | tr -d '\012'`
12177     if test x$pch1 != x; then
12178 pcg 1.11
12179     cat >>confdefs.h <<_ACEOF
12180 pcg 1.1 #define PTYCHAR1 "$pch1"
12181 pcg 1.11 _ACEOF
12182 pcg 1.1
12183     fi
12184     if test x$pch2 != x; then
12185 pcg 1.11
12186     cat >>confdefs.h <<_ACEOF
12187 pcg 1.1 #define PTYCHAR2 "$pch2"
12188 pcg 1.11 _ACEOF
12189 pcg 1.1
12190     fi
12191    
12192 root 1.39 if test x$support_xft = xyes; then
12193     LIBS="$LIBS `pkg-config xft --libs`"
12194     CPPFLAGS="$CPPFLAGS `pkg-config xft --cflags`"
12195 root 1.34
12196    
12197 root 1.39 for ac_header in X11/Xft/Xft.h
12198     do
12199     as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12200     if eval "test \"\${$as_ac_Header+set}\" = set"; then
12201     echo "$as_me:$LINENO: checking for $ac_header" >&5
12202     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12203     if eval "test \"\${$as_ac_Header+set}\" = set"; then
12204     echo $ECHO_N "(cached) $ECHO_C" >&6
12205 root 1.34 fi
12206 root 1.39 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12207     echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12208     else
12209     # Is the header compilable?
12210     echo "$as_me:$LINENO: checking $ac_header usability" >&5
12211     echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12212     cat >conftest.$ac_ext <<_ACEOF
12213     /* confdefs.h. */
12214 root 1.26 _ACEOF
12215 root 1.39 cat confdefs.h >>conftest.$ac_ext
12216     cat >>conftest.$ac_ext <<_ACEOF
12217     /* end confdefs.h. */
12218     $ac_includes_default
12219     #include <$ac_header>
12220 root 1.31 _ACEOF
12221 root 1.39 rm -f conftest.$ac_objext
12222     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12223     (eval $ac_compile) 2>conftest.er1
12224     ac_status=$?
12225     grep -v '^ *+' conftest.er1 >conftest.err
12226     rm -f conftest.er1
12227     cat conftest.err >&5
12228     echo "$as_me:$LINENO: \$? = $ac_status" >&5
12229     (exit $ac_status); } &&
12230     { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12231     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12232     (eval $ac_try) 2>&5
12233     ac_status=$?
12234     echo "$as_me:$LINENO: \$? = $ac_status" >&5
12235     (exit $ac_status); }; } &&
12236     { ac_try='test -s conftest.$ac_objext'
12237     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12238     (eval $ac_try) 2>&5
12239     ac_status=$?
12240     echo "$as_me:$LINENO: \$? = $ac_status" >&5
12241     (exit $ac_status); }; }; then
12242     ac_header_compiler=yes
12243     else
12244     echo "$as_me: failed program was:" >&5
12245     sed 's/^/| /' conftest.$ac_ext >&5
12246 root 1.31
12247 root 1.39 ac_header_compiler=no
12248 root 1.31 fi
12249 root 1.39 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12250     echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12251     echo "${ECHO_T}$ac_header_compiler" >&6
12252 pcg 1.24
12253 root 1.39 # Is the header present?
12254     echo "$as_me:$LINENO: checking $ac_header presence" >&5
12255     echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12256     cat >conftest.$ac_ext <<_ACEOF
12257     /* confdefs.h. */
12258 pcg 1.24 _ACEOF
12259 root 1.39 cat confdefs.h >>conftest.$ac_ext
12260     cat >>conftest.$ac_ext <<_ACEOF
12261     /* end confdefs.h. */
12262     #include <$ac_header>
12263 pcg 1.11 _ACEOF
12264 root 1.39 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12265     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12266     ac_status=$?
12267     grep -v '^ *+' conftest.er1 >conftest.err
12268     rm -f conftest.er1
12269     cat conftest.err >&5
12270     echo "$as_me:$LINENO: \$? = $ac_status" >&5
12271     (exit $ac_status); } >/dev/null; then
12272     if test -s conftest.err; then
12273     ac_cpp_err=$ac_cxx_preproc_warn_flag
12274     ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
12275     else
12276     ac_cpp_err=
12277     fi
12278     else
12279     ac_cpp_err=yes
12280 pcg 1.1 fi
12281 root 1.39 if test -z "$ac_cpp_err"; then
12282     ac_header_preproc=yes
12283     else
12284     echo "$as_me: failed program was:" >&5
12285     sed 's/^/| /' conftest.$ac_ext >&5
12286 pcg 1.1
12287 root 1.39 ac_header_preproc=no
12288 pcg 1.1 fi
12289 root 1.39 rm -f conftest.err conftest.$ac_ext
12290     echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12291     echo "${ECHO_T}$ac_header_preproc" >&6
12292 pcg 1.1
12293 root 1.39 # So? What about this header?
12294     case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
12295     yes:no: )
12296     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12297     echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12298     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12299     echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12300     ac_header_preproc=yes
12301     ;;
12302     no:yes:* )
12303     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12304     echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12305     { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12306     echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12307     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12308     echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12309     { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12310     echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12311     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12312     echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12313     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12314     echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12315     (
12316     cat <<\_ASBOX
12317     ## ------------------------------------------ ##
12318     ## Report this to the AC_PACKAGE_NAME lists. ##
12319     ## ------------------------------------------ ##
12320     _ASBOX
12321     ) |
12322     sed "s/^/$as_me: WARNING: /" >&2
12323     ;;
12324     esac
12325     echo "$as_me:$LINENO: checking for $ac_header" >&5
12326     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12327     if eval "test \"\${$as_ac_Header+set}\" = set"; then
12328     echo $ECHO_N "(cached) $ECHO_C" >&6
12329     else
12330     eval "$as_ac_Header=\$ac_header_preproc"
12331 pcg 1.1 fi
12332 root 1.39 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12333     echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12334 pcg 1.1
12335     fi
12336 root 1.39 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12337     cat >>confdefs.h <<_ACEOF
12338     #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12339 pcg 1.11 _ACEOF
12340 pcg 1.1
12341 root 1.39 else
12342     support_xft=no
12343 pcg 1.1 fi
12344 pcg 1.11
12345 root 1.39 done
12346 pcg 1.1
12347 pcg 1.11
12348 root 1.39 echo "$as_me:$LINENO: checking for XftDrawString32 in -lXft" >&5
12349     echo $ECHO_N "checking for XftDrawString32 in -lXft... $ECHO_C" >&6
12350     if test "${ac_cv_lib_Xft_XftDrawString32+set}" = set; then
12351     echo $ECHO_N "(cached) $ECHO_C" >&6
12352     else
12353     ac_check_lib_save_LIBS=$LIBS
12354     LIBS="-lXft $LIBS"
12355     cat >conftest.$ac_ext <<_ACEOF
12356     /* confdefs.h. */
12357     _ACEOF
12358     cat confdefs.h >>conftest.$ac_ext
12359     cat >>conftest.$ac_ext <<_ACEOF
12360     /* end confdefs.h. */
12361    
12362     /* Override any gcc2 internal prototype to avoid an error. */
12363     #ifdef __cplusplus
12364     extern "C"
12365     #endif
12366     /* We use char because int might match the return type of a gcc2
12367     builtin and then its argument prototype would still apply. */
12368     char XftDrawString32 ();
12369     int
12370     main ()
12371     {
12372     XftDrawString32 ();
12373     ;
12374     return 0;
12375     }
12376     _ACEOF
12377     rm -f conftest.$ac_objext conftest$ac_exeext
12378     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12379     (eval $ac_link) 2>conftest.er1
12380     ac_status=$?
12381     grep -v '^ *+' conftest.er1 >conftest.err
12382     rm -f conftest.er1
12383     cat conftest.err >&5
12384     echo "$as_me:$LINENO: \$? = $ac_status" >&5
12385     (exit $ac_status); } &&
12386     { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12387     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12388     (eval $ac_try) 2>&5
12389     ac_status=$?
12390     echo "$as_me:$LINENO: \$? = $ac_status" >&5
12391     (exit $ac_status); }; } &&
12392     { ac_try='test -s conftest$ac_exeext'
12393     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12394     (eval $ac_try) 2>&5
12395     ac_status=$?
12396     echo "$as_me:$LINENO: \$? = $ac_status" >&5
12397     (exit $ac_status); }; }; then
12398     ac_cv_lib_Xft_XftDrawString32=yes
12399     else
12400     echo "$as_me: failed program was:" >&5
12401     sed 's/^/| /' conftest.$ac_ext >&5
12402    
12403     ac_cv_lib_Xft_XftDrawString32=no
12404     fi
12405     rm -f conftest.err conftest.$ac_objext \
12406     conftest$ac_exeext conftest.$ac_ext
12407     LIBS=$ac_check_lib_save_LIBS
12408     fi
12409     echo "$as_me:$LINENO: result: $ac_cv_lib_Xft_XftDrawString32" >&5
12410     echo "${ECHO_T}$ac_cv_lib_Xft_XftDrawString32" >&6
12411     if test $ac_cv_lib_Xft_XftDrawString32 = yes; then
12412     cat >>confdefs.h <<_ACEOF
12413     #define HAVE_LIBXFT 1
12414     _ACEOF
12415    
12416     LIBS="-lXft $LIBS"
12417    
12418     else
12419     support_xft=no
12420     fi
12421    
12422    
12423     if test x$support_xft = xyes; then
12424    
12425     cat >>confdefs.h <<\_ACEOF
12426     #define XFT 1
12427     _ACEOF
12428    
12429     fi
12430     fi
12431     if test x$support_styles = xyes; then
12432    
12433     cat >>confdefs.h <<\_ACEOF
12434     #define ENABLE_STYLES 1
12435     _ACEOF
12436    
12437     fi
12438     if test x$support_iso14755 = xyes; then
12439    
12440     cat >>confdefs.h <<\_ACEOF
12441     #define ISO_14755 1
12442     _ACEOF
12443    
12444     fi
12445     if test x$support_8bitctrls = xyes; then
12446    
12447     cat >>confdefs.h <<\_ACEOF
12448     #define EIGHT_BIT_CONTROLS 1
12449     _ACEOF
12450    
12451     fi
12452     if test x$support_fading = xyes; then
12453    
12454     cat >>confdefs.h <<\_ACEOF
12455     #define OFF_FOCUS_FADING 1
12456     _ACEOF
12457    
12458     fi
12459     if test x$support_tinting = xyes; then
12460    
12461     cat >>confdefs.h <<\_ACEOF
12462     #define TINTING 1
12463     _ACEOF
12464    
12465     fi
12466     if test x$support_inheritpixmap = xyes; then
12467    
12468     cat >>confdefs.h <<\_ACEOF
12469     #define TRANSPARENT 1
12470     _ACEOF
12471    
12472     fi
12473     if test x$support_keepscrolling = xno; then
12474    
12475     cat >>confdefs.h <<\_ACEOF
12476     #define NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING 1
12477     _ACEOF
12478    
12479     fi
12480     if test x$support_selectionscrolling = xyes; then
12481    
12482     cat >>confdefs.h <<\_ACEOF
12483     #define SELECTION_SCROLLING 1
12484     _ACEOF
12485    
12486     fi
12487     if test x$support_menubar = xyes; then
12488    
12489     cat >>confdefs.h <<\_ACEOF
12490     #define MENUBAR 1
12491     _ACEOF
12492    
12493     fi
12494     if test x$support_frills = xyes; then
12495    
12496     cat >>confdefs.h <<\_ACEOF
12497     #define ENABLE_FRILLS 1
12498     _ACEOF
12499    
12500     fi
12501     if test x$support_24bit = xyes; then
12502    
12503     cat >>confdefs.h <<\_ACEOF
12504     #define PREFER_24BIT 1
12505 pcg 1.11 _ACEOF
12506 pcg 1.1
12507     fi
12508     if test x$support_mousewheel = xyes; then
12509 pcg 1.11
12510     cat >>confdefs.h <<\_ACEOF
12511 pcg 1.1 #define MOUSE_WHEEL 1
12512 pcg 1.11 _ACEOF
12513 pcg 1.1
12514     fi
12515     if test x$support_mouseslipwheel = xyes; then
12516 pcg 1.11
12517     cat >>confdefs.h <<\_ACEOF
12518 pcg 1.1 #define MOUSE_SLIP_WHEELING 1
12519 pcg 1.11 _ACEOF
12520 pcg 1.1
12521     fi
12522     if test x$support_utmp = xyes; then
12523 pcg 1.11
12524     cat >>confdefs.h <<\_ACEOF
12525 pcg 1.1 #define UTMP_SUPPORT 1
12526 pcg 1.11 _ACEOF
12527 pcg 1.1
12528     fi
12529     if test x$support_wtmp = xyes; then
12530 pcg 1.11
12531     cat >>confdefs.h <<\_ACEOF
12532 pcg 1.1 #define WTMP_SUPPORT 1
12533 pcg 1.11 _ACEOF
12534 pcg 1.1
12535     fi
12536     if test x$support_lastlog = xyes; then
12537 pcg 1.11
12538     cat >>confdefs.h <<\_ACEOF
12539 pcg 1.1 #define LASTLOG_SUPPORT 1
12540 pcg 1.11 _ACEOF
12541 pcg 1.1
12542     fi
12543     if test x$support_xim = xyes -o x$multichar_set = xyes; then
12544     if test x$rxvt_cv_func_xlocale = xyes; then
12545 pcg 1.11
12546     cat >>confdefs.h <<\_ACEOF
12547 pcg 1.1 #define USE_XIM 1
12548 pcg 1.11 _ACEOF
12549 pcg 1.1
12550     fi
12551     fi
12552     if test x$support_xpm = xyes; then
12553 pcg 1.11
12554     cat >>confdefs.h <<\_ACEOF
12555 pcg 1.1 #define XPM_BACKGROUND 1
12556 pcg 1.11 _ACEOF
12557 pcg 1.1
12558     fi
12559     if test x$support_scroll_rxvt = xyes; then
12560 pcg 1.11
12561     cat >>confdefs.h <<\_ACEOF
12562 pcg 1.1 #define RXVT_SCROLLBAR 1
12563 pcg 1.11 _ACEOF
12564 pcg 1.1
12565     scrolltypes="rxvt"
12566     fi
12567     if test x$support_scroll_next = xyes; then
12568 pcg 1.11
12569     cat >>confdefs.h <<\_ACEOF
12570 pcg 1.1 #define NEXT_SCROLLBAR 1
12571 pcg 1.11 _ACEOF
12572 pcg 1.1
12573     scrolltypes="$scrolltypes next"
12574     fi
12575     if test x$support_scroll_xterm = xyes; then
12576 pcg 1.11
12577     cat >>confdefs.h <<\_ACEOF
12578 pcg 1.1 #define XTERM_SCROLLBAR 1
12579 pcg 1.11 _ACEOF
12580 pcg 1.1
12581     scrolltypes="$scrolltypes xterm"
12582     fi
12583 pcg 1.11 if test x$support_scroll_plain = xyes; then
12584    
12585     cat >>confdefs.h <<\_ACEOF
12586     #define PLAIN_SCROLLBAR 1
12587     _ACEOF
12588    
12589     scrolltypes="$scrolltypes plain"
12590     fi
12591 pcg 1.1 if test x$support_pointer_blank = xyes; then
12592 pcg 1.11
12593     cat >>confdefs.h <<\_ACEOF
12594 pcg 1.1 #define POINTER_BLANK 1
12595 pcg 1.11 _ACEOF
12596 pcg 1.1
12597     fi
12598 pcg 1.11 if test x$support_text_blink = xyes; then
12599    
12600     cat >>confdefs.h <<\_ACEOF
12601     #define TEXT_BLINK 1
12602     _ACEOF
12603 pcg 1.1
12604     fi
12605     if test x$support_unicode3 = xyes; then
12606 pcg 1.11
12607     cat >>confdefs.h <<\_ACEOF
12608 pcg 1.1 #define UNICODE_3 1
12609 pcg 1.11 _ACEOF
12610 pcg 1.1
12611     fi
12612 pcg 1.18 if test x$support_combining = xyes; then
12613    
12614     cat >>confdefs.h <<\_ACEOF
12615 pcg 1.20 #define ENABLE_COMBINING 1
12616 pcg 1.18 _ACEOF
12617    
12618     fi
12619 pcg 1.1 if test x$codesets = xall; then
12620 root 1.40 codesets=jp,jp-ext,kr,zh,zh-ext
12621 pcg 1.1 fi
12622 pcg 1.11
12623     cat >>confdefs.h <<\_ACEOF
12624 pcg 1.1 #define ENCODING_EU 1
12625 pcg 1.11 _ACEOF
12626 pcg 1.1
12627 pcg 1.13
12628 pcg 1.11 cat >>confdefs.h <<\_ACEOF
12629 pcg 1.1 #define ENCODING_VN 1
12630 pcg 1.11 _ACEOF
12631 pcg 1.13
12632 root 1.34 for codeset in `echo $codesets | tr "a-z,\\-" "A-Z _"`; do
12633 pcg 1.13 case "$codeset" in
12634 pcg 1.11 JP )
12635     cat >>confdefs.h <<\_ACEOF
12636 pcg 1.1 #define ENCODING_JP 1
12637 pcg 1.11 _ACEOF
12638 pcg 1.1 ;;
12639 pcg 1.11 JP_EXT )
12640     cat >>confdefs.h <<\_ACEOF
12641 pcg 1.1 #define ENCODING_JP_EXT 1
12642 pcg 1.11 _ACEOF
12643 pcg 1.1 ;;
12644 pcg 1.11 KR )
12645     cat >>confdefs.h <<\_ACEOF
12646 pcg 1.1 #define ENCODING_KR 1
12647 pcg 1.11 _ACEOF
12648 pcg 1.1 ;;
12649 root 1.40 ZH )
12650 pcg 1.11 cat >>confdefs.h <<\_ACEOF
12651 root 1.40 #define ENCODING_ZH 1
12652 pcg 1.11 _ACEOF
12653 pcg 1.1 ;;
12654 root 1.40 ZH_EXT )
12655 pcg 1.11 cat >>confdefs.h <<\_ACEOF
12656 root 1.40 #define ENCODING_ZH_EXT 1
12657 pcg 1.11 _ACEOF
12658 pcg 1.1 ;;
12659     esac
12660     done
12661    
12662 root 1.60 IF_PERL=\#
12663     if test x$support_perl = xyes; then
12664     # Extract the first word of "perl5", so it can be a program name with args.
12665     set dummy perl5; ac_word=$2
12666     echo "$as_me:$LINENO: checking for $ac_word" >&5
12667     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12668     if test "${ac_cv_path_PERL+set}" = set; then
12669     echo $ECHO_N "(cached) $ECHO_C" >&6
12670     else
12671     case $PERL in
12672     [\\/]* | ?:[\\/]*)
12673     ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
12674     ;;
12675     *)
12676     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12677     for as_dir in $PATH
12678     do
12679     IFS=$as_save_IFS
12680     test -z "$as_dir" && as_dir=.
12681     for ac_exec_ext in '' $ac_executable_extensions; do
12682     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12683     ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
12684     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12685     break 2
12686     fi
12687     done
12688     done
12689    
12690     ;;
12691     esac
12692     fi
12693     PERL=$ac_cv_path_PERL
12694    
12695     if test -n "$PERL"; then
12696     echo "$as_me:$LINENO: result: $PERL" >&5
12697     echo "${ECHO_T}$PERL" >&6
12698     else
12699     echo "$as_me:$LINENO: result: no" >&5
12700     echo "${ECHO_T}no" >&6
12701     fi
12702    
12703     # Extract the first word of "perl", so it can be a program name with args.
12704     set dummy perl; ac_word=$2
12705     echo "$as_me:$LINENO: checking for $ac_word" >&5
12706     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12707     if test "${ac_cv_path_PERL+set}" = set; then
12708     echo $ECHO_N "(cached) $ECHO_C" >&6
12709     else
12710     case $PERL in
12711     [\\/]* | ?:[\\/]*)
12712     ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
12713     ;;
12714     *)
12715     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12716     for as_dir in $PATH
12717     do
12718     IFS=$as_save_IFS
12719     test -z "$as_dir" && as_dir=.
12720     for ac_exec_ext in '' $ac_executable_extensions; do
12721     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12722     ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
12723     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12724     break 2
12725     fi
12726     done
12727     done
12728    
12729     ;;
12730     esac
12731     fi
12732     PERL=$ac_cv_path_PERL
12733    
12734     if test -n "$PERL"; then
12735     echo "$as_me:$LINENO: result: $PERL" >&5
12736     echo "${ECHO_T}$PERL" >&6
12737     else
12738     echo "$as_me:$LINENO: result: no" >&5
12739     echo "${ECHO_T}no" >&6
12740     fi
12741    
12742    
12743     echo "$as_me:$LINENO: checking for $PERL suitability" >&5
12744     echo $ECHO_N "checking for $PERL suitability... $ECHO_C" >&6
12745     if $PERL -MExtUtils::Embed -e "use v5.8" >/dev/null 2>/dev/null; then
12746    
12747 root 1.62 save_CXXFLAGS="$CXXFLAGS"
12748     save_LIBS="$LIBS"
12749     CXXFLAGS="$CXXFLAGS `$PERL -MExtUtils::Embed -e ccopts`"
12750     LIBS="$LIBS `$PERL -MExtUtils::Embed -e ldopts`"
12751     cat >conftest.$ac_ext <<_ACEOF
12752     /* confdefs.h. */
12753     _ACEOF
12754     cat confdefs.h >>conftest.$ac_ext
12755     cat >>conftest.$ac_ext <<_ACEOF
12756     /* end confdefs.h. */
12757    
12758     #include <EXTERN.h>
12759     #include <perl.h>
12760     #include <XSUB.h>
12761    
12762     int
12763     main ()
12764     {
12765    
12766     PerlInterpreter *perl = perl_alloc ();
12767    
12768     ;
12769     return 0;
12770     }
12771     _ACEOF
12772     rm -f conftest.$ac_objext conftest$ac_exeext
12773     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12774     (eval $ac_link) 2>conftest.er1
12775     ac_status=$?
12776     grep -v '^ *+' conftest.er1 >conftest.err
12777     rm -f conftest.er1
12778     cat conftest.err >&5
12779     echo "$as_me:$LINENO: \$? = $ac_status" >&5
12780     (exit $ac_status); } &&
12781     { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12782     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12783     (eval $ac_try) 2>&5
12784     ac_status=$?
12785     echo "$as_me:$LINENO: \$? = $ac_status" >&5
12786     (exit $ac_status); }; } &&
12787     { ac_try='test -s conftest$ac_exeext'
12788     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12789     (eval $ac_try) 2>&5
12790     ac_status=$?
12791     echo "$as_me:$LINENO: \$? = $ac_status" >&5
12792     (exit $ac_status); }; }; then
12793     rxvt_perl_link=yes
12794     else
12795     echo "$as_me: failed program was:" >&5
12796     sed 's/^/| /' conftest.$ac_ext >&5
12797    
12798     rxvt_perl_link=no
12799     fi
12800     rm -f conftest.err conftest.$ac_objext \
12801     conftest$ac_exeext conftest.$ac_ext
12802     CXXFLAGS="$save_CXXFLAGS"
12803     LIBS="$save_LIBS"
12804    
12805     if test x$rxvt_perl_link = xyes; then
12806     echo "$as_me:$LINENO: result: ok" >&5
12807     echo "${ECHO_T}ok" >&6
12808    
12809 root 1.60 cat >>confdefs.h <<\_ACEOF
12810     #define ENABLE_PERL 1
12811     _ACEOF
12812    
12813 root 1.62 IF_PERL=
12814     PERL_O=rxvtperl.o
12815     PERLFLAGS="`$PERL -MExtUtils::Embed -e ccopts`"
12816     PERLLIB="`$PERL -MExtUtils::Embed -e ldopts`"
12817     PERLPRIVLIBEXP="`$PERL -MConfig -e 'print $Config{privlibexp}'`"
12818     else
12819     support_perl=no
12820     echo "$as_me:$LINENO: result: no, unable to link" >&5
12821     echo "${ECHO_T}no, unable to link" >&6
12822     fi
12823 root 1.60 else
12824     { { echo "$as_me:$LINENO: error: no working perl found" >&5
12825     echo "$as_me: error: no working perl found" >&2;}
12826     { (exit or perl not version >= 5.8); exit or perl not version >= 5.8; }; }
12827 root 1.62 support_perl=no
12828 root 1.60 fi
12829     fi
12830    
12831    
12832    
12833    
12834    
12835    
12836    
12837 root 1.64 if text x$support_perl = xyes; then
12838     support_frills=yes
12839     fi
12840    
12841 pcg 1.1
12842     CFLAGS=${CFLAGS--O}
12843     LDFLAGS=${LDFLAGS--O}
12844    
12845     CPPFLAGS="$CPPFLAGS"
12846    
12847    
12848    
12849    
12850    
12851    
12852    
12853     if test x$rxvt_cv_rpath = xyes -o x$rxvt_cv_R = xyes; then
12854     DLIB=`echo $DLIB | sed "$R_TRANSLATE"`
12855     LIBS=`echo $LIBS | sed "$R_TRANSLATE"`
12856     X_LIBS=`echo $X_LIBS | sed "$R_TRANSLATE"`
12857     X_EXTRA_LIBS=`echo $X_EXTRA_LIBS | sed "$R_TRANSLATE"`
12858     XPM_LIBS=`echo $XPM_LIBS | sed "$R_TRANSLATE"`
12859     fi
12860    
12861    
12862    
12863    
12864    
12865     if test x$support_addstrings = xno; then
12866 pcg 1.11
12867     cat >>confdefs.h <<\_ACEOF
12868 pcg 1.1 #define NO_STRINGS 1
12869 pcg 1.11 _ACEOF
12870 pcg 1.1
12871     fi
12872    
12873     MCOMMON=./autoconf/Make.common
12874    
12875    
12876     test "$program_prefix" != NONE &&
12877 pcg 1.11 program_transform_name="s,^,$program_prefix,;$program_transform_name"
12878 pcg 1.1 # Use a double $ so make ignores it.
12879     test "$program_suffix" != NONE &&
12880 pcg 1.11 program_transform_name="s,\$,$program_suffix,;$program_transform_name"
12881     # Double any \ or $. echo might interpret backslashes.
12882     # By default was `s,x,x', remove it if useless.
12883     cat <<\_ACEOF >conftest.sed
12884     s/[\\$]/&&/g;s/;s,x,x,$//
12885     _ACEOF
12886     program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
12887     rm conftest.sed
12888 pcg 1.1
12889    
12890    
12891    
12892    
12893     if test "$ac_cv_header_stdint_h" = "yes" -o "$notset" = "dontmatch"; then
12894     include_stdint_h="#include <stdint.h>"
12895     else
12896     include_stdint_h="/* #include <stdint.h> */"
12897 pcg 1.11 fi
12898 pcg 1.1 if test "$ac_cv_header_stdarg_h" = "yes" -o "$notset" = "dontmatch"; then
12899 pcg 1.18 include_stdarg_h="#include <cstdarg>"
12900 pcg 1.1 else
12901 pcg 1.18 include_stdarg_h="/* #include <cstdarg> */"
12902 pcg 1.11 fi
12903 pcg 1.1 if test "$ac_cv_header_stdlib_h" = "yes" -o "$notset" = "dontmatch"; then
12904 pcg 1.18 include_stdlib_h="#include <cstdlib>"
12905 pcg 1.1 else
12906 pcg 1.18 include_stdlib_h="/* #include <cstdlib> */"
12907 pcg 1.11 fi
12908 pcg 1.1 if test "$ac_cv_header_unistd_h" = "yes" -o "$notset" = "dontmatch"; then
12909     include_unistd_h="#include <unistd.h>"
12910     else
12911     include_unistd_h="/* #include <unistd.h> */"
12912 pcg 1.11 fi
12913 pcg 1.1 if test "$ac_cv_header_string_h" = "yes" -o "$notset" = "dontmatch"; then
12914 pcg 1.18 include_string_h="#include <cstring>"
12915 pcg 1.1 else
12916 pcg 1.18 include_string_h="/* #include <cstring> */"
12917 pcg 1.11 fi
12918 pcg 1.1 if test "$ac_cv_header_fcntl_h" = "yes" -o "$notset" = "dontmatch"; then
12919     include_fcntl_h="#include <fcntl.h>"
12920     else
12921     include_fcntl_h="/* #include <fcntl.h> */"
12922 pcg 1.11 fi
12923 pcg 1.1 if test "$ac_cv_header_util_h" = "yes" -o "$notset" = "dontmatch"; then
12924     include_util_h="#include <util.h>"
12925     else
12926     include_util_h="/* #include <util.h> */"
12927 pcg 1.11 fi
12928 pcg 1.1 if test "$ac_cv_header_assert_h" = "yes" -o "$notset" = "dontmatch"; then
12929     include_assert_h="#include <assert.h>"
12930     else
12931     include_assert_h="/* #include <assert.h> */"
12932 pcg 1.11 fi
12933 pcg 1.1 if test "$rxvt_cv_header_sysioctl" = "yes" -o "$notset" = "dontmatch"; then
12934     include_sys_ioctl_h="#include <sys/ioctl.h>"
12935     else
12936     include_sys_ioctl_h="/* #include <sys/ioctl.h> */"
12937 pcg 1.11 fi
12938 pcg 1.1 if test "$ac_cv_header_sys_select_h" = "yes" -o "$notset" = "dontmatch"; then
12939     include_sys_select_h="#include <sys/select.h>"
12940     else
12941     include_sys_select_h="/* #include <sys/select.h> */"
12942 pcg 1.11 fi
12943 pcg 1.1 if test "$ac_cv_header_sys_strredir_h" = "yes" -o "$notset" = "dontmatch"; then
12944     include_sys_strredir_h="#include <sys/strredir.h>"
12945     else
12946     include_sys_strredir_h="/* #include <sys/strredir.h> */"
12947 pcg 1.11 fi
12948 pcg 1.1 if test "$ac_cv_header_sys_time_h" = "yes" -o "$notset" = "dontmatch"; then
12949     include_sys_time_h="#include <sys/time.h>"
12950     else
12951     include_sys_time_h="/* #include <sys/time.h> */"
12952 pcg 1.11 fi
12953 pcg 1.1 if test "$ac_cv_header_sys_time_h" = "no" -o "$ac_cv_header_time" = "yes"; then
12954     include_time_h="#include <time.h>"
12955     else
12956     include_time_h="/* #include <time.h> */"
12957 pcg 1.11 fi
12958 pcg 1.1
12959 root 1.49 ac_config_files="$ac_config_files autoconf/Make.common Makefile doc/Makefile src/Makefile src/rxvtlib.h"
12960 root 1.32
12961 pcg 1.11 cat >confcache <<\_ACEOF
12962 pcg 1.1 # This file is a shell script that caches the results of configure
12963     # tests run on this system so they can be shared between configure
12964 pcg 1.11 # scripts and configure runs, see configure's option --config-cache.
12965     # It is not useful on other systems. If it contains results you don't
12966     # want to keep, you may remove or edit it.
12967 pcg 1.1 #
12968 pcg 1.11 # config.status only pays attention to the cache file if you give it
12969     # the --recheck option to rerun configure.
12970 pcg 1.1 #
12971 pcg 1.11 # `ac_cv_env_foo' variables (set or unset) will be overridden when
12972     # loading this file, other *unset* `ac_cv_foo' will be assigned the
12973     # following values.
12974    
12975     _ACEOF
12976    
12977 pcg 1.1 # The following way of writing the cache mishandles newlines in values,
12978     # but we know of no workaround that is simple, portable, and efficient.
12979     # So, don't put newlines in cache variables' values.
12980     # Ultrix sh set writes to stderr and can't be redirected directly,
12981     # and sets the high bit in the cache file unless we assign to the vars.
12982 pcg 1.11 {
12983     (set) 2>&1 |
12984     case `(ac_space=' '; set | grep ac_space) 2>&1` in
12985     *ac_space=\ *)
12986     # `set' does not quote correctly, so add quotes (double-quote
12987     # substitution turns \\\\ into \\, and sed turns \\ into \).
12988     sed -n \
12989     "s/'/'\\\\''/g;
12990     s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
12991     ;;
12992     *)
12993     # `set' quotes correctly as required by POSIX, so do not add quotes.
12994     sed -n \
12995     "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
12996     ;;
12997     esac;
12998     } |
12999     sed '
13000     t clear
13001     : clear
13002     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
13003     t end
13004     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
13005     : end' >>confcache
13006     if diff $cache_file confcache >/dev/null 2>&1; then :; else
13007 pcg 1.1 if test -w $cache_file; then
13008 pcg 1.11 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
13009     cat confcache >$cache_file
13010 pcg 1.1 else
13011     echo "not updating unwritable cache $cache_file"
13012     fi
13013     fi
13014     rm -f confcache
13015    
13016     test "x$prefix" = xNONE && prefix=$ac_default_prefix
13017     # Let make expand exec_prefix.
13018     test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
13019    
13020 pcg 1.11 # VPATH may cause trouble with some makes, so we remove $(srcdir),
13021     # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
13022     # trailing colons and then remove the whole line if VPATH becomes empty
13023     # (actually we leave an empty line to preserve line numbers).
13024 pcg 1.1 if test "x$srcdir" = x.; then
13025 pcg 1.11 ac_vpsub='/^[ ]*VPATH[ ]*=/{
13026     s/:*\$(srcdir):*/:/;
13027     s/:*\${srcdir}:*/:/;
13028     s/:*@srcdir@:*/:/;
13029     s/^\([^=]*=[ ]*\):*/\1/;
13030     s/:*$//;
13031     s/^[^=]*=[ ]*$//;
13032     }'
13033 pcg 1.1 fi
13034    
13035 pcg 1.11 DEFS=-DHAVE_CONFIG_H
13036    
13037     ac_libobjs=
13038     ac_ltlibobjs=
13039     for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
13040     # 1. Remove the extension, and $U if already installed.
13041     ac_i=`echo "$ac_i" |
13042     sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
13043     # 2. Add them.
13044     ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
13045     ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
13046     done
13047     LIBOBJS=$ac_libobjs
13048    
13049     LTLIBOBJS=$ac_ltlibobjs
13050    
13051 pcg 1.1
13052    
13053     : ${CONFIG_STATUS=./config.status}
13054 pcg 1.11 ac_clean_files_save=$ac_clean_files
13055     ac_clean_files="$ac_clean_files $CONFIG_STATUS"
13056     { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
13057     echo "$as_me: creating $CONFIG_STATUS" >&6;}
13058     cat >$CONFIG_STATUS <<_ACEOF
13059     #! $SHELL
13060     # Generated by $as_me.
13061 pcg 1.1 # Run this file to recreate the current configuration.
13062     # Compiler output produced by configure, useful for debugging
13063 pcg 1.11 # configure, is in config.log if it exists.
13064    
13065     debug=false
13066     ac_cs_recheck=false
13067     ac_cs_silent=false
13068     SHELL=\${CONFIG_SHELL-$SHELL}
13069     _ACEOF
13070    
13071     cat >>$CONFIG_STATUS <<\_ACEOF
13072     ## --------------------- ##
13073     ## M4sh Initialization. ##
13074     ## --------------------- ##
13075    
13076     # Be Bourne compatible
13077     if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
13078     emulate sh
13079     NULLCMD=:
13080     # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
13081     # is contrary to our usage. Disable this feature.
13082     alias -g '${1+"$@"}'='"$@"'
13083     elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
13084     set -o posix
13085     fi
13086     DUALCASE=1; export DUALCASE # for MKS sh
13087    
13088     # Support unset when possible.
13089     if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
13090     as_unset=unset
13091     else
13092     as_unset=false
13093     fi
13094    
13095    
13096     # Work around bugs in pre-3.0 UWIN ksh.
13097     $as_unset ENV MAIL MAILPATH
13098     PS1='$ '
13099     PS2='> '
13100     PS4='+ '
13101    
13102     # NLS nuisances.
13103     for as_var in \
13104     LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
13105     LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
13106     LC_TELEPHONE LC_TIME
13107     do
13108     if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
13109     eval $as_var=C; export $as_var
13110     else
13111     $as_unset $as_var
13112     fi
13113     done
13114    
13115     # Required to use basename.
13116     if expr a : '\(a\)' >/dev/null 2>&1; then
13117     as_expr=expr
13118     else
13119     as_expr=false
13120     fi
13121    
13122     if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
13123     as_basename=basename
13124     else
13125     as_basename=false
13126     fi
13127    
13128    
13129     # Name of the executable.
13130     as_me=`$as_basename "$0" ||
13131     $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
13132     X"$0" : 'X\(//\)$' \| \
13133     X"$0" : 'X\(/\)$' \| \
13134     . : '\(.\)' 2>/dev/null ||
13135     echo X/"$0" |
13136     sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
13137     /^X\/\(\/\/\)$/{ s//\1/; q; }
13138     /^X\/\(\/\).*/{ s//\1/; q; }
13139     s/.*/./; q'`
13140    
13141    
13142     # PATH needs CR, and LINENO needs CR and PATH.
13143     # Avoid depending upon Character Ranges.
13144     as_cr_letters='abcdefghijklmnopqrstuvwxyz'
13145     as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
13146     as_cr_Letters=$as_cr_letters$as_cr_LETTERS
13147     as_cr_digits='0123456789'
13148     as_cr_alnum=$as_cr_Letters$as_cr_digits
13149    
13150     # The user is always right.
13151     if test "${PATH_SEPARATOR+set}" != set; then
13152     echo "#! /bin/sh" >conf$$.sh
13153     echo "exit 0" >>conf$$.sh
13154     chmod +x conf$$.sh
13155     if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13156     PATH_SEPARATOR=';'
13157     else
13158     PATH_SEPARATOR=:
13159     fi
13160     rm -f conf$$.sh
13161     fi
13162    
13163    
13164     as_lineno_1=$LINENO
13165     as_lineno_2=$LINENO
13166     as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
13167     test "x$as_lineno_1" != "x$as_lineno_2" &&
13168     test "x$as_lineno_3" = "x$as_lineno_2" || {
13169     # Find who we are. Look in the path if we contain no path at all
13170     # relative or not.
13171     case $0 in
13172     *[\\/]* ) as_myself=$0 ;;
13173     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13174     for as_dir in $PATH
13175     do
13176     IFS=$as_save_IFS
13177     test -z "$as_dir" && as_dir=.
13178     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
13179     done
13180    
13181     ;;
13182     esac
13183     # We did not find ourselves, most probably we were run as `sh COMMAND'
13184     # in which case we are not to be found in the path.
13185     if test "x$as_myself" = x; then
13186     as_myself=$0
13187     fi
13188     if test ! -f "$as_myself"; then
13189     { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
13190     echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
13191     { (exit 1); exit 1; }; }
13192     fi
13193     case $CONFIG_SHELL in
13194     '')
13195     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13196     for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
13197     do
13198     IFS=$as_save_IFS
13199     test -z "$as_dir" && as_dir=.
13200     for as_base in sh bash ksh sh5; do
13201     case $as_dir in
13202     /*)
13203     if ("$as_dir/$as_base" -c '
13204     as_lineno_1=$LINENO
13205     as_lineno_2=$LINENO
13206     as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
13207     test "x$as_lineno_1" != "x$as_lineno_2" &&
13208     test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
13209     $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
13210     $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
13211     CONFIG_SHELL=$as_dir/$as_base
13212     export CONFIG_SHELL
13213     exec "$CONFIG_SHELL" "$0" ${1+"$@"}
13214     fi;;
13215     esac
13216     done
13217     done
13218     ;;
13219     esac
13220    
13221     # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
13222     # uniformly replaced by the line number. The first 'sed' inserts a
13223     # line-number line before each line; the second 'sed' does the real
13224     # work. The second script uses 'N' to pair each line-number line
13225     # with the numbered line, and appends trailing '-' during
13226     # substitution so that $LINENO is not a special case at line end.
13227     # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
13228     # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
13229     sed '=' <$as_myself |
13230     sed '
13231     N
13232     s,$,-,
13233     : loop
13234     s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
13235     t loop
13236     s,-$,,
13237     s,^['$as_cr_digits']*\n,,
13238     ' >$as_me.lineno &&
13239     chmod +x $as_me.lineno ||
13240     { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
13241     echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
13242     { (exit 1); exit 1; }; }
13243    
13244     # Don't try to exec as it changes $[0], causing all sort of problems
13245     # (the dirname of $[0] is not the place where we might find the
13246     # original and so on. Autoconf is especially sensible to this).
13247     . ./$as_me.lineno
13248     # Exit status is that of the last command.
13249     exit
13250     }
13251    
13252    
13253     case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
13254     *c*,-n*) ECHO_N= ECHO_C='
13255     ' ECHO_T=' ' ;;
13256     *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
13257     *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
13258     esac
13259    
13260     if expr a : '\(a\)' >/dev/null 2>&1; then
13261     as_expr=expr
13262     else
13263     as_expr=false
13264     fi
13265    
13266     rm -f conf$$ conf$$.exe conf$$.file
13267     echo >conf$$.file
13268     if ln -s conf$$.file conf$$ 2>/dev/null; then
13269     # We could just check for DJGPP; but this test a) works b) is more generic
13270     # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
13271     if test -f conf$$.exe; then
13272     # Don't use ln at all; we don't have any links
13273     as_ln_s='cp -p'
13274     else
13275     as_ln_s='ln -s'
13276     fi
13277     elif ln conf$$.file conf$$ 2>/dev/null; then
13278     as_ln_s=ln
13279     else
13280     as_ln_s='cp -p'
13281     fi
13282     rm -f conf$$ conf$$.exe conf$$.file
13283    
13284     if mkdir -p . 2>/dev/null; then
13285     as_mkdir_p=:
13286     else
13287     test -d ./-p && rmdir ./-p
13288     as_mkdir_p=false
13289     fi
13290    
13291     as_executable_p="test -f"
13292    
13293     # Sed expression to map a string onto a valid CPP name.
13294     as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
13295    
13296     # Sed expression to map a string onto a valid variable name.
13297     as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
13298    
13299    
13300     # IFS
13301     # We need space, tab and new line, in precisely that order.
13302     as_nl='
13303     '
13304     IFS=" $as_nl"
13305    
13306     # CDPATH.
13307     $as_unset CDPATH
13308    
13309     exec 6>&1
13310    
13311     # Open the log real soon, to keep \$[0] and so on meaningful, and to
13312     # report actual input values of CONFIG_FILES etc. instead of their
13313     # values after options handling. Logging --version etc. is OK.
13314     exec 5>>config.log
13315     {
13316     echo
13317     sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
13318     ## Running $as_me. ##
13319     _ASBOX
13320     } >&5
13321     cat >&5 <<_CSEOF
13322    
13323     This file was extended by $as_me, which was
13324     generated by GNU Autoconf 2.59. Invocation command line was
13325    
13326     CONFIG_FILES = $CONFIG_FILES
13327     CONFIG_HEADERS = $CONFIG_HEADERS
13328     CONFIG_LINKS = $CONFIG_LINKS
13329     CONFIG_COMMANDS = $CONFIG_COMMANDS
13330     $ $0 $@
13331    
13332     _CSEOF
13333     echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
13334     echo >&5
13335     _ACEOF
13336    
13337     # Files that config.status was made for.
13338     if test -n "$ac_config_files"; then
13339     echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
13340     fi
13341    
13342     if test -n "$ac_config_headers"; then
13343     echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
13344     fi
13345    
13346     if test -n "$ac_config_links"; then
13347     echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
13348     fi
13349 pcg 1.1
13350 pcg 1.11 if test -n "$ac_config_commands"; then
13351     echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
13352     fi
13353    
13354     cat >>$CONFIG_STATUS <<\_ACEOF
13355    
13356     ac_cs_usage="\
13357     \`$as_me' instantiates files from templates according to the
13358     current configuration.
13359    
13360     Usage: $0 [OPTIONS] [FILE]...
13361    
13362     -h, --help print this help, then exit
13363     -V, --version print version number, then exit
13364     -q, --quiet do not print progress messages
13365     -d, --debug don't remove temporary files
13366     --recheck update $as_me by reconfiguring in the same conditions
13367     --file=FILE[:TEMPLATE]
13368     instantiate the configuration file FILE
13369     --header=FILE[:TEMPLATE]
13370     instantiate the configuration header FILE
13371    
13372     Configuration files:
13373     $config_files
13374    
13375     Configuration headers:
13376     $config_headers
13377    
13378     Report bugs to <bug-autoconf@gnu.org>."
13379     _ACEOF
13380    
13381     cat >>$CONFIG_STATUS <<_ACEOF
13382     ac_cs_version="\\
13383     config.status
13384     configured by $0, generated by GNU Autoconf 2.59,
13385     with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
13386    
13387     Copyright (C) 2003 Free Software Foundation, Inc.
13388     This config.status script is free software; the Free Software Foundation
13389     gives unlimited permission to copy, distribute and modify it."
13390     srcdir=$srcdir
13391     INSTALL="$INSTALL"
13392     _ACEOF
13393    
13394     cat >>$CONFIG_STATUS <<\_ACEOF
13395     # If no file are specified by the user, then we need to provide default
13396     # value. By we need to know if files were specified by the user.
13397     ac_need_defaults=:
13398     while test $# != 0
13399 pcg 1.1 do
13400 pcg 1.11 case $1 in
13401     --*=*)
13402     ac_option=`expr "x$1" : 'x\([^=]*\)='`
13403     ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
13404     ac_shift=:
13405     ;;
13406     -*)
13407     ac_option=$1
13408     ac_optarg=$2
13409     ac_shift=shift
13410     ;;
13411     *) # This is not an option, so the user has probably given explicit
13412     # arguments.
13413     ac_option=$1
13414     ac_need_defaults=false;;
13415     esac
13416    
13417     case $ac_option in
13418     # Handling of the options.
13419     _ACEOF
13420     cat >>$CONFIG_STATUS <<\_ACEOF
13421 pcg 1.1 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
13422 pcg 1.11 ac_cs_recheck=: ;;
13423     --version | --vers* | -V )
13424     echo "$ac_cs_version"; exit 0 ;;
13425     --he | --h)
13426     # Conflict between --help and --header
13427     { { echo "$as_me:$LINENO: error: ambiguous option: $1
13428     Try \`$0 --help' for more information." >&5
13429     echo "$as_me: error: ambiguous option: $1
13430     Try \`$0 --help' for more information." >&2;}
13431     { (exit 1); exit 1; }; };;
13432     --help | --hel | -h )
13433     echo "$ac_cs_usage"; exit 0 ;;
13434     --debug | --d* | -d )
13435     debug=: ;;
13436     --file | --fil | --fi | --f )
13437     $ac_shift
13438     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
13439     ac_need_defaults=false;;
13440     --header | --heade | --head | --hea )
13441     $ac_shift
13442     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
13443     ac_need_defaults=false;;
13444     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
13445     | -silent | --silent | --silen | --sile | --sil | --si | --s)
13446     ac_cs_silent=: ;;
13447    
13448     # This is an error.
13449     -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
13450     Try \`$0 --help' for more information." >&5
13451     echo "$as_me: error: unrecognized option: $1
13452     Try \`$0 --help' for more information." >&2;}
13453     { (exit 1); exit 1; }; } ;;
13454    
13455     *) ac_config_targets="$ac_config_targets $1" ;;
13456    
13457     esac
13458     shift
13459     done
13460    
13461     ac_configure_extra_args=
13462    
13463     if $ac_cs_silent; then
13464     exec 6>/dev/null
13465     ac_configure_extra_args="$ac_configure_extra_args --silent"
13466     fi
13467    
13468     _ACEOF
13469     cat >>$CONFIG_STATUS <<_ACEOF
13470     if \$ac_cs_recheck; then
13471     echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
13472     exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
13473     fi
13474    
13475     _ACEOF
13476    
13477    
13478    
13479    
13480    
13481     cat >>$CONFIG_STATUS <<\_ACEOF
13482     for ac_config_target in $ac_config_targets
13483     do
13484     case "$ac_config_target" in
13485     # Handling of arguments.
13486     "autoconf/Make.common" ) CONFIG_FILES="$CONFIG_FILES autoconf/Make.common" ;;
13487     "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
13488     "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
13489     "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
13490     "src/rxvtlib.h" ) CONFIG_FILES="$CONFIG_FILES src/rxvtlib.h" ;;
13491     "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:autoconf/config.h.in" ;;
13492     *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
13493     echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
13494     { (exit 1); exit 1; }; };;
13495 pcg 1.1 esac
13496     done
13497    
13498 pcg 1.11 # If the user did not use the arguments to specify the items to instantiate,
13499     # then the envvar interface is used. Set only those that are not.
13500     # We use the long form for the default assignment because of an extremely
13501     # bizarre bug on SunOS 4.1.3.
13502     if $ac_need_defaults; then
13503     test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
13504     test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
13505     fi
13506    
13507     # Have a temporary directory for convenience. Make it in the build tree
13508     # simply because there is no reason to put it here, and in addition,
13509     # creating and moving files from /tmp can sometimes cause problems.
13510     # Create a temporary directory, and hook for its removal unless debugging.
13511     $debug ||
13512     {
13513     trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
13514     trap '{ (exit 1); exit 1; }' 1 2 13 15
13515     }
13516    
13517     # Create a (secure) tmp directory for tmp files.
13518    
13519     {
13520     tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
13521     test -n "$tmp" && test -d "$tmp"
13522     } ||
13523     {
13524     tmp=./confstat$$-$RANDOM
13525     (umask 077 && mkdir $tmp)
13526     } ||
13527     {
13528     echo "$me: cannot create a temporary directory in ." >&2
13529     { (exit 1); exit 1; }
13530     }
13531    
13532     _ACEOF
13533    
13534     cat >>$CONFIG_STATUS <<_ACEOF
13535 pcg 1.1
13536 pcg 1.11 #
13537     # CONFIG_FILES section.
13538     #
13539 pcg 1.1
13540 pcg 1.11 # No need to generate the scripts if there are no CONFIG_FILES.
13541     # This happens for instance when ./config.status config.h
13542     if test -n "\$CONFIG_FILES"; then
13543     # Protect against being on the right side of a sed subst in config.status.
13544     sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
13545     s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
13546     s,@SHELL@,$SHELL,;t t
13547     s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
13548     s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
13549     s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
13550     s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
13551     s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
13552     s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
13553     s,@exec_prefix@,$exec_prefix,;t t
13554     s,@prefix@,$prefix,;t t
13555     s,@program_transform_name@,$program_transform_name,;t t
13556     s,@bindir@,$bindir,;t t
13557     s,@sbindir@,$sbindir,;t t
13558     s,@libexecdir@,$libexecdir,;t t
13559     s,@datadir@,$datadir,;t t
13560     s,@sysconfdir@,$sysconfdir,;t t
13561     s,@sharedstatedir@,$sharedstatedir,;t t
13562     s,@localstatedir@,$localstatedir,;t t
13563     s,@libdir@,$libdir,;t t
13564     s,@includedir@,$includedir,;t t
13565     s,@oldincludedir@,$oldincludedir,;t t
13566     s,@infodir@,$infodir,;t t
13567     s,@mandir@,$mandir,;t t
13568     s,@build_alias@,$build_alias,;t t
13569     s,@host_alias@,$host_alias,;t t
13570     s,@target_alias@,$target_alias,;t t
13571     s,@DEFS@,$DEFS,;t t
13572     s,@ECHO_C@,$ECHO_C,;t t
13573     s,@ECHO_N@,$ECHO_N,;t t
13574     s,@ECHO_T@,$ECHO_T,;t t
13575     s,@LIBS@,$LIBS,;t t
13576 root 1.48 s,@build@,$build,;t t
13577     s,@build_cpu@,$build_cpu,;t t
13578     s,@build_vendor@,$build_vendor,;t t
13579     s,@build_os@,$build_os,;t t
13580     s,@host@,$host,;t t
13581     s,@host_cpu@,$host_cpu,;t t
13582     s,@host_vendor@,$host_vendor,;t t
13583     s,@host_os@,$host_os,;t t
13584 pcg 1.11 s,@VERSION@,$VERSION,;t t
13585     s,@DATE@,$DATE,;t t
13586     s,@LSMDATE@,$LSMDATE,;t t
13587     s,@LIBVERSION@,$LIBVERSION,;t t
13588     s,@CC@,$CC,;t t
13589     s,@CFLAGS@,$CFLAGS,;t t
13590     s,@LDFLAGS@,$LDFLAGS,;t t
13591     s,@CPPFLAGS@,$CPPFLAGS,;t t
13592     s,@ac_ct_CC@,$ac_ct_CC,;t t
13593     s,@EXEEXT@,$EXEEXT,;t t
13594     s,@OBJEXT@,$OBJEXT,;t t
13595     s,@CXX@,$CXX,;t t
13596     s,@CXXFLAGS@,$CXXFLAGS,;t t
13597     s,@ac_ct_CXX@,$ac_ct_CXX,;t t
13598     s,@CPP@,$CPP,;t t
13599     s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
13600     s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
13601     s,@INSTALL_DATA@,$INSTALL_DATA,;t t
13602     s,@AWK@,$AWK,;t t
13603 pcg 1.13 s,@LINKER@,$LINKER,;t t
13604     s,@CXXCPP@,$CXXCPP,;t t
13605 pcg 1.11 s,@EGREP@,$EGREP,;t t
13606     s,@INSTALL_LIBRXVT@,$INSTALL_LIBRXVT,;t t
13607 pcg 1.15 s,@RXVTNAME@,$RXVTNAME,;t t
13608 pcg 1.11 s,@MV@,$MV,;t t
13609     s,@RM@,$RM,;t t
13610     s,@CP@,$CP,;t t
13611     s,@LN@,$LN,;t t
13612     s,@SED@,$SED,;t t
13613 root 1.51 s,@ECHO@,$ECHO,;t t
13614 pcg 1.11 s,@CMP@,$CMP,;t t
13615     s,@TBL@,$TBL,;t t
13616 root 1.39 s,@TIC@,$TIC,;t t
13617 pcg 1.11 s,@X_CFLAGS@,$X_CFLAGS,;t t
13618     s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
13619     s,@X_LIBS@,$X_LIBS,;t t
13620     s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
13621     s,@XPM_CPPFLAGS@,$XPM_CPPFLAGS,;t t
13622     s,@XPM_CFLAGS@,$XPM_CFLAGS,;t t
13623     s,@XPM_LIBS@,$XPM_LIBS,;t t
13624     s,@rxvt_int16_typedef@,$rxvt_int16_typedef,;t t
13625     s,@rxvt_uint16_typedef@,$rxvt_uint16_typedef,;t t
13626     s,@rxvt_int32_typedef@,$rxvt_int32_typedef,;t t
13627     s,@rxvt_uint32_typedef@,$rxvt_uint32_typedef,;t t
13628     s,@rxvt_intp_define@,$rxvt_intp_define,;t t
13629     s,@rxvt_u_intp_define@,$rxvt_u_intp_define,;t t
13630 root 1.60 s,@PERL@,$PERL,;t t
13631     s,@PERLLIB@,$PERLLIB,;t t
13632     s,@PERLFLAGS@,$PERLFLAGS,;t t
13633 root 1.61 s,@PERLPRIVLIBEXP@,$PERLPRIVLIBEXP,;t t
13634 root 1.60 s,@IF_PERL@,$IF_PERL,;t t
13635     s,@PERL_O@,$PERL_O,;t t
13636 pcg 1.11 s,@DEBUG@,$DEBUG,;t t
13637     s,@DINCLUDE@,$DINCLUDE,;t t
13638     s,@DLIB@,$DLIB,;t t
13639     s,@include_stdint_h@,$include_stdint_h,;t t
13640     s,@include_stdarg_h@,$include_stdarg_h,;t t
13641     s,@include_stdlib_h@,$include_stdlib_h,;t t
13642     s,@include_unistd_h@,$include_unistd_h,;t t
13643     s,@include_string_h@,$include_string_h,;t t
13644     s,@include_fcntl_h@,$include_fcntl_h,;t t
13645     s,@include_util_h@,$include_util_h,;t t
13646     s,@include_assert_h@,$include_assert_h,;t t
13647     s,@include_sys_ioctl_h@,$include_sys_ioctl_h,;t t
13648     s,@include_sys_select_h@,$include_sys_select_h,;t t
13649     s,@include_sys_strredir_h@,$include_sys_strredir_h,;t t
13650     s,@include_sys_time_h@,$include_sys_time_h,;t t
13651     s,@include_time_h@,$include_time_h,;t t
13652     s,@LIBOBJS@,$LIBOBJS,;t t
13653     s,@LTLIBOBJS@,$LTLIBOBJS,;t t
13654 pcg 1.1 /@MCOMMON@/r $MCOMMON
13655 pcg 1.11 s,@MCOMMON@,,;t t
13656 pcg 1.1 CEOF
13657    
13658 pcg 1.11 _ACEOF
13659 pcg 1.1
13660 pcg 1.11 cat >>$CONFIG_STATUS <<\_ACEOF
13661     # Split the substitutions into bite-sized pieces for seds with
13662     # small command number limits, like on Digital OSF/1 and HP-UX.
13663     ac_max_sed_lines=48
13664     ac_sed_frag=1 # Number of current file.
13665     ac_beg=1 # First line for current file.
13666     ac_end=$ac_max_sed_lines # Line after last line for current file.
13667     ac_more_lines=:
13668     ac_sed_cmds=
13669     while $ac_more_lines; do
13670     if test $ac_beg -gt 1; then
13671     sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
13672     else
13673     sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
13674     fi
13675     if test ! -s $tmp/subs.frag; then
13676     ac_more_lines=false
13677 pcg 1.1 else
13678 pcg 1.11 # The purpose of the label and of the branching condition is to
13679     # speed up the sed processing (if there are no `@' at all, there
13680     # is no need to browse any of the substitutions).
13681     # These are the two extra sed commands mentioned above.
13682     (echo ':t
13683     /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
13684     if test -z "$ac_sed_cmds"; then
13685     ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
13686     else
13687     ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
13688     fi
13689     ac_sed_frag=`expr $ac_sed_frag + 1`
13690     ac_beg=$ac_end
13691     ac_end=`expr $ac_end + $ac_max_sed_lines`
13692 pcg 1.1 fi
13693 pcg 1.11 done
13694     if test -z "$ac_sed_cmds"; then
13695     ac_sed_cmds=cat
13696 pcg 1.1 fi
13697 pcg 1.11 fi # test -n "$CONFIG_FILES"
13698 pcg 1.1
13699 pcg 1.11 _ACEOF
13700     cat >>$CONFIG_STATUS <<\_ACEOF
13701     for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
13702 pcg 1.1 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
13703 pcg 1.11 case $ac_file in
13704     - | *:- | *:-:* ) # input from stdin
13705     cat >$tmp/stdin
13706     ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
13707     ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
13708     *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
13709     ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
13710     * ) ac_file_in=$ac_file.in ;;
13711 pcg 1.1 esac
13712    
13713 pcg 1.11 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
13714     ac_dir=`(dirname "$ac_file") 2>/dev/null ||
13715     $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13716     X"$ac_file" : 'X\(//\)[^/]' \| \
13717     X"$ac_file" : 'X\(//\)$' \| \
13718     X"$ac_file" : 'X\(/\)' \| \
13719     . : '\(.\)' 2>/dev/null ||
13720     echo X"$ac_file" |
13721     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
13722     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
13723     /^X\(\/\/\)$/{ s//\1/; q; }
13724     /^X\(\/\).*/{ s//\1/; q; }
13725     s/.*/./; q'`
13726     { if $as_mkdir_p; then
13727     mkdir -p "$ac_dir"
13728     else
13729     as_dir="$ac_dir"
13730     as_dirs=
13731     while test ! -d "$as_dir"; do
13732     as_dirs="$as_dir $as_dirs"
13733     as_dir=`(dirname "$as_dir") 2>/dev/null ||
13734     $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13735     X"$as_dir" : 'X\(//\)[^/]' \| \
13736     X"$as_dir" : 'X\(//\)$' \| \
13737     X"$as_dir" : 'X\(/\)' \| \
13738     . : '\(.\)' 2>/dev/null ||
13739     echo X"$as_dir" |
13740     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
13741     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
13742     /^X\(\/\/\)$/{ s//\1/; q; }
13743     /^X\(\/\).*/{ s//\1/; q; }
13744     s/.*/./; q'`
13745     done
13746     test ! -n "$as_dirs" || mkdir $as_dirs
13747     fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
13748     echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
13749     { (exit 1); exit 1; }; }; }
13750    
13751     ac_builddir=.
13752    
13753     if test "$ac_dir" != .; then
13754     ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
13755     # A "../" for each directory in $ac_dir_suffix.
13756     ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
13757     else
13758     ac_dir_suffix= ac_top_builddir=
13759     fi
13760    
13761     case $srcdir in
13762     .) # No --srcdir option. We are building in place.
13763     ac_srcdir=.
13764     if test -z "$ac_top_builddir"; then
13765     ac_top_srcdir=.
13766     else
13767     ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
13768     fi ;;
13769     [\\/]* | ?:[\\/]* ) # Absolute path.
13770     ac_srcdir=$srcdir$ac_dir_suffix;
13771     ac_top_srcdir=$srcdir ;;
13772     *) # Relative path.
13773     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
13774     ac_top_srcdir=$ac_top_builddir$srcdir ;;
13775     esac
13776    
13777     # Do not use `cd foo && pwd` to compute absolute paths, because
13778     # the directories may not exist.
13779     case `pwd` in
13780     .) ac_abs_builddir="$ac_dir";;
13781     *)
13782     case "$ac_dir" in
13783     .) ac_abs_builddir=`pwd`;;
13784     [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
13785     *) ac_abs_builddir=`pwd`/"$ac_dir";;
13786     esac;;
13787     esac
13788     case $ac_abs_builddir in
13789     .) ac_abs_top_builddir=${ac_top_builddir}.;;
13790     *)
13791     case ${ac_top_builddir}. in
13792     .) ac_abs_top_builddir=$ac_abs_builddir;;
13793     [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
13794     *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
13795     esac;;
13796     esac
13797     case $ac_abs_builddir in
13798     .) ac_abs_srcdir=$ac_srcdir;;
13799     *)
13800     case $ac_srcdir in
13801     .) ac_abs_srcdir=$ac_abs_builddir;;
13802     [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
13803     *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
13804     esac;;
13805     esac
13806     case $ac_abs_builddir in
13807     .) ac_abs_top_srcdir=$ac_top_srcdir;;
13808     *)
13809     case $ac_top_srcdir in
13810     .) ac_abs_top_srcdir=$ac_abs_builddir;;
13811     [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
13812     *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
13813     esac;;
13814     esac
13815    
13816 pcg 1.1
13817 pcg 1.11 case $INSTALL in
13818     [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
13819     *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
13820 pcg 1.1 esac
13821    
13822 pcg 1.11 # Let's still pretend it is `configure' which instantiates (i.e., don't
13823     # use $as_me), people would be surprised to read:
13824     # /* config.h. Generated by config.status. */
13825     if test x"$ac_file" = x-; then
13826     configure_input=
13827     else
13828     configure_input="$ac_file. "
13829     fi
13830     configure_input=$configure_input"Generated from `echo $ac_file_in |
13831     sed 's,.*/,,'` by configure."
13832    
13833     # First look for the input files in the build tree, otherwise in the
13834     # src tree.
13835     ac_file_inputs=`IFS=:
13836     for f in $ac_file_in; do
13837     case $f in
13838     -) echo $tmp/stdin ;;
13839     [\\/$]*)
13840     # Absolute (can't be DOS-style, as IFS=:)
13841     test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
13842     echo "$as_me: error: cannot find input file: $f" >&2;}
13843     { (exit 1); exit 1; }; }
13844     echo "$f";;
13845     *) # Relative
13846     if test -f "$f"; then
13847     # Build tree
13848     echo "$f"
13849     elif test -f "$srcdir/$f"; then
13850     # Source tree
13851     echo "$srcdir/$f"
13852     else
13853     # /dev/null tree
13854     { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
13855     echo "$as_me: error: cannot find input file: $f" >&2;}
13856     { (exit 1); exit 1; }; }
13857     fi;;
13858     esac
13859     done` || { (exit 1); exit 1; }
13860    
13861     if test x"$ac_file" != x-; then
13862     { echo "$as_me:$LINENO: creating $ac_file" >&5
13863     echo "$as_me: creating $ac_file" >&6;}
13864     rm -f "$ac_file"
13865     fi
13866     _ACEOF
13867     cat >>$CONFIG_STATUS <<_ACEOF
13868     sed "$ac_vpsub
13869     $extrasub
13870     _ACEOF
13871     cat >>$CONFIG_STATUS <<\_ACEOF
13872     :t
13873     /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
13874     s,@configure_input@,$configure_input,;t t
13875     s,@srcdir@,$ac_srcdir,;t t
13876     s,@abs_srcdir@,$ac_abs_srcdir,;t t
13877     s,@top_srcdir@,$ac_top_srcdir,;t t
13878     s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
13879     s,@builddir@,$ac_builddir,;t t
13880     s,@abs_builddir@,$ac_abs_builddir,;t t
13881     s,@top_builddir@,$ac_top_builddir,;t t
13882     s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
13883     s,@INSTALL@,$ac_INSTALL,;t t
13884     " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
13885     rm -f $tmp/stdin
13886     if test x"$ac_file" != x-; then
13887     mv $tmp/out $ac_file
13888     else
13889     cat $tmp/out
13890     rm -f $tmp/out
13891     fi
13892 pcg 1.1
13893 pcg 1.11 done
13894     _ACEOF
13895     cat >>$CONFIG_STATUS <<\_ACEOF
13896 pcg 1.1
13897 pcg 1.11 #
13898     # CONFIG_HEADER section.
13899     #
13900 pcg 1.1
13901     # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
13902     # NAME is the cpp macro being defined and VALUE is the value it is being given.
13903     #
13904     # ac_d sets the value in "#define NAME VALUE" lines.
13905 pcg 1.11 ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
13906     ac_dB='[ ].*$,\1#\2'
13907     ac_dC=' '
13908     ac_dD=',;t'
13909     # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
13910     ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
13911     ac_uB='$,\1#\2define\3'
13912 pcg 1.1 ac_uC=' '
13913 pcg 1.11 ac_uD=',;t'
13914 pcg 1.1
13915 pcg 1.11 for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
13916 pcg 1.1 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
13917 pcg 1.11 case $ac_file in
13918     - | *:- | *:-:* ) # input from stdin
13919     cat >$tmp/stdin
13920     ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
13921     ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
13922     *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
13923     ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
13924     * ) ac_file_in=$ac_file.in ;;
13925 pcg 1.1 esac
13926    
13927 pcg 1.11 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
13928     echo "$as_me: creating $ac_file" >&6;}
13929 pcg 1.1
13930 pcg 1.11 # First look for the input files in the build tree, otherwise in the
13931     # src tree.
13932     ac_file_inputs=`IFS=:
13933     for f in $ac_file_in; do
13934     case $f in
13935     -) echo $tmp/stdin ;;
13936     [\\/$]*)
13937     # Absolute (can't be DOS-style, as IFS=:)
13938     test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
13939     echo "$as_me: error: cannot find input file: $f" >&2;}
13940     { (exit 1); exit 1; }; }
13941     # Do quote $f, to prevent DOS paths from being IFS'd.
13942     echo "$f";;
13943     *) # Relative
13944     if test -f "$f"; then
13945     # Build tree
13946     echo "$f"
13947     elif test -f "$srcdir/$f"; then
13948     # Source tree
13949     echo "$srcdir/$f"
13950     else
13951     # /dev/null tree
13952     { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
13953     echo "$as_me: error: cannot find input file: $f" >&2;}
13954     { (exit 1); exit 1; }; }
13955     fi;;
13956     esac
13957     done` || { (exit 1); exit 1; }
13958     # Remove the trailing spaces.
13959     sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
13960    
13961     _ACEOF
13962    
13963     # Transform confdefs.h into two sed scripts, `conftest.defines' and
13964     # `conftest.undefs', that substitutes the proper values into
13965     # config.h.in to produce config.h. The first handles `#define'
13966     # templates, and the second `#undef' templates.
13967     # And first: Protect against being on the right side of a sed subst in
13968     # config.status. Protect against being in an unquoted here document
13969     # in config.status.
13970     rm -f conftest.defines conftest.undefs
13971     # Using a here document instead of a string reduces the quoting nightmare.
13972     # Putting comments in sed scripts is not portable.
13973     #
13974     # `end' is used to avoid that the second main sed command (meant for
13975     # 0-ary CPP macros) applies to n-ary macro definitions.
13976     # See the Autoconf documentation for `clear'.
13977     cat >confdef2sed.sed <<\_ACEOF
13978     s/[\\&,]/\\&/g
13979     s,[\\$`],\\&,g
13980     t clear
13981     : clear
13982     s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
13983     t end
13984     s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
13985     : end
13986     _ACEOF
13987     # If some macros were called several times there might be several times
13988     # the same #defines, which is useless. Nevertheless, we may not want to
13989     # sort them, since we want the *last* AC-DEFINE to be honored.
13990     uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
13991     sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
13992     rm -f confdef2sed.sed
13993 pcg 1.1
13994     # This sed command replaces #undef with comments. This is necessary, for
13995     # example, in the case of _POSIX_SOURCE, which is predefined and required
13996     # on some systems where configure will not decide to define it.
13997 pcg 1.11 cat >>conftest.undefs <<\_ACEOF
13998     s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
13999     _ACEOF
14000    
14001     # Break up conftest.defines because some shells have a limit on the size
14002     # of here documents, and old seds have small limits too (100 cmds).
14003     echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
14004     echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
14005     echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
14006     echo ' :' >>$CONFIG_STATUS
14007     rm -f conftest.tail
14008     while grep . conftest.defines >/dev/null
14009     do
14010     # Write a limited-size here document to $tmp/defines.sed.
14011     echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
14012     # Speed up: don't consider the non `#define' lines.
14013     echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
14014     # Work around the forget-to-reset-the-flag bug.
14015     echo 't clr' >>$CONFIG_STATUS
14016     echo ': clr' >>$CONFIG_STATUS
14017     sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
14018     echo 'CEOF
14019     sed -f $tmp/defines.sed $tmp/in >$tmp/out
14020     rm -f $tmp/in
14021     mv $tmp/out $tmp/in
14022     ' >>$CONFIG_STATUS
14023     sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
14024     rm -f conftest.defines
14025     mv conftest.tail conftest.defines
14026     done
14027     rm -f conftest.defines
14028     echo ' fi # grep' >>$CONFIG_STATUS
14029     echo >>$CONFIG_STATUS
14030    
14031     # Break up conftest.undefs because some shells have a limit on the size
14032     # of here documents, and old seds have small limits too (100 cmds).
14033     echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
14034 pcg 1.1 rm -f conftest.tail
14035 pcg 1.11 while grep . conftest.undefs >/dev/null
14036 pcg 1.1 do
14037 pcg 1.11 # Write a limited-size here document to $tmp/undefs.sed.
14038     echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
14039     # Speed up: don't consider the non `#undef'
14040     echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
14041     # Work around the forget-to-reset-the-flag bug.
14042     echo 't clr' >>$CONFIG_STATUS
14043     echo ': clr' >>$CONFIG_STATUS
14044     sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
14045 pcg 1.1 echo 'CEOF
14046 pcg 1.11 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
14047     rm -f $tmp/in
14048     mv $tmp/out $tmp/in
14049     ' >>$CONFIG_STATUS
14050     sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
14051     rm -f conftest.undefs
14052     mv conftest.tail conftest.undefs
14053     done
14054     rm -f conftest.undefs
14055    
14056     cat >>$CONFIG_STATUS <<\_ACEOF
14057     # Let's still pretend it is `configure' which instantiates (i.e., don't
14058     # use $as_me), people would be surprised to read:
14059     # /* config.h. Generated by config.status. */
14060     if test x"$ac_file" = x-; then
14061     echo "/* Generated by configure. */" >$tmp/config.h
14062     else
14063     echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
14064     fi
14065     cat $tmp/in >>$tmp/config.h
14066     rm -f $tmp/in
14067     if test x"$ac_file" != x-; then
14068     if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
14069     { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
14070     echo "$as_me: $ac_file is unchanged" >&6;}
14071     else
14072     ac_dir=`(dirname "$ac_file") 2>/dev/null ||
14073     $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14074     X"$ac_file" : 'X\(//\)[^/]' \| \
14075     X"$ac_file" : 'X\(//\)$' \| \
14076     X"$ac_file" : 'X\(/\)' \| \
14077     . : '\(.\)' 2>/dev/null ||
14078     echo X"$ac_file" |
14079     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
14080     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
14081     /^X\(\/\/\)$/{ s//\1/; q; }
14082     /^X\(\/\).*/{ s//\1/; q; }
14083     s/.*/./; q'`
14084     { if $as_mkdir_p; then
14085     mkdir -p "$ac_dir"
14086     else
14087     as_dir="$ac_dir"
14088     as_dirs=
14089     while test ! -d "$as_dir"; do
14090     as_dirs="$as_dir $as_dirs"
14091     as_dir=`(dirname "$as_dir") 2>/dev/null ||
14092     $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14093     X"$as_dir" : 'X\(//\)[^/]' \| \
14094     X"$as_dir" : 'X\(//\)$' \| \
14095     X"$as_dir" : 'X\(/\)' \| \
14096     . : '\(.\)' 2>/dev/null ||
14097     echo X"$as_dir" |
14098     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
14099     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
14100     /^X\(\/\/\)$/{ s//\1/; q; }
14101     /^X\(\/\).*/{ s//\1/; q; }
14102     s/.*/./; q'`
14103     done
14104     test ! -n "$as_dirs" || mkdir $as_dirs
14105     fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
14106     echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
14107     { (exit 1); exit 1; }; }; }
14108    
14109     rm -f $ac_file
14110     mv $tmp/config.h $ac_file
14111 pcg 1.1 fi
14112 pcg 1.11 else
14113     cat $tmp/config.h
14114     rm -f $tmp/config.h
14115 pcg 1.1 fi
14116 pcg 1.11 done
14117     _ACEOF
14118    
14119     cat >>$CONFIG_STATUS <<\_ACEOF
14120 pcg 1.1
14121 pcg 1.11 { (exit 0); exit 0; }
14122     _ACEOF
14123     chmod +x $CONFIG_STATUS
14124     ac_clean_files=$ac_clean_files_save
14125 pcg 1.1
14126    
14127 pcg 1.11 # configure is writing to config.log, and then calls config.status.
14128     # config.status does its own redirection, appending to config.log.
14129     # Unfortunately, on DOS this fails, as config.log is still kept open
14130     # by configure, so config.status won't be able to write to it; its
14131     # output is simply discarded. So we exec the FD to /dev/null,
14132     # effectively closing config.log, so it can be properly (re)opened and
14133     # appended to by config.status. When coming back to configure, we
14134     # need to make the FD available again.
14135     if test "$no_create" != yes; then
14136     ac_cs_success=:
14137     ac_config_status_args=
14138     test "$silent" = yes &&
14139     ac_config_status_args="$ac_config_status_args --quiet"
14140     exec 5>/dev/null
14141     $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
14142     exec 5>>config.log
14143     # Use ||, not &&, to avoid exiting from the if with $? = 1, which
14144     # would make configure fail if this is the last instruction.
14145     $ac_cs_success || { (exit 1); exit 1; }
14146     fi
14147 pcg 1.1
14148    
14149     echo "Configuration:
14150    
14151     Rxvt version: $VERSION : $DATE
14152     Source code location: $srcdir
14153     Install path: ${prefix}/bin
14154 pcg 1.13 Compiler: $CXX
14155     Compiler flags: $CFLAGS
14156     Linker: $LINKER"
14157 pcg 1.1
14158     if test "$MALLOC_TYPE" = S; then
14159     echo " malloc support: system default"
14160     fi
14161     if test "$MALLOC_TYPE" = G; then
14162     echo " malloc support: Gray Watson's dmalloc"
14163     fi
14164     if test "$MALLOC_TYPE" = D; then
14165     echo " malloc support: Doug Lea's malloc"
14166     fi
14167    
14168     if test x$support_xpm = xyes; then
14169     echo " Xpm library: $XPM_LIBS"
14170     fi
14171    
14172     echo "
14173     The following are set in config.h
14174     "
14175     echo " pty/tty type: "$rxvt_cv_ptys
14176     if test x$support_utmp != xyes; then
14177 pcg 1.20 echo " utmp support: disabled"
14178     echo
14179 pcg 1.1 else
14180     echo " utmp support: enabled
14181     utmp file: $rxvt_cv_path_utmp
14182     utmpx file: $rxvt_cv_path_utmpx
14183     wtmp file: $rxvt_cv_path_wtmp
14184     wtmpx file: $rxvt_cv_path_wtmpx
14185     lastlog file: $rxvt_cv_path_lastlog
14186 root 1.60 ttys/ttytab file: $rxvt_cv_path_ttytab
14187     embedded perl: $support_perl"
14188 pcg 1.20 echo
14189 pcg 1.1 fi
14190     if test x$term != x; then
14191 pcg 1.18 echo " set TERM to: $term"
14192 pcg 1.1 fi
14193     if test x$terminfo != x; then
14194 pcg 1.18 echo " set TERMINFO to: $terminfo"
14195     fi
14196     echo " default resource name: $RESNAME"
14197     echo " resource class: $RESCLASS"
14198     if test x$RESFALLBACK != x; then
14199     echo " resource class fallback: $RESFALLBACK"
14200 pcg 1.1 fi
14201 pcg 1.18 echo
14202 pcg 1.1 if test x$rxvt_cv_ptys = xUNKNOWN; then
14203     echo ".----------------------------------------------------------------."
14204     echo ". WARNING: could not determine pty/tty type. Do not build until ."
14205     echo ". the appropriate PTYS_ARE_* is defined in config.h ."
14206     echo ".----------------------------------------------------------------."
14207     fi
14208     if test x$support_xpm = xneedsmanualspecification; then
14209     echo ".----------------------------------------------------------------."
14210     echo ". WARNING: --enable-xpm-background was specified however the ."
14211     echo ". XPM includes files and libraries could not be found. ."
14212     echo ". XPM backgrounds are now being DISABLED! If you want ."
14213     echo ". to use them you should rerun configure with the ."
14214     echo ". appropriate --with-xpm-includes=/path/to/xpm/includes ."
14215     echo ". and --with-xpm-library=/path/to/xpm/library lines. ."
14216     echo ".----------------------------------------------------------------."
14217     fi
14218     if test x$support_xim = xyes -a x$rxvt_cv_func_xlocale = xno; then
14219     echo ".----------------------------------------------------------------."
14220     echo ". WARNING: --enable-xim was specified however the locale support ."
14221     echo ". functions could not be found. ."
14222     echo ". XIM is now being DISABLED! ."
14223     echo ".----------------------------------------------------------------."
14224     fi
14225 pcg 1.20
14226 root 1.53 echo " *** Optionally check src/feature.h for further options ***"
14227 pcg 1.20 echo
14228    
14229     echo ".----------------------------------------------------------------."
14230 root 1.55 echo ". NOTE: some features are disabled by default, try ."
14231 root 1.53 echo ". configure --help to get an idea of the optional features, ."
14232     echo ". or read ./README.configure ."
14233     echo ". ."
14234     echo ". The script ./reconf gives a reasonable baseline, try it if ."
14235     echo ". you do not want to read documentation and still want some ."
14236     echo ". useful features. ."
14237 pcg 1.20 echo ".----------------------------------------------------------------."
14238     echo
14239