ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/configure
Revision: 1.67
Committed: Wed Jan 11 23:08:54 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rel-7_0
Changes since 1.66: +12 -66 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 root 1.26 --enable-8bitctrls enable 8 bit control sequences (not recommended)
895 pcg 1.15 --enable-fallback(=CLASS) fall back on CLASS resources in addition to URxvt ones (default: Rxvt)
896 pcg 1.11 --enable-strings enable some replacement system functions
897     --disable-swapscreen disable swap screen support
898 root 1.34 --enable-iso14755 enable support for extended ISO 14755 modes
899 pcg 1.11 --enable-frills enable support for rarely used features
900     --enable-24bit enable support for using 24bit visuals if available
901     --enable-keepscrolling enable continual scrolling on scrollbar arrow press
902     --enable-selectionscrolling enable scrolling during selections
903     --enable-mousewheel enable scrolling via mouse wheel or buttons 4 & 5
904     --enable-slipwheeling enable slip wheel scrolling (requires previous)
905     --enable-dmalloc enable Gray Watson's malloc - for debugging use
906     --enable-dlmalloc enable Doug Lea's malloc - for production use
907     NOTE: enable only one malloc package
908     --enable-smart-resize enable smart growth/shrink behaviour
909     --enable-text-blink enable blinking text
910     --enable-pointer-blank enable pointer blank when typing or inactive pointer
911    
912     Optional Packages:
913     --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
914     --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
915 root 1.41 --with-codesets=NAME,.. compile in additional codesets (jp,jp_ext,kr,zh,zh_ext,all)
916 pcg 1.15 --with-res-name=NAME use this as default resource name (default: urxvt)
917 pcg 1.18 --with-res-class=CLASS use this as the resource class (default: URxvt)
918 pcg 1.15 --with-name=NAME set the basename for the installed binaries (default: urxvt)
919     --with-term=NAME set the terminal to NAME (default: rxvt)
920 pcg 1.11 --with-terminfo=PATH set the path to the terminfo tree to PATH
921     --with-x use the X Window System
922     --with-xpm-includes=DIR use XPM includes in DIR
923     --with-xpm-library=DIR use XPM library in DIR
924     --with-xpm use XPM
925    
926     Some influential environment variables:
927     CC C compiler command
928     CFLAGS C compiler flags
929     LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
930     nonstandard directory <lib dir>
931     CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
932     headers in a nonstandard directory <include dir>
933     CXX C++ compiler command
934     CXXFLAGS C++ compiler flags
935     CPP C preprocessor
936 pcg 1.13 CXXCPP C++ preprocessor
937 pcg 1.11
938     Use these variables to override the choices made by `configure' or to help
939     it to find libraries and programs with nonstandard names/locations.
940    
941     _ACEOF
942     fi
943    
944     if test "$ac_init_help" = "recursive"; then
945     # If there are subdirs, report their specific --help.
946     ac_popdir=`pwd`
947     for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
948     test -d $ac_dir || continue
949     ac_builddir=.
950    
951     if test "$ac_dir" != .; then
952     ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
953     # A "../" for each directory in $ac_dir_suffix.
954     ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
955     else
956     ac_dir_suffix= ac_top_builddir=
957     fi
958    
959     case $srcdir in
960     .) # No --srcdir option. We are building in place.
961     ac_srcdir=.
962     if test -z "$ac_top_builddir"; then
963     ac_top_srcdir=.
964     else
965     ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
966     fi ;;
967     [\\/]* | ?:[\\/]* ) # Absolute path.
968     ac_srcdir=$srcdir$ac_dir_suffix;
969     ac_top_srcdir=$srcdir ;;
970     *) # Relative path.
971     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
972     ac_top_srcdir=$ac_top_builddir$srcdir ;;
973     esac
974    
975     # Do not use `cd foo && pwd` to compute absolute paths, because
976     # the directories may not exist.
977     case `pwd` in
978     .) ac_abs_builddir="$ac_dir";;
979     *)
980     case "$ac_dir" in
981     .) ac_abs_builddir=`pwd`;;
982     [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
983     *) ac_abs_builddir=`pwd`/"$ac_dir";;
984     esac;;
985     esac
986     case $ac_abs_builddir in
987     .) ac_abs_top_builddir=${ac_top_builddir}.;;
988     *)
989     case ${ac_top_builddir}. in
990     .) ac_abs_top_builddir=$ac_abs_builddir;;
991     [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
992     *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
993     esac;;
994     esac
995     case $ac_abs_builddir in
996     .) ac_abs_srcdir=$ac_srcdir;;
997     *)
998     case $ac_srcdir in
999     .) ac_abs_srcdir=$ac_abs_builddir;;
1000     [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
1001     *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
1002     esac;;
1003     esac
1004     case $ac_abs_builddir in
1005     .) ac_abs_top_srcdir=$ac_top_srcdir;;
1006     *)
1007     case $ac_top_srcdir in
1008     .) ac_abs_top_srcdir=$ac_abs_builddir;;
1009     [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
1010     *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
1011     esac;;
1012     esac
1013    
1014     cd $ac_dir
1015     # Check for guested configure; otherwise get Cygnus style configure.
1016     if test -f $ac_srcdir/configure.gnu; then
1017     echo
1018     $SHELL $ac_srcdir/configure.gnu --help=recursive
1019     elif test -f $ac_srcdir/configure; then
1020     echo
1021     $SHELL $ac_srcdir/configure --help=recursive
1022     elif test -f $ac_srcdir/configure.ac ||
1023     test -f $ac_srcdir/configure.in; then
1024     echo
1025     $ac_configure --help
1026     else
1027     echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1028     fi
1029     cd "$ac_popdir"
1030     done
1031     fi
1032    
1033     test -n "$ac_init_help" && exit 0
1034     if $ac_init_version; then
1035     cat <<\_ACEOF
1036    
1037     Copyright (C) 2003 Free Software Foundation, Inc.
1038     This configure script is free software; the Free Software Foundation
1039     gives unlimited permission to copy, distribute and modify it.
1040     _ACEOF
1041     exit 0
1042     fi
1043     exec 5>config.log
1044     cat >&5 <<_ACEOF
1045     This file contains any messages produced by compilers while
1046     running configure, to aid debugging if configure makes a mistake.
1047    
1048     It was created by $as_me, which was
1049     generated by GNU Autoconf 2.59. Invocation command line was
1050    
1051     $ $0 $@
1052    
1053     _ACEOF
1054     {
1055     cat <<_ASUNAME
1056     ## --------- ##
1057     ## Platform. ##
1058     ## --------- ##
1059    
1060     hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1061     uname -m = `(uname -m) 2>/dev/null || echo unknown`
1062     uname -r = `(uname -r) 2>/dev/null || echo unknown`
1063     uname -s = `(uname -s) 2>/dev/null || echo unknown`
1064     uname -v = `(uname -v) 2>/dev/null || echo unknown`
1065    
1066     /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1067     /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1068    
1069     /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1070     /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1071     /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1072     hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1073     /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1074     /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1075     /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1076    
1077     _ASUNAME
1078    
1079     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1080     for as_dir in $PATH
1081     do
1082     IFS=$as_save_IFS
1083     test -z "$as_dir" && as_dir=.
1084     echo "PATH: $as_dir"
1085     done
1086    
1087     } >&5
1088    
1089     cat >&5 <<_ACEOF
1090    
1091    
1092     ## ----------- ##
1093     ## Core tests. ##
1094     ## ----------- ##
1095    
1096     _ACEOF
1097    
1098    
1099     # Keep a trace of the command line.
1100     # Strip out --no-create and --no-recursion so they do not pile up.
1101     # Strip out --silent because we don't want to record it for future runs.
1102     # Also quote any args containing shell meta-characters.
1103     # Make two passes to allow for proper duplicate-argument suppression.
1104     ac_configure_args=
1105     ac_configure_args0=
1106     ac_configure_args1=
1107     ac_sep=
1108     ac_must_keep_next=false
1109     for ac_pass in 1 2
1110     do
1111     for ac_arg
1112     do
1113     case $ac_arg in
1114     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1115     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1116     | -silent | --silent | --silen | --sile | --sil)
1117     continue ;;
1118     *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1119     ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1120     esac
1121     case $ac_pass in
1122     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1123     2)
1124     ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1125     if test $ac_must_keep_next = true; then
1126     ac_must_keep_next=false # Got value, back to normal.
1127     else
1128     case $ac_arg in
1129     *=* | --config-cache | -C | -disable-* | --disable-* \
1130     | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1131     | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1132     | -with-* | --with-* | -without-* | --without-* | --x)
1133     case "$ac_configure_args0 " in
1134     "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1135     esac
1136     ;;
1137     -* ) ac_must_keep_next=true ;;
1138     esac
1139     fi
1140     ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1141     # Get rid of the leading space.
1142     ac_sep=" "
1143     ;;
1144     esac
1145     done
1146     done
1147     $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1148     $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1149    
1150     # When interrupted or exit'd, cleanup temporary files, and complete
1151     # config.log. We remove comments because anyway the quotes in there
1152     # would cause problems or look ugly.
1153     # WARNING: Be sure not to use single quotes in there, as some shells,
1154     # such as our DU 5.0 friend, will then `close' the trap.
1155     trap 'exit_status=$?
1156     # Save into config.log some information that might help in debugging.
1157     {
1158     echo
1159    
1160     cat <<\_ASBOX
1161     ## ---------------- ##
1162     ## Cache variables. ##
1163     ## ---------------- ##
1164     _ASBOX
1165     echo
1166     # The following way of writing the cache mishandles newlines in values,
1167     {
1168     (set) 2>&1 |
1169     case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1170     *ac_space=\ *)
1171     sed -n \
1172     "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1173     s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1174     ;;
1175     *)
1176     sed -n \
1177     "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1178     ;;
1179     esac;
1180     }
1181     echo
1182    
1183     cat <<\_ASBOX
1184     ## ----------------- ##
1185     ## Output variables. ##
1186     ## ----------------- ##
1187     _ASBOX
1188     echo
1189     for ac_var in $ac_subst_vars
1190     do
1191     eval ac_val=$`echo $ac_var`
1192     echo "$ac_var='"'"'$ac_val'"'"'"
1193     done | sort
1194     echo
1195    
1196     if test -n "$ac_subst_files"; then
1197     cat <<\_ASBOX
1198     ## ------------- ##
1199     ## Output files. ##
1200     ## ------------- ##
1201     _ASBOX
1202     echo
1203     for ac_var in $ac_subst_files
1204     do
1205     eval ac_val=$`echo $ac_var`
1206     echo "$ac_var='"'"'$ac_val'"'"'"
1207     done | sort
1208     echo
1209     fi
1210    
1211     if test -s confdefs.h; then
1212     cat <<\_ASBOX
1213     ## ----------- ##
1214     ## confdefs.h. ##
1215     ## ----------- ##
1216     _ASBOX
1217     echo
1218     sed "/^$/d" confdefs.h | sort
1219     echo
1220     fi
1221     test "$ac_signal" != 0 &&
1222     echo "$as_me: caught signal $ac_signal"
1223     echo "$as_me: exit $exit_status"
1224     } >&5
1225     rm -f core *.core &&
1226     rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1227     exit $exit_status
1228     ' 0
1229     for ac_signal in 1 2 13 15; do
1230     trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1231     done
1232     ac_signal=0
1233    
1234     # confdefs.h avoids OS command line length limits that DEFS can exceed.
1235     rm -rf conftest* confdefs.h
1236     # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1237     echo >confdefs.h
1238    
1239     # Predefined preprocessor variables.
1240    
1241     cat >>confdefs.h <<_ACEOF
1242     #define PACKAGE_NAME "$PACKAGE_NAME"
1243     _ACEOF
1244    
1245    
1246     cat >>confdefs.h <<_ACEOF
1247     #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1248     _ACEOF
1249    
1250    
1251     cat >>confdefs.h <<_ACEOF
1252     #define PACKAGE_VERSION "$PACKAGE_VERSION"
1253     _ACEOF
1254    
1255    
1256     cat >>confdefs.h <<_ACEOF
1257     #define PACKAGE_STRING "$PACKAGE_STRING"
1258     _ACEOF
1259    
1260    
1261     cat >>confdefs.h <<_ACEOF
1262     #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1263     _ACEOF
1264 pcg 1.1
1265 pcg 1.11
1266     # Let the site file select an alternate cache file if it wants to.
1267 pcg 1.1 # Prefer explicitly selected file to automatically selected ones.
1268     if test -z "$CONFIG_SITE"; then
1269     if test "x$prefix" != xNONE; then
1270     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1271     else
1272     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1273     fi
1274     fi
1275     for ac_site_file in $CONFIG_SITE; do
1276     if test -r "$ac_site_file"; then
1277 pcg 1.11 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1278     echo "$as_me: loading site script $ac_site_file" >&6;}
1279     sed 's/^/| /' "$ac_site_file" >&5
1280 pcg 1.1 . "$ac_site_file"
1281     fi
1282     done
1283    
1284     if test -r "$cache_file"; then
1285 pcg 1.11 # Some versions of bash will fail to source /dev/null (special
1286     # files actually), so we avoid doing that.
1287     if test -f "$cache_file"; then
1288     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1289     echo "$as_me: loading cache $cache_file" >&6;}
1290     case $cache_file in
1291     [\\/]* | ?:[\\/]* ) . $cache_file;;
1292     *) . ./$cache_file;;
1293     esac
1294     fi
1295 pcg 1.1 else
1296 pcg 1.11 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1297     echo "$as_me: creating cache $cache_file" >&6;}
1298     >$cache_file
1299     fi
1300    
1301     # Check that the precious variables saved in the cache have kept the same
1302     # value.
1303     ac_cache_corrupted=false
1304     for ac_var in `(set) 2>&1 |
1305     sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1306     eval ac_old_set=\$ac_cv_env_${ac_var}_set
1307     eval ac_new_set=\$ac_env_${ac_var}_set
1308     eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1309     eval ac_new_val="\$ac_env_${ac_var}_value"
1310     case $ac_old_set,$ac_new_set in
1311     set,)
1312     { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1313     echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1314     ac_cache_corrupted=: ;;
1315     ,set)
1316     { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1317     echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1318     ac_cache_corrupted=: ;;
1319     ,);;
1320     *)
1321     if test "x$ac_old_val" != "x$ac_new_val"; then
1322     { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1323     echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1324     { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1325     echo "$as_me: former value: $ac_old_val" >&2;}
1326     { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1327     echo "$as_me: current value: $ac_new_val" >&2;}
1328     ac_cache_corrupted=:
1329     fi;;
1330     esac
1331     # Pass precious variables to config.status.
1332     if test "$ac_new_set" = set; then
1333     case $ac_new_val in
1334     *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1335     ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1336     *) ac_arg=$ac_var=$ac_new_val ;;
1337     esac
1338     case " $ac_configure_args " in
1339     *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1340     *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1341     esac
1342     fi
1343     done
1344     if $ac_cache_corrupted; then
1345     { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1346     echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1347     { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1348     echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1349     { (exit 1); exit 1; }; }
1350 pcg 1.1 fi
1351    
1352     ac_ext=c
1353     ac_cpp='$CPP $CPPFLAGS'
1354 pcg 1.11 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1355     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1356     ac_compiler_gnu=$ac_cv_c_compiler_gnu
1357    
1358    
1359    
1360    
1361    
1362    
1363    
1364    
1365    
1366    
1367    
1368    
1369    
1370    
1371    
1372    
1373    
1374 pcg 1.1
1375    
1376 root 1.32
1377 pcg 1.1 ac_aux_dir=
1378     for ac_dir in autoconf $srcdir/autoconf; do
1379     if test -f $ac_dir/install-sh; then
1380     ac_aux_dir=$ac_dir
1381     ac_install_sh="$ac_aux_dir/install-sh -c"
1382     break
1383     elif test -f $ac_dir/install.sh; then
1384     ac_aux_dir=$ac_dir
1385     ac_install_sh="$ac_aux_dir/install.sh -c"
1386     break
1387 pcg 1.11 elif test -f $ac_dir/shtool; then
1388     ac_aux_dir=$ac_dir
1389     ac_install_sh="$ac_aux_dir/shtool install -c"
1390     break
1391 pcg 1.1 fi
1392     done
1393     if test -z "$ac_aux_dir"; then
1394 pcg 1.11 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in autoconf $srcdir/autoconf" >&5
1395     echo "$as_me: error: cannot find install-sh or install.sh in autoconf $srcdir/autoconf" >&2;}
1396     { (exit 1); exit 1; }; }
1397     fi
1398     ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1399     ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1400     ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1401 pcg 1.1
1402 pcg 1.11 ac_config_headers="$ac_config_headers config.h:autoconf/config.h.in"
1403 pcg 1.1
1404    
1405 root 1.48 # Make sure we can run config.sub.
1406     $ac_config_sub sun4 >/dev/null 2>&1 ||
1407     { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1408     echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1409     { (exit 1); exit 1; }; }
1410    
1411     echo "$as_me:$LINENO: checking build system type" >&5
1412     echo $ECHO_N "checking build system type... $ECHO_C" >&6
1413     if test "${ac_cv_build+set}" = set; then
1414     echo $ECHO_N "(cached) $ECHO_C" >&6
1415     else
1416     ac_cv_build_alias=$build_alias
1417     test -z "$ac_cv_build_alias" &&
1418     ac_cv_build_alias=`$ac_config_guess`
1419     test -z "$ac_cv_build_alias" &&
1420     { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1421     echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1422     { (exit 1); exit 1; }; }
1423     ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1424     { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1425     echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1426     { (exit 1); exit 1; }; }
1427    
1428     fi
1429     echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1430     echo "${ECHO_T}$ac_cv_build" >&6
1431     build=$ac_cv_build
1432     build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1433     build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1434     build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1435    
1436    
1437     echo "$as_me:$LINENO: checking host system type" >&5
1438     echo $ECHO_N "checking host system type... $ECHO_C" >&6
1439     if test "${ac_cv_host+set}" = set; then
1440     echo $ECHO_N "(cached) $ECHO_C" >&6
1441     else
1442     ac_cv_host_alias=$host_alias
1443     test -z "$ac_cv_host_alias" &&
1444     ac_cv_host_alias=$ac_cv_build_alias
1445     ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1446     { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1447     echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1448     { (exit 1); exit 1; }; }
1449    
1450     fi
1451     echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1452     echo "${ECHO_T}$ac_cv_host" >&6
1453     host=$ac_cv_host
1454     host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1455     host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1456     host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1457    
1458    
1459    
1460 pcg 1.1 VERSION=`sed -n -e 's/^.*[ \t]VERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
1461     DATE=`sed -n -e 's/^.*[ \t]DATE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
1462     echo ""
1463     echo "configuring for rxvt $VERSION"
1464     echo ""
1465    
1466    
1467 pcg 1.11 ac_ext=c
1468     ac_cpp='$CPP $CPPFLAGS'
1469     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1470     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1471     ac_compiler_gnu=$ac_cv_c_compiler_gnu
1472     if test -n "$ac_tool_prefix"; then
1473     # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1474     set dummy ${ac_tool_prefix}gcc; ac_word=$2
1475     echo "$as_me:$LINENO: checking for $ac_word" >&5
1476     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1477     if test "${ac_cv_prog_CC+set}" = set; then
1478     echo $ECHO_N "(cached) $ECHO_C" >&6
1479     else
1480     if test -n "$CC"; then
1481     ac_cv_prog_CC="$CC" # Let the user override the test.
1482     else
1483     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1484     for as_dir in $PATH
1485     do
1486     IFS=$as_save_IFS
1487     test -z "$as_dir" && as_dir=.
1488     for ac_exec_ext in '' $ac_executable_extensions; do
1489     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1490     ac_cv_prog_CC="${ac_tool_prefix}gcc"
1491     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1492     break 2
1493     fi
1494     done
1495     done
1496    
1497     fi
1498     fi
1499     CC=$ac_cv_prog_CC
1500     if test -n "$CC"; then
1501     echo "$as_me:$LINENO: result: $CC" >&5
1502     echo "${ECHO_T}$CC" >&6
1503     else
1504     echo "$as_me:$LINENO: result: no" >&5
1505     echo "${ECHO_T}no" >&6
1506     fi
1507    
1508     fi
1509     if test -z "$ac_cv_prog_CC"; then
1510     ac_ct_CC=$CC
1511     # Extract the first word of "gcc", so it can be a program name with args.
1512 pcg 1.1 set dummy gcc; ac_word=$2
1513 pcg 1.11 echo "$as_me:$LINENO: checking for $ac_word" >&5
1514     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1515     if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1516     echo $ECHO_N "(cached) $ECHO_C" >&6
1517     else
1518     if test -n "$ac_ct_CC"; then
1519     ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1520     else
1521     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1522     for as_dir in $PATH
1523     do
1524     IFS=$as_save_IFS
1525     test -z "$as_dir" && as_dir=.
1526     for ac_exec_ext in '' $ac_executable_extensions; do
1527     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1528     ac_cv_prog_ac_ct_CC="gcc"
1529     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1530     break 2
1531     fi
1532     done
1533     done
1534    
1535     fi
1536     fi
1537     ac_ct_CC=$ac_cv_prog_ac_ct_CC
1538     if test -n "$ac_ct_CC"; then
1539     echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1540     echo "${ECHO_T}$ac_ct_CC" >&6
1541     else
1542     echo "$as_me:$LINENO: result: no" >&5
1543     echo "${ECHO_T}no" >&6
1544     fi
1545    
1546     CC=$ac_ct_CC
1547     else
1548     CC="$ac_cv_prog_CC"
1549     fi
1550    
1551     if test -z "$CC"; then
1552     if test -n "$ac_tool_prefix"; then
1553     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1554     set dummy ${ac_tool_prefix}cc; ac_word=$2
1555     echo "$as_me:$LINENO: checking for $ac_word" >&5
1556     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1557     if test "${ac_cv_prog_CC+set}" = set; then
1558     echo $ECHO_N "(cached) $ECHO_C" >&6
1559 pcg 1.1 else
1560     if test -n "$CC"; then
1561     ac_cv_prog_CC="$CC" # Let the user override the test.
1562     else
1563 pcg 1.11 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1564     for as_dir in $PATH
1565     do
1566     IFS=$as_save_IFS
1567     test -z "$as_dir" && as_dir=.
1568     for ac_exec_ext in '' $ac_executable_extensions; do
1569     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1570     ac_cv_prog_CC="${ac_tool_prefix}cc"
1571     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1572     break 2
1573     fi
1574     done
1575     done
1576    
1577 pcg 1.1 fi
1578     fi
1579 pcg 1.11 CC=$ac_cv_prog_CC
1580 pcg 1.1 if test -n "$CC"; then
1581 pcg 1.11 echo "$as_me:$LINENO: result: $CC" >&5
1582     echo "${ECHO_T}$CC" >&6
1583     else
1584     echo "$as_me:$LINENO: result: no" >&5
1585     echo "${ECHO_T}no" >&6
1586     fi
1587    
1588     fi
1589     if test -z "$ac_cv_prog_CC"; then
1590     ac_ct_CC=$CC
1591     # Extract the first word of "cc", so it can be a program name with args.
1592     set dummy cc; ac_word=$2
1593     echo "$as_me:$LINENO: checking for $ac_word" >&5
1594     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1595     if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1596     echo $ECHO_N "(cached) $ECHO_C" >&6
1597     else
1598     if test -n "$ac_ct_CC"; then
1599     ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1600     else
1601     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1602     for as_dir in $PATH
1603     do
1604     IFS=$as_save_IFS
1605     test -z "$as_dir" && as_dir=.
1606     for ac_exec_ext in '' $ac_executable_extensions; do
1607     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1608     ac_cv_prog_ac_ct_CC="cc"
1609     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1610     break 2
1611     fi
1612     done
1613     done
1614    
1615     fi
1616     fi
1617     ac_ct_CC=$ac_cv_prog_ac_ct_CC
1618     if test -n "$ac_ct_CC"; then
1619     echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1620     echo "${ECHO_T}$ac_ct_CC" >&6
1621     else
1622     echo "$as_me:$LINENO: result: no" >&5
1623     echo "${ECHO_T}no" >&6
1624     fi
1625    
1626     CC=$ac_ct_CC
1627 pcg 1.1 else
1628 pcg 1.11 CC="$ac_cv_prog_CC"
1629 pcg 1.1 fi
1630    
1631 pcg 1.11 fi
1632 pcg 1.1 if test -z "$CC"; then
1633     # Extract the first word of "cc", so it can be a program name with args.
1634     set dummy cc; ac_word=$2
1635 pcg 1.11 echo "$as_me:$LINENO: checking for $ac_word" >&5
1636     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1637     if test "${ac_cv_prog_CC+set}" = set; then
1638     echo $ECHO_N "(cached) $ECHO_C" >&6
1639 pcg 1.1 else
1640     if test -n "$CC"; then
1641     ac_cv_prog_CC="$CC" # Let the user override the test.
1642     else
1643     ac_prog_rejected=no
1644 pcg 1.11 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1645     for as_dir in $PATH
1646     do
1647     IFS=$as_save_IFS
1648     test -z "$as_dir" && as_dir=.
1649     for ac_exec_ext in '' $ac_executable_extensions; do
1650     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1651     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
1652     ac_prog_rejected=yes
1653     continue
1654     fi
1655     ac_cv_prog_CC="cc"
1656     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1657     break 2
1658     fi
1659     done
1660     done
1661    
1662 pcg 1.1 if test $ac_prog_rejected = yes; then
1663     # We found a bogon in the path, so make sure we never use it.
1664     set dummy $ac_cv_prog_CC
1665     shift
1666 pcg 1.11 if test $# != 0; then
1667 pcg 1.1 # We chose a different compiler from the bogus one.
1668     # However, it has the same basename, so the bogon will be chosen
1669     # first if we set CC to just the basename; use the full file name.
1670     shift
1671 pcg 1.11 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
1672 pcg 1.1 fi
1673     fi
1674     fi
1675     fi
1676 pcg 1.11 CC=$ac_cv_prog_CC
1677 pcg 1.1 if test -n "$CC"; then
1678 pcg 1.11 echo "$as_me:$LINENO: result: $CC" >&5
1679     echo "${ECHO_T}$CC" >&6
1680 pcg 1.1 else
1681 pcg 1.11 echo "$as_me:$LINENO: result: no" >&5
1682     echo "${ECHO_T}no" >&6
1683 pcg 1.1 fi
1684    
1685 pcg 1.11 fi
1686     if test -z "$CC"; then
1687     if test -n "$ac_tool_prefix"; then
1688     for ac_prog in cl
1689     do
1690     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1691     set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1692     echo "$as_me:$LINENO: checking for $ac_word" >&5
1693     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1694     if test "${ac_cv_prog_CC+set}" = set; then
1695     echo $ECHO_N "(cached) $ECHO_C" >&6
1696 pcg 1.1 else
1697     if test -n "$CC"; then
1698     ac_cv_prog_CC="$CC" # Let the user override the test.
1699     else
1700 pcg 1.11 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1701     for as_dir in $PATH
1702     do
1703     IFS=$as_save_IFS
1704     test -z "$as_dir" && as_dir=.
1705     for ac_exec_ext in '' $ac_executable_extensions; do
1706     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1707     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1708     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1709     break 2
1710     fi
1711     done
1712     done
1713    
1714 pcg 1.1 fi
1715     fi
1716 pcg 1.11 CC=$ac_cv_prog_CC
1717 pcg 1.1 if test -n "$CC"; then
1718 pcg 1.11 echo "$as_me:$LINENO: result: $CC" >&5
1719     echo "${ECHO_T}$CC" >&6
1720 pcg 1.1 else
1721 pcg 1.11 echo "$as_me:$LINENO: result: no" >&5
1722     echo "${ECHO_T}no" >&6
1723     fi
1724    
1725     test -n "$CC" && break
1726     done
1727 pcg 1.1 fi
1728 pcg 1.11 if test -z "$CC"; then
1729     ac_ct_CC=$CC
1730     for ac_prog in cl
1731     do
1732     # Extract the first word of "$ac_prog", so it can be a program name with args.
1733     set dummy $ac_prog; ac_word=$2
1734     echo "$as_me:$LINENO: checking for $ac_word" >&5
1735     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1736     if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1737     echo $ECHO_N "(cached) $ECHO_C" >&6
1738     else
1739     if test -n "$ac_ct_CC"; then
1740     ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1741     else
1742     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1743     for as_dir in $PATH
1744     do
1745     IFS=$as_save_IFS
1746     test -z "$as_dir" && as_dir=.
1747     for ac_exec_ext in '' $ac_executable_extensions; do
1748     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1749     ac_cv_prog_ac_ct_CC="$ac_prog"
1750     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1751     break 2
1752 pcg 1.1 fi
1753 pcg 1.11 done
1754     done
1755    
1756     fi
1757     fi
1758     ac_ct_CC=$ac_cv_prog_ac_ct_CC
1759     if test -n "$ac_ct_CC"; then
1760     echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1761     echo "${ECHO_T}$ac_ct_CC" >&6
1762     else
1763     echo "$as_me:$LINENO: result: no" >&5
1764     echo "${ECHO_T}no" >&6
1765     fi
1766    
1767     test -n "$ac_ct_CC" && break
1768     done
1769    
1770     CC=$ac_ct_CC
1771     fi
1772    
1773 pcg 1.1 fi
1774    
1775    
1776 pcg 1.11 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
1777     See \`config.log' for more details." >&5
1778     echo "$as_me: error: no acceptable C compiler found in \$PATH
1779     See \`config.log' for more details." >&2;}
1780     { (exit 1); exit 1; }; }
1781    
1782     # Provide some information about the compiler.
1783     echo "$as_me:$LINENO:" \
1784     "checking for C compiler version" >&5
1785     ac_compiler=`set X $ac_compile; echo $2`
1786     { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
1787     (eval $ac_compiler --version </dev/null >&5) 2>&5
1788     ac_status=$?
1789     echo "$as_me:$LINENO: \$? = $ac_status" >&5
1790     (exit $ac_status); }
1791     { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
1792     (eval $ac_compiler -v </dev/null >&5) 2>&5
1793     ac_status=$?
1794     echo "$as_me:$LINENO: \$? = $ac_status" >&5
1795     (exit $ac_status); }
1796     { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
1797     (eval $ac_compiler -V </dev/null >&5) 2>&5
1798     ac_status=$?
1799     echo "$as_me:$LINENO: \$? = $ac_status" >&5
1800     (exit $ac_status); }
1801    
1802     cat >conftest.$ac_ext <<_ACEOF
1803     /* confdefs.h. */
1804     _ACEOF
1805     cat confdefs.h >>conftest.$ac_ext
1806     cat >>conftest.$ac_ext <<_ACEOF
1807     /* end confdefs.h. */
1808 pcg 1.1
1809 pcg 1.11 int
1810     main ()
1811     {
1812 pcg 1.1
1813 pcg 1.11 ;
1814     return 0;
1815     }
1816     _ACEOF
1817     ac_clean_files_save=$ac_clean_files
1818     ac_clean_files="$ac_clean_files a.out a.exe b.out"
1819     # Try to create an executable without -o first, disregard a.out.
1820     # It will help us diagnose broken compilers, and finding out an intuition
1821     # of exeext.
1822     echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
1823     echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
1824     ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
1825     if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
1826     (eval $ac_link_default) 2>&5
1827     ac_status=$?
1828     echo "$as_me:$LINENO: \$? = $ac_status" >&5
1829     (exit $ac_status); }; then
1830     # Find the output, starting from the most likely. This scheme is
1831     # not robust to junk in `.', hence go to wildcards (a.*) only as a last
1832     # resort.
1833    
1834     # Be careful to initialize this variable, since it used to be cached.
1835     # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
1836     ac_cv_exeext=
1837     # b.out is created by i960 compilers.
1838     for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
1839     do
1840     test -f "$ac_file" || continue
1841     case $ac_file in
1842     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
1843     ;;
1844     conftest.$ac_ext )
1845     # This is the source file.
1846     ;;
1847     [ab].out )
1848     # We found the default executable, but exeext='' is most
1849     # certainly right.
1850     break;;
1851     *.* )
1852     ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1853     # FIXME: I believe we export ac_cv_exeext for Libtool,
1854     # but it would be cool to find out if it's true. Does anybody
1855     # maintain Libtool? --akim.
1856     export ac_cv_exeext
1857     break;;
1858     * )
1859     break;;
1860     esac
1861     done
1862     else
1863     echo "$as_me: failed program was:" >&5
1864     sed 's/^/| /' conftest.$ac_ext >&5
1865 pcg 1.1
1866 pcg 1.11 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
1867     See \`config.log' for more details." >&5
1868     echo "$as_me: error: C compiler cannot create executables
1869     See \`config.log' for more details." >&2;}
1870     { (exit 77); exit 77; }; }
1871     fi
1872    
1873     ac_exeext=$ac_cv_exeext
1874     echo "$as_me:$LINENO: result: $ac_file" >&5
1875     echo "${ECHO_T}$ac_file" >&6
1876    
1877     # Check the compiler produces executables we can run. If not, either
1878     # the compiler is broken, or we cross compile.
1879     echo "$as_me:$LINENO: checking whether the C compiler works" >&5
1880     echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
1881     # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
1882     # If not cross compiling, check that we can run a simple program.
1883     if test "$cross_compiling" != yes; then
1884     if { ac_try='./$ac_file'
1885     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1886     (eval $ac_try) 2>&5
1887     ac_status=$?
1888     echo "$as_me:$LINENO: \$? = $ac_status" >&5
1889     (exit $ac_status); }; }; then
1890     cross_compiling=no
1891     else
1892     if test "$cross_compiling" = maybe; then
1893     cross_compiling=yes
1894     else
1895     { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
1896     If you meant to cross compile, use \`--host'.
1897     See \`config.log' for more details." >&5
1898     echo "$as_me: error: cannot run C compiled programs.
1899     If you meant to cross compile, use \`--host'.
1900     See \`config.log' for more details." >&2;}
1901     { (exit 1); exit 1; }; }
1902     fi
1903 pcg 1.1 fi
1904 pcg 1.11 fi
1905     echo "$as_me:$LINENO: result: yes" >&5
1906     echo "${ECHO_T}yes" >&6
1907    
1908     rm -f a.out a.exe conftest$ac_cv_exeext b.out
1909     ac_clean_files=$ac_clean_files_save
1910     # Check the compiler produces executables we can run. If not, either
1911     # the compiler is broken, or we cross compile.
1912     echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
1913     echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
1914     echo "$as_me:$LINENO: result: $cross_compiling" >&5
1915     echo "${ECHO_T}$cross_compiling" >&6
1916    
1917     echo "$as_me:$LINENO: checking for suffix of executables" >&5
1918     echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
1919     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
1920     (eval $ac_link) 2>&5
1921     ac_status=$?
1922     echo "$as_me:$LINENO: \$? = $ac_status" >&5
1923     (exit $ac_status); }; then
1924     # If both `conftest.exe' and `conftest' are `present' (well, observable)
1925     # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
1926     # work properly (i.e., refer to `conftest.exe'), while it won't with
1927     # `rm'.
1928     for ac_file in conftest.exe conftest conftest.*; do
1929     test -f "$ac_file" || continue
1930     case $ac_file in
1931     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
1932     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1933     export ac_cv_exeext
1934     break;;
1935     * ) break;;
1936     esac
1937     done
1938 pcg 1.1 else
1939 pcg 1.11 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
1940     See \`config.log' for more details." >&5
1941     echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
1942     See \`config.log' for more details." >&2;}
1943     { (exit 1); exit 1; }; }
1944 pcg 1.1 fi
1945 pcg 1.11
1946     rm -f conftest$ac_cv_exeext
1947     echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
1948     echo "${ECHO_T}$ac_cv_exeext" >&6
1949    
1950     rm -f conftest.$ac_ext
1951     EXEEXT=$ac_cv_exeext
1952     ac_exeext=$EXEEXT
1953     echo "$as_me:$LINENO: checking for suffix of object files" >&5
1954     echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
1955     if test "${ac_cv_objext+set}" = set; then
1956     echo $ECHO_N "(cached) $ECHO_C" >&6
1957     else
1958     cat >conftest.$ac_ext <<_ACEOF
1959     /* confdefs.h. */
1960     _ACEOF
1961     cat confdefs.h >>conftest.$ac_ext
1962     cat >>conftest.$ac_ext <<_ACEOF
1963     /* end confdefs.h. */
1964    
1965     int
1966     main ()
1967     {
1968    
1969     ;
1970     return 0;
1971     }
1972     _ACEOF
1973     rm -f conftest.o conftest.obj
1974     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1975     (eval $ac_compile) 2>&5
1976     ac_status=$?
1977     echo "$as_me:$LINENO: \$? = $ac_status" >&5
1978     (exit $ac_status); }; then
1979     for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
1980     case $ac_file in
1981     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
1982     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
1983     break;;
1984     esac
1985     done
1986 pcg 1.1 else
1987 pcg 1.11 echo "$as_me: failed program was:" >&5
1988     sed 's/^/| /' conftest.$ac_ext >&5
1989    
1990     { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
1991     See \`config.log' for more details." >&5
1992     echo "$as_me: error: cannot compute suffix of object files: cannot compile
1993     See \`config.log' for more details." >&2;}
1994     { (exit 1); exit 1; }; }
1995 pcg 1.1 fi
1996 pcg 1.11
1997     rm -f conftest.$ac_cv_objext conftest.$ac_ext
1998 pcg 1.1 fi
1999 pcg 1.11 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2000     echo "${ECHO_T}$ac_cv_objext" >&6
2001     OBJEXT=$ac_cv_objext
2002     ac_objext=$OBJEXT
2003     echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2004     echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2005     if test "${ac_cv_c_compiler_gnu+set}" = set; then
2006     echo $ECHO_N "(cached) $ECHO_C" >&6
2007     else
2008     cat >conftest.$ac_ext <<_ACEOF
2009     /* confdefs.h. */
2010     _ACEOF
2011     cat confdefs.h >>conftest.$ac_ext
2012     cat >>conftest.$ac_ext <<_ACEOF
2013     /* end confdefs.h. */
2014    
2015     int
2016     main ()
2017     {
2018     #ifndef __GNUC__
2019     choke me
2020     #endif
2021 pcg 1.1
2022 pcg 1.11 ;
2023     return 0;
2024     }
2025     _ACEOF
2026     rm -f conftest.$ac_objext
2027     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2028     (eval $ac_compile) 2>conftest.er1
2029     ac_status=$?
2030     grep -v '^ *+' conftest.er1 >conftest.err
2031     rm -f conftest.er1
2032     cat conftest.err >&5
2033     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2034     (exit $ac_status); } &&
2035     { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2036     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2037     (eval $ac_try) 2>&5
2038     ac_status=$?
2039     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2040     (exit $ac_status); }; } &&
2041     { ac_try='test -s conftest.$ac_objext'
2042     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2043     (eval $ac_try) 2>&5
2044     ac_status=$?
2045     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2046     (exit $ac_status); }; }; then
2047     ac_compiler_gnu=yes
2048     else
2049     echo "$as_me: failed program was:" >&5
2050     sed 's/^/| /' conftest.$ac_ext >&5
2051    
2052     ac_compiler_gnu=no
2053     fi
2054     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2055     ac_cv_c_compiler_gnu=$ac_compiler_gnu
2056    
2057     fi
2058     echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2059     echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2060     GCC=`test $ac_compiler_gnu = yes && echo yes`
2061     ac_test_CFLAGS=${CFLAGS+set}
2062     ac_save_CFLAGS=$CFLAGS
2063     CFLAGS="-g"
2064     echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2065     echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2066     if test "${ac_cv_prog_cc_g+set}" = set; then
2067     echo $ECHO_N "(cached) $ECHO_C" >&6
2068     else
2069     cat >conftest.$ac_ext <<_ACEOF
2070     /* confdefs.h. */
2071     _ACEOF
2072     cat confdefs.h >>conftest.$ac_ext
2073     cat >>conftest.$ac_ext <<_ACEOF
2074     /* end confdefs.h. */
2075 pcg 1.1
2076 pcg 1.11 int
2077     main ()
2078     {
2079 pcg 1.1
2080 pcg 1.11 ;
2081     return 0;
2082     }
2083     _ACEOF
2084     rm -f conftest.$ac_objext
2085     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2086     (eval $ac_compile) 2>conftest.er1
2087     ac_status=$?
2088     grep -v '^ *+' conftest.er1 >conftest.err
2089     rm -f conftest.er1
2090     cat conftest.err >&5
2091     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2092     (exit $ac_status); } &&
2093     { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2094     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2095     (eval $ac_try) 2>&5
2096     ac_status=$?
2097     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2098     (exit $ac_status); }; } &&
2099     { ac_try='test -s conftest.$ac_objext'
2100     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2101     (eval $ac_try) 2>&5
2102     ac_status=$?
2103     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2104     (exit $ac_status); }; }; then
2105 pcg 1.1 ac_cv_prog_cc_g=yes
2106     else
2107 pcg 1.11 echo "$as_me: failed program was:" >&5
2108     sed 's/^/| /' conftest.$ac_ext >&5
2109    
2110     ac_cv_prog_cc_g=no
2111 pcg 1.1 fi
2112 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2113 pcg 1.1 fi
2114 pcg 1.11 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2115     echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2116 pcg 1.1 if test "$ac_test_CFLAGS" = set; then
2117 pcg 1.11 CFLAGS=$ac_save_CFLAGS
2118 pcg 1.1 elif test $ac_cv_prog_cc_g = yes; then
2119     if test "$GCC" = yes; then
2120     CFLAGS="-g -O2"
2121     else
2122     CFLAGS="-g"
2123     fi
2124     else
2125     if test "$GCC" = yes; then
2126     CFLAGS="-O2"
2127     else
2128     CFLAGS=
2129     fi
2130     fi
2131 pcg 1.11 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2132     echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2133     if test "${ac_cv_prog_cc_stdc+set}" = set; then
2134     echo $ECHO_N "(cached) $ECHO_C" >&6
2135     else
2136     ac_cv_prog_cc_stdc=no
2137     ac_save_CC=$CC
2138     cat >conftest.$ac_ext <<_ACEOF
2139     /* confdefs.h. */
2140     _ACEOF
2141     cat confdefs.h >>conftest.$ac_ext
2142     cat >>conftest.$ac_ext <<_ACEOF
2143     /* end confdefs.h. */
2144     #include <stdarg.h>
2145     #include <stdio.h>
2146     #include <sys/types.h>
2147     #include <sys/stat.h>
2148     /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2149     struct buf { int x; };
2150     FILE * (*rcsopen) (struct buf *, struct stat *, int);
2151     static char *e (p, i)
2152     char **p;
2153     int i;
2154     {
2155     return p[i];
2156     }
2157     static char *f (char * (*g) (char **, int), char **p, ...)
2158     {
2159     char *s;
2160     va_list v;
2161     va_start (v,p);
2162     s = g (p, va_arg (v,int));
2163     va_end (v);
2164     return s;
2165     }
2166 pcg 1.1
2167 pcg 1.11 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2168     function prototypes and stuff, but not '\xHH' hex character constants.
2169     These don't provoke an error unfortunately, instead are silently treated
2170     as 'x'. The following induces an error, until -std1 is added to get
2171     proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2172     array size at least. It's necessary to write '\x00'==0 to get something
2173     that's true only with -std1. */
2174     int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2175    
2176     int test (int i, double x);
2177     struct s1 {int (*f) (int a);};
2178     struct s2 {int (*f) (double a);};
2179     int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2180     int argc;
2181     char **argv;
2182     int
2183     main ()
2184     {
2185     return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2186     ;
2187     return 0;
2188     }
2189     _ACEOF
2190     # Don't try gcc -ansi; that turns off useful extensions and
2191     # breaks some systems' header files.
2192     # AIX -qlanglvl=ansi
2193     # Ultrix and OSF/1 -std1
2194     # HP-UX 10.20 and later -Ae
2195     # HP-UX older versions -Aa -D_HPUX_SOURCE
2196     # SVR4 -Xc -D__EXTENSIONS__
2197     for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2198 pcg 1.1 do
2199 pcg 1.11 CC="$ac_save_CC $ac_arg"
2200     rm -f conftest.$ac_objext
2201     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2202     (eval $ac_compile) 2>conftest.er1
2203     ac_status=$?
2204     grep -v '^ *+' conftest.er1 >conftest.err
2205     rm -f conftest.er1
2206     cat conftest.err >&5
2207     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2208     (exit $ac_status); } &&
2209     { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2210     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2211     (eval $ac_try) 2>&5
2212     ac_status=$?
2213     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2214     (exit $ac_status); }; } &&
2215     { ac_try='test -s conftest.$ac_objext'
2216     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2217     (eval $ac_try) 2>&5
2218     ac_status=$?
2219     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2220     (exit $ac_status); }; }; then
2221     ac_cv_prog_cc_stdc=$ac_arg
2222     break
2223 pcg 1.1 else
2224 pcg 1.11 echo "$as_me: failed program was:" >&5
2225     sed 's/^/| /' conftest.$ac_ext >&5
2226    
2227 pcg 1.1 fi
2228 pcg 1.11 rm -f conftest.err conftest.$ac_objext
2229 pcg 1.1 done
2230 pcg 1.11 rm -f conftest.$ac_ext conftest.$ac_objext
2231     CC=$ac_save_CC
2232 pcg 1.1
2233 pcg 1.11 fi
2234 pcg 1.1
2235 pcg 1.11 case "x$ac_cv_prog_cc_stdc" in
2236     x|xno)
2237     echo "$as_me:$LINENO: result: none needed" >&5
2238     echo "${ECHO_T}none needed" >&6 ;;
2239     *)
2240     echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2241     echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2242     CC="$CC $ac_cv_prog_cc_stdc" ;;
2243     esac
2244 pcg 1.1
2245 pcg 1.11 # Some people use a C++ compiler to compile C. Since we use `exit',
2246     # in C++ we need to declare it. In case someone uses the same compiler
2247     # for both compiling C and C++ we need to have the C++ compiler decide
2248     # the declaration of exit, since it's the most demanding environment.
2249     cat >conftest.$ac_ext <<_ACEOF
2250     #ifndef __cplusplus
2251     choke me
2252     #endif
2253     _ACEOF
2254     rm -f conftest.$ac_objext
2255     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2256     (eval $ac_compile) 2>conftest.er1
2257     ac_status=$?
2258     grep -v '^ *+' conftest.er1 >conftest.err
2259     rm -f conftest.er1
2260     cat conftest.err >&5
2261     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2262     (exit $ac_status); } &&
2263     { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2264     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2265     (eval $ac_try) 2>&5
2266     ac_status=$?
2267     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2268     (exit $ac_status); }; } &&
2269     { ac_try='test -s conftest.$ac_objext'
2270     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2271     (eval $ac_try) 2>&5
2272     ac_status=$?
2273     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2274     (exit $ac_status); }; }; then
2275     for ac_declaration in \
2276     '' \
2277     'extern "C" void std::exit (int) throw (); using std::exit;' \
2278     'extern "C" void std::exit (int); using std::exit;' \
2279     'extern "C" void exit (int) throw ();' \
2280     'extern "C" void exit (int);' \
2281     'void exit (int);'
2282     do
2283     cat >conftest.$ac_ext <<_ACEOF
2284     /* confdefs.h. */
2285     _ACEOF
2286     cat confdefs.h >>conftest.$ac_ext
2287     cat >>conftest.$ac_ext <<_ACEOF
2288     /* end confdefs.h. */
2289     $ac_declaration
2290     #include <stdlib.h>
2291     int
2292     main ()
2293     {
2294     exit (42);
2295     ;
2296     return 0;
2297     }
2298     _ACEOF
2299     rm -f conftest.$ac_objext
2300     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2301     (eval $ac_compile) 2>conftest.er1
2302     ac_status=$?
2303     grep -v '^ *+' conftest.er1 >conftest.err
2304     rm -f conftest.er1
2305     cat conftest.err >&5
2306     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2307     (exit $ac_status); } &&
2308     { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2309     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2310     (eval $ac_try) 2>&5
2311     ac_status=$?
2312     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2313     (exit $ac_status); }; } &&
2314     { ac_try='test -s conftest.$ac_objext'
2315     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2316     (eval $ac_try) 2>&5
2317     ac_status=$?
2318     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2319     (exit $ac_status); }; }; then
2320     :
2321     else
2322     echo "$as_me: failed program was:" >&5
2323     sed 's/^/| /' conftest.$ac_ext >&5
2324 pcg 1.1
2325 pcg 1.11 continue
2326     fi
2327     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2328     cat >conftest.$ac_ext <<_ACEOF
2329     /* confdefs.h. */
2330     _ACEOF
2331     cat confdefs.h >>conftest.$ac_ext
2332     cat >>conftest.$ac_ext <<_ACEOF
2333     /* end confdefs.h. */
2334     $ac_declaration
2335     int
2336     main ()
2337     {
2338     exit (42);
2339     ;
2340     return 0;
2341     }
2342     _ACEOF
2343     rm -f conftest.$ac_objext
2344     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2345     (eval $ac_compile) 2>conftest.er1
2346     ac_status=$?
2347     grep -v '^ *+' conftest.er1 >conftest.err
2348     rm -f conftest.er1
2349     cat conftest.err >&5
2350     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2351     (exit $ac_status); } &&
2352     { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2353     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2354     (eval $ac_try) 2>&5
2355     ac_status=$?
2356     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2357     (exit $ac_status); }; } &&
2358     { ac_try='test -s conftest.$ac_objext'
2359     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2360     (eval $ac_try) 2>&5
2361     ac_status=$?
2362     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2363     (exit $ac_status); }; }; then
2364     break
2365     else
2366     echo "$as_me: failed program was:" >&5
2367     sed 's/^/| /' conftest.$ac_ext >&5
2368 pcg 1.1
2369 pcg 1.11 fi
2370     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2371     done
2372     rm -f conftest*
2373     if test -n "$ac_declaration"; then
2374     echo '#ifdef __cplusplus' >>confdefs.h
2375     echo $ac_declaration >>confdefs.h
2376     echo '#endif' >>confdefs.h
2377     fi
2378 pcg 1.1
2379     else
2380 pcg 1.11 echo "$as_me: failed program was:" >&5
2381     sed 's/^/| /' conftest.$ac_ext >&5
2382    
2383 pcg 1.1 fi
2384 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2385 pcg 1.1 ac_ext=c
2386     ac_cpp='$CPP $CPPFLAGS'
2387 pcg 1.11 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2388     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2389     ac_compiler_gnu=$ac_cv_c_compiler_gnu
2390    
2391     ac_ext=cc
2392     ac_cpp='$CXXCPP $CPPFLAGS'
2393     ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2394     ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2395     ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
2396     if test -n "$ac_tool_prefix"; then
2397     for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
2398     do
2399     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2400     set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2401     echo "$as_me:$LINENO: checking for $ac_word" >&5
2402     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2403     if test "${ac_cv_prog_CXX+set}" = set; then
2404     echo $ECHO_N "(cached) $ECHO_C" >&6
2405     else
2406     if test -n "$CXX"; then
2407     ac_cv_prog_CXX="$CXX" # Let the user override the test.
2408 pcg 1.1 else
2409 pcg 1.11 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2410     for as_dir in $PATH
2411     do
2412     IFS=$as_save_IFS
2413     test -z "$as_dir" && as_dir=.
2414     for ac_exec_ext in '' $ac_executable_extensions; do
2415     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2416     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
2417     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2418     break 2
2419     fi
2420     done
2421     done
2422    
2423 pcg 1.1 fi
2424     fi
2425 pcg 1.11 CXX=$ac_cv_prog_CXX
2426     if test -n "$CXX"; then
2427     echo "$as_me:$LINENO: result: $CXX" >&5
2428     echo "${ECHO_T}$CXX" >&6
2429 pcg 1.1 else
2430 pcg 1.11 echo "$as_me:$LINENO: result: no" >&5
2431     echo "${ECHO_T}no" >&6
2432 pcg 1.1 fi
2433    
2434 pcg 1.11 test -n "$CXX" && break
2435     done
2436     fi
2437     if test -z "$CXX"; then
2438     ac_ct_CXX=$CXX
2439     for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
2440     do
2441     # Extract the first word of "$ac_prog", so it can be a program name with args.
2442     set dummy $ac_prog; ac_word=$2
2443     echo "$as_me:$LINENO: checking for $ac_word" >&5
2444     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2445     if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
2446     echo $ECHO_N "(cached) $ECHO_C" >&6
2447 pcg 1.1 else
2448 pcg 1.11 if test -n "$ac_ct_CXX"; then
2449     ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
2450 pcg 1.1 else
2451 pcg 1.11 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2452     for as_dir in $PATH
2453     do
2454     IFS=$as_save_IFS
2455     test -z "$as_dir" && as_dir=.
2456     for ac_exec_ext in '' $ac_executable_extensions; do
2457     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2458     ac_cv_prog_ac_ct_CXX="$ac_prog"
2459     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2460     break 2
2461     fi
2462     done
2463     done
2464    
2465 pcg 1.1 fi
2466 pcg 1.11 fi
2467     ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
2468     if test -n "$ac_ct_CXX"; then
2469     echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
2470     echo "${ECHO_T}$ac_ct_CXX" >&6
2471     else
2472     echo "$as_me:$LINENO: result: no" >&5
2473     echo "${ECHO_T}no" >&6
2474 pcg 1.1 fi
2475    
2476 pcg 1.11 test -n "$ac_ct_CXX" && break
2477     done
2478     test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
2479    
2480     CXX=$ac_ct_CXX
2481     fi
2482    
2483    
2484     # Provide some information about the compiler.
2485     echo "$as_me:$LINENO:" \
2486     "checking for C++ compiler version" >&5
2487     ac_compiler=`set X $ac_compile; echo $2`
2488     { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
2489     (eval $ac_compiler --version </dev/null >&5) 2>&5
2490     ac_status=$?
2491     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2492     (exit $ac_status); }
2493     { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
2494     (eval $ac_compiler -v </dev/null >&5) 2>&5
2495     ac_status=$?
2496     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2497     (exit $ac_status); }
2498     { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
2499     (eval $ac_compiler -V </dev/null >&5) 2>&5
2500     ac_status=$?
2501     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2502     (exit $ac_status); }
2503    
2504     echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
2505     echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
2506     if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
2507     echo $ECHO_N "(cached) $ECHO_C" >&6
2508     else
2509     cat >conftest.$ac_ext <<_ACEOF
2510     /* confdefs.h. */
2511     _ACEOF
2512     cat confdefs.h >>conftest.$ac_ext
2513     cat >>conftest.$ac_ext <<_ACEOF
2514     /* end confdefs.h. */
2515    
2516     int
2517     main ()
2518     {
2519     #ifndef __GNUC__
2520     choke me
2521     #endif
2522    
2523     ;
2524     return 0;
2525     }
2526     _ACEOF
2527     rm -f conftest.$ac_objext
2528     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2529     (eval $ac_compile) 2>conftest.er1
2530     ac_status=$?
2531     grep -v '^ *+' conftest.er1 >conftest.err
2532     rm -f conftest.er1
2533     cat conftest.err >&5
2534     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2535     (exit $ac_status); } &&
2536     { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
2537     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2538     (eval $ac_try) 2>&5
2539     ac_status=$?
2540     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2541     (exit $ac_status); }; } &&
2542     { ac_try='test -s conftest.$ac_objext'
2543     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2544     (eval $ac_try) 2>&5
2545     ac_status=$?
2546     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2547     (exit $ac_status); }; }; then
2548     ac_compiler_gnu=yes
2549     else
2550     echo "$as_me: failed program was:" >&5
2551     sed 's/^/| /' conftest.$ac_ext >&5
2552    
2553     ac_compiler_gnu=no
2554     fi
2555     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2556     ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
2557    
2558     fi
2559     echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
2560     echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
2561     GXX=`test $ac_compiler_gnu = yes && echo yes`
2562     ac_test_CXXFLAGS=${CXXFLAGS+set}
2563     ac_save_CXXFLAGS=$CXXFLAGS
2564     CXXFLAGS="-g"
2565     echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
2566     echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
2567     if test "${ac_cv_prog_cxx_g+set}" = set; then
2568     echo $ECHO_N "(cached) $ECHO_C" >&6
2569     else
2570     cat >conftest.$ac_ext <<_ACEOF
2571     /* confdefs.h. */
2572     _ACEOF
2573     cat confdefs.h >>conftest.$ac_ext
2574     cat >>conftest.$ac_ext <<_ACEOF
2575     /* end confdefs.h. */
2576    
2577     int
2578     main ()
2579     {
2580    
2581     ;
2582     return 0;
2583     }
2584     _ACEOF
2585     rm -f conftest.$ac_objext
2586     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2587     (eval $ac_compile) 2>conftest.er1
2588     ac_status=$?
2589     grep -v '^ *+' conftest.er1 >conftest.err
2590     rm -f conftest.er1
2591     cat conftest.err >&5
2592     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2593     (exit $ac_status); } &&
2594     { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
2595     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2596     (eval $ac_try) 2>&5
2597     ac_status=$?
2598     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2599     (exit $ac_status); }; } &&
2600     { ac_try='test -s conftest.$ac_objext'
2601     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2602     (eval $ac_try) 2>&5
2603     ac_status=$?
2604     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2605     (exit $ac_status); }; }; then
2606     ac_cv_prog_cxx_g=yes
2607     else
2608     echo "$as_me: failed program was:" >&5
2609     sed 's/^/| /' conftest.$ac_ext >&5
2610    
2611     ac_cv_prog_cxx_g=no
2612     fi
2613     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2614     fi
2615     echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
2616     echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
2617 pcg 1.1 if test "$ac_test_CXXFLAGS" = set; then
2618 pcg 1.11 CXXFLAGS=$ac_save_CXXFLAGS
2619 pcg 1.1 elif test $ac_cv_prog_cxx_g = yes; then
2620     if test "$GXX" = yes; then
2621     CXXFLAGS="-g -O2"
2622     else
2623     CXXFLAGS="-g"
2624     fi
2625     else
2626     if test "$GXX" = yes; then
2627     CXXFLAGS="-O2"
2628     else
2629     CXXFLAGS=
2630     fi
2631     fi
2632 pcg 1.11 for ac_declaration in \
2633     '' \
2634     'extern "C" void std::exit (int) throw (); using std::exit;' \
2635     'extern "C" void std::exit (int); using std::exit;' \
2636     'extern "C" void exit (int) throw ();' \
2637     'extern "C" void exit (int);' \
2638     'void exit (int);'
2639     do
2640     cat >conftest.$ac_ext <<_ACEOF
2641     /* confdefs.h. */
2642     _ACEOF
2643     cat confdefs.h >>conftest.$ac_ext
2644     cat >>conftest.$ac_ext <<_ACEOF
2645     /* end confdefs.h. */
2646     $ac_declaration
2647     #include <stdlib.h>
2648     int
2649     main ()
2650     {
2651     exit (42);
2652     ;
2653     return 0;
2654     }
2655     _ACEOF
2656     rm -f conftest.$ac_objext
2657     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2658     (eval $ac_compile) 2>conftest.er1
2659     ac_status=$?
2660     grep -v '^ *+' conftest.er1 >conftest.err
2661     rm -f conftest.er1
2662     cat conftest.err >&5
2663     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2664     (exit $ac_status); } &&
2665     { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
2666     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2667     (eval $ac_try) 2>&5
2668     ac_status=$?
2669     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2670     (exit $ac_status); }; } &&
2671     { ac_try='test -s conftest.$ac_objext'
2672     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2673     (eval $ac_try) 2>&5
2674     ac_status=$?
2675     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2676     (exit $ac_status); }; }; then
2677     :
2678     else
2679     echo "$as_me: failed program was:" >&5
2680     sed 's/^/| /' conftest.$ac_ext >&5
2681    
2682     continue
2683     fi
2684     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2685     cat >conftest.$ac_ext <<_ACEOF
2686     /* confdefs.h. */
2687     _ACEOF
2688     cat confdefs.h >>conftest.$ac_ext
2689     cat >>conftest.$ac_ext <<_ACEOF
2690     /* end confdefs.h. */
2691     $ac_declaration
2692     int
2693     main ()
2694     {
2695     exit (42);
2696     ;
2697     return 0;
2698     }
2699     _ACEOF
2700     rm -f conftest.$ac_objext
2701     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2702     (eval $ac_compile) 2>conftest.er1
2703     ac_status=$?
2704     grep -v '^ *+' conftest.er1 >conftest.err
2705     rm -f conftest.er1
2706     cat conftest.err >&5
2707     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2708     (exit $ac_status); } &&
2709     { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
2710     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2711     (eval $ac_try) 2>&5
2712     ac_status=$?
2713     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2714     (exit $ac_status); }; } &&
2715     { ac_try='test -s conftest.$ac_objext'
2716     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2717     (eval $ac_try) 2>&5
2718     ac_status=$?
2719     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2720     (exit $ac_status); }; }; then
2721     break
2722     else
2723     echo "$as_me: failed program was:" >&5
2724     sed 's/^/| /' conftest.$ac_ext >&5
2725    
2726     fi
2727     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2728     done
2729     rm -f conftest*
2730     if test -n "$ac_declaration"; then
2731     echo '#ifdef __cplusplus' >>confdefs.h
2732     echo $ac_declaration >>confdefs.h
2733     echo '#endif' >>confdefs.h
2734     fi
2735    
2736     ac_ext=c
2737     ac_cpp='$CPP $CPPFLAGS'
2738     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2739     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2740     ac_compiler_gnu=$ac_cv_c_compiler_gnu
2741 pcg 1.1
2742 pcg 1.11 ac_ext=c
2743     ac_cpp='$CPP $CPPFLAGS'
2744     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2745     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2746     ac_compiler_gnu=$ac_cv_c_compiler_gnu
2747     echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
2748     echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
2749 pcg 1.1 # On Suns, sometimes $CPP names a directory.
2750     if test -n "$CPP" && test -d "$CPP"; then
2751     CPP=
2752     fi
2753     if test -z "$CPP"; then
2754 pcg 1.11 if test "${ac_cv_prog_CPP+set}" = set; then
2755     echo $ECHO_N "(cached) $ECHO_C" >&6
2756 pcg 1.1 else
2757 pcg 1.11 # Double quotes because CPP needs to be expanded
2758     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
2759     do
2760     ac_preproc_ok=false
2761     for ac_c_preproc_warn_flag in '' yes
2762     do
2763     # Use a header file that comes with gcc, so configuring glibc
2764     # with a fresh cross-compiler works.
2765     # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2766     # <limits.h> exists even on freestanding compilers.
2767 pcg 1.1 # On the NeXT, cc -E runs the code through the compiler's parser,
2768 pcg 1.11 # not just through cpp. "Syntax error" is here to catch this case.
2769     cat >conftest.$ac_ext <<_ACEOF
2770     /* confdefs.h. */
2771     _ACEOF
2772     cat confdefs.h >>conftest.$ac_ext
2773     cat >>conftest.$ac_ext <<_ACEOF
2774     /* end confdefs.h. */
2775     #ifdef __STDC__
2776     # include <limits.h>
2777     #else
2778     # include <assert.h>
2779     #endif
2780     Syntax error
2781     _ACEOF
2782     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2783     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2784     ac_status=$?
2785     grep -v '^ *+' conftest.er1 >conftest.err
2786     rm -f conftest.er1
2787     cat conftest.err >&5
2788     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2789     (exit $ac_status); } >/dev/null; then
2790     if test -s conftest.err; then
2791     ac_cpp_err=$ac_c_preproc_warn_flag
2792     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2793     else
2794     ac_cpp_err=
2795     fi
2796     else
2797     ac_cpp_err=yes
2798     fi
2799     if test -z "$ac_cpp_err"; then
2800 pcg 1.1 :
2801     else
2802 pcg 1.11 echo "$as_me: failed program was:" >&5
2803     sed 's/^/| /' conftest.$ac_ext >&5
2804    
2805     # Broken: fails on valid input.
2806     continue
2807     fi
2808     rm -f conftest.err conftest.$ac_ext
2809    
2810     # OK, works on sane cases. Now check whether non-existent headers
2811     # can be detected and how.
2812     cat >conftest.$ac_ext <<_ACEOF
2813     /* confdefs.h. */
2814     _ACEOF
2815     cat confdefs.h >>conftest.$ac_ext
2816     cat >>conftest.$ac_ext <<_ACEOF
2817     /* end confdefs.h. */
2818     #include <ac_nonexistent.h>
2819     _ACEOF
2820     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2821     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2822     ac_status=$?
2823     grep -v '^ *+' conftest.er1 >conftest.err
2824     rm -f conftest.er1
2825     cat conftest.err >&5
2826     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2827     (exit $ac_status); } >/dev/null; then
2828     if test -s conftest.err; then
2829     ac_cpp_err=$ac_c_preproc_warn_flag
2830     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2831     else
2832     ac_cpp_err=
2833     fi
2834     else
2835     ac_cpp_err=yes
2836     fi
2837     if test -z "$ac_cpp_err"; then
2838     # Broken: success on invalid input.
2839     continue
2840     else
2841     echo "$as_me: failed program was:" >&5
2842     sed 's/^/| /' conftest.$ac_ext >&5
2843    
2844     # Passes both tests.
2845     ac_preproc_ok=:
2846     break
2847     fi
2848     rm -f conftest.err conftest.$ac_ext
2849    
2850     done
2851     # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
2852     rm -f conftest.err conftest.$ac_ext
2853     if $ac_preproc_ok; then
2854     break
2855     fi
2856    
2857     done
2858     ac_cv_prog_CPP=$CPP
2859    
2860     fi
2861     CPP=$ac_cv_prog_CPP
2862     else
2863     ac_cv_prog_CPP=$CPP
2864     fi
2865     echo "$as_me:$LINENO: result: $CPP" >&5
2866     echo "${ECHO_T}$CPP" >&6
2867     ac_preproc_ok=false
2868     for ac_c_preproc_warn_flag in '' yes
2869     do
2870     # Use a header file that comes with gcc, so configuring glibc
2871     # with a fresh cross-compiler works.
2872     # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2873     # <limits.h> exists even on freestanding compilers.
2874     # On the NeXT, cc -E runs the code through the compiler's parser,
2875     # not just through cpp. "Syntax error" is here to catch this case.
2876     cat >conftest.$ac_ext <<_ACEOF
2877     /* confdefs.h. */
2878     _ACEOF
2879     cat confdefs.h >>conftest.$ac_ext
2880     cat >>conftest.$ac_ext <<_ACEOF
2881     /* end confdefs.h. */
2882     #ifdef __STDC__
2883     # include <limits.h>
2884     #else
2885     # include <assert.h>
2886     #endif
2887     Syntax error
2888     _ACEOF
2889     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2890     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2891     ac_status=$?
2892     grep -v '^ *+' conftest.er1 >conftest.err
2893     rm -f conftest.er1
2894     cat conftest.err >&5
2895     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2896     (exit $ac_status); } >/dev/null; then
2897     if test -s conftest.err; then
2898     ac_cpp_err=$ac_c_preproc_warn_flag
2899     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2900     else
2901     ac_cpp_err=
2902     fi
2903 pcg 1.1 else
2904 pcg 1.11 ac_cpp_err=yes
2905     fi
2906     if test -z "$ac_cpp_err"; then
2907 pcg 1.1 :
2908     else
2909 pcg 1.11 echo "$as_me: failed program was:" >&5
2910     sed 's/^/| /' conftest.$ac_ext >&5
2911    
2912     # Broken: fails on valid input.
2913     continue
2914 pcg 1.1 fi
2915 pcg 1.11 rm -f conftest.err conftest.$ac_ext
2916    
2917     # OK, works on sane cases. Now check whether non-existent headers
2918     # can be detected and how.
2919     cat >conftest.$ac_ext <<_ACEOF
2920     /* confdefs.h. */
2921     _ACEOF
2922     cat confdefs.h >>conftest.$ac_ext
2923     cat >>conftest.$ac_ext <<_ACEOF
2924     /* end confdefs.h. */
2925     #include <ac_nonexistent.h>
2926     _ACEOF
2927     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2928     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2929     ac_status=$?
2930     grep -v '^ *+' conftest.er1 >conftest.err
2931     rm -f conftest.er1
2932     cat conftest.err >&5
2933     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2934     (exit $ac_status); } >/dev/null; then
2935     if test -s conftest.err; then
2936     ac_cpp_err=$ac_c_preproc_warn_flag
2937     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2938     else
2939     ac_cpp_err=
2940     fi
2941     else
2942     ac_cpp_err=yes
2943 pcg 1.1 fi
2944 pcg 1.11 if test -z "$ac_cpp_err"; then
2945     # Broken: success on invalid input.
2946     continue
2947     else
2948     echo "$as_me: failed program was:" >&5
2949     sed 's/^/| /' conftest.$ac_ext >&5
2950    
2951     # Passes both tests.
2952     ac_preproc_ok=:
2953     break
2954 pcg 1.1 fi
2955 pcg 1.11 rm -f conftest.err conftest.$ac_ext
2956    
2957     done
2958     # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
2959     rm -f conftest.err conftest.$ac_ext
2960     if $ac_preproc_ok; then
2961     :
2962 pcg 1.1 else
2963 pcg 1.11 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
2964     See \`config.log' for more details." >&5
2965     echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
2966     See \`config.log' for more details." >&2;}
2967     { (exit 1); exit 1; }; }
2968 pcg 1.1 fi
2969 pcg 1.11
2970     ac_ext=c
2971     ac_cpp='$CPP $CPPFLAGS'
2972     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2973     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2974     ac_compiler_gnu=$ac_cv_c_compiler_gnu
2975 pcg 1.1
2976     # Find a good install program. We prefer a C program (faster),
2977     # so one script is as good as another. But avoid the broken or
2978     # incompatible versions:
2979     # SysV /etc/install, /usr/sbin/install
2980     # SunOS /usr/etc/install
2981     # IRIX /sbin/install
2982     # AIX /bin/install
2983 pcg 1.11 # AmigaOS /C/install, which installs bootblocks on floppy discs
2984 pcg 1.1 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2985     # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2986     # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2987 pcg 1.11 # OS/2's system install, which has a completely different semantic
2988 pcg 1.1 # ./install, which can be erroneously created by make from ./install.sh.
2989 pcg 1.11 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2990     echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
2991 pcg 1.1 if test -z "$INSTALL"; then
2992 pcg 1.11 if test "${ac_cv_path_install+set}" = set; then
2993     echo $ECHO_N "(cached) $ECHO_C" >&6
2994 pcg 1.1 else
2995 pcg 1.11 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2996     for as_dir in $PATH
2997     do
2998     IFS=$as_save_IFS
2999     test -z "$as_dir" && as_dir=.
3000     # Account for people who put trailing slashes in PATH elements.
3001     case $as_dir/ in
3002     ./ | .// | /cC/* | \
3003     /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3004     ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
3005     /usr/ucb/* ) ;;
3006     *)
3007     # OSF1 and SCO ODT 3.0 have their own names for install.
3008     # Don't use installbsd from OSF since it installs stuff as root
3009     # by default.
3010     for ac_prog in ginstall scoinst install; do
3011     for ac_exec_ext in '' $ac_executable_extensions; do
3012     if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
3013 pcg 1.1 if test $ac_prog = install &&
3014 pcg 1.11 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3015 pcg 1.1 # AIX install. It has an incompatible calling convention.
3016     :
3017 pcg 1.11 elif test $ac_prog = install &&
3018     grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3019     # program-specific install script used by HP pwplus--don't use.
3020     :
3021 pcg 1.1 else
3022 pcg 1.11 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3023     break 3
3024 pcg 1.1 fi
3025     fi
3026     done
3027 pcg 1.11 done
3028     ;;
3029     esac
3030     done
3031    
3032 pcg 1.1
3033     fi
3034     if test "${ac_cv_path_install+set}" = set; then
3035 pcg 1.11 INSTALL=$ac_cv_path_install
3036 pcg 1.1 else
3037     # As a last resort, use the slow shell script. We don't cache a
3038     # path for INSTALL within a source directory, because that will
3039     # break other packages using the cache if that directory is
3040     # removed, or if the path is relative.
3041 pcg 1.11 INSTALL=$ac_install_sh
3042 pcg 1.1 fi
3043     fi
3044 pcg 1.11 echo "$as_me:$LINENO: result: $INSTALL" >&5
3045     echo "${ECHO_T}$INSTALL" >&6
3046 pcg 1.1
3047     # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3048     # It thinks the first close brace ends the variable substitution.
3049     test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3050    
3051 pcg 1.11 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3052 pcg 1.1
3053     test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3054    
3055 pcg 1.11 for ac_prog in gawk mawk nawk awk
3056 pcg 1.1 do
3057 pcg 1.11 # Extract the first word of "$ac_prog", so it can be a program name with args.
3058 pcg 1.1 set dummy $ac_prog; ac_word=$2
3059 pcg 1.11 echo "$as_me:$LINENO: checking for $ac_word" >&5
3060     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3061     if test "${ac_cv_prog_AWK+set}" = set; then
3062     echo $ECHO_N "(cached) $ECHO_C" >&6
3063 pcg 1.1 else
3064     if test -n "$AWK"; then
3065     ac_cv_prog_AWK="$AWK" # Let the user override the test.
3066     else
3067 pcg 1.11 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3068     for as_dir in $PATH
3069     do
3070     IFS=$as_save_IFS
3071     test -z "$as_dir" && as_dir=.
3072     for ac_exec_ext in '' $ac_executable_extensions; do
3073     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3074     ac_cv_prog_AWK="$ac_prog"
3075     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3076     break 2
3077     fi
3078     done
3079     done
3080    
3081 pcg 1.1 fi
3082     fi
3083 pcg 1.11 AWK=$ac_cv_prog_AWK
3084 pcg 1.1 if test -n "$AWK"; then
3085 pcg 1.11 echo "$as_me:$LINENO: result: $AWK" >&5
3086     echo "${ECHO_T}$AWK" >&6
3087 pcg 1.1 else
3088 pcg 1.11 echo "$as_me:$LINENO: result: no" >&5
3089     echo "${ECHO_T}no" >&6
3090 pcg 1.1 fi
3091    
3092 pcg 1.11 test -n "$AWK" && break
3093 pcg 1.1 done
3094    
3095    
3096 pcg 1.13 ac_ext=c
3097     ac_cpp='$CPP $CPPFLAGS'
3098     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3099     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3100     ac_compiler_gnu=$ac_cv_c_compiler_gnu
3101    
3102    
3103 root 1.48 if test -z "$orig_CXXFLAGS"; then
3104     CXXFLAGS='-O'
3105     if test x$GCC = xyes && test "x$GXX" = xyes; then
3106     CXXFLAGS="-g -O3"
3107     fi
3108     CFLAGS="$CXXFLAGS"
3109     fi
3110    
3111 pcg 1.13 LINKER="$CXX"
3112     if test x$GCC = xyes && test x$GXX = xyes; then
3113    
3114     echo "$as_me:$LINENO: checking for main in -lsupc++" >&5
3115     echo $ECHO_N "checking for main in -lsupc++... $ECHO_C" >&6
3116     if test "${ac_cv_lib_supcpp_main+set}" = set; then
3117     echo $ECHO_N "(cached) $ECHO_C" >&6
3118     else
3119     ac_check_lib_save_LIBS=$LIBS
3120     LIBS="-lsupc++ $LIBS"
3121     cat >conftest.$ac_ext <<_ACEOF
3122     /* confdefs.h. */
3123     _ACEOF
3124     cat confdefs.h >>conftest.$ac_ext
3125     cat >>conftest.$ac_ext <<_ACEOF
3126     /* end confdefs.h. */
3127    
3128    
3129     int
3130     main ()
3131     {
3132     main ();
3133     ;
3134     return 0;
3135     }
3136     _ACEOF
3137     rm -f conftest.$ac_objext conftest$ac_exeext
3138     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3139     (eval $ac_link) 2>conftest.er1
3140     ac_status=$?
3141     grep -v '^ *+' conftest.er1 >conftest.err
3142     rm -f conftest.er1
3143     cat conftest.err >&5
3144     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3145     (exit $ac_status); } &&
3146     { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3147     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3148     (eval $ac_try) 2>&5
3149     ac_status=$?
3150     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3151     (exit $ac_status); }; } &&
3152     { ac_try='test -s conftest$ac_exeext'
3153     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3154     (eval $ac_try) 2>&5
3155     ac_status=$?
3156     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3157     (exit $ac_status); }; }; then
3158     ac_cv_lib_supcpp_main=yes
3159     else
3160     echo "$as_me: failed program was:" >&5
3161     sed 's/^/| /' conftest.$ac_ext >&5
3162    
3163     ac_cv_lib_supcpp_main=no
3164     fi
3165     rm -f conftest.err conftest.$ac_objext \
3166     conftest$ac_exeext conftest.$ac_ext
3167     LIBS=$ac_check_lib_save_LIBS
3168     fi
3169     echo "$as_me:$LINENO: result: $ac_cv_lib_supcpp_main" >&5
3170     echo "${ECHO_T}$ac_cv_lib_supcpp_main" >&6
3171     if test $ac_cv_lib_supcpp_main = yes; then
3172    
3173     LINKER="$CC"
3174     LIBS="$LIBS -lsupc++"
3175    
3176     fi
3177    
3178     fi
3179     LINKER=$LINKER
3180    
3181    
3182 root 1.48
3183     cat >>confdefs.h <<\_ACEOF
3184     #define _GNU_SOURCE 1
3185     _ACEOF
3186    
3187    
3188     case $host in
3189     *-*-solaris* )
3190    
3191     cat >>confdefs.h <<\_ACEOF
3192     #define _XOPEN_SOURCE_EXTENDED 1
3193     _ACEOF
3194    
3195    
3196     cat >>confdefs.h <<\_ACEOF
3197     #define _XOPEN_SOURCE 2
3198     _ACEOF
3199    
3200    
3201     cat >>confdefs.h <<\_ACEOF
3202     #define __EXTENSIONS__ 1
3203     _ACEOF
3204    
3205     ;;
3206     esac
3207 pcg 1.13
3208    
3209     ac_ext=cc
3210     ac_cpp='$CXXCPP $CPPFLAGS'
3211     ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3212     ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3213     ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3214    
3215    
3216    
3217     ac_ext=cc
3218     ac_cpp='$CXXCPP $CPPFLAGS'
3219     ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3220     ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3221     ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3222     echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
3223     echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
3224     if test -z "$CXXCPP"; then
3225     if test "${ac_cv_prog_CXXCPP+set}" = set; then
3226     echo $ECHO_N "(cached) $ECHO_C" >&6
3227     else
3228     # Double quotes because CXXCPP needs to be expanded
3229     for CXXCPP in "$CXX -E" "/lib/cpp"
3230     do
3231     ac_preproc_ok=false
3232     for ac_cxx_preproc_warn_flag in '' yes
3233     do
3234     # Use a header file that comes with gcc, so configuring glibc
3235     # with a fresh cross-compiler works.
3236     # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3237     # <limits.h> exists even on freestanding compilers.
3238     # On the NeXT, cc -E runs the code through the compiler's parser,
3239     # not just through cpp. "Syntax error" is here to catch this case.
3240     cat >conftest.$ac_ext <<_ACEOF
3241     /* confdefs.h. */
3242     _ACEOF
3243     cat confdefs.h >>conftest.$ac_ext
3244     cat >>conftest.$ac_ext <<_ACEOF
3245     /* end confdefs.h. */
3246     #ifdef __STDC__
3247     # include <limits.h>
3248     #else
3249     # include <assert.h>
3250     #endif
3251     Syntax error
3252     _ACEOF
3253     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3254     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3255     ac_status=$?
3256     grep -v '^ *+' conftest.er1 >conftest.err
3257     rm -f conftest.er1
3258     cat conftest.err >&5
3259     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3260     (exit $ac_status); } >/dev/null; then
3261     if test -s conftest.err; then
3262     ac_cpp_err=$ac_cxx_preproc_warn_flag
3263     ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3264     else
3265     ac_cpp_err=
3266     fi
3267     else
3268     ac_cpp_err=yes
3269     fi
3270     if test -z "$ac_cpp_err"; then
3271     :
3272     else
3273     echo "$as_me: failed program was:" >&5
3274     sed 's/^/| /' conftest.$ac_ext >&5
3275    
3276     # Broken: fails on valid input.
3277     continue
3278     fi
3279     rm -f conftest.err conftest.$ac_ext
3280    
3281     # OK, works on sane cases. Now check whether non-existent headers
3282     # can be detected and how.
3283     cat >conftest.$ac_ext <<_ACEOF
3284     /* confdefs.h. */
3285     _ACEOF
3286     cat confdefs.h >>conftest.$ac_ext
3287     cat >>conftest.$ac_ext <<_ACEOF
3288     /* end confdefs.h. */
3289     #include <ac_nonexistent.h>
3290     _ACEOF
3291     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3292     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3293     ac_status=$?
3294     grep -v '^ *+' conftest.er1 >conftest.err
3295     rm -f conftest.er1
3296     cat conftest.err >&5
3297     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3298     (exit $ac_status); } >/dev/null; then
3299     if test -s conftest.err; then
3300     ac_cpp_err=$ac_cxx_preproc_warn_flag
3301     ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3302     else
3303     ac_cpp_err=
3304     fi
3305     else
3306     ac_cpp_err=yes
3307     fi
3308     if test -z "$ac_cpp_err"; then
3309     # Broken: success on invalid input.
3310     continue
3311     else
3312     echo "$as_me: failed program was:" >&5
3313     sed 's/^/| /' conftest.$ac_ext >&5
3314    
3315     # Passes both tests.
3316     ac_preproc_ok=:
3317     break
3318     fi
3319     rm -f conftest.err conftest.$ac_ext
3320    
3321     done
3322     # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3323     rm -f conftest.err conftest.$ac_ext
3324     if $ac_preproc_ok; then
3325     break
3326     fi
3327    
3328     done
3329     ac_cv_prog_CXXCPP=$CXXCPP
3330    
3331     fi
3332     CXXCPP=$ac_cv_prog_CXXCPP
3333     else
3334     ac_cv_prog_CXXCPP=$CXXCPP
3335     fi
3336     echo "$as_me:$LINENO: result: $CXXCPP" >&5
3337     echo "${ECHO_T}$CXXCPP" >&6
3338     ac_preproc_ok=false
3339     for ac_cxx_preproc_warn_flag in '' yes
3340     do
3341     # Use a header file that comes with gcc, so configuring glibc
3342     # with a fresh cross-compiler works.
3343     # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3344     # <limits.h> exists even on freestanding compilers.
3345     # On the NeXT, cc -E runs the code through the compiler's parser,
3346     # not just through cpp. "Syntax error" is here to catch this case.
3347     cat >conftest.$ac_ext <<_ACEOF
3348     /* confdefs.h. */
3349     _ACEOF
3350     cat confdefs.h >>conftest.$ac_ext
3351     cat >>conftest.$ac_ext <<_ACEOF
3352     /* end confdefs.h. */
3353     #ifdef __STDC__
3354     # include <limits.h>
3355     #else
3356     # include <assert.h>
3357     #endif
3358     Syntax error
3359     _ACEOF
3360     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3361     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3362     ac_status=$?
3363     grep -v '^ *+' conftest.er1 >conftest.err
3364     rm -f conftest.er1
3365     cat conftest.err >&5
3366     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3367     (exit $ac_status); } >/dev/null; then
3368     if test -s conftest.err; then
3369     ac_cpp_err=$ac_cxx_preproc_warn_flag
3370     ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3371     else
3372     ac_cpp_err=
3373     fi
3374     else
3375     ac_cpp_err=yes
3376     fi
3377     if test -z "$ac_cpp_err"; then
3378     :
3379     else
3380     echo "$as_me: failed program was:" >&5
3381     sed 's/^/| /' conftest.$ac_ext >&5
3382    
3383     # Broken: fails on valid input.
3384     continue
3385     fi
3386     rm -f conftest.err conftest.$ac_ext
3387    
3388     # OK, works on sane cases. Now check whether non-existent headers
3389     # can be detected and how.
3390     cat >conftest.$ac_ext <<_ACEOF
3391     /* confdefs.h. */
3392     _ACEOF
3393     cat confdefs.h >>conftest.$ac_ext
3394     cat >>conftest.$ac_ext <<_ACEOF
3395     /* end confdefs.h. */
3396     #include <ac_nonexistent.h>
3397     _ACEOF
3398     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3399     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3400     ac_status=$?
3401     grep -v '^ *+' conftest.er1 >conftest.err
3402     rm -f conftest.er1
3403     cat conftest.err >&5
3404     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3405     (exit $ac_status); } >/dev/null; then
3406     if test -s conftest.err; then
3407     ac_cpp_err=$ac_cxx_preproc_warn_flag
3408     ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3409     else
3410     ac_cpp_err=
3411     fi
3412     else
3413     ac_cpp_err=yes
3414     fi
3415     if test -z "$ac_cpp_err"; then
3416     # Broken: success on invalid input.
3417     continue
3418     else
3419     echo "$as_me: failed program was:" >&5
3420     sed 's/^/| /' conftest.$ac_ext >&5
3421    
3422     # Passes both tests.
3423     ac_preproc_ok=:
3424     break
3425     fi
3426     rm -f conftest.err conftest.$ac_ext
3427    
3428     done
3429     # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3430     rm -f conftest.err conftest.$ac_ext
3431     if $ac_preproc_ok; then
3432     :
3433     else
3434     { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
3435     See \`config.log' for more details." >&5
3436     echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
3437     See \`config.log' for more details." >&2;}
3438     { (exit 1); exit 1; }; }
3439     fi
3440    
3441     ac_ext=cc
3442     ac_cpp='$CXXCPP $CPPFLAGS'
3443     ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3444     ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3445     ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3446 pcg 1.11
3447    
3448     echo "$as_me:$LINENO: checking for egrep" >&5
3449     echo $ECHO_N "checking for egrep... $ECHO_C" >&6
3450     if test "${ac_cv_prog_egrep+set}" = set; then
3451     echo $ECHO_N "(cached) $ECHO_C" >&6
3452     else
3453     if echo a | (grep -E '(a|b)') >/dev/null 2>&1
3454     then ac_cv_prog_egrep='grep -E'
3455     else ac_cv_prog_egrep='egrep'
3456     fi
3457     fi
3458     echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
3459     echo "${ECHO_T}$ac_cv_prog_egrep" >&6
3460     EGREP=$ac_cv_prog_egrep
3461    
3462    
3463    
3464     echo "$as_me:$LINENO: checking for AIX" >&5
3465     echo $ECHO_N "checking for AIX... $ECHO_C" >&6
3466     cat >conftest.$ac_ext <<_ACEOF
3467     /* confdefs.h. */
3468     _ACEOF
3469     cat confdefs.h >>conftest.$ac_ext
3470     cat >>conftest.$ac_ext <<_ACEOF
3471     /* end confdefs.h. */
3472 pcg 1.1 #ifdef _AIX
3473     yes
3474     #endif
3475    
3476 pcg 1.11 _ACEOF
3477 pcg 1.1 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3478 pcg 1.11 $EGREP "yes" >/dev/null 2>&1; then
3479     echo "$as_me:$LINENO: result: yes" >&5
3480     echo "${ECHO_T}yes" >&6
3481     cat >>confdefs.h <<\_ACEOF
3482 pcg 1.1 #define _ALL_SOURCE 1
3483 pcg 1.11 _ACEOF
3484 pcg 1.1
3485     else
3486 pcg 1.11 echo "$as_me:$LINENO: result: no" >&5
3487     echo "${ECHO_T}no" >&6
3488 pcg 1.1 fi
3489     rm -f conftest*
3490    
3491    
3492 pcg 1.11 echo "$as_me:$LINENO: checking for library containing strerror" >&5
3493     echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6
3494     if test "${ac_cv_search_strerror+set}" = set; then
3495     echo $ECHO_N "(cached) $ECHO_C" >&6
3496     else
3497     ac_func_search_save_LIBS=$LIBS
3498     ac_cv_search_strerror=no
3499     cat >conftest.$ac_ext <<_ACEOF
3500     /* confdefs.h. */
3501     _ACEOF
3502     cat confdefs.h >>conftest.$ac_ext
3503     cat >>conftest.$ac_ext <<_ACEOF
3504     /* end confdefs.h. */
3505    
3506     /* Override any gcc2 internal prototype to avoid an error. */
3507     #ifdef __cplusplus
3508     extern "C"
3509     #endif
3510     /* We use char because int might match the return type of a gcc2
3511     builtin and then its argument prototype would still apply. */
3512     char strerror ();
3513     int
3514     main ()
3515     {
3516     strerror ();
3517     ;
3518     return 0;
3519     }
3520     _ACEOF
3521     rm -f conftest.$ac_objext conftest$ac_exeext
3522     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3523     (eval $ac_link) 2>conftest.er1
3524     ac_status=$?
3525     grep -v '^ *+' conftest.er1 >conftest.err
3526     rm -f conftest.er1
3527     cat conftest.err >&5
3528     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3529     (exit $ac_status); } &&
3530 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3531 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3532     (eval $ac_try) 2>&5
3533     ac_status=$?
3534     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3535     (exit $ac_status); }; } &&
3536     { ac_try='test -s conftest$ac_exeext'
3537     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3538     (eval $ac_try) 2>&5
3539     ac_status=$?
3540     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3541     (exit $ac_status); }; }; then
3542     ac_cv_search_strerror="none required"
3543     else
3544     echo "$as_me: failed program was:" >&5
3545     sed 's/^/| /' conftest.$ac_ext >&5
3546    
3547     fi
3548     rm -f conftest.err conftest.$ac_objext \
3549     conftest$ac_exeext conftest.$ac_ext
3550     if test "$ac_cv_search_strerror" = no; then
3551     for ac_lib in cposix; do
3552     LIBS="-l$ac_lib $ac_func_search_save_LIBS"
3553     cat >conftest.$ac_ext <<_ACEOF
3554     /* confdefs.h. */
3555     _ACEOF
3556     cat confdefs.h >>conftest.$ac_ext
3557     cat >>conftest.$ac_ext <<_ACEOF
3558     /* end confdefs.h. */
3559 pcg 1.1
3560 pcg 1.11 /* Override any gcc2 internal prototype to avoid an error. */
3561     #ifdef __cplusplus
3562     extern "C"
3563     #endif
3564     /* We use char because int might match the return type of a gcc2
3565     builtin and then its argument prototype would still apply. */
3566     char strerror ();
3567     int
3568     main ()
3569     {
3570     strerror ();
3571     ;
3572     return 0;
3573     }
3574     _ACEOF
3575     rm -f conftest.$ac_objext conftest$ac_exeext
3576     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3577     (eval $ac_link) 2>conftest.er1
3578     ac_status=$?
3579     grep -v '^ *+' conftest.er1 >conftest.err
3580     rm -f conftest.er1
3581     cat conftest.err >&5
3582     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3583     (exit $ac_status); } &&
3584 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3585 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3586     (eval $ac_try) 2>&5
3587     ac_status=$?
3588     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3589     (exit $ac_status); }; } &&
3590     { ac_try='test -s conftest$ac_exeext'
3591     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3592     (eval $ac_try) 2>&5
3593     ac_status=$?
3594     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3595     (exit $ac_status); }; }; then
3596     ac_cv_search_strerror="-l$ac_lib"
3597     break
3598 pcg 1.1 else
3599 pcg 1.11 echo "$as_me: failed program was:" >&5
3600     sed 's/^/| /' conftest.$ac_ext >&5
3601    
3602     fi
3603     rm -f conftest.err conftest.$ac_objext \
3604     conftest$ac_exeext conftest.$ac_ext
3605     done
3606     fi
3607     LIBS=$ac_func_search_save_LIBS
3608     fi
3609     echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
3610     echo "${ECHO_T}$ac_cv_search_strerror" >&6
3611     if test "$ac_cv_search_strerror" != no; then
3612     test "$ac_cv_search_strerror" = "none required" || LIBS="$ac_cv_search_strerror $LIBS"
3613    
3614 pcg 1.1 fi
3615    
3616    
3617 root 1.57 echo "$as_me:$LINENO: checking for setlocale" >&5
3618     echo $ECHO_N "checking for setlocale... $ECHO_C" >&6
3619     if test "${ac_cv_func_setlocale+set}" = set; then
3620     echo $ECHO_N "(cached) $ECHO_C" >&6
3621     else
3622     cat >conftest.$ac_ext <<_ACEOF
3623     /* confdefs.h. */
3624     _ACEOF
3625     cat confdefs.h >>conftest.$ac_ext
3626     cat >>conftest.$ac_ext <<_ACEOF
3627     /* end confdefs.h. */
3628     /* Define setlocale to an innocuous variant, in case <limits.h> declares setlocale.
3629     For example, HP-UX 11i <limits.h> declares gettimeofday. */
3630     #define setlocale innocuous_setlocale
3631    
3632     /* System header to define __stub macros and hopefully few prototypes,
3633     which can conflict with char setlocale (); below.
3634     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3635     <limits.h> exists even on freestanding compilers. */
3636    
3637     #ifdef __STDC__
3638     # include <limits.h>
3639     #else
3640     # include <assert.h>
3641     #endif
3642    
3643     #undef setlocale
3644    
3645     /* Override any gcc2 internal prototype to avoid an error. */
3646     #ifdef __cplusplus
3647     extern "C"
3648     {
3649     #endif
3650     /* We use char because int might match the return type of a gcc2
3651     builtin and then its argument prototype would still apply. */
3652     char setlocale ();
3653     /* The GNU C library defines this for functions which it implements
3654     to always fail with ENOSYS. Some functions are actually named
3655     something starting with __ and the normal name is an alias. */
3656     #if defined (__stub_setlocale) || defined (__stub___setlocale)
3657     choke me
3658     #else
3659     char (*f) () = setlocale;
3660     #endif
3661     #ifdef __cplusplus
3662     }
3663     #endif
3664    
3665     int
3666     main ()
3667     {
3668     return f != setlocale;
3669     ;
3670     return 0;
3671     }
3672     _ACEOF
3673     rm -f conftest.$ac_objext conftest$ac_exeext
3674     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3675     (eval $ac_link) 2>conftest.er1
3676     ac_status=$?
3677     grep -v '^ *+' conftest.er1 >conftest.err
3678     rm -f conftest.er1
3679     cat conftest.err >&5
3680     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3681     (exit $ac_status); } &&
3682     { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3683     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3684     (eval $ac_try) 2>&5
3685     ac_status=$?
3686     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3687     (exit $ac_status); }; } &&
3688     { ac_try='test -s conftest$ac_exeext'
3689     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3690     (eval $ac_try) 2>&5
3691     ac_status=$?
3692     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3693     (exit $ac_status); }; }; then
3694     ac_cv_func_setlocale=yes
3695     else
3696     echo "$as_me: failed program was:" >&5
3697     sed 's/^/| /' conftest.$ac_ext >&5
3698    
3699     ac_cv_func_setlocale=no
3700     fi
3701     rm -f conftest.err conftest.$ac_objext \
3702     conftest$ac_exeext conftest.$ac_ext
3703     fi
3704     echo "$as_me:$LINENO: result: $ac_cv_func_setlocale" >&5
3705     echo "${ECHO_T}$ac_cv_func_setlocale" >&6
3706     if test $ac_cv_func_setlocale = yes; then
3707     :
3708     else
3709     echo "$as_me:$LINENO: checking for setlocale in -lxpg4" >&5
3710 pcg 1.25 echo $ECHO_N "checking for setlocale in -lxpg4... $ECHO_C" >&6
3711     if test "${ac_cv_lib_xpg4_setlocale+set}" = set; then
3712     echo $ECHO_N "(cached) $ECHO_C" >&6
3713     else
3714     ac_check_lib_save_LIBS=$LIBS
3715     LIBS="-lxpg4 $LIBS"
3716     cat >conftest.$ac_ext <<_ACEOF
3717     /* confdefs.h. */
3718     _ACEOF
3719     cat confdefs.h >>conftest.$ac_ext
3720     cat >>conftest.$ac_ext <<_ACEOF
3721     /* end confdefs.h. */
3722    
3723     /* Override any gcc2 internal prototype to avoid an error. */
3724     #ifdef __cplusplus
3725     extern "C"
3726     #endif
3727     /* We use char because int might match the return type of a gcc2
3728     builtin and then its argument prototype would still apply. */
3729     char setlocale ();
3730     int
3731     main ()
3732     {
3733     setlocale ();
3734     ;
3735     return 0;
3736     }
3737     _ACEOF
3738     rm -f conftest.$ac_objext conftest$ac_exeext
3739     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3740     (eval $ac_link) 2>conftest.er1
3741     ac_status=$?
3742     grep -v '^ *+' conftest.er1 >conftest.err
3743     rm -f conftest.er1
3744     cat conftest.err >&5
3745     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3746     (exit $ac_status); } &&
3747     { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3748     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3749     (eval $ac_try) 2>&5
3750     ac_status=$?
3751     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3752     (exit $ac_status); }; } &&
3753     { ac_try='test -s conftest$ac_exeext'
3754     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3755     (eval $ac_try) 2>&5
3756     ac_status=$?
3757     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3758     (exit $ac_status); }; }; then
3759     ac_cv_lib_xpg4_setlocale=yes
3760     else
3761     echo "$as_me: failed program was:" >&5
3762     sed 's/^/| /' conftest.$ac_ext >&5
3763    
3764     ac_cv_lib_xpg4_setlocale=no
3765     fi
3766     rm -f conftest.err conftest.$ac_objext \
3767     conftest$ac_exeext conftest.$ac_ext
3768     LIBS=$ac_check_lib_save_LIBS
3769     fi
3770     echo "$as_me:$LINENO: result: $ac_cv_lib_xpg4_setlocale" >&5
3771     echo "${ECHO_T}$ac_cv_lib_xpg4_setlocale" >&6
3772     if test $ac_cv_lib_xpg4_setlocale = yes; then
3773     LIBS="$LIBS -lxpg4"
3774     fi
3775    
3776 root 1.57 fi
3777    
3778    
3779     echo "$as_me:$LINENO: checking for gethostbyname" >&5
3780     echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
3781     if test "${ac_cv_func_gethostbyname+set}" = set; then
3782     echo $ECHO_N "(cached) $ECHO_C" >&6
3783     else
3784     cat >conftest.$ac_ext <<_ACEOF
3785     /* confdefs.h. */
3786     _ACEOF
3787     cat confdefs.h >>conftest.$ac_ext
3788     cat >>conftest.$ac_ext <<_ACEOF
3789     /* end confdefs.h. */
3790     /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
3791     For example, HP-UX 11i <limits.h> declares gettimeofday. */
3792     #define gethostbyname innocuous_gethostbyname
3793    
3794     /* System header to define __stub macros and hopefully few prototypes,
3795     which can conflict with char gethostbyname (); below.
3796     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3797     <limits.h> exists even on freestanding compilers. */
3798    
3799     #ifdef __STDC__
3800     # include <limits.h>
3801     #else
3802     # include <assert.h>
3803     #endif
3804    
3805     #undef gethostbyname
3806    
3807     /* Override any gcc2 internal prototype to avoid an error. */
3808     #ifdef __cplusplus
3809     extern "C"
3810     {
3811     #endif
3812     /* We use char because int might match the return type of a gcc2
3813     builtin and then its argument prototype would still apply. */
3814     char gethostbyname ();
3815     /* The GNU C library defines this for functions which it implements
3816     to always fail with ENOSYS. Some functions are actually named
3817     something starting with __ and the normal name is an alias. */
3818     #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
3819     choke me
3820     #else
3821     char (*f) () = gethostbyname;
3822     #endif
3823     #ifdef __cplusplus
3824     }
3825     #endif
3826    
3827     int
3828     main ()
3829     {
3830     return f != gethostbyname;
3831     ;
3832     return 0;
3833     }
3834     _ACEOF
3835     rm -f conftest.$ac_objext conftest$ac_exeext
3836     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3837     (eval $ac_link) 2>conftest.er1
3838     ac_status=$?
3839     grep -v '^ *+' conftest.er1 >conftest.err
3840     rm -f conftest.er1
3841     cat conftest.err >&5
3842     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3843     (exit $ac_status); } &&
3844     { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3845     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3846     (eval $ac_try) 2>&5
3847     ac_status=$?
3848     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3849     (exit $ac_status); }; } &&
3850     { ac_try='test -s conftest$ac_exeext'
3851     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3852     (eval $ac_try) 2>&5
3853     ac_status=$?
3854     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3855     (exit $ac_status); }; }; then
3856     ac_cv_func_gethostbyname=yes
3857     else
3858     echo "$as_me: failed program was:" >&5
3859     sed 's/^/| /' conftest.$ac_ext >&5
3860 pcg 1.25
3861 root 1.57 ac_cv_func_gethostbyname=no
3862     fi
3863     rm -f conftest.err conftest.$ac_objext \
3864     conftest$ac_exeext conftest.$ac_ext
3865     fi
3866     echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
3867     echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
3868     if test $ac_cv_func_gethostbyname = yes; then
3869     :
3870     else
3871     echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
3872 pcg 1.25 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
3873     if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
3874     echo $ECHO_N "(cached) $ECHO_C" >&6
3875     else
3876     ac_check_lib_save_LIBS=$LIBS
3877     LIBS="-lnsl $LIBS"
3878     cat >conftest.$ac_ext <<_ACEOF
3879     /* confdefs.h. */
3880     _ACEOF
3881     cat confdefs.h >>conftest.$ac_ext
3882     cat >>conftest.$ac_ext <<_ACEOF
3883     /* end confdefs.h. */
3884    
3885     /* Override any gcc2 internal prototype to avoid an error. */
3886     #ifdef __cplusplus
3887     extern "C"
3888     #endif
3889     /* We use char because int might match the return type of a gcc2
3890     builtin and then its argument prototype would still apply. */
3891     char gethostbyname ();
3892     int
3893     main ()
3894     {
3895     gethostbyname ();
3896     ;
3897     return 0;
3898     }
3899     _ACEOF
3900     rm -f conftest.$ac_objext conftest$ac_exeext
3901     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3902     (eval $ac_link) 2>conftest.er1
3903     ac_status=$?
3904     grep -v '^ *+' conftest.er1 >conftest.err
3905     rm -f conftest.er1
3906     cat conftest.err >&5
3907     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3908     (exit $ac_status); } &&
3909     { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3910     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3911     (eval $ac_try) 2>&5
3912     ac_status=$?
3913     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3914     (exit $ac_status); }; } &&
3915     { ac_try='test -s conftest$ac_exeext'
3916     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3917     (eval $ac_try) 2>&5
3918     ac_status=$?
3919     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3920     (exit $ac_status); }; }; then
3921     ac_cv_lib_nsl_gethostbyname=yes
3922     else
3923     echo "$as_me: failed program was:" >&5
3924     sed 's/^/| /' conftest.$ac_ext >&5
3925    
3926     ac_cv_lib_nsl_gethostbyname=no
3927     fi
3928     rm -f conftest.err conftest.$ac_objext \
3929     conftest$ac_exeext conftest.$ac_ext
3930     LIBS=$ac_check_lib_save_LIBS
3931     fi
3932     echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
3933     echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
3934     if test $ac_cv_lib_nsl_gethostbyname = yes; then
3935     LIBS="$LIBS -lnsl"
3936     fi
3937    
3938 root 1.57 fi
3939    
3940     echo "$as_me:$LINENO: checking for socket" >&5
3941     echo $ECHO_N "checking for socket... $ECHO_C" >&6
3942     if test "${ac_cv_func_socket+set}" = set; then
3943     echo $ECHO_N "(cached) $ECHO_C" >&6
3944     else
3945     cat >conftest.$ac_ext <<_ACEOF
3946     /* confdefs.h. */
3947     _ACEOF
3948     cat confdefs.h >>conftest.$ac_ext
3949     cat >>conftest.$ac_ext <<_ACEOF
3950     /* end confdefs.h. */
3951     /* Define socket to an innocuous variant, in case <limits.h> declares socket.
3952     For example, HP-UX 11i <limits.h> declares gettimeofday. */
3953     #define socket innocuous_socket
3954    
3955     /* System header to define __stub macros and hopefully few prototypes,
3956     which can conflict with char socket (); below.
3957     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3958     <limits.h> exists even on freestanding compilers. */
3959    
3960     #ifdef __STDC__
3961     # include <limits.h>
3962     #else
3963     # include <assert.h>
3964     #endif
3965    
3966     #undef socket
3967    
3968     /* Override any gcc2 internal prototype to avoid an error. */
3969     #ifdef __cplusplus
3970     extern "C"
3971     {
3972     #endif
3973     /* We use char because int might match the return type of a gcc2
3974     builtin and then its argument prototype would still apply. */
3975     char socket ();
3976     /* The GNU C library defines this for functions which it implements
3977     to always fail with ENOSYS. Some functions are actually named
3978     something starting with __ and the normal name is an alias. */
3979     #if defined (__stub_socket) || defined (__stub___socket)
3980     choke me
3981     #else
3982     char (*f) () = socket;
3983     #endif
3984     #ifdef __cplusplus
3985     }
3986     #endif
3987    
3988     int
3989     main ()
3990     {
3991     return f != socket;
3992     ;
3993     return 0;
3994     }
3995     _ACEOF
3996     rm -f conftest.$ac_objext conftest$ac_exeext
3997     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3998     (eval $ac_link) 2>conftest.er1
3999     ac_status=$?
4000     grep -v '^ *+' conftest.er1 >conftest.err
4001     rm -f conftest.er1
4002     cat conftest.err >&5
4003     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4004     (exit $ac_status); } &&
4005     { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4006     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4007     (eval $ac_try) 2>&5
4008     ac_status=$?
4009     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4010     (exit $ac_status); }; } &&
4011     { ac_try='test -s conftest$ac_exeext'
4012     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4013     (eval $ac_try) 2>&5
4014     ac_status=$?
4015     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4016     (exit $ac_status); }; }; then
4017     ac_cv_func_socket=yes
4018     else
4019     echo "$as_me: failed program was:" >&5
4020     sed 's/^/| /' conftest.$ac_ext >&5
4021    
4022     ac_cv_func_socket=no
4023     fi
4024     rm -f conftest.err conftest.$ac_objext \
4025     conftest$ac_exeext conftest.$ac_ext
4026     fi
4027     echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
4028     echo "${ECHO_T}$ac_cv_func_socket" >&6
4029     if test $ac_cv_func_socket = yes; then
4030     :
4031     else
4032     echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
4033 pcg 1.25 echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
4034     if test "${ac_cv_lib_socket_socket+set}" = set; then
4035     echo $ECHO_N "(cached) $ECHO_C" >&6
4036     else
4037     ac_check_lib_save_LIBS=$LIBS
4038     LIBS="-lsocket $LIBS"
4039     cat >conftest.$ac_ext <<_ACEOF
4040     /* confdefs.h. */
4041     _ACEOF
4042     cat confdefs.h >>conftest.$ac_ext
4043     cat >>conftest.$ac_ext <<_ACEOF
4044     /* end confdefs.h. */
4045    
4046     /* Override any gcc2 internal prototype to avoid an error. */
4047     #ifdef __cplusplus
4048     extern "C"
4049     #endif
4050     /* We use char because int might match the return type of a gcc2
4051     builtin and then its argument prototype would still apply. */
4052     char socket ();
4053     int
4054     main ()
4055     {
4056     socket ();
4057     ;
4058     return 0;
4059     }
4060     _ACEOF
4061     rm -f conftest.$ac_objext conftest$ac_exeext
4062     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4063     (eval $ac_link) 2>conftest.er1
4064     ac_status=$?
4065     grep -v '^ *+' conftest.er1 >conftest.err
4066     rm -f conftest.er1
4067     cat conftest.err >&5
4068     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4069     (exit $ac_status); } &&
4070     { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4071     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4072     (eval $ac_try) 2>&5
4073     ac_status=$?
4074     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4075     (exit $ac_status); }; } &&
4076     { ac_try='test -s conftest$ac_exeext'
4077     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4078     (eval $ac_try) 2>&5
4079     ac_status=$?
4080     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4081     (exit $ac_status); }; }; then
4082     ac_cv_lib_socket_socket=yes
4083     else
4084     echo "$as_me: failed program was:" >&5
4085     sed 's/^/| /' conftest.$ac_ext >&5
4086    
4087 root 1.51 ac_cv_lib_socket_socket=no
4088     fi
4089     rm -f conftest.err conftest.$ac_objext \
4090     conftest$ac_exeext conftest.$ac_ext
4091     LIBS=$ac_check_lib_save_LIBS
4092     fi
4093     echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
4094     echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6
4095     if test $ac_cv_lib_socket_socket = yes; then
4096     LIBS="$LIBS -lsocket"
4097 pcg 1.1 fi
4098    
4099 root 1.57 fi
4100    
4101 pcg 1.1
4102 root 1.59 echo "$as_me:$LINENO: checking for sched_yield" >&5
4103     echo $ECHO_N "checking for sched_yield... $ECHO_C" >&6
4104     if test "${ac_cv_func_sched_yield+set}" = set; then
4105     echo $ECHO_N "(cached) $ECHO_C" >&6
4106     else
4107     cat >conftest.$ac_ext <<_ACEOF
4108     /* confdefs.h. */
4109     _ACEOF
4110     cat confdefs.h >>conftest.$ac_ext
4111     cat >>conftest.$ac_ext <<_ACEOF
4112     /* end confdefs.h. */
4113     /* Define sched_yield to an innocuous variant, in case <limits.h> declares sched_yield.
4114     For example, HP-UX 11i <limits.h> declares gettimeofday. */
4115     #define sched_yield innocuous_sched_yield
4116    
4117     /* System header to define __stub macros and hopefully few prototypes,
4118     which can conflict with char sched_yield (); below.
4119     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4120     <limits.h> exists even on freestanding compilers. */
4121    
4122     #ifdef __STDC__
4123     # include <limits.h>
4124     #else
4125     # include <assert.h>
4126     #endif
4127    
4128     #undef sched_yield
4129    
4130     /* Override any gcc2 internal prototype to avoid an error. */
4131     #ifdef __cplusplus
4132     extern "C"
4133     {
4134     #endif
4135     /* We use char because int might match the return type of a gcc2
4136     builtin and then its argument prototype would still apply. */
4137     char sched_yield ();
4138     /* The GNU C library defines this for functions which it implements
4139     to always fail with ENOSYS. Some functions are actually named
4140     something starting with __ and the normal name is an alias. */
4141     #if defined (__stub_sched_yield) || defined (__stub___sched_yield)
4142     choke me
4143     #else
4144     char (*f) () = sched_yield;
4145     #endif
4146     #ifdef __cplusplus
4147     }
4148     #endif
4149    
4150     int
4151     main ()
4152     {
4153     return f != sched_yield;
4154     ;
4155     return 0;
4156     }
4157     _ACEOF
4158     rm -f conftest.$ac_objext conftest$ac_exeext
4159     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4160     (eval $ac_link) 2>conftest.er1
4161     ac_status=$?
4162     grep -v '^ *+' conftest.er1 >conftest.err
4163     rm -f conftest.er1
4164     cat conftest.err >&5
4165     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4166     (exit $ac_status); } &&
4167     { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4168     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4169     (eval $ac_try) 2>&5
4170     ac_status=$?
4171     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4172     (exit $ac_status); }; } &&
4173     { ac_try='test -s conftest$ac_exeext'
4174     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4175     (eval $ac_try) 2>&5
4176     ac_status=$?
4177     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4178     (exit $ac_status); }; }; then
4179     ac_cv_func_sched_yield=yes
4180     else
4181     echo "$as_me: failed program was:" >&5
4182     sed 's/^/| /' conftest.$ac_ext >&5
4183    
4184     ac_cv_func_sched_yield=no
4185     fi
4186     rm -f conftest.err conftest.$ac_objext \
4187     conftest$ac_exeext conftest.$ac_ext
4188     fi
4189     echo "$as_me:$LINENO: result: $ac_cv_func_sched_yield" >&5
4190     echo "${ECHO_T}$ac_cv_func_sched_yield" >&6
4191     if test $ac_cv_func_sched_yield = yes; then
4192     :
4193     else
4194     echo "$as_me:$LINENO: checking for sched_yield in -lrt" >&5
4195     echo $ECHO_N "checking for sched_yield in -lrt... $ECHO_C" >&6
4196     if test "${ac_cv_lib_rt_sched_yield+set}" = set; then
4197     echo $ECHO_N "(cached) $ECHO_C" >&6
4198     else
4199     ac_check_lib_save_LIBS=$LIBS
4200     LIBS="-lrt $LIBS"
4201     cat >conftest.$ac_ext <<_ACEOF
4202     /* confdefs.h. */
4203     _ACEOF
4204     cat confdefs.h >>conftest.$ac_ext
4205     cat >>conftest.$ac_ext <<_ACEOF
4206     /* end confdefs.h. */
4207    
4208     /* Override any gcc2 internal prototype to avoid an error. */
4209     #ifdef __cplusplus
4210     extern "C"
4211     #endif
4212     /* We use char because int might match the return type of a gcc2
4213     builtin and then its argument prototype would still apply. */
4214     char sched_yield ();
4215     int
4216     main ()
4217     {
4218     sched_yield ();
4219     ;
4220     return 0;
4221     }
4222     _ACEOF
4223     rm -f conftest.$ac_objext conftest$ac_exeext
4224     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4225     (eval $ac_link) 2>conftest.er1
4226     ac_status=$?
4227     grep -v '^ *+' conftest.er1 >conftest.err
4228     rm -f conftest.er1
4229     cat conftest.err >&5
4230     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4231     (exit $ac_status); } &&
4232     { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4233     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4234     (eval $ac_try) 2>&5
4235     ac_status=$?
4236     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4237     (exit $ac_status); }; } &&
4238     { ac_try='test -s conftest$ac_exeext'
4239     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4240     (eval $ac_try) 2>&5
4241     ac_status=$?
4242     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4243     (exit $ac_status); }; }; then
4244     ac_cv_lib_rt_sched_yield=yes
4245     else
4246     echo "$as_me: failed program was:" >&5
4247     sed 's/^/| /' conftest.$ac_ext >&5
4248    
4249     ac_cv_lib_rt_sched_yield=no
4250     fi
4251     rm -f conftest.err conftest.$ac_objext \
4252     conftest$ac_exeext conftest.$ac_ext
4253     LIBS=$ac_check_lib_save_LIBS
4254     fi
4255     echo "$as_me:$LINENO: result: $ac_cv_lib_rt_sched_yield" >&5
4256     echo "${ECHO_T}$ac_cv_lib_rt_sched_yield" >&6
4257     if test $ac_cv_lib_rt_sched_yield = yes; then
4258     LIBS="$LIBS -lrt"
4259     fi
4260    
4261     fi
4262    
4263    
4264 root 1.58 echo "$as_me:$LINENO: checking for sched_yield support" >&5
4265     echo $ECHO_N "checking for sched_yield support... $ECHO_C" >&6
4266     cat >conftest.$ac_ext <<_ACEOF
4267     /* confdefs.h. */
4268     _ACEOF
4269     cat confdefs.h >>conftest.$ac_ext
4270     cat >>conftest.$ac_ext <<_ACEOF
4271     /* end confdefs.h. */
4272     #include <sched.h>
4273     int
4274     main ()
4275     {
4276     sched_yield ()
4277     ;
4278     return 0;
4279     }
4280     _ACEOF
4281     rm -f conftest.$ac_objext conftest$ac_exeext
4282     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4283     (eval $ac_link) 2>conftest.er1
4284     ac_status=$?
4285     grep -v '^ *+' conftest.er1 >conftest.err
4286     rm -f conftest.er1
4287     cat conftest.err >&5
4288     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4289     (exit $ac_status); } &&
4290     { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4291     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4292     (eval $ac_try) 2>&5
4293     ac_status=$?
4294     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4295     (exit $ac_status); }; } &&
4296     { ac_try='test -s conftest$ac_exeext'
4297     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4298     (eval $ac_try) 2>&5
4299     ac_status=$?
4300     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4301     (exit $ac_status); }; }; then
4302     echo "$as_me:$LINENO: result: yes" >&5
4303     echo "${ECHO_T}yes" >&6
4304    
4305     cat >>confdefs.h <<\_ACEOF
4306     #define HAVE_SCHED_YIELD 1
4307     _ACEOF
4308    
4309     else
4310     echo "$as_me: failed program was:" >&5
4311     sed 's/^/| /' conftest.$ac_ext >&5
4312    
4313     echo "$as_me:$LINENO: result: no" >&5
4314     echo "${ECHO_T}no" >&6
4315     fi
4316     rm -f conftest.err conftest.$ac_objext \
4317     conftest$ac_exeext conftest.$ac_ext
4318    
4319 pcg 1.1
4320     MALLOC_TYPE=S
4321 root 1.54
4322 pcg 1.1 support_addstrings=no
4323 root 1.54 support_frills=yes
4324 root 1.62 support_inheritpixmap=yes
4325 root 1.54 support_tinting=yes
4326     support_fading=yes
4327     support_keepscrolling=yes
4328     support_selectionscrolling=yes
4329 pcg 1.11 support_menubar=no
4330 root 1.54 support_mousewheel=yes
4331     support_mouseslipwheel=yes
4332     support_utmp=yes
4333     support_wtmp=yes
4334     support_lastlog=yes
4335     support_text_blink=yes
4336     support_pointer_blank=yes
4337     support_scroll_rxvt=yes
4338     support_scroll_next=yes
4339     support_scroll_xterm=yes
4340     support_scroll_plain=yes
4341     support_xim=yes
4342 root 1.62 support_xpm=yes
4343 root 1.54 support_xft=yes
4344 pcg 1.1 support_unicode3=no
4345 root 1.54 support_combining=yes
4346 root 1.26 support_8bitctrls=no
4347 root 1.54 support_iso14755=yes
4348     support_styles=yes
4349 root 1.62 support_perl=yes
4350 root 1.54 codesets=all
4351 pcg 1.1
4352    
4353     if test "x$enable_shared" = xyes; then
4354 pcg 1.11
4355     cat >>confdefs.h <<\_ACEOF
4356 pcg 1.1 #define LIBRXVT 1
4357 pcg 1.11 _ACEOF
4358 pcg 1.1
4359     INSTALL_LIBRXVT=yes
4360     fi
4361    
4362    
4363     # Check whether --enable-everything or --disable-everything was given.
4364     if test "${enable_everything+set}" = set; then
4365     enableval="$enable_everything"
4366 root 1.54
4367     if test x$enableval = xno; then
4368     support_24bit=no
4369     support_frills=no
4370     support_inheritpixmap=no
4371     support_tinting=no
4372     support_fading=no
4373     support_keepscrolling=no
4374     support_selectionscrolling=no
4375     support_lastlog=no
4376     support_menubar=no
4377     support_mousewheel=no
4378     support_mouseslipwheel=no
4379     support_text_blink=no
4380     support_pointer_blank=no
4381     support_scroll_rxvt=no
4382     support_scroll_next=no
4383     support_scroll_xterm=no
4384     support_scroll_plain=no
4385     support_utmp=no
4386     support_wtmp=no
4387     support_xim=no
4388     support_xpm=no
4389     support_xft=no
4390     support_unicode3=no
4391     support_combining=no
4392     support_8bitctrls=no
4393     support_iso14755=no
4394     support_styles=no
4395 root 1.60 support_perl=no
4396 root 1.54 codesets=
4397     fi
4398     if test x$enableval = xyes; then
4399     support_24bit=yes
4400     support_frills=yes
4401     support_inheritpixmap=yes
4402     support_tinting=yes
4403     support_fading=yes
4404     support_keepscrolling=yes
4405     support_selectionscrolling=yes
4406     support_lastlog=yes
4407     support_menubar=yes
4408     support_mousewheel=yes
4409     support_mouseslipwheel=yes
4410     support_text_blink=yes
4411     support_pointer_blank=yes
4412     support_scroll_rxvt=yes
4413     support_scroll_next=yes
4414     support_scroll_xterm=yes
4415     support_scroll_plain=yes
4416     support_utmp=yes
4417     support_wtmp=yes
4418     support_xim=yes
4419     support_xpm=yes
4420     support_xft=yes
4421     support_unicode3=yes
4422     support_combining=yes
4423     #support_8bitctrls=yes
4424     support_iso14755=yes
4425     support_styles=yes
4426 root 1.60 support_perl=yes
4427 root 1.54 codesets=all
4428     fi
4429    
4430 pcg 1.11 fi;
4431 pcg 1.4
4432 pcg 1.1 # Check whether --enable-unicode3 or --disable-unicode3 was given.
4433     if test "${enable_unicode3+set}" = set; then
4434     enableval="$enable_unicode3"
4435 pcg 1.13 if test x$enableval = xyes -o x$enableval = xno; then
4436 root 1.39 support_unicode3=$enableval
4437 pcg 1.1 fi
4438 pcg 1.11 fi;
4439 pcg 1.1
4440 pcg 1.18 # Check whether --enable-combining or --disable-combining was given.
4441     if test "${enable_combining+set}" = set; then
4442     enableval="$enable_combining"
4443     if test x$enableval = xyes -o x$enableval = xno; then
4444 root 1.39 support_combining=$enableval
4445 pcg 1.18 fi
4446     fi;
4447    
4448 pcg 1.1 # Check whether --enable-xft or --disable-xft was given.
4449     if test "${enable_xft+set}" = set; then
4450     enableval="$enable_xft"
4451 pcg 1.13 if test x$enableval = xyes -o x$enableval = xno; then
4452 root 1.39 support_xft=$enableval
4453     fi
4454     fi;
4455    
4456     # Check whether --enable-font-styles or --disable-font-styles was given.
4457     if test "${enable_font_styles+set}" = set; then
4458     enableval="$enable_font_styles"
4459     if test x$enableval = xyes -o x$enableval = xno; then
4460     support_styles=$enableval
4461 pcg 1.1 fi
4462 pcg 1.11 fi;
4463 pcg 1.1
4464     # Check whether --enable-utmp or --disable-utmp was given.
4465     if test "${enable_utmp+set}" = set; then
4466     enableval="$enable_utmp"
4467     if test x$enableval = xyes -o x$enableval = xno; then
4468     support_utmp=$enableval
4469     fi
4470 pcg 1.11 fi;
4471 pcg 1.1
4472     # Check whether --enable-wtmp or --disable-wtmp was given.
4473     if test "${enable_wtmp+set}" = set; then
4474     enableval="$enable_wtmp"
4475     if test x$enableval = xyes -o x$enableval = xno; then
4476     support_wtmp=$enableval
4477     fi
4478 pcg 1.11 fi;
4479 pcg 1.1
4480     # Check whether --enable-lastlog or --disable-lastlog was given.
4481     if test "${enable_lastlog+set}" = set; then
4482     enableval="$enable_lastlog"
4483     if test x$enableval = xyes -o x$enableval = xno; then
4484     support_lastlog=$enableval
4485     fi
4486 pcg 1.11 fi;
4487 pcg 1.1
4488     # Check whether --enable-xpm-background or --disable-xpm-background was given.
4489     if test "${enable_xpm_background+set}" = set; then
4490     enableval="$enable_xpm_background"
4491     if test x$enableval = xyes -o x$enableval = xno; then
4492     support_xpm=$enableval
4493     fi
4494 pcg 1.11 fi;
4495 pcg 1.1
4496     # Check whether --enable-transparency or --disable-transparency was given.
4497     if test "${enable_transparency+set}" = set; then
4498     enableval="$enable_transparency"
4499     if test x$enableval = xyes -o x$enableval = xno; then
4500     support_inheritpixmap=$enableval
4501     fi
4502 pcg 1.11 fi;
4503 pcg 1.1
4504 pcg 1.24 # Check whether --enable-tinting or --disable-tinting was given.
4505     if test "${enable_tinting+set}" = set; then
4506     enableval="$enable_tinting"
4507     if test x$enableval = xyes -o x$enableval = xno; then
4508     support_tinting=$enableval
4509     fi
4510     fi;
4511    
4512 root 1.31 # Check whether --enable-fading or --disable-fading was given.
4513     if test "${enable_fading+set}" = set; then
4514     enableval="$enable_fading"
4515     if test x$enableval = xyes -o x$enableval = xno; then
4516     support_fading=$enableval
4517     fi
4518     fi;
4519    
4520 pcg 1.1 # Check whether --enable-menubar or --disable-menubar was given.
4521     if test "${enable_menubar+set}" = set; then
4522     enableval="$enable_menubar"
4523     if test x$enableval = xyes -o x$enableval = xno; then
4524     support_menubar=$enableval
4525     fi
4526 pcg 1.11 fi;
4527 pcg 1.1
4528     # Check whether --enable-rxvt-scroll or --disable-rxvt-scroll was given.
4529     if test "${enable_rxvt_scroll+set}" = set; then
4530     enableval="$enable_rxvt_scroll"
4531     if test x$enableval = xyes -o x$enableval = xno; then
4532     support_scroll_rxvt=$enableval
4533     fi
4534 pcg 1.11 fi;
4535 pcg 1.1
4536     # Check whether --enable-next-scroll or --disable-next-scroll was given.
4537     if test "${enable_next_scroll+set}" = set; then
4538     enableval="$enable_next_scroll"
4539     if test x$enableval = xyes -o x$enableval = xno; then
4540     support_scroll_next=$enableval
4541     fi
4542 pcg 1.11 fi;
4543 pcg 1.1
4544     # Check whether --enable-xterm-scroll or --disable-xterm-scroll was given.
4545     if test "${enable_xterm_scroll+set}" = set; then
4546     enableval="$enable_xterm_scroll"
4547     if test x$enableval = xyes -o x$enableval = xno; then
4548     support_scroll_xterm=$enableval
4549     fi
4550 pcg 1.11 fi;
4551 pcg 1.1
4552 root 1.60 # Check whether --enable-perl or --disable-perl was given.
4553     if test "${enable_perl+set}" = set; then
4554     enableval="$enable_perl"
4555     if test x$enableval = xyes -o x$enableval = xno; then
4556     support_perl=$enableval
4557     fi
4558     fi;
4559    
4560 pcg 1.11 # Check whether --enable-plain-scroll or --disable-plain-scroll was given.
4561     if test "${enable_plain_scroll+set}" = set; then
4562     enableval="$enable_plain_scroll"
4563     if test x$enableval = xyes -o x$enableval = xno; then
4564     support_scroll_plain=$enableval
4565     fi
4566     fi;
4567 pcg 1.1
4568     # Check whether --enable-half-shadow or --disable-half-shadow was given.
4569     if test "${enable_half_shadow+set}" = set; then
4570     enableval="$enable_half_shadow"
4571     if test x$enableval = xyes; then
4572 pcg 1.11
4573     cat >>confdefs.h <<\_ACEOF
4574 pcg 1.1 #define HALFSHADOW 1
4575 pcg 1.11 _ACEOF
4576 pcg 1.1
4577     fi
4578 pcg 1.11 fi;
4579 pcg 1.1
4580 pcg 1.15
4581     # Check whether --with-codesets or --without-codesets was given.
4582     if test "${with_codesets+set}" = set; then
4583     withval="$with_codesets"
4584     codesets="$withval"
4585     fi;
4586    
4587 pcg 1.1 # Check whether --enable-xim or --disable-xim was given.
4588     if test "${enable_xim+set}" = set; then
4589     enableval="$enable_xim"
4590     if test x$enableval = xyes -o x$enableval = xno; then
4591     support_xim=$enableval
4592     fi
4593 pcg 1.11 fi;
4594 pcg 1.1
4595     # Check whether --enable-ttygid or --disable-ttygid was given.
4596     if test "${enable_ttygid+set}" = set; then
4597     enableval="$enable_ttygid"
4598     if test x$enableval = xyes; then
4599 pcg 1.11
4600     cat >>confdefs.h <<\_ACEOF
4601 pcg 1.1 #define TTY_GID_SUPPORT 1
4602 pcg 1.11 _ACEOF
4603 pcg 1.1
4604     fi
4605 pcg 1.11 fi;
4606 pcg 1.1
4607     # Check whether --enable-backspace-key or --disable-backspace-key was given.
4608     if test "${enable_backspace_key+set}" = set; then
4609     enableval="$enable_backspace_key"
4610     if test x$enableval = xno; then
4611 pcg 1.11
4612     cat >>confdefs.h <<\_ACEOF
4613 pcg 1.1 #define NO_BACKSPACE_KEY 1
4614 pcg 1.11 _ACEOF
4615 pcg 1.1
4616     fi
4617 pcg 1.11 fi;
4618 pcg 1.1
4619     # Check whether --enable-delete-key or --disable-delete-key was given.
4620     if test "${enable_delete_key+set}" = set; then
4621     enableval="$enable_delete_key"
4622     if test x$enableval = xno; then
4623 pcg 1.11
4624     cat >>confdefs.h <<\_ACEOF
4625 pcg 1.1 #define NO_DELETE_KEY 1
4626 pcg 1.11 _ACEOF
4627 pcg 1.1
4628     fi
4629 pcg 1.11 fi;
4630 pcg 1.1
4631     # Check whether --enable-resources or --disable-resources was given.
4632     if test "${enable_resources+set}" = set; then
4633     enableval="$enable_resources"
4634     if test x$enableval = xno; then
4635 pcg 1.11
4636     cat >>confdefs.h <<\_ACEOF
4637 pcg 1.1 #define NO_RESOURCES 1
4638 pcg 1.11 _ACEOF
4639 pcg 1.1
4640     fi
4641 pcg 1.11 fi;
4642 pcg 1.1
4643 root 1.26 # Check whether --enable-8bitctrls or --disable-8bitctrls was given.
4644     if test "${enable_8bitctrls+set}" = set; then
4645     enableval="$enable_8bitctrls"
4646     if test x$enableval = xyes -o x$enableval = xno; then
4647 root 1.39 support_8bitctrls=$enableval
4648 root 1.26 fi
4649     fi;
4650    
4651 pcg 1.15 RESFALLBACK=Rxvt
4652     # Check whether --enable-fallback or --disable-fallback was given.
4653     if test "${enable_fallback+set}" = set; then
4654     enableval="$enable_fallback"
4655    
4656     test x$enableval = xyes && enableval=Rxvt
4657     test x$enableval = xno && enableval=
4658     RESFALLBACK="$enableval"
4659    
4660     fi;
4661    
4662     if test x$RESFALLBACK != x; then
4663    
4664     cat >>confdefs.h <<_ACEOF
4665     #define RESFALLBACK "$RESFALLBACK"
4666     _ACEOF
4667    
4668     fi
4669    
4670     RESNAME=urxvt
4671    
4672     # Check whether --with-res-name or --without-res-name was given.
4673     if test "${with_res_name+set}" = set; then
4674     withval="$with_res_name"
4675     RESNAME="$withval"
4676     fi;
4677    
4678     cat >>confdefs.h <<_ACEOF
4679     #define RESNAME "$RESNAME"
4680     _ACEOF
4681    
4682    
4683     RESCLASS=URxvt
4684    
4685     # Check whether --with-res-class or --without-res-class was given.
4686     if test "${with_res_class+set}" = set; then
4687     withval="$with_res_class"
4688     RESCLASS="$withval"
4689     fi;
4690    
4691     cat >>confdefs.h <<_ACEOF
4692     #define RESCLASS "$RESCLASS"
4693     _ACEOF
4694    
4695    
4696     RXVTNAME=urxvt
4697    
4698     # Check whether --with-name or --without-name was given.
4699     if test "${with_name+set}" = set; then
4700     withval="$with_name"
4701     RXVTNAME="$withval"
4702     fi;
4703    
4704 root 1.39 cat >>confdefs.h <<_ACEOF
4705     #define RXVTNAME "$RXVTNAME"
4706     _ACEOF
4707    
4708    
4709 pcg 1.15 RXVTNAME=`echo "$RXVTNAME"|sed "$program_transform_name"`
4710    
4711    
4712 pcg 1.1 # Check whether --enable-strings or --disable-strings was given.
4713     if test "${enable_strings+set}" = set; then
4714     enableval="$enable_strings"
4715     if test x$enableval = xyes -o x$enableval = xno; then
4716     support_addstrings=$enableval
4717     fi
4718 pcg 1.11 fi;
4719 pcg 1.1
4720     # Check whether --enable-swapscreen or --disable-swapscreen was given.
4721     if test "${enable_swapscreen+set}" = set; then
4722     enableval="$enable_swapscreen"
4723     if test x$enableval = xno; then
4724 pcg 1.11
4725     cat >>confdefs.h <<\_ACEOF
4726 pcg 1.1 #define NO_SECONDARY_SCREEN 1
4727 pcg 1.11 _ACEOF
4728 pcg 1.1
4729     fi
4730 pcg 1.11 fi;
4731 pcg 1.1
4732 root 1.34 # Check whether --enable-iso14755 or --disable-iso14755 was given.
4733     if test "${enable_iso14755+set}" = set; then
4734     enableval="$enable_iso14755"
4735     if test x$enableval = xyes -o x$enableval = xno; then
4736     support_iso14755=$enableval
4737     fi
4738     fi;
4739    
4740 pcg 1.1 # Check whether --enable-frills or --disable-frills was given.
4741     if test "${enable_frills+set}" = set; then
4742     enableval="$enable_frills"
4743     if test x$enableval = xyes -o x$enableval = xno; then
4744     support_frills=$enableval
4745     fi
4746 pcg 1.11 fi;
4747 pcg 1.1
4748     # Check whether --enable-24bit or --disable-24bit was given.
4749     if test "${enable_24bit+set}" = set; then
4750     enableval="$enable_24bit"
4751     if test x$enableval = xyes -o x$enableval = xno; then
4752     support_24bit=$enableval
4753     fi
4754 pcg 1.11 fi;
4755 pcg 1.1
4756     # Check whether --enable-keepscrolling or --disable-keepscrolling was given.
4757     if test "${enable_keepscrolling+set}" = set; then
4758     enableval="$enable_keepscrolling"
4759     if test x$enableval = xyes -o x$enableval = xno; then
4760     support_keepscrolling=$enableval
4761     fi
4762 pcg 1.11 fi;
4763 pcg 1.1
4764     # Check whether --enable-selectionscrolling or --disable-selectionscrolling was given.
4765     if test "${enable_selectionscrolling+set}" = set; then
4766     enableval="$enable_selectionscrolling"
4767     if test x$enableval = xyes -o x$enableval = xno; then
4768     support_selectionscrolling=$enableval
4769     fi
4770 pcg 1.11 fi;
4771 pcg 1.1
4772     # Check whether --enable-mousewheel or --disable-mousewheel was given.
4773     if test "${enable_mousewheel+set}" = set; then
4774     enableval="$enable_mousewheel"
4775     if test x$enableval = xyes -o x$enableval = xno; then
4776     support_mousewheel=$enableval
4777     fi
4778 pcg 1.11 fi;
4779 pcg 1.1
4780     # Check whether --enable-slipwheeling or --disable-slipwheeling was given.
4781     if test "${enable_slipwheeling+set}" = set; then
4782     enableval="$enable_slipwheeling"
4783     if test x$enableval = xyes -o x$enableval = xno; then
4784     support_mouseslipwheel=$enableval
4785     fi
4786 pcg 1.11 fi;
4787 pcg 1.1
4788     # Check whether --enable-dmalloc or --disable-dmalloc was given.
4789     if test "${enable_dmalloc+set}" = set; then
4790     enableval="$enable_dmalloc"
4791     if test x$enableval = xyes; then
4792     MALLOC_TYPE=G
4793     DEBUG=-DDEBUG_MALLOC
4794     DLIB="-L/usr/local/lib -ldmalloc"
4795     DINCLUDE=-I/usr/local/include
4796     fi
4797 pcg 1.11 fi;
4798 pcg 1.1
4799     # Check whether --enable-dlmalloc or --disable-dlmalloc was given.
4800     if test "${enable_dlmalloc+set}" = set; then
4801     enableval="$enable_dlmalloc"
4802     if test x$enableval = xyes; then
4803     MALLOC_TYPE=D
4804     DEBUG=
4805     DLIB="-L/usr/local/lib -ldlmalloc"
4806     DINCLUDE=
4807     fi
4808 pcg 1.11 fi;
4809 pcg 1.1
4810     # Check whether --enable-smart-resize or --disable-smart-resize was given.
4811     if test "${enable_smart_resize+set}" = set; then
4812     enableval="$enable_smart_resize"
4813     if test x$enableval = xyes; then
4814 pcg 1.11
4815     cat >>confdefs.h <<\_ACEOF
4816 pcg 1.1 #define SMART_RESIZE 1
4817 pcg 1.11 _ACEOF
4818 pcg 1.1
4819     fi
4820 pcg 1.11 fi;
4821 pcg 1.1
4822 pcg 1.11 # Check whether --enable-text-blink or --disable-text-blink was given.
4823     if test "${enable_text_blink+set}" = set; then
4824     enableval="$enable_text_blink"
4825     if test x$enableval = xyes -o x$enableval = xno; then
4826     support_text_blink=$enableval
4827     fi
4828     fi;
4829 pcg 1.1
4830     # Check whether --enable-pointer-blank or --disable-pointer-blank was given.
4831     if test "${enable_pointer_blank+set}" = set; then
4832     enableval="$enable_pointer_blank"
4833     if test x$enableval = xyes -o x$enableval = xno; then
4834     support_pointer_blank=$enableval
4835     fi
4836 pcg 1.11 fi;
4837 pcg 1.1
4838    
4839     # Check whether --with-term or --without-term was given.
4840     if test "${with_term+set}" = set; then
4841     withval="$with_term"
4842     if test x$withval != x; then
4843 pcg 1.11
4844     cat >>confdefs.h <<_ACEOF
4845 pcg 1.1 #define TERMENV "$withval"
4846 pcg 1.11 _ACEOF
4847 pcg 1.1 term="$withval"
4848     fi
4849 pcg 1.11 fi;
4850 pcg 1.1
4851    
4852     # Check whether --with-terminfo or --without-terminfo was given.
4853     if test "${with_terminfo+set}" = set; then
4854     withval="$with_terminfo"
4855     if test x$withval != x; then
4856 pcg 1.11
4857     cat >>confdefs.h <<_ACEOF
4858 pcg 1.1 #define RXVT_TERMINFO "$withval"
4859 pcg 1.11 _ACEOF
4860 pcg 1.1 terminfo="$withval"
4861     fi
4862 pcg 1.11 fi;
4863 pcg 1.1
4864    
4865    
4866 pcg 1.11 cat >>confdefs.h <<\_ACEOF
4867 pcg 1.1 #define PROTOTYPES 1
4868 pcg 1.11 _ACEOF
4869 pcg 1.1
4870    
4871     # Extract the first word of "mv", so it can be a program name with args.
4872     set dummy mv; ac_word=$2
4873 pcg 1.11 echo "$as_me:$LINENO: checking for $ac_word" >&5
4874     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4875     if test "${ac_cv_path_MV+set}" = set; then
4876     echo $ECHO_N "(cached) $ECHO_C" >&6
4877 pcg 1.1 else
4878 pcg 1.11 case $MV in
4879     [\\/]* | ?:[\\/]*)
4880 pcg 1.1 ac_cv_path_MV="$MV" # Let the user override the test with a path.
4881     ;;
4882     *)
4883 pcg 1.11 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4884     for as_dir in $PATH
4885     do
4886     IFS=$as_save_IFS
4887     test -z "$as_dir" && as_dir=.
4888     for ac_exec_ext in '' $ac_executable_extensions; do
4889     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4890     ac_cv_path_MV="$as_dir/$ac_word$ac_exec_ext"
4891     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4892     break 2
4893     fi
4894     done
4895     done
4896    
4897 pcg 1.1 test -z "$ac_cv_path_MV" && ac_cv_path_MV="mv"
4898     ;;
4899     esac
4900     fi
4901 pcg 1.11 MV=$ac_cv_path_MV
4902    
4903 pcg 1.1 if test -n "$MV"; then
4904 pcg 1.11 echo "$as_me:$LINENO: result: $MV" >&5
4905     echo "${ECHO_T}$MV" >&6
4906 pcg 1.1 else
4907 pcg 1.11 echo "$as_me:$LINENO: result: no" >&5
4908     echo "${ECHO_T}no" >&6
4909 pcg 1.1 fi
4910    
4911     # Extract the first word of "rm", so it can be a program name with args.
4912     set dummy rm; ac_word=$2
4913 pcg 1.11 echo "$as_me:$LINENO: checking for $ac_word" >&5
4914     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4915     if test "${ac_cv_path_RM+set}" = set; then
4916     echo $ECHO_N "(cached) $ECHO_C" >&6
4917 pcg 1.1 else
4918 pcg 1.11 case $RM in
4919     [\\/]* | ?:[\\/]*)
4920 pcg 1.1 ac_cv_path_RM="$RM" # Let the user override the test with a path.
4921     ;;
4922     *)
4923 pcg 1.11 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4924     for as_dir in $PATH
4925     do
4926     IFS=$as_save_IFS
4927     test -z "$as_dir" && as_dir=.
4928     for ac_exec_ext in '' $ac_executable_extensions; do
4929     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4930     ac_cv_path_RM="$as_dir/$ac_word$ac_exec_ext"
4931     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4932     break 2
4933     fi
4934     done
4935     done
4936    
4937 pcg 1.1 test -z "$ac_cv_path_RM" && ac_cv_path_RM="rm"
4938     ;;
4939     esac
4940     fi
4941 pcg 1.11 RM=$ac_cv_path_RM
4942    
4943 pcg 1.1 if test -n "$RM"; then
4944 pcg 1.11 echo "$as_me:$LINENO: result: $RM" >&5
4945     echo "${ECHO_T}$RM" >&6
4946 pcg 1.1 else
4947 pcg 1.11 echo "$as_me:$LINENO: result: no" >&5
4948     echo "${ECHO_T}no" >&6
4949 pcg 1.1 fi
4950    
4951     # Extract the first word of "cp", so it can be a program name with args.
4952     set dummy cp; ac_word=$2
4953 pcg 1.11 echo "$as_me:$LINENO: checking for $ac_word" >&5
4954     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4955     if test "${ac_cv_path_CP+set}" = set; then
4956     echo $ECHO_N "(cached) $ECHO_C" >&6
4957 pcg 1.1 else
4958 pcg 1.11 case $CP in
4959     [\\/]* | ?:[\\/]*)
4960 pcg 1.1 ac_cv_path_CP="$CP" # Let the user override the test with a path.
4961     ;;
4962     *)
4963 pcg 1.11 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4964     for as_dir in $PATH
4965     do
4966     IFS=$as_save_IFS
4967     test -z "$as_dir" && as_dir=.
4968     for ac_exec_ext in '' $ac_executable_extensions; do
4969     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4970     ac_cv_path_CP="$as_dir/$ac_word$ac_exec_ext"
4971     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4972     break 2
4973     fi
4974     done
4975     done
4976    
4977 pcg 1.1 test -z "$ac_cv_path_CP" && ac_cv_path_CP="cp"
4978     ;;
4979     esac
4980     fi
4981 pcg 1.11 CP=$ac_cv_path_CP
4982    
4983 pcg 1.1 if test -n "$CP"; then
4984 pcg 1.11 echo "$as_me:$LINENO: result: $CP" >&5
4985     echo "${ECHO_T}$CP" >&6
4986 pcg 1.1 else
4987 pcg 1.11 echo "$as_me:$LINENO: result: no" >&5
4988     echo "${ECHO_T}no" >&6
4989 pcg 1.1 fi
4990    
4991     # Extract the first word of "ln", so it can be a program name with args.
4992     set dummy ln; ac_word=$2
4993 pcg 1.11 echo "$as_me:$LINENO: checking for $ac_word" >&5
4994     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4995     if test "${ac_cv_path_LN+set}" = set; then
4996     echo $ECHO_N "(cached) $ECHO_C" >&6
4997 pcg 1.1 else
4998 pcg 1.11 case $LN in
4999     [\\/]* | ?:[\\/]*)
5000 pcg 1.1 ac_cv_path_LN="$LN" # Let the user override the test with a path.
5001     ;;
5002     *)
5003 pcg 1.11 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5004     for as_dir in $PATH
5005     do
5006     IFS=$as_save_IFS
5007     test -z "$as_dir" && as_dir=.
5008     for ac_exec_ext in '' $ac_executable_extensions; do
5009     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5010     ac_cv_path_LN="$as_dir/$ac_word$ac_exec_ext"
5011     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5012     break 2
5013     fi
5014     done
5015     done
5016    
5017 pcg 1.1 test -z "$ac_cv_path_LN" && ac_cv_path_LN="ln"
5018     ;;
5019     esac
5020     fi
5021 pcg 1.11 LN=$ac_cv_path_LN
5022    
5023 pcg 1.1 if test -n "$LN"; then
5024 pcg 1.11 echo "$as_me:$LINENO: result: $LN" >&5
5025     echo "${ECHO_T}$LN" >&6
5026 pcg 1.1 else
5027 pcg 1.11 echo "$as_me:$LINENO: result: no" >&5
5028     echo "${ECHO_T}no" >&6
5029 pcg 1.1 fi
5030    
5031     # Extract the first word of "sed", so it can be a program name with args.
5032     set dummy sed; ac_word=$2
5033 pcg 1.11 echo "$as_me:$LINENO: checking for $ac_word" >&5
5034     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5035     if test "${ac_cv_path_SED+set}" = set; then
5036     echo $ECHO_N "(cached) $ECHO_C" >&6
5037 pcg 1.1 else
5038 pcg 1.11 case $SED in
5039     [\\/]* | ?:[\\/]*)
5040 pcg 1.1 ac_cv_path_SED="$SED" # Let the user override the test with a path.
5041     ;;
5042     *)
5043 pcg 1.11 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5044     for as_dir in $PATH
5045     do
5046     IFS=$as_save_IFS
5047     test -z "$as_dir" && as_dir=.
5048     for ac_exec_ext in '' $ac_executable_extensions; do
5049     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5050     ac_cv_path_SED="$as_dir/$ac_word$ac_exec_ext"
5051     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5052     break 2
5053     fi
5054     done
5055     done
5056    
5057 pcg 1.1 test -z "$ac_cv_path_SED" && ac_cv_path_SED="sed"
5058     ;;
5059     esac
5060     fi
5061 pcg 1.11 SED=$ac_cv_path_SED
5062    
5063 pcg 1.1 if test -n "$SED"; then
5064 pcg 1.11 echo "$as_me:$LINENO: result: $SED" >&5
5065     echo "${ECHO_T}$SED" >&6
5066 pcg 1.1 else
5067 pcg 1.11 echo "$as_me:$LINENO: result: no" >&5
5068     echo "${ECHO_T}no" >&6
5069 pcg 1.1 fi
5070    
5071     # Extract the first word of "echo", so it can be a program name with args.
5072     set dummy echo; ac_word=$2
5073 pcg 1.11 echo "$as_me:$LINENO: checking for $ac_word" >&5
5074     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5075     if test "${ac_cv_path_ECHO+set}" = set; then
5076     echo $ECHO_N "(cached) $ECHO_C" >&6
5077 pcg 1.1 else
5078 pcg 1.11 case $ECHO in
5079     [\\/]* | ?:[\\/]*)
5080 pcg 1.1 ac_cv_path_ECHO="$ECHO" # Let the user override the test with a path.
5081     ;;
5082     *)
5083 pcg 1.11 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5084     for as_dir in $PATH
5085     do
5086     IFS=$as_save_IFS
5087     test -z "$as_dir" && as_dir=.
5088     for ac_exec_ext in '' $ac_executable_extensions; do
5089     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5090     ac_cv_path_ECHO="$as_dir/$ac_word$ac_exec_ext"
5091     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5092     break 2
5093     fi
5094     done
5095     done
5096    
5097 pcg 1.1 test -z "$ac_cv_path_ECHO" && ac_cv_path_ECHO="echo"
5098     ;;
5099     esac
5100     fi
5101 pcg 1.11 ECHO=$ac_cv_path_ECHO
5102    
5103 pcg 1.1 if test -n "$ECHO"; then
5104 pcg 1.11 echo "$as_me:$LINENO: result: $ECHO" >&5
5105     echo "${ECHO_T}$ECHO" >&6
5106 pcg 1.1 else
5107 pcg 1.11 echo "$as_me:$LINENO: result: no" >&5
5108     echo "${ECHO_T}no" >&6
5109 pcg 1.1 fi
5110    
5111     # Extract the first word of "cmp", so it can be a program name with args.
5112     set dummy cmp; ac_word=$2
5113 pcg 1.11 echo "$as_me:$LINENO: checking for $ac_word" >&5
5114     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5115     if test "${ac_cv_path_CMP+set}" = set; then
5116     echo $ECHO_N "(cached) $ECHO_C" >&6
5117 pcg 1.1 else
5118 pcg 1.11 case $CMP in
5119     [\\/]* | ?:[\\/]*)
5120 pcg 1.1 ac_cv_path_CMP="$CMP" # Let the user override the test with a path.
5121     ;;
5122     *)
5123 pcg 1.11 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5124     for as_dir in $PATH
5125     do
5126     IFS=$as_save_IFS
5127     test -z "$as_dir" && as_dir=.
5128     for ac_exec_ext in '' $ac_executable_extensions; do
5129     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5130     ac_cv_path_CMP="$as_dir/$ac_word$ac_exec_ext"
5131     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5132     break 2
5133     fi
5134     done
5135     done
5136    
5137 pcg 1.1 test -z "$ac_cv_path_CMP" && ac_cv_path_CMP="cmp"
5138     ;;
5139     esac
5140     fi
5141 pcg 1.11 CMP=$ac_cv_path_CMP
5142    
5143 pcg 1.1 if test -n "$CMP"; then
5144 pcg 1.11 echo "$as_me:$LINENO: result: $CMP" >&5
5145     echo "${ECHO_T}$CMP" >&6
5146 pcg 1.1 else
5147 pcg 1.11 echo "$as_me:$LINENO: result: no" >&5
5148     echo "${ECHO_T}no" >&6
5149 pcg 1.1 fi
5150    
5151     # Extract the first word of "tbl", so it can be a program name with args.
5152     set dummy tbl; ac_word=$2
5153 pcg 1.11 echo "$as_me:$LINENO: checking for $ac_word" >&5
5154     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5155     if test "${ac_cv_path_TBL+set}" = set; then
5156     echo $ECHO_N "(cached) $ECHO_C" >&6
5157 pcg 1.1 else
5158 pcg 1.11 case $TBL in
5159     [\\/]* | ?:[\\/]*)
5160 pcg 1.1 ac_cv_path_TBL="$TBL" # Let the user override the test with a path.
5161     ;;
5162     *)
5163 pcg 1.11 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5164     for as_dir in $PATH
5165     do
5166     IFS=$as_save_IFS
5167     test -z "$as_dir" && as_dir=.
5168     for ac_exec_ext in '' $ac_executable_extensions; do
5169     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5170     ac_cv_path_TBL="$as_dir/$ac_word$ac_exec_ext"
5171     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5172     break 2
5173     fi
5174     done
5175     done
5176    
5177 pcg 1.1 ;;
5178     esac
5179     fi
5180 pcg 1.11 TBL=$ac_cv_path_TBL
5181    
5182 pcg 1.1 if test -n "$TBL"; then
5183 pcg 1.11 echo "$as_me:$LINENO: result: $TBL" >&5
5184     echo "${ECHO_T}$TBL" >&6
5185 pcg 1.1 else
5186 pcg 1.11 echo "$as_me:$LINENO: result: no" >&5
5187     echo "${ECHO_T}no" >&6
5188 pcg 1.1 fi
5189    
5190 root 1.39 # Extract the first word of "tic", so it can be a program name with args.
5191     set dummy tic; ac_word=$2
5192     echo "$as_me:$LINENO: checking for $ac_word" >&5
5193     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5194     if test "${ac_cv_path_TIC+set}" = set; then
5195     echo $ECHO_N "(cached) $ECHO_C" >&6
5196     else
5197     case $TIC in
5198     [\\/]* | ?:[\\/]*)
5199     ac_cv_path_TIC="$TIC" # Let the user override the test with a path.
5200     ;;
5201     *)
5202     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5203     for as_dir in $PATH
5204     do
5205     IFS=$as_save_IFS
5206     test -z "$as_dir" && as_dir=.
5207     for ac_exec_ext in '' $ac_executable_extensions; do
5208     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5209     ac_cv_path_TIC="$as_dir/$ac_word$ac_exec_ext"
5210     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5211     break 2
5212     fi
5213     done
5214     done
5215    
5216     ;;
5217     esac
5218     fi
5219     TIC=$ac_cv_path_TIC
5220    
5221     if test -n "$TIC"; then
5222     echo "$as_me:$LINENO: result: $TIC" >&5
5223     echo "${ECHO_T}$TIC" >&6
5224     else
5225     echo "$as_me:$LINENO: result: no" >&5
5226     echo "${ECHO_T}no" >&6
5227     fi
5228    
5229 pcg 1.1
5230    
5231    
5232 pcg 1.24
5233     if test "x$ac_path_x_has_been_run" != xyes; then
5234     echo "$as_me:$LINENO: checking for X" >&5
5235 pcg 1.11 echo $ECHO_N "checking for X... $ECHO_C" >&6
5236    
5237 pcg 1.24 ac_path_x_has_been_run=yes
5238 pcg 1.1
5239     # Check whether --with-x or --without-x was given.
5240     if test "${with_x+set}" = set; then
5241     withval="$with_x"
5242    
5243 pcg 1.11 fi;
5244 pcg 1.1 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
5245     if test "x$with_x" = xno; then
5246     # The user explicitly disabled X.
5247     have_x=disabled
5248     else
5249     if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
5250     # Both variables are already set.
5251     have_x=yes
5252     else
5253 pcg 1.11 if test "${ac_cv_have_x+set}" = set; then
5254     echo $ECHO_N "(cached) $ECHO_C" >&6
5255 pcg 1.1 else
5256     # One or both of the vars are not set, and there is no cached value.
5257 pcg 1.11 ac_x_includes=no ac_x_libraries=no
5258     rm -fr conftest.dir
5259     if mkdir conftest.dir; then
5260     cd conftest.dir
5261 pcg 1.1 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
5262 pcg 1.11 cat >Imakefile <<'_ACEOF'
5263 pcg 1.1 acfindx:
5264     @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
5265 pcg 1.11 _ACEOF
5266 pcg 1.1 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
5267     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
5268     eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
5269     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
5270     for ac_extension in a so sl; do
5271     if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
5272 pcg 1.11 test -f $ac_im_libdir/libX11.$ac_extension; then
5273     ac_im_usrlibdir=$ac_im_libdir; break
5274 pcg 1.1 fi
5275     done
5276     # Screen out bogus values from the imake configuration. They are
5277     # bogus both because they are the default anyway, and because
5278     # using them would break gcc on systems where it needs fixed includes.
5279 pcg 1.11 case $ac_im_incroot in
5280 pcg 1.1 /usr/include) ;;
5281 pcg 1.11 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
5282 pcg 1.1 esac
5283 pcg 1.11 case $ac_im_usrlibdir in
5284 pcg 1.1 /usr/lib | /lib) ;;
5285 pcg 1.11 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
5286 pcg 1.1 esac
5287     fi
5288     cd ..
5289 pcg 1.11 rm -fr conftest.dir
5290 pcg 1.1 fi
5291    
5292 pcg 1.11 # Standard set of common directories for X headers.
5293     # Check X11 before X11Rn because it is often a symlink to the current release.
5294     ac_x_header_dirs='
5295     /usr/X11/include
5296     /usr/X11R6/include
5297     /usr/X11R5/include
5298     /usr/X11R4/include
5299    
5300     /usr/include/X11
5301     /usr/include/X11R6
5302     /usr/include/X11R5
5303     /usr/include/X11R4
5304    
5305     /usr/local/X11/include
5306     /usr/local/X11R6/include
5307     /usr/local/X11R5/include
5308     /usr/local/X11R4/include
5309    
5310     /usr/local/include/X11
5311     /usr/local/include/X11R6
5312     /usr/local/include/X11R5
5313     /usr/local/include/X11R4
5314    
5315     /usr/X386/include
5316     /usr/x386/include
5317     /usr/XFree86/include/X11
5318    
5319     /usr/include
5320     /usr/local/include
5321     /usr/unsupported/include
5322     /usr/athena/include
5323     /usr/local/x11r5/include
5324     /usr/lpp/Xamples/include
5325    
5326     /usr/openwin/include
5327     /usr/openwin/share/include'
5328 pcg 1.1
5329 pcg 1.11 if test "$ac_x_includes" = no; then
5330 pcg 1.24 # Guess where to find include files, by looking for a specified header file.
5331 pcg 1.1 # First, try using that file with no special directory specified.
5332 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
5333     /* confdefs.h. */
5334     _ACEOF
5335     cat confdefs.h >>conftest.$ac_ext
5336     cat >>conftest.$ac_ext <<_ACEOF
5337     /* end confdefs.h. */
5338 root 1.54 #include <X11/Xlib.h>
5339 pcg 1.11 _ACEOF
5340     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5341     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5342     ac_status=$?
5343     grep -v '^ *+' conftest.er1 >conftest.err
5344     rm -f conftest.er1
5345     cat conftest.err >&5
5346     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5347     (exit $ac_status); } >/dev/null; then
5348     if test -s conftest.err; then
5349 pcg 1.13 ac_cpp_err=$ac_cxx_preproc_warn_flag
5350     ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
5351 pcg 1.11 else
5352     ac_cpp_err=
5353     fi
5354     else
5355     ac_cpp_err=yes
5356     fi
5357     if test -z "$ac_cpp_err"; then
5358 pcg 1.1 # We can compile using X headers with no special include directory.
5359     ac_x_includes=
5360     else
5361 pcg 1.11 echo "$as_me: failed program was:" >&5
5362     sed 's/^/| /' conftest.$ac_ext >&5
5363    
5364     for ac_dir in $ac_x_header_dirs; do
5365 root 1.54 if test -r "$ac_dir/X11/Xlib.h"; then
5366 pcg 1.11 ac_x_includes=$ac_dir
5367     break
5368     fi
5369     done
5370 pcg 1.1 fi
5371 pcg 1.11 rm -f conftest.err conftest.$ac_ext
5372     fi # $ac_x_includes = no
5373 pcg 1.1
5374 pcg 1.11 if test "$ac_x_libraries" = no; then
5375 pcg 1.1 # Check for the libraries.
5376     # See if we find them without any special options.
5377     # Don't add to $LIBS permanently.
5378 pcg 1.11 ac_save_LIBS=$LIBS
5379 root 1.54 LIBS="-lX11 $LIBS"
5380 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
5381     /* confdefs.h. */
5382     _ACEOF
5383     cat confdefs.h >>conftest.$ac_ext
5384     cat >>conftest.$ac_ext <<_ACEOF
5385     /* end confdefs.h. */
5386 root 1.54 #include <X11/Xlib.h>
5387 pcg 1.11 int
5388     main ()
5389     {
5390 root 1.54 XrmInitialize ()
5391 pcg 1.11 ;
5392     return 0;
5393     }
5394     _ACEOF
5395     rm -f conftest.$ac_objext conftest$ac_exeext
5396     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5397     (eval $ac_link) 2>conftest.er1
5398     ac_status=$?
5399     grep -v '^ *+' conftest.er1 >conftest.err
5400     rm -f conftest.er1
5401     cat conftest.err >&5
5402     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5403     (exit $ac_status); } &&
5404 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5405 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5406     (eval $ac_try) 2>&5
5407     ac_status=$?
5408     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5409     (exit $ac_status); }; } &&
5410     { ac_try='test -s conftest$ac_exeext'
5411     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5412     (eval $ac_try) 2>&5
5413     ac_status=$?
5414     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5415     (exit $ac_status); }; }; then
5416     LIBS=$ac_save_LIBS
5417 pcg 1.1 # We can link X programs with no special library path.
5418     ac_x_libraries=
5419     else
5420 pcg 1.11 echo "$as_me: failed program was:" >&5
5421     sed 's/^/| /' conftest.$ac_ext >&5
5422    
5423     LIBS=$ac_save_LIBS
5424     for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
5425 pcg 1.1 do
5426 pcg 1.11 # Don't even attempt the hair of trying to link an X program!
5427 pcg 1.1 for ac_extension in a so sl; do
5428 root 1.54 if test -r $ac_dir/libX11.$ac_extension; then
5429 pcg 1.1 ac_x_libraries=$ac_dir
5430     break 2
5431     fi
5432     done
5433     done
5434     fi
5435 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
5436     conftest$ac_exeext conftest.$ac_ext
5437     fi # $ac_x_libraries = no
5438 pcg 1.1
5439 pcg 1.11 if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then
5440 pcg 1.1 # Didn't find X anywhere. Cache the known absence of X.
5441     ac_cv_have_x="have_x=no"
5442     else
5443     # Record where we found X for the cache.
5444     ac_cv_have_x="have_x=yes \
5445 pcg 1.11 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
5446 pcg 1.1 fi
5447     fi
5448 pcg 1.11
5449 pcg 1.1 fi
5450     eval "$ac_cv_have_x"
5451     fi # $with_x != no
5452    
5453     if test "$have_x" != yes; then
5454 pcg 1.11 echo "$as_me:$LINENO: result: $have_x" >&5
5455     echo "${ECHO_T}$have_x" >&6
5456 pcg 1.1 no_x=yes
5457     else
5458     # If each of the values was on the command line, it overrides each guess.
5459     test "x$x_includes" = xNONE && x_includes=$ac_x_includes
5460     test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
5461     # Update the cache value to reflect the command line values.
5462     ac_cv_have_x="have_x=yes \
5463     ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
5464 pcg 1.24 # It might be that x_includes is empty (headers are found in the
5465     # standard search path. Then output the corresponding message
5466     ac_out_x_includes=$x_includes
5467     test "x$x_includes" = x && ac_out_x_includes="in standard search path"
5468     echo "$as_me:$LINENO: result: libraries $x_libraries, headers $ac_out_x_includes" >&5
5469     echo "${ECHO_T}libraries $x_libraries, headers $ac_out_x_includes" >&6
5470 pcg 1.1 fi
5471    
5472 pcg 1.24 fi
5473 pcg 1.1 if test "$no_x" = yes; then
5474     # Not all programs may use this symbol, but it does not hurt to define it.
5475 pcg 1.11
5476     cat >>confdefs.h <<\_ACEOF
5477 pcg 1.1 #define X_DISPLAY_MISSING 1
5478 pcg 1.11 _ACEOF
5479 pcg 1.1
5480     X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
5481     else
5482     if test -n "$x_includes"; then
5483     X_CFLAGS="$X_CFLAGS -I$x_includes"
5484     fi
5485    
5486     # It would also be nice to do this for all -L options, not just this one.
5487     if test -n "$x_libraries"; then
5488     X_LIBS="$X_LIBS -L$x_libraries"
5489     # For Solaris; some versions of Sun CC require a space after -R and
5490     # others require no space. Words are not sufficient . . . .
5491 pcg 1.11 case `(uname -sr) 2>/dev/null` in
5492 pcg 1.1 "SunOS 5"*)
5493 pcg 1.11 echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
5494     echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6
5495     ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
5496     cat >conftest.$ac_ext <<_ACEOF
5497     /* confdefs.h. */
5498     _ACEOF
5499     cat confdefs.h >>conftest.$ac_ext
5500     cat >>conftest.$ac_ext <<_ACEOF
5501     /* end confdefs.h. */
5502 pcg 1.1
5503 pcg 1.11 int
5504     main ()
5505     {
5506 pcg 1.1
5507 pcg 1.11 ;
5508     return 0;
5509     }
5510     _ACEOF
5511     rm -f conftest.$ac_objext conftest$ac_exeext
5512     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5513     (eval $ac_link) 2>conftest.er1
5514     ac_status=$?
5515     grep -v '^ *+' conftest.er1 >conftest.err
5516     rm -f conftest.er1
5517     cat conftest.err >&5
5518     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5519     (exit $ac_status); } &&
5520 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5521 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5522     (eval $ac_try) 2>&5
5523     ac_status=$?
5524     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5525     (exit $ac_status); }; } &&
5526     { ac_try='test -s conftest$ac_exeext'
5527     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5528     (eval $ac_try) 2>&5
5529     ac_status=$?
5530     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5531     (exit $ac_status); }; }; then
5532 pcg 1.1 ac_R_nospace=yes
5533     else
5534 pcg 1.11 echo "$as_me: failed program was:" >&5
5535     sed 's/^/| /' conftest.$ac_ext >&5
5536    
5537     ac_R_nospace=no
5538 pcg 1.1 fi
5539 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
5540     conftest$ac_exeext conftest.$ac_ext
5541 pcg 1.1 if test $ac_R_nospace = yes; then
5542 pcg 1.11 echo "$as_me:$LINENO: result: no" >&5
5543     echo "${ECHO_T}no" >&6
5544 pcg 1.1 X_LIBS="$X_LIBS -R$x_libraries"
5545     else
5546     LIBS="$ac_xsave_LIBS -R $x_libraries"
5547 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
5548     /* confdefs.h. */
5549     _ACEOF
5550     cat confdefs.h >>conftest.$ac_ext
5551     cat >>conftest.$ac_ext <<_ACEOF
5552     /* end confdefs.h. */
5553 pcg 1.1
5554 pcg 1.11 int
5555     main ()
5556     {
5557 pcg 1.1
5558 pcg 1.11 ;
5559     return 0;
5560     }
5561     _ACEOF
5562     rm -f conftest.$ac_objext conftest$ac_exeext
5563     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5564     (eval $ac_link) 2>conftest.er1
5565     ac_status=$?
5566     grep -v '^ *+' conftest.er1 >conftest.err
5567     rm -f conftest.er1
5568     cat conftest.err >&5
5569     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5570     (exit $ac_status); } &&
5571 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5572 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5573     (eval $ac_try) 2>&5
5574     ac_status=$?
5575     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5576     (exit $ac_status); }; } &&
5577     { ac_try='test -s conftest$ac_exeext'
5578     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5579     (eval $ac_try) 2>&5
5580     ac_status=$?
5581     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5582     (exit $ac_status); }; }; then
5583 pcg 1.1 ac_R_space=yes
5584     else
5585 pcg 1.11 echo "$as_me: failed program was:" >&5
5586     sed 's/^/| /' conftest.$ac_ext >&5
5587    
5588     ac_R_space=no
5589 pcg 1.1 fi
5590 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
5591     conftest$ac_exeext conftest.$ac_ext
5592 pcg 1.1 if test $ac_R_space = yes; then
5593 pcg 1.11 echo "$as_me:$LINENO: result: yes" >&5
5594     echo "${ECHO_T}yes" >&6
5595 pcg 1.1 X_LIBS="$X_LIBS -R $x_libraries"
5596     else
5597 pcg 1.11 echo "$as_me:$LINENO: result: neither works" >&5
5598     echo "${ECHO_T}neither works" >&6
5599 pcg 1.1 fi
5600     fi
5601 pcg 1.11 LIBS=$ac_xsave_LIBS
5602 pcg 1.1 esac
5603     fi
5604    
5605     # Check for system-dependent libraries X programs must link with.
5606     # Do this before checking for the system-independent R6 libraries
5607     # (-lICE), since we may need -lsocket or whatever for X linking.
5608    
5609     if test "$ISC" = yes; then
5610     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
5611     else
5612 pcg 1.11 # Martyn Johnson says this is needed for Ultrix, if the X
5613     # libraries were built with DECnet support. And Karl Berry says
5614 pcg 1.1 # the Alpha needs dnet_stub (dnet does not exist).
5615 pcg 1.11 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
5616     cat >conftest.$ac_ext <<_ACEOF
5617     /* confdefs.h. */
5618     _ACEOF
5619     cat confdefs.h >>conftest.$ac_ext
5620     cat >>conftest.$ac_ext <<_ACEOF
5621     /* end confdefs.h. */
5622    
5623 pcg 1.1 /* Override any gcc2 internal prototype to avoid an error. */
5624 pcg 1.11 #ifdef __cplusplus
5625     extern "C"
5626     #endif
5627 pcg 1.1 /* We use char because int might match the return type of a gcc2
5628 pcg 1.11 builtin and then its argument prototype would still apply. */
5629     char XOpenDisplay ();
5630     int
5631     main ()
5632     {
5633     XOpenDisplay ();
5634     ;
5635     return 0;
5636     }
5637     _ACEOF
5638     rm -f conftest.$ac_objext conftest$ac_exeext
5639     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5640     (eval $ac_link) 2>conftest.er1
5641     ac_status=$?
5642     grep -v '^ *+' conftest.er1 >conftest.err
5643     rm -f conftest.er1
5644     cat conftest.err >&5
5645     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5646     (exit $ac_status); } &&
5647 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5648 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5649     (eval $ac_try) 2>&5
5650     ac_status=$?
5651     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5652     (exit $ac_status); }; } &&
5653     { ac_try='test -s conftest$ac_exeext'
5654     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5655     (eval $ac_try) 2>&5
5656     ac_status=$?
5657     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5658     (exit $ac_status); }; }; then
5659     :
5660     else
5661     echo "$as_me: failed program was:" >&5
5662     sed 's/^/| /' conftest.$ac_ext >&5
5663 pcg 1.1
5664 pcg 1.11 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
5665     echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
5666     if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
5667     echo $ECHO_N "(cached) $ECHO_C" >&6
5668 pcg 1.1 else
5669 pcg 1.11 ac_check_lib_save_LIBS=$LIBS
5670     LIBS="-ldnet $LIBS"
5671     cat >conftest.$ac_ext <<_ACEOF
5672     /* confdefs.h. */
5673     _ACEOF
5674     cat confdefs.h >>conftest.$ac_ext
5675     cat >>conftest.$ac_ext <<_ACEOF
5676     /* end confdefs.h. */
5677 pcg 1.1
5678 pcg 1.11 /* Override any gcc2 internal prototype to avoid an error. */
5679     #ifdef __cplusplus
5680     extern "C"
5681     #endif
5682     /* We use char because int might match the return type of a gcc2
5683     builtin and then its argument prototype would still apply. */
5684     char dnet_ntoa ();
5685     int
5686     main ()
5687     {
5688     dnet_ntoa ();
5689     ;
5690     return 0;
5691     }
5692     _ACEOF
5693     rm -f conftest.$ac_objext conftest$ac_exeext
5694     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5695     (eval $ac_link) 2>conftest.er1
5696     ac_status=$?
5697     grep -v '^ *+' conftest.er1 >conftest.err
5698     rm -f conftest.er1
5699     cat conftest.err >&5
5700     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5701     (exit $ac_status); } &&
5702 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5703 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5704     (eval $ac_try) 2>&5
5705     ac_status=$?
5706     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5707     (exit $ac_status); }; } &&
5708     { ac_try='test -s conftest$ac_exeext'
5709     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5710     (eval $ac_try) 2>&5
5711     ac_status=$?
5712     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5713     (exit $ac_status); }; }; then
5714     ac_cv_lib_dnet_dnet_ntoa=yes
5715     else
5716     echo "$as_me: failed program was:" >&5
5717     sed 's/^/| /' conftest.$ac_ext >&5
5718    
5719     ac_cv_lib_dnet_dnet_ntoa=no
5720     fi
5721     rm -f conftest.err conftest.$ac_objext \
5722     conftest$ac_exeext conftest.$ac_ext
5723     LIBS=$ac_check_lib_save_LIBS
5724     fi
5725     echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
5726     echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
5727     if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
5728 pcg 1.1 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
5729     fi
5730    
5731     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
5732 pcg 1.11 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
5733     echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
5734     if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
5735     echo $ECHO_N "(cached) $ECHO_C" >&6
5736 pcg 1.1 else
5737 pcg 1.11 ac_check_lib_save_LIBS=$LIBS
5738 pcg 1.1 LIBS="-ldnet_stub $LIBS"
5739 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
5740     /* confdefs.h. */
5741     _ACEOF
5742     cat confdefs.h >>conftest.$ac_ext
5743     cat >>conftest.$ac_ext <<_ACEOF
5744     /* end confdefs.h. */
5745    
5746 pcg 1.1 /* Override any gcc2 internal prototype to avoid an error. */
5747 pcg 1.11 #ifdef __cplusplus
5748     extern "C"
5749     #endif
5750 pcg 1.1 /* We use char because int might match the return type of a gcc2
5751 pcg 1.11 builtin and then its argument prototype would still apply. */
5752     char dnet_ntoa ();
5753     int
5754     main ()
5755     {
5756     dnet_ntoa ();
5757     ;
5758     return 0;
5759     }
5760     _ACEOF
5761     rm -f conftest.$ac_objext conftest$ac_exeext
5762     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5763     (eval $ac_link) 2>conftest.er1
5764     ac_status=$?
5765     grep -v '^ *+' conftest.er1 >conftest.err
5766     rm -f conftest.er1
5767     cat conftest.err >&5
5768     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5769     (exit $ac_status); } &&
5770 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5771 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5772     (eval $ac_try) 2>&5
5773     ac_status=$?
5774     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5775     (exit $ac_status); }; } &&
5776     { ac_try='test -s conftest$ac_exeext'
5777     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5778     (eval $ac_try) 2>&5
5779     ac_status=$?
5780     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5781     (exit $ac_status); }; }; then
5782     ac_cv_lib_dnet_stub_dnet_ntoa=yes
5783     else
5784     echo "$as_me: failed program was:" >&5
5785     sed 's/^/| /' conftest.$ac_ext >&5
5786    
5787     ac_cv_lib_dnet_stub_dnet_ntoa=no
5788     fi
5789     rm -f conftest.err conftest.$ac_objext \
5790     conftest$ac_exeext conftest.$ac_ext
5791     LIBS=$ac_check_lib_save_LIBS
5792     fi
5793     echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
5794     echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
5795     if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
5796 pcg 1.1 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
5797     fi
5798    
5799     fi
5800 pcg 1.11 fi
5801     rm -f conftest.err conftest.$ac_objext \
5802     conftest$ac_exeext conftest.$ac_ext
5803     LIBS="$ac_xsave_LIBS"
5804 pcg 1.1
5805     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
5806     # to get the SysV transport functions.
5807 pcg 1.11 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
5808 pcg 1.1 # needs -lnsl.
5809     # The nsl library prevents programs from opening the X display
5810 pcg 1.11 # on Irix 5.2, according to T.E. Dickey.
5811     # The functions gethostbyname, getservbyname, and inet_addr are
5812     # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
5813     echo "$as_me:$LINENO: checking for gethostbyname" >&5
5814     echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
5815     if test "${ac_cv_func_gethostbyname+set}" = set; then
5816     echo $ECHO_N "(cached) $ECHO_C" >&6
5817     else
5818     cat >conftest.$ac_ext <<_ACEOF
5819     /* confdefs.h. */
5820     _ACEOF
5821     cat confdefs.h >>conftest.$ac_ext
5822     cat >>conftest.$ac_ext <<_ACEOF
5823     /* end confdefs.h. */
5824     /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
5825     For example, HP-UX 11i <limits.h> declares gettimeofday. */
5826     #define gethostbyname innocuous_gethostbyname
5827    
5828 pcg 1.1 /* System header to define __stub macros and hopefully few prototypes,
5829 pcg 1.11 which can conflict with char gethostbyname (); below.
5830     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5831     <limits.h> exists even on freestanding compilers. */
5832    
5833     #ifdef __STDC__
5834     # include <limits.h>
5835     #else
5836     # include <assert.h>
5837     #endif
5838    
5839     #undef gethostbyname
5840    
5841 pcg 1.1 /* Override any gcc2 internal prototype to avoid an error. */
5842 pcg 1.11 #ifdef __cplusplus
5843     extern "C"
5844     {
5845     #endif
5846 pcg 1.1 /* We use char because int might match the return type of a gcc2
5847 pcg 1.11 builtin and then its argument prototype would still apply. */
5848     char gethostbyname ();
5849 pcg 1.1 /* The GNU C library defines this for functions which it implements
5850     to always fail with ENOSYS. Some functions are actually named
5851     something starting with __ and the normal name is an alias. */
5852     #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
5853     choke me
5854     #else
5855 pcg 1.11 char (*f) () = gethostbyname;
5856     #endif
5857     #ifdef __cplusplus
5858     }
5859 pcg 1.1 #endif
5860    
5861 pcg 1.11 int
5862     main ()
5863     {
5864     return f != gethostbyname;
5865     ;
5866     return 0;
5867     }
5868     _ACEOF
5869     rm -f conftest.$ac_objext conftest$ac_exeext
5870     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5871     (eval $ac_link) 2>conftest.er1
5872     ac_status=$?
5873     grep -v '^ *+' conftest.er1 >conftest.err
5874     rm -f conftest.er1
5875     cat conftest.err >&5
5876     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5877     (exit $ac_status); } &&
5878 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5879 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5880     (eval $ac_try) 2>&5
5881     ac_status=$?
5882     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5883     (exit $ac_status); }; } &&
5884     { ac_try='test -s conftest$ac_exeext'
5885     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5886     (eval $ac_try) 2>&5
5887     ac_status=$?
5888     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5889     (exit $ac_status); }; }; then
5890     ac_cv_func_gethostbyname=yes
5891     else
5892     echo "$as_me: failed program was:" >&5
5893     sed 's/^/| /' conftest.$ac_ext >&5
5894    
5895     ac_cv_func_gethostbyname=no
5896     fi
5897     rm -f conftest.err conftest.$ac_objext \
5898     conftest$ac_exeext conftest.$ac_ext
5899     fi
5900     echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
5901     echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
5902    
5903 pcg 1.1 if test $ac_cv_func_gethostbyname = no; then
5904 pcg 1.11 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
5905     echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
5906     if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
5907     echo $ECHO_N "(cached) $ECHO_C" >&6
5908 pcg 1.1 else
5909 pcg 1.11 ac_check_lib_save_LIBS=$LIBS
5910 pcg 1.1 LIBS="-lnsl $LIBS"
5911 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
5912     /* confdefs.h. */
5913     _ACEOF
5914     cat confdefs.h >>conftest.$ac_ext
5915     cat >>conftest.$ac_ext <<_ACEOF
5916     /* end confdefs.h. */
5917    
5918 pcg 1.1 /* Override any gcc2 internal prototype to avoid an error. */
5919 pcg 1.11 #ifdef __cplusplus
5920     extern "C"
5921     #endif
5922 pcg 1.1 /* We use char because int might match the return type of a gcc2
5923 pcg 1.11 builtin and then its argument prototype would still apply. */
5924     char gethostbyname ();
5925     int
5926     main ()
5927     {
5928     gethostbyname ();
5929     ;
5930     return 0;
5931     }
5932     _ACEOF
5933     rm -f conftest.$ac_objext conftest$ac_exeext
5934     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5935     (eval $ac_link) 2>conftest.er1
5936     ac_status=$?
5937     grep -v '^ *+' conftest.er1 >conftest.err
5938     rm -f conftest.er1
5939     cat conftest.err >&5
5940     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5941     (exit $ac_status); } &&
5942 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5943 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5944     (eval $ac_try) 2>&5
5945     ac_status=$?
5946     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5947     (exit $ac_status); }; } &&
5948     { ac_try='test -s conftest$ac_exeext'
5949     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5950     (eval $ac_try) 2>&5
5951     ac_status=$?
5952     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5953     (exit $ac_status); }; }; then
5954     ac_cv_lib_nsl_gethostbyname=yes
5955     else
5956     echo "$as_me: failed program was:" >&5
5957     sed 's/^/| /' conftest.$ac_ext >&5
5958    
5959     ac_cv_lib_nsl_gethostbyname=no
5960     fi
5961     rm -f conftest.err conftest.$ac_objext \
5962     conftest$ac_exeext conftest.$ac_ext
5963     LIBS=$ac_check_lib_save_LIBS
5964     fi
5965     echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
5966     echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
5967     if test $ac_cv_lib_nsl_gethostbyname = yes; then
5968     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
5969     fi
5970 pcg 1.1
5971 pcg 1.11 if test $ac_cv_lib_nsl_gethostbyname = no; then
5972     echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
5973     echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
5974     if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
5975     echo $ECHO_N "(cached) $ECHO_C" >&6
5976     else
5977     ac_check_lib_save_LIBS=$LIBS
5978     LIBS="-lbsd $LIBS"
5979     cat >conftest.$ac_ext <<_ACEOF
5980     /* confdefs.h. */
5981     _ACEOF
5982     cat confdefs.h >>conftest.$ac_ext
5983     cat >>conftest.$ac_ext <<_ACEOF
5984     /* end confdefs.h. */
5985 pcg 1.1
5986 pcg 1.11 /* Override any gcc2 internal prototype to avoid an error. */
5987     #ifdef __cplusplus
5988     extern "C"
5989     #endif
5990     /* We use char because int might match the return type of a gcc2
5991     builtin and then its argument prototype would still apply. */
5992     char gethostbyname ();
5993     int
5994     main ()
5995     {
5996     gethostbyname ();
5997     ;
5998     return 0;
5999     }
6000     _ACEOF
6001     rm -f conftest.$ac_objext conftest$ac_exeext
6002     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6003     (eval $ac_link) 2>conftest.er1
6004     ac_status=$?
6005     grep -v '^ *+' conftest.er1 >conftest.err
6006     rm -f conftest.er1
6007     cat conftest.err >&5
6008     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6009     (exit $ac_status); } &&
6010 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6011 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6012     (eval $ac_try) 2>&5
6013     ac_status=$?
6014     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6015     (exit $ac_status); }; } &&
6016     { ac_try='test -s conftest$ac_exeext'
6017     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6018     (eval $ac_try) 2>&5
6019     ac_status=$?
6020     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6021     (exit $ac_status); }; }; then
6022     ac_cv_lib_bsd_gethostbyname=yes
6023     else
6024     echo "$as_me: failed program was:" >&5
6025     sed 's/^/| /' conftest.$ac_ext >&5
6026    
6027     ac_cv_lib_bsd_gethostbyname=no
6028     fi
6029     rm -f conftest.err conftest.$ac_objext \
6030     conftest$ac_exeext conftest.$ac_ext
6031     LIBS=$ac_check_lib_save_LIBS
6032     fi
6033     echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
6034     echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
6035     if test $ac_cv_lib_bsd_gethostbyname = yes; then
6036     X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
6037 pcg 1.1 fi
6038    
6039 pcg 1.11 fi
6040 pcg 1.1 fi
6041    
6042     # lieder@skyler.mavd.honeywell.com says without -lsocket,
6043     # socket/setsockopt and other routines are undefined under SCO ODT
6044     # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
6045 pcg 1.11 # on later versions), says Simon Leinen: it contains gethostby*
6046     # variants that don't use the name server (or something). -lsocket
6047     # must be given before -lnsl if both are needed. We assume that
6048     # if connect needs -lnsl, so does gethostbyname.
6049     echo "$as_me:$LINENO: checking for connect" >&5
6050     echo $ECHO_N "checking for connect... $ECHO_C" >&6
6051     if test "${ac_cv_func_connect+set}" = set; then
6052     echo $ECHO_N "(cached) $ECHO_C" >&6
6053     else
6054     cat >conftest.$ac_ext <<_ACEOF
6055     /* confdefs.h. */
6056     _ACEOF
6057     cat confdefs.h >>conftest.$ac_ext
6058     cat >>conftest.$ac_ext <<_ACEOF
6059     /* end confdefs.h. */
6060     /* Define connect to an innocuous variant, in case <limits.h> declares connect.
6061     For example, HP-UX 11i <limits.h> declares gettimeofday. */
6062     #define connect innocuous_connect
6063    
6064 pcg 1.1 /* System header to define __stub macros and hopefully few prototypes,
6065 pcg 1.11 which can conflict with char connect (); below.
6066     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6067     <limits.h> exists even on freestanding compilers. */
6068    
6069     #ifdef __STDC__
6070     # include <limits.h>
6071     #else
6072     # include <assert.h>
6073     #endif
6074    
6075     #undef connect
6076    
6077 pcg 1.1 /* Override any gcc2 internal prototype to avoid an error. */
6078 pcg 1.11 #ifdef __cplusplus
6079     extern "C"
6080     {
6081     #endif
6082 pcg 1.1 /* We use char because int might match the return type of a gcc2
6083 pcg 1.11 builtin and then its argument prototype would still apply. */
6084     char connect ();
6085 pcg 1.1 /* The GNU C library defines this for functions which it implements
6086     to always fail with ENOSYS. Some functions are actually named
6087     something starting with __ and the normal name is an alias. */
6088     #if defined (__stub_connect) || defined (__stub___connect)
6089     choke me
6090     #else
6091 pcg 1.11 char (*f) () = connect;
6092     #endif
6093     #ifdef __cplusplus
6094     }
6095 pcg 1.1 #endif
6096    
6097 pcg 1.11 int
6098     main ()
6099     {
6100     return f != connect;
6101     ;
6102     return 0;
6103     }
6104     _ACEOF
6105     rm -f conftest.$ac_objext conftest$ac_exeext
6106     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6107     (eval $ac_link) 2>conftest.er1
6108     ac_status=$?
6109     grep -v '^ *+' conftest.er1 >conftest.err
6110     rm -f conftest.er1
6111     cat conftest.err >&5
6112     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6113     (exit $ac_status); } &&
6114 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6115 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6116     (eval $ac_try) 2>&5
6117     ac_status=$?
6118     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6119     (exit $ac_status); }; } &&
6120     { ac_try='test -s conftest$ac_exeext'
6121     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6122     (eval $ac_try) 2>&5
6123     ac_status=$?
6124     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6125     (exit $ac_status); }; }; then
6126     ac_cv_func_connect=yes
6127     else
6128     echo "$as_me: failed program was:" >&5
6129     sed 's/^/| /' conftest.$ac_ext >&5
6130    
6131     ac_cv_func_connect=no
6132 pcg 1.1 fi
6133 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
6134     conftest$ac_exeext conftest.$ac_ext
6135 pcg 1.1 fi
6136 pcg 1.11 echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
6137     echo "${ECHO_T}$ac_cv_func_connect" >&6
6138 pcg 1.1
6139     if test $ac_cv_func_connect = no; then
6140 pcg 1.11 echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
6141     echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
6142     if test "${ac_cv_lib_socket_connect+set}" = set; then
6143     echo $ECHO_N "(cached) $ECHO_C" >&6
6144 pcg 1.1 else
6145 pcg 1.11 ac_check_lib_save_LIBS=$LIBS
6146 pcg 1.1 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
6147 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
6148     /* confdefs.h. */
6149     _ACEOF
6150     cat confdefs.h >>conftest.$ac_ext
6151     cat >>conftest.$ac_ext <<_ACEOF
6152     /* end confdefs.h. */
6153    
6154 pcg 1.1 /* Override any gcc2 internal prototype to avoid an error. */
6155 pcg 1.11 #ifdef __cplusplus
6156     extern "C"
6157     #endif
6158 pcg 1.1 /* We use char because int might match the return type of a gcc2
6159 pcg 1.11 builtin and then its argument prototype would still apply. */
6160     char connect ();
6161     int
6162     main ()
6163     {
6164     connect ();
6165     ;
6166     return 0;
6167     }
6168     _ACEOF
6169     rm -f conftest.$ac_objext conftest$ac_exeext
6170     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6171     (eval $ac_link) 2>conftest.er1
6172     ac_status=$?
6173     grep -v '^ *+' conftest.er1 >conftest.err
6174     rm -f conftest.er1
6175     cat conftest.err >&5
6176     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6177     (exit $ac_status); } &&
6178 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6179 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6180     (eval $ac_try) 2>&5
6181     ac_status=$?
6182     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6183     (exit $ac_status); }; } &&
6184     { ac_try='test -s conftest$ac_exeext'
6185     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6186     (eval $ac_try) 2>&5
6187     ac_status=$?
6188     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6189     (exit $ac_status); }; }; then
6190     ac_cv_lib_socket_connect=yes
6191     else
6192     echo "$as_me: failed program was:" >&5
6193     sed 's/^/| /' conftest.$ac_ext >&5
6194    
6195     ac_cv_lib_socket_connect=no
6196     fi
6197     rm -f conftest.err conftest.$ac_objext \
6198     conftest$ac_exeext conftest.$ac_ext
6199     LIBS=$ac_check_lib_save_LIBS
6200     fi
6201     echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
6202     echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
6203     if test $ac_cv_lib_socket_connect = yes; then
6204 pcg 1.1 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
6205     fi
6206    
6207     fi
6208    
6209 pcg 1.11 # Guillermo Gomez says -lposix is necessary on A/UX.
6210     echo "$as_me:$LINENO: checking for remove" >&5
6211     echo $ECHO_N "checking for remove... $ECHO_C" >&6
6212     if test "${ac_cv_func_remove+set}" = set; then
6213     echo $ECHO_N "(cached) $ECHO_C" >&6
6214     else
6215     cat >conftest.$ac_ext <<_ACEOF
6216     /* confdefs.h. */
6217     _ACEOF
6218     cat confdefs.h >>conftest.$ac_ext
6219     cat >>conftest.$ac_ext <<_ACEOF
6220     /* end confdefs.h. */
6221     /* Define remove to an innocuous variant, in case <limits.h> declares remove.
6222     For example, HP-UX 11i <limits.h> declares gettimeofday. */
6223     #define remove innocuous_remove
6224    
6225 pcg 1.1 /* System header to define __stub macros and hopefully few prototypes,
6226 pcg 1.11 which can conflict with char remove (); below.
6227     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6228     <limits.h> exists even on freestanding compilers. */
6229    
6230     #ifdef __STDC__
6231     # include <limits.h>
6232     #else
6233     # include <assert.h>
6234     #endif
6235    
6236     #undef remove
6237    
6238 pcg 1.1 /* Override any gcc2 internal prototype to avoid an error. */
6239 pcg 1.11 #ifdef __cplusplus
6240     extern "C"
6241     {
6242     #endif
6243 pcg 1.1 /* We use char because int might match the return type of a gcc2
6244 pcg 1.11 builtin and then its argument prototype would still apply. */
6245     char remove ();
6246 pcg 1.1 /* The GNU C library defines this for functions which it implements
6247     to always fail with ENOSYS. Some functions are actually named
6248     something starting with __ and the normal name is an alias. */
6249     #if defined (__stub_remove) || defined (__stub___remove)
6250     choke me
6251     #else
6252 pcg 1.11 char (*f) () = remove;
6253     #endif
6254     #ifdef __cplusplus
6255     }
6256 pcg 1.1 #endif
6257    
6258 pcg 1.11 int
6259     main ()
6260     {
6261     return f != remove;
6262     ;
6263     return 0;
6264     }
6265     _ACEOF
6266     rm -f conftest.$ac_objext conftest$ac_exeext
6267     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6268     (eval $ac_link) 2>conftest.er1
6269     ac_status=$?
6270     grep -v '^ *+' conftest.er1 >conftest.err
6271     rm -f conftest.er1
6272     cat conftest.err >&5
6273     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6274     (exit $ac_status); } &&
6275 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6276 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6277     (eval $ac_try) 2>&5
6278     ac_status=$?
6279     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6280     (exit $ac_status); }; } &&
6281     { ac_try='test -s conftest$ac_exeext'
6282     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6283     (eval $ac_try) 2>&5
6284     ac_status=$?
6285     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6286     (exit $ac_status); }; }; then
6287     ac_cv_func_remove=yes
6288     else
6289     echo "$as_me: failed program was:" >&5
6290     sed 's/^/| /' conftest.$ac_ext >&5
6291    
6292     ac_cv_func_remove=no
6293 pcg 1.1 fi
6294 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
6295     conftest$ac_exeext conftest.$ac_ext
6296 pcg 1.1 fi
6297 pcg 1.11 echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
6298     echo "${ECHO_T}$ac_cv_func_remove" >&6
6299 pcg 1.1
6300     if test $ac_cv_func_remove = no; then
6301 pcg 1.11 echo "$as_me:$LINENO: checking for remove in -lposix" >&5
6302     echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
6303     if test "${ac_cv_lib_posix_remove+set}" = set; then
6304     echo $ECHO_N "(cached) $ECHO_C" >&6
6305 pcg 1.1 else
6306 pcg 1.11 ac_check_lib_save_LIBS=$LIBS
6307 pcg 1.1 LIBS="-lposix $LIBS"
6308 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
6309     /* confdefs.h. */
6310     _ACEOF
6311     cat confdefs.h >>conftest.$ac_ext
6312     cat >>conftest.$ac_ext <<_ACEOF
6313     /* end confdefs.h. */
6314    
6315 pcg 1.1 /* Override any gcc2 internal prototype to avoid an error. */
6316 pcg 1.11 #ifdef __cplusplus
6317     extern "C"
6318     #endif
6319 pcg 1.1 /* We use char because int might match the return type of a gcc2
6320 pcg 1.11 builtin and then its argument prototype would still apply. */
6321     char remove ();
6322     int
6323     main ()
6324     {
6325     remove ();
6326     ;
6327     return 0;
6328     }
6329     _ACEOF
6330     rm -f conftest.$ac_objext conftest$ac_exeext
6331     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6332     (eval $ac_link) 2>conftest.er1
6333     ac_status=$?
6334     grep -v '^ *+' conftest.er1 >conftest.err
6335     rm -f conftest.er1
6336     cat conftest.err >&5
6337     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6338     (exit $ac_status); } &&
6339 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6340 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6341     (eval $ac_try) 2>&5
6342     ac_status=$?
6343     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6344     (exit $ac_status); }; } &&
6345     { ac_try='test -s conftest$ac_exeext'
6346     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6347     (eval $ac_try) 2>&5
6348     ac_status=$?
6349     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6350     (exit $ac_status); }; }; then
6351     ac_cv_lib_posix_remove=yes
6352     else
6353     echo "$as_me: failed program was:" >&5
6354     sed 's/^/| /' conftest.$ac_ext >&5
6355    
6356     ac_cv_lib_posix_remove=no
6357     fi
6358     rm -f conftest.err conftest.$ac_objext \
6359     conftest$ac_exeext conftest.$ac_ext
6360     LIBS=$ac_check_lib_save_LIBS
6361     fi
6362     echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
6363     echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
6364     if test $ac_cv_lib_posix_remove = yes; then
6365 pcg 1.1 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
6366     fi
6367    
6368     fi
6369    
6370     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
6371 pcg 1.11 echo "$as_me:$LINENO: checking for shmat" >&5
6372     echo $ECHO_N "checking for shmat... $ECHO_C" >&6
6373     if test "${ac_cv_func_shmat+set}" = set; then
6374     echo $ECHO_N "(cached) $ECHO_C" >&6
6375     else
6376     cat >conftest.$ac_ext <<_ACEOF
6377     /* confdefs.h. */
6378     _ACEOF
6379     cat confdefs.h >>conftest.$ac_ext
6380     cat >>conftest.$ac_ext <<_ACEOF
6381     /* end confdefs.h. */
6382     /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
6383     For example, HP-UX 11i <limits.h> declares gettimeofday. */
6384     #define shmat innocuous_shmat
6385    
6386 pcg 1.1 /* System header to define __stub macros and hopefully few prototypes,
6387 pcg 1.11 which can conflict with char shmat (); below.
6388     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6389     <limits.h> exists even on freestanding compilers. */
6390    
6391     #ifdef __STDC__
6392     # include <limits.h>
6393     #else
6394     # include <assert.h>
6395     #endif
6396    
6397     #undef shmat
6398    
6399 pcg 1.1 /* Override any gcc2 internal prototype to avoid an error. */
6400 pcg 1.11 #ifdef __cplusplus
6401     extern "C"
6402     {
6403     #endif
6404 pcg 1.1 /* We use char because int might match the return type of a gcc2
6405 pcg 1.11 builtin and then its argument prototype would still apply. */
6406     char shmat ();
6407 pcg 1.1 /* The GNU C library defines this for functions which it implements
6408     to always fail with ENOSYS. Some functions are actually named
6409     something starting with __ and the normal name is an alias. */
6410     #if defined (__stub_shmat) || defined (__stub___shmat)
6411     choke me
6412     #else
6413 pcg 1.11 char (*f) () = shmat;
6414 pcg 1.1 #endif
6415 pcg 1.11 #ifdef __cplusplus
6416     }
6417     #endif
6418    
6419     int
6420     main ()
6421     {
6422     return f != shmat;
6423     ;
6424     return 0;
6425     }
6426     _ACEOF
6427     rm -f conftest.$ac_objext conftest$ac_exeext
6428     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6429     (eval $ac_link) 2>conftest.er1
6430     ac_status=$?
6431     grep -v '^ *+' conftest.er1 >conftest.err
6432     rm -f conftest.er1
6433     cat conftest.err >&5
6434     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6435     (exit $ac_status); } &&
6436 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6437 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6438     (eval $ac_try) 2>&5
6439     ac_status=$?
6440     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6441     (exit $ac_status); }; } &&
6442     { ac_try='test -s conftest$ac_exeext'
6443     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6444     (eval $ac_try) 2>&5
6445     ac_status=$?
6446     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6447     (exit $ac_status); }; }; then
6448     ac_cv_func_shmat=yes
6449     else
6450     echo "$as_me: failed program was:" >&5
6451     sed 's/^/| /' conftest.$ac_ext >&5
6452 pcg 1.1
6453 pcg 1.11 ac_cv_func_shmat=no
6454 pcg 1.1 fi
6455 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
6456     conftest$ac_exeext conftest.$ac_ext
6457 pcg 1.1 fi
6458 pcg 1.11 echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
6459     echo "${ECHO_T}$ac_cv_func_shmat" >&6
6460 pcg 1.1
6461     if test $ac_cv_func_shmat = no; then
6462 pcg 1.11 echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
6463     echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
6464     if test "${ac_cv_lib_ipc_shmat+set}" = set; then
6465     echo $ECHO_N "(cached) $ECHO_C" >&6
6466 pcg 1.1 else
6467 pcg 1.11 ac_check_lib_save_LIBS=$LIBS
6468 pcg 1.1 LIBS="-lipc $LIBS"
6469 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
6470     /* confdefs.h. */
6471     _ACEOF
6472     cat confdefs.h >>conftest.$ac_ext
6473     cat >>conftest.$ac_ext <<_ACEOF
6474     /* end confdefs.h. */
6475    
6476 pcg 1.1 /* Override any gcc2 internal prototype to avoid an error. */
6477 pcg 1.11 #ifdef __cplusplus
6478     extern "C"
6479     #endif
6480 pcg 1.1 /* We use char because int might match the return type of a gcc2
6481 pcg 1.11 builtin and then its argument prototype would still apply. */
6482     char shmat ();
6483     int
6484     main ()
6485     {
6486     shmat ();
6487     ;
6488     return 0;
6489     }
6490     _ACEOF
6491     rm -f conftest.$ac_objext conftest$ac_exeext
6492     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6493     (eval $ac_link) 2>conftest.er1
6494     ac_status=$?
6495     grep -v '^ *+' conftest.er1 >conftest.err
6496     rm -f conftest.er1
6497     cat conftest.err >&5
6498     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6499     (exit $ac_status); } &&
6500 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6501 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6502     (eval $ac_try) 2>&5
6503     ac_status=$?
6504     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6505     (exit $ac_status); }; } &&
6506     { ac_try='test -s conftest$ac_exeext'
6507     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6508     (eval $ac_try) 2>&5
6509     ac_status=$?
6510     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6511     (exit $ac_status); }; }; then
6512     ac_cv_lib_ipc_shmat=yes
6513     else
6514     echo "$as_me: failed program was:" >&5
6515     sed 's/^/| /' conftest.$ac_ext >&5
6516    
6517     ac_cv_lib_ipc_shmat=no
6518     fi
6519     rm -f conftest.err conftest.$ac_objext \
6520     conftest$ac_exeext conftest.$ac_ext
6521     LIBS=$ac_check_lib_save_LIBS
6522     fi
6523     echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
6524     echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
6525     if test $ac_cv_lib_ipc_shmat = yes; then
6526 pcg 1.1 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
6527     fi
6528    
6529     fi
6530     fi
6531    
6532     # Check for libraries that X11R6 Xt/Xaw programs need.
6533 pcg 1.11 ac_save_LDFLAGS=$LDFLAGS
6534 pcg 1.1 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
6535     # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
6536     # check for ICE first), but we must link in the order -lSM -lICE or
6537     # we get undefined symbols. So assume we have SM if we have ICE.
6538     # These have to be linked with before -lX11, unlike the other
6539     # libraries we check for below, so use a different variable.
6540 pcg 1.11 # John Interrante, Karl Berry
6541     echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
6542     echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
6543     if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
6544     echo $ECHO_N "(cached) $ECHO_C" >&6
6545 pcg 1.1 else
6546 pcg 1.11 ac_check_lib_save_LIBS=$LIBS
6547 pcg 1.1 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
6548 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
6549     /* confdefs.h. */
6550     _ACEOF
6551     cat confdefs.h >>conftest.$ac_ext
6552     cat >>conftest.$ac_ext <<_ACEOF
6553     /* end confdefs.h. */
6554    
6555 pcg 1.1 /* Override any gcc2 internal prototype to avoid an error. */
6556 pcg 1.11 #ifdef __cplusplus
6557     extern "C"
6558     #endif
6559 pcg 1.1 /* We use char because int might match the return type of a gcc2
6560 pcg 1.11 builtin and then its argument prototype would still apply. */
6561     char IceConnectionNumber ();
6562     int
6563     main ()
6564     {
6565     IceConnectionNumber ();
6566     ;
6567     return 0;
6568     }
6569     _ACEOF
6570     rm -f conftest.$ac_objext conftest$ac_exeext
6571     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6572     (eval $ac_link) 2>conftest.er1
6573     ac_status=$?
6574     grep -v '^ *+' conftest.er1 >conftest.err
6575     rm -f conftest.er1
6576     cat conftest.err >&5
6577     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6578     (exit $ac_status); } &&
6579 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6580 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6581     (eval $ac_try) 2>&5
6582     ac_status=$?
6583     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6584     (exit $ac_status); }; } &&
6585     { ac_try='test -s conftest$ac_exeext'
6586     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6587     (eval $ac_try) 2>&5
6588     ac_status=$?
6589     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6590     (exit $ac_status); }; }; then
6591     ac_cv_lib_ICE_IceConnectionNumber=yes
6592     else
6593     echo "$as_me: failed program was:" >&5
6594     sed 's/^/| /' conftest.$ac_ext >&5
6595    
6596     ac_cv_lib_ICE_IceConnectionNumber=no
6597     fi
6598     rm -f conftest.err conftest.$ac_objext \
6599     conftest$ac_exeext conftest.$ac_ext
6600     LIBS=$ac_check_lib_save_LIBS
6601     fi
6602     echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
6603     echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
6604     if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
6605 pcg 1.1 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
6606     fi
6607    
6608 pcg 1.11 LDFLAGS=$ac_save_LDFLAGS
6609 pcg 1.1
6610     fi
6611    
6612    
6613    
6614     if test x$support_xpm = xyes; then
6615 pcg 1.11
6616 pcg 1.1
6617    
6618     # Initialize some more variables set by options.
6619     # The variables have the same names as the options, with
6620     # dashes changed to underlines.
6621    
6622     # If we find XPM, set shell vars xpm_includes and xpm_libraries to the
6623     # paths, otherwise set no_xpm=yes.
6624     # Uses ac_ vars as temps to allow command line to override cache and checks.
6625 pcg 1.11 echo "$as_me:$LINENO: checking for libXpm" >&5
6626     echo $ECHO_N "checking for libXpm... $ECHO_C" >&6
6627    
6628 pcg 1.1
6629     # Check whether --with-xpm_includes or --without-xpm_includes was given.
6630     if test "${with_xpm_includes+set}" = set; then
6631     withval="$with_xpm_includes"
6632     xpm_includes="$withval"
6633     else
6634     xpm_includes=NO
6635 pcg 1.11 fi;
6636 pcg 1.1
6637     # Check whether --with-xpm_library or --without-xpm_library was given.
6638     if test "${with_xpm_library+set}" = set; then
6639     withval="$with_xpm_library"
6640     xpm_libraries="$withval"
6641     else
6642     xpm_libraries=NO
6643 pcg 1.11 fi;
6644 pcg 1.1
6645 pcg 1.11 # --without-xpm overrides everything else, but does not touch the cache.
6646 pcg 1.1
6647     # Check whether --with-xpm or --without-xpm was given.
6648     if test "${with_xpm+set}" = set; then
6649     withval="$with_xpm"
6650    
6651 pcg 1.11 fi;
6652 pcg 1.1 if test "$with_xpm" = no; then
6653     have_xpm=disabled
6654     else
6655 pcg 1.11 if test "${ac_cv_have_xpm+set}" = set; then
6656     echo $ECHO_N "(cached) $ECHO_C" >&6
6657 pcg 1.1 else
6658 pcg 1.11
6659 pcg 1.1 vt_xpm_include_X11=no
6660     if test -n "$xpm_includes"; then
6661     vt_xpm_includes=$xpm_includes
6662     else
6663     vt_xpm_includes=NO
6664     fi
6665     if test -n "$xpm_libraries"; then
6666     vt_xpm_libraries=$xpm_libraries
6667     else
6668     vt_xpm_libraries=NO
6669     fi
6670    
6671     if test "$vt_xpm_includes" = NO; then
6672     # Guess where to find xpm.h
6673    
6674     ac_save_CPPFLAGS="$CPPFLAGS"
6675     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
6676    
6677     # First, try using that file with no special directory specified.
6678 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
6679     /* confdefs.h. */
6680     _ACEOF
6681     cat confdefs.h >>conftest.$ac_ext
6682     cat >>conftest.$ac_ext <<_ACEOF
6683     /* end confdefs.h. */
6684 pcg 1.1 #include <X11/xpm.h>
6685 pcg 1.11 _ACEOF
6686     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6687     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6688     ac_status=$?
6689     grep -v '^ *+' conftest.er1 >conftest.err
6690     rm -f conftest.er1
6691     cat conftest.err >&5
6692     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6693     (exit $ac_status); } >/dev/null; then
6694     if test -s conftest.err; then
6695 pcg 1.13 ac_cpp_err=$ac_cxx_preproc_warn_flag
6696     ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
6697 pcg 1.11 else
6698     ac_cpp_err=
6699     fi
6700     else
6701     ac_cpp_err=yes
6702     fi
6703     if test -z "$ac_cpp_err"; then
6704 pcg 1.1 # We can compile using X headers with no special include directory.
6705     vt_xpm_includes=
6706     vt_xpm_include_X11=yes
6707     else
6708 pcg 1.11 echo "$as_me: failed program was:" >&5
6709     sed 's/^/| /' conftest.$ac_ext >&5
6710    
6711 pcg 1.1 CPPFLAGS="$ac_save_CPPFLAGS"
6712     # Look for the header file in a standard set of common directories.
6713     for ac_dir in \
6714     /usr/X11/include \
6715     /usr/X11R6/include \
6716     /usr/X11R5/include \
6717     /usr/X11R4/include \
6718     \
6719     /usr/include/X11 \
6720     /usr/include/X11R6 \
6721     /usr/include/X11R5 \
6722     /usr/include/X11R4 \
6723     \
6724     /usr/local/X11/include \
6725     /usr/local/X11R6/include \
6726     /usr/local/X11R5/include \
6727     /usr/local/X11R4/include \
6728     \
6729     /usr/local/include/X11 \
6730     /usr/local/include/X11R6 \
6731     /usr/local/include/X11R5 \
6732     /usr/local/include/X11R4 \
6733     \
6734     /usr/X386/include \
6735     /usr/x386/include \
6736     /usr/XFree86/include/X11 \
6737     \
6738     /usr/include \
6739     /usr/local/include \
6740     /usr/unsupported/include \
6741     /usr/athena/include \
6742     /usr/local/x11r5/include \
6743     /usr/lpp/Xamples/include \
6744     \
6745     /usr/openwin/include \
6746     /usr/openwin/share/include \
6747     ; \
6748     do
6749     if test -r "$ac_dir/X11/xpm.h"; then
6750     vt_xpm_includes="$ac_dir"
6751     vt_xpm_include_X11=yes
6752     break
6753     else
6754     if test -r "$ac_dir/xpm.h"; then
6755     vt_xpm_includes=$ac_dir
6756     break
6757     fi
6758     fi
6759     done
6760     fi
6761 pcg 1.11 rm -f conftest.err conftest.$ac_ext
6762 pcg 1.1 fi
6763    
6764     if test "$vt_xpm_libraries" = NO; then
6765     # Check for the libraries.
6766    
6767     # See if we find them without any special options.
6768     # Don't add to $LIBS permanently.
6769     ac_save_LIBS="$LIBS"
6770     LIBS="$LIBS $X_LIBS -lXpm -lX11"
6771 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
6772     /* confdefs.h. */
6773     _ACEOF
6774     cat confdefs.h >>conftest.$ac_ext
6775     cat >>conftest.$ac_ext <<_ACEOF
6776     /* end confdefs.h. */
6777 pcg 1.1
6778 pcg 1.11 int
6779     main ()
6780     {
6781 pcg 1.1 XpmReadFileToPixmap()
6782 pcg 1.11 ;
6783     return 0;
6784     }
6785     _ACEOF
6786     rm -f conftest.$ac_objext conftest$ac_exeext
6787     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6788     (eval $ac_link) 2>conftest.er1
6789     ac_status=$?
6790     grep -v '^ *+' conftest.er1 >conftest.err
6791     rm -f conftest.er1
6792     cat conftest.err >&5
6793     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6794     (exit $ac_status); } &&
6795 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6796 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6797     (eval $ac_try) 2>&5
6798     ac_status=$?
6799     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6800     (exit $ac_status); }; } &&
6801     { ac_try='test -s conftest$ac_exeext'
6802     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6803     (eval $ac_try) 2>&5
6804     ac_status=$?
6805     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6806     (exit $ac_status); }; }; then
6807 pcg 1.1 LIBS="$ac_save_LIBS"
6808     # We can link libXpm with no special library path.
6809     vt_xpm_libraries=
6810     else
6811 pcg 1.11 echo "$as_me: failed program was:" >&5
6812     sed 's/^/| /' conftest.$ac_ext >&5
6813    
6814     LIBS="$ac_save_LIBS"
6815 pcg 1.1 # First see if replacing the include by lib works.
6816     for ac_dir in \
6817     `echo "$vt_xpm_includes" | sed 's,include/X11,lib,;s,include,lib,'` \
6818     /usr/X11/lib \
6819     /usr/X11R6/lib \
6820     /usr/X11R5/lib \
6821     /usr/X11R4/lib \
6822     \
6823     /usr/lib/X11 \
6824     /usr/lib/X11R6 \
6825     /usr/lib/X11R5 \
6826     /usr/lib/X11R4 \
6827     \
6828     /usr/local/X11/lib \
6829     /usr/local/X11R6/lib \
6830     /usr/local/X11R5/lib \
6831     /usr/local/X11R4/lib \
6832     \
6833     /usr/local/lib/X11 \
6834     /usr/local/lib/X11R6 \
6835     /usr/local/lib/X11R5 \
6836     /usr/local/lib/X11R4 \
6837     \
6838     /usr/X386/lib \
6839     /usr/x386/lib \
6840     /usr/XFree86/lib/X11 \
6841     \
6842     /usr/lib \
6843     /usr/local/lib \
6844     /usr/unsupported/lib \
6845     /usr/athena/lib \
6846     /usr/local/x11r5/lib \
6847     /usr/lpp/Xamples/lib \
6848     \
6849     /usr/openwin/lib \
6850     /usr/openwin/share/lib \
6851     ; \
6852     do
6853     for ac_extension in a so sl; do
6854     if test -r $ac_dir/libXpm.$ac_extension; then
6855     vt_xpm_libraries=$ac_dir
6856     break 2
6857     fi
6858     done
6859     done
6860     fi
6861 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
6862     conftest$ac_exeext conftest.$ac_ext
6863 pcg 1.1 fi
6864    
6865    
6866     if test "$vt_xpm_includes" = NO -o "$vt_xpm_libraries" = NO; then
6867     ac_cv_have_xpm="have_xpm=no"
6868     else
6869     ac_cv_have_xpm="have_xpm=yes \
6870     vt_xpm_includes=$vt_xpm_includes vt_xpm_libraries=$vt_xpm_libraries \
6871     vt_xpm_include_X11=$vt_xpm_include_X11"
6872     fi
6873     fi
6874     eval "$ac_cv_have_xpm"
6875     fi
6876    
6877     if test "$have_xpm" != yes; then
6878 pcg 1.11 echo "$as_me:$LINENO: result: $have_xpm" >&5
6879     echo "${ECHO_T}$have_xpm" >&6
6880 pcg 1.1 no_xpm=yes
6881     else
6882     if test "$xpm_includes" != NO; then
6883     if test "$xpm_includes" = "$vt_xpm_includes"; then
6884     if test -r "$xpm_includes/X11/xpm.h"; then
6885     vt_xpm_include_X11=yes
6886     fi
6887     else
6888     vt_xpm_include_X11=no
6889     if test -z "$xpm_includes"; then
6890 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
6891     /* confdefs.h. */
6892     _ACEOF
6893     cat confdefs.h >>conftest.$ac_ext
6894     cat >>conftest.$ac_ext <<_ACEOF
6895     /* end confdefs.h. */
6896 pcg 1.1 #include <X11/xpm.h>
6897 pcg 1.11 _ACEOF
6898     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6899     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6900     ac_status=$?
6901     grep -v '^ *+' conftest.er1 >conftest.err
6902     rm -f conftest.er1
6903     cat conftest.err >&5
6904     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6905     (exit $ac_status); } >/dev/null; then
6906     if test -s conftest.err; then
6907 pcg 1.13 ac_cpp_err=$ac_cxx_preproc_warn_flag
6908     ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
6909 pcg 1.11 else
6910     ac_cpp_err=
6911     fi
6912     else
6913     ac_cpp_err=yes
6914     fi
6915     if test -z "$ac_cpp_err"; then
6916 pcg 1.1 vt_xpm_include_X11=yes
6917     else
6918 pcg 1.11 echo "$as_me: failed program was:" >&5
6919     sed 's/^/| /' conftest.$ac_ext >&5
6920    
6921    
6922 pcg 1.1 fi
6923 pcg 1.11 rm -f conftest.err conftest.$ac_ext
6924 pcg 1.1 else
6925     if test -r "$xpm_includes/X11/xpm.h"; then
6926     vt_xpm_include_X11=yes
6927     fi
6928     fi
6929     fi
6930     vt_xpm_includes=$xpm_includes
6931     fi
6932     if test "x$xpm_libraries" != xNO; then
6933     vt_xpm_libraries=$xpm_libraries
6934     fi
6935     # Update the cache value to reflect the command line values.
6936     ac_cv_have_xpm="have_xpm=yes \
6937     vt_xpm_includes=$vt_xpm_includes vt_xpm_libraries=$vt_xpm_libraries \
6938     vt_xpm_include_X11=$vt_xpm_include_X11"
6939     eval "$ac_cv_have_xpm"
6940 pcg 1.11 echo "$as_me:$LINENO: result: -I$vt_xpm_includes, -L$vt_xpm_libraries" >&5
6941     echo "${ECHO_T}-I$vt_xpm_includes, -L$vt_xpm_libraries" >&6
6942 pcg 1.1 if test -n "$vt_xpm_includes"; then
6943     XPM_CPPFLAGS="-DHAVE_LIBXPM"
6944     fi
6945     if test -n "$vt_xpm_includes"; then
6946     XPM_CFLAGS="-I$vt_xpm_includes"
6947     fi
6948     XPM_LIBS="-lXpm"
6949     if test -n "$vt_xpm_libraries"; then
6950     XPM_LIBS="-L$vt_xpm_libraries $XPM_LIBS"
6951     fi
6952     if test "x$vt_xpm_include_X11" = xyes; then
6953 pcg 1.11
6954     cat >>confdefs.h <<\_ACEOF
6955 pcg 1.1 #define XPM_INC_X11 1
6956 pcg 1.11 _ACEOF
6957 pcg 1.1
6958     fi
6959     fi
6960    
6961    
6962    
6963    
6964    
6965     if test x$no_xpm = xyes; then
6966     support_xpm=needsmanualspecification
6967     fi
6968     fi
6969    
6970 pcg 1.11 echo "$as_me:$LINENO: checking for sys/wait.h that is POSIX.1 compatible" >&5
6971     echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6
6972     if test "${ac_cv_header_sys_wait_h+set}" = set; then
6973     echo $ECHO_N "(cached) $ECHO_C" >&6
6974     else
6975     cat >conftest.$ac_ext <<_ACEOF
6976     /* confdefs.h. */
6977     _ACEOF
6978     cat confdefs.h >>conftest.$ac_ext
6979     cat >>conftest.$ac_ext <<_ACEOF
6980     /* end confdefs.h. */
6981 pcg 1.1 #include <sys/types.h>
6982     #include <sys/wait.h>
6983     #ifndef WEXITSTATUS
6984 pcg 1.11 # define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)
6985 pcg 1.1 #endif
6986     #ifndef WIFEXITED
6987 pcg 1.11 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
6988 pcg 1.1 #endif
6989 pcg 1.11
6990     int
6991     main ()
6992     {
6993     int s;
6994     wait (&s);
6995     s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
6996     ;
6997     return 0;
6998     }
6999     _ACEOF
7000     rm -f conftest.$ac_objext
7001     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7002     (eval $ac_compile) 2>conftest.er1
7003     ac_status=$?
7004     grep -v '^ *+' conftest.er1 >conftest.err
7005     rm -f conftest.er1
7006     cat conftest.err >&5
7007     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7008     (exit $ac_status); } &&
7009 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7010 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7011     (eval $ac_try) 2>&5
7012     ac_status=$?
7013     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7014     (exit $ac_status); }; } &&
7015     { ac_try='test -s conftest.$ac_objext'
7016     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7017     (eval $ac_try) 2>&5
7018     ac_status=$?
7019     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7020     (exit $ac_status); }; }; then
7021     ac_cv_header_sys_wait_h=yes
7022 pcg 1.1 else
7023 pcg 1.11 echo "$as_me: failed program was:" >&5
7024     sed 's/^/| /' conftest.$ac_ext >&5
7025    
7026     ac_cv_header_sys_wait_h=no
7027 pcg 1.1 fi
7028 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7029 pcg 1.1 fi
7030 pcg 1.11 echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5
7031     echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6
7032     if test $ac_cv_header_sys_wait_h = yes; then
7033 pcg 1.1
7034 pcg 1.11 cat >>confdefs.h <<\_ACEOF
7035 pcg 1.1 #define HAVE_SYS_WAIT_H 1
7036 pcg 1.11 _ACEOF
7037 pcg 1.1
7038     fi
7039    
7040 root 1.51 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
7041     echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
7042     if test "${ac_cv_header_stdc+set}" = set; then
7043     echo $ECHO_N "(cached) $ECHO_C" >&6
7044     else
7045     cat >conftest.$ac_ext <<_ACEOF
7046     /* confdefs.h. */
7047     _ACEOF
7048     cat confdefs.h >>conftest.$ac_ext
7049     cat >>conftest.$ac_ext <<_ACEOF
7050     /* end confdefs.h. */
7051     #include <stdlib.h>
7052     #include <stdarg.h>
7053     #include <string.h>
7054     #include <float.h>
7055    
7056     int
7057     main ()
7058     {
7059    
7060     ;
7061     return 0;
7062     }
7063     _ACEOF
7064     rm -f conftest.$ac_objext
7065     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7066     (eval $ac_compile) 2>conftest.er1
7067     ac_status=$?
7068     grep -v '^ *+' conftest.er1 >conftest.err
7069     rm -f conftest.er1
7070     cat conftest.err >&5
7071     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7072     (exit $ac_status); } &&
7073     { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7074     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7075     (eval $ac_try) 2>&5
7076     ac_status=$?
7077     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7078     (exit $ac_status); }; } &&
7079     { ac_try='test -s conftest.$ac_objext'
7080     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7081     (eval $ac_try) 2>&5
7082     ac_status=$?
7083     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7084     (exit $ac_status); }; }; then
7085     ac_cv_header_stdc=yes
7086     else
7087     echo "$as_me: failed program was:" >&5
7088     sed 's/^/| /' conftest.$ac_ext >&5
7089    
7090     ac_cv_header_stdc=no
7091     fi
7092     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7093    
7094     if test $ac_cv_header_stdc = yes; then
7095     # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7096     cat >conftest.$ac_ext <<_ACEOF
7097     /* confdefs.h. */
7098     _ACEOF
7099     cat confdefs.h >>conftest.$ac_ext
7100     cat >>conftest.$ac_ext <<_ACEOF
7101     /* end confdefs.h. */
7102     #include <string.h>
7103    
7104     _ACEOF
7105     if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7106     $EGREP "memchr" >/dev/null 2>&1; then
7107     :
7108     else
7109     ac_cv_header_stdc=no
7110     fi
7111     rm -f conftest*
7112    
7113     fi
7114    
7115     if test $ac_cv_header_stdc = yes; then
7116     # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7117     cat >conftest.$ac_ext <<_ACEOF
7118     /* confdefs.h. */
7119     _ACEOF
7120     cat confdefs.h >>conftest.$ac_ext
7121     cat >>conftest.$ac_ext <<_ACEOF
7122     /* end confdefs.h. */
7123     #include <stdlib.h>
7124    
7125     _ACEOF
7126     if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7127     $EGREP "free" >/dev/null 2>&1; then
7128     :
7129     else
7130     ac_cv_header_stdc=no
7131     fi
7132     rm -f conftest*
7133    
7134     fi
7135    
7136     if test $ac_cv_header_stdc = yes; then
7137     # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7138     if test "$cross_compiling" = yes; then
7139     :
7140     else
7141     cat >conftest.$ac_ext <<_ACEOF
7142     /* confdefs.h. */
7143     _ACEOF
7144     cat confdefs.h >>conftest.$ac_ext
7145     cat >>conftest.$ac_ext <<_ACEOF
7146     /* end confdefs.h. */
7147     #include <ctype.h>
7148     #if ((' ' & 0x0FF) == 0x020)
7149     # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7150     # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7151     #else
7152     # define ISLOWER(c) \
7153     (('a' <= (c) && (c) <= 'i') \
7154     || ('j' <= (c) && (c) <= 'r') \
7155     || ('s' <= (c) && (c) <= 'z'))
7156     # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7157     #endif
7158    
7159     #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7160     int
7161     main ()
7162     {
7163     int i;
7164     for (i = 0; i < 256; i++)
7165     if (XOR (islower (i), ISLOWER (i))
7166     || toupper (i) != TOUPPER (i))
7167     exit(2);
7168     exit (0);
7169     }
7170     _ACEOF
7171     rm -f conftest$ac_exeext
7172     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7173     (eval $ac_link) 2>&5
7174     ac_status=$?
7175     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7176     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7177     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7178     (eval $ac_try) 2>&5
7179     ac_status=$?
7180     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7181     (exit $ac_status); }; }; then
7182     :
7183     else
7184     echo "$as_me: program exited with status $ac_status" >&5
7185     echo "$as_me: failed program was:" >&5
7186     sed 's/^/| /' conftest.$ac_ext >&5
7187    
7188     ( exit $ac_status )
7189     ac_cv_header_stdc=no
7190     fi
7191     rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7192     fi
7193     fi
7194     fi
7195     echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7196     echo "${ECHO_T}$ac_cv_header_stdc" >&6
7197     if test $ac_cv_header_stdc = yes; then
7198    
7199     cat >>confdefs.h <<\_ACEOF
7200     #define STDC_HEADERS 1
7201     _ACEOF
7202    
7203     fi
7204    
7205     # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7206    
7207    
7208    
7209    
7210    
7211    
7212    
7213    
7214    
7215     for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7216     inttypes.h stdint.h unistd.h
7217     do
7218     as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7219     echo "$as_me:$LINENO: checking for $ac_header" >&5
7220     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7221     if eval "test \"\${$as_ac_Header+set}\" = set"; then
7222     echo $ECHO_N "(cached) $ECHO_C" >&6
7223     else
7224     cat >conftest.$ac_ext <<_ACEOF
7225     /* confdefs.h. */
7226     _ACEOF
7227     cat confdefs.h >>conftest.$ac_ext
7228     cat >>conftest.$ac_ext <<_ACEOF
7229     /* end confdefs.h. */
7230     $ac_includes_default
7231    
7232     #include <$ac_header>
7233     _ACEOF
7234     rm -f conftest.$ac_objext
7235     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7236     (eval $ac_compile) 2>conftest.er1
7237     ac_status=$?
7238     grep -v '^ *+' conftest.er1 >conftest.err
7239     rm -f conftest.er1
7240     cat conftest.err >&5
7241     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7242     (exit $ac_status); } &&
7243     { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7244     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7245     (eval $ac_try) 2>&5
7246     ac_status=$?
7247     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7248     (exit $ac_status); }; } &&
7249     { ac_try='test -s conftest.$ac_objext'
7250     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7251     (eval $ac_try) 2>&5
7252     ac_status=$?
7253     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7254     (exit $ac_status); }; }; then
7255     eval "$as_ac_Header=yes"
7256     else
7257     echo "$as_me: failed program was:" >&5
7258     sed 's/^/| /' conftest.$ac_ext >&5
7259    
7260     eval "$as_ac_Header=no"
7261     fi
7262     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7263     fi
7264     echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7265     echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7266     if test `eval echo '${'$as_ac_Header'}'` = yes; then
7267     cat >>confdefs.h <<_ACEOF
7268     #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7269     _ACEOF
7270    
7271     fi
7272    
7273     done
7274    
7275    
7276 pcg 1.11
7277    
7278    
7279    
7280    
7281    
7282    
7283    
7284    
7285    
7286    
7287    
7288    
7289    
7290    
7291    
7292    
7293    
7294    
7295 root 1.33
7296 root 1.48
7297 root 1.50
7298    
7299    
7300 root 1.64
7301    
7302 pcg 1.11 for ac_header in \
7303 pcg 1.1 assert.h \
7304     fcntl.h \
7305     grp.h \
7306     libc.h \
7307     lastlog.h \
7308     stdarg.h \
7309     stdlib.h \
7310     string.h \
7311     termios.h \
7312     unistd.h \
7313     sys/byteorder.h \
7314     sys/ioctl.h \
7315     sys/select.h \
7316     sys/sockio.h \
7317     sys/strredir.h \
7318 root 1.33 sys/stropts.h \
7319 pcg 1.1 sys/time.h \
7320     utmp.h \
7321     utmpx.h \
7322     stdint.h \
7323 root 1.48 pty.h \
7324 root 1.64 util.h \
7325     libutil.h \
7326 root 1.50 wchar.h \
7327     cwchar \
7328     clocale \
7329 pcg 1.1
7330     do
7331 pcg 1.11 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7332     if eval "test \"\${$as_ac_Header+set}\" = set"; then
7333     echo "$as_me:$LINENO: checking for $ac_header" >&5
7334     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7335     if eval "test \"\${$as_ac_Header+set}\" = set"; then
7336     echo $ECHO_N "(cached) $ECHO_C" >&6
7337     fi
7338     echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7339     echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7340     else
7341     # Is the header compilable?
7342     echo "$as_me:$LINENO: checking $ac_header usability" >&5
7343     echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
7344     cat >conftest.$ac_ext <<_ACEOF
7345     /* confdefs.h. */
7346     _ACEOF
7347     cat confdefs.h >>conftest.$ac_ext
7348     cat >>conftest.$ac_ext <<_ACEOF
7349     /* end confdefs.h. */
7350     $ac_includes_default
7351     #include <$ac_header>
7352     _ACEOF
7353     rm -f conftest.$ac_objext
7354     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7355     (eval $ac_compile) 2>conftest.er1
7356     ac_status=$?
7357     grep -v '^ *+' conftest.er1 >conftest.err
7358     rm -f conftest.er1
7359     cat conftest.err >&5
7360     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7361     (exit $ac_status); } &&
7362 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7363 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7364     (eval $ac_try) 2>&5
7365     ac_status=$?
7366     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7367     (exit $ac_status); }; } &&
7368     { ac_try='test -s conftest.$ac_objext'
7369     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7370     (eval $ac_try) 2>&5
7371     ac_status=$?
7372     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7373     (exit $ac_status); }; }; then
7374     ac_header_compiler=yes
7375     else
7376     echo "$as_me: failed program was:" >&5
7377     sed 's/^/| /' conftest.$ac_ext >&5
7378    
7379     ac_header_compiler=no
7380     fi
7381     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7382     echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7383     echo "${ECHO_T}$ac_header_compiler" >&6
7384    
7385     # Is the header present?
7386     echo "$as_me:$LINENO: checking $ac_header presence" >&5
7387     echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
7388     cat >conftest.$ac_ext <<_ACEOF
7389     /* confdefs.h. */
7390     _ACEOF
7391     cat confdefs.h >>conftest.$ac_ext
7392     cat >>conftest.$ac_ext <<_ACEOF
7393     /* end confdefs.h. */
7394     #include <$ac_header>
7395     _ACEOF
7396     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7397     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7398     ac_status=$?
7399     grep -v '^ *+' conftest.er1 >conftest.err
7400     rm -f conftest.er1
7401     cat conftest.err >&5
7402     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7403     (exit $ac_status); } >/dev/null; then
7404     if test -s conftest.err; then
7405 pcg 1.13 ac_cpp_err=$ac_cxx_preproc_warn_flag
7406     ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
7407 pcg 1.11 else
7408     ac_cpp_err=
7409     fi
7410     else
7411     ac_cpp_err=yes
7412     fi
7413     if test -z "$ac_cpp_err"; then
7414     ac_header_preproc=yes
7415 pcg 1.1 else
7416 pcg 1.11 echo "$as_me: failed program was:" >&5
7417     sed 's/^/| /' conftest.$ac_ext >&5
7418    
7419     ac_header_preproc=no
7420     fi
7421     rm -f conftest.err conftest.$ac_ext
7422     echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7423     echo "${ECHO_T}$ac_header_preproc" >&6
7424    
7425     # So? What about this header?
7426 pcg 1.13 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
7427 pcg 1.11 yes:no: )
7428     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7429     echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7430     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7431     echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7432     ac_header_preproc=yes
7433     ;;
7434     no:yes:* )
7435     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7436     echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7437     { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7438     echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7439     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7440     echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7441     { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7442     echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7443     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7444     echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7445     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7446     echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7447     (
7448     cat <<\_ASBOX
7449     ## ------------------------------------------ ##
7450     ## Report this to the AC_PACKAGE_NAME lists. ##
7451     ## ------------------------------------------ ##
7452     _ASBOX
7453     ) |
7454     sed "s/^/$as_me: WARNING: /" >&2
7455     ;;
7456     esac
7457     echo "$as_me:$LINENO: checking for $ac_header" >&5
7458     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7459     if eval "test \"\${$as_ac_Header+set}\" = set"; then
7460     echo $ECHO_N "(cached) $ECHO_C" >&6
7461 pcg 1.1 else
7462 pcg 1.11 eval "$as_ac_Header=\$ac_header_preproc"
7463 pcg 1.1 fi
7464 pcg 1.11 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7465     echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7466    
7467 pcg 1.1 fi
7468 pcg 1.11 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7469     cat >>confdefs.h <<_ACEOF
7470     #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7471     _ACEOF
7472    
7473 pcg 1.1 fi
7474 pcg 1.11
7475 pcg 1.1 done
7476    
7477    
7478 pcg 1.11 echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
7479     echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
7480     if test "${ac_cv_header_time+set}" = set; then
7481     echo $ECHO_N "(cached) $ECHO_C" >&6
7482     else
7483     cat >conftest.$ac_ext <<_ACEOF
7484     /* confdefs.h. */
7485     _ACEOF
7486     cat confdefs.h >>conftest.$ac_ext
7487     cat >>conftest.$ac_ext <<_ACEOF
7488     /* end confdefs.h. */
7489 pcg 1.1 #include <sys/types.h>
7490     #include <sys/time.h>
7491     #include <time.h>
7492 pcg 1.11
7493     int
7494     main ()
7495     {
7496     if ((struct tm *) 0)
7497     return 0;
7498     ;
7499     return 0;
7500     }
7501     _ACEOF
7502     rm -f conftest.$ac_objext
7503     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7504     (eval $ac_compile) 2>conftest.er1
7505     ac_status=$?
7506     grep -v '^ *+' conftest.er1 >conftest.err
7507     rm -f conftest.er1
7508     cat conftest.err >&5
7509     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7510     (exit $ac_status); } &&
7511 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7512 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7513     (eval $ac_try) 2>&5
7514     ac_status=$?
7515     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7516     (exit $ac_status); }; } &&
7517     { ac_try='test -s conftest.$ac_objext'
7518     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7519     (eval $ac_try) 2>&5
7520     ac_status=$?
7521     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7522     (exit $ac_status); }; }; then
7523 pcg 1.1 ac_cv_header_time=yes
7524     else
7525 pcg 1.11 echo "$as_me: failed program was:" >&5
7526     sed 's/^/| /' conftest.$ac_ext >&5
7527    
7528     ac_cv_header_time=no
7529 pcg 1.1 fi
7530 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7531 pcg 1.1 fi
7532 pcg 1.11 echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
7533     echo "${ECHO_T}$ac_cv_header_time" >&6
7534     if test $ac_cv_header_time = yes; then
7535 pcg 1.1
7536 pcg 1.11 cat >>confdefs.h <<\_ACEOF
7537 pcg 1.1 #define TIME_WITH_SYS_TIME 1
7538 pcg 1.11 _ACEOF
7539 pcg 1.1
7540     fi
7541    
7542    
7543 pcg 1.11 echo "$as_me:$LINENO: checking whether termios.h and sys/ioctl.h may both be included" >&5
7544     echo $ECHO_N "checking whether termios.h and sys/ioctl.h may both be included... $ECHO_C" >&6
7545     if test "${rxvt_cv_header_sysioctl+set}" = set; then
7546     echo $ECHO_N "(cached) $ECHO_C" >&6
7547 pcg 1.1 else
7548 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
7549     /* confdefs.h. */
7550     _ACEOF
7551     cat confdefs.h >>conftest.$ac_ext
7552     cat >>conftest.$ac_ext <<_ACEOF
7553     /* end confdefs.h. */
7554 pcg 1.1 #include <stdio.h>
7555     #include <sys/ioctl.h>
7556     #ifdef HAVE_TERMIOS_H
7557     #include <termios.h>
7558     #endif
7559 pcg 1.11 int
7560     main ()
7561     {
7562 pcg 1.1 int a = ECHO;
7563 pcg 1.11 ;
7564     return 0;
7565     }
7566     _ACEOF
7567     rm -f conftest.$ac_objext
7568     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7569     (eval $ac_compile) 2>conftest.er1
7570     ac_status=$?
7571     grep -v '^ *+' conftest.er1 >conftest.err
7572     rm -f conftest.er1
7573     cat conftest.err >&5
7574     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7575     (exit $ac_status); } &&
7576 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7577 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7578     (eval $ac_try) 2>&5
7579     ac_status=$?
7580     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7581     (exit $ac_status); }; } &&
7582     { ac_try='test -s conftest.$ac_objext'
7583     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7584     (eval $ac_try) 2>&5
7585     ac_status=$?
7586     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7587     (exit $ac_status); }; }; then
7588 pcg 1.1 rxvt_cv_header_sysioctl=yes
7589     else
7590 pcg 1.11 echo "$as_me: failed program was:" >&5
7591     sed 's/^/| /' conftest.$ac_ext >&5
7592    
7593     rxvt_cv_header_sysioctl=no
7594 pcg 1.1 fi
7595 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7596 pcg 1.1 fi
7597 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_header_sysioctl" >&5
7598     echo "${ECHO_T}$rxvt_cv_header_sysioctl" >&6
7599 pcg 1.1
7600     if test -n "$GCC"; then
7601     LDARG="-Wl,"
7602     else
7603     LDARG=""
7604     fi
7605     R_TRANSLATE='s/-L\([^ ]*\)/-L\1 '$LDARG'-rpath '$LDARG'\1/g'
7606    
7607     ac_save_CFLAGS=$CFLAGS
7608     ac_save_LIBS=$LIBS
7609     CFLAGS="$CFLAGS $X_CFLAGS"
7610     LIBS=`echo "$LIBS $X_LIBS $X_EXTRA_LIBS -lX11" | sed "$R_TRANSLATE"`
7611 pcg 1.11 echo "$as_me:$LINENO: checking for -rpath dynamic library path recording" >&5
7612     echo $ECHO_N "checking for -rpath dynamic library path recording... $ECHO_C" >&6
7613     if test "${rxvt_cv_rpath+set}" = set; then
7614     echo $ECHO_N "(cached) $ECHO_C" >&6
7615 pcg 1.1 else
7616     if test "$cross_compiling" = yes; then
7617 pcg 1.11 { echo "$as_me:$LINENO: WARNING: You may need to check the LIBS line" >&5
7618     echo "$as_me: WARNING: You may need to check the LIBS line" >&2;}
7619 pcg 1.1 else
7620 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
7621     /* confdefs.h. */
7622     _ACEOF
7623     cat confdefs.h >>conftest.$ac_ext
7624     cat >>conftest.$ac_ext <<_ACEOF
7625     /* end confdefs.h. */
7626 pcg 1.1
7627     main()
7628     {
7629     exit(0);
7630     (void) XOpenDisplay("foobar");
7631     }
7632 pcg 1.11 _ACEOF
7633     rm -f conftest$ac_exeext
7634     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7635     (eval $ac_link) 2>&5
7636     ac_status=$?
7637     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7638     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7639     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7640     (eval $ac_try) 2>&5
7641     ac_status=$?
7642     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7643     (exit $ac_status); }; }; then
7644 pcg 1.1 rxvt_cv_rpath=yes
7645     else
7646 pcg 1.11 echo "$as_me: program exited with status $ac_status" >&5
7647     echo "$as_me: failed program was:" >&5
7648     sed 's/^/| /' conftest.$ac_ext >&5
7649    
7650     ( exit $ac_status )
7651     rxvt_cv_rpath=no
7652 pcg 1.1 fi
7653 pcg 1.11 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7654 pcg 1.1 fi
7655     fi
7656 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_rpath" >&5
7657     echo "${ECHO_T}$rxvt_cv_rpath" >&6
7658 pcg 1.1 if test x$rxvt_cv_rpath != xyes; then
7659     R_TRANSLATE='s/-L\([^ ]*\)/-L\1 '$LDARG'-R\1/g'
7660     LIBS=`echo "$ac_save_LIBS $X_LIBS $X_EXTRA_LIBS -lX11" | sed "$R_TRANSLATE"`
7661 pcg 1.11 echo "$as_me:$LINENO: checking for -R dynamic library path recording" >&5
7662     echo $ECHO_N "checking for -R dynamic library path recording... $ECHO_C" >&6
7663     if test "${rxvt_cv_R+set}" = set; then
7664     echo $ECHO_N "(cached) $ECHO_C" >&6
7665 pcg 1.1 else
7666     if test "$cross_compiling" = yes; then
7667     rxvt_cv_R=no
7668     else
7669 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
7670     /* confdefs.h. */
7671     _ACEOF
7672     cat confdefs.h >>conftest.$ac_ext
7673     cat >>conftest.$ac_ext <<_ACEOF
7674     /* end confdefs.h. */
7675 pcg 1.1
7676     main()
7677     {
7678     exit(0);
7679     (void) XOpenDisplay("foobar");
7680     }
7681 pcg 1.11 _ACEOF
7682     rm -f conftest$ac_exeext
7683     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7684     (eval $ac_link) 2>&5
7685     ac_status=$?
7686     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7687     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7688     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7689     (eval $ac_try) 2>&5
7690     ac_status=$?
7691     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7692     (exit $ac_status); }; }; then
7693 pcg 1.1 rxvt_cv_R=yes
7694     else
7695 pcg 1.11 echo "$as_me: program exited with status $ac_status" >&5
7696     echo "$as_me: failed program was:" >&5
7697     sed 's/^/| /' conftest.$ac_ext >&5
7698    
7699     ( exit $ac_status )
7700     rxvt_cv_R=no
7701 pcg 1.1 fi
7702 pcg 1.11 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7703 pcg 1.1 fi
7704     fi
7705 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_R" >&5
7706     echo "${ECHO_T}$rxvt_cv_R" >&6
7707 pcg 1.1 if test x$rxvt_cv_R != xyes; then
7708     LIBS="$ac_save_LIBS $X_LIBS $X_EXTRA_LIBS -lX11"
7709     fi
7710     fi
7711    
7712 pcg 1.11 echo "$as_me:$LINENO: checking for XPointer" >&5
7713     echo $ECHO_N "checking for XPointer... $ECHO_C" >&6
7714     if test "${rxvt_cv_xpointer+set}" = set; then
7715     echo $ECHO_N "(cached) $ECHO_C" >&6
7716     else
7717     cat >conftest.$ac_ext <<_ACEOF
7718     /* confdefs.h. */
7719     _ACEOF
7720     cat confdefs.h >>conftest.$ac_ext
7721     cat >>conftest.$ac_ext <<_ACEOF
7722     /* end confdefs.h. */
7723 pcg 1.1 #include <X11/Xlib.h>
7724 pcg 1.11 int
7725     main ()
7726     {
7727 pcg 1.1 XPointer dummy;
7728 pcg 1.11 ;
7729     return 0;
7730     }
7731     _ACEOF
7732     rm -f conftest.$ac_objext
7733     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7734     (eval $ac_compile) 2>conftest.er1
7735     ac_status=$?
7736     grep -v '^ *+' conftest.er1 >conftest.err
7737     rm -f conftest.er1
7738     cat conftest.err >&5
7739     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7740     (exit $ac_status); } &&
7741 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7742 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7743     (eval $ac_try) 2>&5
7744     ac_status=$?
7745     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7746     (exit $ac_status); }; } &&
7747     { ac_try='test -s conftest.$ac_objext'
7748     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7749     (eval $ac_try) 2>&5
7750     ac_status=$?
7751     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7752     (exit $ac_status); }; }; then
7753 pcg 1.1 rxvt_cv_xpointer=yes
7754     else
7755 pcg 1.11 echo "$as_me: failed program was:" >&5
7756     sed 's/^/| /' conftest.$ac_ext >&5
7757    
7758     rxvt_cv_xpointer=no
7759 pcg 1.1 fi
7760 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7761 pcg 1.1 fi
7762 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_xpointer" >&5
7763     echo "${ECHO_T}$rxvt_cv_xpointer" >&6
7764     if test x$rxvt_cv_xpointer = xyes; then
7765 pcg 1.1
7766 pcg 1.11 cat >>confdefs.h <<\_ACEOF
7767 pcg 1.1 #define HAVE_XPOINTER 1
7768 pcg 1.11 _ACEOF
7769 pcg 1.1
7770     fi
7771     LIBS=$ac_save_LIBS
7772     CFLAGS=$ac_save_CFLAGS
7773    
7774    
7775 pcg 1.11 echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
7776     echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
7777     if test "${ac_cv_c_const+set}" = set; then
7778     echo $ECHO_N "(cached) $ECHO_C" >&6
7779     else
7780     cat >conftest.$ac_ext <<_ACEOF
7781     /* confdefs.h. */
7782     _ACEOF
7783     cat confdefs.h >>conftest.$ac_ext
7784     cat >>conftest.$ac_ext <<_ACEOF
7785     /* end confdefs.h. */
7786 pcg 1.1
7787 pcg 1.11 int
7788     main ()
7789     {
7790     /* FIXME: Include the comments suggested by Paul. */
7791     #ifndef __cplusplus
7792     /* Ultrix mips cc rejects this. */
7793     typedef int charset[2];
7794     const charset x;
7795     /* SunOS 4.1.1 cc rejects this. */
7796     char const *const *ccp;
7797     char **p;
7798     /* NEC SVR4.0.2 mips cc rejects this. */
7799     struct point {int x, y;};
7800     static struct point const zero = {0,0};
7801     /* AIX XL C 1.02.0.0 rejects this.
7802     It does not let you subtract one const X* pointer from another in
7803     an arm of an if-expression whose if-part is not a constant
7804     expression */
7805     const char *g = "string";
7806     ccp = &g + (g ? g-g : 0);
7807     /* HPUX 7.0 cc rejects these. */
7808     ++ccp;
7809     p = (char**) ccp;
7810     ccp = (char const *const *) p;
7811     { /* SCO 3.2v4 cc rejects this. */
7812     char *t;
7813     char const *s = 0 ? (char *) 0 : (char const *) 0;
7814    
7815     *t++ = 0;
7816     }
7817     { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
7818     int x[] = {25, 17};
7819     const int *foo = &x[0];
7820     ++foo;
7821     }
7822     { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
7823     typedef const int *iptr;
7824     iptr p = 0;
7825     ++p;
7826     }
7827     { /* AIX XL C 1.02.0.0 rejects this saying
7828     "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
7829     struct s { int j; const int *ap[3]; };
7830     struct s *b; b->j = 5;
7831     }
7832     { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
7833     const int foo = 10;
7834     }
7835     #endif
7836 pcg 1.1
7837 pcg 1.11 ;
7838     return 0;
7839 pcg 1.1 }
7840 pcg 1.11 _ACEOF
7841     rm -f conftest.$ac_objext
7842     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7843     (eval $ac_compile) 2>conftest.er1
7844     ac_status=$?
7845     grep -v '^ *+' conftest.er1 >conftest.err
7846     rm -f conftest.er1
7847     cat conftest.err >&5
7848     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7849     (exit $ac_status); } &&
7850 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7851 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7852     (eval $ac_try) 2>&5
7853     ac_status=$?
7854     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7855     (exit $ac_status); }; } &&
7856     { ac_try='test -s conftest.$ac_objext'
7857     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7858     (eval $ac_try) 2>&5
7859     ac_status=$?
7860     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7861     (exit $ac_status); }; }; then
7862 pcg 1.1 ac_cv_c_const=yes
7863     else
7864 pcg 1.11 echo "$as_me: failed program was:" >&5
7865     sed 's/^/| /' conftest.$ac_ext >&5
7866    
7867     ac_cv_c_const=no
7868 pcg 1.1 fi
7869 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7870 pcg 1.1 fi
7871 pcg 1.11 echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
7872     echo "${ECHO_T}$ac_cv_c_const" >&6
7873     if test $ac_cv_c_const = no; then
7874 pcg 1.1
7875 pcg 1.11 cat >>confdefs.h <<\_ACEOF
7876     #define const
7877     _ACEOF
7878 pcg 1.1
7879     fi
7880    
7881 pcg 1.11 echo "$as_me:$LINENO: checking for inline" >&5
7882     echo $ECHO_N "checking for inline... $ECHO_C" >&6
7883     if test "${ac_cv_c_inline+set}" = set; then
7884     echo $ECHO_N "(cached) $ECHO_C" >&6
7885 pcg 1.1 else
7886     ac_cv_c_inline=no
7887     for ac_kw in inline __inline__ __inline; do
7888 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
7889     /* confdefs.h. */
7890     _ACEOF
7891     cat confdefs.h >>conftest.$ac_ext
7892     cat >>conftest.$ac_ext <<_ACEOF
7893     /* end confdefs.h. */
7894     #ifndef __cplusplus
7895     typedef int foo_t;
7896     static $ac_kw foo_t static_foo () {return 0; }
7897     $ac_kw foo_t foo () {return 0; }
7898     #endif
7899 pcg 1.1
7900 pcg 1.11 _ACEOF
7901     rm -f conftest.$ac_objext
7902     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7903     (eval $ac_compile) 2>conftest.er1
7904     ac_status=$?
7905     grep -v '^ *+' conftest.er1 >conftest.err
7906     rm -f conftest.er1
7907     cat conftest.err >&5
7908     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7909     (exit $ac_status); } &&
7910 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7911 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7912     (eval $ac_try) 2>&5
7913     ac_status=$?
7914     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7915     (exit $ac_status); }; } &&
7916     { ac_try='test -s conftest.$ac_objext'
7917     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7918     (eval $ac_try) 2>&5
7919     ac_status=$?
7920     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7921     (exit $ac_status); }; }; then
7922 pcg 1.1 ac_cv_c_inline=$ac_kw; break
7923     else
7924 pcg 1.11 echo "$as_me: failed program was:" >&5
7925     sed 's/^/| /' conftest.$ac_ext >&5
7926    
7927 pcg 1.1 fi
7928 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7929 pcg 1.1 done
7930    
7931     fi
7932 pcg 1.11 echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
7933     echo "${ECHO_T}$ac_cv_c_inline" >&6
7934    
7935 pcg 1.1
7936 pcg 1.11 case $ac_cv_c_inline in
7937 pcg 1.1 inline | yes) ;;
7938 pcg 1.11 *)
7939     case $ac_cv_c_inline in
7940     no) ac_val=;;
7941     *) ac_val=$ac_cv_c_inline;;
7942     esac
7943     cat >>confdefs.h <<_ACEOF
7944     #ifndef __cplusplus
7945     #define inline $ac_val
7946     #endif
7947     _ACEOF
7948     ;;
7949 pcg 1.1 esac
7950    
7951    
7952    
7953 pcg 1.11 echo "$as_me:$LINENO: checking for mode_t" >&5
7954     echo $ECHO_N "checking for mode_t... $ECHO_C" >&6
7955     if test "${ac_cv_type_mode_t+set}" = set; then
7956     echo $ECHO_N "(cached) $ECHO_C" >&6
7957     else
7958     cat >conftest.$ac_ext <<_ACEOF
7959     /* confdefs.h. */
7960     _ACEOF
7961     cat confdefs.h >>conftest.$ac_ext
7962     cat >>conftest.$ac_ext <<_ACEOF
7963     /* end confdefs.h. */
7964     $ac_includes_default
7965     int
7966     main ()
7967     {
7968     if ((mode_t *) 0)
7969     return 0;
7970     if (sizeof (mode_t))
7971     return 0;
7972     ;
7973     return 0;
7974     }
7975     _ACEOF
7976     rm -f conftest.$ac_objext
7977     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7978     (eval $ac_compile) 2>conftest.er1
7979     ac_status=$?
7980     grep -v '^ *+' conftest.er1 >conftest.err
7981     rm -f conftest.er1
7982     cat conftest.err >&5
7983     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7984     (exit $ac_status); } &&
7985 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7986 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7987     (eval $ac_try) 2>&5
7988     ac_status=$?
7989     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7990     (exit $ac_status); }; } &&
7991     { ac_try='test -s conftest.$ac_objext'
7992     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7993     (eval $ac_try) 2>&5
7994     ac_status=$?
7995     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7996     (exit $ac_status); }; }; then
7997     ac_cv_type_mode_t=yes
7998 pcg 1.1 else
7999 pcg 1.11 echo "$as_me: failed program was:" >&5
8000     sed 's/^/| /' conftest.$ac_ext >&5
8001 pcg 1.1
8002 pcg 1.11 ac_cv_type_mode_t=no
8003 pcg 1.1 fi
8004 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8005 pcg 1.1 fi
8006 pcg 1.11 echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
8007     echo "${ECHO_T}$ac_cv_type_mode_t" >&6
8008     if test $ac_cv_type_mode_t = yes; then
8009 pcg 1.1 :
8010     else
8011    
8012 pcg 1.11 cat >>confdefs.h <<_ACEOF
8013     #define mode_t int
8014     _ACEOF
8015 pcg 1.1
8016     fi
8017    
8018 pcg 1.11 echo "$as_me:$LINENO: checking for pid_t" >&5
8019     echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
8020     if test "${ac_cv_type_pid_t+set}" = set; then
8021     echo $ECHO_N "(cached) $ECHO_C" >&6
8022     else
8023     cat >conftest.$ac_ext <<_ACEOF
8024     /* confdefs.h. */
8025     _ACEOF
8026     cat confdefs.h >>conftest.$ac_ext
8027     cat >>conftest.$ac_ext <<_ACEOF
8028     /* end confdefs.h. */
8029     $ac_includes_default
8030     int
8031     main ()
8032     {
8033     if ((pid_t *) 0)
8034     return 0;
8035     if (sizeof (pid_t))
8036     return 0;
8037     ;
8038     return 0;
8039     }
8040     _ACEOF
8041     rm -f conftest.$ac_objext
8042     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8043     (eval $ac_compile) 2>conftest.er1
8044     ac_status=$?
8045     grep -v '^ *+' conftest.er1 >conftest.err
8046     rm -f conftest.er1
8047     cat conftest.err >&5
8048     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8049     (exit $ac_status); } &&
8050 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8051 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8052     (eval $ac_try) 2>&5
8053     ac_status=$?
8054     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8055     (exit $ac_status); }; } &&
8056     { ac_try='test -s conftest.$ac_objext'
8057     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8058     (eval $ac_try) 2>&5
8059     ac_status=$?
8060     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8061     (exit $ac_status); }; }; then
8062     ac_cv_type_pid_t=yes
8063 pcg 1.1 else
8064 pcg 1.11 echo "$as_me: failed program was:" >&5
8065     sed 's/^/| /' conftest.$ac_ext >&5
8066 pcg 1.1
8067 pcg 1.11 ac_cv_type_pid_t=no
8068 pcg 1.1 fi
8069 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8070 pcg 1.1 fi
8071 pcg 1.11 echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
8072     echo "${ECHO_T}$ac_cv_type_pid_t" >&6
8073     if test $ac_cv_type_pid_t = yes; then
8074     :
8075 pcg 1.1 else
8076    
8077 pcg 1.11 cat >>confdefs.h <<_ACEOF
8078 pcg 1.1 #define pid_t int
8079 pcg 1.11 _ACEOF
8080 pcg 1.1
8081     fi
8082    
8083 pcg 1.11 echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5
8084     echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6
8085     if test "${ac_cv_type_uid_t+set}" = set; then
8086     echo $ECHO_N "(cached) $ECHO_C" >&6
8087 pcg 1.1 else
8088 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
8089     /* confdefs.h. */
8090     _ACEOF
8091     cat confdefs.h >>conftest.$ac_ext
8092     cat >>conftest.$ac_ext <<_ACEOF
8093     /* end confdefs.h. */
8094 pcg 1.1 #include <sys/types.h>
8095 pcg 1.11
8096     _ACEOF
8097 pcg 1.1 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8098 pcg 1.11 $EGREP "uid_t" >/dev/null 2>&1; then
8099 pcg 1.1 ac_cv_type_uid_t=yes
8100     else
8101     ac_cv_type_uid_t=no
8102     fi
8103     rm -f conftest*
8104    
8105     fi
8106 pcg 1.11 echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5
8107     echo "${ECHO_T}$ac_cv_type_uid_t" >&6
8108     if test $ac_cv_type_uid_t = no; then
8109 pcg 1.1
8110 pcg 1.11 cat >>confdefs.h <<\_ACEOF
8111 pcg 1.1 #define uid_t int
8112 pcg 1.11 _ACEOF
8113    
8114 pcg 1.1
8115 pcg 1.11 cat >>confdefs.h <<\_ACEOF
8116 pcg 1.1 #define gid_t int
8117 pcg 1.11 _ACEOF
8118 pcg 1.1
8119     fi
8120    
8121    
8122 pcg 1.11 echo "$as_me:$LINENO: checking for short" >&5
8123     echo $ECHO_N "checking for short... $ECHO_C" >&6
8124     if test "${ac_cv_type_short+set}" = set; then
8125     echo $ECHO_N "(cached) $ECHO_C" >&6
8126     else
8127     cat >conftest.$ac_ext <<_ACEOF
8128     /* confdefs.h. */
8129     _ACEOF
8130     cat confdefs.h >>conftest.$ac_ext
8131     cat >>conftest.$ac_ext <<_ACEOF
8132     /* end confdefs.h. */
8133     $ac_includes_default
8134     int
8135     main ()
8136     {
8137 root 1.42 if ((short *) 0)
8138 pcg 1.11 return 0;
8139 root 1.42 if (sizeof (short))
8140 pcg 1.11 return 0;
8141     ;
8142     return 0;
8143     }
8144     _ACEOF
8145     rm -f conftest.$ac_objext
8146     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8147     (eval $ac_compile) 2>conftest.er1
8148     ac_status=$?
8149     grep -v '^ *+' conftest.er1 >conftest.err
8150     rm -f conftest.er1
8151     cat conftest.err >&5
8152     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8153     (exit $ac_status); } &&
8154 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8155 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8156     (eval $ac_try) 2>&5
8157     ac_status=$?
8158     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8159     (exit $ac_status); }; } &&
8160     { ac_try='test -s conftest.$ac_objext'
8161     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8162     (eval $ac_try) 2>&5
8163     ac_status=$?
8164     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8165     (exit $ac_status); }; }; then
8166 root 1.42 ac_cv_type_short=yes
8167 pcg 1.11 else
8168     echo "$as_me: failed program was:" >&5
8169     sed 's/^/| /' conftest.$ac_ext >&5
8170    
8171 root 1.42 ac_cv_type_short=no
8172 pcg 1.11 fi
8173     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8174     fi
8175 root 1.42 echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
8176     echo "${ECHO_T}$ac_cv_type_short" >&6
8177 pcg 1.11
8178 root 1.42 echo "$as_me:$LINENO: checking size of short" >&5
8179     echo $ECHO_N "checking size of short... $ECHO_C" >&6
8180     if test "${ac_cv_sizeof_short+set}" = set; then
8181 pcg 1.11 echo $ECHO_N "(cached) $ECHO_C" >&6
8182     else
8183 root 1.42 if test "$ac_cv_type_short" = yes; then
8184 pcg 1.11 # The cast to unsigned long works around a bug in the HP C Compiler
8185     # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
8186     # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
8187     # This bug is HP SR number 8606223364.
8188     if test "$cross_compiling" = yes; then
8189     # Depending upon the size, compute the lo and hi bounds.
8190     cat >conftest.$ac_ext <<_ACEOF
8191     /* confdefs.h. */
8192     _ACEOF
8193     cat confdefs.h >>conftest.$ac_ext
8194     cat >>conftest.$ac_ext <<_ACEOF
8195     /* end confdefs.h. */
8196     $ac_includes_default
8197     int
8198     main ()
8199     {
8200 root 1.42 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= 0)];
8201 pcg 1.11 test_array [0] = 0
8202    
8203     ;
8204     return 0;
8205     }
8206     _ACEOF
8207     rm -f conftest.$ac_objext
8208     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8209     (eval $ac_compile) 2>conftest.er1
8210     ac_status=$?
8211     grep -v '^ *+' conftest.er1 >conftest.err
8212     rm -f conftest.er1
8213     cat conftest.err >&5
8214     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8215     (exit $ac_status); } &&
8216 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8217 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8218     (eval $ac_try) 2>&5
8219     ac_status=$?
8220     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8221     (exit $ac_status); }; } &&
8222     { ac_try='test -s conftest.$ac_objext'
8223     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8224     (eval $ac_try) 2>&5
8225     ac_status=$?
8226     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8227     (exit $ac_status); }; }; then
8228     ac_lo=0 ac_mid=0
8229     while :; do
8230     cat >conftest.$ac_ext <<_ACEOF
8231     /* confdefs.h. */
8232     _ACEOF
8233     cat confdefs.h >>conftest.$ac_ext
8234     cat >>conftest.$ac_ext <<_ACEOF
8235     /* end confdefs.h. */
8236     $ac_includes_default
8237     int
8238     main ()
8239     {
8240 root 1.42 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
8241 pcg 1.11 test_array [0] = 0
8242    
8243     ;
8244     return 0;
8245     }
8246     _ACEOF
8247     rm -f conftest.$ac_objext
8248     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8249     (eval $ac_compile) 2>conftest.er1
8250     ac_status=$?
8251     grep -v '^ *+' conftest.er1 >conftest.err
8252     rm -f conftest.er1
8253     cat conftest.err >&5
8254     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8255     (exit $ac_status); } &&
8256 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8257 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8258     (eval $ac_try) 2>&5
8259     ac_status=$?
8260     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8261     (exit $ac_status); }; } &&
8262     { ac_try='test -s conftest.$ac_objext'
8263     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8264     (eval $ac_try) 2>&5
8265     ac_status=$?
8266     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8267     (exit $ac_status); }; }; then
8268     ac_hi=$ac_mid; break
8269     else
8270     echo "$as_me: failed program was:" >&5
8271     sed 's/^/| /' conftest.$ac_ext >&5
8272    
8273     ac_lo=`expr $ac_mid + 1`
8274     if test $ac_lo -le $ac_mid; then
8275     ac_lo= ac_hi=
8276     break
8277     fi
8278     ac_mid=`expr 2 '*' $ac_mid + 1`
8279     fi
8280     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8281     done
8282     else
8283     echo "$as_me: failed program was:" >&5
8284     sed 's/^/| /' conftest.$ac_ext >&5
8285    
8286     cat >conftest.$ac_ext <<_ACEOF
8287     /* confdefs.h. */
8288     _ACEOF
8289     cat confdefs.h >>conftest.$ac_ext
8290     cat >>conftest.$ac_ext <<_ACEOF
8291     /* end confdefs.h. */
8292     $ac_includes_default
8293     int
8294     main ()
8295     {
8296 root 1.42 static int test_array [1 - 2 * !(((long) (sizeof (short))) < 0)];
8297 pcg 1.11 test_array [0] = 0
8298    
8299     ;
8300     return 0;
8301     }
8302     _ACEOF
8303     rm -f conftest.$ac_objext
8304     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8305     (eval $ac_compile) 2>conftest.er1
8306     ac_status=$?
8307     grep -v '^ *+' conftest.er1 >conftest.err
8308     rm -f conftest.er1
8309     cat conftest.err >&5
8310     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8311     (exit $ac_status); } &&
8312 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8313 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8314     (eval $ac_try) 2>&5
8315     ac_status=$?
8316     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8317     (exit $ac_status); }; } &&
8318     { ac_try='test -s conftest.$ac_objext'
8319     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8320     (eval $ac_try) 2>&5
8321     ac_status=$?
8322     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8323     (exit $ac_status); }; }; then
8324     ac_hi=-1 ac_mid=-1
8325     while :; do
8326     cat >conftest.$ac_ext <<_ACEOF
8327     /* confdefs.h. */
8328     _ACEOF
8329     cat confdefs.h >>conftest.$ac_ext
8330     cat >>conftest.$ac_ext <<_ACEOF
8331     /* end confdefs.h. */
8332     $ac_includes_default
8333     int
8334     main ()
8335     {
8336 root 1.42 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= $ac_mid)];
8337 pcg 1.11 test_array [0] = 0
8338    
8339     ;
8340     return 0;
8341     }
8342     _ACEOF
8343     rm -f conftest.$ac_objext
8344     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8345     (eval $ac_compile) 2>conftest.er1
8346     ac_status=$?
8347     grep -v '^ *+' conftest.er1 >conftest.err
8348     rm -f conftest.er1
8349     cat conftest.err >&5
8350     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8351     (exit $ac_status); } &&
8352 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8353 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8354     (eval $ac_try) 2>&5
8355     ac_status=$?
8356     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8357     (exit $ac_status); }; } &&
8358     { ac_try='test -s conftest.$ac_objext'
8359     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8360     (eval $ac_try) 2>&5
8361     ac_status=$?
8362     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8363     (exit $ac_status); }; }; then
8364     ac_lo=$ac_mid; break
8365     else
8366     echo "$as_me: failed program was:" >&5
8367     sed 's/^/| /' conftest.$ac_ext >&5
8368    
8369     ac_hi=`expr '(' $ac_mid ')' - 1`
8370     if test $ac_mid -le $ac_hi; then
8371     ac_lo= ac_hi=
8372     break
8373     fi
8374     ac_mid=`expr 2 '*' $ac_mid`
8375     fi
8376     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8377     done
8378     else
8379     echo "$as_me: failed program was:" >&5
8380     sed 's/^/| /' conftest.$ac_ext >&5
8381 pcg 1.1
8382 pcg 1.11 ac_lo= ac_hi=
8383 pcg 1.1 fi
8384 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8385     fi
8386     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8387     # Binary search between lo and hi bounds.
8388     while test "x$ac_lo" != "x$ac_hi"; do
8389     ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
8390     cat >conftest.$ac_ext <<_ACEOF
8391     /* confdefs.h. */
8392     _ACEOF
8393     cat confdefs.h >>conftest.$ac_ext
8394     cat >>conftest.$ac_ext <<_ACEOF
8395     /* end confdefs.h. */
8396     $ac_includes_default
8397     int
8398     main ()
8399     {
8400 root 1.42 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
8401 pcg 1.11 test_array [0] = 0
8402 pcg 1.1
8403 pcg 1.11 ;
8404     return 0;
8405     }
8406     _ACEOF
8407     rm -f conftest.$ac_objext
8408     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8409     (eval $ac_compile) 2>conftest.er1
8410     ac_status=$?
8411     grep -v '^ *+' conftest.er1 >conftest.err
8412     rm -f conftest.er1
8413     cat conftest.err >&5
8414     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8415     (exit $ac_status); } &&
8416 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8417 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8418     (eval $ac_try) 2>&5
8419     ac_status=$?
8420     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8421     (exit $ac_status); }; } &&
8422     { ac_try='test -s conftest.$ac_objext'
8423     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8424     (eval $ac_try) 2>&5
8425     ac_status=$?
8426     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8427     (exit $ac_status); }; }; then
8428     ac_hi=$ac_mid
8429     else
8430     echo "$as_me: failed program was:" >&5
8431     sed 's/^/| /' conftest.$ac_ext >&5
8432 pcg 1.1
8433 pcg 1.11 ac_lo=`expr '(' $ac_mid ')' + 1`
8434     fi
8435     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8436     done
8437     case $ac_lo in
8438 root 1.42 ?*) ac_cv_sizeof_short=$ac_lo;;
8439     '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
8440 pcg 1.11 See \`config.log' for more details." >&5
8441 root 1.42 echo "$as_me: error: cannot compute sizeof (short), 77
8442 pcg 1.11 See \`config.log' for more details." >&2;}
8443     { (exit 1); exit 1; }; } ;;
8444     esac
8445 pcg 1.1 else
8446     if test "$cross_compiling" = yes; then
8447 pcg 1.13 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
8448     echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
8449 pcg 1.11 { (exit 1); exit 1; }; }
8450     else
8451     cat >conftest.$ac_ext <<_ACEOF
8452     /* confdefs.h. */
8453     _ACEOF
8454     cat confdefs.h >>conftest.$ac_ext
8455     cat >>conftest.$ac_ext <<_ACEOF
8456     /* end confdefs.h. */
8457     $ac_includes_default
8458 root 1.42 long longval () { return (long) (sizeof (short)); }
8459     unsigned long ulongval () { return (long) (sizeof (short)); }
8460 pcg 1.1 #include <stdio.h>
8461 pcg 1.11 #include <stdlib.h>
8462     int
8463     main ()
8464 pcg 1.1 {
8465 pcg 1.11
8466     FILE *f = fopen ("conftest.val", "w");
8467     if (! f)
8468     exit (1);
8469 root 1.42 if (((long) (sizeof (short))) < 0)
8470 pcg 1.11 {
8471     long i = longval ();
8472 root 1.42 if (i != ((long) (sizeof (short))))
8473 pcg 1.11 exit (1);
8474     fprintf (f, "%ld\n", i);
8475     }
8476     else
8477     {
8478     unsigned long i = ulongval ();
8479 root 1.42 if (i != ((long) (sizeof (short))))
8480 pcg 1.11 exit (1);
8481     fprintf (f, "%lu\n", i);
8482     }
8483     exit (ferror (f) || fclose (f) != 0);
8484    
8485     ;
8486     return 0;
8487 pcg 1.1 }
8488 pcg 1.11 _ACEOF
8489     rm -f conftest$ac_exeext
8490     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8491     (eval $ac_link) 2>&5
8492     ac_status=$?
8493     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8494     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8495     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8496     (eval $ac_try) 2>&5
8497     ac_status=$?
8498     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8499     (exit $ac_status); }; }; then
8500 root 1.42 ac_cv_sizeof_short=`cat conftest.val`
8501 pcg 1.11 else
8502     echo "$as_me: program exited with status $ac_status" >&5
8503     echo "$as_me: failed program was:" >&5
8504     sed 's/^/| /' conftest.$ac_ext >&5
8505    
8506     ( exit $ac_status )
8507 root 1.42 { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
8508 pcg 1.11 See \`config.log' for more details." >&5
8509 root 1.42 echo "$as_me: error: cannot compute sizeof (short), 77
8510 pcg 1.11 See \`config.log' for more details." >&2;}
8511     { (exit 1); exit 1; }; }
8512     fi
8513     rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8514     fi
8515     fi
8516     rm -f conftest.val
8517     else
8518 root 1.42 ac_cv_sizeof_short=0
8519 pcg 1.1 fi
8520     fi
8521 root 1.42 echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
8522     echo "${ECHO_T}$ac_cv_sizeof_short" >&6
8523 pcg 1.11 cat >>confdefs.h <<_ACEOF
8524 root 1.42 #define SIZEOF_SHORT $ac_cv_sizeof_short
8525 pcg 1.11 _ACEOF
8526    
8527    
8528 root 1.42 echo "$as_me:$LINENO: checking for int" >&5
8529     echo $ECHO_N "checking for int... $ECHO_C" >&6
8530     if test "${ac_cv_type_int+set}" = set; then
8531 pcg 1.11 echo $ECHO_N "(cached) $ECHO_C" >&6
8532     else
8533     cat >conftest.$ac_ext <<_ACEOF
8534     /* confdefs.h. */
8535     _ACEOF
8536     cat confdefs.h >>conftest.$ac_ext
8537     cat >>conftest.$ac_ext <<_ACEOF
8538     /* end confdefs.h. */
8539     $ac_includes_default
8540     int
8541     main ()
8542     {
8543 root 1.42 if ((int *) 0)
8544 pcg 1.11 return 0;
8545 root 1.42 if (sizeof (int))
8546 pcg 1.11 return 0;
8547     ;
8548     return 0;
8549     }
8550     _ACEOF
8551     rm -f conftest.$ac_objext
8552     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8553     (eval $ac_compile) 2>conftest.er1
8554     ac_status=$?
8555     grep -v '^ *+' conftest.er1 >conftest.err
8556     rm -f conftest.er1
8557     cat conftest.err >&5
8558     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8559     (exit $ac_status); } &&
8560 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8561 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8562     (eval $ac_try) 2>&5
8563     ac_status=$?
8564     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8565     (exit $ac_status); }; } &&
8566     { ac_try='test -s conftest.$ac_objext'
8567     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8568     (eval $ac_try) 2>&5
8569     ac_status=$?
8570     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8571     (exit $ac_status); }; }; then
8572 root 1.42 ac_cv_type_int=yes
8573 pcg 1.11 else
8574     echo "$as_me: failed program was:" >&5
8575     sed 's/^/| /' conftest.$ac_ext >&5
8576    
8577 root 1.42 ac_cv_type_int=no
8578 pcg 1.11 fi
8579     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8580     fi
8581 root 1.42 echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
8582     echo "${ECHO_T}$ac_cv_type_int" >&6
8583 pcg 1.11
8584 root 1.42 echo "$as_me:$LINENO: checking size of int" >&5
8585     echo $ECHO_N "checking size of int... $ECHO_C" >&6
8586     if test "${ac_cv_sizeof_int+set}" = set; then
8587 pcg 1.11 echo $ECHO_N "(cached) $ECHO_C" >&6
8588     else
8589 root 1.42 if test "$ac_cv_type_int" = yes; then
8590 pcg 1.11 # The cast to unsigned long works around a bug in the HP C Compiler
8591     # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
8592     # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
8593     # This bug is HP SR number 8606223364.
8594     if test "$cross_compiling" = yes; then
8595     # Depending upon the size, compute the lo and hi bounds.
8596     cat >conftest.$ac_ext <<_ACEOF
8597     /* confdefs.h. */
8598     _ACEOF
8599     cat confdefs.h >>conftest.$ac_ext
8600     cat >>conftest.$ac_ext <<_ACEOF
8601     /* end confdefs.h. */
8602     $ac_includes_default
8603     int
8604     main ()
8605     {
8606 root 1.42 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= 0)];
8607 pcg 1.11 test_array [0] = 0
8608    
8609     ;
8610     return 0;
8611     }
8612     _ACEOF
8613     rm -f conftest.$ac_objext
8614     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8615     (eval $ac_compile) 2>conftest.er1
8616     ac_status=$?
8617     grep -v '^ *+' conftest.er1 >conftest.err
8618     rm -f conftest.er1
8619     cat conftest.err >&5
8620     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8621     (exit $ac_status); } &&
8622 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8623 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8624     (eval $ac_try) 2>&5
8625     ac_status=$?
8626     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8627     (exit $ac_status); }; } &&
8628     { ac_try='test -s conftest.$ac_objext'
8629     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8630     (eval $ac_try) 2>&5
8631     ac_status=$?
8632     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8633     (exit $ac_status); }; }; then
8634     ac_lo=0 ac_mid=0
8635     while :; do
8636     cat >conftest.$ac_ext <<_ACEOF
8637     /* confdefs.h. */
8638     _ACEOF
8639     cat confdefs.h >>conftest.$ac_ext
8640     cat >>conftest.$ac_ext <<_ACEOF
8641     /* end confdefs.h. */
8642     $ac_includes_default
8643     int
8644     main ()
8645     {
8646 root 1.42 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
8647 pcg 1.11 test_array [0] = 0
8648    
8649     ;
8650     return 0;
8651     }
8652     _ACEOF
8653     rm -f conftest.$ac_objext
8654     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8655     (eval $ac_compile) 2>conftest.er1
8656     ac_status=$?
8657     grep -v '^ *+' conftest.er1 >conftest.err
8658     rm -f conftest.er1
8659     cat conftest.err >&5
8660     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8661     (exit $ac_status); } &&
8662 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8663 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8664     (eval $ac_try) 2>&5
8665     ac_status=$?
8666     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8667     (exit $ac_status); }; } &&
8668     { ac_try='test -s conftest.$ac_objext'
8669     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8670     (eval $ac_try) 2>&5
8671     ac_status=$?
8672     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8673     (exit $ac_status); }; }; then
8674     ac_hi=$ac_mid; break
8675     else
8676     echo "$as_me: failed program was:" >&5
8677     sed 's/^/| /' conftest.$ac_ext >&5
8678    
8679     ac_lo=`expr $ac_mid + 1`
8680     if test $ac_lo -le $ac_mid; then
8681     ac_lo= ac_hi=
8682     break
8683     fi
8684     ac_mid=`expr 2 '*' $ac_mid + 1`
8685     fi
8686     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8687     done
8688     else
8689     echo "$as_me: failed program was:" >&5
8690     sed 's/^/| /' conftest.$ac_ext >&5
8691    
8692     cat >conftest.$ac_ext <<_ACEOF
8693     /* confdefs.h. */
8694     _ACEOF
8695     cat confdefs.h >>conftest.$ac_ext
8696     cat >>conftest.$ac_ext <<_ACEOF
8697     /* end confdefs.h. */
8698     $ac_includes_default
8699     int
8700     main ()
8701     {
8702 root 1.42 static int test_array [1 - 2 * !(((long) (sizeof (int))) < 0)];
8703 pcg 1.11 test_array [0] = 0
8704    
8705     ;
8706     return 0;
8707     }
8708     _ACEOF
8709     rm -f conftest.$ac_objext
8710     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8711     (eval $ac_compile) 2>conftest.er1
8712     ac_status=$?
8713     grep -v '^ *+' conftest.er1 >conftest.err
8714     rm -f conftest.er1
8715     cat conftest.err >&5
8716     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8717     (exit $ac_status); } &&
8718 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8719 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8720     (eval $ac_try) 2>&5
8721     ac_status=$?
8722     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8723     (exit $ac_status); }; } &&
8724     { ac_try='test -s conftest.$ac_objext'
8725     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8726     (eval $ac_try) 2>&5
8727     ac_status=$?
8728     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8729     (exit $ac_status); }; }; then
8730     ac_hi=-1 ac_mid=-1
8731     while :; do
8732     cat >conftest.$ac_ext <<_ACEOF
8733     /* confdefs.h. */
8734     _ACEOF
8735     cat confdefs.h >>conftest.$ac_ext
8736     cat >>conftest.$ac_ext <<_ACEOF
8737     /* end confdefs.h. */
8738     $ac_includes_default
8739     int
8740     main ()
8741     {
8742 root 1.42 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= $ac_mid)];
8743 pcg 1.11 test_array [0] = 0
8744    
8745     ;
8746     return 0;
8747     }
8748     _ACEOF
8749     rm -f conftest.$ac_objext
8750     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8751     (eval $ac_compile) 2>conftest.er1
8752     ac_status=$?
8753     grep -v '^ *+' conftest.er1 >conftest.err
8754     rm -f conftest.er1
8755     cat conftest.err >&5
8756     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8757     (exit $ac_status); } &&
8758 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8759 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8760     (eval $ac_try) 2>&5
8761     ac_status=$?
8762     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8763     (exit $ac_status); }; } &&
8764     { ac_try='test -s conftest.$ac_objext'
8765     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8766     (eval $ac_try) 2>&5
8767     ac_status=$?
8768     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8769     (exit $ac_status); }; }; then
8770     ac_lo=$ac_mid; break
8771     else
8772     echo "$as_me: failed program was:" >&5
8773     sed 's/^/| /' conftest.$ac_ext >&5
8774    
8775     ac_hi=`expr '(' $ac_mid ')' - 1`
8776     if test $ac_mid -le $ac_hi; then
8777     ac_lo= ac_hi=
8778     break
8779     fi
8780     ac_mid=`expr 2 '*' $ac_mid`
8781     fi
8782     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8783     done
8784     else
8785     echo "$as_me: failed program was:" >&5
8786     sed 's/^/| /' conftest.$ac_ext >&5
8787 pcg 1.1
8788 pcg 1.11 ac_lo= ac_hi=
8789     fi
8790     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8791 pcg 1.1 fi
8792 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8793     # Binary search between lo and hi bounds.
8794     while test "x$ac_lo" != "x$ac_hi"; do
8795     ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
8796     cat >conftest.$ac_ext <<_ACEOF
8797     /* confdefs.h. */
8798     _ACEOF
8799     cat confdefs.h >>conftest.$ac_ext
8800     cat >>conftest.$ac_ext <<_ACEOF
8801     /* end confdefs.h. */
8802     $ac_includes_default
8803     int
8804     main ()
8805     {
8806 root 1.42 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
8807 pcg 1.11 test_array [0] = 0
8808 pcg 1.1
8809 pcg 1.11 ;
8810     return 0;
8811     }
8812     _ACEOF
8813     rm -f conftest.$ac_objext
8814     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8815     (eval $ac_compile) 2>conftest.er1
8816     ac_status=$?
8817     grep -v '^ *+' conftest.er1 >conftest.err
8818     rm -f conftest.er1
8819     cat conftest.err >&5
8820     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8821     (exit $ac_status); } &&
8822 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8823 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8824     (eval $ac_try) 2>&5
8825     ac_status=$?
8826     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8827     (exit $ac_status); }; } &&
8828     { ac_try='test -s conftest.$ac_objext'
8829     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8830     (eval $ac_try) 2>&5
8831     ac_status=$?
8832     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8833     (exit $ac_status); }; }; then
8834     ac_hi=$ac_mid
8835     else
8836     echo "$as_me: failed program was:" >&5
8837     sed 's/^/| /' conftest.$ac_ext >&5
8838 pcg 1.1
8839 pcg 1.11 ac_lo=`expr '(' $ac_mid ')' + 1`
8840     fi
8841     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8842     done
8843     case $ac_lo in
8844 root 1.42 ?*) ac_cv_sizeof_int=$ac_lo;;
8845     '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
8846 pcg 1.11 See \`config.log' for more details." >&5
8847 root 1.42 echo "$as_me: error: cannot compute sizeof (int), 77
8848 pcg 1.11 See \`config.log' for more details." >&2;}
8849     { (exit 1); exit 1; }; } ;;
8850     esac
8851 pcg 1.1 else
8852     if test "$cross_compiling" = yes; then
8853 pcg 1.13 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
8854     echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
8855 pcg 1.11 { (exit 1); exit 1; }; }
8856     else
8857     cat >conftest.$ac_ext <<_ACEOF
8858     /* confdefs.h. */
8859     _ACEOF
8860     cat confdefs.h >>conftest.$ac_ext
8861     cat >>conftest.$ac_ext <<_ACEOF
8862     /* end confdefs.h. */
8863     $ac_includes_default
8864 root 1.42 long longval () { return (long) (sizeof (int)); }
8865     unsigned long ulongval () { return (long) (sizeof (int)); }
8866 pcg 1.1 #include <stdio.h>
8867 pcg 1.11 #include <stdlib.h>
8868     int
8869     main ()
8870 pcg 1.1 {
8871 pcg 1.11
8872     FILE *f = fopen ("conftest.val", "w");
8873     if (! f)
8874     exit (1);
8875 root 1.42 if (((long) (sizeof (int))) < 0)
8876 pcg 1.11 {
8877     long i = longval ();
8878 root 1.42 if (i != ((long) (sizeof (int))))
8879 pcg 1.11 exit (1);
8880     fprintf (f, "%ld\n", i);
8881     }
8882     else
8883     {
8884     unsigned long i = ulongval ();
8885 root 1.42 if (i != ((long) (sizeof (int))))
8886 pcg 1.11 exit (1);
8887     fprintf (f, "%lu\n", i);
8888     }
8889     exit (ferror (f) || fclose (f) != 0);
8890    
8891     ;
8892     return 0;
8893 pcg 1.1 }
8894 pcg 1.11 _ACEOF
8895     rm -f conftest$ac_exeext
8896     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8897     (eval $ac_link) 2>&5
8898     ac_status=$?
8899     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8900     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8901     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8902     (eval $ac_try) 2>&5
8903     ac_status=$?
8904     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8905     (exit $ac_status); }; }; then
8906 root 1.42 ac_cv_sizeof_int=`cat conftest.val`
8907 pcg 1.11 else
8908     echo "$as_me: program exited with status $ac_status" >&5
8909     echo "$as_me: failed program was:" >&5
8910     sed 's/^/| /' conftest.$ac_ext >&5
8911    
8912     ( exit $ac_status )
8913 root 1.42 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
8914 pcg 1.11 See \`config.log' for more details." >&5
8915 root 1.42 echo "$as_me: error: cannot compute sizeof (int), 77
8916 pcg 1.11 See \`config.log' for more details." >&2;}
8917     { (exit 1); exit 1; }; }
8918     fi
8919     rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8920     fi
8921     fi
8922     rm -f conftest.val
8923     else
8924 root 1.42 ac_cv_sizeof_int=0
8925 pcg 1.1 fi
8926     fi
8927 root 1.42 echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
8928     echo "${ECHO_T}$ac_cv_sizeof_int" >&6
8929 pcg 1.11 cat >>confdefs.h <<_ACEOF
8930 root 1.42 #define SIZEOF_INT $ac_cv_sizeof_int
8931 pcg 1.11 _ACEOF
8932    
8933    
8934     echo "$as_me:$LINENO: checking for long long" >&5
8935     echo $ECHO_N "checking for long long... $ECHO_C" >&6
8936     if test "${ac_cv_type_long_long+set}" = set; then
8937     echo $ECHO_N "(cached) $ECHO_C" >&6
8938     else
8939     cat >conftest.$ac_ext <<_ACEOF
8940     /* confdefs.h. */
8941     _ACEOF
8942     cat confdefs.h >>conftest.$ac_ext
8943     cat >>conftest.$ac_ext <<_ACEOF
8944     /* end confdefs.h. */
8945     $ac_includes_default
8946     int
8947     main ()
8948     {
8949     if ((long long *) 0)
8950     return 0;
8951     if (sizeof (long long))
8952     return 0;
8953     ;
8954     return 0;
8955     }
8956     _ACEOF
8957     rm -f conftest.$ac_objext
8958     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8959     (eval $ac_compile) 2>conftest.er1
8960     ac_status=$?
8961     grep -v '^ *+' conftest.er1 >conftest.err
8962     rm -f conftest.er1
8963     cat conftest.err >&5
8964     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8965     (exit $ac_status); } &&
8966 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8967 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8968     (eval $ac_try) 2>&5
8969     ac_status=$?
8970     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8971     (exit $ac_status); }; } &&
8972     { ac_try='test -s conftest.$ac_objext'
8973     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8974     (eval $ac_try) 2>&5
8975     ac_status=$?
8976     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8977     (exit $ac_status); }; }; then
8978     ac_cv_type_long_long=yes
8979     else
8980     echo "$as_me: failed program was:" >&5
8981     sed 's/^/| /' conftest.$ac_ext >&5
8982    
8983     ac_cv_type_long_long=no
8984     fi
8985     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8986     fi
8987     echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
8988     echo "${ECHO_T}$ac_cv_type_long_long" >&6
8989    
8990     echo "$as_me:$LINENO: checking size of long long" >&5
8991     echo $ECHO_N "checking size of long long... $ECHO_C" >&6
8992     if test "${ac_cv_sizeof_long_long+set}" = set; then
8993     echo $ECHO_N "(cached) $ECHO_C" >&6
8994     else
8995     if test "$ac_cv_type_long_long" = yes; then
8996     # The cast to unsigned long works around a bug in the HP C Compiler
8997     # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
8998     # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
8999     # This bug is HP SR number 8606223364.
9000     if test "$cross_compiling" = yes; then
9001     # Depending upon the size, compute the lo and hi bounds.
9002     cat >conftest.$ac_ext <<_ACEOF
9003     /* confdefs.h. */
9004     _ACEOF
9005     cat confdefs.h >>conftest.$ac_ext
9006     cat >>conftest.$ac_ext <<_ACEOF
9007     /* end confdefs.h. */
9008     $ac_includes_default
9009     int
9010     main ()
9011     {
9012     static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
9013     test_array [0] = 0
9014    
9015     ;
9016     return 0;
9017     }
9018     _ACEOF
9019     rm -f conftest.$ac_objext
9020     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9021     (eval $ac_compile) 2>conftest.er1
9022     ac_status=$?
9023     grep -v '^ *+' conftest.er1 >conftest.err
9024     rm -f conftest.er1
9025     cat conftest.err >&5
9026     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9027     (exit $ac_status); } &&
9028 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9029 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9030     (eval $ac_try) 2>&5
9031     ac_status=$?
9032     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9033     (exit $ac_status); }; } &&
9034     { ac_try='test -s conftest.$ac_objext'
9035     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9036     (eval $ac_try) 2>&5
9037     ac_status=$?
9038     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9039     (exit $ac_status); }; }; then
9040     ac_lo=0 ac_mid=0
9041     while :; do
9042     cat >conftest.$ac_ext <<_ACEOF
9043     /* confdefs.h. */
9044     _ACEOF
9045     cat confdefs.h >>conftest.$ac_ext
9046     cat >>conftest.$ac_ext <<_ACEOF
9047     /* end confdefs.h. */
9048     $ac_includes_default
9049     int
9050     main ()
9051     {
9052     static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
9053     test_array [0] = 0
9054    
9055     ;
9056     return 0;
9057     }
9058     _ACEOF
9059     rm -f conftest.$ac_objext
9060     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9061     (eval $ac_compile) 2>conftest.er1
9062     ac_status=$?
9063     grep -v '^ *+' conftest.er1 >conftest.err
9064     rm -f conftest.er1
9065     cat conftest.err >&5
9066     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9067     (exit $ac_status); } &&
9068 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9069 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9070     (eval $ac_try) 2>&5
9071     ac_status=$?
9072     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9073     (exit $ac_status); }; } &&
9074     { ac_try='test -s conftest.$ac_objext'
9075     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9076     (eval $ac_try) 2>&5
9077     ac_status=$?
9078     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9079     (exit $ac_status); }; }; then
9080     ac_hi=$ac_mid; break
9081     else
9082     echo "$as_me: failed program was:" >&5
9083     sed 's/^/| /' conftest.$ac_ext >&5
9084    
9085     ac_lo=`expr $ac_mid + 1`
9086     if test $ac_lo -le $ac_mid; then
9087     ac_lo= ac_hi=
9088     break
9089     fi
9090     ac_mid=`expr 2 '*' $ac_mid + 1`
9091     fi
9092     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9093     done
9094     else
9095     echo "$as_me: failed program was:" >&5
9096     sed 's/^/| /' conftest.$ac_ext >&5
9097    
9098     cat >conftest.$ac_ext <<_ACEOF
9099     /* confdefs.h. */
9100     _ACEOF
9101     cat confdefs.h >>conftest.$ac_ext
9102     cat >>conftest.$ac_ext <<_ACEOF
9103     /* end confdefs.h. */
9104     $ac_includes_default
9105     int
9106     main ()
9107     {
9108     static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
9109     test_array [0] = 0
9110    
9111     ;
9112     return 0;
9113     }
9114     _ACEOF
9115     rm -f conftest.$ac_objext
9116     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9117     (eval $ac_compile) 2>conftest.er1
9118     ac_status=$?
9119     grep -v '^ *+' conftest.er1 >conftest.err
9120     rm -f conftest.er1
9121     cat conftest.err >&5
9122     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9123     (exit $ac_status); } &&
9124 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9125 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9126     (eval $ac_try) 2>&5
9127     ac_status=$?
9128     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9129     (exit $ac_status); }; } &&
9130     { ac_try='test -s conftest.$ac_objext'
9131     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9132     (eval $ac_try) 2>&5
9133     ac_status=$?
9134     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9135     (exit $ac_status); }; }; then
9136     ac_hi=-1 ac_mid=-1
9137     while :; do
9138     cat >conftest.$ac_ext <<_ACEOF
9139     /* confdefs.h. */
9140     _ACEOF
9141     cat confdefs.h >>conftest.$ac_ext
9142     cat >>conftest.$ac_ext <<_ACEOF
9143     /* end confdefs.h. */
9144     $ac_includes_default
9145     int
9146     main ()
9147     {
9148     static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
9149     test_array [0] = 0
9150    
9151     ;
9152     return 0;
9153     }
9154     _ACEOF
9155     rm -f conftest.$ac_objext
9156     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9157     (eval $ac_compile) 2>conftest.er1
9158     ac_status=$?
9159     grep -v '^ *+' conftest.er1 >conftest.err
9160     rm -f conftest.er1
9161     cat conftest.err >&5
9162     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9163     (exit $ac_status); } &&
9164 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9165 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9166     (eval $ac_try) 2>&5
9167     ac_status=$?
9168     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9169     (exit $ac_status); }; } &&
9170     { ac_try='test -s conftest.$ac_objext'
9171     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9172     (eval $ac_try) 2>&5
9173     ac_status=$?
9174     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9175     (exit $ac_status); }; }; then
9176     ac_lo=$ac_mid; break
9177     else
9178     echo "$as_me: failed program was:" >&5
9179     sed 's/^/| /' conftest.$ac_ext >&5
9180    
9181     ac_hi=`expr '(' $ac_mid ')' - 1`
9182     if test $ac_mid -le $ac_hi; then
9183     ac_lo= ac_hi=
9184     break
9185     fi
9186     ac_mid=`expr 2 '*' $ac_mid`
9187     fi
9188     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9189     done
9190     else
9191     echo "$as_me: failed program was:" >&5
9192     sed 's/^/| /' conftest.$ac_ext >&5
9193 pcg 1.1
9194 pcg 1.11 ac_lo= ac_hi=
9195     fi
9196     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9197 pcg 1.1 fi
9198 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9199     # Binary search between lo and hi bounds.
9200     while test "x$ac_lo" != "x$ac_hi"; do
9201     ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
9202     cat >conftest.$ac_ext <<_ACEOF
9203     /* confdefs.h. */
9204     _ACEOF
9205     cat confdefs.h >>conftest.$ac_ext
9206     cat >>conftest.$ac_ext <<_ACEOF
9207     /* end confdefs.h. */
9208     $ac_includes_default
9209     int
9210     main ()
9211     {
9212     static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
9213     test_array [0] = 0
9214 pcg 1.1
9215 pcg 1.11 ;
9216     return 0;
9217     }
9218     _ACEOF
9219     rm -f conftest.$ac_objext
9220     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9221     (eval $ac_compile) 2>conftest.er1
9222     ac_status=$?
9223     grep -v '^ *+' conftest.er1 >conftest.err
9224     rm -f conftest.er1
9225     cat conftest.err >&5
9226     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9227     (exit $ac_status); } &&
9228 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9229 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9230     (eval $ac_try) 2>&5
9231     ac_status=$?
9232     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9233     (exit $ac_status); }; } &&
9234     { ac_try='test -s conftest.$ac_objext'
9235     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9236     (eval $ac_try) 2>&5
9237     ac_status=$?
9238     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9239     (exit $ac_status); }; }; then
9240     ac_hi=$ac_mid
9241     else
9242     echo "$as_me: failed program was:" >&5
9243     sed 's/^/| /' conftest.$ac_ext >&5
9244 pcg 1.1
9245 pcg 1.11 ac_lo=`expr '(' $ac_mid ')' + 1`
9246     fi
9247     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9248     done
9249     case $ac_lo in
9250     ?*) ac_cv_sizeof_long_long=$ac_lo;;
9251     '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
9252     See \`config.log' for more details." >&5
9253     echo "$as_me: error: cannot compute sizeof (long long), 77
9254     See \`config.log' for more details." >&2;}
9255     { (exit 1); exit 1; }; } ;;
9256     esac
9257 pcg 1.1 else
9258     if test "$cross_compiling" = yes; then
9259 pcg 1.13 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
9260     echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
9261 pcg 1.11 { (exit 1); exit 1; }; }
9262     else
9263     cat >conftest.$ac_ext <<_ACEOF
9264     /* confdefs.h. */
9265     _ACEOF
9266     cat confdefs.h >>conftest.$ac_ext
9267     cat >>conftest.$ac_ext <<_ACEOF
9268     /* end confdefs.h. */
9269     $ac_includes_default
9270     long longval () { return (long) (sizeof (long long)); }
9271     unsigned long ulongval () { return (long) (sizeof (long long)); }
9272 pcg 1.1 #include <stdio.h>
9273 pcg 1.11 #include <stdlib.h>
9274     int
9275     main ()
9276 pcg 1.1 {
9277 pcg 1.11
9278     FILE *f = fopen ("conftest.val", "w");
9279     if (! f)
9280     exit (1);
9281     if (((long) (sizeof (long long))) < 0)
9282     {
9283     long i = longval ();
9284     if (i != ((long) (sizeof (long long))))
9285     exit (1);
9286     fprintf (f, "%ld\n", i);
9287     }
9288     else
9289     {
9290     unsigned long i = ulongval ();
9291     if (i != ((long) (sizeof (long long))))
9292     exit (1);
9293     fprintf (f, "%lu\n", i);
9294     }
9295     exit (ferror (f) || fclose (f) != 0);
9296    
9297     ;
9298     return 0;
9299 pcg 1.1 }
9300 pcg 1.11 _ACEOF
9301     rm -f conftest$ac_exeext
9302     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9303     (eval $ac_link) 2>&5
9304     ac_status=$?
9305     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9306     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
9307     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9308     (eval $ac_try) 2>&5
9309     ac_status=$?
9310     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9311     (exit $ac_status); }; }; then
9312     ac_cv_sizeof_long_long=`cat conftest.val`
9313     else
9314     echo "$as_me: program exited with status $ac_status" >&5
9315     echo "$as_me: failed program was:" >&5
9316     sed 's/^/| /' conftest.$ac_ext >&5
9317    
9318     ( exit $ac_status )
9319     { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
9320     See \`config.log' for more details." >&5
9321     echo "$as_me: error: cannot compute sizeof (long long), 77
9322     See \`config.log' for more details." >&2;}
9323     { (exit 1); exit 1; }; }
9324     fi
9325     rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
9326     fi
9327     fi
9328     rm -f conftest.val
9329     else
9330 pcg 1.1 ac_cv_sizeof_long_long=0
9331     fi
9332 pcg 1.11 fi
9333     echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
9334     echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
9335     cat >>confdefs.h <<_ACEOF
9336     #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
9337     _ACEOF
9338    
9339    
9340     echo "$as_me:$LINENO: checking for int *" >&5
9341     echo $ECHO_N "checking for int *... $ECHO_C" >&6
9342     if test "${ac_cv_type_int_p+set}" = set; then
9343     echo $ECHO_N "(cached) $ECHO_C" >&6
9344     else
9345     cat >conftest.$ac_ext <<_ACEOF
9346     /* confdefs.h. */
9347     _ACEOF
9348     cat confdefs.h >>conftest.$ac_ext
9349     cat >>conftest.$ac_ext <<_ACEOF
9350     /* end confdefs.h. */
9351     $ac_includes_default
9352     int
9353     main ()
9354     {
9355     if ((int * *) 0)
9356     return 0;
9357     if (sizeof (int *))
9358     return 0;
9359     ;
9360     return 0;
9361     }
9362     _ACEOF
9363     rm -f conftest.$ac_objext
9364     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9365     (eval $ac_compile) 2>conftest.er1
9366     ac_status=$?
9367     grep -v '^ *+' conftest.er1 >conftest.err
9368     rm -f conftest.er1
9369     cat conftest.err >&5
9370     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9371     (exit $ac_status); } &&
9372 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9373 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9374     (eval $ac_try) 2>&5
9375     ac_status=$?
9376     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9377     (exit $ac_status); }; } &&
9378     { ac_try='test -s conftest.$ac_objext'
9379     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9380     (eval $ac_try) 2>&5
9381     ac_status=$?
9382     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9383     (exit $ac_status); }; }; then
9384     ac_cv_type_int_p=yes
9385     else
9386     echo "$as_me: failed program was:" >&5
9387     sed 's/^/| /' conftest.$ac_ext >&5
9388    
9389     ac_cv_type_int_p=no
9390     fi
9391     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9392     fi
9393     echo "$as_me:$LINENO: result: $ac_cv_type_int_p" >&5
9394     echo "${ECHO_T}$ac_cv_type_int_p" >&6
9395    
9396     echo "$as_me:$LINENO: checking size of int *" >&5
9397     echo $ECHO_N "checking size of int *... $ECHO_C" >&6
9398     if test "${ac_cv_sizeof_int_p+set}" = set; then
9399     echo $ECHO_N "(cached) $ECHO_C" >&6
9400     else
9401     if test "$ac_cv_type_int_p" = yes; then
9402     # The cast to unsigned long works around a bug in the HP C Compiler
9403     # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
9404     # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
9405     # This bug is HP SR number 8606223364.
9406     if test "$cross_compiling" = yes; then
9407     # Depending upon the size, compute the lo and hi bounds.
9408     cat >conftest.$ac_ext <<_ACEOF
9409     /* confdefs.h. */
9410     _ACEOF
9411     cat confdefs.h >>conftest.$ac_ext
9412     cat >>conftest.$ac_ext <<_ACEOF
9413     /* end confdefs.h. */
9414     $ac_includes_default
9415     int
9416     main ()
9417     {
9418     static int test_array [1 - 2 * !(((long) (sizeof (int *))) >= 0)];
9419     test_array [0] = 0
9420    
9421     ;
9422     return 0;
9423     }
9424     _ACEOF
9425     rm -f conftest.$ac_objext
9426     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9427     (eval $ac_compile) 2>conftest.er1
9428     ac_status=$?
9429     grep -v '^ *+' conftest.er1 >conftest.err
9430     rm -f conftest.er1
9431     cat conftest.err >&5
9432     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9433     (exit $ac_status); } &&
9434 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9435 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9436     (eval $ac_try) 2>&5
9437     ac_status=$?
9438     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9439     (exit $ac_status); }; } &&
9440     { ac_try='test -s conftest.$ac_objext'
9441     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9442     (eval $ac_try) 2>&5
9443     ac_status=$?
9444     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9445     (exit $ac_status); }; }; then
9446     ac_lo=0 ac_mid=0
9447     while :; do
9448     cat >conftest.$ac_ext <<_ACEOF
9449     /* confdefs.h. */
9450     _ACEOF
9451     cat confdefs.h >>conftest.$ac_ext
9452     cat >>conftest.$ac_ext <<_ACEOF
9453     /* end confdefs.h. */
9454     $ac_includes_default
9455     int
9456     main ()
9457     {
9458     static int test_array [1 - 2 * !(((long) (sizeof (int *))) <= $ac_mid)];
9459     test_array [0] = 0
9460    
9461     ;
9462     return 0;
9463     }
9464     _ACEOF
9465     rm -f conftest.$ac_objext
9466     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9467     (eval $ac_compile) 2>conftest.er1
9468     ac_status=$?
9469     grep -v '^ *+' conftest.er1 >conftest.err
9470     rm -f conftest.er1
9471     cat conftest.err >&5
9472     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9473     (exit $ac_status); } &&
9474 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9475 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9476     (eval $ac_try) 2>&5
9477     ac_status=$?
9478     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9479     (exit $ac_status); }; } &&
9480     { ac_try='test -s conftest.$ac_objext'
9481     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9482     (eval $ac_try) 2>&5
9483     ac_status=$?
9484     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9485     (exit $ac_status); }; }; then
9486     ac_hi=$ac_mid; break
9487     else
9488     echo "$as_me: failed program was:" >&5
9489     sed 's/^/| /' conftest.$ac_ext >&5
9490    
9491     ac_lo=`expr $ac_mid + 1`
9492     if test $ac_lo -le $ac_mid; then
9493     ac_lo= ac_hi=
9494     break
9495     fi
9496     ac_mid=`expr 2 '*' $ac_mid + 1`
9497     fi
9498     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9499     done
9500     else
9501     echo "$as_me: failed program was:" >&5
9502     sed 's/^/| /' conftest.$ac_ext >&5
9503    
9504     cat >conftest.$ac_ext <<_ACEOF
9505     /* confdefs.h. */
9506     _ACEOF
9507     cat confdefs.h >>conftest.$ac_ext
9508     cat >>conftest.$ac_ext <<_ACEOF
9509     /* end confdefs.h. */
9510     $ac_includes_default
9511     int
9512     main ()
9513     {
9514     static int test_array [1 - 2 * !(((long) (sizeof (int *))) < 0)];
9515     test_array [0] = 0
9516    
9517     ;
9518     return 0;
9519     }
9520     _ACEOF
9521     rm -f conftest.$ac_objext
9522     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9523     (eval $ac_compile) 2>conftest.er1
9524     ac_status=$?
9525     grep -v '^ *+' conftest.er1 >conftest.err
9526     rm -f conftest.er1
9527     cat conftest.err >&5
9528     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9529     (exit $ac_status); } &&
9530 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9531 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9532     (eval $ac_try) 2>&5
9533     ac_status=$?
9534     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9535     (exit $ac_status); }; } &&
9536     { ac_try='test -s conftest.$ac_objext'
9537     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9538     (eval $ac_try) 2>&5
9539     ac_status=$?
9540     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9541     (exit $ac_status); }; }; then
9542     ac_hi=-1 ac_mid=-1
9543     while :; do
9544     cat >conftest.$ac_ext <<_ACEOF
9545     /* confdefs.h. */
9546     _ACEOF
9547     cat confdefs.h >>conftest.$ac_ext
9548     cat >>conftest.$ac_ext <<_ACEOF
9549     /* end confdefs.h. */
9550     $ac_includes_default
9551     int
9552     main ()
9553     {
9554     static int test_array [1 - 2 * !(((long) (sizeof (int *))) >= $ac_mid)];
9555     test_array [0] = 0
9556    
9557     ;
9558     return 0;
9559     }
9560     _ACEOF
9561     rm -f conftest.$ac_objext
9562     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9563     (eval $ac_compile) 2>conftest.er1
9564     ac_status=$?
9565     grep -v '^ *+' conftest.er1 >conftest.err
9566     rm -f conftest.er1
9567     cat conftest.err >&5
9568     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9569     (exit $ac_status); } &&
9570 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9571 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9572     (eval $ac_try) 2>&5
9573     ac_status=$?
9574     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9575     (exit $ac_status); }; } &&
9576     { ac_try='test -s conftest.$ac_objext'
9577     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9578     (eval $ac_try) 2>&5
9579     ac_status=$?
9580     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9581     (exit $ac_status); }; }; then
9582     ac_lo=$ac_mid; break
9583     else
9584     echo "$as_me: failed program was:" >&5
9585     sed 's/^/| /' conftest.$ac_ext >&5
9586    
9587     ac_hi=`expr '(' $ac_mid ')' - 1`
9588     if test $ac_mid -le $ac_hi; then
9589     ac_lo= ac_hi=
9590     break
9591     fi
9592     ac_mid=`expr 2 '*' $ac_mid`
9593     fi
9594     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9595     done
9596     else
9597     echo "$as_me: failed program was:" >&5
9598     sed 's/^/| /' conftest.$ac_ext >&5
9599    
9600     ac_lo= ac_hi=
9601     fi
9602     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9603     fi
9604     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9605     # Binary search between lo and hi bounds.
9606     while test "x$ac_lo" != "x$ac_hi"; do
9607     ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
9608     cat >conftest.$ac_ext <<_ACEOF
9609     /* confdefs.h. */
9610     _ACEOF
9611     cat confdefs.h >>conftest.$ac_ext
9612     cat >>conftest.$ac_ext <<_ACEOF
9613     /* end confdefs.h. */
9614     $ac_includes_default
9615     int
9616     main ()
9617     {
9618     static int test_array [1 - 2 * !(((long) (sizeof (int *))) <= $ac_mid)];
9619     test_array [0] = 0
9620    
9621     ;
9622     return 0;
9623     }
9624     _ACEOF
9625     rm -f conftest.$ac_objext
9626     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9627     (eval $ac_compile) 2>conftest.er1
9628     ac_status=$?
9629     grep -v '^ *+' conftest.er1 >conftest.err
9630     rm -f conftest.er1
9631     cat conftest.err >&5
9632     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9633     (exit $ac_status); } &&
9634 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9635 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9636     (eval $ac_try) 2>&5
9637     ac_status=$?
9638     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9639     (exit $ac_status); }; } &&
9640     { ac_try='test -s conftest.$ac_objext'
9641     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9642     (eval $ac_try) 2>&5
9643     ac_status=$?
9644     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9645     (exit $ac_status); }; }; then
9646     ac_hi=$ac_mid
9647     else
9648     echo "$as_me: failed program was:" >&5
9649     sed 's/^/| /' conftest.$ac_ext >&5
9650 pcg 1.1
9651 pcg 1.11 ac_lo=`expr '(' $ac_mid ')' + 1`
9652 pcg 1.1 fi
9653 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9654     done
9655     case $ac_lo in
9656     ?*) ac_cv_sizeof_int_p=$ac_lo;;
9657     '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int *), 77
9658     See \`config.log' for more details." >&5
9659     echo "$as_me: error: cannot compute sizeof (int *), 77
9660     See \`config.log' for more details." >&2;}
9661     { (exit 1); exit 1; }; } ;;
9662     esac
9663 pcg 1.1 else
9664     if test "$cross_compiling" = yes; then
9665 pcg 1.13 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
9666     echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
9667 pcg 1.11 { (exit 1); exit 1; }; }
9668     else
9669     cat >conftest.$ac_ext <<_ACEOF
9670     /* confdefs.h. */
9671     _ACEOF
9672     cat confdefs.h >>conftest.$ac_ext
9673     cat >>conftest.$ac_ext <<_ACEOF
9674     /* end confdefs.h. */
9675     $ac_includes_default
9676     long longval () { return (long) (sizeof (int *)); }
9677     unsigned long ulongval () { return (long) (sizeof (int *)); }
9678 pcg 1.1 #include <stdio.h>
9679 pcg 1.11 #include <stdlib.h>
9680     int
9681     main ()
9682 pcg 1.1 {
9683 pcg 1.11
9684     FILE *f = fopen ("conftest.val", "w");
9685     if (! f)
9686     exit (1);
9687     if (((long) (sizeof (int *))) < 0)
9688     {
9689     long i = longval ();
9690     if (i != ((long) (sizeof (int *))))
9691     exit (1);
9692     fprintf (f, "%ld\n", i);
9693     }
9694     else
9695     {
9696     unsigned long i = ulongval ();
9697     if (i != ((long) (sizeof (int *))))
9698     exit (1);
9699     fprintf (f, "%lu\n", i);
9700     }
9701     exit (ferror (f) || fclose (f) != 0);
9702    
9703     ;
9704     return 0;
9705 pcg 1.1 }
9706 pcg 1.11 _ACEOF
9707     rm -f conftest$ac_exeext
9708     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9709     (eval $ac_link) 2>&5
9710     ac_status=$?
9711     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9712     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
9713     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9714     (eval $ac_try) 2>&5
9715     ac_status=$?
9716     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9717     (exit $ac_status); }; }; then
9718     ac_cv_sizeof_int_p=`cat conftest.val`
9719     else
9720     echo "$as_me: program exited with status $ac_status" >&5
9721     echo "$as_me: failed program was:" >&5
9722     sed 's/^/| /' conftest.$ac_ext >&5
9723    
9724     ( exit $ac_status )
9725     { { echo "$as_me:$LINENO: error: cannot compute sizeof (int *), 77
9726     See \`config.log' for more details." >&5
9727     echo "$as_me: error: cannot compute sizeof (int *), 77
9728     See \`config.log' for more details." >&2;}
9729     { (exit 1); exit 1; }; }
9730     fi
9731     rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
9732     fi
9733     fi
9734     rm -f conftest.val
9735     else
9736 pcg 1.1 ac_cv_sizeof_int_p=0
9737     fi
9738     fi
9739 pcg 1.11 echo "$as_me:$LINENO: result: $ac_cv_sizeof_int_p" >&5
9740     echo "${ECHO_T}$ac_cv_sizeof_int_p" >&6
9741     cat >>confdefs.h <<_ACEOF
9742 pcg 1.1 #define SIZEOF_INT_P $ac_cv_sizeof_int_p
9743 pcg 1.11 _ACEOF
9744 pcg 1.1
9745    
9746    
9747    
9748 pcg 1.11 echo "$as_me:$LINENO: checking for int16_t" >&5
9749     echo $ECHO_N "checking for int16_t... $ECHO_C" >&6
9750     if test "${rxvt_cv_int16_t+set}" = set; then
9751     echo $ECHO_N "(cached) $ECHO_C" >&6
9752 pcg 1.1 else
9753 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
9754     /* confdefs.h. */
9755     _ACEOF
9756     cat confdefs.h >>conftest.$ac_ext
9757     cat >>conftest.$ac_ext <<_ACEOF
9758     /* end confdefs.h. */
9759 pcg 1.1 #include <stdint.h>
9760 pcg 1.11 int
9761     main ()
9762     {
9763 pcg 1.1 int16_t dummy;
9764 pcg 1.11 ;
9765     return 0;
9766     }
9767     _ACEOF
9768     rm -f conftest.$ac_objext
9769     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9770     (eval $ac_compile) 2>conftest.er1
9771     ac_status=$?
9772     grep -v '^ *+' conftest.er1 >conftest.err
9773     rm -f conftest.er1
9774     cat conftest.err >&5
9775     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9776     (exit $ac_status); } &&
9777 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9778 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9779     (eval $ac_try) 2>&5
9780     ac_status=$?
9781     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9782     (exit $ac_status); }; } &&
9783     { ac_try='test -s conftest.$ac_objext'
9784     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9785     (eval $ac_try) 2>&5
9786     ac_status=$?
9787     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9788     (exit $ac_status); }; }; then
9789 pcg 1.1 rxvt_cv_int16_t=yes
9790     else
9791 pcg 1.11 echo "$as_me: failed program was:" >&5
9792     sed 's/^/| /' conftest.$ac_ext >&5
9793    
9794 root 1.50 if test "$ac_cv_sizeof_char" -ge 2; then
9795 pcg 1.1 rxvt_cv_int16_t=" char"
9796     else
9797 root 1.50 if test "$ac_cv_sizeof_short" -ge 2; then
9798 pcg 1.1 rxvt_cv_int16_t=" short"
9799     else
9800 root 1.50 if test "$ac_cv_sizeof_int" -ge 2; then
9801 pcg 1.1 rxvt_cv_int16_t=" int"
9802     else
9803 root 1.50 if test "$ac_cv_sizeof_long" -ge 2; then
9804 pcg 1.1 rxvt_cv_int16_t=" long"
9805     else
9806 root 1.50 if test "$ac_cv_sizeof_long_long" -ge 2; then
9807 pcg 1.1 rxvt_cv_int16_t=" long long"
9808     else
9809     rxvt_cv_int16_t=" short" # we _must_ have a (possibly wrong) default
9810     fi
9811     fi
9812     fi
9813     fi
9814     fi
9815     fi
9816 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9817 pcg 1.1 fi
9818 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_int16_t" >&5
9819     echo "${ECHO_T}$rxvt_cv_int16_t" >&6
9820 pcg 1.1 if test x"$rxvt_cv_int16_t" != xyes; then
9821     rxvt_int16_typedef="typedef $rxvt_cv_int16_t int16_t;"
9822     else
9823     if test x"" = x; then
9824     rxvt_int16_typedef="/* typedef short int16_t; */"
9825     else
9826     rxvt_int16_typedef="/* typedef short int16_t; */"
9827     fi
9828 pcg 1.11 fi
9829 pcg 1.1
9830 pcg 1.11 echo "$as_me:$LINENO: checking for uint16_t" >&5
9831     echo $ECHO_N "checking for uint16_t... $ECHO_C" >&6
9832     if test "${rxvt_cv_uint16_t+set}" = set; then
9833     echo $ECHO_N "(cached) $ECHO_C" >&6
9834     else
9835     cat >conftest.$ac_ext <<_ACEOF
9836     /* confdefs.h. */
9837     _ACEOF
9838     cat confdefs.h >>conftest.$ac_ext
9839     cat >>conftest.$ac_ext <<_ACEOF
9840     /* end confdefs.h. */
9841 pcg 1.1 #include <stdint.h>
9842 pcg 1.11 int
9843     main ()
9844     {
9845 pcg 1.1 uint16_t dummy;
9846 pcg 1.11 ;
9847     return 0;
9848     }
9849     _ACEOF
9850     rm -f conftest.$ac_objext
9851     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9852     (eval $ac_compile) 2>conftest.er1
9853     ac_status=$?
9854     grep -v '^ *+' conftest.er1 >conftest.err
9855     rm -f conftest.er1
9856     cat conftest.err >&5
9857     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9858     (exit $ac_status); } &&
9859 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9860 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9861     (eval $ac_try) 2>&5
9862     ac_status=$?
9863     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9864     (exit $ac_status); }; } &&
9865     { ac_try='test -s conftest.$ac_objext'
9866     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9867     (eval $ac_try) 2>&5
9868     ac_status=$?
9869     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9870     (exit $ac_status); }; }; then
9871 pcg 1.1 rxvt_cv_uint16_t=yes
9872     else
9873 pcg 1.11 echo "$as_me: failed program was:" >&5
9874     sed 's/^/| /' conftest.$ac_ext >&5
9875    
9876 root 1.50 if test "$ac_cv_sizeof_char" -ge 2; then
9877 pcg 1.1 rxvt_cv_uint16_t="unsigned char"
9878     else
9879 root 1.50 if test "$ac_cv_sizeof_short" -ge 2; then
9880 pcg 1.1 rxvt_cv_uint16_t="unsigned short"
9881     else
9882 root 1.50 if test "$ac_cv_sizeof_int" -ge 2; then
9883 pcg 1.1 rxvt_cv_uint16_t="unsigned int"
9884     else
9885 root 1.50 if test "$ac_cv_sizeof_long" -ge 2; then
9886 pcg 1.1 rxvt_cv_uint16_t="unsigned long"
9887     else
9888 root 1.50 if test "$ac_cv_sizeof_long_long" -ge 2; then
9889 pcg 1.1 rxvt_cv_uint16_t="unsigned long long"
9890     else
9891     rxvt_cv_uint16_t="unsigned short" # we _must_ have a (possibly wrong) default
9892     fi
9893     fi
9894     fi
9895     fi
9896     fi
9897     fi
9898 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9899 pcg 1.1 fi
9900 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_uint16_t" >&5
9901     echo "${ECHO_T}$rxvt_cv_uint16_t" >&6
9902 pcg 1.1 if test x"$rxvt_cv_uint16_t" != xyes; then
9903     rxvt_uint16_typedef="typedef $rxvt_cv_uint16_t uint16_t;"
9904     else
9905     if test x"unsigned" = x; then
9906     rxvt_uint16_typedef="/* typedef short uint16_t; */"
9907     else
9908     rxvt_uint16_typedef="/* typedef unsigned short uint16_t; */"
9909     fi
9910 pcg 1.11 fi
9911 pcg 1.1
9912 pcg 1.11 echo "$as_me:$LINENO: checking for int32_t" >&5
9913     echo $ECHO_N "checking for int32_t... $ECHO_C" >&6
9914     if test "${rxvt_cv_int32_t+set}" = set; then
9915     echo $ECHO_N "(cached) $ECHO_C" >&6
9916     else
9917     cat >conftest.$ac_ext <<_ACEOF
9918     /* confdefs.h. */
9919     _ACEOF
9920     cat confdefs.h >>conftest.$ac_ext
9921     cat >>conftest.$ac_ext <<_ACEOF
9922     /* end confdefs.h. */
9923 pcg 1.1 #include <stdint.h>
9924 pcg 1.11 int
9925     main ()
9926     {
9927 pcg 1.1 int32_t dummy;
9928 pcg 1.11 ;
9929     return 0;
9930     }
9931     _ACEOF
9932     rm -f conftest.$ac_objext
9933     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9934     (eval $ac_compile) 2>conftest.er1
9935     ac_status=$?
9936     grep -v '^ *+' conftest.er1 >conftest.err
9937     rm -f conftest.er1
9938     cat conftest.err >&5
9939     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9940     (exit $ac_status); } &&
9941 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9942 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9943     (eval $ac_try) 2>&5
9944     ac_status=$?
9945     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9946     (exit $ac_status); }; } &&
9947     { ac_try='test -s conftest.$ac_objext'
9948     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9949     (eval $ac_try) 2>&5
9950     ac_status=$?
9951     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9952     (exit $ac_status); }; }; then
9953 pcg 1.1 rxvt_cv_int32_t=yes
9954     else
9955 pcg 1.11 echo "$as_me: failed program was:" >&5
9956     sed 's/^/| /' conftest.$ac_ext >&5
9957    
9958 root 1.50 if test "$ac_cv_sizeof_char" -ge 4; then
9959 pcg 1.1 rxvt_cv_int32_t=" char"
9960     else
9961 root 1.50 if test "$ac_cv_sizeof_short" -ge 4; then
9962 pcg 1.1 rxvt_cv_int32_t=" short"
9963     else
9964 root 1.50 if test "$ac_cv_sizeof_int" -ge 4; then
9965 pcg 1.1 rxvt_cv_int32_t=" int"
9966     else
9967 root 1.50 if test "$ac_cv_sizeof_long" -ge 4; then
9968 pcg 1.1 rxvt_cv_int32_t=" long"
9969     else
9970 root 1.50 if test "$ac_cv_sizeof_long_long" -ge 4; then
9971 pcg 1.1 rxvt_cv_int32_t=" long long"
9972     else
9973     rxvt_cv_int32_t=" int" # we _must_ have a (possibly wrong) default
9974     fi
9975     fi
9976     fi
9977     fi
9978     fi
9979     fi
9980 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9981 pcg 1.1 fi
9982 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_int32_t" >&5
9983     echo "${ECHO_T}$rxvt_cv_int32_t" >&6
9984 pcg 1.1 if test x"$rxvt_cv_int32_t" != xyes; then
9985     rxvt_int32_typedef="typedef $rxvt_cv_int32_t int32_t;"
9986     else
9987     if test x"" = x; then
9988     rxvt_int32_typedef="/* typedef int int32_t; */"
9989     else
9990     rxvt_int32_typedef="/* typedef int int32_t; */"
9991     fi
9992 pcg 1.11 fi
9993 pcg 1.1
9994 pcg 1.11 echo "$as_me:$LINENO: checking for uint32_t" >&5
9995     echo $ECHO_N "checking for uint32_t... $ECHO_C" >&6
9996     if test "${rxvt_cv_uint32_t+set}" = set; then
9997     echo $ECHO_N "(cached) $ECHO_C" >&6
9998     else
9999     cat >conftest.$ac_ext <<_ACEOF
10000     /* confdefs.h. */
10001     _ACEOF
10002     cat confdefs.h >>conftest.$ac_ext
10003     cat >>conftest.$ac_ext <<_ACEOF
10004     /* end confdefs.h. */
10005 pcg 1.1 #include <stdint.h>
10006 pcg 1.11 int
10007     main ()
10008     {
10009 pcg 1.1 uint32_t dummy;
10010 pcg 1.11 ;
10011     return 0;
10012     }
10013     _ACEOF
10014     rm -f conftest.$ac_objext
10015     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10016     (eval $ac_compile) 2>conftest.er1
10017     ac_status=$?
10018     grep -v '^ *+' conftest.er1 >conftest.err
10019     rm -f conftest.er1
10020     cat conftest.err >&5
10021     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10022     (exit $ac_status); } &&
10023 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10024 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10025     (eval $ac_try) 2>&5
10026     ac_status=$?
10027     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10028     (exit $ac_status); }; } &&
10029     { ac_try='test -s conftest.$ac_objext'
10030     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10031     (eval $ac_try) 2>&5
10032     ac_status=$?
10033     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10034     (exit $ac_status); }; }; then
10035 pcg 1.1 rxvt_cv_uint32_t=yes
10036     else
10037 pcg 1.11 echo "$as_me: failed program was:" >&5
10038     sed 's/^/| /' conftest.$ac_ext >&5
10039    
10040 root 1.50 if test "$ac_cv_sizeof_char" -ge 4; then
10041 pcg 1.1 rxvt_cv_uint32_t="unsigned char"
10042     else
10043 root 1.50 if test "$ac_cv_sizeof_short" -ge 4; then
10044 pcg 1.1 rxvt_cv_uint32_t="unsigned short"
10045     else
10046 root 1.50 if test "$ac_cv_sizeof_int" -ge 4; then
10047 pcg 1.1 rxvt_cv_uint32_t="unsigned int"
10048     else
10049 root 1.50 if test "$ac_cv_sizeof_long" -ge 4; then
10050 pcg 1.1 rxvt_cv_uint32_t="unsigned long"
10051     else
10052 root 1.50 if test "$ac_cv_sizeof_long_long" -ge 4; then
10053 pcg 1.1 rxvt_cv_uint32_t="unsigned long long"
10054     else
10055     rxvt_cv_uint32_t="unsigned int" # we _must_ have a (possibly wrong) default
10056     fi
10057     fi
10058     fi
10059     fi
10060     fi
10061     fi
10062 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10063 pcg 1.1 fi
10064 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_uint32_t" >&5
10065     echo "${ECHO_T}$rxvt_cv_uint32_t" >&6
10066 pcg 1.1 if test x"$rxvt_cv_uint32_t" != xyes; then
10067     rxvt_uint32_typedef="typedef $rxvt_cv_uint32_t uint32_t;"
10068     else
10069     if test x"unsigned" = x; then
10070     rxvt_uint32_typedef="/* typedef int uint32_t; */"
10071     else
10072     rxvt_uint32_typedef="/* typedef unsigned int uint32_t; */"
10073     fi
10074 pcg 1.11 fi
10075 pcg 1.1
10076 root 1.50 if test "$ac_cv_sizeof_int_p" -eq 8; then
10077 pcg 1.1 rxvt_intp_define="#define intp_t int64_t"
10078     rxvt_u_intp_define="#define u_intp_t u_int64_t"
10079     else
10080 root 1.50 if test "$ac_cv_sizeof_int_p" -eq 4; then
10081 pcg 1.1 rxvt_intp_define="#define intp_t int32_t"
10082     rxvt_u_intp_define="#define u_intp_t u_int32_t"
10083     else
10084 root 1.50 if test "$ac_cv_sizeof_int_p" -eq 2; then
10085 pcg 1.1 rxvt_intp_define="#define intp_t int16_t"
10086     rxvt_u_intp_define="#define u_intp_t u_int16_t"
10087     else
10088     rxvt_intp_define="#error set intp_t"
10089     rxvt_u_intp_define="#error set u_intp_t"
10090     fi
10091     fi
10092     fi
10093    
10094    
10095    
10096 pcg 1.11 echo "$as_me:$LINENO: checking return type of signal handlers" >&5
10097     echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
10098     if test "${ac_cv_type_signal+set}" = set; then
10099     echo $ECHO_N "(cached) $ECHO_C" >&6
10100     else
10101     cat >conftest.$ac_ext <<_ACEOF
10102     /* confdefs.h. */
10103     _ACEOF
10104     cat confdefs.h >>conftest.$ac_ext
10105     cat >>conftest.$ac_ext <<_ACEOF
10106     /* end confdefs.h. */
10107 pcg 1.1 #include <sys/types.h>
10108     #include <signal.h>
10109     #ifdef signal
10110 pcg 1.11 # undef signal
10111 pcg 1.1 #endif
10112     #ifdef __cplusplus
10113     extern "C" void (*signal (int, void (*)(int)))(int);
10114     #else
10115     void (*signal ()) ();
10116     #endif
10117    
10118 pcg 1.11 int
10119     main ()
10120     {
10121 pcg 1.1 int i;
10122 pcg 1.11 ;
10123     return 0;
10124     }
10125     _ACEOF
10126     rm -f conftest.$ac_objext
10127     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10128     (eval $ac_compile) 2>conftest.er1
10129     ac_status=$?
10130     grep -v '^ *+' conftest.er1 >conftest.err
10131     rm -f conftest.er1
10132     cat conftest.err >&5
10133     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10134     (exit $ac_status); } &&
10135 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10136 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10137     (eval $ac_try) 2>&5
10138     ac_status=$?
10139     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10140     (exit $ac_status); }; } &&
10141     { ac_try='test -s conftest.$ac_objext'
10142     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10143     (eval $ac_try) 2>&5
10144     ac_status=$?
10145     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10146     (exit $ac_status); }; }; then
10147 pcg 1.1 ac_cv_type_signal=void
10148     else
10149 pcg 1.11 echo "$as_me: failed program was:" >&5
10150     sed 's/^/| /' conftest.$ac_ext >&5
10151    
10152     ac_cv_type_signal=int
10153 pcg 1.1 fi
10154 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10155 pcg 1.1 fi
10156 pcg 1.11 echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
10157     echo "${ECHO_T}$ac_cv_type_signal" >&6
10158 pcg 1.1
10159 pcg 1.11 cat >>confdefs.h <<_ACEOF
10160 pcg 1.1 #define RETSIGTYPE $ac_cv_type_signal
10161 pcg 1.11 _ACEOF
10162 pcg 1.1
10163    
10164    
10165     case "$host_alias" in
10166     *ultrix) ac_cv_func_setsid='no' ;;
10167     *) break;;
10168     esac
10169    
10170 pcg 1.11
10171    
10172    
10173    
10174    
10175    
10176    
10177    
10178    
10179    
10180    
10181    
10182    
10183    
10184    
10185    
10186    
10187    
10188 root 1.67
10189 pcg 1.1 for ac_func in \
10190     atexit \
10191     revoke \
10192     unsetenv \
10193     setutent \
10194     seteuid \
10195     setreuid \
10196     setsid \
10197     setpgrp \
10198     setpgid \
10199     _getpty \
10200 root 1.67 posix_openpt \
10201 pcg 1.1 grantpt \
10202     unlockpt \
10203     isastream \
10204     on_exit \
10205     nanosleep \
10206     updwtmp \
10207 root 1.52 updwtmpx \
10208 pcg 1.1 ttyslot \
10209    
10210     do
10211 pcg 1.11 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
10212     echo "$as_me:$LINENO: checking for $ac_func" >&5
10213     echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
10214     if eval "test \"\${$as_ac_var+set}\" = set"; then
10215     echo $ECHO_N "(cached) $ECHO_C" >&6
10216     else
10217     cat >conftest.$ac_ext <<_ACEOF
10218     /* confdefs.h. */
10219     _ACEOF
10220     cat confdefs.h >>conftest.$ac_ext
10221     cat >>conftest.$ac_ext <<_ACEOF
10222     /* end confdefs.h. */
10223     /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
10224     For example, HP-UX 11i <limits.h> declares gettimeofday. */
10225     #define $ac_func innocuous_$ac_func
10226    
10227 pcg 1.1 /* System header to define __stub macros and hopefully few prototypes,
10228 pcg 1.11 which can conflict with char $ac_func (); below.
10229     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10230     <limits.h> exists even on freestanding compilers. */
10231    
10232     #ifdef __STDC__
10233     # include <limits.h>
10234     #else
10235     # include <assert.h>
10236     #endif
10237    
10238     #undef $ac_func
10239    
10240 pcg 1.1 /* Override any gcc2 internal prototype to avoid an error. */
10241 pcg 1.11 #ifdef __cplusplus
10242     extern "C"
10243     {
10244     #endif
10245 pcg 1.1 /* We use char because int might match the return type of a gcc2
10246 pcg 1.11 builtin and then its argument prototype would still apply. */
10247     char $ac_func ();
10248 pcg 1.1 /* The GNU C library defines this for functions which it implements
10249     to always fail with ENOSYS. Some functions are actually named
10250     something starting with __ and the normal name is an alias. */
10251     #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10252     choke me
10253     #else
10254 pcg 1.11 char (*f) () = $ac_func;
10255     #endif
10256     #ifdef __cplusplus
10257     }
10258 pcg 1.1 #endif
10259    
10260 pcg 1.11 int
10261     main ()
10262     {
10263     return f != $ac_func;
10264     ;
10265     return 0;
10266     }
10267     _ACEOF
10268     rm -f conftest.$ac_objext conftest$ac_exeext
10269     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10270     (eval $ac_link) 2>conftest.er1
10271     ac_status=$?
10272     grep -v '^ *+' conftest.er1 >conftest.err
10273     rm -f conftest.er1
10274     cat conftest.err >&5
10275     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10276     (exit $ac_status); } &&
10277 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10278 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10279     (eval $ac_try) 2>&5
10280     ac_status=$?
10281     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10282     (exit $ac_status); }; } &&
10283     { ac_try='test -s conftest$ac_exeext'
10284     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10285     (eval $ac_try) 2>&5
10286     ac_status=$?
10287     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10288     (exit $ac_status); }; }; then
10289     eval "$as_ac_var=yes"
10290     else
10291     echo "$as_me: failed program was:" >&5
10292     sed 's/^/| /' conftest.$ac_ext >&5
10293    
10294     eval "$as_ac_var=no"
10295     fi
10296     rm -f conftest.err conftest.$ac_objext \
10297     conftest$ac_exeext conftest.$ac_ext
10298     fi
10299     echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
10300     echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
10301     if test `eval echo '${'$as_ac_var'}'` = yes; then
10302     cat >>confdefs.h <<_ACEOF
10303     #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
10304     _ACEOF
10305 pcg 1.1
10306     fi
10307     done
10308    
10309    
10310    
10311 pcg 1.11 if test "${ac_cv_header_utmp_h+set}" = set; then
10312     echo "$as_me:$LINENO: checking for utmp.h" >&5
10313     echo $ECHO_N "checking for utmp.h... $ECHO_C" >&6
10314     if test "${ac_cv_header_utmp_h+set}" = set; then
10315     echo $ECHO_N "(cached) $ECHO_C" >&6
10316     fi
10317     echo "$as_me:$LINENO: result: $ac_cv_header_utmp_h" >&5
10318     echo "${ECHO_T}$ac_cv_header_utmp_h" >&6
10319     else
10320     # Is the header compilable?
10321     echo "$as_me:$LINENO: checking utmp.h usability" >&5
10322     echo $ECHO_N "checking utmp.h usability... $ECHO_C" >&6
10323     cat >conftest.$ac_ext <<_ACEOF
10324     /* confdefs.h. */
10325     _ACEOF
10326     cat confdefs.h >>conftest.$ac_ext
10327     cat >>conftest.$ac_ext <<_ACEOF
10328     /* end confdefs.h. */
10329     $ac_includes_default
10330     #include <utmp.h>
10331     _ACEOF
10332     rm -f conftest.$ac_objext
10333     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10334     (eval $ac_compile) 2>conftest.er1
10335     ac_status=$?
10336     grep -v '^ *+' conftest.er1 >conftest.err
10337     rm -f conftest.er1
10338     cat conftest.err >&5
10339     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10340     (exit $ac_status); } &&
10341 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10342 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10343     (eval $ac_try) 2>&5
10344     ac_status=$?
10345     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10346     (exit $ac_status); }; } &&
10347     { ac_try='test -s conftest.$ac_objext'
10348     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10349     (eval $ac_try) 2>&5
10350     ac_status=$?
10351     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10352     (exit $ac_status); }; }; then
10353     ac_header_compiler=yes
10354     else
10355     echo "$as_me: failed program was:" >&5
10356     sed 's/^/| /' conftest.$ac_ext >&5
10357    
10358     ac_header_compiler=no
10359     fi
10360     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10361     echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10362     echo "${ECHO_T}$ac_header_compiler" >&6
10363    
10364     # Is the header present?
10365     echo "$as_me:$LINENO: checking utmp.h presence" >&5
10366     echo $ECHO_N "checking utmp.h presence... $ECHO_C" >&6
10367     cat >conftest.$ac_ext <<_ACEOF
10368     /* confdefs.h. */
10369     _ACEOF
10370     cat confdefs.h >>conftest.$ac_ext
10371     cat >>conftest.$ac_ext <<_ACEOF
10372     /* end confdefs.h. */
10373 pcg 1.1 #include <utmp.h>
10374 pcg 1.11 _ACEOF
10375     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10376     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10377     ac_status=$?
10378     grep -v '^ *+' conftest.er1 >conftest.err
10379     rm -f conftest.er1
10380     cat conftest.err >&5
10381     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10382     (exit $ac_status); } >/dev/null; then
10383     if test -s conftest.err; then
10384 pcg 1.13 ac_cpp_err=$ac_cxx_preproc_warn_flag
10385     ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
10386 pcg 1.11 else
10387     ac_cpp_err=
10388     fi
10389 pcg 1.1 else
10390 pcg 1.11 ac_cpp_err=yes
10391 pcg 1.1 fi
10392 pcg 1.11 if test -z "$ac_cpp_err"; then
10393     ac_header_preproc=yes
10394     else
10395     echo "$as_me: failed program was:" >&5
10396     sed 's/^/| /' conftest.$ac_ext >&5
10397    
10398     ac_header_preproc=no
10399 pcg 1.1 fi
10400 pcg 1.11 rm -f conftest.err conftest.$ac_ext
10401     echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10402     echo "${ECHO_T}$ac_header_preproc" >&6
10403    
10404     # So? What about this header?
10405 pcg 1.13 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
10406 pcg 1.11 yes:no: )
10407     { echo "$as_me:$LINENO: WARNING: utmp.h: accepted by the compiler, rejected by the preprocessor!" >&5
10408     echo "$as_me: WARNING: utmp.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
10409     { echo "$as_me:$LINENO: WARNING: utmp.h: proceeding with the compiler's result" >&5
10410     echo "$as_me: WARNING: utmp.h: proceeding with the compiler's result" >&2;}
10411     ac_header_preproc=yes
10412     ;;
10413     no:yes:* )
10414     { echo "$as_me:$LINENO: WARNING: utmp.h: present but cannot be compiled" >&5
10415     echo "$as_me: WARNING: utmp.h: present but cannot be compiled" >&2;}
10416     { echo "$as_me:$LINENO: WARNING: utmp.h: check for missing prerequisite headers?" >&5
10417     echo "$as_me: WARNING: utmp.h: check for missing prerequisite headers?" >&2;}
10418     { echo "$as_me:$LINENO: WARNING: utmp.h: see the Autoconf documentation" >&5
10419     echo "$as_me: WARNING: utmp.h: see the Autoconf documentation" >&2;}
10420     { echo "$as_me:$LINENO: WARNING: utmp.h: section \"Present But Cannot Be Compiled\"" >&5
10421     echo "$as_me: WARNING: utmp.h: section \"Present But Cannot Be Compiled\"" >&2;}
10422     { echo "$as_me:$LINENO: WARNING: utmp.h: proceeding with the preprocessor's result" >&5
10423     echo "$as_me: WARNING: utmp.h: proceeding with the preprocessor's result" >&2;}
10424     { echo "$as_me:$LINENO: WARNING: utmp.h: in the future, the compiler will take precedence" >&5
10425     echo "$as_me: WARNING: utmp.h: in the future, the compiler will take precedence" >&2;}
10426     (
10427     cat <<\_ASBOX
10428     ## ------------------------------------------ ##
10429     ## Report this to the AC_PACKAGE_NAME lists. ##
10430     ## ------------------------------------------ ##
10431     _ASBOX
10432     ) |
10433     sed "s/^/$as_me: WARNING: /" >&2
10434     ;;
10435     esac
10436     echo "$as_me:$LINENO: checking for utmp.h" >&5
10437     echo $ECHO_N "checking for utmp.h... $ECHO_C" >&6
10438     if test "${ac_cv_header_utmp_h+set}" = set; then
10439     echo $ECHO_N "(cached) $ECHO_C" >&6
10440     else
10441     ac_cv_header_utmp_h=$ac_header_preproc
10442     fi
10443     echo "$as_me:$LINENO: result: $ac_cv_header_utmp_h" >&5
10444     echo "${ECHO_T}$ac_cv_header_utmp_h" >&6
10445    
10446     fi
10447     if test $ac_cv_header_utmp_h = yes; then
10448     echo "$as_me:$LINENO: checking for struct utmp" >&5
10449     echo $ECHO_N "checking for struct utmp... $ECHO_C" >&6
10450     if test "${rxvt_cv_struct_utmp+set}" = set; then
10451     echo $ECHO_N "(cached) $ECHO_C" >&6
10452     else
10453     cat >conftest.$ac_ext <<_ACEOF
10454     /* confdefs.h. */
10455     _ACEOF
10456     cat confdefs.h >>conftest.$ac_ext
10457     cat >>conftest.$ac_ext <<_ACEOF
10458     /* end confdefs.h. */
10459 pcg 1.1 #include <sys/types.h>
10460     #include <stdint.h>
10461     #include <utmp.h>
10462 pcg 1.11 int
10463     main ()
10464     {
10465 pcg 1.1 struct utmp ut;
10466 pcg 1.11 ;
10467     return 0;
10468     }
10469     _ACEOF
10470     rm -f conftest.$ac_objext
10471     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10472     (eval $ac_compile) 2>conftest.er1
10473     ac_status=$?
10474     grep -v '^ *+' conftest.er1 >conftest.err
10475     rm -f conftest.er1
10476     cat conftest.err >&5
10477     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10478     (exit $ac_status); } &&
10479 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10480 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10481     (eval $ac_try) 2>&5
10482     ac_status=$?
10483     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10484     (exit $ac_status); }; } &&
10485     { ac_try='test -s conftest.$ac_objext'
10486     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10487     (eval $ac_try) 2>&5
10488     ac_status=$?
10489     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10490     (exit $ac_status); }; }; then
10491 pcg 1.1 rxvt_cv_struct_utmp=yes
10492     else
10493 pcg 1.11 echo "$as_me: failed program was:" >&5
10494     sed 's/^/| /' conftest.$ac_ext >&5
10495    
10496     rxvt_cv_struct_utmp=no
10497 pcg 1.1 fi
10498 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10499 pcg 1.1 fi
10500 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmp" >&5
10501     echo "${ECHO_T}$rxvt_cv_struct_utmp" >&6
10502     if test x$rxvt_cv_struct_utmp = xyes; then
10503 pcg 1.1
10504 pcg 1.11 cat >>confdefs.h <<\_ACEOF
10505 pcg 1.1 #define HAVE_STRUCT_UTMP 1
10506 pcg 1.11 _ACEOF
10507 pcg 1.1
10508     fi
10509    
10510    
10511 pcg 1.11 echo "$as_me:$LINENO: checking for ut_host in utmp struct" >&5
10512     echo $ECHO_N "checking for ut_host in utmp struct... $ECHO_C" >&6
10513     if test "${rxvt_cv_struct_utmp_host+set}" = set; then
10514     echo $ECHO_N "(cached) $ECHO_C" >&6
10515 pcg 1.1 else
10516 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
10517     /* confdefs.h. */
10518     _ACEOF
10519     cat confdefs.h >>conftest.$ac_ext
10520     cat >>conftest.$ac_ext <<_ACEOF
10521     /* end confdefs.h. */
10522 pcg 1.1 #include <sys/types.h>
10523     #include <utmp.h>
10524 pcg 1.11 int
10525     main ()
10526     {
10527 pcg 1.1 struct utmp ut; ut.ut_host;
10528 pcg 1.11 ;
10529     return 0;
10530     }
10531     _ACEOF
10532     rm -f conftest.$ac_objext
10533     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10534     (eval $ac_compile) 2>conftest.er1
10535     ac_status=$?
10536     grep -v '^ *+' conftest.er1 >conftest.err
10537     rm -f conftest.er1
10538     cat conftest.err >&5
10539     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10540     (exit $ac_status); } &&
10541 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10542 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10543     (eval $ac_try) 2>&5
10544     ac_status=$?
10545     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10546     (exit $ac_status); }; } &&
10547     { ac_try='test -s conftest.$ac_objext'
10548     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10549     (eval $ac_try) 2>&5
10550     ac_status=$?
10551     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10552     (exit $ac_status); }; }; then
10553 pcg 1.1 rxvt_cv_struct_utmp_host=yes
10554     else
10555 pcg 1.11 echo "$as_me: failed program was:" >&5
10556     sed 's/^/| /' conftest.$ac_ext >&5
10557    
10558     rxvt_cv_struct_utmp_host=no
10559 pcg 1.1 fi
10560 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10561 pcg 1.1 fi
10562 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmp_host" >&5
10563     echo "${ECHO_T}$rxvt_cv_struct_utmp_host" >&6
10564     if test x$rxvt_cv_struct_utmp_host = xyes; then
10565 pcg 1.1
10566 pcg 1.11 cat >>confdefs.h <<\_ACEOF
10567 pcg 1.1 #define HAVE_UTMP_HOST 1
10568 pcg 1.11 _ACEOF
10569 pcg 1.1
10570     fi
10571    
10572 pcg 1.11 echo "$as_me:$LINENO: checking for ut_pid in utmp struct" >&5
10573     echo $ECHO_N "checking for ut_pid in utmp struct... $ECHO_C" >&6
10574     if test "${rxvt_cv_struct_utmp_pid+set}" = set; then
10575     echo $ECHO_N "(cached) $ECHO_C" >&6
10576 pcg 1.1 else
10577 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
10578     /* confdefs.h. */
10579     _ACEOF
10580     cat confdefs.h >>conftest.$ac_ext
10581     cat >>conftest.$ac_ext <<_ACEOF
10582     /* end confdefs.h. */
10583 pcg 1.1 #include <sys/types.h>
10584     #include <utmp.h>
10585 pcg 1.11 int
10586     main ()
10587     {
10588 pcg 1.1 struct utmp ut; ut.ut_pid;
10589 pcg 1.11 ;
10590     return 0;
10591     }
10592     _ACEOF
10593     rm -f conftest.$ac_objext
10594     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10595     (eval $ac_compile) 2>conftest.er1
10596     ac_status=$?
10597     grep -v '^ *+' conftest.er1 >conftest.err
10598     rm -f conftest.er1
10599     cat conftest.err >&5
10600     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10601     (exit $ac_status); } &&
10602 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10603 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10604     (eval $ac_try) 2>&5
10605     ac_status=$?
10606     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10607     (exit $ac_status); }; } &&
10608     { ac_try='test -s conftest.$ac_objext'
10609     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10610     (eval $ac_try) 2>&5
10611     ac_status=$?
10612     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10613     (exit $ac_status); }; }; then
10614 pcg 1.1 rxvt_cv_struct_utmp_pid=yes
10615     else
10616 pcg 1.11 echo "$as_me: failed program was:" >&5
10617     sed 's/^/| /' conftest.$ac_ext >&5
10618    
10619     rxvt_cv_struct_utmp_pid=no
10620 pcg 1.1 fi
10621 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10622 pcg 1.1 fi
10623 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmp_pid" >&5
10624     echo "${ECHO_T}$rxvt_cv_struct_utmp_pid" >&6
10625     if test x$rxvt_cv_struct_utmp_pid = xyes; then
10626 pcg 1.1
10627 pcg 1.11 cat >>confdefs.h <<\_ACEOF
10628 pcg 1.1 #define HAVE_UTMP_PID 1
10629 pcg 1.11 _ACEOF
10630 pcg 1.1
10631     fi
10632    
10633     fi
10634    
10635 pcg 1.11
10636    
10637     if test "${ac_cv_header_utmpx_h+set}" = set; then
10638     echo "$as_me:$LINENO: checking for utmpx.h" >&5
10639     echo $ECHO_N "checking for utmpx.h... $ECHO_C" >&6
10640     if test "${ac_cv_header_utmpx_h+set}" = set; then
10641     echo $ECHO_N "(cached) $ECHO_C" >&6
10642     fi
10643     echo "$as_me:$LINENO: result: $ac_cv_header_utmpx_h" >&5
10644     echo "${ECHO_T}$ac_cv_header_utmpx_h" >&6
10645 pcg 1.1 else
10646 pcg 1.11 # Is the header compilable?
10647     echo "$as_me:$LINENO: checking utmpx.h usability" >&5
10648     echo $ECHO_N "checking utmpx.h usability... $ECHO_C" >&6
10649     cat >conftest.$ac_ext <<_ACEOF
10650     /* confdefs.h. */
10651     _ACEOF
10652     cat confdefs.h >>conftest.$ac_ext
10653     cat >>conftest.$ac_ext <<_ACEOF
10654     /* end confdefs.h. */
10655     $ac_includes_default
10656     #include <utmpx.h>
10657     _ACEOF
10658     rm -f conftest.$ac_objext
10659     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10660     (eval $ac_compile) 2>conftest.er1
10661     ac_status=$?
10662     grep -v '^ *+' conftest.er1 >conftest.err
10663     rm -f conftest.er1
10664     cat conftest.err >&5
10665     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10666     (exit $ac_status); } &&
10667 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10668 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10669     (eval $ac_try) 2>&5
10670     ac_status=$?
10671     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10672     (exit $ac_status); }; } &&
10673     { ac_try='test -s conftest.$ac_objext'
10674     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10675     (eval $ac_try) 2>&5
10676     ac_status=$?
10677     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10678     (exit $ac_status); }; }; then
10679     ac_header_compiler=yes
10680     else
10681     echo "$as_me: failed program was:" >&5
10682     sed 's/^/| /' conftest.$ac_ext >&5
10683    
10684     ac_header_compiler=no
10685     fi
10686     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10687     echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10688     echo "${ECHO_T}$ac_header_compiler" >&6
10689    
10690     # Is the header present?
10691     echo "$as_me:$LINENO: checking utmpx.h presence" >&5
10692     echo $ECHO_N "checking utmpx.h presence... $ECHO_C" >&6
10693     cat >conftest.$ac_ext <<_ACEOF
10694     /* confdefs.h. */
10695     _ACEOF
10696     cat confdefs.h >>conftest.$ac_ext
10697     cat >>conftest.$ac_ext <<_ACEOF
10698     /* end confdefs.h. */
10699 pcg 1.1 #include <utmpx.h>
10700 pcg 1.11 _ACEOF
10701     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10702     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10703     ac_status=$?
10704     grep -v '^ *+' conftest.er1 >conftest.err
10705     rm -f conftest.er1
10706     cat conftest.err >&5
10707     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10708     (exit $ac_status); } >/dev/null; then
10709     if test -s conftest.err; then
10710 pcg 1.13 ac_cpp_err=$ac_cxx_preproc_warn_flag
10711     ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
10712 pcg 1.11 else
10713     ac_cpp_err=
10714     fi
10715 pcg 1.1 else
10716 pcg 1.11 ac_cpp_err=yes
10717 pcg 1.1 fi
10718 pcg 1.11 if test -z "$ac_cpp_err"; then
10719     ac_header_preproc=yes
10720     else
10721     echo "$as_me: failed program was:" >&5
10722     sed 's/^/| /' conftest.$ac_ext >&5
10723    
10724     ac_header_preproc=no
10725 pcg 1.1 fi
10726 pcg 1.11 rm -f conftest.err conftest.$ac_ext
10727     echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10728     echo "${ECHO_T}$ac_header_preproc" >&6
10729    
10730     # So? What about this header?
10731 pcg 1.13 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
10732 pcg 1.11 yes:no: )
10733     { echo "$as_me:$LINENO: WARNING: utmpx.h: accepted by the compiler, rejected by the preprocessor!" >&5
10734     echo "$as_me: WARNING: utmpx.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
10735     { echo "$as_me:$LINENO: WARNING: utmpx.h: proceeding with the compiler's result" >&5
10736     echo "$as_me: WARNING: utmpx.h: proceeding with the compiler's result" >&2;}
10737     ac_header_preproc=yes
10738     ;;
10739     no:yes:* )
10740     { echo "$as_me:$LINENO: WARNING: utmpx.h: present but cannot be compiled" >&5
10741     echo "$as_me: WARNING: utmpx.h: present but cannot be compiled" >&2;}
10742     { echo "$as_me:$LINENO: WARNING: utmpx.h: check for missing prerequisite headers?" >&5
10743     echo "$as_me: WARNING: utmpx.h: check for missing prerequisite headers?" >&2;}
10744     { echo "$as_me:$LINENO: WARNING: utmpx.h: see the Autoconf documentation" >&5
10745     echo "$as_me: WARNING: utmpx.h: see the Autoconf documentation" >&2;}
10746     { echo "$as_me:$LINENO: WARNING: utmpx.h: section \"Present But Cannot Be Compiled\"" >&5
10747     echo "$as_me: WARNING: utmpx.h: section \"Present But Cannot Be Compiled\"" >&2;}
10748     { echo "$as_me:$LINENO: WARNING: utmpx.h: proceeding with the preprocessor's result" >&5
10749     echo "$as_me: WARNING: utmpx.h: proceeding with the preprocessor's result" >&2;}
10750     { echo "$as_me:$LINENO: WARNING: utmpx.h: in the future, the compiler will take precedence" >&5
10751     echo "$as_me: WARNING: utmpx.h: in the future, the compiler will take precedence" >&2;}
10752     (
10753     cat <<\_ASBOX
10754     ## ------------------------------------------ ##
10755     ## Report this to the AC_PACKAGE_NAME lists. ##
10756     ## ------------------------------------------ ##
10757     _ASBOX
10758     ) |
10759     sed "s/^/$as_me: WARNING: /" >&2
10760     ;;
10761     esac
10762     echo "$as_me:$LINENO: checking for utmpx.h" >&5
10763     echo $ECHO_N "checking for utmpx.h... $ECHO_C" >&6
10764     if test "${ac_cv_header_utmpx_h+set}" = set; then
10765     echo $ECHO_N "(cached) $ECHO_C" >&6
10766     else
10767     ac_cv_header_utmpx_h=$ac_header_preproc
10768     fi
10769     echo "$as_me:$LINENO: result: $ac_cv_header_utmpx_h" >&5
10770     echo "${ECHO_T}$ac_cv_header_utmpx_h" >&6
10771    
10772     fi
10773     if test $ac_cv_header_utmpx_h = yes; then
10774     echo "$as_me:$LINENO: checking for struct utmpx" >&5
10775     echo $ECHO_N "checking for struct utmpx... $ECHO_C" >&6
10776     if test "${rxvt_cv_struct_utmpx+set}" = set; then
10777     echo $ECHO_N "(cached) $ECHO_C" >&6
10778     else
10779     cat >conftest.$ac_ext <<_ACEOF
10780     /* confdefs.h. */
10781     _ACEOF
10782     cat confdefs.h >>conftest.$ac_ext
10783     cat >>conftest.$ac_ext <<_ACEOF
10784     /* end confdefs.h. */
10785 pcg 1.1 #include <sys/types.h>
10786     #include <utmpx.h>
10787 pcg 1.11 int
10788     main ()
10789     {
10790 pcg 1.1 struct utmpx ut;
10791 pcg 1.11 ;
10792     return 0;
10793     }
10794     _ACEOF
10795     rm -f conftest.$ac_objext
10796     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10797     (eval $ac_compile) 2>conftest.er1
10798     ac_status=$?
10799     grep -v '^ *+' conftest.er1 >conftest.err
10800     rm -f conftest.er1
10801     cat conftest.err >&5
10802     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10803     (exit $ac_status); } &&
10804 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10805 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10806     (eval $ac_try) 2>&5
10807     ac_status=$?
10808     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10809     (exit $ac_status); }; } &&
10810     { ac_try='test -s conftest.$ac_objext'
10811     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10812     (eval $ac_try) 2>&5
10813     ac_status=$?
10814     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10815     (exit $ac_status); }; }; then
10816 pcg 1.1 rxvt_cv_struct_utmpx=yes
10817     else
10818 pcg 1.11 echo "$as_me: failed program was:" >&5
10819     sed 's/^/| /' conftest.$ac_ext >&5
10820    
10821     rxvt_cv_struct_utmpx=no
10822 pcg 1.1 fi
10823 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10824 pcg 1.1 fi
10825 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmpx" >&5
10826     echo "${ECHO_T}$rxvt_cv_struct_utmpx" >&6
10827     if test x$rxvt_cv_struct_utmpx = xyes; then
10828 pcg 1.1
10829 pcg 1.11 cat >>confdefs.h <<\_ACEOF
10830 pcg 1.1 #define HAVE_STRUCT_UTMPX 1
10831 pcg 1.11 _ACEOF
10832 pcg 1.1
10833     fi
10834    
10835    
10836 pcg 1.11 echo "$as_me:$LINENO: checking for host in utmpx struct" >&5
10837     echo $ECHO_N "checking for host in utmpx struct... $ECHO_C" >&6
10838     if test "${rxvt_cv_struct_utmpx_host+set}" = set; then
10839     echo $ECHO_N "(cached) $ECHO_C" >&6
10840 pcg 1.1 else
10841 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
10842     /* confdefs.h. */
10843     _ACEOF
10844     cat confdefs.h >>conftest.$ac_ext
10845     cat >>conftest.$ac_ext <<_ACEOF
10846     /* end confdefs.h. */
10847 pcg 1.1 #include <sys/types.h>
10848     #include <utmpx.h>
10849 pcg 1.11 int
10850     main ()
10851     {
10852 pcg 1.1 struct utmpx utx; utx.ut_host;
10853 pcg 1.11 ;
10854     return 0;
10855     }
10856     _ACEOF
10857     rm -f conftest.$ac_objext
10858     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10859     (eval $ac_compile) 2>conftest.er1
10860     ac_status=$?
10861     grep -v '^ *+' conftest.er1 >conftest.err
10862     rm -f conftest.er1
10863     cat conftest.err >&5
10864     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10865     (exit $ac_status); } &&
10866 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10867 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10868     (eval $ac_try) 2>&5
10869     ac_status=$?
10870     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10871     (exit $ac_status); }; } &&
10872     { ac_try='test -s conftest.$ac_objext'
10873     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10874     (eval $ac_try) 2>&5
10875     ac_status=$?
10876     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10877     (exit $ac_status); }; }; then
10878 pcg 1.1 rxvt_cv_struct_utmpx_host=yes
10879     else
10880 pcg 1.11 echo "$as_me: failed program was:" >&5
10881     sed 's/^/| /' conftest.$ac_ext >&5
10882    
10883     rxvt_cv_struct_utmpx_host=no
10884 pcg 1.1 fi
10885 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10886 pcg 1.1 fi
10887 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmpx_host" >&5
10888     echo "${ECHO_T}$rxvt_cv_struct_utmpx_host" >&6
10889     if test x$rxvt_cv_struct_utmpx_host = xyes; then
10890 pcg 1.1
10891 pcg 1.11 cat >>confdefs.h <<\_ACEOF
10892 pcg 1.1 #define HAVE_UTMPX_HOST 1
10893 pcg 1.11 _ACEOF
10894 pcg 1.1
10895     fi
10896    
10897 root 1.52 echo "$as_me:$LINENO: checking for session in utmpx struct" >&5
10898     echo $ECHO_N "checking for session in utmpx struct... $ECHO_C" >&6
10899     if test "${rxvt_cv_struct_utmpx_session+set}" = set; then
10900     echo $ECHO_N "(cached) $ECHO_C" >&6
10901     else
10902     cat >conftest.$ac_ext <<_ACEOF
10903     /* confdefs.h. */
10904     _ACEOF
10905     cat confdefs.h >>conftest.$ac_ext
10906     cat >>conftest.$ac_ext <<_ACEOF
10907     /* end confdefs.h. */
10908     #include <sys/types.h>
10909     #include <utmpx.h>
10910     int
10911     main ()
10912     {
10913     struct utmpx utx; utx.ut_session;
10914     ;
10915     return 0;
10916     }
10917     _ACEOF
10918     rm -f conftest.$ac_objext
10919     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10920     (eval $ac_compile) 2>conftest.er1
10921     ac_status=$?
10922     grep -v '^ *+' conftest.er1 >conftest.err
10923     rm -f conftest.er1
10924     cat conftest.err >&5
10925     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10926     (exit $ac_status); } &&
10927     { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10928     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10929     (eval $ac_try) 2>&5
10930     ac_status=$?
10931     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10932     (exit $ac_status); }; } &&
10933     { ac_try='test -s conftest.$ac_objext'
10934     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10935     (eval $ac_try) 2>&5
10936     ac_status=$?
10937     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10938     (exit $ac_status); }; }; then
10939     rxvt_cv_struct_utmpx_session=yes
10940     else
10941     echo "$as_me: failed program was:" >&5
10942     sed 's/^/| /' conftest.$ac_ext >&5
10943    
10944     rxvt_cv_struct_utmpx_session=no
10945     fi
10946     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10947 pcg 1.1 fi
10948 root 1.52 echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmpx_session" >&5
10949     echo "${ECHO_T}$rxvt_cv_struct_utmpx_session" >&6
10950     if test x$rxvt_cv_struct_utmpx_session = xyes; then
10951 pcg 1.1
10952 root 1.52 cat >>confdefs.h <<\_ACEOF
10953     #define HAVE_UTMPX_SESSION 1
10954     _ACEOF
10955    
10956     fi
10957    
10958     fi
10959 pcg 1.11
10960    
10961     echo "$as_me:$LINENO: checking for struct lastlog" >&5
10962     echo $ECHO_N "checking for struct lastlog... $ECHO_C" >&6
10963     if test "${rxvt_cv_struct_lastlog+set}" = set; then
10964     echo $ECHO_N "(cached) $ECHO_C" >&6
10965 pcg 1.1 else
10966 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
10967     /* confdefs.h. */
10968     _ACEOF
10969     cat confdefs.h >>conftest.$ac_ext
10970     cat >>conftest.$ac_ext <<_ACEOF
10971     /* end confdefs.h. */
10972 pcg 1.1 #include <sys/types.h>
10973     #include <utmp.h>
10974     #ifdef HAVE_LASTLOG_H
10975     #include <lastlog.h>
10976     #endif
10977    
10978 pcg 1.11 int
10979     main ()
10980     {
10981 pcg 1.1 struct lastlog ll;
10982 pcg 1.11 ;
10983     return 0;
10984     }
10985     _ACEOF
10986     rm -f conftest.$ac_objext
10987     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10988     (eval $ac_compile) 2>conftest.er1
10989     ac_status=$?
10990     grep -v '^ *+' conftest.er1 >conftest.err
10991     rm -f conftest.er1
10992     cat conftest.err >&5
10993     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10994     (exit $ac_status); } &&
10995 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10996 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10997     (eval $ac_try) 2>&5
10998     ac_status=$?
10999     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11000     (exit $ac_status); }; } &&
11001     { ac_try='test -s conftest.$ac_objext'
11002     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11003     (eval $ac_try) 2>&5
11004     ac_status=$?
11005     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11006     (exit $ac_status); }; }; then
11007 pcg 1.1 rxvt_cv_struct_lastlog=yes
11008     else
11009 pcg 1.11 echo "$as_me: failed program was:" >&5
11010     sed 's/^/| /' conftest.$ac_ext >&5
11011    
11012     rxvt_cv_struct_lastlog=no
11013 pcg 1.1 fi
11014 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11015 pcg 1.1 fi
11016 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_struct_lastlog" >&5
11017     echo "${ECHO_T}$rxvt_cv_struct_lastlog" >&6
11018     if test x$rxvt_cv_struct_lastlog = xyes; then
11019 pcg 1.1
11020 pcg 1.11 cat >>confdefs.h <<\_ACEOF
11021 pcg 1.1 #define HAVE_STRUCT_LASTLOG 1
11022 pcg 1.11 _ACEOF
11023 pcg 1.1
11024     fi
11025    
11026 pcg 1.11 echo "$as_me:$LINENO: checking for struct lastlogx" >&5
11027     echo $ECHO_N "checking for struct lastlogx... $ECHO_C" >&6
11028     if test "${rxvt_cv_struct_lastlogx+set}" = set; then
11029     echo $ECHO_N "(cached) $ECHO_C" >&6
11030 pcg 1.1 else
11031 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
11032     /* confdefs.h. */
11033     _ACEOF
11034     cat confdefs.h >>conftest.$ac_ext
11035     cat >>conftest.$ac_ext <<_ACEOF
11036     /* end confdefs.h. */
11037 pcg 1.1 #include <sys/types.h>
11038     #include <utmpx.h>
11039     #ifdef HAVE_LASTLOG_H
11040     #include <lastlog.h>
11041     #endif
11042    
11043 pcg 1.11 int
11044     main ()
11045     {
11046 pcg 1.1 struct lastlogx ll;
11047 pcg 1.11 ;
11048     return 0;
11049     }
11050     _ACEOF
11051     rm -f conftest.$ac_objext
11052     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11053     (eval $ac_compile) 2>conftest.er1
11054     ac_status=$?
11055     grep -v '^ *+' conftest.er1 >conftest.err
11056     rm -f conftest.er1
11057     cat conftest.err >&5
11058     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11059     (exit $ac_status); } &&
11060 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11061 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11062     (eval $ac_try) 2>&5
11063     ac_status=$?
11064     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11065     (exit $ac_status); }; } &&
11066     { ac_try='test -s conftest.$ac_objext'
11067     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11068     (eval $ac_try) 2>&5
11069     ac_status=$?
11070     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11071     (exit $ac_status); }; }; then
11072 pcg 1.1 rxvt_cv_struct_lastlogx=yes
11073     else
11074 pcg 1.11 echo "$as_me: failed program was:" >&5
11075     sed 's/^/| /' conftest.$ac_ext >&5
11076    
11077     rxvt_cv_struct_lastlogx=no
11078 pcg 1.1 fi
11079 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11080 pcg 1.1 fi
11081 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_struct_lastlogx" >&5
11082     echo "${ECHO_T}$rxvt_cv_struct_lastlogx" >&6
11083     if test x$rxvt_cv_struct_lastlogx = xyes; then
11084 pcg 1.1
11085 pcg 1.11 cat >>confdefs.h <<\_ACEOF
11086 pcg 1.1 #define HAVE_STRUCT_LASTLOGX 1
11087 pcg 1.11 _ACEOF
11088 pcg 1.1
11089     fi
11090    
11091    
11092 pcg 1.11 echo "$as_me:$LINENO: checking where utmp is located" >&5
11093     echo $ECHO_N "checking where utmp is located... $ECHO_C" >&6
11094     if test "${rxvt_cv_path_utmp+set}" = set; then
11095     echo $ECHO_N "(cached) $ECHO_C" >&6
11096 pcg 1.1 else
11097     if test "$cross_compiling" = yes; then
11098 pcg 1.11 { echo "$as_me:$LINENO: WARNING: Define RXVT_UTMP_FILE in config.h manually" >&5
11099     echo "$as_me: WARNING: Define RXVT_UTMP_FILE in config.h manually" >&2;}
11100 pcg 1.1 else
11101 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
11102     /* confdefs.h. */
11103     _ACEOF
11104     cat confdefs.h >>conftest.$ac_ext
11105     cat >>conftest.$ac_ext <<_ACEOF
11106     /* end confdefs.h. */
11107 pcg 1.1 #include <stdio.h>
11108     #include <sys/types.h>
11109     #include <utmp.h>
11110     #include <errno.h>
11111     main()
11112     {
11113     char **u, *utmplist[] = {
11114     "/var/run/utmp", "/var/adm/utmp", "/etc/utmp", "/usr/etc/utmp", "/usr/adm/utmp", NULL };
11115     FILE *a, *f=fopen("conftestval", "w");
11116     if (!f) exit(1);
11117     #ifdef UTMP_FILE
11118     fprintf(f, "%s\n", UTMP_FILE);
11119     exit(0);
11120     #endif
11121     #ifdef _PATH_UTMP
11122     fprintf(f, "%s\n", _PATH_UTMP);
11123     exit(0);
11124     #endif
11125     for (u = utmplist; *u; u++) {
11126     if ((a = fopen(*u, "r")) != NULL || errno == EACCES) {
11127     fprintf(f, "%s\n", *u);
11128     exit(0);
11129     }
11130     }
11131     exit(0);
11132     }
11133 pcg 1.11 _ACEOF
11134     rm -f conftest$ac_exeext
11135     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11136     (eval $ac_link) 2>&5
11137     ac_status=$?
11138     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11139     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11140     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11141     (eval $ac_try) 2>&5
11142     ac_status=$?
11143     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11144     (exit $ac_status); }; }; then
11145 pcg 1.1 rxvt_cv_path_utmp=`cat conftestval`
11146     else
11147 pcg 1.11 echo "$as_me: program exited with status $ac_status" >&5
11148     echo "$as_me: failed program was:" >&5
11149     sed 's/^/| /' conftest.$ac_ext >&5
11150    
11151     ( exit $ac_status )
11152     rxvt_cv_path_utmp=
11153 pcg 1.1 fi
11154 pcg 1.11 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11155 pcg 1.1 fi
11156     fi
11157 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_path_utmp" >&5
11158     echo "${ECHO_T}$rxvt_cv_path_utmp" >&6
11159     if test x$rxvt_cv_path_utmp != x; then
11160 pcg 1.1
11161 pcg 1.11 cat >>confdefs.h <<_ACEOF
11162 pcg 1.1 #define RXVT_UTMP_FILE "$rxvt_cv_path_utmp"
11163 pcg 1.11 _ACEOF
11164 pcg 1.1
11165     fi
11166    
11167    
11168 pcg 1.11 echo "$as_me:$LINENO: checking where utmpx is located" >&5
11169     echo $ECHO_N "checking where utmpx is located... $ECHO_C" >&6
11170     if test "${rxvt_cv_path_utmpx+set}" = set; then
11171     echo $ECHO_N "(cached) $ECHO_C" >&6
11172 pcg 1.1 else
11173     if test "$cross_compiling" = yes; then
11174 pcg 1.11 { echo "$as_me:$LINENO: WARNING: Define RXVT_UTMPX_FILE in config.h manually" >&5
11175     echo "$as_me: WARNING: Define RXVT_UTMPX_FILE in config.h manually" >&2;}
11176 pcg 1.1 else
11177 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
11178     /* confdefs.h. */
11179     _ACEOF
11180     cat confdefs.h >>conftest.$ac_ext
11181     cat >>conftest.$ac_ext <<_ACEOF
11182     /* end confdefs.h. */
11183 pcg 1.1 #include <stdio.h>
11184     #include <sys/types.h>
11185     #include <utmpx.h>
11186     #include <errno.h>
11187     #include <sys/stat.h>
11188     #ifdef HAVE_STRING_H
11189     #include <string.h>
11190     #endif
11191     main()
11192     {
11193     char **u, *p, *utmplist[] = {
11194     #ifdef UTMPX_FILE
11195     UTMPX_FILE,
11196     #endif
11197     #ifdef _PATH_UTMPX
11198     _PATH_UTMPX,
11199     #endif
11200     "/var/adm/utmpx", "/etc/utmpx", NULL };
11201     FILE *a, *f=fopen("conftestval", "w");
11202     struct stat statu, statux;
11203     if (!f) exit(1);
11204     for (u = utmplist; *u; u++) {
11205     if ((a = fopen(*u, "r")) != NULL || errno == EACCES) {
11206     if (stat(*u, &statux) < 0)
11207     continue;
11208     p = strdup(*u);
11209     p[strlen(p) - 1] = '\0';
11210     if (stat(p, &statu) >= 0
11211     && (statu.st_mtime - statux.st_mtime > 86400))
11212     continue;
11213     fprintf(f, "%s\n", *u);
11214     exit(0);
11215     }
11216     }
11217     exit(0);
11218     }
11219 pcg 1.11 _ACEOF
11220     rm -f conftest$ac_exeext
11221     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11222     (eval $ac_link) 2>&5
11223     ac_status=$?
11224     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11225     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11226     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11227     (eval $ac_try) 2>&5
11228     ac_status=$?
11229     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11230     (exit $ac_status); }; }; then
11231 pcg 1.1 rxvt_cv_path_utmpx=`cat conftestval`
11232     else
11233 pcg 1.11 echo "$as_me: program exited with status $ac_status" >&5
11234     echo "$as_me: failed program was:" >&5
11235     sed 's/^/| /' conftest.$ac_ext >&5
11236    
11237     ( exit $ac_status )
11238     rxvt_cv_path_utmpx=
11239 pcg 1.1 fi
11240 pcg 1.11 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11241 pcg 1.1 fi
11242     fi
11243 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_path_utmpx" >&5
11244     echo "${ECHO_T}$rxvt_cv_path_utmpx" >&6
11245     if test x$rxvt_cv_path_utmpx != x; then
11246 pcg 1.1
11247 pcg 1.11 cat >>confdefs.h <<_ACEOF
11248 pcg 1.1 #define RXVT_UTMPX_FILE "$rxvt_cv_path_utmpx"
11249 pcg 1.11 _ACEOF
11250 pcg 1.1
11251     fi
11252    
11253    
11254 pcg 1.11 echo "$as_me:$LINENO: checking where wtmp is located" >&5
11255     echo $ECHO_N "checking where wtmp is located... $ECHO_C" >&6
11256     if test "${rxvt_cv_path_wtmp+set}" = set; then
11257     echo $ECHO_N "(cached) $ECHO_C" >&6
11258 pcg 1.1 else
11259     if test "$cross_compiling" = yes; then
11260 pcg 1.11 { echo "$as_me:$LINENO: WARNING: Define RXVT_WTMP_FILE in config.h manually" >&5
11261     echo "$as_me: WARNING: Define RXVT_WTMP_FILE in config.h manually" >&2;}
11262 pcg 1.1 else
11263 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
11264     /* confdefs.h. */
11265     _ACEOF
11266     cat confdefs.h >>conftest.$ac_ext
11267     cat >>conftest.$ac_ext <<_ACEOF
11268     /* end confdefs.h. */
11269 pcg 1.1 #include <stdio.h>
11270     #include <sys/types.h>
11271     #ifdef HAVE_UTMP_H
11272     #include <utmp.h>
11273     #endif
11274     #include <errno.h>
11275     main()
11276     {
11277     char **w, *wtmplist[] = {
11278 pcg 1.11 "/var/log/wtmp", "/var/adm/wtmp", "/etc/wtmp", "/usr/etc/wtmp", "/usr/adm/wtmp", NULL };
11279 pcg 1.1 FILE *a, *f=fopen("conftestval", "w");
11280     if (!f) exit(1);
11281     #ifdef WTMP_FILE
11282     fprintf(f, "%s\n", WTMP_FILE);
11283     exit(0);
11284     #endif
11285     #ifdef _PATH_WTMP
11286     fprintf(f, "%s\n", _PATH_WTMP);
11287     exit(0);
11288     #endif
11289     for (w = wtmplist; *w; w++) {
11290     if ((a = fopen(*w, "r")) != NULL || errno == EACCES) {
11291     fprintf(f, "%s\n", *w);
11292     exit(0);
11293     }
11294     }
11295     exit(0);
11296     }
11297 pcg 1.11 _ACEOF
11298     rm -f conftest$ac_exeext
11299     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11300     (eval $ac_link) 2>&5
11301     ac_status=$?
11302     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11303     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11304     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11305     (eval $ac_try) 2>&5
11306     ac_status=$?
11307     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11308     (exit $ac_status); }; }; then
11309 pcg 1.1 rxvt_cv_path_wtmp=`cat conftestval`
11310     else
11311 pcg 1.11 echo "$as_me: program exited with status $ac_status" >&5
11312     echo "$as_me: failed program was:" >&5
11313     sed 's/^/| /' conftest.$ac_ext >&5
11314    
11315     ( exit $ac_status )
11316     rxvt_cv_path_wtmp=
11317 pcg 1.1 fi
11318 pcg 1.11 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11319 pcg 1.1 fi
11320     fi
11321 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_path_wtmp" >&5
11322     echo "${ECHO_T}$rxvt_cv_path_wtmp" >&6
11323     if test x$rxvt_cv_path_wtmp != x; then
11324 pcg 1.1
11325 pcg 1.11 cat >>confdefs.h <<_ACEOF
11326 pcg 1.1 #define RXVT_WTMP_FILE "$rxvt_cv_path_wtmp"
11327 pcg 1.11 _ACEOF
11328 pcg 1.1
11329     fi
11330    
11331 pcg 1.11 echo "$as_me:$LINENO: checking where wtmpx is located" >&5
11332     echo $ECHO_N "checking where wtmpx is located... $ECHO_C" >&6
11333     if test "${rxvt_cv_path_wtmpx+set}" = set; then
11334     echo $ECHO_N "(cached) $ECHO_C" >&6
11335 pcg 1.1 else
11336     if test "$cross_compiling" = yes; then
11337 pcg 1.11 { echo "$as_me:$LINENO: WARNING: Define RXVT_WTMPX_FILE in config.h manually" >&5
11338     echo "$as_me: WARNING: Define RXVT_WTMPX_FILE in config.h manually" >&2;}
11339 pcg 1.1 else
11340 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
11341     /* confdefs.h. */
11342     _ACEOF
11343     cat confdefs.h >>conftest.$ac_ext
11344     cat >>conftest.$ac_ext <<_ACEOF
11345     /* end confdefs.h. */
11346 pcg 1.1 #include <stdio.h>
11347     #ifdef HAVE_UTMPX_H
11348     #include <utmpx.h>
11349     #endif
11350     #include <errno.h>
11351     main()
11352     {
11353     char **w, *wtmplist[] = {
11354 pcg 1.11 "/var/log/wtmpx", "/var/adm/wtmpx", NULL };
11355 pcg 1.1 FILE *a, *f=fopen("conftestval", "w");
11356     if (!f) exit(1);
11357     #ifdef WTMPX_FILE
11358     fprintf(f, "%s\n", WTMPX_FILE);
11359     exit(0);
11360     #endif
11361     #ifdef _PATH_WTMPX
11362     fprintf(f, "%s\n", _PATH_WTMPX);
11363     exit(0);
11364     #endif
11365     for (w = wtmplist; *w; w++) {
11366     if ((a = fopen(*w, "r")) != NULL || errno == EACCES) {
11367     fprintf(f, "%s\n", *w);
11368     exit(0);
11369     }
11370     }
11371     exit(0);
11372     }
11373 pcg 1.11 _ACEOF
11374     rm -f conftest$ac_exeext
11375     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11376     (eval $ac_link) 2>&5
11377     ac_status=$?
11378     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11379     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11380     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11381     (eval $ac_try) 2>&5
11382     ac_status=$?
11383     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11384     (exit $ac_status); }; }; then
11385 pcg 1.1 rxvt_cv_path_wtmpx=`cat conftestval`
11386     else
11387 pcg 1.11 echo "$as_me: program exited with status $ac_status" >&5
11388     echo "$as_me: failed program was:" >&5
11389     sed 's/^/| /' conftest.$ac_ext >&5
11390    
11391     ( exit $ac_status )
11392     rxvt_cv_path_wtmpx=
11393 pcg 1.1 fi
11394 pcg 1.11 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11395 pcg 1.1 fi
11396     fi
11397 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_path_wtmpx" >&5
11398     echo "${ECHO_T}$rxvt_cv_path_wtmpx" >&6
11399     if test x$rxvt_cv_path_wtmpx != x; then
11400 pcg 1.1
11401 pcg 1.11 cat >>confdefs.h <<_ACEOF
11402 pcg 1.1 #define RXVT_WTMPX_FILE "$rxvt_cv_path_wtmpx"
11403 pcg 1.11 _ACEOF
11404 pcg 1.1
11405     fi
11406    
11407 pcg 1.11 echo "$as_me:$LINENO: checking where lastlog is located" >&5
11408     echo $ECHO_N "checking where lastlog is located... $ECHO_C" >&6
11409     if test "${rxvt_cv_path_lastlog+set}" = set; then
11410     echo $ECHO_N "(cached) $ECHO_C" >&6
11411 pcg 1.1 else
11412     if test "$cross_compiling" = yes; then
11413 pcg 1.11 { echo "$as_me:$LINENO: WARNING: Define RXVT_LASTLOG_FILE in config.h manually" >&5
11414     echo "$as_me: WARNING: Define RXVT_LASTLOG_FILE in config.h manually" >&2;}
11415 pcg 1.1 else
11416 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
11417     /* confdefs.h. */
11418     _ACEOF
11419     cat confdefs.h >>conftest.$ac_ext
11420     cat >>conftest.$ac_ext <<_ACEOF
11421     /* end confdefs.h. */
11422 pcg 1.1 #include <stdio.h>
11423     #include <sys/types.h>
11424     #ifdef HAVE_UTMPX_H
11425     #include <utmpx.h>
11426     #elif defined(HAVE_UTMP_H)
11427     #include <utmp.h>
11428     #endif
11429     #ifdef HAVE_LASTLOG_H
11430     #include <lastlog.h>
11431     #endif
11432     #include <errno.h>
11433     main()
11434     {
11435     char **w, *lastloglist[] = { "/var/log/lastlog", NULL };
11436     FILE *a, *f=fopen("conftestval", "w");
11437     if (!f) exit(1);
11438     #ifdef LASTLOG_FILE
11439     fprintf(f, "%s\n", LASTLOG_FILE);
11440     exit(0);
11441     #endif
11442     #ifdef _PATH_LASTLOG
11443     fprintf(f, "%s\n", _PATH_LASTLOG);
11444     exit(0);
11445     #endif
11446     for (w = lastloglist; *w; w++) {
11447     if ((a = fopen(*w, "r")) != NULL || errno == EACCES) {
11448     fprintf(f, "%s\n", *w);
11449     exit(0);
11450     }
11451     }
11452     exit(0);
11453     }
11454 pcg 1.11 _ACEOF
11455     rm -f conftest$ac_exeext
11456     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11457     (eval $ac_link) 2>&5
11458     ac_status=$?
11459     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11460     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11461     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11462     (eval $ac_try) 2>&5
11463     ac_status=$?
11464     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11465     (exit $ac_status); }; }; then
11466 pcg 1.1 rxvt_cv_path_lastlog=`cat conftestval`
11467     else
11468 pcg 1.11 echo "$as_me: program exited with status $ac_status" >&5
11469     echo "$as_me: failed program was:" >&5
11470     sed 's/^/| /' conftest.$ac_ext >&5
11471    
11472     ( exit $ac_status )
11473     rxvt_cv_path_lastlog=
11474 pcg 1.1 fi
11475 pcg 1.11 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11476 pcg 1.1 fi
11477     fi
11478 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_path_lastlog" >&5
11479     echo "${ECHO_T}$rxvt_cv_path_lastlog" >&6
11480     if test x$rxvt_cv_path_lastlog != x; then
11481 pcg 1.1
11482 pcg 1.11 cat >>confdefs.h <<_ACEOF
11483 pcg 1.1 #define RXVT_LASTLOG_FILE "$rxvt_cv_path_lastlog"
11484 pcg 1.11 _ACEOF
11485 pcg 1.1
11486     if test -d "$rxvt_cv_path_lastlog"; then
11487 pcg 1.11
11488     cat >>confdefs.h <<\_ACEOF
11489 pcg 1.1 #define LASTLOG_IS_DIR 1
11490 pcg 1.11 _ACEOF
11491 pcg 1.1
11492     fi
11493     fi
11494    
11495 pcg 1.11 echo "$as_me:$LINENO: checking where lastlogx is located" >&5
11496     echo $ECHO_N "checking where lastlogx is located... $ECHO_C" >&6
11497     if test "${rxvt_cv_path_lastlogx+set}" = set; then
11498     echo $ECHO_N "(cached) $ECHO_C" >&6
11499 pcg 1.1 else
11500     if test "$cross_compiling" = yes; then
11501 pcg 1.11 { echo "$as_me:$LINENO: WARNING: Define RXVT_LASTLOGX_FILE in config.h manually" >&5
11502     echo "$as_me: WARNING: Define RXVT_LASTLOGX_FILE in config.h manually" >&2;}
11503 pcg 1.1 else
11504 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
11505     /* confdefs.h. */
11506     _ACEOF
11507     cat confdefs.h >>conftest.$ac_ext
11508     cat >>conftest.$ac_ext <<_ACEOF
11509     /* end confdefs.h. */
11510 pcg 1.1 #include <stdio.h>
11511     #ifdef HAVE_UTMPX_H
11512     #include <utmpx.h>
11513     #endif
11514     #include <errno.h>
11515     main()
11516     {
11517     char **w, *wtmplist[] = { "/var/log/lastlogx", "/var/adm/lastlogx", NULL };
11518     FILE *a, *f=fopen("conftestval", "w");
11519     if (!f) exit(1);
11520     #ifdef LASTLOGX_FILE
11521     fprintf(f, "%s\n", LASTLOGX_FILE);
11522     exit(0);
11523     #endif
11524     #ifdef _PATH_LASTLOGX
11525     fprintf(f, "%s\n", _PATH_LASTLOGX);
11526     exit(0);
11527     #endif
11528     for (w = wtmplist; *w; w++) {
11529     if ((a = fopen(*w, "r")) != NULL || errno == EACCES) {
11530     fprintf(f, "%s\n", *w);
11531     exit(0);
11532     }
11533     }
11534     exit(0);
11535     }
11536 pcg 1.11 _ACEOF
11537     rm -f conftest$ac_exeext
11538     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11539     (eval $ac_link) 2>&5
11540     ac_status=$?
11541     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11542     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11543     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11544     (eval $ac_try) 2>&5
11545     ac_status=$?
11546     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11547     (exit $ac_status); }; }; then
11548 pcg 1.1 rxvt_cv_path_lastlogx=`cat conftestval`
11549     else
11550 pcg 1.11 echo "$as_me: program exited with status $ac_status" >&5
11551     echo "$as_me: failed program was:" >&5
11552     sed 's/^/| /' conftest.$ac_ext >&5
11553    
11554     ( exit $ac_status )
11555     rxvt_cv_path_lastlogx=
11556 pcg 1.1 fi
11557 pcg 1.11 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11558 pcg 1.1 fi
11559     fi
11560 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_path_lastlogx" >&5
11561     echo "${ECHO_T}$rxvt_cv_path_lastlogx" >&6
11562     if test x$rxvt_cv_path_lastlogx != x; then
11563 pcg 1.1
11564 pcg 1.11 cat >>confdefs.h <<_ACEOF
11565 pcg 1.1 #define RXVT_LASTLOGX_FILE "$rxvt_cv_path_lastlogx"
11566 pcg 1.11 _ACEOF
11567 pcg 1.1
11568     fi
11569    
11570    
11571 pcg 1.11 echo "$as_me:$LINENO: checking where ttys/ttytab is located" >&5
11572     echo $ECHO_N "checking where ttys/ttytab is located... $ECHO_C" >&6
11573     if test "${rxvt_cv_path_ttytab+set}" = set; then
11574     echo $ECHO_N "(cached) $ECHO_C" >&6
11575 pcg 1.1 else
11576     for ttys_file in /etc/ttys /etc/ttytab;
11577     do
11578 pcg 1.11 if test -f "$ttys_file" ; then
11579 pcg 1.1 rxvt_cv_path_ttytab=$ttys_file
11580     break
11581     fi
11582     done
11583    
11584     fi
11585 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_path_ttytab" >&5
11586     echo "${ECHO_T}$rxvt_cv_path_ttytab" >&6
11587     if test x$rxvt_cv_path_ttytab != x; then
11588 pcg 1.1
11589 pcg 1.11 cat >>confdefs.h <<_ACEOF
11590 pcg 1.1 #define TTYTAB_FILENAME "$rxvt_cv_path_ttytab"
11591 pcg 1.11 _ACEOF
11592 pcg 1.1
11593     fi
11594    
11595    
11596     ac_save_LIBS=$LIBS
11597     ac_save_CFLAGS=$CFLAGS
11598     CFLAGS="$CFLAGS $X_CFLAGS"
11599     LIBS="$LIBS $X_LIBS $X_EXTRA_LIBS -lX11"
11600     if test x$rxvt_cv_rpath = xyes -o x$rxvt_cv_R = xyes; then
11601     LIBS=`echo $LIBS | sed "$R_TRANSLATE"`
11602     fi
11603 pcg 1.11 echo "$as_me:$LINENO: checking for working Xlocale" >&5
11604     echo $ECHO_N "checking for working Xlocale... $ECHO_C" >&6
11605     if test "${rxvt_cv_func_xlocale+set}" = set; then
11606     echo $ECHO_N "(cached) $ECHO_C" >&6
11607 pcg 1.1 else
11608     if test "$cross_compiling" = yes; then
11609 pcg 1.11 { echo "$as_me:$LINENO: WARNING: Define NO_XLOCALE in config.h manually" >&5
11610     echo "$as_me: WARNING: Define NO_XLOCALE in config.h manually" >&2;}
11611 pcg 1.1 else
11612 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
11613     /* confdefs.h. */
11614     _ACEOF
11615     cat confdefs.h >>conftest.$ac_ext
11616     cat >>conftest.$ac_ext <<_ACEOF
11617     /* end confdefs.h. */
11618 pcg 1.1 #include <X11/Xlib.h>
11619     main() {
11620     char *p;
11621     if ((p = XSetLocaleModifiers("@im=none")) != NULL && *p)
11622     exit (XSupportsLocale() ? 0 : 1);
11623     else
11624     exit (1);}
11625 pcg 1.11 _ACEOF
11626     rm -f conftest$ac_exeext
11627     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11628     (eval $ac_link) 2>&5
11629     ac_status=$?
11630     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11631     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11632     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11633     (eval $ac_try) 2>&5
11634     ac_status=$?
11635     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11636     (exit $ac_status); }; }; then
11637 pcg 1.1 rxvt_cv_func_xlocale=yes
11638     else
11639 pcg 1.11 echo "$as_me: program exited with status $ac_status" >&5
11640     echo "$as_me: failed program was:" >&5
11641     sed 's/^/| /' conftest.$ac_ext >&5
11642    
11643     ( exit $ac_status )
11644     rxvt_cv_func_xlocale=no
11645 pcg 1.1 fi
11646 pcg 1.11 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11647 pcg 1.1 fi
11648     fi
11649 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_func_xlocale" >&5
11650     echo "${ECHO_T}$rxvt_cv_func_xlocale" >&6
11651     if test x$rxvt_cv_func_xlocale = xyes; then
11652 pcg 1.1
11653 pcg 1.11 cat >>confdefs.h <<\_ACEOF
11654 pcg 1.1 #define HAVE_XLOCALE 1
11655 pcg 1.11 _ACEOF
11656 pcg 1.1
11657     fi
11658    
11659 pcg 1.11 echo "$as_me:$LINENO: checking for working X setlocale" >&5
11660     echo $ECHO_N "checking for working X setlocale... $ECHO_C" >&6
11661     if test "${rxvt_cv_func_xsetlocale+set}" = set; then
11662     echo $ECHO_N "(cached) $ECHO_C" >&6
11663 pcg 1.1 else
11664 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
11665     /* confdefs.h. */
11666     _ACEOF
11667     cat confdefs.h >>conftest.$ac_ext
11668     cat >>conftest.$ac_ext <<_ACEOF
11669     /* end confdefs.h. */
11670 pcg 1.1 #define X_LOCALE 1
11671     #include <X11/Xlocale.h>
11672 pcg 1.11 int
11673     main ()
11674     {
11675 pcg 1.1 setlocale(LC_CTYPE, "");
11676 pcg 1.11 ;
11677     return 0;
11678     }
11679     _ACEOF
11680     rm -f conftest.$ac_objext conftest$ac_exeext
11681     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11682     (eval $ac_link) 2>conftest.er1
11683     ac_status=$?
11684     grep -v '^ *+' conftest.er1 >conftest.err
11685     rm -f conftest.er1
11686     cat conftest.err >&5
11687     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11688     (exit $ac_status); } &&
11689 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11690 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11691     (eval $ac_try) 2>&5
11692     ac_status=$?
11693     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11694     (exit $ac_status); }; } &&
11695     { ac_try='test -s conftest$ac_exeext'
11696     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11697     (eval $ac_try) 2>&5
11698     ac_status=$?
11699     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11700     (exit $ac_status); }; }; then
11701 pcg 1.1 rxvt_cv_func_xsetlocale=yes
11702     else
11703 pcg 1.11 echo "$as_me: failed program was:" >&5
11704     sed 's/^/| /' conftest.$ac_ext >&5
11705    
11706     rxvt_cv_func_xsetlocale=no
11707 pcg 1.1 fi
11708 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
11709     conftest$ac_exeext conftest.$ac_ext
11710 pcg 1.1 fi
11711 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_func_xsetlocale" >&5
11712     echo "${ECHO_T}$rxvt_cv_func_xsetlocale" >&6
11713     if test x$rxvt_cv_func_xsetlocale = xyes; then
11714 pcg 1.1
11715 pcg 1.11 cat >>confdefs.h <<\_ACEOF
11716 pcg 1.1 #define HAVE_XSETLOCALE 1
11717 pcg 1.11 _ACEOF
11718 pcg 1.1
11719     fi
11720     LIBS=$ac_save_LIBS
11721     CFLAGS=$ac_save_CFLAGS
11722    
11723 pcg 1.11 echo "$as_me:$LINENO: checking for working plain setlocale" >&5
11724     echo $ECHO_N "checking for working plain setlocale... $ECHO_C" >&6
11725     if test "${rxvt_cv_func_setlocale+set}" = set; then
11726     echo $ECHO_N "(cached) $ECHO_C" >&6
11727     else
11728     cat >conftest.$ac_ext <<_ACEOF
11729     /* confdefs.h. */
11730     _ACEOF
11731     cat confdefs.h >>conftest.$ac_ext
11732     cat >>conftest.$ac_ext <<_ACEOF
11733     /* end confdefs.h. */
11734 pcg 1.18 #include <clocale>
11735 pcg 1.11 int
11736     main ()
11737     {
11738 pcg 1.1 setlocale(LC_CTYPE, "");
11739 pcg 1.11 ;
11740     return 0;
11741     }
11742     _ACEOF
11743     rm -f conftest.$ac_objext conftest$ac_exeext
11744     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11745     (eval $ac_link) 2>conftest.er1
11746     ac_status=$?
11747     grep -v '^ *+' conftest.er1 >conftest.err
11748     rm -f conftest.er1
11749     cat conftest.err >&5
11750     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11751     (exit $ac_status); } &&
11752 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11753 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11754     (eval $ac_try) 2>&5
11755     ac_status=$?
11756     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11757     (exit $ac_status); }; } &&
11758     { ac_try='test -s conftest$ac_exeext'
11759     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11760     (eval $ac_try) 2>&5
11761     ac_status=$?
11762     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11763     (exit $ac_status); }; }; then
11764 pcg 1.1 rxvt_cv_func_setlocale=yes
11765     else
11766 pcg 1.11 echo "$as_me: failed program was:" >&5
11767     sed 's/^/| /' conftest.$ac_ext >&5
11768    
11769     rxvt_cv_func_setlocale=no
11770 pcg 1.1 fi
11771 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
11772     conftest$ac_exeext conftest.$ac_ext
11773 pcg 1.1 fi
11774 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_func_setlocale" >&5
11775     echo "${ECHO_T}$rxvt_cv_func_setlocale" >&6
11776     if test x$rxvt_cv_func_setlocale = xyes; then
11777 pcg 1.1
11778 pcg 1.11 cat >>confdefs.h <<\_ACEOF
11779 pcg 1.1 #define HAVE_SETLOCALE 1
11780 pcg 1.11 _ACEOF
11781 pcg 1.1
11782     fi
11783    
11784 pcg 1.11 echo "$as_me:$LINENO: checking for working nl_langinfo" >&5
11785     echo $ECHO_N "checking for working nl_langinfo... $ECHO_C" >&6
11786     if test "${rxvt_cv_func_nl_langinfo+set}" = set; then
11787     echo $ECHO_N "(cached) $ECHO_C" >&6
11788 pcg 1.1 else
11789 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
11790     /* confdefs.h. */
11791     _ACEOF
11792     cat confdefs.h >>conftest.$ac_ext
11793     cat >>conftest.$ac_ext <<_ACEOF
11794     /* end confdefs.h. */
11795 pcg 1.1 #include <langinfo.h>
11796 pcg 1.11 int
11797     main ()
11798     {
11799 pcg 1.1 nl_langinfo(CODESET);
11800 pcg 1.11 ;
11801     return 0;
11802     }
11803     _ACEOF
11804     rm -f conftest.$ac_objext conftest$ac_exeext
11805     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11806     (eval $ac_link) 2>conftest.er1
11807     ac_status=$?
11808     grep -v '^ *+' conftest.er1 >conftest.err
11809     rm -f conftest.er1
11810     cat conftest.err >&5
11811     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11812     (exit $ac_status); } &&
11813 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11814 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11815     (eval $ac_try) 2>&5
11816     ac_status=$?
11817     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11818     (exit $ac_status); }; } &&
11819     { ac_try='test -s conftest$ac_exeext'
11820     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11821     (eval $ac_try) 2>&5
11822     ac_status=$?
11823     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11824     (exit $ac_status); }; }; then
11825 pcg 1.1 rxvt_cv_func_nl_langinfo=yes
11826     else
11827 pcg 1.11 echo "$as_me: failed program was:" >&5
11828     sed 's/^/| /' conftest.$ac_ext >&5
11829    
11830     rxvt_cv_func_nl_langinfo=no
11831 pcg 1.1 fi
11832 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
11833     conftest$ac_exeext conftest.$ac_ext
11834 pcg 1.1 fi
11835 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_func_nl_langinfo" >&5
11836     echo "${ECHO_T}$rxvt_cv_func_nl_langinfo" >&6
11837     if test x$rxvt_cv_func_nl_langinfo = xyes; then
11838 pcg 1.1
11839 pcg 1.11 cat >>confdefs.h <<\_ACEOF
11840 pcg 1.1 #define HAVE_NL_LANGINFO 1
11841 pcg 1.11 _ACEOF
11842 pcg 1.1
11843     fi
11844    
11845 root 1.56 echo "$as_me:$LINENO: checking for unix-compliant filehandle passing ability" >&5
11846     echo $ECHO_N "checking for unix-compliant filehandle passing ability... $ECHO_C" >&6
11847     if test "${rxvt_can_pass_fds+set}" = set; then
11848     echo $ECHO_N "(cached) $ECHO_C" >&6
11849     else
11850     cat >conftest.$ac_ext <<_ACEOF
11851     /* confdefs.h. */
11852     _ACEOF
11853     cat confdefs.h >>conftest.$ac_ext
11854     cat >>conftest.$ac_ext <<_ACEOF
11855     /* end confdefs.h. */
11856    
11857     #include <sys/types.h>
11858     #include <sys/socket.h>
11859    
11860     int
11861     main ()
11862     {
11863    
11864     {
11865     msghdr msg;
11866     iovec iov;
11867     char buf [100];
11868     char data = 0;
11869    
11870     iov.iov_base = &data;
11871     iov.iov_len = 1;
11872    
11873     msg.msg_iov = &iov;
11874     msg.msg_iovlen = 1;
11875     msg.msg_control = buf;
11876     msg.msg_controllen = sizeof buf;
11877    
11878     cmsghdr *cmsg = CMSG_FIRSTHDR (&msg);
11879     cmsg->cmsg_level = SOL_SOCKET;
11880     cmsg->cmsg_type = SCM_RIGHTS;
11881     cmsg->cmsg_len = 100;
11882    
11883     *(int *)CMSG_DATA (cmsg) = 5;
11884    
11885     return sendmsg (3, &msg, 0);
11886     }
11887    
11888     ;
11889     return 0;
11890     }
11891     _ACEOF
11892     rm -f conftest.$ac_objext conftest$ac_exeext
11893     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11894     (eval $ac_link) 2>conftest.er1
11895     ac_status=$?
11896     grep -v '^ *+' conftest.er1 >conftest.err
11897     rm -f conftest.er1
11898     cat conftest.err >&5
11899     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11900     (exit $ac_status); } &&
11901     { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11902     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11903     (eval $ac_try) 2>&5
11904     ac_status=$?
11905     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11906     (exit $ac_status); }; } &&
11907     { ac_try='test -s conftest$ac_exeext'
11908     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11909     (eval $ac_try) 2>&5
11910     ac_status=$?
11911     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11912     (exit $ac_status); }; }; then
11913     rxvt_can_pass_fds=yes
11914     else
11915     echo "$as_me: failed program was:" >&5
11916     sed 's/^/| /' conftest.$ac_ext >&5
11917    
11918     rxvt_can_pass_fds=no
11919     fi
11920     rm -f conftest.err conftest.$ac_objext \
11921     conftest$ac_exeext conftest.$ac_ext
11922     fi
11923     echo "$as_me:$LINENO: result: $rxvt_can_pass_fds" >&5
11924     echo "${ECHO_T}$rxvt_can_pass_fds" >&6
11925     if test x$rxvt_can_pass_fds = xyes; then
11926    
11927     cat >>confdefs.h <<\_ACEOF
11928     #define HAVE_UNIX_FDPASS 1
11929     _ACEOF
11930    
11931     fi
11932    
11933 root 1.31 echo "$as_me:$LINENO: checking for broken XIM callback" >&5
11934     echo $ECHO_N "checking for broken XIM callback... $ECHO_C" >&6
11935     if test "${rxvt_broken_ximcb+set}" = set; then
11936     echo $ECHO_N "(cached) $ECHO_C" >&6
11937     else
11938     cat >conftest.$ac_ext <<_ACEOF
11939    
11940     #include <X11/Xlib.h>
11941    
11942     void im_destroy_cb (XIC unused1, XPointer client_data, XPointer unused3);
11943    
11944     void f() {
11945     XIMCallback cb;
11946     cb.callback = im_destroy_cb;
11947     }
11948    
11949     _ACEOF
11950     rm -f conftest.$ac_objext
11951     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11952     (eval $ac_compile) 2>conftest.er1
11953     ac_status=$?
11954     grep -v '^ *+' conftest.er1 >conftest.err
11955     rm -f conftest.er1
11956     cat conftest.err >&5
11957     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11958     (exit $ac_status); } &&
11959     { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11960     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11961     (eval $ac_try) 2>&5
11962     ac_status=$?
11963     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11964     (exit $ac_status); }; } &&
11965     { ac_try='test -s conftest.$ac_objext'
11966     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11967     (eval $ac_try) 2>&5
11968     ac_status=$?
11969     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11970     (exit $ac_status); }; }; then
11971     rxvt_broken_ximcb=yes
11972     else
11973     echo "$as_me: failed program was:" >&5
11974     sed 's/^/| /' conftest.$ac_ext >&5
11975    
11976     rxvt_broken_ximcb=no
11977     fi
11978     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11979     fi
11980     echo "$as_me:$LINENO: result: $rxvt_broken_ximcb" >&5
11981     echo "${ECHO_T}$rxvt_broken_ximcb" >&6
11982    
11983     if test x$rxvt_broken_ximcb = xyes; then
11984    
11985     cat >>confdefs.h <<\_ACEOF
11986     #define XIMCB_PROTO_BROKEN 1
11987     _ACEOF
11988    
11989     fi
11990    
11991 root 1.67 if test x$rxvt_cv_func_posix_openpt = xno; then
11992 root 1.66 echo "$as_me:$LINENO: checking for openpty" >&5
11993     echo $ECHO_N "checking for openpty... $ECHO_C" >&6
11994     if test "${ac_cv_func_openpty+set}" = set; then
11995     echo $ECHO_N "(cached) $ECHO_C" >&6
11996     else
11997     cat >conftest.$ac_ext <<_ACEOF
11998     /* confdefs.h. */
11999     _ACEOF
12000     cat confdefs.h >>conftest.$ac_ext
12001     cat >>conftest.$ac_ext <<_ACEOF
12002     /* end confdefs.h. */
12003     /* Define openpty to an innocuous variant, in case <limits.h> declares openpty.
12004     For example, HP-UX 11i <limits.h> declares gettimeofday. */
12005     #define openpty innocuous_openpty
12006    
12007     /* System header to define __stub macros and hopefully few prototypes,
12008     which can conflict with char openpty (); below.
12009     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12010     <limits.h> exists even on freestanding compilers. */
12011    
12012     #ifdef __STDC__
12013     # include <limits.h>
12014     #else
12015     # include <assert.h>
12016     #endif
12017    
12018     #undef openpty
12019    
12020     /* Override any gcc2 internal prototype to avoid an error. */
12021     #ifdef __cplusplus
12022     extern "C"
12023     {
12024     #endif
12025     /* We use char because int might match the return type of a gcc2
12026     builtin and then its argument prototype would still apply. */
12027     char openpty ();
12028     /* The GNU C library defines this for functions which it implements
12029     to always fail with ENOSYS. Some functions are actually named
12030     something starting with __ and the normal name is an alias. */
12031     #if defined (__stub_openpty) || defined (__stub___openpty)
12032     choke me
12033     #else
12034     char (*f) () = openpty;
12035     #endif
12036     #ifdef __cplusplus
12037     }
12038     #endif
12039 pcg 1.1
12040 root 1.66 int
12041     main ()
12042     {
12043     return f != openpty;
12044     ;
12045     return 0;
12046     }
12047     _ACEOF
12048     rm -f conftest.$ac_objext conftest$ac_exeext
12049     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12050     (eval $ac_link) 2>conftest.er1
12051     ac_status=$?
12052     grep -v '^ *+' conftest.er1 >conftest.err
12053     rm -f conftest.er1
12054     cat conftest.err >&5
12055     echo "$as_me:$LINENO: \$? = $ac_status" >&5
12056     (exit $ac_status); } &&
12057     { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12058     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12059     (eval $ac_try) 2>&5
12060     ac_status=$?
12061     echo "$as_me:$LINENO: \$? = $ac_status" >&5
12062     (exit $ac_status); }; } &&
12063     { ac_try='test -s conftest$ac_exeext'
12064     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12065     (eval $ac_try) 2>&5
12066     ac_status=$?
12067     echo "$as_me:$LINENO: \$? = $ac_status" >&5
12068     (exit $ac_status); }; }; then
12069     ac_cv_func_openpty=yes
12070     else
12071     echo "$as_me: failed program was:" >&5
12072     sed 's/^/| /' conftest.$ac_ext >&5
12073    
12074     ac_cv_func_openpty=no
12075     fi
12076     rm -f conftest.err conftest.$ac_objext \
12077     conftest$ac_exeext conftest.$ac_ext
12078     fi
12079     echo "$as_me:$LINENO: result: $ac_cv_func_openpty" >&5
12080     echo "${ECHO_T}$ac_cv_func_openpty" >&6
12081     if test $ac_cv_func_openpty = yes; then
12082     :
12083     else
12084     echo "$as_me:$LINENO: checking for openpty in -lutil" >&5
12085     echo $ECHO_N "checking for openpty in -lutil... $ECHO_C" >&6
12086     if test "${ac_cv_lib_util_openpty+set}" = set; then
12087     echo $ECHO_N "(cached) $ECHO_C" >&6
12088     else
12089     ac_check_lib_save_LIBS=$LIBS
12090     LIBS="-lutil $LIBS"
12091     cat >conftest.$ac_ext <<_ACEOF
12092     /* confdefs.h. */
12093 pcg 1.11 _ACEOF
12094 root 1.66 cat confdefs.h >>conftest.$ac_ext
12095     cat >>conftest.$ac_ext <<_ACEOF
12096     /* end confdefs.h. */
12097    
12098     /* Override any gcc2 internal prototype to avoid an error. */
12099     #ifdef __cplusplus
12100     extern "C"
12101     #endif
12102     /* We use char because int might match the return type of a gcc2
12103     builtin and then its argument prototype would still apply. */
12104     char openpty ();
12105     int
12106     main ()
12107     {
12108     openpty ();
12109     ;
12110     return 0;
12111     }
12112     _ACEOF
12113     rm -f conftest.$ac_objext conftest$ac_exeext
12114     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12115     (eval $ac_link) 2>conftest.er1
12116     ac_status=$?
12117     grep -v '^ *+' conftest.er1 >conftest.err
12118     rm -f conftest.er1
12119     cat conftest.err >&5
12120     echo "$as_me:$LINENO: \$? = $ac_status" >&5
12121     (exit $ac_status); } &&
12122     { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12123     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12124     (eval $ac_try) 2>&5
12125     ac_status=$?
12126     echo "$as_me:$LINENO: \$? = $ac_status" >&5
12127     (exit $ac_status); }; } &&
12128     { ac_try='test -s conftest$ac_exeext'
12129     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12130     (eval $ac_try) 2>&5
12131     ac_status=$?
12132     echo "$as_me:$LINENO: \$? = $ac_status" >&5
12133     (exit $ac_status); }; }; then
12134     ac_cv_lib_util_openpty=yes
12135     else
12136     echo "$as_me: failed program was:" >&5
12137     sed 's/^/| /' conftest.$ac_ext >&5
12138    
12139     ac_cv_lib_util_openpty=no
12140     fi
12141     rm -f conftest.err conftest.$ac_objext \
12142     conftest$ac_exeext conftest.$ac_ext
12143     LIBS=$ac_check_lib_save_LIBS
12144     fi
12145     echo "$as_me:$LINENO: result: $ac_cv_lib_util_openpty" >&5
12146     echo "${ECHO_T}$ac_cv_lib_util_openpty" >&6
12147     if test $ac_cv_lib_util_openpty = yes; then
12148     LIBS="$LIBS -lutil"
12149     fi
12150    
12151     fi
12152 pcg 1.1
12153     fi
12154    
12155 pcg 1.11 echo "$as_me:$LINENO: checking for pty/tty type" >&5
12156     echo $ECHO_N "checking for pty/tty type... $ECHO_C" >&6
12157     if test "${rxvt_cv_ptys+set}" = set; then
12158     echo $ECHO_N "(cached) $ECHO_C" >&6
12159 pcg 1.1 else
12160 root 1.66 if test x$ac_cv_func_openpty = xyes -o x$ac_cv_lib_util_openpty = xyes; then
12161 pcg 1.1 rxvt_cv_ptys=OPENPTY
12162 root 1.67 else if test x$ac_cv_func_posix_openpt = xyes; then
12163     rxvt_cv_ptys=POSIX
12164 pcg 1.1 else if test x$ac_cv_func__getpty = xyes; then
12165     rxvt_cv_ptys=SGI4
12166     else if test -c /dev/ttyp20; then
12167     rxvt_cv_ptys=SCO
12168     else if test -c /dev/ptym/clone; then
12169     rxvt_cv_ptys=HPUX
12170     else if test -c /dev/ptc -a -c /dev/pts; then
12171     rxvt_cv_ptys=PTC
12172     else if test -c /dev/ptc -a -d /dev/pts; then
12173     rxvt_cv_ptys=PTC
12174     else if test -c /dev/ptmx -a -c /dev/pts/0; then
12175     rxvt_cv_ptys=STREAMS
12176     else if test x$ac_cv_func_grantpt = xyes && test x$ac_cv_func_unlockpt = xyes; then
12177     rxvt_cv_ptys=STREAMS
12178     else
12179     rxvt_cv_ptys=BSD
12180     fi
12181     fi
12182     fi
12183     fi
12184     fi
12185     fi
12186     fi
12187     fi
12188     fi
12189    
12190     fi
12191 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_ptys" >&5
12192     echo "${ECHO_T}$rxvt_cv_ptys" >&6
12193 pcg 1.1
12194 root 1.67 if test x$rxvt_cv_ptys = xPOSIX; then
12195    
12196     cat >>confdefs.h <<\_ACEOF
12197     #define PTYS_ARE_POSIX 1
12198     _ACEOF
12199    
12200     fi
12201 pcg 1.11 if test x$rxvt_cv_ptys = xOPENPTY; then
12202 pcg 1.1
12203 pcg 1.11 cat >>confdefs.h <<\_ACEOF
12204 pcg 1.1 #define PTYS_ARE_OPENPTY 1
12205 pcg 1.11 _ACEOF
12206 pcg 1.1
12207     fi
12208     if test x$rxvt_cv_ptys = xSCO; then
12209 pcg 1.11
12210     cat >>confdefs.h <<\_ACEOF
12211 pcg 1.1 #define PTYS_ARE_NUMERIC 1
12212 pcg 1.11 _ACEOF
12213 pcg 1.1
12214     fi
12215     if test x$rxvt_cv_ptys = xSTREAMS; then
12216 pcg 1.11
12217     cat >>confdefs.h <<\_ACEOF
12218 pcg 1.1 #define PTYS_ARE_PTMX 1
12219 pcg 1.11 _ACEOF
12220 pcg 1.1
12221     fi
12222     if test x$rxvt_cv_ptys = xPTC; then
12223 pcg 1.11
12224     cat >>confdefs.h <<\_ACEOF
12225 pcg 1.1 #define PTYS_ARE_PTC 1
12226 pcg 1.11 _ACEOF
12227 pcg 1.1
12228     fi
12229     if test x$rxvt_cv_ptys = xSGI4; then
12230 pcg 1.11
12231     cat >>confdefs.h <<\_ACEOF
12232 pcg 1.1 #define PTYS_ARE__GETPTY 1
12233 pcg 1.11 _ACEOF
12234 pcg 1.1
12235     fi
12236     if test x$rxvt_cv_ptys = xGLIBC; then
12237 pcg 1.11
12238     cat >>confdefs.h <<\_ACEOF
12239 pcg 1.1 #define PTYS_ARE_GETPT 1
12240 pcg 1.11 _ACEOF
12241 pcg 1.1
12242     fi
12243     if test x$rxvt_cv_ptys = xHPUX; then
12244 pcg 1.11
12245     cat >>confdefs.h <<\_ACEOF
12246 pcg 1.1 #define PTYS_ARE_CLONE 1
12247 pcg 1.11 _ACEOF
12248 pcg 1.1
12249     fi
12250     if test x$rxvt_cv_ptys = xBSD -o x$rxvt_cv_ptys = xHPUX -o x$rxvt_cv_ptys = xGLIBC; then
12251 pcg 1.11
12252     cat >>confdefs.h <<\_ACEOF
12253 pcg 1.1 #define PTYS_ARE_SEARCHED 1
12254 pcg 1.11 _ACEOF
12255 pcg 1.1
12256     fi
12257    
12258    
12259 pcg 1.11 { echo "$as_me:$LINENO: checking for pty ranges..." >&5
12260     echo "$as_me: checking for pty ranges..." >&6;}
12261 pcg 1.1 ptys=`echo /dev/pty??`
12262     pch1=`echo $ptys | tr ' ' '\012' | sed -e 's/^.*\(.\).$/\1/g' | sort -u | tr -d '\012'`
12263     pch2=`echo $ptys | tr ' ' '\012' | sed -e 's/^.*\(.\)$/\1/g' | sort -u | tr -d '\012'`
12264     if test x$pch1 != x; then
12265 pcg 1.11
12266     cat >>confdefs.h <<_ACEOF
12267 pcg 1.1 #define PTYCHAR1 "$pch1"
12268 pcg 1.11 _ACEOF
12269 pcg 1.1
12270     fi
12271     if test x$pch2 != x; then
12272 pcg 1.11
12273     cat >>confdefs.h <<_ACEOF
12274 pcg 1.1 #define PTYCHAR2 "$pch2"
12275 pcg 1.11 _ACEOF
12276 pcg 1.1
12277     fi
12278    
12279 root 1.39 if test x$support_xft = xyes; then
12280     LIBS="$LIBS `pkg-config xft --libs`"
12281     CPPFLAGS="$CPPFLAGS `pkg-config xft --cflags`"
12282 root 1.34
12283    
12284 root 1.39 for ac_header in X11/Xft/Xft.h
12285     do
12286     as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12287     if eval "test \"\${$as_ac_Header+set}\" = set"; then
12288     echo "$as_me:$LINENO: checking for $ac_header" >&5
12289     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12290     if eval "test \"\${$as_ac_Header+set}\" = set"; then
12291     echo $ECHO_N "(cached) $ECHO_C" >&6
12292 root 1.34 fi
12293 root 1.39 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12294     echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12295     else
12296     # Is the header compilable?
12297     echo "$as_me:$LINENO: checking $ac_header usability" >&5
12298     echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12299     cat >conftest.$ac_ext <<_ACEOF
12300     /* confdefs.h. */
12301 root 1.26 _ACEOF
12302 root 1.39 cat confdefs.h >>conftest.$ac_ext
12303     cat >>conftest.$ac_ext <<_ACEOF
12304     /* end confdefs.h. */
12305     $ac_includes_default
12306     #include <$ac_header>
12307 root 1.31 _ACEOF
12308 root 1.39 rm -f conftest.$ac_objext
12309     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12310     (eval $ac_compile) 2>conftest.er1
12311     ac_status=$?
12312     grep -v '^ *+' conftest.er1 >conftest.err
12313     rm -f conftest.er1
12314     cat conftest.err >&5
12315     echo "$as_me:$LINENO: \$? = $ac_status" >&5
12316     (exit $ac_status); } &&
12317     { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12318     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12319     (eval $ac_try) 2>&5
12320     ac_status=$?
12321     echo "$as_me:$LINENO: \$? = $ac_status" >&5
12322     (exit $ac_status); }; } &&
12323     { ac_try='test -s conftest.$ac_objext'
12324     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12325     (eval $ac_try) 2>&5
12326     ac_status=$?
12327     echo "$as_me:$LINENO: \$? = $ac_status" >&5
12328     (exit $ac_status); }; }; then
12329     ac_header_compiler=yes
12330     else
12331     echo "$as_me: failed program was:" >&5
12332     sed 's/^/| /' conftest.$ac_ext >&5
12333 root 1.31
12334 root 1.39 ac_header_compiler=no
12335 root 1.31 fi
12336 root 1.39 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12337     echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12338     echo "${ECHO_T}$ac_header_compiler" >&6
12339 pcg 1.24
12340 root 1.39 # Is the header present?
12341     echo "$as_me:$LINENO: checking $ac_header presence" >&5
12342     echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12343     cat >conftest.$ac_ext <<_ACEOF
12344     /* confdefs.h. */
12345 pcg 1.24 _ACEOF
12346 root 1.39 cat confdefs.h >>conftest.$ac_ext
12347     cat >>conftest.$ac_ext <<_ACEOF
12348     /* end confdefs.h. */
12349     #include <$ac_header>
12350 pcg 1.11 _ACEOF
12351 root 1.39 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12352     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12353     ac_status=$?
12354     grep -v '^ *+' conftest.er1 >conftest.err
12355     rm -f conftest.er1
12356     cat conftest.err >&5
12357     echo "$as_me:$LINENO: \$? = $ac_status" >&5
12358     (exit $ac_status); } >/dev/null; then
12359     if test -s conftest.err; then
12360     ac_cpp_err=$ac_cxx_preproc_warn_flag
12361     ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
12362     else
12363     ac_cpp_err=
12364     fi
12365     else
12366     ac_cpp_err=yes
12367 pcg 1.1 fi
12368 root 1.39 if test -z "$ac_cpp_err"; then
12369     ac_header_preproc=yes
12370     else
12371     echo "$as_me: failed program was:" >&5
12372     sed 's/^/| /' conftest.$ac_ext >&5
12373 pcg 1.1
12374 root 1.39 ac_header_preproc=no
12375 pcg 1.1 fi
12376 root 1.39 rm -f conftest.err conftest.$ac_ext
12377     echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12378     echo "${ECHO_T}$ac_header_preproc" >&6
12379 pcg 1.1
12380 root 1.39 # So? What about this header?
12381     case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
12382     yes:no: )
12383     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12384     echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12385     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12386     echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12387     ac_header_preproc=yes
12388     ;;
12389     no:yes:* )
12390     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12391     echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12392     { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12393     echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12394     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12395     echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12396     { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12397     echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12398     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12399     echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12400     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12401     echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12402     (
12403     cat <<\_ASBOX
12404     ## ------------------------------------------ ##
12405     ## Report this to the AC_PACKAGE_NAME lists. ##
12406     ## ------------------------------------------ ##
12407     _ASBOX
12408     ) |
12409     sed "s/^/$as_me: WARNING: /" >&2
12410     ;;
12411     esac
12412     echo "$as_me:$LINENO: checking for $ac_header" >&5
12413     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12414     if eval "test \"\${$as_ac_Header+set}\" = set"; then
12415     echo $ECHO_N "(cached) $ECHO_C" >&6
12416     else
12417     eval "$as_ac_Header=\$ac_header_preproc"
12418 pcg 1.1 fi
12419 root 1.39 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12420     echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12421 pcg 1.1
12422     fi
12423 root 1.39 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12424     cat >>confdefs.h <<_ACEOF
12425     #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12426 pcg 1.11 _ACEOF
12427 pcg 1.1
12428 root 1.39 else
12429     support_xft=no
12430 pcg 1.1 fi
12431 pcg 1.11
12432 root 1.39 done
12433 pcg 1.1
12434 pcg 1.11
12435 root 1.39 echo "$as_me:$LINENO: checking for XftDrawString32 in -lXft" >&5
12436     echo $ECHO_N "checking for XftDrawString32 in -lXft... $ECHO_C" >&6
12437     if test "${ac_cv_lib_Xft_XftDrawString32+set}" = set; then
12438     echo $ECHO_N "(cached) $ECHO_C" >&6
12439     else
12440     ac_check_lib_save_LIBS=$LIBS
12441     LIBS="-lXft $LIBS"
12442     cat >conftest.$ac_ext <<_ACEOF
12443     /* confdefs.h. */
12444     _ACEOF
12445     cat confdefs.h >>conftest.$ac_ext
12446     cat >>conftest.$ac_ext <<_ACEOF
12447     /* end confdefs.h. */
12448    
12449     /* Override any gcc2 internal prototype to avoid an error. */
12450     #ifdef __cplusplus
12451     extern "C"
12452     #endif
12453     /* We use char because int might match the return type of a gcc2
12454     builtin and then its argument prototype would still apply. */
12455     char XftDrawString32 ();
12456     int
12457     main ()
12458     {
12459     XftDrawString32 ();
12460     ;
12461     return 0;
12462     }
12463     _ACEOF
12464     rm -f conftest.$ac_objext conftest$ac_exeext
12465     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12466     (eval $ac_link) 2>conftest.er1
12467     ac_status=$?
12468     grep -v '^ *+' conftest.er1 >conftest.err
12469     rm -f conftest.er1
12470     cat conftest.err >&5
12471     echo "$as_me:$LINENO: \$? = $ac_status" >&5
12472     (exit $ac_status); } &&
12473     { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12474     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12475     (eval $ac_try) 2>&5
12476     ac_status=$?
12477     echo "$as_me:$LINENO: \$? = $ac_status" >&5
12478     (exit $ac_status); }; } &&
12479     { ac_try='test -s conftest$ac_exeext'
12480     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12481     (eval $ac_try) 2>&5
12482     ac_status=$?
12483     echo "$as_me:$LINENO: \$? = $ac_status" >&5
12484     (exit $ac_status); }; }; then
12485     ac_cv_lib_Xft_XftDrawString32=yes
12486     else
12487     echo "$as_me: failed program was:" >&5
12488     sed 's/^/| /' conftest.$ac_ext >&5
12489    
12490     ac_cv_lib_Xft_XftDrawString32=no
12491     fi
12492     rm -f conftest.err conftest.$ac_objext \
12493     conftest$ac_exeext conftest.$ac_ext
12494     LIBS=$ac_check_lib_save_LIBS
12495     fi
12496     echo "$as_me:$LINENO: result: $ac_cv_lib_Xft_XftDrawString32" >&5
12497     echo "${ECHO_T}$ac_cv_lib_Xft_XftDrawString32" >&6
12498     if test $ac_cv_lib_Xft_XftDrawString32 = yes; then
12499     cat >>confdefs.h <<_ACEOF
12500     #define HAVE_LIBXFT 1
12501     _ACEOF
12502    
12503     LIBS="-lXft $LIBS"
12504    
12505     else
12506     support_xft=no
12507     fi
12508    
12509    
12510     if test x$support_xft = xyes; then
12511    
12512     cat >>confdefs.h <<\_ACEOF
12513     #define XFT 1
12514     _ACEOF
12515    
12516     fi
12517     fi
12518     if test x$support_styles = xyes; then
12519    
12520     cat >>confdefs.h <<\_ACEOF
12521     #define ENABLE_STYLES 1
12522     _ACEOF
12523    
12524     fi
12525     if test x$support_iso14755 = xyes; then
12526    
12527     cat >>confdefs.h <<\_ACEOF
12528     #define ISO_14755 1
12529     _ACEOF
12530    
12531     fi
12532     if test x$support_8bitctrls = xyes; then
12533    
12534     cat >>confdefs.h <<\_ACEOF
12535     #define EIGHT_BIT_CONTROLS 1
12536     _ACEOF
12537    
12538     fi
12539     if test x$support_fading = xyes; then
12540    
12541     cat >>confdefs.h <<\_ACEOF
12542     #define OFF_FOCUS_FADING 1
12543     _ACEOF
12544    
12545     fi
12546     if test x$support_tinting = xyes; then
12547    
12548     cat >>confdefs.h <<\_ACEOF
12549     #define TINTING 1
12550     _ACEOF
12551    
12552     fi
12553     if test x$support_inheritpixmap = xyes; then
12554    
12555     cat >>confdefs.h <<\_ACEOF
12556     #define TRANSPARENT 1
12557     _ACEOF
12558    
12559     fi
12560     if test x$support_keepscrolling = xno; then
12561    
12562     cat >>confdefs.h <<\_ACEOF
12563     #define NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING 1
12564     _ACEOF
12565    
12566     fi
12567     if test x$support_selectionscrolling = xyes; then
12568    
12569     cat >>confdefs.h <<\_ACEOF
12570     #define SELECTION_SCROLLING 1
12571     _ACEOF
12572    
12573     fi
12574     if test x$support_menubar = xyes; then
12575    
12576     cat >>confdefs.h <<\_ACEOF
12577     #define MENUBAR 1
12578     _ACEOF
12579    
12580     fi
12581     if test x$support_frills = xyes; then
12582    
12583     cat >>confdefs.h <<\_ACEOF
12584     #define ENABLE_FRILLS 1
12585     _ACEOF
12586    
12587     fi
12588     if test x$support_24bit = xyes; then
12589    
12590     cat >>confdefs.h <<\_ACEOF
12591     #define PREFER_24BIT 1
12592 pcg 1.11 _ACEOF
12593 pcg 1.1
12594     fi
12595     if test x$support_mousewheel = xyes; then
12596 pcg 1.11
12597     cat >>confdefs.h <<\_ACEOF
12598 pcg 1.1 #define MOUSE_WHEEL 1
12599 pcg 1.11 _ACEOF
12600 pcg 1.1
12601     fi
12602     if test x$support_mouseslipwheel = xyes; then
12603 pcg 1.11
12604     cat >>confdefs.h <<\_ACEOF
12605 pcg 1.1 #define MOUSE_SLIP_WHEELING 1
12606 pcg 1.11 _ACEOF
12607 pcg 1.1
12608     fi
12609     if test x$support_utmp = xyes; then
12610 pcg 1.11
12611     cat >>confdefs.h <<\_ACEOF
12612 pcg 1.1 #define UTMP_SUPPORT 1
12613 pcg 1.11 _ACEOF
12614 pcg 1.1
12615     fi
12616     if test x$support_wtmp = xyes; then
12617 pcg 1.11
12618     cat >>confdefs.h <<\_ACEOF
12619 pcg 1.1 #define WTMP_SUPPORT 1
12620 pcg 1.11 _ACEOF
12621 pcg 1.1
12622     fi
12623     if test x$support_lastlog = xyes; then
12624 pcg 1.11
12625     cat >>confdefs.h <<\_ACEOF
12626 pcg 1.1 #define LASTLOG_SUPPORT 1
12627 pcg 1.11 _ACEOF
12628 pcg 1.1
12629     fi
12630     if test x$support_xim = xyes -o x$multichar_set = xyes; then
12631     if test x$rxvt_cv_func_xlocale = xyes; then
12632 pcg 1.11
12633     cat >>confdefs.h <<\_ACEOF
12634 pcg 1.1 #define USE_XIM 1
12635 pcg 1.11 _ACEOF
12636 pcg 1.1
12637     fi
12638     fi
12639     if test x$support_xpm = xyes; then
12640 pcg 1.11
12641     cat >>confdefs.h <<\_ACEOF
12642 pcg 1.1 #define XPM_BACKGROUND 1
12643 pcg 1.11 _ACEOF
12644 pcg 1.1
12645     fi
12646     if test x$support_scroll_rxvt = xyes; then
12647 pcg 1.11
12648     cat >>confdefs.h <<\_ACEOF
12649 pcg 1.1 #define RXVT_SCROLLBAR 1
12650 pcg 1.11 _ACEOF
12651 pcg 1.1
12652     scrolltypes="rxvt"
12653     fi
12654     if test x$support_scroll_next = xyes; then
12655 pcg 1.11
12656     cat >>confdefs.h <<\_ACEOF
12657 pcg 1.1 #define NEXT_SCROLLBAR 1
12658 pcg 1.11 _ACEOF
12659 pcg 1.1
12660     scrolltypes="$scrolltypes next"
12661     fi
12662     if test x$support_scroll_xterm = xyes; then
12663 pcg 1.11
12664     cat >>confdefs.h <<\_ACEOF
12665 pcg 1.1 #define XTERM_SCROLLBAR 1
12666 pcg 1.11 _ACEOF
12667 pcg 1.1
12668     scrolltypes="$scrolltypes xterm"
12669     fi
12670 pcg 1.11 if test x$support_scroll_plain = xyes; then
12671    
12672     cat >>confdefs.h <<\_ACEOF
12673     #define PLAIN_SCROLLBAR 1
12674     _ACEOF
12675    
12676     scrolltypes="$scrolltypes plain"
12677     fi
12678 pcg 1.1 if test x$support_pointer_blank = xyes; then
12679 pcg 1.11
12680     cat >>confdefs.h <<\_ACEOF
12681 pcg 1.1 #define POINTER_BLANK 1
12682 pcg 1.11 _ACEOF
12683 pcg 1.1
12684     fi
12685 pcg 1.11 if test x$support_text_blink = xyes; then
12686    
12687     cat >>confdefs.h <<\_ACEOF
12688     #define TEXT_BLINK 1
12689     _ACEOF
12690 pcg 1.1
12691     fi
12692     if test x$support_unicode3 = xyes; then
12693 pcg 1.11
12694     cat >>confdefs.h <<\_ACEOF
12695 pcg 1.1 #define UNICODE_3 1
12696 pcg 1.11 _ACEOF
12697 pcg 1.1
12698     fi
12699 pcg 1.18 if test x$support_combining = xyes; then
12700    
12701     cat >>confdefs.h <<\_ACEOF
12702 pcg 1.20 #define ENABLE_COMBINING 1
12703 pcg 1.18 _ACEOF
12704    
12705     fi
12706 pcg 1.1 if test x$codesets = xall; then
12707 root 1.40 codesets=jp,jp-ext,kr,zh,zh-ext
12708 pcg 1.1 fi
12709 pcg 1.11
12710     cat >>confdefs.h <<\_ACEOF
12711 pcg 1.1 #define ENCODING_EU 1
12712 pcg 1.11 _ACEOF
12713 pcg 1.1
12714 pcg 1.13
12715 pcg 1.11 cat >>confdefs.h <<\_ACEOF
12716 pcg 1.1 #define ENCODING_VN 1
12717 pcg 1.11 _ACEOF
12718 pcg 1.13
12719 root 1.34 for codeset in `echo $codesets | tr "a-z,\\-" "A-Z _"`; do
12720 pcg 1.13 case "$codeset" in
12721 pcg 1.11 JP )
12722     cat >>confdefs.h <<\_ACEOF
12723 pcg 1.1 #define ENCODING_JP 1
12724 pcg 1.11 _ACEOF
12725 pcg 1.1 ;;
12726 pcg 1.11 JP_EXT )
12727     cat >>confdefs.h <<\_ACEOF
12728 pcg 1.1 #define ENCODING_JP_EXT 1
12729 pcg 1.11 _ACEOF
12730 pcg 1.1 ;;
12731 pcg 1.11 KR )
12732     cat >>confdefs.h <<\_ACEOF
12733 pcg 1.1 #define ENCODING_KR 1
12734 pcg 1.11 _ACEOF
12735 pcg 1.1 ;;
12736 root 1.40 ZH )
12737 pcg 1.11 cat >>confdefs.h <<\_ACEOF
12738 root 1.40 #define ENCODING_ZH 1
12739 pcg 1.11 _ACEOF
12740 pcg 1.1 ;;
12741 root 1.40 ZH_EXT )
12742 pcg 1.11 cat >>confdefs.h <<\_ACEOF
12743 root 1.40 #define ENCODING_ZH_EXT 1
12744 pcg 1.11 _ACEOF
12745 pcg 1.1 ;;
12746     esac
12747     done
12748    
12749 root 1.60 IF_PERL=\#
12750     if test x$support_perl = xyes; then
12751     # Extract the first word of "perl5", so it can be a program name with args.
12752     set dummy perl5; ac_word=$2
12753     echo "$as_me:$LINENO: checking for $ac_word" >&5
12754     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12755     if test "${ac_cv_path_PERL+set}" = set; then
12756     echo $ECHO_N "(cached) $ECHO_C" >&6
12757     else
12758     case $PERL in
12759     [\\/]* | ?:[\\/]*)
12760     ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
12761     ;;
12762     *)
12763     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12764     for as_dir in $PATH
12765     do
12766     IFS=$as_save_IFS
12767     test -z "$as_dir" && as_dir=.
12768     for ac_exec_ext in '' $ac_executable_extensions; do
12769     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12770     ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
12771     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12772     break 2
12773     fi
12774     done
12775     done
12776    
12777     ;;
12778     esac
12779     fi
12780     PERL=$ac_cv_path_PERL
12781    
12782     if test -n "$PERL"; then
12783     echo "$as_me:$LINENO: result: $PERL" >&5
12784     echo "${ECHO_T}$PERL" >&6
12785     else
12786     echo "$as_me:$LINENO: result: no" >&5
12787     echo "${ECHO_T}no" >&6
12788     fi
12789    
12790     # Extract the first word of "perl", so it can be a program name with args.
12791     set dummy perl; ac_word=$2
12792     echo "$as_me:$LINENO: checking for $ac_word" >&5
12793     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12794     if test "${ac_cv_path_PERL+set}" = set; then
12795     echo $ECHO_N "(cached) $ECHO_C" >&6
12796     else
12797     case $PERL in
12798     [\\/]* | ?:[\\/]*)
12799     ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
12800     ;;
12801     *)
12802     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12803     for as_dir in $PATH
12804     do
12805     IFS=$as_save_IFS
12806     test -z "$as_dir" && as_dir=.
12807     for ac_exec_ext in '' $ac_executable_extensions; do
12808     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12809     ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
12810     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12811     break 2
12812     fi
12813     done
12814     done
12815    
12816     ;;
12817     esac
12818     fi
12819     PERL=$ac_cv_path_PERL
12820    
12821     if test -n "$PERL"; then
12822     echo "$as_me:$LINENO: result: $PERL" >&5
12823     echo "${ECHO_T}$PERL" >&6
12824     else
12825     echo "$as_me:$LINENO: result: no" >&5
12826     echo "${ECHO_T}no" >&6
12827     fi
12828    
12829    
12830     echo "$as_me:$LINENO: checking for $PERL suitability" >&5
12831     echo $ECHO_N "checking for $PERL suitability... $ECHO_C" >&6
12832     if $PERL -MExtUtils::Embed -e "use v5.8" >/dev/null 2>/dev/null; then
12833    
12834 root 1.62 save_CXXFLAGS="$CXXFLAGS"
12835     save_LIBS="$LIBS"
12836     CXXFLAGS="$CXXFLAGS `$PERL -MExtUtils::Embed -e ccopts`"
12837     LIBS="$LIBS `$PERL -MExtUtils::Embed -e ldopts`"
12838     cat >conftest.$ac_ext <<_ACEOF
12839     /* confdefs.h. */
12840     _ACEOF
12841     cat confdefs.h >>conftest.$ac_ext
12842     cat >>conftest.$ac_ext <<_ACEOF
12843     /* end confdefs.h. */
12844    
12845     #include <EXTERN.h>
12846     #include <perl.h>
12847     #include <XSUB.h>
12848    
12849     int
12850     main ()
12851     {
12852    
12853     PerlInterpreter *perl = perl_alloc ();
12854    
12855     ;
12856     return 0;
12857     }
12858     _ACEOF
12859     rm -f conftest.$ac_objext conftest$ac_exeext
12860     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12861     (eval $ac_link) 2>conftest.er1
12862     ac_status=$?
12863     grep -v '^ *+' conftest.er1 >conftest.err
12864     rm -f conftest.er1
12865     cat conftest.err >&5
12866     echo "$as_me:$LINENO: \$? = $ac_status" >&5
12867     (exit $ac_status); } &&
12868     { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12869     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12870     (eval $ac_try) 2>&5
12871     ac_status=$?
12872     echo "$as_me:$LINENO: \$? = $ac_status" >&5
12873     (exit $ac_status); }; } &&
12874     { ac_try='test -s conftest$ac_exeext'
12875     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12876     (eval $ac_try) 2>&5
12877     ac_status=$?
12878     echo "$as_me:$LINENO: \$? = $ac_status" >&5
12879     (exit $ac_status); }; }; then
12880     rxvt_perl_link=yes
12881     else
12882     echo "$as_me: failed program was:" >&5
12883     sed 's/^/| /' conftest.$ac_ext >&5
12884    
12885     rxvt_perl_link=no
12886     fi
12887     rm -f conftest.err conftest.$ac_objext \
12888     conftest$ac_exeext conftest.$ac_ext
12889     CXXFLAGS="$save_CXXFLAGS"
12890     LIBS="$save_LIBS"
12891    
12892     if test x$rxvt_perl_link = xyes; then
12893     echo "$as_me:$LINENO: result: ok" >&5
12894     echo "${ECHO_T}ok" >&6
12895    
12896 root 1.60 cat >>confdefs.h <<\_ACEOF
12897     #define ENABLE_PERL 1
12898     _ACEOF
12899    
12900 root 1.62 IF_PERL=
12901     PERL_O=rxvtperl.o
12902     PERLFLAGS="`$PERL -MExtUtils::Embed -e ccopts`"
12903     PERLLIB="`$PERL -MExtUtils::Embed -e ldopts`"
12904     PERLPRIVLIBEXP="`$PERL -MConfig -e 'print $Config{privlibexp}'`"
12905     else
12906     support_perl=no
12907     echo "$as_me:$LINENO: result: no, unable to link" >&5
12908     echo "${ECHO_T}no, unable to link" >&6
12909     fi
12910 root 1.60 else
12911     { { echo "$as_me:$LINENO: error: no working perl found" >&5
12912     echo "$as_me: error: no working perl found" >&2;}
12913     { (exit or perl not version >= 5.8); exit or perl not version >= 5.8; }; }
12914 root 1.62 support_perl=no
12915 root 1.60 fi
12916     fi
12917    
12918    
12919    
12920    
12921    
12922    
12923    
12924 root 1.66 if test x$support_perl = xyes; then
12925 root 1.64 support_frills=yes
12926     fi
12927    
12928 pcg 1.1
12929     CFLAGS=${CFLAGS--O}
12930     LDFLAGS=${LDFLAGS--O}
12931    
12932     CPPFLAGS="$CPPFLAGS"
12933    
12934    
12935    
12936    
12937    
12938    
12939    
12940     if test x$rxvt_cv_rpath = xyes -o x$rxvt_cv_R = xyes; then
12941     DLIB=`echo $DLIB | sed "$R_TRANSLATE"`
12942     LIBS=`echo $LIBS | sed "$R_TRANSLATE"`
12943     X_LIBS=`echo $X_LIBS | sed "$R_TRANSLATE"`
12944     X_EXTRA_LIBS=`echo $X_EXTRA_LIBS | sed "$R_TRANSLATE"`
12945     XPM_LIBS=`echo $XPM_LIBS | sed "$R_TRANSLATE"`
12946     fi
12947    
12948    
12949    
12950    
12951    
12952     if test x$support_addstrings = xno; then
12953 pcg 1.11
12954     cat >>confdefs.h <<\_ACEOF
12955 pcg 1.1 #define NO_STRINGS 1
12956 pcg 1.11 _ACEOF
12957 pcg 1.1
12958     fi
12959    
12960     MCOMMON=./autoconf/Make.common
12961    
12962    
12963     test "$program_prefix" != NONE &&
12964 pcg 1.11 program_transform_name="s,^,$program_prefix,;$program_transform_name"
12965 pcg 1.1 # Use a double $ so make ignores it.
12966     test "$program_suffix" != NONE &&
12967 pcg 1.11 program_transform_name="s,\$,$program_suffix,;$program_transform_name"
12968     # Double any \ or $. echo might interpret backslashes.
12969     # By default was `s,x,x', remove it if useless.
12970     cat <<\_ACEOF >conftest.sed
12971     s/[\\$]/&&/g;s/;s,x,x,$//
12972     _ACEOF
12973     program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
12974     rm conftest.sed
12975 pcg 1.1
12976    
12977    
12978    
12979    
12980     if test "$ac_cv_header_stdint_h" = "yes" -o "$notset" = "dontmatch"; then
12981     include_stdint_h="#include <stdint.h>"
12982     else
12983     include_stdint_h="/* #include <stdint.h> */"
12984 pcg 1.11 fi
12985 pcg 1.1 if test "$ac_cv_header_stdarg_h" = "yes" -o "$notset" = "dontmatch"; then
12986 pcg 1.18 include_stdarg_h="#include <cstdarg>"
12987 pcg 1.1 else
12988 pcg 1.18 include_stdarg_h="/* #include <cstdarg> */"
12989 pcg 1.11 fi
12990 pcg 1.1 if test "$ac_cv_header_stdlib_h" = "yes" -o "$notset" = "dontmatch"; then
12991 pcg 1.18 include_stdlib_h="#include <cstdlib>"
12992 pcg 1.1 else
12993 pcg 1.18 include_stdlib_h="/* #include <cstdlib> */"
12994 pcg 1.11 fi
12995 pcg 1.1 if test "$ac_cv_header_unistd_h" = "yes" -o "$notset" = "dontmatch"; then
12996     include_unistd_h="#include <unistd.h>"
12997     else
12998     include_unistd_h="/* #include <unistd.h> */"
12999 pcg 1.11 fi
13000 pcg 1.1 if test "$ac_cv_header_string_h" = "yes" -o "$notset" = "dontmatch"; then
13001 pcg 1.18 include_string_h="#include <cstring>"
13002 pcg 1.1 else
13003 pcg 1.18 include_string_h="/* #include <cstring> */"
13004 pcg 1.11 fi
13005 pcg 1.1 if test "$ac_cv_header_fcntl_h" = "yes" -o "$notset" = "dontmatch"; then
13006     include_fcntl_h="#include <fcntl.h>"
13007     else
13008     include_fcntl_h="/* #include <fcntl.h> */"
13009 pcg 1.11 fi
13010 pcg 1.1 if test "$ac_cv_header_util_h" = "yes" -o "$notset" = "dontmatch"; then
13011     include_util_h="#include <util.h>"
13012     else
13013     include_util_h="/* #include <util.h> */"
13014 pcg 1.11 fi
13015 pcg 1.1 if test "$ac_cv_header_assert_h" = "yes" -o "$notset" = "dontmatch"; then
13016     include_assert_h="#include <assert.h>"
13017     else
13018     include_assert_h="/* #include <assert.h> */"
13019 pcg 1.11 fi
13020 pcg 1.1 if test "$rxvt_cv_header_sysioctl" = "yes" -o "$notset" = "dontmatch"; then
13021     include_sys_ioctl_h="#include <sys/ioctl.h>"
13022     else
13023     include_sys_ioctl_h="/* #include <sys/ioctl.h> */"
13024 pcg 1.11 fi
13025 pcg 1.1 if test "$ac_cv_header_sys_select_h" = "yes" -o "$notset" = "dontmatch"; then
13026     include_sys_select_h="#include <sys/select.h>"
13027     else
13028     include_sys_select_h="/* #include <sys/select.h> */"
13029 pcg 1.11 fi
13030 pcg 1.1 if test "$ac_cv_header_sys_strredir_h" = "yes" -o "$notset" = "dontmatch"; then
13031     include_sys_strredir_h="#include <sys/strredir.h>"
13032     else
13033     include_sys_strredir_h="/* #include <sys/strredir.h> */"
13034 pcg 1.11 fi
13035 pcg 1.1 if test "$ac_cv_header_sys_time_h" = "yes" -o "$notset" = "dontmatch"; then
13036     include_sys_time_h="#include <sys/time.h>"
13037     else
13038     include_sys_time_h="/* #include <sys/time.h> */"
13039 pcg 1.11 fi
13040 pcg 1.1 if test "$ac_cv_header_sys_time_h" = "no" -o "$ac_cv_header_time" = "yes"; then
13041     include_time_h="#include <time.h>"
13042     else
13043     include_time_h="/* #include <time.h> */"
13044 pcg 1.11 fi
13045 pcg 1.1
13046 root 1.49 ac_config_files="$ac_config_files autoconf/Make.common Makefile doc/Makefile src/Makefile src/rxvtlib.h"
13047 root 1.32
13048 pcg 1.11 cat >confcache <<\_ACEOF
13049 pcg 1.1 # This file is a shell script that caches the results of configure
13050     # tests run on this system so they can be shared between configure
13051 pcg 1.11 # scripts and configure runs, see configure's option --config-cache.
13052     # It is not useful on other systems. If it contains results you don't
13053     # want to keep, you may remove or edit it.
13054 pcg 1.1 #
13055 pcg 1.11 # config.status only pays attention to the cache file if you give it
13056     # the --recheck option to rerun configure.
13057 pcg 1.1 #
13058 pcg 1.11 # `ac_cv_env_foo' variables (set or unset) will be overridden when
13059     # loading this file, other *unset* `ac_cv_foo' will be assigned the
13060     # following values.
13061    
13062     _ACEOF
13063    
13064 pcg 1.1 # The following way of writing the cache mishandles newlines in values,
13065     # but we know of no workaround that is simple, portable, and efficient.
13066     # So, don't put newlines in cache variables' values.
13067     # Ultrix sh set writes to stderr and can't be redirected directly,
13068     # and sets the high bit in the cache file unless we assign to the vars.
13069 pcg 1.11 {
13070     (set) 2>&1 |
13071     case `(ac_space=' '; set | grep ac_space) 2>&1` in
13072     *ac_space=\ *)
13073     # `set' does not quote correctly, so add quotes (double-quote
13074     # substitution turns \\\\ into \\, and sed turns \\ into \).
13075     sed -n \
13076     "s/'/'\\\\''/g;
13077     s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
13078     ;;
13079     *)
13080     # `set' quotes correctly as required by POSIX, so do not add quotes.
13081     sed -n \
13082     "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
13083     ;;
13084     esac;
13085     } |
13086     sed '
13087     t clear
13088     : clear
13089     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
13090     t end
13091     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
13092     : end' >>confcache
13093     if diff $cache_file confcache >/dev/null 2>&1; then :; else
13094 pcg 1.1 if test -w $cache_file; then
13095 pcg 1.11 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
13096     cat confcache >$cache_file
13097 pcg 1.1 else
13098     echo "not updating unwritable cache $cache_file"
13099     fi
13100     fi
13101     rm -f confcache
13102    
13103     test "x$prefix" = xNONE && prefix=$ac_default_prefix
13104     # Let make expand exec_prefix.
13105     test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
13106    
13107 pcg 1.11 # VPATH may cause trouble with some makes, so we remove $(srcdir),
13108     # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
13109     # trailing colons and then remove the whole line if VPATH becomes empty
13110     # (actually we leave an empty line to preserve line numbers).
13111 pcg 1.1 if test "x$srcdir" = x.; then
13112 pcg 1.11 ac_vpsub='/^[ ]*VPATH[ ]*=/{
13113     s/:*\$(srcdir):*/:/;
13114     s/:*\${srcdir}:*/:/;
13115     s/:*@srcdir@:*/:/;
13116     s/^\([^=]*=[ ]*\):*/\1/;
13117     s/:*$//;
13118     s/^[^=]*=[ ]*$//;
13119     }'
13120 pcg 1.1 fi
13121    
13122 pcg 1.11 DEFS=-DHAVE_CONFIG_H
13123    
13124     ac_libobjs=
13125     ac_ltlibobjs=
13126     for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
13127     # 1. Remove the extension, and $U if already installed.
13128     ac_i=`echo "$ac_i" |
13129     sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
13130     # 2. Add them.
13131     ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
13132     ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
13133     done
13134     LIBOBJS=$ac_libobjs
13135    
13136     LTLIBOBJS=$ac_ltlibobjs
13137    
13138 pcg 1.1
13139    
13140     : ${CONFIG_STATUS=./config.status}
13141 pcg 1.11 ac_clean_files_save=$ac_clean_files
13142     ac_clean_files="$ac_clean_files $CONFIG_STATUS"
13143     { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
13144     echo "$as_me: creating $CONFIG_STATUS" >&6;}
13145     cat >$CONFIG_STATUS <<_ACEOF
13146     #! $SHELL
13147     # Generated by $as_me.
13148 pcg 1.1 # Run this file to recreate the current configuration.
13149     # Compiler output produced by configure, useful for debugging
13150 pcg 1.11 # configure, is in config.log if it exists.
13151    
13152     debug=false
13153     ac_cs_recheck=false
13154     ac_cs_silent=false
13155     SHELL=\${CONFIG_SHELL-$SHELL}
13156     _ACEOF
13157    
13158     cat >>$CONFIG_STATUS <<\_ACEOF
13159     ## --------------------- ##
13160     ## M4sh Initialization. ##
13161     ## --------------------- ##
13162    
13163     # Be Bourne compatible
13164     if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
13165     emulate sh
13166     NULLCMD=:
13167     # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
13168     # is contrary to our usage. Disable this feature.
13169     alias -g '${1+"$@"}'='"$@"'
13170     elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
13171     set -o posix
13172     fi
13173     DUALCASE=1; export DUALCASE # for MKS sh
13174    
13175     # Support unset when possible.
13176     if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
13177     as_unset=unset
13178     else
13179     as_unset=false
13180     fi
13181    
13182    
13183     # Work around bugs in pre-3.0 UWIN ksh.
13184     $as_unset ENV MAIL MAILPATH
13185     PS1='$ '
13186     PS2='> '
13187     PS4='+ '
13188    
13189     # NLS nuisances.
13190     for as_var in \
13191     LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
13192     LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
13193     LC_TELEPHONE LC_TIME
13194     do
13195     if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
13196     eval $as_var=C; export $as_var
13197     else
13198     $as_unset $as_var
13199     fi
13200     done
13201    
13202     # Required to use basename.
13203     if expr a : '\(a\)' >/dev/null 2>&1; then
13204     as_expr=expr
13205     else
13206     as_expr=false
13207     fi
13208    
13209     if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
13210     as_basename=basename
13211     else
13212     as_basename=false
13213     fi
13214    
13215    
13216     # Name of the executable.
13217     as_me=`$as_basename "$0" ||
13218     $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
13219     X"$0" : 'X\(//\)$' \| \
13220     X"$0" : 'X\(/\)$' \| \
13221     . : '\(.\)' 2>/dev/null ||
13222     echo X/"$0" |
13223     sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
13224     /^X\/\(\/\/\)$/{ s//\1/; q; }
13225     /^X\/\(\/\).*/{ s//\1/; q; }
13226     s/.*/./; q'`
13227    
13228    
13229     # PATH needs CR, and LINENO needs CR and PATH.
13230     # Avoid depending upon Character Ranges.
13231     as_cr_letters='abcdefghijklmnopqrstuvwxyz'
13232     as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
13233     as_cr_Letters=$as_cr_letters$as_cr_LETTERS
13234     as_cr_digits='0123456789'
13235     as_cr_alnum=$as_cr_Letters$as_cr_digits
13236    
13237     # The user is always right.
13238     if test "${PATH_SEPARATOR+set}" != set; then
13239     echo "#! /bin/sh" >conf$$.sh
13240     echo "exit 0" >>conf$$.sh
13241     chmod +x conf$$.sh
13242     if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13243     PATH_SEPARATOR=';'
13244     else
13245     PATH_SEPARATOR=:
13246     fi
13247     rm -f conf$$.sh
13248     fi
13249    
13250    
13251     as_lineno_1=$LINENO
13252     as_lineno_2=$LINENO
13253     as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
13254     test "x$as_lineno_1" != "x$as_lineno_2" &&
13255     test "x$as_lineno_3" = "x$as_lineno_2" || {
13256     # Find who we are. Look in the path if we contain no path at all
13257     # relative or not.
13258     case $0 in
13259     *[\\/]* ) as_myself=$0 ;;
13260     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13261     for as_dir in $PATH
13262     do
13263     IFS=$as_save_IFS
13264     test -z "$as_dir" && as_dir=.
13265     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
13266     done
13267    
13268     ;;
13269     esac
13270     # We did not find ourselves, most probably we were run as `sh COMMAND'
13271     # in which case we are not to be found in the path.
13272     if test "x$as_myself" = x; then
13273     as_myself=$0
13274     fi
13275     if test ! -f "$as_myself"; then
13276     { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
13277     echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
13278     { (exit 1); exit 1; }; }
13279     fi
13280     case $CONFIG_SHELL in
13281     '')
13282     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13283     for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
13284     do
13285     IFS=$as_save_IFS
13286     test -z "$as_dir" && as_dir=.
13287     for as_base in sh bash ksh sh5; do
13288     case $as_dir in
13289     /*)
13290     if ("$as_dir/$as_base" -c '
13291     as_lineno_1=$LINENO
13292     as_lineno_2=$LINENO
13293     as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
13294     test "x$as_lineno_1" != "x$as_lineno_2" &&
13295     test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
13296     $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
13297     $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
13298     CONFIG_SHELL=$as_dir/$as_base
13299     export CONFIG_SHELL
13300     exec "$CONFIG_SHELL" "$0" ${1+"$@"}
13301     fi;;
13302     esac
13303     done
13304     done
13305     ;;
13306     esac
13307    
13308     # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
13309     # uniformly replaced by the line number. The first 'sed' inserts a
13310     # line-number line before each line; the second 'sed' does the real
13311     # work. The second script uses 'N' to pair each line-number line
13312     # with the numbered line, and appends trailing '-' during
13313     # substitution so that $LINENO is not a special case at line end.
13314     # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
13315     # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
13316     sed '=' <$as_myself |
13317     sed '
13318     N
13319     s,$,-,
13320     : loop
13321     s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
13322     t loop
13323     s,-$,,
13324     s,^['$as_cr_digits']*\n,,
13325     ' >$as_me.lineno &&
13326     chmod +x $as_me.lineno ||
13327     { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
13328     echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
13329     { (exit 1); exit 1; }; }
13330    
13331     # Don't try to exec as it changes $[0], causing all sort of problems
13332     # (the dirname of $[0] is not the place where we might find the
13333     # original and so on. Autoconf is especially sensible to this).
13334     . ./$as_me.lineno
13335     # Exit status is that of the last command.
13336     exit
13337     }
13338    
13339    
13340     case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
13341     *c*,-n*) ECHO_N= ECHO_C='
13342     ' ECHO_T=' ' ;;
13343     *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
13344     *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
13345     esac
13346    
13347     if expr a : '\(a\)' >/dev/null 2>&1; then
13348     as_expr=expr
13349     else
13350     as_expr=false
13351     fi
13352    
13353     rm -f conf$$ conf$$.exe conf$$.file
13354     echo >conf$$.file
13355     if ln -s conf$$.file conf$$ 2>/dev/null; then
13356     # We could just check for DJGPP; but this test a) works b) is more generic
13357     # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
13358     if test -f conf$$.exe; then
13359     # Don't use ln at all; we don't have any links
13360     as_ln_s='cp -p'
13361     else
13362     as_ln_s='ln -s'
13363     fi
13364     elif ln conf$$.file conf$$ 2>/dev/null; then
13365     as_ln_s=ln
13366     else
13367     as_ln_s='cp -p'
13368     fi
13369     rm -f conf$$ conf$$.exe conf$$.file
13370    
13371     if mkdir -p . 2>/dev/null; then
13372     as_mkdir_p=:
13373     else
13374     test -d ./-p && rmdir ./-p
13375     as_mkdir_p=false
13376     fi
13377    
13378     as_executable_p="test -f"
13379    
13380     # Sed expression to map a string onto a valid CPP name.
13381     as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
13382    
13383     # Sed expression to map a string onto a valid variable name.
13384     as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
13385    
13386    
13387     # IFS
13388     # We need space, tab and new line, in precisely that order.
13389     as_nl='
13390     '
13391     IFS=" $as_nl"
13392    
13393     # CDPATH.
13394     $as_unset CDPATH
13395    
13396     exec 6>&1
13397    
13398     # Open the log real soon, to keep \$[0] and so on meaningful, and to
13399     # report actual input values of CONFIG_FILES etc. instead of their
13400     # values after options handling. Logging --version etc. is OK.
13401     exec 5>>config.log
13402     {
13403     echo
13404     sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
13405     ## Running $as_me. ##
13406     _ASBOX
13407     } >&5
13408     cat >&5 <<_CSEOF
13409    
13410     This file was extended by $as_me, which was
13411     generated by GNU Autoconf 2.59. Invocation command line was
13412    
13413     CONFIG_FILES = $CONFIG_FILES
13414     CONFIG_HEADERS = $CONFIG_HEADERS
13415     CONFIG_LINKS = $CONFIG_LINKS
13416     CONFIG_COMMANDS = $CONFIG_COMMANDS
13417     $ $0 $@
13418    
13419     _CSEOF
13420     echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
13421     echo >&5
13422     _ACEOF
13423    
13424     # Files that config.status was made for.
13425     if test -n "$ac_config_files"; then
13426     echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
13427     fi
13428    
13429     if test -n "$ac_config_headers"; then
13430     echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
13431     fi
13432    
13433     if test -n "$ac_config_links"; then
13434     echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
13435     fi
13436 pcg 1.1
13437 pcg 1.11 if test -n "$ac_config_commands"; then
13438     echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
13439     fi
13440    
13441     cat >>$CONFIG_STATUS <<\_ACEOF
13442    
13443     ac_cs_usage="\
13444     \`$as_me' instantiates files from templates according to the
13445     current configuration.
13446    
13447     Usage: $0 [OPTIONS] [FILE]...
13448    
13449     -h, --help print this help, then exit
13450     -V, --version print version number, then exit
13451     -q, --quiet do not print progress messages
13452     -d, --debug don't remove temporary files
13453     --recheck update $as_me by reconfiguring in the same conditions
13454     --file=FILE[:TEMPLATE]
13455     instantiate the configuration file FILE
13456     --header=FILE[:TEMPLATE]
13457     instantiate the configuration header FILE
13458    
13459     Configuration files:
13460     $config_files
13461    
13462     Configuration headers:
13463     $config_headers
13464    
13465     Report bugs to <bug-autoconf@gnu.org>."
13466     _ACEOF
13467    
13468     cat >>$CONFIG_STATUS <<_ACEOF
13469     ac_cs_version="\\
13470     config.status
13471     configured by $0, generated by GNU Autoconf 2.59,
13472     with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
13473    
13474     Copyright (C) 2003 Free Software Foundation, Inc.
13475     This config.status script is free software; the Free Software Foundation
13476     gives unlimited permission to copy, distribute and modify it."
13477     srcdir=$srcdir
13478     INSTALL="$INSTALL"
13479     _ACEOF
13480    
13481     cat >>$CONFIG_STATUS <<\_ACEOF
13482     # If no file are specified by the user, then we need to provide default
13483     # value. By we need to know if files were specified by the user.
13484     ac_need_defaults=:
13485     while test $# != 0
13486 pcg 1.1 do
13487 pcg 1.11 case $1 in
13488     --*=*)
13489     ac_option=`expr "x$1" : 'x\([^=]*\)='`
13490     ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
13491     ac_shift=:
13492     ;;
13493     -*)
13494     ac_option=$1
13495     ac_optarg=$2
13496     ac_shift=shift
13497     ;;
13498     *) # This is not an option, so the user has probably given explicit
13499     # arguments.
13500     ac_option=$1
13501     ac_need_defaults=false;;
13502     esac
13503    
13504     case $ac_option in
13505     # Handling of the options.
13506     _ACEOF
13507     cat >>$CONFIG_STATUS <<\_ACEOF
13508 pcg 1.1 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
13509 pcg 1.11 ac_cs_recheck=: ;;
13510     --version | --vers* | -V )
13511     echo "$ac_cs_version"; exit 0 ;;
13512     --he | --h)
13513     # Conflict between --help and --header
13514     { { echo "$as_me:$LINENO: error: ambiguous option: $1
13515     Try \`$0 --help' for more information." >&5
13516     echo "$as_me: error: ambiguous option: $1
13517     Try \`$0 --help' for more information." >&2;}
13518     { (exit 1); exit 1; }; };;
13519     --help | --hel | -h )
13520     echo "$ac_cs_usage"; exit 0 ;;
13521     --debug | --d* | -d )
13522     debug=: ;;
13523     --file | --fil | --fi | --f )
13524     $ac_shift
13525     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
13526     ac_need_defaults=false;;
13527     --header | --heade | --head | --hea )
13528     $ac_shift
13529     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
13530     ac_need_defaults=false;;
13531     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
13532     | -silent | --silent | --silen | --sile | --sil | --si | --s)
13533     ac_cs_silent=: ;;
13534    
13535     # This is an error.
13536     -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
13537     Try \`$0 --help' for more information." >&5
13538     echo "$as_me: error: unrecognized option: $1
13539     Try \`$0 --help' for more information." >&2;}
13540     { (exit 1); exit 1; }; } ;;
13541    
13542     *) ac_config_targets="$ac_config_targets $1" ;;
13543    
13544     esac
13545     shift
13546     done
13547    
13548     ac_configure_extra_args=
13549    
13550     if $ac_cs_silent; then
13551     exec 6>/dev/null
13552     ac_configure_extra_args="$ac_configure_extra_args --silent"
13553     fi
13554    
13555     _ACEOF
13556     cat >>$CONFIG_STATUS <<_ACEOF
13557     if \$ac_cs_recheck; then
13558     echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
13559     exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
13560     fi
13561    
13562     _ACEOF
13563    
13564    
13565    
13566    
13567    
13568     cat >>$CONFIG_STATUS <<\_ACEOF
13569     for ac_config_target in $ac_config_targets
13570     do
13571     case "$ac_config_target" in
13572     # Handling of arguments.
13573     "autoconf/Make.common" ) CONFIG_FILES="$CONFIG_FILES autoconf/Make.common" ;;
13574     "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
13575     "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
13576     "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
13577     "src/rxvtlib.h" ) CONFIG_FILES="$CONFIG_FILES src/rxvtlib.h" ;;
13578     "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:autoconf/config.h.in" ;;
13579     *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
13580     echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
13581     { (exit 1); exit 1; }; };;
13582 pcg 1.1 esac
13583     done
13584    
13585 pcg 1.11 # If the user did not use the arguments to specify the items to instantiate,
13586     # then the envvar interface is used. Set only those that are not.
13587     # We use the long form for the default assignment because of an extremely
13588     # bizarre bug on SunOS 4.1.3.
13589     if $ac_need_defaults; then
13590     test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
13591     test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
13592     fi
13593    
13594     # Have a temporary directory for convenience. Make it in the build tree
13595     # simply because there is no reason to put it here, and in addition,
13596     # creating and moving files from /tmp can sometimes cause problems.
13597     # Create a temporary directory, and hook for its removal unless debugging.
13598     $debug ||
13599     {
13600     trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
13601     trap '{ (exit 1); exit 1; }' 1 2 13 15
13602     }
13603    
13604     # Create a (secure) tmp directory for tmp files.
13605    
13606     {
13607     tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
13608     test -n "$tmp" && test -d "$tmp"
13609     } ||
13610     {
13611     tmp=./confstat$$-$RANDOM
13612     (umask 077 && mkdir $tmp)
13613     } ||
13614     {
13615     echo "$me: cannot create a temporary directory in ." >&2
13616     { (exit 1); exit 1; }
13617     }
13618    
13619     _ACEOF
13620    
13621     cat >>$CONFIG_STATUS <<_ACEOF
13622 pcg 1.1
13623 pcg 1.11 #
13624     # CONFIG_FILES section.
13625     #
13626 pcg 1.1
13627 pcg 1.11 # No need to generate the scripts if there are no CONFIG_FILES.
13628     # This happens for instance when ./config.status config.h
13629     if test -n "\$CONFIG_FILES"; then
13630     # Protect against being on the right side of a sed subst in config.status.
13631     sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
13632     s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
13633     s,@SHELL@,$SHELL,;t t
13634     s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
13635     s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
13636     s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
13637     s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
13638     s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
13639     s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
13640     s,@exec_prefix@,$exec_prefix,;t t
13641     s,@prefix@,$prefix,;t t
13642     s,@program_transform_name@,$program_transform_name,;t t
13643     s,@bindir@,$bindir,;t t
13644     s,@sbindir@,$sbindir,;t t
13645     s,@libexecdir@,$libexecdir,;t t
13646     s,@datadir@,$datadir,;t t
13647     s,@sysconfdir@,$sysconfdir,;t t
13648     s,@sharedstatedir@,$sharedstatedir,;t t
13649     s,@localstatedir@,$localstatedir,;t t
13650     s,@libdir@,$libdir,;t t
13651     s,@includedir@,$includedir,;t t
13652     s,@oldincludedir@,$oldincludedir,;t t
13653     s,@infodir@,$infodir,;t t
13654     s,@mandir@,$mandir,;t t
13655     s,@build_alias@,$build_alias,;t t
13656     s,@host_alias@,$host_alias,;t t
13657     s,@target_alias@,$target_alias,;t t
13658     s,@DEFS@,$DEFS,;t t
13659     s,@ECHO_C@,$ECHO_C,;t t
13660     s,@ECHO_N@,$ECHO_N,;t t
13661     s,@ECHO_T@,$ECHO_T,;t t
13662     s,@LIBS@,$LIBS,;t t
13663 root 1.48 s,@build@,$build,;t t
13664     s,@build_cpu@,$build_cpu,;t t
13665     s,@build_vendor@,$build_vendor,;t t
13666     s,@build_os@,$build_os,;t t
13667     s,@host@,$host,;t t
13668     s,@host_cpu@,$host_cpu,;t t
13669     s,@host_vendor@,$host_vendor,;t t
13670     s,@host_os@,$host_os,;t t
13671 pcg 1.11 s,@VERSION@,$VERSION,;t t
13672     s,@DATE@,$DATE,;t t
13673     s,@LSMDATE@,$LSMDATE,;t t
13674     s,@LIBVERSION@,$LIBVERSION,;t t
13675     s,@CC@,$CC,;t t
13676     s,@CFLAGS@,$CFLAGS,;t t
13677     s,@LDFLAGS@,$LDFLAGS,;t t
13678     s,@CPPFLAGS@,$CPPFLAGS,;t t
13679     s,@ac_ct_CC@,$ac_ct_CC,;t t
13680     s,@EXEEXT@,$EXEEXT,;t t
13681     s,@OBJEXT@,$OBJEXT,;t t
13682     s,@CXX@,$CXX,;t t
13683     s,@CXXFLAGS@,$CXXFLAGS,;t t
13684     s,@ac_ct_CXX@,$ac_ct_CXX,;t t
13685     s,@CPP@,$CPP,;t t
13686     s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
13687     s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
13688     s,@INSTALL_DATA@,$INSTALL_DATA,;t t
13689     s,@AWK@,$AWK,;t t
13690 pcg 1.13 s,@LINKER@,$LINKER,;t t
13691     s,@CXXCPP@,$CXXCPP,;t t
13692 pcg 1.11 s,@EGREP@,$EGREP,;t t
13693     s,@INSTALL_LIBRXVT@,$INSTALL_LIBRXVT,;t t
13694 pcg 1.15 s,@RXVTNAME@,$RXVTNAME,;t t
13695 pcg 1.11 s,@MV@,$MV,;t t
13696     s,@RM@,$RM,;t t
13697     s,@CP@,$CP,;t t
13698     s,@LN@,$LN,;t t
13699     s,@SED@,$SED,;t t
13700 root 1.51 s,@ECHO@,$ECHO,;t t
13701 pcg 1.11 s,@CMP@,$CMP,;t t
13702     s,@TBL@,$TBL,;t t
13703 root 1.39 s,@TIC@,$TIC,;t t
13704 pcg 1.11 s,@X_CFLAGS@,$X_CFLAGS,;t t
13705     s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
13706     s,@X_LIBS@,$X_LIBS,;t t
13707     s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
13708     s,@XPM_CPPFLAGS@,$XPM_CPPFLAGS,;t t
13709     s,@XPM_CFLAGS@,$XPM_CFLAGS,;t t
13710     s,@XPM_LIBS@,$XPM_LIBS,;t t
13711     s,@rxvt_int16_typedef@,$rxvt_int16_typedef,;t t
13712     s,@rxvt_uint16_typedef@,$rxvt_uint16_typedef,;t t
13713     s,@rxvt_int32_typedef@,$rxvt_int32_typedef,;t t
13714     s,@rxvt_uint32_typedef@,$rxvt_uint32_typedef,;t t
13715     s,@rxvt_intp_define@,$rxvt_intp_define,;t t
13716     s,@rxvt_u_intp_define@,$rxvt_u_intp_define,;t t
13717 root 1.60 s,@PERL@,$PERL,;t t
13718     s,@PERLLIB@,$PERLLIB,;t t
13719     s,@PERLFLAGS@,$PERLFLAGS,;t t
13720 root 1.61 s,@PERLPRIVLIBEXP@,$PERLPRIVLIBEXP,;t t
13721 root 1.60 s,@IF_PERL@,$IF_PERL,;t t
13722     s,@PERL_O@,$PERL_O,;t t
13723 pcg 1.11 s,@DEBUG@,$DEBUG,;t t
13724     s,@DINCLUDE@,$DINCLUDE,;t t
13725     s,@DLIB@,$DLIB,;t t
13726     s,@include_stdint_h@,$include_stdint_h,;t t
13727     s,@include_stdarg_h@,$include_stdarg_h,;t t
13728     s,@include_stdlib_h@,$include_stdlib_h,;t t
13729     s,@include_unistd_h@,$include_unistd_h,;t t
13730     s,@include_string_h@,$include_string_h,;t t
13731     s,@include_fcntl_h@,$include_fcntl_h,;t t
13732     s,@include_util_h@,$include_util_h,;t t
13733     s,@include_assert_h@,$include_assert_h,;t t
13734     s,@include_sys_ioctl_h@,$include_sys_ioctl_h,;t t
13735     s,@include_sys_select_h@,$include_sys_select_h,;t t
13736     s,@include_sys_strredir_h@,$include_sys_strredir_h,;t t
13737     s,@include_sys_time_h@,$include_sys_time_h,;t t
13738     s,@include_time_h@,$include_time_h,;t t
13739     s,@LIBOBJS@,$LIBOBJS,;t t
13740     s,@LTLIBOBJS@,$LTLIBOBJS,;t t
13741 pcg 1.1 /@MCOMMON@/r $MCOMMON
13742 pcg 1.11 s,@MCOMMON@,,;t t
13743 pcg 1.1 CEOF
13744    
13745 pcg 1.11 _ACEOF
13746 pcg 1.1
13747 pcg 1.11 cat >>$CONFIG_STATUS <<\_ACEOF
13748     # Split the substitutions into bite-sized pieces for seds with
13749     # small command number limits, like on Digital OSF/1 and HP-UX.
13750     ac_max_sed_lines=48
13751     ac_sed_frag=1 # Number of current file.
13752     ac_beg=1 # First line for current file.
13753     ac_end=$ac_max_sed_lines # Line after last line for current file.
13754     ac_more_lines=:
13755     ac_sed_cmds=
13756     while $ac_more_lines; do
13757     if test $ac_beg -gt 1; then
13758     sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
13759     else
13760     sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
13761     fi
13762     if test ! -s $tmp/subs.frag; then
13763     ac_more_lines=false
13764 pcg 1.1 else
13765 pcg 1.11 # The purpose of the label and of the branching condition is to
13766     # speed up the sed processing (if there are no `@' at all, there
13767     # is no need to browse any of the substitutions).
13768     # These are the two extra sed commands mentioned above.
13769     (echo ':t
13770     /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
13771     if test -z "$ac_sed_cmds"; then
13772     ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
13773     else
13774     ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
13775     fi
13776     ac_sed_frag=`expr $ac_sed_frag + 1`
13777     ac_beg=$ac_end
13778     ac_end=`expr $ac_end + $ac_max_sed_lines`
13779 pcg 1.1 fi
13780 pcg 1.11 done
13781     if test -z "$ac_sed_cmds"; then
13782     ac_sed_cmds=cat
13783 pcg 1.1 fi
13784 pcg 1.11 fi # test -n "$CONFIG_FILES"
13785 pcg 1.1
13786 pcg 1.11 _ACEOF
13787     cat >>$CONFIG_STATUS <<\_ACEOF
13788     for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
13789 pcg 1.1 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
13790 pcg 1.11 case $ac_file in
13791     - | *:- | *:-:* ) # input from stdin
13792     cat >$tmp/stdin
13793     ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
13794     ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
13795     *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
13796     ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
13797     * ) ac_file_in=$ac_file.in ;;
13798 pcg 1.1 esac
13799    
13800 pcg 1.11 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
13801     ac_dir=`(dirname "$ac_file") 2>/dev/null ||
13802     $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13803     X"$ac_file" : 'X\(//\)[^/]' \| \
13804     X"$ac_file" : 'X\(//\)$' \| \
13805     X"$ac_file" : 'X\(/\)' \| \
13806     . : '\(.\)' 2>/dev/null ||
13807     echo X"$ac_file" |
13808     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
13809     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
13810     /^X\(\/\/\)$/{ s//\1/; q; }
13811     /^X\(\/\).*/{ s//\1/; q; }
13812     s/.*/./; q'`
13813     { if $as_mkdir_p; then
13814     mkdir -p "$ac_dir"
13815     else
13816     as_dir="$ac_dir"
13817     as_dirs=
13818     while test ! -d "$as_dir"; do
13819     as_dirs="$as_dir $as_dirs"
13820     as_dir=`(dirname "$as_dir") 2>/dev/null ||
13821     $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13822     X"$as_dir" : 'X\(//\)[^/]' \| \
13823     X"$as_dir" : 'X\(//\)$' \| \
13824     X"$as_dir" : 'X\(/\)' \| \
13825     . : '\(.\)' 2>/dev/null ||
13826     echo X"$as_dir" |
13827     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
13828     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
13829     /^X\(\/\/\)$/{ s//\1/; q; }
13830     /^X\(\/\).*/{ s//\1/; q; }
13831     s/.*/./; q'`
13832     done
13833     test ! -n "$as_dirs" || mkdir $as_dirs
13834     fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
13835     echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
13836     { (exit 1); exit 1; }; }; }
13837    
13838     ac_builddir=.
13839    
13840     if test "$ac_dir" != .; then
13841     ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
13842     # A "../" for each directory in $ac_dir_suffix.
13843     ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
13844     else
13845     ac_dir_suffix= ac_top_builddir=
13846     fi
13847    
13848     case $srcdir in
13849     .) # No --srcdir option. We are building in place.
13850     ac_srcdir=.
13851     if test -z "$ac_top_builddir"; then
13852     ac_top_srcdir=.
13853     else
13854     ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
13855     fi ;;
13856     [\\/]* | ?:[\\/]* ) # Absolute path.
13857     ac_srcdir=$srcdir$ac_dir_suffix;
13858     ac_top_srcdir=$srcdir ;;
13859     *) # Relative path.
13860     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
13861     ac_top_srcdir=$ac_top_builddir$srcdir ;;
13862     esac
13863    
13864     # Do not use `cd foo && pwd` to compute absolute paths, because
13865     # the directories may not exist.
13866     case `pwd` in
13867     .) ac_abs_builddir="$ac_dir";;
13868     *)
13869     case "$ac_dir" in
13870     .) ac_abs_builddir=`pwd`;;
13871     [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
13872     *) ac_abs_builddir=`pwd`/"$ac_dir";;
13873     esac;;
13874     esac
13875     case $ac_abs_builddir in
13876     .) ac_abs_top_builddir=${ac_top_builddir}.;;
13877     *)
13878     case ${ac_top_builddir}. in
13879     .) ac_abs_top_builddir=$ac_abs_builddir;;
13880     [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
13881     *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
13882     esac;;
13883     esac
13884     case $ac_abs_builddir in
13885     .) ac_abs_srcdir=$ac_srcdir;;
13886     *)
13887     case $ac_srcdir in
13888     .) ac_abs_srcdir=$ac_abs_builddir;;
13889     [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
13890     *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
13891     esac;;
13892     esac
13893     case $ac_abs_builddir in
13894     .) ac_abs_top_srcdir=$ac_top_srcdir;;
13895     *)
13896     case $ac_top_srcdir in
13897     .) ac_abs_top_srcdir=$ac_abs_builddir;;
13898     [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
13899     *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
13900     esac;;
13901     esac
13902    
13903 pcg 1.1
13904 pcg 1.11 case $INSTALL in
13905     [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
13906     *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
13907 pcg 1.1 esac
13908    
13909 pcg 1.11 # Let's still pretend it is `configure' which instantiates (i.e., don't
13910     # use $as_me), people would be surprised to read:
13911     # /* config.h. Generated by config.status. */
13912     if test x"$ac_file" = x-; then
13913     configure_input=
13914     else
13915     configure_input="$ac_file. "
13916     fi
13917     configure_input=$configure_input"Generated from `echo $ac_file_in |
13918     sed 's,.*/,,'` by configure."
13919    
13920     # First look for the input files in the build tree, otherwise in the
13921     # src tree.
13922     ac_file_inputs=`IFS=:
13923     for f in $ac_file_in; do
13924     case $f in
13925     -) echo $tmp/stdin ;;
13926     [\\/$]*)
13927     # Absolute (can't be DOS-style, as IFS=:)
13928     test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
13929     echo "$as_me: error: cannot find input file: $f" >&2;}
13930     { (exit 1); exit 1; }; }
13931     echo "$f";;
13932     *) # Relative
13933     if test -f "$f"; then
13934     # Build tree
13935     echo "$f"
13936     elif test -f "$srcdir/$f"; then
13937     # Source tree
13938     echo "$srcdir/$f"
13939     else
13940     # /dev/null tree
13941     { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
13942     echo "$as_me: error: cannot find input file: $f" >&2;}
13943     { (exit 1); exit 1; }; }
13944     fi;;
13945     esac
13946     done` || { (exit 1); exit 1; }
13947    
13948     if test x"$ac_file" != x-; then
13949     { echo "$as_me:$LINENO: creating $ac_file" >&5
13950     echo "$as_me: creating $ac_file" >&6;}
13951     rm -f "$ac_file"
13952     fi
13953     _ACEOF
13954     cat >>$CONFIG_STATUS <<_ACEOF
13955     sed "$ac_vpsub
13956     $extrasub
13957     _ACEOF
13958     cat >>$CONFIG_STATUS <<\_ACEOF
13959     :t
13960     /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
13961     s,@configure_input@,$configure_input,;t t
13962     s,@srcdir@,$ac_srcdir,;t t
13963     s,@abs_srcdir@,$ac_abs_srcdir,;t t
13964     s,@top_srcdir@,$ac_top_srcdir,;t t
13965     s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
13966     s,@builddir@,$ac_builddir,;t t
13967     s,@abs_builddir@,$ac_abs_builddir,;t t
13968     s,@top_builddir@,$ac_top_builddir,;t t
13969     s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
13970     s,@INSTALL@,$ac_INSTALL,;t t
13971     " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
13972     rm -f $tmp/stdin
13973     if test x"$ac_file" != x-; then
13974     mv $tmp/out $ac_file
13975     else
13976     cat $tmp/out
13977     rm -f $tmp/out
13978     fi
13979 pcg 1.1
13980 pcg 1.11 done
13981     _ACEOF
13982     cat >>$CONFIG_STATUS <<\_ACEOF
13983 pcg 1.1
13984 pcg 1.11 #
13985     # CONFIG_HEADER section.
13986     #
13987 pcg 1.1
13988     # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
13989     # NAME is the cpp macro being defined and VALUE is the value it is being given.
13990     #
13991     # ac_d sets the value in "#define NAME VALUE" lines.
13992 pcg 1.11 ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
13993     ac_dB='[ ].*$,\1#\2'
13994     ac_dC=' '
13995     ac_dD=',;t'
13996     # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
13997     ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
13998     ac_uB='$,\1#\2define\3'
13999 pcg 1.1 ac_uC=' '
14000 pcg 1.11 ac_uD=',;t'
14001 pcg 1.1
14002 pcg 1.11 for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
14003 pcg 1.1 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
14004 pcg 1.11 case $ac_file in
14005     - | *:- | *:-:* ) # input from stdin
14006     cat >$tmp/stdin
14007     ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
14008     ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
14009     *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
14010     ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
14011     * ) ac_file_in=$ac_file.in ;;
14012 pcg 1.1 esac
14013    
14014 pcg 1.11 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
14015     echo "$as_me: creating $ac_file" >&6;}
14016 pcg 1.1
14017 pcg 1.11 # First look for the input files in the build tree, otherwise in the
14018     # src tree.
14019     ac_file_inputs=`IFS=:
14020     for f in $ac_file_in; do
14021     case $f in
14022     -) echo $tmp/stdin ;;
14023     [\\/$]*)
14024     # Absolute (can't be DOS-style, as IFS=:)
14025     test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
14026     echo "$as_me: error: cannot find input file: $f" >&2;}
14027     { (exit 1); exit 1; }; }
14028     # Do quote $f, to prevent DOS paths from being IFS'd.
14029     echo "$f";;
14030     *) # Relative
14031     if test -f "$f"; then
14032     # Build tree
14033     echo "$f"
14034     elif test -f "$srcdir/$f"; then
14035     # Source tree
14036     echo "$srcdir/$f"
14037     else
14038     # /dev/null tree
14039     { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
14040     echo "$as_me: error: cannot find input file: $f" >&2;}
14041     { (exit 1); exit 1; }; }
14042     fi;;
14043     esac
14044     done` || { (exit 1); exit 1; }
14045     # Remove the trailing spaces.
14046     sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
14047    
14048     _ACEOF
14049    
14050     # Transform confdefs.h into two sed scripts, `conftest.defines' and
14051     # `conftest.undefs', that substitutes the proper values into
14052     # config.h.in to produce config.h. The first handles `#define'
14053     # templates, and the second `#undef' templates.
14054     # And first: Protect against being on the right side of a sed subst in
14055     # config.status. Protect against being in an unquoted here document
14056     # in config.status.
14057     rm -f conftest.defines conftest.undefs
14058     # Using a here document instead of a string reduces the quoting nightmare.
14059     # Putting comments in sed scripts is not portable.
14060     #
14061     # `end' is used to avoid that the second main sed command (meant for
14062     # 0-ary CPP macros) applies to n-ary macro definitions.
14063     # See the Autoconf documentation for `clear'.
14064     cat >confdef2sed.sed <<\_ACEOF
14065     s/[\\&,]/\\&/g
14066     s,[\\$`],\\&,g
14067     t clear
14068     : clear
14069     s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
14070     t end
14071     s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
14072     : end
14073     _ACEOF
14074     # If some macros were called several times there might be several times
14075     # the same #defines, which is useless. Nevertheless, we may not want to
14076     # sort them, since we want the *last* AC-DEFINE to be honored.
14077     uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
14078     sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
14079     rm -f confdef2sed.sed
14080 pcg 1.1
14081     # This sed command replaces #undef with comments. This is necessary, for
14082     # example, in the case of _POSIX_SOURCE, which is predefined and required
14083     # on some systems where configure will not decide to define it.
14084 pcg 1.11 cat >>conftest.undefs <<\_ACEOF
14085     s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
14086     _ACEOF
14087    
14088     # Break up conftest.defines because some shells have a limit on the size
14089     # of here documents, and old seds have small limits too (100 cmds).
14090     echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
14091     echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
14092     echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
14093     echo ' :' >>$CONFIG_STATUS
14094     rm -f conftest.tail
14095     while grep . conftest.defines >/dev/null
14096     do
14097     # Write a limited-size here document to $tmp/defines.sed.
14098     echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
14099     # Speed up: don't consider the non `#define' lines.
14100     echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
14101     # Work around the forget-to-reset-the-flag bug.
14102     echo 't clr' >>$CONFIG_STATUS
14103     echo ': clr' >>$CONFIG_STATUS
14104     sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
14105     echo 'CEOF
14106     sed -f $tmp/defines.sed $tmp/in >$tmp/out
14107     rm -f $tmp/in
14108     mv $tmp/out $tmp/in
14109     ' >>$CONFIG_STATUS
14110     sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
14111     rm -f conftest.defines
14112     mv conftest.tail conftest.defines
14113     done
14114     rm -f conftest.defines
14115     echo ' fi # grep' >>$CONFIG_STATUS
14116     echo >>$CONFIG_STATUS
14117    
14118     # Break up conftest.undefs because some shells have a limit on the size
14119     # of here documents, and old seds have small limits too (100 cmds).
14120     echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
14121 pcg 1.1 rm -f conftest.tail
14122 pcg 1.11 while grep . conftest.undefs >/dev/null
14123 pcg 1.1 do
14124 pcg 1.11 # Write a limited-size here document to $tmp/undefs.sed.
14125     echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
14126     # Speed up: don't consider the non `#undef'
14127     echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
14128     # Work around the forget-to-reset-the-flag bug.
14129     echo 't clr' >>$CONFIG_STATUS
14130     echo ': clr' >>$CONFIG_STATUS
14131     sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
14132 pcg 1.1 echo 'CEOF
14133 pcg 1.11 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
14134     rm -f $tmp/in
14135     mv $tmp/out $tmp/in
14136     ' >>$CONFIG_STATUS
14137     sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
14138     rm -f conftest.undefs
14139     mv conftest.tail conftest.undefs
14140     done
14141     rm -f conftest.undefs
14142    
14143     cat >>$CONFIG_STATUS <<\_ACEOF
14144     # Let's still pretend it is `configure' which instantiates (i.e., don't
14145     # use $as_me), people would be surprised to read:
14146     # /* config.h. Generated by config.status. */
14147     if test x"$ac_file" = x-; then
14148     echo "/* Generated by configure. */" >$tmp/config.h
14149     else
14150     echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
14151     fi
14152     cat $tmp/in >>$tmp/config.h
14153     rm -f $tmp/in
14154     if test x"$ac_file" != x-; then
14155     if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
14156     { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
14157     echo "$as_me: $ac_file is unchanged" >&6;}
14158     else
14159     ac_dir=`(dirname "$ac_file") 2>/dev/null ||
14160     $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14161     X"$ac_file" : 'X\(//\)[^/]' \| \
14162     X"$ac_file" : 'X\(//\)$' \| \
14163     X"$ac_file" : 'X\(/\)' \| \
14164     . : '\(.\)' 2>/dev/null ||
14165     echo X"$ac_file" |
14166     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
14167     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
14168     /^X\(\/\/\)$/{ s//\1/; q; }
14169     /^X\(\/\).*/{ s//\1/; q; }
14170     s/.*/./; q'`
14171     { if $as_mkdir_p; then
14172     mkdir -p "$ac_dir"
14173     else
14174     as_dir="$ac_dir"
14175     as_dirs=
14176     while test ! -d "$as_dir"; do
14177     as_dirs="$as_dir $as_dirs"
14178     as_dir=`(dirname "$as_dir") 2>/dev/null ||
14179     $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14180     X"$as_dir" : 'X\(//\)[^/]' \| \
14181     X"$as_dir" : 'X\(//\)$' \| \
14182     X"$as_dir" : 'X\(/\)' \| \
14183     . : '\(.\)' 2>/dev/null ||
14184     echo X"$as_dir" |
14185     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
14186     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
14187     /^X\(\/\/\)$/{ s//\1/; q; }
14188     /^X\(\/\).*/{ s//\1/; q; }
14189     s/.*/./; q'`
14190     done
14191     test ! -n "$as_dirs" || mkdir $as_dirs
14192     fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
14193     echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
14194     { (exit 1); exit 1; }; }; }
14195    
14196     rm -f $ac_file
14197     mv $tmp/config.h $ac_file
14198 pcg 1.1 fi
14199 pcg 1.11 else
14200     cat $tmp/config.h
14201     rm -f $tmp/config.h
14202 pcg 1.1 fi
14203 pcg 1.11 done
14204     _ACEOF
14205    
14206     cat >>$CONFIG_STATUS <<\_ACEOF
14207 pcg 1.1
14208 pcg 1.11 { (exit 0); exit 0; }
14209     _ACEOF
14210     chmod +x $CONFIG_STATUS
14211     ac_clean_files=$ac_clean_files_save
14212 pcg 1.1
14213    
14214 pcg 1.11 # configure is writing to config.log, and then calls config.status.
14215     # config.status does its own redirection, appending to config.log.
14216     # Unfortunately, on DOS this fails, as config.log is still kept open
14217     # by configure, so config.status won't be able to write to it; its
14218     # output is simply discarded. So we exec the FD to /dev/null,
14219     # effectively closing config.log, so it can be properly (re)opened and
14220     # appended to by config.status. When coming back to configure, we
14221     # need to make the FD available again.
14222     if test "$no_create" != yes; then
14223     ac_cs_success=:
14224     ac_config_status_args=
14225     test "$silent" = yes &&
14226     ac_config_status_args="$ac_config_status_args --quiet"
14227     exec 5>/dev/null
14228     $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
14229     exec 5>>config.log
14230     # Use ||, not &&, to avoid exiting from the if with $? = 1, which
14231     # would make configure fail if this is the last instruction.
14232     $ac_cs_success || { (exit 1); exit 1; }
14233     fi
14234 pcg 1.1
14235    
14236     echo "Configuration:
14237    
14238     Rxvt version: $VERSION : $DATE
14239     Source code location: $srcdir
14240     Install path: ${prefix}/bin
14241 pcg 1.13 Compiler: $CXX
14242     Compiler flags: $CFLAGS
14243     Linker: $LINKER"
14244 pcg 1.1
14245     if test "$MALLOC_TYPE" = S; then
14246     echo " malloc support: system default"
14247     fi
14248     if test "$MALLOC_TYPE" = G; then
14249     echo " malloc support: Gray Watson's dmalloc"
14250     fi
14251     if test "$MALLOC_TYPE" = D; then
14252     echo " malloc support: Doug Lea's malloc"
14253     fi
14254    
14255     if test x$support_xpm = xyes; then
14256     echo " Xpm library: $XPM_LIBS"
14257     fi
14258    
14259     echo "
14260     The following are set in config.h
14261     "
14262     echo " pty/tty type: "$rxvt_cv_ptys
14263     if test x$support_utmp != xyes; then
14264 pcg 1.20 echo " utmp support: disabled"
14265     echo
14266 pcg 1.1 else
14267     echo " utmp support: enabled
14268     utmp file: $rxvt_cv_path_utmp
14269     utmpx file: $rxvt_cv_path_utmpx
14270     wtmp file: $rxvt_cv_path_wtmp
14271     wtmpx file: $rxvt_cv_path_wtmpx
14272     lastlog file: $rxvt_cv_path_lastlog
14273 root 1.60 ttys/ttytab file: $rxvt_cv_path_ttytab
14274     embedded perl: $support_perl"
14275 pcg 1.20 echo
14276 pcg 1.1 fi
14277     if test x$term != x; then
14278 pcg 1.18 echo " set TERM to: $term"
14279 pcg 1.1 fi
14280     if test x$terminfo != x; then
14281 pcg 1.18 echo " set TERMINFO to: $terminfo"
14282     fi
14283     echo " default resource name: $RESNAME"
14284     echo " resource class: $RESCLASS"
14285     if test x$RESFALLBACK != x; then
14286     echo " resource class fallback: $RESFALLBACK"
14287 pcg 1.1 fi
14288 pcg 1.18 echo
14289 pcg 1.1 if test x$rxvt_cv_ptys = xUNKNOWN; then
14290     echo ".----------------------------------------------------------------."
14291     echo ". WARNING: could not determine pty/tty type. Do not build until ."
14292     echo ". the appropriate PTYS_ARE_* is defined in config.h ."
14293     echo ".----------------------------------------------------------------."
14294     fi
14295     if test x$support_xpm = xneedsmanualspecification; then
14296     echo ".----------------------------------------------------------------."
14297     echo ". WARNING: --enable-xpm-background was specified however the ."
14298     echo ". XPM includes files and libraries could not be found. ."
14299     echo ". XPM backgrounds are now being DISABLED! If you want ."
14300     echo ". to use them you should rerun configure with the ."
14301     echo ". appropriate --with-xpm-includes=/path/to/xpm/includes ."
14302     echo ". and --with-xpm-library=/path/to/xpm/library lines. ."
14303     echo ".----------------------------------------------------------------."
14304     fi
14305     if test x$support_xim = xyes -a x$rxvt_cv_func_xlocale = xno; then
14306     echo ".----------------------------------------------------------------."
14307     echo ". WARNING: --enable-xim was specified however the locale support ."
14308     echo ". functions could not be found. ."
14309     echo ". XIM is now being DISABLED! ."
14310     echo ".----------------------------------------------------------------."
14311     fi
14312 pcg 1.20
14313 root 1.53 echo " *** Optionally check src/feature.h for further options ***"
14314 pcg 1.20 echo
14315    
14316     echo ".----------------------------------------------------------------."
14317 root 1.55 echo ". NOTE: some features are disabled by default, try ."
14318 root 1.53 echo ". configure --help to get an idea of the optional features, ."
14319     echo ". or read ./README.configure ."
14320     echo ". ."
14321     echo ". The script ./reconf gives a reasonable baseline, try it if ."
14322     echo ". you do not want to read documentation and still want some ."
14323     echo ". useful features. ."
14324 pcg 1.20 echo ".----------------------------------------------------------------."
14325     echo
14326