ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/configure
Revision: 1.51
Committed: Wed Feb 16 20:32:05 2005 UTC (19 years, 3 months ago) by root
Branch: MAIN
Changes since 1.50: +248 -4464 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.51 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 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     --enable-plain-scroll enable plain style scrollbar
887     --enable-half-shadow use half width/height shadow on rxvt scrollbar
888     --enable-xim XIM (X Input Method) protocol support
889     --enable-ttygid enable tty setting to group named "tty"
890     --disable-backspace-key disable handling of the backspace key
891     --disable-delete-key disable handling of the delete key
892     --disable-resources disable all resource checking
893     --enable-xgetdefault enable resources via X instead of our small version
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-cursor-blink enable blinking cursor
910     --enable-text-blink enable blinking text
911     --enable-pointer-blank enable pointer blank when typing or inactive pointer
912    
913     Optional Packages:
914     --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
915     --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
916 root 1.41 --with-codesets=NAME,.. compile in additional codesets (jp,jp_ext,kr,zh,zh_ext,all)
917 pcg 1.15 --with-res-name=NAME use this as default resource name (default: urxvt)
918 pcg 1.18 --with-res-class=CLASS use this as the resource class (default: URxvt)
919 pcg 1.15 --with-name=NAME set the basename for the installed binaries (default: urxvt)
920     --with-term=NAME set the terminal to NAME (default: rxvt)
921 pcg 1.11 --with-terminfo=PATH set the path to the terminfo tree to PATH
922     --with-x use the X Window System
923     --with-xpm-includes=DIR use XPM includes in DIR
924     --with-xpm-library=DIR use XPM library in DIR
925     --with-xpm use XPM
926    
927     Some influential environment variables:
928     CC C compiler command
929     CFLAGS C compiler flags
930     LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
931     nonstandard directory <lib dir>
932     CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
933     headers in a nonstandard directory <include dir>
934     CXX C++ compiler command
935     CXXFLAGS C++ compiler flags
936     CPP C preprocessor
937 pcg 1.13 CXXCPP C++ preprocessor
938 pcg 1.11
939     Use these variables to override the choices made by `configure' or to help
940     it to find libraries and programs with nonstandard names/locations.
941    
942     _ACEOF
943     fi
944    
945     if test "$ac_init_help" = "recursive"; then
946     # If there are subdirs, report their specific --help.
947     ac_popdir=`pwd`
948     for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
949     test -d $ac_dir || continue
950     ac_builddir=.
951    
952     if test "$ac_dir" != .; then
953     ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
954     # A "../" for each directory in $ac_dir_suffix.
955     ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
956     else
957     ac_dir_suffix= ac_top_builddir=
958     fi
959    
960     case $srcdir in
961     .) # No --srcdir option. We are building in place.
962     ac_srcdir=.
963     if test -z "$ac_top_builddir"; then
964     ac_top_srcdir=.
965     else
966     ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
967     fi ;;
968     [\\/]* | ?:[\\/]* ) # Absolute path.
969     ac_srcdir=$srcdir$ac_dir_suffix;
970     ac_top_srcdir=$srcdir ;;
971     *) # Relative path.
972     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
973     ac_top_srcdir=$ac_top_builddir$srcdir ;;
974     esac
975    
976     # Do not use `cd foo && pwd` to compute absolute paths, because
977     # the directories may not exist.
978     case `pwd` in
979     .) ac_abs_builddir="$ac_dir";;
980     *)
981     case "$ac_dir" in
982     .) ac_abs_builddir=`pwd`;;
983     [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
984     *) ac_abs_builddir=`pwd`/"$ac_dir";;
985     esac;;
986     esac
987     case $ac_abs_builddir in
988     .) ac_abs_top_builddir=${ac_top_builddir}.;;
989     *)
990     case ${ac_top_builddir}. in
991     .) ac_abs_top_builddir=$ac_abs_builddir;;
992     [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
993     *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
994     esac;;
995     esac
996     case $ac_abs_builddir in
997     .) ac_abs_srcdir=$ac_srcdir;;
998     *)
999     case $ac_srcdir in
1000     .) ac_abs_srcdir=$ac_abs_builddir;;
1001     [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
1002     *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
1003     esac;;
1004     esac
1005     case $ac_abs_builddir in
1006     .) ac_abs_top_srcdir=$ac_top_srcdir;;
1007     *)
1008     case $ac_top_srcdir in
1009     .) ac_abs_top_srcdir=$ac_abs_builddir;;
1010     [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
1011     *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
1012     esac;;
1013     esac
1014    
1015     cd $ac_dir
1016     # Check for guested configure; otherwise get Cygnus style configure.
1017     if test -f $ac_srcdir/configure.gnu; then
1018     echo
1019     $SHELL $ac_srcdir/configure.gnu --help=recursive
1020     elif test -f $ac_srcdir/configure; then
1021     echo
1022     $SHELL $ac_srcdir/configure --help=recursive
1023     elif test -f $ac_srcdir/configure.ac ||
1024     test -f $ac_srcdir/configure.in; then
1025     echo
1026     $ac_configure --help
1027     else
1028     echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1029     fi
1030     cd "$ac_popdir"
1031     done
1032     fi
1033    
1034     test -n "$ac_init_help" && exit 0
1035     if $ac_init_version; then
1036     cat <<\_ACEOF
1037    
1038     Copyright (C) 2003 Free Software Foundation, Inc.
1039     This configure script is free software; the Free Software Foundation
1040     gives unlimited permission to copy, distribute and modify it.
1041     _ACEOF
1042     exit 0
1043     fi
1044     exec 5>config.log
1045     cat >&5 <<_ACEOF
1046     This file contains any messages produced by compilers while
1047     running configure, to aid debugging if configure makes a mistake.
1048    
1049     It was created by $as_me, which was
1050     generated by GNU Autoconf 2.59. Invocation command line was
1051    
1052     $ $0 $@
1053    
1054     _ACEOF
1055     {
1056     cat <<_ASUNAME
1057     ## --------- ##
1058     ## Platform. ##
1059     ## --------- ##
1060    
1061     hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1062     uname -m = `(uname -m) 2>/dev/null || echo unknown`
1063     uname -r = `(uname -r) 2>/dev/null || echo unknown`
1064     uname -s = `(uname -s) 2>/dev/null || echo unknown`
1065     uname -v = `(uname -v) 2>/dev/null || echo unknown`
1066    
1067     /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1068     /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1069    
1070     /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1071     /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1072     /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1073     hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1074     /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1075     /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1076     /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1077    
1078     _ASUNAME
1079    
1080     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1081     for as_dir in $PATH
1082     do
1083     IFS=$as_save_IFS
1084     test -z "$as_dir" && as_dir=.
1085     echo "PATH: $as_dir"
1086     done
1087    
1088     } >&5
1089    
1090     cat >&5 <<_ACEOF
1091    
1092    
1093     ## ----------- ##
1094     ## Core tests. ##
1095     ## ----------- ##
1096    
1097     _ACEOF
1098    
1099    
1100     # Keep a trace of the command line.
1101     # Strip out --no-create and --no-recursion so they do not pile up.
1102     # Strip out --silent because we don't want to record it for future runs.
1103     # Also quote any args containing shell meta-characters.
1104     # Make two passes to allow for proper duplicate-argument suppression.
1105     ac_configure_args=
1106     ac_configure_args0=
1107     ac_configure_args1=
1108     ac_sep=
1109     ac_must_keep_next=false
1110     for ac_pass in 1 2
1111     do
1112     for ac_arg
1113     do
1114     case $ac_arg in
1115     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1116     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1117     | -silent | --silent | --silen | --sile | --sil)
1118     continue ;;
1119     *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1120     ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1121     esac
1122     case $ac_pass in
1123     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1124     2)
1125     ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1126     if test $ac_must_keep_next = true; then
1127     ac_must_keep_next=false # Got value, back to normal.
1128     else
1129     case $ac_arg in
1130     *=* | --config-cache | -C | -disable-* | --disable-* \
1131     | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1132     | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1133     | -with-* | --with-* | -without-* | --without-* | --x)
1134     case "$ac_configure_args0 " in
1135     "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1136     esac
1137     ;;
1138     -* ) ac_must_keep_next=true ;;
1139     esac
1140     fi
1141     ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1142     # Get rid of the leading space.
1143     ac_sep=" "
1144     ;;
1145     esac
1146     done
1147     done
1148     $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1149     $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1150    
1151     # When interrupted or exit'd, cleanup temporary files, and complete
1152     # config.log. We remove comments because anyway the quotes in there
1153     # would cause problems or look ugly.
1154     # WARNING: Be sure not to use single quotes in there, as some shells,
1155     # such as our DU 5.0 friend, will then `close' the trap.
1156     trap 'exit_status=$?
1157     # Save into config.log some information that might help in debugging.
1158     {
1159     echo
1160    
1161     cat <<\_ASBOX
1162     ## ---------------- ##
1163     ## Cache variables. ##
1164     ## ---------------- ##
1165     _ASBOX
1166     echo
1167     # The following way of writing the cache mishandles newlines in values,
1168     {
1169     (set) 2>&1 |
1170     case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1171     *ac_space=\ *)
1172     sed -n \
1173     "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1174     s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1175     ;;
1176     *)
1177     sed -n \
1178     "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1179     ;;
1180     esac;
1181     }
1182     echo
1183    
1184     cat <<\_ASBOX
1185     ## ----------------- ##
1186     ## Output variables. ##
1187     ## ----------------- ##
1188     _ASBOX
1189     echo
1190     for ac_var in $ac_subst_vars
1191     do
1192     eval ac_val=$`echo $ac_var`
1193     echo "$ac_var='"'"'$ac_val'"'"'"
1194     done | sort
1195     echo
1196    
1197     if test -n "$ac_subst_files"; then
1198     cat <<\_ASBOX
1199     ## ------------- ##
1200     ## Output files. ##
1201     ## ------------- ##
1202     _ASBOX
1203     echo
1204     for ac_var in $ac_subst_files
1205     do
1206     eval ac_val=$`echo $ac_var`
1207     echo "$ac_var='"'"'$ac_val'"'"'"
1208     done | sort
1209     echo
1210     fi
1211    
1212     if test -s confdefs.h; then
1213     cat <<\_ASBOX
1214     ## ----------- ##
1215     ## confdefs.h. ##
1216     ## ----------- ##
1217     _ASBOX
1218     echo
1219     sed "/^$/d" confdefs.h | sort
1220     echo
1221     fi
1222     test "$ac_signal" != 0 &&
1223     echo "$as_me: caught signal $ac_signal"
1224     echo "$as_me: exit $exit_status"
1225     } >&5
1226     rm -f core *.core &&
1227     rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1228     exit $exit_status
1229     ' 0
1230     for ac_signal in 1 2 13 15; do
1231     trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1232     done
1233     ac_signal=0
1234    
1235     # confdefs.h avoids OS command line length limits that DEFS can exceed.
1236     rm -rf conftest* confdefs.h
1237     # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1238     echo >confdefs.h
1239    
1240     # Predefined preprocessor variables.
1241    
1242     cat >>confdefs.h <<_ACEOF
1243     #define PACKAGE_NAME "$PACKAGE_NAME"
1244     _ACEOF
1245    
1246    
1247     cat >>confdefs.h <<_ACEOF
1248     #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1249     _ACEOF
1250    
1251    
1252     cat >>confdefs.h <<_ACEOF
1253     #define PACKAGE_VERSION "$PACKAGE_VERSION"
1254     _ACEOF
1255    
1256    
1257     cat >>confdefs.h <<_ACEOF
1258     #define PACKAGE_STRING "$PACKAGE_STRING"
1259     _ACEOF
1260    
1261    
1262     cat >>confdefs.h <<_ACEOF
1263     #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1264     _ACEOF
1265 pcg 1.1
1266 pcg 1.11
1267     # Let the site file select an alternate cache file if it wants to.
1268 pcg 1.1 # Prefer explicitly selected file to automatically selected ones.
1269     if test -z "$CONFIG_SITE"; then
1270     if test "x$prefix" != xNONE; then
1271     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1272     else
1273     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1274     fi
1275     fi
1276     for ac_site_file in $CONFIG_SITE; do
1277     if test -r "$ac_site_file"; then
1278 pcg 1.11 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1279     echo "$as_me: loading site script $ac_site_file" >&6;}
1280     sed 's/^/| /' "$ac_site_file" >&5
1281 pcg 1.1 . "$ac_site_file"
1282     fi
1283     done
1284    
1285     if test -r "$cache_file"; then
1286 pcg 1.11 # Some versions of bash will fail to source /dev/null (special
1287     # files actually), so we avoid doing that.
1288     if test -f "$cache_file"; then
1289     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1290     echo "$as_me: loading cache $cache_file" >&6;}
1291     case $cache_file in
1292     [\\/]* | ?:[\\/]* ) . $cache_file;;
1293     *) . ./$cache_file;;
1294     esac
1295     fi
1296 pcg 1.1 else
1297 pcg 1.11 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1298     echo "$as_me: creating cache $cache_file" >&6;}
1299     >$cache_file
1300     fi
1301    
1302     # Check that the precious variables saved in the cache have kept the same
1303     # value.
1304     ac_cache_corrupted=false
1305     for ac_var in `(set) 2>&1 |
1306     sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1307     eval ac_old_set=\$ac_cv_env_${ac_var}_set
1308     eval ac_new_set=\$ac_env_${ac_var}_set
1309     eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1310     eval ac_new_val="\$ac_env_${ac_var}_value"
1311     case $ac_old_set,$ac_new_set in
1312     set,)
1313     { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1314     echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1315     ac_cache_corrupted=: ;;
1316     ,set)
1317     { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1318     echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1319     ac_cache_corrupted=: ;;
1320     ,);;
1321     *)
1322     if test "x$ac_old_val" != "x$ac_new_val"; then
1323     { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1324     echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1325     { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1326     echo "$as_me: former value: $ac_old_val" >&2;}
1327     { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1328     echo "$as_me: current value: $ac_new_val" >&2;}
1329     ac_cache_corrupted=:
1330     fi;;
1331     esac
1332     # Pass precious variables to config.status.
1333     if test "$ac_new_set" = set; then
1334     case $ac_new_val in
1335     *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1336     ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1337     *) ac_arg=$ac_var=$ac_new_val ;;
1338     esac
1339     case " $ac_configure_args " in
1340     *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1341     *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1342     esac
1343     fi
1344     done
1345     if $ac_cache_corrupted; then
1346     { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1347     echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1348     { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1349     echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1350     { (exit 1); exit 1; }; }
1351 pcg 1.1 fi
1352    
1353     ac_ext=c
1354     ac_cpp='$CPP $CPPFLAGS'
1355 pcg 1.11 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1356     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1357     ac_compiler_gnu=$ac_cv_c_compiler_gnu
1358    
1359    
1360    
1361    
1362    
1363    
1364    
1365    
1366    
1367    
1368    
1369    
1370    
1371    
1372    
1373    
1374    
1375 pcg 1.1
1376    
1377 root 1.32
1378 pcg 1.1 ac_aux_dir=
1379     for ac_dir in autoconf $srcdir/autoconf; do
1380     if test -f $ac_dir/install-sh; then
1381     ac_aux_dir=$ac_dir
1382     ac_install_sh="$ac_aux_dir/install-sh -c"
1383     break
1384     elif test -f $ac_dir/install.sh; then
1385     ac_aux_dir=$ac_dir
1386     ac_install_sh="$ac_aux_dir/install.sh -c"
1387     break
1388 pcg 1.11 elif test -f $ac_dir/shtool; then
1389     ac_aux_dir=$ac_dir
1390     ac_install_sh="$ac_aux_dir/shtool install -c"
1391     break
1392 pcg 1.1 fi
1393     done
1394     if test -z "$ac_aux_dir"; then
1395 pcg 1.11 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in autoconf $srcdir/autoconf" >&5
1396     echo "$as_me: error: cannot find install-sh or install.sh in autoconf $srcdir/autoconf" >&2;}
1397     { (exit 1); exit 1; }; }
1398     fi
1399     ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1400     ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1401     ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1402 pcg 1.1
1403 pcg 1.11 ac_config_headers="$ac_config_headers config.h:autoconf/config.h.in"
1404 pcg 1.1
1405    
1406 root 1.48 # Make sure we can run config.sub.
1407     $ac_config_sub sun4 >/dev/null 2>&1 ||
1408     { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1409     echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1410     { (exit 1); exit 1; }; }
1411    
1412     echo "$as_me:$LINENO: checking build system type" >&5
1413     echo $ECHO_N "checking build system type... $ECHO_C" >&6
1414     if test "${ac_cv_build+set}" = set; then
1415     echo $ECHO_N "(cached) $ECHO_C" >&6
1416     else
1417     ac_cv_build_alias=$build_alias
1418     test -z "$ac_cv_build_alias" &&
1419     ac_cv_build_alias=`$ac_config_guess`
1420     test -z "$ac_cv_build_alias" &&
1421     { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1422     echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1423     { (exit 1); exit 1; }; }
1424     ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1425     { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1426     echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1427     { (exit 1); exit 1; }; }
1428    
1429     fi
1430     echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1431     echo "${ECHO_T}$ac_cv_build" >&6
1432     build=$ac_cv_build
1433     build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1434     build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1435     build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1436    
1437    
1438     echo "$as_me:$LINENO: checking host system type" >&5
1439     echo $ECHO_N "checking host system type... $ECHO_C" >&6
1440     if test "${ac_cv_host+set}" = set; then
1441     echo $ECHO_N "(cached) $ECHO_C" >&6
1442     else
1443     ac_cv_host_alias=$host_alias
1444     test -z "$ac_cv_host_alias" &&
1445     ac_cv_host_alias=$ac_cv_build_alias
1446     ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1447     { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1448     echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1449     { (exit 1); exit 1; }; }
1450    
1451     fi
1452     echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1453     echo "${ECHO_T}$ac_cv_host" >&6
1454     host=$ac_cv_host
1455     host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1456     host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1457     host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1458    
1459    
1460    
1461 pcg 1.1 VERSION=`sed -n -e 's/^.*[ \t]VERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
1462     DATE=`sed -n -e 's/^.*[ \t]DATE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
1463     echo ""
1464     echo "configuring for rxvt $VERSION"
1465     echo ""
1466    
1467    
1468 pcg 1.11 ac_ext=c
1469     ac_cpp='$CPP $CPPFLAGS'
1470     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1471     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1472     ac_compiler_gnu=$ac_cv_c_compiler_gnu
1473     if test -n "$ac_tool_prefix"; then
1474     # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1475     set dummy ${ac_tool_prefix}gcc; ac_word=$2
1476     echo "$as_me:$LINENO: checking for $ac_word" >&5
1477     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1478     if test "${ac_cv_prog_CC+set}" = set; then
1479     echo $ECHO_N "(cached) $ECHO_C" >&6
1480     else
1481     if test -n "$CC"; then
1482     ac_cv_prog_CC="$CC" # Let the user override the test.
1483     else
1484     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1485     for as_dir in $PATH
1486     do
1487     IFS=$as_save_IFS
1488     test -z "$as_dir" && as_dir=.
1489     for ac_exec_ext in '' $ac_executable_extensions; do
1490     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1491     ac_cv_prog_CC="${ac_tool_prefix}gcc"
1492     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1493     break 2
1494     fi
1495     done
1496     done
1497    
1498     fi
1499     fi
1500     CC=$ac_cv_prog_CC
1501     if test -n "$CC"; then
1502     echo "$as_me:$LINENO: result: $CC" >&5
1503     echo "${ECHO_T}$CC" >&6
1504     else
1505     echo "$as_me:$LINENO: result: no" >&5
1506     echo "${ECHO_T}no" >&6
1507     fi
1508    
1509     fi
1510     if test -z "$ac_cv_prog_CC"; then
1511     ac_ct_CC=$CC
1512     # Extract the first word of "gcc", so it can be a program name with args.
1513 pcg 1.1 set dummy gcc; ac_word=$2
1514 pcg 1.11 echo "$as_me:$LINENO: checking for $ac_word" >&5
1515     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1516     if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1517     echo $ECHO_N "(cached) $ECHO_C" >&6
1518     else
1519     if test -n "$ac_ct_CC"; then
1520     ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1521     else
1522     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1523     for as_dir in $PATH
1524     do
1525     IFS=$as_save_IFS
1526     test -z "$as_dir" && as_dir=.
1527     for ac_exec_ext in '' $ac_executable_extensions; do
1528     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1529     ac_cv_prog_ac_ct_CC="gcc"
1530     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1531     break 2
1532     fi
1533     done
1534     done
1535    
1536     fi
1537     fi
1538     ac_ct_CC=$ac_cv_prog_ac_ct_CC
1539     if test -n "$ac_ct_CC"; then
1540     echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1541     echo "${ECHO_T}$ac_ct_CC" >&6
1542     else
1543     echo "$as_me:$LINENO: result: no" >&5
1544     echo "${ECHO_T}no" >&6
1545     fi
1546    
1547     CC=$ac_ct_CC
1548     else
1549     CC="$ac_cv_prog_CC"
1550     fi
1551    
1552     if test -z "$CC"; then
1553     if test -n "$ac_tool_prefix"; then
1554     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1555     set dummy ${ac_tool_prefix}cc; ac_word=$2
1556     echo "$as_me:$LINENO: checking for $ac_word" >&5
1557     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1558     if test "${ac_cv_prog_CC+set}" = set; then
1559     echo $ECHO_N "(cached) $ECHO_C" >&6
1560 pcg 1.1 else
1561     if test -n "$CC"; then
1562     ac_cv_prog_CC="$CC" # Let the user override the test.
1563     else
1564 pcg 1.11 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1565     for as_dir in $PATH
1566     do
1567     IFS=$as_save_IFS
1568     test -z "$as_dir" && as_dir=.
1569     for ac_exec_ext in '' $ac_executable_extensions; do
1570     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1571     ac_cv_prog_CC="${ac_tool_prefix}cc"
1572     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1573     break 2
1574     fi
1575     done
1576     done
1577    
1578 pcg 1.1 fi
1579     fi
1580 pcg 1.11 CC=$ac_cv_prog_CC
1581 pcg 1.1 if test -n "$CC"; then
1582 pcg 1.11 echo "$as_me:$LINENO: result: $CC" >&5
1583     echo "${ECHO_T}$CC" >&6
1584     else
1585     echo "$as_me:$LINENO: result: no" >&5
1586     echo "${ECHO_T}no" >&6
1587     fi
1588    
1589     fi
1590     if test -z "$ac_cv_prog_CC"; then
1591     ac_ct_CC=$CC
1592     # Extract the first word of "cc", so it can be a program name with args.
1593     set dummy cc; ac_word=$2
1594     echo "$as_me:$LINENO: checking for $ac_word" >&5
1595     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1596     if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1597     echo $ECHO_N "(cached) $ECHO_C" >&6
1598     else
1599     if test -n "$ac_ct_CC"; then
1600     ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1601     else
1602     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1603     for as_dir in $PATH
1604     do
1605     IFS=$as_save_IFS
1606     test -z "$as_dir" && as_dir=.
1607     for ac_exec_ext in '' $ac_executable_extensions; do
1608     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1609     ac_cv_prog_ac_ct_CC="cc"
1610     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1611     break 2
1612     fi
1613     done
1614     done
1615    
1616     fi
1617     fi
1618     ac_ct_CC=$ac_cv_prog_ac_ct_CC
1619     if test -n "$ac_ct_CC"; then
1620     echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1621     echo "${ECHO_T}$ac_ct_CC" >&6
1622     else
1623     echo "$as_me:$LINENO: result: no" >&5
1624     echo "${ECHO_T}no" >&6
1625     fi
1626    
1627     CC=$ac_ct_CC
1628 pcg 1.1 else
1629 pcg 1.11 CC="$ac_cv_prog_CC"
1630 pcg 1.1 fi
1631    
1632 pcg 1.11 fi
1633 pcg 1.1 if test -z "$CC"; then
1634     # Extract the first word of "cc", so it can be a program name with args.
1635     set dummy cc; ac_word=$2
1636 pcg 1.11 echo "$as_me:$LINENO: checking for $ac_word" >&5
1637     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1638     if test "${ac_cv_prog_CC+set}" = set; then
1639     echo $ECHO_N "(cached) $ECHO_C" >&6
1640 pcg 1.1 else
1641     if test -n "$CC"; then
1642     ac_cv_prog_CC="$CC" # Let the user override the test.
1643     else
1644     ac_prog_rejected=no
1645 pcg 1.11 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1646     for as_dir in $PATH
1647     do
1648     IFS=$as_save_IFS
1649     test -z "$as_dir" && as_dir=.
1650     for ac_exec_ext in '' $ac_executable_extensions; do
1651     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1652     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
1653     ac_prog_rejected=yes
1654     continue
1655     fi
1656     ac_cv_prog_CC="cc"
1657     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1658     break 2
1659     fi
1660     done
1661     done
1662    
1663 pcg 1.1 if test $ac_prog_rejected = yes; then
1664     # We found a bogon in the path, so make sure we never use it.
1665     set dummy $ac_cv_prog_CC
1666     shift
1667 pcg 1.11 if test $# != 0; then
1668 pcg 1.1 # We chose a different compiler from the bogus one.
1669     # However, it has the same basename, so the bogon will be chosen
1670     # first if we set CC to just the basename; use the full file name.
1671     shift
1672 pcg 1.11 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
1673 pcg 1.1 fi
1674     fi
1675     fi
1676     fi
1677 pcg 1.11 CC=$ac_cv_prog_CC
1678 pcg 1.1 if test -n "$CC"; then
1679 pcg 1.11 echo "$as_me:$LINENO: result: $CC" >&5
1680     echo "${ECHO_T}$CC" >&6
1681 pcg 1.1 else
1682 pcg 1.11 echo "$as_me:$LINENO: result: no" >&5
1683     echo "${ECHO_T}no" >&6
1684 pcg 1.1 fi
1685    
1686 pcg 1.11 fi
1687     if test -z "$CC"; then
1688     if test -n "$ac_tool_prefix"; then
1689     for ac_prog in cl
1690     do
1691     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1692     set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1693     echo "$as_me:$LINENO: checking for $ac_word" >&5
1694     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1695     if test "${ac_cv_prog_CC+set}" = set; then
1696     echo $ECHO_N "(cached) $ECHO_C" >&6
1697 pcg 1.1 else
1698     if test -n "$CC"; then
1699     ac_cv_prog_CC="$CC" # Let the user override the test.
1700     else
1701 pcg 1.11 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1702     for as_dir in $PATH
1703     do
1704     IFS=$as_save_IFS
1705     test -z "$as_dir" && as_dir=.
1706     for ac_exec_ext in '' $ac_executable_extensions; do
1707     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1708     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1709     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1710     break 2
1711     fi
1712     done
1713     done
1714    
1715 pcg 1.1 fi
1716     fi
1717 pcg 1.11 CC=$ac_cv_prog_CC
1718 pcg 1.1 if test -n "$CC"; then
1719 pcg 1.11 echo "$as_me:$LINENO: result: $CC" >&5
1720     echo "${ECHO_T}$CC" >&6
1721 pcg 1.1 else
1722 pcg 1.11 echo "$as_me:$LINENO: result: no" >&5
1723     echo "${ECHO_T}no" >&6
1724     fi
1725    
1726     test -n "$CC" && break
1727     done
1728 pcg 1.1 fi
1729 pcg 1.11 if test -z "$CC"; then
1730     ac_ct_CC=$CC
1731     for ac_prog in cl
1732     do
1733     # Extract the first word of "$ac_prog", so it can be a program name with args.
1734     set dummy $ac_prog; ac_word=$2
1735     echo "$as_me:$LINENO: checking for $ac_word" >&5
1736     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1737     if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1738     echo $ECHO_N "(cached) $ECHO_C" >&6
1739     else
1740     if test -n "$ac_ct_CC"; then
1741     ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1742     else
1743     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1744     for as_dir in $PATH
1745     do
1746     IFS=$as_save_IFS
1747     test -z "$as_dir" && as_dir=.
1748     for ac_exec_ext in '' $ac_executable_extensions; do
1749     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1750     ac_cv_prog_ac_ct_CC="$ac_prog"
1751     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1752     break 2
1753 pcg 1.1 fi
1754 pcg 1.11 done
1755     done
1756    
1757     fi
1758     fi
1759     ac_ct_CC=$ac_cv_prog_ac_ct_CC
1760     if test -n "$ac_ct_CC"; then
1761     echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1762     echo "${ECHO_T}$ac_ct_CC" >&6
1763     else
1764     echo "$as_me:$LINENO: result: no" >&5
1765     echo "${ECHO_T}no" >&6
1766     fi
1767    
1768     test -n "$ac_ct_CC" && break
1769     done
1770    
1771     CC=$ac_ct_CC
1772     fi
1773    
1774 pcg 1.1 fi
1775    
1776    
1777 pcg 1.11 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
1778     See \`config.log' for more details." >&5
1779     echo "$as_me: error: no acceptable C compiler found in \$PATH
1780     See \`config.log' for more details." >&2;}
1781     { (exit 1); exit 1; }; }
1782    
1783     # Provide some information about the compiler.
1784     echo "$as_me:$LINENO:" \
1785     "checking for C compiler version" >&5
1786     ac_compiler=`set X $ac_compile; echo $2`
1787     { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
1788     (eval $ac_compiler --version </dev/null >&5) 2>&5
1789     ac_status=$?
1790     echo "$as_me:$LINENO: \$? = $ac_status" >&5
1791     (exit $ac_status); }
1792     { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
1793     (eval $ac_compiler -v </dev/null >&5) 2>&5
1794     ac_status=$?
1795     echo "$as_me:$LINENO: \$? = $ac_status" >&5
1796     (exit $ac_status); }
1797     { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
1798     (eval $ac_compiler -V </dev/null >&5) 2>&5
1799     ac_status=$?
1800     echo "$as_me:$LINENO: \$? = $ac_status" >&5
1801     (exit $ac_status); }
1802    
1803     cat >conftest.$ac_ext <<_ACEOF
1804     /* confdefs.h. */
1805     _ACEOF
1806     cat confdefs.h >>conftest.$ac_ext
1807     cat >>conftest.$ac_ext <<_ACEOF
1808     /* end confdefs.h. */
1809 pcg 1.1
1810 pcg 1.11 int
1811     main ()
1812     {
1813 pcg 1.1
1814 pcg 1.11 ;
1815     return 0;
1816     }
1817     _ACEOF
1818     ac_clean_files_save=$ac_clean_files
1819     ac_clean_files="$ac_clean_files a.out a.exe b.out"
1820     # Try to create an executable without -o first, disregard a.out.
1821     # It will help us diagnose broken compilers, and finding out an intuition
1822     # of exeext.
1823     echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
1824     echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
1825     ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
1826     if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
1827     (eval $ac_link_default) 2>&5
1828     ac_status=$?
1829     echo "$as_me:$LINENO: \$? = $ac_status" >&5
1830     (exit $ac_status); }; then
1831     # Find the output, starting from the most likely. This scheme is
1832     # not robust to junk in `.', hence go to wildcards (a.*) only as a last
1833     # resort.
1834    
1835     # Be careful to initialize this variable, since it used to be cached.
1836     # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
1837     ac_cv_exeext=
1838     # b.out is created by i960 compilers.
1839     for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
1840     do
1841     test -f "$ac_file" || continue
1842     case $ac_file in
1843     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
1844     ;;
1845     conftest.$ac_ext )
1846     # This is the source file.
1847     ;;
1848     [ab].out )
1849     # We found the default executable, but exeext='' is most
1850     # certainly right.
1851     break;;
1852     *.* )
1853     ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1854     # FIXME: I believe we export ac_cv_exeext for Libtool,
1855     # but it would be cool to find out if it's true. Does anybody
1856     # maintain Libtool? --akim.
1857     export ac_cv_exeext
1858     break;;
1859     * )
1860     break;;
1861     esac
1862     done
1863     else
1864     echo "$as_me: failed program was:" >&5
1865     sed 's/^/| /' conftest.$ac_ext >&5
1866 pcg 1.1
1867 pcg 1.11 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
1868     See \`config.log' for more details." >&5
1869     echo "$as_me: error: C compiler cannot create executables
1870     See \`config.log' for more details." >&2;}
1871     { (exit 77); exit 77; }; }
1872     fi
1873    
1874     ac_exeext=$ac_cv_exeext
1875     echo "$as_me:$LINENO: result: $ac_file" >&5
1876     echo "${ECHO_T}$ac_file" >&6
1877    
1878     # Check the compiler produces executables we can run. If not, either
1879     # the compiler is broken, or we cross compile.
1880     echo "$as_me:$LINENO: checking whether the C compiler works" >&5
1881     echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
1882     # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
1883     # If not cross compiling, check that we can run a simple program.
1884     if test "$cross_compiling" != yes; then
1885     if { ac_try='./$ac_file'
1886     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1887     (eval $ac_try) 2>&5
1888     ac_status=$?
1889     echo "$as_me:$LINENO: \$? = $ac_status" >&5
1890     (exit $ac_status); }; }; then
1891     cross_compiling=no
1892     else
1893     if test "$cross_compiling" = maybe; then
1894     cross_compiling=yes
1895     else
1896     { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
1897     If you meant to cross compile, use \`--host'.
1898     See \`config.log' for more details." >&5
1899     echo "$as_me: error: cannot run C compiled programs.
1900     If you meant to cross compile, use \`--host'.
1901     See \`config.log' for more details." >&2;}
1902     { (exit 1); exit 1; }; }
1903     fi
1904 pcg 1.1 fi
1905 pcg 1.11 fi
1906     echo "$as_me:$LINENO: result: yes" >&5
1907     echo "${ECHO_T}yes" >&6
1908    
1909     rm -f a.out a.exe conftest$ac_cv_exeext b.out
1910     ac_clean_files=$ac_clean_files_save
1911     # Check the compiler produces executables we can run. If not, either
1912     # the compiler is broken, or we cross compile.
1913     echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
1914     echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
1915     echo "$as_me:$LINENO: result: $cross_compiling" >&5
1916     echo "${ECHO_T}$cross_compiling" >&6
1917    
1918     echo "$as_me:$LINENO: checking for suffix of executables" >&5
1919     echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
1920     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
1921     (eval $ac_link) 2>&5
1922     ac_status=$?
1923     echo "$as_me:$LINENO: \$? = $ac_status" >&5
1924     (exit $ac_status); }; then
1925     # If both `conftest.exe' and `conftest' are `present' (well, observable)
1926     # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
1927     # work properly (i.e., refer to `conftest.exe'), while it won't with
1928     # `rm'.
1929     for ac_file in conftest.exe conftest conftest.*; do
1930     test -f "$ac_file" || continue
1931     case $ac_file in
1932     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
1933     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1934     export ac_cv_exeext
1935     break;;
1936     * ) break;;
1937     esac
1938     done
1939 pcg 1.1 else
1940 pcg 1.11 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
1941     See \`config.log' for more details." >&5
1942     echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
1943     See \`config.log' for more details." >&2;}
1944     { (exit 1); exit 1; }; }
1945 pcg 1.1 fi
1946 pcg 1.11
1947     rm -f conftest$ac_cv_exeext
1948     echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
1949     echo "${ECHO_T}$ac_cv_exeext" >&6
1950    
1951     rm -f conftest.$ac_ext
1952     EXEEXT=$ac_cv_exeext
1953     ac_exeext=$EXEEXT
1954     echo "$as_me:$LINENO: checking for suffix of object files" >&5
1955     echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
1956     if test "${ac_cv_objext+set}" = set; then
1957     echo $ECHO_N "(cached) $ECHO_C" >&6
1958     else
1959     cat >conftest.$ac_ext <<_ACEOF
1960     /* confdefs.h. */
1961     _ACEOF
1962     cat confdefs.h >>conftest.$ac_ext
1963     cat >>conftest.$ac_ext <<_ACEOF
1964     /* end confdefs.h. */
1965    
1966     int
1967     main ()
1968     {
1969    
1970     ;
1971     return 0;
1972     }
1973     _ACEOF
1974     rm -f conftest.o conftest.obj
1975     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1976     (eval $ac_compile) 2>&5
1977     ac_status=$?
1978     echo "$as_me:$LINENO: \$? = $ac_status" >&5
1979     (exit $ac_status); }; then
1980     for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
1981     case $ac_file in
1982     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
1983     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
1984     break;;
1985     esac
1986     done
1987 pcg 1.1 else
1988 pcg 1.11 echo "$as_me: failed program was:" >&5
1989     sed 's/^/| /' conftest.$ac_ext >&5
1990    
1991     { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
1992     See \`config.log' for more details." >&5
1993     echo "$as_me: error: cannot compute suffix of object files: cannot compile
1994     See \`config.log' for more details." >&2;}
1995     { (exit 1); exit 1; }; }
1996 pcg 1.1 fi
1997 pcg 1.11
1998     rm -f conftest.$ac_cv_objext conftest.$ac_ext
1999 pcg 1.1 fi
2000 pcg 1.11 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2001     echo "${ECHO_T}$ac_cv_objext" >&6
2002     OBJEXT=$ac_cv_objext
2003     ac_objext=$OBJEXT
2004     echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2005     echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2006     if test "${ac_cv_c_compiler_gnu+set}" = set; then
2007     echo $ECHO_N "(cached) $ECHO_C" >&6
2008     else
2009     cat >conftest.$ac_ext <<_ACEOF
2010     /* confdefs.h. */
2011     _ACEOF
2012     cat confdefs.h >>conftest.$ac_ext
2013     cat >>conftest.$ac_ext <<_ACEOF
2014     /* end confdefs.h. */
2015    
2016     int
2017     main ()
2018     {
2019     #ifndef __GNUC__
2020     choke me
2021     #endif
2022 pcg 1.1
2023 pcg 1.11 ;
2024     return 0;
2025     }
2026     _ACEOF
2027     rm -f conftest.$ac_objext
2028     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2029     (eval $ac_compile) 2>conftest.er1
2030     ac_status=$?
2031     grep -v '^ *+' conftest.er1 >conftest.err
2032     rm -f conftest.er1
2033     cat conftest.err >&5
2034     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2035     (exit $ac_status); } &&
2036     { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2037     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2038     (eval $ac_try) 2>&5
2039     ac_status=$?
2040     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2041     (exit $ac_status); }; } &&
2042     { ac_try='test -s conftest.$ac_objext'
2043     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2044     (eval $ac_try) 2>&5
2045     ac_status=$?
2046     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2047     (exit $ac_status); }; }; then
2048     ac_compiler_gnu=yes
2049     else
2050     echo "$as_me: failed program was:" >&5
2051     sed 's/^/| /' conftest.$ac_ext >&5
2052    
2053     ac_compiler_gnu=no
2054     fi
2055     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2056     ac_cv_c_compiler_gnu=$ac_compiler_gnu
2057    
2058     fi
2059     echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2060     echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2061     GCC=`test $ac_compiler_gnu = yes && echo yes`
2062     ac_test_CFLAGS=${CFLAGS+set}
2063     ac_save_CFLAGS=$CFLAGS
2064     CFLAGS="-g"
2065     echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2066     echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2067     if test "${ac_cv_prog_cc_g+set}" = set; then
2068     echo $ECHO_N "(cached) $ECHO_C" >&6
2069     else
2070     cat >conftest.$ac_ext <<_ACEOF
2071     /* confdefs.h. */
2072     _ACEOF
2073     cat confdefs.h >>conftest.$ac_ext
2074     cat >>conftest.$ac_ext <<_ACEOF
2075     /* end confdefs.h. */
2076 pcg 1.1
2077 pcg 1.11 int
2078     main ()
2079     {
2080 pcg 1.1
2081 pcg 1.11 ;
2082     return 0;
2083     }
2084     _ACEOF
2085     rm -f conftest.$ac_objext
2086     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2087     (eval $ac_compile) 2>conftest.er1
2088     ac_status=$?
2089     grep -v '^ *+' conftest.er1 >conftest.err
2090     rm -f conftest.er1
2091     cat conftest.err >&5
2092     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2093     (exit $ac_status); } &&
2094     { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2095     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2096     (eval $ac_try) 2>&5
2097     ac_status=$?
2098     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2099     (exit $ac_status); }; } &&
2100     { ac_try='test -s conftest.$ac_objext'
2101     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2102     (eval $ac_try) 2>&5
2103     ac_status=$?
2104     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2105     (exit $ac_status); }; }; then
2106 pcg 1.1 ac_cv_prog_cc_g=yes
2107     else
2108 pcg 1.11 echo "$as_me: failed program was:" >&5
2109     sed 's/^/| /' conftest.$ac_ext >&5
2110    
2111     ac_cv_prog_cc_g=no
2112 pcg 1.1 fi
2113 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2114 pcg 1.1 fi
2115 pcg 1.11 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2116     echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2117 pcg 1.1 if test "$ac_test_CFLAGS" = set; then
2118 pcg 1.11 CFLAGS=$ac_save_CFLAGS
2119 pcg 1.1 elif test $ac_cv_prog_cc_g = yes; then
2120     if test "$GCC" = yes; then
2121     CFLAGS="-g -O2"
2122     else
2123     CFLAGS="-g"
2124     fi
2125     else
2126     if test "$GCC" = yes; then
2127     CFLAGS="-O2"
2128     else
2129     CFLAGS=
2130     fi
2131     fi
2132 pcg 1.11 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2133     echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2134     if test "${ac_cv_prog_cc_stdc+set}" = set; then
2135     echo $ECHO_N "(cached) $ECHO_C" >&6
2136     else
2137     ac_cv_prog_cc_stdc=no
2138     ac_save_CC=$CC
2139     cat >conftest.$ac_ext <<_ACEOF
2140     /* confdefs.h. */
2141     _ACEOF
2142     cat confdefs.h >>conftest.$ac_ext
2143     cat >>conftest.$ac_ext <<_ACEOF
2144     /* end confdefs.h. */
2145     #include <stdarg.h>
2146     #include <stdio.h>
2147     #include <sys/types.h>
2148     #include <sys/stat.h>
2149     /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2150     struct buf { int x; };
2151     FILE * (*rcsopen) (struct buf *, struct stat *, int);
2152     static char *e (p, i)
2153     char **p;
2154     int i;
2155     {
2156     return p[i];
2157     }
2158     static char *f (char * (*g) (char **, int), char **p, ...)
2159     {
2160     char *s;
2161     va_list v;
2162     va_start (v,p);
2163     s = g (p, va_arg (v,int));
2164     va_end (v);
2165     return s;
2166     }
2167 pcg 1.1
2168 pcg 1.11 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2169     function prototypes and stuff, but not '\xHH' hex character constants.
2170     These don't provoke an error unfortunately, instead are silently treated
2171     as 'x'. The following induces an error, until -std1 is added to get
2172     proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2173     array size at least. It's necessary to write '\x00'==0 to get something
2174     that's true only with -std1. */
2175     int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2176    
2177     int test (int i, double x);
2178     struct s1 {int (*f) (int a);};
2179     struct s2 {int (*f) (double a);};
2180     int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2181     int argc;
2182     char **argv;
2183     int
2184     main ()
2185     {
2186     return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2187     ;
2188     return 0;
2189     }
2190     _ACEOF
2191     # Don't try gcc -ansi; that turns off useful extensions and
2192     # breaks some systems' header files.
2193     # AIX -qlanglvl=ansi
2194     # Ultrix and OSF/1 -std1
2195     # HP-UX 10.20 and later -Ae
2196     # HP-UX older versions -Aa -D_HPUX_SOURCE
2197     # SVR4 -Xc -D__EXTENSIONS__
2198     for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2199 pcg 1.1 do
2200 pcg 1.11 CC="$ac_save_CC $ac_arg"
2201     rm -f conftest.$ac_objext
2202     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2203     (eval $ac_compile) 2>conftest.er1
2204     ac_status=$?
2205     grep -v '^ *+' conftest.er1 >conftest.err
2206     rm -f conftest.er1
2207     cat conftest.err >&5
2208     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2209     (exit $ac_status); } &&
2210     { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2211     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2212     (eval $ac_try) 2>&5
2213     ac_status=$?
2214     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2215     (exit $ac_status); }; } &&
2216     { ac_try='test -s conftest.$ac_objext'
2217     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2218     (eval $ac_try) 2>&5
2219     ac_status=$?
2220     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2221     (exit $ac_status); }; }; then
2222     ac_cv_prog_cc_stdc=$ac_arg
2223     break
2224 pcg 1.1 else
2225 pcg 1.11 echo "$as_me: failed program was:" >&5
2226     sed 's/^/| /' conftest.$ac_ext >&5
2227    
2228 pcg 1.1 fi
2229 pcg 1.11 rm -f conftest.err conftest.$ac_objext
2230 pcg 1.1 done
2231 pcg 1.11 rm -f conftest.$ac_ext conftest.$ac_objext
2232     CC=$ac_save_CC
2233 pcg 1.1
2234 pcg 1.11 fi
2235 pcg 1.1
2236 pcg 1.11 case "x$ac_cv_prog_cc_stdc" in
2237     x|xno)
2238     echo "$as_me:$LINENO: result: none needed" >&5
2239     echo "${ECHO_T}none needed" >&6 ;;
2240     *)
2241     echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2242     echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2243     CC="$CC $ac_cv_prog_cc_stdc" ;;
2244     esac
2245 pcg 1.1
2246 pcg 1.11 # Some people use a C++ compiler to compile C. Since we use `exit',
2247     # in C++ we need to declare it. In case someone uses the same compiler
2248     # for both compiling C and C++ we need to have the C++ compiler decide
2249     # the declaration of exit, since it's the most demanding environment.
2250     cat >conftest.$ac_ext <<_ACEOF
2251     #ifndef __cplusplus
2252     choke me
2253     #endif
2254     _ACEOF
2255     rm -f conftest.$ac_objext
2256     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2257     (eval $ac_compile) 2>conftest.er1
2258     ac_status=$?
2259     grep -v '^ *+' conftest.er1 >conftest.err
2260     rm -f conftest.er1
2261     cat conftest.err >&5
2262     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2263     (exit $ac_status); } &&
2264     { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2265     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2266     (eval $ac_try) 2>&5
2267     ac_status=$?
2268     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2269     (exit $ac_status); }; } &&
2270     { ac_try='test -s conftest.$ac_objext'
2271     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2272     (eval $ac_try) 2>&5
2273     ac_status=$?
2274     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2275     (exit $ac_status); }; }; then
2276     for ac_declaration in \
2277     '' \
2278     'extern "C" void std::exit (int) throw (); using std::exit;' \
2279     'extern "C" void std::exit (int); using std::exit;' \
2280     'extern "C" void exit (int) throw ();' \
2281     'extern "C" void exit (int);' \
2282     'void exit (int);'
2283     do
2284     cat >conftest.$ac_ext <<_ACEOF
2285     /* confdefs.h. */
2286     _ACEOF
2287     cat confdefs.h >>conftest.$ac_ext
2288     cat >>conftest.$ac_ext <<_ACEOF
2289     /* end confdefs.h. */
2290     $ac_declaration
2291     #include <stdlib.h>
2292     int
2293     main ()
2294     {
2295     exit (42);
2296     ;
2297     return 0;
2298     }
2299     _ACEOF
2300     rm -f conftest.$ac_objext
2301     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2302     (eval $ac_compile) 2>conftest.er1
2303     ac_status=$?
2304     grep -v '^ *+' conftest.er1 >conftest.err
2305     rm -f conftest.er1
2306     cat conftest.err >&5
2307     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2308     (exit $ac_status); } &&
2309     { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2310     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2311     (eval $ac_try) 2>&5
2312     ac_status=$?
2313     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2314     (exit $ac_status); }; } &&
2315     { ac_try='test -s conftest.$ac_objext'
2316     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2317     (eval $ac_try) 2>&5
2318     ac_status=$?
2319     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2320     (exit $ac_status); }; }; then
2321     :
2322     else
2323     echo "$as_me: failed program was:" >&5
2324     sed 's/^/| /' conftest.$ac_ext >&5
2325 pcg 1.1
2326 pcg 1.11 continue
2327     fi
2328     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2329     cat >conftest.$ac_ext <<_ACEOF
2330     /* confdefs.h. */
2331     _ACEOF
2332     cat confdefs.h >>conftest.$ac_ext
2333     cat >>conftest.$ac_ext <<_ACEOF
2334     /* end confdefs.h. */
2335     $ac_declaration
2336     int
2337     main ()
2338     {
2339     exit (42);
2340     ;
2341     return 0;
2342     }
2343     _ACEOF
2344     rm -f conftest.$ac_objext
2345     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2346     (eval $ac_compile) 2>conftest.er1
2347     ac_status=$?
2348     grep -v '^ *+' conftest.er1 >conftest.err
2349     rm -f conftest.er1
2350     cat conftest.err >&5
2351     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2352     (exit $ac_status); } &&
2353     { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2354     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2355     (eval $ac_try) 2>&5
2356     ac_status=$?
2357     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2358     (exit $ac_status); }; } &&
2359     { ac_try='test -s conftest.$ac_objext'
2360     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2361     (eval $ac_try) 2>&5
2362     ac_status=$?
2363     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2364     (exit $ac_status); }; }; then
2365     break
2366     else
2367     echo "$as_me: failed program was:" >&5
2368     sed 's/^/| /' conftest.$ac_ext >&5
2369 pcg 1.1
2370 pcg 1.11 fi
2371     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2372     done
2373     rm -f conftest*
2374     if test -n "$ac_declaration"; then
2375     echo '#ifdef __cplusplus' >>confdefs.h
2376     echo $ac_declaration >>confdefs.h
2377     echo '#endif' >>confdefs.h
2378     fi
2379 pcg 1.1
2380     else
2381 pcg 1.11 echo "$as_me: failed program was:" >&5
2382     sed 's/^/| /' conftest.$ac_ext >&5
2383    
2384 pcg 1.1 fi
2385 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2386 pcg 1.1 ac_ext=c
2387     ac_cpp='$CPP $CPPFLAGS'
2388 pcg 1.11 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2389     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2390     ac_compiler_gnu=$ac_cv_c_compiler_gnu
2391    
2392     ac_ext=cc
2393     ac_cpp='$CXXCPP $CPPFLAGS'
2394     ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2395     ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2396     ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
2397     if test -n "$ac_tool_prefix"; then
2398     for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
2399     do
2400     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2401     set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2402     echo "$as_me:$LINENO: checking for $ac_word" >&5
2403     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2404     if test "${ac_cv_prog_CXX+set}" = set; then
2405     echo $ECHO_N "(cached) $ECHO_C" >&6
2406     else
2407     if test -n "$CXX"; then
2408     ac_cv_prog_CXX="$CXX" # Let the user override the test.
2409 pcg 1.1 else
2410 pcg 1.11 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2411     for as_dir in $PATH
2412     do
2413     IFS=$as_save_IFS
2414     test -z "$as_dir" && as_dir=.
2415     for ac_exec_ext in '' $ac_executable_extensions; do
2416     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2417     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
2418     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2419     break 2
2420     fi
2421     done
2422     done
2423    
2424 pcg 1.1 fi
2425     fi
2426 pcg 1.11 CXX=$ac_cv_prog_CXX
2427     if test -n "$CXX"; then
2428     echo "$as_me:$LINENO: result: $CXX" >&5
2429     echo "${ECHO_T}$CXX" >&6
2430 pcg 1.1 else
2431 pcg 1.11 echo "$as_me:$LINENO: result: no" >&5
2432     echo "${ECHO_T}no" >&6
2433 pcg 1.1 fi
2434    
2435 pcg 1.11 test -n "$CXX" && break
2436     done
2437     fi
2438     if test -z "$CXX"; then
2439     ac_ct_CXX=$CXX
2440     for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
2441     do
2442     # Extract the first word of "$ac_prog", so it can be a program name with args.
2443     set dummy $ac_prog; ac_word=$2
2444     echo "$as_me:$LINENO: checking for $ac_word" >&5
2445     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2446     if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
2447     echo $ECHO_N "(cached) $ECHO_C" >&6
2448 pcg 1.1 else
2449 pcg 1.11 if test -n "$ac_ct_CXX"; then
2450     ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
2451 pcg 1.1 else
2452 pcg 1.11 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2453     for as_dir in $PATH
2454     do
2455     IFS=$as_save_IFS
2456     test -z "$as_dir" && as_dir=.
2457     for ac_exec_ext in '' $ac_executable_extensions; do
2458     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2459     ac_cv_prog_ac_ct_CXX="$ac_prog"
2460     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2461     break 2
2462     fi
2463     done
2464     done
2465    
2466 pcg 1.1 fi
2467 pcg 1.11 fi
2468     ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
2469     if test -n "$ac_ct_CXX"; then
2470     echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
2471     echo "${ECHO_T}$ac_ct_CXX" >&6
2472     else
2473     echo "$as_me:$LINENO: result: no" >&5
2474     echo "${ECHO_T}no" >&6
2475 pcg 1.1 fi
2476    
2477 pcg 1.11 test -n "$ac_ct_CXX" && break
2478     done
2479     test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
2480    
2481     CXX=$ac_ct_CXX
2482     fi
2483    
2484    
2485     # Provide some information about the compiler.
2486     echo "$as_me:$LINENO:" \
2487     "checking for C++ compiler version" >&5
2488     ac_compiler=`set X $ac_compile; echo $2`
2489     { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
2490     (eval $ac_compiler --version </dev/null >&5) 2>&5
2491     ac_status=$?
2492     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2493     (exit $ac_status); }
2494     { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
2495     (eval $ac_compiler -v </dev/null >&5) 2>&5
2496     ac_status=$?
2497     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2498     (exit $ac_status); }
2499     { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
2500     (eval $ac_compiler -V </dev/null >&5) 2>&5
2501     ac_status=$?
2502     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2503     (exit $ac_status); }
2504    
2505     echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
2506     echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
2507     if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
2508     echo $ECHO_N "(cached) $ECHO_C" >&6
2509     else
2510     cat >conftest.$ac_ext <<_ACEOF
2511     /* confdefs.h. */
2512     _ACEOF
2513     cat confdefs.h >>conftest.$ac_ext
2514     cat >>conftest.$ac_ext <<_ACEOF
2515     /* end confdefs.h. */
2516    
2517     int
2518     main ()
2519     {
2520     #ifndef __GNUC__
2521     choke me
2522     #endif
2523    
2524     ;
2525     return 0;
2526     }
2527     _ACEOF
2528     rm -f conftest.$ac_objext
2529     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2530     (eval $ac_compile) 2>conftest.er1
2531     ac_status=$?
2532     grep -v '^ *+' conftest.er1 >conftest.err
2533     rm -f conftest.er1
2534     cat conftest.err >&5
2535     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2536     (exit $ac_status); } &&
2537     { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
2538     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2539     (eval $ac_try) 2>&5
2540     ac_status=$?
2541     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2542     (exit $ac_status); }; } &&
2543     { ac_try='test -s conftest.$ac_objext'
2544     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2545     (eval $ac_try) 2>&5
2546     ac_status=$?
2547     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2548     (exit $ac_status); }; }; then
2549     ac_compiler_gnu=yes
2550     else
2551     echo "$as_me: failed program was:" >&5
2552     sed 's/^/| /' conftest.$ac_ext >&5
2553    
2554     ac_compiler_gnu=no
2555     fi
2556     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2557     ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
2558    
2559     fi
2560     echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
2561     echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
2562     GXX=`test $ac_compiler_gnu = yes && echo yes`
2563     ac_test_CXXFLAGS=${CXXFLAGS+set}
2564     ac_save_CXXFLAGS=$CXXFLAGS
2565     CXXFLAGS="-g"
2566     echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
2567     echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
2568     if test "${ac_cv_prog_cxx_g+set}" = set; then
2569     echo $ECHO_N "(cached) $ECHO_C" >&6
2570     else
2571     cat >conftest.$ac_ext <<_ACEOF
2572     /* confdefs.h. */
2573     _ACEOF
2574     cat confdefs.h >>conftest.$ac_ext
2575     cat >>conftest.$ac_ext <<_ACEOF
2576     /* end confdefs.h. */
2577    
2578     int
2579     main ()
2580     {
2581    
2582     ;
2583     return 0;
2584     }
2585     _ACEOF
2586     rm -f conftest.$ac_objext
2587     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2588     (eval $ac_compile) 2>conftest.er1
2589     ac_status=$?
2590     grep -v '^ *+' conftest.er1 >conftest.err
2591     rm -f conftest.er1
2592     cat conftest.err >&5
2593     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2594     (exit $ac_status); } &&
2595     { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
2596     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2597     (eval $ac_try) 2>&5
2598     ac_status=$?
2599     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2600     (exit $ac_status); }; } &&
2601     { ac_try='test -s conftest.$ac_objext'
2602     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2603     (eval $ac_try) 2>&5
2604     ac_status=$?
2605     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2606     (exit $ac_status); }; }; then
2607     ac_cv_prog_cxx_g=yes
2608     else
2609     echo "$as_me: failed program was:" >&5
2610     sed 's/^/| /' conftest.$ac_ext >&5
2611    
2612     ac_cv_prog_cxx_g=no
2613     fi
2614     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2615     fi
2616     echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
2617     echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
2618 pcg 1.1 if test "$ac_test_CXXFLAGS" = set; then
2619 pcg 1.11 CXXFLAGS=$ac_save_CXXFLAGS
2620 pcg 1.1 elif test $ac_cv_prog_cxx_g = yes; then
2621     if test "$GXX" = yes; then
2622     CXXFLAGS="-g -O2"
2623     else
2624     CXXFLAGS="-g"
2625     fi
2626     else
2627     if test "$GXX" = yes; then
2628     CXXFLAGS="-O2"
2629     else
2630     CXXFLAGS=
2631     fi
2632     fi
2633 pcg 1.11 for ac_declaration in \
2634     '' \
2635     'extern "C" void std::exit (int) throw (); using std::exit;' \
2636     'extern "C" void std::exit (int); using std::exit;' \
2637     'extern "C" void exit (int) throw ();' \
2638     'extern "C" void exit (int);' \
2639     'void exit (int);'
2640     do
2641     cat >conftest.$ac_ext <<_ACEOF
2642     /* confdefs.h. */
2643     _ACEOF
2644     cat confdefs.h >>conftest.$ac_ext
2645     cat >>conftest.$ac_ext <<_ACEOF
2646     /* end confdefs.h. */
2647     $ac_declaration
2648     #include <stdlib.h>
2649     int
2650     main ()
2651     {
2652     exit (42);
2653     ;
2654     return 0;
2655     }
2656     _ACEOF
2657     rm -f conftest.$ac_objext
2658     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2659     (eval $ac_compile) 2>conftest.er1
2660     ac_status=$?
2661     grep -v '^ *+' conftest.er1 >conftest.err
2662     rm -f conftest.er1
2663     cat conftest.err >&5
2664     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2665     (exit $ac_status); } &&
2666     { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
2667     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2668     (eval $ac_try) 2>&5
2669     ac_status=$?
2670     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2671     (exit $ac_status); }; } &&
2672     { ac_try='test -s conftest.$ac_objext'
2673     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2674     (eval $ac_try) 2>&5
2675     ac_status=$?
2676     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2677     (exit $ac_status); }; }; then
2678     :
2679     else
2680     echo "$as_me: failed program was:" >&5
2681     sed 's/^/| /' conftest.$ac_ext >&5
2682    
2683     continue
2684     fi
2685     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2686     cat >conftest.$ac_ext <<_ACEOF
2687     /* confdefs.h. */
2688     _ACEOF
2689     cat confdefs.h >>conftest.$ac_ext
2690     cat >>conftest.$ac_ext <<_ACEOF
2691     /* end confdefs.h. */
2692     $ac_declaration
2693     int
2694     main ()
2695     {
2696     exit (42);
2697     ;
2698     return 0;
2699     }
2700     _ACEOF
2701     rm -f conftest.$ac_objext
2702     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2703     (eval $ac_compile) 2>conftest.er1
2704     ac_status=$?
2705     grep -v '^ *+' conftest.er1 >conftest.err
2706     rm -f conftest.er1
2707     cat conftest.err >&5
2708     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2709     (exit $ac_status); } &&
2710     { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
2711     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2712     (eval $ac_try) 2>&5
2713     ac_status=$?
2714     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2715     (exit $ac_status); }; } &&
2716     { ac_try='test -s conftest.$ac_objext'
2717     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2718     (eval $ac_try) 2>&5
2719     ac_status=$?
2720     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2721     (exit $ac_status); }; }; then
2722     break
2723     else
2724     echo "$as_me: failed program was:" >&5
2725     sed 's/^/| /' conftest.$ac_ext >&5
2726    
2727     fi
2728     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2729     done
2730     rm -f conftest*
2731     if test -n "$ac_declaration"; then
2732     echo '#ifdef __cplusplus' >>confdefs.h
2733     echo $ac_declaration >>confdefs.h
2734     echo '#endif' >>confdefs.h
2735     fi
2736    
2737     ac_ext=c
2738     ac_cpp='$CPP $CPPFLAGS'
2739     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2740     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2741     ac_compiler_gnu=$ac_cv_c_compiler_gnu
2742 pcg 1.1
2743 pcg 1.11 ac_ext=c
2744     ac_cpp='$CPP $CPPFLAGS'
2745     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2746     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2747     ac_compiler_gnu=$ac_cv_c_compiler_gnu
2748     echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
2749     echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
2750 pcg 1.1 # On Suns, sometimes $CPP names a directory.
2751     if test -n "$CPP" && test -d "$CPP"; then
2752     CPP=
2753     fi
2754     if test -z "$CPP"; then
2755 pcg 1.11 if test "${ac_cv_prog_CPP+set}" = set; then
2756     echo $ECHO_N "(cached) $ECHO_C" >&6
2757 pcg 1.1 else
2758 pcg 1.11 # Double quotes because CPP needs to be expanded
2759     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
2760     do
2761     ac_preproc_ok=false
2762     for ac_c_preproc_warn_flag in '' yes
2763     do
2764     # Use a header file that comes with gcc, so configuring glibc
2765     # with a fresh cross-compiler works.
2766     # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2767     # <limits.h> exists even on freestanding compilers.
2768 pcg 1.1 # On the NeXT, cc -E runs the code through the compiler's parser,
2769 pcg 1.11 # not just through cpp. "Syntax error" is here to catch this case.
2770     cat >conftest.$ac_ext <<_ACEOF
2771     /* confdefs.h. */
2772     _ACEOF
2773     cat confdefs.h >>conftest.$ac_ext
2774     cat >>conftest.$ac_ext <<_ACEOF
2775     /* end confdefs.h. */
2776     #ifdef __STDC__
2777     # include <limits.h>
2778     #else
2779     # include <assert.h>
2780     #endif
2781     Syntax error
2782     _ACEOF
2783     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2784     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2785     ac_status=$?
2786     grep -v '^ *+' conftest.er1 >conftest.err
2787     rm -f conftest.er1
2788     cat conftest.err >&5
2789     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2790     (exit $ac_status); } >/dev/null; then
2791     if test -s conftest.err; then
2792     ac_cpp_err=$ac_c_preproc_warn_flag
2793     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2794     else
2795     ac_cpp_err=
2796     fi
2797     else
2798     ac_cpp_err=yes
2799     fi
2800     if test -z "$ac_cpp_err"; then
2801 pcg 1.1 :
2802     else
2803 pcg 1.11 echo "$as_me: failed program was:" >&5
2804     sed 's/^/| /' conftest.$ac_ext >&5
2805    
2806     # Broken: fails on valid input.
2807     continue
2808     fi
2809     rm -f conftest.err conftest.$ac_ext
2810    
2811     # OK, works on sane cases. Now check whether non-existent headers
2812     # can be detected and how.
2813     cat >conftest.$ac_ext <<_ACEOF
2814     /* confdefs.h. */
2815     _ACEOF
2816     cat confdefs.h >>conftest.$ac_ext
2817     cat >>conftest.$ac_ext <<_ACEOF
2818     /* end confdefs.h. */
2819     #include <ac_nonexistent.h>
2820     _ACEOF
2821     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2822     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2823     ac_status=$?
2824     grep -v '^ *+' conftest.er1 >conftest.err
2825     rm -f conftest.er1
2826     cat conftest.err >&5
2827     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2828     (exit $ac_status); } >/dev/null; then
2829     if test -s conftest.err; then
2830     ac_cpp_err=$ac_c_preproc_warn_flag
2831     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2832     else
2833     ac_cpp_err=
2834     fi
2835     else
2836     ac_cpp_err=yes
2837     fi
2838     if test -z "$ac_cpp_err"; then
2839     # Broken: success on invalid input.
2840     continue
2841     else
2842     echo "$as_me: failed program was:" >&5
2843     sed 's/^/| /' conftest.$ac_ext >&5
2844    
2845     # Passes both tests.
2846     ac_preproc_ok=:
2847     break
2848     fi
2849     rm -f conftest.err conftest.$ac_ext
2850    
2851     done
2852     # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
2853     rm -f conftest.err conftest.$ac_ext
2854     if $ac_preproc_ok; then
2855     break
2856     fi
2857    
2858     done
2859     ac_cv_prog_CPP=$CPP
2860    
2861     fi
2862     CPP=$ac_cv_prog_CPP
2863     else
2864     ac_cv_prog_CPP=$CPP
2865     fi
2866     echo "$as_me:$LINENO: result: $CPP" >&5
2867     echo "${ECHO_T}$CPP" >&6
2868     ac_preproc_ok=false
2869     for ac_c_preproc_warn_flag in '' yes
2870     do
2871     # Use a header file that comes with gcc, so configuring glibc
2872     # with a fresh cross-compiler works.
2873     # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2874     # <limits.h> exists even on freestanding compilers.
2875     # On the NeXT, cc -E runs the code through the compiler's parser,
2876     # not just through cpp. "Syntax error" is here to catch this case.
2877     cat >conftest.$ac_ext <<_ACEOF
2878     /* confdefs.h. */
2879     _ACEOF
2880     cat confdefs.h >>conftest.$ac_ext
2881     cat >>conftest.$ac_ext <<_ACEOF
2882     /* end confdefs.h. */
2883     #ifdef __STDC__
2884     # include <limits.h>
2885     #else
2886     # include <assert.h>
2887     #endif
2888     Syntax error
2889     _ACEOF
2890     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2891     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2892     ac_status=$?
2893     grep -v '^ *+' conftest.er1 >conftest.err
2894     rm -f conftest.er1
2895     cat conftest.err >&5
2896     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2897     (exit $ac_status); } >/dev/null; then
2898     if test -s conftest.err; then
2899     ac_cpp_err=$ac_c_preproc_warn_flag
2900     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2901     else
2902     ac_cpp_err=
2903     fi
2904 pcg 1.1 else
2905 pcg 1.11 ac_cpp_err=yes
2906     fi
2907     if test -z "$ac_cpp_err"; then
2908 pcg 1.1 :
2909     else
2910 pcg 1.11 echo "$as_me: failed program was:" >&5
2911     sed 's/^/| /' conftest.$ac_ext >&5
2912    
2913     # Broken: fails on valid input.
2914     continue
2915 pcg 1.1 fi
2916 pcg 1.11 rm -f conftest.err conftest.$ac_ext
2917    
2918     # OK, works on sane cases. Now check whether non-existent headers
2919     # can be detected and how.
2920     cat >conftest.$ac_ext <<_ACEOF
2921     /* confdefs.h. */
2922     _ACEOF
2923     cat confdefs.h >>conftest.$ac_ext
2924     cat >>conftest.$ac_ext <<_ACEOF
2925     /* end confdefs.h. */
2926     #include <ac_nonexistent.h>
2927     _ACEOF
2928     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2929     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2930     ac_status=$?
2931     grep -v '^ *+' conftest.er1 >conftest.err
2932     rm -f conftest.er1
2933     cat conftest.err >&5
2934     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2935     (exit $ac_status); } >/dev/null; then
2936     if test -s conftest.err; then
2937     ac_cpp_err=$ac_c_preproc_warn_flag
2938     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2939     else
2940     ac_cpp_err=
2941     fi
2942     else
2943     ac_cpp_err=yes
2944 pcg 1.1 fi
2945 pcg 1.11 if test -z "$ac_cpp_err"; then
2946     # Broken: success on invalid input.
2947     continue
2948     else
2949     echo "$as_me: failed program was:" >&5
2950     sed 's/^/| /' conftest.$ac_ext >&5
2951    
2952     # Passes both tests.
2953     ac_preproc_ok=:
2954     break
2955 pcg 1.1 fi
2956 pcg 1.11 rm -f conftest.err conftest.$ac_ext
2957    
2958     done
2959     # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
2960     rm -f conftest.err conftest.$ac_ext
2961     if $ac_preproc_ok; then
2962     :
2963 pcg 1.1 else
2964 pcg 1.11 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
2965     See \`config.log' for more details." >&5
2966     echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
2967     See \`config.log' for more details." >&2;}
2968     { (exit 1); exit 1; }; }
2969 pcg 1.1 fi
2970 pcg 1.11
2971     ac_ext=c
2972     ac_cpp='$CPP $CPPFLAGS'
2973     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2974     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2975     ac_compiler_gnu=$ac_cv_c_compiler_gnu
2976 pcg 1.1
2977     # Find a good install program. We prefer a C program (faster),
2978     # so one script is as good as another. But avoid the broken or
2979     # incompatible versions:
2980     # SysV /etc/install, /usr/sbin/install
2981     # SunOS /usr/etc/install
2982     # IRIX /sbin/install
2983     # AIX /bin/install
2984 pcg 1.11 # AmigaOS /C/install, which installs bootblocks on floppy discs
2985 pcg 1.1 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2986     # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2987     # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2988 pcg 1.11 # OS/2's system install, which has a completely different semantic
2989 pcg 1.1 # ./install, which can be erroneously created by make from ./install.sh.
2990 pcg 1.11 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2991     echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
2992 pcg 1.1 if test -z "$INSTALL"; then
2993 pcg 1.11 if test "${ac_cv_path_install+set}" = set; then
2994     echo $ECHO_N "(cached) $ECHO_C" >&6
2995 pcg 1.1 else
2996 pcg 1.11 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2997     for as_dir in $PATH
2998     do
2999     IFS=$as_save_IFS
3000     test -z "$as_dir" && as_dir=.
3001     # Account for people who put trailing slashes in PATH elements.
3002     case $as_dir/ in
3003     ./ | .// | /cC/* | \
3004     /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3005     ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
3006     /usr/ucb/* ) ;;
3007     *)
3008     # OSF1 and SCO ODT 3.0 have their own names for install.
3009     # Don't use installbsd from OSF since it installs stuff as root
3010     # by default.
3011     for ac_prog in ginstall scoinst install; do
3012     for ac_exec_ext in '' $ac_executable_extensions; do
3013     if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
3014 pcg 1.1 if test $ac_prog = install &&
3015 pcg 1.11 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3016 pcg 1.1 # AIX install. It has an incompatible calling convention.
3017     :
3018 pcg 1.11 elif test $ac_prog = install &&
3019     grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3020     # program-specific install script used by HP pwplus--don't use.
3021     :
3022 pcg 1.1 else
3023 pcg 1.11 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3024     break 3
3025 pcg 1.1 fi
3026     fi
3027     done
3028 pcg 1.11 done
3029     ;;
3030     esac
3031     done
3032    
3033 pcg 1.1
3034     fi
3035     if test "${ac_cv_path_install+set}" = set; then
3036 pcg 1.11 INSTALL=$ac_cv_path_install
3037 pcg 1.1 else
3038     # As a last resort, use the slow shell script. We don't cache a
3039     # path for INSTALL within a source directory, because that will
3040     # break other packages using the cache if that directory is
3041     # removed, or if the path is relative.
3042 pcg 1.11 INSTALL=$ac_install_sh
3043 pcg 1.1 fi
3044     fi
3045 pcg 1.11 echo "$as_me:$LINENO: result: $INSTALL" >&5
3046     echo "${ECHO_T}$INSTALL" >&6
3047 pcg 1.1
3048     # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3049     # It thinks the first close brace ends the variable substitution.
3050     test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3051    
3052 pcg 1.11 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3053 pcg 1.1
3054     test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3055    
3056 pcg 1.11 for ac_prog in gawk mawk nawk awk
3057 pcg 1.1 do
3058 pcg 1.11 # Extract the first word of "$ac_prog", so it can be a program name with args.
3059 pcg 1.1 set dummy $ac_prog; ac_word=$2
3060 pcg 1.11 echo "$as_me:$LINENO: checking for $ac_word" >&5
3061     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3062     if test "${ac_cv_prog_AWK+set}" = set; then
3063     echo $ECHO_N "(cached) $ECHO_C" >&6
3064 pcg 1.1 else
3065     if test -n "$AWK"; then
3066     ac_cv_prog_AWK="$AWK" # Let the user override the test.
3067     else
3068 pcg 1.11 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3069     for as_dir in $PATH
3070     do
3071     IFS=$as_save_IFS
3072     test -z "$as_dir" && as_dir=.
3073     for ac_exec_ext in '' $ac_executable_extensions; do
3074     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3075     ac_cv_prog_AWK="$ac_prog"
3076     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3077     break 2
3078     fi
3079     done
3080     done
3081    
3082 pcg 1.1 fi
3083     fi
3084 pcg 1.11 AWK=$ac_cv_prog_AWK
3085 pcg 1.1 if test -n "$AWK"; then
3086 pcg 1.11 echo "$as_me:$LINENO: result: $AWK" >&5
3087     echo "${ECHO_T}$AWK" >&6
3088 pcg 1.1 else
3089 pcg 1.11 echo "$as_me:$LINENO: result: no" >&5
3090     echo "${ECHO_T}no" >&6
3091 pcg 1.1 fi
3092    
3093 pcg 1.11 test -n "$AWK" && break
3094 pcg 1.1 done
3095    
3096    
3097 pcg 1.13 ac_ext=c
3098     ac_cpp='$CPP $CPPFLAGS'
3099     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3100     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3101     ac_compiler_gnu=$ac_cv_c_compiler_gnu
3102    
3103    
3104 root 1.48 if test -z "$orig_CXXFLAGS"; then
3105     CXXFLAGS='-O'
3106     if test x$GCC = xyes && test "x$GXX" = xyes; then
3107     CXXFLAGS="-g -O3"
3108     fi
3109     CFLAGS="$CXXFLAGS"
3110     fi
3111    
3112 pcg 1.13 LINKER="$CXX"
3113     if test x$GCC = xyes && test x$GXX = xyes; then
3114    
3115     echo "$as_me:$LINENO: checking for main in -lsupc++" >&5
3116     echo $ECHO_N "checking for main in -lsupc++... $ECHO_C" >&6
3117     if test "${ac_cv_lib_supcpp_main+set}" = set; then
3118     echo $ECHO_N "(cached) $ECHO_C" >&6
3119     else
3120     ac_check_lib_save_LIBS=$LIBS
3121     LIBS="-lsupc++ $LIBS"
3122     cat >conftest.$ac_ext <<_ACEOF
3123     /* confdefs.h. */
3124     _ACEOF
3125     cat confdefs.h >>conftest.$ac_ext
3126     cat >>conftest.$ac_ext <<_ACEOF
3127     /* end confdefs.h. */
3128    
3129    
3130     int
3131     main ()
3132     {
3133     main ();
3134     ;
3135     return 0;
3136     }
3137     _ACEOF
3138     rm -f conftest.$ac_objext conftest$ac_exeext
3139     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3140     (eval $ac_link) 2>conftest.er1
3141     ac_status=$?
3142     grep -v '^ *+' conftest.er1 >conftest.err
3143     rm -f conftest.er1
3144     cat conftest.err >&5
3145     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3146     (exit $ac_status); } &&
3147     { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3148     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3149     (eval $ac_try) 2>&5
3150     ac_status=$?
3151     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3152     (exit $ac_status); }; } &&
3153     { ac_try='test -s conftest$ac_exeext'
3154     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3155     (eval $ac_try) 2>&5
3156     ac_status=$?
3157     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3158     (exit $ac_status); }; }; then
3159     ac_cv_lib_supcpp_main=yes
3160     else
3161     echo "$as_me: failed program was:" >&5
3162     sed 's/^/| /' conftest.$ac_ext >&5
3163    
3164     ac_cv_lib_supcpp_main=no
3165     fi
3166     rm -f conftest.err conftest.$ac_objext \
3167     conftest$ac_exeext conftest.$ac_ext
3168     LIBS=$ac_check_lib_save_LIBS
3169     fi
3170     echo "$as_me:$LINENO: result: $ac_cv_lib_supcpp_main" >&5
3171     echo "${ECHO_T}$ac_cv_lib_supcpp_main" >&6
3172     if test $ac_cv_lib_supcpp_main = yes; then
3173    
3174     LINKER="$CC"
3175     LIBS="$LIBS -lsupc++"
3176    
3177     fi
3178    
3179     fi
3180     LINKER=$LINKER
3181    
3182    
3183 root 1.48
3184     cat >>confdefs.h <<\_ACEOF
3185     #define _GNU_SOURCE 1
3186     _ACEOF
3187    
3188    
3189     case $host in
3190     *-*-solaris* )
3191    
3192     cat >>confdefs.h <<\_ACEOF
3193     #define _XOPEN_SOURCE_EXTENDED 1
3194     _ACEOF
3195    
3196    
3197     cat >>confdefs.h <<\_ACEOF
3198     #define _XOPEN_SOURCE 2
3199     _ACEOF
3200    
3201    
3202     cat >>confdefs.h <<\_ACEOF
3203     #define __EXTENSIONS__ 1
3204     _ACEOF
3205    
3206     ;;
3207     esac
3208 pcg 1.13
3209    
3210     ac_ext=cc
3211     ac_cpp='$CXXCPP $CPPFLAGS'
3212     ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3213     ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3214     ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3215    
3216    
3217    
3218     ac_ext=cc
3219     ac_cpp='$CXXCPP $CPPFLAGS'
3220     ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3221     ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3222     ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3223     echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
3224     echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
3225     if test -z "$CXXCPP"; then
3226     if test "${ac_cv_prog_CXXCPP+set}" = set; then
3227     echo $ECHO_N "(cached) $ECHO_C" >&6
3228     else
3229     # Double quotes because CXXCPP needs to be expanded
3230     for CXXCPP in "$CXX -E" "/lib/cpp"
3231     do
3232     ac_preproc_ok=false
3233     for ac_cxx_preproc_warn_flag in '' yes
3234     do
3235     # Use a header file that comes with gcc, so configuring glibc
3236     # with a fresh cross-compiler works.
3237     # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3238     # <limits.h> exists even on freestanding compilers.
3239     # On the NeXT, cc -E runs the code through the compiler's parser,
3240     # not just through cpp. "Syntax error" is here to catch this case.
3241     cat >conftest.$ac_ext <<_ACEOF
3242     /* confdefs.h. */
3243     _ACEOF
3244     cat confdefs.h >>conftest.$ac_ext
3245     cat >>conftest.$ac_ext <<_ACEOF
3246     /* end confdefs.h. */
3247     #ifdef __STDC__
3248     # include <limits.h>
3249     #else
3250     # include <assert.h>
3251     #endif
3252     Syntax error
3253     _ACEOF
3254     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3255     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3256     ac_status=$?
3257     grep -v '^ *+' conftest.er1 >conftest.err
3258     rm -f conftest.er1
3259     cat conftest.err >&5
3260     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3261     (exit $ac_status); } >/dev/null; then
3262     if test -s conftest.err; then
3263     ac_cpp_err=$ac_cxx_preproc_warn_flag
3264     ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3265     else
3266     ac_cpp_err=
3267     fi
3268     else
3269     ac_cpp_err=yes
3270     fi
3271     if test -z "$ac_cpp_err"; then
3272     :
3273     else
3274     echo "$as_me: failed program was:" >&5
3275     sed 's/^/| /' conftest.$ac_ext >&5
3276    
3277     # Broken: fails on valid input.
3278     continue
3279     fi
3280     rm -f conftest.err conftest.$ac_ext
3281    
3282     # OK, works on sane cases. Now check whether non-existent headers
3283     # can be detected and how.
3284     cat >conftest.$ac_ext <<_ACEOF
3285     /* confdefs.h. */
3286     _ACEOF
3287     cat confdefs.h >>conftest.$ac_ext
3288     cat >>conftest.$ac_ext <<_ACEOF
3289     /* end confdefs.h. */
3290     #include <ac_nonexistent.h>
3291     _ACEOF
3292     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3293     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3294     ac_status=$?
3295     grep -v '^ *+' conftest.er1 >conftest.err
3296     rm -f conftest.er1
3297     cat conftest.err >&5
3298     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3299     (exit $ac_status); } >/dev/null; then
3300     if test -s conftest.err; then
3301     ac_cpp_err=$ac_cxx_preproc_warn_flag
3302     ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3303     else
3304     ac_cpp_err=
3305     fi
3306     else
3307     ac_cpp_err=yes
3308     fi
3309     if test -z "$ac_cpp_err"; then
3310     # Broken: success on invalid input.
3311     continue
3312     else
3313     echo "$as_me: failed program was:" >&5
3314     sed 's/^/| /' conftest.$ac_ext >&5
3315    
3316     # Passes both tests.
3317     ac_preproc_ok=:
3318     break
3319     fi
3320     rm -f conftest.err conftest.$ac_ext
3321    
3322     done
3323     # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3324     rm -f conftest.err conftest.$ac_ext
3325     if $ac_preproc_ok; then
3326     break
3327     fi
3328    
3329     done
3330     ac_cv_prog_CXXCPP=$CXXCPP
3331    
3332     fi
3333     CXXCPP=$ac_cv_prog_CXXCPP
3334     else
3335     ac_cv_prog_CXXCPP=$CXXCPP
3336     fi
3337     echo "$as_me:$LINENO: result: $CXXCPP" >&5
3338     echo "${ECHO_T}$CXXCPP" >&6
3339     ac_preproc_ok=false
3340     for ac_cxx_preproc_warn_flag in '' yes
3341     do
3342     # Use a header file that comes with gcc, so configuring glibc
3343     # with a fresh cross-compiler works.
3344     # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3345     # <limits.h> exists even on freestanding compilers.
3346     # On the NeXT, cc -E runs the code through the compiler's parser,
3347     # not just through cpp. "Syntax error" is here to catch this case.
3348     cat >conftest.$ac_ext <<_ACEOF
3349     /* confdefs.h. */
3350     _ACEOF
3351     cat confdefs.h >>conftest.$ac_ext
3352     cat >>conftest.$ac_ext <<_ACEOF
3353     /* end confdefs.h. */
3354     #ifdef __STDC__
3355     # include <limits.h>
3356     #else
3357     # include <assert.h>
3358     #endif
3359     Syntax error
3360     _ACEOF
3361     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3362     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3363     ac_status=$?
3364     grep -v '^ *+' conftest.er1 >conftest.err
3365     rm -f conftest.er1
3366     cat conftest.err >&5
3367     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3368     (exit $ac_status); } >/dev/null; then
3369     if test -s conftest.err; then
3370     ac_cpp_err=$ac_cxx_preproc_warn_flag
3371     ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3372     else
3373     ac_cpp_err=
3374     fi
3375     else
3376     ac_cpp_err=yes
3377     fi
3378     if test -z "$ac_cpp_err"; then
3379     :
3380     else
3381     echo "$as_me: failed program was:" >&5
3382     sed 's/^/| /' conftest.$ac_ext >&5
3383    
3384     # Broken: fails on valid input.
3385     continue
3386     fi
3387     rm -f conftest.err conftest.$ac_ext
3388    
3389     # OK, works on sane cases. Now check whether non-existent headers
3390     # can be detected and how.
3391     cat >conftest.$ac_ext <<_ACEOF
3392     /* confdefs.h. */
3393     _ACEOF
3394     cat confdefs.h >>conftest.$ac_ext
3395     cat >>conftest.$ac_ext <<_ACEOF
3396     /* end confdefs.h. */
3397     #include <ac_nonexistent.h>
3398     _ACEOF
3399     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3400     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3401     ac_status=$?
3402     grep -v '^ *+' conftest.er1 >conftest.err
3403     rm -f conftest.er1
3404     cat conftest.err >&5
3405     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3406     (exit $ac_status); } >/dev/null; then
3407     if test -s conftest.err; then
3408     ac_cpp_err=$ac_cxx_preproc_warn_flag
3409     ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3410     else
3411     ac_cpp_err=
3412     fi
3413     else
3414     ac_cpp_err=yes
3415     fi
3416     if test -z "$ac_cpp_err"; then
3417     # Broken: success on invalid input.
3418     continue
3419     else
3420     echo "$as_me: failed program was:" >&5
3421     sed 's/^/| /' conftest.$ac_ext >&5
3422    
3423     # Passes both tests.
3424     ac_preproc_ok=:
3425     break
3426     fi
3427     rm -f conftest.err conftest.$ac_ext
3428    
3429     done
3430     # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3431     rm -f conftest.err conftest.$ac_ext
3432     if $ac_preproc_ok; then
3433     :
3434     else
3435     { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
3436     See \`config.log' for more details." >&5
3437     echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
3438     See \`config.log' for more details." >&2;}
3439     { (exit 1); exit 1; }; }
3440     fi
3441    
3442     ac_ext=cc
3443     ac_cpp='$CXXCPP $CPPFLAGS'
3444     ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3445     ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3446     ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3447 pcg 1.11
3448    
3449     echo "$as_me:$LINENO: checking for egrep" >&5
3450     echo $ECHO_N "checking for egrep... $ECHO_C" >&6
3451     if test "${ac_cv_prog_egrep+set}" = set; then
3452     echo $ECHO_N "(cached) $ECHO_C" >&6
3453     else
3454     if echo a | (grep -E '(a|b)') >/dev/null 2>&1
3455     then ac_cv_prog_egrep='grep -E'
3456     else ac_cv_prog_egrep='egrep'
3457     fi
3458     fi
3459     echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
3460     echo "${ECHO_T}$ac_cv_prog_egrep" >&6
3461     EGREP=$ac_cv_prog_egrep
3462    
3463    
3464    
3465     echo "$as_me:$LINENO: checking for AIX" >&5
3466     echo $ECHO_N "checking for AIX... $ECHO_C" >&6
3467     cat >conftest.$ac_ext <<_ACEOF
3468     /* confdefs.h. */
3469     _ACEOF
3470     cat confdefs.h >>conftest.$ac_ext
3471     cat >>conftest.$ac_ext <<_ACEOF
3472     /* end confdefs.h. */
3473 pcg 1.1 #ifdef _AIX
3474     yes
3475     #endif
3476    
3477 pcg 1.11 _ACEOF
3478 pcg 1.1 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3479 pcg 1.11 $EGREP "yes" >/dev/null 2>&1; then
3480     echo "$as_me:$LINENO: result: yes" >&5
3481     echo "${ECHO_T}yes" >&6
3482     cat >>confdefs.h <<\_ACEOF
3483 pcg 1.1 #define _ALL_SOURCE 1
3484 pcg 1.11 _ACEOF
3485 pcg 1.1
3486     else
3487 pcg 1.11 echo "$as_me:$LINENO: result: no" >&5
3488     echo "${ECHO_T}no" >&6
3489 pcg 1.1 fi
3490     rm -f conftest*
3491    
3492    
3493 pcg 1.11 echo "$as_me:$LINENO: checking for library containing strerror" >&5
3494     echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6
3495     if test "${ac_cv_search_strerror+set}" = set; then
3496     echo $ECHO_N "(cached) $ECHO_C" >&6
3497     else
3498     ac_func_search_save_LIBS=$LIBS
3499     ac_cv_search_strerror=no
3500     cat >conftest.$ac_ext <<_ACEOF
3501     /* confdefs.h. */
3502     _ACEOF
3503     cat confdefs.h >>conftest.$ac_ext
3504     cat >>conftest.$ac_ext <<_ACEOF
3505     /* end confdefs.h. */
3506    
3507     /* Override any gcc2 internal prototype to avoid an error. */
3508     #ifdef __cplusplus
3509     extern "C"
3510     #endif
3511     /* We use char because int might match the return type of a gcc2
3512     builtin and then its argument prototype would still apply. */
3513     char strerror ();
3514     int
3515     main ()
3516     {
3517     strerror ();
3518     ;
3519     return 0;
3520     }
3521     _ACEOF
3522     rm -f conftest.$ac_objext conftest$ac_exeext
3523     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3524     (eval $ac_link) 2>conftest.er1
3525     ac_status=$?
3526     grep -v '^ *+' conftest.er1 >conftest.err
3527     rm -f conftest.er1
3528     cat conftest.err >&5
3529     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3530     (exit $ac_status); } &&
3531 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3532 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3533     (eval $ac_try) 2>&5
3534     ac_status=$?
3535     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3536     (exit $ac_status); }; } &&
3537     { ac_try='test -s conftest$ac_exeext'
3538     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3539     (eval $ac_try) 2>&5
3540     ac_status=$?
3541     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3542     (exit $ac_status); }; }; then
3543     ac_cv_search_strerror="none required"
3544     else
3545     echo "$as_me: failed program was:" >&5
3546     sed 's/^/| /' conftest.$ac_ext >&5
3547    
3548     fi
3549     rm -f conftest.err conftest.$ac_objext \
3550     conftest$ac_exeext conftest.$ac_ext
3551     if test "$ac_cv_search_strerror" = no; then
3552     for ac_lib in cposix; do
3553     LIBS="-l$ac_lib $ac_func_search_save_LIBS"
3554     cat >conftest.$ac_ext <<_ACEOF
3555     /* confdefs.h. */
3556     _ACEOF
3557     cat confdefs.h >>conftest.$ac_ext
3558     cat >>conftest.$ac_ext <<_ACEOF
3559     /* end confdefs.h. */
3560 pcg 1.1
3561 pcg 1.11 /* Override any gcc2 internal prototype to avoid an error. */
3562     #ifdef __cplusplus
3563     extern "C"
3564     #endif
3565     /* We use char because int might match the return type of a gcc2
3566     builtin and then its argument prototype would still apply. */
3567     char strerror ();
3568     int
3569     main ()
3570     {
3571     strerror ();
3572     ;
3573     return 0;
3574     }
3575     _ACEOF
3576     rm -f conftest.$ac_objext conftest$ac_exeext
3577     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3578     (eval $ac_link) 2>conftest.er1
3579     ac_status=$?
3580     grep -v '^ *+' conftest.er1 >conftest.err
3581     rm -f conftest.er1
3582     cat conftest.err >&5
3583     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3584     (exit $ac_status); } &&
3585 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3586 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3587     (eval $ac_try) 2>&5
3588     ac_status=$?
3589     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3590     (exit $ac_status); }; } &&
3591     { ac_try='test -s conftest$ac_exeext'
3592     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3593     (eval $ac_try) 2>&5
3594     ac_status=$?
3595     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3596     (exit $ac_status); }; }; then
3597     ac_cv_search_strerror="-l$ac_lib"
3598     break
3599 pcg 1.1 else
3600 pcg 1.11 echo "$as_me: failed program was:" >&5
3601     sed 's/^/| /' conftest.$ac_ext >&5
3602    
3603     fi
3604     rm -f conftest.err conftest.$ac_objext \
3605     conftest$ac_exeext conftest.$ac_ext
3606     done
3607     fi
3608     LIBS=$ac_func_search_save_LIBS
3609     fi
3610     echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
3611     echo "${ECHO_T}$ac_cv_search_strerror" >&6
3612     if test "$ac_cv_search_strerror" != no; then
3613     test "$ac_cv_search_strerror" = "none required" || LIBS="$ac_cv_search_strerror $LIBS"
3614    
3615 pcg 1.1 fi
3616    
3617    
3618 pcg 1.25 echo "$as_me:$LINENO: checking for setlocale in -lxpg4" >&5
3619     echo $ECHO_N "checking for setlocale in -lxpg4... $ECHO_C" >&6
3620     if test "${ac_cv_lib_xpg4_setlocale+set}" = set; then
3621     echo $ECHO_N "(cached) $ECHO_C" >&6
3622     else
3623     ac_check_lib_save_LIBS=$LIBS
3624     LIBS="-lxpg4 $LIBS"
3625     cat >conftest.$ac_ext <<_ACEOF
3626     /* confdefs.h. */
3627     _ACEOF
3628     cat confdefs.h >>conftest.$ac_ext
3629     cat >>conftest.$ac_ext <<_ACEOF
3630     /* end confdefs.h. */
3631    
3632     /* Override any gcc2 internal prototype to avoid an error. */
3633     #ifdef __cplusplus
3634     extern "C"
3635     #endif
3636     /* We use char because int might match the return type of a gcc2
3637     builtin and then its argument prototype would still apply. */
3638     char setlocale ();
3639     int
3640     main ()
3641     {
3642     setlocale ();
3643     ;
3644     return 0;
3645     }
3646     _ACEOF
3647     rm -f conftest.$ac_objext conftest$ac_exeext
3648     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3649     (eval $ac_link) 2>conftest.er1
3650     ac_status=$?
3651     grep -v '^ *+' conftest.er1 >conftest.err
3652     rm -f conftest.er1
3653     cat conftest.err >&5
3654     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3655     (exit $ac_status); } &&
3656     { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3657     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3658     (eval $ac_try) 2>&5
3659     ac_status=$?
3660     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3661     (exit $ac_status); }; } &&
3662     { ac_try='test -s conftest$ac_exeext'
3663     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3664     (eval $ac_try) 2>&5
3665     ac_status=$?
3666     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3667     (exit $ac_status); }; }; then
3668     ac_cv_lib_xpg4_setlocale=yes
3669     else
3670     echo "$as_me: failed program was:" >&5
3671     sed 's/^/| /' conftest.$ac_ext >&5
3672    
3673     ac_cv_lib_xpg4_setlocale=no
3674     fi
3675     rm -f conftest.err conftest.$ac_objext \
3676     conftest$ac_exeext conftest.$ac_ext
3677     LIBS=$ac_check_lib_save_LIBS
3678     fi
3679     echo "$as_me:$LINENO: result: $ac_cv_lib_xpg4_setlocale" >&5
3680     echo "${ECHO_T}$ac_cv_lib_xpg4_setlocale" >&6
3681     if test $ac_cv_lib_xpg4_setlocale = yes; then
3682     LIBS="$LIBS -lxpg4"
3683     fi
3684    
3685    
3686     echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
3687     echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
3688     if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
3689     echo $ECHO_N "(cached) $ECHO_C" >&6
3690     else
3691     ac_check_lib_save_LIBS=$LIBS
3692     LIBS="-lnsl $LIBS"
3693     cat >conftest.$ac_ext <<_ACEOF
3694     /* confdefs.h. */
3695     _ACEOF
3696     cat confdefs.h >>conftest.$ac_ext
3697     cat >>conftest.$ac_ext <<_ACEOF
3698     /* end confdefs.h. */
3699    
3700     /* Override any gcc2 internal prototype to avoid an error. */
3701     #ifdef __cplusplus
3702     extern "C"
3703     #endif
3704     /* We use char because int might match the return type of a gcc2
3705     builtin and then its argument prototype would still apply. */
3706     char gethostbyname ();
3707     int
3708     main ()
3709     {
3710     gethostbyname ();
3711     ;
3712     return 0;
3713     }
3714     _ACEOF
3715     rm -f conftest.$ac_objext conftest$ac_exeext
3716     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3717     (eval $ac_link) 2>conftest.er1
3718     ac_status=$?
3719     grep -v '^ *+' conftest.er1 >conftest.err
3720     rm -f conftest.er1
3721     cat conftest.err >&5
3722     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3723     (exit $ac_status); } &&
3724     { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3725     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3726     (eval $ac_try) 2>&5
3727     ac_status=$?
3728     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3729     (exit $ac_status); }; } &&
3730     { ac_try='test -s conftest$ac_exeext'
3731     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3732     (eval $ac_try) 2>&5
3733     ac_status=$?
3734     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3735     (exit $ac_status); }; }; then
3736     ac_cv_lib_nsl_gethostbyname=yes
3737     else
3738     echo "$as_me: failed program was:" >&5
3739     sed 's/^/| /' conftest.$ac_ext >&5
3740    
3741     ac_cv_lib_nsl_gethostbyname=no
3742     fi
3743     rm -f conftest.err conftest.$ac_objext \
3744     conftest$ac_exeext conftest.$ac_ext
3745     LIBS=$ac_check_lib_save_LIBS
3746     fi
3747     echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
3748     echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
3749     if test $ac_cv_lib_nsl_gethostbyname = yes; then
3750     LIBS="$LIBS -lnsl"
3751     fi
3752    
3753     echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
3754     echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
3755     if test "${ac_cv_lib_socket_socket+set}" = set; then
3756     echo $ECHO_N "(cached) $ECHO_C" >&6
3757     else
3758     ac_check_lib_save_LIBS=$LIBS
3759     LIBS="-lsocket $LIBS"
3760     cat >conftest.$ac_ext <<_ACEOF
3761     /* confdefs.h. */
3762     _ACEOF
3763     cat confdefs.h >>conftest.$ac_ext
3764     cat >>conftest.$ac_ext <<_ACEOF
3765     /* end confdefs.h. */
3766    
3767     /* Override any gcc2 internal prototype to avoid an error. */
3768     #ifdef __cplusplus
3769     extern "C"
3770     #endif
3771     /* We use char because int might match the return type of a gcc2
3772     builtin and then its argument prototype would still apply. */
3773     char socket ();
3774     int
3775     main ()
3776     {
3777     socket ();
3778     ;
3779     return 0;
3780     }
3781     _ACEOF
3782     rm -f conftest.$ac_objext conftest$ac_exeext
3783     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3784     (eval $ac_link) 2>conftest.er1
3785     ac_status=$?
3786     grep -v '^ *+' conftest.er1 >conftest.err
3787     rm -f conftest.er1
3788     cat conftest.err >&5
3789     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3790     (exit $ac_status); } &&
3791     { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3792     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3793     (eval $ac_try) 2>&5
3794     ac_status=$?
3795     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3796     (exit $ac_status); }; } &&
3797     { ac_try='test -s conftest$ac_exeext'
3798     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3799     (eval $ac_try) 2>&5
3800     ac_status=$?
3801     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3802     (exit $ac_status); }; }; then
3803     ac_cv_lib_socket_socket=yes
3804     else
3805     echo "$as_me: failed program was:" >&5
3806     sed 's/^/| /' conftest.$ac_ext >&5
3807    
3808 root 1.51 ac_cv_lib_socket_socket=no
3809     fi
3810     rm -f conftest.err conftest.$ac_objext \
3811     conftest$ac_exeext conftest.$ac_ext
3812     LIBS=$ac_check_lib_save_LIBS
3813     fi
3814     echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
3815     echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6
3816     if test $ac_cv_lib_socket_socket = yes; then
3817     LIBS="$LIBS -lsocket"
3818 pcg 1.1 fi
3819    
3820    
3821    
3822     MALLOC_TYPE=S
3823     support_addstrings=no
3824     support_frills=no
3825     support_inheritpixmap=no
3826 pcg 1.24 support_tinting=no
3827 root 1.31 support_fading=no
3828 pcg 1.1 support_keepscrolling=no
3829     support_selectionscrolling=no
3830 pcg 1.11 support_menubar=no
3831 pcg 1.1 support_mousewheel=no
3832     support_mouseslipwheel=no
3833     support_utmp=no
3834     support_wtmp=no
3835     support_lastlog=no
3836     support_cursor_blink=no
3837 pcg 1.11 support_text_blink=no
3838 pcg 1.1 support_pointer_blank=no
3839     support_scroll_rxvt=no
3840     support_scroll_next=no
3841     support_scroll_xterm=no
3842 pcg 1.11 support_scroll_plain=no
3843 pcg 1.1 support_xim=no
3844     support_xpm=no
3845     support_xft=no
3846     support_unicode3=no
3847 pcg 1.18 support_combining=no
3848 root 1.26 support_8bitctrls=no
3849 root 1.34 support_iso14755=no
3850 root 1.39 support_styles=no
3851 pcg 1.1 codesets=
3852    
3853    
3854     if test "x$enable_shared" = xyes; then
3855 pcg 1.11
3856     cat >>confdefs.h <<\_ACEOF
3857 pcg 1.1 #define LIBRXVT 1
3858 pcg 1.11 _ACEOF
3859 pcg 1.1
3860     INSTALL_LIBRXVT=yes
3861     fi
3862    
3863    
3864     # Check whether --enable-everything or --disable-everything was given.
3865     if test "${enable_everything+set}" = set; then
3866     enableval="$enable_everything"
3867     if test x$enableval = xyes; then
3868     support_24bit=yes
3869     support_frills=yes
3870     support_inheritpixmap=yes
3871 pcg 1.24 support_tinting=yes
3872 root 1.31 support_fading=yes
3873 pcg 1.1 support_keepscrolling=yes
3874     support_selectionscrolling=yes
3875     support_lastlog=yes
3876     support_menubar=yes
3877     support_mousewheel=yes
3878     support_mouseslipwheel=yes
3879     support_cursor_blink=yes
3880 pcg 1.11 support_text_blink=yes
3881 pcg 1.1 support_pointer_blank=yes
3882     support_scroll_rxvt=yes
3883     support_scroll_next=yes
3884     support_scroll_xterm=yes
3885 pcg 1.11 support_scroll_plain=yes
3886 pcg 1.1 support_utmp=yes
3887     support_wtmp=yes
3888     support_xim=yes
3889     support_xpm=yes
3890     support_xft=yes
3891     support_unicode3=yes
3892 pcg 1.18 support_combining=yes
3893 root 1.26 #support_8bitctrls=yes
3894 root 1.34 support_iso14755=yes
3895 root 1.39 support_styles=yes
3896 pcg 1.1 codesets=all
3897     fi
3898 pcg 1.11 fi;
3899 pcg 1.4
3900 pcg 1.1 # Check whether --enable-unicode3 or --disable-unicode3 was given.
3901     if test "${enable_unicode3+set}" = set; then
3902     enableval="$enable_unicode3"
3903 pcg 1.13 if test x$enableval = xyes -o x$enableval = xno; then
3904 root 1.39 support_unicode3=$enableval
3905 pcg 1.1 fi
3906 pcg 1.11 fi;
3907 pcg 1.1
3908 pcg 1.18 # Check whether --enable-combining or --disable-combining was given.
3909     if test "${enable_combining+set}" = set; then
3910     enableval="$enable_combining"
3911     if test x$enableval = xyes -o x$enableval = xno; then
3912 root 1.39 support_combining=$enableval
3913 pcg 1.18 fi
3914     fi;
3915    
3916 pcg 1.1 # Check whether --enable-xft or --disable-xft was given.
3917     if test "${enable_xft+set}" = set; then
3918     enableval="$enable_xft"
3919 pcg 1.13 if test x$enableval = xyes -o x$enableval = xno; then
3920 root 1.39 support_xft=$enableval
3921     fi
3922     fi;
3923    
3924     # Check whether --enable-font-styles or --disable-font-styles was given.
3925     if test "${enable_font_styles+set}" = set; then
3926     enableval="$enable_font_styles"
3927     if test x$enableval = xyes -o x$enableval = xno; then
3928     support_styles=$enableval
3929 pcg 1.1 fi
3930 pcg 1.11 fi;
3931 pcg 1.1
3932     # Check whether --enable-utmp or --disable-utmp was given.
3933     if test "${enable_utmp+set}" = set; then
3934     enableval="$enable_utmp"
3935     if test x$enableval = xyes -o x$enableval = xno; then
3936     support_utmp=$enableval
3937     fi
3938 pcg 1.11 fi;
3939 pcg 1.1
3940     # Check whether --enable-wtmp or --disable-wtmp was given.
3941     if test "${enable_wtmp+set}" = set; then
3942     enableval="$enable_wtmp"
3943     if test x$enableval = xyes -o x$enableval = xno; then
3944     support_wtmp=$enableval
3945     fi
3946 pcg 1.11 fi;
3947 pcg 1.1
3948     # Check whether --enable-lastlog or --disable-lastlog was given.
3949     if test "${enable_lastlog+set}" = set; then
3950     enableval="$enable_lastlog"
3951     if test x$enableval = xyes -o x$enableval = xno; then
3952     support_lastlog=$enableval
3953     fi
3954 pcg 1.11 fi;
3955 pcg 1.1
3956     # Check whether --enable-xpm-background or --disable-xpm-background was given.
3957     if test "${enable_xpm_background+set}" = set; then
3958     enableval="$enable_xpm_background"
3959     if test x$enableval = xyes -o x$enableval = xno; then
3960     support_xpm=$enableval
3961     fi
3962 pcg 1.11 fi;
3963 pcg 1.1
3964     # Check whether --enable-transparency or --disable-transparency was given.
3965     if test "${enable_transparency+set}" = set; then
3966     enableval="$enable_transparency"
3967     if test x$enableval = xyes -o x$enableval = xno; then
3968     support_inheritpixmap=$enableval
3969     fi
3970 pcg 1.11 fi;
3971 pcg 1.1
3972 pcg 1.24 # Check whether --enable-tinting or --disable-tinting was given.
3973     if test "${enable_tinting+set}" = set; then
3974     enableval="$enable_tinting"
3975     if test x$enableval = xyes -o x$enableval = xno; then
3976     support_tinting=$enableval
3977     fi
3978     fi;
3979    
3980 root 1.31 # Check whether --enable-fading or --disable-fading was given.
3981     if test "${enable_fading+set}" = set; then
3982     enableval="$enable_fading"
3983     if test x$enableval = xyes -o x$enableval = xno; then
3984     support_fading=$enableval
3985     fi
3986     fi;
3987    
3988 pcg 1.1 # Check whether --enable-menubar or --disable-menubar was given.
3989     if test "${enable_menubar+set}" = set; then
3990     enableval="$enable_menubar"
3991     if test x$enableval = xyes -o x$enableval = xno; then
3992     support_menubar=$enableval
3993     fi
3994 pcg 1.11 fi;
3995 pcg 1.1
3996     # Check whether --enable-rxvt-scroll or --disable-rxvt-scroll was given.
3997     if test "${enable_rxvt_scroll+set}" = set; then
3998     enableval="$enable_rxvt_scroll"
3999     if test x$enableval = xyes -o x$enableval = xno; then
4000     support_scroll_rxvt=$enableval
4001     fi
4002 pcg 1.11 fi;
4003 pcg 1.1
4004     # Check whether --enable-next-scroll or --disable-next-scroll was given.
4005     if test "${enable_next_scroll+set}" = set; then
4006     enableval="$enable_next_scroll"
4007     if test x$enableval = xyes -o x$enableval = xno; then
4008     support_scroll_next=$enableval
4009     fi
4010 pcg 1.11 fi;
4011 pcg 1.1
4012     # Check whether --enable-xterm-scroll or --disable-xterm-scroll was given.
4013     if test "${enable_xterm_scroll+set}" = set; then
4014     enableval="$enable_xterm_scroll"
4015     if test x$enableval = xyes -o x$enableval = xno; then
4016     support_scroll_xterm=$enableval
4017     fi
4018 pcg 1.11 fi;
4019 pcg 1.1
4020 pcg 1.11 # Check whether --enable-plain-scroll or --disable-plain-scroll was given.
4021     if test "${enable_plain_scroll+set}" = set; then
4022     enableval="$enable_plain_scroll"
4023     if test x$enableval = xyes -o x$enableval = xno; then
4024     support_scroll_plain=$enableval
4025     fi
4026     fi;
4027 pcg 1.1
4028     # Check whether --enable-half-shadow or --disable-half-shadow was given.
4029     if test "${enable_half_shadow+set}" = set; then
4030     enableval="$enable_half_shadow"
4031     if test x$enableval = xyes; then
4032 pcg 1.11
4033     cat >>confdefs.h <<\_ACEOF
4034 pcg 1.1 #define HALFSHADOW 1
4035 pcg 1.11 _ACEOF
4036 pcg 1.1
4037     fi
4038 pcg 1.11 fi;
4039 pcg 1.1
4040 pcg 1.15
4041     # Check whether --with-codesets or --without-codesets was given.
4042     if test "${with_codesets+set}" = set; then
4043     withval="$with_codesets"
4044     codesets="$withval"
4045     fi;
4046    
4047 pcg 1.1 # Check whether --enable-xim or --disable-xim was given.
4048     if test "${enable_xim+set}" = set; then
4049     enableval="$enable_xim"
4050     if test x$enableval = xyes -o x$enableval = xno; then
4051     support_xim=$enableval
4052     fi
4053 pcg 1.11 fi;
4054 pcg 1.1
4055     # Check whether --enable-ttygid or --disable-ttygid was given.
4056     if test "${enable_ttygid+set}" = set; then
4057     enableval="$enable_ttygid"
4058     if test x$enableval = xyes; then
4059 pcg 1.11
4060     cat >>confdefs.h <<\_ACEOF
4061 pcg 1.1 #define TTY_GID_SUPPORT 1
4062 pcg 1.11 _ACEOF
4063 pcg 1.1
4064     fi
4065 pcg 1.11 fi;
4066 pcg 1.1
4067     # Check whether --enable-backspace-key or --disable-backspace-key was given.
4068     if test "${enable_backspace_key+set}" = set; then
4069     enableval="$enable_backspace_key"
4070     if test x$enableval = xno; then
4071 pcg 1.11
4072     cat >>confdefs.h <<\_ACEOF
4073 pcg 1.1 #define NO_BACKSPACE_KEY 1
4074 pcg 1.11 _ACEOF
4075 pcg 1.1
4076     fi
4077 pcg 1.11 fi;
4078 pcg 1.1
4079     # Check whether --enable-delete-key or --disable-delete-key was given.
4080     if test "${enable_delete_key+set}" = set; then
4081     enableval="$enable_delete_key"
4082     if test x$enableval = xno; then
4083 pcg 1.11
4084     cat >>confdefs.h <<\_ACEOF
4085 pcg 1.1 #define NO_DELETE_KEY 1
4086 pcg 1.11 _ACEOF
4087 pcg 1.1
4088     fi
4089 pcg 1.11 fi;
4090 pcg 1.1
4091     # Check whether --enable-resources or --disable-resources was given.
4092     if test "${enable_resources+set}" = set; then
4093     enableval="$enable_resources"
4094     if test x$enableval = xno; then
4095 pcg 1.11
4096     cat >>confdefs.h <<\_ACEOF
4097 pcg 1.1 #define NO_RESOURCES 1
4098 pcg 1.11 _ACEOF
4099 pcg 1.1
4100     fi
4101 pcg 1.11 fi;
4102 pcg 1.1
4103     # Check whether --enable-xgetdefault or --disable-xgetdefault was given.
4104     if test "${enable_xgetdefault+set}" = set; then
4105     enableval="$enable_xgetdefault"
4106     if test x$enableval = xyes; then
4107 pcg 1.11
4108     cat >>confdefs.h <<\_ACEOF
4109 pcg 1.1 #define USE_XGETDEFAULT 1
4110 pcg 1.11 _ACEOF
4111 pcg 1.1
4112     fi
4113 pcg 1.11 fi;
4114 pcg 1.1
4115 root 1.26 # Check whether --enable-8bitctrls or --disable-8bitctrls was given.
4116     if test "${enable_8bitctrls+set}" = set; then
4117     enableval="$enable_8bitctrls"
4118     if test x$enableval = xyes -o x$enableval = xno; then
4119 root 1.39 support_8bitctrls=$enableval
4120 root 1.26 fi
4121     fi;
4122    
4123 pcg 1.15 RESFALLBACK=Rxvt
4124     # Check whether --enable-fallback or --disable-fallback was given.
4125     if test "${enable_fallback+set}" = set; then
4126     enableval="$enable_fallback"
4127    
4128     test x$enableval = xyes && enableval=Rxvt
4129     test x$enableval = xno && enableval=
4130     RESFALLBACK="$enableval"
4131    
4132     fi;
4133    
4134     if test x$RESFALLBACK != x; then
4135    
4136     cat >>confdefs.h <<_ACEOF
4137     #define RESFALLBACK "$RESFALLBACK"
4138     _ACEOF
4139    
4140     fi
4141    
4142     RESNAME=urxvt
4143    
4144     # Check whether --with-res-name or --without-res-name was given.
4145     if test "${with_res_name+set}" = set; then
4146     withval="$with_res_name"
4147     RESNAME="$withval"
4148     fi;
4149    
4150     cat >>confdefs.h <<_ACEOF
4151     #define RESNAME "$RESNAME"
4152     _ACEOF
4153    
4154    
4155     RESCLASS=URxvt
4156    
4157     # Check whether --with-res-class or --without-res-class was given.
4158     if test "${with_res_class+set}" = set; then
4159     withval="$with_res_class"
4160     RESCLASS="$withval"
4161     fi;
4162    
4163     cat >>confdefs.h <<_ACEOF
4164     #define RESCLASS "$RESCLASS"
4165     _ACEOF
4166    
4167    
4168     RXVTNAME=urxvt
4169    
4170     # Check whether --with-name or --without-name was given.
4171     if test "${with_name+set}" = set; then
4172     withval="$with_name"
4173     RXVTNAME="$withval"
4174     fi;
4175    
4176 root 1.39 cat >>confdefs.h <<_ACEOF
4177     #define RXVTNAME "$RXVTNAME"
4178     _ACEOF
4179    
4180    
4181 pcg 1.15 RXVTNAME=`echo "$RXVTNAME"|sed "$program_transform_name"`
4182    
4183    
4184 pcg 1.1 # Check whether --enable-strings or --disable-strings was given.
4185     if test "${enable_strings+set}" = set; then
4186     enableval="$enable_strings"
4187     if test x$enableval = xyes -o x$enableval = xno; then
4188     support_addstrings=$enableval
4189     fi
4190 pcg 1.11 fi;
4191 pcg 1.1
4192     # Check whether --enable-swapscreen or --disable-swapscreen was given.
4193     if test "${enable_swapscreen+set}" = set; then
4194     enableval="$enable_swapscreen"
4195     if test x$enableval = xno; then
4196 pcg 1.11
4197     cat >>confdefs.h <<\_ACEOF
4198 pcg 1.1 #define NO_SECONDARY_SCREEN 1
4199 pcg 1.11 _ACEOF
4200 pcg 1.1
4201     fi
4202 pcg 1.11 fi;
4203 pcg 1.1
4204 root 1.34 # Check whether --enable-iso14755 or --disable-iso14755 was given.
4205     if test "${enable_iso14755+set}" = set; then
4206     enableval="$enable_iso14755"
4207     if test x$enableval = xyes -o x$enableval = xno; then
4208     support_iso14755=$enableval
4209     fi
4210     fi;
4211    
4212 pcg 1.1 # Check whether --enable-frills or --disable-frills was given.
4213     if test "${enable_frills+set}" = set; then
4214     enableval="$enable_frills"
4215     if test x$enableval = xyes -o x$enableval = xno; then
4216     support_frills=$enableval
4217     fi
4218 pcg 1.11 fi;
4219 pcg 1.1
4220     # Check whether --enable-24bit or --disable-24bit was given.
4221     if test "${enable_24bit+set}" = set; then
4222     enableval="$enable_24bit"
4223     if test x$enableval = xyes -o x$enableval = xno; then
4224     support_24bit=$enableval
4225     fi
4226 pcg 1.11 fi;
4227 pcg 1.1
4228     # Check whether --enable-keepscrolling or --disable-keepscrolling was given.
4229     if test "${enable_keepscrolling+set}" = set; then
4230     enableval="$enable_keepscrolling"
4231     if test x$enableval = xyes -o x$enableval = xno; then
4232     support_keepscrolling=$enableval
4233     fi
4234 pcg 1.11 fi;
4235 pcg 1.1
4236     # Check whether --enable-selectionscrolling or --disable-selectionscrolling was given.
4237     if test "${enable_selectionscrolling+set}" = set; then
4238     enableval="$enable_selectionscrolling"
4239     if test x$enableval = xyes -o x$enableval = xno; then
4240     support_selectionscrolling=$enableval
4241     fi
4242 pcg 1.11 fi;
4243 pcg 1.1
4244     # Check whether --enable-mousewheel or --disable-mousewheel was given.
4245     if test "${enable_mousewheel+set}" = set; then
4246     enableval="$enable_mousewheel"
4247     if test x$enableval = xyes -o x$enableval = xno; then
4248     support_mousewheel=$enableval
4249     fi
4250 pcg 1.11 fi;
4251 pcg 1.1
4252     # Check whether --enable-slipwheeling or --disable-slipwheeling was given.
4253     if test "${enable_slipwheeling+set}" = set; then
4254     enableval="$enable_slipwheeling"
4255     if test x$enableval = xyes -o x$enableval = xno; then
4256     support_mouseslipwheel=$enableval
4257     fi
4258 pcg 1.11 fi;
4259 pcg 1.1
4260     # Check whether --enable-dmalloc or --disable-dmalloc was given.
4261     if test "${enable_dmalloc+set}" = set; then
4262     enableval="$enable_dmalloc"
4263     if test x$enableval = xyes; then
4264     MALLOC_TYPE=G
4265     DEBUG=-DDEBUG_MALLOC
4266     DLIB="-L/usr/local/lib -ldmalloc"
4267     DINCLUDE=-I/usr/local/include
4268     fi
4269 pcg 1.11 fi;
4270 pcg 1.1
4271     # Check whether --enable-dlmalloc or --disable-dlmalloc was given.
4272     if test "${enable_dlmalloc+set}" = set; then
4273     enableval="$enable_dlmalloc"
4274     if test x$enableval = xyes; then
4275     MALLOC_TYPE=D
4276     DEBUG=
4277     DLIB="-L/usr/local/lib -ldlmalloc"
4278     DINCLUDE=
4279     fi
4280 pcg 1.11 fi;
4281 pcg 1.1
4282     # Check whether --enable-smart-resize or --disable-smart-resize was given.
4283     if test "${enable_smart_resize+set}" = set; then
4284     enableval="$enable_smart_resize"
4285     if test x$enableval = xyes; then
4286 pcg 1.11
4287     cat >>confdefs.h <<\_ACEOF
4288 pcg 1.1 #define SMART_RESIZE 1
4289 pcg 1.11 _ACEOF
4290 pcg 1.1
4291     fi
4292 pcg 1.11 fi;
4293 pcg 1.1
4294     # Check whether --enable-cursor-blink or --disable-cursor-blink was given.
4295     if test "${enable_cursor_blink+set}" = set; then
4296     enableval="$enable_cursor_blink"
4297     if test x$enableval = xyes -o x$enableval = xno; then
4298     support_cursor_blink=$enableval
4299     fi
4300 pcg 1.11 fi;
4301 pcg 1.1
4302 pcg 1.11 # Check whether --enable-text-blink or --disable-text-blink was given.
4303     if test "${enable_text_blink+set}" = set; then
4304     enableval="$enable_text_blink"
4305     if test x$enableval = xyes -o x$enableval = xno; then
4306     support_text_blink=$enableval
4307     fi
4308     fi;
4309 pcg 1.1
4310     # Check whether --enable-pointer-blank or --disable-pointer-blank was given.
4311     if test "${enable_pointer_blank+set}" = set; then
4312     enableval="$enable_pointer_blank"
4313     if test x$enableval = xyes -o x$enableval = xno; then
4314     support_pointer_blank=$enableval
4315     fi
4316 pcg 1.11 fi;
4317 pcg 1.1
4318    
4319     # Check whether --with-term or --without-term was given.
4320     if test "${with_term+set}" = set; then
4321     withval="$with_term"
4322     if test x$withval != x; then
4323 pcg 1.11
4324     cat >>confdefs.h <<_ACEOF
4325 pcg 1.1 #define TERMENV "$withval"
4326 pcg 1.11 _ACEOF
4327 pcg 1.1 term="$withval"
4328     fi
4329 pcg 1.11 fi;
4330 pcg 1.1
4331    
4332     # Check whether --with-terminfo or --without-terminfo was given.
4333     if test "${with_terminfo+set}" = set; then
4334     withval="$with_terminfo"
4335     if test x$withval != x; then
4336 pcg 1.11
4337     cat >>confdefs.h <<_ACEOF
4338 pcg 1.1 #define RXVT_TERMINFO "$withval"
4339 pcg 1.11 _ACEOF
4340 pcg 1.1 terminfo="$withval"
4341     fi
4342 pcg 1.11 fi;
4343 pcg 1.1
4344    
4345    
4346 pcg 1.11 cat >>confdefs.h <<\_ACEOF
4347 pcg 1.1 #define PROTOTYPES 1
4348 pcg 1.11 _ACEOF
4349 pcg 1.1
4350    
4351     # Extract the first word of "mv", so it can be a program name with args.
4352     set dummy mv; ac_word=$2
4353 pcg 1.11 echo "$as_me:$LINENO: checking for $ac_word" >&5
4354     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4355     if test "${ac_cv_path_MV+set}" = set; then
4356     echo $ECHO_N "(cached) $ECHO_C" >&6
4357 pcg 1.1 else
4358 pcg 1.11 case $MV in
4359     [\\/]* | ?:[\\/]*)
4360 pcg 1.1 ac_cv_path_MV="$MV" # Let the user override the test with a path.
4361     ;;
4362     *)
4363 pcg 1.11 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4364     for as_dir in $PATH
4365     do
4366     IFS=$as_save_IFS
4367     test -z "$as_dir" && as_dir=.
4368     for ac_exec_ext in '' $ac_executable_extensions; do
4369     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4370     ac_cv_path_MV="$as_dir/$ac_word$ac_exec_ext"
4371     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4372     break 2
4373     fi
4374     done
4375     done
4376    
4377 pcg 1.1 test -z "$ac_cv_path_MV" && ac_cv_path_MV="mv"
4378     ;;
4379     esac
4380     fi
4381 pcg 1.11 MV=$ac_cv_path_MV
4382    
4383 pcg 1.1 if test -n "$MV"; then
4384 pcg 1.11 echo "$as_me:$LINENO: result: $MV" >&5
4385     echo "${ECHO_T}$MV" >&6
4386 pcg 1.1 else
4387 pcg 1.11 echo "$as_me:$LINENO: result: no" >&5
4388     echo "${ECHO_T}no" >&6
4389 pcg 1.1 fi
4390    
4391     # Extract the first word of "rm", so it can be a program name with args.
4392     set dummy rm; ac_word=$2
4393 pcg 1.11 echo "$as_me:$LINENO: checking for $ac_word" >&5
4394     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4395     if test "${ac_cv_path_RM+set}" = set; then
4396     echo $ECHO_N "(cached) $ECHO_C" >&6
4397 pcg 1.1 else
4398 pcg 1.11 case $RM in
4399     [\\/]* | ?:[\\/]*)
4400 pcg 1.1 ac_cv_path_RM="$RM" # Let the user override the test with a path.
4401     ;;
4402     *)
4403 pcg 1.11 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4404     for as_dir in $PATH
4405     do
4406     IFS=$as_save_IFS
4407     test -z "$as_dir" && as_dir=.
4408     for ac_exec_ext in '' $ac_executable_extensions; do
4409     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4410     ac_cv_path_RM="$as_dir/$ac_word$ac_exec_ext"
4411     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4412     break 2
4413     fi
4414     done
4415     done
4416    
4417 pcg 1.1 test -z "$ac_cv_path_RM" && ac_cv_path_RM="rm"
4418     ;;
4419     esac
4420     fi
4421 pcg 1.11 RM=$ac_cv_path_RM
4422    
4423 pcg 1.1 if test -n "$RM"; then
4424 pcg 1.11 echo "$as_me:$LINENO: result: $RM" >&5
4425     echo "${ECHO_T}$RM" >&6
4426 pcg 1.1 else
4427 pcg 1.11 echo "$as_me:$LINENO: result: no" >&5
4428     echo "${ECHO_T}no" >&6
4429 pcg 1.1 fi
4430    
4431     # Extract the first word of "cp", so it can be a program name with args.
4432     set dummy cp; ac_word=$2
4433 pcg 1.11 echo "$as_me:$LINENO: checking for $ac_word" >&5
4434     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4435     if test "${ac_cv_path_CP+set}" = set; then
4436     echo $ECHO_N "(cached) $ECHO_C" >&6
4437 pcg 1.1 else
4438 pcg 1.11 case $CP in
4439     [\\/]* | ?:[\\/]*)
4440 pcg 1.1 ac_cv_path_CP="$CP" # Let the user override the test with a path.
4441     ;;
4442     *)
4443 pcg 1.11 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4444     for as_dir in $PATH
4445     do
4446     IFS=$as_save_IFS
4447     test -z "$as_dir" && as_dir=.
4448     for ac_exec_ext in '' $ac_executable_extensions; do
4449     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4450     ac_cv_path_CP="$as_dir/$ac_word$ac_exec_ext"
4451     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4452     break 2
4453     fi
4454     done
4455     done
4456    
4457 pcg 1.1 test -z "$ac_cv_path_CP" && ac_cv_path_CP="cp"
4458     ;;
4459     esac
4460     fi
4461 pcg 1.11 CP=$ac_cv_path_CP
4462    
4463 pcg 1.1 if test -n "$CP"; then
4464 pcg 1.11 echo "$as_me:$LINENO: result: $CP" >&5
4465     echo "${ECHO_T}$CP" >&6
4466 pcg 1.1 else
4467 pcg 1.11 echo "$as_me:$LINENO: result: no" >&5
4468     echo "${ECHO_T}no" >&6
4469 pcg 1.1 fi
4470    
4471     # Extract the first word of "ln", so it can be a program name with args.
4472     set dummy ln; ac_word=$2
4473 pcg 1.11 echo "$as_me:$LINENO: checking for $ac_word" >&5
4474     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4475     if test "${ac_cv_path_LN+set}" = set; then
4476     echo $ECHO_N "(cached) $ECHO_C" >&6
4477 pcg 1.1 else
4478 pcg 1.11 case $LN in
4479     [\\/]* | ?:[\\/]*)
4480 pcg 1.1 ac_cv_path_LN="$LN" # Let the user override the test with a path.
4481     ;;
4482     *)
4483 pcg 1.11 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4484     for as_dir in $PATH
4485     do
4486     IFS=$as_save_IFS
4487     test -z "$as_dir" && as_dir=.
4488     for ac_exec_ext in '' $ac_executable_extensions; do
4489     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4490     ac_cv_path_LN="$as_dir/$ac_word$ac_exec_ext"
4491     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4492     break 2
4493     fi
4494     done
4495     done
4496    
4497 pcg 1.1 test -z "$ac_cv_path_LN" && ac_cv_path_LN="ln"
4498     ;;
4499     esac
4500     fi
4501 pcg 1.11 LN=$ac_cv_path_LN
4502    
4503 pcg 1.1 if test -n "$LN"; then
4504 pcg 1.11 echo "$as_me:$LINENO: result: $LN" >&5
4505     echo "${ECHO_T}$LN" >&6
4506 pcg 1.1 else
4507 pcg 1.11 echo "$as_me:$LINENO: result: no" >&5
4508     echo "${ECHO_T}no" >&6
4509 pcg 1.1 fi
4510    
4511     # Extract the first word of "sed", so it can be a program name with args.
4512     set dummy sed; ac_word=$2
4513 pcg 1.11 echo "$as_me:$LINENO: checking for $ac_word" >&5
4514     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4515     if test "${ac_cv_path_SED+set}" = set; then
4516     echo $ECHO_N "(cached) $ECHO_C" >&6
4517 pcg 1.1 else
4518 pcg 1.11 case $SED in
4519     [\\/]* | ?:[\\/]*)
4520 pcg 1.1 ac_cv_path_SED="$SED" # Let the user override the test with a path.
4521     ;;
4522     *)
4523 pcg 1.11 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4524     for as_dir in $PATH
4525     do
4526     IFS=$as_save_IFS
4527     test -z "$as_dir" && as_dir=.
4528     for ac_exec_ext in '' $ac_executable_extensions; do
4529     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4530     ac_cv_path_SED="$as_dir/$ac_word$ac_exec_ext"
4531     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4532     break 2
4533     fi
4534     done
4535     done
4536    
4537 pcg 1.1 test -z "$ac_cv_path_SED" && ac_cv_path_SED="sed"
4538     ;;
4539     esac
4540     fi
4541 pcg 1.11 SED=$ac_cv_path_SED
4542    
4543 pcg 1.1 if test -n "$SED"; then
4544 pcg 1.11 echo "$as_me:$LINENO: result: $SED" >&5
4545     echo "${ECHO_T}$SED" >&6
4546 pcg 1.1 else
4547 pcg 1.11 echo "$as_me:$LINENO: result: no" >&5
4548     echo "${ECHO_T}no" >&6
4549 pcg 1.1 fi
4550    
4551     # Extract the first word of "echo", so it can be a program name with args.
4552     set dummy echo; ac_word=$2
4553 pcg 1.11 echo "$as_me:$LINENO: checking for $ac_word" >&5
4554     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4555     if test "${ac_cv_path_ECHO+set}" = set; then
4556     echo $ECHO_N "(cached) $ECHO_C" >&6
4557 pcg 1.1 else
4558 pcg 1.11 case $ECHO in
4559     [\\/]* | ?:[\\/]*)
4560 pcg 1.1 ac_cv_path_ECHO="$ECHO" # Let the user override the test with a path.
4561     ;;
4562     *)
4563 pcg 1.11 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4564     for as_dir in $PATH
4565     do
4566     IFS=$as_save_IFS
4567     test -z "$as_dir" && as_dir=.
4568     for ac_exec_ext in '' $ac_executable_extensions; do
4569     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4570     ac_cv_path_ECHO="$as_dir/$ac_word$ac_exec_ext"
4571     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4572     break 2
4573     fi
4574     done
4575     done
4576    
4577 pcg 1.1 test -z "$ac_cv_path_ECHO" && ac_cv_path_ECHO="echo"
4578     ;;
4579     esac
4580     fi
4581 pcg 1.11 ECHO=$ac_cv_path_ECHO
4582    
4583 pcg 1.1 if test -n "$ECHO"; then
4584 pcg 1.11 echo "$as_me:$LINENO: result: $ECHO" >&5
4585     echo "${ECHO_T}$ECHO" >&6
4586 pcg 1.1 else
4587 pcg 1.11 echo "$as_me:$LINENO: result: no" >&5
4588     echo "${ECHO_T}no" >&6
4589 pcg 1.1 fi
4590    
4591     # Extract the first word of "cmp", so it can be a program name with args.
4592     set dummy cmp; ac_word=$2
4593 pcg 1.11 echo "$as_me:$LINENO: checking for $ac_word" >&5
4594     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4595     if test "${ac_cv_path_CMP+set}" = set; then
4596     echo $ECHO_N "(cached) $ECHO_C" >&6
4597 pcg 1.1 else
4598 pcg 1.11 case $CMP in
4599     [\\/]* | ?:[\\/]*)
4600 pcg 1.1 ac_cv_path_CMP="$CMP" # Let the user override the test with a path.
4601     ;;
4602     *)
4603 pcg 1.11 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4604     for as_dir in $PATH
4605     do
4606     IFS=$as_save_IFS
4607     test -z "$as_dir" && as_dir=.
4608     for ac_exec_ext in '' $ac_executable_extensions; do
4609     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4610     ac_cv_path_CMP="$as_dir/$ac_word$ac_exec_ext"
4611     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4612     break 2
4613     fi
4614     done
4615     done
4616    
4617 pcg 1.1 test -z "$ac_cv_path_CMP" && ac_cv_path_CMP="cmp"
4618     ;;
4619     esac
4620     fi
4621 pcg 1.11 CMP=$ac_cv_path_CMP
4622    
4623 pcg 1.1 if test -n "$CMP"; then
4624 pcg 1.11 echo "$as_me:$LINENO: result: $CMP" >&5
4625     echo "${ECHO_T}$CMP" >&6
4626 pcg 1.1 else
4627 pcg 1.11 echo "$as_me:$LINENO: result: no" >&5
4628     echo "${ECHO_T}no" >&6
4629 pcg 1.1 fi
4630    
4631     # Extract the first word of "tbl", so it can be a program name with args.
4632     set dummy tbl; ac_word=$2
4633 pcg 1.11 echo "$as_me:$LINENO: checking for $ac_word" >&5
4634     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4635     if test "${ac_cv_path_TBL+set}" = set; then
4636     echo $ECHO_N "(cached) $ECHO_C" >&6
4637 pcg 1.1 else
4638 pcg 1.11 case $TBL in
4639     [\\/]* | ?:[\\/]*)
4640 pcg 1.1 ac_cv_path_TBL="$TBL" # Let the user override the test with a path.
4641     ;;
4642     *)
4643 pcg 1.11 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4644     for as_dir in $PATH
4645     do
4646     IFS=$as_save_IFS
4647     test -z "$as_dir" && as_dir=.
4648     for ac_exec_ext in '' $ac_executable_extensions; do
4649     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4650     ac_cv_path_TBL="$as_dir/$ac_word$ac_exec_ext"
4651     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4652     break 2
4653     fi
4654     done
4655     done
4656    
4657 pcg 1.1 ;;
4658     esac
4659     fi
4660 pcg 1.11 TBL=$ac_cv_path_TBL
4661    
4662 pcg 1.1 if test -n "$TBL"; then
4663 pcg 1.11 echo "$as_me:$LINENO: result: $TBL" >&5
4664     echo "${ECHO_T}$TBL" >&6
4665 pcg 1.1 else
4666 pcg 1.11 echo "$as_me:$LINENO: result: no" >&5
4667     echo "${ECHO_T}no" >&6
4668 pcg 1.1 fi
4669    
4670 root 1.39 # Extract the first word of "tic", so it can be a program name with args.
4671     set dummy tic; ac_word=$2
4672     echo "$as_me:$LINENO: checking for $ac_word" >&5
4673     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4674     if test "${ac_cv_path_TIC+set}" = set; then
4675     echo $ECHO_N "(cached) $ECHO_C" >&6
4676     else
4677     case $TIC in
4678     [\\/]* | ?:[\\/]*)
4679     ac_cv_path_TIC="$TIC" # Let the user override the test with a path.
4680     ;;
4681     *)
4682     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4683     for as_dir in $PATH
4684     do
4685     IFS=$as_save_IFS
4686     test -z "$as_dir" && as_dir=.
4687     for ac_exec_ext in '' $ac_executable_extensions; do
4688     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4689     ac_cv_path_TIC="$as_dir/$ac_word$ac_exec_ext"
4690     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4691     break 2
4692     fi
4693     done
4694     done
4695    
4696     ;;
4697     esac
4698     fi
4699     TIC=$ac_cv_path_TIC
4700    
4701     if test -n "$TIC"; then
4702     echo "$as_me:$LINENO: result: $TIC" >&5
4703     echo "${ECHO_T}$TIC" >&6
4704     else
4705     echo "$as_me:$LINENO: result: no" >&5
4706     echo "${ECHO_T}no" >&6
4707     fi
4708    
4709 pcg 1.1
4710    
4711    
4712 pcg 1.24
4713     if test "x$ac_path_x_has_been_run" != xyes; then
4714     echo "$as_me:$LINENO: checking for X" >&5
4715 pcg 1.11 echo $ECHO_N "checking for X... $ECHO_C" >&6
4716    
4717 pcg 1.24 ac_path_x_has_been_run=yes
4718 pcg 1.1
4719     # Check whether --with-x or --without-x was given.
4720     if test "${with_x+set}" = set; then
4721     withval="$with_x"
4722    
4723 pcg 1.11 fi;
4724 pcg 1.1 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
4725     if test "x$with_x" = xno; then
4726     # The user explicitly disabled X.
4727     have_x=disabled
4728     else
4729     if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
4730     # Both variables are already set.
4731     have_x=yes
4732     else
4733 pcg 1.11 if test "${ac_cv_have_x+set}" = set; then
4734     echo $ECHO_N "(cached) $ECHO_C" >&6
4735 pcg 1.1 else
4736     # One or both of the vars are not set, and there is no cached value.
4737 pcg 1.11 ac_x_includes=no ac_x_libraries=no
4738     rm -fr conftest.dir
4739     if mkdir conftest.dir; then
4740     cd conftest.dir
4741 pcg 1.1 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
4742 pcg 1.11 cat >Imakefile <<'_ACEOF'
4743 pcg 1.1 acfindx:
4744     @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
4745 pcg 1.11 _ACEOF
4746 pcg 1.1 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
4747     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
4748     eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
4749     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
4750     for ac_extension in a so sl; do
4751     if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
4752 pcg 1.11 test -f $ac_im_libdir/libX11.$ac_extension; then
4753     ac_im_usrlibdir=$ac_im_libdir; break
4754 pcg 1.1 fi
4755     done
4756     # Screen out bogus values from the imake configuration. They are
4757     # bogus both because they are the default anyway, and because
4758     # using them would break gcc on systems where it needs fixed includes.
4759 pcg 1.11 case $ac_im_incroot in
4760 pcg 1.1 /usr/include) ;;
4761 pcg 1.11 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
4762 pcg 1.1 esac
4763 pcg 1.11 case $ac_im_usrlibdir in
4764 pcg 1.1 /usr/lib | /lib) ;;
4765 pcg 1.11 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
4766 pcg 1.1 esac
4767     fi
4768     cd ..
4769 pcg 1.11 rm -fr conftest.dir
4770 pcg 1.1 fi
4771    
4772 pcg 1.11 # Standard set of common directories for X headers.
4773     # Check X11 before X11Rn because it is often a symlink to the current release.
4774     ac_x_header_dirs='
4775     /usr/X11/include
4776     /usr/X11R6/include
4777     /usr/X11R5/include
4778     /usr/X11R4/include
4779    
4780     /usr/include/X11
4781     /usr/include/X11R6
4782     /usr/include/X11R5
4783     /usr/include/X11R4
4784    
4785     /usr/local/X11/include
4786     /usr/local/X11R6/include
4787     /usr/local/X11R5/include
4788     /usr/local/X11R4/include
4789    
4790     /usr/local/include/X11
4791     /usr/local/include/X11R6
4792     /usr/local/include/X11R5
4793     /usr/local/include/X11R4
4794    
4795     /usr/X386/include
4796     /usr/x386/include
4797     /usr/XFree86/include/X11
4798    
4799     /usr/include
4800     /usr/local/include
4801     /usr/unsupported/include
4802     /usr/athena/include
4803     /usr/local/x11r5/include
4804     /usr/lpp/Xamples/include
4805    
4806     /usr/openwin/include
4807     /usr/openwin/share/include'
4808 pcg 1.1
4809 pcg 1.11 if test "$ac_x_includes" = no; then
4810 pcg 1.24 # Guess where to find include files, by looking for a specified header file.
4811 pcg 1.1 # First, try using that file with no special directory specified.
4812 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
4813     /* confdefs.h. */
4814     _ACEOF
4815     cat confdefs.h >>conftest.$ac_ext
4816     cat >>conftest.$ac_ext <<_ACEOF
4817     /* end confdefs.h. */
4818     #include <X11/Intrinsic.h>
4819     _ACEOF
4820     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4821     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4822     ac_status=$?
4823     grep -v '^ *+' conftest.er1 >conftest.err
4824     rm -f conftest.er1
4825     cat conftest.err >&5
4826     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4827     (exit $ac_status); } >/dev/null; then
4828     if test -s conftest.err; then
4829 pcg 1.13 ac_cpp_err=$ac_cxx_preproc_warn_flag
4830     ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
4831 pcg 1.11 else
4832     ac_cpp_err=
4833     fi
4834     else
4835     ac_cpp_err=yes
4836     fi
4837     if test -z "$ac_cpp_err"; then
4838 pcg 1.1 # We can compile using X headers with no special include directory.
4839     ac_x_includes=
4840     else
4841 pcg 1.11 echo "$as_me: failed program was:" >&5
4842     sed 's/^/| /' conftest.$ac_ext >&5
4843    
4844     for ac_dir in $ac_x_header_dirs; do
4845     if test -r "$ac_dir/X11/Intrinsic.h"; then
4846     ac_x_includes=$ac_dir
4847     break
4848     fi
4849     done
4850 pcg 1.1 fi
4851 pcg 1.11 rm -f conftest.err conftest.$ac_ext
4852     fi # $ac_x_includes = no
4853 pcg 1.1
4854 pcg 1.11 if test "$ac_x_libraries" = no; then
4855 pcg 1.1 # Check for the libraries.
4856     # See if we find them without any special options.
4857     # Don't add to $LIBS permanently.
4858 pcg 1.11 ac_save_LIBS=$LIBS
4859     LIBS="-lXt $LIBS"
4860     cat >conftest.$ac_ext <<_ACEOF
4861     /* confdefs.h. */
4862     _ACEOF
4863     cat confdefs.h >>conftest.$ac_ext
4864     cat >>conftest.$ac_ext <<_ACEOF
4865     /* end confdefs.h. */
4866     #include <X11/Intrinsic.h>
4867     int
4868     main ()
4869     {
4870     XtMalloc (0)
4871     ;
4872     return 0;
4873     }
4874     _ACEOF
4875     rm -f conftest.$ac_objext conftest$ac_exeext
4876     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4877     (eval $ac_link) 2>conftest.er1
4878     ac_status=$?
4879     grep -v '^ *+' conftest.er1 >conftest.err
4880     rm -f conftest.er1
4881     cat conftest.err >&5
4882     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4883     (exit $ac_status); } &&
4884 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4885 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4886     (eval $ac_try) 2>&5
4887     ac_status=$?
4888     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4889     (exit $ac_status); }; } &&
4890     { ac_try='test -s conftest$ac_exeext'
4891     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4892     (eval $ac_try) 2>&5
4893     ac_status=$?
4894     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4895     (exit $ac_status); }; }; then
4896     LIBS=$ac_save_LIBS
4897 pcg 1.1 # We can link X programs with no special library path.
4898     ac_x_libraries=
4899     else
4900 pcg 1.11 echo "$as_me: failed program was:" >&5
4901     sed 's/^/| /' conftest.$ac_ext >&5
4902    
4903     LIBS=$ac_save_LIBS
4904     for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
4905 pcg 1.1 do
4906 pcg 1.11 # Don't even attempt the hair of trying to link an X program!
4907 pcg 1.1 for ac_extension in a so sl; do
4908 pcg 1.11 if test -r $ac_dir/libXt.$ac_extension; then
4909 pcg 1.1 ac_x_libraries=$ac_dir
4910     break 2
4911     fi
4912     done
4913     done
4914     fi
4915 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
4916     conftest$ac_exeext conftest.$ac_ext
4917     fi # $ac_x_libraries = no
4918 pcg 1.1
4919 pcg 1.11 if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then
4920 pcg 1.1 # Didn't find X anywhere. Cache the known absence of X.
4921     ac_cv_have_x="have_x=no"
4922     else
4923     # Record where we found X for the cache.
4924     ac_cv_have_x="have_x=yes \
4925 pcg 1.11 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
4926 pcg 1.1 fi
4927     fi
4928 pcg 1.11
4929 pcg 1.1 fi
4930     eval "$ac_cv_have_x"
4931     fi # $with_x != no
4932    
4933     if test "$have_x" != yes; then
4934 pcg 1.11 echo "$as_me:$LINENO: result: $have_x" >&5
4935     echo "${ECHO_T}$have_x" >&6
4936 pcg 1.1 no_x=yes
4937     else
4938     # If each of the values was on the command line, it overrides each guess.
4939     test "x$x_includes" = xNONE && x_includes=$ac_x_includes
4940     test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
4941     # Update the cache value to reflect the command line values.
4942     ac_cv_have_x="have_x=yes \
4943     ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
4944 pcg 1.24 # It might be that x_includes is empty (headers are found in the
4945     # standard search path. Then output the corresponding message
4946     ac_out_x_includes=$x_includes
4947     test "x$x_includes" = x && ac_out_x_includes="in standard search path"
4948     echo "$as_me:$LINENO: result: libraries $x_libraries, headers $ac_out_x_includes" >&5
4949     echo "${ECHO_T}libraries $x_libraries, headers $ac_out_x_includes" >&6
4950 pcg 1.1 fi
4951    
4952 pcg 1.24 fi
4953 pcg 1.1 if test "$no_x" = yes; then
4954     # Not all programs may use this symbol, but it does not hurt to define it.
4955 pcg 1.11
4956     cat >>confdefs.h <<\_ACEOF
4957 pcg 1.1 #define X_DISPLAY_MISSING 1
4958 pcg 1.11 _ACEOF
4959 pcg 1.1
4960     X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
4961     else
4962     if test -n "$x_includes"; then
4963     X_CFLAGS="$X_CFLAGS -I$x_includes"
4964     fi
4965    
4966     # It would also be nice to do this for all -L options, not just this one.
4967     if test -n "$x_libraries"; then
4968     X_LIBS="$X_LIBS -L$x_libraries"
4969     # For Solaris; some versions of Sun CC require a space after -R and
4970     # others require no space. Words are not sufficient . . . .
4971 pcg 1.11 case `(uname -sr) 2>/dev/null` in
4972 pcg 1.1 "SunOS 5"*)
4973 pcg 1.11 echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
4974     echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6
4975     ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
4976     cat >conftest.$ac_ext <<_ACEOF
4977     /* confdefs.h. */
4978     _ACEOF
4979     cat confdefs.h >>conftest.$ac_ext
4980     cat >>conftest.$ac_ext <<_ACEOF
4981     /* end confdefs.h. */
4982 pcg 1.1
4983 pcg 1.11 int
4984     main ()
4985     {
4986 pcg 1.1
4987 pcg 1.11 ;
4988     return 0;
4989     }
4990     _ACEOF
4991     rm -f conftest.$ac_objext conftest$ac_exeext
4992     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4993     (eval $ac_link) 2>conftest.er1
4994     ac_status=$?
4995     grep -v '^ *+' conftest.er1 >conftest.err
4996     rm -f conftest.er1
4997     cat conftest.err >&5
4998     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4999     (exit $ac_status); } &&
5000 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5001 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5002     (eval $ac_try) 2>&5
5003     ac_status=$?
5004     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5005     (exit $ac_status); }; } &&
5006     { ac_try='test -s conftest$ac_exeext'
5007     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5008     (eval $ac_try) 2>&5
5009     ac_status=$?
5010     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5011     (exit $ac_status); }; }; then
5012 pcg 1.1 ac_R_nospace=yes
5013     else
5014 pcg 1.11 echo "$as_me: failed program was:" >&5
5015     sed 's/^/| /' conftest.$ac_ext >&5
5016    
5017     ac_R_nospace=no
5018 pcg 1.1 fi
5019 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
5020     conftest$ac_exeext conftest.$ac_ext
5021 pcg 1.1 if test $ac_R_nospace = yes; then
5022 pcg 1.11 echo "$as_me:$LINENO: result: no" >&5
5023     echo "${ECHO_T}no" >&6
5024 pcg 1.1 X_LIBS="$X_LIBS -R$x_libraries"
5025     else
5026     LIBS="$ac_xsave_LIBS -R $x_libraries"
5027 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
5028     /* confdefs.h. */
5029     _ACEOF
5030     cat confdefs.h >>conftest.$ac_ext
5031     cat >>conftest.$ac_ext <<_ACEOF
5032     /* end confdefs.h. */
5033 pcg 1.1
5034 pcg 1.11 int
5035     main ()
5036     {
5037 pcg 1.1
5038 pcg 1.11 ;
5039     return 0;
5040     }
5041     _ACEOF
5042     rm -f conftest.$ac_objext conftest$ac_exeext
5043     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5044     (eval $ac_link) 2>conftest.er1
5045     ac_status=$?
5046     grep -v '^ *+' conftest.er1 >conftest.err
5047     rm -f conftest.er1
5048     cat conftest.err >&5
5049     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5050     (exit $ac_status); } &&
5051 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5052 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5053     (eval $ac_try) 2>&5
5054     ac_status=$?
5055     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5056     (exit $ac_status); }; } &&
5057     { ac_try='test -s conftest$ac_exeext'
5058     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5059     (eval $ac_try) 2>&5
5060     ac_status=$?
5061     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5062     (exit $ac_status); }; }; then
5063 pcg 1.1 ac_R_space=yes
5064     else
5065 pcg 1.11 echo "$as_me: failed program was:" >&5
5066     sed 's/^/| /' conftest.$ac_ext >&5
5067    
5068     ac_R_space=no
5069 pcg 1.1 fi
5070 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
5071     conftest$ac_exeext conftest.$ac_ext
5072 pcg 1.1 if test $ac_R_space = yes; then
5073 pcg 1.11 echo "$as_me:$LINENO: result: yes" >&5
5074     echo "${ECHO_T}yes" >&6
5075 pcg 1.1 X_LIBS="$X_LIBS -R $x_libraries"
5076     else
5077 pcg 1.11 echo "$as_me:$LINENO: result: neither works" >&5
5078     echo "${ECHO_T}neither works" >&6
5079 pcg 1.1 fi
5080     fi
5081 pcg 1.11 LIBS=$ac_xsave_LIBS
5082 pcg 1.1 esac
5083     fi
5084    
5085     # Check for system-dependent libraries X programs must link with.
5086     # Do this before checking for the system-independent R6 libraries
5087     # (-lICE), since we may need -lsocket or whatever for X linking.
5088    
5089     if test "$ISC" = yes; then
5090     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
5091     else
5092 pcg 1.11 # Martyn Johnson says this is needed for Ultrix, if the X
5093     # libraries were built with DECnet support. And Karl Berry says
5094 pcg 1.1 # the Alpha needs dnet_stub (dnet does not exist).
5095 pcg 1.11 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
5096     cat >conftest.$ac_ext <<_ACEOF
5097     /* confdefs.h. */
5098     _ACEOF
5099     cat confdefs.h >>conftest.$ac_ext
5100     cat >>conftest.$ac_ext <<_ACEOF
5101     /* end confdefs.h. */
5102    
5103 pcg 1.1 /* Override any gcc2 internal prototype to avoid an error. */
5104 pcg 1.11 #ifdef __cplusplus
5105     extern "C"
5106     #endif
5107 pcg 1.1 /* We use char because int might match the return type of a gcc2
5108 pcg 1.11 builtin and then its argument prototype would still apply. */
5109     char XOpenDisplay ();
5110     int
5111     main ()
5112     {
5113     XOpenDisplay ();
5114     ;
5115     return 0;
5116     }
5117     _ACEOF
5118     rm -f conftest.$ac_objext conftest$ac_exeext
5119     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5120     (eval $ac_link) 2>conftest.er1
5121     ac_status=$?
5122     grep -v '^ *+' conftest.er1 >conftest.err
5123     rm -f conftest.er1
5124     cat conftest.err >&5
5125     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5126     (exit $ac_status); } &&
5127 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5128 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5129     (eval $ac_try) 2>&5
5130     ac_status=$?
5131     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5132     (exit $ac_status); }; } &&
5133     { ac_try='test -s conftest$ac_exeext'
5134     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5135     (eval $ac_try) 2>&5
5136     ac_status=$?
5137     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5138     (exit $ac_status); }; }; then
5139     :
5140     else
5141     echo "$as_me: failed program was:" >&5
5142     sed 's/^/| /' conftest.$ac_ext >&5
5143 pcg 1.1
5144 pcg 1.11 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
5145     echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
5146     if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
5147     echo $ECHO_N "(cached) $ECHO_C" >&6
5148 pcg 1.1 else
5149 pcg 1.11 ac_check_lib_save_LIBS=$LIBS
5150     LIBS="-ldnet $LIBS"
5151     cat >conftest.$ac_ext <<_ACEOF
5152     /* confdefs.h. */
5153     _ACEOF
5154     cat confdefs.h >>conftest.$ac_ext
5155     cat >>conftest.$ac_ext <<_ACEOF
5156     /* end confdefs.h. */
5157 pcg 1.1
5158 pcg 1.11 /* Override any gcc2 internal prototype to avoid an error. */
5159     #ifdef __cplusplus
5160     extern "C"
5161     #endif
5162     /* We use char because int might match the return type of a gcc2
5163     builtin and then its argument prototype would still apply. */
5164     char dnet_ntoa ();
5165     int
5166     main ()
5167     {
5168     dnet_ntoa ();
5169     ;
5170     return 0;
5171     }
5172     _ACEOF
5173     rm -f conftest.$ac_objext conftest$ac_exeext
5174     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5175     (eval $ac_link) 2>conftest.er1
5176     ac_status=$?
5177     grep -v '^ *+' conftest.er1 >conftest.err
5178     rm -f conftest.er1
5179     cat conftest.err >&5
5180     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5181     (exit $ac_status); } &&
5182 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5183 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5184     (eval $ac_try) 2>&5
5185     ac_status=$?
5186     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5187     (exit $ac_status); }; } &&
5188     { ac_try='test -s conftest$ac_exeext'
5189     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5190     (eval $ac_try) 2>&5
5191     ac_status=$?
5192     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5193     (exit $ac_status); }; }; then
5194     ac_cv_lib_dnet_dnet_ntoa=yes
5195     else
5196     echo "$as_me: failed program was:" >&5
5197     sed 's/^/| /' conftest.$ac_ext >&5
5198    
5199     ac_cv_lib_dnet_dnet_ntoa=no
5200     fi
5201     rm -f conftest.err conftest.$ac_objext \
5202     conftest$ac_exeext conftest.$ac_ext
5203     LIBS=$ac_check_lib_save_LIBS
5204     fi
5205     echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
5206     echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
5207     if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
5208 pcg 1.1 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
5209     fi
5210    
5211     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
5212 pcg 1.11 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
5213     echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
5214     if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
5215     echo $ECHO_N "(cached) $ECHO_C" >&6
5216 pcg 1.1 else
5217 pcg 1.11 ac_check_lib_save_LIBS=$LIBS
5218 pcg 1.1 LIBS="-ldnet_stub $LIBS"
5219 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
5220     /* confdefs.h. */
5221     _ACEOF
5222     cat confdefs.h >>conftest.$ac_ext
5223     cat >>conftest.$ac_ext <<_ACEOF
5224     /* end confdefs.h. */
5225    
5226 pcg 1.1 /* Override any gcc2 internal prototype to avoid an error. */
5227 pcg 1.11 #ifdef __cplusplus
5228     extern "C"
5229     #endif
5230 pcg 1.1 /* We use char because int might match the return type of a gcc2
5231 pcg 1.11 builtin and then its argument prototype would still apply. */
5232     char dnet_ntoa ();
5233     int
5234     main ()
5235     {
5236     dnet_ntoa ();
5237     ;
5238     return 0;
5239     }
5240     _ACEOF
5241     rm -f conftest.$ac_objext conftest$ac_exeext
5242     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5243     (eval $ac_link) 2>conftest.er1
5244     ac_status=$?
5245     grep -v '^ *+' conftest.er1 >conftest.err
5246     rm -f conftest.er1
5247     cat conftest.err >&5
5248     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5249     (exit $ac_status); } &&
5250 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5251 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5252     (eval $ac_try) 2>&5
5253     ac_status=$?
5254     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5255     (exit $ac_status); }; } &&
5256     { ac_try='test -s conftest$ac_exeext'
5257     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5258     (eval $ac_try) 2>&5
5259     ac_status=$?
5260     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5261     (exit $ac_status); }; }; then
5262     ac_cv_lib_dnet_stub_dnet_ntoa=yes
5263     else
5264     echo "$as_me: failed program was:" >&5
5265     sed 's/^/| /' conftest.$ac_ext >&5
5266    
5267     ac_cv_lib_dnet_stub_dnet_ntoa=no
5268     fi
5269     rm -f conftest.err conftest.$ac_objext \
5270     conftest$ac_exeext conftest.$ac_ext
5271     LIBS=$ac_check_lib_save_LIBS
5272     fi
5273     echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
5274     echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
5275     if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
5276 pcg 1.1 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
5277     fi
5278    
5279     fi
5280 pcg 1.11 fi
5281     rm -f conftest.err conftest.$ac_objext \
5282     conftest$ac_exeext conftest.$ac_ext
5283     LIBS="$ac_xsave_LIBS"
5284 pcg 1.1
5285     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
5286     # to get the SysV transport functions.
5287 pcg 1.11 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
5288 pcg 1.1 # needs -lnsl.
5289     # The nsl library prevents programs from opening the X display
5290 pcg 1.11 # on Irix 5.2, according to T.E. Dickey.
5291     # The functions gethostbyname, getservbyname, and inet_addr are
5292     # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
5293     echo "$as_me:$LINENO: checking for gethostbyname" >&5
5294     echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
5295     if test "${ac_cv_func_gethostbyname+set}" = set; then
5296     echo $ECHO_N "(cached) $ECHO_C" >&6
5297     else
5298     cat >conftest.$ac_ext <<_ACEOF
5299     /* confdefs.h. */
5300     _ACEOF
5301     cat confdefs.h >>conftest.$ac_ext
5302     cat >>conftest.$ac_ext <<_ACEOF
5303     /* end confdefs.h. */
5304     /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
5305     For example, HP-UX 11i <limits.h> declares gettimeofday. */
5306     #define gethostbyname innocuous_gethostbyname
5307    
5308 pcg 1.1 /* System header to define __stub macros and hopefully few prototypes,
5309 pcg 1.11 which can conflict with char gethostbyname (); below.
5310     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5311     <limits.h> exists even on freestanding compilers. */
5312    
5313     #ifdef __STDC__
5314     # include <limits.h>
5315     #else
5316     # include <assert.h>
5317     #endif
5318    
5319     #undef gethostbyname
5320    
5321 pcg 1.1 /* Override any gcc2 internal prototype to avoid an error. */
5322 pcg 1.11 #ifdef __cplusplus
5323     extern "C"
5324     {
5325     #endif
5326 pcg 1.1 /* We use char because int might match the return type of a gcc2
5327 pcg 1.11 builtin and then its argument prototype would still apply. */
5328     char gethostbyname ();
5329 pcg 1.1 /* The GNU C library defines this for functions which it implements
5330     to always fail with ENOSYS. Some functions are actually named
5331     something starting with __ and the normal name is an alias. */
5332     #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
5333     choke me
5334     #else
5335 pcg 1.11 char (*f) () = gethostbyname;
5336     #endif
5337     #ifdef __cplusplus
5338     }
5339 pcg 1.1 #endif
5340    
5341 pcg 1.11 int
5342     main ()
5343     {
5344     return f != gethostbyname;
5345     ;
5346     return 0;
5347     }
5348     _ACEOF
5349     rm -f conftest.$ac_objext conftest$ac_exeext
5350     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5351     (eval $ac_link) 2>conftest.er1
5352     ac_status=$?
5353     grep -v '^ *+' conftest.er1 >conftest.err
5354     rm -f conftest.er1
5355     cat conftest.err >&5
5356     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5357     (exit $ac_status); } &&
5358 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5359 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5360     (eval $ac_try) 2>&5
5361     ac_status=$?
5362     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5363     (exit $ac_status); }; } &&
5364     { ac_try='test -s conftest$ac_exeext'
5365     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5366     (eval $ac_try) 2>&5
5367     ac_status=$?
5368     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5369     (exit $ac_status); }; }; then
5370     ac_cv_func_gethostbyname=yes
5371     else
5372     echo "$as_me: failed program was:" >&5
5373     sed 's/^/| /' conftest.$ac_ext >&5
5374    
5375     ac_cv_func_gethostbyname=no
5376     fi
5377     rm -f conftest.err conftest.$ac_objext \
5378     conftest$ac_exeext conftest.$ac_ext
5379     fi
5380     echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
5381     echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
5382    
5383 pcg 1.1 if test $ac_cv_func_gethostbyname = no; then
5384 pcg 1.11 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
5385     echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
5386     if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
5387     echo $ECHO_N "(cached) $ECHO_C" >&6
5388 pcg 1.1 else
5389 pcg 1.11 ac_check_lib_save_LIBS=$LIBS
5390 pcg 1.1 LIBS="-lnsl $LIBS"
5391 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
5392     /* confdefs.h. */
5393     _ACEOF
5394     cat confdefs.h >>conftest.$ac_ext
5395     cat >>conftest.$ac_ext <<_ACEOF
5396     /* end confdefs.h. */
5397    
5398 pcg 1.1 /* Override any gcc2 internal prototype to avoid an error. */
5399 pcg 1.11 #ifdef __cplusplus
5400     extern "C"
5401     #endif
5402 pcg 1.1 /* We use char because int might match the return type of a gcc2
5403 pcg 1.11 builtin and then its argument prototype would still apply. */
5404     char gethostbyname ();
5405     int
5406     main ()
5407     {
5408     gethostbyname ();
5409     ;
5410     return 0;
5411     }
5412     _ACEOF
5413     rm -f conftest.$ac_objext conftest$ac_exeext
5414     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5415     (eval $ac_link) 2>conftest.er1
5416     ac_status=$?
5417     grep -v '^ *+' conftest.er1 >conftest.err
5418     rm -f conftest.er1
5419     cat conftest.err >&5
5420     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5421     (exit $ac_status); } &&
5422 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5423 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5424     (eval $ac_try) 2>&5
5425     ac_status=$?
5426     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5427     (exit $ac_status); }; } &&
5428     { ac_try='test -s conftest$ac_exeext'
5429     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5430     (eval $ac_try) 2>&5
5431     ac_status=$?
5432     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5433     (exit $ac_status); }; }; then
5434     ac_cv_lib_nsl_gethostbyname=yes
5435     else
5436     echo "$as_me: failed program was:" >&5
5437     sed 's/^/| /' conftest.$ac_ext >&5
5438    
5439     ac_cv_lib_nsl_gethostbyname=no
5440     fi
5441     rm -f conftest.err conftest.$ac_objext \
5442     conftest$ac_exeext conftest.$ac_ext
5443     LIBS=$ac_check_lib_save_LIBS
5444     fi
5445     echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
5446     echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
5447     if test $ac_cv_lib_nsl_gethostbyname = yes; then
5448     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
5449     fi
5450 pcg 1.1
5451 pcg 1.11 if test $ac_cv_lib_nsl_gethostbyname = no; then
5452     echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
5453     echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
5454     if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
5455     echo $ECHO_N "(cached) $ECHO_C" >&6
5456     else
5457     ac_check_lib_save_LIBS=$LIBS
5458     LIBS="-lbsd $LIBS"
5459     cat >conftest.$ac_ext <<_ACEOF
5460     /* confdefs.h. */
5461     _ACEOF
5462     cat confdefs.h >>conftest.$ac_ext
5463     cat >>conftest.$ac_ext <<_ACEOF
5464     /* end confdefs.h. */
5465 pcg 1.1
5466 pcg 1.11 /* Override any gcc2 internal prototype to avoid an error. */
5467     #ifdef __cplusplus
5468     extern "C"
5469     #endif
5470     /* We use char because int might match the return type of a gcc2
5471     builtin and then its argument prototype would still apply. */
5472     char gethostbyname ();
5473     int
5474     main ()
5475     {
5476     gethostbyname ();
5477     ;
5478     return 0;
5479     }
5480     _ACEOF
5481     rm -f conftest.$ac_objext conftest$ac_exeext
5482     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5483     (eval $ac_link) 2>conftest.er1
5484     ac_status=$?
5485     grep -v '^ *+' conftest.er1 >conftest.err
5486     rm -f conftest.er1
5487     cat conftest.err >&5
5488     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5489     (exit $ac_status); } &&
5490 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5491 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5492     (eval $ac_try) 2>&5
5493     ac_status=$?
5494     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5495     (exit $ac_status); }; } &&
5496     { ac_try='test -s conftest$ac_exeext'
5497     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5498     (eval $ac_try) 2>&5
5499     ac_status=$?
5500     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5501     (exit $ac_status); }; }; then
5502     ac_cv_lib_bsd_gethostbyname=yes
5503     else
5504     echo "$as_me: failed program was:" >&5
5505     sed 's/^/| /' conftest.$ac_ext >&5
5506    
5507     ac_cv_lib_bsd_gethostbyname=no
5508     fi
5509     rm -f conftest.err conftest.$ac_objext \
5510     conftest$ac_exeext conftest.$ac_ext
5511     LIBS=$ac_check_lib_save_LIBS
5512     fi
5513     echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
5514     echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
5515     if test $ac_cv_lib_bsd_gethostbyname = yes; then
5516     X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
5517 pcg 1.1 fi
5518    
5519 pcg 1.11 fi
5520 pcg 1.1 fi
5521    
5522     # lieder@skyler.mavd.honeywell.com says without -lsocket,
5523     # socket/setsockopt and other routines are undefined under SCO ODT
5524     # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
5525 pcg 1.11 # on later versions), says Simon Leinen: it contains gethostby*
5526     # variants that don't use the name server (or something). -lsocket
5527     # must be given before -lnsl if both are needed. We assume that
5528     # if connect needs -lnsl, so does gethostbyname.
5529     echo "$as_me:$LINENO: checking for connect" >&5
5530     echo $ECHO_N "checking for connect... $ECHO_C" >&6
5531     if test "${ac_cv_func_connect+set}" = set; then
5532     echo $ECHO_N "(cached) $ECHO_C" >&6
5533     else
5534     cat >conftest.$ac_ext <<_ACEOF
5535     /* confdefs.h. */
5536     _ACEOF
5537     cat confdefs.h >>conftest.$ac_ext
5538     cat >>conftest.$ac_ext <<_ACEOF
5539     /* end confdefs.h. */
5540     /* Define connect to an innocuous variant, in case <limits.h> declares connect.
5541     For example, HP-UX 11i <limits.h> declares gettimeofday. */
5542     #define connect innocuous_connect
5543    
5544 pcg 1.1 /* System header to define __stub macros and hopefully few prototypes,
5545 pcg 1.11 which can conflict with char connect (); below.
5546     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5547     <limits.h> exists even on freestanding compilers. */
5548    
5549     #ifdef __STDC__
5550     # include <limits.h>
5551     #else
5552     # include <assert.h>
5553     #endif
5554    
5555     #undef connect
5556    
5557 pcg 1.1 /* Override any gcc2 internal prototype to avoid an error. */
5558 pcg 1.11 #ifdef __cplusplus
5559     extern "C"
5560     {
5561     #endif
5562 pcg 1.1 /* We use char because int might match the return type of a gcc2
5563 pcg 1.11 builtin and then its argument prototype would still apply. */
5564     char connect ();
5565 pcg 1.1 /* The GNU C library defines this for functions which it implements
5566     to always fail with ENOSYS. Some functions are actually named
5567     something starting with __ and the normal name is an alias. */
5568     #if defined (__stub_connect) || defined (__stub___connect)
5569     choke me
5570     #else
5571 pcg 1.11 char (*f) () = connect;
5572     #endif
5573     #ifdef __cplusplus
5574     }
5575 pcg 1.1 #endif
5576    
5577 pcg 1.11 int
5578     main ()
5579     {
5580     return f != connect;
5581     ;
5582     return 0;
5583     }
5584     _ACEOF
5585     rm -f conftest.$ac_objext conftest$ac_exeext
5586     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5587     (eval $ac_link) 2>conftest.er1
5588     ac_status=$?
5589     grep -v '^ *+' conftest.er1 >conftest.err
5590     rm -f conftest.er1
5591     cat conftest.err >&5
5592     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5593     (exit $ac_status); } &&
5594 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5595 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5596     (eval $ac_try) 2>&5
5597     ac_status=$?
5598     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5599     (exit $ac_status); }; } &&
5600     { ac_try='test -s conftest$ac_exeext'
5601     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5602     (eval $ac_try) 2>&5
5603     ac_status=$?
5604     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5605     (exit $ac_status); }; }; then
5606     ac_cv_func_connect=yes
5607     else
5608     echo "$as_me: failed program was:" >&5
5609     sed 's/^/| /' conftest.$ac_ext >&5
5610    
5611     ac_cv_func_connect=no
5612 pcg 1.1 fi
5613 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
5614     conftest$ac_exeext conftest.$ac_ext
5615 pcg 1.1 fi
5616 pcg 1.11 echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
5617     echo "${ECHO_T}$ac_cv_func_connect" >&6
5618 pcg 1.1
5619     if test $ac_cv_func_connect = no; then
5620 pcg 1.11 echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
5621     echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
5622     if test "${ac_cv_lib_socket_connect+set}" = set; then
5623     echo $ECHO_N "(cached) $ECHO_C" >&6
5624 pcg 1.1 else
5625 pcg 1.11 ac_check_lib_save_LIBS=$LIBS
5626 pcg 1.1 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
5627 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
5628     /* confdefs.h. */
5629     _ACEOF
5630     cat confdefs.h >>conftest.$ac_ext
5631     cat >>conftest.$ac_ext <<_ACEOF
5632     /* end confdefs.h. */
5633    
5634 pcg 1.1 /* Override any gcc2 internal prototype to avoid an error. */
5635 pcg 1.11 #ifdef __cplusplus
5636     extern "C"
5637     #endif
5638 pcg 1.1 /* We use char because int might match the return type of a gcc2
5639 pcg 1.11 builtin and then its argument prototype would still apply. */
5640     char connect ();
5641     int
5642     main ()
5643     {
5644     connect ();
5645     ;
5646     return 0;
5647     }
5648     _ACEOF
5649     rm -f conftest.$ac_objext conftest$ac_exeext
5650     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5651     (eval $ac_link) 2>conftest.er1
5652     ac_status=$?
5653     grep -v '^ *+' conftest.er1 >conftest.err
5654     rm -f conftest.er1
5655     cat conftest.err >&5
5656     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5657     (exit $ac_status); } &&
5658 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5659 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5660     (eval $ac_try) 2>&5
5661     ac_status=$?
5662     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5663     (exit $ac_status); }; } &&
5664     { ac_try='test -s conftest$ac_exeext'
5665     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5666     (eval $ac_try) 2>&5
5667     ac_status=$?
5668     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5669     (exit $ac_status); }; }; then
5670     ac_cv_lib_socket_connect=yes
5671     else
5672     echo "$as_me: failed program was:" >&5
5673     sed 's/^/| /' conftest.$ac_ext >&5
5674    
5675     ac_cv_lib_socket_connect=no
5676     fi
5677     rm -f conftest.err conftest.$ac_objext \
5678     conftest$ac_exeext conftest.$ac_ext
5679     LIBS=$ac_check_lib_save_LIBS
5680     fi
5681     echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
5682     echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
5683     if test $ac_cv_lib_socket_connect = yes; then
5684 pcg 1.1 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
5685     fi
5686    
5687     fi
5688    
5689 pcg 1.11 # Guillermo Gomez says -lposix is necessary on A/UX.
5690     echo "$as_me:$LINENO: checking for remove" >&5
5691     echo $ECHO_N "checking for remove... $ECHO_C" >&6
5692     if test "${ac_cv_func_remove+set}" = set; then
5693     echo $ECHO_N "(cached) $ECHO_C" >&6
5694     else
5695     cat >conftest.$ac_ext <<_ACEOF
5696     /* confdefs.h. */
5697     _ACEOF
5698     cat confdefs.h >>conftest.$ac_ext
5699     cat >>conftest.$ac_ext <<_ACEOF
5700     /* end confdefs.h. */
5701     /* Define remove to an innocuous variant, in case <limits.h> declares remove.
5702     For example, HP-UX 11i <limits.h> declares gettimeofday. */
5703     #define remove innocuous_remove
5704    
5705 pcg 1.1 /* System header to define __stub macros and hopefully few prototypes,
5706 pcg 1.11 which can conflict with char remove (); below.
5707     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5708     <limits.h> exists even on freestanding compilers. */
5709    
5710     #ifdef __STDC__
5711     # include <limits.h>
5712     #else
5713     # include <assert.h>
5714     #endif
5715    
5716     #undef remove
5717    
5718 pcg 1.1 /* Override any gcc2 internal prototype to avoid an error. */
5719 pcg 1.11 #ifdef __cplusplus
5720     extern "C"
5721     {
5722     #endif
5723 pcg 1.1 /* We use char because int might match the return type of a gcc2
5724 pcg 1.11 builtin and then its argument prototype would still apply. */
5725     char remove ();
5726 pcg 1.1 /* The GNU C library defines this for functions which it implements
5727     to always fail with ENOSYS. Some functions are actually named
5728     something starting with __ and the normal name is an alias. */
5729     #if defined (__stub_remove) || defined (__stub___remove)
5730     choke me
5731     #else
5732 pcg 1.11 char (*f) () = remove;
5733     #endif
5734     #ifdef __cplusplus
5735     }
5736 pcg 1.1 #endif
5737    
5738 pcg 1.11 int
5739     main ()
5740     {
5741     return f != remove;
5742     ;
5743     return 0;
5744     }
5745     _ACEOF
5746     rm -f conftest.$ac_objext conftest$ac_exeext
5747     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5748     (eval $ac_link) 2>conftest.er1
5749     ac_status=$?
5750     grep -v '^ *+' conftest.er1 >conftest.err
5751     rm -f conftest.er1
5752     cat conftest.err >&5
5753     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5754     (exit $ac_status); } &&
5755 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5756 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5757     (eval $ac_try) 2>&5
5758     ac_status=$?
5759     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5760     (exit $ac_status); }; } &&
5761     { ac_try='test -s conftest$ac_exeext'
5762     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5763     (eval $ac_try) 2>&5
5764     ac_status=$?
5765     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5766     (exit $ac_status); }; }; then
5767     ac_cv_func_remove=yes
5768     else
5769     echo "$as_me: failed program was:" >&5
5770     sed 's/^/| /' conftest.$ac_ext >&5
5771    
5772     ac_cv_func_remove=no
5773 pcg 1.1 fi
5774 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
5775     conftest$ac_exeext conftest.$ac_ext
5776 pcg 1.1 fi
5777 pcg 1.11 echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
5778     echo "${ECHO_T}$ac_cv_func_remove" >&6
5779 pcg 1.1
5780     if test $ac_cv_func_remove = no; then
5781 pcg 1.11 echo "$as_me:$LINENO: checking for remove in -lposix" >&5
5782     echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
5783     if test "${ac_cv_lib_posix_remove+set}" = set; then
5784     echo $ECHO_N "(cached) $ECHO_C" >&6
5785 pcg 1.1 else
5786 pcg 1.11 ac_check_lib_save_LIBS=$LIBS
5787 pcg 1.1 LIBS="-lposix $LIBS"
5788 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
5789     /* confdefs.h. */
5790     _ACEOF
5791     cat confdefs.h >>conftest.$ac_ext
5792     cat >>conftest.$ac_ext <<_ACEOF
5793     /* end confdefs.h. */
5794    
5795 pcg 1.1 /* Override any gcc2 internal prototype to avoid an error. */
5796 pcg 1.11 #ifdef __cplusplus
5797     extern "C"
5798     #endif
5799 pcg 1.1 /* We use char because int might match the return type of a gcc2
5800 pcg 1.11 builtin and then its argument prototype would still apply. */
5801     char remove ();
5802     int
5803     main ()
5804     {
5805     remove ();
5806     ;
5807     return 0;
5808     }
5809     _ACEOF
5810     rm -f conftest.$ac_objext conftest$ac_exeext
5811     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5812     (eval $ac_link) 2>conftest.er1
5813     ac_status=$?
5814     grep -v '^ *+' conftest.er1 >conftest.err
5815     rm -f conftest.er1
5816     cat conftest.err >&5
5817     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5818     (exit $ac_status); } &&
5819 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5820 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5821     (eval $ac_try) 2>&5
5822     ac_status=$?
5823     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5824     (exit $ac_status); }; } &&
5825     { ac_try='test -s conftest$ac_exeext'
5826     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5827     (eval $ac_try) 2>&5
5828     ac_status=$?
5829     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5830     (exit $ac_status); }; }; then
5831     ac_cv_lib_posix_remove=yes
5832     else
5833     echo "$as_me: failed program was:" >&5
5834     sed 's/^/| /' conftest.$ac_ext >&5
5835    
5836     ac_cv_lib_posix_remove=no
5837     fi
5838     rm -f conftest.err conftest.$ac_objext \
5839     conftest$ac_exeext conftest.$ac_ext
5840     LIBS=$ac_check_lib_save_LIBS
5841     fi
5842     echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
5843     echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
5844     if test $ac_cv_lib_posix_remove = yes; then
5845 pcg 1.1 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
5846     fi
5847    
5848     fi
5849    
5850     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
5851 pcg 1.11 echo "$as_me:$LINENO: checking for shmat" >&5
5852     echo $ECHO_N "checking for shmat... $ECHO_C" >&6
5853     if test "${ac_cv_func_shmat+set}" = set; then
5854     echo $ECHO_N "(cached) $ECHO_C" >&6
5855     else
5856     cat >conftest.$ac_ext <<_ACEOF
5857     /* confdefs.h. */
5858     _ACEOF
5859     cat confdefs.h >>conftest.$ac_ext
5860     cat >>conftest.$ac_ext <<_ACEOF
5861     /* end confdefs.h. */
5862     /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
5863     For example, HP-UX 11i <limits.h> declares gettimeofday. */
5864     #define shmat innocuous_shmat
5865    
5866 pcg 1.1 /* System header to define __stub macros and hopefully few prototypes,
5867 pcg 1.11 which can conflict with char shmat (); below.
5868     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5869     <limits.h> exists even on freestanding compilers. */
5870    
5871     #ifdef __STDC__
5872     # include <limits.h>
5873     #else
5874     # include <assert.h>
5875     #endif
5876    
5877     #undef shmat
5878    
5879 pcg 1.1 /* Override any gcc2 internal prototype to avoid an error. */
5880 pcg 1.11 #ifdef __cplusplus
5881     extern "C"
5882     {
5883     #endif
5884 pcg 1.1 /* We use char because int might match the return type of a gcc2
5885 pcg 1.11 builtin and then its argument prototype would still apply. */
5886     char shmat ();
5887 pcg 1.1 /* The GNU C library defines this for functions which it implements
5888     to always fail with ENOSYS. Some functions are actually named
5889     something starting with __ and the normal name is an alias. */
5890     #if defined (__stub_shmat) || defined (__stub___shmat)
5891     choke me
5892     #else
5893 pcg 1.11 char (*f) () = shmat;
5894 pcg 1.1 #endif
5895 pcg 1.11 #ifdef __cplusplus
5896     }
5897     #endif
5898    
5899     int
5900     main ()
5901     {
5902     return f != shmat;
5903     ;
5904     return 0;
5905     }
5906     _ACEOF
5907     rm -f conftest.$ac_objext conftest$ac_exeext
5908     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5909     (eval $ac_link) 2>conftest.er1
5910     ac_status=$?
5911     grep -v '^ *+' conftest.er1 >conftest.err
5912     rm -f conftest.er1
5913     cat conftest.err >&5
5914     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5915     (exit $ac_status); } &&
5916 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5917 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5918     (eval $ac_try) 2>&5
5919     ac_status=$?
5920     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5921     (exit $ac_status); }; } &&
5922     { ac_try='test -s conftest$ac_exeext'
5923     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5924     (eval $ac_try) 2>&5
5925     ac_status=$?
5926     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5927     (exit $ac_status); }; }; then
5928     ac_cv_func_shmat=yes
5929     else
5930     echo "$as_me: failed program was:" >&5
5931     sed 's/^/| /' conftest.$ac_ext >&5
5932 pcg 1.1
5933 pcg 1.11 ac_cv_func_shmat=no
5934 pcg 1.1 fi
5935 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
5936     conftest$ac_exeext conftest.$ac_ext
5937 pcg 1.1 fi
5938 pcg 1.11 echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
5939     echo "${ECHO_T}$ac_cv_func_shmat" >&6
5940 pcg 1.1
5941     if test $ac_cv_func_shmat = no; then
5942 pcg 1.11 echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
5943     echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
5944     if test "${ac_cv_lib_ipc_shmat+set}" = set; then
5945     echo $ECHO_N "(cached) $ECHO_C" >&6
5946 pcg 1.1 else
5947 pcg 1.11 ac_check_lib_save_LIBS=$LIBS
5948 pcg 1.1 LIBS="-lipc $LIBS"
5949 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
5950     /* confdefs.h. */
5951     _ACEOF
5952     cat confdefs.h >>conftest.$ac_ext
5953     cat >>conftest.$ac_ext <<_ACEOF
5954     /* end confdefs.h. */
5955    
5956 pcg 1.1 /* Override any gcc2 internal prototype to avoid an error. */
5957 pcg 1.11 #ifdef __cplusplus
5958     extern "C"
5959     #endif
5960 pcg 1.1 /* We use char because int might match the return type of a gcc2
5961 pcg 1.11 builtin and then its argument prototype would still apply. */
5962     char shmat ();
5963     int
5964     main ()
5965     {
5966     shmat ();
5967     ;
5968     return 0;
5969     }
5970     _ACEOF
5971     rm -f conftest.$ac_objext conftest$ac_exeext
5972     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5973     (eval $ac_link) 2>conftest.er1
5974     ac_status=$?
5975     grep -v '^ *+' conftest.er1 >conftest.err
5976     rm -f conftest.er1
5977     cat conftest.err >&5
5978     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5979     (exit $ac_status); } &&
5980 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5981 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5982     (eval $ac_try) 2>&5
5983     ac_status=$?
5984     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5985     (exit $ac_status); }; } &&
5986     { ac_try='test -s conftest$ac_exeext'
5987     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5988     (eval $ac_try) 2>&5
5989     ac_status=$?
5990     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5991     (exit $ac_status); }; }; then
5992     ac_cv_lib_ipc_shmat=yes
5993     else
5994     echo "$as_me: failed program was:" >&5
5995     sed 's/^/| /' conftest.$ac_ext >&5
5996    
5997     ac_cv_lib_ipc_shmat=no
5998     fi
5999     rm -f conftest.err conftest.$ac_objext \
6000     conftest$ac_exeext conftest.$ac_ext
6001     LIBS=$ac_check_lib_save_LIBS
6002     fi
6003     echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
6004     echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
6005     if test $ac_cv_lib_ipc_shmat = yes; then
6006 pcg 1.1 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
6007     fi
6008    
6009     fi
6010     fi
6011    
6012     # Check for libraries that X11R6 Xt/Xaw programs need.
6013 pcg 1.11 ac_save_LDFLAGS=$LDFLAGS
6014 pcg 1.1 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
6015     # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
6016     # check for ICE first), but we must link in the order -lSM -lICE or
6017     # we get undefined symbols. So assume we have SM if we have ICE.
6018     # These have to be linked with before -lX11, unlike the other
6019     # libraries we check for below, so use a different variable.
6020 pcg 1.11 # John Interrante, Karl Berry
6021     echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
6022     echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
6023     if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
6024     echo $ECHO_N "(cached) $ECHO_C" >&6
6025 pcg 1.1 else
6026 pcg 1.11 ac_check_lib_save_LIBS=$LIBS
6027 pcg 1.1 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
6028 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
6029     /* confdefs.h. */
6030     _ACEOF
6031     cat confdefs.h >>conftest.$ac_ext
6032     cat >>conftest.$ac_ext <<_ACEOF
6033     /* end confdefs.h. */
6034    
6035 pcg 1.1 /* Override any gcc2 internal prototype to avoid an error. */
6036 pcg 1.11 #ifdef __cplusplus
6037     extern "C"
6038     #endif
6039 pcg 1.1 /* We use char because int might match the return type of a gcc2
6040 pcg 1.11 builtin and then its argument prototype would still apply. */
6041     char IceConnectionNumber ();
6042     int
6043     main ()
6044     {
6045     IceConnectionNumber ();
6046     ;
6047     return 0;
6048     }
6049     _ACEOF
6050     rm -f conftest.$ac_objext conftest$ac_exeext
6051     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6052     (eval $ac_link) 2>conftest.er1
6053     ac_status=$?
6054     grep -v '^ *+' conftest.er1 >conftest.err
6055     rm -f conftest.er1
6056     cat conftest.err >&5
6057     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6058     (exit $ac_status); } &&
6059 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6060 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6061     (eval $ac_try) 2>&5
6062     ac_status=$?
6063     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6064     (exit $ac_status); }; } &&
6065     { ac_try='test -s conftest$ac_exeext'
6066     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6067     (eval $ac_try) 2>&5
6068     ac_status=$?
6069     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6070     (exit $ac_status); }; }; then
6071     ac_cv_lib_ICE_IceConnectionNumber=yes
6072     else
6073     echo "$as_me: failed program was:" >&5
6074     sed 's/^/| /' conftest.$ac_ext >&5
6075    
6076     ac_cv_lib_ICE_IceConnectionNumber=no
6077     fi
6078     rm -f conftest.err conftest.$ac_objext \
6079     conftest$ac_exeext conftest.$ac_ext
6080     LIBS=$ac_check_lib_save_LIBS
6081     fi
6082     echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
6083     echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
6084     if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
6085 pcg 1.1 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
6086     fi
6087    
6088 pcg 1.11 LDFLAGS=$ac_save_LDFLAGS
6089 pcg 1.1
6090     fi
6091    
6092    
6093    
6094     if test x$support_xpm = xyes; then
6095 pcg 1.11
6096 pcg 1.1
6097    
6098     # Initialize some more variables set by options.
6099     # The variables have the same names as the options, with
6100     # dashes changed to underlines.
6101    
6102     # If we find XPM, set shell vars xpm_includes and xpm_libraries to the
6103     # paths, otherwise set no_xpm=yes.
6104     # Uses ac_ vars as temps to allow command line to override cache and checks.
6105 pcg 1.11 echo "$as_me:$LINENO: checking for libXpm" >&5
6106     echo $ECHO_N "checking for libXpm... $ECHO_C" >&6
6107    
6108 pcg 1.1
6109     # Check whether --with-xpm_includes or --without-xpm_includes was given.
6110     if test "${with_xpm_includes+set}" = set; then
6111     withval="$with_xpm_includes"
6112     xpm_includes="$withval"
6113     else
6114     xpm_includes=NO
6115 pcg 1.11 fi;
6116 pcg 1.1
6117     # Check whether --with-xpm_library or --without-xpm_library was given.
6118     if test "${with_xpm_library+set}" = set; then
6119     withval="$with_xpm_library"
6120     xpm_libraries="$withval"
6121     else
6122     xpm_libraries=NO
6123 pcg 1.11 fi;
6124 pcg 1.1
6125 pcg 1.11 # --without-xpm overrides everything else, but does not touch the cache.
6126 pcg 1.1
6127     # Check whether --with-xpm or --without-xpm was given.
6128     if test "${with_xpm+set}" = set; then
6129     withval="$with_xpm"
6130    
6131 pcg 1.11 fi;
6132 pcg 1.1 if test "$with_xpm" = no; then
6133     have_xpm=disabled
6134     else
6135 pcg 1.11 if test "${ac_cv_have_xpm+set}" = set; then
6136     echo $ECHO_N "(cached) $ECHO_C" >&6
6137 pcg 1.1 else
6138 pcg 1.11
6139 pcg 1.1 vt_xpm_include_X11=no
6140     if test -n "$xpm_includes"; then
6141     vt_xpm_includes=$xpm_includes
6142     else
6143     vt_xpm_includes=NO
6144     fi
6145     if test -n "$xpm_libraries"; then
6146     vt_xpm_libraries=$xpm_libraries
6147     else
6148     vt_xpm_libraries=NO
6149     fi
6150    
6151     if test "$vt_xpm_includes" = NO; then
6152     # Guess where to find xpm.h
6153    
6154     ac_save_CPPFLAGS="$CPPFLAGS"
6155     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
6156    
6157     # First, try using that file with no special directory specified.
6158 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
6159     /* confdefs.h. */
6160     _ACEOF
6161     cat confdefs.h >>conftest.$ac_ext
6162     cat >>conftest.$ac_ext <<_ACEOF
6163     /* end confdefs.h. */
6164 pcg 1.1 #include <X11/xpm.h>
6165 pcg 1.11 _ACEOF
6166     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6167     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6168     ac_status=$?
6169     grep -v '^ *+' conftest.er1 >conftest.err
6170     rm -f conftest.er1
6171     cat conftest.err >&5
6172     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6173     (exit $ac_status); } >/dev/null; then
6174     if test -s conftest.err; then
6175 pcg 1.13 ac_cpp_err=$ac_cxx_preproc_warn_flag
6176     ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
6177 pcg 1.11 else
6178     ac_cpp_err=
6179     fi
6180     else
6181     ac_cpp_err=yes
6182     fi
6183     if test -z "$ac_cpp_err"; then
6184 pcg 1.1 # We can compile using X headers with no special include directory.
6185     vt_xpm_includes=
6186     vt_xpm_include_X11=yes
6187     else
6188 pcg 1.11 echo "$as_me: failed program was:" >&5
6189     sed 's/^/| /' conftest.$ac_ext >&5
6190    
6191 pcg 1.1 CPPFLAGS="$ac_save_CPPFLAGS"
6192     # Look for the header file in a standard set of common directories.
6193     for ac_dir in \
6194     /usr/X11/include \
6195     /usr/X11R6/include \
6196     /usr/X11R5/include \
6197     /usr/X11R4/include \
6198     \
6199     /usr/include/X11 \
6200     /usr/include/X11R6 \
6201     /usr/include/X11R5 \
6202     /usr/include/X11R4 \
6203     \
6204     /usr/local/X11/include \
6205     /usr/local/X11R6/include \
6206     /usr/local/X11R5/include \
6207     /usr/local/X11R4/include \
6208     \
6209     /usr/local/include/X11 \
6210     /usr/local/include/X11R6 \
6211     /usr/local/include/X11R5 \
6212     /usr/local/include/X11R4 \
6213     \
6214     /usr/X386/include \
6215     /usr/x386/include \
6216     /usr/XFree86/include/X11 \
6217     \
6218     /usr/include \
6219     /usr/local/include \
6220     /usr/unsupported/include \
6221     /usr/athena/include \
6222     /usr/local/x11r5/include \
6223     /usr/lpp/Xamples/include \
6224     \
6225     /usr/openwin/include \
6226     /usr/openwin/share/include \
6227     ; \
6228     do
6229     if test -r "$ac_dir/X11/xpm.h"; then
6230     vt_xpm_includes="$ac_dir"
6231     vt_xpm_include_X11=yes
6232     break
6233     else
6234     if test -r "$ac_dir/xpm.h"; then
6235     vt_xpm_includes=$ac_dir
6236     break
6237     fi
6238     fi
6239     done
6240     fi
6241 pcg 1.11 rm -f conftest.err conftest.$ac_ext
6242 pcg 1.1 fi
6243    
6244     if test "$vt_xpm_libraries" = NO; then
6245     # Check for the libraries.
6246    
6247     # See if we find them without any special options.
6248     # Don't add to $LIBS permanently.
6249     ac_save_LIBS="$LIBS"
6250     LIBS="$LIBS $X_LIBS -lXpm -lX11"
6251 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
6252     /* confdefs.h. */
6253     _ACEOF
6254     cat confdefs.h >>conftest.$ac_ext
6255     cat >>conftest.$ac_ext <<_ACEOF
6256     /* end confdefs.h. */
6257 pcg 1.1
6258 pcg 1.11 int
6259     main ()
6260     {
6261 pcg 1.1 XpmReadFileToPixmap()
6262 pcg 1.11 ;
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 pcg 1.1 LIBS="$ac_save_LIBS"
6288     # We can link libXpm with no special library path.
6289     vt_xpm_libraries=
6290     else
6291 pcg 1.11 echo "$as_me: failed program was:" >&5
6292     sed 's/^/| /' conftest.$ac_ext >&5
6293    
6294     LIBS="$ac_save_LIBS"
6295 pcg 1.1 # First see if replacing the include by lib works.
6296     for ac_dir in \
6297     `echo "$vt_xpm_includes" | sed 's,include/X11,lib,;s,include,lib,'` \
6298     /usr/X11/lib \
6299     /usr/X11R6/lib \
6300     /usr/X11R5/lib \
6301     /usr/X11R4/lib \
6302     \
6303     /usr/lib/X11 \
6304     /usr/lib/X11R6 \
6305     /usr/lib/X11R5 \
6306     /usr/lib/X11R4 \
6307     \
6308     /usr/local/X11/lib \
6309     /usr/local/X11R6/lib \
6310     /usr/local/X11R5/lib \
6311     /usr/local/X11R4/lib \
6312     \
6313     /usr/local/lib/X11 \
6314     /usr/local/lib/X11R6 \
6315     /usr/local/lib/X11R5 \
6316     /usr/local/lib/X11R4 \
6317     \
6318     /usr/X386/lib \
6319     /usr/x386/lib \
6320     /usr/XFree86/lib/X11 \
6321     \
6322     /usr/lib \
6323     /usr/local/lib \
6324     /usr/unsupported/lib \
6325     /usr/athena/lib \
6326     /usr/local/x11r5/lib \
6327     /usr/lpp/Xamples/lib \
6328     \
6329     /usr/openwin/lib \
6330     /usr/openwin/share/lib \
6331     ; \
6332     do
6333     for ac_extension in a so sl; do
6334     if test -r $ac_dir/libXpm.$ac_extension; then
6335     vt_xpm_libraries=$ac_dir
6336     break 2
6337     fi
6338     done
6339     done
6340     fi
6341 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
6342     conftest$ac_exeext conftest.$ac_ext
6343 pcg 1.1 fi
6344    
6345    
6346     if test "$vt_xpm_includes" = NO -o "$vt_xpm_libraries" = NO; then
6347     ac_cv_have_xpm="have_xpm=no"
6348     else
6349     ac_cv_have_xpm="have_xpm=yes \
6350     vt_xpm_includes=$vt_xpm_includes vt_xpm_libraries=$vt_xpm_libraries \
6351     vt_xpm_include_X11=$vt_xpm_include_X11"
6352     fi
6353     fi
6354     eval "$ac_cv_have_xpm"
6355     fi
6356    
6357     if test "$have_xpm" != yes; then
6358 pcg 1.11 echo "$as_me:$LINENO: result: $have_xpm" >&5
6359     echo "${ECHO_T}$have_xpm" >&6
6360 pcg 1.1 no_xpm=yes
6361     else
6362     if test "$xpm_includes" != NO; then
6363     if test "$xpm_includes" = "$vt_xpm_includes"; then
6364     if test -r "$xpm_includes/X11/xpm.h"; then
6365     vt_xpm_include_X11=yes
6366     fi
6367     else
6368     vt_xpm_include_X11=no
6369     if test -z "$xpm_includes"; then
6370 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
6371     /* confdefs.h. */
6372     _ACEOF
6373     cat confdefs.h >>conftest.$ac_ext
6374     cat >>conftest.$ac_ext <<_ACEOF
6375     /* end confdefs.h. */
6376 pcg 1.1 #include <X11/xpm.h>
6377 pcg 1.11 _ACEOF
6378     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6379     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6380     ac_status=$?
6381     grep -v '^ *+' conftest.er1 >conftest.err
6382     rm -f conftest.er1
6383     cat conftest.err >&5
6384     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6385     (exit $ac_status); } >/dev/null; then
6386     if test -s conftest.err; then
6387 pcg 1.13 ac_cpp_err=$ac_cxx_preproc_warn_flag
6388     ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
6389 pcg 1.11 else
6390     ac_cpp_err=
6391     fi
6392     else
6393     ac_cpp_err=yes
6394     fi
6395     if test -z "$ac_cpp_err"; then
6396 pcg 1.1 vt_xpm_include_X11=yes
6397     else
6398 pcg 1.11 echo "$as_me: failed program was:" >&5
6399     sed 's/^/| /' conftest.$ac_ext >&5
6400    
6401    
6402 pcg 1.1 fi
6403 pcg 1.11 rm -f conftest.err conftest.$ac_ext
6404 pcg 1.1 else
6405     if test -r "$xpm_includes/X11/xpm.h"; then
6406     vt_xpm_include_X11=yes
6407     fi
6408     fi
6409     fi
6410     vt_xpm_includes=$xpm_includes
6411     fi
6412     if test "x$xpm_libraries" != xNO; then
6413     vt_xpm_libraries=$xpm_libraries
6414     fi
6415     # Update the cache value to reflect the command line values.
6416     ac_cv_have_xpm="have_xpm=yes \
6417     vt_xpm_includes=$vt_xpm_includes vt_xpm_libraries=$vt_xpm_libraries \
6418     vt_xpm_include_X11=$vt_xpm_include_X11"
6419     eval "$ac_cv_have_xpm"
6420 pcg 1.11 echo "$as_me:$LINENO: result: -I$vt_xpm_includes, -L$vt_xpm_libraries" >&5
6421     echo "${ECHO_T}-I$vt_xpm_includes, -L$vt_xpm_libraries" >&6
6422 pcg 1.1 if test -n "$vt_xpm_includes"; then
6423     XPM_CPPFLAGS="-DHAVE_LIBXPM"
6424     fi
6425     if test -n "$vt_xpm_includes"; then
6426     XPM_CFLAGS="-I$vt_xpm_includes"
6427     fi
6428     XPM_LIBS="-lXpm"
6429     if test -n "$vt_xpm_libraries"; then
6430     XPM_LIBS="-L$vt_xpm_libraries $XPM_LIBS"
6431     fi
6432     if test "x$vt_xpm_include_X11" = xyes; then
6433 pcg 1.11
6434     cat >>confdefs.h <<\_ACEOF
6435 pcg 1.1 #define XPM_INC_X11 1
6436 pcg 1.11 _ACEOF
6437 pcg 1.1
6438     fi
6439     fi
6440    
6441    
6442    
6443    
6444    
6445     if test x$no_xpm = xyes; then
6446     support_xpm=needsmanualspecification
6447     fi
6448     fi
6449    
6450 pcg 1.11 echo "$as_me:$LINENO: checking for sys/wait.h that is POSIX.1 compatible" >&5
6451     echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6
6452     if test "${ac_cv_header_sys_wait_h+set}" = set; then
6453     echo $ECHO_N "(cached) $ECHO_C" >&6
6454     else
6455     cat >conftest.$ac_ext <<_ACEOF
6456     /* confdefs.h. */
6457     _ACEOF
6458     cat confdefs.h >>conftest.$ac_ext
6459     cat >>conftest.$ac_ext <<_ACEOF
6460     /* end confdefs.h. */
6461 pcg 1.1 #include <sys/types.h>
6462     #include <sys/wait.h>
6463     #ifndef WEXITSTATUS
6464 pcg 1.11 # define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)
6465 pcg 1.1 #endif
6466     #ifndef WIFEXITED
6467 pcg 1.11 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
6468 pcg 1.1 #endif
6469 pcg 1.11
6470     int
6471     main ()
6472     {
6473     int s;
6474     wait (&s);
6475     s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
6476     ;
6477     return 0;
6478     }
6479     _ACEOF
6480     rm -f conftest.$ac_objext
6481     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6482     (eval $ac_compile) 2>conftest.er1
6483     ac_status=$?
6484     grep -v '^ *+' conftest.er1 >conftest.err
6485     rm -f conftest.er1
6486     cat conftest.err >&5
6487     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6488     (exit $ac_status); } &&
6489 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6490 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6491     (eval $ac_try) 2>&5
6492     ac_status=$?
6493     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6494     (exit $ac_status); }; } &&
6495     { ac_try='test -s conftest.$ac_objext'
6496     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6497     (eval $ac_try) 2>&5
6498     ac_status=$?
6499     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6500     (exit $ac_status); }; }; then
6501     ac_cv_header_sys_wait_h=yes
6502 pcg 1.1 else
6503 pcg 1.11 echo "$as_me: failed program was:" >&5
6504     sed 's/^/| /' conftest.$ac_ext >&5
6505    
6506     ac_cv_header_sys_wait_h=no
6507 pcg 1.1 fi
6508 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6509 pcg 1.1 fi
6510 pcg 1.11 echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5
6511     echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6
6512     if test $ac_cv_header_sys_wait_h = yes; then
6513 pcg 1.1
6514 pcg 1.11 cat >>confdefs.h <<\_ACEOF
6515 pcg 1.1 #define HAVE_SYS_WAIT_H 1
6516 pcg 1.11 _ACEOF
6517 pcg 1.1
6518     fi
6519    
6520 root 1.51 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6521     echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
6522     if test "${ac_cv_header_stdc+set}" = set; then
6523     echo $ECHO_N "(cached) $ECHO_C" >&6
6524     else
6525     cat >conftest.$ac_ext <<_ACEOF
6526     /* confdefs.h. */
6527     _ACEOF
6528     cat confdefs.h >>conftest.$ac_ext
6529     cat >>conftest.$ac_ext <<_ACEOF
6530     /* end confdefs.h. */
6531     #include <stdlib.h>
6532     #include <stdarg.h>
6533     #include <string.h>
6534     #include <float.h>
6535    
6536     int
6537     main ()
6538     {
6539    
6540     ;
6541     return 0;
6542     }
6543     _ACEOF
6544     rm -f conftest.$ac_objext
6545     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6546     (eval $ac_compile) 2>conftest.er1
6547     ac_status=$?
6548     grep -v '^ *+' conftest.er1 >conftest.err
6549     rm -f conftest.er1
6550     cat conftest.err >&5
6551     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6552     (exit $ac_status); } &&
6553     { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6554     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6555     (eval $ac_try) 2>&5
6556     ac_status=$?
6557     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6558     (exit $ac_status); }; } &&
6559     { ac_try='test -s conftest.$ac_objext'
6560     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6561     (eval $ac_try) 2>&5
6562     ac_status=$?
6563     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6564     (exit $ac_status); }; }; then
6565     ac_cv_header_stdc=yes
6566     else
6567     echo "$as_me: failed program was:" >&5
6568     sed 's/^/| /' conftest.$ac_ext >&5
6569    
6570     ac_cv_header_stdc=no
6571     fi
6572     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6573    
6574     if test $ac_cv_header_stdc = yes; then
6575     # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6576     cat >conftest.$ac_ext <<_ACEOF
6577     /* confdefs.h. */
6578     _ACEOF
6579     cat confdefs.h >>conftest.$ac_ext
6580     cat >>conftest.$ac_ext <<_ACEOF
6581     /* end confdefs.h. */
6582     #include <string.h>
6583    
6584     _ACEOF
6585     if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6586     $EGREP "memchr" >/dev/null 2>&1; then
6587     :
6588     else
6589     ac_cv_header_stdc=no
6590     fi
6591     rm -f conftest*
6592    
6593     fi
6594    
6595     if test $ac_cv_header_stdc = yes; then
6596     # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6597     cat >conftest.$ac_ext <<_ACEOF
6598     /* confdefs.h. */
6599     _ACEOF
6600     cat confdefs.h >>conftest.$ac_ext
6601     cat >>conftest.$ac_ext <<_ACEOF
6602     /* end confdefs.h. */
6603     #include <stdlib.h>
6604    
6605     _ACEOF
6606     if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6607     $EGREP "free" >/dev/null 2>&1; then
6608     :
6609     else
6610     ac_cv_header_stdc=no
6611     fi
6612     rm -f conftest*
6613    
6614     fi
6615    
6616     if test $ac_cv_header_stdc = yes; then
6617     # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6618     if test "$cross_compiling" = yes; then
6619     :
6620     else
6621     cat >conftest.$ac_ext <<_ACEOF
6622     /* confdefs.h. */
6623     _ACEOF
6624     cat confdefs.h >>conftest.$ac_ext
6625     cat >>conftest.$ac_ext <<_ACEOF
6626     /* end confdefs.h. */
6627     #include <ctype.h>
6628     #if ((' ' & 0x0FF) == 0x020)
6629     # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6630     # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6631     #else
6632     # define ISLOWER(c) \
6633     (('a' <= (c) && (c) <= 'i') \
6634     || ('j' <= (c) && (c) <= 'r') \
6635     || ('s' <= (c) && (c) <= 'z'))
6636     # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6637     #endif
6638    
6639     #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6640     int
6641     main ()
6642     {
6643     int i;
6644     for (i = 0; i < 256; i++)
6645     if (XOR (islower (i), ISLOWER (i))
6646     || toupper (i) != TOUPPER (i))
6647     exit(2);
6648     exit (0);
6649     }
6650     _ACEOF
6651     rm -f conftest$ac_exeext
6652     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6653     (eval $ac_link) 2>&5
6654     ac_status=$?
6655     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6656     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
6657     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6658     (eval $ac_try) 2>&5
6659     ac_status=$?
6660     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6661     (exit $ac_status); }; }; then
6662     :
6663     else
6664     echo "$as_me: program exited with status $ac_status" >&5
6665     echo "$as_me: failed program was:" >&5
6666     sed 's/^/| /' conftest.$ac_ext >&5
6667    
6668     ( exit $ac_status )
6669     ac_cv_header_stdc=no
6670     fi
6671     rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
6672     fi
6673     fi
6674     fi
6675     echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
6676     echo "${ECHO_T}$ac_cv_header_stdc" >&6
6677     if test $ac_cv_header_stdc = yes; then
6678    
6679     cat >>confdefs.h <<\_ACEOF
6680     #define STDC_HEADERS 1
6681     _ACEOF
6682    
6683     fi
6684    
6685     # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6686    
6687    
6688    
6689    
6690    
6691    
6692    
6693    
6694    
6695     for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6696     inttypes.h stdint.h unistd.h
6697     do
6698     as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6699     echo "$as_me:$LINENO: checking for $ac_header" >&5
6700     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6701     if eval "test \"\${$as_ac_Header+set}\" = set"; then
6702     echo $ECHO_N "(cached) $ECHO_C" >&6
6703     else
6704     cat >conftest.$ac_ext <<_ACEOF
6705     /* confdefs.h. */
6706     _ACEOF
6707     cat confdefs.h >>conftest.$ac_ext
6708     cat >>conftest.$ac_ext <<_ACEOF
6709     /* end confdefs.h. */
6710     $ac_includes_default
6711    
6712     #include <$ac_header>
6713     _ACEOF
6714     rm -f conftest.$ac_objext
6715     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6716     (eval $ac_compile) 2>conftest.er1
6717     ac_status=$?
6718     grep -v '^ *+' conftest.er1 >conftest.err
6719     rm -f conftest.er1
6720     cat conftest.err >&5
6721     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6722     (exit $ac_status); } &&
6723     { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6724     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6725     (eval $ac_try) 2>&5
6726     ac_status=$?
6727     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6728     (exit $ac_status); }; } &&
6729     { ac_try='test -s conftest.$ac_objext'
6730     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6731     (eval $ac_try) 2>&5
6732     ac_status=$?
6733     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6734     (exit $ac_status); }; }; then
6735     eval "$as_ac_Header=yes"
6736     else
6737     echo "$as_me: failed program was:" >&5
6738     sed 's/^/| /' conftest.$ac_ext >&5
6739    
6740     eval "$as_ac_Header=no"
6741     fi
6742     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6743     fi
6744     echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6745     echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6746     if test `eval echo '${'$as_ac_Header'}'` = yes; then
6747     cat >>confdefs.h <<_ACEOF
6748     #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6749     _ACEOF
6750    
6751     fi
6752    
6753     done
6754    
6755    
6756 pcg 1.11
6757    
6758    
6759    
6760    
6761    
6762    
6763    
6764    
6765    
6766    
6767    
6768    
6769    
6770    
6771    
6772    
6773    
6774    
6775 root 1.33
6776 root 1.48
6777 root 1.50
6778    
6779    
6780 pcg 1.11 for ac_header in \
6781 pcg 1.1 assert.h \
6782     fcntl.h \
6783     grp.h \
6784     libc.h \
6785     lastlog.h \
6786     stdarg.h \
6787     stdlib.h \
6788     string.h \
6789     termios.h \
6790     unistd.h \
6791     sys/byteorder.h \
6792     sys/ioctl.h \
6793     sys/select.h \
6794     sys/sockio.h \
6795     sys/strredir.h \
6796 root 1.33 sys/stropts.h \
6797 pcg 1.1 sys/time.h \
6798     utmp.h \
6799     utmpx.h \
6800     stdint.h \
6801 root 1.48 pty.h \
6802 root 1.50 wchar.h \
6803     cwchar \
6804     clocale \
6805 pcg 1.1
6806     do
6807 pcg 1.11 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6808     if eval "test \"\${$as_ac_Header+set}\" = set"; then
6809     echo "$as_me:$LINENO: checking for $ac_header" >&5
6810     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6811     if eval "test \"\${$as_ac_Header+set}\" = set"; then
6812     echo $ECHO_N "(cached) $ECHO_C" >&6
6813     fi
6814     echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6815     echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6816     else
6817     # Is the header compilable?
6818     echo "$as_me:$LINENO: checking $ac_header usability" >&5
6819     echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
6820     cat >conftest.$ac_ext <<_ACEOF
6821     /* confdefs.h. */
6822     _ACEOF
6823     cat confdefs.h >>conftest.$ac_ext
6824     cat >>conftest.$ac_ext <<_ACEOF
6825     /* end confdefs.h. */
6826     $ac_includes_default
6827     #include <$ac_header>
6828     _ACEOF
6829     rm -f conftest.$ac_objext
6830     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6831     (eval $ac_compile) 2>conftest.er1
6832     ac_status=$?
6833     grep -v '^ *+' conftest.er1 >conftest.err
6834     rm -f conftest.er1
6835     cat conftest.err >&5
6836     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6837     (exit $ac_status); } &&
6838 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6839 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6840     (eval $ac_try) 2>&5
6841     ac_status=$?
6842     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6843     (exit $ac_status); }; } &&
6844     { ac_try='test -s conftest.$ac_objext'
6845     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6846     (eval $ac_try) 2>&5
6847     ac_status=$?
6848     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6849     (exit $ac_status); }; }; then
6850     ac_header_compiler=yes
6851     else
6852     echo "$as_me: failed program was:" >&5
6853     sed 's/^/| /' conftest.$ac_ext >&5
6854    
6855     ac_header_compiler=no
6856     fi
6857     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6858     echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6859     echo "${ECHO_T}$ac_header_compiler" >&6
6860    
6861     # Is the header present?
6862     echo "$as_me:$LINENO: checking $ac_header presence" >&5
6863     echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
6864     cat >conftest.$ac_ext <<_ACEOF
6865     /* confdefs.h. */
6866     _ACEOF
6867     cat confdefs.h >>conftest.$ac_ext
6868     cat >>conftest.$ac_ext <<_ACEOF
6869     /* end confdefs.h. */
6870     #include <$ac_header>
6871     _ACEOF
6872     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6873     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6874     ac_status=$?
6875     grep -v '^ *+' conftest.er1 >conftest.err
6876     rm -f conftest.er1
6877     cat conftest.err >&5
6878     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6879     (exit $ac_status); } >/dev/null; then
6880     if test -s conftest.err; then
6881 pcg 1.13 ac_cpp_err=$ac_cxx_preproc_warn_flag
6882     ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
6883 pcg 1.11 else
6884     ac_cpp_err=
6885     fi
6886     else
6887     ac_cpp_err=yes
6888     fi
6889     if test -z "$ac_cpp_err"; then
6890     ac_header_preproc=yes
6891 pcg 1.1 else
6892 pcg 1.11 echo "$as_me: failed program was:" >&5
6893     sed 's/^/| /' conftest.$ac_ext >&5
6894    
6895     ac_header_preproc=no
6896     fi
6897     rm -f conftest.err conftest.$ac_ext
6898     echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6899     echo "${ECHO_T}$ac_header_preproc" >&6
6900    
6901     # So? What about this header?
6902 pcg 1.13 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
6903 pcg 1.11 yes:no: )
6904     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6905     echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6906     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6907     echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6908     ac_header_preproc=yes
6909     ;;
6910     no:yes:* )
6911     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6912     echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6913     { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6914     echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6915     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6916     echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6917     { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6918     echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6919     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6920     echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6921     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6922     echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6923     (
6924     cat <<\_ASBOX
6925     ## ------------------------------------------ ##
6926     ## Report this to the AC_PACKAGE_NAME lists. ##
6927     ## ------------------------------------------ ##
6928     _ASBOX
6929     ) |
6930     sed "s/^/$as_me: WARNING: /" >&2
6931     ;;
6932     esac
6933     echo "$as_me:$LINENO: checking for $ac_header" >&5
6934     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6935     if eval "test \"\${$as_ac_Header+set}\" = set"; then
6936     echo $ECHO_N "(cached) $ECHO_C" >&6
6937 pcg 1.1 else
6938 pcg 1.11 eval "$as_ac_Header=\$ac_header_preproc"
6939 pcg 1.1 fi
6940 pcg 1.11 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6941     echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6942    
6943 pcg 1.1 fi
6944 pcg 1.11 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6945     cat >>confdefs.h <<_ACEOF
6946     #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6947     _ACEOF
6948    
6949 pcg 1.1 fi
6950 pcg 1.11
6951 pcg 1.1 done
6952    
6953    
6954 pcg 1.11 echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
6955     echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
6956     if test "${ac_cv_header_time+set}" = set; then
6957     echo $ECHO_N "(cached) $ECHO_C" >&6
6958     else
6959     cat >conftest.$ac_ext <<_ACEOF
6960     /* confdefs.h. */
6961     _ACEOF
6962     cat confdefs.h >>conftest.$ac_ext
6963     cat >>conftest.$ac_ext <<_ACEOF
6964     /* end confdefs.h. */
6965 pcg 1.1 #include <sys/types.h>
6966     #include <sys/time.h>
6967     #include <time.h>
6968 pcg 1.11
6969     int
6970     main ()
6971     {
6972     if ((struct tm *) 0)
6973     return 0;
6974     ;
6975     return 0;
6976     }
6977     _ACEOF
6978     rm -f conftest.$ac_objext
6979     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6980     (eval $ac_compile) 2>conftest.er1
6981     ac_status=$?
6982     grep -v '^ *+' conftest.er1 >conftest.err
6983     rm -f conftest.er1
6984     cat conftest.err >&5
6985     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6986     (exit $ac_status); } &&
6987 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6988 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6989     (eval $ac_try) 2>&5
6990     ac_status=$?
6991     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6992     (exit $ac_status); }; } &&
6993     { ac_try='test -s conftest.$ac_objext'
6994     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6995     (eval $ac_try) 2>&5
6996     ac_status=$?
6997     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6998     (exit $ac_status); }; }; then
6999 pcg 1.1 ac_cv_header_time=yes
7000     else
7001 pcg 1.11 echo "$as_me: failed program was:" >&5
7002     sed 's/^/| /' conftest.$ac_ext >&5
7003    
7004     ac_cv_header_time=no
7005 pcg 1.1 fi
7006 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7007 pcg 1.1 fi
7008 pcg 1.11 echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
7009     echo "${ECHO_T}$ac_cv_header_time" >&6
7010     if test $ac_cv_header_time = yes; then
7011 pcg 1.1
7012 pcg 1.11 cat >>confdefs.h <<\_ACEOF
7013 pcg 1.1 #define TIME_WITH_SYS_TIME 1
7014 pcg 1.11 _ACEOF
7015 pcg 1.1
7016     fi
7017    
7018    
7019 pcg 1.11 echo "$as_me:$LINENO: checking whether termios.h and sys/ioctl.h may both be included" >&5
7020     echo $ECHO_N "checking whether termios.h and sys/ioctl.h may both be included... $ECHO_C" >&6
7021     if test "${rxvt_cv_header_sysioctl+set}" = set; then
7022     echo $ECHO_N "(cached) $ECHO_C" >&6
7023 pcg 1.1 else
7024 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
7025     /* confdefs.h. */
7026     _ACEOF
7027     cat confdefs.h >>conftest.$ac_ext
7028     cat >>conftest.$ac_ext <<_ACEOF
7029     /* end confdefs.h. */
7030 pcg 1.1 #include <stdio.h>
7031     #include <sys/ioctl.h>
7032     #ifdef HAVE_TERMIOS_H
7033     #include <termios.h>
7034     #endif
7035 pcg 1.11 int
7036     main ()
7037     {
7038 pcg 1.1 int a = ECHO;
7039 pcg 1.11 ;
7040     return 0;
7041     }
7042     _ACEOF
7043     rm -f conftest.$ac_objext
7044     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7045     (eval $ac_compile) 2>conftest.er1
7046     ac_status=$?
7047     grep -v '^ *+' conftest.er1 >conftest.err
7048     rm -f conftest.er1
7049     cat conftest.err >&5
7050     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7051     (exit $ac_status); } &&
7052 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7053 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7054     (eval $ac_try) 2>&5
7055     ac_status=$?
7056     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7057     (exit $ac_status); }; } &&
7058     { ac_try='test -s conftest.$ac_objext'
7059     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7060     (eval $ac_try) 2>&5
7061     ac_status=$?
7062     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7063     (exit $ac_status); }; }; then
7064 pcg 1.1 rxvt_cv_header_sysioctl=yes
7065     else
7066 pcg 1.11 echo "$as_me: failed program was:" >&5
7067     sed 's/^/| /' conftest.$ac_ext >&5
7068    
7069     rxvt_cv_header_sysioctl=no
7070 pcg 1.1 fi
7071 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7072 pcg 1.1 fi
7073 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_header_sysioctl" >&5
7074     echo "${ECHO_T}$rxvt_cv_header_sysioctl" >&6
7075 pcg 1.1
7076     if test -n "$GCC"; then
7077     LDARG="-Wl,"
7078     else
7079     LDARG=""
7080     fi
7081     R_TRANSLATE='s/-L\([^ ]*\)/-L\1 '$LDARG'-rpath '$LDARG'\1/g'
7082    
7083     ac_save_CFLAGS=$CFLAGS
7084     ac_save_LIBS=$LIBS
7085     CFLAGS="$CFLAGS $X_CFLAGS"
7086     LIBS=`echo "$LIBS $X_LIBS $X_EXTRA_LIBS -lX11" | sed "$R_TRANSLATE"`
7087 pcg 1.11 echo "$as_me:$LINENO: checking for -rpath dynamic library path recording" >&5
7088     echo $ECHO_N "checking for -rpath dynamic library path recording... $ECHO_C" >&6
7089     if test "${rxvt_cv_rpath+set}" = set; then
7090     echo $ECHO_N "(cached) $ECHO_C" >&6
7091 pcg 1.1 else
7092     if test "$cross_compiling" = yes; then
7093 pcg 1.11 { echo "$as_me:$LINENO: WARNING: You may need to check the LIBS line" >&5
7094     echo "$as_me: WARNING: You may need to check the LIBS line" >&2;}
7095 pcg 1.1 else
7096 pcg 1.11 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 pcg 1.1
7103     main()
7104     {
7105     exit(0);
7106     (void) XOpenDisplay("foobar");
7107     }
7108 pcg 1.11 _ACEOF
7109     rm -f conftest$ac_exeext
7110     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7111     (eval $ac_link) 2>&5
7112     ac_status=$?
7113     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7114     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7115     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7116     (eval $ac_try) 2>&5
7117     ac_status=$?
7118     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7119     (exit $ac_status); }; }; then
7120 pcg 1.1 rxvt_cv_rpath=yes
7121     else
7122 pcg 1.11 echo "$as_me: program exited with status $ac_status" >&5
7123     echo "$as_me: failed program was:" >&5
7124     sed 's/^/| /' conftest.$ac_ext >&5
7125    
7126     ( exit $ac_status )
7127     rxvt_cv_rpath=no
7128 pcg 1.1 fi
7129 pcg 1.11 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7130 pcg 1.1 fi
7131     fi
7132 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_rpath" >&5
7133     echo "${ECHO_T}$rxvt_cv_rpath" >&6
7134 pcg 1.1 if test x$rxvt_cv_rpath != xyes; then
7135     R_TRANSLATE='s/-L\([^ ]*\)/-L\1 '$LDARG'-R\1/g'
7136     LIBS=`echo "$ac_save_LIBS $X_LIBS $X_EXTRA_LIBS -lX11" | sed "$R_TRANSLATE"`
7137 pcg 1.11 echo "$as_me:$LINENO: checking for -R dynamic library path recording" >&5
7138     echo $ECHO_N "checking for -R dynamic library path recording... $ECHO_C" >&6
7139     if test "${rxvt_cv_R+set}" = set; then
7140     echo $ECHO_N "(cached) $ECHO_C" >&6
7141 pcg 1.1 else
7142     if test "$cross_compiling" = yes; then
7143     rxvt_cv_R=no
7144     else
7145 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
7146     /* confdefs.h. */
7147     _ACEOF
7148     cat confdefs.h >>conftest.$ac_ext
7149     cat >>conftest.$ac_ext <<_ACEOF
7150     /* end confdefs.h. */
7151 pcg 1.1
7152     main()
7153     {
7154     exit(0);
7155     (void) XOpenDisplay("foobar");
7156     }
7157 pcg 1.11 _ACEOF
7158     rm -f conftest$ac_exeext
7159     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7160     (eval $ac_link) 2>&5
7161     ac_status=$?
7162     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7163     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7164     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7165     (eval $ac_try) 2>&5
7166     ac_status=$?
7167     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7168     (exit $ac_status); }; }; then
7169 pcg 1.1 rxvt_cv_R=yes
7170     else
7171 pcg 1.11 echo "$as_me: program exited with status $ac_status" >&5
7172     echo "$as_me: failed program was:" >&5
7173     sed 's/^/| /' conftest.$ac_ext >&5
7174    
7175     ( exit $ac_status )
7176     rxvt_cv_R=no
7177 pcg 1.1 fi
7178 pcg 1.11 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7179 pcg 1.1 fi
7180     fi
7181 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_R" >&5
7182     echo "${ECHO_T}$rxvt_cv_R" >&6
7183 pcg 1.1 if test x$rxvt_cv_R != xyes; then
7184     LIBS="$ac_save_LIBS $X_LIBS $X_EXTRA_LIBS -lX11"
7185     fi
7186     fi
7187    
7188 pcg 1.11 echo "$as_me:$LINENO: checking for XPointer" >&5
7189     echo $ECHO_N "checking for XPointer... $ECHO_C" >&6
7190     if test "${rxvt_cv_xpointer+set}" = set; then
7191     echo $ECHO_N "(cached) $ECHO_C" >&6
7192     else
7193     cat >conftest.$ac_ext <<_ACEOF
7194     /* confdefs.h. */
7195     _ACEOF
7196     cat confdefs.h >>conftest.$ac_ext
7197     cat >>conftest.$ac_ext <<_ACEOF
7198     /* end confdefs.h. */
7199 pcg 1.1 #include <X11/Xlib.h>
7200 pcg 1.11 int
7201     main ()
7202     {
7203 pcg 1.1 XPointer dummy;
7204 pcg 1.11 ;
7205     return 0;
7206     }
7207     _ACEOF
7208     rm -f conftest.$ac_objext
7209     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7210     (eval $ac_compile) 2>conftest.er1
7211     ac_status=$?
7212     grep -v '^ *+' conftest.er1 >conftest.err
7213     rm -f conftest.er1
7214     cat conftest.err >&5
7215     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7216     (exit $ac_status); } &&
7217 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7218 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7219     (eval $ac_try) 2>&5
7220     ac_status=$?
7221     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7222     (exit $ac_status); }; } &&
7223     { ac_try='test -s conftest.$ac_objext'
7224     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7225     (eval $ac_try) 2>&5
7226     ac_status=$?
7227     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7228     (exit $ac_status); }; }; then
7229 pcg 1.1 rxvt_cv_xpointer=yes
7230     else
7231 pcg 1.11 echo "$as_me: failed program was:" >&5
7232     sed 's/^/| /' conftest.$ac_ext >&5
7233    
7234     rxvt_cv_xpointer=no
7235 pcg 1.1 fi
7236 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7237 pcg 1.1 fi
7238 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_xpointer" >&5
7239     echo "${ECHO_T}$rxvt_cv_xpointer" >&6
7240     if test x$rxvt_cv_xpointer = xyes; then
7241 pcg 1.1
7242 pcg 1.11 cat >>confdefs.h <<\_ACEOF
7243 pcg 1.1 #define HAVE_XPOINTER 1
7244 pcg 1.11 _ACEOF
7245 pcg 1.1
7246     fi
7247     LIBS=$ac_save_LIBS
7248     CFLAGS=$ac_save_CFLAGS
7249    
7250    
7251 pcg 1.11 echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
7252     echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
7253     if test "${ac_cv_c_const+set}" = set; then
7254     echo $ECHO_N "(cached) $ECHO_C" >&6
7255     else
7256     cat >conftest.$ac_ext <<_ACEOF
7257     /* confdefs.h. */
7258     _ACEOF
7259     cat confdefs.h >>conftest.$ac_ext
7260     cat >>conftest.$ac_ext <<_ACEOF
7261     /* end confdefs.h. */
7262 pcg 1.1
7263 pcg 1.11 int
7264     main ()
7265     {
7266     /* FIXME: Include the comments suggested by Paul. */
7267     #ifndef __cplusplus
7268     /* Ultrix mips cc rejects this. */
7269     typedef int charset[2];
7270     const charset x;
7271     /* SunOS 4.1.1 cc rejects this. */
7272     char const *const *ccp;
7273     char **p;
7274     /* NEC SVR4.0.2 mips cc rejects this. */
7275     struct point {int x, y;};
7276     static struct point const zero = {0,0};
7277     /* AIX XL C 1.02.0.0 rejects this.
7278     It does not let you subtract one const X* pointer from another in
7279     an arm of an if-expression whose if-part is not a constant
7280     expression */
7281     const char *g = "string";
7282     ccp = &g + (g ? g-g : 0);
7283     /* HPUX 7.0 cc rejects these. */
7284     ++ccp;
7285     p = (char**) ccp;
7286     ccp = (char const *const *) p;
7287     { /* SCO 3.2v4 cc rejects this. */
7288     char *t;
7289     char const *s = 0 ? (char *) 0 : (char const *) 0;
7290    
7291     *t++ = 0;
7292     }
7293     { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
7294     int x[] = {25, 17};
7295     const int *foo = &x[0];
7296     ++foo;
7297     }
7298     { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
7299     typedef const int *iptr;
7300     iptr p = 0;
7301     ++p;
7302     }
7303     { /* AIX XL C 1.02.0.0 rejects this saying
7304     "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
7305     struct s { int j; const int *ap[3]; };
7306     struct s *b; b->j = 5;
7307     }
7308     { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
7309     const int foo = 10;
7310     }
7311     #endif
7312 pcg 1.1
7313 pcg 1.11 ;
7314     return 0;
7315 pcg 1.1 }
7316 pcg 1.11 _ACEOF
7317     rm -f conftest.$ac_objext
7318     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7319     (eval $ac_compile) 2>conftest.er1
7320     ac_status=$?
7321     grep -v '^ *+' conftest.er1 >conftest.err
7322     rm -f conftest.er1
7323     cat conftest.err >&5
7324     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7325     (exit $ac_status); } &&
7326 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7327 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7328     (eval $ac_try) 2>&5
7329     ac_status=$?
7330     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7331     (exit $ac_status); }; } &&
7332     { ac_try='test -s conftest.$ac_objext'
7333     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7334     (eval $ac_try) 2>&5
7335     ac_status=$?
7336     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7337     (exit $ac_status); }; }; then
7338 pcg 1.1 ac_cv_c_const=yes
7339     else
7340 pcg 1.11 echo "$as_me: failed program was:" >&5
7341     sed 's/^/| /' conftest.$ac_ext >&5
7342    
7343     ac_cv_c_const=no
7344 pcg 1.1 fi
7345 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7346 pcg 1.1 fi
7347 pcg 1.11 echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
7348     echo "${ECHO_T}$ac_cv_c_const" >&6
7349     if test $ac_cv_c_const = no; then
7350 pcg 1.1
7351 pcg 1.11 cat >>confdefs.h <<\_ACEOF
7352     #define const
7353     _ACEOF
7354 pcg 1.1
7355     fi
7356    
7357 pcg 1.11 echo "$as_me:$LINENO: checking for inline" >&5
7358     echo $ECHO_N "checking for inline... $ECHO_C" >&6
7359     if test "${ac_cv_c_inline+set}" = set; then
7360     echo $ECHO_N "(cached) $ECHO_C" >&6
7361 pcg 1.1 else
7362     ac_cv_c_inline=no
7363     for ac_kw in inline __inline__ __inline; do
7364 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
7365     /* confdefs.h. */
7366     _ACEOF
7367     cat confdefs.h >>conftest.$ac_ext
7368     cat >>conftest.$ac_ext <<_ACEOF
7369     /* end confdefs.h. */
7370     #ifndef __cplusplus
7371     typedef int foo_t;
7372     static $ac_kw foo_t static_foo () {return 0; }
7373     $ac_kw foo_t foo () {return 0; }
7374     #endif
7375 pcg 1.1
7376 pcg 1.11 _ACEOF
7377     rm -f conftest.$ac_objext
7378     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7379     (eval $ac_compile) 2>conftest.er1
7380     ac_status=$?
7381     grep -v '^ *+' conftest.er1 >conftest.err
7382     rm -f conftest.er1
7383     cat conftest.err >&5
7384     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7385     (exit $ac_status); } &&
7386 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7387 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7388     (eval $ac_try) 2>&5
7389     ac_status=$?
7390     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7391     (exit $ac_status); }; } &&
7392     { ac_try='test -s conftest.$ac_objext'
7393     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7394     (eval $ac_try) 2>&5
7395     ac_status=$?
7396     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7397     (exit $ac_status); }; }; then
7398 pcg 1.1 ac_cv_c_inline=$ac_kw; break
7399     else
7400 pcg 1.11 echo "$as_me: failed program was:" >&5
7401     sed 's/^/| /' conftest.$ac_ext >&5
7402    
7403 pcg 1.1 fi
7404 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7405 pcg 1.1 done
7406    
7407     fi
7408 pcg 1.11 echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
7409     echo "${ECHO_T}$ac_cv_c_inline" >&6
7410    
7411 pcg 1.1
7412 pcg 1.11 case $ac_cv_c_inline in
7413 pcg 1.1 inline | yes) ;;
7414 pcg 1.11 *)
7415     case $ac_cv_c_inline in
7416     no) ac_val=;;
7417     *) ac_val=$ac_cv_c_inline;;
7418     esac
7419     cat >>confdefs.h <<_ACEOF
7420     #ifndef __cplusplus
7421     #define inline $ac_val
7422     #endif
7423     _ACEOF
7424     ;;
7425 pcg 1.1 esac
7426    
7427    
7428    
7429 pcg 1.11 echo "$as_me:$LINENO: checking for mode_t" >&5
7430     echo $ECHO_N "checking for mode_t... $ECHO_C" >&6
7431     if test "${ac_cv_type_mode_t+set}" = set; then
7432     echo $ECHO_N "(cached) $ECHO_C" >&6
7433     else
7434     cat >conftest.$ac_ext <<_ACEOF
7435     /* confdefs.h. */
7436     _ACEOF
7437     cat confdefs.h >>conftest.$ac_ext
7438     cat >>conftest.$ac_ext <<_ACEOF
7439     /* end confdefs.h. */
7440     $ac_includes_default
7441     int
7442     main ()
7443     {
7444     if ((mode_t *) 0)
7445     return 0;
7446     if (sizeof (mode_t))
7447     return 0;
7448     ;
7449     return 0;
7450     }
7451     _ACEOF
7452     rm -f conftest.$ac_objext
7453     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7454     (eval $ac_compile) 2>conftest.er1
7455     ac_status=$?
7456     grep -v '^ *+' conftest.er1 >conftest.err
7457     rm -f conftest.er1
7458     cat conftest.err >&5
7459     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7460     (exit $ac_status); } &&
7461 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7462 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7463     (eval $ac_try) 2>&5
7464     ac_status=$?
7465     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7466     (exit $ac_status); }; } &&
7467     { ac_try='test -s conftest.$ac_objext'
7468     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7469     (eval $ac_try) 2>&5
7470     ac_status=$?
7471     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7472     (exit $ac_status); }; }; then
7473     ac_cv_type_mode_t=yes
7474 pcg 1.1 else
7475 pcg 1.11 echo "$as_me: failed program was:" >&5
7476     sed 's/^/| /' conftest.$ac_ext >&5
7477 pcg 1.1
7478 pcg 1.11 ac_cv_type_mode_t=no
7479 pcg 1.1 fi
7480 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7481 pcg 1.1 fi
7482 pcg 1.11 echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
7483     echo "${ECHO_T}$ac_cv_type_mode_t" >&6
7484     if test $ac_cv_type_mode_t = yes; then
7485 pcg 1.1 :
7486     else
7487    
7488 pcg 1.11 cat >>confdefs.h <<_ACEOF
7489     #define mode_t int
7490     _ACEOF
7491 pcg 1.1
7492     fi
7493    
7494 pcg 1.11 echo "$as_me:$LINENO: checking for pid_t" >&5
7495     echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
7496     if test "${ac_cv_type_pid_t+set}" = set; then
7497     echo $ECHO_N "(cached) $ECHO_C" >&6
7498     else
7499     cat >conftest.$ac_ext <<_ACEOF
7500     /* confdefs.h. */
7501     _ACEOF
7502     cat confdefs.h >>conftest.$ac_ext
7503     cat >>conftest.$ac_ext <<_ACEOF
7504     /* end confdefs.h. */
7505     $ac_includes_default
7506     int
7507     main ()
7508     {
7509     if ((pid_t *) 0)
7510     return 0;
7511     if (sizeof (pid_t))
7512     return 0;
7513     ;
7514     return 0;
7515     }
7516     _ACEOF
7517     rm -f conftest.$ac_objext
7518     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7519     (eval $ac_compile) 2>conftest.er1
7520     ac_status=$?
7521     grep -v '^ *+' conftest.er1 >conftest.err
7522     rm -f conftest.er1
7523     cat conftest.err >&5
7524     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7525     (exit $ac_status); } &&
7526 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7527 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7528     (eval $ac_try) 2>&5
7529     ac_status=$?
7530     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7531     (exit $ac_status); }; } &&
7532     { ac_try='test -s conftest.$ac_objext'
7533     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7534     (eval $ac_try) 2>&5
7535     ac_status=$?
7536     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7537     (exit $ac_status); }; }; then
7538     ac_cv_type_pid_t=yes
7539 pcg 1.1 else
7540 pcg 1.11 echo "$as_me: failed program was:" >&5
7541     sed 's/^/| /' conftest.$ac_ext >&5
7542 pcg 1.1
7543 pcg 1.11 ac_cv_type_pid_t=no
7544 pcg 1.1 fi
7545 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7546 pcg 1.1 fi
7547 pcg 1.11 echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
7548     echo "${ECHO_T}$ac_cv_type_pid_t" >&6
7549     if test $ac_cv_type_pid_t = yes; then
7550     :
7551 pcg 1.1 else
7552    
7553 pcg 1.11 cat >>confdefs.h <<_ACEOF
7554 pcg 1.1 #define pid_t int
7555 pcg 1.11 _ACEOF
7556 pcg 1.1
7557     fi
7558    
7559 pcg 1.11 echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5
7560     echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6
7561     if test "${ac_cv_type_uid_t+set}" = set; then
7562     echo $ECHO_N "(cached) $ECHO_C" >&6
7563 pcg 1.1 else
7564 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
7565     /* confdefs.h. */
7566     _ACEOF
7567     cat confdefs.h >>conftest.$ac_ext
7568     cat >>conftest.$ac_ext <<_ACEOF
7569     /* end confdefs.h. */
7570 pcg 1.1 #include <sys/types.h>
7571 pcg 1.11
7572     _ACEOF
7573 pcg 1.1 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7574 pcg 1.11 $EGREP "uid_t" >/dev/null 2>&1; then
7575 pcg 1.1 ac_cv_type_uid_t=yes
7576     else
7577     ac_cv_type_uid_t=no
7578     fi
7579     rm -f conftest*
7580    
7581     fi
7582 pcg 1.11 echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5
7583     echo "${ECHO_T}$ac_cv_type_uid_t" >&6
7584     if test $ac_cv_type_uid_t = no; then
7585 pcg 1.1
7586 pcg 1.11 cat >>confdefs.h <<\_ACEOF
7587 pcg 1.1 #define uid_t int
7588 pcg 1.11 _ACEOF
7589    
7590 pcg 1.1
7591 pcg 1.11 cat >>confdefs.h <<\_ACEOF
7592 pcg 1.1 #define gid_t int
7593 pcg 1.11 _ACEOF
7594 pcg 1.1
7595     fi
7596    
7597    
7598 pcg 1.11 echo "$as_me:$LINENO: checking for short" >&5
7599     echo $ECHO_N "checking for short... $ECHO_C" >&6
7600     if test "${ac_cv_type_short+set}" = set; then
7601     echo $ECHO_N "(cached) $ECHO_C" >&6
7602     else
7603     cat >conftest.$ac_ext <<_ACEOF
7604     /* confdefs.h. */
7605     _ACEOF
7606     cat confdefs.h >>conftest.$ac_ext
7607     cat >>conftest.$ac_ext <<_ACEOF
7608     /* end confdefs.h. */
7609     $ac_includes_default
7610     int
7611     main ()
7612     {
7613 root 1.42 if ((short *) 0)
7614 pcg 1.11 return 0;
7615 root 1.42 if (sizeof (short))
7616 pcg 1.11 return 0;
7617     ;
7618     return 0;
7619     }
7620     _ACEOF
7621     rm -f conftest.$ac_objext
7622     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7623     (eval $ac_compile) 2>conftest.er1
7624     ac_status=$?
7625     grep -v '^ *+' conftest.er1 >conftest.err
7626     rm -f conftest.er1
7627     cat conftest.err >&5
7628     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7629     (exit $ac_status); } &&
7630 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7631 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7632     (eval $ac_try) 2>&5
7633     ac_status=$?
7634     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7635     (exit $ac_status); }; } &&
7636     { ac_try='test -s conftest.$ac_objext'
7637     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7638     (eval $ac_try) 2>&5
7639     ac_status=$?
7640     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7641     (exit $ac_status); }; }; then
7642 root 1.42 ac_cv_type_short=yes
7643 pcg 1.11 else
7644     echo "$as_me: failed program was:" >&5
7645     sed 's/^/| /' conftest.$ac_ext >&5
7646    
7647 root 1.42 ac_cv_type_short=no
7648 pcg 1.11 fi
7649     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7650     fi
7651 root 1.42 echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
7652     echo "${ECHO_T}$ac_cv_type_short" >&6
7653 pcg 1.11
7654 root 1.42 echo "$as_me:$LINENO: checking size of short" >&5
7655     echo $ECHO_N "checking size of short... $ECHO_C" >&6
7656     if test "${ac_cv_sizeof_short+set}" = set; then
7657 pcg 1.11 echo $ECHO_N "(cached) $ECHO_C" >&6
7658     else
7659 root 1.42 if test "$ac_cv_type_short" = yes; then
7660 pcg 1.11 # The cast to unsigned long works around a bug in the HP C Compiler
7661     # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
7662     # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
7663     # This bug is HP SR number 8606223364.
7664     if test "$cross_compiling" = yes; then
7665     # Depending upon the size, compute the lo and hi bounds.
7666     cat >conftest.$ac_ext <<_ACEOF
7667     /* confdefs.h. */
7668     _ACEOF
7669     cat confdefs.h >>conftest.$ac_ext
7670     cat >>conftest.$ac_ext <<_ACEOF
7671     /* end confdefs.h. */
7672     $ac_includes_default
7673     int
7674     main ()
7675     {
7676 root 1.42 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= 0)];
7677 pcg 1.11 test_array [0] = 0
7678    
7679     ;
7680     return 0;
7681     }
7682     _ACEOF
7683     rm -f conftest.$ac_objext
7684     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7685     (eval $ac_compile) 2>conftest.er1
7686     ac_status=$?
7687     grep -v '^ *+' conftest.er1 >conftest.err
7688     rm -f conftest.er1
7689     cat conftest.err >&5
7690     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7691     (exit $ac_status); } &&
7692 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7693 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7694     (eval $ac_try) 2>&5
7695     ac_status=$?
7696     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7697     (exit $ac_status); }; } &&
7698     { ac_try='test -s conftest.$ac_objext'
7699     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7700     (eval $ac_try) 2>&5
7701     ac_status=$?
7702     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7703     (exit $ac_status); }; }; then
7704     ac_lo=0 ac_mid=0
7705     while :; do
7706     cat >conftest.$ac_ext <<_ACEOF
7707     /* confdefs.h. */
7708     _ACEOF
7709     cat confdefs.h >>conftest.$ac_ext
7710     cat >>conftest.$ac_ext <<_ACEOF
7711     /* end confdefs.h. */
7712     $ac_includes_default
7713     int
7714     main ()
7715     {
7716 root 1.42 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
7717 pcg 1.11 test_array [0] = 0
7718    
7719     ;
7720     return 0;
7721     }
7722     _ACEOF
7723     rm -f conftest.$ac_objext
7724     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7725     (eval $ac_compile) 2>conftest.er1
7726     ac_status=$?
7727     grep -v '^ *+' conftest.er1 >conftest.err
7728     rm -f conftest.er1
7729     cat conftest.err >&5
7730     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7731     (exit $ac_status); } &&
7732 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7733 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7734     (eval $ac_try) 2>&5
7735     ac_status=$?
7736     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7737     (exit $ac_status); }; } &&
7738     { ac_try='test -s conftest.$ac_objext'
7739     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7740     (eval $ac_try) 2>&5
7741     ac_status=$?
7742     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7743     (exit $ac_status); }; }; then
7744     ac_hi=$ac_mid; break
7745     else
7746     echo "$as_me: failed program was:" >&5
7747     sed 's/^/| /' conftest.$ac_ext >&5
7748    
7749     ac_lo=`expr $ac_mid + 1`
7750     if test $ac_lo -le $ac_mid; then
7751     ac_lo= ac_hi=
7752     break
7753     fi
7754     ac_mid=`expr 2 '*' $ac_mid + 1`
7755     fi
7756     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7757     done
7758     else
7759     echo "$as_me: failed program was:" >&5
7760     sed 's/^/| /' conftest.$ac_ext >&5
7761    
7762     cat >conftest.$ac_ext <<_ACEOF
7763     /* confdefs.h. */
7764     _ACEOF
7765     cat confdefs.h >>conftest.$ac_ext
7766     cat >>conftest.$ac_ext <<_ACEOF
7767     /* end confdefs.h. */
7768     $ac_includes_default
7769     int
7770     main ()
7771     {
7772 root 1.42 static int test_array [1 - 2 * !(((long) (sizeof (short))) < 0)];
7773 pcg 1.11 test_array [0] = 0
7774    
7775     ;
7776     return 0;
7777     }
7778     _ACEOF
7779     rm -f conftest.$ac_objext
7780     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7781     (eval $ac_compile) 2>conftest.er1
7782     ac_status=$?
7783     grep -v '^ *+' conftest.er1 >conftest.err
7784     rm -f conftest.er1
7785     cat conftest.err >&5
7786     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7787     (exit $ac_status); } &&
7788 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7789 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7790     (eval $ac_try) 2>&5
7791     ac_status=$?
7792     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7793     (exit $ac_status); }; } &&
7794     { ac_try='test -s conftest.$ac_objext'
7795     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7796     (eval $ac_try) 2>&5
7797     ac_status=$?
7798     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7799     (exit $ac_status); }; }; then
7800     ac_hi=-1 ac_mid=-1
7801     while :; do
7802     cat >conftest.$ac_ext <<_ACEOF
7803     /* confdefs.h. */
7804     _ACEOF
7805     cat confdefs.h >>conftest.$ac_ext
7806     cat >>conftest.$ac_ext <<_ACEOF
7807     /* end confdefs.h. */
7808     $ac_includes_default
7809     int
7810     main ()
7811     {
7812 root 1.42 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= $ac_mid)];
7813 pcg 1.11 test_array [0] = 0
7814    
7815     ;
7816     return 0;
7817     }
7818     _ACEOF
7819     rm -f conftest.$ac_objext
7820     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7821     (eval $ac_compile) 2>conftest.er1
7822     ac_status=$?
7823     grep -v '^ *+' conftest.er1 >conftest.err
7824     rm -f conftest.er1
7825     cat conftest.err >&5
7826     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7827     (exit $ac_status); } &&
7828 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7829 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7830     (eval $ac_try) 2>&5
7831     ac_status=$?
7832     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7833     (exit $ac_status); }; } &&
7834     { ac_try='test -s conftest.$ac_objext'
7835     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7836     (eval $ac_try) 2>&5
7837     ac_status=$?
7838     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7839     (exit $ac_status); }; }; then
7840     ac_lo=$ac_mid; break
7841     else
7842     echo "$as_me: failed program was:" >&5
7843     sed 's/^/| /' conftest.$ac_ext >&5
7844    
7845     ac_hi=`expr '(' $ac_mid ')' - 1`
7846     if test $ac_mid -le $ac_hi; then
7847     ac_lo= ac_hi=
7848     break
7849     fi
7850     ac_mid=`expr 2 '*' $ac_mid`
7851     fi
7852     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7853     done
7854     else
7855     echo "$as_me: failed program was:" >&5
7856     sed 's/^/| /' conftest.$ac_ext >&5
7857 pcg 1.1
7858 pcg 1.11 ac_lo= ac_hi=
7859 pcg 1.1 fi
7860 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7861     fi
7862     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7863     # Binary search between lo and hi bounds.
7864     while test "x$ac_lo" != "x$ac_hi"; do
7865     ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
7866     cat >conftest.$ac_ext <<_ACEOF
7867     /* confdefs.h. */
7868     _ACEOF
7869     cat confdefs.h >>conftest.$ac_ext
7870     cat >>conftest.$ac_ext <<_ACEOF
7871     /* end confdefs.h. */
7872     $ac_includes_default
7873     int
7874     main ()
7875     {
7876 root 1.42 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
7877 pcg 1.11 test_array [0] = 0
7878 pcg 1.1
7879 pcg 1.11 ;
7880     return 0;
7881     }
7882     _ACEOF
7883     rm -f conftest.$ac_objext
7884     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7885     (eval $ac_compile) 2>conftest.er1
7886     ac_status=$?
7887     grep -v '^ *+' conftest.er1 >conftest.err
7888     rm -f conftest.er1
7889     cat conftest.err >&5
7890     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7891     (exit $ac_status); } &&
7892 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7893 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7894     (eval $ac_try) 2>&5
7895     ac_status=$?
7896     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7897     (exit $ac_status); }; } &&
7898     { ac_try='test -s conftest.$ac_objext'
7899     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7900     (eval $ac_try) 2>&5
7901     ac_status=$?
7902     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7903     (exit $ac_status); }; }; then
7904     ac_hi=$ac_mid
7905     else
7906     echo "$as_me: failed program was:" >&5
7907     sed 's/^/| /' conftest.$ac_ext >&5
7908 pcg 1.1
7909 pcg 1.11 ac_lo=`expr '(' $ac_mid ')' + 1`
7910     fi
7911     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7912     done
7913     case $ac_lo in
7914 root 1.42 ?*) ac_cv_sizeof_short=$ac_lo;;
7915     '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
7916 pcg 1.11 See \`config.log' for more details." >&5
7917 root 1.42 echo "$as_me: error: cannot compute sizeof (short), 77
7918 pcg 1.11 See \`config.log' for more details." >&2;}
7919     { (exit 1); exit 1; }; } ;;
7920     esac
7921 pcg 1.1 else
7922     if test "$cross_compiling" = yes; then
7923 pcg 1.13 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
7924     echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
7925 pcg 1.11 { (exit 1); exit 1; }; }
7926     else
7927     cat >conftest.$ac_ext <<_ACEOF
7928     /* confdefs.h. */
7929     _ACEOF
7930     cat confdefs.h >>conftest.$ac_ext
7931     cat >>conftest.$ac_ext <<_ACEOF
7932     /* end confdefs.h. */
7933     $ac_includes_default
7934 root 1.42 long longval () { return (long) (sizeof (short)); }
7935     unsigned long ulongval () { return (long) (sizeof (short)); }
7936 pcg 1.1 #include <stdio.h>
7937 pcg 1.11 #include <stdlib.h>
7938     int
7939     main ()
7940 pcg 1.1 {
7941 pcg 1.11
7942     FILE *f = fopen ("conftest.val", "w");
7943     if (! f)
7944     exit (1);
7945 root 1.42 if (((long) (sizeof (short))) < 0)
7946 pcg 1.11 {
7947     long i = longval ();
7948 root 1.42 if (i != ((long) (sizeof (short))))
7949 pcg 1.11 exit (1);
7950     fprintf (f, "%ld\n", i);
7951     }
7952     else
7953     {
7954     unsigned long i = ulongval ();
7955 root 1.42 if (i != ((long) (sizeof (short))))
7956 pcg 1.11 exit (1);
7957     fprintf (f, "%lu\n", i);
7958     }
7959     exit (ferror (f) || fclose (f) != 0);
7960    
7961     ;
7962     return 0;
7963 pcg 1.1 }
7964 pcg 1.11 _ACEOF
7965     rm -f conftest$ac_exeext
7966     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7967     (eval $ac_link) 2>&5
7968     ac_status=$?
7969     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7970     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7971     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7972     (eval $ac_try) 2>&5
7973     ac_status=$?
7974     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7975     (exit $ac_status); }; }; then
7976 root 1.42 ac_cv_sizeof_short=`cat conftest.val`
7977 pcg 1.11 else
7978     echo "$as_me: program exited with status $ac_status" >&5
7979     echo "$as_me: failed program was:" >&5
7980     sed 's/^/| /' conftest.$ac_ext >&5
7981    
7982     ( exit $ac_status )
7983 root 1.42 { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
7984 pcg 1.11 See \`config.log' for more details." >&5
7985 root 1.42 echo "$as_me: error: cannot compute sizeof (short), 77
7986 pcg 1.11 See \`config.log' for more details." >&2;}
7987     { (exit 1); exit 1; }; }
7988     fi
7989     rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7990     fi
7991     fi
7992     rm -f conftest.val
7993     else
7994 root 1.42 ac_cv_sizeof_short=0
7995 pcg 1.1 fi
7996     fi
7997 root 1.42 echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
7998     echo "${ECHO_T}$ac_cv_sizeof_short" >&6
7999 pcg 1.11 cat >>confdefs.h <<_ACEOF
8000 root 1.42 #define SIZEOF_SHORT $ac_cv_sizeof_short
8001 pcg 1.11 _ACEOF
8002    
8003    
8004 root 1.42 echo "$as_me:$LINENO: checking for int" >&5
8005     echo $ECHO_N "checking for int... $ECHO_C" >&6
8006     if test "${ac_cv_type_int+set}" = set; then
8007 pcg 1.11 echo $ECHO_N "(cached) $ECHO_C" >&6
8008     else
8009     cat >conftest.$ac_ext <<_ACEOF
8010     /* confdefs.h. */
8011     _ACEOF
8012     cat confdefs.h >>conftest.$ac_ext
8013     cat >>conftest.$ac_ext <<_ACEOF
8014     /* end confdefs.h. */
8015     $ac_includes_default
8016     int
8017     main ()
8018     {
8019 root 1.42 if ((int *) 0)
8020 pcg 1.11 return 0;
8021 root 1.42 if (sizeof (int))
8022 pcg 1.11 return 0;
8023     ;
8024     return 0;
8025     }
8026     _ACEOF
8027     rm -f conftest.$ac_objext
8028     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8029     (eval $ac_compile) 2>conftest.er1
8030     ac_status=$?
8031     grep -v '^ *+' conftest.er1 >conftest.err
8032     rm -f conftest.er1
8033     cat conftest.err >&5
8034     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8035     (exit $ac_status); } &&
8036 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8037 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8038     (eval $ac_try) 2>&5
8039     ac_status=$?
8040     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8041     (exit $ac_status); }; } &&
8042     { ac_try='test -s conftest.$ac_objext'
8043     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8044     (eval $ac_try) 2>&5
8045     ac_status=$?
8046     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8047     (exit $ac_status); }; }; then
8048 root 1.42 ac_cv_type_int=yes
8049 pcg 1.11 else
8050     echo "$as_me: failed program was:" >&5
8051     sed 's/^/| /' conftest.$ac_ext >&5
8052    
8053 root 1.42 ac_cv_type_int=no
8054 pcg 1.11 fi
8055     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8056     fi
8057 root 1.42 echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
8058     echo "${ECHO_T}$ac_cv_type_int" >&6
8059 pcg 1.11
8060 root 1.42 echo "$as_me:$LINENO: checking size of int" >&5
8061     echo $ECHO_N "checking size of int... $ECHO_C" >&6
8062     if test "${ac_cv_sizeof_int+set}" = set; then
8063 pcg 1.11 echo $ECHO_N "(cached) $ECHO_C" >&6
8064     else
8065 root 1.42 if test "$ac_cv_type_int" = yes; then
8066 pcg 1.11 # The cast to unsigned long works around a bug in the HP C Compiler
8067     # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
8068     # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
8069     # This bug is HP SR number 8606223364.
8070     if test "$cross_compiling" = yes; then
8071     # Depending upon the size, compute the lo and hi bounds.
8072     cat >conftest.$ac_ext <<_ACEOF
8073     /* confdefs.h. */
8074     _ACEOF
8075     cat confdefs.h >>conftest.$ac_ext
8076     cat >>conftest.$ac_ext <<_ACEOF
8077     /* end confdefs.h. */
8078     $ac_includes_default
8079     int
8080     main ()
8081     {
8082 root 1.42 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= 0)];
8083 pcg 1.11 test_array [0] = 0
8084    
8085     ;
8086     return 0;
8087     }
8088     _ACEOF
8089     rm -f conftest.$ac_objext
8090     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8091     (eval $ac_compile) 2>conftest.er1
8092     ac_status=$?
8093     grep -v '^ *+' conftest.er1 >conftest.err
8094     rm -f conftest.er1
8095     cat conftest.err >&5
8096     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8097     (exit $ac_status); } &&
8098 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8099 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8100     (eval $ac_try) 2>&5
8101     ac_status=$?
8102     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8103     (exit $ac_status); }; } &&
8104     { ac_try='test -s conftest.$ac_objext'
8105     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8106     (eval $ac_try) 2>&5
8107     ac_status=$?
8108     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8109     (exit $ac_status); }; }; then
8110     ac_lo=0 ac_mid=0
8111     while :; do
8112     cat >conftest.$ac_ext <<_ACEOF
8113     /* confdefs.h. */
8114     _ACEOF
8115     cat confdefs.h >>conftest.$ac_ext
8116     cat >>conftest.$ac_ext <<_ACEOF
8117     /* end confdefs.h. */
8118     $ac_includes_default
8119     int
8120     main ()
8121     {
8122 root 1.42 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
8123 pcg 1.11 test_array [0] = 0
8124    
8125     ;
8126     return 0;
8127     }
8128     _ACEOF
8129     rm -f conftest.$ac_objext
8130     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8131     (eval $ac_compile) 2>conftest.er1
8132     ac_status=$?
8133     grep -v '^ *+' conftest.er1 >conftest.err
8134     rm -f conftest.er1
8135     cat conftest.err >&5
8136     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8137     (exit $ac_status); } &&
8138 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8139 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8140     (eval $ac_try) 2>&5
8141     ac_status=$?
8142     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8143     (exit $ac_status); }; } &&
8144     { ac_try='test -s conftest.$ac_objext'
8145     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8146     (eval $ac_try) 2>&5
8147     ac_status=$?
8148     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8149     (exit $ac_status); }; }; then
8150     ac_hi=$ac_mid; break
8151     else
8152     echo "$as_me: failed program was:" >&5
8153     sed 's/^/| /' conftest.$ac_ext >&5
8154    
8155     ac_lo=`expr $ac_mid + 1`
8156     if test $ac_lo -le $ac_mid; then
8157     ac_lo= ac_hi=
8158     break
8159     fi
8160     ac_mid=`expr 2 '*' $ac_mid + 1`
8161     fi
8162     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8163     done
8164     else
8165     echo "$as_me: failed program was:" >&5
8166     sed 's/^/| /' conftest.$ac_ext >&5
8167    
8168     cat >conftest.$ac_ext <<_ACEOF
8169     /* confdefs.h. */
8170     _ACEOF
8171     cat confdefs.h >>conftest.$ac_ext
8172     cat >>conftest.$ac_ext <<_ACEOF
8173     /* end confdefs.h. */
8174     $ac_includes_default
8175     int
8176     main ()
8177     {
8178 root 1.42 static int test_array [1 - 2 * !(((long) (sizeof (int))) < 0)];
8179 pcg 1.11 test_array [0] = 0
8180    
8181     ;
8182     return 0;
8183     }
8184     _ACEOF
8185     rm -f conftest.$ac_objext
8186     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8187     (eval $ac_compile) 2>conftest.er1
8188     ac_status=$?
8189     grep -v '^ *+' conftest.er1 >conftest.err
8190     rm -f conftest.er1
8191     cat conftest.err >&5
8192     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8193     (exit $ac_status); } &&
8194 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8195 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8196     (eval $ac_try) 2>&5
8197     ac_status=$?
8198     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8199     (exit $ac_status); }; } &&
8200     { ac_try='test -s conftest.$ac_objext'
8201     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8202     (eval $ac_try) 2>&5
8203     ac_status=$?
8204     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8205     (exit $ac_status); }; }; then
8206     ac_hi=-1 ac_mid=-1
8207     while :; do
8208     cat >conftest.$ac_ext <<_ACEOF
8209     /* confdefs.h. */
8210     _ACEOF
8211     cat confdefs.h >>conftest.$ac_ext
8212     cat >>conftest.$ac_ext <<_ACEOF
8213     /* end confdefs.h. */
8214     $ac_includes_default
8215     int
8216     main ()
8217     {
8218 root 1.42 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= $ac_mid)];
8219 pcg 1.11 test_array [0] = 0
8220    
8221     ;
8222     return 0;
8223     }
8224     _ACEOF
8225     rm -f conftest.$ac_objext
8226     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8227     (eval $ac_compile) 2>conftest.er1
8228     ac_status=$?
8229     grep -v '^ *+' conftest.er1 >conftest.err
8230     rm -f conftest.er1
8231     cat conftest.err >&5
8232     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8233     (exit $ac_status); } &&
8234 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8235 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8236     (eval $ac_try) 2>&5
8237     ac_status=$?
8238     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8239     (exit $ac_status); }; } &&
8240     { ac_try='test -s conftest.$ac_objext'
8241     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8242     (eval $ac_try) 2>&5
8243     ac_status=$?
8244     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8245     (exit $ac_status); }; }; then
8246     ac_lo=$ac_mid; break
8247     else
8248     echo "$as_me: failed program was:" >&5
8249     sed 's/^/| /' conftest.$ac_ext >&5
8250    
8251     ac_hi=`expr '(' $ac_mid ')' - 1`
8252     if test $ac_mid -le $ac_hi; then
8253     ac_lo= ac_hi=
8254     break
8255     fi
8256     ac_mid=`expr 2 '*' $ac_mid`
8257     fi
8258     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8259     done
8260     else
8261     echo "$as_me: failed program was:" >&5
8262     sed 's/^/| /' conftest.$ac_ext >&5
8263 pcg 1.1
8264 pcg 1.11 ac_lo= ac_hi=
8265     fi
8266     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8267 pcg 1.1 fi
8268 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8269     # Binary search between lo and hi bounds.
8270     while test "x$ac_lo" != "x$ac_hi"; do
8271     ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
8272     cat >conftest.$ac_ext <<_ACEOF
8273     /* confdefs.h. */
8274     _ACEOF
8275     cat confdefs.h >>conftest.$ac_ext
8276     cat >>conftest.$ac_ext <<_ACEOF
8277     /* end confdefs.h. */
8278     $ac_includes_default
8279     int
8280     main ()
8281     {
8282 root 1.42 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
8283 pcg 1.11 test_array [0] = 0
8284 pcg 1.1
8285 pcg 1.11 ;
8286     return 0;
8287     }
8288     _ACEOF
8289     rm -f conftest.$ac_objext
8290     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8291     (eval $ac_compile) 2>conftest.er1
8292     ac_status=$?
8293     grep -v '^ *+' conftest.er1 >conftest.err
8294     rm -f conftest.er1
8295     cat conftest.err >&5
8296     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8297     (exit $ac_status); } &&
8298 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8299 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8300     (eval $ac_try) 2>&5
8301     ac_status=$?
8302     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8303     (exit $ac_status); }; } &&
8304     { ac_try='test -s conftest.$ac_objext'
8305     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8306     (eval $ac_try) 2>&5
8307     ac_status=$?
8308     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8309     (exit $ac_status); }; }; then
8310     ac_hi=$ac_mid
8311     else
8312     echo "$as_me: failed program was:" >&5
8313     sed 's/^/| /' conftest.$ac_ext >&5
8314 pcg 1.1
8315 pcg 1.11 ac_lo=`expr '(' $ac_mid ')' + 1`
8316     fi
8317     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8318     done
8319     case $ac_lo in
8320 root 1.42 ?*) ac_cv_sizeof_int=$ac_lo;;
8321     '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
8322 pcg 1.11 See \`config.log' for more details." >&5
8323 root 1.42 echo "$as_me: error: cannot compute sizeof (int), 77
8324 pcg 1.11 See \`config.log' for more details." >&2;}
8325     { (exit 1); exit 1; }; } ;;
8326     esac
8327 pcg 1.1 else
8328     if test "$cross_compiling" = yes; then
8329 pcg 1.13 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
8330     echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
8331 pcg 1.11 { (exit 1); exit 1; }; }
8332     else
8333     cat >conftest.$ac_ext <<_ACEOF
8334     /* confdefs.h. */
8335     _ACEOF
8336     cat confdefs.h >>conftest.$ac_ext
8337     cat >>conftest.$ac_ext <<_ACEOF
8338     /* end confdefs.h. */
8339     $ac_includes_default
8340 root 1.42 long longval () { return (long) (sizeof (int)); }
8341     unsigned long ulongval () { return (long) (sizeof (int)); }
8342 pcg 1.1 #include <stdio.h>
8343 pcg 1.11 #include <stdlib.h>
8344     int
8345     main ()
8346 pcg 1.1 {
8347 pcg 1.11
8348     FILE *f = fopen ("conftest.val", "w");
8349     if (! f)
8350     exit (1);
8351 root 1.42 if (((long) (sizeof (int))) < 0)
8352 pcg 1.11 {
8353     long i = longval ();
8354 root 1.42 if (i != ((long) (sizeof (int))))
8355 pcg 1.11 exit (1);
8356     fprintf (f, "%ld\n", i);
8357     }
8358     else
8359     {
8360     unsigned long i = ulongval ();
8361 root 1.42 if (i != ((long) (sizeof (int))))
8362 pcg 1.11 exit (1);
8363     fprintf (f, "%lu\n", i);
8364     }
8365     exit (ferror (f) || fclose (f) != 0);
8366    
8367     ;
8368     return 0;
8369 pcg 1.1 }
8370 pcg 1.11 _ACEOF
8371     rm -f conftest$ac_exeext
8372     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8373     (eval $ac_link) 2>&5
8374     ac_status=$?
8375     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8376     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8377     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8378     (eval $ac_try) 2>&5
8379     ac_status=$?
8380     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8381     (exit $ac_status); }; }; then
8382 root 1.42 ac_cv_sizeof_int=`cat conftest.val`
8383 pcg 1.11 else
8384     echo "$as_me: program exited with status $ac_status" >&5
8385     echo "$as_me: failed program was:" >&5
8386     sed 's/^/| /' conftest.$ac_ext >&5
8387    
8388     ( exit $ac_status )
8389 root 1.42 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
8390 pcg 1.11 See \`config.log' for more details." >&5
8391 root 1.42 echo "$as_me: error: cannot compute sizeof (int), 77
8392 pcg 1.11 See \`config.log' for more details." >&2;}
8393     { (exit 1); exit 1; }; }
8394     fi
8395     rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8396     fi
8397     fi
8398     rm -f conftest.val
8399     else
8400 root 1.42 ac_cv_sizeof_int=0
8401 pcg 1.1 fi
8402     fi
8403 root 1.42 echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
8404     echo "${ECHO_T}$ac_cv_sizeof_int" >&6
8405 pcg 1.11 cat >>confdefs.h <<_ACEOF
8406 root 1.42 #define SIZEOF_INT $ac_cv_sizeof_int
8407 pcg 1.11 _ACEOF
8408    
8409    
8410     echo "$as_me:$LINENO: checking for long long" >&5
8411     echo $ECHO_N "checking for long long... $ECHO_C" >&6
8412     if test "${ac_cv_type_long_long+set}" = set; then
8413     echo $ECHO_N "(cached) $ECHO_C" >&6
8414     else
8415     cat >conftest.$ac_ext <<_ACEOF
8416     /* confdefs.h. */
8417     _ACEOF
8418     cat confdefs.h >>conftest.$ac_ext
8419     cat >>conftest.$ac_ext <<_ACEOF
8420     /* end confdefs.h. */
8421     $ac_includes_default
8422     int
8423     main ()
8424     {
8425     if ((long long *) 0)
8426     return 0;
8427     if (sizeof (long long))
8428     return 0;
8429     ;
8430     return 0;
8431     }
8432     _ACEOF
8433     rm -f conftest.$ac_objext
8434     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8435     (eval $ac_compile) 2>conftest.er1
8436     ac_status=$?
8437     grep -v '^ *+' conftest.er1 >conftest.err
8438     rm -f conftest.er1
8439     cat conftest.err >&5
8440     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8441     (exit $ac_status); } &&
8442 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8443 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8444     (eval $ac_try) 2>&5
8445     ac_status=$?
8446     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8447     (exit $ac_status); }; } &&
8448     { ac_try='test -s conftest.$ac_objext'
8449     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8450     (eval $ac_try) 2>&5
8451     ac_status=$?
8452     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8453     (exit $ac_status); }; }; then
8454     ac_cv_type_long_long=yes
8455     else
8456     echo "$as_me: failed program was:" >&5
8457     sed 's/^/| /' conftest.$ac_ext >&5
8458    
8459     ac_cv_type_long_long=no
8460     fi
8461     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8462     fi
8463     echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
8464     echo "${ECHO_T}$ac_cv_type_long_long" >&6
8465    
8466     echo "$as_me:$LINENO: checking size of long long" >&5
8467     echo $ECHO_N "checking size of long long... $ECHO_C" >&6
8468     if test "${ac_cv_sizeof_long_long+set}" = set; then
8469     echo $ECHO_N "(cached) $ECHO_C" >&6
8470     else
8471     if test "$ac_cv_type_long_long" = yes; then
8472     # The cast to unsigned long works around a bug in the HP C Compiler
8473     # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
8474     # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
8475     # This bug is HP SR number 8606223364.
8476     if test "$cross_compiling" = yes; then
8477     # Depending upon the size, compute the lo and hi bounds.
8478     cat >conftest.$ac_ext <<_ACEOF
8479     /* confdefs.h. */
8480     _ACEOF
8481     cat confdefs.h >>conftest.$ac_ext
8482     cat >>conftest.$ac_ext <<_ACEOF
8483     /* end confdefs.h. */
8484     $ac_includes_default
8485     int
8486     main ()
8487     {
8488     static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
8489     test_array [0] = 0
8490    
8491     ;
8492     return 0;
8493     }
8494     _ACEOF
8495     rm -f conftest.$ac_objext
8496     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8497     (eval $ac_compile) 2>conftest.er1
8498     ac_status=$?
8499     grep -v '^ *+' conftest.er1 >conftest.err
8500     rm -f conftest.er1
8501     cat conftest.err >&5
8502     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8503     (exit $ac_status); } &&
8504 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8505 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8506     (eval $ac_try) 2>&5
8507     ac_status=$?
8508     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8509     (exit $ac_status); }; } &&
8510     { ac_try='test -s conftest.$ac_objext'
8511     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8512     (eval $ac_try) 2>&5
8513     ac_status=$?
8514     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8515     (exit $ac_status); }; }; then
8516     ac_lo=0 ac_mid=0
8517     while :; do
8518     cat >conftest.$ac_ext <<_ACEOF
8519     /* confdefs.h. */
8520     _ACEOF
8521     cat confdefs.h >>conftest.$ac_ext
8522     cat >>conftest.$ac_ext <<_ACEOF
8523     /* end confdefs.h. */
8524     $ac_includes_default
8525     int
8526     main ()
8527     {
8528     static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
8529     test_array [0] = 0
8530    
8531     ;
8532     return 0;
8533     }
8534     _ACEOF
8535     rm -f conftest.$ac_objext
8536     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8537     (eval $ac_compile) 2>conftest.er1
8538     ac_status=$?
8539     grep -v '^ *+' conftest.er1 >conftest.err
8540     rm -f conftest.er1
8541     cat conftest.err >&5
8542     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8543     (exit $ac_status); } &&
8544 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8545 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8546     (eval $ac_try) 2>&5
8547     ac_status=$?
8548     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8549     (exit $ac_status); }; } &&
8550     { ac_try='test -s conftest.$ac_objext'
8551     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8552     (eval $ac_try) 2>&5
8553     ac_status=$?
8554     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8555     (exit $ac_status); }; }; then
8556     ac_hi=$ac_mid; break
8557     else
8558     echo "$as_me: failed program was:" >&5
8559     sed 's/^/| /' conftest.$ac_ext >&5
8560    
8561     ac_lo=`expr $ac_mid + 1`
8562     if test $ac_lo -le $ac_mid; then
8563     ac_lo= ac_hi=
8564     break
8565     fi
8566     ac_mid=`expr 2 '*' $ac_mid + 1`
8567     fi
8568     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8569     done
8570     else
8571     echo "$as_me: failed program was:" >&5
8572     sed 's/^/| /' conftest.$ac_ext >&5
8573    
8574     cat >conftest.$ac_ext <<_ACEOF
8575     /* confdefs.h. */
8576     _ACEOF
8577     cat confdefs.h >>conftest.$ac_ext
8578     cat >>conftest.$ac_ext <<_ACEOF
8579     /* end confdefs.h. */
8580     $ac_includes_default
8581     int
8582     main ()
8583     {
8584     static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
8585     test_array [0] = 0
8586    
8587     ;
8588     return 0;
8589     }
8590     _ACEOF
8591     rm -f conftest.$ac_objext
8592     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8593     (eval $ac_compile) 2>conftest.er1
8594     ac_status=$?
8595     grep -v '^ *+' conftest.er1 >conftest.err
8596     rm -f conftest.er1
8597     cat conftest.err >&5
8598     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8599     (exit $ac_status); } &&
8600 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8601 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8602     (eval $ac_try) 2>&5
8603     ac_status=$?
8604     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8605     (exit $ac_status); }; } &&
8606     { ac_try='test -s conftest.$ac_objext'
8607     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8608     (eval $ac_try) 2>&5
8609     ac_status=$?
8610     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8611     (exit $ac_status); }; }; then
8612     ac_hi=-1 ac_mid=-1
8613     while :; do
8614     cat >conftest.$ac_ext <<_ACEOF
8615     /* confdefs.h. */
8616     _ACEOF
8617     cat confdefs.h >>conftest.$ac_ext
8618     cat >>conftest.$ac_ext <<_ACEOF
8619     /* end confdefs.h. */
8620     $ac_includes_default
8621     int
8622     main ()
8623     {
8624     static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
8625     test_array [0] = 0
8626    
8627     ;
8628     return 0;
8629     }
8630     _ACEOF
8631     rm -f conftest.$ac_objext
8632     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8633     (eval $ac_compile) 2>conftest.er1
8634     ac_status=$?
8635     grep -v '^ *+' conftest.er1 >conftest.err
8636     rm -f conftest.er1
8637     cat conftest.err >&5
8638     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8639     (exit $ac_status); } &&
8640 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8641 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8642     (eval $ac_try) 2>&5
8643     ac_status=$?
8644     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8645     (exit $ac_status); }; } &&
8646     { ac_try='test -s conftest.$ac_objext'
8647     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8648     (eval $ac_try) 2>&5
8649     ac_status=$?
8650     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8651     (exit $ac_status); }; }; then
8652     ac_lo=$ac_mid; break
8653     else
8654     echo "$as_me: failed program was:" >&5
8655     sed 's/^/| /' conftest.$ac_ext >&5
8656    
8657     ac_hi=`expr '(' $ac_mid ')' - 1`
8658     if test $ac_mid -le $ac_hi; then
8659     ac_lo= ac_hi=
8660     break
8661     fi
8662     ac_mid=`expr 2 '*' $ac_mid`
8663     fi
8664     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8665     done
8666     else
8667     echo "$as_me: failed program was:" >&5
8668     sed 's/^/| /' conftest.$ac_ext >&5
8669 pcg 1.1
8670 pcg 1.11 ac_lo= ac_hi=
8671     fi
8672     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8673 pcg 1.1 fi
8674 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8675     # Binary search between lo and hi bounds.
8676     while test "x$ac_lo" != "x$ac_hi"; do
8677     ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
8678     cat >conftest.$ac_ext <<_ACEOF
8679     /* confdefs.h. */
8680     _ACEOF
8681     cat confdefs.h >>conftest.$ac_ext
8682     cat >>conftest.$ac_ext <<_ACEOF
8683     /* end confdefs.h. */
8684     $ac_includes_default
8685     int
8686     main ()
8687     {
8688     static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
8689     test_array [0] = 0
8690 pcg 1.1
8691 pcg 1.11 ;
8692     return 0;
8693     }
8694     _ACEOF
8695     rm -f conftest.$ac_objext
8696     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8697     (eval $ac_compile) 2>conftest.er1
8698     ac_status=$?
8699     grep -v '^ *+' conftest.er1 >conftest.err
8700     rm -f conftest.er1
8701     cat conftest.err >&5
8702     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8703     (exit $ac_status); } &&
8704 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8705 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8706     (eval $ac_try) 2>&5
8707     ac_status=$?
8708     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8709     (exit $ac_status); }; } &&
8710     { ac_try='test -s conftest.$ac_objext'
8711     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8712     (eval $ac_try) 2>&5
8713     ac_status=$?
8714     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8715     (exit $ac_status); }; }; then
8716     ac_hi=$ac_mid
8717     else
8718     echo "$as_me: failed program was:" >&5
8719     sed 's/^/| /' conftest.$ac_ext >&5
8720 pcg 1.1
8721 pcg 1.11 ac_lo=`expr '(' $ac_mid ')' + 1`
8722     fi
8723     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8724     done
8725     case $ac_lo in
8726     ?*) ac_cv_sizeof_long_long=$ac_lo;;
8727     '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
8728     See \`config.log' for more details." >&5
8729     echo "$as_me: error: cannot compute sizeof (long long), 77
8730     See \`config.log' for more details." >&2;}
8731     { (exit 1); exit 1; }; } ;;
8732     esac
8733 pcg 1.1 else
8734     if test "$cross_compiling" = yes; then
8735 pcg 1.13 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
8736     echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
8737 pcg 1.11 { (exit 1); exit 1; }; }
8738     else
8739     cat >conftest.$ac_ext <<_ACEOF
8740     /* confdefs.h. */
8741     _ACEOF
8742     cat confdefs.h >>conftest.$ac_ext
8743     cat >>conftest.$ac_ext <<_ACEOF
8744     /* end confdefs.h. */
8745     $ac_includes_default
8746     long longval () { return (long) (sizeof (long long)); }
8747     unsigned long ulongval () { return (long) (sizeof (long long)); }
8748 pcg 1.1 #include <stdio.h>
8749 pcg 1.11 #include <stdlib.h>
8750     int
8751     main ()
8752 pcg 1.1 {
8753 pcg 1.11
8754     FILE *f = fopen ("conftest.val", "w");
8755     if (! f)
8756     exit (1);
8757     if (((long) (sizeof (long long))) < 0)
8758     {
8759     long i = longval ();
8760     if (i != ((long) (sizeof (long long))))
8761     exit (1);
8762     fprintf (f, "%ld\n", i);
8763     }
8764     else
8765     {
8766     unsigned long i = ulongval ();
8767     if (i != ((long) (sizeof (long long))))
8768     exit (1);
8769     fprintf (f, "%lu\n", i);
8770     }
8771     exit (ferror (f) || fclose (f) != 0);
8772    
8773     ;
8774     return 0;
8775 pcg 1.1 }
8776 pcg 1.11 _ACEOF
8777     rm -f conftest$ac_exeext
8778     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8779     (eval $ac_link) 2>&5
8780     ac_status=$?
8781     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8782     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8783     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8784     (eval $ac_try) 2>&5
8785     ac_status=$?
8786     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8787     (exit $ac_status); }; }; then
8788     ac_cv_sizeof_long_long=`cat conftest.val`
8789     else
8790     echo "$as_me: program exited with status $ac_status" >&5
8791     echo "$as_me: failed program was:" >&5
8792     sed 's/^/| /' conftest.$ac_ext >&5
8793    
8794     ( exit $ac_status )
8795     { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
8796     See \`config.log' for more details." >&5
8797     echo "$as_me: error: cannot compute sizeof (long long), 77
8798     See \`config.log' for more details." >&2;}
8799     { (exit 1); exit 1; }; }
8800     fi
8801     rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8802     fi
8803     fi
8804     rm -f conftest.val
8805     else
8806 pcg 1.1 ac_cv_sizeof_long_long=0
8807     fi
8808 pcg 1.11 fi
8809     echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
8810     echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
8811     cat >>confdefs.h <<_ACEOF
8812     #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
8813     _ACEOF
8814    
8815    
8816     echo "$as_me:$LINENO: checking for int *" >&5
8817     echo $ECHO_N "checking for int *... $ECHO_C" >&6
8818     if test "${ac_cv_type_int_p+set}" = set; then
8819     echo $ECHO_N "(cached) $ECHO_C" >&6
8820     else
8821     cat >conftest.$ac_ext <<_ACEOF
8822     /* confdefs.h. */
8823     _ACEOF
8824     cat confdefs.h >>conftest.$ac_ext
8825     cat >>conftest.$ac_ext <<_ACEOF
8826     /* end confdefs.h. */
8827     $ac_includes_default
8828     int
8829     main ()
8830     {
8831     if ((int * *) 0)
8832     return 0;
8833     if (sizeof (int *))
8834     return 0;
8835     ;
8836     return 0;
8837     }
8838     _ACEOF
8839     rm -f conftest.$ac_objext
8840     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8841     (eval $ac_compile) 2>conftest.er1
8842     ac_status=$?
8843     grep -v '^ *+' conftest.er1 >conftest.err
8844     rm -f conftest.er1
8845     cat conftest.err >&5
8846     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8847     (exit $ac_status); } &&
8848 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8849 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8850     (eval $ac_try) 2>&5
8851     ac_status=$?
8852     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8853     (exit $ac_status); }; } &&
8854     { ac_try='test -s conftest.$ac_objext'
8855     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8856     (eval $ac_try) 2>&5
8857     ac_status=$?
8858     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8859     (exit $ac_status); }; }; then
8860     ac_cv_type_int_p=yes
8861     else
8862     echo "$as_me: failed program was:" >&5
8863     sed 's/^/| /' conftest.$ac_ext >&5
8864    
8865     ac_cv_type_int_p=no
8866     fi
8867     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8868     fi
8869     echo "$as_me:$LINENO: result: $ac_cv_type_int_p" >&5
8870     echo "${ECHO_T}$ac_cv_type_int_p" >&6
8871    
8872     echo "$as_me:$LINENO: checking size of int *" >&5
8873     echo $ECHO_N "checking size of int *... $ECHO_C" >&6
8874     if test "${ac_cv_sizeof_int_p+set}" = set; then
8875     echo $ECHO_N "(cached) $ECHO_C" >&6
8876     else
8877     if test "$ac_cv_type_int_p" = yes; then
8878     # The cast to unsigned long works around a bug in the HP C Compiler
8879     # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
8880     # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
8881     # This bug is HP SR number 8606223364.
8882     if test "$cross_compiling" = yes; then
8883     # Depending upon the size, compute the lo and hi bounds.
8884     cat >conftest.$ac_ext <<_ACEOF
8885     /* confdefs.h. */
8886     _ACEOF
8887     cat confdefs.h >>conftest.$ac_ext
8888     cat >>conftest.$ac_ext <<_ACEOF
8889     /* end confdefs.h. */
8890     $ac_includes_default
8891     int
8892     main ()
8893     {
8894     static int test_array [1 - 2 * !(((long) (sizeof (int *))) >= 0)];
8895     test_array [0] = 0
8896    
8897     ;
8898     return 0;
8899     }
8900     _ACEOF
8901     rm -f conftest.$ac_objext
8902     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8903     (eval $ac_compile) 2>conftest.er1
8904     ac_status=$?
8905     grep -v '^ *+' conftest.er1 >conftest.err
8906     rm -f conftest.er1
8907     cat conftest.err >&5
8908     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8909     (exit $ac_status); } &&
8910 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8911 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8912     (eval $ac_try) 2>&5
8913     ac_status=$?
8914     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8915     (exit $ac_status); }; } &&
8916     { ac_try='test -s conftest.$ac_objext'
8917     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8918     (eval $ac_try) 2>&5
8919     ac_status=$?
8920     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8921     (exit $ac_status); }; }; then
8922     ac_lo=0 ac_mid=0
8923     while :; do
8924     cat >conftest.$ac_ext <<_ACEOF
8925     /* confdefs.h. */
8926     _ACEOF
8927     cat confdefs.h >>conftest.$ac_ext
8928     cat >>conftest.$ac_ext <<_ACEOF
8929     /* end confdefs.h. */
8930     $ac_includes_default
8931     int
8932     main ()
8933     {
8934     static int test_array [1 - 2 * !(((long) (sizeof (int *))) <= $ac_mid)];
8935     test_array [0] = 0
8936    
8937     ;
8938     return 0;
8939     }
8940     _ACEOF
8941     rm -f conftest.$ac_objext
8942     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8943     (eval $ac_compile) 2>conftest.er1
8944     ac_status=$?
8945     grep -v '^ *+' conftest.er1 >conftest.err
8946     rm -f conftest.er1
8947     cat conftest.err >&5
8948     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8949     (exit $ac_status); } &&
8950 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8951 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8952     (eval $ac_try) 2>&5
8953     ac_status=$?
8954     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8955     (exit $ac_status); }; } &&
8956     { ac_try='test -s conftest.$ac_objext'
8957     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8958     (eval $ac_try) 2>&5
8959     ac_status=$?
8960     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8961     (exit $ac_status); }; }; then
8962     ac_hi=$ac_mid; break
8963     else
8964     echo "$as_me: failed program was:" >&5
8965     sed 's/^/| /' conftest.$ac_ext >&5
8966    
8967     ac_lo=`expr $ac_mid + 1`
8968     if test $ac_lo -le $ac_mid; then
8969     ac_lo= ac_hi=
8970     break
8971     fi
8972     ac_mid=`expr 2 '*' $ac_mid + 1`
8973     fi
8974     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8975     done
8976     else
8977     echo "$as_me: failed program was:" >&5
8978     sed 's/^/| /' conftest.$ac_ext >&5
8979    
8980     cat >conftest.$ac_ext <<_ACEOF
8981     /* confdefs.h. */
8982     _ACEOF
8983     cat confdefs.h >>conftest.$ac_ext
8984     cat >>conftest.$ac_ext <<_ACEOF
8985     /* end confdefs.h. */
8986     $ac_includes_default
8987     int
8988     main ()
8989     {
8990     static int test_array [1 - 2 * !(((long) (sizeof (int *))) < 0)];
8991     test_array [0] = 0
8992    
8993     ;
8994     return 0;
8995     }
8996     _ACEOF
8997     rm -f conftest.$ac_objext
8998     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8999     (eval $ac_compile) 2>conftest.er1
9000     ac_status=$?
9001     grep -v '^ *+' conftest.er1 >conftest.err
9002     rm -f conftest.er1
9003     cat conftest.err >&5
9004     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9005     (exit $ac_status); } &&
9006 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9007 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9008     (eval $ac_try) 2>&5
9009     ac_status=$?
9010     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9011     (exit $ac_status); }; } &&
9012     { ac_try='test -s conftest.$ac_objext'
9013     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9014     (eval $ac_try) 2>&5
9015     ac_status=$?
9016     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9017     (exit $ac_status); }; }; then
9018     ac_hi=-1 ac_mid=-1
9019     while :; do
9020     cat >conftest.$ac_ext <<_ACEOF
9021     /* confdefs.h. */
9022     _ACEOF
9023     cat confdefs.h >>conftest.$ac_ext
9024     cat >>conftest.$ac_ext <<_ACEOF
9025     /* end confdefs.h. */
9026     $ac_includes_default
9027     int
9028     main ()
9029     {
9030     static int test_array [1 - 2 * !(((long) (sizeof (int *))) >= $ac_mid)];
9031     test_array [0] = 0
9032    
9033     ;
9034     return 0;
9035     }
9036     _ACEOF
9037     rm -f conftest.$ac_objext
9038     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9039     (eval $ac_compile) 2>conftest.er1
9040     ac_status=$?
9041     grep -v '^ *+' conftest.er1 >conftest.err
9042     rm -f conftest.er1
9043     cat conftest.err >&5
9044     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9045     (exit $ac_status); } &&
9046 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9047 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9048     (eval $ac_try) 2>&5
9049     ac_status=$?
9050     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9051     (exit $ac_status); }; } &&
9052     { ac_try='test -s conftest.$ac_objext'
9053     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9054     (eval $ac_try) 2>&5
9055     ac_status=$?
9056     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9057     (exit $ac_status); }; }; then
9058     ac_lo=$ac_mid; break
9059     else
9060     echo "$as_me: failed program was:" >&5
9061     sed 's/^/| /' conftest.$ac_ext >&5
9062    
9063     ac_hi=`expr '(' $ac_mid ')' - 1`
9064     if test $ac_mid -le $ac_hi; then
9065     ac_lo= ac_hi=
9066     break
9067     fi
9068     ac_mid=`expr 2 '*' $ac_mid`
9069     fi
9070     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9071     done
9072     else
9073     echo "$as_me: failed program was:" >&5
9074     sed 's/^/| /' conftest.$ac_ext >&5
9075    
9076     ac_lo= ac_hi=
9077     fi
9078     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9079     fi
9080     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9081     # Binary search between lo and hi bounds.
9082     while test "x$ac_lo" != "x$ac_hi"; do
9083     ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
9084     cat >conftest.$ac_ext <<_ACEOF
9085     /* confdefs.h. */
9086     _ACEOF
9087     cat confdefs.h >>conftest.$ac_ext
9088     cat >>conftest.$ac_ext <<_ACEOF
9089     /* end confdefs.h. */
9090     $ac_includes_default
9091     int
9092     main ()
9093     {
9094     static int test_array [1 - 2 * !(((long) (sizeof (int *))) <= $ac_mid)];
9095     test_array [0] = 0
9096    
9097     ;
9098     return 0;
9099     }
9100     _ACEOF
9101     rm -f conftest.$ac_objext
9102     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9103     (eval $ac_compile) 2>conftest.er1
9104     ac_status=$?
9105     grep -v '^ *+' conftest.er1 >conftest.err
9106     rm -f conftest.er1
9107     cat conftest.err >&5
9108     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9109     (exit $ac_status); } &&
9110 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9111 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9112     (eval $ac_try) 2>&5
9113     ac_status=$?
9114     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9115     (exit $ac_status); }; } &&
9116     { ac_try='test -s conftest.$ac_objext'
9117     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9118     (eval $ac_try) 2>&5
9119     ac_status=$?
9120     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9121     (exit $ac_status); }; }; then
9122     ac_hi=$ac_mid
9123     else
9124     echo "$as_me: failed program was:" >&5
9125     sed 's/^/| /' conftest.$ac_ext >&5
9126 pcg 1.1
9127 pcg 1.11 ac_lo=`expr '(' $ac_mid ')' + 1`
9128 pcg 1.1 fi
9129 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9130     done
9131     case $ac_lo in
9132     ?*) ac_cv_sizeof_int_p=$ac_lo;;
9133     '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int *), 77
9134     See \`config.log' for more details." >&5
9135     echo "$as_me: error: cannot compute sizeof (int *), 77
9136     See \`config.log' for more details." >&2;}
9137     { (exit 1); exit 1; }; } ;;
9138     esac
9139 pcg 1.1 else
9140     if test "$cross_compiling" = yes; then
9141 pcg 1.13 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
9142     echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
9143 pcg 1.11 { (exit 1); exit 1; }; }
9144     else
9145     cat >conftest.$ac_ext <<_ACEOF
9146     /* confdefs.h. */
9147     _ACEOF
9148     cat confdefs.h >>conftest.$ac_ext
9149     cat >>conftest.$ac_ext <<_ACEOF
9150     /* end confdefs.h. */
9151     $ac_includes_default
9152     long longval () { return (long) (sizeof (int *)); }
9153     unsigned long ulongval () { return (long) (sizeof (int *)); }
9154 pcg 1.1 #include <stdio.h>
9155 pcg 1.11 #include <stdlib.h>
9156     int
9157     main ()
9158 pcg 1.1 {
9159 pcg 1.11
9160     FILE *f = fopen ("conftest.val", "w");
9161     if (! f)
9162     exit (1);
9163     if (((long) (sizeof (int *))) < 0)
9164     {
9165     long i = longval ();
9166     if (i != ((long) (sizeof (int *))))
9167     exit (1);
9168     fprintf (f, "%ld\n", i);
9169     }
9170     else
9171     {
9172     unsigned long i = ulongval ();
9173     if (i != ((long) (sizeof (int *))))
9174     exit (1);
9175     fprintf (f, "%lu\n", i);
9176     }
9177     exit (ferror (f) || fclose (f) != 0);
9178    
9179     ;
9180     return 0;
9181 pcg 1.1 }
9182 pcg 1.11 _ACEOF
9183     rm -f conftest$ac_exeext
9184     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9185     (eval $ac_link) 2>&5
9186     ac_status=$?
9187     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9188     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
9189     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9190     (eval $ac_try) 2>&5
9191     ac_status=$?
9192     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9193     (exit $ac_status); }; }; then
9194     ac_cv_sizeof_int_p=`cat conftest.val`
9195     else
9196     echo "$as_me: program exited with status $ac_status" >&5
9197     echo "$as_me: failed program was:" >&5
9198     sed 's/^/| /' conftest.$ac_ext >&5
9199    
9200     ( exit $ac_status )
9201     { { echo "$as_me:$LINENO: error: cannot compute sizeof (int *), 77
9202     See \`config.log' for more details." >&5
9203     echo "$as_me: error: cannot compute sizeof (int *), 77
9204     See \`config.log' for more details." >&2;}
9205     { (exit 1); exit 1; }; }
9206     fi
9207     rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
9208     fi
9209     fi
9210     rm -f conftest.val
9211     else
9212 pcg 1.1 ac_cv_sizeof_int_p=0
9213     fi
9214     fi
9215 pcg 1.11 echo "$as_me:$LINENO: result: $ac_cv_sizeof_int_p" >&5
9216     echo "${ECHO_T}$ac_cv_sizeof_int_p" >&6
9217     cat >>confdefs.h <<_ACEOF
9218 pcg 1.1 #define SIZEOF_INT_P $ac_cv_sizeof_int_p
9219 pcg 1.11 _ACEOF
9220 pcg 1.1
9221    
9222    
9223    
9224 pcg 1.11 echo "$as_me:$LINENO: checking for int16_t" >&5
9225     echo $ECHO_N "checking for int16_t... $ECHO_C" >&6
9226     if test "${rxvt_cv_int16_t+set}" = set; then
9227     echo $ECHO_N "(cached) $ECHO_C" >&6
9228 pcg 1.1 else
9229 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
9230     /* confdefs.h. */
9231     _ACEOF
9232     cat confdefs.h >>conftest.$ac_ext
9233     cat >>conftest.$ac_ext <<_ACEOF
9234     /* end confdefs.h. */
9235 pcg 1.1 #include <stdint.h>
9236 pcg 1.11 int
9237     main ()
9238     {
9239 pcg 1.1 int16_t dummy;
9240 pcg 1.11 ;
9241     return 0;
9242     }
9243     _ACEOF
9244     rm -f conftest.$ac_objext
9245     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9246     (eval $ac_compile) 2>conftest.er1
9247     ac_status=$?
9248     grep -v '^ *+' conftest.er1 >conftest.err
9249     rm -f conftest.er1
9250     cat conftest.err >&5
9251     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9252     (exit $ac_status); } &&
9253 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9254 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9255     (eval $ac_try) 2>&5
9256     ac_status=$?
9257     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9258     (exit $ac_status); }; } &&
9259     { ac_try='test -s conftest.$ac_objext'
9260     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9261     (eval $ac_try) 2>&5
9262     ac_status=$?
9263     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9264     (exit $ac_status); }; }; then
9265 pcg 1.1 rxvt_cv_int16_t=yes
9266     else
9267 pcg 1.11 echo "$as_me: failed program was:" >&5
9268     sed 's/^/| /' conftest.$ac_ext >&5
9269    
9270 root 1.50 if test "$ac_cv_sizeof_char" -ge 2; then
9271 pcg 1.1 rxvt_cv_int16_t=" char"
9272     else
9273 root 1.50 if test "$ac_cv_sizeof_short" -ge 2; then
9274 pcg 1.1 rxvt_cv_int16_t=" short"
9275     else
9276 root 1.50 if test "$ac_cv_sizeof_int" -ge 2; then
9277 pcg 1.1 rxvt_cv_int16_t=" int"
9278     else
9279 root 1.50 if test "$ac_cv_sizeof_long" -ge 2; then
9280 pcg 1.1 rxvt_cv_int16_t=" long"
9281     else
9282 root 1.50 if test "$ac_cv_sizeof_long_long" -ge 2; then
9283 pcg 1.1 rxvt_cv_int16_t=" long long"
9284     else
9285     rxvt_cv_int16_t=" short" # we _must_ have a (possibly wrong) default
9286     fi
9287     fi
9288     fi
9289     fi
9290     fi
9291     fi
9292 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9293 pcg 1.1 fi
9294 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_int16_t" >&5
9295     echo "${ECHO_T}$rxvt_cv_int16_t" >&6
9296 pcg 1.1 if test x"$rxvt_cv_int16_t" != xyes; then
9297     rxvt_int16_typedef="typedef $rxvt_cv_int16_t int16_t;"
9298     else
9299     if test x"" = x; then
9300     rxvt_int16_typedef="/* typedef short int16_t; */"
9301     else
9302     rxvt_int16_typedef="/* typedef short int16_t; */"
9303     fi
9304 pcg 1.11 fi
9305 pcg 1.1
9306 pcg 1.11 echo "$as_me:$LINENO: checking for uint16_t" >&5
9307     echo $ECHO_N "checking for uint16_t... $ECHO_C" >&6
9308     if test "${rxvt_cv_uint16_t+set}" = set; then
9309     echo $ECHO_N "(cached) $ECHO_C" >&6
9310     else
9311     cat >conftest.$ac_ext <<_ACEOF
9312     /* confdefs.h. */
9313     _ACEOF
9314     cat confdefs.h >>conftest.$ac_ext
9315     cat >>conftest.$ac_ext <<_ACEOF
9316     /* end confdefs.h. */
9317 pcg 1.1 #include <stdint.h>
9318 pcg 1.11 int
9319     main ()
9320     {
9321 pcg 1.1 uint16_t dummy;
9322 pcg 1.11 ;
9323     return 0;
9324     }
9325     _ACEOF
9326     rm -f conftest.$ac_objext
9327     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9328     (eval $ac_compile) 2>conftest.er1
9329     ac_status=$?
9330     grep -v '^ *+' conftest.er1 >conftest.err
9331     rm -f conftest.er1
9332     cat conftest.err >&5
9333     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9334     (exit $ac_status); } &&
9335 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9336 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9337     (eval $ac_try) 2>&5
9338     ac_status=$?
9339     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9340     (exit $ac_status); }; } &&
9341     { ac_try='test -s conftest.$ac_objext'
9342     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9343     (eval $ac_try) 2>&5
9344     ac_status=$?
9345     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9346     (exit $ac_status); }; }; then
9347 pcg 1.1 rxvt_cv_uint16_t=yes
9348     else
9349 pcg 1.11 echo "$as_me: failed program was:" >&5
9350     sed 's/^/| /' conftest.$ac_ext >&5
9351    
9352 root 1.50 if test "$ac_cv_sizeof_char" -ge 2; then
9353 pcg 1.1 rxvt_cv_uint16_t="unsigned char"
9354     else
9355 root 1.50 if test "$ac_cv_sizeof_short" -ge 2; then
9356 pcg 1.1 rxvt_cv_uint16_t="unsigned short"
9357     else
9358 root 1.50 if test "$ac_cv_sizeof_int" -ge 2; then
9359 pcg 1.1 rxvt_cv_uint16_t="unsigned int"
9360     else
9361 root 1.50 if test "$ac_cv_sizeof_long" -ge 2; then
9362 pcg 1.1 rxvt_cv_uint16_t="unsigned long"
9363     else
9364 root 1.50 if test "$ac_cv_sizeof_long_long" -ge 2; then
9365 pcg 1.1 rxvt_cv_uint16_t="unsigned long long"
9366     else
9367     rxvt_cv_uint16_t="unsigned short" # we _must_ have a (possibly wrong) default
9368     fi
9369     fi
9370     fi
9371     fi
9372     fi
9373     fi
9374 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9375 pcg 1.1 fi
9376 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_uint16_t" >&5
9377     echo "${ECHO_T}$rxvt_cv_uint16_t" >&6
9378 pcg 1.1 if test x"$rxvt_cv_uint16_t" != xyes; then
9379     rxvt_uint16_typedef="typedef $rxvt_cv_uint16_t uint16_t;"
9380     else
9381     if test x"unsigned" = x; then
9382     rxvt_uint16_typedef="/* typedef short uint16_t; */"
9383     else
9384     rxvt_uint16_typedef="/* typedef unsigned short uint16_t; */"
9385     fi
9386 pcg 1.11 fi
9387 pcg 1.1
9388 pcg 1.11 echo "$as_me:$LINENO: checking for int32_t" >&5
9389     echo $ECHO_N "checking for int32_t... $ECHO_C" >&6
9390     if test "${rxvt_cv_int32_t+set}" = set; then
9391     echo $ECHO_N "(cached) $ECHO_C" >&6
9392     else
9393     cat >conftest.$ac_ext <<_ACEOF
9394     /* confdefs.h. */
9395     _ACEOF
9396     cat confdefs.h >>conftest.$ac_ext
9397     cat >>conftest.$ac_ext <<_ACEOF
9398     /* end confdefs.h. */
9399 pcg 1.1 #include <stdint.h>
9400 pcg 1.11 int
9401     main ()
9402     {
9403 pcg 1.1 int32_t dummy;
9404 pcg 1.11 ;
9405     return 0;
9406     }
9407     _ACEOF
9408     rm -f conftest.$ac_objext
9409     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9410     (eval $ac_compile) 2>conftest.er1
9411     ac_status=$?
9412     grep -v '^ *+' conftest.er1 >conftest.err
9413     rm -f conftest.er1
9414     cat conftest.err >&5
9415     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9416     (exit $ac_status); } &&
9417 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9418 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9419     (eval $ac_try) 2>&5
9420     ac_status=$?
9421     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9422     (exit $ac_status); }; } &&
9423     { ac_try='test -s conftest.$ac_objext'
9424     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9425     (eval $ac_try) 2>&5
9426     ac_status=$?
9427     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9428     (exit $ac_status); }; }; then
9429 pcg 1.1 rxvt_cv_int32_t=yes
9430     else
9431 pcg 1.11 echo "$as_me: failed program was:" >&5
9432     sed 's/^/| /' conftest.$ac_ext >&5
9433    
9434 root 1.50 if test "$ac_cv_sizeof_char" -ge 4; then
9435 pcg 1.1 rxvt_cv_int32_t=" char"
9436     else
9437 root 1.50 if test "$ac_cv_sizeof_short" -ge 4; then
9438 pcg 1.1 rxvt_cv_int32_t=" short"
9439     else
9440 root 1.50 if test "$ac_cv_sizeof_int" -ge 4; then
9441 pcg 1.1 rxvt_cv_int32_t=" int"
9442     else
9443 root 1.50 if test "$ac_cv_sizeof_long" -ge 4; then
9444 pcg 1.1 rxvt_cv_int32_t=" long"
9445     else
9446 root 1.50 if test "$ac_cv_sizeof_long_long" -ge 4; then
9447 pcg 1.1 rxvt_cv_int32_t=" long long"
9448     else
9449     rxvt_cv_int32_t=" int" # we _must_ have a (possibly wrong) default
9450     fi
9451     fi
9452     fi
9453     fi
9454     fi
9455     fi
9456 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9457 pcg 1.1 fi
9458 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_int32_t" >&5
9459     echo "${ECHO_T}$rxvt_cv_int32_t" >&6
9460 pcg 1.1 if test x"$rxvt_cv_int32_t" != xyes; then
9461     rxvt_int32_typedef="typedef $rxvt_cv_int32_t int32_t;"
9462     else
9463     if test x"" = x; then
9464     rxvt_int32_typedef="/* typedef int int32_t; */"
9465     else
9466     rxvt_int32_typedef="/* typedef int int32_t; */"
9467     fi
9468 pcg 1.11 fi
9469 pcg 1.1
9470 pcg 1.11 echo "$as_me:$LINENO: checking for uint32_t" >&5
9471     echo $ECHO_N "checking for uint32_t... $ECHO_C" >&6
9472     if test "${rxvt_cv_uint32_t+set}" = set; then
9473     echo $ECHO_N "(cached) $ECHO_C" >&6
9474     else
9475     cat >conftest.$ac_ext <<_ACEOF
9476     /* confdefs.h. */
9477     _ACEOF
9478     cat confdefs.h >>conftest.$ac_ext
9479     cat >>conftest.$ac_ext <<_ACEOF
9480     /* end confdefs.h. */
9481 pcg 1.1 #include <stdint.h>
9482 pcg 1.11 int
9483     main ()
9484     {
9485 pcg 1.1 uint32_t dummy;
9486 pcg 1.11 ;
9487     return 0;
9488     }
9489     _ACEOF
9490     rm -f conftest.$ac_objext
9491     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9492     (eval $ac_compile) 2>conftest.er1
9493     ac_status=$?
9494     grep -v '^ *+' conftest.er1 >conftest.err
9495     rm -f conftest.er1
9496     cat conftest.err >&5
9497     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9498     (exit $ac_status); } &&
9499 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9500 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9501     (eval $ac_try) 2>&5
9502     ac_status=$?
9503     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9504     (exit $ac_status); }; } &&
9505     { ac_try='test -s conftest.$ac_objext'
9506     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9507     (eval $ac_try) 2>&5
9508     ac_status=$?
9509     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9510     (exit $ac_status); }; }; then
9511 pcg 1.1 rxvt_cv_uint32_t=yes
9512     else
9513 pcg 1.11 echo "$as_me: failed program was:" >&5
9514     sed 's/^/| /' conftest.$ac_ext >&5
9515    
9516 root 1.50 if test "$ac_cv_sizeof_char" -ge 4; then
9517 pcg 1.1 rxvt_cv_uint32_t="unsigned char"
9518     else
9519 root 1.50 if test "$ac_cv_sizeof_short" -ge 4; then
9520 pcg 1.1 rxvt_cv_uint32_t="unsigned short"
9521     else
9522 root 1.50 if test "$ac_cv_sizeof_int" -ge 4; then
9523 pcg 1.1 rxvt_cv_uint32_t="unsigned int"
9524     else
9525 root 1.50 if test "$ac_cv_sizeof_long" -ge 4; then
9526 pcg 1.1 rxvt_cv_uint32_t="unsigned long"
9527     else
9528 root 1.50 if test "$ac_cv_sizeof_long_long" -ge 4; then
9529 pcg 1.1 rxvt_cv_uint32_t="unsigned long long"
9530     else
9531     rxvt_cv_uint32_t="unsigned int" # we _must_ have a (possibly wrong) default
9532     fi
9533     fi
9534     fi
9535     fi
9536     fi
9537     fi
9538 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9539 pcg 1.1 fi
9540 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_uint32_t" >&5
9541     echo "${ECHO_T}$rxvt_cv_uint32_t" >&6
9542 pcg 1.1 if test x"$rxvt_cv_uint32_t" != xyes; then
9543     rxvt_uint32_typedef="typedef $rxvt_cv_uint32_t uint32_t;"
9544     else
9545     if test x"unsigned" = x; then
9546     rxvt_uint32_typedef="/* typedef int uint32_t; */"
9547     else
9548     rxvt_uint32_typedef="/* typedef unsigned int uint32_t; */"
9549     fi
9550 pcg 1.11 fi
9551 pcg 1.1
9552 root 1.50 if test "$ac_cv_sizeof_int_p" -eq 8; then
9553 pcg 1.1 rxvt_intp_define="#define intp_t int64_t"
9554     rxvt_u_intp_define="#define u_intp_t u_int64_t"
9555     else
9556 root 1.50 if test "$ac_cv_sizeof_int_p" -eq 4; then
9557 pcg 1.1 rxvt_intp_define="#define intp_t int32_t"
9558     rxvt_u_intp_define="#define u_intp_t u_int32_t"
9559     else
9560 root 1.50 if test "$ac_cv_sizeof_int_p" -eq 2; then
9561 pcg 1.1 rxvt_intp_define="#define intp_t int16_t"
9562     rxvt_u_intp_define="#define u_intp_t u_int16_t"
9563     else
9564     rxvt_intp_define="#error set intp_t"
9565     rxvt_u_intp_define="#error set u_intp_t"
9566     fi
9567     fi
9568     fi
9569    
9570    
9571    
9572 pcg 1.11 echo "$as_me:$LINENO: checking return type of signal handlers" >&5
9573     echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
9574     if test "${ac_cv_type_signal+set}" = set; then
9575     echo $ECHO_N "(cached) $ECHO_C" >&6
9576     else
9577     cat >conftest.$ac_ext <<_ACEOF
9578     /* confdefs.h. */
9579     _ACEOF
9580     cat confdefs.h >>conftest.$ac_ext
9581     cat >>conftest.$ac_ext <<_ACEOF
9582     /* end confdefs.h. */
9583 pcg 1.1 #include <sys/types.h>
9584     #include <signal.h>
9585     #ifdef signal
9586 pcg 1.11 # undef signal
9587 pcg 1.1 #endif
9588     #ifdef __cplusplus
9589     extern "C" void (*signal (int, void (*)(int)))(int);
9590     #else
9591     void (*signal ()) ();
9592     #endif
9593    
9594 pcg 1.11 int
9595     main ()
9596     {
9597 pcg 1.1 int i;
9598 pcg 1.11 ;
9599     return 0;
9600     }
9601     _ACEOF
9602     rm -f conftest.$ac_objext
9603     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9604     (eval $ac_compile) 2>conftest.er1
9605     ac_status=$?
9606     grep -v '^ *+' conftest.er1 >conftest.err
9607     rm -f conftest.er1
9608     cat conftest.err >&5
9609     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9610     (exit $ac_status); } &&
9611 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9612 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9613     (eval $ac_try) 2>&5
9614     ac_status=$?
9615     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9616     (exit $ac_status); }; } &&
9617     { ac_try='test -s conftest.$ac_objext'
9618     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9619     (eval $ac_try) 2>&5
9620     ac_status=$?
9621     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9622     (exit $ac_status); }; }; then
9623 pcg 1.1 ac_cv_type_signal=void
9624     else
9625 pcg 1.11 echo "$as_me: failed program was:" >&5
9626     sed 's/^/| /' conftest.$ac_ext >&5
9627    
9628     ac_cv_type_signal=int
9629 pcg 1.1 fi
9630 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9631 pcg 1.1 fi
9632 pcg 1.11 echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
9633     echo "${ECHO_T}$ac_cv_type_signal" >&6
9634 pcg 1.1
9635 pcg 1.11 cat >>confdefs.h <<_ACEOF
9636 pcg 1.1 #define RETSIGTYPE $ac_cv_type_signal
9637 pcg 1.11 _ACEOF
9638 pcg 1.1
9639    
9640    
9641     case "$host_alias" in
9642     *ultrix) ac_cv_func_setsid='no' ;;
9643     *) break;;
9644     esac
9645    
9646 pcg 1.11
9647    
9648    
9649    
9650    
9651    
9652    
9653    
9654    
9655    
9656    
9657    
9658    
9659    
9660    
9661    
9662    
9663    
9664 pcg 1.1 for ac_func in \
9665     atexit \
9666     revoke \
9667     unsetenv \
9668     setutent \
9669     seteuid \
9670     setreuid \
9671     setsid \
9672     setpgrp \
9673     setpgid \
9674     openpty \
9675     _getpty \
9676     grantpt \
9677     unlockpt \
9678     isastream \
9679     on_exit \
9680     nanosleep \
9681     updwtmp \
9682     ttyslot \
9683    
9684     do
9685 pcg 1.11 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9686     echo "$as_me:$LINENO: checking for $ac_func" >&5
9687     echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
9688     if eval "test \"\${$as_ac_var+set}\" = set"; then
9689     echo $ECHO_N "(cached) $ECHO_C" >&6
9690     else
9691     cat >conftest.$ac_ext <<_ACEOF
9692     /* confdefs.h. */
9693     _ACEOF
9694     cat confdefs.h >>conftest.$ac_ext
9695     cat >>conftest.$ac_ext <<_ACEOF
9696     /* end confdefs.h. */
9697     /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
9698     For example, HP-UX 11i <limits.h> declares gettimeofday. */
9699     #define $ac_func innocuous_$ac_func
9700    
9701 pcg 1.1 /* System header to define __stub macros and hopefully few prototypes,
9702 pcg 1.11 which can conflict with char $ac_func (); below.
9703     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9704     <limits.h> exists even on freestanding compilers. */
9705    
9706     #ifdef __STDC__
9707     # include <limits.h>
9708     #else
9709     # include <assert.h>
9710     #endif
9711    
9712     #undef $ac_func
9713    
9714 pcg 1.1 /* Override any gcc2 internal prototype to avoid an error. */
9715 pcg 1.11 #ifdef __cplusplus
9716     extern "C"
9717     {
9718     #endif
9719 pcg 1.1 /* We use char because int might match the return type of a gcc2
9720 pcg 1.11 builtin and then its argument prototype would still apply. */
9721     char $ac_func ();
9722 pcg 1.1 /* The GNU C library defines this for functions which it implements
9723     to always fail with ENOSYS. Some functions are actually named
9724     something starting with __ and the normal name is an alias. */
9725     #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9726     choke me
9727     #else
9728 pcg 1.11 char (*f) () = $ac_func;
9729     #endif
9730     #ifdef __cplusplus
9731     }
9732 pcg 1.1 #endif
9733    
9734 pcg 1.11 int
9735     main ()
9736     {
9737     return f != $ac_func;
9738     ;
9739     return 0;
9740     }
9741     _ACEOF
9742     rm -f conftest.$ac_objext conftest$ac_exeext
9743     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9744     (eval $ac_link) 2>conftest.er1
9745     ac_status=$?
9746     grep -v '^ *+' conftest.er1 >conftest.err
9747     rm -f conftest.er1
9748     cat conftest.err >&5
9749     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9750     (exit $ac_status); } &&
9751 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9752 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9753     (eval $ac_try) 2>&5
9754     ac_status=$?
9755     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9756     (exit $ac_status); }; } &&
9757     { ac_try='test -s conftest$ac_exeext'
9758     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9759     (eval $ac_try) 2>&5
9760     ac_status=$?
9761     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9762     (exit $ac_status); }; }; then
9763     eval "$as_ac_var=yes"
9764     else
9765     echo "$as_me: failed program was:" >&5
9766     sed 's/^/| /' conftest.$ac_ext >&5
9767    
9768     eval "$as_ac_var=no"
9769     fi
9770     rm -f conftest.err conftest.$ac_objext \
9771     conftest$ac_exeext conftest.$ac_ext
9772     fi
9773     echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
9774     echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
9775     if test `eval echo '${'$as_ac_var'}'` = yes; then
9776     cat >>confdefs.h <<_ACEOF
9777     #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
9778     _ACEOF
9779 pcg 1.1
9780     fi
9781     done
9782    
9783    
9784    
9785 pcg 1.11 if test "${ac_cv_header_utmp_h+set}" = set; then
9786     echo "$as_me:$LINENO: checking for utmp.h" >&5
9787     echo $ECHO_N "checking for utmp.h... $ECHO_C" >&6
9788     if test "${ac_cv_header_utmp_h+set}" = set; then
9789     echo $ECHO_N "(cached) $ECHO_C" >&6
9790     fi
9791     echo "$as_me:$LINENO: result: $ac_cv_header_utmp_h" >&5
9792     echo "${ECHO_T}$ac_cv_header_utmp_h" >&6
9793     else
9794     # Is the header compilable?
9795     echo "$as_me:$LINENO: checking utmp.h usability" >&5
9796     echo $ECHO_N "checking utmp.h usability... $ECHO_C" >&6
9797     cat >conftest.$ac_ext <<_ACEOF
9798     /* confdefs.h. */
9799     _ACEOF
9800     cat confdefs.h >>conftest.$ac_ext
9801     cat >>conftest.$ac_ext <<_ACEOF
9802     /* end confdefs.h. */
9803     $ac_includes_default
9804     #include <utmp.h>
9805     _ACEOF
9806     rm -f conftest.$ac_objext
9807     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9808     (eval $ac_compile) 2>conftest.er1
9809     ac_status=$?
9810     grep -v '^ *+' conftest.er1 >conftest.err
9811     rm -f conftest.er1
9812     cat conftest.err >&5
9813     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9814     (exit $ac_status); } &&
9815 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9816 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9817     (eval $ac_try) 2>&5
9818     ac_status=$?
9819     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9820     (exit $ac_status); }; } &&
9821     { ac_try='test -s conftest.$ac_objext'
9822     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9823     (eval $ac_try) 2>&5
9824     ac_status=$?
9825     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9826     (exit $ac_status); }; }; then
9827     ac_header_compiler=yes
9828     else
9829     echo "$as_me: failed program was:" >&5
9830     sed 's/^/| /' conftest.$ac_ext >&5
9831    
9832     ac_header_compiler=no
9833     fi
9834     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9835     echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9836     echo "${ECHO_T}$ac_header_compiler" >&6
9837    
9838     # Is the header present?
9839     echo "$as_me:$LINENO: checking utmp.h presence" >&5
9840     echo $ECHO_N "checking utmp.h presence... $ECHO_C" >&6
9841     cat >conftest.$ac_ext <<_ACEOF
9842     /* confdefs.h. */
9843     _ACEOF
9844     cat confdefs.h >>conftest.$ac_ext
9845     cat >>conftest.$ac_ext <<_ACEOF
9846     /* end confdefs.h. */
9847 pcg 1.1 #include <utmp.h>
9848 pcg 1.11 _ACEOF
9849     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
9850     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9851     ac_status=$?
9852     grep -v '^ *+' conftest.er1 >conftest.err
9853     rm -f conftest.er1
9854     cat conftest.err >&5
9855     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9856     (exit $ac_status); } >/dev/null; then
9857     if test -s conftest.err; then
9858 pcg 1.13 ac_cpp_err=$ac_cxx_preproc_warn_flag
9859     ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
9860 pcg 1.11 else
9861     ac_cpp_err=
9862     fi
9863 pcg 1.1 else
9864 pcg 1.11 ac_cpp_err=yes
9865 pcg 1.1 fi
9866 pcg 1.11 if test -z "$ac_cpp_err"; then
9867     ac_header_preproc=yes
9868     else
9869     echo "$as_me: failed program was:" >&5
9870     sed 's/^/| /' conftest.$ac_ext >&5
9871    
9872     ac_header_preproc=no
9873 pcg 1.1 fi
9874 pcg 1.11 rm -f conftest.err conftest.$ac_ext
9875     echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9876     echo "${ECHO_T}$ac_header_preproc" >&6
9877    
9878     # So? What about this header?
9879 pcg 1.13 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
9880 pcg 1.11 yes:no: )
9881     { echo "$as_me:$LINENO: WARNING: utmp.h: accepted by the compiler, rejected by the preprocessor!" >&5
9882     echo "$as_me: WARNING: utmp.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
9883     { echo "$as_me:$LINENO: WARNING: utmp.h: proceeding with the compiler's result" >&5
9884     echo "$as_me: WARNING: utmp.h: proceeding with the compiler's result" >&2;}
9885     ac_header_preproc=yes
9886     ;;
9887     no:yes:* )
9888     { echo "$as_me:$LINENO: WARNING: utmp.h: present but cannot be compiled" >&5
9889     echo "$as_me: WARNING: utmp.h: present but cannot be compiled" >&2;}
9890     { echo "$as_me:$LINENO: WARNING: utmp.h: check for missing prerequisite headers?" >&5
9891     echo "$as_me: WARNING: utmp.h: check for missing prerequisite headers?" >&2;}
9892     { echo "$as_me:$LINENO: WARNING: utmp.h: see the Autoconf documentation" >&5
9893     echo "$as_me: WARNING: utmp.h: see the Autoconf documentation" >&2;}
9894     { echo "$as_me:$LINENO: WARNING: utmp.h: section \"Present But Cannot Be Compiled\"" >&5
9895     echo "$as_me: WARNING: utmp.h: section \"Present But Cannot Be Compiled\"" >&2;}
9896     { echo "$as_me:$LINENO: WARNING: utmp.h: proceeding with the preprocessor's result" >&5
9897     echo "$as_me: WARNING: utmp.h: proceeding with the preprocessor's result" >&2;}
9898     { echo "$as_me:$LINENO: WARNING: utmp.h: in the future, the compiler will take precedence" >&5
9899     echo "$as_me: WARNING: utmp.h: in the future, the compiler will take precedence" >&2;}
9900     (
9901     cat <<\_ASBOX
9902     ## ------------------------------------------ ##
9903     ## Report this to the AC_PACKAGE_NAME lists. ##
9904     ## ------------------------------------------ ##
9905     _ASBOX
9906     ) |
9907     sed "s/^/$as_me: WARNING: /" >&2
9908     ;;
9909     esac
9910     echo "$as_me:$LINENO: checking for utmp.h" >&5
9911     echo $ECHO_N "checking for utmp.h... $ECHO_C" >&6
9912     if test "${ac_cv_header_utmp_h+set}" = set; then
9913     echo $ECHO_N "(cached) $ECHO_C" >&6
9914     else
9915     ac_cv_header_utmp_h=$ac_header_preproc
9916     fi
9917     echo "$as_me:$LINENO: result: $ac_cv_header_utmp_h" >&5
9918     echo "${ECHO_T}$ac_cv_header_utmp_h" >&6
9919    
9920     fi
9921     if test $ac_cv_header_utmp_h = yes; then
9922     echo "$as_me:$LINENO: checking for struct utmp" >&5
9923     echo $ECHO_N "checking for struct utmp... $ECHO_C" >&6
9924     if test "${rxvt_cv_struct_utmp+set}" = set; then
9925     echo $ECHO_N "(cached) $ECHO_C" >&6
9926     else
9927     cat >conftest.$ac_ext <<_ACEOF
9928     /* confdefs.h. */
9929     _ACEOF
9930     cat confdefs.h >>conftest.$ac_ext
9931     cat >>conftest.$ac_ext <<_ACEOF
9932     /* end confdefs.h. */
9933 pcg 1.1 #include <sys/types.h>
9934     #include <stdint.h>
9935     #include <utmp.h>
9936 pcg 1.11 int
9937     main ()
9938     {
9939 pcg 1.1 struct utmp ut;
9940 pcg 1.11 ;
9941     return 0;
9942     }
9943     _ACEOF
9944     rm -f conftest.$ac_objext
9945     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9946     (eval $ac_compile) 2>conftest.er1
9947     ac_status=$?
9948     grep -v '^ *+' conftest.er1 >conftest.err
9949     rm -f conftest.er1
9950     cat conftest.err >&5
9951     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9952     (exit $ac_status); } &&
9953 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9954 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9955     (eval $ac_try) 2>&5
9956     ac_status=$?
9957     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9958     (exit $ac_status); }; } &&
9959     { ac_try='test -s conftest.$ac_objext'
9960     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9961     (eval $ac_try) 2>&5
9962     ac_status=$?
9963     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9964     (exit $ac_status); }; }; then
9965 pcg 1.1 rxvt_cv_struct_utmp=yes
9966     else
9967 pcg 1.11 echo "$as_me: failed program was:" >&5
9968     sed 's/^/| /' conftest.$ac_ext >&5
9969    
9970     rxvt_cv_struct_utmp=no
9971 pcg 1.1 fi
9972 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9973 pcg 1.1 fi
9974 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmp" >&5
9975     echo "${ECHO_T}$rxvt_cv_struct_utmp" >&6
9976     if test x$rxvt_cv_struct_utmp = xyes; then
9977 pcg 1.1
9978 pcg 1.11 cat >>confdefs.h <<\_ACEOF
9979 pcg 1.1 #define HAVE_STRUCT_UTMP 1
9980 pcg 1.11 _ACEOF
9981 pcg 1.1
9982     fi
9983    
9984    
9985 pcg 1.11 echo "$as_me:$LINENO: checking for ut_host in utmp struct" >&5
9986     echo $ECHO_N "checking for ut_host in utmp struct... $ECHO_C" >&6
9987     if test "${rxvt_cv_struct_utmp_host+set}" = set; then
9988     echo $ECHO_N "(cached) $ECHO_C" >&6
9989 pcg 1.1 else
9990 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
9991     /* confdefs.h. */
9992     _ACEOF
9993     cat confdefs.h >>conftest.$ac_ext
9994     cat >>conftest.$ac_ext <<_ACEOF
9995     /* end confdefs.h. */
9996 pcg 1.1 #include <sys/types.h>
9997     #include <utmp.h>
9998 pcg 1.11 int
9999     main ()
10000     {
10001 pcg 1.1 struct utmp ut; ut.ut_host;
10002 pcg 1.11 ;
10003     return 0;
10004     }
10005     _ACEOF
10006     rm -f conftest.$ac_objext
10007     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10008     (eval $ac_compile) 2>conftest.er1
10009     ac_status=$?
10010     grep -v '^ *+' conftest.er1 >conftest.err
10011     rm -f conftest.er1
10012     cat conftest.err >&5
10013     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10014     (exit $ac_status); } &&
10015 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10016 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10017     (eval $ac_try) 2>&5
10018     ac_status=$?
10019     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10020     (exit $ac_status); }; } &&
10021     { ac_try='test -s conftest.$ac_objext'
10022     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10023     (eval $ac_try) 2>&5
10024     ac_status=$?
10025     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10026     (exit $ac_status); }; }; then
10027 pcg 1.1 rxvt_cv_struct_utmp_host=yes
10028     else
10029 pcg 1.11 echo "$as_me: failed program was:" >&5
10030     sed 's/^/| /' conftest.$ac_ext >&5
10031    
10032     rxvt_cv_struct_utmp_host=no
10033 pcg 1.1 fi
10034 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10035 pcg 1.1 fi
10036 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmp_host" >&5
10037     echo "${ECHO_T}$rxvt_cv_struct_utmp_host" >&6
10038     if test x$rxvt_cv_struct_utmp_host = xyes; then
10039 pcg 1.1
10040 pcg 1.11 cat >>confdefs.h <<\_ACEOF
10041 pcg 1.1 #define HAVE_UTMP_HOST 1
10042 pcg 1.11 _ACEOF
10043 pcg 1.1
10044     fi
10045    
10046 pcg 1.11 echo "$as_me:$LINENO: checking for ut_pid in utmp struct" >&5
10047     echo $ECHO_N "checking for ut_pid in utmp struct... $ECHO_C" >&6
10048     if test "${rxvt_cv_struct_utmp_pid+set}" = set; then
10049     echo $ECHO_N "(cached) $ECHO_C" >&6
10050 pcg 1.1 else
10051 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
10052     /* confdefs.h. */
10053     _ACEOF
10054     cat confdefs.h >>conftest.$ac_ext
10055     cat >>conftest.$ac_ext <<_ACEOF
10056     /* end confdefs.h. */
10057 pcg 1.1 #include <sys/types.h>
10058     #include <utmp.h>
10059 pcg 1.11 int
10060     main ()
10061     {
10062 pcg 1.1 struct utmp ut; ut.ut_pid;
10063 pcg 1.11 ;
10064     return 0;
10065     }
10066     _ACEOF
10067     rm -f conftest.$ac_objext
10068     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10069     (eval $ac_compile) 2>conftest.er1
10070     ac_status=$?
10071     grep -v '^ *+' conftest.er1 >conftest.err
10072     rm -f conftest.er1
10073     cat conftest.err >&5
10074     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10075     (exit $ac_status); } &&
10076 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10077 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10078     (eval $ac_try) 2>&5
10079     ac_status=$?
10080     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10081     (exit $ac_status); }; } &&
10082     { ac_try='test -s conftest.$ac_objext'
10083     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10084     (eval $ac_try) 2>&5
10085     ac_status=$?
10086     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10087     (exit $ac_status); }; }; then
10088 pcg 1.1 rxvt_cv_struct_utmp_pid=yes
10089     else
10090 pcg 1.11 echo "$as_me: failed program was:" >&5
10091     sed 's/^/| /' conftest.$ac_ext >&5
10092    
10093     rxvt_cv_struct_utmp_pid=no
10094 pcg 1.1 fi
10095 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10096 pcg 1.1 fi
10097 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmp_pid" >&5
10098     echo "${ECHO_T}$rxvt_cv_struct_utmp_pid" >&6
10099     if test x$rxvt_cv_struct_utmp_pid = xyes; then
10100 pcg 1.1
10101 pcg 1.11 cat >>confdefs.h <<\_ACEOF
10102 pcg 1.1 #define HAVE_UTMP_PID 1
10103 pcg 1.11 _ACEOF
10104 pcg 1.1
10105     fi
10106    
10107     fi
10108    
10109 pcg 1.11
10110    
10111     if test "${ac_cv_header_utmpx_h+set}" = set; then
10112     echo "$as_me:$LINENO: checking for utmpx.h" >&5
10113     echo $ECHO_N "checking for utmpx.h... $ECHO_C" >&6
10114     if test "${ac_cv_header_utmpx_h+set}" = set; then
10115     echo $ECHO_N "(cached) $ECHO_C" >&6
10116     fi
10117     echo "$as_me:$LINENO: result: $ac_cv_header_utmpx_h" >&5
10118     echo "${ECHO_T}$ac_cv_header_utmpx_h" >&6
10119 pcg 1.1 else
10120 pcg 1.11 # Is the header compilable?
10121     echo "$as_me:$LINENO: checking utmpx.h usability" >&5
10122     echo $ECHO_N "checking utmpx.h usability... $ECHO_C" >&6
10123     cat >conftest.$ac_ext <<_ACEOF
10124     /* confdefs.h. */
10125     _ACEOF
10126     cat confdefs.h >>conftest.$ac_ext
10127     cat >>conftest.$ac_ext <<_ACEOF
10128     /* end confdefs.h. */
10129     $ac_includes_default
10130     #include <utmpx.h>
10131     _ACEOF
10132     rm -f conftest.$ac_objext
10133     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10134     (eval $ac_compile) 2>conftest.er1
10135     ac_status=$?
10136     grep -v '^ *+' conftest.er1 >conftest.err
10137     rm -f conftest.er1
10138     cat conftest.err >&5
10139     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10140     (exit $ac_status); } &&
10141 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10142 pcg 1.11 { (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); }; } &&
10147     { ac_try='test -s conftest.$ac_objext'
10148     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10149     (eval $ac_try) 2>&5
10150     ac_status=$?
10151     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10152     (exit $ac_status); }; }; then
10153     ac_header_compiler=yes
10154     else
10155     echo "$as_me: failed program was:" >&5
10156     sed 's/^/| /' conftest.$ac_ext >&5
10157    
10158     ac_header_compiler=no
10159     fi
10160     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10161     echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10162     echo "${ECHO_T}$ac_header_compiler" >&6
10163    
10164     # Is the header present?
10165     echo "$as_me:$LINENO: checking utmpx.h presence" >&5
10166     echo $ECHO_N "checking utmpx.h presence... $ECHO_C" >&6
10167     cat >conftest.$ac_ext <<_ACEOF
10168     /* confdefs.h. */
10169     _ACEOF
10170     cat confdefs.h >>conftest.$ac_ext
10171     cat >>conftest.$ac_ext <<_ACEOF
10172     /* end confdefs.h. */
10173 pcg 1.1 #include <utmpx.h>
10174 pcg 1.11 _ACEOF
10175     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10176     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10177     ac_status=$?
10178     grep -v '^ *+' conftest.er1 >conftest.err
10179     rm -f conftest.er1
10180     cat conftest.err >&5
10181     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10182     (exit $ac_status); } >/dev/null; then
10183     if test -s conftest.err; then
10184 pcg 1.13 ac_cpp_err=$ac_cxx_preproc_warn_flag
10185     ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
10186 pcg 1.11 else
10187     ac_cpp_err=
10188     fi
10189 pcg 1.1 else
10190 pcg 1.11 ac_cpp_err=yes
10191 pcg 1.1 fi
10192 pcg 1.11 if test -z "$ac_cpp_err"; then
10193     ac_header_preproc=yes
10194     else
10195     echo "$as_me: failed program was:" >&5
10196     sed 's/^/| /' conftest.$ac_ext >&5
10197    
10198     ac_header_preproc=no
10199 pcg 1.1 fi
10200 pcg 1.11 rm -f conftest.err conftest.$ac_ext
10201     echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10202     echo "${ECHO_T}$ac_header_preproc" >&6
10203    
10204     # So? What about this header?
10205 pcg 1.13 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
10206 pcg 1.11 yes:no: )
10207     { echo "$as_me:$LINENO: WARNING: utmpx.h: accepted by the compiler, rejected by the preprocessor!" >&5
10208     echo "$as_me: WARNING: utmpx.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
10209     { echo "$as_me:$LINENO: WARNING: utmpx.h: proceeding with the compiler's result" >&5
10210     echo "$as_me: WARNING: utmpx.h: proceeding with the compiler's result" >&2;}
10211     ac_header_preproc=yes
10212     ;;
10213     no:yes:* )
10214     { echo "$as_me:$LINENO: WARNING: utmpx.h: present but cannot be compiled" >&5
10215     echo "$as_me: WARNING: utmpx.h: present but cannot be compiled" >&2;}
10216     { echo "$as_me:$LINENO: WARNING: utmpx.h: check for missing prerequisite headers?" >&5
10217     echo "$as_me: WARNING: utmpx.h: check for missing prerequisite headers?" >&2;}
10218     { echo "$as_me:$LINENO: WARNING: utmpx.h: see the Autoconf documentation" >&5
10219     echo "$as_me: WARNING: utmpx.h: see the Autoconf documentation" >&2;}
10220     { echo "$as_me:$LINENO: WARNING: utmpx.h: section \"Present But Cannot Be Compiled\"" >&5
10221     echo "$as_me: WARNING: utmpx.h: section \"Present But Cannot Be Compiled\"" >&2;}
10222     { echo "$as_me:$LINENO: WARNING: utmpx.h: proceeding with the preprocessor's result" >&5
10223     echo "$as_me: WARNING: utmpx.h: proceeding with the preprocessor's result" >&2;}
10224     { echo "$as_me:$LINENO: WARNING: utmpx.h: in the future, the compiler will take precedence" >&5
10225     echo "$as_me: WARNING: utmpx.h: in the future, the compiler will take precedence" >&2;}
10226     (
10227     cat <<\_ASBOX
10228     ## ------------------------------------------ ##
10229     ## Report this to the AC_PACKAGE_NAME lists. ##
10230     ## ------------------------------------------ ##
10231     _ASBOX
10232     ) |
10233     sed "s/^/$as_me: WARNING: /" >&2
10234     ;;
10235     esac
10236     echo "$as_me:$LINENO: checking for utmpx.h" >&5
10237     echo $ECHO_N "checking for utmpx.h... $ECHO_C" >&6
10238     if test "${ac_cv_header_utmpx_h+set}" = set; then
10239     echo $ECHO_N "(cached) $ECHO_C" >&6
10240     else
10241     ac_cv_header_utmpx_h=$ac_header_preproc
10242     fi
10243     echo "$as_me:$LINENO: result: $ac_cv_header_utmpx_h" >&5
10244     echo "${ECHO_T}$ac_cv_header_utmpx_h" >&6
10245    
10246     fi
10247     if test $ac_cv_header_utmpx_h = yes; then
10248     echo "$as_me:$LINENO: checking for struct utmpx" >&5
10249     echo $ECHO_N "checking for struct utmpx... $ECHO_C" >&6
10250     if test "${rxvt_cv_struct_utmpx+set}" = set; then
10251     echo $ECHO_N "(cached) $ECHO_C" >&6
10252     else
10253     cat >conftest.$ac_ext <<_ACEOF
10254     /* confdefs.h. */
10255     _ACEOF
10256     cat confdefs.h >>conftest.$ac_ext
10257     cat >>conftest.$ac_ext <<_ACEOF
10258     /* end confdefs.h. */
10259 pcg 1.1 #include <sys/types.h>
10260     #include <utmpx.h>
10261 pcg 1.11 int
10262     main ()
10263     {
10264 pcg 1.1 struct utmpx ut;
10265 pcg 1.11 ;
10266     return 0;
10267     }
10268     _ACEOF
10269     rm -f conftest.$ac_objext
10270     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10271     (eval $ac_compile) 2>conftest.er1
10272     ac_status=$?
10273     grep -v '^ *+' conftest.er1 >conftest.err
10274     rm -f conftest.er1
10275     cat conftest.err >&5
10276     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10277     (exit $ac_status); } &&
10278 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10279 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10280     (eval $ac_try) 2>&5
10281     ac_status=$?
10282     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10283     (exit $ac_status); }; } &&
10284     { ac_try='test -s conftest.$ac_objext'
10285     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10286     (eval $ac_try) 2>&5
10287     ac_status=$?
10288     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10289     (exit $ac_status); }; }; then
10290 pcg 1.1 rxvt_cv_struct_utmpx=yes
10291     else
10292 pcg 1.11 echo "$as_me: failed program was:" >&5
10293     sed 's/^/| /' conftest.$ac_ext >&5
10294    
10295     rxvt_cv_struct_utmpx=no
10296 pcg 1.1 fi
10297 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10298 pcg 1.1 fi
10299 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmpx" >&5
10300     echo "${ECHO_T}$rxvt_cv_struct_utmpx" >&6
10301     if test x$rxvt_cv_struct_utmpx = xyes; then
10302 pcg 1.1
10303 pcg 1.11 cat >>confdefs.h <<\_ACEOF
10304 pcg 1.1 #define HAVE_STRUCT_UTMPX 1
10305 pcg 1.11 _ACEOF
10306 pcg 1.1
10307     fi
10308    
10309    
10310 pcg 1.11 echo "$as_me:$LINENO: checking for host in utmpx struct" >&5
10311     echo $ECHO_N "checking for host in utmpx struct... $ECHO_C" >&6
10312     if test "${rxvt_cv_struct_utmpx_host+set}" = set; then
10313     echo $ECHO_N "(cached) $ECHO_C" >&6
10314 pcg 1.1 else
10315 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
10316     /* confdefs.h. */
10317     _ACEOF
10318     cat confdefs.h >>conftest.$ac_ext
10319     cat >>conftest.$ac_ext <<_ACEOF
10320     /* end confdefs.h. */
10321 pcg 1.1 #include <sys/types.h>
10322     #include <utmpx.h>
10323 pcg 1.11 int
10324     main ()
10325     {
10326 pcg 1.1 struct utmpx utx; utx.ut_host;
10327 pcg 1.11 ;
10328     return 0;
10329     }
10330     _ACEOF
10331     rm -f conftest.$ac_objext
10332     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10333     (eval $ac_compile) 2>conftest.er1
10334     ac_status=$?
10335     grep -v '^ *+' conftest.er1 >conftest.err
10336     rm -f conftest.er1
10337     cat conftest.err >&5
10338     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10339     (exit $ac_status); } &&
10340 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10341 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10342     (eval $ac_try) 2>&5
10343     ac_status=$?
10344     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10345     (exit $ac_status); }; } &&
10346     { ac_try='test -s conftest.$ac_objext'
10347     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10348     (eval $ac_try) 2>&5
10349     ac_status=$?
10350     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10351     (exit $ac_status); }; }; then
10352 pcg 1.1 rxvt_cv_struct_utmpx_host=yes
10353     else
10354 pcg 1.11 echo "$as_me: failed program was:" >&5
10355     sed 's/^/| /' conftest.$ac_ext >&5
10356    
10357     rxvt_cv_struct_utmpx_host=no
10358 pcg 1.1 fi
10359 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10360 pcg 1.1 fi
10361 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmpx_host" >&5
10362     echo "${ECHO_T}$rxvt_cv_struct_utmpx_host" >&6
10363     if test x$rxvt_cv_struct_utmpx_host = xyes; then
10364 pcg 1.1
10365 pcg 1.11 cat >>confdefs.h <<\_ACEOF
10366 pcg 1.1 #define HAVE_UTMPX_HOST 1
10367 pcg 1.11 _ACEOF
10368 pcg 1.1
10369     fi
10370    
10371     fi
10372    
10373 pcg 1.11
10374    
10375     echo "$as_me:$LINENO: checking for struct lastlog" >&5
10376     echo $ECHO_N "checking for struct lastlog... $ECHO_C" >&6
10377     if test "${rxvt_cv_struct_lastlog+set}" = set; then
10378     echo $ECHO_N "(cached) $ECHO_C" >&6
10379 pcg 1.1 else
10380 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
10381     /* confdefs.h. */
10382     _ACEOF
10383     cat confdefs.h >>conftest.$ac_ext
10384     cat >>conftest.$ac_ext <<_ACEOF
10385     /* end confdefs.h. */
10386 pcg 1.1 #include <sys/types.h>
10387     #include <utmp.h>
10388     #ifdef HAVE_LASTLOG_H
10389     #include <lastlog.h>
10390     #endif
10391    
10392 pcg 1.11 int
10393     main ()
10394     {
10395 pcg 1.1 struct lastlog ll;
10396 pcg 1.11 ;
10397     return 0;
10398     }
10399     _ACEOF
10400     rm -f conftest.$ac_objext
10401     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10402     (eval $ac_compile) 2>conftest.er1
10403     ac_status=$?
10404     grep -v '^ *+' conftest.er1 >conftest.err
10405     rm -f conftest.er1
10406     cat conftest.err >&5
10407     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10408     (exit $ac_status); } &&
10409 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10410 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10411     (eval $ac_try) 2>&5
10412     ac_status=$?
10413     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10414     (exit $ac_status); }; } &&
10415     { ac_try='test -s conftest.$ac_objext'
10416     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10417     (eval $ac_try) 2>&5
10418     ac_status=$?
10419     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10420     (exit $ac_status); }; }; then
10421 pcg 1.1 rxvt_cv_struct_lastlog=yes
10422     else
10423 pcg 1.11 echo "$as_me: failed program was:" >&5
10424     sed 's/^/| /' conftest.$ac_ext >&5
10425    
10426     rxvt_cv_struct_lastlog=no
10427 pcg 1.1 fi
10428 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10429 pcg 1.1 fi
10430 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_struct_lastlog" >&5
10431     echo "${ECHO_T}$rxvt_cv_struct_lastlog" >&6
10432     if test x$rxvt_cv_struct_lastlog = xyes; then
10433 pcg 1.1
10434 pcg 1.11 cat >>confdefs.h <<\_ACEOF
10435 pcg 1.1 #define HAVE_STRUCT_LASTLOG 1
10436 pcg 1.11 _ACEOF
10437 pcg 1.1
10438     fi
10439    
10440 pcg 1.11 echo "$as_me:$LINENO: checking for struct lastlogx" >&5
10441     echo $ECHO_N "checking for struct lastlogx... $ECHO_C" >&6
10442     if test "${rxvt_cv_struct_lastlogx+set}" = set; then
10443     echo $ECHO_N "(cached) $ECHO_C" >&6
10444 pcg 1.1 else
10445 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
10446     /* confdefs.h. */
10447     _ACEOF
10448     cat confdefs.h >>conftest.$ac_ext
10449     cat >>conftest.$ac_ext <<_ACEOF
10450     /* end confdefs.h. */
10451 pcg 1.1 #include <sys/types.h>
10452     #include <utmpx.h>
10453     #ifdef HAVE_LASTLOG_H
10454     #include <lastlog.h>
10455     #endif
10456    
10457 pcg 1.11 int
10458     main ()
10459     {
10460 pcg 1.1 struct lastlogx ll;
10461 pcg 1.11 ;
10462     return 0;
10463     }
10464     _ACEOF
10465     rm -f conftest.$ac_objext
10466     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10467     (eval $ac_compile) 2>conftest.er1
10468     ac_status=$?
10469     grep -v '^ *+' conftest.er1 >conftest.err
10470     rm -f conftest.er1
10471     cat conftest.err >&5
10472     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10473     (exit $ac_status); } &&
10474 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10475 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10476     (eval $ac_try) 2>&5
10477     ac_status=$?
10478     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10479     (exit $ac_status); }; } &&
10480     { ac_try='test -s conftest.$ac_objext'
10481     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10482     (eval $ac_try) 2>&5
10483     ac_status=$?
10484     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10485     (exit $ac_status); }; }; then
10486 pcg 1.1 rxvt_cv_struct_lastlogx=yes
10487     else
10488 pcg 1.11 echo "$as_me: failed program was:" >&5
10489     sed 's/^/| /' conftest.$ac_ext >&5
10490    
10491     rxvt_cv_struct_lastlogx=no
10492 pcg 1.1 fi
10493 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10494 pcg 1.1 fi
10495 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_struct_lastlogx" >&5
10496     echo "${ECHO_T}$rxvt_cv_struct_lastlogx" >&6
10497     if test x$rxvt_cv_struct_lastlogx = xyes; then
10498 pcg 1.1
10499 pcg 1.11 cat >>confdefs.h <<\_ACEOF
10500 pcg 1.1 #define HAVE_STRUCT_LASTLOGX 1
10501 pcg 1.11 _ACEOF
10502 pcg 1.1
10503     fi
10504    
10505    
10506 pcg 1.11 echo "$as_me:$LINENO: checking where utmp is located" >&5
10507     echo $ECHO_N "checking where utmp is located... $ECHO_C" >&6
10508     if test "${rxvt_cv_path_utmp+set}" = set; then
10509     echo $ECHO_N "(cached) $ECHO_C" >&6
10510 pcg 1.1 else
10511     if test "$cross_compiling" = yes; then
10512 pcg 1.11 { echo "$as_me:$LINENO: WARNING: Define RXVT_UTMP_FILE in config.h manually" >&5
10513     echo "$as_me: WARNING: Define RXVT_UTMP_FILE in config.h manually" >&2;}
10514 pcg 1.1 else
10515 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
10516     /* confdefs.h. */
10517     _ACEOF
10518     cat confdefs.h >>conftest.$ac_ext
10519     cat >>conftest.$ac_ext <<_ACEOF
10520     /* end confdefs.h. */
10521 pcg 1.1 #include <stdio.h>
10522     #include <sys/types.h>
10523     #include <utmp.h>
10524     #include <errno.h>
10525     main()
10526     {
10527     char **u, *utmplist[] = {
10528     "/var/run/utmp", "/var/adm/utmp", "/etc/utmp", "/usr/etc/utmp", "/usr/adm/utmp", NULL };
10529     FILE *a, *f=fopen("conftestval", "w");
10530     if (!f) exit(1);
10531     #ifdef UTMP_FILE
10532     fprintf(f, "%s\n", UTMP_FILE);
10533     exit(0);
10534     #endif
10535     #ifdef _PATH_UTMP
10536     fprintf(f, "%s\n", _PATH_UTMP);
10537     exit(0);
10538     #endif
10539     for (u = utmplist; *u; u++) {
10540     if ((a = fopen(*u, "r")) != NULL || errno == EACCES) {
10541     fprintf(f, "%s\n", *u);
10542     exit(0);
10543     }
10544     }
10545     exit(0);
10546     }
10547 pcg 1.11 _ACEOF
10548     rm -f conftest$ac_exeext
10549     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10550     (eval $ac_link) 2>&5
10551     ac_status=$?
10552     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10553     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
10554     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10555     (eval $ac_try) 2>&5
10556     ac_status=$?
10557     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10558     (exit $ac_status); }; }; then
10559 pcg 1.1 rxvt_cv_path_utmp=`cat conftestval`
10560     else
10561 pcg 1.11 echo "$as_me: program exited with status $ac_status" >&5
10562     echo "$as_me: failed program was:" >&5
10563     sed 's/^/| /' conftest.$ac_ext >&5
10564    
10565     ( exit $ac_status )
10566     rxvt_cv_path_utmp=
10567 pcg 1.1 fi
10568 pcg 1.11 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
10569 pcg 1.1 fi
10570     fi
10571 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_path_utmp" >&5
10572     echo "${ECHO_T}$rxvt_cv_path_utmp" >&6
10573     if test x$rxvt_cv_path_utmp != x; then
10574 pcg 1.1
10575 pcg 1.11 cat >>confdefs.h <<_ACEOF
10576 pcg 1.1 #define RXVT_UTMP_FILE "$rxvt_cv_path_utmp"
10577 pcg 1.11 _ACEOF
10578 pcg 1.1
10579     fi
10580    
10581    
10582 pcg 1.11 echo "$as_me:$LINENO: checking where utmpx is located" >&5
10583     echo $ECHO_N "checking where utmpx is located... $ECHO_C" >&6
10584     if test "${rxvt_cv_path_utmpx+set}" = set; then
10585     echo $ECHO_N "(cached) $ECHO_C" >&6
10586 pcg 1.1 else
10587     if test "$cross_compiling" = yes; then
10588 pcg 1.11 { echo "$as_me:$LINENO: WARNING: Define RXVT_UTMPX_FILE in config.h manually" >&5
10589     echo "$as_me: WARNING: Define RXVT_UTMPX_FILE in config.h manually" >&2;}
10590 pcg 1.1 else
10591 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
10592     /* confdefs.h. */
10593     _ACEOF
10594     cat confdefs.h >>conftest.$ac_ext
10595     cat >>conftest.$ac_ext <<_ACEOF
10596     /* end confdefs.h. */
10597 pcg 1.1 #include <stdio.h>
10598     #include <sys/types.h>
10599     #include <utmpx.h>
10600     #include <errno.h>
10601     #include <sys/stat.h>
10602     #ifdef HAVE_STRING_H
10603     #include <string.h>
10604     #endif
10605     main()
10606     {
10607     char **u, *p, *utmplist[] = {
10608     #ifdef UTMPX_FILE
10609     UTMPX_FILE,
10610     #endif
10611     #ifdef _PATH_UTMPX
10612     _PATH_UTMPX,
10613     #endif
10614     "/var/adm/utmpx", "/etc/utmpx", NULL };
10615     FILE *a, *f=fopen("conftestval", "w");
10616     struct stat statu, statux;
10617     if (!f) exit(1);
10618     for (u = utmplist; *u; u++) {
10619     if ((a = fopen(*u, "r")) != NULL || errno == EACCES) {
10620     if (stat(*u, &statux) < 0)
10621     continue;
10622     p = strdup(*u);
10623     p[strlen(p) - 1] = '\0';
10624     if (stat(p, &statu) >= 0
10625     && (statu.st_mtime - statux.st_mtime > 86400))
10626     continue;
10627     fprintf(f, "%s\n", *u);
10628     exit(0);
10629     }
10630     }
10631     exit(0);
10632     }
10633 pcg 1.11 _ACEOF
10634     rm -f conftest$ac_exeext
10635     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10636     (eval $ac_link) 2>&5
10637     ac_status=$?
10638     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10639     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
10640     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10641     (eval $ac_try) 2>&5
10642     ac_status=$?
10643     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10644     (exit $ac_status); }; }; then
10645 pcg 1.1 rxvt_cv_path_utmpx=`cat conftestval`
10646     else
10647 pcg 1.11 echo "$as_me: program exited with status $ac_status" >&5
10648     echo "$as_me: failed program was:" >&5
10649     sed 's/^/| /' conftest.$ac_ext >&5
10650    
10651     ( exit $ac_status )
10652     rxvt_cv_path_utmpx=
10653 pcg 1.1 fi
10654 pcg 1.11 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
10655 pcg 1.1 fi
10656     fi
10657 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_path_utmpx" >&5
10658     echo "${ECHO_T}$rxvt_cv_path_utmpx" >&6
10659     if test x$rxvt_cv_path_utmpx != x; then
10660 pcg 1.1
10661 pcg 1.11 cat >>confdefs.h <<_ACEOF
10662 pcg 1.1 #define RXVT_UTMPX_FILE "$rxvt_cv_path_utmpx"
10663 pcg 1.11 _ACEOF
10664 pcg 1.1
10665     fi
10666    
10667    
10668 pcg 1.11 echo "$as_me:$LINENO: checking where wtmp is located" >&5
10669     echo $ECHO_N "checking where wtmp is located... $ECHO_C" >&6
10670     if test "${rxvt_cv_path_wtmp+set}" = set; then
10671     echo $ECHO_N "(cached) $ECHO_C" >&6
10672 pcg 1.1 else
10673     if test "$cross_compiling" = yes; then
10674 pcg 1.11 { echo "$as_me:$LINENO: WARNING: Define RXVT_WTMP_FILE in config.h manually" >&5
10675     echo "$as_me: WARNING: Define RXVT_WTMP_FILE in config.h manually" >&2;}
10676 pcg 1.1 else
10677 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
10678     /* confdefs.h. */
10679     _ACEOF
10680     cat confdefs.h >>conftest.$ac_ext
10681     cat >>conftest.$ac_ext <<_ACEOF
10682     /* end confdefs.h. */
10683 pcg 1.1 #include <stdio.h>
10684     #include <sys/types.h>
10685     #ifdef HAVE_UTMP_H
10686     #include <utmp.h>
10687     #endif
10688     #include <errno.h>
10689     main()
10690     {
10691     char **w, *wtmplist[] = {
10692 pcg 1.11 "/var/log/wtmp", "/var/adm/wtmp", "/etc/wtmp", "/usr/etc/wtmp", "/usr/adm/wtmp", NULL };
10693 pcg 1.1 FILE *a, *f=fopen("conftestval", "w");
10694     if (!f) exit(1);
10695     #ifdef WTMP_FILE
10696     fprintf(f, "%s\n", WTMP_FILE);
10697     exit(0);
10698     #endif
10699     #ifdef _PATH_WTMP
10700     fprintf(f, "%s\n", _PATH_WTMP);
10701     exit(0);
10702     #endif
10703     for (w = wtmplist; *w; w++) {
10704     if ((a = fopen(*w, "r")) != NULL || errno == EACCES) {
10705     fprintf(f, "%s\n", *w);
10706     exit(0);
10707     }
10708     }
10709     exit(0);
10710     }
10711 pcg 1.11 _ACEOF
10712     rm -f conftest$ac_exeext
10713     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10714     (eval $ac_link) 2>&5
10715     ac_status=$?
10716     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10717     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
10718     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10719     (eval $ac_try) 2>&5
10720     ac_status=$?
10721     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10722     (exit $ac_status); }; }; then
10723 pcg 1.1 rxvt_cv_path_wtmp=`cat conftestval`
10724     else
10725 pcg 1.11 echo "$as_me: program exited with status $ac_status" >&5
10726     echo "$as_me: failed program was:" >&5
10727     sed 's/^/| /' conftest.$ac_ext >&5
10728    
10729     ( exit $ac_status )
10730     rxvt_cv_path_wtmp=
10731 pcg 1.1 fi
10732 pcg 1.11 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
10733 pcg 1.1 fi
10734     fi
10735 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_path_wtmp" >&5
10736     echo "${ECHO_T}$rxvt_cv_path_wtmp" >&6
10737     if test x$rxvt_cv_path_wtmp != x; then
10738 pcg 1.1
10739 pcg 1.11 cat >>confdefs.h <<_ACEOF
10740 pcg 1.1 #define RXVT_WTMP_FILE "$rxvt_cv_path_wtmp"
10741 pcg 1.11 _ACEOF
10742 pcg 1.1
10743     fi
10744    
10745 pcg 1.11 echo "$as_me:$LINENO: checking where wtmpx is located" >&5
10746     echo $ECHO_N "checking where wtmpx is located... $ECHO_C" >&6
10747     if test "${rxvt_cv_path_wtmpx+set}" = set; then
10748     echo $ECHO_N "(cached) $ECHO_C" >&6
10749 pcg 1.1 else
10750     if test "$cross_compiling" = yes; then
10751 pcg 1.11 { echo "$as_me:$LINENO: WARNING: Define RXVT_WTMPX_FILE in config.h manually" >&5
10752     echo "$as_me: WARNING: Define RXVT_WTMPX_FILE in config.h manually" >&2;}
10753 pcg 1.1 else
10754 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
10755     /* confdefs.h. */
10756     _ACEOF
10757     cat confdefs.h >>conftest.$ac_ext
10758     cat >>conftest.$ac_ext <<_ACEOF
10759     /* end confdefs.h. */
10760 pcg 1.1 #include <stdio.h>
10761     #ifdef HAVE_UTMPX_H
10762     #include <utmpx.h>
10763     #endif
10764     #include <errno.h>
10765     main()
10766     {
10767     char **w, *wtmplist[] = {
10768 pcg 1.11 "/var/log/wtmpx", "/var/adm/wtmpx", NULL };
10769 pcg 1.1 FILE *a, *f=fopen("conftestval", "w");
10770     if (!f) exit(1);
10771     #ifdef WTMPX_FILE
10772     fprintf(f, "%s\n", WTMPX_FILE);
10773     exit(0);
10774     #endif
10775     #ifdef _PATH_WTMPX
10776     fprintf(f, "%s\n", _PATH_WTMPX);
10777     exit(0);
10778     #endif
10779     for (w = wtmplist; *w; w++) {
10780     if ((a = fopen(*w, "r")) != NULL || errno == EACCES) {
10781     fprintf(f, "%s\n", *w);
10782     exit(0);
10783     }
10784     }
10785     exit(0);
10786     }
10787 pcg 1.11 _ACEOF
10788     rm -f conftest$ac_exeext
10789     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10790     (eval $ac_link) 2>&5
10791     ac_status=$?
10792     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10793     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
10794     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10795     (eval $ac_try) 2>&5
10796     ac_status=$?
10797     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10798     (exit $ac_status); }; }; then
10799 pcg 1.1 rxvt_cv_path_wtmpx=`cat conftestval`
10800     else
10801 pcg 1.11 echo "$as_me: program exited with status $ac_status" >&5
10802     echo "$as_me: failed program was:" >&5
10803     sed 's/^/| /' conftest.$ac_ext >&5
10804    
10805     ( exit $ac_status )
10806     rxvt_cv_path_wtmpx=
10807 pcg 1.1 fi
10808 pcg 1.11 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
10809 pcg 1.1 fi
10810     fi
10811 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_path_wtmpx" >&5
10812     echo "${ECHO_T}$rxvt_cv_path_wtmpx" >&6
10813     if test x$rxvt_cv_path_wtmpx != x; then
10814 pcg 1.1
10815 pcg 1.11 cat >>confdefs.h <<_ACEOF
10816 pcg 1.1 #define RXVT_WTMPX_FILE "$rxvt_cv_path_wtmpx"
10817 pcg 1.11 _ACEOF
10818 pcg 1.1
10819     fi
10820    
10821 pcg 1.11 echo "$as_me:$LINENO: checking where lastlog is located" >&5
10822     echo $ECHO_N "checking where lastlog is located... $ECHO_C" >&6
10823     if test "${rxvt_cv_path_lastlog+set}" = set; then
10824     echo $ECHO_N "(cached) $ECHO_C" >&6
10825 pcg 1.1 else
10826     if test "$cross_compiling" = yes; then
10827 pcg 1.11 { echo "$as_me:$LINENO: WARNING: Define RXVT_LASTLOG_FILE in config.h manually" >&5
10828     echo "$as_me: WARNING: Define RXVT_LASTLOG_FILE in config.h manually" >&2;}
10829 pcg 1.1 else
10830 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
10831     /* confdefs.h. */
10832     _ACEOF
10833     cat confdefs.h >>conftest.$ac_ext
10834     cat >>conftest.$ac_ext <<_ACEOF
10835     /* end confdefs.h. */
10836 pcg 1.1 #include <stdio.h>
10837     #include <sys/types.h>
10838     #ifdef HAVE_UTMPX_H
10839     #include <utmpx.h>
10840     #elif defined(HAVE_UTMP_H)
10841     #include <utmp.h>
10842     #endif
10843     #ifdef HAVE_LASTLOG_H
10844     #include <lastlog.h>
10845     #endif
10846     #include <errno.h>
10847     main()
10848     {
10849     char **w, *lastloglist[] = { "/var/log/lastlog", NULL };
10850     FILE *a, *f=fopen("conftestval", "w");
10851     if (!f) exit(1);
10852     #ifdef LASTLOG_FILE
10853     fprintf(f, "%s\n", LASTLOG_FILE);
10854     exit(0);
10855     #endif
10856     #ifdef _PATH_LASTLOG
10857     fprintf(f, "%s\n", _PATH_LASTLOG);
10858     exit(0);
10859     #endif
10860     for (w = lastloglist; *w; w++) {
10861     if ((a = fopen(*w, "r")) != NULL || errno == EACCES) {
10862     fprintf(f, "%s\n", *w);
10863     exit(0);
10864     }
10865     }
10866     exit(0);
10867     }
10868 pcg 1.11 _ACEOF
10869     rm -f conftest$ac_exeext
10870     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10871     (eval $ac_link) 2>&5
10872     ac_status=$?
10873     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10874     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
10875     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10876     (eval $ac_try) 2>&5
10877     ac_status=$?
10878     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10879     (exit $ac_status); }; }; then
10880 pcg 1.1 rxvt_cv_path_lastlog=`cat conftestval`
10881     else
10882 pcg 1.11 echo "$as_me: program exited with status $ac_status" >&5
10883     echo "$as_me: failed program was:" >&5
10884     sed 's/^/| /' conftest.$ac_ext >&5
10885    
10886     ( exit $ac_status )
10887     rxvt_cv_path_lastlog=
10888 pcg 1.1 fi
10889 pcg 1.11 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
10890 pcg 1.1 fi
10891     fi
10892 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_path_lastlog" >&5
10893     echo "${ECHO_T}$rxvt_cv_path_lastlog" >&6
10894     if test x$rxvt_cv_path_lastlog != x; then
10895 pcg 1.1
10896 pcg 1.11 cat >>confdefs.h <<_ACEOF
10897 pcg 1.1 #define RXVT_LASTLOG_FILE "$rxvt_cv_path_lastlog"
10898 pcg 1.11 _ACEOF
10899 pcg 1.1
10900     if test -d "$rxvt_cv_path_lastlog"; then
10901 pcg 1.11
10902     cat >>confdefs.h <<\_ACEOF
10903 pcg 1.1 #define LASTLOG_IS_DIR 1
10904 pcg 1.11 _ACEOF
10905 pcg 1.1
10906     fi
10907     fi
10908    
10909 pcg 1.11 echo "$as_me:$LINENO: checking where lastlogx is located" >&5
10910     echo $ECHO_N "checking where lastlogx is located... $ECHO_C" >&6
10911     if test "${rxvt_cv_path_lastlogx+set}" = set; then
10912     echo $ECHO_N "(cached) $ECHO_C" >&6
10913 pcg 1.1 else
10914     if test "$cross_compiling" = yes; then
10915 pcg 1.11 { echo "$as_me:$LINENO: WARNING: Define RXVT_LASTLOGX_FILE in config.h manually" >&5
10916     echo "$as_me: WARNING: Define RXVT_LASTLOGX_FILE in config.h manually" >&2;}
10917 pcg 1.1 else
10918 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
10919     /* confdefs.h. */
10920     _ACEOF
10921     cat confdefs.h >>conftest.$ac_ext
10922     cat >>conftest.$ac_ext <<_ACEOF
10923     /* end confdefs.h. */
10924 pcg 1.1 #include <stdio.h>
10925     #ifdef HAVE_UTMPX_H
10926     #include <utmpx.h>
10927     #endif
10928     #include <errno.h>
10929     main()
10930     {
10931     char **w, *wtmplist[] = { "/var/log/lastlogx", "/var/adm/lastlogx", NULL };
10932     FILE *a, *f=fopen("conftestval", "w");
10933     if (!f) exit(1);
10934     #ifdef LASTLOGX_FILE
10935     fprintf(f, "%s\n", LASTLOGX_FILE);
10936     exit(0);
10937     #endif
10938     #ifdef _PATH_LASTLOGX
10939     fprintf(f, "%s\n", _PATH_LASTLOGX);
10940     exit(0);
10941     #endif
10942     for (w = wtmplist; *w; w++) {
10943     if ((a = fopen(*w, "r")) != NULL || errno == EACCES) {
10944     fprintf(f, "%s\n", *w);
10945     exit(0);
10946     }
10947     }
10948     exit(0);
10949     }
10950 pcg 1.11 _ACEOF
10951     rm -f conftest$ac_exeext
10952     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10953     (eval $ac_link) 2>&5
10954     ac_status=$?
10955     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10956     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
10957     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10958     (eval $ac_try) 2>&5
10959     ac_status=$?
10960     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10961     (exit $ac_status); }; }; then
10962 pcg 1.1 rxvt_cv_path_lastlogx=`cat conftestval`
10963     else
10964 pcg 1.11 echo "$as_me: program exited with status $ac_status" >&5
10965     echo "$as_me: failed program was:" >&5
10966     sed 's/^/| /' conftest.$ac_ext >&5
10967    
10968     ( exit $ac_status )
10969     rxvt_cv_path_lastlogx=
10970 pcg 1.1 fi
10971 pcg 1.11 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
10972 pcg 1.1 fi
10973     fi
10974 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_path_lastlogx" >&5
10975     echo "${ECHO_T}$rxvt_cv_path_lastlogx" >&6
10976     if test x$rxvt_cv_path_lastlogx != x; then
10977 pcg 1.1
10978 pcg 1.11 cat >>confdefs.h <<_ACEOF
10979 pcg 1.1 #define RXVT_LASTLOGX_FILE "$rxvt_cv_path_lastlogx"
10980 pcg 1.11 _ACEOF
10981 pcg 1.1
10982     fi
10983    
10984    
10985 pcg 1.11 echo "$as_me:$LINENO: checking where ttys/ttytab is located" >&5
10986     echo $ECHO_N "checking where ttys/ttytab is located... $ECHO_C" >&6
10987     if test "${rxvt_cv_path_ttytab+set}" = set; then
10988     echo $ECHO_N "(cached) $ECHO_C" >&6
10989 pcg 1.1 else
10990     for ttys_file in /etc/ttys /etc/ttytab;
10991     do
10992 pcg 1.11 if test -f "$ttys_file" ; then
10993 pcg 1.1 rxvt_cv_path_ttytab=$ttys_file
10994     break
10995     fi
10996     done
10997    
10998     fi
10999 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_path_ttytab" >&5
11000     echo "${ECHO_T}$rxvt_cv_path_ttytab" >&6
11001     if test x$rxvt_cv_path_ttytab != x; then
11002 pcg 1.1
11003 pcg 1.11 cat >>confdefs.h <<_ACEOF
11004 pcg 1.1 #define TTYTAB_FILENAME "$rxvt_cv_path_ttytab"
11005 pcg 1.11 _ACEOF
11006 pcg 1.1
11007     fi
11008    
11009    
11010     ac_save_LIBS=$LIBS
11011     ac_save_CFLAGS=$CFLAGS
11012     CFLAGS="$CFLAGS $X_CFLAGS"
11013     LIBS="$LIBS $X_LIBS $X_EXTRA_LIBS -lX11"
11014     if test x$rxvt_cv_rpath = xyes -o x$rxvt_cv_R = xyes; then
11015     LIBS=`echo $LIBS | sed "$R_TRANSLATE"`
11016     fi
11017 pcg 1.11 echo "$as_me:$LINENO: checking for working Xlocale" >&5
11018     echo $ECHO_N "checking for working Xlocale... $ECHO_C" >&6
11019     if test "${rxvt_cv_func_xlocale+set}" = set; then
11020     echo $ECHO_N "(cached) $ECHO_C" >&6
11021 pcg 1.1 else
11022     if test "$cross_compiling" = yes; then
11023 pcg 1.11 { echo "$as_me:$LINENO: WARNING: Define NO_XLOCALE in config.h manually" >&5
11024     echo "$as_me: WARNING: Define NO_XLOCALE in config.h manually" >&2;}
11025 pcg 1.1 else
11026 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
11027     /* confdefs.h. */
11028     _ACEOF
11029     cat confdefs.h >>conftest.$ac_ext
11030     cat >>conftest.$ac_ext <<_ACEOF
11031     /* end confdefs.h. */
11032 pcg 1.1 #include <X11/Xlib.h>
11033     main() {
11034     char *p;
11035     if ((p = XSetLocaleModifiers("@im=none")) != NULL && *p)
11036     exit (XSupportsLocale() ? 0 : 1);
11037     else
11038     exit (1);}
11039 pcg 1.11 _ACEOF
11040     rm -f conftest$ac_exeext
11041     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11042     (eval $ac_link) 2>&5
11043     ac_status=$?
11044     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11045     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11046     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11047     (eval $ac_try) 2>&5
11048     ac_status=$?
11049     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11050     (exit $ac_status); }; }; then
11051 pcg 1.1 rxvt_cv_func_xlocale=yes
11052     else
11053 pcg 1.11 echo "$as_me: program exited with status $ac_status" >&5
11054     echo "$as_me: failed program was:" >&5
11055     sed 's/^/| /' conftest.$ac_ext >&5
11056    
11057     ( exit $ac_status )
11058     rxvt_cv_func_xlocale=no
11059 pcg 1.1 fi
11060 pcg 1.11 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11061 pcg 1.1 fi
11062     fi
11063 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_func_xlocale" >&5
11064     echo "${ECHO_T}$rxvt_cv_func_xlocale" >&6
11065     if test x$rxvt_cv_func_xlocale = xyes; then
11066 pcg 1.1
11067 pcg 1.11 cat >>confdefs.h <<\_ACEOF
11068 pcg 1.1 #define HAVE_XLOCALE 1
11069 pcg 1.11 _ACEOF
11070 pcg 1.1
11071     fi
11072    
11073 pcg 1.11 echo "$as_me:$LINENO: checking for working X setlocale" >&5
11074     echo $ECHO_N "checking for working X setlocale... $ECHO_C" >&6
11075     if test "${rxvt_cv_func_xsetlocale+set}" = set; then
11076     echo $ECHO_N "(cached) $ECHO_C" >&6
11077 pcg 1.1 else
11078 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
11079     /* confdefs.h. */
11080     _ACEOF
11081     cat confdefs.h >>conftest.$ac_ext
11082     cat >>conftest.$ac_ext <<_ACEOF
11083     /* end confdefs.h. */
11084 pcg 1.1 #define X_LOCALE 1
11085     #include <X11/Xlocale.h>
11086 pcg 1.11 int
11087     main ()
11088     {
11089 pcg 1.1 setlocale(LC_CTYPE, "");
11090 pcg 1.11 ;
11091     return 0;
11092     }
11093     _ACEOF
11094     rm -f conftest.$ac_objext conftest$ac_exeext
11095     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11096     (eval $ac_link) 2>conftest.er1
11097     ac_status=$?
11098     grep -v '^ *+' conftest.er1 >conftest.err
11099     rm -f conftest.er1
11100     cat conftest.err >&5
11101     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11102     (exit $ac_status); } &&
11103 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11104 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11105     (eval $ac_try) 2>&5
11106     ac_status=$?
11107     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11108     (exit $ac_status); }; } &&
11109     { ac_try='test -s conftest$ac_exeext'
11110     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11111     (eval $ac_try) 2>&5
11112     ac_status=$?
11113     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11114     (exit $ac_status); }; }; then
11115 pcg 1.1 rxvt_cv_func_xsetlocale=yes
11116     else
11117 pcg 1.11 echo "$as_me: failed program was:" >&5
11118     sed 's/^/| /' conftest.$ac_ext >&5
11119    
11120     rxvt_cv_func_xsetlocale=no
11121 pcg 1.1 fi
11122 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
11123     conftest$ac_exeext conftest.$ac_ext
11124 pcg 1.1 fi
11125 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_func_xsetlocale" >&5
11126     echo "${ECHO_T}$rxvt_cv_func_xsetlocale" >&6
11127     if test x$rxvt_cv_func_xsetlocale = xyes; then
11128 pcg 1.1
11129 pcg 1.11 cat >>confdefs.h <<\_ACEOF
11130 pcg 1.1 #define HAVE_XSETLOCALE 1
11131 pcg 1.11 _ACEOF
11132 pcg 1.1
11133     fi
11134     LIBS=$ac_save_LIBS
11135     CFLAGS=$ac_save_CFLAGS
11136    
11137 pcg 1.11 echo "$as_me:$LINENO: checking for working plain setlocale" >&5
11138     echo $ECHO_N "checking for working plain setlocale... $ECHO_C" >&6
11139     if test "${rxvt_cv_func_setlocale+set}" = set; then
11140     echo $ECHO_N "(cached) $ECHO_C" >&6
11141     else
11142     cat >conftest.$ac_ext <<_ACEOF
11143     /* confdefs.h. */
11144     _ACEOF
11145     cat confdefs.h >>conftest.$ac_ext
11146     cat >>conftest.$ac_ext <<_ACEOF
11147     /* end confdefs.h. */
11148 pcg 1.18 #include <clocale>
11149 pcg 1.11 int
11150     main ()
11151     {
11152 pcg 1.1 setlocale(LC_CTYPE, "");
11153 pcg 1.11 ;
11154     return 0;
11155     }
11156     _ACEOF
11157     rm -f conftest.$ac_objext conftest$ac_exeext
11158     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11159     (eval $ac_link) 2>conftest.er1
11160     ac_status=$?
11161     grep -v '^ *+' conftest.er1 >conftest.err
11162     rm -f conftest.er1
11163     cat conftest.err >&5
11164     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11165     (exit $ac_status); } &&
11166 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11167 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11168     (eval $ac_try) 2>&5
11169     ac_status=$?
11170     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11171     (exit $ac_status); }; } &&
11172     { ac_try='test -s conftest$ac_exeext'
11173     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11174     (eval $ac_try) 2>&5
11175     ac_status=$?
11176     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11177     (exit $ac_status); }; }; then
11178 pcg 1.1 rxvt_cv_func_setlocale=yes
11179     else
11180 pcg 1.11 echo "$as_me: failed program was:" >&5
11181     sed 's/^/| /' conftest.$ac_ext >&5
11182    
11183     rxvt_cv_func_setlocale=no
11184 pcg 1.1 fi
11185 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
11186     conftest$ac_exeext conftest.$ac_ext
11187 pcg 1.1 fi
11188 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_func_setlocale" >&5
11189     echo "${ECHO_T}$rxvt_cv_func_setlocale" >&6
11190     if test x$rxvt_cv_func_setlocale = xyes; then
11191 pcg 1.1
11192 pcg 1.11 cat >>confdefs.h <<\_ACEOF
11193 pcg 1.1 #define HAVE_SETLOCALE 1
11194 pcg 1.11 _ACEOF
11195 pcg 1.1
11196     fi
11197    
11198 pcg 1.11 echo "$as_me:$LINENO: checking for working nl_langinfo" >&5
11199     echo $ECHO_N "checking for working nl_langinfo... $ECHO_C" >&6
11200     if test "${rxvt_cv_func_nl_langinfo+set}" = set; then
11201     echo $ECHO_N "(cached) $ECHO_C" >&6
11202 pcg 1.1 else
11203 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
11204     /* confdefs.h. */
11205     _ACEOF
11206     cat confdefs.h >>conftest.$ac_ext
11207     cat >>conftest.$ac_ext <<_ACEOF
11208     /* end confdefs.h. */
11209 pcg 1.1 #include <langinfo.h>
11210 pcg 1.11 int
11211     main ()
11212     {
11213 pcg 1.1 nl_langinfo(CODESET);
11214 pcg 1.11 ;
11215     return 0;
11216     }
11217     _ACEOF
11218     rm -f conftest.$ac_objext conftest$ac_exeext
11219     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11220     (eval $ac_link) 2>conftest.er1
11221     ac_status=$?
11222     grep -v '^ *+' conftest.er1 >conftest.err
11223     rm -f conftest.er1
11224     cat conftest.err >&5
11225     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11226     (exit $ac_status); } &&
11227 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11228 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11229     (eval $ac_try) 2>&5
11230     ac_status=$?
11231     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11232     (exit $ac_status); }; } &&
11233     { ac_try='test -s conftest$ac_exeext'
11234     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11235     (eval $ac_try) 2>&5
11236     ac_status=$?
11237     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11238     (exit $ac_status); }; }; then
11239 pcg 1.1 rxvt_cv_func_nl_langinfo=yes
11240     else
11241 pcg 1.11 echo "$as_me: failed program was:" >&5
11242     sed 's/^/| /' conftest.$ac_ext >&5
11243    
11244     rxvt_cv_func_nl_langinfo=no
11245 pcg 1.1 fi
11246 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
11247     conftest$ac_exeext conftest.$ac_ext
11248 pcg 1.1 fi
11249 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_func_nl_langinfo" >&5
11250     echo "${ECHO_T}$rxvt_cv_func_nl_langinfo" >&6
11251     if test x$rxvt_cv_func_nl_langinfo = xyes; then
11252 pcg 1.1
11253 pcg 1.11 cat >>confdefs.h <<\_ACEOF
11254 pcg 1.1 #define HAVE_NL_LANGINFO 1
11255 pcg 1.11 _ACEOF
11256 pcg 1.1
11257     fi
11258    
11259 root 1.31 echo "$as_me:$LINENO: checking for broken XIM callback" >&5
11260     echo $ECHO_N "checking for broken XIM callback... $ECHO_C" >&6
11261     if test "${rxvt_broken_ximcb+set}" = set; then
11262     echo $ECHO_N "(cached) $ECHO_C" >&6
11263     else
11264     cat >conftest.$ac_ext <<_ACEOF
11265    
11266     #include <X11/Xlib.h>
11267    
11268     void im_destroy_cb (XIC unused1, XPointer client_data, XPointer unused3);
11269    
11270     void f() {
11271     XIMCallback cb;
11272     cb.callback = im_destroy_cb;
11273     }
11274    
11275     _ACEOF
11276     rm -f conftest.$ac_objext
11277     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11278     (eval $ac_compile) 2>conftest.er1
11279     ac_status=$?
11280     grep -v '^ *+' conftest.er1 >conftest.err
11281     rm -f conftest.er1
11282     cat conftest.err >&5
11283     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11284     (exit $ac_status); } &&
11285     { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11286     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11287     (eval $ac_try) 2>&5
11288     ac_status=$?
11289     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11290     (exit $ac_status); }; } &&
11291     { ac_try='test -s conftest.$ac_objext'
11292     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11293     (eval $ac_try) 2>&5
11294     ac_status=$?
11295     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11296     (exit $ac_status); }; }; then
11297     rxvt_broken_ximcb=yes
11298     else
11299     echo "$as_me: failed program was:" >&5
11300     sed 's/^/| /' conftest.$ac_ext >&5
11301    
11302     rxvt_broken_ximcb=no
11303     fi
11304     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11305     fi
11306     echo "$as_me:$LINENO: result: $rxvt_broken_ximcb" >&5
11307     echo "${ECHO_T}$rxvt_broken_ximcb" >&6
11308    
11309     if test x$rxvt_broken_ximcb = xyes; then
11310    
11311     cat >>confdefs.h <<\_ACEOF
11312     #define XIMCB_PROTO_BROKEN 1
11313     _ACEOF
11314    
11315     fi
11316    
11317 pcg 1.11 echo "$as_me:$LINENO: checking for getpt" >&5
11318     echo $ECHO_N "checking for getpt... $ECHO_C" >&6
11319     if test "${rxvt_cv_func_getpt+set}" = set; then
11320     echo $ECHO_N "(cached) $ECHO_C" >&6
11321 pcg 1.1 else
11322 pcg 1.11 cat >conftest.$ac_ext <<_ACEOF
11323     /* confdefs.h. */
11324     _ACEOF
11325     cat confdefs.h >>conftest.$ac_ext
11326     cat >>conftest.$ac_ext <<_ACEOF
11327     /* end confdefs.h. */
11328 pcg 1.1 #define _GNU_SOURCE
11329     #ifdef HAVE_STDLIB_H
11330 pcg 1.18 # include <cstdlib>
11331 pcg 1.1 #endif
11332 pcg 1.11 int
11333     main ()
11334     {
11335 pcg 1.1 (void)getpt();
11336 pcg 1.11 ;
11337     return 0;
11338     }
11339     _ACEOF
11340     rm -f conftest.$ac_objext conftest$ac_exeext
11341     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11342     (eval $ac_link) 2>conftest.er1
11343     ac_status=$?
11344     grep -v '^ *+' conftest.er1 >conftest.err
11345     rm -f conftest.er1
11346     cat conftest.err >&5
11347     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11348     (exit $ac_status); } &&
11349 pcg 1.13 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11350 pcg 1.11 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11351     (eval $ac_try) 2>&5
11352     ac_status=$?
11353     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11354     (exit $ac_status); }; } &&
11355     { ac_try='test -s conftest$ac_exeext'
11356     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11357     (eval $ac_try) 2>&5
11358     ac_status=$?
11359     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11360     (exit $ac_status); }; }; then
11361 pcg 1.1 rxvt_cv_func_getpt=yes
11362     else
11363 pcg 1.11 echo "$as_me: failed program was:" >&5
11364     sed 's/^/| /' conftest.$ac_ext >&5
11365    
11366     rxvt_cv_func_getpt=no
11367 pcg 1.1 fi
11368 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
11369     conftest$ac_exeext conftest.$ac_ext
11370 pcg 1.1 fi
11371 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_func_getpt" >&5
11372     echo "${ECHO_T}$rxvt_cv_func_getpt" >&6
11373     if test x$rxvt_cv_func_getpt = xyes; then
11374 pcg 1.1
11375 pcg 1.11 cat >>confdefs.h <<\_ACEOF
11376 pcg 1.1 #define HAVE_GETPT 1
11377 pcg 1.11 _ACEOF
11378 pcg 1.1
11379     fi
11380    
11381 pcg 1.11 echo "$as_me:$LINENO: checking for pty/tty type" >&5
11382     echo $ECHO_N "checking for pty/tty type... $ECHO_C" >&6
11383     if test "${rxvt_cv_ptys+set}" = set; then
11384     echo $ECHO_N "(cached) $ECHO_C" >&6
11385 pcg 1.1 else
11386     if test x$ac_cv_func_openpty = xyes; then
11387     rxvt_cv_ptys=OPENPTY
11388     else if test x$ac_cv_func__getpty = xyes; then
11389     rxvt_cv_ptys=SGI4
11390     else if test -c /dev/ttyp20; then
11391     rxvt_cv_ptys=SCO
11392     else if test -c /dev/ptym/clone; then
11393     rxvt_cv_ptys=HPUX
11394     else if test x$rxvt_cv_func_getpt = xyes; then
11395     rxvt_cv_ptys=GLIBC
11396     else if test -c /dev/ptc -a -c /dev/pts; then
11397     rxvt_cv_ptys=PTC
11398     else if test -c /dev/ptc -a -d /dev/pts; then
11399     rxvt_cv_ptys=PTC
11400     else if test -c /dev/ptmx -a -c /dev/pts/0; then
11401     rxvt_cv_ptys=STREAMS
11402     else if test x$ac_cv_func_grantpt = xyes && test x$ac_cv_func_unlockpt = xyes; then
11403     rxvt_cv_ptys=STREAMS
11404     else
11405     rxvt_cv_ptys=BSD
11406     fi
11407     fi
11408     fi
11409     fi
11410     fi
11411     fi
11412     fi
11413     fi
11414     fi
11415    
11416     fi
11417 pcg 1.11 echo "$as_me:$LINENO: result: $rxvt_cv_ptys" >&5
11418     echo "${ECHO_T}$rxvt_cv_ptys" >&6
11419 pcg 1.1
11420 pcg 1.11 if test x$rxvt_cv_ptys = xOPENPTY; then
11421 pcg 1.1
11422 pcg 1.11 cat >>confdefs.h <<\_ACEOF
11423 pcg 1.1 #define PTYS_ARE_OPENPTY 1
11424 pcg 1.11 _ACEOF
11425 pcg 1.1
11426     fi
11427     if test x$rxvt_cv_ptys = xSCO; then
11428 pcg 1.11
11429     cat >>confdefs.h <<\_ACEOF
11430 pcg 1.1 #define PTYS_ARE_NUMERIC 1
11431 pcg 1.11 _ACEOF
11432 pcg 1.1
11433     fi
11434     if test x$rxvt_cv_ptys = xSTREAMS; then
11435 pcg 1.11
11436     cat >>confdefs.h <<\_ACEOF
11437 pcg 1.1 #define PTYS_ARE_PTMX 1
11438 pcg 1.11 _ACEOF
11439 pcg 1.1
11440     fi
11441     if test x$rxvt_cv_ptys = xPTC; then
11442 pcg 1.11
11443     cat >>confdefs.h <<\_ACEOF
11444 pcg 1.1 #define PTYS_ARE_PTC 1
11445 pcg 1.11 _ACEOF
11446 pcg 1.1
11447     fi
11448     if test x$rxvt_cv_ptys = xSGI4; then
11449 pcg 1.11
11450     cat >>confdefs.h <<\_ACEOF
11451 pcg 1.1 #define PTYS_ARE__GETPTY 1
11452 pcg 1.11 _ACEOF
11453 pcg 1.1
11454     fi
11455     if test x$rxvt_cv_ptys = xCONVEX; then
11456 pcg 1.11
11457     cat >>confdefs.h <<\_ACEOF
11458 pcg 1.1 #define PTYS_ARE_GETPTY 1
11459 pcg 1.11 _ACEOF
11460 pcg 1.1
11461     fi
11462     if test x$rxvt_cv_ptys = xGLIBC; then
11463 pcg 1.11
11464     cat >>confdefs.h <<\_ACEOF
11465 pcg 1.1 #define PTYS_ARE_GETPT 1
11466 pcg 1.11 _ACEOF
11467 pcg 1.1
11468     fi
11469     if test x$rxvt_cv_ptys = xHPUX; then
11470 pcg 1.11
11471     cat >>confdefs.h <<\_ACEOF
11472 pcg 1.1 #define PTYS_ARE_CLONE 1
11473 pcg 1.11 _ACEOF
11474 pcg 1.1
11475     fi
11476     if test x$rxvt_cv_ptys = xBSD -o x$rxvt_cv_ptys = xHPUX -o x$rxvt_cv_ptys = xGLIBC; then
11477 pcg 1.11
11478     cat >>confdefs.h <<\_ACEOF
11479 pcg 1.1 #define PTYS_ARE_SEARCHED 1
11480 pcg 1.11 _ACEOF
11481 pcg 1.1
11482     fi
11483    
11484    
11485 pcg 1.11 { echo "$as_me:$LINENO: checking for pty ranges..." >&5
11486     echo "$as_me: checking for pty ranges..." >&6;}
11487 pcg 1.1 ptys=`echo /dev/pty??`
11488     pch1=`echo $ptys | tr ' ' '\012' | sed -e 's/^.*\(.\).$/\1/g' | sort -u | tr -d '\012'`
11489     pch2=`echo $ptys | tr ' ' '\012' | sed -e 's/^.*\(.\)$/\1/g' | sort -u | tr -d '\012'`
11490     if test x$pch1 != x; then
11491 pcg 1.11
11492     cat >>confdefs.h <<_ACEOF
11493 pcg 1.1 #define PTYCHAR1 "$pch1"
11494 pcg 1.11 _ACEOF
11495 pcg 1.1
11496     fi
11497     if test x$pch2 != x; then
11498 pcg 1.11
11499     cat >>confdefs.h <<_ACEOF
11500 pcg 1.1 #define PTYCHAR2 "$pch2"
11501 pcg 1.11 _ACEOF
11502 pcg 1.1
11503     fi
11504    
11505 root 1.39 if test x$support_xft = xyes; then
11506     LIBS="$LIBS `pkg-config xft --libs`"
11507     CFLAGS="$CFLAGS `pkg-config xft --cflags`"
11508     CPPFLAGS="$CPPFLAGS `pkg-config xft --cflags`"
11509 root 1.34
11510    
11511 root 1.39 for ac_header in X11/Xft/Xft.h
11512     do
11513     as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11514     if eval "test \"\${$as_ac_Header+set}\" = set"; then
11515     echo "$as_me:$LINENO: checking for $ac_header" >&5
11516     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11517     if eval "test \"\${$as_ac_Header+set}\" = set"; then
11518     echo $ECHO_N "(cached) $ECHO_C" >&6
11519 root 1.34 fi
11520 root 1.39 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11521     echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11522     else
11523     # Is the header compilable?
11524     echo "$as_me:$LINENO: checking $ac_header usability" >&5
11525     echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
11526     cat >conftest.$ac_ext <<_ACEOF
11527     /* confdefs.h. */
11528 root 1.26 _ACEOF
11529 root 1.39 cat confdefs.h >>conftest.$ac_ext
11530     cat >>conftest.$ac_ext <<_ACEOF
11531     /* end confdefs.h. */
11532     $ac_includes_default
11533     #include <$ac_header>
11534 root 1.31 _ACEOF
11535 root 1.39 rm -f conftest.$ac_objext
11536     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11537     (eval $ac_compile) 2>conftest.er1
11538     ac_status=$?
11539     grep -v '^ *+' conftest.er1 >conftest.err
11540     rm -f conftest.er1
11541     cat conftest.err >&5
11542     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11543     (exit $ac_status); } &&
11544     { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11545     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11546     (eval $ac_try) 2>&5
11547     ac_status=$?
11548     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11549     (exit $ac_status); }; } &&
11550     { ac_try='test -s conftest.$ac_objext'
11551     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11552     (eval $ac_try) 2>&5
11553     ac_status=$?
11554     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11555     (exit $ac_status); }; }; then
11556     ac_header_compiler=yes
11557     else
11558     echo "$as_me: failed program was:" >&5
11559     sed 's/^/| /' conftest.$ac_ext >&5
11560 root 1.31
11561 root 1.39 ac_header_compiler=no
11562 root 1.31 fi
11563 root 1.39 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11564     echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11565     echo "${ECHO_T}$ac_header_compiler" >&6
11566 pcg 1.24
11567 root 1.39 # Is the header present?
11568     echo "$as_me:$LINENO: checking $ac_header presence" >&5
11569     echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
11570     cat >conftest.$ac_ext <<_ACEOF
11571     /* confdefs.h. */
11572 pcg 1.24 _ACEOF
11573 root 1.39 cat confdefs.h >>conftest.$ac_ext
11574     cat >>conftest.$ac_ext <<_ACEOF
11575     /* end confdefs.h. */
11576     #include <$ac_header>
11577 pcg 1.11 _ACEOF
11578 root 1.39 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11579     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11580     ac_status=$?
11581     grep -v '^ *+' conftest.er1 >conftest.err
11582     rm -f conftest.er1
11583     cat conftest.err >&5
11584     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11585     (exit $ac_status); } >/dev/null; then
11586     if test -s conftest.err; then
11587     ac_cpp_err=$ac_cxx_preproc_warn_flag
11588     ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
11589     else
11590     ac_cpp_err=
11591     fi
11592     else
11593     ac_cpp_err=yes
11594 pcg 1.1 fi
11595 root 1.39 if test -z "$ac_cpp_err"; then
11596     ac_header_preproc=yes
11597     else
11598     echo "$as_me: failed program was:" >&5
11599     sed 's/^/| /' conftest.$ac_ext >&5
11600 pcg 1.1
11601 root 1.39 ac_header_preproc=no
11602 pcg 1.1 fi
11603 root 1.39 rm -f conftest.err conftest.$ac_ext
11604     echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11605     echo "${ECHO_T}$ac_header_preproc" >&6
11606 pcg 1.1
11607 root 1.39 # So? What about this header?
11608     case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
11609     yes:no: )
11610     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11611     echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11612     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11613     echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11614     ac_header_preproc=yes
11615     ;;
11616     no:yes:* )
11617     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11618     echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11619     { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11620     echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11621     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11622     echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11623     { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11624     echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11625     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11626     echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11627     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11628     echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11629     (
11630     cat <<\_ASBOX
11631     ## ------------------------------------------ ##
11632     ## Report this to the AC_PACKAGE_NAME lists. ##
11633     ## ------------------------------------------ ##
11634     _ASBOX
11635     ) |
11636     sed "s/^/$as_me: WARNING: /" >&2
11637     ;;
11638     esac
11639     echo "$as_me:$LINENO: checking for $ac_header" >&5
11640     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11641     if eval "test \"\${$as_ac_Header+set}\" = set"; then
11642     echo $ECHO_N "(cached) $ECHO_C" >&6
11643     else
11644     eval "$as_ac_Header=\$ac_header_preproc"
11645 pcg 1.1 fi
11646 root 1.39 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11647     echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11648 pcg 1.1
11649     fi
11650 root 1.39 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11651     cat >>confdefs.h <<_ACEOF
11652     #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11653 pcg 1.11 _ACEOF
11654 pcg 1.1
11655 root 1.39 else
11656     support_xft=no
11657 pcg 1.1 fi
11658 pcg 1.11
11659 root 1.39 done
11660 pcg 1.1
11661 pcg 1.11
11662 root 1.39 echo "$as_me:$LINENO: checking for XftDrawString32 in -lXft" >&5
11663     echo $ECHO_N "checking for XftDrawString32 in -lXft... $ECHO_C" >&6
11664     if test "${ac_cv_lib_Xft_XftDrawString32+set}" = set; then
11665     echo $ECHO_N "(cached) $ECHO_C" >&6
11666     else
11667     ac_check_lib_save_LIBS=$LIBS
11668     LIBS="-lXft $LIBS"
11669     cat >conftest.$ac_ext <<_ACEOF
11670     /* confdefs.h. */
11671     _ACEOF
11672     cat confdefs.h >>conftest.$ac_ext
11673     cat >>conftest.$ac_ext <<_ACEOF
11674     /* end confdefs.h. */
11675    
11676     /* Override any gcc2 internal prototype to avoid an error. */
11677     #ifdef __cplusplus
11678     extern "C"
11679     #endif
11680     /* We use char because int might match the return type of a gcc2
11681     builtin and then its argument prototype would still apply. */
11682     char XftDrawString32 ();
11683     int
11684     main ()
11685     {
11686     XftDrawString32 ();
11687     ;
11688     return 0;
11689     }
11690     _ACEOF
11691     rm -f conftest.$ac_objext conftest$ac_exeext
11692     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11693     (eval $ac_link) 2>conftest.er1
11694     ac_status=$?
11695     grep -v '^ *+' conftest.er1 >conftest.err
11696     rm -f conftest.er1
11697     cat conftest.err >&5
11698     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11699     (exit $ac_status); } &&
11700     { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11701     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11702     (eval $ac_try) 2>&5
11703     ac_status=$?
11704     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11705     (exit $ac_status); }; } &&
11706     { ac_try='test -s conftest$ac_exeext'
11707     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11708     (eval $ac_try) 2>&5
11709     ac_status=$?
11710     echo "$as_me:$LINENO: \$? = $ac_status" >&5
11711     (exit $ac_status); }; }; then
11712     ac_cv_lib_Xft_XftDrawString32=yes
11713     else
11714     echo "$as_me: failed program was:" >&5
11715     sed 's/^/| /' conftest.$ac_ext >&5
11716    
11717     ac_cv_lib_Xft_XftDrawString32=no
11718     fi
11719     rm -f conftest.err conftest.$ac_objext \
11720     conftest$ac_exeext conftest.$ac_ext
11721     LIBS=$ac_check_lib_save_LIBS
11722     fi
11723     echo "$as_me:$LINENO: result: $ac_cv_lib_Xft_XftDrawString32" >&5
11724     echo "${ECHO_T}$ac_cv_lib_Xft_XftDrawString32" >&6
11725     if test $ac_cv_lib_Xft_XftDrawString32 = yes; then
11726     cat >>confdefs.h <<_ACEOF
11727     #define HAVE_LIBXFT 1
11728     _ACEOF
11729    
11730     LIBS="-lXft $LIBS"
11731    
11732     else
11733     support_xft=no
11734     fi
11735    
11736    
11737     if test x$support_xft = xyes; then
11738    
11739     cat >>confdefs.h <<\_ACEOF
11740     #define XFT 1
11741     _ACEOF
11742    
11743     fi
11744     fi
11745     if test x$support_styles = xyes; then
11746    
11747     cat >>confdefs.h <<\_ACEOF
11748     #define ENABLE_STYLES 1
11749     _ACEOF
11750    
11751     fi
11752     if test x$support_iso14755 = xyes; then
11753    
11754     cat >>confdefs.h <<\_ACEOF
11755     #define ISO_14755 1
11756     _ACEOF
11757    
11758     fi
11759     if test x$support_8bitctrls = xyes; then
11760    
11761     cat >>confdefs.h <<\_ACEOF
11762     #define EIGHT_BIT_CONTROLS 1
11763     _ACEOF
11764    
11765     fi
11766     if test x$support_fading = xyes; then
11767    
11768     cat >>confdefs.h <<\_ACEOF
11769     #define OFF_FOCUS_FADING 1
11770     _ACEOF
11771    
11772     fi
11773     if test x$support_tinting = xyes; then
11774    
11775     cat >>confdefs.h <<\_ACEOF
11776     #define TINTING 1
11777     _ACEOF
11778    
11779     fi
11780     if test x$support_inheritpixmap = xyes; then
11781    
11782     cat >>confdefs.h <<\_ACEOF
11783     #define TRANSPARENT 1
11784     _ACEOF
11785    
11786     fi
11787     if test x$support_keepscrolling = xno; then
11788    
11789     cat >>confdefs.h <<\_ACEOF
11790     #define NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING 1
11791     _ACEOF
11792    
11793     fi
11794     if test x$support_selectionscrolling = xyes; then
11795    
11796     cat >>confdefs.h <<\_ACEOF
11797     #define SELECTION_SCROLLING 1
11798     _ACEOF
11799    
11800     fi
11801     if test x$support_menubar = xyes; then
11802    
11803     cat >>confdefs.h <<\_ACEOF
11804     #define MENUBAR 1
11805     _ACEOF
11806    
11807     fi
11808     if test x$support_frills = xyes; then
11809    
11810     cat >>confdefs.h <<\_ACEOF
11811     #define ENABLE_FRILLS 1
11812     _ACEOF
11813    
11814     fi
11815     if test x$support_24bit = xyes; then
11816    
11817     cat >>confdefs.h <<\_ACEOF
11818     #define PREFER_24BIT 1
11819 pcg 1.11 _ACEOF
11820 pcg 1.1
11821     fi
11822     if test x$support_mousewheel = xyes; then
11823 pcg 1.11
11824     cat >>confdefs.h <<\_ACEOF
11825 pcg 1.1 #define MOUSE_WHEEL 1
11826 pcg 1.11 _ACEOF
11827 pcg 1.1
11828     fi
11829     if test x$support_mouseslipwheel = xyes; then
11830 pcg 1.11
11831     cat >>confdefs.h <<\_ACEOF
11832 pcg 1.1 #define MOUSE_SLIP_WHEELING 1
11833 pcg 1.11 _ACEOF
11834 pcg 1.1
11835     fi
11836     if test x$support_utmp = xyes; then
11837 pcg 1.11
11838     cat >>confdefs.h <<\_ACEOF
11839 pcg 1.1 #define UTMP_SUPPORT 1
11840 pcg 1.11 _ACEOF
11841 pcg 1.1
11842     fi
11843     if test x$support_wtmp = xyes; then
11844 pcg 1.11
11845     cat >>confdefs.h <<\_ACEOF
11846 pcg 1.1 #define WTMP_SUPPORT 1
11847 pcg 1.11 _ACEOF
11848 pcg 1.1
11849     fi
11850     if test x$support_lastlog = xyes; then
11851 pcg 1.11
11852     cat >>confdefs.h <<\_ACEOF
11853 pcg 1.1 #define LASTLOG_SUPPORT 1
11854 pcg 1.11 _ACEOF
11855 pcg 1.1
11856     fi
11857     if test x$support_xim = xyes -o x$multichar_set = xyes; then
11858     if test x$rxvt_cv_func_xlocale = xyes; then
11859 pcg 1.11
11860     cat >>confdefs.h <<\_ACEOF
11861 pcg 1.1 #define USE_XIM 1
11862 pcg 1.11 _ACEOF
11863 pcg 1.1
11864     fi
11865     fi
11866     if test x$support_xpm = xyes; then
11867 pcg 1.11
11868     cat >>confdefs.h <<\_ACEOF
11869 pcg 1.1 #define XPM_BACKGROUND 1
11870 pcg 1.11 _ACEOF
11871 pcg 1.1
11872     fi
11873     if test x$support_scroll_rxvt = xyes; then
11874 pcg 1.11
11875     cat >>confdefs.h <<\_ACEOF
11876 pcg 1.1 #define RXVT_SCROLLBAR 1
11877 pcg 1.11 _ACEOF
11878 pcg 1.1
11879     scrolltypes="rxvt"
11880     fi
11881     if test x$support_scroll_next = xyes; then
11882 pcg 1.11
11883     cat >>confdefs.h <<\_ACEOF
11884 pcg 1.1 #define NEXT_SCROLLBAR 1
11885 pcg 1.11 _ACEOF
11886 pcg 1.1
11887     scrolltypes="$scrolltypes next"
11888     fi
11889     if test x$support_scroll_xterm = xyes; then
11890 pcg 1.11
11891     cat >>confdefs.h <<\_ACEOF
11892 pcg 1.1 #define XTERM_SCROLLBAR 1
11893 pcg 1.11 _ACEOF
11894 pcg 1.1
11895     scrolltypes="$scrolltypes xterm"
11896     fi
11897 pcg 1.11 if test x$support_scroll_plain = xyes; then
11898    
11899     cat >>confdefs.h <<\_ACEOF
11900     #define PLAIN_SCROLLBAR 1
11901     _ACEOF
11902    
11903     scrolltypes="$scrolltypes plain"
11904     fi
11905 pcg 1.1 if test x$support_pointer_blank = xyes; then
11906 pcg 1.11
11907     cat >>confdefs.h <<\_ACEOF
11908 pcg 1.1 #define POINTER_BLANK 1
11909 pcg 1.11 _ACEOF
11910 pcg 1.1
11911     fi
11912     if test x$support_cursor_blink = xyes; then
11913 pcg 1.11
11914     cat >>confdefs.h <<\_ACEOF
11915 pcg 1.1 #define CURSOR_BLINK 1
11916 pcg 1.11 _ACEOF
11917    
11918     fi
11919     if test x$support_text_blink = xyes; then
11920    
11921     cat >>confdefs.h <<\_ACEOF
11922     #define TEXT_BLINK 1
11923     _ACEOF
11924 pcg 1.1
11925     fi
11926     if test x$support_unicode3 = xyes; then
11927 pcg 1.11
11928     cat >>confdefs.h <<\_ACEOF
11929 pcg 1.1 #define UNICODE_3 1
11930 pcg 1.11 _ACEOF
11931 pcg 1.1
11932     fi
11933 pcg 1.18 if test x$support_combining = xyes; then
11934    
11935     cat >>confdefs.h <<\_ACEOF
11936 pcg 1.20 #define ENABLE_COMBINING 1
11937 pcg 1.18 _ACEOF
11938    
11939     fi
11940 pcg 1.1 if test x$codesets = xall; then
11941 root 1.40 codesets=jp,jp-ext,kr,zh,zh-ext
11942 pcg 1.1 fi
11943 pcg 1.11
11944     cat >>confdefs.h <<\_ACEOF
11945 pcg 1.1 #define ENCODING_EU 1
11946 pcg 1.11 _ACEOF
11947 pcg 1.1
11948 pcg 1.13
11949 pcg 1.11 cat >>confdefs.h <<\_ACEOF
11950 pcg 1.1 #define ENCODING_VN 1
11951 pcg 1.11 _ACEOF
11952 pcg 1.13
11953 root 1.34 for codeset in `echo $codesets | tr "a-z,\\-" "A-Z _"`; do
11954 pcg 1.13 case "$codeset" in
11955 pcg 1.11 JP )
11956     cat >>confdefs.h <<\_ACEOF
11957 pcg 1.1 #define ENCODING_JP 1
11958 pcg 1.11 _ACEOF
11959 pcg 1.1 ;;
11960 pcg 1.11 JP_EXT )
11961     cat >>confdefs.h <<\_ACEOF
11962 pcg 1.1 #define ENCODING_JP_EXT 1
11963 pcg 1.11 _ACEOF
11964 pcg 1.1 ;;
11965 pcg 1.11 KR )
11966     cat >>confdefs.h <<\_ACEOF
11967 pcg 1.1 #define ENCODING_KR 1
11968 pcg 1.11 _ACEOF
11969 pcg 1.1 ;;
11970 root 1.40 ZH )
11971 pcg 1.11 cat >>confdefs.h <<\_ACEOF
11972 root 1.40 #define ENCODING_ZH 1
11973 pcg 1.11 _ACEOF
11974 pcg 1.1 ;;
11975 root 1.40 ZH_EXT )
11976 pcg 1.11 cat >>confdefs.h <<\_ACEOF
11977 root 1.40 #define ENCODING_ZH_EXT 1
11978 pcg 1.11 _ACEOF
11979 pcg 1.1 ;;
11980     esac
11981     done
11982    
11983    
11984     CFLAGS=${CFLAGS--O}
11985     LDFLAGS=${LDFLAGS--O}
11986    
11987     CPPFLAGS="$CPPFLAGS"
11988    
11989    
11990    
11991    
11992    
11993    
11994    
11995     if test x$rxvt_cv_rpath = xyes -o x$rxvt_cv_R = xyes; then
11996     DLIB=`echo $DLIB | sed "$R_TRANSLATE"`
11997     LIBS=`echo $LIBS | sed "$R_TRANSLATE"`
11998     X_LIBS=`echo $X_LIBS | sed "$R_TRANSLATE"`
11999     X_EXTRA_LIBS=`echo $X_EXTRA_LIBS | sed "$R_TRANSLATE"`
12000     XPM_LIBS=`echo $XPM_LIBS | sed "$R_TRANSLATE"`
12001     fi
12002    
12003    
12004    
12005    
12006    
12007     if test x$support_addstrings = xno; then
12008 pcg 1.11
12009     cat >>confdefs.h <<\_ACEOF
12010 pcg 1.1 #define NO_STRINGS 1
12011 pcg 1.11 _ACEOF
12012 pcg 1.1
12013     fi
12014    
12015     MCOMMON=./autoconf/Make.common
12016    
12017    
12018     test "$program_prefix" != NONE &&
12019 pcg 1.11 program_transform_name="s,^,$program_prefix,;$program_transform_name"
12020 pcg 1.1 # Use a double $ so make ignores it.
12021     test "$program_suffix" != NONE &&
12022 pcg 1.11 program_transform_name="s,\$,$program_suffix,;$program_transform_name"
12023     # Double any \ or $. echo might interpret backslashes.
12024     # By default was `s,x,x', remove it if useless.
12025     cat <<\_ACEOF >conftest.sed
12026     s/[\\$]/&&/g;s/;s,x,x,$//
12027     _ACEOF
12028     program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
12029     rm conftest.sed
12030 pcg 1.1
12031    
12032    
12033    
12034    
12035     if test "$ac_cv_header_stdint_h" = "yes" -o "$notset" = "dontmatch"; then
12036     include_stdint_h="#include <stdint.h>"
12037     else
12038     include_stdint_h="/* #include <stdint.h> */"
12039 pcg 1.11 fi
12040 pcg 1.1 if test "$ac_cv_header_stdarg_h" = "yes" -o "$notset" = "dontmatch"; then
12041 pcg 1.18 include_stdarg_h="#include <cstdarg>"
12042 pcg 1.1 else
12043 pcg 1.18 include_stdarg_h="/* #include <cstdarg> */"
12044 pcg 1.11 fi
12045 pcg 1.1 if test "$ac_cv_header_stdlib_h" = "yes" -o "$notset" = "dontmatch"; then
12046 pcg 1.18 include_stdlib_h="#include <cstdlib>"
12047 pcg 1.1 else
12048 pcg 1.18 include_stdlib_h="/* #include <cstdlib> */"
12049 pcg 1.11 fi
12050 pcg 1.1 if test "$ac_cv_header_unistd_h" = "yes" -o "$notset" = "dontmatch"; then
12051     include_unistd_h="#include <unistd.h>"
12052     else
12053     include_unistd_h="/* #include <unistd.h> */"
12054 pcg 1.11 fi
12055 pcg 1.1 if test "$ac_cv_header_string_h" = "yes" -o "$notset" = "dontmatch"; then
12056 pcg 1.18 include_string_h="#include <cstring>"
12057 pcg 1.1 else
12058 pcg 1.18 include_string_h="/* #include <cstring> */"
12059 pcg 1.11 fi
12060 pcg 1.1 if test "$ac_cv_header_fcntl_h" = "yes" -o "$notset" = "dontmatch"; then
12061     include_fcntl_h="#include <fcntl.h>"
12062     else
12063     include_fcntl_h="/* #include <fcntl.h> */"
12064 pcg 1.11 fi
12065 pcg 1.1 if test "$ac_cv_header_util_h" = "yes" -o "$notset" = "dontmatch"; then
12066     include_util_h="#include <util.h>"
12067     else
12068     include_util_h="/* #include <util.h> */"
12069 pcg 1.11 fi
12070 pcg 1.1 if test "$ac_cv_header_assert_h" = "yes" -o "$notset" = "dontmatch"; then
12071     include_assert_h="#include <assert.h>"
12072     else
12073     include_assert_h="/* #include <assert.h> */"
12074 pcg 1.11 fi
12075 pcg 1.1 if test "$rxvt_cv_header_sysioctl" = "yes" -o "$notset" = "dontmatch"; then
12076     include_sys_ioctl_h="#include <sys/ioctl.h>"
12077     else
12078     include_sys_ioctl_h="/* #include <sys/ioctl.h> */"
12079 pcg 1.11 fi
12080 pcg 1.1 if test "$ac_cv_header_sys_select_h" = "yes" -o "$notset" = "dontmatch"; then
12081     include_sys_select_h="#include <sys/select.h>"
12082     else
12083     include_sys_select_h="/* #include <sys/select.h> */"
12084 pcg 1.11 fi
12085 pcg 1.1 if test "$ac_cv_header_sys_strredir_h" = "yes" -o "$notset" = "dontmatch"; then
12086     include_sys_strredir_h="#include <sys/strredir.h>"
12087     else
12088     include_sys_strredir_h="/* #include <sys/strredir.h> */"
12089 pcg 1.11 fi
12090 pcg 1.1 if test "$ac_cv_header_sys_time_h" = "yes" -o "$notset" = "dontmatch"; then
12091     include_sys_time_h="#include <sys/time.h>"
12092     else
12093     include_sys_time_h="/* #include <sys/time.h> */"
12094 pcg 1.11 fi
12095 pcg 1.1 if test "$ac_cv_header_sys_time_h" = "no" -o "$ac_cv_header_time" = "yes"; then
12096     include_time_h="#include <time.h>"
12097     else
12098     include_time_h="/* #include <time.h> */"
12099 pcg 1.11 fi
12100 pcg 1.1
12101 root 1.49 ac_config_files="$ac_config_files autoconf/Make.common Makefile doc/Makefile src/Makefile src/rxvtlib.h"
12102 root 1.32
12103 pcg 1.11 cat >confcache <<\_ACEOF
12104 pcg 1.1 # This file is a shell script that caches the results of configure
12105     # tests run on this system so they can be shared between configure
12106 pcg 1.11 # scripts and configure runs, see configure's option --config-cache.
12107     # It is not useful on other systems. If it contains results you don't
12108     # want to keep, you may remove or edit it.
12109 pcg 1.1 #
12110 pcg 1.11 # config.status only pays attention to the cache file if you give it
12111     # the --recheck option to rerun configure.
12112 pcg 1.1 #
12113 pcg 1.11 # `ac_cv_env_foo' variables (set or unset) will be overridden when
12114     # loading this file, other *unset* `ac_cv_foo' will be assigned the
12115     # following values.
12116    
12117     _ACEOF
12118    
12119 pcg 1.1 # The following way of writing the cache mishandles newlines in values,
12120     # but we know of no workaround that is simple, portable, and efficient.
12121     # So, don't put newlines in cache variables' values.
12122     # Ultrix sh set writes to stderr and can't be redirected directly,
12123     # and sets the high bit in the cache file unless we assign to the vars.
12124 pcg 1.11 {
12125     (set) 2>&1 |
12126     case `(ac_space=' '; set | grep ac_space) 2>&1` in
12127     *ac_space=\ *)
12128     # `set' does not quote correctly, so add quotes (double-quote
12129     # substitution turns \\\\ into \\, and sed turns \\ into \).
12130     sed -n \
12131     "s/'/'\\\\''/g;
12132     s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
12133     ;;
12134     *)
12135     # `set' quotes correctly as required by POSIX, so do not add quotes.
12136     sed -n \
12137     "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
12138     ;;
12139     esac;
12140     } |
12141     sed '
12142     t clear
12143     : clear
12144     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
12145     t end
12146     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
12147     : end' >>confcache
12148     if diff $cache_file confcache >/dev/null 2>&1; then :; else
12149 pcg 1.1 if test -w $cache_file; then
12150 pcg 1.11 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
12151     cat confcache >$cache_file
12152 pcg 1.1 else
12153     echo "not updating unwritable cache $cache_file"
12154     fi
12155     fi
12156     rm -f confcache
12157    
12158     test "x$prefix" = xNONE && prefix=$ac_default_prefix
12159     # Let make expand exec_prefix.
12160     test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
12161    
12162 pcg 1.11 # VPATH may cause trouble with some makes, so we remove $(srcdir),
12163     # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
12164     # trailing colons and then remove the whole line if VPATH becomes empty
12165     # (actually we leave an empty line to preserve line numbers).
12166 pcg 1.1 if test "x$srcdir" = x.; then
12167 pcg 1.11 ac_vpsub='/^[ ]*VPATH[ ]*=/{
12168     s/:*\$(srcdir):*/:/;
12169     s/:*\${srcdir}:*/:/;
12170     s/:*@srcdir@:*/:/;
12171     s/^\([^=]*=[ ]*\):*/\1/;
12172     s/:*$//;
12173     s/^[^=]*=[ ]*$//;
12174     }'
12175 pcg 1.1 fi
12176    
12177 pcg 1.11 DEFS=-DHAVE_CONFIG_H
12178    
12179     ac_libobjs=
12180     ac_ltlibobjs=
12181     for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
12182     # 1. Remove the extension, and $U if already installed.
12183     ac_i=`echo "$ac_i" |
12184     sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
12185     # 2. Add them.
12186     ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
12187     ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
12188     done
12189     LIBOBJS=$ac_libobjs
12190    
12191     LTLIBOBJS=$ac_ltlibobjs
12192    
12193 pcg 1.1
12194    
12195     : ${CONFIG_STATUS=./config.status}
12196 pcg 1.11 ac_clean_files_save=$ac_clean_files
12197     ac_clean_files="$ac_clean_files $CONFIG_STATUS"
12198     { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
12199     echo "$as_me: creating $CONFIG_STATUS" >&6;}
12200     cat >$CONFIG_STATUS <<_ACEOF
12201     #! $SHELL
12202     # Generated by $as_me.
12203 pcg 1.1 # Run this file to recreate the current configuration.
12204     # Compiler output produced by configure, useful for debugging
12205 pcg 1.11 # configure, is in config.log if it exists.
12206    
12207     debug=false
12208     ac_cs_recheck=false
12209     ac_cs_silent=false
12210     SHELL=\${CONFIG_SHELL-$SHELL}
12211     _ACEOF
12212    
12213     cat >>$CONFIG_STATUS <<\_ACEOF
12214     ## --------------------- ##
12215     ## M4sh Initialization. ##
12216     ## --------------------- ##
12217    
12218     # Be Bourne compatible
12219     if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
12220     emulate sh
12221     NULLCMD=:
12222     # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
12223     # is contrary to our usage. Disable this feature.
12224     alias -g '${1+"$@"}'='"$@"'
12225     elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
12226     set -o posix
12227     fi
12228     DUALCASE=1; export DUALCASE # for MKS sh
12229    
12230     # Support unset when possible.
12231     if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
12232     as_unset=unset
12233     else
12234     as_unset=false
12235     fi
12236    
12237    
12238     # Work around bugs in pre-3.0 UWIN ksh.
12239     $as_unset ENV MAIL MAILPATH
12240     PS1='$ '
12241     PS2='> '
12242     PS4='+ '
12243    
12244     # NLS nuisances.
12245     for as_var in \
12246     LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
12247     LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
12248     LC_TELEPHONE LC_TIME
12249     do
12250     if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
12251     eval $as_var=C; export $as_var
12252     else
12253     $as_unset $as_var
12254     fi
12255     done
12256    
12257     # Required to use basename.
12258     if expr a : '\(a\)' >/dev/null 2>&1; then
12259     as_expr=expr
12260     else
12261     as_expr=false
12262     fi
12263    
12264     if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
12265     as_basename=basename
12266     else
12267     as_basename=false
12268     fi
12269    
12270    
12271     # Name of the executable.
12272     as_me=`$as_basename "$0" ||
12273     $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
12274     X"$0" : 'X\(//\)$' \| \
12275     X"$0" : 'X\(/\)$' \| \
12276     . : '\(.\)' 2>/dev/null ||
12277     echo X/"$0" |
12278     sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
12279     /^X\/\(\/\/\)$/{ s//\1/; q; }
12280     /^X\/\(\/\).*/{ s//\1/; q; }
12281     s/.*/./; q'`
12282    
12283    
12284     # PATH needs CR, and LINENO needs CR and PATH.
12285     # Avoid depending upon Character Ranges.
12286     as_cr_letters='abcdefghijklmnopqrstuvwxyz'
12287     as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
12288     as_cr_Letters=$as_cr_letters$as_cr_LETTERS
12289     as_cr_digits='0123456789'
12290     as_cr_alnum=$as_cr_Letters$as_cr_digits
12291    
12292     # The user is always right.
12293     if test "${PATH_SEPARATOR+set}" != set; then
12294     echo "#! /bin/sh" >conf$$.sh
12295     echo "exit 0" >>conf$$.sh
12296     chmod +x conf$$.sh
12297     if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12298     PATH_SEPARATOR=';'
12299     else
12300     PATH_SEPARATOR=:
12301     fi
12302     rm -f conf$$.sh
12303     fi
12304    
12305    
12306     as_lineno_1=$LINENO
12307     as_lineno_2=$LINENO
12308     as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
12309     test "x$as_lineno_1" != "x$as_lineno_2" &&
12310     test "x$as_lineno_3" = "x$as_lineno_2" || {
12311     # Find who we are. Look in the path if we contain no path at all
12312     # relative or not.
12313     case $0 in
12314     *[\\/]* ) as_myself=$0 ;;
12315     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12316     for as_dir in $PATH
12317     do
12318     IFS=$as_save_IFS
12319     test -z "$as_dir" && as_dir=.
12320     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
12321     done
12322    
12323     ;;
12324     esac
12325     # We did not find ourselves, most probably we were run as `sh COMMAND'
12326     # in which case we are not to be found in the path.
12327     if test "x$as_myself" = x; then
12328     as_myself=$0
12329     fi
12330     if test ! -f "$as_myself"; then
12331     { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
12332     echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
12333     { (exit 1); exit 1; }; }
12334     fi
12335     case $CONFIG_SHELL in
12336     '')
12337     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12338     for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
12339     do
12340     IFS=$as_save_IFS
12341     test -z "$as_dir" && as_dir=.
12342     for as_base in sh bash ksh sh5; do
12343     case $as_dir in
12344     /*)
12345     if ("$as_dir/$as_base" -c '
12346     as_lineno_1=$LINENO
12347     as_lineno_2=$LINENO
12348     as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
12349     test "x$as_lineno_1" != "x$as_lineno_2" &&
12350     test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
12351     $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
12352     $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
12353     CONFIG_SHELL=$as_dir/$as_base
12354     export CONFIG_SHELL
12355     exec "$CONFIG_SHELL" "$0" ${1+"$@"}
12356     fi;;
12357     esac
12358     done
12359     done
12360     ;;
12361     esac
12362    
12363     # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
12364     # uniformly replaced by the line number. The first 'sed' inserts a
12365     # line-number line before each line; the second 'sed' does the real
12366     # work. The second script uses 'N' to pair each line-number line
12367     # with the numbered line, and appends trailing '-' during
12368     # substitution so that $LINENO is not a special case at line end.
12369     # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
12370     # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
12371     sed '=' <$as_myself |
12372     sed '
12373     N
12374     s,$,-,
12375     : loop
12376     s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
12377     t loop
12378     s,-$,,
12379     s,^['$as_cr_digits']*\n,,
12380     ' >$as_me.lineno &&
12381     chmod +x $as_me.lineno ||
12382     { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
12383     echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
12384     { (exit 1); exit 1; }; }
12385    
12386     # Don't try to exec as it changes $[0], causing all sort of problems
12387     # (the dirname of $[0] is not the place where we might find the
12388     # original and so on. Autoconf is especially sensible to this).
12389     . ./$as_me.lineno
12390     # Exit status is that of the last command.
12391     exit
12392     }
12393    
12394    
12395     case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
12396     *c*,-n*) ECHO_N= ECHO_C='
12397     ' ECHO_T=' ' ;;
12398     *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
12399     *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
12400     esac
12401    
12402     if expr a : '\(a\)' >/dev/null 2>&1; then
12403     as_expr=expr
12404     else
12405     as_expr=false
12406     fi
12407    
12408     rm -f conf$$ conf$$.exe conf$$.file
12409     echo >conf$$.file
12410     if ln -s conf$$.file conf$$ 2>/dev/null; then
12411     # We could just check for DJGPP; but this test a) works b) is more generic
12412     # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
12413     if test -f conf$$.exe; then
12414     # Don't use ln at all; we don't have any links
12415     as_ln_s='cp -p'
12416     else
12417     as_ln_s='ln -s'
12418     fi
12419     elif ln conf$$.file conf$$ 2>/dev/null; then
12420     as_ln_s=ln
12421     else
12422     as_ln_s='cp -p'
12423     fi
12424     rm -f conf$$ conf$$.exe conf$$.file
12425    
12426     if mkdir -p . 2>/dev/null; then
12427     as_mkdir_p=:
12428     else
12429     test -d ./-p && rmdir ./-p
12430     as_mkdir_p=false
12431     fi
12432    
12433     as_executable_p="test -f"
12434    
12435     # Sed expression to map a string onto a valid CPP name.
12436     as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
12437    
12438     # Sed expression to map a string onto a valid variable name.
12439     as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
12440    
12441    
12442     # IFS
12443     # We need space, tab and new line, in precisely that order.
12444     as_nl='
12445     '
12446     IFS=" $as_nl"
12447    
12448     # CDPATH.
12449     $as_unset CDPATH
12450    
12451     exec 6>&1
12452    
12453     # Open the log real soon, to keep \$[0] and so on meaningful, and to
12454     # report actual input values of CONFIG_FILES etc. instead of their
12455     # values after options handling. Logging --version etc. is OK.
12456     exec 5>>config.log
12457     {
12458     echo
12459     sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12460     ## Running $as_me. ##
12461     _ASBOX
12462     } >&5
12463     cat >&5 <<_CSEOF
12464    
12465     This file was extended by $as_me, which was
12466     generated by GNU Autoconf 2.59. Invocation command line was
12467    
12468     CONFIG_FILES = $CONFIG_FILES
12469     CONFIG_HEADERS = $CONFIG_HEADERS
12470     CONFIG_LINKS = $CONFIG_LINKS
12471     CONFIG_COMMANDS = $CONFIG_COMMANDS
12472     $ $0 $@
12473    
12474     _CSEOF
12475     echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
12476     echo >&5
12477     _ACEOF
12478    
12479     # Files that config.status was made for.
12480     if test -n "$ac_config_files"; then
12481     echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
12482     fi
12483    
12484     if test -n "$ac_config_headers"; then
12485     echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
12486     fi
12487    
12488     if test -n "$ac_config_links"; then
12489     echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
12490     fi
12491 pcg 1.1
12492 pcg 1.11 if test -n "$ac_config_commands"; then
12493     echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
12494     fi
12495    
12496     cat >>$CONFIG_STATUS <<\_ACEOF
12497    
12498     ac_cs_usage="\
12499     \`$as_me' instantiates files from templates according to the
12500     current configuration.
12501    
12502     Usage: $0 [OPTIONS] [FILE]...
12503    
12504     -h, --help print this help, then exit
12505     -V, --version print version number, then exit
12506     -q, --quiet do not print progress messages
12507     -d, --debug don't remove temporary files
12508     --recheck update $as_me by reconfiguring in the same conditions
12509     --file=FILE[:TEMPLATE]
12510     instantiate the configuration file FILE
12511     --header=FILE[:TEMPLATE]
12512     instantiate the configuration header FILE
12513    
12514     Configuration files:
12515     $config_files
12516    
12517     Configuration headers:
12518     $config_headers
12519    
12520     Report bugs to <bug-autoconf@gnu.org>."
12521     _ACEOF
12522    
12523     cat >>$CONFIG_STATUS <<_ACEOF
12524     ac_cs_version="\\
12525     config.status
12526     configured by $0, generated by GNU Autoconf 2.59,
12527     with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
12528    
12529     Copyright (C) 2003 Free Software Foundation, Inc.
12530     This config.status script is free software; the Free Software Foundation
12531     gives unlimited permission to copy, distribute and modify it."
12532     srcdir=$srcdir
12533     INSTALL="$INSTALL"
12534     _ACEOF
12535    
12536     cat >>$CONFIG_STATUS <<\_ACEOF
12537     # If no file are specified by the user, then we need to provide default
12538     # value. By we need to know if files were specified by the user.
12539     ac_need_defaults=:
12540     while test $# != 0
12541 pcg 1.1 do
12542 pcg 1.11 case $1 in
12543     --*=*)
12544     ac_option=`expr "x$1" : 'x\([^=]*\)='`
12545     ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
12546     ac_shift=:
12547     ;;
12548     -*)
12549     ac_option=$1
12550     ac_optarg=$2
12551     ac_shift=shift
12552     ;;
12553     *) # This is not an option, so the user has probably given explicit
12554     # arguments.
12555     ac_option=$1
12556     ac_need_defaults=false;;
12557     esac
12558    
12559     case $ac_option in
12560     # Handling of the options.
12561     _ACEOF
12562     cat >>$CONFIG_STATUS <<\_ACEOF
12563 pcg 1.1 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
12564 pcg 1.11 ac_cs_recheck=: ;;
12565     --version | --vers* | -V )
12566     echo "$ac_cs_version"; exit 0 ;;
12567     --he | --h)
12568     # Conflict between --help and --header
12569     { { echo "$as_me:$LINENO: error: ambiguous option: $1
12570     Try \`$0 --help' for more information." >&5
12571     echo "$as_me: error: ambiguous option: $1
12572     Try \`$0 --help' for more information." >&2;}
12573     { (exit 1); exit 1; }; };;
12574     --help | --hel | -h )
12575     echo "$ac_cs_usage"; exit 0 ;;
12576     --debug | --d* | -d )
12577     debug=: ;;
12578     --file | --fil | --fi | --f )
12579     $ac_shift
12580     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
12581     ac_need_defaults=false;;
12582     --header | --heade | --head | --hea )
12583     $ac_shift
12584     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
12585     ac_need_defaults=false;;
12586     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
12587     | -silent | --silent | --silen | --sile | --sil | --si | --s)
12588     ac_cs_silent=: ;;
12589    
12590     # This is an error.
12591     -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
12592     Try \`$0 --help' for more information." >&5
12593     echo "$as_me: error: unrecognized option: $1
12594     Try \`$0 --help' for more information." >&2;}
12595     { (exit 1); exit 1; }; } ;;
12596    
12597     *) ac_config_targets="$ac_config_targets $1" ;;
12598    
12599     esac
12600     shift
12601     done
12602    
12603     ac_configure_extra_args=
12604    
12605     if $ac_cs_silent; then
12606     exec 6>/dev/null
12607     ac_configure_extra_args="$ac_configure_extra_args --silent"
12608     fi
12609    
12610     _ACEOF
12611     cat >>$CONFIG_STATUS <<_ACEOF
12612     if \$ac_cs_recheck; then
12613     echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
12614     exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
12615     fi
12616    
12617     _ACEOF
12618    
12619    
12620    
12621    
12622    
12623     cat >>$CONFIG_STATUS <<\_ACEOF
12624     for ac_config_target in $ac_config_targets
12625     do
12626     case "$ac_config_target" in
12627     # Handling of arguments.
12628     "autoconf/Make.common" ) CONFIG_FILES="$CONFIG_FILES autoconf/Make.common" ;;
12629     "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
12630     "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
12631     "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
12632     "src/rxvtlib.h" ) CONFIG_FILES="$CONFIG_FILES src/rxvtlib.h" ;;
12633     "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:autoconf/config.h.in" ;;
12634     *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
12635     echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
12636     { (exit 1); exit 1; }; };;
12637 pcg 1.1 esac
12638     done
12639    
12640 pcg 1.11 # If the user did not use the arguments to specify the items to instantiate,
12641     # then the envvar interface is used. Set only those that are not.
12642     # We use the long form for the default assignment because of an extremely
12643     # bizarre bug on SunOS 4.1.3.
12644     if $ac_need_defaults; then
12645     test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
12646     test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
12647     fi
12648    
12649     # Have a temporary directory for convenience. Make it in the build tree
12650     # simply because there is no reason to put it here, and in addition,
12651     # creating and moving files from /tmp can sometimes cause problems.
12652     # Create a temporary directory, and hook for its removal unless debugging.
12653     $debug ||
12654     {
12655     trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
12656     trap '{ (exit 1); exit 1; }' 1 2 13 15
12657     }
12658    
12659     # Create a (secure) tmp directory for tmp files.
12660    
12661     {
12662     tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
12663     test -n "$tmp" && test -d "$tmp"
12664     } ||
12665     {
12666     tmp=./confstat$$-$RANDOM
12667     (umask 077 && mkdir $tmp)
12668     } ||
12669     {
12670     echo "$me: cannot create a temporary directory in ." >&2
12671     { (exit 1); exit 1; }
12672     }
12673    
12674     _ACEOF
12675    
12676     cat >>$CONFIG_STATUS <<_ACEOF
12677 pcg 1.1
12678 pcg 1.11 #
12679     # CONFIG_FILES section.
12680     #
12681 pcg 1.1
12682 pcg 1.11 # No need to generate the scripts if there are no CONFIG_FILES.
12683     # This happens for instance when ./config.status config.h
12684     if test -n "\$CONFIG_FILES"; then
12685     # Protect against being on the right side of a sed subst in config.status.
12686     sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
12687     s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
12688     s,@SHELL@,$SHELL,;t t
12689     s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
12690     s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
12691     s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
12692     s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
12693     s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
12694     s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
12695     s,@exec_prefix@,$exec_prefix,;t t
12696     s,@prefix@,$prefix,;t t
12697     s,@program_transform_name@,$program_transform_name,;t t
12698     s,@bindir@,$bindir,;t t
12699     s,@sbindir@,$sbindir,;t t
12700     s,@libexecdir@,$libexecdir,;t t
12701     s,@datadir@,$datadir,;t t
12702     s,@sysconfdir@,$sysconfdir,;t t
12703     s,@sharedstatedir@,$sharedstatedir,;t t
12704     s,@localstatedir@,$localstatedir,;t t
12705     s,@libdir@,$libdir,;t t
12706     s,@includedir@,$includedir,;t t
12707     s,@oldincludedir@,$oldincludedir,;t t
12708     s,@infodir@,$infodir,;t t
12709     s,@mandir@,$mandir,;t t
12710     s,@build_alias@,$build_alias,;t t
12711     s,@host_alias@,$host_alias,;t t
12712     s,@target_alias@,$target_alias,;t t
12713     s,@DEFS@,$DEFS,;t t
12714     s,@ECHO_C@,$ECHO_C,;t t
12715     s,@ECHO_N@,$ECHO_N,;t t
12716     s,@ECHO_T@,$ECHO_T,;t t
12717     s,@LIBS@,$LIBS,;t t
12718 root 1.48 s,@build@,$build,;t t
12719     s,@build_cpu@,$build_cpu,;t t
12720     s,@build_vendor@,$build_vendor,;t t
12721     s,@build_os@,$build_os,;t t
12722     s,@host@,$host,;t t
12723     s,@host_cpu@,$host_cpu,;t t
12724     s,@host_vendor@,$host_vendor,;t t
12725     s,@host_os@,$host_os,;t t
12726 pcg 1.11 s,@VERSION@,$VERSION,;t t
12727     s,@DATE@,$DATE,;t t
12728     s,@LSMDATE@,$LSMDATE,;t t
12729     s,@LIBVERSION@,$LIBVERSION,;t t
12730     s,@CC@,$CC,;t t
12731     s,@CFLAGS@,$CFLAGS,;t t
12732     s,@LDFLAGS@,$LDFLAGS,;t t
12733     s,@CPPFLAGS@,$CPPFLAGS,;t t
12734     s,@ac_ct_CC@,$ac_ct_CC,;t t
12735     s,@EXEEXT@,$EXEEXT,;t t
12736     s,@OBJEXT@,$OBJEXT,;t t
12737     s,@CXX@,$CXX,;t t
12738     s,@CXXFLAGS@,$CXXFLAGS,;t t
12739     s,@ac_ct_CXX@,$ac_ct_CXX,;t t
12740     s,@CPP@,$CPP,;t t
12741     s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
12742     s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
12743     s,@INSTALL_DATA@,$INSTALL_DATA,;t t
12744     s,@AWK@,$AWK,;t t
12745 pcg 1.13 s,@LINKER@,$LINKER,;t t
12746     s,@CXXCPP@,$CXXCPP,;t t
12747 pcg 1.11 s,@EGREP@,$EGREP,;t t
12748     s,@INSTALL_LIBRXVT@,$INSTALL_LIBRXVT,;t t
12749 pcg 1.15 s,@RXVTNAME@,$RXVTNAME,;t t
12750 pcg 1.11 s,@MV@,$MV,;t t
12751     s,@RM@,$RM,;t t
12752     s,@CP@,$CP,;t t
12753     s,@LN@,$LN,;t t
12754     s,@SED@,$SED,;t t
12755 root 1.51 s,@ECHO@,$ECHO,;t t
12756 pcg 1.11 s,@CMP@,$CMP,;t t
12757     s,@TBL@,$TBL,;t t
12758 root 1.39 s,@TIC@,$TIC,;t t
12759 pcg 1.11 s,@X_CFLAGS@,$X_CFLAGS,;t t
12760     s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
12761     s,@X_LIBS@,$X_LIBS,;t t
12762     s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
12763     s,@XPM_CPPFLAGS@,$XPM_CPPFLAGS,;t t
12764     s,@XPM_CFLAGS@,$XPM_CFLAGS,;t t
12765     s,@XPM_LIBS@,$XPM_LIBS,;t t
12766     s,@rxvt_int16_typedef@,$rxvt_int16_typedef,;t t
12767     s,@rxvt_uint16_typedef@,$rxvt_uint16_typedef,;t t
12768     s,@rxvt_int32_typedef@,$rxvt_int32_typedef,;t t
12769     s,@rxvt_uint32_typedef@,$rxvt_uint32_typedef,;t t
12770     s,@rxvt_intp_define@,$rxvt_intp_define,;t t
12771     s,@rxvt_u_intp_define@,$rxvt_u_intp_define,;t t
12772     s,@DEBUG@,$DEBUG,;t t
12773     s,@DINCLUDE@,$DINCLUDE,;t t
12774     s,@DLIB@,$DLIB,;t t
12775     s,@include_stdint_h@,$include_stdint_h,;t t
12776     s,@include_stdarg_h@,$include_stdarg_h,;t t
12777     s,@include_stdlib_h@,$include_stdlib_h,;t t
12778     s,@include_unistd_h@,$include_unistd_h,;t t
12779     s,@include_string_h@,$include_string_h,;t t
12780     s,@include_fcntl_h@,$include_fcntl_h,;t t
12781     s,@include_util_h@,$include_util_h,;t t
12782     s,@include_assert_h@,$include_assert_h,;t t
12783     s,@include_sys_ioctl_h@,$include_sys_ioctl_h,;t t
12784     s,@include_sys_select_h@,$include_sys_select_h,;t t
12785     s,@include_sys_strredir_h@,$include_sys_strredir_h,;t t
12786     s,@include_sys_time_h@,$include_sys_time_h,;t t
12787     s,@include_time_h@,$include_time_h,;t t
12788     s,@LIBOBJS@,$LIBOBJS,;t t
12789     s,@LTLIBOBJS@,$LTLIBOBJS,;t t
12790 pcg 1.1 /@MCOMMON@/r $MCOMMON
12791 pcg 1.11 s,@MCOMMON@,,;t t
12792 pcg 1.1 CEOF
12793    
12794 pcg 1.11 _ACEOF
12795 pcg 1.1
12796 pcg 1.11 cat >>$CONFIG_STATUS <<\_ACEOF
12797     # Split the substitutions into bite-sized pieces for seds with
12798     # small command number limits, like on Digital OSF/1 and HP-UX.
12799     ac_max_sed_lines=48
12800     ac_sed_frag=1 # Number of current file.
12801     ac_beg=1 # First line for current file.
12802     ac_end=$ac_max_sed_lines # Line after last line for current file.
12803     ac_more_lines=:
12804     ac_sed_cmds=
12805     while $ac_more_lines; do
12806     if test $ac_beg -gt 1; then
12807     sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
12808     else
12809     sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
12810     fi
12811     if test ! -s $tmp/subs.frag; then
12812     ac_more_lines=false
12813 pcg 1.1 else
12814 pcg 1.11 # The purpose of the label and of the branching condition is to
12815     # speed up the sed processing (if there are no `@' at all, there
12816     # is no need to browse any of the substitutions).
12817     # These are the two extra sed commands mentioned above.
12818     (echo ':t
12819     /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
12820     if test -z "$ac_sed_cmds"; then
12821     ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
12822     else
12823     ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
12824     fi
12825     ac_sed_frag=`expr $ac_sed_frag + 1`
12826     ac_beg=$ac_end
12827     ac_end=`expr $ac_end + $ac_max_sed_lines`
12828 pcg 1.1 fi
12829 pcg 1.11 done
12830     if test -z "$ac_sed_cmds"; then
12831     ac_sed_cmds=cat
12832 pcg 1.1 fi
12833 pcg 1.11 fi # test -n "$CONFIG_FILES"
12834 pcg 1.1
12835 pcg 1.11 _ACEOF
12836     cat >>$CONFIG_STATUS <<\_ACEOF
12837     for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
12838 pcg 1.1 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
12839 pcg 1.11 case $ac_file in
12840     - | *:- | *:-:* ) # input from stdin
12841     cat >$tmp/stdin
12842     ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
12843     ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
12844     *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
12845     ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
12846     * ) ac_file_in=$ac_file.in ;;
12847 pcg 1.1 esac
12848    
12849 pcg 1.11 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
12850     ac_dir=`(dirname "$ac_file") 2>/dev/null ||
12851     $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12852     X"$ac_file" : 'X\(//\)[^/]' \| \
12853     X"$ac_file" : 'X\(//\)$' \| \
12854     X"$ac_file" : 'X\(/\)' \| \
12855     . : '\(.\)' 2>/dev/null ||
12856     echo X"$ac_file" |
12857     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12858     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12859     /^X\(\/\/\)$/{ s//\1/; q; }
12860     /^X\(\/\).*/{ s//\1/; q; }
12861     s/.*/./; q'`
12862     { if $as_mkdir_p; then
12863     mkdir -p "$ac_dir"
12864     else
12865     as_dir="$ac_dir"
12866     as_dirs=
12867     while test ! -d "$as_dir"; do
12868     as_dirs="$as_dir $as_dirs"
12869     as_dir=`(dirname "$as_dir") 2>/dev/null ||
12870     $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12871     X"$as_dir" : 'X\(//\)[^/]' \| \
12872     X"$as_dir" : 'X\(//\)$' \| \
12873     X"$as_dir" : 'X\(/\)' \| \
12874     . : '\(.\)' 2>/dev/null ||
12875     echo X"$as_dir" |
12876     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12877     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12878     /^X\(\/\/\)$/{ s//\1/; q; }
12879     /^X\(\/\).*/{ s//\1/; q; }
12880     s/.*/./; q'`
12881     done
12882     test ! -n "$as_dirs" || mkdir $as_dirs
12883     fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
12884     echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
12885     { (exit 1); exit 1; }; }; }
12886    
12887     ac_builddir=.
12888    
12889     if test "$ac_dir" != .; then
12890     ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
12891     # A "../" for each directory in $ac_dir_suffix.
12892     ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
12893     else
12894     ac_dir_suffix= ac_top_builddir=
12895     fi
12896    
12897     case $srcdir in
12898     .) # No --srcdir option. We are building in place.
12899     ac_srcdir=.
12900     if test -z "$ac_top_builddir"; then
12901     ac_top_srcdir=.
12902     else
12903     ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
12904     fi ;;
12905     [\\/]* | ?:[\\/]* ) # Absolute path.
12906     ac_srcdir=$srcdir$ac_dir_suffix;
12907     ac_top_srcdir=$srcdir ;;
12908     *) # Relative path.
12909     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
12910     ac_top_srcdir=$ac_top_builddir$srcdir ;;
12911     esac
12912    
12913     # Do not use `cd foo && pwd` to compute absolute paths, because
12914     # the directories may not exist.
12915     case `pwd` in
12916     .) ac_abs_builddir="$ac_dir";;
12917     *)
12918     case "$ac_dir" in
12919     .) ac_abs_builddir=`pwd`;;
12920     [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
12921     *) ac_abs_builddir=`pwd`/"$ac_dir";;
12922     esac;;
12923     esac
12924     case $ac_abs_builddir in
12925     .) ac_abs_top_builddir=${ac_top_builddir}.;;
12926     *)
12927     case ${ac_top_builddir}. in
12928     .) ac_abs_top_builddir=$ac_abs_builddir;;
12929     [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
12930     *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
12931     esac;;
12932     esac
12933     case $ac_abs_builddir in
12934     .) ac_abs_srcdir=$ac_srcdir;;
12935     *)
12936     case $ac_srcdir in
12937     .) ac_abs_srcdir=$ac_abs_builddir;;
12938     [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
12939     *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
12940     esac;;
12941     esac
12942     case $ac_abs_builddir in
12943     .) ac_abs_top_srcdir=$ac_top_srcdir;;
12944     *)
12945     case $ac_top_srcdir in
12946     .) ac_abs_top_srcdir=$ac_abs_builddir;;
12947     [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
12948     *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
12949     esac;;
12950     esac
12951    
12952 pcg 1.1
12953 pcg 1.11 case $INSTALL in
12954     [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
12955     *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
12956 pcg 1.1 esac
12957    
12958 pcg 1.11 # Let's still pretend it is `configure' which instantiates (i.e., don't
12959     # use $as_me), people would be surprised to read:
12960     # /* config.h. Generated by config.status. */
12961     if test x"$ac_file" = x-; then
12962     configure_input=
12963     else
12964     configure_input="$ac_file. "
12965     fi
12966     configure_input=$configure_input"Generated from `echo $ac_file_in |
12967     sed 's,.*/,,'` by configure."
12968    
12969     # First look for the input files in the build tree, otherwise in the
12970     # src tree.
12971     ac_file_inputs=`IFS=:
12972     for f in $ac_file_in; do
12973     case $f in
12974     -) echo $tmp/stdin ;;
12975     [\\/$]*)
12976     # Absolute (can't be DOS-style, as IFS=:)
12977     test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
12978     echo "$as_me: error: cannot find input file: $f" >&2;}
12979     { (exit 1); exit 1; }; }
12980     echo "$f";;
12981     *) # Relative
12982     if test -f "$f"; then
12983     # Build tree
12984     echo "$f"
12985     elif test -f "$srcdir/$f"; then
12986     # Source tree
12987     echo "$srcdir/$f"
12988     else
12989     # /dev/null tree
12990     { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
12991     echo "$as_me: error: cannot find input file: $f" >&2;}
12992     { (exit 1); exit 1; }; }
12993     fi;;
12994     esac
12995     done` || { (exit 1); exit 1; }
12996    
12997     if test x"$ac_file" != x-; then
12998     { echo "$as_me:$LINENO: creating $ac_file" >&5
12999     echo "$as_me: creating $ac_file" >&6;}
13000     rm -f "$ac_file"
13001     fi
13002     _ACEOF
13003     cat >>$CONFIG_STATUS <<_ACEOF
13004     sed "$ac_vpsub
13005     $extrasub
13006     _ACEOF
13007     cat >>$CONFIG_STATUS <<\_ACEOF
13008     :t
13009     /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
13010     s,@configure_input@,$configure_input,;t t
13011     s,@srcdir@,$ac_srcdir,;t t
13012     s,@abs_srcdir@,$ac_abs_srcdir,;t t
13013     s,@top_srcdir@,$ac_top_srcdir,;t t
13014     s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
13015     s,@builddir@,$ac_builddir,;t t
13016     s,@abs_builddir@,$ac_abs_builddir,;t t
13017     s,@top_builddir@,$ac_top_builddir,;t t
13018     s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
13019     s,@INSTALL@,$ac_INSTALL,;t t
13020     " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
13021     rm -f $tmp/stdin
13022     if test x"$ac_file" != x-; then
13023     mv $tmp/out $ac_file
13024     else
13025     cat $tmp/out
13026     rm -f $tmp/out
13027     fi
13028 pcg 1.1
13029 pcg 1.11 done
13030     _ACEOF
13031     cat >>$CONFIG_STATUS <<\_ACEOF
13032 pcg 1.1
13033 pcg 1.11 #
13034     # CONFIG_HEADER section.
13035     #
13036 pcg 1.1
13037     # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
13038     # NAME is the cpp macro being defined and VALUE is the value it is being given.
13039     #
13040     # ac_d sets the value in "#define NAME VALUE" lines.
13041 pcg 1.11 ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
13042     ac_dB='[ ].*$,\1#\2'
13043     ac_dC=' '
13044     ac_dD=',;t'
13045     # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
13046     ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
13047     ac_uB='$,\1#\2define\3'
13048 pcg 1.1 ac_uC=' '
13049 pcg 1.11 ac_uD=',;t'
13050 pcg 1.1
13051 pcg 1.11 for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
13052 pcg 1.1 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
13053 pcg 1.11 case $ac_file in
13054     - | *:- | *:-:* ) # input from stdin
13055     cat >$tmp/stdin
13056     ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
13057     ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
13058     *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
13059     ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
13060     * ) ac_file_in=$ac_file.in ;;
13061 pcg 1.1 esac
13062    
13063 pcg 1.11 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
13064     echo "$as_me: creating $ac_file" >&6;}
13065 pcg 1.1
13066 pcg 1.11 # First look for the input files in the build tree, otherwise in the
13067     # src tree.
13068     ac_file_inputs=`IFS=:
13069     for f in $ac_file_in; do
13070     case $f in
13071     -) echo $tmp/stdin ;;
13072     [\\/$]*)
13073     # Absolute (can't be DOS-style, as IFS=:)
13074     test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
13075     echo "$as_me: error: cannot find input file: $f" >&2;}
13076     { (exit 1); exit 1; }; }
13077     # Do quote $f, to prevent DOS paths from being IFS'd.
13078     echo "$f";;
13079     *) # Relative
13080     if test -f "$f"; then
13081     # Build tree
13082     echo "$f"
13083     elif test -f "$srcdir/$f"; then
13084     # Source tree
13085     echo "$srcdir/$f"
13086     else
13087     # /dev/null tree
13088     { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
13089     echo "$as_me: error: cannot find input file: $f" >&2;}
13090     { (exit 1); exit 1; }; }
13091     fi;;
13092     esac
13093     done` || { (exit 1); exit 1; }
13094     # Remove the trailing spaces.
13095     sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
13096    
13097     _ACEOF
13098    
13099     # Transform confdefs.h into two sed scripts, `conftest.defines' and
13100     # `conftest.undefs', that substitutes the proper values into
13101     # config.h.in to produce config.h. The first handles `#define'
13102     # templates, and the second `#undef' templates.
13103     # And first: Protect against being on the right side of a sed subst in
13104     # config.status. Protect against being in an unquoted here document
13105     # in config.status.
13106     rm -f conftest.defines conftest.undefs
13107     # Using a here document instead of a string reduces the quoting nightmare.
13108     # Putting comments in sed scripts is not portable.
13109     #
13110     # `end' is used to avoid that the second main sed command (meant for
13111     # 0-ary CPP macros) applies to n-ary macro definitions.
13112     # See the Autoconf documentation for `clear'.
13113     cat >confdef2sed.sed <<\_ACEOF
13114     s/[\\&,]/\\&/g
13115     s,[\\$`],\\&,g
13116     t clear
13117     : clear
13118     s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
13119     t end
13120     s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
13121     : end
13122     _ACEOF
13123     # If some macros were called several times there might be several times
13124     # the same #defines, which is useless. Nevertheless, we may not want to
13125     # sort them, since we want the *last* AC-DEFINE to be honored.
13126     uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
13127     sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
13128     rm -f confdef2sed.sed
13129 pcg 1.1
13130     # This sed command replaces #undef with comments. This is necessary, for
13131     # example, in the case of _POSIX_SOURCE, which is predefined and required
13132     # on some systems where configure will not decide to define it.
13133 pcg 1.11 cat >>conftest.undefs <<\_ACEOF
13134     s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
13135     _ACEOF
13136    
13137     # Break up conftest.defines because some shells have a limit on the size
13138     # of here documents, and old seds have small limits too (100 cmds).
13139     echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
13140     echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
13141     echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
13142     echo ' :' >>$CONFIG_STATUS
13143     rm -f conftest.tail
13144     while grep . conftest.defines >/dev/null
13145     do
13146     # Write a limited-size here document to $tmp/defines.sed.
13147     echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
13148     # Speed up: don't consider the non `#define' lines.
13149     echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
13150     # Work around the forget-to-reset-the-flag bug.
13151     echo 't clr' >>$CONFIG_STATUS
13152     echo ': clr' >>$CONFIG_STATUS
13153     sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
13154     echo 'CEOF
13155     sed -f $tmp/defines.sed $tmp/in >$tmp/out
13156     rm -f $tmp/in
13157     mv $tmp/out $tmp/in
13158     ' >>$CONFIG_STATUS
13159     sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
13160     rm -f conftest.defines
13161     mv conftest.tail conftest.defines
13162     done
13163     rm -f conftest.defines
13164     echo ' fi # grep' >>$CONFIG_STATUS
13165     echo >>$CONFIG_STATUS
13166    
13167     # Break up conftest.undefs because some shells have a limit on the size
13168     # of here documents, and old seds have small limits too (100 cmds).
13169     echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
13170 pcg 1.1 rm -f conftest.tail
13171 pcg 1.11 while grep . conftest.undefs >/dev/null
13172 pcg 1.1 do
13173 pcg 1.11 # Write a limited-size here document to $tmp/undefs.sed.
13174     echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
13175     # Speed up: don't consider the non `#undef'
13176     echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
13177     # Work around the forget-to-reset-the-flag bug.
13178     echo 't clr' >>$CONFIG_STATUS
13179     echo ': clr' >>$CONFIG_STATUS
13180     sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
13181 pcg 1.1 echo 'CEOF
13182 pcg 1.11 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
13183     rm -f $tmp/in
13184     mv $tmp/out $tmp/in
13185     ' >>$CONFIG_STATUS
13186     sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
13187     rm -f conftest.undefs
13188     mv conftest.tail conftest.undefs
13189     done
13190     rm -f conftest.undefs
13191    
13192     cat >>$CONFIG_STATUS <<\_ACEOF
13193     # Let's still pretend it is `configure' which instantiates (i.e., don't
13194     # use $as_me), people would be surprised to read:
13195     # /* config.h. Generated by config.status. */
13196     if test x"$ac_file" = x-; then
13197     echo "/* Generated by configure. */" >$tmp/config.h
13198     else
13199     echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
13200     fi
13201     cat $tmp/in >>$tmp/config.h
13202     rm -f $tmp/in
13203     if test x"$ac_file" != x-; then
13204     if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
13205     { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
13206     echo "$as_me: $ac_file is unchanged" >&6;}
13207     else
13208     ac_dir=`(dirname "$ac_file") 2>/dev/null ||
13209     $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13210     X"$ac_file" : 'X\(//\)[^/]' \| \
13211     X"$ac_file" : 'X\(//\)$' \| \
13212     X"$ac_file" : 'X\(/\)' \| \
13213     . : '\(.\)' 2>/dev/null ||
13214     echo X"$ac_file" |
13215     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
13216     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
13217     /^X\(\/\/\)$/{ s//\1/; q; }
13218     /^X\(\/\).*/{ s//\1/; q; }
13219     s/.*/./; q'`
13220     { if $as_mkdir_p; then
13221     mkdir -p "$ac_dir"
13222     else
13223     as_dir="$ac_dir"
13224     as_dirs=
13225     while test ! -d "$as_dir"; do
13226     as_dirs="$as_dir $as_dirs"
13227     as_dir=`(dirname "$as_dir") 2>/dev/null ||
13228     $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13229     X"$as_dir" : 'X\(//\)[^/]' \| \
13230     X"$as_dir" : 'X\(//\)$' \| \
13231     X"$as_dir" : 'X\(/\)' \| \
13232     . : '\(.\)' 2>/dev/null ||
13233     echo X"$as_dir" |
13234     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
13235     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
13236     /^X\(\/\/\)$/{ s//\1/; q; }
13237     /^X\(\/\).*/{ s//\1/; q; }
13238     s/.*/./; q'`
13239     done
13240     test ! -n "$as_dirs" || mkdir $as_dirs
13241     fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
13242     echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
13243     { (exit 1); exit 1; }; }; }
13244    
13245     rm -f $ac_file
13246     mv $tmp/config.h $ac_file
13247 pcg 1.1 fi
13248 pcg 1.11 else
13249     cat $tmp/config.h
13250     rm -f $tmp/config.h
13251 pcg 1.1 fi
13252 pcg 1.11 done
13253     _ACEOF
13254    
13255     cat >>$CONFIG_STATUS <<\_ACEOF
13256 pcg 1.1
13257 pcg 1.11 { (exit 0); exit 0; }
13258     _ACEOF
13259     chmod +x $CONFIG_STATUS
13260     ac_clean_files=$ac_clean_files_save
13261 pcg 1.1
13262    
13263 pcg 1.11 # configure is writing to config.log, and then calls config.status.
13264     # config.status does its own redirection, appending to config.log.
13265     # Unfortunately, on DOS this fails, as config.log is still kept open
13266     # by configure, so config.status won't be able to write to it; its
13267     # output is simply discarded. So we exec the FD to /dev/null,
13268     # effectively closing config.log, so it can be properly (re)opened and
13269     # appended to by config.status. When coming back to configure, we
13270     # need to make the FD available again.
13271     if test "$no_create" != yes; then
13272     ac_cs_success=:
13273     ac_config_status_args=
13274     test "$silent" = yes &&
13275     ac_config_status_args="$ac_config_status_args --quiet"
13276     exec 5>/dev/null
13277     $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
13278     exec 5>>config.log
13279     # Use ||, not &&, to avoid exiting from the if with $? = 1, which
13280     # would make configure fail if this is the last instruction.
13281     $ac_cs_success || { (exit 1); exit 1; }
13282     fi
13283 pcg 1.1
13284    
13285     echo "Configuration:
13286    
13287     Rxvt version: $VERSION : $DATE
13288     Source code location: $srcdir
13289     Install path: ${prefix}/bin
13290 pcg 1.13 Compiler: $CXX
13291     Compiler flags: $CFLAGS
13292     Linker: $LINKER"
13293 pcg 1.1
13294     if test "$MALLOC_TYPE" = S; then
13295     echo " malloc support: system default"
13296     fi
13297     if test "$MALLOC_TYPE" = G; then
13298     echo " malloc support: Gray Watson's dmalloc"
13299     fi
13300     if test "$MALLOC_TYPE" = D; then
13301     echo " malloc support: Doug Lea's malloc"
13302     fi
13303    
13304     if test x$support_xpm = xyes; then
13305     echo " Xpm library: $XPM_LIBS"
13306     fi
13307    
13308     echo "
13309     The following are set in config.h
13310     "
13311     echo " pty/tty type: "$rxvt_cv_ptys
13312     if test x$support_utmp != xyes; then
13313 pcg 1.20 echo " utmp support: disabled"
13314     echo
13315 pcg 1.1 else
13316     echo " utmp support: enabled
13317     utmp file: $rxvt_cv_path_utmp
13318     utmpx file: $rxvt_cv_path_utmpx
13319     wtmp file: $rxvt_cv_path_wtmp
13320     wtmpx file: $rxvt_cv_path_wtmpx
13321     lastlog file: $rxvt_cv_path_lastlog
13322 pcg 1.20 ttys/ttytab file: $rxvt_cv_path_ttytab"
13323     echo
13324 pcg 1.1 fi
13325     if test x$term != x; then
13326 pcg 1.18 echo " set TERM to: $term"
13327 pcg 1.1 fi
13328     if test x$terminfo != x; then
13329 pcg 1.18 echo " set TERMINFO to: $terminfo"
13330     fi
13331     echo " default resource name: $RESNAME"
13332     echo " resource class: $RESCLASS"
13333     if test x$RESFALLBACK != x; then
13334     echo " resource class fallback: $RESFALLBACK"
13335 pcg 1.1 fi
13336 pcg 1.18 echo
13337 pcg 1.1 if test x$rxvt_cv_ptys = xUNKNOWN; then
13338     echo ".----------------------------------------------------------------."
13339     echo ". WARNING: could not determine pty/tty type. Do not build until ."
13340     echo ". the appropriate PTYS_ARE_* is defined in config.h ."
13341     echo ".----------------------------------------------------------------."
13342     fi
13343     if test x$support_xpm = xneedsmanualspecification; then
13344     echo ".----------------------------------------------------------------."
13345     echo ". WARNING: --enable-xpm-background was specified however the ."
13346     echo ". XPM includes files and libraries could not be found. ."
13347     echo ". XPM backgrounds are now being DISABLED! If you want ."
13348     echo ". to use them you should rerun configure with the ."
13349     echo ". appropriate --with-xpm-includes=/path/to/xpm/includes ."
13350     echo ". and --with-xpm-library=/path/to/xpm/library lines. ."
13351     echo ".----------------------------------------------------------------."
13352     fi
13353     if test x$support_xim = xyes -a x$rxvt_cv_func_xlocale = xno; then
13354     echo ".----------------------------------------------------------------."
13355     echo ". WARNING: --enable-xim was specified however the locale support ."
13356     echo ". functions could not be found. ."
13357     echo ". XIM is now being DISABLED! ."
13358     echo ".----------------------------------------------------------------."
13359     fi
13360 pcg 1.20
13361     echo " *** Please check src/feature.h for further options ***"
13362     echo
13363    
13364     echo ".----------------------------------------------------------------."
13365     echo ". NOTE: most features are disabled by default, try ."
13366     echo ". configure --help to get an idea of the optional features ."
13367     echo ".----------------------------------------------------------------."
13368     echo
13369