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

Comparing rxvt-unicode/configure (file contents):
Revision 1.4 by pcg, Thu Dec 18 02:07:12 2003 UTC vs.
Revision 1.26 by root, Sat Jul 10 20:59:38 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 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-utmp enable utmp (utmpx) support
1037 --enable-wtmp enable wtmp (wtmpx) support (requires --enable-utmp)
1038 --enable-lastlog enable lastlog support (requires --enable-utmp)
1039 --enable-xpm-background enable XPM background pixmaps
1040 --enable-transparency enable transparent backgrounds
1041 --enable-tinting enable tinting of transparent bg
1042 --enable-menubar enable menubar
1043 --enable-rxvt-scroll enable rxvt style scrollbar
1044 --enable-next-scroll enable NeXT style scrollbar
1045 --enable-xterm-scroll enable Xterm style scrollbar
1046 --enable-plain-scroll enable plain style scrollbar
1047 --enable-half-shadow use half width/height shadow on rxvt scrollbar
1048 --enable-xim XIM (X Input Method) protocol support
1049 --enable-ttygid enable tty setting to group named "tty"
1050 --disable-backspace-key disable handling of the backspace key
1051 --disable-delete-key disable handling of the delete key
1052 --disable-resources disable all resource checking
1053 --enable-xgetdefault enable resources via X instead of our small version
1054 --enable-8bitctrls enable 8 bit control sequences (not recommended)
1055 --enable-fallback(=CLASS) fall back on CLASS resources in addition to URxvt ones (default: Rxvt)
1056 --enable-strings enable some replacement system functions
1057 --disable-swapscreen disable swap screen support
1058 --enable-frills enable support for rarely used features
1059 --enable-linespace enable support for linespace
1060 --enable-24bit enable support for using 24bit visuals if available
1061 --enable-keepscrolling enable continual scrolling on scrollbar arrow press
1062 --enable-selectionscrolling enable scrolling during selections
1063 --enable-mousewheel enable scrolling via mouse wheel or buttons 4 & 5
1064 --enable-slipwheeling enable slip wheel scrolling (requires previous)
1065 --enable-dmalloc enable Gray Watson's malloc - for debugging use
1066 --enable-dlmalloc enable Doug Lea's malloc - for production use
1067 NOTE: enable only one malloc package
1068 --enable-smart-resize enable smart growth/shrink behaviour
1069 --enable-256-color enable 256-color support
1070 --enable-cursor-blink enable blinking cursor
1071 --enable-text-blink enable blinking text
1072 --enable-pointer-blank enable pointer blank when typing or inactive pointer
1073
1074Optional Packages:
1075 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1076 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1077 --with-gnu-ld assume the C compiler uses GNU ld default=no
1078 --with-pic try to use only PIC/non-PIC objects default=use both
1079 --with-codesets=NAME,.. compile in additional codesets (jp,jp_ext,kr,cn,cn_ext,all)
1080 --with-res-name=NAME use this as default resource name (default: urxvt)
1081 --with-res-class=CLASS use this as the resource class (default: URxvt)
1082 --with-name=NAME set the basename for the installed binaries (default: urxvt)
1083 --with-term=NAME set the terminal to NAME (default: rxvt)
1084 --with-terminfo=PATH set the path to the terminfo tree to PATH
1085 --with-x use the X Window System
1086 --with-xpm-includes=DIR use XPM includes in DIR
1087 --with-xpm-library=DIR use XPM library in DIR
1088 --with-xpm use XPM
1089
1090Some influential environment variables:
1091 CC C compiler command
1092 CFLAGS C compiler flags
1093 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1094 nonstandard directory <lib dir>
1095 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
1096 headers in a nonstandard directory <include dir>
1097 CXX C++ compiler command
1098 CXXFLAGS C++ compiler flags
1099 CPP C preprocessor
1100 CXXCPP C++ preprocessor
1101
1102Use these variables to override the choices made by `configure' or to help
1103it to find libraries and programs with nonstandard names/locations.
1104
1105_ACEOF
1106fi
1107
1108if test "$ac_init_help" = "recursive"; then
1109 # If there are subdirs, report their specific --help.
1110 ac_popdir=`pwd`
1111 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1112 test -d $ac_dir || continue
1113 ac_builddir=.
1114
1115if test "$ac_dir" != .; then
1116 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1117 # A "../" for each directory in $ac_dir_suffix.
1118 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
1119else
1120 ac_dir_suffix= ac_top_builddir=
1121fi
1122
1123case $srcdir in
1124 .) # No --srcdir option. We are building in place.
1125 ac_srcdir=.
1126 if test -z "$ac_top_builddir"; then
1127 ac_top_srcdir=.
1128 else
1129 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
1130 fi ;;
1131 [\\/]* | ?:[\\/]* ) # Absolute path.
1132 ac_srcdir=$srcdir$ac_dir_suffix;
1133 ac_top_srcdir=$srcdir ;;
1134 *) # Relative path.
1135 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
1136 ac_top_srcdir=$ac_top_builddir$srcdir ;;
1137esac
1138
1139# Do not use `cd foo && pwd` to compute absolute paths, because
1140# the directories may not exist.
1141case `pwd` in
1142.) ac_abs_builddir="$ac_dir";;
1143*)
1144 case "$ac_dir" in
1145 .) ac_abs_builddir=`pwd`;;
1146 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
1147 *) ac_abs_builddir=`pwd`/"$ac_dir";;
1148 esac;;
1149esac
1150case $ac_abs_builddir in
1151.) ac_abs_top_builddir=${ac_top_builddir}.;;
1152*)
1153 case ${ac_top_builddir}. in
1154 .) ac_abs_top_builddir=$ac_abs_builddir;;
1155 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
1156 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
1157 esac;;
1158esac
1159case $ac_abs_builddir in
1160.) ac_abs_srcdir=$ac_srcdir;;
1161*)
1162 case $ac_srcdir in
1163 .) ac_abs_srcdir=$ac_abs_builddir;;
1164 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
1165 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
1166 esac;;
1167esac
1168case $ac_abs_builddir in
1169.) ac_abs_top_srcdir=$ac_top_srcdir;;
1170*)
1171 case $ac_top_srcdir in
1172 .) ac_abs_top_srcdir=$ac_abs_builddir;;
1173 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
1174 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
1175 esac;;
1176esac
1177
1178 cd $ac_dir
1179 # Check for guested configure; otherwise get Cygnus style configure.
1180 if test -f $ac_srcdir/configure.gnu; then
1181 echo
1182 $SHELL $ac_srcdir/configure.gnu --help=recursive
1183 elif test -f $ac_srcdir/configure; then
1184 echo
1185 $SHELL $ac_srcdir/configure --help=recursive
1186 elif test -f $ac_srcdir/configure.ac ||
1187 test -f $ac_srcdir/configure.in; then
1188 echo
1189 $ac_configure --help
1190 else
1191 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1192 fi
1193 cd "$ac_popdir"
1194 done
1195fi
1196
1197test -n "$ac_init_help" && exit 0
1198if $ac_init_version; then
1199 cat <<\_ACEOF
1200
1201Copyright (C) 2003 Free Software Foundation, Inc.
1202This configure script is free software; the Free Software Foundation
1203gives unlimited permission to copy, distribute and modify it.
1204_ACEOF
1205 exit 0
1206fi
1207exec 5>config.log
1208cat >&5 <<_ACEOF
1209This file contains any messages produced by compilers while
1210running configure, to aid debugging if configure makes a mistake.
1211
1212It was created by $as_me, which was
1213generated by GNU Autoconf 2.59. Invocation command line was
1214
1215 $ $0 $@
1216
1217_ACEOF
1218{
1219cat <<_ASUNAME
1220## --------- ##
1221## Platform. ##
1222## --------- ##
1223
1224hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1225uname -m = `(uname -m) 2>/dev/null || echo unknown`
1226uname -r = `(uname -r) 2>/dev/null || echo unknown`
1227uname -s = `(uname -s) 2>/dev/null || echo unknown`
1228uname -v = `(uname -v) 2>/dev/null || echo unknown`
1229
1230/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1231/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1232
1233/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1234/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1235/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1236hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1237/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1238/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1239/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1240
1241_ASUNAME
1242
1243as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1244for as_dir in $PATH
1245do
1246 IFS=$as_save_IFS
1247 test -z "$as_dir" && as_dir=.
1248 echo "PATH: $as_dir"
1249done
1250
1251} >&5
1252
1253cat >&5 <<_ACEOF
1254
1255
1256## ----------- ##
1257## Core tests. ##
1258## ----------- ##
1259
1260_ACEOF
1261
1262
1263# Keep a trace of the command line.
1264# Strip out --no-create and --no-recursion so they do not pile up.
1265# Strip out --silent because we don't want to record it for future runs.
1266# Also quote any args containing shell meta-characters.
1267# Make two passes to allow for proper duplicate-argument suppression.
1268ac_configure_args=
1269ac_configure_args0=
1270ac_configure_args1=
1271ac_sep=
1272ac_must_keep_next=false
1273for ac_pass in 1 2
1274do
1275 for ac_arg
1276 do
1277 case $ac_arg in
1278 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1279 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1280 | -silent | --silent | --silen | --sile | --sil)
1281 continue ;;
1282 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1283 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1284 esac
1285 case $ac_pass in
1286 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1287 2)
1288 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1289 if test $ac_must_keep_next = true; then
1290 ac_must_keep_next=false # Got value, back to normal.
1291 else
1292 case $ac_arg in
1293 *=* | --config-cache | -C | -disable-* | --disable-* \
1294 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1295 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1296 | -with-* | --with-* | -without-* | --without-* | --x)
1297 case "$ac_configure_args0 " in
1298 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1299 esac
1300 ;;
1301 -* ) ac_must_keep_next=true ;;
1302 esac
1303 fi
1304 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1305 # Get rid of the leading space.
1306 ac_sep=" "
1307 ;;
1308 esac
1309 done
1310done
1311$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1312$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1313
1314# When interrupted or exit'd, cleanup temporary files, and complete
1315# config.log. We remove comments because anyway the quotes in there
1316# would cause problems or look ugly.
1317# WARNING: Be sure not to use single quotes in there, as some shells,
1318# such as our DU 5.0 friend, will then `close' the trap.
1319trap 'exit_status=$?
1320 # Save into config.log some information that might help in debugging.
1321 {
1322 echo
1323
1324 cat <<\_ASBOX
1325## ---------------- ##
1326## Cache variables. ##
1327## ---------------- ##
1328_ASBOX
1329 echo
1330 # The following way of writing the cache mishandles newlines in values,
1331{
1332 (set) 2>&1 |
1333 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1334 *ac_space=\ *)
1335 sed -n \
1336 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1337 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1338 ;;
1339 *)
1340 sed -n \
1341 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1342 ;;
1343 esac;
1344}
1345 echo
1346
1347 cat <<\_ASBOX
1348## ----------------- ##
1349## Output variables. ##
1350## ----------------- ##
1351_ASBOX
1352 echo
1353 for ac_var in $ac_subst_vars
1354 do
1355 eval ac_val=$`echo $ac_var`
1356 echo "$ac_var='"'"'$ac_val'"'"'"
1357 done | sort
1358 echo
1359
1360 if test -n "$ac_subst_files"; then
1361 cat <<\_ASBOX
1362## ------------- ##
1363## Output files. ##
1364## ------------- ##
1365_ASBOX
1366 echo
1367 for ac_var in $ac_subst_files
1368 do
1369 eval ac_val=$`echo $ac_var`
1370 echo "$ac_var='"'"'$ac_val'"'"'"
1371 done | sort
1372 echo
1373 fi
1374
1375 if test -s confdefs.h; then
1376 cat <<\_ASBOX
1377## ----------- ##
1378## confdefs.h. ##
1379## ----------- ##
1380_ASBOX
1381 echo
1382 sed "/^$/d" confdefs.h | sort
1383 echo
1384 fi
1385 test "$ac_signal" != 0 &&
1386 echo "$as_me: caught signal $ac_signal"
1387 echo "$as_me: exit $exit_status"
1388 } >&5
1389 rm -f core *.core &&
1390 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1391 exit $exit_status
1392 ' 0
1393for ac_signal in 1 2 13 15; do
1394 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1395done
1396ac_signal=0
1397
1398# confdefs.h avoids OS command line length limits that DEFS can exceed.
1399rm -rf conftest* confdefs.h
1400# AIX cpp loses on an empty file, so make sure it contains at least a newline.
1401echo >confdefs.h
1402
1403# Predefined preprocessor variables.
1404
1405cat >>confdefs.h <<_ACEOF
1406#define PACKAGE_NAME "$PACKAGE_NAME"
1407_ACEOF
1408
1409
1410cat >>confdefs.h <<_ACEOF
1411#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1412_ACEOF
1413
1414
1415cat >>confdefs.h <<_ACEOF
1416#define PACKAGE_VERSION "$PACKAGE_VERSION"
1417_ACEOF
1418
1419
1420cat >>confdefs.h <<_ACEOF
1421#define PACKAGE_STRING "$PACKAGE_STRING"
1422_ACEOF
1423
1424
1425cat >>confdefs.h <<_ACEOF
1426#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1427_ACEOF
1428
1429
1430# Let the site file select an alternate cache file if it wants to.
746# Prefer explicitly selected file to automatically selected ones. 1431# Prefer explicitly selected file to automatically selected ones.
747if test -z "$CONFIG_SITE"; then 1432if test -z "$CONFIG_SITE"; then
748 if test "x$prefix" != xNONE; then 1433 if test "x$prefix" != xNONE; then
749 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" 1434 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
750 else 1435 else
751 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" 1436 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
752 fi 1437 fi
753fi 1438fi
754for ac_site_file in $CONFIG_SITE; do 1439for ac_site_file in $CONFIG_SITE; do
755 if test -r "$ac_site_file"; then 1440 if test -r "$ac_site_file"; then
1441 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
756 echo "loading site script $ac_site_file" 1442echo "$as_me: loading site script $ac_site_file" >&6;}
1443 sed 's/^/| /' "$ac_site_file" >&5
757 . "$ac_site_file" 1444 . "$ac_site_file"
758 fi 1445 fi
759done 1446done
760 1447
761if test -r "$cache_file"; then 1448if test -r "$cache_file"; then
1449 # Some versions of bash will fail to source /dev/null (special
1450 # files actually), so we avoid doing that.
1451 if test -f "$cache_file"; then
1452 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
762 echo "loading cache $cache_file" 1453echo "$as_me: loading cache $cache_file" >&6;}
763 . $cache_file 1454 case $cache_file in
1455 [\\/]* | ?:[\\/]* ) . $cache_file;;
1456 *) . ./$cache_file;;
1457 esac
1458 fi
764else 1459else
1460 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
765 echo "creating cache $cache_file" 1461echo "$as_me: creating cache $cache_file" >&6;}
766 > $cache_file 1462 >$cache_file
1463fi
1464
1465# Check that the precious variables saved in the cache have kept the same
1466# value.
1467ac_cache_corrupted=false
1468for ac_var in `(set) 2>&1 |
1469 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1470 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1471 eval ac_new_set=\$ac_env_${ac_var}_set
1472 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1473 eval ac_new_val="\$ac_env_${ac_var}_value"
1474 case $ac_old_set,$ac_new_set in
1475 set,)
1476 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1477echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1478 ac_cache_corrupted=: ;;
1479 ,set)
1480 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1481echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1482 ac_cache_corrupted=: ;;
1483 ,);;
1484 *)
1485 if test "x$ac_old_val" != "x$ac_new_val"; then
1486 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1487echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1488 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1489echo "$as_me: former value: $ac_old_val" >&2;}
1490 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1491echo "$as_me: current value: $ac_new_val" >&2;}
1492 ac_cache_corrupted=:
1493 fi;;
1494 esac
1495 # Pass precious variables to config.status.
1496 if test "$ac_new_set" = set; then
1497 case $ac_new_val in
1498 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1499 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1500 *) ac_arg=$ac_var=$ac_new_val ;;
1501 esac
1502 case " $ac_configure_args " in
1503 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1504 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1505 esac
1506 fi
1507done
1508if $ac_cache_corrupted; then
1509 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1510echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1511 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1512echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1513 { (exit 1); exit 1; }; }
767fi 1514fi
768 1515
769ac_ext=c 1516ac_ext=c
770# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
771ac_cpp='$CPP $CPPFLAGS' 1517ac_cpp='$CPP $CPPFLAGS'
772ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 1518ac_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' 1519ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
774cross_compiling=$ac_cv_prog_cc_cross 1520ac_compiler_gnu=$ac_cv_c_compiler_gnu
775 1521
776ac_exeext= 1522
777ac_objext=o 1523
778if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then 1524
779 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu. 1525
780 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then 1526
781 ac_n= ac_c=' 1527
782' ac_t=' ' 1528
783 else 1529
784 ac_n=-n ac_c= ac_t= 1530
785 fi 1531
786else 1532
787 ac_n= ac_c='\c' ac_t= 1533
788fi 1534
1535
1536
1537
789 1538
790 1539
791ac_aux_dir= 1540ac_aux_dir=
792for ac_dir in autoconf $srcdir/autoconf; do 1541for ac_dir in autoconf $srcdir/autoconf; do
793 if test -f $ac_dir/install-sh; then 1542 if test -f $ac_dir/install-sh; then
796 break 1545 break
797 elif test -f $ac_dir/install.sh; then 1546 elif test -f $ac_dir/install.sh; then
798 ac_aux_dir=$ac_dir 1547 ac_aux_dir=$ac_dir
799 ac_install_sh="$ac_aux_dir/install.sh -c" 1548 ac_install_sh="$ac_aux_dir/install.sh -c"
800 break 1549 break
1550 elif test -f $ac_dir/shtool; then
1551 ac_aux_dir=$ac_dir
1552 ac_install_sh="$ac_aux_dir/shtool install -c"
1553 break
801 fi 1554 fi
802done 1555done
803if test -z "$ac_aux_dir"; then 1556if test -z "$ac_aux_dir"; then
1557 { { 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; } 1558echo "$as_me: error: cannot find install-sh or install.sh in autoconf $srcdir/autoconf" >&2;}
1559 { (exit 1); exit 1; }; }
805fi 1560fi
806ac_config_guess=$ac_aux_dir/config.guess 1561ac_config_guess="$SHELL $ac_aux_dir/config.guess"
807ac_config_sub=$ac_aux_dir/config.sub 1562ac_config_sub="$SHELL $ac_aux_dir/config.sub"
808ac_configure=$ac_aux_dir/configure # This should be Cygnus configure. 1563ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
809 1564
1565 ac_config_headers="$ac_config_headers config.h:autoconf/config.h.in"
810 1566
811 1567
812VERSION=`sed -n -e 's/^.*[ \t]VERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` 1568VERSION=`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` 1569DATE=`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` 1570LSMDATE=`sed -n -e 's/^.*[ \t]LSMDATE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
816echo "" 1572echo ""
817echo "configuring for rxvt $VERSION" 1573echo "configuring for rxvt $VERSION"
818echo "" 1574echo ""
819 1575
820 1576
1577ac_ext=c
1578ac_cpp='$CPP $CPPFLAGS'
1579ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1580ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1581ac_compiler_gnu=$ac_cv_c_compiler_gnu
1582if test -n "$ac_tool_prefix"; then
821# Extract the first word of "gcc", so it can be a program name with args. 1583 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
822set dummy gcc; ac_word=$2 1584set dummy ${ac_tool_prefix}gcc; ac_word=$2
1585echo "$as_me:$LINENO: checking for $ac_word" >&5
823echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1586echo $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 1587if test "${ac_cv_prog_CC+set}" = set; then
826 echo $ac_n "(cached) $ac_c" 1>&6 1588 echo $ECHO_N "(cached) $ECHO_C" >&6
827else 1589else
828 if test -n "$CC"; then 1590 if test -n "$CC"; then
829 ac_cv_prog_CC="$CC" # Let the user override the test. 1591 ac_cv_prog_CC="$CC" # Let the user override the test.
830else 1592else
831 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 1593as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
832 ac_dummy="$PATH" 1594for as_dir in $PATH
833 for ac_dir in $ac_dummy; do 1595do
1596 IFS=$as_save_IFS
834 test -z "$ac_dir" && ac_dir=. 1597 test -z "$as_dir" && as_dir=.
835 if test -f $ac_dir/$ac_word; then 1598 for ac_exec_ext in '' $ac_executable_extensions; do
836 ac_cv_prog_CC="gcc" 1599 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1600 ac_cv_prog_CC="${ac_tool_prefix}gcc"
1601 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
837 break 1602 break 2
838 fi 1603 fi
839 done 1604done
840 IFS="$ac_save_ifs" 1605done
1606
841fi 1607fi
842fi 1608fi
843CC="$ac_cv_prog_CC" 1609CC=$ac_cv_prog_CC
844if test -n "$CC"; then 1610if test -n "$CC"; then
845 echo "$ac_t""$CC" 1>&6 1611 echo "$as_me:$LINENO: result: $CC" >&5
1612echo "${ECHO_T}$CC" >&6
846else 1613else
847 echo "$ac_t""no" 1>&6 1614 echo "$as_me:$LINENO: result: no" >&5
1615echo "${ECHO_T}no" >&6
848fi 1616fi
849 1617
1618fi
1619if test -z "$ac_cv_prog_CC"; then
1620 ac_ct_CC=$CC
1621 # Extract the first word of "gcc", so it can be a program name with args.
1622set dummy gcc; ac_word=$2
1623echo "$as_me:$LINENO: checking for $ac_word" >&5
1624echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1625if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1626 echo $ECHO_N "(cached) $ECHO_C" >&6
1627else
1628 if test -n "$ac_ct_CC"; then
1629 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1630else
1631as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1632for as_dir in $PATH
1633do
1634 IFS=$as_save_IFS
1635 test -z "$as_dir" && as_dir=.
1636 for ac_exec_ext in '' $ac_executable_extensions; do
1637 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1638 ac_cv_prog_ac_ct_CC="gcc"
1639 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1640 break 2
1641 fi
1642done
1643done
1644
1645fi
1646fi
1647ac_ct_CC=$ac_cv_prog_ac_ct_CC
1648if test -n "$ac_ct_CC"; then
1649 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1650echo "${ECHO_T}$ac_ct_CC" >&6
1651else
1652 echo "$as_me:$LINENO: result: no" >&5
1653echo "${ECHO_T}no" >&6
1654fi
1655
1656 CC=$ac_ct_CC
1657else
1658 CC="$ac_cv_prog_CC"
1659fi
1660
1661if test -z "$CC"; then
1662 if test -n "$ac_tool_prefix"; then
1663 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1664set dummy ${ac_tool_prefix}cc; ac_word=$2
1665echo "$as_me:$LINENO: checking for $ac_word" >&5
1666echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1667if test "${ac_cv_prog_CC+set}" = set; then
1668 echo $ECHO_N "(cached) $ECHO_C" >&6
1669else
1670 if test -n "$CC"; then
1671 ac_cv_prog_CC="$CC" # Let the user override the test.
1672else
1673as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1674for as_dir in $PATH
1675do
1676 IFS=$as_save_IFS
1677 test -z "$as_dir" && as_dir=.
1678 for ac_exec_ext in '' $ac_executable_extensions; do
1679 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1680 ac_cv_prog_CC="${ac_tool_prefix}cc"
1681 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1682 break 2
1683 fi
1684done
1685done
1686
1687fi
1688fi
1689CC=$ac_cv_prog_CC
1690if test -n "$CC"; then
1691 echo "$as_me:$LINENO: result: $CC" >&5
1692echo "${ECHO_T}$CC" >&6
1693else
1694 echo "$as_me:$LINENO: result: no" >&5
1695echo "${ECHO_T}no" >&6
1696fi
1697
1698fi
1699if test -z "$ac_cv_prog_CC"; then
1700 ac_ct_CC=$CC
1701 # Extract the first word of "cc", so it can be a program name with args.
1702set dummy cc; ac_word=$2
1703echo "$as_me:$LINENO: checking for $ac_word" >&5
1704echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1705if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1706 echo $ECHO_N "(cached) $ECHO_C" >&6
1707else
1708 if test -n "$ac_ct_CC"; then
1709 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1710else
1711as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1712for as_dir in $PATH
1713do
1714 IFS=$as_save_IFS
1715 test -z "$as_dir" && as_dir=.
1716 for ac_exec_ext in '' $ac_executable_extensions; do
1717 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1718 ac_cv_prog_ac_ct_CC="cc"
1719 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1720 break 2
1721 fi
1722done
1723done
1724
1725fi
1726fi
1727ac_ct_CC=$ac_cv_prog_ac_ct_CC
1728if test -n "$ac_ct_CC"; then
1729 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1730echo "${ECHO_T}$ac_ct_CC" >&6
1731else
1732 echo "$as_me:$LINENO: result: no" >&5
1733echo "${ECHO_T}no" >&6
1734fi
1735
1736 CC=$ac_ct_CC
1737else
1738 CC="$ac_cv_prog_CC"
1739fi
1740
1741fi
850if test -z "$CC"; then 1742if test -z "$CC"; then
851 # Extract the first word of "cc", so it can be a program name with args. 1743 # Extract the first word of "cc", so it can be a program name with args.
852set dummy cc; ac_word=$2 1744set dummy cc; ac_word=$2
1745echo "$as_me:$LINENO: checking for $ac_word" >&5
853echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1746echo $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 1747if test "${ac_cv_prog_CC+set}" = set; then
856 echo $ac_n "(cached) $ac_c" 1>&6 1748 echo $ECHO_N "(cached) $ECHO_C" >&6
857else 1749else
858 if test -n "$CC"; then 1750 if test -n "$CC"; then
859 ac_cv_prog_CC="$CC" # Let the user override the test. 1751 ac_cv_prog_CC="$CC" # Let the user override the test.
860else 1752else
861 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
862 ac_prog_rejected=no 1753 ac_prog_rejected=no
863 ac_dummy="$PATH" 1754as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
864 for ac_dir in $ac_dummy; do 1755for as_dir in $PATH
1756do
1757 IFS=$as_save_IFS
865 test -z "$ac_dir" && ac_dir=. 1758 test -z "$as_dir" && as_dir=.
866 if test -f $ac_dir/$ac_word; then 1759 for ac_exec_ext in '' $ac_executable_extensions; do
1760 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
867 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then 1761 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
868 ac_prog_rejected=yes 1762 ac_prog_rejected=yes
869 continue 1763 continue
870 fi 1764 fi
871 ac_cv_prog_CC="cc" 1765 ac_cv_prog_CC="cc"
1766 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
872 break 1767 break 2
873 fi 1768 fi
874 done 1769done
875 IFS="$ac_save_ifs" 1770done
1771
876if test $ac_prog_rejected = yes; then 1772if test $ac_prog_rejected = yes; then
877 # We found a bogon in the path, so make sure we never use it. 1773 # We found a bogon in the path, so make sure we never use it.
878 set dummy $ac_cv_prog_CC 1774 set dummy $ac_cv_prog_CC
879 shift 1775 shift
880 if test $# -gt 0; then 1776 if test $# != 0; then
881 # We chose a different compiler from the bogus one. 1777 # We chose a different compiler from the bogus one.
882 # However, it has the same basename, so the bogon will be chosen 1778 # 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. 1779 # first if we set CC to just the basename; use the full file name.
884 shift 1780 shift
885 set dummy "$ac_dir/$ac_word" "$@" 1781 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
886 shift
887 ac_cv_prog_CC="$@"
888 fi 1782 fi
889fi 1783fi
890fi 1784fi
891fi 1785fi
892CC="$ac_cv_prog_CC" 1786CC=$ac_cv_prog_CC
893if test -n "$CC"; then 1787if test -n "$CC"; then
894 echo "$ac_t""$CC" 1>&6 1788 echo "$as_me:$LINENO: result: $CC" >&5
1789echo "${ECHO_T}$CC" >&6
895else 1790else
896 echo "$ac_t""no" 1>&6 1791 echo "$as_me:$LINENO: result: no" >&5
1792echo "${ECHO_T}no" >&6
897fi 1793fi
898 1794
1795fi
899 if test -z "$CC"; then 1796if test -z "$CC"; then
900 case "`uname -s`" in 1797 if test -n "$ac_tool_prefix"; then
901 *win32* | *WIN32*) 1798 for ac_prog in cl
1799 do
902 # Extract the first word of "cl", so it can be a program name with args. 1800 # 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 1801set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1802echo "$as_me:$LINENO: checking for $ac_word" >&5
904echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1803echo $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 1804if test "${ac_cv_prog_CC+set}" = set; then
907 echo $ac_n "(cached) $ac_c" 1>&6 1805 echo $ECHO_N "(cached) $ECHO_C" >&6
908else 1806else
909 if test -n "$CC"; then 1807 if test -n "$CC"; then
910 ac_cv_prog_CC="$CC" # Let the user override the test. 1808 ac_cv_prog_CC="$CC" # Let the user override the test.
911else 1809else
912 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 1810as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
913 ac_dummy="$PATH" 1811for as_dir in $PATH
914 for ac_dir in $ac_dummy; do 1812do
1813 IFS=$as_save_IFS
915 test -z "$ac_dir" && ac_dir=. 1814 test -z "$as_dir" && as_dir=.
916 if test -f $ac_dir/$ac_word; then 1815 for ac_exec_ext in '' $ac_executable_extensions; do
917 ac_cv_prog_CC="cl" 1816 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1817 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1818 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
918 break 1819 break 2
1820 fi
1821done
1822done
1823
1824fi
1825fi
1826CC=$ac_cv_prog_CC
1827if test -n "$CC"; then
1828 echo "$as_me:$LINENO: result: $CC" >&5
1829echo "${ECHO_T}$CC" >&6
1830else
1831 echo "$as_me:$LINENO: result: no" >&5
1832echo "${ECHO_T}no" >&6
1833fi
1834
1835 test -n "$CC" && break
1836 done
1837fi
1838if test -z "$CC"; then
1839 ac_ct_CC=$CC
1840 for ac_prog in cl
1841do
1842 # Extract the first word of "$ac_prog", so it can be a program name with args.
1843set dummy $ac_prog; ac_word=$2
1844echo "$as_me:$LINENO: checking for $ac_word" >&5
1845echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1846if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1847 echo $ECHO_N "(cached) $ECHO_C" >&6
1848else
1849 if test -n "$ac_ct_CC"; then
1850 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1851else
1852as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1853for as_dir in $PATH
1854do
1855 IFS=$as_save_IFS
1856 test -z "$as_dir" && as_dir=.
1857 for ac_exec_ext in '' $ac_executable_extensions; do
1858 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1859 ac_cv_prog_ac_ct_CC="$ac_prog"
1860 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1861 break 2
1862 fi
1863done
1864done
1865
1866fi
1867fi
1868ac_ct_CC=$ac_cv_prog_ac_ct_CC
1869if test -n "$ac_ct_CC"; then
1870 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1871echo "${ECHO_T}$ac_ct_CC" >&6
1872else
1873 echo "$as_me:$LINENO: result: no" >&5
1874echo "${ECHO_T}no" >&6
1875fi
1876
1877 test -n "$ac_ct_CC" && break
1878done
1879
1880 CC=$ac_ct_CC
1881fi
1882
1883fi
1884
1885
1886test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
1887See \`config.log' for more details." >&5
1888echo "$as_me: error: no acceptable C compiler found in \$PATH
1889See \`config.log' for more details." >&2;}
1890 { (exit 1); exit 1; }; }
1891
1892# Provide some information about the compiler.
1893echo "$as_me:$LINENO:" \
1894 "checking for C compiler version" >&5
1895ac_compiler=`set X $ac_compile; echo $2`
1896{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
1897 (eval $ac_compiler --version </dev/null >&5) 2>&5
1898 ac_status=$?
1899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1900 (exit $ac_status); }
1901{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
1902 (eval $ac_compiler -v </dev/null >&5) 2>&5
1903 ac_status=$?
1904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1905 (exit $ac_status); }
1906{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
1907 (eval $ac_compiler -V </dev/null >&5) 2>&5
1908 ac_status=$?
1909 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1910 (exit $ac_status); }
1911
1912cat >conftest.$ac_ext <<_ACEOF
1913/* confdefs.h. */
1914_ACEOF
1915cat confdefs.h >>conftest.$ac_ext
1916cat >>conftest.$ac_ext <<_ACEOF
1917/* end confdefs.h. */
1918
1919int
1920main ()
1921{
1922
1923 ;
1924 return 0;
1925}
1926_ACEOF
1927ac_clean_files_save=$ac_clean_files
1928ac_clean_files="$ac_clean_files a.out a.exe b.out"
1929# Try to create an executable without -o first, disregard a.out.
1930# It will help us diagnose broken compilers, and finding out an intuition
1931# of exeext.
1932echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
1933echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
1934ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
1935if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
1936 (eval $ac_link_default) 2>&5
1937 ac_status=$?
1938 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1939 (exit $ac_status); }; then
1940 # Find the output, starting from the most likely. This scheme is
1941# not robust to junk in `.', hence go to wildcards (a.*) only as a last
1942# resort.
1943
1944# Be careful to initialize this variable, since it used to be cached.
1945# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
1946ac_cv_exeext=
1947# b.out is created by i960 compilers.
1948for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
1949do
1950 test -f "$ac_file" || continue
1951 case $ac_file in
1952 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
1953 ;;
1954 conftest.$ac_ext )
1955 # This is the source file.
1956 ;;
1957 [ab].out )
1958 # We found the default executable, but exeext='' is most
1959 # certainly right.
1960 break;;
1961 *.* )
1962 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1963 # FIXME: I believe we export ac_cv_exeext for Libtool,
1964 # but it would be cool to find out if it's true. Does anybody
1965 # maintain Libtool? --akim.
1966 export ac_cv_exeext
1967 break;;
1968 * )
1969 break;;
1970 esac
1971done
1972else
1973 echo "$as_me: failed program was:" >&5
1974sed 's/^/| /' conftest.$ac_ext >&5
1975
1976{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
1977See \`config.log' for more details." >&5
1978echo "$as_me: error: C compiler cannot create executables
1979See \`config.log' for more details." >&2;}
1980 { (exit 77); exit 77; }; }
1981fi
1982
1983ac_exeext=$ac_cv_exeext
1984echo "$as_me:$LINENO: result: $ac_file" >&5
1985echo "${ECHO_T}$ac_file" >&6
1986
1987# Check the compiler produces executables we can run. If not, either
1988# the compiler is broken, or we cross compile.
1989echo "$as_me:$LINENO: checking whether the C compiler works" >&5
1990echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
1991# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
1992# If not cross compiling, check that we can run a simple program.
1993if test "$cross_compiling" != yes; then
1994 if { ac_try='./$ac_file'
1995 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1996 (eval $ac_try) 2>&5
1997 ac_status=$?
1998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1999 (exit $ac_status); }; }; then
2000 cross_compiling=no
2001 else
2002 if test "$cross_compiling" = maybe; then
2003 cross_compiling=yes
2004 else
2005 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2006If you meant to cross compile, use \`--host'.
2007See \`config.log' for more details." >&5
2008echo "$as_me: error: cannot run C compiled programs.
2009If you meant to cross compile, use \`--host'.
2010See \`config.log' for more details." >&2;}
2011 { (exit 1); exit 1; }; }
919 fi 2012 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 2013 fi
933 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
934fi 2014fi
2015echo "$as_me:$LINENO: result: yes" >&5
2016echo "${ECHO_T}yes" >&6
935 2017
936echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 2018rm -f a.out a.exe conftest$ac_cv_exeext b.out
937echo "configure:938: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 2019ac_clean_files=$ac_clean_files_save
2020# Check the compiler produces executables we can run. If not, either
2021# the compiler is broken, or we cross compile.
2022echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2023echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2024echo "$as_me:$LINENO: result: $cross_compiling" >&5
2025echo "${ECHO_T}$cross_compiling" >&6
938 2026
939ac_ext=c 2027echo "$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. 2028echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
941ac_cpp='$CPP $CPPFLAGS' 2029if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
942ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 2030 (eval $ac_link) 2>&5
943ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 2031 ac_status=$?
944cross_compiling=$ac_cv_prog_cc_cross 2032 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2033 (exit $ac_status); }; then
2034 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2035# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2036# work properly (i.e., refer to `conftest.exe'), while it won't with
2037# `rm'.
2038for ac_file in conftest.exe conftest conftest.*; do
2039 test -f "$ac_file" || continue
2040 case $ac_file in
2041 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
2042 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2043 export ac_cv_exeext
2044 break;;
2045 * ) break;;
2046 esac
2047done
2048else
2049 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2050See \`config.log' for more details." >&5
2051echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2052See \`config.log' for more details." >&2;}
2053 { (exit 1); exit 1; }; }
2054fi
945 2055
2056rm -f conftest$ac_cv_exeext
2057echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2058echo "${ECHO_T}$ac_cv_exeext" >&6
2059
2060rm -f conftest.$ac_ext
2061EXEEXT=$ac_cv_exeext
2062ac_exeext=$EXEEXT
2063echo "$as_me:$LINENO: checking for suffix of object files" >&5
2064echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
2065if test "${ac_cv_objext+set}" = set; then
2066 echo $ECHO_N "(cached) $ECHO_C" >&6
2067else
2068 cat >conftest.$ac_ext <<_ACEOF
2069/* confdefs.h. */
2070_ACEOF
2071cat confdefs.h >>conftest.$ac_ext
946cat > conftest.$ac_ext << EOF 2072cat >>conftest.$ac_ext <<_ACEOF
2073/* end confdefs.h. */
947 2074
948#line 949 "configure" 2075int
949#include "confdefs.h" 2076main ()
2077{
950 2078
951main(){return(0);} 2079 ;
952EOF 2080 return 0;
953if { (eval echo configure:954: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2081}
954 ac_cv_prog_cc_works=yes 2082_ACEOF
955 # If we can't run a trivial program, we are probably using a cross compiler. 2083rm -f conftest.o conftest.obj
956 if (./conftest; exit) 2>/dev/null; then 2084if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
957 ac_cv_prog_cc_cross=no 2085 (eval $ac_compile) 2>&5
2086 ac_status=$?
2087 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2088 (exit $ac_status); }; then
2089 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2090 case $ac_file in
2091 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
2092 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2093 break;;
2094 esac
2095done
958 else 2096else
959 ac_cv_prog_cc_cross=yes
960 fi
961else
962 echo "configure: failed program was:" >&5 2097 echo "$as_me: failed program was:" >&5
963 cat conftest.$ac_ext >&5 2098sed '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 2099
974echo "$ac_t""$ac_cv_prog_cc_works" 1>&6 2100{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
975if test $ac_cv_prog_cc_works = no; then 2101See \`config.log' for more details." >&5
976 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; } 2102echo "$as_me: error: cannot compute suffix of object files: cannot compile
2103See \`config.log' for more details." >&2;}
2104 { (exit 1); exit 1; }; }
977fi 2105fi
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 2106
2107rm -f conftest.$ac_cv_objext conftest.$ac_ext
2108fi
2109echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2110echo "${ECHO_T}$ac_cv_objext" >&6
2111OBJEXT=$ac_cv_objext
2112ac_objext=$OBJEXT
2113echo "$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 2114echo $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 2115if 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 2116 echo $ECHO_N "(cached) $ECHO_C" >&6
987else 2117else
988 cat > conftest.c <<EOF 2118 cat >conftest.$ac_ext <<_ACEOF
2119/* confdefs.h. */
2120_ACEOF
2121cat confdefs.h >>conftest.$ac_ext
2122cat >>conftest.$ac_ext <<_ACEOF
2123/* end confdefs.h. */
2124
2125int
2126main ()
2127{
989#ifdef __GNUC__ 2128#ifndef __GNUC__
990 yes; 2129 choke me
991#endif 2130#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 2131
1000echo "$ac_t""$ac_cv_prog_gcc" 1>&6 2132 ;
1001 2133 return 0;
1002if test $ac_cv_prog_gcc = yes; then 2134}
1003 GCC=yes 2135_ACEOF
2136rm -f conftest.$ac_objext
2137if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2138 (eval $ac_compile) 2>conftest.er1
2139 ac_status=$?
2140 grep -v '^ *+' conftest.er1 >conftest.err
2141 rm -f conftest.er1
2142 cat conftest.err >&5
2143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2144 (exit $ac_status); } &&
2145 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2146 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2147 (eval $ac_try) 2>&5
2148 ac_status=$?
2149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2150 (exit $ac_status); }; } &&
2151 { ac_try='test -s conftest.$ac_objext'
2152 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2153 (eval $ac_try) 2>&5
2154 ac_status=$?
2155 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2156 (exit $ac_status); }; }; then
2157 ac_compiler_gnu=yes
1004else 2158else
1005 GCC= 2159 echo "$as_me: failed program was:" >&5
1006fi 2160sed 's/^/| /' conftest.$ac_ext >&5
1007 2161
2162ac_compiler_gnu=no
2163fi
2164rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2165ac_cv_c_compiler_gnu=$ac_compiler_gnu
2166
2167fi
2168echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2169echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2170GCC=`test $ac_compiler_gnu = yes && echo yes`
1008ac_test_CFLAGS="${CFLAGS+set}" 2171ac_test_CFLAGS=${CFLAGS+set}
1009ac_save_CFLAGS="$CFLAGS" 2172ac_save_CFLAGS=$CFLAGS
1010CFLAGS= 2173CFLAGS="-g"
2174echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
1011echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 2175echo $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 2176if test "${ac_cv_prog_cc_g+set}" = set; then
1014 echo $ac_n "(cached) $ac_c" 1>&6 2177 echo $ECHO_N "(cached) $ECHO_C" >&6
1015else 2178else
1016 echo 'void f(){}' > conftest.c 2179 cat >conftest.$ac_ext <<_ACEOF
1017if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then 2180/* confdefs.h. */
2181_ACEOF
2182cat confdefs.h >>conftest.$ac_ext
2183cat >>conftest.$ac_ext <<_ACEOF
2184/* end confdefs.h. */
2185
2186int
2187main ()
2188{
2189
2190 ;
2191 return 0;
2192}
2193_ACEOF
2194rm -f conftest.$ac_objext
2195if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2196 (eval $ac_compile) 2>conftest.er1
2197 ac_status=$?
2198 grep -v '^ *+' conftest.er1 >conftest.err
2199 rm -f conftest.er1
2200 cat conftest.err >&5
2201 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2202 (exit $ac_status); } &&
2203 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2204 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2205 (eval $ac_try) 2>&5
2206 ac_status=$?
2207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2208 (exit $ac_status); }; } &&
2209 { ac_try='test -s conftest.$ac_objext'
2210 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2211 (eval $ac_try) 2>&5
2212 ac_status=$?
2213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2214 (exit $ac_status); }; }; then
1018 ac_cv_prog_cc_g=yes 2215 ac_cv_prog_cc_g=yes
1019else 2216else
2217 echo "$as_me: failed program was:" >&5
2218sed 's/^/| /' conftest.$ac_ext >&5
2219
1020 ac_cv_prog_cc_g=no 2220ac_cv_prog_cc_g=no
1021fi 2221fi
1022rm -f conftest* 2222rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
1023
1024fi 2223fi
1025 2224echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
1026echo "$ac_t""$ac_cv_prog_cc_g" 1>&6 2225echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
1027if test "$ac_test_CFLAGS" = set; then 2226if test "$ac_test_CFLAGS" = set; then
1028 CFLAGS="$ac_save_CFLAGS" 2227 CFLAGS=$ac_save_CFLAGS
1029elif test $ac_cv_prog_cc_g = yes; then 2228elif test $ac_cv_prog_cc_g = yes; then
1030 if test "$GCC" = yes; then 2229 if test "$GCC" = yes; then
1031 CFLAGS="-g -O2" 2230 CFLAGS="-g -O2"
1032 else 2231 else
1033 CFLAGS="-g" 2232 CFLAGS="-g"
1037 CFLAGS="-O2" 2236 CFLAGS="-O2"
1038 else 2237 else
1039 CFLAGS= 2238 CFLAGS=
1040 fi 2239 fi
1041fi 2240fi
2241echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2242echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2243if test "${ac_cv_prog_cc_stdc+set}" = set; then
2244 echo $ECHO_N "(cached) $ECHO_C" >&6
2245else
2246 ac_cv_prog_cc_stdc=no
2247ac_save_CC=$CC
2248cat >conftest.$ac_ext <<_ACEOF
2249/* confdefs.h. */
2250_ACEOF
2251cat confdefs.h >>conftest.$ac_ext
2252cat >>conftest.$ac_ext <<_ACEOF
2253/* end confdefs.h. */
2254#include <stdarg.h>
2255#include <stdio.h>
2256#include <sys/types.h>
2257#include <sys/stat.h>
2258/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2259struct buf { int x; };
2260FILE * (*rcsopen) (struct buf *, struct stat *, int);
2261static char *e (p, i)
2262 char **p;
2263 int i;
2264{
2265 return p[i];
2266}
2267static char *f (char * (*g) (char **, int), char **p, ...)
2268{
2269 char *s;
2270 va_list v;
2271 va_start (v,p);
2272 s = g (p, va_arg (v,int));
2273 va_end (v);
2274 return s;
2275}
1042 2276
1043for ac_prog in $CCC c++ g++ gcc CC cxx cc++ cl 2277/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2278 function prototypes and stuff, but not '\xHH' hex character constants.
2279 These don't provoke an error unfortunately, instead are silently treated
2280 as 'x'. The following induces an error, until -std1 is added to get
2281 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2282 array size at least. It's necessary to write '\x00'==0 to get something
2283 that's true only with -std1. */
2284int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2285
2286int test (int i, double x);
2287struct s1 {int (*f) (int a);};
2288struct s2 {int (*f) (double a);};
2289int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2290int argc;
2291char **argv;
2292int
2293main ()
2294{
2295return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2296 ;
2297 return 0;
2298}
2299_ACEOF
2300# Don't try gcc -ansi; that turns off useful extensions and
2301# breaks some systems' header files.
2302# AIX -qlanglvl=ansi
2303# Ultrix and OSF/1 -std1
2304# HP-UX 10.20 and later -Ae
2305# HP-UX older versions -Aa -D_HPUX_SOURCE
2306# SVR4 -Xc -D__EXTENSIONS__
2307for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
1044do 2308do
2309 CC="$ac_save_CC $ac_arg"
2310 rm -f conftest.$ac_objext
2311if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2312 (eval $ac_compile) 2>conftest.er1
2313 ac_status=$?
2314 grep -v '^ *+' conftest.er1 >conftest.err
2315 rm -f conftest.er1
2316 cat conftest.err >&5
2317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2318 (exit $ac_status); } &&
2319 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2320 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2321 (eval $ac_try) 2>&5
2322 ac_status=$?
2323 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2324 (exit $ac_status); }; } &&
2325 { ac_try='test -s conftest.$ac_objext'
2326 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2327 (eval $ac_try) 2>&5
2328 ac_status=$?
2329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2330 (exit $ac_status); }; }; then
2331 ac_cv_prog_cc_stdc=$ac_arg
2332break
2333else
2334 echo "$as_me: failed program was:" >&5
2335sed 's/^/| /' conftest.$ac_ext >&5
2336
2337fi
2338rm -f conftest.err conftest.$ac_objext
2339done
2340rm -f conftest.$ac_ext conftest.$ac_objext
2341CC=$ac_save_CC
2342
2343fi
2344
2345case "x$ac_cv_prog_cc_stdc" in
2346 x|xno)
2347 echo "$as_me:$LINENO: result: none needed" >&5
2348echo "${ECHO_T}none needed" >&6 ;;
2349 *)
2350 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2351echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2352 CC="$CC $ac_cv_prog_cc_stdc" ;;
2353esac
2354
2355# Some people use a C++ compiler to compile C. Since we use `exit',
2356# in C++ we need to declare it. In case someone uses the same compiler
2357# for both compiling C and C++ we need to have the C++ compiler decide
2358# the declaration of exit, since it's the most demanding environment.
2359cat >conftest.$ac_ext <<_ACEOF
2360#ifndef __cplusplus
2361 choke me
2362#endif
2363_ACEOF
2364rm -f conftest.$ac_objext
2365if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2366 (eval $ac_compile) 2>conftest.er1
2367 ac_status=$?
2368 grep -v '^ *+' conftest.er1 >conftest.err
2369 rm -f conftest.er1
2370 cat conftest.err >&5
2371 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2372 (exit $ac_status); } &&
2373 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2374 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2375 (eval $ac_try) 2>&5
2376 ac_status=$?
2377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2378 (exit $ac_status); }; } &&
2379 { ac_try='test -s conftest.$ac_objext'
2380 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2381 (eval $ac_try) 2>&5
2382 ac_status=$?
2383 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2384 (exit $ac_status); }; }; then
2385 for ac_declaration in \
2386 '' \
2387 'extern "C" void std::exit (int) throw (); using std::exit;' \
2388 'extern "C" void std::exit (int); using std::exit;' \
2389 'extern "C" void exit (int) throw ();' \
2390 'extern "C" void exit (int);' \
2391 'void exit (int);'
2392do
2393 cat >conftest.$ac_ext <<_ACEOF
2394/* confdefs.h. */
2395_ACEOF
2396cat confdefs.h >>conftest.$ac_ext
2397cat >>conftest.$ac_ext <<_ACEOF
2398/* end confdefs.h. */
2399$ac_declaration
2400#include <stdlib.h>
2401int
2402main ()
2403{
2404exit (42);
2405 ;
2406 return 0;
2407}
2408_ACEOF
2409rm -f conftest.$ac_objext
2410if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2411 (eval $ac_compile) 2>conftest.er1
2412 ac_status=$?
2413 grep -v '^ *+' conftest.er1 >conftest.err
2414 rm -f conftest.er1
2415 cat conftest.err >&5
2416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2417 (exit $ac_status); } &&
2418 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2419 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2420 (eval $ac_try) 2>&5
2421 ac_status=$?
2422 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2423 (exit $ac_status); }; } &&
2424 { ac_try='test -s conftest.$ac_objext'
2425 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2426 (eval $ac_try) 2>&5
2427 ac_status=$?
2428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2429 (exit $ac_status); }; }; then
2430 :
2431else
2432 echo "$as_me: failed program was:" >&5
2433sed 's/^/| /' conftest.$ac_ext >&5
2434
2435continue
2436fi
2437rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2438 cat >conftest.$ac_ext <<_ACEOF
2439/* confdefs.h. */
2440_ACEOF
2441cat confdefs.h >>conftest.$ac_ext
2442cat >>conftest.$ac_ext <<_ACEOF
2443/* end confdefs.h. */
2444$ac_declaration
2445int
2446main ()
2447{
2448exit (42);
2449 ;
2450 return 0;
2451}
2452_ACEOF
2453rm -f conftest.$ac_objext
2454if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2455 (eval $ac_compile) 2>conftest.er1
2456 ac_status=$?
2457 grep -v '^ *+' conftest.er1 >conftest.err
2458 rm -f conftest.er1
2459 cat conftest.err >&5
2460 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2461 (exit $ac_status); } &&
2462 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2463 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2464 (eval $ac_try) 2>&5
2465 ac_status=$?
2466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2467 (exit $ac_status); }; } &&
2468 { ac_try='test -s conftest.$ac_objext'
2469 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2470 (eval $ac_try) 2>&5
2471 ac_status=$?
2472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2473 (exit $ac_status); }; }; then
2474 break
2475else
2476 echo "$as_me: failed program was:" >&5
2477sed 's/^/| /' conftest.$ac_ext >&5
2478
2479fi
2480rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2481done
2482rm -f conftest*
2483if test -n "$ac_declaration"; then
2484 echo '#ifdef __cplusplus' >>confdefs.h
2485 echo $ac_declaration >>confdefs.h
2486 echo '#endif' >>confdefs.h
2487fi
2488
2489else
2490 echo "$as_me: failed program was:" >&5
2491sed 's/^/| /' conftest.$ac_ext >&5
2492
2493fi
2494rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2495ac_ext=c
2496ac_cpp='$CPP $CPPFLAGS'
2497ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2498ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2499ac_compiler_gnu=$ac_cv_c_compiler_gnu
2500
2501ac_ext=cc
2502ac_cpp='$CXXCPP $CPPFLAGS'
2503ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2504ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2505ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
2506if test -n "$ac_tool_prefix"; then
2507 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
2508 do
1045# Extract the first word of "$ac_prog", so it can be a program name with args. 2509 # 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 2510set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2511echo "$as_me:$LINENO: checking for $ac_word" >&5
1047echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2512echo $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 2513if test "${ac_cv_prog_CXX+set}" = set; then
1050 echo $ac_n "(cached) $ac_c" 1>&6 2514 echo $ECHO_N "(cached) $ECHO_C" >&6
1051else 2515else
1052 if test -n "$CXX"; then 2516 if test -n "$CXX"; then
1053 ac_cv_prog_CXX="$CXX" # Let the user override the test. 2517 ac_cv_prog_CXX="$CXX" # Let the user override the test.
1054else 2518else
1055 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 2519as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1056 ac_dummy="$PATH" 2520for as_dir in $PATH
1057 for ac_dir in $ac_dummy; do 2521do
2522 IFS=$as_save_IFS
1058 test -z "$ac_dir" && ac_dir=. 2523 test -z "$as_dir" && as_dir=.
1059 if test -f $ac_dir/$ac_word; then 2524 for ac_exec_ext in '' $ac_executable_extensions; do
2525 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1060 ac_cv_prog_CXX="$ac_prog" 2526 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
2527 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1061 break 2528 break 2
1062 fi 2529 fi
2530done
2531done
2532
2533fi
2534fi
2535CXX=$ac_cv_prog_CXX
2536if test -n "$CXX"; then
2537 echo "$as_me:$LINENO: result: $CXX" >&5
2538echo "${ECHO_T}$CXX" >&6
2539else
2540 echo "$as_me:$LINENO: result: no" >&5
2541echo "${ECHO_T}no" >&6
2542fi
2543
2544 test -n "$CXX" && break
1063 done 2545 done
1064 IFS="$ac_save_ifs"
1065fi 2546fi
1066fi
1067CXX="$ac_cv_prog_CXX"
1068if test -n "$CXX"; then 2547if test -z "$CXX"; then
1069 echo "$ac_t""$CXX" 1>&6 2548 ac_ct_CXX=$CXX
2549 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
2550do
2551 # Extract the first word of "$ac_prog", so it can be a program name with args.
2552set dummy $ac_prog; ac_word=$2
2553echo "$as_me:$LINENO: checking for $ac_word" >&5
2554echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2555if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
2556 echo $ECHO_N "(cached) $ECHO_C" >&6
1070else 2557else
1071 echo "$ac_t""no" 1>&6 2558 if test -n "$ac_ct_CXX"; then
1072fi 2559 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
1073 2560else
1074test -n "$CXX" && break 2561as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2562for as_dir in $PATH
2563do
2564 IFS=$as_save_IFS
2565 test -z "$as_dir" && as_dir=.
2566 for ac_exec_ext in '' $ac_executable_extensions; do
2567 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2568 ac_cv_prog_ac_ct_CXX="$ac_prog"
2569 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2570 break 2
2571 fi
1075done 2572done
2573done
2574
2575fi
2576fi
2577ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
2578if test -n "$ac_ct_CXX"; then
2579 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
2580echo "${ECHO_T}$ac_ct_CXX" >&6
2581else
2582 echo "$as_me:$LINENO: result: no" >&5
2583echo "${ECHO_T}no" >&6
2584fi
2585
2586 test -n "$ac_ct_CXX" && break
2587done
1076test -n "$CXX" || CXX="gcc" 2588test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
1077 2589
2590 CXX=$ac_ct_CXX
2591fi
1078 2592
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 2593
1082ac_ext=C 2594# Provide some information about the compiler.
1083# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. 2595echo "$as_me:$LINENO:" \
1084ac_cpp='$CXXCPP $CPPFLAGS' 2596 "checking for C++ compiler version" >&5
1085ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 2597ac_compiler=`set X $ac_compile; echo $2`
1086ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 2598{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
1087cross_compiling=$ac_cv_prog_cxx_cross 2599 (eval $ac_compiler --version </dev/null >&5) 2>&5
2600 ac_status=$?
2601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2602 (exit $ac_status); }
2603{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
2604 (eval $ac_compiler -v </dev/null >&5) 2>&5
2605 ac_status=$?
2606 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2607 (exit $ac_status); }
2608{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
2609 (eval $ac_compiler -V </dev/null >&5) 2>&5
2610 ac_status=$?
2611 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2612 (exit $ac_status); }
1088 2613
2614echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
2615echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
2616if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
2617 echo $ECHO_N "(cached) $ECHO_C" >&6
2618else
2619 cat >conftest.$ac_ext <<_ACEOF
2620/* confdefs.h. */
2621_ACEOF
2622cat confdefs.h >>conftest.$ac_ext
1089cat > conftest.$ac_ext << EOF 2623cat >>conftest.$ac_ext <<_ACEOF
2624/* end confdefs.h. */
1090 2625
1091#line 1092 "configure" 2626int
1092#include "confdefs.h" 2627main ()
1093 2628{
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__ 2629#ifndef __GNUC__
1133 yes; 2630 choke me
1134#endif 2631#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 2632
1143echo "$ac_t""$ac_cv_prog_gxx" 1>&6 2633 ;
1144 2634 return 0;
1145if test $ac_cv_prog_gxx = yes; then 2635}
1146 GXX=yes 2636_ACEOF
2637rm -f conftest.$ac_objext
2638if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2639 (eval $ac_compile) 2>conftest.er1
2640 ac_status=$?
2641 grep -v '^ *+' conftest.er1 >conftest.err
2642 rm -f conftest.er1
2643 cat conftest.err >&5
2644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2645 (exit $ac_status); } &&
2646 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
2647 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2648 (eval $ac_try) 2>&5
2649 ac_status=$?
2650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2651 (exit $ac_status); }; } &&
2652 { ac_try='test -s conftest.$ac_objext'
2653 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2654 (eval $ac_try) 2>&5
2655 ac_status=$?
2656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2657 (exit $ac_status); }; }; then
2658 ac_compiler_gnu=yes
1147else 2659else
1148 GXX= 2660 echo "$as_me: failed program was:" >&5
1149fi 2661sed 's/^/| /' conftest.$ac_ext >&5
1150 2662
2663ac_compiler_gnu=no
2664fi
2665rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2666ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
2667
2668fi
2669echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
2670echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
2671GXX=`test $ac_compiler_gnu = yes && echo yes`
1151ac_test_CXXFLAGS="${CXXFLAGS+set}" 2672ac_test_CXXFLAGS=${CXXFLAGS+set}
1152ac_save_CXXFLAGS="$CXXFLAGS" 2673ac_save_CXXFLAGS=$CXXFLAGS
1153CXXFLAGS= 2674CXXFLAGS="-g"
2675echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
1154echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6 2676echo $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 2677if test "${ac_cv_prog_cxx_g+set}" = set; then
1157 echo $ac_n "(cached) $ac_c" 1>&6 2678 echo $ECHO_N "(cached) $ECHO_C" >&6
1158else 2679else
1159 echo 'void f(){}' > conftest.cc 2680 cat >conftest.$ac_ext <<_ACEOF
1160if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then 2681/* confdefs.h. */
2682_ACEOF
2683cat confdefs.h >>conftest.$ac_ext
2684cat >>conftest.$ac_ext <<_ACEOF
2685/* end confdefs.h. */
2686
2687int
2688main ()
2689{
2690
2691 ;
2692 return 0;
2693}
2694_ACEOF
2695rm -f conftest.$ac_objext
2696if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2697 (eval $ac_compile) 2>conftest.er1
2698 ac_status=$?
2699 grep -v '^ *+' conftest.er1 >conftest.err
2700 rm -f conftest.er1
2701 cat conftest.err >&5
2702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2703 (exit $ac_status); } &&
2704 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
2705 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2706 (eval $ac_try) 2>&5
2707 ac_status=$?
2708 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2709 (exit $ac_status); }; } &&
2710 { ac_try='test -s conftest.$ac_objext'
2711 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2712 (eval $ac_try) 2>&5
2713 ac_status=$?
2714 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2715 (exit $ac_status); }; }; then
1161 ac_cv_prog_cxx_g=yes 2716 ac_cv_prog_cxx_g=yes
1162else 2717else
2718 echo "$as_me: failed program was:" >&5
2719sed 's/^/| /' conftest.$ac_ext >&5
2720
1163 ac_cv_prog_cxx_g=no 2721ac_cv_prog_cxx_g=no
1164fi 2722fi
1165rm -f conftest* 2723rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
1166
1167fi 2724fi
1168 2725echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
1169echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6 2726echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
1170if test "$ac_test_CXXFLAGS" = set; then 2727if test "$ac_test_CXXFLAGS" = set; then
1171 CXXFLAGS="$ac_save_CXXFLAGS" 2728 CXXFLAGS=$ac_save_CXXFLAGS
1172elif test $ac_cv_prog_cxx_g = yes; then 2729elif test $ac_cv_prog_cxx_g = yes; then
1173 if test "$GXX" = yes; then 2730 if test "$GXX" = yes; then
1174 CXXFLAGS="-g -O2" 2731 CXXFLAGS="-g -O2"
1175 else 2732 else
1176 CXXFLAGS="-g" 2733 CXXFLAGS="-g"
1180 CXXFLAGS="-O2" 2737 CXXFLAGS="-O2"
1181 else 2738 else
1182 CXXFLAGS= 2739 CXXFLAGS=
1183 fi 2740 fi
1184fi 2741fi
2742for ac_declaration in \
2743 '' \
2744 'extern "C" void std::exit (int) throw (); using std::exit;' \
2745 'extern "C" void std::exit (int); using std::exit;' \
2746 'extern "C" void exit (int) throw ();' \
2747 'extern "C" void exit (int);' \
2748 'void exit (int);'
2749do
2750 cat >conftest.$ac_ext <<_ACEOF
2751/* confdefs.h. */
2752_ACEOF
2753cat confdefs.h >>conftest.$ac_ext
2754cat >>conftest.$ac_ext <<_ACEOF
2755/* end confdefs.h. */
2756$ac_declaration
2757#include <stdlib.h>
2758int
2759main ()
2760{
2761exit (42);
2762 ;
2763 return 0;
2764}
2765_ACEOF
2766rm -f conftest.$ac_objext
2767if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2768 (eval $ac_compile) 2>conftest.er1
2769 ac_status=$?
2770 grep -v '^ *+' conftest.er1 >conftest.err
2771 rm -f conftest.er1
2772 cat conftest.err >&5
2773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2774 (exit $ac_status); } &&
2775 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
2776 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2777 (eval $ac_try) 2>&5
2778 ac_status=$?
2779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2780 (exit $ac_status); }; } &&
2781 { ac_try='test -s conftest.$ac_objext'
2782 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2783 (eval $ac_try) 2>&5
2784 ac_status=$?
2785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2786 (exit $ac_status); }; }; then
2787 :
2788else
2789 echo "$as_me: failed program was:" >&5
2790sed 's/^/| /' conftest.$ac_ext >&5
1185 2791
2792continue
2793fi
2794rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2795 cat >conftest.$ac_ext <<_ACEOF
2796/* confdefs.h. */
2797_ACEOF
2798cat confdefs.h >>conftest.$ac_ext
2799cat >>conftest.$ac_ext <<_ACEOF
2800/* end confdefs.h. */
2801$ac_declaration
2802int
2803main ()
2804{
2805exit (42);
2806 ;
2807 return 0;
2808}
2809_ACEOF
2810rm -f conftest.$ac_objext
2811if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2812 (eval $ac_compile) 2>conftest.er1
2813 ac_status=$?
2814 grep -v '^ *+' conftest.er1 >conftest.err
2815 rm -f conftest.er1
2816 cat conftest.err >&5
2817 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2818 (exit $ac_status); } &&
2819 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
2820 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2821 (eval $ac_try) 2>&5
2822 ac_status=$?
2823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2824 (exit $ac_status); }; } &&
2825 { ac_try='test -s conftest.$ac_objext'
2826 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2827 (eval $ac_try) 2>&5
2828 ac_status=$?
2829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2830 (exit $ac_status); }; }; then
2831 break
2832else
2833 echo "$as_me: failed program was:" >&5
2834sed 's/^/| /' conftest.$ac_ext >&5
2835
2836fi
2837rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2838done
2839rm -f conftest*
2840if test -n "$ac_declaration"; then
2841 echo '#ifdef __cplusplus' >>confdefs.h
2842 echo $ac_declaration >>confdefs.h
2843 echo '#endif' >>confdefs.h
2844fi
2845
2846ac_ext=c
2847ac_cpp='$CPP $CPPFLAGS'
2848ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2849ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2850ac_compiler_gnu=$ac_cv_c_compiler_gnu
2851
2852ac_ext=c
2853ac_cpp='$CPP $CPPFLAGS'
2854ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2855ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2856ac_compiler_gnu=$ac_cv_c_compiler_gnu
2857echo "$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 2858echo $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. 2859# On Suns, sometimes $CPP names a directory.
1189if test -n "$CPP" && test -d "$CPP"; then 2860if test -n "$CPP" && test -d "$CPP"; then
1190 CPP= 2861 CPP=
1191fi 2862fi
1192if test -z "$CPP"; then 2863if test -z "$CPP"; then
1193if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then 2864 if test "${ac_cv_prog_CPP+set}" = set; then
1194 echo $ac_n "(cached) $ac_c" 1>&6 2865 echo $ECHO_N "(cached) $ECHO_C" >&6
1195else 2866else
1196 # This must be in double quotes, not single quotes, because CPP may get 2867 # Double quotes because CPP needs to be expanded
1197 # substituted into the Makefile and "${CC-cc}" will confuse make. 2868 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
1198 CPP="${CC-cc} -E" 2869 do
2870 ac_preproc_ok=false
2871for ac_c_preproc_warn_flag in '' yes
2872do
2873 # Use a header file that comes with gcc, so configuring glibc
2874 # with a fresh cross-compiler works.
2875 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2876 # <limits.h> exists even on freestanding compilers.
1199 # On the NeXT, cc -E runs the code through the compiler's parser, 2877 # On the NeXT, cc -E runs the code through the compiler's parser,
1200 # not just through cpp. 2878 # not just through cpp. "Syntax error" is here to catch this case.
1201 cat > conftest.$ac_ext <<EOF 2879 cat >conftest.$ac_ext <<_ACEOF
1202#line 1203 "configure" 2880/* confdefs.h. */
1203#include "confdefs.h" 2881_ACEOF
2882cat confdefs.h >>conftest.$ac_ext
2883cat >>conftest.$ac_ext <<_ACEOF
2884/* end confdefs.h. */
2885#ifdef __STDC__
2886# include <limits.h>
2887#else
1204#include <assert.h> 2888# include <assert.h>
1205Syntax Error 2889#endif
1206EOF 2890 Syntax error
1207ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2891_ACEOF
1208{ (eval echo configure:1209: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2892if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
1209ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2893 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2894 ac_status=$?
2895 grep -v '^ *+' conftest.er1 >conftest.err
2896 rm -f conftest.er1
2897 cat conftest.err >&5
2898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2899 (exit $ac_status); } >/dev/null; then
2900 if test -s conftest.err; then
2901 ac_cpp_err=$ac_c_preproc_warn_flag
2902 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2903 else
2904 ac_cpp_err=
2905 fi
2906else
2907 ac_cpp_err=yes
2908fi
1210if test -z "$ac_err"; then 2909if test -z "$ac_cpp_err"; then
1211 : 2910 :
1212else 2911else
1213 echo "$ac_err" >&5
1214 echo "configure: failed program was:" >&5 2912 echo "$as_me: failed program was:" >&5
1215 cat conftest.$ac_ext >&5 2913sed 's/^/| /' conftest.$ac_ext >&5
1216 rm -rf conftest* 2914
1217 CPP="${CC-cc} -E -traditional-cpp" 2915 # Broken: fails on valid input.
2916continue
2917fi
2918rm -f conftest.err conftest.$ac_ext
2919
2920 # OK, works on sane cases. Now check whether non-existent headers
2921 # can be detected and how.
1218 cat > conftest.$ac_ext <<EOF 2922 cat >conftest.$ac_ext <<_ACEOF
1219#line 1220 "configure" 2923/* confdefs.h. */
1220#include "confdefs.h" 2924_ACEOF
2925cat confdefs.h >>conftest.$ac_ext
2926cat >>conftest.$ac_ext <<_ACEOF
2927/* end confdefs.h. */
2928#include <ac_nonexistent.h>
2929_ACEOF
2930if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2931 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2932 ac_status=$?
2933 grep -v '^ *+' conftest.er1 >conftest.err
2934 rm -f conftest.er1
2935 cat conftest.err >&5
2936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2937 (exit $ac_status); } >/dev/null; then
2938 if test -s conftest.err; then
2939 ac_cpp_err=$ac_c_preproc_warn_flag
2940 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2941 else
2942 ac_cpp_err=
2943 fi
2944else
2945 ac_cpp_err=yes
2946fi
2947if test -z "$ac_cpp_err"; then
2948 # Broken: success on invalid input.
2949continue
2950else
2951 echo "$as_me: failed program was:" >&5
2952sed 's/^/| /' conftest.$ac_ext >&5
2953
2954 # Passes both tests.
2955ac_preproc_ok=:
2956break
2957fi
2958rm -f conftest.err conftest.$ac_ext
2959
2960done
2961# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
2962rm -f conftest.err conftest.$ac_ext
2963if $ac_preproc_ok; then
2964 break
2965fi
2966
2967 done
2968 ac_cv_prog_CPP=$CPP
2969
2970fi
2971 CPP=$ac_cv_prog_CPP
2972else
2973 ac_cv_prog_CPP=$CPP
2974fi
2975echo "$as_me:$LINENO: result: $CPP" >&5
2976echo "${ECHO_T}$CPP" >&6
2977ac_preproc_ok=false
2978for ac_c_preproc_warn_flag in '' yes
2979do
2980 # Use a header file that comes with gcc, so configuring glibc
2981 # with a fresh cross-compiler works.
2982 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2983 # <limits.h> exists even on freestanding compilers.
2984 # On the NeXT, cc -E runs the code through the compiler's parser,
2985 # not just through cpp. "Syntax error" is here to catch this case.
2986 cat >conftest.$ac_ext <<_ACEOF
2987/* confdefs.h. */
2988_ACEOF
2989cat confdefs.h >>conftest.$ac_ext
2990cat >>conftest.$ac_ext <<_ACEOF
2991/* end confdefs.h. */
2992#ifdef __STDC__
2993# include <limits.h>
2994#else
1221#include <assert.h> 2995# include <assert.h>
1222Syntax Error 2996#endif
1223EOF 2997 Syntax error
1224ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2998_ACEOF
1225{ (eval echo configure:1226: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2999if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
1226ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3000 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3001 ac_status=$?
3002 grep -v '^ *+' conftest.er1 >conftest.err
3003 rm -f conftest.er1
3004 cat conftest.err >&5
3005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3006 (exit $ac_status); } >/dev/null; then
3007 if test -s conftest.err; then
3008 ac_cpp_err=$ac_c_preproc_warn_flag
3009 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3010 else
3011 ac_cpp_err=
3012 fi
3013else
3014 ac_cpp_err=yes
3015fi
1227if test -z "$ac_err"; then 3016if test -z "$ac_cpp_err"; then
1228 : 3017 :
1229else 3018else
1230 echo "$ac_err" >&5
1231 echo "configure: failed program was:" >&5 3019 echo "$as_me: failed program was:" >&5
1232 cat conftest.$ac_ext >&5 3020sed 's/^/| /' conftest.$ac_ext >&5
1233 rm -rf conftest* 3021
1234 CPP="${CC-cc} -nologo -E" 3022 # Broken: fails on valid input.
3023continue
3024fi
3025rm -f conftest.err conftest.$ac_ext
3026
3027 # OK, works on sane cases. Now check whether non-existent headers
3028 # can be detected and how.
1235 cat > conftest.$ac_ext <<EOF 3029 cat >conftest.$ac_ext <<_ACEOF
1236#line 1237 "configure" 3030/* confdefs.h. */
1237#include "confdefs.h" 3031_ACEOF
1238#include <assert.h> 3032cat confdefs.h >>conftest.$ac_ext
1239Syntax Error 3033cat >>conftest.$ac_ext <<_ACEOF
1240EOF 3034/* end confdefs.h. */
1241ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3035#include <ac_nonexistent.h>
1242{ (eval echo configure:1243: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3036_ACEOF
1243ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3037if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3038 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3039 ac_status=$?
3040 grep -v '^ *+' conftest.er1 >conftest.err
3041 rm -f conftest.er1
3042 cat conftest.err >&5
3043 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3044 (exit $ac_status); } >/dev/null; then
3045 if test -s conftest.err; then
3046 ac_cpp_err=$ac_c_preproc_warn_flag
3047 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3048 else
3049 ac_cpp_err=
3050 fi
3051else
3052 ac_cpp_err=yes
3053fi
1244if test -z "$ac_err"; then 3054if test -z "$ac_cpp_err"; then
3055 # Broken: success on invalid input.
3056continue
3057else
3058 echo "$as_me: failed program was:" >&5
3059sed 's/^/| /' conftest.$ac_ext >&5
3060
3061 # Passes both tests.
3062ac_preproc_ok=:
3063break
3064fi
3065rm -f conftest.err conftest.$ac_ext
3066
3067done
3068# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3069rm -f conftest.err conftest.$ac_ext
3070if $ac_preproc_ok; then
1245 : 3071 :
1246else 3072else
1247 echo "$ac_err" >&5 3073 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
1248 echo "configure: failed program was:" >&5 3074See \`config.log' for more details." >&5
1249 cat conftest.$ac_ext >&5 3075echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
1250 rm -rf conftest* 3076See \`config.log' for more details." >&2;}
1251 CPP=/lib/cpp 3077 { (exit 1); exit 1; }; }
1252fi 3078fi
1253rm -f conftest* 3079
1254fi 3080ac_ext=c
1255rm -f conftest* 3081ac_cpp='$CPP $CPPFLAGS'
1256fi 3082ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1257rm -f conftest* 3083ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1258 ac_cv_prog_CPP="$CPP" 3084ac_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 3085
1266# Find a good install program. We prefer a C program (faster), 3086# 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 3087# so one script is as good as another. But avoid the broken or
1268# incompatible versions: 3088# incompatible versions:
1269# SysV /etc/install, /usr/sbin/install 3089# SysV /etc/install, /usr/sbin/install
1270# SunOS /usr/etc/install 3090# SunOS /usr/etc/install
1271# IRIX /sbin/install 3091# IRIX /sbin/install
1272# AIX /bin/install 3092# AIX /bin/install
3093# AmigaOS /C/install, which installs bootblocks on floppy discs
1273# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag 3094# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1274# AFS /usr/afsws/bin/install, which mishandles nonexistent args 3095# AFS /usr/afsws/bin/install, which mishandles nonexistent args
1275# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 3096# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3097# OS/2's system install, which has a completely different semantic
1276# ./install, which can be erroneously created by make from ./install.sh. 3098# ./install, which can be erroneously created by make from ./install.sh.
3099echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1277echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 3100echo $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 3101if test -z "$INSTALL"; then
1280if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then 3102if test "${ac_cv_path_install+set}" = set; then
1281 echo $ac_n "(cached) $ac_c" 1>&6 3103 echo $ECHO_N "(cached) $ECHO_C" >&6
1282else 3104else
1283 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":" 3105 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1284 for ac_dir in $PATH; do 3106for as_dir in $PATH
3107do
3108 IFS=$as_save_IFS
3109 test -z "$as_dir" && as_dir=.
1285 # Account for people who put trailing slashes in PATH elements. 3110 # Account for people who put trailing slashes in PATH elements.
1286 case "$ac_dir/" in 3111case $as_dir/ in
3112 ./ | .// | /cC/* | \
1287 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;; 3113 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3114 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
3115 /usr/ucb/* ) ;;
1288 *) 3116 *)
1289 # OSF1 and SCO ODT 3.0 have their own names for install. 3117 # 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 3118 # Don't use installbsd from OSF since it installs stuff as root
1291 # by default. 3119 # by default.
1292 for ac_prog in ginstall scoinst install; do 3120 for ac_prog in ginstall scoinst install; do
1293 if test -f $ac_dir/$ac_prog; then 3121 for ac_exec_ext in '' $ac_executable_extensions; do
3122 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1294 if test $ac_prog = install && 3123 if test $ac_prog = install &&
1295 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then 3124 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1296 # AIX install. It has an incompatible calling convention. 3125 # AIX install. It has an incompatible calling convention.
1297 : 3126 :
3127 elif test $ac_prog = install &&
3128 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3129 # program-specific install script used by HP pwplus--don't use.
3130 :
1298 else 3131 else
1299 ac_cv_path_install="$ac_dir/$ac_prog -c" 3132 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1300 break 2 3133 break 3
1301 fi 3134 fi
1302 fi 3135 fi
1303 done 3136 done
1304 ;;
1305 esac
1306 done 3137 done
1307 IFS="$ac_save_IFS" 3138 ;;
3139esac
3140done
3141
1308 3142
1309fi 3143fi
1310 if test "${ac_cv_path_install+set}" = set; then 3144 if test "${ac_cv_path_install+set}" = set; then
1311 INSTALL="$ac_cv_path_install" 3145 INSTALL=$ac_cv_path_install
1312 else 3146 else
1313 # As a last resort, use the slow shell script. We don't cache a 3147 # 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 3148 # path for INSTALL within a source directory, because that will
1315 # break other packages using the cache if that directory is 3149 # break other packages using the cache if that directory is
1316 # removed, or if the path is relative. 3150 # removed, or if the path is relative.
1317 INSTALL="$ac_install_sh" 3151 INSTALL=$ac_install_sh
1318 fi 3152 fi
1319fi 3153fi
3154echo "$as_me:$LINENO: result: $INSTALL" >&5
1320echo "$ac_t""$INSTALL" 1>&6 3155echo "${ECHO_T}$INSTALL" >&6
1321 3156
1322# Use test -z because SunOS4 sh mishandles braces in ${var-val}. 3157# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1323# It thinks the first close brace ends the variable substitution. 3158# It thinks the first close brace ends the variable substitution.
1324test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 3159test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1325 3160
1326test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' 3161test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1327 3162
1328test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 3163test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1329 3164
1330for ac_prog in mawk gawk nawk awk 3165for ac_prog in gawk mawk nawk awk
1331do 3166do
1332# Extract the first word of "$ac_prog", so it can be a program name with args. 3167 # Extract the first word of "$ac_prog", so it can be a program name with args.
1333set dummy $ac_prog; ac_word=$2 3168set dummy $ac_prog; ac_word=$2
3169echo "$as_me:$LINENO: checking for $ac_word" >&5
1334echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 3170echo $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 3171if test "${ac_cv_prog_AWK+set}" = set; then
1337 echo $ac_n "(cached) $ac_c" 1>&6 3172 echo $ECHO_N "(cached) $ECHO_C" >&6
1338else 3173else
1339 if test -n "$AWK"; then 3174 if test -n "$AWK"; then
1340 ac_cv_prog_AWK="$AWK" # Let the user override the test. 3175 ac_cv_prog_AWK="$AWK" # Let the user override the test.
1341else 3176else
1342 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 3177as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1343 ac_dummy="$PATH" 3178for as_dir in $PATH
1344 for ac_dir in $ac_dummy; do 3179do
3180 IFS=$as_save_IFS
1345 test -z "$ac_dir" && ac_dir=. 3181 test -z "$as_dir" && as_dir=.
1346 if test -f $ac_dir/$ac_word; then 3182 for ac_exec_ext in '' $ac_executable_extensions; do
3183 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1347 ac_cv_prog_AWK="$ac_prog" 3184 ac_cv_prog_AWK="$ac_prog"
3185 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1348 break 3186 break 2
3187 fi
3188done
3189done
3190
3191fi
3192fi
3193AWK=$ac_cv_prog_AWK
3194if test -n "$AWK"; then
3195 echo "$as_me:$LINENO: result: $AWK" >&5
3196echo "${ECHO_T}$AWK" >&6
3197else
3198 echo "$as_me:$LINENO: result: no" >&5
3199echo "${ECHO_T}no" >&6
3200fi
3201
3202 test -n "$AWK" && break
3203done
3204
3205
3206ac_ext=c
3207ac_cpp='$CPP $CPPFLAGS'
3208ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3209ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3210ac_compiler_gnu=$ac_cv_c_compiler_gnu
3211
3212
3213LINKER="$CXX"
3214if test x$GCC = xyes && test x$GXX = xyes; then
3215
3216echo "$as_me:$LINENO: checking for main in -lsupc++" >&5
3217echo $ECHO_N "checking for main in -lsupc++... $ECHO_C" >&6
3218if test "${ac_cv_lib_supcpp_main+set}" = set; then
3219 echo $ECHO_N "(cached) $ECHO_C" >&6
3220else
3221 ac_check_lib_save_LIBS=$LIBS
3222LIBS="-lsupc++ $LIBS"
3223cat >conftest.$ac_ext <<_ACEOF
3224/* confdefs.h. */
3225_ACEOF
3226cat confdefs.h >>conftest.$ac_ext
3227cat >>conftest.$ac_ext <<_ACEOF
3228/* end confdefs.h. */
3229
3230
3231int
3232main ()
3233{
3234main ();
3235 ;
3236 return 0;
3237}
3238_ACEOF
3239rm -f conftest.$ac_objext conftest$ac_exeext
3240if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3241 (eval $ac_link) 2>conftest.er1
3242 ac_status=$?
3243 grep -v '^ *+' conftest.er1 >conftest.err
3244 rm -f conftest.er1
3245 cat conftest.err >&5
3246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3247 (exit $ac_status); } &&
3248 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3249 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3250 (eval $ac_try) 2>&5
3251 ac_status=$?
3252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3253 (exit $ac_status); }; } &&
3254 { ac_try='test -s conftest$ac_exeext'
3255 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3256 (eval $ac_try) 2>&5
3257 ac_status=$?
3258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3259 (exit $ac_status); }; }; then
3260 ac_cv_lib_supcpp_main=yes
3261else
3262 echo "$as_me: failed program was:" >&5
3263sed 's/^/| /' conftest.$ac_ext >&5
3264
3265ac_cv_lib_supcpp_main=no
3266fi
3267rm -f conftest.err conftest.$ac_objext \
3268 conftest$ac_exeext conftest.$ac_ext
3269LIBS=$ac_check_lib_save_LIBS
3270fi
3271echo "$as_me:$LINENO: result: $ac_cv_lib_supcpp_main" >&5
3272echo "${ECHO_T}$ac_cv_lib_supcpp_main" >&6
3273if test $ac_cv_lib_supcpp_main = yes; then
3274
3275 LINKER="$CC"
3276 LIBS="$LIBS -lsupc++"
3277
3278fi
3279
3280fi
3281LINKER=$LINKER
3282
3283
3284CPPFLAGS="-D_GNU_SOURCE -D_XOPEN_SOURCE"
3285
3286
3287ac_ext=cc
3288ac_cpp='$CXXCPP $CPPFLAGS'
3289ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3290ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3291ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3292
3293
3294
3295ac_ext=cc
3296ac_cpp='$CXXCPP $CPPFLAGS'
3297ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3298ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3299ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3300echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
3301echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
3302if test -z "$CXXCPP"; then
3303 if test "${ac_cv_prog_CXXCPP+set}" = set; then
3304 echo $ECHO_N "(cached) $ECHO_C" >&6
3305else
3306 # Double quotes because CXXCPP needs to be expanded
3307 for CXXCPP in "$CXX -E" "/lib/cpp"
3308 do
3309 ac_preproc_ok=false
3310for ac_cxx_preproc_warn_flag in '' yes
3311do
3312 # Use a header file that comes with gcc, so configuring glibc
3313 # with a fresh cross-compiler works.
3314 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3315 # <limits.h> exists even on freestanding compilers.
3316 # On the NeXT, cc -E runs the code through the compiler's parser,
3317 # not just through cpp. "Syntax error" is here to catch this case.
3318 cat >conftest.$ac_ext <<_ACEOF
3319/* confdefs.h. */
3320_ACEOF
3321cat confdefs.h >>conftest.$ac_ext
3322cat >>conftest.$ac_ext <<_ACEOF
3323/* end confdefs.h. */
3324#ifdef __STDC__
3325# include <limits.h>
3326#else
3327# include <assert.h>
3328#endif
3329 Syntax error
3330_ACEOF
3331if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3332 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3333 ac_status=$?
3334 grep -v '^ *+' conftest.er1 >conftest.err
3335 rm -f conftest.er1
3336 cat conftest.err >&5
3337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3338 (exit $ac_status); } >/dev/null; then
3339 if test -s conftest.err; then
3340 ac_cpp_err=$ac_cxx_preproc_warn_flag
3341 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3342 else
3343 ac_cpp_err=
3344 fi
3345else
3346 ac_cpp_err=yes
3347fi
3348if test -z "$ac_cpp_err"; then
3349 :
3350else
3351 echo "$as_me: failed program was:" >&5
3352sed 's/^/| /' conftest.$ac_ext >&5
3353
3354 # Broken: fails on valid input.
3355continue
3356fi
3357rm -f conftest.err conftest.$ac_ext
3358
3359 # OK, works on sane cases. Now check whether non-existent headers
3360 # can be detected and how.
3361 cat >conftest.$ac_ext <<_ACEOF
3362/* confdefs.h. */
3363_ACEOF
3364cat confdefs.h >>conftest.$ac_ext
3365cat >>conftest.$ac_ext <<_ACEOF
3366/* end confdefs.h. */
3367#include <ac_nonexistent.h>
3368_ACEOF
3369if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3370 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3371 ac_status=$?
3372 grep -v '^ *+' conftest.er1 >conftest.err
3373 rm -f conftest.er1
3374 cat conftest.err >&5
3375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3376 (exit $ac_status); } >/dev/null; then
3377 if test -s conftest.err; then
3378 ac_cpp_err=$ac_cxx_preproc_warn_flag
3379 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3380 else
3381 ac_cpp_err=
3382 fi
3383else
3384 ac_cpp_err=yes
3385fi
3386if test -z "$ac_cpp_err"; then
3387 # Broken: success on invalid input.
3388continue
3389else
3390 echo "$as_me: failed program was:" >&5
3391sed 's/^/| /' conftest.$ac_ext >&5
3392
3393 # Passes both tests.
3394ac_preproc_ok=:
3395break
3396fi
3397rm -f conftest.err conftest.$ac_ext
3398
3399done
3400# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3401rm -f conftest.err conftest.$ac_ext
3402if $ac_preproc_ok; then
3403 break
3404fi
3405
3406 done
3407 ac_cv_prog_CXXCPP=$CXXCPP
3408
3409fi
3410 CXXCPP=$ac_cv_prog_CXXCPP
3411else
3412 ac_cv_prog_CXXCPP=$CXXCPP
3413fi
3414echo "$as_me:$LINENO: result: $CXXCPP" >&5
3415echo "${ECHO_T}$CXXCPP" >&6
3416ac_preproc_ok=false
3417for ac_cxx_preproc_warn_flag in '' yes
3418do
3419 # Use a header file that comes with gcc, so configuring glibc
3420 # with a fresh cross-compiler works.
3421 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3422 # <limits.h> exists even on freestanding compilers.
3423 # On the NeXT, cc -E runs the code through the compiler's parser,
3424 # not just through cpp. "Syntax error" is here to catch this case.
3425 cat >conftest.$ac_ext <<_ACEOF
3426/* confdefs.h. */
3427_ACEOF
3428cat confdefs.h >>conftest.$ac_ext
3429cat >>conftest.$ac_ext <<_ACEOF
3430/* end confdefs.h. */
3431#ifdef __STDC__
3432# include <limits.h>
3433#else
3434# include <assert.h>
3435#endif
3436 Syntax error
3437_ACEOF
3438if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3439 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3440 ac_status=$?
3441 grep -v '^ *+' conftest.er1 >conftest.err
3442 rm -f conftest.er1
3443 cat conftest.err >&5
3444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3445 (exit $ac_status); } >/dev/null; then
3446 if test -s conftest.err; then
3447 ac_cpp_err=$ac_cxx_preproc_warn_flag
3448 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3449 else
3450 ac_cpp_err=
3451 fi
3452else
3453 ac_cpp_err=yes
3454fi
3455if test -z "$ac_cpp_err"; then
3456 :
3457else
3458 echo "$as_me: failed program was:" >&5
3459sed 's/^/| /' conftest.$ac_ext >&5
3460
3461 # Broken: fails on valid input.
3462continue
3463fi
3464rm -f conftest.err conftest.$ac_ext
3465
3466 # OK, works on sane cases. Now check whether non-existent headers
3467 # can be detected and how.
3468 cat >conftest.$ac_ext <<_ACEOF
3469/* confdefs.h. */
3470_ACEOF
3471cat confdefs.h >>conftest.$ac_ext
3472cat >>conftest.$ac_ext <<_ACEOF
3473/* end confdefs.h. */
3474#include <ac_nonexistent.h>
3475_ACEOF
3476if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3477 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3478 ac_status=$?
3479 grep -v '^ *+' conftest.er1 >conftest.err
3480 rm -f conftest.er1
3481 cat conftest.err >&5
3482 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3483 (exit $ac_status); } >/dev/null; then
3484 if test -s conftest.err; then
3485 ac_cpp_err=$ac_cxx_preproc_warn_flag
3486 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3487 else
3488 ac_cpp_err=
3489 fi
3490else
3491 ac_cpp_err=yes
3492fi
3493if test -z "$ac_cpp_err"; then
3494 # Broken: success on invalid input.
3495continue
3496else
3497 echo "$as_me: failed program was:" >&5
3498sed 's/^/| /' conftest.$ac_ext >&5
3499
3500 # Passes both tests.
3501ac_preproc_ok=:
3502break
3503fi
3504rm -f conftest.err conftest.$ac_ext
3505
3506done
3507# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3508rm -f conftest.err conftest.$ac_ext
3509if $ac_preproc_ok; then
3510 :
3511else
3512 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
3513See \`config.log' for more details." >&5
3514echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
3515See \`config.log' for more details." >&2;}
3516 { (exit 1); exit 1; }; }
3517fi
3518
3519ac_ext=cc
3520ac_cpp='$CXXCPP $CPPFLAGS'
3521ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3522ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3523ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3524
3525
3526echo "$as_me:$LINENO: checking for egrep" >&5
3527echo $ECHO_N "checking for egrep... $ECHO_C" >&6
3528if test "${ac_cv_prog_egrep+set}" = set; then
3529 echo $ECHO_N "(cached) $ECHO_C" >&6
3530else
3531 if echo a | (grep -E '(a|b)') >/dev/null 2>&1
3532 then ac_cv_prog_egrep='grep -E'
3533 else ac_cv_prog_egrep='egrep'
1349 fi 3534 fi
1350 done
1351 IFS="$ac_save_ifs"
1352fi 3535fi
1353fi 3536echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
1354AWK="$ac_cv_prog_AWK" 3537echo "${ECHO_T}$ac_cv_prog_egrep" >&6
1355if test -n "$AWK"; then 3538 EGREP=$ac_cv_prog_egrep
1356 echo "$ac_t""$AWK" 1>&6
1357else
1358 echo "$ac_t""no" 1>&6
1359fi
1360 3539
1361test -n "$AWK" && break
1362done
1363 3540
1364 3541
3542echo "$as_me:$LINENO: checking for AIX" >&5
1365echo $ac_n "checking for AIX""... $ac_c" 1>&6 3543echo $ECHO_N "checking for AIX... $ECHO_C" >&6
1366echo "configure:1367: checking for AIX" >&5
1367cat > conftest.$ac_ext <<EOF 3544cat >conftest.$ac_ext <<_ACEOF
1368#line 1369 "configure" 3545/* confdefs.h. */
1369#include "confdefs.h" 3546_ACEOF
3547cat confdefs.h >>conftest.$ac_ext
3548cat >>conftest.$ac_ext <<_ACEOF
3549/* end confdefs.h. */
1370#ifdef _AIX 3550#ifdef _AIX
1371 yes 3551 yes
1372#endif 3552#endif
1373 3553
1374EOF 3554_ACEOF
1375if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 3555if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1376 egrep "yes" >/dev/null 2>&1; then 3556 $EGREP "yes" >/dev/null 2>&1; then
1377 rm -rf conftest* 3557 echo "$as_me:$LINENO: result: yes" >&5
1378 echo "$ac_t""yes" 1>&6; cat >> confdefs.h <<\EOF 3558echo "${ECHO_T}yes" >&6
3559cat >>confdefs.h <<\_ACEOF
1379#define _ALL_SOURCE 1 3560#define _ALL_SOURCE 1
1380EOF 3561_ACEOF
1381 3562
1382else 3563else
1383 rm -rf conftest* 3564 echo "$as_me:$LINENO: result: no" >&5
1384 echo "$ac_t""no" 1>&6 3565echo "${ECHO_T}no" >&6
1385fi 3566fi
1386rm -f conftest* 3567rm -f conftest*
1387 3568
1388 3569
1389echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6 3570echo "$as_me:$LINENO: checking for library containing strerror" >&5
1390echo "configure:1391: checking for POSIXized ISC" >&5 3571echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6
1391if test -d /etc/conf/kconfig.d && 3572if test "${ac_cv_search_strerror+set}" = set; then
1392 grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1 3573 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 3574else
1403 CC="$CC -Xp" 3575 ac_func_search_save_LIBS=$LIBS
1404 fi 3576ac_cv_search_strerror=no
3577cat >conftest.$ac_ext <<_ACEOF
3578/* confdefs.h. */
3579_ACEOF
3580cat confdefs.h >>conftest.$ac_ext
3581cat >>conftest.$ac_ext <<_ACEOF
3582/* end confdefs.h. */
3583
3584/* Override any gcc2 internal prototype to avoid an error. */
3585#ifdef __cplusplus
3586extern "C"
3587#endif
3588/* We use char because int might match the return type of a gcc2
3589 builtin and then its argument prototype would still apply. */
3590char strerror ();
3591int
3592main ()
3593{
3594strerror ();
3595 ;
3596 return 0;
3597}
3598_ACEOF
3599rm -f conftest.$ac_objext conftest$ac_exeext
3600if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3601 (eval $ac_link) 2>conftest.er1
3602 ac_status=$?
3603 grep -v '^ *+' conftest.er1 >conftest.err
3604 rm -f conftest.er1
3605 cat conftest.err >&5
3606 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3607 (exit $ac_status); } &&
3608 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3609 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3610 (eval $ac_try) 2>&5
3611 ac_status=$?
3612 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3613 (exit $ac_status); }; } &&
3614 { ac_try='test -s conftest$ac_exeext'
3615 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3616 (eval $ac_try) 2>&5
3617 ac_status=$?
3618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3619 (exit $ac_status); }; }; then
3620 ac_cv_search_strerror="none required"
1405else 3621else
1406 echo "$ac_t""no" 1>&6 3622 echo "$as_me: failed program was:" >&5
1407 ISC= 3623sed 's/^/| /' conftest.$ac_ext >&5
3624
3625fi
3626rm -f conftest.err conftest.$ac_objext \
3627 conftest$ac_exeext conftest.$ac_ext
3628if test "$ac_cv_search_strerror" = no; then
3629 for ac_lib in cposix; do
3630 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
3631 cat >conftest.$ac_ext <<_ACEOF
3632/* confdefs.h. */
3633_ACEOF
3634cat confdefs.h >>conftest.$ac_ext
3635cat >>conftest.$ac_ext <<_ACEOF
3636/* end confdefs.h. */
3637
3638/* Override any gcc2 internal prototype to avoid an error. */
3639#ifdef __cplusplus
3640extern "C"
3641#endif
3642/* We use char because int might match the return type of a gcc2
3643 builtin and then its argument prototype would still apply. */
3644char strerror ();
3645int
3646main ()
3647{
3648strerror ();
3649 ;
3650 return 0;
3651}
3652_ACEOF
3653rm -f conftest.$ac_objext conftest$ac_exeext
3654if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3655 (eval $ac_link) 2>conftest.er1
3656 ac_status=$?
3657 grep -v '^ *+' conftest.er1 >conftest.err
3658 rm -f conftest.er1
3659 cat conftest.err >&5
3660 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3661 (exit $ac_status); } &&
3662 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3663 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3664 (eval $ac_try) 2>&5
3665 ac_status=$?
3666 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3667 (exit $ac_status); }; } &&
3668 { ac_try='test -s conftest$ac_exeext'
3669 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3670 (eval $ac_try) 2>&5
3671 ac_status=$?
3672 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3673 (exit $ac_status); }; }; then
3674 ac_cv_search_strerror="-l$ac_lib"
3675break
3676else
3677 echo "$as_me: failed program was:" >&5
3678sed 's/^/| /' conftest.$ac_ext >&5
3679
3680fi
3681rm -f conftest.err conftest.$ac_objext \
3682 conftest$ac_exeext conftest.$ac_ext
3683 done
3684fi
3685LIBS=$ac_func_search_save_LIBS
3686fi
3687echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
3688echo "${ECHO_T}$ac_cv_search_strerror" >&6
3689if test "$ac_cv_search_strerror" != no; then
3690 test "$ac_cv_search_strerror" = "none required" || LIBS="$ac_cv_search_strerror $LIBS"
3691
3692fi
3693
3694
3695echo "$as_me:$LINENO: checking for setlocale in -lxpg4" >&5
3696echo $ECHO_N "checking for setlocale in -lxpg4... $ECHO_C" >&6
3697if test "${ac_cv_lib_xpg4_setlocale+set}" = set; then
3698 echo $ECHO_N "(cached) $ECHO_C" >&6
3699else
3700 ac_check_lib_save_LIBS=$LIBS
3701LIBS="-lxpg4 $LIBS"
3702cat >conftest.$ac_ext <<_ACEOF
3703/* confdefs.h. */
3704_ACEOF
3705cat confdefs.h >>conftest.$ac_ext
3706cat >>conftest.$ac_ext <<_ACEOF
3707/* end confdefs.h. */
3708
3709/* Override any gcc2 internal prototype to avoid an error. */
3710#ifdef __cplusplus
3711extern "C"
3712#endif
3713/* We use char because int might match the return type of a gcc2
3714 builtin and then its argument prototype would still apply. */
3715char setlocale ();
3716int
3717main ()
3718{
3719setlocale ();
3720 ;
3721 return 0;
3722}
3723_ACEOF
3724rm -f conftest.$ac_objext conftest$ac_exeext
3725if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3726 (eval $ac_link) 2>conftest.er1
3727 ac_status=$?
3728 grep -v '^ *+' conftest.er1 >conftest.err
3729 rm -f conftest.er1
3730 cat conftest.err >&5
3731 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3732 (exit $ac_status); } &&
3733 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3734 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3735 (eval $ac_try) 2>&5
3736 ac_status=$?
3737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3738 (exit $ac_status); }; } &&
3739 { ac_try='test -s conftest$ac_exeext'
3740 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3741 (eval $ac_try) 2>&5
3742 ac_status=$?
3743 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3744 (exit $ac_status); }; }; then
3745 ac_cv_lib_xpg4_setlocale=yes
3746else
3747 echo "$as_me: failed program was:" >&5
3748sed 's/^/| /' conftest.$ac_ext >&5
3749
3750ac_cv_lib_xpg4_setlocale=no
3751fi
3752rm -f conftest.err conftest.$ac_objext \
3753 conftest$ac_exeext conftest.$ac_ext
3754LIBS=$ac_check_lib_save_LIBS
3755fi
3756echo "$as_me:$LINENO: result: $ac_cv_lib_xpg4_setlocale" >&5
3757echo "${ECHO_T}$ac_cv_lib_xpg4_setlocale" >&6
3758if test $ac_cv_lib_xpg4_setlocale = yes; then
3759 LIBS="$LIBS -lxpg4"
3760fi
3761
3762
3763echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
3764echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
3765if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
3766 echo $ECHO_N "(cached) $ECHO_C" >&6
3767else
3768 ac_check_lib_save_LIBS=$LIBS
3769LIBS="-lnsl $LIBS"
3770cat >conftest.$ac_ext <<_ACEOF
3771/* confdefs.h. */
3772_ACEOF
3773cat confdefs.h >>conftest.$ac_ext
3774cat >>conftest.$ac_ext <<_ACEOF
3775/* end confdefs.h. */
3776
3777/* Override any gcc2 internal prototype to avoid an error. */
3778#ifdef __cplusplus
3779extern "C"
3780#endif
3781/* We use char because int might match the return type of a gcc2
3782 builtin and then its argument prototype would still apply. */
3783char gethostbyname ();
3784int
3785main ()
3786{
3787gethostbyname ();
3788 ;
3789 return 0;
3790}
3791_ACEOF
3792rm -f conftest.$ac_objext conftest$ac_exeext
3793if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3794 (eval $ac_link) 2>conftest.er1
3795 ac_status=$?
3796 grep -v '^ *+' conftest.er1 >conftest.err
3797 rm -f conftest.er1
3798 cat conftest.err >&5
3799 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3800 (exit $ac_status); } &&
3801 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3802 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3803 (eval $ac_try) 2>&5
3804 ac_status=$?
3805 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3806 (exit $ac_status); }; } &&
3807 { ac_try='test -s conftest$ac_exeext'
3808 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3809 (eval $ac_try) 2>&5
3810 ac_status=$?
3811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3812 (exit $ac_status); }; }; then
3813 ac_cv_lib_nsl_gethostbyname=yes
3814else
3815 echo "$as_me: failed program was:" >&5
3816sed 's/^/| /' conftest.$ac_ext >&5
3817
3818ac_cv_lib_nsl_gethostbyname=no
3819fi
3820rm -f conftest.err conftest.$ac_objext \
3821 conftest$ac_exeext conftest.$ac_ext
3822LIBS=$ac_check_lib_save_LIBS
3823fi
3824echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
3825echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
3826if test $ac_cv_lib_nsl_gethostbyname = yes; then
3827 LIBS="$LIBS -lnsl"
3828fi
3829
3830echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
3831echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
3832if test "${ac_cv_lib_socket_socket+set}" = set; then
3833 echo $ECHO_N "(cached) $ECHO_C" >&6
3834else
3835 ac_check_lib_save_LIBS=$LIBS
3836LIBS="-lsocket $LIBS"
3837cat >conftest.$ac_ext <<_ACEOF
3838/* confdefs.h. */
3839_ACEOF
3840cat confdefs.h >>conftest.$ac_ext
3841cat >>conftest.$ac_ext <<_ACEOF
3842/* end confdefs.h. */
3843
3844/* Override any gcc2 internal prototype to avoid an error. */
3845#ifdef __cplusplus
3846extern "C"
3847#endif
3848/* We use char because int might match the return type of a gcc2
3849 builtin and then its argument prototype would still apply. */
3850char socket ();
3851int
3852main ()
3853{
3854socket ();
3855 ;
3856 return 0;
3857}
3858_ACEOF
3859rm -f conftest.$ac_objext conftest$ac_exeext
3860if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3861 (eval $ac_link) 2>conftest.er1
3862 ac_status=$?
3863 grep -v '^ *+' conftest.er1 >conftest.err
3864 rm -f conftest.er1
3865 cat conftest.err >&5
3866 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3867 (exit $ac_status); } &&
3868 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3869 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3870 (eval $ac_try) 2>&5
3871 ac_status=$?
3872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3873 (exit $ac_status); }; } &&
3874 { ac_try='test -s conftest$ac_exeext'
3875 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3876 (eval $ac_try) 2>&5
3877 ac_status=$?
3878 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3879 (exit $ac_status); }; }; then
3880 ac_cv_lib_socket_socket=yes
3881else
3882 echo "$as_me: failed program was:" >&5
3883sed 's/^/| /' conftest.$ac_ext >&5
3884
3885ac_cv_lib_socket_socket=no
3886fi
3887rm -f conftest.err conftest.$ac_objext \
3888 conftest$ac_exeext conftest.$ac_ext
3889LIBS=$ac_check_lib_save_LIBS
3890fi
3891echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
3892echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6
3893if test $ac_cv_lib_socket_socket = yes; then
3894 LIBS="$LIBS -lsocket"
1408fi 3895fi
1409 3896
1410 3897
1411# Check whether --enable-shared or --disable-shared was given. 3898# Check whether --enable-shared or --disable-shared was given.
1412if test "${enable_shared+set}" = set; then 3899if test "${enable_shared+set}" = set; then
1427 IFS="$ac_save_ifs" 3914 IFS="$ac_save_ifs"
1428 ;; 3915 ;;
1429esac 3916esac
1430else 3917else
1431 enable_shared=no 3918 enable_shared=no
1432fi
1433# Check whether --enable-static or --disable-static was given. 3919fi; # Check whether --enable-static or --disable-static was given.
1434if test "${enable_static+set}" = set; then 3920if test "${enable_static+set}" = set; then
1435 enableval="$enable_static" 3921 enableval="$enable_static"
1436 p=${PACKAGE-default} 3922 p=${PACKAGE-default}
1437case "$enableval" in 3923case "$enableval" in
1438yes) enable_static=yes ;; 3924yes) enable_static=yes ;;
1449 IFS="$ac_save_ifs" 3935 IFS="$ac_save_ifs"
1450 ;; 3936 ;;
1451esac 3937esac
1452else 3938else
1453 enable_static=yes 3939 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. 3940fi; # Check whether --enable-fast-install or --disable-fast-install was given.
1518if test "${enable_fast_install+set}" = set; then 3941if test "${enable_fast_install+set}" = set; then
1519 enableval="$enable_fast_install" 3942 enableval="$enable_fast_install"
1520 p=${PACKAGE-default} 3943 p=${PACKAGE-default}
1521case "$enableval" in 3944case "$enableval" in
1522yes) enable_fast_install=yes ;; 3945yes) enable_fast_install=yes ;;
1533 IFS="$ac_save_ifs" 3956 IFS="$ac_save_ifs"
1534 ;; 3957 ;;
1535esac 3958esac
1536else 3959else
1537 enable_fast_install=yes 3960 enable_fast_install=yes
1538fi 3961fi;
1539
1540
1541# Make sure we can run config.sub. 3962# Make sure we can run config.sub.
1542if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then : 3963$ac_config_sub sun4 >/dev/null 2>&1 ||
3964 { { 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; } 3965echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1544fi 3966 { (exit 1); exit 1; }; }
1545 3967
1546echo $ac_n "checking host system type""... $ac_c" 1>&6 3968echo "$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 3969echo $ECHO_N "checking build system type... $ECHO_C" >&6
1568echo "configure:1569: checking build system type" >&5 3970if test "${ac_cv_build+set}" = set; then
3971 echo $ECHO_N "(cached) $ECHO_C" >&6
3972else
3973 ac_cv_build_alias=$build_alias
3974test -z "$ac_cv_build_alias" &&
3975 ac_cv_build_alias=`$ac_config_guess`
3976test -z "$ac_cv_build_alias" &&
3977 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
3978echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
3979 { (exit 1); exit 1; }; }
3980ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
3981 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
3982echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
3983 { (exit 1); exit 1; }; }
1569 3984
1570build_alias=$build 3985fi
1571case "$build_alias" in 3986echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1572NONE) 3987echo "${ECHO_T}$ac_cv_build" >&6
1573 case $nonopt in 3988build=$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/'` 3989build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1581build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` 3990build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1582build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` 3991build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1583echo "$ac_t""$build" 1>&6 3992
3993
3994echo "$as_me:$LINENO: checking host system type" >&5
3995echo $ECHO_N "checking host system type... $ECHO_C" >&6
3996if test "${ac_cv_host+set}" = set; then
3997 echo $ECHO_N "(cached) $ECHO_C" >&6
3998else
3999 ac_cv_host_alias=$host_alias
4000test -z "$ac_cv_host_alias" &&
4001 ac_cv_host_alias=$ac_cv_build_alias
4002ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
4003 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
4004echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
4005 { (exit 1); exit 1; }; }
4006
4007fi
4008echo "$as_me:$LINENO: result: $ac_cv_host" >&5
4009echo "${ECHO_T}$ac_cv_host" >&6
4010host=$ac_cv_host
4011host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
4012host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
4013host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
4014
4015
1584 4016
1585# Check whether --with-gnu-ld or --without-gnu-ld was given. 4017# Check whether --with-gnu-ld or --without-gnu-ld was given.
1586if test "${with_gnu_ld+set}" = set; then 4018if test "${with_gnu_ld+set}" = set; then
1587 withval="$with_gnu_ld" 4019 withval="$with_gnu_ld"
1588 test "$withval" = no || with_gnu_ld=yes 4020 test "$withval" = no || with_gnu_ld=yes
1589else 4021else
1590 with_gnu_ld=no 4022 with_gnu_ld=no
1591fi 4023fi;
1592
1593ac_prog=ld 4024ac_prog=ld
1594if test "$GCC" = yes; then 4025if test "$GCC" = yes; then
1595 # Check if gcc -print-prog-name=ld gives a path. 4026 # Check if gcc -print-prog-name=ld gives a path.
4027 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 4028echo $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 4029 case $host in
1599 *-*-mingw*) 4030 *-*-mingw*)
1600 # gcc leaves a trailing carriage return which upsets mingw 4031 # gcc leaves a trailing carriage return which upsets mingw
1601 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; 4032 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
1602 *) 4033 *)
1621 # If it is relative, then search for the first ld in PATH. 4052 # If it is relative, then search for the first ld in PATH.
1622 with_gnu_ld=unknown 4053 with_gnu_ld=unknown
1623 ;; 4054 ;;
1624 esac 4055 esac
1625elif test "$with_gnu_ld" = yes; then 4056elif test "$with_gnu_ld" = yes; then
4057 echo "$as_me:$LINENO: checking for GNU ld" >&5
1626 echo $ac_n "checking for GNU ld""... $ac_c" 1>&6 4058echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
1627echo "configure:1628: checking for GNU ld" >&5
1628else 4059else
4060 echo "$as_me:$LINENO: checking for non-GNU ld" >&5
1629 echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6 4061echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
1630echo "configure:1631: checking for non-GNU ld" >&5
1631fi 4062fi
1632if eval "test \"`echo '$''{'lt_cv_path_LD'+set}'`\" = set"; then 4063if test "${lt_cv_path_LD+set}" = set; then
1633 echo $ac_n "(cached) $ac_c" 1>&6 4064 echo $ECHO_N "(cached) $ECHO_C" >&6
1634else 4065else
1635 if test -z "$LD"; then 4066 if test -z "$LD"; then
1636 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}" 4067 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
1637 for ac_dir in $PATH; do 4068 for ac_dir in $PATH; do
1638 test -z "$ac_dir" && ac_dir=. 4069 test -z "$ac_dir" && ac_dir=.
1654fi 4085fi
1655fi 4086fi
1656 4087
1657LD="$lt_cv_path_LD" 4088LD="$lt_cv_path_LD"
1658if test -n "$LD"; then 4089if test -n "$LD"; then
1659 echo "$ac_t""$LD" 1>&6 4090 echo "$as_me:$LINENO: result: $LD" >&5
4091echo "${ECHO_T}$LD" >&6
1660else 4092else
1661 echo "$ac_t""no" 1>&6 4093 echo "$as_me:$LINENO: result: no" >&5
4094echo "${ECHO_T}no" >&6
1662fi 4095fi
1663test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; } 4096test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
4097echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
4098 { (exit 1); exit 1; }; }
4099echo "$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 4100echo $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 4101if test "${lt_cv_prog_gnu_ld+set}" = set; then
1667 echo $ac_n "(cached) $ac_c" 1>&6 4102 echo $ECHO_N "(cached) $ECHO_C" >&6
1668else 4103else
1669 # I'd rather use --version here, but apparently some GNU ld's only accept -v. 4104 # 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 4105if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
1671 lt_cv_prog_gnu_ld=yes 4106 lt_cv_prog_gnu_ld=yes
1672else 4107else
1673 lt_cv_prog_gnu_ld=no 4108 lt_cv_prog_gnu_ld=no
1674fi 4109fi
1675fi 4110fi
1676 4111echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
1677echo "$ac_t""$lt_cv_prog_gnu_ld" 1>&6 4112echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
1678with_gnu_ld=$lt_cv_prog_gnu_ld 4113with_gnu_ld=$lt_cv_prog_gnu_ld
1679 4114
1680 4115
4116echo "$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 4117echo $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 4118if test "${lt_cv_ld_reload_flag+set}" = set; then
1684 echo $ac_n "(cached) $ac_c" 1>&6 4119 echo $ECHO_N "(cached) $ECHO_C" >&6
1685else 4120else
1686 lt_cv_ld_reload_flag='-r' 4121 lt_cv_ld_reload_flag='-r'
1687fi 4122fi
1688 4123echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
1689echo "$ac_t""$lt_cv_ld_reload_flag" 1>&6 4124echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6
1690reload_flag=$lt_cv_ld_reload_flag 4125reload_flag=$lt_cv_ld_reload_flag
1691test -n "$reload_flag" && reload_flag=" $reload_flag" 4126test -n "$reload_flag" && reload_flag=" $reload_flag"
1692 4127
4128echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
1693echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6 4129echo $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 4130if test "${lt_cv_path_NM+set}" = set; then
1696 echo $ac_n "(cached) $ac_c" 1>&6 4131 echo $ECHO_N "(cached) $ECHO_C" >&6
1697else 4132else
1698 if test -n "$NM"; then 4133 if test -n "$NM"; then
1699 # Let the user override the test. 4134 # Let the user override the test.
1700 lt_cv_path_NM="$NM" 4135 lt_cv_path_NM="$NM"
1701else 4136else
1724 test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm 4159 test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
1725fi 4160fi
1726fi 4161fi
1727 4162
1728NM="$lt_cv_path_NM" 4163NM="$lt_cv_path_NM"
1729echo "$ac_t""$NM" 1>&6 4164echo "$as_me:$LINENO: result: $NM" >&5
4165echo "${ECHO_T}$NM" >&6
1730 4166
4167echo "$as_me:$LINENO: checking whether ln -s works" >&5
1731echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 4168echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
1732echo "configure:1733: checking whether ln -s works" >&5 4169LN_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 4170if test "$LN_S" = "ln -s"; then
1747 echo "$ac_t""yes" 1>&6 4171 echo "$as_me:$LINENO: result: yes" >&5
4172echo "${ECHO_T}yes" >&6
1748else 4173else
1749 echo "$ac_t""no" 1>&6 4174 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4175echo "${ECHO_T}no, using $LN_S" >&6
1750fi 4176fi
1751 4177
4178echo "$as_me:$LINENO: checking how to recognise dependant libraries" >&5
1752echo $ac_n "checking how to recognise dependant libraries""... $ac_c" 1>&6 4179echo $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 4180if test "${lt_cv_deplibs_check_method+set}" = set; then
1755 echo $ac_n "(cached) $ac_c" 1>&6 4181 echo $ECHO_N "(cached) $ECHO_C" >&6
1756else 4182else
1757 lt_cv_file_magic_cmd='$MAGIC_CMD' 4183 lt_cv_file_magic_cmd='$MAGIC_CMD'
1758lt_cv_file_magic_test_file= 4184lt_cv_file_magic_test_file=
1759lt_cv_deplibs_check_method='unknown' 4185lt_cv_deplibs_check_method='unknown'
1760# Need to set the preceding variable on all platforms that support 4186# Need to set the preceding variable on all platforms that support
1906 esac 4332 esac
1907 ;; 4333 ;;
1908esac 4334esac
1909 4335
1910fi 4336fi
1911 4337echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
1912echo "$ac_t""$lt_cv_deplibs_check_method" 1>&6 4338echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6
1913file_magic_cmd=$lt_cv_file_magic_cmd 4339file_magic_cmd=$lt_cv_file_magic_cmd
1914deplibs_check_method=$lt_cv_deplibs_check_method 4340deplibs_check_method=$lt_cv_deplibs_check_method
1915 4341
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 4342
1936echo "$ac_t""$ac_cv_objext" 1>&6
1937OBJEXT=$ac_cv_objext
1938ac_objext=$ac_cv_objext
1939 4343
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 4344
1979 4345
1980 4346
1981 4347
1982# Check for command to grab the raw symbol name followed by C symbol from nm. 4348# Check for command to grab the raw symbol name followed by C symbol from nm.
4349echo "$as_me:$LINENO: checking command to parse $NM output" >&5
1983echo $ac_n "checking command to parse $NM output""... $ac_c" 1>&6 4350echo $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 4351if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
1986 echo $ac_n "(cached) $ac_c" 1>&6 4352 echo $ECHO_N "(cached) $ECHO_C" >&6
1987else 4353else
1988 4354
1989# These are sane defaults that work on at least a few old systems. 4355# These are sane defaults that work on at least a few old systems.
1990# [They come from Ultrix. What could be older than Ultrix?!! ;)] 4356# [They come from Ultrix. What could be older than Ultrix?!! ;)]
1991 4357
1992# Character class describing NM global symbol codes. 4358# Character class describing NM global symbol codes.
1993symcode='[BCDEGRST]' 4359symcode='[BCDEGRST]'
2055} 4421}
2056#endif 4422#endif
2057main(){nm_test_var='a';nm_test_func();return(0);} 4423main(){nm_test_var='a';nm_test_func();return(0);}
2058EOF 4424EOF
2059 4425
2060 if { (eval echo configure:2061: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 4426 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4427 (eval $ac_compile) 2>&5
4428 ac_status=$?
4429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4430 (exit $ac_status); }; then
2061 # Now try to grab the symbols. 4431 # Now try to grab the symbols.
2062 nlist=conftest.nm 4432 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 4433 if { (eval echo "$as_me:$LINENO: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5
4434 (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
4435 ac_status=$?
4436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4437 (exit $ac_status); } && test -s "$nlist"; then
2064 # Try sorting and uniquifying the output. 4438 # Try sorting and uniquifying the output.
2065 if sort "$nlist" | uniq > "$nlist"T; then 4439 if sort "$nlist" | uniq > "$nlist"T; then
2066 mv -f "$nlist"T "$nlist" 4440 mv -f "$nlist"T "$nlist"
2067 else 4441 else
2068 rm -f "$nlist"T 4442 rm -f "$nlist"T
2109 mv conftest.$ac_objext conftstm.$ac_objext 4483 mv conftest.$ac_objext conftstm.$ac_objext
2110 save_LIBS="$LIBS" 4484 save_LIBS="$LIBS"
2111 save_CFLAGS="$CFLAGS" 4485 save_CFLAGS="$CFLAGS"
2112 LIBS="conftstm.$ac_objext" 4486 LIBS="conftstm.$ac_objext"
2113 CFLAGS="$CFLAGS$no_builtin_flag" 4487 CFLAGS="$CFLAGS$no_builtin_flag"
2114 if { (eval echo configure:2115: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 4488 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4489 (eval $ac_link) 2>&5
4490 ac_status=$?
4491 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4492 (exit $ac_status); } && test -s conftest; then
2115 pipe_works=yes 4493 pipe_works=yes
2116 fi 4494 fi
2117 LIBS="$save_LIBS" 4495 LIBS="$save_LIBS"
2118 CFLAGS="$save_CFLAGS" 4496 CFLAGS="$save_CFLAGS"
2119 else 4497 else
2146 global_symbol_to_cdecl= 4524 global_symbol_to_cdecl=
2147else 4525else
2148 global_symbol_to_cdecl="$lt_cv_global_symbol_to_cdecl" 4526 global_symbol_to_cdecl="$lt_cv_global_symbol_to_cdecl"
2149fi 4527fi
2150if test -z "$global_symbol_pipe$global_symbol_to_cdecl"; then 4528if test -z "$global_symbol_pipe$global_symbol_to_cdecl"; then
2151 echo "$ac_t""failed" 1>&6 4529 echo "$as_me:$LINENO: result: failed" >&5
4530echo "${ECHO_T}failed" >&6
4531else
4532 echo "$as_me:$LINENO: result: ok" >&5
4533echo "${ECHO_T}ok" >&6
4534fi
4535
4536echo "$as_me:$LINENO: checking for ANSI C header files" >&5
4537echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
4538if test "${ac_cv_header_stdc+set}" = set; then
4539 echo $ECHO_N "(cached) $ECHO_C" >&6
4540else
4541 cat >conftest.$ac_ext <<_ACEOF
4542/* confdefs.h. */
4543_ACEOF
4544cat confdefs.h >>conftest.$ac_ext
4545cat >>conftest.$ac_ext <<_ACEOF
4546/* end confdefs.h. */
4547#include <stdlib.h>
4548#include <stdarg.h>
4549#include <string.h>
4550#include <float.h>
4551
4552int
4553main ()
4554{
4555
4556 ;
4557 return 0;
4558}
4559_ACEOF
4560rm -f conftest.$ac_objext
4561if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4562 (eval $ac_compile) 2>conftest.er1
4563 ac_status=$?
4564 grep -v '^ *+' conftest.er1 >conftest.err
4565 rm -f conftest.er1
4566 cat conftest.err >&5
4567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4568 (exit $ac_status); } &&
4569 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4570 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4571 (eval $ac_try) 2>&5
4572 ac_status=$?
4573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4574 (exit $ac_status); }; } &&
4575 { ac_try='test -s conftest.$ac_objext'
4576 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4577 (eval $ac_try) 2>&5
4578 ac_status=$?
4579 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4580 (exit $ac_status); }; }; then
4581 ac_cv_header_stdc=yes
4582else
4583 echo "$as_me: failed program was:" >&5
4584sed 's/^/| /' conftest.$ac_ext >&5
4585
4586ac_cv_header_stdc=no
4587fi
4588rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4589
4590if test $ac_cv_header_stdc = yes; then
4591 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4592 cat >conftest.$ac_ext <<_ACEOF
4593/* confdefs.h. */
4594_ACEOF
4595cat confdefs.h >>conftest.$ac_ext
4596cat >>conftest.$ac_ext <<_ACEOF
4597/* end confdefs.h. */
4598#include <string.h>
4599
4600_ACEOF
4601if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4602 $EGREP "memchr" >/dev/null 2>&1; then
4603 :
4604else
4605 ac_cv_header_stdc=no
4606fi
4607rm -f conftest*
4608
4609fi
4610
4611if test $ac_cv_header_stdc = yes; then
4612 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4613 cat >conftest.$ac_ext <<_ACEOF
4614/* confdefs.h. */
4615_ACEOF
4616cat confdefs.h >>conftest.$ac_ext
4617cat >>conftest.$ac_ext <<_ACEOF
4618/* end confdefs.h. */
4619#include <stdlib.h>
4620
4621_ACEOF
4622if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4623 $EGREP "free" >/dev/null 2>&1; then
4624 :
4625else
4626 ac_cv_header_stdc=no
4627fi
4628rm -f conftest*
4629
4630fi
4631
4632if test $ac_cv_header_stdc = yes; then
4633 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4634 if test "$cross_compiling" = yes; then
4635 :
4636else
4637 cat >conftest.$ac_ext <<_ACEOF
4638/* confdefs.h. */
4639_ACEOF
4640cat confdefs.h >>conftest.$ac_ext
4641cat >>conftest.$ac_ext <<_ACEOF
4642/* end confdefs.h. */
4643#include <ctype.h>
4644#if ((' ' & 0x0FF) == 0x020)
4645# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4646# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
2152else 4647#else
2153 echo "$ac_t""ok" 1>&6 4648# define ISLOWER(c) \
2154fi 4649 (('a' <= (c) && (c) <= 'i') \
4650 || ('j' <= (c) && (c) <= 'r') \
4651 || ('s' <= (c) && (c) <= 'z'))
4652# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4653#endif
2155 4654
2156for ac_hdr in dlfcn.h 4655#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4656int
4657main ()
4658{
4659 int i;
4660 for (i = 0; i < 256; i++)
4661 if (XOR (islower (i), ISLOWER (i))
4662 || toupper (i) != TOUPPER (i))
4663 exit(2);
4664 exit (0);
4665}
4666_ACEOF
4667rm -f conftest$ac_exeext
4668if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4669 (eval $ac_link) 2>&5
4670 ac_status=$?
4671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4672 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
4673 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4674 (eval $ac_try) 2>&5
4675 ac_status=$?
4676 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4677 (exit $ac_status); }; }; then
4678 :
4679else
4680 echo "$as_me: program exited with status $ac_status" >&5
4681echo "$as_me: failed program was:" >&5
4682sed 's/^/| /' conftest.$ac_ext >&5
4683
4684( exit $ac_status )
4685ac_cv_header_stdc=no
4686fi
4687rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
4688fi
4689fi
4690fi
4691echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
4692echo "${ECHO_T}$ac_cv_header_stdc" >&6
4693if test $ac_cv_header_stdc = yes; then
4694
4695cat >>confdefs.h <<\_ACEOF
4696#define STDC_HEADERS 1
4697_ACEOF
4698
4699fi
4700
4701# On IRIX 5.3, sys/types and inttypes.h are conflicting.
4702
4703
4704
4705
4706
4707
4708
4709
4710
4711for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4712 inttypes.h stdint.h unistd.h
2157do 4713do
2158ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 4714as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
4715echo "$as_me:$LINENO: checking for $ac_header" >&5
2159echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 4716echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
2160echo "configure:2161: checking for $ac_hdr" >&5 4717if 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 4718 echo $ECHO_N "(cached) $ECHO_C" >&6
2163else 4719else
2164 cat > conftest.$ac_ext <<EOF 4720 cat >conftest.$ac_ext <<_ACEOF
2165#line 2166 "configure" 4721/* confdefs.h. */
2166#include "confdefs.h" 4722_ACEOF
4723cat confdefs.h >>conftest.$ac_ext
4724cat >>conftest.$ac_ext <<_ACEOF
4725/* end confdefs.h. */
4726$ac_includes_default
4727
2167#include <$ac_hdr> 4728#include <$ac_header>
2168EOF 4729_ACEOF
2169ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4730rm -f conftest.$ac_objext
2170{ (eval echo configure:2171: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4731if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2171ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4732 (eval $ac_compile) 2>conftest.er1
4733 ac_status=$?
4734 grep -v '^ *+' conftest.er1 >conftest.err
4735 rm -f conftest.er1
4736 cat conftest.err >&5
4737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4738 (exit $ac_status); } &&
4739 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4740 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4741 (eval $ac_try) 2>&5
4742 ac_status=$?
4743 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4744 (exit $ac_status); }; } &&
4745 { ac_try='test -s conftest.$ac_objext'
4746 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4747 (eval $ac_try) 2>&5
4748 ac_status=$?
4749 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4750 (exit $ac_status); }; }; then
4751 eval "$as_ac_Header=yes"
4752else
4753 echo "$as_me: failed program was:" >&5
4754sed 's/^/| /' conftest.$ac_ext >&5
4755
4756eval "$as_ac_Header=no"
4757fi
4758rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4759fi
4760echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4761echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4762if test `eval echo '${'$as_ac_Header'}'` = yes; then
4763 cat >>confdefs.h <<_ACEOF
4764#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
4765_ACEOF
4766
4767fi
4768
4769done
4770
4771
4772
4773for ac_header in dlfcn.h
4774do
4775as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
4776if eval "test \"\${$as_ac_Header+set}\" = set"; then
4777 echo "$as_me:$LINENO: checking for $ac_header" >&5
4778echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4779if eval "test \"\${$as_ac_Header+set}\" = set"; then
4780 echo $ECHO_N "(cached) $ECHO_C" >&6
4781fi
4782echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4783echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4784else
4785 # Is the header compilable?
4786echo "$as_me:$LINENO: checking $ac_header usability" >&5
4787echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
4788cat >conftest.$ac_ext <<_ACEOF
4789/* confdefs.h. */
4790_ACEOF
4791cat confdefs.h >>conftest.$ac_ext
4792cat >>conftest.$ac_ext <<_ACEOF
4793/* end confdefs.h. */
4794$ac_includes_default
4795#include <$ac_header>
4796_ACEOF
4797rm -f conftest.$ac_objext
4798if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4799 (eval $ac_compile) 2>conftest.er1
4800 ac_status=$?
4801 grep -v '^ *+' conftest.er1 >conftest.err
4802 rm -f conftest.er1
4803 cat conftest.err >&5
4804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4805 (exit $ac_status); } &&
4806 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4807 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4808 (eval $ac_try) 2>&5
4809 ac_status=$?
4810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4811 (exit $ac_status); }; } &&
4812 { ac_try='test -s conftest.$ac_objext'
4813 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4814 (eval $ac_try) 2>&5
4815 ac_status=$?
4816 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4817 (exit $ac_status); }; }; then
4818 ac_header_compiler=yes
4819else
4820 echo "$as_me: failed program was:" >&5
4821sed 's/^/| /' conftest.$ac_ext >&5
4822
4823ac_header_compiler=no
4824fi
4825rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4826echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
4827echo "${ECHO_T}$ac_header_compiler" >&6
4828
4829# Is the header present?
4830echo "$as_me:$LINENO: checking $ac_header presence" >&5
4831echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
4832cat >conftest.$ac_ext <<_ACEOF
4833/* confdefs.h. */
4834_ACEOF
4835cat confdefs.h >>conftest.$ac_ext
4836cat >>conftest.$ac_ext <<_ACEOF
4837/* end confdefs.h. */
4838#include <$ac_header>
4839_ACEOF
4840if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4841 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4842 ac_status=$?
4843 grep -v '^ *+' conftest.er1 >conftest.err
4844 rm -f conftest.er1
4845 cat conftest.err >&5
4846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4847 (exit $ac_status); } >/dev/null; then
4848 if test -s conftest.err; then
4849 ac_cpp_err=$ac_cxx_preproc_warn_flag
4850 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
4851 else
4852 ac_cpp_err=
4853 fi
4854else
4855 ac_cpp_err=yes
4856fi
2172if test -z "$ac_err"; then 4857if test -z "$ac_cpp_err"; then
2173 rm -rf conftest* 4858 ac_header_preproc=yes
2174 eval "ac_cv_header_$ac_safe=yes"
2175else 4859else
2176 echo "$ac_err" >&5
2177 echo "configure: failed program was:" >&5 4860 echo "$as_me: failed program was:" >&5
2178 cat conftest.$ac_ext >&5 4861sed 's/^/| /' conftest.$ac_ext >&5
2179 rm -rf conftest* 4862
2180 eval "ac_cv_header_$ac_safe=no" 4863 ac_header_preproc=no
2181fi 4864fi
2182rm -f conftest* 4865rm -f conftest.err conftest.$ac_ext
4866echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
4867echo "${ECHO_T}$ac_header_preproc" >&6
4868
4869# So? What about this header?
4870case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
4871 yes:no: )
4872 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
4873echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
4874 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
4875echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
4876 ac_header_preproc=yes
4877 ;;
4878 no:yes:* )
4879 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
4880echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
4881 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
4882echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
4883 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
4884echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
4885 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
4886echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
4887 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
4888echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
4889 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
4890echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
4891 (
4892 cat <<\_ASBOX
4893## ------------------------------------------ ##
4894## Report this to the AC_PACKAGE_NAME lists. ##
4895## ------------------------------------------ ##
4896_ASBOX
4897 ) |
4898 sed "s/^/$as_me: WARNING: /" >&2
4899 ;;
4900esac
4901echo "$as_me:$LINENO: checking for $ac_header" >&5
4902echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4903if eval "test \"\${$as_ac_Header+set}\" = set"; then
4904 echo $ECHO_N "(cached) $ECHO_C" >&6
4905else
4906 eval "$as_ac_Header=\$ac_header_preproc"
2183fi 4907fi
2184if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 4908echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
2185 echo "$ac_t""yes" 1>&6 4909echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
2186 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` 4910
4911fi
4912if test `eval echo '${'$as_ac_Header'}'` = yes; then
2187 cat >> confdefs.h <<EOF 4913 cat >>confdefs.h <<_ACEOF
2188#define $ac_tr_hdr 1 4914#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
2189EOF 4915_ACEOF
2190 4916
2191else
2192 echo "$ac_t""no" 1>&6
2193fi 4917fi
4918
2194done 4919done
2195 4920
2196 4921
2197 4922
2198 4923
2199 4924
2200# Only perform the check for file, if the check method requires it 4925# Only perform the check for file, if the check method requires it
2201case "$deplibs_check_method" in 4926case "$deplibs_check_method" in
2202file_magic*) 4927file_magic*)
2203 if test "$file_magic_cmd" = '$MAGIC_CMD'; then 4928 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
4929 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 4930echo $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 4931if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
2207 echo $ac_n "(cached) $ac_c" 1>&6 4932 echo $ECHO_N "(cached) $ECHO_C" >&6
2208else 4933else
2209 case "$MAGIC_CMD" in 4934 case "$MAGIC_CMD" in
2210 /*) 4935 /*)
2211 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. 4936 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
2212 ;; 4937 ;;
2254esac 4979esac
2255fi 4980fi
2256 4981
2257MAGIC_CMD="$lt_cv_path_MAGIC_CMD" 4982MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
2258if test -n "$MAGIC_CMD"; then 4983if test -n "$MAGIC_CMD"; then
4984 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
2259 echo "$ac_t""$MAGIC_CMD" 1>&6 4985echo "${ECHO_T}$MAGIC_CMD" >&6
2260else 4986else
2261 echo "$ac_t""no" 1>&6 4987 echo "$as_me:$LINENO: result: no" >&5
4988echo "${ECHO_T}no" >&6
2262fi 4989fi
2263 4990
2264if test -z "$lt_cv_path_MAGIC_CMD"; then 4991if test -z "$lt_cv_path_MAGIC_CMD"; then
2265 if test -n "$ac_tool_prefix"; then 4992 if test -n "$ac_tool_prefix"; then
4993 echo "$as_me:$LINENO: checking for file" >&5
2266 echo $ac_n "checking for file""... $ac_c" 1>&6 4994echo $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 4995if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
2269 echo $ac_n "(cached) $ac_c" 1>&6 4996 echo $ECHO_N "(cached) $ECHO_C" >&6
2270else 4997else
2271 case "$MAGIC_CMD" in 4998 case "$MAGIC_CMD" in
2272 /*) 4999 /*)
2273 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. 5000 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
2274 ;; 5001 ;;
2316esac 5043esac
2317fi 5044fi
2318 5045
2319MAGIC_CMD="$lt_cv_path_MAGIC_CMD" 5046MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
2320if test -n "$MAGIC_CMD"; then 5047if test -n "$MAGIC_CMD"; then
5048 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
2321 echo "$ac_t""$MAGIC_CMD" 1>&6 5049echo "${ECHO_T}$MAGIC_CMD" >&6
2322else 5050else
2323 echo "$ac_t""no" 1>&6 5051 echo "$as_me:$LINENO: result: no" >&5
5052echo "${ECHO_T}no" >&6
2324fi 5053fi
2325 5054
2326 else 5055 else
2327 MAGIC_CMD=: 5056 MAGIC_CMD=:
2328 fi 5057 fi
2330 5059
2331 fi 5060 fi
2332 ;; 5061 ;;
2333esac 5062esac
2334 5063
5064if 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. 5065 # 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 5066set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5067echo "$as_me:$LINENO: checking for $ac_word" >&5
2337echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 5068echo $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 5069if test "${ac_cv_prog_RANLIB+set}" = set; then
2340 echo $ac_n "(cached) $ac_c" 1>&6 5070 echo $ECHO_N "(cached) $ECHO_C" >&6
2341else 5071else
2342 if test -n "$RANLIB"; then 5072 if test -n "$RANLIB"; then
2343 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 5073 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
2344else 5074else
2345 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 5075as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2346 ac_dummy="$PATH" 5076for as_dir in $PATH
2347 for ac_dir in $ac_dummy; do 5077do
5078 IFS=$as_save_IFS
2348 test -z "$ac_dir" && ac_dir=. 5079 test -z "$as_dir" && as_dir=.
2349 if test -f $ac_dir/$ac_word; then 5080 for ac_exec_ext in '' $ac_executable_extensions; do
5081 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2350 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 5082 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5083 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2351 break 5084 break 2
2352 fi 5085 fi
2353 done 5086done
2354 IFS="$ac_save_ifs" 5087done
5088
2355fi 5089fi
2356fi 5090fi
2357RANLIB="$ac_cv_prog_RANLIB" 5091RANLIB=$ac_cv_prog_RANLIB
2358if test -n "$RANLIB"; then 5092if test -n "$RANLIB"; then
2359 echo "$ac_t""$RANLIB" 1>&6 5093 echo "$as_me:$LINENO: result: $RANLIB" >&5
5094echo "${ECHO_T}$RANLIB" >&6
2360else 5095else
2361 echo "$ac_t""no" 1>&6 5096 echo "$as_me:$LINENO: result: no" >&5
5097echo "${ECHO_T}no" >&6
2362fi 5098fi
2363 5099
2364 5100fi
2365if test -z "$ac_cv_prog_RANLIB"; then 5101if test -z "$ac_cv_prog_RANLIB"; then
2366if test -n "$ac_tool_prefix"; then 5102 ac_ct_RANLIB=$RANLIB
2367 # Extract the first word of "ranlib", so it can be a program name with args. 5103 # Extract the first word of "ranlib", so it can be a program name with args.
2368set dummy ranlib; ac_word=$2 5104set dummy ranlib; ac_word=$2
5105echo "$as_me:$LINENO: checking for $ac_word" >&5
2369echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 5106echo $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 5107if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
2372 echo $ac_n "(cached) $ac_c" 1>&6 5108 echo $ECHO_N "(cached) $ECHO_C" >&6
2373else 5109else
2374 if test -n "$RANLIB"; then 5110 if test -n "$ac_ct_RANLIB"; then
2375 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 5111 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
2376else 5112else
2377 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 5113as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2378 ac_dummy="$PATH" 5114for as_dir in $PATH
2379 for ac_dir in $ac_dummy; do 5115do
5116 IFS=$as_save_IFS
2380 test -z "$ac_dir" && ac_dir=. 5117 test -z "$as_dir" && as_dir=.
2381 if test -f $ac_dir/$ac_word; then 5118 for ac_exec_ext in '' $ac_executable_extensions; do
5119 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2382 ac_cv_prog_RANLIB="ranlib" 5120 ac_cv_prog_ac_ct_RANLIB="ranlib"
5121 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2383 break 5122 break 2
2384 fi 5123 fi
2385 done 5124done
2386 IFS="$ac_save_ifs" 5125done
5126
2387 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":" 5127 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
2388fi 5128fi
2389fi 5129fi
5130ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5131if test -n "$ac_ct_RANLIB"; then
5132 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5133echo "${ECHO_T}$ac_ct_RANLIB" >&6
5134else
5135 echo "$as_me:$LINENO: result: no" >&5
5136echo "${ECHO_T}no" >&6
5137fi
5138
5139 RANLIB=$ac_ct_RANLIB
5140else
2390RANLIB="$ac_cv_prog_RANLIB" 5141 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 5142fi
2396 5143
2397else 5144if 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. 5145 # 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 5146set dummy ${ac_tool_prefix}strip; ac_word=$2
5147echo "$as_me:$LINENO: checking for $ac_word" >&5
2404echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 5148echo $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 5149if test "${ac_cv_prog_STRIP+set}" = set; then
2407 echo $ac_n "(cached) $ac_c" 1>&6 5150 echo $ECHO_N "(cached) $ECHO_C" >&6
2408else 5151else
2409 if test -n "$STRIP"; then 5152 if test -n "$STRIP"; then
2410 ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 5153 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2411else 5154else
2412 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 5155as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2413 ac_dummy="$PATH" 5156for as_dir in $PATH
2414 for ac_dir in $ac_dummy; do 5157do
5158 IFS=$as_save_IFS
2415 test -z "$ac_dir" && ac_dir=. 5159 test -z "$as_dir" && as_dir=.
2416 if test -f $ac_dir/$ac_word; then 5160 for ac_exec_ext in '' $ac_executable_extensions; do
5161 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2417 ac_cv_prog_STRIP="${ac_tool_prefix}strip" 5162 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5163 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2418 break 5164 break 2
2419 fi 5165 fi
2420 done 5166done
2421 IFS="$ac_save_ifs" 5167done
5168
2422fi 5169fi
2423fi 5170fi
2424STRIP="$ac_cv_prog_STRIP" 5171STRIP=$ac_cv_prog_STRIP
2425if test -n "$STRIP"; then 5172if test -n "$STRIP"; then
2426 echo "$ac_t""$STRIP" 1>&6 5173 echo "$as_me:$LINENO: result: $STRIP" >&5
5174echo "${ECHO_T}$STRIP" >&6
2427else 5175else
2428 echo "$ac_t""no" 1>&6 5176 echo "$as_me:$LINENO: result: no" >&5
5177echo "${ECHO_T}no" >&6
2429fi 5178fi
2430 5179
2431 5180fi
2432if test -z "$ac_cv_prog_STRIP"; then 5181if test -z "$ac_cv_prog_STRIP"; then
2433if test -n "$ac_tool_prefix"; then 5182 ac_ct_STRIP=$STRIP
2434 # Extract the first word of "strip", so it can be a program name with args. 5183 # Extract the first word of "strip", so it can be a program name with args.
2435set dummy strip; ac_word=$2 5184set dummy strip; ac_word=$2
5185echo "$as_me:$LINENO: checking for $ac_word" >&5
2436echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 5186echo $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 5187if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
2439 echo $ac_n "(cached) $ac_c" 1>&6 5188 echo $ECHO_N "(cached) $ECHO_C" >&6
2440else 5189else
2441 if test -n "$STRIP"; then 5190 if test -n "$ac_ct_STRIP"; then
2442 ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 5191 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2443else 5192else
2444 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 5193as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2445 ac_dummy="$PATH" 5194for as_dir in $PATH
2446 for ac_dir in $ac_dummy; do 5195do
5196 IFS=$as_save_IFS
2447 test -z "$ac_dir" && ac_dir=. 5197 test -z "$as_dir" && as_dir=.
2448 if test -f $ac_dir/$ac_word; then 5198 for ac_exec_ext in '' $ac_executable_extensions; do
5199 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2449 ac_cv_prog_STRIP="strip" 5200 ac_cv_prog_ac_ct_STRIP="strip"
5201 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2450 break 5202 break 2
2451 fi 5203 fi
2452 done 5204done
2453 IFS="$ac_save_ifs" 5205done
5206
2454 test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP=":" 5207 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
2455fi 5208fi
2456fi 5209fi
5210ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5211if test -n "$ac_ct_STRIP"; then
5212 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5213echo "${ECHO_T}$ac_ct_STRIP" >&6
5214else
5215 echo "$as_me:$LINENO: result: no" >&5
5216echo "${ECHO_T}no" >&6
5217fi
5218
5219 STRIP=$ac_ct_STRIP
5220else
2457STRIP="$ac_cv_prog_STRIP" 5221 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 5222fi
2468 5223
2469 5224
2470enable_dlopen=no 5225enable_dlopen=no
2471enable_win32_dll=no 5226enable_win32_dll=no
2472 5227
2473# Check whether --enable-libtool-lock or --disable-libtool-lock was given. 5228# Check whether --enable-libtool-lock or --disable-libtool-lock was given.
2474if test "${enable_libtool_lock+set}" = set; then 5229if test "${enable_libtool_lock+set}" = set; then
2475 enableval="$enable_libtool_lock" 5230 enableval="$enable_libtool_lock"
2476 : 5231
2477fi 5232fi;
2478
2479test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes 5233test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
2480 5234
2481# Some flags need to be propagated to the compiler or linker for good 5235# Some flags need to be propagated to the compiler or linker for good
2482# libtool support. 5236# libtool support.
2483case "$host" in 5237case "$host" in
2484*-*-irix6*) 5238*-*-irix6*)
2485 # Find out which ABI we are using. 5239 # Find out which ABI we are using.
2486 echo '#line 2487 "configure"' > conftest.$ac_ext 5240 echo '#line 5240 "configure"' > conftest.$ac_ext
2487 if { (eval echo configure:2488: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5241 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5242 (eval $ac_compile) 2>&5
5243 ac_status=$?
5244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5245 (exit $ac_status); }; then
2488 case "`/usr/bin/file conftest.$ac_objext`" in 5246 case "`/usr/bin/file conftest.$ac_objext`" in
2489 *32-bit*) 5247 *32-bit*)
2490 LD="${LD-ld} -32" 5248 LD="${LD-ld} -32"
2491 ;; 5249 ;;
2492 *N32*) 5250 *N32*)
2502 5260
2503*-*-sco3.2v5*) 5261*-*-sco3.2v5*)
2504 # On SCO OpenServer 5, we need -belf to get full-featured binaries. 5262 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
2505 SAVE_CFLAGS="$CFLAGS" 5263 SAVE_CFLAGS="$CFLAGS"
2506 CFLAGS="$CFLAGS -belf" 5264 CFLAGS="$CFLAGS -belf"
5265 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 5266echo $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 5267if test "${lt_cv_cc_needs_belf+set}" = set; then
2510 echo $ac_n "(cached) $ac_c" 1>&6 5268 echo $ECHO_N "(cached) $ECHO_C" >&6
2511else 5269else
2512 5270
5271
2513 ac_ext=c 5272 ac_ext=c
2514# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2515ac_cpp='$CPP $CPPFLAGS' 5273ac_cpp='$CPP $CPPFLAGS'
2516ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 5274ac_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' 5275ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2518cross_compiling=$ac_cv_prog_cc_cross 5276ac_compiler_gnu=$ac_cv_c_compiler_gnu
2519 5277
2520 cat > conftest.$ac_ext <<EOF 5278 cat >conftest.$ac_ext <<_ACEOF
2521#line 2522 "configure" 5279/* confdefs.h. */
2522#include "confdefs.h" 5280_ACEOF
5281cat confdefs.h >>conftest.$ac_ext
5282cat >>conftest.$ac_ext <<_ACEOF
5283/* end confdefs.h. */
2523 5284
2524int main() { 5285int
5286main ()
5287{
2525 5288
5289 ;
2526; return 0; } 5290 return 0;
2527EOF 5291}
2528if { (eval echo configure:2529: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5292_ACEOF
5293rm -f conftest.$ac_objext conftest$ac_exeext
5294if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5295 (eval $ac_link) 2>conftest.er1
5296 ac_status=$?
5297 grep -v '^ *+' conftest.er1 >conftest.err
2529 rm -rf conftest* 5298 rm -f conftest.er1
5299 cat conftest.err >&5
5300 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5301 (exit $ac_status); } &&
5302 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5303 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5304 (eval $ac_try) 2>&5
5305 ac_status=$?
5306 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5307 (exit $ac_status); }; } &&
5308 { ac_try='test -s conftest$ac_exeext'
5309 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5310 (eval $ac_try) 2>&5
5311 ac_status=$?
5312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5313 (exit $ac_status); }; }; then
2530 lt_cv_cc_needs_belf=yes 5314 lt_cv_cc_needs_belf=yes
2531else 5315else
2532 echo "configure: failed program was:" >&5 5316 echo "$as_me: failed program was:" >&5
2533 cat conftest.$ac_ext >&5 5317sed 's/^/| /' conftest.$ac_ext >&5
2534 rm -rf conftest* 5318
2535 lt_cv_cc_needs_belf=no 5319lt_cv_cc_needs_belf=no
2536fi 5320fi
2537rm -f conftest* 5321rm -f conftest.err conftest.$ac_objext \
5322 conftest$ac_exeext conftest.$ac_ext
2538 ac_ext=c 5323 ac_ext=cc
2539# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2540ac_cpp='$CPP $CPPFLAGS' 5324ac_cpp='$CXXCPP $CPPFLAGS'
2541ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 5325ac_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' 5326ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2543cross_compiling=$ac_cv_prog_cc_cross 5327ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
2544 5328
2545fi 5329fi
2546 5330echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
2547echo "$ac_t""$lt_cv_cc_needs_belf" 1>&6 5331echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
2548 if test x"$lt_cv_cc_needs_belf" != x"yes"; then 5332 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 5333 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
2550 CFLAGS="$SAVE_CFLAGS" 5334 CFLAGS="$SAVE_CFLAGS"
2551 fi 5335 fi
2552 ;; 5336 ;;
2637set dummy $CC 5421set dummy $CC
2638compiler="$2" 5422compiler="$2"
2639 5423
2640## FIXME: this should be a separate macro 5424## FIXME: this should be a separate macro
2641## 5425##
5426echo "$as_me:$LINENO: checking for objdir" >&5
2642echo $ac_n "checking for objdir""... $ac_c" 1>&6 5427echo $ECHO_N "checking for objdir... $ECHO_C" >&6
2643echo "configure:2644: checking for objdir" >&5
2644rm -f .libs 2>/dev/null 5428rm -f .libs 2>/dev/null
2645mkdir .libs 2>/dev/null 5429mkdir .libs 2>/dev/null
2646if test -d .libs; then 5430if test -d .libs; then
2647 objdir=.libs 5431 objdir=.libs
2648else 5432else
2649 # MS-DOS does not allow filenames that begin with a dot. 5433 # MS-DOS does not allow filenames that begin with a dot.
2650 objdir=_libs 5434 objdir=_libs
2651fi 5435fi
2652rmdir .libs 2>/dev/null 5436rmdir .libs 2>/dev/null
5437echo "$as_me:$LINENO: result: $objdir" >&5
2653echo "$ac_t""$objdir" 1>&6 5438echo "${ECHO_T}$objdir" >&6
2654## 5439##
2655## END FIXME 5440## END FIXME
2656 5441
2657 5442
2658## FIXME: this should be a separate macro 5443## FIXME: this should be a separate macro
2659## 5444##
5445
2660# Check whether --with-pic or --without-pic was given. 5446# Check whether --with-pic or --without-pic was given.
2661if test "${with_pic+set}" = set; then 5447if test "${with_pic+set}" = set; then
2662 withval="$with_pic" 5448 withval="$with_pic"
2663 pic_mode="$withval" 5449 pic_mode="$withval"
2664else 5450else
2665 pic_mode=default 5451 pic_mode=default
2666fi 5452fi;
2667
2668test -z "$pic_mode" && pic_mode=default 5453test -z "$pic_mode" && pic_mode=default
2669 5454
2670# We assume here that the value for lt_cv_prog_cc_pic will not be cached 5455# 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 5456# in isolation, and that seeing it set (from the cache) indicates that
2672# the associated values are set (in the cache) correctly too. 5457# the associated values are set (in the cache) correctly too.
5458echo "$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 5459echo $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 5460if test "${lt_cv_prog_cc_pic+set}" = set; then
2676 echo $ac_n "(cached) $ac_c" 1>&6 5461 echo $ECHO_N "(cached) $ECHO_C" >&6
2677else 5462else
2678 lt_cv_prog_cc_pic= 5463 lt_cv_prog_cc_pic=
2679 lt_cv_prog_cc_shlib= 5464 lt_cv_prog_cc_shlib=
2680 lt_cv_prog_cc_wl= 5465 lt_cv_prog_cc_wl=
2681 lt_cv_prog_cc_static= 5466 lt_cv_prog_cc_static=
2804 fi 5589 fi
2805 5590
2806fi 5591fi
2807 5592
2808if test -z "$lt_cv_prog_cc_pic"; then 5593if test -z "$lt_cv_prog_cc_pic"; then
2809 echo "$ac_t""none" 1>&6 5594 echo "$as_me:$LINENO: result: none" >&5
5595echo "${ECHO_T}none" >&6
2810else 5596else
5597 echo "$as_me:$LINENO: result: $lt_cv_prog_cc_pic" >&5
2811 echo "$ac_t""$lt_cv_prog_cc_pic" 1>&6 5598echo "${ECHO_T}$lt_cv_prog_cc_pic" >&6
2812 5599
2813 # Check to make sure the pic_flag actually works. 5600 # Check to make sure the pic_flag actually works.
5601 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 5602echo $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 5603 if test "${lt_cv_prog_cc_pic_works+set}" = set; then
2817 echo $ac_n "(cached) $ac_c" 1>&6 5604 echo $ECHO_N "(cached) $ECHO_C" >&6
2818else 5605else
2819 save_CFLAGS="$CFLAGS" 5606 save_CFLAGS="$CFLAGS"
2820 CFLAGS="$CFLAGS $lt_cv_prog_cc_pic -DPIC" 5607 CFLAGS="$CFLAGS $lt_cv_prog_cc_pic -DPIC"
2821 cat > conftest.$ac_ext <<EOF 5608 cat >conftest.$ac_ext <<_ACEOF
2822#line 2823 "configure" 5609/* confdefs.h. */
2823#include "confdefs.h" 5610_ACEOF
5611cat confdefs.h >>conftest.$ac_ext
5612cat >>conftest.$ac_ext <<_ACEOF
5613/* end confdefs.h. */
2824 5614
2825int main() { 5615int
5616main ()
5617{
2826 5618
5619 ;
2827; return 0; } 5620 return 0;
2828EOF 5621}
2829if { (eval echo configure:2830: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5622_ACEOF
5623rm -f conftest.$ac_objext
5624if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5625 (eval $ac_compile) 2>conftest.er1
5626 ac_status=$?
5627 grep -v '^ *+' conftest.er1 >conftest.err
2830 rm -rf conftest* 5628 rm -f conftest.er1
5629 cat conftest.err >&5
5630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5631 (exit $ac_status); } &&
5632 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5633 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5634 (eval $ac_try) 2>&5
5635 ac_status=$?
5636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5637 (exit $ac_status); }; } &&
5638 { ac_try='test -s conftest.$ac_objext'
5639 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5640 (eval $ac_try) 2>&5
5641 ac_status=$?
5642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5643 (exit $ac_status); }; }; then
2831 case "$host_os" in 5644 case "$host_os" in
2832 hpux9* | hpux10* | hpux11*) 5645 hpux9* | hpux10* | hpux11*)
2833 # On HP-UX, both CC and GCC only warn that PIC is supported... then 5646 # 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 5647 # they create non-PIC objects. So, if there were any warnings, we
2835 # assume that PIC is not supported. 5648 # assume that PIC is not supported.
2841 ;; 5654 ;;
2842 *) 5655 *)
2843 lt_cv_prog_cc_pic_works=yes 5656 lt_cv_prog_cc_pic_works=yes
2844 ;; 5657 ;;
2845 esac 5658 esac
2846 5659
2847else 5660else
2848 echo "configure: failed program was:" >&5 5661 echo "$as_me: failed program was:" >&5
2849 cat conftest.$ac_ext >&5 5662sed 's/^/| /' conftest.$ac_ext >&5
2850 rm -rf conftest* 5663
2851 lt_cv_prog_cc_pic_works=no 5664 lt_cv_prog_cc_pic_works=no
2852 5665
2853fi 5666fi
2854rm -f conftest* 5667rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2855 CFLAGS="$save_CFLAGS" 5668 CFLAGS="$save_CFLAGS"
2856 5669
2857fi 5670fi
2858 5671
2859 5672
2860 if test "X$lt_cv_prog_cc_pic_works" = Xno; then 5673 if test "X$lt_cv_prog_cc_pic_works" = Xno; then
2861 lt_cv_prog_cc_pic= 5674 lt_cv_prog_cc_pic=
2862 lt_cv_prog_cc_can_build_shared=no 5675 lt_cv_prog_cc_can_build_shared=no
2863 else 5676 else
2864 lt_cv_prog_cc_pic=" $lt_cv_prog_cc_pic" 5677 lt_cv_prog_cc_pic=" $lt_cv_prog_cc_pic"
2865 fi 5678 fi
2866 5679
5680 echo "$as_me:$LINENO: result: $lt_cv_prog_cc_pic_works" >&5
2867 echo "$ac_t""$lt_cv_prog_cc_pic_works" 1>&6 5681echo "${ECHO_T}$lt_cv_prog_cc_pic_works" >&6
2868fi 5682fi
2869## 5683##
2870## END FIXME 5684## END FIXME
2871 5685
2872# Check for any special shared library compilation flags. 5686# Check for any special shared library compilation flags.
2873if test -n "$lt_cv_prog_cc_shlib"; then 5687if test -n "$lt_cv_prog_cc_shlib"; then
5688 { 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 5689echo "$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 : 5690 if echo "$old_CC $old_CFLAGS " | egrep -e "[ ]$lt_cv_prog_cc_shlib[ ]" >/dev/null; then :
2876 else 5691 else
5692 { 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 5693echo "$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 5694 lt_cv_prog_cc_can_build_shared=no
2879 fi 5695 fi
2880fi 5696fi
2881 5697
2882## FIXME: this should be a separate macro 5698## FIXME: this should be a separate macro
2883## 5699##
5700echo "$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 5701echo $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 5702if test "${lt_cv_prog_cc_static_works+set}" = set; then
2887 echo $ac_n "(cached) $ac_c" 1>&6 5703 echo $ECHO_N "(cached) $ECHO_C" >&6
2888else 5704else
2889 lt_cv_prog_cc_static_works=no 5705 lt_cv_prog_cc_static_works=no
2890 save_LDFLAGS="$LDFLAGS" 5706 save_LDFLAGS="$LDFLAGS"
2891 LDFLAGS="$LDFLAGS $lt_cv_prog_cc_static" 5707 LDFLAGS="$LDFLAGS $lt_cv_prog_cc_static"
2892 cat > conftest.$ac_ext <<EOF 5708 cat >conftest.$ac_ext <<_ACEOF
2893#line 2894 "configure" 5709/* confdefs.h. */
2894#include "confdefs.h" 5710_ACEOF
5711cat confdefs.h >>conftest.$ac_ext
5712cat >>conftest.$ac_ext <<_ACEOF
5713/* end confdefs.h. */
2895 5714
2896int main() { 5715int
5716main ()
5717{
2897 5718
5719 ;
2898; return 0; } 5720 return 0;
2899EOF 5721}
2900if { (eval echo configure:2901: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5722_ACEOF
5723rm -f conftest.$ac_objext conftest$ac_exeext
5724if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5725 (eval $ac_link) 2>conftest.er1
5726 ac_status=$?
5727 grep -v '^ *+' conftest.er1 >conftest.err
2901 rm -rf conftest* 5728 rm -f conftest.er1
5729 cat conftest.err >&5
5730 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5731 (exit $ac_status); } &&
5732 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5733 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5734 (eval $ac_try) 2>&5
5735 ac_status=$?
5736 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5737 (exit $ac_status); }; } &&
5738 { ac_try='test -s conftest$ac_exeext'
5739 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5740 (eval $ac_try) 2>&5
5741 ac_status=$?
5742 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5743 (exit $ac_status); }; }; then
2902 lt_cv_prog_cc_static_works=yes 5744 lt_cv_prog_cc_static_works=yes
2903else 5745else
2904 echo "configure: failed program was:" >&5 5746 echo "$as_me: failed program was:" >&5
2905 cat conftest.$ac_ext >&5 5747sed 's/^/| /' conftest.$ac_ext >&5
5748
2906fi 5749fi
2907rm -f conftest* 5750rm -f conftest.err conftest.$ac_objext \
5751 conftest$ac_exeext conftest.$ac_ext
2908 LDFLAGS="$save_LDFLAGS" 5752 LDFLAGS="$save_LDFLAGS"
2909 5753
2910fi 5754fi
2911 5755
2912 5756
2913# Belt *and* braces to stop my trousers falling down: 5757# Belt *and* braces to stop my trousers falling down:
2914test "X$lt_cv_prog_cc_static_works" = Xno && lt_cv_prog_cc_static= 5758test "X$lt_cv_prog_cc_static_works" = Xno && lt_cv_prog_cc_static=
5759echo "$as_me:$LINENO: result: $lt_cv_prog_cc_static_works" >&5
2915echo "$ac_t""$lt_cv_prog_cc_static_works" 1>&6 5760echo "${ECHO_T}$lt_cv_prog_cc_static_works" >&6
2916 5761
2917pic_flag="$lt_cv_prog_cc_pic" 5762pic_flag="$lt_cv_prog_cc_pic"
2918special_shlib_compile_flags="$lt_cv_prog_cc_shlib" 5763special_shlib_compile_flags="$lt_cv_prog_cc_shlib"
2919wl="$lt_cv_prog_cc_wl" 5764wl="$lt_cv_prog_cc_wl"
2920link_static_flag="$lt_cv_prog_cc_static" 5765link_static_flag="$lt_cv_prog_cc_static"
2925 5770
2926 5771
2927## FIXME: this should be a separate macro 5772## FIXME: this should be a separate macro
2928## 5773##
2929# Check to see if options -o and -c are simultaneously supported by compiler 5774# Check to see if options -o and -c are simultaneously supported by compiler
5775echo "$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 5776echo $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 5777$rm -r conftest 2>/dev/null
2933mkdir conftest 5778mkdir conftest
2934cd conftest 5779cd conftest
2935echo "int some_variable = 0;" > conftest.$ac_ext 5780echo "int some_variable = 0;" > conftest.$ac_ext
2936mkdir out 5781mkdir out
2941# builds. 5786# builds.
2942chmod -w . 5787chmod -w .
2943save_CFLAGS="$CFLAGS" 5788save_CFLAGS="$CFLAGS"
2944CFLAGS="$CFLAGS -o out/conftest2.$ac_objext" 5789CFLAGS="$CFLAGS -o out/conftest2.$ac_objext"
2945compiler_c_o=no 5790compiler_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 5791if { (eval echo configure:5791: \"$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 5792 # The compiler can only warn and ignore the option if not recognized
2948 # So say no if there are warnings 5793 # So say no if there are warnings
2949 if test -s out/conftest.err; then 5794 if test -s out/conftest.err; then
2950 compiler_c_o=no 5795 compiler_c_o=no
2951 else 5796 else
2954else 5799else
2955 # Append any errors to the config.log. 5800 # Append any errors to the config.log.
2956 cat out/conftest.err 1>&5 5801 cat out/conftest.err 1>&5
2957 compiler_c_o=no 5802 compiler_c_o=no
2958fi 5803fi
5804echo "$as_me:$LINENO: result: $compiler_c_o" >&5
2959echo "$ac_t""$compiler_c_o" 1>&6 5805echo "${ECHO_T}$compiler_c_o" >&6
2960CFLAGS="$save_CFLAGS" 5806CFLAGS="$save_CFLAGS"
2961chmod u+w . 5807chmod u+w .
2962$rm conftest* out/* 5808$rm conftest* out/*
2963rmdir out 5809rmdir out
2964cd .. 5810cd ..
2965rmdir conftest 5811rmdir conftest
2966$rm -r conftest 2>/dev/null 5812$rm -r conftest 2>/dev/null
2967 5813
2968if test x"$compiler_c_o" = x"yes"; then 5814if test x"$compiler_c_o" = x"yes"; then
2969 # Check to see if we can write to a .lo 5815 # Check to see if we can write to a .lo
5816 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 5817echo $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 5818 compiler_o_lo=no
2973 save_CFLAGS="$CFLAGS" 5819 save_CFLAGS="$CFLAGS"
2974 CFLAGS="$CFLAGS -c -o conftest.lo" 5820 CFLAGS="$CFLAGS -c -o conftest.lo"
2975 cat > conftest.$ac_ext <<EOF 5821 cat >conftest.$ac_ext <<_ACEOF
2976#line 2977 "configure" 5822/* confdefs.h. */
2977#include "confdefs.h" 5823_ACEOF
5824cat confdefs.h >>conftest.$ac_ext
5825cat >>conftest.$ac_ext <<_ACEOF
5826/* end confdefs.h. */
2978 5827
2979int main() { 5828int
5829main ()
5830{
2980int some_variable = 0; 5831int some_variable = 0;
5832 ;
2981; return 0; } 5833 return 0;
2982EOF 5834}
2983if { (eval echo configure:2984: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5835_ACEOF
5836rm -f conftest.$ac_objext
5837if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5838 (eval $ac_compile) 2>conftest.er1
5839 ac_status=$?
5840 grep -v '^ *+' conftest.er1 >conftest.err
2984 rm -rf conftest* 5841 rm -f conftest.er1
5842 cat conftest.err >&5
5843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5844 (exit $ac_status); } &&
5845 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5846 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5847 (eval $ac_try) 2>&5
5848 ac_status=$?
5849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5850 (exit $ac_status); }; } &&
5851 { ac_try='test -s conftest.$ac_objext'
5852 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5853 (eval $ac_try) 2>&5
5854 ac_status=$?
5855 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5856 (exit $ac_status); }; }; then
2985 # The compiler can only warn and ignore the option if not recognized 5857 # The compiler can only warn and ignore the option if not recognized
2986 # So say no if there are warnings 5858 # So say no if there are warnings
2987 if test -s conftest.err; then 5859 if test -s conftest.err; then
2988 compiler_o_lo=no 5860 compiler_o_lo=no
2989 else 5861 else
2990 compiler_o_lo=yes 5862 compiler_o_lo=yes
2991 fi 5863 fi
2992 5864
2993else 5865else
2994 echo "configure: failed program was:" >&5 5866 echo "$as_me: failed program was:" >&5
2995 cat conftest.$ac_ext >&5 5867sed 's/^/| /' conftest.$ac_ext >&5
5868
2996fi 5869fi
2997rm -f conftest* 5870rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5871 echo "$as_me:$LINENO: result: $compiler_c_o" >&5
2998 echo "$ac_t""$compiler_c_o" 1>&6 5872echo "${ECHO_T}$compiler_c_o" >&6
2999 CFLAGS="$save_CFLAGS" 5873 CFLAGS="$save_CFLAGS"
3000else 5874else
3001 compiler_o_lo=no 5875 compiler_o_lo=no
3002fi 5876fi
3003## 5877##
3007## 5881##
3008# Check to see if we can do hard links to lock some files if needed 5882# Check to see if we can do hard links to lock some files if needed
3009hard_links="nottested" 5883hard_links="nottested"
3010if test "$compiler_c_o" = no && test "$need_locks" != no; then 5884if test "$compiler_c_o" = no && test "$need_locks" != no; then
3011 # do not overwrite the value of need_locks provided by the user 5885 # do not overwrite the value of need_locks provided by the user
5886 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 5887echo $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 5888 hard_links=yes
3015 $rm conftest* 5889 $rm conftest*
3016 ln conftest.a conftest.b 2>/dev/null && hard_links=no 5890 ln conftest.a conftest.b 2>/dev/null && hard_links=no
3017 touch conftest.a 5891 touch conftest.a
3018 ln conftest.a conftest.b 2>&5 || hard_links=no 5892 ln conftest.a conftest.b 2>&5 || hard_links=no
3019 ln conftest.a conftest.b 2>/dev/null && hard_links=no 5893 ln conftest.a conftest.b 2>/dev/null && hard_links=no
5894 echo "$as_me:$LINENO: result: $hard_links" >&5
3020 echo "$ac_t""$hard_links" 1>&6 5895echo "${ECHO_T}$hard_links" >&6
3021 if test "$hard_links" = no; then 5896 if test "$hard_links" = no; then
5897 { 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 5898echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
3023 need_locks=warn 5899 need_locks=warn
3024 fi 5900 fi
3025else 5901else
3026 need_locks=no 5902 need_locks=no
3027fi 5903fi
3030 5906
3031## FIXME: this should be a separate macro 5907## FIXME: this should be a separate macro
3032## 5908##
3033if test "$GCC" = yes; then 5909if test "$GCC" = yes; then
3034 # Check to see if options -fno-rtti -fno-exceptions are supported by compiler 5910 # Check to see if options -fno-rtti -fno-exceptions are supported by compiler
5911 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 5912echo $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 5913 echo "int some_variable = 0;" > conftest.$ac_ext
3038 save_CFLAGS="$CFLAGS" 5914 save_CFLAGS="$CFLAGS"
3039 CFLAGS="$CFLAGS -fno-rtti -fno-exceptions -c conftest.$ac_ext" 5915 CFLAGS="$CFLAGS -fno-rtti -fno-exceptions -c conftest.$ac_ext"
3040 compiler_rtti_exceptions=no 5916 compiler_rtti_exceptions=no
3041 cat > conftest.$ac_ext <<EOF 5917 cat >conftest.$ac_ext <<_ACEOF
3042#line 3043 "configure" 5918/* confdefs.h. */
3043#include "confdefs.h" 5919_ACEOF
5920cat confdefs.h >>conftest.$ac_ext
5921cat >>conftest.$ac_ext <<_ACEOF
5922/* end confdefs.h. */
3044 5923
3045int main() { 5924int
5925main ()
5926{
3046int some_variable = 0; 5927int some_variable = 0;
5928 ;
3047; return 0; } 5929 return 0;
3048EOF 5930}
3049if { (eval echo configure:3050: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5931_ACEOF
5932rm -f conftest.$ac_objext
5933if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5934 (eval $ac_compile) 2>conftest.er1
5935 ac_status=$?
5936 grep -v '^ *+' conftest.er1 >conftest.err
3050 rm -rf conftest* 5937 rm -f conftest.er1
5938 cat conftest.err >&5
5939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5940 (exit $ac_status); } &&
5941 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5942 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5943 (eval $ac_try) 2>&5
5944 ac_status=$?
5945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5946 (exit $ac_status); }; } &&
5947 { ac_try='test -s conftest.$ac_objext'
5948 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5949 (eval $ac_try) 2>&5
5950 ac_status=$?
5951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5952 (exit $ac_status); }; }; then
3051 # The compiler can only warn and ignore the option if not recognized 5953 # The compiler can only warn and ignore the option if not recognized
3052 # So say no if there are warnings 5954 # So say no if there are warnings
3053 if test -s conftest.err; then 5955 if test -s conftest.err; then
3054 compiler_rtti_exceptions=no 5956 compiler_rtti_exceptions=no
3055 else 5957 else
3056 compiler_rtti_exceptions=yes 5958 compiler_rtti_exceptions=yes
3057 fi 5959 fi
3058 5960
3059else 5961else
3060 echo "configure: failed program was:" >&5 5962 echo "$as_me: failed program was:" >&5
3061 cat conftest.$ac_ext >&5 5963sed 's/^/| /' conftest.$ac_ext >&5
5964
3062fi 5965fi
3063rm -f conftest* 5966rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3064 CFLAGS="$save_CFLAGS" 5967 CFLAGS="$save_CFLAGS"
5968 echo "$as_me:$LINENO: result: $compiler_rtti_exceptions" >&5
3065 echo "$ac_t""$compiler_rtti_exceptions" 1>&6 5969echo "${ECHO_T}$compiler_rtti_exceptions" >&6
3066 5970
3067 if test "$compiler_rtti_exceptions" = "yes"; then 5971 if test "$compiler_rtti_exceptions" = "yes"; then
3068 no_builtin_flag=' -fno-builtin -fno-rtti -fno-exceptions' 5972 no_builtin_flag=' -fno-builtin -fno-rtti -fno-exceptions'
3069 else 5973 else
3070 no_builtin_flag=' -fno-builtin' 5974 no_builtin_flag=' -fno-builtin'
3074## END FIXME 5978## END FIXME
3075 5979
3076## FIXME: this should be a separate macro 5980## FIXME: this should be a separate macro
3077## 5981##
3078# See if the linker supports building shared libraries. 5982# See if the linker supports building shared libraries.
5983echo "$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 5984echo $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 5985
3082allow_undefined_flag= 5986allow_undefined_flag=
3083no_undefined_flag= 5987no_undefined_flag=
3084need_lib_prefix=unknown 5988need_lib_prefix=unknown
3085need_version=unknown 5989need_version=unknown
3632 *) 6536 *)
3633 ld_shlibs=no 6537 ld_shlibs=no
3634 ;; 6538 ;;
3635 esac 6539 esac
3636fi 6540fi
6541echo "$as_me:$LINENO: result: $ld_shlibs" >&5
3637echo "$ac_t""$ld_shlibs" 1>&6 6542echo "${ECHO_T}$ld_shlibs" >&6
3638test "$ld_shlibs" = no && can_build_shared=no 6543test "$ld_shlibs" = no && can_build_shared=no
3639## 6544##
3640## END FIXME 6545## END FIXME
3641 6546
3642## FIXME: this should be a separate macro 6547## FIXME: this should be a separate macro
3643## 6548##
3644# Check hardcoding attributes. 6549# Check hardcoding attributes.
6550echo "$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 6551echo $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= 6552hardcode_action=
3648if test -n "$hardcode_libdir_flag_spec" || \ 6553if test -n "$hardcode_libdir_flag_spec" || \
3649 test -n "$runpath_var"; then 6554 test -n "$runpath_var"; then
3650 6555
3651 # We can hardcode non-existant directories. 6556 # We can hardcode non-existant directories.
3664else 6569else
3665 # We cannot hardcode anything, or else we can only hardcode existing 6570 # We cannot hardcode anything, or else we can only hardcode existing
3666 # directories. 6571 # directories.
3667 hardcode_action=unsupported 6572 hardcode_action=unsupported
3668fi 6573fi
6574echo "$as_me:$LINENO: result: $hardcode_action" >&5
3669echo "$ac_t""$hardcode_action" 1>&6 6575echo "${ECHO_T}$hardcode_action" >&6
3670## 6576##
3671## END FIXME 6577## END FIXME
3672 6578
3673## FIXME: this should be a separate macro 6579## FIXME: this should be a separate macro
3674## 6580##
3675striplib= 6581striplib=
3676old_striplib= 6582old_striplib=
6583echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
3677echo $ac_n "checking whether stripping libraries is possible""... $ac_c" 1>&6 6584echo $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 6585if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
3680 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" 6586 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
3681 test -z "$striplib" && striplib="$STRIP --strip-unneeded" 6587 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
3682 echo "$ac_t""yes" 1>&6 6588 echo "$as_me:$LINENO: result: yes" >&5
6589echo "${ECHO_T}yes" >&6
3683else 6590else
3684 echo "$ac_t""no" 1>&6 6591 echo "$as_me:$LINENO: result: no" >&5
6592echo "${ECHO_T}no" >&6
3685fi 6593fi
3686## 6594##
3687## END FIXME 6595## END FIXME
3688 6596
3689reload_cmds='$LD$reload_flag -o $output$reload_objs' 6597reload_cmds='$LD$reload_flag -o $output$reload_objs'
3690test -z "$deplibs_check_method" && deplibs_check_method=unknown 6598test -z "$deplibs_check_method" && deplibs_check_method=unknown
3691 6599
3692## FIXME: this should be a separate macro 6600## FIXME: this should be a separate macro
3693## 6601##
3694# PORTME Fill in your ld.so characteristics 6602# PORTME Fill in your ld.so characteristics
6603echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
3695echo $ac_n "checking dynamic linker characteristics""... $ac_c" 1>&6 6604echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
3696echo "configure:3697: checking dynamic linker characteristics" >&5
3697library_names_spec= 6605library_names_spec=
3698libname_spec='lib$name' 6606libname_spec='lib$name'
3699soname_spec= 6607soname_spec=
3700postinstall_cmds= 6608postinstall_cmds=
3701postuninstall_cmds= 6609postuninstall_cmds=
4017 6925
4018*) 6926*)
4019 dynamic_linker=no 6927 dynamic_linker=no
4020 ;; 6928 ;;
4021esac 6929esac
6930echo "$as_me:$LINENO: result: $dynamic_linker" >&5
4022echo "$ac_t""$dynamic_linker" 1>&6 6931echo "${ECHO_T}$dynamic_linker" >&6
4023test "$dynamic_linker" = no && can_build_shared=no 6932test "$dynamic_linker" = no && can_build_shared=no
4024## 6933##
4025## END FIXME 6934## END FIXME
4026 6935
4027## FIXME: this should be a separate macro 6936## FIXME: this should be a separate macro
4028## 6937##
4029# Report the final consequences. 6938# Report the final consequences.
6939echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
4030echo $ac_n "checking if libtool supports shared libraries""... $ac_c" 1>&6 6940echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6
4031echo "configure:4032: checking if libtool supports shared libraries" >&5 6941echo "$as_me:$LINENO: result: $can_build_shared" >&5
4032echo "$ac_t""$can_build_shared" 1>&6 6942echo "${ECHO_T}$can_build_shared" >&6
4033## 6943##
4034## END FIXME 6944## END FIXME
4035 6945
4036if test "$hardcode_action" = relink; then 6946if test "$hardcode_action" = relink; then
4037 # Fast installation is not supported 6947 # Fast installation is not supported
4066 lt_cv_dlopen="LoadLibrary" 6976 lt_cv_dlopen="LoadLibrary"
4067 lt_cv_dlopen_libs= 6977 lt_cv_dlopen_libs=
4068 ;; 6978 ;;
4069 6979
4070 *) 6980 *)
6981 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
4071 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6 6982echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
4072echo "configure:4073: checking for dlopen in -ldl" >&5 6983if 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 6984 echo $ECHO_N "(cached) $ECHO_C" >&6
4076else 6985else
4077 ac_save_LIBS="$LIBS" 6986 ac_check_lib_save_LIBS=$LIBS
4078LIBS="-ldl $LIBS" 6987LIBS="-ldl $LIBS"
4079cat > conftest.$ac_ext <<EOF 6988cat >conftest.$ac_ext <<_ACEOF
4080#line 4081 "configure" 6989/* confdefs.h. */
4081#include "confdefs.h" 6990_ACEOF
6991cat confdefs.h >>conftest.$ac_ext
6992cat >>conftest.$ac_ext <<_ACEOF
6993/* end confdefs.h. */
6994
4082/* Override any gcc2 internal prototype to avoid an error. */ 6995/* Override any gcc2 internal prototype to avoid an error. */
6996#ifdef __cplusplus
6997extern "C"
6998#endif
4083/* We use char because int might match the return type of a gcc2 6999/* We use char because int might match the return type of a gcc2
4084 builtin and then its argument prototype would still apply. */ 7000 builtin and then its argument prototype would still apply. */
4085char dlopen(); 7001char dlopen ();
4086 7002int
4087int main() { 7003main ()
7004{
4088dlopen() 7005dlopen ();
7006 ;
4089; return 0; } 7007 return 0;
4090EOF 7008}
4091if { (eval echo configure:4092: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7009_ACEOF
7010rm -f conftest.$ac_objext conftest$ac_exeext
7011if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7012 (eval $ac_link) 2>conftest.er1
7013 ac_status=$?
7014 grep -v '^ *+' conftest.er1 >conftest.err
4092 rm -rf conftest* 7015 rm -f conftest.er1
4093 eval "ac_cv_lib_$ac_lib_var=yes" 7016 cat conftest.err >&5
7017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7018 (exit $ac_status); } &&
7019 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7020 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7021 (eval $ac_try) 2>&5
7022 ac_status=$?
7023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7024 (exit $ac_status); }; } &&
7025 { ac_try='test -s conftest$ac_exeext'
7026 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7027 (eval $ac_try) 2>&5
7028 ac_status=$?
7029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7030 (exit $ac_status); }; }; then
7031 ac_cv_lib_dl_dlopen=yes
4094else 7032else
4095 echo "configure: failed program was:" >&5 7033 echo "$as_me: failed program was:" >&5
4096 cat conftest.$ac_ext >&5 7034sed 's/^/| /' conftest.$ac_ext >&5
4097 rm -rf conftest* 7035
4098 eval "ac_cv_lib_$ac_lib_var=no" 7036ac_cv_lib_dl_dlopen=no
4099fi 7037fi
4100rm -f conftest* 7038rm -f conftest.err conftest.$ac_objext \
7039 conftest$ac_exeext conftest.$ac_ext
4101LIBS="$ac_save_LIBS" 7040LIBS=$ac_check_lib_save_LIBS
4102
4103fi 7041fi
4104if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 7042echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
4105 echo "$ac_t""yes" 1>&6 7043echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
7044if test $ac_cv_lib_dl_dlopen = yes; then
4106 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" 7045 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
4107else 7046else
4108 echo "$ac_t""no" 1>&6 7047 echo "$as_me:$LINENO: checking for dlopen" >&5
4109echo $ac_n "checking for dlopen""... $ac_c" 1>&6 7048echo $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 7049if test "${ac_cv_func_dlopen+set}" = set; then
4112 echo $ac_n "(cached) $ac_c" 1>&6 7050 echo $ECHO_N "(cached) $ECHO_C" >&6
4113else 7051else
4114 cat > conftest.$ac_ext <<EOF 7052 cat >conftest.$ac_ext <<_ACEOF
4115#line 4116 "configure" 7053/* confdefs.h. */
4116#include "confdefs.h" 7054_ACEOF
7055cat confdefs.h >>conftest.$ac_ext
7056cat >>conftest.$ac_ext <<_ACEOF
7057/* end confdefs.h. */
7058/* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
7059 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7060#define dlopen innocuous_dlopen
7061
4117/* System header to define __stub macros and hopefully few prototypes, 7062/* System header to define __stub macros and hopefully few prototypes,
4118 which can conflict with char dlopen(); below. */ 7063 which can conflict with char dlopen (); below.
7064 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7065 <limits.h> exists even on freestanding compilers. */
7066
7067#ifdef __STDC__
7068# include <limits.h>
7069#else
4119#include <assert.h> 7070# include <assert.h>
7071#endif
7072
7073#undef dlopen
7074
4120/* Override any gcc2 internal prototype to avoid an error. */ 7075/* Override any gcc2 internal prototype to avoid an error. */
7076#ifdef __cplusplus
7077extern "C"
7078{
7079#endif
4121/* We use char because int might match the return type of a gcc2 7080/* We use char because int might match the return type of a gcc2
4122 builtin and then its argument prototype would still apply. */ 7081 builtin and then its argument prototype would still apply. */
4123char dlopen(); 7082char dlopen ();
4124
4125int main() {
4126
4127/* The GNU C library defines this for functions which it implements 7083/* The GNU C library defines this for functions which it implements
4128 to always fail with ENOSYS. Some functions are actually named 7084 to always fail with ENOSYS. Some functions are actually named
4129 something starting with __ and the normal name is an alias. */ 7085 something starting with __ and the normal name is an alias. */
4130#if defined (__stub_dlopen) || defined (__stub___dlopen) 7086#if defined (__stub_dlopen) || defined (__stub___dlopen)
4131choke me 7087choke me
4132#else 7088#else
4133dlopen(); 7089char (*f) () = dlopen;
4134#endif 7090#endif
7091#ifdef __cplusplus
7092}
7093#endif
4135 7094
7095int
7096main ()
7097{
7098return f != dlopen;
7099 ;
4136; return 0; } 7100 return 0;
4137EOF 7101}
4138if { (eval echo configure:4139: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7102_ACEOF
7103rm -f conftest.$ac_objext conftest$ac_exeext
7104if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7105 (eval $ac_link) 2>conftest.er1
7106 ac_status=$?
7107 grep -v '^ *+' conftest.er1 >conftest.err
4139 rm -rf conftest* 7108 rm -f conftest.er1
7109 cat conftest.err >&5
7110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7111 (exit $ac_status); } &&
7112 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7113 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7114 (eval $ac_try) 2>&5
7115 ac_status=$?
7116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7117 (exit $ac_status); }; } &&
7118 { ac_try='test -s conftest$ac_exeext'
7119 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7120 (eval $ac_try) 2>&5
7121 ac_status=$?
7122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7123 (exit $ac_status); }; }; then
4140 eval "ac_cv_func_dlopen=yes" 7124 ac_cv_func_dlopen=yes
4141else 7125else
4142 echo "configure: failed program was:" >&5 7126 echo "$as_me: failed program was:" >&5
4143 cat conftest.$ac_ext >&5 7127sed 's/^/| /' conftest.$ac_ext >&5
4144 rm -rf conftest* 7128
4145 eval "ac_cv_func_dlopen=no" 7129ac_cv_func_dlopen=no
4146fi 7130fi
4147rm -f conftest* 7131rm -f conftest.err conftest.$ac_objext \
7132 conftest$ac_exeext conftest.$ac_ext
4148fi 7133fi
4149 7134echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
7135echo "${ECHO_T}$ac_cv_func_dlopen" >&6
4150if eval "test \"`echo '$ac_cv_func_'dlopen`\" = yes"; then 7136if test $ac_cv_func_dlopen = yes; then
4151 echo "$ac_t""yes" 1>&6
4152 lt_cv_dlopen="dlopen" 7137 lt_cv_dlopen="dlopen"
4153else 7138else
4154 echo "$ac_t""no" 1>&6 7139 echo "$as_me:$LINENO: checking for shl_load" >&5
4155echo $ac_n "checking for shl_load""... $ac_c" 1>&6 7140echo $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 7141if test "${ac_cv_func_shl_load+set}" = set; then
4158 echo $ac_n "(cached) $ac_c" 1>&6 7142 echo $ECHO_N "(cached) $ECHO_C" >&6
4159else 7143else
4160 cat > conftest.$ac_ext <<EOF 7144 cat >conftest.$ac_ext <<_ACEOF
4161#line 4162 "configure" 7145/* confdefs.h. */
4162#include "confdefs.h" 7146_ACEOF
7147cat confdefs.h >>conftest.$ac_ext
7148cat >>conftest.$ac_ext <<_ACEOF
7149/* end confdefs.h. */
7150/* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
7151 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7152#define shl_load innocuous_shl_load
7153
4163/* System header to define __stub macros and hopefully few prototypes, 7154/* System header to define __stub macros and hopefully few prototypes,
4164 which can conflict with char shl_load(); below. */ 7155 which can conflict with char shl_load (); below.
7156 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7157 <limits.h> exists even on freestanding compilers. */
7158
7159#ifdef __STDC__
7160# include <limits.h>
7161#else
4165#include <assert.h> 7162# include <assert.h>
7163#endif
7164
7165#undef shl_load
7166
4166/* Override any gcc2 internal prototype to avoid an error. */ 7167/* Override any gcc2 internal prototype to avoid an error. */
7168#ifdef __cplusplus
7169extern "C"
7170{
7171#endif
4167/* We use char because int might match the return type of a gcc2 7172/* We use char because int might match the return type of a gcc2
4168 builtin and then its argument prototype would still apply. */ 7173 builtin and then its argument prototype would still apply. */
4169char shl_load(); 7174char shl_load ();
4170
4171int main() {
4172
4173/* The GNU C library defines this for functions which it implements 7175/* The GNU C library defines this for functions which it implements
4174 to always fail with ENOSYS. Some functions are actually named 7176 to always fail with ENOSYS. Some functions are actually named
4175 something starting with __ and the normal name is an alias. */ 7177 something starting with __ and the normal name is an alias. */
4176#if defined (__stub_shl_load) || defined (__stub___shl_load) 7178#if defined (__stub_shl_load) || defined (__stub___shl_load)
4177choke me 7179choke me
4178#else 7180#else
4179shl_load(); 7181char (*f) () = shl_load;
4180#endif 7182#endif
7183#ifdef __cplusplus
7184}
7185#endif
4181 7186
7187int
7188main ()
7189{
7190return f != shl_load;
7191 ;
4182; return 0; } 7192 return 0;
4183EOF 7193}
4184if { (eval echo configure:4185: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7194_ACEOF
7195rm -f conftest.$ac_objext conftest$ac_exeext
7196if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7197 (eval $ac_link) 2>conftest.er1
7198 ac_status=$?
7199 grep -v '^ *+' conftest.er1 >conftest.err
4185 rm -rf conftest* 7200 rm -f conftest.er1
7201 cat conftest.err >&5
7202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7203 (exit $ac_status); } &&
7204 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7205 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7206 (eval $ac_try) 2>&5
7207 ac_status=$?
7208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7209 (exit $ac_status); }; } &&
7210 { ac_try='test -s conftest$ac_exeext'
7211 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7212 (eval $ac_try) 2>&5
7213 ac_status=$?
7214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7215 (exit $ac_status); }; }; then
4186 eval "ac_cv_func_shl_load=yes" 7216 ac_cv_func_shl_load=yes
4187else 7217else
4188 echo "configure: failed program was:" >&5 7218 echo "$as_me: failed program was:" >&5
4189 cat conftest.$ac_ext >&5 7219sed 's/^/| /' conftest.$ac_ext >&5
4190 rm -rf conftest* 7220
4191 eval "ac_cv_func_shl_load=no" 7221ac_cv_func_shl_load=no
4192fi 7222fi
4193rm -f conftest* 7223rm -f conftest.err conftest.$ac_objext \
7224 conftest$ac_exeext conftest.$ac_ext
4194fi 7225fi
4195 7226echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
7227echo "${ECHO_T}$ac_cv_func_shl_load" >&6
4196if eval "test \"`echo '$ac_cv_func_'shl_load`\" = yes"; then 7228if test $ac_cv_func_shl_load = yes; then
4197 echo "$ac_t""yes" 1>&6
4198 lt_cv_dlopen="shl_load" 7229 lt_cv_dlopen="shl_load"
4199else 7230else
4200 echo "$ac_t""no" 1>&6 7231 echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
4201echo $ac_n "checking for dlopen in -lsvld""... $ac_c" 1>&6 7232echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6
4202echo "configure:4203: checking for dlopen in -lsvld" >&5 7233if 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 7234 echo $ECHO_N "(cached) $ECHO_C" >&6
4206else 7235else
4207 ac_save_LIBS="$LIBS" 7236 ac_check_lib_save_LIBS=$LIBS
4208LIBS="-lsvld $LIBS" 7237LIBS="-lsvld $LIBS"
4209cat > conftest.$ac_ext <<EOF 7238cat >conftest.$ac_ext <<_ACEOF
4210#line 4211 "configure" 7239/* confdefs.h. */
4211#include "confdefs.h" 7240_ACEOF
7241cat confdefs.h >>conftest.$ac_ext
7242cat >>conftest.$ac_ext <<_ACEOF
7243/* end confdefs.h. */
7244
4212/* Override any gcc2 internal prototype to avoid an error. */ 7245/* Override any gcc2 internal prototype to avoid an error. */
7246#ifdef __cplusplus
7247extern "C"
7248#endif
4213/* We use char because int might match the return type of a gcc2 7249/* We use char because int might match the return type of a gcc2
4214 builtin and then its argument prototype would still apply. */ 7250 builtin and then its argument prototype would still apply. */
4215char dlopen(); 7251char dlopen ();
4216 7252int
4217int main() { 7253main ()
7254{
4218dlopen() 7255dlopen ();
7256 ;
4219; return 0; } 7257 return 0;
4220EOF 7258}
4221if { (eval echo configure:4222: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7259_ACEOF
7260rm -f conftest.$ac_objext conftest$ac_exeext
7261if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7262 (eval $ac_link) 2>conftest.er1
7263 ac_status=$?
7264 grep -v '^ *+' conftest.er1 >conftest.err
4222 rm -rf conftest* 7265 rm -f conftest.er1
4223 eval "ac_cv_lib_$ac_lib_var=yes" 7266 cat conftest.err >&5
7267 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7268 (exit $ac_status); } &&
7269 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7270 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7271 (eval $ac_try) 2>&5
7272 ac_status=$?
7273 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7274 (exit $ac_status); }; } &&
7275 { ac_try='test -s conftest$ac_exeext'
7276 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7277 (eval $ac_try) 2>&5
7278 ac_status=$?
7279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7280 (exit $ac_status); }; }; then
7281 ac_cv_lib_svld_dlopen=yes
4224else 7282else
4225 echo "configure: failed program was:" >&5 7283 echo "$as_me: failed program was:" >&5
4226 cat conftest.$ac_ext >&5 7284sed 's/^/| /' conftest.$ac_ext >&5
4227 rm -rf conftest* 7285
4228 eval "ac_cv_lib_$ac_lib_var=no" 7286ac_cv_lib_svld_dlopen=no
4229fi 7287fi
4230rm -f conftest* 7288rm -f conftest.err conftest.$ac_objext \
7289 conftest$ac_exeext conftest.$ac_ext
4231LIBS="$ac_save_LIBS" 7290LIBS=$ac_check_lib_save_LIBS
4232
4233fi 7291fi
4234if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 7292echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
4235 echo "$ac_t""yes" 1>&6 7293echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6
7294if test $ac_cv_lib_svld_dlopen = yes; then
4236 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld" 7295 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
4237else 7296else
4238 echo "$ac_t""no" 1>&6 7297 echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
4239echo $ac_n "checking for shl_load in -ldld""... $ac_c" 1>&6 7298echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6
4240echo "configure:4241: checking for shl_load in -ldld" >&5 7299if 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 7300 echo $ECHO_N "(cached) $ECHO_C" >&6
4244else 7301else
4245 ac_save_LIBS="$LIBS" 7302 ac_check_lib_save_LIBS=$LIBS
4246LIBS="-ldld $LIBS" 7303LIBS="-ldld $LIBS"
4247cat > conftest.$ac_ext <<EOF 7304cat >conftest.$ac_ext <<_ACEOF
4248#line 4249 "configure" 7305/* confdefs.h. */
4249#include "confdefs.h" 7306_ACEOF
7307cat confdefs.h >>conftest.$ac_ext
7308cat >>conftest.$ac_ext <<_ACEOF
7309/* end confdefs.h. */
7310
4250/* Override any gcc2 internal prototype to avoid an error. */ 7311/* Override any gcc2 internal prototype to avoid an error. */
7312#ifdef __cplusplus
7313extern "C"
7314#endif
4251/* We use char because int might match the return type of a gcc2 7315/* We use char because int might match the return type of a gcc2
4252 builtin and then its argument prototype would still apply. */ 7316 builtin and then its argument prototype would still apply. */
4253char shl_load(); 7317char shl_load ();
4254 7318int
4255int main() { 7319main ()
7320{
4256shl_load() 7321shl_load ();
7322 ;
4257; return 0; } 7323 return 0;
4258EOF 7324}
4259if { (eval echo configure:4260: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7325_ACEOF
7326rm -f conftest.$ac_objext conftest$ac_exeext
7327if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7328 (eval $ac_link) 2>conftest.er1
7329 ac_status=$?
7330 grep -v '^ *+' conftest.er1 >conftest.err
4260 rm -rf conftest* 7331 rm -f conftest.er1
4261 eval "ac_cv_lib_$ac_lib_var=yes" 7332 cat conftest.err >&5
7333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7334 (exit $ac_status); } &&
7335 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7336 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7337 (eval $ac_try) 2>&5
7338 ac_status=$?
7339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7340 (exit $ac_status); }; } &&
7341 { ac_try='test -s conftest$ac_exeext'
7342 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7343 (eval $ac_try) 2>&5
7344 ac_status=$?
7345 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7346 (exit $ac_status); }; }; then
7347 ac_cv_lib_dld_shl_load=yes
4262else 7348else
4263 echo "configure: failed program was:" >&5 7349 echo "$as_me: failed program was:" >&5
4264 cat conftest.$ac_ext >&5 7350sed 's/^/| /' conftest.$ac_ext >&5
4265 rm -rf conftest* 7351
4266 eval "ac_cv_lib_$ac_lib_var=no" 7352ac_cv_lib_dld_shl_load=no
4267fi 7353fi
4268rm -f conftest* 7354rm -f conftest.err conftest.$ac_objext \
7355 conftest$ac_exeext conftest.$ac_ext
4269LIBS="$ac_save_LIBS" 7356LIBS=$ac_check_lib_save_LIBS
4270
4271fi 7357fi
4272if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 7358echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
4273 echo "$ac_t""yes" 1>&6 7359echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6
7360if test $ac_cv_lib_dld_shl_load = yes; then
4274 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld" 7361 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"
4275else
4276 echo "$ac_t""no" 1>&6
4277fi 7362fi
4278 7363
4279
4280fi
4281 7364
4282
4283fi 7365fi
4284 7366
4285
4286fi
4287 7367
4288 7368fi
7369
7370
7371fi
7372
7373
4289fi 7374fi
4290 7375
4291 ;; 7376 ;;
4292 esac 7377 esac
4293 7378
4306 eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" 7391 eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
4307 7392
4308 save_LIBS="$LIBS" 7393 save_LIBS="$LIBS"
4309 LIBS="$lt_cv_dlopen_libs $LIBS" 7394 LIBS="$lt_cv_dlopen_libs $LIBS"
4310 7395
7396 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 7397echo $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 7398if test "${lt_cv_dlopen_self+set}" = set; then
4314 echo $ac_n "(cached) $ac_c" 1>&6 7399 echo $ECHO_N "(cached) $ECHO_C" >&6
4315else 7400else
4316 if test "$cross_compiling" = yes; then : 7401 if test "$cross_compiling" = yes; then :
4317 lt_cv_dlopen_self=cross 7402 lt_cv_dlopen_self=cross
4318else 7403else
4319 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 7404 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
4320 lt_status=$lt_dlunknown 7405 lt_status=$lt_dlunknown
4321 cat > conftest.$ac_ext <<EOF 7406 cat > conftest.$ac_ext <<EOF
4322#line 4323 "configure" 7407#line 7407 "configure"
4323#include "confdefs.h" 7408#include "confdefs.h"
4324 7409
4325#if HAVE_DLFCN_H 7410#if HAVE_DLFCN_H
4326#include <dlfcn.h> 7411#include <dlfcn.h>
4327#endif 7412#endif
4378 } 7463 }
4379 7464
4380 exit (status); 7465 exit (status);
4381} 7466}
4382EOF 7467EOF
4383 if { (eval echo configure:4384: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} 2>/dev/null; then 7468 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7469 (eval $ac_link) 2>&5
7470 ac_status=$?
7471 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7472 (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
4384 (./conftest; exit; ) 2>/dev/null 7473 (./conftest; exit; ) 2>/dev/null
4385 lt_status=$? 7474 lt_status=$?
4386 case x$lt_status in 7475 case x$lt_status in
4387 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;; 7476 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
4388 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;; 7477 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
4393 lt_cv_dlopen_self=no 7482 lt_cv_dlopen_self=no
4394 fi 7483 fi
4395fi 7484fi
4396rm -fr conftest* 7485rm -fr conftest*
4397 7486
4398
4399fi
4400 7487
7488fi
7489echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
4401echo "$ac_t""$lt_cv_dlopen_self" 1>&6 7490echo "${ECHO_T}$lt_cv_dlopen_self" >&6
4402 7491
4403 if test "x$lt_cv_dlopen_self" = xyes; then 7492 if test "x$lt_cv_dlopen_self" = xyes; then
4404 LDFLAGS="$LDFLAGS $link_static_flag" 7493 LDFLAGS="$LDFLAGS $link_static_flag"
7494 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 7495echo $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 7496if test "${lt_cv_dlopen_self_static+set}" = set; then
4408 echo $ac_n "(cached) $ac_c" 1>&6 7497 echo $ECHO_N "(cached) $ECHO_C" >&6
4409else 7498else
4410 if test "$cross_compiling" = yes; then : 7499 if test "$cross_compiling" = yes; then :
4411 lt_cv_dlopen_self_static=cross 7500 lt_cv_dlopen_self_static=cross
4412else 7501else
4413 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 7502 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
4414 lt_status=$lt_dlunknown 7503 lt_status=$lt_dlunknown
4415 cat > conftest.$ac_ext <<EOF 7504 cat > conftest.$ac_ext <<EOF
4416#line 4417 "configure" 7505#line 7505 "configure"
4417#include "confdefs.h" 7506#include "confdefs.h"
4418 7507
4419#if HAVE_DLFCN_H 7508#if HAVE_DLFCN_H
4420#include <dlfcn.h> 7509#include <dlfcn.h>
4421#endif 7510#endif
4472 } 7561 }
4473 7562
4474 exit (status); 7563 exit (status);
4475} 7564}
4476EOF 7565EOF
4477 if { (eval echo configure:4478: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} 2>/dev/null; then 7566 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7567 (eval $ac_link) 2>&5
7568 ac_status=$?
7569 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7570 (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
4478 (./conftest; exit; ) 2>/dev/null 7571 (./conftest; exit; ) 2>/dev/null
4479 lt_status=$? 7572 lt_status=$?
4480 case x$lt_status in 7573 case x$lt_status in
4481 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;; 7574 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
4482 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;; 7575 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
4487 lt_cv_dlopen_self_static=no 7580 lt_cv_dlopen_self_static=no
4488 fi 7581 fi
4489fi 7582fi
4490rm -fr conftest* 7583rm -fr conftest*
4491 7584
4492
4493fi
4494 7585
7586fi
7587echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
4495echo "$ac_t""$lt_cv_dlopen_self_static" 1>&6 7588echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6
4496 fi 7589 fi
4497 7590
4498 CPPFLAGS="$save_CPPFLAGS" 7591 CPPFLAGS="$save_CPPFLAGS"
4499 LDFLAGS="$save_LDFLAGS" 7592 LDFLAGS="$save_LDFLAGS"
4500 LIBS="$save_LIBS" 7593 LIBS="$save_LIBS"
4522 ;; 7615 ;;
4523 '$CC '*) 7616 '$CC '*)
4524 # Test whether the compiler implicitly links with -lc since on some 7617 # Test whether the compiler implicitly links with -lc since on some
4525 # systems, -lgcc has to come before -lc. If gcc already passes -lc 7618 # systems, -lgcc has to come before -lc. If gcc already passes -lc
4526 # to ld, don't add -lc before -lgcc. 7619 # to ld, don't add -lc before -lgcc.
7620 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 7621echo $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 7622 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then
4530 echo $ac_n "(cached) $ac_c" 1>&6 7623 echo $ECHO_N "(cached) $ECHO_C" >&6
4531else 7624else
4532 $rm conftest* 7625 $rm conftest*
4533 echo 'static int dummy;' > conftest.$ac_ext 7626 echo 'static int dummy;' > conftest.$ac_ext
4534 7627
4535 if { (eval echo configure:4536: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 7628 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7629 (eval $ac_compile) 2>&5
7630 ac_status=$?
7631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7632 (exit $ac_status); }; then
4536 soname=conftest 7633 soname=conftest
4537 lib=conftest 7634 lib=conftest
4538 libobjs=conftest.$ac_objext 7635 libobjs=conftest.$ac_objext
4539 deplibs= 7636 deplibs=
4540 wl=$lt_cv_prog_cc_wl 7637 wl=$lt_cv_prog_cc_wl
4543 verstring= 7640 verstring=
4544 output_objdir=. 7641 output_objdir=.
4545 libname=conftest 7642 libname=conftest
4546 save_allow_undefined_flag=$allow_undefined_flag 7643 save_allow_undefined_flag=$allow_undefined_flag
4547 allow_undefined_flag= 7644 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; } 7645 if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
7646 (eval $archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
7647 ac_status=$?
7648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7649 (exit $ac_status); }
4549 then 7650 then
4550 lt_cv_archive_cmds_need_lc=no 7651 lt_cv_archive_cmds_need_lc=no
4551 else 7652 else
4552 lt_cv_archive_cmds_need_lc=yes 7653 lt_cv_archive_cmds_need_lc=yes
4553 fi 7654 fi
4555 else 7656 else
4556 cat conftest.err 1>&5 7657 cat conftest.err 1>&5
4557 fi 7658 fi
4558fi 7659fi
4559 7660
7661 echo "$as_me:$LINENO: result: $lt_cv_archive_cmds_need_lc" >&5
4560 echo "$ac_t""$lt_cv_archive_cmds_need_lc" 1>&6 7662echo "${ECHO_T}$lt_cv_archive_cmds_need_lc" >&6
4561 ;; 7663 ;;
4562 esac 7664 esac
4563fi 7665fi
4564need_lc=${lt_cv_archive_cmds_need_lc-yes} 7666need_lc=${lt_cv_archive_cmds_need_lc-yes}
4565## 7667##
5130 8232
5131MALLOC_TYPE=S 8233MALLOC_TYPE=S
5132support_addstrings=no 8234support_addstrings=no
5133support_frills=no 8235support_frills=no
5134support_linespace=no 8236support_linespace=no
5135support_graphics=no
5136support_inheritpixmap=no 8237support_inheritpixmap=no
8238support_tinting=no
5137support_keepscrolling=no 8239support_keepscrolling=no
5138support_selectionscrolling=no 8240support_selectionscrolling=no
5139support_menubar=no 8241support_menubar=no
5140support_mousewheel=no 8242support_mousewheel=no
5141support_mouseslipwheel=no 8243support_mouseslipwheel=no
5142support_oldselection=no
5143support_utmp=no 8244support_utmp=no
5144support_wtmp=no 8245support_wtmp=no
5145support_lastlog=no 8246support_lastlog=no
5146support_cursor_blink=no 8247support_cursor_blink=no
8248support_text_blink=no
5147support_pointer_blank=no 8249support_pointer_blank=no
5148support_scroll_rxvt=no 8250support_scroll_rxvt=no
5149support_scroll_next=no 8251support_scroll_next=no
5150support_scroll_xterm=no 8252support_scroll_xterm=no
8253support_scroll_plain=no
5151support_xim=no 8254support_xim=no
5152support_xpm=no 8255support_xpm=no
5153support_xft=no 8256support_xft=no
5154support_unicode3=no 8257support_unicode3=no
8258support_combining=no
8259support_8bitctrls=no
5155codesets= 8260codesets=
5156 8261
5157 8262
5158if test "x$enable_shared" = xyes; then 8263if test "x$enable_shared" = xyes; then
8264
5159 cat >> confdefs.h <<\EOF 8265cat >>confdefs.h <<\_ACEOF
5160#define LIBRXVT 1 8266#define LIBRXVT 1
5161EOF 8267_ACEOF
5162 8268
5163 INSTALL_LIBRXVT=yes 8269 INSTALL_LIBRXVT=yes
5164fi 8270fi
5165 8271
5166 8272
5169 enableval="$enable_everything" 8275 enableval="$enable_everything"
5170 if test x$enableval = xyes; then 8276 if test x$enableval = xyes; then
5171 support_24bit=yes 8277 support_24bit=yes
5172 support_frills=yes 8278 support_frills=yes
5173 support_linespace=yes 8279 support_linespace=yes
5174 support_graphics=yes
5175 support_inheritpixmap=yes 8280 support_inheritpixmap=yes
8281 support_tinting=yes
5176 support_keepscrolling=yes 8282 support_keepscrolling=yes
5177 support_selectionscrolling=yes 8283 support_selectionscrolling=yes
5178 support_lastlog=yes 8284 support_lastlog=yes
5179 support_menubar=yes 8285 support_menubar=yes
5180 support_mousewheel=yes 8286 support_mousewheel=yes
5181 support_mouseslipwheel=yes 8287 support_mouseslipwheel=yes
5182 support_oldselection=yes
5183 support_cursor_blink=yes 8288 support_cursor_blink=yes
8289 support_text_blink=yes
5184 support_pointer_blank=yes 8290 support_pointer_blank=yes
5185 support_scroll_rxvt=yes 8291 support_scroll_rxvt=yes
5186 support_scroll_next=yes 8292 support_scroll_next=yes
5187 support_scroll_xterm=yes 8293 support_scroll_xterm=yes
8294 support_scroll_plain=yes
5188 support_utmp=yes 8295 support_utmp=yes
5189 support_wtmp=yes 8296 support_wtmp=yes
5190 support_xim=yes 8297 support_xim=yes
5191 support_xpm=yes 8298 support_xpm=yes
5192 support_xft=yes 8299 support_xft=yes
5193 support_unicode3=yes 8300 support_unicode3=yes
8301 support_combining=yes
8302 #support_8bitctrls=yes
5194 codesets=all 8303 codesets=all
5195 fi 8304 fi
5196fi 8305fi;
5197
5198
5199echo
5200if test x$support_inheritpixmap = xyes; then
5201 support_inheritpixmap=no
5202 echo "******* transparency support disabled, does not work"
5203fi
5204if test x$support_xpm = xyes; then
5205 support_xpm=no
5206 echo "******* pixmap support disabled, does not work"
5207fi
5208if test x$support_graphics = xyes; then
5209 support_graphics=no
5210 echo "******* graphics support disabled, does not work"
5211fi
5212if test x$support_menubar = xyes; then
5213 support_menubar=no
5214 echo "******* menubar support disabled, does not work"
5215fi
5216echo
5217 8306
5218# Check whether --enable-unicode3 or --disable-unicode3 was given. 8307# Check whether --enable-unicode3 or --disable-unicode3 was given.
5219if test "${enable_unicode3+set}" = set; then 8308if test "${enable_unicode3+set}" = set; then
5220 enableval="$enable_unicode3" 8309 enableval="$enable_unicode3"
5221 if test x$enableval = xyes; then 8310 if test x$enableval = xyes -o x$enableval = xno; then
5222 support_unicode3=yes 8311 support_unicode3=yes
5223 fi 8312 fi
5224fi 8313fi;
5225 8314
8315# Check whether --enable-combining or --disable-combining was given.
8316if test "${enable_combining+set}" = set; then
8317 enableval="$enable_combining"
8318 if test x$enableval = xyes -o x$enableval = xno; then
8319 support_combining=yes
8320 fi
8321fi;
5226 8322
5227# Check whether --enable-xft or --disable-xft was given. 8323# Check whether --enable-xft or --disable-xft was given.
5228if test "${enable_xft+set}" = set; then 8324if test "${enable_xft+set}" = set; then
5229 enableval="$enable_xft" 8325 enableval="$enable_xft"
5230 if test x$enableval = xyes; then 8326 if test x$enableval = xyes -o x$enableval = xno; then
5231 support_xft=yes 8327 support_xft=yes
5232 fi 8328 fi
5233fi 8329fi;
5234
5235
5236# Check whether --with-codesets or --without-codesets was given.
5237if test "${with_codesets+set}" = set; then
5238 withval="$with_codesets"
5239 if test x$enableval = xyes; then
5240 codesets="$withval"
5241 fi
5242fi
5243
5244
5245# Check whether --with-encoding or --without-encoding was given.
5246if test "${with_encoding+set}" = set; then
5247 withval="$with_encoding"
5248 if test x$enableval = xyes; then
5249 withval=`echo $withval | tr 'a-z' 'A-Z'`
5250 cat >> confdefs.h <<EOF
5251#define MULTICHAR_ENCODING $withval
5252EOF
5253
5254 fi
5255fi
5256
5257 8330
5258# Check whether --enable-utmp or --disable-utmp was given. 8331# Check whether --enable-utmp or --disable-utmp was given.
5259if test "${enable_utmp+set}" = set; then 8332if test "${enable_utmp+set}" = set; then
5260 enableval="$enable_utmp" 8333 enableval="$enable_utmp"
5261 if test x$enableval = xyes -o x$enableval = xno; then 8334 if test x$enableval = xyes -o x$enableval = xno; then
5262 support_utmp=$enableval 8335 support_utmp=$enableval
5263 fi 8336 fi
5264fi 8337fi;
5265
5266 8338
5267# Check whether --enable-wtmp or --disable-wtmp was given. 8339# Check whether --enable-wtmp or --disable-wtmp was given.
5268if test "${enable_wtmp+set}" = set; then 8340if test "${enable_wtmp+set}" = set; then
5269 enableval="$enable_wtmp" 8341 enableval="$enable_wtmp"
5270 if test x$enableval = xyes -o x$enableval = xno; then 8342 if test x$enableval = xyes -o x$enableval = xno; then
5271 support_wtmp=$enableval 8343 support_wtmp=$enableval
5272 fi 8344 fi
5273fi 8345fi;
5274
5275 8346
5276# Check whether --enable-lastlog or --disable-lastlog was given. 8347# Check whether --enable-lastlog or --disable-lastlog was given.
5277if test "${enable_lastlog+set}" = set; then 8348if test "${enable_lastlog+set}" = set; then
5278 enableval="$enable_lastlog" 8349 enableval="$enable_lastlog"
5279 if test x$enableval = xyes -o x$enableval = xno; then 8350 if test x$enableval = xyes -o x$enableval = xno; then
5280 support_lastlog=$enableval 8351 support_lastlog=$enableval
5281 fi 8352 fi
5282fi 8353fi;
5283
5284 8354
5285# Check whether --enable-xpm-background or --disable-xpm-background was given. 8355# Check whether --enable-xpm-background or --disable-xpm-background was given.
5286if test "${enable_xpm_background+set}" = set; then 8356if test "${enable_xpm_background+set}" = set; then
5287 enableval="$enable_xpm_background" 8357 enableval="$enable_xpm_background"
5288 if test x$enableval = xyes -o x$enableval = xno; then 8358 if test x$enableval = xyes -o x$enableval = xno; then
5289 support_xpm=$enableval 8359 support_xpm=$enableval
5290 fi 8360 fi
5291fi 8361fi;
5292
5293 8362
5294# Check whether --enable-transparency or --disable-transparency was given. 8363# Check whether --enable-transparency or --disable-transparency was given.
5295if test "${enable_transparency+set}" = set; then 8364if test "${enable_transparency+set}" = set; then
5296 enableval="$enable_transparency" 8365 enableval="$enable_transparency"
5297 if test x$enableval = xyes -o x$enableval = xno; then 8366 if test x$enableval = xyes -o x$enableval = xno; then
5298 support_inheritpixmap=$enableval 8367 support_inheritpixmap=$enableval
5299 fi 8368 fi
5300fi 8369fi;
5301 8370
8371# Check whether --enable-tinting or --disable-tinting was given.
8372if test "${enable_tinting+set}" = set; then
8373 enableval="$enable_tinting"
8374 if test x$enableval = xyes -o x$enableval = xno; then
8375 support_tinting=$enableval
8376 fi
8377fi;
5302 8378
5303# Check whether --enable-menubar or --disable-menubar was given. 8379# Check whether --enable-menubar or --disable-menubar was given.
5304if test "${enable_menubar+set}" = set; then 8380if test "${enable_menubar+set}" = set; then
5305 enableval="$enable_menubar" 8381 enableval="$enable_menubar"
5306 if test x$enableval = xyes -o x$enableval = xno; then 8382 if test x$enableval = xyes -o x$enableval = xno; then
5307 support_menubar=$enableval 8383 support_menubar=$enableval
5308 fi 8384 fi
5309fi 8385fi;
5310
5311
5312# Check whether --enable-graphics or --disable-graphics was given.
5313if test "${enable_graphics+set}" = set; then
5314 enableval="$enable_graphics"
5315 if test x$enableval = xyes -o x$enableval = xno; then
5316 support_graphics=$enableval
5317 fi
5318fi
5319
5320 8386
5321# Check whether --enable-rxvt-scroll or --disable-rxvt-scroll was given. 8387# Check whether --enable-rxvt-scroll or --disable-rxvt-scroll was given.
5322if test "${enable_rxvt_scroll+set}" = set; then 8388if test "${enable_rxvt_scroll+set}" = set; then
5323 enableval="$enable_rxvt_scroll" 8389 enableval="$enable_rxvt_scroll"
5324 if test x$enableval = xyes -o x$enableval = xno; then 8390 if test x$enableval = xyes -o x$enableval = xno; then
5325 support_scroll_rxvt=$enableval 8391 support_scroll_rxvt=$enableval
5326 fi 8392 fi
5327fi 8393fi;
5328
5329 8394
5330# Check whether --enable-next-scroll or --disable-next-scroll was given. 8395# Check whether --enable-next-scroll or --disable-next-scroll was given.
5331if test "${enable_next_scroll+set}" = set; then 8396if test "${enable_next_scroll+set}" = set; then
5332 enableval="$enable_next_scroll" 8397 enableval="$enable_next_scroll"
5333 if test x$enableval = xyes -o x$enableval = xno; then 8398 if test x$enableval = xyes -o x$enableval = xno; then
5334 support_scroll_next=$enableval 8399 support_scroll_next=$enableval
5335 fi 8400 fi
5336fi 8401fi;
5337
5338 8402
5339# Check whether --enable-xterm-scroll or --disable-xterm-scroll was given. 8403# Check whether --enable-xterm-scroll or --disable-xterm-scroll was given.
5340if test "${enable_xterm_scroll+set}" = set; then 8404if test "${enable_xterm_scroll+set}" = set; then
5341 enableval="$enable_xterm_scroll" 8405 enableval="$enable_xterm_scroll"
5342 if test x$enableval = xyes -o x$enableval = xno; then 8406 if test x$enableval = xyes -o x$enableval = xno; then
5343 support_scroll_xterm=$enableval 8407 support_scroll_xterm=$enableval
5344 fi 8408 fi
5345fi 8409fi;
5346 8410
8411# Check whether --enable-plain-scroll or --disable-plain-scroll was given.
8412if test "${enable_plain_scroll+set}" = set; then
8413 enableval="$enable_plain_scroll"
8414 if test x$enableval = xyes -o x$enableval = xno; then
8415 support_scroll_plain=$enableval
8416 fi
8417fi;
5347 8418
5348# Check whether --enable-half-shadow or --disable-half-shadow was given. 8419# Check whether --enable-half-shadow or --disable-half-shadow was given.
5349if test "${enable_half_shadow+set}" = set; then 8420if test "${enable_half_shadow+set}" = set; then
5350 enableval="$enable_half_shadow" 8421 enableval="$enable_half_shadow"
5351 if test x$enableval = xyes; then 8422 if test x$enableval = xyes; then
8423
5352 cat >> confdefs.h <<\EOF 8424cat >>confdefs.h <<\_ACEOF
5353#define HALFSHADOW 1 8425#define HALFSHADOW 1
5354EOF 8426_ACEOF
5355 8427
5356 fi 8428 fi
5357fi 8429fi;
5358 8430
8431
8432# Check whether --with-codesets or --without-codesets was given.
8433if test "${with_codesets+set}" = set; then
8434 withval="$with_codesets"
8435 codesets="$withval"
8436fi;
5359 8437
5360# Check whether --enable-xim or --disable-xim was given. 8438# Check whether --enable-xim or --disable-xim was given.
5361if test "${enable_xim+set}" = set; then 8439if test "${enable_xim+set}" = set; then
5362 enableval="$enable_xim" 8440 enableval="$enable_xim"
5363 if test x$enableval = xyes -o x$enableval = xno; then 8441 if test x$enableval = xyes -o x$enableval = xno; then
5364 support_xim=$enableval 8442 support_xim=$enableval
5365 fi 8443 fi
5366fi 8444fi;
5367
5368
5369# Check whether --enable-greek or --disable-greek was given.
5370if test "${enable_greek+set}" = set; then
5371 enableval="$enable_greek"
5372 if test x$enableval = xyes; then
5373 cat >> confdefs.h <<\EOF
5374#define GREEK_SUPPORT 1
5375EOF
5376
5377 fi
5378fi
5379
5380 8445
5381# Check whether --enable-ttygid or --disable-ttygid was given. 8446# Check whether --enable-ttygid or --disable-ttygid was given.
5382if test "${enable_ttygid+set}" = set; then 8447if test "${enable_ttygid+set}" = set; then
5383 enableval="$enable_ttygid" 8448 enableval="$enable_ttygid"
5384 if test x$enableval = xyes; then 8449 if test x$enableval = xyes; then
8450
5385 cat >> confdefs.h <<\EOF 8451cat >>confdefs.h <<\_ACEOF
5386#define TTY_GID_SUPPORT 1 8452#define TTY_GID_SUPPORT 1
5387EOF 8453_ACEOF
5388 8454
5389 fi 8455 fi
5390fi 8456fi;
5391
5392 8457
5393# Check whether --enable-backspace-key or --disable-backspace-key was given. 8458# Check whether --enable-backspace-key or --disable-backspace-key was given.
5394if test "${enable_backspace_key+set}" = set; then 8459if test "${enable_backspace_key+set}" = set; then
5395 enableval="$enable_backspace_key" 8460 enableval="$enable_backspace_key"
5396 if test x$enableval = xno; then 8461 if test x$enableval = xno; then
8462
5397 cat >> confdefs.h <<\EOF 8463cat >>confdefs.h <<\_ACEOF
5398#define NO_BACKSPACE_KEY 1 8464#define NO_BACKSPACE_KEY 1
5399EOF 8465_ACEOF
5400 8466
5401 fi 8467 fi
5402fi 8468fi;
5403
5404 8469
5405# Check whether --enable-delete-key or --disable-delete-key was given. 8470# Check whether --enable-delete-key or --disable-delete-key was given.
5406if test "${enable_delete_key+set}" = set; then 8471if test "${enable_delete_key+set}" = set; then
5407 enableval="$enable_delete_key" 8472 enableval="$enable_delete_key"
5408 if test x$enableval = xno; then 8473 if test x$enableval = xno; then
8474
5409 cat >> confdefs.h <<\EOF 8475cat >>confdefs.h <<\_ACEOF
5410#define NO_DELETE_KEY 1 8476#define NO_DELETE_KEY 1
5411EOF 8477_ACEOF
5412 8478
5413 fi 8479 fi
5414fi 8480fi;
5415
5416 8481
5417# Check whether --enable-resources or --disable-resources was given. 8482# Check whether --enable-resources or --disable-resources was given.
5418if test "${enable_resources+set}" = set; then 8483if test "${enable_resources+set}" = set; then
5419 enableval="$enable_resources" 8484 enableval="$enable_resources"
5420 if test x$enableval = xno; then 8485 if test x$enableval = xno; then
8486
5421 cat >> confdefs.h <<\EOF 8487cat >>confdefs.h <<\_ACEOF
5422#define NO_RESOURCES 1 8488#define NO_RESOURCES 1
5423EOF 8489_ACEOF
5424 8490
5425 fi 8491 fi
5426fi 8492fi;
5427
5428 8493
5429# Check whether --enable-xgetdefault or --disable-xgetdefault was given. 8494# Check whether --enable-xgetdefault or --disable-xgetdefault was given.
5430if test "${enable_xgetdefault+set}" = set; then 8495if test "${enable_xgetdefault+set}" = set; then
5431 enableval="$enable_xgetdefault" 8496 enableval="$enable_xgetdefault"
5432 if test x$enableval = xyes; then 8497 if test x$enableval = xyes; then
8498
5433 cat >> confdefs.h <<\EOF 8499cat >>confdefs.h <<\_ACEOF
5434#define USE_XGETDEFAULT 1 8500#define USE_XGETDEFAULT 1
5435EOF 8501_ACEOF
5436 8502
5437 fi 8503 fi
5438fi 8504fi;
8505
8506# Check whether --enable-8bitctrls or --disable-8bitctrls was given.
8507if test "${enable_8bitctrls+set}" = set; then
8508 enableval="$enable_8bitctrls"
8509 if test x$enableval = xyes -o x$enableval = xno; then
8510 support_8bitctrls=yes
8511 fi
8512fi;
8513
8514RESFALLBACK=Rxvt
8515# Check whether --enable-fallback or --disable-fallback was given.
8516if test "${enable_fallback+set}" = set; then
8517 enableval="$enable_fallback"
8518
8519 test x$enableval = xyes && enableval=Rxvt
8520 test x$enableval = xno && enableval=
8521 RESFALLBACK="$enableval"
8522
8523fi;
8524
8525if test x$RESFALLBACK != x; then
8526
8527cat >>confdefs.h <<_ACEOF
8528#define RESFALLBACK "$RESFALLBACK"
8529_ACEOF
8530
8531fi
8532
8533RESNAME=urxvt
8534
8535# Check whether --with-res-name or --without-res-name was given.
8536if test "${with_res_name+set}" = set; then
8537 withval="$with_res_name"
8538 RESNAME="$withval"
8539fi;
8540
8541cat >>confdefs.h <<_ACEOF
8542#define RESNAME "$RESNAME"
8543_ACEOF
8544
8545
8546RESCLASS=URxvt
8547
8548# Check whether --with-res-class or --without-res-class was given.
8549if test "${with_res_class+set}" = set; then
8550 withval="$with_res_class"
8551 RESCLASS="$withval"
8552fi;
8553
8554cat >>confdefs.h <<_ACEOF
8555#define RESCLASS "$RESCLASS"
8556_ACEOF
8557
8558
8559RXVTNAME=urxvt
8560
8561# Check whether --with-name or --without-name was given.
8562if test "${with_name+set}" = set; then
8563 withval="$with_name"
8564 RXVTNAME="$withval"
8565fi;
8566
8567RXVTNAME=`echo "$RXVTNAME"|sed "$program_transform_name"`
5439 8568
5440 8569
5441# Check whether --enable-strings or --disable-strings was given. 8570# Check whether --enable-strings or --disable-strings was given.
5442if test "${enable_strings+set}" = set; then 8571if test "${enable_strings+set}" = set; then
5443 enableval="$enable_strings" 8572 enableval="$enable_strings"
5444 if test x$enableval = xyes -o x$enableval = xno; then 8573 if test x$enableval = xyes -o x$enableval = xno; then
5445 support_addstrings=$enableval 8574 support_addstrings=$enableval
5446 fi 8575 fi
5447fi 8576fi;
5448
5449 8577
5450# Check whether --enable-swapscreen or --disable-swapscreen was given. 8578# Check whether --enable-swapscreen or --disable-swapscreen was given.
5451if test "${enable_swapscreen+set}" = set; then 8579if test "${enable_swapscreen+set}" = set; then
5452 enableval="$enable_swapscreen" 8580 enableval="$enable_swapscreen"
5453 if test x$enableval = xno; then 8581 if test x$enableval = xno; then
8582
5454 cat >> confdefs.h <<\EOF 8583cat >>confdefs.h <<\_ACEOF
5455#define NO_SECONDARY_SCREEN 1 8584#define NO_SECONDARY_SCREEN 1
5456EOF 8585_ACEOF
5457 8586
5458 fi 8587 fi
5459fi 8588fi;
5460
5461 8589
5462# Check whether --enable-frills or --disable-frills was given. 8590# Check whether --enable-frills or --disable-frills was given.
5463if test "${enable_frills+set}" = set; then 8591if test "${enable_frills+set}" = set; then
5464 enableval="$enable_frills" 8592 enableval="$enable_frills"
5465 if test x$enableval = xyes -o x$enableval = xno; then 8593 if test x$enableval = xyes -o x$enableval = xno; then
5466 support_frills=$enableval 8594 support_frills=$enableval
5467 fi 8595 fi
5468fi 8596fi;
5469
5470 8597
5471# Check whether --enable-linespace or --disable-linespace was given. 8598# Check whether --enable-linespace or --disable-linespace was given.
5472if test "${enable_linespace+set}" = set; then 8599if test "${enable_linespace+set}" = set; then
5473 enableval="$enable_linespace" 8600 enableval="$enable_linespace"
5474 if test x$enableval = xyes -o x$enableval = xno; then 8601 if test x$enableval = xyes -o x$enableval = xno; then
5475 support_linespace=$enableval 8602 support_linespace=$enableval
5476 fi 8603 fi
5477fi 8604fi;
5478
5479 8605
5480# Check whether --enable-24bit or --disable-24bit was given. 8606# Check whether --enable-24bit or --disable-24bit was given.
5481if test "${enable_24bit+set}" = set; then 8607if test "${enable_24bit+set}" = set; then
5482 enableval="$enable_24bit" 8608 enableval="$enable_24bit"
5483 if test x$enableval = xyes -o x$enableval = xno; then 8609 if test x$enableval = xyes -o x$enableval = xno; then
5484 support_24bit=$enableval 8610 support_24bit=$enableval
5485 fi 8611 fi
5486fi 8612fi;
5487
5488 8613
5489# Check whether --enable-keepscrolling or --disable-keepscrolling was given. 8614# Check whether --enable-keepscrolling or --disable-keepscrolling was given.
5490if test "${enable_keepscrolling+set}" = set; then 8615if test "${enable_keepscrolling+set}" = set; then
5491 enableval="$enable_keepscrolling" 8616 enableval="$enable_keepscrolling"
5492 if test x$enableval = xyes -o x$enableval = xno; then 8617 if test x$enableval = xyes -o x$enableval = xno; then
5493 support_keepscrolling=$enableval 8618 support_keepscrolling=$enableval
5494 fi 8619 fi
5495fi 8620fi;
5496
5497 8621
5498# Check whether --enable-selectionscrolling or --disable-selectionscrolling was given. 8622# Check whether --enable-selectionscrolling or --disable-selectionscrolling was given.
5499if test "${enable_selectionscrolling+set}" = set; then 8623if test "${enable_selectionscrolling+set}" = set; then
5500 enableval="$enable_selectionscrolling" 8624 enableval="$enable_selectionscrolling"
5501 if test x$enableval = xyes -o x$enableval = xno; then 8625 if test x$enableval = xyes -o x$enableval = xno; then
5502 support_selectionscrolling=$enableval 8626 support_selectionscrolling=$enableval
5503 fi 8627 fi
5504fi 8628fi;
5505
5506 8629
5507# Check whether --enable-mousewheel or --disable-mousewheel was given. 8630# Check whether --enable-mousewheel or --disable-mousewheel was given.
5508if test "${enable_mousewheel+set}" = set; then 8631if test "${enable_mousewheel+set}" = set; then
5509 enableval="$enable_mousewheel" 8632 enableval="$enable_mousewheel"
5510 if test x$enableval = xyes -o x$enableval = xno; then 8633 if test x$enableval = xyes -o x$enableval = xno; then
5511 support_mousewheel=$enableval 8634 support_mousewheel=$enableval
5512 fi 8635 fi
5513fi 8636fi;
5514
5515 8637
5516# Check whether --enable-slipwheeling or --disable-slipwheeling was given. 8638# Check whether --enable-slipwheeling or --disable-slipwheeling was given.
5517if test "${enable_slipwheeling+set}" = set; then 8639if test "${enable_slipwheeling+set}" = set; then
5518 enableval="$enable_slipwheeling" 8640 enableval="$enable_slipwheeling"
5519 if test x$enableval = xyes -o x$enableval = xno; then 8641 if test x$enableval = xyes -o x$enableval = xno; then
5520 support_mouseslipwheel=$enableval 8642 support_mouseslipwheel=$enableval
5521 fi 8643 fi
5522fi 8644fi;
5523
5524
5525# Check whether --enable-old-selection or --disable-old-selection was given.
5526if test "${enable_old_selection+set}" = set; then
5527 enableval="$enable_old_selection"
5528 if test x$enableval = xyes -o x$enableval = xno; then
5529 support_oldselection=$enableval
5530 fi
5531fi
5532
5533
5534# Check whether --enable-new-selection or --disable-new-selection was given.
5535if test "${enable_new_selection+set}" = set; then
5536 enableval="$enable_new_selection"
5537 if test x$enableval = xno; then
5538 cat >> confdefs.h <<\EOF
5539#define NO_NEW_SELECTION 1
5540EOF
5541
5542 fi
5543fi
5544
5545 8645
5546# Check whether --enable-dmalloc or --disable-dmalloc was given. 8646# Check whether --enable-dmalloc or --disable-dmalloc was given.
5547if test "${enable_dmalloc+set}" = set; then 8647if test "${enable_dmalloc+set}" = set; then
5548 enableval="$enable_dmalloc" 8648 enableval="$enable_dmalloc"
5549 if test x$enableval = xyes; then 8649 if test x$enableval = xyes; then
5550 MALLOC_TYPE=G 8650 MALLOC_TYPE=G
5551 DEBUG=-DDEBUG_MALLOC 8651 DEBUG=-DDEBUG_MALLOC
5552 DLIB="-L/usr/local/lib -ldmalloc" 8652 DLIB="-L/usr/local/lib -ldmalloc"
5553 DINCLUDE=-I/usr/local/include 8653 DINCLUDE=-I/usr/local/include
5554 fi 8654 fi
5555fi 8655fi;
5556
5557 8656
5558# Check whether --enable-dlmalloc or --disable-dlmalloc was given. 8657# Check whether --enable-dlmalloc or --disable-dlmalloc was given.
5559if test "${enable_dlmalloc+set}" = set; then 8658if test "${enable_dlmalloc+set}" = set; then
5560 enableval="$enable_dlmalloc" 8659 enableval="$enable_dlmalloc"
5561 if test x$enableval = xyes; then 8660 if test x$enableval = xyes; then
5562 MALLOC_TYPE=D 8661 MALLOC_TYPE=D
5563 DEBUG= 8662 DEBUG=
5564 DLIB="-L/usr/local/lib -ldlmalloc" 8663 DLIB="-L/usr/local/lib -ldlmalloc"
5565 DINCLUDE= 8664 DINCLUDE=
5566 fi 8665 fi
5567fi 8666fi;
5568
5569 8667
5570# Check whether --enable-smart-resize or --disable-smart-resize was given. 8668# Check whether --enable-smart-resize or --disable-smart-resize was given.
5571if test "${enable_smart_resize+set}" = set; then 8669if test "${enable_smart_resize+set}" = set; then
5572 enableval="$enable_smart_resize" 8670 enableval="$enable_smart_resize"
5573 if test x$enableval = xyes; then 8671 if test x$enableval = xyes; then
8672
5574 cat >> confdefs.h <<\EOF 8673cat >>confdefs.h <<\_ACEOF
5575#define SMART_RESIZE 1 8674#define SMART_RESIZE 1
5576EOF 8675_ACEOF
5577 8676
5578 fi 8677 fi
5579fi 8678fi;
5580
5581 8679
5582# Check whether --enable-256-color or --disable-256-color was given. 8680# Check whether --enable-256-color or --disable-256-color was given.
5583if test "${enable_256_color+set}" = set; then 8681if test "${enable_256_color+set}" = set; then
5584 enableval="$enable_256_color" 8682 enableval="$enable_256_color"
5585 if test x$enableval = xyes; then 8683 if test x$enableval = xyes; then
8684
5586 cat >> confdefs.h <<\EOF 8685cat >>confdefs.h <<\_ACEOF
5587#define TTY_256COLOR 1 8686#define TTY_256COLOR 1
5588EOF 8687_ACEOF
5589 8688
5590 fi 8689 fi
5591fi 8690fi;
5592
5593 8691
5594# Check whether --enable-cursor-blink or --disable-cursor-blink was given. 8692# Check whether --enable-cursor-blink or --disable-cursor-blink was given.
5595if test "${enable_cursor_blink+set}" = set; then 8693if test "${enable_cursor_blink+set}" = set; then
5596 enableval="$enable_cursor_blink" 8694 enableval="$enable_cursor_blink"
5597 if test x$enableval = xyes -o x$enableval = xno; then 8695 if test x$enableval = xyes -o x$enableval = xno; then
5598 support_cursor_blink=$enableval 8696 support_cursor_blink=$enableval
5599 fi 8697 fi
5600fi 8698fi;
5601 8699
8700# Check whether --enable-text-blink or --disable-text-blink was given.
8701if test "${enable_text_blink+set}" = set; then
8702 enableval="$enable_text_blink"
8703 if test x$enableval = xyes -o x$enableval = xno; then
8704 support_text_blink=$enableval
8705 fi
8706fi;
5602 8707
5603# Check whether --enable-pointer-blank or --disable-pointer-blank was given. 8708# Check whether --enable-pointer-blank or --disable-pointer-blank was given.
5604if test "${enable_pointer_blank+set}" = set; then 8709if test "${enable_pointer_blank+set}" = set; then
5605 enableval="$enable_pointer_blank" 8710 enableval="$enable_pointer_blank"
5606 if test x$enableval = xyes -o x$enableval = xno; then 8711 if test x$enableval = xyes -o x$enableval = xno; then
5607 support_pointer_blank=$enableval 8712 support_pointer_blank=$enableval
5608 fi 8713 fi
5609fi 8714fi;
5610 8715
5611 8716
5612# Check whether --with-term or --without-term was given. 8717# Check whether --with-term or --without-term was given.
5613if test "${with_term+set}" = set; then 8718if test "${with_term+set}" = set; then
5614 withval="$with_term" 8719 withval="$with_term"
5615 if test x$withval != x; then 8720 if test x$withval != x; then
8721
5616 cat >> confdefs.h <<EOF 8722cat >>confdefs.h <<_ACEOF
5617#define TERMENV "$withval" 8723#define TERMENV "$withval"
5618EOF 8724_ACEOF
5619 term="$withval" 8725 term="$withval"
5620 fi 8726 fi
5621fi 8727fi;
5622 8728
5623 8729
5624# Check whether --with-terminfo or --without-terminfo was given. 8730# Check whether --with-terminfo or --without-terminfo was given.
5625if test "${with_terminfo+set}" = set; then 8731if test "${with_terminfo+set}" = set; then
5626 withval="$with_terminfo" 8732 withval="$with_terminfo"
5627 if test x$withval != x; then 8733 if test x$withval != x; then
8734
5628 cat >> confdefs.h <<EOF 8735cat >>confdefs.h <<_ACEOF
5629#define RXVT_TERMINFO "$withval" 8736#define RXVT_TERMINFO "$withval"
5630EOF 8737_ACEOF
5631 terminfo="$withval" 8738 terminfo="$withval"
5632 fi 8739 fi
5633fi 8740fi;
5634 8741
5635 8742
5636 8743
5637cat >> confdefs.h <<\EOF 8744cat >>confdefs.h <<\_ACEOF
5638#define PROTOTYPES 1 8745#define PROTOTYPES 1
5639EOF 8746_ACEOF
5640 8747
5641 8748
5642if test -z "$CFLAGS"; then 8749if test -z "$CFLAGS"; then
5643 if test -z "$CCOPTS"; then 8750 if test -z "$CCOPTS"; then
5644 CCOPTS='-O' 8751 CCOPTS='-O'
5646 CFLAGS="$CCOPTS" 8753 CFLAGS="$CCOPTS"
5647fi 8754fi
5648 8755
5649# Extract the first word of "mv", so it can be a program name with args. 8756# Extract the first word of "mv", so it can be a program name with args.
5650set dummy mv; ac_word=$2 8757set dummy mv; ac_word=$2
8758echo "$as_me:$LINENO: checking for $ac_word" >&5
5651echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 8759echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5652echo "configure:5653: checking for $ac_word" >&5
5653if eval "test \"`echo '$''{'ac_cv_path_MV'+set}'`\" = set"; then 8760if test "${ac_cv_path_MV+set}" = set; then
5654 echo $ac_n "(cached) $ac_c" 1>&6 8761 echo $ECHO_N "(cached) $ECHO_C" >&6
5655else 8762else
5656 case "$MV" in 8763 case $MV in
5657 /*) 8764 [\\/]* | ?:[\\/]*)
5658 ac_cv_path_MV="$MV" # Let the user override the test with a path. 8765 ac_cv_path_MV="$MV" # Let the user override the test with a path.
5659 ;; 8766 ;;
5660 ?:/*)
5661 ac_cv_path_MV="$MV" # Let the user override the test with a dos path.
5662 ;;
5663 *) 8767 *)
5664 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 8768 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5665 ac_dummy="$PATH" 8769for as_dir in $PATH
5666 for ac_dir in $ac_dummy; do 8770do
8771 IFS=$as_save_IFS
5667 test -z "$ac_dir" && ac_dir=. 8772 test -z "$as_dir" && as_dir=.
5668 if test -f $ac_dir/$ac_word; then 8773 for ac_exec_ext in '' $ac_executable_extensions; do
8774 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5669 ac_cv_path_MV="$ac_dir/$ac_word" 8775 ac_cv_path_MV="$as_dir/$ac_word$ac_exec_ext"
8776 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5670 break 8777 break 2
5671 fi 8778 fi
5672 done 8779done
5673 IFS="$ac_save_ifs" 8780done
8781
5674 test -z "$ac_cv_path_MV" && ac_cv_path_MV="mv" 8782 test -z "$ac_cv_path_MV" && ac_cv_path_MV="mv"
5675 ;; 8783 ;;
5676esac 8784esac
5677fi 8785fi
5678MV="$ac_cv_path_MV" 8786MV=$ac_cv_path_MV
8787
5679if test -n "$MV"; then 8788if test -n "$MV"; then
5680 echo "$ac_t""$MV" 1>&6 8789 echo "$as_me:$LINENO: result: $MV" >&5
8790echo "${ECHO_T}$MV" >&6
5681else 8791else
5682 echo "$ac_t""no" 1>&6 8792 echo "$as_me:$LINENO: result: no" >&5
8793echo "${ECHO_T}no" >&6
5683fi 8794fi
5684 8795
5685# Extract the first word of "rm", so it can be a program name with args. 8796# Extract the first word of "rm", so it can be a program name with args.
5686set dummy rm; ac_word=$2 8797set dummy rm; ac_word=$2
8798echo "$as_me:$LINENO: checking for $ac_word" >&5
5687echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 8799echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5688echo "configure:5689: checking for $ac_word" >&5
5689if eval "test \"`echo '$''{'ac_cv_path_RM'+set}'`\" = set"; then 8800if test "${ac_cv_path_RM+set}" = set; then
5690 echo $ac_n "(cached) $ac_c" 1>&6 8801 echo $ECHO_N "(cached) $ECHO_C" >&6
5691else 8802else
5692 case "$RM" in 8803 case $RM in
5693 /*) 8804 [\\/]* | ?:[\\/]*)
5694 ac_cv_path_RM="$RM" # Let the user override the test with a path. 8805 ac_cv_path_RM="$RM" # Let the user override the test with a path.
5695 ;; 8806 ;;
5696 ?:/*)
5697 ac_cv_path_RM="$RM" # Let the user override the test with a dos path.
5698 ;;
5699 *) 8807 *)
5700 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 8808 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5701 ac_dummy="$PATH" 8809for as_dir in $PATH
5702 for ac_dir in $ac_dummy; do 8810do
8811 IFS=$as_save_IFS
5703 test -z "$ac_dir" && ac_dir=. 8812 test -z "$as_dir" && as_dir=.
5704 if test -f $ac_dir/$ac_word; then 8813 for ac_exec_ext in '' $ac_executable_extensions; do
8814 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5705 ac_cv_path_RM="$ac_dir/$ac_word" 8815 ac_cv_path_RM="$as_dir/$ac_word$ac_exec_ext"
8816 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5706 break 8817 break 2
5707 fi 8818 fi
5708 done 8819done
5709 IFS="$ac_save_ifs" 8820done
8821
5710 test -z "$ac_cv_path_RM" && ac_cv_path_RM="rm" 8822 test -z "$ac_cv_path_RM" && ac_cv_path_RM="rm"
5711 ;; 8823 ;;
5712esac 8824esac
5713fi 8825fi
5714RM="$ac_cv_path_RM" 8826RM=$ac_cv_path_RM
8827
5715if test -n "$RM"; then 8828if test -n "$RM"; then
5716 echo "$ac_t""$RM" 1>&6 8829 echo "$as_me:$LINENO: result: $RM" >&5
8830echo "${ECHO_T}$RM" >&6
5717else 8831else
5718 echo "$ac_t""no" 1>&6 8832 echo "$as_me:$LINENO: result: no" >&5
8833echo "${ECHO_T}no" >&6
5719fi 8834fi
5720 8835
5721# Extract the first word of "cp", so it can be a program name with args. 8836# Extract the first word of "cp", so it can be a program name with args.
5722set dummy cp; ac_word=$2 8837set dummy cp; ac_word=$2
8838echo "$as_me:$LINENO: checking for $ac_word" >&5
5723echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 8839echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5724echo "configure:5725: checking for $ac_word" >&5
5725if eval "test \"`echo '$''{'ac_cv_path_CP'+set}'`\" = set"; then 8840if test "${ac_cv_path_CP+set}" = set; then
5726 echo $ac_n "(cached) $ac_c" 1>&6 8841 echo $ECHO_N "(cached) $ECHO_C" >&6
5727else 8842else
5728 case "$CP" in 8843 case $CP in
5729 /*) 8844 [\\/]* | ?:[\\/]*)
5730 ac_cv_path_CP="$CP" # Let the user override the test with a path. 8845 ac_cv_path_CP="$CP" # Let the user override the test with a path.
5731 ;; 8846 ;;
5732 ?:/*)
5733 ac_cv_path_CP="$CP" # Let the user override the test with a dos path.
5734 ;;
5735 *) 8847 *)
5736 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 8848 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5737 ac_dummy="$PATH" 8849for as_dir in $PATH
5738 for ac_dir in $ac_dummy; do 8850do
8851 IFS=$as_save_IFS
5739 test -z "$ac_dir" && ac_dir=. 8852 test -z "$as_dir" && as_dir=.
5740 if test -f $ac_dir/$ac_word; then 8853 for ac_exec_ext in '' $ac_executable_extensions; do
8854 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5741 ac_cv_path_CP="$ac_dir/$ac_word" 8855 ac_cv_path_CP="$as_dir/$ac_word$ac_exec_ext"
8856 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5742 break 8857 break 2
5743 fi 8858 fi
5744 done 8859done
5745 IFS="$ac_save_ifs" 8860done
8861
5746 test -z "$ac_cv_path_CP" && ac_cv_path_CP="cp" 8862 test -z "$ac_cv_path_CP" && ac_cv_path_CP="cp"
5747 ;; 8863 ;;
5748esac 8864esac
5749fi 8865fi
5750CP="$ac_cv_path_CP" 8866CP=$ac_cv_path_CP
8867
5751if test -n "$CP"; then 8868if test -n "$CP"; then
5752 echo "$ac_t""$CP" 1>&6 8869 echo "$as_me:$LINENO: result: $CP" >&5
8870echo "${ECHO_T}$CP" >&6
5753else 8871else
5754 echo "$ac_t""no" 1>&6 8872 echo "$as_me:$LINENO: result: no" >&5
8873echo "${ECHO_T}no" >&6
5755fi 8874fi
5756 8875
5757# Extract the first word of "ln", so it can be a program name with args. 8876# Extract the first word of "ln", so it can be a program name with args.
5758set dummy ln; ac_word=$2 8877set dummy ln; ac_word=$2
8878echo "$as_me:$LINENO: checking for $ac_word" >&5
5759echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 8879echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5760echo "configure:5761: checking for $ac_word" >&5
5761if eval "test \"`echo '$''{'ac_cv_path_LN'+set}'`\" = set"; then 8880if test "${ac_cv_path_LN+set}" = set; then
5762 echo $ac_n "(cached) $ac_c" 1>&6 8881 echo $ECHO_N "(cached) $ECHO_C" >&6
5763else 8882else
5764 case "$LN" in 8883 case $LN in
5765 /*) 8884 [\\/]* | ?:[\\/]*)
5766 ac_cv_path_LN="$LN" # Let the user override the test with a path. 8885 ac_cv_path_LN="$LN" # Let the user override the test with a path.
5767 ;; 8886 ;;
5768 ?:/*)
5769 ac_cv_path_LN="$LN" # Let the user override the test with a dos path.
5770 ;;
5771 *) 8887 *)
5772 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 8888 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5773 ac_dummy="$PATH" 8889for as_dir in $PATH
5774 for ac_dir in $ac_dummy; do 8890do
8891 IFS=$as_save_IFS
5775 test -z "$ac_dir" && ac_dir=. 8892 test -z "$as_dir" && as_dir=.
5776 if test -f $ac_dir/$ac_word; then 8893 for ac_exec_ext in '' $ac_executable_extensions; do
8894 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5777 ac_cv_path_LN="$ac_dir/$ac_word" 8895 ac_cv_path_LN="$as_dir/$ac_word$ac_exec_ext"
8896 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5778 break 8897 break 2
5779 fi 8898 fi
5780 done 8899done
5781 IFS="$ac_save_ifs" 8900done
8901
5782 test -z "$ac_cv_path_LN" && ac_cv_path_LN="ln" 8902 test -z "$ac_cv_path_LN" && ac_cv_path_LN="ln"
5783 ;; 8903 ;;
5784esac 8904esac
5785fi 8905fi
5786LN="$ac_cv_path_LN" 8906LN=$ac_cv_path_LN
8907
5787if test -n "$LN"; then 8908if test -n "$LN"; then
5788 echo "$ac_t""$LN" 1>&6 8909 echo "$as_me:$LINENO: result: $LN" >&5
8910echo "${ECHO_T}$LN" >&6
5789else 8911else
5790 echo "$ac_t""no" 1>&6 8912 echo "$as_me:$LINENO: result: no" >&5
8913echo "${ECHO_T}no" >&6
5791fi 8914fi
5792 8915
5793# Extract the first word of "sed", so it can be a program name with args. 8916# Extract the first word of "sed", so it can be a program name with args.
5794set dummy sed; ac_word=$2 8917set dummy sed; ac_word=$2
8918echo "$as_me:$LINENO: checking for $ac_word" >&5
5795echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 8919echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5796echo "configure:5797: checking for $ac_word" >&5
5797if eval "test \"`echo '$''{'ac_cv_path_SED'+set}'`\" = set"; then 8920if test "${ac_cv_path_SED+set}" = set; then
5798 echo $ac_n "(cached) $ac_c" 1>&6 8921 echo $ECHO_N "(cached) $ECHO_C" >&6
5799else 8922else
5800 case "$SED" in 8923 case $SED in
5801 /*) 8924 [\\/]* | ?:[\\/]*)
5802 ac_cv_path_SED="$SED" # Let the user override the test with a path. 8925 ac_cv_path_SED="$SED" # Let the user override the test with a path.
5803 ;; 8926 ;;
5804 ?:/*)
5805 ac_cv_path_SED="$SED" # Let the user override the test with a dos path.
5806 ;;
5807 *) 8927 *)
5808 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 8928 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5809 ac_dummy="$PATH" 8929for as_dir in $PATH
5810 for ac_dir in $ac_dummy; do 8930do
8931 IFS=$as_save_IFS
5811 test -z "$ac_dir" && ac_dir=. 8932 test -z "$as_dir" && as_dir=.
5812 if test -f $ac_dir/$ac_word; then 8933 for ac_exec_ext in '' $ac_executable_extensions; do
8934 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5813 ac_cv_path_SED="$ac_dir/$ac_word" 8935 ac_cv_path_SED="$as_dir/$ac_word$ac_exec_ext"
8936 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5814 break 8937 break 2
5815 fi 8938 fi
5816 done 8939done
5817 IFS="$ac_save_ifs" 8940done
8941
5818 test -z "$ac_cv_path_SED" && ac_cv_path_SED="sed" 8942 test -z "$ac_cv_path_SED" && ac_cv_path_SED="sed"
5819 ;; 8943 ;;
5820esac 8944esac
5821fi 8945fi
5822SED="$ac_cv_path_SED" 8946SED=$ac_cv_path_SED
8947
5823if test -n "$SED"; then 8948if test -n "$SED"; then
5824 echo "$ac_t""$SED" 1>&6 8949 echo "$as_me:$LINENO: result: $SED" >&5
8950echo "${ECHO_T}$SED" >&6
5825else 8951else
5826 echo "$ac_t""no" 1>&6 8952 echo "$as_me:$LINENO: result: no" >&5
8953echo "${ECHO_T}no" >&6
5827fi 8954fi
5828 8955
5829# Extract the first word of "echo", so it can be a program name with args. 8956# Extract the first word of "echo", so it can be a program name with args.
5830set dummy echo; ac_word=$2 8957set dummy echo; ac_word=$2
8958echo "$as_me:$LINENO: checking for $ac_word" >&5
5831echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 8959echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5832echo "configure:5833: checking for $ac_word" >&5
5833if eval "test \"`echo '$''{'ac_cv_path_ECHO'+set}'`\" = set"; then 8960if test "${ac_cv_path_ECHO+set}" = set; then
5834 echo $ac_n "(cached) $ac_c" 1>&6 8961 echo $ECHO_N "(cached) $ECHO_C" >&6
5835else 8962else
5836 case "$ECHO" in 8963 case $ECHO in
5837 /*) 8964 [\\/]* | ?:[\\/]*)
5838 ac_cv_path_ECHO="$ECHO" # Let the user override the test with a path. 8965 ac_cv_path_ECHO="$ECHO" # Let the user override the test with a path.
5839 ;; 8966 ;;
5840 ?:/*)
5841 ac_cv_path_ECHO="$ECHO" # Let the user override the test with a dos path.
5842 ;;
5843 *) 8967 *)
5844 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 8968 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5845 ac_dummy="$PATH" 8969for as_dir in $PATH
5846 for ac_dir in $ac_dummy; do 8970do
8971 IFS=$as_save_IFS
5847 test -z "$ac_dir" && ac_dir=. 8972 test -z "$as_dir" && as_dir=.
5848 if test -f $ac_dir/$ac_word; then 8973 for ac_exec_ext in '' $ac_executable_extensions; do
8974 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5849 ac_cv_path_ECHO="$ac_dir/$ac_word" 8975 ac_cv_path_ECHO="$as_dir/$ac_word$ac_exec_ext"
8976 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5850 break 8977 break 2
5851 fi 8978 fi
5852 done 8979done
5853 IFS="$ac_save_ifs" 8980done
8981
5854 test -z "$ac_cv_path_ECHO" && ac_cv_path_ECHO="echo" 8982 test -z "$ac_cv_path_ECHO" && ac_cv_path_ECHO="echo"
5855 ;; 8983 ;;
5856esac 8984esac
5857fi 8985fi
5858ECHO="$ac_cv_path_ECHO" 8986ECHO=$ac_cv_path_ECHO
8987
5859if test -n "$ECHO"; then 8988if test -n "$ECHO"; then
5860 echo "$ac_t""$ECHO" 1>&6 8989 echo "$as_me:$LINENO: result: $ECHO" >&5
8990echo "${ECHO_T}$ECHO" >&6
5861else 8991else
5862 echo "$ac_t""no" 1>&6 8992 echo "$as_me:$LINENO: result: no" >&5
8993echo "${ECHO_T}no" >&6
5863fi 8994fi
5864 8995
5865# Extract the first word of "cmp", so it can be a program name with args. 8996# Extract the first word of "cmp", so it can be a program name with args.
5866set dummy cmp; ac_word=$2 8997set dummy cmp; ac_word=$2
8998echo "$as_me:$LINENO: checking for $ac_word" >&5
5867echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 8999echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5868echo "configure:5869: checking for $ac_word" >&5
5869if eval "test \"`echo '$''{'ac_cv_path_CMP'+set}'`\" = set"; then 9000if test "${ac_cv_path_CMP+set}" = set; then
5870 echo $ac_n "(cached) $ac_c" 1>&6 9001 echo $ECHO_N "(cached) $ECHO_C" >&6
5871else 9002else
5872 case "$CMP" in 9003 case $CMP in
5873 /*) 9004 [\\/]* | ?:[\\/]*)
5874 ac_cv_path_CMP="$CMP" # Let the user override the test with a path. 9005 ac_cv_path_CMP="$CMP" # Let the user override the test with a path.
5875 ;; 9006 ;;
5876 ?:/*)
5877 ac_cv_path_CMP="$CMP" # Let the user override the test with a dos path.
5878 ;;
5879 *) 9007 *)
5880 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 9008 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5881 ac_dummy="$PATH" 9009for as_dir in $PATH
5882 for ac_dir in $ac_dummy; do 9010do
9011 IFS=$as_save_IFS
5883 test -z "$ac_dir" && ac_dir=. 9012 test -z "$as_dir" && as_dir=.
5884 if test -f $ac_dir/$ac_word; then 9013 for ac_exec_ext in '' $ac_executable_extensions; do
9014 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5885 ac_cv_path_CMP="$ac_dir/$ac_word" 9015 ac_cv_path_CMP="$as_dir/$ac_word$ac_exec_ext"
9016 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5886 break 9017 break 2
5887 fi 9018 fi
5888 done 9019done
5889 IFS="$ac_save_ifs" 9020done
9021
5890 test -z "$ac_cv_path_CMP" && ac_cv_path_CMP="cmp" 9022 test -z "$ac_cv_path_CMP" && ac_cv_path_CMP="cmp"
5891 ;; 9023 ;;
5892esac 9024esac
5893fi 9025fi
5894CMP="$ac_cv_path_CMP" 9026CMP=$ac_cv_path_CMP
9027
5895if test -n "$CMP"; then 9028if test -n "$CMP"; then
5896 echo "$ac_t""$CMP" 1>&6 9029 echo "$as_me:$LINENO: result: $CMP" >&5
9030echo "${ECHO_T}$CMP" >&6
5897else 9031else
5898 echo "$ac_t""no" 1>&6 9032 echo "$as_me:$LINENO: result: no" >&5
9033echo "${ECHO_T}no" >&6
5899fi 9034fi
5900 9035
5901# Extract the first word of "tbl", so it can be a program name with args. 9036# Extract the first word of "tbl", so it can be a program name with args.
5902set dummy tbl; ac_word=$2 9037set dummy tbl; ac_word=$2
9038echo "$as_me:$LINENO: checking for $ac_word" >&5
5903echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 9039echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5904echo "configure:5905: checking for $ac_word" >&5
5905if eval "test \"`echo '$''{'ac_cv_path_TBL'+set}'`\" = set"; then 9040if test "${ac_cv_path_TBL+set}" = set; then
5906 echo $ac_n "(cached) $ac_c" 1>&6 9041 echo $ECHO_N "(cached) $ECHO_C" >&6
5907else 9042else
5908 case "$TBL" in 9043 case $TBL in
5909 /*) 9044 [\\/]* | ?:[\\/]*)
5910 ac_cv_path_TBL="$TBL" # Let the user override the test with a path. 9045 ac_cv_path_TBL="$TBL" # Let the user override the test with a path.
5911 ;; 9046 ;;
5912 ?:/*)
5913 ac_cv_path_TBL="$TBL" # Let the user override the test with a dos path.
5914 ;;
5915 *) 9047 *)
5916 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 9048 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5917 ac_dummy="$PATH" 9049for as_dir in $PATH
5918 for ac_dir in $ac_dummy; do 9050do
9051 IFS=$as_save_IFS
5919 test -z "$ac_dir" && ac_dir=. 9052 test -z "$as_dir" && as_dir=.
5920 if test -f $ac_dir/$ac_word; then 9053 for ac_exec_ext in '' $ac_executable_extensions; do
9054 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5921 ac_cv_path_TBL="$ac_dir/$ac_word" 9055 ac_cv_path_TBL="$as_dir/$ac_word$ac_exec_ext"
9056 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5922 break 9057 break 2
5923 fi 9058 fi
5924 done 9059done
5925 IFS="$ac_save_ifs" 9060done
9061
5926 ;; 9062 ;;
5927esac 9063esac
5928fi 9064fi
5929TBL="$ac_cv_path_TBL" 9065TBL=$ac_cv_path_TBL
9066
5930if test -n "$TBL"; then 9067if test -n "$TBL"; then
5931 echo "$ac_t""$TBL" 1>&6 9068 echo "$as_me:$LINENO: result: $TBL" >&5
9069echo "${ECHO_T}$TBL" >&6
5932else 9070else
5933 echo "$ac_t""no" 1>&6 9071 echo "$as_me:$LINENO: result: no" >&5
9072echo "${ECHO_T}no" >&6
5934fi 9073fi
5935 9074
5936 9075
5937 9076
5938 9077
5939# If we find X, set shell vars x_includes and x_libraries to the 9078
5940# paths, otherwise set no_x=yes. 9079if test "x$ac_path_x_has_been_run" != xyes; then
5941# Uses ac_ vars as temps to allow command line to override cache and checks. 9080 echo "$as_me:$LINENO: checking for X" >&5
5942# --without-x overrides everything else, but does not touch the cache.
5943echo $ac_n "checking for X""... $ac_c" 1>&6 9081echo $ECHO_N "checking for X... $ECHO_C" >&6
5944echo "configure:5945: checking for X" >&5 9082
9083ac_path_x_has_been_run=yes
5945 9084
5946# Check whether --with-x or --without-x was given. 9085# Check whether --with-x or --without-x was given.
5947if test "${with_x+set}" = set; then 9086if test "${with_x+set}" = set; then
5948 withval="$with_x" 9087 withval="$with_x"
5949 : 9088
5950fi 9089fi;
5951
5952# $have_x is `yes', `no', `disabled', or empty when we do not yet know. 9090# $have_x is `yes', `no', `disabled', or empty when we do not yet know.
5953if test "x$with_x" = xno; then 9091if test "x$with_x" = xno; then
5954 # The user explicitly disabled X. 9092 # The user explicitly disabled X.
5955 have_x=disabled 9093 have_x=disabled
5956else 9094else
5957 if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then 9095 if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
5958 # Both variables are already set. 9096 # Both variables are already set.
5959 have_x=yes 9097 have_x=yes
5960 else 9098 else
5961if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then 9099 if test "${ac_cv_have_x+set}" = set; then
5962 echo $ac_n "(cached) $ac_c" 1>&6 9100 echo $ECHO_N "(cached) $ECHO_C" >&6
5963else 9101else
5964 # One or both of the vars are not set, and there is no cached value. 9102 # One or both of the vars are not set, and there is no cached value.
5965ac_x_includes=NO ac_x_libraries=NO 9103ac_x_includes=no ac_x_libraries=no
5966rm -fr conftestdir 9104rm -fr conftest.dir
5967if mkdir conftestdir; then 9105if mkdir conftest.dir; then
5968 cd conftestdir 9106 cd conftest.dir
5969 # Make sure to not put "make" in the Imakefile rules, since we grep it out. 9107 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
5970 cat > Imakefile <<'EOF' 9108 cat >Imakefile <<'_ACEOF'
5971acfindx: 9109acfindx:
5972 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"' 9110 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
5973EOF 9111_ACEOF
5974 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then 9112 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
5975 # GNU make sometimes prints "make[1]: Entering...", which would confuse us. 9113 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
5976 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make` 9114 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
5977 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR. 9115 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
5978 for ac_extension in a so sl; do 9116 for ac_extension in a so sl; do
5979 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension && 9117 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
5980 test -f $ac_im_libdir/libX11.$ac_extension; then 9118 test -f $ac_im_libdir/libX11.$ac_extension; then
5981 ac_im_usrlibdir=$ac_im_libdir; break 9119 ac_im_usrlibdir=$ac_im_libdir; break
5982 fi 9120 fi
5983 done 9121 done
5984 # Screen out bogus values from the imake configuration. They are 9122 # Screen out bogus values from the imake configuration. They are
5985 # bogus both because they are the default anyway, and because 9123 # bogus both because they are the default anyway, and because
5986 # using them would break gcc on systems where it needs fixed includes. 9124 # using them would break gcc on systems where it needs fixed includes.
5987 case "$ac_im_incroot" in 9125 case $ac_im_incroot in
5988 /usr/include) ;; 9126 /usr/include) ;;
5989 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes="$ac_im_incroot" ;; 9127 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
5990 esac 9128 esac
5991 case "$ac_im_usrlibdir" in 9129 case $ac_im_usrlibdir in
5992 /usr/lib | /lib) ;; 9130 /usr/lib | /lib) ;;
5993 *) test -d "$ac_im_usrlibdir" && ac_x_libraries="$ac_im_usrlibdir" ;; 9131 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
5994 esac 9132 esac
5995 fi 9133 fi
5996 cd .. 9134 cd ..
5997 rm -fr conftestdir 9135 rm -fr conftest.dir
5998fi 9136fi
5999 9137
9138# Standard set of common directories for X headers.
9139# Check X11 before X11Rn because it is often a symlink to the current release.
9140ac_x_header_dirs='
9141/usr/X11/include
9142/usr/X11R6/include
9143/usr/X11R5/include
9144/usr/X11R4/include
9145
9146/usr/include/X11
9147/usr/include/X11R6
9148/usr/include/X11R5
9149/usr/include/X11R4
9150
9151/usr/local/X11/include
9152/usr/local/X11R6/include
9153/usr/local/X11R5/include
9154/usr/local/X11R4/include
9155
9156/usr/local/include/X11
9157/usr/local/include/X11R6
9158/usr/local/include/X11R5
9159/usr/local/include/X11R4
9160
9161/usr/X386/include
9162/usr/x386/include
9163/usr/XFree86/include/X11
9164
9165/usr/include
9166/usr/local/include
9167/usr/unsupported/include
9168/usr/athena/include
9169/usr/local/x11r5/include
9170/usr/lpp/Xamples/include
9171
9172/usr/openwin/include
9173/usr/openwin/share/include'
9174
6000if test "$ac_x_includes" = NO; then 9175if test "$ac_x_includes" = no; then
6001 # Guess where to find include files, by looking for this one X11 .h file. 9176 # Guess where to find include files, by looking for a specified header file.
6002 test -z "$x_direct_test_include" && x_direct_test_include=X11/Intrinsic.h
6003
6004 # First, try using that file with no special directory specified. 9177 # First, try using that file with no special directory specified.
9178 cat >conftest.$ac_ext <<_ACEOF
9179/* confdefs.h. */
9180_ACEOF
9181cat confdefs.h >>conftest.$ac_ext
6005cat > conftest.$ac_ext <<EOF 9182cat >>conftest.$ac_ext <<_ACEOF
6006#line 6007 "configure" 9183/* end confdefs.h. */
6007#include "confdefs.h" 9184#include <X11/Intrinsic.h>
6008#include <$x_direct_test_include> 9185_ACEOF
6009EOF 9186if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6010ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 9187 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6011{ (eval echo configure:6012: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 9188 ac_status=$?
6012ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 9189 grep -v '^ *+' conftest.er1 >conftest.err
9190 rm -f conftest.er1
9191 cat conftest.err >&5
9192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9193 (exit $ac_status); } >/dev/null; then
9194 if test -s conftest.err; then
9195 ac_cpp_err=$ac_cxx_preproc_warn_flag
9196 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
9197 else
9198 ac_cpp_err=
9199 fi
9200else
9201 ac_cpp_err=yes
9202fi
6013if test -z "$ac_err"; then 9203if test -z "$ac_cpp_err"; then
6014 rm -rf conftest*
6015 # We can compile using X headers with no special include directory. 9204 # We can compile using X headers with no special include directory.
6016ac_x_includes= 9205ac_x_includes=
6017else 9206else
6018 echo "$ac_err" >&5
6019 echo "configure: failed program was:" >&5 9207 echo "$as_me: failed program was:" >&5
6020 cat conftest.$ac_ext >&5 9208sed 's/^/| /' conftest.$ac_ext >&5
6021 rm -rf conftest* 9209
6022 # Look for the header file in a standard set of common directories. 9210 for ac_dir in $ac_x_header_dirs; do
6023# Check X11 before X11Rn because it is often a symlink to the current release. 9211 if test -r "$ac_dir/X11/Intrinsic.h"; then
6024 for ac_dir in \
6025 /usr/X11/include \
6026 /usr/X11R6/include \
6027 /usr/X11R5/include \
6028 /usr/X11R4/include \
6029 \
6030 /usr/include/X11 \
6031 /usr/include/X11R6 \
6032 /usr/include/X11R5 \
6033 /usr/include/X11R4 \
6034 \
6035 /usr/local/X11/include \
6036 /usr/local/X11R6/include \
6037 /usr/local/X11R5/include \
6038 /usr/local/X11R4/include \
6039 \
6040 /usr/local/include/X11 \
6041 /usr/local/include/X11R6 \
6042 /usr/local/include/X11R5 \
6043 /usr/local/include/X11R4 \
6044 \
6045 /usr/X386/include \
6046 /usr/x386/include \
6047 /usr/XFree86/include/X11 \
6048 \
6049 /usr/include \
6050 /usr/local/include \
6051 /usr/unsupported/include \
6052 /usr/athena/include \
6053 /usr/local/x11r5/include \
6054 /usr/lpp/Xamples/include \
6055 \
6056 /usr/openwin/include \
6057 /usr/openwin/share/include \
6058 ; \
6059 do
6060 if test -r "$ac_dir/$x_direct_test_include"; then
6061 ac_x_includes=$ac_dir 9212 ac_x_includes=$ac_dir
6062 break 9213 break
6063 fi 9214 fi
6064 done 9215done
6065fi 9216fi
6066rm -f conftest* 9217rm -f conftest.err conftest.$ac_ext
6067fi # $ac_x_includes = NO 9218fi # $ac_x_includes = no
6068 9219
6069if test "$ac_x_libraries" = NO; then 9220if test "$ac_x_libraries" = no; then
6070 # Check for the libraries. 9221 # Check for the libraries.
6071
6072 test -z "$x_direct_test_library" && x_direct_test_library=Xt
6073 test -z "$x_direct_test_function" && x_direct_test_function=XtMalloc
6074
6075 # See if we find them without any special options. 9222 # See if we find them without any special options.
6076 # Don't add to $LIBS permanently. 9223 # Don't add to $LIBS permanently.
6077 ac_save_LIBS="$LIBS" 9224 ac_save_LIBS=$LIBS
6078 LIBS="-l$x_direct_test_library $LIBS" 9225 LIBS="-lXt $LIBS"
9226 cat >conftest.$ac_ext <<_ACEOF
9227/* confdefs.h. */
9228_ACEOF
9229cat confdefs.h >>conftest.$ac_ext
6079cat > conftest.$ac_ext <<EOF 9230cat >>conftest.$ac_ext <<_ACEOF
6080#line 6081 "configure" 9231/* end confdefs.h. */
6081#include "confdefs.h" 9232#include <X11/Intrinsic.h>
6082 9233int
6083int main() { 9234main ()
6084${x_direct_test_function}() 9235{
9236XtMalloc (0)
9237 ;
6085; return 0; } 9238 return 0;
6086EOF 9239}
6087if { (eval echo configure:6088: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9240_ACEOF
9241rm -f conftest.$ac_objext conftest$ac_exeext
9242if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9243 (eval $ac_link) 2>conftest.er1
9244 ac_status=$?
9245 grep -v '^ *+' conftest.er1 >conftest.err
6088 rm -rf conftest* 9246 rm -f conftest.er1
9247 cat conftest.err >&5
9248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9249 (exit $ac_status); } &&
9250 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9251 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9252 (eval $ac_try) 2>&5
9253 ac_status=$?
9254 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9255 (exit $ac_status); }; } &&
9256 { ac_try='test -s conftest$ac_exeext'
9257 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9258 (eval $ac_try) 2>&5
9259 ac_status=$?
9260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9261 (exit $ac_status); }; }; then
6089 LIBS="$ac_save_LIBS" 9262 LIBS=$ac_save_LIBS
6090# We can link X programs with no special library path. 9263# We can link X programs with no special library path.
6091ac_x_libraries= 9264ac_x_libraries=
6092else 9265else
6093 echo "configure: failed program was:" >&5 9266 echo "$as_me: failed program was:" >&5
6094 cat conftest.$ac_ext >&5 9267sed 's/^/| /' conftest.$ac_ext >&5
6095 rm -rf conftest* 9268
6096 LIBS="$ac_save_LIBS" 9269LIBS=$ac_save_LIBS
6097# First see if replacing the include by lib works.
6098# Check X11 before X11Rn because it is often a symlink to the current release.
6099for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \ 9270for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
6100 /usr/X11/lib \
6101 /usr/X11R6/lib \
6102 /usr/X11R5/lib \
6103 /usr/X11R4/lib \
6104 \
6105 /usr/lib/X11 \
6106 /usr/lib/X11R6 \
6107 /usr/lib/X11R5 \
6108 /usr/lib/X11R4 \
6109 \
6110 /usr/local/X11/lib \
6111 /usr/local/X11R6/lib \
6112 /usr/local/X11R5/lib \
6113 /usr/local/X11R4/lib \
6114 \
6115 /usr/local/lib/X11 \
6116 /usr/local/lib/X11R6 \
6117 /usr/local/lib/X11R5 \
6118 /usr/local/lib/X11R4 \
6119 \
6120 /usr/X386/lib \
6121 /usr/x386/lib \
6122 /usr/XFree86/lib/X11 \
6123 \
6124 /usr/lib \
6125 /usr/local/lib \
6126 /usr/unsupported/lib \
6127 /usr/athena/lib \
6128 /usr/local/x11r5/lib \
6129 /usr/lpp/Xamples/lib \
6130 /lib/usr/lib/X11 \
6131 \
6132 /usr/openwin/lib \
6133 /usr/openwin/share/lib \
6134 ; \
6135do 9271do
9272 # Don't even attempt the hair of trying to link an X program!
6136 for ac_extension in a so sl; do 9273 for ac_extension in a so sl; do
6137 if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then 9274 if test -r $ac_dir/libXt.$ac_extension; then
6138 ac_x_libraries=$ac_dir 9275 ac_x_libraries=$ac_dir
6139 break 2 9276 break 2
6140 fi 9277 fi
6141 done 9278 done
6142done 9279done
6143fi 9280fi
6144rm -f conftest* 9281rm -f conftest.err conftest.$ac_objext \
9282 conftest$ac_exeext conftest.$ac_ext
6145fi # $ac_x_libraries = NO 9283fi # $ac_x_libraries = no
6146 9284
6147if test "$ac_x_includes" = NO || test "$ac_x_libraries" = NO; then 9285if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then
6148 # Didn't find X anywhere. Cache the known absence of X. 9286 # Didn't find X anywhere. Cache the known absence of X.
6149 ac_cv_have_x="have_x=no" 9287 ac_cv_have_x="have_x=no"
6150else 9288else
6151 # Record where we found X for the cache. 9289 # Record where we found X for the cache.
6152 ac_cv_have_x="have_x=yes \ 9290 ac_cv_have_x="have_x=yes \
6153 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries" 9291 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
6154fi 9292fi
6155fi 9293fi
9294
6156 fi 9295 fi
6157 eval "$ac_cv_have_x" 9296 eval "$ac_cv_have_x"
6158fi # $with_x != no 9297fi # $with_x != no
6159 9298
6160if test "$have_x" != yes; then 9299if test "$have_x" != yes; then
6161 echo "$ac_t""$have_x" 1>&6 9300 echo "$as_me:$LINENO: result: $have_x" >&5
9301echo "${ECHO_T}$have_x" >&6
6162 no_x=yes 9302 no_x=yes
6163else 9303else
6164 # If each of the values was on the command line, it overrides each guess. 9304 # If each of the values was on the command line, it overrides each guess.
6165 test "x$x_includes" = xNONE && x_includes=$ac_x_includes 9305 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
6166 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries 9306 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
6167 # Update the cache value to reflect the command line values. 9307 # Update the cache value to reflect the command line values.
6168 ac_cv_have_x="have_x=yes \ 9308 ac_cv_have_x="have_x=yes \
6169 ac_x_includes=$x_includes ac_x_libraries=$x_libraries" 9309 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
9310 # It might be that x_includes is empty (headers are found in the
9311 # standard search path. Then output the corresponding message
9312 ac_out_x_includes=$x_includes
9313 test "x$x_includes" = x && ac_out_x_includes="in standard search path"
9314 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $ac_out_x_includes" >&5
6170 echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6 9315echo "${ECHO_T}libraries $x_libraries, headers $ac_out_x_includes" >&6
6171fi 9316fi
6172 9317
9318fi
6173if test "$no_x" = yes; then 9319if test "$no_x" = yes; then
6174 # Not all programs may use this symbol, but it does not hurt to define it. 9320 # Not all programs may use this symbol, but it does not hurt to define it.
9321
6175 cat >> confdefs.h <<\EOF 9322cat >>confdefs.h <<\_ACEOF
6176#define X_DISPLAY_MISSING 1 9323#define X_DISPLAY_MISSING 1
6177EOF 9324_ACEOF
6178 9325
6179 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS= 9326 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
6180else 9327else
6181 if test -n "$x_includes"; then 9328 if test -n "$x_includes"; then
6182 X_CFLAGS="$X_CFLAGS -I$x_includes" 9329 X_CFLAGS="$X_CFLAGS -I$x_includes"
6185 # It would also be nice to do this for all -L options, not just this one. 9332 # It would also be nice to do this for all -L options, not just this one.
6186 if test -n "$x_libraries"; then 9333 if test -n "$x_libraries"; then
6187 X_LIBS="$X_LIBS -L$x_libraries" 9334 X_LIBS="$X_LIBS -L$x_libraries"
6188 # For Solaris; some versions of Sun CC require a space after -R and 9335 # For Solaris; some versions of Sun CC require a space after -R and
6189 # others require no space. Words are not sufficient . . . . 9336 # others require no space. Words are not sufficient . . . .
6190 case "`(uname -sr) 2>/dev/null`" in 9337 case `(uname -sr) 2>/dev/null` in
6191 "SunOS 5"*) 9338 "SunOS 5"*)
9339 echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
6192 echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6 9340echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6
6193echo "configure:6194: checking whether -R must be followed by a space" >&5
6194 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS -R$x_libraries" 9341 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
6195 cat > conftest.$ac_ext <<EOF 9342 cat >conftest.$ac_ext <<_ACEOF
6196#line 6197 "configure" 9343/* confdefs.h. */
6197#include "confdefs.h" 9344_ACEOF
9345cat confdefs.h >>conftest.$ac_ext
9346cat >>conftest.$ac_ext <<_ACEOF
9347/* end confdefs.h. */
6198 9348
6199int main() { 9349int
9350main ()
9351{
6200 9352
9353 ;
6201; return 0; } 9354 return 0;
6202EOF 9355}
6203if { (eval echo configure:6204: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9356_ACEOF
9357rm -f conftest.$ac_objext conftest$ac_exeext
9358if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9359 (eval $ac_link) 2>conftest.er1
9360 ac_status=$?
9361 grep -v '^ *+' conftest.er1 >conftest.err
6204 rm -rf conftest* 9362 rm -f conftest.er1
9363 cat conftest.err >&5
9364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9365 (exit $ac_status); } &&
9366 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9367 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9368 (eval $ac_try) 2>&5
9369 ac_status=$?
9370 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9371 (exit $ac_status); }; } &&
9372 { ac_try='test -s conftest$ac_exeext'
9373 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9374 (eval $ac_try) 2>&5
9375 ac_status=$?
9376 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9377 (exit $ac_status); }; }; then
6205 ac_R_nospace=yes 9378 ac_R_nospace=yes
6206else 9379else
6207 echo "configure: failed program was:" >&5 9380 echo "$as_me: failed program was:" >&5
6208 cat conftest.$ac_ext >&5 9381sed 's/^/| /' conftest.$ac_ext >&5
6209 rm -rf conftest* 9382
6210 ac_R_nospace=no 9383ac_R_nospace=no
6211fi 9384fi
6212rm -f conftest* 9385rm -f conftest.err conftest.$ac_objext \
9386 conftest$ac_exeext conftest.$ac_ext
6213 if test $ac_R_nospace = yes; then 9387 if test $ac_R_nospace = yes; then
6214 echo "$ac_t""no" 1>&6 9388 echo "$as_me:$LINENO: result: no" >&5
9389echo "${ECHO_T}no" >&6
6215 X_LIBS="$X_LIBS -R$x_libraries" 9390 X_LIBS="$X_LIBS -R$x_libraries"
6216 else 9391 else
6217 LIBS="$ac_xsave_LIBS -R $x_libraries" 9392 LIBS="$ac_xsave_LIBS -R $x_libraries"
6218 cat > conftest.$ac_ext <<EOF 9393 cat >conftest.$ac_ext <<_ACEOF
6219#line 6220 "configure" 9394/* confdefs.h. */
6220#include "confdefs.h" 9395_ACEOF
9396cat confdefs.h >>conftest.$ac_ext
9397cat >>conftest.$ac_ext <<_ACEOF
9398/* end confdefs.h. */
6221 9399
6222int main() { 9400int
9401main ()
9402{
6223 9403
9404 ;
6224; return 0; } 9405 return 0;
6225EOF 9406}
6226if { (eval echo configure:6227: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9407_ACEOF
9408rm -f conftest.$ac_objext conftest$ac_exeext
9409if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9410 (eval $ac_link) 2>conftest.er1
9411 ac_status=$?
9412 grep -v '^ *+' conftest.er1 >conftest.err
6227 rm -rf conftest* 9413 rm -f conftest.er1
9414 cat conftest.err >&5
9415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9416 (exit $ac_status); } &&
9417 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9418 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9419 (eval $ac_try) 2>&5
9420 ac_status=$?
9421 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9422 (exit $ac_status); }; } &&
9423 { ac_try='test -s conftest$ac_exeext'
9424 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9425 (eval $ac_try) 2>&5
9426 ac_status=$?
9427 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9428 (exit $ac_status); }; }; then
6228 ac_R_space=yes 9429 ac_R_space=yes
6229else 9430else
6230 echo "configure: failed program was:" >&5 9431 echo "$as_me: failed program was:" >&5
6231 cat conftest.$ac_ext >&5 9432sed 's/^/| /' conftest.$ac_ext >&5
6232 rm -rf conftest* 9433
6233 ac_R_space=no 9434ac_R_space=no
6234fi 9435fi
6235rm -f conftest* 9436rm -f conftest.err conftest.$ac_objext \
9437 conftest$ac_exeext conftest.$ac_ext
6236 if test $ac_R_space = yes; then 9438 if test $ac_R_space = yes; then
6237 echo "$ac_t""yes" 1>&6 9439 echo "$as_me:$LINENO: result: yes" >&5
9440echo "${ECHO_T}yes" >&6
6238 X_LIBS="$X_LIBS -R $x_libraries" 9441 X_LIBS="$X_LIBS -R $x_libraries"
6239 else 9442 else
9443 echo "$as_me:$LINENO: result: neither works" >&5
6240 echo "$ac_t""neither works" 1>&6 9444echo "${ECHO_T}neither works" >&6
6241 fi 9445 fi
6242 fi 9446 fi
6243 LIBS="$ac_xsave_LIBS" 9447 LIBS=$ac_xsave_LIBS
6244 esac 9448 esac
6245 fi 9449 fi
6246 9450
6247 # Check for system-dependent libraries X programs must link with. 9451 # Check for system-dependent libraries X programs must link with.
6248 # Do this before checking for the system-independent R6 libraries 9452 # Do this before checking for the system-independent R6 libraries
6249 # (-lICE), since we may need -lsocket or whatever for X linking. 9453 # (-lICE), since we may need -lsocket or whatever for X linking.
6250 9454
6251 if test "$ISC" = yes; then 9455 if test "$ISC" = yes; then
6252 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet" 9456 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
6253 else 9457 else
6254 # Martyn.Johnson@cl.cam.ac.uk says this is needed for Ultrix, if the X 9458 # Martyn Johnson says this is needed for Ultrix, if the X
6255 # libraries were built with DECnet support. And karl@cs.umb.edu says 9459 # libraries were built with DECnet support. And Karl Berry says
6256 # the Alpha needs dnet_stub (dnet does not exist). 9460 # the Alpha needs dnet_stub (dnet does not exist).
9461 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
9462 cat >conftest.$ac_ext <<_ACEOF
9463/* confdefs.h. */
9464_ACEOF
9465cat confdefs.h >>conftest.$ac_ext
9466cat >>conftest.$ac_ext <<_ACEOF
9467/* end confdefs.h. */
9468
9469/* Override any gcc2 internal prototype to avoid an error. */
9470#ifdef __cplusplus
9471extern "C"
9472#endif
9473/* We use char because int might match the return type of a gcc2
9474 builtin and then its argument prototype would still apply. */
9475char XOpenDisplay ();
9476int
9477main ()
9478{
9479XOpenDisplay ();
9480 ;
9481 return 0;
9482}
9483_ACEOF
9484rm -f conftest.$ac_objext conftest$ac_exeext
9485if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9486 (eval $ac_link) 2>conftest.er1
9487 ac_status=$?
9488 grep -v '^ *+' conftest.er1 >conftest.err
9489 rm -f conftest.er1
9490 cat conftest.err >&5
9491 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9492 (exit $ac_status); } &&
9493 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9494 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9495 (eval $ac_try) 2>&5
9496 ac_status=$?
9497 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9498 (exit $ac_status); }; } &&
9499 { ac_try='test -s conftest$ac_exeext'
9500 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9501 (eval $ac_try) 2>&5
9502 ac_status=$?
9503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9504 (exit $ac_status); }; }; then
9505 :
9506else
9507 echo "$as_me: failed program was:" >&5
9508sed 's/^/| /' conftest.$ac_ext >&5
9509
9510echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
6257 echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6 9511echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
6258echo "configure:6259: checking for dnet_ntoa in -ldnet" >&5 9512if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
6259ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'`
6260if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6261 echo $ac_n "(cached) $ac_c" 1>&6 9513 echo $ECHO_N "(cached) $ECHO_C" >&6
6262else 9514else
6263 ac_save_LIBS="$LIBS" 9515 ac_check_lib_save_LIBS=$LIBS
6264LIBS="-ldnet $LIBS" 9516LIBS="-ldnet $LIBS"
6265cat > conftest.$ac_ext <<EOF 9517cat >conftest.$ac_ext <<_ACEOF
6266#line 6267 "configure" 9518/* confdefs.h. */
6267#include "confdefs.h" 9519_ACEOF
9520cat confdefs.h >>conftest.$ac_ext
9521cat >>conftest.$ac_ext <<_ACEOF
9522/* end confdefs.h. */
9523
6268/* Override any gcc2 internal prototype to avoid an error. */ 9524/* Override any gcc2 internal prototype to avoid an error. */
9525#ifdef __cplusplus
9526extern "C"
9527#endif
6269/* We use char because int might match the return type of a gcc2 9528/* We use char because int might match the return type of a gcc2
6270 builtin and then its argument prototype would still apply. */ 9529 builtin and then its argument prototype would still apply. */
6271char dnet_ntoa(); 9530char dnet_ntoa ();
6272 9531int
6273int main() { 9532main ()
9533{
6274dnet_ntoa() 9534dnet_ntoa ();
9535 ;
6275; return 0; } 9536 return 0;
6276EOF 9537}
6277if { (eval echo configure:6278: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9538_ACEOF
9539rm -f conftest.$ac_objext conftest$ac_exeext
9540if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9541 (eval $ac_link) 2>conftest.er1
9542 ac_status=$?
9543 grep -v '^ *+' conftest.er1 >conftest.err
6278 rm -rf conftest* 9544 rm -f conftest.er1
6279 eval "ac_cv_lib_$ac_lib_var=yes" 9545 cat conftest.err >&5
9546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9547 (exit $ac_status); } &&
9548 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9549 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9550 (eval $ac_try) 2>&5
9551 ac_status=$?
9552 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9553 (exit $ac_status); }; } &&
9554 { ac_try='test -s conftest$ac_exeext'
9555 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9556 (eval $ac_try) 2>&5
9557 ac_status=$?
9558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9559 (exit $ac_status); }; }; then
9560 ac_cv_lib_dnet_dnet_ntoa=yes
6280else 9561else
6281 echo "configure: failed program was:" >&5 9562 echo "$as_me: failed program was:" >&5
6282 cat conftest.$ac_ext >&5 9563sed 's/^/| /' conftest.$ac_ext >&5
6283 rm -rf conftest* 9564
6284 eval "ac_cv_lib_$ac_lib_var=no" 9565ac_cv_lib_dnet_dnet_ntoa=no
6285fi 9566fi
6286rm -f conftest* 9567rm -f conftest.err conftest.$ac_objext \
9568 conftest$ac_exeext conftest.$ac_ext
6287LIBS="$ac_save_LIBS" 9569LIBS=$ac_check_lib_save_LIBS
6288
6289fi 9570fi
6290if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 9571echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
6291 echo "$ac_t""yes" 1>&6 9572echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
9573if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
6292 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet" 9574 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
6293else
6294 echo "$ac_t""no" 1>&6
6295fi 9575fi
6296 9576
6297 if test $ac_cv_lib_dnet_dnet_ntoa = no; then 9577 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
9578 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
6298 echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6 9579echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
6299echo "configure:6300: checking for dnet_ntoa in -ldnet_stub" >&5 9580if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
6300ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'`
6301if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6302 echo $ac_n "(cached) $ac_c" 1>&6 9581 echo $ECHO_N "(cached) $ECHO_C" >&6
6303else 9582else
6304 ac_save_LIBS="$LIBS" 9583 ac_check_lib_save_LIBS=$LIBS
6305LIBS="-ldnet_stub $LIBS" 9584LIBS="-ldnet_stub $LIBS"
6306cat > conftest.$ac_ext <<EOF 9585cat >conftest.$ac_ext <<_ACEOF
6307#line 6308 "configure" 9586/* confdefs.h. */
6308#include "confdefs.h" 9587_ACEOF
9588cat confdefs.h >>conftest.$ac_ext
9589cat >>conftest.$ac_ext <<_ACEOF
9590/* end confdefs.h. */
9591
6309/* Override any gcc2 internal prototype to avoid an error. */ 9592/* Override any gcc2 internal prototype to avoid an error. */
9593#ifdef __cplusplus
9594extern "C"
9595#endif
6310/* We use char because int might match the return type of a gcc2 9596/* We use char because int might match the return type of a gcc2
6311 builtin and then its argument prototype would still apply. */ 9597 builtin and then its argument prototype would still apply. */
6312char dnet_ntoa(); 9598char dnet_ntoa ();
6313 9599int
6314int main() { 9600main ()
9601{
6315dnet_ntoa() 9602dnet_ntoa ();
9603 ;
6316; return 0; } 9604 return 0;
6317EOF 9605}
6318if { (eval echo configure:6319: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9606_ACEOF
9607rm -f conftest.$ac_objext conftest$ac_exeext
9608if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9609 (eval $ac_link) 2>conftest.er1
9610 ac_status=$?
9611 grep -v '^ *+' conftest.er1 >conftest.err
6319 rm -rf conftest* 9612 rm -f conftest.er1
6320 eval "ac_cv_lib_$ac_lib_var=yes" 9613 cat conftest.err >&5
9614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9615 (exit $ac_status); } &&
9616 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9617 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9618 (eval $ac_try) 2>&5
9619 ac_status=$?
9620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9621 (exit $ac_status); }; } &&
9622 { ac_try='test -s conftest$ac_exeext'
9623 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9624 (eval $ac_try) 2>&5
9625 ac_status=$?
9626 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9627 (exit $ac_status); }; }; then
9628 ac_cv_lib_dnet_stub_dnet_ntoa=yes
6321else 9629else
6322 echo "configure: failed program was:" >&5 9630 echo "$as_me: failed program was:" >&5
6323 cat conftest.$ac_ext >&5 9631sed 's/^/| /' conftest.$ac_ext >&5
6324 rm -rf conftest* 9632
6325 eval "ac_cv_lib_$ac_lib_var=no" 9633ac_cv_lib_dnet_stub_dnet_ntoa=no
6326fi 9634fi
6327rm -f conftest* 9635rm -f conftest.err conftest.$ac_objext \
9636 conftest$ac_exeext conftest.$ac_ext
6328LIBS="$ac_save_LIBS" 9637LIBS=$ac_check_lib_save_LIBS
6329
6330fi 9638fi
6331if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 9639echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
6332 echo "$ac_t""yes" 1>&6 9640echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
9641if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
6333 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub" 9642 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
6334else
6335 echo "$ac_t""no" 1>&6
6336fi 9643fi
6337 9644
6338 fi 9645 fi
9646fi
9647rm -f conftest.err conftest.$ac_objext \
9648 conftest$ac_exeext conftest.$ac_ext
9649 LIBS="$ac_xsave_LIBS"
6339 9650
6340 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT, 9651 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
6341 # to get the SysV transport functions. 9652 # to get the SysV transport functions.
6342 # chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4) 9653 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
6343 # needs -lnsl. 9654 # needs -lnsl.
6344 # The nsl library prevents programs from opening the X display 9655 # The nsl library prevents programs from opening the X display
6345 # on Irix 5.2, according to dickey@clark.net. 9656 # on Irix 5.2, according to T.E. Dickey.
9657 # The functions gethostbyname, getservbyname, and inet_addr are
9658 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9659 echo "$as_me:$LINENO: checking for gethostbyname" >&5
6346 echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6 9660echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
6347echo "configure:6348: checking for gethostbyname" >&5
6348if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then 9661if test "${ac_cv_func_gethostbyname+set}" = set; then
6349 echo $ac_n "(cached) $ac_c" 1>&6 9662 echo $ECHO_N "(cached) $ECHO_C" >&6
6350else 9663else
6351 cat > conftest.$ac_ext <<EOF 9664 cat >conftest.$ac_ext <<_ACEOF
6352#line 6353 "configure" 9665/* confdefs.h. */
6353#include "confdefs.h" 9666_ACEOF
9667cat confdefs.h >>conftest.$ac_ext
9668cat >>conftest.$ac_ext <<_ACEOF
9669/* end confdefs.h. */
9670/* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
9671 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9672#define gethostbyname innocuous_gethostbyname
9673
6354/* System header to define __stub macros and hopefully few prototypes, 9674/* System header to define __stub macros and hopefully few prototypes,
6355 which can conflict with char gethostbyname(); below. */ 9675 which can conflict with char gethostbyname (); below.
9676 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9677 <limits.h> exists even on freestanding compilers. */
9678
9679#ifdef __STDC__
9680# include <limits.h>
9681#else
6356#include <assert.h> 9682# include <assert.h>
9683#endif
9684
9685#undef gethostbyname
9686
6357/* Override any gcc2 internal prototype to avoid an error. */ 9687/* Override any gcc2 internal prototype to avoid an error. */
9688#ifdef __cplusplus
9689extern "C"
9690{
9691#endif
6358/* We use char because int might match the return type of a gcc2 9692/* We use char because int might match the return type of a gcc2
6359 builtin and then its argument prototype would still apply. */ 9693 builtin and then its argument prototype would still apply. */
6360char gethostbyname(); 9694char gethostbyname ();
6361
6362int main() {
6363
6364/* The GNU C library defines this for functions which it implements 9695/* The GNU C library defines this for functions which it implements
6365 to always fail with ENOSYS. Some functions are actually named 9696 to always fail with ENOSYS. Some functions are actually named
6366 something starting with __ and the normal name is an alias. */ 9697 something starting with __ and the normal name is an alias. */
6367#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname) 9698#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
6368choke me 9699choke me
6369#else 9700#else
6370gethostbyname(); 9701char (*f) () = gethostbyname;
6371#endif 9702#endif
9703#ifdef __cplusplus
9704}
9705#endif
6372 9706
9707int
9708main ()
9709{
9710return f != gethostbyname;
9711 ;
6373; return 0; } 9712 return 0;
6374EOF 9713}
6375if { (eval echo configure:6376: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9714_ACEOF
9715rm -f conftest.$ac_objext conftest$ac_exeext
9716if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9717 (eval $ac_link) 2>conftest.er1
9718 ac_status=$?
9719 grep -v '^ *+' conftest.er1 >conftest.err
6376 rm -rf conftest* 9720 rm -f conftest.er1
9721 cat conftest.err >&5
9722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9723 (exit $ac_status); } &&
9724 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9725 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9726 (eval $ac_try) 2>&5
9727 ac_status=$?
9728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9729 (exit $ac_status); }; } &&
9730 { ac_try='test -s conftest$ac_exeext'
9731 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9732 (eval $ac_try) 2>&5
9733 ac_status=$?
9734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9735 (exit $ac_status); }; }; then
6377 eval "ac_cv_func_gethostbyname=yes" 9736 ac_cv_func_gethostbyname=yes
6378else 9737else
6379 echo "configure: failed program was:" >&5 9738 echo "$as_me: failed program was:" >&5
6380 cat conftest.$ac_ext >&5 9739sed 's/^/| /' conftest.$ac_ext >&5
6381 rm -rf conftest* 9740
6382 eval "ac_cv_func_gethostbyname=no" 9741ac_cv_func_gethostbyname=no
6383fi 9742fi
6384rm -f conftest* 9743rm -f conftest.err conftest.$ac_objext \
9744 conftest$ac_exeext conftest.$ac_ext
6385fi 9745fi
6386 9746echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
6387if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then 9747echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
6388 echo "$ac_t""yes" 1>&6
6389 :
6390else
6391 echo "$ac_t""no" 1>&6
6392fi
6393 9748
6394 if test $ac_cv_func_gethostbyname = no; then 9749 if test $ac_cv_func_gethostbyname = no; then
9750 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
6395 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6 9751echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
6396echo "configure:6397: checking for gethostbyname in -lnsl" >&5 9752if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
6397ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
6398if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6399 echo $ac_n "(cached) $ac_c" 1>&6 9753 echo $ECHO_N "(cached) $ECHO_C" >&6
6400else 9754else
6401 ac_save_LIBS="$LIBS" 9755 ac_check_lib_save_LIBS=$LIBS
6402LIBS="-lnsl $LIBS" 9756LIBS="-lnsl $LIBS"
6403cat > conftest.$ac_ext <<EOF 9757cat >conftest.$ac_ext <<_ACEOF
6404#line 6405 "configure" 9758/* confdefs.h. */
6405#include "confdefs.h" 9759_ACEOF
9760cat confdefs.h >>conftest.$ac_ext
9761cat >>conftest.$ac_ext <<_ACEOF
9762/* end confdefs.h. */
9763
6406/* Override any gcc2 internal prototype to avoid an error. */ 9764/* Override any gcc2 internal prototype to avoid an error. */
9765#ifdef __cplusplus
9766extern "C"
9767#endif
6407/* We use char because int might match the return type of a gcc2 9768/* We use char because int might match the return type of a gcc2
6408 builtin and then its argument prototype would still apply. */ 9769 builtin and then its argument prototype would still apply. */
6409char gethostbyname(); 9770char gethostbyname ();
6410 9771int
6411int main() { 9772main ()
9773{
6412gethostbyname() 9774gethostbyname ();
9775 ;
6413; return 0; } 9776 return 0;
6414EOF 9777}
6415if { (eval echo configure:6416: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9778_ACEOF
9779rm -f conftest.$ac_objext conftest$ac_exeext
9780if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9781 (eval $ac_link) 2>conftest.er1
9782 ac_status=$?
9783 grep -v '^ *+' conftest.er1 >conftest.err
6416 rm -rf conftest* 9784 rm -f conftest.er1
6417 eval "ac_cv_lib_$ac_lib_var=yes" 9785 cat conftest.err >&5
9786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9787 (exit $ac_status); } &&
9788 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9789 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9790 (eval $ac_try) 2>&5
9791 ac_status=$?
9792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9793 (exit $ac_status); }; } &&
9794 { ac_try='test -s conftest$ac_exeext'
9795 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9796 (eval $ac_try) 2>&5
9797 ac_status=$?
9798 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9799 (exit $ac_status); }; }; then
9800 ac_cv_lib_nsl_gethostbyname=yes
6418else 9801else
6419 echo "configure: failed program was:" >&5 9802 echo "$as_me: failed program was:" >&5
6420 cat conftest.$ac_ext >&5 9803sed 's/^/| /' conftest.$ac_ext >&5
6421 rm -rf conftest* 9804
6422 eval "ac_cv_lib_$ac_lib_var=no" 9805ac_cv_lib_nsl_gethostbyname=no
6423fi 9806fi
6424rm -f conftest* 9807rm -f conftest.err conftest.$ac_objext \
9808 conftest$ac_exeext conftest.$ac_ext
6425LIBS="$ac_save_LIBS" 9809LIBS=$ac_check_lib_save_LIBS
6426
6427fi 9810fi
6428if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 9811echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
6429 echo "$ac_t""yes" 1>&6 9812echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
9813if test $ac_cv_lib_nsl_gethostbyname = yes; then
6430 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl" 9814 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
6431else
6432 echo "$ac_t""no" 1>&6
6433fi 9815fi
6434 9816
9817 if test $ac_cv_lib_nsl_gethostbyname = no; then
9818 echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
9819echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
9820if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
9821 echo $ECHO_N "(cached) $ECHO_C" >&6
9822else
9823 ac_check_lib_save_LIBS=$LIBS
9824LIBS="-lbsd $LIBS"
9825cat >conftest.$ac_ext <<_ACEOF
9826/* confdefs.h. */
9827_ACEOF
9828cat confdefs.h >>conftest.$ac_ext
9829cat >>conftest.$ac_ext <<_ACEOF
9830/* end confdefs.h. */
9831
9832/* Override any gcc2 internal prototype to avoid an error. */
9833#ifdef __cplusplus
9834extern "C"
9835#endif
9836/* We use char because int might match the return type of a gcc2
9837 builtin and then its argument prototype would still apply. */
9838char gethostbyname ();
9839int
9840main ()
9841{
9842gethostbyname ();
9843 ;
9844 return 0;
9845}
9846_ACEOF
9847rm -f conftest.$ac_objext conftest$ac_exeext
9848if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9849 (eval $ac_link) 2>conftest.er1
9850 ac_status=$?
9851 grep -v '^ *+' conftest.er1 >conftest.err
9852 rm -f conftest.er1
9853 cat conftest.err >&5
9854 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9855 (exit $ac_status); } &&
9856 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9857 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9858 (eval $ac_try) 2>&5
9859 ac_status=$?
9860 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9861 (exit $ac_status); }; } &&
9862 { ac_try='test -s conftest$ac_exeext'
9863 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9864 (eval $ac_try) 2>&5
9865 ac_status=$?
9866 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9867 (exit $ac_status); }; }; then
9868 ac_cv_lib_bsd_gethostbyname=yes
9869else
9870 echo "$as_me: failed program was:" >&5
9871sed 's/^/| /' conftest.$ac_ext >&5
9872
9873ac_cv_lib_bsd_gethostbyname=no
9874fi
9875rm -f conftest.err conftest.$ac_objext \
9876 conftest$ac_exeext conftest.$ac_ext
9877LIBS=$ac_check_lib_save_LIBS
9878fi
9879echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
9880echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
9881if test $ac_cv_lib_bsd_gethostbyname = yes; then
9882 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9883fi
9884
9885 fi
6435 fi 9886 fi
6436 9887
6437 # lieder@skyler.mavd.honeywell.com says without -lsocket, 9888 # lieder@skyler.mavd.honeywell.com says without -lsocket,
6438 # socket/setsockopt and other routines are undefined under SCO ODT 9889 # socket/setsockopt and other routines are undefined under SCO ODT
6439 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary 9890 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
6440 # on later versions), says simon@lia.di.epfl.ch: it contains 9891 # on later versions), says Simon Leinen: it contains gethostby*
6441 # gethostby* variants that don't use the nameserver (or something). 9892 # variants that don't use the name server (or something). -lsocket
6442 # -lsocket must be given before -lnsl if both are needed. 9893 # must be given before -lnsl if both are needed. We assume that
6443 # We assume that if connect needs -lnsl, so does gethostbyname. 9894 # if connect needs -lnsl, so does gethostbyname.
9895 echo "$as_me:$LINENO: checking for connect" >&5
6444 echo $ac_n "checking for connect""... $ac_c" 1>&6 9896echo $ECHO_N "checking for connect... $ECHO_C" >&6
6445echo "configure:6446: checking for connect" >&5
6446if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then 9897if test "${ac_cv_func_connect+set}" = set; then
6447 echo $ac_n "(cached) $ac_c" 1>&6 9898 echo $ECHO_N "(cached) $ECHO_C" >&6
6448else 9899else
6449 cat > conftest.$ac_ext <<EOF 9900 cat >conftest.$ac_ext <<_ACEOF
6450#line 6451 "configure" 9901/* confdefs.h. */
6451#include "confdefs.h" 9902_ACEOF
9903cat confdefs.h >>conftest.$ac_ext
9904cat >>conftest.$ac_ext <<_ACEOF
9905/* end confdefs.h. */
9906/* Define connect to an innocuous variant, in case <limits.h> declares connect.
9907 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9908#define connect innocuous_connect
9909
6452/* System header to define __stub macros and hopefully few prototypes, 9910/* System header to define __stub macros and hopefully few prototypes,
6453 which can conflict with char connect(); below. */ 9911 which can conflict with char connect (); below.
9912 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9913 <limits.h> exists even on freestanding compilers. */
9914
9915#ifdef __STDC__
9916# include <limits.h>
9917#else
6454#include <assert.h> 9918# include <assert.h>
9919#endif
9920
9921#undef connect
9922
6455/* Override any gcc2 internal prototype to avoid an error. */ 9923/* Override any gcc2 internal prototype to avoid an error. */
9924#ifdef __cplusplus
9925extern "C"
9926{
9927#endif
6456/* We use char because int might match the return type of a gcc2 9928/* We use char because int might match the return type of a gcc2
6457 builtin and then its argument prototype would still apply. */ 9929 builtin and then its argument prototype would still apply. */
6458char connect(); 9930char connect ();
6459
6460int main() {
6461
6462/* The GNU C library defines this for functions which it implements 9931/* The GNU C library defines this for functions which it implements
6463 to always fail with ENOSYS. Some functions are actually named 9932 to always fail with ENOSYS. Some functions are actually named
6464 something starting with __ and the normal name is an alias. */ 9933 something starting with __ and the normal name is an alias. */
6465#if defined (__stub_connect) || defined (__stub___connect) 9934#if defined (__stub_connect) || defined (__stub___connect)
6466choke me 9935choke me
6467#else 9936#else
6468connect(); 9937char (*f) () = connect;
6469#endif 9938#endif
9939#ifdef __cplusplus
9940}
9941#endif
6470 9942
9943int
9944main ()
9945{
9946return f != connect;
9947 ;
6471; return 0; } 9948 return 0;
6472EOF 9949}
6473if { (eval echo configure:6474: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9950_ACEOF
9951rm -f conftest.$ac_objext conftest$ac_exeext
9952if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9953 (eval $ac_link) 2>conftest.er1
9954 ac_status=$?
9955 grep -v '^ *+' conftest.er1 >conftest.err
6474 rm -rf conftest* 9956 rm -f conftest.er1
9957 cat conftest.err >&5
9958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9959 (exit $ac_status); } &&
9960 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9961 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9962 (eval $ac_try) 2>&5
9963 ac_status=$?
9964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9965 (exit $ac_status); }; } &&
9966 { ac_try='test -s conftest$ac_exeext'
9967 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9968 (eval $ac_try) 2>&5
9969 ac_status=$?
9970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9971 (exit $ac_status); }; }; then
6475 eval "ac_cv_func_connect=yes" 9972 ac_cv_func_connect=yes
6476else 9973else
6477 echo "configure: failed program was:" >&5 9974 echo "$as_me: failed program was:" >&5
6478 cat conftest.$ac_ext >&5 9975sed 's/^/| /' conftest.$ac_ext >&5
6479 rm -rf conftest* 9976
6480 eval "ac_cv_func_connect=no" 9977ac_cv_func_connect=no
6481fi 9978fi
6482rm -f conftest* 9979rm -f conftest.err conftest.$ac_objext \
9980 conftest$ac_exeext conftest.$ac_ext
6483fi 9981fi
6484 9982echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
6485if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then 9983echo "${ECHO_T}$ac_cv_func_connect" >&6
6486 echo "$ac_t""yes" 1>&6
6487 :
6488else
6489 echo "$ac_t""no" 1>&6
6490fi
6491 9984
6492 if test $ac_cv_func_connect = no; then 9985 if test $ac_cv_func_connect = no; then
9986 echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
6493 echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6 9987echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
6494echo "configure:6495: checking for connect in -lsocket" >&5 9988if test "${ac_cv_lib_socket_connect+set}" = set; then
6495ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'`
6496if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6497 echo $ac_n "(cached) $ac_c" 1>&6 9989 echo $ECHO_N "(cached) $ECHO_C" >&6
6498else 9990else
6499 ac_save_LIBS="$LIBS" 9991 ac_check_lib_save_LIBS=$LIBS
6500LIBS="-lsocket $X_EXTRA_LIBS $LIBS" 9992LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
6501cat > conftest.$ac_ext <<EOF 9993cat >conftest.$ac_ext <<_ACEOF
6502#line 6503 "configure" 9994/* confdefs.h. */
6503#include "confdefs.h" 9995_ACEOF
9996cat confdefs.h >>conftest.$ac_ext
9997cat >>conftest.$ac_ext <<_ACEOF
9998/* end confdefs.h. */
9999
6504/* Override any gcc2 internal prototype to avoid an error. */ 10000/* Override any gcc2 internal prototype to avoid an error. */
10001#ifdef __cplusplus
10002extern "C"
10003#endif
6505/* We use char because int might match the return type of a gcc2 10004/* We use char because int might match the return type of a gcc2
6506 builtin and then its argument prototype would still apply. */ 10005 builtin and then its argument prototype would still apply. */
6507char connect(); 10006char connect ();
6508 10007int
6509int main() { 10008main ()
10009{
6510connect() 10010connect ();
10011 ;
6511; return 0; } 10012 return 0;
6512EOF 10013}
6513if { (eval echo configure:6514: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 10014_ACEOF
10015rm -f conftest.$ac_objext conftest$ac_exeext
10016if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10017 (eval $ac_link) 2>conftest.er1
10018 ac_status=$?
10019 grep -v '^ *+' conftest.er1 >conftest.err
6514 rm -rf conftest* 10020 rm -f conftest.er1
6515 eval "ac_cv_lib_$ac_lib_var=yes" 10021 cat conftest.err >&5
10022 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10023 (exit $ac_status); } &&
10024 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10025 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10026 (eval $ac_try) 2>&5
10027 ac_status=$?
10028 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10029 (exit $ac_status); }; } &&
10030 { ac_try='test -s conftest$ac_exeext'
10031 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10032 (eval $ac_try) 2>&5
10033 ac_status=$?
10034 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10035 (exit $ac_status); }; }; then
10036 ac_cv_lib_socket_connect=yes
6516else 10037else
6517 echo "configure: failed program was:" >&5 10038 echo "$as_me: failed program was:" >&5
6518 cat conftest.$ac_ext >&5 10039sed 's/^/| /' conftest.$ac_ext >&5
6519 rm -rf conftest* 10040
6520 eval "ac_cv_lib_$ac_lib_var=no" 10041ac_cv_lib_socket_connect=no
6521fi 10042fi
6522rm -f conftest* 10043rm -f conftest.err conftest.$ac_objext \
10044 conftest$ac_exeext conftest.$ac_ext
6523LIBS="$ac_save_LIBS" 10045LIBS=$ac_check_lib_save_LIBS
6524
6525fi 10046fi
6526if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 10047echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
6527 echo "$ac_t""yes" 1>&6 10048echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
10049if test $ac_cv_lib_socket_connect = yes; then
6528 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS" 10050 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
6529else
6530 echo "$ac_t""no" 1>&6
6531fi 10051fi
6532 10052
6533 fi 10053 fi
6534 10054
6535 # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX. 10055 # Guillermo Gomez says -lposix is necessary on A/UX.
10056 echo "$as_me:$LINENO: checking for remove" >&5
6536 echo $ac_n "checking for remove""... $ac_c" 1>&6 10057echo $ECHO_N "checking for remove... $ECHO_C" >&6
6537echo "configure:6538: checking for remove" >&5
6538if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then 10058if test "${ac_cv_func_remove+set}" = set; then
6539 echo $ac_n "(cached) $ac_c" 1>&6 10059 echo $ECHO_N "(cached) $ECHO_C" >&6
6540else 10060else
6541 cat > conftest.$ac_ext <<EOF 10061 cat >conftest.$ac_ext <<_ACEOF
6542#line 6543 "configure" 10062/* confdefs.h. */
6543#include "confdefs.h" 10063_ACEOF
10064cat confdefs.h >>conftest.$ac_ext
10065cat >>conftest.$ac_ext <<_ACEOF
10066/* end confdefs.h. */
10067/* Define remove to an innocuous variant, in case <limits.h> declares remove.
10068 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10069#define remove innocuous_remove
10070
6544/* System header to define __stub macros and hopefully few prototypes, 10071/* System header to define __stub macros and hopefully few prototypes,
6545 which can conflict with char remove(); below. */ 10072 which can conflict with char remove (); below.
10073 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10074 <limits.h> exists even on freestanding compilers. */
10075
10076#ifdef __STDC__
10077# include <limits.h>
10078#else
6546#include <assert.h> 10079# include <assert.h>
10080#endif
10081
10082#undef remove
10083
6547/* Override any gcc2 internal prototype to avoid an error. */ 10084/* Override any gcc2 internal prototype to avoid an error. */
10085#ifdef __cplusplus
10086extern "C"
10087{
10088#endif
6548/* We use char because int might match the return type of a gcc2 10089/* We use char because int might match the return type of a gcc2
6549 builtin and then its argument prototype would still apply. */ 10090 builtin and then its argument prototype would still apply. */
6550char remove(); 10091char remove ();
6551
6552int main() {
6553
6554/* The GNU C library defines this for functions which it implements 10092/* The GNU C library defines this for functions which it implements
6555 to always fail with ENOSYS. Some functions are actually named 10093 to always fail with ENOSYS. Some functions are actually named
6556 something starting with __ and the normal name is an alias. */ 10094 something starting with __ and the normal name is an alias. */
6557#if defined (__stub_remove) || defined (__stub___remove) 10095#if defined (__stub_remove) || defined (__stub___remove)
6558choke me 10096choke me
6559#else 10097#else
6560remove(); 10098char (*f) () = remove;
6561#endif 10099#endif
10100#ifdef __cplusplus
10101}
10102#endif
6562 10103
10104int
10105main ()
10106{
10107return f != remove;
10108 ;
6563; return 0; } 10109 return 0;
6564EOF 10110}
6565if { (eval echo configure:6566: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 10111_ACEOF
10112rm -f conftest.$ac_objext conftest$ac_exeext
10113if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10114 (eval $ac_link) 2>conftest.er1
10115 ac_status=$?
10116 grep -v '^ *+' conftest.er1 >conftest.err
6566 rm -rf conftest* 10117 rm -f conftest.er1
10118 cat conftest.err >&5
10119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10120 (exit $ac_status); } &&
10121 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10122 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10123 (eval $ac_try) 2>&5
10124 ac_status=$?
10125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10126 (exit $ac_status); }; } &&
10127 { ac_try='test -s conftest$ac_exeext'
10128 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10129 (eval $ac_try) 2>&5
10130 ac_status=$?
10131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10132 (exit $ac_status); }; }; then
6567 eval "ac_cv_func_remove=yes" 10133 ac_cv_func_remove=yes
6568else 10134else
6569 echo "configure: failed program was:" >&5 10135 echo "$as_me: failed program was:" >&5
6570 cat conftest.$ac_ext >&5 10136sed 's/^/| /' conftest.$ac_ext >&5
6571 rm -rf conftest* 10137
6572 eval "ac_cv_func_remove=no" 10138ac_cv_func_remove=no
6573fi 10139fi
6574rm -f conftest* 10140rm -f conftest.err conftest.$ac_objext \
10141 conftest$ac_exeext conftest.$ac_ext
6575fi 10142fi
6576 10143echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
6577if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then 10144echo "${ECHO_T}$ac_cv_func_remove" >&6
6578 echo "$ac_t""yes" 1>&6
6579 :
6580else
6581 echo "$ac_t""no" 1>&6
6582fi
6583 10145
6584 if test $ac_cv_func_remove = no; then 10146 if test $ac_cv_func_remove = no; then
10147 echo "$as_me:$LINENO: checking for remove in -lposix" >&5
6585 echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6 10148echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
6586echo "configure:6587: checking for remove in -lposix" >&5 10149if test "${ac_cv_lib_posix_remove+set}" = set; then
6587ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'`
6588if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6589 echo $ac_n "(cached) $ac_c" 1>&6 10150 echo $ECHO_N "(cached) $ECHO_C" >&6
6590else 10151else
6591 ac_save_LIBS="$LIBS" 10152 ac_check_lib_save_LIBS=$LIBS
6592LIBS="-lposix $LIBS" 10153LIBS="-lposix $LIBS"
6593cat > conftest.$ac_ext <<EOF 10154cat >conftest.$ac_ext <<_ACEOF
6594#line 6595 "configure" 10155/* confdefs.h. */
6595#include "confdefs.h" 10156_ACEOF
10157cat confdefs.h >>conftest.$ac_ext
10158cat >>conftest.$ac_ext <<_ACEOF
10159/* end confdefs.h. */
10160
6596/* Override any gcc2 internal prototype to avoid an error. */ 10161/* Override any gcc2 internal prototype to avoid an error. */
10162#ifdef __cplusplus
10163extern "C"
10164#endif
6597/* We use char because int might match the return type of a gcc2 10165/* We use char because int might match the return type of a gcc2
6598 builtin and then its argument prototype would still apply. */ 10166 builtin and then its argument prototype would still apply. */
6599char remove(); 10167char remove ();
6600 10168int
6601int main() { 10169main ()
10170{
6602remove() 10171remove ();
10172 ;
6603; return 0; } 10173 return 0;
6604EOF 10174}
6605if { (eval echo configure:6606: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 10175_ACEOF
10176rm -f conftest.$ac_objext conftest$ac_exeext
10177if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10178 (eval $ac_link) 2>conftest.er1
10179 ac_status=$?
10180 grep -v '^ *+' conftest.er1 >conftest.err
6606 rm -rf conftest* 10181 rm -f conftest.er1
6607 eval "ac_cv_lib_$ac_lib_var=yes" 10182 cat conftest.err >&5
10183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10184 (exit $ac_status); } &&
10185 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10186 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10187 (eval $ac_try) 2>&5
10188 ac_status=$?
10189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10190 (exit $ac_status); }; } &&
10191 { ac_try='test -s conftest$ac_exeext'
10192 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10193 (eval $ac_try) 2>&5
10194 ac_status=$?
10195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10196 (exit $ac_status); }; }; then
10197 ac_cv_lib_posix_remove=yes
6608else 10198else
6609 echo "configure: failed program was:" >&5 10199 echo "$as_me: failed program was:" >&5
6610 cat conftest.$ac_ext >&5 10200sed 's/^/| /' conftest.$ac_ext >&5
6611 rm -rf conftest* 10201
6612 eval "ac_cv_lib_$ac_lib_var=no" 10202ac_cv_lib_posix_remove=no
6613fi 10203fi
6614rm -f conftest* 10204rm -f conftest.err conftest.$ac_objext \
10205 conftest$ac_exeext conftest.$ac_ext
6615LIBS="$ac_save_LIBS" 10206LIBS=$ac_check_lib_save_LIBS
6616
6617fi 10207fi
6618if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 10208echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
6619 echo "$ac_t""yes" 1>&6 10209echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
10210if test $ac_cv_lib_posix_remove = yes; then
6620 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix" 10211 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
6621else
6622 echo "$ac_t""no" 1>&6
6623fi 10212fi
6624 10213
6625 fi 10214 fi
6626 10215
6627 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay. 10216 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
10217 echo "$as_me:$LINENO: checking for shmat" >&5
6628 echo $ac_n "checking for shmat""... $ac_c" 1>&6 10218echo $ECHO_N "checking for shmat... $ECHO_C" >&6
6629echo "configure:6630: checking for shmat" >&5
6630if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then 10219if test "${ac_cv_func_shmat+set}" = set; then
6631 echo $ac_n "(cached) $ac_c" 1>&6 10220 echo $ECHO_N "(cached) $ECHO_C" >&6
6632else 10221else
6633 cat > conftest.$ac_ext <<EOF 10222 cat >conftest.$ac_ext <<_ACEOF
6634#line 6635 "configure" 10223/* confdefs.h. */
6635#include "confdefs.h" 10224_ACEOF
10225cat confdefs.h >>conftest.$ac_ext
10226cat >>conftest.$ac_ext <<_ACEOF
10227/* end confdefs.h. */
10228/* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
10229 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10230#define shmat innocuous_shmat
10231
6636/* System header to define __stub macros and hopefully few prototypes, 10232/* System header to define __stub macros and hopefully few prototypes,
6637 which can conflict with char shmat(); below. */ 10233 which can conflict with char shmat (); below.
10234 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10235 <limits.h> exists even on freestanding compilers. */
10236
10237#ifdef __STDC__
10238# include <limits.h>
10239#else
6638#include <assert.h> 10240# include <assert.h>
10241#endif
10242
10243#undef shmat
10244
6639/* Override any gcc2 internal prototype to avoid an error. */ 10245/* Override any gcc2 internal prototype to avoid an error. */
10246#ifdef __cplusplus
10247extern "C"
10248{
10249#endif
6640/* We use char because int might match the return type of a gcc2 10250/* We use char because int might match the return type of a gcc2
6641 builtin and then its argument prototype would still apply. */ 10251 builtin and then its argument prototype would still apply. */
6642char shmat(); 10252char shmat ();
6643
6644int main() {
6645
6646/* The GNU C library defines this for functions which it implements 10253/* The GNU C library defines this for functions which it implements
6647 to always fail with ENOSYS. Some functions are actually named 10254 to always fail with ENOSYS. Some functions are actually named
6648 something starting with __ and the normal name is an alias. */ 10255 something starting with __ and the normal name is an alias. */
6649#if defined (__stub_shmat) || defined (__stub___shmat) 10256#if defined (__stub_shmat) || defined (__stub___shmat)
6650choke me 10257choke me
6651#else 10258#else
6652shmat(); 10259char (*f) () = shmat;
6653#endif 10260#endif
10261#ifdef __cplusplus
10262}
10263#endif
6654 10264
10265int
10266main ()
10267{
10268return f != shmat;
10269 ;
6655; return 0; } 10270 return 0;
6656EOF 10271}
6657if { (eval echo configure:6658: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 10272_ACEOF
10273rm -f conftest.$ac_objext conftest$ac_exeext
10274if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10275 (eval $ac_link) 2>conftest.er1
10276 ac_status=$?
10277 grep -v '^ *+' conftest.er1 >conftest.err
6658 rm -rf conftest* 10278 rm -f conftest.er1
10279 cat conftest.err >&5
10280 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10281 (exit $ac_status); } &&
10282 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10283 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10284 (eval $ac_try) 2>&5
10285 ac_status=$?
10286 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10287 (exit $ac_status); }; } &&
10288 { ac_try='test -s conftest$ac_exeext'
10289 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10290 (eval $ac_try) 2>&5
10291 ac_status=$?
10292 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10293 (exit $ac_status); }; }; then
6659 eval "ac_cv_func_shmat=yes" 10294 ac_cv_func_shmat=yes
6660else 10295else
6661 echo "configure: failed program was:" >&5 10296 echo "$as_me: failed program was:" >&5
6662 cat conftest.$ac_ext >&5 10297sed 's/^/| /' conftest.$ac_ext >&5
6663 rm -rf conftest* 10298
6664 eval "ac_cv_func_shmat=no" 10299ac_cv_func_shmat=no
6665fi 10300fi
6666rm -f conftest* 10301rm -f conftest.err conftest.$ac_objext \
10302 conftest$ac_exeext conftest.$ac_ext
6667fi 10303fi
6668 10304echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
6669if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then 10305echo "${ECHO_T}$ac_cv_func_shmat" >&6
6670 echo "$ac_t""yes" 1>&6
6671 :
6672else
6673 echo "$ac_t""no" 1>&6
6674fi
6675 10306
6676 if test $ac_cv_func_shmat = no; then 10307 if test $ac_cv_func_shmat = no; then
10308 echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
6677 echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6 10309echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
6678echo "configure:6679: checking for shmat in -lipc" >&5 10310if test "${ac_cv_lib_ipc_shmat+set}" = set; then
6679ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'`
6680if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6681 echo $ac_n "(cached) $ac_c" 1>&6 10311 echo $ECHO_N "(cached) $ECHO_C" >&6
6682else 10312else
6683 ac_save_LIBS="$LIBS" 10313 ac_check_lib_save_LIBS=$LIBS
6684LIBS="-lipc $LIBS" 10314LIBS="-lipc $LIBS"
6685cat > conftest.$ac_ext <<EOF 10315cat >conftest.$ac_ext <<_ACEOF
6686#line 6687 "configure" 10316/* confdefs.h. */
6687#include "confdefs.h" 10317_ACEOF
10318cat confdefs.h >>conftest.$ac_ext
10319cat >>conftest.$ac_ext <<_ACEOF
10320/* end confdefs.h. */
10321
6688/* Override any gcc2 internal prototype to avoid an error. */ 10322/* Override any gcc2 internal prototype to avoid an error. */
10323#ifdef __cplusplus
10324extern "C"
10325#endif
6689/* We use char because int might match the return type of a gcc2 10326/* We use char because int might match the return type of a gcc2
6690 builtin and then its argument prototype would still apply. */ 10327 builtin and then its argument prototype would still apply. */
6691char shmat(); 10328char shmat ();
6692 10329int
6693int main() { 10330main ()
10331{
6694shmat() 10332shmat ();
10333 ;
6695; return 0; } 10334 return 0;
6696EOF 10335}
6697if { (eval echo configure:6698: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 10336_ACEOF
10337rm -f conftest.$ac_objext conftest$ac_exeext
10338if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10339 (eval $ac_link) 2>conftest.er1
10340 ac_status=$?
10341 grep -v '^ *+' conftest.er1 >conftest.err
6698 rm -rf conftest* 10342 rm -f conftest.er1
6699 eval "ac_cv_lib_$ac_lib_var=yes" 10343 cat conftest.err >&5
10344 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10345 (exit $ac_status); } &&
10346 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10347 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10348 (eval $ac_try) 2>&5
10349 ac_status=$?
10350 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10351 (exit $ac_status); }; } &&
10352 { ac_try='test -s conftest$ac_exeext'
10353 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10354 (eval $ac_try) 2>&5
10355 ac_status=$?
10356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10357 (exit $ac_status); }; }; then
10358 ac_cv_lib_ipc_shmat=yes
6700else 10359else
6701 echo "configure: failed program was:" >&5 10360 echo "$as_me: failed program was:" >&5
6702 cat conftest.$ac_ext >&5 10361sed 's/^/| /' conftest.$ac_ext >&5
6703 rm -rf conftest* 10362
6704 eval "ac_cv_lib_$ac_lib_var=no" 10363ac_cv_lib_ipc_shmat=no
6705fi 10364fi
6706rm -f conftest* 10365rm -f conftest.err conftest.$ac_objext \
10366 conftest$ac_exeext conftest.$ac_ext
6707LIBS="$ac_save_LIBS" 10367LIBS=$ac_check_lib_save_LIBS
6708
6709fi 10368fi
6710if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 10369echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
6711 echo "$ac_t""yes" 1>&6 10370echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
10371if test $ac_cv_lib_ipc_shmat = yes; then
6712 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc" 10372 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
6713else
6714 echo "$ac_t""no" 1>&6
6715fi 10373fi
6716 10374
6717 fi 10375 fi
6718 fi 10376 fi
6719 10377
6720 # Check for libraries that X11R6 Xt/Xaw programs need. 10378 # Check for libraries that X11R6 Xt/Xaw programs need.
6721 ac_save_LDFLAGS="$LDFLAGS" 10379 ac_save_LDFLAGS=$LDFLAGS
6722 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries" 10380 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
6723 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to 10381 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
6724 # check for ICE first), but we must link in the order -lSM -lICE or 10382 # check for ICE first), but we must link in the order -lSM -lICE or
6725 # we get undefined symbols. So assume we have SM if we have ICE. 10383 # we get undefined symbols. So assume we have SM if we have ICE.
6726 # These have to be linked with before -lX11, unlike the other 10384 # These have to be linked with before -lX11, unlike the other
6727 # libraries we check for below, so use a different variable. 10385 # libraries we check for below, so use a different variable.
6728 # --interran@uluru.Stanford.EDU, kb@cs.umb.edu. 10386 # John Interrante, Karl Berry
10387 echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
6729 echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6 10388echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
6730echo "configure:6731: checking for IceConnectionNumber in -lICE" >&5 10389if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
6731ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'`
6732if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6733 echo $ac_n "(cached) $ac_c" 1>&6 10390 echo $ECHO_N "(cached) $ECHO_C" >&6
6734else 10391else
6735 ac_save_LIBS="$LIBS" 10392 ac_check_lib_save_LIBS=$LIBS
6736LIBS="-lICE $X_EXTRA_LIBS $LIBS" 10393LIBS="-lICE $X_EXTRA_LIBS $LIBS"
6737cat > conftest.$ac_ext <<EOF 10394cat >conftest.$ac_ext <<_ACEOF
6738#line 6739 "configure" 10395/* confdefs.h. */
6739#include "confdefs.h" 10396_ACEOF
10397cat confdefs.h >>conftest.$ac_ext
10398cat >>conftest.$ac_ext <<_ACEOF
10399/* end confdefs.h. */
10400
6740/* Override any gcc2 internal prototype to avoid an error. */ 10401/* Override any gcc2 internal prototype to avoid an error. */
10402#ifdef __cplusplus
10403extern "C"
10404#endif
6741/* We use char because int might match the return type of a gcc2 10405/* We use char because int might match the return type of a gcc2
6742 builtin and then its argument prototype would still apply. */ 10406 builtin and then its argument prototype would still apply. */
6743char IceConnectionNumber(); 10407char IceConnectionNumber ();
6744 10408int
6745int main() { 10409main ()
10410{
6746IceConnectionNumber() 10411IceConnectionNumber ();
10412 ;
6747; return 0; } 10413 return 0;
6748EOF 10414}
6749if { (eval echo configure:6750: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 10415_ACEOF
10416rm -f conftest.$ac_objext conftest$ac_exeext
10417if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10418 (eval $ac_link) 2>conftest.er1
10419 ac_status=$?
10420 grep -v '^ *+' conftest.er1 >conftest.err
6750 rm -rf conftest* 10421 rm -f conftest.er1
6751 eval "ac_cv_lib_$ac_lib_var=yes" 10422 cat conftest.err >&5
10423 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10424 (exit $ac_status); } &&
10425 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10426 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10427 (eval $ac_try) 2>&5
10428 ac_status=$?
10429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10430 (exit $ac_status); }; } &&
10431 { ac_try='test -s conftest$ac_exeext'
10432 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10433 (eval $ac_try) 2>&5
10434 ac_status=$?
10435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10436 (exit $ac_status); }; }; then
10437 ac_cv_lib_ICE_IceConnectionNumber=yes
6752else 10438else
6753 echo "configure: failed program was:" >&5 10439 echo "$as_me: failed program was:" >&5
6754 cat conftest.$ac_ext >&5 10440sed 's/^/| /' conftest.$ac_ext >&5
6755 rm -rf conftest* 10441
6756 eval "ac_cv_lib_$ac_lib_var=no" 10442ac_cv_lib_ICE_IceConnectionNumber=no
6757fi 10443fi
6758rm -f conftest* 10444rm -f conftest.err conftest.$ac_objext \
10445 conftest$ac_exeext conftest.$ac_ext
6759LIBS="$ac_save_LIBS" 10446LIBS=$ac_check_lib_save_LIBS
6760
6761fi 10447fi
6762if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 10448echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
6763 echo "$ac_t""yes" 1>&6 10449echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
10450if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
6764 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE" 10451 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
6765else
6766 echo "$ac_t""no" 1>&6
6767fi 10452fi
6768 10453
6769 LDFLAGS="$ac_save_LDFLAGS" 10454 LDFLAGS=$ac_save_LDFLAGS
6770 10455
6771fi 10456fi
6772 10457
6773 10458
6774 10459
6775if test x$support_xpm = xyes; then 10460if test x$support_xpm = xyes; then
6776 10461
6777 10462
6778 10463
6779# Initialize some more variables set by options. 10464# Initialize some more variables set by options.
6780# The variables have the same names as the options, with 10465# The variables have the same names as the options, with
6781# dashes changed to underlines. 10466# dashes changed to underlines.
6782 10467
6783# If we find XPM, set shell vars xpm_includes and xpm_libraries to the 10468# If we find XPM, set shell vars xpm_includes and xpm_libraries to the
6784# paths, otherwise set no_xpm=yes. 10469# paths, otherwise set no_xpm=yes.
6785# Uses ac_ vars as temps to allow command line to override cache and checks. 10470# Uses ac_ vars as temps to allow command line to override cache and checks.
10471echo "$as_me:$LINENO: checking for libXpm" >&5
6786echo $ac_n "checking for libXpm""... $ac_c" 1>&6 10472echo $ECHO_N "checking for libXpm... $ECHO_C" >&6
6787echo "configure:6788: checking for libXpm" >&5 10473
6788 10474
6789# Check whether --with-xpm_includes or --without-xpm_includes was given. 10475# Check whether --with-xpm_includes or --without-xpm_includes was given.
6790if test "${with_xpm_includes+set}" = set; then 10476if test "${with_xpm_includes+set}" = set; then
6791 withval="$with_xpm_includes" 10477 withval="$with_xpm_includes"
6792 xpm_includes="$withval" 10478 xpm_includes="$withval"
6793else 10479else
6794 xpm_includes=NO 10480 xpm_includes=NO
6795fi 10481fi;
6796 10482
6797# Check whether --with-xpm_library or --without-xpm_library was given. 10483# Check whether --with-xpm_library or --without-xpm_library was given.
6798if test "${with_xpm_library+set}" = set; then 10484if test "${with_xpm_library+set}" = set; then
6799 withval="$with_xpm_library" 10485 withval="$with_xpm_library"
6800 xpm_libraries="$withval" 10486 xpm_libraries="$withval"
6801else 10487else
6802 xpm_libraries=NO 10488 xpm_libraries=NO
6803fi 10489fi;
6804
6805 10490
6806# --without-xpm overrides everything else, but does not touch the cache. 10491# --without-xpm overrides everything else, but does not touch the cache.
10492
6807# Check whether --with-xpm or --without-xpm was given. 10493# Check whether --with-xpm or --without-xpm was given.
6808if test "${with_xpm+set}" = set; then 10494if test "${with_xpm+set}" = set; then
6809 withval="$with_xpm" 10495 withval="$with_xpm"
6810 : 10496
6811fi 10497fi;
6812
6813if test "$with_xpm" = no; then 10498if test "$with_xpm" = no; then
6814 have_xpm=disabled 10499 have_xpm=disabled
6815else 10500else
6816 if eval "test \"`echo '$''{'ac_cv_have_xpm'+set}'`\" = set"; then 10501 if test "${ac_cv_have_xpm+set}" = set; then
6817 echo $ac_n "(cached) $ac_c" 1>&6 10502 echo $ECHO_N "(cached) $ECHO_C" >&6
6818else 10503else
6819 10504
6820 vt_xpm_include_X11=no 10505 vt_xpm_include_X11=no
6821 if test -n "$xpm_includes"; then 10506 if test -n "$xpm_includes"; then
6822 vt_xpm_includes=$xpm_includes 10507 vt_xpm_includes=$xpm_includes
6823 else 10508 else
6824 vt_xpm_includes=NO 10509 vt_xpm_includes=NO
6834 10519
6835ac_save_CPPFLAGS="$CPPFLAGS" 10520ac_save_CPPFLAGS="$CPPFLAGS"
6836CPPFLAGS="$CPPFLAGS $X_CFLAGS" 10521CPPFLAGS="$CPPFLAGS $X_CFLAGS"
6837 10522
6838 # First, try using that file with no special directory specified. 10523 # First, try using that file with no special directory specified.
6839cat > conftest.$ac_ext <<EOF 10524cat >conftest.$ac_ext <<_ACEOF
6840#line 6841 "configure" 10525/* confdefs.h. */
6841#include "confdefs.h" 10526_ACEOF
10527cat confdefs.h >>conftest.$ac_ext
10528cat >>conftest.$ac_ext <<_ACEOF
10529/* end confdefs.h. */
6842#include <X11/xpm.h> 10530#include <X11/xpm.h>
6843EOF 10531_ACEOF
6844ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 10532if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6845{ (eval echo configure:6846: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 10533 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6846ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 10534 ac_status=$?
10535 grep -v '^ *+' conftest.er1 >conftest.err
10536 rm -f conftest.er1
10537 cat conftest.err >&5
10538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10539 (exit $ac_status); } >/dev/null; then
10540 if test -s conftest.err; then
10541 ac_cpp_err=$ac_cxx_preproc_warn_flag
10542 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
10543 else
10544 ac_cpp_err=
10545 fi
10546else
10547 ac_cpp_err=yes
10548fi
6847if test -z "$ac_err"; then 10549if test -z "$ac_cpp_err"; then
6848 rm -rf conftest*
6849 # We can compile using X headers with no special include directory. 10550 # We can compile using X headers with no special include directory.
6850vt_xpm_includes= 10551vt_xpm_includes=
6851vt_xpm_include_X11=yes 10552vt_xpm_include_X11=yes
6852else 10553else
6853 echo "$ac_err" >&5
6854 echo "configure: failed program was:" >&5 10554 echo "$as_me: failed program was:" >&5
6855 cat conftest.$ac_ext >&5 10555sed 's/^/| /' conftest.$ac_ext >&5
6856 rm -rf conftest* 10556
6857 CPPFLAGS="$ac_save_CPPFLAGS" 10557 CPPFLAGS="$ac_save_CPPFLAGS"
6858# Look for the header file in a standard set of common directories. 10558# Look for the header file in a standard set of common directories.
6859 for ac_dir in \ 10559 for ac_dir in \
6860 /usr/X11/include \ 10560 /usr/X11/include \
6861 /usr/X11R6/include \ 10561 /usr/X11R6/include \
6902 break 10602 break
6903 fi 10603 fi
6904 fi 10604 fi
6905 done 10605 done
6906fi 10606fi
6907rm -f conftest* 10607rm -f conftest.err conftest.$ac_ext
6908fi 10608fi
6909 10609
6910if test "$vt_xpm_libraries" = NO; then 10610if test "$vt_xpm_libraries" = NO; then
6911 # Check for the libraries. 10611 # Check for the libraries.
6912 10612
6913 # See if we find them without any special options. 10613 # See if we find them without any special options.
6914 # Don't add to $LIBS permanently. 10614 # Don't add to $LIBS permanently.
6915 ac_save_LIBS="$LIBS" 10615 ac_save_LIBS="$LIBS"
6916 LIBS="$LIBS $X_LIBS -lXpm -lX11" 10616 LIBS="$LIBS $X_LIBS -lXpm -lX11"
6917cat > conftest.$ac_ext <<EOF 10617cat >conftest.$ac_ext <<_ACEOF
6918#line 6919 "configure" 10618/* confdefs.h. */
6919#include "confdefs.h" 10619_ACEOF
10620cat confdefs.h >>conftest.$ac_ext
10621cat >>conftest.$ac_ext <<_ACEOF
10622/* end confdefs.h. */
6920 10623
6921int main() { 10624int
10625main ()
10626{
6922XpmReadFileToPixmap() 10627XpmReadFileToPixmap()
10628 ;
6923; return 0; } 10629 return 0;
6924EOF 10630}
6925if { (eval echo configure:6926: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 10631_ACEOF
10632rm -f conftest.$ac_objext conftest$ac_exeext
10633if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10634 (eval $ac_link) 2>conftest.er1
10635 ac_status=$?
10636 grep -v '^ *+' conftest.er1 >conftest.err
6926 rm -rf conftest* 10637 rm -f conftest.er1
10638 cat conftest.err >&5
10639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10640 (exit $ac_status); } &&
10641 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10642 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10643 (eval $ac_try) 2>&5
10644 ac_status=$?
10645 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10646 (exit $ac_status); }; } &&
10647 { ac_try='test -s conftest$ac_exeext'
10648 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10649 (eval $ac_try) 2>&5
10650 ac_status=$?
10651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10652 (exit $ac_status); }; }; then
6927 LIBS="$ac_save_LIBS" 10653 LIBS="$ac_save_LIBS"
6928# We can link libXpm with no special library path. 10654# We can link libXpm with no special library path.
6929vt_xpm_libraries= 10655vt_xpm_libraries=
6930else 10656else
6931 echo "configure: failed program was:" >&5 10657 echo "$as_me: failed program was:" >&5
6932 cat conftest.$ac_ext >&5 10658sed 's/^/| /' conftest.$ac_ext >&5
6933 rm -rf conftest* 10659
6934 LIBS="$ac_save_LIBS" 10660LIBS="$ac_save_LIBS"
6935# First see if replacing the include by lib works. 10661# First see if replacing the include by lib works.
6936for ac_dir in \ 10662for ac_dir in \
6937 `echo "$vt_xpm_includes" | sed 's,include/X11,lib,;s,include,lib,'` \ 10663 `echo "$vt_xpm_includes" | sed 's,include/X11,lib,;s,include,lib,'` \
6938 /usr/X11/lib \ 10664 /usr/X11/lib \
6939 /usr/X11R6/lib \ 10665 /usr/X11R6/lib \
6976 break 2 10702 break 2
6977 fi 10703 fi
6978 done 10704 done
6979done 10705done
6980fi 10706fi
6981rm -f conftest* 10707rm -f conftest.err conftest.$ac_objext \
10708 conftest$ac_exeext conftest.$ac_ext
6982fi 10709fi
6983 10710
6984 10711
6985 if test "$vt_xpm_includes" = NO -o "$vt_xpm_libraries" = NO; then 10712 if test "$vt_xpm_includes" = NO -o "$vt_xpm_libraries" = NO; then
6986 ac_cv_have_xpm="have_xpm=no" 10713 ac_cv_have_xpm="have_xpm=no"
6992fi 10719fi
6993 eval "$ac_cv_have_xpm" 10720 eval "$ac_cv_have_xpm"
6994fi 10721fi
6995 10722
6996if test "$have_xpm" != yes; then 10723if test "$have_xpm" != yes; then
6997 echo "$ac_t""$have_xpm" 1>&6 10724 echo "$as_me:$LINENO: result: $have_xpm" >&5
10725echo "${ECHO_T}$have_xpm" >&6
6998 no_xpm=yes 10726 no_xpm=yes
6999else 10727else
7000 if test "$xpm_includes" != NO; then 10728 if test "$xpm_includes" != NO; then
7001 if test "$xpm_includes" = "$vt_xpm_includes"; then 10729 if test "$xpm_includes" = "$vt_xpm_includes"; then
7002 if test -r "$xpm_includes/X11/xpm.h"; then 10730 if test -r "$xpm_includes/X11/xpm.h"; then
7003 vt_xpm_include_X11=yes 10731 vt_xpm_include_X11=yes
7004 fi 10732 fi
7005 else 10733 else
7006 vt_xpm_include_X11=no 10734 vt_xpm_include_X11=no
7007 if test -z "$xpm_includes"; then 10735 if test -z "$xpm_includes"; then
7008 cat > conftest.$ac_ext <<EOF 10736 cat >conftest.$ac_ext <<_ACEOF
7009#line 7010 "configure" 10737/* confdefs.h. */
7010#include "confdefs.h" 10738_ACEOF
10739cat confdefs.h >>conftest.$ac_ext
10740cat >>conftest.$ac_ext <<_ACEOF
10741/* end confdefs.h. */
7011#include <X11/xpm.h> 10742#include <X11/xpm.h>
7012EOF 10743_ACEOF
7013ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 10744if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7014{ (eval echo configure:7015: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 10745 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7015ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 10746 ac_status=$?
10747 grep -v '^ *+' conftest.er1 >conftest.err
10748 rm -f conftest.er1
10749 cat conftest.err >&5
10750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10751 (exit $ac_status); } >/dev/null; then
10752 if test -s conftest.err; then
10753 ac_cpp_err=$ac_cxx_preproc_warn_flag
10754 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
10755 else
10756 ac_cpp_err=
10757 fi
10758else
10759 ac_cpp_err=yes
10760fi
7016if test -z "$ac_err"; then 10761if test -z "$ac_cpp_err"; then
7017 rm -rf conftest*
7018 vt_xpm_include_X11=yes 10762 vt_xpm_include_X11=yes
7019else 10763else
7020 echo "$ac_err" >&5
7021 echo "configure: failed program was:" >&5 10764 echo "$as_me: failed program was:" >&5
7022 cat conftest.$ac_ext >&5 10765sed 's/^/| /' conftest.$ac_ext >&5
10766
10767
7023fi 10768fi
7024rm -f conftest* 10769rm -f conftest.err conftest.$ac_ext
7025 else 10770 else
7026 if test -r "$xpm_includes/X11/xpm.h"; then 10771 if test -r "$xpm_includes/X11/xpm.h"; then
7027 vt_xpm_include_X11=yes 10772 vt_xpm_include_X11=yes
7028 fi 10773 fi
7029 fi 10774 fi
7036 # Update the cache value to reflect the command line values. 10781 # Update the cache value to reflect the command line values.
7037 ac_cv_have_xpm="have_xpm=yes \ 10782 ac_cv_have_xpm="have_xpm=yes \
7038 vt_xpm_includes=$vt_xpm_includes vt_xpm_libraries=$vt_xpm_libraries \ 10783 vt_xpm_includes=$vt_xpm_includes vt_xpm_libraries=$vt_xpm_libraries \
7039 vt_xpm_include_X11=$vt_xpm_include_X11" 10784 vt_xpm_include_X11=$vt_xpm_include_X11"
7040 eval "$ac_cv_have_xpm" 10785 eval "$ac_cv_have_xpm"
10786 echo "$as_me:$LINENO: result: -I$vt_xpm_includes, -L$vt_xpm_libraries" >&5
7041 echo "$ac_t""-I$vt_xpm_includes, -L$vt_xpm_libraries" 1>&6 10787echo "${ECHO_T}-I$vt_xpm_includes, -L$vt_xpm_libraries" >&6
7042 if test -n "$vt_xpm_includes"; then 10788 if test -n "$vt_xpm_includes"; then
7043 XPM_CPPFLAGS="-DHAVE_LIBXPM" 10789 XPM_CPPFLAGS="-DHAVE_LIBXPM"
7044 fi 10790 fi
7045 if test -n "$vt_xpm_includes"; then 10791 if test -n "$vt_xpm_includes"; then
7046 XPM_CFLAGS="-I$vt_xpm_includes" 10792 XPM_CFLAGS="-I$vt_xpm_includes"
7048 XPM_LIBS="-lXpm" 10794 XPM_LIBS="-lXpm"
7049 if test -n "$vt_xpm_libraries"; then 10795 if test -n "$vt_xpm_libraries"; then
7050 XPM_LIBS="-L$vt_xpm_libraries $XPM_LIBS" 10796 XPM_LIBS="-L$vt_xpm_libraries $XPM_LIBS"
7051 fi 10797 fi
7052 if test "x$vt_xpm_include_X11" = xyes; then 10798 if test "x$vt_xpm_include_X11" = xyes; then
10799
7053 cat >> confdefs.h <<\EOF 10800cat >>confdefs.h <<\_ACEOF
7054#define XPM_INC_X11 1 10801#define XPM_INC_X11 1
7055EOF 10802_ACEOF
7056 10803
7057 fi 10804 fi
7058fi 10805fi
7059 10806
7060 10807
7064 if test x$no_xpm = xyes; then 10811 if test x$no_xpm = xyes; then
7065 support_xpm=needsmanualspecification 10812 support_xpm=needsmanualspecification
7066 fi 10813 fi
7067fi 10814fi
7068 10815
10816echo "$as_me:$LINENO: checking for sys/wait.h that is POSIX.1 compatible" >&5
7069echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6 10817echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6
7070echo "configure:7071: checking for sys/wait.h that is POSIX.1 compatible" >&5
7071if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then 10818if test "${ac_cv_header_sys_wait_h+set}" = set; then
7072 echo $ac_n "(cached) $ac_c" 1>&6 10819 echo $ECHO_N "(cached) $ECHO_C" >&6
7073else 10820else
7074 cat > conftest.$ac_ext <<EOF 10821 cat >conftest.$ac_ext <<_ACEOF
7075#line 7076 "configure" 10822/* confdefs.h. */
7076#include "confdefs.h" 10823_ACEOF
10824cat confdefs.h >>conftest.$ac_ext
10825cat >>conftest.$ac_ext <<_ACEOF
10826/* end confdefs.h. */
7077#include <sys/types.h> 10827#include <sys/types.h>
7078#include <sys/wait.h> 10828#include <sys/wait.h>
7079#ifndef WEXITSTATUS 10829#ifndef WEXITSTATUS
7080#define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8) 10830# define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)
7081#endif 10831#endif
7082#ifndef WIFEXITED 10832#ifndef WIFEXITED
7083#define WIFEXITED(stat_val) (((stat_val) & 255) == 0) 10833# define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
7084#endif 10834#endif
7085int main() { 10835
10836int
10837main ()
10838{
7086int s; 10839 int s;
7087wait (&s); 10840 wait (&s);
7088s = WIFEXITED (s) ? WEXITSTATUS (s) : 1; 10841 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
10842 ;
7089; return 0; } 10843 return 0;
7090EOF 10844}
7091if { (eval echo configure:7092: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 10845_ACEOF
10846rm -f conftest.$ac_objext
10847if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10848 (eval $ac_compile) 2>conftest.er1
10849 ac_status=$?
10850 grep -v '^ *+' conftest.er1 >conftest.err
7092 rm -rf conftest* 10851 rm -f conftest.er1
10852 cat conftest.err >&5
10853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10854 (exit $ac_status); } &&
10855 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10856 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10857 (eval $ac_try) 2>&5
10858 ac_status=$?
10859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10860 (exit $ac_status); }; } &&
10861 { ac_try='test -s conftest.$ac_objext'
10862 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10863 (eval $ac_try) 2>&5
10864 ac_status=$?
10865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10866 (exit $ac_status); }; }; then
7093 ac_cv_header_sys_wait_h=yes 10867 ac_cv_header_sys_wait_h=yes
7094else 10868else
7095 echo "configure: failed program was:" >&5 10869 echo "$as_me: failed program was:" >&5
7096 cat conftest.$ac_ext >&5 10870sed 's/^/| /' conftest.$ac_ext >&5
7097 rm -rf conftest* 10871
7098 ac_cv_header_sys_wait_h=no 10872ac_cv_header_sys_wait_h=no
7099fi 10873fi
7100rm -f conftest* 10874rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7101fi 10875fi
7102 10876echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5
7103echo "$ac_t""$ac_cv_header_sys_wait_h" 1>&6 10877echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6
7104if test $ac_cv_header_sys_wait_h = yes; then 10878if test $ac_cv_header_sys_wait_h = yes; then
10879
7105 cat >> confdefs.h <<\EOF 10880cat >>confdefs.h <<\_ACEOF
7106#define HAVE_SYS_WAIT_H 1 10881#define HAVE_SYS_WAIT_H 1
7107EOF 10882_ACEOF
7108 10883
7109fi 10884fi
7110 10885
10886
10887
10888
10889
10890
10891
10892
10893
10894
10895
10896
10897
10898
10899
10900
10901
10902
10903
10904
7111for ac_hdr in \ 10905for ac_header in \
7112 assert.h \ 10906 assert.h \
7113 fcntl.h \ 10907 fcntl.h \
7114 grp.h \ 10908 grp.h \
7115 libc.h \ 10909 libc.h \
7116 lastlog.h \ 10910 lastlog.h \
7128 utmp.h \ 10922 utmp.h \
7129 utmpx.h \ 10923 utmpx.h \
7130 stdint.h \ 10924 stdint.h \
7131 10925
7132do 10926do
7133ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 10927as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10928if eval "test \"\${$as_ac_Header+set}\" = set"; then
10929 echo "$as_me:$LINENO: checking for $ac_header" >&5
7134echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 10930echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7135echo "configure:7136: checking for $ac_hdr" >&5 10931if eval "test \"\${$as_ac_Header+set}\" = set"; then
7136if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
7137 echo $ac_n "(cached) $ac_c" 1>&6 10932 echo $ECHO_N "(cached) $ECHO_C" >&6
10933fi
10934echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10935echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7138else 10936else
10937 # Is the header compilable?
10938echo "$as_me:$LINENO: checking $ac_header usability" >&5
10939echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
7139 cat > conftest.$ac_ext <<EOF 10940cat >conftest.$ac_ext <<_ACEOF
7140#line 7141 "configure" 10941/* confdefs.h. */
7141#include "confdefs.h" 10942_ACEOF
10943cat confdefs.h >>conftest.$ac_ext
10944cat >>conftest.$ac_ext <<_ACEOF
10945/* end confdefs.h. */
10946$ac_includes_default
7142#include <$ac_hdr> 10947#include <$ac_header>
7143EOF 10948_ACEOF
7144ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 10949rm -f conftest.$ac_objext
7145{ (eval echo configure:7146: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 10950if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7146ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 10951 (eval $ac_compile) 2>conftest.er1
10952 ac_status=$?
10953 grep -v '^ *+' conftest.er1 >conftest.err
10954 rm -f conftest.er1
10955 cat conftest.err >&5
10956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10957 (exit $ac_status); } &&
10958 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10959 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10960 (eval $ac_try) 2>&5
10961 ac_status=$?
10962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10963 (exit $ac_status); }; } &&
10964 { ac_try='test -s conftest.$ac_objext'
10965 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10966 (eval $ac_try) 2>&5
10967 ac_status=$?
10968 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10969 (exit $ac_status); }; }; then
10970 ac_header_compiler=yes
10971else
10972 echo "$as_me: failed program was:" >&5
10973sed 's/^/| /' conftest.$ac_ext >&5
10974
10975ac_header_compiler=no
10976fi
10977rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10978echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10979echo "${ECHO_T}$ac_header_compiler" >&6
10980
10981# Is the header present?
10982echo "$as_me:$LINENO: checking $ac_header presence" >&5
10983echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
10984cat >conftest.$ac_ext <<_ACEOF
10985/* confdefs.h. */
10986_ACEOF
10987cat confdefs.h >>conftest.$ac_ext
10988cat >>conftest.$ac_ext <<_ACEOF
10989/* end confdefs.h. */
10990#include <$ac_header>
10991_ACEOF
10992if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10993 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10994 ac_status=$?
10995 grep -v '^ *+' conftest.er1 >conftest.err
10996 rm -f conftest.er1
10997 cat conftest.err >&5
10998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10999 (exit $ac_status); } >/dev/null; then
11000 if test -s conftest.err; then
11001 ac_cpp_err=$ac_cxx_preproc_warn_flag
11002 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
11003 else
11004 ac_cpp_err=
11005 fi
11006else
11007 ac_cpp_err=yes
11008fi
7147if test -z "$ac_err"; then 11009if test -z "$ac_cpp_err"; then
7148 rm -rf conftest* 11010 ac_header_preproc=yes
7149 eval "ac_cv_header_$ac_safe=yes"
7150else 11011else
7151 echo "$ac_err" >&5
7152 echo "configure: failed program was:" >&5 11012 echo "$as_me: failed program was:" >&5
7153 cat conftest.$ac_ext >&5 11013sed 's/^/| /' conftest.$ac_ext >&5
7154 rm -rf conftest* 11014
7155 eval "ac_cv_header_$ac_safe=no" 11015 ac_header_preproc=no
7156fi 11016fi
7157rm -f conftest* 11017rm -f conftest.err conftest.$ac_ext
11018echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11019echo "${ECHO_T}$ac_header_preproc" >&6
11020
11021# So? What about this header?
11022case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
11023 yes:no: )
11024 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11025echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11026 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11027echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11028 ac_header_preproc=yes
11029 ;;
11030 no:yes:* )
11031 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11032echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11033 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11034echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11035 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11036echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11037 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11038echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11039 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11040echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11041 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11042echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11043 (
11044 cat <<\_ASBOX
11045## ------------------------------------------ ##
11046## Report this to the AC_PACKAGE_NAME lists. ##
11047## ------------------------------------------ ##
11048_ASBOX
11049 ) |
11050 sed "s/^/$as_me: WARNING: /" >&2
11051 ;;
11052esac
11053echo "$as_me:$LINENO: checking for $ac_header" >&5
11054echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11055if eval "test \"\${$as_ac_Header+set}\" = set"; then
11056 echo $ECHO_N "(cached) $ECHO_C" >&6
11057else
11058 eval "$as_ac_Header=\$ac_header_preproc"
7158fi 11059fi
7159if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 11060echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7160 echo "$ac_t""yes" 1>&6 11061echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7161 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` 11062
11063fi
11064if test `eval echo '${'$as_ac_Header'}'` = yes; then
7162 cat >> confdefs.h <<EOF 11065 cat >>confdefs.h <<_ACEOF
7163#define $ac_tr_hdr 1 11066#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7164EOF 11067_ACEOF
7165 11068
7166else
7167 echo "$ac_t""no" 1>&6
7168fi 11069fi
11070
7169done 11071done
7170 11072
7171 11073
11074echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
7172echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6 11075echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
7173echo "configure:7174: checking whether time.h and sys/time.h may both be included" >&5
7174if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then 11076if test "${ac_cv_header_time+set}" = set; then
7175 echo $ac_n "(cached) $ac_c" 1>&6 11077 echo $ECHO_N "(cached) $ECHO_C" >&6
7176else 11078else
7177 cat > conftest.$ac_ext <<EOF 11079 cat >conftest.$ac_ext <<_ACEOF
7178#line 7179 "configure" 11080/* confdefs.h. */
7179#include "confdefs.h" 11081_ACEOF
11082cat confdefs.h >>conftest.$ac_ext
11083cat >>conftest.$ac_ext <<_ACEOF
11084/* end confdefs.h. */
7180#include <sys/types.h> 11085#include <sys/types.h>
7181#include <sys/time.h> 11086#include <sys/time.h>
7182#include <time.h> 11087#include <time.h>
7183int main() { 11088
7184struct tm *tp; 11089int
11090main ()
11091{
11092if ((struct tm *) 0)
11093return 0;
11094 ;
7185; return 0; } 11095 return 0;
7186EOF 11096}
7187if { (eval echo configure:7188: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 11097_ACEOF
11098rm -f conftest.$ac_objext
11099if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11100 (eval $ac_compile) 2>conftest.er1
11101 ac_status=$?
11102 grep -v '^ *+' conftest.er1 >conftest.err
7188 rm -rf conftest* 11103 rm -f conftest.er1
11104 cat conftest.err >&5
11105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11106 (exit $ac_status); } &&
11107 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11108 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11109 (eval $ac_try) 2>&5
11110 ac_status=$?
11111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11112 (exit $ac_status); }; } &&
11113 { ac_try='test -s conftest.$ac_objext'
11114 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11115 (eval $ac_try) 2>&5
11116 ac_status=$?
11117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11118 (exit $ac_status); }; }; then
7189 ac_cv_header_time=yes 11119 ac_cv_header_time=yes
7190else 11120else
7191 echo "configure: failed program was:" >&5 11121 echo "$as_me: failed program was:" >&5
7192 cat conftest.$ac_ext >&5 11122sed 's/^/| /' conftest.$ac_ext >&5
7193 rm -rf conftest* 11123
7194 ac_cv_header_time=no 11124ac_cv_header_time=no
7195fi 11125fi
7196rm -f conftest* 11126rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7197fi 11127fi
7198 11128echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
7199echo "$ac_t""$ac_cv_header_time" 1>&6 11129echo "${ECHO_T}$ac_cv_header_time" >&6
7200if test $ac_cv_header_time = yes; then 11130if test $ac_cv_header_time = yes; then
11131
7201 cat >> confdefs.h <<\EOF 11132cat >>confdefs.h <<\_ACEOF
7202#define TIME_WITH_SYS_TIME 1 11133#define TIME_WITH_SYS_TIME 1
7203EOF 11134_ACEOF
7204 11135
7205fi 11136fi
7206 11137
7207 11138
11139echo "$as_me:$LINENO: checking whether termios.h and sys/ioctl.h may both be included" >&5
7208echo $ac_n "checking whether termios.h and sys/ioctl.h may both be included""... $ac_c" 1>&6 11140echo $ECHO_N "checking whether termios.h and sys/ioctl.h may both be included... $ECHO_C" >&6
7209echo "configure:7210: checking whether termios.h and sys/ioctl.h may both be included" >&5
7210if eval "test \"`echo '$''{'rxvt_cv_header_sysioctl'+set}'`\" = set"; then 11141if test "${rxvt_cv_header_sysioctl+set}" = set; then
7211 echo $ac_n "(cached) $ac_c" 1>&6 11142 echo $ECHO_N "(cached) $ECHO_C" >&6
7212else 11143else
7213 cat > conftest.$ac_ext <<EOF 11144 cat >conftest.$ac_ext <<_ACEOF
7214#line 7215 "configure" 11145/* confdefs.h. */
7215#include "confdefs.h" 11146_ACEOF
11147cat confdefs.h >>conftest.$ac_ext
11148cat >>conftest.$ac_ext <<_ACEOF
11149/* end confdefs.h. */
7216#include <stdio.h> 11150#include <stdio.h>
7217#include <sys/ioctl.h> 11151#include <sys/ioctl.h>
7218#ifdef HAVE_TERMIOS_H 11152#ifdef HAVE_TERMIOS_H
7219#include <termios.h> 11153#include <termios.h>
7220#endif 11154#endif
7221int main() { 11155int
11156main ()
11157{
7222int a = ECHO; 11158int a = ECHO;
11159 ;
7223; return 0; } 11160 return 0;
7224EOF 11161}
7225if { (eval echo configure:7226: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 11162_ACEOF
11163rm -f conftest.$ac_objext
11164if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11165 (eval $ac_compile) 2>conftest.er1
11166 ac_status=$?
11167 grep -v '^ *+' conftest.er1 >conftest.err
7226 rm -rf conftest* 11168 rm -f conftest.er1
11169 cat conftest.err >&5
11170 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11171 (exit $ac_status); } &&
11172 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11173 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11174 (eval $ac_try) 2>&5
11175 ac_status=$?
11176 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11177 (exit $ac_status); }; } &&
11178 { ac_try='test -s conftest.$ac_objext'
11179 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11180 (eval $ac_try) 2>&5
11181 ac_status=$?
11182 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11183 (exit $ac_status); }; }; then
7227 rxvt_cv_header_sysioctl=yes 11184 rxvt_cv_header_sysioctl=yes
7228else 11185else
7229 echo "configure: failed program was:" >&5 11186 echo "$as_me: failed program was:" >&5
7230 cat conftest.$ac_ext >&5 11187sed 's/^/| /' conftest.$ac_ext >&5
7231 rm -rf conftest* 11188
7232 rxvt_cv_header_sysioctl=no 11189rxvt_cv_header_sysioctl=no
7233fi 11190fi
7234rm -f conftest* 11191rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7235fi 11192fi
7236 11193echo "$as_me:$LINENO: result: $rxvt_cv_header_sysioctl" >&5
7237echo "$ac_t""$rxvt_cv_header_sysioctl" 1>&6 11194echo "${ECHO_T}$rxvt_cv_header_sysioctl" >&6
7238 11195
7239if test -n "$GCC"; then 11196if test -n "$GCC"; then
7240 LDARG="-Wl," 11197 LDARG="-Wl,"
7241else 11198else
7242 LDARG="" 11199 LDARG=""
7245 11202
7246ac_save_CFLAGS=$CFLAGS 11203ac_save_CFLAGS=$CFLAGS
7247ac_save_LIBS=$LIBS 11204ac_save_LIBS=$LIBS
7248CFLAGS="$CFLAGS $X_CFLAGS" 11205CFLAGS="$CFLAGS $X_CFLAGS"
7249LIBS=`echo "$LIBS $X_LIBS $X_EXTRA_LIBS -lX11" | sed "$R_TRANSLATE"` 11206LIBS=`echo "$LIBS $X_LIBS $X_EXTRA_LIBS -lX11" | sed "$R_TRANSLATE"`
11207echo "$as_me:$LINENO: checking for -rpath dynamic library path recording" >&5
7250echo $ac_n "checking for -rpath dynamic library path recording""... $ac_c" 1>&6 11208echo $ECHO_N "checking for -rpath dynamic library path recording... $ECHO_C" >&6
7251echo "configure:7252: checking for -rpath dynamic library path recording" >&5
7252if eval "test \"`echo '$''{'rxvt_cv_rpath'+set}'`\" = set"; then 11209if test "${rxvt_cv_rpath+set}" = set; then
7253 echo $ac_n "(cached) $ac_c" 1>&6 11210 echo $ECHO_N "(cached) $ECHO_C" >&6
7254else 11211else
7255 if test "$cross_compiling" = yes; then 11212 if test "$cross_compiling" = yes; then
11213 { echo "$as_me:$LINENO: WARNING: You may need to check the LIBS line" >&5
7256 echo "configure: warning: You may need to check the LIBS line" 1>&2 11214echo "$as_me: WARNING: You may need to check the LIBS line" >&2;}
7257else 11215else
7258 cat > conftest.$ac_ext <<EOF 11216 cat >conftest.$ac_ext <<_ACEOF
7259#line 7260 "configure" 11217/* confdefs.h. */
7260#include "confdefs.h" 11218_ACEOF
11219cat confdefs.h >>conftest.$ac_ext
11220cat >>conftest.$ac_ext <<_ACEOF
11221/* end confdefs.h. */
7261 11222
7262main() 11223main()
7263{ 11224{
7264 exit(0); 11225 exit(0);
7265 (void) XOpenDisplay("foobar"); 11226 (void) XOpenDisplay("foobar");
7266} 11227}
7267EOF 11228_ACEOF
7268if { (eval echo configure:7269: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 11229rm -f conftest$ac_exeext
7269then 11230if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11231 (eval $ac_link) 2>&5
11232 ac_status=$?
11233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11234 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11235 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11236 (eval $ac_try) 2>&5
11237 ac_status=$?
11238 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11239 (exit $ac_status); }; }; then
7270 rxvt_cv_rpath=yes 11240 rxvt_cv_rpath=yes
7271else 11241else
11242 echo "$as_me: program exited with status $ac_status" >&5
7272 echo "configure: failed program was:" >&5 11243echo "$as_me: failed program was:" >&5
7273 cat conftest.$ac_ext >&5 11244sed 's/^/| /' conftest.$ac_ext >&5
7274 rm -fr conftest* 11245
11246( exit $ac_status )
7275 rxvt_cv_rpath=no 11247rxvt_cv_rpath=no
7276fi 11248fi
7277rm -fr conftest* 11249rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7278fi 11250fi
7279
7280fi 11251fi
7281 11252echo "$as_me:$LINENO: result: $rxvt_cv_rpath" >&5
7282echo "$ac_t""$rxvt_cv_rpath" 1>&6 11253echo "${ECHO_T}$rxvt_cv_rpath" >&6
7283if test x$rxvt_cv_rpath != xyes; then 11254if test x$rxvt_cv_rpath != xyes; then
7284 R_TRANSLATE='s/-L\([^ ]*\)/-L\1 '$LDARG'-R\1/g' 11255 R_TRANSLATE='s/-L\([^ ]*\)/-L\1 '$LDARG'-R\1/g'
7285 LIBS=`echo "$ac_save_LIBS $X_LIBS $X_EXTRA_LIBS -lX11" | sed "$R_TRANSLATE"` 11256 LIBS=`echo "$ac_save_LIBS $X_LIBS $X_EXTRA_LIBS -lX11" | sed "$R_TRANSLATE"`
11257 echo "$as_me:$LINENO: checking for -R dynamic library path recording" >&5
7286 echo $ac_n "checking for -R dynamic library path recording""... $ac_c" 1>&6 11258echo $ECHO_N "checking for -R dynamic library path recording... $ECHO_C" >&6
7287echo "configure:7288: checking for -R dynamic library path recording" >&5
7288if eval "test \"`echo '$''{'rxvt_cv_R'+set}'`\" = set"; then 11259if test "${rxvt_cv_R+set}" = set; then
7289 echo $ac_n "(cached) $ac_c" 1>&6 11260 echo $ECHO_N "(cached) $ECHO_C" >&6
7290else 11261else
7291 if test "$cross_compiling" = yes; then 11262 if test "$cross_compiling" = yes; then
7292 rxvt_cv_R=no 11263 rxvt_cv_R=no
7293else 11264else
7294 cat > conftest.$ac_ext <<EOF 11265 cat >conftest.$ac_ext <<_ACEOF
7295#line 7296 "configure" 11266/* confdefs.h. */
7296#include "confdefs.h" 11267_ACEOF
11268cat confdefs.h >>conftest.$ac_ext
11269cat >>conftest.$ac_ext <<_ACEOF
11270/* end confdefs.h. */
7297 11271
7298main() 11272main()
7299{ 11273{
7300 exit(0); 11274 exit(0);
7301 (void) XOpenDisplay("foobar"); 11275 (void) XOpenDisplay("foobar");
7302} 11276}
7303EOF 11277_ACEOF
7304if { (eval echo configure:7305: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 11278rm -f conftest$ac_exeext
7305then 11279if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11280 (eval $ac_link) 2>&5
11281 ac_status=$?
11282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11283 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11284 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11285 (eval $ac_try) 2>&5
11286 ac_status=$?
11287 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11288 (exit $ac_status); }; }; then
7306 rxvt_cv_R=yes 11289 rxvt_cv_R=yes
7307else 11290else
11291 echo "$as_me: program exited with status $ac_status" >&5
7308 echo "configure: failed program was:" >&5 11292echo "$as_me: failed program was:" >&5
7309 cat conftest.$ac_ext >&5 11293sed 's/^/| /' conftest.$ac_ext >&5
7310 rm -fr conftest* 11294
11295( exit $ac_status )
7311 rxvt_cv_R=no 11296rxvt_cv_R=no
7312fi 11297fi
7313rm -fr conftest* 11298rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7314fi 11299fi
7315
7316fi 11300fi
7317 11301echo "$as_me:$LINENO: result: $rxvt_cv_R" >&5
7318echo "$ac_t""$rxvt_cv_R" 1>&6 11302echo "${ECHO_T}$rxvt_cv_R" >&6
7319 if test x$rxvt_cv_R != xyes; then 11303 if test x$rxvt_cv_R != xyes; then
7320 LIBS="$ac_save_LIBS $X_LIBS $X_EXTRA_LIBS -lX11" 11304 LIBS="$ac_save_LIBS $X_LIBS $X_EXTRA_LIBS -lX11"
7321 fi 11305 fi
7322fi 11306fi
7323 11307
11308echo "$as_me:$LINENO: checking for XPointer" >&5
7324echo $ac_n "checking for XPointer""... $ac_c" 1>&6 11309echo $ECHO_N "checking for XPointer... $ECHO_C" >&6
7325echo "configure:7326: checking for XPointer" >&5
7326if eval "test \"`echo '$''{'rxvt_cv_xpointer'+set}'`\" = set"; then 11310if test "${rxvt_cv_xpointer+set}" = set; then
7327 echo $ac_n "(cached) $ac_c" 1>&6 11311 echo $ECHO_N "(cached) $ECHO_C" >&6
7328else 11312else
7329 cat > conftest.$ac_ext <<EOF 11313 cat >conftest.$ac_ext <<_ACEOF
7330#line 7331 "configure" 11314/* confdefs.h. */
7331#include "confdefs.h" 11315_ACEOF
11316cat confdefs.h >>conftest.$ac_ext
11317cat >>conftest.$ac_ext <<_ACEOF
11318/* end confdefs.h. */
7332#include <X11/Xlib.h> 11319#include <X11/Xlib.h>
7333int main() { 11320int
11321main ()
11322{
7334XPointer dummy; 11323XPointer dummy;
11324 ;
7335; return 0; } 11325 return 0;
7336EOF 11326}
7337if { (eval echo configure:7338: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 11327_ACEOF
11328rm -f conftest.$ac_objext
11329if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11330 (eval $ac_compile) 2>conftest.er1
11331 ac_status=$?
11332 grep -v '^ *+' conftest.er1 >conftest.err
7338 rm -rf conftest* 11333 rm -f conftest.er1
11334 cat conftest.err >&5
11335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11336 (exit $ac_status); } &&
11337 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11338 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11339 (eval $ac_try) 2>&5
11340 ac_status=$?
11341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11342 (exit $ac_status); }; } &&
11343 { ac_try='test -s conftest.$ac_objext'
11344 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11345 (eval $ac_try) 2>&5
11346 ac_status=$?
11347 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11348 (exit $ac_status); }; }; then
7339 rxvt_cv_xpointer=yes 11349 rxvt_cv_xpointer=yes
7340else 11350else
7341 echo "configure: failed program was:" >&5 11351 echo "$as_me: failed program was:" >&5
7342 cat conftest.$ac_ext >&5 11352sed 's/^/| /' conftest.$ac_ext >&5
7343 rm -rf conftest* 11353
7344 rxvt_cv_xpointer=no 11354rxvt_cv_xpointer=no
7345fi 11355fi
7346rm -f conftest* 11356rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7347fi 11357fi
7348 11358echo "$as_me:$LINENO: result: $rxvt_cv_xpointer" >&5
7349echo "$ac_t""$rxvt_cv_xpointer" 1>&6 11359echo "${ECHO_T}$rxvt_cv_xpointer" >&6
7350if test x$rxvt_cv_xpointer = xyes; then 11360if test x$rxvt_cv_xpointer = xyes; then
11361
7351 cat >> confdefs.h <<\EOF 11362cat >>confdefs.h <<\_ACEOF
7352#define HAVE_XPOINTER 1 11363#define HAVE_XPOINTER 1
7353EOF 11364_ACEOF
7354 11365
7355fi 11366fi
7356LIBS=$ac_save_LIBS 11367LIBS=$ac_save_LIBS
7357CFLAGS=$ac_save_CFLAGS 11368CFLAGS=$ac_save_CFLAGS
7358 11369
7359 11370
7360echo $ac_n "checking for working const""... $ac_c" 1>&6 11371echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
7361echo "configure:7362: checking for working const" >&5 11372echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
7362if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then 11373if test "${ac_cv_c_const+set}" = set; then
7363 echo $ac_n "(cached) $ac_c" 1>&6 11374 echo $ECHO_N "(cached) $ECHO_C" >&6
7364else 11375else
7365 cat > conftest.$ac_ext <<EOF 11376 cat >conftest.$ac_ext <<_ACEOF
7366#line 7367 "configure" 11377/* confdefs.h. */
7367#include "confdefs.h" 11378_ACEOF
11379cat confdefs.h >>conftest.$ac_ext
11380cat >>conftest.$ac_ext <<_ACEOF
11381/* end confdefs.h. */
7368 11382
7369int main() { 11383int
7370 11384main ()
11385{
11386/* FIXME: Include the comments suggested by Paul. */
11387#ifndef __cplusplus
7371/* Ultrix mips cc rejects this. */ 11388 /* Ultrix mips cc rejects this. */
7372typedef int charset[2]; const charset x; 11389 typedef int charset[2];
11390 const charset x;
7373/* SunOS 4.1.1 cc rejects this. */ 11391 /* SunOS 4.1.1 cc rejects this. */
7374char const *const *ccp; 11392 char const *const *ccp;
7375char **p; 11393 char **p;
7376/* NEC SVR4.0.2 mips cc rejects this. */ 11394 /* NEC SVR4.0.2 mips cc rejects this. */
7377struct point {int x, y;}; 11395 struct point {int x, y;};
7378static struct point const zero = {0,0}; 11396 static struct point const zero = {0,0};
7379/* AIX XL C 1.02.0.0 rejects this. 11397 /* AIX XL C 1.02.0.0 rejects this.
7380 It does not let you subtract one const X* pointer from another in an arm 11398 It does not let you subtract one const X* pointer from another in
7381 of an if-expression whose if-part is not a constant expression */ 11399 an arm of an if-expression whose if-part is not a constant
11400 expression */
7382const char *g = "string"; 11401 const char *g = "string";
7383ccp = &g + (g ? g-g : 0); 11402 ccp = &g + (g ? g-g : 0);
7384/* HPUX 7.0 cc rejects these. */ 11403 /* HPUX 7.0 cc rejects these. */
7385++ccp; 11404 ++ccp;
7386p = (char**) ccp; 11405 p = (char**) ccp;
7387ccp = (char const *const *) p; 11406 ccp = (char const *const *) p;
7388{ /* SCO 3.2v4 cc rejects this. */ 11407 { /* SCO 3.2v4 cc rejects this. */
7389 char *t; 11408 char *t;
7390 char const *s = 0 ? (char *) 0 : (char const *) 0; 11409 char const *s = 0 ? (char *) 0 : (char const *) 0;
7391 11410
7392 *t++ = 0; 11411 *t++ = 0;
11412 }
11413 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
11414 int x[] = {25, 17};
11415 const int *foo = &x[0];
11416 ++foo;
11417 }
11418 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
11419 typedef const int *iptr;
11420 iptr p = 0;
11421 ++p;
11422 }
11423 { /* AIX XL C 1.02.0.0 rejects this saying
11424 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
11425 struct s { int j; const int *ap[3]; };
11426 struct s *b; b->j = 5;
11427 }
11428 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
11429 const int foo = 10;
11430 }
11431#endif
11432
11433 ;
11434 return 0;
7393} 11435}
7394{ /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ 11436_ACEOF
7395 int x[] = {25, 17}; 11437rm -f conftest.$ac_objext
7396 const int *foo = &x[0]; 11438if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7397 ++foo; 11439 (eval $ac_compile) 2>conftest.er1
7398} 11440 ac_status=$?
7399{ /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ 11441 grep -v '^ *+' conftest.er1 >conftest.err
7400 typedef const int *iptr;
7401 iptr p = 0;
7402 ++p;
7403}
7404{ /* AIX XL C 1.02.0.0 rejects this saying
7405 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
7406 struct s { int j; const int *ap[3]; };
7407 struct s *b; b->j = 5;
7408}
7409{ /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
7410 const int foo = 10;
7411}
7412
7413; return 0; }
7414EOF
7415if { (eval echo configure:7416: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7416 rm -rf conftest* 11442 rm -f conftest.er1
11443 cat conftest.err >&5
11444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11445 (exit $ac_status); } &&
11446 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11447 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11448 (eval $ac_try) 2>&5
11449 ac_status=$?
11450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11451 (exit $ac_status); }; } &&
11452 { ac_try='test -s conftest.$ac_objext'
11453 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11454 (eval $ac_try) 2>&5
11455 ac_status=$?
11456 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11457 (exit $ac_status); }; }; then
7417 ac_cv_c_const=yes 11458 ac_cv_c_const=yes
7418else 11459else
7419 echo "configure: failed program was:" >&5 11460 echo "$as_me: failed program was:" >&5
7420 cat conftest.$ac_ext >&5 11461sed 's/^/| /' conftest.$ac_ext >&5
7421 rm -rf conftest* 11462
7422 ac_cv_c_const=no 11463ac_cv_c_const=no
7423fi 11464fi
7424rm -f conftest* 11465rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7425fi 11466fi
7426 11467echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
7427echo "$ac_t""$ac_cv_c_const" 1>&6 11468echo "${ECHO_T}$ac_cv_c_const" >&6
7428if test $ac_cv_c_const = no; then 11469if test $ac_cv_c_const = no; then
11470
7429 cat >> confdefs.h <<\EOF 11471cat >>confdefs.h <<\_ACEOF
7430#define const 11472#define const
7431EOF 11473_ACEOF
7432 11474
7433fi 11475fi
7434 11476
11477echo "$as_me:$LINENO: checking for inline" >&5
7435echo $ac_n "checking for inline""... $ac_c" 1>&6 11478echo $ECHO_N "checking for inline... $ECHO_C" >&6
7436echo "configure:7437: checking for inline" >&5
7437if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then 11479if test "${ac_cv_c_inline+set}" = set; then
7438 echo $ac_n "(cached) $ac_c" 1>&6 11480 echo $ECHO_N "(cached) $ECHO_C" >&6
7439else 11481else
7440 ac_cv_c_inline=no 11482 ac_cv_c_inline=no
7441for ac_kw in inline __inline__ __inline; do 11483for ac_kw in inline __inline__ __inline; do
7442 cat > conftest.$ac_ext <<EOF 11484 cat >conftest.$ac_ext <<_ACEOF
7443#line 7444 "configure" 11485/* confdefs.h. */
7444#include "confdefs.h" 11486_ACEOF
11487cat confdefs.h >>conftest.$ac_ext
11488cat >>conftest.$ac_ext <<_ACEOF
11489/* end confdefs.h. */
11490#ifndef __cplusplus
11491typedef int foo_t;
11492static $ac_kw foo_t static_foo () {return 0; }
11493$ac_kw foo_t foo () {return 0; }
11494#endif
7445 11495
7446int main() { 11496_ACEOF
7447} $ac_kw foo() { 11497rm -f conftest.$ac_objext
7448; return 0; } 11498if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7449EOF 11499 (eval $ac_compile) 2>conftest.er1
7450if { (eval echo configure:7451: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 11500 ac_status=$?
11501 grep -v '^ *+' conftest.er1 >conftest.err
7451 rm -rf conftest* 11502 rm -f conftest.er1
11503 cat conftest.err >&5
11504 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11505 (exit $ac_status); } &&
11506 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11507 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11508 (eval $ac_try) 2>&5
11509 ac_status=$?
11510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11511 (exit $ac_status); }; } &&
11512 { ac_try='test -s conftest.$ac_objext'
11513 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11514 (eval $ac_try) 2>&5
11515 ac_status=$?
11516 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11517 (exit $ac_status); }; }; then
7452 ac_cv_c_inline=$ac_kw; break 11518 ac_cv_c_inline=$ac_kw; break
7453else 11519else
7454 echo "configure: failed program was:" >&5 11520 echo "$as_me: failed program was:" >&5
11521sed 's/^/| /' conftest.$ac_ext >&5
11522
11523fi
11524rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11525done
11526
11527fi
11528echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
11529echo "${ECHO_T}$ac_cv_c_inline" >&6
11530
11531
11532case $ac_cv_c_inline in
11533 inline | yes) ;;
11534 *)
11535 case $ac_cv_c_inline in
11536 no) ac_val=;;
11537 *) ac_val=$ac_cv_c_inline;;
11538 esac
11539 cat >>confdefs.h <<_ACEOF
11540#ifndef __cplusplus
11541#define inline $ac_val
11542#endif
11543_ACEOF
11544 ;;
11545esac
11546
11547
11548
11549echo "$as_me:$LINENO: checking for mode_t" >&5
11550echo $ECHO_N "checking for mode_t... $ECHO_C" >&6
11551if test "${ac_cv_type_mode_t+set}" = set; then
11552 echo $ECHO_N "(cached) $ECHO_C" >&6
11553else
11554 cat >conftest.$ac_ext <<_ACEOF
11555/* confdefs.h. */
11556_ACEOF
11557cat confdefs.h >>conftest.$ac_ext
11558cat >>conftest.$ac_ext <<_ACEOF
11559/* end confdefs.h. */
11560$ac_includes_default
11561int
11562main ()
11563{
11564if ((mode_t *) 0)
11565 return 0;
11566if (sizeof (mode_t))
11567 return 0;
11568 ;
11569 return 0;
11570}
11571_ACEOF
11572rm -f conftest.$ac_objext
11573if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11574 (eval $ac_compile) 2>conftest.er1
11575 ac_status=$?
11576 grep -v '^ *+' conftest.er1 >conftest.err
11577 rm -f conftest.er1
7455 cat conftest.$ac_ext >&5 11578 cat conftest.err >&5
11579 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11580 (exit $ac_status); } &&
11581 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11582 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11583 (eval $ac_try) 2>&5
11584 ac_status=$?
11585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11586 (exit $ac_status); }; } &&
11587 { ac_try='test -s conftest.$ac_objext'
11588 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11589 (eval $ac_try) 2>&5
11590 ac_status=$?
11591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11592 (exit $ac_status); }; }; then
11593 ac_cv_type_mode_t=yes
11594else
11595 echo "$as_me: failed program was:" >&5
11596sed 's/^/| /' conftest.$ac_ext >&5
11597
11598ac_cv_type_mode_t=no
11599fi
11600rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11601fi
11602echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
11603echo "${ECHO_T}$ac_cv_type_mode_t" >&6
11604if test $ac_cv_type_mode_t = yes; then
11605 :
11606else
11607
11608cat >>confdefs.h <<_ACEOF
11609#define mode_t int
11610_ACEOF
11611
11612fi
11613
11614echo "$as_me:$LINENO: checking for pid_t" >&5
11615echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
11616if test "${ac_cv_type_pid_t+set}" = set; then
11617 echo $ECHO_N "(cached) $ECHO_C" >&6
11618else
11619 cat >conftest.$ac_ext <<_ACEOF
11620/* confdefs.h. */
11621_ACEOF
11622cat confdefs.h >>conftest.$ac_ext
11623cat >>conftest.$ac_ext <<_ACEOF
11624/* end confdefs.h. */
11625$ac_includes_default
11626int
11627main ()
11628{
11629if ((pid_t *) 0)
11630 return 0;
11631if (sizeof (pid_t))
11632 return 0;
11633 ;
11634 return 0;
11635}
11636_ACEOF
11637rm -f conftest.$ac_objext
11638if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11639 (eval $ac_compile) 2>conftest.er1
11640 ac_status=$?
11641 grep -v '^ *+' conftest.er1 >conftest.err
11642 rm -f conftest.er1
11643 cat conftest.err >&5
11644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11645 (exit $ac_status); } &&
11646 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11647 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11648 (eval $ac_try) 2>&5
11649 ac_status=$?
11650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11651 (exit $ac_status); }; } &&
11652 { ac_try='test -s conftest.$ac_objext'
11653 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11654 (eval $ac_try) 2>&5
11655 ac_status=$?
11656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11657 (exit $ac_status); }; }; then
11658 ac_cv_type_pid_t=yes
11659else
11660 echo "$as_me: failed program was:" >&5
11661sed 's/^/| /' conftest.$ac_ext >&5
11662
11663ac_cv_type_pid_t=no
11664fi
11665rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11666fi
11667echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
11668echo "${ECHO_T}$ac_cv_type_pid_t" >&6
11669if test $ac_cv_type_pid_t = yes; then
11670 :
11671else
11672
11673cat >>confdefs.h <<_ACEOF
11674#define pid_t int
11675_ACEOF
11676
11677fi
11678
11679echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5
11680echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6
11681if test "${ac_cv_type_uid_t+set}" = set; then
11682 echo $ECHO_N "(cached) $ECHO_C" >&6
11683else
11684 cat >conftest.$ac_ext <<_ACEOF
11685/* confdefs.h. */
11686_ACEOF
11687cat confdefs.h >>conftest.$ac_ext
11688cat >>conftest.$ac_ext <<_ACEOF
11689/* end confdefs.h. */
11690#include <sys/types.h>
11691
11692_ACEOF
11693if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11694 $EGREP "uid_t" >/dev/null 2>&1; then
11695 ac_cv_type_uid_t=yes
11696else
11697 ac_cv_type_uid_t=no
7456fi 11698fi
7457rm -f conftest* 11699rm -f conftest*
11700
11701fi
11702echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5
11703echo "${ECHO_T}$ac_cv_type_uid_t" >&6
11704if test $ac_cv_type_uid_t = no; then
11705
11706cat >>confdefs.h <<\_ACEOF
11707#define uid_t int
11708_ACEOF
11709
11710
11711cat >>confdefs.h <<\_ACEOF
11712#define gid_t int
11713_ACEOF
11714
11715fi
11716
11717
11718
11719echo "$as_me:$LINENO: checking for char" >&5
11720echo $ECHO_N "checking for char... $ECHO_C" >&6
11721if test "${ac_cv_type_char+set}" = set; then
11722 echo $ECHO_N "(cached) $ECHO_C" >&6
11723else
11724 cat >conftest.$ac_ext <<_ACEOF
11725/* confdefs.h. */
11726_ACEOF
11727cat confdefs.h >>conftest.$ac_ext
11728cat >>conftest.$ac_ext <<_ACEOF
11729/* end confdefs.h. */
11730$ac_includes_default
11731int
11732main ()
11733{
11734if ((char *) 0)
11735 return 0;
11736if (sizeof (char))
11737 return 0;
11738 ;
11739 return 0;
11740}
11741_ACEOF
11742rm -f conftest.$ac_objext
11743if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11744 (eval $ac_compile) 2>conftest.er1
11745 ac_status=$?
11746 grep -v '^ *+' conftest.er1 >conftest.err
11747 rm -f conftest.er1
11748 cat conftest.err >&5
11749 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11750 (exit $ac_status); } &&
11751 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11752 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11753 (eval $ac_try) 2>&5
11754 ac_status=$?
11755 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11756 (exit $ac_status); }; } &&
11757 { ac_try='test -s conftest.$ac_objext'
11758 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11759 (eval $ac_try) 2>&5
11760 ac_status=$?
11761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11762 (exit $ac_status); }; }; then
11763 ac_cv_type_char=yes
11764else
11765 echo "$as_me: failed program was:" >&5
11766sed 's/^/| /' conftest.$ac_ext >&5
11767
11768ac_cv_type_char=no
11769fi
11770rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11771fi
11772echo "$as_me:$LINENO: result: $ac_cv_type_char" >&5
11773echo "${ECHO_T}$ac_cv_type_char" >&6
11774
11775echo "$as_me:$LINENO: checking size of char" >&5
11776echo $ECHO_N "checking size of char... $ECHO_C" >&6
11777if test "${ac_cv_sizeof_char+set}" = set; then
11778 echo $ECHO_N "(cached) $ECHO_C" >&6
11779else
11780 if test "$ac_cv_type_char" = yes; then
11781 # The cast to unsigned long works around a bug in the HP C Compiler
11782 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
11783 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
11784 # This bug is HP SR number 8606223364.
11785 if test "$cross_compiling" = yes; then
11786 # Depending upon the size, compute the lo and hi bounds.
11787cat >conftest.$ac_ext <<_ACEOF
11788/* confdefs.h. */
11789_ACEOF
11790cat confdefs.h >>conftest.$ac_ext
11791cat >>conftest.$ac_ext <<_ACEOF
11792/* end confdefs.h. */
11793$ac_includes_default
11794int
11795main ()
11796{
11797static int test_array [1 - 2 * !(((long) (sizeof (char))) >= 0)];
11798test_array [0] = 0
11799
11800 ;
11801 return 0;
11802}
11803_ACEOF
11804rm -f conftest.$ac_objext
11805if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11806 (eval $ac_compile) 2>conftest.er1
11807 ac_status=$?
11808 grep -v '^ *+' conftest.er1 >conftest.err
11809 rm -f conftest.er1
11810 cat conftest.err >&5
11811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11812 (exit $ac_status); } &&
11813 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11814 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11815 (eval $ac_try) 2>&5
11816 ac_status=$?
11817 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11818 (exit $ac_status); }; } &&
11819 { ac_try='test -s conftest.$ac_objext'
11820 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11821 (eval $ac_try) 2>&5
11822 ac_status=$?
11823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11824 (exit $ac_status); }; }; then
11825 ac_lo=0 ac_mid=0
11826 while :; do
11827 cat >conftest.$ac_ext <<_ACEOF
11828/* confdefs.h. */
11829_ACEOF
11830cat confdefs.h >>conftest.$ac_ext
11831cat >>conftest.$ac_ext <<_ACEOF
11832/* end confdefs.h. */
11833$ac_includes_default
11834int
11835main ()
11836{
11837static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
11838test_array [0] = 0
11839
11840 ;
11841 return 0;
11842}
11843_ACEOF
11844rm -f conftest.$ac_objext
11845if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11846 (eval $ac_compile) 2>conftest.er1
11847 ac_status=$?
11848 grep -v '^ *+' conftest.er1 >conftest.err
11849 rm -f conftest.er1
11850 cat conftest.err >&5
11851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11852 (exit $ac_status); } &&
11853 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11854 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11855 (eval $ac_try) 2>&5
11856 ac_status=$?
11857 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11858 (exit $ac_status); }; } &&
11859 { ac_try='test -s conftest.$ac_objext'
11860 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11861 (eval $ac_try) 2>&5
11862 ac_status=$?
11863 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11864 (exit $ac_status); }; }; then
11865 ac_hi=$ac_mid; break
11866else
11867 echo "$as_me: failed program was:" >&5
11868sed 's/^/| /' conftest.$ac_ext >&5
11869
11870ac_lo=`expr $ac_mid + 1`
11871 if test $ac_lo -le $ac_mid; then
11872 ac_lo= ac_hi=
11873 break
11874 fi
11875 ac_mid=`expr 2 '*' $ac_mid + 1`
11876fi
11877rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11878 done
11879else
11880 echo "$as_me: failed program was:" >&5
11881sed 's/^/| /' conftest.$ac_ext >&5
11882
11883cat >conftest.$ac_ext <<_ACEOF
11884/* confdefs.h. */
11885_ACEOF
11886cat confdefs.h >>conftest.$ac_ext
11887cat >>conftest.$ac_ext <<_ACEOF
11888/* end confdefs.h. */
11889$ac_includes_default
11890int
11891main ()
11892{
11893static int test_array [1 - 2 * !(((long) (sizeof (char))) < 0)];
11894test_array [0] = 0
11895
11896 ;
11897 return 0;
11898}
11899_ACEOF
11900rm -f conftest.$ac_objext
11901if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11902 (eval $ac_compile) 2>conftest.er1
11903 ac_status=$?
11904 grep -v '^ *+' conftest.er1 >conftest.err
11905 rm -f conftest.er1
11906 cat conftest.err >&5
11907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11908 (exit $ac_status); } &&
11909 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11910 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11911 (eval $ac_try) 2>&5
11912 ac_status=$?
11913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11914 (exit $ac_status); }; } &&
11915 { ac_try='test -s conftest.$ac_objext'
11916 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11917 (eval $ac_try) 2>&5
11918 ac_status=$?
11919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11920 (exit $ac_status); }; }; then
11921 ac_hi=-1 ac_mid=-1
11922 while :; do
11923 cat >conftest.$ac_ext <<_ACEOF
11924/* confdefs.h. */
11925_ACEOF
11926cat confdefs.h >>conftest.$ac_ext
11927cat >>conftest.$ac_ext <<_ACEOF
11928/* end confdefs.h. */
11929$ac_includes_default
11930int
11931main ()
11932{
11933static int test_array [1 - 2 * !(((long) (sizeof (char))) >= $ac_mid)];
11934test_array [0] = 0
11935
11936 ;
11937 return 0;
11938}
11939_ACEOF
11940rm -f conftest.$ac_objext
11941if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11942 (eval $ac_compile) 2>conftest.er1
11943 ac_status=$?
11944 grep -v '^ *+' conftest.er1 >conftest.err
11945 rm -f conftest.er1
11946 cat conftest.err >&5
11947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11948 (exit $ac_status); } &&
11949 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11950 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11951 (eval $ac_try) 2>&5
11952 ac_status=$?
11953 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11954 (exit $ac_status); }; } &&
11955 { ac_try='test -s conftest.$ac_objext'
11956 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11957 (eval $ac_try) 2>&5
11958 ac_status=$?
11959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11960 (exit $ac_status); }; }; then
11961 ac_lo=$ac_mid; break
11962else
11963 echo "$as_me: failed program was:" >&5
11964sed 's/^/| /' conftest.$ac_ext >&5
11965
11966ac_hi=`expr '(' $ac_mid ')' - 1`
11967 if test $ac_mid -le $ac_hi; then
11968 ac_lo= ac_hi=
11969 break
11970 fi
11971 ac_mid=`expr 2 '*' $ac_mid`
11972fi
11973rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11974 done
11975else
11976 echo "$as_me: failed program was:" >&5
11977sed 's/^/| /' conftest.$ac_ext >&5
11978
11979ac_lo= ac_hi=
11980fi
11981rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11982fi
11983rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11984# Binary search between lo and hi bounds.
11985while test "x$ac_lo" != "x$ac_hi"; do
11986 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
11987 cat >conftest.$ac_ext <<_ACEOF
11988/* confdefs.h. */
11989_ACEOF
11990cat confdefs.h >>conftest.$ac_ext
11991cat >>conftest.$ac_ext <<_ACEOF
11992/* end confdefs.h. */
11993$ac_includes_default
11994int
11995main ()
11996{
11997static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
11998test_array [0] = 0
11999
12000 ;
12001 return 0;
12002}
12003_ACEOF
12004rm -f conftest.$ac_objext
12005if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12006 (eval $ac_compile) 2>conftest.er1
12007 ac_status=$?
12008 grep -v '^ *+' conftest.er1 >conftest.err
12009 rm -f conftest.er1
12010 cat conftest.err >&5
12011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12012 (exit $ac_status); } &&
12013 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12014 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12015 (eval $ac_try) 2>&5
12016 ac_status=$?
12017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12018 (exit $ac_status); }; } &&
12019 { ac_try='test -s conftest.$ac_objext'
12020 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12021 (eval $ac_try) 2>&5
12022 ac_status=$?
12023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12024 (exit $ac_status); }; }; then
12025 ac_hi=$ac_mid
12026else
12027 echo "$as_me: failed program was:" >&5
12028sed 's/^/| /' conftest.$ac_ext >&5
12029
12030ac_lo=`expr '(' $ac_mid ')' + 1`
12031fi
12032rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7458done 12033done
7459 12034case $ac_lo in
7460fi 12035?*) ac_cv_sizeof_char=$ac_lo;;
7461 12036'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
7462echo "$ac_t""$ac_cv_c_inline" 1>&6 12037See \`config.log' for more details." >&5
7463case "$ac_cv_c_inline" in 12038echo "$as_me: error: cannot compute sizeof (char), 77
7464 inline | yes) ;; 12039See \`config.log' for more details." >&2;}
7465 no) cat >> confdefs.h <<\EOF 12040 { (exit 1); exit 1; }; } ;;
7466#define inline
7467EOF
7468 ;;
7469 *) cat >> confdefs.h <<EOF
7470#define inline $ac_cv_c_inline
7471EOF
7472 ;;
7473esac 12041esac
7474
7475
7476
7477echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
7478echo "configure:7479: checking for ANSI C header files" >&5
7479if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
7480 echo $ac_n "(cached) $ac_c" 1>&6
7481else 12042else
12043 if test "$cross_compiling" = yes; then
12044 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
12045echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
12046 { (exit 1); exit 1; }; }
12047else
7482 cat > conftest.$ac_ext <<EOF 12048 cat >conftest.$ac_ext <<_ACEOF
7483#line 7484 "configure" 12049/* confdefs.h. */
7484#include "confdefs.h" 12050_ACEOF
12051cat confdefs.h >>conftest.$ac_ext
12052cat >>conftest.$ac_ext <<_ACEOF
12053/* end confdefs.h. */
12054$ac_includes_default
12055long longval () { return (long) (sizeof (char)); }
12056unsigned long ulongval () { return (long) (sizeof (char)); }
12057#include <stdio.h>
7485#include <stdlib.h> 12058#include <stdlib.h>
7486#include <stdarg.h> 12059int
7487#include <string.h> 12060main ()
7488#include <float.h> 12061{
7489EOF 12062
7490ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 12063 FILE *f = fopen ("conftest.val", "w");
7491{ (eval echo configure:7492: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 12064 if (! f)
7492ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 12065 exit (1);
7493if test -z "$ac_err"; then 12066 if (((long) (sizeof (char))) < 0)
7494 rm -rf conftest* 12067 {
7495 ac_cv_header_stdc=yes 12068 long i = longval ();
12069 if (i != ((long) (sizeof (char))))
12070 exit (1);
12071 fprintf (f, "%ld\n", i);
12072 }
7496else 12073 else
7497 echo "$ac_err" >&5 12074 {
12075 unsigned long i = ulongval ();
12076 if (i != ((long) (sizeof (char))))
12077 exit (1);
12078 fprintf (f, "%lu\n", i);
12079 }
12080 exit (ferror (f) || fclose (f) != 0);
12081
12082 ;
12083 return 0;
12084}
12085_ACEOF
12086rm -f conftest$ac_exeext
12087if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12088 (eval $ac_link) 2>&5
12089 ac_status=$?
12090 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12091 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
12092 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12093 (eval $ac_try) 2>&5
12094 ac_status=$?
12095 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12096 (exit $ac_status); }; }; then
12097 ac_cv_sizeof_char=`cat conftest.val`
12098else
12099 echo "$as_me: program exited with status $ac_status" >&5
7498 echo "configure: failed program was:" >&5 12100echo "$as_me: failed program was:" >&5
7499 cat conftest.$ac_ext >&5 12101sed 's/^/| /' conftest.$ac_ext >&5
7500 rm -rf conftest* 12102
7501 ac_cv_header_stdc=no 12103( exit $ac_status )
12104{ { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
12105See \`config.log' for more details." >&5
12106echo "$as_me: error: cannot compute sizeof (char), 77
12107See \`config.log' for more details." >&2;}
12108 { (exit 1); exit 1; }; }
7502fi 12109fi
12110rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
12111fi
12112fi
7503rm -f conftest* 12113rm -f conftest.val
12114else
12115 ac_cv_sizeof_char=0
12116fi
12117fi
12118echo "$as_me:$LINENO: result: $ac_cv_sizeof_char" >&5
12119echo "${ECHO_T}$ac_cv_sizeof_char" >&6
12120cat >>confdefs.h <<_ACEOF
12121#define SIZEOF_CHAR $ac_cv_sizeof_char
12122_ACEOF
7504 12123
12124
12125echo "$as_me:$LINENO: checking for short" >&5
12126echo $ECHO_N "checking for short... $ECHO_C" >&6
12127if test "${ac_cv_type_short+set}" = set; then
12128 echo $ECHO_N "(cached) $ECHO_C" >&6
12129else
12130 cat >conftest.$ac_ext <<_ACEOF
12131/* confdefs.h. */
12132_ACEOF
12133cat confdefs.h >>conftest.$ac_ext
12134cat >>conftest.$ac_ext <<_ACEOF
12135/* end confdefs.h. */
12136$ac_includes_default
12137int
12138main ()
12139{
12140if ((short *) 0)
12141 return 0;
12142if (sizeof (short))
12143 return 0;
12144 ;
12145 return 0;
12146}
12147_ACEOF
12148rm -f conftest.$ac_objext
12149if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12150 (eval $ac_compile) 2>conftest.er1
12151 ac_status=$?
12152 grep -v '^ *+' conftest.er1 >conftest.err
12153 rm -f conftest.er1
12154 cat conftest.err >&5
12155 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12156 (exit $ac_status); } &&
12157 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
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); }; } &&
12163 { ac_try='test -s conftest.$ac_objext'
12164 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12165 (eval $ac_try) 2>&5
12166 ac_status=$?
12167 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12168 (exit $ac_status); }; }; then
12169 ac_cv_type_short=yes
12170else
12171 echo "$as_me: failed program was:" >&5
12172sed 's/^/| /' conftest.$ac_ext >&5
12173
12174ac_cv_type_short=no
12175fi
12176rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12177fi
12178echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
12179echo "${ECHO_T}$ac_cv_type_short" >&6
12180
12181echo "$as_me:$LINENO: checking size of short" >&5
12182echo $ECHO_N "checking size of short... $ECHO_C" >&6
12183if test "${ac_cv_sizeof_short+set}" = set; then
12184 echo $ECHO_N "(cached) $ECHO_C" >&6
12185else
7505if test $ac_cv_header_stdc = yes; then 12186 if test "$ac_cv_type_short" = yes; then
7506 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 12187 # The cast to unsigned long works around a bug in the HP C Compiler
12188 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12189 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12190 # This bug is HP SR number 8606223364.
12191 if test "$cross_compiling" = yes; then
12192 # Depending upon the size, compute the lo and hi bounds.
7507cat > conftest.$ac_ext <<EOF 12193cat >conftest.$ac_ext <<_ACEOF
7508#line 7509 "configure" 12194/* confdefs.h. */
7509#include "confdefs.h" 12195_ACEOF
7510#include <string.h> 12196cat confdefs.h >>conftest.$ac_ext
7511EOF 12197cat >>conftest.$ac_ext <<_ACEOF
7512if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 12198/* end confdefs.h. */
7513 egrep "memchr" >/dev/null 2>&1; then 12199$ac_includes_default
7514 : 12200int
7515else 12201main ()
12202{
12203static int test_array [1 - 2 * !(((long) (sizeof (short))) >= 0)];
12204test_array [0] = 0
12205
12206 ;
12207 return 0;
12208}
12209_ACEOF
12210rm -f conftest.$ac_objext
12211if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12212 (eval $ac_compile) 2>conftest.er1
12213 ac_status=$?
12214 grep -v '^ *+' conftest.er1 >conftest.err
7516 rm -rf conftest* 12215 rm -f conftest.er1
7517 ac_cv_header_stdc=no 12216 cat conftest.err >&5
7518fi 12217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12218 (exit $ac_status); } &&
12219 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12220 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12221 (eval $ac_try) 2>&5
12222 ac_status=$?
12223 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12224 (exit $ac_status); }; } &&
12225 { ac_try='test -s conftest.$ac_objext'
12226 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12227 (eval $ac_try) 2>&5
12228 ac_status=$?
12229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12230 (exit $ac_status); }; }; then
12231 ac_lo=0 ac_mid=0
12232 while :; do
12233 cat >conftest.$ac_ext <<_ACEOF
12234/* confdefs.h. */
12235_ACEOF
12236cat confdefs.h >>conftest.$ac_ext
12237cat >>conftest.$ac_ext <<_ACEOF
12238/* end confdefs.h. */
12239$ac_includes_default
12240int
12241main ()
12242{
12243static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
12244test_array [0] = 0
12245
12246 ;
12247 return 0;
12248}
12249_ACEOF
12250rm -f conftest.$ac_objext
12251if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12252 (eval $ac_compile) 2>conftest.er1
12253 ac_status=$?
12254 grep -v '^ *+' conftest.er1 >conftest.err
7519rm -f conftest* 12255 rm -f conftest.er1
12256 cat conftest.err >&5
12257 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12258 (exit $ac_status); } &&
12259 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12260 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12261 (eval $ac_try) 2>&5
12262 ac_status=$?
12263 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12264 (exit $ac_status); }; } &&
12265 { ac_try='test -s conftest.$ac_objext'
12266 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12267 (eval $ac_try) 2>&5
12268 ac_status=$?
12269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12270 (exit $ac_status); }; }; then
12271 ac_hi=$ac_mid; break
12272else
12273 echo "$as_me: failed program was:" >&5
12274sed 's/^/| /' conftest.$ac_ext >&5
7520 12275
12276ac_lo=`expr $ac_mid + 1`
12277 if test $ac_lo -le $ac_mid; then
12278 ac_lo= ac_hi=
12279 break
12280 fi
12281 ac_mid=`expr 2 '*' $ac_mid + 1`
7521fi 12282fi
12283rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12284 done
12285else
12286 echo "$as_me: failed program was:" >&5
12287sed 's/^/| /' conftest.$ac_ext >&5
7522 12288
7523if test $ac_cv_header_stdc = yes; then
7524 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7525cat > conftest.$ac_ext <<EOF 12289cat >conftest.$ac_ext <<_ACEOF
7526#line 7527 "configure" 12290/* confdefs.h. */
7527#include "confdefs.h" 12291_ACEOF
12292cat confdefs.h >>conftest.$ac_ext
12293cat >>conftest.$ac_ext <<_ACEOF
12294/* end confdefs.h. */
12295$ac_includes_default
12296int
12297main ()
12298{
12299static int test_array [1 - 2 * !(((long) (sizeof (short))) < 0)];
12300test_array [0] = 0
12301
12302 ;
12303 return 0;
12304}
12305_ACEOF
12306rm -f conftest.$ac_objext
12307if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12308 (eval $ac_compile) 2>conftest.er1
12309 ac_status=$?
12310 grep -v '^ *+' conftest.er1 >conftest.err
12311 rm -f conftest.er1
12312 cat conftest.err >&5
12313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12314 (exit $ac_status); } &&
12315 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12316 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12317 (eval $ac_try) 2>&5
12318 ac_status=$?
12319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12320 (exit $ac_status); }; } &&
12321 { ac_try='test -s conftest.$ac_objext'
12322 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12323 (eval $ac_try) 2>&5
12324 ac_status=$?
12325 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12326 (exit $ac_status); }; }; then
12327 ac_hi=-1 ac_mid=-1
12328 while :; do
12329 cat >conftest.$ac_ext <<_ACEOF
12330/* confdefs.h. */
12331_ACEOF
12332cat confdefs.h >>conftest.$ac_ext
12333cat >>conftest.$ac_ext <<_ACEOF
12334/* end confdefs.h. */
12335$ac_includes_default
12336int
12337main ()
12338{
12339static int test_array [1 - 2 * !(((long) (sizeof (short))) >= $ac_mid)];
12340test_array [0] = 0
12341
12342 ;
12343 return 0;
12344}
12345_ACEOF
12346rm -f conftest.$ac_objext
12347if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12348 (eval $ac_compile) 2>conftest.er1
12349 ac_status=$?
12350 grep -v '^ *+' conftest.er1 >conftest.err
12351 rm -f conftest.er1
12352 cat conftest.err >&5
12353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12354 (exit $ac_status); } &&
12355 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12356 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12357 (eval $ac_try) 2>&5
12358 ac_status=$?
12359 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12360 (exit $ac_status); }; } &&
12361 { ac_try='test -s conftest.$ac_objext'
12362 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12363 (eval $ac_try) 2>&5
12364 ac_status=$?
12365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12366 (exit $ac_status); }; }; then
12367 ac_lo=$ac_mid; break
12368else
12369 echo "$as_me: failed program was:" >&5
12370sed 's/^/| /' conftest.$ac_ext >&5
12371
12372ac_hi=`expr '(' $ac_mid ')' - 1`
12373 if test $ac_mid -le $ac_hi; then
12374 ac_lo= ac_hi=
12375 break
12376 fi
12377 ac_mid=`expr 2 '*' $ac_mid`
12378fi
12379rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12380 done
12381else
12382 echo "$as_me: failed program was:" >&5
12383sed 's/^/| /' conftest.$ac_ext >&5
12384
12385ac_lo= ac_hi=
12386fi
12387rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12388fi
12389rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12390# Binary search between lo and hi bounds.
12391while test "x$ac_lo" != "x$ac_hi"; do
12392 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
12393 cat >conftest.$ac_ext <<_ACEOF
12394/* confdefs.h. */
12395_ACEOF
12396cat confdefs.h >>conftest.$ac_ext
12397cat >>conftest.$ac_ext <<_ACEOF
12398/* end confdefs.h. */
12399$ac_includes_default
12400int
12401main ()
12402{
12403static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
12404test_array [0] = 0
12405
12406 ;
12407 return 0;
12408}
12409_ACEOF
12410rm -f conftest.$ac_objext
12411if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12412 (eval $ac_compile) 2>conftest.er1
12413 ac_status=$?
12414 grep -v '^ *+' conftest.er1 >conftest.err
12415 rm -f conftest.er1
12416 cat conftest.err >&5
12417 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12418 (exit $ac_status); } &&
12419 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12420 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12421 (eval $ac_try) 2>&5
12422 ac_status=$?
12423 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12424 (exit $ac_status); }; } &&
12425 { ac_try='test -s conftest.$ac_objext'
12426 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12427 (eval $ac_try) 2>&5
12428 ac_status=$?
12429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12430 (exit $ac_status); }; }; then
12431 ac_hi=$ac_mid
12432else
12433 echo "$as_me: failed program was:" >&5
12434sed 's/^/| /' conftest.$ac_ext >&5
12435
12436ac_lo=`expr '(' $ac_mid ')' + 1`
12437fi
12438rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12439done
12440case $ac_lo in
12441?*) ac_cv_sizeof_short=$ac_lo;;
12442'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
12443See \`config.log' for more details." >&5
12444echo "$as_me: error: cannot compute sizeof (short), 77
12445See \`config.log' for more details." >&2;}
12446 { (exit 1); exit 1; }; } ;;
12447esac
12448else
12449 if test "$cross_compiling" = yes; then
12450 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
12451echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
12452 { (exit 1); exit 1; }; }
12453else
12454 cat >conftest.$ac_ext <<_ACEOF
12455/* confdefs.h. */
12456_ACEOF
12457cat confdefs.h >>conftest.$ac_ext
12458cat >>conftest.$ac_ext <<_ACEOF
12459/* end confdefs.h. */
12460$ac_includes_default
12461long longval () { return (long) (sizeof (short)); }
12462unsigned long ulongval () { return (long) (sizeof (short)); }
12463#include <stdio.h>
7528#include <stdlib.h> 12464#include <stdlib.h>
7529EOF 12465int
7530if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 12466main ()
7531 egrep "free" >/dev/null 2>&1; then 12467{
7532 : 12468
12469 FILE *f = fopen ("conftest.val", "w");
12470 if (! f)
12471 exit (1);
12472 if (((long) (sizeof (short))) < 0)
12473 {
12474 long i = longval ();
12475 if (i != ((long) (sizeof (short))))
12476 exit (1);
12477 fprintf (f, "%ld\n", i);
12478 }
7533else 12479 else
7534 rm -rf conftest* 12480 {
7535 ac_cv_header_stdc=no 12481 unsigned long i = ulongval ();
12482 if (i != ((long) (sizeof (short))))
12483 exit (1);
12484 fprintf (f, "%lu\n", i);
12485 }
12486 exit (ferror (f) || fclose (f) != 0);
12487
12488 ;
12489 return 0;
12490}
12491_ACEOF
12492rm -f conftest$ac_exeext
12493if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12494 (eval $ac_link) 2>&5
12495 ac_status=$?
12496 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12497 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
12498 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12499 (eval $ac_try) 2>&5
12500 ac_status=$?
12501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12502 (exit $ac_status); }; }; then
12503 ac_cv_sizeof_short=`cat conftest.val`
12504else
12505 echo "$as_me: program exited with status $ac_status" >&5
12506echo "$as_me: failed program was:" >&5
12507sed 's/^/| /' conftest.$ac_ext >&5
12508
12509( exit $ac_status )
12510{ { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
12511See \`config.log' for more details." >&5
12512echo "$as_me: error: cannot compute sizeof (short), 77
12513See \`config.log' for more details." >&2;}
12514 { (exit 1); exit 1; }; }
7536fi 12515fi
12516rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
12517fi
12518fi
7537rm -f conftest* 12519rm -f conftest.val
7538 12520else
12521 ac_cv_sizeof_short=0
7539fi 12522fi
12523fi
12524echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
12525echo "${ECHO_T}$ac_cv_sizeof_short" >&6
12526cat >>confdefs.h <<_ACEOF
12527#define SIZEOF_SHORT $ac_cv_sizeof_short
12528_ACEOF
7540 12529
12530
12531echo "$as_me:$LINENO: checking for int" >&5
12532echo $ECHO_N "checking for int... $ECHO_C" >&6
12533if test "${ac_cv_type_int+set}" = set; then
12534 echo $ECHO_N "(cached) $ECHO_C" >&6
12535else
12536 cat >conftest.$ac_ext <<_ACEOF
12537/* confdefs.h. */
12538_ACEOF
12539cat confdefs.h >>conftest.$ac_ext
12540cat >>conftest.$ac_ext <<_ACEOF
12541/* end confdefs.h. */
12542$ac_includes_default
12543int
12544main ()
12545{
12546if ((int *) 0)
12547 return 0;
12548if (sizeof (int))
12549 return 0;
12550 ;
12551 return 0;
12552}
12553_ACEOF
12554rm -f conftest.$ac_objext
12555if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12556 (eval $ac_compile) 2>conftest.er1
12557 ac_status=$?
12558 grep -v '^ *+' conftest.er1 >conftest.err
12559 rm -f conftest.er1
12560 cat conftest.err >&5
12561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12562 (exit $ac_status); } &&
12563 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
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); }; } &&
12569 { ac_try='test -s conftest.$ac_objext'
12570 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12571 (eval $ac_try) 2>&5
12572 ac_status=$?
12573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12574 (exit $ac_status); }; }; then
12575 ac_cv_type_int=yes
12576else
12577 echo "$as_me: failed program was:" >&5
12578sed 's/^/| /' conftest.$ac_ext >&5
12579
12580ac_cv_type_int=no
12581fi
12582rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12583fi
12584echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
12585echo "${ECHO_T}$ac_cv_type_int" >&6
12586
12587echo "$as_me:$LINENO: checking size of int" >&5
12588echo $ECHO_N "checking size of int... $ECHO_C" >&6
12589if test "${ac_cv_sizeof_int+set}" = set; then
12590 echo $ECHO_N "(cached) $ECHO_C" >&6
12591else
7541if test $ac_cv_header_stdc = yes; then 12592 if test "$ac_cv_type_int" = yes; then
7542 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. 12593 # The cast to unsigned long works around a bug in the HP C Compiler
12594 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12595 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12596 # This bug is HP SR number 8606223364.
7543if test "$cross_compiling" = yes; then 12597 if test "$cross_compiling" = yes; then
7544 : 12598 # Depending upon the size, compute the lo and hi bounds.
12599cat >conftest.$ac_ext <<_ACEOF
12600/* confdefs.h. */
12601_ACEOF
12602cat confdefs.h >>conftest.$ac_ext
12603cat >>conftest.$ac_ext <<_ACEOF
12604/* end confdefs.h. */
12605$ac_includes_default
12606int
12607main ()
12608{
12609static int test_array [1 - 2 * !(((long) (sizeof (int))) >= 0)];
12610test_array [0] = 0
12611
12612 ;
12613 return 0;
12614}
12615_ACEOF
12616rm -f conftest.$ac_objext
12617if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12618 (eval $ac_compile) 2>conftest.er1
12619 ac_status=$?
12620 grep -v '^ *+' conftest.er1 >conftest.err
12621 rm -f conftest.er1
12622 cat conftest.err >&5
12623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12624 (exit $ac_status); } &&
12625 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12626 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12627 (eval $ac_try) 2>&5
12628 ac_status=$?
12629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12630 (exit $ac_status); }; } &&
12631 { ac_try='test -s conftest.$ac_objext'
12632 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12633 (eval $ac_try) 2>&5
12634 ac_status=$?
12635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12636 (exit $ac_status); }; }; then
12637 ac_lo=0 ac_mid=0
12638 while :; do
12639 cat >conftest.$ac_ext <<_ACEOF
12640/* confdefs.h. */
12641_ACEOF
12642cat confdefs.h >>conftest.$ac_ext
12643cat >>conftest.$ac_ext <<_ACEOF
12644/* end confdefs.h. */
12645$ac_includes_default
12646int
12647main ()
12648{
12649static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
12650test_array [0] = 0
12651
12652 ;
12653 return 0;
12654}
12655_ACEOF
12656rm -f conftest.$ac_objext
12657if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12658 (eval $ac_compile) 2>conftest.er1
12659 ac_status=$?
12660 grep -v '^ *+' conftest.er1 >conftest.err
12661 rm -f conftest.er1
12662 cat conftest.err >&5
12663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12664 (exit $ac_status); } &&
12665 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12666 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12667 (eval $ac_try) 2>&5
12668 ac_status=$?
12669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12670 (exit $ac_status); }; } &&
12671 { ac_try='test -s conftest.$ac_objext'
12672 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12673 (eval $ac_try) 2>&5
12674 ac_status=$?
12675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12676 (exit $ac_status); }; }; then
12677 ac_hi=$ac_mid; break
7545else 12678else
12679 echo "$as_me: failed program was:" >&5
12680sed 's/^/| /' conftest.$ac_ext >&5
12681
12682ac_lo=`expr $ac_mid + 1`
12683 if test $ac_lo -le $ac_mid; then
12684 ac_lo= ac_hi=
12685 break
12686 fi
12687 ac_mid=`expr 2 '*' $ac_mid + 1`
12688fi
12689rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12690 done
12691else
12692 echo "$as_me: failed program was:" >&5
12693sed 's/^/| /' conftest.$ac_ext >&5
12694
12695cat >conftest.$ac_ext <<_ACEOF
12696/* confdefs.h. */
12697_ACEOF
12698cat confdefs.h >>conftest.$ac_ext
12699cat >>conftest.$ac_ext <<_ACEOF
12700/* end confdefs.h. */
12701$ac_includes_default
12702int
12703main ()
12704{
12705static int test_array [1 - 2 * !(((long) (sizeof (int))) < 0)];
12706test_array [0] = 0
12707
12708 ;
12709 return 0;
12710}
12711_ACEOF
12712rm -f conftest.$ac_objext
12713if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12714 (eval $ac_compile) 2>conftest.er1
12715 ac_status=$?
12716 grep -v '^ *+' conftest.er1 >conftest.err
12717 rm -f conftest.er1
12718 cat conftest.err >&5
12719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12720 (exit $ac_status); } &&
12721 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12722 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12723 (eval $ac_try) 2>&5
12724 ac_status=$?
12725 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12726 (exit $ac_status); }; } &&
12727 { ac_try='test -s conftest.$ac_objext'
12728 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12729 (eval $ac_try) 2>&5
12730 ac_status=$?
12731 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12732 (exit $ac_status); }; }; then
12733 ac_hi=-1 ac_mid=-1
12734 while :; do
12735 cat >conftest.$ac_ext <<_ACEOF
12736/* confdefs.h. */
12737_ACEOF
12738cat confdefs.h >>conftest.$ac_ext
12739cat >>conftest.$ac_ext <<_ACEOF
12740/* end confdefs.h. */
12741$ac_includes_default
12742int
12743main ()
12744{
12745static int test_array [1 - 2 * !(((long) (sizeof (int))) >= $ac_mid)];
12746test_array [0] = 0
12747
12748 ;
12749 return 0;
12750}
12751_ACEOF
12752rm -f conftest.$ac_objext
12753if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12754 (eval $ac_compile) 2>conftest.er1
12755 ac_status=$?
12756 grep -v '^ *+' conftest.er1 >conftest.err
12757 rm -f conftest.er1
12758 cat conftest.err >&5
12759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12760 (exit $ac_status); } &&
12761 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12762 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12763 (eval $ac_try) 2>&5
12764 ac_status=$?
12765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12766 (exit $ac_status); }; } &&
12767 { ac_try='test -s conftest.$ac_objext'
12768 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12769 (eval $ac_try) 2>&5
12770 ac_status=$?
12771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12772 (exit $ac_status); }; }; then
12773 ac_lo=$ac_mid; break
12774else
12775 echo "$as_me: failed program was:" >&5
12776sed 's/^/| /' conftest.$ac_ext >&5
12777
12778ac_hi=`expr '(' $ac_mid ')' - 1`
12779 if test $ac_mid -le $ac_hi; then
12780 ac_lo= ac_hi=
12781 break
12782 fi
12783 ac_mid=`expr 2 '*' $ac_mid`
12784fi
12785rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12786 done
12787else
12788 echo "$as_me: failed program was:" >&5
12789sed 's/^/| /' conftest.$ac_ext >&5
12790
12791ac_lo= ac_hi=
12792fi
12793rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12794fi
12795rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12796# Binary search between lo and hi bounds.
12797while test "x$ac_lo" != "x$ac_hi"; do
12798 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
7546 cat > conftest.$ac_ext <<EOF 12799 cat >conftest.$ac_ext <<_ACEOF
7547#line 7548 "configure" 12800/* confdefs.h. */
7548#include "confdefs.h" 12801_ACEOF
7549#include <ctype.h> 12802cat confdefs.h >>conftest.$ac_ext
7550#define ISLOWER(c) ('a' <= (c) && (c) <= 'z') 12803cat >>conftest.$ac_ext <<_ACEOF
7551#define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) 12804/* end confdefs.h. */
7552#define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) 12805$ac_includes_default
7553int main () { int i; for (i = 0; i < 256; i++) 12806int
7554if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2); 12807main ()
7555exit (0); } 12808{
12809static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
12810test_array [0] = 0
7556 12811
7557EOF 12812 ;
7558if { (eval echo configure:7559: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 12813 return 0;
7559then 12814}
7560 : 12815_ACEOF
12816rm -f conftest.$ac_objext
12817if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12818 (eval $ac_compile) 2>conftest.er1
12819 ac_status=$?
12820 grep -v '^ *+' conftest.er1 >conftest.err
12821 rm -f conftest.er1
12822 cat conftest.err >&5
12823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12824 (exit $ac_status); } &&
12825 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12826 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12827 (eval $ac_try) 2>&5
12828 ac_status=$?
12829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12830 (exit $ac_status); }; } &&
12831 { ac_try='test -s conftest.$ac_objext'
12832 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12833 (eval $ac_try) 2>&5
12834 ac_status=$?
12835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12836 (exit $ac_status); }; }; then
12837 ac_hi=$ac_mid
7561else 12838else
7562 echo "configure: failed program was:" >&5 12839 echo "$as_me: failed program was:" >&5
7563 cat conftest.$ac_ext >&5 12840sed 's/^/| /' conftest.$ac_ext >&5
7564 rm -fr conftest*
7565 ac_cv_header_stdc=no
7566fi
7567rm -fr conftest*
7568fi
7569 12841
12842ac_lo=`expr '(' $ac_mid ')' + 1`
7570fi 12843fi
7571fi 12844rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7572 12845done
7573echo "$ac_t""$ac_cv_header_stdc" 1>&6 12846case $ac_lo in
7574if test $ac_cv_header_stdc = yes; then 12847?*) ac_cv_sizeof_int=$ac_lo;;
7575 cat >> confdefs.h <<\EOF 12848'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
7576#define STDC_HEADERS 1 12849See \`config.log' for more details." >&5
7577EOF 12850echo "$as_me: error: cannot compute sizeof (int), 77
7578 12851See \`config.log' for more details." >&2;}
7579fi 12852 { (exit 1); exit 1; }; } ;;
7580 12853esac
7581echo $ac_n "checking for mode_t""... $ac_c" 1>&6
7582echo "configure:7583: checking for mode_t" >&5
7583if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then
7584 echo $ac_n "(cached) $ac_c" 1>&6
7585else 12854else
12855 if test "$cross_compiling" = yes; then
12856 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
12857echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
12858 { (exit 1); exit 1; }; }
12859else
7586 cat > conftest.$ac_ext <<EOF 12860 cat >conftest.$ac_ext <<_ACEOF
7587#line 7588 "configure" 12861/* confdefs.h. */
7588#include "confdefs.h" 12862_ACEOF
12863cat confdefs.h >>conftest.$ac_ext
12864cat >>conftest.$ac_ext <<_ACEOF
12865/* end confdefs.h. */
12866$ac_includes_default
12867long longval () { return (long) (sizeof (int)); }
12868unsigned long ulongval () { return (long) (sizeof (int)); }
7589#include <sys/types.h> 12869#include <stdio.h>
7590#if STDC_HEADERS
7591#include <stdlib.h> 12870#include <stdlib.h>
7592#include <stddef.h> 12871int
7593#endif 12872main ()
7594EOF 12873{
7595if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 12874
7596 egrep "(^|[^a-zA-Z_0-9])mode_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then 12875 FILE *f = fopen ("conftest.val", "w");
7597 rm -rf conftest* 12876 if (! f)
7598 ac_cv_type_mode_t=yes 12877 exit (1);
12878 if (((long) (sizeof (int))) < 0)
12879 {
12880 long i = longval ();
12881 if (i != ((long) (sizeof (int))))
12882 exit (1);
12883 fprintf (f, "%ld\n", i);
12884 }
7599else 12885 else
7600 rm -rf conftest* 12886 {
7601 ac_cv_type_mode_t=no 12887 unsigned long i = ulongval ();
12888 if (i != ((long) (sizeof (int))))
12889 exit (1);
12890 fprintf (f, "%lu\n", i);
12891 }
12892 exit (ferror (f) || fclose (f) != 0);
12893
12894 ;
12895 return 0;
12896}
12897_ACEOF
12898rm -f conftest$ac_exeext
12899if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12900 (eval $ac_link) 2>&5
12901 ac_status=$?
12902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12903 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
12904 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12905 (eval $ac_try) 2>&5
12906 ac_status=$?
12907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12908 (exit $ac_status); }; }; then
12909 ac_cv_sizeof_int=`cat conftest.val`
12910else
12911 echo "$as_me: program exited with status $ac_status" >&5
12912echo "$as_me: failed program was:" >&5
12913sed 's/^/| /' conftest.$ac_ext >&5
12914
12915( exit $ac_status )
12916{ { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
12917See \`config.log' for more details." >&5
12918echo "$as_me: error: cannot compute sizeof (int), 77
12919See \`config.log' for more details." >&2;}
12920 { (exit 1); exit 1; }; }
7602fi 12921fi
12922rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
12923fi
12924fi
7603rm -f conftest* 12925rm -f conftest.val
7604 12926else
12927 ac_cv_sizeof_int=0
7605fi 12928fi
7606echo "$ac_t""$ac_cv_type_mode_t" 1>&6 12929fi
7607if test $ac_cv_type_mode_t = no; then 12930echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
12931echo "${ECHO_T}$ac_cv_sizeof_int" >&6
7608 cat >> confdefs.h <<\EOF 12932cat >>confdefs.h <<_ACEOF
7609#define mode_t int 12933#define SIZEOF_INT $ac_cv_sizeof_int
7610EOF 12934_ACEOF
7611 12935
7612fi
7613 12936
7614echo $ac_n "checking for pid_t""... $ac_c" 1>&6 12937echo "$as_me:$LINENO: checking for long" >&5
7615echo "configure:7616: checking for pid_t" >&5 12938echo $ECHO_N "checking for long... $ECHO_C" >&6
7616if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then 12939if test "${ac_cv_type_long+set}" = set; then
7617 echo $ac_n "(cached) $ac_c" 1>&6 12940 echo $ECHO_N "(cached) $ECHO_C" >&6
7618else 12941else
7619 cat > conftest.$ac_ext <<EOF 12942 cat >conftest.$ac_ext <<_ACEOF
7620#line 7621 "configure" 12943/* confdefs.h. */
7621#include "confdefs.h" 12944_ACEOF
12945cat confdefs.h >>conftest.$ac_ext
12946cat >>conftest.$ac_ext <<_ACEOF
12947/* end confdefs.h. */
12948$ac_includes_default
12949int
12950main ()
12951{
12952if ((long *) 0)
12953 return 0;
12954if (sizeof (long))
12955 return 0;
12956 ;
12957 return 0;
12958}
12959_ACEOF
12960rm -f conftest.$ac_objext
12961if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12962 (eval $ac_compile) 2>conftest.er1
12963 ac_status=$?
12964 grep -v '^ *+' conftest.er1 >conftest.err
12965 rm -f conftest.er1
12966 cat conftest.err >&5
12967 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12968 (exit $ac_status); } &&
12969 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
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); }; } &&
12975 { ac_try='test -s conftest.$ac_objext'
12976 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12977 (eval $ac_try) 2>&5
12978 ac_status=$?
12979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12980 (exit $ac_status); }; }; then
12981 ac_cv_type_long=yes
12982else
12983 echo "$as_me: failed program was:" >&5
12984sed 's/^/| /' conftest.$ac_ext >&5
12985
12986ac_cv_type_long=no
12987fi
12988rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12989fi
12990echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
12991echo "${ECHO_T}$ac_cv_type_long" >&6
12992
12993echo "$as_me:$LINENO: checking size of long" >&5
12994echo $ECHO_N "checking size of long... $ECHO_C" >&6
12995if test "${ac_cv_sizeof_long+set}" = set; then
12996 echo $ECHO_N "(cached) $ECHO_C" >&6
12997else
12998 if test "$ac_cv_type_long" = yes; then
12999 # The cast to unsigned long works around a bug in the HP C Compiler
13000 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13001 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13002 # This bug is HP SR number 8606223364.
13003 if test "$cross_compiling" = yes; then
13004 # Depending upon the size, compute the lo and hi bounds.
13005cat >conftest.$ac_ext <<_ACEOF
13006/* confdefs.h. */
13007_ACEOF
13008cat confdefs.h >>conftest.$ac_ext
13009cat >>conftest.$ac_ext <<_ACEOF
13010/* end confdefs.h. */
13011$ac_includes_default
13012int
13013main ()
13014{
13015static int test_array [1 - 2 * !(((long) (sizeof (long))) >= 0)];
13016test_array [0] = 0
13017
13018 ;
13019 return 0;
13020}
13021_ACEOF
13022rm -f conftest.$ac_objext
13023if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13024 (eval $ac_compile) 2>conftest.er1
13025 ac_status=$?
13026 grep -v '^ *+' conftest.er1 >conftest.err
13027 rm -f conftest.er1
13028 cat conftest.err >&5
13029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13030 (exit $ac_status); } &&
13031 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13032 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13033 (eval $ac_try) 2>&5
13034 ac_status=$?
13035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13036 (exit $ac_status); }; } &&
13037 { ac_try='test -s conftest.$ac_objext'
13038 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13039 (eval $ac_try) 2>&5
13040 ac_status=$?
13041 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13042 (exit $ac_status); }; }; then
13043 ac_lo=0 ac_mid=0
13044 while :; do
13045 cat >conftest.$ac_ext <<_ACEOF
13046/* confdefs.h. */
13047_ACEOF
13048cat confdefs.h >>conftest.$ac_ext
13049cat >>conftest.$ac_ext <<_ACEOF
13050/* end confdefs.h. */
13051$ac_includes_default
13052int
13053main ()
13054{
13055static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
13056test_array [0] = 0
13057
13058 ;
13059 return 0;
13060}
13061_ACEOF
13062rm -f conftest.$ac_objext
13063if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13064 (eval $ac_compile) 2>conftest.er1
13065 ac_status=$?
13066 grep -v '^ *+' conftest.er1 >conftest.err
13067 rm -f conftest.er1
13068 cat conftest.err >&5
13069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13070 (exit $ac_status); } &&
13071 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13072 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13073 (eval $ac_try) 2>&5
13074 ac_status=$?
13075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13076 (exit $ac_status); }; } &&
13077 { ac_try='test -s conftest.$ac_objext'
13078 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13079 (eval $ac_try) 2>&5
13080 ac_status=$?
13081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13082 (exit $ac_status); }; }; then
13083 ac_hi=$ac_mid; break
13084else
13085 echo "$as_me: failed program was:" >&5
13086sed 's/^/| /' conftest.$ac_ext >&5
13087
13088ac_lo=`expr $ac_mid + 1`
13089 if test $ac_lo -le $ac_mid; then
13090 ac_lo= ac_hi=
13091 break
13092 fi
13093 ac_mid=`expr 2 '*' $ac_mid + 1`
13094fi
13095rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13096 done
13097else
13098 echo "$as_me: failed program was:" >&5
13099sed 's/^/| /' conftest.$ac_ext >&5
13100
13101cat >conftest.$ac_ext <<_ACEOF
13102/* confdefs.h. */
13103_ACEOF
13104cat confdefs.h >>conftest.$ac_ext
13105cat >>conftest.$ac_ext <<_ACEOF
13106/* end confdefs.h. */
13107$ac_includes_default
13108int
13109main ()
13110{
13111static int test_array [1 - 2 * !(((long) (sizeof (long))) < 0)];
13112test_array [0] = 0
13113
13114 ;
13115 return 0;
13116}
13117_ACEOF
13118rm -f conftest.$ac_objext
13119if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13120 (eval $ac_compile) 2>conftest.er1
13121 ac_status=$?
13122 grep -v '^ *+' conftest.er1 >conftest.err
13123 rm -f conftest.er1
13124 cat conftest.err >&5
13125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13126 (exit $ac_status); } &&
13127 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13128 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13129 (eval $ac_try) 2>&5
13130 ac_status=$?
13131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13132 (exit $ac_status); }; } &&
13133 { ac_try='test -s conftest.$ac_objext'
13134 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13135 (eval $ac_try) 2>&5
13136 ac_status=$?
13137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13138 (exit $ac_status); }; }; then
13139 ac_hi=-1 ac_mid=-1
13140 while :; do
13141 cat >conftest.$ac_ext <<_ACEOF
13142/* confdefs.h. */
13143_ACEOF
13144cat confdefs.h >>conftest.$ac_ext
13145cat >>conftest.$ac_ext <<_ACEOF
13146/* end confdefs.h. */
13147$ac_includes_default
13148int
13149main ()
13150{
13151static int test_array [1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)];
13152test_array [0] = 0
13153
13154 ;
13155 return 0;
13156}
13157_ACEOF
13158rm -f conftest.$ac_objext
13159if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13160 (eval $ac_compile) 2>conftest.er1
13161 ac_status=$?
13162 grep -v '^ *+' conftest.er1 >conftest.err
13163 rm -f conftest.er1
13164 cat conftest.err >&5
13165 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13166 (exit $ac_status); } &&
13167 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13168 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13169 (eval $ac_try) 2>&5
13170 ac_status=$?
13171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13172 (exit $ac_status); }; } &&
13173 { ac_try='test -s conftest.$ac_objext'
13174 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13175 (eval $ac_try) 2>&5
13176 ac_status=$?
13177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13178 (exit $ac_status); }; }; then
13179 ac_lo=$ac_mid; break
13180else
13181 echo "$as_me: failed program was:" >&5
13182sed 's/^/| /' conftest.$ac_ext >&5
13183
13184ac_hi=`expr '(' $ac_mid ')' - 1`
13185 if test $ac_mid -le $ac_hi; then
13186 ac_lo= ac_hi=
13187 break
13188 fi
13189 ac_mid=`expr 2 '*' $ac_mid`
13190fi
13191rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13192 done
13193else
13194 echo "$as_me: failed program was:" >&5
13195sed 's/^/| /' conftest.$ac_ext >&5
13196
13197ac_lo= ac_hi=
13198fi
13199rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13200fi
13201rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13202# Binary search between lo and hi bounds.
13203while test "x$ac_lo" != "x$ac_hi"; do
13204 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
13205 cat >conftest.$ac_ext <<_ACEOF
13206/* confdefs.h. */
13207_ACEOF
13208cat confdefs.h >>conftest.$ac_ext
13209cat >>conftest.$ac_ext <<_ACEOF
13210/* end confdefs.h. */
13211$ac_includes_default
13212int
13213main ()
13214{
13215static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
13216test_array [0] = 0
13217
13218 ;
13219 return 0;
13220}
13221_ACEOF
13222rm -f conftest.$ac_objext
13223if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13224 (eval $ac_compile) 2>conftest.er1
13225 ac_status=$?
13226 grep -v '^ *+' conftest.er1 >conftest.err
13227 rm -f conftest.er1
13228 cat conftest.err >&5
13229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13230 (exit $ac_status); } &&
13231 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13232 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13233 (eval $ac_try) 2>&5
13234 ac_status=$?
13235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13236 (exit $ac_status); }; } &&
13237 { ac_try='test -s conftest.$ac_objext'
13238 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13239 (eval $ac_try) 2>&5
13240 ac_status=$?
13241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13242 (exit $ac_status); }; }; then
13243 ac_hi=$ac_mid
13244else
13245 echo "$as_me: failed program was:" >&5
13246sed 's/^/| /' conftest.$ac_ext >&5
13247
13248ac_lo=`expr '(' $ac_mid ')' + 1`
13249fi
13250rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13251done
13252case $ac_lo in
13253?*) ac_cv_sizeof_long=$ac_lo;;
13254'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
13255See \`config.log' for more details." >&5
13256echo "$as_me: error: cannot compute sizeof (long), 77
13257See \`config.log' for more details." >&2;}
13258 { (exit 1); exit 1; }; } ;;
13259esac
13260else
13261 if test "$cross_compiling" = yes; then
13262 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
13263echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
13264 { (exit 1); exit 1; }; }
13265else
13266 cat >conftest.$ac_ext <<_ACEOF
13267/* confdefs.h. */
13268_ACEOF
13269cat confdefs.h >>conftest.$ac_ext
13270cat >>conftest.$ac_ext <<_ACEOF
13271/* end confdefs.h. */
13272$ac_includes_default
13273long longval () { return (long) (sizeof (long)); }
13274unsigned long ulongval () { return (long) (sizeof (long)); }
7622#include <sys/types.h> 13275#include <stdio.h>
7623#if STDC_HEADERS
7624#include <stdlib.h> 13276#include <stdlib.h>
7625#include <stddef.h> 13277int
7626#endif 13278main ()
7627EOF 13279{
7628if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 13280
7629 egrep "(^|[^a-zA-Z_0-9])pid_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then 13281 FILE *f = fopen ("conftest.val", "w");
7630 rm -rf conftest* 13282 if (! f)
7631 ac_cv_type_pid_t=yes 13283 exit (1);
13284 if (((long) (sizeof (long))) < 0)
13285 {
13286 long i = longval ();
13287 if (i != ((long) (sizeof (long))))
13288 exit (1);
13289 fprintf (f, "%ld\n", i);
13290 }
7632else 13291 else
7633 rm -rf conftest* 13292 {
7634 ac_cv_type_pid_t=no 13293 unsigned long i = ulongval ();
13294 if (i != ((long) (sizeof (long))))
13295 exit (1);
13296 fprintf (f, "%lu\n", i);
13297 }
13298 exit (ferror (f) || fclose (f) != 0);
13299
13300 ;
13301 return 0;
13302}
13303_ACEOF
13304rm -f conftest$ac_exeext
13305if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13306 (eval $ac_link) 2>&5
13307 ac_status=$?
13308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13309 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
13310 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13311 (eval $ac_try) 2>&5
13312 ac_status=$?
13313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13314 (exit $ac_status); }; }; then
13315 ac_cv_sizeof_long=`cat conftest.val`
13316else
13317 echo "$as_me: program exited with status $ac_status" >&5
13318echo "$as_me: failed program was:" >&5
13319sed 's/^/| /' conftest.$ac_ext >&5
13320
13321( exit $ac_status )
13322{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
13323See \`config.log' for more details." >&5
13324echo "$as_me: error: cannot compute sizeof (long), 77
13325See \`config.log' for more details." >&2;}
13326 { (exit 1); exit 1; }; }
7635fi 13327fi
13328rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
13329fi
13330fi
7636rm -f conftest* 13331rm -f conftest.val
7637 13332else
13333 ac_cv_sizeof_long=0
7638fi 13334fi
7639echo "$ac_t""$ac_cv_type_pid_t" 1>&6 13335fi
7640if test $ac_cv_type_pid_t = no; then 13336echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
13337echo "${ECHO_T}$ac_cv_sizeof_long" >&6
7641 cat >> confdefs.h <<\EOF 13338cat >>confdefs.h <<_ACEOF
7642#define pid_t int 13339#define SIZEOF_LONG $ac_cv_sizeof_long
7643EOF 13340_ACEOF
7644 13341
7645fi
7646 13342
7647echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6 13343echo "$as_me:$LINENO: checking for long long" >&5
7648echo "configure:7649: checking for uid_t in sys/types.h" >&5 13344echo $ECHO_N "checking for long long... $ECHO_C" >&6
7649if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then 13345if test "${ac_cv_type_long_long+set}" = set; then
7650 echo $ac_n "(cached) $ac_c" 1>&6 13346 echo $ECHO_N "(cached) $ECHO_C" >&6
7651else 13347else
7652 cat > conftest.$ac_ext <<EOF 13348 cat >conftest.$ac_ext <<_ACEOF
7653#line 7654 "configure" 13349/* confdefs.h. */
7654#include "confdefs.h" 13350_ACEOF
7655#include <sys/types.h> 13351cat confdefs.h >>conftest.$ac_ext
7656EOF 13352cat >>conftest.$ac_ext <<_ACEOF
7657if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 13353/* end confdefs.h. */
7658 egrep "uid_t" >/dev/null 2>&1; then 13354$ac_includes_default
13355int
13356main ()
13357{
13358if ((long long *) 0)
13359 return 0;
13360if (sizeof (long long))
13361 return 0;
13362 ;
13363 return 0;
13364}
13365_ACEOF
13366rm -f conftest.$ac_objext
13367if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13368 (eval $ac_compile) 2>conftest.er1
13369 ac_status=$?
13370 grep -v '^ *+' conftest.er1 >conftest.err
7659 rm -rf conftest* 13371 rm -f conftest.er1
13372 cat conftest.err >&5
13373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13374 (exit $ac_status); } &&
13375 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
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); }; } &&
13381 { ac_try='test -s conftest.$ac_objext'
13382 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13383 (eval $ac_try) 2>&5
13384 ac_status=$?
13385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13386 (exit $ac_status); }; }; then
7660 ac_cv_type_uid_t=yes 13387 ac_cv_type_long_long=yes
7661else 13388else
7662 rm -rf conftest* 13389 echo "$as_me: failed program was:" >&5
7663 ac_cv_type_uid_t=no 13390sed 's/^/| /' conftest.$ac_ext >&5
7664fi
7665rm -f conftest*
7666 13391
13392ac_cv_type_long_long=no
7667fi 13393fi
7668 13394rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7669echo "$ac_t""$ac_cv_type_uid_t" 1>&6
7670if test $ac_cv_type_uid_t = no; then
7671 cat >> confdefs.h <<\EOF
7672#define uid_t int
7673EOF
7674
7675 cat >> confdefs.h <<\EOF
7676#define gid_t int
7677EOF
7678
7679fi 13395fi
13396echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
13397echo "${ECHO_T}$ac_cv_type_long_long" >&6
7680 13398
7681 13399echo "$as_me:$LINENO: checking size of long long" >&5
7682 13400echo $ECHO_N "checking size of long long... $ECHO_C" >&6
7683echo $ac_n "checking size of char""... $ac_c" 1>&6 13401if test "${ac_cv_sizeof_long_long+set}" = set; then
7684echo "configure:7685: checking size of char" >&5
7685if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then
7686 echo $ac_n "(cached) $ac_c" 1>&6 13402 echo $ECHO_N "(cached) $ECHO_C" >&6
7687else 13403else
13404 if test "$ac_cv_type_long_long" = yes; then
13405 # The cast to unsigned long works around a bug in the HP C Compiler
13406 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13407 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13408 # This bug is HP SR number 8606223364.
7688 if test "$cross_compiling" = yes; then 13409 if test "$cross_compiling" = yes; then
7689 ac_cv_sizeof_char=1 13410 # Depending upon the size, compute the lo and hi bounds.
13411cat >conftest.$ac_ext <<_ACEOF
13412/* confdefs.h. */
13413_ACEOF
13414cat confdefs.h >>conftest.$ac_ext
13415cat >>conftest.$ac_ext <<_ACEOF
13416/* end confdefs.h. */
13417$ac_includes_default
13418int
13419main ()
13420{
13421static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
13422test_array [0] = 0
13423
13424 ;
13425 return 0;
13426}
13427_ACEOF
13428rm -f conftest.$ac_objext
13429if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13430 (eval $ac_compile) 2>conftest.er1
13431 ac_status=$?
13432 grep -v '^ *+' conftest.er1 >conftest.err
13433 rm -f conftest.er1
13434 cat conftest.err >&5
13435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13436 (exit $ac_status); } &&
13437 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13438 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13439 (eval $ac_try) 2>&5
13440 ac_status=$?
13441 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13442 (exit $ac_status); }; } &&
13443 { ac_try='test -s conftest.$ac_objext'
13444 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13445 (eval $ac_try) 2>&5
13446 ac_status=$?
13447 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13448 (exit $ac_status); }; }; then
13449 ac_lo=0 ac_mid=0
13450 while :; do
13451 cat >conftest.$ac_ext <<_ACEOF
13452/* confdefs.h. */
13453_ACEOF
13454cat confdefs.h >>conftest.$ac_ext
13455cat >>conftest.$ac_ext <<_ACEOF
13456/* end confdefs.h. */
13457$ac_includes_default
13458int
13459main ()
13460{
13461static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
13462test_array [0] = 0
13463
13464 ;
13465 return 0;
13466}
13467_ACEOF
13468rm -f conftest.$ac_objext
13469if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13470 (eval $ac_compile) 2>conftest.er1
13471 ac_status=$?
13472 grep -v '^ *+' conftest.er1 >conftest.err
13473 rm -f conftest.er1
13474 cat conftest.err >&5
13475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13476 (exit $ac_status); } &&
13477 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13478 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13479 (eval $ac_try) 2>&5
13480 ac_status=$?
13481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13482 (exit $ac_status); }; } &&
13483 { ac_try='test -s conftest.$ac_objext'
13484 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13485 (eval $ac_try) 2>&5
13486 ac_status=$?
13487 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13488 (exit $ac_status); }; }; then
13489 ac_hi=$ac_mid; break
7690else 13490else
13491 echo "$as_me: failed program was:" >&5
13492sed 's/^/| /' conftest.$ac_ext >&5
13493
13494ac_lo=`expr $ac_mid + 1`
13495 if test $ac_lo -le $ac_mid; then
13496 ac_lo= ac_hi=
13497 break
13498 fi
13499 ac_mid=`expr 2 '*' $ac_mid + 1`
13500fi
13501rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13502 done
13503else
13504 echo "$as_me: failed program was:" >&5
13505sed 's/^/| /' conftest.$ac_ext >&5
13506
13507cat >conftest.$ac_ext <<_ACEOF
13508/* confdefs.h. */
13509_ACEOF
13510cat confdefs.h >>conftest.$ac_ext
13511cat >>conftest.$ac_ext <<_ACEOF
13512/* end confdefs.h. */
13513$ac_includes_default
13514int
13515main ()
13516{
13517static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
13518test_array [0] = 0
13519
13520 ;
13521 return 0;
13522}
13523_ACEOF
13524rm -f conftest.$ac_objext
13525if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13526 (eval $ac_compile) 2>conftest.er1
13527 ac_status=$?
13528 grep -v '^ *+' conftest.er1 >conftest.err
13529 rm -f conftest.er1
13530 cat conftest.err >&5
13531 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13532 (exit $ac_status); } &&
13533 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13534 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13535 (eval $ac_try) 2>&5
13536 ac_status=$?
13537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13538 (exit $ac_status); }; } &&
13539 { ac_try='test -s conftest.$ac_objext'
13540 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13541 (eval $ac_try) 2>&5
13542 ac_status=$?
13543 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13544 (exit $ac_status); }; }; then
13545 ac_hi=-1 ac_mid=-1
13546 while :; do
13547 cat >conftest.$ac_ext <<_ACEOF
13548/* confdefs.h. */
13549_ACEOF
13550cat confdefs.h >>conftest.$ac_ext
13551cat >>conftest.$ac_ext <<_ACEOF
13552/* end confdefs.h. */
13553$ac_includes_default
13554int
13555main ()
13556{
13557static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
13558test_array [0] = 0
13559
13560 ;
13561 return 0;
13562}
13563_ACEOF
13564rm -f conftest.$ac_objext
13565if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13566 (eval $ac_compile) 2>conftest.er1
13567 ac_status=$?
13568 grep -v '^ *+' conftest.er1 >conftest.err
13569 rm -f conftest.er1
13570 cat conftest.err >&5
13571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13572 (exit $ac_status); } &&
13573 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13574 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13575 (eval $ac_try) 2>&5
13576 ac_status=$?
13577 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13578 (exit $ac_status); }; } &&
13579 { ac_try='test -s conftest.$ac_objext'
13580 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13581 (eval $ac_try) 2>&5
13582 ac_status=$?
13583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13584 (exit $ac_status); }; }; then
13585 ac_lo=$ac_mid; break
13586else
13587 echo "$as_me: failed program was:" >&5
13588sed 's/^/| /' conftest.$ac_ext >&5
13589
13590ac_hi=`expr '(' $ac_mid ')' - 1`
13591 if test $ac_mid -le $ac_hi; then
13592 ac_lo= ac_hi=
13593 break
13594 fi
13595 ac_mid=`expr 2 '*' $ac_mid`
13596fi
13597rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13598 done
13599else
13600 echo "$as_me: failed program was:" >&5
13601sed 's/^/| /' conftest.$ac_ext >&5
13602
13603ac_lo= ac_hi=
13604fi
13605rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13606fi
13607rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13608# Binary search between lo and hi bounds.
13609while test "x$ac_lo" != "x$ac_hi"; do
13610 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
7691 cat > conftest.$ac_ext <<EOF 13611 cat >conftest.$ac_ext <<_ACEOF
7692#line 7693 "configure" 13612/* confdefs.h. */
7693#include "confdefs.h" 13613_ACEOF
13614cat confdefs.h >>conftest.$ac_ext
13615cat >>conftest.$ac_ext <<_ACEOF
13616/* end confdefs.h. */
13617$ac_includes_default
13618int
13619main ()
13620{
13621static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
13622test_array [0] = 0
13623
13624 ;
13625 return 0;
13626}
13627_ACEOF
13628rm -f conftest.$ac_objext
13629if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13630 (eval $ac_compile) 2>conftest.er1
13631 ac_status=$?
13632 grep -v '^ *+' conftest.er1 >conftest.err
13633 rm -f conftest.er1
13634 cat conftest.err >&5
13635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13636 (exit $ac_status); } &&
13637 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13638 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13639 (eval $ac_try) 2>&5
13640 ac_status=$?
13641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13642 (exit $ac_status); }; } &&
13643 { ac_try='test -s conftest.$ac_objext'
13644 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13645 (eval $ac_try) 2>&5
13646 ac_status=$?
13647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13648 (exit $ac_status); }; }; then
13649 ac_hi=$ac_mid
13650else
13651 echo "$as_me: failed program was:" >&5
13652sed 's/^/| /' conftest.$ac_ext >&5
13653
13654ac_lo=`expr '(' $ac_mid ')' + 1`
13655fi
13656rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13657done
13658case $ac_lo in
13659?*) ac_cv_sizeof_long_long=$ac_lo;;
13660'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
13661See \`config.log' for more details." >&5
13662echo "$as_me: error: cannot compute sizeof (long long), 77
13663See \`config.log' for more details." >&2;}
13664 { (exit 1); exit 1; }; } ;;
13665esac
13666else
13667 if test "$cross_compiling" = yes; then
13668 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
13669echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
13670 { (exit 1); exit 1; }; }
13671else
13672 cat >conftest.$ac_ext <<_ACEOF
13673/* confdefs.h. */
13674_ACEOF
13675cat confdefs.h >>conftest.$ac_ext
13676cat >>conftest.$ac_ext <<_ACEOF
13677/* end confdefs.h. */
13678$ac_includes_default
13679long longval () { return (long) (sizeof (long long)); }
13680unsigned long ulongval () { return (long) (sizeof (long long)); }
7694#include <stdio.h> 13681#include <stdio.h>
7695#include <sys/types.h> 13682#include <stdlib.h>
13683int
7696main() 13684main ()
7697{ 13685{
13686
7698 FILE *f=fopen("conftestval", "w"); 13687 FILE *f = fopen ("conftest.val", "w");
7699 if (!f) exit(1); 13688 if (! f)
7700 fprintf(f, "%d\n", sizeof(char));
7701 exit(0); 13689 exit (1);
13690 if (((long) (sizeof (long long))) < 0)
13691 {
13692 long i = longval ();
13693 if (i != ((long) (sizeof (long long))))
13694 exit (1);
13695 fprintf (f, "%ld\n", i);
13696 }
13697 else
13698 {
13699 unsigned long i = ulongval ();
13700 if (i != ((long) (sizeof (long long))))
13701 exit (1);
13702 fprintf (f, "%lu\n", i);
13703 }
13704 exit (ferror (f) || fclose (f) != 0);
13705
13706 ;
13707 return 0;
7702} 13708}
7703EOF 13709_ACEOF
7704if { (eval echo configure:7705: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 13710rm -f conftest$ac_exeext
7705then 13711if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13712 (eval $ac_link) 2>&5
13713 ac_status=$?
13714 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13715 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
13716 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13717 (eval $ac_try) 2>&5
13718 ac_status=$?
13719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13720 (exit $ac_status); }; }; then
7706 ac_cv_sizeof_char=`cat conftestval` 13721 ac_cv_sizeof_long_long=`cat conftest.val`
7707else 13722else
13723 echo "$as_me: program exited with status $ac_status" >&5
7708 echo "configure: failed program was:" >&5 13724echo "$as_me: failed program was:" >&5
7709 cat conftest.$ac_ext >&5 13725sed 's/^/| /' conftest.$ac_ext >&5
7710 rm -fr conftest* 13726
7711 ac_cv_sizeof_char=0 13727( exit $ac_status )
13728{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
13729See \`config.log' for more details." >&5
13730echo "$as_me: error: cannot compute sizeof (long long), 77
13731See \`config.log' for more details." >&2;}
13732 { (exit 1); exit 1; }; }
7712fi 13733fi
13734rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
13735fi
13736fi
7713rm -fr conftest* 13737rm -f conftest.val
13738else
13739 ac_cv_sizeof_long_long=0
7714fi 13740fi
7715
7716fi 13741fi
7717echo "$ac_t""$ac_cv_sizeof_char" 1>&6 13742echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
13743echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
7718cat >> confdefs.h <<EOF 13744cat >>confdefs.h <<_ACEOF
7719#define SIZEOF_CHAR $ac_cv_sizeof_char 13745#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
7720EOF 13746_ACEOF
7721 13747
7722 13748
7723echo $ac_n "checking size of short""... $ac_c" 1>&6 13749echo "$as_me:$LINENO: checking for int *" >&5
7724echo "configure:7725: checking size of short" >&5 13750echo $ECHO_N "checking for int *... $ECHO_C" >&6
7725if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then 13751if test "${ac_cv_type_int_p+set}" = set; then
7726 echo $ac_n "(cached) $ac_c" 1>&6 13752 echo $ECHO_N "(cached) $ECHO_C" >&6
7727else 13753else
13754 cat >conftest.$ac_ext <<_ACEOF
13755/* confdefs.h. */
13756_ACEOF
13757cat confdefs.h >>conftest.$ac_ext
13758cat >>conftest.$ac_ext <<_ACEOF
13759/* end confdefs.h. */
13760$ac_includes_default
13761int
13762main ()
13763{
13764if ((int * *) 0)
13765 return 0;
13766if (sizeof (int *))
13767 return 0;
13768 ;
13769 return 0;
13770}
13771_ACEOF
13772rm -f conftest.$ac_objext
13773if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13774 (eval $ac_compile) 2>conftest.er1
13775 ac_status=$?
13776 grep -v '^ *+' conftest.er1 >conftest.err
13777 rm -f conftest.er1
13778 cat conftest.err >&5
13779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13780 (exit $ac_status); } &&
13781 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
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); }; } &&
13787 { ac_try='test -s conftest.$ac_objext'
13788 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13789 (eval $ac_try) 2>&5
13790 ac_status=$?
13791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13792 (exit $ac_status); }; }; then
13793 ac_cv_type_int_p=yes
13794else
13795 echo "$as_me: failed program was:" >&5
13796sed 's/^/| /' conftest.$ac_ext >&5
13797
13798ac_cv_type_int_p=no
13799fi
13800rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13801fi
13802echo "$as_me:$LINENO: result: $ac_cv_type_int_p" >&5
13803echo "${ECHO_T}$ac_cv_type_int_p" >&6
13804
13805echo "$as_me:$LINENO: checking size of int *" >&5
13806echo $ECHO_N "checking size of int *... $ECHO_C" >&6
13807if test "${ac_cv_sizeof_int_p+set}" = set; then
13808 echo $ECHO_N "(cached) $ECHO_C" >&6
13809else
13810 if test "$ac_cv_type_int_p" = yes; then
13811 # The cast to unsigned long works around a bug in the HP C Compiler
13812 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13813 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13814 # This bug is HP SR number 8606223364.
7728 if test "$cross_compiling" = yes; then 13815 if test "$cross_compiling" = yes; then
7729 ac_cv_sizeof_short=2 13816 # Depending upon the size, compute the lo and hi bounds.
13817cat >conftest.$ac_ext <<_ACEOF
13818/* confdefs.h. */
13819_ACEOF
13820cat confdefs.h >>conftest.$ac_ext
13821cat >>conftest.$ac_ext <<_ACEOF
13822/* end confdefs.h. */
13823$ac_includes_default
13824int
13825main ()
13826{
13827static int test_array [1 - 2 * !(((long) (sizeof (int *))) >= 0)];
13828test_array [0] = 0
13829
13830 ;
13831 return 0;
13832}
13833_ACEOF
13834rm -f conftest.$ac_objext
13835if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13836 (eval $ac_compile) 2>conftest.er1
13837 ac_status=$?
13838 grep -v '^ *+' conftest.er1 >conftest.err
13839 rm -f conftest.er1
13840 cat conftest.err >&5
13841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13842 (exit $ac_status); } &&
13843 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13844 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13845 (eval $ac_try) 2>&5
13846 ac_status=$?
13847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13848 (exit $ac_status); }; } &&
13849 { ac_try='test -s conftest.$ac_objext'
13850 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13851 (eval $ac_try) 2>&5
13852 ac_status=$?
13853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13854 (exit $ac_status); }; }; then
13855 ac_lo=0 ac_mid=0
13856 while :; do
13857 cat >conftest.$ac_ext <<_ACEOF
13858/* confdefs.h. */
13859_ACEOF
13860cat confdefs.h >>conftest.$ac_ext
13861cat >>conftest.$ac_ext <<_ACEOF
13862/* end confdefs.h. */
13863$ac_includes_default
13864int
13865main ()
13866{
13867static int test_array [1 - 2 * !(((long) (sizeof (int *))) <= $ac_mid)];
13868test_array [0] = 0
13869
13870 ;
13871 return 0;
13872}
13873_ACEOF
13874rm -f conftest.$ac_objext
13875if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13876 (eval $ac_compile) 2>conftest.er1
13877 ac_status=$?
13878 grep -v '^ *+' conftest.er1 >conftest.err
13879 rm -f conftest.er1
13880 cat conftest.err >&5
13881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13882 (exit $ac_status); } &&
13883 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13884 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13885 (eval $ac_try) 2>&5
13886 ac_status=$?
13887 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13888 (exit $ac_status); }; } &&
13889 { ac_try='test -s conftest.$ac_objext'
13890 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13891 (eval $ac_try) 2>&5
13892 ac_status=$?
13893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13894 (exit $ac_status); }; }; then
13895 ac_hi=$ac_mid; break
7730else 13896else
13897 echo "$as_me: failed program was:" >&5
13898sed 's/^/| /' conftest.$ac_ext >&5
13899
13900ac_lo=`expr $ac_mid + 1`
13901 if test $ac_lo -le $ac_mid; then
13902 ac_lo= ac_hi=
13903 break
13904 fi
13905 ac_mid=`expr 2 '*' $ac_mid + 1`
13906fi
13907rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13908 done
13909else
13910 echo "$as_me: failed program was:" >&5
13911sed 's/^/| /' conftest.$ac_ext >&5
13912
13913cat >conftest.$ac_ext <<_ACEOF
13914/* confdefs.h. */
13915_ACEOF
13916cat confdefs.h >>conftest.$ac_ext
13917cat >>conftest.$ac_ext <<_ACEOF
13918/* end confdefs.h. */
13919$ac_includes_default
13920int
13921main ()
13922{
13923static int test_array [1 - 2 * !(((long) (sizeof (int *))) < 0)];
13924test_array [0] = 0
13925
13926 ;
13927 return 0;
13928}
13929_ACEOF
13930rm -f conftest.$ac_objext
13931if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13932 (eval $ac_compile) 2>conftest.er1
13933 ac_status=$?
13934 grep -v '^ *+' conftest.er1 >conftest.err
13935 rm -f conftest.er1
13936 cat conftest.err >&5
13937 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13938 (exit $ac_status); } &&
13939 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13940 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13941 (eval $ac_try) 2>&5
13942 ac_status=$?
13943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13944 (exit $ac_status); }; } &&
13945 { ac_try='test -s conftest.$ac_objext'
13946 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13947 (eval $ac_try) 2>&5
13948 ac_status=$?
13949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13950 (exit $ac_status); }; }; then
13951 ac_hi=-1 ac_mid=-1
13952 while :; do
13953 cat >conftest.$ac_ext <<_ACEOF
13954/* confdefs.h. */
13955_ACEOF
13956cat confdefs.h >>conftest.$ac_ext
13957cat >>conftest.$ac_ext <<_ACEOF
13958/* end confdefs.h. */
13959$ac_includes_default
13960int
13961main ()
13962{
13963static int test_array [1 - 2 * !(((long) (sizeof (int *))) >= $ac_mid)];
13964test_array [0] = 0
13965
13966 ;
13967 return 0;
13968}
13969_ACEOF
13970rm -f conftest.$ac_objext
13971if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13972 (eval $ac_compile) 2>conftest.er1
13973 ac_status=$?
13974 grep -v '^ *+' conftest.er1 >conftest.err
13975 rm -f conftest.er1
13976 cat conftest.err >&5
13977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13978 (exit $ac_status); } &&
13979 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13980 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13981 (eval $ac_try) 2>&5
13982 ac_status=$?
13983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13984 (exit $ac_status); }; } &&
13985 { ac_try='test -s conftest.$ac_objext'
13986 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13987 (eval $ac_try) 2>&5
13988 ac_status=$?
13989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13990 (exit $ac_status); }; }; then
13991 ac_lo=$ac_mid; break
13992else
13993 echo "$as_me: failed program was:" >&5
13994sed 's/^/| /' conftest.$ac_ext >&5
13995
13996ac_hi=`expr '(' $ac_mid ')' - 1`
13997 if test $ac_mid -le $ac_hi; then
13998 ac_lo= ac_hi=
13999 break
14000 fi
14001 ac_mid=`expr 2 '*' $ac_mid`
14002fi
14003rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14004 done
14005else
14006 echo "$as_me: failed program was:" >&5
14007sed 's/^/| /' conftest.$ac_ext >&5
14008
14009ac_lo= ac_hi=
14010fi
14011rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14012fi
14013rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14014# Binary search between lo and hi bounds.
14015while test "x$ac_lo" != "x$ac_hi"; do
14016 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
7731 cat > conftest.$ac_ext <<EOF 14017 cat >conftest.$ac_ext <<_ACEOF
7732#line 7733 "configure" 14018/* confdefs.h. */
7733#include "confdefs.h" 14019_ACEOF
14020cat confdefs.h >>conftest.$ac_ext
14021cat >>conftest.$ac_ext <<_ACEOF
14022/* end confdefs.h. */
14023$ac_includes_default
14024int
14025main ()
14026{
14027static int test_array [1 - 2 * !(((long) (sizeof (int *))) <= $ac_mid)];
14028test_array [0] = 0
14029
14030 ;
14031 return 0;
14032}
14033_ACEOF
14034rm -f conftest.$ac_objext
14035if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14036 (eval $ac_compile) 2>conftest.er1
14037 ac_status=$?
14038 grep -v '^ *+' conftest.er1 >conftest.err
14039 rm -f conftest.er1
14040 cat conftest.err >&5
14041 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14042 (exit $ac_status); } &&
14043 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14044 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14045 (eval $ac_try) 2>&5
14046 ac_status=$?
14047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14048 (exit $ac_status); }; } &&
14049 { ac_try='test -s conftest.$ac_objext'
14050 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14051 (eval $ac_try) 2>&5
14052 ac_status=$?
14053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14054 (exit $ac_status); }; }; then
14055 ac_hi=$ac_mid
14056else
14057 echo "$as_me: failed program was:" >&5
14058sed 's/^/| /' conftest.$ac_ext >&5
14059
14060ac_lo=`expr '(' $ac_mid ')' + 1`
14061fi
14062rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14063done
14064case $ac_lo in
14065?*) ac_cv_sizeof_int_p=$ac_lo;;
14066'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int *), 77
14067See \`config.log' for more details." >&5
14068echo "$as_me: error: cannot compute sizeof (int *), 77
14069See \`config.log' for more details." >&2;}
14070 { (exit 1); exit 1; }; } ;;
14071esac
14072else
14073 if test "$cross_compiling" = yes; then
14074 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
14075echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
14076 { (exit 1); exit 1; }; }
14077else
14078 cat >conftest.$ac_ext <<_ACEOF
14079/* confdefs.h. */
14080_ACEOF
14081cat confdefs.h >>conftest.$ac_ext
14082cat >>conftest.$ac_ext <<_ACEOF
14083/* end confdefs.h. */
14084$ac_includes_default
14085long longval () { return (long) (sizeof (int *)); }
14086unsigned long ulongval () { return (long) (sizeof (int *)); }
7734#include <stdio.h> 14087#include <stdio.h>
7735#include <sys/types.h> 14088#include <stdlib.h>
14089int
7736main() 14090main ()
7737{ 14091{
14092
7738 FILE *f=fopen("conftestval", "w"); 14093 FILE *f = fopen ("conftest.val", "w");
7739 if (!f) exit(1); 14094 if (! f)
7740 fprintf(f, "%d\n", sizeof(short));
7741 exit(0); 14095 exit (1);
14096 if (((long) (sizeof (int *))) < 0)
14097 {
14098 long i = longval ();
14099 if (i != ((long) (sizeof (int *))))
14100 exit (1);
14101 fprintf (f, "%ld\n", i);
14102 }
14103 else
14104 {
14105 unsigned long i = ulongval ();
14106 if (i != ((long) (sizeof (int *))))
14107 exit (1);
14108 fprintf (f, "%lu\n", i);
14109 }
14110 exit (ferror (f) || fclose (f) != 0);
14111
14112 ;
14113 return 0;
7742} 14114}
7743EOF 14115_ACEOF
7744if { (eval echo configure:7745: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 14116rm -f conftest$ac_exeext
7745then 14117if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14118 (eval $ac_link) 2>&5
14119 ac_status=$?
14120 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14121 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
14122 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14123 (eval $ac_try) 2>&5
14124 ac_status=$?
14125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14126 (exit $ac_status); }; }; then
7746 ac_cv_sizeof_short=`cat conftestval` 14127 ac_cv_sizeof_int_p=`cat conftest.val`
7747else 14128else
14129 echo "$as_me: program exited with status $ac_status" >&5
7748 echo "configure: failed program was:" >&5 14130echo "$as_me: failed program was:" >&5
7749 cat conftest.$ac_ext >&5 14131sed 's/^/| /' conftest.$ac_ext >&5
7750 rm -fr conftest* 14132
7751 ac_cv_sizeof_short=0 14133( exit $ac_status )
14134{ { echo "$as_me:$LINENO: error: cannot compute sizeof (int *), 77
14135See \`config.log' for more details." >&5
14136echo "$as_me: error: cannot compute sizeof (int *), 77
14137See \`config.log' for more details." >&2;}
14138 { (exit 1); exit 1; }; }
7752fi 14139fi
14140rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
14141fi
14142fi
7753rm -fr conftest* 14143rm -f conftest.val
14144else
14145 ac_cv_sizeof_int_p=0
7754fi 14146fi
7755
7756fi 14147fi
7757echo "$ac_t""$ac_cv_sizeof_short" 1>&6 14148echo "$as_me:$LINENO: result: $ac_cv_sizeof_int_p" >&5
14149echo "${ECHO_T}$ac_cv_sizeof_int_p" >&6
7758cat >> confdefs.h <<EOF 14150cat >>confdefs.h <<_ACEOF
7759#define SIZEOF_SHORT $ac_cv_sizeof_short 14151#define SIZEOF_INT_P $ac_cv_sizeof_int_p
7760EOF 14152_ACEOF
7761 14153
7762 14154
7763echo $ac_n "checking size of int""... $ac_c" 1>&6 14155
7764echo "configure:7765: checking size of int" >&5 14156
7765if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then 14157echo "$as_me:$LINENO: checking for int16_t" >&5
14158echo $ECHO_N "checking for int16_t... $ECHO_C" >&6
14159if test "${rxvt_cv_int16_t+set}" = set; then
7766 echo $ac_n "(cached) $ac_c" 1>&6 14160 echo $ECHO_N "(cached) $ECHO_C" >&6
7767else 14161else
7768 if test "$cross_compiling" = yes; then
7769 ac_cv_sizeof_int=4
7770else
7771 cat > conftest.$ac_ext <<EOF 14162 cat >conftest.$ac_ext <<_ACEOF
7772#line 7773 "configure" 14163/* confdefs.h. */
7773#include "confdefs.h" 14164_ACEOF
14165cat confdefs.h >>conftest.$ac_ext
14166cat >>conftest.$ac_ext <<_ACEOF
14167/* end confdefs.h. */
7774#include <stdio.h> 14168#include <stdint.h>
7775#include <sys/types.h> 14169int
7776main() 14170main ()
7777{ 14171{
7778 FILE *f=fopen("conftestval", "w"); 14172int16_t dummy;
7779 if (!f) exit(1); 14173 ;
7780 fprintf(f, "%d\n", sizeof(int)); 14174 return 0;
7781 exit(0);
7782} 14175}
7783EOF 14176_ACEOF
7784if { (eval echo configure:7785: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 14177rm -f conftest.$ac_objext
7785then 14178if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7786 ac_cv_sizeof_int=`cat conftestval` 14179 (eval $ac_compile) 2>conftest.er1
7787else 14180 ac_status=$?
7788 echo "configure: failed program was:" >&5 14181 grep -v '^ *+' conftest.er1 >conftest.err
7789 cat conftest.$ac_ext >&5
7790 rm -fr conftest* 14182 rm -f conftest.er1
7791 ac_cv_sizeof_int=0
7792fi
7793rm -fr conftest*
7794fi
7795
7796fi
7797echo "$ac_t""$ac_cv_sizeof_int" 1>&6
7798cat >> confdefs.h <<EOF
7799#define SIZEOF_INT $ac_cv_sizeof_int
7800EOF
7801
7802
7803echo $ac_n "checking size of long""... $ac_c" 1>&6
7804echo "configure:7805: checking size of long" >&5
7805if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
7806 echo $ac_n "(cached) $ac_c" 1>&6
7807else
7808 if test "$cross_compiling" = yes; then
7809 ac_cv_sizeof_long=4
7810else
7811 cat > conftest.$ac_ext <<EOF
7812#line 7813 "configure"
7813#include "confdefs.h"
7814#include <stdio.h>
7815#include <sys/types.h>
7816main()
7817{
7818 FILE *f=fopen("conftestval", "w");
7819 if (!f) exit(1);
7820 fprintf(f, "%d\n", sizeof(long));
7821 exit(0);
7822}
7823EOF
7824if { (eval echo configure:7825: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
7825then
7826 ac_cv_sizeof_long=`cat conftestval`
7827else
7828 echo "configure: failed program was:" >&5
7829 cat conftest.$ac_ext >&5 14183 cat conftest.err >&5
7830 rm -fr conftest* 14184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7831 ac_cv_sizeof_long=0 14185 (exit $ac_status); } &&
7832fi 14186 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7833rm -fr conftest* 14187 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7834fi 14188 (eval $ac_try) 2>&5
7835 14189 ac_status=$?
7836fi 14190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7837echo "$ac_t""$ac_cv_sizeof_long" 1>&6 14191 (exit $ac_status); }; } &&
7838cat >> confdefs.h <<EOF 14192 { ac_try='test -s conftest.$ac_objext'
7839#define SIZEOF_LONG $ac_cv_sizeof_long 14193 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7840EOF 14194 (eval $ac_try) 2>&5
7841 14195 ac_status=$?
7842 14196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7843echo $ac_n "checking size of long long""... $ac_c" 1>&6 14197 (exit $ac_status); }; }; then
7844echo "configure:7845: checking size of long long" >&5
7845if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then
7846 echo $ac_n "(cached) $ac_c" 1>&6
7847else
7848 if test "$cross_compiling" = yes; then
7849 ac_cv_sizeof_long_long=8
7850else
7851 cat > conftest.$ac_ext <<EOF
7852#line 7853 "configure"
7853#include "confdefs.h"
7854#include <stdio.h>
7855#include <sys/types.h>
7856main()
7857{
7858 FILE *f=fopen("conftestval", "w");
7859 if (!f) exit(1);
7860 fprintf(f, "%d\n", sizeof(long long));
7861 exit(0);
7862}
7863EOF
7864if { (eval echo configure:7865: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
7865then
7866 ac_cv_sizeof_long_long=`cat conftestval`
7867else
7868 echo "configure: failed program was:" >&5
7869 cat conftest.$ac_ext >&5
7870 rm -fr conftest*
7871 ac_cv_sizeof_long_long=0
7872fi
7873rm -fr conftest*
7874fi
7875
7876fi
7877echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6
7878cat >> confdefs.h <<EOF
7879#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
7880EOF
7881
7882
7883echo $ac_n "checking size of int *""... $ac_c" 1>&6
7884echo "configure:7885: checking size of int *" >&5
7885if eval "test \"`echo '$''{'ac_cv_sizeof_int_p'+set}'`\" = set"; then
7886 echo $ac_n "(cached) $ac_c" 1>&6
7887else
7888 if test "$cross_compiling" = yes; then
7889 ac_cv_sizeof_int_p=4
7890else
7891 cat > conftest.$ac_ext <<EOF
7892#line 7893 "configure"
7893#include "confdefs.h"
7894#include <stdio.h>
7895#include <sys/types.h>
7896main()
7897{
7898 FILE *f=fopen("conftestval", "w");
7899 if (!f) exit(1);
7900 fprintf(f, "%d\n", sizeof(int *));
7901 exit(0);
7902}
7903EOF
7904if { (eval echo configure:7905: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
7905then
7906 ac_cv_sizeof_int_p=`cat conftestval`
7907else
7908 echo "configure: failed program was:" >&5
7909 cat conftest.$ac_ext >&5
7910 rm -fr conftest*
7911 ac_cv_sizeof_int_p=0
7912fi
7913rm -fr conftest*
7914fi
7915
7916fi
7917echo "$ac_t""$ac_cv_sizeof_int_p" 1>&6
7918cat >> confdefs.h <<EOF
7919#define SIZEOF_INT_P $ac_cv_sizeof_int_p
7920EOF
7921
7922
7923
7924
7925echo $ac_n "checking for int16_t""... $ac_c" 1>&6
7926echo "configure:7927: checking for int16_t" >&5
7927if eval "test \"`echo '$''{'rxvt_cv_int16_t'+set}'`\" = set"; then
7928 echo $ac_n "(cached) $ac_c" 1>&6
7929else
7930 cat > conftest.$ac_ext <<EOF
7931#line 7932 "configure"
7932#include "confdefs.h"
7933#include <stdint.h>
7934int main() {
7935int16_t dummy;
7936; return 0; }
7937EOF
7938if { (eval echo configure:7939: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7939 rm -rf conftest*
7940 rxvt_cv_int16_t=yes 14198 rxvt_cv_int16_t=yes
7941else 14199else
7942 echo "configure: failed program was:" >&5 14200 echo "$as_me: failed program was:" >&5
7943 cat conftest.$ac_ext >&5 14201sed 's/^/| /' conftest.$ac_ext >&5
7944 rm -rf conftest* 14202
7945 if test $ac_cv_sizeof_char -ge 2; then 14203if test $ac_cv_sizeof_char -ge 2; then
7946 rxvt_cv_int16_t=" char" 14204 rxvt_cv_int16_t=" char"
7947else 14205else
7948 if test $ac_cv_sizeof_short -ge 2; then 14206 if test $ac_cv_sizeof_short -ge 2; then
7949 rxvt_cv_int16_t=" short" 14207 rxvt_cv_int16_t=" short"
7950 else 14208 else
7962 fi 14220 fi
7963 fi 14221 fi
7964 fi 14222 fi
7965fi 14223fi
7966fi 14224fi
7967rm -f conftest* 14225rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7968fi 14226fi
7969 14227echo "$as_me:$LINENO: result: $rxvt_cv_int16_t" >&5
7970echo "$ac_t""$rxvt_cv_int16_t" 1>&6 14228echo "${ECHO_T}$rxvt_cv_int16_t" >&6
7971if test x"$rxvt_cv_int16_t" != xyes; then 14229if test x"$rxvt_cv_int16_t" != xyes; then
7972 rxvt_int16_typedef="typedef $rxvt_cv_int16_t int16_t;" 14230 rxvt_int16_typedef="typedef $rxvt_cv_int16_t int16_t;"
7973else 14231else
7974 if test x"" = x; then 14232 if test x"" = x; then
7975 rxvt_int16_typedef="/* typedef short int16_t; */" 14233 rxvt_int16_typedef="/* typedef short int16_t; */"
7976 else 14234 else
7977 rxvt_int16_typedef="/* typedef short int16_t; */" 14235 rxvt_int16_typedef="/* typedef short int16_t; */"
7978 fi 14236 fi
7979fi 14237fi
7980 14238
14239echo "$as_me:$LINENO: checking for uint16_t" >&5
7981echo $ac_n "checking for uint16_t""... $ac_c" 1>&6 14240echo $ECHO_N "checking for uint16_t... $ECHO_C" >&6
7982echo "configure:7983: checking for uint16_t" >&5
7983if eval "test \"`echo '$''{'rxvt_cv_uint16_t'+set}'`\" = set"; then 14241if test "${rxvt_cv_uint16_t+set}" = set; then
7984 echo $ac_n "(cached) $ac_c" 1>&6 14242 echo $ECHO_N "(cached) $ECHO_C" >&6
7985else 14243else
7986 cat > conftest.$ac_ext <<EOF 14244 cat >conftest.$ac_ext <<_ACEOF
7987#line 7988 "configure" 14245/* confdefs.h. */
7988#include "confdefs.h" 14246_ACEOF
14247cat confdefs.h >>conftest.$ac_ext
14248cat >>conftest.$ac_ext <<_ACEOF
14249/* end confdefs.h. */
7989#include <stdint.h> 14250#include <stdint.h>
7990int main() { 14251int
14252main ()
14253{
7991uint16_t dummy; 14254uint16_t dummy;
14255 ;
7992; return 0; } 14256 return 0;
7993EOF 14257}
7994if { (eval echo configure:7995: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 14258_ACEOF
14259rm -f conftest.$ac_objext
14260if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14261 (eval $ac_compile) 2>conftest.er1
14262 ac_status=$?
14263 grep -v '^ *+' conftest.er1 >conftest.err
7995 rm -rf conftest* 14264 rm -f conftest.er1
14265 cat conftest.err >&5
14266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14267 (exit $ac_status); } &&
14268 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14269 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14270 (eval $ac_try) 2>&5
14271 ac_status=$?
14272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14273 (exit $ac_status); }; } &&
14274 { ac_try='test -s conftest.$ac_objext'
14275 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14276 (eval $ac_try) 2>&5
14277 ac_status=$?
14278 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14279 (exit $ac_status); }; }; then
7996 rxvt_cv_uint16_t=yes 14280 rxvt_cv_uint16_t=yes
7997else 14281else
7998 echo "configure: failed program was:" >&5 14282 echo "$as_me: failed program was:" >&5
7999 cat conftest.$ac_ext >&5 14283sed 's/^/| /' conftest.$ac_ext >&5
8000 rm -rf conftest* 14284
8001 if test $ac_cv_sizeof_char -ge 2; then 14285if test $ac_cv_sizeof_char -ge 2; then
8002 rxvt_cv_uint16_t="unsigned char" 14286 rxvt_cv_uint16_t="unsigned char"
8003else 14287else
8004 if test $ac_cv_sizeof_short -ge 2; then 14288 if test $ac_cv_sizeof_short -ge 2; then
8005 rxvt_cv_uint16_t="unsigned short" 14289 rxvt_cv_uint16_t="unsigned short"
8006 else 14290 else
8018 fi 14302 fi
8019 fi 14303 fi
8020 fi 14304 fi
8021fi 14305fi
8022fi 14306fi
8023rm -f conftest* 14307rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8024fi 14308fi
8025 14309echo "$as_me:$LINENO: result: $rxvt_cv_uint16_t" >&5
8026echo "$ac_t""$rxvt_cv_uint16_t" 1>&6 14310echo "${ECHO_T}$rxvt_cv_uint16_t" >&6
8027if test x"$rxvt_cv_uint16_t" != xyes; then 14311if test x"$rxvt_cv_uint16_t" != xyes; then
8028 rxvt_uint16_typedef="typedef $rxvt_cv_uint16_t uint16_t;" 14312 rxvt_uint16_typedef="typedef $rxvt_cv_uint16_t uint16_t;"
8029else 14313else
8030 if test x"unsigned" = x; then 14314 if test x"unsigned" = x; then
8031 rxvt_uint16_typedef="/* typedef short uint16_t; */" 14315 rxvt_uint16_typedef="/* typedef short uint16_t; */"
8032 else 14316 else
8033 rxvt_uint16_typedef="/* typedef unsigned short uint16_t; */" 14317 rxvt_uint16_typedef="/* typedef unsigned short uint16_t; */"
8034 fi 14318 fi
8035fi 14319fi
8036 14320
14321echo "$as_me:$LINENO: checking for int32_t" >&5
8037echo $ac_n "checking for int32_t""... $ac_c" 1>&6 14322echo $ECHO_N "checking for int32_t... $ECHO_C" >&6
8038echo "configure:8039: checking for int32_t" >&5
8039if eval "test \"`echo '$''{'rxvt_cv_int32_t'+set}'`\" = set"; then 14323if test "${rxvt_cv_int32_t+set}" = set; then
8040 echo $ac_n "(cached) $ac_c" 1>&6 14324 echo $ECHO_N "(cached) $ECHO_C" >&6
8041else 14325else
8042 cat > conftest.$ac_ext <<EOF 14326 cat >conftest.$ac_ext <<_ACEOF
8043#line 8044 "configure" 14327/* confdefs.h. */
8044#include "confdefs.h" 14328_ACEOF
14329cat confdefs.h >>conftest.$ac_ext
14330cat >>conftest.$ac_ext <<_ACEOF
14331/* end confdefs.h. */
8045#include <stdint.h> 14332#include <stdint.h>
8046int main() { 14333int
14334main ()
14335{
8047int32_t dummy; 14336int32_t dummy;
14337 ;
8048; return 0; } 14338 return 0;
8049EOF 14339}
8050if { (eval echo configure:8051: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 14340_ACEOF
14341rm -f conftest.$ac_objext
14342if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14343 (eval $ac_compile) 2>conftest.er1
14344 ac_status=$?
14345 grep -v '^ *+' conftest.er1 >conftest.err
8051 rm -rf conftest* 14346 rm -f conftest.er1
14347 cat conftest.err >&5
14348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14349 (exit $ac_status); } &&
14350 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14351 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14352 (eval $ac_try) 2>&5
14353 ac_status=$?
14354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14355 (exit $ac_status); }; } &&
14356 { ac_try='test -s conftest.$ac_objext'
14357 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14358 (eval $ac_try) 2>&5
14359 ac_status=$?
14360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14361 (exit $ac_status); }; }; then
8052 rxvt_cv_int32_t=yes 14362 rxvt_cv_int32_t=yes
8053else 14363else
8054 echo "configure: failed program was:" >&5 14364 echo "$as_me: failed program was:" >&5
8055 cat conftest.$ac_ext >&5 14365sed 's/^/| /' conftest.$ac_ext >&5
8056 rm -rf conftest* 14366
8057 if test $ac_cv_sizeof_char -ge 4; then 14367if test $ac_cv_sizeof_char -ge 4; then
8058 rxvt_cv_int32_t=" char" 14368 rxvt_cv_int32_t=" char"
8059else 14369else
8060 if test $ac_cv_sizeof_short -ge 4; then 14370 if test $ac_cv_sizeof_short -ge 4; then
8061 rxvt_cv_int32_t=" short" 14371 rxvt_cv_int32_t=" short"
8062 else 14372 else
8074 fi 14384 fi
8075 fi 14385 fi
8076 fi 14386 fi
8077fi 14387fi
8078fi 14388fi
8079rm -f conftest* 14389rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8080fi 14390fi
8081 14391echo "$as_me:$LINENO: result: $rxvt_cv_int32_t" >&5
8082echo "$ac_t""$rxvt_cv_int32_t" 1>&6 14392echo "${ECHO_T}$rxvt_cv_int32_t" >&6
8083if test x"$rxvt_cv_int32_t" != xyes; then 14393if test x"$rxvt_cv_int32_t" != xyes; then
8084 rxvt_int32_typedef="typedef $rxvt_cv_int32_t int32_t;" 14394 rxvt_int32_typedef="typedef $rxvt_cv_int32_t int32_t;"
8085else 14395else
8086 if test x"" = x; then 14396 if test x"" = x; then
8087 rxvt_int32_typedef="/* typedef int int32_t; */" 14397 rxvt_int32_typedef="/* typedef int int32_t; */"
8088 else 14398 else
8089 rxvt_int32_typedef="/* typedef int int32_t; */" 14399 rxvt_int32_typedef="/* typedef int int32_t; */"
8090 fi 14400 fi
8091fi 14401fi
8092 14402
14403echo "$as_me:$LINENO: checking for uint32_t" >&5
8093echo $ac_n "checking for uint32_t""... $ac_c" 1>&6 14404echo $ECHO_N "checking for uint32_t... $ECHO_C" >&6
8094echo "configure:8095: checking for uint32_t" >&5
8095if eval "test \"`echo '$''{'rxvt_cv_uint32_t'+set}'`\" = set"; then 14405if test "${rxvt_cv_uint32_t+set}" = set; then
8096 echo $ac_n "(cached) $ac_c" 1>&6 14406 echo $ECHO_N "(cached) $ECHO_C" >&6
8097else 14407else
8098 cat > conftest.$ac_ext <<EOF 14408 cat >conftest.$ac_ext <<_ACEOF
8099#line 8100 "configure" 14409/* confdefs.h. */
8100#include "confdefs.h" 14410_ACEOF
14411cat confdefs.h >>conftest.$ac_ext
14412cat >>conftest.$ac_ext <<_ACEOF
14413/* end confdefs.h. */
8101#include <stdint.h> 14414#include <stdint.h>
8102int main() { 14415int
14416main ()
14417{
8103uint32_t dummy; 14418uint32_t dummy;
14419 ;
8104; return 0; } 14420 return 0;
8105EOF 14421}
8106if { (eval echo configure:8107: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 14422_ACEOF
14423rm -f conftest.$ac_objext
14424if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14425 (eval $ac_compile) 2>conftest.er1
14426 ac_status=$?
14427 grep -v '^ *+' conftest.er1 >conftest.err
8107 rm -rf conftest* 14428 rm -f conftest.er1
14429 cat conftest.err >&5
14430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14431 (exit $ac_status); } &&
14432 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14433 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14434 (eval $ac_try) 2>&5
14435 ac_status=$?
14436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14437 (exit $ac_status); }; } &&
14438 { ac_try='test -s conftest.$ac_objext'
14439 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14440 (eval $ac_try) 2>&5
14441 ac_status=$?
14442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14443 (exit $ac_status); }; }; then
8108 rxvt_cv_uint32_t=yes 14444 rxvt_cv_uint32_t=yes
8109else 14445else
8110 echo "configure: failed program was:" >&5 14446 echo "$as_me: failed program was:" >&5
8111 cat conftest.$ac_ext >&5 14447sed 's/^/| /' conftest.$ac_ext >&5
8112 rm -rf conftest* 14448
8113 if test $ac_cv_sizeof_char -ge 4; then 14449if test $ac_cv_sizeof_char -ge 4; then
8114 rxvt_cv_uint32_t="unsigned char" 14450 rxvt_cv_uint32_t="unsigned char"
8115else 14451else
8116 if test $ac_cv_sizeof_short -ge 4; then 14452 if test $ac_cv_sizeof_short -ge 4; then
8117 rxvt_cv_uint32_t="unsigned short" 14453 rxvt_cv_uint32_t="unsigned short"
8118 else 14454 else
8130 fi 14466 fi
8131 fi 14467 fi
8132 fi 14468 fi
8133fi 14469fi
8134fi 14470fi
8135rm -f conftest* 14471rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8136fi 14472fi
8137 14473echo "$as_me:$LINENO: result: $rxvt_cv_uint32_t" >&5
8138echo "$ac_t""$rxvt_cv_uint32_t" 1>&6 14474echo "${ECHO_T}$rxvt_cv_uint32_t" >&6
8139if test x"$rxvt_cv_uint32_t" != xyes; then 14475if test x"$rxvt_cv_uint32_t" != xyes; then
8140 rxvt_uint32_typedef="typedef $rxvt_cv_uint32_t uint32_t;" 14476 rxvt_uint32_typedef="typedef $rxvt_cv_uint32_t uint32_t;"
8141else 14477else
8142 if test x"unsigned" = x; then 14478 if test x"unsigned" = x; then
8143 rxvt_uint32_typedef="/* typedef int uint32_t; */" 14479 rxvt_uint32_typedef="/* typedef int uint32_t; */"
8144 else 14480 else
8145 rxvt_uint32_typedef="/* typedef unsigned int uint32_t; */" 14481 rxvt_uint32_typedef="/* typedef unsigned int uint32_t; */"
8146 fi 14482 fi
8147fi 14483fi
8148 14484
8149if test $ac_cv_sizeof_int_p -eq 8; then 14485if test $ac_cv_sizeof_int_p -eq 8; then
8150 rxvt_intp_define="#define intp_t int64_t" 14486 rxvt_intp_define="#define intp_t int64_t"
8151 rxvt_u_intp_define="#define u_intp_t u_int64_t" 14487 rxvt_u_intp_define="#define u_intp_t u_int64_t"
8152else 14488else
8164 fi 14500 fi
8165fi 14501fi
8166 14502
8167 14503
8168 14504
14505echo "$as_me:$LINENO: checking return type of signal handlers" >&5
8169echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6 14506echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
8170echo "configure:8171: checking return type of signal handlers" >&5
8171if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then 14507if test "${ac_cv_type_signal+set}" = set; then
8172 echo $ac_n "(cached) $ac_c" 1>&6 14508 echo $ECHO_N "(cached) $ECHO_C" >&6
8173else 14509else
8174 cat > conftest.$ac_ext <<EOF 14510 cat >conftest.$ac_ext <<_ACEOF
8175#line 8176 "configure" 14511/* confdefs.h. */
8176#include "confdefs.h" 14512_ACEOF
14513cat confdefs.h >>conftest.$ac_ext
14514cat >>conftest.$ac_ext <<_ACEOF
14515/* end confdefs.h. */
8177#include <sys/types.h> 14516#include <sys/types.h>
8178#include <signal.h> 14517#include <signal.h>
8179#ifdef signal 14518#ifdef signal
8180#undef signal 14519# undef signal
8181#endif 14520#endif
8182#ifdef __cplusplus 14521#ifdef __cplusplus
8183extern "C" void (*signal (int, void (*)(int)))(int); 14522extern "C" void (*signal (int, void (*)(int)))(int);
8184#else 14523#else
8185void (*signal ()) (); 14524void (*signal ()) ();
8186#endif 14525#endif
8187 14526
8188int main() { 14527int
14528main ()
14529{
8189int i; 14530int i;
14531 ;
8190; return 0; } 14532 return 0;
8191EOF 14533}
8192if { (eval echo configure:8193: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 14534_ACEOF
14535rm -f conftest.$ac_objext
14536if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14537 (eval $ac_compile) 2>conftest.er1
14538 ac_status=$?
14539 grep -v '^ *+' conftest.er1 >conftest.err
8193 rm -rf conftest* 14540 rm -f conftest.er1
14541 cat conftest.err >&5
14542 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14543 (exit $ac_status); } &&
14544 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14545 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14546 (eval $ac_try) 2>&5
14547 ac_status=$?
14548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14549 (exit $ac_status); }; } &&
14550 { ac_try='test -s conftest.$ac_objext'
14551 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14552 (eval $ac_try) 2>&5
14553 ac_status=$?
14554 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14555 (exit $ac_status); }; }; then
8194 ac_cv_type_signal=void 14556 ac_cv_type_signal=void
8195else 14557else
8196 echo "configure: failed program was:" >&5 14558 echo "$as_me: failed program was:" >&5
8197 cat conftest.$ac_ext >&5 14559sed 's/^/| /' conftest.$ac_ext >&5
8198 rm -rf conftest* 14560
8199 ac_cv_type_signal=int 14561ac_cv_type_signal=int
8200fi 14562fi
8201rm -f conftest* 14563rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8202fi 14564fi
8203 14565echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
8204echo "$ac_t""$ac_cv_type_signal" 1>&6 14566echo "${ECHO_T}$ac_cv_type_signal" >&6
14567
8205cat >> confdefs.h <<EOF 14568cat >>confdefs.h <<_ACEOF
8206#define RETSIGTYPE $ac_cv_type_signal 14569#define RETSIGTYPE $ac_cv_type_signal
8207EOF 14570_ACEOF
8208 14571
8209 14572
8210 14573
8211case "$host_alias" in 14574case "$host_alias" in
8212 *ultrix) ac_cv_func_setsid='no' ;; 14575 *ultrix) ac_cv_func_setsid='no' ;;
8213 *) break;; 14576 *) break;;
8214esac 14577esac
14578
14579
14580
14581
14582
14583
14584
14585
14586
14587
14588
14589
14590
14591
14592
14593
14594
14595
8215 14596
8216for ac_func in \ 14597for ac_func in \
8217 atexit \ 14598 atexit \
8218 revoke \ 14599 revoke \
8219 unsetenv \ 14600 unsetenv \
8232 nanosleep \ 14613 nanosleep \
8233 updwtmp \ 14614 updwtmp \
8234 ttyslot \ 14615 ttyslot \
8235 14616
8236do 14617do
14618as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14619echo "$as_me:$LINENO: checking for $ac_func" >&5
8237echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 14620echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8238echo "configure:8239: checking for $ac_func" >&5 14621if eval "test \"\${$as_ac_var+set}\" = set"; then
8239if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
8240 echo $ac_n "(cached) $ac_c" 1>&6 14622 echo $ECHO_N "(cached) $ECHO_C" >&6
8241else 14623else
8242 cat > conftest.$ac_ext <<EOF 14624 cat >conftest.$ac_ext <<_ACEOF
8243#line 8244 "configure" 14625/* confdefs.h. */
8244#include "confdefs.h" 14626_ACEOF
14627cat confdefs.h >>conftest.$ac_ext
14628cat >>conftest.$ac_ext <<_ACEOF
14629/* end confdefs.h. */
14630/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14631 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14632#define $ac_func innocuous_$ac_func
14633
8245/* System header to define __stub macros and hopefully few prototypes, 14634/* System header to define __stub macros and hopefully few prototypes,
8246 which can conflict with char $ac_func(); below. */ 14635 which can conflict with char $ac_func (); below.
14636 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14637 <limits.h> exists even on freestanding compilers. */
14638
14639#ifdef __STDC__
14640# include <limits.h>
14641#else
8247#include <assert.h> 14642# include <assert.h>
14643#endif
14644
14645#undef $ac_func
14646
8248/* Override any gcc2 internal prototype to avoid an error. */ 14647/* Override any gcc2 internal prototype to avoid an error. */
14648#ifdef __cplusplus
14649extern "C"
14650{
14651#endif
8249/* We use char because int might match the return type of a gcc2 14652/* We use char because int might match the return type of a gcc2
8250 builtin and then its argument prototype would still apply. */ 14653 builtin and then its argument prototype would still apply. */
8251char $ac_func(); 14654char $ac_func ();
8252
8253int main() {
8254
8255/* The GNU C library defines this for functions which it implements 14655/* The GNU C library defines this for functions which it implements
8256 to always fail with ENOSYS. Some functions are actually named 14656 to always fail with ENOSYS. Some functions are actually named
8257 something starting with __ and the normal name is an alias. */ 14657 something starting with __ and the normal name is an alias. */
8258#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 14658#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8259choke me 14659choke me
8260#else 14660#else
8261$ac_func(); 14661char (*f) () = $ac_func;
8262#endif 14662#endif
14663#ifdef __cplusplus
14664}
14665#endif
8263 14666
14667int
14668main ()
14669{
14670return f != $ac_func;
14671 ;
8264; return 0; } 14672 return 0;
8265EOF 14673}
8266if { (eval echo configure:8267: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 14674_ACEOF
14675rm -f conftest.$ac_objext conftest$ac_exeext
14676if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14677 (eval $ac_link) 2>conftest.er1
14678 ac_status=$?
14679 grep -v '^ *+' conftest.er1 >conftest.err
8267 rm -rf conftest* 14680 rm -f conftest.er1
8268 eval "ac_cv_func_$ac_func=yes" 14681 cat conftest.err >&5
14682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14683 (exit $ac_status); } &&
14684 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14685 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14686 (eval $ac_try) 2>&5
14687 ac_status=$?
14688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14689 (exit $ac_status); }; } &&
14690 { ac_try='test -s conftest$ac_exeext'
14691 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14692 (eval $ac_try) 2>&5
14693 ac_status=$?
14694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14695 (exit $ac_status); }; }; then
14696 eval "$as_ac_var=yes"
8269else 14697else
8270 echo "configure: failed program was:" >&5 14698 echo "$as_me: failed program was:" >&5
8271 cat conftest.$ac_ext >&5 14699sed 's/^/| /' conftest.$ac_ext >&5
8272 rm -rf conftest*
8273 eval "ac_cv_func_$ac_func=no"
8274fi
8275rm -f conftest*
8276fi
8277 14700
8278if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then 14701eval "$as_ac_var=no"
8279 echo "$ac_t""yes" 1>&6 14702fi
8280 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` 14703rm -f conftest.err conftest.$ac_objext \
14704 conftest$ac_exeext conftest.$ac_ext
14705fi
14706echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
14707echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
14708if test `eval echo '${'$as_ac_var'}'` = yes; then
8281 cat >> confdefs.h <<EOF 14709 cat >>confdefs.h <<_ACEOF
8282#define $ac_tr_func 1 14710#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
8283EOF 14711_ACEOF
8284 14712
8285else
8286 echo "$ac_t""no" 1>&6
8287fi 14713fi
8288done 14714done
8289 14715
8290 14716
8291 14717
8292ac_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'` 14718if test "${ac_cv_header_utmp_h+set}" = set; then
14719 echo "$as_me:$LINENO: checking for utmp.h" >&5
8293echo $ac_n "checking for utmp.h""... $ac_c" 1>&6 14720echo $ECHO_N "checking for utmp.h... $ECHO_C" >&6
8294echo "configure:8295: checking for utmp.h" >&5 14721if test "${ac_cv_header_utmp_h+set}" = set; then
8295if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
8296 echo $ac_n "(cached) $ac_c" 1>&6 14722 echo $ECHO_N "(cached) $ECHO_C" >&6
14723fi
14724echo "$as_me:$LINENO: result: $ac_cv_header_utmp_h" >&5
14725echo "${ECHO_T}$ac_cv_header_utmp_h" >&6
8297else 14726else
14727 # Is the header compilable?
14728echo "$as_me:$LINENO: checking utmp.h usability" >&5
14729echo $ECHO_N "checking utmp.h usability... $ECHO_C" >&6
8298 cat > conftest.$ac_ext <<EOF 14730cat >conftest.$ac_ext <<_ACEOF
8299#line 8300 "configure" 14731/* confdefs.h. */
8300#include "confdefs.h" 14732_ACEOF
14733cat confdefs.h >>conftest.$ac_ext
14734cat >>conftest.$ac_ext <<_ACEOF
14735/* end confdefs.h. */
14736$ac_includes_default
8301#include <utmp.h> 14737#include <utmp.h>
8302EOF 14738_ACEOF
8303ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 14739rm -f conftest.$ac_objext
8304{ (eval echo configure:8305: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 14740if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8305ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 14741 (eval $ac_compile) 2>conftest.er1
14742 ac_status=$?
14743 grep -v '^ *+' conftest.er1 >conftest.err
14744 rm -f conftest.er1
14745 cat conftest.err >&5
14746 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14747 (exit $ac_status); } &&
14748 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14749 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14750 (eval $ac_try) 2>&5
14751 ac_status=$?
14752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14753 (exit $ac_status); }; } &&
14754 { ac_try='test -s conftest.$ac_objext'
14755 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14756 (eval $ac_try) 2>&5
14757 ac_status=$?
14758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14759 (exit $ac_status); }; }; then
14760 ac_header_compiler=yes
14761else
14762 echo "$as_me: failed program was:" >&5
14763sed 's/^/| /' conftest.$ac_ext >&5
14764
14765ac_header_compiler=no
14766fi
14767rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14768echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14769echo "${ECHO_T}$ac_header_compiler" >&6
14770
14771# Is the header present?
14772echo "$as_me:$LINENO: checking utmp.h presence" >&5
14773echo $ECHO_N "checking utmp.h presence... $ECHO_C" >&6
14774cat >conftest.$ac_ext <<_ACEOF
14775/* confdefs.h. */
14776_ACEOF
14777cat confdefs.h >>conftest.$ac_ext
14778cat >>conftest.$ac_ext <<_ACEOF
14779/* end confdefs.h. */
14780#include <utmp.h>
14781_ACEOF
14782if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14783 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
14784 ac_status=$?
14785 grep -v '^ *+' conftest.er1 >conftest.err
14786 rm -f conftest.er1
14787 cat conftest.err >&5
14788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14789 (exit $ac_status); } >/dev/null; then
14790 if test -s conftest.err; then
14791 ac_cpp_err=$ac_cxx_preproc_warn_flag
14792 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
14793 else
14794 ac_cpp_err=
14795 fi
14796else
14797 ac_cpp_err=yes
14798fi
8306if test -z "$ac_err"; then 14799if test -z "$ac_cpp_err"; then
8307 rm -rf conftest* 14800 ac_header_preproc=yes
8308 eval "ac_cv_header_$ac_safe=yes"
8309else 14801else
8310 echo "$ac_err" >&5
8311 echo "configure: failed program was:" >&5 14802 echo "$as_me: failed program was:" >&5
8312 cat conftest.$ac_ext >&5 14803sed 's/^/| /' conftest.$ac_ext >&5
8313 rm -rf conftest* 14804
8314 eval "ac_cv_header_$ac_safe=no" 14805 ac_header_preproc=no
8315fi 14806fi
8316rm -f conftest* 14807rm -f conftest.err conftest.$ac_ext
14808echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14809echo "${ECHO_T}$ac_header_preproc" >&6
14810
14811# So? What about this header?
14812case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
14813 yes:no: )
14814 { echo "$as_me:$LINENO: WARNING: utmp.h: accepted by the compiler, rejected by the preprocessor!" >&5
14815echo "$as_me: WARNING: utmp.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14816 { echo "$as_me:$LINENO: WARNING: utmp.h: proceeding with the compiler's result" >&5
14817echo "$as_me: WARNING: utmp.h: proceeding with the compiler's result" >&2;}
14818 ac_header_preproc=yes
14819 ;;
14820 no:yes:* )
14821 { echo "$as_me:$LINENO: WARNING: utmp.h: present but cannot be compiled" >&5
14822echo "$as_me: WARNING: utmp.h: present but cannot be compiled" >&2;}
14823 { echo "$as_me:$LINENO: WARNING: utmp.h: check for missing prerequisite headers?" >&5
14824echo "$as_me: WARNING: utmp.h: check for missing prerequisite headers?" >&2;}
14825 { echo "$as_me:$LINENO: WARNING: utmp.h: see the Autoconf documentation" >&5
14826echo "$as_me: WARNING: utmp.h: see the Autoconf documentation" >&2;}
14827 { echo "$as_me:$LINENO: WARNING: utmp.h: section \"Present But Cannot Be Compiled\"" >&5
14828echo "$as_me: WARNING: utmp.h: section \"Present But Cannot Be Compiled\"" >&2;}
14829 { echo "$as_me:$LINENO: WARNING: utmp.h: proceeding with the preprocessor's result" >&5
14830echo "$as_me: WARNING: utmp.h: proceeding with the preprocessor's result" >&2;}
14831 { echo "$as_me:$LINENO: WARNING: utmp.h: in the future, the compiler will take precedence" >&5
14832echo "$as_me: WARNING: utmp.h: in the future, the compiler will take precedence" >&2;}
14833 (
14834 cat <<\_ASBOX
14835## ------------------------------------------ ##
14836## Report this to the AC_PACKAGE_NAME lists. ##
14837## ------------------------------------------ ##
14838_ASBOX
14839 ) |
14840 sed "s/^/$as_me: WARNING: /" >&2
14841 ;;
14842esac
14843echo "$as_me:$LINENO: checking for utmp.h" >&5
14844echo $ECHO_N "checking for utmp.h... $ECHO_C" >&6
14845if test "${ac_cv_header_utmp_h+set}" = set; then
14846 echo $ECHO_N "(cached) $ECHO_C" >&6
14847else
14848 ac_cv_header_utmp_h=$ac_header_preproc
8317fi 14849fi
8318if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 14850echo "$as_me:$LINENO: result: $ac_cv_header_utmp_h" >&5
8319 echo "$ac_t""yes" 1>&6 14851echo "${ECHO_T}$ac_cv_header_utmp_h" >&6
14852
14853fi
14854if test $ac_cv_header_utmp_h = yes; then
14855 echo "$as_me:$LINENO: checking for struct utmp" >&5
8320 echo $ac_n "checking for struct utmp""... $ac_c" 1>&6 14856echo $ECHO_N "checking for struct utmp... $ECHO_C" >&6
8321echo "configure:8322: checking for struct utmp" >&5
8322if eval "test \"`echo '$''{'rxvt_cv_struct_utmp'+set}'`\" = set"; then 14857if test "${rxvt_cv_struct_utmp+set}" = set; then
8323 echo $ac_n "(cached) $ac_c" 1>&6 14858 echo $ECHO_N "(cached) $ECHO_C" >&6
8324else 14859else
8325 cat > conftest.$ac_ext <<EOF 14860 cat >conftest.$ac_ext <<_ACEOF
8326#line 8327 "configure" 14861/* confdefs.h. */
8327#include "confdefs.h" 14862_ACEOF
14863cat confdefs.h >>conftest.$ac_ext
14864cat >>conftest.$ac_ext <<_ACEOF
14865/* end confdefs.h. */
8328#include <sys/types.h> 14866#include <sys/types.h>
8329#include <stdint.h> 14867#include <stdint.h>
8330#include <utmp.h> 14868#include <utmp.h>
8331int main() { 14869int
14870main ()
14871{
8332struct utmp ut; 14872struct utmp ut;
14873 ;
8333; return 0; } 14874 return 0;
8334EOF 14875}
8335if { (eval echo configure:8336: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 14876_ACEOF
14877rm -f conftest.$ac_objext
14878if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14879 (eval $ac_compile) 2>conftest.er1
14880 ac_status=$?
14881 grep -v '^ *+' conftest.er1 >conftest.err
8336 rm -rf conftest* 14882 rm -f conftest.er1
14883 cat conftest.err >&5
14884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14885 (exit $ac_status); } &&
14886 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14887 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14888 (eval $ac_try) 2>&5
14889 ac_status=$?
14890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14891 (exit $ac_status); }; } &&
14892 { ac_try='test -s conftest.$ac_objext'
14893 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14894 (eval $ac_try) 2>&5
14895 ac_status=$?
14896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14897 (exit $ac_status); }; }; then
8337 rxvt_cv_struct_utmp=yes 14898 rxvt_cv_struct_utmp=yes
8338else 14899else
8339 echo "configure: failed program was:" >&5 14900 echo "$as_me: failed program was:" >&5
8340 cat conftest.$ac_ext >&5 14901sed 's/^/| /' conftest.$ac_ext >&5
8341 rm -rf conftest* 14902
8342 rxvt_cv_struct_utmp=no 14903rxvt_cv_struct_utmp=no
8343fi 14904fi
8344rm -f conftest* 14905rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8345fi 14906fi
8346 14907echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmp" >&5
8347echo "$ac_t""$rxvt_cv_struct_utmp" 1>&6 14908echo "${ECHO_T}$rxvt_cv_struct_utmp" >&6
8348if test x$rxvt_cv_struct_utmp = xyes; then 14909if test x$rxvt_cv_struct_utmp = xyes; then
14910
8349 cat >> confdefs.h <<\EOF 14911cat >>confdefs.h <<\_ACEOF
8350#define HAVE_STRUCT_UTMP 1 14912#define HAVE_STRUCT_UTMP 1
8351EOF 14913_ACEOF
8352 14914
8353fi 14915fi
8354 14916
8355 14917
14918echo "$as_me:$LINENO: checking for ut_host in utmp struct" >&5
8356echo $ac_n "checking for ut_host in utmp struct""... $ac_c" 1>&6 14919echo $ECHO_N "checking for ut_host in utmp struct... $ECHO_C" >&6
8357echo "configure:8358: checking for ut_host in utmp struct" >&5
8358if eval "test \"`echo '$''{'rxvt_cv_struct_utmp_host'+set}'`\" = set"; then 14920if test "${rxvt_cv_struct_utmp_host+set}" = set; then
8359 echo $ac_n "(cached) $ac_c" 1>&6 14921 echo $ECHO_N "(cached) $ECHO_C" >&6
8360else 14922else
8361 cat > conftest.$ac_ext <<EOF 14923 cat >conftest.$ac_ext <<_ACEOF
8362#line 8363 "configure" 14924/* confdefs.h. */
8363#include "confdefs.h" 14925_ACEOF
14926cat confdefs.h >>conftest.$ac_ext
14927cat >>conftest.$ac_ext <<_ACEOF
14928/* end confdefs.h. */
8364#include <sys/types.h> 14929#include <sys/types.h>
8365#include <utmp.h> 14930#include <utmp.h>
8366int main() { 14931int
14932main ()
14933{
8367struct utmp ut; ut.ut_host; 14934struct utmp ut; ut.ut_host;
14935 ;
8368; return 0; } 14936 return 0;
8369EOF 14937}
8370if { (eval echo configure:8371: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 14938_ACEOF
14939rm -f conftest.$ac_objext
14940if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14941 (eval $ac_compile) 2>conftest.er1
14942 ac_status=$?
14943 grep -v '^ *+' conftest.er1 >conftest.err
8371 rm -rf conftest* 14944 rm -f conftest.er1
14945 cat conftest.err >&5
14946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14947 (exit $ac_status); } &&
14948 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14949 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14950 (eval $ac_try) 2>&5
14951 ac_status=$?
14952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14953 (exit $ac_status); }; } &&
14954 { ac_try='test -s conftest.$ac_objext'
14955 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14956 (eval $ac_try) 2>&5
14957 ac_status=$?
14958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14959 (exit $ac_status); }; }; then
8372 rxvt_cv_struct_utmp_host=yes 14960 rxvt_cv_struct_utmp_host=yes
8373else 14961else
8374 echo "configure: failed program was:" >&5 14962 echo "$as_me: failed program was:" >&5
8375 cat conftest.$ac_ext >&5 14963sed 's/^/| /' conftest.$ac_ext >&5
8376 rm -rf conftest* 14964
8377 rxvt_cv_struct_utmp_host=no 14965rxvt_cv_struct_utmp_host=no
8378fi 14966fi
8379rm -f conftest* 14967rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8380fi 14968fi
8381 14969echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmp_host" >&5
8382echo "$ac_t""$rxvt_cv_struct_utmp_host" 1>&6 14970echo "${ECHO_T}$rxvt_cv_struct_utmp_host" >&6
8383if test x$rxvt_cv_struct_utmp_host = xyes; then 14971if test x$rxvt_cv_struct_utmp_host = xyes; then
14972
8384 cat >> confdefs.h <<\EOF 14973cat >>confdefs.h <<\_ACEOF
8385#define HAVE_UTMP_HOST 1 14974#define HAVE_UTMP_HOST 1
8386EOF 14975_ACEOF
8387 14976
8388fi 14977fi
8389 14978
14979echo "$as_me:$LINENO: checking for ut_pid in utmp struct" >&5
8390echo $ac_n "checking for ut_pid in utmp struct""... $ac_c" 1>&6 14980echo $ECHO_N "checking for ut_pid in utmp struct... $ECHO_C" >&6
8391echo "configure:8392: checking for ut_pid in utmp struct" >&5
8392if eval "test \"`echo '$''{'rxvt_cv_struct_utmp_pid'+set}'`\" = set"; then 14981if test "${rxvt_cv_struct_utmp_pid+set}" = set; then
8393 echo $ac_n "(cached) $ac_c" 1>&6 14982 echo $ECHO_N "(cached) $ECHO_C" >&6
8394else 14983else
8395 cat > conftest.$ac_ext <<EOF 14984 cat >conftest.$ac_ext <<_ACEOF
8396#line 8397 "configure" 14985/* confdefs.h. */
8397#include "confdefs.h" 14986_ACEOF
14987cat confdefs.h >>conftest.$ac_ext
14988cat >>conftest.$ac_ext <<_ACEOF
14989/* end confdefs.h. */
8398#include <sys/types.h> 14990#include <sys/types.h>
8399#include <utmp.h> 14991#include <utmp.h>
8400int main() { 14992int
14993main ()
14994{
8401struct utmp ut; ut.ut_pid; 14995struct utmp ut; ut.ut_pid;
14996 ;
8402; return 0; } 14997 return 0;
8403EOF 14998}
8404if { (eval echo configure:8405: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 14999_ACEOF
15000rm -f conftest.$ac_objext
15001if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15002 (eval $ac_compile) 2>conftest.er1
15003 ac_status=$?
15004 grep -v '^ *+' conftest.er1 >conftest.err
8405 rm -rf conftest* 15005 rm -f conftest.er1
15006 cat conftest.err >&5
15007 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15008 (exit $ac_status); } &&
15009 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15010 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15011 (eval $ac_try) 2>&5
15012 ac_status=$?
15013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15014 (exit $ac_status); }; } &&
15015 { ac_try='test -s conftest.$ac_objext'
15016 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15017 (eval $ac_try) 2>&5
15018 ac_status=$?
15019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15020 (exit $ac_status); }; }; then
8406 rxvt_cv_struct_utmp_pid=yes 15021 rxvt_cv_struct_utmp_pid=yes
8407else 15022else
8408 echo "configure: failed program was:" >&5 15023 echo "$as_me: failed program was:" >&5
8409 cat conftest.$ac_ext >&5 15024sed 's/^/| /' conftest.$ac_ext >&5
8410 rm -rf conftest* 15025
8411 rxvt_cv_struct_utmp_pid=no 15026rxvt_cv_struct_utmp_pid=no
8412fi 15027fi
8413rm -f conftest* 15028rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8414fi 15029fi
8415 15030echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmp_pid" >&5
8416echo "$ac_t""$rxvt_cv_struct_utmp_pid" 1>&6 15031echo "${ECHO_T}$rxvt_cv_struct_utmp_pid" >&6
8417if test x$rxvt_cv_struct_utmp_pid = xyes; then 15032if test x$rxvt_cv_struct_utmp_pid = xyes; then
15033
8418 cat >> confdefs.h <<\EOF 15034cat >>confdefs.h <<\_ACEOF
8419#define HAVE_UTMP_PID 1 15035#define HAVE_UTMP_PID 1
8420EOF 15036_ACEOF
8421 15037
8422fi 15038fi
8423 15039
8424else
8425 echo "$ac_t""no" 1>&6
8426fi 15040fi
8427
8428 15041
8429ac_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'` 15042
15043
15044if test "${ac_cv_header_utmpx_h+set}" = set; then
15045 echo "$as_me:$LINENO: checking for utmpx.h" >&5
8430echo $ac_n "checking for utmpx.h""... $ac_c" 1>&6 15046echo $ECHO_N "checking for utmpx.h... $ECHO_C" >&6
8431echo "configure:8432: checking for utmpx.h" >&5 15047if test "${ac_cv_header_utmpx_h+set}" = set; then
8432if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
8433 echo $ac_n "(cached) $ac_c" 1>&6 15048 echo $ECHO_N "(cached) $ECHO_C" >&6
15049fi
15050echo "$as_me:$LINENO: result: $ac_cv_header_utmpx_h" >&5
15051echo "${ECHO_T}$ac_cv_header_utmpx_h" >&6
8434else 15052else
15053 # Is the header compilable?
15054echo "$as_me:$LINENO: checking utmpx.h usability" >&5
15055echo $ECHO_N "checking utmpx.h usability... $ECHO_C" >&6
8435 cat > conftest.$ac_ext <<EOF 15056cat >conftest.$ac_ext <<_ACEOF
8436#line 8437 "configure" 15057/* confdefs.h. */
8437#include "confdefs.h" 15058_ACEOF
15059cat confdefs.h >>conftest.$ac_ext
15060cat >>conftest.$ac_ext <<_ACEOF
15061/* end confdefs.h. */
15062$ac_includes_default
8438#include <utmpx.h> 15063#include <utmpx.h>
8439EOF 15064_ACEOF
8440ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 15065rm -f conftest.$ac_objext
8441{ (eval echo configure:8442: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 15066if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8442ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 15067 (eval $ac_compile) 2>conftest.er1
15068 ac_status=$?
15069 grep -v '^ *+' conftest.er1 >conftest.err
15070 rm -f conftest.er1
15071 cat conftest.err >&5
15072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15073 (exit $ac_status); } &&
15074 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15075 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15076 (eval $ac_try) 2>&5
15077 ac_status=$?
15078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15079 (exit $ac_status); }; } &&
15080 { ac_try='test -s conftest.$ac_objext'
15081 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15082 (eval $ac_try) 2>&5
15083 ac_status=$?
15084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15085 (exit $ac_status); }; }; then
15086 ac_header_compiler=yes
15087else
15088 echo "$as_me: failed program was:" >&5
15089sed 's/^/| /' conftest.$ac_ext >&5
15090
15091ac_header_compiler=no
15092fi
15093rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15094echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15095echo "${ECHO_T}$ac_header_compiler" >&6
15096
15097# Is the header present?
15098echo "$as_me:$LINENO: checking utmpx.h presence" >&5
15099echo $ECHO_N "checking utmpx.h presence... $ECHO_C" >&6
15100cat >conftest.$ac_ext <<_ACEOF
15101/* confdefs.h. */
15102_ACEOF
15103cat confdefs.h >>conftest.$ac_ext
15104cat >>conftest.$ac_ext <<_ACEOF
15105/* end confdefs.h. */
15106#include <utmpx.h>
15107_ACEOF
15108if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15109 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
15110 ac_status=$?
15111 grep -v '^ *+' conftest.er1 >conftest.err
15112 rm -f conftest.er1
15113 cat conftest.err >&5
15114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15115 (exit $ac_status); } >/dev/null; then
15116 if test -s conftest.err; then
15117 ac_cpp_err=$ac_cxx_preproc_warn_flag
15118 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
15119 else
15120 ac_cpp_err=
15121 fi
15122else
15123 ac_cpp_err=yes
15124fi
8443if test -z "$ac_err"; then 15125if test -z "$ac_cpp_err"; then
8444 rm -rf conftest* 15126 ac_header_preproc=yes
8445 eval "ac_cv_header_$ac_safe=yes"
8446else 15127else
8447 echo "$ac_err" >&5
8448 echo "configure: failed program was:" >&5 15128 echo "$as_me: failed program was:" >&5
8449 cat conftest.$ac_ext >&5 15129sed 's/^/| /' conftest.$ac_ext >&5
8450 rm -rf conftest* 15130
8451 eval "ac_cv_header_$ac_safe=no" 15131 ac_header_preproc=no
8452fi 15132fi
8453rm -f conftest* 15133rm -f conftest.err conftest.$ac_ext
15134echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15135echo "${ECHO_T}$ac_header_preproc" >&6
15136
15137# So? What about this header?
15138case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
15139 yes:no: )
15140 { echo "$as_me:$LINENO: WARNING: utmpx.h: accepted by the compiler, rejected by the preprocessor!" >&5
15141echo "$as_me: WARNING: utmpx.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15142 { echo "$as_me:$LINENO: WARNING: utmpx.h: proceeding with the compiler's result" >&5
15143echo "$as_me: WARNING: utmpx.h: proceeding with the compiler's result" >&2;}
15144 ac_header_preproc=yes
15145 ;;
15146 no:yes:* )
15147 { echo "$as_me:$LINENO: WARNING: utmpx.h: present but cannot be compiled" >&5
15148echo "$as_me: WARNING: utmpx.h: present but cannot be compiled" >&2;}
15149 { echo "$as_me:$LINENO: WARNING: utmpx.h: check for missing prerequisite headers?" >&5
15150echo "$as_me: WARNING: utmpx.h: check for missing prerequisite headers?" >&2;}
15151 { echo "$as_me:$LINENO: WARNING: utmpx.h: see the Autoconf documentation" >&5
15152echo "$as_me: WARNING: utmpx.h: see the Autoconf documentation" >&2;}
15153 { echo "$as_me:$LINENO: WARNING: utmpx.h: section \"Present But Cannot Be Compiled\"" >&5
15154echo "$as_me: WARNING: utmpx.h: section \"Present But Cannot Be Compiled\"" >&2;}
15155 { echo "$as_me:$LINENO: WARNING: utmpx.h: proceeding with the preprocessor's result" >&5
15156echo "$as_me: WARNING: utmpx.h: proceeding with the preprocessor's result" >&2;}
15157 { echo "$as_me:$LINENO: WARNING: utmpx.h: in the future, the compiler will take precedence" >&5
15158echo "$as_me: WARNING: utmpx.h: in the future, the compiler will take precedence" >&2;}
15159 (
15160 cat <<\_ASBOX
15161## ------------------------------------------ ##
15162## Report this to the AC_PACKAGE_NAME lists. ##
15163## ------------------------------------------ ##
15164_ASBOX
15165 ) |
15166 sed "s/^/$as_me: WARNING: /" >&2
15167 ;;
15168esac
15169echo "$as_me:$LINENO: checking for utmpx.h" >&5
15170echo $ECHO_N "checking for utmpx.h... $ECHO_C" >&6
15171if test "${ac_cv_header_utmpx_h+set}" = set; then
15172 echo $ECHO_N "(cached) $ECHO_C" >&6
15173else
15174 ac_cv_header_utmpx_h=$ac_header_preproc
8454fi 15175fi
8455if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 15176echo "$as_me:$LINENO: result: $ac_cv_header_utmpx_h" >&5
8456 echo "$ac_t""yes" 1>&6 15177echo "${ECHO_T}$ac_cv_header_utmpx_h" >&6
15178
15179fi
15180if test $ac_cv_header_utmpx_h = yes; then
15181 echo "$as_me:$LINENO: checking for struct utmpx" >&5
8457 echo $ac_n "checking for struct utmpx""... $ac_c" 1>&6 15182echo $ECHO_N "checking for struct utmpx... $ECHO_C" >&6
8458echo "configure:8459: checking for struct utmpx" >&5
8459if eval "test \"`echo '$''{'rxvt_cv_struct_utmpx'+set}'`\" = set"; then 15183if test "${rxvt_cv_struct_utmpx+set}" = set; then
8460 echo $ac_n "(cached) $ac_c" 1>&6 15184 echo $ECHO_N "(cached) $ECHO_C" >&6
8461else 15185else
8462 cat > conftest.$ac_ext <<EOF 15186 cat >conftest.$ac_ext <<_ACEOF
8463#line 8464 "configure" 15187/* confdefs.h. */
8464#include "confdefs.h" 15188_ACEOF
15189cat confdefs.h >>conftest.$ac_ext
15190cat >>conftest.$ac_ext <<_ACEOF
15191/* end confdefs.h. */
8465#include <sys/types.h> 15192#include <sys/types.h>
8466#include <utmpx.h> 15193#include <utmpx.h>
8467int main() { 15194int
15195main ()
15196{
8468struct utmpx ut; 15197struct utmpx ut;
15198 ;
8469; return 0; } 15199 return 0;
8470EOF 15200}
8471if { (eval echo configure:8472: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 15201_ACEOF
15202rm -f conftest.$ac_objext
15203if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15204 (eval $ac_compile) 2>conftest.er1
15205 ac_status=$?
15206 grep -v '^ *+' conftest.er1 >conftest.err
8472 rm -rf conftest* 15207 rm -f conftest.er1
15208 cat conftest.err >&5
15209 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15210 (exit $ac_status); } &&
15211 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15212 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15213 (eval $ac_try) 2>&5
15214 ac_status=$?
15215 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15216 (exit $ac_status); }; } &&
15217 { ac_try='test -s conftest.$ac_objext'
15218 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15219 (eval $ac_try) 2>&5
15220 ac_status=$?
15221 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15222 (exit $ac_status); }; }; then
8473 rxvt_cv_struct_utmpx=yes 15223 rxvt_cv_struct_utmpx=yes
8474else 15224else
8475 echo "configure: failed program was:" >&5 15225 echo "$as_me: failed program was:" >&5
8476 cat conftest.$ac_ext >&5 15226sed 's/^/| /' conftest.$ac_ext >&5
8477 rm -rf conftest* 15227
8478 rxvt_cv_struct_utmpx=no 15228rxvt_cv_struct_utmpx=no
8479fi 15229fi
8480rm -f conftest* 15230rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8481fi 15231fi
8482 15232echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmpx" >&5
8483echo "$ac_t""$rxvt_cv_struct_utmpx" 1>&6 15233echo "${ECHO_T}$rxvt_cv_struct_utmpx" >&6
8484if test x$rxvt_cv_struct_utmpx = xyes; then 15234if test x$rxvt_cv_struct_utmpx = xyes; then
15235
8485 cat >> confdefs.h <<\EOF 15236cat >>confdefs.h <<\_ACEOF
8486#define HAVE_STRUCT_UTMPX 1 15237#define HAVE_STRUCT_UTMPX 1
8487EOF 15238_ACEOF
8488 15239
8489fi 15240fi
8490 15241
8491 15242
15243echo "$as_me:$LINENO: checking for host in utmpx struct" >&5
8492echo $ac_n "checking for host in utmpx struct""... $ac_c" 1>&6 15244echo $ECHO_N "checking for host in utmpx struct... $ECHO_C" >&6
8493echo "configure:8494: checking for host in utmpx struct" >&5
8494if eval "test \"`echo '$''{'rxvt_cv_struct_utmpx_host'+set}'`\" = set"; then 15245if test "${rxvt_cv_struct_utmpx_host+set}" = set; then
8495 echo $ac_n "(cached) $ac_c" 1>&6 15246 echo $ECHO_N "(cached) $ECHO_C" >&6
8496else 15247else
8497 cat > conftest.$ac_ext <<EOF 15248 cat >conftest.$ac_ext <<_ACEOF
8498#line 8499 "configure" 15249/* confdefs.h. */
8499#include "confdefs.h" 15250_ACEOF
15251cat confdefs.h >>conftest.$ac_ext
15252cat >>conftest.$ac_ext <<_ACEOF
15253/* end confdefs.h. */
8500#include <sys/types.h> 15254#include <sys/types.h>
8501#include <utmpx.h> 15255#include <utmpx.h>
8502int main() { 15256int
15257main ()
15258{
8503struct utmpx utx; utx.ut_host; 15259struct utmpx utx; utx.ut_host;
15260 ;
8504; return 0; } 15261 return 0;
8505EOF 15262}
8506if { (eval echo configure:8507: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 15263_ACEOF
15264rm -f conftest.$ac_objext
15265if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15266 (eval $ac_compile) 2>conftest.er1
15267 ac_status=$?
15268 grep -v '^ *+' conftest.er1 >conftest.err
8507 rm -rf conftest* 15269 rm -f conftest.er1
15270 cat conftest.err >&5
15271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15272 (exit $ac_status); } &&
15273 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15274 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15275 (eval $ac_try) 2>&5
15276 ac_status=$?
15277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15278 (exit $ac_status); }; } &&
15279 { ac_try='test -s conftest.$ac_objext'
15280 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15281 (eval $ac_try) 2>&5
15282 ac_status=$?
15283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15284 (exit $ac_status); }; }; then
8508 rxvt_cv_struct_utmpx_host=yes 15285 rxvt_cv_struct_utmpx_host=yes
8509else 15286else
8510 echo "configure: failed program was:" >&5 15287 echo "$as_me: failed program was:" >&5
8511 cat conftest.$ac_ext >&5 15288sed 's/^/| /' conftest.$ac_ext >&5
8512 rm -rf conftest* 15289
8513 rxvt_cv_struct_utmpx_host=no 15290rxvt_cv_struct_utmpx_host=no
8514fi 15291fi
8515rm -f conftest* 15292rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8516fi 15293fi
8517 15294echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmpx_host" >&5
8518echo "$ac_t""$rxvt_cv_struct_utmpx_host" 1>&6 15295echo "${ECHO_T}$rxvt_cv_struct_utmpx_host" >&6
8519if test x$rxvt_cv_struct_utmpx_host = xyes; then 15296if test x$rxvt_cv_struct_utmpx_host = xyes; then
15297
8520 cat >> confdefs.h <<\EOF 15298cat >>confdefs.h <<\_ACEOF
8521#define HAVE_UTMPX_HOST 1 15299#define HAVE_UTMPX_HOST 1
8522EOF 15300_ACEOF
8523 15301
8524fi 15302fi
8525 15303
8526else
8527 echo "$ac_t""no" 1>&6
8528fi 15304fi
8529
8530 15305
15306
15307
15308echo "$as_me:$LINENO: checking for struct lastlog" >&5
8531echo $ac_n "checking for struct lastlog""... $ac_c" 1>&6 15309echo $ECHO_N "checking for struct lastlog... $ECHO_C" >&6
8532echo "configure:8533: checking for struct lastlog" >&5
8533if eval "test \"`echo '$''{'rxvt_cv_struct_lastlog'+set}'`\" = set"; then 15310if test "${rxvt_cv_struct_lastlog+set}" = set; then
8534 echo $ac_n "(cached) $ac_c" 1>&6 15311 echo $ECHO_N "(cached) $ECHO_C" >&6
8535else 15312else
8536 cat > conftest.$ac_ext <<EOF 15313 cat >conftest.$ac_ext <<_ACEOF
8537#line 8538 "configure" 15314/* confdefs.h. */
8538#include "confdefs.h" 15315_ACEOF
15316cat confdefs.h >>conftest.$ac_ext
15317cat >>conftest.$ac_ext <<_ACEOF
15318/* end confdefs.h. */
8539#include <sys/types.h> 15319#include <sys/types.h>
8540#include <utmp.h> 15320#include <utmp.h>
8541#ifdef HAVE_LASTLOG_H 15321#ifdef HAVE_LASTLOG_H
8542#include <lastlog.h> 15322#include <lastlog.h>
8543#endif 15323#endif
8544 15324
8545int main() { 15325int
15326main ()
15327{
8546struct lastlog ll; 15328struct lastlog ll;
15329 ;
8547; return 0; } 15330 return 0;
8548EOF 15331}
8549if { (eval echo configure:8550: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 15332_ACEOF
15333rm -f conftest.$ac_objext
15334if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15335 (eval $ac_compile) 2>conftest.er1
15336 ac_status=$?
15337 grep -v '^ *+' conftest.er1 >conftest.err
8550 rm -rf conftest* 15338 rm -f conftest.er1
15339 cat conftest.err >&5
15340 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15341 (exit $ac_status); } &&
15342 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15343 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15344 (eval $ac_try) 2>&5
15345 ac_status=$?
15346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15347 (exit $ac_status); }; } &&
15348 { ac_try='test -s conftest.$ac_objext'
15349 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15350 (eval $ac_try) 2>&5
15351 ac_status=$?
15352 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15353 (exit $ac_status); }; }; then
8551 rxvt_cv_struct_lastlog=yes 15354 rxvt_cv_struct_lastlog=yes
8552else 15355else
8553 echo "configure: failed program was:" >&5 15356 echo "$as_me: failed program was:" >&5
8554 cat conftest.$ac_ext >&5 15357sed 's/^/| /' conftest.$ac_ext >&5
8555 rm -rf conftest* 15358
8556 rxvt_cv_struct_lastlog=no 15359rxvt_cv_struct_lastlog=no
8557fi 15360fi
8558rm -f conftest* 15361rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8559fi 15362fi
8560 15363echo "$as_me:$LINENO: result: $rxvt_cv_struct_lastlog" >&5
8561echo "$ac_t""$rxvt_cv_struct_lastlog" 1>&6 15364echo "${ECHO_T}$rxvt_cv_struct_lastlog" >&6
8562if test x$rxvt_cv_struct_lastlog = xyes; then 15365if test x$rxvt_cv_struct_lastlog = xyes; then
15366
8563 cat >> confdefs.h <<\EOF 15367cat >>confdefs.h <<\_ACEOF
8564#define HAVE_STRUCT_LASTLOG 1 15368#define HAVE_STRUCT_LASTLOG 1
8565EOF 15369_ACEOF
8566 15370
8567fi 15371fi
8568 15372
15373echo "$as_me:$LINENO: checking for struct lastlogx" >&5
8569echo $ac_n "checking for struct lastlogx""... $ac_c" 1>&6 15374echo $ECHO_N "checking for struct lastlogx... $ECHO_C" >&6
8570echo "configure:8571: checking for struct lastlogx" >&5
8571if eval "test \"`echo '$''{'rxvt_cv_struct_lastlogx'+set}'`\" = set"; then 15375if test "${rxvt_cv_struct_lastlogx+set}" = set; then
8572 echo $ac_n "(cached) $ac_c" 1>&6 15376 echo $ECHO_N "(cached) $ECHO_C" >&6
8573else 15377else
8574 cat > conftest.$ac_ext <<EOF 15378 cat >conftest.$ac_ext <<_ACEOF
8575#line 8576 "configure" 15379/* confdefs.h. */
8576#include "confdefs.h" 15380_ACEOF
15381cat confdefs.h >>conftest.$ac_ext
15382cat >>conftest.$ac_ext <<_ACEOF
15383/* end confdefs.h. */
8577#include <sys/types.h> 15384#include <sys/types.h>
8578#include <utmpx.h> 15385#include <utmpx.h>
8579#ifdef HAVE_LASTLOG_H 15386#ifdef HAVE_LASTLOG_H
8580#include <lastlog.h> 15387#include <lastlog.h>
8581#endif 15388#endif
8582 15389
8583int main() { 15390int
15391main ()
15392{
8584struct lastlogx ll; 15393struct lastlogx ll;
15394 ;
8585; return 0; } 15395 return 0;
8586EOF 15396}
8587if { (eval echo configure:8588: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 15397_ACEOF
15398rm -f conftest.$ac_objext
15399if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15400 (eval $ac_compile) 2>conftest.er1
15401 ac_status=$?
15402 grep -v '^ *+' conftest.er1 >conftest.err
8588 rm -rf conftest* 15403 rm -f conftest.er1
15404 cat conftest.err >&5
15405 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15406 (exit $ac_status); } &&
15407 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15408 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15409 (eval $ac_try) 2>&5
15410 ac_status=$?
15411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15412 (exit $ac_status); }; } &&
15413 { ac_try='test -s conftest.$ac_objext'
15414 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15415 (eval $ac_try) 2>&5
15416 ac_status=$?
15417 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15418 (exit $ac_status); }; }; then
8589 rxvt_cv_struct_lastlogx=yes 15419 rxvt_cv_struct_lastlogx=yes
8590else 15420else
8591 echo "configure: failed program was:" >&5 15421 echo "$as_me: failed program was:" >&5
8592 cat conftest.$ac_ext >&5 15422sed 's/^/| /' conftest.$ac_ext >&5
8593 rm -rf conftest* 15423
8594 rxvt_cv_struct_lastlogx=no 15424rxvt_cv_struct_lastlogx=no
8595fi 15425fi
8596rm -f conftest* 15426rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8597fi 15427fi
8598 15428echo "$as_me:$LINENO: result: $rxvt_cv_struct_lastlogx" >&5
8599echo "$ac_t""$rxvt_cv_struct_lastlogx" 1>&6 15429echo "${ECHO_T}$rxvt_cv_struct_lastlogx" >&6
8600if test x$rxvt_cv_struct_lastlogx = xyes; then 15430if test x$rxvt_cv_struct_lastlogx = xyes; then
15431
8601 cat >> confdefs.h <<\EOF 15432cat >>confdefs.h <<\_ACEOF
8602#define HAVE_STRUCT_LASTLOGX 1 15433#define HAVE_STRUCT_LASTLOGX 1
8603EOF 15434_ACEOF
8604 15435
8605fi 15436fi
8606 15437
8607 15438
15439echo "$as_me:$LINENO: checking where utmp is located" >&5
8608echo $ac_n "checking where utmp is located""... $ac_c" 1>&6 15440echo $ECHO_N "checking where utmp is located... $ECHO_C" >&6
8609echo "configure:8610: checking where utmp is located" >&5
8610if eval "test \"`echo '$''{'rxvt_cv_path_utmp'+set}'`\" = set"; then 15441if test "${rxvt_cv_path_utmp+set}" = set; then
8611 echo $ac_n "(cached) $ac_c" 1>&6 15442 echo $ECHO_N "(cached) $ECHO_C" >&6
8612else 15443else
8613 if test "$cross_compiling" = yes; then 15444 if test "$cross_compiling" = yes; then
15445 { echo "$as_me:$LINENO: WARNING: Define RXVT_UTMP_FILE in config.h manually" >&5
8614 echo "configure: warning: Define RXVT_UTMP_FILE in config.h manually" 1>&2 15446echo "$as_me: WARNING: Define RXVT_UTMP_FILE in config.h manually" >&2;}
8615else 15447else
8616 cat > conftest.$ac_ext <<EOF 15448 cat >conftest.$ac_ext <<_ACEOF
8617#line 8618 "configure" 15449/* confdefs.h. */
8618#include "confdefs.h" 15450_ACEOF
15451cat confdefs.h >>conftest.$ac_ext
15452cat >>conftest.$ac_ext <<_ACEOF
15453/* end confdefs.h. */
8619#include <stdio.h> 15454#include <stdio.h>
8620#include <sys/types.h> 15455#include <sys/types.h>
8621#include <utmp.h> 15456#include <utmp.h>
8622#include <errno.h> 15457#include <errno.h>
8623main() 15458main()
8640 exit(0); 15475 exit(0);
8641 } 15476 }
8642 } 15477 }
8643 exit(0); 15478 exit(0);
8644} 15479}
8645EOF 15480_ACEOF
8646if { (eval echo configure:8647: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 15481rm -f conftest$ac_exeext
8647then 15482if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15483 (eval $ac_link) 2>&5
15484 ac_status=$?
15485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15486 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15487 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15488 (eval $ac_try) 2>&5
15489 ac_status=$?
15490 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15491 (exit $ac_status); }; }; then
8648 rxvt_cv_path_utmp=`cat conftestval` 15492 rxvt_cv_path_utmp=`cat conftestval`
8649else 15493else
15494 echo "$as_me: program exited with status $ac_status" >&5
8650 echo "configure: failed program was:" >&5 15495echo "$as_me: failed program was:" >&5
8651 cat conftest.$ac_ext >&5 15496sed 's/^/| /' conftest.$ac_ext >&5
8652 rm -fr conftest* 15497
15498( exit $ac_status )
8653 rxvt_cv_path_utmp= 15499rxvt_cv_path_utmp=
8654fi 15500fi
8655rm -fr conftest* 15501rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8656fi 15502fi
8657
8658fi 15503fi
8659 15504echo "$as_me:$LINENO: result: $rxvt_cv_path_utmp" >&5
8660echo "$ac_t""$rxvt_cv_path_utmp" 1>&6 15505echo "${ECHO_T}$rxvt_cv_path_utmp" >&6
8661if test x$rxvt_cv_path_utmp != x; then 15506if test x$rxvt_cv_path_utmp != x; then
15507
8662 cat >> confdefs.h <<EOF 15508cat >>confdefs.h <<_ACEOF
8663#define RXVT_UTMP_FILE "$rxvt_cv_path_utmp" 15509#define RXVT_UTMP_FILE "$rxvt_cv_path_utmp"
8664EOF 15510_ACEOF
8665 15511
8666fi 15512fi
8667 15513
8668 15514
15515echo "$as_me:$LINENO: checking where utmpx is located" >&5
8669echo $ac_n "checking where utmpx is located""... $ac_c" 1>&6 15516echo $ECHO_N "checking where utmpx is located... $ECHO_C" >&6
8670echo "configure:8671: checking where utmpx is located" >&5
8671if eval "test \"`echo '$''{'rxvt_cv_path_utmpx'+set}'`\" = set"; then 15517if test "${rxvt_cv_path_utmpx+set}" = set; then
8672 echo $ac_n "(cached) $ac_c" 1>&6 15518 echo $ECHO_N "(cached) $ECHO_C" >&6
8673else 15519else
8674 if test "$cross_compiling" = yes; then 15520 if test "$cross_compiling" = yes; then
15521 { echo "$as_me:$LINENO: WARNING: Define RXVT_UTMPX_FILE in config.h manually" >&5
8675 echo "configure: warning: Define RXVT_UTMPX_FILE in config.h manually" 1>&2 15522echo "$as_me: WARNING: Define RXVT_UTMPX_FILE in config.h manually" >&2;}
8676else 15523else
8677 cat > conftest.$ac_ext <<EOF 15524 cat >conftest.$ac_ext <<_ACEOF
8678#line 8679 "configure" 15525/* confdefs.h. */
8679#include "confdefs.h" 15526_ACEOF
15527cat confdefs.h >>conftest.$ac_ext
15528cat >>conftest.$ac_ext <<_ACEOF
15529/* end confdefs.h. */
8680#include <stdio.h> 15530#include <stdio.h>
8681#include <sys/types.h> 15531#include <sys/types.h>
8682#include <utmpx.h> 15532#include <utmpx.h>
8683#include <errno.h> 15533#include <errno.h>
8684#include <sys/stat.h> 15534#include <sys/stat.h>
8711 exit(0); 15561 exit(0);
8712 } 15562 }
8713 } 15563 }
8714 exit(0); 15564 exit(0);
8715} 15565}
8716EOF 15566_ACEOF
8717if { (eval echo configure:8718: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 15567rm -f conftest$ac_exeext
8718then 15568if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15569 (eval $ac_link) 2>&5
15570 ac_status=$?
15571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15572 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15573 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15574 (eval $ac_try) 2>&5
15575 ac_status=$?
15576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15577 (exit $ac_status); }; }; then
8719 rxvt_cv_path_utmpx=`cat conftestval` 15578 rxvt_cv_path_utmpx=`cat conftestval`
8720else 15579else
15580 echo "$as_me: program exited with status $ac_status" >&5
8721 echo "configure: failed program was:" >&5 15581echo "$as_me: failed program was:" >&5
8722 cat conftest.$ac_ext >&5 15582sed 's/^/| /' conftest.$ac_ext >&5
8723 rm -fr conftest* 15583
15584( exit $ac_status )
8724 rxvt_cv_path_utmpx= 15585rxvt_cv_path_utmpx=
8725fi 15586fi
8726rm -fr conftest* 15587rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8727fi 15588fi
8728
8729fi 15589fi
8730 15590echo "$as_me:$LINENO: result: $rxvt_cv_path_utmpx" >&5
8731echo "$ac_t""$rxvt_cv_path_utmpx" 1>&6 15591echo "${ECHO_T}$rxvt_cv_path_utmpx" >&6
8732if test x$rxvt_cv_path_utmpx != x; then 15592if test x$rxvt_cv_path_utmpx != x; then
15593
8733 cat >> confdefs.h <<EOF 15594cat >>confdefs.h <<_ACEOF
8734#define RXVT_UTMPX_FILE "$rxvt_cv_path_utmpx" 15595#define RXVT_UTMPX_FILE "$rxvt_cv_path_utmpx"
8735EOF 15596_ACEOF
8736 15597
8737fi 15598fi
8738 15599
8739 15600
15601echo "$as_me:$LINENO: checking where wtmp is located" >&5
8740echo $ac_n "checking where wtmp is located""... $ac_c" 1>&6 15602echo $ECHO_N "checking where wtmp is located... $ECHO_C" >&6
8741echo "configure:8742: checking where wtmp is located" >&5
8742if eval "test \"`echo '$''{'rxvt_cv_path_wtmp'+set}'`\" = set"; then 15603if test "${rxvt_cv_path_wtmp+set}" = set; then
8743 echo $ac_n "(cached) $ac_c" 1>&6 15604 echo $ECHO_N "(cached) $ECHO_C" >&6
8744else 15605else
8745 if test "$cross_compiling" = yes; then 15606 if test "$cross_compiling" = yes; then
15607 { echo "$as_me:$LINENO: WARNING: Define RXVT_WTMP_FILE in config.h manually" >&5
8746 echo "configure: warning: Define RXVT_WTMP_FILE in config.h manually" 1>&2 15608echo "$as_me: WARNING: Define RXVT_WTMP_FILE in config.h manually" >&2;}
8747else 15609else
8748 cat > conftest.$ac_ext <<EOF 15610 cat >conftest.$ac_ext <<_ACEOF
8749#line 8750 "configure" 15611/* confdefs.h. */
8750#include "confdefs.h" 15612_ACEOF
15613cat confdefs.h >>conftest.$ac_ext
15614cat >>conftest.$ac_ext <<_ACEOF
15615/* end confdefs.h. */
8751#include <stdio.h> 15616#include <stdio.h>
8752#include <sys/types.h> 15617#include <sys/types.h>
8753#ifdef HAVE_UTMP_H 15618#ifdef HAVE_UTMP_H
8754#include <utmp.h> 15619#include <utmp.h>
8755#endif 15620#endif
8756#include <errno.h> 15621#include <errno.h>
8757main() 15622main()
8758{ 15623{
8759 char **w, *wtmplist[] = { 15624 char **w, *wtmplist[] = {
8760 "/var/log/wtmp", "/var/adm/wtmp", "/etc/wtmp", "/usr/etc/wtmp", "/usr/adm/wtmp", NULL }; 15625 "/var/log/wtmp", "/var/adm/wtmp", "/etc/wtmp", "/usr/etc/wtmp", "/usr/adm/wtmp", NULL };
8761 FILE *a, *f=fopen("conftestval", "w"); 15626 FILE *a, *f=fopen("conftestval", "w");
8762 if (!f) exit(1); 15627 if (!f) exit(1);
8763#ifdef WTMP_FILE 15628#ifdef WTMP_FILE
8764 fprintf(f, "%s\n", WTMP_FILE); 15629 fprintf(f, "%s\n", WTMP_FILE);
8765 exit(0); 15630 exit(0);
8774 exit(0); 15639 exit(0);
8775 } 15640 }
8776 } 15641 }
8777 exit(0); 15642 exit(0);
8778} 15643}
8779EOF 15644_ACEOF
8780if { (eval echo configure:8781: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 15645rm -f conftest$ac_exeext
8781then 15646if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15647 (eval $ac_link) 2>&5
15648 ac_status=$?
15649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15650 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15651 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15652 (eval $ac_try) 2>&5
15653 ac_status=$?
15654 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15655 (exit $ac_status); }; }; then
8782 rxvt_cv_path_wtmp=`cat conftestval` 15656 rxvt_cv_path_wtmp=`cat conftestval`
8783else 15657else
15658 echo "$as_me: program exited with status $ac_status" >&5
8784 echo "configure: failed program was:" >&5 15659echo "$as_me: failed program was:" >&5
8785 cat conftest.$ac_ext >&5 15660sed 's/^/| /' conftest.$ac_ext >&5
8786 rm -fr conftest* 15661
15662( exit $ac_status )
8787 rxvt_cv_path_wtmp= 15663rxvt_cv_path_wtmp=
8788fi 15664fi
8789rm -fr conftest* 15665rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8790fi 15666fi
8791
8792fi 15667fi
8793 15668echo "$as_me:$LINENO: result: $rxvt_cv_path_wtmp" >&5
8794echo "$ac_t""$rxvt_cv_path_wtmp" 1>&6 15669echo "${ECHO_T}$rxvt_cv_path_wtmp" >&6
8795if test x$rxvt_cv_path_wtmp != x; then 15670if test x$rxvt_cv_path_wtmp != x; then
15671
8796 cat >> confdefs.h <<EOF 15672cat >>confdefs.h <<_ACEOF
8797#define RXVT_WTMP_FILE "$rxvt_cv_path_wtmp" 15673#define RXVT_WTMP_FILE "$rxvt_cv_path_wtmp"
8798EOF 15674_ACEOF
8799 15675
8800fi 15676fi
8801 15677
15678echo "$as_me:$LINENO: checking where wtmpx is located" >&5
8802echo $ac_n "checking where wtmpx is located""... $ac_c" 1>&6 15679echo $ECHO_N "checking where wtmpx is located... $ECHO_C" >&6
8803echo "configure:8804: checking where wtmpx is located" >&5
8804if eval "test \"`echo '$''{'rxvt_cv_path_wtmpx'+set}'`\" = set"; then 15680if test "${rxvt_cv_path_wtmpx+set}" = set; then
8805 echo $ac_n "(cached) $ac_c" 1>&6 15681 echo $ECHO_N "(cached) $ECHO_C" >&6
8806else 15682else
8807 if test "$cross_compiling" = yes; then 15683 if test "$cross_compiling" = yes; then
15684 { echo "$as_me:$LINENO: WARNING: Define RXVT_WTMPX_FILE in config.h manually" >&5
8808 echo "configure: warning: Define RXVT_WTMPX_FILE in config.h manually" 1>&2 15685echo "$as_me: WARNING: Define RXVT_WTMPX_FILE in config.h manually" >&2;}
8809else 15686else
8810 cat > conftest.$ac_ext <<EOF 15687 cat >conftest.$ac_ext <<_ACEOF
8811#line 8812 "configure" 15688/* confdefs.h. */
8812#include "confdefs.h" 15689_ACEOF
15690cat confdefs.h >>conftest.$ac_ext
15691cat >>conftest.$ac_ext <<_ACEOF
15692/* end confdefs.h. */
8813#include <stdio.h> 15693#include <stdio.h>
8814#ifdef HAVE_UTMPX_H 15694#ifdef HAVE_UTMPX_H
8815#include <utmpx.h> 15695#include <utmpx.h>
8816#endif 15696#endif
8817#include <errno.h> 15697#include <errno.h>
8818main() 15698main()
8819{ 15699{
8820 char **w, *wtmplist[] = { 15700 char **w, *wtmplist[] = {
8821 "/var/log/wtmpx", "/var/adm/wtmpx", NULL }; 15701 "/var/log/wtmpx", "/var/adm/wtmpx", NULL };
8822 FILE *a, *f=fopen("conftestval", "w"); 15702 FILE *a, *f=fopen("conftestval", "w");
8823 if (!f) exit(1); 15703 if (!f) exit(1);
8824#ifdef WTMPX_FILE 15704#ifdef WTMPX_FILE
8825 fprintf(f, "%s\n", WTMPX_FILE); 15705 fprintf(f, "%s\n", WTMPX_FILE);
8826 exit(0); 15706 exit(0);
8835 exit(0); 15715 exit(0);
8836 } 15716 }
8837 } 15717 }
8838 exit(0); 15718 exit(0);
8839} 15719}
8840EOF 15720_ACEOF
8841if { (eval echo configure:8842: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 15721rm -f conftest$ac_exeext
8842then 15722if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15723 (eval $ac_link) 2>&5
15724 ac_status=$?
15725 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15726 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15727 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15728 (eval $ac_try) 2>&5
15729 ac_status=$?
15730 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15731 (exit $ac_status); }; }; then
8843 rxvt_cv_path_wtmpx=`cat conftestval` 15732 rxvt_cv_path_wtmpx=`cat conftestval`
8844else 15733else
15734 echo "$as_me: program exited with status $ac_status" >&5
8845 echo "configure: failed program was:" >&5 15735echo "$as_me: failed program was:" >&5
8846 cat conftest.$ac_ext >&5 15736sed 's/^/| /' conftest.$ac_ext >&5
8847 rm -fr conftest* 15737
15738( exit $ac_status )
8848 rxvt_cv_path_wtmpx= 15739rxvt_cv_path_wtmpx=
8849fi 15740fi
8850rm -fr conftest* 15741rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8851fi 15742fi
8852
8853fi 15743fi
8854 15744echo "$as_me:$LINENO: result: $rxvt_cv_path_wtmpx" >&5
8855echo "$ac_t""$rxvt_cv_path_wtmpx" 1>&6 15745echo "${ECHO_T}$rxvt_cv_path_wtmpx" >&6
8856if test x$rxvt_cv_path_wtmpx != x; then 15746if test x$rxvt_cv_path_wtmpx != x; then
15747
8857 cat >> confdefs.h <<EOF 15748cat >>confdefs.h <<_ACEOF
8858#define RXVT_WTMPX_FILE "$rxvt_cv_path_wtmpx" 15749#define RXVT_WTMPX_FILE "$rxvt_cv_path_wtmpx"
8859EOF 15750_ACEOF
8860 15751
8861fi 15752fi
8862 15753
15754echo "$as_me:$LINENO: checking where lastlog is located" >&5
8863echo $ac_n "checking where lastlog is located""... $ac_c" 1>&6 15755echo $ECHO_N "checking where lastlog is located... $ECHO_C" >&6
8864echo "configure:8865: checking where lastlog is located" >&5
8865if eval "test \"`echo '$''{'rxvt_cv_path_lastlog'+set}'`\" = set"; then 15756if test "${rxvt_cv_path_lastlog+set}" = set; then
8866 echo $ac_n "(cached) $ac_c" 1>&6 15757 echo $ECHO_N "(cached) $ECHO_C" >&6
8867else 15758else
8868 if test "$cross_compiling" = yes; then 15759 if test "$cross_compiling" = yes; then
15760 { echo "$as_me:$LINENO: WARNING: Define RXVT_LASTLOG_FILE in config.h manually" >&5
8869 echo "configure: warning: Define RXVT_LASTLOG_FILE in config.h manually" 1>&2 15761echo "$as_me: WARNING: Define RXVT_LASTLOG_FILE in config.h manually" >&2;}
8870else 15762else
8871 cat > conftest.$ac_ext <<EOF 15763 cat >conftest.$ac_ext <<_ACEOF
8872#line 8873 "configure" 15764/* confdefs.h. */
8873#include "confdefs.h" 15765_ACEOF
15766cat confdefs.h >>conftest.$ac_ext
15767cat >>conftest.$ac_ext <<_ACEOF
15768/* end confdefs.h. */
8874#include <stdio.h> 15769#include <stdio.h>
8875#include <sys/types.h> 15770#include <sys/types.h>
8876#ifdef HAVE_UTMPX_H 15771#ifdef HAVE_UTMPX_H
8877#include <utmpx.h> 15772#include <utmpx.h>
8878#elif defined(HAVE_UTMP_H) 15773#elif defined(HAVE_UTMP_H)
8901 exit(0); 15796 exit(0);
8902 } 15797 }
8903 } 15798 }
8904 exit(0); 15799 exit(0);
8905} 15800}
8906EOF 15801_ACEOF
8907if { (eval echo configure:8908: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 15802rm -f conftest$ac_exeext
8908then 15803if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15804 (eval $ac_link) 2>&5
15805 ac_status=$?
15806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15807 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15808 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15809 (eval $ac_try) 2>&5
15810 ac_status=$?
15811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15812 (exit $ac_status); }; }; then
8909 rxvt_cv_path_lastlog=`cat conftestval` 15813 rxvt_cv_path_lastlog=`cat conftestval`
8910else 15814else
15815 echo "$as_me: program exited with status $ac_status" >&5
8911 echo "configure: failed program was:" >&5 15816echo "$as_me: failed program was:" >&5
8912 cat conftest.$ac_ext >&5 15817sed 's/^/| /' conftest.$ac_ext >&5
8913 rm -fr conftest* 15818
15819( exit $ac_status )
8914 rxvt_cv_path_lastlog= 15820rxvt_cv_path_lastlog=
8915fi 15821fi
8916rm -fr conftest* 15822rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8917fi 15823fi
8918
8919fi 15824fi
8920 15825echo "$as_me:$LINENO: result: $rxvt_cv_path_lastlog" >&5
8921echo "$ac_t""$rxvt_cv_path_lastlog" 1>&6 15826echo "${ECHO_T}$rxvt_cv_path_lastlog" >&6
8922if test x$rxvt_cv_path_lastlog != x; then 15827if test x$rxvt_cv_path_lastlog != x; then
15828
8923 cat >> confdefs.h <<EOF 15829cat >>confdefs.h <<_ACEOF
8924#define RXVT_LASTLOG_FILE "$rxvt_cv_path_lastlog" 15830#define RXVT_LASTLOG_FILE "$rxvt_cv_path_lastlog"
8925EOF 15831_ACEOF
8926 15832
8927 if test -d "$rxvt_cv_path_lastlog"; then 15833 if test -d "$rxvt_cv_path_lastlog"; then
15834
8928 cat >> confdefs.h <<\EOF 15835cat >>confdefs.h <<\_ACEOF
8929#define LASTLOG_IS_DIR 1 15836#define LASTLOG_IS_DIR 1
8930EOF 15837_ACEOF
8931 15838
8932 fi 15839 fi
8933fi 15840fi
8934 15841
15842echo "$as_me:$LINENO: checking where lastlogx is located" >&5
8935echo $ac_n "checking where lastlogx is located""... $ac_c" 1>&6 15843echo $ECHO_N "checking where lastlogx is located... $ECHO_C" >&6
8936echo "configure:8937: checking where lastlogx is located" >&5
8937if eval "test \"`echo '$''{'rxvt_cv_path_lastlogx'+set}'`\" = set"; then 15844if test "${rxvt_cv_path_lastlogx+set}" = set; then
8938 echo $ac_n "(cached) $ac_c" 1>&6 15845 echo $ECHO_N "(cached) $ECHO_C" >&6
8939else 15846else
8940 if test "$cross_compiling" = yes; then 15847 if test "$cross_compiling" = yes; then
15848 { echo "$as_me:$LINENO: WARNING: Define RXVT_LASTLOGX_FILE in config.h manually" >&5
8941 echo "configure: warning: Define RXVT_LASTLOGX_FILE in config.h manually" 1>&2 15849echo "$as_me: WARNING: Define RXVT_LASTLOGX_FILE in config.h manually" >&2;}
8942else 15850else
8943 cat > conftest.$ac_ext <<EOF 15851 cat >conftest.$ac_ext <<_ACEOF
8944#line 8945 "configure" 15852/* confdefs.h. */
8945#include "confdefs.h" 15853_ACEOF
15854cat confdefs.h >>conftest.$ac_ext
15855cat >>conftest.$ac_ext <<_ACEOF
15856/* end confdefs.h. */
8946#include <stdio.h> 15857#include <stdio.h>
8947#ifdef HAVE_UTMPX_H 15858#ifdef HAVE_UTMPX_H
8948#include <utmpx.h> 15859#include <utmpx.h>
8949#endif 15860#endif
8950#include <errno.h> 15861#include <errno.h>
8967 exit(0); 15878 exit(0);
8968 } 15879 }
8969 } 15880 }
8970 exit(0); 15881 exit(0);
8971} 15882}
8972EOF 15883_ACEOF
8973if { (eval echo configure:8974: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 15884rm -f conftest$ac_exeext
8974then 15885if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15886 (eval $ac_link) 2>&5
15887 ac_status=$?
15888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15889 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15890 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15891 (eval $ac_try) 2>&5
15892 ac_status=$?
15893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15894 (exit $ac_status); }; }; then
8975 rxvt_cv_path_lastlogx=`cat conftestval` 15895 rxvt_cv_path_lastlogx=`cat conftestval`
8976else 15896else
15897 echo "$as_me: program exited with status $ac_status" >&5
8977 echo "configure: failed program was:" >&5 15898echo "$as_me: failed program was:" >&5
8978 cat conftest.$ac_ext >&5 15899sed 's/^/| /' conftest.$ac_ext >&5
8979 rm -fr conftest* 15900
15901( exit $ac_status )
8980 rxvt_cv_path_lastlogx= 15902rxvt_cv_path_lastlogx=
8981fi 15903fi
8982rm -fr conftest* 15904rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8983fi 15905fi
8984
8985fi 15906fi
8986 15907echo "$as_me:$LINENO: result: $rxvt_cv_path_lastlogx" >&5
8987echo "$ac_t""$rxvt_cv_path_lastlogx" 1>&6 15908echo "${ECHO_T}$rxvt_cv_path_lastlogx" >&6
8988if test x$rxvt_cv_path_lastlogx != x; then 15909if test x$rxvt_cv_path_lastlogx != x; then
15910
8989 cat >> confdefs.h <<EOF 15911cat >>confdefs.h <<_ACEOF
8990#define RXVT_LASTLOGX_FILE "$rxvt_cv_path_lastlogx" 15912#define RXVT_LASTLOGX_FILE "$rxvt_cv_path_lastlogx"
8991EOF 15913_ACEOF
8992 15914
8993fi 15915fi
8994 15916
8995 15917
15918echo "$as_me:$LINENO: checking where ttys/ttytab is located" >&5
8996echo $ac_n "checking where ttys/ttytab is located""... $ac_c" 1>&6 15919echo $ECHO_N "checking where ttys/ttytab is located... $ECHO_C" >&6
8997echo "configure:8998: checking where ttys/ttytab is located" >&5
8998if eval "test \"`echo '$''{'rxvt_cv_path_ttytab'+set}'`\" = set"; then 15920if test "${rxvt_cv_path_ttytab+set}" = set; then
8999 echo $ac_n "(cached) $ac_c" 1>&6 15921 echo $ECHO_N "(cached) $ECHO_C" >&6
9000else 15922else
9001 for ttys_file in /etc/ttys /etc/ttytab; 15923 for ttys_file in /etc/ttys /etc/ttytab;
9002do 15924do
9003 if test -f "$ttys_file" ; then 15925 if test -f "$ttys_file" ; then
9004 rxvt_cv_path_ttytab=$ttys_file 15926 rxvt_cv_path_ttytab=$ttys_file
9005 break 15927 break
9006 fi 15928 fi
9007done 15929done
9008 15930
9009fi 15931fi
9010 15932echo "$as_me:$LINENO: result: $rxvt_cv_path_ttytab" >&5
9011echo "$ac_t""$rxvt_cv_path_ttytab" 1>&6 15933echo "${ECHO_T}$rxvt_cv_path_ttytab" >&6
9012if test x$rxvt_cv_path_ttytab != x; then 15934if test x$rxvt_cv_path_ttytab != x; then
15935
9013 cat >> confdefs.h <<EOF 15936cat >>confdefs.h <<_ACEOF
9014#define TTYTAB_FILENAME "$rxvt_cv_path_ttytab" 15937#define TTYTAB_FILENAME "$rxvt_cv_path_ttytab"
9015EOF 15938_ACEOF
9016 15939
9017fi 15940fi
9018 15941
9019 15942
9020ac_save_LIBS=$LIBS 15943ac_save_LIBS=$LIBS
9022CFLAGS="$CFLAGS $X_CFLAGS" 15945CFLAGS="$CFLAGS $X_CFLAGS"
9023LIBS="$LIBS $X_LIBS $X_EXTRA_LIBS -lX11" 15946LIBS="$LIBS $X_LIBS $X_EXTRA_LIBS -lX11"
9024if test x$rxvt_cv_rpath = xyes -o x$rxvt_cv_R = xyes; then 15947if test x$rxvt_cv_rpath = xyes -o x$rxvt_cv_R = xyes; then
9025 LIBS=`echo $LIBS | sed "$R_TRANSLATE"` 15948 LIBS=`echo $LIBS | sed "$R_TRANSLATE"`
9026fi 15949fi
15950echo "$as_me:$LINENO: checking for working Xlocale" >&5
9027echo $ac_n "checking for working Xlocale""... $ac_c" 1>&6 15951echo $ECHO_N "checking for working Xlocale... $ECHO_C" >&6
9028echo "configure:9029: checking for working Xlocale" >&5
9029if eval "test \"`echo '$''{'rxvt_cv_func_xlocale'+set}'`\" = set"; then 15952if test "${rxvt_cv_func_xlocale+set}" = set; then
9030 echo $ac_n "(cached) $ac_c" 1>&6 15953 echo $ECHO_N "(cached) $ECHO_C" >&6
9031else 15954else
9032 if test "$cross_compiling" = yes; then 15955 if test "$cross_compiling" = yes; then
15956 { echo "$as_me:$LINENO: WARNING: Define NO_XLOCALE in config.h manually" >&5
9033 echo "configure: warning: Define NO_XLOCALE in config.h manually" 1>&2 15957echo "$as_me: WARNING: Define NO_XLOCALE in config.h manually" >&2;}
9034else 15958else
9035 cat > conftest.$ac_ext <<EOF 15959 cat >conftest.$ac_ext <<_ACEOF
9036#line 9037 "configure" 15960/* confdefs.h. */
9037#include "confdefs.h" 15961_ACEOF
15962cat confdefs.h >>conftest.$ac_ext
15963cat >>conftest.$ac_ext <<_ACEOF
15964/* end confdefs.h. */
9038#include <X11/Xlib.h> 15965#include <X11/Xlib.h>
9039main() { 15966main() {
9040char *p; 15967char *p;
9041if ((p = XSetLocaleModifiers("@im=none")) != NULL && *p) 15968if ((p = XSetLocaleModifiers("@im=none")) != NULL && *p)
9042exit (XSupportsLocale() ? 0 : 1); 15969exit (XSupportsLocale() ? 0 : 1);
9043else 15970else
9044exit (1);} 15971exit (1);}
9045EOF 15972_ACEOF
9046if { (eval echo configure:9047: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 15973rm -f conftest$ac_exeext
9047then 15974if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15975 (eval $ac_link) 2>&5
15976 ac_status=$?
15977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15978 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15979 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15980 (eval $ac_try) 2>&5
15981 ac_status=$?
15982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15983 (exit $ac_status); }; }; then
9048 rxvt_cv_func_xlocale=yes 15984 rxvt_cv_func_xlocale=yes
9049else 15985else
15986 echo "$as_me: program exited with status $ac_status" >&5
9050 echo "configure: failed program was:" >&5 15987echo "$as_me: failed program was:" >&5
9051 cat conftest.$ac_ext >&5 15988sed 's/^/| /' conftest.$ac_ext >&5
9052 rm -fr conftest* 15989
15990( exit $ac_status )
9053 rxvt_cv_func_xlocale=no 15991rxvt_cv_func_xlocale=no
9054fi 15992fi
9055rm -fr conftest* 15993rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
9056fi 15994fi
9057
9058fi 15995fi
9059 15996echo "$as_me:$LINENO: result: $rxvt_cv_func_xlocale" >&5
9060echo "$ac_t""$rxvt_cv_func_xlocale" 1>&6 15997echo "${ECHO_T}$rxvt_cv_func_xlocale" >&6
9061if test x$rxvt_cv_func_xlocale = xyes; then 15998if test x$rxvt_cv_func_xlocale = xyes; then
15999
9062 cat >> confdefs.h <<\EOF 16000cat >>confdefs.h <<\_ACEOF
9063#define HAVE_XLOCALE 1 16001#define HAVE_XLOCALE 1
9064EOF 16002_ACEOF
9065 16003
9066fi 16004fi
9067 16005
16006echo "$as_me:$LINENO: checking for working X setlocale" >&5
9068echo $ac_n "checking for working X setlocale""... $ac_c" 1>&6 16007echo $ECHO_N "checking for working X setlocale... $ECHO_C" >&6
9069echo "configure:9070: checking for working X setlocale" >&5
9070if eval "test \"`echo '$''{'rxvt_cv_func_xsetlocale'+set}'`\" = set"; then 16008if test "${rxvt_cv_func_xsetlocale+set}" = set; then
9071 echo $ac_n "(cached) $ac_c" 1>&6 16009 echo $ECHO_N "(cached) $ECHO_C" >&6
9072else 16010else
9073 cat > conftest.$ac_ext <<EOF 16011 cat >conftest.$ac_ext <<_ACEOF
9074#line 9075 "configure" 16012/* confdefs.h. */
9075#include "confdefs.h" 16013_ACEOF
16014cat confdefs.h >>conftest.$ac_ext
16015cat >>conftest.$ac_ext <<_ACEOF
16016/* end confdefs.h. */
9076#define X_LOCALE 1 16017#define X_LOCALE 1
9077#include <X11/Xlocale.h> 16018#include <X11/Xlocale.h>
9078int main() { 16019int
16020main ()
16021{
9079setlocale(LC_CTYPE, ""); 16022setlocale(LC_CTYPE, "");
16023 ;
9080; return 0; } 16024 return 0;
9081EOF 16025}
9082if { (eval echo configure:9083: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 16026_ACEOF
16027rm -f conftest.$ac_objext conftest$ac_exeext
16028if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16029 (eval $ac_link) 2>conftest.er1
16030 ac_status=$?
16031 grep -v '^ *+' conftest.er1 >conftest.err
9083 rm -rf conftest* 16032 rm -f conftest.er1
16033 cat conftest.err >&5
16034 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16035 (exit $ac_status); } &&
16036 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
16037 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16038 (eval $ac_try) 2>&5
16039 ac_status=$?
16040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16041 (exit $ac_status); }; } &&
16042 { ac_try='test -s conftest$ac_exeext'
16043 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16044 (eval $ac_try) 2>&5
16045 ac_status=$?
16046 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16047 (exit $ac_status); }; }; then
9084 rxvt_cv_func_xsetlocale=yes 16048 rxvt_cv_func_xsetlocale=yes
9085else 16049else
9086 echo "configure: failed program was:" >&5 16050 echo "$as_me: failed program was:" >&5
9087 cat conftest.$ac_ext >&5 16051sed 's/^/| /' conftest.$ac_ext >&5
9088 rm -rf conftest* 16052
9089 rxvt_cv_func_xsetlocale=no 16053rxvt_cv_func_xsetlocale=no
9090fi 16054fi
9091rm -f conftest* 16055rm -f conftest.err conftest.$ac_objext \
16056 conftest$ac_exeext conftest.$ac_ext
9092fi 16057fi
9093 16058echo "$as_me:$LINENO: result: $rxvt_cv_func_xsetlocale" >&5
9094echo "$ac_t""$rxvt_cv_func_xsetlocale" 1>&6 16059echo "${ECHO_T}$rxvt_cv_func_xsetlocale" >&6
9095if test x$rxvt_cv_func_xsetlocale = xyes; then 16060if test x$rxvt_cv_func_xsetlocale = xyes; then
16061
9096 cat >> confdefs.h <<\EOF 16062cat >>confdefs.h <<\_ACEOF
9097#define HAVE_XSETLOCALE 1 16063#define HAVE_XSETLOCALE 1
9098EOF 16064_ACEOF
9099 16065
9100fi 16066fi
9101LIBS=$ac_save_LIBS 16067LIBS=$ac_save_LIBS
9102CFLAGS=$ac_save_CFLAGS 16068CFLAGS=$ac_save_CFLAGS
9103 16069
16070echo "$as_me:$LINENO: checking for working plain setlocale" >&5
9104echo $ac_n "checking for working plain setlocale""... $ac_c" 1>&6 16071echo $ECHO_N "checking for working plain setlocale... $ECHO_C" >&6
9105echo "configure:9106: checking for working plain setlocale" >&5
9106if eval "test \"`echo '$''{'rxvt_cv_func_setlocale'+set}'`\" = set"; then 16072if test "${rxvt_cv_func_setlocale+set}" = set; then
9107 echo $ac_n "(cached) $ac_c" 1>&6 16073 echo $ECHO_N "(cached) $ECHO_C" >&6
9108else 16074else
9109 cat > conftest.$ac_ext <<EOF 16075 cat >conftest.$ac_ext <<_ACEOF
9110#line 9111 "configure" 16076/* confdefs.h. */
9111#include "confdefs.h" 16077_ACEOF
16078cat confdefs.h >>conftest.$ac_ext
16079cat >>conftest.$ac_ext <<_ACEOF
16080/* end confdefs.h. */
9112#include <locale.h> 16081#include <clocale>
9113int main() { 16082int
16083main ()
16084{
9114setlocale(LC_CTYPE, ""); 16085setlocale(LC_CTYPE, "");
16086 ;
9115; return 0; } 16087 return 0;
9116EOF 16088}
9117if { (eval echo configure:9118: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 16089_ACEOF
16090rm -f conftest.$ac_objext conftest$ac_exeext
16091if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16092 (eval $ac_link) 2>conftest.er1
16093 ac_status=$?
16094 grep -v '^ *+' conftest.er1 >conftest.err
9118 rm -rf conftest* 16095 rm -f conftest.er1
16096 cat conftest.err >&5
16097 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16098 (exit $ac_status); } &&
16099 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
16100 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16101 (eval $ac_try) 2>&5
16102 ac_status=$?
16103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16104 (exit $ac_status); }; } &&
16105 { ac_try='test -s conftest$ac_exeext'
16106 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16107 (eval $ac_try) 2>&5
16108 ac_status=$?
16109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16110 (exit $ac_status); }; }; then
9119 rxvt_cv_func_setlocale=yes 16111 rxvt_cv_func_setlocale=yes
9120else 16112else
9121 echo "configure: failed program was:" >&5 16113 echo "$as_me: failed program was:" >&5
9122 cat conftest.$ac_ext >&5 16114sed 's/^/| /' conftest.$ac_ext >&5
9123 rm -rf conftest* 16115
9124 rxvt_cv_func_setlocale=no 16116rxvt_cv_func_setlocale=no
9125fi 16117fi
9126rm -f conftest* 16118rm -f conftest.err conftest.$ac_objext \
16119 conftest$ac_exeext conftest.$ac_ext
9127fi 16120fi
9128 16121echo "$as_me:$LINENO: result: $rxvt_cv_func_setlocale" >&5
9129echo "$ac_t""$rxvt_cv_func_setlocale" 1>&6 16122echo "${ECHO_T}$rxvt_cv_func_setlocale" >&6
9130if test x$rxvt_cv_func_setlocale = xyes; then 16123if test x$rxvt_cv_func_setlocale = xyes; then
16124
9131 cat >> confdefs.h <<\EOF 16125cat >>confdefs.h <<\_ACEOF
9132#define HAVE_SETLOCALE 1 16126#define HAVE_SETLOCALE 1
9133EOF 16127_ACEOF
9134 16128
9135fi 16129fi
9136 16130
16131echo "$as_me:$LINENO: checking for working nl_langinfo" >&5
9137echo $ac_n "checking for working nl_langinfo""... $ac_c" 1>&6 16132echo $ECHO_N "checking for working nl_langinfo... $ECHO_C" >&6
9138echo "configure:9139: checking for working nl_langinfo" >&5
9139if eval "test \"`echo '$''{'rxvt_cv_func_nl_langinfo'+set}'`\" = set"; then 16133if test "${rxvt_cv_func_nl_langinfo+set}" = set; then
9140 echo $ac_n "(cached) $ac_c" 1>&6 16134 echo $ECHO_N "(cached) $ECHO_C" >&6
9141else 16135else
9142 cat > conftest.$ac_ext <<EOF 16136 cat >conftest.$ac_ext <<_ACEOF
9143#line 9144 "configure" 16137/* confdefs.h. */
9144#include "confdefs.h" 16138_ACEOF
16139cat confdefs.h >>conftest.$ac_ext
16140cat >>conftest.$ac_ext <<_ACEOF
16141/* end confdefs.h. */
9145#include <langinfo.h> 16142#include <langinfo.h>
9146int main() { 16143int
16144main ()
16145{
9147nl_langinfo(CODESET); 16146nl_langinfo(CODESET);
16147 ;
9148; return 0; } 16148 return 0;
9149EOF 16149}
9150if { (eval echo configure:9151: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 16150_ACEOF
16151rm -f conftest.$ac_objext conftest$ac_exeext
16152if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16153 (eval $ac_link) 2>conftest.er1
16154 ac_status=$?
16155 grep -v '^ *+' conftest.er1 >conftest.err
9151 rm -rf conftest* 16156 rm -f conftest.er1
16157 cat conftest.err >&5
16158 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16159 (exit $ac_status); } &&
16160 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
16161 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16162 (eval $ac_try) 2>&5
16163 ac_status=$?
16164 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16165 (exit $ac_status); }; } &&
16166 { ac_try='test -s conftest$ac_exeext'
16167 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16168 (eval $ac_try) 2>&5
16169 ac_status=$?
16170 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16171 (exit $ac_status); }; }; then
9152 rxvt_cv_func_nl_langinfo=yes 16172 rxvt_cv_func_nl_langinfo=yes
9153else 16173else
9154 echo "configure: failed program was:" >&5 16174 echo "$as_me: failed program was:" >&5
9155 cat conftest.$ac_ext >&5 16175sed 's/^/| /' conftest.$ac_ext >&5
9156 rm -rf conftest* 16176
9157 rxvt_cv_func_nl_langinfo=no 16177rxvt_cv_func_nl_langinfo=no
9158fi 16178fi
9159rm -f conftest* 16179rm -f conftest.err conftest.$ac_objext \
16180 conftest$ac_exeext conftest.$ac_ext
9160fi 16181fi
9161 16182echo "$as_me:$LINENO: result: $rxvt_cv_func_nl_langinfo" >&5
9162echo "$ac_t""$rxvt_cv_func_nl_langinfo" 1>&6 16183echo "${ECHO_T}$rxvt_cv_func_nl_langinfo" >&6
9163if test x$rxvt_cv_func_nl_langinfo = xyes; then 16184if test x$rxvt_cv_func_nl_langinfo = xyes; then
16185
9164 cat >> confdefs.h <<\EOF 16186cat >>confdefs.h <<\_ACEOF
9165#define HAVE_NL_LANGINFO 1 16187#define HAVE_NL_LANGINFO 1
9166EOF 16188_ACEOF
9167 16189
9168fi 16190fi
9169 16191
16192echo "$as_me:$LINENO: checking for getpt" >&5
9170echo $ac_n "checking for getpt""... $ac_c" 1>&6 16193echo $ECHO_N "checking for getpt... $ECHO_C" >&6
9171echo "configure:9172: checking for getpt" >&5
9172if eval "test \"`echo '$''{'rxvt_cv_func_getpt'+set}'`\" = set"; then 16194if test "${rxvt_cv_func_getpt+set}" = set; then
9173 echo $ac_n "(cached) $ac_c" 1>&6 16195 echo $ECHO_N "(cached) $ECHO_C" >&6
9174else 16196else
9175 cat > conftest.$ac_ext <<EOF 16197 cat >conftest.$ac_ext <<_ACEOF
9176#line 9177 "configure" 16198/* confdefs.h. */
9177#include "confdefs.h" 16199_ACEOF
16200cat confdefs.h >>conftest.$ac_ext
16201cat >>conftest.$ac_ext <<_ACEOF
16202/* end confdefs.h. */
9178#define _GNU_SOURCE 16203#define _GNU_SOURCE
9179#ifdef HAVE_STDLIB_H 16204#ifdef HAVE_STDLIB_H
9180# include <stdlib.h> 16205# include <cstdlib>
9181#endif 16206#endif
9182int main() { 16207int
16208main ()
16209{
9183(void)getpt(); 16210(void)getpt();
16211 ;
9184; return 0; } 16212 return 0;
9185EOF 16213}
9186if { (eval echo configure:9187: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 16214_ACEOF
16215rm -f conftest.$ac_objext conftest$ac_exeext
16216if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16217 (eval $ac_link) 2>conftest.er1
16218 ac_status=$?
16219 grep -v '^ *+' conftest.er1 >conftest.err
9187 rm -rf conftest* 16220 rm -f conftest.er1
16221 cat conftest.err >&5
16222 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16223 (exit $ac_status); } &&
16224 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
16225 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16226 (eval $ac_try) 2>&5
16227 ac_status=$?
16228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16229 (exit $ac_status); }; } &&
16230 { ac_try='test -s conftest$ac_exeext'
16231 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16232 (eval $ac_try) 2>&5
16233 ac_status=$?
16234 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16235 (exit $ac_status); }; }; then
9188 rxvt_cv_func_getpt=yes 16236 rxvt_cv_func_getpt=yes
9189else 16237else
9190 echo "configure: failed program was:" >&5 16238 echo "$as_me: failed program was:" >&5
9191 cat conftest.$ac_ext >&5 16239sed 's/^/| /' conftest.$ac_ext >&5
9192 rm -rf conftest* 16240
9193 rxvt_cv_func_getpt=no 16241rxvt_cv_func_getpt=no
9194fi 16242fi
9195rm -f conftest* 16243rm -f conftest.err conftest.$ac_objext \
16244 conftest$ac_exeext conftest.$ac_ext
9196fi 16245fi
9197 16246echo "$as_me:$LINENO: result: $rxvt_cv_func_getpt" >&5
9198echo "$ac_t""$rxvt_cv_func_getpt" 1>&6 16247echo "${ECHO_T}$rxvt_cv_func_getpt" >&6
9199if test x$rxvt_cv_func_getpt = xyes; then 16248if test x$rxvt_cv_func_getpt = xyes; then
16249
9200 cat >> confdefs.h <<\EOF 16250cat >>confdefs.h <<\_ACEOF
9201#define HAVE_GETPT 1 16251#define HAVE_GETPT 1
9202EOF 16252_ACEOF
9203 16253
9204fi 16254fi
9205 16255
16256echo "$as_me:$LINENO: checking for pty/tty type" >&5
9206echo $ac_n "checking for pty/tty type""... $ac_c" 1>&6 16257echo $ECHO_N "checking for pty/tty type... $ECHO_C" >&6
9207echo "configure:9208: checking for pty/tty type" >&5
9208if eval "test \"`echo '$''{'rxvt_cv_ptys'+set}'`\" = set"; then 16258if test "${rxvt_cv_ptys+set}" = set; then
9209 echo $ac_n "(cached) $ac_c" 1>&6 16259 echo $ECHO_N "(cached) $ECHO_C" >&6
9210else 16260else
9211 if test x$ac_cv_func_openpty = xyes; then 16261 if test x$ac_cv_func_openpty = xyes; then
9212 rxvt_cv_ptys=OPENPTY 16262 rxvt_cv_ptys=OPENPTY
9213 else if test x$ac_cv_func__getpty = xyes; then 16263 else if test x$ac_cv_func__getpty = xyes; then
9214 rxvt_cv_ptys=SGI4 16264 rxvt_cv_ptys=SGI4
9237fi 16287fi
9238fi 16288fi
9239fi 16289fi
9240 16290
9241fi 16291fi
9242 16292echo "$as_me:$LINENO: result: $rxvt_cv_ptys" >&5
9243echo "$ac_t""$rxvt_cv_ptys" 1>&6 16293echo "${ECHO_T}$rxvt_cv_ptys" >&6
9244 16294
9245if test x$rxvt_cv_ptys = xOPENPTY; then 16295if test x$rxvt_cv_ptys = xOPENPTY; then
16296
9246 cat >> confdefs.h <<\EOF 16297cat >>confdefs.h <<\_ACEOF
9247#define PTYS_ARE_OPENPTY 1 16298#define PTYS_ARE_OPENPTY 1
9248EOF 16299_ACEOF
9249 16300
9250fi 16301fi
9251if test x$rxvt_cv_ptys = xSCO; then 16302if test x$rxvt_cv_ptys = xSCO; then
16303
9252 cat >> confdefs.h <<\EOF 16304cat >>confdefs.h <<\_ACEOF
9253#define PTYS_ARE_NUMERIC 1 16305#define PTYS_ARE_NUMERIC 1
9254EOF 16306_ACEOF
9255 16307
9256fi 16308fi
9257if test x$rxvt_cv_ptys = xSTREAMS; then 16309if test x$rxvt_cv_ptys = xSTREAMS; then
16310
9258 cat >> confdefs.h <<\EOF 16311cat >>confdefs.h <<\_ACEOF
9259#define PTYS_ARE_PTMX 1 16312#define PTYS_ARE_PTMX 1
9260EOF 16313_ACEOF
9261 16314
9262fi 16315fi
9263if test x$rxvt_cv_ptys = xPTC; then 16316if test x$rxvt_cv_ptys = xPTC; then
16317
9264 cat >> confdefs.h <<\EOF 16318cat >>confdefs.h <<\_ACEOF
9265#define PTYS_ARE_PTC 1 16319#define PTYS_ARE_PTC 1
9266EOF 16320_ACEOF
9267 16321
9268fi 16322fi
9269if test x$rxvt_cv_ptys = xSGI4; then 16323if test x$rxvt_cv_ptys = xSGI4; then
16324
9270 cat >> confdefs.h <<\EOF 16325cat >>confdefs.h <<\_ACEOF
9271#define PTYS_ARE__GETPTY 1 16326#define PTYS_ARE__GETPTY 1
9272EOF 16327_ACEOF
9273 16328
9274fi 16329fi
9275if test x$rxvt_cv_ptys = xCONVEX; then 16330if test x$rxvt_cv_ptys = xCONVEX; then
16331
9276 cat >> confdefs.h <<\EOF 16332cat >>confdefs.h <<\_ACEOF
9277#define PTYS_ARE_GETPTY 1 16333#define PTYS_ARE_GETPTY 1
9278EOF 16334_ACEOF
9279 16335
9280fi 16336fi
9281if test x$rxvt_cv_ptys = xGLIBC; then 16337if test x$rxvt_cv_ptys = xGLIBC; then
16338
9282 cat >> confdefs.h <<\EOF 16339cat >>confdefs.h <<\_ACEOF
9283#define PTYS_ARE_GETPT 1 16340#define PTYS_ARE_GETPT 1
9284EOF 16341_ACEOF
9285 16342
9286fi 16343fi
9287if test x$rxvt_cv_ptys = xHPUX; then 16344if test x$rxvt_cv_ptys = xHPUX; then
16345
9288 cat >> confdefs.h <<\EOF 16346cat >>confdefs.h <<\_ACEOF
9289#define PTYS_ARE_CLONE 1 16347#define PTYS_ARE_CLONE 1
9290EOF 16348_ACEOF
9291 16349
9292fi 16350fi
9293if test x$rxvt_cv_ptys = xBSD -o x$rxvt_cv_ptys = xHPUX -o x$rxvt_cv_ptys = xGLIBC; then 16351if test x$rxvt_cv_ptys = xBSD -o x$rxvt_cv_ptys = xHPUX -o x$rxvt_cv_ptys = xGLIBC; then
16352
9294 cat >> confdefs.h <<\EOF 16353cat >>confdefs.h <<\_ACEOF
9295#define PTYS_ARE_SEARCHED 1 16354#define PTYS_ARE_SEARCHED 1
9296EOF 16355_ACEOF
9297 16356
9298fi 16357fi
9299 16358
9300 16359
16360{ echo "$as_me:$LINENO: checking for pty ranges..." >&5
9301echo "checking for pty ranges" 1>&6 16361echo "$as_me: checking for pty ranges..." >&6;}
9302echo "configure:9303: checking for pty ranges" >&5
9303ptys=`echo /dev/pty??` 16362ptys=`echo /dev/pty??`
9304pch1=`echo $ptys | tr ' ' '\012' | sed -e 's/^.*\(.\).$/\1/g' | sort -u | tr -d '\012'` 16363pch1=`echo $ptys | tr ' ' '\012' | sed -e 's/^.*\(.\).$/\1/g' | sort -u | tr -d '\012'`
9305pch2=`echo $ptys | tr ' ' '\012' | sed -e 's/^.*\(.\)$/\1/g' | sort -u | tr -d '\012'` 16364pch2=`echo $ptys | tr ' ' '\012' | sed -e 's/^.*\(.\)$/\1/g' | sort -u | tr -d '\012'`
9306if test x$pch1 != x; then 16365if test x$pch1 != x; then
16366
9307 cat >> confdefs.h <<EOF 16367cat >>confdefs.h <<_ACEOF
9308#define PTYCHAR1 "$pch1" 16368#define PTYCHAR1 "$pch1"
9309EOF 16369_ACEOF
9310 16370
9311fi 16371fi
9312if test x$pch2 != x; then 16372if test x$pch2 != x; then
16373
9313 cat >> confdefs.h <<EOF 16374cat >>confdefs.h <<_ACEOF
9314#define PTYCHAR2 "$pch2" 16375#define PTYCHAR2 "$pch2"
9315EOF 16376_ACEOF
9316 16377
9317fi 16378fi
9318 16379
9319echo $ac_n "checking for setlocale in -lxpg4""... $ac_c" 1>&6
9320echo "configure:9321: checking for setlocale in -lxpg4" >&5
9321ac_lib_var=`echo xpg4'_'setlocale | sed 'y%./+-%__p_%'`
9322if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9323 echo $ac_n "(cached) $ac_c" 1>&6
9324else
9325 ac_save_LIBS="$LIBS"
9326LIBS="-lxpg4 $LIBS"
9327cat > conftest.$ac_ext <<EOF
9328#line 9329 "configure"
9329#include "confdefs.h"
9330/* Override any gcc2 internal prototype to avoid an error. */
9331/* We use char because int might match the return type of a gcc2
9332 builtin and then its argument prototype would still apply. */
9333char setlocale();
9334
9335int main() {
9336setlocale()
9337; return 0; }
9338EOF
9339if { (eval echo configure:9340: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
9340 rm -rf conftest*
9341 eval "ac_cv_lib_$ac_lib_var=yes"
9342else
9343 echo "configure: failed program was:" >&5
9344 cat conftest.$ac_ext >&5
9345 rm -rf conftest*
9346 eval "ac_cv_lib_$ac_lib_var=no"
9347fi
9348rm -f conftest*
9349LIBS="$ac_save_LIBS"
9350
9351fi
9352if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9353 echo "$ac_t""yes" 1>&6
9354 LIBS="$LIBS -lxpg4"
9355else
9356 echo "$ac_t""no" 1>&6
9357fi
9358
9359
9360if test x$support_graphics = xyes; then 16380if test x$support_8bitctrls = xyes; then
16381
9361 cat >> confdefs.h <<\EOF 16382cat >>confdefs.h <<\_ACEOF
9362#define RXVT_GRAPHICS 1 16383#define EIGHT_BIT_CONTROLS 1
9363EOF 16384_ACEOF
16385
16386fi
16387if test x$support_tinting = xyes; then
16388
16389cat >>confdefs.h <<\_ACEOF
16390#define TINTING 1
16391_ACEOF
9364 16392
9365fi 16393fi
9366if test x$support_inheritpixmap = xyes; then 16394if test x$support_inheritpixmap = xyes; then
16395
9367 cat >> confdefs.h <<\EOF 16396cat >>confdefs.h <<\_ACEOF
9368#define TRANSPARENT 1 16397#define TRANSPARENT 1
9369EOF 16398_ACEOF
9370 16399
9371fi 16400fi
9372if test x$support_keepscrolling = xno; then 16401if test x$support_keepscrolling = xno; then
16402
9373 cat >> confdefs.h <<\EOF 16403cat >>confdefs.h <<\_ACEOF
9374#define NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING 1 16404#define NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING 1
9375EOF 16405_ACEOF
9376 16406
9377fi 16407fi
9378if test x$support_selectionscrolling = xyes; then 16408if test x$support_selectionscrolling = xyes; then
16409
9379 cat >> confdefs.h <<\EOF 16410cat >>confdefs.h <<\_ACEOF
9380#define SELECTION_SCROLLING 1 16411#define SELECTION_SCROLLING 1
9381EOF 16412_ACEOF
9382 16413
9383fi 16414fi
9384if test x$support_menubar = xyes; then 16415if test x$support_menubar = xyes; then
16416
9385 cat >> confdefs.h <<\EOF 16417cat >>confdefs.h <<\_ACEOF
9386#define MENUBAR 1 16418#define MENUBAR 1
9387EOF 16419_ACEOF
9388 16420
9389fi 16421fi
9390if test x$support_frills = xno; then 16422if test x$support_frills = xno; then
16423
9391 cat >> confdefs.h <<\EOF 16424cat >>confdefs.h <<\_ACEOF
9392#define NO_FRILLS 1 16425#define NO_FRILLS 1
9393EOF 16426_ACEOF
9394 16427
9395fi 16428fi
9396if test x$support_linespace = xno; then 16429if test x$support_linespace = xno; then
16430
9397 cat >> confdefs.h <<\EOF 16431cat >>confdefs.h <<\_ACEOF
9398#define NO_LINESPACE 1 16432#define NO_LINESPACE 1
9399EOF 16433_ACEOF
9400 16434
9401fi 16435fi
9402if test x$support_24bit = xyes; then 16436if test x$support_24bit = xyes; then
16437
9403 cat >> confdefs.h <<\EOF 16438cat >>confdefs.h <<\_ACEOF
9404#define PREFER_24BIT 1 16439#define PREFER_24BIT 1
9405EOF 16440_ACEOF
9406 16441
9407fi 16442fi
9408if test x$support_mousewheel = xyes; then 16443if test x$support_mousewheel = xyes; then
16444
9409 cat >> confdefs.h <<\EOF 16445cat >>confdefs.h <<\_ACEOF
9410#define MOUSE_WHEEL 1 16446#define MOUSE_WHEEL 1
9411EOF 16447_ACEOF
9412 16448
9413fi 16449fi
9414if test x$support_mouseslipwheel = xyes; then 16450if test x$support_mouseslipwheel = xyes; then
16451
9415 cat >> confdefs.h <<\EOF 16452cat >>confdefs.h <<\_ACEOF
9416#define MOUSE_SLIP_WHEELING 1 16453#define MOUSE_SLIP_WHEELING 1
9417EOF 16454_ACEOF
9418
9419fi
9420if test x$support_oldselection = xno; then
9421 cat >> confdefs.h <<\EOF
9422#define NO_OLD_SELECTION 1
9423EOF
9424 16455
9425fi 16456fi
9426if test x$support_utmp = xyes; then 16457if test x$support_utmp = xyes; then
16458
9427 cat >> confdefs.h <<\EOF 16459cat >>confdefs.h <<\_ACEOF
9428#define UTMP_SUPPORT 1 16460#define UTMP_SUPPORT 1
9429EOF 16461_ACEOF
9430 16462
9431fi 16463fi
9432if test x$support_wtmp = xyes; then 16464if test x$support_wtmp = xyes; then
16465
9433 cat >> confdefs.h <<\EOF 16466cat >>confdefs.h <<\_ACEOF
9434#define WTMP_SUPPORT 1 16467#define WTMP_SUPPORT 1
9435EOF 16468_ACEOF
9436 16469
9437fi 16470fi
9438if test x$support_lastlog = xyes; then 16471if test x$support_lastlog = xyes; then
16472
9439 cat >> confdefs.h <<\EOF 16473cat >>confdefs.h <<\_ACEOF
9440#define LASTLOG_SUPPORT 1 16474#define LASTLOG_SUPPORT 1
9441EOF 16475_ACEOF
9442 16476
9443fi 16477fi
9444if test x$support_xim = xyes -o x$multichar_set = xyes; then 16478if test x$support_xim = xyes -o x$multichar_set = xyes; then
9445 if test x$rxvt_cv_func_xlocale = xyes; then 16479 if test x$rxvt_cv_func_xlocale = xyes; then
16480
9446 cat >> confdefs.h <<\EOF 16481cat >>confdefs.h <<\_ACEOF
9447#define USE_XIM 1 16482#define USE_XIM 1
9448EOF 16483_ACEOF
9449 16484
9450 fi 16485 fi
9451fi 16486fi
9452if test x$support_xpm = xyes; then 16487if test x$support_xpm = xyes; then
16488
9453 cat >> confdefs.h <<\EOF 16489cat >>confdefs.h <<\_ACEOF
9454#define XPM_BACKGROUND 1 16490#define XPM_BACKGROUND 1
9455EOF 16491_ACEOF
9456 16492
9457fi 16493fi
9458if test x$support_scroll_rxvt = xyes; then 16494if test x$support_scroll_rxvt = xyes; then
16495
9459 cat >> confdefs.h <<\EOF 16496cat >>confdefs.h <<\_ACEOF
9460#define RXVT_SCROLLBAR 1 16497#define RXVT_SCROLLBAR 1
9461EOF 16498_ACEOF
9462 16499
9463 scrolltypes="rxvt" 16500 scrolltypes="rxvt"
9464fi 16501fi
9465if test x$support_scroll_next = xyes; then 16502if test x$support_scroll_next = xyes; then
16503
9466 cat >> confdefs.h <<\EOF 16504cat >>confdefs.h <<\_ACEOF
9467#define NEXT_SCROLLBAR 1 16505#define NEXT_SCROLLBAR 1
9468EOF 16506_ACEOF
9469 16507
9470 scrolltypes="$scrolltypes next" 16508 scrolltypes="$scrolltypes next"
9471fi 16509fi
9472if test x$support_scroll_xterm = xyes; then 16510if test x$support_scroll_xterm = xyes; then
16511
9473 cat >> confdefs.h <<\EOF 16512cat >>confdefs.h <<\_ACEOF
9474#define XTERM_SCROLLBAR 1 16513#define XTERM_SCROLLBAR 1
9475EOF 16514_ACEOF
9476 16515
9477 scrolltypes="$scrolltypes xterm" 16516 scrolltypes="$scrolltypes xterm"
9478fi 16517fi
16518if test x$support_scroll_plain = xyes; then
16519
16520cat >>confdefs.h <<\_ACEOF
16521#define PLAIN_SCROLLBAR 1
16522_ACEOF
16523
16524 scrolltypes="$scrolltypes plain"
16525fi
9479if test x$support_pointer_blank = xyes; then 16526if test x$support_pointer_blank = xyes; then
16527
9480 cat >> confdefs.h <<\EOF 16528cat >>confdefs.h <<\_ACEOF
9481#define POINTER_BLANK 1 16529#define POINTER_BLANK 1
9482EOF 16530_ACEOF
9483 16531
9484fi 16532fi
9485if test x$support_cursor_blink = xyes; then 16533if test x$support_cursor_blink = xyes; then
16534
9486 cat >> confdefs.h <<\EOF 16535cat >>confdefs.h <<\_ACEOF
9487#define CURSOR_BLINK 1 16536#define CURSOR_BLINK 1
9488EOF 16537_ACEOF
16538
16539fi
16540if test x$support_text_blink = xyes; then
16541
16542cat >>confdefs.h <<\_ACEOF
16543#define TEXT_BLINK 1
16544_ACEOF
9489 16545
9490fi 16546fi
9491if test x$support_unicode3 = xyes; then 16547if test x$support_unicode3 = xyes; then
16548
9492 cat >> confdefs.h <<\EOF 16549cat >>confdefs.h <<\_ACEOF
9493#define UNICODE_3 1 16550#define UNICODE_3 1
9494EOF 16551_ACEOF
16552
16553fi
16554if test x$support_combining = xyes; then
16555
16556cat >>confdefs.h <<\_ACEOF
16557#define ENABLE_COMBINING 1
16558_ACEOF
9495 16559
9496fi 16560fi
9497if test x$codesets = xall; then 16561if test x$codesets = xall; then
9498 codesets=jp,jp-ext,kr,cn,cn-ext,vn 16562 codesets=jp,jp-ext,kr,cn,cn-ext
9499fi 16563fi
9500for codeset in `echo $codesets | tr "a-z,\\-" "A-Z _"`; do 16564for codeset in `echo $codesets | tr "a-z,\\-" "A-Z _"`; do
16565
9501 cat >> confdefs.h <<\EOF 16566cat >>confdefs.h <<\_ACEOF
9502#define ENCODING_EU 1 16567#define ENCODING_EU 1
9503EOF 16568_ACEOF
16569
16570
16571cat >>confdefs.h <<\_ACEOF
16572#define ENCODING_VN 1
16573_ACEOF
9504 16574
9505 case "$codeset" in 16575 case "$codeset" in
9506 VN ) cat >> confdefs.h <<\EOF 16576 JP )
16577cat >>confdefs.h <<\_ACEOF
9507#define ENCODING_VN 1 16578#define ENCODING_JP 1
9508EOF 16579_ACEOF
9509 ;; 16580 ;;
9510 JP ) cat >> confdefs.h <<\EOF 16581 JP_EXT )
16582cat >>confdefs.h <<\_ACEOF
9511#define ENCODING_JP 1 16583#define ENCODING_JP_EXT 1
9512EOF 16584_ACEOF
9513 ;; 16585 ;;
9514 JP_EXT ) cat >> confdefs.h <<\EOF 16586 KR )
16587cat >>confdefs.h <<\_ACEOF
9515#define ENCODING_JP_EXT 1 16588#define ENCODING_KR 1
9516EOF 16589_ACEOF
9517 ;; 16590 ;;
9518 KR ) cat >> confdefs.h <<\EOF 16591 CN )
16592cat >>confdefs.h <<\_ACEOF
9519#define ENCODING_KR 1 16593#define ENCODING_CN 1
9520EOF 16594_ACEOF
9521 ;; 16595 ;;
9522 CN ) cat >> confdefs.h <<\EOF 16596 CN_EXT )
9523#define ENCODING_CN 1 16597cat >>confdefs.h <<\_ACEOF
9524EOF
9525 ;;
9526 CN_EXT ) cat >> confdefs.h <<\EOF
9527#define ENCODING_CN_EXT 1 16598#define ENCODING_CN_EXT 1
9528EOF 16599_ACEOF
9529 ;; 16600 ;;
9530 esac 16601 esac
9531done 16602done
9532 16603
9533 16604
9553 16624
9554 16625
9555 16626
9556 16627
9557if test x$support_addstrings = xno; then 16628if test x$support_addstrings = xno; then
16629
9558 cat >> confdefs.h <<\EOF 16630cat >>confdefs.h <<\_ACEOF
9559#define NO_STRINGS 1 16631#define NO_STRINGS 1
9560EOF 16632_ACEOF
9561 16633
9562fi 16634fi
9563 16635
9564MCOMMON=./autoconf/Make.common 16636MCOMMON=./autoconf/Make.common
9565 16637
9566 16638
9567if test "$program_transform_name" = s,x,x,; then
9568 program_transform_name=
9569else
9570 # Double any \ or $. echo might interpret backslashes.
9571 cat <<\EOF_SED > conftestsed
9572s,\\,\\\\,g; s,\$,$$,g
9573EOF_SED
9574 program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
9575 rm -f conftestsed
9576fi
9577test "$program_prefix" != NONE && 16639test "$program_prefix" != NONE &&
9578 program_transform_name="s,^,${program_prefix},; $program_transform_name" 16640 program_transform_name="s,^,$program_prefix,;$program_transform_name"
9579# Use a double $ so make ignores it. 16641# Use a double $ so make ignores it.
9580test "$program_suffix" != NONE && 16642test "$program_suffix" != NONE &&
9581 program_transform_name="s,\$\$,${program_suffix},; $program_transform_name" 16643 program_transform_name="s,\$,$program_suffix,;$program_transform_name"
9582 16644# Double any \ or $. echo might interpret backslashes.
9583# sed with no file args requires a program. 16645# By default was `s,x,x', remove it if useless.
9584test "$program_transform_name" = "" && program_transform_name="s,x,x," 16646cat <<\_ACEOF >conftest.sed
9585 16647s/[\\$]/&&/g;s/;s,x,x,$//
9586 16648_ACEOF
9587RXVTNAME=`echo rxvt|sed "$program_transform_name"` 16649program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
16650rm conftest.sed
9588 16651
9589 16652
9590 16653
9591 16654
9592 16655
9593if test "$ac_cv_header_stdint_h" = "yes" -o "$notset" = "dontmatch"; then 16656if test "$ac_cv_header_stdint_h" = "yes" -o "$notset" = "dontmatch"; then
9594 include_stdint_h="#include <stdint.h>" 16657 include_stdint_h="#include <stdint.h>"
9595else 16658else
9596 include_stdint_h="/* #include <stdint.h> */" 16659 include_stdint_h="/* #include <stdint.h> */"
9597fi 16660fi
9598if test "$ac_cv_header_stdarg_h" = "yes" -o "$notset" = "dontmatch"; then 16661if test "$ac_cv_header_stdarg_h" = "yes" -o "$notset" = "dontmatch"; then
9599 include_stdarg_h="#include <stdarg.h>" 16662 include_stdarg_h="#include <cstdarg>"
9600else 16663else
9601 include_stdarg_h="/* #include <stdarg.h> */" 16664 include_stdarg_h="/* #include <cstdarg> */"
9602fi 16665fi
9603if test "$ac_cv_header_stdlib_h" = "yes" -o "$notset" = "dontmatch"; then 16666if test "$ac_cv_header_stdlib_h" = "yes" -o "$notset" = "dontmatch"; then
9604 include_stdlib_h="#include <stdlib.h>" 16667 include_stdlib_h="#include <cstdlib>"
9605else 16668else
9606 include_stdlib_h="/* #include <stdlib.h> */" 16669 include_stdlib_h="/* #include <cstdlib> */"
9607fi 16670fi
9608if test "$ac_cv_header_unistd_h" = "yes" -o "$notset" = "dontmatch"; then 16671if test "$ac_cv_header_unistd_h" = "yes" -o "$notset" = "dontmatch"; then
9609 include_unistd_h="#include <unistd.h>" 16672 include_unistd_h="#include <unistd.h>"
9610else 16673else
9611 include_unistd_h="/* #include <unistd.h> */" 16674 include_unistd_h="/* #include <unistd.h> */"
9612fi 16675fi
9613if test "$ac_cv_header_string_h" = "yes" -o "$notset" = "dontmatch"; then 16676if test "$ac_cv_header_string_h" = "yes" -o "$notset" = "dontmatch"; then
9614 include_string_h="#include <string.h>" 16677 include_string_h="#include <cstring>"
9615else 16678else
9616 include_string_h="/* #include <string.h> */" 16679 include_string_h="/* #include <cstring> */"
9617fi 16680fi
9618if test "$ac_cv_header_fcntl_h" = "yes" -o "$notset" = "dontmatch"; then 16681if test "$ac_cv_header_fcntl_h" = "yes" -o "$notset" = "dontmatch"; then
9619 include_fcntl_h="#include <fcntl.h>" 16682 include_fcntl_h="#include <fcntl.h>"
9620else 16683else
9621 include_fcntl_h="/* #include <fcntl.h> */" 16684 include_fcntl_h="/* #include <fcntl.h> */"
9622fi 16685fi
9623if test "$ac_cv_header_util_h" = "yes" -o "$notset" = "dontmatch"; then 16686if test "$ac_cv_header_util_h" = "yes" -o "$notset" = "dontmatch"; then
9624 include_util_h="#include <util.h>" 16687 include_util_h="#include <util.h>"
9625else 16688else
9626 include_util_h="/* #include <util.h> */" 16689 include_util_h="/* #include <util.h> */"
9627fi 16690fi
9628if test "$ac_cv_header_assert_h" = "yes" -o "$notset" = "dontmatch"; then 16691if test "$ac_cv_header_assert_h" = "yes" -o "$notset" = "dontmatch"; then
9629 include_assert_h="#include <assert.h>" 16692 include_assert_h="#include <assert.h>"
9630else 16693else
9631 include_assert_h="/* #include <assert.h> */" 16694 include_assert_h="/* #include <assert.h> */"
9632fi 16695fi
9633if test "$rxvt_cv_header_sysioctl" = "yes" -o "$notset" = "dontmatch"; then 16696if test "$rxvt_cv_header_sysioctl" = "yes" -o "$notset" = "dontmatch"; then
9634 include_sys_ioctl_h="#include <sys/ioctl.h>" 16697 include_sys_ioctl_h="#include <sys/ioctl.h>"
9635else 16698else
9636 include_sys_ioctl_h="/* #include <sys/ioctl.h> */" 16699 include_sys_ioctl_h="/* #include <sys/ioctl.h> */"
9637fi 16700fi
9638if test "$ac_cv_header_sys_select_h" = "yes" -o "$notset" = "dontmatch"; then 16701if test "$ac_cv_header_sys_select_h" = "yes" -o "$notset" = "dontmatch"; then
9639 include_sys_select_h="#include <sys/select.h>" 16702 include_sys_select_h="#include <sys/select.h>"
9640else 16703else
9641 include_sys_select_h="/* #include <sys/select.h> */" 16704 include_sys_select_h="/* #include <sys/select.h> */"
9642fi 16705fi
9643if test "$ac_cv_header_sys_strredir_h" = "yes" -o "$notset" = "dontmatch"; then 16706if test "$ac_cv_header_sys_strredir_h" = "yes" -o "$notset" = "dontmatch"; then
9644 include_sys_strredir_h="#include <sys/strredir.h>" 16707 include_sys_strredir_h="#include <sys/strredir.h>"
9645else 16708else
9646 include_sys_strredir_h="/* #include <sys/strredir.h> */" 16709 include_sys_strredir_h="/* #include <sys/strredir.h> */"
9647fi 16710fi
9648if test "$ac_cv_header_sys_time_h" = "yes" -o "$notset" = "dontmatch"; then 16711if test "$ac_cv_header_sys_time_h" = "yes" -o "$notset" = "dontmatch"; then
9649 include_sys_time_h="#include <sys/time.h>" 16712 include_sys_time_h="#include <sys/time.h>"
9650else 16713else
9651 include_sys_time_h="/* #include <sys/time.h> */" 16714 include_sys_time_h="/* #include <sys/time.h> */"
9652fi 16715fi
9653if test "$ac_cv_header_sys_time_h" = "no" -o "$ac_cv_header_time" = "yes"; then 16716if test "$ac_cv_header_sys_time_h" = "no" -o "$ac_cv_header_time" = "yes"; then
9654 include_time_h="#include <time.h>" 16717 include_time_h="#include <time.h>"
9655else 16718else
9656 include_time_h="/* #include <time.h> */" 16719 include_time_h="/* #include <time.h> */"
9657fi 16720fi
9658 16721
9659if test x$support_xft = xyes; then 16722if test x$support_xft = xyes; then
9660 LIBS="$LIBS `pkg-config xft --libs`" 16723 LIBS="$LIBS `pkg-config xft --libs`"
9661 CFLAGS="$CFLAGS `pkg-config xft --cflags`" 16724 CFLAGS="$CFLAGS `pkg-config xft --cflags`"
9662 CPPFLAGS="$CPPFLAGS `pkg-config xft --cflags`" 16725 CPPFLAGS="$CPPFLAGS `pkg-config xft --cflags`"
9663 16726
16727
9664 for ac_hdr in X11/Xft/Xft.h 16728for ac_header in X11/Xft/Xft.h
9665do 16729do
9666ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 16730as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
16731if eval "test \"\${$as_ac_Header+set}\" = set"; then
16732 echo "$as_me:$LINENO: checking for $ac_header" >&5
9667echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 16733echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9668echo "configure:9669: checking for $ac_hdr" >&5 16734if eval "test \"\${$as_ac_Header+set}\" = set"; then
9669if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9670 echo $ac_n "(cached) $ac_c" 1>&6 16735 echo $ECHO_N "(cached) $ECHO_C" >&6
16736fi
16737echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16738echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9671else 16739else
16740 # Is the header compilable?
16741echo "$as_me:$LINENO: checking $ac_header usability" >&5
16742echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
9672 cat > conftest.$ac_ext <<EOF 16743cat >conftest.$ac_ext <<_ACEOF
9673#line 9674 "configure" 16744/* confdefs.h. */
9674#include "confdefs.h" 16745_ACEOF
16746cat confdefs.h >>conftest.$ac_ext
16747cat >>conftest.$ac_ext <<_ACEOF
16748/* end confdefs.h. */
16749$ac_includes_default
9675#include <$ac_hdr> 16750#include <$ac_header>
9676EOF 16751_ACEOF
9677ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 16752rm -f conftest.$ac_objext
9678{ (eval echo configure:9679: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 16753if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9679ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 16754 (eval $ac_compile) 2>conftest.er1
16755 ac_status=$?
16756 grep -v '^ *+' conftest.er1 >conftest.err
16757 rm -f conftest.er1
16758 cat conftest.err >&5
16759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16760 (exit $ac_status); } &&
16761 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
16762 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16763 (eval $ac_try) 2>&5
16764 ac_status=$?
16765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16766 (exit $ac_status); }; } &&
16767 { ac_try='test -s conftest.$ac_objext'
16768 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16769 (eval $ac_try) 2>&5
16770 ac_status=$?
16771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16772 (exit $ac_status); }; }; then
16773 ac_header_compiler=yes
16774else
16775 echo "$as_me: failed program was:" >&5
16776sed 's/^/| /' conftest.$ac_ext >&5
16777
16778ac_header_compiler=no
16779fi
16780rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16781echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16782echo "${ECHO_T}$ac_header_compiler" >&6
16783
16784# Is the header present?
16785echo "$as_me:$LINENO: checking $ac_header presence" >&5
16786echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
16787cat >conftest.$ac_ext <<_ACEOF
16788/* confdefs.h. */
16789_ACEOF
16790cat confdefs.h >>conftest.$ac_ext
16791cat >>conftest.$ac_ext <<_ACEOF
16792/* end confdefs.h. */
16793#include <$ac_header>
16794_ACEOF
16795if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
16796 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
16797 ac_status=$?
16798 grep -v '^ *+' conftest.er1 >conftest.err
16799 rm -f conftest.er1
16800 cat conftest.err >&5
16801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16802 (exit $ac_status); } >/dev/null; then
16803 if test -s conftest.err; then
16804 ac_cpp_err=$ac_cxx_preproc_warn_flag
16805 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
16806 else
16807 ac_cpp_err=
16808 fi
16809else
16810 ac_cpp_err=yes
16811fi
9680if test -z "$ac_err"; then 16812if test -z "$ac_cpp_err"; then
9681 rm -rf conftest* 16813 ac_header_preproc=yes
9682 eval "ac_cv_header_$ac_safe=yes"
9683else 16814else
9684 echo "$ac_err" >&5
9685 echo "configure: failed program was:" >&5 16815 echo "$as_me: failed program was:" >&5
9686 cat conftest.$ac_ext >&5 16816sed 's/^/| /' conftest.$ac_ext >&5
9687 rm -rf conftest* 16817
9688 eval "ac_cv_header_$ac_safe=no" 16818 ac_header_preproc=no
9689fi 16819fi
9690rm -f conftest* 16820rm -f conftest.err conftest.$ac_ext
16821echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16822echo "${ECHO_T}$ac_header_preproc" >&6
16823
16824# So? What about this header?
16825case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
16826 yes:no: )
16827 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16828echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16829 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16830echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16831 ac_header_preproc=yes
16832 ;;
16833 no:yes:* )
16834 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16835echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16836 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16837echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16838 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16839echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16840 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16841echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16842 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16843echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16844 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16845echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16846 (
16847 cat <<\_ASBOX
16848## ------------------------------------------ ##
16849## Report this to the AC_PACKAGE_NAME lists. ##
16850## ------------------------------------------ ##
16851_ASBOX
16852 ) |
16853 sed "s/^/$as_me: WARNING: /" >&2
16854 ;;
16855esac
16856echo "$as_me:$LINENO: checking for $ac_header" >&5
16857echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16858if eval "test \"\${$as_ac_Header+set}\" = set"; then
16859 echo $ECHO_N "(cached) $ECHO_C" >&6
16860else
16861 eval "$as_ac_Header=\$ac_header_preproc"
9691fi 16862fi
9692if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 16863echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9693 echo "$ac_t""yes" 1>&6 16864echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9694 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` 16865
16866fi
16867if test `eval echo '${'$as_ac_Header'}'` = yes; then
9695 cat >> confdefs.h <<EOF 16868 cat >>confdefs.h <<_ACEOF
9696#define $ac_tr_hdr 1 16869#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9697EOF 16870_ACEOF
9698 16871
9699else 16872else
9700 echo "$ac_t""no" 1>&6
9701support_xft=no 16873 support_xft=no
9702fi 16874fi
16875
9703done 16876done
9704 16877
16878
16879echo "$as_me:$LINENO: checking for XftDrawString32 in -lXft" >&5
9705 echo $ac_n "checking for XftDrawString32 in -lXft""... $ac_c" 1>&6 16880echo $ECHO_N "checking for XftDrawString32 in -lXft... $ECHO_C" >&6
9706echo "configure:9707: checking for XftDrawString32 in -lXft" >&5 16881if test "${ac_cv_lib_Xft_XftDrawString32+set}" = set; then
9707ac_lib_var=`echo Xft'_'XftDrawString32 | sed 'y%./+-%__p_%'`
9708if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9709 echo $ac_n "(cached) $ac_c" 1>&6 16882 echo $ECHO_N "(cached) $ECHO_C" >&6
9710else 16883else
9711 ac_save_LIBS="$LIBS" 16884 ac_check_lib_save_LIBS=$LIBS
9712LIBS="-lXft $LIBS" 16885LIBS="-lXft $LIBS"
9713cat > conftest.$ac_ext <<EOF 16886cat >conftest.$ac_ext <<_ACEOF
9714#line 9715 "configure" 16887/* confdefs.h. */
9715#include "confdefs.h" 16888_ACEOF
16889cat confdefs.h >>conftest.$ac_ext
16890cat >>conftest.$ac_ext <<_ACEOF
16891/* end confdefs.h. */
16892
9716/* Override any gcc2 internal prototype to avoid an error. */ 16893/* Override any gcc2 internal prototype to avoid an error. */
16894#ifdef __cplusplus
16895extern "C"
16896#endif
9717/* We use char because int might match the return type of a gcc2 16897/* We use char because int might match the return type of a gcc2
9718 builtin and then its argument prototype would still apply. */ 16898 builtin and then its argument prototype would still apply. */
9719char XftDrawString32(); 16899char XftDrawString32 ();
9720 16900int
9721int main() { 16901main ()
16902{
9722XftDrawString32() 16903XftDrawString32 ();
16904 ;
9723; return 0; } 16905 return 0;
9724EOF 16906}
9725if { (eval echo configure:9726: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 16907_ACEOF
16908rm -f conftest.$ac_objext conftest$ac_exeext
16909if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16910 (eval $ac_link) 2>conftest.er1
16911 ac_status=$?
16912 grep -v '^ *+' conftest.er1 >conftest.err
9726 rm -rf conftest* 16913 rm -f conftest.er1
9727 eval "ac_cv_lib_$ac_lib_var=yes" 16914 cat conftest.err >&5
16915 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16916 (exit $ac_status); } &&
16917 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
16918 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16919 (eval $ac_try) 2>&5
16920 ac_status=$?
16921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16922 (exit $ac_status); }; } &&
16923 { ac_try='test -s conftest$ac_exeext'
16924 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16925 (eval $ac_try) 2>&5
16926 ac_status=$?
16927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16928 (exit $ac_status); }; }; then
16929 ac_cv_lib_Xft_XftDrawString32=yes
9728else 16930else
9729 echo "configure: failed program was:" >&5 16931 echo "$as_me: failed program was:" >&5
9730 cat conftest.$ac_ext >&5 16932sed 's/^/| /' conftest.$ac_ext >&5
9731 rm -rf conftest* 16933
9732 eval "ac_cv_lib_$ac_lib_var=no" 16934ac_cv_lib_Xft_XftDrawString32=no
9733fi 16935fi
9734rm -f conftest* 16936rm -f conftest.err conftest.$ac_objext \
16937 conftest$ac_exeext conftest.$ac_ext
9735LIBS="$ac_save_LIBS" 16938LIBS=$ac_check_lib_save_LIBS
9736
9737fi 16939fi
9738if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 16940echo "$as_me:$LINENO: result: $ac_cv_lib_Xft_XftDrawString32" >&5
9739 echo "$ac_t""yes" 1>&6 16941echo "${ECHO_T}$ac_cv_lib_Xft_XftDrawString32" >&6
9740 ac_tr_lib=HAVE_LIB`echo Xft | sed -e 's/[^a-zA-Z0-9_]/_/g' \ 16942if test $ac_cv_lib_Xft_XftDrawString32 = yes; then
9741 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
9742 cat >> confdefs.h <<EOF 16943 cat >>confdefs.h <<_ACEOF
9743#define $ac_tr_lib 1 16944#define HAVE_LIBXFT 1
9744EOF 16945_ACEOF
9745 16946
9746 LIBS="-lXft $LIBS" 16947 LIBS="-lXft $LIBS"
9747 16948
9748else 16949else
9749 echo "$ac_t""no" 1>&6
9750support_xft=no 16950 support_xft=no
9751fi 16951fi
9752 16952
9753 16953
9754 if test x$support_xft = xyes; then 16954 if test x$support_xft = xyes; then
16955
9755 cat >> confdefs.h <<\EOF 16956cat >>confdefs.h <<\_ACEOF
9756#define XFT 1 16957#define XFT 1
9757EOF 16958_ACEOF
9758 16959
9759 fi 16960 fi
9760fi 16961fi
9761 16962
9762trap '' 1 2 15 16963 ac_config_files="$ac_config_files autoconf/Make.common Makefile doc/Makefile src/Makefile src/test/Makefile src/rxvtlib.h W11/Makefile"
9763cat > confcache <<\EOF 16964cat >confcache <<\_ACEOF
9764# This file is a shell script that caches the results of configure 16965# This file is a shell script that caches the results of configure
9765# tests run on this system so they can be shared between configure 16966# tests run on this system so they can be shared between configure
9766# scripts and configure runs. It is not useful on other systems. 16967# scripts and configure runs, see configure's option --config-cache.
9767# If it contains results you don't want to keep, you may remove or edit it. 16968# It is not useful on other systems. If it contains results you don't
16969# want to keep, you may remove or edit it.
9768# 16970#
9769# By default, configure uses ./config.cache as the cache file,
9770# creating it if it does not exist already. You can give configure
9771# the --cache-file=FILE option to use a different cache file; that is
9772# what configure does when it calls configure scripts in
9773# subdirectories, so they share the cache.
9774# Giving --cache-file=/dev/null disables caching, for debugging configure.
9775# config.status only pays attention to the cache file if you give it the 16971# config.status only pays attention to the cache file if you give it
9776# --recheck option to rerun configure. 16972# the --recheck option to rerun configure.
9777# 16973#
9778EOF 16974# `ac_cv_env_foo' variables (set or unset) will be overridden when
16975# loading this file, other *unset* `ac_cv_foo' will be assigned the
16976# following values.
16977
16978_ACEOF
16979
9779# The following way of writing the cache mishandles newlines in values, 16980# The following way of writing the cache mishandles newlines in values,
9780# but we know of no workaround that is simple, portable, and efficient. 16981# but we know of no workaround that is simple, portable, and efficient.
9781# So, don't put newlines in cache variables' values. 16982# So, don't put newlines in cache variables' values.
9782# Ultrix sh set writes to stderr and can't be redirected directly, 16983# Ultrix sh set writes to stderr and can't be redirected directly,
9783# and sets the high bit in the cache file unless we assign to the vars. 16984# and sets the high bit in the cache file unless we assign to the vars.
16985{
9784(set) 2>&1 | 16986 (set) 2>&1 |
9785 case `(ac_space=' '; set | grep ac_space) 2>&1` in 16987 case `(ac_space=' '; set | grep ac_space) 2>&1` in
9786 *ac_space=\ *) 16988 *ac_space=\ *)
9787 # `set' does not quote correctly, so add quotes (double-quote substitution 16989 # `set' does not quote correctly, so add quotes (double-quote
9788 # turns \\\\ into \\, and sed turns \\ into \). 16990 # substitution turns \\\\ into \\, and sed turns \\ into \).
9789 sed -n \ 16991 sed -n \
9790 -e "s/'/'\\\\''/g" \ 16992 "s/'/'\\\\''/g;
9791 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p" 16993 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
9792 ;; 16994 ;;
9793 *) 16995 *)
9794 # `set' quotes correctly as required by POSIX, so do not add quotes. 16996 # `set' quotes correctly as required by POSIX, so do not add quotes.
9795 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p' 16997 sed -n \
16998 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
9796 ;; 16999 ;;
9797 esac >> confcache 17000 esac;
9798if cmp -s $cache_file confcache; then 17001} |
9799 : 17002 sed '
9800else 17003 t clear
17004 : clear
17005 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
17006 t end
17007 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
17008 : end' >>confcache
17009if diff $cache_file confcache >/dev/null 2>&1; then :; else
9801 if test -w $cache_file; then 17010 if test -w $cache_file; then
9802 echo "updating cache $cache_file" 17011 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
9803 cat confcache > $cache_file 17012 cat confcache >$cache_file
9804 else 17013 else
9805 echo "not updating unwritable cache $cache_file" 17014 echo "not updating unwritable cache $cache_file"
9806 fi 17015 fi
9807fi 17016fi
9808rm -f confcache 17017rm -f confcache
9809 17018
9810trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
9811
9812test "x$prefix" = xNONE && prefix=$ac_default_prefix 17019test "x$prefix" = xNONE && prefix=$ac_default_prefix
9813# Let make expand exec_prefix. 17020# Let make expand exec_prefix.
9814test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' 17021test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
9815 17022
9816# Any assignment to VPATH causes Sun make to only execute 17023# VPATH may cause trouble with some makes, so we remove $(srcdir),
9817# the first set of double-colon rules, so remove it if not needed. 17024# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
9818# If there is a colon in the path, we need to keep it. 17025# trailing colons and then remove the whole line if VPATH becomes empty
17026# (actually we leave an empty line to preserve line numbers).
9819if test "x$srcdir" = x.; then 17027if test "x$srcdir" = x.; then
9820 ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d' 17028 ac_vpsub='/^[ ]*VPATH[ ]*=/{
17029s/:*\$(srcdir):*/:/;
17030s/:*\${srcdir}:*/:/;
17031s/:*@srcdir@:*/:/;
17032s/^\([^=]*=[ ]*\):*/\1/;
17033s/:*$//;
17034s/^[^=]*=[ ]*$//;
17035}'
9821fi 17036fi
9822
9823trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
9824 17037
9825DEFS=-DHAVE_CONFIG_H 17038DEFS=-DHAVE_CONFIG_H
9826 17039
9827# Without the "./", some shells look in PATH for config.status. 17040ac_libobjs=
17041ac_ltlibobjs=
17042for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
17043 # 1. Remove the extension, and $U if already installed.
17044 ac_i=`echo "$ac_i" |
17045 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
17046 # 2. Add them.
17047 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
17048 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
17049done
17050LIBOBJS=$ac_libobjs
17051
17052LTLIBOBJS=$ac_ltlibobjs
17053
17054
17055
9828: ${CONFIG_STATUS=./config.status} 17056: ${CONFIG_STATUS=./config.status}
9829 17057ac_clean_files_save=$ac_clean_files
17058ac_clean_files="$ac_clean_files $CONFIG_STATUS"
17059{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
9830echo creating $CONFIG_STATUS 17060echo "$as_me: creating $CONFIG_STATUS" >&6;}
9831rm -f $CONFIG_STATUS
9832cat > $CONFIG_STATUS <<EOF 17061cat >$CONFIG_STATUS <<_ACEOF
9833#! /bin/sh 17062#! $SHELL
9834# Generated automatically by configure. 17063# Generated by $as_me.
9835# Run this file to recreate the current configuration. 17064# Run this file to recreate the current configuration.
9836# This directory was configured as follows,
9837# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
9838#
9839# $0 $ac_configure_args
9840#
9841# Compiler output produced by configure, useful for debugging 17065# Compiler output produced by configure, useful for debugging
9842# configure, is in ./config.log if it exists. 17066# configure, is in config.log if it exists.
9843 17067
9844ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]" 17068debug=false
9845for ac_option 17069ac_cs_recheck=false
17070ac_cs_silent=false
17071SHELL=\${CONFIG_SHELL-$SHELL}
17072_ACEOF
17073
17074cat >>$CONFIG_STATUS <<\_ACEOF
17075## --------------------- ##
17076## M4sh Initialization. ##
17077## --------------------- ##
17078
17079# Be Bourne compatible
17080if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
17081 emulate sh
17082 NULLCMD=:
17083 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
17084 # is contrary to our usage. Disable this feature.
17085 alias -g '${1+"$@"}'='"$@"'
17086elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
17087 set -o posix
17088fi
17089DUALCASE=1; export DUALCASE # for MKS sh
17090
17091# Support unset when possible.
17092if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
17093 as_unset=unset
17094else
17095 as_unset=false
17096fi
17097
17098
17099# Work around bugs in pre-3.0 UWIN ksh.
17100$as_unset ENV MAIL MAILPATH
17101PS1='$ '
17102PS2='> '
17103PS4='+ '
17104
17105# NLS nuisances.
17106for as_var in \
17107 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
17108 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
17109 LC_TELEPHONE LC_TIME
9846do 17110do
17111 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
17112 eval $as_var=C; export $as_var
17113 else
17114 $as_unset $as_var
17115 fi
17116done
17117
17118# Required to use basename.
17119if expr a : '\(a\)' >/dev/null 2>&1; then
17120 as_expr=expr
17121else
17122 as_expr=false
17123fi
17124
17125if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
17126 as_basename=basename
17127else
17128 as_basename=false
17129fi
17130
17131
17132# Name of the executable.
17133as_me=`$as_basename "$0" ||
17134$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
17135 X"$0" : 'X\(//\)$' \| \
17136 X"$0" : 'X\(/\)$' \| \
17137 . : '\(.\)' 2>/dev/null ||
17138echo X/"$0" |
17139 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
17140 /^X\/\(\/\/\)$/{ s//\1/; q; }
17141 /^X\/\(\/\).*/{ s//\1/; q; }
17142 s/.*/./; q'`
17143
17144
17145# PATH needs CR, and LINENO needs CR and PATH.
17146# Avoid depending upon Character Ranges.
17147as_cr_letters='abcdefghijklmnopqrstuvwxyz'
17148as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
17149as_cr_Letters=$as_cr_letters$as_cr_LETTERS
17150as_cr_digits='0123456789'
17151as_cr_alnum=$as_cr_Letters$as_cr_digits
17152
17153# The user is always right.
17154if test "${PATH_SEPARATOR+set}" != set; then
17155 echo "#! /bin/sh" >conf$$.sh
17156 echo "exit 0" >>conf$$.sh
17157 chmod +x conf$$.sh
17158 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
17159 PATH_SEPARATOR=';'
17160 else
17161 PATH_SEPARATOR=:
17162 fi
17163 rm -f conf$$.sh
17164fi
17165
17166
17167 as_lineno_1=$LINENO
17168 as_lineno_2=$LINENO
17169 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
17170 test "x$as_lineno_1" != "x$as_lineno_2" &&
17171 test "x$as_lineno_3" = "x$as_lineno_2" || {
17172 # Find who we are. Look in the path if we contain no path at all
17173 # relative or not.
17174 case $0 in
17175 *[\\/]* ) as_myself=$0 ;;
17176 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
17177for as_dir in $PATH
17178do
17179 IFS=$as_save_IFS
17180 test -z "$as_dir" && as_dir=.
17181 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
17182done
17183
17184 ;;
17185 esac
17186 # We did not find ourselves, most probably we were run as `sh COMMAND'
17187 # in which case we are not to be found in the path.
17188 if test "x$as_myself" = x; then
17189 as_myself=$0
17190 fi
17191 if test ! -f "$as_myself"; then
17192 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
17193echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
17194 { (exit 1); exit 1; }; }
17195 fi
17196 case $CONFIG_SHELL in
17197 '')
17198 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
17199for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
17200do
17201 IFS=$as_save_IFS
17202 test -z "$as_dir" && as_dir=.
17203 for as_base in sh bash ksh sh5; do
17204 case $as_dir in
17205 /*)
17206 if ("$as_dir/$as_base" -c '
17207 as_lineno_1=$LINENO
17208 as_lineno_2=$LINENO
17209 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
17210 test "x$as_lineno_1" != "x$as_lineno_2" &&
17211 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
17212 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
17213 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
17214 CONFIG_SHELL=$as_dir/$as_base
17215 export CONFIG_SHELL
17216 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
17217 fi;;
17218 esac
17219 done
17220done
17221;;
17222 esac
17223
17224 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
17225 # uniformly replaced by the line number. The first 'sed' inserts a
17226 # line-number line before each line; the second 'sed' does the real
17227 # work. The second script uses 'N' to pair each line-number line
17228 # with the numbered line, and appends trailing '-' during
17229 # substitution so that $LINENO is not a special case at line end.
17230 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
17231 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
17232 sed '=' <$as_myself |
17233 sed '
17234 N
17235 s,$,-,
17236 : loop
17237 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
17238 t loop
17239 s,-$,,
17240 s,^['$as_cr_digits']*\n,,
17241 ' >$as_me.lineno &&
17242 chmod +x $as_me.lineno ||
17243 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
17244echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
17245 { (exit 1); exit 1; }; }
17246
17247 # Don't try to exec as it changes $[0], causing all sort of problems
17248 # (the dirname of $[0] is not the place where we might find the
17249 # original and so on. Autoconf is especially sensible to this).
17250 . ./$as_me.lineno
17251 # Exit status is that of the last command.
17252 exit
17253}
17254
17255
17256case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
17257 *c*,-n*) ECHO_N= ECHO_C='
17258' ECHO_T=' ' ;;
17259 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
17260 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
17261esac
17262
17263if expr a : '\(a\)' >/dev/null 2>&1; then
17264 as_expr=expr
17265else
17266 as_expr=false
17267fi
17268
17269rm -f conf$$ conf$$.exe conf$$.file
17270echo >conf$$.file
17271if ln -s conf$$.file conf$$ 2>/dev/null; then
17272 # We could just check for DJGPP; but this test a) works b) is more generic
17273 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
17274 if test -f conf$$.exe; then
17275 # Don't use ln at all; we don't have any links
17276 as_ln_s='cp -p'
17277 else
17278 as_ln_s='ln -s'
17279 fi
17280elif ln conf$$.file conf$$ 2>/dev/null; then
17281 as_ln_s=ln
17282else
17283 as_ln_s='cp -p'
17284fi
17285rm -f conf$$ conf$$.exe conf$$.file
17286
17287if mkdir -p . 2>/dev/null; then
17288 as_mkdir_p=:
17289else
17290 test -d ./-p && rmdir ./-p
17291 as_mkdir_p=false
17292fi
17293
17294as_executable_p="test -f"
17295
17296# Sed expression to map a string onto a valid CPP name.
17297as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
17298
17299# Sed expression to map a string onto a valid variable name.
17300as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
17301
17302
17303# IFS
17304# We need space, tab and new line, in precisely that order.
17305as_nl='
17306'
17307IFS=" $as_nl"
17308
17309# CDPATH.
17310$as_unset CDPATH
17311
17312exec 6>&1
17313
17314# Open the log real soon, to keep \$[0] and so on meaningful, and to
17315# report actual input values of CONFIG_FILES etc. instead of their
17316# values after options handling. Logging --version etc. is OK.
17317exec 5>>config.log
17318{
17319 echo
17320 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
17321## Running $as_me. ##
17322_ASBOX
17323} >&5
17324cat >&5 <<_CSEOF
17325
17326This file was extended by $as_me, which was
17327generated by GNU Autoconf 2.59. Invocation command line was
17328
17329 CONFIG_FILES = $CONFIG_FILES
17330 CONFIG_HEADERS = $CONFIG_HEADERS
17331 CONFIG_LINKS = $CONFIG_LINKS
17332 CONFIG_COMMANDS = $CONFIG_COMMANDS
17333 $ $0 $@
17334
17335_CSEOF
17336echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
17337echo >&5
17338_ACEOF
17339
17340# Files that config.status was made for.
17341if test -n "$ac_config_files"; then
17342 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
17343fi
17344
17345if test -n "$ac_config_headers"; then
17346 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
17347fi
17348
17349if test -n "$ac_config_links"; then
17350 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
17351fi
17352
17353if test -n "$ac_config_commands"; then
17354 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
17355fi
17356
17357cat >>$CONFIG_STATUS <<\_ACEOF
17358
17359ac_cs_usage="\
17360\`$as_me' instantiates files from templates according to the
17361current configuration.
17362
17363Usage: $0 [OPTIONS] [FILE]...
17364
17365 -h, --help print this help, then exit
17366 -V, --version print version number, then exit
17367 -q, --quiet do not print progress messages
17368 -d, --debug don't remove temporary files
17369 --recheck update $as_me by reconfiguring in the same conditions
17370 --file=FILE[:TEMPLATE]
17371 instantiate the configuration file FILE
17372 --header=FILE[:TEMPLATE]
17373 instantiate the configuration header FILE
17374
17375Configuration files:
17376$config_files
17377
17378Configuration headers:
17379$config_headers
17380
17381Report bugs to <bug-autoconf@gnu.org>."
17382_ACEOF
17383
17384cat >>$CONFIG_STATUS <<_ACEOF
17385ac_cs_version="\\
17386config.status
17387configured by $0, generated by GNU Autoconf 2.59,
17388 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
17389
17390Copyright (C) 2003 Free Software Foundation, Inc.
17391This config.status script is free software; the Free Software Foundation
17392gives unlimited permission to copy, distribute and modify it."
17393srcdir=$srcdir
17394INSTALL="$INSTALL"
17395_ACEOF
17396
17397cat >>$CONFIG_STATUS <<\_ACEOF
17398# If no file are specified by the user, then we need to provide default
17399# value. By we need to know if files were specified by the user.
17400ac_need_defaults=:
17401while test $# != 0
17402do
17403 case $1 in
17404 --*=*)
17405 ac_option=`expr "x$1" : 'x\([^=]*\)='`
17406 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
17407 ac_shift=:
17408 ;;
17409 -*)
17410 ac_option=$1
17411 ac_optarg=$2
17412 ac_shift=shift
17413 ;;
17414 *) # This is not an option, so the user has probably given explicit
17415 # arguments.
17416 ac_option=$1
17417 ac_need_defaults=false;;
17418 esac
17419
9847 case "\$ac_option" in 17420 case $ac_option in
17421 # Handling of the options.
17422_ACEOF
17423cat >>$CONFIG_STATUS <<\_ACEOF
9848 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) 17424 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
9849 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion" 17425 ac_cs_recheck=: ;;
9850 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;; 17426 --version | --vers* | -V )
9851 -version | --version | --versio | --versi | --vers | --ver | --ve | --v) 17427 echo "$ac_cs_version"; exit 0 ;;
9852 echo "$CONFIG_STATUS generated by autoconf version 2.13" 17428 --he | --h)
9853 exit 0 ;; 17429 # Conflict between --help and --header
9854 -help | --help | --hel | --he | --h) 17430 { { echo "$as_me:$LINENO: error: ambiguous option: $1
17431Try \`$0 --help' for more information." >&5
17432echo "$as_me: error: ambiguous option: $1
17433Try \`$0 --help' for more information." >&2;}
17434 { (exit 1); exit 1; }; };;
17435 --help | --hel | -h )
9855 echo "\$ac_cs_usage"; exit 0 ;; 17436 echo "$ac_cs_usage"; exit 0 ;;
9856 *) echo "\$ac_cs_usage"; exit 1 ;; 17437 --debug | --d* | -d )
17438 debug=: ;;
17439 --file | --fil | --fi | --f )
17440 $ac_shift
17441 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
17442 ac_need_defaults=false;;
17443 --header | --heade | --head | --hea )
17444 $ac_shift
17445 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
17446 ac_need_defaults=false;;
17447 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
17448 | -silent | --silent | --silen | --sile | --sil | --si | --s)
17449 ac_cs_silent=: ;;
17450
17451 # This is an error.
17452 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
17453Try \`$0 --help' for more information." >&5
17454echo "$as_me: error: unrecognized option: $1
17455Try \`$0 --help' for more information." >&2;}
17456 { (exit 1); exit 1; }; } ;;
17457
17458 *) ac_config_targets="$ac_config_targets $1" ;;
17459
17460 esac
17461 shift
17462done
17463
17464ac_configure_extra_args=
17465
17466if $ac_cs_silent; then
17467 exec 6>/dev/null
17468 ac_configure_extra_args="$ac_configure_extra_args --silent"
17469fi
17470
17471_ACEOF
17472cat >>$CONFIG_STATUS <<_ACEOF
17473if \$ac_cs_recheck; then
17474 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
17475 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
17476fi
17477
17478_ACEOF
17479
17480
17481
17482
17483
17484cat >>$CONFIG_STATUS <<\_ACEOF
17485for ac_config_target in $ac_config_targets
17486do
17487 case "$ac_config_target" in
17488 # Handling of arguments.
17489 "autoconf/Make.common" ) CONFIG_FILES="$CONFIG_FILES autoconf/Make.common" ;;
17490 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
17491 "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
17492 "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
17493 "src/test/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/test/Makefile" ;;
17494 "src/rxvtlib.h" ) CONFIG_FILES="$CONFIG_FILES src/rxvtlib.h" ;;
17495 "W11/Makefile" ) CONFIG_FILES="$CONFIG_FILES W11/Makefile" ;;
17496 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:autoconf/config.h.in" ;;
17497 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
17498echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
17499 { (exit 1); exit 1; }; };;
9857 esac 17500 esac
9858done 17501done
9859 17502
9860ac_given_srcdir=$srcdir 17503# If the user did not use the arguments to specify the items to instantiate,
9861ac_given_INSTALL="$INSTALL" 17504# then the envvar interface is used. Set only those that are not.
17505# We use the long form for the default assignment because of an extremely
17506# bizarre bug on SunOS 4.1.3.
17507if $ac_need_defaults; then
17508 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
17509 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
17510fi
9862 17511
9863trap 'rm -fr `echo "autoconf/Make.common \ 17512# Have a temporary directory for convenience. Make it in the build tree
9864Makefile \ 17513# simply because there is no reason to put it here, and in addition,
9865doc/Makefile \ 17514# creating and moving files from /tmp can sometimes cause problems.
9866src/Makefile \ 17515# Create a temporary directory, and hook for its removal unless debugging.
9867src/graphics/Makefile \ 17516$debug ||
9868src/test/Makefile \ 17517{
9869src/rxvtlib.h \ 17518 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
9870W11/Makefile \ 17519 trap '{ (exit 1); exit 1; }' 1 2 13 15
9871 config.h:autoconf/config.h.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 17520}
9872EOF 17521
17522# Create a (secure) tmp directory for tmp files.
17523
17524{
17525 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
17526 test -n "$tmp" && test -d "$tmp"
17527} ||
17528{
17529 tmp=./confstat$$-$RANDOM
17530 (umask 077 && mkdir $tmp)
17531} ||
17532{
17533 echo "$me: cannot create a temporary directory in ." >&2
17534 { (exit 1); exit 1; }
17535}
17536
17537_ACEOF
17538
9873cat >> $CONFIG_STATUS <<EOF 17539cat >>$CONFIG_STATUS <<_ACEOF
9874 17540
17541#
17542# CONFIG_FILES section.
17543#
17544
17545# No need to generate the scripts if there are no CONFIG_FILES.
17546# This happens for instance when ./config.status config.h
17547if test -n "\$CONFIG_FILES"; then
9875# Protect against being on the right side of a sed subst in config.status. 17548 # Protect against being on the right side of a sed subst in config.status.
9876sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g; 17549 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
9877 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF 17550 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
9878$ac_vpsub 17551s,@SHELL@,$SHELL,;t t
17552s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
17553s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
17554s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
17555s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
17556s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
17557s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
17558s,@exec_prefix@,$exec_prefix,;t t
17559s,@prefix@,$prefix,;t t
17560s,@program_transform_name@,$program_transform_name,;t t
17561s,@bindir@,$bindir,;t t
17562s,@sbindir@,$sbindir,;t t
17563s,@libexecdir@,$libexecdir,;t t
17564s,@datadir@,$datadir,;t t
17565s,@sysconfdir@,$sysconfdir,;t t
17566s,@sharedstatedir@,$sharedstatedir,;t t
17567s,@localstatedir@,$localstatedir,;t t
17568s,@libdir@,$libdir,;t t
17569s,@includedir@,$includedir,;t t
17570s,@oldincludedir@,$oldincludedir,;t t
17571s,@infodir@,$infodir,;t t
17572s,@mandir@,$mandir,;t t
17573s,@build_alias@,$build_alias,;t t
17574s,@host_alias@,$host_alias,;t t
17575s,@target_alias@,$target_alias,;t t
17576s,@DEFS@,$DEFS,;t t
17577s,@ECHO_C@,$ECHO_C,;t t
17578s,@ECHO_N@,$ECHO_N,;t t
17579s,@ECHO_T@,$ECHO_T,;t t
17580s,@LIBS@,$LIBS,;t t
17581s,@VERSION@,$VERSION,;t t
17582s,@DATE@,$DATE,;t t
17583s,@LSMDATE@,$LSMDATE,;t t
17584s,@LIBVERSION@,$LIBVERSION,;t t
17585s,@CC@,$CC,;t t
17586s,@CFLAGS@,$CFLAGS,;t t
17587s,@LDFLAGS@,$LDFLAGS,;t t
17588s,@CPPFLAGS@,$CPPFLAGS,;t t
17589s,@ac_ct_CC@,$ac_ct_CC,;t t
17590s,@EXEEXT@,$EXEEXT,;t t
17591s,@OBJEXT@,$OBJEXT,;t t
17592s,@CXX@,$CXX,;t t
17593s,@CXXFLAGS@,$CXXFLAGS,;t t
17594s,@ac_ct_CXX@,$ac_ct_CXX,;t t
17595s,@CPP@,$CPP,;t t
17596s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
17597s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
17598s,@INSTALL_DATA@,$INSTALL_DATA,;t t
17599s,@AWK@,$AWK,;t t
17600s,@LINKER@,$LINKER,;t t
17601s,@CXXCPP@,$CXXCPP,;t t
17602s,@EGREP@,$EGREP,;t t
17603s,@build@,$build,;t t
17604s,@build_cpu@,$build_cpu,;t t
17605s,@build_vendor@,$build_vendor,;t t
17606s,@build_os@,$build_os,;t t
17607s,@host@,$host,;t t
17608s,@host_cpu@,$host_cpu,;t t
17609s,@host_vendor@,$host_vendor,;t t
17610s,@host_os@,$host_os,;t t
17611s,@LN_S@,$LN_S,;t t
17612s,@ECHO@,$ECHO,;t t
17613s,@RANLIB@,$RANLIB,;t t
17614s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
17615s,@STRIP@,$STRIP,;t t
17616s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
17617s,@LIBTOOL@,$LIBTOOL,;t t
17618s,@INSTALL_LIBRXVT@,$INSTALL_LIBRXVT,;t t
17619s,@RXVTNAME@,$RXVTNAME,;t t
17620s,@MV@,$MV,;t t
17621s,@RM@,$RM,;t t
17622s,@CP@,$CP,;t t
17623s,@LN@,$LN,;t t
17624s,@SED@,$SED,;t t
17625s,@CMP@,$CMP,;t t
17626s,@TBL@,$TBL,;t t
17627s,@X_CFLAGS@,$X_CFLAGS,;t t
17628s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
17629s,@X_LIBS@,$X_LIBS,;t t
17630s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
17631s,@XPM_CPPFLAGS@,$XPM_CPPFLAGS,;t t
17632s,@XPM_CFLAGS@,$XPM_CFLAGS,;t t
17633s,@XPM_LIBS@,$XPM_LIBS,;t t
17634s,@rxvt_int16_typedef@,$rxvt_int16_typedef,;t t
17635s,@rxvt_uint16_typedef@,$rxvt_uint16_typedef,;t t
17636s,@rxvt_int32_typedef@,$rxvt_int32_typedef,;t t
17637s,@rxvt_uint32_typedef@,$rxvt_uint32_typedef,;t t
17638s,@rxvt_intp_define@,$rxvt_intp_define,;t t
17639s,@rxvt_u_intp_define@,$rxvt_u_intp_define,;t t
17640s,@DEBUG@,$DEBUG,;t t
17641s,@DINCLUDE@,$DINCLUDE,;t t
17642s,@DLIB@,$DLIB,;t t
17643s,@include_stdint_h@,$include_stdint_h,;t t
17644s,@include_stdarg_h@,$include_stdarg_h,;t t
17645s,@include_stdlib_h@,$include_stdlib_h,;t t
17646s,@include_unistd_h@,$include_unistd_h,;t t
17647s,@include_string_h@,$include_string_h,;t t
17648s,@include_fcntl_h@,$include_fcntl_h,;t t
17649s,@include_util_h@,$include_util_h,;t t
17650s,@include_assert_h@,$include_assert_h,;t t
17651s,@include_sys_ioctl_h@,$include_sys_ioctl_h,;t t
17652s,@include_sys_select_h@,$include_sys_select_h,;t t
17653s,@include_sys_strredir_h@,$include_sys_strredir_h,;t t
17654s,@include_sys_time_h@,$include_sys_time_h,;t t
17655s,@include_time_h@,$include_time_h,;t t
17656s,@LIBOBJS@,$LIBOBJS,;t t
17657s,@LTLIBOBJS@,$LTLIBOBJS,;t t
17658/@MCOMMON@/r $MCOMMON
17659s,@MCOMMON@,,;t t
17660CEOF
17661
17662_ACEOF
17663
17664 cat >>$CONFIG_STATUS <<\_ACEOF
17665 # Split the substitutions into bite-sized pieces for seds with
17666 # small command number limits, like on Digital OSF/1 and HP-UX.
17667 ac_max_sed_lines=48
17668 ac_sed_frag=1 # Number of current file.
17669 ac_beg=1 # First line for current file.
17670 ac_end=$ac_max_sed_lines # Line after last line for current file.
17671 ac_more_lines=:
17672 ac_sed_cmds=
17673 while $ac_more_lines; do
17674 if test $ac_beg -gt 1; then
17675 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
17676 else
17677 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
17678 fi
17679 if test ! -s $tmp/subs.frag; then
17680 ac_more_lines=false
17681 else
17682 # The purpose of the label and of the branching condition is to
17683 # speed up the sed processing (if there are no `@' at all, there
17684 # is no need to browse any of the substitutions).
17685 # These are the two extra sed commands mentioned above.
17686 (echo ':t
17687 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
17688 if test -z "$ac_sed_cmds"; then
17689 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
17690 else
17691 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
17692 fi
17693 ac_sed_frag=`expr $ac_sed_frag + 1`
17694 ac_beg=$ac_end
17695 ac_end=`expr $ac_end + $ac_max_sed_lines`
17696 fi
17697 done
17698 if test -z "$ac_sed_cmds"; then
17699 ac_sed_cmds=cat
17700 fi
17701fi # test -n "$CONFIG_FILES"
17702
17703_ACEOF
17704cat >>$CONFIG_STATUS <<\_ACEOF
17705for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
17706 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
17707 case $ac_file in
17708 - | *:- | *:-:* ) # input from stdin
17709 cat >$tmp/stdin
17710 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
17711 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
17712 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
17713 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
17714 * ) ac_file_in=$ac_file.in ;;
17715 esac
17716
17717 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
17718 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
17719$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17720 X"$ac_file" : 'X\(//\)[^/]' \| \
17721 X"$ac_file" : 'X\(//\)$' \| \
17722 X"$ac_file" : 'X\(/\)' \| \
17723 . : '\(.\)' 2>/dev/null ||
17724echo X"$ac_file" |
17725 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
17726 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
17727 /^X\(\/\/\)$/{ s//\1/; q; }
17728 /^X\(\/\).*/{ s//\1/; q; }
17729 s/.*/./; q'`
17730 { if $as_mkdir_p; then
17731 mkdir -p "$ac_dir"
17732 else
17733 as_dir="$ac_dir"
17734 as_dirs=
17735 while test ! -d "$as_dir"; do
17736 as_dirs="$as_dir $as_dirs"
17737 as_dir=`(dirname "$as_dir") 2>/dev/null ||
17738$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17739 X"$as_dir" : 'X\(//\)[^/]' \| \
17740 X"$as_dir" : 'X\(//\)$' \| \
17741 X"$as_dir" : 'X\(/\)' \| \
17742 . : '\(.\)' 2>/dev/null ||
17743echo X"$as_dir" |
17744 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
17745 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
17746 /^X\(\/\/\)$/{ s//\1/; q; }
17747 /^X\(\/\).*/{ s//\1/; q; }
17748 s/.*/./; q'`
17749 done
17750 test ! -n "$as_dirs" || mkdir $as_dirs
17751 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
17752echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
17753 { (exit 1); exit 1; }; }; }
17754
17755 ac_builddir=.
17756
17757if test "$ac_dir" != .; then
17758 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
17759 # A "../" for each directory in $ac_dir_suffix.
17760 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
17761else
17762 ac_dir_suffix= ac_top_builddir=
17763fi
17764
17765case $srcdir in
17766 .) # No --srcdir option. We are building in place.
17767 ac_srcdir=.
17768 if test -z "$ac_top_builddir"; then
17769 ac_top_srcdir=.
17770 else
17771 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
17772 fi ;;
17773 [\\/]* | ?:[\\/]* ) # Absolute path.
17774 ac_srcdir=$srcdir$ac_dir_suffix;
17775 ac_top_srcdir=$srcdir ;;
17776 *) # Relative path.
17777 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
17778 ac_top_srcdir=$ac_top_builddir$srcdir ;;
17779esac
17780
17781# Do not use `cd foo && pwd` to compute absolute paths, because
17782# the directories may not exist.
17783case `pwd` in
17784.) ac_abs_builddir="$ac_dir";;
17785*)
17786 case "$ac_dir" in
17787 .) ac_abs_builddir=`pwd`;;
17788 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
17789 *) ac_abs_builddir=`pwd`/"$ac_dir";;
17790 esac;;
17791esac
17792case $ac_abs_builddir in
17793.) ac_abs_top_builddir=${ac_top_builddir}.;;
17794*)
17795 case ${ac_top_builddir}. in
17796 .) ac_abs_top_builddir=$ac_abs_builddir;;
17797 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
17798 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
17799 esac;;
17800esac
17801case $ac_abs_builddir in
17802.) ac_abs_srcdir=$ac_srcdir;;
17803*)
17804 case $ac_srcdir in
17805 .) ac_abs_srcdir=$ac_abs_builddir;;
17806 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
17807 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
17808 esac;;
17809esac
17810case $ac_abs_builddir in
17811.) ac_abs_top_srcdir=$ac_top_srcdir;;
17812*)
17813 case $ac_top_srcdir in
17814 .) ac_abs_top_srcdir=$ac_abs_builddir;;
17815 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
17816 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
17817 esac;;
17818esac
17819
17820
17821 case $INSTALL in
17822 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
17823 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
17824 esac
17825
17826 # Let's still pretend it is `configure' which instantiates (i.e., don't
17827 # use $as_me), people would be surprised to read:
17828 # /* config.h. Generated by config.status. */
17829 if test x"$ac_file" = x-; then
17830 configure_input=
17831 else
17832 configure_input="$ac_file. "
17833 fi
17834 configure_input=$configure_input"Generated from `echo $ac_file_in |
17835 sed 's,.*/,,'` by configure."
17836
17837 # First look for the input files in the build tree, otherwise in the
17838 # src tree.
17839 ac_file_inputs=`IFS=:
17840 for f in $ac_file_in; do
17841 case $f in
17842 -) echo $tmp/stdin ;;
17843 [\\/$]*)
17844 # Absolute (can't be DOS-style, as IFS=:)
17845 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
17846echo "$as_me: error: cannot find input file: $f" >&2;}
17847 { (exit 1); exit 1; }; }
17848 echo "$f";;
17849 *) # Relative
17850 if test -f "$f"; then
17851 # Build tree
17852 echo "$f"
17853 elif test -f "$srcdir/$f"; then
17854 # Source tree
17855 echo "$srcdir/$f"
17856 else
17857 # /dev/null tree
17858 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
17859echo "$as_me: error: cannot find input file: $f" >&2;}
17860 { (exit 1); exit 1; }; }
17861 fi;;
17862 esac
17863 done` || { (exit 1); exit 1; }
17864
17865 if test x"$ac_file" != x-; then
17866 { echo "$as_me:$LINENO: creating $ac_file" >&5
17867echo "$as_me: creating $ac_file" >&6;}
17868 rm -f "$ac_file"
17869 fi
17870_ACEOF
17871cat >>$CONFIG_STATUS <<_ACEOF
17872 sed "$ac_vpsub
9879$extrasub 17873$extrasub
9880s%@SHELL@%$SHELL%g
9881s%@CFLAGS@%$CFLAGS%g
9882s%@CPPFLAGS@%$CPPFLAGS%g
9883s%@CXXFLAGS@%$CXXFLAGS%g
9884s%@FFLAGS@%$FFLAGS%g
9885s%@DEFS@%$DEFS%g
9886s%@LDFLAGS@%$LDFLAGS%g
9887s%@LIBS@%$LIBS%g
9888s%@exec_prefix@%$exec_prefix%g
9889s%@prefix@%$prefix%g
9890s%@program_transform_name@%$program_transform_name%g
9891s%@bindir@%$bindir%g
9892s%@sbindir@%$sbindir%g
9893s%@libexecdir@%$libexecdir%g
9894s%@datadir@%$datadir%g
9895s%@sysconfdir@%$sysconfdir%g
9896s%@sharedstatedir@%$sharedstatedir%g
9897s%@localstatedir@%$localstatedir%g
9898s%@libdir@%$libdir%g
9899s%@includedir@%$includedir%g
9900s%@oldincludedir@%$oldincludedir%g
9901s%@infodir@%$infodir%g
9902s%@mandir@%$mandir%g
9903s%@VERSION@%$VERSION%g
9904s%@DATE@%$DATE%g
9905s%@LSMDATE@%$LSMDATE%g
9906s%@LIBVERSION@%$LIBVERSION%g
9907s%@CC@%$CC%g
9908s%@CXX@%$CXX%g
9909s%@CPP@%$CPP%g
9910s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
9911s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
9912s%@INSTALL_DATA@%$INSTALL_DATA%g
9913s%@AWK@%$AWK%g
9914s%@host@%$host%g
9915s%@host_alias@%$host_alias%g
9916s%@host_cpu@%$host_cpu%g
9917s%@host_vendor@%$host_vendor%g
9918s%@host_os@%$host_os%g
9919s%@build@%$build%g
9920s%@build_alias@%$build_alias%g
9921s%@build_cpu@%$build_cpu%g
9922s%@build_vendor@%$build_vendor%g
9923s%@build_os@%$build_os%g
9924s%@LN_S@%$LN_S%g
9925s%@OBJEXT@%$OBJEXT%g
9926s%@EXEEXT@%$EXEEXT%g
9927s%@ECHO@%$ECHO%g
9928s%@RANLIB@%$RANLIB%g
9929s%@STRIP@%$STRIP%g
9930s%@LIBTOOL@%$LIBTOOL%g
9931s%@INSTALL_LIBRXVT@%$INSTALL_LIBRXVT%g
9932s%@MV@%$MV%g
9933s%@RM@%$RM%g
9934s%@CP@%$CP%g
9935s%@LN@%$LN%g
9936s%@SED@%$SED%g
9937s%@CMP@%$CMP%g
9938s%@TBL@%$TBL%g
9939s%@X_CFLAGS@%$X_CFLAGS%g
9940s%@X_PRE_LIBS@%$X_PRE_LIBS%g
9941s%@X_LIBS@%$X_LIBS%g
9942s%@X_EXTRA_LIBS@%$X_EXTRA_LIBS%g
9943s%@XPM_CPPFLAGS@%$XPM_CPPFLAGS%g
9944s%@XPM_CFLAGS@%$XPM_CFLAGS%g
9945s%@XPM_LIBS@%$XPM_LIBS%g
9946s%@rxvt_int16_typedef@%$rxvt_int16_typedef%g
9947s%@rxvt_uint16_typedef@%$rxvt_uint16_typedef%g
9948s%@rxvt_int32_typedef@%$rxvt_int32_typedef%g
9949s%@rxvt_uint32_typedef@%$rxvt_uint32_typedef%g
9950s%@rxvt_intp_define@%$rxvt_intp_define%g
9951s%@rxvt_u_intp_define@%$rxvt_u_intp_define%g
9952s%@DEBUG@%$DEBUG%g
9953s%@DINCLUDE@%$DINCLUDE%g
9954s%@DLIB@%$DLIB%g
9955/@MCOMMON@/r $MCOMMON
9956s%@MCOMMON@%%g
9957s%@RXVTNAME@%$RXVTNAME%g
9958s%@include_stdint_h@%$include_stdint_h%g
9959s%@include_stdarg_h@%$include_stdarg_h%g
9960s%@include_stdlib_h@%$include_stdlib_h%g
9961s%@include_unistd_h@%$include_unistd_h%g
9962s%@include_string_h@%$include_string_h%g
9963s%@include_fcntl_h@%$include_fcntl_h%g
9964s%@include_util_h@%$include_util_h%g
9965s%@include_assert_h@%$include_assert_h%g
9966s%@include_sys_ioctl_h@%$include_sys_ioctl_h%g
9967s%@include_sys_select_h@%$include_sys_select_h%g
9968s%@include_sys_strredir_h@%$include_sys_strredir_h%g
9969s%@include_sys_time_h@%$include_sys_time_h%g
9970s%@include_time_h@%$include_time_h%g
9971
9972CEOF 17874_ACEOF
9973EOF
9974
9975cat >> $CONFIG_STATUS <<\EOF 17875cat >>$CONFIG_STATUS <<\_ACEOF
9976 17876:t
9977# Split the substitutions into bite-sized pieces for seds with 17877/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
9978# small command number limits, like on Digital OSF/1 and HP-UX. 17878s,@configure_input@,$configure_input,;t t
9979ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script. 17879s,@srcdir@,$ac_srcdir,;t t
9980ac_file=1 # Number of current file. 17880s,@abs_srcdir@,$ac_abs_srcdir,;t t
9981ac_beg=1 # First line for current file. 17881s,@top_srcdir@,$ac_top_srcdir,;t t
9982ac_end=$ac_max_sed_cmds # Line after last line for current file. 17882s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
9983ac_more_lines=: 17883s,@builddir@,$ac_builddir,;t t
9984ac_sed_cmds="" 17884s,@abs_builddir@,$ac_abs_builddir,;t t
9985while $ac_more_lines; do 17885s,@top_builddir@,$ac_top_builddir,;t t
9986 if test $ac_beg -gt 1; then 17886s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
9987 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file 17887s,@INSTALL@,$ac_INSTALL,;t t
17888" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
17889 rm -f $tmp/stdin
17890 if test x"$ac_file" != x-; then
17891 mv $tmp/out $ac_file
9988 else 17892 else
9989 sed "${ac_end}q" conftest.subs > conftest.s$ac_file 17893 cat $tmp/out
17894 rm -f $tmp/out
9990 fi 17895 fi
9991 if test ! -s conftest.s$ac_file; then 17896
9992 ac_more_lines=false
9993 rm -f conftest.s$ac_file
9994 else
9995 if test -z "$ac_sed_cmds"; then
9996 ac_sed_cmds="sed -f conftest.s$ac_file"
9997 else
9998 ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
9999 fi
10000 ac_file=`expr $ac_file + 1`
10001 ac_beg=$ac_end
10002 ac_end=`expr $ac_end + $ac_max_sed_cmds`
10003 fi
10004done 17897done
10005if test -z "$ac_sed_cmds"; then 17898_ACEOF
10006 ac_sed_cmds=cat
10007fi
10008EOF
10009
10010cat >> $CONFIG_STATUS <<EOF
10011
10012CONFIG_FILES=\${CONFIG_FILES-"autoconf/Make.common \
10013Makefile \
10014doc/Makefile \
10015src/Makefile \
10016src/graphics/Makefile \
10017src/test/Makefile \
10018src/rxvtlib.h \
10019W11/Makefile \
10020"}
10021EOF
10022cat >> $CONFIG_STATUS <<\EOF 17899cat >>$CONFIG_STATUS <<\_ACEOF
10023for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
10024 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
10025 case "$ac_file" in
10026 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
10027 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
10028 *) ac_file_in="${ac_file}.in" ;;
10029 esac
10030 17900
10031 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories. 17901#
10032 17902# CONFIG_HEADER section.
10033 # Remove last slash and all that follows it. Not all systems have dirname. 17903#
10034 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
10035 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
10036 # The file is in a subdirectory.
10037 test ! -d "$ac_dir" && mkdir "$ac_dir"
10038 ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
10039 # A "../" for each directory in $ac_dir_suffix.
10040 ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
10041 else
10042 ac_dir_suffix= ac_dots=
10043 fi
10044
10045 case "$ac_given_srcdir" in
10046 .) srcdir=.
10047 if test -z "$ac_dots"; then top_srcdir=.
10048 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
10049 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
10050 *) # Relative path.
10051 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
10052 top_srcdir="$ac_dots$ac_given_srcdir" ;;
10053 esac
10054
10055 case "$ac_given_INSTALL" in
10056 [/$]*) INSTALL="$ac_given_INSTALL" ;;
10057 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
10058 esac
10059
10060 echo creating "$ac_file"
10061 rm -f "$ac_file"
10062 configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
10063 case "$ac_file" in
10064 *Makefile*) ac_comsub="1i\\
10065# $configure_input" ;;
10066 *) ac_comsub= ;;
10067 esac
10068
10069 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
10070 sed -e "$ac_comsub
10071s%@configure_input@%$configure_input%g
10072s%@srcdir@%$srcdir%g
10073s%@top_srcdir@%$top_srcdir%g
10074s%@INSTALL@%$INSTALL%g
10075" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
10076fi; done
10077rm -f conftest.s*
10078 17904
10079# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where 17905# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
10080# NAME is the cpp macro being defined and VALUE is the value it is being given. 17906# NAME is the cpp macro being defined and VALUE is the value it is being given.
10081# 17907#
10082# ac_d sets the value in "#define NAME VALUE" lines. 17908# ac_d sets the value in "#define NAME VALUE" lines.
10083ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)' 17909ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
10084ac_dB='\([ ][ ]*\)[^ ]*%\1#\2' 17910ac_dB='[ ].*$,\1#\2'
10085ac_dC='\3' 17911ac_dC=' '
10086ac_dD='%g' 17912ac_dD=',;t'
10087# ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE". 17913# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
10088ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' 17914ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
10089ac_uB='\([ ]\)%\1#\2define\3' 17915ac_uB='$,\1#\2define\3'
10090ac_uC=' ' 17916ac_uC=' '
10091ac_uD='\4%g' 17917ac_uD=',;t'
10092# ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
10093ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
10094ac_eB='$%\1#\2define\3'
10095ac_eC=' '
10096ac_eD='%g'
10097 17918
10098if test "${CONFIG_HEADERS+set}" != set; then
10099EOF
10100cat >> $CONFIG_STATUS <<EOF
10101 CONFIG_HEADERS="config.h:autoconf/config.h.in"
10102EOF
10103cat >> $CONFIG_STATUS <<\EOF
10104fi
10105for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then 17919for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
10106 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". 17920 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
10107 case "$ac_file" in 17921 case $ac_file in
17922 - | *:- | *:-:* ) # input from stdin
17923 cat >$tmp/stdin
17924 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
17925 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
10108 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'` 17926 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
10109 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; 17927 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
10110 *) ac_file_in="${ac_file}.in" ;; 17928 * ) ac_file_in=$ac_file.in ;;
10111 esac 17929 esac
10112 17930
10113 echo creating $ac_file 17931 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
17932echo "$as_me: creating $ac_file" >&6;}
10114 17933
10115 rm -f conftest.frag conftest.in conftest.out 17934 # First look for the input files in the build tree, otherwise in the
10116 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` 17935 # src tree.
10117 cat $ac_file_inputs > conftest.in 17936 ac_file_inputs=`IFS=:
17937 for f in $ac_file_in; do
17938 case $f in
17939 -) echo $tmp/stdin ;;
17940 [\\/$]*)
17941 # Absolute (can't be DOS-style, as IFS=:)
17942 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
17943echo "$as_me: error: cannot find input file: $f" >&2;}
17944 { (exit 1); exit 1; }; }
17945 # Do quote $f, to prevent DOS paths from being IFS'd.
17946 echo "$f";;
17947 *) # Relative
17948 if test -f "$f"; then
17949 # Build tree
17950 echo "$f"
17951 elif test -f "$srcdir/$f"; then
17952 # Source tree
17953 echo "$srcdir/$f"
17954 else
17955 # /dev/null tree
17956 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
17957echo "$as_me: error: cannot find input file: $f" >&2;}
17958 { (exit 1); exit 1; }; }
17959 fi;;
17960 esac
17961 done` || { (exit 1); exit 1; }
17962 # Remove the trailing spaces.
17963 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
10118 17964
10119EOF 17965_ACEOF
10120 17966
10121# Transform confdefs.h into a sed script conftest.vals that substitutes 17967# Transform confdefs.h into two sed scripts, `conftest.defines' and
10122# the proper values into config.h.in to produce config.h. And first: 17968# `conftest.undefs', that substitutes the proper values into
17969# config.h.in to produce config.h. The first handles `#define'
17970# templates, and the second `#undef' templates.
10123# Protect against being on the right side of a sed subst in config.status. 17971# And first: Protect against being on the right side of a sed subst in
10124# Protect against being in an unquoted here document in config.status. 17972# config.status. Protect against being in an unquoted here document
10125rm -f conftest.vals 17973# in config.status.
10126cat > conftest.hdr <<\EOF 17974rm -f conftest.defines conftest.undefs
17975# Using a here document instead of a string reduces the quoting nightmare.
17976# Putting comments in sed scripts is not portable.
17977#
17978# `end' is used to avoid that the second main sed command (meant for
17979# 0-ary CPP macros) applies to n-ary macro definitions.
17980# See the Autoconf documentation for `clear'.
17981cat >confdef2sed.sed <<\_ACEOF
10127s/[\\&%]/\\&/g 17982s/[\\&,]/\\&/g
10128s%[\\$`]%\\&%g 17983s,[\\$`],\\&,g
10129s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp 17984t clear
10130s%ac_d%ac_u%gp 17985: clear
10131s%ac_u%ac_e%gp 17986s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
10132EOF 17987t end
10133sed -n -f conftest.hdr confdefs.h > conftest.vals 17988s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
10134rm -f conftest.hdr 17989: end
17990_ACEOF
17991# If some macros were called several times there might be several times
17992# the same #defines, which is useless. Nevertheless, we may not want to
17993# sort them, since we want the *last* AC-DEFINE to be honored.
17994uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
17995sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
17996rm -f confdef2sed.sed
10135 17997
10136# This sed command replaces #undef with comments. This is necessary, for 17998# This sed command replaces #undef with comments. This is necessary, for
10137# example, in the case of _POSIX_SOURCE, which is predefined and required 17999# example, in the case of _POSIX_SOURCE, which is predefined and required
10138# on some systems where configure will not decide to define it. 18000# on some systems where configure will not decide to define it.
10139cat >> conftest.vals <<\EOF 18001cat >>conftest.undefs <<\_ACEOF
10140s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */% 18002s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
10141EOF 18003_ACEOF
10142 18004
10143# Break up conftest.vals because some shells have a limit on 18005# Break up conftest.defines because some shells have a limit on the size
10144# the size of here documents, and old seds have small limits too. 18006# of here documents, and old seds have small limits too (100 cmds).
10145 18007echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
18008echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
18009echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
18010echo ' :' >>$CONFIG_STATUS
10146rm -f conftest.tail 18011rm -f conftest.tail
10147while : 18012while grep . conftest.defines >/dev/null
10148do 18013do
10149 ac_lines=`grep -c . conftest.vals`
10150 # grep -c gives empty output for an empty file on some AIX systems.
10151 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
10152 # Write a limited-size here document to conftest.frag. 18014 # Write a limited-size here document to $tmp/defines.sed.
10153 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS 18015 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
18016 # Speed up: don't consider the non `#define' lines.
18017 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
18018 # Work around the forget-to-reset-the-flag bug.
18019 echo 't clr' >>$CONFIG_STATUS
18020 echo ': clr' >>$CONFIG_STATUS
10154 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS 18021 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
10155 echo 'CEOF 18022 echo 'CEOF
10156 sed -f conftest.frag conftest.in > conftest.out 18023 sed -f $tmp/defines.sed $tmp/in >$tmp/out
10157 rm -f conftest.in 18024 rm -f $tmp/in
10158 mv conftest.out conftest.in 18025 mv $tmp/out $tmp/in
10159' >> $CONFIG_STATUS 18026' >>$CONFIG_STATUS
10160 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail 18027 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
10161 rm -f conftest.vals 18028 rm -f conftest.defines
10162 mv conftest.tail conftest.vals 18029 mv conftest.tail conftest.defines
10163done 18030done
18031rm -f conftest.defines
18032echo ' fi # grep' >>$CONFIG_STATUS
18033echo >>$CONFIG_STATUS
18034
18035# Break up conftest.undefs because some shells have a limit on the size
18036# of here documents, and old seds have small limits too (100 cmds).
18037echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
10164rm -f conftest.vals 18038rm -f conftest.tail
18039while grep . conftest.undefs >/dev/null
18040do
18041 # Write a limited-size here document to $tmp/undefs.sed.
18042 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
18043 # Speed up: don't consider the non `#undef'
18044 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
18045 # Work around the forget-to-reset-the-flag bug.
18046 echo 't clr' >>$CONFIG_STATUS
18047 echo ': clr' >>$CONFIG_STATUS
18048 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
18049 echo 'CEOF
18050 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
18051 rm -f $tmp/in
18052 mv $tmp/out $tmp/in
18053' >>$CONFIG_STATUS
18054 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
18055 rm -f conftest.undefs
18056 mv conftest.tail conftest.undefs
18057done
18058rm -f conftest.undefs
10165 18059
10166cat >> $CONFIG_STATUS <<\EOF 18060cat >>$CONFIG_STATUS <<\_ACEOF
10167 rm -f conftest.frag conftest.h 18061 # Let's still pretend it is `configure' which instantiates (i.e., don't
10168 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h 18062 # use $as_me), people would be surprised to read:
10169 cat conftest.in >> conftest.h 18063 # /* config.h. Generated by config.status. */
10170 rm -f conftest.in 18064 if test x"$ac_file" = x-; then
10171 if cmp -s $ac_file conftest.h 2>/dev/null; then 18065 echo "/* Generated by configure. */" >$tmp/config.h
10172 echo "$ac_file is unchanged"
10173 rm -f conftest.h
10174 else 18066 else
10175 # Remove last slash and all that follows it. Not all systems have dirname. 18067 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
10176 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'` 18068 fi
10177 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then 18069 cat $tmp/in >>$tmp/config.h
10178 # The file is in a subdirectory. 18070 rm -f $tmp/in
18071 if test x"$ac_file" != x-; then
18072 if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
18073 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
18074echo "$as_me: $ac_file is unchanged" >&6;}
18075 else
18076 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
18077$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18078 X"$ac_file" : 'X\(//\)[^/]' \| \
18079 X"$ac_file" : 'X\(//\)$' \| \
18080 X"$ac_file" : 'X\(/\)' \| \
18081 . : '\(.\)' 2>/dev/null ||
18082echo X"$ac_file" |
18083 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
18084 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
18085 /^X\(\/\/\)$/{ s//\1/; q; }
18086 /^X\(\/\).*/{ s//\1/; q; }
18087 s/.*/./; q'`
18088 { if $as_mkdir_p; then
18089 mkdir -p "$ac_dir"
18090 else
18091 as_dir="$ac_dir"
18092 as_dirs=
18093 while test ! -d "$as_dir"; do
18094 as_dirs="$as_dir $as_dirs"
18095 as_dir=`(dirname "$as_dir") 2>/dev/null ||
18096$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18097 X"$as_dir" : 'X\(//\)[^/]' \| \
18098 X"$as_dir" : 'X\(//\)$' \| \
18099 X"$as_dir" : 'X\(/\)' \| \
18100 . : '\(.\)' 2>/dev/null ||
18101echo X"$as_dir" |
18102 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
18103 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
18104 /^X\(\/\/\)$/{ s//\1/; q; }
18105 /^X\(\/\).*/{ s//\1/; q; }
18106 s/.*/./; q'`
18107 done
10179 test ! -d "$ac_dir" && mkdir "$ac_dir" 18108 test ! -n "$as_dirs" || mkdir $as_dirs
18109 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
18110echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
18111 { (exit 1); exit 1; }; }; }
18112
18113 rm -f $ac_file
18114 mv $tmp/config.h $ac_file
10180 fi 18115 fi
10181 rm -f $ac_file 18116 else
10182 mv conftest.h $ac_file 18117 cat $tmp/config.h
18118 rm -f $tmp/config.h
10183 fi 18119 fi
10184fi; done 18120done
18121_ACEOF
10185 18122
10186EOF
10187cat >> $CONFIG_STATUS <<EOF
10188
10189EOF
10190cat >> $CONFIG_STATUS <<\EOF 18123cat >>$CONFIG_STATUS <<\_ACEOF
10191 18124
10192exit 0 18125{ (exit 0); exit 0; }
10193EOF 18126_ACEOF
10194chmod +x $CONFIG_STATUS 18127chmod +x $CONFIG_STATUS
10195rm -fr confdefs* $ac_clean_files 18128ac_clean_files=$ac_clean_files_save
10196test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1 18129
18130
18131# configure is writing to config.log, and then calls config.status.
18132# config.status does its own redirection, appending to config.log.
18133# Unfortunately, on DOS this fails, as config.log is still kept open
18134# by configure, so config.status won't be able to write to it; its
18135# output is simply discarded. So we exec the FD to /dev/null,
18136# effectively closing config.log, so it can be properly (re)opened and
18137# appended to by config.status. When coming back to configure, we
18138# need to make the FD available again.
18139if test "$no_create" != yes; then
18140 ac_cs_success=:
18141 ac_config_status_args=
18142 test "$silent" = yes &&
18143 ac_config_status_args="$ac_config_status_args --quiet"
18144 exec 5>/dev/null
18145 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
18146 exec 5>>config.log
18147 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
18148 # would make configure fail if this is the last instruction.
18149 $ac_cs_success || { (exit 1); exit 1; }
18150fi
10197 18151
10198 18152
10199echo "Configuration: 18153echo "Configuration:
10200 18154
10201 Rxvt version: $VERSION : $DATE 18155 Rxvt version: $VERSION : $DATE
10202 Source code location: $srcdir 18156 Source code location: $srcdir
10203 Install path: ${prefix}/bin 18157 Install path: ${prefix}/bin
10204 Compiler: $CC 18158 Compiler: $CXX
10205 Compiler flags: $CFLAGS" 18159 Compiler flags: $CFLAGS
18160 Linker: $LINKER"
10206 18161
10207if test "$MALLOC_TYPE" = S; then 18162if test "$MALLOC_TYPE" = S; then
10208 echo " malloc support: system default" 18163 echo " malloc support: system default"
10209fi 18164fi
10210if test "$MALLOC_TYPE" = G; then 18165if test "$MALLOC_TYPE" = G; then
10221echo " 18176echo "
10222The following are set in config.h 18177The following are set in config.h
10223" 18178"
10224echo " pty/tty type: "$rxvt_cv_ptys 18179echo " pty/tty type: "$rxvt_cv_ptys
10225if test x$support_utmp != xyes; then 18180if test x$support_utmp != xyes; then
10226 echo " utmp support: disabled 18181 echo " utmp support: disabled"
10227" 18182 echo
10228else 18183else
10229 echo " utmp support: enabled 18184 echo " utmp support: enabled
10230 utmp file: $rxvt_cv_path_utmp 18185 utmp file: $rxvt_cv_path_utmp
10231 utmpx file: $rxvt_cv_path_utmpx 18186 utmpx file: $rxvt_cv_path_utmpx
10232 wtmp file: $rxvt_cv_path_wtmp 18187 wtmp file: $rxvt_cv_path_wtmp
10233 wtmpx file: $rxvt_cv_path_wtmpx 18188 wtmpx file: $rxvt_cv_path_wtmpx
10234 lastlog file: $rxvt_cv_path_lastlog 18189 lastlog file: $rxvt_cv_path_lastlog
10235 ttys/ttytab file: $rxvt_cv_path_ttytab 18190 ttys/ttytab file: $rxvt_cv_path_ttytab"
10236" 18191 echo
10237fi 18192fi
10238if test x$term != x; then 18193if test x$term != x; then
10239 echo " set TERM to: $term 18194 echo " set TERM to: $term"
10240"
10241fi 18195fi
10242if test x$terminfo != x; then 18196if test x$terminfo != x; then
10243 echo " set TERMINFO to: $terminfo 18197 echo " set TERMINFO to: $terminfo"
10244"
10245fi 18198fi
18199echo " default resource name: $RESNAME"
18200echo " resource class: $RESCLASS"
18201if test x$RESFALLBACK != x; then
18202 echo " resource class fallback: $RESFALLBACK"
18203fi
18204echo
10246if test x$rxvt_cv_ptys = xUNKNOWN; then 18205if test x$rxvt_cv_ptys = xUNKNOWN; then
10247 echo ".----------------------------------------------------------------." 18206 echo ".----------------------------------------------------------------."
10248 echo ". WARNING: could not determine pty/tty type. Do not build until ." 18207 echo ". WARNING: could not determine pty/tty type. Do not build until ."
10249 echo ". the appropriate PTYS_ARE_* is defined in config.h ." 18208 echo ". the appropriate PTYS_ARE_* is defined in config.h ."
10250 echo ".----------------------------------------------------------------." 18209 echo ".----------------------------------------------------------------."
10264 echo ". WARNING: --enable-xim was specified however the locale support ." 18223 echo ". WARNING: --enable-xim was specified however the locale support ."
10265 echo ". functions could not be found. ." 18224 echo ". functions could not be found. ."
10266 echo ". XIM is now being DISABLED! ." 18225 echo ". XIM is now being DISABLED! ."
10267 echo ".----------------------------------------------------------------." 18226 echo ".----------------------------------------------------------------."
10268fi 18227fi
18228
10269echo " *** Please check src/feature.h for further options *** 18229echo " *** Please check src/feature.h for further options ***"
10270" 18230echo
18231
18232echo ".----------------------------------------------------------------."
18233echo ". NOTE: most features are disabled by default, try ."
18234echo ". configure --help to get an idea of the optional features ."
18235echo ".----------------------------------------------------------------."
18236echo
18237

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines