ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/configure
(Generate patch)

Comparing rxvt-unicode/configure (file contents):
Revision 1.2 by pcg, Thu Dec 18 00:38:07 2003 UTC vs.
Revision 1.39 by root, Sun Aug 22 01:40:31 2004 UTC

1#! /bin/sh 1#! /bin/sh
2
3# Guess values for system-dependent variables and create Makefiles. 2# Guess values for system-dependent variables and create Makefiles.
4# Generated automatically using autoconf version 2.13 3# Generated by GNU Autoconf 2.59.
5# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
6# 4#
5# Copyright (C) 2003 Free Software Foundation, Inc.
7# This configure script is free software; the Free Software Foundation 6# This configure script is free software; the Free Software Foundation
8# gives unlimited permission to copy, distribute and modify it. 7# gives unlimited permission to copy, distribute and modify it.
8## --------------------- ##
9## M4sh Initialization. ##
10## --------------------- ##
9 11
10# Defaults: 12# Be Bourne compatible
11ac_help= 13if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
12ac_default_prefix=/usr/local 14 emulate sh
13# Any additions from configure.in: 15 NULLCMD=:
14ac_help="$ac_help 16 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
15 --enable-shared[=PKGS] build shared libraries [default=no]" 17 # is contrary to our usage. Disable this feature.
16ac_help="$ac_help 18 alias -g '${1+"$@"}'='"$@"'
17 --enable-static[=PKGS] build static libraries [default=yes]" 19elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
18ac_help="$ac_help 20 set -o posix
19 --enable-fast-install[=PKGS] optimize for fast installation [default=yes]" 21fi
20ac_help="$ac_help 22DUALCASE=1; export DUALCASE # for MKS sh
21 --with-gnu-ld assume the C compiler uses GNU ld [default=no]" 23
24# Support unset when possible.
25if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
26 as_unset=unset
27else
28 as_unset=false
29fi
30
31
32# Work around bugs in pre-3.0 UWIN ksh.
33$as_unset ENV MAIL MAILPATH
34PS1='$ '
35PS2='> '
36PS4='+ '
37
38# NLS nuisances.
39for 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
43do
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
49done
50
51# Required to use basename.
52if expr a : '\(a\)' >/dev/null 2>&1; then
53 as_expr=expr
54else
55 as_expr=false
56fi
57
58if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
59 as_basename=basename
60else
61 as_basename=false
62fi
63
64
65# Name of the executable.
66as_me=`$as_basename "$0" ||
67$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
68 X"$0" : 'X\(//\)$' \| \
69 X"$0" : 'X\(/\)$' \| \
70 . : '\(.\)' 2>/dev/null ||
71echo 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.
80as_cr_letters='abcdefghijklmnopqrstuvwxyz'
81as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
82as_cr_Letters=$as_cr_letters$as_cr_LETTERS
83as_cr_digits='0123456789'
84as_cr_alnum=$as_cr_Letters$as_cr_digits
85
86# The user is always right.
87if 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
97fi
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
110for as_dir in $PATH
111do
112 IFS=$as_save_IFS
113 test -z "$as_dir" && as_dir=.
114 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
115done
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
131for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
132do
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
152done
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
187case `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= ;;
192esac
193
194if expr a : '\(a\)' >/dev/null 2>&1; then
195 as_expr=expr
196else
197 as_expr=false
198fi
199
200rm -f conf$$ conf$$.exe conf$$.file
201echo >conf$$.file
202if 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
211elif ln conf$$.file conf$$ 2>/dev/null; then
212 as_ln_s=ln
213else
214 as_ln_s='cp -p'
215fi
216rm -f conf$$ conf$$.exe conf$$.file
217
218if mkdir -p . 2>/dev/null; then
219 as_mkdir_p=:
220else
221 test -d ./-p && rmdir ./-p
222 as_mkdir_p=false
223fi
224
225as_executable_p="test -f"
226
227# Sed expression to map a string onto a valid CPP name.
228as_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.
231as_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.
236as_nl='
237'
238IFS=" $as_nl"
239
240# CDPATH.
241$as_unset CDPATH
242
22 243
23# Find the correct PATH separator. Usually this is `:', but 244# Find the correct PATH separator. Usually this is `:', but
24# DJGPP uses `;' like DOS. 245# DJGPP uses `;' like DOS.
25if test "X${PATH_SEPARATOR+set}" != Xset; then 246if test "X${PATH_SEPARATOR+set}" != Xset; then
26 UNAME=${UNAME-`uname 2>/dev/null`} 247 UNAME=${UNAME-`uname 2>/dev/null`}
175if test "X$ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then 396if test "X$ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then
176 ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo" 397 ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo"
177fi 398fi
178 399
179 400
180ac_help="$ac_help 401
181 --disable-libtool-lock avoid locking (might break parallel builds)" 402# Name of the host.
182ac_help="$ac_help 403# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
183dnl 404# so uname gets run too.
184 --with-pic try to use only PIC/non-PIC objects [default=use both]" 405ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
185ac_help="$ac_help 406
186 --enable-everything enable standard non-multichoice features: marked * 407exec 6>&1
187 NOTE: this option is order dependent 408
188 NOTE: automatically enabled with --enable-shared" 409#
189ac_help="$ac_help 410# Initializations.
190 --enable-unicode3 use 21 instead of 16 bits to represent unicode characters" 411#
191ac_help="$ac_help 412ac_default_prefix=/usr/local
192 --enable-xft enable xft support on systems that have it" 413ac_config_libobj_dir=.
193ac_help="$ac_help 414cross_compiling=no
194 --with-codesets=NAME,... compile in additional codesets (jp,jp_ext,kr,cn,cn_ext,vn,all)" 415subdirs=
195ac_help="$ac_help 416MFLAGS=
196 --with-encoding=NAME set language default encoding to NAME (default: sjis) 417MAKEFLAGS=
197 (eucj|sjis|big5|gb|kr|noenc)" 418SHELL=${CONFIG_SHELL-/bin/sh}
198ac_help="$ac_help 419
199 --enable-utmp enable utmp (utmpx) support *" 420# Maximum number of lines to put in a shell here document.
200ac_help="$ac_help 421# This variable seems obsolete. It should probably be removed, and
201 --enable-wtmp enable wtmp (wtmpx) support (requires --enable-utmp)*" 422# only ac_max_sed_lines should be used.
202ac_help="$ac_help 423: ${ac_max_here_lines=38}
203 --enable-lastlog enable lastlog support (requires --enable-utmp) *" 424
204ac_help="$ac_help 425# Identity of this package.
205 --enable-xpm-background enable XPM background pixmaps *" 426PACKAGE_NAME=
206ac_help="$ac_help 427PACKAGE_TARNAME=
207 --enable-transparency enable transparent backgrounds *" 428PACKAGE_VERSION=
208ac_help="$ac_help 429PACKAGE_STRING=
209 --enable-menubar enable menubar *" 430PACKAGE_BUGREPORT=
210ac_help="$ac_help 431
211 --enable-graphics enable rxvt own graphics mode (see src/graphics) *" 432ac_unique_file="src/feature.h"
212ac_help="$ac_help 433# Factoring default headers for most tests.
213 --enable-rxvt-scroll enable rxvt style scrollbar *" 434ac_includes_default="\
214ac_help="$ac_help 435#include <stdio.h>
215 --enable-next-scroll enable NeXT style scrollbar *" 436#if HAVE_SYS_TYPES_H
216ac_help="$ac_help 437# include <sys/types.h>
217 --enable-xterm-scroll enable Xterm style scrollbar *" 438#endif
218ac_help="$ac_help 439#if HAVE_SYS_STAT_H
219 --enable-half-shadow use half width/height shadow on rxvt scrollbar" 440# include <sys/stat.h>
220ac_help="$ac_help 441#endif
221 --enable-xim XIM (X Input Method) protocol support *" 442#if STDC_HEADERS
222ac_help="$ac_help 443# include <stdlib.h>
223 --enable-greek enable greek keyboard support" 444# include <stddef.h>
224ac_help="$ac_help 445#else
225 --enable-ttygid enable tty setting to group named "tty"" 446# if HAVE_STDLIB_H
226ac_help="$ac_help 447# include <stdlib.h>
227 --disable-backspace-key disable handling of the backspace key" 448# endif
228ac_help="$ac_help 449#endif
229 --disable-delete-key disable handling of the delete key" 450#if HAVE_STRING_H
230ac_help="$ac_help 451# if !STDC_HEADERS && HAVE_MEMORY_H
231 --disable-resources disable all resource checking" 452# include <memory.h>
232ac_help="$ac_help 453# endif
233 --enable-xgetdefault enable resources via X instead of our small version" 454# include <string.h>
234ac_help="$ac_help 455#endif
235 --enable-strings enable some replacement system functions" 456#if HAVE_STRINGS_H
236ac_help="$ac_help 457# include <strings.h>
237 --disable-swapscreen disable swap screen support" 458#endif
238ac_help="$ac_help 459#if HAVE_INTTYPES_H
239 --enable-frills enable support for rarely used features *" 460# include <inttypes.h>
240ac_help="$ac_help 461#else
241 --enable-linespace enable support for linespace *" 462# if HAVE_STDINT_H
242ac_help="$ac_help 463# include <stdint.h>
243 --enable-24bit enable support for using 24bit visuals if available *" 464# endif
244ac_help="$ac_help 465#endif
245 --enable-keepscrolling enable continual scrolling on scrollbar arrow press *" 466#if HAVE_UNISTD_H
246ac_help="$ac_help 467# include <unistd.h>
247 --enable-selectionscrolling enable scrolling during selections *" 468#endif"
248ac_help="$ac_help 469
249 --enable-mousewheel enable scrolling via mouse wheel or buttons 4 & 5 *" 470ac_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 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 build build_cpu build_vendor build_os host host_cpu host_vendor host_os LN_S ECHO RANLIB ac_ct_RANLIB STRIP ac_ct_STRIP LIBTOOL INSTALL_LIBRXVT RXVTNAME MV RM CP LN SED 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'
250ac_help="$ac_help 471ac_subst_files='MCOMMON'
251 --enable-slipwheeling enable slip wheel scrolling (requires previous) *"
252ac_help="$ac_help
253 --enable-old-selection enable v2.20 (& prior) mouse selection style support*"
254ac_help="$ac_help
255 --disable-new-selection disable new mouse (xterm) selection style support"
256ac_help="$ac_help
257 --enable-dmalloc enable Gray Watson's malloc - for debugging use"
258ac_help="$ac_help
259 --enable-dlmalloc enable Doug Lea's malloc - for production use
260 NOTE: enable only one malloc package"
261ac_help="$ac_help
262 --enable-smart-resize enable smart growth/shrink behaviour"
263ac_help="$ac_help
264 --enable-256-color enable 256-color support"
265ac_help="$ac_help
266 --enable-cursor-blink enable blinking cursor *"
267ac_help="$ac_help
268 --enable-pointer-blank enable pointer blank when typing or inactive pointer*"
269ac_help="$ac_help
270 --with-term=NAME set the terminal to NAME (default \"xterm\")"
271ac_help="$ac_help
272 --with-terminfo=PATH set the path to the terminfo tree to PATH"
273ac_help="$ac_help
274 --with-x use the X Window System"
275ac_help="$ac_help
276 --with-xpm-includes=DIR use XPM includes in DIR"
277ac_help="$ac_help
278 --with-xpm-library=DIR use XPM library in DIR"
279ac_help="$ac_help
280 --with-xpm use XPM"
281 472
282# Initialize some variables set by options. 473# Initialize some variables set by options.
474ac_init_help=
475ac_init_version=false
283# The variables have the same names as the options, with 476# The variables have the same names as the options, with
284# dashes changed to underlines. 477# dashes changed to underlines.
285build=NONE 478cache_file=/dev/null
286cache_file=./config.cache
287exec_prefix=NONE 479exec_prefix=NONE
288host=NONE
289no_create= 480no_create=
290nonopt=NONE
291no_recursion= 481no_recursion=
292prefix=NONE 482prefix=NONE
293program_prefix=NONE 483program_prefix=NONE
294program_suffix=NONE 484program_suffix=NONE
295program_transform_name=s,x,x, 485program_transform_name=s,x,x,
296silent= 486silent=
297site= 487site=
298srcdir= 488srcdir=
299target=NONE
300verbose= 489verbose=
301x_includes=NONE 490x_includes=NONE
302x_libraries=NONE 491x_libraries=NONE
492
493# Installation directory options.
494# These are left unexpanded so users can "make install exec_prefix=/foo"
495# and all the variables that are supposed to be based on exec_prefix
496# by default will actually change.
497# Use braces instead of parens because sh, perl, etc. also accept them.
303bindir='${exec_prefix}/bin' 498bindir='${exec_prefix}/bin'
304sbindir='${exec_prefix}/sbin' 499sbindir='${exec_prefix}/sbin'
305libexecdir='${exec_prefix}/libexec' 500libexecdir='${exec_prefix}/libexec'
306datadir='${prefix}/share' 501datadir='${prefix}/share'
307sysconfdir='${prefix}/etc' 502sysconfdir='${prefix}/etc'
311includedir='${prefix}/include' 506includedir='${prefix}/include'
312oldincludedir='/usr/include' 507oldincludedir='/usr/include'
313infodir='${prefix}/info' 508infodir='${prefix}/info'
314mandir='${prefix}/man' 509mandir='${prefix}/man'
315 510
316# Initialize some other variables.
317subdirs=
318MFLAGS= MAKEFLAGS=
319SHELL=${CONFIG_SHELL-/bin/sh}
320# Maximum number of lines to put in a shell here document.
321ac_max_here_lines=12
322
323ac_prev= 511ac_prev=
324for ac_option 512for ac_option
325do 513do
326
327 # If the previous option needs an argument, assign it. 514 # If the previous option needs an argument, assign it.
328 if test -n "$ac_prev"; then 515 if test -n "$ac_prev"; then
329 eval "$ac_prev=\$ac_option" 516 eval "$ac_prev=\$ac_option"
330 ac_prev= 517 ac_prev=
331 continue 518 continue
332 fi 519 fi
333 520
334 case "$ac_option" in 521 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
335 -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
336 *) ac_optarg= ;;
337 esac
338 522
339 # Accept the important Cygnus configure options, so we can diagnose typos. 523 # Accept the important Cygnus configure options, so we can diagnose typos.
340 524
341 case "$ac_option" in 525 case $ac_option in
342 526
343 -bindir | --bindir | --bindi | --bind | --bin | --bi) 527 -bindir | --bindir | --bindi | --bind | --bin | --bi)
344 ac_prev=bindir ;; 528 ac_prev=bindir ;;
345 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) 529 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
346 bindir="$ac_optarg" ;; 530 bindir=$ac_optarg ;;
347 531
348 -build | --build | --buil | --bui | --bu) 532 -build | --build | --buil | --bui | --bu)
349 ac_prev=build ;; 533 ac_prev=build_alias ;;
350 -build=* | --build=* | --buil=* | --bui=* | --bu=*) 534 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
351 build="$ac_optarg" ;; 535 build_alias=$ac_optarg ;;
352 536
353 -cache-file | --cache-file | --cache-fil | --cache-fi \ 537 -cache-file | --cache-file | --cache-fil | --cache-fi \
354 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) 538 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
355 ac_prev=cache_file ;; 539 ac_prev=cache_file ;;
356 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ 540 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
357 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) 541 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
358 cache_file="$ac_optarg" ;; 542 cache_file=$ac_optarg ;;
543
544 --config-cache | -C)
545 cache_file=config.cache ;;
359 546
360 -datadir | --datadir | --datadi | --datad | --data | --dat | --da) 547 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
361 ac_prev=datadir ;; 548 ac_prev=datadir ;;
362 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \ 549 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
363 | --da=*) 550 | --da=*)
364 datadir="$ac_optarg" ;; 551 datadir=$ac_optarg ;;
365 552
366 -disable-* | --disable-*) 553 -disable-* | --disable-*)
367 ac_feature=`echo $ac_option|sed -e 's/-*disable-//'` 554 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
368 # Reject names that are not valid shell variable names. 555 # Reject names that are not valid shell variable names.
369 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then 556 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
370 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; } 557 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
371 fi 558 { (exit 1); exit 1; }; }
372 ac_feature=`echo $ac_feature| sed 's/-/_/g'` 559 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
373 eval "enable_${ac_feature}=no" ;; 560 eval "enable_$ac_feature=no" ;;
374 561
375 -enable-* | --enable-*) 562 -enable-* | --enable-*)
376 ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'` 563 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
377 # Reject names that are not valid shell variable names. 564 # Reject names that are not valid shell variable names.
378 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then 565 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
379 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; } 566 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
380 fi 567 { (exit 1); exit 1; }; }
381 ac_feature=`echo $ac_feature| sed 's/-/_/g'` 568 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
382 case "$ac_option" in 569 case $ac_option in
383 *=*) ;; 570 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
384 *) ac_optarg=yes ;; 571 *) ac_optarg=yes ;;
385 esac 572 esac
386 eval "enable_${ac_feature}='$ac_optarg'" ;; 573 eval "enable_$ac_feature='$ac_optarg'" ;;
387 574
388 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ 575 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
389 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ 576 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
390 | --exec | --exe | --ex) 577 | --exec | --exe | --ex)
391 ac_prev=exec_prefix ;; 578 ac_prev=exec_prefix ;;
392 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ 579 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
393 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ 580 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
394 | --exec=* | --exe=* | --ex=*) 581 | --exec=* | --exe=* | --ex=*)
395 exec_prefix="$ac_optarg" ;; 582 exec_prefix=$ac_optarg ;;
396 583
397 -gas | --gas | --ga | --g) 584 -gas | --gas | --ga | --g)
398 # Obsolete; use --with-gas. 585 # Obsolete; use --with-gas.
399 with_gas=yes ;; 586 with_gas=yes ;;
400 587
401 -help | --help | --hel | --he) 588 -help | --help | --hel | --he | -h)
402 # Omit some internal or obsolete options to make the list less imposing. 589 ac_init_help=long ;;
403 # This message is too long to be a string in the A/UX 3.1 sh. 590 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
404 cat << EOF 591 ac_init_help=recursive ;;
405Usage: configure [options] [host] 592 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
406Options: [defaults in brackets after descriptions] 593 ac_init_help=short ;;
407Configuration:
408 --cache-file=FILE cache test results in FILE
409 --help print this message
410 --no-create do not create output files
411 --quiet, --silent do not print \`checking...' messages
412 --version print the version of autoconf that created configure
413Directory and file names:
414 --prefix=PREFIX install architecture-independent files in PREFIX
415 [$ac_default_prefix]
416 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
417 [same as prefix]
418 --bindir=DIR user executables in DIR [EPREFIX/bin]
419 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
420 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
421 --datadir=DIR read-only architecture-independent data in DIR
422 [PREFIX/share]
423 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
424 --sharedstatedir=DIR modifiable architecture-independent data in DIR
425 [PREFIX/com]
426 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
427 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
428 --includedir=DIR C header files in DIR [PREFIX/include]
429 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
430 --infodir=DIR info documentation in DIR [PREFIX/info]
431 --mandir=DIR man documentation in DIR [PREFIX/man]
432 --srcdir=DIR find the sources in DIR [configure dir or ..]
433 --program-prefix=PREFIX prepend PREFIX to installed program names
434 --program-suffix=SUFFIX append SUFFIX to installed program names
435 --program-transform-name=PROGRAM
436 run sed PROGRAM on installed program names
437EOF
438 cat << EOF
439Host type:
440 --build=BUILD configure for building on BUILD [BUILD=HOST]
441 --host=HOST configure for HOST [guessed]
442 --target=TARGET configure for TARGET [TARGET=HOST]
443Features and packages:
444 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
445 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
446 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
447 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
448 --x-includes=DIR X include files are in DIR
449 --x-libraries=DIR X library files are in DIR
450EOF
451 if test -n "$ac_help"; then
452 echo "--enable and --with options recognized:$ac_help"
453 fi
454 exit 0 ;;
455 594
456 -host | --host | --hos | --ho) 595 -host | --host | --hos | --ho)
457 ac_prev=host ;; 596 ac_prev=host_alias ;;
458 -host=* | --host=* | --hos=* | --ho=*) 597 -host=* | --host=* | --hos=* | --ho=*)
459 host="$ac_optarg" ;; 598 host_alias=$ac_optarg ;;
460 599
461 -includedir | --includedir | --includedi | --included | --include \ 600 -includedir | --includedir | --includedi | --included | --include \
462 | --includ | --inclu | --incl | --inc) 601 | --includ | --inclu | --incl | --inc)
463 ac_prev=includedir ;; 602 ac_prev=includedir ;;
464 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ 603 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
465 | --includ=* | --inclu=* | --incl=* | --inc=*) 604 | --includ=* | --inclu=* | --incl=* | --inc=*)
466 includedir="$ac_optarg" ;; 605 includedir=$ac_optarg ;;
467 606
468 -infodir | --infodir | --infodi | --infod | --info | --inf) 607 -infodir | --infodir | --infodi | --infod | --info | --inf)
469 ac_prev=infodir ;; 608 ac_prev=infodir ;;
470 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) 609 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
471 infodir="$ac_optarg" ;; 610 infodir=$ac_optarg ;;
472 611
473 -libdir | --libdir | --libdi | --libd) 612 -libdir | --libdir | --libdi | --libd)
474 ac_prev=libdir ;; 613 ac_prev=libdir ;;
475 -libdir=* | --libdir=* | --libdi=* | --libd=*) 614 -libdir=* | --libdir=* | --libdi=* | --libd=*)
476 libdir="$ac_optarg" ;; 615 libdir=$ac_optarg ;;
477 616
478 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ 617 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
479 | --libexe | --libex | --libe) 618 | --libexe | --libex | --libe)
480 ac_prev=libexecdir ;; 619 ac_prev=libexecdir ;;
481 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ 620 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
482 | --libexe=* | --libex=* | --libe=*) 621 | --libexe=* | --libex=* | --libe=*)
483 libexecdir="$ac_optarg" ;; 622 libexecdir=$ac_optarg ;;
484 623
485 -localstatedir | --localstatedir | --localstatedi | --localstated \ 624 -localstatedir | --localstatedir | --localstatedi | --localstated \
486 | --localstate | --localstat | --localsta | --localst \ 625 | --localstate | --localstat | --localsta | --localst \
487 | --locals | --local | --loca | --loc | --lo) 626 | --locals | --local | --loca | --loc | --lo)
488 ac_prev=localstatedir ;; 627 ac_prev=localstatedir ;;
489 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ 628 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
490 | --localstate=* | --localstat=* | --localsta=* | --localst=* \ 629 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
491 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*) 630 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
492 localstatedir="$ac_optarg" ;; 631 localstatedir=$ac_optarg ;;
493 632
494 -mandir | --mandir | --mandi | --mand | --man | --ma | --m) 633 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
495 ac_prev=mandir ;; 634 ac_prev=mandir ;;
496 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) 635 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
497 mandir="$ac_optarg" ;; 636 mandir=$ac_optarg ;;
498 637
499 -nfp | --nfp | --nf) 638 -nfp | --nfp | --nf)
500 # Obsolete; use --without-fp. 639 # Obsolete; use --without-fp.
501 with_fp=no ;; 640 with_fp=no ;;
502 641
503 -no-create | --no-create | --no-creat | --no-crea | --no-cre \ 642 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
504 | --no-cr | --no-c) 643 | --no-cr | --no-c | -n)
505 no_create=yes ;; 644 no_create=yes ;;
506 645
507 -no-recursion | --no-recursion | --no-recursio | --no-recursi \ 646 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
508 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) 647 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
509 no_recursion=yes ;; 648 no_recursion=yes ;;
513 | --oldin | --oldi | --old | --ol | --o) 652 | --oldin | --oldi | --old | --ol | --o)
514 ac_prev=oldincludedir ;; 653 ac_prev=oldincludedir ;;
515 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ 654 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
516 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ 655 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
517 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) 656 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
518 oldincludedir="$ac_optarg" ;; 657 oldincludedir=$ac_optarg ;;
519 658
520 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) 659 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
521 ac_prev=prefix ;; 660 ac_prev=prefix ;;
522 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) 661 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
523 prefix="$ac_optarg" ;; 662 prefix=$ac_optarg ;;
524 663
525 -program-prefix | --program-prefix | --program-prefi | --program-pref \ 664 -program-prefix | --program-prefix | --program-prefi | --program-pref \
526 | --program-pre | --program-pr | --program-p) 665 | --program-pre | --program-pr | --program-p)
527 ac_prev=program_prefix ;; 666 ac_prev=program_prefix ;;
528 -program-prefix=* | --program-prefix=* | --program-prefi=* \ 667 -program-prefix=* | --program-prefix=* | --program-prefi=* \
529 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) 668 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
530 program_prefix="$ac_optarg" ;; 669 program_prefix=$ac_optarg ;;
531 670
532 -program-suffix | --program-suffix | --program-suffi | --program-suff \ 671 -program-suffix | --program-suffix | --program-suffi | --program-suff \
533 | --program-suf | --program-su | --program-s) 672 | --program-suf | --program-su | --program-s)
534 ac_prev=program_suffix ;; 673 ac_prev=program_suffix ;;
535 -program-suffix=* | --program-suffix=* | --program-suffi=* \ 674 -program-suffix=* | --program-suffix=* | --program-suffi=* \
536 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) 675 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
537 program_suffix="$ac_optarg" ;; 676 program_suffix=$ac_optarg ;;
538 677
539 -program-transform-name | --program-transform-name \ 678 -program-transform-name | --program-transform-name \
540 | --program-transform-nam | --program-transform-na \ 679 | --program-transform-nam | --program-transform-na \
541 | --program-transform-n | --program-transform- \ 680 | --program-transform-n | --program-transform- \
542 | --program-transform | --program-transfor \ 681 | --program-transform | --program-transfor \
549 | --program-transform-n=* | --program-transform-=* \ 688 | --program-transform-n=* | --program-transform-=* \
550 | --program-transform=* | --program-transfor=* \ 689 | --program-transform=* | --program-transfor=* \
551 | --program-transfo=* | --program-transf=* \ 690 | --program-transfo=* | --program-transf=* \
552 | --program-trans=* | --program-tran=* \ 691 | --program-trans=* | --program-tran=* \
553 | --progr-tra=* | --program-tr=* | --program-t=*) 692 | --progr-tra=* | --program-tr=* | --program-t=*)
554 program_transform_name="$ac_optarg" ;; 693 program_transform_name=$ac_optarg ;;
555 694
556 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 695 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
557 | -silent | --silent | --silen | --sile | --sil) 696 | -silent | --silent | --silen | --sile | --sil)
558 silent=yes ;; 697 silent=yes ;;
559 698
560 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) 699 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
561 ac_prev=sbindir ;; 700 ac_prev=sbindir ;;
562 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ 701 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
563 | --sbi=* | --sb=*) 702 | --sbi=* | --sb=*)
564 sbindir="$ac_optarg" ;; 703 sbindir=$ac_optarg ;;
565 704
566 -sharedstatedir | --sharedstatedir | --sharedstatedi \ 705 -sharedstatedir | --sharedstatedir | --sharedstatedi \
567 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ 706 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
568 | --sharedst | --shareds | --shared | --share | --shar \ 707 | --sharedst | --shareds | --shared | --share | --shar \
569 | --sha | --sh) 708 | --sha | --sh)
570 ac_prev=sharedstatedir ;; 709 ac_prev=sharedstatedir ;;
571 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ 710 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
572 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ 711 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
573 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ 712 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
574 | --sha=* | --sh=*) 713 | --sha=* | --sh=*)
575 sharedstatedir="$ac_optarg" ;; 714 sharedstatedir=$ac_optarg ;;
576 715
577 -site | --site | --sit) 716 -site | --site | --sit)
578 ac_prev=site ;; 717 ac_prev=site ;;
579 -site=* | --site=* | --sit=*) 718 -site=* | --site=* | --sit=*)
580 site="$ac_optarg" ;; 719 site=$ac_optarg ;;
581 720
582 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) 721 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
583 ac_prev=srcdir ;; 722 ac_prev=srcdir ;;
584 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) 723 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
585 srcdir="$ac_optarg" ;; 724 srcdir=$ac_optarg ;;
586 725
587 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ 726 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
588 | --syscon | --sysco | --sysc | --sys | --sy) 727 | --syscon | --sysco | --sysc | --sys | --sy)
589 ac_prev=sysconfdir ;; 728 ac_prev=sysconfdir ;;
590 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ 729 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
591 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) 730 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
592 sysconfdir="$ac_optarg" ;; 731 sysconfdir=$ac_optarg ;;
593 732
594 -target | --target | --targe | --targ | --tar | --ta | --t) 733 -target | --target | --targe | --targ | --tar | --ta | --t)
595 ac_prev=target ;; 734 ac_prev=target_alias ;;
596 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) 735 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
597 target="$ac_optarg" ;; 736 target_alias=$ac_optarg ;;
598 737
599 -v | -verbose | --verbose | --verbos | --verbo | --verb) 738 -v | -verbose | --verbose | --verbos | --verbo | --verb)
600 verbose=yes ;; 739 verbose=yes ;;
601 740
602 -version | --version | --versio | --versi | --vers) 741 -version | --version | --versio | --versi | --vers | -V)
603 echo "configure generated by autoconf version 2.13" 742 ac_init_version=: ;;
604 exit 0 ;;
605 743
606 -with-* | --with-*) 744 -with-* | --with-*)
607 ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'` 745 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
608 # Reject names that are not valid shell variable names. 746 # Reject names that are not valid shell variable names.
609 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then 747 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
610 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; } 748 { echo "$as_me: error: invalid package name: $ac_package" >&2
611 fi 749 { (exit 1); exit 1; }; }
612 ac_package=`echo $ac_package| sed 's/-/_/g'` 750 ac_package=`echo $ac_package| sed 's/-/_/g'`
613 case "$ac_option" in 751 case $ac_option in
614 *=*) ;; 752 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
615 *) ac_optarg=yes ;; 753 *) ac_optarg=yes ;;
616 esac 754 esac
617 eval "with_${ac_package}='$ac_optarg'" ;; 755 eval "with_$ac_package='$ac_optarg'" ;;
618 756
619 -without-* | --without-*) 757 -without-* | --without-*)
620 ac_package=`echo $ac_option|sed -e 's/-*without-//'` 758 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
621 # Reject names that are not valid shell variable names. 759 # Reject names that are not valid shell variable names.
622 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then 760 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
623 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; } 761 { echo "$as_me: error: invalid package name: $ac_package" >&2
624 fi 762 { (exit 1); exit 1; }; }
625 ac_package=`echo $ac_package| sed 's/-/_/g'` 763 ac_package=`echo $ac_package | sed 's/-/_/g'`
626 eval "with_${ac_package}=no" ;; 764 eval "with_$ac_package=no" ;;
627 765
628 --x) 766 --x)
629 # Obsolete; use --with-x. 767 # Obsolete; use --with-x.
630 with_x=yes ;; 768 with_x=yes ;;
631 769
632 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ 770 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
633 | --x-incl | --x-inc | --x-in | --x-i) 771 | --x-incl | --x-inc | --x-in | --x-i)
634 ac_prev=x_includes ;; 772 ac_prev=x_includes ;;
635 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ 773 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
636 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) 774 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
637 x_includes="$ac_optarg" ;; 775 x_includes=$ac_optarg ;;
638 776
639 -x-libraries | --x-libraries | --x-librarie | --x-librari \ 777 -x-libraries | --x-libraries | --x-librarie | --x-librari \
640 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) 778 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
641 ac_prev=x_libraries ;; 779 ac_prev=x_libraries ;;
642 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ 780 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
643 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) 781 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
644 x_libraries="$ac_optarg" ;; 782 x_libraries=$ac_optarg ;;
645 783
646 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; } 784 -*) { echo "$as_me: error: unrecognized option: $ac_option
785Try \`$0 --help' for more information." >&2
786 { (exit 1); exit 1; }; }
647 ;; 787 ;;
648 788
789 *=*)
790 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
791 # Reject names that are not valid shell variable names.
792 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
793 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
794 { (exit 1); exit 1; }; }
795 ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
796 eval "$ac_envvar='$ac_optarg'"
797 export $ac_envvar ;;
798
649 *) 799 *)
650 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then 800 # FIXME: should be removed in autoconf 3.0.
651 echo "configure: warning: $ac_option: invalid host type" 1>&2 801 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
652 fi 802 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
653 if test "x$nonopt" != xNONE; then 803 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
654 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } 804 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
655 fi
656 nonopt="$ac_option"
657 ;; 805 ;;
658 806
659 esac 807 esac
660done 808done
661 809
662if test -n "$ac_prev"; then 810if test -n "$ac_prev"; then
663 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; } 811 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
812 { echo "$as_me: error: missing argument to $ac_option" >&2
813 { (exit 1); exit 1; }; }
664fi 814fi
665 815
666trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15 816# Be sure to have absolute paths.
667 817for ac_var in exec_prefix prefix
668# File descriptor usage:
669# 0 standard input
670# 1 file creation
671# 2 errors and warnings
672# 3 some systems may open it to /dev/tty
673# 4 used on the Kubota Titan
674# 6 checking for... messages and results
675# 5 compiler messages saved in config.log
676if test "$silent" = yes; then
677 exec 6>/dev/null
678else
679 exec 6>&1
680fi
681exec 5>./config.log
682
683echo "\
684This file contains any messages produced by compilers while
685running configure, to aid debugging if configure makes a mistake.
686" 1>&5
687
688# Strip out --no-create and --no-recursion so they do not pile up.
689# Also quote any args containing shell metacharacters.
690ac_configure_args=
691for ac_arg
692do 818do
819 eval ac_val=$`echo $ac_var`
693 case "$ac_arg" in 820 case $ac_val in
694 -no-create | --no-create | --no-creat | --no-crea | --no-cre \ 821 [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
695 | --no-cr | --no-c) ;; 822 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
696 -no-recursion | --no-recursion | --no-recursio | --no-recursi \ 823 { (exit 1); exit 1; }; };;
697 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
698 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
699 ac_configure_args="$ac_configure_args '$ac_arg'" ;;
700 *) ac_configure_args="$ac_configure_args $ac_arg" ;;
701 esac 824 esac
702done 825done
703 826
704# NLS nuisances. 827# Be sure to have absolute paths.
705# Only set these to C if already set. These must not be set unconditionally 828for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
706# because not all systems understand e.g. LANG=C (notably SCO). 829 localstatedir libdir includedir oldincludedir infodir mandir
707# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'! 830do
708# Non-C LC_CTYPE values break the ctype check. 831 eval ac_val=$`echo $ac_var`
709if test "${LANG+set}" = set; then LANG=C; export LANG; fi 832 case $ac_val in
710if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi 833 [\\/$]* | ?:[\\/]* ) ;;
711if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi 834 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
712if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi 835 { (exit 1); exit 1; }; };;
836 esac
837done
713 838
714# confdefs.h avoids OS command line length limits that DEFS can exceed. 839# There might be people who depend on the old broken behavior: `$host'
715rm -rf conftest* confdefs.h 840# used to hold the argument of --host etc.
716# AIX cpp loses on an empty file, so make sure it contains at least a newline. 841# FIXME: To remove some day.
717echo > confdefs.h 842build=$build_alias
843host=$host_alias
844target=$target_alias
718 845
719# A filename unique to this package, relative to the directory that 846# FIXME: To remove some day.
720# configure is in, which we can look for to find out if srcdir is correct. 847if test "x$host_alias" != x; then
721ac_unique_file=src/feature.h 848 if test "x$build_alias" = x; then
849 cross_compiling=maybe
850 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
851 If a cross compiler is detected then cross compile mode will be used." >&2
852 elif test "x$build_alias" != "x$host_alias"; then
853 cross_compiling=yes
854 fi
855fi
856
857ac_tool_prefix=
858test -n "$host_alias" && ac_tool_prefix=$host_alias-
859
860test "$silent" = yes && exec 6>/dev/null
861
722 862
723# Find the source files, if location was not specified. 863# Find the source files, if location was not specified.
724if test -z "$srcdir"; then 864if test -z "$srcdir"; then
725 ac_srcdir_defaulted=yes 865 ac_srcdir_defaulted=yes
726 # Try the directory containing this script, then its parent. 866 # Try the directory containing this script, then its parent.
727 ac_prog=$0 867 ac_confdir=`(dirname "$0") 2>/dev/null ||
728 ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'` 868$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
729 test "x$ac_confdir" = "x$ac_prog" && ac_confdir=. 869 X"$0" : 'X\(//\)[^/]' \| \
870 X"$0" : 'X\(//\)$' \| \
871 X"$0" : 'X\(/\)' \| \
872 . : '\(.\)' 2>/dev/null ||
873echo X"$0" |
874 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
875 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
876 /^X\(\/\/\)$/{ s//\1/; q; }
877 /^X\(\/\).*/{ s//\1/; q; }
878 s/.*/./; q'`
730 srcdir=$ac_confdir 879 srcdir=$ac_confdir
731 if test ! -r $srcdir/$ac_unique_file; then 880 if test ! -r $srcdir/$ac_unique_file; then
732 srcdir=.. 881 srcdir=..
733 fi 882 fi
734else 883else
735 ac_srcdir_defaulted=no 884 ac_srcdir_defaulted=no
736fi 885fi
737if test ! -r $srcdir/$ac_unique_file; then 886if test ! -r $srcdir/$ac_unique_file; then
738 if test "$ac_srcdir_defaulted" = yes; then 887 if test "$ac_srcdir_defaulted" = yes; then
739 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; } 888 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
889 { (exit 1); exit 1; }; }
740 else 890 else
741 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; } 891 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
892 { (exit 1); exit 1; }; }
742 fi 893 fi
743fi 894fi
895(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
896 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
897 { (exit 1); exit 1; }; }
744srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'` 898srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
899ac_env_build_alias_set=${build_alias+set}
900ac_env_build_alias_value=$build_alias
901ac_cv_env_build_alias_set=${build_alias+set}
902ac_cv_env_build_alias_value=$build_alias
903ac_env_host_alias_set=${host_alias+set}
904ac_env_host_alias_value=$host_alias
905ac_cv_env_host_alias_set=${host_alias+set}
906ac_cv_env_host_alias_value=$host_alias
907ac_env_target_alias_set=${target_alias+set}
908ac_env_target_alias_value=$target_alias
909ac_cv_env_target_alias_set=${target_alias+set}
910ac_cv_env_target_alias_value=$target_alias
911ac_env_CC_set=${CC+set}
912ac_env_CC_value=$CC
913ac_cv_env_CC_set=${CC+set}
914ac_cv_env_CC_value=$CC
915ac_env_CFLAGS_set=${CFLAGS+set}
916ac_env_CFLAGS_value=$CFLAGS
917ac_cv_env_CFLAGS_set=${CFLAGS+set}
918ac_cv_env_CFLAGS_value=$CFLAGS
919ac_env_LDFLAGS_set=${LDFLAGS+set}
920ac_env_LDFLAGS_value=$LDFLAGS
921ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
922ac_cv_env_LDFLAGS_value=$LDFLAGS
923ac_env_CPPFLAGS_set=${CPPFLAGS+set}
924ac_env_CPPFLAGS_value=$CPPFLAGS
925ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
926ac_cv_env_CPPFLAGS_value=$CPPFLAGS
927ac_env_CXX_set=${CXX+set}
928ac_env_CXX_value=$CXX
929ac_cv_env_CXX_set=${CXX+set}
930ac_cv_env_CXX_value=$CXX
931ac_env_CXXFLAGS_set=${CXXFLAGS+set}
932ac_env_CXXFLAGS_value=$CXXFLAGS
933ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set}
934ac_cv_env_CXXFLAGS_value=$CXXFLAGS
935ac_env_CPP_set=${CPP+set}
936ac_env_CPP_value=$CPP
937ac_cv_env_CPP_set=${CPP+set}
938ac_cv_env_CPP_value=$CPP
939ac_env_CXXCPP_set=${CXXCPP+set}
940ac_env_CXXCPP_value=$CXXCPP
941ac_cv_env_CXXCPP_set=${CXXCPP+set}
942ac_cv_env_CXXCPP_value=$CXXCPP
745 943
944#
945# Report the --help message.
946#
947if test "$ac_init_help" = "long"; then
948 # Omit some internal or obsolete options to make the list less imposing.
949 # This message is too long to be a string in the A/UX 3.1 sh.
950 cat <<_ACEOF
951\`configure' configures this package to adapt to many kinds of systems.
952
953Usage: $0 [OPTION]... [VAR=VALUE]...
954
955To assign environment variables (e.g., CC, CFLAGS...), specify them as
956VAR=VALUE. See below for descriptions of some of the useful variables.
957
958Defaults for the options are specified in brackets.
959
960Configuration:
961 -h, --help display this help and exit
962 --help=short display options specific to this package
963 --help=recursive display the short help of all the included packages
964 -V, --version display version information and exit
965 -q, --quiet, --silent do not print \`checking...' messages
966 --cache-file=FILE cache test results in FILE [disabled]
967 -C, --config-cache alias for \`--cache-file=config.cache'
968 -n, --no-create do not create output files
969 --srcdir=DIR find the sources in DIR [configure dir or \`..']
970
971_ACEOF
972
973 cat <<_ACEOF
974Installation directories:
975 --prefix=PREFIX install architecture-independent files in PREFIX
976 [$ac_default_prefix]
977 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
978 [PREFIX]
979
980By default, \`make install' will install all the files in
981\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
982an installation prefix other than \`$ac_default_prefix' using \`--prefix',
983for instance \`--prefix=\$HOME'.
984
985For better control, use the options below.
986
987Fine tuning of the installation directories:
988 --bindir=DIR user executables [EPREFIX/bin]
989 --sbindir=DIR system admin executables [EPREFIX/sbin]
990 --libexecdir=DIR program executables [EPREFIX/libexec]
991 --datadir=DIR read-only architecture-independent data [PREFIX/share]
992 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
993 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
994 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
995 --libdir=DIR object code libraries [EPREFIX/lib]
996 --includedir=DIR C header files [PREFIX/include]
997 --oldincludedir=DIR C header files for non-gcc [/usr/include]
998 --infodir=DIR info documentation [PREFIX/info]
999 --mandir=DIR man documentation [PREFIX/man]
1000_ACEOF
1001
1002 cat <<\_ACEOF
1003
1004X features:
1005 --x-includes=DIR X include files are in DIR
1006 --x-libraries=DIR X library files are in DIR
1007
1008Program names:
1009 --program-prefix=PREFIX prepend PREFIX to installed program names
1010 --program-suffix=SUFFIX append SUFFIX to installed program names
1011 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1012
1013System types:
1014 --build=BUILD configure for building on BUILD [guessed]
1015 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1016_ACEOF
1017fi
1018
1019if test -n "$ac_init_help"; then
1020
1021 cat <<\_ACEOF
1022
1023Optional Features:
1024 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1025 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1026 --enable-shared=PKGS build shared libraries default=no
1027 --enable-static=PKGS build static libraries default=yes
1028 --enable-fast-install=PKGS optimize for fast installation default=yes
1029 --disable-libtool-lock avoid locking (might break parallel builds)
1030 --enable-everything enable standard non-multichoice features
1031 NOTE: this option is order dependent
1032 NOTE: automatically enabled with --enable-shared
1033 --enable-unicode3 use 21 instead of 16 bits to represent unicode characters
1034 --enable-combining enable composition of base and combining characters
1035 --enable-xft enable xft support on systems that have it
1036 --enable-font-styles enable bold and italic support
1037 --enable-utmp enable utmp (utmpx) support
1038 --enable-wtmp enable wtmp (wtmpx) support (requires --enable-utmp)
1039 --enable-lastlog enable lastlog support (requires --enable-utmp)
1040 --enable-xpm-background enable XPM background pixmaps
1041 --enable-transparency enable transparent backgrounds
1042 --enable-tinting enable tinting of transparent bg
1043 --enable-fading enable colors fading when off focus
1044 --enable-menubar enable menubar
1045 --enable-rxvt-scroll enable rxvt style scrollbar
1046 --enable-next-scroll enable NeXT style scrollbar
1047 --enable-xterm-scroll enable Xterm style scrollbar
1048 --enable-plain-scroll enable plain style scrollbar
1049 --enable-half-shadow use half width/height shadow on rxvt scrollbar
1050 --enable-xim XIM (X Input Method) protocol support
1051 --enable-ttygid enable tty setting to group named "tty"
1052 --disable-backspace-key disable handling of the backspace key
1053 --disable-delete-key disable handling of the delete key
1054 --disable-resources disable all resource checking
1055 --enable-xgetdefault enable resources via X instead of our small version
1056 --enable-8bitctrls enable 8 bit control sequences (not recommended)
1057 --enable-fallback(=CLASS) fall back on CLASS resources in addition to URxvt ones (default: Rxvt)
1058 --enable-strings enable some replacement system functions
1059 --disable-swapscreen disable swap screen support
1060 --enable-iso14755 enable support for extended ISO 14755 modes
1061 --enable-frills enable support for rarely used features
1062 --enable-linespace enable support for linespace
1063 --enable-24bit enable support for using 24bit visuals if available
1064 --enable-keepscrolling enable continual scrolling on scrollbar arrow press
1065 --enable-selectionscrolling enable scrolling during selections
1066 --enable-mousewheel enable scrolling via mouse wheel or buttons 4 & 5
1067 --enable-slipwheeling enable slip wheel scrolling (requires previous)
1068 --enable-dmalloc enable Gray Watson's malloc - for debugging use
1069 --enable-dlmalloc enable Doug Lea's malloc - for production use
1070 NOTE: enable only one malloc package
1071 --enable-smart-resize enable smart growth/shrink behaviour
1072 --enable-cursor-blink enable blinking cursor
1073 --enable-text-blink enable blinking text
1074 --enable-pointer-blank enable pointer blank when typing or inactive pointer
1075
1076Optional Packages:
1077 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1078 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1079 --with-gnu-ld assume the C compiler uses GNU ld default=no
1080 --with-pic try to use only PIC/non-PIC objects default=use both
1081 --with-codesets=NAME,.. compile in additional codesets (jp,jp_ext,kr,cn,cn_ext,all)
1082 --with-res-name=NAME use this as default resource name (default: urxvt)
1083 --with-res-class=CLASS use this as the resource class (default: URxvt)
1084 --with-name=NAME set the basename for the installed binaries (default: urxvt)
1085 --with-term=NAME set the terminal to NAME (default: rxvt)
1086 --with-terminfo=PATH set the path to the terminfo tree to PATH
1087 --with-x use the X Window System
1088 --with-xpm-includes=DIR use XPM includes in DIR
1089 --with-xpm-library=DIR use XPM library in DIR
1090 --with-xpm use XPM
1091
1092Some influential environment variables:
1093 CC C compiler command
1094 CFLAGS C compiler flags
1095 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1096 nonstandard directory <lib dir>
1097 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
1098 headers in a nonstandard directory <include dir>
1099 CXX C++ compiler command
1100 CXXFLAGS C++ compiler flags
1101 CPP C preprocessor
1102 CXXCPP C++ preprocessor
1103
1104Use these variables to override the choices made by `configure' or to help
1105it to find libraries and programs with nonstandard names/locations.
1106
1107_ACEOF
1108fi
1109
1110if test "$ac_init_help" = "recursive"; then
1111 # If there are subdirs, report their specific --help.
1112 ac_popdir=`pwd`
1113 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1114 test -d $ac_dir || continue
1115 ac_builddir=.
1116
1117if test "$ac_dir" != .; then
1118 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1119 # A "../" for each directory in $ac_dir_suffix.
1120 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
1121else
1122 ac_dir_suffix= ac_top_builddir=
1123fi
1124
1125case $srcdir in
1126 .) # No --srcdir option. We are building in place.
1127 ac_srcdir=.
1128 if test -z "$ac_top_builddir"; then
1129 ac_top_srcdir=.
1130 else
1131 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
1132 fi ;;
1133 [\\/]* | ?:[\\/]* ) # Absolute path.
1134 ac_srcdir=$srcdir$ac_dir_suffix;
1135 ac_top_srcdir=$srcdir ;;
1136 *) # Relative path.
1137 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
1138 ac_top_srcdir=$ac_top_builddir$srcdir ;;
1139esac
1140
1141# Do not use `cd foo && pwd` to compute absolute paths, because
1142# the directories may not exist.
1143case `pwd` in
1144.) ac_abs_builddir="$ac_dir";;
1145*)
1146 case "$ac_dir" in
1147 .) ac_abs_builddir=`pwd`;;
1148 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
1149 *) ac_abs_builddir=`pwd`/"$ac_dir";;
1150 esac;;
1151esac
1152case $ac_abs_builddir in
1153.) ac_abs_top_builddir=${ac_top_builddir}.;;
1154*)
1155 case ${ac_top_builddir}. in
1156 .) ac_abs_top_builddir=$ac_abs_builddir;;
1157 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
1158 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
1159 esac;;
1160esac
1161case $ac_abs_builddir in
1162.) ac_abs_srcdir=$ac_srcdir;;
1163*)
1164 case $ac_srcdir in
1165 .) ac_abs_srcdir=$ac_abs_builddir;;
1166 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
1167 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
1168 esac;;
1169esac
1170case $ac_abs_builddir in
1171.) ac_abs_top_srcdir=$ac_top_srcdir;;
1172*)
1173 case $ac_top_srcdir in
1174 .) ac_abs_top_srcdir=$ac_abs_builddir;;
1175 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
1176 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
1177 esac;;
1178esac
1179
1180 cd $ac_dir
1181 # Check for guested configure; otherwise get Cygnus style configure.
1182 if test -f $ac_srcdir/configure.gnu; then
1183 echo
1184 $SHELL $ac_srcdir/configure.gnu --help=recursive
1185 elif test -f $ac_srcdir/configure; then
1186 echo
1187 $SHELL $ac_srcdir/configure --help=recursive
1188 elif test -f $ac_srcdir/configure.ac ||
1189 test -f $ac_srcdir/configure.in; then
1190 echo
1191 $ac_configure --help
1192 else
1193 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1194 fi
1195 cd "$ac_popdir"
1196 done
1197fi
1198
1199test -n "$ac_init_help" && exit 0
1200if $ac_init_version; then
1201 cat <<\_ACEOF
1202
1203Copyright (C) 2003 Free Software Foundation, Inc.
1204This configure script is free software; the Free Software Foundation
1205gives unlimited permission to copy, distribute and modify it.
1206_ACEOF
1207 exit 0
1208fi
1209exec 5>config.log
1210cat >&5 <<_ACEOF
1211This file contains any messages produced by compilers while
1212running configure, to aid debugging if configure makes a mistake.
1213
1214It was created by $as_me, which was
1215generated by GNU Autoconf 2.59. Invocation command line was
1216
1217 $ $0 $@
1218
1219_ACEOF
1220{
1221cat <<_ASUNAME
1222## --------- ##
1223## Platform. ##
1224## --------- ##
1225
1226hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1227uname -m = `(uname -m) 2>/dev/null || echo unknown`
1228uname -r = `(uname -r) 2>/dev/null || echo unknown`
1229uname -s = `(uname -s) 2>/dev/null || echo unknown`
1230uname -v = `(uname -v) 2>/dev/null || echo unknown`
1231
1232/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1233/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1234
1235/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1236/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1237/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1238hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1239/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1240/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1241/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1242
1243_ASUNAME
1244
1245as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1246for as_dir in $PATH
1247do
1248 IFS=$as_save_IFS
1249 test -z "$as_dir" && as_dir=.
1250 echo "PATH: $as_dir"
1251done
1252
1253} >&5
1254
1255cat >&5 <<_ACEOF
1256
1257
1258## ----------- ##
1259## Core tests. ##
1260## ----------- ##
1261
1262_ACEOF
1263
1264
1265# Keep a trace of the command line.
1266# Strip out --no-create and --no-recursion so they do not pile up.
1267# Strip out --silent because we don't want to record it for future runs.
1268# Also quote any args containing shell meta-characters.
1269# Make two passes to allow for proper duplicate-argument suppression.
1270ac_configure_args=
1271ac_configure_args0=
1272ac_configure_args1=
1273ac_sep=
1274ac_must_keep_next=false
1275for ac_pass in 1 2
1276do
1277 for ac_arg
1278 do
1279 case $ac_arg in
1280 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1281 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1282 | -silent | --silent | --silen | --sile | --sil)
1283 continue ;;
1284 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1285 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1286 esac
1287 case $ac_pass in
1288 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1289 2)
1290 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1291 if test $ac_must_keep_next = true; then
1292 ac_must_keep_next=false # Got value, back to normal.
1293 else
1294 case $ac_arg in
1295 *=* | --config-cache | -C | -disable-* | --disable-* \
1296 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1297 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1298 | -with-* | --with-* | -without-* | --without-* | --x)
1299 case "$ac_configure_args0 " in
1300 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1301 esac
1302 ;;
1303 -* ) ac_must_keep_next=true ;;
1304 esac
1305 fi
1306 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1307 # Get rid of the leading space.
1308 ac_sep=" "
1309 ;;
1310 esac
1311 done
1312done
1313$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1314$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1315
1316# When interrupted or exit'd, cleanup temporary files, and complete
1317# config.log. We remove comments because anyway the quotes in there
1318# would cause problems or look ugly.
1319# WARNING: Be sure not to use single quotes in there, as some shells,
1320# such as our DU 5.0 friend, will then `close' the trap.
1321trap 'exit_status=$?
1322 # Save into config.log some information that might help in debugging.
1323 {
1324 echo
1325
1326 cat <<\_ASBOX
1327## ---------------- ##
1328## Cache variables. ##
1329## ---------------- ##
1330_ASBOX
1331 echo
1332 # The following way of writing the cache mishandles newlines in values,
1333{
1334 (set) 2>&1 |
1335 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1336 *ac_space=\ *)
1337 sed -n \
1338 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1339 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1340 ;;
1341 *)
1342 sed -n \
1343 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1344 ;;
1345 esac;
1346}
1347 echo
1348
1349 cat <<\_ASBOX
1350## ----------------- ##
1351## Output variables. ##
1352## ----------------- ##
1353_ASBOX
1354 echo
1355 for ac_var in $ac_subst_vars
1356 do
1357 eval ac_val=$`echo $ac_var`
1358 echo "$ac_var='"'"'$ac_val'"'"'"
1359 done | sort
1360 echo
1361
1362 if test -n "$ac_subst_files"; then
1363 cat <<\_ASBOX
1364## ------------- ##
1365## Output files. ##
1366## ------------- ##
1367_ASBOX
1368 echo
1369 for ac_var in $ac_subst_files
1370 do
1371 eval ac_val=$`echo $ac_var`
1372 echo "$ac_var='"'"'$ac_val'"'"'"
1373 done | sort
1374 echo
1375 fi
1376
1377 if test -s confdefs.h; then
1378 cat <<\_ASBOX
1379## ----------- ##
1380## confdefs.h. ##
1381## ----------- ##
1382_ASBOX
1383 echo
1384 sed "/^$/d" confdefs.h | sort
1385 echo
1386 fi
1387 test "$ac_signal" != 0 &&
1388 echo "$as_me: caught signal $ac_signal"
1389 echo "$as_me: exit $exit_status"
1390 } >&5
1391 rm -f core *.core &&
1392 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1393 exit $exit_status
1394 ' 0
1395for ac_signal in 1 2 13 15; do
1396 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1397done
1398ac_signal=0
1399
1400# confdefs.h avoids OS command line length limits that DEFS can exceed.
1401rm -rf conftest* confdefs.h
1402# AIX cpp loses on an empty file, so make sure it contains at least a newline.
1403echo >confdefs.h
1404
1405# Predefined preprocessor variables.
1406
1407cat >>confdefs.h <<_ACEOF
1408#define PACKAGE_NAME "$PACKAGE_NAME"
1409_ACEOF
1410
1411
1412cat >>confdefs.h <<_ACEOF
1413#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1414_ACEOF
1415
1416
1417cat >>confdefs.h <<_ACEOF
1418#define PACKAGE_VERSION "$PACKAGE_VERSION"
1419_ACEOF
1420
1421
1422cat >>confdefs.h <<_ACEOF
1423#define PACKAGE_STRING "$PACKAGE_STRING"
1424_ACEOF
1425
1426
1427cat >>confdefs.h <<_ACEOF
1428#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1429_ACEOF
1430
1431
1432# Let the site file select an alternate cache file if it wants to.
746# Prefer explicitly selected file to automatically selected ones. 1433# Prefer explicitly selected file to automatically selected ones.
747if test -z "$CONFIG_SITE"; then 1434if test -z "$CONFIG_SITE"; then
748 if test "x$prefix" != xNONE; then 1435 if test "x$prefix" != xNONE; then
749 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" 1436 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
750 else 1437 else
751 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" 1438 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
752 fi 1439 fi
753fi 1440fi
754for ac_site_file in $CONFIG_SITE; do 1441for ac_site_file in $CONFIG_SITE; do
755 if test -r "$ac_site_file"; then 1442 if test -r "$ac_site_file"; then
1443 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
756 echo "loading site script $ac_site_file" 1444echo "$as_me: loading site script $ac_site_file" >&6;}
1445 sed 's/^/| /' "$ac_site_file" >&5
757 . "$ac_site_file" 1446 . "$ac_site_file"
758 fi 1447 fi
759done 1448done
760 1449
761if test -r "$cache_file"; then 1450if test -r "$cache_file"; then
1451 # Some versions of bash will fail to source /dev/null (special
1452 # files actually), so we avoid doing that.
1453 if test -f "$cache_file"; then
1454 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
762 echo "loading cache $cache_file" 1455echo "$as_me: loading cache $cache_file" >&6;}
763 . $cache_file 1456 case $cache_file in
1457 [\\/]* | ?:[\\/]* ) . $cache_file;;
1458 *) . ./$cache_file;;
1459 esac
1460 fi
764else 1461else
1462 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
765 echo "creating cache $cache_file" 1463echo "$as_me: creating cache $cache_file" >&6;}
766 > $cache_file 1464 >$cache_file
1465fi
1466
1467# Check that the precious variables saved in the cache have kept the same
1468# value.
1469ac_cache_corrupted=false
1470for ac_var in `(set) 2>&1 |
1471 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1472 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1473 eval ac_new_set=\$ac_env_${ac_var}_set
1474 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1475 eval ac_new_val="\$ac_env_${ac_var}_value"
1476 case $ac_old_set,$ac_new_set in
1477 set,)
1478 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1479echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1480 ac_cache_corrupted=: ;;
1481 ,set)
1482 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1483echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1484 ac_cache_corrupted=: ;;
1485 ,);;
1486 *)
1487 if test "x$ac_old_val" != "x$ac_new_val"; then
1488 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1489echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1490 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1491echo "$as_me: former value: $ac_old_val" >&2;}
1492 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1493echo "$as_me: current value: $ac_new_val" >&2;}
1494 ac_cache_corrupted=:
1495 fi;;
1496 esac
1497 # Pass precious variables to config.status.
1498 if test "$ac_new_set" = set; then
1499 case $ac_new_val in
1500 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1501 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1502 *) ac_arg=$ac_var=$ac_new_val ;;
1503 esac
1504 case " $ac_configure_args " in
1505 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1506 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1507 esac
1508 fi
1509done
1510if $ac_cache_corrupted; then
1511 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1512echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1513 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1514echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1515 { (exit 1); exit 1; }; }
767fi 1516fi
768 1517
769ac_ext=c 1518ac_ext=c
770# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
771ac_cpp='$CPP $CPPFLAGS' 1519ac_cpp='$CPP $CPPFLAGS'
772ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 1520ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
773ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 1521ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
774cross_compiling=$ac_cv_prog_cc_cross 1522ac_compiler_gnu=$ac_cv_c_compiler_gnu
775 1523
776ac_exeext= 1524
777ac_objext=o 1525
778if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then 1526
779 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu. 1527
780 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then 1528
781 ac_n= ac_c=' 1529
782' ac_t=' ' 1530
783 else 1531
784 ac_n=-n ac_c= ac_t= 1532
785 fi 1533
786else 1534
787 ac_n= ac_c='\c' ac_t= 1535
788fi 1536
1537
1538
1539
1540
789 1541
790 1542
791ac_aux_dir= 1543ac_aux_dir=
792for ac_dir in autoconf $srcdir/autoconf; do 1544for ac_dir in autoconf $srcdir/autoconf; do
793 if test -f $ac_dir/install-sh; then 1545 if test -f $ac_dir/install-sh; then
796 break 1548 break
797 elif test -f $ac_dir/install.sh; then 1549 elif test -f $ac_dir/install.sh; then
798 ac_aux_dir=$ac_dir 1550 ac_aux_dir=$ac_dir
799 ac_install_sh="$ac_aux_dir/install.sh -c" 1551 ac_install_sh="$ac_aux_dir/install.sh -c"
800 break 1552 break
1553 elif test -f $ac_dir/shtool; then
1554 ac_aux_dir=$ac_dir
1555 ac_install_sh="$ac_aux_dir/shtool install -c"
1556 break
801 fi 1557 fi
802done 1558done
803if test -z "$ac_aux_dir"; then 1559if test -z "$ac_aux_dir"; then
1560 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in autoconf $srcdir/autoconf" >&5
804 { echo "configure: error: can not find install-sh or install.sh in autoconf $srcdir/autoconf" 1>&2; exit 1; } 1561echo "$as_me: error: cannot find install-sh or install.sh in autoconf $srcdir/autoconf" >&2;}
1562 { (exit 1); exit 1; }; }
805fi 1563fi
806ac_config_guess=$ac_aux_dir/config.guess 1564ac_config_guess="$SHELL $ac_aux_dir/config.guess"
807ac_config_sub=$ac_aux_dir/config.sub 1565ac_config_sub="$SHELL $ac_aux_dir/config.sub"
808ac_configure=$ac_aux_dir/configure # This should be Cygnus configure. 1566ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
809 1567
1568 ac_config_headers="$ac_config_headers config.h:autoconf/config.h.in"
810 1569
811 1570
812VERSION=`sed -n -e 's/^.*[ \t]VERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` 1571VERSION=`sed -n -e 's/^.*[ \t]VERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
813DATE=`sed -n -e 's/^.*[ \t]DATE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` 1572DATE=`sed -n -e 's/^.*[ \t]DATE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
814LSMDATE=`sed -n -e 's/^.*[ \t]LSMDATE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` 1573LSMDATE=`sed -n -e 's/^.*[ \t]LSMDATE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
816echo "" 1575echo ""
817echo "configuring for rxvt $VERSION" 1576echo "configuring for rxvt $VERSION"
818echo "" 1577echo ""
819 1578
820 1579
1580ac_ext=c
1581ac_cpp='$CPP $CPPFLAGS'
1582ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1583ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1584ac_compiler_gnu=$ac_cv_c_compiler_gnu
1585if test -n "$ac_tool_prefix"; then
821# Extract the first word of "gcc", so it can be a program name with args. 1586 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
822set dummy gcc; ac_word=$2 1587set dummy ${ac_tool_prefix}gcc; ac_word=$2
1588echo "$as_me:$LINENO: checking for $ac_word" >&5
823echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1589echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
824echo "configure:825: checking for $ac_word" >&5
825if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 1590if test "${ac_cv_prog_CC+set}" = set; then
826 echo $ac_n "(cached) $ac_c" 1>&6 1591 echo $ECHO_N "(cached) $ECHO_C" >&6
827else 1592else
828 if test -n "$CC"; then 1593 if test -n "$CC"; then
829 ac_cv_prog_CC="$CC" # Let the user override the test. 1594 ac_cv_prog_CC="$CC" # Let the user override the test.
830else 1595else
831 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 1596as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
832 ac_dummy="$PATH" 1597for as_dir in $PATH
833 for ac_dir in $ac_dummy; do 1598do
1599 IFS=$as_save_IFS
834 test -z "$ac_dir" && ac_dir=. 1600 test -z "$as_dir" && as_dir=.
835 if test -f $ac_dir/$ac_word; then 1601 for ac_exec_ext in '' $ac_executable_extensions; do
836 ac_cv_prog_CC="gcc" 1602 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1603 ac_cv_prog_CC="${ac_tool_prefix}gcc"
1604 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
837 break 1605 break 2
838 fi 1606 fi
839 done 1607done
840 IFS="$ac_save_ifs" 1608done
1609
841fi 1610fi
842fi 1611fi
843CC="$ac_cv_prog_CC" 1612CC=$ac_cv_prog_CC
844if test -n "$CC"; then 1613if test -n "$CC"; then
845 echo "$ac_t""$CC" 1>&6 1614 echo "$as_me:$LINENO: result: $CC" >&5
1615echo "${ECHO_T}$CC" >&6
846else 1616else
847 echo "$ac_t""no" 1>&6 1617 echo "$as_me:$LINENO: result: no" >&5
1618echo "${ECHO_T}no" >&6
848fi 1619fi
849 1620
1621fi
1622if test -z "$ac_cv_prog_CC"; then
1623 ac_ct_CC=$CC
1624 # Extract the first word of "gcc", so it can be a program name with args.
1625set dummy gcc; ac_word=$2
1626echo "$as_me:$LINENO: checking for $ac_word" >&5
1627echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1628if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1629 echo $ECHO_N "(cached) $ECHO_C" >&6
1630else
1631 if test -n "$ac_ct_CC"; then
1632 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1633else
1634as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1635for as_dir in $PATH
1636do
1637 IFS=$as_save_IFS
1638 test -z "$as_dir" && as_dir=.
1639 for ac_exec_ext in '' $ac_executable_extensions; do
1640 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1641 ac_cv_prog_ac_ct_CC="gcc"
1642 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1643 break 2
1644 fi
1645done
1646done
1647
1648fi
1649fi
1650ac_ct_CC=$ac_cv_prog_ac_ct_CC
1651if test -n "$ac_ct_CC"; then
1652 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1653echo "${ECHO_T}$ac_ct_CC" >&6
1654else
1655 echo "$as_me:$LINENO: result: no" >&5
1656echo "${ECHO_T}no" >&6
1657fi
1658
1659 CC=$ac_ct_CC
1660else
1661 CC="$ac_cv_prog_CC"
1662fi
1663
1664if test -z "$CC"; then
1665 if test -n "$ac_tool_prefix"; then
1666 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1667set dummy ${ac_tool_prefix}cc; ac_word=$2
1668echo "$as_me:$LINENO: checking for $ac_word" >&5
1669echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1670if test "${ac_cv_prog_CC+set}" = set; then
1671 echo $ECHO_N "(cached) $ECHO_C" >&6
1672else
1673 if test -n "$CC"; then
1674 ac_cv_prog_CC="$CC" # Let the user override the test.
1675else
1676as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1677for as_dir in $PATH
1678do
1679 IFS=$as_save_IFS
1680 test -z "$as_dir" && as_dir=.
1681 for ac_exec_ext in '' $ac_executable_extensions; do
1682 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1683 ac_cv_prog_CC="${ac_tool_prefix}cc"
1684 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1685 break 2
1686 fi
1687done
1688done
1689
1690fi
1691fi
1692CC=$ac_cv_prog_CC
1693if test -n "$CC"; then
1694 echo "$as_me:$LINENO: result: $CC" >&5
1695echo "${ECHO_T}$CC" >&6
1696else
1697 echo "$as_me:$LINENO: result: no" >&5
1698echo "${ECHO_T}no" >&6
1699fi
1700
1701fi
1702if test -z "$ac_cv_prog_CC"; then
1703 ac_ct_CC=$CC
1704 # Extract the first word of "cc", so it can be a program name with args.
1705set dummy cc; ac_word=$2
1706echo "$as_me:$LINENO: checking for $ac_word" >&5
1707echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1708if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1709 echo $ECHO_N "(cached) $ECHO_C" >&6
1710else
1711 if test -n "$ac_ct_CC"; then
1712 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1713else
1714as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1715for as_dir in $PATH
1716do
1717 IFS=$as_save_IFS
1718 test -z "$as_dir" && as_dir=.
1719 for ac_exec_ext in '' $ac_executable_extensions; do
1720 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1721 ac_cv_prog_ac_ct_CC="cc"
1722 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1723 break 2
1724 fi
1725done
1726done
1727
1728fi
1729fi
1730ac_ct_CC=$ac_cv_prog_ac_ct_CC
1731if test -n "$ac_ct_CC"; then
1732 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1733echo "${ECHO_T}$ac_ct_CC" >&6
1734else
1735 echo "$as_me:$LINENO: result: no" >&5
1736echo "${ECHO_T}no" >&6
1737fi
1738
1739 CC=$ac_ct_CC
1740else
1741 CC="$ac_cv_prog_CC"
1742fi
1743
1744fi
850if test -z "$CC"; then 1745if test -z "$CC"; then
851 # Extract the first word of "cc", so it can be a program name with args. 1746 # Extract the first word of "cc", so it can be a program name with args.
852set dummy cc; ac_word=$2 1747set dummy cc; ac_word=$2
1748echo "$as_me:$LINENO: checking for $ac_word" >&5
853echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1749echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
854echo "configure:855: checking for $ac_word" >&5
855if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 1750if test "${ac_cv_prog_CC+set}" = set; then
856 echo $ac_n "(cached) $ac_c" 1>&6 1751 echo $ECHO_N "(cached) $ECHO_C" >&6
857else 1752else
858 if test -n "$CC"; then 1753 if test -n "$CC"; then
859 ac_cv_prog_CC="$CC" # Let the user override the test. 1754 ac_cv_prog_CC="$CC" # Let the user override the test.
860else 1755else
861 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
862 ac_prog_rejected=no 1756 ac_prog_rejected=no
863 ac_dummy="$PATH" 1757as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
864 for ac_dir in $ac_dummy; do 1758for as_dir in $PATH
1759do
1760 IFS=$as_save_IFS
865 test -z "$ac_dir" && ac_dir=. 1761 test -z "$as_dir" && as_dir=.
866 if test -f $ac_dir/$ac_word; then 1762 for ac_exec_ext in '' $ac_executable_extensions; do
1763 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
867 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then 1764 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
868 ac_prog_rejected=yes 1765 ac_prog_rejected=yes
869 continue 1766 continue
870 fi 1767 fi
871 ac_cv_prog_CC="cc" 1768 ac_cv_prog_CC="cc"
1769 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
872 break 1770 break 2
873 fi 1771 fi
874 done 1772done
875 IFS="$ac_save_ifs" 1773done
1774
876if test $ac_prog_rejected = yes; then 1775if test $ac_prog_rejected = yes; then
877 # We found a bogon in the path, so make sure we never use it. 1776 # We found a bogon in the path, so make sure we never use it.
878 set dummy $ac_cv_prog_CC 1777 set dummy $ac_cv_prog_CC
879 shift 1778 shift
880 if test $# -gt 0; then 1779 if test $# != 0; then
881 # We chose a different compiler from the bogus one. 1780 # We chose a different compiler from the bogus one.
882 # However, it has the same basename, so the bogon will be chosen 1781 # However, it has the same basename, so the bogon will be chosen
883 # first if we set CC to just the basename; use the full file name. 1782 # first if we set CC to just the basename; use the full file name.
884 shift 1783 shift
885 set dummy "$ac_dir/$ac_word" "$@" 1784 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
886 shift
887 ac_cv_prog_CC="$@"
888 fi 1785 fi
889fi 1786fi
890fi 1787fi
891fi 1788fi
892CC="$ac_cv_prog_CC" 1789CC=$ac_cv_prog_CC
893if test -n "$CC"; then 1790if test -n "$CC"; then
894 echo "$ac_t""$CC" 1>&6 1791 echo "$as_me:$LINENO: result: $CC" >&5
1792echo "${ECHO_T}$CC" >&6
895else 1793else
896 echo "$ac_t""no" 1>&6 1794 echo "$as_me:$LINENO: result: no" >&5
1795echo "${ECHO_T}no" >&6
897fi 1796fi
898 1797
1798fi
899 if test -z "$CC"; then 1799if test -z "$CC"; then
900 case "`uname -s`" in 1800 if test -n "$ac_tool_prefix"; then
901 *win32* | *WIN32*) 1801 for ac_prog in cl
1802 do
902 # Extract the first word of "cl", so it can be a program name with args. 1803 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
903set dummy cl; ac_word=$2 1804set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1805echo "$as_me:$LINENO: checking for $ac_word" >&5
904echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1806echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
905echo "configure:906: checking for $ac_word" >&5
906if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 1807if test "${ac_cv_prog_CC+set}" = set; then
907 echo $ac_n "(cached) $ac_c" 1>&6 1808 echo $ECHO_N "(cached) $ECHO_C" >&6
908else 1809else
909 if test -n "$CC"; then 1810 if test -n "$CC"; then
910 ac_cv_prog_CC="$CC" # Let the user override the test. 1811 ac_cv_prog_CC="$CC" # Let the user override the test.
911else 1812else
912 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 1813as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
913 ac_dummy="$PATH" 1814for as_dir in $PATH
914 for ac_dir in $ac_dummy; do 1815do
1816 IFS=$as_save_IFS
915 test -z "$ac_dir" && ac_dir=. 1817 test -z "$as_dir" && as_dir=.
916 if test -f $ac_dir/$ac_word; then 1818 for ac_exec_ext in '' $ac_executable_extensions; do
917 ac_cv_prog_CC="cl" 1819 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1820 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1821 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
918 break 1822 break 2
1823 fi
1824done
1825done
1826
1827fi
1828fi
1829CC=$ac_cv_prog_CC
1830if test -n "$CC"; then
1831 echo "$as_me:$LINENO: result: $CC" >&5
1832echo "${ECHO_T}$CC" >&6
1833else
1834 echo "$as_me:$LINENO: result: no" >&5
1835echo "${ECHO_T}no" >&6
1836fi
1837
1838 test -n "$CC" && break
1839 done
1840fi
1841if test -z "$CC"; then
1842 ac_ct_CC=$CC
1843 for ac_prog in cl
1844do
1845 # Extract the first word of "$ac_prog", so it can be a program name with args.
1846set dummy $ac_prog; ac_word=$2
1847echo "$as_me:$LINENO: checking for $ac_word" >&5
1848echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1849if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1850 echo $ECHO_N "(cached) $ECHO_C" >&6
1851else
1852 if test -n "$ac_ct_CC"; then
1853 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1854else
1855as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1856for as_dir in $PATH
1857do
1858 IFS=$as_save_IFS
1859 test -z "$as_dir" && as_dir=.
1860 for ac_exec_ext in '' $ac_executable_extensions; do
1861 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1862 ac_cv_prog_ac_ct_CC="$ac_prog"
1863 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1864 break 2
1865 fi
1866done
1867done
1868
1869fi
1870fi
1871ac_ct_CC=$ac_cv_prog_ac_ct_CC
1872if test -n "$ac_ct_CC"; then
1873 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1874echo "${ECHO_T}$ac_ct_CC" >&6
1875else
1876 echo "$as_me:$LINENO: result: no" >&5
1877echo "${ECHO_T}no" >&6
1878fi
1879
1880 test -n "$ac_ct_CC" && break
1881done
1882
1883 CC=$ac_ct_CC
1884fi
1885
1886fi
1887
1888
1889test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
1890See \`config.log' for more details." >&5
1891echo "$as_me: error: no acceptable C compiler found in \$PATH
1892See \`config.log' for more details." >&2;}
1893 { (exit 1); exit 1; }; }
1894
1895# Provide some information about the compiler.
1896echo "$as_me:$LINENO:" \
1897 "checking for C compiler version" >&5
1898ac_compiler=`set X $ac_compile; echo $2`
1899{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
1900 (eval $ac_compiler --version </dev/null >&5) 2>&5
1901 ac_status=$?
1902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1903 (exit $ac_status); }
1904{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
1905 (eval $ac_compiler -v </dev/null >&5) 2>&5
1906 ac_status=$?
1907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1908 (exit $ac_status); }
1909{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
1910 (eval $ac_compiler -V </dev/null >&5) 2>&5
1911 ac_status=$?
1912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1913 (exit $ac_status); }
1914
1915cat >conftest.$ac_ext <<_ACEOF
1916/* confdefs.h. */
1917_ACEOF
1918cat confdefs.h >>conftest.$ac_ext
1919cat >>conftest.$ac_ext <<_ACEOF
1920/* end confdefs.h. */
1921
1922int
1923main ()
1924{
1925
1926 ;
1927 return 0;
1928}
1929_ACEOF
1930ac_clean_files_save=$ac_clean_files
1931ac_clean_files="$ac_clean_files a.out a.exe b.out"
1932# Try to create an executable without -o first, disregard a.out.
1933# It will help us diagnose broken compilers, and finding out an intuition
1934# of exeext.
1935echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
1936echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
1937ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
1938if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
1939 (eval $ac_link_default) 2>&5
1940 ac_status=$?
1941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1942 (exit $ac_status); }; then
1943 # Find the output, starting from the most likely. This scheme is
1944# not robust to junk in `.', hence go to wildcards (a.*) only as a last
1945# resort.
1946
1947# Be careful to initialize this variable, since it used to be cached.
1948# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
1949ac_cv_exeext=
1950# b.out is created by i960 compilers.
1951for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
1952do
1953 test -f "$ac_file" || continue
1954 case $ac_file in
1955 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
1956 ;;
1957 conftest.$ac_ext )
1958 # This is the source file.
1959 ;;
1960 [ab].out )
1961 # We found the default executable, but exeext='' is most
1962 # certainly right.
1963 break;;
1964 *.* )
1965 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1966 # FIXME: I believe we export ac_cv_exeext for Libtool,
1967 # but it would be cool to find out if it's true. Does anybody
1968 # maintain Libtool? --akim.
1969 export ac_cv_exeext
1970 break;;
1971 * )
1972 break;;
1973 esac
1974done
1975else
1976 echo "$as_me: failed program was:" >&5
1977sed 's/^/| /' conftest.$ac_ext >&5
1978
1979{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
1980See \`config.log' for more details." >&5
1981echo "$as_me: error: C compiler cannot create executables
1982See \`config.log' for more details." >&2;}
1983 { (exit 77); exit 77; }; }
1984fi
1985
1986ac_exeext=$ac_cv_exeext
1987echo "$as_me:$LINENO: result: $ac_file" >&5
1988echo "${ECHO_T}$ac_file" >&6
1989
1990# Check the compiler produces executables we can run. If not, either
1991# the compiler is broken, or we cross compile.
1992echo "$as_me:$LINENO: checking whether the C compiler works" >&5
1993echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
1994# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
1995# If not cross compiling, check that we can run a simple program.
1996if test "$cross_compiling" != yes; then
1997 if { ac_try='./$ac_file'
1998 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1999 (eval $ac_try) 2>&5
2000 ac_status=$?
2001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2002 (exit $ac_status); }; }; then
2003 cross_compiling=no
2004 else
2005 if test "$cross_compiling" = maybe; then
2006 cross_compiling=yes
2007 else
2008 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2009If you meant to cross compile, use \`--host'.
2010See \`config.log' for more details." >&5
2011echo "$as_me: error: cannot run C compiled programs.
2012If you meant to cross compile, use \`--host'.
2013See \`config.log' for more details." >&2;}
2014 { (exit 1); exit 1; }; }
919 fi 2015 fi
920 done
921 IFS="$ac_save_ifs"
922fi
923fi
924CC="$ac_cv_prog_CC"
925if test -n "$CC"; then
926 echo "$ac_t""$CC" 1>&6
927else
928 echo "$ac_t""no" 1>&6
929fi
930 ;;
931 esac
932 fi 2016 fi
933 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
934fi 2017fi
2018echo "$as_me:$LINENO: result: yes" >&5
2019echo "${ECHO_T}yes" >&6
935 2020
936echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 2021rm -f a.out a.exe conftest$ac_cv_exeext b.out
937echo "configure:938: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 2022ac_clean_files=$ac_clean_files_save
2023# Check the compiler produces executables we can run. If not, either
2024# the compiler is broken, or we cross compile.
2025echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2026echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2027echo "$as_me:$LINENO: result: $cross_compiling" >&5
2028echo "${ECHO_T}$cross_compiling" >&6
938 2029
939ac_ext=c 2030echo "$as_me:$LINENO: checking for suffix of executables" >&5
940# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. 2031echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
941ac_cpp='$CPP $CPPFLAGS' 2032if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
942ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 2033 (eval $ac_link) 2>&5
943ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 2034 ac_status=$?
944cross_compiling=$ac_cv_prog_cc_cross 2035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2036 (exit $ac_status); }; then
2037 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2038# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2039# work properly (i.e., refer to `conftest.exe'), while it won't with
2040# `rm'.
2041for ac_file in conftest.exe conftest conftest.*; do
2042 test -f "$ac_file" || continue
2043 case $ac_file in
2044 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
2045 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2046 export ac_cv_exeext
2047 break;;
2048 * ) break;;
2049 esac
2050done
2051else
2052 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2053See \`config.log' for more details." >&5
2054echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2055See \`config.log' for more details." >&2;}
2056 { (exit 1); exit 1; }; }
2057fi
945 2058
2059rm -f conftest$ac_cv_exeext
2060echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2061echo "${ECHO_T}$ac_cv_exeext" >&6
2062
2063rm -f conftest.$ac_ext
2064EXEEXT=$ac_cv_exeext
2065ac_exeext=$EXEEXT
2066echo "$as_me:$LINENO: checking for suffix of object files" >&5
2067echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
2068if test "${ac_cv_objext+set}" = set; then
2069 echo $ECHO_N "(cached) $ECHO_C" >&6
2070else
2071 cat >conftest.$ac_ext <<_ACEOF
2072/* confdefs.h. */
2073_ACEOF
2074cat confdefs.h >>conftest.$ac_ext
946cat > conftest.$ac_ext << EOF 2075cat >>conftest.$ac_ext <<_ACEOF
2076/* end confdefs.h. */
947 2077
948#line 949 "configure" 2078int
949#include "confdefs.h" 2079main ()
2080{
950 2081
951main(){return(0);} 2082 ;
952EOF 2083 return 0;
953if { (eval echo configure:954: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2084}
954 ac_cv_prog_cc_works=yes 2085_ACEOF
955 # If we can't run a trivial program, we are probably using a cross compiler. 2086rm -f conftest.o conftest.obj
956 if (./conftest; exit) 2>/dev/null; then 2087if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
957 ac_cv_prog_cc_cross=no 2088 (eval $ac_compile) 2>&5
2089 ac_status=$?
2090 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2091 (exit $ac_status); }; then
2092 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2093 case $ac_file in
2094 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
2095 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2096 break;;
2097 esac
2098done
958 else 2099else
959 ac_cv_prog_cc_cross=yes
960 fi
961else
962 echo "configure: failed program was:" >&5 2100 echo "$as_me: failed program was:" >&5
963 cat conftest.$ac_ext >&5 2101sed 's/^/| /' conftest.$ac_ext >&5
964 ac_cv_prog_cc_works=no
965fi
966rm -fr conftest*
967ac_ext=c
968# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
969ac_cpp='$CPP $CPPFLAGS'
970ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
971ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
972cross_compiling=$ac_cv_prog_cc_cross
973 2102
974echo "$ac_t""$ac_cv_prog_cc_works" 1>&6 2103{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
975if test $ac_cv_prog_cc_works = no; then 2104See \`config.log' for more details." >&5
976 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; } 2105echo "$as_me: error: cannot compute suffix of object files: cannot compile
2106See \`config.log' for more details." >&2;}
2107 { (exit 1); exit 1; }; }
977fi 2108fi
978echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
979echo "configure:980: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
980echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
981cross_compiling=$ac_cv_prog_cc_cross
982 2109
2110rm -f conftest.$ac_cv_objext conftest.$ac_ext
2111fi
2112echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2113echo "${ECHO_T}$ac_cv_objext" >&6
2114OBJEXT=$ac_cv_objext
2115ac_objext=$OBJEXT
2116echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
983echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 2117echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
984echo "configure:985: checking whether we are using GNU C" >&5 2118if test "${ac_cv_c_compiler_gnu+set}" = set; then
985if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
986 echo $ac_n "(cached) $ac_c" 1>&6 2119 echo $ECHO_N "(cached) $ECHO_C" >&6
987else 2120else
988 cat > conftest.c <<EOF 2121 cat >conftest.$ac_ext <<_ACEOF
2122/* confdefs.h. */
2123_ACEOF
2124cat confdefs.h >>conftest.$ac_ext
2125cat >>conftest.$ac_ext <<_ACEOF
2126/* end confdefs.h. */
2127
2128int
2129main ()
2130{
989#ifdef __GNUC__ 2131#ifndef __GNUC__
990 yes; 2132 choke me
991#endif 2133#endif
992EOF
993if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:994: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
994 ac_cv_prog_gcc=yes
995else
996 ac_cv_prog_gcc=no
997fi
998fi
999 2134
1000echo "$ac_t""$ac_cv_prog_gcc" 1>&6 2135 ;
1001 2136 return 0;
1002if test $ac_cv_prog_gcc = yes; then 2137}
1003 GCC=yes 2138_ACEOF
2139rm -f conftest.$ac_objext
2140if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2141 (eval $ac_compile) 2>conftest.er1
2142 ac_status=$?
2143 grep -v '^ *+' conftest.er1 >conftest.err
2144 rm -f conftest.er1
2145 cat conftest.err >&5
2146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2147 (exit $ac_status); } &&
2148 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2149 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2150 (eval $ac_try) 2>&5
2151 ac_status=$?
2152 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2153 (exit $ac_status); }; } &&
2154 { ac_try='test -s conftest.$ac_objext'
2155 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2156 (eval $ac_try) 2>&5
2157 ac_status=$?
2158 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2159 (exit $ac_status); }; }; then
2160 ac_compiler_gnu=yes
1004else 2161else
1005 GCC= 2162 echo "$as_me: failed program was:" >&5
1006fi 2163sed 's/^/| /' conftest.$ac_ext >&5
1007 2164
2165ac_compiler_gnu=no
2166fi
2167rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2168ac_cv_c_compiler_gnu=$ac_compiler_gnu
2169
2170fi
2171echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2172echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2173GCC=`test $ac_compiler_gnu = yes && echo yes`
1008ac_test_CFLAGS="${CFLAGS+set}" 2174ac_test_CFLAGS=${CFLAGS+set}
1009ac_save_CFLAGS="$CFLAGS" 2175ac_save_CFLAGS=$CFLAGS
1010CFLAGS= 2176CFLAGS="-g"
2177echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
1011echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 2178echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
1012echo "configure:1013: checking whether ${CC-cc} accepts -g" >&5
1013if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 2179if test "${ac_cv_prog_cc_g+set}" = set; then
1014 echo $ac_n "(cached) $ac_c" 1>&6 2180 echo $ECHO_N "(cached) $ECHO_C" >&6
1015else 2181else
1016 echo 'void f(){}' > conftest.c 2182 cat >conftest.$ac_ext <<_ACEOF
1017if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then 2183/* confdefs.h. */
2184_ACEOF
2185cat confdefs.h >>conftest.$ac_ext
2186cat >>conftest.$ac_ext <<_ACEOF
2187/* end confdefs.h. */
2188
2189int
2190main ()
2191{
2192
2193 ;
2194 return 0;
2195}
2196_ACEOF
2197rm -f conftest.$ac_objext
2198if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2199 (eval $ac_compile) 2>conftest.er1
2200 ac_status=$?
2201 grep -v '^ *+' conftest.er1 >conftest.err
2202 rm -f conftest.er1
2203 cat conftest.err >&5
2204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2205 (exit $ac_status); } &&
2206 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2207 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2208 (eval $ac_try) 2>&5
2209 ac_status=$?
2210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2211 (exit $ac_status); }; } &&
2212 { ac_try='test -s conftest.$ac_objext'
2213 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2214 (eval $ac_try) 2>&5
2215 ac_status=$?
2216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2217 (exit $ac_status); }; }; then
1018 ac_cv_prog_cc_g=yes 2218 ac_cv_prog_cc_g=yes
1019else 2219else
2220 echo "$as_me: failed program was:" >&5
2221sed 's/^/| /' conftest.$ac_ext >&5
2222
1020 ac_cv_prog_cc_g=no 2223ac_cv_prog_cc_g=no
1021fi 2224fi
1022rm -f conftest* 2225rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
1023
1024fi 2226fi
1025 2227echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
1026echo "$ac_t""$ac_cv_prog_cc_g" 1>&6 2228echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
1027if test "$ac_test_CFLAGS" = set; then 2229if test "$ac_test_CFLAGS" = set; then
1028 CFLAGS="$ac_save_CFLAGS" 2230 CFLAGS=$ac_save_CFLAGS
1029elif test $ac_cv_prog_cc_g = yes; then 2231elif test $ac_cv_prog_cc_g = yes; then
1030 if test "$GCC" = yes; then 2232 if test "$GCC" = yes; then
1031 CFLAGS="-g -O2" 2233 CFLAGS="-g -O2"
1032 else 2234 else
1033 CFLAGS="-g" 2235 CFLAGS="-g"
1037 CFLAGS="-O2" 2239 CFLAGS="-O2"
1038 else 2240 else
1039 CFLAGS= 2241 CFLAGS=
1040 fi 2242 fi
1041fi 2243fi
2244echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2245echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2246if test "${ac_cv_prog_cc_stdc+set}" = set; then
2247 echo $ECHO_N "(cached) $ECHO_C" >&6
2248else
2249 ac_cv_prog_cc_stdc=no
2250ac_save_CC=$CC
2251cat >conftest.$ac_ext <<_ACEOF
2252/* confdefs.h. */
2253_ACEOF
2254cat confdefs.h >>conftest.$ac_ext
2255cat >>conftest.$ac_ext <<_ACEOF
2256/* end confdefs.h. */
2257#include <stdarg.h>
2258#include <stdio.h>
2259#include <sys/types.h>
2260#include <sys/stat.h>
2261/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2262struct buf { int x; };
2263FILE * (*rcsopen) (struct buf *, struct stat *, int);
2264static char *e (p, i)
2265 char **p;
2266 int i;
2267{
2268 return p[i];
2269}
2270static char *f (char * (*g) (char **, int), char **p, ...)
2271{
2272 char *s;
2273 va_list v;
2274 va_start (v,p);
2275 s = g (p, va_arg (v,int));
2276 va_end (v);
2277 return s;
2278}
1042 2279
1043for ac_prog in $CCC c++ g++ gcc CC cxx cc++ cl 2280/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2281 function prototypes and stuff, but not '\xHH' hex character constants.
2282 These don't provoke an error unfortunately, instead are silently treated
2283 as 'x'. The following induces an error, until -std1 is added to get
2284 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2285 array size at least. It's necessary to write '\x00'==0 to get something
2286 that's true only with -std1. */
2287int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2288
2289int test (int i, double x);
2290struct s1 {int (*f) (int a);};
2291struct s2 {int (*f) (double a);};
2292int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2293int argc;
2294char **argv;
2295int
2296main ()
2297{
2298return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2299 ;
2300 return 0;
2301}
2302_ACEOF
2303# Don't try gcc -ansi; that turns off useful extensions and
2304# breaks some systems' header files.
2305# AIX -qlanglvl=ansi
2306# Ultrix and OSF/1 -std1
2307# HP-UX 10.20 and later -Ae
2308# HP-UX older versions -Aa -D_HPUX_SOURCE
2309# SVR4 -Xc -D__EXTENSIONS__
2310for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
1044do 2311do
2312 CC="$ac_save_CC $ac_arg"
2313 rm -f conftest.$ac_objext
2314if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2315 (eval $ac_compile) 2>conftest.er1
2316 ac_status=$?
2317 grep -v '^ *+' conftest.er1 >conftest.err
2318 rm -f conftest.er1
2319 cat conftest.err >&5
2320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2321 (exit $ac_status); } &&
2322 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2323 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2324 (eval $ac_try) 2>&5
2325 ac_status=$?
2326 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2327 (exit $ac_status); }; } &&
2328 { ac_try='test -s conftest.$ac_objext'
2329 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2330 (eval $ac_try) 2>&5
2331 ac_status=$?
2332 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2333 (exit $ac_status); }; }; then
2334 ac_cv_prog_cc_stdc=$ac_arg
2335break
2336else
2337 echo "$as_me: failed program was:" >&5
2338sed 's/^/| /' conftest.$ac_ext >&5
2339
2340fi
2341rm -f conftest.err conftest.$ac_objext
2342done
2343rm -f conftest.$ac_ext conftest.$ac_objext
2344CC=$ac_save_CC
2345
2346fi
2347
2348case "x$ac_cv_prog_cc_stdc" in
2349 x|xno)
2350 echo "$as_me:$LINENO: result: none needed" >&5
2351echo "${ECHO_T}none needed" >&6 ;;
2352 *)
2353 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2354echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2355 CC="$CC $ac_cv_prog_cc_stdc" ;;
2356esac
2357
2358# Some people use a C++ compiler to compile C. Since we use `exit',
2359# in C++ we need to declare it. In case someone uses the same compiler
2360# for both compiling C and C++ we need to have the C++ compiler decide
2361# the declaration of exit, since it's the most demanding environment.
2362cat >conftest.$ac_ext <<_ACEOF
2363#ifndef __cplusplus
2364 choke me
2365#endif
2366_ACEOF
2367rm -f conftest.$ac_objext
2368if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2369 (eval $ac_compile) 2>conftest.er1
2370 ac_status=$?
2371 grep -v '^ *+' conftest.er1 >conftest.err
2372 rm -f conftest.er1
2373 cat conftest.err >&5
2374 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2375 (exit $ac_status); } &&
2376 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2377 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2378 (eval $ac_try) 2>&5
2379 ac_status=$?
2380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2381 (exit $ac_status); }; } &&
2382 { ac_try='test -s conftest.$ac_objext'
2383 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2384 (eval $ac_try) 2>&5
2385 ac_status=$?
2386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2387 (exit $ac_status); }; }; then
2388 for ac_declaration in \
2389 '' \
2390 'extern "C" void std::exit (int) throw (); using std::exit;' \
2391 'extern "C" void std::exit (int); using std::exit;' \
2392 'extern "C" void exit (int) throw ();' \
2393 'extern "C" void exit (int);' \
2394 'void exit (int);'
2395do
2396 cat >conftest.$ac_ext <<_ACEOF
2397/* confdefs.h. */
2398_ACEOF
2399cat confdefs.h >>conftest.$ac_ext
2400cat >>conftest.$ac_ext <<_ACEOF
2401/* end confdefs.h. */
2402$ac_declaration
2403#include <stdlib.h>
2404int
2405main ()
2406{
2407exit (42);
2408 ;
2409 return 0;
2410}
2411_ACEOF
2412rm -f conftest.$ac_objext
2413if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2414 (eval $ac_compile) 2>conftest.er1
2415 ac_status=$?
2416 grep -v '^ *+' conftest.er1 >conftest.err
2417 rm -f conftest.er1
2418 cat conftest.err >&5
2419 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2420 (exit $ac_status); } &&
2421 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2422 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2423 (eval $ac_try) 2>&5
2424 ac_status=$?
2425 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2426 (exit $ac_status); }; } &&
2427 { ac_try='test -s conftest.$ac_objext'
2428 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2429 (eval $ac_try) 2>&5
2430 ac_status=$?
2431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2432 (exit $ac_status); }; }; then
2433 :
2434else
2435 echo "$as_me: failed program was:" >&5
2436sed 's/^/| /' conftest.$ac_ext >&5
2437
2438continue
2439fi
2440rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2441 cat >conftest.$ac_ext <<_ACEOF
2442/* confdefs.h. */
2443_ACEOF
2444cat confdefs.h >>conftest.$ac_ext
2445cat >>conftest.$ac_ext <<_ACEOF
2446/* end confdefs.h. */
2447$ac_declaration
2448int
2449main ()
2450{
2451exit (42);
2452 ;
2453 return 0;
2454}
2455_ACEOF
2456rm -f conftest.$ac_objext
2457if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2458 (eval $ac_compile) 2>conftest.er1
2459 ac_status=$?
2460 grep -v '^ *+' conftest.er1 >conftest.err
2461 rm -f conftest.er1
2462 cat conftest.err >&5
2463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2464 (exit $ac_status); } &&
2465 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2466 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2467 (eval $ac_try) 2>&5
2468 ac_status=$?
2469 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2470 (exit $ac_status); }; } &&
2471 { ac_try='test -s conftest.$ac_objext'
2472 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2473 (eval $ac_try) 2>&5
2474 ac_status=$?
2475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2476 (exit $ac_status); }; }; then
2477 break
2478else
2479 echo "$as_me: failed program was:" >&5
2480sed 's/^/| /' conftest.$ac_ext >&5
2481
2482fi
2483rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2484done
2485rm -f conftest*
2486if test -n "$ac_declaration"; then
2487 echo '#ifdef __cplusplus' >>confdefs.h
2488 echo $ac_declaration >>confdefs.h
2489 echo '#endif' >>confdefs.h
2490fi
2491
2492else
2493 echo "$as_me: failed program was:" >&5
2494sed 's/^/| /' conftest.$ac_ext >&5
2495
2496fi
2497rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2498ac_ext=c
2499ac_cpp='$CPP $CPPFLAGS'
2500ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2501ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2502ac_compiler_gnu=$ac_cv_c_compiler_gnu
2503
2504ac_ext=cc
2505ac_cpp='$CXXCPP $CPPFLAGS'
2506ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2507ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2508ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
2509if test -n "$ac_tool_prefix"; then
2510 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
2511 do
1045# Extract the first word of "$ac_prog", so it can be a program name with args. 2512 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1046set dummy $ac_prog; ac_word=$2 2513set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2514echo "$as_me:$LINENO: checking for $ac_word" >&5
1047echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2515echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1048echo "configure:1049: checking for $ac_word" >&5
1049if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then 2516if test "${ac_cv_prog_CXX+set}" = set; then
1050 echo $ac_n "(cached) $ac_c" 1>&6 2517 echo $ECHO_N "(cached) $ECHO_C" >&6
1051else 2518else
1052 if test -n "$CXX"; then 2519 if test -n "$CXX"; then
1053 ac_cv_prog_CXX="$CXX" # Let the user override the test. 2520 ac_cv_prog_CXX="$CXX" # Let the user override the test.
1054else 2521else
1055 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 2522as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1056 ac_dummy="$PATH" 2523for as_dir in $PATH
1057 for ac_dir in $ac_dummy; do 2524do
2525 IFS=$as_save_IFS
1058 test -z "$ac_dir" && ac_dir=. 2526 test -z "$as_dir" && as_dir=.
1059 if test -f $ac_dir/$ac_word; then 2527 for ac_exec_ext in '' $ac_executable_extensions; do
2528 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1060 ac_cv_prog_CXX="$ac_prog" 2529 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
2530 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1061 break 2531 break 2
1062 fi 2532 fi
2533done
2534done
2535
2536fi
2537fi
2538CXX=$ac_cv_prog_CXX
2539if test -n "$CXX"; then
2540 echo "$as_me:$LINENO: result: $CXX" >&5
2541echo "${ECHO_T}$CXX" >&6
2542else
2543 echo "$as_me:$LINENO: result: no" >&5
2544echo "${ECHO_T}no" >&6
2545fi
2546
2547 test -n "$CXX" && break
1063 done 2548 done
1064 IFS="$ac_save_ifs"
1065fi 2549fi
1066fi
1067CXX="$ac_cv_prog_CXX"
1068if test -n "$CXX"; then 2550if test -z "$CXX"; then
1069 echo "$ac_t""$CXX" 1>&6 2551 ac_ct_CXX=$CXX
2552 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
2553do
2554 # Extract the first word of "$ac_prog", so it can be a program name with args.
2555set dummy $ac_prog; ac_word=$2
2556echo "$as_me:$LINENO: checking for $ac_word" >&5
2557echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2558if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
2559 echo $ECHO_N "(cached) $ECHO_C" >&6
1070else 2560else
1071 echo "$ac_t""no" 1>&6 2561 if test -n "$ac_ct_CXX"; then
1072fi 2562 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
1073 2563else
1074test -n "$CXX" && break 2564as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2565for as_dir in $PATH
2566do
2567 IFS=$as_save_IFS
2568 test -z "$as_dir" && as_dir=.
2569 for ac_exec_ext in '' $ac_executable_extensions; do
2570 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2571 ac_cv_prog_ac_ct_CXX="$ac_prog"
2572 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2573 break 2
2574 fi
1075done 2575done
2576done
2577
2578fi
2579fi
2580ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
2581if test -n "$ac_ct_CXX"; then
2582 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
2583echo "${ECHO_T}$ac_ct_CXX" >&6
2584else
2585 echo "$as_me:$LINENO: result: no" >&5
2586echo "${ECHO_T}no" >&6
2587fi
2588
2589 test -n "$ac_ct_CXX" && break
2590done
1076test -n "$CXX" || CXX="gcc" 2591test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
1077 2592
2593 CXX=$ac_ct_CXX
2594fi
1078 2595
1079echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
1080echo "configure:1081: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
1081 2596
1082ac_ext=C 2597# Provide some information about the compiler.
1083# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. 2598echo "$as_me:$LINENO:" \
1084ac_cpp='$CXXCPP $CPPFLAGS' 2599 "checking for C++ compiler version" >&5
1085ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 2600ac_compiler=`set X $ac_compile; echo $2`
1086ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 2601{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
1087cross_compiling=$ac_cv_prog_cxx_cross 2602 (eval $ac_compiler --version </dev/null >&5) 2>&5
2603 ac_status=$?
2604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2605 (exit $ac_status); }
2606{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
2607 (eval $ac_compiler -v </dev/null >&5) 2>&5
2608 ac_status=$?
2609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2610 (exit $ac_status); }
2611{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
2612 (eval $ac_compiler -V </dev/null >&5) 2>&5
2613 ac_status=$?
2614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2615 (exit $ac_status); }
1088 2616
2617echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
2618echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
2619if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
2620 echo $ECHO_N "(cached) $ECHO_C" >&6
2621else
2622 cat >conftest.$ac_ext <<_ACEOF
2623/* confdefs.h. */
2624_ACEOF
2625cat confdefs.h >>conftest.$ac_ext
1089cat > conftest.$ac_ext << EOF 2626cat >>conftest.$ac_ext <<_ACEOF
2627/* end confdefs.h. */
1090 2628
1091#line 1092 "configure" 2629int
1092#include "confdefs.h" 2630main ()
1093 2631{
1094int main(){return(0);}
1095EOF
1096if { (eval echo configure:1097: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1097 ac_cv_prog_cxx_works=yes
1098 # If we can't run a trivial program, we are probably using a cross compiler.
1099 if (./conftest; exit) 2>/dev/null; then
1100 ac_cv_prog_cxx_cross=no
1101 else
1102 ac_cv_prog_cxx_cross=yes
1103 fi
1104else
1105 echo "configure: failed program was:" >&5
1106 cat conftest.$ac_ext >&5
1107 ac_cv_prog_cxx_works=no
1108fi
1109rm -fr conftest*
1110ac_ext=c
1111# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1112ac_cpp='$CPP $CPPFLAGS'
1113ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1114ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1115cross_compiling=$ac_cv_prog_cc_cross
1116
1117echo "$ac_t""$ac_cv_prog_cxx_works" 1>&6
1118if test $ac_cv_prog_cxx_works = no; then
1119 { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; }
1120fi
1121echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
1122echo "configure:1123: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
1123echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
1124cross_compiling=$ac_cv_prog_cxx_cross
1125
1126echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
1127echo "configure:1128: checking whether we are using GNU C++" >&5
1128if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
1129 echo $ac_n "(cached) $ac_c" 1>&6
1130else
1131 cat > conftest.C <<EOF
1132#ifdef __GNUC__ 2632#ifndef __GNUC__
1133 yes; 2633 choke me
1134#endif 2634#endif
1135EOF
1136if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1137: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
1137 ac_cv_prog_gxx=yes
1138else
1139 ac_cv_prog_gxx=no
1140fi
1141fi
1142 2635
1143echo "$ac_t""$ac_cv_prog_gxx" 1>&6 2636 ;
1144 2637 return 0;
1145if test $ac_cv_prog_gxx = yes; then 2638}
1146 GXX=yes 2639_ACEOF
2640rm -f conftest.$ac_objext
2641if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2642 (eval $ac_compile) 2>conftest.er1
2643 ac_status=$?
2644 grep -v '^ *+' conftest.er1 >conftest.err
2645 rm -f conftest.er1
2646 cat conftest.err >&5
2647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2648 (exit $ac_status); } &&
2649 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
2650 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2651 (eval $ac_try) 2>&5
2652 ac_status=$?
2653 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2654 (exit $ac_status); }; } &&
2655 { ac_try='test -s conftest.$ac_objext'
2656 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2657 (eval $ac_try) 2>&5
2658 ac_status=$?
2659 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2660 (exit $ac_status); }; }; then
2661 ac_compiler_gnu=yes
1147else 2662else
1148 GXX= 2663 echo "$as_me: failed program was:" >&5
1149fi 2664sed 's/^/| /' conftest.$ac_ext >&5
1150 2665
2666ac_compiler_gnu=no
2667fi
2668rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2669ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
2670
2671fi
2672echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
2673echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
2674GXX=`test $ac_compiler_gnu = yes && echo yes`
1151ac_test_CXXFLAGS="${CXXFLAGS+set}" 2675ac_test_CXXFLAGS=${CXXFLAGS+set}
1152ac_save_CXXFLAGS="$CXXFLAGS" 2676ac_save_CXXFLAGS=$CXXFLAGS
1153CXXFLAGS= 2677CXXFLAGS="-g"
2678echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
1154echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6 2679echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
1155echo "configure:1156: checking whether ${CXX-g++} accepts -g" >&5
1156if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then 2680if test "${ac_cv_prog_cxx_g+set}" = set; then
1157 echo $ac_n "(cached) $ac_c" 1>&6 2681 echo $ECHO_N "(cached) $ECHO_C" >&6
1158else 2682else
1159 echo 'void f(){}' > conftest.cc 2683 cat >conftest.$ac_ext <<_ACEOF
1160if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then 2684/* confdefs.h. */
2685_ACEOF
2686cat confdefs.h >>conftest.$ac_ext
2687cat >>conftest.$ac_ext <<_ACEOF
2688/* end confdefs.h. */
2689
2690int
2691main ()
2692{
2693
2694 ;
2695 return 0;
2696}
2697_ACEOF
2698rm -f conftest.$ac_objext
2699if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2700 (eval $ac_compile) 2>conftest.er1
2701 ac_status=$?
2702 grep -v '^ *+' conftest.er1 >conftest.err
2703 rm -f conftest.er1
2704 cat conftest.err >&5
2705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2706 (exit $ac_status); } &&
2707 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
2708 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2709 (eval $ac_try) 2>&5
2710 ac_status=$?
2711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2712 (exit $ac_status); }; } &&
2713 { ac_try='test -s conftest.$ac_objext'
2714 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2715 (eval $ac_try) 2>&5
2716 ac_status=$?
2717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2718 (exit $ac_status); }; }; then
1161 ac_cv_prog_cxx_g=yes 2719 ac_cv_prog_cxx_g=yes
1162else 2720else
2721 echo "$as_me: failed program was:" >&5
2722sed 's/^/| /' conftest.$ac_ext >&5
2723
1163 ac_cv_prog_cxx_g=no 2724ac_cv_prog_cxx_g=no
1164fi 2725fi
1165rm -f conftest* 2726rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
1166
1167fi 2727fi
1168 2728echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
1169echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6 2729echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
1170if test "$ac_test_CXXFLAGS" = set; then 2730if test "$ac_test_CXXFLAGS" = set; then
1171 CXXFLAGS="$ac_save_CXXFLAGS" 2731 CXXFLAGS=$ac_save_CXXFLAGS
1172elif test $ac_cv_prog_cxx_g = yes; then 2732elif test $ac_cv_prog_cxx_g = yes; then
1173 if test "$GXX" = yes; then 2733 if test "$GXX" = yes; then
1174 CXXFLAGS="-g -O2" 2734 CXXFLAGS="-g -O2"
1175 else 2735 else
1176 CXXFLAGS="-g" 2736 CXXFLAGS="-g"
1180 CXXFLAGS="-O2" 2740 CXXFLAGS="-O2"
1181 else 2741 else
1182 CXXFLAGS= 2742 CXXFLAGS=
1183 fi 2743 fi
1184fi 2744fi
2745for ac_declaration in \
2746 '' \
2747 'extern "C" void std::exit (int) throw (); using std::exit;' \
2748 'extern "C" void std::exit (int); using std::exit;' \
2749 'extern "C" void exit (int) throw ();' \
2750 'extern "C" void exit (int);' \
2751 'void exit (int);'
2752do
2753 cat >conftest.$ac_ext <<_ACEOF
2754/* confdefs.h. */
2755_ACEOF
2756cat confdefs.h >>conftest.$ac_ext
2757cat >>conftest.$ac_ext <<_ACEOF
2758/* end confdefs.h. */
2759$ac_declaration
2760#include <stdlib.h>
2761int
2762main ()
2763{
2764exit (42);
2765 ;
2766 return 0;
2767}
2768_ACEOF
2769rm -f conftest.$ac_objext
2770if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2771 (eval $ac_compile) 2>conftest.er1
2772 ac_status=$?
2773 grep -v '^ *+' conftest.er1 >conftest.err
2774 rm -f conftest.er1
2775 cat conftest.err >&5
2776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2777 (exit $ac_status); } &&
2778 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
2779 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2780 (eval $ac_try) 2>&5
2781 ac_status=$?
2782 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2783 (exit $ac_status); }; } &&
2784 { ac_try='test -s conftest.$ac_objext'
2785 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2786 (eval $ac_try) 2>&5
2787 ac_status=$?
2788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2789 (exit $ac_status); }; }; then
2790 :
2791else
2792 echo "$as_me: failed program was:" >&5
2793sed 's/^/| /' conftest.$ac_ext >&5
1185 2794
2795continue
2796fi
2797rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2798 cat >conftest.$ac_ext <<_ACEOF
2799/* confdefs.h. */
2800_ACEOF
2801cat confdefs.h >>conftest.$ac_ext
2802cat >>conftest.$ac_ext <<_ACEOF
2803/* end confdefs.h. */
2804$ac_declaration
2805int
2806main ()
2807{
2808exit (42);
2809 ;
2810 return 0;
2811}
2812_ACEOF
2813rm -f conftest.$ac_objext
2814if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2815 (eval $ac_compile) 2>conftest.er1
2816 ac_status=$?
2817 grep -v '^ *+' conftest.er1 >conftest.err
2818 rm -f conftest.er1
2819 cat conftest.err >&5
2820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2821 (exit $ac_status); } &&
2822 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
2823 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2824 (eval $ac_try) 2>&5
2825 ac_status=$?
2826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2827 (exit $ac_status); }; } &&
2828 { ac_try='test -s conftest.$ac_objext'
2829 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2830 (eval $ac_try) 2>&5
2831 ac_status=$?
2832 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2833 (exit $ac_status); }; }; then
2834 break
2835else
2836 echo "$as_me: failed program was:" >&5
2837sed 's/^/| /' conftest.$ac_ext >&5
2838
2839fi
2840rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2841done
2842rm -f conftest*
2843if test -n "$ac_declaration"; then
2844 echo '#ifdef __cplusplus' >>confdefs.h
2845 echo $ac_declaration >>confdefs.h
2846 echo '#endif' >>confdefs.h
2847fi
2848
2849ac_ext=c
2850ac_cpp='$CPP $CPPFLAGS'
2851ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2852ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2853ac_compiler_gnu=$ac_cv_c_compiler_gnu
2854
2855ac_ext=c
2856ac_cpp='$CPP $CPPFLAGS'
2857ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2858ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2859ac_compiler_gnu=$ac_cv_c_compiler_gnu
2860echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
1186echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 2861echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
1187echo "configure:1188: checking how to run the C preprocessor" >&5
1188# On Suns, sometimes $CPP names a directory. 2862# On Suns, sometimes $CPP names a directory.
1189if test -n "$CPP" && test -d "$CPP"; then 2863if test -n "$CPP" && test -d "$CPP"; then
1190 CPP= 2864 CPP=
1191fi 2865fi
1192if test -z "$CPP"; then 2866if test -z "$CPP"; then
1193if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then 2867 if test "${ac_cv_prog_CPP+set}" = set; then
1194 echo $ac_n "(cached) $ac_c" 1>&6 2868 echo $ECHO_N "(cached) $ECHO_C" >&6
1195else 2869else
1196 # This must be in double quotes, not single quotes, because CPP may get 2870 # Double quotes because CPP needs to be expanded
1197 # substituted into the Makefile and "${CC-cc}" will confuse make. 2871 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
1198 CPP="${CC-cc} -E" 2872 do
2873 ac_preproc_ok=false
2874for ac_c_preproc_warn_flag in '' yes
2875do
2876 # Use a header file that comes with gcc, so configuring glibc
2877 # with a fresh cross-compiler works.
2878 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2879 # <limits.h> exists even on freestanding compilers.
1199 # On the NeXT, cc -E runs the code through the compiler's parser, 2880 # On the NeXT, cc -E runs the code through the compiler's parser,
1200 # not just through cpp. 2881 # not just through cpp. "Syntax error" is here to catch this case.
1201 cat > conftest.$ac_ext <<EOF 2882 cat >conftest.$ac_ext <<_ACEOF
1202#line 1203 "configure" 2883/* confdefs.h. */
1203#include "confdefs.h" 2884_ACEOF
2885cat confdefs.h >>conftest.$ac_ext
2886cat >>conftest.$ac_ext <<_ACEOF
2887/* end confdefs.h. */
2888#ifdef __STDC__
2889# include <limits.h>
2890#else
1204#include <assert.h> 2891# include <assert.h>
1205Syntax Error 2892#endif
1206EOF 2893 Syntax error
1207ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2894_ACEOF
1208{ (eval echo configure:1209: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2895if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
1209ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2896 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2897 ac_status=$?
2898 grep -v '^ *+' conftest.er1 >conftest.err
2899 rm -f conftest.er1
2900 cat conftest.err >&5
2901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2902 (exit $ac_status); } >/dev/null; then
2903 if test -s conftest.err; then
2904 ac_cpp_err=$ac_c_preproc_warn_flag
2905 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2906 else
2907 ac_cpp_err=
2908 fi
2909else
2910 ac_cpp_err=yes
2911fi
1210if test -z "$ac_err"; then 2912if test -z "$ac_cpp_err"; then
1211 : 2913 :
1212else 2914else
1213 echo "$ac_err" >&5
1214 echo "configure: failed program was:" >&5 2915 echo "$as_me: failed program was:" >&5
1215 cat conftest.$ac_ext >&5 2916sed 's/^/| /' conftest.$ac_ext >&5
1216 rm -rf conftest* 2917
1217 CPP="${CC-cc} -E -traditional-cpp" 2918 # Broken: fails on valid input.
2919continue
2920fi
2921rm -f conftest.err conftest.$ac_ext
2922
2923 # OK, works on sane cases. Now check whether non-existent headers
2924 # can be detected and how.
1218 cat > conftest.$ac_ext <<EOF 2925 cat >conftest.$ac_ext <<_ACEOF
1219#line 1220 "configure" 2926/* confdefs.h. */
1220#include "confdefs.h" 2927_ACEOF
2928cat confdefs.h >>conftest.$ac_ext
2929cat >>conftest.$ac_ext <<_ACEOF
2930/* end confdefs.h. */
2931#include <ac_nonexistent.h>
2932_ACEOF
2933if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2934 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2935 ac_status=$?
2936 grep -v '^ *+' conftest.er1 >conftest.err
2937 rm -f conftest.er1
2938 cat conftest.err >&5
2939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2940 (exit $ac_status); } >/dev/null; then
2941 if test -s conftest.err; then
2942 ac_cpp_err=$ac_c_preproc_warn_flag
2943 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2944 else
2945 ac_cpp_err=
2946 fi
2947else
2948 ac_cpp_err=yes
2949fi
2950if test -z "$ac_cpp_err"; then
2951 # Broken: success on invalid input.
2952continue
2953else
2954 echo "$as_me: failed program was:" >&5
2955sed 's/^/| /' conftest.$ac_ext >&5
2956
2957 # Passes both tests.
2958ac_preproc_ok=:
2959break
2960fi
2961rm -f conftest.err conftest.$ac_ext
2962
2963done
2964# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
2965rm -f conftest.err conftest.$ac_ext
2966if $ac_preproc_ok; then
2967 break
2968fi
2969
2970 done
2971 ac_cv_prog_CPP=$CPP
2972
2973fi
2974 CPP=$ac_cv_prog_CPP
2975else
2976 ac_cv_prog_CPP=$CPP
2977fi
2978echo "$as_me:$LINENO: result: $CPP" >&5
2979echo "${ECHO_T}$CPP" >&6
2980ac_preproc_ok=false
2981for ac_c_preproc_warn_flag in '' yes
2982do
2983 # Use a header file that comes with gcc, so configuring glibc
2984 # with a fresh cross-compiler works.
2985 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2986 # <limits.h> exists even on freestanding compilers.
2987 # On the NeXT, cc -E runs the code through the compiler's parser,
2988 # not just through cpp. "Syntax error" is here to catch this case.
2989 cat >conftest.$ac_ext <<_ACEOF
2990/* confdefs.h. */
2991_ACEOF
2992cat confdefs.h >>conftest.$ac_ext
2993cat >>conftest.$ac_ext <<_ACEOF
2994/* end confdefs.h. */
2995#ifdef __STDC__
2996# include <limits.h>
2997#else
1221#include <assert.h> 2998# include <assert.h>
1222Syntax Error 2999#endif
1223EOF 3000 Syntax error
1224ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3001_ACEOF
1225{ (eval echo configure:1226: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3002if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
1226ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3003 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3004 ac_status=$?
3005 grep -v '^ *+' conftest.er1 >conftest.err
3006 rm -f conftest.er1
3007 cat conftest.err >&5
3008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3009 (exit $ac_status); } >/dev/null; then
3010 if test -s conftest.err; then
3011 ac_cpp_err=$ac_c_preproc_warn_flag
3012 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3013 else
3014 ac_cpp_err=
3015 fi
3016else
3017 ac_cpp_err=yes
3018fi
1227if test -z "$ac_err"; then 3019if test -z "$ac_cpp_err"; then
1228 : 3020 :
1229else 3021else
1230 echo "$ac_err" >&5
1231 echo "configure: failed program was:" >&5 3022 echo "$as_me: failed program was:" >&5
1232 cat conftest.$ac_ext >&5 3023sed 's/^/| /' conftest.$ac_ext >&5
1233 rm -rf conftest* 3024
1234 CPP="${CC-cc} -nologo -E" 3025 # Broken: fails on valid input.
3026continue
3027fi
3028rm -f conftest.err conftest.$ac_ext
3029
3030 # OK, works on sane cases. Now check whether non-existent headers
3031 # can be detected and how.
1235 cat > conftest.$ac_ext <<EOF 3032 cat >conftest.$ac_ext <<_ACEOF
1236#line 1237 "configure" 3033/* confdefs.h. */
1237#include "confdefs.h" 3034_ACEOF
1238#include <assert.h> 3035cat confdefs.h >>conftest.$ac_ext
1239Syntax Error 3036cat >>conftest.$ac_ext <<_ACEOF
1240EOF 3037/* end confdefs.h. */
1241ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3038#include <ac_nonexistent.h>
1242{ (eval echo configure:1243: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3039_ACEOF
1243ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3040if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3041 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3042 ac_status=$?
3043 grep -v '^ *+' conftest.er1 >conftest.err
3044 rm -f conftest.er1
3045 cat conftest.err >&5
3046 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3047 (exit $ac_status); } >/dev/null; then
3048 if test -s conftest.err; then
3049 ac_cpp_err=$ac_c_preproc_warn_flag
3050 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3051 else
3052 ac_cpp_err=
3053 fi
3054else
3055 ac_cpp_err=yes
3056fi
1244if test -z "$ac_err"; then 3057if test -z "$ac_cpp_err"; then
3058 # Broken: success on invalid input.
3059continue
3060else
3061 echo "$as_me: failed program was:" >&5
3062sed 's/^/| /' conftest.$ac_ext >&5
3063
3064 # Passes both tests.
3065ac_preproc_ok=:
3066break
3067fi
3068rm -f conftest.err conftest.$ac_ext
3069
3070done
3071# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3072rm -f conftest.err conftest.$ac_ext
3073if $ac_preproc_ok; then
1245 : 3074 :
1246else 3075else
1247 echo "$ac_err" >&5 3076 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
1248 echo "configure: failed program was:" >&5 3077See \`config.log' for more details." >&5
1249 cat conftest.$ac_ext >&5 3078echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
1250 rm -rf conftest* 3079See \`config.log' for more details." >&2;}
1251 CPP=/lib/cpp 3080 { (exit 1); exit 1; }; }
1252fi 3081fi
1253rm -f conftest* 3082
1254fi 3083ac_ext=c
1255rm -f conftest* 3084ac_cpp='$CPP $CPPFLAGS'
1256fi 3085ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1257rm -f conftest* 3086ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1258 ac_cv_prog_CPP="$CPP" 3087ac_compiler_gnu=$ac_cv_c_compiler_gnu
1259fi
1260 CPP="$ac_cv_prog_CPP"
1261else
1262 ac_cv_prog_CPP="$CPP"
1263fi
1264echo "$ac_t""$CPP" 1>&6
1265 3088
1266# Find a good install program. We prefer a C program (faster), 3089# Find a good install program. We prefer a C program (faster),
1267# so one script is as good as another. But avoid the broken or 3090# so one script is as good as another. But avoid the broken or
1268# incompatible versions: 3091# incompatible versions:
1269# SysV /etc/install, /usr/sbin/install 3092# SysV /etc/install, /usr/sbin/install
1270# SunOS /usr/etc/install 3093# SunOS /usr/etc/install
1271# IRIX /sbin/install 3094# IRIX /sbin/install
1272# AIX /bin/install 3095# AIX /bin/install
3096# AmigaOS /C/install, which installs bootblocks on floppy discs
1273# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag 3097# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1274# AFS /usr/afsws/bin/install, which mishandles nonexistent args 3098# AFS /usr/afsws/bin/install, which mishandles nonexistent args
1275# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 3099# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3100# OS/2's system install, which has a completely different semantic
1276# ./install, which can be erroneously created by make from ./install.sh. 3101# ./install, which can be erroneously created by make from ./install.sh.
3102echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1277echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 3103echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
1278echo "configure:1279: checking for a BSD compatible install" >&5
1279if test -z "$INSTALL"; then 3104if test -z "$INSTALL"; then
1280if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then 3105if test "${ac_cv_path_install+set}" = set; then
1281 echo $ac_n "(cached) $ac_c" 1>&6 3106 echo $ECHO_N "(cached) $ECHO_C" >&6
1282else 3107else
1283 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":" 3108 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1284 for ac_dir in $PATH; do 3109for as_dir in $PATH
3110do
3111 IFS=$as_save_IFS
3112 test -z "$as_dir" && as_dir=.
1285 # Account for people who put trailing slashes in PATH elements. 3113 # Account for people who put trailing slashes in PATH elements.
1286 case "$ac_dir/" in 3114case $as_dir/ in
3115 ./ | .// | /cC/* | \
1287 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;; 3116 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3117 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
3118 /usr/ucb/* ) ;;
1288 *) 3119 *)
1289 # OSF1 and SCO ODT 3.0 have their own names for install. 3120 # OSF1 and SCO ODT 3.0 have their own names for install.
1290 # Don't use installbsd from OSF since it installs stuff as root 3121 # Don't use installbsd from OSF since it installs stuff as root
1291 # by default. 3122 # by default.
1292 for ac_prog in ginstall scoinst install; do 3123 for ac_prog in ginstall scoinst install; do
1293 if test -f $ac_dir/$ac_prog; then 3124 for ac_exec_ext in '' $ac_executable_extensions; do
3125 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1294 if test $ac_prog = install && 3126 if test $ac_prog = install &&
1295 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then 3127 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1296 # AIX install. It has an incompatible calling convention. 3128 # AIX install. It has an incompatible calling convention.
1297 : 3129 :
3130 elif test $ac_prog = install &&
3131 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3132 # program-specific install script used by HP pwplus--don't use.
3133 :
1298 else 3134 else
1299 ac_cv_path_install="$ac_dir/$ac_prog -c" 3135 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1300 break 2 3136 break 3
1301 fi 3137 fi
1302 fi 3138 fi
1303 done 3139 done
1304 ;;
1305 esac
1306 done 3140 done
1307 IFS="$ac_save_IFS" 3141 ;;
3142esac
3143done
3144
1308 3145
1309fi 3146fi
1310 if test "${ac_cv_path_install+set}" = set; then 3147 if test "${ac_cv_path_install+set}" = set; then
1311 INSTALL="$ac_cv_path_install" 3148 INSTALL=$ac_cv_path_install
1312 else 3149 else
1313 # As a last resort, use the slow shell script. We don't cache a 3150 # As a last resort, use the slow shell script. We don't cache a
1314 # path for INSTALL within a source directory, because that will 3151 # path for INSTALL within a source directory, because that will
1315 # break other packages using the cache if that directory is 3152 # break other packages using the cache if that directory is
1316 # removed, or if the path is relative. 3153 # removed, or if the path is relative.
1317 INSTALL="$ac_install_sh" 3154 INSTALL=$ac_install_sh
1318 fi 3155 fi
1319fi 3156fi
3157echo "$as_me:$LINENO: result: $INSTALL" >&5
1320echo "$ac_t""$INSTALL" 1>&6 3158echo "${ECHO_T}$INSTALL" >&6
1321 3159
1322# Use test -z because SunOS4 sh mishandles braces in ${var-val}. 3160# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1323# It thinks the first close brace ends the variable substitution. 3161# It thinks the first close brace ends the variable substitution.
1324test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 3162test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1325 3163
1326test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' 3164test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1327 3165
1328test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 3166test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1329 3167
1330for ac_prog in mawk gawk nawk awk 3168for ac_prog in gawk mawk nawk awk
1331do 3169do
1332# Extract the first word of "$ac_prog", so it can be a program name with args. 3170 # Extract the first word of "$ac_prog", so it can be a program name with args.
1333set dummy $ac_prog; ac_word=$2 3171set dummy $ac_prog; ac_word=$2
3172echo "$as_me:$LINENO: checking for $ac_word" >&5
1334echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 3173echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1335echo "configure:1336: checking for $ac_word" >&5
1336if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then 3174if test "${ac_cv_prog_AWK+set}" = set; then
1337 echo $ac_n "(cached) $ac_c" 1>&6 3175 echo $ECHO_N "(cached) $ECHO_C" >&6
1338else 3176else
1339 if test -n "$AWK"; then 3177 if test -n "$AWK"; then
1340 ac_cv_prog_AWK="$AWK" # Let the user override the test. 3178 ac_cv_prog_AWK="$AWK" # Let the user override the test.
1341else 3179else
1342 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 3180as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1343 ac_dummy="$PATH" 3181for as_dir in $PATH
1344 for ac_dir in $ac_dummy; do 3182do
3183 IFS=$as_save_IFS
1345 test -z "$ac_dir" && ac_dir=. 3184 test -z "$as_dir" && as_dir=.
1346 if test -f $ac_dir/$ac_word; then 3185 for ac_exec_ext in '' $ac_executable_extensions; do
3186 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1347 ac_cv_prog_AWK="$ac_prog" 3187 ac_cv_prog_AWK="$ac_prog"
3188 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1348 break 3189 break 2
3190 fi
3191done
3192done
3193
3194fi
3195fi
3196AWK=$ac_cv_prog_AWK
3197if test -n "$AWK"; then
3198 echo "$as_me:$LINENO: result: $AWK" >&5
3199echo "${ECHO_T}$AWK" >&6
3200else
3201 echo "$as_me:$LINENO: result: no" >&5
3202echo "${ECHO_T}no" >&6
3203fi
3204
3205 test -n "$AWK" && break
3206done
3207
3208
3209ac_ext=c
3210ac_cpp='$CPP $CPPFLAGS'
3211ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3212ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3213ac_compiler_gnu=$ac_cv_c_compiler_gnu
3214
3215
3216LINKER="$CXX"
3217if test x$GCC = xyes && test x$GXX = xyes; then
3218
3219echo "$as_me:$LINENO: checking for main in -lsupc++" >&5
3220echo $ECHO_N "checking for main in -lsupc++... $ECHO_C" >&6
3221if test "${ac_cv_lib_supcpp_main+set}" = set; then
3222 echo $ECHO_N "(cached) $ECHO_C" >&6
3223else
3224 ac_check_lib_save_LIBS=$LIBS
3225LIBS="-lsupc++ $LIBS"
3226cat >conftest.$ac_ext <<_ACEOF
3227/* confdefs.h. */
3228_ACEOF
3229cat confdefs.h >>conftest.$ac_ext
3230cat >>conftest.$ac_ext <<_ACEOF
3231/* end confdefs.h. */
3232
3233
3234int
3235main ()
3236{
3237main ();
3238 ;
3239 return 0;
3240}
3241_ACEOF
3242rm -f conftest.$ac_objext conftest$ac_exeext
3243if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3244 (eval $ac_link) 2>conftest.er1
3245 ac_status=$?
3246 grep -v '^ *+' conftest.er1 >conftest.err
3247 rm -f conftest.er1
3248 cat conftest.err >&5
3249 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3250 (exit $ac_status); } &&
3251 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3252 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3253 (eval $ac_try) 2>&5
3254 ac_status=$?
3255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3256 (exit $ac_status); }; } &&
3257 { ac_try='test -s conftest$ac_exeext'
3258 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3259 (eval $ac_try) 2>&5
3260 ac_status=$?
3261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3262 (exit $ac_status); }; }; then
3263 ac_cv_lib_supcpp_main=yes
3264else
3265 echo "$as_me: failed program was:" >&5
3266sed 's/^/| /' conftest.$ac_ext >&5
3267
3268ac_cv_lib_supcpp_main=no
3269fi
3270rm -f conftest.err conftest.$ac_objext \
3271 conftest$ac_exeext conftest.$ac_ext
3272LIBS=$ac_check_lib_save_LIBS
3273fi
3274echo "$as_me:$LINENO: result: $ac_cv_lib_supcpp_main" >&5
3275echo "${ECHO_T}$ac_cv_lib_supcpp_main" >&6
3276if test $ac_cv_lib_supcpp_main = yes; then
3277
3278 LINKER="$CC"
3279 LIBS="$LIBS -lsupc++"
3280
3281fi
3282
3283fi
3284LINKER=$LINKER
3285
3286
3287CPPFLAGS="-D_GNU_SOURCE -D_XOPEN_SOURCE"
3288
3289
3290ac_ext=cc
3291ac_cpp='$CXXCPP $CPPFLAGS'
3292ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3293ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3294ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3295
3296
3297
3298ac_ext=cc
3299ac_cpp='$CXXCPP $CPPFLAGS'
3300ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3301ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3302ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3303echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
3304echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
3305if test -z "$CXXCPP"; then
3306 if test "${ac_cv_prog_CXXCPP+set}" = set; then
3307 echo $ECHO_N "(cached) $ECHO_C" >&6
3308else
3309 # Double quotes because CXXCPP needs to be expanded
3310 for CXXCPP in "$CXX -E" "/lib/cpp"
3311 do
3312 ac_preproc_ok=false
3313for ac_cxx_preproc_warn_flag in '' yes
3314do
3315 # Use a header file that comes with gcc, so configuring glibc
3316 # with a fresh cross-compiler works.
3317 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3318 # <limits.h> exists even on freestanding compilers.
3319 # On the NeXT, cc -E runs the code through the compiler's parser,
3320 # not just through cpp. "Syntax error" is here to catch this case.
3321 cat >conftest.$ac_ext <<_ACEOF
3322/* confdefs.h. */
3323_ACEOF
3324cat confdefs.h >>conftest.$ac_ext
3325cat >>conftest.$ac_ext <<_ACEOF
3326/* end confdefs.h. */
3327#ifdef __STDC__
3328# include <limits.h>
3329#else
3330# include <assert.h>
3331#endif
3332 Syntax error
3333_ACEOF
3334if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3335 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3336 ac_status=$?
3337 grep -v '^ *+' conftest.er1 >conftest.err
3338 rm -f conftest.er1
3339 cat conftest.err >&5
3340 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3341 (exit $ac_status); } >/dev/null; then
3342 if test -s conftest.err; then
3343 ac_cpp_err=$ac_cxx_preproc_warn_flag
3344 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3345 else
3346 ac_cpp_err=
3347 fi
3348else
3349 ac_cpp_err=yes
3350fi
3351if test -z "$ac_cpp_err"; then
3352 :
3353else
3354 echo "$as_me: failed program was:" >&5
3355sed 's/^/| /' conftest.$ac_ext >&5
3356
3357 # Broken: fails on valid input.
3358continue
3359fi
3360rm -f conftest.err conftest.$ac_ext
3361
3362 # OK, works on sane cases. Now check whether non-existent headers
3363 # can be detected and how.
3364 cat >conftest.$ac_ext <<_ACEOF
3365/* confdefs.h. */
3366_ACEOF
3367cat confdefs.h >>conftest.$ac_ext
3368cat >>conftest.$ac_ext <<_ACEOF
3369/* end confdefs.h. */
3370#include <ac_nonexistent.h>
3371_ACEOF
3372if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3373 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3374 ac_status=$?
3375 grep -v '^ *+' conftest.er1 >conftest.err
3376 rm -f conftest.er1
3377 cat conftest.err >&5
3378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3379 (exit $ac_status); } >/dev/null; then
3380 if test -s conftest.err; then
3381 ac_cpp_err=$ac_cxx_preproc_warn_flag
3382 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3383 else
3384 ac_cpp_err=
3385 fi
3386else
3387 ac_cpp_err=yes
3388fi
3389if test -z "$ac_cpp_err"; then
3390 # Broken: success on invalid input.
3391continue
3392else
3393 echo "$as_me: failed program was:" >&5
3394sed 's/^/| /' conftest.$ac_ext >&5
3395
3396 # Passes both tests.
3397ac_preproc_ok=:
3398break
3399fi
3400rm -f conftest.err conftest.$ac_ext
3401
3402done
3403# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3404rm -f conftest.err conftest.$ac_ext
3405if $ac_preproc_ok; then
3406 break
3407fi
3408
3409 done
3410 ac_cv_prog_CXXCPP=$CXXCPP
3411
3412fi
3413 CXXCPP=$ac_cv_prog_CXXCPP
3414else
3415 ac_cv_prog_CXXCPP=$CXXCPP
3416fi
3417echo "$as_me:$LINENO: result: $CXXCPP" >&5
3418echo "${ECHO_T}$CXXCPP" >&6
3419ac_preproc_ok=false
3420for ac_cxx_preproc_warn_flag in '' yes
3421do
3422 # Use a header file that comes with gcc, so configuring glibc
3423 # with a fresh cross-compiler works.
3424 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3425 # <limits.h> exists even on freestanding compilers.
3426 # On the NeXT, cc -E runs the code through the compiler's parser,
3427 # not just through cpp. "Syntax error" is here to catch this case.
3428 cat >conftest.$ac_ext <<_ACEOF
3429/* confdefs.h. */
3430_ACEOF
3431cat confdefs.h >>conftest.$ac_ext
3432cat >>conftest.$ac_ext <<_ACEOF
3433/* end confdefs.h. */
3434#ifdef __STDC__
3435# include <limits.h>
3436#else
3437# include <assert.h>
3438#endif
3439 Syntax error
3440_ACEOF
3441if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3442 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3443 ac_status=$?
3444 grep -v '^ *+' conftest.er1 >conftest.err
3445 rm -f conftest.er1
3446 cat conftest.err >&5
3447 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3448 (exit $ac_status); } >/dev/null; then
3449 if test -s conftest.err; then
3450 ac_cpp_err=$ac_cxx_preproc_warn_flag
3451 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3452 else
3453 ac_cpp_err=
3454 fi
3455else
3456 ac_cpp_err=yes
3457fi
3458if test -z "$ac_cpp_err"; then
3459 :
3460else
3461 echo "$as_me: failed program was:" >&5
3462sed 's/^/| /' conftest.$ac_ext >&5
3463
3464 # Broken: fails on valid input.
3465continue
3466fi
3467rm -f conftest.err conftest.$ac_ext
3468
3469 # OK, works on sane cases. Now check whether non-existent headers
3470 # can be detected and how.
3471 cat >conftest.$ac_ext <<_ACEOF
3472/* confdefs.h. */
3473_ACEOF
3474cat confdefs.h >>conftest.$ac_ext
3475cat >>conftest.$ac_ext <<_ACEOF
3476/* end confdefs.h. */
3477#include <ac_nonexistent.h>
3478_ACEOF
3479if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3480 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3481 ac_status=$?
3482 grep -v '^ *+' conftest.er1 >conftest.err
3483 rm -f conftest.er1
3484 cat conftest.err >&5
3485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3486 (exit $ac_status); } >/dev/null; then
3487 if test -s conftest.err; then
3488 ac_cpp_err=$ac_cxx_preproc_warn_flag
3489 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3490 else
3491 ac_cpp_err=
3492 fi
3493else
3494 ac_cpp_err=yes
3495fi
3496if test -z "$ac_cpp_err"; then
3497 # Broken: success on invalid input.
3498continue
3499else
3500 echo "$as_me: failed program was:" >&5
3501sed 's/^/| /' conftest.$ac_ext >&5
3502
3503 # Passes both tests.
3504ac_preproc_ok=:
3505break
3506fi
3507rm -f conftest.err conftest.$ac_ext
3508
3509done
3510# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3511rm -f conftest.err conftest.$ac_ext
3512if $ac_preproc_ok; then
3513 :
3514else
3515 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
3516See \`config.log' for more details." >&5
3517echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
3518See \`config.log' for more details." >&2;}
3519 { (exit 1); exit 1; }; }
3520fi
3521
3522ac_ext=cc
3523ac_cpp='$CXXCPP $CPPFLAGS'
3524ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3525ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3526ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3527
3528
3529echo "$as_me:$LINENO: checking for egrep" >&5
3530echo $ECHO_N "checking for egrep... $ECHO_C" >&6
3531if test "${ac_cv_prog_egrep+set}" = set; then
3532 echo $ECHO_N "(cached) $ECHO_C" >&6
3533else
3534 if echo a | (grep -E '(a|b)') >/dev/null 2>&1
3535 then ac_cv_prog_egrep='grep -E'
3536 else ac_cv_prog_egrep='egrep'
1349 fi 3537 fi
1350 done
1351 IFS="$ac_save_ifs"
1352fi 3538fi
1353fi 3539echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
1354AWK="$ac_cv_prog_AWK" 3540echo "${ECHO_T}$ac_cv_prog_egrep" >&6
1355if test -n "$AWK"; then 3541 EGREP=$ac_cv_prog_egrep
1356 echo "$ac_t""$AWK" 1>&6
1357else
1358 echo "$ac_t""no" 1>&6
1359fi
1360 3542
1361test -n "$AWK" && break
1362done
1363 3543
1364 3544
3545echo "$as_me:$LINENO: checking for AIX" >&5
1365echo $ac_n "checking for AIX""... $ac_c" 1>&6 3546echo $ECHO_N "checking for AIX... $ECHO_C" >&6
1366echo "configure:1367: checking for AIX" >&5
1367cat > conftest.$ac_ext <<EOF 3547cat >conftest.$ac_ext <<_ACEOF
1368#line 1369 "configure" 3548/* confdefs.h. */
1369#include "confdefs.h" 3549_ACEOF
3550cat confdefs.h >>conftest.$ac_ext
3551cat >>conftest.$ac_ext <<_ACEOF
3552/* end confdefs.h. */
1370#ifdef _AIX 3553#ifdef _AIX
1371 yes 3554 yes
1372#endif 3555#endif
1373 3556
1374EOF 3557_ACEOF
1375if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 3558if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1376 egrep "yes" >/dev/null 2>&1; then 3559 $EGREP "yes" >/dev/null 2>&1; then
1377 rm -rf conftest* 3560 echo "$as_me:$LINENO: result: yes" >&5
1378 echo "$ac_t""yes" 1>&6; cat >> confdefs.h <<\EOF 3561echo "${ECHO_T}yes" >&6
3562cat >>confdefs.h <<\_ACEOF
1379#define _ALL_SOURCE 1 3563#define _ALL_SOURCE 1
1380EOF 3564_ACEOF
1381 3565
1382else 3566else
1383 rm -rf conftest* 3567 echo "$as_me:$LINENO: result: no" >&5
1384 echo "$ac_t""no" 1>&6 3568echo "${ECHO_T}no" >&6
1385fi 3569fi
1386rm -f conftest* 3570rm -f conftest*
1387 3571
1388 3572
1389echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6 3573echo "$as_me:$LINENO: checking for library containing strerror" >&5
1390echo "configure:1391: checking for POSIXized ISC" >&5 3574echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6
1391if test -d /etc/conf/kconfig.d && 3575if test "${ac_cv_search_strerror+set}" = set; then
1392 grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1 3576 echo $ECHO_N "(cached) $ECHO_C" >&6
1393then
1394 echo "$ac_t""yes" 1>&6
1395 ISC=yes # If later tests want to check for ISC.
1396 cat >> confdefs.h <<\EOF
1397#define _POSIX_SOURCE 1
1398EOF
1399
1400 if test "$GCC" = yes; then
1401 CC="$CC -posix"
1402 else 3577else
1403 CC="$CC -Xp" 3578 ac_func_search_save_LIBS=$LIBS
1404 fi 3579ac_cv_search_strerror=no
3580cat >conftest.$ac_ext <<_ACEOF
3581/* confdefs.h. */
3582_ACEOF
3583cat confdefs.h >>conftest.$ac_ext
3584cat >>conftest.$ac_ext <<_ACEOF
3585/* end confdefs.h. */
3586
3587/* Override any gcc2 internal prototype to avoid an error. */
3588#ifdef __cplusplus
3589extern "C"
3590#endif
3591/* We use char because int might match the return type of a gcc2
3592 builtin and then its argument prototype would still apply. */
3593char strerror ();
3594int
3595main ()
3596{
3597strerror ();
3598 ;
3599 return 0;
3600}
3601_ACEOF
3602rm -f conftest.$ac_objext conftest$ac_exeext
3603if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3604 (eval $ac_link) 2>conftest.er1
3605 ac_status=$?
3606 grep -v '^ *+' conftest.er1 >conftest.err
3607 rm -f conftest.er1
3608 cat conftest.err >&5
3609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3610 (exit $ac_status); } &&
3611 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3612 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3613 (eval $ac_try) 2>&5
3614 ac_status=$?
3615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3616 (exit $ac_status); }; } &&
3617 { ac_try='test -s conftest$ac_exeext'
3618 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3619 (eval $ac_try) 2>&5
3620 ac_status=$?
3621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3622 (exit $ac_status); }; }; then
3623 ac_cv_search_strerror="none required"
1405else 3624else
1406 echo "$ac_t""no" 1>&6 3625 echo "$as_me: failed program was:" >&5
1407 ISC= 3626sed 's/^/| /' conftest.$ac_ext >&5
3627
3628fi
3629rm -f conftest.err conftest.$ac_objext \
3630 conftest$ac_exeext conftest.$ac_ext
3631if test "$ac_cv_search_strerror" = no; then
3632 for ac_lib in cposix; do
3633 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
3634 cat >conftest.$ac_ext <<_ACEOF
3635/* confdefs.h. */
3636_ACEOF
3637cat confdefs.h >>conftest.$ac_ext
3638cat >>conftest.$ac_ext <<_ACEOF
3639/* end confdefs.h. */
3640
3641/* Override any gcc2 internal prototype to avoid an error. */
3642#ifdef __cplusplus
3643extern "C"
3644#endif
3645/* We use char because int might match the return type of a gcc2
3646 builtin and then its argument prototype would still apply. */
3647char strerror ();
3648int
3649main ()
3650{
3651strerror ();
3652 ;
3653 return 0;
3654}
3655_ACEOF
3656rm -f conftest.$ac_objext conftest$ac_exeext
3657if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3658 (eval $ac_link) 2>conftest.er1
3659 ac_status=$?
3660 grep -v '^ *+' conftest.er1 >conftest.err
3661 rm -f conftest.er1
3662 cat conftest.err >&5
3663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3664 (exit $ac_status); } &&
3665 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3666 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3667 (eval $ac_try) 2>&5
3668 ac_status=$?
3669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3670 (exit $ac_status); }; } &&
3671 { ac_try='test -s conftest$ac_exeext'
3672 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3673 (eval $ac_try) 2>&5
3674 ac_status=$?
3675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3676 (exit $ac_status); }; }; then
3677 ac_cv_search_strerror="-l$ac_lib"
3678break
3679else
3680 echo "$as_me: failed program was:" >&5
3681sed 's/^/| /' conftest.$ac_ext >&5
3682
3683fi
3684rm -f conftest.err conftest.$ac_objext \
3685 conftest$ac_exeext conftest.$ac_ext
3686 done
3687fi
3688LIBS=$ac_func_search_save_LIBS
3689fi
3690echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
3691echo "${ECHO_T}$ac_cv_search_strerror" >&6
3692if test "$ac_cv_search_strerror" != no; then
3693 test "$ac_cv_search_strerror" = "none required" || LIBS="$ac_cv_search_strerror $LIBS"
3694
3695fi
3696
3697
3698echo "$as_me:$LINENO: checking for setlocale in -lxpg4" >&5
3699echo $ECHO_N "checking for setlocale in -lxpg4... $ECHO_C" >&6
3700if test "${ac_cv_lib_xpg4_setlocale+set}" = set; then
3701 echo $ECHO_N "(cached) $ECHO_C" >&6
3702else
3703 ac_check_lib_save_LIBS=$LIBS
3704LIBS="-lxpg4 $LIBS"
3705cat >conftest.$ac_ext <<_ACEOF
3706/* confdefs.h. */
3707_ACEOF
3708cat confdefs.h >>conftest.$ac_ext
3709cat >>conftest.$ac_ext <<_ACEOF
3710/* end confdefs.h. */
3711
3712/* Override any gcc2 internal prototype to avoid an error. */
3713#ifdef __cplusplus
3714extern "C"
3715#endif
3716/* We use char because int might match the return type of a gcc2
3717 builtin and then its argument prototype would still apply. */
3718char setlocale ();
3719int
3720main ()
3721{
3722setlocale ();
3723 ;
3724 return 0;
3725}
3726_ACEOF
3727rm -f conftest.$ac_objext conftest$ac_exeext
3728if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3729 (eval $ac_link) 2>conftest.er1
3730 ac_status=$?
3731 grep -v '^ *+' conftest.er1 >conftest.err
3732 rm -f conftest.er1
3733 cat conftest.err >&5
3734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3735 (exit $ac_status); } &&
3736 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3737 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3738 (eval $ac_try) 2>&5
3739 ac_status=$?
3740 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3741 (exit $ac_status); }; } &&
3742 { ac_try='test -s conftest$ac_exeext'
3743 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3744 (eval $ac_try) 2>&5
3745 ac_status=$?
3746 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3747 (exit $ac_status); }; }; then
3748 ac_cv_lib_xpg4_setlocale=yes
3749else
3750 echo "$as_me: failed program was:" >&5
3751sed 's/^/| /' conftest.$ac_ext >&5
3752
3753ac_cv_lib_xpg4_setlocale=no
3754fi
3755rm -f conftest.err conftest.$ac_objext \
3756 conftest$ac_exeext conftest.$ac_ext
3757LIBS=$ac_check_lib_save_LIBS
3758fi
3759echo "$as_me:$LINENO: result: $ac_cv_lib_xpg4_setlocale" >&5
3760echo "${ECHO_T}$ac_cv_lib_xpg4_setlocale" >&6
3761if test $ac_cv_lib_xpg4_setlocale = yes; then
3762 LIBS="$LIBS -lxpg4"
3763fi
3764
3765
3766echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
3767echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
3768if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
3769 echo $ECHO_N "(cached) $ECHO_C" >&6
3770else
3771 ac_check_lib_save_LIBS=$LIBS
3772LIBS="-lnsl $LIBS"
3773cat >conftest.$ac_ext <<_ACEOF
3774/* confdefs.h. */
3775_ACEOF
3776cat confdefs.h >>conftest.$ac_ext
3777cat >>conftest.$ac_ext <<_ACEOF
3778/* end confdefs.h. */
3779
3780/* Override any gcc2 internal prototype to avoid an error. */
3781#ifdef __cplusplus
3782extern "C"
3783#endif
3784/* We use char because int might match the return type of a gcc2
3785 builtin and then its argument prototype would still apply. */
3786char gethostbyname ();
3787int
3788main ()
3789{
3790gethostbyname ();
3791 ;
3792 return 0;
3793}
3794_ACEOF
3795rm -f conftest.$ac_objext conftest$ac_exeext
3796if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3797 (eval $ac_link) 2>conftest.er1
3798 ac_status=$?
3799 grep -v '^ *+' conftest.er1 >conftest.err
3800 rm -f conftest.er1
3801 cat conftest.err >&5
3802 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3803 (exit $ac_status); } &&
3804 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3805 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3806 (eval $ac_try) 2>&5
3807 ac_status=$?
3808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3809 (exit $ac_status); }; } &&
3810 { ac_try='test -s conftest$ac_exeext'
3811 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3812 (eval $ac_try) 2>&5
3813 ac_status=$?
3814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3815 (exit $ac_status); }; }; then
3816 ac_cv_lib_nsl_gethostbyname=yes
3817else
3818 echo "$as_me: failed program was:" >&5
3819sed 's/^/| /' conftest.$ac_ext >&5
3820
3821ac_cv_lib_nsl_gethostbyname=no
3822fi
3823rm -f conftest.err conftest.$ac_objext \
3824 conftest$ac_exeext conftest.$ac_ext
3825LIBS=$ac_check_lib_save_LIBS
3826fi
3827echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
3828echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
3829if test $ac_cv_lib_nsl_gethostbyname = yes; then
3830 LIBS="$LIBS -lnsl"
3831fi
3832
3833echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
3834echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
3835if test "${ac_cv_lib_socket_socket+set}" = set; then
3836 echo $ECHO_N "(cached) $ECHO_C" >&6
3837else
3838 ac_check_lib_save_LIBS=$LIBS
3839LIBS="-lsocket $LIBS"
3840cat >conftest.$ac_ext <<_ACEOF
3841/* confdefs.h. */
3842_ACEOF
3843cat confdefs.h >>conftest.$ac_ext
3844cat >>conftest.$ac_ext <<_ACEOF
3845/* end confdefs.h. */
3846
3847/* Override any gcc2 internal prototype to avoid an error. */
3848#ifdef __cplusplus
3849extern "C"
3850#endif
3851/* We use char because int might match the return type of a gcc2
3852 builtin and then its argument prototype would still apply. */
3853char socket ();
3854int
3855main ()
3856{
3857socket ();
3858 ;
3859 return 0;
3860}
3861_ACEOF
3862rm -f conftest.$ac_objext conftest$ac_exeext
3863if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3864 (eval $ac_link) 2>conftest.er1
3865 ac_status=$?
3866 grep -v '^ *+' conftest.er1 >conftest.err
3867 rm -f conftest.er1
3868 cat conftest.err >&5
3869 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3870 (exit $ac_status); } &&
3871 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3872 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3873 (eval $ac_try) 2>&5
3874 ac_status=$?
3875 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3876 (exit $ac_status); }; } &&
3877 { ac_try='test -s conftest$ac_exeext'
3878 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3879 (eval $ac_try) 2>&5
3880 ac_status=$?
3881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3882 (exit $ac_status); }; }; then
3883 ac_cv_lib_socket_socket=yes
3884else
3885 echo "$as_me: failed program was:" >&5
3886sed 's/^/| /' conftest.$ac_ext >&5
3887
3888ac_cv_lib_socket_socket=no
3889fi
3890rm -f conftest.err conftest.$ac_objext \
3891 conftest$ac_exeext conftest.$ac_ext
3892LIBS=$ac_check_lib_save_LIBS
3893fi
3894echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
3895echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6
3896if test $ac_cv_lib_socket_socket = yes; then
3897 LIBS="$LIBS -lsocket"
1408fi 3898fi
1409 3899
1410 3900
1411# Check whether --enable-shared or --disable-shared was given. 3901# Check whether --enable-shared or --disable-shared was given.
1412if test "${enable_shared+set}" = set; then 3902if test "${enable_shared+set}" = set; then
1427 IFS="$ac_save_ifs" 3917 IFS="$ac_save_ifs"
1428 ;; 3918 ;;
1429esac 3919esac
1430else 3920else
1431 enable_shared=no 3921 enable_shared=no
1432fi
1433# Check whether --enable-static or --disable-static was given. 3922fi; # Check whether --enable-static or --disable-static was given.
1434if test "${enable_static+set}" = set; then 3923if test "${enable_static+set}" = set; then
1435 enableval="$enable_static" 3924 enableval="$enable_static"
1436 p=${PACKAGE-default} 3925 p=${PACKAGE-default}
1437case "$enableval" in 3926case "$enableval" in
1438yes) enable_static=yes ;; 3927yes) enable_static=yes ;;
1449 IFS="$ac_save_ifs" 3938 IFS="$ac_save_ifs"
1450 ;; 3939 ;;
1451esac 3940esac
1452else 3941else
1453 enable_static=yes 3942 enable_static=yes
1454fi
1455echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
1456echo "configure:1457: checking for Cygwin environment" >&5
1457if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
1458 echo $ac_n "(cached) $ac_c" 1>&6
1459else
1460 cat > conftest.$ac_ext <<EOF
1461#line 1462 "configure"
1462#include "confdefs.h"
1463
1464int main() {
1465
1466#ifndef __CYGWIN__
1467#define __CYGWIN__ __CYGWIN32__
1468#endif
1469return __CYGWIN__;
1470; return 0; }
1471EOF
1472if { (eval echo configure:1473: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1473 rm -rf conftest*
1474 ac_cv_cygwin=yes
1475else
1476 echo "configure: failed program was:" >&5
1477 cat conftest.$ac_ext >&5
1478 rm -rf conftest*
1479 ac_cv_cygwin=no
1480fi
1481rm -f conftest*
1482rm -f conftest*
1483fi
1484
1485echo "$ac_t""$ac_cv_cygwin" 1>&6
1486CYGWIN=
1487test "$ac_cv_cygwin" = yes && CYGWIN=yes
1488echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
1489echo "configure:1490: checking for mingw32 environment" >&5
1490if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
1491 echo $ac_n "(cached) $ac_c" 1>&6
1492else
1493 cat > conftest.$ac_ext <<EOF
1494#line 1495 "configure"
1495#include "confdefs.h"
1496
1497int main() {
1498return __MINGW32__;
1499; return 0; }
1500EOF
1501if { (eval echo configure:1502: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1502 rm -rf conftest*
1503 ac_cv_mingw32=yes
1504else
1505 echo "configure: failed program was:" >&5
1506 cat conftest.$ac_ext >&5
1507 rm -rf conftest*
1508 ac_cv_mingw32=no
1509fi
1510rm -f conftest*
1511rm -f conftest*
1512fi
1513
1514echo "$ac_t""$ac_cv_mingw32" 1>&6
1515MINGW32=
1516test "$ac_cv_mingw32" = yes && MINGW32=yes
1517# Check whether --enable-fast-install or --disable-fast-install was given. 3943fi; # Check whether --enable-fast-install or --disable-fast-install was given.
1518if test "${enable_fast_install+set}" = set; then 3944if test "${enable_fast_install+set}" = set; then
1519 enableval="$enable_fast_install" 3945 enableval="$enable_fast_install"
1520 p=${PACKAGE-default} 3946 p=${PACKAGE-default}
1521case "$enableval" in 3947case "$enableval" in
1522yes) enable_fast_install=yes ;; 3948yes) enable_fast_install=yes ;;
1533 IFS="$ac_save_ifs" 3959 IFS="$ac_save_ifs"
1534 ;; 3960 ;;
1535esac 3961esac
1536else 3962else
1537 enable_fast_install=yes 3963 enable_fast_install=yes
1538fi 3964fi;
1539
1540
1541# Make sure we can run config.sub. 3965# Make sure we can run config.sub.
1542if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then : 3966$ac_config_sub sun4 >/dev/null 2>&1 ||
3967 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1543else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; } 3968echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1544fi 3969 { (exit 1); exit 1; }; }
1545 3970
1546echo $ac_n "checking host system type""... $ac_c" 1>&6 3971echo "$as_me:$LINENO: checking build system type" >&5
1547echo "configure:1548: checking host system type" >&5
1548
1549host_alias=$host
1550case "$host_alias" in
1551NONE)
1552 case $nonopt in
1553 NONE)
1554 if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
1555 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
1556 fi ;;
1557 *) host_alias=$nonopt ;;
1558 esac ;;
1559esac
1560
1561host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
1562host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1563host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1564host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1565echo "$ac_t""$host" 1>&6
1566
1567echo $ac_n "checking build system type""... $ac_c" 1>&6 3972echo $ECHO_N "checking build system type... $ECHO_C" >&6
1568echo "configure:1569: checking build system type" >&5 3973if test "${ac_cv_build+set}" = set; then
3974 echo $ECHO_N "(cached) $ECHO_C" >&6
3975else
3976 ac_cv_build_alias=$build_alias
3977test -z "$ac_cv_build_alias" &&
3978 ac_cv_build_alias=`$ac_config_guess`
3979test -z "$ac_cv_build_alias" &&
3980 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
3981echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
3982 { (exit 1); exit 1; }; }
3983ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
3984 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
3985echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
3986 { (exit 1); exit 1; }; }
1569 3987
1570build_alias=$build 3988fi
1571case "$build_alias" in 3989echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1572NONE) 3990echo "${ECHO_T}$ac_cv_build" >&6
1573 case $nonopt in 3991build=$ac_cv_build
1574 NONE) build_alias=$host_alias ;;
1575 *) build_alias=$nonopt ;;
1576 esac ;;
1577esac
1578
1579build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
1580build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 3992build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1581build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` 3993build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1582build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` 3994build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1583echo "$ac_t""$build" 1>&6 3995
3996
3997echo "$as_me:$LINENO: checking host system type" >&5
3998echo $ECHO_N "checking host system type... $ECHO_C" >&6
3999if test "${ac_cv_host+set}" = set; then
4000 echo $ECHO_N "(cached) $ECHO_C" >&6
4001else
4002 ac_cv_host_alias=$host_alias
4003test -z "$ac_cv_host_alias" &&
4004 ac_cv_host_alias=$ac_cv_build_alias
4005ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
4006 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
4007echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
4008 { (exit 1); exit 1; }; }
4009
4010fi
4011echo "$as_me:$LINENO: result: $ac_cv_host" >&5
4012echo "${ECHO_T}$ac_cv_host" >&6
4013host=$ac_cv_host
4014host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
4015host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
4016host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
4017
4018
1584 4019
1585# Check whether --with-gnu-ld or --without-gnu-ld was given. 4020# Check whether --with-gnu-ld or --without-gnu-ld was given.
1586if test "${with_gnu_ld+set}" = set; then 4021if test "${with_gnu_ld+set}" = set; then
1587 withval="$with_gnu_ld" 4022 withval="$with_gnu_ld"
1588 test "$withval" = no || with_gnu_ld=yes 4023 test "$withval" = no || with_gnu_ld=yes
1589else 4024else
1590 with_gnu_ld=no 4025 with_gnu_ld=no
1591fi 4026fi;
1592
1593ac_prog=ld 4027ac_prog=ld
1594if test "$GCC" = yes; then 4028if test "$GCC" = yes; then
1595 # Check if gcc -print-prog-name=ld gives a path. 4029 # Check if gcc -print-prog-name=ld gives a path.
4030 echo "$as_me:$LINENO: checking for ld used by GCC" >&5
1596 echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6 4031echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6
1597echo "configure:1598: checking for ld used by GCC" >&5
1598 case $host in 4032 case $host in
1599 *-*-mingw*) 4033 *-*-mingw*)
1600 # gcc leaves a trailing carriage return which upsets mingw 4034 # gcc leaves a trailing carriage return which upsets mingw
1601 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; 4035 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
1602 *) 4036 *)
1621 # If it is relative, then search for the first ld in PATH. 4055 # If it is relative, then search for the first ld in PATH.
1622 with_gnu_ld=unknown 4056 with_gnu_ld=unknown
1623 ;; 4057 ;;
1624 esac 4058 esac
1625elif test "$with_gnu_ld" = yes; then 4059elif test "$with_gnu_ld" = yes; then
4060 echo "$as_me:$LINENO: checking for GNU ld" >&5
1626 echo $ac_n "checking for GNU ld""... $ac_c" 1>&6 4061echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
1627echo "configure:1628: checking for GNU ld" >&5
1628else 4062else
4063 echo "$as_me:$LINENO: checking for non-GNU ld" >&5
1629 echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6 4064echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
1630echo "configure:1631: checking for non-GNU ld" >&5
1631fi 4065fi
1632if eval "test \"`echo '$''{'lt_cv_path_LD'+set}'`\" = set"; then 4066if test "${lt_cv_path_LD+set}" = set; then
1633 echo $ac_n "(cached) $ac_c" 1>&6 4067 echo $ECHO_N "(cached) $ECHO_C" >&6
1634else 4068else
1635 if test -z "$LD"; then 4069 if test -z "$LD"; then
1636 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}" 4070 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
1637 for ac_dir in $PATH; do 4071 for ac_dir in $PATH; do
1638 test -z "$ac_dir" && ac_dir=. 4072 test -z "$ac_dir" && ac_dir=.
1654fi 4088fi
1655fi 4089fi
1656 4090
1657LD="$lt_cv_path_LD" 4091LD="$lt_cv_path_LD"
1658if test -n "$LD"; then 4092if test -n "$LD"; then
1659 echo "$ac_t""$LD" 1>&6 4093 echo "$as_me:$LINENO: result: $LD" >&5
4094echo "${ECHO_T}$LD" >&6
1660else 4095else
1661 echo "$ac_t""no" 1>&6 4096 echo "$as_me:$LINENO: result: no" >&5
4097echo "${ECHO_T}no" >&6
1662fi 4098fi
1663test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; } 4099test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
4100echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
4101 { (exit 1); exit 1; }; }
4102echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
1664echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6 4103echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
1665echo "configure:1666: checking if the linker ($LD) is GNU ld" >&5
1666if eval "test \"`echo '$''{'lt_cv_prog_gnu_ld'+set}'`\" = set"; then 4104if test "${lt_cv_prog_gnu_ld+set}" = set; then
1667 echo $ac_n "(cached) $ac_c" 1>&6 4105 echo $ECHO_N "(cached) $ECHO_C" >&6
1668else 4106else
1669 # I'd rather use --version here, but apparently some GNU ld's only accept -v. 4107 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
1670if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then 4108if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
1671 lt_cv_prog_gnu_ld=yes 4109 lt_cv_prog_gnu_ld=yes
1672else 4110else
1673 lt_cv_prog_gnu_ld=no 4111 lt_cv_prog_gnu_ld=no
1674fi 4112fi
1675fi 4113fi
1676 4114echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
1677echo "$ac_t""$lt_cv_prog_gnu_ld" 1>&6 4115echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
1678with_gnu_ld=$lt_cv_prog_gnu_ld 4116with_gnu_ld=$lt_cv_prog_gnu_ld
1679 4117
1680 4118
4119echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
1681echo $ac_n "checking for $LD option to reload object files""... $ac_c" 1>&6 4120echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6
1682echo "configure:1683: checking for $LD option to reload object files" >&5
1683if eval "test \"`echo '$''{'lt_cv_ld_reload_flag'+set}'`\" = set"; then 4121if test "${lt_cv_ld_reload_flag+set}" = set; then
1684 echo $ac_n "(cached) $ac_c" 1>&6 4122 echo $ECHO_N "(cached) $ECHO_C" >&6
1685else 4123else
1686 lt_cv_ld_reload_flag='-r' 4124 lt_cv_ld_reload_flag='-r'
1687fi 4125fi
1688 4126echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
1689echo "$ac_t""$lt_cv_ld_reload_flag" 1>&6 4127echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6
1690reload_flag=$lt_cv_ld_reload_flag 4128reload_flag=$lt_cv_ld_reload_flag
1691test -n "$reload_flag" && reload_flag=" $reload_flag" 4129test -n "$reload_flag" && reload_flag=" $reload_flag"
1692 4130
4131echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
1693echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6 4132echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6
1694echo "configure:1695: checking for BSD-compatible nm" >&5
1695if eval "test \"`echo '$''{'lt_cv_path_NM'+set}'`\" = set"; then 4133if test "${lt_cv_path_NM+set}" = set; then
1696 echo $ac_n "(cached) $ac_c" 1>&6 4134 echo $ECHO_N "(cached) $ECHO_C" >&6
1697else 4135else
1698 if test -n "$NM"; then 4136 if test -n "$NM"; then
1699 # Let the user override the test. 4137 # Let the user override the test.
1700 lt_cv_path_NM="$NM" 4138 lt_cv_path_NM="$NM"
1701else 4139else
1724 test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm 4162 test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
1725fi 4163fi
1726fi 4164fi
1727 4165
1728NM="$lt_cv_path_NM" 4166NM="$lt_cv_path_NM"
1729echo "$ac_t""$NM" 1>&6 4167echo "$as_me:$LINENO: result: $NM" >&5
4168echo "${ECHO_T}$NM" >&6
1730 4169
4170echo "$as_me:$LINENO: checking whether ln -s works" >&5
1731echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 4171echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
1732echo "configure:1733: checking whether ln -s works" >&5 4172LN_S=$as_ln_s
1733if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
1734 echo $ac_n "(cached) $ac_c" 1>&6
1735else
1736 rm -f conftestdata
1737if ln -s X conftestdata 2>/dev/null
1738then
1739 rm -f conftestdata
1740 ac_cv_prog_LN_S="ln -s"
1741else
1742 ac_cv_prog_LN_S=ln
1743fi
1744fi
1745LN_S="$ac_cv_prog_LN_S"
1746if test "$ac_cv_prog_LN_S" = "ln -s"; then 4173if test "$LN_S" = "ln -s"; then
1747 echo "$ac_t""yes" 1>&6 4174 echo "$as_me:$LINENO: result: yes" >&5
4175echo "${ECHO_T}yes" >&6
1748else 4176else
1749 echo "$ac_t""no" 1>&6 4177 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4178echo "${ECHO_T}no, using $LN_S" >&6
1750fi 4179fi
1751 4180
4181echo "$as_me:$LINENO: checking how to recognise dependant libraries" >&5
1752echo $ac_n "checking how to recognise dependant libraries""... $ac_c" 1>&6 4182echo $ECHO_N "checking how to recognise dependant libraries... $ECHO_C" >&6
1753echo "configure:1754: checking how to recognise dependant libraries" >&5
1754if eval "test \"`echo '$''{'lt_cv_deplibs_check_method'+set}'`\" = set"; then 4183if test "${lt_cv_deplibs_check_method+set}" = set; then
1755 echo $ac_n "(cached) $ac_c" 1>&6 4184 echo $ECHO_N "(cached) $ECHO_C" >&6
1756else 4185else
1757 lt_cv_file_magic_cmd='$MAGIC_CMD' 4186 lt_cv_file_magic_cmd='$MAGIC_CMD'
1758lt_cv_file_magic_test_file= 4187lt_cv_file_magic_test_file=
1759lt_cv_deplibs_check_method='unknown' 4188lt_cv_deplibs_check_method='unknown'
1760# Need to set the preceding variable on all platforms that support 4189# Need to set the preceding variable on all platforms that support
1906 esac 4335 esac
1907 ;; 4336 ;;
1908esac 4337esac
1909 4338
1910fi 4339fi
1911 4340echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
1912echo "$ac_t""$lt_cv_deplibs_check_method" 1>&6 4341echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6
1913file_magic_cmd=$lt_cv_file_magic_cmd 4342file_magic_cmd=$lt_cv_file_magic_cmd
1914deplibs_check_method=$lt_cv_deplibs_check_method 4343deplibs_check_method=$lt_cv_deplibs_check_method
1915 4344
1916echo $ac_n "checking for object suffix""... $ac_c" 1>&6
1917echo "configure:1918: checking for object suffix" >&5
1918if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then
1919 echo $ac_n "(cached) $ac_c" 1>&6
1920else
1921 rm -f conftest*
1922echo 'int i = 1;' > conftest.$ac_ext
1923if { (eval echo configure:1924: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1924 for ac_file in conftest.*; do
1925 case $ac_file in
1926 *.c) ;;
1927 *) ac_cv_objext=`echo $ac_file | sed -e s/conftest.//` ;;
1928 esac
1929 done
1930else
1931 { echo "configure: error: installation or configuration problem; compiler does not work" 1>&2; exit 1; }
1932fi
1933rm -f conftest*
1934fi
1935 4345
1936echo "$ac_t""$ac_cv_objext" 1>&6
1937OBJEXT=$ac_cv_objext
1938ac_objext=$ac_cv_objext
1939 4346
1940
1941
1942echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
1943echo "configure:1944: checking for executable suffix" >&5
1944if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
1945 echo $ac_n "(cached) $ac_c" 1>&6
1946else
1947 if test "$CYGWIN" = yes || test "$MINGW32" = yes; then
1948 ac_cv_exeext=.exe
1949else
1950 rm -f conftest*
1951 echo 'int main () { return 0; }' > conftest.$ac_ext
1952 ac_cv_exeext=
1953 if { (eval echo configure:1954: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
1954 for file in conftest.*; do
1955 case $file in
1956 *.$ac_ext | *.c | *.o | *.obj) ;;
1957 *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
1958 esac
1959 done
1960 else
1961 { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; }
1962 fi
1963 rm -f conftest*
1964 test x"${ac_cv_exeext}" = x && ac_cv_exeext=no
1965fi
1966fi
1967
1968EXEEXT=""
1969test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext}
1970echo "$ac_t""${ac_cv_exeext}" 1>&6
1971ac_exeext=$EXEEXT
1972
1973if test $host != $build; then
1974 ac_tool_prefix=${host_alias}-
1975else
1976 ac_tool_prefix=
1977fi
1978 4347
1979 4348
1980 4349
1981 4350
1982# Check for command to grab the raw symbol name followed by C symbol from nm. 4351# Check for command to grab the raw symbol name followed by C symbol from nm.
4352echo "$as_me:$LINENO: checking command to parse $NM output" >&5
1983echo $ac_n "checking command to parse $NM output""... $ac_c" 1>&6 4353echo $ECHO_N "checking command to parse $NM output... $ECHO_C" >&6
1984echo "configure:1985: checking command to parse $NM output" >&5
1985if eval "test \"`echo '$''{'lt_cv_sys_global_symbol_pipe'+set}'`\" = set"; then 4354if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
1986 echo $ac_n "(cached) $ac_c" 1>&6 4355 echo $ECHO_N "(cached) $ECHO_C" >&6
1987else 4356else
1988 4357
1989# These are sane defaults that work on at least a few old systems. 4358# These are sane defaults that work on at least a few old systems.
1990# [They come from Ultrix. What could be older than Ultrix?!! ;)] 4359# [They come from Ultrix. What could be older than Ultrix?!! ;)]
1991 4360
1992# Character class describing NM global symbol codes. 4361# Character class describing NM global symbol codes.
1993symcode='[BCDEGRST]' 4362symcode='[BCDEGRST]'
2055} 4424}
2056#endif 4425#endif
2057main(){nm_test_var='a';nm_test_func();return(0);} 4426main(){nm_test_var='a';nm_test_func();return(0);}
2058EOF 4427EOF
2059 4428
2060 if { (eval echo configure:2061: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 4429 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4430 (eval $ac_compile) 2>&5
4431 ac_status=$?
4432 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4433 (exit $ac_status); }; then
2061 # Now try to grab the symbols. 4434 # Now try to grab the symbols.
2062 nlist=conftest.nm 4435 nlist=conftest.nm
2063 if { (eval echo configure:2064: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\") 1>&5; (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5; } && test -s "$nlist"; then 4436 if { (eval echo "$as_me:$LINENO: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5
4437 (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
4438 ac_status=$?
4439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4440 (exit $ac_status); } && test -s "$nlist"; then
2064 # Try sorting and uniquifying the output. 4441 # Try sorting and uniquifying the output.
2065 if sort "$nlist" | uniq > "$nlist"T; then 4442 if sort "$nlist" | uniq > "$nlist"T; then
2066 mv -f "$nlist"T "$nlist" 4443 mv -f "$nlist"T "$nlist"
2067 else 4444 else
2068 rm -f "$nlist"T 4445 rm -f "$nlist"T
2109 mv conftest.$ac_objext conftstm.$ac_objext 4486 mv conftest.$ac_objext conftstm.$ac_objext
2110 save_LIBS="$LIBS" 4487 save_LIBS="$LIBS"
2111 save_CFLAGS="$CFLAGS" 4488 save_CFLAGS="$CFLAGS"
2112 LIBS="conftstm.$ac_objext" 4489 LIBS="conftstm.$ac_objext"
2113 CFLAGS="$CFLAGS$no_builtin_flag" 4490 CFLAGS="$CFLAGS$no_builtin_flag"
2114 if { (eval echo configure:2115: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 4491 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4492 (eval $ac_link) 2>&5
4493 ac_status=$?
4494 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4495 (exit $ac_status); } && test -s conftest; then
2115 pipe_works=yes 4496 pipe_works=yes
2116 fi 4497 fi
2117 LIBS="$save_LIBS" 4498 LIBS="$save_LIBS"
2118 CFLAGS="$save_CFLAGS" 4499 CFLAGS="$save_CFLAGS"
2119 else 4500 else
2146 global_symbol_to_cdecl= 4527 global_symbol_to_cdecl=
2147else 4528else
2148 global_symbol_to_cdecl="$lt_cv_global_symbol_to_cdecl" 4529 global_symbol_to_cdecl="$lt_cv_global_symbol_to_cdecl"
2149fi 4530fi
2150if test -z "$global_symbol_pipe$global_symbol_to_cdecl"; then 4531if test -z "$global_symbol_pipe$global_symbol_to_cdecl"; then
2151 echo "$ac_t""failed" 1>&6 4532 echo "$as_me:$LINENO: result: failed" >&5
4533echo "${ECHO_T}failed" >&6
4534else
4535 echo "$as_me:$LINENO: result: ok" >&5
4536echo "${ECHO_T}ok" >&6
4537fi
4538
4539echo "$as_me:$LINENO: checking for ANSI C header files" >&5
4540echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
4541if test "${ac_cv_header_stdc+set}" = set; then
4542 echo $ECHO_N "(cached) $ECHO_C" >&6
4543else
4544 cat >conftest.$ac_ext <<_ACEOF
4545/* confdefs.h. */
4546_ACEOF
4547cat confdefs.h >>conftest.$ac_ext
4548cat >>conftest.$ac_ext <<_ACEOF
4549/* end confdefs.h. */
4550#include <stdlib.h>
4551#include <stdarg.h>
4552#include <string.h>
4553#include <float.h>
4554
4555int
4556main ()
4557{
4558
4559 ;
4560 return 0;
4561}
4562_ACEOF
4563rm -f conftest.$ac_objext
4564if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4565 (eval $ac_compile) 2>conftest.er1
4566 ac_status=$?
4567 grep -v '^ *+' conftest.er1 >conftest.err
4568 rm -f conftest.er1
4569 cat conftest.err >&5
4570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4571 (exit $ac_status); } &&
4572 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4573 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4574 (eval $ac_try) 2>&5
4575 ac_status=$?
4576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4577 (exit $ac_status); }; } &&
4578 { ac_try='test -s conftest.$ac_objext'
4579 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4580 (eval $ac_try) 2>&5
4581 ac_status=$?
4582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4583 (exit $ac_status); }; }; then
4584 ac_cv_header_stdc=yes
4585else
4586 echo "$as_me: failed program was:" >&5
4587sed 's/^/| /' conftest.$ac_ext >&5
4588
4589ac_cv_header_stdc=no
4590fi
4591rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4592
4593if test $ac_cv_header_stdc = yes; then
4594 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4595 cat >conftest.$ac_ext <<_ACEOF
4596/* confdefs.h. */
4597_ACEOF
4598cat confdefs.h >>conftest.$ac_ext
4599cat >>conftest.$ac_ext <<_ACEOF
4600/* end confdefs.h. */
4601#include <string.h>
4602
4603_ACEOF
4604if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4605 $EGREP "memchr" >/dev/null 2>&1; then
4606 :
4607else
4608 ac_cv_header_stdc=no
4609fi
4610rm -f conftest*
4611
4612fi
4613
4614if test $ac_cv_header_stdc = yes; then
4615 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4616 cat >conftest.$ac_ext <<_ACEOF
4617/* confdefs.h. */
4618_ACEOF
4619cat confdefs.h >>conftest.$ac_ext
4620cat >>conftest.$ac_ext <<_ACEOF
4621/* end confdefs.h. */
4622#include <stdlib.h>
4623
4624_ACEOF
4625if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4626 $EGREP "free" >/dev/null 2>&1; then
4627 :
4628else
4629 ac_cv_header_stdc=no
4630fi
4631rm -f conftest*
4632
4633fi
4634
4635if test $ac_cv_header_stdc = yes; then
4636 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4637 if test "$cross_compiling" = yes; then
4638 :
4639else
4640 cat >conftest.$ac_ext <<_ACEOF
4641/* confdefs.h. */
4642_ACEOF
4643cat confdefs.h >>conftest.$ac_ext
4644cat >>conftest.$ac_ext <<_ACEOF
4645/* end confdefs.h. */
4646#include <ctype.h>
4647#if ((' ' & 0x0FF) == 0x020)
4648# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4649# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
2152else 4650#else
2153 echo "$ac_t""ok" 1>&6 4651# define ISLOWER(c) \
2154fi 4652 (('a' <= (c) && (c) <= 'i') \
4653 || ('j' <= (c) && (c) <= 'r') \
4654 || ('s' <= (c) && (c) <= 'z'))
4655# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4656#endif
2155 4657
2156for ac_hdr in dlfcn.h 4658#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4659int
4660main ()
4661{
4662 int i;
4663 for (i = 0; i < 256; i++)
4664 if (XOR (islower (i), ISLOWER (i))
4665 || toupper (i) != TOUPPER (i))
4666 exit(2);
4667 exit (0);
4668}
4669_ACEOF
4670rm -f conftest$ac_exeext
4671if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4672 (eval $ac_link) 2>&5
4673 ac_status=$?
4674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4675 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
4676 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4677 (eval $ac_try) 2>&5
4678 ac_status=$?
4679 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4680 (exit $ac_status); }; }; then
4681 :
4682else
4683 echo "$as_me: program exited with status $ac_status" >&5
4684echo "$as_me: failed program was:" >&5
4685sed 's/^/| /' conftest.$ac_ext >&5
4686
4687( exit $ac_status )
4688ac_cv_header_stdc=no
4689fi
4690rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
4691fi
4692fi
4693fi
4694echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
4695echo "${ECHO_T}$ac_cv_header_stdc" >&6
4696if test $ac_cv_header_stdc = yes; then
4697
4698cat >>confdefs.h <<\_ACEOF
4699#define STDC_HEADERS 1
4700_ACEOF
4701
4702fi
4703
4704# On IRIX 5.3, sys/types and inttypes.h are conflicting.
4705
4706
4707
4708
4709
4710
4711
4712
4713
4714for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4715 inttypes.h stdint.h unistd.h
2157do 4716do
2158ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 4717as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
4718echo "$as_me:$LINENO: checking for $ac_header" >&5
2159echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 4719echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
2160echo "configure:2161: checking for $ac_hdr" >&5 4720if eval "test \"\${$as_ac_Header+set}\" = set"; then
2161if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2162 echo $ac_n "(cached) $ac_c" 1>&6 4721 echo $ECHO_N "(cached) $ECHO_C" >&6
2163else 4722else
2164 cat > conftest.$ac_ext <<EOF 4723 cat >conftest.$ac_ext <<_ACEOF
2165#line 2166 "configure" 4724/* confdefs.h. */
2166#include "confdefs.h" 4725_ACEOF
4726cat confdefs.h >>conftest.$ac_ext
4727cat >>conftest.$ac_ext <<_ACEOF
4728/* end confdefs.h. */
4729$ac_includes_default
4730
2167#include <$ac_hdr> 4731#include <$ac_header>
2168EOF 4732_ACEOF
2169ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4733rm -f conftest.$ac_objext
2170{ (eval echo configure:2171: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4734if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2171ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4735 (eval $ac_compile) 2>conftest.er1
4736 ac_status=$?
4737 grep -v '^ *+' conftest.er1 >conftest.err
4738 rm -f conftest.er1
4739 cat conftest.err >&5
4740 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4741 (exit $ac_status); } &&
4742 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4743 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4744 (eval $ac_try) 2>&5
4745 ac_status=$?
4746 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4747 (exit $ac_status); }; } &&
4748 { ac_try='test -s conftest.$ac_objext'
4749 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4750 (eval $ac_try) 2>&5
4751 ac_status=$?
4752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4753 (exit $ac_status); }; }; then
4754 eval "$as_ac_Header=yes"
4755else
4756 echo "$as_me: failed program was:" >&5
4757sed 's/^/| /' conftest.$ac_ext >&5
4758
4759eval "$as_ac_Header=no"
4760fi
4761rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4762fi
4763echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4764echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4765if test `eval echo '${'$as_ac_Header'}'` = yes; then
4766 cat >>confdefs.h <<_ACEOF
4767#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
4768_ACEOF
4769
4770fi
4771
4772done
4773
4774
4775
4776for ac_header in dlfcn.h
4777do
4778as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
4779if eval "test \"\${$as_ac_Header+set}\" = set"; then
4780 echo "$as_me:$LINENO: checking for $ac_header" >&5
4781echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4782if eval "test \"\${$as_ac_Header+set}\" = set"; then
4783 echo $ECHO_N "(cached) $ECHO_C" >&6
4784fi
4785echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4786echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4787else
4788 # Is the header compilable?
4789echo "$as_me:$LINENO: checking $ac_header usability" >&5
4790echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
4791cat >conftest.$ac_ext <<_ACEOF
4792/* confdefs.h. */
4793_ACEOF
4794cat confdefs.h >>conftest.$ac_ext
4795cat >>conftest.$ac_ext <<_ACEOF
4796/* end confdefs.h. */
4797$ac_includes_default
4798#include <$ac_header>
4799_ACEOF
4800rm -f conftest.$ac_objext
4801if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4802 (eval $ac_compile) 2>conftest.er1
4803 ac_status=$?
4804 grep -v '^ *+' conftest.er1 >conftest.err
4805 rm -f conftest.er1
4806 cat conftest.err >&5
4807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4808 (exit $ac_status); } &&
4809 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4810 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4811 (eval $ac_try) 2>&5
4812 ac_status=$?
4813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4814 (exit $ac_status); }; } &&
4815 { ac_try='test -s conftest.$ac_objext'
4816 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4817 (eval $ac_try) 2>&5
4818 ac_status=$?
4819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4820 (exit $ac_status); }; }; then
4821 ac_header_compiler=yes
4822else
4823 echo "$as_me: failed program was:" >&5
4824sed 's/^/| /' conftest.$ac_ext >&5
4825
4826ac_header_compiler=no
4827fi
4828rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4829echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
4830echo "${ECHO_T}$ac_header_compiler" >&6
4831
4832# Is the header present?
4833echo "$as_me:$LINENO: checking $ac_header presence" >&5
4834echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
4835cat >conftest.$ac_ext <<_ACEOF
4836/* confdefs.h. */
4837_ACEOF
4838cat confdefs.h >>conftest.$ac_ext
4839cat >>conftest.$ac_ext <<_ACEOF
4840/* end confdefs.h. */
4841#include <$ac_header>
4842_ACEOF
4843if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4844 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4845 ac_status=$?
4846 grep -v '^ *+' conftest.er1 >conftest.err
4847 rm -f conftest.er1
4848 cat conftest.err >&5
4849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4850 (exit $ac_status); } >/dev/null; then
4851 if test -s conftest.err; then
4852 ac_cpp_err=$ac_cxx_preproc_warn_flag
4853 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
4854 else
4855 ac_cpp_err=
4856 fi
4857else
4858 ac_cpp_err=yes
4859fi
2172if test -z "$ac_err"; then 4860if test -z "$ac_cpp_err"; then
2173 rm -rf conftest* 4861 ac_header_preproc=yes
2174 eval "ac_cv_header_$ac_safe=yes"
2175else 4862else
2176 echo "$ac_err" >&5
2177 echo "configure: failed program was:" >&5 4863 echo "$as_me: failed program was:" >&5
2178 cat conftest.$ac_ext >&5 4864sed 's/^/| /' conftest.$ac_ext >&5
2179 rm -rf conftest* 4865
2180 eval "ac_cv_header_$ac_safe=no" 4866 ac_header_preproc=no
2181fi 4867fi
2182rm -f conftest* 4868rm -f conftest.err conftest.$ac_ext
4869echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
4870echo "${ECHO_T}$ac_header_preproc" >&6
4871
4872# So? What about this header?
4873case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
4874 yes:no: )
4875 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
4876echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
4877 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
4878echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
4879 ac_header_preproc=yes
4880 ;;
4881 no:yes:* )
4882 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
4883echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
4884 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
4885echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
4886 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
4887echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
4888 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
4889echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
4890 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
4891echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
4892 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
4893echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
4894 (
4895 cat <<\_ASBOX
4896## ------------------------------------------ ##
4897## Report this to the AC_PACKAGE_NAME lists. ##
4898## ------------------------------------------ ##
4899_ASBOX
4900 ) |
4901 sed "s/^/$as_me: WARNING: /" >&2
4902 ;;
4903esac
4904echo "$as_me:$LINENO: checking for $ac_header" >&5
4905echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4906if eval "test \"\${$as_ac_Header+set}\" = set"; then
4907 echo $ECHO_N "(cached) $ECHO_C" >&6
4908else
4909 eval "$as_ac_Header=\$ac_header_preproc"
2183fi 4910fi
2184if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 4911echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
2185 echo "$ac_t""yes" 1>&6 4912echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
2186 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` 4913
4914fi
4915if test `eval echo '${'$as_ac_Header'}'` = yes; then
2187 cat >> confdefs.h <<EOF 4916 cat >>confdefs.h <<_ACEOF
2188#define $ac_tr_hdr 1 4917#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
2189EOF 4918_ACEOF
2190 4919
2191else
2192 echo "$ac_t""no" 1>&6
2193fi 4920fi
4921
2194done 4922done
2195 4923
2196 4924
2197 4925
2198 4926
2199 4927
2200# Only perform the check for file, if the check method requires it 4928# Only perform the check for file, if the check method requires it
2201case "$deplibs_check_method" in 4929case "$deplibs_check_method" in
2202file_magic*) 4930file_magic*)
2203 if test "$file_magic_cmd" = '$MAGIC_CMD'; then 4931 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
4932 echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
2204 echo $ac_n "checking for ${ac_tool_prefix}file""... $ac_c" 1>&6 4933echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6
2205echo "configure:2206: checking for ${ac_tool_prefix}file" >&5
2206if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then 4934if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
2207 echo $ac_n "(cached) $ac_c" 1>&6 4935 echo $ECHO_N "(cached) $ECHO_C" >&6
2208else 4936else
2209 case "$MAGIC_CMD" in 4937 case "$MAGIC_CMD" in
2210 /*) 4938 /*)
2211 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. 4939 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
2212 ;; 4940 ;;
2254esac 4982esac
2255fi 4983fi
2256 4984
2257MAGIC_CMD="$lt_cv_path_MAGIC_CMD" 4985MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
2258if test -n "$MAGIC_CMD"; then 4986if test -n "$MAGIC_CMD"; then
4987 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
2259 echo "$ac_t""$MAGIC_CMD" 1>&6 4988echo "${ECHO_T}$MAGIC_CMD" >&6
2260else 4989else
2261 echo "$ac_t""no" 1>&6 4990 echo "$as_me:$LINENO: result: no" >&5
4991echo "${ECHO_T}no" >&6
2262fi 4992fi
2263 4993
2264if test -z "$lt_cv_path_MAGIC_CMD"; then 4994if test -z "$lt_cv_path_MAGIC_CMD"; then
2265 if test -n "$ac_tool_prefix"; then 4995 if test -n "$ac_tool_prefix"; then
4996 echo "$as_me:$LINENO: checking for file" >&5
2266 echo $ac_n "checking for file""... $ac_c" 1>&6 4997echo $ECHO_N "checking for file... $ECHO_C" >&6
2267echo "configure:2268: checking for file" >&5
2268if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then 4998if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
2269 echo $ac_n "(cached) $ac_c" 1>&6 4999 echo $ECHO_N "(cached) $ECHO_C" >&6
2270else 5000else
2271 case "$MAGIC_CMD" in 5001 case "$MAGIC_CMD" in
2272 /*) 5002 /*)
2273 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. 5003 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
2274 ;; 5004 ;;
2316esac 5046esac
2317fi 5047fi
2318 5048
2319MAGIC_CMD="$lt_cv_path_MAGIC_CMD" 5049MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
2320if test -n "$MAGIC_CMD"; then 5050if test -n "$MAGIC_CMD"; then
5051 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
2321 echo "$ac_t""$MAGIC_CMD" 1>&6 5052echo "${ECHO_T}$MAGIC_CMD" >&6
2322else 5053else
2323 echo "$ac_t""no" 1>&6 5054 echo "$as_me:$LINENO: result: no" >&5
5055echo "${ECHO_T}no" >&6
2324fi 5056fi
2325 5057
2326 else 5058 else
2327 MAGIC_CMD=: 5059 MAGIC_CMD=:
2328 fi 5060 fi
2330 5062
2331 fi 5063 fi
2332 ;; 5064 ;;
2333esac 5065esac
2334 5066
5067if test -n "$ac_tool_prefix"; then
2335# Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. 5068 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
2336set dummy ${ac_tool_prefix}ranlib; ac_word=$2 5069set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5070echo "$as_me:$LINENO: checking for $ac_word" >&5
2337echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 5071echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2338echo "configure:2339: checking for $ac_word" >&5
2339if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 5072if test "${ac_cv_prog_RANLIB+set}" = set; then
2340 echo $ac_n "(cached) $ac_c" 1>&6 5073 echo $ECHO_N "(cached) $ECHO_C" >&6
2341else 5074else
2342 if test -n "$RANLIB"; then 5075 if test -n "$RANLIB"; then
2343 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 5076 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
2344else 5077else
2345 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 5078as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2346 ac_dummy="$PATH" 5079for as_dir in $PATH
2347 for ac_dir in $ac_dummy; do 5080do
5081 IFS=$as_save_IFS
2348 test -z "$ac_dir" && ac_dir=. 5082 test -z "$as_dir" && as_dir=.
2349 if test -f $ac_dir/$ac_word; then 5083 for ac_exec_ext in '' $ac_executable_extensions; do
5084 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2350 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 5085 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5086 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2351 break 5087 break 2
2352 fi 5088 fi
2353 done 5089done
2354 IFS="$ac_save_ifs" 5090done
5091
2355fi 5092fi
2356fi 5093fi
2357RANLIB="$ac_cv_prog_RANLIB" 5094RANLIB=$ac_cv_prog_RANLIB
2358if test -n "$RANLIB"; then 5095if test -n "$RANLIB"; then
2359 echo "$ac_t""$RANLIB" 1>&6 5096 echo "$as_me:$LINENO: result: $RANLIB" >&5
5097echo "${ECHO_T}$RANLIB" >&6
2360else 5098else
2361 echo "$ac_t""no" 1>&6 5099 echo "$as_me:$LINENO: result: no" >&5
5100echo "${ECHO_T}no" >&6
2362fi 5101fi
2363 5102
2364 5103fi
2365if test -z "$ac_cv_prog_RANLIB"; then 5104if test -z "$ac_cv_prog_RANLIB"; then
2366if test -n "$ac_tool_prefix"; then 5105 ac_ct_RANLIB=$RANLIB
2367 # Extract the first word of "ranlib", so it can be a program name with args. 5106 # Extract the first word of "ranlib", so it can be a program name with args.
2368set dummy ranlib; ac_word=$2 5107set dummy ranlib; ac_word=$2
5108echo "$as_me:$LINENO: checking for $ac_word" >&5
2369echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 5109echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2370echo "configure:2371: checking for $ac_word" >&5
2371if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 5110if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
2372 echo $ac_n "(cached) $ac_c" 1>&6 5111 echo $ECHO_N "(cached) $ECHO_C" >&6
2373else 5112else
2374 if test -n "$RANLIB"; then 5113 if test -n "$ac_ct_RANLIB"; then
2375 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 5114 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
2376else 5115else
2377 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 5116as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2378 ac_dummy="$PATH" 5117for as_dir in $PATH
2379 for ac_dir in $ac_dummy; do 5118do
5119 IFS=$as_save_IFS
2380 test -z "$ac_dir" && ac_dir=. 5120 test -z "$as_dir" && as_dir=.
2381 if test -f $ac_dir/$ac_word; then 5121 for ac_exec_ext in '' $ac_executable_extensions; do
5122 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2382 ac_cv_prog_RANLIB="ranlib" 5123 ac_cv_prog_ac_ct_RANLIB="ranlib"
5124 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2383 break 5125 break 2
2384 fi 5126 fi
2385 done 5127done
2386 IFS="$ac_save_ifs" 5128done
5129
2387 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":" 5130 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
2388fi 5131fi
2389fi 5132fi
5133ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5134if test -n "$ac_ct_RANLIB"; then
5135 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5136echo "${ECHO_T}$ac_ct_RANLIB" >&6
5137else
5138 echo "$as_me:$LINENO: result: no" >&5
5139echo "${ECHO_T}no" >&6
5140fi
5141
5142 RANLIB=$ac_ct_RANLIB
5143else
2390RANLIB="$ac_cv_prog_RANLIB" 5144 RANLIB="$ac_cv_prog_RANLIB"
2391if test -n "$RANLIB"; then
2392 echo "$ac_t""$RANLIB" 1>&6
2393else
2394 echo "$ac_t""no" 1>&6
2395fi 5145fi
2396 5146
2397else 5147if test -n "$ac_tool_prefix"; then
2398 RANLIB=":"
2399fi
2400fi
2401
2402# Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. 5148 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2403set dummy ${ac_tool_prefix}strip; ac_word=$2 5149set dummy ${ac_tool_prefix}strip; ac_word=$2
5150echo "$as_me:$LINENO: checking for $ac_word" >&5
2404echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 5151echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2405echo "configure:2406: checking for $ac_word" >&5
2406if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then 5152if test "${ac_cv_prog_STRIP+set}" = set; then
2407 echo $ac_n "(cached) $ac_c" 1>&6 5153 echo $ECHO_N "(cached) $ECHO_C" >&6
2408else 5154else
2409 if test -n "$STRIP"; then 5155 if test -n "$STRIP"; then
2410 ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 5156 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2411else 5157else
2412 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 5158as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2413 ac_dummy="$PATH" 5159for as_dir in $PATH
2414 for ac_dir in $ac_dummy; do 5160do
5161 IFS=$as_save_IFS
2415 test -z "$ac_dir" && ac_dir=. 5162 test -z "$as_dir" && as_dir=.
2416 if test -f $ac_dir/$ac_word; then 5163 for ac_exec_ext in '' $ac_executable_extensions; do
5164 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2417 ac_cv_prog_STRIP="${ac_tool_prefix}strip" 5165 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5166 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2418 break 5167 break 2
2419 fi 5168 fi
2420 done 5169done
2421 IFS="$ac_save_ifs" 5170done
5171
2422fi 5172fi
2423fi 5173fi
2424STRIP="$ac_cv_prog_STRIP" 5174STRIP=$ac_cv_prog_STRIP
2425if test -n "$STRIP"; then 5175if test -n "$STRIP"; then
2426 echo "$ac_t""$STRIP" 1>&6 5176 echo "$as_me:$LINENO: result: $STRIP" >&5
5177echo "${ECHO_T}$STRIP" >&6
2427else 5178else
2428 echo "$ac_t""no" 1>&6 5179 echo "$as_me:$LINENO: result: no" >&5
5180echo "${ECHO_T}no" >&6
2429fi 5181fi
2430 5182
2431 5183fi
2432if test -z "$ac_cv_prog_STRIP"; then 5184if test -z "$ac_cv_prog_STRIP"; then
2433if test -n "$ac_tool_prefix"; then 5185 ac_ct_STRIP=$STRIP
2434 # Extract the first word of "strip", so it can be a program name with args. 5186 # Extract the first word of "strip", so it can be a program name with args.
2435set dummy strip; ac_word=$2 5187set dummy strip; ac_word=$2
5188echo "$as_me:$LINENO: checking for $ac_word" >&5
2436echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 5189echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2437echo "configure:2438: checking for $ac_word" >&5
2438if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then 5190if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
2439 echo $ac_n "(cached) $ac_c" 1>&6 5191 echo $ECHO_N "(cached) $ECHO_C" >&6
2440else 5192else
2441 if test -n "$STRIP"; then 5193 if test -n "$ac_ct_STRIP"; then
2442 ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 5194 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2443else 5195else
2444 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 5196as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2445 ac_dummy="$PATH" 5197for as_dir in $PATH
2446 for ac_dir in $ac_dummy; do 5198do
5199 IFS=$as_save_IFS
2447 test -z "$ac_dir" && ac_dir=. 5200 test -z "$as_dir" && as_dir=.
2448 if test -f $ac_dir/$ac_word; then 5201 for ac_exec_ext in '' $ac_executable_extensions; do
5202 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2449 ac_cv_prog_STRIP="strip" 5203 ac_cv_prog_ac_ct_STRIP="strip"
5204 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2450 break 5205 break 2
2451 fi 5206 fi
2452 done 5207done
2453 IFS="$ac_save_ifs" 5208done
5209
2454 test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP=":" 5210 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
2455fi 5211fi
2456fi 5212fi
5213ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5214if test -n "$ac_ct_STRIP"; then
5215 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5216echo "${ECHO_T}$ac_ct_STRIP" >&6
5217else
5218 echo "$as_me:$LINENO: result: no" >&5
5219echo "${ECHO_T}no" >&6
5220fi
5221
5222 STRIP=$ac_ct_STRIP
5223else
2457STRIP="$ac_cv_prog_STRIP" 5224 STRIP="$ac_cv_prog_STRIP"
2458if test -n "$STRIP"; then
2459 echo "$ac_t""$STRIP" 1>&6
2460else
2461 echo "$ac_t""no" 1>&6
2462fi
2463
2464else
2465 STRIP=":"
2466fi
2467fi 5225fi
2468 5226
2469 5227
2470enable_dlopen=no 5228enable_dlopen=no
2471enable_win32_dll=no 5229enable_win32_dll=no
2472 5230
2473# Check whether --enable-libtool-lock or --disable-libtool-lock was given. 5231# Check whether --enable-libtool-lock or --disable-libtool-lock was given.
2474if test "${enable_libtool_lock+set}" = set; then 5232if test "${enable_libtool_lock+set}" = set; then
2475 enableval="$enable_libtool_lock" 5233 enableval="$enable_libtool_lock"
2476 : 5234
2477fi 5235fi;
2478
2479test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes 5236test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
2480 5237
2481# Some flags need to be propagated to the compiler or linker for good 5238# Some flags need to be propagated to the compiler or linker for good
2482# libtool support. 5239# libtool support.
2483case "$host" in 5240case "$host" in
2484*-*-irix6*) 5241*-*-irix6*)
2485 # Find out which ABI we are using. 5242 # Find out which ABI we are using.
2486 echo '#line 2487 "configure"' > conftest.$ac_ext 5243 echo '#line 5243 "configure"' > conftest.$ac_ext
2487 if { (eval echo configure:2488: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5244 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5245 (eval $ac_compile) 2>&5
5246 ac_status=$?
5247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5248 (exit $ac_status); }; then
2488 case "`/usr/bin/file conftest.$ac_objext`" in 5249 case "`/usr/bin/file conftest.$ac_objext`" in
2489 *32-bit*) 5250 *32-bit*)
2490 LD="${LD-ld} -32" 5251 LD="${LD-ld} -32"
2491 ;; 5252 ;;
2492 *N32*) 5253 *N32*)
2502 5263
2503*-*-sco3.2v5*) 5264*-*-sco3.2v5*)
2504 # On SCO OpenServer 5, we need -belf to get full-featured binaries. 5265 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
2505 SAVE_CFLAGS="$CFLAGS" 5266 SAVE_CFLAGS="$CFLAGS"
2506 CFLAGS="$CFLAGS -belf" 5267 CFLAGS="$CFLAGS -belf"
5268 echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
2507 echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6 5269echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6
2508echo "configure:2509: checking whether the C compiler needs -belf" >&5
2509if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then 5270if test "${lt_cv_cc_needs_belf+set}" = set; then
2510 echo $ac_n "(cached) $ac_c" 1>&6 5271 echo $ECHO_N "(cached) $ECHO_C" >&6
2511else 5272else
2512 5273
5274
2513 ac_ext=c 5275 ac_ext=c
2514# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2515ac_cpp='$CPP $CPPFLAGS' 5276ac_cpp='$CPP $CPPFLAGS'
2516ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 5277ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2517ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 5278ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2518cross_compiling=$ac_cv_prog_cc_cross 5279ac_compiler_gnu=$ac_cv_c_compiler_gnu
2519 5280
2520 cat > conftest.$ac_ext <<EOF 5281 cat >conftest.$ac_ext <<_ACEOF
2521#line 2522 "configure" 5282/* confdefs.h. */
2522#include "confdefs.h" 5283_ACEOF
5284cat confdefs.h >>conftest.$ac_ext
5285cat >>conftest.$ac_ext <<_ACEOF
5286/* end confdefs.h. */
2523 5287
2524int main() { 5288int
5289main ()
5290{
2525 5291
5292 ;
2526; return 0; } 5293 return 0;
2527EOF 5294}
2528if { (eval echo configure:2529: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5295_ACEOF
5296rm -f conftest.$ac_objext conftest$ac_exeext
5297if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5298 (eval $ac_link) 2>conftest.er1
5299 ac_status=$?
5300 grep -v '^ *+' conftest.er1 >conftest.err
2529 rm -rf conftest* 5301 rm -f conftest.er1
5302 cat conftest.err >&5
5303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5304 (exit $ac_status); } &&
5305 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5306 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5307 (eval $ac_try) 2>&5
5308 ac_status=$?
5309 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5310 (exit $ac_status); }; } &&
5311 { ac_try='test -s conftest$ac_exeext'
5312 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5313 (eval $ac_try) 2>&5
5314 ac_status=$?
5315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5316 (exit $ac_status); }; }; then
2530 lt_cv_cc_needs_belf=yes 5317 lt_cv_cc_needs_belf=yes
2531else 5318else
2532 echo "configure: failed program was:" >&5 5319 echo "$as_me: failed program was:" >&5
2533 cat conftest.$ac_ext >&5 5320sed 's/^/| /' conftest.$ac_ext >&5
2534 rm -rf conftest* 5321
2535 lt_cv_cc_needs_belf=no 5322lt_cv_cc_needs_belf=no
2536fi 5323fi
2537rm -f conftest* 5324rm -f conftest.err conftest.$ac_objext \
5325 conftest$ac_exeext conftest.$ac_ext
2538 ac_ext=c 5326 ac_ext=cc
2539# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2540ac_cpp='$CPP $CPPFLAGS' 5327ac_cpp='$CXXCPP $CPPFLAGS'
2541ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 5328ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2542ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 5329ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2543cross_compiling=$ac_cv_prog_cc_cross 5330ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
2544 5331
2545fi 5332fi
2546 5333echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
2547echo "$ac_t""$lt_cv_cc_needs_belf" 1>&6 5334echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
2548 if test x"$lt_cv_cc_needs_belf" != x"yes"; then 5335 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
2549 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf 5336 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
2550 CFLAGS="$SAVE_CFLAGS" 5337 CFLAGS="$SAVE_CFLAGS"
2551 fi 5338 fi
2552 ;; 5339 ;;
2637set dummy $CC 5424set dummy $CC
2638compiler="$2" 5425compiler="$2"
2639 5426
2640## FIXME: this should be a separate macro 5427## FIXME: this should be a separate macro
2641## 5428##
5429echo "$as_me:$LINENO: checking for objdir" >&5
2642echo $ac_n "checking for objdir""... $ac_c" 1>&6 5430echo $ECHO_N "checking for objdir... $ECHO_C" >&6
2643echo "configure:2644: checking for objdir" >&5
2644rm -f .libs 2>/dev/null 5431rm -f .libs 2>/dev/null
2645mkdir .libs 2>/dev/null 5432mkdir .libs 2>/dev/null
2646if test -d .libs; then 5433if test -d .libs; then
2647 objdir=.libs 5434 objdir=.libs
2648else 5435else
2649 # MS-DOS does not allow filenames that begin with a dot. 5436 # MS-DOS does not allow filenames that begin with a dot.
2650 objdir=_libs 5437 objdir=_libs
2651fi 5438fi
2652rmdir .libs 2>/dev/null 5439rmdir .libs 2>/dev/null
5440echo "$as_me:$LINENO: result: $objdir" >&5
2653echo "$ac_t""$objdir" 1>&6 5441echo "${ECHO_T}$objdir" >&6
2654## 5442##
2655## END FIXME 5443## END FIXME
2656 5444
2657 5445
2658## FIXME: this should be a separate macro 5446## FIXME: this should be a separate macro
2659## 5447##
5448
2660# Check whether --with-pic or --without-pic was given. 5449# Check whether --with-pic or --without-pic was given.
2661if test "${with_pic+set}" = set; then 5450if test "${with_pic+set}" = set; then
2662 withval="$with_pic" 5451 withval="$with_pic"
2663 pic_mode="$withval" 5452 pic_mode="$withval"
2664else 5453else
2665 pic_mode=default 5454 pic_mode=default
2666fi 5455fi;
2667
2668test -z "$pic_mode" && pic_mode=default 5456test -z "$pic_mode" && pic_mode=default
2669 5457
2670# We assume here that the value for lt_cv_prog_cc_pic will not be cached 5458# We assume here that the value for lt_cv_prog_cc_pic will not be cached
2671# in isolation, and that seeing it set (from the cache) indicates that 5459# in isolation, and that seeing it set (from the cache) indicates that
2672# the associated values are set (in the cache) correctly too. 5460# the associated values are set (in the cache) correctly too.
5461echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
2673echo $ac_n "checking for $compiler option to produce PIC""... $ac_c" 1>&6 5462echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
2674echo "configure:2675: checking for $compiler option to produce PIC" >&5
2675if eval "test \"`echo '$''{'lt_cv_prog_cc_pic'+set}'`\" = set"; then 5463if test "${lt_cv_prog_cc_pic+set}" = set; then
2676 echo $ac_n "(cached) $ac_c" 1>&6 5464 echo $ECHO_N "(cached) $ECHO_C" >&6
2677else 5465else
2678 lt_cv_prog_cc_pic= 5466 lt_cv_prog_cc_pic=
2679 lt_cv_prog_cc_shlib= 5467 lt_cv_prog_cc_shlib=
2680 lt_cv_prog_cc_wl= 5468 lt_cv_prog_cc_wl=
2681 lt_cv_prog_cc_static= 5469 lt_cv_prog_cc_static=
2804 fi 5592 fi
2805 5593
2806fi 5594fi
2807 5595
2808if test -z "$lt_cv_prog_cc_pic"; then 5596if test -z "$lt_cv_prog_cc_pic"; then
2809 echo "$ac_t""none" 1>&6 5597 echo "$as_me:$LINENO: result: none" >&5
5598echo "${ECHO_T}none" >&6
2810else 5599else
5600 echo "$as_me:$LINENO: result: $lt_cv_prog_cc_pic" >&5
2811 echo "$ac_t""$lt_cv_prog_cc_pic" 1>&6 5601echo "${ECHO_T}$lt_cv_prog_cc_pic" >&6
2812 5602
2813 # Check to make sure the pic_flag actually works. 5603 # Check to make sure the pic_flag actually works.
5604 echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_cv_prog_cc_pic works" >&5
2814 echo $ac_n "checking if $compiler PIC flag $lt_cv_prog_cc_pic works""... $ac_c" 1>&6 5605echo $ECHO_N "checking if $compiler PIC flag $lt_cv_prog_cc_pic works... $ECHO_C" >&6
2815echo "configure:2816: checking if $compiler PIC flag $lt_cv_prog_cc_pic works" >&5
2816 if eval "test \"`echo '$''{'lt_cv_prog_cc_pic_works'+set}'`\" = set"; then 5606 if test "${lt_cv_prog_cc_pic_works+set}" = set; then
2817 echo $ac_n "(cached) $ac_c" 1>&6 5607 echo $ECHO_N "(cached) $ECHO_C" >&6
2818else 5608else
2819 save_CFLAGS="$CFLAGS" 5609 save_CFLAGS="$CFLAGS"
2820 CFLAGS="$CFLAGS $lt_cv_prog_cc_pic -DPIC" 5610 CFLAGS="$CFLAGS $lt_cv_prog_cc_pic -DPIC"
2821 cat > conftest.$ac_ext <<EOF 5611 cat >conftest.$ac_ext <<_ACEOF
2822#line 2823 "configure" 5612/* confdefs.h. */
2823#include "confdefs.h" 5613_ACEOF
5614cat confdefs.h >>conftest.$ac_ext
5615cat >>conftest.$ac_ext <<_ACEOF
5616/* end confdefs.h. */
2824 5617
2825int main() { 5618int
5619main ()
5620{
2826 5621
5622 ;
2827; return 0; } 5623 return 0;
2828EOF 5624}
2829if { (eval echo configure:2830: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5625_ACEOF
5626rm -f conftest.$ac_objext
5627if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5628 (eval $ac_compile) 2>conftest.er1
5629 ac_status=$?
5630 grep -v '^ *+' conftest.er1 >conftest.err
2830 rm -rf conftest* 5631 rm -f conftest.er1
5632 cat conftest.err >&5
5633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5634 (exit $ac_status); } &&
5635 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5636 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5637 (eval $ac_try) 2>&5
5638 ac_status=$?
5639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5640 (exit $ac_status); }; } &&
5641 { ac_try='test -s conftest.$ac_objext'
5642 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5643 (eval $ac_try) 2>&5
5644 ac_status=$?
5645 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5646 (exit $ac_status); }; }; then
2831 case "$host_os" in 5647 case "$host_os" in
2832 hpux9* | hpux10* | hpux11*) 5648 hpux9* | hpux10* | hpux11*)
2833 # On HP-UX, both CC and GCC only warn that PIC is supported... then 5649 # On HP-UX, both CC and GCC only warn that PIC is supported... then
2834 # they create non-PIC objects. So, if there were any warnings, we 5650 # they create non-PIC objects. So, if there were any warnings, we
2835 # assume that PIC is not supported. 5651 # assume that PIC is not supported.
2841 ;; 5657 ;;
2842 *) 5658 *)
2843 lt_cv_prog_cc_pic_works=yes 5659 lt_cv_prog_cc_pic_works=yes
2844 ;; 5660 ;;
2845 esac 5661 esac
2846 5662
2847else 5663else
2848 echo "configure: failed program was:" >&5 5664 echo "$as_me: failed program was:" >&5
2849 cat conftest.$ac_ext >&5 5665sed 's/^/| /' conftest.$ac_ext >&5
2850 rm -rf conftest* 5666
2851 lt_cv_prog_cc_pic_works=no 5667 lt_cv_prog_cc_pic_works=no
2852 5668
2853fi 5669fi
2854rm -f conftest* 5670rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2855 CFLAGS="$save_CFLAGS" 5671 CFLAGS="$save_CFLAGS"
2856 5672
2857fi 5673fi
2858 5674
2859 5675
2860 if test "X$lt_cv_prog_cc_pic_works" = Xno; then 5676 if test "X$lt_cv_prog_cc_pic_works" = Xno; then
2861 lt_cv_prog_cc_pic= 5677 lt_cv_prog_cc_pic=
2862 lt_cv_prog_cc_can_build_shared=no 5678 lt_cv_prog_cc_can_build_shared=no
2863 else 5679 else
2864 lt_cv_prog_cc_pic=" $lt_cv_prog_cc_pic" 5680 lt_cv_prog_cc_pic=" $lt_cv_prog_cc_pic"
2865 fi 5681 fi
2866 5682
5683 echo "$as_me:$LINENO: result: $lt_cv_prog_cc_pic_works" >&5
2867 echo "$ac_t""$lt_cv_prog_cc_pic_works" 1>&6 5684echo "${ECHO_T}$lt_cv_prog_cc_pic_works" >&6
2868fi 5685fi
2869## 5686##
2870## END FIXME 5687## END FIXME
2871 5688
2872# Check for any special shared library compilation flags. 5689# Check for any special shared library compilation flags.
2873if test -n "$lt_cv_prog_cc_shlib"; then 5690if test -n "$lt_cv_prog_cc_shlib"; then
5691 { echo "$as_me:$LINENO: WARNING: \`$CC' requires \`$lt_cv_prog_cc_shlib' to build shared libraries" >&5
2874 echo "configure: warning: \`$CC' requires \`$lt_cv_prog_cc_shlib' to build shared libraries" 1>&2 5692echo "$as_me: WARNING: \`$CC' requires \`$lt_cv_prog_cc_shlib' to build shared libraries" >&2;}
2875 if echo "$old_CC $old_CFLAGS " | egrep -e "[ ]$lt_cv_prog_cc_shlib[ ]" >/dev/null; then : 5693 if echo "$old_CC $old_CFLAGS " | egrep -e "[ ]$lt_cv_prog_cc_shlib[ ]" >/dev/null; then :
2876 else 5694 else
5695 { echo "$as_me:$LINENO: WARNING: add \`$lt_cv_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&5
2877 echo "configure: warning: add \`$lt_cv_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" 1>&2 5696echo "$as_me: WARNING: add \`$lt_cv_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&2;}
2878 lt_cv_prog_cc_can_build_shared=no 5697 lt_cv_prog_cc_can_build_shared=no
2879 fi 5698 fi
2880fi 5699fi
2881 5700
2882## FIXME: this should be a separate macro 5701## FIXME: this should be a separate macro
2883## 5702##
5703echo "$as_me:$LINENO: checking if $compiler static flag $lt_cv_prog_cc_static works" >&5
2884echo $ac_n "checking if $compiler static flag $lt_cv_prog_cc_static works""... $ac_c" 1>&6 5704echo $ECHO_N "checking if $compiler static flag $lt_cv_prog_cc_static works... $ECHO_C" >&6
2885echo "configure:2886: checking if $compiler static flag $lt_cv_prog_cc_static works" >&5
2886if eval "test \"`echo '$''{'lt_cv_prog_cc_static_works'+set}'`\" = set"; then 5705if test "${lt_cv_prog_cc_static_works+set}" = set; then
2887 echo $ac_n "(cached) $ac_c" 1>&6 5706 echo $ECHO_N "(cached) $ECHO_C" >&6
2888else 5707else
2889 lt_cv_prog_cc_static_works=no 5708 lt_cv_prog_cc_static_works=no
2890 save_LDFLAGS="$LDFLAGS" 5709 save_LDFLAGS="$LDFLAGS"
2891 LDFLAGS="$LDFLAGS $lt_cv_prog_cc_static" 5710 LDFLAGS="$LDFLAGS $lt_cv_prog_cc_static"
2892 cat > conftest.$ac_ext <<EOF 5711 cat >conftest.$ac_ext <<_ACEOF
2893#line 2894 "configure" 5712/* confdefs.h. */
2894#include "confdefs.h" 5713_ACEOF
5714cat confdefs.h >>conftest.$ac_ext
5715cat >>conftest.$ac_ext <<_ACEOF
5716/* end confdefs.h. */
2895 5717
2896int main() { 5718int
5719main ()
5720{
2897 5721
5722 ;
2898; return 0; } 5723 return 0;
2899EOF 5724}
2900if { (eval echo configure:2901: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5725_ACEOF
5726rm -f conftest.$ac_objext conftest$ac_exeext
5727if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5728 (eval $ac_link) 2>conftest.er1
5729 ac_status=$?
5730 grep -v '^ *+' conftest.er1 >conftest.err
2901 rm -rf conftest* 5731 rm -f conftest.er1
5732 cat conftest.err >&5
5733 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5734 (exit $ac_status); } &&
5735 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5736 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5737 (eval $ac_try) 2>&5
5738 ac_status=$?
5739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5740 (exit $ac_status); }; } &&
5741 { ac_try='test -s conftest$ac_exeext'
5742 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5743 (eval $ac_try) 2>&5
5744 ac_status=$?
5745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5746 (exit $ac_status); }; }; then
2902 lt_cv_prog_cc_static_works=yes 5747 lt_cv_prog_cc_static_works=yes
2903else 5748else
2904 echo "configure: failed program was:" >&5 5749 echo "$as_me: failed program was:" >&5
2905 cat conftest.$ac_ext >&5 5750sed 's/^/| /' conftest.$ac_ext >&5
5751
2906fi 5752fi
2907rm -f conftest* 5753rm -f conftest.err conftest.$ac_objext \
5754 conftest$ac_exeext conftest.$ac_ext
2908 LDFLAGS="$save_LDFLAGS" 5755 LDFLAGS="$save_LDFLAGS"
2909 5756
2910fi 5757fi
2911 5758
2912 5759
2913# Belt *and* braces to stop my trousers falling down: 5760# Belt *and* braces to stop my trousers falling down:
2914test "X$lt_cv_prog_cc_static_works" = Xno && lt_cv_prog_cc_static= 5761test "X$lt_cv_prog_cc_static_works" = Xno && lt_cv_prog_cc_static=
5762echo "$as_me:$LINENO: result: $lt_cv_prog_cc_static_works" >&5
2915echo "$ac_t""$lt_cv_prog_cc_static_works" 1>&6 5763echo "${ECHO_T}$lt_cv_prog_cc_static_works" >&6
2916 5764
2917pic_flag="$lt_cv_prog_cc_pic" 5765pic_flag="$lt_cv_prog_cc_pic"
2918special_shlib_compile_flags="$lt_cv_prog_cc_shlib" 5766special_shlib_compile_flags="$lt_cv_prog_cc_shlib"
2919wl="$lt_cv_prog_cc_wl" 5767wl="$lt_cv_prog_cc_wl"
2920link_static_flag="$lt_cv_prog_cc_static" 5768link_static_flag="$lt_cv_prog_cc_static"
2925 5773
2926 5774
2927## FIXME: this should be a separate macro 5775## FIXME: this should be a separate macro
2928## 5776##
2929# Check to see if options -o and -c are simultaneously supported by compiler 5777# Check to see if options -o and -c are simultaneously supported by compiler
5778echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
2930echo $ac_n "checking if $compiler supports -c -o file.$ac_objext""... $ac_c" 1>&6 5779echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
2931echo "configure:2932: checking if $compiler supports -c -o file.$ac_objext" >&5
2932$rm -r conftest 2>/dev/null 5780$rm -r conftest 2>/dev/null
2933mkdir conftest 5781mkdir conftest
2934cd conftest 5782cd conftest
2935echo "int some_variable = 0;" > conftest.$ac_ext 5783echo "int some_variable = 0;" > conftest.$ac_ext
2936mkdir out 5784mkdir out
2941# builds. 5789# builds.
2942chmod -w . 5790chmod -w .
2943save_CFLAGS="$CFLAGS" 5791save_CFLAGS="$CFLAGS"
2944CFLAGS="$CFLAGS -o out/conftest2.$ac_objext" 5792CFLAGS="$CFLAGS -o out/conftest2.$ac_objext"
2945compiler_c_o=no 5793compiler_c_o=no
2946if { (eval echo configure:2947: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then 5794if { (eval echo configure:5794: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then
2947 # The compiler can only warn and ignore the option if not recognized 5795 # The compiler can only warn and ignore the option if not recognized
2948 # So say no if there are warnings 5796 # So say no if there are warnings
2949 if test -s out/conftest.err; then 5797 if test -s out/conftest.err; then
2950 compiler_c_o=no 5798 compiler_c_o=no
2951 else 5799 else
2954else 5802else
2955 # Append any errors to the config.log. 5803 # Append any errors to the config.log.
2956 cat out/conftest.err 1>&5 5804 cat out/conftest.err 1>&5
2957 compiler_c_o=no 5805 compiler_c_o=no
2958fi 5806fi
5807echo "$as_me:$LINENO: result: $compiler_c_o" >&5
2959echo "$ac_t""$compiler_c_o" 1>&6 5808echo "${ECHO_T}$compiler_c_o" >&6
2960CFLAGS="$save_CFLAGS" 5809CFLAGS="$save_CFLAGS"
2961chmod u+w . 5810chmod u+w .
2962$rm conftest* out/* 5811$rm conftest* out/*
2963rmdir out 5812rmdir out
2964cd .. 5813cd ..
2965rmdir conftest 5814rmdir conftest
2966$rm -r conftest 2>/dev/null 5815$rm -r conftest 2>/dev/null
2967 5816
2968if test x"$compiler_c_o" = x"yes"; then 5817if test x"$compiler_c_o" = x"yes"; then
2969 # Check to see if we can write to a .lo 5818 # Check to see if we can write to a .lo
5819 echo "$as_me:$LINENO: checking if $compiler supports -c -o file.lo" >&5
2970 echo $ac_n "checking if $compiler supports -c -o file.lo""... $ac_c" 1>&6 5820echo $ECHO_N "checking if $compiler supports -c -o file.lo... $ECHO_C" >&6
2971echo "configure:2972: checking if $compiler supports -c -o file.lo" >&5
2972 compiler_o_lo=no 5821 compiler_o_lo=no
2973 save_CFLAGS="$CFLAGS" 5822 save_CFLAGS="$CFLAGS"
2974 CFLAGS="$CFLAGS -c -o conftest.lo" 5823 CFLAGS="$CFLAGS -c -o conftest.lo"
2975 cat > conftest.$ac_ext <<EOF 5824 cat >conftest.$ac_ext <<_ACEOF
2976#line 2977 "configure" 5825/* confdefs.h. */
2977#include "confdefs.h" 5826_ACEOF
5827cat confdefs.h >>conftest.$ac_ext
5828cat >>conftest.$ac_ext <<_ACEOF
5829/* end confdefs.h. */
2978 5830
2979int main() { 5831int
5832main ()
5833{
2980int some_variable = 0; 5834int some_variable = 0;
5835 ;
2981; return 0; } 5836 return 0;
2982EOF 5837}
2983if { (eval echo configure:2984: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5838_ACEOF
5839rm -f conftest.$ac_objext
5840if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5841 (eval $ac_compile) 2>conftest.er1
5842 ac_status=$?
5843 grep -v '^ *+' conftest.er1 >conftest.err
2984 rm -rf conftest* 5844 rm -f conftest.er1
5845 cat conftest.err >&5
5846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5847 (exit $ac_status); } &&
5848 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5849 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5850 (eval $ac_try) 2>&5
5851 ac_status=$?
5852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5853 (exit $ac_status); }; } &&
5854 { ac_try='test -s conftest.$ac_objext'
5855 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5856 (eval $ac_try) 2>&5
5857 ac_status=$?
5858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5859 (exit $ac_status); }; }; then
2985 # The compiler can only warn and ignore the option if not recognized 5860 # The compiler can only warn and ignore the option if not recognized
2986 # So say no if there are warnings 5861 # So say no if there are warnings
2987 if test -s conftest.err; then 5862 if test -s conftest.err; then
2988 compiler_o_lo=no 5863 compiler_o_lo=no
2989 else 5864 else
2990 compiler_o_lo=yes 5865 compiler_o_lo=yes
2991 fi 5866 fi
2992 5867
2993else 5868else
2994 echo "configure: failed program was:" >&5 5869 echo "$as_me: failed program was:" >&5
2995 cat conftest.$ac_ext >&5 5870sed 's/^/| /' conftest.$ac_ext >&5
5871
2996fi 5872fi
2997rm -f conftest* 5873rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5874 echo "$as_me:$LINENO: result: $compiler_c_o" >&5
2998 echo "$ac_t""$compiler_c_o" 1>&6 5875echo "${ECHO_T}$compiler_c_o" >&6
2999 CFLAGS="$save_CFLAGS" 5876 CFLAGS="$save_CFLAGS"
3000else 5877else
3001 compiler_o_lo=no 5878 compiler_o_lo=no
3002fi 5879fi
3003## 5880##
3007## 5884##
3008# Check to see if we can do hard links to lock some files if needed 5885# Check to see if we can do hard links to lock some files if needed
3009hard_links="nottested" 5886hard_links="nottested"
3010if test "$compiler_c_o" = no && test "$need_locks" != no; then 5887if test "$compiler_c_o" = no && test "$need_locks" != no; then
3011 # do not overwrite the value of need_locks provided by the user 5888 # do not overwrite the value of need_locks provided by the user
5889 echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
3012 echo $ac_n "checking if we can lock with hard links""... $ac_c" 1>&6 5890echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6
3013echo "configure:3014: checking if we can lock with hard links" >&5
3014 hard_links=yes 5891 hard_links=yes
3015 $rm conftest* 5892 $rm conftest*
3016 ln conftest.a conftest.b 2>/dev/null && hard_links=no 5893 ln conftest.a conftest.b 2>/dev/null && hard_links=no
3017 touch conftest.a 5894 touch conftest.a
3018 ln conftest.a conftest.b 2>&5 || hard_links=no 5895 ln conftest.a conftest.b 2>&5 || hard_links=no
3019 ln conftest.a conftest.b 2>/dev/null && hard_links=no 5896 ln conftest.a conftest.b 2>/dev/null && hard_links=no
5897 echo "$as_me:$LINENO: result: $hard_links" >&5
3020 echo "$ac_t""$hard_links" 1>&6 5898echo "${ECHO_T}$hard_links" >&6
3021 if test "$hard_links" = no; then 5899 if test "$hard_links" = no; then
5900 { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
3022 echo "configure: warning: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" 1>&2 5901echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
3023 need_locks=warn 5902 need_locks=warn
3024 fi 5903 fi
3025else 5904else
3026 need_locks=no 5905 need_locks=no
3027fi 5906fi
3030 5909
3031## FIXME: this should be a separate macro 5910## FIXME: this should be a separate macro
3032## 5911##
3033if test "$GCC" = yes; then 5912if test "$GCC" = yes; then
3034 # Check to see if options -fno-rtti -fno-exceptions are supported by compiler 5913 # Check to see if options -fno-rtti -fno-exceptions are supported by compiler
5914 echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
3035 echo $ac_n "checking if $compiler supports -fno-rtti -fno-exceptions""... $ac_c" 1>&6 5915echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6
3036echo "configure:3037: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
3037 echo "int some_variable = 0;" > conftest.$ac_ext 5916 echo "int some_variable = 0;" > conftest.$ac_ext
3038 save_CFLAGS="$CFLAGS" 5917 save_CFLAGS="$CFLAGS"
3039 CFLAGS="$CFLAGS -fno-rtti -fno-exceptions -c conftest.$ac_ext" 5918 CFLAGS="$CFLAGS -fno-rtti -fno-exceptions -c conftest.$ac_ext"
3040 compiler_rtti_exceptions=no 5919 compiler_rtti_exceptions=no
3041 cat > conftest.$ac_ext <<EOF 5920 cat >conftest.$ac_ext <<_ACEOF
3042#line 3043 "configure" 5921/* confdefs.h. */
3043#include "confdefs.h" 5922_ACEOF
5923cat confdefs.h >>conftest.$ac_ext
5924cat >>conftest.$ac_ext <<_ACEOF
5925/* end confdefs.h. */
3044 5926
3045int main() { 5927int
5928main ()
5929{
3046int some_variable = 0; 5930int some_variable = 0;
5931 ;
3047; return 0; } 5932 return 0;
3048EOF 5933}
3049if { (eval echo configure:3050: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5934_ACEOF
5935rm -f conftest.$ac_objext
5936if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5937 (eval $ac_compile) 2>conftest.er1
5938 ac_status=$?
5939 grep -v '^ *+' conftest.er1 >conftest.err
3050 rm -rf conftest* 5940 rm -f conftest.er1
5941 cat conftest.err >&5
5942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5943 (exit $ac_status); } &&
5944 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5945 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5946 (eval $ac_try) 2>&5
5947 ac_status=$?
5948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5949 (exit $ac_status); }; } &&
5950 { ac_try='test -s conftest.$ac_objext'
5951 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5952 (eval $ac_try) 2>&5
5953 ac_status=$?
5954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5955 (exit $ac_status); }; }; then
3051 # The compiler can only warn and ignore the option if not recognized 5956 # The compiler can only warn and ignore the option if not recognized
3052 # So say no if there are warnings 5957 # So say no if there are warnings
3053 if test -s conftest.err; then 5958 if test -s conftest.err; then
3054 compiler_rtti_exceptions=no 5959 compiler_rtti_exceptions=no
3055 else 5960 else
3056 compiler_rtti_exceptions=yes 5961 compiler_rtti_exceptions=yes
3057 fi 5962 fi
3058 5963
3059else 5964else
3060 echo "configure: failed program was:" >&5 5965 echo "$as_me: failed program was:" >&5
3061 cat conftest.$ac_ext >&5 5966sed 's/^/| /' conftest.$ac_ext >&5
5967
3062fi 5968fi
3063rm -f conftest* 5969rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3064 CFLAGS="$save_CFLAGS" 5970 CFLAGS="$save_CFLAGS"
5971 echo "$as_me:$LINENO: result: $compiler_rtti_exceptions" >&5
3065 echo "$ac_t""$compiler_rtti_exceptions" 1>&6 5972echo "${ECHO_T}$compiler_rtti_exceptions" >&6
3066 5973
3067 if test "$compiler_rtti_exceptions" = "yes"; then 5974 if test "$compiler_rtti_exceptions" = "yes"; then
3068 no_builtin_flag=' -fno-builtin -fno-rtti -fno-exceptions' 5975 no_builtin_flag=' -fno-builtin -fno-rtti -fno-exceptions'
3069 else 5976 else
3070 no_builtin_flag=' -fno-builtin' 5977 no_builtin_flag=' -fno-builtin'
3074## END FIXME 5981## END FIXME
3075 5982
3076## FIXME: this should be a separate macro 5983## FIXME: this should be a separate macro
3077## 5984##
3078# See if the linker supports building shared libraries. 5985# See if the linker supports building shared libraries.
5986echo "$as_me:$LINENO: checking whether the linker ($LD) supports shared libraries" >&5
3079echo $ac_n "checking whether the linker ($LD) supports shared libraries""... $ac_c" 1>&6 5987echo $ECHO_N "checking whether the linker ($LD) supports shared libraries... $ECHO_C" >&6
3080echo "configure:3081: checking whether the linker ($LD) supports shared libraries" >&5
3081 5988
3082allow_undefined_flag= 5989allow_undefined_flag=
3083no_undefined_flag= 5990no_undefined_flag=
3084need_lib_prefix=unknown 5991need_lib_prefix=unknown
3085need_version=unknown 5992need_version=unknown
3632 *) 6539 *)
3633 ld_shlibs=no 6540 ld_shlibs=no
3634 ;; 6541 ;;
3635 esac 6542 esac
3636fi 6543fi
6544echo "$as_me:$LINENO: result: $ld_shlibs" >&5
3637echo "$ac_t""$ld_shlibs" 1>&6 6545echo "${ECHO_T}$ld_shlibs" >&6
3638test "$ld_shlibs" = no && can_build_shared=no 6546test "$ld_shlibs" = no && can_build_shared=no
3639## 6547##
3640## END FIXME 6548## END FIXME
3641 6549
3642## FIXME: this should be a separate macro 6550## FIXME: this should be a separate macro
3643## 6551##
3644# Check hardcoding attributes. 6552# Check hardcoding attributes.
6553echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
3645echo $ac_n "checking how to hardcode library paths into programs""... $ac_c" 1>&6 6554echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
3646echo "configure:3647: checking how to hardcode library paths into programs" >&5
3647hardcode_action= 6555hardcode_action=
3648if test -n "$hardcode_libdir_flag_spec" || \ 6556if test -n "$hardcode_libdir_flag_spec" || \
3649 test -n "$runpath_var"; then 6557 test -n "$runpath_var"; then
3650 6558
3651 # We can hardcode non-existant directories. 6559 # We can hardcode non-existant directories.
3664else 6572else
3665 # We cannot hardcode anything, or else we can only hardcode existing 6573 # We cannot hardcode anything, or else we can only hardcode existing
3666 # directories. 6574 # directories.
3667 hardcode_action=unsupported 6575 hardcode_action=unsupported
3668fi 6576fi
6577echo "$as_me:$LINENO: result: $hardcode_action" >&5
3669echo "$ac_t""$hardcode_action" 1>&6 6578echo "${ECHO_T}$hardcode_action" >&6
3670## 6579##
3671## END FIXME 6580## END FIXME
3672 6581
3673## FIXME: this should be a separate macro 6582## FIXME: this should be a separate macro
3674## 6583##
3675striplib= 6584striplib=
3676old_striplib= 6585old_striplib=
6586echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
3677echo $ac_n "checking whether stripping libraries is possible""... $ac_c" 1>&6 6587echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6
3678echo "configure:3679: checking whether stripping libraries is possible" >&5
3679if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then 6588if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
3680 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" 6589 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
3681 test -z "$striplib" && striplib="$STRIP --strip-unneeded" 6590 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
3682 echo "$ac_t""yes" 1>&6 6591 echo "$as_me:$LINENO: result: yes" >&5
6592echo "${ECHO_T}yes" >&6
3683else 6593else
3684 echo "$ac_t""no" 1>&6 6594 echo "$as_me:$LINENO: result: no" >&5
6595echo "${ECHO_T}no" >&6
3685fi 6596fi
3686## 6597##
3687## END FIXME 6598## END FIXME
3688 6599
3689reload_cmds='$LD$reload_flag -o $output$reload_objs' 6600reload_cmds='$LD$reload_flag -o $output$reload_objs'
3690test -z "$deplibs_check_method" && deplibs_check_method=unknown 6601test -z "$deplibs_check_method" && deplibs_check_method=unknown
3691 6602
3692## FIXME: this should be a separate macro 6603## FIXME: this should be a separate macro
3693## 6604##
3694# PORTME Fill in your ld.so characteristics 6605# PORTME Fill in your ld.so characteristics
6606echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
3695echo $ac_n "checking dynamic linker characteristics""... $ac_c" 1>&6 6607echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
3696echo "configure:3697: checking dynamic linker characteristics" >&5
3697library_names_spec= 6608library_names_spec=
3698libname_spec='lib$name' 6609libname_spec='lib$name'
3699soname_spec= 6610soname_spec=
3700postinstall_cmds= 6611postinstall_cmds=
3701postuninstall_cmds= 6612postuninstall_cmds=
4017 6928
4018*) 6929*)
4019 dynamic_linker=no 6930 dynamic_linker=no
4020 ;; 6931 ;;
4021esac 6932esac
6933echo "$as_me:$LINENO: result: $dynamic_linker" >&5
4022echo "$ac_t""$dynamic_linker" 1>&6 6934echo "${ECHO_T}$dynamic_linker" >&6
4023test "$dynamic_linker" = no && can_build_shared=no 6935test "$dynamic_linker" = no && can_build_shared=no
4024## 6936##
4025## END FIXME 6937## END FIXME
4026 6938
4027## FIXME: this should be a separate macro 6939## FIXME: this should be a separate macro
4028## 6940##
4029# Report the final consequences. 6941# Report the final consequences.
6942echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
4030echo $ac_n "checking if libtool supports shared libraries""... $ac_c" 1>&6 6943echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6
4031echo "configure:4032: checking if libtool supports shared libraries" >&5 6944echo "$as_me:$LINENO: result: $can_build_shared" >&5
4032echo "$ac_t""$can_build_shared" 1>&6 6945echo "${ECHO_T}$can_build_shared" >&6
4033## 6946##
4034## END FIXME 6947## END FIXME
4035 6948
4036if test "$hardcode_action" = relink; then 6949if test "$hardcode_action" = relink; then
4037 # Fast installation is not supported 6950 # Fast installation is not supported
4066 lt_cv_dlopen="LoadLibrary" 6979 lt_cv_dlopen="LoadLibrary"
4067 lt_cv_dlopen_libs= 6980 lt_cv_dlopen_libs=
4068 ;; 6981 ;;
4069 6982
4070 *) 6983 *)
6984 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
4071 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6 6985echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
4072echo "configure:4073: checking for dlopen in -ldl" >&5 6986if test "${ac_cv_lib_dl_dlopen+set}" = set; then
4073ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
4074if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4075 echo $ac_n "(cached) $ac_c" 1>&6 6987 echo $ECHO_N "(cached) $ECHO_C" >&6
4076else 6988else
4077 ac_save_LIBS="$LIBS" 6989 ac_check_lib_save_LIBS=$LIBS
4078LIBS="-ldl $LIBS" 6990LIBS="-ldl $LIBS"
4079cat > conftest.$ac_ext <<EOF 6991cat >conftest.$ac_ext <<_ACEOF
4080#line 4081 "configure" 6992/* confdefs.h. */
4081#include "confdefs.h" 6993_ACEOF
6994cat confdefs.h >>conftest.$ac_ext
6995cat >>conftest.$ac_ext <<_ACEOF
6996/* end confdefs.h. */
6997
4082/* Override any gcc2 internal prototype to avoid an error. */ 6998/* Override any gcc2 internal prototype to avoid an error. */
6999#ifdef __cplusplus
7000extern "C"
7001#endif
4083/* We use char because int might match the return type of a gcc2 7002/* We use char because int might match the return type of a gcc2
4084 builtin and then its argument prototype would still apply. */ 7003 builtin and then its argument prototype would still apply. */
4085char dlopen(); 7004char dlopen ();
4086 7005int
4087int main() { 7006main ()
7007{
4088dlopen() 7008dlopen ();
7009 ;
4089; return 0; } 7010 return 0;
4090EOF 7011}
4091if { (eval echo configure:4092: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7012_ACEOF
7013rm -f conftest.$ac_objext conftest$ac_exeext
7014if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7015 (eval $ac_link) 2>conftest.er1
7016 ac_status=$?
7017 grep -v '^ *+' conftest.er1 >conftest.err
4092 rm -rf conftest* 7018 rm -f conftest.er1
4093 eval "ac_cv_lib_$ac_lib_var=yes" 7019 cat conftest.err >&5
7020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7021 (exit $ac_status); } &&
7022 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7023 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7024 (eval $ac_try) 2>&5
7025 ac_status=$?
7026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7027 (exit $ac_status); }; } &&
7028 { ac_try='test -s conftest$ac_exeext'
7029 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7030 (eval $ac_try) 2>&5
7031 ac_status=$?
7032 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7033 (exit $ac_status); }; }; then
7034 ac_cv_lib_dl_dlopen=yes
4094else 7035else
4095 echo "configure: failed program was:" >&5 7036 echo "$as_me: failed program was:" >&5
4096 cat conftest.$ac_ext >&5 7037sed 's/^/| /' conftest.$ac_ext >&5
4097 rm -rf conftest* 7038
4098 eval "ac_cv_lib_$ac_lib_var=no" 7039ac_cv_lib_dl_dlopen=no
4099fi 7040fi
4100rm -f conftest* 7041rm -f conftest.err conftest.$ac_objext \
7042 conftest$ac_exeext conftest.$ac_ext
4101LIBS="$ac_save_LIBS" 7043LIBS=$ac_check_lib_save_LIBS
4102
4103fi 7044fi
4104if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 7045echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
4105 echo "$ac_t""yes" 1>&6 7046echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
7047if test $ac_cv_lib_dl_dlopen = yes; then
4106 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" 7048 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
4107else 7049else
4108 echo "$ac_t""no" 1>&6 7050 echo "$as_me:$LINENO: checking for dlopen" >&5
4109echo $ac_n "checking for dlopen""... $ac_c" 1>&6 7051echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
4110echo "configure:4111: checking for dlopen" >&5
4111if eval "test \"`echo '$''{'ac_cv_func_dlopen'+set}'`\" = set"; then 7052if test "${ac_cv_func_dlopen+set}" = set; then
4112 echo $ac_n "(cached) $ac_c" 1>&6 7053 echo $ECHO_N "(cached) $ECHO_C" >&6
4113else 7054else
4114 cat > conftest.$ac_ext <<EOF 7055 cat >conftest.$ac_ext <<_ACEOF
4115#line 4116 "configure" 7056/* confdefs.h. */
4116#include "confdefs.h" 7057_ACEOF
7058cat confdefs.h >>conftest.$ac_ext
7059cat >>conftest.$ac_ext <<_ACEOF
7060/* end confdefs.h. */
7061/* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
7062 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7063#define dlopen innocuous_dlopen
7064
4117/* System header to define __stub macros and hopefully few prototypes, 7065/* System header to define __stub macros and hopefully few prototypes,
4118 which can conflict with char dlopen(); below. */ 7066 which can conflict with char dlopen (); below.
7067 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7068 <limits.h> exists even on freestanding compilers. */
7069
7070#ifdef __STDC__
7071# include <limits.h>
7072#else
4119#include <assert.h> 7073# include <assert.h>
7074#endif
7075
7076#undef dlopen
7077
4120/* Override any gcc2 internal prototype to avoid an error. */ 7078/* Override any gcc2 internal prototype to avoid an error. */
7079#ifdef __cplusplus
7080extern "C"
7081{
7082#endif
4121/* We use char because int might match the return type of a gcc2 7083/* We use char because int might match the return type of a gcc2
4122 builtin and then its argument prototype would still apply. */ 7084 builtin and then its argument prototype would still apply. */
4123char dlopen(); 7085char dlopen ();
4124
4125int main() {
4126
4127/* The GNU C library defines this for functions which it implements 7086/* The GNU C library defines this for functions which it implements
4128 to always fail with ENOSYS. Some functions are actually named 7087 to always fail with ENOSYS. Some functions are actually named
4129 something starting with __ and the normal name is an alias. */ 7088 something starting with __ and the normal name is an alias. */
4130#if defined (__stub_dlopen) || defined (__stub___dlopen) 7089#if defined (__stub_dlopen) || defined (__stub___dlopen)
4131choke me 7090choke me
4132#else 7091#else
4133dlopen(); 7092char (*f) () = dlopen;
4134#endif 7093#endif
7094#ifdef __cplusplus
7095}
7096#endif
4135 7097
7098int
7099main ()
7100{
7101return f != dlopen;
7102 ;
4136; return 0; } 7103 return 0;
4137EOF 7104}
4138if { (eval echo configure:4139: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7105_ACEOF
7106rm -f conftest.$ac_objext conftest$ac_exeext
7107if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7108 (eval $ac_link) 2>conftest.er1
7109 ac_status=$?
7110 grep -v '^ *+' conftest.er1 >conftest.err
4139 rm -rf conftest* 7111 rm -f conftest.er1
7112 cat conftest.err >&5
7113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7114 (exit $ac_status); } &&
7115 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7116 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7117 (eval $ac_try) 2>&5
7118 ac_status=$?
7119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7120 (exit $ac_status); }; } &&
7121 { ac_try='test -s conftest$ac_exeext'
7122 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7123 (eval $ac_try) 2>&5
7124 ac_status=$?
7125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7126 (exit $ac_status); }; }; then
4140 eval "ac_cv_func_dlopen=yes" 7127 ac_cv_func_dlopen=yes
4141else 7128else
4142 echo "configure: failed program was:" >&5 7129 echo "$as_me: failed program was:" >&5
4143 cat conftest.$ac_ext >&5 7130sed 's/^/| /' conftest.$ac_ext >&5
4144 rm -rf conftest* 7131
4145 eval "ac_cv_func_dlopen=no" 7132ac_cv_func_dlopen=no
4146fi 7133fi
4147rm -f conftest* 7134rm -f conftest.err conftest.$ac_objext \
7135 conftest$ac_exeext conftest.$ac_ext
4148fi 7136fi
4149 7137echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
7138echo "${ECHO_T}$ac_cv_func_dlopen" >&6
4150if eval "test \"`echo '$ac_cv_func_'dlopen`\" = yes"; then 7139if test $ac_cv_func_dlopen = yes; then
4151 echo "$ac_t""yes" 1>&6
4152 lt_cv_dlopen="dlopen" 7140 lt_cv_dlopen="dlopen"
4153else 7141else
4154 echo "$ac_t""no" 1>&6 7142 echo "$as_me:$LINENO: checking for shl_load" >&5
4155echo $ac_n "checking for shl_load""... $ac_c" 1>&6 7143echo $ECHO_N "checking for shl_load... $ECHO_C" >&6
4156echo "configure:4157: checking for shl_load" >&5
4157if eval "test \"`echo '$''{'ac_cv_func_shl_load'+set}'`\" = set"; then 7144if test "${ac_cv_func_shl_load+set}" = set; then
4158 echo $ac_n "(cached) $ac_c" 1>&6 7145 echo $ECHO_N "(cached) $ECHO_C" >&6
4159else 7146else
4160 cat > conftest.$ac_ext <<EOF 7147 cat >conftest.$ac_ext <<_ACEOF
4161#line 4162 "configure" 7148/* confdefs.h. */
4162#include "confdefs.h" 7149_ACEOF
7150cat confdefs.h >>conftest.$ac_ext
7151cat >>conftest.$ac_ext <<_ACEOF
7152/* end confdefs.h. */
7153/* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
7154 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7155#define shl_load innocuous_shl_load
7156
4163/* System header to define __stub macros and hopefully few prototypes, 7157/* System header to define __stub macros and hopefully few prototypes,
4164 which can conflict with char shl_load(); below. */ 7158 which can conflict with char shl_load (); below.
7159 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7160 <limits.h> exists even on freestanding compilers. */
7161
7162#ifdef __STDC__
7163# include <limits.h>
7164#else
4165#include <assert.h> 7165# include <assert.h>
7166#endif
7167
7168#undef shl_load
7169
4166/* Override any gcc2 internal prototype to avoid an error. */ 7170/* Override any gcc2 internal prototype to avoid an error. */
7171#ifdef __cplusplus
7172extern "C"
7173{
7174#endif
4167/* We use char because int might match the return type of a gcc2 7175/* We use char because int might match the return type of a gcc2
4168 builtin and then its argument prototype would still apply. */ 7176 builtin and then its argument prototype would still apply. */
4169char shl_load(); 7177char shl_load ();
4170
4171int main() {
4172
4173/* The GNU C library defines this for functions which it implements 7178/* The GNU C library defines this for functions which it implements
4174 to always fail with ENOSYS. Some functions are actually named 7179 to always fail with ENOSYS. Some functions are actually named
4175 something starting with __ and the normal name is an alias. */ 7180 something starting with __ and the normal name is an alias. */
4176#if defined (__stub_shl_load) || defined (__stub___shl_load) 7181#if defined (__stub_shl_load) || defined (__stub___shl_load)
4177choke me 7182choke me
4178#else 7183#else
4179shl_load(); 7184char (*f) () = shl_load;
4180#endif 7185#endif
7186#ifdef __cplusplus
7187}
7188#endif
4181 7189
7190int
7191main ()
7192{
7193return f != shl_load;
7194 ;
4182; return 0; } 7195 return 0;
4183EOF 7196}
4184if { (eval echo configure:4185: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7197_ACEOF
7198rm -f conftest.$ac_objext conftest$ac_exeext
7199if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7200 (eval $ac_link) 2>conftest.er1
7201 ac_status=$?
7202 grep -v '^ *+' conftest.er1 >conftest.err
4185 rm -rf conftest* 7203 rm -f conftest.er1
7204 cat conftest.err >&5
7205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7206 (exit $ac_status); } &&
7207 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7208 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7209 (eval $ac_try) 2>&5
7210 ac_status=$?
7211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7212 (exit $ac_status); }; } &&
7213 { ac_try='test -s conftest$ac_exeext'
7214 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7215 (eval $ac_try) 2>&5
7216 ac_status=$?
7217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7218 (exit $ac_status); }; }; then
4186 eval "ac_cv_func_shl_load=yes" 7219 ac_cv_func_shl_load=yes
4187else 7220else
4188 echo "configure: failed program was:" >&5 7221 echo "$as_me: failed program was:" >&5
4189 cat conftest.$ac_ext >&5 7222sed 's/^/| /' conftest.$ac_ext >&5
4190 rm -rf conftest* 7223
4191 eval "ac_cv_func_shl_load=no" 7224ac_cv_func_shl_load=no
4192fi 7225fi
4193rm -f conftest* 7226rm -f conftest.err conftest.$ac_objext \
7227 conftest$ac_exeext conftest.$ac_ext
4194fi 7228fi
4195 7229echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
7230echo "${ECHO_T}$ac_cv_func_shl_load" >&6
4196if eval "test \"`echo '$ac_cv_func_'shl_load`\" = yes"; then 7231if test $ac_cv_func_shl_load = yes; then
4197 echo "$ac_t""yes" 1>&6
4198 lt_cv_dlopen="shl_load" 7232 lt_cv_dlopen="shl_load"
4199else 7233else
4200 echo "$ac_t""no" 1>&6 7234 echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
4201echo $ac_n "checking for dlopen in -lsvld""... $ac_c" 1>&6 7235echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6
4202echo "configure:4203: checking for dlopen in -lsvld" >&5 7236if test "${ac_cv_lib_svld_dlopen+set}" = set; then
4203ac_lib_var=`echo svld'_'dlopen | sed 'y%./+-%__p_%'`
4204if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4205 echo $ac_n "(cached) $ac_c" 1>&6 7237 echo $ECHO_N "(cached) $ECHO_C" >&6
4206else 7238else
4207 ac_save_LIBS="$LIBS" 7239 ac_check_lib_save_LIBS=$LIBS
4208LIBS="-lsvld $LIBS" 7240LIBS="-lsvld $LIBS"
4209cat > conftest.$ac_ext <<EOF 7241cat >conftest.$ac_ext <<_ACEOF
4210#line 4211 "configure" 7242/* confdefs.h. */
4211#include "confdefs.h" 7243_ACEOF
7244cat confdefs.h >>conftest.$ac_ext
7245cat >>conftest.$ac_ext <<_ACEOF
7246/* end confdefs.h. */
7247
4212/* Override any gcc2 internal prototype to avoid an error. */ 7248/* Override any gcc2 internal prototype to avoid an error. */
7249#ifdef __cplusplus
7250extern "C"
7251#endif
4213/* We use char because int might match the return type of a gcc2 7252/* We use char because int might match the return type of a gcc2
4214 builtin and then its argument prototype would still apply. */ 7253 builtin and then its argument prototype would still apply. */
4215char dlopen(); 7254char dlopen ();
4216 7255int
4217int main() { 7256main ()
7257{
4218dlopen() 7258dlopen ();
7259 ;
4219; return 0; } 7260 return 0;
4220EOF 7261}
4221if { (eval echo configure:4222: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7262_ACEOF
7263rm -f conftest.$ac_objext conftest$ac_exeext
7264if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7265 (eval $ac_link) 2>conftest.er1
7266 ac_status=$?
7267 grep -v '^ *+' conftest.er1 >conftest.err
4222 rm -rf conftest* 7268 rm -f conftest.er1
4223 eval "ac_cv_lib_$ac_lib_var=yes" 7269 cat conftest.err >&5
7270 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7271 (exit $ac_status); } &&
7272 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7273 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7274 (eval $ac_try) 2>&5
7275 ac_status=$?
7276 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7277 (exit $ac_status); }; } &&
7278 { ac_try='test -s conftest$ac_exeext'
7279 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7280 (eval $ac_try) 2>&5
7281 ac_status=$?
7282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7283 (exit $ac_status); }; }; then
7284 ac_cv_lib_svld_dlopen=yes
4224else 7285else
4225 echo "configure: failed program was:" >&5 7286 echo "$as_me: failed program was:" >&5
4226 cat conftest.$ac_ext >&5 7287sed 's/^/| /' conftest.$ac_ext >&5
4227 rm -rf conftest* 7288
4228 eval "ac_cv_lib_$ac_lib_var=no" 7289ac_cv_lib_svld_dlopen=no
4229fi 7290fi
4230rm -f conftest* 7291rm -f conftest.err conftest.$ac_objext \
7292 conftest$ac_exeext conftest.$ac_ext
4231LIBS="$ac_save_LIBS" 7293LIBS=$ac_check_lib_save_LIBS
4232
4233fi 7294fi
4234if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 7295echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
4235 echo "$ac_t""yes" 1>&6 7296echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6
7297if test $ac_cv_lib_svld_dlopen = yes; then
4236 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld" 7298 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
4237else 7299else
4238 echo "$ac_t""no" 1>&6 7300 echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
4239echo $ac_n "checking for shl_load in -ldld""... $ac_c" 1>&6 7301echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6
4240echo "configure:4241: checking for shl_load in -ldld" >&5 7302if test "${ac_cv_lib_dld_shl_load+set}" = set; then
4241ac_lib_var=`echo dld'_'shl_load | sed 'y%./+-%__p_%'`
4242if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4243 echo $ac_n "(cached) $ac_c" 1>&6 7303 echo $ECHO_N "(cached) $ECHO_C" >&6
4244else 7304else
4245 ac_save_LIBS="$LIBS" 7305 ac_check_lib_save_LIBS=$LIBS
4246LIBS="-ldld $LIBS" 7306LIBS="-ldld $LIBS"
4247cat > conftest.$ac_ext <<EOF 7307cat >conftest.$ac_ext <<_ACEOF
4248#line 4249 "configure" 7308/* confdefs.h. */
4249#include "confdefs.h" 7309_ACEOF
7310cat confdefs.h >>conftest.$ac_ext
7311cat >>conftest.$ac_ext <<_ACEOF
7312/* end confdefs.h. */
7313
4250/* Override any gcc2 internal prototype to avoid an error. */ 7314/* Override any gcc2 internal prototype to avoid an error. */
7315#ifdef __cplusplus
7316extern "C"
7317#endif
4251/* We use char because int might match the return type of a gcc2 7318/* We use char because int might match the return type of a gcc2
4252 builtin and then its argument prototype would still apply. */ 7319 builtin and then its argument prototype would still apply. */
4253char shl_load(); 7320char shl_load ();
4254 7321int
4255int main() { 7322main ()
7323{
4256shl_load() 7324shl_load ();
7325 ;
4257; return 0; } 7326 return 0;
4258EOF 7327}
4259if { (eval echo configure:4260: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7328_ACEOF
7329rm -f conftest.$ac_objext conftest$ac_exeext
7330if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7331 (eval $ac_link) 2>conftest.er1
7332 ac_status=$?
7333 grep -v '^ *+' conftest.er1 >conftest.err
4260 rm -rf conftest* 7334 rm -f conftest.er1
4261 eval "ac_cv_lib_$ac_lib_var=yes" 7335 cat conftest.err >&5
7336 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7337 (exit $ac_status); } &&
7338 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7339 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7340 (eval $ac_try) 2>&5
7341 ac_status=$?
7342 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7343 (exit $ac_status); }; } &&
7344 { ac_try='test -s conftest$ac_exeext'
7345 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7346 (eval $ac_try) 2>&5
7347 ac_status=$?
7348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7349 (exit $ac_status); }; }; then
7350 ac_cv_lib_dld_shl_load=yes
4262else 7351else
4263 echo "configure: failed program was:" >&5 7352 echo "$as_me: failed program was:" >&5
4264 cat conftest.$ac_ext >&5 7353sed 's/^/| /' conftest.$ac_ext >&5
4265 rm -rf conftest* 7354
4266 eval "ac_cv_lib_$ac_lib_var=no" 7355ac_cv_lib_dld_shl_load=no
4267fi 7356fi
4268rm -f conftest* 7357rm -f conftest.err conftest.$ac_objext \
7358 conftest$ac_exeext conftest.$ac_ext
4269LIBS="$ac_save_LIBS" 7359LIBS=$ac_check_lib_save_LIBS
4270
4271fi 7360fi
4272if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 7361echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
4273 echo "$ac_t""yes" 1>&6 7362echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6
7363if test $ac_cv_lib_dld_shl_load = yes; then
4274 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld" 7364 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"
4275else
4276 echo "$ac_t""no" 1>&6
4277fi 7365fi
4278 7366
4279
4280fi
4281 7367
4282
4283fi 7368fi
4284 7369
4285
4286fi
4287 7370
4288 7371fi
7372
7373
7374fi
7375
7376
4289fi 7377fi
4290 7378
4291 ;; 7379 ;;
4292 esac 7380 esac
4293 7381
4306 eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" 7394 eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
4307 7395
4308 save_LIBS="$LIBS" 7396 save_LIBS="$LIBS"
4309 LIBS="$lt_cv_dlopen_libs $LIBS" 7397 LIBS="$lt_cv_dlopen_libs $LIBS"
4310 7398
7399 echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
4311 echo $ac_n "checking whether a program can dlopen itself""... $ac_c" 1>&6 7400echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6
4312echo "configure:4313: checking whether a program can dlopen itself" >&5
4313if eval "test \"`echo '$''{'lt_cv_dlopen_self'+set}'`\" = set"; then 7401if test "${lt_cv_dlopen_self+set}" = set; then
4314 echo $ac_n "(cached) $ac_c" 1>&6 7402 echo $ECHO_N "(cached) $ECHO_C" >&6
4315else 7403else
4316 if test "$cross_compiling" = yes; then : 7404 if test "$cross_compiling" = yes; then :
4317 lt_cv_dlopen_self=cross 7405 lt_cv_dlopen_self=cross
4318else 7406else
4319 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 7407 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
4320 lt_status=$lt_dlunknown 7408 lt_status=$lt_dlunknown
4321 cat > conftest.$ac_ext <<EOF 7409 cat > conftest.$ac_ext <<EOF
4322#line 4323 "configure" 7410#line 7410 "configure"
4323#include "confdefs.h" 7411#include "confdefs.h"
4324 7412
4325#if HAVE_DLFCN_H 7413#if HAVE_DLFCN_H
4326#include <dlfcn.h> 7414#include <dlfcn.h>
4327#endif 7415#endif
4378 } 7466 }
4379 7467
4380 exit (status); 7468 exit (status);
4381} 7469}
4382EOF 7470EOF
4383 if { (eval echo configure:4384: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} 2>/dev/null; then 7471 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7472 (eval $ac_link) 2>&5
7473 ac_status=$?
7474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7475 (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
4384 (./conftest; exit; ) 2>/dev/null 7476 (./conftest; exit; ) 2>/dev/null
4385 lt_status=$? 7477 lt_status=$?
4386 case x$lt_status in 7478 case x$lt_status in
4387 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;; 7479 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
4388 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;; 7480 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
4393 lt_cv_dlopen_self=no 7485 lt_cv_dlopen_self=no
4394 fi 7486 fi
4395fi 7487fi
4396rm -fr conftest* 7488rm -fr conftest*
4397 7489
4398
4399fi
4400 7490
7491fi
7492echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
4401echo "$ac_t""$lt_cv_dlopen_self" 1>&6 7493echo "${ECHO_T}$lt_cv_dlopen_self" >&6
4402 7494
4403 if test "x$lt_cv_dlopen_self" = xyes; then 7495 if test "x$lt_cv_dlopen_self" = xyes; then
4404 LDFLAGS="$LDFLAGS $link_static_flag" 7496 LDFLAGS="$LDFLAGS $link_static_flag"
7497 echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
4405 echo $ac_n "checking whether a statically linked program can dlopen itself""... $ac_c" 1>&6 7498echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6
4406echo "configure:4407: checking whether a statically linked program can dlopen itself" >&5
4407if eval "test \"`echo '$''{'lt_cv_dlopen_self_static'+set}'`\" = set"; then 7499if test "${lt_cv_dlopen_self_static+set}" = set; then
4408 echo $ac_n "(cached) $ac_c" 1>&6 7500 echo $ECHO_N "(cached) $ECHO_C" >&6
4409else 7501else
4410 if test "$cross_compiling" = yes; then : 7502 if test "$cross_compiling" = yes; then :
4411 lt_cv_dlopen_self_static=cross 7503 lt_cv_dlopen_self_static=cross
4412else 7504else
4413 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 7505 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
4414 lt_status=$lt_dlunknown 7506 lt_status=$lt_dlunknown
4415 cat > conftest.$ac_ext <<EOF 7507 cat > conftest.$ac_ext <<EOF
4416#line 4417 "configure" 7508#line 7508 "configure"
4417#include "confdefs.h" 7509#include "confdefs.h"
4418 7510
4419#if HAVE_DLFCN_H 7511#if HAVE_DLFCN_H
4420#include <dlfcn.h> 7512#include <dlfcn.h>
4421#endif 7513#endif
4472 } 7564 }
4473 7565
4474 exit (status); 7566 exit (status);
4475} 7567}
4476EOF 7568EOF
4477 if { (eval echo configure:4478: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} 2>/dev/null; then 7569 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7570 (eval $ac_link) 2>&5
7571 ac_status=$?
7572 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7573 (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
4478 (./conftest; exit; ) 2>/dev/null 7574 (./conftest; exit; ) 2>/dev/null
4479 lt_status=$? 7575 lt_status=$?
4480 case x$lt_status in 7576 case x$lt_status in
4481 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;; 7577 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
4482 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;; 7578 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
4487 lt_cv_dlopen_self_static=no 7583 lt_cv_dlopen_self_static=no
4488 fi 7584 fi
4489fi 7585fi
4490rm -fr conftest* 7586rm -fr conftest*
4491 7587
4492
4493fi
4494 7588
7589fi
7590echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
4495echo "$ac_t""$lt_cv_dlopen_self_static" 1>&6 7591echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6
4496 fi 7592 fi
4497 7593
4498 CPPFLAGS="$save_CPPFLAGS" 7594 CPPFLAGS="$save_CPPFLAGS"
4499 LDFLAGS="$save_LDFLAGS" 7595 LDFLAGS="$save_LDFLAGS"
4500 LIBS="$save_LIBS" 7596 LIBS="$save_LIBS"
4522 ;; 7618 ;;
4523 '$CC '*) 7619 '$CC '*)
4524 # Test whether the compiler implicitly links with -lc since on some 7620 # Test whether the compiler implicitly links with -lc since on some
4525 # systems, -lgcc has to come before -lc. If gcc already passes -lc 7621 # systems, -lgcc has to come before -lc. If gcc already passes -lc
4526 # to ld, don't add -lc before -lgcc. 7622 # to ld, don't add -lc before -lgcc.
7623 echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
4527 echo $ac_n "checking whether -lc should be explicitly linked in""... $ac_c" 1>&6 7624echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6
4528echo "configure:4529: checking whether -lc should be explicitly linked in" >&5
4529 if eval "test \"`echo '$''{'lt_cv_archive_cmds_need_lc'+set}'`\" = set"; then 7625 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then
4530 echo $ac_n "(cached) $ac_c" 1>&6 7626 echo $ECHO_N "(cached) $ECHO_C" >&6
4531else 7627else
4532 $rm conftest* 7628 $rm conftest*
4533 echo 'static int dummy;' > conftest.$ac_ext 7629 echo 'static int dummy;' > conftest.$ac_ext
4534 7630
4535 if { (eval echo configure:4536: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 7631 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7632 (eval $ac_compile) 2>&5
7633 ac_status=$?
7634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7635 (exit $ac_status); }; then
4536 soname=conftest 7636 soname=conftest
4537 lib=conftest 7637 lib=conftest
4538 libobjs=conftest.$ac_objext 7638 libobjs=conftest.$ac_objext
4539 deplibs= 7639 deplibs=
4540 wl=$lt_cv_prog_cc_wl 7640 wl=$lt_cv_prog_cc_wl
4543 verstring= 7643 verstring=
4544 output_objdir=. 7644 output_objdir=.
4545 libname=conftest 7645 libname=conftest
4546 save_allow_undefined_flag=$allow_undefined_flag 7646 save_allow_undefined_flag=$allow_undefined_flag
4547 allow_undefined_flag= 7647 allow_undefined_flag=
4548 if { (eval echo configure:4549: \"$archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\") 1>&5; (eval $archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5; } 7648 if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
7649 (eval $archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
7650 ac_status=$?
7651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7652 (exit $ac_status); }
4549 then 7653 then
4550 lt_cv_archive_cmds_need_lc=no 7654 lt_cv_archive_cmds_need_lc=no
4551 else 7655 else
4552 lt_cv_archive_cmds_need_lc=yes 7656 lt_cv_archive_cmds_need_lc=yes
4553 fi 7657 fi
4555 else 7659 else
4556 cat conftest.err 1>&5 7660 cat conftest.err 1>&5
4557 fi 7661 fi
4558fi 7662fi
4559 7663
7664 echo "$as_me:$LINENO: result: $lt_cv_archive_cmds_need_lc" >&5
4560 echo "$ac_t""$lt_cv_archive_cmds_need_lc" 1>&6 7665echo "${ECHO_T}$lt_cv_archive_cmds_need_lc" >&6
4561 ;; 7666 ;;
4562 esac 7667 esac
4563fi 7668fi
4564need_lc=${lt_cv_archive_cmds_need_lc-yes} 7669need_lc=${lt_cv_archive_cmds_need_lc-yes}
4565## 7670##
5130 8235
5131MALLOC_TYPE=S 8236MALLOC_TYPE=S
5132support_addstrings=no 8237support_addstrings=no
5133support_frills=no 8238support_frills=no
5134support_linespace=no 8239support_linespace=no
5135support_graphics=no
5136support_inheritpixmap=no 8240support_inheritpixmap=no
8241support_tinting=no
8242support_fading=no
5137support_keepscrolling=no 8243support_keepscrolling=no
5138support_selectionscrolling=no 8244support_selectionscrolling=no
5139support_menubar=no 8245support_menubar=no
5140support_mousewheel=no 8246support_mousewheel=no
5141support_mouseslipwheel=no 8247support_mouseslipwheel=no
5142support_oldselection=no
5143support_utmp=no 8248support_utmp=no
5144support_wtmp=no 8249support_wtmp=no
5145support_lastlog=no 8250support_lastlog=no
5146support_cursor_blink=no 8251support_cursor_blink=no
8252support_text_blink=no
5147support_pointer_blank=no 8253support_pointer_blank=no
5148support_scroll_rxvt=no 8254support_scroll_rxvt=no
5149support_scroll_next=no 8255support_scroll_next=no
5150support_scroll_xterm=no 8256support_scroll_xterm=no
8257support_scroll_plain=no
5151support_xim=no 8258support_xim=no
5152support_xpm=no 8259support_xpm=no
5153support_xft=no 8260support_xft=no
5154support_unicode3=no 8261support_unicode3=no
8262support_combining=no
8263support_8bitctrls=no
8264support_iso14755=no
8265support_styles=no
5155codesets= 8266codesets=
5156 8267
5157 8268
5158if test "x$enable_shared" = xyes; then 8269if test "x$enable_shared" = xyes; then
8270
5159 cat >> confdefs.h <<\EOF 8271cat >>confdefs.h <<\_ACEOF
5160#define LIBRXVT 1 8272#define LIBRXVT 1
5161EOF 8273_ACEOF
5162 8274
5163 INSTALL_LIBRXVT=yes 8275 INSTALL_LIBRXVT=yes
5164fi 8276fi
5165 8277
5166 8278
5169 enableval="$enable_everything" 8281 enableval="$enable_everything"
5170 if test x$enableval = xyes; then 8282 if test x$enableval = xyes; then
5171 support_24bit=yes 8283 support_24bit=yes
5172 support_frills=yes 8284 support_frills=yes
5173 support_linespace=yes 8285 support_linespace=yes
5174 support_graphics=yes
5175 support_inheritpixmap=yes 8286 support_inheritpixmap=yes
8287 support_tinting=yes
8288 support_fading=yes
5176 support_keepscrolling=yes 8289 support_keepscrolling=yes
5177 support_selectionscrolling=yes 8290 support_selectionscrolling=yes
5178 support_lastlog=yes 8291 support_lastlog=yes
5179 support_menubar=yes 8292 support_menubar=yes
5180 support_mousewheel=yes 8293 support_mousewheel=yes
5181 support_mouseslipwheel=yes 8294 support_mouseslipwheel=yes
5182 support_oldselection=yes
5183 support_cursor_blink=yes 8295 support_cursor_blink=yes
8296 support_text_blink=yes
5184 support_pointer_blank=yes 8297 support_pointer_blank=yes
5185 support_scroll_rxvt=yes 8298 support_scroll_rxvt=yes
5186 support_scroll_next=yes 8299 support_scroll_next=yes
5187 support_scroll_xterm=yes 8300 support_scroll_xterm=yes
8301 support_scroll_plain=yes
5188 support_utmp=yes 8302 support_utmp=yes
5189 support_wtmp=yes 8303 support_wtmp=yes
5190 support_xim=yes 8304 support_xim=yes
5191 support_xpm=yes 8305 support_xpm=yes
5192 support_xft=yes 8306 support_xft=yes
5193 support_unicode3=yes 8307 support_unicode3=yes
8308 support_combining=yes
8309 #support_8bitctrls=yes
8310 support_iso14755=yes
8311 support_styles=yes
5194 codesets=all 8312 codesets=all
5195 fi 8313 fi
5196fi 8314fi;
5197
5198 8315
5199# Check whether --enable-unicode3 or --disable-unicode3 was given. 8316# Check whether --enable-unicode3 or --disable-unicode3 was given.
5200if test "${enable_unicode3+set}" = set; then 8317if test "${enable_unicode3+set}" = set; then
5201 enableval="$enable_unicode3" 8318 enableval="$enable_unicode3"
5202 if test x$enableval = xyes; then 8319 if test x$enableval = xyes -o x$enableval = xno; then
5203 support_unicode3=yes 8320 support_unicode3=$enableval
5204 fi 8321 fi
5205fi 8322fi;
5206 8323
8324# Check whether --enable-combining or --disable-combining was given.
8325if test "${enable_combining+set}" = set; then
8326 enableval="$enable_combining"
8327 if test x$enableval = xyes -o x$enableval = xno; then
8328 support_combining=$enableval
8329 fi
8330fi;
5207 8331
5208# Check whether --enable-xft or --disable-xft was given. 8332# Check whether --enable-xft or --disable-xft was given.
5209if test "${enable_xft+set}" = set; then 8333if test "${enable_xft+set}" = set; then
5210 enableval="$enable_xft" 8334 enableval="$enable_xft"
5211 if test x$enableval = xyes; then 8335 if test x$enableval = xyes -o x$enableval = xno; then
5212 support_xft=yes 8336 support_xft=$enableval
5213 fi 8337 fi
5214fi 8338fi;
5215 8339
5216 8340# Check whether --enable-font-styles or --disable-font-styles was given.
5217# Check whether --with-codesets or --without-codesets was given. 8341if test "${enable_font_styles+set}" = set; then
5218if test "${with_codesets+set}" = set; then 8342 enableval="$enable_font_styles"
5219 withval="$with_codesets"
5220 if test x$enableval = xyes; then 8343 if test x$enableval = xyes -o x$enableval = xno; then
5221 codesets="$withval" 8344 support_styles=$enableval
5222 fi 8345 fi
5223fi 8346fi;
5224
5225
5226# Check whether --with-encoding or --without-encoding was given.
5227if test "${with_encoding+set}" = set; then
5228 withval="$with_encoding"
5229 if test x$enableval = xyes; then
5230 withval=`echo $withval | tr 'a-z' 'A-Z'`
5231 cat >> confdefs.h <<EOF
5232#define MULTICHAR_ENCODING $withval
5233EOF
5234
5235 fi
5236fi
5237
5238 8347
5239# Check whether --enable-utmp or --disable-utmp was given. 8348# Check whether --enable-utmp or --disable-utmp was given.
5240if test "${enable_utmp+set}" = set; then 8349if test "${enable_utmp+set}" = set; then
5241 enableval="$enable_utmp" 8350 enableval="$enable_utmp"
5242 if test x$enableval = xyes -o x$enableval = xno; then 8351 if test x$enableval = xyes -o x$enableval = xno; then
5243 support_utmp=$enableval 8352 support_utmp=$enableval
5244 fi 8353 fi
5245fi 8354fi;
5246
5247 8355
5248# Check whether --enable-wtmp or --disable-wtmp was given. 8356# Check whether --enable-wtmp or --disable-wtmp was given.
5249if test "${enable_wtmp+set}" = set; then 8357if test "${enable_wtmp+set}" = set; then
5250 enableval="$enable_wtmp" 8358 enableval="$enable_wtmp"
5251 if test x$enableval = xyes -o x$enableval = xno; then 8359 if test x$enableval = xyes -o x$enableval = xno; then
5252 support_wtmp=$enableval 8360 support_wtmp=$enableval
5253 fi 8361 fi
5254fi 8362fi;
5255
5256 8363
5257# Check whether --enable-lastlog or --disable-lastlog was given. 8364# Check whether --enable-lastlog or --disable-lastlog was given.
5258if test "${enable_lastlog+set}" = set; then 8365if test "${enable_lastlog+set}" = set; then
5259 enableval="$enable_lastlog" 8366 enableval="$enable_lastlog"
5260 if test x$enableval = xyes -o x$enableval = xno; then 8367 if test x$enableval = xyes -o x$enableval = xno; then
5261 support_lastlog=$enableval 8368 support_lastlog=$enableval
5262 fi 8369 fi
5263fi 8370fi;
5264
5265 8371
5266# Check whether --enable-xpm-background or --disable-xpm-background was given. 8372# Check whether --enable-xpm-background or --disable-xpm-background was given.
5267if test "${enable_xpm_background+set}" = set; then 8373if test "${enable_xpm_background+set}" = set; then
5268 enableval="$enable_xpm_background" 8374 enableval="$enable_xpm_background"
5269 if test x$enableval = xyes -o x$enableval = xno; then 8375 if test x$enableval = xyes -o x$enableval = xno; then
5270 support_xpm=$enableval 8376 support_xpm=$enableval
5271 fi 8377 fi
5272fi 8378fi;
5273
5274 8379
5275# Check whether --enable-transparency or --disable-transparency was given. 8380# Check whether --enable-transparency or --disable-transparency was given.
5276if test "${enable_transparency+set}" = set; then 8381if test "${enable_transparency+set}" = set; then
5277 enableval="$enable_transparency" 8382 enableval="$enable_transparency"
5278 if test x$enableval = xyes -o x$enableval = xno; then 8383 if test x$enableval = xyes -o x$enableval = xno; then
5279 support_inheritpixmap=$enableval 8384 support_inheritpixmap=$enableval
5280 fi 8385 fi
5281fi 8386fi;
5282 8387
8388# Check whether --enable-tinting or --disable-tinting was given.
8389if test "${enable_tinting+set}" = set; then
8390 enableval="$enable_tinting"
8391 if test x$enableval = xyes -o x$enableval = xno; then
8392 support_tinting=$enableval
8393 fi
8394fi;
8395
8396# Check whether --enable-fading or --disable-fading was given.
8397if test "${enable_fading+set}" = set; then
8398 enableval="$enable_fading"
8399 if test x$enableval = xyes -o x$enableval = xno; then
8400 support_fading=$enableval
8401 fi
8402fi;
5283 8403
5284# Check whether --enable-menubar or --disable-menubar was given. 8404# Check whether --enable-menubar or --disable-menubar was given.
5285if test "${enable_menubar+set}" = set; then 8405if test "${enable_menubar+set}" = set; then
5286 enableval="$enable_menubar" 8406 enableval="$enable_menubar"
5287 if test x$enableval = xyes -o x$enableval = xno; then 8407 if test x$enableval = xyes -o x$enableval = xno; then
5288 support_menubar=$enableval 8408 support_menubar=$enableval
5289 fi 8409 fi
5290fi 8410fi;
5291
5292
5293# Check whether --enable-graphics or --disable-graphics was given.
5294if test "${enable_graphics+set}" = set; then
5295 enableval="$enable_graphics"
5296 if test x$enableval = xyes -o x$enableval = xno; then
5297 support_graphics=$enableval
5298 fi
5299fi
5300
5301 8411
5302# Check whether --enable-rxvt-scroll or --disable-rxvt-scroll was given. 8412# Check whether --enable-rxvt-scroll or --disable-rxvt-scroll was given.
5303if test "${enable_rxvt_scroll+set}" = set; then 8413if test "${enable_rxvt_scroll+set}" = set; then
5304 enableval="$enable_rxvt_scroll" 8414 enableval="$enable_rxvt_scroll"
5305 if test x$enableval = xyes -o x$enableval = xno; then 8415 if test x$enableval = xyes -o x$enableval = xno; then
5306 support_scroll_rxvt=$enableval 8416 support_scroll_rxvt=$enableval
5307 fi 8417 fi
5308fi 8418fi;
5309
5310 8419
5311# Check whether --enable-next-scroll or --disable-next-scroll was given. 8420# Check whether --enable-next-scroll or --disable-next-scroll was given.
5312if test "${enable_next_scroll+set}" = set; then 8421if test "${enable_next_scroll+set}" = set; then
5313 enableval="$enable_next_scroll" 8422 enableval="$enable_next_scroll"
5314 if test x$enableval = xyes -o x$enableval = xno; then 8423 if test x$enableval = xyes -o x$enableval = xno; then
5315 support_scroll_next=$enableval 8424 support_scroll_next=$enableval
5316 fi 8425 fi
5317fi 8426fi;
5318
5319 8427
5320# Check whether --enable-xterm-scroll or --disable-xterm-scroll was given. 8428# Check whether --enable-xterm-scroll or --disable-xterm-scroll was given.
5321if test "${enable_xterm_scroll+set}" = set; then 8429if test "${enable_xterm_scroll+set}" = set; then
5322 enableval="$enable_xterm_scroll" 8430 enableval="$enable_xterm_scroll"
5323 if test x$enableval = xyes -o x$enableval = xno; then 8431 if test x$enableval = xyes -o x$enableval = xno; then
5324 support_scroll_xterm=$enableval 8432 support_scroll_xterm=$enableval
5325 fi 8433 fi
5326fi 8434fi;
5327 8435
8436# Check whether --enable-plain-scroll or --disable-plain-scroll was given.
8437if test "${enable_plain_scroll+set}" = set; then
8438 enableval="$enable_plain_scroll"
8439 if test x$enableval = xyes -o x$enableval = xno; then
8440 support_scroll_plain=$enableval
8441 fi
8442fi;
5328 8443
5329# Check whether --enable-half-shadow or --disable-half-shadow was given. 8444# Check whether --enable-half-shadow or --disable-half-shadow was given.
5330if test "${enable_half_shadow+set}" = set; then 8445if test "${enable_half_shadow+set}" = set; then
5331 enableval="$enable_half_shadow" 8446 enableval="$enable_half_shadow"
5332 if test x$enableval = xyes; then 8447 if test x$enableval = xyes; then
8448
5333 cat >> confdefs.h <<\EOF 8449cat >>confdefs.h <<\_ACEOF
5334#define HALFSHADOW 1 8450#define HALFSHADOW 1
5335EOF 8451_ACEOF
5336 8452
5337 fi 8453 fi
5338fi 8454fi;
5339 8455
8456
8457# Check whether --with-codesets or --without-codesets was given.
8458if test "${with_codesets+set}" = set; then
8459 withval="$with_codesets"
8460 codesets="$withval"
8461fi;
5340 8462
5341# Check whether --enable-xim or --disable-xim was given. 8463# Check whether --enable-xim or --disable-xim was given.
5342if test "${enable_xim+set}" = set; then 8464if test "${enable_xim+set}" = set; then
5343 enableval="$enable_xim" 8465 enableval="$enable_xim"
5344 if test x$enableval = xyes -o x$enableval = xno; then 8466 if test x$enableval = xyes -o x$enableval = xno; then
5345 support_xim=$enableval 8467 support_xim=$enableval
5346 fi 8468 fi
5347fi 8469fi;
5348
5349
5350# Check whether --enable-greek or --disable-greek was given.
5351if test "${enable_greek+set}" = set; then
5352 enableval="$enable_greek"
5353 if test x$enableval = xyes; then
5354 cat >> confdefs.h <<\EOF
5355#define GREEK_SUPPORT 1
5356EOF
5357
5358 fi
5359fi
5360
5361 8470
5362# Check whether --enable-ttygid or --disable-ttygid was given. 8471# Check whether --enable-ttygid or --disable-ttygid was given.
5363if test "${enable_ttygid+set}" = set; then 8472if test "${enable_ttygid+set}" = set; then
5364 enableval="$enable_ttygid" 8473 enableval="$enable_ttygid"
5365 if test x$enableval = xyes; then 8474 if test x$enableval = xyes; then
8475
5366 cat >> confdefs.h <<\EOF 8476cat >>confdefs.h <<\_ACEOF
5367#define TTY_GID_SUPPORT 1 8477#define TTY_GID_SUPPORT 1
5368EOF 8478_ACEOF
5369 8479
5370 fi 8480 fi
5371fi 8481fi;
5372
5373 8482
5374# Check whether --enable-backspace-key or --disable-backspace-key was given. 8483# Check whether --enable-backspace-key or --disable-backspace-key was given.
5375if test "${enable_backspace_key+set}" = set; then 8484if test "${enable_backspace_key+set}" = set; then
5376 enableval="$enable_backspace_key" 8485 enableval="$enable_backspace_key"
5377 if test x$enableval = xno; then 8486 if test x$enableval = xno; then
8487
5378 cat >> confdefs.h <<\EOF 8488cat >>confdefs.h <<\_ACEOF
5379#define NO_BACKSPACE_KEY 1 8489#define NO_BACKSPACE_KEY 1
5380EOF 8490_ACEOF
5381 8491
5382 fi 8492 fi
5383fi 8493fi;
5384
5385 8494
5386# Check whether --enable-delete-key or --disable-delete-key was given. 8495# Check whether --enable-delete-key or --disable-delete-key was given.
5387if test "${enable_delete_key+set}" = set; then 8496if test "${enable_delete_key+set}" = set; then
5388 enableval="$enable_delete_key" 8497 enableval="$enable_delete_key"
5389 if test x$enableval = xno; then 8498 if test x$enableval = xno; then
8499
5390 cat >> confdefs.h <<\EOF 8500cat >>confdefs.h <<\_ACEOF
5391#define NO_DELETE_KEY 1 8501#define NO_DELETE_KEY 1
5392EOF 8502_ACEOF
5393 8503
5394 fi 8504 fi
5395fi 8505fi;
5396
5397 8506
5398# Check whether --enable-resources or --disable-resources was given. 8507# Check whether --enable-resources or --disable-resources was given.
5399if test "${enable_resources+set}" = set; then 8508if test "${enable_resources+set}" = set; then
5400 enableval="$enable_resources" 8509 enableval="$enable_resources"
5401 if test x$enableval = xno; then 8510 if test x$enableval = xno; then
8511
5402 cat >> confdefs.h <<\EOF 8512cat >>confdefs.h <<\_ACEOF
5403#define NO_RESOURCES 1 8513#define NO_RESOURCES 1
5404EOF 8514_ACEOF
5405 8515
5406 fi 8516 fi
5407fi 8517fi;
5408
5409 8518
5410# Check whether --enable-xgetdefault or --disable-xgetdefault was given. 8519# Check whether --enable-xgetdefault or --disable-xgetdefault was given.
5411if test "${enable_xgetdefault+set}" = set; then 8520if test "${enable_xgetdefault+set}" = set; then
5412 enableval="$enable_xgetdefault" 8521 enableval="$enable_xgetdefault"
5413 if test x$enableval = xyes; then 8522 if test x$enableval = xyes; then
8523
5414 cat >> confdefs.h <<\EOF 8524cat >>confdefs.h <<\_ACEOF
5415#define USE_XGETDEFAULT 1 8525#define USE_XGETDEFAULT 1
5416EOF 8526_ACEOF
5417 8527
5418 fi 8528 fi
5419fi 8529fi;
8530
8531# Check whether --enable-8bitctrls or --disable-8bitctrls was given.
8532if test "${enable_8bitctrls+set}" = set; then
8533 enableval="$enable_8bitctrls"
8534 if test x$enableval = xyes -o x$enableval = xno; then
8535 support_8bitctrls=$enableval
8536 fi
8537fi;
8538
8539RESFALLBACK=Rxvt
8540# Check whether --enable-fallback or --disable-fallback was given.
8541if test "${enable_fallback+set}" = set; then
8542 enableval="$enable_fallback"
8543
8544 test x$enableval = xyes && enableval=Rxvt
8545 test x$enableval = xno && enableval=
8546 RESFALLBACK="$enableval"
8547
8548fi;
8549
8550if test x$RESFALLBACK != x; then
8551
8552cat >>confdefs.h <<_ACEOF
8553#define RESFALLBACK "$RESFALLBACK"
8554_ACEOF
8555
8556fi
8557
8558RESNAME=urxvt
8559
8560# Check whether --with-res-name or --without-res-name was given.
8561if test "${with_res_name+set}" = set; then
8562 withval="$with_res_name"
8563 RESNAME="$withval"
8564fi;
8565
8566cat >>confdefs.h <<_ACEOF
8567#define RESNAME "$RESNAME"
8568_ACEOF
8569
8570
8571RESCLASS=URxvt
8572
8573# Check whether --with-res-class or --without-res-class was given.
8574if test "${with_res_class+set}" = set; then
8575 withval="$with_res_class"
8576 RESCLASS="$withval"
8577fi;
8578
8579cat >>confdefs.h <<_ACEOF
8580#define RESCLASS "$RESCLASS"
8581_ACEOF
8582
8583
8584RXVTNAME=urxvt
8585
8586# Check whether --with-name or --without-name was given.
8587if test "${with_name+set}" = set; then
8588 withval="$with_name"
8589 RXVTNAME="$withval"
8590fi;
8591
8592cat >>confdefs.h <<_ACEOF
8593#define RXVTNAME "$RXVTNAME"
8594_ACEOF
8595
8596
8597RXVTNAME=`echo "$RXVTNAME"|sed "$program_transform_name"`
5420 8598
5421 8599
5422# Check whether --enable-strings or --disable-strings was given. 8600# Check whether --enable-strings or --disable-strings was given.
5423if test "${enable_strings+set}" = set; then 8601if test "${enable_strings+set}" = set; then
5424 enableval="$enable_strings" 8602 enableval="$enable_strings"
5425 if test x$enableval = xyes -o x$enableval = xno; then 8603 if test x$enableval = xyes -o x$enableval = xno; then
5426 support_addstrings=$enableval 8604 support_addstrings=$enableval
5427 fi 8605 fi
5428fi 8606fi;
5429
5430 8607
5431# Check whether --enable-swapscreen or --disable-swapscreen was given. 8608# Check whether --enable-swapscreen or --disable-swapscreen was given.
5432if test "${enable_swapscreen+set}" = set; then 8609if test "${enable_swapscreen+set}" = set; then
5433 enableval="$enable_swapscreen" 8610 enableval="$enable_swapscreen"
5434 if test x$enableval = xno; then 8611 if test x$enableval = xno; then
8612
5435 cat >> confdefs.h <<\EOF 8613cat >>confdefs.h <<\_ACEOF
5436#define NO_SECONDARY_SCREEN 1 8614#define NO_SECONDARY_SCREEN 1
5437EOF 8615_ACEOF
5438 8616
5439 fi 8617 fi
5440fi 8618fi;
5441 8619
8620# Check whether --enable-iso14755 or --disable-iso14755 was given.
8621if test "${enable_iso14755+set}" = set; then
8622 enableval="$enable_iso14755"
8623 if test x$enableval = xyes -o x$enableval = xno; then
8624 support_iso14755=$enableval
8625 fi
8626fi;
5442 8627
5443# Check whether --enable-frills or --disable-frills was given. 8628# Check whether --enable-frills or --disable-frills was given.
5444if test "${enable_frills+set}" = set; then 8629if test "${enable_frills+set}" = set; then
5445 enableval="$enable_frills" 8630 enableval="$enable_frills"
5446 if test x$enableval = xyes -o x$enableval = xno; then 8631 if test x$enableval = xyes -o x$enableval = xno; then
5447 support_frills=$enableval 8632 support_frills=$enableval
5448 fi 8633 fi
5449fi 8634fi;
5450
5451 8635
5452# Check whether --enable-linespace or --disable-linespace was given. 8636# Check whether --enable-linespace or --disable-linespace was given.
5453if test "${enable_linespace+set}" = set; then 8637if test "${enable_linespace+set}" = set; then
5454 enableval="$enable_linespace" 8638 enableval="$enable_linespace"
5455 if test x$enableval = xyes -o x$enableval = xno; then 8639 if test x$enableval = xyes -o x$enableval = xno; then
5456 support_linespace=$enableval 8640 support_linespace=$enableval
5457 fi 8641 fi
5458fi 8642fi;
5459
5460 8643
5461# Check whether --enable-24bit or --disable-24bit was given. 8644# Check whether --enable-24bit or --disable-24bit was given.
5462if test "${enable_24bit+set}" = set; then 8645if test "${enable_24bit+set}" = set; then
5463 enableval="$enable_24bit" 8646 enableval="$enable_24bit"
5464 if test x$enableval = xyes -o x$enableval = xno; then 8647 if test x$enableval = xyes -o x$enableval = xno; then
5465 support_24bit=$enableval 8648 support_24bit=$enableval
5466 fi 8649 fi
5467fi 8650fi;
5468
5469 8651
5470# Check whether --enable-keepscrolling or --disable-keepscrolling was given. 8652# Check whether --enable-keepscrolling or --disable-keepscrolling was given.
5471if test "${enable_keepscrolling+set}" = set; then 8653if test "${enable_keepscrolling+set}" = set; then
5472 enableval="$enable_keepscrolling" 8654 enableval="$enable_keepscrolling"
5473 if test x$enableval = xyes -o x$enableval = xno; then 8655 if test x$enableval = xyes -o x$enableval = xno; then
5474 support_keepscrolling=$enableval 8656 support_keepscrolling=$enableval
5475 fi 8657 fi
5476fi 8658fi;
5477
5478 8659
5479# Check whether --enable-selectionscrolling or --disable-selectionscrolling was given. 8660# Check whether --enable-selectionscrolling or --disable-selectionscrolling was given.
5480if test "${enable_selectionscrolling+set}" = set; then 8661if test "${enable_selectionscrolling+set}" = set; then
5481 enableval="$enable_selectionscrolling" 8662 enableval="$enable_selectionscrolling"
5482 if test x$enableval = xyes -o x$enableval = xno; then 8663 if test x$enableval = xyes -o x$enableval = xno; then
5483 support_selectionscrolling=$enableval 8664 support_selectionscrolling=$enableval
5484 fi 8665 fi
5485fi 8666fi;
5486
5487 8667
5488# Check whether --enable-mousewheel or --disable-mousewheel was given. 8668# Check whether --enable-mousewheel or --disable-mousewheel was given.
5489if test "${enable_mousewheel+set}" = set; then 8669if test "${enable_mousewheel+set}" = set; then
5490 enableval="$enable_mousewheel" 8670 enableval="$enable_mousewheel"
5491 if test x$enableval = xyes -o x$enableval = xno; then 8671 if test x$enableval = xyes -o x$enableval = xno; then
5492 support_mousewheel=$enableval 8672 support_mousewheel=$enableval
5493 fi 8673 fi
5494fi 8674fi;
5495
5496 8675
5497# Check whether --enable-slipwheeling or --disable-slipwheeling was given. 8676# Check whether --enable-slipwheeling or --disable-slipwheeling was given.
5498if test "${enable_slipwheeling+set}" = set; then 8677if test "${enable_slipwheeling+set}" = set; then
5499 enableval="$enable_slipwheeling" 8678 enableval="$enable_slipwheeling"
5500 if test x$enableval = xyes -o x$enableval = xno; then 8679 if test x$enableval = xyes -o x$enableval = xno; then
5501 support_mouseslipwheel=$enableval 8680 support_mouseslipwheel=$enableval
5502 fi 8681 fi
5503fi 8682fi;
5504
5505
5506# Check whether --enable-old-selection or --disable-old-selection was given.
5507if test "${enable_old_selection+set}" = set; then
5508 enableval="$enable_old_selection"
5509 if test x$enableval = xyes -o x$enableval = xno; then
5510 support_oldselection=$enableval
5511 fi
5512fi
5513
5514
5515# Check whether --enable-new-selection or --disable-new-selection was given.
5516if test "${enable_new_selection+set}" = set; then
5517 enableval="$enable_new_selection"
5518 if test x$enableval = xno; then
5519 cat >> confdefs.h <<\EOF
5520#define NO_NEW_SELECTION 1
5521EOF
5522
5523 fi
5524fi
5525
5526 8683
5527# Check whether --enable-dmalloc or --disable-dmalloc was given. 8684# Check whether --enable-dmalloc or --disable-dmalloc was given.
5528if test "${enable_dmalloc+set}" = set; then 8685if test "${enable_dmalloc+set}" = set; then
5529 enableval="$enable_dmalloc" 8686 enableval="$enable_dmalloc"
5530 if test x$enableval = xyes; then 8687 if test x$enableval = xyes; then
5531 MALLOC_TYPE=G 8688 MALLOC_TYPE=G
5532 DEBUG=-DDEBUG_MALLOC 8689 DEBUG=-DDEBUG_MALLOC
5533 DLIB="-L/usr/local/lib -ldmalloc" 8690 DLIB="-L/usr/local/lib -ldmalloc"
5534 DINCLUDE=-I/usr/local/include 8691 DINCLUDE=-I/usr/local/include
5535 fi 8692 fi
5536fi 8693fi;
5537
5538 8694
5539# Check whether --enable-dlmalloc or --disable-dlmalloc was given. 8695# Check whether --enable-dlmalloc or --disable-dlmalloc was given.
5540if test "${enable_dlmalloc+set}" = set; then 8696if test "${enable_dlmalloc+set}" = set; then
5541 enableval="$enable_dlmalloc" 8697 enableval="$enable_dlmalloc"
5542 if test x$enableval = xyes; then 8698 if test x$enableval = xyes; then
5543 MALLOC_TYPE=D 8699 MALLOC_TYPE=D
5544 DEBUG= 8700 DEBUG=
5545 DLIB="-L/usr/local/lib -ldlmalloc" 8701 DLIB="-L/usr/local/lib -ldlmalloc"
5546 DINCLUDE= 8702 DINCLUDE=
5547 fi 8703 fi
5548fi 8704fi;
5549
5550 8705
5551# Check whether --enable-smart-resize or --disable-smart-resize was given. 8706# Check whether --enable-smart-resize or --disable-smart-resize was given.
5552if test "${enable_smart_resize+set}" = set; then 8707if test "${enable_smart_resize+set}" = set; then
5553 enableval="$enable_smart_resize" 8708 enableval="$enable_smart_resize"
5554 if test x$enableval = xyes; then 8709 if test x$enableval = xyes; then
8710
5555 cat >> confdefs.h <<\EOF 8711cat >>confdefs.h <<\_ACEOF
5556#define SMART_RESIZE 1 8712#define SMART_RESIZE 1
5557EOF 8713_ACEOF
5558 8714
5559 fi 8715 fi
5560fi 8716fi;
5561
5562
5563# Check whether --enable-256-color or --disable-256-color was given.
5564if test "${enable_256_color+set}" = set; then
5565 enableval="$enable_256_color"
5566 if test x$enableval = xyes; then
5567 cat >> confdefs.h <<\EOF
5568#define TTY_256COLOR 1
5569EOF
5570
5571 fi
5572fi
5573
5574 8717
5575# Check whether --enable-cursor-blink or --disable-cursor-blink was given. 8718# Check whether --enable-cursor-blink or --disable-cursor-blink was given.
5576if test "${enable_cursor_blink+set}" = set; then 8719if test "${enable_cursor_blink+set}" = set; then
5577 enableval="$enable_cursor_blink" 8720 enableval="$enable_cursor_blink"
5578 if test x$enableval = xyes -o x$enableval = xno; then 8721 if test x$enableval = xyes -o x$enableval = xno; then
5579 support_cursor_blink=$enableval 8722 support_cursor_blink=$enableval
5580 fi 8723 fi
5581fi 8724fi;
5582 8725
8726# Check whether --enable-text-blink or --disable-text-blink was given.
8727if test "${enable_text_blink+set}" = set; then
8728 enableval="$enable_text_blink"
8729 if test x$enableval = xyes -o x$enableval = xno; then
8730 support_text_blink=$enableval
8731 fi
8732fi;
5583 8733
5584# Check whether --enable-pointer-blank or --disable-pointer-blank was given. 8734# Check whether --enable-pointer-blank or --disable-pointer-blank was given.
5585if test "${enable_pointer_blank+set}" = set; then 8735if test "${enable_pointer_blank+set}" = set; then
5586 enableval="$enable_pointer_blank" 8736 enableval="$enable_pointer_blank"
5587 if test x$enableval = xyes -o x$enableval = xno; then 8737 if test x$enableval = xyes -o x$enableval = xno; then
5588 support_pointer_blank=$enableval 8738 support_pointer_blank=$enableval
5589 fi 8739 fi
5590fi 8740fi;
5591 8741
5592 8742
5593# Check whether --with-term or --without-term was given. 8743# Check whether --with-term or --without-term was given.
5594if test "${with_term+set}" = set; then 8744if test "${with_term+set}" = set; then
5595 withval="$with_term" 8745 withval="$with_term"
5596 if test x$withval != x; then 8746 if test x$withval != x; then
8747
5597 cat >> confdefs.h <<EOF 8748cat >>confdefs.h <<_ACEOF
5598#define TERMENV "$withval" 8749#define TERMENV "$withval"
5599EOF 8750_ACEOF
5600 term="$withval" 8751 term="$withval"
5601 fi 8752 fi
5602fi 8753fi;
5603 8754
5604 8755
5605# Check whether --with-terminfo or --without-terminfo was given. 8756# Check whether --with-terminfo or --without-terminfo was given.
5606if test "${with_terminfo+set}" = set; then 8757if test "${with_terminfo+set}" = set; then
5607 withval="$with_terminfo" 8758 withval="$with_terminfo"
5608 if test x$withval != x; then 8759 if test x$withval != x; then
8760
5609 cat >> confdefs.h <<EOF 8761cat >>confdefs.h <<_ACEOF
5610#define RXVT_TERMINFO "$withval" 8762#define RXVT_TERMINFO "$withval"
5611EOF 8763_ACEOF
5612 terminfo="$withval" 8764 terminfo="$withval"
5613 fi 8765 fi
5614fi 8766fi;
5615 8767
5616 8768
5617 8769
5618cat >> confdefs.h <<\EOF 8770cat >>confdefs.h <<\_ACEOF
5619#define PROTOTYPES 1 8771#define PROTOTYPES 1
5620EOF 8772_ACEOF
5621 8773
5622 8774
5623if test -z "$CFLAGS"; then 8775if test -z "$CFLAGS"; then
5624 if test -z "$CCOPTS"; then 8776 if test -z "$CCOPTS"; then
5625 CCOPTS='-O' 8777 CCOPTS='-O'
5627 CFLAGS="$CCOPTS" 8779 CFLAGS="$CCOPTS"
5628fi 8780fi
5629 8781
5630# Extract the first word of "mv", so it can be a program name with args. 8782# Extract the first word of "mv", so it can be a program name with args.
5631set dummy mv; ac_word=$2 8783set dummy mv; ac_word=$2
8784echo "$as_me:$LINENO: checking for $ac_word" >&5
5632echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 8785echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5633echo "configure:5634: checking for $ac_word" >&5
5634if eval "test \"`echo '$''{'ac_cv_path_MV'+set}'`\" = set"; then 8786if test "${ac_cv_path_MV+set}" = set; then
5635 echo $ac_n "(cached) $ac_c" 1>&6 8787 echo $ECHO_N "(cached) $ECHO_C" >&6
5636else 8788else
5637 case "$MV" in 8789 case $MV in
5638 /*) 8790 [\\/]* | ?:[\\/]*)
5639 ac_cv_path_MV="$MV" # Let the user override the test with a path. 8791 ac_cv_path_MV="$MV" # Let the user override the test with a path.
5640 ;; 8792 ;;
5641 ?:/*)
5642 ac_cv_path_MV="$MV" # Let the user override the test with a dos path.
5643 ;;
5644 *) 8793 *)
5645 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 8794 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5646 ac_dummy="$PATH" 8795for as_dir in $PATH
5647 for ac_dir in $ac_dummy; do 8796do
8797 IFS=$as_save_IFS
5648 test -z "$ac_dir" && ac_dir=. 8798 test -z "$as_dir" && as_dir=.
5649 if test -f $ac_dir/$ac_word; then 8799 for ac_exec_ext in '' $ac_executable_extensions; do
8800 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5650 ac_cv_path_MV="$ac_dir/$ac_word" 8801 ac_cv_path_MV="$as_dir/$ac_word$ac_exec_ext"
8802 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5651 break 8803 break 2
5652 fi 8804 fi
5653 done 8805done
5654 IFS="$ac_save_ifs" 8806done
8807
5655 test -z "$ac_cv_path_MV" && ac_cv_path_MV="mv" 8808 test -z "$ac_cv_path_MV" && ac_cv_path_MV="mv"
5656 ;; 8809 ;;
5657esac 8810esac
5658fi 8811fi
5659MV="$ac_cv_path_MV" 8812MV=$ac_cv_path_MV
8813
5660if test -n "$MV"; then 8814if test -n "$MV"; then
5661 echo "$ac_t""$MV" 1>&6 8815 echo "$as_me:$LINENO: result: $MV" >&5
8816echo "${ECHO_T}$MV" >&6
5662else 8817else
5663 echo "$ac_t""no" 1>&6 8818 echo "$as_me:$LINENO: result: no" >&5
8819echo "${ECHO_T}no" >&6
5664fi 8820fi
5665 8821
5666# Extract the first word of "rm", so it can be a program name with args. 8822# Extract the first word of "rm", so it can be a program name with args.
5667set dummy rm; ac_word=$2 8823set dummy rm; ac_word=$2
8824echo "$as_me:$LINENO: checking for $ac_word" >&5
5668echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 8825echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5669echo "configure:5670: checking for $ac_word" >&5
5670if eval "test \"`echo '$''{'ac_cv_path_RM'+set}'`\" = set"; then 8826if test "${ac_cv_path_RM+set}" = set; then
5671 echo $ac_n "(cached) $ac_c" 1>&6 8827 echo $ECHO_N "(cached) $ECHO_C" >&6
5672else 8828else
5673 case "$RM" in 8829 case $RM in
5674 /*) 8830 [\\/]* | ?:[\\/]*)
5675 ac_cv_path_RM="$RM" # Let the user override the test with a path. 8831 ac_cv_path_RM="$RM" # Let the user override the test with a path.
5676 ;; 8832 ;;
5677 ?:/*)
5678 ac_cv_path_RM="$RM" # Let the user override the test with a dos path.
5679 ;;
5680 *) 8833 *)
5681 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 8834 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5682 ac_dummy="$PATH" 8835for as_dir in $PATH
5683 for ac_dir in $ac_dummy; do 8836do
8837 IFS=$as_save_IFS
5684 test -z "$ac_dir" && ac_dir=. 8838 test -z "$as_dir" && as_dir=.
5685 if test -f $ac_dir/$ac_word; then 8839 for ac_exec_ext in '' $ac_executable_extensions; do
8840 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5686 ac_cv_path_RM="$ac_dir/$ac_word" 8841 ac_cv_path_RM="$as_dir/$ac_word$ac_exec_ext"
8842 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5687 break 8843 break 2
5688 fi 8844 fi
5689 done 8845done
5690 IFS="$ac_save_ifs" 8846done
8847
5691 test -z "$ac_cv_path_RM" && ac_cv_path_RM="rm" 8848 test -z "$ac_cv_path_RM" && ac_cv_path_RM="rm"
5692 ;; 8849 ;;
5693esac 8850esac
5694fi 8851fi
5695RM="$ac_cv_path_RM" 8852RM=$ac_cv_path_RM
8853
5696if test -n "$RM"; then 8854if test -n "$RM"; then
5697 echo "$ac_t""$RM" 1>&6 8855 echo "$as_me:$LINENO: result: $RM" >&5
8856echo "${ECHO_T}$RM" >&6
5698else 8857else
5699 echo "$ac_t""no" 1>&6 8858 echo "$as_me:$LINENO: result: no" >&5
8859echo "${ECHO_T}no" >&6
5700fi 8860fi
5701 8861
5702# Extract the first word of "cp", so it can be a program name with args. 8862# Extract the first word of "cp", so it can be a program name with args.
5703set dummy cp; ac_word=$2 8863set dummy cp; ac_word=$2
8864echo "$as_me:$LINENO: checking for $ac_word" >&5
5704echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 8865echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5705echo "configure:5706: checking for $ac_word" >&5
5706if eval "test \"`echo '$''{'ac_cv_path_CP'+set}'`\" = set"; then 8866if test "${ac_cv_path_CP+set}" = set; then
5707 echo $ac_n "(cached) $ac_c" 1>&6 8867 echo $ECHO_N "(cached) $ECHO_C" >&6
5708else 8868else
5709 case "$CP" in 8869 case $CP in
5710 /*) 8870 [\\/]* | ?:[\\/]*)
5711 ac_cv_path_CP="$CP" # Let the user override the test with a path. 8871 ac_cv_path_CP="$CP" # Let the user override the test with a path.
5712 ;; 8872 ;;
5713 ?:/*)
5714 ac_cv_path_CP="$CP" # Let the user override the test with a dos path.
5715 ;;
5716 *) 8873 *)
5717 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 8874 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5718 ac_dummy="$PATH" 8875for as_dir in $PATH
5719 for ac_dir in $ac_dummy; do 8876do
8877 IFS=$as_save_IFS
5720 test -z "$ac_dir" && ac_dir=. 8878 test -z "$as_dir" && as_dir=.
5721 if test -f $ac_dir/$ac_word; then 8879 for ac_exec_ext in '' $ac_executable_extensions; do
8880 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5722 ac_cv_path_CP="$ac_dir/$ac_word" 8881 ac_cv_path_CP="$as_dir/$ac_word$ac_exec_ext"
8882 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5723 break 8883 break 2
5724 fi 8884 fi
5725 done 8885done
5726 IFS="$ac_save_ifs" 8886done
8887
5727 test -z "$ac_cv_path_CP" && ac_cv_path_CP="cp" 8888 test -z "$ac_cv_path_CP" && ac_cv_path_CP="cp"
5728 ;; 8889 ;;
5729esac 8890esac
5730fi 8891fi
5731CP="$ac_cv_path_CP" 8892CP=$ac_cv_path_CP
8893
5732if test -n "$CP"; then 8894if test -n "$CP"; then
5733 echo "$ac_t""$CP" 1>&6 8895 echo "$as_me:$LINENO: result: $CP" >&5
8896echo "${ECHO_T}$CP" >&6
5734else 8897else
5735 echo "$ac_t""no" 1>&6 8898 echo "$as_me:$LINENO: result: no" >&5
8899echo "${ECHO_T}no" >&6
5736fi 8900fi
5737 8901
5738# Extract the first word of "ln", so it can be a program name with args. 8902# Extract the first word of "ln", so it can be a program name with args.
5739set dummy ln; ac_word=$2 8903set dummy ln; ac_word=$2
8904echo "$as_me:$LINENO: checking for $ac_word" >&5
5740echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 8905echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5741echo "configure:5742: checking for $ac_word" >&5
5742if eval "test \"`echo '$''{'ac_cv_path_LN'+set}'`\" = set"; then 8906if test "${ac_cv_path_LN+set}" = set; then
5743 echo $ac_n "(cached) $ac_c" 1>&6 8907 echo $ECHO_N "(cached) $ECHO_C" >&6
5744else 8908else
5745 case "$LN" in 8909 case $LN in
5746 /*) 8910 [\\/]* | ?:[\\/]*)
5747 ac_cv_path_LN="$LN" # Let the user override the test with a path. 8911 ac_cv_path_LN="$LN" # Let the user override the test with a path.
5748 ;; 8912 ;;
5749 ?:/*)
5750 ac_cv_path_LN="$LN" # Let the user override the test with a dos path.
5751 ;;
5752 *) 8913 *)
5753 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 8914 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5754 ac_dummy="$PATH" 8915for as_dir in $PATH
5755 for ac_dir in $ac_dummy; do 8916do
8917 IFS=$as_save_IFS
5756 test -z "$ac_dir" && ac_dir=. 8918 test -z "$as_dir" && as_dir=.
5757 if test -f $ac_dir/$ac_word; then 8919 for ac_exec_ext in '' $ac_executable_extensions; do
8920 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5758 ac_cv_path_LN="$ac_dir/$ac_word" 8921 ac_cv_path_LN="$as_dir/$ac_word$ac_exec_ext"
8922 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5759 break 8923 break 2
5760 fi 8924 fi
5761 done 8925done
5762 IFS="$ac_save_ifs" 8926done
8927
5763 test -z "$ac_cv_path_LN" && ac_cv_path_LN="ln" 8928 test -z "$ac_cv_path_LN" && ac_cv_path_LN="ln"
5764 ;; 8929 ;;
5765esac 8930esac
5766fi 8931fi
5767LN="$ac_cv_path_LN" 8932LN=$ac_cv_path_LN
8933
5768if test -n "$LN"; then 8934if test -n "$LN"; then
5769 echo "$ac_t""$LN" 1>&6 8935 echo "$as_me:$LINENO: result: $LN" >&5
8936echo "${ECHO_T}$LN" >&6
5770else 8937else
5771 echo "$ac_t""no" 1>&6 8938 echo "$as_me:$LINENO: result: no" >&5
8939echo "${ECHO_T}no" >&6
5772fi 8940fi
5773 8941
5774# Extract the first word of "sed", so it can be a program name with args. 8942# Extract the first word of "sed", so it can be a program name with args.
5775set dummy sed; ac_word=$2 8943set dummy sed; ac_word=$2
8944echo "$as_me:$LINENO: checking for $ac_word" >&5
5776echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 8945echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5777echo "configure:5778: checking for $ac_word" >&5
5778if eval "test \"`echo '$''{'ac_cv_path_SED'+set}'`\" = set"; then 8946if test "${ac_cv_path_SED+set}" = set; then
5779 echo $ac_n "(cached) $ac_c" 1>&6 8947 echo $ECHO_N "(cached) $ECHO_C" >&6
5780else 8948else
5781 case "$SED" in 8949 case $SED in
5782 /*) 8950 [\\/]* | ?:[\\/]*)
5783 ac_cv_path_SED="$SED" # Let the user override the test with a path. 8951 ac_cv_path_SED="$SED" # Let the user override the test with a path.
5784 ;; 8952 ;;
5785 ?:/*)
5786 ac_cv_path_SED="$SED" # Let the user override the test with a dos path.
5787 ;;
5788 *) 8953 *)
5789 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 8954 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5790 ac_dummy="$PATH" 8955for as_dir in $PATH
5791 for ac_dir in $ac_dummy; do 8956do
8957 IFS=$as_save_IFS
5792 test -z "$ac_dir" && ac_dir=. 8958 test -z "$as_dir" && as_dir=.
5793 if test -f $ac_dir/$ac_word; then 8959 for ac_exec_ext in '' $ac_executable_extensions; do
8960 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5794 ac_cv_path_SED="$ac_dir/$ac_word" 8961 ac_cv_path_SED="$as_dir/$ac_word$ac_exec_ext"
8962 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5795 break 8963 break 2
5796 fi 8964 fi
5797 done 8965done
5798 IFS="$ac_save_ifs" 8966done
8967
5799 test -z "$ac_cv_path_SED" && ac_cv_path_SED="sed" 8968 test -z "$ac_cv_path_SED" && ac_cv_path_SED="sed"
5800 ;; 8969 ;;
5801esac 8970esac
5802fi 8971fi
5803SED="$ac_cv_path_SED" 8972SED=$ac_cv_path_SED
8973
5804if test -n "$SED"; then 8974if test -n "$SED"; then
5805 echo "$ac_t""$SED" 1>&6 8975 echo "$as_me:$LINENO: result: $SED" >&5
8976echo "${ECHO_T}$SED" >&6
5806else 8977else
5807 echo "$ac_t""no" 1>&6 8978 echo "$as_me:$LINENO: result: no" >&5
8979echo "${ECHO_T}no" >&6
5808fi 8980fi
5809 8981
5810# Extract the first word of "echo", so it can be a program name with args. 8982# Extract the first word of "echo", so it can be a program name with args.
5811set dummy echo; ac_word=$2 8983set dummy echo; ac_word=$2
8984echo "$as_me:$LINENO: checking for $ac_word" >&5
5812echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 8985echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5813echo "configure:5814: checking for $ac_word" >&5
5814if eval "test \"`echo '$''{'ac_cv_path_ECHO'+set}'`\" = set"; then 8986if test "${ac_cv_path_ECHO+set}" = set; then
5815 echo $ac_n "(cached) $ac_c" 1>&6 8987 echo $ECHO_N "(cached) $ECHO_C" >&6
5816else 8988else
5817 case "$ECHO" in 8989 case $ECHO in
5818 /*) 8990 [\\/]* | ?:[\\/]*)
5819 ac_cv_path_ECHO="$ECHO" # Let the user override the test with a path. 8991 ac_cv_path_ECHO="$ECHO" # Let the user override the test with a path.
5820 ;; 8992 ;;
5821 ?:/*)
5822 ac_cv_path_ECHO="$ECHO" # Let the user override the test with a dos path.
5823 ;;
5824 *) 8993 *)
5825 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 8994 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5826 ac_dummy="$PATH" 8995for as_dir in $PATH
5827 for ac_dir in $ac_dummy; do 8996do
8997 IFS=$as_save_IFS
5828 test -z "$ac_dir" && ac_dir=. 8998 test -z "$as_dir" && as_dir=.
5829 if test -f $ac_dir/$ac_word; then 8999 for ac_exec_ext in '' $ac_executable_extensions; do
9000 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5830 ac_cv_path_ECHO="$ac_dir/$ac_word" 9001 ac_cv_path_ECHO="$as_dir/$ac_word$ac_exec_ext"
9002 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5831 break 9003 break 2
5832 fi 9004 fi
5833 done 9005done
5834 IFS="$ac_save_ifs" 9006done
9007
5835 test -z "$ac_cv_path_ECHO" && ac_cv_path_ECHO="echo" 9008 test -z "$ac_cv_path_ECHO" && ac_cv_path_ECHO="echo"
5836 ;; 9009 ;;
5837esac 9010esac
5838fi 9011fi
5839ECHO="$ac_cv_path_ECHO" 9012ECHO=$ac_cv_path_ECHO
9013
5840if test -n "$ECHO"; then 9014if test -n "$ECHO"; then
5841 echo "$ac_t""$ECHO" 1>&6 9015 echo "$as_me:$LINENO: result: $ECHO" >&5
9016echo "${ECHO_T}$ECHO" >&6
5842else 9017else
5843 echo "$ac_t""no" 1>&6 9018 echo "$as_me:$LINENO: result: no" >&5
9019echo "${ECHO_T}no" >&6
5844fi 9020fi
5845 9021
5846# Extract the first word of "cmp", so it can be a program name with args. 9022# Extract the first word of "cmp", so it can be a program name with args.
5847set dummy cmp; ac_word=$2 9023set dummy cmp; ac_word=$2
9024echo "$as_me:$LINENO: checking for $ac_word" >&5
5848echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 9025echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5849echo "configure:5850: checking for $ac_word" >&5
5850if eval "test \"`echo '$''{'ac_cv_path_CMP'+set}'`\" = set"; then 9026if test "${ac_cv_path_CMP+set}" = set; then
5851 echo $ac_n "(cached) $ac_c" 1>&6 9027 echo $ECHO_N "(cached) $ECHO_C" >&6
5852else 9028else
5853 case "$CMP" in 9029 case $CMP in
5854 /*) 9030 [\\/]* | ?:[\\/]*)
5855 ac_cv_path_CMP="$CMP" # Let the user override the test with a path. 9031 ac_cv_path_CMP="$CMP" # Let the user override the test with a path.
5856 ;; 9032 ;;
5857 ?:/*)
5858 ac_cv_path_CMP="$CMP" # Let the user override the test with a dos path.
5859 ;;
5860 *) 9033 *)
5861 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 9034 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5862 ac_dummy="$PATH" 9035for as_dir in $PATH
5863 for ac_dir in $ac_dummy; do 9036do
9037 IFS=$as_save_IFS
5864 test -z "$ac_dir" && ac_dir=. 9038 test -z "$as_dir" && as_dir=.
5865 if test -f $ac_dir/$ac_word; then 9039 for ac_exec_ext in '' $ac_executable_extensions; do
9040 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5866 ac_cv_path_CMP="$ac_dir/$ac_word" 9041 ac_cv_path_CMP="$as_dir/$ac_word$ac_exec_ext"
9042 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5867 break 9043 break 2
5868 fi 9044 fi
5869 done 9045done
5870 IFS="$ac_save_ifs" 9046done
9047
5871 test -z "$ac_cv_path_CMP" && ac_cv_path_CMP="cmp" 9048 test -z "$ac_cv_path_CMP" && ac_cv_path_CMP="cmp"
5872 ;; 9049 ;;
5873esac 9050esac
5874fi 9051fi
5875CMP="$ac_cv_path_CMP" 9052CMP=$ac_cv_path_CMP
9053
5876if test -n "$CMP"; then 9054if test -n "$CMP"; then
5877 echo "$ac_t""$CMP" 1>&6 9055 echo "$as_me:$LINENO: result: $CMP" >&5
9056echo "${ECHO_T}$CMP" >&6
5878else 9057else
5879 echo "$ac_t""no" 1>&6 9058 echo "$as_me:$LINENO: result: no" >&5
9059echo "${ECHO_T}no" >&6
5880fi 9060fi
5881 9061
5882# Extract the first word of "tbl", so it can be a program name with args. 9062# Extract the first word of "tbl", so it can be a program name with args.
5883set dummy tbl; ac_word=$2 9063set dummy tbl; ac_word=$2
9064echo "$as_me:$LINENO: checking for $ac_word" >&5
5884echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 9065echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5885echo "configure:5886: checking for $ac_word" >&5
5886if eval "test \"`echo '$''{'ac_cv_path_TBL'+set}'`\" = set"; then 9066if test "${ac_cv_path_TBL+set}" = set; then
5887 echo $ac_n "(cached) $ac_c" 1>&6 9067 echo $ECHO_N "(cached) $ECHO_C" >&6
5888else 9068else
5889 case "$TBL" in 9069 case $TBL in
5890 /*) 9070 [\\/]* | ?:[\\/]*)
5891 ac_cv_path_TBL="$TBL" # Let the user override the test with a path. 9071 ac_cv_path_TBL="$TBL" # Let the user override the test with a path.
5892 ;; 9072 ;;
5893 ?:/*) 9073 *)
9074 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9075for as_dir in $PATH
9076do
9077 IFS=$as_save_IFS
9078 test -z "$as_dir" && as_dir=.
9079 for ac_exec_ext in '' $ac_executable_extensions; do
9080 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9081 ac_cv_path_TBL="$as_dir/$ac_word$ac_exec_ext"
9082 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9083 break 2
9084 fi
9085done
9086done
9087
9088 ;;
9089esac
9090fi
9091TBL=$ac_cv_path_TBL
9092
9093if test -n "$TBL"; then
9094 echo "$as_me:$LINENO: result: $TBL" >&5
9095echo "${ECHO_T}$TBL" >&6
9096else
9097 echo "$as_me:$LINENO: result: no" >&5
9098echo "${ECHO_T}no" >&6
9099fi
9100
9101# Extract the first word of "tic", so it can be a program name with args.
9102set dummy tic; ac_word=$2
9103echo "$as_me:$LINENO: checking for $ac_word" >&5
9104echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9105if test "${ac_cv_path_TIC+set}" = set; then
9106 echo $ECHO_N "(cached) $ECHO_C" >&6
9107else
9108 case $TIC in
9109 [\\/]* | ?:[\\/]*)
5894 ac_cv_path_TBL="$TBL" # Let the user override the test with a dos path. 9110 ac_cv_path_TIC="$TIC" # Let the user override the test with a path.
5895 ;; 9111 ;;
5896 *) 9112 *)
5897 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 9113 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5898 ac_dummy="$PATH" 9114for as_dir in $PATH
5899 for ac_dir in $ac_dummy; do 9115do
9116 IFS=$as_save_IFS
5900 test -z "$ac_dir" && ac_dir=. 9117 test -z "$as_dir" && as_dir=.
5901 if test -f $ac_dir/$ac_word; then 9118 for ac_exec_ext in '' $ac_executable_extensions; do
9119 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5902 ac_cv_path_TBL="$ac_dir/$ac_word" 9120 ac_cv_path_TIC="$as_dir/$ac_word$ac_exec_ext"
9121 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5903 break 9122 break 2
5904 fi 9123 fi
5905 done 9124done
5906 IFS="$ac_save_ifs" 9125done
9126
5907 ;; 9127 ;;
5908esac 9128esac
5909fi 9129fi
5910TBL="$ac_cv_path_TBL" 9130TIC=$ac_cv_path_TIC
9131
5911if test -n "$TBL"; then 9132if test -n "$TIC"; then
5912 echo "$ac_t""$TBL" 1>&6 9133 echo "$as_me:$LINENO: result: $TIC" >&5
9134echo "${ECHO_T}$TIC" >&6
5913else 9135else
5914 echo "$ac_t""no" 1>&6 9136 echo "$as_me:$LINENO: result: no" >&5
9137echo "${ECHO_T}no" >&6
5915fi 9138fi
5916 9139
5917 9140
5918 9141
5919 9142
5920# If we find X, set shell vars x_includes and x_libraries to the 9143
5921# paths, otherwise set no_x=yes. 9144if test "x$ac_path_x_has_been_run" != xyes; then
5922# Uses ac_ vars as temps to allow command line to override cache and checks. 9145 echo "$as_me:$LINENO: checking for X" >&5
5923# --without-x overrides everything else, but does not touch the cache.
5924echo $ac_n "checking for X""... $ac_c" 1>&6 9146echo $ECHO_N "checking for X... $ECHO_C" >&6
5925echo "configure:5926: checking for X" >&5 9147
9148ac_path_x_has_been_run=yes
5926 9149
5927# Check whether --with-x or --without-x was given. 9150# Check whether --with-x or --without-x was given.
5928if test "${with_x+set}" = set; then 9151if test "${with_x+set}" = set; then
5929 withval="$with_x" 9152 withval="$with_x"
5930 : 9153
5931fi 9154fi;
5932
5933# $have_x is `yes', `no', `disabled', or empty when we do not yet know. 9155# $have_x is `yes', `no', `disabled', or empty when we do not yet know.
5934if test "x$with_x" = xno; then 9156if test "x$with_x" = xno; then
5935 # The user explicitly disabled X. 9157 # The user explicitly disabled X.
5936 have_x=disabled 9158 have_x=disabled
5937else 9159else
5938 if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then 9160 if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
5939 # Both variables are already set. 9161 # Both variables are already set.
5940 have_x=yes 9162 have_x=yes
5941 else 9163 else
5942if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then 9164 if test "${ac_cv_have_x+set}" = set; then
5943 echo $ac_n "(cached) $ac_c" 1>&6 9165 echo $ECHO_N "(cached) $ECHO_C" >&6
5944else 9166else
5945 # One or both of the vars are not set, and there is no cached value. 9167 # One or both of the vars are not set, and there is no cached value.
5946ac_x_includes=NO ac_x_libraries=NO 9168ac_x_includes=no ac_x_libraries=no
5947rm -fr conftestdir 9169rm -fr conftest.dir
5948if mkdir conftestdir; then 9170if mkdir conftest.dir; then
5949 cd conftestdir 9171 cd conftest.dir
5950 # Make sure to not put "make" in the Imakefile rules, since we grep it out. 9172 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
5951 cat > Imakefile <<'EOF' 9173 cat >Imakefile <<'_ACEOF'
5952acfindx: 9174acfindx:
5953 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"' 9175 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
5954EOF 9176_ACEOF
5955 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then 9177 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
5956 # GNU make sometimes prints "make[1]: Entering...", which would confuse us. 9178 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
5957 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make` 9179 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
5958 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR. 9180 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
5959 for ac_extension in a so sl; do 9181 for ac_extension in a so sl; do
5960 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension && 9182 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
5961 test -f $ac_im_libdir/libX11.$ac_extension; then 9183 test -f $ac_im_libdir/libX11.$ac_extension; then
5962 ac_im_usrlibdir=$ac_im_libdir; break 9184 ac_im_usrlibdir=$ac_im_libdir; break
5963 fi 9185 fi
5964 done 9186 done
5965 # Screen out bogus values from the imake configuration. They are 9187 # Screen out bogus values from the imake configuration. They are
5966 # bogus both because they are the default anyway, and because 9188 # bogus both because they are the default anyway, and because
5967 # using them would break gcc on systems where it needs fixed includes. 9189 # using them would break gcc on systems where it needs fixed includes.
5968 case "$ac_im_incroot" in 9190 case $ac_im_incroot in
5969 /usr/include) ;; 9191 /usr/include) ;;
5970 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes="$ac_im_incroot" ;; 9192 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
5971 esac 9193 esac
5972 case "$ac_im_usrlibdir" in 9194 case $ac_im_usrlibdir in
5973 /usr/lib | /lib) ;; 9195 /usr/lib | /lib) ;;
5974 *) test -d "$ac_im_usrlibdir" && ac_x_libraries="$ac_im_usrlibdir" ;; 9196 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
5975 esac 9197 esac
5976 fi 9198 fi
5977 cd .. 9199 cd ..
5978 rm -fr conftestdir 9200 rm -fr conftest.dir
5979fi 9201fi
5980 9202
9203# Standard set of common directories for X headers.
9204# Check X11 before X11Rn because it is often a symlink to the current release.
9205ac_x_header_dirs='
9206/usr/X11/include
9207/usr/X11R6/include
9208/usr/X11R5/include
9209/usr/X11R4/include
9210
9211/usr/include/X11
9212/usr/include/X11R6
9213/usr/include/X11R5
9214/usr/include/X11R4
9215
9216/usr/local/X11/include
9217/usr/local/X11R6/include
9218/usr/local/X11R5/include
9219/usr/local/X11R4/include
9220
9221/usr/local/include/X11
9222/usr/local/include/X11R6
9223/usr/local/include/X11R5
9224/usr/local/include/X11R4
9225
9226/usr/X386/include
9227/usr/x386/include
9228/usr/XFree86/include/X11
9229
9230/usr/include
9231/usr/local/include
9232/usr/unsupported/include
9233/usr/athena/include
9234/usr/local/x11r5/include
9235/usr/lpp/Xamples/include
9236
9237/usr/openwin/include
9238/usr/openwin/share/include'
9239
5981if test "$ac_x_includes" = NO; then 9240if test "$ac_x_includes" = no; then
5982 # Guess where to find include files, by looking for this one X11 .h file. 9241 # Guess where to find include files, by looking for a specified header file.
5983 test -z "$x_direct_test_include" && x_direct_test_include=X11/Intrinsic.h
5984
5985 # First, try using that file with no special directory specified. 9242 # First, try using that file with no special directory specified.
9243 cat >conftest.$ac_ext <<_ACEOF
9244/* confdefs.h. */
9245_ACEOF
9246cat confdefs.h >>conftest.$ac_ext
5986cat > conftest.$ac_ext <<EOF 9247cat >>conftest.$ac_ext <<_ACEOF
5987#line 5988 "configure" 9248/* end confdefs.h. */
5988#include "confdefs.h" 9249#include <X11/Intrinsic.h>
5989#include <$x_direct_test_include> 9250_ACEOF
5990EOF 9251if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5991ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 9252 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5992{ (eval echo configure:5993: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 9253 ac_status=$?
5993ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 9254 grep -v '^ *+' conftest.er1 >conftest.err
9255 rm -f conftest.er1
9256 cat conftest.err >&5
9257 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9258 (exit $ac_status); } >/dev/null; then
9259 if test -s conftest.err; then
9260 ac_cpp_err=$ac_cxx_preproc_warn_flag
9261 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
9262 else
9263 ac_cpp_err=
9264 fi
9265else
9266 ac_cpp_err=yes
9267fi
5994if test -z "$ac_err"; then 9268if test -z "$ac_cpp_err"; then
5995 rm -rf conftest*
5996 # We can compile using X headers with no special include directory. 9269 # We can compile using X headers with no special include directory.
5997ac_x_includes= 9270ac_x_includes=
5998else 9271else
5999 echo "$ac_err" >&5
6000 echo "configure: failed program was:" >&5 9272 echo "$as_me: failed program was:" >&5
6001 cat conftest.$ac_ext >&5 9273sed 's/^/| /' conftest.$ac_ext >&5
6002 rm -rf conftest* 9274
6003 # Look for the header file in a standard set of common directories. 9275 for ac_dir in $ac_x_header_dirs; do
6004# Check X11 before X11Rn because it is often a symlink to the current release. 9276 if test -r "$ac_dir/X11/Intrinsic.h"; then
6005 for ac_dir in \
6006 /usr/X11/include \
6007 /usr/X11R6/include \
6008 /usr/X11R5/include \
6009 /usr/X11R4/include \
6010 \
6011 /usr/include/X11 \
6012 /usr/include/X11R6 \
6013 /usr/include/X11R5 \
6014 /usr/include/X11R4 \
6015 \
6016 /usr/local/X11/include \
6017 /usr/local/X11R6/include \
6018 /usr/local/X11R5/include \
6019 /usr/local/X11R4/include \
6020 \
6021 /usr/local/include/X11 \
6022 /usr/local/include/X11R6 \
6023 /usr/local/include/X11R5 \
6024 /usr/local/include/X11R4 \
6025 \
6026 /usr/X386/include \
6027 /usr/x386/include \
6028 /usr/XFree86/include/X11 \
6029 \
6030 /usr/include \
6031 /usr/local/include \
6032 /usr/unsupported/include \
6033 /usr/athena/include \
6034 /usr/local/x11r5/include \
6035 /usr/lpp/Xamples/include \
6036 \
6037 /usr/openwin/include \
6038 /usr/openwin/share/include \
6039 ; \
6040 do
6041 if test -r "$ac_dir/$x_direct_test_include"; then
6042 ac_x_includes=$ac_dir 9277 ac_x_includes=$ac_dir
6043 break 9278 break
6044 fi 9279 fi
6045 done 9280done
6046fi 9281fi
6047rm -f conftest* 9282rm -f conftest.err conftest.$ac_ext
6048fi # $ac_x_includes = NO 9283fi # $ac_x_includes = no
6049 9284
6050if test "$ac_x_libraries" = NO; then 9285if test "$ac_x_libraries" = no; then
6051 # Check for the libraries. 9286 # Check for the libraries.
6052
6053 test -z "$x_direct_test_library" && x_direct_test_library=Xt
6054 test -z "$x_direct_test_function" && x_direct_test_function=XtMalloc
6055
6056 # See if we find them without any special options. 9287 # See if we find them without any special options.
6057 # Don't add to $LIBS permanently. 9288 # Don't add to $LIBS permanently.
6058 ac_save_LIBS="$LIBS" 9289 ac_save_LIBS=$LIBS
6059 LIBS="-l$x_direct_test_library $LIBS" 9290 LIBS="-lXt $LIBS"
9291 cat >conftest.$ac_ext <<_ACEOF
9292/* confdefs.h. */
9293_ACEOF
9294cat confdefs.h >>conftest.$ac_ext
6060cat > conftest.$ac_ext <<EOF 9295cat >>conftest.$ac_ext <<_ACEOF
6061#line 6062 "configure" 9296/* end confdefs.h. */
6062#include "confdefs.h" 9297#include <X11/Intrinsic.h>
6063 9298int
6064int main() { 9299main ()
6065${x_direct_test_function}() 9300{
9301XtMalloc (0)
9302 ;
6066; return 0; } 9303 return 0;
6067EOF 9304}
6068if { (eval echo configure:6069: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9305_ACEOF
9306rm -f conftest.$ac_objext conftest$ac_exeext
9307if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9308 (eval $ac_link) 2>conftest.er1
9309 ac_status=$?
9310 grep -v '^ *+' conftest.er1 >conftest.err
6069 rm -rf conftest* 9311 rm -f conftest.er1
9312 cat conftest.err >&5
9313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9314 (exit $ac_status); } &&
9315 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9316 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9317 (eval $ac_try) 2>&5
9318 ac_status=$?
9319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9320 (exit $ac_status); }; } &&
9321 { ac_try='test -s conftest$ac_exeext'
9322 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9323 (eval $ac_try) 2>&5
9324 ac_status=$?
9325 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9326 (exit $ac_status); }; }; then
6070 LIBS="$ac_save_LIBS" 9327 LIBS=$ac_save_LIBS
6071# We can link X programs with no special library path. 9328# We can link X programs with no special library path.
6072ac_x_libraries= 9329ac_x_libraries=
6073else 9330else
6074 echo "configure: failed program was:" >&5 9331 echo "$as_me: failed program was:" >&5
6075 cat conftest.$ac_ext >&5 9332sed 's/^/| /' conftest.$ac_ext >&5
6076 rm -rf conftest* 9333
6077 LIBS="$ac_save_LIBS" 9334LIBS=$ac_save_LIBS
6078# First see if replacing the include by lib works.
6079# Check X11 before X11Rn because it is often a symlink to the current release.
6080for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \ 9335for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
6081 /usr/X11/lib \
6082 /usr/X11R6/lib \
6083 /usr/X11R5/lib \
6084 /usr/X11R4/lib \
6085 \
6086 /usr/lib/X11 \
6087 /usr/lib/X11R6 \
6088 /usr/lib/X11R5 \
6089 /usr/lib/X11R4 \
6090 \
6091 /usr/local/X11/lib \
6092 /usr/local/X11R6/lib \
6093 /usr/local/X11R5/lib \
6094 /usr/local/X11R4/lib \
6095 \
6096 /usr/local/lib/X11 \
6097 /usr/local/lib/X11R6 \
6098 /usr/local/lib/X11R5 \
6099 /usr/local/lib/X11R4 \
6100 \
6101 /usr/X386/lib \
6102 /usr/x386/lib \
6103 /usr/XFree86/lib/X11 \
6104 \
6105 /usr/lib \
6106 /usr/local/lib \
6107 /usr/unsupported/lib \
6108 /usr/athena/lib \
6109 /usr/local/x11r5/lib \
6110 /usr/lpp/Xamples/lib \
6111 /lib/usr/lib/X11 \
6112 \
6113 /usr/openwin/lib \
6114 /usr/openwin/share/lib \
6115 ; \
6116do 9336do
9337 # Don't even attempt the hair of trying to link an X program!
6117 for ac_extension in a so sl; do 9338 for ac_extension in a so sl; do
6118 if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then 9339 if test -r $ac_dir/libXt.$ac_extension; then
6119 ac_x_libraries=$ac_dir 9340 ac_x_libraries=$ac_dir
6120 break 2 9341 break 2
6121 fi 9342 fi
6122 done 9343 done
6123done 9344done
6124fi 9345fi
6125rm -f conftest* 9346rm -f conftest.err conftest.$ac_objext \
9347 conftest$ac_exeext conftest.$ac_ext
6126fi # $ac_x_libraries = NO 9348fi # $ac_x_libraries = no
6127 9349
6128if test "$ac_x_includes" = NO || test "$ac_x_libraries" = NO; then 9350if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then
6129 # Didn't find X anywhere. Cache the known absence of X. 9351 # Didn't find X anywhere. Cache the known absence of X.
6130 ac_cv_have_x="have_x=no" 9352 ac_cv_have_x="have_x=no"
6131else 9353else
6132 # Record where we found X for the cache. 9354 # Record where we found X for the cache.
6133 ac_cv_have_x="have_x=yes \ 9355 ac_cv_have_x="have_x=yes \
6134 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries" 9356 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
6135fi 9357fi
6136fi 9358fi
9359
6137 fi 9360 fi
6138 eval "$ac_cv_have_x" 9361 eval "$ac_cv_have_x"
6139fi # $with_x != no 9362fi # $with_x != no
6140 9363
6141if test "$have_x" != yes; then 9364if test "$have_x" != yes; then
6142 echo "$ac_t""$have_x" 1>&6 9365 echo "$as_me:$LINENO: result: $have_x" >&5
9366echo "${ECHO_T}$have_x" >&6
6143 no_x=yes 9367 no_x=yes
6144else 9368else
6145 # If each of the values was on the command line, it overrides each guess. 9369 # If each of the values was on the command line, it overrides each guess.
6146 test "x$x_includes" = xNONE && x_includes=$ac_x_includes 9370 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
6147 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries 9371 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
6148 # Update the cache value to reflect the command line values. 9372 # Update the cache value to reflect the command line values.
6149 ac_cv_have_x="have_x=yes \ 9373 ac_cv_have_x="have_x=yes \
6150 ac_x_includes=$x_includes ac_x_libraries=$x_libraries" 9374 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
9375 # It might be that x_includes is empty (headers are found in the
9376 # standard search path. Then output the corresponding message
9377 ac_out_x_includes=$x_includes
9378 test "x$x_includes" = x && ac_out_x_includes="in standard search path"
9379 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $ac_out_x_includes" >&5
6151 echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6 9380echo "${ECHO_T}libraries $x_libraries, headers $ac_out_x_includes" >&6
6152fi 9381fi
6153 9382
9383fi
6154if test "$no_x" = yes; then 9384if test "$no_x" = yes; then
6155 # Not all programs may use this symbol, but it does not hurt to define it. 9385 # Not all programs may use this symbol, but it does not hurt to define it.
9386
6156 cat >> confdefs.h <<\EOF 9387cat >>confdefs.h <<\_ACEOF
6157#define X_DISPLAY_MISSING 1 9388#define X_DISPLAY_MISSING 1
6158EOF 9389_ACEOF
6159 9390
6160 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS= 9391 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
6161else 9392else
6162 if test -n "$x_includes"; then 9393 if test -n "$x_includes"; then
6163 X_CFLAGS="$X_CFLAGS -I$x_includes" 9394 X_CFLAGS="$X_CFLAGS -I$x_includes"
6166 # It would also be nice to do this for all -L options, not just this one. 9397 # It would also be nice to do this for all -L options, not just this one.
6167 if test -n "$x_libraries"; then 9398 if test -n "$x_libraries"; then
6168 X_LIBS="$X_LIBS -L$x_libraries" 9399 X_LIBS="$X_LIBS -L$x_libraries"
6169 # For Solaris; some versions of Sun CC require a space after -R and 9400 # For Solaris; some versions of Sun CC require a space after -R and
6170 # others require no space. Words are not sufficient . . . . 9401 # others require no space. Words are not sufficient . . . .
6171 case "`(uname -sr) 2>/dev/null`" in 9402 case `(uname -sr) 2>/dev/null` in
6172 "SunOS 5"*) 9403 "SunOS 5"*)
9404 echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
6173 echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6 9405echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6
6174echo "configure:6175: checking whether -R must be followed by a space" >&5
6175 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS -R$x_libraries" 9406 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
6176 cat > conftest.$ac_ext <<EOF 9407 cat >conftest.$ac_ext <<_ACEOF
6177#line 6178 "configure" 9408/* confdefs.h. */
6178#include "confdefs.h" 9409_ACEOF
9410cat confdefs.h >>conftest.$ac_ext
9411cat >>conftest.$ac_ext <<_ACEOF
9412/* end confdefs.h. */
6179 9413
6180int main() { 9414int
9415main ()
9416{
6181 9417
9418 ;
6182; return 0; } 9419 return 0;
6183EOF 9420}
6184if { (eval echo configure:6185: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9421_ACEOF
9422rm -f conftest.$ac_objext conftest$ac_exeext
9423if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9424 (eval $ac_link) 2>conftest.er1
9425 ac_status=$?
9426 grep -v '^ *+' conftest.er1 >conftest.err
6185 rm -rf conftest* 9427 rm -f conftest.er1
9428 cat conftest.err >&5
9429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9430 (exit $ac_status); } &&
9431 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9432 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9433 (eval $ac_try) 2>&5
9434 ac_status=$?
9435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9436 (exit $ac_status); }; } &&
9437 { ac_try='test -s conftest$ac_exeext'
9438 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9439 (eval $ac_try) 2>&5
9440 ac_status=$?
9441 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9442 (exit $ac_status); }; }; then
6186 ac_R_nospace=yes 9443 ac_R_nospace=yes
6187else 9444else
6188 echo "configure: failed program was:" >&5 9445 echo "$as_me: failed program was:" >&5
6189 cat conftest.$ac_ext >&5 9446sed 's/^/| /' conftest.$ac_ext >&5
6190 rm -rf conftest* 9447
6191 ac_R_nospace=no 9448ac_R_nospace=no
6192fi 9449fi
6193rm -f conftest* 9450rm -f conftest.err conftest.$ac_objext \
9451 conftest$ac_exeext conftest.$ac_ext
6194 if test $ac_R_nospace = yes; then 9452 if test $ac_R_nospace = yes; then
6195 echo "$ac_t""no" 1>&6 9453 echo "$as_me:$LINENO: result: no" >&5
9454echo "${ECHO_T}no" >&6
6196 X_LIBS="$X_LIBS -R$x_libraries" 9455 X_LIBS="$X_LIBS -R$x_libraries"
6197 else 9456 else
6198 LIBS="$ac_xsave_LIBS -R $x_libraries" 9457 LIBS="$ac_xsave_LIBS -R $x_libraries"
6199 cat > conftest.$ac_ext <<EOF 9458 cat >conftest.$ac_ext <<_ACEOF
6200#line 6201 "configure" 9459/* confdefs.h. */
6201#include "confdefs.h" 9460_ACEOF
9461cat confdefs.h >>conftest.$ac_ext
9462cat >>conftest.$ac_ext <<_ACEOF
9463/* end confdefs.h. */
6202 9464
6203int main() { 9465int
9466main ()
9467{
6204 9468
9469 ;
6205; return 0; } 9470 return 0;
6206EOF 9471}
6207if { (eval echo configure:6208: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9472_ACEOF
9473rm -f conftest.$ac_objext conftest$ac_exeext
9474if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9475 (eval $ac_link) 2>conftest.er1
9476 ac_status=$?
9477 grep -v '^ *+' conftest.er1 >conftest.err
6208 rm -rf conftest* 9478 rm -f conftest.er1
9479 cat conftest.err >&5
9480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9481 (exit $ac_status); } &&
9482 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9483 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9484 (eval $ac_try) 2>&5
9485 ac_status=$?
9486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9487 (exit $ac_status); }; } &&
9488 { ac_try='test -s conftest$ac_exeext'
9489 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9490 (eval $ac_try) 2>&5
9491 ac_status=$?
9492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9493 (exit $ac_status); }; }; then
6209 ac_R_space=yes 9494 ac_R_space=yes
6210else 9495else
6211 echo "configure: failed program was:" >&5 9496 echo "$as_me: failed program was:" >&5
6212 cat conftest.$ac_ext >&5 9497sed 's/^/| /' conftest.$ac_ext >&5
6213 rm -rf conftest* 9498
6214 ac_R_space=no 9499ac_R_space=no
6215fi 9500fi
6216rm -f conftest* 9501rm -f conftest.err conftest.$ac_objext \
9502 conftest$ac_exeext conftest.$ac_ext
6217 if test $ac_R_space = yes; then 9503 if test $ac_R_space = yes; then
6218 echo "$ac_t""yes" 1>&6 9504 echo "$as_me:$LINENO: result: yes" >&5
9505echo "${ECHO_T}yes" >&6
6219 X_LIBS="$X_LIBS -R $x_libraries" 9506 X_LIBS="$X_LIBS -R $x_libraries"
6220 else 9507 else
9508 echo "$as_me:$LINENO: result: neither works" >&5
6221 echo "$ac_t""neither works" 1>&6 9509echo "${ECHO_T}neither works" >&6
6222 fi 9510 fi
6223 fi 9511 fi
6224 LIBS="$ac_xsave_LIBS" 9512 LIBS=$ac_xsave_LIBS
6225 esac 9513 esac
6226 fi 9514 fi
6227 9515
6228 # Check for system-dependent libraries X programs must link with. 9516 # Check for system-dependent libraries X programs must link with.
6229 # Do this before checking for the system-independent R6 libraries 9517 # Do this before checking for the system-independent R6 libraries
6230 # (-lICE), since we may need -lsocket or whatever for X linking. 9518 # (-lICE), since we may need -lsocket or whatever for X linking.
6231 9519
6232 if test "$ISC" = yes; then 9520 if test "$ISC" = yes; then
6233 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet" 9521 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
6234 else 9522 else
6235 # Martyn.Johnson@cl.cam.ac.uk says this is needed for Ultrix, if the X 9523 # Martyn Johnson says this is needed for Ultrix, if the X
6236 # libraries were built with DECnet support. And karl@cs.umb.edu says 9524 # libraries were built with DECnet support. And Karl Berry says
6237 # the Alpha needs dnet_stub (dnet does not exist). 9525 # the Alpha needs dnet_stub (dnet does not exist).
9526 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
9527 cat >conftest.$ac_ext <<_ACEOF
9528/* confdefs.h. */
9529_ACEOF
9530cat confdefs.h >>conftest.$ac_ext
9531cat >>conftest.$ac_ext <<_ACEOF
9532/* end confdefs.h. */
9533
9534/* Override any gcc2 internal prototype to avoid an error. */
9535#ifdef __cplusplus
9536extern "C"
9537#endif
9538/* We use char because int might match the return type of a gcc2
9539 builtin and then its argument prototype would still apply. */
9540char XOpenDisplay ();
9541int
9542main ()
9543{
9544XOpenDisplay ();
9545 ;
9546 return 0;
9547}
9548_ACEOF
9549rm -f conftest.$ac_objext conftest$ac_exeext
9550if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9551 (eval $ac_link) 2>conftest.er1
9552 ac_status=$?
9553 grep -v '^ *+' conftest.er1 >conftest.err
9554 rm -f conftest.er1
9555 cat conftest.err >&5
9556 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9557 (exit $ac_status); } &&
9558 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9559 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9560 (eval $ac_try) 2>&5
9561 ac_status=$?
9562 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9563 (exit $ac_status); }; } &&
9564 { ac_try='test -s conftest$ac_exeext'
9565 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9566 (eval $ac_try) 2>&5
9567 ac_status=$?
9568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9569 (exit $ac_status); }; }; then
9570 :
9571else
9572 echo "$as_me: failed program was:" >&5
9573sed 's/^/| /' conftest.$ac_ext >&5
9574
9575echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
6238 echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6 9576echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
6239echo "configure:6240: checking for dnet_ntoa in -ldnet" >&5 9577if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
6240ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'`
6241if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6242 echo $ac_n "(cached) $ac_c" 1>&6 9578 echo $ECHO_N "(cached) $ECHO_C" >&6
6243else 9579else
6244 ac_save_LIBS="$LIBS" 9580 ac_check_lib_save_LIBS=$LIBS
6245LIBS="-ldnet $LIBS" 9581LIBS="-ldnet $LIBS"
6246cat > conftest.$ac_ext <<EOF 9582cat >conftest.$ac_ext <<_ACEOF
6247#line 6248 "configure" 9583/* confdefs.h. */
6248#include "confdefs.h" 9584_ACEOF
9585cat confdefs.h >>conftest.$ac_ext
9586cat >>conftest.$ac_ext <<_ACEOF
9587/* end confdefs.h. */
9588
6249/* Override any gcc2 internal prototype to avoid an error. */ 9589/* Override any gcc2 internal prototype to avoid an error. */
9590#ifdef __cplusplus
9591extern "C"
9592#endif
6250/* We use char because int might match the return type of a gcc2 9593/* We use char because int might match the return type of a gcc2
6251 builtin and then its argument prototype would still apply. */ 9594 builtin and then its argument prototype would still apply. */
6252char dnet_ntoa(); 9595char dnet_ntoa ();
6253 9596int
6254int main() { 9597main ()
9598{
6255dnet_ntoa() 9599dnet_ntoa ();
9600 ;
6256; return 0; } 9601 return 0;
6257EOF 9602}
6258if { (eval echo configure:6259: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9603_ACEOF
9604rm -f conftest.$ac_objext conftest$ac_exeext
9605if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9606 (eval $ac_link) 2>conftest.er1
9607 ac_status=$?
9608 grep -v '^ *+' conftest.er1 >conftest.err
6259 rm -rf conftest* 9609 rm -f conftest.er1
6260 eval "ac_cv_lib_$ac_lib_var=yes" 9610 cat conftest.err >&5
9611 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9612 (exit $ac_status); } &&
9613 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9614 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9615 (eval $ac_try) 2>&5
9616 ac_status=$?
9617 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9618 (exit $ac_status); }; } &&
9619 { ac_try='test -s conftest$ac_exeext'
9620 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9621 (eval $ac_try) 2>&5
9622 ac_status=$?
9623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9624 (exit $ac_status); }; }; then
9625 ac_cv_lib_dnet_dnet_ntoa=yes
6261else 9626else
6262 echo "configure: failed program was:" >&5 9627 echo "$as_me: failed program was:" >&5
6263 cat conftest.$ac_ext >&5 9628sed 's/^/| /' conftest.$ac_ext >&5
6264 rm -rf conftest* 9629
6265 eval "ac_cv_lib_$ac_lib_var=no" 9630ac_cv_lib_dnet_dnet_ntoa=no
6266fi 9631fi
6267rm -f conftest* 9632rm -f conftest.err conftest.$ac_objext \
9633 conftest$ac_exeext conftest.$ac_ext
6268LIBS="$ac_save_LIBS" 9634LIBS=$ac_check_lib_save_LIBS
6269
6270fi 9635fi
6271if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 9636echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
6272 echo "$ac_t""yes" 1>&6 9637echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
9638if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
6273 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet" 9639 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
6274else
6275 echo "$ac_t""no" 1>&6
6276fi 9640fi
6277 9641
6278 if test $ac_cv_lib_dnet_dnet_ntoa = no; then 9642 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
9643 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
6279 echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6 9644echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
6280echo "configure:6281: checking for dnet_ntoa in -ldnet_stub" >&5 9645if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
6281ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'`
6282if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6283 echo $ac_n "(cached) $ac_c" 1>&6 9646 echo $ECHO_N "(cached) $ECHO_C" >&6
6284else 9647else
6285 ac_save_LIBS="$LIBS" 9648 ac_check_lib_save_LIBS=$LIBS
6286LIBS="-ldnet_stub $LIBS" 9649LIBS="-ldnet_stub $LIBS"
6287cat > conftest.$ac_ext <<EOF 9650cat >conftest.$ac_ext <<_ACEOF
6288#line 6289 "configure" 9651/* confdefs.h. */
6289#include "confdefs.h" 9652_ACEOF
9653cat confdefs.h >>conftest.$ac_ext
9654cat >>conftest.$ac_ext <<_ACEOF
9655/* end confdefs.h. */
9656
6290/* Override any gcc2 internal prototype to avoid an error. */ 9657/* Override any gcc2 internal prototype to avoid an error. */
9658#ifdef __cplusplus
9659extern "C"
9660#endif
6291/* We use char because int might match the return type of a gcc2 9661/* We use char because int might match the return type of a gcc2
6292 builtin and then its argument prototype would still apply. */ 9662 builtin and then its argument prototype would still apply. */
6293char dnet_ntoa(); 9663char dnet_ntoa ();
6294 9664int
6295int main() { 9665main ()
9666{
6296dnet_ntoa() 9667dnet_ntoa ();
9668 ;
6297; return 0; } 9669 return 0;
6298EOF 9670}
6299if { (eval echo configure:6300: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9671_ACEOF
9672rm -f conftest.$ac_objext conftest$ac_exeext
9673if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9674 (eval $ac_link) 2>conftest.er1
9675 ac_status=$?
9676 grep -v '^ *+' conftest.er1 >conftest.err
6300 rm -rf conftest* 9677 rm -f conftest.er1
6301 eval "ac_cv_lib_$ac_lib_var=yes" 9678 cat conftest.err >&5
9679 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9680 (exit $ac_status); } &&
9681 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9682 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9683 (eval $ac_try) 2>&5
9684 ac_status=$?
9685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9686 (exit $ac_status); }; } &&
9687 { ac_try='test -s conftest$ac_exeext'
9688 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9689 (eval $ac_try) 2>&5
9690 ac_status=$?
9691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9692 (exit $ac_status); }; }; then
9693 ac_cv_lib_dnet_stub_dnet_ntoa=yes
6302else 9694else
6303 echo "configure: failed program was:" >&5 9695 echo "$as_me: failed program was:" >&5
6304 cat conftest.$ac_ext >&5 9696sed 's/^/| /' conftest.$ac_ext >&5
6305 rm -rf conftest* 9697
6306 eval "ac_cv_lib_$ac_lib_var=no" 9698ac_cv_lib_dnet_stub_dnet_ntoa=no
6307fi 9699fi
6308rm -f conftest* 9700rm -f conftest.err conftest.$ac_objext \
9701 conftest$ac_exeext conftest.$ac_ext
6309LIBS="$ac_save_LIBS" 9702LIBS=$ac_check_lib_save_LIBS
6310
6311fi 9703fi
6312if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 9704echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
6313 echo "$ac_t""yes" 1>&6 9705echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
9706if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
6314 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub" 9707 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
6315else
6316 echo "$ac_t""no" 1>&6
6317fi 9708fi
6318 9709
6319 fi 9710 fi
9711fi
9712rm -f conftest.err conftest.$ac_objext \
9713 conftest$ac_exeext conftest.$ac_ext
9714 LIBS="$ac_xsave_LIBS"
6320 9715
6321 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT, 9716 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
6322 # to get the SysV transport functions. 9717 # to get the SysV transport functions.
6323 # chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4) 9718 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
6324 # needs -lnsl. 9719 # needs -lnsl.
6325 # The nsl library prevents programs from opening the X display 9720 # The nsl library prevents programs from opening the X display
6326 # on Irix 5.2, according to dickey@clark.net. 9721 # on Irix 5.2, according to T.E. Dickey.
9722 # The functions gethostbyname, getservbyname, and inet_addr are
9723 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9724 echo "$as_me:$LINENO: checking for gethostbyname" >&5
6327 echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6 9725echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
6328echo "configure:6329: checking for gethostbyname" >&5
6329if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then 9726if test "${ac_cv_func_gethostbyname+set}" = set; then
6330 echo $ac_n "(cached) $ac_c" 1>&6 9727 echo $ECHO_N "(cached) $ECHO_C" >&6
6331else 9728else
6332 cat > conftest.$ac_ext <<EOF 9729 cat >conftest.$ac_ext <<_ACEOF
6333#line 6334 "configure" 9730/* confdefs.h. */
6334#include "confdefs.h" 9731_ACEOF
9732cat confdefs.h >>conftest.$ac_ext
9733cat >>conftest.$ac_ext <<_ACEOF
9734/* end confdefs.h. */
9735/* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
9736 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9737#define gethostbyname innocuous_gethostbyname
9738
6335/* System header to define __stub macros and hopefully few prototypes, 9739/* System header to define __stub macros and hopefully few prototypes,
6336 which can conflict with char gethostbyname(); below. */ 9740 which can conflict with char gethostbyname (); below.
9741 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9742 <limits.h> exists even on freestanding compilers. */
9743
9744#ifdef __STDC__
9745# include <limits.h>
9746#else
6337#include <assert.h> 9747# include <assert.h>
9748#endif
9749
9750#undef gethostbyname
9751
6338/* Override any gcc2 internal prototype to avoid an error. */ 9752/* Override any gcc2 internal prototype to avoid an error. */
9753#ifdef __cplusplus
9754extern "C"
9755{
9756#endif
6339/* We use char because int might match the return type of a gcc2 9757/* We use char because int might match the return type of a gcc2
6340 builtin and then its argument prototype would still apply. */ 9758 builtin and then its argument prototype would still apply. */
6341char gethostbyname(); 9759char gethostbyname ();
6342
6343int main() {
6344
6345/* The GNU C library defines this for functions which it implements 9760/* The GNU C library defines this for functions which it implements
6346 to always fail with ENOSYS. Some functions are actually named 9761 to always fail with ENOSYS. Some functions are actually named
6347 something starting with __ and the normal name is an alias. */ 9762 something starting with __ and the normal name is an alias. */
6348#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname) 9763#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
6349choke me 9764choke me
6350#else 9765#else
6351gethostbyname(); 9766char (*f) () = gethostbyname;
6352#endif 9767#endif
9768#ifdef __cplusplus
9769}
9770#endif
6353 9771
9772int
9773main ()
9774{
9775return f != gethostbyname;
9776 ;
6354; return 0; } 9777 return 0;
6355EOF 9778}
6356if { (eval echo configure:6357: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9779_ACEOF
9780rm -f conftest.$ac_objext conftest$ac_exeext
9781if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9782 (eval $ac_link) 2>conftest.er1
9783 ac_status=$?
9784 grep -v '^ *+' conftest.er1 >conftest.err
6357 rm -rf conftest* 9785 rm -f conftest.er1
9786 cat conftest.err >&5
9787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9788 (exit $ac_status); } &&
9789 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9790 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9791 (eval $ac_try) 2>&5
9792 ac_status=$?
9793 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9794 (exit $ac_status); }; } &&
9795 { ac_try='test -s conftest$ac_exeext'
9796 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9797 (eval $ac_try) 2>&5
9798 ac_status=$?
9799 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9800 (exit $ac_status); }; }; then
6358 eval "ac_cv_func_gethostbyname=yes" 9801 ac_cv_func_gethostbyname=yes
6359else 9802else
6360 echo "configure: failed program was:" >&5 9803 echo "$as_me: failed program was:" >&5
6361 cat conftest.$ac_ext >&5 9804sed 's/^/| /' conftest.$ac_ext >&5
6362 rm -rf conftest* 9805
6363 eval "ac_cv_func_gethostbyname=no" 9806ac_cv_func_gethostbyname=no
6364fi 9807fi
6365rm -f conftest* 9808rm -f conftest.err conftest.$ac_objext \
9809 conftest$ac_exeext conftest.$ac_ext
6366fi 9810fi
6367 9811echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
6368if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then 9812echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
6369 echo "$ac_t""yes" 1>&6
6370 :
6371else
6372 echo "$ac_t""no" 1>&6
6373fi
6374 9813
6375 if test $ac_cv_func_gethostbyname = no; then 9814 if test $ac_cv_func_gethostbyname = no; then
9815 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
6376 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6 9816echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
6377echo "configure:6378: checking for gethostbyname in -lnsl" >&5 9817if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
6378ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
6379if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6380 echo $ac_n "(cached) $ac_c" 1>&6 9818 echo $ECHO_N "(cached) $ECHO_C" >&6
6381else 9819else
6382 ac_save_LIBS="$LIBS" 9820 ac_check_lib_save_LIBS=$LIBS
6383LIBS="-lnsl $LIBS" 9821LIBS="-lnsl $LIBS"
6384cat > conftest.$ac_ext <<EOF 9822cat >conftest.$ac_ext <<_ACEOF
6385#line 6386 "configure" 9823/* confdefs.h. */
6386#include "confdefs.h" 9824_ACEOF
9825cat confdefs.h >>conftest.$ac_ext
9826cat >>conftest.$ac_ext <<_ACEOF
9827/* end confdefs.h. */
9828
6387/* Override any gcc2 internal prototype to avoid an error. */ 9829/* Override any gcc2 internal prototype to avoid an error. */
9830#ifdef __cplusplus
9831extern "C"
9832#endif
6388/* We use char because int might match the return type of a gcc2 9833/* We use char because int might match the return type of a gcc2
6389 builtin and then its argument prototype would still apply. */ 9834 builtin and then its argument prototype would still apply. */
6390char gethostbyname(); 9835char gethostbyname ();
6391 9836int
6392int main() { 9837main ()
9838{
6393gethostbyname() 9839gethostbyname ();
9840 ;
6394; return 0; } 9841 return 0;
6395EOF 9842}
6396if { (eval echo configure:6397: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9843_ACEOF
9844rm -f conftest.$ac_objext conftest$ac_exeext
9845if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9846 (eval $ac_link) 2>conftest.er1
9847 ac_status=$?
9848 grep -v '^ *+' conftest.er1 >conftest.err
6397 rm -rf conftest* 9849 rm -f conftest.er1
6398 eval "ac_cv_lib_$ac_lib_var=yes" 9850 cat conftest.err >&5
9851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9852 (exit $ac_status); } &&
9853 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9854 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9855 (eval $ac_try) 2>&5
9856 ac_status=$?
9857 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9858 (exit $ac_status); }; } &&
9859 { ac_try='test -s conftest$ac_exeext'
9860 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9861 (eval $ac_try) 2>&5
9862 ac_status=$?
9863 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9864 (exit $ac_status); }; }; then
9865 ac_cv_lib_nsl_gethostbyname=yes
6399else 9866else
6400 echo "configure: failed program was:" >&5 9867 echo "$as_me: failed program was:" >&5
6401 cat conftest.$ac_ext >&5 9868sed 's/^/| /' conftest.$ac_ext >&5
6402 rm -rf conftest* 9869
6403 eval "ac_cv_lib_$ac_lib_var=no" 9870ac_cv_lib_nsl_gethostbyname=no
6404fi 9871fi
6405rm -f conftest* 9872rm -f conftest.err conftest.$ac_objext \
9873 conftest$ac_exeext conftest.$ac_ext
6406LIBS="$ac_save_LIBS" 9874LIBS=$ac_check_lib_save_LIBS
6407
6408fi 9875fi
6409if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 9876echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
6410 echo "$ac_t""yes" 1>&6 9877echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
9878if test $ac_cv_lib_nsl_gethostbyname = yes; then
6411 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl" 9879 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
6412else
6413 echo "$ac_t""no" 1>&6
6414fi 9880fi
6415 9881
9882 if test $ac_cv_lib_nsl_gethostbyname = no; then
9883 echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
9884echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
9885if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
9886 echo $ECHO_N "(cached) $ECHO_C" >&6
9887else
9888 ac_check_lib_save_LIBS=$LIBS
9889LIBS="-lbsd $LIBS"
9890cat >conftest.$ac_ext <<_ACEOF
9891/* confdefs.h. */
9892_ACEOF
9893cat confdefs.h >>conftest.$ac_ext
9894cat >>conftest.$ac_ext <<_ACEOF
9895/* end confdefs.h. */
9896
9897/* Override any gcc2 internal prototype to avoid an error. */
9898#ifdef __cplusplus
9899extern "C"
9900#endif
9901/* We use char because int might match the return type of a gcc2
9902 builtin and then its argument prototype would still apply. */
9903char gethostbyname ();
9904int
9905main ()
9906{
9907gethostbyname ();
9908 ;
9909 return 0;
9910}
9911_ACEOF
9912rm -f conftest.$ac_objext conftest$ac_exeext
9913if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9914 (eval $ac_link) 2>conftest.er1
9915 ac_status=$?
9916 grep -v '^ *+' conftest.er1 >conftest.err
9917 rm -f conftest.er1
9918 cat conftest.err >&5
9919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9920 (exit $ac_status); } &&
9921 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9922 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9923 (eval $ac_try) 2>&5
9924 ac_status=$?
9925 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9926 (exit $ac_status); }; } &&
9927 { ac_try='test -s conftest$ac_exeext'
9928 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9929 (eval $ac_try) 2>&5
9930 ac_status=$?
9931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9932 (exit $ac_status); }; }; then
9933 ac_cv_lib_bsd_gethostbyname=yes
9934else
9935 echo "$as_me: failed program was:" >&5
9936sed 's/^/| /' conftest.$ac_ext >&5
9937
9938ac_cv_lib_bsd_gethostbyname=no
9939fi
9940rm -f conftest.err conftest.$ac_objext \
9941 conftest$ac_exeext conftest.$ac_ext
9942LIBS=$ac_check_lib_save_LIBS
9943fi
9944echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
9945echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
9946if test $ac_cv_lib_bsd_gethostbyname = yes; then
9947 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9948fi
9949
9950 fi
6416 fi 9951 fi
6417 9952
6418 # lieder@skyler.mavd.honeywell.com says without -lsocket, 9953 # lieder@skyler.mavd.honeywell.com says without -lsocket,
6419 # socket/setsockopt and other routines are undefined under SCO ODT 9954 # socket/setsockopt and other routines are undefined under SCO ODT
6420 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary 9955 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
6421 # on later versions), says simon@lia.di.epfl.ch: it contains 9956 # on later versions), says Simon Leinen: it contains gethostby*
6422 # gethostby* variants that don't use the nameserver (or something). 9957 # variants that don't use the name server (or something). -lsocket
6423 # -lsocket must be given before -lnsl if both are needed. 9958 # must be given before -lnsl if both are needed. We assume that
6424 # We assume that if connect needs -lnsl, so does gethostbyname. 9959 # if connect needs -lnsl, so does gethostbyname.
9960 echo "$as_me:$LINENO: checking for connect" >&5
6425 echo $ac_n "checking for connect""... $ac_c" 1>&6 9961echo $ECHO_N "checking for connect... $ECHO_C" >&6
6426echo "configure:6427: checking for connect" >&5
6427if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then 9962if test "${ac_cv_func_connect+set}" = set; then
6428 echo $ac_n "(cached) $ac_c" 1>&6 9963 echo $ECHO_N "(cached) $ECHO_C" >&6
6429else 9964else
6430 cat > conftest.$ac_ext <<EOF 9965 cat >conftest.$ac_ext <<_ACEOF
6431#line 6432 "configure" 9966/* confdefs.h. */
6432#include "confdefs.h" 9967_ACEOF
9968cat confdefs.h >>conftest.$ac_ext
9969cat >>conftest.$ac_ext <<_ACEOF
9970/* end confdefs.h. */
9971/* Define connect to an innocuous variant, in case <limits.h> declares connect.
9972 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9973#define connect innocuous_connect
9974
6433/* System header to define __stub macros and hopefully few prototypes, 9975/* System header to define __stub macros and hopefully few prototypes,
6434 which can conflict with char connect(); below. */ 9976 which can conflict with char connect (); below.
9977 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9978 <limits.h> exists even on freestanding compilers. */
9979
9980#ifdef __STDC__
9981# include <limits.h>
9982#else
6435#include <assert.h> 9983# include <assert.h>
9984#endif
9985
9986#undef connect
9987
6436/* Override any gcc2 internal prototype to avoid an error. */ 9988/* Override any gcc2 internal prototype to avoid an error. */
9989#ifdef __cplusplus
9990extern "C"
9991{
9992#endif
6437/* We use char because int might match the return type of a gcc2 9993/* We use char because int might match the return type of a gcc2
6438 builtin and then its argument prototype would still apply. */ 9994 builtin and then its argument prototype would still apply. */
6439char connect(); 9995char connect ();
6440
6441int main() {
6442
6443/* The GNU C library defines this for functions which it implements 9996/* The GNU C library defines this for functions which it implements
6444 to always fail with ENOSYS. Some functions are actually named 9997 to always fail with ENOSYS. Some functions are actually named
6445 something starting with __ and the normal name is an alias. */ 9998 something starting with __ and the normal name is an alias. */
6446#if defined (__stub_connect) || defined (__stub___connect) 9999#if defined (__stub_connect) || defined (__stub___connect)
6447choke me 10000choke me
6448#else 10001#else
6449connect(); 10002char (*f) () = connect;
6450#endif 10003#endif
10004#ifdef __cplusplus
10005}
10006#endif
6451 10007
10008int
10009main ()
10010{
10011return f != connect;
10012 ;
6452; return 0; } 10013 return 0;
6453EOF 10014}
6454if { (eval echo configure:6455: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 10015_ACEOF
10016rm -f conftest.$ac_objext conftest$ac_exeext
10017if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10018 (eval $ac_link) 2>conftest.er1
10019 ac_status=$?
10020 grep -v '^ *+' conftest.er1 >conftest.err
6455 rm -rf conftest* 10021 rm -f conftest.er1
10022 cat conftest.err >&5
10023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10024 (exit $ac_status); } &&
10025 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10026 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10027 (eval $ac_try) 2>&5
10028 ac_status=$?
10029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10030 (exit $ac_status); }; } &&
10031 { ac_try='test -s conftest$ac_exeext'
10032 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10033 (eval $ac_try) 2>&5
10034 ac_status=$?
10035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10036 (exit $ac_status); }; }; then
6456 eval "ac_cv_func_connect=yes" 10037 ac_cv_func_connect=yes
6457else 10038else
6458 echo "configure: failed program was:" >&5 10039 echo "$as_me: failed program was:" >&5
6459 cat conftest.$ac_ext >&5 10040sed 's/^/| /' conftest.$ac_ext >&5
6460 rm -rf conftest* 10041
6461 eval "ac_cv_func_connect=no" 10042ac_cv_func_connect=no
6462fi 10043fi
6463rm -f conftest* 10044rm -f conftest.err conftest.$ac_objext \
10045 conftest$ac_exeext conftest.$ac_ext
6464fi 10046fi
6465 10047echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
6466if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then 10048echo "${ECHO_T}$ac_cv_func_connect" >&6
6467 echo "$ac_t""yes" 1>&6
6468 :
6469else
6470 echo "$ac_t""no" 1>&6
6471fi
6472 10049
6473 if test $ac_cv_func_connect = no; then 10050 if test $ac_cv_func_connect = no; then
10051 echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
6474 echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6 10052echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
6475echo "configure:6476: checking for connect in -lsocket" >&5 10053if test "${ac_cv_lib_socket_connect+set}" = set; then
6476ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'`
6477if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6478 echo $ac_n "(cached) $ac_c" 1>&6 10054 echo $ECHO_N "(cached) $ECHO_C" >&6
6479else 10055else
6480 ac_save_LIBS="$LIBS" 10056 ac_check_lib_save_LIBS=$LIBS
6481LIBS="-lsocket $X_EXTRA_LIBS $LIBS" 10057LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
6482cat > conftest.$ac_ext <<EOF 10058cat >conftest.$ac_ext <<_ACEOF
6483#line 6484 "configure" 10059/* confdefs.h. */
6484#include "confdefs.h" 10060_ACEOF
10061cat confdefs.h >>conftest.$ac_ext
10062cat >>conftest.$ac_ext <<_ACEOF
10063/* end confdefs.h. */
10064
6485/* Override any gcc2 internal prototype to avoid an error. */ 10065/* Override any gcc2 internal prototype to avoid an error. */
10066#ifdef __cplusplus
10067extern "C"
10068#endif
6486/* We use char because int might match the return type of a gcc2 10069/* We use char because int might match the return type of a gcc2
6487 builtin and then its argument prototype would still apply. */ 10070 builtin and then its argument prototype would still apply. */
6488char connect(); 10071char connect ();
6489 10072int
6490int main() { 10073main ()
10074{
6491connect() 10075connect ();
10076 ;
6492; return 0; } 10077 return 0;
6493EOF 10078}
6494if { (eval echo configure:6495: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 10079_ACEOF
10080rm -f conftest.$ac_objext conftest$ac_exeext
10081if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10082 (eval $ac_link) 2>conftest.er1
10083 ac_status=$?
10084 grep -v '^ *+' conftest.er1 >conftest.err
6495 rm -rf conftest* 10085 rm -f conftest.er1
6496 eval "ac_cv_lib_$ac_lib_var=yes" 10086 cat conftest.err >&5
10087 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10088 (exit $ac_status); } &&
10089 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10090 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10091 (eval $ac_try) 2>&5
10092 ac_status=$?
10093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10094 (exit $ac_status); }; } &&
10095 { ac_try='test -s conftest$ac_exeext'
10096 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10097 (eval $ac_try) 2>&5
10098 ac_status=$?
10099 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10100 (exit $ac_status); }; }; then
10101 ac_cv_lib_socket_connect=yes
6497else 10102else
6498 echo "configure: failed program was:" >&5 10103 echo "$as_me: failed program was:" >&5
6499 cat conftest.$ac_ext >&5 10104sed 's/^/| /' conftest.$ac_ext >&5
6500 rm -rf conftest* 10105
6501 eval "ac_cv_lib_$ac_lib_var=no" 10106ac_cv_lib_socket_connect=no
6502fi 10107fi
6503rm -f conftest* 10108rm -f conftest.err conftest.$ac_objext \
10109 conftest$ac_exeext conftest.$ac_ext
6504LIBS="$ac_save_LIBS" 10110LIBS=$ac_check_lib_save_LIBS
6505
6506fi 10111fi
6507if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 10112echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
6508 echo "$ac_t""yes" 1>&6 10113echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
10114if test $ac_cv_lib_socket_connect = yes; then
6509 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS" 10115 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
6510else
6511 echo "$ac_t""no" 1>&6
6512fi 10116fi
6513 10117
6514 fi 10118 fi
6515 10119
6516 # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX. 10120 # Guillermo Gomez says -lposix is necessary on A/UX.
10121 echo "$as_me:$LINENO: checking for remove" >&5
6517 echo $ac_n "checking for remove""... $ac_c" 1>&6 10122echo $ECHO_N "checking for remove... $ECHO_C" >&6
6518echo "configure:6519: checking for remove" >&5
6519if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then 10123if test "${ac_cv_func_remove+set}" = set; then
6520 echo $ac_n "(cached) $ac_c" 1>&6 10124 echo $ECHO_N "(cached) $ECHO_C" >&6
6521else 10125else
6522 cat > conftest.$ac_ext <<EOF 10126 cat >conftest.$ac_ext <<_ACEOF
6523#line 6524 "configure" 10127/* confdefs.h. */
6524#include "confdefs.h" 10128_ACEOF
10129cat confdefs.h >>conftest.$ac_ext
10130cat >>conftest.$ac_ext <<_ACEOF
10131/* end confdefs.h. */
10132/* Define remove to an innocuous variant, in case <limits.h> declares remove.
10133 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10134#define remove innocuous_remove
10135
6525/* System header to define __stub macros and hopefully few prototypes, 10136/* System header to define __stub macros and hopefully few prototypes,
6526 which can conflict with char remove(); below. */ 10137 which can conflict with char remove (); below.
10138 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10139 <limits.h> exists even on freestanding compilers. */
10140
10141#ifdef __STDC__
10142# include <limits.h>
10143#else
6527#include <assert.h> 10144# include <assert.h>
10145#endif
10146
10147#undef remove
10148
6528/* Override any gcc2 internal prototype to avoid an error. */ 10149/* Override any gcc2 internal prototype to avoid an error. */
10150#ifdef __cplusplus
10151extern "C"
10152{
10153#endif
6529/* We use char because int might match the return type of a gcc2 10154/* We use char because int might match the return type of a gcc2
6530 builtin and then its argument prototype would still apply. */ 10155 builtin and then its argument prototype would still apply. */
6531char remove(); 10156char remove ();
6532
6533int main() {
6534
6535/* The GNU C library defines this for functions which it implements 10157/* The GNU C library defines this for functions which it implements
6536 to always fail with ENOSYS. Some functions are actually named 10158 to always fail with ENOSYS. Some functions are actually named
6537 something starting with __ and the normal name is an alias. */ 10159 something starting with __ and the normal name is an alias. */
6538#if defined (__stub_remove) || defined (__stub___remove) 10160#if defined (__stub_remove) || defined (__stub___remove)
6539choke me 10161choke me
6540#else 10162#else
6541remove(); 10163char (*f) () = remove;
6542#endif 10164#endif
10165#ifdef __cplusplus
10166}
10167#endif
6543 10168
10169int
10170main ()
10171{
10172return f != remove;
10173 ;
6544; return 0; } 10174 return 0;
6545EOF 10175}
6546if { (eval echo configure:6547: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 10176_ACEOF
10177rm -f conftest.$ac_objext conftest$ac_exeext
10178if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10179 (eval $ac_link) 2>conftest.er1
10180 ac_status=$?
10181 grep -v '^ *+' conftest.er1 >conftest.err
6547 rm -rf conftest* 10182 rm -f conftest.er1
10183 cat conftest.err >&5
10184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10185 (exit $ac_status); } &&
10186 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10187 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10188 (eval $ac_try) 2>&5
10189 ac_status=$?
10190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10191 (exit $ac_status); }; } &&
10192 { ac_try='test -s conftest$ac_exeext'
10193 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10194 (eval $ac_try) 2>&5
10195 ac_status=$?
10196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10197 (exit $ac_status); }; }; then
6548 eval "ac_cv_func_remove=yes" 10198 ac_cv_func_remove=yes
6549else 10199else
6550 echo "configure: failed program was:" >&5 10200 echo "$as_me: failed program was:" >&5
6551 cat conftest.$ac_ext >&5 10201sed 's/^/| /' conftest.$ac_ext >&5
6552 rm -rf conftest* 10202
6553 eval "ac_cv_func_remove=no" 10203ac_cv_func_remove=no
6554fi 10204fi
6555rm -f conftest* 10205rm -f conftest.err conftest.$ac_objext \
10206 conftest$ac_exeext conftest.$ac_ext
6556fi 10207fi
6557 10208echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
6558if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then 10209echo "${ECHO_T}$ac_cv_func_remove" >&6
6559 echo "$ac_t""yes" 1>&6
6560 :
6561else
6562 echo "$ac_t""no" 1>&6
6563fi
6564 10210
6565 if test $ac_cv_func_remove = no; then 10211 if test $ac_cv_func_remove = no; then
10212 echo "$as_me:$LINENO: checking for remove in -lposix" >&5
6566 echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6 10213echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
6567echo "configure:6568: checking for remove in -lposix" >&5 10214if test "${ac_cv_lib_posix_remove+set}" = set; then
6568ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'`
6569if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6570 echo $ac_n "(cached) $ac_c" 1>&6 10215 echo $ECHO_N "(cached) $ECHO_C" >&6
6571else 10216else
6572 ac_save_LIBS="$LIBS" 10217 ac_check_lib_save_LIBS=$LIBS
6573LIBS="-lposix $LIBS" 10218LIBS="-lposix $LIBS"
6574cat > conftest.$ac_ext <<EOF 10219cat >conftest.$ac_ext <<_ACEOF
6575#line 6576 "configure" 10220/* confdefs.h. */
6576#include "confdefs.h" 10221_ACEOF
10222cat confdefs.h >>conftest.$ac_ext
10223cat >>conftest.$ac_ext <<_ACEOF
10224/* end confdefs.h. */
10225
6577/* Override any gcc2 internal prototype to avoid an error. */ 10226/* Override any gcc2 internal prototype to avoid an error. */
10227#ifdef __cplusplus
10228extern "C"
10229#endif
6578/* We use char because int might match the return type of a gcc2 10230/* We use char because int might match the return type of a gcc2
6579 builtin and then its argument prototype would still apply. */ 10231 builtin and then its argument prototype would still apply. */
6580char remove(); 10232char remove ();
6581 10233int
6582int main() { 10234main ()
10235{
6583remove() 10236remove ();
10237 ;
6584; return 0; } 10238 return 0;
6585EOF 10239}
6586if { (eval echo configure:6587: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 10240_ACEOF
10241rm -f conftest.$ac_objext conftest$ac_exeext
10242if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10243 (eval $ac_link) 2>conftest.er1
10244 ac_status=$?
10245 grep -v '^ *+' conftest.er1 >conftest.err
6587 rm -rf conftest* 10246 rm -f conftest.er1
6588 eval "ac_cv_lib_$ac_lib_var=yes" 10247 cat conftest.err >&5
10248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10249 (exit $ac_status); } &&
10250 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10251 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10252 (eval $ac_try) 2>&5
10253 ac_status=$?
10254 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10255 (exit $ac_status); }; } &&
10256 { ac_try='test -s conftest$ac_exeext'
10257 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10258 (eval $ac_try) 2>&5
10259 ac_status=$?
10260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10261 (exit $ac_status); }; }; then
10262 ac_cv_lib_posix_remove=yes
6589else 10263else
6590 echo "configure: failed program was:" >&5 10264 echo "$as_me: failed program was:" >&5
6591 cat conftest.$ac_ext >&5 10265sed 's/^/| /' conftest.$ac_ext >&5
6592 rm -rf conftest* 10266
6593 eval "ac_cv_lib_$ac_lib_var=no" 10267ac_cv_lib_posix_remove=no
6594fi 10268fi
6595rm -f conftest* 10269rm -f conftest.err conftest.$ac_objext \
10270 conftest$ac_exeext conftest.$ac_ext
6596LIBS="$ac_save_LIBS" 10271LIBS=$ac_check_lib_save_LIBS
6597
6598fi 10272fi
6599if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 10273echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
6600 echo "$ac_t""yes" 1>&6 10274echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
10275if test $ac_cv_lib_posix_remove = yes; then
6601 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix" 10276 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
6602else
6603 echo "$ac_t""no" 1>&6
6604fi 10277fi
6605 10278
6606 fi 10279 fi
6607 10280
6608 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay. 10281 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
10282 echo "$as_me:$LINENO: checking for shmat" >&5
6609 echo $ac_n "checking for shmat""... $ac_c" 1>&6 10283echo $ECHO_N "checking for shmat... $ECHO_C" >&6
6610echo "configure:6611: checking for shmat" >&5
6611if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then 10284if test "${ac_cv_func_shmat+set}" = set; then
6612 echo $ac_n "(cached) $ac_c" 1>&6 10285 echo $ECHO_N "(cached) $ECHO_C" >&6
6613else 10286else
6614 cat > conftest.$ac_ext <<EOF 10287 cat >conftest.$ac_ext <<_ACEOF
6615#line 6616 "configure" 10288/* confdefs.h. */
6616#include "confdefs.h" 10289_ACEOF
10290cat confdefs.h >>conftest.$ac_ext
10291cat >>conftest.$ac_ext <<_ACEOF
10292/* end confdefs.h. */
10293/* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
10294 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10295#define shmat innocuous_shmat
10296
6617/* System header to define __stub macros and hopefully few prototypes, 10297/* System header to define __stub macros and hopefully few prototypes,
6618 which can conflict with char shmat(); below. */ 10298 which can conflict with char shmat (); below.
10299 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10300 <limits.h> exists even on freestanding compilers. */
10301
10302#ifdef __STDC__
10303# include <limits.h>
10304#else
6619#include <assert.h> 10305# include <assert.h>
10306#endif
10307
10308#undef shmat
10309
6620/* Override any gcc2 internal prototype to avoid an error. */ 10310/* Override any gcc2 internal prototype to avoid an error. */
10311#ifdef __cplusplus
10312extern "C"
10313{
10314#endif
6621/* We use char because int might match the return type of a gcc2 10315/* We use char because int might match the return type of a gcc2
6622 builtin and then its argument prototype would still apply. */ 10316 builtin and then its argument prototype would still apply. */
6623char shmat(); 10317char shmat ();
6624
6625int main() {
6626
6627/* The GNU C library defines this for functions which it implements 10318/* The GNU C library defines this for functions which it implements
6628 to always fail with ENOSYS. Some functions are actually named 10319 to always fail with ENOSYS. Some functions are actually named
6629 something starting with __ and the normal name is an alias. */ 10320 something starting with __ and the normal name is an alias. */
6630#if defined (__stub_shmat) || defined (__stub___shmat) 10321#if defined (__stub_shmat) || defined (__stub___shmat)
6631choke me 10322choke me
6632#else 10323#else
6633shmat(); 10324char (*f) () = shmat;
6634#endif 10325#endif
10326#ifdef __cplusplus
10327}
10328#endif
6635 10329
10330int
10331main ()
10332{
10333return f != shmat;
10334 ;
6636; return 0; } 10335 return 0;
6637EOF 10336}
6638if { (eval echo configure:6639: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 10337_ACEOF
10338rm -f conftest.$ac_objext conftest$ac_exeext
10339if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10340 (eval $ac_link) 2>conftest.er1
10341 ac_status=$?
10342 grep -v '^ *+' conftest.er1 >conftest.err
6639 rm -rf conftest* 10343 rm -f conftest.er1
10344 cat conftest.err >&5
10345 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10346 (exit $ac_status); } &&
10347 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10348 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10349 (eval $ac_try) 2>&5
10350 ac_status=$?
10351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10352 (exit $ac_status); }; } &&
10353 { ac_try='test -s conftest$ac_exeext'
10354 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10355 (eval $ac_try) 2>&5
10356 ac_status=$?
10357 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10358 (exit $ac_status); }; }; then
6640 eval "ac_cv_func_shmat=yes" 10359 ac_cv_func_shmat=yes
6641else 10360else
6642 echo "configure: failed program was:" >&5 10361 echo "$as_me: failed program was:" >&5
6643 cat conftest.$ac_ext >&5 10362sed 's/^/| /' conftest.$ac_ext >&5
6644 rm -rf conftest* 10363
6645 eval "ac_cv_func_shmat=no" 10364ac_cv_func_shmat=no
6646fi 10365fi
6647rm -f conftest* 10366rm -f conftest.err conftest.$ac_objext \
10367 conftest$ac_exeext conftest.$ac_ext
6648fi 10368fi
6649 10369echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
6650if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then 10370echo "${ECHO_T}$ac_cv_func_shmat" >&6
6651 echo "$ac_t""yes" 1>&6
6652 :
6653else
6654 echo "$ac_t""no" 1>&6
6655fi
6656 10371
6657 if test $ac_cv_func_shmat = no; then 10372 if test $ac_cv_func_shmat = no; then
10373 echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
6658 echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6 10374echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
6659echo "configure:6660: checking for shmat in -lipc" >&5 10375if test "${ac_cv_lib_ipc_shmat+set}" = set; then
6660ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'`
6661if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6662 echo $ac_n "(cached) $ac_c" 1>&6 10376 echo $ECHO_N "(cached) $ECHO_C" >&6
6663else 10377else
6664 ac_save_LIBS="$LIBS" 10378 ac_check_lib_save_LIBS=$LIBS
6665LIBS="-lipc $LIBS" 10379LIBS="-lipc $LIBS"
6666cat > conftest.$ac_ext <<EOF 10380cat >conftest.$ac_ext <<_ACEOF
6667#line 6668 "configure" 10381/* confdefs.h. */
6668#include "confdefs.h" 10382_ACEOF
10383cat confdefs.h >>conftest.$ac_ext
10384cat >>conftest.$ac_ext <<_ACEOF
10385/* end confdefs.h. */
10386
6669/* Override any gcc2 internal prototype to avoid an error. */ 10387/* Override any gcc2 internal prototype to avoid an error. */
10388#ifdef __cplusplus
10389extern "C"
10390#endif
6670/* We use char because int might match the return type of a gcc2 10391/* We use char because int might match the return type of a gcc2
6671 builtin and then its argument prototype would still apply. */ 10392 builtin and then its argument prototype would still apply. */
6672char shmat(); 10393char shmat ();
6673 10394int
6674int main() { 10395main ()
10396{
6675shmat() 10397shmat ();
10398 ;
6676; return 0; } 10399 return 0;
6677EOF 10400}
6678if { (eval echo configure:6679: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 10401_ACEOF
10402rm -f conftest.$ac_objext conftest$ac_exeext
10403if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10404 (eval $ac_link) 2>conftest.er1
10405 ac_status=$?
10406 grep -v '^ *+' conftest.er1 >conftest.err
6679 rm -rf conftest* 10407 rm -f conftest.er1
6680 eval "ac_cv_lib_$ac_lib_var=yes" 10408 cat conftest.err >&5
10409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10410 (exit $ac_status); } &&
10411 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10412 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10413 (eval $ac_try) 2>&5
10414 ac_status=$?
10415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10416 (exit $ac_status); }; } &&
10417 { ac_try='test -s conftest$ac_exeext'
10418 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10419 (eval $ac_try) 2>&5
10420 ac_status=$?
10421 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10422 (exit $ac_status); }; }; then
10423 ac_cv_lib_ipc_shmat=yes
6681else 10424else
6682 echo "configure: failed program was:" >&5 10425 echo "$as_me: failed program was:" >&5
6683 cat conftest.$ac_ext >&5 10426sed 's/^/| /' conftest.$ac_ext >&5
6684 rm -rf conftest* 10427
6685 eval "ac_cv_lib_$ac_lib_var=no" 10428ac_cv_lib_ipc_shmat=no
6686fi 10429fi
6687rm -f conftest* 10430rm -f conftest.err conftest.$ac_objext \
10431 conftest$ac_exeext conftest.$ac_ext
6688LIBS="$ac_save_LIBS" 10432LIBS=$ac_check_lib_save_LIBS
6689
6690fi 10433fi
6691if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 10434echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
6692 echo "$ac_t""yes" 1>&6 10435echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
10436if test $ac_cv_lib_ipc_shmat = yes; then
6693 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc" 10437 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
6694else
6695 echo "$ac_t""no" 1>&6
6696fi 10438fi
6697 10439
6698 fi 10440 fi
6699 fi 10441 fi
6700 10442
6701 # Check for libraries that X11R6 Xt/Xaw programs need. 10443 # Check for libraries that X11R6 Xt/Xaw programs need.
6702 ac_save_LDFLAGS="$LDFLAGS" 10444 ac_save_LDFLAGS=$LDFLAGS
6703 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries" 10445 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
6704 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to 10446 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
6705 # check for ICE first), but we must link in the order -lSM -lICE or 10447 # check for ICE first), but we must link in the order -lSM -lICE or
6706 # we get undefined symbols. So assume we have SM if we have ICE. 10448 # we get undefined symbols. So assume we have SM if we have ICE.
6707 # These have to be linked with before -lX11, unlike the other 10449 # These have to be linked with before -lX11, unlike the other
6708 # libraries we check for below, so use a different variable. 10450 # libraries we check for below, so use a different variable.
6709 # --interran@uluru.Stanford.EDU, kb@cs.umb.edu. 10451 # John Interrante, Karl Berry
10452 echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
6710 echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6 10453echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
6711echo "configure:6712: checking for IceConnectionNumber in -lICE" >&5 10454if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
6712ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'`
6713if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6714 echo $ac_n "(cached) $ac_c" 1>&6 10455 echo $ECHO_N "(cached) $ECHO_C" >&6
6715else 10456else
6716 ac_save_LIBS="$LIBS" 10457 ac_check_lib_save_LIBS=$LIBS
6717LIBS="-lICE $X_EXTRA_LIBS $LIBS" 10458LIBS="-lICE $X_EXTRA_LIBS $LIBS"
6718cat > conftest.$ac_ext <<EOF 10459cat >conftest.$ac_ext <<_ACEOF
6719#line 6720 "configure" 10460/* confdefs.h. */
6720#include "confdefs.h" 10461_ACEOF
10462cat confdefs.h >>conftest.$ac_ext
10463cat >>conftest.$ac_ext <<_ACEOF
10464/* end confdefs.h. */
10465
6721/* Override any gcc2 internal prototype to avoid an error. */ 10466/* Override any gcc2 internal prototype to avoid an error. */
10467#ifdef __cplusplus
10468extern "C"
10469#endif
6722/* We use char because int might match the return type of a gcc2 10470/* We use char because int might match the return type of a gcc2
6723 builtin and then its argument prototype would still apply. */ 10471 builtin and then its argument prototype would still apply. */
6724char IceConnectionNumber(); 10472char IceConnectionNumber ();
6725 10473int
6726int main() { 10474main ()
10475{
6727IceConnectionNumber() 10476IceConnectionNumber ();
10477 ;
6728; return 0; } 10478 return 0;
6729EOF 10479}
6730if { (eval echo configure:6731: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 10480_ACEOF
10481rm -f conftest.$ac_objext conftest$ac_exeext
10482if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10483 (eval $ac_link) 2>conftest.er1
10484 ac_status=$?
10485 grep -v '^ *+' conftest.er1 >conftest.err
6731 rm -rf conftest* 10486 rm -f conftest.er1
6732 eval "ac_cv_lib_$ac_lib_var=yes" 10487 cat conftest.err >&5
10488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10489 (exit $ac_status); } &&
10490 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10491 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10492 (eval $ac_try) 2>&5
10493 ac_status=$?
10494 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10495 (exit $ac_status); }; } &&
10496 { ac_try='test -s conftest$ac_exeext'
10497 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10498 (eval $ac_try) 2>&5
10499 ac_status=$?
10500 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10501 (exit $ac_status); }; }; then
10502 ac_cv_lib_ICE_IceConnectionNumber=yes
6733else 10503else
6734 echo "configure: failed program was:" >&5 10504 echo "$as_me: failed program was:" >&5
6735 cat conftest.$ac_ext >&5 10505sed 's/^/| /' conftest.$ac_ext >&5
6736 rm -rf conftest* 10506
6737 eval "ac_cv_lib_$ac_lib_var=no" 10507ac_cv_lib_ICE_IceConnectionNumber=no
6738fi 10508fi
6739rm -f conftest* 10509rm -f conftest.err conftest.$ac_objext \
10510 conftest$ac_exeext conftest.$ac_ext
6740LIBS="$ac_save_LIBS" 10511LIBS=$ac_check_lib_save_LIBS
6741
6742fi 10512fi
6743if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 10513echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
6744 echo "$ac_t""yes" 1>&6 10514echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
10515if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
6745 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE" 10516 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
6746else
6747 echo "$ac_t""no" 1>&6
6748fi 10517fi
6749 10518
6750 LDFLAGS="$ac_save_LDFLAGS" 10519 LDFLAGS=$ac_save_LDFLAGS
6751 10520
6752fi 10521fi
6753 10522
6754 10523
6755 10524
6756if test x$support_xpm = xyes; then 10525if test x$support_xpm = xyes; then
6757 10526
6758 10527
6759 10528
6760# Initialize some more variables set by options. 10529# Initialize some more variables set by options.
6761# The variables have the same names as the options, with 10530# The variables have the same names as the options, with
6762# dashes changed to underlines. 10531# dashes changed to underlines.
6763 10532
6764# If we find XPM, set shell vars xpm_includes and xpm_libraries to the 10533# If we find XPM, set shell vars xpm_includes and xpm_libraries to the
6765# paths, otherwise set no_xpm=yes. 10534# paths, otherwise set no_xpm=yes.
6766# Uses ac_ vars as temps to allow command line to override cache and checks. 10535# Uses ac_ vars as temps to allow command line to override cache and checks.
10536echo "$as_me:$LINENO: checking for libXpm" >&5
6767echo $ac_n "checking for libXpm""... $ac_c" 1>&6 10537echo $ECHO_N "checking for libXpm... $ECHO_C" >&6
6768echo "configure:6769: checking for libXpm" >&5 10538
6769 10539
6770# Check whether --with-xpm_includes or --without-xpm_includes was given. 10540# Check whether --with-xpm_includes or --without-xpm_includes was given.
6771if test "${with_xpm_includes+set}" = set; then 10541if test "${with_xpm_includes+set}" = set; then
6772 withval="$with_xpm_includes" 10542 withval="$with_xpm_includes"
6773 xpm_includes="$withval" 10543 xpm_includes="$withval"
6774else 10544else
6775 xpm_includes=NO 10545 xpm_includes=NO
6776fi 10546fi;
6777 10547
6778# Check whether --with-xpm_library or --without-xpm_library was given. 10548# Check whether --with-xpm_library or --without-xpm_library was given.
6779if test "${with_xpm_library+set}" = set; then 10549if test "${with_xpm_library+set}" = set; then
6780 withval="$with_xpm_library" 10550 withval="$with_xpm_library"
6781 xpm_libraries="$withval" 10551 xpm_libraries="$withval"
6782else 10552else
6783 xpm_libraries=NO 10553 xpm_libraries=NO
6784fi 10554fi;
6785
6786 10555
6787# --without-xpm overrides everything else, but does not touch the cache. 10556# --without-xpm overrides everything else, but does not touch the cache.
10557
6788# Check whether --with-xpm or --without-xpm was given. 10558# Check whether --with-xpm or --without-xpm was given.
6789if test "${with_xpm+set}" = set; then 10559if test "${with_xpm+set}" = set; then
6790 withval="$with_xpm" 10560 withval="$with_xpm"
6791 : 10561
6792fi 10562fi;
6793
6794if test "$with_xpm" = no; then 10563if test "$with_xpm" = no; then
6795 have_xpm=disabled 10564 have_xpm=disabled
6796else 10565else
6797 if eval "test \"`echo '$''{'ac_cv_have_xpm'+set}'`\" = set"; then 10566 if test "${ac_cv_have_xpm+set}" = set; then
6798 echo $ac_n "(cached) $ac_c" 1>&6 10567 echo $ECHO_N "(cached) $ECHO_C" >&6
6799else 10568else
6800 10569
6801 vt_xpm_include_X11=no 10570 vt_xpm_include_X11=no
6802 if test -n "$xpm_includes"; then 10571 if test -n "$xpm_includes"; then
6803 vt_xpm_includes=$xpm_includes 10572 vt_xpm_includes=$xpm_includes
6804 else 10573 else
6805 vt_xpm_includes=NO 10574 vt_xpm_includes=NO
6815 10584
6816ac_save_CPPFLAGS="$CPPFLAGS" 10585ac_save_CPPFLAGS="$CPPFLAGS"
6817CPPFLAGS="$CPPFLAGS $X_CFLAGS" 10586CPPFLAGS="$CPPFLAGS $X_CFLAGS"
6818 10587
6819 # First, try using that file with no special directory specified. 10588 # First, try using that file with no special directory specified.
6820cat > conftest.$ac_ext <<EOF 10589cat >conftest.$ac_ext <<_ACEOF
6821#line 6822 "configure" 10590/* confdefs.h. */
6822#include "confdefs.h" 10591_ACEOF
10592cat confdefs.h >>conftest.$ac_ext
10593cat >>conftest.$ac_ext <<_ACEOF
10594/* end confdefs.h. */
6823#include <X11/xpm.h> 10595#include <X11/xpm.h>
6824EOF 10596_ACEOF
6825ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 10597if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6826{ (eval echo configure:6827: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 10598 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6827ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 10599 ac_status=$?
10600 grep -v '^ *+' conftest.er1 >conftest.err
10601 rm -f conftest.er1
10602 cat conftest.err >&5
10603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10604 (exit $ac_status); } >/dev/null; then
10605 if test -s conftest.err; then
10606 ac_cpp_err=$ac_cxx_preproc_warn_flag
10607 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
10608 else
10609 ac_cpp_err=
10610 fi
10611else
10612 ac_cpp_err=yes
10613fi
6828if test -z "$ac_err"; then 10614if test -z "$ac_cpp_err"; then
6829 rm -rf conftest*
6830 # We can compile using X headers with no special include directory. 10615 # We can compile using X headers with no special include directory.
6831vt_xpm_includes= 10616vt_xpm_includes=
6832vt_xpm_include_X11=yes 10617vt_xpm_include_X11=yes
6833else 10618else
6834 echo "$ac_err" >&5
6835 echo "configure: failed program was:" >&5 10619 echo "$as_me: failed program was:" >&5
6836 cat conftest.$ac_ext >&5 10620sed 's/^/| /' conftest.$ac_ext >&5
6837 rm -rf conftest* 10621
6838 CPPFLAGS="$ac_save_CPPFLAGS" 10622 CPPFLAGS="$ac_save_CPPFLAGS"
6839# Look for the header file in a standard set of common directories. 10623# Look for the header file in a standard set of common directories.
6840 for ac_dir in \ 10624 for ac_dir in \
6841 /usr/X11/include \ 10625 /usr/X11/include \
6842 /usr/X11R6/include \ 10626 /usr/X11R6/include \
6883 break 10667 break
6884 fi 10668 fi
6885 fi 10669 fi
6886 done 10670 done
6887fi 10671fi
6888rm -f conftest* 10672rm -f conftest.err conftest.$ac_ext
6889fi 10673fi
6890 10674
6891if test "$vt_xpm_libraries" = NO; then 10675if test "$vt_xpm_libraries" = NO; then
6892 # Check for the libraries. 10676 # Check for the libraries.
6893 10677
6894 # See if we find them without any special options. 10678 # See if we find them without any special options.
6895 # Don't add to $LIBS permanently. 10679 # Don't add to $LIBS permanently.
6896 ac_save_LIBS="$LIBS" 10680 ac_save_LIBS="$LIBS"
6897 LIBS="$LIBS $X_LIBS -lXpm -lX11" 10681 LIBS="$LIBS $X_LIBS -lXpm -lX11"
6898cat > conftest.$ac_ext <<EOF 10682cat >conftest.$ac_ext <<_ACEOF
6899#line 6900 "configure" 10683/* confdefs.h. */
6900#include "confdefs.h" 10684_ACEOF
10685cat confdefs.h >>conftest.$ac_ext
10686cat >>conftest.$ac_ext <<_ACEOF
10687/* end confdefs.h. */
6901 10688
6902int main() { 10689int
10690main ()
10691{
6903XpmReadFileToPixmap() 10692XpmReadFileToPixmap()
10693 ;
6904; return 0; } 10694 return 0;
6905EOF 10695}
6906if { (eval echo configure:6907: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 10696_ACEOF
10697rm -f conftest.$ac_objext conftest$ac_exeext
10698if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10699 (eval $ac_link) 2>conftest.er1
10700 ac_status=$?
10701 grep -v '^ *+' conftest.er1 >conftest.err
6907 rm -rf conftest* 10702 rm -f conftest.er1
10703 cat conftest.err >&5
10704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10705 (exit $ac_status); } &&
10706 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10707 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10708 (eval $ac_try) 2>&5
10709 ac_status=$?
10710 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10711 (exit $ac_status); }; } &&
10712 { ac_try='test -s conftest$ac_exeext'
10713 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10714 (eval $ac_try) 2>&5
10715 ac_status=$?
10716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10717 (exit $ac_status); }; }; then
6908 LIBS="$ac_save_LIBS" 10718 LIBS="$ac_save_LIBS"
6909# We can link libXpm with no special library path. 10719# We can link libXpm with no special library path.
6910vt_xpm_libraries= 10720vt_xpm_libraries=
6911else 10721else
6912 echo "configure: failed program was:" >&5 10722 echo "$as_me: failed program was:" >&5
6913 cat conftest.$ac_ext >&5 10723sed 's/^/| /' conftest.$ac_ext >&5
6914 rm -rf conftest* 10724
6915 LIBS="$ac_save_LIBS" 10725LIBS="$ac_save_LIBS"
6916# First see if replacing the include by lib works. 10726# First see if replacing the include by lib works.
6917for ac_dir in \ 10727for ac_dir in \
6918 `echo "$vt_xpm_includes" | sed 's,include/X11,lib,;s,include,lib,'` \ 10728 `echo "$vt_xpm_includes" | sed 's,include/X11,lib,;s,include,lib,'` \
6919 /usr/X11/lib \ 10729 /usr/X11/lib \
6920 /usr/X11R6/lib \ 10730 /usr/X11R6/lib \
6957 break 2 10767 break 2
6958 fi 10768 fi
6959 done 10769 done
6960done 10770done
6961fi 10771fi
6962rm -f conftest* 10772rm -f conftest.err conftest.$ac_objext \
10773 conftest$ac_exeext conftest.$ac_ext
6963fi 10774fi
6964 10775
6965 10776
6966 if test "$vt_xpm_includes" = NO -o "$vt_xpm_libraries" = NO; then 10777 if test "$vt_xpm_includes" = NO -o "$vt_xpm_libraries" = NO; then
6967 ac_cv_have_xpm="have_xpm=no" 10778 ac_cv_have_xpm="have_xpm=no"
6973fi 10784fi
6974 eval "$ac_cv_have_xpm" 10785 eval "$ac_cv_have_xpm"
6975fi 10786fi
6976 10787
6977if test "$have_xpm" != yes; then 10788if test "$have_xpm" != yes; then
6978 echo "$ac_t""$have_xpm" 1>&6 10789 echo "$as_me:$LINENO: result: $have_xpm" >&5
10790echo "${ECHO_T}$have_xpm" >&6
6979 no_xpm=yes 10791 no_xpm=yes
6980else 10792else
6981 if test "$xpm_includes" != NO; then 10793 if test "$xpm_includes" != NO; then
6982 if test "$xpm_includes" = "$vt_xpm_includes"; then 10794 if test "$xpm_includes" = "$vt_xpm_includes"; then
6983 if test -r "$xpm_includes/X11/xpm.h"; then 10795 if test -r "$xpm_includes/X11/xpm.h"; then
6984 vt_xpm_include_X11=yes 10796 vt_xpm_include_X11=yes
6985 fi 10797 fi
6986 else 10798 else
6987 vt_xpm_include_X11=no 10799 vt_xpm_include_X11=no
6988 if test -z "$xpm_includes"; then 10800 if test -z "$xpm_includes"; then
6989 cat > conftest.$ac_ext <<EOF 10801 cat >conftest.$ac_ext <<_ACEOF
6990#line 6991 "configure" 10802/* confdefs.h. */
6991#include "confdefs.h" 10803_ACEOF
10804cat confdefs.h >>conftest.$ac_ext
10805cat >>conftest.$ac_ext <<_ACEOF
10806/* end confdefs.h. */
6992#include <X11/xpm.h> 10807#include <X11/xpm.h>
6993EOF 10808_ACEOF
6994ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 10809if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6995{ (eval echo configure:6996: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 10810 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6996ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 10811 ac_status=$?
10812 grep -v '^ *+' conftest.er1 >conftest.err
10813 rm -f conftest.er1
10814 cat conftest.err >&5
10815 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10816 (exit $ac_status); } >/dev/null; then
10817 if test -s conftest.err; then
10818 ac_cpp_err=$ac_cxx_preproc_warn_flag
10819 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
10820 else
10821 ac_cpp_err=
10822 fi
10823else
10824 ac_cpp_err=yes
10825fi
6997if test -z "$ac_err"; then 10826if test -z "$ac_cpp_err"; then
6998 rm -rf conftest*
6999 vt_xpm_include_X11=yes 10827 vt_xpm_include_X11=yes
7000else 10828else
7001 echo "$ac_err" >&5
7002 echo "configure: failed program was:" >&5 10829 echo "$as_me: failed program was:" >&5
7003 cat conftest.$ac_ext >&5 10830sed 's/^/| /' conftest.$ac_ext >&5
10831
10832
7004fi 10833fi
7005rm -f conftest* 10834rm -f conftest.err conftest.$ac_ext
7006 else 10835 else
7007 if test -r "$xpm_includes/X11/xpm.h"; then 10836 if test -r "$xpm_includes/X11/xpm.h"; then
7008 vt_xpm_include_X11=yes 10837 vt_xpm_include_X11=yes
7009 fi 10838 fi
7010 fi 10839 fi
7017 # Update the cache value to reflect the command line values. 10846 # Update the cache value to reflect the command line values.
7018 ac_cv_have_xpm="have_xpm=yes \ 10847 ac_cv_have_xpm="have_xpm=yes \
7019 vt_xpm_includes=$vt_xpm_includes vt_xpm_libraries=$vt_xpm_libraries \ 10848 vt_xpm_includes=$vt_xpm_includes vt_xpm_libraries=$vt_xpm_libraries \
7020 vt_xpm_include_X11=$vt_xpm_include_X11" 10849 vt_xpm_include_X11=$vt_xpm_include_X11"
7021 eval "$ac_cv_have_xpm" 10850 eval "$ac_cv_have_xpm"
10851 echo "$as_me:$LINENO: result: -I$vt_xpm_includes, -L$vt_xpm_libraries" >&5
7022 echo "$ac_t""-I$vt_xpm_includes, -L$vt_xpm_libraries" 1>&6 10852echo "${ECHO_T}-I$vt_xpm_includes, -L$vt_xpm_libraries" >&6
7023 if test -n "$vt_xpm_includes"; then 10853 if test -n "$vt_xpm_includes"; then
7024 XPM_CPPFLAGS="-DHAVE_LIBXPM" 10854 XPM_CPPFLAGS="-DHAVE_LIBXPM"
7025 fi 10855 fi
7026 if test -n "$vt_xpm_includes"; then 10856 if test -n "$vt_xpm_includes"; then
7027 XPM_CFLAGS="-I$vt_xpm_includes" 10857 XPM_CFLAGS="-I$vt_xpm_includes"
7029 XPM_LIBS="-lXpm" 10859 XPM_LIBS="-lXpm"
7030 if test -n "$vt_xpm_libraries"; then 10860 if test -n "$vt_xpm_libraries"; then
7031 XPM_LIBS="-L$vt_xpm_libraries $XPM_LIBS" 10861 XPM_LIBS="-L$vt_xpm_libraries $XPM_LIBS"
7032 fi 10862 fi
7033 if test "x$vt_xpm_include_X11" = xyes; then 10863 if test "x$vt_xpm_include_X11" = xyes; then
10864
7034 cat >> confdefs.h <<\EOF 10865cat >>confdefs.h <<\_ACEOF
7035#define XPM_INC_X11 1 10866#define XPM_INC_X11 1
7036EOF 10867_ACEOF
7037 10868
7038 fi 10869 fi
7039fi 10870fi
7040 10871
7041 10872
7045 if test x$no_xpm = xyes; then 10876 if test x$no_xpm = xyes; then
7046 support_xpm=needsmanualspecification 10877 support_xpm=needsmanualspecification
7047 fi 10878 fi
7048fi 10879fi
7049 10880
10881echo "$as_me:$LINENO: checking for sys/wait.h that is POSIX.1 compatible" >&5
7050echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6 10882echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6
7051echo "configure:7052: checking for sys/wait.h that is POSIX.1 compatible" >&5
7052if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then 10883if test "${ac_cv_header_sys_wait_h+set}" = set; then
7053 echo $ac_n "(cached) $ac_c" 1>&6 10884 echo $ECHO_N "(cached) $ECHO_C" >&6
7054else 10885else
7055 cat > conftest.$ac_ext <<EOF 10886 cat >conftest.$ac_ext <<_ACEOF
7056#line 7057 "configure" 10887/* confdefs.h. */
7057#include "confdefs.h" 10888_ACEOF
10889cat confdefs.h >>conftest.$ac_ext
10890cat >>conftest.$ac_ext <<_ACEOF
10891/* end confdefs.h. */
7058#include <sys/types.h> 10892#include <sys/types.h>
7059#include <sys/wait.h> 10893#include <sys/wait.h>
7060#ifndef WEXITSTATUS 10894#ifndef WEXITSTATUS
7061#define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8) 10895# define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)
7062#endif 10896#endif
7063#ifndef WIFEXITED 10897#ifndef WIFEXITED
7064#define WIFEXITED(stat_val) (((stat_val) & 255) == 0) 10898# define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
7065#endif 10899#endif
7066int main() { 10900
10901int
10902main ()
10903{
7067int s; 10904 int s;
7068wait (&s); 10905 wait (&s);
7069s = WIFEXITED (s) ? WEXITSTATUS (s) : 1; 10906 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
10907 ;
7070; return 0; } 10908 return 0;
7071EOF 10909}
7072if { (eval echo configure:7073: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 10910_ACEOF
10911rm -f conftest.$ac_objext
10912if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10913 (eval $ac_compile) 2>conftest.er1
10914 ac_status=$?
10915 grep -v '^ *+' conftest.er1 >conftest.err
7073 rm -rf conftest* 10916 rm -f conftest.er1
10917 cat conftest.err >&5
10918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10919 (exit $ac_status); } &&
10920 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10921 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10922 (eval $ac_try) 2>&5
10923 ac_status=$?
10924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10925 (exit $ac_status); }; } &&
10926 { ac_try='test -s conftest.$ac_objext'
10927 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10928 (eval $ac_try) 2>&5
10929 ac_status=$?
10930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10931 (exit $ac_status); }; }; then
7074 ac_cv_header_sys_wait_h=yes 10932 ac_cv_header_sys_wait_h=yes
7075else 10933else
7076 echo "configure: failed program was:" >&5 10934 echo "$as_me: failed program was:" >&5
7077 cat conftest.$ac_ext >&5 10935sed 's/^/| /' conftest.$ac_ext >&5
7078 rm -rf conftest* 10936
7079 ac_cv_header_sys_wait_h=no 10937ac_cv_header_sys_wait_h=no
7080fi 10938fi
7081rm -f conftest* 10939rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7082fi 10940fi
7083 10941echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5
7084echo "$ac_t""$ac_cv_header_sys_wait_h" 1>&6 10942echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6
7085if test $ac_cv_header_sys_wait_h = yes; then 10943if test $ac_cv_header_sys_wait_h = yes; then
10944
7086 cat >> confdefs.h <<\EOF 10945cat >>confdefs.h <<\_ACEOF
7087#define HAVE_SYS_WAIT_H 1 10946#define HAVE_SYS_WAIT_H 1
7088EOF 10947_ACEOF
7089 10948
7090fi 10949fi
7091 10950
10951
10952
10953
10954
10955
10956
10957
10958
10959
10960
10961
10962
10963
10964
10965
10966
10967
10968
10969
10970
7092for ac_hdr in \ 10971for ac_header in \
7093 assert.h \ 10972 assert.h \
7094 fcntl.h \ 10973 fcntl.h \
7095 grp.h \ 10974 grp.h \
7096 libc.h \ 10975 libc.h \
7097 lastlog.h \ 10976 lastlog.h \
7103 sys/byteorder.h \ 10982 sys/byteorder.h \
7104 sys/ioctl.h \ 10983 sys/ioctl.h \
7105 sys/select.h \ 10984 sys/select.h \
7106 sys/sockio.h \ 10985 sys/sockio.h \
7107 sys/strredir.h \ 10986 sys/strredir.h \
10987 sys/stropts.h \
7108 sys/time.h \ 10988 sys/time.h \
7109 utmp.h \ 10989 utmp.h \
7110 utmpx.h \ 10990 utmpx.h \
7111 stdint.h \ 10991 stdint.h \
7112 10992
7113do 10993do
7114ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 10994as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10995if eval "test \"\${$as_ac_Header+set}\" = set"; then
10996 echo "$as_me:$LINENO: checking for $ac_header" >&5
7115echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 10997echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7116echo "configure:7117: checking for $ac_hdr" >&5 10998if eval "test \"\${$as_ac_Header+set}\" = set"; then
7117if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
7118 echo $ac_n "(cached) $ac_c" 1>&6 10999 echo $ECHO_N "(cached) $ECHO_C" >&6
11000fi
11001echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11002echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7119else 11003else
11004 # Is the header compilable?
11005echo "$as_me:$LINENO: checking $ac_header usability" >&5
11006echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
7120 cat > conftest.$ac_ext <<EOF 11007cat >conftest.$ac_ext <<_ACEOF
7121#line 7122 "configure" 11008/* confdefs.h. */
7122#include "confdefs.h" 11009_ACEOF
11010cat confdefs.h >>conftest.$ac_ext
11011cat >>conftest.$ac_ext <<_ACEOF
11012/* end confdefs.h. */
11013$ac_includes_default
7123#include <$ac_hdr> 11014#include <$ac_header>
7124EOF 11015_ACEOF
7125ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 11016rm -f conftest.$ac_objext
7126{ (eval echo configure:7127: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 11017if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7127ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 11018 (eval $ac_compile) 2>conftest.er1
11019 ac_status=$?
11020 grep -v '^ *+' conftest.er1 >conftest.err
11021 rm -f conftest.er1
11022 cat conftest.err >&5
11023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11024 (exit $ac_status); } &&
11025 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11026 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11027 (eval $ac_try) 2>&5
11028 ac_status=$?
11029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11030 (exit $ac_status); }; } &&
11031 { ac_try='test -s conftest.$ac_objext'
11032 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11033 (eval $ac_try) 2>&5
11034 ac_status=$?
11035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11036 (exit $ac_status); }; }; then
11037 ac_header_compiler=yes
11038else
11039 echo "$as_me: failed program was:" >&5
11040sed 's/^/| /' conftest.$ac_ext >&5
11041
11042ac_header_compiler=no
11043fi
11044rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11045echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11046echo "${ECHO_T}$ac_header_compiler" >&6
11047
11048# Is the header present?
11049echo "$as_me:$LINENO: checking $ac_header presence" >&5
11050echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
11051cat >conftest.$ac_ext <<_ACEOF
11052/* confdefs.h. */
11053_ACEOF
11054cat confdefs.h >>conftest.$ac_ext
11055cat >>conftest.$ac_ext <<_ACEOF
11056/* end confdefs.h. */
11057#include <$ac_header>
11058_ACEOF
11059if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11060 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11061 ac_status=$?
11062 grep -v '^ *+' conftest.er1 >conftest.err
11063 rm -f conftest.er1
11064 cat conftest.err >&5
11065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11066 (exit $ac_status); } >/dev/null; then
11067 if test -s conftest.err; then
11068 ac_cpp_err=$ac_cxx_preproc_warn_flag
11069 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
11070 else
11071 ac_cpp_err=
11072 fi
11073else
11074 ac_cpp_err=yes
11075fi
7128if test -z "$ac_err"; then 11076if test -z "$ac_cpp_err"; then
7129 rm -rf conftest* 11077 ac_header_preproc=yes
7130 eval "ac_cv_header_$ac_safe=yes"
7131else 11078else
7132 echo "$ac_err" >&5
7133 echo "configure: failed program was:" >&5 11079 echo "$as_me: failed program was:" >&5
7134 cat conftest.$ac_ext >&5 11080sed 's/^/| /' conftest.$ac_ext >&5
7135 rm -rf conftest* 11081
7136 eval "ac_cv_header_$ac_safe=no" 11082 ac_header_preproc=no
7137fi 11083fi
7138rm -f conftest* 11084rm -f conftest.err conftest.$ac_ext
11085echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11086echo "${ECHO_T}$ac_header_preproc" >&6
11087
11088# So? What about this header?
11089case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
11090 yes:no: )
11091 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11092echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11093 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11094echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11095 ac_header_preproc=yes
11096 ;;
11097 no:yes:* )
11098 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11099echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11100 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11101echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11102 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11103echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11104 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11105echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11106 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11107echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11108 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11109echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11110 (
11111 cat <<\_ASBOX
11112## ------------------------------------------ ##
11113## Report this to the AC_PACKAGE_NAME lists. ##
11114## ------------------------------------------ ##
11115_ASBOX
11116 ) |
11117 sed "s/^/$as_me: WARNING: /" >&2
11118 ;;
11119esac
11120echo "$as_me:$LINENO: checking for $ac_header" >&5
11121echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11122if eval "test \"\${$as_ac_Header+set}\" = set"; then
11123 echo $ECHO_N "(cached) $ECHO_C" >&6
11124else
11125 eval "$as_ac_Header=\$ac_header_preproc"
7139fi 11126fi
7140if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 11127echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7141 echo "$ac_t""yes" 1>&6 11128echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7142 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` 11129
11130fi
11131if test `eval echo '${'$as_ac_Header'}'` = yes; then
7143 cat >> confdefs.h <<EOF 11132 cat >>confdefs.h <<_ACEOF
7144#define $ac_tr_hdr 1 11133#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7145EOF 11134_ACEOF
7146 11135
7147else
7148 echo "$ac_t""no" 1>&6
7149fi 11136fi
11137
7150done 11138done
7151 11139
7152 11140
11141echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
7153echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6 11142echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
7154echo "configure:7155: checking whether time.h and sys/time.h may both be included" >&5
7155if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then 11143if test "${ac_cv_header_time+set}" = set; then
7156 echo $ac_n "(cached) $ac_c" 1>&6 11144 echo $ECHO_N "(cached) $ECHO_C" >&6
7157else 11145else
7158 cat > conftest.$ac_ext <<EOF 11146 cat >conftest.$ac_ext <<_ACEOF
7159#line 7160 "configure" 11147/* confdefs.h. */
7160#include "confdefs.h" 11148_ACEOF
11149cat confdefs.h >>conftest.$ac_ext
11150cat >>conftest.$ac_ext <<_ACEOF
11151/* end confdefs.h. */
7161#include <sys/types.h> 11152#include <sys/types.h>
7162#include <sys/time.h> 11153#include <sys/time.h>
7163#include <time.h> 11154#include <time.h>
7164int main() { 11155
7165struct tm *tp; 11156int
11157main ()
11158{
11159if ((struct tm *) 0)
11160return 0;
11161 ;
7166; return 0; } 11162 return 0;
7167EOF 11163}
7168if { (eval echo configure:7169: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 11164_ACEOF
11165rm -f conftest.$ac_objext
11166if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11167 (eval $ac_compile) 2>conftest.er1
11168 ac_status=$?
11169 grep -v '^ *+' conftest.er1 >conftest.err
7169 rm -rf conftest* 11170 rm -f conftest.er1
11171 cat conftest.err >&5
11172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11173 (exit $ac_status); } &&
11174 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11175 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11176 (eval $ac_try) 2>&5
11177 ac_status=$?
11178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11179 (exit $ac_status); }; } &&
11180 { ac_try='test -s conftest.$ac_objext'
11181 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11182 (eval $ac_try) 2>&5
11183 ac_status=$?
11184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11185 (exit $ac_status); }; }; then
7170 ac_cv_header_time=yes 11186 ac_cv_header_time=yes
7171else 11187else
7172 echo "configure: failed program was:" >&5 11188 echo "$as_me: failed program was:" >&5
7173 cat conftest.$ac_ext >&5 11189sed 's/^/| /' conftest.$ac_ext >&5
7174 rm -rf conftest* 11190
7175 ac_cv_header_time=no 11191ac_cv_header_time=no
7176fi 11192fi
7177rm -f conftest* 11193rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7178fi 11194fi
7179 11195echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
7180echo "$ac_t""$ac_cv_header_time" 1>&6 11196echo "${ECHO_T}$ac_cv_header_time" >&6
7181if test $ac_cv_header_time = yes; then 11197if test $ac_cv_header_time = yes; then
11198
7182 cat >> confdefs.h <<\EOF 11199cat >>confdefs.h <<\_ACEOF
7183#define TIME_WITH_SYS_TIME 1 11200#define TIME_WITH_SYS_TIME 1
7184EOF 11201_ACEOF
7185 11202
7186fi 11203fi
7187 11204
7188 11205
11206echo "$as_me:$LINENO: checking whether termios.h and sys/ioctl.h may both be included" >&5
7189echo $ac_n "checking whether termios.h and sys/ioctl.h may both be included""... $ac_c" 1>&6 11207echo $ECHO_N "checking whether termios.h and sys/ioctl.h may both be included... $ECHO_C" >&6
7190echo "configure:7191: checking whether termios.h and sys/ioctl.h may both be included" >&5
7191if eval "test \"`echo '$''{'rxvt_cv_header_sysioctl'+set}'`\" = set"; then 11208if test "${rxvt_cv_header_sysioctl+set}" = set; then
7192 echo $ac_n "(cached) $ac_c" 1>&6 11209 echo $ECHO_N "(cached) $ECHO_C" >&6
7193else 11210else
7194 cat > conftest.$ac_ext <<EOF 11211 cat >conftest.$ac_ext <<_ACEOF
7195#line 7196 "configure" 11212/* confdefs.h. */
7196#include "confdefs.h" 11213_ACEOF
11214cat confdefs.h >>conftest.$ac_ext
11215cat >>conftest.$ac_ext <<_ACEOF
11216/* end confdefs.h. */
7197#include <stdio.h> 11217#include <stdio.h>
7198#include <sys/ioctl.h> 11218#include <sys/ioctl.h>
7199#ifdef HAVE_TERMIOS_H 11219#ifdef HAVE_TERMIOS_H
7200#include <termios.h> 11220#include <termios.h>
7201#endif 11221#endif
7202int main() { 11222int
11223main ()
11224{
7203int a = ECHO; 11225int a = ECHO;
11226 ;
7204; return 0; } 11227 return 0;
7205EOF 11228}
7206if { (eval echo configure:7207: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 11229_ACEOF
11230rm -f conftest.$ac_objext
11231if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11232 (eval $ac_compile) 2>conftest.er1
11233 ac_status=$?
11234 grep -v '^ *+' conftest.er1 >conftest.err
7207 rm -rf conftest* 11235 rm -f conftest.er1
11236 cat conftest.err >&5
11237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11238 (exit $ac_status); } &&
11239 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11240 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11241 (eval $ac_try) 2>&5
11242 ac_status=$?
11243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11244 (exit $ac_status); }; } &&
11245 { ac_try='test -s conftest.$ac_objext'
11246 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11247 (eval $ac_try) 2>&5
11248 ac_status=$?
11249 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11250 (exit $ac_status); }; }; then
7208 rxvt_cv_header_sysioctl=yes 11251 rxvt_cv_header_sysioctl=yes
7209else 11252else
7210 echo "configure: failed program was:" >&5 11253 echo "$as_me: failed program was:" >&5
7211 cat conftest.$ac_ext >&5 11254sed 's/^/| /' conftest.$ac_ext >&5
7212 rm -rf conftest* 11255
7213 rxvt_cv_header_sysioctl=no 11256rxvt_cv_header_sysioctl=no
7214fi 11257fi
7215rm -f conftest* 11258rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7216fi 11259fi
7217 11260echo "$as_me:$LINENO: result: $rxvt_cv_header_sysioctl" >&5
7218echo "$ac_t""$rxvt_cv_header_sysioctl" 1>&6 11261echo "${ECHO_T}$rxvt_cv_header_sysioctl" >&6
7219 11262
7220if test -n "$GCC"; then 11263if test -n "$GCC"; then
7221 LDARG="-Wl," 11264 LDARG="-Wl,"
7222else 11265else
7223 LDARG="" 11266 LDARG=""
7226 11269
7227ac_save_CFLAGS=$CFLAGS 11270ac_save_CFLAGS=$CFLAGS
7228ac_save_LIBS=$LIBS 11271ac_save_LIBS=$LIBS
7229CFLAGS="$CFLAGS $X_CFLAGS" 11272CFLAGS="$CFLAGS $X_CFLAGS"
7230LIBS=`echo "$LIBS $X_LIBS $X_EXTRA_LIBS -lX11" | sed "$R_TRANSLATE"` 11273LIBS=`echo "$LIBS $X_LIBS $X_EXTRA_LIBS -lX11" | sed "$R_TRANSLATE"`
11274echo "$as_me:$LINENO: checking for -rpath dynamic library path recording" >&5
7231echo $ac_n "checking for -rpath dynamic library path recording""... $ac_c" 1>&6 11275echo $ECHO_N "checking for -rpath dynamic library path recording... $ECHO_C" >&6
7232echo "configure:7233: checking for -rpath dynamic library path recording" >&5
7233if eval "test \"`echo '$''{'rxvt_cv_rpath'+set}'`\" = set"; then 11276if test "${rxvt_cv_rpath+set}" = set; then
7234 echo $ac_n "(cached) $ac_c" 1>&6 11277 echo $ECHO_N "(cached) $ECHO_C" >&6
7235else 11278else
7236 if test "$cross_compiling" = yes; then 11279 if test "$cross_compiling" = yes; then
11280 { echo "$as_me:$LINENO: WARNING: You may need to check the LIBS line" >&5
7237 echo "configure: warning: You may need to check the LIBS line" 1>&2 11281echo "$as_me: WARNING: You may need to check the LIBS line" >&2;}
7238else 11282else
7239 cat > conftest.$ac_ext <<EOF 11283 cat >conftest.$ac_ext <<_ACEOF
7240#line 7241 "configure" 11284/* confdefs.h. */
7241#include "confdefs.h" 11285_ACEOF
11286cat confdefs.h >>conftest.$ac_ext
11287cat >>conftest.$ac_ext <<_ACEOF
11288/* end confdefs.h. */
7242 11289
7243main() 11290main()
7244{ 11291{
7245 exit(0); 11292 exit(0);
7246 (void) XOpenDisplay("foobar"); 11293 (void) XOpenDisplay("foobar");
7247} 11294}
7248EOF 11295_ACEOF
7249if { (eval echo configure:7250: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 11296rm -f conftest$ac_exeext
7250then 11297if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11298 (eval $ac_link) 2>&5
11299 ac_status=$?
11300 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11301 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11302 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11303 (eval $ac_try) 2>&5
11304 ac_status=$?
11305 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11306 (exit $ac_status); }; }; then
7251 rxvt_cv_rpath=yes 11307 rxvt_cv_rpath=yes
7252else 11308else
11309 echo "$as_me: program exited with status $ac_status" >&5
7253 echo "configure: failed program was:" >&5 11310echo "$as_me: failed program was:" >&5
7254 cat conftest.$ac_ext >&5 11311sed 's/^/| /' conftest.$ac_ext >&5
7255 rm -fr conftest* 11312
11313( exit $ac_status )
7256 rxvt_cv_rpath=no 11314rxvt_cv_rpath=no
7257fi 11315fi
7258rm -fr conftest* 11316rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7259fi 11317fi
7260
7261fi 11318fi
7262 11319echo "$as_me:$LINENO: result: $rxvt_cv_rpath" >&5
7263echo "$ac_t""$rxvt_cv_rpath" 1>&6 11320echo "${ECHO_T}$rxvt_cv_rpath" >&6
7264if test x$rxvt_cv_rpath != xyes; then 11321if test x$rxvt_cv_rpath != xyes; then
7265 R_TRANSLATE='s/-L\([^ ]*\)/-L\1 '$LDARG'-R\1/g' 11322 R_TRANSLATE='s/-L\([^ ]*\)/-L\1 '$LDARG'-R\1/g'
7266 LIBS=`echo "$ac_save_LIBS $X_LIBS $X_EXTRA_LIBS -lX11" | sed "$R_TRANSLATE"` 11323 LIBS=`echo "$ac_save_LIBS $X_LIBS $X_EXTRA_LIBS -lX11" | sed "$R_TRANSLATE"`
11324 echo "$as_me:$LINENO: checking for -R dynamic library path recording" >&5
7267 echo $ac_n "checking for -R dynamic library path recording""... $ac_c" 1>&6 11325echo $ECHO_N "checking for -R dynamic library path recording... $ECHO_C" >&6
7268echo "configure:7269: checking for -R dynamic library path recording" >&5
7269if eval "test \"`echo '$''{'rxvt_cv_R'+set}'`\" = set"; then 11326if test "${rxvt_cv_R+set}" = set; then
7270 echo $ac_n "(cached) $ac_c" 1>&6 11327 echo $ECHO_N "(cached) $ECHO_C" >&6
7271else 11328else
7272 if test "$cross_compiling" = yes; then 11329 if test "$cross_compiling" = yes; then
7273 rxvt_cv_R=no 11330 rxvt_cv_R=no
7274else 11331else
7275 cat > conftest.$ac_ext <<EOF 11332 cat >conftest.$ac_ext <<_ACEOF
7276#line 7277 "configure" 11333/* confdefs.h. */
7277#include "confdefs.h" 11334_ACEOF
11335cat confdefs.h >>conftest.$ac_ext
11336cat >>conftest.$ac_ext <<_ACEOF
11337/* end confdefs.h. */
7278 11338
7279main() 11339main()
7280{ 11340{
7281 exit(0); 11341 exit(0);
7282 (void) XOpenDisplay("foobar"); 11342 (void) XOpenDisplay("foobar");
7283} 11343}
7284EOF 11344_ACEOF
7285if { (eval echo configure:7286: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 11345rm -f conftest$ac_exeext
7286then 11346if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11347 (eval $ac_link) 2>&5
11348 ac_status=$?
11349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11350 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11351 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11352 (eval $ac_try) 2>&5
11353 ac_status=$?
11354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11355 (exit $ac_status); }; }; then
7287 rxvt_cv_R=yes 11356 rxvt_cv_R=yes
7288else 11357else
11358 echo "$as_me: program exited with status $ac_status" >&5
7289 echo "configure: failed program was:" >&5 11359echo "$as_me: failed program was:" >&5
7290 cat conftest.$ac_ext >&5 11360sed 's/^/| /' conftest.$ac_ext >&5
7291 rm -fr conftest* 11361
11362( exit $ac_status )
7292 rxvt_cv_R=no 11363rxvt_cv_R=no
7293fi 11364fi
7294rm -fr conftest* 11365rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7295fi 11366fi
7296
7297fi 11367fi
7298 11368echo "$as_me:$LINENO: result: $rxvt_cv_R" >&5
7299echo "$ac_t""$rxvt_cv_R" 1>&6 11369echo "${ECHO_T}$rxvt_cv_R" >&6
7300 if test x$rxvt_cv_R != xyes; then 11370 if test x$rxvt_cv_R != xyes; then
7301 LIBS="$ac_save_LIBS $X_LIBS $X_EXTRA_LIBS -lX11" 11371 LIBS="$ac_save_LIBS $X_LIBS $X_EXTRA_LIBS -lX11"
7302 fi 11372 fi
7303fi 11373fi
7304 11374
11375echo "$as_me:$LINENO: checking for XPointer" >&5
7305echo $ac_n "checking for XPointer""... $ac_c" 1>&6 11376echo $ECHO_N "checking for XPointer... $ECHO_C" >&6
7306echo "configure:7307: checking for XPointer" >&5
7307if eval "test \"`echo '$''{'rxvt_cv_xpointer'+set}'`\" = set"; then 11377if test "${rxvt_cv_xpointer+set}" = set; then
7308 echo $ac_n "(cached) $ac_c" 1>&6 11378 echo $ECHO_N "(cached) $ECHO_C" >&6
7309else 11379else
7310 cat > conftest.$ac_ext <<EOF 11380 cat >conftest.$ac_ext <<_ACEOF
7311#line 7312 "configure" 11381/* confdefs.h. */
7312#include "confdefs.h" 11382_ACEOF
11383cat confdefs.h >>conftest.$ac_ext
11384cat >>conftest.$ac_ext <<_ACEOF
11385/* end confdefs.h. */
7313#include <X11/Xlib.h> 11386#include <X11/Xlib.h>
7314int main() { 11387int
11388main ()
11389{
7315XPointer dummy; 11390XPointer dummy;
11391 ;
7316; return 0; } 11392 return 0;
7317EOF 11393}
7318if { (eval echo configure:7319: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 11394_ACEOF
11395rm -f conftest.$ac_objext
11396if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11397 (eval $ac_compile) 2>conftest.er1
11398 ac_status=$?
11399 grep -v '^ *+' conftest.er1 >conftest.err
7319 rm -rf conftest* 11400 rm -f conftest.er1
11401 cat conftest.err >&5
11402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11403 (exit $ac_status); } &&
11404 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11405 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11406 (eval $ac_try) 2>&5
11407 ac_status=$?
11408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11409 (exit $ac_status); }; } &&
11410 { ac_try='test -s conftest.$ac_objext'
11411 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11412 (eval $ac_try) 2>&5
11413 ac_status=$?
11414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11415 (exit $ac_status); }; }; then
7320 rxvt_cv_xpointer=yes 11416 rxvt_cv_xpointer=yes
7321else 11417else
7322 echo "configure: failed program was:" >&5 11418 echo "$as_me: failed program was:" >&5
7323 cat conftest.$ac_ext >&5 11419sed 's/^/| /' conftest.$ac_ext >&5
7324 rm -rf conftest* 11420
7325 rxvt_cv_xpointer=no 11421rxvt_cv_xpointer=no
7326fi 11422fi
7327rm -f conftest* 11423rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7328fi 11424fi
7329 11425echo "$as_me:$LINENO: result: $rxvt_cv_xpointer" >&5
7330echo "$ac_t""$rxvt_cv_xpointer" 1>&6 11426echo "${ECHO_T}$rxvt_cv_xpointer" >&6
7331if test x$rxvt_cv_xpointer = xyes; then 11427if test x$rxvt_cv_xpointer = xyes; then
11428
7332 cat >> confdefs.h <<\EOF 11429cat >>confdefs.h <<\_ACEOF
7333#define HAVE_XPOINTER 1 11430#define HAVE_XPOINTER 1
7334EOF 11431_ACEOF
7335 11432
7336fi 11433fi
7337LIBS=$ac_save_LIBS 11434LIBS=$ac_save_LIBS
7338CFLAGS=$ac_save_CFLAGS 11435CFLAGS=$ac_save_CFLAGS
7339 11436
7340 11437
7341echo $ac_n "checking for working const""... $ac_c" 1>&6 11438echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
7342echo "configure:7343: checking for working const" >&5 11439echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
7343if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then 11440if test "${ac_cv_c_const+set}" = set; then
7344 echo $ac_n "(cached) $ac_c" 1>&6 11441 echo $ECHO_N "(cached) $ECHO_C" >&6
7345else 11442else
7346 cat > conftest.$ac_ext <<EOF 11443 cat >conftest.$ac_ext <<_ACEOF
7347#line 7348 "configure" 11444/* confdefs.h. */
7348#include "confdefs.h" 11445_ACEOF
11446cat confdefs.h >>conftest.$ac_ext
11447cat >>conftest.$ac_ext <<_ACEOF
11448/* end confdefs.h. */
7349 11449
7350int main() { 11450int
7351 11451main ()
11452{
11453/* FIXME: Include the comments suggested by Paul. */
11454#ifndef __cplusplus
7352/* Ultrix mips cc rejects this. */ 11455 /* Ultrix mips cc rejects this. */
7353typedef int charset[2]; const charset x; 11456 typedef int charset[2];
11457 const charset x;
7354/* SunOS 4.1.1 cc rejects this. */ 11458 /* SunOS 4.1.1 cc rejects this. */
7355char const *const *ccp; 11459 char const *const *ccp;
7356char **p; 11460 char **p;
7357/* NEC SVR4.0.2 mips cc rejects this. */ 11461 /* NEC SVR4.0.2 mips cc rejects this. */
7358struct point {int x, y;}; 11462 struct point {int x, y;};
7359static struct point const zero = {0,0}; 11463 static struct point const zero = {0,0};
7360/* AIX XL C 1.02.0.0 rejects this. 11464 /* AIX XL C 1.02.0.0 rejects this.
7361 It does not let you subtract one const X* pointer from another in an arm 11465 It does not let you subtract one const X* pointer from another in
7362 of an if-expression whose if-part is not a constant expression */ 11466 an arm of an if-expression whose if-part is not a constant
11467 expression */
7363const char *g = "string"; 11468 const char *g = "string";
7364ccp = &g + (g ? g-g : 0); 11469 ccp = &g + (g ? g-g : 0);
7365/* HPUX 7.0 cc rejects these. */ 11470 /* HPUX 7.0 cc rejects these. */
7366++ccp; 11471 ++ccp;
7367p = (char**) ccp; 11472 p = (char**) ccp;
7368ccp = (char const *const *) p; 11473 ccp = (char const *const *) p;
7369{ /* SCO 3.2v4 cc rejects this. */ 11474 { /* SCO 3.2v4 cc rejects this. */
7370 char *t; 11475 char *t;
7371 char const *s = 0 ? (char *) 0 : (char const *) 0; 11476 char const *s = 0 ? (char *) 0 : (char const *) 0;
7372 11477
7373 *t++ = 0; 11478 *t++ = 0;
11479 }
11480 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
11481 int x[] = {25, 17};
11482 const int *foo = &x[0];
11483 ++foo;
11484 }
11485 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
11486 typedef const int *iptr;
11487 iptr p = 0;
11488 ++p;
11489 }
11490 { /* AIX XL C 1.02.0.0 rejects this saying
11491 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
11492 struct s { int j; const int *ap[3]; };
11493 struct s *b; b->j = 5;
11494 }
11495 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
11496 const int foo = 10;
11497 }
11498#endif
11499
11500 ;
11501 return 0;
7374} 11502}
7375{ /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ 11503_ACEOF
7376 int x[] = {25, 17}; 11504rm -f conftest.$ac_objext
7377 const int *foo = &x[0]; 11505if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7378 ++foo; 11506 (eval $ac_compile) 2>conftest.er1
7379} 11507 ac_status=$?
7380{ /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ 11508 grep -v '^ *+' conftest.er1 >conftest.err
7381 typedef const int *iptr;
7382 iptr p = 0;
7383 ++p;
7384}
7385{ /* AIX XL C 1.02.0.0 rejects this saying
7386 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
7387 struct s { int j; const int *ap[3]; };
7388 struct s *b; b->j = 5;
7389}
7390{ /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
7391 const int foo = 10;
7392}
7393
7394; return 0; }
7395EOF
7396if { (eval echo configure:7397: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7397 rm -rf conftest* 11509 rm -f conftest.er1
11510 cat conftest.err >&5
11511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11512 (exit $ac_status); } &&
11513 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11514 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11515 (eval $ac_try) 2>&5
11516 ac_status=$?
11517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11518 (exit $ac_status); }; } &&
11519 { ac_try='test -s conftest.$ac_objext'
11520 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11521 (eval $ac_try) 2>&5
11522 ac_status=$?
11523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11524 (exit $ac_status); }; }; then
7398 ac_cv_c_const=yes 11525 ac_cv_c_const=yes
7399else 11526else
7400 echo "configure: failed program was:" >&5 11527 echo "$as_me: failed program was:" >&5
7401 cat conftest.$ac_ext >&5 11528sed 's/^/| /' conftest.$ac_ext >&5
7402 rm -rf conftest* 11529
7403 ac_cv_c_const=no 11530ac_cv_c_const=no
7404fi 11531fi
7405rm -f conftest* 11532rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7406fi 11533fi
7407 11534echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
7408echo "$ac_t""$ac_cv_c_const" 1>&6 11535echo "${ECHO_T}$ac_cv_c_const" >&6
7409if test $ac_cv_c_const = no; then 11536if test $ac_cv_c_const = no; then
11537
7410 cat >> confdefs.h <<\EOF 11538cat >>confdefs.h <<\_ACEOF
7411#define const 11539#define const
7412EOF 11540_ACEOF
7413 11541
7414fi 11542fi
7415 11543
11544echo "$as_me:$LINENO: checking for inline" >&5
7416echo $ac_n "checking for inline""... $ac_c" 1>&6 11545echo $ECHO_N "checking for inline... $ECHO_C" >&6
7417echo "configure:7418: checking for inline" >&5
7418if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then 11546if test "${ac_cv_c_inline+set}" = set; then
7419 echo $ac_n "(cached) $ac_c" 1>&6 11547 echo $ECHO_N "(cached) $ECHO_C" >&6
7420else 11548else
7421 ac_cv_c_inline=no 11549 ac_cv_c_inline=no
7422for ac_kw in inline __inline__ __inline; do 11550for ac_kw in inline __inline__ __inline; do
7423 cat > conftest.$ac_ext <<EOF 11551 cat >conftest.$ac_ext <<_ACEOF
7424#line 7425 "configure" 11552/* confdefs.h. */
7425#include "confdefs.h" 11553_ACEOF
11554cat confdefs.h >>conftest.$ac_ext
11555cat >>conftest.$ac_ext <<_ACEOF
11556/* end confdefs.h. */
11557#ifndef __cplusplus
11558typedef int foo_t;
11559static $ac_kw foo_t static_foo () {return 0; }
11560$ac_kw foo_t foo () {return 0; }
11561#endif
7426 11562
7427int main() { 11563_ACEOF
7428} $ac_kw foo() { 11564rm -f conftest.$ac_objext
7429; return 0; } 11565if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7430EOF 11566 (eval $ac_compile) 2>conftest.er1
7431if { (eval echo configure:7432: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 11567 ac_status=$?
11568 grep -v '^ *+' conftest.er1 >conftest.err
7432 rm -rf conftest* 11569 rm -f conftest.er1
11570 cat conftest.err >&5
11571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11572 (exit $ac_status); } &&
11573 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11574 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11575 (eval $ac_try) 2>&5
11576 ac_status=$?
11577 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11578 (exit $ac_status); }; } &&
11579 { ac_try='test -s conftest.$ac_objext'
11580 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11581 (eval $ac_try) 2>&5
11582 ac_status=$?
11583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11584 (exit $ac_status); }; }; then
7433 ac_cv_c_inline=$ac_kw; break 11585 ac_cv_c_inline=$ac_kw; break
7434else 11586else
7435 echo "configure: failed program was:" >&5 11587 echo "$as_me: failed program was:" >&5
11588sed 's/^/| /' conftest.$ac_ext >&5
11589
11590fi
11591rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11592done
11593
11594fi
11595echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
11596echo "${ECHO_T}$ac_cv_c_inline" >&6
11597
11598
11599case $ac_cv_c_inline in
11600 inline | yes) ;;
11601 *)
11602 case $ac_cv_c_inline in
11603 no) ac_val=;;
11604 *) ac_val=$ac_cv_c_inline;;
11605 esac
11606 cat >>confdefs.h <<_ACEOF
11607#ifndef __cplusplus
11608#define inline $ac_val
11609#endif
11610_ACEOF
11611 ;;
11612esac
11613
11614
11615
11616echo "$as_me:$LINENO: checking for mode_t" >&5
11617echo $ECHO_N "checking for mode_t... $ECHO_C" >&6
11618if test "${ac_cv_type_mode_t+set}" = set; then
11619 echo $ECHO_N "(cached) $ECHO_C" >&6
11620else
11621 cat >conftest.$ac_ext <<_ACEOF
11622/* confdefs.h. */
11623_ACEOF
11624cat confdefs.h >>conftest.$ac_ext
11625cat >>conftest.$ac_ext <<_ACEOF
11626/* end confdefs.h. */
11627$ac_includes_default
11628int
11629main ()
11630{
11631if ((mode_t *) 0)
11632 return 0;
11633if (sizeof (mode_t))
11634 return 0;
11635 ;
11636 return 0;
11637}
11638_ACEOF
11639rm -f conftest.$ac_objext
11640if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11641 (eval $ac_compile) 2>conftest.er1
11642 ac_status=$?
11643 grep -v '^ *+' conftest.er1 >conftest.err
11644 rm -f conftest.er1
7436 cat conftest.$ac_ext >&5 11645 cat conftest.err >&5
11646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11647 (exit $ac_status); } &&
11648 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11649 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11650 (eval $ac_try) 2>&5
11651 ac_status=$?
11652 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11653 (exit $ac_status); }; } &&
11654 { ac_try='test -s conftest.$ac_objext'
11655 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11656 (eval $ac_try) 2>&5
11657 ac_status=$?
11658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11659 (exit $ac_status); }; }; then
11660 ac_cv_type_mode_t=yes
11661else
11662 echo "$as_me: failed program was:" >&5
11663sed 's/^/| /' conftest.$ac_ext >&5
11664
11665ac_cv_type_mode_t=no
11666fi
11667rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11668fi
11669echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
11670echo "${ECHO_T}$ac_cv_type_mode_t" >&6
11671if test $ac_cv_type_mode_t = yes; then
11672 :
11673else
11674
11675cat >>confdefs.h <<_ACEOF
11676#define mode_t int
11677_ACEOF
11678
11679fi
11680
11681echo "$as_me:$LINENO: checking for pid_t" >&5
11682echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
11683if test "${ac_cv_type_pid_t+set}" = set; then
11684 echo $ECHO_N "(cached) $ECHO_C" >&6
11685else
11686 cat >conftest.$ac_ext <<_ACEOF
11687/* confdefs.h. */
11688_ACEOF
11689cat confdefs.h >>conftest.$ac_ext
11690cat >>conftest.$ac_ext <<_ACEOF
11691/* end confdefs.h. */
11692$ac_includes_default
11693int
11694main ()
11695{
11696if ((pid_t *) 0)
11697 return 0;
11698if (sizeof (pid_t))
11699 return 0;
11700 ;
11701 return 0;
11702}
11703_ACEOF
11704rm -f conftest.$ac_objext
11705if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11706 (eval $ac_compile) 2>conftest.er1
11707 ac_status=$?
11708 grep -v '^ *+' conftest.er1 >conftest.err
11709 rm -f conftest.er1
11710 cat conftest.err >&5
11711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11712 (exit $ac_status); } &&
11713 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11714 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11715 (eval $ac_try) 2>&5
11716 ac_status=$?
11717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11718 (exit $ac_status); }; } &&
11719 { ac_try='test -s conftest.$ac_objext'
11720 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11721 (eval $ac_try) 2>&5
11722 ac_status=$?
11723 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11724 (exit $ac_status); }; }; then
11725 ac_cv_type_pid_t=yes
11726else
11727 echo "$as_me: failed program was:" >&5
11728sed 's/^/| /' conftest.$ac_ext >&5
11729
11730ac_cv_type_pid_t=no
11731fi
11732rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11733fi
11734echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
11735echo "${ECHO_T}$ac_cv_type_pid_t" >&6
11736if test $ac_cv_type_pid_t = yes; then
11737 :
11738else
11739
11740cat >>confdefs.h <<_ACEOF
11741#define pid_t int
11742_ACEOF
11743
11744fi
11745
11746echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5
11747echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6
11748if test "${ac_cv_type_uid_t+set}" = set; then
11749 echo $ECHO_N "(cached) $ECHO_C" >&6
11750else
11751 cat >conftest.$ac_ext <<_ACEOF
11752/* confdefs.h. */
11753_ACEOF
11754cat confdefs.h >>conftest.$ac_ext
11755cat >>conftest.$ac_ext <<_ACEOF
11756/* end confdefs.h. */
11757#include <sys/types.h>
11758
11759_ACEOF
11760if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11761 $EGREP "uid_t" >/dev/null 2>&1; then
11762 ac_cv_type_uid_t=yes
11763else
11764 ac_cv_type_uid_t=no
7437fi 11765fi
7438rm -f conftest* 11766rm -f conftest*
11767
11768fi
11769echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5
11770echo "${ECHO_T}$ac_cv_type_uid_t" >&6
11771if test $ac_cv_type_uid_t = no; then
11772
11773cat >>confdefs.h <<\_ACEOF
11774#define uid_t int
11775_ACEOF
11776
11777
11778cat >>confdefs.h <<\_ACEOF
11779#define gid_t int
11780_ACEOF
11781
11782fi
11783
11784
11785echo "$as_me:$LINENO: checking for char" >&5
11786echo $ECHO_N "checking for char... $ECHO_C" >&6
11787if test "${ac_cv_type_char+set}" = set; then
11788 echo $ECHO_N "(cached) $ECHO_C" >&6
11789else
11790 cat >conftest.$ac_ext <<_ACEOF
11791/* confdefs.h. */
11792_ACEOF
11793cat confdefs.h >>conftest.$ac_ext
11794cat >>conftest.$ac_ext <<_ACEOF
11795/* end confdefs.h. */
11796$ac_includes_default
11797int
11798main ()
11799{
11800if ((char *) 0)
11801 return 0;
11802if (sizeof (char))
11803 return 0;
11804 ;
11805 return 0;
11806}
11807_ACEOF
11808rm -f conftest.$ac_objext
11809if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11810 (eval $ac_compile) 2>conftest.er1
11811 ac_status=$?
11812 grep -v '^ *+' conftest.er1 >conftest.err
11813 rm -f conftest.er1
11814 cat conftest.err >&5
11815 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11816 (exit $ac_status); } &&
11817 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11818 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11819 (eval $ac_try) 2>&5
11820 ac_status=$?
11821 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11822 (exit $ac_status); }; } &&
11823 { ac_try='test -s conftest.$ac_objext'
11824 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11825 (eval $ac_try) 2>&5
11826 ac_status=$?
11827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11828 (exit $ac_status); }; }; then
11829 ac_cv_type_char=yes
11830else
11831 echo "$as_me: failed program was:" >&5
11832sed 's/^/| /' conftest.$ac_ext >&5
11833
11834ac_cv_type_char=no
11835fi
11836rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11837fi
11838echo "$as_me:$LINENO: result: $ac_cv_type_char" >&5
11839echo "${ECHO_T}$ac_cv_type_char" >&6
11840
11841echo "$as_me:$LINENO: checking size of char" >&5
11842echo $ECHO_N "checking size of char... $ECHO_C" >&6
11843if test "${ac_cv_sizeof_char+set}" = set; then
11844 echo $ECHO_N "(cached) $ECHO_C" >&6
11845else
11846 if test "$ac_cv_type_char" = yes; then
11847 # The cast to unsigned long works around a bug in the HP C Compiler
11848 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
11849 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
11850 # This bug is HP SR number 8606223364.
11851 if test "$cross_compiling" = yes; then
11852 # Depending upon the size, compute the lo and hi bounds.
11853cat >conftest.$ac_ext <<_ACEOF
11854/* confdefs.h. */
11855_ACEOF
11856cat confdefs.h >>conftest.$ac_ext
11857cat >>conftest.$ac_ext <<_ACEOF
11858/* end confdefs.h. */
11859$ac_includes_default
11860int
11861main ()
11862{
11863static int test_array [1 - 2 * !(((long) (sizeof (char))) >= 0)];
11864test_array [0] = 0
11865
11866 ;
11867 return 0;
11868}
11869_ACEOF
11870rm -f conftest.$ac_objext
11871if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11872 (eval $ac_compile) 2>conftest.er1
11873 ac_status=$?
11874 grep -v '^ *+' conftest.er1 >conftest.err
11875 rm -f conftest.er1
11876 cat conftest.err >&5
11877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11878 (exit $ac_status); } &&
11879 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11880 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11881 (eval $ac_try) 2>&5
11882 ac_status=$?
11883 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11884 (exit $ac_status); }; } &&
11885 { ac_try='test -s conftest.$ac_objext'
11886 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11887 (eval $ac_try) 2>&5
11888 ac_status=$?
11889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11890 (exit $ac_status); }; }; then
11891 ac_lo=0 ac_mid=0
11892 while :; do
11893 cat >conftest.$ac_ext <<_ACEOF
11894/* confdefs.h. */
11895_ACEOF
11896cat confdefs.h >>conftest.$ac_ext
11897cat >>conftest.$ac_ext <<_ACEOF
11898/* end confdefs.h. */
11899$ac_includes_default
11900int
11901main ()
11902{
11903static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
11904test_array [0] = 0
11905
11906 ;
11907 return 0;
11908}
11909_ACEOF
11910rm -f conftest.$ac_objext
11911if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11912 (eval $ac_compile) 2>conftest.er1
11913 ac_status=$?
11914 grep -v '^ *+' conftest.er1 >conftest.err
11915 rm -f conftest.er1
11916 cat conftest.err >&5
11917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11918 (exit $ac_status); } &&
11919 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11920 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11921 (eval $ac_try) 2>&5
11922 ac_status=$?
11923 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11924 (exit $ac_status); }; } &&
11925 { ac_try='test -s conftest.$ac_objext'
11926 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11927 (eval $ac_try) 2>&5
11928 ac_status=$?
11929 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11930 (exit $ac_status); }; }; then
11931 ac_hi=$ac_mid; break
11932else
11933 echo "$as_me: failed program was:" >&5
11934sed 's/^/| /' conftest.$ac_ext >&5
11935
11936ac_lo=`expr $ac_mid + 1`
11937 if test $ac_lo -le $ac_mid; then
11938 ac_lo= ac_hi=
11939 break
11940 fi
11941 ac_mid=`expr 2 '*' $ac_mid + 1`
11942fi
11943rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11944 done
11945else
11946 echo "$as_me: failed program was:" >&5
11947sed 's/^/| /' conftest.$ac_ext >&5
11948
11949cat >conftest.$ac_ext <<_ACEOF
11950/* confdefs.h. */
11951_ACEOF
11952cat confdefs.h >>conftest.$ac_ext
11953cat >>conftest.$ac_ext <<_ACEOF
11954/* end confdefs.h. */
11955$ac_includes_default
11956int
11957main ()
11958{
11959static int test_array [1 - 2 * !(((long) (sizeof (char))) < 0)];
11960test_array [0] = 0
11961
11962 ;
11963 return 0;
11964}
11965_ACEOF
11966rm -f conftest.$ac_objext
11967if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11968 (eval $ac_compile) 2>conftest.er1
11969 ac_status=$?
11970 grep -v '^ *+' conftest.er1 >conftest.err
11971 rm -f conftest.er1
11972 cat conftest.err >&5
11973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11974 (exit $ac_status); } &&
11975 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11976 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11977 (eval $ac_try) 2>&5
11978 ac_status=$?
11979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11980 (exit $ac_status); }; } &&
11981 { ac_try='test -s conftest.$ac_objext'
11982 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11983 (eval $ac_try) 2>&5
11984 ac_status=$?
11985 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11986 (exit $ac_status); }; }; then
11987 ac_hi=-1 ac_mid=-1
11988 while :; do
11989 cat >conftest.$ac_ext <<_ACEOF
11990/* confdefs.h. */
11991_ACEOF
11992cat confdefs.h >>conftest.$ac_ext
11993cat >>conftest.$ac_ext <<_ACEOF
11994/* end confdefs.h. */
11995$ac_includes_default
11996int
11997main ()
11998{
11999static int test_array [1 - 2 * !(((long) (sizeof (char))) >= $ac_mid)];
12000test_array [0] = 0
12001
12002 ;
12003 return 0;
12004}
12005_ACEOF
12006rm -f conftest.$ac_objext
12007if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12008 (eval $ac_compile) 2>conftest.er1
12009 ac_status=$?
12010 grep -v '^ *+' conftest.er1 >conftest.err
12011 rm -f conftest.er1
12012 cat conftest.err >&5
12013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12014 (exit $ac_status); } &&
12015 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12016 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12017 (eval $ac_try) 2>&5
12018 ac_status=$?
12019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12020 (exit $ac_status); }; } &&
12021 { ac_try='test -s conftest.$ac_objext'
12022 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12023 (eval $ac_try) 2>&5
12024 ac_status=$?
12025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12026 (exit $ac_status); }; }; then
12027 ac_lo=$ac_mid; break
12028else
12029 echo "$as_me: failed program was:" >&5
12030sed 's/^/| /' conftest.$ac_ext >&5
12031
12032ac_hi=`expr '(' $ac_mid ')' - 1`
12033 if test $ac_mid -le $ac_hi; then
12034 ac_lo= ac_hi=
12035 break
12036 fi
12037 ac_mid=`expr 2 '*' $ac_mid`
12038fi
12039rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12040 done
12041else
12042 echo "$as_me: failed program was:" >&5
12043sed 's/^/| /' conftest.$ac_ext >&5
12044
12045ac_lo= ac_hi=
12046fi
12047rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12048fi
12049rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12050# Binary search between lo and hi bounds.
12051while test "x$ac_lo" != "x$ac_hi"; do
12052 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
12053 cat >conftest.$ac_ext <<_ACEOF
12054/* confdefs.h. */
12055_ACEOF
12056cat confdefs.h >>conftest.$ac_ext
12057cat >>conftest.$ac_ext <<_ACEOF
12058/* end confdefs.h. */
12059$ac_includes_default
12060int
12061main ()
12062{
12063static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
12064test_array [0] = 0
12065
12066 ;
12067 return 0;
12068}
12069_ACEOF
12070rm -f conftest.$ac_objext
12071if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12072 (eval $ac_compile) 2>conftest.er1
12073 ac_status=$?
12074 grep -v '^ *+' conftest.er1 >conftest.err
12075 rm -f conftest.er1
12076 cat conftest.err >&5
12077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12078 (exit $ac_status); } &&
12079 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12080 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12081 (eval $ac_try) 2>&5
12082 ac_status=$?
12083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12084 (exit $ac_status); }; } &&
12085 { ac_try='test -s conftest.$ac_objext'
12086 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12087 (eval $ac_try) 2>&5
12088 ac_status=$?
12089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12090 (exit $ac_status); }; }; then
12091 ac_hi=$ac_mid
12092else
12093 echo "$as_me: failed program was:" >&5
12094sed 's/^/| /' conftest.$ac_ext >&5
12095
12096ac_lo=`expr '(' $ac_mid ')' + 1`
12097fi
12098rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7439done 12099done
7440 12100case $ac_lo in
7441fi 12101?*) ac_cv_sizeof_char=$ac_lo;;
7442 12102'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
7443echo "$ac_t""$ac_cv_c_inline" 1>&6 12103See \`config.log' for more details." >&5
7444case "$ac_cv_c_inline" in 12104echo "$as_me: error: cannot compute sizeof (char), 77
7445 inline | yes) ;; 12105See \`config.log' for more details." >&2;}
7446 no) cat >> confdefs.h <<\EOF 12106 { (exit 1); exit 1; }; } ;;
7447#define inline
7448EOF
7449 ;;
7450 *) cat >> confdefs.h <<EOF
7451#define inline $ac_cv_c_inline
7452EOF
7453 ;;
7454esac 12107esac
7455
7456
7457
7458echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
7459echo "configure:7460: checking for ANSI C header files" >&5
7460if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
7461 echo $ac_n "(cached) $ac_c" 1>&6
7462else 12108else
12109 if test "$cross_compiling" = yes; then
12110 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
12111echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
12112 { (exit 1); exit 1; }; }
12113else
7463 cat > conftest.$ac_ext <<EOF 12114 cat >conftest.$ac_ext <<_ACEOF
7464#line 7465 "configure" 12115/* confdefs.h. */
7465#include "confdefs.h" 12116_ACEOF
12117cat confdefs.h >>conftest.$ac_ext
12118cat >>conftest.$ac_ext <<_ACEOF
12119/* end confdefs.h. */
12120$ac_includes_default
12121long longval () { return (long) (sizeof (char)); }
12122unsigned long ulongval () { return (long) (sizeof (char)); }
12123#include <stdio.h>
7466#include <stdlib.h> 12124#include <stdlib.h>
7467#include <stdarg.h> 12125int
7468#include <string.h> 12126main ()
7469#include <float.h> 12127{
7470EOF 12128
7471ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 12129 FILE *f = fopen ("conftest.val", "w");
7472{ (eval echo configure:7473: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 12130 if (! f)
7473ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 12131 exit (1);
7474if test -z "$ac_err"; then 12132 if (((long) (sizeof (char))) < 0)
7475 rm -rf conftest* 12133 {
7476 ac_cv_header_stdc=yes 12134 long i = longval ();
12135 if (i != ((long) (sizeof (char))))
12136 exit (1);
12137 fprintf (f, "%ld\n", i);
12138 }
7477else 12139 else
7478 echo "$ac_err" >&5 12140 {
12141 unsigned long i = ulongval ();
12142 if (i != ((long) (sizeof (char))))
12143 exit (1);
12144 fprintf (f, "%lu\n", i);
12145 }
12146 exit (ferror (f) || fclose (f) != 0);
12147
12148 ;
12149 return 0;
12150}
12151_ACEOF
12152rm -f conftest$ac_exeext
12153if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12154 (eval $ac_link) 2>&5
12155 ac_status=$?
12156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12157 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
12158 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12159 (eval $ac_try) 2>&5
12160 ac_status=$?
12161 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12162 (exit $ac_status); }; }; then
12163 ac_cv_sizeof_char=`cat conftest.val`
12164else
12165 echo "$as_me: program exited with status $ac_status" >&5
7479 echo "configure: failed program was:" >&5 12166echo "$as_me: failed program was:" >&5
7480 cat conftest.$ac_ext >&5 12167sed 's/^/| /' conftest.$ac_ext >&5
7481 rm -rf conftest* 12168
7482 ac_cv_header_stdc=no 12169( exit $ac_status )
12170{ { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
12171See \`config.log' for more details." >&5
12172echo "$as_me: error: cannot compute sizeof (char), 77
12173See \`config.log' for more details." >&2;}
12174 { (exit 1); exit 1; }; }
7483fi 12175fi
12176rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
12177fi
12178fi
7484rm -f conftest* 12179rm -f conftest.val
12180else
12181 ac_cv_sizeof_char=0
12182fi
12183fi
12184echo "$as_me:$LINENO: result: $ac_cv_sizeof_char" >&5
12185echo "${ECHO_T}$ac_cv_sizeof_char" >&6
12186cat >>confdefs.h <<_ACEOF
12187#define SIZEOF_CHAR $ac_cv_sizeof_char
12188_ACEOF
7485 12189
12190
12191echo "$as_me:$LINENO: checking for short" >&5
12192echo $ECHO_N "checking for short... $ECHO_C" >&6
12193if test "${ac_cv_type_short+set}" = set; then
12194 echo $ECHO_N "(cached) $ECHO_C" >&6
12195else
12196 cat >conftest.$ac_ext <<_ACEOF
12197/* confdefs.h. */
12198_ACEOF
12199cat confdefs.h >>conftest.$ac_ext
12200cat >>conftest.$ac_ext <<_ACEOF
12201/* end confdefs.h. */
12202$ac_includes_default
12203int
12204main ()
12205{
12206if ((short *) 0)
12207 return 0;
12208if (sizeof (short))
12209 return 0;
12210 ;
12211 return 0;
12212}
12213_ACEOF
12214rm -f conftest.$ac_objext
12215if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12216 (eval $ac_compile) 2>conftest.er1
12217 ac_status=$?
12218 grep -v '^ *+' conftest.er1 >conftest.err
12219 rm -f conftest.er1
12220 cat conftest.err >&5
12221 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12222 (exit $ac_status); } &&
12223 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12224 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12225 (eval $ac_try) 2>&5
12226 ac_status=$?
12227 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12228 (exit $ac_status); }; } &&
12229 { ac_try='test -s conftest.$ac_objext'
12230 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12231 (eval $ac_try) 2>&5
12232 ac_status=$?
12233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12234 (exit $ac_status); }; }; then
12235 ac_cv_type_short=yes
12236else
12237 echo "$as_me: failed program was:" >&5
12238sed 's/^/| /' conftest.$ac_ext >&5
12239
12240ac_cv_type_short=no
12241fi
12242rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12243fi
12244echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
12245echo "${ECHO_T}$ac_cv_type_short" >&6
12246
12247echo "$as_me:$LINENO: checking size of short" >&5
12248echo $ECHO_N "checking size of short... $ECHO_C" >&6
12249if test "${ac_cv_sizeof_short+set}" = set; then
12250 echo $ECHO_N "(cached) $ECHO_C" >&6
12251else
7486if test $ac_cv_header_stdc = yes; then 12252 if test "$ac_cv_type_short" = yes; then
7487 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 12253 # The cast to unsigned long works around a bug in the HP C Compiler
12254 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12255 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12256 # This bug is HP SR number 8606223364.
12257 if test "$cross_compiling" = yes; then
12258 # Depending upon the size, compute the lo and hi bounds.
7488cat > conftest.$ac_ext <<EOF 12259cat >conftest.$ac_ext <<_ACEOF
7489#line 7490 "configure" 12260/* confdefs.h. */
7490#include "confdefs.h" 12261_ACEOF
7491#include <string.h> 12262cat confdefs.h >>conftest.$ac_ext
7492EOF 12263cat >>conftest.$ac_ext <<_ACEOF
7493if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 12264/* end confdefs.h. */
7494 egrep "memchr" >/dev/null 2>&1; then 12265$ac_includes_default
7495 : 12266int
7496else 12267main ()
12268{
12269static int test_array [1 - 2 * !(((long) (sizeof (short))) >= 0)];
12270test_array [0] = 0
12271
12272 ;
12273 return 0;
12274}
12275_ACEOF
12276rm -f conftest.$ac_objext
12277if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12278 (eval $ac_compile) 2>conftest.er1
12279 ac_status=$?
12280 grep -v '^ *+' conftest.er1 >conftest.err
7497 rm -rf conftest* 12281 rm -f conftest.er1
7498 ac_cv_header_stdc=no 12282 cat conftest.err >&5
7499fi 12283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12284 (exit $ac_status); } &&
12285 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12286 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12287 (eval $ac_try) 2>&5
12288 ac_status=$?
12289 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12290 (exit $ac_status); }; } &&
12291 { ac_try='test -s conftest.$ac_objext'
12292 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12293 (eval $ac_try) 2>&5
12294 ac_status=$?
12295 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12296 (exit $ac_status); }; }; then
12297 ac_lo=0 ac_mid=0
12298 while :; do
12299 cat >conftest.$ac_ext <<_ACEOF
12300/* confdefs.h. */
12301_ACEOF
12302cat confdefs.h >>conftest.$ac_ext
12303cat >>conftest.$ac_ext <<_ACEOF
12304/* end confdefs.h. */
12305$ac_includes_default
12306int
12307main ()
12308{
12309static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
12310test_array [0] = 0
12311
12312 ;
12313 return 0;
12314}
12315_ACEOF
12316rm -f conftest.$ac_objext
12317if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12318 (eval $ac_compile) 2>conftest.er1
12319 ac_status=$?
12320 grep -v '^ *+' conftest.er1 >conftest.err
7500rm -f conftest* 12321 rm -f conftest.er1
12322 cat conftest.err >&5
12323 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12324 (exit $ac_status); } &&
12325 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12326 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12327 (eval $ac_try) 2>&5
12328 ac_status=$?
12329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12330 (exit $ac_status); }; } &&
12331 { ac_try='test -s conftest.$ac_objext'
12332 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12333 (eval $ac_try) 2>&5
12334 ac_status=$?
12335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12336 (exit $ac_status); }; }; then
12337 ac_hi=$ac_mid; break
12338else
12339 echo "$as_me: failed program was:" >&5
12340sed 's/^/| /' conftest.$ac_ext >&5
7501 12341
12342ac_lo=`expr $ac_mid + 1`
12343 if test $ac_lo -le $ac_mid; then
12344 ac_lo= ac_hi=
12345 break
12346 fi
12347 ac_mid=`expr 2 '*' $ac_mid + 1`
7502fi 12348fi
12349rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12350 done
12351else
12352 echo "$as_me: failed program was:" >&5
12353sed 's/^/| /' conftest.$ac_ext >&5
7503 12354
7504if test $ac_cv_header_stdc = yes; then
7505 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7506cat > conftest.$ac_ext <<EOF 12355cat >conftest.$ac_ext <<_ACEOF
7507#line 7508 "configure" 12356/* confdefs.h. */
7508#include "confdefs.h" 12357_ACEOF
12358cat confdefs.h >>conftest.$ac_ext
12359cat >>conftest.$ac_ext <<_ACEOF
12360/* end confdefs.h. */
12361$ac_includes_default
12362int
12363main ()
12364{
12365static int test_array [1 - 2 * !(((long) (sizeof (short))) < 0)];
12366test_array [0] = 0
12367
12368 ;
12369 return 0;
12370}
12371_ACEOF
12372rm -f conftest.$ac_objext
12373if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12374 (eval $ac_compile) 2>conftest.er1
12375 ac_status=$?
12376 grep -v '^ *+' conftest.er1 >conftest.err
12377 rm -f conftest.er1
12378 cat conftest.err >&5
12379 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12380 (exit $ac_status); } &&
12381 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12382 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12383 (eval $ac_try) 2>&5
12384 ac_status=$?
12385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12386 (exit $ac_status); }; } &&
12387 { ac_try='test -s conftest.$ac_objext'
12388 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12389 (eval $ac_try) 2>&5
12390 ac_status=$?
12391 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12392 (exit $ac_status); }; }; then
12393 ac_hi=-1 ac_mid=-1
12394 while :; do
12395 cat >conftest.$ac_ext <<_ACEOF
12396/* confdefs.h. */
12397_ACEOF
12398cat confdefs.h >>conftest.$ac_ext
12399cat >>conftest.$ac_ext <<_ACEOF
12400/* end confdefs.h. */
12401$ac_includes_default
12402int
12403main ()
12404{
12405static int test_array [1 - 2 * !(((long) (sizeof (short))) >= $ac_mid)];
12406test_array [0] = 0
12407
12408 ;
12409 return 0;
12410}
12411_ACEOF
12412rm -f conftest.$ac_objext
12413if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12414 (eval $ac_compile) 2>conftest.er1
12415 ac_status=$?
12416 grep -v '^ *+' conftest.er1 >conftest.err
12417 rm -f conftest.er1
12418 cat conftest.err >&5
12419 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12420 (exit $ac_status); } &&
12421 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12422 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12423 (eval $ac_try) 2>&5
12424 ac_status=$?
12425 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12426 (exit $ac_status); }; } &&
12427 { ac_try='test -s conftest.$ac_objext'
12428 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12429 (eval $ac_try) 2>&5
12430 ac_status=$?
12431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12432 (exit $ac_status); }; }; then
12433 ac_lo=$ac_mid; break
12434else
12435 echo "$as_me: failed program was:" >&5
12436sed 's/^/| /' conftest.$ac_ext >&5
12437
12438ac_hi=`expr '(' $ac_mid ')' - 1`
12439 if test $ac_mid -le $ac_hi; then
12440 ac_lo= ac_hi=
12441 break
12442 fi
12443 ac_mid=`expr 2 '*' $ac_mid`
12444fi
12445rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12446 done
12447else
12448 echo "$as_me: failed program was:" >&5
12449sed 's/^/| /' conftest.$ac_ext >&5
12450
12451ac_lo= ac_hi=
12452fi
12453rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12454fi
12455rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12456# Binary search between lo and hi bounds.
12457while test "x$ac_lo" != "x$ac_hi"; do
12458 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
12459 cat >conftest.$ac_ext <<_ACEOF
12460/* confdefs.h. */
12461_ACEOF
12462cat confdefs.h >>conftest.$ac_ext
12463cat >>conftest.$ac_ext <<_ACEOF
12464/* end confdefs.h. */
12465$ac_includes_default
12466int
12467main ()
12468{
12469static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
12470test_array [0] = 0
12471
12472 ;
12473 return 0;
12474}
12475_ACEOF
12476rm -f conftest.$ac_objext
12477if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12478 (eval $ac_compile) 2>conftest.er1
12479 ac_status=$?
12480 grep -v '^ *+' conftest.er1 >conftest.err
12481 rm -f conftest.er1
12482 cat conftest.err >&5
12483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12484 (exit $ac_status); } &&
12485 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12486 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12487 (eval $ac_try) 2>&5
12488 ac_status=$?
12489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12490 (exit $ac_status); }; } &&
12491 { ac_try='test -s conftest.$ac_objext'
12492 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12493 (eval $ac_try) 2>&5
12494 ac_status=$?
12495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12496 (exit $ac_status); }; }; then
12497 ac_hi=$ac_mid
12498else
12499 echo "$as_me: failed program was:" >&5
12500sed 's/^/| /' conftest.$ac_ext >&5
12501
12502ac_lo=`expr '(' $ac_mid ')' + 1`
12503fi
12504rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12505done
12506case $ac_lo in
12507?*) ac_cv_sizeof_short=$ac_lo;;
12508'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
12509See \`config.log' for more details." >&5
12510echo "$as_me: error: cannot compute sizeof (short), 77
12511See \`config.log' for more details." >&2;}
12512 { (exit 1); exit 1; }; } ;;
12513esac
12514else
12515 if test "$cross_compiling" = yes; then
12516 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
12517echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
12518 { (exit 1); exit 1; }; }
12519else
12520 cat >conftest.$ac_ext <<_ACEOF
12521/* confdefs.h. */
12522_ACEOF
12523cat confdefs.h >>conftest.$ac_ext
12524cat >>conftest.$ac_ext <<_ACEOF
12525/* end confdefs.h. */
12526$ac_includes_default
12527long longval () { return (long) (sizeof (short)); }
12528unsigned long ulongval () { return (long) (sizeof (short)); }
12529#include <stdio.h>
7509#include <stdlib.h> 12530#include <stdlib.h>
7510EOF 12531int
7511if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 12532main ()
7512 egrep "free" >/dev/null 2>&1; then 12533{
7513 : 12534
12535 FILE *f = fopen ("conftest.val", "w");
12536 if (! f)
12537 exit (1);
12538 if (((long) (sizeof (short))) < 0)
12539 {
12540 long i = longval ();
12541 if (i != ((long) (sizeof (short))))
12542 exit (1);
12543 fprintf (f, "%ld\n", i);
12544 }
7514else 12545 else
7515 rm -rf conftest* 12546 {
7516 ac_cv_header_stdc=no 12547 unsigned long i = ulongval ();
12548 if (i != ((long) (sizeof (short))))
12549 exit (1);
12550 fprintf (f, "%lu\n", i);
12551 }
12552 exit (ferror (f) || fclose (f) != 0);
12553
12554 ;
12555 return 0;
12556}
12557_ACEOF
12558rm -f conftest$ac_exeext
12559if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12560 (eval $ac_link) 2>&5
12561 ac_status=$?
12562 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12563 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
12564 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12565 (eval $ac_try) 2>&5
12566 ac_status=$?
12567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12568 (exit $ac_status); }; }; then
12569 ac_cv_sizeof_short=`cat conftest.val`
12570else
12571 echo "$as_me: program exited with status $ac_status" >&5
12572echo "$as_me: failed program was:" >&5
12573sed 's/^/| /' conftest.$ac_ext >&5
12574
12575( exit $ac_status )
12576{ { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
12577See \`config.log' for more details." >&5
12578echo "$as_me: error: cannot compute sizeof (short), 77
12579See \`config.log' for more details." >&2;}
12580 { (exit 1); exit 1; }; }
7517fi 12581fi
12582rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
12583fi
12584fi
7518rm -f conftest* 12585rm -f conftest.val
7519 12586else
12587 ac_cv_sizeof_short=0
7520fi 12588fi
12589fi
12590echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
12591echo "${ECHO_T}$ac_cv_sizeof_short" >&6
12592cat >>confdefs.h <<_ACEOF
12593#define SIZEOF_SHORT $ac_cv_sizeof_short
12594_ACEOF
7521 12595
12596
12597echo "$as_me:$LINENO: checking for int" >&5
12598echo $ECHO_N "checking for int... $ECHO_C" >&6
12599if test "${ac_cv_type_int+set}" = set; then
12600 echo $ECHO_N "(cached) $ECHO_C" >&6
12601else
12602 cat >conftest.$ac_ext <<_ACEOF
12603/* confdefs.h. */
12604_ACEOF
12605cat confdefs.h >>conftest.$ac_ext
12606cat >>conftest.$ac_ext <<_ACEOF
12607/* end confdefs.h. */
12608$ac_includes_default
12609int
12610main ()
12611{
12612if ((int *) 0)
12613 return 0;
12614if (sizeof (int))
12615 return 0;
12616 ;
12617 return 0;
12618}
12619_ACEOF
12620rm -f conftest.$ac_objext
12621if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12622 (eval $ac_compile) 2>conftest.er1
12623 ac_status=$?
12624 grep -v '^ *+' conftest.er1 >conftest.err
12625 rm -f conftest.er1
12626 cat conftest.err >&5
12627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12628 (exit $ac_status); } &&
12629 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12630 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12631 (eval $ac_try) 2>&5
12632 ac_status=$?
12633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12634 (exit $ac_status); }; } &&
12635 { ac_try='test -s conftest.$ac_objext'
12636 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12637 (eval $ac_try) 2>&5
12638 ac_status=$?
12639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12640 (exit $ac_status); }; }; then
12641 ac_cv_type_int=yes
12642else
12643 echo "$as_me: failed program was:" >&5
12644sed 's/^/| /' conftest.$ac_ext >&5
12645
12646ac_cv_type_int=no
12647fi
12648rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12649fi
12650echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
12651echo "${ECHO_T}$ac_cv_type_int" >&6
12652
12653echo "$as_me:$LINENO: checking size of int" >&5
12654echo $ECHO_N "checking size of int... $ECHO_C" >&6
12655if test "${ac_cv_sizeof_int+set}" = set; then
12656 echo $ECHO_N "(cached) $ECHO_C" >&6
12657else
7522if test $ac_cv_header_stdc = yes; then 12658 if test "$ac_cv_type_int" = yes; then
7523 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. 12659 # The cast to unsigned long works around a bug in the HP C Compiler
12660 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12661 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12662 # This bug is HP SR number 8606223364.
7524if test "$cross_compiling" = yes; then 12663 if test "$cross_compiling" = yes; then
7525 : 12664 # Depending upon the size, compute the lo and hi bounds.
12665cat >conftest.$ac_ext <<_ACEOF
12666/* confdefs.h. */
12667_ACEOF
12668cat confdefs.h >>conftest.$ac_ext
12669cat >>conftest.$ac_ext <<_ACEOF
12670/* end confdefs.h. */
12671$ac_includes_default
12672int
12673main ()
12674{
12675static int test_array [1 - 2 * !(((long) (sizeof (int))) >= 0)];
12676test_array [0] = 0
12677
12678 ;
12679 return 0;
12680}
12681_ACEOF
12682rm -f conftest.$ac_objext
12683if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12684 (eval $ac_compile) 2>conftest.er1
12685 ac_status=$?
12686 grep -v '^ *+' conftest.er1 >conftest.err
12687 rm -f conftest.er1
12688 cat conftest.err >&5
12689 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12690 (exit $ac_status); } &&
12691 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12692 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12693 (eval $ac_try) 2>&5
12694 ac_status=$?
12695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12696 (exit $ac_status); }; } &&
12697 { ac_try='test -s conftest.$ac_objext'
12698 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12699 (eval $ac_try) 2>&5
12700 ac_status=$?
12701 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12702 (exit $ac_status); }; }; then
12703 ac_lo=0 ac_mid=0
12704 while :; do
12705 cat >conftest.$ac_ext <<_ACEOF
12706/* confdefs.h. */
12707_ACEOF
12708cat confdefs.h >>conftest.$ac_ext
12709cat >>conftest.$ac_ext <<_ACEOF
12710/* end confdefs.h. */
12711$ac_includes_default
12712int
12713main ()
12714{
12715static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
12716test_array [0] = 0
12717
12718 ;
12719 return 0;
12720}
12721_ACEOF
12722rm -f conftest.$ac_objext
12723if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12724 (eval $ac_compile) 2>conftest.er1
12725 ac_status=$?
12726 grep -v '^ *+' conftest.er1 >conftest.err
12727 rm -f conftest.er1
12728 cat conftest.err >&5
12729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12730 (exit $ac_status); } &&
12731 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12732 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12733 (eval $ac_try) 2>&5
12734 ac_status=$?
12735 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12736 (exit $ac_status); }; } &&
12737 { ac_try='test -s conftest.$ac_objext'
12738 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12739 (eval $ac_try) 2>&5
12740 ac_status=$?
12741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12742 (exit $ac_status); }; }; then
12743 ac_hi=$ac_mid; break
7526else 12744else
12745 echo "$as_me: failed program was:" >&5
12746sed 's/^/| /' conftest.$ac_ext >&5
12747
12748ac_lo=`expr $ac_mid + 1`
12749 if test $ac_lo -le $ac_mid; then
12750 ac_lo= ac_hi=
12751 break
12752 fi
12753 ac_mid=`expr 2 '*' $ac_mid + 1`
12754fi
12755rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12756 done
12757else
12758 echo "$as_me: failed program was:" >&5
12759sed 's/^/| /' conftest.$ac_ext >&5
12760
12761cat >conftest.$ac_ext <<_ACEOF
12762/* confdefs.h. */
12763_ACEOF
12764cat confdefs.h >>conftest.$ac_ext
12765cat >>conftest.$ac_ext <<_ACEOF
12766/* end confdefs.h. */
12767$ac_includes_default
12768int
12769main ()
12770{
12771static int test_array [1 - 2 * !(((long) (sizeof (int))) < 0)];
12772test_array [0] = 0
12773
12774 ;
12775 return 0;
12776}
12777_ACEOF
12778rm -f conftest.$ac_objext
12779if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12780 (eval $ac_compile) 2>conftest.er1
12781 ac_status=$?
12782 grep -v '^ *+' conftest.er1 >conftest.err
12783 rm -f conftest.er1
12784 cat conftest.err >&5
12785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12786 (exit $ac_status); } &&
12787 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12788 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12789 (eval $ac_try) 2>&5
12790 ac_status=$?
12791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12792 (exit $ac_status); }; } &&
12793 { ac_try='test -s conftest.$ac_objext'
12794 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12795 (eval $ac_try) 2>&5
12796 ac_status=$?
12797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12798 (exit $ac_status); }; }; then
12799 ac_hi=-1 ac_mid=-1
12800 while :; do
12801 cat >conftest.$ac_ext <<_ACEOF
12802/* confdefs.h. */
12803_ACEOF
12804cat confdefs.h >>conftest.$ac_ext
12805cat >>conftest.$ac_ext <<_ACEOF
12806/* end confdefs.h. */
12807$ac_includes_default
12808int
12809main ()
12810{
12811static int test_array [1 - 2 * !(((long) (sizeof (int))) >= $ac_mid)];
12812test_array [0] = 0
12813
12814 ;
12815 return 0;
12816}
12817_ACEOF
12818rm -f conftest.$ac_objext
12819if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12820 (eval $ac_compile) 2>conftest.er1
12821 ac_status=$?
12822 grep -v '^ *+' conftest.er1 >conftest.err
12823 rm -f conftest.er1
12824 cat conftest.err >&5
12825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12826 (exit $ac_status); } &&
12827 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12828 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12829 (eval $ac_try) 2>&5
12830 ac_status=$?
12831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12832 (exit $ac_status); }; } &&
12833 { ac_try='test -s conftest.$ac_objext'
12834 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12835 (eval $ac_try) 2>&5
12836 ac_status=$?
12837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12838 (exit $ac_status); }; }; then
12839 ac_lo=$ac_mid; break
12840else
12841 echo "$as_me: failed program was:" >&5
12842sed 's/^/| /' conftest.$ac_ext >&5
12843
12844ac_hi=`expr '(' $ac_mid ')' - 1`
12845 if test $ac_mid -le $ac_hi; then
12846 ac_lo= ac_hi=
12847 break
12848 fi
12849 ac_mid=`expr 2 '*' $ac_mid`
12850fi
12851rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12852 done
12853else
12854 echo "$as_me: failed program was:" >&5
12855sed 's/^/| /' conftest.$ac_ext >&5
12856
12857ac_lo= ac_hi=
12858fi
12859rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12860fi
12861rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12862# Binary search between lo and hi bounds.
12863while test "x$ac_lo" != "x$ac_hi"; do
12864 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
7527 cat > conftest.$ac_ext <<EOF 12865 cat >conftest.$ac_ext <<_ACEOF
7528#line 7529 "configure" 12866/* confdefs.h. */
7529#include "confdefs.h" 12867_ACEOF
7530#include <ctype.h> 12868cat confdefs.h >>conftest.$ac_ext
7531#define ISLOWER(c) ('a' <= (c) && (c) <= 'z') 12869cat >>conftest.$ac_ext <<_ACEOF
7532#define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) 12870/* end confdefs.h. */
7533#define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) 12871$ac_includes_default
7534int main () { int i; for (i = 0; i < 256; i++) 12872int
7535if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2); 12873main ()
7536exit (0); } 12874{
12875static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
12876test_array [0] = 0
7537 12877
7538EOF 12878 ;
7539if { (eval echo configure:7540: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 12879 return 0;
7540then 12880}
7541 : 12881_ACEOF
12882rm -f conftest.$ac_objext
12883if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12884 (eval $ac_compile) 2>conftest.er1
12885 ac_status=$?
12886 grep -v '^ *+' conftest.er1 >conftest.err
12887 rm -f conftest.er1
12888 cat conftest.err >&5
12889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12890 (exit $ac_status); } &&
12891 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12892 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12893 (eval $ac_try) 2>&5
12894 ac_status=$?
12895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12896 (exit $ac_status); }; } &&
12897 { ac_try='test -s conftest.$ac_objext'
12898 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12899 (eval $ac_try) 2>&5
12900 ac_status=$?
12901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12902 (exit $ac_status); }; }; then
12903 ac_hi=$ac_mid
7542else 12904else
7543 echo "configure: failed program was:" >&5 12905 echo "$as_me: failed program was:" >&5
7544 cat conftest.$ac_ext >&5 12906sed 's/^/| /' conftest.$ac_ext >&5
7545 rm -fr conftest*
7546 ac_cv_header_stdc=no
7547fi
7548rm -fr conftest*
7549fi
7550 12907
12908ac_lo=`expr '(' $ac_mid ')' + 1`
7551fi 12909fi
7552fi 12910rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7553 12911done
7554echo "$ac_t""$ac_cv_header_stdc" 1>&6 12912case $ac_lo in
7555if test $ac_cv_header_stdc = yes; then 12913?*) ac_cv_sizeof_int=$ac_lo;;
7556 cat >> confdefs.h <<\EOF 12914'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
7557#define STDC_HEADERS 1 12915See \`config.log' for more details." >&5
7558EOF 12916echo "$as_me: error: cannot compute sizeof (int), 77
7559 12917See \`config.log' for more details." >&2;}
7560fi 12918 { (exit 1); exit 1; }; } ;;
7561 12919esac
7562echo $ac_n "checking for mode_t""... $ac_c" 1>&6
7563echo "configure:7564: checking for mode_t" >&5
7564if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then
7565 echo $ac_n "(cached) $ac_c" 1>&6
7566else 12920else
12921 if test "$cross_compiling" = yes; then
12922 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
12923echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
12924 { (exit 1); exit 1; }; }
12925else
7567 cat > conftest.$ac_ext <<EOF 12926 cat >conftest.$ac_ext <<_ACEOF
7568#line 7569 "configure" 12927/* confdefs.h. */
7569#include "confdefs.h" 12928_ACEOF
12929cat confdefs.h >>conftest.$ac_ext
12930cat >>conftest.$ac_ext <<_ACEOF
12931/* end confdefs.h. */
12932$ac_includes_default
12933long longval () { return (long) (sizeof (int)); }
12934unsigned long ulongval () { return (long) (sizeof (int)); }
7570#include <sys/types.h> 12935#include <stdio.h>
7571#if STDC_HEADERS
7572#include <stdlib.h> 12936#include <stdlib.h>
7573#include <stddef.h> 12937int
7574#endif 12938main ()
7575EOF 12939{
7576if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 12940
7577 egrep "(^|[^a-zA-Z_0-9])mode_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then 12941 FILE *f = fopen ("conftest.val", "w");
7578 rm -rf conftest* 12942 if (! f)
7579 ac_cv_type_mode_t=yes 12943 exit (1);
12944 if (((long) (sizeof (int))) < 0)
12945 {
12946 long i = longval ();
12947 if (i != ((long) (sizeof (int))))
12948 exit (1);
12949 fprintf (f, "%ld\n", i);
12950 }
7580else 12951 else
7581 rm -rf conftest* 12952 {
7582 ac_cv_type_mode_t=no 12953 unsigned long i = ulongval ();
12954 if (i != ((long) (sizeof (int))))
12955 exit (1);
12956 fprintf (f, "%lu\n", i);
12957 }
12958 exit (ferror (f) || fclose (f) != 0);
12959
12960 ;
12961 return 0;
12962}
12963_ACEOF
12964rm -f conftest$ac_exeext
12965if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12966 (eval $ac_link) 2>&5
12967 ac_status=$?
12968 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12969 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
12970 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12971 (eval $ac_try) 2>&5
12972 ac_status=$?
12973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12974 (exit $ac_status); }; }; then
12975 ac_cv_sizeof_int=`cat conftest.val`
12976else
12977 echo "$as_me: program exited with status $ac_status" >&5
12978echo "$as_me: failed program was:" >&5
12979sed 's/^/| /' conftest.$ac_ext >&5
12980
12981( exit $ac_status )
12982{ { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
12983See \`config.log' for more details." >&5
12984echo "$as_me: error: cannot compute sizeof (int), 77
12985See \`config.log' for more details." >&2;}
12986 { (exit 1); exit 1; }; }
7583fi 12987fi
12988rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
12989fi
12990fi
7584rm -f conftest* 12991rm -f conftest.val
7585 12992else
12993 ac_cv_sizeof_int=0
7586fi 12994fi
7587echo "$ac_t""$ac_cv_type_mode_t" 1>&6 12995fi
7588if test $ac_cv_type_mode_t = no; then 12996echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
12997echo "${ECHO_T}$ac_cv_sizeof_int" >&6
7589 cat >> confdefs.h <<\EOF 12998cat >>confdefs.h <<_ACEOF
7590#define mode_t int 12999#define SIZEOF_INT $ac_cv_sizeof_int
7591EOF 13000_ACEOF
7592 13001
7593fi
7594 13002
7595echo $ac_n "checking for pid_t""... $ac_c" 1>&6 13003echo "$as_me:$LINENO: checking for long" >&5
7596echo "configure:7597: checking for pid_t" >&5 13004echo $ECHO_N "checking for long... $ECHO_C" >&6
7597if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then 13005if test "${ac_cv_type_long+set}" = set; then
7598 echo $ac_n "(cached) $ac_c" 1>&6 13006 echo $ECHO_N "(cached) $ECHO_C" >&6
7599else 13007else
7600 cat > conftest.$ac_ext <<EOF 13008 cat >conftest.$ac_ext <<_ACEOF
7601#line 7602 "configure" 13009/* confdefs.h. */
7602#include "confdefs.h" 13010_ACEOF
13011cat confdefs.h >>conftest.$ac_ext
13012cat >>conftest.$ac_ext <<_ACEOF
13013/* end confdefs.h. */
13014$ac_includes_default
13015int
13016main ()
13017{
13018if ((long *) 0)
13019 return 0;
13020if (sizeof (long))
13021 return 0;
13022 ;
13023 return 0;
13024}
13025_ACEOF
13026rm -f conftest.$ac_objext
13027if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13028 (eval $ac_compile) 2>conftest.er1
13029 ac_status=$?
13030 grep -v '^ *+' conftest.er1 >conftest.err
13031 rm -f conftest.er1
13032 cat conftest.err >&5
13033 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13034 (exit $ac_status); } &&
13035 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13036 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13037 (eval $ac_try) 2>&5
13038 ac_status=$?
13039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13040 (exit $ac_status); }; } &&
13041 { ac_try='test -s conftest.$ac_objext'
13042 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13043 (eval $ac_try) 2>&5
13044 ac_status=$?
13045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13046 (exit $ac_status); }; }; then
13047 ac_cv_type_long=yes
13048else
13049 echo "$as_me: failed program was:" >&5
13050sed 's/^/| /' conftest.$ac_ext >&5
13051
13052ac_cv_type_long=no
13053fi
13054rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13055fi
13056echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
13057echo "${ECHO_T}$ac_cv_type_long" >&6
13058
13059echo "$as_me:$LINENO: checking size of long" >&5
13060echo $ECHO_N "checking size of long... $ECHO_C" >&6
13061if test "${ac_cv_sizeof_long+set}" = set; then
13062 echo $ECHO_N "(cached) $ECHO_C" >&6
13063else
13064 if test "$ac_cv_type_long" = yes; then
13065 # The cast to unsigned long works around a bug in the HP C Compiler
13066 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13067 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13068 # This bug is HP SR number 8606223364.
13069 if test "$cross_compiling" = yes; then
13070 # Depending upon the size, compute the lo and hi bounds.
13071cat >conftest.$ac_ext <<_ACEOF
13072/* confdefs.h. */
13073_ACEOF
13074cat confdefs.h >>conftest.$ac_ext
13075cat >>conftest.$ac_ext <<_ACEOF
13076/* end confdefs.h. */
13077$ac_includes_default
13078int
13079main ()
13080{
13081static int test_array [1 - 2 * !(((long) (sizeof (long))) >= 0)];
13082test_array [0] = 0
13083
13084 ;
13085 return 0;
13086}
13087_ACEOF
13088rm -f conftest.$ac_objext
13089if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13090 (eval $ac_compile) 2>conftest.er1
13091 ac_status=$?
13092 grep -v '^ *+' conftest.er1 >conftest.err
13093 rm -f conftest.er1
13094 cat conftest.err >&5
13095 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13096 (exit $ac_status); } &&
13097 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13098 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13099 (eval $ac_try) 2>&5
13100 ac_status=$?
13101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13102 (exit $ac_status); }; } &&
13103 { ac_try='test -s conftest.$ac_objext'
13104 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13105 (eval $ac_try) 2>&5
13106 ac_status=$?
13107 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13108 (exit $ac_status); }; }; then
13109 ac_lo=0 ac_mid=0
13110 while :; do
13111 cat >conftest.$ac_ext <<_ACEOF
13112/* confdefs.h. */
13113_ACEOF
13114cat confdefs.h >>conftest.$ac_ext
13115cat >>conftest.$ac_ext <<_ACEOF
13116/* end confdefs.h. */
13117$ac_includes_default
13118int
13119main ()
13120{
13121static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
13122test_array [0] = 0
13123
13124 ;
13125 return 0;
13126}
13127_ACEOF
13128rm -f conftest.$ac_objext
13129if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13130 (eval $ac_compile) 2>conftest.er1
13131 ac_status=$?
13132 grep -v '^ *+' conftest.er1 >conftest.err
13133 rm -f conftest.er1
13134 cat conftest.err >&5
13135 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13136 (exit $ac_status); } &&
13137 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13138 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13139 (eval $ac_try) 2>&5
13140 ac_status=$?
13141 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13142 (exit $ac_status); }; } &&
13143 { ac_try='test -s conftest.$ac_objext'
13144 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13145 (eval $ac_try) 2>&5
13146 ac_status=$?
13147 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13148 (exit $ac_status); }; }; then
13149 ac_hi=$ac_mid; break
13150else
13151 echo "$as_me: failed program was:" >&5
13152sed 's/^/| /' conftest.$ac_ext >&5
13153
13154ac_lo=`expr $ac_mid + 1`
13155 if test $ac_lo -le $ac_mid; then
13156 ac_lo= ac_hi=
13157 break
13158 fi
13159 ac_mid=`expr 2 '*' $ac_mid + 1`
13160fi
13161rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13162 done
13163else
13164 echo "$as_me: failed program was:" >&5
13165sed 's/^/| /' conftest.$ac_ext >&5
13166
13167cat >conftest.$ac_ext <<_ACEOF
13168/* confdefs.h. */
13169_ACEOF
13170cat confdefs.h >>conftest.$ac_ext
13171cat >>conftest.$ac_ext <<_ACEOF
13172/* end confdefs.h. */
13173$ac_includes_default
13174int
13175main ()
13176{
13177static int test_array [1 - 2 * !(((long) (sizeof (long))) < 0)];
13178test_array [0] = 0
13179
13180 ;
13181 return 0;
13182}
13183_ACEOF
13184rm -f conftest.$ac_objext
13185if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13186 (eval $ac_compile) 2>conftest.er1
13187 ac_status=$?
13188 grep -v '^ *+' conftest.er1 >conftest.err
13189 rm -f conftest.er1
13190 cat conftest.err >&5
13191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13192 (exit $ac_status); } &&
13193 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13194 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13195 (eval $ac_try) 2>&5
13196 ac_status=$?
13197 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13198 (exit $ac_status); }; } &&
13199 { ac_try='test -s conftest.$ac_objext'
13200 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13201 (eval $ac_try) 2>&5
13202 ac_status=$?
13203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13204 (exit $ac_status); }; }; then
13205 ac_hi=-1 ac_mid=-1
13206 while :; do
13207 cat >conftest.$ac_ext <<_ACEOF
13208/* confdefs.h. */
13209_ACEOF
13210cat confdefs.h >>conftest.$ac_ext
13211cat >>conftest.$ac_ext <<_ACEOF
13212/* end confdefs.h. */
13213$ac_includes_default
13214int
13215main ()
13216{
13217static int test_array [1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)];
13218test_array [0] = 0
13219
13220 ;
13221 return 0;
13222}
13223_ACEOF
13224rm -f conftest.$ac_objext
13225if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13226 (eval $ac_compile) 2>conftest.er1
13227 ac_status=$?
13228 grep -v '^ *+' conftest.er1 >conftest.err
13229 rm -f conftest.er1
13230 cat conftest.err >&5
13231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13232 (exit $ac_status); } &&
13233 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13234 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13235 (eval $ac_try) 2>&5
13236 ac_status=$?
13237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13238 (exit $ac_status); }; } &&
13239 { ac_try='test -s conftest.$ac_objext'
13240 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13241 (eval $ac_try) 2>&5
13242 ac_status=$?
13243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13244 (exit $ac_status); }; }; then
13245 ac_lo=$ac_mid; break
13246else
13247 echo "$as_me: failed program was:" >&5
13248sed 's/^/| /' conftest.$ac_ext >&5
13249
13250ac_hi=`expr '(' $ac_mid ')' - 1`
13251 if test $ac_mid -le $ac_hi; then
13252 ac_lo= ac_hi=
13253 break
13254 fi
13255 ac_mid=`expr 2 '*' $ac_mid`
13256fi
13257rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13258 done
13259else
13260 echo "$as_me: failed program was:" >&5
13261sed 's/^/| /' conftest.$ac_ext >&5
13262
13263ac_lo= ac_hi=
13264fi
13265rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13266fi
13267rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13268# Binary search between lo and hi bounds.
13269while test "x$ac_lo" != "x$ac_hi"; do
13270 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
13271 cat >conftest.$ac_ext <<_ACEOF
13272/* confdefs.h. */
13273_ACEOF
13274cat confdefs.h >>conftest.$ac_ext
13275cat >>conftest.$ac_ext <<_ACEOF
13276/* end confdefs.h. */
13277$ac_includes_default
13278int
13279main ()
13280{
13281static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
13282test_array [0] = 0
13283
13284 ;
13285 return 0;
13286}
13287_ACEOF
13288rm -f conftest.$ac_objext
13289if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13290 (eval $ac_compile) 2>conftest.er1
13291 ac_status=$?
13292 grep -v '^ *+' conftest.er1 >conftest.err
13293 rm -f conftest.er1
13294 cat conftest.err >&5
13295 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13296 (exit $ac_status); } &&
13297 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13298 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13299 (eval $ac_try) 2>&5
13300 ac_status=$?
13301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13302 (exit $ac_status); }; } &&
13303 { ac_try='test -s conftest.$ac_objext'
13304 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13305 (eval $ac_try) 2>&5
13306 ac_status=$?
13307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13308 (exit $ac_status); }; }; then
13309 ac_hi=$ac_mid
13310else
13311 echo "$as_me: failed program was:" >&5
13312sed 's/^/| /' conftest.$ac_ext >&5
13313
13314ac_lo=`expr '(' $ac_mid ')' + 1`
13315fi
13316rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13317done
13318case $ac_lo in
13319?*) ac_cv_sizeof_long=$ac_lo;;
13320'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
13321See \`config.log' for more details." >&5
13322echo "$as_me: error: cannot compute sizeof (long), 77
13323See \`config.log' for more details." >&2;}
13324 { (exit 1); exit 1; }; } ;;
13325esac
13326else
13327 if test "$cross_compiling" = yes; then
13328 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
13329echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
13330 { (exit 1); exit 1; }; }
13331else
13332 cat >conftest.$ac_ext <<_ACEOF
13333/* confdefs.h. */
13334_ACEOF
13335cat confdefs.h >>conftest.$ac_ext
13336cat >>conftest.$ac_ext <<_ACEOF
13337/* end confdefs.h. */
13338$ac_includes_default
13339long longval () { return (long) (sizeof (long)); }
13340unsigned long ulongval () { return (long) (sizeof (long)); }
7603#include <sys/types.h> 13341#include <stdio.h>
7604#if STDC_HEADERS
7605#include <stdlib.h> 13342#include <stdlib.h>
7606#include <stddef.h> 13343int
7607#endif 13344main ()
7608EOF 13345{
7609if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 13346
7610 egrep "(^|[^a-zA-Z_0-9])pid_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then 13347 FILE *f = fopen ("conftest.val", "w");
7611 rm -rf conftest* 13348 if (! f)
7612 ac_cv_type_pid_t=yes 13349 exit (1);
13350 if (((long) (sizeof (long))) < 0)
13351 {
13352 long i = longval ();
13353 if (i != ((long) (sizeof (long))))
13354 exit (1);
13355 fprintf (f, "%ld\n", i);
13356 }
7613else 13357 else
7614 rm -rf conftest* 13358 {
7615 ac_cv_type_pid_t=no 13359 unsigned long i = ulongval ();
13360 if (i != ((long) (sizeof (long))))
13361 exit (1);
13362 fprintf (f, "%lu\n", i);
13363 }
13364 exit (ferror (f) || fclose (f) != 0);
13365
13366 ;
13367 return 0;
13368}
13369_ACEOF
13370rm -f conftest$ac_exeext
13371if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13372 (eval $ac_link) 2>&5
13373 ac_status=$?
13374 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13375 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
13376 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13377 (eval $ac_try) 2>&5
13378 ac_status=$?
13379 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13380 (exit $ac_status); }; }; then
13381 ac_cv_sizeof_long=`cat conftest.val`
13382else
13383 echo "$as_me: program exited with status $ac_status" >&5
13384echo "$as_me: failed program was:" >&5
13385sed 's/^/| /' conftest.$ac_ext >&5
13386
13387( exit $ac_status )
13388{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
13389See \`config.log' for more details." >&5
13390echo "$as_me: error: cannot compute sizeof (long), 77
13391See \`config.log' for more details." >&2;}
13392 { (exit 1); exit 1; }; }
7616fi 13393fi
13394rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
13395fi
13396fi
7617rm -f conftest* 13397rm -f conftest.val
7618 13398else
13399 ac_cv_sizeof_long=0
7619fi 13400fi
7620echo "$ac_t""$ac_cv_type_pid_t" 1>&6 13401fi
7621if test $ac_cv_type_pid_t = no; then 13402echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
13403echo "${ECHO_T}$ac_cv_sizeof_long" >&6
7622 cat >> confdefs.h <<\EOF 13404cat >>confdefs.h <<_ACEOF
7623#define pid_t int 13405#define SIZEOF_LONG $ac_cv_sizeof_long
7624EOF 13406_ACEOF
7625 13407
7626fi
7627 13408
7628echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6 13409echo "$as_me:$LINENO: checking for long long" >&5
7629echo "configure:7630: checking for uid_t in sys/types.h" >&5 13410echo $ECHO_N "checking for long long... $ECHO_C" >&6
7630if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then 13411if test "${ac_cv_type_long_long+set}" = set; then
7631 echo $ac_n "(cached) $ac_c" 1>&6 13412 echo $ECHO_N "(cached) $ECHO_C" >&6
7632else 13413else
7633 cat > conftest.$ac_ext <<EOF 13414 cat >conftest.$ac_ext <<_ACEOF
7634#line 7635 "configure" 13415/* confdefs.h. */
7635#include "confdefs.h" 13416_ACEOF
7636#include <sys/types.h> 13417cat confdefs.h >>conftest.$ac_ext
7637EOF 13418cat >>conftest.$ac_ext <<_ACEOF
7638if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 13419/* end confdefs.h. */
7639 egrep "uid_t" >/dev/null 2>&1; then 13420$ac_includes_default
13421int
13422main ()
13423{
13424if ((long long *) 0)
13425 return 0;
13426if (sizeof (long long))
13427 return 0;
13428 ;
13429 return 0;
13430}
13431_ACEOF
13432rm -f conftest.$ac_objext
13433if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13434 (eval $ac_compile) 2>conftest.er1
13435 ac_status=$?
13436 grep -v '^ *+' conftest.er1 >conftest.err
7640 rm -rf conftest* 13437 rm -f conftest.er1
13438 cat conftest.err >&5
13439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13440 (exit $ac_status); } &&
13441 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13442 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13443 (eval $ac_try) 2>&5
13444 ac_status=$?
13445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13446 (exit $ac_status); }; } &&
13447 { ac_try='test -s conftest.$ac_objext'
13448 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13449 (eval $ac_try) 2>&5
13450 ac_status=$?
13451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13452 (exit $ac_status); }; }; then
7641 ac_cv_type_uid_t=yes 13453 ac_cv_type_long_long=yes
7642else 13454else
7643 rm -rf conftest* 13455 echo "$as_me: failed program was:" >&5
7644 ac_cv_type_uid_t=no 13456sed 's/^/| /' conftest.$ac_ext >&5
7645fi
7646rm -f conftest*
7647 13457
13458ac_cv_type_long_long=no
7648fi 13459fi
7649 13460rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7650echo "$ac_t""$ac_cv_type_uid_t" 1>&6
7651if test $ac_cv_type_uid_t = no; then
7652 cat >> confdefs.h <<\EOF
7653#define uid_t int
7654EOF
7655
7656 cat >> confdefs.h <<\EOF
7657#define gid_t int
7658EOF
7659
7660fi 13461fi
13462echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
13463echo "${ECHO_T}$ac_cv_type_long_long" >&6
7661 13464
7662 13465echo "$as_me:$LINENO: checking size of long long" >&5
7663 13466echo $ECHO_N "checking size of long long... $ECHO_C" >&6
7664echo $ac_n "checking size of char""... $ac_c" 1>&6 13467if test "${ac_cv_sizeof_long_long+set}" = set; then
7665echo "configure:7666: checking size of char" >&5
7666if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then
7667 echo $ac_n "(cached) $ac_c" 1>&6 13468 echo $ECHO_N "(cached) $ECHO_C" >&6
7668else 13469else
13470 if test "$ac_cv_type_long_long" = yes; then
13471 # The cast to unsigned long works around a bug in the HP C Compiler
13472 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13473 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13474 # This bug is HP SR number 8606223364.
7669 if test "$cross_compiling" = yes; then 13475 if test "$cross_compiling" = yes; then
7670 ac_cv_sizeof_char=1 13476 # Depending upon the size, compute the lo and hi bounds.
13477cat >conftest.$ac_ext <<_ACEOF
13478/* confdefs.h. */
13479_ACEOF
13480cat confdefs.h >>conftest.$ac_ext
13481cat >>conftest.$ac_ext <<_ACEOF
13482/* end confdefs.h. */
13483$ac_includes_default
13484int
13485main ()
13486{
13487static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
13488test_array [0] = 0
13489
13490 ;
13491 return 0;
13492}
13493_ACEOF
13494rm -f conftest.$ac_objext
13495if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13496 (eval $ac_compile) 2>conftest.er1
13497 ac_status=$?
13498 grep -v '^ *+' conftest.er1 >conftest.err
13499 rm -f conftest.er1
13500 cat conftest.err >&5
13501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13502 (exit $ac_status); } &&
13503 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13504 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13505 (eval $ac_try) 2>&5
13506 ac_status=$?
13507 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13508 (exit $ac_status); }; } &&
13509 { ac_try='test -s conftest.$ac_objext'
13510 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13511 (eval $ac_try) 2>&5
13512 ac_status=$?
13513 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13514 (exit $ac_status); }; }; then
13515 ac_lo=0 ac_mid=0
13516 while :; do
13517 cat >conftest.$ac_ext <<_ACEOF
13518/* confdefs.h. */
13519_ACEOF
13520cat confdefs.h >>conftest.$ac_ext
13521cat >>conftest.$ac_ext <<_ACEOF
13522/* end confdefs.h. */
13523$ac_includes_default
13524int
13525main ()
13526{
13527static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
13528test_array [0] = 0
13529
13530 ;
13531 return 0;
13532}
13533_ACEOF
13534rm -f conftest.$ac_objext
13535if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13536 (eval $ac_compile) 2>conftest.er1
13537 ac_status=$?
13538 grep -v '^ *+' conftest.er1 >conftest.err
13539 rm -f conftest.er1
13540 cat conftest.err >&5
13541 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13542 (exit $ac_status); } &&
13543 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13544 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13545 (eval $ac_try) 2>&5
13546 ac_status=$?
13547 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13548 (exit $ac_status); }; } &&
13549 { ac_try='test -s conftest.$ac_objext'
13550 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13551 (eval $ac_try) 2>&5
13552 ac_status=$?
13553 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13554 (exit $ac_status); }; }; then
13555 ac_hi=$ac_mid; break
7671else 13556else
13557 echo "$as_me: failed program was:" >&5
13558sed 's/^/| /' conftest.$ac_ext >&5
13559
13560ac_lo=`expr $ac_mid + 1`
13561 if test $ac_lo -le $ac_mid; then
13562 ac_lo= ac_hi=
13563 break
13564 fi
13565 ac_mid=`expr 2 '*' $ac_mid + 1`
13566fi
13567rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13568 done
13569else
13570 echo "$as_me: failed program was:" >&5
13571sed 's/^/| /' conftest.$ac_ext >&5
13572
13573cat >conftest.$ac_ext <<_ACEOF
13574/* confdefs.h. */
13575_ACEOF
13576cat confdefs.h >>conftest.$ac_ext
13577cat >>conftest.$ac_ext <<_ACEOF
13578/* end confdefs.h. */
13579$ac_includes_default
13580int
13581main ()
13582{
13583static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
13584test_array [0] = 0
13585
13586 ;
13587 return 0;
13588}
13589_ACEOF
13590rm -f conftest.$ac_objext
13591if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13592 (eval $ac_compile) 2>conftest.er1
13593 ac_status=$?
13594 grep -v '^ *+' conftest.er1 >conftest.err
13595 rm -f conftest.er1
13596 cat conftest.err >&5
13597 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13598 (exit $ac_status); } &&
13599 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13600 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13601 (eval $ac_try) 2>&5
13602 ac_status=$?
13603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13604 (exit $ac_status); }; } &&
13605 { ac_try='test -s conftest.$ac_objext'
13606 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13607 (eval $ac_try) 2>&5
13608 ac_status=$?
13609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13610 (exit $ac_status); }; }; then
13611 ac_hi=-1 ac_mid=-1
13612 while :; do
13613 cat >conftest.$ac_ext <<_ACEOF
13614/* confdefs.h. */
13615_ACEOF
13616cat confdefs.h >>conftest.$ac_ext
13617cat >>conftest.$ac_ext <<_ACEOF
13618/* end confdefs.h. */
13619$ac_includes_default
13620int
13621main ()
13622{
13623static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
13624test_array [0] = 0
13625
13626 ;
13627 return 0;
13628}
13629_ACEOF
13630rm -f conftest.$ac_objext
13631if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13632 (eval $ac_compile) 2>conftest.er1
13633 ac_status=$?
13634 grep -v '^ *+' conftest.er1 >conftest.err
13635 rm -f conftest.er1
13636 cat conftest.err >&5
13637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13638 (exit $ac_status); } &&
13639 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13640 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13641 (eval $ac_try) 2>&5
13642 ac_status=$?
13643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13644 (exit $ac_status); }; } &&
13645 { ac_try='test -s conftest.$ac_objext'
13646 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13647 (eval $ac_try) 2>&5
13648 ac_status=$?
13649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13650 (exit $ac_status); }; }; then
13651 ac_lo=$ac_mid; break
13652else
13653 echo "$as_me: failed program was:" >&5
13654sed 's/^/| /' conftest.$ac_ext >&5
13655
13656ac_hi=`expr '(' $ac_mid ')' - 1`
13657 if test $ac_mid -le $ac_hi; then
13658 ac_lo= ac_hi=
13659 break
13660 fi
13661 ac_mid=`expr 2 '*' $ac_mid`
13662fi
13663rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13664 done
13665else
13666 echo "$as_me: failed program was:" >&5
13667sed 's/^/| /' conftest.$ac_ext >&5
13668
13669ac_lo= ac_hi=
13670fi
13671rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13672fi
13673rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13674# Binary search between lo and hi bounds.
13675while test "x$ac_lo" != "x$ac_hi"; do
13676 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
7672 cat > conftest.$ac_ext <<EOF 13677 cat >conftest.$ac_ext <<_ACEOF
7673#line 7674 "configure" 13678/* confdefs.h. */
7674#include "confdefs.h" 13679_ACEOF
13680cat confdefs.h >>conftest.$ac_ext
13681cat >>conftest.$ac_ext <<_ACEOF
13682/* end confdefs.h. */
13683$ac_includes_default
13684int
13685main ()
13686{
13687static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
13688test_array [0] = 0
13689
13690 ;
13691 return 0;
13692}
13693_ACEOF
13694rm -f conftest.$ac_objext
13695if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13696 (eval $ac_compile) 2>conftest.er1
13697 ac_status=$?
13698 grep -v '^ *+' conftest.er1 >conftest.err
13699 rm -f conftest.er1
13700 cat conftest.err >&5
13701 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13702 (exit $ac_status); } &&
13703 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13704 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13705 (eval $ac_try) 2>&5
13706 ac_status=$?
13707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13708 (exit $ac_status); }; } &&
13709 { ac_try='test -s conftest.$ac_objext'
13710 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13711 (eval $ac_try) 2>&5
13712 ac_status=$?
13713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13714 (exit $ac_status); }; }; then
13715 ac_hi=$ac_mid
13716else
13717 echo "$as_me: failed program was:" >&5
13718sed 's/^/| /' conftest.$ac_ext >&5
13719
13720ac_lo=`expr '(' $ac_mid ')' + 1`
13721fi
13722rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13723done
13724case $ac_lo in
13725?*) ac_cv_sizeof_long_long=$ac_lo;;
13726'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
13727See \`config.log' for more details." >&5
13728echo "$as_me: error: cannot compute sizeof (long long), 77
13729See \`config.log' for more details." >&2;}
13730 { (exit 1); exit 1; }; } ;;
13731esac
13732else
13733 if test "$cross_compiling" = yes; then
13734 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
13735echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
13736 { (exit 1); exit 1; }; }
13737else
13738 cat >conftest.$ac_ext <<_ACEOF
13739/* confdefs.h. */
13740_ACEOF
13741cat confdefs.h >>conftest.$ac_ext
13742cat >>conftest.$ac_ext <<_ACEOF
13743/* end confdefs.h. */
13744$ac_includes_default
13745long longval () { return (long) (sizeof (long long)); }
13746unsigned long ulongval () { return (long) (sizeof (long long)); }
7675#include <stdio.h> 13747#include <stdio.h>
7676#include <sys/types.h> 13748#include <stdlib.h>
13749int
7677main() 13750main ()
7678{ 13751{
13752
7679 FILE *f=fopen("conftestval", "w"); 13753 FILE *f = fopen ("conftest.val", "w");
7680 if (!f) exit(1); 13754 if (! f)
7681 fprintf(f, "%d\n", sizeof(char));
7682 exit(0); 13755 exit (1);
13756 if (((long) (sizeof (long long))) < 0)
13757 {
13758 long i = longval ();
13759 if (i != ((long) (sizeof (long long))))
13760 exit (1);
13761 fprintf (f, "%ld\n", i);
13762 }
13763 else
13764 {
13765 unsigned long i = ulongval ();
13766 if (i != ((long) (sizeof (long long))))
13767 exit (1);
13768 fprintf (f, "%lu\n", i);
13769 }
13770 exit (ferror (f) || fclose (f) != 0);
13771
13772 ;
13773 return 0;
7683} 13774}
7684EOF 13775_ACEOF
7685if { (eval echo configure:7686: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 13776rm -f conftest$ac_exeext
7686then 13777if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13778 (eval $ac_link) 2>&5
13779 ac_status=$?
13780 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13781 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
13782 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13783 (eval $ac_try) 2>&5
13784 ac_status=$?
13785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13786 (exit $ac_status); }; }; then
7687 ac_cv_sizeof_char=`cat conftestval` 13787 ac_cv_sizeof_long_long=`cat conftest.val`
7688else 13788else
13789 echo "$as_me: program exited with status $ac_status" >&5
7689 echo "configure: failed program was:" >&5 13790echo "$as_me: failed program was:" >&5
7690 cat conftest.$ac_ext >&5 13791sed 's/^/| /' conftest.$ac_ext >&5
7691 rm -fr conftest* 13792
7692 ac_cv_sizeof_char=0 13793( exit $ac_status )
13794{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
13795See \`config.log' for more details." >&5
13796echo "$as_me: error: cannot compute sizeof (long long), 77
13797See \`config.log' for more details." >&2;}
13798 { (exit 1); exit 1; }; }
7693fi 13799fi
13800rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
13801fi
13802fi
7694rm -fr conftest* 13803rm -f conftest.val
13804else
13805 ac_cv_sizeof_long_long=0
7695fi 13806fi
7696
7697fi 13807fi
7698echo "$ac_t""$ac_cv_sizeof_char" 1>&6 13808echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
13809echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
7699cat >> confdefs.h <<EOF 13810cat >>confdefs.h <<_ACEOF
7700#define SIZEOF_CHAR $ac_cv_sizeof_char 13811#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
7701EOF 13812_ACEOF
7702 13813
7703 13814
7704echo $ac_n "checking size of short""... $ac_c" 1>&6 13815echo "$as_me:$LINENO: checking for int *" >&5
7705echo "configure:7706: checking size of short" >&5 13816echo $ECHO_N "checking for int *... $ECHO_C" >&6
7706if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then 13817if test "${ac_cv_type_int_p+set}" = set; then
7707 echo $ac_n "(cached) $ac_c" 1>&6 13818 echo $ECHO_N "(cached) $ECHO_C" >&6
7708else 13819else
13820 cat >conftest.$ac_ext <<_ACEOF
13821/* confdefs.h. */
13822_ACEOF
13823cat confdefs.h >>conftest.$ac_ext
13824cat >>conftest.$ac_ext <<_ACEOF
13825/* end confdefs.h. */
13826$ac_includes_default
13827int
13828main ()
13829{
13830if ((int * *) 0)
13831 return 0;
13832if (sizeof (int *))
13833 return 0;
13834 ;
13835 return 0;
13836}
13837_ACEOF
13838rm -f conftest.$ac_objext
13839if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13840 (eval $ac_compile) 2>conftest.er1
13841 ac_status=$?
13842 grep -v '^ *+' conftest.er1 >conftest.err
13843 rm -f conftest.er1
13844 cat conftest.err >&5
13845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13846 (exit $ac_status); } &&
13847 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13848 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13849 (eval $ac_try) 2>&5
13850 ac_status=$?
13851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13852 (exit $ac_status); }; } &&
13853 { ac_try='test -s conftest.$ac_objext'
13854 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13855 (eval $ac_try) 2>&5
13856 ac_status=$?
13857 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13858 (exit $ac_status); }; }; then
13859 ac_cv_type_int_p=yes
13860else
13861 echo "$as_me: failed program was:" >&5
13862sed 's/^/| /' conftest.$ac_ext >&5
13863
13864ac_cv_type_int_p=no
13865fi
13866rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13867fi
13868echo "$as_me:$LINENO: result: $ac_cv_type_int_p" >&5
13869echo "${ECHO_T}$ac_cv_type_int_p" >&6
13870
13871echo "$as_me:$LINENO: checking size of int *" >&5
13872echo $ECHO_N "checking size of int *... $ECHO_C" >&6
13873if test "${ac_cv_sizeof_int_p+set}" = set; then
13874 echo $ECHO_N "(cached) $ECHO_C" >&6
13875else
13876 if test "$ac_cv_type_int_p" = yes; then
13877 # The cast to unsigned long works around a bug in the HP C Compiler
13878 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13879 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13880 # This bug is HP SR number 8606223364.
7709 if test "$cross_compiling" = yes; then 13881 if test "$cross_compiling" = yes; then
7710 ac_cv_sizeof_short=2 13882 # Depending upon the size, compute the lo and hi bounds.
13883cat >conftest.$ac_ext <<_ACEOF
13884/* confdefs.h. */
13885_ACEOF
13886cat confdefs.h >>conftest.$ac_ext
13887cat >>conftest.$ac_ext <<_ACEOF
13888/* end confdefs.h. */
13889$ac_includes_default
13890int
13891main ()
13892{
13893static int test_array [1 - 2 * !(((long) (sizeof (int *))) >= 0)];
13894test_array [0] = 0
13895
13896 ;
13897 return 0;
13898}
13899_ACEOF
13900rm -f conftest.$ac_objext
13901if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13902 (eval $ac_compile) 2>conftest.er1
13903 ac_status=$?
13904 grep -v '^ *+' conftest.er1 >conftest.err
13905 rm -f conftest.er1
13906 cat conftest.err >&5
13907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13908 (exit $ac_status); } &&
13909 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13910 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13911 (eval $ac_try) 2>&5
13912 ac_status=$?
13913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13914 (exit $ac_status); }; } &&
13915 { ac_try='test -s conftest.$ac_objext'
13916 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13917 (eval $ac_try) 2>&5
13918 ac_status=$?
13919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13920 (exit $ac_status); }; }; then
13921 ac_lo=0 ac_mid=0
13922 while :; do
13923 cat >conftest.$ac_ext <<_ACEOF
13924/* confdefs.h. */
13925_ACEOF
13926cat confdefs.h >>conftest.$ac_ext
13927cat >>conftest.$ac_ext <<_ACEOF
13928/* end confdefs.h. */
13929$ac_includes_default
13930int
13931main ()
13932{
13933static int test_array [1 - 2 * !(((long) (sizeof (int *))) <= $ac_mid)];
13934test_array [0] = 0
13935
13936 ;
13937 return 0;
13938}
13939_ACEOF
13940rm -f conftest.$ac_objext
13941if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13942 (eval $ac_compile) 2>conftest.er1
13943 ac_status=$?
13944 grep -v '^ *+' conftest.er1 >conftest.err
13945 rm -f conftest.er1
13946 cat conftest.err >&5
13947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13948 (exit $ac_status); } &&
13949 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13950 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13951 (eval $ac_try) 2>&5
13952 ac_status=$?
13953 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13954 (exit $ac_status); }; } &&
13955 { ac_try='test -s conftest.$ac_objext'
13956 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13957 (eval $ac_try) 2>&5
13958 ac_status=$?
13959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13960 (exit $ac_status); }; }; then
13961 ac_hi=$ac_mid; break
7711else 13962else
13963 echo "$as_me: failed program was:" >&5
13964sed 's/^/| /' conftest.$ac_ext >&5
13965
13966ac_lo=`expr $ac_mid + 1`
13967 if test $ac_lo -le $ac_mid; then
13968 ac_lo= ac_hi=
13969 break
13970 fi
13971 ac_mid=`expr 2 '*' $ac_mid + 1`
13972fi
13973rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13974 done
13975else
13976 echo "$as_me: failed program was:" >&5
13977sed 's/^/| /' conftest.$ac_ext >&5
13978
13979cat >conftest.$ac_ext <<_ACEOF
13980/* confdefs.h. */
13981_ACEOF
13982cat confdefs.h >>conftest.$ac_ext
13983cat >>conftest.$ac_ext <<_ACEOF
13984/* end confdefs.h. */
13985$ac_includes_default
13986int
13987main ()
13988{
13989static int test_array [1 - 2 * !(((long) (sizeof (int *))) < 0)];
13990test_array [0] = 0
13991
13992 ;
13993 return 0;
13994}
13995_ACEOF
13996rm -f conftest.$ac_objext
13997if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13998 (eval $ac_compile) 2>conftest.er1
13999 ac_status=$?
14000 grep -v '^ *+' conftest.er1 >conftest.err
14001 rm -f conftest.er1
14002 cat conftest.err >&5
14003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14004 (exit $ac_status); } &&
14005 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14006 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14007 (eval $ac_try) 2>&5
14008 ac_status=$?
14009 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14010 (exit $ac_status); }; } &&
14011 { ac_try='test -s conftest.$ac_objext'
14012 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14013 (eval $ac_try) 2>&5
14014 ac_status=$?
14015 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14016 (exit $ac_status); }; }; then
14017 ac_hi=-1 ac_mid=-1
14018 while :; do
14019 cat >conftest.$ac_ext <<_ACEOF
14020/* confdefs.h. */
14021_ACEOF
14022cat confdefs.h >>conftest.$ac_ext
14023cat >>conftest.$ac_ext <<_ACEOF
14024/* end confdefs.h. */
14025$ac_includes_default
14026int
14027main ()
14028{
14029static int test_array [1 - 2 * !(((long) (sizeof (int *))) >= $ac_mid)];
14030test_array [0] = 0
14031
14032 ;
14033 return 0;
14034}
14035_ACEOF
14036rm -f conftest.$ac_objext
14037if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14038 (eval $ac_compile) 2>conftest.er1
14039 ac_status=$?
14040 grep -v '^ *+' conftest.er1 >conftest.err
14041 rm -f conftest.er1
14042 cat conftest.err >&5
14043 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14044 (exit $ac_status); } &&
14045 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14046 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14047 (eval $ac_try) 2>&5
14048 ac_status=$?
14049 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14050 (exit $ac_status); }; } &&
14051 { ac_try='test -s conftest.$ac_objext'
14052 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14053 (eval $ac_try) 2>&5
14054 ac_status=$?
14055 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14056 (exit $ac_status); }; }; then
14057 ac_lo=$ac_mid; break
14058else
14059 echo "$as_me: failed program was:" >&5
14060sed 's/^/| /' conftest.$ac_ext >&5
14061
14062ac_hi=`expr '(' $ac_mid ')' - 1`
14063 if test $ac_mid -le $ac_hi; then
14064 ac_lo= ac_hi=
14065 break
14066 fi
14067 ac_mid=`expr 2 '*' $ac_mid`
14068fi
14069rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14070 done
14071else
14072 echo "$as_me: failed program was:" >&5
14073sed 's/^/| /' conftest.$ac_ext >&5
14074
14075ac_lo= ac_hi=
14076fi
14077rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14078fi
14079rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14080# Binary search between lo and hi bounds.
14081while test "x$ac_lo" != "x$ac_hi"; do
14082 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
7712 cat > conftest.$ac_ext <<EOF 14083 cat >conftest.$ac_ext <<_ACEOF
7713#line 7714 "configure" 14084/* confdefs.h. */
7714#include "confdefs.h" 14085_ACEOF
14086cat confdefs.h >>conftest.$ac_ext
14087cat >>conftest.$ac_ext <<_ACEOF
14088/* end confdefs.h. */
14089$ac_includes_default
14090int
14091main ()
14092{
14093static int test_array [1 - 2 * !(((long) (sizeof (int *))) <= $ac_mid)];
14094test_array [0] = 0
14095
14096 ;
14097 return 0;
14098}
14099_ACEOF
14100rm -f conftest.$ac_objext
14101if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14102 (eval $ac_compile) 2>conftest.er1
14103 ac_status=$?
14104 grep -v '^ *+' conftest.er1 >conftest.err
14105 rm -f conftest.er1
14106 cat conftest.err >&5
14107 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14108 (exit $ac_status); } &&
14109 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14110 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14111 (eval $ac_try) 2>&5
14112 ac_status=$?
14113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14114 (exit $ac_status); }; } &&
14115 { ac_try='test -s conftest.$ac_objext'
14116 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14117 (eval $ac_try) 2>&5
14118 ac_status=$?
14119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14120 (exit $ac_status); }; }; then
14121 ac_hi=$ac_mid
14122else
14123 echo "$as_me: failed program was:" >&5
14124sed 's/^/| /' conftest.$ac_ext >&5
14125
14126ac_lo=`expr '(' $ac_mid ')' + 1`
14127fi
14128rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14129done
14130case $ac_lo in
14131?*) ac_cv_sizeof_int_p=$ac_lo;;
14132'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int *), 77
14133See \`config.log' for more details." >&5
14134echo "$as_me: error: cannot compute sizeof (int *), 77
14135See \`config.log' for more details." >&2;}
14136 { (exit 1); exit 1; }; } ;;
14137esac
14138else
14139 if test "$cross_compiling" = yes; then
14140 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
14141echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
14142 { (exit 1); exit 1; }; }
14143else
14144 cat >conftest.$ac_ext <<_ACEOF
14145/* confdefs.h. */
14146_ACEOF
14147cat confdefs.h >>conftest.$ac_ext
14148cat >>conftest.$ac_ext <<_ACEOF
14149/* end confdefs.h. */
14150$ac_includes_default
14151long longval () { return (long) (sizeof (int *)); }
14152unsigned long ulongval () { return (long) (sizeof (int *)); }
7715#include <stdio.h> 14153#include <stdio.h>
7716#include <sys/types.h> 14154#include <stdlib.h>
14155int
7717main() 14156main ()
7718{ 14157{
14158
7719 FILE *f=fopen("conftestval", "w"); 14159 FILE *f = fopen ("conftest.val", "w");
7720 if (!f) exit(1); 14160 if (! f)
7721 fprintf(f, "%d\n", sizeof(short));
7722 exit(0); 14161 exit (1);
14162 if (((long) (sizeof (int *))) < 0)
14163 {
14164 long i = longval ();
14165 if (i != ((long) (sizeof (int *))))
14166 exit (1);
14167 fprintf (f, "%ld\n", i);
14168 }
14169 else
14170 {
14171 unsigned long i = ulongval ();
14172 if (i != ((long) (sizeof (int *))))
14173 exit (1);
14174 fprintf (f, "%lu\n", i);
14175 }
14176 exit (ferror (f) || fclose (f) != 0);
14177
14178 ;
14179 return 0;
7723} 14180}
7724EOF 14181_ACEOF
7725if { (eval echo configure:7726: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 14182rm -f conftest$ac_exeext
7726then 14183if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14184 (eval $ac_link) 2>&5
14185 ac_status=$?
14186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14187 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
14188 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14189 (eval $ac_try) 2>&5
14190 ac_status=$?
14191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14192 (exit $ac_status); }; }; then
7727 ac_cv_sizeof_short=`cat conftestval` 14193 ac_cv_sizeof_int_p=`cat conftest.val`
7728else 14194else
14195 echo "$as_me: program exited with status $ac_status" >&5
7729 echo "configure: failed program was:" >&5 14196echo "$as_me: failed program was:" >&5
7730 cat conftest.$ac_ext >&5 14197sed 's/^/| /' conftest.$ac_ext >&5
7731 rm -fr conftest* 14198
7732 ac_cv_sizeof_short=0 14199( exit $ac_status )
14200{ { echo "$as_me:$LINENO: error: cannot compute sizeof (int *), 77
14201See \`config.log' for more details." >&5
14202echo "$as_me: error: cannot compute sizeof (int *), 77
14203See \`config.log' for more details." >&2;}
14204 { (exit 1); exit 1; }; }
7733fi 14205fi
14206rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
14207fi
14208fi
7734rm -fr conftest* 14209rm -f conftest.val
14210else
14211 ac_cv_sizeof_int_p=0
7735fi 14212fi
7736
7737fi 14213fi
7738echo "$ac_t""$ac_cv_sizeof_short" 1>&6 14214echo "$as_me:$LINENO: result: $ac_cv_sizeof_int_p" >&5
14215echo "${ECHO_T}$ac_cv_sizeof_int_p" >&6
7739cat >> confdefs.h <<EOF 14216cat >>confdefs.h <<_ACEOF
7740#define SIZEOF_SHORT $ac_cv_sizeof_short 14217#define SIZEOF_INT_P $ac_cv_sizeof_int_p
7741EOF 14218_ACEOF
7742 14219
7743 14220
7744echo $ac_n "checking size of int""... $ac_c" 1>&6 14221
7745echo "configure:7746: checking size of int" >&5 14222
7746if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then 14223echo "$as_me:$LINENO: checking for int16_t" >&5
14224echo $ECHO_N "checking for int16_t... $ECHO_C" >&6
14225if test "${rxvt_cv_int16_t+set}" = set; then
7747 echo $ac_n "(cached) $ac_c" 1>&6 14226 echo $ECHO_N "(cached) $ECHO_C" >&6
7748else 14227else
7749 if test "$cross_compiling" = yes; then
7750 ac_cv_sizeof_int=4
7751else
7752 cat > conftest.$ac_ext <<EOF 14228 cat >conftest.$ac_ext <<_ACEOF
7753#line 7754 "configure" 14229/* confdefs.h. */
7754#include "confdefs.h" 14230_ACEOF
14231cat confdefs.h >>conftest.$ac_ext
14232cat >>conftest.$ac_ext <<_ACEOF
14233/* end confdefs.h. */
7755#include <stdio.h> 14234#include <stdint.h>
7756#include <sys/types.h> 14235int
7757main() 14236main ()
7758{ 14237{
7759 FILE *f=fopen("conftestval", "w"); 14238int16_t dummy;
7760 if (!f) exit(1); 14239 ;
7761 fprintf(f, "%d\n", sizeof(int)); 14240 return 0;
7762 exit(0);
7763} 14241}
7764EOF 14242_ACEOF
7765if { (eval echo configure:7766: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 14243rm -f conftest.$ac_objext
7766then 14244if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7767 ac_cv_sizeof_int=`cat conftestval` 14245 (eval $ac_compile) 2>conftest.er1
7768else 14246 ac_status=$?
7769 echo "configure: failed program was:" >&5 14247 grep -v '^ *+' conftest.er1 >conftest.err
7770 cat conftest.$ac_ext >&5
7771 rm -fr conftest* 14248 rm -f conftest.er1
7772 ac_cv_sizeof_int=0
7773fi
7774rm -fr conftest*
7775fi
7776
7777fi
7778echo "$ac_t""$ac_cv_sizeof_int" 1>&6
7779cat >> confdefs.h <<EOF
7780#define SIZEOF_INT $ac_cv_sizeof_int
7781EOF
7782
7783
7784echo $ac_n "checking size of long""... $ac_c" 1>&6
7785echo "configure:7786: checking size of long" >&5
7786if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
7787 echo $ac_n "(cached) $ac_c" 1>&6
7788else
7789 if test "$cross_compiling" = yes; then
7790 ac_cv_sizeof_long=4
7791else
7792 cat > conftest.$ac_ext <<EOF
7793#line 7794 "configure"
7794#include "confdefs.h"
7795#include <stdio.h>
7796#include <sys/types.h>
7797main()
7798{
7799 FILE *f=fopen("conftestval", "w");
7800 if (!f) exit(1);
7801 fprintf(f, "%d\n", sizeof(long));
7802 exit(0);
7803}
7804EOF
7805if { (eval echo configure:7806: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
7806then
7807 ac_cv_sizeof_long=`cat conftestval`
7808else
7809 echo "configure: failed program was:" >&5
7810 cat conftest.$ac_ext >&5 14249 cat conftest.err >&5
7811 rm -fr conftest* 14250 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7812 ac_cv_sizeof_long=0 14251 (exit $ac_status); } &&
7813fi 14252 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7814rm -fr conftest* 14253 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7815fi 14254 (eval $ac_try) 2>&5
7816 14255 ac_status=$?
7817fi 14256 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7818echo "$ac_t""$ac_cv_sizeof_long" 1>&6 14257 (exit $ac_status); }; } &&
7819cat >> confdefs.h <<EOF 14258 { ac_try='test -s conftest.$ac_objext'
7820#define SIZEOF_LONG $ac_cv_sizeof_long 14259 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7821EOF 14260 (eval $ac_try) 2>&5
7822 14261 ac_status=$?
7823 14262 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7824echo $ac_n "checking size of long long""... $ac_c" 1>&6 14263 (exit $ac_status); }; }; then
7825echo "configure:7826: checking size of long long" >&5
7826if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then
7827 echo $ac_n "(cached) $ac_c" 1>&6
7828else
7829 if test "$cross_compiling" = yes; then
7830 ac_cv_sizeof_long_long=8
7831else
7832 cat > conftest.$ac_ext <<EOF
7833#line 7834 "configure"
7834#include "confdefs.h"
7835#include <stdio.h>
7836#include <sys/types.h>
7837main()
7838{
7839 FILE *f=fopen("conftestval", "w");
7840 if (!f) exit(1);
7841 fprintf(f, "%d\n", sizeof(long long));
7842 exit(0);
7843}
7844EOF
7845if { (eval echo configure:7846: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
7846then
7847 ac_cv_sizeof_long_long=`cat conftestval`
7848else
7849 echo "configure: failed program was:" >&5
7850 cat conftest.$ac_ext >&5
7851 rm -fr conftest*
7852 ac_cv_sizeof_long_long=0
7853fi
7854rm -fr conftest*
7855fi
7856
7857fi
7858echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6
7859cat >> confdefs.h <<EOF
7860#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
7861EOF
7862
7863
7864echo $ac_n "checking size of int *""... $ac_c" 1>&6
7865echo "configure:7866: checking size of int *" >&5
7866if eval "test \"`echo '$''{'ac_cv_sizeof_int_p'+set}'`\" = set"; then
7867 echo $ac_n "(cached) $ac_c" 1>&6
7868else
7869 if test "$cross_compiling" = yes; then
7870 ac_cv_sizeof_int_p=4
7871else
7872 cat > conftest.$ac_ext <<EOF
7873#line 7874 "configure"
7874#include "confdefs.h"
7875#include <stdio.h>
7876#include <sys/types.h>
7877main()
7878{
7879 FILE *f=fopen("conftestval", "w");
7880 if (!f) exit(1);
7881 fprintf(f, "%d\n", sizeof(int *));
7882 exit(0);
7883}
7884EOF
7885if { (eval echo configure:7886: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
7886then
7887 ac_cv_sizeof_int_p=`cat conftestval`
7888else
7889 echo "configure: failed program was:" >&5
7890 cat conftest.$ac_ext >&5
7891 rm -fr conftest*
7892 ac_cv_sizeof_int_p=0
7893fi
7894rm -fr conftest*
7895fi
7896
7897fi
7898echo "$ac_t""$ac_cv_sizeof_int_p" 1>&6
7899cat >> confdefs.h <<EOF
7900#define SIZEOF_INT_P $ac_cv_sizeof_int_p
7901EOF
7902
7903
7904
7905
7906echo $ac_n "checking for int16_t""... $ac_c" 1>&6
7907echo "configure:7908: checking for int16_t" >&5
7908if eval "test \"`echo '$''{'rxvt_cv_int16_t'+set}'`\" = set"; then
7909 echo $ac_n "(cached) $ac_c" 1>&6
7910else
7911 cat > conftest.$ac_ext <<EOF
7912#line 7913 "configure"
7913#include "confdefs.h"
7914#include <stdint.h>
7915int main() {
7916int16_t dummy;
7917; return 0; }
7918EOF
7919if { (eval echo configure:7920: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7920 rm -rf conftest*
7921 rxvt_cv_int16_t=yes 14264 rxvt_cv_int16_t=yes
7922else 14265else
7923 echo "configure: failed program was:" >&5 14266 echo "$as_me: failed program was:" >&5
7924 cat conftest.$ac_ext >&5 14267sed 's/^/| /' conftest.$ac_ext >&5
7925 rm -rf conftest* 14268
7926 if test $ac_cv_sizeof_char -ge 2; then 14269if test $ac_cv_sizeof_char -ge 2; then
7927 rxvt_cv_int16_t=" char" 14270 rxvt_cv_int16_t=" char"
7928else 14271else
7929 if test $ac_cv_sizeof_short -ge 2; then 14272 if test $ac_cv_sizeof_short -ge 2; then
7930 rxvt_cv_int16_t=" short" 14273 rxvt_cv_int16_t=" short"
7931 else 14274 else
7943 fi 14286 fi
7944 fi 14287 fi
7945 fi 14288 fi
7946fi 14289fi
7947fi 14290fi
7948rm -f conftest* 14291rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7949fi 14292fi
7950 14293echo "$as_me:$LINENO: result: $rxvt_cv_int16_t" >&5
7951echo "$ac_t""$rxvt_cv_int16_t" 1>&6 14294echo "${ECHO_T}$rxvt_cv_int16_t" >&6
7952if test x"$rxvt_cv_int16_t" != xyes; then 14295if test x"$rxvt_cv_int16_t" != xyes; then
7953 rxvt_int16_typedef="typedef $rxvt_cv_int16_t int16_t;" 14296 rxvt_int16_typedef="typedef $rxvt_cv_int16_t int16_t;"
7954else 14297else
7955 if test x"" = x; then 14298 if test x"" = x; then
7956 rxvt_int16_typedef="/* typedef short int16_t; */" 14299 rxvt_int16_typedef="/* typedef short int16_t; */"
7957 else 14300 else
7958 rxvt_int16_typedef="/* typedef short int16_t; */" 14301 rxvt_int16_typedef="/* typedef short int16_t; */"
7959 fi 14302 fi
7960fi 14303fi
7961 14304
14305echo "$as_me:$LINENO: checking for uint16_t" >&5
7962echo $ac_n "checking for uint16_t""... $ac_c" 1>&6 14306echo $ECHO_N "checking for uint16_t... $ECHO_C" >&6
7963echo "configure:7964: checking for uint16_t" >&5
7964if eval "test \"`echo '$''{'rxvt_cv_uint16_t'+set}'`\" = set"; then 14307if test "${rxvt_cv_uint16_t+set}" = set; then
7965 echo $ac_n "(cached) $ac_c" 1>&6 14308 echo $ECHO_N "(cached) $ECHO_C" >&6
7966else 14309else
7967 cat > conftest.$ac_ext <<EOF 14310 cat >conftest.$ac_ext <<_ACEOF
7968#line 7969 "configure" 14311/* confdefs.h. */
7969#include "confdefs.h" 14312_ACEOF
14313cat confdefs.h >>conftest.$ac_ext
14314cat >>conftest.$ac_ext <<_ACEOF
14315/* end confdefs.h. */
7970#include <stdint.h> 14316#include <stdint.h>
7971int main() { 14317int
14318main ()
14319{
7972uint16_t dummy; 14320uint16_t dummy;
14321 ;
7973; return 0; } 14322 return 0;
7974EOF 14323}
7975if { (eval echo configure:7976: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 14324_ACEOF
14325rm -f conftest.$ac_objext
14326if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14327 (eval $ac_compile) 2>conftest.er1
14328 ac_status=$?
14329 grep -v '^ *+' conftest.er1 >conftest.err
7976 rm -rf conftest* 14330 rm -f conftest.er1
14331 cat conftest.err >&5
14332 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14333 (exit $ac_status); } &&
14334 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14335 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14336 (eval $ac_try) 2>&5
14337 ac_status=$?
14338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14339 (exit $ac_status); }; } &&
14340 { ac_try='test -s conftest.$ac_objext'
14341 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14342 (eval $ac_try) 2>&5
14343 ac_status=$?
14344 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14345 (exit $ac_status); }; }; then
7977 rxvt_cv_uint16_t=yes 14346 rxvt_cv_uint16_t=yes
7978else 14347else
7979 echo "configure: failed program was:" >&5 14348 echo "$as_me: failed program was:" >&5
7980 cat conftest.$ac_ext >&5 14349sed 's/^/| /' conftest.$ac_ext >&5
7981 rm -rf conftest* 14350
7982 if test $ac_cv_sizeof_char -ge 2; then 14351if test $ac_cv_sizeof_char -ge 2; then
7983 rxvt_cv_uint16_t="unsigned char" 14352 rxvt_cv_uint16_t="unsigned char"
7984else 14353else
7985 if test $ac_cv_sizeof_short -ge 2; then 14354 if test $ac_cv_sizeof_short -ge 2; then
7986 rxvt_cv_uint16_t="unsigned short" 14355 rxvt_cv_uint16_t="unsigned short"
7987 else 14356 else
7999 fi 14368 fi
8000 fi 14369 fi
8001 fi 14370 fi
8002fi 14371fi
8003fi 14372fi
8004rm -f conftest* 14373rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8005fi 14374fi
8006 14375echo "$as_me:$LINENO: result: $rxvt_cv_uint16_t" >&5
8007echo "$ac_t""$rxvt_cv_uint16_t" 1>&6 14376echo "${ECHO_T}$rxvt_cv_uint16_t" >&6
8008if test x"$rxvt_cv_uint16_t" != xyes; then 14377if test x"$rxvt_cv_uint16_t" != xyes; then
8009 rxvt_uint16_typedef="typedef $rxvt_cv_uint16_t uint16_t;" 14378 rxvt_uint16_typedef="typedef $rxvt_cv_uint16_t uint16_t;"
8010else 14379else
8011 if test x"unsigned" = x; then 14380 if test x"unsigned" = x; then
8012 rxvt_uint16_typedef="/* typedef short uint16_t; */" 14381 rxvt_uint16_typedef="/* typedef short uint16_t; */"
8013 else 14382 else
8014 rxvt_uint16_typedef="/* typedef unsigned short uint16_t; */" 14383 rxvt_uint16_typedef="/* typedef unsigned short uint16_t; */"
8015 fi 14384 fi
8016fi 14385fi
8017 14386
14387echo "$as_me:$LINENO: checking for int32_t" >&5
8018echo $ac_n "checking for int32_t""... $ac_c" 1>&6 14388echo $ECHO_N "checking for int32_t... $ECHO_C" >&6
8019echo "configure:8020: checking for int32_t" >&5
8020if eval "test \"`echo '$''{'rxvt_cv_int32_t'+set}'`\" = set"; then 14389if test "${rxvt_cv_int32_t+set}" = set; then
8021 echo $ac_n "(cached) $ac_c" 1>&6 14390 echo $ECHO_N "(cached) $ECHO_C" >&6
8022else 14391else
8023 cat > conftest.$ac_ext <<EOF 14392 cat >conftest.$ac_ext <<_ACEOF
8024#line 8025 "configure" 14393/* confdefs.h. */
8025#include "confdefs.h" 14394_ACEOF
14395cat confdefs.h >>conftest.$ac_ext
14396cat >>conftest.$ac_ext <<_ACEOF
14397/* end confdefs.h. */
8026#include <stdint.h> 14398#include <stdint.h>
8027int main() { 14399int
14400main ()
14401{
8028int32_t dummy; 14402int32_t dummy;
14403 ;
8029; return 0; } 14404 return 0;
8030EOF 14405}
8031if { (eval echo configure:8032: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 14406_ACEOF
14407rm -f conftest.$ac_objext
14408if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14409 (eval $ac_compile) 2>conftest.er1
14410 ac_status=$?
14411 grep -v '^ *+' conftest.er1 >conftest.err
8032 rm -rf conftest* 14412 rm -f conftest.er1
14413 cat conftest.err >&5
14414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14415 (exit $ac_status); } &&
14416 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14417 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14418 (eval $ac_try) 2>&5
14419 ac_status=$?
14420 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14421 (exit $ac_status); }; } &&
14422 { ac_try='test -s conftest.$ac_objext'
14423 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14424 (eval $ac_try) 2>&5
14425 ac_status=$?
14426 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14427 (exit $ac_status); }; }; then
8033 rxvt_cv_int32_t=yes 14428 rxvt_cv_int32_t=yes
8034else 14429else
8035 echo "configure: failed program was:" >&5 14430 echo "$as_me: failed program was:" >&5
8036 cat conftest.$ac_ext >&5 14431sed 's/^/| /' conftest.$ac_ext >&5
8037 rm -rf conftest* 14432
8038 if test $ac_cv_sizeof_char -ge 4; then 14433if test $ac_cv_sizeof_char -ge 4; then
8039 rxvt_cv_int32_t=" char" 14434 rxvt_cv_int32_t=" char"
8040else 14435else
8041 if test $ac_cv_sizeof_short -ge 4; then 14436 if test $ac_cv_sizeof_short -ge 4; then
8042 rxvt_cv_int32_t=" short" 14437 rxvt_cv_int32_t=" short"
8043 else 14438 else
8055 fi 14450 fi
8056 fi 14451 fi
8057 fi 14452 fi
8058fi 14453fi
8059fi 14454fi
8060rm -f conftest* 14455rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8061fi 14456fi
8062 14457echo "$as_me:$LINENO: result: $rxvt_cv_int32_t" >&5
8063echo "$ac_t""$rxvt_cv_int32_t" 1>&6 14458echo "${ECHO_T}$rxvt_cv_int32_t" >&6
8064if test x"$rxvt_cv_int32_t" != xyes; then 14459if test x"$rxvt_cv_int32_t" != xyes; then
8065 rxvt_int32_typedef="typedef $rxvt_cv_int32_t int32_t;" 14460 rxvt_int32_typedef="typedef $rxvt_cv_int32_t int32_t;"
8066else 14461else
8067 if test x"" = x; then 14462 if test x"" = x; then
8068 rxvt_int32_typedef="/* typedef int int32_t; */" 14463 rxvt_int32_typedef="/* typedef int int32_t; */"
8069 else 14464 else
8070 rxvt_int32_typedef="/* typedef int int32_t; */" 14465 rxvt_int32_typedef="/* typedef int int32_t; */"
8071 fi 14466 fi
8072fi 14467fi
8073 14468
14469echo "$as_me:$LINENO: checking for uint32_t" >&5
8074echo $ac_n "checking for uint32_t""... $ac_c" 1>&6 14470echo $ECHO_N "checking for uint32_t... $ECHO_C" >&6
8075echo "configure:8076: checking for uint32_t" >&5
8076if eval "test \"`echo '$''{'rxvt_cv_uint32_t'+set}'`\" = set"; then 14471if test "${rxvt_cv_uint32_t+set}" = set; then
8077 echo $ac_n "(cached) $ac_c" 1>&6 14472 echo $ECHO_N "(cached) $ECHO_C" >&6
8078else 14473else
8079 cat > conftest.$ac_ext <<EOF 14474 cat >conftest.$ac_ext <<_ACEOF
8080#line 8081 "configure" 14475/* confdefs.h. */
8081#include "confdefs.h" 14476_ACEOF
14477cat confdefs.h >>conftest.$ac_ext
14478cat >>conftest.$ac_ext <<_ACEOF
14479/* end confdefs.h. */
8082#include <stdint.h> 14480#include <stdint.h>
8083int main() { 14481int
14482main ()
14483{
8084uint32_t dummy; 14484uint32_t dummy;
14485 ;
8085; return 0; } 14486 return 0;
8086EOF 14487}
8087if { (eval echo configure:8088: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 14488_ACEOF
14489rm -f conftest.$ac_objext
14490if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14491 (eval $ac_compile) 2>conftest.er1
14492 ac_status=$?
14493 grep -v '^ *+' conftest.er1 >conftest.err
8088 rm -rf conftest* 14494 rm -f conftest.er1
14495 cat conftest.err >&5
14496 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14497 (exit $ac_status); } &&
14498 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14499 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14500 (eval $ac_try) 2>&5
14501 ac_status=$?
14502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14503 (exit $ac_status); }; } &&
14504 { ac_try='test -s conftest.$ac_objext'
14505 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14506 (eval $ac_try) 2>&5
14507 ac_status=$?
14508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14509 (exit $ac_status); }; }; then
8089 rxvt_cv_uint32_t=yes 14510 rxvt_cv_uint32_t=yes
8090else 14511else
8091 echo "configure: failed program was:" >&5 14512 echo "$as_me: failed program was:" >&5
8092 cat conftest.$ac_ext >&5 14513sed 's/^/| /' conftest.$ac_ext >&5
8093 rm -rf conftest* 14514
8094 if test $ac_cv_sizeof_char -ge 4; then 14515if test $ac_cv_sizeof_char -ge 4; then
8095 rxvt_cv_uint32_t="unsigned char" 14516 rxvt_cv_uint32_t="unsigned char"
8096else 14517else
8097 if test $ac_cv_sizeof_short -ge 4; then 14518 if test $ac_cv_sizeof_short -ge 4; then
8098 rxvt_cv_uint32_t="unsigned short" 14519 rxvt_cv_uint32_t="unsigned short"
8099 else 14520 else
8111 fi 14532 fi
8112 fi 14533 fi
8113 fi 14534 fi
8114fi 14535fi
8115fi 14536fi
8116rm -f conftest* 14537rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8117fi 14538fi
8118 14539echo "$as_me:$LINENO: result: $rxvt_cv_uint32_t" >&5
8119echo "$ac_t""$rxvt_cv_uint32_t" 1>&6 14540echo "${ECHO_T}$rxvt_cv_uint32_t" >&6
8120if test x"$rxvt_cv_uint32_t" != xyes; then 14541if test x"$rxvt_cv_uint32_t" != xyes; then
8121 rxvt_uint32_typedef="typedef $rxvt_cv_uint32_t uint32_t;" 14542 rxvt_uint32_typedef="typedef $rxvt_cv_uint32_t uint32_t;"
8122else 14543else
8123 if test x"unsigned" = x; then 14544 if test x"unsigned" = x; then
8124 rxvt_uint32_typedef="/* typedef int uint32_t; */" 14545 rxvt_uint32_typedef="/* typedef int uint32_t; */"
8125 else 14546 else
8126 rxvt_uint32_typedef="/* typedef unsigned int uint32_t; */" 14547 rxvt_uint32_typedef="/* typedef unsigned int uint32_t; */"
8127 fi 14548 fi
8128fi 14549fi
8129 14550
8130if test $ac_cv_sizeof_int_p -eq 8; then 14551if test $ac_cv_sizeof_int_p -eq 8; then
8131 rxvt_intp_define="#define intp_t int64_t" 14552 rxvt_intp_define="#define intp_t int64_t"
8132 rxvt_u_intp_define="#define u_intp_t u_int64_t" 14553 rxvt_u_intp_define="#define u_intp_t u_int64_t"
8133else 14554else
8145 fi 14566 fi
8146fi 14567fi
8147 14568
8148 14569
8149 14570
14571echo "$as_me:$LINENO: checking return type of signal handlers" >&5
8150echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6 14572echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
8151echo "configure:8152: checking return type of signal handlers" >&5
8152if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then 14573if test "${ac_cv_type_signal+set}" = set; then
8153 echo $ac_n "(cached) $ac_c" 1>&6 14574 echo $ECHO_N "(cached) $ECHO_C" >&6
8154else 14575else
8155 cat > conftest.$ac_ext <<EOF 14576 cat >conftest.$ac_ext <<_ACEOF
8156#line 8157 "configure" 14577/* confdefs.h. */
8157#include "confdefs.h" 14578_ACEOF
14579cat confdefs.h >>conftest.$ac_ext
14580cat >>conftest.$ac_ext <<_ACEOF
14581/* end confdefs.h. */
8158#include <sys/types.h> 14582#include <sys/types.h>
8159#include <signal.h> 14583#include <signal.h>
8160#ifdef signal 14584#ifdef signal
8161#undef signal 14585# undef signal
8162#endif 14586#endif
8163#ifdef __cplusplus 14587#ifdef __cplusplus
8164extern "C" void (*signal (int, void (*)(int)))(int); 14588extern "C" void (*signal (int, void (*)(int)))(int);
8165#else 14589#else
8166void (*signal ()) (); 14590void (*signal ()) ();
8167#endif 14591#endif
8168 14592
8169int main() { 14593int
14594main ()
14595{
8170int i; 14596int i;
14597 ;
8171; return 0; } 14598 return 0;
8172EOF 14599}
8173if { (eval echo configure:8174: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 14600_ACEOF
14601rm -f conftest.$ac_objext
14602if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14603 (eval $ac_compile) 2>conftest.er1
14604 ac_status=$?
14605 grep -v '^ *+' conftest.er1 >conftest.err
8174 rm -rf conftest* 14606 rm -f conftest.er1
14607 cat conftest.err >&5
14608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14609 (exit $ac_status); } &&
14610 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14611 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14612 (eval $ac_try) 2>&5
14613 ac_status=$?
14614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14615 (exit $ac_status); }; } &&
14616 { ac_try='test -s conftest.$ac_objext'
14617 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14618 (eval $ac_try) 2>&5
14619 ac_status=$?
14620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14621 (exit $ac_status); }; }; then
8175 ac_cv_type_signal=void 14622 ac_cv_type_signal=void
8176else 14623else
8177 echo "configure: failed program was:" >&5 14624 echo "$as_me: failed program was:" >&5
8178 cat conftest.$ac_ext >&5 14625sed 's/^/| /' conftest.$ac_ext >&5
8179 rm -rf conftest* 14626
8180 ac_cv_type_signal=int 14627ac_cv_type_signal=int
8181fi 14628fi
8182rm -f conftest* 14629rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8183fi 14630fi
8184 14631echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
8185echo "$ac_t""$ac_cv_type_signal" 1>&6 14632echo "${ECHO_T}$ac_cv_type_signal" >&6
14633
8186cat >> confdefs.h <<EOF 14634cat >>confdefs.h <<_ACEOF
8187#define RETSIGTYPE $ac_cv_type_signal 14635#define RETSIGTYPE $ac_cv_type_signal
8188EOF 14636_ACEOF
8189 14637
8190 14638
8191 14639
8192case "$host_alias" in 14640case "$host_alias" in
8193 *ultrix) ac_cv_func_setsid='no' ;; 14641 *ultrix) ac_cv_func_setsid='no' ;;
8194 *) break;; 14642 *) break;;
8195esac 14643esac
14644
14645
14646
14647
14648
14649
14650
14651
14652
14653
14654
14655
14656
14657
14658
14659
14660
14661
8196 14662
8197for ac_func in \ 14663for ac_func in \
8198 atexit \ 14664 atexit \
8199 revoke \ 14665 revoke \
8200 unsetenv \ 14666 unsetenv \
8213 nanosleep \ 14679 nanosleep \
8214 updwtmp \ 14680 updwtmp \
8215 ttyslot \ 14681 ttyslot \
8216 14682
8217do 14683do
14684as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14685echo "$as_me:$LINENO: checking for $ac_func" >&5
8218echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 14686echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8219echo "configure:8220: checking for $ac_func" >&5 14687if eval "test \"\${$as_ac_var+set}\" = set"; then
8220if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
8221 echo $ac_n "(cached) $ac_c" 1>&6 14688 echo $ECHO_N "(cached) $ECHO_C" >&6
8222else 14689else
8223 cat > conftest.$ac_ext <<EOF 14690 cat >conftest.$ac_ext <<_ACEOF
8224#line 8225 "configure" 14691/* confdefs.h. */
8225#include "confdefs.h" 14692_ACEOF
14693cat confdefs.h >>conftest.$ac_ext
14694cat >>conftest.$ac_ext <<_ACEOF
14695/* end confdefs.h. */
14696/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14697 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14698#define $ac_func innocuous_$ac_func
14699
8226/* System header to define __stub macros and hopefully few prototypes, 14700/* System header to define __stub macros and hopefully few prototypes,
8227 which can conflict with char $ac_func(); below. */ 14701 which can conflict with char $ac_func (); below.
14702 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14703 <limits.h> exists even on freestanding compilers. */
14704
14705#ifdef __STDC__
14706# include <limits.h>
14707#else
8228#include <assert.h> 14708# include <assert.h>
14709#endif
14710
14711#undef $ac_func
14712
8229/* Override any gcc2 internal prototype to avoid an error. */ 14713/* Override any gcc2 internal prototype to avoid an error. */
14714#ifdef __cplusplus
14715extern "C"
14716{
14717#endif
8230/* We use char because int might match the return type of a gcc2 14718/* We use char because int might match the return type of a gcc2
8231 builtin and then its argument prototype would still apply. */ 14719 builtin and then its argument prototype would still apply. */
8232char $ac_func(); 14720char $ac_func ();
8233
8234int main() {
8235
8236/* The GNU C library defines this for functions which it implements 14721/* The GNU C library defines this for functions which it implements
8237 to always fail with ENOSYS. Some functions are actually named 14722 to always fail with ENOSYS. Some functions are actually named
8238 something starting with __ and the normal name is an alias. */ 14723 something starting with __ and the normal name is an alias. */
8239#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 14724#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8240choke me 14725choke me
8241#else 14726#else
8242$ac_func(); 14727char (*f) () = $ac_func;
8243#endif 14728#endif
14729#ifdef __cplusplus
14730}
14731#endif
8244 14732
14733int
14734main ()
14735{
14736return f != $ac_func;
14737 ;
8245; return 0; } 14738 return 0;
8246EOF 14739}
8247if { (eval echo configure:8248: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 14740_ACEOF
14741rm -f conftest.$ac_objext conftest$ac_exeext
14742if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14743 (eval $ac_link) 2>conftest.er1
14744 ac_status=$?
14745 grep -v '^ *+' conftest.er1 >conftest.err
8248 rm -rf conftest* 14746 rm -f conftest.er1
8249 eval "ac_cv_func_$ac_func=yes" 14747 cat conftest.err >&5
14748 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14749 (exit $ac_status); } &&
14750 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14751 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14752 (eval $ac_try) 2>&5
14753 ac_status=$?
14754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14755 (exit $ac_status); }; } &&
14756 { ac_try='test -s conftest$ac_exeext'
14757 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14758 (eval $ac_try) 2>&5
14759 ac_status=$?
14760 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14761 (exit $ac_status); }; }; then
14762 eval "$as_ac_var=yes"
8250else 14763else
8251 echo "configure: failed program was:" >&5 14764 echo "$as_me: failed program was:" >&5
8252 cat conftest.$ac_ext >&5 14765sed 's/^/| /' conftest.$ac_ext >&5
8253 rm -rf conftest*
8254 eval "ac_cv_func_$ac_func=no"
8255fi
8256rm -f conftest*
8257fi
8258 14766
8259if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then 14767eval "$as_ac_var=no"
8260 echo "$ac_t""yes" 1>&6 14768fi
8261 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` 14769rm -f conftest.err conftest.$ac_objext \
14770 conftest$ac_exeext conftest.$ac_ext
14771fi
14772echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
14773echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
14774if test `eval echo '${'$as_ac_var'}'` = yes; then
8262 cat >> confdefs.h <<EOF 14775 cat >>confdefs.h <<_ACEOF
8263#define $ac_tr_func 1 14776#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
8264EOF 14777_ACEOF
8265 14778
8266else
8267 echo "$ac_t""no" 1>&6
8268fi 14779fi
8269done 14780done
8270 14781
8271 14782
8272 14783
8273ac_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'` 14784if test "${ac_cv_header_utmp_h+set}" = set; then
14785 echo "$as_me:$LINENO: checking for utmp.h" >&5
8274echo $ac_n "checking for utmp.h""... $ac_c" 1>&6 14786echo $ECHO_N "checking for utmp.h... $ECHO_C" >&6
8275echo "configure:8276: checking for utmp.h" >&5 14787if test "${ac_cv_header_utmp_h+set}" = set; then
8276if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
8277 echo $ac_n "(cached) $ac_c" 1>&6 14788 echo $ECHO_N "(cached) $ECHO_C" >&6
14789fi
14790echo "$as_me:$LINENO: result: $ac_cv_header_utmp_h" >&5
14791echo "${ECHO_T}$ac_cv_header_utmp_h" >&6
8278else 14792else
14793 # Is the header compilable?
14794echo "$as_me:$LINENO: checking utmp.h usability" >&5
14795echo $ECHO_N "checking utmp.h usability... $ECHO_C" >&6
8279 cat > conftest.$ac_ext <<EOF 14796cat >conftest.$ac_ext <<_ACEOF
8280#line 8281 "configure" 14797/* confdefs.h. */
8281#include "confdefs.h" 14798_ACEOF
14799cat confdefs.h >>conftest.$ac_ext
14800cat >>conftest.$ac_ext <<_ACEOF
14801/* end confdefs.h. */
14802$ac_includes_default
8282#include <utmp.h> 14803#include <utmp.h>
8283EOF 14804_ACEOF
8284ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 14805rm -f conftest.$ac_objext
8285{ (eval echo configure:8286: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 14806if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8286ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 14807 (eval $ac_compile) 2>conftest.er1
14808 ac_status=$?
14809 grep -v '^ *+' conftest.er1 >conftest.err
14810 rm -f conftest.er1
14811 cat conftest.err >&5
14812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14813 (exit $ac_status); } &&
14814 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14815 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14816 (eval $ac_try) 2>&5
14817 ac_status=$?
14818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14819 (exit $ac_status); }; } &&
14820 { ac_try='test -s conftest.$ac_objext'
14821 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14822 (eval $ac_try) 2>&5
14823 ac_status=$?
14824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14825 (exit $ac_status); }; }; then
14826 ac_header_compiler=yes
14827else
14828 echo "$as_me: failed program was:" >&5
14829sed 's/^/| /' conftest.$ac_ext >&5
14830
14831ac_header_compiler=no
14832fi
14833rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14834echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14835echo "${ECHO_T}$ac_header_compiler" >&6
14836
14837# Is the header present?
14838echo "$as_me:$LINENO: checking utmp.h presence" >&5
14839echo $ECHO_N "checking utmp.h presence... $ECHO_C" >&6
14840cat >conftest.$ac_ext <<_ACEOF
14841/* confdefs.h. */
14842_ACEOF
14843cat confdefs.h >>conftest.$ac_ext
14844cat >>conftest.$ac_ext <<_ACEOF
14845/* end confdefs.h. */
14846#include <utmp.h>
14847_ACEOF
14848if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14849 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
14850 ac_status=$?
14851 grep -v '^ *+' conftest.er1 >conftest.err
14852 rm -f conftest.er1
14853 cat conftest.err >&5
14854 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14855 (exit $ac_status); } >/dev/null; then
14856 if test -s conftest.err; then
14857 ac_cpp_err=$ac_cxx_preproc_warn_flag
14858 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
14859 else
14860 ac_cpp_err=
14861 fi
14862else
14863 ac_cpp_err=yes
14864fi
8287if test -z "$ac_err"; then 14865if test -z "$ac_cpp_err"; then
8288 rm -rf conftest* 14866 ac_header_preproc=yes
8289 eval "ac_cv_header_$ac_safe=yes"
8290else 14867else
8291 echo "$ac_err" >&5
8292 echo "configure: failed program was:" >&5 14868 echo "$as_me: failed program was:" >&5
8293 cat conftest.$ac_ext >&5 14869sed 's/^/| /' conftest.$ac_ext >&5
8294 rm -rf conftest* 14870
8295 eval "ac_cv_header_$ac_safe=no" 14871 ac_header_preproc=no
8296fi 14872fi
8297rm -f conftest* 14873rm -f conftest.err conftest.$ac_ext
14874echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14875echo "${ECHO_T}$ac_header_preproc" >&6
14876
14877# So? What about this header?
14878case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
14879 yes:no: )
14880 { echo "$as_me:$LINENO: WARNING: utmp.h: accepted by the compiler, rejected by the preprocessor!" >&5
14881echo "$as_me: WARNING: utmp.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14882 { echo "$as_me:$LINENO: WARNING: utmp.h: proceeding with the compiler's result" >&5
14883echo "$as_me: WARNING: utmp.h: proceeding with the compiler's result" >&2;}
14884 ac_header_preproc=yes
14885 ;;
14886 no:yes:* )
14887 { echo "$as_me:$LINENO: WARNING: utmp.h: present but cannot be compiled" >&5
14888echo "$as_me: WARNING: utmp.h: present but cannot be compiled" >&2;}
14889 { echo "$as_me:$LINENO: WARNING: utmp.h: check for missing prerequisite headers?" >&5
14890echo "$as_me: WARNING: utmp.h: check for missing prerequisite headers?" >&2;}
14891 { echo "$as_me:$LINENO: WARNING: utmp.h: see the Autoconf documentation" >&5
14892echo "$as_me: WARNING: utmp.h: see the Autoconf documentation" >&2;}
14893 { echo "$as_me:$LINENO: WARNING: utmp.h: section \"Present But Cannot Be Compiled\"" >&5
14894echo "$as_me: WARNING: utmp.h: section \"Present But Cannot Be Compiled\"" >&2;}
14895 { echo "$as_me:$LINENO: WARNING: utmp.h: proceeding with the preprocessor's result" >&5
14896echo "$as_me: WARNING: utmp.h: proceeding with the preprocessor's result" >&2;}
14897 { echo "$as_me:$LINENO: WARNING: utmp.h: in the future, the compiler will take precedence" >&5
14898echo "$as_me: WARNING: utmp.h: in the future, the compiler will take precedence" >&2;}
14899 (
14900 cat <<\_ASBOX
14901## ------------------------------------------ ##
14902## Report this to the AC_PACKAGE_NAME lists. ##
14903## ------------------------------------------ ##
14904_ASBOX
14905 ) |
14906 sed "s/^/$as_me: WARNING: /" >&2
14907 ;;
14908esac
14909echo "$as_me:$LINENO: checking for utmp.h" >&5
14910echo $ECHO_N "checking for utmp.h... $ECHO_C" >&6
14911if test "${ac_cv_header_utmp_h+set}" = set; then
14912 echo $ECHO_N "(cached) $ECHO_C" >&6
14913else
14914 ac_cv_header_utmp_h=$ac_header_preproc
8298fi 14915fi
8299if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 14916echo "$as_me:$LINENO: result: $ac_cv_header_utmp_h" >&5
8300 echo "$ac_t""yes" 1>&6 14917echo "${ECHO_T}$ac_cv_header_utmp_h" >&6
14918
14919fi
14920if test $ac_cv_header_utmp_h = yes; then
14921 echo "$as_me:$LINENO: checking for struct utmp" >&5
8301 echo $ac_n "checking for struct utmp""... $ac_c" 1>&6 14922echo $ECHO_N "checking for struct utmp... $ECHO_C" >&6
8302echo "configure:8303: checking for struct utmp" >&5
8303if eval "test \"`echo '$''{'rxvt_cv_struct_utmp'+set}'`\" = set"; then 14923if test "${rxvt_cv_struct_utmp+set}" = set; then
8304 echo $ac_n "(cached) $ac_c" 1>&6 14924 echo $ECHO_N "(cached) $ECHO_C" >&6
8305else 14925else
8306 cat > conftest.$ac_ext <<EOF 14926 cat >conftest.$ac_ext <<_ACEOF
8307#line 8308 "configure" 14927/* confdefs.h. */
8308#include "confdefs.h" 14928_ACEOF
14929cat confdefs.h >>conftest.$ac_ext
14930cat >>conftest.$ac_ext <<_ACEOF
14931/* end confdefs.h. */
8309#include <sys/types.h> 14932#include <sys/types.h>
8310#include <stdint.h> 14933#include <stdint.h>
8311#include <utmp.h> 14934#include <utmp.h>
8312int main() { 14935int
14936main ()
14937{
8313struct utmp ut; 14938struct utmp ut;
14939 ;
8314; return 0; } 14940 return 0;
8315EOF 14941}
8316if { (eval echo configure:8317: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 14942_ACEOF
14943rm -f conftest.$ac_objext
14944if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14945 (eval $ac_compile) 2>conftest.er1
14946 ac_status=$?
14947 grep -v '^ *+' conftest.er1 >conftest.err
8317 rm -rf conftest* 14948 rm -f conftest.er1
14949 cat conftest.err >&5
14950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14951 (exit $ac_status); } &&
14952 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14953 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14954 (eval $ac_try) 2>&5
14955 ac_status=$?
14956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14957 (exit $ac_status); }; } &&
14958 { ac_try='test -s conftest.$ac_objext'
14959 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14960 (eval $ac_try) 2>&5
14961 ac_status=$?
14962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14963 (exit $ac_status); }; }; then
8318 rxvt_cv_struct_utmp=yes 14964 rxvt_cv_struct_utmp=yes
8319else 14965else
8320 echo "configure: failed program was:" >&5 14966 echo "$as_me: failed program was:" >&5
8321 cat conftest.$ac_ext >&5 14967sed 's/^/| /' conftest.$ac_ext >&5
8322 rm -rf conftest* 14968
8323 rxvt_cv_struct_utmp=no 14969rxvt_cv_struct_utmp=no
8324fi 14970fi
8325rm -f conftest* 14971rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8326fi 14972fi
8327 14973echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmp" >&5
8328echo "$ac_t""$rxvt_cv_struct_utmp" 1>&6 14974echo "${ECHO_T}$rxvt_cv_struct_utmp" >&6
8329if test x$rxvt_cv_struct_utmp = xyes; then 14975if test x$rxvt_cv_struct_utmp = xyes; then
14976
8330 cat >> confdefs.h <<\EOF 14977cat >>confdefs.h <<\_ACEOF
8331#define HAVE_STRUCT_UTMP 1 14978#define HAVE_STRUCT_UTMP 1
8332EOF 14979_ACEOF
8333 14980
8334fi 14981fi
8335 14982
8336 14983
14984echo "$as_me:$LINENO: checking for ut_host in utmp struct" >&5
8337echo $ac_n "checking for ut_host in utmp struct""... $ac_c" 1>&6 14985echo $ECHO_N "checking for ut_host in utmp struct... $ECHO_C" >&6
8338echo "configure:8339: checking for ut_host in utmp struct" >&5
8339if eval "test \"`echo '$''{'rxvt_cv_struct_utmp_host'+set}'`\" = set"; then 14986if test "${rxvt_cv_struct_utmp_host+set}" = set; then
8340 echo $ac_n "(cached) $ac_c" 1>&6 14987 echo $ECHO_N "(cached) $ECHO_C" >&6
8341else 14988else
8342 cat > conftest.$ac_ext <<EOF 14989 cat >conftest.$ac_ext <<_ACEOF
8343#line 8344 "configure" 14990/* confdefs.h. */
8344#include "confdefs.h" 14991_ACEOF
14992cat confdefs.h >>conftest.$ac_ext
14993cat >>conftest.$ac_ext <<_ACEOF
14994/* end confdefs.h. */
8345#include <sys/types.h> 14995#include <sys/types.h>
8346#include <utmp.h> 14996#include <utmp.h>
8347int main() { 14997int
14998main ()
14999{
8348struct utmp ut; ut.ut_host; 15000struct utmp ut; ut.ut_host;
15001 ;
8349; return 0; } 15002 return 0;
8350EOF 15003}
8351if { (eval echo configure:8352: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 15004_ACEOF
15005rm -f conftest.$ac_objext
15006if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15007 (eval $ac_compile) 2>conftest.er1
15008 ac_status=$?
15009 grep -v '^ *+' conftest.er1 >conftest.err
8352 rm -rf conftest* 15010 rm -f conftest.er1
15011 cat conftest.err >&5
15012 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15013 (exit $ac_status); } &&
15014 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15015 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15016 (eval $ac_try) 2>&5
15017 ac_status=$?
15018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15019 (exit $ac_status); }; } &&
15020 { ac_try='test -s conftest.$ac_objext'
15021 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15022 (eval $ac_try) 2>&5
15023 ac_status=$?
15024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15025 (exit $ac_status); }; }; then
8353 rxvt_cv_struct_utmp_host=yes 15026 rxvt_cv_struct_utmp_host=yes
8354else 15027else
8355 echo "configure: failed program was:" >&5 15028 echo "$as_me: failed program was:" >&5
8356 cat conftest.$ac_ext >&5 15029sed 's/^/| /' conftest.$ac_ext >&5
8357 rm -rf conftest* 15030
8358 rxvt_cv_struct_utmp_host=no 15031rxvt_cv_struct_utmp_host=no
8359fi 15032fi
8360rm -f conftest* 15033rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8361fi 15034fi
8362 15035echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmp_host" >&5
8363echo "$ac_t""$rxvt_cv_struct_utmp_host" 1>&6 15036echo "${ECHO_T}$rxvt_cv_struct_utmp_host" >&6
8364if test x$rxvt_cv_struct_utmp_host = xyes; then 15037if test x$rxvt_cv_struct_utmp_host = xyes; then
15038
8365 cat >> confdefs.h <<\EOF 15039cat >>confdefs.h <<\_ACEOF
8366#define HAVE_UTMP_HOST 1 15040#define HAVE_UTMP_HOST 1
8367EOF 15041_ACEOF
8368 15042
8369fi 15043fi
8370 15044
15045echo "$as_me:$LINENO: checking for ut_pid in utmp struct" >&5
8371echo $ac_n "checking for ut_pid in utmp struct""... $ac_c" 1>&6 15046echo $ECHO_N "checking for ut_pid in utmp struct... $ECHO_C" >&6
8372echo "configure:8373: checking for ut_pid in utmp struct" >&5
8373if eval "test \"`echo '$''{'rxvt_cv_struct_utmp_pid'+set}'`\" = set"; then 15047if test "${rxvt_cv_struct_utmp_pid+set}" = set; then
8374 echo $ac_n "(cached) $ac_c" 1>&6 15048 echo $ECHO_N "(cached) $ECHO_C" >&6
8375else 15049else
8376 cat > conftest.$ac_ext <<EOF 15050 cat >conftest.$ac_ext <<_ACEOF
8377#line 8378 "configure" 15051/* confdefs.h. */
8378#include "confdefs.h" 15052_ACEOF
15053cat confdefs.h >>conftest.$ac_ext
15054cat >>conftest.$ac_ext <<_ACEOF
15055/* end confdefs.h. */
8379#include <sys/types.h> 15056#include <sys/types.h>
8380#include <utmp.h> 15057#include <utmp.h>
8381int main() { 15058int
15059main ()
15060{
8382struct utmp ut; ut.ut_pid; 15061struct utmp ut; ut.ut_pid;
15062 ;
8383; return 0; } 15063 return 0;
8384EOF 15064}
8385if { (eval echo configure:8386: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 15065_ACEOF
15066rm -f conftest.$ac_objext
15067if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15068 (eval $ac_compile) 2>conftest.er1
15069 ac_status=$?
15070 grep -v '^ *+' conftest.er1 >conftest.err
8386 rm -rf conftest* 15071 rm -f conftest.er1
15072 cat conftest.err >&5
15073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15074 (exit $ac_status); } &&
15075 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15076 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15077 (eval $ac_try) 2>&5
15078 ac_status=$?
15079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15080 (exit $ac_status); }; } &&
15081 { ac_try='test -s conftest.$ac_objext'
15082 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15083 (eval $ac_try) 2>&5
15084 ac_status=$?
15085 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15086 (exit $ac_status); }; }; then
8387 rxvt_cv_struct_utmp_pid=yes 15087 rxvt_cv_struct_utmp_pid=yes
8388else 15088else
8389 echo "configure: failed program was:" >&5 15089 echo "$as_me: failed program was:" >&5
8390 cat conftest.$ac_ext >&5 15090sed 's/^/| /' conftest.$ac_ext >&5
8391 rm -rf conftest* 15091
8392 rxvt_cv_struct_utmp_pid=no 15092rxvt_cv_struct_utmp_pid=no
8393fi 15093fi
8394rm -f conftest* 15094rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8395fi 15095fi
8396 15096echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmp_pid" >&5
8397echo "$ac_t""$rxvt_cv_struct_utmp_pid" 1>&6 15097echo "${ECHO_T}$rxvt_cv_struct_utmp_pid" >&6
8398if test x$rxvt_cv_struct_utmp_pid = xyes; then 15098if test x$rxvt_cv_struct_utmp_pid = xyes; then
15099
8399 cat >> confdefs.h <<\EOF 15100cat >>confdefs.h <<\_ACEOF
8400#define HAVE_UTMP_PID 1 15101#define HAVE_UTMP_PID 1
8401EOF 15102_ACEOF
8402 15103
8403fi 15104fi
8404 15105
8405else
8406 echo "$ac_t""no" 1>&6
8407fi 15106fi
8408
8409 15107
8410ac_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'` 15108
15109
15110if test "${ac_cv_header_utmpx_h+set}" = set; then
15111 echo "$as_me:$LINENO: checking for utmpx.h" >&5
8411echo $ac_n "checking for utmpx.h""... $ac_c" 1>&6 15112echo $ECHO_N "checking for utmpx.h... $ECHO_C" >&6
8412echo "configure:8413: checking for utmpx.h" >&5 15113if test "${ac_cv_header_utmpx_h+set}" = set; then
8413if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
8414 echo $ac_n "(cached) $ac_c" 1>&6 15114 echo $ECHO_N "(cached) $ECHO_C" >&6
15115fi
15116echo "$as_me:$LINENO: result: $ac_cv_header_utmpx_h" >&5
15117echo "${ECHO_T}$ac_cv_header_utmpx_h" >&6
8415else 15118else
15119 # Is the header compilable?
15120echo "$as_me:$LINENO: checking utmpx.h usability" >&5
15121echo $ECHO_N "checking utmpx.h usability... $ECHO_C" >&6
8416 cat > conftest.$ac_ext <<EOF 15122cat >conftest.$ac_ext <<_ACEOF
8417#line 8418 "configure" 15123/* confdefs.h. */
8418#include "confdefs.h" 15124_ACEOF
15125cat confdefs.h >>conftest.$ac_ext
15126cat >>conftest.$ac_ext <<_ACEOF
15127/* end confdefs.h. */
15128$ac_includes_default
8419#include <utmpx.h> 15129#include <utmpx.h>
8420EOF 15130_ACEOF
8421ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 15131rm -f conftest.$ac_objext
8422{ (eval echo configure:8423: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 15132if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8423ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 15133 (eval $ac_compile) 2>conftest.er1
15134 ac_status=$?
15135 grep -v '^ *+' conftest.er1 >conftest.err
15136 rm -f conftest.er1
15137 cat conftest.err >&5
15138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15139 (exit $ac_status); } &&
15140 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15141 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15142 (eval $ac_try) 2>&5
15143 ac_status=$?
15144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15145 (exit $ac_status); }; } &&
15146 { ac_try='test -s conftest.$ac_objext'
15147 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15148 (eval $ac_try) 2>&5
15149 ac_status=$?
15150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15151 (exit $ac_status); }; }; then
15152 ac_header_compiler=yes
15153else
15154 echo "$as_me: failed program was:" >&5
15155sed 's/^/| /' conftest.$ac_ext >&5
15156
15157ac_header_compiler=no
15158fi
15159rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15160echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15161echo "${ECHO_T}$ac_header_compiler" >&6
15162
15163# Is the header present?
15164echo "$as_me:$LINENO: checking utmpx.h presence" >&5
15165echo $ECHO_N "checking utmpx.h presence... $ECHO_C" >&6
15166cat >conftest.$ac_ext <<_ACEOF
15167/* confdefs.h. */
15168_ACEOF
15169cat confdefs.h >>conftest.$ac_ext
15170cat >>conftest.$ac_ext <<_ACEOF
15171/* end confdefs.h. */
15172#include <utmpx.h>
15173_ACEOF
15174if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15175 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
15176 ac_status=$?
15177 grep -v '^ *+' conftest.er1 >conftest.err
15178 rm -f conftest.er1
15179 cat conftest.err >&5
15180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15181 (exit $ac_status); } >/dev/null; then
15182 if test -s conftest.err; then
15183 ac_cpp_err=$ac_cxx_preproc_warn_flag
15184 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
15185 else
15186 ac_cpp_err=
15187 fi
15188else
15189 ac_cpp_err=yes
15190fi
8424if test -z "$ac_err"; then 15191if test -z "$ac_cpp_err"; then
8425 rm -rf conftest* 15192 ac_header_preproc=yes
8426 eval "ac_cv_header_$ac_safe=yes"
8427else 15193else
8428 echo "$ac_err" >&5
8429 echo "configure: failed program was:" >&5 15194 echo "$as_me: failed program was:" >&5
8430 cat conftest.$ac_ext >&5 15195sed 's/^/| /' conftest.$ac_ext >&5
8431 rm -rf conftest* 15196
8432 eval "ac_cv_header_$ac_safe=no" 15197 ac_header_preproc=no
8433fi 15198fi
8434rm -f conftest* 15199rm -f conftest.err conftest.$ac_ext
15200echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15201echo "${ECHO_T}$ac_header_preproc" >&6
15202
15203# So? What about this header?
15204case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
15205 yes:no: )
15206 { echo "$as_me:$LINENO: WARNING: utmpx.h: accepted by the compiler, rejected by the preprocessor!" >&5
15207echo "$as_me: WARNING: utmpx.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15208 { echo "$as_me:$LINENO: WARNING: utmpx.h: proceeding with the compiler's result" >&5
15209echo "$as_me: WARNING: utmpx.h: proceeding with the compiler's result" >&2;}
15210 ac_header_preproc=yes
15211 ;;
15212 no:yes:* )
15213 { echo "$as_me:$LINENO: WARNING: utmpx.h: present but cannot be compiled" >&5
15214echo "$as_me: WARNING: utmpx.h: present but cannot be compiled" >&2;}
15215 { echo "$as_me:$LINENO: WARNING: utmpx.h: check for missing prerequisite headers?" >&5
15216echo "$as_me: WARNING: utmpx.h: check for missing prerequisite headers?" >&2;}
15217 { echo "$as_me:$LINENO: WARNING: utmpx.h: see the Autoconf documentation" >&5
15218echo "$as_me: WARNING: utmpx.h: see the Autoconf documentation" >&2;}
15219 { echo "$as_me:$LINENO: WARNING: utmpx.h: section \"Present But Cannot Be Compiled\"" >&5
15220echo "$as_me: WARNING: utmpx.h: section \"Present But Cannot Be Compiled\"" >&2;}
15221 { echo "$as_me:$LINENO: WARNING: utmpx.h: proceeding with the preprocessor's result" >&5
15222echo "$as_me: WARNING: utmpx.h: proceeding with the preprocessor's result" >&2;}
15223 { echo "$as_me:$LINENO: WARNING: utmpx.h: in the future, the compiler will take precedence" >&5
15224echo "$as_me: WARNING: utmpx.h: in the future, the compiler will take precedence" >&2;}
15225 (
15226 cat <<\_ASBOX
15227## ------------------------------------------ ##
15228## Report this to the AC_PACKAGE_NAME lists. ##
15229## ------------------------------------------ ##
15230_ASBOX
15231 ) |
15232 sed "s/^/$as_me: WARNING: /" >&2
15233 ;;
15234esac
15235echo "$as_me:$LINENO: checking for utmpx.h" >&5
15236echo $ECHO_N "checking for utmpx.h... $ECHO_C" >&6
15237if test "${ac_cv_header_utmpx_h+set}" = set; then
15238 echo $ECHO_N "(cached) $ECHO_C" >&6
15239else
15240 ac_cv_header_utmpx_h=$ac_header_preproc
8435fi 15241fi
8436if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 15242echo "$as_me:$LINENO: result: $ac_cv_header_utmpx_h" >&5
8437 echo "$ac_t""yes" 1>&6 15243echo "${ECHO_T}$ac_cv_header_utmpx_h" >&6
15244
15245fi
15246if test $ac_cv_header_utmpx_h = yes; then
15247 echo "$as_me:$LINENO: checking for struct utmpx" >&5
8438 echo $ac_n "checking for struct utmpx""... $ac_c" 1>&6 15248echo $ECHO_N "checking for struct utmpx... $ECHO_C" >&6
8439echo "configure:8440: checking for struct utmpx" >&5
8440if eval "test \"`echo '$''{'rxvt_cv_struct_utmpx'+set}'`\" = set"; then 15249if test "${rxvt_cv_struct_utmpx+set}" = set; then
8441 echo $ac_n "(cached) $ac_c" 1>&6 15250 echo $ECHO_N "(cached) $ECHO_C" >&6
8442else 15251else
8443 cat > conftest.$ac_ext <<EOF 15252 cat >conftest.$ac_ext <<_ACEOF
8444#line 8445 "configure" 15253/* confdefs.h. */
8445#include "confdefs.h" 15254_ACEOF
15255cat confdefs.h >>conftest.$ac_ext
15256cat >>conftest.$ac_ext <<_ACEOF
15257/* end confdefs.h. */
8446#include <sys/types.h> 15258#include <sys/types.h>
8447#include <utmpx.h> 15259#include <utmpx.h>
8448int main() { 15260int
15261main ()
15262{
8449struct utmpx ut; 15263struct utmpx ut;
15264 ;
8450; return 0; } 15265 return 0;
8451EOF 15266}
8452if { (eval echo configure:8453: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 15267_ACEOF
15268rm -f conftest.$ac_objext
15269if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15270 (eval $ac_compile) 2>conftest.er1
15271 ac_status=$?
15272 grep -v '^ *+' conftest.er1 >conftest.err
8453 rm -rf conftest* 15273 rm -f conftest.er1
15274 cat conftest.err >&5
15275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15276 (exit $ac_status); } &&
15277 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15278 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15279 (eval $ac_try) 2>&5
15280 ac_status=$?
15281 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15282 (exit $ac_status); }; } &&
15283 { ac_try='test -s conftest.$ac_objext'
15284 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15285 (eval $ac_try) 2>&5
15286 ac_status=$?
15287 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15288 (exit $ac_status); }; }; then
8454 rxvt_cv_struct_utmpx=yes 15289 rxvt_cv_struct_utmpx=yes
8455else 15290else
8456 echo "configure: failed program was:" >&5 15291 echo "$as_me: failed program was:" >&5
8457 cat conftest.$ac_ext >&5 15292sed 's/^/| /' conftest.$ac_ext >&5
8458 rm -rf conftest* 15293
8459 rxvt_cv_struct_utmpx=no 15294rxvt_cv_struct_utmpx=no
8460fi 15295fi
8461rm -f conftest* 15296rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8462fi 15297fi
8463 15298echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmpx" >&5
8464echo "$ac_t""$rxvt_cv_struct_utmpx" 1>&6 15299echo "${ECHO_T}$rxvt_cv_struct_utmpx" >&6
8465if test x$rxvt_cv_struct_utmpx = xyes; then 15300if test x$rxvt_cv_struct_utmpx = xyes; then
15301
8466 cat >> confdefs.h <<\EOF 15302cat >>confdefs.h <<\_ACEOF
8467#define HAVE_STRUCT_UTMPX 1 15303#define HAVE_STRUCT_UTMPX 1
8468EOF 15304_ACEOF
8469 15305
8470fi 15306fi
8471 15307
8472 15308
15309echo "$as_me:$LINENO: checking for host in utmpx struct" >&5
8473echo $ac_n "checking for host in utmpx struct""... $ac_c" 1>&6 15310echo $ECHO_N "checking for host in utmpx struct... $ECHO_C" >&6
8474echo "configure:8475: checking for host in utmpx struct" >&5
8475if eval "test \"`echo '$''{'rxvt_cv_struct_utmpx_host'+set}'`\" = set"; then 15311if test "${rxvt_cv_struct_utmpx_host+set}" = set; then
8476 echo $ac_n "(cached) $ac_c" 1>&6 15312 echo $ECHO_N "(cached) $ECHO_C" >&6
8477else 15313else
8478 cat > conftest.$ac_ext <<EOF 15314 cat >conftest.$ac_ext <<_ACEOF
8479#line 8480 "configure" 15315/* confdefs.h. */
8480#include "confdefs.h" 15316_ACEOF
15317cat confdefs.h >>conftest.$ac_ext
15318cat >>conftest.$ac_ext <<_ACEOF
15319/* end confdefs.h. */
8481#include <sys/types.h> 15320#include <sys/types.h>
8482#include <utmpx.h> 15321#include <utmpx.h>
8483int main() { 15322int
15323main ()
15324{
8484struct utmpx utx; utx.ut_host; 15325struct utmpx utx; utx.ut_host;
15326 ;
8485; return 0; } 15327 return 0;
8486EOF 15328}
8487if { (eval echo configure:8488: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 15329_ACEOF
15330rm -f conftest.$ac_objext
15331if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15332 (eval $ac_compile) 2>conftest.er1
15333 ac_status=$?
15334 grep -v '^ *+' conftest.er1 >conftest.err
8488 rm -rf conftest* 15335 rm -f conftest.er1
15336 cat conftest.err >&5
15337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15338 (exit $ac_status); } &&
15339 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15340 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15341 (eval $ac_try) 2>&5
15342 ac_status=$?
15343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15344 (exit $ac_status); }; } &&
15345 { ac_try='test -s conftest.$ac_objext'
15346 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15347 (eval $ac_try) 2>&5
15348 ac_status=$?
15349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15350 (exit $ac_status); }; }; then
8489 rxvt_cv_struct_utmpx_host=yes 15351 rxvt_cv_struct_utmpx_host=yes
8490else 15352else
8491 echo "configure: failed program was:" >&5 15353 echo "$as_me: failed program was:" >&5
8492 cat conftest.$ac_ext >&5 15354sed 's/^/| /' conftest.$ac_ext >&5
8493 rm -rf conftest* 15355
8494 rxvt_cv_struct_utmpx_host=no 15356rxvt_cv_struct_utmpx_host=no
8495fi 15357fi
8496rm -f conftest* 15358rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8497fi 15359fi
8498 15360echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmpx_host" >&5
8499echo "$ac_t""$rxvt_cv_struct_utmpx_host" 1>&6 15361echo "${ECHO_T}$rxvt_cv_struct_utmpx_host" >&6
8500if test x$rxvt_cv_struct_utmpx_host = xyes; then 15362if test x$rxvt_cv_struct_utmpx_host = xyes; then
15363
8501 cat >> confdefs.h <<\EOF 15364cat >>confdefs.h <<\_ACEOF
8502#define HAVE_UTMPX_HOST 1 15365#define HAVE_UTMPX_HOST 1
8503EOF 15366_ACEOF
8504 15367
8505fi 15368fi
8506 15369
8507else
8508 echo "$ac_t""no" 1>&6
8509fi 15370fi
8510
8511 15371
15372
15373
15374echo "$as_me:$LINENO: checking for struct lastlog" >&5
8512echo $ac_n "checking for struct lastlog""... $ac_c" 1>&6 15375echo $ECHO_N "checking for struct lastlog... $ECHO_C" >&6
8513echo "configure:8514: checking for struct lastlog" >&5
8514if eval "test \"`echo '$''{'rxvt_cv_struct_lastlog'+set}'`\" = set"; then 15376if test "${rxvt_cv_struct_lastlog+set}" = set; then
8515 echo $ac_n "(cached) $ac_c" 1>&6 15377 echo $ECHO_N "(cached) $ECHO_C" >&6
8516else 15378else
8517 cat > conftest.$ac_ext <<EOF 15379 cat >conftest.$ac_ext <<_ACEOF
8518#line 8519 "configure" 15380/* confdefs.h. */
8519#include "confdefs.h" 15381_ACEOF
15382cat confdefs.h >>conftest.$ac_ext
15383cat >>conftest.$ac_ext <<_ACEOF
15384/* end confdefs.h. */
8520#include <sys/types.h> 15385#include <sys/types.h>
8521#include <utmp.h> 15386#include <utmp.h>
8522#ifdef HAVE_LASTLOG_H 15387#ifdef HAVE_LASTLOG_H
8523#include <lastlog.h> 15388#include <lastlog.h>
8524#endif 15389#endif
8525 15390
8526int main() { 15391int
15392main ()
15393{
8527struct lastlog ll; 15394struct lastlog ll;
15395 ;
8528; return 0; } 15396 return 0;
8529EOF 15397}
8530if { (eval echo configure:8531: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 15398_ACEOF
15399rm -f conftest.$ac_objext
15400if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15401 (eval $ac_compile) 2>conftest.er1
15402 ac_status=$?
15403 grep -v '^ *+' conftest.er1 >conftest.err
8531 rm -rf conftest* 15404 rm -f conftest.er1
15405 cat conftest.err >&5
15406 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15407 (exit $ac_status); } &&
15408 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15409 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15410 (eval $ac_try) 2>&5
15411 ac_status=$?
15412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15413 (exit $ac_status); }; } &&
15414 { ac_try='test -s conftest.$ac_objext'
15415 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15416 (eval $ac_try) 2>&5
15417 ac_status=$?
15418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15419 (exit $ac_status); }; }; then
8532 rxvt_cv_struct_lastlog=yes 15420 rxvt_cv_struct_lastlog=yes
8533else 15421else
8534 echo "configure: failed program was:" >&5 15422 echo "$as_me: failed program was:" >&5
8535 cat conftest.$ac_ext >&5 15423sed 's/^/| /' conftest.$ac_ext >&5
8536 rm -rf conftest* 15424
8537 rxvt_cv_struct_lastlog=no 15425rxvt_cv_struct_lastlog=no
8538fi 15426fi
8539rm -f conftest* 15427rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8540fi 15428fi
8541 15429echo "$as_me:$LINENO: result: $rxvt_cv_struct_lastlog" >&5
8542echo "$ac_t""$rxvt_cv_struct_lastlog" 1>&6 15430echo "${ECHO_T}$rxvt_cv_struct_lastlog" >&6
8543if test x$rxvt_cv_struct_lastlog = xyes; then 15431if test x$rxvt_cv_struct_lastlog = xyes; then
15432
8544 cat >> confdefs.h <<\EOF 15433cat >>confdefs.h <<\_ACEOF
8545#define HAVE_STRUCT_LASTLOG 1 15434#define HAVE_STRUCT_LASTLOG 1
8546EOF 15435_ACEOF
8547 15436
8548fi 15437fi
8549 15438
15439echo "$as_me:$LINENO: checking for struct lastlogx" >&5
8550echo $ac_n "checking for struct lastlogx""... $ac_c" 1>&6 15440echo $ECHO_N "checking for struct lastlogx... $ECHO_C" >&6
8551echo "configure:8552: checking for struct lastlogx" >&5
8552if eval "test \"`echo '$''{'rxvt_cv_struct_lastlogx'+set}'`\" = set"; then 15441if test "${rxvt_cv_struct_lastlogx+set}" = set; then
8553 echo $ac_n "(cached) $ac_c" 1>&6 15442 echo $ECHO_N "(cached) $ECHO_C" >&6
8554else 15443else
8555 cat > conftest.$ac_ext <<EOF 15444 cat >conftest.$ac_ext <<_ACEOF
8556#line 8557 "configure" 15445/* confdefs.h. */
8557#include "confdefs.h" 15446_ACEOF
15447cat confdefs.h >>conftest.$ac_ext
15448cat >>conftest.$ac_ext <<_ACEOF
15449/* end confdefs.h. */
8558#include <sys/types.h> 15450#include <sys/types.h>
8559#include <utmpx.h> 15451#include <utmpx.h>
8560#ifdef HAVE_LASTLOG_H 15452#ifdef HAVE_LASTLOG_H
8561#include <lastlog.h> 15453#include <lastlog.h>
8562#endif 15454#endif
8563 15455
8564int main() { 15456int
15457main ()
15458{
8565struct lastlogx ll; 15459struct lastlogx ll;
15460 ;
8566; return 0; } 15461 return 0;
8567EOF 15462}
8568if { (eval echo configure:8569: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 15463_ACEOF
15464rm -f conftest.$ac_objext
15465if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15466 (eval $ac_compile) 2>conftest.er1
15467 ac_status=$?
15468 grep -v '^ *+' conftest.er1 >conftest.err
8569 rm -rf conftest* 15469 rm -f conftest.er1
15470 cat conftest.err >&5
15471 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15472 (exit $ac_status); } &&
15473 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15474 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15475 (eval $ac_try) 2>&5
15476 ac_status=$?
15477 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15478 (exit $ac_status); }; } &&
15479 { ac_try='test -s conftest.$ac_objext'
15480 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15481 (eval $ac_try) 2>&5
15482 ac_status=$?
15483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15484 (exit $ac_status); }; }; then
8570 rxvt_cv_struct_lastlogx=yes 15485 rxvt_cv_struct_lastlogx=yes
8571else 15486else
8572 echo "configure: failed program was:" >&5 15487 echo "$as_me: failed program was:" >&5
8573 cat conftest.$ac_ext >&5 15488sed 's/^/| /' conftest.$ac_ext >&5
8574 rm -rf conftest* 15489
8575 rxvt_cv_struct_lastlogx=no 15490rxvt_cv_struct_lastlogx=no
8576fi 15491fi
8577rm -f conftest* 15492rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8578fi 15493fi
8579 15494echo "$as_me:$LINENO: result: $rxvt_cv_struct_lastlogx" >&5
8580echo "$ac_t""$rxvt_cv_struct_lastlogx" 1>&6 15495echo "${ECHO_T}$rxvt_cv_struct_lastlogx" >&6
8581if test x$rxvt_cv_struct_lastlogx = xyes; then 15496if test x$rxvt_cv_struct_lastlogx = xyes; then
15497
8582 cat >> confdefs.h <<\EOF 15498cat >>confdefs.h <<\_ACEOF
8583#define HAVE_STRUCT_LASTLOGX 1 15499#define HAVE_STRUCT_LASTLOGX 1
8584EOF 15500_ACEOF
8585 15501
8586fi 15502fi
8587 15503
8588 15504
15505echo "$as_me:$LINENO: checking where utmp is located" >&5
8589echo $ac_n "checking where utmp is located""... $ac_c" 1>&6 15506echo $ECHO_N "checking where utmp is located... $ECHO_C" >&6
8590echo "configure:8591: checking where utmp is located" >&5
8591if eval "test \"`echo '$''{'rxvt_cv_path_utmp'+set}'`\" = set"; then 15507if test "${rxvt_cv_path_utmp+set}" = set; then
8592 echo $ac_n "(cached) $ac_c" 1>&6 15508 echo $ECHO_N "(cached) $ECHO_C" >&6
8593else 15509else
8594 if test "$cross_compiling" = yes; then 15510 if test "$cross_compiling" = yes; then
15511 { echo "$as_me:$LINENO: WARNING: Define RXVT_UTMP_FILE in config.h manually" >&5
8595 echo "configure: warning: Define RXVT_UTMP_FILE in config.h manually" 1>&2 15512echo "$as_me: WARNING: Define RXVT_UTMP_FILE in config.h manually" >&2;}
8596else 15513else
8597 cat > conftest.$ac_ext <<EOF 15514 cat >conftest.$ac_ext <<_ACEOF
8598#line 8599 "configure" 15515/* confdefs.h. */
8599#include "confdefs.h" 15516_ACEOF
15517cat confdefs.h >>conftest.$ac_ext
15518cat >>conftest.$ac_ext <<_ACEOF
15519/* end confdefs.h. */
8600#include <stdio.h> 15520#include <stdio.h>
8601#include <sys/types.h> 15521#include <sys/types.h>
8602#include <utmp.h> 15522#include <utmp.h>
8603#include <errno.h> 15523#include <errno.h>
8604main() 15524main()
8621 exit(0); 15541 exit(0);
8622 } 15542 }
8623 } 15543 }
8624 exit(0); 15544 exit(0);
8625} 15545}
8626EOF 15546_ACEOF
8627if { (eval echo configure:8628: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 15547rm -f conftest$ac_exeext
8628then 15548if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15549 (eval $ac_link) 2>&5
15550 ac_status=$?
15551 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15552 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15553 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15554 (eval $ac_try) 2>&5
15555 ac_status=$?
15556 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15557 (exit $ac_status); }; }; then
8629 rxvt_cv_path_utmp=`cat conftestval` 15558 rxvt_cv_path_utmp=`cat conftestval`
8630else 15559else
15560 echo "$as_me: program exited with status $ac_status" >&5
8631 echo "configure: failed program was:" >&5 15561echo "$as_me: failed program was:" >&5
8632 cat conftest.$ac_ext >&5 15562sed 's/^/| /' conftest.$ac_ext >&5
8633 rm -fr conftest* 15563
15564( exit $ac_status )
8634 rxvt_cv_path_utmp= 15565rxvt_cv_path_utmp=
8635fi 15566fi
8636rm -fr conftest* 15567rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8637fi 15568fi
8638
8639fi 15569fi
8640 15570echo "$as_me:$LINENO: result: $rxvt_cv_path_utmp" >&5
8641echo "$ac_t""$rxvt_cv_path_utmp" 1>&6 15571echo "${ECHO_T}$rxvt_cv_path_utmp" >&6
8642if test x$rxvt_cv_path_utmp != x; then 15572if test x$rxvt_cv_path_utmp != x; then
15573
8643 cat >> confdefs.h <<EOF 15574cat >>confdefs.h <<_ACEOF
8644#define RXVT_UTMP_FILE "$rxvt_cv_path_utmp" 15575#define RXVT_UTMP_FILE "$rxvt_cv_path_utmp"
8645EOF 15576_ACEOF
8646 15577
8647fi 15578fi
8648 15579
8649 15580
15581echo "$as_me:$LINENO: checking where utmpx is located" >&5
8650echo $ac_n "checking where utmpx is located""... $ac_c" 1>&6 15582echo $ECHO_N "checking where utmpx is located... $ECHO_C" >&6
8651echo "configure:8652: checking where utmpx is located" >&5
8652if eval "test \"`echo '$''{'rxvt_cv_path_utmpx'+set}'`\" = set"; then 15583if test "${rxvt_cv_path_utmpx+set}" = set; then
8653 echo $ac_n "(cached) $ac_c" 1>&6 15584 echo $ECHO_N "(cached) $ECHO_C" >&6
8654else 15585else
8655 if test "$cross_compiling" = yes; then 15586 if test "$cross_compiling" = yes; then
15587 { echo "$as_me:$LINENO: WARNING: Define RXVT_UTMPX_FILE in config.h manually" >&5
8656 echo "configure: warning: Define RXVT_UTMPX_FILE in config.h manually" 1>&2 15588echo "$as_me: WARNING: Define RXVT_UTMPX_FILE in config.h manually" >&2;}
8657else 15589else
8658 cat > conftest.$ac_ext <<EOF 15590 cat >conftest.$ac_ext <<_ACEOF
8659#line 8660 "configure" 15591/* confdefs.h. */
8660#include "confdefs.h" 15592_ACEOF
15593cat confdefs.h >>conftest.$ac_ext
15594cat >>conftest.$ac_ext <<_ACEOF
15595/* end confdefs.h. */
8661#include <stdio.h> 15596#include <stdio.h>
8662#include <sys/types.h> 15597#include <sys/types.h>
8663#include <utmpx.h> 15598#include <utmpx.h>
8664#include <errno.h> 15599#include <errno.h>
8665#include <sys/stat.h> 15600#include <sys/stat.h>
8692 exit(0); 15627 exit(0);
8693 } 15628 }
8694 } 15629 }
8695 exit(0); 15630 exit(0);
8696} 15631}
8697EOF 15632_ACEOF
8698if { (eval echo configure:8699: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 15633rm -f conftest$ac_exeext
8699then 15634if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15635 (eval $ac_link) 2>&5
15636 ac_status=$?
15637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15638 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15639 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15640 (eval $ac_try) 2>&5
15641 ac_status=$?
15642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15643 (exit $ac_status); }; }; then
8700 rxvt_cv_path_utmpx=`cat conftestval` 15644 rxvt_cv_path_utmpx=`cat conftestval`
8701else 15645else
15646 echo "$as_me: program exited with status $ac_status" >&5
8702 echo "configure: failed program was:" >&5 15647echo "$as_me: failed program was:" >&5
8703 cat conftest.$ac_ext >&5 15648sed 's/^/| /' conftest.$ac_ext >&5
8704 rm -fr conftest* 15649
15650( exit $ac_status )
8705 rxvt_cv_path_utmpx= 15651rxvt_cv_path_utmpx=
8706fi 15652fi
8707rm -fr conftest* 15653rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8708fi 15654fi
8709
8710fi 15655fi
8711 15656echo "$as_me:$LINENO: result: $rxvt_cv_path_utmpx" >&5
8712echo "$ac_t""$rxvt_cv_path_utmpx" 1>&6 15657echo "${ECHO_T}$rxvt_cv_path_utmpx" >&6
8713if test x$rxvt_cv_path_utmpx != x; then 15658if test x$rxvt_cv_path_utmpx != x; then
15659
8714 cat >> confdefs.h <<EOF 15660cat >>confdefs.h <<_ACEOF
8715#define RXVT_UTMPX_FILE "$rxvt_cv_path_utmpx" 15661#define RXVT_UTMPX_FILE "$rxvt_cv_path_utmpx"
8716EOF 15662_ACEOF
8717 15663
8718fi 15664fi
8719 15665
8720 15666
15667echo "$as_me:$LINENO: checking where wtmp is located" >&5
8721echo $ac_n "checking where wtmp is located""... $ac_c" 1>&6 15668echo $ECHO_N "checking where wtmp is located... $ECHO_C" >&6
8722echo "configure:8723: checking where wtmp is located" >&5
8723if eval "test \"`echo '$''{'rxvt_cv_path_wtmp'+set}'`\" = set"; then 15669if test "${rxvt_cv_path_wtmp+set}" = set; then
8724 echo $ac_n "(cached) $ac_c" 1>&6 15670 echo $ECHO_N "(cached) $ECHO_C" >&6
8725else 15671else
8726 if test "$cross_compiling" = yes; then 15672 if test "$cross_compiling" = yes; then
15673 { echo "$as_me:$LINENO: WARNING: Define RXVT_WTMP_FILE in config.h manually" >&5
8727 echo "configure: warning: Define RXVT_WTMP_FILE in config.h manually" 1>&2 15674echo "$as_me: WARNING: Define RXVT_WTMP_FILE in config.h manually" >&2;}
8728else 15675else
8729 cat > conftest.$ac_ext <<EOF 15676 cat >conftest.$ac_ext <<_ACEOF
8730#line 8731 "configure" 15677/* confdefs.h. */
8731#include "confdefs.h" 15678_ACEOF
15679cat confdefs.h >>conftest.$ac_ext
15680cat >>conftest.$ac_ext <<_ACEOF
15681/* end confdefs.h. */
8732#include <stdio.h> 15682#include <stdio.h>
8733#include <sys/types.h> 15683#include <sys/types.h>
8734#ifdef HAVE_UTMP_H 15684#ifdef HAVE_UTMP_H
8735#include <utmp.h> 15685#include <utmp.h>
8736#endif 15686#endif
8737#include <errno.h> 15687#include <errno.h>
8738main() 15688main()
8739{ 15689{
8740 char **w, *wtmplist[] = { 15690 char **w, *wtmplist[] = {
8741 "/var/log/wtmp", "/var/adm/wtmp", "/etc/wtmp", "/usr/etc/wtmp", "/usr/adm/wtmp", NULL }; 15691 "/var/log/wtmp", "/var/adm/wtmp", "/etc/wtmp", "/usr/etc/wtmp", "/usr/adm/wtmp", NULL };
8742 FILE *a, *f=fopen("conftestval", "w"); 15692 FILE *a, *f=fopen("conftestval", "w");
8743 if (!f) exit(1); 15693 if (!f) exit(1);
8744#ifdef WTMP_FILE 15694#ifdef WTMP_FILE
8745 fprintf(f, "%s\n", WTMP_FILE); 15695 fprintf(f, "%s\n", WTMP_FILE);
8746 exit(0); 15696 exit(0);
8755 exit(0); 15705 exit(0);
8756 } 15706 }
8757 } 15707 }
8758 exit(0); 15708 exit(0);
8759} 15709}
8760EOF 15710_ACEOF
8761if { (eval echo configure:8762: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 15711rm -f conftest$ac_exeext
8762then 15712if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15713 (eval $ac_link) 2>&5
15714 ac_status=$?
15715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15716 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15717 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15718 (eval $ac_try) 2>&5
15719 ac_status=$?
15720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15721 (exit $ac_status); }; }; then
8763 rxvt_cv_path_wtmp=`cat conftestval` 15722 rxvt_cv_path_wtmp=`cat conftestval`
8764else 15723else
15724 echo "$as_me: program exited with status $ac_status" >&5
8765 echo "configure: failed program was:" >&5 15725echo "$as_me: failed program was:" >&5
8766 cat conftest.$ac_ext >&5 15726sed 's/^/| /' conftest.$ac_ext >&5
8767 rm -fr conftest* 15727
15728( exit $ac_status )
8768 rxvt_cv_path_wtmp= 15729rxvt_cv_path_wtmp=
8769fi 15730fi
8770rm -fr conftest* 15731rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8771fi 15732fi
8772
8773fi 15733fi
8774 15734echo "$as_me:$LINENO: result: $rxvt_cv_path_wtmp" >&5
8775echo "$ac_t""$rxvt_cv_path_wtmp" 1>&6 15735echo "${ECHO_T}$rxvt_cv_path_wtmp" >&6
8776if test x$rxvt_cv_path_wtmp != x; then 15736if test x$rxvt_cv_path_wtmp != x; then
15737
8777 cat >> confdefs.h <<EOF 15738cat >>confdefs.h <<_ACEOF
8778#define RXVT_WTMP_FILE "$rxvt_cv_path_wtmp" 15739#define RXVT_WTMP_FILE "$rxvt_cv_path_wtmp"
8779EOF 15740_ACEOF
8780 15741
8781fi 15742fi
8782 15743
15744echo "$as_me:$LINENO: checking where wtmpx is located" >&5
8783echo $ac_n "checking where wtmpx is located""... $ac_c" 1>&6 15745echo $ECHO_N "checking where wtmpx is located... $ECHO_C" >&6
8784echo "configure:8785: checking where wtmpx is located" >&5
8785if eval "test \"`echo '$''{'rxvt_cv_path_wtmpx'+set}'`\" = set"; then 15746if test "${rxvt_cv_path_wtmpx+set}" = set; then
8786 echo $ac_n "(cached) $ac_c" 1>&6 15747 echo $ECHO_N "(cached) $ECHO_C" >&6
8787else 15748else
8788 if test "$cross_compiling" = yes; then 15749 if test "$cross_compiling" = yes; then
15750 { echo "$as_me:$LINENO: WARNING: Define RXVT_WTMPX_FILE in config.h manually" >&5
8789 echo "configure: warning: Define RXVT_WTMPX_FILE in config.h manually" 1>&2 15751echo "$as_me: WARNING: Define RXVT_WTMPX_FILE in config.h manually" >&2;}
8790else 15752else
8791 cat > conftest.$ac_ext <<EOF 15753 cat >conftest.$ac_ext <<_ACEOF
8792#line 8793 "configure" 15754/* confdefs.h. */
8793#include "confdefs.h" 15755_ACEOF
15756cat confdefs.h >>conftest.$ac_ext
15757cat >>conftest.$ac_ext <<_ACEOF
15758/* end confdefs.h. */
8794#include <stdio.h> 15759#include <stdio.h>
8795#ifdef HAVE_UTMPX_H 15760#ifdef HAVE_UTMPX_H
8796#include <utmpx.h> 15761#include <utmpx.h>
8797#endif 15762#endif
8798#include <errno.h> 15763#include <errno.h>
8799main() 15764main()
8800{ 15765{
8801 char **w, *wtmplist[] = { 15766 char **w, *wtmplist[] = {
8802 "/var/log/wtmpx", "/var/adm/wtmpx", NULL }; 15767 "/var/log/wtmpx", "/var/adm/wtmpx", NULL };
8803 FILE *a, *f=fopen("conftestval", "w"); 15768 FILE *a, *f=fopen("conftestval", "w");
8804 if (!f) exit(1); 15769 if (!f) exit(1);
8805#ifdef WTMPX_FILE 15770#ifdef WTMPX_FILE
8806 fprintf(f, "%s\n", WTMPX_FILE); 15771 fprintf(f, "%s\n", WTMPX_FILE);
8807 exit(0); 15772 exit(0);
8816 exit(0); 15781 exit(0);
8817 } 15782 }
8818 } 15783 }
8819 exit(0); 15784 exit(0);
8820} 15785}
8821EOF 15786_ACEOF
8822if { (eval echo configure:8823: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 15787rm -f conftest$ac_exeext
8823then 15788if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15789 (eval $ac_link) 2>&5
15790 ac_status=$?
15791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15792 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15793 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15794 (eval $ac_try) 2>&5
15795 ac_status=$?
15796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15797 (exit $ac_status); }; }; then
8824 rxvt_cv_path_wtmpx=`cat conftestval` 15798 rxvt_cv_path_wtmpx=`cat conftestval`
8825else 15799else
15800 echo "$as_me: program exited with status $ac_status" >&5
8826 echo "configure: failed program was:" >&5 15801echo "$as_me: failed program was:" >&5
8827 cat conftest.$ac_ext >&5 15802sed 's/^/| /' conftest.$ac_ext >&5
8828 rm -fr conftest* 15803
15804( exit $ac_status )
8829 rxvt_cv_path_wtmpx= 15805rxvt_cv_path_wtmpx=
8830fi 15806fi
8831rm -fr conftest* 15807rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8832fi 15808fi
8833
8834fi 15809fi
8835 15810echo "$as_me:$LINENO: result: $rxvt_cv_path_wtmpx" >&5
8836echo "$ac_t""$rxvt_cv_path_wtmpx" 1>&6 15811echo "${ECHO_T}$rxvt_cv_path_wtmpx" >&6
8837if test x$rxvt_cv_path_wtmpx != x; then 15812if test x$rxvt_cv_path_wtmpx != x; then
15813
8838 cat >> confdefs.h <<EOF 15814cat >>confdefs.h <<_ACEOF
8839#define RXVT_WTMPX_FILE "$rxvt_cv_path_wtmpx" 15815#define RXVT_WTMPX_FILE "$rxvt_cv_path_wtmpx"
8840EOF 15816_ACEOF
8841 15817
8842fi 15818fi
8843 15819
15820echo "$as_me:$LINENO: checking where lastlog is located" >&5
8844echo $ac_n "checking where lastlog is located""... $ac_c" 1>&6 15821echo $ECHO_N "checking where lastlog is located... $ECHO_C" >&6
8845echo "configure:8846: checking where lastlog is located" >&5
8846if eval "test \"`echo '$''{'rxvt_cv_path_lastlog'+set}'`\" = set"; then 15822if test "${rxvt_cv_path_lastlog+set}" = set; then
8847 echo $ac_n "(cached) $ac_c" 1>&6 15823 echo $ECHO_N "(cached) $ECHO_C" >&6
8848else 15824else
8849 if test "$cross_compiling" = yes; then 15825 if test "$cross_compiling" = yes; then
15826 { echo "$as_me:$LINENO: WARNING: Define RXVT_LASTLOG_FILE in config.h manually" >&5
8850 echo "configure: warning: Define RXVT_LASTLOG_FILE in config.h manually" 1>&2 15827echo "$as_me: WARNING: Define RXVT_LASTLOG_FILE in config.h manually" >&2;}
8851else 15828else
8852 cat > conftest.$ac_ext <<EOF 15829 cat >conftest.$ac_ext <<_ACEOF
8853#line 8854 "configure" 15830/* confdefs.h. */
8854#include "confdefs.h" 15831_ACEOF
15832cat confdefs.h >>conftest.$ac_ext
15833cat >>conftest.$ac_ext <<_ACEOF
15834/* end confdefs.h. */
8855#include <stdio.h> 15835#include <stdio.h>
8856#include <sys/types.h> 15836#include <sys/types.h>
8857#ifdef HAVE_UTMPX_H 15837#ifdef HAVE_UTMPX_H
8858#include <utmpx.h> 15838#include <utmpx.h>
8859#elif defined(HAVE_UTMP_H) 15839#elif defined(HAVE_UTMP_H)
8882 exit(0); 15862 exit(0);
8883 } 15863 }
8884 } 15864 }
8885 exit(0); 15865 exit(0);
8886} 15866}
8887EOF 15867_ACEOF
8888if { (eval echo configure:8889: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 15868rm -f conftest$ac_exeext
8889then 15869if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15870 (eval $ac_link) 2>&5
15871 ac_status=$?
15872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15873 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15874 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15875 (eval $ac_try) 2>&5
15876 ac_status=$?
15877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15878 (exit $ac_status); }; }; then
8890 rxvt_cv_path_lastlog=`cat conftestval` 15879 rxvt_cv_path_lastlog=`cat conftestval`
8891else 15880else
15881 echo "$as_me: program exited with status $ac_status" >&5
8892 echo "configure: failed program was:" >&5 15882echo "$as_me: failed program was:" >&5
8893 cat conftest.$ac_ext >&5 15883sed 's/^/| /' conftest.$ac_ext >&5
8894 rm -fr conftest* 15884
15885( exit $ac_status )
8895 rxvt_cv_path_lastlog= 15886rxvt_cv_path_lastlog=
8896fi 15887fi
8897rm -fr conftest* 15888rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8898fi 15889fi
8899
8900fi 15890fi
8901 15891echo "$as_me:$LINENO: result: $rxvt_cv_path_lastlog" >&5
8902echo "$ac_t""$rxvt_cv_path_lastlog" 1>&6 15892echo "${ECHO_T}$rxvt_cv_path_lastlog" >&6
8903if test x$rxvt_cv_path_lastlog != x; then 15893if test x$rxvt_cv_path_lastlog != x; then
15894
8904 cat >> confdefs.h <<EOF 15895cat >>confdefs.h <<_ACEOF
8905#define RXVT_LASTLOG_FILE "$rxvt_cv_path_lastlog" 15896#define RXVT_LASTLOG_FILE "$rxvt_cv_path_lastlog"
8906EOF 15897_ACEOF
8907 15898
8908 if test -d "$rxvt_cv_path_lastlog"; then 15899 if test -d "$rxvt_cv_path_lastlog"; then
15900
8909 cat >> confdefs.h <<\EOF 15901cat >>confdefs.h <<\_ACEOF
8910#define LASTLOG_IS_DIR 1 15902#define LASTLOG_IS_DIR 1
8911EOF 15903_ACEOF
8912 15904
8913 fi 15905 fi
8914fi 15906fi
8915 15907
15908echo "$as_me:$LINENO: checking where lastlogx is located" >&5
8916echo $ac_n "checking where lastlogx is located""... $ac_c" 1>&6 15909echo $ECHO_N "checking where lastlogx is located... $ECHO_C" >&6
8917echo "configure:8918: checking where lastlogx is located" >&5
8918if eval "test \"`echo '$''{'rxvt_cv_path_lastlogx'+set}'`\" = set"; then 15910if test "${rxvt_cv_path_lastlogx+set}" = set; then
8919 echo $ac_n "(cached) $ac_c" 1>&6 15911 echo $ECHO_N "(cached) $ECHO_C" >&6
8920else 15912else
8921 if test "$cross_compiling" = yes; then 15913 if test "$cross_compiling" = yes; then
15914 { echo "$as_me:$LINENO: WARNING: Define RXVT_LASTLOGX_FILE in config.h manually" >&5
8922 echo "configure: warning: Define RXVT_LASTLOGX_FILE in config.h manually" 1>&2 15915echo "$as_me: WARNING: Define RXVT_LASTLOGX_FILE in config.h manually" >&2;}
8923else 15916else
8924 cat > conftest.$ac_ext <<EOF 15917 cat >conftest.$ac_ext <<_ACEOF
8925#line 8926 "configure" 15918/* confdefs.h. */
8926#include "confdefs.h" 15919_ACEOF
15920cat confdefs.h >>conftest.$ac_ext
15921cat >>conftest.$ac_ext <<_ACEOF
15922/* end confdefs.h. */
8927#include <stdio.h> 15923#include <stdio.h>
8928#ifdef HAVE_UTMPX_H 15924#ifdef HAVE_UTMPX_H
8929#include <utmpx.h> 15925#include <utmpx.h>
8930#endif 15926#endif
8931#include <errno.h> 15927#include <errno.h>
8948 exit(0); 15944 exit(0);
8949 } 15945 }
8950 } 15946 }
8951 exit(0); 15947 exit(0);
8952} 15948}
8953EOF 15949_ACEOF
8954if { (eval echo configure:8955: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 15950rm -f conftest$ac_exeext
8955then 15951if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15952 (eval $ac_link) 2>&5
15953 ac_status=$?
15954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15955 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15956 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15957 (eval $ac_try) 2>&5
15958 ac_status=$?
15959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15960 (exit $ac_status); }; }; then
8956 rxvt_cv_path_lastlogx=`cat conftestval` 15961 rxvt_cv_path_lastlogx=`cat conftestval`
8957else 15962else
15963 echo "$as_me: program exited with status $ac_status" >&5
8958 echo "configure: failed program was:" >&5 15964echo "$as_me: failed program was:" >&5
8959 cat conftest.$ac_ext >&5 15965sed 's/^/| /' conftest.$ac_ext >&5
8960 rm -fr conftest* 15966
15967( exit $ac_status )
8961 rxvt_cv_path_lastlogx= 15968rxvt_cv_path_lastlogx=
8962fi 15969fi
8963rm -fr conftest* 15970rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8964fi 15971fi
8965
8966fi 15972fi
8967 15973echo "$as_me:$LINENO: result: $rxvt_cv_path_lastlogx" >&5
8968echo "$ac_t""$rxvt_cv_path_lastlogx" 1>&6 15974echo "${ECHO_T}$rxvt_cv_path_lastlogx" >&6
8969if test x$rxvt_cv_path_lastlogx != x; then 15975if test x$rxvt_cv_path_lastlogx != x; then
15976
8970 cat >> confdefs.h <<EOF 15977cat >>confdefs.h <<_ACEOF
8971#define RXVT_LASTLOGX_FILE "$rxvt_cv_path_lastlogx" 15978#define RXVT_LASTLOGX_FILE "$rxvt_cv_path_lastlogx"
8972EOF 15979_ACEOF
8973 15980
8974fi 15981fi
8975 15982
8976 15983
15984echo "$as_me:$LINENO: checking where ttys/ttytab is located" >&5
8977echo $ac_n "checking where ttys/ttytab is located""... $ac_c" 1>&6 15985echo $ECHO_N "checking where ttys/ttytab is located... $ECHO_C" >&6
8978echo "configure:8979: checking where ttys/ttytab is located" >&5
8979if eval "test \"`echo '$''{'rxvt_cv_path_ttytab'+set}'`\" = set"; then 15986if test "${rxvt_cv_path_ttytab+set}" = set; then
8980 echo $ac_n "(cached) $ac_c" 1>&6 15987 echo $ECHO_N "(cached) $ECHO_C" >&6
8981else 15988else
8982 for ttys_file in /etc/ttys /etc/ttytab; 15989 for ttys_file in /etc/ttys /etc/ttytab;
8983do 15990do
8984 if test -f "$ttys_file" ; then 15991 if test -f "$ttys_file" ; then
8985 rxvt_cv_path_ttytab=$ttys_file 15992 rxvt_cv_path_ttytab=$ttys_file
8986 break 15993 break
8987 fi 15994 fi
8988done 15995done
8989 15996
8990fi 15997fi
8991 15998echo "$as_me:$LINENO: result: $rxvt_cv_path_ttytab" >&5
8992echo "$ac_t""$rxvt_cv_path_ttytab" 1>&6 15999echo "${ECHO_T}$rxvt_cv_path_ttytab" >&6
8993if test x$rxvt_cv_path_ttytab != x; then 16000if test x$rxvt_cv_path_ttytab != x; then
16001
8994 cat >> confdefs.h <<EOF 16002cat >>confdefs.h <<_ACEOF
8995#define TTYTAB_FILENAME "$rxvt_cv_path_ttytab" 16003#define TTYTAB_FILENAME "$rxvt_cv_path_ttytab"
8996EOF 16004_ACEOF
8997 16005
8998fi 16006fi
8999 16007
9000 16008
9001ac_save_LIBS=$LIBS 16009ac_save_LIBS=$LIBS
9003CFLAGS="$CFLAGS $X_CFLAGS" 16011CFLAGS="$CFLAGS $X_CFLAGS"
9004LIBS="$LIBS $X_LIBS $X_EXTRA_LIBS -lX11" 16012LIBS="$LIBS $X_LIBS $X_EXTRA_LIBS -lX11"
9005if test x$rxvt_cv_rpath = xyes -o x$rxvt_cv_R = xyes; then 16013if test x$rxvt_cv_rpath = xyes -o x$rxvt_cv_R = xyes; then
9006 LIBS=`echo $LIBS | sed "$R_TRANSLATE"` 16014 LIBS=`echo $LIBS | sed "$R_TRANSLATE"`
9007fi 16015fi
16016echo "$as_me:$LINENO: checking for working Xlocale" >&5
9008echo $ac_n "checking for working Xlocale""... $ac_c" 1>&6 16017echo $ECHO_N "checking for working Xlocale... $ECHO_C" >&6
9009echo "configure:9010: checking for working Xlocale" >&5
9010if eval "test \"`echo '$''{'rxvt_cv_func_xlocale'+set}'`\" = set"; then 16018if test "${rxvt_cv_func_xlocale+set}" = set; then
9011 echo $ac_n "(cached) $ac_c" 1>&6 16019 echo $ECHO_N "(cached) $ECHO_C" >&6
9012else 16020else
9013 if test "$cross_compiling" = yes; then 16021 if test "$cross_compiling" = yes; then
16022 { echo "$as_me:$LINENO: WARNING: Define NO_XLOCALE in config.h manually" >&5
9014 echo "configure: warning: Define NO_XLOCALE in config.h manually" 1>&2 16023echo "$as_me: WARNING: Define NO_XLOCALE in config.h manually" >&2;}
9015else 16024else
9016 cat > conftest.$ac_ext <<EOF 16025 cat >conftest.$ac_ext <<_ACEOF
9017#line 9018 "configure" 16026/* confdefs.h. */
9018#include "confdefs.h" 16027_ACEOF
16028cat confdefs.h >>conftest.$ac_ext
16029cat >>conftest.$ac_ext <<_ACEOF
16030/* end confdefs.h. */
9019#include <X11/Xlib.h> 16031#include <X11/Xlib.h>
9020main() { 16032main() {
9021char *p; 16033char *p;
9022if ((p = XSetLocaleModifiers("@im=none")) != NULL && *p) 16034if ((p = XSetLocaleModifiers("@im=none")) != NULL && *p)
9023exit (XSupportsLocale() ? 0 : 1); 16035exit (XSupportsLocale() ? 0 : 1);
9024else 16036else
9025exit (1);} 16037exit (1);}
9026EOF 16038_ACEOF
9027if { (eval echo configure:9028: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 16039rm -f conftest$ac_exeext
9028then 16040if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16041 (eval $ac_link) 2>&5
16042 ac_status=$?
16043 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16044 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16045 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16046 (eval $ac_try) 2>&5
16047 ac_status=$?
16048 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16049 (exit $ac_status); }; }; then
9029 rxvt_cv_func_xlocale=yes 16050 rxvt_cv_func_xlocale=yes
9030else 16051else
16052 echo "$as_me: program exited with status $ac_status" >&5
9031 echo "configure: failed program was:" >&5 16053echo "$as_me: failed program was:" >&5
9032 cat conftest.$ac_ext >&5 16054sed 's/^/| /' conftest.$ac_ext >&5
9033 rm -fr conftest* 16055
16056( exit $ac_status )
9034 rxvt_cv_func_xlocale=no 16057rxvt_cv_func_xlocale=no
9035fi 16058fi
9036rm -fr conftest* 16059rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
9037fi 16060fi
9038
9039fi 16061fi
9040 16062echo "$as_me:$LINENO: result: $rxvt_cv_func_xlocale" >&5
9041echo "$ac_t""$rxvt_cv_func_xlocale" 1>&6 16063echo "${ECHO_T}$rxvt_cv_func_xlocale" >&6
9042if test x$rxvt_cv_func_xlocale = xyes; then 16064if test x$rxvt_cv_func_xlocale = xyes; then
16065
9043 cat >> confdefs.h <<\EOF 16066cat >>confdefs.h <<\_ACEOF
9044#define HAVE_XLOCALE 1 16067#define HAVE_XLOCALE 1
9045EOF 16068_ACEOF
9046 16069
9047fi 16070fi
9048 16071
16072echo "$as_me:$LINENO: checking for working X setlocale" >&5
9049echo $ac_n "checking for working X setlocale""... $ac_c" 1>&6 16073echo $ECHO_N "checking for working X setlocale... $ECHO_C" >&6
9050echo "configure:9051: checking for working X setlocale" >&5
9051if eval "test \"`echo '$''{'rxvt_cv_func_xsetlocale'+set}'`\" = set"; then 16074if test "${rxvt_cv_func_xsetlocale+set}" = set; then
9052 echo $ac_n "(cached) $ac_c" 1>&6 16075 echo $ECHO_N "(cached) $ECHO_C" >&6
9053else 16076else
9054 cat > conftest.$ac_ext <<EOF 16077 cat >conftest.$ac_ext <<_ACEOF
9055#line 9056 "configure" 16078/* confdefs.h. */
9056#include "confdefs.h" 16079_ACEOF
16080cat confdefs.h >>conftest.$ac_ext
16081cat >>conftest.$ac_ext <<_ACEOF
16082/* end confdefs.h. */
9057#define X_LOCALE 1 16083#define X_LOCALE 1
9058#include <X11/Xlocale.h> 16084#include <X11/Xlocale.h>
9059int main() { 16085int
16086main ()
16087{
9060setlocale(LC_CTYPE, ""); 16088setlocale(LC_CTYPE, "");
16089 ;
9061; return 0; } 16090 return 0;
9062EOF 16091}
9063if { (eval echo configure:9064: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 16092_ACEOF
16093rm -f conftest.$ac_objext conftest$ac_exeext
16094if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16095 (eval $ac_link) 2>conftest.er1
16096 ac_status=$?
16097 grep -v '^ *+' conftest.er1 >conftest.err
9064 rm -rf conftest* 16098 rm -f conftest.er1
16099 cat conftest.err >&5
16100 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16101 (exit $ac_status); } &&
16102 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
16103 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16104 (eval $ac_try) 2>&5
16105 ac_status=$?
16106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16107 (exit $ac_status); }; } &&
16108 { ac_try='test -s conftest$ac_exeext'
16109 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16110 (eval $ac_try) 2>&5
16111 ac_status=$?
16112 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16113 (exit $ac_status); }; }; then
9065 rxvt_cv_func_xsetlocale=yes 16114 rxvt_cv_func_xsetlocale=yes
9066else 16115else
9067 echo "configure: failed program was:" >&5 16116 echo "$as_me: failed program was:" >&5
9068 cat conftest.$ac_ext >&5 16117sed 's/^/| /' conftest.$ac_ext >&5
9069 rm -rf conftest* 16118
9070 rxvt_cv_func_xsetlocale=no 16119rxvt_cv_func_xsetlocale=no
9071fi 16120fi
9072rm -f conftest* 16121rm -f conftest.err conftest.$ac_objext \
16122 conftest$ac_exeext conftest.$ac_ext
9073fi 16123fi
9074 16124echo "$as_me:$LINENO: result: $rxvt_cv_func_xsetlocale" >&5
9075echo "$ac_t""$rxvt_cv_func_xsetlocale" 1>&6 16125echo "${ECHO_T}$rxvt_cv_func_xsetlocale" >&6
9076if test x$rxvt_cv_func_xsetlocale = xyes; then 16126if test x$rxvt_cv_func_xsetlocale = xyes; then
16127
9077 cat >> confdefs.h <<\EOF 16128cat >>confdefs.h <<\_ACEOF
9078#define HAVE_XSETLOCALE 1 16129#define HAVE_XSETLOCALE 1
9079EOF 16130_ACEOF
9080 16131
9081fi 16132fi
9082LIBS=$ac_save_LIBS 16133LIBS=$ac_save_LIBS
9083CFLAGS=$ac_save_CFLAGS 16134CFLAGS=$ac_save_CFLAGS
9084 16135
16136echo "$as_me:$LINENO: checking for working plain setlocale" >&5
9085echo $ac_n "checking for working plain setlocale""... $ac_c" 1>&6 16137echo $ECHO_N "checking for working plain setlocale... $ECHO_C" >&6
9086echo "configure:9087: checking for working plain setlocale" >&5
9087if eval "test \"`echo '$''{'rxvt_cv_func_setlocale'+set}'`\" = set"; then 16138if test "${rxvt_cv_func_setlocale+set}" = set; then
9088 echo $ac_n "(cached) $ac_c" 1>&6 16139 echo $ECHO_N "(cached) $ECHO_C" >&6
9089else 16140else
9090 cat > conftest.$ac_ext <<EOF 16141 cat >conftest.$ac_ext <<_ACEOF
9091#line 9092 "configure" 16142/* confdefs.h. */
9092#include "confdefs.h" 16143_ACEOF
16144cat confdefs.h >>conftest.$ac_ext
16145cat >>conftest.$ac_ext <<_ACEOF
16146/* end confdefs.h. */
9093#include <locale.h> 16147#include <clocale>
9094int main() { 16148int
16149main ()
16150{
9095setlocale(LC_CTYPE, ""); 16151setlocale(LC_CTYPE, "");
16152 ;
9096; return 0; } 16153 return 0;
9097EOF 16154}
9098if { (eval echo configure:9099: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 16155_ACEOF
16156rm -f conftest.$ac_objext conftest$ac_exeext
16157if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16158 (eval $ac_link) 2>conftest.er1
16159 ac_status=$?
16160 grep -v '^ *+' conftest.er1 >conftest.err
9099 rm -rf conftest* 16161 rm -f conftest.er1
16162 cat conftest.err >&5
16163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16164 (exit $ac_status); } &&
16165 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
16166 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16167 (eval $ac_try) 2>&5
16168 ac_status=$?
16169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16170 (exit $ac_status); }; } &&
16171 { ac_try='test -s conftest$ac_exeext'
16172 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16173 (eval $ac_try) 2>&5
16174 ac_status=$?
16175 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16176 (exit $ac_status); }; }; then
9100 rxvt_cv_func_setlocale=yes 16177 rxvt_cv_func_setlocale=yes
9101else 16178else
9102 echo "configure: failed program was:" >&5 16179 echo "$as_me: failed program was:" >&5
9103 cat conftest.$ac_ext >&5 16180sed 's/^/| /' conftest.$ac_ext >&5
9104 rm -rf conftest* 16181
9105 rxvt_cv_func_setlocale=no 16182rxvt_cv_func_setlocale=no
9106fi 16183fi
9107rm -f conftest* 16184rm -f conftest.err conftest.$ac_objext \
16185 conftest$ac_exeext conftest.$ac_ext
9108fi 16186fi
9109 16187echo "$as_me:$LINENO: result: $rxvt_cv_func_setlocale" >&5
9110echo "$ac_t""$rxvt_cv_func_setlocale" 1>&6 16188echo "${ECHO_T}$rxvt_cv_func_setlocale" >&6
9111if test x$rxvt_cv_func_setlocale = xyes; then 16189if test x$rxvt_cv_func_setlocale = xyes; then
16190
9112 cat >> confdefs.h <<\EOF 16191cat >>confdefs.h <<\_ACEOF
9113#define HAVE_SETLOCALE 1 16192#define HAVE_SETLOCALE 1
9114EOF 16193_ACEOF
9115 16194
9116fi 16195fi
9117 16196
16197echo "$as_me:$LINENO: checking for working nl_langinfo" >&5
9118echo $ac_n "checking for working nl_langinfo""... $ac_c" 1>&6 16198echo $ECHO_N "checking for working nl_langinfo... $ECHO_C" >&6
9119echo "configure:9120: checking for working nl_langinfo" >&5
9120if eval "test \"`echo '$''{'rxvt_cv_func_nl_langinfo'+set}'`\" = set"; then 16199if test "${rxvt_cv_func_nl_langinfo+set}" = set; then
9121 echo $ac_n "(cached) $ac_c" 1>&6 16200 echo $ECHO_N "(cached) $ECHO_C" >&6
9122else 16201else
9123 cat > conftest.$ac_ext <<EOF 16202 cat >conftest.$ac_ext <<_ACEOF
9124#line 9125 "configure" 16203/* confdefs.h. */
9125#include "confdefs.h" 16204_ACEOF
16205cat confdefs.h >>conftest.$ac_ext
16206cat >>conftest.$ac_ext <<_ACEOF
16207/* end confdefs.h. */
9126#include <langinfo.h> 16208#include <langinfo.h>
9127int main() { 16209int
16210main ()
16211{
9128nl_langinfo(CODESET); 16212nl_langinfo(CODESET);
16213 ;
9129; return 0; } 16214 return 0;
9130EOF 16215}
9131if { (eval echo configure:9132: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 16216_ACEOF
16217rm -f conftest.$ac_objext conftest$ac_exeext
16218if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16219 (eval $ac_link) 2>conftest.er1
16220 ac_status=$?
16221 grep -v '^ *+' conftest.er1 >conftest.err
9132 rm -rf conftest* 16222 rm -f conftest.er1
16223 cat conftest.err >&5
16224 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16225 (exit $ac_status); } &&
16226 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
16227 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16228 (eval $ac_try) 2>&5
16229 ac_status=$?
16230 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16231 (exit $ac_status); }; } &&
16232 { ac_try='test -s conftest$ac_exeext'
16233 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16234 (eval $ac_try) 2>&5
16235 ac_status=$?
16236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16237 (exit $ac_status); }; }; then
9133 rxvt_cv_func_nl_langinfo=yes 16238 rxvt_cv_func_nl_langinfo=yes
9134else 16239else
9135 echo "configure: failed program was:" >&5 16240 echo "$as_me: failed program was:" >&5
9136 cat conftest.$ac_ext >&5 16241sed 's/^/| /' conftest.$ac_ext >&5
9137 rm -rf conftest* 16242
9138 rxvt_cv_func_nl_langinfo=no 16243rxvt_cv_func_nl_langinfo=no
9139fi 16244fi
9140rm -f conftest* 16245rm -f conftest.err conftest.$ac_objext \
16246 conftest$ac_exeext conftest.$ac_ext
9141fi 16247fi
9142 16248echo "$as_me:$LINENO: result: $rxvt_cv_func_nl_langinfo" >&5
9143echo "$ac_t""$rxvt_cv_func_nl_langinfo" 1>&6 16249echo "${ECHO_T}$rxvt_cv_func_nl_langinfo" >&6
9144if test x$rxvt_cv_func_nl_langinfo = xyes; then 16250if test x$rxvt_cv_func_nl_langinfo = xyes; then
16251
9145 cat >> confdefs.h <<\EOF 16252cat >>confdefs.h <<\_ACEOF
9146#define HAVE_NL_LANGINFO 1 16253#define HAVE_NL_LANGINFO 1
9147EOF 16254_ACEOF
9148 16255
9149fi 16256fi
9150 16257
9151echo $ac_n "checking for getpt""... $ac_c" 1>&6 16258echo "$as_me:$LINENO: checking for broken XIM callback" >&5
9152echo "configure:9153: checking for getpt" >&5 16259echo $ECHO_N "checking for broken XIM callback... $ECHO_C" >&6
9153if eval "test \"`echo '$''{'rxvt_cv_func_getpt'+set}'`\" = set"; then 16260if test "${rxvt_broken_ximcb+set}" = set; then
9154 echo $ac_n "(cached) $ac_c" 1>&6 16261 echo $ECHO_N "(cached) $ECHO_C" >&6
9155else 16262else
9156 cat > conftest.$ac_ext <<EOF 16263 cat >conftest.$ac_ext <<_ACEOF
9157#line 9158 "configure" 16264
9158#include "confdefs.h" 16265#include <X11/Xlib.h>
16266
16267void im_destroy_cb (XIC unused1, XPointer client_data, XPointer unused3);
16268
16269void f() {
16270 XIMCallback cb;
16271 cb.callback = im_destroy_cb;
16272}
16273
16274_ACEOF
16275rm -f conftest.$ac_objext
16276if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16277 (eval $ac_compile) 2>conftest.er1
16278 ac_status=$?
16279 grep -v '^ *+' conftest.er1 >conftest.err
16280 rm -f conftest.er1
16281 cat conftest.err >&5
16282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16283 (exit $ac_status); } &&
16284 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
16285 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16286 (eval $ac_try) 2>&5
16287 ac_status=$?
16288 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16289 (exit $ac_status); }; } &&
16290 { ac_try='test -s conftest.$ac_objext'
16291 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16292 (eval $ac_try) 2>&5
16293 ac_status=$?
16294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16295 (exit $ac_status); }; }; then
16296 rxvt_broken_ximcb=yes
16297else
16298 echo "$as_me: failed program was:" >&5
16299sed 's/^/| /' conftest.$ac_ext >&5
16300
16301rxvt_broken_ximcb=no
16302fi
16303rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16304fi
16305echo "$as_me:$LINENO: result: $rxvt_broken_ximcb" >&5
16306echo "${ECHO_T}$rxvt_broken_ximcb" >&6
16307
16308if test x$rxvt_broken_ximcb = xyes; then
16309
16310cat >>confdefs.h <<\_ACEOF
16311#define XIMCB_PROTO_BROKEN 1
16312_ACEOF
16313
16314fi
16315
16316echo "$as_me:$LINENO: checking for getpt" >&5
16317echo $ECHO_N "checking for getpt... $ECHO_C" >&6
16318if test "${rxvt_cv_func_getpt+set}" = set; then
16319 echo $ECHO_N "(cached) $ECHO_C" >&6
16320else
16321 cat >conftest.$ac_ext <<_ACEOF
16322/* confdefs.h. */
16323_ACEOF
16324cat confdefs.h >>conftest.$ac_ext
16325cat >>conftest.$ac_ext <<_ACEOF
16326/* end confdefs.h. */
9159#define _GNU_SOURCE 16327#define _GNU_SOURCE
9160#ifdef HAVE_STDLIB_H 16328#ifdef HAVE_STDLIB_H
9161# include <stdlib.h> 16329# include <cstdlib>
9162#endif 16330#endif
9163int main() { 16331int
16332main ()
16333{
9164(void)getpt(); 16334(void)getpt();
16335 ;
9165; return 0; } 16336 return 0;
9166EOF 16337}
9167if { (eval echo configure:9168: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 16338_ACEOF
16339rm -f conftest.$ac_objext conftest$ac_exeext
16340if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16341 (eval $ac_link) 2>conftest.er1
16342 ac_status=$?
16343 grep -v '^ *+' conftest.er1 >conftest.err
9168 rm -rf conftest* 16344 rm -f conftest.er1
16345 cat conftest.err >&5
16346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16347 (exit $ac_status); } &&
16348 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
16349 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16350 (eval $ac_try) 2>&5
16351 ac_status=$?
16352 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16353 (exit $ac_status); }; } &&
16354 { ac_try='test -s conftest$ac_exeext'
16355 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16356 (eval $ac_try) 2>&5
16357 ac_status=$?
16358 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16359 (exit $ac_status); }; }; then
9169 rxvt_cv_func_getpt=yes 16360 rxvt_cv_func_getpt=yes
9170else 16361else
9171 echo "configure: failed program was:" >&5 16362 echo "$as_me: failed program was:" >&5
9172 cat conftest.$ac_ext >&5 16363sed 's/^/| /' conftest.$ac_ext >&5
9173 rm -rf conftest* 16364
9174 rxvt_cv_func_getpt=no 16365rxvt_cv_func_getpt=no
9175fi 16366fi
9176rm -f conftest* 16367rm -f conftest.err conftest.$ac_objext \
16368 conftest$ac_exeext conftest.$ac_ext
9177fi 16369fi
9178 16370echo "$as_me:$LINENO: result: $rxvt_cv_func_getpt" >&5
9179echo "$ac_t""$rxvt_cv_func_getpt" 1>&6 16371echo "${ECHO_T}$rxvt_cv_func_getpt" >&6
9180if test x$rxvt_cv_func_getpt = xyes; then 16372if test x$rxvt_cv_func_getpt = xyes; then
16373
9181 cat >> confdefs.h <<\EOF 16374cat >>confdefs.h <<\_ACEOF
9182#define HAVE_GETPT 1 16375#define HAVE_GETPT 1
9183EOF 16376_ACEOF
9184 16377
9185fi 16378fi
9186 16379
16380echo "$as_me:$LINENO: checking for pty/tty type" >&5
9187echo $ac_n "checking for pty/tty type""... $ac_c" 1>&6 16381echo $ECHO_N "checking for pty/tty type... $ECHO_C" >&6
9188echo "configure:9189: checking for pty/tty type" >&5
9189if eval "test \"`echo '$''{'rxvt_cv_ptys'+set}'`\" = set"; then 16382if test "${rxvt_cv_ptys+set}" = set; then
9190 echo $ac_n "(cached) $ac_c" 1>&6 16383 echo $ECHO_N "(cached) $ECHO_C" >&6
9191else 16384else
9192 if test x$ac_cv_func_openpty = xyes; then 16385 if test x$ac_cv_func_openpty = xyes; then
9193 rxvt_cv_ptys=OPENPTY 16386 rxvt_cv_ptys=OPENPTY
9194 else if test x$ac_cv_func__getpty = xyes; then 16387 else if test x$ac_cv_func__getpty = xyes; then
9195 rxvt_cv_ptys=SGI4 16388 rxvt_cv_ptys=SGI4
9218fi 16411fi
9219fi 16412fi
9220fi 16413fi
9221 16414
9222fi 16415fi
9223 16416echo "$as_me:$LINENO: result: $rxvt_cv_ptys" >&5
9224echo "$ac_t""$rxvt_cv_ptys" 1>&6 16417echo "${ECHO_T}$rxvt_cv_ptys" >&6
9225 16418
9226if test x$rxvt_cv_ptys = xOPENPTY; then 16419if test x$rxvt_cv_ptys = xOPENPTY; then
16420
9227 cat >> confdefs.h <<\EOF 16421cat >>confdefs.h <<\_ACEOF
9228#define PTYS_ARE_OPENPTY 1 16422#define PTYS_ARE_OPENPTY 1
9229EOF 16423_ACEOF
9230 16424
9231fi 16425fi
9232if test x$rxvt_cv_ptys = xSCO; then 16426if test x$rxvt_cv_ptys = xSCO; then
16427
9233 cat >> confdefs.h <<\EOF 16428cat >>confdefs.h <<\_ACEOF
9234#define PTYS_ARE_NUMERIC 1 16429#define PTYS_ARE_NUMERIC 1
9235EOF 16430_ACEOF
9236 16431
9237fi 16432fi
9238if test x$rxvt_cv_ptys = xSTREAMS; then 16433if test x$rxvt_cv_ptys = xSTREAMS; then
16434
9239 cat >> confdefs.h <<\EOF 16435cat >>confdefs.h <<\_ACEOF
9240#define PTYS_ARE_PTMX 1 16436#define PTYS_ARE_PTMX 1
9241EOF 16437_ACEOF
9242 16438
9243fi 16439fi
9244if test x$rxvt_cv_ptys = xPTC; then 16440if test x$rxvt_cv_ptys = xPTC; then
16441
9245 cat >> confdefs.h <<\EOF 16442cat >>confdefs.h <<\_ACEOF
9246#define PTYS_ARE_PTC 1 16443#define PTYS_ARE_PTC 1
9247EOF 16444_ACEOF
9248 16445
9249fi 16446fi
9250if test x$rxvt_cv_ptys = xSGI4; then 16447if test x$rxvt_cv_ptys = xSGI4; then
16448
9251 cat >> confdefs.h <<\EOF 16449cat >>confdefs.h <<\_ACEOF
9252#define PTYS_ARE__GETPTY 1 16450#define PTYS_ARE__GETPTY 1
9253EOF 16451_ACEOF
9254 16452
9255fi 16453fi
9256if test x$rxvt_cv_ptys = xCONVEX; then 16454if test x$rxvt_cv_ptys = xCONVEX; then
16455
9257 cat >> confdefs.h <<\EOF 16456cat >>confdefs.h <<\_ACEOF
9258#define PTYS_ARE_GETPTY 1 16457#define PTYS_ARE_GETPTY 1
9259EOF 16458_ACEOF
9260 16459
9261fi 16460fi
9262if test x$rxvt_cv_ptys = xGLIBC; then 16461if test x$rxvt_cv_ptys = xGLIBC; then
16462
9263 cat >> confdefs.h <<\EOF 16463cat >>confdefs.h <<\_ACEOF
9264#define PTYS_ARE_GETPT 1 16464#define PTYS_ARE_GETPT 1
9265EOF 16465_ACEOF
9266 16466
9267fi 16467fi
9268if test x$rxvt_cv_ptys = xHPUX; then 16468if test x$rxvt_cv_ptys = xHPUX; then
16469
9269 cat >> confdefs.h <<\EOF 16470cat >>confdefs.h <<\_ACEOF
9270#define PTYS_ARE_CLONE 1 16471#define PTYS_ARE_CLONE 1
9271EOF 16472_ACEOF
9272 16473
9273fi 16474fi
9274if test x$rxvt_cv_ptys = xBSD -o x$rxvt_cv_ptys = xHPUX -o x$rxvt_cv_ptys = xGLIBC; then 16475if test x$rxvt_cv_ptys = xBSD -o x$rxvt_cv_ptys = xHPUX -o x$rxvt_cv_ptys = xGLIBC; then
16476
9275 cat >> confdefs.h <<\EOF 16477cat >>confdefs.h <<\_ACEOF
9276#define PTYS_ARE_SEARCHED 1 16478#define PTYS_ARE_SEARCHED 1
9277EOF 16479_ACEOF
9278 16480
9279fi 16481fi
9280 16482
9281 16483
16484{ echo "$as_me:$LINENO: checking for pty ranges..." >&5
9282echo "checking for pty ranges" 1>&6 16485echo "$as_me: checking for pty ranges..." >&6;}
9283echo "configure:9284: checking for pty ranges" >&5
9284ptys=`echo /dev/pty??` 16486ptys=`echo /dev/pty??`
9285pch1=`echo $ptys | tr ' ' '\012' | sed -e 's/^.*\(.\).$/\1/g' | sort -u | tr -d '\012'` 16487pch1=`echo $ptys | tr ' ' '\012' | sed -e 's/^.*\(.\).$/\1/g' | sort -u | tr -d '\012'`
9286pch2=`echo $ptys | tr ' ' '\012' | sed -e 's/^.*\(.\)$/\1/g' | sort -u | tr -d '\012'` 16488pch2=`echo $ptys | tr ' ' '\012' | sed -e 's/^.*\(.\)$/\1/g' | sort -u | tr -d '\012'`
9287if test x$pch1 != x; then 16489if test x$pch1 != x; then
16490
9288 cat >> confdefs.h <<EOF 16491cat >>confdefs.h <<_ACEOF
9289#define PTYCHAR1 "$pch1" 16492#define PTYCHAR1 "$pch1"
9290EOF 16493_ACEOF
9291 16494
9292fi 16495fi
9293if test x$pch2 != x; then 16496if test x$pch2 != x; then
16497
9294 cat >> confdefs.h <<EOF 16498cat >>confdefs.h <<_ACEOF
9295#define PTYCHAR2 "$pch2" 16499#define PTYCHAR2 "$pch2"
9296EOF 16500_ACEOF
9297 16501
9298fi 16502fi
9299 16503
9300echo $ac_n "checking for setlocale in -lxpg4""... $ac_c" 1>&6 16504if test x$support_xft = xyes; then
9301echo "configure:9302: checking for setlocale in -lxpg4" >&5 16505 LIBS="$LIBS `pkg-config xft --libs`"
9302ac_lib_var=`echo xpg4'_'setlocale | sed 'y%./+-%__p_%'` 16506 CFLAGS="$CFLAGS `pkg-config xft --cflags`"
9303if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 16507 CPPFLAGS="$CPPFLAGS `pkg-config xft --cflags`"
16508
16509
16510for ac_header in X11/Xft/Xft.h
16511do
16512as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
16513if eval "test \"\${$as_ac_Header+set}\" = set"; then
16514 echo "$as_me:$LINENO: checking for $ac_header" >&5
16515echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16516if eval "test \"\${$as_ac_Header+set}\" = set"; then
9304 echo $ac_n "(cached) $ac_c" 1>&6 16517 echo $ECHO_N "(cached) $ECHO_C" >&6
16518fi
16519echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16520echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9305else 16521else
9306 ac_save_LIBS="$LIBS" 16522 # Is the header compilable?
9307LIBS="-lxpg4 $LIBS" 16523echo "$as_me:$LINENO: checking $ac_header usability" >&5
16524echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
9308cat > conftest.$ac_ext <<EOF 16525cat >conftest.$ac_ext <<_ACEOF
9309#line 9310 "configure" 16526/* confdefs.h. */
9310#include "confdefs.h" 16527_ACEOF
16528cat confdefs.h >>conftest.$ac_ext
16529cat >>conftest.$ac_ext <<_ACEOF
16530/* end confdefs.h. */
16531$ac_includes_default
16532#include <$ac_header>
16533_ACEOF
16534rm -f conftest.$ac_objext
16535if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16536 (eval $ac_compile) 2>conftest.er1
16537 ac_status=$?
16538 grep -v '^ *+' conftest.er1 >conftest.err
16539 rm -f conftest.er1
16540 cat conftest.err >&5
16541 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16542 (exit $ac_status); } &&
16543 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
16544 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16545 (eval $ac_try) 2>&5
16546 ac_status=$?
16547 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16548 (exit $ac_status); }; } &&
16549 { ac_try='test -s conftest.$ac_objext'
16550 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16551 (eval $ac_try) 2>&5
16552 ac_status=$?
16553 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16554 (exit $ac_status); }; }; then
16555 ac_header_compiler=yes
16556else
16557 echo "$as_me: failed program was:" >&5
16558sed 's/^/| /' conftest.$ac_ext >&5
16559
16560ac_header_compiler=no
16561fi
16562rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16563echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16564echo "${ECHO_T}$ac_header_compiler" >&6
16565
16566# Is the header present?
16567echo "$as_me:$LINENO: checking $ac_header presence" >&5
16568echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
16569cat >conftest.$ac_ext <<_ACEOF
16570/* confdefs.h. */
16571_ACEOF
16572cat confdefs.h >>conftest.$ac_ext
16573cat >>conftest.$ac_ext <<_ACEOF
16574/* end confdefs.h. */
16575#include <$ac_header>
16576_ACEOF
16577if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
16578 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
16579 ac_status=$?
16580 grep -v '^ *+' conftest.er1 >conftest.err
16581 rm -f conftest.er1
16582 cat conftest.err >&5
16583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16584 (exit $ac_status); } >/dev/null; then
16585 if test -s conftest.err; then
16586 ac_cpp_err=$ac_cxx_preproc_warn_flag
16587 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
16588 else
16589 ac_cpp_err=
16590 fi
16591else
16592 ac_cpp_err=yes
16593fi
16594if test -z "$ac_cpp_err"; then
16595 ac_header_preproc=yes
16596else
16597 echo "$as_me: failed program was:" >&5
16598sed 's/^/| /' conftest.$ac_ext >&5
16599
16600 ac_header_preproc=no
16601fi
16602rm -f conftest.err conftest.$ac_ext
16603echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16604echo "${ECHO_T}$ac_header_preproc" >&6
16605
16606# So? What about this header?
16607case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
16608 yes:no: )
16609 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16610echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16611 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16612echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16613 ac_header_preproc=yes
16614 ;;
16615 no:yes:* )
16616 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16617echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16618 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16619echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16620 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16621echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16622 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16623echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16624 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16625echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16626 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16627echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16628 (
16629 cat <<\_ASBOX
16630## ------------------------------------------ ##
16631## Report this to the AC_PACKAGE_NAME lists. ##
16632## ------------------------------------------ ##
16633_ASBOX
16634 ) |
16635 sed "s/^/$as_me: WARNING: /" >&2
16636 ;;
16637esac
16638echo "$as_me:$LINENO: checking for $ac_header" >&5
16639echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16640if eval "test \"\${$as_ac_Header+set}\" = set"; then
16641 echo $ECHO_N "(cached) $ECHO_C" >&6
16642else
16643 eval "$as_ac_Header=\$ac_header_preproc"
16644fi
16645echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16646echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
16647
16648fi
16649if test `eval echo '${'$as_ac_Header'}'` = yes; then
16650 cat >>confdefs.h <<_ACEOF
16651#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
16652_ACEOF
16653
16654else
16655 support_xft=no
16656fi
16657
16658done
16659
16660
16661echo "$as_me:$LINENO: checking for XftDrawString32 in -lXft" >&5
16662echo $ECHO_N "checking for XftDrawString32 in -lXft... $ECHO_C" >&6
16663if test "${ac_cv_lib_Xft_XftDrawString32+set}" = set; then
16664 echo $ECHO_N "(cached) $ECHO_C" >&6
16665else
16666 ac_check_lib_save_LIBS=$LIBS
16667LIBS="-lXft $LIBS"
16668cat >conftest.$ac_ext <<_ACEOF
16669/* confdefs.h. */
16670_ACEOF
16671cat confdefs.h >>conftest.$ac_ext
16672cat >>conftest.$ac_ext <<_ACEOF
16673/* end confdefs.h. */
16674
9311/* Override any gcc2 internal prototype to avoid an error. */ 16675/* Override any gcc2 internal prototype to avoid an error. */
16676#ifdef __cplusplus
16677extern "C"
16678#endif
9312/* We use char because int might match the return type of a gcc2 16679/* We use char because int might match the return type of a gcc2
9313 builtin and then its argument prototype would still apply. */ 16680 builtin and then its argument prototype would still apply. */
9314char setlocale(); 16681char XftDrawString32 ();
9315 16682int
9316int main() { 16683main ()
9317setlocale() 16684{
16685XftDrawString32 ();
16686 ;
9318; return 0; } 16687 return 0;
9319EOF 16688}
9320if { (eval echo configure:9321: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 16689_ACEOF
16690rm -f conftest.$ac_objext conftest$ac_exeext
16691if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16692 (eval $ac_link) 2>conftest.er1
16693 ac_status=$?
16694 grep -v '^ *+' conftest.er1 >conftest.err
9321 rm -rf conftest* 16695 rm -f conftest.er1
9322 eval "ac_cv_lib_$ac_lib_var=yes" 16696 cat conftest.err >&5
16697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16698 (exit $ac_status); } &&
16699 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
16700 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16701 (eval $ac_try) 2>&5
16702 ac_status=$?
16703 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16704 (exit $ac_status); }; } &&
16705 { ac_try='test -s conftest$ac_exeext'
16706 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16707 (eval $ac_try) 2>&5
16708 ac_status=$?
16709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16710 (exit $ac_status); }; }; then
16711 ac_cv_lib_Xft_XftDrawString32=yes
9323else 16712else
9324 echo "configure: failed program was:" >&5 16713 echo "$as_me: failed program was:" >&5
9325 cat conftest.$ac_ext >&5 16714sed 's/^/| /' conftest.$ac_ext >&5
9326 rm -rf conftest* 16715
9327 eval "ac_cv_lib_$ac_lib_var=no" 16716ac_cv_lib_Xft_XftDrawString32=no
9328fi 16717fi
9329rm -f conftest* 16718rm -f conftest.err conftest.$ac_objext \
16719 conftest$ac_exeext conftest.$ac_ext
9330LIBS="$ac_save_LIBS" 16720LIBS=$ac_check_lib_save_LIBS
9331
9332fi 16721fi
9333if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 16722echo "$as_me:$LINENO: result: $ac_cv_lib_Xft_XftDrawString32" >&5
9334 echo "$ac_t""yes" 1>&6 16723echo "${ECHO_T}$ac_cv_lib_Xft_XftDrawString32" >&6
9335 LIBS="$LIBS -lxpg4" 16724if test $ac_cv_lib_Xft_XftDrawString32 = yes; then
9336else
9337 echo "$ac_t""no" 1>&6
9338fi
9339
9340
9341if test x$support_graphics = xyes; then
9342 cat >> confdefs.h <<\EOF 16725 cat >>confdefs.h <<_ACEOF
9343#define RXVT_GRAPHICS 1 16726#define HAVE_LIBXFT 1
9344EOF 16727_ACEOF
16728
16729 LIBS="-lXft $LIBS"
16730
16731else
16732 support_xft=no
16733fi
16734
16735
16736 if test x$support_xft = xyes; then
16737
16738cat >>confdefs.h <<\_ACEOF
16739#define XFT 1
16740_ACEOF
16741
16742 fi
16743fi
16744if test x$support_styles = xyes; then
16745
16746cat >>confdefs.h <<\_ACEOF
16747#define ENABLE_STYLES 1
16748_ACEOF
16749
16750fi
16751if test x$support_iso14755 = xyes; then
16752
16753cat >>confdefs.h <<\_ACEOF
16754#define ISO_14755 1
16755_ACEOF
16756
16757fi
16758if test x$support_8bitctrls = xyes; then
16759
16760cat >>confdefs.h <<\_ACEOF
16761#define EIGHT_BIT_CONTROLS 1
16762_ACEOF
16763
16764fi
16765if test x$support_fading = xyes; then
16766
16767cat >>confdefs.h <<\_ACEOF
16768#define OFF_FOCUS_FADING 1
16769_ACEOF
16770
16771fi
16772if test x$support_tinting = xyes; then
16773
16774cat >>confdefs.h <<\_ACEOF
16775#define TINTING 1
16776_ACEOF
9345 16777
9346fi 16778fi
9347if test x$support_inheritpixmap = xyes; then 16779if test x$support_inheritpixmap = xyes; then
16780
9348 cat >> confdefs.h <<\EOF 16781cat >>confdefs.h <<\_ACEOF
9349#define TRANSPARENT 1 16782#define TRANSPARENT 1
9350EOF 16783_ACEOF
9351 16784
9352fi 16785fi
9353if test x$support_keepscrolling = xno; then 16786if test x$support_keepscrolling = xno; then
16787
9354 cat >> confdefs.h <<\EOF 16788cat >>confdefs.h <<\_ACEOF
9355#define NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING 1 16789#define NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING 1
9356EOF 16790_ACEOF
9357 16791
9358fi 16792fi
9359if test x$support_selectionscrolling = xyes; then 16793if test x$support_selectionscrolling = xyes; then
16794
9360 cat >> confdefs.h <<\EOF 16795cat >>confdefs.h <<\_ACEOF
9361#define SELECTION_SCROLLING 1 16796#define SELECTION_SCROLLING 1
9362EOF 16797_ACEOF
9363 16798
9364fi 16799fi
9365if test x$support_menubar = xyes; then 16800if test x$support_menubar = xyes; then
16801
9366 cat >> confdefs.h <<\EOF 16802cat >>confdefs.h <<\_ACEOF
9367#define MENUBAR 1 16803#define MENUBAR 1
9368EOF 16804_ACEOF
9369 16805
9370fi 16806fi
9371if test x$support_frills = xno; then 16807if test x$support_frills = xyes; then
16808
9372 cat >> confdefs.h <<\EOF 16809cat >>confdefs.h <<\_ACEOF
9373#define NO_FRILLS 1 16810#define ENABLE_FRILLS 1
9374EOF 16811_ACEOF
9375 16812
9376fi 16813fi
9377if test x$support_linespace = xno; then 16814if test x$support_linespace = xno; then
16815
9378 cat >> confdefs.h <<\EOF 16816cat >>confdefs.h <<\_ACEOF
9379#define NO_LINESPACE 1 16817#define NO_LINESPACE 1
9380EOF 16818_ACEOF
9381 16819
9382fi 16820fi
9383if test x$support_24bit = xyes; then 16821if test x$support_24bit = xyes; then
16822
9384 cat >> confdefs.h <<\EOF 16823cat >>confdefs.h <<\_ACEOF
9385#define PREFER_24BIT 1 16824#define PREFER_24BIT 1
9386EOF 16825_ACEOF
9387 16826
9388fi 16827fi
9389if test x$support_mousewheel = xyes; then 16828if test x$support_mousewheel = xyes; then
16829
9390 cat >> confdefs.h <<\EOF 16830cat >>confdefs.h <<\_ACEOF
9391#define MOUSE_WHEEL 1 16831#define MOUSE_WHEEL 1
9392EOF 16832_ACEOF
9393 16833
9394fi 16834fi
9395if test x$support_mouseslipwheel = xyes; then 16835if test x$support_mouseslipwheel = xyes; then
16836
9396 cat >> confdefs.h <<\EOF 16837cat >>confdefs.h <<\_ACEOF
9397#define MOUSE_SLIP_WHEELING 1 16838#define MOUSE_SLIP_WHEELING 1
9398EOF 16839_ACEOF
9399
9400fi
9401if test x$support_oldselection = xno; then
9402 cat >> confdefs.h <<\EOF
9403#define NO_OLD_SELECTION 1
9404EOF
9405 16840
9406fi 16841fi
9407if test x$support_utmp = xyes; then 16842if test x$support_utmp = xyes; then
16843
9408 cat >> confdefs.h <<\EOF 16844cat >>confdefs.h <<\_ACEOF
9409#define UTMP_SUPPORT 1 16845#define UTMP_SUPPORT 1
9410EOF 16846_ACEOF
9411 16847
9412fi 16848fi
9413if test x$support_wtmp = xyes; then 16849if test x$support_wtmp = xyes; then
16850
9414 cat >> confdefs.h <<\EOF 16851cat >>confdefs.h <<\_ACEOF
9415#define WTMP_SUPPORT 1 16852#define WTMP_SUPPORT 1
9416EOF 16853_ACEOF
9417 16854
9418fi 16855fi
9419if test x$support_lastlog = xyes; then 16856if test x$support_lastlog = xyes; then
16857
9420 cat >> confdefs.h <<\EOF 16858cat >>confdefs.h <<\_ACEOF
9421#define LASTLOG_SUPPORT 1 16859#define LASTLOG_SUPPORT 1
9422EOF 16860_ACEOF
9423 16861
9424fi 16862fi
9425if test x$support_xim = xyes -o x$multichar_set = xyes; then 16863if test x$support_xim = xyes -o x$multichar_set = xyes; then
9426 if test x$rxvt_cv_func_xlocale = xyes; then 16864 if test x$rxvt_cv_func_xlocale = xyes; then
16865
9427 cat >> confdefs.h <<\EOF 16866cat >>confdefs.h <<\_ACEOF
9428#define USE_XIM 1 16867#define USE_XIM 1
9429EOF 16868_ACEOF
9430 16869
9431 fi 16870 fi
9432fi 16871fi
9433if test x$support_xpm = xyes; then 16872if test x$support_xpm = xyes; then
16873
9434 cat >> confdefs.h <<\EOF 16874cat >>confdefs.h <<\_ACEOF
9435#define XPM_BACKGROUND 1 16875#define XPM_BACKGROUND 1
9436EOF 16876_ACEOF
9437 16877
9438fi 16878fi
9439if test x$support_scroll_rxvt = xyes; then 16879if test x$support_scroll_rxvt = xyes; then
16880
9440 cat >> confdefs.h <<\EOF 16881cat >>confdefs.h <<\_ACEOF
9441#define RXVT_SCROLLBAR 1 16882#define RXVT_SCROLLBAR 1
9442EOF 16883_ACEOF
9443 16884
9444 scrolltypes="rxvt" 16885 scrolltypes="rxvt"
9445fi 16886fi
9446if test x$support_scroll_next = xyes; then 16887if test x$support_scroll_next = xyes; then
16888
9447 cat >> confdefs.h <<\EOF 16889cat >>confdefs.h <<\_ACEOF
9448#define NEXT_SCROLLBAR 1 16890#define NEXT_SCROLLBAR 1
9449EOF 16891_ACEOF
9450 16892
9451 scrolltypes="$scrolltypes next" 16893 scrolltypes="$scrolltypes next"
9452fi 16894fi
9453if test x$support_scroll_xterm = xyes; then 16895if test x$support_scroll_xterm = xyes; then
16896
9454 cat >> confdefs.h <<\EOF 16897cat >>confdefs.h <<\_ACEOF
9455#define XTERM_SCROLLBAR 1 16898#define XTERM_SCROLLBAR 1
9456EOF 16899_ACEOF
9457 16900
9458 scrolltypes="$scrolltypes xterm" 16901 scrolltypes="$scrolltypes xterm"
9459fi 16902fi
16903if test x$support_scroll_plain = xyes; then
16904
16905cat >>confdefs.h <<\_ACEOF
16906#define PLAIN_SCROLLBAR 1
16907_ACEOF
16908
16909 scrolltypes="$scrolltypes plain"
16910fi
9460if test x$support_pointer_blank = xyes; then 16911if test x$support_pointer_blank = xyes; then
16912
9461 cat >> confdefs.h <<\EOF 16913cat >>confdefs.h <<\_ACEOF
9462#define POINTER_BLANK 1 16914#define POINTER_BLANK 1
9463EOF 16915_ACEOF
9464 16916
9465fi 16917fi
9466if test x$support_cursor_blink = xyes; then 16918if test x$support_cursor_blink = xyes; then
16919
9467 cat >> confdefs.h <<\EOF 16920cat >>confdefs.h <<\_ACEOF
9468#define CURSOR_BLINK 1 16921#define CURSOR_BLINK 1
9469EOF 16922_ACEOF
16923
16924fi
16925if test x$support_text_blink = xyes; then
16926
16927cat >>confdefs.h <<\_ACEOF
16928#define TEXT_BLINK 1
16929_ACEOF
9470 16930
9471fi 16931fi
9472if test x$support_unicode3 = xyes; then 16932if test x$support_unicode3 = xyes; then
16933
9473 cat >> confdefs.h <<\EOF 16934cat >>confdefs.h <<\_ACEOF
9474#define UNICODE_3 1 16935#define UNICODE_3 1
9475EOF 16936_ACEOF
16937
16938fi
16939if test x$support_combining = xyes; then
16940
16941cat >>confdefs.h <<\_ACEOF
16942#define ENABLE_COMBINING 1
16943_ACEOF
9476 16944
9477fi 16945fi
9478if test x$codesets = xall; then 16946if test x$codesets = xall; then
9479 codesets=jp,jp-ext,kr,cn,cn-ext,vn 16947 codesets=jp,jp-ext,kr,cn,cn-ext
9480fi 16948fi
16949
16950cat >>confdefs.h <<\_ACEOF
16951#define ENCODING_EU 1
16952_ACEOF
16953
16954
16955cat >>confdefs.h <<\_ACEOF
16956#define ENCODING_VN 1
16957_ACEOF
16958
9481for codeset in `echo $codesets | tr "a-z,\\-" "A-Z _"`; do 16959for codeset in `echo $codesets | tr "a-z,\\-" "A-Z _"`; do
9482 cat >> confdefs.h <<\EOF
9483#define ENCODING_EU 1
9484EOF
9485
9486 case "$codeset" in 16960 case "$codeset" in
9487 VN ) cat >> confdefs.h <<\EOF 16961 JP )
16962cat >>confdefs.h <<\_ACEOF
9488#define ENCODING_VN 1 16963#define ENCODING_JP 1
9489EOF 16964_ACEOF
9490 ;; 16965 ;;
9491 JP ) cat >> confdefs.h <<\EOF 16966 JP_EXT )
16967cat >>confdefs.h <<\_ACEOF
9492#define ENCODING_JP 1 16968#define ENCODING_JP_EXT 1
9493EOF 16969_ACEOF
9494 ;; 16970 ;;
9495 JP_EXT ) cat >> confdefs.h <<\EOF 16971 KR )
16972cat >>confdefs.h <<\_ACEOF
9496#define ENCODING_JP_EXT 1 16973#define ENCODING_KR 1
9497EOF 16974_ACEOF
9498 ;; 16975 ;;
9499 KR ) cat >> confdefs.h <<\EOF 16976 CN )
16977cat >>confdefs.h <<\_ACEOF
9500#define ENCODING_KR 1 16978#define ENCODING_CN 1
9501EOF 16979_ACEOF
9502 ;; 16980 ;;
9503 CN ) cat >> confdefs.h <<\EOF 16981 CN_EXT )
9504#define ENCODING_CN 1 16982cat >>confdefs.h <<\_ACEOF
9505EOF
9506 ;;
9507 CN_EXT ) cat >> confdefs.h <<\EOF
9508#define ENCODING_CN_EXT 1 16983#define ENCODING_CN_EXT 1
9509EOF 16984_ACEOF
9510 ;; 16985 ;;
9511 esac 16986 esac
9512done 16987done
9513 16988
9514 16989
9534 17009
9535 17010
9536 17011
9537 17012
9538if test x$support_addstrings = xno; then 17013if test x$support_addstrings = xno; then
17014
9539 cat >> confdefs.h <<\EOF 17015cat >>confdefs.h <<\_ACEOF
9540#define NO_STRINGS 1 17016#define NO_STRINGS 1
9541EOF 17017_ACEOF
9542 17018
9543fi 17019fi
9544 17020
9545MCOMMON=./autoconf/Make.common 17021MCOMMON=./autoconf/Make.common
9546 17022
9547 17023
9548if test "$program_transform_name" = s,x,x,; then
9549 program_transform_name=
9550else
9551 # Double any \ or $. echo might interpret backslashes.
9552 cat <<\EOF_SED > conftestsed
9553s,\\,\\\\,g; s,\$,$$,g
9554EOF_SED
9555 program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
9556 rm -f conftestsed
9557fi
9558test "$program_prefix" != NONE && 17024test "$program_prefix" != NONE &&
9559 program_transform_name="s,^,${program_prefix},; $program_transform_name" 17025 program_transform_name="s,^,$program_prefix,;$program_transform_name"
9560# Use a double $ so make ignores it. 17026# Use a double $ so make ignores it.
9561test "$program_suffix" != NONE && 17027test "$program_suffix" != NONE &&
9562 program_transform_name="s,\$\$,${program_suffix},; $program_transform_name" 17028 program_transform_name="s,\$,$program_suffix,;$program_transform_name"
9563 17029# Double any \ or $. echo might interpret backslashes.
9564# sed with no file args requires a program. 17030# By default was `s,x,x', remove it if useless.
9565test "$program_transform_name" = "" && program_transform_name="s,x,x," 17031cat <<\_ACEOF >conftest.sed
9566 17032s/[\\$]/&&/g;s/;s,x,x,$//
9567 17033_ACEOF
9568RXVTNAME=`echo rxvt|sed "$program_transform_name"` 17034program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
17035rm conftest.sed
9569 17036
9570 17037
9571 17038
9572 17039
9573 17040
9574if test "$ac_cv_header_stdint_h" = "yes" -o "$notset" = "dontmatch"; then 17041if test "$ac_cv_header_stdint_h" = "yes" -o "$notset" = "dontmatch"; then
9575 include_stdint_h="#include <stdint.h>" 17042 include_stdint_h="#include <stdint.h>"
9576else 17043else
9577 include_stdint_h="/* #include <stdint.h> */" 17044 include_stdint_h="/* #include <stdint.h> */"
9578fi 17045fi
9579if test "$ac_cv_header_stdarg_h" = "yes" -o "$notset" = "dontmatch"; then 17046if test "$ac_cv_header_stdarg_h" = "yes" -o "$notset" = "dontmatch"; then
9580 include_stdarg_h="#include <stdarg.h>" 17047 include_stdarg_h="#include <cstdarg>"
9581else 17048else
9582 include_stdarg_h="/* #include <stdarg.h> */" 17049 include_stdarg_h="/* #include <cstdarg> */"
9583fi 17050fi
9584if test "$ac_cv_header_stdlib_h" = "yes" -o "$notset" = "dontmatch"; then 17051if test "$ac_cv_header_stdlib_h" = "yes" -o "$notset" = "dontmatch"; then
9585 include_stdlib_h="#include <stdlib.h>" 17052 include_stdlib_h="#include <cstdlib>"
9586else 17053else
9587 include_stdlib_h="/* #include <stdlib.h> */" 17054 include_stdlib_h="/* #include <cstdlib> */"
9588fi 17055fi
9589if test "$ac_cv_header_unistd_h" = "yes" -o "$notset" = "dontmatch"; then 17056if test "$ac_cv_header_unistd_h" = "yes" -o "$notset" = "dontmatch"; then
9590 include_unistd_h="#include <unistd.h>" 17057 include_unistd_h="#include <unistd.h>"
9591else 17058else
9592 include_unistd_h="/* #include <unistd.h> */" 17059 include_unistd_h="/* #include <unistd.h> */"
9593fi 17060fi
9594if test "$ac_cv_header_string_h" = "yes" -o "$notset" = "dontmatch"; then 17061if test "$ac_cv_header_string_h" = "yes" -o "$notset" = "dontmatch"; then
9595 include_string_h="#include <string.h>" 17062 include_string_h="#include <cstring>"
9596else 17063else
9597 include_string_h="/* #include <string.h> */" 17064 include_string_h="/* #include <cstring> */"
9598fi 17065fi
9599if test "$ac_cv_header_fcntl_h" = "yes" -o "$notset" = "dontmatch"; then 17066if test "$ac_cv_header_fcntl_h" = "yes" -o "$notset" = "dontmatch"; then
9600 include_fcntl_h="#include <fcntl.h>" 17067 include_fcntl_h="#include <fcntl.h>"
9601else 17068else
9602 include_fcntl_h="/* #include <fcntl.h> */" 17069 include_fcntl_h="/* #include <fcntl.h> */"
9603fi 17070fi
9604if test "$ac_cv_header_util_h" = "yes" -o "$notset" = "dontmatch"; then 17071if test "$ac_cv_header_util_h" = "yes" -o "$notset" = "dontmatch"; then
9605 include_util_h="#include <util.h>" 17072 include_util_h="#include <util.h>"
9606else 17073else
9607 include_util_h="/* #include <util.h> */" 17074 include_util_h="/* #include <util.h> */"
9608fi 17075fi
9609if test "$ac_cv_header_assert_h" = "yes" -o "$notset" = "dontmatch"; then 17076if test "$ac_cv_header_assert_h" = "yes" -o "$notset" = "dontmatch"; then
9610 include_assert_h="#include <assert.h>" 17077 include_assert_h="#include <assert.h>"
9611else 17078else
9612 include_assert_h="/* #include <assert.h> */" 17079 include_assert_h="/* #include <assert.h> */"
9613fi 17080fi
9614if test "$rxvt_cv_header_sysioctl" = "yes" -o "$notset" = "dontmatch"; then 17081if test "$rxvt_cv_header_sysioctl" = "yes" -o "$notset" = "dontmatch"; then
9615 include_sys_ioctl_h="#include <sys/ioctl.h>" 17082 include_sys_ioctl_h="#include <sys/ioctl.h>"
9616else 17083else
9617 include_sys_ioctl_h="/* #include <sys/ioctl.h> */" 17084 include_sys_ioctl_h="/* #include <sys/ioctl.h> */"
9618fi 17085fi
9619if test "$ac_cv_header_sys_select_h" = "yes" -o "$notset" = "dontmatch"; then 17086if test "$ac_cv_header_sys_select_h" = "yes" -o "$notset" = "dontmatch"; then
9620 include_sys_select_h="#include <sys/select.h>" 17087 include_sys_select_h="#include <sys/select.h>"
9621else 17088else
9622 include_sys_select_h="/* #include <sys/select.h> */" 17089 include_sys_select_h="/* #include <sys/select.h> */"
9623fi 17090fi
9624if test "$ac_cv_header_sys_strredir_h" = "yes" -o "$notset" = "dontmatch"; then 17091if test "$ac_cv_header_sys_strredir_h" = "yes" -o "$notset" = "dontmatch"; then
9625 include_sys_strredir_h="#include <sys/strredir.h>" 17092 include_sys_strredir_h="#include <sys/strredir.h>"
9626else 17093else
9627 include_sys_strredir_h="/* #include <sys/strredir.h> */" 17094 include_sys_strredir_h="/* #include <sys/strredir.h> */"
9628fi 17095fi
9629if test "$ac_cv_header_sys_time_h" = "yes" -o "$notset" = "dontmatch"; then 17096if test "$ac_cv_header_sys_time_h" = "yes" -o "$notset" = "dontmatch"; then
9630 include_sys_time_h="#include <sys/time.h>" 17097 include_sys_time_h="#include <sys/time.h>"
9631else 17098else
9632 include_sys_time_h="/* #include <sys/time.h> */" 17099 include_sys_time_h="/* #include <sys/time.h> */"
9633fi 17100fi
9634if test "$ac_cv_header_sys_time_h" = "no" -o "$ac_cv_header_time" = "yes"; then 17101if test "$ac_cv_header_sys_time_h" = "no" -o "$ac_cv_header_time" = "yes"; then
9635 include_time_h="#include <time.h>" 17102 include_time_h="#include <time.h>"
9636else 17103else
9637 include_time_h="/* #include <time.h> */" 17104 include_time_h="/* #include <time.h> */"
9638fi 17105fi
9639 17106
9640if test x$support_xft = xyes; then 17107 ac_config_files="$ac_config_files autoconf/Make.common Makefile doc/Makefile src/Makefile src/test/Makefile src/rxvtlib.h W11/Makefile"
9641 LIBS="$LIBS `pkg-config xft --libs`"
9642 CFLAGS="$CFLAGS `pkg-config xft --cflags`"
9643 CPPFLAGS="$CPPFLAGS `pkg-config xft --cflags`"
9644 17108
9645 for ac_hdr in X11/Xft/Xft.h
9646do
9647ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9648echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9649echo "configure:9650: checking for $ac_hdr" >&5
9650if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9651 echo $ac_n "(cached) $ac_c" 1>&6
9652else
9653 cat > conftest.$ac_ext <<EOF
9654#line 9655 "configure"
9655#include "confdefs.h"
9656#include <$ac_hdr>
9657EOF
9658ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9659{ (eval echo configure:9660: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9660ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9661if test -z "$ac_err"; then
9662 rm -rf conftest*
9663 eval "ac_cv_header_$ac_safe=yes"
9664else
9665 echo "$ac_err" >&5
9666 echo "configure: failed program was:" >&5
9667 cat conftest.$ac_ext >&5
9668 rm -rf conftest*
9669 eval "ac_cv_header_$ac_safe=no"
9670fi
9671rm -f conftest*
9672fi
9673if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9674 echo "$ac_t""yes" 1>&6
9675 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9676 cat >> confdefs.h <<EOF
9677#define $ac_tr_hdr 1
9678EOF
9679
9680else
9681 echo "$ac_t""no" 1>&6
9682support_xft=no
9683fi
9684done
9685
9686 echo $ac_n "checking for XftDrawString32 in -lXft""... $ac_c" 1>&6
9687echo "configure:9688: checking for XftDrawString32 in -lXft" >&5
9688ac_lib_var=`echo Xft'_'XftDrawString32 | sed 'y%./+-%__p_%'`
9689if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9690 echo $ac_n "(cached) $ac_c" 1>&6
9691else
9692 ac_save_LIBS="$LIBS"
9693LIBS="-lXft $LIBS"
9694cat > conftest.$ac_ext <<EOF
9695#line 9696 "configure"
9696#include "confdefs.h"
9697/* Override any gcc2 internal prototype to avoid an error. */
9698/* We use char because int might match the return type of a gcc2
9699 builtin and then its argument prototype would still apply. */
9700char XftDrawString32();
9701
9702int main() {
9703XftDrawString32()
9704; return 0; }
9705EOF
9706if { (eval echo configure:9707: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
9707 rm -rf conftest*
9708 eval "ac_cv_lib_$ac_lib_var=yes"
9709else
9710 echo "configure: failed program was:" >&5
9711 cat conftest.$ac_ext >&5
9712 rm -rf conftest*
9713 eval "ac_cv_lib_$ac_lib_var=no"
9714fi
9715rm -f conftest*
9716LIBS="$ac_save_LIBS"
9717
9718fi
9719if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9720 echo "$ac_t""yes" 1>&6
9721 ac_tr_lib=HAVE_LIB`echo Xft | sed -e 's/[^a-zA-Z0-9_]/_/g' \
9722 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
9723 cat >> confdefs.h <<EOF
9724#define $ac_tr_lib 1
9725EOF
9726
9727 LIBS="-lXft $LIBS"
9728
9729else
9730 echo "$ac_t""no" 1>&6
9731support_xft=no
9732fi
9733
9734 cat >> confdefs.h <<\EOF
9735#define XFT 1
9736EOF
9737
9738fi
9739
9740trap '' 1 2 15
9741cat > confcache <<\EOF 17109cat >confcache <<\_ACEOF
9742# This file is a shell script that caches the results of configure 17110# This file is a shell script that caches the results of configure
9743# tests run on this system so they can be shared between configure 17111# tests run on this system so they can be shared between configure
9744# scripts and configure runs. It is not useful on other systems. 17112# scripts and configure runs, see configure's option --config-cache.
9745# If it contains results you don't want to keep, you may remove or edit it. 17113# It is not useful on other systems. If it contains results you don't
17114# want to keep, you may remove or edit it.
9746# 17115#
9747# By default, configure uses ./config.cache as the cache file,
9748# creating it if it does not exist already. You can give configure
9749# the --cache-file=FILE option to use a different cache file; that is
9750# what configure does when it calls configure scripts in
9751# subdirectories, so they share the cache.
9752# Giving --cache-file=/dev/null disables caching, for debugging configure.
9753# config.status only pays attention to the cache file if you give it the 17116# config.status only pays attention to the cache file if you give it
9754# --recheck option to rerun configure. 17117# the --recheck option to rerun configure.
9755# 17118#
9756EOF 17119# `ac_cv_env_foo' variables (set or unset) will be overridden when
17120# loading this file, other *unset* `ac_cv_foo' will be assigned the
17121# following values.
17122
17123_ACEOF
17124
9757# The following way of writing the cache mishandles newlines in values, 17125# The following way of writing the cache mishandles newlines in values,
9758# but we know of no workaround that is simple, portable, and efficient. 17126# but we know of no workaround that is simple, portable, and efficient.
9759# So, don't put newlines in cache variables' values. 17127# So, don't put newlines in cache variables' values.
9760# Ultrix sh set writes to stderr and can't be redirected directly, 17128# Ultrix sh set writes to stderr and can't be redirected directly,
9761# and sets the high bit in the cache file unless we assign to the vars. 17129# and sets the high bit in the cache file unless we assign to the vars.
17130{
9762(set) 2>&1 | 17131 (set) 2>&1 |
9763 case `(ac_space=' '; set | grep ac_space) 2>&1` in 17132 case `(ac_space=' '; set | grep ac_space) 2>&1` in
9764 *ac_space=\ *) 17133 *ac_space=\ *)
9765 # `set' does not quote correctly, so add quotes (double-quote substitution 17134 # `set' does not quote correctly, so add quotes (double-quote
9766 # turns \\\\ into \\, and sed turns \\ into \). 17135 # substitution turns \\\\ into \\, and sed turns \\ into \).
9767 sed -n \ 17136 sed -n \
9768 -e "s/'/'\\\\''/g" \ 17137 "s/'/'\\\\''/g;
9769 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p" 17138 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
9770 ;; 17139 ;;
9771 *) 17140 *)
9772 # `set' quotes correctly as required by POSIX, so do not add quotes. 17141 # `set' quotes correctly as required by POSIX, so do not add quotes.
9773 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p' 17142 sed -n \
17143 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
9774 ;; 17144 ;;
9775 esac >> confcache 17145 esac;
9776if cmp -s $cache_file confcache; then 17146} |
9777 : 17147 sed '
9778else 17148 t clear
17149 : clear
17150 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
17151 t end
17152 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
17153 : end' >>confcache
17154if diff $cache_file confcache >/dev/null 2>&1; then :; else
9779 if test -w $cache_file; then 17155 if test -w $cache_file; then
9780 echo "updating cache $cache_file" 17156 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
9781 cat confcache > $cache_file 17157 cat confcache >$cache_file
9782 else 17158 else
9783 echo "not updating unwritable cache $cache_file" 17159 echo "not updating unwritable cache $cache_file"
9784 fi 17160 fi
9785fi 17161fi
9786rm -f confcache 17162rm -f confcache
9787 17163
9788trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
9789
9790test "x$prefix" = xNONE && prefix=$ac_default_prefix 17164test "x$prefix" = xNONE && prefix=$ac_default_prefix
9791# Let make expand exec_prefix. 17165# Let make expand exec_prefix.
9792test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' 17166test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
9793 17167
9794# Any assignment to VPATH causes Sun make to only execute 17168# VPATH may cause trouble with some makes, so we remove $(srcdir),
9795# the first set of double-colon rules, so remove it if not needed. 17169# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
9796# If there is a colon in the path, we need to keep it. 17170# trailing colons and then remove the whole line if VPATH becomes empty
17171# (actually we leave an empty line to preserve line numbers).
9797if test "x$srcdir" = x.; then 17172if test "x$srcdir" = x.; then
9798 ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d' 17173 ac_vpsub='/^[ ]*VPATH[ ]*=/{
17174s/:*\$(srcdir):*/:/;
17175s/:*\${srcdir}:*/:/;
17176s/:*@srcdir@:*/:/;
17177s/^\([^=]*=[ ]*\):*/\1/;
17178s/:*$//;
17179s/^[^=]*=[ ]*$//;
17180}'
9799fi 17181fi
9800
9801trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
9802 17182
9803DEFS=-DHAVE_CONFIG_H 17183DEFS=-DHAVE_CONFIG_H
9804 17184
9805# Without the "./", some shells look in PATH for config.status. 17185ac_libobjs=
17186ac_ltlibobjs=
17187for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
17188 # 1. Remove the extension, and $U if already installed.
17189 ac_i=`echo "$ac_i" |
17190 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
17191 # 2. Add them.
17192 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
17193 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
17194done
17195LIBOBJS=$ac_libobjs
17196
17197LTLIBOBJS=$ac_ltlibobjs
17198
17199
17200
9806: ${CONFIG_STATUS=./config.status} 17201: ${CONFIG_STATUS=./config.status}
9807 17202ac_clean_files_save=$ac_clean_files
17203ac_clean_files="$ac_clean_files $CONFIG_STATUS"
17204{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
9808echo creating $CONFIG_STATUS 17205echo "$as_me: creating $CONFIG_STATUS" >&6;}
9809rm -f $CONFIG_STATUS
9810cat > $CONFIG_STATUS <<EOF 17206cat >$CONFIG_STATUS <<_ACEOF
9811#! /bin/sh 17207#! $SHELL
9812# Generated automatically by configure. 17208# Generated by $as_me.
9813# Run this file to recreate the current configuration. 17209# Run this file to recreate the current configuration.
9814# This directory was configured as follows,
9815# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
9816#
9817# $0 $ac_configure_args
9818#
9819# Compiler output produced by configure, useful for debugging 17210# Compiler output produced by configure, useful for debugging
9820# configure, is in ./config.log if it exists. 17211# configure, is in config.log if it exists.
9821 17212
9822ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]" 17213debug=false
9823for ac_option 17214ac_cs_recheck=false
17215ac_cs_silent=false
17216SHELL=\${CONFIG_SHELL-$SHELL}
17217_ACEOF
17218
17219cat >>$CONFIG_STATUS <<\_ACEOF
17220## --------------------- ##
17221## M4sh Initialization. ##
17222## --------------------- ##
17223
17224# Be Bourne compatible
17225if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
17226 emulate sh
17227 NULLCMD=:
17228 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
17229 # is contrary to our usage. Disable this feature.
17230 alias -g '${1+"$@"}'='"$@"'
17231elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
17232 set -o posix
17233fi
17234DUALCASE=1; export DUALCASE # for MKS sh
17235
17236# Support unset when possible.
17237if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
17238 as_unset=unset
17239else
17240 as_unset=false
17241fi
17242
17243
17244# Work around bugs in pre-3.0 UWIN ksh.
17245$as_unset ENV MAIL MAILPATH
17246PS1='$ '
17247PS2='> '
17248PS4='+ '
17249
17250# NLS nuisances.
17251for as_var in \
17252 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
17253 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
17254 LC_TELEPHONE LC_TIME
9824do 17255do
17256 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
17257 eval $as_var=C; export $as_var
17258 else
17259 $as_unset $as_var
17260 fi
17261done
17262
17263# Required to use basename.
17264if expr a : '\(a\)' >/dev/null 2>&1; then
17265 as_expr=expr
17266else
17267 as_expr=false
17268fi
17269
17270if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
17271 as_basename=basename
17272else
17273 as_basename=false
17274fi
17275
17276
17277# Name of the executable.
17278as_me=`$as_basename "$0" ||
17279$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
17280 X"$0" : 'X\(//\)$' \| \
17281 X"$0" : 'X\(/\)$' \| \
17282 . : '\(.\)' 2>/dev/null ||
17283echo X/"$0" |
17284 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
17285 /^X\/\(\/\/\)$/{ s//\1/; q; }
17286 /^X\/\(\/\).*/{ s//\1/; q; }
17287 s/.*/./; q'`
17288
17289
17290# PATH needs CR, and LINENO needs CR and PATH.
17291# Avoid depending upon Character Ranges.
17292as_cr_letters='abcdefghijklmnopqrstuvwxyz'
17293as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
17294as_cr_Letters=$as_cr_letters$as_cr_LETTERS
17295as_cr_digits='0123456789'
17296as_cr_alnum=$as_cr_Letters$as_cr_digits
17297
17298# The user is always right.
17299if test "${PATH_SEPARATOR+set}" != set; then
17300 echo "#! /bin/sh" >conf$$.sh
17301 echo "exit 0" >>conf$$.sh
17302 chmod +x conf$$.sh
17303 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
17304 PATH_SEPARATOR=';'
17305 else
17306 PATH_SEPARATOR=:
17307 fi
17308 rm -f conf$$.sh
17309fi
17310
17311
17312 as_lineno_1=$LINENO
17313 as_lineno_2=$LINENO
17314 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
17315 test "x$as_lineno_1" != "x$as_lineno_2" &&
17316 test "x$as_lineno_3" = "x$as_lineno_2" || {
17317 # Find who we are. Look in the path if we contain no path at all
17318 # relative or not.
17319 case $0 in
17320 *[\\/]* ) as_myself=$0 ;;
17321 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
17322for as_dir in $PATH
17323do
17324 IFS=$as_save_IFS
17325 test -z "$as_dir" && as_dir=.
17326 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
17327done
17328
17329 ;;
17330 esac
17331 # We did not find ourselves, most probably we were run as `sh COMMAND'
17332 # in which case we are not to be found in the path.
17333 if test "x$as_myself" = x; then
17334 as_myself=$0
17335 fi
17336 if test ! -f "$as_myself"; then
17337 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
17338echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
17339 { (exit 1); exit 1; }; }
17340 fi
17341 case $CONFIG_SHELL in
17342 '')
17343 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
17344for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
17345do
17346 IFS=$as_save_IFS
17347 test -z "$as_dir" && as_dir=.
17348 for as_base in sh bash ksh sh5; do
17349 case $as_dir in
17350 /*)
17351 if ("$as_dir/$as_base" -c '
17352 as_lineno_1=$LINENO
17353 as_lineno_2=$LINENO
17354 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
17355 test "x$as_lineno_1" != "x$as_lineno_2" &&
17356 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
17357 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
17358 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
17359 CONFIG_SHELL=$as_dir/$as_base
17360 export CONFIG_SHELL
17361 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
17362 fi;;
17363 esac
17364 done
17365done
17366;;
17367 esac
17368
17369 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
17370 # uniformly replaced by the line number. The first 'sed' inserts a
17371 # line-number line before each line; the second 'sed' does the real
17372 # work. The second script uses 'N' to pair each line-number line
17373 # with the numbered line, and appends trailing '-' during
17374 # substitution so that $LINENO is not a special case at line end.
17375 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
17376 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
17377 sed '=' <$as_myself |
17378 sed '
17379 N
17380 s,$,-,
17381 : loop
17382 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
17383 t loop
17384 s,-$,,
17385 s,^['$as_cr_digits']*\n,,
17386 ' >$as_me.lineno &&
17387 chmod +x $as_me.lineno ||
17388 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
17389echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
17390 { (exit 1); exit 1; }; }
17391
17392 # Don't try to exec as it changes $[0], causing all sort of problems
17393 # (the dirname of $[0] is not the place where we might find the
17394 # original and so on. Autoconf is especially sensible to this).
17395 . ./$as_me.lineno
17396 # Exit status is that of the last command.
17397 exit
17398}
17399
17400
17401case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
17402 *c*,-n*) ECHO_N= ECHO_C='
17403' ECHO_T=' ' ;;
17404 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
17405 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
17406esac
17407
17408if expr a : '\(a\)' >/dev/null 2>&1; then
17409 as_expr=expr
17410else
17411 as_expr=false
17412fi
17413
17414rm -f conf$$ conf$$.exe conf$$.file
17415echo >conf$$.file
17416if ln -s conf$$.file conf$$ 2>/dev/null; then
17417 # We could just check for DJGPP; but this test a) works b) is more generic
17418 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
17419 if test -f conf$$.exe; then
17420 # Don't use ln at all; we don't have any links
17421 as_ln_s='cp -p'
17422 else
17423 as_ln_s='ln -s'
17424 fi
17425elif ln conf$$.file conf$$ 2>/dev/null; then
17426 as_ln_s=ln
17427else
17428 as_ln_s='cp -p'
17429fi
17430rm -f conf$$ conf$$.exe conf$$.file
17431
17432if mkdir -p . 2>/dev/null; then
17433 as_mkdir_p=:
17434else
17435 test -d ./-p && rmdir ./-p
17436 as_mkdir_p=false
17437fi
17438
17439as_executable_p="test -f"
17440
17441# Sed expression to map a string onto a valid CPP name.
17442as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
17443
17444# Sed expression to map a string onto a valid variable name.
17445as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
17446
17447
17448# IFS
17449# We need space, tab and new line, in precisely that order.
17450as_nl='
17451'
17452IFS=" $as_nl"
17453
17454# CDPATH.
17455$as_unset CDPATH
17456
17457exec 6>&1
17458
17459# Open the log real soon, to keep \$[0] and so on meaningful, and to
17460# report actual input values of CONFIG_FILES etc. instead of their
17461# values after options handling. Logging --version etc. is OK.
17462exec 5>>config.log
17463{
17464 echo
17465 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
17466## Running $as_me. ##
17467_ASBOX
17468} >&5
17469cat >&5 <<_CSEOF
17470
17471This file was extended by $as_me, which was
17472generated by GNU Autoconf 2.59. Invocation command line was
17473
17474 CONFIG_FILES = $CONFIG_FILES
17475 CONFIG_HEADERS = $CONFIG_HEADERS
17476 CONFIG_LINKS = $CONFIG_LINKS
17477 CONFIG_COMMANDS = $CONFIG_COMMANDS
17478 $ $0 $@
17479
17480_CSEOF
17481echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
17482echo >&5
17483_ACEOF
17484
17485# Files that config.status was made for.
17486if test -n "$ac_config_files"; then
17487 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
17488fi
17489
17490if test -n "$ac_config_headers"; then
17491 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
17492fi
17493
17494if test -n "$ac_config_links"; then
17495 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
17496fi
17497
17498if test -n "$ac_config_commands"; then
17499 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
17500fi
17501
17502cat >>$CONFIG_STATUS <<\_ACEOF
17503
17504ac_cs_usage="\
17505\`$as_me' instantiates files from templates according to the
17506current configuration.
17507
17508Usage: $0 [OPTIONS] [FILE]...
17509
17510 -h, --help print this help, then exit
17511 -V, --version print version number, then exit
17512 -q, --quiet do not print progress messages
17513 -d, --debug don't remove temporary files
17514 --recheck update $as_me by reconfiguring in the same conditions
17515 --file=FILE[:TEMPLATE]
17516 instantiate the configuration file FILE
17517 --header=FILE[:TEMPLATE]
17518 instantiate the configuration header FILE
17519
17520Configuration files:
17521$config_files
17522
17523Configuration headers:
17524$config_headers
17525
17526Report bugs to <bug-autoconf@gnu.org>."
17527_ACEOF
17528
17529cat >>$CONFIG_STATUS <<_ACEOF
17530ac_cs_version="\\
17531config.status
17532configured by $0, generated by GNU Autoconf 2.59,
17533 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
17534
17535Copyright (C) 2003 Free Software Foundation, Inc.
17536This config.status script is free software; the Free Software Foundation
17537gives unlimited permission to copy, distribute and modify it."
17538srcdir=$srcdir
17539INSTALL="$INSTALL"
17540_ACEOF
17541
17542cat >>$CONFIG_STATUS <<\_ACEOF
17543# If no file are specified by the user, then we need to provide default
17544# value. By we need to know if files were specified by the user.
17545ac_need_defaults=:
17546while test $# != 0
17547do
17548 case $1 in
17549 --*=*)
17550 ac_option=`expr "x$1" : 'x\([^=]*\)='`
17551 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
17552 ac_shift=:
17553 ;;
17554 -*)
17555 ac_option=$1
17556 ac_optarg=$2
17557 ac_shift=shift
17558 ;;
17559 *) # This is not an option, so the user has probably given explicit
17560 # arguments.
17561 ac_option=$1
17562 ac_need_defaults=false;;
17563 esac
17564
9825 case "\$ac_option" in 17565 case $ac_option in
17566 # Handling of the options.
17567_ACEOF
17568cat >>$CONFIG_STATUS <<\_ACEOF
9826 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) 17569 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
9827 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion" 17570 ac_cs_recheck=: ;;
9828 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;; 17571 --version | --vers* | -V )
9829 -version | --version | --versio | --versi | --vers | --ver | --ve | --v) 17572 echo "$ac_cs_version"; exit 0 ;;
9830 echo "$CONFIG_STATUS generated by autoconf version 2.13" 17573 --he | --h)
9831 exit 0 ;; 17574 # Conflict between --help and --header
9832 -help | --help | --hel | --he | --h) 17575 { { echo "$as_me:$LINENO: error: ambiguous option: $1
17576Try \`$0 --help' for more information." >&5
17577echo "$as_me: error: ambiguous option: $1
17578Try \`$0 --help' for more information." >&2;}
17579 { (exit 1); exit 1; }; };;
17580 --help | --hel | -h )
9833 echo "\$ac_cs_usage"; exit 0 ;; 17581 echo "$ac_cs_usage"; exit 0 ;;
9834 *) echo "\$ac_cs_usage"; exit 1 ;; 17582 --debug | --d* | -d )
17583 debug=: ;;
17584 --file | --fil | --fi | --f )
17585 $ac_shift
17586 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
17587 ac_need_defaults=false;;
17588 --header | --heade | --head | --hea )
17589 $ac_shift
17590 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
17591 ac_need_defaults=false;;
17592 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
17593 | -silent | --silent | --silen | --sile | --sil | --si | --s)
17594 ac_cs_silent=: ;;
17595
17596 # This is an error.
17597 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
17598Try \`$0 --help' for more information." >&5
17599echo "$as_me: error: unrecognized option: $1
17600Try \`$0 --help' for more information." >&2;}
17601 { (exit 1); exit 1; }; } ;;
17602
17603 *) ac_config_targets="$ac_config_targets $1" ;;
17604
17605 esac
17606 shift
17607done
17608
17609ac_configure_extra_args=
17610
17611if $ac_cs_silent; then
17612 exec 6>/dev/null
17613 ac_configure_extra_args="$ac_configure_extra_args --silent"
17614fi
17615
17616_ACEOF
17617cat >>$CONFIG_STATUS <<_ACEOF
17618if \$ac_cs_recheck; then
17619 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
17620 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
17621fi
17622
17623_ACEOF
17624
17625
17626
17627
17628
17629cat >>$CONFIG_STATUS <<\_ACEOF
17630for ac_config_target in $ac_config_targets
17631do
17632 case "$ac_config_target" in
17633 # Handling of arguments.
17634 "autoconf/Make.common" ) CONFIG_FILES="$CONFIG_FILES autoconf/Make.common" ;;
17635 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
17636 "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
17637 "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
17638 "src/test/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/test/Makefile" ;;
17639 "src/rxvtlib.h" ) CONFIG_FILES="$CONFIG_FILES src/rxvtlib.h" ;;
17640 "W11/Makefile" ) CONFIG_FILES="$CONFIG_FILES W11/Makefile" ;;
17641 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:autoconf/config.h.in" ;;
17642 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
17643echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
17644 { (exit 1); exit 1; }; };;
9835 esac 17645 esac
9836done 17646done
9837 17647
9838ac_given_srcdir=$srcdir 17648# If the user did not use the arguments to specify the items to instantiate,
9839ac_given_INSTALL="$INSTALL" 17649# then the envvar interface is used. Set only those that are not.
17650# We use the long form for the default assignment because of an extremely
17651# bizarre bug on SunOS 4.1.3.
17652if $ac_need_defaults; then
17653 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
17654 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
17655fi
9840 17656
9841trap 'rm -fr `echo "autoconf/Make.common \ 17657# Have a temporary directory for convenience. Make it in the build tree
9842Makefile \ 17658# simply because there is no reason to put it here, and in addition,
9843doc/Makefile \ 17659# creating and moving files from /tmp can sometimes cause problems.
9844src/Makefile \ 17660# Create a temporary directory, and hook for its removal unless debugging.
9845src/graphics/Makefile \ 17661$debug ||
9846src/test/Makefile \ 17662{
9847src/rxvtlib.h \ 17663 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
9848W11/Makefile \ 17664 trap '{ (exit 1); exit 1; }' 1 2 13 15
9849 config.h:autoconf/config.h.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 17665}
9850EOF 17666
17667# Create a (secure) tmp directory for tmp files.
17668
17669{
17670 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
17671 test -n "$tmp" && test -d "$tmp"
17672} ||
17673{
17674 tmp=./confstat$$-$RANDOM
17675 (umask 077 && mkdir $tmp)
17676} ||
17677{
17678 echo "$me: cannot create a temporary directory in ." >&2
17679 { (exit 1); exit 1; }
17680}
17681
17682_ACEOF
17683
9851cat >> $CONFIG_STATUS <<EOF 17684cat >>$CONFIG_STATUS <<_ACEOF
9852 17685
17686#
17687# CONFIG_FILES section.
17688#
17689
17690# No need to generate the scripts if there are no CONFIG_FILES.
17691# This happens for instance when ./config.status config.h
17692if test -n "\$CONFIG_FILES"; then
9853# Protect against being on the right side of a sed subst in config.status. 17693 # Protect against being on the right side of a sed subst in config.status.
9854sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g; 17694 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
9855 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF 17695 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
9856$ac_vpsub 17696s,@SHELL@,$SHELL,;t t
17697s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
17698s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
17699s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
17700s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
17701s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
17702s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
17703s,@exec_prefix@,$exec_prefix,;t t
17704s,@prefix@,$prefix,;t t
17705s,@program_transform_name@,$program_transform_name,;t t
17706s,@bindir@,$bindir,;t t
17707s,@sbindir@,$sbindir,;t t
17708s,@libexecdir@,$libexecdir,;t t
17709s,@datadir@,$datadir,;t t
17710s,@sysconfdir@,$sysconfdir,;t t
17711s,@sharedstatedir@,$sharedstatedir,;t t
17712s,@localstatedir@,$localstatedir,;t t
17713s,@libdir@,$libdir,;t t
17714s,@includedir@,$includedir,;t t
17715s,@oldincludedir@,$oldincludedir,;t t
17716s,@infodir@,$infodir,;t t
17717s,@mandir@,$mandir,;t t
17718s,@build_alias@,$build_alias,;t t
17719s,@host_alias@,$host_alias,;t t
17720s,@target_alias@,$target_alias,;t t
17721s,@DEFS@,$DEFS,;t t
17722s,@ECHO_C@,$ECHO_C,;t t
17723s,@ECHO_N@,$ECHO_N,;t t
17724s,@ECHO_T@,$ECHO_T,;t t
17725s,@LIBS@,$LIBS,;t t
17726s,@VERSION@,$VERSION,;t t
17727s,@DATE@,$DATE,;t t
17728s,@LSMDATE@,$LSMDATE,;t t
17729s,@LIBVERSION@,$LIBVERSION,;t t
17730s,@CC@,$CC,;t t
17731s,@CFLAGS@,$CFLAGS,;t t
17732s,@LDFLAGS@,$LDFLAGS,;t t
17733s,@CPPFLAGS@,$CPPFLAGS,;t t
17734s,@ac_ct_CC@,$ac_ct_CC,;t t
17735s,@EXEEXT@,$EXEEXT,;t t
17736s,@OBJEXT@,$OBJEXT,;t t
17737s,@CXX@,$CXX,;t t
17738s,@CXXFLAGS@,$CXXFLAGS,;t t
17739s,@ac_ct_CXX@,$ac_ct_CXX,;t t
17740s,@CPP@,$CPP,;t t
17741s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
17742s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
17743s,@INSTALL_DATA@,$INSTALL_DATA,;t t
17744s,@AWK@,$AWK,;t t
17745s,@LINKER@,$LINKER,;t t
17746s,@CXXCPP@,$CXXCPP,;t t
17747s,@EGREP@,$EGREP,;t t
17748s,@build@,$build,;t t
17749s,@build_cpu@,$build_cpu,;t t
17750s,@build_vendor@,$build_vendor,;t t
17751s,@build_os@,$build_os,;t t
17752s,@host@,$host,;t t
17753s,@host_cpu@,$host_cpu,;t t
17754s,@host_vendor@,$host_vendor,;t t
17755s,@host_os@,$host_os,;t t
17756s,@LN_S@,$LN_S,;t t
17757s,@ECHO@,$ECHO,;t t
17758s,@RANLIB@,$RANLIB,;t t
17759s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
17760s,@STRIP@,$STRIP,;t t
17761s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
17762s,@LIBTOOL@,$LIBTOOL,;t t
17763s,@INSTALL_LIBRXVT@,$INSTALL_LIBRXVT,;t t
17764s,@RXVTNAME@,$RXVTNAME,;t t
17765s,@MV@,$MV,;t t
17766s,@RM@,$RM,;t t
17767s,@CP@,$CP,;t t
17768s,@LN@,$LN,;t t
17769s,@SED@,$SED,;t t
17770s,@CMP@,$CMP,;t t
17771s,@TBL@,$TBL,;t t
17772s,@TIC@,$TIC,;t t
17773s,@X_CFLAGS@,$X_CFLAGS,;t t
17774s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
17775s,@X_LIBS@,$X_LIBS,;t t
17776s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
17777s,@XPM_CPPFLAGS@,$XPM_CPPFLAGS,;t t
17778s,@XPM_CFLAGS@,$XPM_CFLAGS,;t t
17779s,@XPM_LIBS@,$XPM_LIBS,;t t
17780s,@rxvt_int16_typedef@,$rxvt_int16_typedef,;t t
17781s,@rxvt_uint16_typedef@,$rxvt_uint16_typedef,;t t
17782s,@rxvt_int32_typedef@,$rxvt_int32_typedef,;t t
17783s,@rxvt_uint32_typedef@,$rxvt_uint32_typedef,;t t
17784s,@rxvt_intp_define@,$rxvt_intp_define,;t t
17785s,@rxvt_u_intp_define@,$rxvt_u_intp_define,;t t
17786s,@DEBUG@,$DEBUG,;t t
17787s,@DINCLUDE@,$DINCLUDE,;t t
17788s,@DLIB@,$DLIB,;t t
17789s,@include_stdint_h@,$include_stdint_h,;t t
17790s,@include_stdarg_h@,$include_stdarg_h,;t t
17791s,@include_stdlib_h@,$include_stdlib_h,;t t
17792s,@include_unistd_h@,$include_unistd_h,;t t
17793s,@include_string_h@,$include_string_h,;t t
17794s,@include_fcntl_h@,$include_fcntl_h,;t t
17795s,@include_util_h@,$include_util_h,;t t
17796s,@include_assert_h@,$include_assert_h,;t t
17797s,@include_sys_ioctl_h@,$include_sys_ioctl_h,;t t
17798s,@include_sys_select_h@,$include_sys_select_h,;t t
17799s,@include_sys_strredir_h@,$include_sys_strredir_h,;t t
17800s,@include_sys_time_h@,$include_sys_time_h,;t t
17801s,@include_time_h@,$include_time_h,;t t
17802s,@LIBOBJS@,$LIBOBJS,;t t
17803s,@LTLIBOBJS@,$LTLIBOBJS,;t t
17804/@MCOMMON@/r $MCOMMON
17805s,@MCOMMON@,,;t t
17806CEOF
17807
17808_ACEOF
17809
17810 cat >>$CONFIG_STATUS <<\_ACEOF
17811 # Split the substitutions into bite-sized pieces for seds with
17812 # small command number limits, like on Digital OSF/1 and HP-UX.
17813 ac_max_sed_lines=48
17814 ac_sed_frag=1 # Number of current file.
17815 ac_beg=1 # First line for current file.
17816 ac_end=$ac_max_sed_lines # Line after last line for current file.
17817 ac_more_lines=:
17818 ac_sed_cmds=
17819 while $ac_more_lines; do
17820 if test $ac_beg -gt 1; then
17821 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
17822 else
17823 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
17824 fi
17825 if test ! -s $tmp/subs.frag; then
17826 ac_more_lines=false
17827 else
17828 # The purpose of the label and of the branching condition is to
17829 # speed up the sed processing (if there are no `@' at all, there
17830 # is no need to browse any of the substitutions).
17831 # These are the two extra sed commands mentioned above.
17832 (echo ':t
17833 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
17834 if test -z "$ac_sed_cmds"; then
17835 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
17836 else
17837 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
17838 fi
17839 ac_sed_frag=`expr $ac_sed_frag + 1`
17840 ac_beg=$ac_end
17841 ac_end=`expr $ac_end + $ac_max_sed_lines`
17842 fi
17843 done
17844 if test -z "$ac_sed_cmds"; then
17845 ac_sed_cmds=cat
17846 fi
17847fi # test -n "$CONFIG_FILES"
17848
17849_ACEOF
17850cat >>$CONFIG_STATUS <<\_ACEOF
17851for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
17852 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
17853 case $ac_file in
17854 - | *:- | *:-:* ) # input from stdin
17855 cat >$tmp/stdin
17856 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
17857 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
17858 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
17859 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
17860 * ) ac_file_in=$ac_file.in ;;
17861 esac
17862
17863 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
17864 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
17865$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17866 X"$ac_file" : 'X\(//\)[^/]' \| \
17867 X"$ac_file" : 'X\(//\)$' \| \
17868 X"$ac_file" : 'X\(/\)' \| \
17869 . : '\(.\)' 2>/dev/null ||
17870echo X"$ac_file" |
17871 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
17872 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
17873 /^X\(\/\/\)$/{ s//\1/; q; }
17874 /^X\(\/\).*/{ s//\1/; q; }
17875 s/.*/./; q'`
17876 { if $as_mkdir_p; then
17877 mkdir -p "$ac_dir"
17878 else
17879 as_dir="$ac_dir"
17880 as_dirs=
17881 while test ! -d "$as_dir"; do
17882 as_dirs="$as_dir $as_dirs"
17883 as_dir=`(dirname "$as_dir") 2>/dev/null ||
17884$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17885 X"$as_dir" : 'X\(//\)[^/]' \| \
17886 X"$as_dir" : 'X\(//\)$' \| \
17887 X"$as_dir" : 'X\(/\)' \| \
17888 . : '\(.\)' 2>/dev/null ||
17889echo X"$as_dir" |
17890 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
17891 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
17892 /^X\(\/\/\)$/{ s//\1/; q; }
17893 /^X\(\/\).*/{ s//\1/; q; }
17894 s/.*/./; q'`
17895 done
17896 test ! -n "$as_dirs" || mkdir $as_dirs
17897 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
17898echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
17899 { (exit 1); exit 1; }; }; }
17900
17901 ac_builddir=.
17902
17903if test "$ac_dir" != .; then
17904 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
17905 # A "../" for each directory in $ac_dir_suffix.
17906 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
17907else
17908 ac_dir_suffix= ac_top_builddir=
17909fi
17910
17911case $srcdir in
17912 .) # No --srcdir option. We are building in place.
17913 ac_srcdir=.
17914 if test -z "$ac_top_builddir"; then
17915 ac_top_srcdir=.
17916 else
17917 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
17918 fi ;;
17919 [\\/]* | ?:[\\/]* ) # Absolute path.
17920 ac_srcdir=$srcdir$ac_dir_suffix;
17921 ac_top_srcdir=$srcdir ;;
17922 *) # Relative path.
17923 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
17924 ac_top_srcdir=$ac_top_builddir$srcdir ;;
17925esac
17926
17927# Do not use `cd foo && pwd` to compute absolute paths, because
17928# the directories may not exist.
17929case `pwd` in
17930.) ac_abs_builddir="$ac_dir";;
17931*)
17932 case "$ac_dir" in
17933 .) ac_abs_builddir=`pwd`;;
17934 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
17935 *) ac_abs_builddir=`pwd`/"$ac_dir";;
17936 esac;;
17937esac
17938case $ac_abs_builddir in
17939.) ac_abs_top_builddir=${ac_top_builddir}.;;
17940*)
17941 case ${ac_top_builddir}. in
17942 .) ac_abs_top_builddir=$ac_abs_builddir;;
17943 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
17944 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
17945 esac;;
17946esac
17947case $ac_abs_builddir in
17948.) ac_abs_srcdir=$ac_srcdir;;
17949*)
17950 case $ac_srcdir in
17951 .) ac_abs_srcdir=$ac_abs_builddir;;
17952 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
17953 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
17954 esac;;
17955esac
17956case $ac_abs_builddir in
17957.) ac_abs_top_srcdir=$ac_top_srcdir;;
17958*)
17959 case $ac_top_srcdir in
17960 .) ac_abs_top_srcdir=$ac_abs_builddir;;
17961 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
17962 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
17963 esac;;
17964esac
17965
17966
17967 case $INSTALL in
17968 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
17969 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
17970 esac
17971
17972 # Let's still pretend it is `configure' which instantiates (i.e., don't
17973 # use $as_me), people would be surprised to read:
17974 # /* config.h. Generated by config.status. */
17975 if test x"$ac_file" = x-; then
17976 configure_input=
17977 else
17978 configure_input="$ac_file. "
17979 fi
17980 configure_input=$configure_input"Generated from `echo $ac_file_in |
17981 sed 's,.*/,,'` by configure."
17982
17983 # First look for the input files in the build tree, otherwise in the
17984 # src tree.
17985 ac_file_inputs=`IFS=:
17986 for f in $ac_file_in; do
17987 case $f in
17988 -) echo $tmp/stdin ;;
17989 [\\/$]*)
17990 # Absolute (can't be DOS-style, as IFS=:)
17991 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
17992echo "$as_me: error: cannot find input file: $f" >&2;}
17993 { (exit 1); exit 1; }; }
17994 echo "$f";;
17995 *) # Relative
17996 if test -f "$f"; then
17997 # Build tree
17998 echo "$f"
17999 elif test -f "$srcdir/$f"; then
18000 # Source tree
18001 echo "$srcdir/$f"
18002 else
18003 # /dev/null tree
18004 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
18005echo "$as_me: error: cannot find input file: $f" >&2;}
18006 { (exit 1); exit 1; }; }
18007 fi;;
18008 esac
18009 done` || { (exit 1); exit 1; }
18010
18011 if test x"$ac_file" != x-; then
18012 { echo "$as_me:$LINENO: creating $ac_file" >&5
18013echo "$as_me: creating $ac_file" >&6;}
18014 rm -f "$ac_file"
18015 fi
18016_ACEOF
18017cat >>$CONFIG_STATUS <<_ACEOF
18018 sed "$ac_vpsub
9857$extrasub 18019$extrasub
9858s%@SHELL@%$SHELL%g
9859s%@CFLAGS@%$CFLAGS%g
9860s%@CPPFLAGS@%$CPPFLAGS%g
9861s%@CXXFLAGS@%$CXXFLAGS%g
9862s%@FFLAGS@%$FFLAGS%g
9863s%@DEFS@%$DEFS%g
9864s%@LDFLAGS@%$LDFLAGS%g
9865s%@LIBS@%$LIBS%g
9866s%@exec_prefix@%$exec_prefix%g
9867s%@prefix@%$prefix%g
9868s%@program_transform_name@%$program_transform_name%g
9869s%@bindir@%$bindir%g
9870s%@sbindir@%$sbindir%g
9871s%@libexecdir@%$libexecdir%g
9872s%@datadir@%$datadir%g
9873s%@sysconfdir@%$sysconfdir%g
9874s%@sharedstatedir@%$sharedstatedir%g
9875s%@localstatedir@%$localstatedir%g
9876s%@libdir@%$libdir%g
9877s%@includedir@%$includedir%g
9878s%@oldincludedir@%$oldincludedir%g
9879s%@infodir@%$infodir%g
9880s%@mandir@%$mandir%g
9881s%@VERSION@%$VERSION%g
9882s%@DATE@%$DATE%g
9883s%@LSMDATE@%$LSMDATE%g
9884s%@LIBVERSION@%$LIBVERSION%g
9885s%@CC@%$CC%g
9886s%@CXX@%$CXX%g
9887s%@CPP@%$CPP%g
9888s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
9889s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
9890s%@INSTALL_DATA@%$INSTALL_DATA%g
9891s%@AWK@%$AWK%g
9892s%@host@%$host%g
9893s%@host_alias@%$host_alias%g
9894s%@host_cpu@%$host_cpu%g
9895s%@host_vendor@%$host_vendor%g
9896s%@host_os@%$host_os%g
9897s%@build@%$build%g
9898s%@build_alias@%$build_alias%g
9899s%@build_cpu@%$build_cpu%g
9900s%@build_vendor@%$build_vendor%g
9901s%@build_os@%$build_os%g
9902s%@LN_S@%$LN_S%g
9903s%@OBJEXT@%$OBJEXT%g
9904s%@EXEEXT@%$EXEEXT%g
9905s%@ECHO@%$ECHO%g
9906s%@RANLIB@%$RANLIB%g
9907s%@STRIP@%$STRIP%g
9908s%@LIBTOOL@%$LIBTOOL%g
9909s%@INSTALL_LIBRXVT@%$INSTALL_LIBRXVT%g
9910s%@MV@%$MV%g
9911s%@RM@%$RM%g
9912s%@CP@%$CP%g
9913s%@LN@%$LN%g
9914s%@SED@%$SED%g
9915s%@CMP@%$CMP%g
9916s%@TBL@%$TBL%g
9917s%@X_CFLAGS@%$X_CFLAGS%g
9918s%@X_PRE_LIBS@%$X_PRE_LIBS%g
9919s%@X_LIBS@%$X_LIBS%g
9920s%@X_EXTRA_LIBS@%$X_EXTRA_LIBS%g
9921s%@XPM_CPPFLAGS@%$XPM_CPPFLAGS%g
9922s%@XPM_CFLAGS@%$XPM_CFLAGS%g
9923s%@XPM_LIBS@%$XPM_LIBS%g
9924s%@rxvt_int16_typedef@%$rxvt_int16_typedef%g
9925s%@rxvt_uint16_typedef@%$rxvt_uint16_typedef%g
9926s%@rxvt_int32_typedef@%$rxvt_int32_typedef%g
9927s%@rxvt_uint32_typedef@%$rxvt_uint32_typedef%g
9928s%@rxvt_intp_define@%$rxvt_intp_define%g
9929s%@rxvt_u_intp_define@%$rxvt_u_intp_define%g
9930s%@DEBUG@%$DEBUG%g
9931s%@DINCLUDE@%$DINCLUDE%g
9932s%@DLIB@%$DLIB%g
9933/@MCOMMON@/r $MCOMMON
9934s%@MCOMMON@%%g
9935s%@RXVTNAME@%$RXVTNAME%g
9936s%@include_stdint_h@%$include_stdint_h%g
9937s%@include_stdarg_h@%$include_stdarg_h%g
9938s%@include_stdlib_h@%$include_stdlib_h%g
9939s%@include_unistd_h@%$include_unistd_h%g
9940s%@include_string_h@%$include_string_h%g
9941s%@include_fcntl_h@%$include_fcntl_h%g
9942s%@include_util_h@%$include_util_h%g
9943s%@include_assert_h@%$include_assert_h%g
9944s%@include_sys_ioctl_h@%$include_sys_ioctl_h%g
9945s%@include_sys_select_h@%$include_sys_select_h%g
9946s%@include_sys_strredir_h@%$include_sys_strredir_h%g
9947s%@include_sys_time_h@%$include_sys_time_h%g
9948s%@include_time_h@%$include_time_h%g
9949
9950CEOF 18020_ACEOF
9951EOF
9952
9953cat >> $CONFIG_STATUS <<\EOF 18021cat >>$CONFIG_STATUS <<\_ACEOF
9954 18022:t
9955# Split the substitutions into bite-sized pieces for seds with 18023/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
9956# small command number limits, like on Digital OSF/1 and HP-UX. 18024s,@configure_input@,$configure_input,;t t
9957ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script. 18025s,@srcdir@,$ac_srcdir,;t t
9958ac_file=1 # Number of current file. 18026s,@abs_srcdir@,$ac_abs_srcdir,;t t
9959ac_beg=1 # First line for current file. 18027s,@top_srcdir@,$ac_top_srcdir,;t t
9960ac_end=$ac_max_sed_cmds # Line after last line for current file. 18028s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
9961ac_more_lines=: 18029s,@builddir@,$ac_builddir,;t t
9962ac_sed_cmds="" 18030s,@abs_builddir@,$ac_abs_builddir,;t t
9963while $ac_more_lines; do 18031s,@top_builddir@,$ac_top_builddir,;t t
9964 if test $ac_beg -gt 1; then 18032s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
9965 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file 18033s,@INSTALL@,$ac_INSTALL,;t t
18034" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
18035 rm -f $tmp/stdin
18036 if test x"$ac_file" != x-; then
18037 mv $tmp/out $ac_file
9966 else 18038 else
9967 sed "${ac_end}q" conftest.subs > conftest.s$ac_file 18039 cat $tmp/out
18040 rm -f $tmp/out
9968 fi 18041 fi
9969 if test ! -s conftest.s$ac_file; then 18042
9970 ac_more_lines=false
9971 rm -f conftest.s$ac_file
9972 else
9973 if test -z "$ac_sed_cmds"; then
9974 ac_sed_cmds="sed -f conftest.s$ac_file"
9975 else
9976 ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
9977 fi
9978 ac_file=`expr $ac_file + 1`
9979 ac_beg=$ac_end
9980 ac_end=`expr $ac_end + $ac_max_sed_cmds`
9981 fi
9982done 18043done
9983if test -z "$ac_sed_cmds"; then 18044_ACEOF
9984 ac_sed_cmds=cat
9985fi
9986EOF
9987
9988cat >> $CONFIG_STATUS <<EOF
9989
9990CONFIG_FILES=\${CONFIG_FILES-"autoconf/Make.common \
9991Makefile \
9992doc/Makefile \
9993src/Makefile \
9994src/graphics/Makefile \
9995src/test/Makefile \
9996src/rxvtlib.h \
9997W11/Makefile \
9998"}
9999EOF
10000cat >> $CONFIG_STATUS <<\EOF 18045cat >>$CONFIG_STATUS <<\_ACEOF
10001for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
10002 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
10003 case "$ac_file" in
10004 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
10005 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
10006 *) ac_file_in="${ac_file}.in" ;;
10007 esac
10008 18046
10009 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories. 18047#
10010 18048# CONFIG_HEADER section.
10011 # Remove last slash and all that follows it. Not all systems have dirname. 18049#
10012 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
10013 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
10014 # The file is in a subdirectory.
10015 test ! -d "$ac_dir" && mkdir "$ac_dir"
10016 ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
10017 # A "../" for each directory in $ac_dir_suffix.
10018 ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
10019 else
10020 ac_dir_suffix= ac_dots=
10021 fi
10022
10023 case "$ac_given_srcdir" in
10024 .) srcdir=.
10025 if test -z "$ac_dots"; then top_srcdir=.
10026 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
10027 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
10028 *) # Relative path.
10029 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
10030 top_srcdir="$ac_dots$ac_given_srcdir" ;;
10031 esac
10032
10033 case "$ac_given_INSTALL" in
10034 [/$]*) INSTALL="$ac_given_INSTALL" ;;
10035 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
10036 esac
10037
10038 echo creating "$ac_file"
10039 rm -f "$ac_file"
10040 configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
10041 case "$ac_file" in
10042 *Makefile*) ac_comsub="1i\\
10043# $configure_input" ;;
10044 *) ac_comsub= ;;
10045 esac
10046
10047 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
10048 sed -e "$ac_comsub
10049s%@configure_input@%$configure_input%g
10050s%@srcdir@%$srcdir%g
10051s%@top_srcdir@%$top_srcdir%g
10052s%@INSTALL@%$INSTALL%g
10053" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
10054fi; done
10055rm -f conftest.s*
10056 18050
10057# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where 18051# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
10058# NAME is the cpp macro being defined and VALUE is the value it is being given. 18052# NAME is the cpp macro being defined and VALUE is the value it is being given.
10059# 18053#
10060# ac_d sets the value in "#define NAME VALUE" lines. 18054# ac_d sets the value in "#define NAME VALUE" lines.
10061ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)' 18055ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
10062ac_dB='\([ ][ ]*\)[^ ]*%\1#\2' 18056ac_dB='[ ].*$,\1#\2'
10063ac_dC='\3' 18057ac_dC=' '
10064ac_dD='%g' 18058ac_dD=',;t'
10065# ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE". 18059# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
10066ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' 18060ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
10067ac_uB='\([ ]\)%\1#\2define\3' 18061ac_uB='$,\1#\2define\3'
10068ac_uC=' ' 18062ac_uC=' '
10069ac_uD='\4%g' 18063ac_uD=',;t'
10070# ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
10071ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
10072ac_eB='$%\1#\2define\3'
10073ac_eC=' '
10074ac_eD='%g'
10075 18064
10076if test "${CONFIG_HEADERS+set}" != set; then
10077EOF
10078cat >> $CONFIG_STATUS <<EOF
10079 CONFIG_HEADERS="config.h:autoconf/config.h.in"
10080EOF
10081cat >> $CONFIG_STATUS <<\EOF
10082fi
10083for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then 18065for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
10084 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". 18066 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
10085 case "$ac_file" in 18067 case $ac_file in
18068 - | *:- | *:-:* ) # input from stdin
18069 cat >$tmp/stdin
18070 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
18071 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
10086 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'` 18072 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
10087 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; 18073 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
10088 *) ac_file_in="${ac_file}.in" ;; 18074 * ) ac_file_in=$ac_file.in ;;
10089 esac 18075 esac
10090 18076
10091 echo creating $ac_file 18077 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
18078echo "$as_me: creating $ac_file" >&6;}
10092 18079
10093 rm -f conftest.frag conftest.in conftest.out 18080 # First look for the input files in the build tree, otherwise in the
10094 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` 18081 # src tree.
10095 cat $ac_file_inputs > conftest.in 18082 ac_file_inputs=`IFS=:
18083 for f in $ac_file_in; do
18084 case $f in
18085 -) echo $tmp/stdin ;;
18086 [\\/$]*)
18087 # Absolute (can't be DOS-style, as IFS=:)
18088 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
18089echo "$as_me: error: cannot find input file: $f" >&2;}
18090 { (exit 1); exit 1; }; }
18091 # Do quote $f, to prevent DOS paths from being IFS'd.
18092 echo "$f";;
18093 *) # Relative
18094 if test -f "$f"; then
18095 # Build tree
18096 echo "$f"
18097 elif test -f "$srcdir/$f"; then
18098 # Source tree
18099 echo "$srcdir/$f"
18100 else
18101 # /dev/null tree
18102 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
18103echo "$as_me: error: cannot find input file: $f" >&2;}
18104 { (exit 1); exit 1; }; }
18105 fi;;
18106 esac
18107 done` || { (exit 1); exit 1; }
18108 # Remove the trailing spaces.
18109 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
10096 18110
10097EOF 18111_ACEOF
10098 18112
10099# Transform confdefs.h into a sed script conftest.vals that substitutes 18113# Transform confdefs.h into two sed scripts, `conftest.defines' and
10100# the proper values into config.h.in to produce config.h. And first: 18114# `conftest.undefs', that substitutes the proper values into
18115# config.h.in to produce config.h. The first handles `#define'
18116# templates, and the second `#undef' templates.
10101# Protect against being on the right side of a sed subst in config.status. 18117# And first: Protect against being on the right side of a sed subst in
10102# Protect against being in an unquoted here document in config.status. 18118# config.status. Protect against being in an unquoted here document
10103rm -f conftest.vals 18119# in config.status.
10104cat > conftest.hdr <<\EOF 18120rm -f conftest.defines conftest.undefs
18121# Using a here document instead of a string reduces the quoting nightmare.
18122# Putting comments in sed scripts is not portable.
18123#
18124# `end' is used to avoid that the second main sed command (meant for
18125# 0-ary CPP macros) applies to n-ary macro definitions.
18126# See the Autoconf documentation for `clear'.
18127cat >confdef2sed.sed <<\_ACEOF
10105s/[\\&%]/\\&/g 18128s/[\\&,]/\\&/g
10106s%[\\$`]%\\&%g 18129s,[\\$`],\\&,g
10107s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp 18130t clear
10108s%ac_d%ac_u%gp 18131: clear
10109s%ac_u%ac_e%gp 18132s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
10110EOF 18133t end
10111sed -n -f conftest.hdr confdefs.h > conftest.vals 18134s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
10112rm -f conftest.hdr 18135: end
18136_ACEOF
18137# If some macros were called several times there might be several times
18138# the same #defines, which is useless. Nevertheless, we may not want to
18139# sort them, since we want the *last* AC-DEFINE to be honored.
18140uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
18141sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
18142rm -f confdef2sed.sed
10113 18143
10114# This sed command replaces #undef with comments. This is necessary, for 18144# This sed command replaces #undef with comments. This is necessary, for
10115# example, in the case of _POSIX_SOURCE, which is predefined and required 18145# example, in the case of _POSIX_SOURCE, which is predefined and required
10116# on some systems where configure will not decide to define it. 18146# on some systems where configure will not decide to define it.
10117cat >> conftest.vals <<\EOF 18147cat >>conftest.undefs <<\_ACEOF
10118s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */% 18148s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
10119EOF 18149_ACEOF
10120 18150
10121# Break up conftest.vals because some shells have a limit on 18151# Break up conftest.defines because some shells have a limit on the size
10122# the size of here documents, and old seds have small limits too. 18152# of here documents, and old seds have small limits too (100 cmds).
10123 18153echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
18154echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
18155echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
18156echo ' :' >>$CONFIG_STATUS
10124rm -f conftest.tail 18157rm -f conftest.tail
10125while : 18158while grep . conftest.defines >/dev/null
10126do 18159do
10127 ac_lines=`grep -c . conftest.vals`
10128 # grep -c gives empty output for an empty file on some AIX systems.
10129 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
10130 # Write a limited-size here document to conftest.frag. 18160 # Write a limited-size here document to $tmp/defines.sed.
10131 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS 18161 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
18162 # Speed up: don't consider the non `#define' lines.
18163 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
18164 # Work around the forget-to-reset-the-flag bug.
18165 echo 't clr' >>$CONFIG_STATUS
18166 echo ': clr' >>$CONFIG_STATUS
10132 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS 18167 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
10133 echo 'CEOF 18168 echo 'CEOF
10134 sed -f conftest.frag conftest.in > conftest.out 18169 sed -f $tmp/defines.sed $tmp/in >$tmp/out
10135 rm -f conftest.in 18170 rm -f $tmp/in
10136 mv conftest.out conftest.in 18171 mv $tmp/out $tmp/in
10137' >> $CONFIG_STATUS 18172' >>$CONFIG_STATUS
10138 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail 18173 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
10139 rm -f conftest.vals 18174 rm -f conftest.defines
10140 mv conftest.tail conftest.vals 18175 mv conftest.tail conftest.defines
10141done 18176done
18177rm -f conftest.defines
18178echo ' fi # grep' >>$CONFIG_STATUS
18179echo >>$CONFIG_STATUS
18180
18181# Break up conftest.undefs because some shells have a limit on the size
18182# of here documents, and old seds have small limits too (100 cmds).
18183echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
10142rm -f conftest.vals 18184rm -f conftest.tail
18185while grep . conftest.undefs >/dev/null
18186do
18187 # Write a limited-size here document to $tmp/undefs.sed.
18188 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
18189 # Speed up: don't consider the non `#undef'
18190 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
18191 # Work around the forget-to-reset-the-flag bug.
18192 echo 't clr' >>$CONFIG_STATUS
18193 echo ': clr' >>$CONFIG_STATUS
18194 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
18195 echo 'CEOF
18196 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
18197 rm -f $tmp/in
18198 mv $tmp/out $tmp/in
18199' >>$CONFIG_STATUS
18200 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
18201 rm -f conftest.undefs
18202 mv conftest.tail conftest.undefs
18203done
18204rm -f conftest.undefs
10143 18205
10144cat >> $CONFIG_STATUS <<\EOF 18206cat >>$CONFIG_STATUS <<\_ACEOF
10145 rm -f conftest.frag conftest.h 18207 # Let's still pretend it is `configure' which instantiates (i.e., don't
10146 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h 18208 # use $as_me), people would be surprised to read:
10147 cat conftest.in >> conftest.h 18209 # /* config.h. Generated by config.status. */
10148 rm -f conftest.in 18210 if test x"$ac_file" = x-; then
10149 if cmp -s $ac_file conftest.h 2>/dev/null; then 18211 echo "/* Generated by configure. */" >$tmp/config.h
10150 echo "$ac_file is unchanged"
10151 rm -f conftest.h
10152 else 18212 else
10153 # Remove last slash and all that follows it. Not all systems have dirname. 18213 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
10154 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'` 18214 fi
10155 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then 18215 cat $tmp/in >>$tmp/config.h
10156 # The file is in a subdirectory. 18216 rm -f $tmp/in
18217 if test x"$ac_file" != x-; then
18218 if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
18219 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
18220echo "$as_me: $ac_file is unchanged" >&6;}
18221 else
18222 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
18223$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18224 X"$ac_file" : 'X\(//\)[^/]' \| \
18225 X"$ac_file" : 'X\(//\)$' \| \
18226 X"$ac_file" : 'X\(/\)' \| \
18227 . : '\(.\)' 2>/dev/null ||
18228echo X"$ac_file" |
18229 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
18230 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
18231 /^X\(\/\/\)$/{ s//\1/; q; }
18232 /^X\(\/\).*/{ s//\1/; q; }
18233 s/.*/./; q'`
18234 { if $as_mkdir_p; then
18235 mkdir -p "$ac_dir"
18236 else
18237 as_dir="$ac_dir"
18238 as_dirs=
18239 while test ! -d "$as_dir"; do
18240 as_dirs="$as_dir $as_dirs"
18241 as_dir=`(dirname "$as_dir") 2>/dev/null ||
18242$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18243 X"$as_dir" : 'X\(//\)[^/]' \| \
18244 X"$as_dir" : 'X\(//\)$' \| \
18245 X"$as_dir" : 'X\(/\)' \| \
18246 . : '\(.\)' 2>/dev/null ||
18247echo X"$as_dir" |
18248 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
18249 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
18250 /^X\(\/\/\)$/{ s//\1/; q; }
18251 /^X\(\/\).*/{ s//\1/; q; }
18252 s/.*/./; q'`
18253 done
10157 test ! -d "$ac_dir" && mkdir "$ac_dir" 18254 test ! -n "$as_dirs" || mkdir $as_dirs
18255 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
18256echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
18257 { (exit 1); exit 1; }; }; }
18258
18259 rm -f $ac_file
18260 mv $tmp/config.h $ac_file
10158 fi 18261 fi
10159 rm -f $ac_file 18262 else
10160 mv conftest.h $ac_file 18263 cat $tmp/config.h
18264 rm -f $tmp/config.h
10161 fi 18265 fi
10162fi; done 18266done
18267_ACEOF
10163 18268
10164EOF
10165cat >> $CONFIG_STATUS <<EOF
10166
10167EOF
10168cat >> $CONFIG_STATUS <<\EOF 18269cat >>$CONFIG_STATUS <<\_ACEOF
10169 18270
10170exit 0 18271{ (exit 0); exit 0; }
10171EOF 18272_ACEOF
10172chmod +x $CONFIG_STATUS 18273chmod +x $CONFIG_STATUS
10173rm -fr confdefs* $ac_clean_files 18274ac_clean_files=$ac_clean_files_save
10174test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1 18275
18276
18277# configure is writing to config.log, and then calls config.status.
18278# config.status does its own redirection, appending to config.log.
18279# Unfortunately, on DOS this fails, as config.log is still kept open
18280# by configure, so config.status won't be able to write to it; its
18281# output is simply discarded. So we exec the FD to /dev/null,
18282# effectively closing config.log, so it can be properly (re)opened and
18283# appended to by config.status. When coming back to configure, we
18284# need to make the FD available again.
18285if test "$no_create" != yes; then
18286 ac_cs_success=:
18287 ac_config_status_args=
18288 test "$silent" = yes &&
18289 ac_config_status_args="$ac_config_status_args --quiet"
18290 exec 5>/dev/null
18291 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
18292 exec 5>>config.log
18293 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
18294 # would make configure fail if this is the last instruction.
18295 $ac_cs_success || { (exit 1); exit 1; }
18296fi
10175 18297
10176 18298
10177echo "Configuration: 18299echo "Configuration:
10178 18300
10179 Rxvt version: $VERSION : $DATE 18301 Rxvt version: $VERSION : $DATE
10180 Source code location: $srcdir 18302 Source code location: $srcdir
10181 Install path: ${prefix}/bin 18303 Install path: ${prefix}/bin
10182 Compiler: $CC 18304 Compiler: $CXX
10183 Compiler flags: $CFLAGS" 18305 Compiler flags: $CFLAGS
18306 Linker: $LINKER"
10184 18307
10185if test "$MALLOC_TYPE" = S; then 18308if test "$MALLOC_TYPE" = S; then
10186 echo " malloc support: system default" 18309 echo " malloc support: system default"
10187fi 18310fi
10188if test "$MALLOC_TYPE" = G; then 18311if test "$MALLOC_TYPE" = G; then
10199echo " 18322echo "
10200The following are set in config.h 18323The following are set in config.h
10201" 18324"
10202echo " pty/tty type: "$rxvt_cv_ptys 18325echo " pty/tty type: "$rxvt_cv_ptys
10203if test x$support_utmp != xyes; then 18326if test x$support_utmp != xyes; then
10204 echo " utmp support: disabled 18327 echo " utmp support: disabled"
10205" 18328 echo
10206else 18329else
10207 echo " utmp support: enabled 18330 echo " utmp support: enabled
10208 utmp file: $rxvt_cv_path_utmp 18331 utmp file: $rxvt_cv_path_utmp
10209 utmpx file: $rxvt_cv_path_utmpx 18332 utmpx file: $rxvt_cv_path_utmpx
10210 wtmp file: $rxvt_cv_path_wtmp 18333 wtmp file: $rxvt_cv_path_wtmp
10211 wtmpx file: $rxvt_cv_path_wtmpx 18334 wtmpx file: $rxvt_cv_path_wtmpx
10212 lastlog file: $rxvt_cv_path_lastlog 18335 lastlog file: $rxvt_cv_path_lastlog
10213 ttys/ttytab file: $rxvt_cv_path_ttytab 18336 ttys/ttytab file: $rxvt_cv_path_ttytab"
10214" 18337 echo
10215fi 18338fi
10216if test x$term != x; then 18339if test x$term != x; then
10217 echo " set TERM to: $term 18340 echo " set TERM to: $term"
10218"
10219fi 18341fi
10220if test x$terminfo != x; then 18342if test x$terminfo != x; then
10221 echo " set TERMINFO to: $terminfo 18343 echo " set TERMINFO to: $terminfo"
10222"
10223fi 18344fi
18345echo " default resource name: $RESNAME"
18346echo " resource class: $RESCLASS"
18347if test x$RESFALLBACK != x; then
18348 echo " resource class fallback: $RESFALLBACK"
18349fi
18350echo
10224if test x$rxvt_cv_ptys = xUNKNOWN; then 18351if test x$rxvt_cv_ptys = xUNKNOWN; then
10225 echo ".----------------------------------------------------------------." 18352 echo ".----------------------------------------------------------------."
10226 echo ". WARNING: could not determine pty/tty type. Do not build until ." 18353 echo ". WARNING: could not determine pty/tty type. Do not build until ."
10227 echo ". the appropriate PTYS_ARE_* is defined in config.h ." 18354 echo ". the appropriate PTYS_ARE_* is defined in config.h ."
10228 echo ".----------------------------------------------------------------." 18355 echo ".----------------------------------------------------------------."
10242 echo ". WARNING: --enable-xim was specified however the locale support ." 18369 echo ". WARNING: --enable-xim was specified however the locale support ."
10243 echo ". functions could not be found. ." 18370 echo ". functions could not be found. ."
10244 echo ". XIM is now being DISABLED! ." 18371 echo ". XIM is now being DISABLED! ."
10245 echo ".----------------------------------------------------------------." 18372 echo ".----------------------------------------------------------------."
10246fi 18373fi
18374
10247echo " *** Please check src/feature.h for further options *** 18375echo " *** Please check src/feature.h for further options ***"
10248" 18376echo
18377
18378echo ".----------------------------------------------------------------."
18379echo ". NOTE: most features are disabled by default, try ."
18380echo ". configure --help to get an idea of the optional features ."
18381echo ".----------------------------------------------------------------."
18382echo
18383

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines