ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/configure
Revision: 1.61
Committed: Mon Jan 2 18:25:02 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.60: +3 -3 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 pcg 1.1 support_inheritpixmap=no
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 pcg 1.1 support_xpm=no
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.60 support_perl=no
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 pcg 1.11 for ac_header in \
7314 pcg 1.1 assert.h \
7315     fcntl.h \
7316     grp.h \
7317     libc.h \
7318     lastlog.h \
7319     stdarg.h \
7320     stdlib.h \
7321     string.h \
7322     termios.h \
7323     unistd.h \
7324     sys/byteorder.h \
7325     sys/ioctl.h \
7326     sys/select.h \
7327     sys/sockio.h \
7328     sys/strredir.h \
7329 root 1.33 sys/stropts.h \
7330 pcg 1.1 sys/time.h \
7331     utmp.h \
7332     utmpx.h \
7333     stdint.h \
7334 root 1.48 pty.h \
7335 root 1.50 wchar.h \
7336     cwchar \
7337     clocale \
7338 pcg 1.1
7339     do
7340 pcg 1.11 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7341     if eval "test \"\${$as_ac_Header+set}\" = set"; then
7342     echo "$as_me:$LINENO: checking for $ac_header" >&5
7343     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7344     if eval "test \"\${$as_ac_Header+set}\" = set"; then
7345     echo $ECHO_N "(cached) $ECHO_C" >&6
7346     fi
7347     echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7348     echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7349     else
7350     # Is the header compilable?
7351     echo "$as_me:$LINENO: checking $ac_header usability" >&5
7352     echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
7353     cat >conftest.$ac_ext <<_ACEOF
7354     /* confdefs.h. */
7355     _ACEOF
7356     cat confdefs.h >>conftest.$ac_ext
7357     cat >>conftest.$ac_ext <<_ACEOF
7358     /* end confdefs.h. */
7359     $ac_includes_default
7360     #include <$ac_header>
7361     _ACEOF
7362     rm -f conftest.$ac_objext
7363     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7364     (eval $ac_compile) 2>conftest.er1
7365     ac_status=$?
7366     grep -v '^ *+' conftest.er1 >conftest.err
7367     rm -f conftest.er1
7368     cat conftest.err >&5
7369     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7370     (exit $ac_status); } &&
7371 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7372 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7373     (eval $ac_try) 2>&5
7374     ac_status=$?
7375     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7376     (exit $ac_status); }; } &&
7377     { ac_try='test -s conftest.$ac_objext'
7378     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7379     (eval $ac_try) 2>&5
7380     ac_status=$?
7381     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7382     (exit $ac_status); }; }; then
7383     ac_header_compiler=yes
7384     else
7385     echo "$as_me: failed program was:" >&5
7386     sed 's/^/| /' conftest.$ac_ext >&5
7387    
7388     ac_header_compiler=no
7389     fi
7390     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7391     echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7392     echo "${ECHO_T}$ac_header_compiler" >&6
7393    
7394     # Is the header present?
7395     echo "$as_me:$LINENO: checking $ac_header presence" >&5
7396     echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
7397     cat >conftest.$ac_ext <<_ACEOF
7398     /* confdefs.h. */
7399     _ACEOF
7400     cat confdefs.h >>conftest.$ac_ext
7401     cat >>conftest.$ac_ext <<_ACEOF
7402     /* end confdefs.h. */
7403     #include <$ac_header>
7404     _ACEOF
7405     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7406     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7407     ac_status=$?
7408     grep -v '^ *+' conftest.er1 >conftest.err
7409     rm -f conftest.er1
7410     cat conftest.err >&5
7411     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7412     (exit $ac_status); } >/dev/null; then
7413     if test -s conftest.err; then
7414 pcg 1.13 ac_cpp_err=$ac_cxx_preproc_warn_flag
7415     ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
7416 pcg 1.11 else
7417     ac_cpp_err=
7418     fi
7419     else
7420     ac_cpp_err=yes
7421     fi
7422     if test -z "$ac_cpp_err"; then
7423     ac_header_preproc=yes
7424 pcg 1.1 else
7425 pcg 1.11 echo "$as_me: failed program was:" >&5
7426     sed 's/^/| /' conftest.$ac_ext >&5
7427    
7428     ac_header_preproc=no
7429     fi
7430     rm -f conftest.err conftest.$ac_ext
7431     echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7432     echo "${ECHO_T}$ac_header_preproc" >&6
7433    
7434     # So? What about this header?
7435 pcg 1.13 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
7436 pcg 1.11 yes:no: )
7437     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7438     echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7439     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7440     echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7441     ac_header_preproc=yes
7442     ;;
7443     no:yes:* )
7444     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7445     echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7446     { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7447     echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7448     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7449     echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7450     { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7451     echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7452     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7453     echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7454     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7455     echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7456     (
7457     cat <<\_ASBOX
7458     ## ------------------------------------------ ##
7459     ## Report this to the AC_PACKAGE_NAME lists. ##
7460     ## ------------------------------------------ ##
7461     _ASBOX
7462     ) |
7463     sed "s/^/$as_me: WARNING: /" >&2
7464     ;;
7465     esac
7466     echo "$as_me:$LINENO: checking for $ac_header" >&5
7467     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7468     if eval "test \"\${$as_ac_Header+set}\" = set"; then
7469     echo $ECHO_N "(cached) $ECHO_C" >&6
7470 pcg 1.1 else
7471 pcg 1.11 eval "$as_ac_Header=\$ac_header_preproc"
7472 pcg 1.1 fi
7473 pcg 1.11 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7474     echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7475    
7476 pcg 1.1 fi
7477 pcg 1.11 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7478     cat >>confdefs.h <<_ACEOF
7479     #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7480     _ACEOF
7481    
7482 pcg 1.1 fi
7483 pcg 1.11
7484 pcg 1.1 done
7485    
7486    
7487 pcg 1.11 echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
7488     echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
7489     if test "${ac_cv_header_time+set}" = set; then
7490     echo $ECHO_N "(cached) $ECHO_C" >&6
7491     else
7492     cat >conftest.$ac_ext <<_ACEOF
7493     /* confdefs.h. */
7494     _ACEOF
7495     cat confdefs.h >>conftest.$ac_ext
7496     cat >>conftest.$ac_ext <<_ACEOF
7497     /* end confdefs.h. */
7498 pcg 1.1 #include <sys/types.h>
7499     #include <sys/time.h>
7500     #include <time.h>
7501 pcg 1.11
7502     int
7503     main ()
7504     {
7505     if ((struct tm *) 0)
7506     return 0;
7507     ;
7508     return 0;
7509     }
7510     _ACEOF
7511     rm -f conftest.$ac_objext
7512     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7513     (eval $ac_compile) 2>conftest.er1
7514     ac_status=$?
7515     grep -v '^ *+' conftest.er1 >conftest.err
7516     rm -f conftest.er1
7517     cat conftest.err >&5
7518     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7519     (exit $ac_status); } &&
7520 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7521 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7522     (eval $ac_try) 2>&5
7523     ac_status=$?
7524     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7525     (exit $ac_status); }; } &&
7526     { ac_try='test -s conftest.$ac_objext'
7527     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7528     (eval $ac_try) 2>&5
7529     ac_status=$?
7530     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7531     (exit $ac_status); }; }; then
7532 pcg 1.1 ac_cv_header_time=yes
7533     else
7534 pcg 1.11 echo "$as_me: failed program was:" >&5
7535     sed 's/^/| /' conftest.$ac_ext >&5
7536    
7537     ac_cv_header_time=no
7538 pcg 1.1 fi
7539 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7540 pcg 1.1 fi
7541 pcg 1.11 echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
7542     echo "${ECHO_T}$ac_cv_header_time" >&6
7543     if test $ac_cv_header_time = yes; then
7544 pcg 1.1
7545 pcg 1.11 cat >>confdefs.h <<\_ACEOF
7546 pcg 1.1 #define TIME_WITH_SYS_TIME 1
7547 pcg 1.11 _ACEOF
7548 pcg 1.1
7549     fi
7550    
7551    
7552 pcg 1.11 echo "$as_me:$LINENO: checking whether termios.h and sys/ioctl.h may both be included" >&5
7553     echo $ECHO_N "checking whether termios.h and sys/ioctl.h may both be included... $ECHO_C" >&6
7554     if test "${rxvt_cv_header_sysioctl+set}" = set; then
7555     echo $ECHO_N "(cached) $ECHO_C" >&6
7556 pcg 1.1 else
7557 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
7558     /* confdefs.h. */
7559     _ACEOF
7560     cat confdefs.h >>conftest.$ac_ext
7561     cat >>conftest.$ac_ext <<_ACEOF
7562     /* end confdefs.h. */
7563 pcg 1.1 #include <stdio.h>
7564     #include <sys/ioctl.h>
7565     #ifdef HAVE_TERMIOS_H
7566     #include <termios.h>
7567     #endif
7568 pcg 1.11 int
7569     main ()
7570     {
7571 pcg 1.1 int a = ECHO;
7572 pcg 1.11 ;
7573     return 0;
7574     }
7575     _ACEOF
7576     rm -f conftest.$ac_objext
7577     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7578     (eval $ac_compile) 2>conftest.er1
7579     ac_status=$?
7580     grep -v '^ *+' conftest.er1 >conftest.err
7581     rm -f conftest.er1
7582     cat conftest.err >&5
7583     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7584     (exit $ac_status); } &&
7585 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7586 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7587     (eval $ac_try) 2>&5
7588     ac_status=$?
7589     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7590     (exit $ac_status); }; } &&
7591     { ac_try='test -s conftest.$ac_objext'
7592     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7593     (eval $ac_try) 2>&5
7594     ac_status=$?
7595     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7596     (exit $ac_status); }; }; then
7597 pcg 1.1 rxvt_cv_header_sysioctl=yes
7598     else
7599 pcg 1.11 echo "$as_me: failed program was:" >&5
7600     sed 's/^/| /' conftest.$ac_ext >&5
7601    
7602     rxvt_cv_header_sysioctl=no
7603 pcg 1.1 fi
7604 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7605 pcg 1.1 fi
7606 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_header_sysioctl" >&5
7607     echo "${ECHO_T}$rxvt_cv_header_sysioctl" >&6
7608 pcg 1.1
7609     if test -n "$GCC"; then
7610     LDARG="-Wl,"
7611     else
7612     LDARG=""
7613     fi
7614     R_TRANSLATE='s/-L\([^ ]*\)/-L\1 '$LDARG'-rpath '$LDARG'\1/g'
7615    
7616     ac_save_CFLAGS=$CFLAGS
7617     ac_save_LIBS=$LIBS
7618     CFLAGS="$CFLAGS $X_CFLAGS"
7619     LIBS=`echo "$LIBS $X_LIBS $X_EXTRA_LIBS -lX11" | sed "$R_TRANSLATE"`
7620 pcg 1.11 echo "$as_me:$LINENO: checking for -rpath dynamic library path recording" >&5
7621     echo $ECHO_N "checking for -rpath dynamic library path recording... $ECHO_C" >&6
7622     if test "${rxvt_cv_rpath+set}" = set; then
7623     echo $ECHO_N "(cached) $ECHO_C" >&6
7624 pcg 1.1 else
7625     if test "$cross_compiling" = yes; then
7626 pcg 1.11 { echo "$as_me:$LINENO: WARNING: You may need to check the LIBS line" >&5
7627     echo "$as_me: WARNING: You may need to check the LIBS line" >&2;}
7628 pcg 1.1 else
7629 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
7630     /* confdefs.h. */
7631     _ACEOF
7632     cat confdefs.h >>conftest.$ac_ext
7633     cat >>conftest.$ac_ext <<_ACEOF
7634     /* end confdefs.h. */
7635 pcg 1.1
7636     main()
7637     {
7638     exit(0);
7639     (void) XOpenDisplay("foobar");
7640     }
7641 pcg 1.11 _ACEOF
7642     rm -f conftest$ac_exeext
7643     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7644     (eval $ac_link) 2>&5
7645     ac_status=$?
7646     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7647     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7648     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7649     (eval $ac_try) 2>&5
7650     ac_status=$?
7651     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7652     (exit $ac_status); }; }; then
7653 pcg 1.1 rxvt_cv_rpath=yes
7654     else
7655 pcg 1.11 echo "$as_me: program exited with status $ac_status" >&5
7656     echo "$as_me: failed program was:" >&5
7657     sed 's/^/| /' conftest.$ac_ext >&5
7658    
7659     ( exit $ac_status )
7660     rxvt_cv_rpath=no
7661 pcg 1.1 fi
7662 pcg 1.11 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7663 pcg 1.1 fi
7664     fi
7665 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_rpath" >&5
7666     echo "${ECHO_T}$rxvt_cv_rpath" >&6
7667 pcg 1.1 if test x$rxvt_cv_rpath != xyes; then
7668     R_TRANSLATE='s/-L\([^ ]*\)/-L\1 '$LDARG'-R\1/g'
7669     LIBS=`echo "$ac_save_LIBS $X_LIBS $X_EXTRA_LIBS -lX11" | sed "$R_TRANSLATE"`
7670 pcg 1.11 echo "$as_me:$LINENO: checking for -R dynamic library path recording" >&5
7671     echo $ECHO_N "checking for -R dynamic library path recording... $ECHO_C" >&6
7672     if test "${rxvt_cv_R+set}" = set; then
7673     echo $ECHO_N "(cached) $ECHO_C" >&6
7674 pcg 1.1 else
7675     if test "$cross_compiling" = yes; then
7676     rxvt_cv_R=no
7677     else
7678 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
7679     /* confdefs.h. */
7680     _ACEOF
7681     cat confdefs.h >>conftest.$ac_ext
7682     cat >>conftest.$ac_ext <<_ACEOF
7683     /* end confdefs.h. */
7684 pcg 1.1
7685     main()
7686     {
7687     exit(0);
7688     (void) XOpenDisplay("foobar");
7689     }
7690 pcg 1.11 _ACEOF
7691     rm -f conftest$ac_exeext
7692     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7693     (eval $ac_link) 2>&5
7694     ac_status=$?
7695     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7696     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7697     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7698     (eval $ac_try) 2>&5
7699     ac_status=$?
7700     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7701     (exit $ac_status); }; }; then
7702 pcg 1.1 rxvt_cv_R=yes
7703     else
7704 pcg 1.11 echo "$as_me: program exited with status $ac_status" >&5
7705     echo "$as_me: failed program was:" >&5
7706     sed 's/^/| /' conftest.$ac_ext >&5
7707    
7708     ( exit $ac_status )
7709     rxvt_cv_R=no
7710 pcg 1.1 fi
7711 pcg 1.11 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7712 pcg 1.1 fi
7713     fi
7714 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_R" >&5
7715     echo "${ECHO_T}$rxvt_cv_R" >&6
7716 pcg 1.1 if test x$rxvt_cv_R != xyes; then
7717     LIBS="$ac_save_LIBS $X_LIBS $X_EXTRA_LIBS -lX11"
7718     fi
7719     fi
7720    
7721 pcg 1.11 echo "$as_me:$LINENO: checking for XPointer" >&5
7722     echo $ECHO_N "checking for XPointer... $ECHO_C" >&6
7723     if test "${rxvt_cv_xpointer+set}" = set; then
7724     echo $ECHO_N "(cached) $ECHO_C" >&6
7725     else
7726     cat >conftest.$ac_ext <<_ACEOF
7727     /* confdefs.h. */
7728     _ACEOF
7729     cat confdefs.h >>conftest.$ac_ext
7730     cat >>conftest.$ac_ext <<_ACEOF
7731     /* end confdefs.h. */
7732 pcg 1.1 #include <X11/Xlib.h>
7733 pcg 1.11 int
7734     main ()
7735     {
7736 pcg 1.1 XPointer dummy;
7737 pcg 1.11 ;
7738     return 0;
7739     }
7740     _ACEOF
7741     rm -f conftest.$ac_objext
7742     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7743     (eval $ac_compile) 2>conftest.er1
7744     ac_status=$?
7745     grep -v '^ *+' conftest.er1 >conftest.err
7746     rm -f conftest.er1
7747     cat conftest.err >&5
7748     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7749     (exit $ac_status); } &&
7750 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7751 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7752     (eval $ac_try) 2>&5
7753     ac_status=$?
7754     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7755     (exit $ac_status); }; } &&
7756     { ac_try='test -s conftest.$ac_objext'
7757     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7758     (eval $ac_try) 2>&5
7759     ac_status=$?
7760     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7761     (exit $ac_status); }; }; then
7762 pcg 1.1 rxvt_cv_xpointer=yes
7763     else
7764 pcg 1.11 echo "$as_me: failed program was:" >&5
7765     sed 's/^/| /' conftest.$ac_ext >&5
7766    
7767     rxvt_cv_xpointer=no
7768 pcg 1.1 fi
7769 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7770 pcg 1.1 fi
7771 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_xpointer" >&5
7772     echo "${ECHO_T}$rxvt_cv_xpointer" >&6
7773     if test x$rxvt_cv_xpointer = xyes; then
7774 pcg 1.1
7775 pcg 1.11 cat >>confdefs.h <<\_ACEOF
7776 pcg 1.1 #define HAVE_XPOINTER 1
7777 pcg 1.11 _ACEOF
7778 pcg 1.1
7779     fi
7780     LIBS=$ac_save_LIBS
7781     CFLAGS=$ac_save_CFLAGS
7782    
7783    
7784 pcg 1.11 echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
7785     echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
7786     if test "${ac_cv_c_const+set}" = set; then
7787     echo $ECHO_N "(cached) $ECHO_C" >&6
7788     else
7789     cat >conftest.$ac_ext <<_ACEOF
7790     /* confdefs.h. */
7791     _ACEOF
7792     cat confdefs.h >>conftest.$ac_ext
7793     cat >>conftest.$ac_ext <<_ACEOF
7794     /* end confdefs.h. */
7795 pcg 1.1
7796 pcg 1.11 int
7797     main ()
7798     {
7799     /* FIXME: Include the comments suggested by Paul. */
7800     #ifndef __cplusplus
7801     /* Ultrix mips cc rejects this. */
7802     typedef int charset[2];
7803     const charset x;
7804     /* SunOS 4.1.1 cc rejects this. */
7805     char const *const *ccp;
7806     char **p;
7807     /* NEC SVR4.0.2 mips cc rejects this. */
7808     struct point {int x, y;};
7809     static struct point const zero = {0,0};
7810     /* AIX XL C 1.02.0.0 rejects this.
7811     It does not let you subtract one const X* pointer from another in
7812     an arm of an if-expression whose if-part is not a constant
7813     expression */
7814     const char *g = "string";
7815     ccp = &g + (g ? g-g : 0);
7816     /* HPUX 7.0 cc rejects these. */
7817     ++ccp;
7818     p = (char**) ccp;
7819     ccp = (char const *const *) p;
7820     { /* SCO 3.2v4 cc rejects this. */
7821     char *t;
7822     char const *s = 0 ? (char *) 0 : (char const *) 0;
7823    
7824     *t++ = 0;
7825     }
7826     { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
7827     int x[] = {25, 17};
7828     const int *foo = &x[0];
7829     ++foo;
7830     }
7831     { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
7832     typedef const int *iptr;
7833     iptr p = 0;
7834     ++p;
7835     }
7836     { /* AIX XL C 1.02.0.0 rejects this saying
7837     "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
7838     struct s { int j; const int *ap[3]; };
7839     struct s *b; b->j = 5;
7840     }
7841     { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
7842     const int foo = 10;
7843     }
7844     #endif
7845 pcg 1.1
7846 pcg 1.11 ;
7847     return 0;
7848 pcg 1.1 }
7849 pcg 1.11 _ACEOF
7850     rm -f conftest.$ac_objext
7851     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7852     (eval $ac_compile) 2>conftest.er1
7853     ac_status=$?
7854     grep -v '^ *+' conftest.er1 >conftest.err
7855     rm -f conftest.er1
7856     cat conftest.err >&5
7857     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7858     (exit $ac_status); } &&
7859 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7860 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7861     (eval $ac_try) 2>&5
7862     ac_status=$?
7863     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7864     (exit $ac_status); }; } &&
7865     { ac_try='test -s conftest.$ac_objext'
7866     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7867     (eval $ac_try) 2>&5
7868     ac_status=$?
7869     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7870     (exit $ac_status); }; }; then
7871 pcg 1.1 ac_cv_c_const=yes
7872     else
7873 pcg 1.11 echo "$as_me: failed program was:" >&5
7874     sed 's/^/| /' conftest.$ac_ext >&5
7875    
7876     ac_cv_c_const=no
7877 pcg 1.1 fi
7878 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7879 pcg 1.1 fi
7880 pcg 1.11 echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
7881     echo "${ECHO_T}$ac_cv_c_const" >&6
7882     if test $ac_cv_c_const = no; then
7883 pcg 1.1
7884 pcg 1.11 cat >>confdefs.h <<\_ACEOF
7885     #define const
7886     _ACEOF
7887 pcg 1.1
7888     fi
7889    
7890 pcg 1.11 echo "$as_me:$LINENO: checking for inline" >&5
7891     echo $ECHO_N "checking for inline... $ECHO_C" >&6
7892     if test "${ac_cv_c_inline+set}" = set; then
7893     echo $ECHO_N "(cached) $ECHO_C" >&6
7894 pcg 1.1 else
7895     ac_cv_c_inline=no
7896     for ac_kw in inline __inline__ __inline; do
7897 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
7898     /* confdefs.h. */
7899     _ACEOF
7900     cat confdefs.h >>conftest.$ac_ext
7901     cat >>conftest.$ac_ext <<_ACEOF
7902     /* end confdefs.h. */
7903     #ifndef __cplusplus
7904     typedef int foo_t;
7905     static $ac_kw foo_t static_foo () {return 0; }
7906     $ac_kw foo_t foo () {return 0; }
7907     #endif
7908 pcg 1.1
7909 pcg 1.11 _ACEOF
7910     rm -f conftest.$ac_objext
7911     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7912     (eval $ac_compile) 2>conftest.er1
7913     ac_status=$?
7914     grep -v '^ *+' conftest.er1 >conftest.err
7915     rm -f conftest.er1
7916     cat conftest.err >&5
7917     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7918     (exit $ac_status); } &&
7919 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7920 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7921     (eval $ac_try) 2>&5
7922     ac_status=$?
7923     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7924     (exit $ac_status); }; } &&
7925     { ac_try='test -s conftest.$ac_objext'
7926     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7927     (eval $ac_try) 2>&5
7928     ac_status=$?
7929     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7930     (exit $ac_status); }; }; then
7931 pcg 1.1 ac_cv_c_inline=$ac_kw; break
7932     else
7933 pcg 1.11 echo "$as_me: failed program was:" >&5
7934     sed 's/^/| /' conftest.$ac_ext >&5
7935    
7936 pcg 1.1 fi
7937 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7938 pcg 1.1 done
7939    
7940     fi
7941 pcg 1.11 echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
7942     echo "${ECHO_T}$ac_cv_c_inline" >&6
7943    
7944 pcg 1.1
7945 pcg 1.11 case $ac_cv_c_inline in
7946 pcg 1.1 inline | yes) ;;
7947 pcg 1.11 *)
7948     case $ac_cv_c_inline in
7949     no) ac_val=;;
7950     *) ac_val=$ac_cv_c_inline;;
7951     esac
7952     cat >>confdefs.h <<_ACEOF
7953     #ifndef __cplusplus
7954     #define inline $ac_val
7955     #endif
7956     _ACEOF
7957     ;;
7958 pcg 1.1 esac
7959    
7960    
7961    
7962 pcg 1.11 echo "$as_me:$LINENO: checking for mode_t" >&5
7963     echo $ECHO_N "checking for mode_t... $ECHO_C" >&6
7964     if test "${ac_cv_type_mode_t+set}" = set; then
7965     echo $ECHO_N "(cached) $ECHO_C" >&6
7966     else
7967     cat >conftest.$ac_ext <<_ACEOF
7968     /* confdefs.h. */
7969     _ACEOF
7970     cat confdefs.h >>conftest.$ac_ext
7971     cat >>conftest.$ac_ext <<_ACEOF
7972     /* end confdefs.h. */
7973     $ac_includes_default
7974     int
7975     main ()
7976     {
7977     if ((mode_t *) 0)
7978     return 0;
7979     if (sizeof (mode_t))
7980     return 0;
7981     ;
7982     return 0;
7983     }
7984     _ACEOF
7985     rm -f conftest.$ac_objext
7986     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7987     (eval $ac_compile) 2>conftest.er1
7988     ac_status=$?
7989     grep -v '^ *+' conftest.er1 >conftest.err
7990     rm -f conftest.er1
7991     cat conftest.err >&5
7992     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7993     (exit $ac_status); } &&
7994 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7995 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7996     (eval $ac_try) 2>&5
7997     ac_status=$?
7998     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7999     (exit $ac_status); }; } &&
8000     { ac_try='test -s conftest.$ac_objext'
8001     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8002     (eval $ac_try) 2>&5
8003     ac_status=$?
8004     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8005     (exit $ac_status); }; }; then
8006     ac_cv_type_mode_t=yes
8007 pcg 1.1 else
8008 pcg 1.11 echo "$as_me: failed program was:" >&5
8009     sed 's/^/| /' conftest.$ac_ext >&5
8010 pcg 1.1
8011 pcg 1.11 ac_cv_type_mode_t=no
8012 pcg 1.1 fi
8013 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8014 pcg 1.1 fi
8015 pcg 1.11 echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
8016     echo "${ECHO_T}$ac_cv_type_mode_t" >&6
8017     if test $ac_cv_type_mode_t = yes; then
8018 pcg 1.1 :
8019     else
8020    
8021 pcg 1.11 cat >>confdefs.h <<_ACEOF
8022     #define mode_t int
8023     _ACEOF
8024 pcg 1.1
8025     fi
8026    
8027 pcg 1.11 echo "$as_me:$LINENO: checking for pid_t" >&5
8028     echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
8029     if test "${ac_cv_type_pid_t+set}" = set; then
8030     echo $ECHO_N "(cached) $ECHO_C" >&6
8031     else
8032     cat >conftest.$ac_ext <<_ACEOF
8033     /* confdefs.h. */
8034     _ACEOF
8035     cat confdefs.h >>conftest.$ac_ext
8036     cat >>conftest.$ac_ext <<_ACEOF
8037     /* end confdefs.h. */
8038     $ac_includes_default
8039     int
8040     main ()
8041     {
8042     if ((pid_t *) 0)
8043     return 0;
8044     if (sizeof (pid_t))
8045     return 0;
8046     ;
8047     return 0;
8048     }
8049     _ACEOF
8050     rm -f conftest.$ac_objext
8051     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8052     (eval $ac_compile) 2>conftest.er1
8053     ac_status=$?
8054     grep -v '^ *+' conftest.er1 >conftest.err
8055     rm -f conftest.er1
8056     cat conftest.err >&5
8057     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8058     (exit $ac_status); } &&
8059 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8060 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8061     (eval $ac_try) 2>&5
8062     ac_status=$?
8063     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8064     (exit $ac_status); }; } &&
8065     { ac_try='test -s conftest.$ac_objext'
8066     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8067     (eval $ac_try) 2>&5
8068     ac_status=$?
8069     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8070     (exit $ac_status); }; }; then
8071     ac_cv_type_pid_t=yes
8072 pcg 1.1 else
8073 pcg 1.11 echo "$as_me: failed program was:" >&5
8074     sed 's/^/| /' conftest.$ac_ext >&5
8075 pcg 1.1
8076 pcg 1.11 ac_cv_type_pid_t=no
8077 pcg 1.1 fi
8078 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8079 pcg 1.1 fi
8080 pcg 1.11 echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
8081     echo "${ECHO_T}$ac_cv_type_pid_t" >&6
8082     if test $ac_cv_type_pid_t = yes; then
8083     :
8084 pcg 1.1 else
8085    
8086 pcg 1.11 cat >>confdefs.h <<_ACEOF
8087 pcg 1.1 #define pid_t int
8088 pcg 1.11 _ACEOF
8089 pcg 1.1
8090     fi
8091    
8092 pcg 1.11 echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5
8093     echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6
8094     if test "${ac_cv_type_uid_t+set}" = set; then
8095     echo $ECHO_N "(cached) $ECHO_C" >&6
8096 pcg 1.1 else
8097 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
8098     /* confdefs.h. */
8099     _ACEOF
8100     cat confdefs.h >>conftest.$ac_ext
8101     cat >>conftest.$ac_ext <<_ACEOF
8102     /* end confdefs.h. */
8103 pcg 1.1 #include <sys/types.h>
8104 pcg 1.11
8105     _ACEOF
8106 pcg 1.1 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8107 pcg 1.11 $EGREP "uid_t" >/dev/null 2>&1; then
8108 pcg 1.1 ac_cv_type_uid_t=yes
8109     else
8110     ac_cv_type_uid_t=no
8111     fi
8112     rm -f conftest*
8113    
8114     fi
8115 pcg 1.11 echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5
8116     echo "${ECHO_T}$ac_cv_type_uid_t" >&6
8117     if test $ac_cv_type_uid_t = no; then
8118 pcg 1.1
8119 pcg 1.11 cat >>confdefs.h <<\_ACEOF
8120 pcg 1.1 #define uid_t int
8121 pcg 1.11 _ACEOF
8122    
8123 pcg 1.1
8124 pcg 1.11 cat >>confdefs.h <<\_ACEOF
8125 pcg 1.1 #define gid_t int
8126 pcg 1.11 _ACEOF
8127 pcg 1.1
8128     fi
8129    
8130    
8131 pcg 1.11 echo "$as_me:$LINENO: checking for short" >&5
8132     echo $ECHO_N "checking for short... $ECHO_C" >&6
8133     if test "${ac_cv_type_short+set}" = set; then
8134     echo $ECHO_N "(cached) $ECHO_C" >&6
8135     else
8136     cat >conftest.$ac_ext <<_ACEOF
8137     /* confdefs.h. */
8138     _ACEOF
8139     cat confdefs.h >>conftest.$ac_ext
8140     cat >>conftest.$ac_ext <<_ACEOF
8141     /* end confdefs.h. */
8142     $ac_includes_default
8143     int
8144     main ()
8145     {
8146 root 1.42 if ((short *) 0)
8147 pcg 1.11 return 0;
8148 root 1.42 if (sizeof (short))
8149 pcg 1.11 return 0;
8150     ;
8151     return 0;
8152     }
8153     _ACEOF
8154     rm -f conftest.$ac_objext
8155     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8156     (eval $ac_compile) 2>conftest.er1
8157     ac_status=$?
8158     grep -v '^ *+' conftest.er1 >conftest.err
8159     rm -f conftest.er1
8160     cat conftest.err >&5
8161     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8162     (exit $ac_status); } &&
8163 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8164 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8165     (eval $ac_try) 2>&5
8166     ac_status=$?
8167     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8168     (exit $ac_status); }; } &&
8169     { ac_try='test -s conftest.$ac_objext'
8170     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8171     (eval $ac_try) 2>&5
8172     ac_status=$?
8173     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8174     (exit $ac_status); }; }; then
8175 root 1.42 ac_cv_type_short=yes
8176 pcg 1.11 else
8177     echo "$as_me: failed program was:" >&5
8178     sed 's/^/| /' conftest.$ac_ext >&5
8179    
8180 root 1.42 ac_cv_type_short=no
8181 pcg 1.11 fi
8182     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8183     fi
8184 root 1.42 echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
8185     echo "${ECHO_T}$ac_cv_type_short" >&6
8186 pcg 1.11
8187 root 1.42 echo "$as_me:$LINENO: checking size of short" >&5
8188     echo $ECHO_N "checking size of short... $ECHO_C" >&6
8189     if test "${ac_cv_sizeof_short+set}" = set; then
8190 pcg 1.11 echo $ECHO_N "(cached) $ECHO_C" >&6
8191     else
8192 root 1.42 if test "$ac_cv_type_short" = yes; then
8193 pcg 1.11 # The cast to unsigned long works around a bug in the HP C Compiler
8194     # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
8195     # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
8196     # This bug is HP SR number 8606223364.
8197     if test "$cross_compiling" = yes; then
8198     # Depending upon the size, compute the lo and hi bounds.
8199     cat >conftest.$ac_ext <<_ACEOF
8200     /* confdefs.h. */
8201     _ACEOF
8202     cat confdefs.h >>conftest.$ac_ext
8203     cat >>conftest.$ac_ext <<_ACEOF
8204     /* end confdefs.h. */
8205     $ac_includes_default
8206     int
8207     main ()
8208     {
8209 root 1.42 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= 0)];
8210 pcg 1.11 test_array [0] = 0
8211    
8212     ;
8213     return 0;
8214     }
8215     _ACEOF
8216     rm -f conftest.$ac_objext
8217     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8218     (eval $ac_compile) 2>conftest.er1
8219     ac_status=$?
8220     grep -v '^ *+' conftest.er1 >conftest.err
8221     rm -f conftest.er1
8222     cat conftest.err >&5
8223     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8224     (exit $ac_status); } &&
8225 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8226 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8227     (eval $ac_try) 2>&5
8228     ac_status=$?
8229     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8230     (exit $ac_status); }; } &&
8231     { ac_try='test -s conftest.$ac_objext'
8232     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8233     (eval $ac_try) 2>&5
8234     ac_status=$?
8235     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8236     (exit $ac_status); }; }; then
8237     ac_lo=0 ac_mid=0
8238     while :; do
8239     cat >conftest.$ac_ext <<_ACEOF
8240     /* confdefs.h. */
8241     _ACEOF
8242     cat confdefs.h >>conftest.$ac_ext
8243     cat >>conftest.$ac_ext <<_ACEOF
8244     /* end confdefs.h. */
8245     $ac_includes_default
8246     int
8247     main ()
8248     {
8249 root 1.42 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
8250 pcg 1.11 test_array [0] = 0
8251    
8252     ;
8253     return 0;
8254     }
8255     _ACEOF
8256     rm -f conftest.$ac_objext
8257     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8258     (eval $ac_compile) 2>conftest.er1
8259     ac_status=$?
8260     grep -v '^ *+' conftest.er1 >conftest.err
8261     rm -f conftest.er1
8262     cat conftest.err >&5
8263     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8264     (exit $ac_status); } &&
8265 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8266 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8267     (eval $ac_try) 2>&5
8268     ac_status=$?
8269     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8270     (exit $ac_status); }; } &&
8271     { ac_try='test -s conftest.$ac_objext'
8272     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8273     (eval $ac_try) 2>&5
8274     ac_status=$?
8275     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8276     (exit $ac_status); }; }; then
8277     ac_hi=$ac_mid; break
8278     else
8279     echo "$as_me: failed program was:" >&5
8280     sed 's/^/| /' conftest.$ac_ext >&5
8281    
8282     ac_lo=`expr $ac_mid + 1`
8283     if test $ac_lo -le $ac_mid; then
8284     ac_lo= ac_hi=
8285     break
8286     fi
8287     ac_mid=`expr 2 '*' $ac_mid + 1`
8288     fi
8289     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8290     done
8291     else
8292     echo "$as_me: failed program was:" >&5
8293     sed 's/^/| /' conftest.$ac_ext >&5
8294    
8295     cat >conftest.$ac_ext <<_ACEOF
8296     /* confdefs.h. */
8297     _ACEOF
8298     cat confdefs.h >>conftest.$ac_ext
8299     cat >>conftest.$ac_ext <<_ACEOF
8300     /* end confdefs.h. */
8301     $ac_includes_default
8302     int
8303     main ()
8304     {
8305 root 1.42 static int test_array [1 - 2 * !(((long) (sizeof (short))) < 0)];
8306 pcg 1.11 test_array [0] = 0
8307    
8308     ;
8309     return 0;
8310     }
8311     _ACEOF
8312     rm -f conftest.$ac_objext
8313     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8314     (eval $ac_compile) 2>conftest.er1
8315     ac_status=$?
8316     grep -v '^ *+' conftest.er1 >conftest.err
8317     rm -f conftest.er1
8318     cat conftest.err >&5
8319     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8320     (exit $ac_status); } &&
8321 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8322 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8323     (eval $ac_try) 2>&5
8324     ac_status=$?
8325     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8326     (exit $ac_status); }; } &&
8327     { ac_try='test -s conftest.$ac_objext'
8328     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8329     (eval $ac_try) 2>&5
8330     ac_status=$?
8331     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8332     (exit $ac_status); }; }; then
8333     ac_hi=-1 ac_mid=-1
8334     while :; do
8335     cat >conftest.$ac_ext <<_ACEOF
8336     /* confdefs.h. */
8337     _ACEOF
8338     cat confdefs.h >>conftest.$ac_ext
8339     cat >>conftest.$ac_ext <<_ACEOF
8340     /* end confdefs.h. */
8341     $ac_includes_default
8342     int
8343     main ()
8344     {
8345 root 1.42 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= $ac_mid)];
8346 pcg 1.11 test_array [0] = 0
8347    
8348     ;
8349     return 0;
8350     }
8351     _ACEOF
8352     rm -f conftest.$ac_objext
8353     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8354     (eval $ac_compile) 2>conftest.er1
8355     ac_status=$?
8356     grep -v '^ *+' conftest.er1 >conftest.err
8357     rm -f conftest.er1
8358     cat conftest.err >&5
8359     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8360     (exit $ac_status); } &&
8361 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8362 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8363     (eval $ac_try) 2>&5
8364     ac_status=$?
8365     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8366     (exit $ac_status); }; } &&
8367     { ac_try='test -s conftest.$ac_objext'
8368     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8369     (eval $ac_try) 2>&5
8370     ac_status=$?
8371     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8372     (exit $ac_status); }; }; then
8373     ac_lo=$ac_mid; break
8374     else
8375     echo "$as_me: failed program was:" >&5
8376     sed 's/^/| /' conftest.$ac_ext >&5
8377    
8378     ac_hi=`expr '(' $ac_mid ')' - 1`
8379     if test $ac_mid -le $ac_hi; then
8380     ac_lo= ac_hi=
8381     break
8382     fi
8383     ac_mid=`expr 2 '*' $ac_mid`
8384     fi
8385     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8386     done
8387     else
8388     echo "$as_me: failed program was:" >&5
8389     sed 's/^/| /' conftest.$ac_ext >&5
8390 pcg 1.1
8391 pcg 1.11 ac_lo= ac_hi=
8392 pcg 1.1 fi
8393 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8394     fi
8395     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8396     # Binary search between lo and hi bounds.
8397     while test "x$ac_lo" != "x$ac_hi"; do
8398     ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
8399     cat >conftest.$ac_ext <<_ACEOF
8400     /* confdefs.h. */
8401     _ACEOF
8402     cat confdefs.h >>conftest.$ac_ext
8403     cat >>conftest.$ac_ext <<_ACEOF
8404     /* end confdefs.h. */
8405     $ac_includes_default
8406     int
8407     main ()
8408     {
8409 root 1.42 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
8410 pcg 1.11 test_array [0] = 0
8411 pcg 1.1
8412 pcg 1.11 ;
8413     return 0;
8414     }
8415     _ACEOF
8416     rm -f conftest.$ac_objext
8417     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8418     (eval $ac_compile) 2>conftest.er1
8419     ac_status=$?
8420     grep -v '^ *+' conftest.er1 >conftest.err
8421     rm -f conftest.er1
8422     cat conftest.err >&5
8423     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8424     (exit $ac_status); } &&
8425 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8426 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8427     (eval $ac_try) 2>&5
8428     ac_status=$?
8429     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8430     (exit $ac_status); }; } &&
8431     { ac_try='test -s conftest.$ac_objext'
8432     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8433     (eval $ac_try) 2>&5
8434     ac_status=$?
8435     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8436     (exit $ac_status); }; }; then
8437     ac_hi=$ac_mid
8438     else
8439     echo "$as_me: failed program was:" >&5
8440     sed 's/^/| /' conftest.$ac_ext >&5
8441 pcg 1.1
8442 pcg 1.11 ac_lo=`expr '(' $ac_mid ')' + 1`
8443     fi
8444     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8445     done
8446     case $ac_lo in
8447 root 1.42 ?*) ac_cv_sizeof_short=$ac_lo;;
8448     '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
8449 pcg 1.11 See \`config.log' for more details." >&5
8450 root 1.42 echo "$as_me: error: cannot compute sizeof (short), 77
8451 pcg 1.11 See \`config.log' for more details." >&2;}
8452     { (exit 1); exit 1; }; } ;;
8453     esac
8454 pcg 1.1 else
8455     if test "$cross_compiling" = yes; then
8456 pcg 1.13 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
8457     echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
8458 pcg 1.11 { (exit 1); exit 1; }; }
8459     else
8460     cat >conftest.$ac_ext <<_ACEOF
8461     /* confdefs.h. */
8462     _ACEOF
8463     cat confdefs.h >>conftest.$ac_ext
8464     cat >>conftest.$ac_ext <<_ACEOF
8465     /* end confdefs.h. */
8466     $ac_includes_default
8467 root 1.42 long longval () { return (long) (sizeof (short)); }
8468     unsigned long ulongval () { return (long) (sizeof (short)); }
8469 pcg 1.1 #include <stdio.h>
8470 pcg 1.11 #include <stdlib.h>
8471     int
8472     main ()
8473 pcg 1.1 {
8474 pcg 1.11
8475     FILE *f = fopen ("conftest.val", "w");
8476     if (! f)
8477     exit (1);
8478 root 1.42 if (((long) (sizeof (short))) < 0)
8479 pcg 1.11 {
8480     long i = longval ();
8481 root 1.42 if (i != ((long) (sizeof (short))))
8482 pcg 1.11 exit (1);
8483     fprintf (f, "%ld\n", i);
8484     }
8485     else
8486     {
8487     unsigned long i = ulongval ();
8488 root 1.42 if (i != ((long) (sizeof (short))))
8489 pcg 1.11 exit (1);
8490     fprintf (f, "%lu\n", i);
8491     }
8492     exit (ferror (f) || fclose (f) != 0);
8493    
8494     ;
8495     return 0;
8496 pcg 1.1 }
8497 pcg 1.11 _ACEOF
8498     rm -f conftest$ac_exeext
8499     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8500     (eval $ac_link) 2>&5
8501     ac_status=$?
8502     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8503     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8504     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8505     (eval $ac_try) 2>&5
8506     ac_status=$?
8507     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8508     (exit $ac_status); }; }; then
8509 root 1.42 ac_cv_sizeof_short=`cat conftest.val`
8510 pcg 1.11 else
8511     echo "$as_me: program exited with status $ac_status" >&5
8512     echo "$as_me: failed program was:" >&5
8513     sed 's/^/| /' conftest.$ac_ext >&5
8514    
8515     ( exit $ac_status )
8516 root 1.42 { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
8517 pcg 1.11 See \`config.log' for more details." >&5
8518 root 1.42 echo "$as_me: error: cannot compute sizeof (short), 77
8519 pcg 1.11 See \`config.log' for more details." >&2;}
8520     { (exit 1); exit 1; }; }
8521     fi
8522     rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8523     fi
8524     fi
8525     rm -f conftest.val
8526     else
8527 root 1.42 ac_cv_sizeof_short=0
8528 pcg 1.1 fi
8529     fi
8530 root 1.42 echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
8531     echo "${ECHO_T}$ac_cv_sizeof_short" >&6
8532 pcg 1.11 cat >>confdefs.h <<_ACEOF
8533 root 1.42 #define SIZEOF_SHORT $ac_cv_sizeof_short
8534 pcg 1.11 _ACEOF
8535    
8536    
8537 root 1.42 echo "$as_me:$LINENO: checking for int" >&5
8538     echo $ECHO_N "checking for int... $ECHO_C" >&6
8539     if test "${ac_cv_type_int+set}" = set; then
8540 pcg 1.11 echo $ECHO_N "(cached) $ECHO_C" >&6
8541     else
8542     cat >conftest.$ac_ext <<_ACEOF
8543     /* confdefs.h. */
8544     _ACEOF
8545     cat confdefs.h >>conftest.$ac_ext
8546     cat >>conftest.$ac_ext <<_ACEOF
8547     /* end confdefs.h. */
8548     $ac_includes_default
8549     int
8550     main ()
8551     {
8552 root 1.42 if ((int *) 0)
8553 pcg 1.11 return 0;
8554 root 1.42 if (sizeof (int))
8555 pcg 1.11 return 0;
8556     ;
8557     return 0;
8558     }
8559     _ACEOF
8560     rm -f conftest.$ac_objext
8561     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8562     (eval $ac_compile) 2>conftest.er1
8563     ac_status=$?
8564     grep -v '^ *+' conftest.er1 >conftest.err
8565     rm -f conftest.er1
8566     cat conftest.err >&5
8567     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8568     (exit $ac_status); } &&
8569 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8570 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8571     (eval $ac_try) 2>&5
8572     ac_status=$?
8573     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8574     (exit $ac_status); }; } &&
8575     { ac_try='test -s conftest.$ac_objext'
8576     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8577     (eval $ac_try) 2>&5
8578     ac_status=$?
8579     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8580     (exit $ac_status); }; }; then
8581 root 1.42 ac_cv_type_int=yes
8582 pcg 1.11 else
8583     echo "$as_me: failed program was:" >&5
8584     sed 's/^/| /' conftest.$ac_ext >&5
8585    
8586 root 1.42 ac_cv_type_int=no
8587 pcg 1.11 fi
8588     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8589     fi
8590 root 1.42 echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
8591     echo "${ECHO_T}$ac_cv_type_int" >&6
8592 pcg 1.11
8593 root 1.42 echo "$as_me:$LINENO: checking size of int" >&5
8594     echo $ECHO_N "checking size of int... $ECHO_C" >&6
8595     if test "${ac_cv_sizeof_int+set}" = set; then
8596 pcg 1.11 echo $ECHO_N "(cached) $ECHO_C" >&6
8597     else
8598 root 1.42 if test "$ac_cv_type_int" = yes; then
8599 pcg 1.11 # The cast to unsigned long works around a bug in the HP C Compiler
8600     # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
8601     # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
8602     # This bug is HP SR number 8606223364.
8603     if test "$cross_compiling" = yes; then
8604     # Depending upon the size, compute the lo and hi bounds.
8605     cat >conftest.$ac_ext <<_ACEOF
8606     /* confdefs.h. */
8607     _ACEOF
8608     cat confdefs.h >>conftest.$ac_ext
8609     cat >>conftest.$ac_ext <<_ACEOF
8610     /* end confdefs.h. */
8611     $ac_includes_default
8612     int
8613     main ()
8614     {
8615 root 1.42 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= 0)];
8616 pcg 1.11 test_array [0] = 0
8617    
8618     ;
8619     return 0;
8620     }
8621     _ACEOF
8622     rm -f conftest.$ac_objext
8623     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8624     (eval $ac_compile) 2>conftest.er1
8625     ac_status=$?
8626     grep -v '^ *+' conftest.er1 >conftest.err
8627     rm -f conftest.er1
8628     cat conftest.err >&5
8629     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8630     (exit $ac_status); } &&
8631 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8632 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8633     (eval $ac_try) 2>&5
8634     ac_status=$?
8635     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8636     (exit $ac_status); }; } &&
8637     { ac_try='test -s conftest.$ac_objext'
8638     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8639     (eval $ac_try) 2>&5
8640     ac_status=$?
8641     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8642     (exit $ac_status); }; }; then
8643     ac_lo=0 ac_mid=0
8644     while :; do
8645     cat >conftest.$ac_ext <<_ACEOF
8646     /* confdefs.h. */
8647     _ACEOF
8648     cat confdefs.h >>conftest.$ac_ext
8649     cat >>conftest.$ac_ext <<_ACEOF
8650     /* end confdefs.h. */
8651     $ac_includes_default
8652     int
8653     main ()
8654     {
8655 root 1.42 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
8656 pcg 1.11 test_array [0] = 0
8657    
8658     ;
8659     return 0;
8660     }
8661     _ACEOF
8662     rm -f conftest.$ac_objext
8663     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8664     (eval $ac_compile) 2>conftest.er1
8665     ac_status=$?
8666     grep -v '^ *+' conftest.er1 >conftest.err
8667     rm -f conftest.er1
8668     cat conftest.err >&5
8669     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8670     (exit $ac_status); } &&
8671 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8672 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8673     (eval $ac_try) 2>&5
8674     ac_status=$?
8675     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8676     (exit $ac_status); }; } &&
8677     { ac_try='test -s conftest.$ac_objext'
8678     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8679     (eval $ac_try) 2>&5
8680     ac_status=$?
8681     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8682     (exit $ac_status); }; }; then
8683     ac_hi=$ac_mid; break
8684     else
8685     echo "$as_me: failed program was:" >&5
8686     sed 's/^/| /' conftest.$ac_ext >&5
8687    
8688     ac_lo=`expr $ac_mid + 1`
8689     if test $ac_lo -le $ac_mid; then
8690     ac_lo= ac_hi=
8691     break
8692     fi
8693     ac_mid=`expr 2 '*' $ac_mid + 1`
8694     fi
8695     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8696     done
8697     else
8698     echo "$as_me: failed program was:" >&5
8699     sed 's/^/| /' conftest.$ac_ext >&5
8700    
8701     cat >conftest.$ac_ext <<_ACEOF
8702     /* confdefs.h. */
8703     _ACEOF
8704     cat confdefs.h >>conftest.$ac_ext
8705     cat >>conftest.$ac_ext <<_ACEOF
8706     /* end confdefs.h. */
8707     $ac_includes_default
8708     int
8709     main ()
8710     {
8711 root 1.42 static int test_array [1 - 2 * !(((long) (sizeof (int))) < 0)];
8712 pcg 1.11 test_array [0] = 0
8713    
8714     ;
8715     return 0;
8716     }
8717     _ACEOF
8718     rm -f conftest.$ac_objext
8719     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8720     (eval $ac_compile) 2>conftest.er1
8721     ac_status=$?
8722     grep -v '^ *+' conftest.er1 >conftest.err
8723     rm -f conftest.er1
8724     cat conftest.err >&5
8725     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8726     (exit $ac_status); } &&
8727 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8728 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8729     (eval $ac_try) 2>&5
8730     ac_status=$?
8731     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8732     (exit $ac_status); }; } &&
8733     { ac_try='test -s conftest.$ac_objext'
8734     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8735     (eval $ac_try) 2>&5
8736     ac_status=$?
8737     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8738     (exit $ac_status); }; }; then
8739     ac_hi=-1 ac_mid=-1
8740     while :; do
8741     cat >conftest.$ac_ext <<_ACEOF
8742     /* confdefs.h. */
8743     _ACEOF
8744     cat confdefs.h >>conftest.$ac_ext
8745     cat >>conftest.$ac_ext <<_ACEOF
8746     /* end confdefs.h. */
8747     $ac_includes_default
8748     int
8749     main ()
8750     {
8751 root 1.42 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= $ac_mid)];
8752 pcg 1.11 test_array [0] = 0
8753    
8754     ;
8755     return 0;
8756     }
8757     _ACEOF
8758     rm -f conftest.$ac_objext
8759     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8760     (eval $ac_compile) 2>conftest.er1
8761     ac_status=$?
8762     grep -v '^ *+' conftest.er1 >conftest.err
8763     rm -f conftest.er1
8764     cat conftest.err >&5
8765     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8766     (exit $ac_status); } &&
8767 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8768 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8769     (eval $ac_try) 2>&5
8770     ac_status=$?
8771     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8772     (exit $ac_status); }; } &&
8773     { ac_try='test -s conftest.$ac_objext'
8774     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8775     (eval $ac_try) 2>&5
8776     ac_status=$?
8777     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8778     (exit $ac_status); }; }; then
8779     ac_lo=$ac_mid; break
8780     else
8781     echo "$as_me: failed program was:" >&5
8782     sed 's/^/| /' conftest.$ac_ext >&5
8783    
8784     ac_hi=`expr '(' $ac_mid ')' - 1`
8785     if test $ac_mid -le $ac_hi; then
8786     ac_lo= ac_hi=
8787     break
8788     fi
8789     ac_mid=`expr 2 '*' $ac_mid`
8790     fi
8791     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8792     done
8793     else
8794     echo "$as_me: failed program was:" >&5
8795     sed 's/^/| /' conftest.$ac_ext >&5
8796 pcg 1.1
8797 pcg 1.11 ac_lo= ac_hi=
8798     fi
8799     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8800 pcg 1.1 fi
8801 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8802     # Binary search between lo and hi bounds.
8803     while test "x$ac_lo" != "x$ac_hi"; do
8804     ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
8805     cat >conftest.$ac_ext <<_ACEOF
8806     /* confdefs.h. */
8807     _ACEOF
8808     cat confdefs.h >>conftest.$ac_ext
8809     cat >>conftest.$ac_ext <<_ACEOF
8810     /* end confdefs.h. */
8811     $ac_includes_default
8812     int
8813     main ()
8814     {
8815 root 1.42 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
8816 pcg 1.11 test_array [0] = 0
8817 pcg 1.1
8818 pcg 1.11 ;
8819     return 0;
8820     }
8821     _ACEOF
8822     rm -f conftest.$ac_objext
8823     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8824     (eval $ac_compile) 2>conftest.er1
8825     ac_status=$?
8826     grep -v '^ *+' conftest.er1 >conftest.err
8827     rm -f conftest.er1
8828     cat conftest.err >&5
8829     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8830     (exit $ac_status); } &&
8831 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8832 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8833     (eval $ac_try) 2>&5
8834     ac_status=$?
8835     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8836     (exit $ac_status); }; } &&
8837     { ac_try='test -s conftest.$ac_objext'
8838     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8839     (eval $ac_try) 2>&5
8840     ac_status=$?
8841     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8842     (exit $ac_status); }; }; then
8843     ac_hi=$ac_mid
8844     else
8845     echo "$as_me: failed program was:" >&5
8846     sed 's/^/| /' conftest.$ac_ext >&5
8847 pcg 1.1
8848 pcg 1.11 ac_lo=`expr '(' $ac_mid ')' + 1`
8849     fi
8850     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8851     done
8852     case $ac_lo in
8853 root 1.42 ?*) ac_cv_sizeof_int=$ac_lo;;
8854     '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
8855 pcg 1.11 See \`config.log' for more details." >&5
8856 root 1.42 echo "$as_me: error: cannot compute sizeof (int), 77
8857 pcg 1.11 See \`config.log' for more details." >&2;}
8858     { (exit 1); exit 1; }; } ;;
8859     esac
8860 pcg 1.1 else
8861     if test "$cross_compiling" = yes; then
8862 pcg 1.13 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
8863     echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
8864 pcg 1.11 { (exit 1); exit 1; }; }
8865     else
8866     cat >conftest.$ac_ext <<_ACEOF
8867     /* confdefs.h. */
8868     _ACEOF
8869     cat confdefs.h >>conftest.$ac_ext
8870     cat >>conftest.$ac_ext <<_ACEOF
8871     /* end confdefs.h. */
8872     $ac_includes_default
8873 root 1.42 long longval () { return (long) (sizeof (int)); }
8874     unsigned long ulongval () { return (long) (sizeof (int)); }
8875 pcg 1.1 #include <stdio.h>
8876 pcg 1.11 #include <stdlib.h>
8877     int
8878     main ()
8879 pcg 1.1 {
8880 pcg 1.11
8881     FILE *f = fopen ("conftest.val", "w");
8882     if (! f)
8883     exit (1);
8884 root 1.42 if (((long) (sizeof (int))) < 0)
8885 pcg 1.11 {
8886     long i = longval ();
8887 root 1.42 if (i != ((long) (sizeof (int))))
8888 pcg 1.11 exit (1);
8889     fprintf (f, "%ld\n", i);
8890     }
8891     else
8892     {
8893     unsigned long i = ulongval ();
8894 root 1.42 if (i != ((long) (sizeof (int))))
8895 pcg 1.11 exit (1);
8896     fprintf (f, "%lu\n", i);
8897     }
8898     exit (ferror (f) || fclose (f) != 0);
8899    
8900     ;
8901     return 0;
8902 pcg 1.1 }
8903 pcg 1.11 _ACEOF
8904     rm -f conftest$ac_exeext
8905     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8906     (eval $ac_link) 2>&5
8907     ac_status=$?
8908     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8909     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8910     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8911     (eval $ac_try) 2>&5
8912     ac_status=$?
8913     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8914     (exit $ac_status); }; }; then
8915 root 1.42 ac_cv_sizeof_int=`cat conftest.val`
8916 pcg 1.11 else
8917     echo "$as_me: program exited with status $ac_status" >&5
8918     echo "$as_me: failed program was:" >&5
8919     sed 's/^/| /' conftest.$ac_ext >&5
8920    
8921     ( exit $ac_status )
8922 root 1.42 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
8923 pcg 1.11 See \`config.log' for more details." >&5
8924 root 1.42 echo "$as_me: error: cannot compute sizeof (int), 77
8925 pcg 1.11 See \`config.log' for more details." >&2;}
8926     { (exit 1); exit 1; }; }
8927     fi
8928     rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8929     fi
8930     fi
8931     rm -f conftest.val
8932     else
8933 root 1.42 ac_cv_sizeof_int=0
8934 pcg 1.1 fi
8935     fi
8936 root 1.42 echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
8937     echo "${ECHO_T}$ac_cv_sizeof_int" >&6
8938 pcg 1.11 cat >>confdefs.h <<_ACEOF
8939 root 1.42 #define SIZEOF_INT $ac_cv_sizeof_int
8940 pcg 1.11 _ACEOF
8941    
8942    
8943     echo "$as_me:$LINENO: checking for long long" >&5
8944     echo $ECHO_N "checking for long long... $ECHO_C" >&6
8945     if test "${ac_cv_type_long_long+set}" = set; then
8946     echo $ECHO_N "(cached) $ECHO_C" >&6
8947     else
8948     cat >conftest.$ac_ext <<_ACEOF
8949     /* confdefs.h. */
8950     _ACEOF
8951     cat confdefs.h >>conftest.$ac_ext
8952     cat >>conftest.$ac_ext <<_ACEOF
8953     /* end confdefs.h. */
8954     $ac_includes_default
8955     int
8956     main ()
8957     {
8958     if ((long long *) 0)
8959     return 0;
8960     if (sizeof (long long))
8961     return 0;
8962     ;
8963     return 0;
8964     }
8965     _ACEOF
8966     rm -f conftest.$ac_objext
8967     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8968     (eval $ac_compile) 2>conftest.er1
8969     ac_status=$?
8970     grep -v '^ *+' conftest.er1 >conftest.err
8971     rm -f conftest.er1
8972     cat conftest.err >&5
8973     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8974     (exit $ac_status); } &&
8975 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8976 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8977     (eval $ac_try) 2>&5
8978     ac_status=$?
8979     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8980     (exit $ac_status); }; } &&
8981     { ac_try='test -s conftest.$ac_objext'
8982     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8983     (eval $ac_try) 2>&5
8984     ac_status=$?
8985     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8986     (exit $ac_status); }; }; then
8987     ac_cv_type_long_long=yes
8988     else
8989     echo "$as_me: failed program was:" >&5
8990     sed 's/^/| /' conftest.$ac_ext >&5
8991    
8992     ac_cv_type_long_long=no
8993     fi
8994     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8995     fi
8996     echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
8997     echo "${ECHO_T}$ac_cv_type_long_long" >&6
8998    
8999     echo "$as_me:$LINENO: checking size of long long" >&5
9000     echo $ECHO_N "checking size of long long... $ECHO_C" >&6
9001     if test "${ac_cv_sizeof_long_long+set}" = set; then
9002     echo $ECHO_N "(cached) $ECHO_C" >&6
9003     else
9004     if test "$ac_cv_type_long_long" = yes; then
9005     # The cast to unsigned long works around a bug in the HP C Compiler
9006     # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
9007     # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
9008     # This bug is HP SR number 8606223364.
9009     if test "$cross_compiling" = yes; then
9010     # Depending upon the size, compute the lo and hi bounds.
9011     cat >conftest.$ac_ext <<_ACEOF
9012     /* confdefs.h. */
9013     _ACEOF
9014     cat confdefs.h >>conftest.$ac_ext
9015     cat >>conftest.$ac_ext <<_ACEOF
9016     /* end confdefs.h. */
9017     $ac_includes_default
9018     int
9019     main ()
9020     {
9021     static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
9022     test_array [0] = 0
9023    
9024     ;
9025     return 0;
9026     }
9027     _ACEOF
9028     rm -f conftest.$ac_objext
9029     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9030     (eval $ac_compile) 2>conftest.er1
9031     ac_status=$?
9032     grep -v '^ *+' conftest.er1 >conftest.err
9033     rm -f conftest.er1
9034     cat conftest.err >&5
9035     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9036     (exit $ac_status); } &&
9037 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9038 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9039     (eval $ac_try) 2>&5
9040     ac_status=$?
9041     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9042     (exit $ac_status); }; } &&
9043     { ac_try='test -s conftest.$ac_objext'
9044     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9045     (eval $ac_try) 2>&5
9046     ac_status=$?
9047     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9048     (exit $ac_status); }; }; then
9049     ac_lo=0 ac_mid=0
9050     while :; do
9051     cat >conftest.$ac_ext <<_ACEOF
9052     /* confdefs.h. */
9053     _ACEOF
9054     cat confdefs.h >>conftest.$ac_ext
9055     cat >>conftest.$ac_ext <<_ACEOF
9056     /* end confdefs.h. */
9057     $ac_includes_default
9058     int
9059     main ()
9060     {
9061     static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
9062     test_array [0] = 0
9063    
9064     ;
9065     return 0;
9066     }
9067     _ACEOF
9068     rm -f conftest.$ac_objext
9069     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9070     (eval $ac_compile) 2>conftest.er1
9071     ac_status=$?
9072     grep -v '^ *+' conftest.er1 >conftest.err
9073     rm -f conftest.er1
9074     cat conftest.err >&5
9075     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9076     (exit $ac_status); } &&
9077 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9078 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9079     (eval $ac_try) 2>&5
9080     ac_status=$?
9081     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9082     (exit $ac_status); }; } &&
9083     { ac_try='test -s conftest.$ac_objext'
9084     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9085     (eval $ac_try) 2>&5
9086     ac_status=$?
9087     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9088     (exit $ac_status); }; }; then
9089     ac_hi=$ac_mid; break
9090     else
9091     echo "$as_me: failed program was:" >&5
9092     sed 's/^/| /' conftest.$ac_ext >&5
9093    
9094     ac_lo=`expr $ac_mid + 1`
9095     if test $ac_lo -le $ac_mid; then
9096     ac_lo= ac_hi=
9097     break
9098     fi
9099     ac_mid=`expr 2 '*' $ac_mid + 1`
9100     fi
9101     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9102     done
9103     else
9104     echo "$as_me: failed program was:" >&5
9105     sed 's/^/| /' conftest.$ac_ext >&5
9106    
9107     cat >conftest.$ac_ext <<_ACEOF
9108     /* confdefs.h. */
9109     _ACEOF
9110     cat confdefs.h >>conftest.$ac_ext
9111     cat >>conftest.$ac_ext <<_ACEOF
9112     /* end confdefs.h. */
9113     $ac_includes_default
9114     int
9115     main ()
9116     {
9117     static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
9118     test_array [0] = 0
9119    
9120     ;
9121     return 0;
9122     }
9123     _ACEOF
9124     rm -f conftest.$ac_objext
9125     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9126     (eval $ac_compile) 2>conftest.er1
9127     ac_status=$?
9128     grep -v '^ *+' conftest.er1 >conftest.err
9129     rm -f conftest.er1
9130     cat conftest.err >&5
9131     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9132     (exit $ac_status); } &&
9133 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9134 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9135     (eval $ac_try) 2>&5
9136     ac_status=$?
9137     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9138     (exit $ac_status); }; } &&
9139     { ac_try='test -s conftest.$ac_objext'
9140     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9141     (eval $ac_try) 2>&5
9142     ac_status=$?
9143     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9144     (exit $ac_status); }; }; then
9145     ac_hi=-1 ac_mid=-1
9146     while :; do
9147     cat >conftest.$ac_ext <<_ACEOF
9148     /* confdefs.h. */
9149     _ACEOF
9150     cat confdefs.h >>conftest.$ac_ext
9151     cat >>conftest.$ac_ext <<_ACEOF
9152     /* end confdefs.h. */
9153     $ac_includes_default
9154     int
9155     main ()
9156     {
9157     static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
9158     test_array [0] = 0
9159    
9160     ;
9161     return 0;
9162     }
9163     _ACEOF
9164     rm -f conftest.$ac_objext
9165     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9166     (eval $ac_compile) 2>conftest.er1
9167     ac_status=$?
9168     grep -v '^ *+' conftest.er1 >conftest.err
9169     rm -f conftest.er1
9170     cat conftest.err >&5
9171     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9172     (exit $ac_status); } &&
9173 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9174 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9175     (eval $ac_try) 2>&5
9176     ac_status=$?
9177     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9178     (exit $ac_status); }; } &&
9179     { ac_try='test -s conftest.$ac_objext'
9180     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9181     (eval $ac_try) 2>&5
9182     ac_status=$?
9183     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9184     (exit $ac_status); }; }; then
9185     ac_lo=$ac_mid; break
9186     else
9187     echo "$as_me: failed program was:" >&5
9188     sed 's/^/| /' conftest.$ac_ext >&5
9189    
9190     ac_hi=`expr '(' $ac_mid ')' - 1`
9191     if test $ac_mid -le $ac_hi; then
9192     ac_lo= ac_hi=
9193     break
9194     fi
9195     ac_mid=`expr 2 '*' $ac_mid`
9196     fi
9197     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9198     done
9199     else
9200     echo "$as_me: failed program was:" >&5
9201     sed 's/^/| /' conftest.$ac_ext >&5
9202 pcg 1.1
9203 pcg 1.11 ac_lo= ac_hi=
9204     fi
9205     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9206 pcg 1.1 fi
9207 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9208     # Binary search between lo and hi bounds.
9209     while test "x$ac_lo" != "x$ac_hi"; do
9210     ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
9211     cat >conftest.$ac_ext <<_ACEOF
9212     /* confdefs.h. */
9213     _ACEOF
9214     cat confdefs.h >>conftest.$ac_ext
9215     cat >>conftest.$ac_ext <<_ACEOF
9216     /* end confdefs.h. */
9217     $ac_includes_default
9218     int
9219     main ()
9220     {
9221     static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
9222     test_array [0] = 0
9223 pcg 1.1
9224 pcg 1.11 ;
9225     return 0;
9226     }
9227     _ACEOF
9228     rm -f conftest.$ac_objext
9229     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9230     (eval $ac_compile) 2>conftest.er1
9231     ac_status=$?
9232     grep -v '^ *+' conftest.er1 >conftest.err
9233     rm -f conftest.er1
9234     cat conftest.err >&5
9235     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9236     (exit $ac_status); } &&
9237 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9238 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9239     (eval $ac_try) 2>&5
9240     ac_status=$?
9241     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9242     (exit $ac_status); }; } &&
9243     { ac_try='test -s conftest.$ac_objext'
9244     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9245     (eval $ac_try) 2>&5
9246     ac_status=$?
9247     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9248     (exit $ac_status); }; }; then
9249     ac_hi=$ac_mid
9250     else
9251     echo "$as_me: failed program was:" >&5
9252     sed 's/^/| /' conftest.$ac_ext >&5
9253 pcg 1.1
9254 pcg 1.11 ac_lo=`expr '(' $ac_mid ')' + 1`
9255     fi
9256     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9257     done
9258     case $ac_lo in
9259     ?*) ac_cv_sizeof_long_long=$ac_lo;;
9260     '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
9261     See \`config.log' for more details." >&5
9262     echo "$as_me: error: cannot compute sizeof (long long), 77
9263     See \`config.log' for more details." >&2;}
9264     { (exit 1); exit 1; }; } ;;
9265     esac
9266 pcg 1.1 else
9267     if test "$cross_compiling" = yes; then
9268 pcg 1.13 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
9269     echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
9270 pcg 1.11 { (exit 1); exit 1; }; }
9271     else
9272     cat >conftest.$ac_ext <<_ACEOF
9273     /* confdefs.h. */
9274     _ACEOF
9275     cat confdefs.h >>conftest.$ac_ext
9276     cat >>conftest.$ac_ext <<_ACEOF
9277     /* end confdefs.h. */
9278     $ac_includes_default
9279     long longval () { return (long) (sizeof (long long)); }
9280     unsigned long ulongval () { return (long) (sizeof (long long)); }
9281 pcg 1.1 #include <stdio.h>
9282 pcg 1.11 #include <stdlib.h>
9283     int
9284     main ()
9285 pcg 1.1 {
9286 pcg 1.11
9287     FILE *f = fopen ("conftest.val", "w");
9288     if (! f)
9289     exit (1);
9290     if (((long) (sizeof (long long))) < 0)
9291     {
9292     long i = longval ();
9293     if (i != ((long) (sizeof (long long))))
9294     exit (1);
9295     fprintf (f, "%ld\n", i);
9296     }
9297     else
9298     {
9299     unsigned long i = ulongval ();
9300     if (i != ((long) (sizeof (long long))))
9301     exit (1);
9302     fprintf (f, "%lu\n", i);
9303     }
9304     exit (ferror (f) || fclose (f) != 0);
9305    
9306     ;
9307     return 0;
9308 pcg 1.1 }
9309 pcg 1.11 _ACEOF
9310     rm -f conftest$ac_exeext
9311     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9312     (eval $ac_link) 2>&5
9313     ac_status=$?
9314     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9315     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
9316     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9317     (eval $ac_try) 2>&5
9318     ac_status=$?
9319     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9320     (exit $ac_status); }; }; then
9321     ac_cv_sizeof_long_long=`cat conftest.val`
9322     else
9323     echo "$as_me: program exited with status $ac_status" >&5
9324     echo "$as_me: failed program was:" >&5
9325     sed 's/^/| /' conftest.$ac_ext >&5
9326    
9327     ( exit $ac_status )
9328     { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
9329     See \`config.log' for more details." >&5
9330     echo "$as_me: error: cannot compute sizeof (long long), 77
9331     See \`config.log' for more details." >&2;}
9332     { (exit 1); exit 1; }; }
9333     fi
9334     rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
9335     fi
9336     fi
9337     rm -f conftest.val
9338     else
9339 pcg 1.1 ac_cv_sizeof_long_long=0
9340     fi
9341 pcg 1.11 fi
9342     echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
9343     echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
9344     cat >>confdefs.h <<_ACEOF
9345     #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
9346     _ACEOF
9347    
9348    
9349     echo "$as_me:$LINENO: checking for int *" >&5
9350     echo $ECHO_N "checking for int *... $ECHO_C" >&6
9351     if test "${ac_cv_type_int_p+set}" = set; then
9352     echo $ECHO_N "(cached) $ECHO_C" >&6
9353     else
9354     cat >conftest.$ac_ext <<_ACEOF
9355     /* confdefs.h. */
9356     _ACEOF
9357     cat confdefs.h >>conftest.$ac_ext
9358     cat >>conftest.$ac_ext <<_ACEOF
9359     /* end confdefs.h. */
9360     $ac_includes_default
9361     int
9362     main ()
9363     {
9364     if ((int * *) 0)
9365     return 0;
9366     if (sizeof (int *))
9367     return 0;
9368     ;
9369     return 0;
9370     }
9371     _ACEOF
9372     rm -f conftest.$ac_objext
9373     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9374     (eval $ac_compile) 2>conftest.er1
9375     ac_status=$?
9376     grep -v '^ *+' conftest.er1 >conftest.err
9377     rm -f conftest.er1
9378     cat conftest.err >&5
9379     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9380     (exit $ac_status); } &&
9381 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9382 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9383     (eval $ac_try) 2>&5
9384     ac_status=$?
9385     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9386     (exit $ac_status); }; } &&
9387     { ac_try='test -s conftest.$ac_objext'
9388     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9389     (eval $ac_try) 2>&5
9390     ac_status=$?
9391     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9392     (exit $ac_status); }; }; then
9393     ac_cv_type_int_p=yes
9394     else
9395     echo "$as_me: failed program was:" >&5
9396     sed 's/^/| /' conftest.$ac_ext >&5
9397    
9398     ac_cv_type_int_p=no
9399     fi
9400     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9401     fi
9402     echo "$as_me:$LINENO: result: $ac_cv_type_int_p" >&5
9403     echo "${ECHO_T}$ac_cv_type_int_p" >&6
9404    
9405     echo "$as_me:$LINENO: checking size of int *" >&5
9406     echo $ECHO_N "checking size of int *... $ECHO_C" >&6
9407     if test "${ac_cv_sizeof_int_p+set}" = set; then
9408     echo $ECHO_N "(cached) $ECHO_C" >&6
9409     else
9410     if test "$ac_cv_type_int_p" = yes; then
9411     # The cast to unsigned long works around a bug in the HP C Compiler
9412     # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
9413     # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
9414     # This bug is HP SR number 8606223364.
9415     if test "$cross_compiling" = yes; then
9416     # Depending upon the size, compute the lo and hi bounds.
9417     cat >conftest.$ac_ext <<_ACEOF
9418     /* confdefs.h. */
9419     _ACEOF
9420     cat confdefs.h >>conftest.$ac_ext
9421     cat >>conftest.$ac_ext <<_ACEOF
9422     /* end confdefs.h. */
9423     $ac_includes_default
9424     int
9425     main ()
9426     {
9427     static int test_array [1 - 2 * !(((long) (sizeof (int *))) >= 0)];
9428     test_array [0] = 0
9429    
9430     ;
9431     return 0;
9432     }
9433     _ACEOF
9434     rm -f conftest.$ac_objext
9435     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9436     (eval $ac_compile) 2>conftest.er1
9437     ac_status=$?
9438     grep -v '^ *+' conftest.er1 >conftest.err
9439     rm -f conftest.er1
9440     cat conftest.err >&5
9441     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9442     (exit $ac_status); } &&
9443 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9444 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9445     (eval $ac_try) 2>&5
9446     ac_status=$?
9447     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9448     (exit $ac_status); }; } &&
9449     { ac_try='test -s conftest.$ac_objext'
9450     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9451     (eval $ac_try) 2>&5
9452     ac_status=$?
9453     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9454     (exit $ac_status); }; }; then
9455     ac_lo=0 ac_mid=0
9456     while :; do
9457     cat >conftest.$ac_ext <<_ACEOF
9458     /* confdefs.h. */
9459     _ACEOF
9460     cat confdefs.h >>conftest.$ac_ext
9461     cat >>conftest.$ac_ext <<_ACEOF
9462     /* end confdefs.h. */
9463     $ac_includes_default
9464     int
9465     main ()
9466     {
9467     static int test_array [1 - 2 * !(((long) (sizeof (int *))) <= $ac_mid)];
9468     test_array [0] = 0
9469    
9470     ;
9471     return 0;
9472     }
9473     _ACEOF
9474     rm -f conftest.$ac_objext
9475     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9476     (eval $ac_compile) 2>conftest.er1
9477     ac_status=$?
9478     grep -v '^ *+' conftest.er1 >conftest.err
9479     rm -f conftest.er1
9480     cat conftest.err >&5
9481     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9482     (exit $ac_status); } &&
9483 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9484 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9485     (eval $ac_try) 2>&5
9486     ac_status=$?
9487     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9488     (exit $ac_status); }; } &&
9489     { ac_try='test -s conftest.$ac_objext'
9490     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9491     (eval $ac_try) 2>&5
9492     ac_status=$?
9493     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9494     (exit $ac_status); }; }; then
9495     ac_hi=$ac_mid; break
9496     else
9497     echo "$as_me: failed program was:" >&5
9498     sed 's/^/| /' conftest.$ac_ext >&5
9499    
9500     ac_lo=`expr $ac_mid + 1`
9501     if test $ac_lo -le $ac_mid; then
9502     ac_lo= ac_hi=
9503     break
9504     fi
9505     ac_mid=`expr 2 '*' $ac_mid + 1`
9506     fi
9507     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9508     done
9509     else
9510     echo "$as_me: failed program was:" >&5
9511     sed 's/^/| /' conftest.$ac_ext >&5
9512    
9513     cat >conftest.$ac_ext <<_ACEOF
9514     /* confdefs.h. */
9515     _ACEOF
9516     cat confdefs.h >>conftest.$ac_ext
9517     cat >>conftest.$ac_ext <<_ACEOF
9518     /* end confdefs.h. */
9519     $ac_includes_default
9520     int
9521     main ()
9522     {
9523     static int test_array [1 - 2 * !(((long) (sizeof (int *))) < 0)];
9524     test_array [0] = 0
9525    
9526     ;
9527     return 0;
9528     }
9529     _ACEOF
9530     rm -f conftest.$ac_objext
9531     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9532     (eval $ac_compile) 2>conftest.er1
9533     ac_status=$?
9534     grep -v '^ *+' conftest.er1 >conftest.err
9535     rm -f conftest.er1
9536     cat conftest.err >&5
9537     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9538     (exit $ac_status); } &&
9539 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9540 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9541     (eval $ac_try) 2>&5
9542     ac_status=$?
9543     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9544     (exit $ac_status); }; } &&
9545     { ac_try='test -s conftest.$ac_objext'
9546     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9547     (eval $ac_try) 2>&5
9548     ac_status=$?
9549     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9550     (exit $ac_status); }; }; then
9551     ac_hi=-1 ac_mid=-1
9552     while :; do
9553     cat >conftest.$ac_ext <<_ACEOF
9554     /* confdefs.h. */
9555     _ACEOF
9556     cat confdefs.h >>conftest.$ac_ext
9557     cat >>conftest.$ac_ext <<_ACEOF
9558     /* end confdefs.h. */
9559     $ac_includes_default
9560     int
9561     main ()
9562     {
9563     static int test_array [1 - 2 * !(((long) (sizeof (int *))) >= $ac_mid)];
9564     test_array [0] = 0
9565    
9566     ;
9567     return 0;
9568     }
9569     _ACEOF
9570     rm -f conftest.$ac_objext
9571     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9572     (eval $ac_compile) 2>conftest.er1
9573     ac_status=$?
9574     grep -v '^ *+' conftest.er1 >conftest.err
9575     rm -f conftest.er1
9576     cat conftest.err >&5
9577     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9578     (exit $ac_status); } &&
9579 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9580 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9581     (eval $ac_try) 2>&5
9582     ac_status=$?
9583     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9584     (exit $ac_status); }; } &&
9585     { ac_try='test -s conftest.$ac_objext'
9586     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9587     (eval $ac_try) 2>&5
9588     ac_status=$?
9589     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9590     (exit $ac_status); }; }; then
9591     ac_lo=$ac_mid; break
9592     else
9593     echo "$as_me: failed program was:" >&5
9594     sed 's/^/| /' conftest.$ac_ext >&5
9595    
9596     ac_hi=`expr '(' $ac_mid ')' - 1`
9597     if test $ac_mid -le $ac_hi; then
9598     ac_lo= ac_hi=
9599     break
9600     fi
9601     ac_mid=`expr 2 '*' $ac_mid`
9602     fi
9603     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9604     done
9605     else
9606     echo "$as_me: failed program was:" >&5
9607     sed 's/^/| /' conftest.$ac_ext >&5
9608    
9609     ac_lo= ac_hi=
9610     fi
9611     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9612     fi
9613     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9614     # Binary search between lo and hi bounds.
9615     while test "x$ac_lo" != "x$ac_hi"; do
9616     ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
9617     cat >conftest.$ac_ext <<_ACEOF
9618     /* confdefs.h. */
9619     _ACEOF
9620     cat confdefs.h >>conftest.$ac_ext
9621     cat >>conftest.$ac_ext <<_ACEOF
9622     /* end confdefs.h. */
9623     $ac_includes_default
9624     int
9625     main ()
9626     {
9627     static int test_array [1 - 2 * !(((long) (sizeof (int *))) <= $ac_mid)];
9628     test_array [0] = 0
9629    
9630     ;
9631     return 0;
9632     }
9633     _ACEOF
9634     rm -f conftest.$ac_objext
9635     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9636     (eval $ac_compile) 2>conftest.er1
9637     ac_status=$?
9638     grep -v '^ *+' conftest.er1 >conftest.err
9639     rm -f conftest.er1
9640     cat conftest.err >&5
9641     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9642     (exit $ac_status); } &&
9643 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9644 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9645     (eval $ac_try) 2>&5
9646     ac_status=$?
9647     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9648     (exit $ac_status); }; } &&
9649     { ac_try='test -s conftest.$ac_objext'
9650     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9651     (eval $ac_try) 2>&5
9652     ac_status=$?
9653     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9654     (exit $ac_status); }; }; then
9655     ac_hi=$ac_mid
9656     else
9657     echo "$as_me: failed program was:" >&5
9658     sed 's/^/| /' conftest.$ac_ext >&5
9659 pcg 1.1
9660 pcg 1.11 ac_lo=`expr '(' $ac_mid ')' + 1`
9661 pcg 1.1 fi
9662 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9663     done
9664     case $ac_lo in
9665     ?*) ac_cv_sizeof_int_p=$ac_lo;;
9666     '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int *), 77
9667     See \`config.log' for more details." >&5
9668     echo "$as_me: error: cannot compute sizeof (int *), 77
9669     See \`config.log' for more details." >&2;}
9670     { (exit 1); exit 1; }; } ;;
9671     esac
9672 pcg 1.1 else
9673     if test "$cross_compiling" = yes; then
9674 pcg 1.13 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
9675     echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
9676 pcg 1.11 { (exit 1); exit 1; }; }
9677     else
9678     cat >conftest.$ac_ext <<_ACEOF
9679     /* confdefs.h. */
9680     _ACEOF
9681     cat confdefs.h >>conftest.$ac_ext
9682     cat >>conftest.$ac_ext <<_ACEOF
9683     /* end confdefs.h. */
9684     $ac_includes_default
9685     long longval () { return (long) (sizeof (int *)); }
9686     unsigned long ulongval () { return (long) (sizeof (int *)); }
9687 pcg 1.1 #include <stdio.h>
9688 pcg 1.11 #include <stdlib.h>
9689     int
9690     main ()
9691 pcg 1.1 {
9692 pcg 1.11
9693     FILE *f = fopen ("conftest.val", "w");
9694     if (! f)
9695     exit (1);
9696     if (((long) (sizeof (int *))) < 0)
9697     {
9698     long i = longval ();
9699     if (i != ((long) (sizeof (int *))))
9700     exit (1);
9701     fprintf (f, "%ld\n", i);
9702     }
9703     else
9704     {
9705     unsigned long i = ulongval ();
9706     if (i != ((long) (sizeof (int *))))
9707     exit (1);
9708     fprintf (f, "%lu\n", i);
9709     }
9710     exit (ferror (f) || fclose (f) != 0);
9711    
9712     ;
9713     return 0;
9714 pcg 1.1 }
9715 pcg 1.11 _ACEOF
9716     rm -f conftest$ac_exeext
9717     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9718     (eval $ac_link) 2>&5
9719     ac_status=$?
9720     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9721     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
9722     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9723     (eval $ac_try) 2>&5
9724     ac_status=$?
9725     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9726     (exit $ac_status); }; }; then
9727     ac_cv_sizeof_int_p=`cat conftest.val`
9728     else
9729     echo "$as_me: program exited with status $ac_status" >&5
9730     echo "$as_me: failed program was:" >&5
9731     sed 's/^/| /' conftest.$ac_ext >&5
9732    
9733     ( exit $ac_status )
9734     { { echo "$as_me:$LINENO: error: cannot compute sizeof (int *), 77
9735     See \`config.log' for more details." >&5
9736     echo "$as_me: error: cannot compute sizeof (int *), 77
9737     See \`config.log' for more details." >&2;}
9738     { (exit 1); exit 1; }; }
9739     fi
9740     rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
9741     fi
9742     fi
9743     rm -f conftest.val
9744     else
9745 pcg 1.1 ac_cv_sizeof_int_p=0
9746     fi
9747     fi
9748 pcg 1.11 echo "$as_me:$LINENO: result: $ac_cv_sizeof_int_p" >&5
9749     echo "${ECHO_T}$ac_cv_sizeof_int_p" >&6
9750     cat >>confdefs.h <<_ACEOF
9751 pcg 1.1 #define SIZEOF_INT_P $ac_cv_sizeof_int_p
9752 pcg 1.11 _ACEOF
9753 pcg 1.1
9754    
9755    
9756    
9757 pcg 1.11 echo "$as_me:$LINENO: checking for int16_t" >&5
9758     echo $ECHO_N "checking for int16_t... $ECHO_C" >&6
9759     if test "${rxvt_cv_int16_t+set}" = set; then
9760     echo $ECHO_N "(cached) $ECHO_C" >&6
9761 pcg 1.1 else
9762 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
9763     /* confdefs.h. */
9764     _ACEOF
9765     cat confdefs.h >>conftest.$ac_ext
9766     cat >>conftest.$ac_ext <<_ACEOF
9767     /* end confdefs.h. */
9768 pcg 1.1 #include <stdint.h>
9769 pcg 1.11 int
9770     main ()
9771     {
9772 pcg 1.1 int16_t dummy;
9773 pcg 1.11 ;
9774     return 0;
9775     }
9776     _ACEOF
9777     rm -f conftest.$ac_objext
9778     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9779     (eval $ac_compile) 2>conftest.er1
9780     ac_status=$?
9781     grep -v '^ *+' conftest.er1 >conftest.err
9782     rm -f conftest.er1
9783     cat conftest.err >&5
9784     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9785     (exit $ac_status); } &&
9786 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9787 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9788     (eval $ac_try) 2>&5
9789     ac_status=$?
9790     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9791     (exit $ac_status); }; } &&
9792     { ac_try='test -s conftest.$ac_objext'
9793     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9794     (eval $ac_try) 2>&5
9795     ac_status=$?
9796     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9797     (exit $ac_status); }; }; then
9798 pcg 1.1 rxvt_cv_int16_t=yes
9799     else
9800 pcg 1.11 echo "$as_me: failed program was:" >&5
9801     sed 's/^/| /' conftest.$ac_ext >&5
9802    
9803 root 1.50 if test "$ac_cv_sizeof_char" -ge 2; then
9804 pcg 1.1 rxvt_cv_int16_t=" char"
9805     else
9806 root 1.50 if test "$ac_cv_sizeof_short" -ge 2; then
9807 pcg 1.1 rxvt_cv_int16_t=" short"
9808     else
9809 root 1.50 if test "$ac_cv_sizeof_int" -ge 2; then
9810 pcg 1.1 rxvt_cv_int16_t=" int"
9811     else
9812 root 1.50 if test "$ac_cv_sizeof_long" -ge 2; then
9813 pcg 1.1 rxvt_cv_int16_t=" long"
9814     else
9815 root 1.50 if test "$ac_cv_sizeof_long_long" -ge 2; then
9816 pcg 1.1 rxvt_cv_int16_t=" long long"
9817     else
9818     rxvt_cv_int16_t=" short" # we _must_ have a (possibly wrong) default
9819     fi
9820     fi
9821     fi
9822     fi
9823     fi
9824     fi
9825 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9826 pcg 1.1 fi
9827 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_int16_t" >&5
9828     echo "${ECHO_T}$rxvt_cv_int16_t" >&6
9829 pcg 1.1 if test x"$rxvt_cv_int16_t" != xyes; then
9830     rxvt_int16_typedef="typedef $rxvt_cv_int16_t int16_t;"
9831     else
9832     if test x"" = x; then
9833     rxvt_int16_typedef="/* typedef short int16_t; */"
9834     else
9835     rxvt_int16_typedef="/* typedef short int16_t; */"
9836     fi
9837 pcg 1.11 fi
9838 pcg 1.1
9839 pcg 1.11 echo "$as_me:$LINENO: checking for uint16_t" >&5
9840     echo $ECHO_N "checking for uint16_t... $ECHO_C" >&6
9841     if test "${rxvt_cv_uint16_t+set}" = set; then
9842     echo $ECHO_N "(cached) $ECHO_C" >&6
9843     else
9844     cat >conftest.$ac_ext <<_ACEOF
9845     /* confdefs.h. */
9846     _ACEOF
9847     cat confdefs.h >>conftest.$ac_ext
9848     cat >>conftest.$ac_ext <<_ACEOF
9849     /* end confdefs.h. */
9850 pcg 1.1 #include <stdint.h>
9851 pcg 1.11 int
9852     main ()
9853     {
9854 pcg 1.1 uint16_t dummy;
9855 pcg 1.11 ;
9856     return 0;
9857     }
9858     _ACEOF
9859     rm -f conftest.$ac_objext
9860     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9861     (eval $ac_compile) 2>conftest.er1
9862     ac_status=$?
9863     grep -v '^ *+' conftest.er1 >conftest.err
9864     rm -f conftest.er1
9865     cat conftest.err >&5
9866     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9867     (exit $ac_status); } &&
9868 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9869 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9870     (eval $ac_try) 2>&5
9871     ac_status=$?
9872     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9873     (exit $ac_status); }; } &&
9874     { ac_try='test -s conftest.$ac_objext'
9875     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9876     (eval $ac_try) 2>&5
9877     ac_status=$?
9878     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9879     (exit $ac_status); }; }; then
9880 pcg 1.1 rxvt_cv_uint16_t=yes
9881     else
9882 pcg 1.11 echo "$as_me: failed program was:" >&5
9883     sed 's/^/| /' conftest.$ac_ext >&5
9884    
9885 root 1.50 if test "$ac_cv_sizeof_char" -ge 2; then
9886 pcg 1.1 rxvt_cv_uint16_t="unsigned char"
9887     else
9888 root 1.50 if test "$ac_cv_sizeof_short" -ge 2; then
9889 pcg 1.1 rxvt_cv_uint16_t="unsigned short"
9890     else
9891 root 1.50 if test "$ac_cv_sizeof_int" -ge 2; then
9892 pcg 1.1 rxvt_cv_uint16_t="unsigned int"
9893     else
9894 root 1.50 if test "$ac_cv_sizeof_long" -ge 2; then
9895 pcg 1.1 rxvt_cv_uint16_t="unsigned long"
9896     else
9897 root 1.50 if test "$ac_cv_sizeof_long_long" -ge 2; then
9898 pcg 1.1 rxvt_cv_uint16_t="unsigned long long"
9899     else
9900     rxvt_cv_uint16_t="unsigned short" # we _must_ have a (possibly wrong) default
9901     fi
9902     fi
9903     fi
9904     fi
9905     fi
9906     fi
9907 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9908 pcg 1.1 fi
9909 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_uint16_t" >&5
9910     echo "${ECHO_T}$rxvt_cv_uint16_t" >&6
9911 pcg 1.1 if test x"$rxvt_cv_uint16_t" != xyes; then
9912     rxvt_uint16_typedef="typedef $rxvt_cv_uint16_t uint16_t;"
9913     else
9914     if test x"unsigned" = x; then
9915     rxvt_uint16_typedef="/* typedef short uint16_t; */"
9916     else
9917     rxvt_uint16_typedef="/* typedef unsigned short uint16_t; */"
9918     fi
9919 pcg 1.11 fi
9920 pcg 1.1
9921 pcg 1.11 echo "$as_me:$LINENO: checking for int32_t" >&5
9922     echo $ECHO_N "checking for int32_t... $ECHO_C" >&6
9923     if test "${rxvt_cv_int32_t+set}" = set; then
9924     echo $ECHO_N "(cached) $ECHO_C" >&6
9925     else
9926     cat >conftest.$ac_ext <<_ACEOF
9927     /* confdefs.h. */
9928     _ACEOF
9929     cat confdefs.h >>conftest.$ac_ext
9930     cat >>conftest.$ac_ext <<_ACEOF
9931     /* end confdefs.h. */
9932 pcg 1.1 #include <stdint.h>
9933 pcg 1.11 int
9934     main ()
9935     {
9936 pcg 1.1 int32_t dummy;
9937 pcg 1.11 ;
9938     return 0;
9939     }
9940     _ACEOF
9941     rm -f conftest.$ac_objext
9942     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9943     (eval $ac_compile) 2>conftest.er1
9944     ac_status=$?
9945     grep -v '^ *+' conftest.er1 >conftest.err
9946     rm -f conftest.er1
9947     cat conftest.err >&5
9948     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9949     (exit $ac_status); } &&
9950 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9951 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9952     (eval $ac_try) 2>&5
9953     ac_status=$?
9954     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9955     (exit $ac_status); }; } &&
9956     { ac_try='test -s conftest.$ac_objext'
9957     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9958     (eval $ac_try) 2>&5
9959     ac_status=$?
9960     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9961     (exit $ac_status); }; }; then
9962 pcg 1.1 rxvt_cv_int32_t=yes
9963     else
9964 pcg 1.11 echo "$as_me: failed program was:" >&5
9965     sed 's/^/| /' conftest.$ac_ext >&5
9966    
9967 root 1.50 if test "$ac_cv_sizeof_char" -ge 4; then
9968 pcg 1.1 rxvt_cv_int32_t=" char"
9969     else
9970 root 1.50 if test "$ac_cv_sizeof_short" -ge 4; then
9971 pcg 1.1 rxvt_cv_int32_t=" short"
9972     else
9973 root 1.50 if test "$ac_cv_sizeof_int" -ge 4; then
9974 pcg 1.1 rxvt_cv_int32_t=" int"
9975     else
9976 root 1.50 if test "$ac_cv_sizeof_long" -ge 4; then
9977 pcg 1.1 rxvt_cv_int32_t=" long"
9978     else
9979 root 1.50 if test "$ac_cv_sizeof_long_long" -ge 4; then
9980 pcg 1.1 rxvt_cv_int32_t=" long long"
9981     else
9982     rxvt_cv_int32_t=" int" # we _must_ have a (possibly wrong) default
9983     fi
9984     fi
9985     fi
9986     fi
9987     fi
9988     fi
9989 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9990 pcg 1.1 fi
9991 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_int32_t" >&5
9992     echo "${ECHO_T}$rxvt_cv_int32_t" >&6
9993 pcg 1.1 if test x"$rxvt_cv_int32_t" != xyes; then
9994     rxvt_int32_typedef="typedef $rxvt_cv_int32_t int32_t;"
9995     else
9996     if test x"" = x; then
9997     rxvt_int32_typedef="/* typedef int int32_t; */"
9998     else
9999     rxvt_int32_typedef="/* typedef int int32_t; */"
10000     fi
10001 pcg 1.11 fi
10002 pcg 1.1
10003 pcg 1.11 echo "$as_me:$LINENO: checking for uint32_t" >&5
10004     echo $ECHO_N "checking for uint32_t... $ECHO_C" >&6
10005     if test "${rxvt_cv_uint32_t+set}" = set; then
10006     echo $ECHO_N "(cached) $ECHO_C" >&6
10007     else
10008     cat >conftest.$ac_ext <<_ACEOF
10009     /* confdefs.h. */
10010     _ACEOF
10011     cat confdefs.h >>conftest.$ac_ext
10012     cat >>conftest.$ac_ext <<_ACEOF
10013     /* end confdefs.h. */
10014 pcg 1.1 #include <stdint.h>
10015 pcg 1.11 int
10016     main ()
10017     {
10018 pcg 1.1 uint32_t dummy;
10019 pcg 1.11 ;
10020     return 0;
10021     }
10022     _ACEOF
10023     rm -f conftest.$ac_objext
10024     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10025     (eval $ac_compile) 2>conftest.er1
10026     ac_status=$?
10027     grep -v '^ *+' conftest.er1 >conftest.err
10028     rm -f conftest.er1
10029     cat conftest.err >&5
10030     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10031     (exit $ac_status); } &&
10032 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10033 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10034     (eval $ac_try) 2>&5
10035     ac_status=$?
10036     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10037     (exit $ac_status); }; } &&
10038     { ac_try='test -s conftest.$ac_objext'
10039     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10040     (eval $ac_try) 2>&5
10041     ac_status=$?
10042     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10043     (exit $ac_status); }; }; then
10044 pcg 1.1 rxvt_cv_uint32_t=yes
10045     else
10046 pcg 1.11 echo "$as_me: failed program was:" >&5
10047     sed 's/^/| /' conftest.$ac_ext >&5
10048    
10049 root 1.50 if test "$ac_cv_sizeof_char" -ge 4; then
10050 pcg 1.1 rxvt_cv_uint32_t="unsigned char"
10051     else
10052 root 1.50 if test "$ac_cv_sizeof_short" -ge 4; then
10053 pcg 1.1 rxvt_cv_uint32_t="unsigned short"
10054     else
10055 root 1.50 if test "$ac_cv_sizeof_int" -ge 4; then
10056 pcg 1.1 rxvt_cv_uint32_t="unsigned int"
10057     else
10058 root 1.50 if test "$ac_cv_sizeof_long" -ge 4; then
10059 pcg 1.1 rxvt_cv_uint32_t="unsigned long"
10060     else
10061 root 1.50 if test "$ac_cv_sizeof_long_long" -ge 4; then
10062 pcg 1.1 rxvt_cv_uint32_t="unsigned long long"
10063     else
10064     rxvt_cv_uint32_t="unsigned int" # we _must_ have a (possibly wrong) default
10065     fi
10066     fi
10067     fi
10068     fi
10069     fi
10070     fi
10071 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10072 pcg 1.1 fi
10073 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_uint32_t" >&5
10074     echo "${ECHO_T}$rxvt_cv_uint32_t" >&6
10075 pcg 1.1 if test x"$rxvt_cv_uint32_t" != xyes; then
10076     rxvt_uint32_typedef="typedef $rxvt_cv_uint32_t uint32_t;"
10077     else
10078     if test x"unsigned" = x; then
10079     rxvt_uint32_typedef="/* typedef int uint32_t; */"
10080     else
10081     rxvt_uint32_typedef="/* typedef unsigned int uint32_t; */"
10082     fi
10083 pcg 1.11 fi
10084 pcg 1.1
10085 root 1.50 if test "$ac_cv_sizeof_int_p" -eq 8; then
10086 pcg 1.1 rxvt_intp_define="#define intp_t int64_t"
10087     rxvt_u_intp_define="#define u_intp_t u_int64_t"
10088     else
10089 root 1.50 if test "$ac_cv_sizeof_int_p" -eq 4; then
10090 pcg 1.1 rxvt_intp_define="#define intp_t int32_t"
10091     rxvt_u_intp_define="#define u_intp_t u_int32_t"
10092     else
10093 root 1.50 if test "$ac_cv_sizeof_int_p" -eq 2; then
10094 pcg 1.1 rxvt_intp_define="#define intp_t int16_t"
10095     rxvt_u_intp_define="#define u_intp_t u_int16_t"
10096     else
10097     rxvt_intp_define="#error set intp_t"
10098     rxvt_u_intp_define="#error set u_intp_t"
10099     fi
10100     fi
10101     fi
10102    
10103    
10104    
10105 pcg 1.11 echo "$as_me:$LINENO: checking return type of signal handlers" >&5
10106     echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
10107     if test "${ac_cv_type_signal+set}" = set; then
10108     echo $ECHO_N "(cached) $ECHO_C" >&6
10109     else
10110     cat >conftest.$ac_ext <<_ACEOF
10111     /* confdefs.h. */
10112     _ACEOF
10113     cat confdefs.h >>conftest.$ac_ext
10114     cat >>conftest.$ac_ext <<_ACEOF
10115     /* end confdefs.h. */
10116 pcg 1.1 #include <sys/types.h>
10117     #include <signal.h>
10118     #ifdef signal
10119 pcg 1.11 # undef signal
10120 pcg 1.1 #endif
10121     #ifdef __cplusplus
10122     extern "C" void (*signal (int, void (*)(int)))(int);
10123     #else
10124     void (*signal ()) ();
10125     #endif
10126    
10127 pcg 1.11 int
10128     main ()
10129     {
10130 pcg 1.1 int i;
10131 pcg 1.11 ;
10132     return 0;
10133     }
10134     _ACEOF
10135     rm -f conftest.$ac_objext
10136     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10137     (eval $ac_compile) 2>conftest.er1
10138     ac_status=$?
10139     grep -v '^ *+' conftest.er1 >conftest.err
10140     rm -f conftest.er1
10141     cat conftest.err >&5
10142     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10143     (exit $ac_status); } &&
10144 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10145 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10146     (eval $ac_try) 2>&5
10147     ac_status=$?
10148     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10149     (exit $ac_status); }; } &&
10150     { ac_try='test -s conftest.$ac_objext'
10151     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10152     (eval $ac_try) 2>&5
10153     ac_status=$?
10154     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10155     (exit $ac_status); }; }; then
10156 pcg 1.1 ac_cv_type_signal=void
10157     else
10158 pcg 1.11 echo "$as_me: failed program was:" >&5
10159     sed 's/^/| /' conftest.$ac_ext >&5
10160    
10161     ac_cv_type_signal=int
10162 pcg 1.1 fi
10163 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10164 pcg 1.1 fi
10165 pcg 1.11 echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
10166     echo "${ECHO_T}$ac_cv_type_signal" >&6
10167 pcg 1.1
10168 pcg 1.11 cat >>confdefs.h <<_ACEOF
10169 pcg 1.1 #define RETSIGTYPE $ac_cv_type_signal
10170 pcg 1.11 _ACEOF
10171 pcg 1.1
10172    
10173    
10174     case "$host_alias" in
10175     *ultrix) ac_cv_func_setsid='no' ;;
10176     *) break;;
10177     esac
10178    
10179 pcg 1.11
10180    
10181    
10182    
10183    
10184    
10185    
10186    
10187    
10188    
10189    
10190    
10191    
10192    
10193    
10194    
10195    
10196    
10197 root 1.52
10198 pcg 1.1 for ac_func in \
10199     atexit \
10200     revoke \
10201     unsetenv \
10202     setutent \
10203     seteuid \
10204     setreuid \
10205     setsid \
10206     setpgrp \
10207     setpgid \
10208     openpty \
10209     _getpty \
10210     grantpt \
10211     unlockpt \
10212     isastream \
10213     on_exit \
10214     nanosleep \
10215     updwtmp \
10216 root 1.52 updwtmpx \
10217 pcg 1.1 ttyslot \
10218    
10219     do
10220 pcg 1.11 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
10221     echo "$as_me:$LINENO: checking for $ac_func" >&5
10222     echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
10223     if eval "test \"\${$as_ac_var+set}\" = set"; then
10224     echo $ECHO_N "(cached) $ECHO_C" >&6
10225     else
10226     cat >conftest.$ac_ext <<_ACEOF
10227     /* confdefs.h. */
10228     _ACEOF
10229     cat confdefs.h >>conftest.$ac_ext
10230     cat >>conftest.$ac_ext <<_ACEOF
10231     /* end confdefs.h. */
10232     /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
10233     For example, HP-UX 11i <limits.h> declares gettimeofday. */
10234     #define $ac_func innocuous_$ac_func
10235    
10236 pcg 1.1 /* System header to define __stub macros and hopefully few prototypes,
10237 pcg 1.11 which can conflict with char $ac_func (); below.
10238     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10239     <limits.h> exists even on freestanding compilers. */
10240    
10241     #ifdef __STDC__
10242     # include <limits.h>
10243     #else
10244     # include <assert.h>
10245     #endif
10246    
10247     #undef $ac_func
10248    
10249 pcg 1.1 /* Override any gcc2 internal prototype to avoid an error. */
10250 pcg 1.11 #ifdef __cplusplus
10251     extern "C"
10252     {
10253     #endif
10254 pcg 1.1 /* We use char because int might match the return type of a gcc2
10255 pcg 1.11 builtin and then its argument prototype would still apply. */
10256     char $ac_func ();
10257 pcg 1.1 /* The GNU C library defines this for functions which it implements
10258     to always fail with ENOSYS. Some functions are actually named
10259     something starting with __ and the normal name is an alias. */
10260     #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10261     choke me
10262     #else
10263 pcg 1.11 char (*f) () = $ac_func;
10264     #endif
10265     #ifdef __cplusplus
10266     }
10267 pcg 1.1 #endif
10268    
10269 pcg 1.11 int
10270     main ()
10271     {
10272     return f != $ac_func;
10273     ;
10274     return 0;
10275     }
10276     _ACEOF
10277     rm -f conftest.$ac_objext conftest$ac_exeext
10278     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10279     (eval $ac_link) 2>conftest.er1
10280     ac_status=$?
10281     grep -v '^ *+' conftest.er1 >conftest.err
10282     rm -f conftest.er1
10283     cat conftest.err >&5
10284     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10285     (exit $ac_status); } &&
10286 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10287 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10288     (eval $ac_try) 2>&5
10289     ac_status=$?
10290     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10291     (exit $ac_status); }; } &&
10292     { ac_try='test -s conftest$ac_exeext'
10293     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10294     (eval $ac_try) 2>&5
10295     ac_status=$?
10296     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10297     (exit $ac_status); }; }; then
10298     eval "$as_ac_var=yes"
10299     else
10300     echo "$as_me: failed program was:" >&5
10301     sed 's/^/| /' conftest.$ac_ext >&5
10302    
10303     eval "$as_ac_var=no"
10304     fi
10305     rm -f conftest.err conftest.$ac_objext \
10306     conftest$ac_exeext conftest.$ac_ext
10307     fi
10308     echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
10309     echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
10310     if test `eval echo '${'$as_ac_var'}'` = yes; then
10311     cat >>confdefs.h <<_ACEOF
10312     #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
10313     _ACEOF
10314 pcg 1.1
10315     fi
10316     done
10317    
10318    
10319    
10320 pcg 1.11 if test "${ac_cv_header_utmp_h+set}" = set; then
10321     echo "$as_me:$LINENO: checking for utmp.h" >&5
10322     echo $ECHO_N "checking for utmp.h... $ECHO_C" >&6
10323     if test "${ac_cv_header_utmp_h+set}" = set; then
10324     echo $ECHO_N "(cached) $ECHO_C" >&6
10325     fi
10326     echo "$as_me:$LINENO: result: $ac_cv_header_utmp_h" >&5
10327     echo "${ECHO_T}$ac_cv_header_utmp_h" >&6
10328     else
10329     # Is the header compilable?
10330     echo "$as_me:$LINENO: checking utmp.h usability" >&5
10331     echo $ECHO_N "checking utmp.h usability... $ECHO_C" >&6
10332     cat >conftest.$ac_ext <<_ACEOF
10333     /* confdefs.h. */
10334     _ACEOF
10335     cat confdefs.h >>conftest.$ac_ext
10336     cat >>conftest.$ac_ext <<_ACEOF
10337     /* end confdefs.h. */
10338     $ac_includes_default
10339     #include <utmp.h>
10340     _ACEOF
10341     rm -f conftest.$ac_objext
10342     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10343     (eval $ac_compile) 2>conftest.er1
10344     ac_status=$?
10345     grep -v '^ *+' conftest.er1 >conftest.err
10346     rm -f conftest.er1
10347     cat conftest.err >&5
10348     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10349     (exit $ac_status); } &&
10350 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10351 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10352     (eval $ac_try) 2>&5
10353     ac_status=$?
10354     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10355     (exit $ac_status); }; } &&
10356     { ac_try='test -s conftest.$ac_objext'
10357     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10358     (eval $ac_try) 2>&5
10359     ac_status=$?
10360     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10361     (exit $ac_status); }; }; then
10362     ac_header_compiler=yes
10363     else
10364     echo "$as_me: failed program was:" >&5
10365     sed 's/^/| /' conftest.$ac_ext >&5
10366    
10367     ac_header_compiler=no
10368     fi
10369     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10370     echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10371     echo "${ECHO_T}$ac_header_compiler" >&6
10372    
10373     # Is the header present?
10374     echo "$as_me:$LINENO: checking utmp.h presence" >&5
10375     echo $ECHO_N "checking utmp.h presence... $ECHO_C" >&6
10376     cat >conftest.$ac_ext <<_ACEOF
10377     /* confdefs.h. */
10378     _ACEOF
10379     cat confdefs.h >>conftest.$ac_ext
10380     cat >>conftest.$ac_ext <<_ACEOF
10381     /* end confdefs.h. */
10382 pcg 1.1 #include <utmp.h>
10383 pcg 1.11 _ACEOF
10384     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10385     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10386     ac_status=$?
10387     grep -v '^ *+' conftest.er1 >conftest.err
10388     rm -f conftest.er1
10389     cat conftest.err >&5
10390     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10391     (exit $ac_status); } >/dev/null; then
10392     if test -s conftest.err; then
10393 pcg 1.13 ac_cpp_err=$ac_cxx_preproc_warn_flag
10394     ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
10395 pcg 1.11 else
10396     ac_cpp_err=
10397     fi
10398 pcg 1.1 else
10399 pcg 1.11 ac_cpp_err=yes
10400 pcg 1.1 fi
10401 pcg 1.11 if test -z "$ac_cpp_err"; then
10402     ac_header_preproc=yes
10403     else
10404     echo "$as_me: failed program was:" >&5
10405     sed 's/^/| /' conftest.$ac_ext >&5
10406    
10407     ac_header_preproc=no
10408 pcg 1.1 fi
10409 pcg 1.11 rm -f conftest.err conftest.$ac_ext
10410     echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10411     echo "${ECHO_T}$ac_header_preproc" >&6
10412    
10413     # So? What about this header?
10414 pcg 1.13 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
10415 pcg 1.11 yes:no: )
10416     { echo "$as_me:$LINENO: WARNING: utmp.h: accepted by the compiler, rejected by the preprocessor!" >&5
10417     echo "$as_me: WARNING: utmp.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
10418     { echo "$as_me:$LINENO: WARNING: utmp.h: proceeding with the compiler's result" >&5
10419     echo "$as_me: WARNING: utmp.h: proceeding with the compiler's result" >&2;}
10420     ac_header_preproc=yes
10421     ;;
10422     no:yes:* )
10423     { echo "$as_me:$LINENO: WARNING: utmp.h: present but cannot be compiled" >&5
10424     echo "$as_me: WARNING: utmp.h: present but cannot be compiled" >&2;}
10425     { echo "$as_me:$LINENO: WARNING: utmp.h: check for missing prerequisite headers?" >&5
10426     echo "$as_me: WARNING: utmp.h: check for missing prerequisite headers?" >&2;}
10427     { echo "$as_me:$LINENO: WARNING: utmp.h: see the Autoconf documentation" >&5
10428     echo "$as_me: WARNING: utmp.h: see the Autoconf documentation" >&2;}
10429     { echo "$as_me:$LINENO: WARNING: utmp.h: section \"Present But Cannot Be Compiled\"" >&5
10430     echo "$as_me: WARNING: utmp.h: section \"Present But Cannot Be Compiled\"" >&2;}
10431     { echo "$as_me:$LINENO: WARNING: utmp.h: proceeding with the preprocessor's result" >&5
10432     echo "$as_me: WARNING: utmp.h: proceeding with the preprocessor's result" >&2;}
10433     { echo "$as_me:$LINENO: WARNING: utmp.h: in the future, the compiler will take precedence" >&5
10434     echo "$as_me: WARNING: utmp.h: in the future, the compiler will take precedence" >&2;}
10435     (
10436     cat <<\_ASBOX
10437     ## ------------------------------------------ ##
10438     ## Report this to the AC_PACKAGE_NAME lists. ##
10439     ## ------------------------------------------ ##
10440     _ASBOX
10441     ) |
10442     sed "s/^/$as_me: WARNING: /" >&2
10443     ;;
10444     esac
10445     echo "$as_me:$LINENO: checking for utmp.h" >&5
10446     echo $ECHO_N "checking for utmp.h... $ECHO_C" >&6
10447     if test "${ac_cv_header_utmp_h+set}" = set; then
10448     echo $ECHO_N "(cached) $ECHO_C" >&6
10449     else
10450     ac_cv_header_utmp_h=$ac_header_preproc
10451     fi
10452     echo "$as_me:$LINENO: result: $ac_cv_header_utmp_h" >&5
10453     echo "${ECHO_T}$ac_cv_header_utmp_h" >&6
10454    
10455     fi
10456     if test $ac_cv_header_utmp_h = yes; then
10457     echo "$as_me:$LINENO: checking for struct utmp" >&5
10458     echo $ECHO_N "checking for struct utmp... $ECHO_C" >&6
10459     if test "${rxvt_cv_struct_utmp+set}" = set; then
10460     echo $ECHO_N "(cached) $ECHO_C" >&6
10461     else
10462     cat >conftest.$ac_ext <<_ACEOF
10463     /* confdefs.h. */
10464     _ACEOF
10465     cat confdefs.h >>conftest.$ac_ext
10466     cat >>conftest.$ac_ext <<_ACEOF
10467     /* end confdefs.h. */
10468 pcg 1.1 #include <sys/types.h>
10469     #include <stdint.h>
10470     #include <utmp.h>
10471 pcg 1.11 int
10472     main ()
10473     {
10474 pcg 1.1 struct utmp ut;
10475 pcg 1.11 ;
10476     return 0;
10477     }
10478     _ACEOF
10479     rm -f conftest.$ac_objext
10480     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10481     (eval $ac_compile) 2>conftest.er1
10482     ac_status=$?
10483     grep -v '^ *+' conftest.er1 >conftest.err
10484     rm -f conftest.er1
10485     cat conftest.err >&5
10486     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10487     (exit $ac_status); } &&
10488 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10489 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10490     (eval $ac_try) 2>&5
10491     ac_status=$?
10492     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10493     (exit $ac_status); }; } &&
10494     { ac_try='test -s conftest.$ac_objext'
10495     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10496     (eval $ac_try) 2>&5
10497     ac_status=$?
10498     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10499     (exit $ac_status); }; }; then
10500 pcg 1.1 rxvt_cv_struct_utmp=yes
10501     else
10502 pcg 1.11 echo "$as_me: failed program was:" >&5
10503     sed 's/^/| /' conftest.$ac_ext >&5
10504    
10505     rxvt_cv_struct_utmp=no
10506 pcg 1.1 fi
10507 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10508 pcg 1.1 fi
10509 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmp" >&5
10510     echo "${ECHO_T}$rxvt_cv_struct_utmp" >&6
10511     if test x$rxvt_cv_struct_utmp = xyes; then
10512 pcg 1.1
10513 pcg 1.11 cat >>confdefs.h <<\_ACEOF
10514 pcg 1.1 #define HAVE_STRUCT_UTMP 1
10515 pcg 1.11 _ACEOF
10516 pcg 1.1
10517     fi
10518    
10519    
10520 pcg 1.11 echo "$as_me:$LINENO: checking for ut_host in utmp struct" >&5
10521     echo $ECHO_N "checking for ut_host in utmp struct... $ECHO_C" >&6
10522     if test "${rxvt_cv_struct_utmp_host+set}" = set; then
10523     echo $ECHO_N "(cached) $ECHO_C" >&6
10524 pcg 1.1 else
10525 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
10526     /* confdefs.h. */
10527     _ACEOF
10528     cat confdefs.h >>conftest.$ac_ext
10529     cat >>conftest.$ac_ext <<_ACEOF
10530     /* end confdefs.h. */
10531 pcg 1.1 #include <sys/types.h>
10532     #include <utmp.h>
10533 pcg 1.11 int
10534     main ()
10535     {
10536 pcg 1.1 struct utmp ut; ut.ut_host;
10537 pcg 1.11 ;
10538     return 0;
10539     }
10540     _ACEOF
10541     rm -f conftest.$ac_objext
10542     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10543     (eval $ac_compile) 2>conftest.er1
10544     ac_status=$?
10545     grep -v '^ *+' conftest.er1 >conftest.err
10546     rm -f conftest.er1
10547     cat conftest.err >&5
10548     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10549     (exit $ac_status); } &&
10550 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10551 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10552     (eval $ac_try) 2>&5
10553     ac_status=$?
10554     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10555     (exit $ac_status); }; } &&
10556     { ac_try='test -s conftest.$ac_objext'
10557     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10558     (eval $ac_try) 2>&5
10559     ac_status=$?
10560     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10561     (exit $ac_status); }; }; then
10562 pcg 1.1 rxvt_cv_struct_utmp_host=yes
10563     else
10564 pcg 1.11 echo "$as_me: failed program was:" >&5
10565     sed 's/^/| /' conftest.$ac_ext >&5
10566    
10567     rxvt_cv_struct_utmp_host=no
10568 pcg 1.1 fi
10569 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10570 pcg 1.1 fi
10571 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmp_host" >&5
10572     echo "${ECHO_T}$rxvt_cv_struct_utmp_host" >&6
10573     if test x$rxvt_cv_struct_utmp_host = xyes; then
10574 pcg 1.1
10575 pcg 1.11 cat >>confdefs.h <<\_ACEOF
10576 pcg 1.1 #define HAVE_UTMP_HOST 1
10577 pcg 1.11 _ACEOF
10578 pcg 1.1
10579     fi
10580    
10581 pcg 1.11 echo "$as_me:$LINENO: checking for ut_pid in utmp struct" >&5
10582     echo $ECHO_N "checking for ut_pid in utmp struct... $ECHO_C" >&6
10583     if test "${rxvt_cv_struct_utmp_pid+set}" = set; then
10584     echo $ECHO_N "(cached) $ECHO_C" >&6
10585 pcg 1.1 else
10586 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
10587     /* confdefs.h. */
10588     _ACEOF
10589     cat confdefs.h >>conftest.$ac_ext
10590     cat >>conftest.$ac_ext <<_ACEOF
10591     /* end confdefs.h. */
10592 pcg 1.1 #include <sys/types.h>
10593     #include <utmp.h>
10594 pcg 1.11 int
10595     main ()
10596     {
10597 pcg 1.1 struct utmp ut; ut.ut_pid;
10598 pcg 1.11 ;
10599     return 0;
10600     }
10601     _ACEOF
10602     rm -f conftest.$ac_objext
10603     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10604     (eval $ac_compile) 2>conftest.er1
10605     ac_status=$?
10606     grep -v '^ *+' conftest.er1 >conftest.err
10607     rm -f conftest.er1
10608     cat conftest.err >&5
10609     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10610     (exit $ac_status); } &&
10611 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10612 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10613     (eval $ac_try) 2>&5
10614     ac_status=$?
10615     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10616     (exit $ac_status); }; } &&
10617     { ac_try='test -s conftest.$ac_objext'
10618     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10619     (eval $ac_try) 2>&5
10620     ac_status=$?
10621     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10622     (exit $ac_status); }; }; then
10623 pcg 1.1 rxvt_cv_struct_utmp_pid=yes
10624     else
10625 pcg 1.11 echo "$as_me: failed program was:" >&5
10626     sed 's/^/| /' conftest.$ac_ext >&5
10627    
10628     rxvt_cv_struct_utmp_pid=no
10629 pcg 1.1 fi
10630 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10631 pcg 1.1 fi
10632 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmp_pid" >&5
10633     echo "${ECHO_T}$rxvt_cv_struct_utmp_pid" >&6
10634     if test x$rxvt_cv_struct_utmp_pid = xyes; then
10635 pcg 1.1
10636 pcg 1.11 cat >>confdefs.h <<\_ACEOF
10637 pcg 1.1 #define HAVE_UTMP_PID 1
10638 pcg 1.11 _ACEOF
10639 pcg 1.1
10640     fi
10641    
10642     fi
10643    
10644 pcg 1.11
10645    
10646     if test "${ac_cv_header_utmpx_h+set}" = set; then
10647     echo "$as_me:$LINENO: checking for utmpx.h" >&5
10648     echo $ECHO_N "checking for utmpx.h... $ECHO_C" >&6
10649     if test "${ac_cv_header_utmpx_h+set}" = set; then
10650     echo $ECHO_N "(cached) $ECHO_C" >&6
10651     fi
10652     echo "$as_me:$LINENO: result: $ac_cv_header_utmpx_h" >&5
10653     echo "${ECHO_T}$ac_cv_header_utmpx_h" >&6
10654 pcg 1.1 else
10655 pcg 1.11 # Is the header compilable?
10656     echo "$as_me:$LINENO: checking utmpx.h usability" >&5
10657     echo $ECHO_N "checking utmpx.h usability... $ECHO_C" >&6
10658     cat >conftest.$ac_ext <<_ACEOF
10659     /* confdefs.h. */
10660     _ACEOF
10661     cat confdefs.h >>conftest.$ac_ext
10662     cat >>conftest.$ac_ext <<_ACEOF
10663     /* end confdefs.h. */
10664     $ac_includes_default
10665     #include <utmpx.h>
10666     _ACEOF
10667     rm -f conftest.$ac_objext
10668     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10669     (eval $ac_compile) 2>conftest.er1
10670     ac_status=$?
10671     grep -v '^ *+' conftest.er1 >conftest.err
10672     rm -f conftest.er1
10673     cat conftest.err >&5
10674     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10675     (exit $ac_status); } &&
10676 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10677 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10678     (eval $ac_try) 2>&5
10679     ac_status=$?
10680     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10681     (exit $ac_status); }; } &&
10682     { ac_try='test -s conftest.$ac_objext'
10683     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10684     (eval $ac_try) 2>&5
10685     ac_status=$?
10686     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10687     (exit $ac_status); }; }; then
10688     ac_header_compiler=yes
10689     else
10690     echo "$as_me: failed program was:" >&5
10691     sed 's/^/| /' conftest.$ac_ext >&5
10692    
10693     ac_header_compiler=no
10694     fi
10695     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10696     echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10697     echo "${ECHO_T}$ac_header_compiler" >&6
10698    
10699     # Is the header present?
10700     echo "$as_me:$LINENO: checking utmpx.h presence" >&5
10701     echo $ECHO_N "checking utmpx.h presence... $ECHO_C" >&6
10702     cat >conftest.$ac_ext <<_ACEOF
10703     /* confdefs.h. */
10704     _ACEOF
10705     cat confdefs.h >>conftest.$ac_ext
10706     cat >>conftest.$ac_ext <<_ACEOF
10707     /* end confdefs.h. */
10708 pcg 1.1 #include <utmpx.h>
10709 pcg 1.11 _ACEOF
10710     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10711     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10712     ac_status=$?
10713     grep -v '^ *+' conftest.er1 >conftest.err
10714     rm -f conftest.er1
10715     cat conftest.err >&5
10716     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10717     (exit $ac_status); } >/dev/null; then
10718     if test -s conftest.err; then
10719 pcg 1.13 ac_cpp_err=$ac_cxx_preproc_warn_flag
10720     ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
10721 pcg 1.11 else
10722     ac_cpp_err=
10723     fi
10724 pcg 1.1 else
10725 pcg 1.11 ac_cpp_err=yes
10726 pcg 1.1 fi
10727 pcg 1.11 if test -z "$ac_cpp_err"; then
10728     ac_header_preproc=yes
10729     else
10730     echo "$as_me: failed program was:" >&5
10731     sed 's/^/| /' conftest.$ac_ext >&5
10732    
10733     ac_header_preproc=no
10734 pcg 1.1 fi
10735 pcg 1.11 rm -f conftest.err conftest.$ac_ext
10736     echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10737     echo "${ECHO_T}$ac_header_preproc" >&6
10738    
10739     # So? What about this header?
10740 pcg 1.13 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
10741 pcg 1.11 yes:no: )
10742     { echo "$as_me:$LINENO: WARNING: utmpx.h: accepted by the compiler, rejected by the preprocessor!" >&5
10743     echo "$as_me: WARNING: utmpx.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
10744     { echo "$as_me:$LINENO: WARNING: utmpx.h: proceeding with the compiler's result" >&5
10745     echo "$as_me: WARNING: utmpx.h: proceeding with the compiler's result" >&2;}
10746     ac_header_preproc=yes
10747     ;;
10748     no:yes:* )
10749     { echo "$as_me:$LINENO: WARNING: utmpx.h: present but cannot be compiled" >&5
10750     echo "$as_me: WARNING: utmpx.h: present but cannot be compiled" >&2;}
10751     { echo "$as_me:$LINENO: WARNING: utmpx.h: check for missing prerequisite headers?" >&5
10752     echo "$as_me: WARNING: utmpx.h: check for missing prerequisite headers?" >&2;}
10753     { echo "$as_me:$LINENO: WARNING: utmpx.h: see the Autoconf documentation" >&5
10754     echo "$as_me: WARNING: utmpx.h: see the Autoconf documentation" >&2;}
10755     { echo "$as_me:$LINENO: WARNING: utmpx.h: section \"Present But Cannot Be Compiled\"" >&5
10756     echo "$as_me: WARNING: utmpx.h: section \"Present But Cannot Be Compiled\"" >&2;}
10757     { echo "$as_me:$LINENO: WARNING: utmpx.h: proceeding with the preprocessor's result" >&5
10758     echo "$as_me: WARNING: utmpx.h: proceeding with the preprocessor's result" >&2;}
10759     { echo "$as_me:$LINENO: WARNING: utmpx.h: in the future, the compiler will take precedence" >&5
10760     echo "$as_me: WARNING: utmpx.h: in the future, the compiler will take precedence" >&2;}
10761     (
10762     cat <<\_ASBOX
10763     ## ------------------------------------------ ##
10764     ## Report this to the AC_PACKAGE_NAME lists. ##
10765     ## ------------------------------------------ ##
10766     _ASBOX
10767     ) |
10768     sed "s/^/$as_me: WARNING: /" >&2
10769     ;;
10770     esac
10771     echo "$as_me:$LINENO: checking for utmpx.h" >&5
10772     echo $ECHO_N "checking for utmpx.h... $ECHO_C" >&6
10773     if test "${ac_cv_header_utmpx_h+set}" = set; then
10774     echo $ECHO_N "(cached) $ECHO_C" >&6
10775     else
10776     ac_cv_header_utmpx_h=$ac_header_preproc
10777     fi
10778     echo "$as_me:$LINENO: result: $ac_cv_header_utmpx_h" >&5
10779     echo "${ECHO_T}$ac_cv_header_utmpx_h" >&6
10780    
10781     fi
10782     if test $ac_cv_header_utmpx_h = yes; then
10783     echo "$as_me:$LINENO: checking for struct utmpx" >&5
10784     echo $ECHO_N "checking for struct utmpx... $ECHO_C" >&6
10785     if test "${rxvt_cv_struct_utmpx+set}" = set; then
10786     echo $ECHO_N "(cached) $ECHO_C" >&6
10787     else
10788     cat >conftest.$ac_ext <<_ACEOF
10789     /* confdefs.h. */
10790     _ACEOF
10791     cat confdefs.h >>conftest.$ac_ext
10792     cat >>conftest.$ac_ext <<_ACEOF
10793     /* end confdefs.h. */
10794 pcg 1.1 #include <sys/types.h>
10795     #include <utmpx.h>
10796 pcg 1.11 int
10797     main ()
10798     {
10799 pcg 1.1 struct utmpx ut;
10800 pcg 1.11 ;
10801     return 0;
10802     }
10803     _ACEOF
10804     rm -f conftest.$ac_objext
10805     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10806     (eval $ac_compile) 2>conftest.er1
10807     ac_status=$?
10808     grep -v '^ *+' conftest.er1 >conftest.err
10809     rm -f conftest.er1
10810     cat conftest.err >&5
10811     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10812     (exit $ac_status); } &&
10813 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10814 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10815     (eval $ac_try) 2>&5
10816     ac_status=$?
10817     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10818     (exit $ac_status); }; } &&
10819     { ac_try='test -s conftest.$ac_objext'
10820     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10821     (eval $ac_try) 2>&5
10822     ac_status=$?
10823     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10824     (exit $ac_status); }; }; then
10825 pcg 1.1 rxvt_cv_struct_utmpx=yes
10826     else
10827 pcg 1.11 echo "$as_me: failed program was:" >&5
10828     sed 's/^/| /' conftest.$ac_ext >&5
10829    
10830     rxvt_cv_struct_utmpx=no
10831 pcg 1.1 fi
10832 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10833 pcg 1.1 fi
10834 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmpx" >&5
10835     echo "${ECHO_T}$rxvt_cv_struct_utmpx" >&6
10836     if test x$rxvt_cv_struct_utmpx = xyes; then
10837 pcg 1.1
10838 pcg 1.11 cat >>confdefs.h <<\_ACEOF
10839 pcg 1.1 #define HAVE_STRUCT_UTMPX 1
10840 pcg 1.11 _ACEOF
10841 pcg 1.1
10842     fi
10843    
10844    
10845 pcg 1.11 echo "$as_me:$LINENO: checking for host in utmpx struct" >&5
10846     echo $ECHO_N "checking for host in utmpx struct... $ECHO_C" >&6
10847     if test "${rxvt_cv_struct_utmpx_host+set}" = set; then
10848     echo $ECHO_N "(cached) $ECHO_C" >&6
10849 pcg 1.1 else
10850 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
10851     /* confdefs.h. */
10852     _ACEOF
10853     cat confdefs.h >>conftest.$ac_ext
10854     cat >>conftest.$ac_ext <<_ACEOF
10855     /* end confdefs.h. */
10856 pcg 1.1 #include <sys/types.h>
10857     #include <utmpx.h>
10858 pcg 1.11 int
10859     main ()
10860     {
10861 pcg 1.1 struct utmpx utx; utx.ut_host;
10862 pcg 1.11 ;
10863     return 0;
10864     }
10865     _ACEOF
10866     rm -f conftest.$ac_objext
10867     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10868     (eval $ac_compile) 2>conftest.er1
10869     ac_status=$?
10870     grep -v '^ *+' conftest.er1 >conftest.err
10871     rm -f conftest.er1
10872     cat conftest.err >&5
10873     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10874     (exit $ac_status); } &&
10875 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10876 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10877     (eval $ac_try) 2>&5
10878     ac_status=$?
10879     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10880     (exit $ac_status); }; } &&
10881     { ac_try='test -s conftest.$ac_objext'
10882     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10883     (eval $ac_try) 2>&5
10884     ac_status=$?
10885     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10886     (exit $ac_status); }; }; then
10887 pcg 1.1 rxvt_cv_struct_utmpx_host=yes
10888     else
10889 pcg 1.11 echo "$as_me: failed program was:" >&5
10890     sed 's/^/| /' conftest.$ac_ext >&5
10891    
10892     rxvt_cv_struct_utmpx_host=no
10893 pcg 1.1 fi
10894 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10895 pcg 1.1 fi
10896 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmpx_host" >&5
10897     echo "${ECHO_T}$rxvt_cv_struct_utmpx_host" >&6
10898     if test x$rxvt_cv_struct_utmpx_host = xyes; then
10899 pcg 1.1
10900 pcg 1.11 cat >>confdefs.h <<\_ACEOF
10901 pcg 1.1 #define HAVE_UTMPX_HOST 1
10902 pcg 1.11 _ACEOF
10903 pcg 1.1
10904     fi
10905    
10906 root 1.52 echo "$as_me:$LINENO: checking for session in utmpx struct" >&5
10907     echo $ECHO_N "checking for session in utmpx struct... $ECHO_C" >&6
10908     if test "${rxvt_cv_struct_utmpx_session+set}" = set; then
10909     echo $ECHO_N "(cached) $ECHO_C" >&6
10910     else
10911     cat >conftest.$ac_ext <<_ACEOF
10912     /* confdefs.h. */
10913     _ACEOF
10914     cat confdefs.h >>conftest.$ac_ext
10915     cat >>conftest.$ac_ext <<_ACEOF
10916     /* end confdefs.h. */
10917     #include <sys/types.h>
10918     #include <utmpx.h>
10919     int
10920     main ()
10921     {
10922     struct utmpx utx; utx.ut_session;
10923     ;
10924     return 0;
10925     }
10926     _ACEOF
10927     rm -f conftest.$ac_objext
10928     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10929     (eval $ac_compile) 2>conftest.er1
10930     ac_status=$?
10931     grep -v '^ *+' conftest.er1 >conftest.err
10932     rm -f conftest.er1
10933     cat conftest.err >&5
10934     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10935     (exit $ac_status); } &&
10936     { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10937     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10938     (eval $ac_try) 2>&5
10939     ac_status=$?
10940     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10941     (exit $ac_status); }; } &&
10942     { ac_try='test -s conftest.$ac_objext'
10943     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10944     (eval $ac_try) 2>&5
10945     ac_status=$?
10946     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10947     (exit $ac_status); }; }; then
10948     rxvt_cv_struct_utmpx_session=yes
10949     else
10950     echo "$as_me: failed program was:" >&5
10951     sed 's/^/| /' conftest.$ac_ext >&5
10952    
10953     rxvt_cv_struct_utmpx_session=no
10954     fi
10955     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10956 pcg 1.1 fi
10957 root 1.52 echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmpx_session" >&5
10958     echo "${ECHO_T}$rxvt_cv_struct_utmpx_session" >&6
10959     if test x$rxvt_cv_struct_utmpx_session = xyes; then
10960 pcg 1.1
10961 root 1.52 cat >>confdefs.h <<\_ACEOF
10962     #define HAVE_UTMPX_SESSION 1
10963     _ACEOF
10964    
10965     fi
10966    
10967     fi
10968 pcg 1.11
10969    
10970     echo "$as_me:$LINENO: checking for struct lastlog" >&5
10971     echo $ECHO_N "checking for struct lastlog... $ECHO_C" >&6
10972     if test "${rxvt_cv_struct_lastlog+set}" = set; then
10973     echo $ECHO_N "(cached) $ECHO_C" >&6
10974 pcg 1.1 else
10975 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
10976     /* confdefs.h. */
10977     _ACEOF
10978     cat confdefs.h >>conftest.$ac_ext
10979     cat >>conftest.$ac_ext <<_ACEOF
10980     /* end confdefs.h. */
10981 pcg 1.1 #include <sys/types.h>
10982     #include <utmp.h>
10983     #ifdef HAVE_LASTLOG_H
10984     #include <lastlog.h>
10985     #endif
10986    
10987 pcg 1.11 int
10988     main ()
10989     {
10990 pcg 1.1 struct lastlog ll;
10991 pcg 1.11 ;
10992     return 0;
10993     }
10994     _ACEOF
10995     rm -f conftest.$ac_objext
10996     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10997     (eval $ac_compile) 2>conftest.er1
10998     ac_status=$?
10999     grep -v '^ *+' conftest.er1 >conftest.err
11000     rm -f conftest.er1
11001     cat conftest.err >&5
11002     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11003     (exit $ac_status); } &&
11004 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11005 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11006     (eval $ac_try) 2>&5
11007     ac_status=$?
11008     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11009     (exit $ac_status); }; } &&
11010     { ac_try='test -s conftest.$ac_objext'
11011     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11012     (eval $ac_try) 2>&5
11013     ac_status=$?
11014     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11015     (exit $ac_status); }; }; then
11016 pcg 1.1 rxvt_cv_struct_lastlog=yes
11017     else
11018 pcg 1.11 echo "$as_me: failed program was:" >&5
11019     sed 's/^/| /' conftest.$ac_ext >&5
11020    
11021     rxvt_cv_struct_lastlog=no
11022 pcg 1.1 fi
11023 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11024 pcg 1.1 fi
11025 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_struct_lastlog" >&5
11026     echo "${ECHO_T}$rxvt_cv_struct_lastlog" >&6
11027     if test x$rxvt_cv_struct_lastlog = xyes; then
11028 pcg 1.1
11029 pcg 1.11 cat >>confdefs.h <<\_ACEOF
11030 pcg 1.1 #define HAVE_STRUCT_LASTLOG 1
11031 pcg 1.11 _ACEOF
11032 pcg 1.1
11033     fi
11034    
11035 pcg 1.11 echo "$as_me:$LINENO: checking for struct lastlogx" >&5
11036     echo $ECHO_N "checking for struct lastlogx... $ECHO_C" >&6
11037     if test "${rxvt_cv_struct_lastlogx+set}" = set; then
11038     echo $ECHO_N "(cached) $ECHO_C" >&6
11039 pcg 1.1 else
11040 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
11041     /* confdefs.h. */
11042     _ACEOF
11043     cat confdefs.h >>conftest.$ac_ext
11044     cat >>conftest.$ac_ext <<_ACEOF
11045     /* end confdefs.h. */
11046 pcg 1.1 #include <sys/types.h>
11047     #include <utmpx.h>
11048     #ifdef HAVE_LASTLOG_H
11049     #include <lastlog.h>
11050     #endif
11051    
11052 pcg 1.11 int
11053     main ()
11054     {
11055 pcg 1.1 struct lastlogx ll;
11056 pcg 1.11 ;
11057     return 0;
11058     }
11059     _ACEOF
11060     rm -f conftest.$ac_objext
11061     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11062     (eval $ac_compile) 2>conftest.er1
11063     ac_status=$?
11064     grep -v '^ *+' conftest.er1 >conftest.err
11065     rm -f conftest.er1
11066     cat conftest.err >&5
11067     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11068     (exit $ac_status); } &&
11069 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11070 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11071     (eval $ac_try) 2>&5
11072     ac_status=$?
11073     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11074     (exit $ac_status); }; } &&
11075     { ac_try='test -s conftest.$ac_objext'
11076     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11077     (eval $ac_try) 2>&5
11078     ac_status=$?
11079     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11080     (exit $ac_status); }; }; then
11081 pcg 1.1 rxvt_cv_struct_lastlogx=yes
11082     else
11083 pcg 1.11 echo "$as_me: failed program was:" >&5
11084     sed 's/^/| /' conftest.$ac_ext >&5
11085    
11086     rxvt_cv_struct_lastlogx=no
11087 pcg 1.1 fi
11088 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11089 pcg 1.1 fi
11090 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_struct_lastlogx" >&5
11091     echo "${ECHO_T}$rxvt_cv_struct_lastlogx" >&6
11092     if test x$rxvt_cv_struct_lastlogx = xyes; then
11093 pcg 1.1
11094 pcg 1.11 cat >>confdefs.h <<\_ACEOF
11095 pcg 1.1 #define HAVE_STRUCT_LASTLOGX 1
11096 pcg 1.11 _ACEOF
11097 pcg 1.1
11098     fi
11099    
11100    
11101 pcg 1.11 echo "$as_me:$LINENO: checking where utmp is located" >&5
11102     echo $ECHO_N "checking where utmp is located... $ECHO_C" >&6
11103     if test "${rxvt_cv_path_utmp+set}" = set; then
11104     echo $ECHO_N "(cached) $ECHO_C" >&6
11105 pcg 1.1 else
11106     if test "$cross_compiling" = yes; then
11107 pcg 1.11 { echo "$as_me:$LINENO: WARNING: Define RXVT_UTMP_FILE in config.h manually" >&5
11108     echo "$as_me: WARNING: Define RXVT_UTMP_FILE in config.h manually" >&2;}
11109 pcg 1.1 else
11110 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
11111     /* confdefs.h. */
11112     _ACEOF
11113     cat confdefs.h >>conftest.$ac_ext
11114     cat >>conftest.$ac_ext <<_ACEOF
11115     /* end confdefs.h. */
11116 pcg 1.1 #include <stdio.h>
11117     #include <sys/types.h>
11118     #include <utmp.h>
11119     #include <errno.h>
11120     main()
11121     {
11122     char **u, *utmplist[] = {
11123     "/var/run/utmp", "/var/adm/utmp", "/etc/utmp", "/usr/etc/utmp", "/usr/adm/utmp", NULL };
11124     FILE *a, *f=fopen("conftestval", "w");
11125     if (!f) exit(1);
11126     #ifdef UTMP_FILE
11127     fprintf(f, "%s\n", UTMP_FILE);
11128     exit(0);
11129     #endif
11130     #ifdef _PATH_UTMP
11131     fprintf(f, "%s\n", _PATH_UTMP);
11132     exit(0);
11133     #endif
11134     for (u = utmplist; *u; u++) {
11135     if ((a = fopen(*u, "r")) != NULL || errno == EACCES) {
11136     fprintf(f, "%s\n", *u);
11137     exit(0);
11138     }
11139     }
11140     exit(0);
11141     }
11142 pcg 1.11 _ACEOF
11143     rm -f conftest$ac_exeext
11144     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11145     (eval $ac_link) 2>&5
11146     ac_status=$?
11147     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11148     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11149     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11150     (eval $ac_try) 2>&5
11151     ac_status=$?
11152     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11153     (exit $ac_status); }; }; then
11154 pcg 1.1 rxvt_cv_path_utmp=`cat conftestval`
11155     else
11156 pcg 1.11 echo "$as_me: program exited with status $ac_status" >&5
11157     echo "$as_me: failed program was:" >&5
11158     sed 's/^/| /' conftest.$ac_ext >&5
11159    
11160     ( exit $ac_status )
11161     rxvt_cv_path_utmp=
11162 pcg 1.1 fi
11163 pcg 1.11 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11164 pcg 1.1 fi
11165     fi
11166 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_path_utmp" >&5
11167     echo "${ECHO_T}$rxvt_cv_path_utmp" >&6
11168     if test x$rxvt_cv_path_utmp != x; then
11169 pcg 1.1
11170 pcg 1.11 cat >>confdefs.h <<_ACEOF
11171 pcg 1.1 #define RXVT_UTMP_FILE "$rxvt_cv_path_utmp"
11172 pcg 1.11 _ACEOF
11173 pcg 1.1
11174     fi
11175    
11176    
11177 pcg 1.11 echo "$as_me:$LINENO: checking where utmpx is located" >&5
11178     echo $ECHO_N "checking where utmpx is located... $ECHO_C" >&6
11179     if test "${rxvt_cv_path_utmpx+set}" = set; then
11180     echo $ECHO_N "(cached) $ECHO_C" >&6
11181 pcg 1.1 else
11182     if test "$cross_compiling" = yes; then
11183 pcg 1.11 { echo "$as_me:$LINENO: WARNING: Define RXVT_UTMPX_FILE in config.h manually" >&5
11184     echo "$as_me: WARNING: Define RXVT_UTMPX_FILE in config.h manually" >&2;}
11185 pcg 1.1 else
11186 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
11187     /* confdefs.h. */
11188     _ACEOF
11189     cat confdefs.h >>conftest.$ac_ext
11190     cat >>conftest.$ac_ext <<_ACEOF
11191     /* end confdefs.h. */
11192 pcg 1.1 #include <stdio.h>
11193     #include <sys/types.h>
11194     #include <utmpx.h>
11195     #include <errno.h>
11196     #include <sys/stat.h>
11197     #ifdef HAVE_STRING_H
11198     #include <string.h>
11199     #endif
11200     main()
11201     {
11202     char **u, *p, *utmplist[] = {
11203     #ifdef UTMPX_FILE
11204     UTMPX_FILE,
11205     #endif
11206     #ifdef _PATH_UTMPX
11207     _PATH_UTMPX,
11208     #endif
11209     "/var/adm/utmpx", "/etc/utmpx", NULL };
11210     FILE *a, *f=fopen("conftestval", "w");
11211     struct stat statu, statux;
11212     if (!f) exit(1);
11213     for (u = utmplist; *u; u++) {
11214     if ((a = fopen(*u, "r")) != NULL || errno == EACCES) {
11215     if (stat(*u, &statux) < 0)
11216     continue;
11217     p = strdup(*u);
11218     p[strlen(p) - 1] = '\0';
11219     if (stat(p, &statu) >= 0
11220     && (statu.st_mtime - statux.st_mtime > 86400))
11221     continue;
11222     fprintf(f, "%s\n", *u);
11223     exit(0);
11224     }
11225     }
11226     exit(0);
11227     }
11228 pcg 1.11 _ACEOF
11229     rm -f conftest$ac_exeext
11230     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11231     (eval $ac_link) 2>&5
11232     ac_status=$?
11233     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11234     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11235     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11236     (eval $ac_try) 2>&5
11237     ac_status=$?
11238     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11239     (exit $ac_status); }; }; then
11240 pcg 1.1 rxvt_cv_path_utmpx=`cat conftestval`
11241     else
11242 pcg 1.11 echo "$as_me: program exited with status $ac_status" >&5
11243     echo "$as_me: failed program was:" >&5
11244     sed 's/^/| /' conftest.$ac_ext >&5
11245    
11246     ( exit $ac_status )
11247     rxvt_cv_path_utmpx=
11248 pcg 1.1 fi
11249 pcg 1.11 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11250 pcg 1.1 fi
11251     fi
11252 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_path_utmpx" >&5
11253     echo "${ECHO_T}$rxvt_cv_path_utmpx" >&6
11254     if test x$rxvt_cv_path_utmpx != x; then
11255 pcg 1.1
11256 pcg 1.11 cat >>confdefs.h <<_ACEOF
11257 pcg 1.1 #define RXVT_UTMPX_FILE "$rxvt_cv_path_utmpx"
11258 pcg 1.11 _ACEOF
11259 pcg 1.1
11260     fi
11261    
11262    
11263 pcg 1.11 echo "$as_me:$LINENO: checking where wtmp is located" >&5
11264     echo $ECHO_N "checking where wtmp is located... $ECHO_C" >&6
11265     if test "${rxvt_cv_path_wtmp+set}" = set; then
11266     echo $ECHO_N "(cached) $ECHO_C" >&6
11267 pcg 1.1 else
11268     if test "$cross_compiling" = yes; then
11269 pcg 1.11 { echo "$as_me:$LINENO: WARNING: Define RXVT_WTMP_FILE in config.h manually" >&5
11270     echo "$as_me: WARNING: Define RXVT_WTMP_FILE in config.h manually" >&2;}
11271 pcg 1.1 else
11272 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
11273     /* confdefs.h. */
11274     _ACEOF
11275     cat confdefs.h >>conftest.$ac_ext
11276     cat >>conftest.$ac_ext <<_ACEOF
11277     /* end confdefs.h. */
11278 pcg 1.1 #include <stdio.h>
11279     #include <sys/types.h>
11280     #ifdef HAVE_UTMP_H
11281     #include <utmp.h>
11282     #endif
11283     #include <errno.h>
11284     main()
11285     {
11286     char **w, *wtmplist[] = {
11287 pcg 1.11 "/var/log/wtmp", "/var/adm/wtmp", "/etc/wtmp", "/usr/etc/wtmp", "/usr/adm/wtmp", NULL };
11288 pcg 1.1 FILE *a, *f=fopen("conftestval", "w");
11289     if (!f) exit(1);
11290     #ifdef WTMP_FILE
11291     fprintf(f, "%s\n", WTMP_FILE);
11292     exit(0);
11293     #endif
11294     #ifdef _PATH_WTMP
11295     fprintf(f, "%s\n", _PATH_WTMP);
11296     exit(0);
11297     #endif
11298     for (w = wtmplist; *w; w++) {
11299     if ((a = fopen(*w, "r")) != NULL || errno == EACCES) {
11300     fprintf(f, "%s\n", *w);
11301     exit(0);
11302     }
11303     }
11304     exit(0);
11305     }
11306 pcg 1.11 _ACEOF
11307     rm -f conftest$ac_exeext
11308     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11309     (eval $ac_link) 2>&5
11310     ac_status=$?
11311     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11312     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11313     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11314     (eval $ac_try) 2>&5
11315     ac_status=$?
11316     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11317     (exit $ac_status); }; }; then
11318 pcg 1.1 rxvt_cv_path_wtmp=`cat conftestval`
11319     else
11320 pcg 1.11 echo "$as_me: program exited with status $ac_status" >&5
11321     echo "$as_me: failed program was:" >&5
11322     sed 's/^/| /' conftest.$ac_ext >&5
11323    
11324     ( exit $ac_status )
11325     rxvt_cv_path_wtmp=
11326 pcg 1.1 fi
11327 pcg 1.11 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11328 pcg 1.1 fi
11329     fi
11330 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_path_wtmp" >&5
11331     echo "${ECHO_T}$rxvt_cv_path_wtmp" >&6
11332     if test x$rxvt_cv_path_wtmp != x; then
11333 pcg 1.1
11334 pcg 1.11 cat >>confdefs.h <<_ACEOF
11335 pcg 1.1 #define RXVT_WTMP_FILE "$rxvt_cv_path_wtmp"
11336 pcg 1.11 _ACEOF
11337 pcg 1.1
11338     fi
11339    
11340 pcg 1.11 echo "$as_me:$LINENO: checking where wtmpx is located" >&5
11341     echo $ECHO_N "checking where wtmpx is located... $ECHO_C" >&6
11342     if test "${rxvt_cv_path_wtmpx+set}" = set; then
11343     echo $ECHO_N "(cached) $ECHO_C" >&6
11344 pcg 1.1 else
11345     if test "$cross_compiling" = yes; then
11346 pcg 1.11 { echo "$as_me:$LINENO: WARNING: Define RXVT_WTMPX_FILE in config.h manually" >&5
11347     echo "$as_me: WARNING: Define RXVT_WTMPX_FILE in config.h manually" >&2;}
11348 pcg 1.1 else
11349 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
11350     /* confdefs.h. */
11351     _ACEOF
11352     cat confdefs.h >>conftest.$ac_ext
11353     cat >>conftest.$ac_ext <<_ACEOF
11354     /* end confdefs.h. */
11355 pcg 1.1 #include <stdio.h>
11356     #ifdef HAVE_UTMPX_H
11357     #include <utmpx.h>
11358     #endif
11359     #include <errno.h>
11360     main()
11361     {
11362     char **w, *wtmplist[] = {
11363 pcg 1.11 "/var/log/wtmpx", "/var/adm/wtmpx", NULL };
11364 pcg 1.1 FILE *a, *f=fopen("conftestval", "w");
11365     if (!f) exit(1);
11366     #ifdef WTMPX_FILE
11367     fprintf(f, "%s\n", WTMPX_FILE);
11368     exit(0);
11369     #endif
11370     #ifdef _PATH_WTMPX
11371     fprintf(f, "%s\n", _PATH_WTMPX);
11372     exit(0);
11373     #endif
11374     for (w = wtmplist; *w; w++) {
11375     if ((a = fopen(*w, "r")) != NULL || errno == EACCES) {
11376     fprintf(f, "%s\n", *w);
11377     exit(0);
11378     }
11379     }
11380     exit(0);
11381     }
11382 pcg 1.11 _ACEOF
11383     rm -f conftest$ac_exeext
11384     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11385     (eval $ac_link) 2>&5
11386     ac_status=$?
11387     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11388     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11389     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11390     (eval $ac_try) 2>&5
11391     ac_status=$?
11392     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11393     (exit $ac_status); }; }; then
11394 pcg 1.1 rxvt_cv_path_wtmpx=`cat conftestval`
11395     else
11396 pcg 1.11 echo "$as_me: program exited with status $ac_status" >&5
11397     echo "$as_me: failed program was:" >&5
11398     sed 's/^/| /' conftest.$ac_ext >&5
11399    
11400     ( exit $ac_status )
11401     rxvt_cv_path_wtmpx=
11402 pcg 1.1 fi
11403 pcg 1.11 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11404 pcg 1.1 fi
11405     fi
11406 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_path_wtmpx" >&5
11407     echo "${ECHO_T}$rxvt_cv_path_wtmpx" >&6
11408     if test x$rxvt_cv_path_wtmpx != x; then
11409 pcg 1.1
11410 pcg 1.11 cat >>confdefs.h <<_ACEOF
11411 pcg 1.1 #define RXVT_WTMPX_FILE "$rxvt_cv_path_wtmpx"
11412 pcg 1.11 _ACEOF
11413 pcg 1.1
11414     fi
11415    
11416 pcg 1.11 echo "$as_me:$LINENO: checking where lastlog is located" >&5
11417     echo $ECHO_N "checking where lastlog is located... $ECHO_C" >&6
11418     if test "${rxvt_cv_path_lastlog+set}" = set; then
11419     echo $ECHO_N "(cached) $ECHO_C" >&6
11420 pcg 1.1 else
11421     if test "$cross_compiling" = yes; then
11422 pcg 1.11 { echo "$as_me:$LINENO: WARNING: Define RXVT_LASTLOG_FILE in config.h manually" >&5
11423     echo "$as_me: WARNING: Define RXVT_LASTLOG_FILE in config.h manually" >&2;}
11424 pcg 1.1 else
11425 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
11426     /* confdefs.h. */
11427     _ACEOF
11428     cat confdefs.h >>conftest.$ac_ext
11429     cat >>conftest.$ac_ext <<_ACEOF
11430     /* end confdefs.h. */
11431 pcg 1.1 #include <stdio.h>
11432     #include <sys/types.h>
11433     #ifdef HAVE_UTMPX_H
11434     #include <utmpx.h>
11435     #elif defined(HAVE_UTMP_H)
11436     #include <utmp.h>
11437     #endif
11438     #ifdef HAVE_LASTLOG_H
11439     #include <lastlog.h>
11440     #endif
11441     #include <errno.h>
11442     main()
11443     {
11444     char **w, *lastloglist[] = { "/var/log/lastlog", NULL };
11445     FILE *a, *f=fopen("conftestval", "w");
11446     if (!f) exit(1);
11447     #ifdef LASTLOG_FILE
11448     fprintf(f, "%s\n", LASTLOG_FILE);
11449     exit(0);
11450     #endif
11451     #ifdef _PATH_LASTLOG
11452     fprintf(f, "%s\n", _PATH_LASTLOG);
11453     exit(0);
11454     #endif
11455     for (w = lastloglist; *w; w++) {
11456     if ((a = fopen(*w, "r")) != NULL || errno == EACCES) {
11457     fprintf(f, "%s\n", *w);
11458     exit(0);
11459     }
11460     }
11461     exit(0);
11462     }
11463 pcg 1.11 _ACEOF
11464     rm -f conftest$ac_exeext
11465     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11466     (eval $ac_link) 2>&5
11467     ac_status=$?
11468     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11469     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11470     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11471     (eval $ac_try) 2>&5
11472     ac_status=$?
11473     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11474     (exit $ac_status); }; }; then
11475 pcg 1.1 rxvt_cv_path_lastlog=`cat conftestval`
11476     else
11477 pcg 1.11 echo "$as_me: program exited with status $ac_status" >&5
11478     echo "$as_me: failed program was:" >&5
11479     sed 's/^/| /' conftest.$ac_ext >&5
11480    
11481     ( exit $ac_status )
11482     rxvt_cv_path_lastlog=
11483 pcg 1.1 fi
11484 pcg 1.11 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11485 pcg 1.1 fi
11486     fi
11487 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_path_lastlog" >&5
11488     echo "${ECHO_T}$rxvt_cv_path_lastlog" >&6
11489     if test x$rxvt_cv_path_lastlog != x; then
11490 pcg 1.1
11491 pcg 1.11 cat >>confdefs.h <<_ACEOF
11492 pcg 1.1 #define RXVT_LASTLOG_FILE "$rxvt_cv_path_lastlog"
11493 pcg 1.11 _ACEOF
11494 pcg 1.1
11495     if test -d "$rxvt_cv_path_lastlog"; then
11496 pcg 1.11
11497     cat >>confdefs.h <<\_ACEOF
11498 pcg 1.1 #define LASTLOG_IS_DIR 1
11499 pcg 1.11 _ACEOF
11500 pcg 1.1
11501     fi
11502     fi
11503    
11504 pcg 1.11 echo "$as_me:$LINENO: checking where lastlogx is located" >&5
11505     echo $ECHO_N "checking where lastlogx is located... $ECHO_C" >&6
11506     if test "${rxvt_cv_path_lastlogx+set}" = set; then
11507     echo $ECHO_N "(cached) $ECHO_C" >&6
11508 pcg 1.1 else
11509     if test "$cross_compiling" = yes; then
11510 pcg 1.11 { echo "$as_me:$LINENO: WARNING: Define RXVT_LASTLOGX_FILE in config.h manually" >&5
11511     echo "$as_me: WARNING: Define RXVT_LASTLOGX_FILE in config.h manually" >&2;}
11512 pcg 1.1 else
11513 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
11514     /* confdefs.h. */
11515     _ACEOF
11516     cat confdefs.h >>conftest.$ac_ext
11517     cat >>conftest.$ac_ext <<_ACEOF
11518     /* end confdefs.h. */
11519 pcg 1.1 #include <stdio.h>
11520     #ifdef HAVE_UTMPX_H
11521     #include <utmpx.h>
11522     #endif
11523     #include <errno.h>
11524     main()
11525     {
11526     char **w, *wtmplist[] = { "/var/log/lastlogx", "/var/adm/lastlogx", NULL };
11527     FILE *a, *f=fopen("conftestval", "w");
11528     if (!f) exit(1);
11529     #ifdef LASTLOGX_FILE
11530     fprintf(f, "%s\n", LASTLOGX_FILE);
11531     exit(0);
11532     #endif
11533     #ifdef _PATH_LASTLOGX
11534     fprintf(f, "%s\n", _PATH_LASTLOGX);
11535     exit(0);
11536     #endif
11537     for (w = wtmplist; *w; w++) {
11538     if ((a = fopen(*w, "r")) != NULL || errno == EACCES) {
11539     fprintf(f, "%s\n", *w);
11540     exit(0);
11541     }
11542     }
11543     exit(0);
11544     }
11545 pcg 1.11 _ACEOF
11546     rm -f conftest$ac_exeext
11547     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11548     (eval $ac_link) 2>&5
11549     ac_status=$?
11550     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11551     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11552     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11553     (eval $ac_try) 2>&5
11554     ac_status=$?
11555     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11556     (exit $ac_status); }; }; then
11557 pcg 1.1 rxvt_cv_path_lastlogx=`cat conftestval`
11558     else
11559 pcg 1.11 echo "$as_me: program exited with status $ac_status" >&5
11560     echo "$as_me: failed program was:" >&5
11561     sed 's/^/| /' conftest.$ac_ext >&5
11562    
11563     ( exit $ac_status )
11564     rxvt_cv_path_lastlogx=
11565 pcg 1.1 fi
11566 pcg 1.11 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11567 pcg 1.1 fi
11568     fi
11569 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_path_lastlogx" >&5
11570     echo "${ECHO_T}$rxvt_cv_path_lastlogx" >&6
11571     if test x$rxvt_cv_path_lastlogx != x; then
11572 pcg 1.1
11573 pcg 1.11 cat >>confdefs.h <<_ACEOF
11574 pcg 1.1 #define RXVT_LASTLOGX_FILE "$rxvt_cv_path_lastlogx"
11575 pcg 1.11 _ACEOF
11576 pcg 1.1
11577     fi
11578    
11579    
11580 pcg 1.11 echo "$as_me:$LINENO: checking where ttys/ttytab is located" >&5
11581     echo $ECHO_N "checking where ttys/ttytab is located... $ECHO_C" >&6
11582     if test "${rxvt_cv_path_ttytab+set}" = set; then
11583     echo $ECHO_N "(cached) $ECHO_C" >&6
11584 pcg 1.1 else
11585     for ttys_file in /etc/ttys /etc/ttytab;
11586     do
11587 pcg 1.11 if test -f "$ttys_file" ; then
11588 pcg 1.1 rxvt_cv_path_ttytab=$ttys_file
11589     break
11590     fi
11591     done
11592    
11593     fi
11594 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_path_ttytab" >&5
11595     echo "${ECHO_T}$rxvt_cv_path_ttytab" >&6
11596     if test x$rxvt_cv_path_ttytab != x; then
11597 pcg 1.1
11598 pcg 1.11 cat >>confdefs.h <<_ACEOF
11599 pcg 1.1 #define TTYTAB_FILENAME "$rxvt_cv_path_ttytab"
11600 pcg 1.11 _ACEOF
11601 pcg 1.1
11602     fi
11603    
11604    
11605     ac_save_LIBS=$LIBS
11606     ac_save_CFLAGS=$CFLAGS
11607     CFLAGS="$CFLAGS $X_CFLAGS"
11608     LIBS="$LIBS $X_LIBS $X_EXTRA_LIBS -lX11"
11609     if test x$rxvt_cv_rpath = xyes -o x$rxvt_cv_R = xyes; then
11610     LIBS=`echo $LIBS | sed "$R_TRANSLATE"`
11611     fi
11612 pcg 1.11 echo "$as_me:$LINENO: checking for working Xlocale" >&5
11613     echo $ECHO_N "checking for working Xlocale... $ECHO_C" >&6
11614     if test "${rxvt_cv_func_xlocale+set}" = set; then
11615     echo $ECHO_N "(cached) $ECHO_C" >&6
11616 pcg 1.1 else
11617     if test "$cross_compiling" = yes; then
11618 pcg 1.11 { echo "$as_me:$LINENO: WARNING: Define NO_XLOCALE in config.h manually" >&5
11619     echo "$as_me: WARNING: Define NO_XLOCALE in config.h manually" >&2;}
11620 pcg 1.1 else
11621 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
11622     /* confdefs.h. */
11623     _ACEOF
11624     cat confdefs.h >>conftest.$ac_ext
11625     cat >>conftest.$ac_ext <<_ACEOF
11626     /* end confdefs.h. */
11627 pcg 1.1 #include <X11/Xlib.h>
11628     main() {
11629     char *p;
11630     if ((p = XSetLocaleModifiers("@im=none")) != NULL && *p)
11631     exit (XSupportsLocale() ? 0 : 1);
11632     else
11633     exit (1);}
11634 pcg 1.11 _ACEOF
11635     rm -f conftest$ac_exeext
11636     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11637     (eval $ac_link) 2>&5
11638     ac_status=$?
11639     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11640     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11641     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11642     (eval $ac_try) 2>&5
11643     ac_status=$?
11644     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11645     (exit $ac_status); }; }; then
11646 pcg 1.1 rxvt_cv_func_xlocale=yes
11647     else
11648 pcg 1.11 echo "$as_me: program exited with status $ac_status" >&5
11649     echo "$as_me: failed program was:" >&5
11650     sed 's/^/| /' conftest.$ac_ext >&5
11651    
11652     ( exit $ac_status )
11653     rxvt_cv_func_xlocale=no
11654 pcg 1.1 fi
11655 pcg 1.11 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11656 pcg 1.1 fi
11657     fi
11658 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_func_xlocale" >&5
11659     echo "${ECHO_T}$rxvt_cv_func_xlocale" >&6
11660     if test x$rxvt_cv_func_xlocale = xyes; then
11661 pcg 1.1
11662 pcg 1.11 cat >>confdefs.h <<\_ACEOF
11663 pcg 1.1 #define HAVE_XLOCALE 1
11664 pcg 1.11 _ACEOF
11665 pcg 1.1
11666     fi
11667    
11668 pcg 1.11 echo "$as_me:$LINENO: checking for working X setlocale" >&5
11669     echo $ECHO_N "checking for working X setlocale... $ECHO_C" >&6
11670     if test "${rxvt_cv_func_xsetlocale+set}" = set; then
11671     echo $ECHO_N "(cached) $ECHO_C" >&6
11672 pcg 1.1 else
11673 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
11674     /* confdefs.h. */
11675     _ACEOF
11676     cat confdefs.h >>conftest.$ac_ext
11677     cat >>conftest.$ac_ext <<_ACEOF
11678     /* end confdefs.h. */
11679 pcg 1.1 #define X_LOCALE 1
11680     #include <X11/Xlocale.h>
11681 pcg 1.11 int
11682     main ()
11683     {
11684 pcg 1.1 setlocale(LC_CTYPE, "");
11685 pcg 1.11 ;
11686     return 0;
11687     }
11688     _ACEOF
11689     rm -f conftest.$ac_objext conftest$ac_exeext
11690     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11691     (eval $ac_link) 2>conftest.er1
11692     ac_status=$?
11693     grep -v '^ *+' conftest.er1 >conftest.err
11694     rm -f conftest.er1
11695     cat conftest.err >&5
11696     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11697     (exit $ac_status); } &&
11698 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11699 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11700     (eval $ac_try) 2>&5
11701     ac_status=$?
11702     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11703     (exit $ac_status); }; } &&
11704     { ac_try='test -s conftest$ac_exeext'
11705     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11706     (eval $ac_try) 2>&5
11707     ac_status=$?
11708     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11709     (exit $ac_status); }; }; then
11710 pcg 1.1 rxvt_cv_func_xsetlocale=yes
11711     else
11712 pcg 1.11 echo "$as_me: failed program was:" >&5
11713     sed 's/^/| /' conftest.$ac_ext >&5
11714    
11715     rxvt_cv_func_xsetlocale=no
11716 pcg 1.1 fi
11717 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
11718     conftest$ac_exeext conftest.$ac_ext
11719 pcg 1.1 fi
11720 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_func_xsetlocale" >&5
11721     echo "${ECHO_T}$rxvt_cv_func_xsetlocale" >&6
11722     if test x$rxvt_cv_func_xsetlocale = xyes; then
11723 pcg 1.1
11724 pcg 1.11 cat >>confdefs.h <<\_ACEOF
11725 pcg 1.1 #define HAVE_XSETLOCALE 1
11726 pcg 1.11 _ACEOF
11727 pcg 1.1
11728     fi
11729     LIBS=$ac_save_LIBS
11730     CFLAGS=$ac_save_CFLAGS
11731    
11732 pcg 1.11 echo "$as_me:$LINENO: checking for working plain setlocale" >&5
11733     echo $ECHO_N "checking for working plain setlocale... $ECHO_C" >&6
11734     if test "${rxvt_cv_func_setlocale+set}" = set; then
11735     echo $ECHO_N "(cached) $ECHO_C" >&6
11736     else
11737     cat >conftest.$ac_ext <<_ACEOF
11738     /* confdefs.h. */
11739     _ACEOF
11740     cat confdefs.h >>conftest.$ac_ext
11741     cat >>conftest.$ac_ext <<_ACEOF
11742     /* end confdefs.h. */
11743 pcg 1.18 #include <clocale>
11744 pcg 1.11 int
11745     main ()
11746     {
11747 pcg 1.1 setlocale(LC_CTYPE, "");
11748 pcg 1.11 ;
11749     return 0;
11750     }
11751     _ACEOF
11752     rm -f conftest.$ac_objext conftest$ac_exeext
11753     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11754     (eval $ac_link) 2>conftest.er1
11755     ac_status=$?
11756     grep -v '^ *+' conftest.er1 >conftest.err
11757     rm -f conftest.er1
11758     cat conftest.err >&5
11759     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11760     (exit $ac_status); } &&
11761 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11762 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11763     (eval $ac_try) 2>&5
11764     ac_status=$?
11765     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11766     (exit $ac_status); }; } &&
11767     { ac_try='test -s conftest$ac_exeext'
11768     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11769     (eval $ac_try) 2>&5
11770     ac_status=$?
11771     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11772     (exit $ac_status); }; }; then
11773 pcg 1.1 rxvt_cv_func_setlocale=yes
11774     else
11775 pcg 1.11 echo "$as_me: failed program was:" >&5
11776     sed 's/^/| /' conftest.$ac_ext >&5
11777    
11778     rxvt_cv_func_setlocale=no
11779 pcg 1.1 fi
11780 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
11781     conftest$ac_exeext conftest.$ac_ext
11782 pcg 1.1 fi
11783 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_func_setlocale" >&5
11784     echo "${ECHO_T}$rxvt_cv_func_setlocale" >&6
11785     if test x$rxvt_cv_func_setlocale = xyes; then
11786 pcg 1.1
11787 pcg 1.11 cat >>confdefs.h <<\_ACEOF
11788 pcg 1.1 #define HAVE_SETLOCALE 1
11789 pcg 1.11 _ACEOF
11790 pcg 1.1
11791     fi
11792    
11793 pcg 1.11 echo "$as_me:$LINENO: checking for working nl_langinfo" >&5
11794     echo $ECHO_N "checking for working nl_langinfo... $ECHO_C" >&6
11795     if test "${rxvt_cv_func_nl_langinfo+set}" = set; then
11796     echo $ECHO_N "(cached) $ECHO_C" >&6
11797 pcg 1.1 else
11798 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
11799     /* confdefs.h. */
11800     _ACEOF
11801     cat confdefs.h >>conftest.$ac_ext
11802     cat >>conftest.$ac_ext <<_ACEOF
11803     /* end confdefs.h. */
11804 pcg 1.1 #include <langinfo.h>
11805 pcg 1.11 int
11806     main ()
11807     {
11808 pcg 1.1 nl_langinfo(CODESET);
11809 pcg 1.11 ;
11810     return 0;
11811     }
11812     _ACEOF
11813     rm -f conftest.$ac_objext conftest$ac_exeext
11814     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11815     (eval $ac_link) 2>conftest.er1
11816     ac_status=$?
11817     grep -v '^ *+' conftest.er1 >conftest.err
11818     rm -f conftest.er1
11819     cat conftest.err >&5
11820     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11821     (exit $ac_status); } &&
11822 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11823 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11824     (eval $ac_try) 2>&5
11825     ac_status=$?
11826     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11827     (exit $ac_status); }; } &&
11828     { ac_try='test -s conftest$ac_exeext'
11829     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11830     (eval $ac_try) 2>&5
11831     ac_status=$?
11832     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11833     (exit $ac_status); }; }; then
11834 pcg 1.1 rxvt_cv_func_nl_langinfo=yes
11835     else
11836 pcg 1.11 echo "$as_me: failed program was:" >&5
11837     sed 's/^/| /' conftest.$ac_ext >&5
11838    
11839     rxvt_cv_func_nl_langinfo=no
11840 pcg 1.1 fi
11841 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
11842     conftest$ac_exeext conftest.$ac_ext
11843 pcg 1.1 fi
11844 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_func_nl_langinfo" >&5
11845     echo "${ECHO_T}$rxvt_cv_func_nl_langinfo" >&6
11846     if test x$rxvt_cv_func_nl_langinfo = xyes; then
11847 pcg 1.1
11848 pcg 1.11 cat >>confdefs.h <<\_ACEOF
11849 pcg 1.1 #define HAVE_NL_LANGINFO 1
11850 pcg 1.11 _ACEOF
11851 pcg 1.1
11852     fi
11853    
11854 root 1.56 echo "$as_me:$LINENO: checking for unix-compliant filehandle passing ability" >&5
11855     echo $ECHO_N "checking for unix-compliant filehandle passing ability... $ECHO_C" >&6
11856     if test "${rxvt_can_pass_fds+set}" = set; then
11857     echo $ECHO_N "(cached) $ECHO_C" >&6
11858     else
11859     cat >conftest.$ac_ext <<_ACEOF
11860     /* confdefs.h. */
11861     _ACEOF
11862     cat confdefs.h >>conftest.$ac_ext
11863     cat >>conftest.$ac_ext <<_ACEOF
11864     /* end confdefs.h. */
11865    
11866     #include <sys/types.h>
11867     #include <sys/socket.h>
11868    
11869     int
11870     main ()
11871     {
11872    
11873     {
11874     msghdr msg;
11875     iovec iov;
11876     char buf [100];
11877     char data = 0;
11878    
11879     iov.iov_base = &data;
11880     iov.iov_len = 1;
11881    
11882     msg.msg_iov = &iov;
11883     msg.msg_iovlen = 1;
11884     msg.msg_control = buf;
11885     msg.msg_controllen = sizeof buf;
11886    
11887     cmsghdr *cmsg = CMSG_FIRSTHDR (&msg);
11888     cmsg->cmsg_level = SOL_SOCKET;
11889     cmsg->cmsg_type = SCM_RIGHTS;
11890     cmsg->cmsg_len = 100;
11891    
11892     *(int *)CMSG_DATA (cmsg) = 5;
11893    
11894     return sendmsg (3, &msg, 0);
11895     }
11896    
11897     ;
11898     return 0;
11899     }
11900     _ACEOF
11901     rm -f conftest.$ac_objext conftest$ac_exeext
11902     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11903     (eval $ac_link) 2>conftest.er1
11904     ac_status=$?
11905     grep -v '^ *+' conftest.er1 >conftest.err
11906     rm -f conftest.er1
11907     cat conftest.err >&5
11908     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11909     (exit $ac_status); } &&
11910     { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11911     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11912     (eval $ac_try) 2>&5
11913     ac_status=$?
11914     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11915     (exit $ac_status); }; } &&
11916     { ac_try='test -s conftest$ac_exeext'
11917     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11918     (eval $ac_try) 2>&5
11919     ac_status=$?
11920     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11921     (exit $ac_status); }; }; then
11922     rxvt_can_pass_fds=yes
11923     else
11924     echo "$as_me: failed program was:" >&5
11925     sed 's/^/| /' conftest.$ac_ext >&5
11926    
11927     rxvt_can_pass_fds=no
11928     fi
11929     rm -f conftest.err conftest.$ac_objext \
11930     conftest$ac_exeext conftest.$ac_ext
11931     fi
11932     echo "$as_me:$LINENO: result: $rxvt_can_pass_fds" >&5
11933     echo "${ECHO_T}$rxvt_can_pass_fds" >&6
11934     if test x$rxvt_can_pass_fds = xyes; then
11935    
11936     cat >>confdefs.h <<\_ACEOF
11937     #define HAVE_UNIX_FDPASS 1
11938     _ACEOF
11939    
11940     fi
11941    
11942 root 1.31 echo "$as_me:$LINENO: checking for broken XIM callback" >&5
11943     echo $ECHO_N "checking for broken XIM callback... $ECHO_C" >&6
11944     if test "${rxvt_broken_ximcb+set}" = set; then
11945     echo $ECHO_N "(cached) $ECHO_C" >&6
11946     else
11947     cat >conftest.$ac_ext <<_ACEOF
11948    
11949     #include <X11/Xlib.h>
11950    
11951     void im_destroy_cb (XIC unused1, XPointer client_data, XPointer unused3);
11952    
11953     void f() {
11954     XIMCallback cb;
11955     cb.callback = im_destroy_cb;
11956     }
11957    
11958     _ACEOF
11959     rm -f conftest.$ac_objext
11960     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11961     (eval $ac_compile) 2>conftest.er1
11962     ac_status=$?
11963     grep -v '^ *+' conftest.er1 >conftest.err
11964     rm -f conftest.er1
11965     cat conftest.err >&5
11966     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11967     (exit $ac_status); } &&
11968     { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11969     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11970     (eval $ac_try) 2>&5
11971     ac_status=$?
11972     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11973     (exit $ac_status); }; } &&
11974     { ac_try='test -s conftest.$ac_objext'
11975     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11976     (eval $ac_try) 2>&5
11977     ac_status=$?
11978     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11979     (exit $ac_status); }; }; then
11980     rxvt_broken_ximcb=yes
11981     else
11982     echo "$as_me: failed program was:" >&5
11983     sed 's/^/| /' conftest.$ac_ext >&5
11984    
11985     rxvt_broken_ximcb=no
11986     fi
11987     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11988     fi
11989     echo "$as_me:$LINENO: result: $rxvt_broken_ximcb" >&5
11990     echo "${ECHO_T}$rxvt_broken_ximcb" >&6
11991    
11992     if test x$rxvt_broken_ximcb = xyes; then
11993    
11994     cat >>confdefs.h <<\_ACEOF
11995     #define XIMCB_PROTO_BROKEN 1
11996     _ACEOF
11997    
11998     fi
11999    
12000 pcg 1.11 echo "$as_me:$LINENO: checking for getpt" >&5
12001     echo $ECHO_N "checking for getpt... $ECHO_C" >&6
12002     if test "${rxvt_cv_func_getpt+set}" = set; then
12003     echo $ECHO_N "(cached) $ECHO_C" >&6
12004 pcg 1.1 else
12005 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
12006     /* confdefs.h. */
12007     _ACEOF
12008     cat confdefs.h >>conftest.$ac_ext
12009     cat >>conftest.$ac_ext <<_ACEOF
12010     /* end confdefs.h. */
12011 pcg 1.1 #define _GNU_SOURCE
12012     #ifdef HAVE_STDLIB_H
12013 pcg 1.18 # include <cstdlib>
12014 pcg 1.1 #endif
12015 pcg 1.11 int
12016     main ()
12017     {
12018 pcg 1.1 (void)getpt();
12019 pcg 1.11 ;
12020     return 0;
12021     }
12022     _ACEOF
12023     rm -f conftest.$ac_objext conftest$ac_exeext
12024     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12025     (eval $ac_link) 2>conftest.er1
12026     ac_status=$?
12027     grep -v '^ *+' conftest.er1 >conftest.err
12028     rm -f conftest.er1
12029     cat conftest.err >&5
12030     echo "$as_me:$LINENO: \$? = $ac_status" >&5
12031     (exit $ac_status); } &&
12032 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12033 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12034     (eval $ac_try) 2>&5
12035     ac_status=$?
12036     echo "$as_me:$LINENO: \$? = $ac_status" >&5
12037     (exit $ac_status); }; } &&
12038     { ac_try='test -s conftest$ac_exeext'
12039     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12040     (eval $ac_try) 2>&5
12041     ac_status=$?
12042     echo "$as_me:$LINENO: \$? = $ac_status" >&5
12043     (exit $ac_status); }; }; then
12044 pcg 1.1 rxvt_cv_func_getpt=yes
12045     else
12046 pcg 1.11 echo "$as_me: failed program was:" >&5
12047     sed 's/^/| /' conftest.$ac_ext >&5
12048    
12049     rxvt_cv_func_getpt=no
12050 pcg 1.1 fi
12051 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
12052     conftest$ac_exeext conftest.$ac_ext
12053 pcg 1.1 fi
12054 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_func_getpt" >&5
12055     echo "${ECHO_T}$rxvt_cv_func_getpt" >&6
12056     if test x$rxvt_cv_func_getpt = xyes; then
12057 pcg 1.1
12058 pcg 1.11 cat >>confdefs.h <<\_ACEOF
12059 pcg 1.1 #define HAVE_GETPT 1
12060 pcg 1.11 _ACEOF
12061 pcg 1.1
12062     fi
12063    
12064 pcg 1.11 echo "$as_me:$LINENO: checking for pty/tty type" >&5
12065     echo $ECHO_N "checking for pty/tty type... $ECHO_C" >&6
12066     if test "${rxvt_cv_ptys+set}" = set; then
12067     echo $ECHO_N "(cached) $ECHO_C" >&6
12068 pcg 1.1 else
12069     if test x$ac_cv_func_openpty = xyes; then
12070     rxvt_cv_ptys=OPENPTY
12071     else if test x$ac_cv_func__getpty = xyes; then
12072     rxvt_cv_ptys=SGI4
12073     else if test -c /dev/ttyp20; then
12074     rxvt_cv_ptys=SCO
12075     else if test -c /dev/ptym/clone; then
12076     rxvt_cv_ptys=HPUX
12077     else if test x$rxvt_cv_func_getpt = xyes; then
12078     rxvt_cv_ptys=GLIBC
12079     else if test -c /dev/ptc -a -c /dev/pts; then
12080     rxvt_cv_ptys=PTC
12081     else if test -c /dev/ptc -a -d /dev/pts; then
12082     rxvt_cv_ptys=PTC
12083     else if test -c /dev/ptmx -a -c /dev/pts/0; then
12084     rxvt_cv_ptys=STREAMS
12085     else if test x$ac_cv_func_grantpt = xyes && test x$ac_cv_func_unlockpt = xyes; then
12086     rxvt_cv_ptys=STREAMS
12087     else
12088     rxvt_cv_ptys=BSD
12089     fi
12090     fi
12091     fi
12092     fi
12093     fi
12094     fi
12095     fi
12096     fi
12097     fi
12098    
12099     fi
12100 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_ptys" >&5
12101     echo "${ECHO_T}$rxvt_cv_ptys" >&6
12102 pcg 1.1
12103 pcg 1.11 if test x$rxvt_cv_ptys = xOPENPTY; then
12104 pcg 1.1
12105 pcg 1.11 cat >>confdefs.h <<\_ACEOF
12106 pcg 1.1 #define PTYS_ARE_OPENPTY 1
12107 pcg 1.11 _ACEOF
12108 pcg 1.1
12109     fi
12110     if test x$rxvt_cv_ptys = xSCO; then
12111 pcg 1.11
12112     cat >>confdefs.h <<\_ACEOF
12113 pcg 1.1 #define PTYS_ARE_NUMERIC 1
12114 pcg 1.11 _ACEOF
12115 pcg 1.1
12116     fi
12117     if test x$rxvt_cv_ptys = xSTREAMS; then
12118 pcg 1.11
12119     cat >>confdefs.h <<\_ACEOF
12120 pcg 1.1 #define PTYS_ARE_PTMX 1
12121 pcg 1.11 _ACEOF
12122 pcg 1.1
12123     fi
12124     if test x$rxvt_cv_ptys = xPTC; then
12125 pcg 1.11
12126     cat >>confdefs.h <<\_ACEOF
12127 pcg 1.1 #define PTYS_ARE_PTC 1
12128 pcg 1.11 _ACEOF
12129 pcg 1.1
12130     fi
12131     if test x$rxvt_cv_ptys = xSGI4; then
12132 pcg 1.11
12133     cat >>confdefs.h <<\_ACEOF
12134 pcg 1.1 #define PTYS_ARE__GETPTY 1
12135 pcg 1.11 _ACEOF
12136 pcg 1.1
12137     fi
12138     if test x$rxvt_cv_ptys = xCONVEX; then
12139 pcg 1.11
12140     cat >>confdefs.h <<\_ACEOF
12141 pcg 1.1 #define PTYS_ARE_GETPTY 1
12142 pcg 1.11 _ACEOF
12143 pcg 1.1
12144     fi
12145     if test x$rxvt_cv_ptys = xGLIBC; then
12146 pcg 1.11
12147     cat >>confdefs.h <<\_ACEOF
12148 pcg 1.1 #define PTYS_ARE_GETPT 1
12149 pcg 1.11 _ACEOF
12150 pcg 1.1
12151     fi
12152     if test x$rxvt_cv_ptys = xHPUX; then
12153 pcg 1.11
12154     cat >>confdefs.h <<\_ACEOF
12155 pcg 1.1 #define PTYS_ARE_CLONE 1
12156 pcg 1.11 _ACEOF
12157 pcg 1.1
12158     fi
12159     if test x$rxvt_cv_ptys = xBSD -o x$rxvt_cv_ptys = xHPUX -o x$rxvt_cv_ptys = xGLIBC; then
12160 pcg 1.11
12161     cat >>confdefs.h <<\_ACEOF
12162 pcg 1.1 #define PTYS_ARE_SEARCHED 1
12163 pcg 1.11 _ACEOF
12164 pcg 1.1
12165     fi
12166    
12167    
12168 pcg 1.11 { echo "$as_me:$LINENO: checking for pty ranges..." >&5
12169     echo "$as_me: checking for pty ranges..." >&6;}
12170 pcg 1.1 ptys=`echo /dev/pty??`
12171     pch1=`echo $ptys | tr ' ' '\012' | sed -e 's/^.*\(.\).$/\1/g' | sort -u | tr -d '\012'`
12172     pch2=`echo $ptys | tr ' ' '\012' | sed -e 's/^.*\(.\)$/\1/g' | sort -u | tr -d '\012'`
12173     if test x$pch1 != x; then
12174 pcg 1.11
12175     cat >>confdefs.h <<_ACEOF
12176 pcg 1.1 #define PTYCHAR1 "$pch1"
12177 pcg 1.11 _ACEOF
12178 pcg 1.1
12179     fi
12180     if test x$pch2 != x; then
12181 pcg 1.11
12182     cat >>confdefs.h <<_ACEOF
12183 pcg 1.1 #define PTYCHAR2 "$pch2"
12184 pcg 1.11 _ACEOF
12185 pcg 1.1
12186     fi
12187    
12188 root 1.39 if test x$support_xft = xyes; then
12189     LIBS="$LIBS `pkg-config xft --libs`"
12190     CFLAGS="$CFLAGS `pkg-config xft --cflags`"
12191     CPPFLAGS="$CPPFLAGS `pkg-config xft --cflags`"
12192 root 1.34
12193    
12194 root 1.39 for ac_header in X11/Xft/Xft.h
12195     do
12196     as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12197     if eval "test \"\${$as_ac_Header+set}\" = set"; then
12198     echo "$as_me:$LINENO: checking for $ac_header" >&5
12199     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12200     if eval "test \"\${$as_ac_Header+set}\" = set"; then
12201     echo $ECHO_N "(cached) $ECHO_C" >&6
12202 root 1.34 fi
12203 root 1.39 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12204     echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12205     else
12206     # Is the header compilable?
12207     echo "$as_me:$LINENO: checking $ac_header usability" >&5
12208     echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12209     cat >conftest.$ac_ext <<_ACEOF
12210     /* confdefs.h. */
12211 root 1.26 _ACEOF
12212 root 1.39 cat confdefs.h >>conftest.$ac_ext
12213     cat >>conftest.$ac_ext <<_ACEOF
12214     /* end confdefs.h. */
12215     $ac_includes_default
12216     #include <$ac_header>
12217 root 1.31 _ACEOF
12218 root 1.39 rm -f conftest.$ac_objext
12219     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12220     (eval $ac_compile) 2>conftest.er1
12221     ac_status=$?
12222     grep -v '^ *+' conftest.er1 >conftest.err
12223     rm -f conftest.er1
12224     cat conftest.err >&5
12225     echo "$as_me:$LINENO: \$? = $ac_status" >&5
12226     (exit $ac_status); } &&
12227     { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12228     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12229     (eval $ac_try) 2>&5
12230     ac_status=$?
12231     echo "$as_me:$LINENO: \$? = $ac_status" >&5
12232     (exit $ac_status); }; } &&
12233     { ac_try='test -s conftest.$ac_objext'
12234     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12235     (eval $ac_try) 2>&5
12236     ac_status=$?
12237     echo "$as_me:$LINENO: \$? = $ac_status" >&5
12238     (exit $ac_status); }; }; then
12239     ac_header_compiler=yes
12240     else
12241     echo "$as_me: failed program was:" >&5
12242     sed 's/^/| /' conftest.$ac_ext >&5
12243 root 1.31
12244 root 1.39 ac_header_compiler=no
12245 root 1.31 fi
12246 root 1.39 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12247     echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12248     echo "${ECHO_T}$ac_header_compiler" >&6
12249 pcg 1.24
12250 root 1.39 # Is the header present?
12251     echo "$as_me:$LINENO: checking $ac_header presence" >&5
12252     echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12253     cat >conftest.$ac_ext <<_ACEOF
12254     /* confdefs.h. */
12255 pcg 1.24 _ACEOF
12256 root 1.39 cat confdefs.h >>conftest.$ac_ext
12257     cat >>conftest.$ac_ext <<_ACEOF
12258     /* end confdefs.h. */
12259     #include <$ac_header>
12260 pcg 1.11 _ACEOF
12261 root 1.39 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12262     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12263     ac_status=$?
12264     grep -v '^ *+' conftest.er1 >conftest.err
12265     rm -f conftest.er1
12266     cat conftest.err >&5
12267     echo "$as_me:$LINENO: \$? = $ac_status" >&5
12268     (exit $ac_status); } >/dev/null; then
12269     if test -s conftest.err; then
12270     ac_cpp_err=$ac_cxx_preproc_warn_flag
12271     ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
12272     else
12273     ac_cpp_err=
12274     fi
12275     else
12276     ac_cpp_err=yes
12277 pcg 1.1 fi
12278 root 1.39 if test -z "$ac_cpp_err"; then
12279     ac_header_preproc=yes
12280     else
12281     echo "$as_me: failed program was:" >&5
12282     sed 's/^/| /' conftest.$ac_ext >&5
12283 pcg 1.1
12284 root 1.39 ac_header_preproc=no
12285 pcg 1.1 fi
12286 root 1.39 rm -f conftest.err conftest.$ac_ext
12287     echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12288     echo "${ECHO_T}$ac_header_preproc" >&6
12289 pcg 1.1
12290 root 1.39 # So? What about this header?
12291     case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
12292     yes:no: )
12293     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12294     echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12295     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12296     echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12297     ac_header_preproc=yes
12298     ;;
12299     no:yes:* )
12300     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12301     echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12302     { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12303     echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12304     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12305     echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12306     { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12307     echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12308     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12309     echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12310     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12311     echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12312     (
12313     cat <<\_ASBOX
12314     ## ------------------------------------------ ##
12315     ## Report this to the AC_PACKAGE_NAME lists. ##
12316     ## ------------------------------------------ ##
12317     _ASBOX
12318     ) |
12319     sed "s/^/$as_me: WARNING: /" >&2
12320     ;;
12321     esac
12322     echo "$as_me:$LINENO: checking for $ac_header" >&5
12323     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12324     if eval "test \"\${$as_ac_Header+set}\" = set"; then
12325     echo $ECHO_N "(cached) $ECHO_C" >&6
12326     else
12327     eval "$as_ac_Header=\$ac_header_preproc"
12328 pcg 1.1 fi
12329 root 1.39 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12330     echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12331 pcg 1.1
12332     fi
12333 root 1.39 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12334     cat >>confdefs.h <<_ACEOF
12335     #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12336 pcg 1.11 _ACEOF
12337 pcg 1.1
12338 root 1.39 else
12339     support_xft=no
12340 pcg 1.1 fi
12341 pcg 1.11
12342 root 1.39 done
12343 pcg 1.1
12344 pcg 1.11
12345 root 1.39 echo "$as_me:$LINENO: checking for XftDrawString32 in -lXft" >&5
12346     echo $ECHO_N "checking for XftDrawString32 in -lXft... $ECHO_C" >&6
12347     if test "${ac_cv_lib_Xft_XftDrawString32+set}" = set; then
12348     echo $ECHO_N "(cached) $ECHO_C" >&6
12349     else
12350     ac_check_lib_save_LIBS=$LIBS
12351     LIBS="-lXft $LIBS"
12352     cat >conftest.$ac_ext <<_ACEOF
12353     /* confdefs.h. */
12354     _ACEOF
12355     cat confdefs.h >>conftest.$ac_ext
12356     cat >>conftest.$ac_ext <<_ACEOF
12357     /* end confdefs.h. */
12358    
12359     /* Override any gcc2 internal prototype to avoid an error. */
12360     #ifdef __cplusplus
12361     extern "C"
12362     #endif
12363     /* We use char because int might match the return type of a gcc2
12364     builtin and then its argument prototype would still apply. */
12365     char XftDrawString32 ();
12366     int
12367     main ()
12368     {
12369     XftDrawString32 ();
12370     ;
12371     return 0;
12372     }
12373     _ACEOF
12374     rm -f conftest.$ac_objext conftest$ac_exeext
12375     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12376     (eval $ac_link) 2>conftest.er1
12377     ac_status=$?
12378     grep -v '^ *+' conftest.er1 >conftest.err
12379     rm -f conftest.er1
12380     cat conftest.err >&5
12381     echo "$as_me:$LINENO: \$? = $ac_status" >&5
12382     (exit $ac_status); } &&
12383     { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12384     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12385     (eval $ac_try) 2>&5
12386     ac_status=$?
12387     echo "$as_me:$LINENO: \$? = $ac_status" >&5
12388     (exit $ac_status); }; } &&
12389     { ac_try='test -s conftest$ac_exeext'
12390     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12391     (eval $ac_try) 2>&5
12392     ac_status=$?
12393     echo "$as_me:$LINENO: \$? = $ac_status" >&5
12394     (exit $ac_status); }; }; then
12395     ac_cv_lib_Xft_XftDrawString32=yes
12396     else
12397     echo "$as_me: failed program was:" >&5
12398     sed 's/^/| /' conftest.$ac_ext >&5
12399    
12400     ac_cv_lib_Xft_XftDrawString32=no
12401     fi
12402     rm -f conftest.err conftest.$ac_objext \
12403     conftest$ac_exeext conftest.$ac_ext
12404     LIBS=$ac_check_lib_save_LIBS
12405     fi
12406     echo "$as_me:$LINENO: result: $ac_cv_lib_Xft_XftDrawString32" >&5
12407     echo "${ECHO_T}$ac_cv_lib_Xft_XftDrawString32" >&6
12408     if test $ac_cv_lib_Xft_XftDrawString32 = yes; then
12409     cat >>confdefs.h <<_ACEOF
12410     #define HAVE_LIBXFT 1
12411     _ACEOF
12412    
12413     LIBS="-lXft $LIBS"
12414    
12415     else
12416     support_xft=no
12417     fi
12418    
12419    
12420     if test x$support_xft = xyes; then
12421    
12422     cat >>confdefs.h <<\_ACEOF
12423     #define XFT 1
12424     _ACEOF
12425    
12426     fi
12427     fi
12428     if test x$support_styles = xyes; then
12429    
12430     cat >>confdefs.h <<\_ACEOF
12431     #define ENABLE_STYLES 1
12432     _ACEOF
12433    
12434     fi
12435     if test x$support_iso14755 = xyes; then
12436    
12437     cat >>confdefs.h <<\_ACEOF
12438     #define ISO_14755 1
12439     _ACEOF
12440    
12441     fi
12442     if test x$support_8bitctrls = xyes; then
12443    
12444     cat >>confdefs.h <<\_ACEOF
12445     #define EIGHT_BIT_CONTROLS 1
12446     _ACEOF
12447    
12448     fi
12449     if test x$support_fading = xyes; then
12450    
12451     cat >>confdefs.h <<\_ACEOF
12452     #define OFF_FOCUS_FADING 1
12453     _ACEOF
12454    
12455     fi
12456     if test x$support_tinting = xyes; then
12457    
12458     cat >>confdefs.h <<\_ACEOF
12459     #define TINTING 1
12460     _ACEOF
12461    
12462     fi
12463     if test x$support_inheritpixmap = xyes; then
12464    
12465     cat >>confdefs.h <<\_ACEOF
12466     #define TRANSPARENT 1
12467     _ACEOF
12468    
12469     fi
12470     if test x$support_keepscrolling = xno; then
12471    
12472     cat >>confdefs.h <<\_ACEOF
12473     #define NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING 1
12474     _ACEOF
12475    
12476     fi
12477     if test x$support_selectionscrolling = xyes; then
12478    
12479     cat >>confdefs.h <<\_ACEOF
12480     #define SELECTION_SCROLLING 1
12481     _ACEOF
12482    
12483     fi
12484     if test x$support_menubar = xyes; then
12485    
12486     cat >>confdefs.h <<\_ACEOF
12487     #define MENUBAR 1
12488     _ACEOF
12489    
12490     fi
12491     if test x$support_frills = xyes; then
12492    
12493     cat >>confdefs.h <<\_ACEOF
12494     #define ENABLE_FRILLS 1
12495     _ACEOF
12496    
12497     fi
12498     if test x$support_24bit = xyes; then
12499    
12500     cat >>confdefs.h <<\_ACEOF
12501     #define PREFER_24BIT 1
12502 pcg 1.11 _ACEOF
12503 pcg 1.1
12504     fi
12505     if test x$support_mousewheel = xyes; then
12506 pcg 1.11
12507     cat >>confdefs.h <<\_ACEOF
12508 pcg 1.1 #define MOUSE_WHEEL 1
12509 pcg 1.11 _ACEOF
12510 pcg 1.1
12511     fi
12512     if test x$support_mouseslipwheel = xyes; then
12513 pcg 1.11
12514     cat >>confdefs.h <<\_ACEOF
12515 pcg 1.1 #define MOUSE_SLIP_WHEELING 1
12516 pcg 1.11 _ACEOF
12517 pcg 1.1
12518     fi
12519     if test x$support_utmp = xyes; then
12520 pcg 1.11
12521     cat >>confdefs.h <<\_ACEOF
12522 pcg 1.1 #define UTMP_SUPPORT 1
12523 pcg 1.11 _ACEOF
12524 pcg 1.1
12525     fi
12526     if test x$support_wtmp = xyes; then
12527 pcg 1.11
12528     cat >>confdefs.h <<\_ACEOF
12529 pcg 1.1 #define WTMP_SUPPORT 1
12530 pcg 1.11 _ACEOF
12531 pcg 1.1
12532     fi
12533     if test x$support_lastlog = xyes; then
12534 pcg 1.11
12535     cat >>confdefs.h <<\_ACEOF
12536 pcg 1.1 #define LASTLOG_SUPPORT 1
12537 pcg 1.11 _ACEOF
12538 pcg 1.1
12539     fi
12540     if test x$support_xim = xyes -o x$multichar_set = xyes; then
12541     if test x$rxvt_cv_func_xlocale = xyes; then
12542 pcg 1.11
12543     cat >>confdefs.h <<\_ACEOF
12544 pcg 1.1 #define USE_XIM 1
12545 pcg 1.11 _ACEOF
12546 pcg 1.1
12547     fi
12548     fi
12549     if test x$support_xpm = xyes; then
12550 pcg 1.11
12551     cat >>confdefs.h <<\_ACEOF
12552 pcg 1.1 #define XPM_BACKGROUND 1
12553 pcg 1.11 _ACEOF
12554 pcg 1.1
12555     fi
12556     if test x$support_scroll_rxvt = xyes; then
12557 pcg 1.11
12558     cat >>confdefs.h <<\_ACEOF
12559 pcg 1.1 #define RXVT_SCROLLBAR 1
12560 pcg 1.11 _ACEOF
12561 pcg 1.1
12562     scrolltypes="rxvt"
12563     fi
12564     if test x$support_scroll_next = xyes; then
12565 pcg 1.11
12566     cat >>confdefs.h <<\_ACEOF
12567 pcg 1.1 #define NEXT_SCROLLBAR 1
12568 pcg 1.11 _ACEOF
12569 pcg 1.1
12570     scrolltypes="$scrolltypes next"
12571     fi
12572     if test x$support_scroll_xterm = xyes; then
12573 pcg 1.11
12574     cat >>confdefs.h <<\_ACEOF
12575 pcg 1.1 #define XTERM_SCROLLBAR 1
12576 pcg 1.11 _ACEOF
12577 pcg 1.1
12578     scrolltypes="$scrolltypes xterm"
12579     fi
12580 pcg 1.11 if test x$support_scroll_plain = xyes; then
12581    
12582     cat >>confdefs.h <<\_ACEOF
12583     #define PLAIN_SCROLLBAR 1
12584     _ACEOF
12585    
12586     scrolltypes="$scrolltypes plain"
12587     fi
12588 pcg 1.1 if test x$support_pointer_blank = xyes; then
12589 pcg 1.11
12590     cat >>confdefs.h <<\_ACEOF
12591 pcg 1.1 #define POINTER_BLANK 1
12592 pcg 1.11 _ACEOF
12593 pcg 1.1
12594     fi
12595 pcg 1.11 if test x$support_text_blink = xyes; then
12596    
12597     cat >>confdefs.h <<\_ACEOF
12598     #define TEXT_BLINK 1
12599     _ACEOF
12600 pcg 1.1
12601     fi
12602     if test x$support_unicode3 = xyes; then
12603 pcg 1.11
12604     cat >>confdefs.h <<\_ACEOF
12605 pcg 1.1 #define UNICODE_3 1
12606 pcg 1.11 _ACEOF
12607 pcg 1.1
12608     fi
12609 pcg 1.18 if test x$support_combining = xyes; then
12610    
12611     cat >>confdefs.h <<\_ACEOF
12612 pcg 1.20 #define ENABLE_COMBINING 1
12613 pcg 1.18 _ACEOF
12614    
12615     fi
12616 pcg 1.1 if test x$codesets = xall; then
12617 root 1.40 codesets=jp,jp-ext,kr,zh,zh-ext
12618 pcg 1.1 fi
12619 pcg 1.11
12620     cat >>confdefs.h <<\_ACEOF
12621 pcg 1.1 #define ENCODING_EU 1
12622 pcg 1.11 _ACEOF
12623 pcg 1.1
12624 pcg 1.13
12625 pcg 1.11 cat >>confdefs.h <<\_ACEOF
12626 pcg 1.1 #define ENCODING_VN 1
12627 pcg 1.11 _ACEOF
12628 pcg 1.13
12629 root 1.34 for codeset in `echo $codesets | tr "a-z,\\-" "A-Z _"`; do
12630 pcg 1.13 case "$codeset" in
12631 pcg 1.11 JP )
12632     cat >>confdefs.h <<\_ACEOF
12633 pcg 1.1 #define ENCODING_JP 1
12634 pcg 1.11 _ACEOF
12635 pcg 1.1 ;;
12636 pcg 1.11 JP_EXT )
12637     cat >>confdefs.h <<\_ACEOF
12638 pcg 1.1 #define ENCODING_JP_EXT 1
12639 pcg 1.11 _ACEOF
12640 pcg 1.1 ;;
12641 pcg 1.11 KR )
12642     cat >>confdefs.h <<\_ACEOF
12643 pcg 1.1 #define ENCODING_KR 1
12644 pcg 1.11 _ACEOF
12645 pcg 1.1 ;;
12646 root 1.40 ZH )
12647 pcg 1.11 cat >>confdefs.h <<\_ACEOF
12648 root 1.40 #define ENCODING_ZH 1
12649 pcg 1.11 _ACEOF
12650 pcg 1.1 ;;
12651 root 1.40 ZH_EXT )
12652 pcg 1.11 cat >>confdefs.h <<\_ACEOF
12653 root 1.40 #define ENCODING_ZH_EXT 1
12654 pcg 1.11 _ACEOF
12655 pcg 1.1 ;;
12656     esac
12657     done
12658    
12659 root 1.60 IF_PERL=\#
12660     if test x$support_perl = xyes; then
12661     # Extract the first word of "perl5", so it can be a program name with args.
12662     set dummy perl5; ac_word=$2
12663     echo "$as_me:$LINENO: checking for $ac_word" >&5
12664     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12665     if test "${ac_cv_path_PERL+set}" = set; then
12666     echo $ECHO_N "(cached) $ECHO_C" >&6
12667     else
12668     case $PERL in
12669     [\\/]* | ?:[\\/]*)
12670     ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
12671     ;;
12672     *)
12673     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12674     for as_dir in $PATH
12675     do
12676     IFS=$as_save_IFS
12677     test -z "$as_dir" && as_dir=.
12678     for ac_exec_ext in '' $ac_executable_extensions; do
12679     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12680     ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
12681     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12682     break 2
12683     fi
12684     done
12685     done
12686    
12687     ;;
12688     esac
12689     fi
12690     PERL=$ac_cv_path_PERL
12691    
12692     if test -n "$PERL"; then
12693     echo "$as_me:$LINENO: result: $PERL" >&5
12694     echo "${ECHO_T}$PERL" >&6
12695     else
12696     echo "$as_me:$LINENO: result: no" >&5
12697     echo "${ECHO_T}no" >&6
12698     fi
12699    
12700     # Extract the first word of "perl", so it can be a program name with args.
12701     set dummy perl; ac_word=$2
12702     echo "$as_me:$LINENO: checking for $ac_word" >&5
12703     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12704     if test "${ac_cv_path_PERL+set}" = set; then
12705     echo $ECHO_N "(cached) $ECHO_C" >&6
12706     else
12707     case $PERL in
12708     [\\/]* | ?:[\\/]*)
12709     ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
12710     ;;
12711     *)
12712     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12713     for as_dir in $PATH
12714     do
12715     IFS=$as_save_IFS
12716     test -z "$as_dir" && as_dir=.
12717     for ac_exec_ext in '' $ac_executable_extensions; do
12718     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12719     ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
12720     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12721     break 2
12722     fi
12723     done
12724     done
12725    
12726     ;;
12727     esac
12728     fi
12729     PERL=$ac_cv_path_PERL
12730    
12731     if test -n "$PERL"; then
12732     echo "$as_me:$LINENO: result: $PERL" >&5
12733     echo "${ECHO_T}$PERL" >&6
12734     else
12735     echo "$as_me:$LINENO: result: no" >&5
12736     echo "${ECHO_T}no" >&6
12737     fi
12738    
12739    
12740     echo "$as_me:$LINENO: checking for $PERL suitability" >&5
12741     echo $ECHO_N "checking for $PERL suitability... $ECHO_C" >&6
12742     if $PERL -MExtUtils::Embed -e "use v5.8" >/dev/null 2>/dev/null; then
12743    
12744     cat >>confdefs.h <<\_ACEOF
12745     #define ENABLE_PERL 1
12746     _ACEOF
12747    
12748     IF_PERL=
12749     PERL_O=rxvtperl.o
12750     PERLFLAGS="`$PERL -MExtUtils::Embed -e ccopts`"
12751     PERLLIB="`$PERL -MExtUtils::Embed -e ldopts`"
12752 root 1.61 PERLPRIVLIBEXP="`$PERL -MConfig -e 'print $Config{privlibexp}'`"
12753 root 1.60 echo "$as_me:$LINENO: result: ok" >&5
12754     echo "${ECHO_T}ok" >&6
12755     else
12756     { { echo "$as_me:$LINENO: error: no working perl found" >&5
12757     echo "$as_me: error: no working perl found" >&2;}
12758     { (exit or perl not version >= 5.8); exit or perl not version >= 5.8; }; }
12759     fi
12760     fi
12761    
12762    
12763    
12764    
12765    
12766    
12767    
12768 pcg 1.1
12769     CFLAGS=${CFLAGS--O}
12770     LDFLAGS=${LDFLAGS--O}
12771    
12772     CPPFLAGS="$CPPFLAGS"
12773    
12774    
12775    
12776    
12777    
12778    
12779    
12780     if test x$rxvt_cv_rpath = xyes -o x$rxvt_cv_R = xyes; then
12781     DLIB=`echo $DLIB | sed "$R_TRANSLATE"`
12782     LIBS=`echo $LIBS | sed "$R_TRANSLATE"`
12783     X_LIBS=`echo $X_LIBS | sed "$R_TRANSLATE"`
12784     X_EXTRA_LIBS=`echo $X_EXTRA_LIBS | sed "$R_TRANSLATE"`
12785     XPM_LIBS=`echo $XPM_LIBS | sed "$R_TRANSLATE"`
12786     fi
12787    
12788    
12789    
12790    
12791    
12792     if test x$support_addstrings = xno; then
12793 pcg 1.11
12794     cat >>confdefs.h <<\_ACEOF
12795 pcg 1.1 #define NO_STRINGS 1
12796 pcg 1.11 _ACEOF
12797 pcg 1.1
12798     fi
12799    
12800     MCOMMON=./autoconf/Make.common
12801    
12802    
12803     test "$program_prefix" != NONE &&
12804 pcg 1.11 program_transform_name="s,^,$program_prefix,;$program_transform_name"
12805 pcg 1.1 # Use a double $ so make ignores it.
12806     test "$program_suffix" != NONE &&
12807 pcg 1.11 program_transform_name="s,\$,$program_suffix,;$program_transform_name"
12808     # Double any \ or $. echo might interpret backslashes.
12809     # By default was `s,x,x', remove it if useless.
12810     cat <<\_ACEOF >conftest.sed
12811     s/[\\$]/&&/g;s/;s,x,x,$//
12812     _ACEOF
12813     program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
12814     rm conftest.sed
12815 pcg 1.1
12816    
12817    
12818    
12819    
12820     if test "$ac_cv_header_stdint_h" = "yes" -o "$notset" = "dontmatch"; then
12821     include_stdint_h="#include <stdint.h>"
12822     else
12823     include_stdint_h="/* #include <stdint.h> */"
12824 pcg 1.11 fi
12825 pcg 1.1 if test "$ac_cv_header_stdarg_h" = "yes" -o "$notset" = "dontmatch"; then
12826 pcg 1.18 include_stdarg_h="#include <cstdarg>"
12827 pcg 1.1 else
12828 pcg 1.18 include_stdarg_h="/* #include <cstdarg> */"
12829 pcg 1.11 fi
12830 pcg 1.1 if test "$ac_cv_header_stdlib_h" = "yes" -o "$notset" = "dontmatch"; then
12831 pcg 1.18 include_stdlib_h="#include <cstdlib>"
12832 pcg 1.1 else
12833 pcg 1.18 include_stdlib_h="/* #include <cstdlib> */"
12834 pcg 1.11 fi
12835 pcg 1.1 if test "$ac_cv_header_unistd_h" = "yes" -o "$notset" = "dontmatch"; then
12836     include_unistd_h="#include <unistd.h>"
12837     else
12838     include_unistd_h="/* #include <unistd.h> */"
12839 pcg 1.11 fi
12840 pcg 1.1 if test "$ac_cv_header_string_h" = "yes" -o "$notset" = "dontmatch"; then
12841 pcg 1.18 include_string_h="#include <cstring>"
12842 pcg 1.1 else
12843 pcg 1.18 include_string_h="/* #include <cstring> */"
12844 pcg 1.11 fi
12845 pcg 1.1 if test "$ac_cv_header_fcntl_h" = "yes" -o "$notset" = "dontmatch"; then
12846     include_fcntl_h="#include <fcntl.h>"
12847     else
12848     include_fcntl_h="/* #include <fcntl.h> */"
12849 pcg 1.11 fi
12850 pcg 1.1 if test "$ac_cv_header_util_h" = "yes" -o "$notset" = "dontmatch"; then
12851     include_util_h="#include <util.h>"
12852     else
12853     include_util_h="/* #include <util.h> */"
12854 pcg 1.11 fi
12855 pcg 1.1 if test "$ac_cv_header_assert_h" = "yes" -o "$notset" = "dontmatch"; then
12856     include_assert_h="#include <assert.h>"
12857     else
12858     include_assert_h="/* #include <assert.h> */"
12859 pcg 1.11 fi
12860 pcg 1.1 if test "$rxvt_cv_header_sysioctl" = "yes" -o "$notset" = "dontmatch"; then
12861     include_sys_ioctl_h="#include <sys/ioctl.h>"
12862     else
12863     include_sys_ioctl_h="/* #include <sys/ioctl.h> */"
12864 pcg 1.11 fi
12865 pcg 1.1 if test "$ac_cv_header_sys_select_h" = "yes" -o "$notset" = "dontmatch"; then
12866     include_sys_select_h="#include <sys/select.h>"
12867     else
12868     include_sys_select_h="/* #include <sys/select.h> */"
12869 pcg 1.11 fi
12870 pcg 1.1 if test "$ac_cv_header_sys_strredir_h" = "yes" -o "$notset" = "dontmatch"; then
12871     include_sys_strredir_h="#include <sys/strredir.h>"
12872     else
12873     include_sys_strredir_h="/* #include <sys/strredir.h> */"
12874 pcg 1.11 fi
12875 pcg 1.1 if test "$ac_cv_header_sys_time_h" = "yes" -o "$notset" = "dontmatch"; then
12876     include_sys_time_h="#include <sys/time.h>"
12877     else
12878     include_sys_time_h="/* #include <sys/time.h> */"
12879 pcg 1.11 fi
12880 pcg 1.1 if test "$ac_cv_header_sys_time_h" = "no" -o "$ac_cv_header_time" = "yes"; then
12881     include_time_h="#include <time.h>"
12882     else
12883     include_time_h="/* #include <time.h> */"
12884 pcg 1.11 fi
12885 pcg 1.1
12886 root 1.49 ac_config_files="$ac_config_files autoconf/Make.common Makefile doc/Makefile src/Makefile src/rxvtlib.h"
12887 root 1.32
12888 pcg 1.11 cat >confcache <<\_ACEOF
12889 pcg 1.1 # This file is a shell script that caches the results of configure
12890     # tests run on this system so they can be shared between configure
12891 pcg 1.11 # scripts and configure runs, see configure's option --config-cache.
12892     # It is not useful on other systems. If it contains results you don't
12893     # want to keep, you may remove or edit it.
12894 pcg 1.1 #
12895 pcg 1.11 # config.status only pays attention to the cache file if you give it
12896     # the --recheck option to rerun configure.
12897 pcg 1.1 #
12898 pcg 1.11 # `ac_cv_env_foo' variables (set or unset) will be overridden when
12899     # loading this file, other *unset* `ac_cv_foo' will be assigned the
12900     # following values.
12901    
12902     _ACEOF
12903    
12904 pcg 1.1 # The following way of writing the cache mishandles newlines in values,
12905     # but we know of no workaround that is simple, portable, and efficient.
12906     # So, don't put newlines in cache variables' values.
12907     # Ultrix sh set writes to stderr and can't be redirected directly,
12908     # and sets the high bit in the cache file unless we assign to the vars.
12909 pcg 1.11 {
12910     (set) 2>&1 |
12911     case `(ac_space=' '; set | grep ac_space) 2>&1` in
12912     *ac_space=\ *)
12913     # `set' does not quote correctly, so add quotes (double-quote
12914     # substitution turns \\\\ into \\, and sed turns \\ into \).
12915     sed -n \
12916     "s/'/'\\\\''/g;
12917     s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
12918     ;;
12919     *)
12920     # `set' quotes correctly as required by POSIX, so do not add quotes.
12921     sed -n \
12922     "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
12923     ;;
12924     esac;
12925     } |
12926     sed '
12927     t clear
12928     : clear
12929     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
12930     t end
12931     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
12932     : end' >>confcache
12933     if diff $cache_file confcache >/dev/null 2>&1; then :; else
12934 pcg 1.1 if test -w $cache_file; then
12935 pcg 1.11 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
12936     cat confcache >$cache_file
12937 pcg 1.1 else
12938     echo "not updating unwritable cache $cache_file"
12939     fi
12940     fi
12941     rm -f confcache
12942    
12943     test "x$prefix" = xNONE && prefix=$ac_default_prefix
12944     # Let make expand exec_prefix.
12945     test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
12946    
12947 pcg 1.11 # VPATH may cause trouble with some makes, so we remove $(srcdir),
12948     # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
12949     # trailing colons and then remove the whole line if VPATH becomes empty
12950     # (actually we leave an empty line to preserve line numbers).
12951 pcg 1.1 if test "x$srcdir" = x.; then
12952 pcg 1.11 ac_vpsub='/^[ ]*VPATH[ ]*=/{
12953     s/:*\$(srcdir):*/:/;
12954     s/:*\${srcdir}:*/:/;
12955     s/:*@srcdir@:*/:/;
12956     s/^\([^=]*=[ ]*\):*/\1/;
12957     s/:*$//;
12958     s/^[^=]*=[ ]*$//;
12959     }'
12960 pcg 1.1 fi
12961    
12962 pcg 1.11 DEFS=-DHAVE_CONFIG_H
12963    
12964     ac_libobjs=
12965     ac_ltlibobjs=
12966     for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
12967     # 1. Remove the extension, and $U if already installed.
12968     ac_i=`echo "$ac_i" |
12969     sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
12970     # 2. Add them.
12971     ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
12972     ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
12973     done
12974     LIBOBJS=$ac_libobjs
12975    
12976     LTLIBOBJS=$ac_ltlibobjs
12977    
12978 pcg 1.1
12979    
12980     : ${CONFIG_STATUS=./config.status}
12981 pcg 1.11 ac_clean_files_save=$ac_clean_files
12982     ac_clean_files="$ac_clean_files $CONFIG_STATUS"
12983     { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
12984     echo "$as_me: creating $CONFIG_STATUS" >&6;}
12985     cat >$CONFIG_STATUS <<_ACEOF
12986     #! $SHELL
12987     # Generated by $as_me.
12988 pcg 1.1 # Run this file to recreate the current configuration.
12989     # Compiler output produced by configure, useful for debugging
12990 pcg 1.11 # configure, is in config.log if it exists.
12991    
12992     debug=false
12993     ac_cs_recheck=false
12994     ac_cs_silent=false
12995     SHELL=\${CONFIG_SHELL-$SHELL}
12996     _ACEOF
12997    
12998     cat >>$CONFIG_STATUS <<\_ACEOF
12999     ## --------------------- ##
13000     ## M4sh Initialization. ##
13001     ## --------------------- ##
13002    
13003     # Be Bourne compatible
13004     if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
13005     emulate sh
13006     NULLCMD=:
13007     # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
13008     # is contrary to our usage. Disable this feature.
13009     alias -g '${1+"$@"}'='"$@"'
13010     elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
13011     set -o posix
13012     fi
13013     DUALCASE=1; export DUALCASE # for MKS sh
13014    
13015     # Support unset when possible.
13016     if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
13017     as_unset=unset
13018     else
13019     as_unset=false
13020     fi
13021    
13022    
13023     # Work around bugs in pre-3.0 UWIN ksh.
13024     $as_unset ENV MAIL MAILPATH
13025     PS1='$ '
13026     PS2='> '
13027     PS4='+ '
13028    
13029     # NLS nuisances.
13030     for as_var in \
13031     LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
13032     LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
13033     LC_TELEPHONE LC_TIME
13034     do
13035     if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
13036     eval $as_var=C; export $as_var
13037     else
13038     $as_unset $as_var
13039     fi
13040     done
13041    
13042     # Required to use basename.
13043     if expr a : '\(a\)' >/dev/null 2>&1; then
13044     as_expr=expr
13045     else
13046     as_expr=false
13047     fi
13048    
13049     if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
13050     as_basename=basename
13051     else
13052     as_basename=false
13053     fi
13054    
13055    
13056     # Name of the executable.
13057     as_me=`$as_basename "$0" ||
13058     $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
13059     X"$0" : 'X\(//\)$' \| \
13060     X"$0" : 'X\(/\)$' \| \
13061     . : '\(.\)' 2>/dev/null ||
13062     echo X/"$0" |
13063     sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
13064     /^X\/\(\/\/\)$/{ s//\1/; q; }
13065     /^X\/\(\/\).*/{ s//\1/; q; }
13066     s/.*/./; q'`
13067    
13068    
13069     # PATH needs CR, and LINENO needs CR and PATH.
13070     # Avoid depending upon Character Ranges.
13071     as_cr_letters='abcdefghijklmnopqrstuvwxyz'
13072     as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
13073     as_cr_Letters=$as_cr_letters$as_cr_LETTERS
13074     as_cr_digits='0123456789'
13075     as_cr_alnum=$as_cr_Letters$as_cr_digits
13076    
13077     # The user is always right.
13078     if test "${PATH_SEPARATOR+set}" != set; then
13079     echo "#! /bin/sh" >conf$$.sh
13080     echo "exit 0" >>conf$$.sh
13081     chmod +x conf$$.sh
13082     if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13083     PATH_SEPARATOR=';'
13084     else
13085     PATH_SEPARATOR=:
13086     fi
13087     rm -f conf$$.sh
13088     fi
13089    
13090    
13091     as_lineno_1=$LINENO
13092     as_lineno_2=$LINENO
13093     as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
13094     test "x$as_lineno_1" != "x$as_lineno_2" &&
13095     test "x$as_lineno_3" = "x$as_lineno_2" || {
13096     # Find who we are. Look in the path if we contain no path at all
13097     # relative or not.
13098     case $0 in
13099     *[\\/]* ) as_myself=$0 ;;
13100     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13101     for as_dir in $PATH
13102     do
13103     IFS=$as_save_IFS
13104     test -z "$as_dir" && as_dir=.
13105     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
13106     done
13107    
13108     ;;
13109     esac
13110     # We did not find ourselves, most probably we were run as `sh COMMAND'
13111     # in which case we are not to be found in the path.
13112     if test "x$as_myself" = x; then
13113     as_myself=$0
13114     fi
13115     if test ! -f "$as_myself"; then
13116     { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
13117     echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
13118     { (exit 1); exit 1; }; }
13119     fi
13120     case $CONFIG_SHELL in
13121     '')
13122     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13123     for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
13124     do
13125     IFS=$as_save_IFS
13126     test -z "$as_dir" && as_dir=.
13127     for as_base in sh bash ksh sh5; do
13128     case $as_dir in
13129     /*)
13130     if ("$as_dir/$as_base" -c '
13131     as_lineno_1=$LINENO
13132     as_lineno_2=$LINENO
13133     as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
13134     test "x$as_lineno_1" != "x$as_lineno_2" &&
13135     test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
13136     $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
13137     $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
13138     CONFIG_SHELL=$as_dir/$as_base
13139     export CONFIG_SHELL
13140     exec "$CONFIG_SHELL" "$0" ${1+"$@"}
13141     fi;;
13142     esac
13143     done
13144     done
13145     ;;
13146     esac
13147    
13148     # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
13149     # uniformly replaced by the line number. The first 'sed' inserts a
13150     # line-number line before each line; the second 'sed' does the real
13151     # work. The second script uses 'N' to pair each line-number line
13152     # with the numbered line, and appends trailing '-' during
13153     # substitution so that $LINENO is not a special case at line end.
13154     # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
13155     # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
13156     sed '=' <$as_myself |
13157     sed '
13158     N
13159     s,$,-,
13160     : loop
13161     s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
13162     t loop
13163     s,-$,,
13164     s,^['$as_cr_digits']*\n,,
13165     ' >$as_me.lineno &&
13166     chmod +x $as_me.lineno ||
13167     { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
13168     echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
13169     { (exit 1); exit 1; }; }
13170    
13171     # Don't try to exec as it changes $[0], causing all sort of problems
13172     # (the dirname of $[0] is not the place where we might find the
13173     # original and so on. Autoconf is especially sensible to this).
13174     . ./$as_me.lineno
13175     # Exit status is that of the last command.
13176     exit
13177     }
13178    
13179    
13180     case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
13181     *c*,-n*) ECHO_N= ECHO_C='
13182     ' ECHO_T=' ' ;;
13183     *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
13184     *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
13185     esac
13186    
13187     if expr a : '\(a\)' >/dev/null 2>&1; then
13188     as_expr=expr
13189     else
13190     as_expr=false
13191     fi
13192    
13193     rm -f conf$$ conf$$.exe conf$$.file
13194     echo >conf$$.file
13195     if ln -s conf$$.file conf$$ 2>/dev/null; then
13196     # We could just check for DJGPP; but this test a) works b) is more generic
13197     # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
13198     if test -f conf$$.exe; then
13199     # Don't use ln at all; we don't have any links
13200     as_ln_s='cp -p'
13201     else
13202     as_ln_s='ln -s'
13203     fi
13204     elif ln conf$$.file conf$$ 2>/dev/null; then
13205     as_ln_s=ln
13206     else
13207     as_ln_s='cp -p'
13208     fi
13209     rm -f conf$$ conf$$.exe conf$$.file
13210    
13211     if mkdir -p . 2>/dev/null; then
13212     as_mkdir_p=:
13213     else
13214     test -d ./-p && rmdir ./-p
13215     as_mkdir_p=false
13216     fi
13217    
13218     as_executable_p="test -f"
13219    
13220     # Sed expression to map a string onto a valid CPP name.
13221     as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
13222    
13223     # Sed expression to map a string onto a valid variable name.
13224     as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
13225    
13226    
13227     # IFS
13228     # We need space, tab and new line, in precisely that order.
13229     as_nl='
13230     '
13231     IFS=" $as_nl"
13232    
13233     # CDPATH.
13234     $as_unset CDPATH
13235    
13236     exec 6>&1
13237    
13238     # Open the log real soon, to keep \$[0] and so on meaningful, and to
13239     # report actual input values of CONFIG_FILES etc. instead of their
13240     # values after options handling. Logging --version etc. is OK.
13241     exec 5>>config.log
13242     {
13243     echo
13244     sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
13245     ## Running $as_me. ##
13246     _ASBOX
13247     } >&5
13248     cat >&5 <<_CSEOF
13249    
13250     This file was extended by $as_me, which was
13251     generated by GNU Autoconf 2.59. Invocation command line was
13252    
13253     CONFIG_FILES = $CONFIG_FILES
13254     CONFIG_HEADERS = $CONFIG_HEADERS
13255     CONFIG_LINKS = $CONFIG_LINKS
13256     CONFIG_COMMANDS = $CONFIG_COMMANDS
13257     $ $0 $@
13258    
13259     _CSEOF
13260     echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
13261     echo >&5
13262     _ACEOF
13263    
13264     # Files that config.status was made for.
13265     if test -n "$ac_config_files"; then
13266     echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
13267     fi
13268    
13269     if test -n "$ac_config_headers"; then
13270     echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
13271     fi
13272    
13273     if test -n "$ac_config_links"; then
13274     echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
13275     fi
13276 pcg 1.1
13277 pcg 1.11 if test -n "$ac_config_commands"; then
13278     echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
13279     fi
13280    
13281     cat >>$CONFIG_STATUS <<\_ACEOF
13282    
13283     ac_cs_usage="\
13284     \`$as_me' instantiates files from templates according to the
13285     current configuration.
13286    
13287     Usage: $0 [OPTIONS] [FILE]...
13288    
13289     -h, --help print this help, then exit
13290     -V, --version print version number, then exit
13291     -q, --quiet do not print progress messages
13292     -d, --debug don't remove temporary files
13293     --recheck update $as_me by reconfiguring in the same conditions
13294     --file=FILE[:TEMPLATE]
13295     instantiate the configuration file FILE
13296     --header=FILE[:TEMPLATE]
13297     instantiate the configuration header FILE
13298    
13299     Configuration files:
13300     $config_files
13301    
13302     Configuration headers:
13303     $config_headers
13304    
13305     Report bugs to <bug-autoconf@gnu.org>."
13306     _ACEOF
13307    
13308     cat >>$CONFIG_STATUS <<_ACEOF
13309     ac_cs_version="\\
13310     config.status
13311     configured by $0, generated by GNU Autoconf 2.59,
13312     with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
13313    
13314     Copyright (C) 2003 Free Software Foundation, Inc.
13315     This config.status script is free software; the Free Software Foundation
13316     gives unlimited permission to copy, distribute and modify it."
13317     srcdir=$srcdir
13318     INSTALL="$INSTALL"
13319     _ACEOF
13320    
13321     cat >>$CONFIG_STATUS <<\_ACEOF
13322     # If no file are specified by the user, then we need to provide default
13323     # value. By we need to know if files were specified by the user.
13324     ac_need_defaults=:
13325     while test $# != 0
13326 pcg 1.1 do
13327 pcg 1.11 case $1 in
13328     --*=*)
13329     ac_option=`expr "x$1" : 'x\([^=]*\)='`
13330     ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
13331     ac_shift=:
13332     ;;
13333     -*)
13334     ac_option=$1
13335     ac_optarg=$2
13336     ac_shift=shift
13337     ;;
13338     *) # This is not an option, so the user has probably given explicit
13339     # arguments.
13340     ac_option=$1
13341     ac_need_defaults=false;;
13342     esac
13343    
13344     case $ac_option in
13345     # Handling of the options.
13346     _ACEOF
13347     cat >>$CONFIG_STATUS <<\_ACEOF
13348 pcg 1.1 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
13349 pcg 1.11 ac_cs_recheck=: ;;
13350     --version | --vers* | -V )
13351     echo "$ac_cs_version"; exit 0 ;;
13352     --he | --h)
13353     # Conflict between --help and --header
13354     { { echo "$as_me:$LINENO: error: ambiguous option: $1
13355     Try \`$0 --help' for more information." >&5
13356     echo "$as_me: error: ambiguous option: $1
13357     Try \`$0 --help' for more information." >&2;}
13358     { (exit 1); exit 1; }; };;
13359     --help | --hel | -h )
13360     echo "$ac_cs_usage"; exit 0 ;;
13361     --debug | --d* | -d )
13362     debug=: ;;
13363     --file | --fil | --fi | --f )
13364     $ac_shift
13365     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
13366     ac_need_defaults=false;;
13367     --header | --heade | --head | --hea )
13368     $ac_shift
13369     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
13370     ac_need_defaults=false;;
13371     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
13372     | -silent | --silent | --silen | --sile | --sil | --si | --s)
13373     ac_cs_silent=: ;;
13374    
13375     # This is an error.
13376     -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
13377     Try \`$0 --help' for more information." >&5
13378     echo "$as_me: error: unrecognized option: $1
13379     Try \`$0 --help' for more information." >&2;}
13380     { (exit 1); exit 1; }; } ;;
13381    
13382     *) ac_config_targets="$ac_config_targets $1" ;;
13383    
13384     esac
13385     shift
13386     done
13387    
13388     ac_configure_extra_args=
13389    
13390     if $ac_cs_silent; then
13391     exec 6>/dev/null
13392     ac_configure_extra_args="$ac_configure_extra_args --silent"
13393     fi
13394    
13395     _ACEOF
13396     cat >>$CONFIG_STATUS <<_ACEOF
13397     if \$ac_cs_recheck; then
13398     echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
13399     exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
13400     fi
13401    
13402     _ACEOF
13403    
13404    
13405    
13406    
13407    
13408     cat >>$CONFIG_STATUS <<\_ACEOF
13409     for ac_config_target in $ac_config_targets
13410     do
13411     case "$ac_config_target" in
13412     # Handling of arguments.
13413     "autoconf/Make.common" ) CONFIG_FILES="$CONFIG_FILES autoconf/Make.common" ;;
13414     "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
13415     "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
13416     "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
13417     "src/rxvtlib.h" ) CONFIG_FILES="$CONFIG_FILES src/rxvtlib.h" ;;
13418     "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:autoconf/config.h.in" ;;
13419     *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
13420     echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
13421     { (exit 1); exit 1; }; };;
13422 pcg 1.1 esac
13423     done
13424    
13425 pcg 1.11 # If the user did not use the arguments to specify the items to instantiate,
13426     # then the envvar interface is used. Set only those that are not.
13427     # We use the long form for the default assignment because of an extremely
13428     # bizarre bug on SunOS 4.1.3.
13429     if $ac_need_defaults; then
13430     test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
13431     test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
13432     fi
13433    
13434     # Have a temporary directory for convenience. Make it in the build tree
13435     # simply because there is no reason to put it here, and in addition,
13436     # creating and moving files from /tmp can sometimes cause problems.
13437     # Create a temporary directory, and hook for its removal unless debugging.
13438     $debug ||
13439     {
13440     trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
13441     trap '{ (exit 1); exit 1; }' 1 2 13 15
13442     }
13443    
13444     # Create a (secure) tmp directory for tmp files.
13445    
13446     {
13447     tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
13448     test -n "$tmp" && test -d "$tmp"
13449     } ||
13450     {
13451     tmp=./confstat$$-$RANDOM
13452     (umask 077 && mkdir $tmp)
13453     } ||
13454     {
13455     echo "$me: cannot create a temporary directory in ." >&2
13456     { (exit 1); exit 1; }
13457     }
13458    
13459     _ACEOF
13460    
13461     cat >>$CONFIG_STATUS <<_ACEOF
13462 pcg 1.1
13463 pcg 1.11 #
13464     # CONFIG_FILES section.
13465     #
13466 pcg 1.1
13467 pcg 1.11 # No need to generate the scripts if there are no CONFIG_FILES.
13468     # This happens for instance when ./config.status config.h
13469     if test -n "\$CONFIG_FILES"; then
13470     # Protect against being on the right side of a sed subst in config.status.
13471     sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
13472     s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
13473     s,@SHELL@,$SHELL,;t t
13474     s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
13475     s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
13476     s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
13477     s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
13478     s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
13479     s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
13480     s,@exec_prefix@,$exec_prefix,;t t
13481     s,@prefix@,$prefix,;t t
13482     s,@program_transform_name@,$program_transform_name,;t t
13483     s,@bindir@,$bindir,;t t
13484     s,@sbindir@,$sbindir,;t t
13485     s,@libexecdir@,$libexecdir,;t t
13486     s,@datadir@,$datadir,;t t
13487     s,@sysconfdir@,$sysconfdir,;t t
13488     s,@sharedstatedir@,$sharedstatedir,;t t
13489     s,@localstatedir@,$localstatedir,;t t
13490     s,@libdir@,$libdir,;t t
13491     s,@includedir@,$includedir,;t t
13492     s,@oldincludedir@,$oldincludedir,;t t
13493     s,@infodir@,$infodir,;t t
13494     s,@mandir@,$mandir,;t t
13495     s,@build_alias@,$build_alias,;t t
13496     s,@host_alias@,$host_alias,;t t
13497     s,@target_alias@,$target_alias,;t t
13498     s,@DEFS@,$DEFS,;t t
13499     s,@ECHO_C@,$ECHO_C,;t t
13500     s,@ECHO_N@,$ECHO_N,;t t
13501     s,@ECHO_T@,$ECHO_T,;t t
13502     s,@LIBS@,$LIBS,;t t
13503 root 1.48 s,@build@,$build,;t t
13504     s,@build_cpu@,$build_cpu,;t t
13505     s,@build_vendor@,$build_vendor,;t t
13506     s,@build_os@,$build_os,;t t
13507     s,@host@,$host,;t t
13508     s,@host_cpu@,$host_cpu,;t t
13509     s,@host_vendor@,$host_vendor,;t t
13510     s,@host_os@,$host_os,;t t
13511 pcg 1.11 s,@VERSION@,$VERSION,;t t
13512     s,@DATE@,$DATE,;t t
13513     s,@LSMDATE@,$LSMDATE,;t t
13514     s,@LIBVERSION@,$LIBVERSION,;t t
13515     s,@CC@,$CC,;t t
13516     s,@CFLAGS@,$CFLAGS,;t t
13517     s,@LDFLAGS@,$LDFLAGS,;t t
13518     s,@CPPFLAGS@,$CPPFLAGS,;t t
13519     s,@ac_ct_CC@,$ac_ct_CC,;t t
13520     s,@EXEEXT@,$EXEEXT,;t t
13521     s,@OBJEXT@,$OBJEXT,;t t
13522     s,@CXX@,$CXX,;t t
13523     s,@CXXFLAGS@,$CXXFLAGS,;t t
13524     s,@ac_ct_CXX@,$ac_ct_CXX,;t t
13525     s,@CPP@,$CPP,;t t
13526     s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
13527     s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
13528     s,@INSTALL_DATA@,$INSTALL_DATA,;t t
13529     s,@AWK@,$AWK,;t t
13530 pcg 1.13 s,@LINKER@,$LINKER,;t t
13531     s,@CXXCPP@,$CXXCPP,;t t
13532 pcg 1.11 s,@EGREP@,$EGREP,;t t
13533     s,@INSTALL_LIBRXVT@,$INSTALL_LIBRXVT,;t t
13534 pcg 1.15 s,@RXVTNAME@,$RXVTNAME,;t t
13535 pcg 1.11 s,@MV@,$MV,;t t
13536     s,@RM@,$RM,;t t
13537     s,@CP@,$CP,;t t
13538     s,@LN@,$LN,;t t
13539     s,@SED@,$SED,;t t
13540 root 1.51 s,@ECHO@,$ECHO,;t t
13541 pcg 1.11 s,@CMP@,$CMP,;t t
13542     s,@TBL@,$TBL,;t t
13543 root 1.39 s,@TIC@,$TIC,;t t
13544 pcg 1.11 s,@X_CFLAGS@,$X_CFLAGS,;t t
13545     s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
13546     s,@X_LIBS@,$X_LIBS,;t t
13547     s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
13548     s,@XPM_CPPFLAGS@,$XPM_CPPFLAGS,;t t
13549     s,@XPM_CFLAGS@,$XPM_CFLAGS,;t t
13550     s,@XPM_LIBS@,$XPM_LIBS,;t t
13551     s,@rxvt_int16_typedef@,$rxvt_int16_typedef,;t t
13552     s,@rxvt_uint16_typedef@,$rxvt_uint16_typedef,;t t
13553     s,@rxvt_int32_typedef@,$rxvt_int32_typedef,;t t
13554     s,@rxvt_uint32_typedef@,$rxvt_uint32_typedef,;t t
13555     s,@rxvt_intp_define@,$rxvt_intp_define,;t t
13556     s,@rxvt_u_intp_define@,$rxvt_u_intp_define,;t t
13557 root 1.60 s,@PERL@,$PERL,;t t
13558     s,@PERLLIB@,$PERLLIB,;t t
13559     s,@PERLFLAGS@,$PERLFLAGS,;t t
13560 root 1.61 s,@PERLPRIVLIBEXP@,$PERLPRIVLIBEXP,;t t
13561 root 1.60 s,@IF_PERL@,$IF_PERL,;t t
13562     s,@PERL_O@,$PERL_O,;t t
13563 pcg 1.11 s,@DEBUG@,$DEBUG,;t t
13564     s,@DINCLUDE@,$DINCLUDE,;t t
13565     s,@DLIB@,$DLIB,;t t
13566     s,@include_stdint_h@,$include_stdint_h,;t t
13567     s,@include_stdarg_h@,$include_stdarg_h,;t t
13568     s,@include_stdlib_h@,$include_stdlib_h,;t t
13569     s,@include_unistd_h@,$include_unistd_h,;t t
13570     s,@include_string_h@,$include_string_h,;t t
13571     s,@include_fcntl_h@,$include_fcntl_h,;t t
13572     s,@include_util_h@,$include_util_h,;t t
13573     s,@include_assert_h@,$include_assert_h,;t t
13574     s,@include_sys_ioctl_h@,$include_sys_ioctl_h,;t t
13575     s,@include_sys_select_h@,$include_sys_select_h,;t t
13576     s,@include_sys_strredir_h@,$include_sys_strredir_h,;t t
13577     s,@include_sys_time_h@,$include_sys_time_h,;t t
13578     s,@include_time_h@,$include_time_h,;t t
13579     s,@LIBOBJS@,$LIBOBJS,;t t
13580     s,@LTLIBOBJS@,$LTLIBOBJS,;t t
13581 pcg 1.1 /@MCOMMON@/r $MCOMMON
13582 pcg 1.11 s,@MCOMMON@,,;t t
13583 pcg 1.1 CEOF
13584    
13585 pcg 1.11 _ACEOF
13586 pcg 1.1
13587 pcg 1.11 cat >>$CONFIG_STATUS <<\_ACEOF
13588     # Split the substitutions into bite-sized pieces for seds with
13589     # small command number limits, like on Digital OSF/1 and HP-UX.
13590     ac_max_sed_lines=48
13591     ac_sed_frag=1 # Number of current file.
13592     ac_beg=1 # First line for current file.
13593     ac_end=$ac_max_sed_lines # Line after last line for current file.
13594     ac_more_lines=:
13595     ac_sed_cmds=
13596     while $ac_more_lines; do
13597     if test $ac_beg -gt 1; then
13598     sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
13599     else
13600     sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
13601     fi
13602     if test ! -s $tmp/subs.frag; then
13603     ac_more_lines=false
13604 pcg 1.1 else
13605 pcg 1.11 # The purpose of the label and of the branching condition is to
13606     # speed up the sed processing (if there are no `@' at all, there
13607     # is no need to browse any of the substitutions).
13608     # These are the two extra sed commands mentioned above.
13609     (echo ':t
13610     /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
13611     if test -z "$ac_sed_cmds"; then
13612     ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
13613     else
13614     ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
13615     fi
13616     ac_sed_frag=`expr $ac_sed_frag + 1`
13617     ac_beg=$ac_end
13618     ac_end=`expr $ac_end + $ac_max_sed_lines`
13619 pcg 1.1 fi
13620 pcg 1.11 done
13621     if test -z "$ac_sed_cmds"; then
13622     ac_sed_cmds=cat
13623 pcg 1.1 fi
13624 pcg 1.11 fi # test -n "$CONFIG_FILES"
13625 pcg 1.1
13626 pcg 1.11 _ACEOF
13627     cat >>$CONFIG_STATUS <<\_ACEOF
13628     for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
13629 pcg 1.1 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
13630 pcg 1.11 case $ac_file in
13631     - | *:- | *:-:* ) # input from stdin
13632     cat >$tmp/stdin
13633     ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
13634     ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
13635     *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
13636     ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
13637     * ) ac_file_in=$ac_file.in ;;
13638 pcg 1.1 esac
13639    
13640 pcg 1.11 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
13641     ac_dir=`(dirname "$ac_file") 2>/dev/null ||
13642     $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13643     X"$ac_file" : 'X\(//\)[^/]' \| \
13644     X"$ac_file" : 'X\(//\)$' \| \
13645     X"$ac_file" : 'X\(/\)' \| \
13646     . : '\(.\)' 2>/dev/null ||
13647     echo X"$ac_file" |
13648     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
13649     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
13650     /^X\(\/\/\)$/{ s//\1/; q; }
13651     /^X\(\/\).*/{ s//\1/; q; }
13652     s/.*/./; q'`
13653     { if $as_mkdir_p; then
13654     mkdir -p "$ac_dir"
13655     else
13656     as_dir="$ac_dir"
13657     as_dirs=
13658     while test ! -d "$as_dir"; do
13659     as_dirs="$as_dir $as_dirs"
13660     as_dir=`(dirname "$as_dir") 2>/dev/null ||
13661     $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13662     X"$as_dir" : 'X\(//\)[^/]' \| \
13663     X"$as_dir" : 'X\(//\)$' \| \
13664     X"$as_dir" : 'X\(/\)' \| \
13665     . : '\(.\)' 2>/dev/null ||
13666     echo X"$as_dir" |
13667     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
13668     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
13669     /^X\(\/\/\)$/{ s//\1/; q; }
13670     /^X\(\/\).*/{ s//\1/; q; }
13671     s/.*/./; q'`
13672     done
13673     test ! -n "$as_dirs" || mkdir $as_dirs
13674     fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
13675     echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
13676     { (exit 1); exit 1; }; }; }
13677    
13678     ac_builddir=.
13679    
13680     if test "$ac_dir" != .; then
13681     ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
13682     # A "../" for each directory in $ac_dir_suffix.
13683     ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
13684     else
13685     ac_dir_suffix= ac_top_builddir=
13686     fi
13687    
13688     case $srcdir in
13689     .) # No --srcdir option. We are building in place.
13690     ac_srcdir=.
13691     if test -z "$ac_top_builddir"; then
13692     ac_top_srcdir=.
13693     else
13694     ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
13695     fi ;;
13696     [\\/]* | ?:[\\/]* ) # Absolute path.
13697     ac_srcdir=$srcdir$ac_dir_suffix;
13698     ac_top_srcdir=$srcdir ;;
13699     *) # Relative path.
13700     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
13701     ac_top_srcdir=$ac_top_builddir$srcdir ;;
13702     esac
13703    
13704     # Do not use `cd foo && pwd` to compute absolute paths, because
13705     # the directories may not exist.
13706     case `pwd` in
13707     .) ac_abs_builddir="$ac_dir";;
13708     *)
13709     case "$ac_dir" in
13710     .) ac_abs_builddir=`pwd`;;
13711     [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
13712     *) ac_abs_builddir=`pwd`/"$ac_dir";;
13713     esac;;
13714     esac
13715     case $ac_abs_builddir in
13716     .) ac_abs_top_builddir=${ac_top_builddir}.;;
13717     *)
13718     case ${ac_top_builddir}. in
13719     .) ac_abs_top_builddir=$ac_abs_builddir;;
13720     [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
13721     *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
13722     esac;;
13723     esac
13724     case $ac_abs_builddir in
13725     .) ac_abs_srcdir=$ac_srcdir;;
13726     *)
13727     case $ac_srcdir in
13728     .) ac_abs_srcdir=$ac_abs_builddir;;
13729     [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
13730     *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
13731     esac;;
13732     esac
13733     case $ac_abs_builddir in
13734     .) ac_abs_top_srcdir=$ac_top_srcdir;;
13735     *)
13736     case $ac_top_srcdir in
13737     .) ac_abs_top_srcdir=$ac_abs_builddir;;
13738     [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
13739     *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
13740     esac;;
13741     esac
13742    
13743 pcg 1.1
13744 pcg 1.11 case $INSTALL in
13745     [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
13746     *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
13747 pcg 1.1 esac
13748    
13749 pcg 1.11 # Let's still pretend it is `configure' which instantiates (i.e., don't
13750     # use $as_me), people would be surprised to read:
13751     # /* config.h. Generated by config.status. */
13752     if test x"$ac_file" = x-; then
13753     configure_input=
13754     else
13755     configure_input="$ac_file. "
13756     fi
13757     configure_input=$configure_input"Generated from `echo $ac_file_in |
13758     sed 's,.*/,,'` by configure."
13759    
13760     # First look for the input files in the build tree, otherwise in the
13761     # src tree.
13762     ac_file_inputs=`IFS=:
13763     for f in $ac_file_in; do
13764     case $f in
13765     -) echo $tmp/stdin ;;
13766     [\\/$]*)
13767     # Absolute (can't be DOS-style, as IFS=:)
13768     test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
13769     echo "$as_me: error: cannot find input file: $f" >&2;}
13770     { (exit 1); exit 1; }; }
13771     echo "$f";;
13772     *) # Relative
13773     if test -f "$f"; then
13774     # Build tree
13775     echo "$f"
13776     elif test -f "$srcdir/$f"; then
13777     # Source tree
13778     echo "$srcdir/$f"
13779     else
13780     # /dev/null tree
13781     { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
13782     echo "$as_me: error: cannot find input file: $f" >&2;}
13783     { (exit 1); exit 1; }; }
13784     fi;;
13785     esac
13786     done` || { (exit 1); exit 1; }
13787    
13788     if test x"$ac_file" != x-; then
13789     { echo "$as_me:$LINENO: creating $ac_file" >&5
13790     echo "$as_me: creating $ac_file" >&6;}
13791     rm -f "$ac_file"
13792     fi
13793     _ACEOF
13794     cat >>$CONFIG_STATUS <<_ACEOF
13795     sed "$ac_vpsub
13796     $extrasub
13797     _ACEOF
13798     cat >>$CONFIG_STATUS <<\_ACEOF
13799     :t
13800     /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
13801     s,@configure_input@,$configure_input,;t t
13802     s,@srcdir@,$ac_srcdir,;t t
13803     s,@abs_srcdir@,$ac_abs_srcdir,;t t
13804     s,@top_srcdir@,$ac_top_srcdir,;t t
13805     s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
13806     s,@builddir@,$ac_builddir,;t t
13807     s,@abs_builddir@,$ac_abs_builddir,;t t
13808     s,@top_builddir@,$ac_top_builddir,;t t
13809     s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
13810     s,@INSTALL@,$ac_INSTALL,;t t
13811     " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
13812     rm -f $tmp/stdin
13813     if test x"$ac_file" != x-; then
13814     mv $tmp/out $ac_file
13815     else
13816     cat $tmp/out
13817     rm -f $tmp/out
13818     fi
13819 pcg 1.1
13820 pcg 1.11 done
13821     _ACEOF
13822     cat >>$CONFIG_STATUS <<\_ACEOF
13823 pcg 1.1
13824 pcg 1.11 #
13825     # CONFIG_HEADER section.
13826     #
13827 pcg 1.1
13828     # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
13829     # NAME is the cpp macro being defined and VALUE is the value it is being given.
13830     #
13831     # ac_d sets the value in "#define NAME VALUE" lines.
13832 pcg 1.11 ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
13833     ac_dB='[ ].*$,\1#\2'
13834     ac_dC=' '
13835     ac_dD=',;t'
13836     # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
13837     ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
13838     ac_uB='$,\1#\2define\3'
13839 pcg 1.1 ac_uC=' '
13840 pcg 1.11 ac_uD=',;t'
13841 pcg 1.1
13842 pcg 1.11 for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
13843 pcg 1.1 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
13844 pcg 1.11 case $ac_file in
13845     - | *:- | *:-:* ) # input from stdin
13846     cat >$tmp/stdin
13847     ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
13848     ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
13849     *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
13850     ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
13851     * ) ac_file_in=$ac_file.in ;;
13852 pcg 1.1 esac
13853    
13854 pcg 1.11 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
13855     echo "$as_me: creating $ac_file" >&6;}
13856 pcg 1.1
13857 pcg 1.11 # First look for the input files in the build tree, otherwise in the
13858     # src tree.
13859     ac_file_inputs=`IFS=:
13860     for f in $ac_file_in; do
13861     case $f in
13862     -) echo $tmp/stdin ;;
13863     [\\/$]*)
13864     # Absolute (can't be DOS-style, as IFS=:)
13865     test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
13866     echo "$as_me: error: cannot find input file: $f" >&2;}
13867     { (exit 1); exit 1; }; }
13868     # Do quote $f, to prevent DOS paths from being IFS'd.
13869     echo "$f";;
13870     *) # Relative
13871     if test -f "$f"; then
13872     # Build tree
13873     echo "$f"
13874     elif test -f "$srcdir/$f"; then
13875     # Source tree
13876     echo "$srcdir/$f"
13877     else
13878     # /dev/null tree
13879     { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
13880     echo "$as_me: error: cannot find input file: $f" >&2;}
13881     { (exit 1); exit 1; }; }
13882     fi;;
13883     esac
13884     done` || { (exit 1); exit 1; }
13885     # Remove the trailing spaces.
13886     sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
13887    
13888     _ACEOF
13889    
13890     # Transform confdefs.h into two sed scripts, `conftest.defines' and
13891     # `conftest.undefs', that substitutes the proper values into
13892     # config.h.in to produce config.h. The first handles `#define'
13893     # templates, and the second `#undef' templates.
13894     # And first: Protect against being on the right side of a sed subst in
13895     # config.status. Protect against being in an unquoted here document
13896     # in config.status.
13897     rm -f conftest.defines conftest.undefs
13898     # Using a here document instead of a string reduces the quoting nightmare.
13899     # Putting comments in sed scripts is not portable.
13900     #
13901     # `end' is used to avoid that the second main sed command (meant for
13902     # 0-ary CPP macros) applies to n-ary macro definitions.
13903     # See the Autoconf documentation for `clear'.
13904     cat >confdef2sed.sed <<\_ACEOF
13905     s/[\\&,]/\\&/g
13906     s,[\\$`],\\&,g
13907     t clear
13908     : clear
13909     s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
13910     t end
13911     s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
13912     : end
13913     _ACEOF
13914     # If some macros were called several times there might be several times
13915     # the same #defines, which is useless. Nevertheless, we may not want to
13916     # sort them, since we want the *last* AC-DEFINE to be honored.
13917     uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
13918     sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
13919     rm -f confdef2sed.sed
13920 pcg 1.1
13921     # This sed command replaces #undef with comments. This is necessary, for
13922     # example, in the case of _POSIX_SOURCE, which is predefined and required
13923     # on some systems where configure will not decide to define it.
13924 pcg 1.11 cat >>conftest.undefs <<\_ACEOF
13925     s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
13926     _ACEOF
13927    
13928     # Break up conftest.defines because some shells have a limit on the size
13929     # of here documents, and old seds have small limits too (100 cmds).
13930     echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
13931     echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
13932     echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
13933     echo ' :' >>$CONFIG_STATUS
13934     rm -f conftest.tail
13935     while grep . conftest.defines >/dev/null
13936     do
13937     # Write a limited-size here document to $tmp/defines.sed.
13938     echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
13939     # Speed up: don't consider the non `#define' lines.
13940     echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
13941     # Work around the forget-to-reset-the-flag bug.
13942     echo 't clr' >>$CONFIG_STATUS
13943     echo ': clr' >>$CONFIG_STATUS
13944     sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
13945     echo 'CEOF
13946     sed -f $tmp/defines.sed $tmp/in >$tmp/out
13947     rm -f $tmp/in
13948     mv $tmp/out $tmp/in
13949     ' >>$CONFIG_STATUS
13950     sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
13951     rm -f conftest.defines
13952     mv conftest.tail conftest.defines
13953     done
13954     rm -f conftest.defines
13955     echo ' fi # grep' >>$CONFIG_STATUS
13956     echo >>$CONFIG_STATUS
13957    
13958     # Break up conftest.undefs because some shells have a limit on the size
13959     # of here documents, and old seds have small limits too (100 cmds).
13960     echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
13961 pcg 1.1 rm -f conftest.tail
13962 pcg 1.11 while grep . conftest.undefs >/dev/null
13963 pcg 1.1 do
13964 pcg 1.11 # Write a limited-size here document to $tmp/undefs.sed.
13965     echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
13966     # Speed up: don't consider the non `#undef'
13967     echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
13968     # Work around the forget-to-reset-the-flag bug.
13969     echo 't clr' >>$CONFIG_STATUS
13970     echo ': clr' >>$CONFIG_STATUS
13971     sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
13972 pcg 1.1 echo 'CEOF
13973 pcg 1.11 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
13974     rm -f $tmp/in
13975     mv $tmp/out $tmp/in
13976     ' >>$CONFIG_STATUS
13977     sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
13978     rm -f conftest.undefs
13979     mv conftest.tail conftest.undefs
13980     done
13981     rm -f conftest.undefs
13982    
13983     cat >>$CONFIG_STATUS <<\_ACEOF
13984     # Let's still pretend it is `configure' which instantiates (i.e., don't
13985     # use $as_me), people would be surprised to read:
13986     # /* config.h. Generated by config.status. */
13987     if test x"$ac_file" = x-; then
13988     echo "/* Generated by configure. */" >$tmp/config.h
13989     else
13990     echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
13991     fi
13992     cat $tmp/in >>$tmp/config.h
13993     rm -f $tmp/in
13994     if test x"$ac_file" != x-; then
13995     if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
13996     { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
13997     echo "$as_me: $ac_file is unchanged" >&6;}
13998     else
13999     ac_dir=`(dirname "$ac_file") 2>/dev/null ||
14000     $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14001     X"$ac_file" : 'X\(//\)[^/]' \| \
14002     X"$ac_file" : 'X\(//\)$' \| \
14003     X"$ac_file" : 'X\(/\)' \| \
14004     . : '\(.\)' 2>/dev/null ||
14005     echo X"$ac_file" |
14006     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
14007     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
14008     /^X\(\/\/\)$/{ s//\1/; q; }
14009     /^X\(\/\).*/{ s//\1/; q; }
14010     s/.*/./; q'`
14011     { if $as_mkdir_p; then
14012     mkdir -p "$ac_dir"
14013     else
14014     as_dir="$ac_dir"
14015     as_dirs=
14016     while test ! -d "$as_dir"; do
14017     as_dirs="$as_dir $as_dirs"
14018     as_dir=`(dirname "$as_dir") 2>/dev/null ||
14019     $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14020     X"$as_dir" : 'X\(//\)[^/]' \| \
14021     X"$as_dir" : 'X\(//\)$' \| \
14022     X"$as_dir" : 'X\(/\)' \| \
14023     . : '\(.\)' 2>/dev/null ||
14024     echo X"$as_dir" |
14025     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
14026     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
14027     /^X\(\/\/\)$/{ s//\1/; q; }
14028     /^X\(\/\).*/{ s//\1/; q; }
14029     s/.*/./; q'`
14030     done
14031     test ! -n "$as_dirs" || mkdir $as_dirs
14032     fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
14033     echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
14034     { (exit 1); exit 1; }; }; }
14035    
14036     rm -f $ac_file
14037     mv $tmp/config.h $ac_file
14038 pcg 1.1 fi
14039 pcg 1.11 else
14040     cat $tmp/config.h
14041     rm -f $tmp/config.h
14042 pcg 1.1 fi
14043 pcg 1.11 done
14044     _ACEOF
14045    
14046     cat >>$CONFIG_STATUS <<\_ACEOF
14047 pcg 1.1
14048 pcg 1.11 { (exit 0); exit 0; }
14049     _ACEOF
14050     chmod +x $CONFIG_STATUS
14051     ac_clean_files=$ac_clean_files_save
14052 pcg 1.1
14053    
14054 pcg 1.11 # configure is writing to config.log, and then calls config.status.
14055     # config.status does its own redirection, appending to config.log.
14056     # Unfortunately, on DOS this fails, as config.log is still kept open
14057     # by configure, so config.status won't be able to write to it; its
14058     # output is simply discarded. So we exec the FD to /dev/null,
14059     # effectively closing config.log, so it can be properly (re)opened and
14060     # appended to by config.status. When coming back to configure, we
14061     # need to make the FD available again.
14062     if test "$no_create" != yes; then
14063     ac_cs_success=:
14064     ac_config_status_args=
14065     test "$silent" = yes &&
14066     ac_config_status_args="$ac_config_status_args --quiet"
14067     exec 5>/dev/null
14068     $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
14069     exec 5>>config.log
14070     # Use ||, not &&, to avoid exiting from the if with $? = 1, which
14071     # would make configure fail if this is the last instruction.
14072     $ac_cs_success || { (exit 1); exit 1; }
14073     fi
14074 pcg 1.1
14075    
14076     echo "Configuration:
14077    
14078     Rxvt version: $VERSION : $DATE
14079     Source code location: $srcdir
14080     Install path: ${prefix}/bin
14081 pcg 1.13 Compiler: $CXX
14082     Compiler flags: $CFLAGS
14083     Linker: $LINKER"
14084 pcg 1.1
14085     if test "$MALLOC_TYPE" = S; then
14086     echo " malloc support: system default"
14087     fi
14088     if test "$MALLOC_TYPE" = G; then
14089     echo " malloc support: Gray Watson's dmalloc"
14090     fi
14091     if test "$MALLOC_TYPE" = D; then
14092     echo " malloc support: Doug Lea's malloc"
14093     fi
14094    
14095     if test x$support_xpm = xyes; then
14096     echo " Xpm library: $XPM_LIBS"
14097     fi
14098    
14099     echo "
14100     The following are set in config.h
14101     "
14102     echo " pty/tty type: "$rxvt_cv_ptys
14103     if test x$support_utmp != xyes; then
14104 pcg 1.20 echo " utmp support: disabled"
14105     echo
14106 pcg 1.1 else
14107     echo " utmp support: enabled
14108     utmp file: $rxvt_cv_path_utmp
14109     utmpx file: $rxvt_cv_path_utmpx
14110     wtmp file: $rxvt_cv_path_wtmp
14111     wtmpx file: $rxvt_cv_path_wtmpx
14112     lastlog file: $rxvt_cv_path_lastlog
14113 root 1.60 ttys/ttytab file: $rxvt_cv_path_ttytab
14114     embedded perl: $support_perl"
14115 pcg 1.20 echo
14116 pcg 1.1 fi
14117     if test x$term != x; then
14118 pcg 1.18 echo " set TERM to: $term"
14119 pcg 1.1 fi
14120     if test x$terminfo != x; then
14121 pcg 1.18 echo " set TERMINFO to: $terminfo"
14122     fi
14123     echo " default resource name: $RESNAME"
14124     echo " resource class: $RESCLASS"
14125     if test x$RESFALLBACK != x; then
14126     echo " resource class fallback: $RESFALLBACK"
14127 pcg 1.1 fi
14128 pcg 1.18 echo
14129 pcg 1.1 if test x$rxvt_cv_ptys = xUNKNOWN; then
14130     echo ".----------------------------------------------------------------."
14131     echo ". WARNING: could not determine pty/tty type. Do not build until ."
14132     echo ". the appropriate PTYS_ARE_* is defined in config.h ."
14133     echo ".----------------------------------------------------------------."
14134     fi
14135     if test x$support_xpm = xneedsmanualspecification; then
14136     echo ".----------------------------------------------------------------."
14137     echo ". WARNING: --enable-xpm-background was specified however the ."
14138     echo ". XPM includes files and libraries could not be found. ."
14139     echo ". XPM backgrounds are now being DISABLED! If you want ."
14140     echo ". to use them you should rerun configure with the ."
14141     echo ". appropriate --with-xpm-includes=/path/to/xpm/includes ."
14142     echo ". and --with-xpm-library=/path/to/xpm/library lines. ."
14143     echo ".----------------------------------------------------------------."
14144     fi
14145     if test x$support_xim = xyes -a x$rxvt_cv_func_xlocale = xno; then
14146     echo ".----------------------------------------------------------------."
14147     echo ". WARNING: --enable-xim was specified however the locale support ."
14148     echo ". functions could not be found. ."
14149     echo ". XIM is now being DISABLED! ."
14150     echo ".----------------------------------------------------------------."
14151     fi
14152 pcg 1.20
14153 root 1.53 echo " *** Optionally check src/feature.h for further options ***"
14154 pcg 1.20 echo
14155    
14156     echo ".----------------------------------------------------------------."
14157 root 1.55 echo ". NOTE: some features are disabled by default, try ."
14158 root 1.53 echo ". configure --help to get an idea of the optional features, ."
14159     echo ". or read ./README.configure ."
14160     echo ". ."
14161     echo ". The script ./reconf gives a reasonable baseline, try it if ."
14162     echo ". you do not want to read documentation and still want some ."
14163     echo ". useful features. ."
14164 pcg 1.20 echo ".----------------------------------------------------------------."
14165     echo
14166