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

Comparing rxvt-unicode/configure (file contents):
Revision 1.2 by pcg, Thu Dec 18 00:38:07 2003 UTC vs.
Revision 1.18 by pcg, Sat Mar 6 00:05:00 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-menubar enable menubar
1042 --enable-rxvt-scroll enable rxvt style scrollbar
1043 --enable-next-scroll enable NeXT style scrollbar
1044 --enable-xterm-scroll enable Xterm style scrollbar
1045 --enable-plain-scroll enable plain style scrollbar
1046 --enable-half-shadow use half width/height shadow on rxvt scrollbar
1047 --enable-xim XIM (X Input Method) protocol support
1048 --enable-ttygid enable tty setting to group named "tty"
1049 --disable-backspace-key disable handling of the backspace key
1050 --disable-delete-key disable handling of the delete key
1051 --disable-resources disable all resource checking
1052 --enable-xgetdefault enable resources via X instead of our small version
1053 --enable-fallback(=CLASS) fall back on CLASS resources in addition to URxvt ones (default: Rxvt)
1054 --enable-strings enable some replacement system functions
1055 --disable-swapscreen disable swap screen support
1056 --enable-frills enable support for rarely used features
1057 --enable-linespace enable support for linespace
1058 --enable-24bit enable support for using 24bit visuals if available
1059 --enable-keepscrolling enable continual scrolling on scrollbar arrow press
1060 --enable-selectionscrolling enable scrolling during selections
1061 --enable-mousewheel enable scrolling via mouse wheel or buttons 4 & 5
1062 --enable-slipwheeling enable slip wheel scrolling (requires previous)
1063 --enable-old-selection enable v2.20 (& prior) mouse selection style support
1064 --disable-new-selection disable new mouse (xterm) selection style support
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
3286if test x$GXX = xyes; then
3287 CXXFLAGS="$CXXFLAGS -fno-exceptions"
3288fi
3289
3290ac_ext=cc
3291ac_cpp='$CXXCPP $CPPFLAGS'
3292ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3293ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3294ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3295
3296
3297
3298ac_ext=cc
3299ac_cpp='$CXXCPP $CPPFLAGS'
3300ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3301ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3302ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3303echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
3304echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
3305if test -z "$CXXCPP"; then
3306 if test "${ac_cv_prog_CXXCPP+set}" = set; then
3307 echo $ECHO_N "(cached) $ECHO_C" >&6
3308else
3309 # Double quotes because CXXCPP needs to be expanded
3310 for CXXCPP in "$CXX -E" "/lib/cpp"
3311 do
3312 ac_preproc_ok=false
3313for ac_cxx_preproc_warn_flag in '' yes
3314do
3315 # Use a header file that comes with gcc, so configuring glibc
3316 # with a fresh cross-compiler works.
3317 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3318 # <limits.h> exists even on freestanding compilers.
3319 # On the NeXT, cc -E runs the code through the compiler's parser,
3320 # not just through cpp. "Syntax error" is here to catch this case.
3321 cat >conftest.$ac_ext <<_ACEOF
3322/* confdefs.h. */
3323_ACEOF
3324cat confdefs.h >>conftest.$ac_ext
3325cat >>conftest.$ac_ext <<_ACEOF
3326/* end confdefs.h. */
3327#ifdef __STDC__
3328# include <limits.h>
3329#else
3330# include <assert.h>
3331#endif
3332 Syntax error
3333_ACEOF
3334if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3335 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3336 ac_status=$?
3337 grep -v '^ *+' conftest.er1 >conftest.err
3338 rm -f conftest.er1
3339 cat conftest.err >&5
3340 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3341 (exit $ac_status); } >/dev/null; then
3342 if test -s conftest.err; then
3343 ac_cpp_err=$ac_cxx_preproc_warn_flag
3344 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3345 else
3346 ac_cpp_err=
3347 fi
3348else
3349 ac_cpp_err=yes
3350fi
3351if test -z "$ac_cpp_err"; then
3352 :
3353else
3354 echo "$as_me: failed program was:" >&5
3355sed 's/^/| /' conftest.$ac_ext >&5
3356
3357 # Broken: fails on valid input.
3358continue
3359fi
3360rm -f conftest.err conftest.$ac_ext
3361
3362 # OK, works on sane cases. Now check whether non-existent headers
3363 # can be detected and how.
3364 cat >conftest.$ac_ext <<_ACEOF
3365/* confdefs.h. */
3366_ACEOF
3367cat confdefs.h >>conftest.$ac_ext
3368cat >>conftest.$ac_ext <<_ACEOF
3369/* end confdefs.h. */
3370#include <ac_nonexistent.h>
3371_ACEOF
3372if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3373 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3374 ac_status=$?
3375 grep -v '^ *+' conftest.er1 >conftest.err
3376 rm -f conftest.er1
3377 cat conftest.err >&5
3378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3379 (exit $ac_status); } >/dev/null; then
3380 if test -s conftest.err; then
3381 ac_cpp_err=$ac_cxx_preproc_warn_flag
3382 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3383 else
3384 ac_cpp_err=
3385 fi
3386else
3387 ac_cpp_err=yes
3388fi
3389if test -z "$ac_cpp_err"; then
3390 # Broken: success on invalid input.
3391continue
3392else
3393 echo "$as_me: failed program was:" >&5
3394sed 's/^/| /' conftest.$ac_ext >&5
3395
3396 # Passes both tests.
3397ac_preproc_ok=:
3398break
3399fi
3400rm -f conftest.err conftest.$ac_ext
3401
3402done
3403# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3404rm -f conftest.err conftest.$ac_ext
3405if $ac_preproc_ok; then
3406 break
3407fi
3408
3409 done
3410 ac_cv_prog_CXXCPP=$CXXCPP
3411
3412fi
3413 CXXCPP=$ac_cv_prog_CXXCPP
3414else
3415 ac_cv_prog_CXXCPP=$CXXCPP
3416fi
3417echo "$as_me:$LINENO: result: $CXXCPP" >&5
3418echo "${ECHO_T}$CXXCPP" >&6
3419ac_preproc_ok=false
3420for ac_cxx_preproc_warn_flag in '' yes
3421do
3422 # Use a header file that comes with gcc, so configuring glibc
3423 # with a fresh cross-compiler works.
3424 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3425 # <limits.h> exists even on freestanding compilers.
3426 # On the NeXT, cc -E runs the code through the compiler's parser,
3427 # not just through cpp. "Syntax error" is here to catch this case.
3428 cat >conftest.$ac_ext <<_ACEOF
3429/* confdefs.h. */
3430_ACEOF
3431cat confdefs.h >>conftest.$ac_ext
3432cat >>conftest.$ac_ext <<_ACEOF
3433/* end confdefs.h. */
3434#ifdef __STDC__
3435# include <limits.h>
3436#else
3437# include <assert.h>
3438#endif
3439 Syntax error
3440_ACEOF
3441if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3442 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3443 ac_status=$?
3444 grep -v '^ *+' conftest.er1 >conftest.err
3445 rm -f conftest.er1
3446 cat conftest.err >&5
3447 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3448 (exit $ac_status); } >/dev/null; then
3449 if test -s conftest.err; then
3450 ac_cpp_err=$ac_cxx_preproc_warn_flag
3451 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3452 else
3453 ac_cpp_err=
3454 fi
3455else
3456 ac_cpp_err=yes
3457fi
3458if test -z "$ac_cpp_err"; then
3459 :
3460else
3461 echo "$as_me: failed program was:" >&5
3462sed 's/^/| /' conftest.$ac_ext >&5
3463
3464 # Broken: fails on valid input.
3465continue
3466fi
3467rm -f conftest.err conftest.$ac_ext
3468
3469 # OK, works on sane cases. Now check whether non-existent headers
3470 # can be detected and how.
3471 cat >conftest.$ac_ext <<_ACEOF
3472/* confdefs.h. */
3473_ACEOF
3474cat confdefs.h >>conftest.$ac_ext
3475cat >>conftest.$ac_ext <<_ACEOF
3476/* end confdefs.h. */
3477#include <ac_nonexistent.h>
3478_ACEOF
3479if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3480 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3481 ac_status=$?
3482 grep -v '^ *+' conftest.er1 >conftest.err
3483 rm -f conftest.er1
3484 cat conftest.err >&5
3485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3486 (exit $ac_status); } >/dev/null; then
3487 if test -s conftest.err; then
3488 ac_cpp_err=$ac_cxx_preproc_warn_flag
3489 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3490 else
3491 ac_cpp_err=
3492 fi
3493else
3494 ac_cpp_err=yes
3495fi
3496if test -z "$ac_cpp_err"; then
3497 # Broken: success on invalid input.
3498continue
3499else
3500 echo "$as_me: failed program was:" >&5
3501sed 's/^/| /' conftest.$ac_ext >&5
3502
3503 # Passes both tests.
3504ac_preproc_ok=:
3505break
3506fi
3507rm -f conftest.err conftest.$ac_ext
3508
3509done
3510# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3511rm -f conftest.err conftest.$ac_ext
3512if $ac_preproc_ok; then
3513 :
3514else
3515 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
3516See \`config.log' for more details." >&5
3517echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
3518See \`config.log' for more details." >&2;}
3519 { (exit 1); exit 1; }; }
3520fi
3521
3522ac_ext=cc
3523ac_cpp='$CXXCPP $CPPFLAGS'
3524ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3525ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3526ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3527
3528
3529echo "$as_me:$LINENO: checking for egrep" >&5
3530echo $ECHO_N "checking for egrep... $ECHO_C" >&6
3531if test "${ac_cv_prog_egrep+set}" = set; then
3532 echo $ECHO_N "(cached) $ECHO_C" >&6
3533else
3534 if echo a | (grep -E '(a|b)') >/dev/null 2>&1
3535 then ac_cv_prog_egrep='grep -E'
3536 else ac_cv_prog_egrep='egrep'
1349 fi 3537 fi
1350 done
1351 IFS="$ac_save_ifs"
1352fi 3538fi
1353fi 3539echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
1354AWK="$ac_cv_prog_AWK" 3540echo "${ECHO_T}$ac_cv_prog_egrep" >&6
1355if test -n "$AWK"; then 3541 EGREP=$ac_cv_prog_egrep
1356 echo "$ac_t""$AWK" 1>&6
1357else
1358 echo "$ac_t""no" 1>&6
1359fi
1360 3542
1361test -n "$AWK" && break
1362done
1363 3543
1364 3544
3545echo "$as_me:$LINENO: checking for AIX" >&5
1365echo $ac_n "checking for AIX""... $ac_c" 1>&6 3546echo $ECHO_N "checking for AIX... $ECHO_C" >&6
1366echo "configure:1367: checking for AIX" >&5
1367cat > conftest.$ac_ext <<EOF 3547cat >conftest.$ac_ext <<_ACEOF
1368#line 1369 "configure" 3548/* confdefs.h. */
1369#include "confdefs.h" 3549_ACEOF
3550cat confdefs.h >>conftest.$ac_ext
3551cat >>conftest.$ac_ext <<_ACEOF
3552/* end confdefs.h. */
1370#ifdef _AIX 3553#ifdef _AIX
1371 yes 3554 yes
1372#endif 3555#endif
1373 3556
1374EOF 3557_ACEOF
1375if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 3558if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1376 egrep "yes" >/dev/null 2>&1; then 3559 $EGREP "yes" >/dev/null 2>&1; then
1377 rm -rf conftest* 3560 echo "$as_me:$LINENO: result: yes" >&5
1378 echo "$ac_t""yes" 1>&6; cat >> confdefs.h <<\EOF 3561echo "${ECHO_T}yes" >&6
3562cat >>confdefs.h <<\_ACEOF
1379#define _ALL_SOURCE 1 3563#define _ALL_SOURCE 1
1380EOF 3564_ACEOF
1381 3565
1382else 3566else
1383 rm -rf conftest* 3567 echo "$as_me:$LINENO: result: no" >&5
1384 echo "$ac_t""no" 1>&6 3568echo "${ECHO_T}no" >&6
1385fi 3569fi
1386rm -f conftest* 3570rm -f conftest*
1387 3571
1388 3572
1389echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6 3573echo "$as_me:$LINENO: checking for library containing strerror" >&5
1390echo "configure:1391: checking for POSIXized ISC" >&5 3574echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6
1391if test -d /etc/conf/kconfig.d && 3575if test "${ac_cv_search_strerror+set}" = set; then
1392 grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1 3576 echo $ECHO_N "(cached) $ECHO_C" >&6
1393then
1394 echo "$ac_t""yes" 1>&6
1395 ISC=yes # If later tests want to check for ISC.
1396 cat >> confdefs.h <<\EOF
1397#define _POSIX_SOURCE 1
1398EOF
1399
1400 if test "$GCC" = yes; then
1401 CC="$CC -posix"
1402 else 3577else
1403 CC="$CC -Xp" 3578 ac_func_search_save_LIBS=$LIBS
1404 fi 3579ac_cv_search_strerror=no
3580cat >conftest.$ac_ext <<_ACEOF
3581/* confdefs.h. */
3582_ACEOF
3583cat confdefs.h >>conftest.$ac_ext
3584cat >>conftest.$ac_ext <<_ACEOF
3585/* end confdefs.h. */
3586
3587/* Override any gcc2 internal prototype to avoid an error. */
3588#ifdef __cplusplus
3589extern "C"
3590#endif
3591/* We use char because int might match the return type of a gcc2
3592 builtin and then its argument prototype would still apply. */
3593char strerror ();
3594int
3595main ()
3596{
3597strerror ();
3598 ;
3599 return 0;
3600}
3601_ACEOF
3602rm -f conftest.$ac_objext conftest$ac_exeext
3603if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3604 (eval $ac_link) 2>conftest.er1
3605 ac_status=$?
3606 grep -v '^ *+' conftest.er1 >conftest.err
3607 rm -f conftest.er1
3608 cat conftest.err >&5
3609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3610 (exit $ac_status); } &&
3611 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3612 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3613 (eval $ac_try) 2>&5
3614 ac_status=$?
3615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3616 (exit $ac_status); }; } &&
3617 { ac_try='test -s conftest$ac_exeext'
3618 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3619 (eval $ac_try) 2>&5
3620 ac_status=$?
3621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3622 (exit $ac_status); }; }; then
3623 ac_cv_search_strerror="none required"
1405else 3624else
1406 echo "$ac_t""no" 1>&6 3625 echo "$as_me: failed program was:" >&5
1407 ISC= 3626sed 's/^/| /' conftest.$ac_ext >&5
3627
3628fi
3629rm -f conftest.err conftest.$ac_objext \
3630 conftest$ac_exeext conftest.$ac_ext
3631if test "$ac_cv_search_strerror" = no; then
3632 for ac_lib in cposix; do
3633 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
3634 cat >conftest.$ac_ext <<_ACEOF
3635/* confdefs.h. */
3636_ACEOF
3637cat confdefs.h >>conftest.$ac_ext
3638cat >>conftest.$ac_ext <<_ACEOF
3639/* end confdefs.h. */
3640
3641/* Override any gcc2 internal prototype to avoid an error. */
3642#ifdef __cplusplus
3643extern "C"
3644#endif
3645/* We use char because int might match the return type of a gcc2
3646 builtin and then its argument prototype would still apply. */
3647char strerror ();
3648int
3649main ()
3650{
3651strerror ();
3652 ;
3653 return 0;
3654}
3655_ACEOF
3656rm -f conftest.$ac_objext conftest$ac_exeext
3657if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3658 (eval $ac_link) 2>conftest.er1
3659 ac_status=$?
3660 grep -v '^ *+' conftest.er1 >conftest.err
3661 rm -f conftest.er1
3662 cat conftest.err >&5
3663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3664 (exit $ac_status); } &&
3665 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3666 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3667 (eval $ac_try) 2>&5
3668 ac_status=$?
3669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3670 (exit $ac_status); }; } &&
3671 { ac_try='test -s conftest$ac_exeext'
3672 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3673 (eval $ac_try) 2>&5
3674 ac_status=$?
3675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3676 (exit $ac_status); }; }; then
3677 ac_cv_search_strerror="-l$ac_lib"
3678break
3679else
3680 echo "$as_me: failed program was:" >&5
3681sed 's/^/| /' conftest.$ac_ext >&5
3682
3683fi
3684rm -f conftest.err conftest.$ac_objext \
3685 conftest$ac_exeext conftest.$ac_ext
3686 done
3687fi
3688LIBS=$ac_func_search_save_LIBS
3689fi
3690echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
3691echo "${ECHO_T}$ac_cv_search_strerror" >&6
3692if test "$ac_cv_search_strerror" != no; then
3693 test "$ac_cv_search_strerror" = "none required" || LIBS="$ac_cv_search_strerror $LIBS"
3694
1408fi 3695fi
1409 3696
1410 3697
1411# Check whether --enable-shared or --disable-shared was given. 3698# Check whether --enable-shared or --disable-shared was given.
1412if test "${enable_shared+set}" = set; then 3699if test "${enable_shared+set}" = set; then
1427 IFS="$ac_save_ifs" 3714 IFS="$ac_save_ifs"
1428 ;; 3715 ;;
1429esac 3716esac
1430else 3717else
1431 enable_shared=no 3718 enable_shared=no
1432fi
1433# Check whether --enable-static or --disable-static was given. 3719fi; # Check whether --enable-static or --disable-static was given.
1434if test "${enable_static+set}" = set; then 3720if test "${enable_static+set}" = set; then
1435 enableval="$enable_static" 3721 enableval="$enable_static"
1436 p=${PACKAGE-default} 3722 p=${PACKAGE-default}
1437case "$enableval" in 3723case "$enableval" in
1438yes) enable_static=yes ;; 3724yes) enable_static=yes ;;
1449 IFS="$ac_save_ifs" 3735 IFS="$ac_save_ifs"
1450 ;; 3736 ;;
1451esac 3737esac
1452else 3738else
1453 enable_static=yes 3739 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. 3740fi; # Check whether --enable-fast-install or --disable-fast-install was given.
1518if test "${enable_fast_install+set}" = set; then 3741if test "${enable_fast_install+set}" = set; then
1519 enableval="$enable_fast_install" 3742 enableval="$enable_fast_install"
1520 p=${PACKAGE-default} 3743 p=${PACKAGE-default}
1521case "$enableval" in 3744case "$enableval" in
1522yes) enable_fast_install=yes ;; 3745yes) enable_fast_install=yes ;;
1533 IFS="$ac_save_ifs" 3756 IFS="$ac_save_ifs"
1534 ;; 3757 ;;
1535esac 3758esac
1536else 3759else
1537 enable_fast_install=yes 3760 enable_fast_install=yes
1538fi 3761fi;
1539
1540
1541# Make sure we can run config.sub. 3762# Make sure we can run config.sub.
1542if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then : 3763$ac_config_sub sun4 >/dev/null 2>&1 ||
3764 { { 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; } 3765echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1544fi 3766 { (exit 1); exit 1; }; }
1545 3767
1546echo $ac_n "checking host system type""... $ac_c" 1>&6 3768echo "$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 3769echo $ECHO_N "checking build system type... $ECHO_C" >&6
1568echo "configure:1569: checking build system type" >&5 3770if test "${ac_cv_build+set}" = set; then
3771 echo $ECHO_N "(cached) $ECHO_C" >&6
3772else
3773 ac_cv_build_alias=$build_alias
3774test -z "$ac_cv_build_alias" &&
3775 ac_cv_build_alias=`$ac_config_guess`
3776test -z "$ac_cv_build_alias" &&
3777 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
3778echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
3779 { (exit 1); exit 1; }; }
3780ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
3781 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
3782echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
3783 { (exit 1); exit 1; }; }
1569 3784
1570build_alias=$build 3785fi
1571case "$build_alias" in 3786echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1572NONE) 3787echo "${ECHO_T}$ac_cv_build" >&6
1573 case $nonopt in 3788build=$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/'` 3789build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1581build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` 3790build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1582build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` 3791build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1583echo "$ac_t""$build" 1>&6 3792
3793
3794echo "$as_me:$LINENO: checking host system type" >&5
3795echo $ECHO_N "checking host system type... $ECHO_C" >&6
3796if test "${ac_cv_host+set}" = set; then
3797 echo $ECHO_N "(cached) $ECHO_C" >&6
3798else
3799 ac_cv_host_alias=$host_alias
3800test -z "$ac_cv_host_alias" &&
3801 ac_cv_host_alias=$ac_cv_build_alias
3802ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
3803 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
3804echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
3805 { (exit 1); exit 1; }; }
3806
3807fi
3808echo "$as_me:$LINENO: result: $ac_cv_host" >&5
3809echo "${ECHO_T}$ac_cv_host" >&6
3810host=$ac_cv_host
3811host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
3812host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
3813host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
3814
3815
1584 3816
1585# Check whether --with-gnu-ld or --without-gnu-ld was given. 3817# Check whether --with-gnu-ld or --without-gnu-ld was given.
1586if test "${with_gnu_ld+set}" = set; then 3818if test "${with_gnu_ld+set}" = set; then
1587 withval="$with_gnu_ld" 3819 withval="$with_gnu_ld"
1588 test "$withval" = no || with_gnu_ld=yes 3820 test "$withval" = no || with_gnu_ld=yes
1589else 3821else
1590 with_gnu_ld=no 3822 with_gnu_ld=no
1591fi 3823fi;
1592
1593ac_prog=ld 3824ac_prog=ld
1594if test "$GCC" = yes; then 3825if test "$GCC" = yes; then
1595 # Check if gcc -print-prog-name=ld gives a path. 3826 # Check if gcc -print-prog-name=ld gives a path.
3827 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 3828echo $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 3829 case $host in
1599 *-*-mingw*) 3830 *-*-mingw*)
1600 # gcc leaves a trailing carriage return which upsets mingw 3831 # gcc leaves a trailing carriage return which upsets mingw
1601 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; 3832 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
1602 *) 3833 *)
1621 # If it is relative, then search for the first ld in PATH. 3852 # If it is relative, then search for the first ld in PATH.
1622 with_gnu_ld=unknown 3853 with_gnu_ld=unknown
1623 ;; 3854 ;;
1624 esac 3855 esac
1625elif test "$with_gnu_ld" = yes; then 3856elif test "$with_gnu_ld" = yes; then
3857 echo "$as_me:$LINENO: checking for GNU ld" >&5
1626 echo $ac_n "checking for GNU ld""... $ac_c" 1>&6 3858echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
1627echo "configure:1628: checking for GNU ld" >&5
1628else 3859else
3860 echo "$as_me:$LINENO: checking for non-GNU ld" >&5
1629 echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6 3861echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
1630echo "configure:1631: checking for non-GNU ld" >&5
1631fi 3862fi
1632if eval "test \"`echo '$''{'lt_cv_path_LD'+set}'`\" = set"; then 3863if test "${lt_cv_path_LD+set}" = set; then
1633 echo $ac_n "(cached) $ac_c" 1>&6 3864 echo $ECHO_N "(cached) $ECHO_C" >&6
1634else 3865else
1635 if test -z "$LD"; then 3866 if test -z "$LD"; then
1636 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}" 3867 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
1637 for ac_dir in $PATH; do 3868 for ac_dir in $PATH; do
1638 test -z "$ac_dir" && ac_dir=. 3869 test -z "$ac_dir" && ac_dir=.
1654fi 3885fi
1655fi 3886fi
1656 3887
1657LD="$lt_cv_path_LD" 3888LD="$lt_cv_path_LD"
1658if test -n "$LD"; then 3889if test -n "$LD"; then
1659 echo "$ac_t""$LD" 1>&6 3890 echo "$as_me:$LINENO: result: $LD" >&5
3891echo "${ECHO_T}$LD" >&6
1660else 3892else
1661 echo "$ac_t""no" 1>&6 3893 echo "$as_me:$LINENO: result: no" >&5
3894echo "${ECHO_T}no" >&6
1662fi 3895fi
1663test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; } 3896test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
3897echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
3898 { (exit 1); exit 1; }; }
3899echo "$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 3900echo $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 3901if test "${lt_cv_prog_gnu_ld+set}" = set; then
1667 echo $ac_n "(cached) $ac_c" 1>&6 3902 echo $ECHO_N "(cached) $ECHO_C" >&6
1668else 3903else
1669 # I'd rather use --version here, but apparently some GNU ld's only accept -v. 3904 # 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 3905if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
1671 lt_cv_prog_gnu_ld=yes 3906 lt_cv_prog_gnu_ld=yes
1672else 3907else
1673 lt_cv_prog_gnu_ld=no 3908 lt_cv_prog_gnu_ld=no
1674fi 3909fi
1675fi 3910fi
1676 3911echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
1677echo "$ac_t""$lt_cv_prog_gnu_ld" 1>&6 3912echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
1678with_gnu_ld=$lt_cv_prog_gnu_ld 3913with_gnu_ld=$lt_cv_prog_gnu_ld
1679 3914
1680 3915
3916echo "$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 3917echo $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 3918if test "${lt_cv_ld_reload_flag+set}" = set; then
1684 echo $ac_n "(cached) $ac_c" 1>&6 3919 echo $ECHO_N "(cached) $ECHO_C" >&6
1685else 3920else
1686 lt_cv_ld_reload_flag='-r' 3921 lt_cv_ld_reload_flag='-r'
1687fi 3922fi
1688 3923echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
1689echo "$ac_t""$lt_cv_ld_reload_flag" 1>&6 3924echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6
1690reload_flag=$lt_cv_ld_reload_flag 3925reload_flag=$lt_cv_ld_reload_flag
1691test -n "$reload_flag" && reload_flag=" $reload_flag" 3926test -n "$reload_flag" && reload_flag=" $reload_flag"
1692 3927
3928echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
1693echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6 3929echo $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 3930if test "${lt_cv_path_NM+set}" = set; then
1696 echo $ac_n "(cached) $ac_c" 1>&6 3931 echo $ECHO_N "(cached) $ECHO_C" >&6
1697else 3932else
1698 if test -n "$NM"; then 3933 if test -n "$NM"; then
1699 # Let the user override the test. 3934 # Let the user override the test.
1700 lt_cv_path_NM="$NM" 3935 lt_cv_path_NM="$NM"
1701else 3936else
1724 test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm 3959 test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
1725fi 3960fi
1726fi 3961fi
1727 3962
1728NM="$lt_cv_path_NM" 3963NM="$lt_cv_path_NM"
1729echo "$ac_t""$NM" 1>&6 3964echo "$as_me:$LINENO: result: $NM" >&5
3965echo "${ECHO_T}$NM" >&6
1730 3966
3967echo "$as_me:$LINENO: checking whether ln -s works" >&5
1731echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 3968echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
1732echo "configure:1733: checking whether ln -s works" >&5 3969LN_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 3970if test "$LN_S" = "ln -s"; then
1747 echo "$ac_t""yes" 1>&6 3971 echo "$as_me:$LINENO: result: yes" >&5
3972echo "${ECHO_T}yes" >&6
1748else 3973else
1749 echo "$ac_t""no" 1>&6 3974 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
3975echo "${ECHO_T}no, using $LN_S" >&6
1750fi 3976fi
1751 3977
3978echo "$as_me:$LINENO: checking how to recognise dependant libraries" >&5
1752echo $ac_n "checking how to recognise dependant libraries""... $ac_c" 1>&6 3979echo $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 3980if test "${lt_cv_deplibs_check_method+set}" = set; then
1755 echo $ac_n "(cached) $ac_c" 1>&6 3981 echo $ECHO_N "(cached) $ECHO_C" >&6
1756else 3982else
1757 lt_cv_file_magic_cmd='$MAGIC_CMD' 3983 lt_cv_file_magic_cmd='$MAGIC_CMD'
1758lt_cv_file_magic_test_file= 3984lt_cv_file_magic_test_file=
1759lt_cv_deplibs_check_method='unknown' 3985lt_cv_deplibs_check_method='unknown'
1760# Need to set the preceding variable on all platforms that support 3986# Need to set the preceding variable on all platforms that support
1906 esac 4132 esac
1907 ;; 4133 ;;
1908esac 4134esac
1909 4135
1910fi 4136fi
1911 4137echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
1912echo "$ac_t""$lt_cv_deplibs_check_method" 1>&6 4138echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6
1913file_magic_cmd=$lt_cv_file_magic_cmd 4139file_magic_cmd=$lt_cv_file_magic_cmd
1914deplibs_check_method=$lt_cv_deplibs_check_method 4140deplibs_check_method=$lt_cv_deplibs_check_method
1915 4141
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 4142
1936echo "$ac_t""$ac_cv_objext" 1>&6
1937OBJEXT=$ac_cv_objext
1938ac_objext=$ac_cv_objext
1939 4143
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 4144
1979 4145
1980 4146
1981 4147
1982# Check for command to grab the raw symbol name followed by C symbol from nm. 4148# Check for command to grab the raw symbol name followed by C symbol from nm.
4149echo "$as_me:$LINENO: checking command to parse $NM output" >&5
1983echo $ac_n "checking command to parse $NM output""... $ac_c" 1>&6 4150echo $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 4151if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
1986 echo $ac_n "(cached) $ac_c" 1>&6 4152 echo $ECHO_N "(cached) $ECHO_C" >&6
1987else 4153else
1988 4154
1989# These are sane defaults that work on at least a few old systems. 4155# These are sane defaults that work on at least a few old systems.
1990# [They come from Ultrix. What could be older than Ultrix?!! ;)] 4156# [They come from Ultrix. What could be older than Ultrix?!! ;)]
1991 4157
1992# Character class describing NM global symbol codes. 4158# Character class describing NM global symbol codes.
1993symcode='[BCDEGRST]' 4159symcode='[BCDEGRST]'
2055} 4221}
2056#endif 4222#endif
2057main(){nm_test_var='a';nm_test_func();return(0);} 4223main(){nm_test_var='a';nm_test_func();return(0);}
2058EOF 4224EOF
2059 4225
2060 if { (eval echo configure:2061: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 4226 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4227 (eval $ac_compile) 2>&5
4228 ac_status=$?
4229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4230 (exit $ac_status); }; then
2061 # Now try to grab the symbols. 4231 # Now try to grab the symbols.
2062 nlist=conftest.nm 4232 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 4233 if { (eval echo "$as_me:$LINENO: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5
4234 (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
4235 ac_status=$?
4236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4237 (exit $ac_status); } && test -s "$nlist"; then
2064 # Try sorting and uniquifying the output. 4238 # Try sorting and uniquifying the output.
2065 if sort "$nlist" | uniq > "$nlist"T; then 4239 if sort "$nlist" | uniq > "$nlist"T; then
2066 mv -f "$nlist"T "$nlist" 4240 mv -f "$nlist"T "$nlist"
2067 else 4241 else
2068 rm -f "$nlist"T 4242 rm -f "$nlist"T
2109 mv conftest.$ac_objext conftstm.$ac_objext 4283 mv conftest.$ac_objext conftstm.$ac_objext
2110 save_LIBS="$LIBS" 4284 save_LIBS="$LIBS"
2111 save_CFLAGS="$CFLAGS" 4285 save_CFLAGS="$CFLAGS"
2112 LIBS="conftstm.$ac_objext" 4286 LIBS="conftstm.$ac_objext"
2113 CFLAGS="$CFLAGS$no_builtin_flag" 4287 CFLAGS="$CFLAGS$no_builtin_flag"
2114 if { (eval echo configure:2115: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 4288 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4289 (eval $ac_link) 2>&5
4290 ac_status=$?
4291 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4292 (exit $ac_status); } && test -s conftest; then
2115 pipe_works=yes 4293 pipe_works=yes
2116 fi 4294 fi
2117 LIBS="$save_LIBS" 4295 LIBS="$save_LIBS"
2118 CFLAGS="$save_CFLAGS" 4296 CFLAGS="$save_CFLAGS"
2119 else 4297 else
2146 global_symbol_to_cdecl= 4324 global_symbol_to_cdecl=
2147else 4325else
2148 global_symbol_to_cdecl="$lt_cv_global_symbol_to_cdecl" 4326 global_symbol_to_cdecl="$lt_cv_global_symbol_to_cdecl"
2149fi 4327fi
2150if test -z "$global_symbol_pipe$global_symbol_to_cdecl"; then 4328if test -z "$global_symbol_pipe$global_symbol_to_cdecl"; then
2151 echo "$ac_t""failed" 1>&6 4329 echo "$as_me:$LINENO: result: failed" >&5
4330echo "${ECHO_T}failed" >&6
4331else
4332 echo "$as_me:$LINENO: result: ok" >&5
4333echo "${ECHO_T}ok" >&6
4334fi
4335
4336echo "$as_me:$LINENO: checking for ANSI C header files" >&5
4337echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
4338if test "${ac_cv_header_stdc+set}" = set; then
4339 echo $ECHO_N "(cached) $ECHO_C" >&6
4340else
4341 cat >conftest.$ac_ext <<_ACEOF
4342/* confdefs.h. */
4343_ACEOF
4344cat confdefs.h >>conftest.$ac_ext
4345cat >>conftest.$ac_ext <<_ACEOF
4346/* end confdefs.h. */
4347#include <stdlib.h>
4348#include <stdarg.h>
4349#include <string.h>
4350#include <float.h>
4351
4352int
4353main ()
4354{
4355
4356 ;
4357 return 0;
4358}
4359_ACEOF
4360rm -f conftest.$ac_objext
4361if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4362 (eval $ac_compile) 2>conftest.er1
4363 ac_status=$?
4364 grep -v '^ *+' conftest.er1 >conftest.err
4365 rm -f conftest.er1
4366 cat conftest.err >&5
4367 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4368 (exit $ac_status); } &&
4369 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4370 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4371 (eval $ac_try) 2>&5
4372 ac_status=$?
4373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4374 (exit $ac_status); }; } &&
4375 { ac_try='test -s conftest.$ac_objext'
4376 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4377 (eval $ac_try) 2>&5
4378 ac_status=$?
4379 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4380 (exit $ac_status); }; }; then
4381 ac_cv_header_stdc=yes
4382else
4383 echo "$as_me: failed program was:" >&5
4384sed 's/^/| /' conftest.$ac_ext >&5
4385
4386ac_cv_header_stdc=no
4387fi
4388rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4389
4390if test $ac_cv_header_stdc = yes; then
4391 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4392 cat >conftest.$ac_ext <<_ACEOF
4393/* confdefs.h. */
4394_ACEOF
4395cat confdefs.h >>conftest.$ac_ext
4396cat >>conftest.$ac_ext <<_ACEOF
4397/* end confdefs.h. */
4398#include <string.h>
4399
4400_ACEOF
4401if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4402 $EGREP "memchr" >/dev/null 2>&1; then
4403 :
4404else
4405 ac_cv_header_stdc=no
4406fi
4407rm -f conftest*
4408
4409fi
4410
4411if test $ac_cv_header_stdc = yes; then
4412 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4413 cat >conftest.$ac_ext <<_ACEOF
4414/* confdefs.h. */
4415_ACEOF
4416cat confdefs.h >>conftest.$ac_ext
4417cat >>conftest.$ac_ext <<_ACEOF
4418/* end confdefs.h. */
4419#include <stdlib.h>
4420
4421_ACEOF
4422if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4423 $EGREP "free" >/dev/null 2>&1; then
4424 :
4425else
4426 ac_cv_header_stdc=no
4427fi
4428rm -f conftest*
4429
4430fi
4431
4432if test $ac_cv_header_stdc = yes; then
4433 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4434 if test "$cross_compiling" = yes; then
4435 :
4436else
4437 cat >conftest.$ac_ext <<_ACEOF
4438/* confdefs.h. */
4439_ACEOF
4440cat confdefs.h >>conftest.$ac_ext
4441cat >>conftest.$ac_ext <<_ACEOF
4442/* end confdefs.h. */
4443#include <ctype.h>
4444#if ((' ' & 0x0FF) == 0x020)
4445# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4446# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
2152else 4447#else
2153 echo "$ac_t""ok" 1>&6 4448# define ISLOWER(c) \
2154fi 4449 (('a' <= (c) && (c) <= 'i') \
4450 || ('j' <= (c) && (c) <= 'r') \
4451 || ('s' <= (c) && (c) <= 'z'))
4452# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4453#endif
2155 4454
2156for ac_hdr in dlfcn.h 4455#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4456int
4457main ()
4458{
4459 int i;
4460 for (i = 0; i < 256; i++)
4461 if (XOR (islower (i), ISLOWER (i))
4462 || toupper (i) != TOUPPER (i))
4463 exit(2);
4464 exit (0);
4465}
4466_ACEOF
4467rm -f conftest$ac_exeext
4468if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4469 (eval $ac_link) 2>&5
4470 ac_status=$?
4471 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4472 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
4473 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4474 (eval $ac_try) 2>&5
4475 ac_status=$?
4476 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4477 (exit $ac_status); }; }; then
4478 :
4479else
4480 echo "$as_me: program exited with status $ac_status" >&5
4481echo "$as_me: failed program was:" >&5
4482sed 's/^/| /' conftest.$ac_ext >&5
4483
4484( exit $ac_status )
4485ac_cv_header_stdc=no
4486fi
4487rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
4488fi
4489fi
4490fi
4491echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
4492echo "${ECHO_T}$ac_cv_header_stdc" >&6
4493if test $ac_cv_header_stdc = yes; then
4494
4495cat >>confdefs.h <<\_ACEOF
4496#define STDC_HEADERS 1
4497_ACEOF
4498
4499fi
4500
4501# On IRIX 5.3, sys/types and inttypes.h are conflicting.
4502
4503
4504
4505
4506
4507
4508
4509
4510
4511for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4512 inttypes.h stdint.h unistd.h
2157do 4513do
2158ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 4514as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
4515echo "$as_me:$LINENO: checking for $ac_header" >&5
2159echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 4516echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
2160echo "configure:2161: checking for $ac_hdr" >&5 4517if 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 4518 echo $ECHO_N "(cached) $ECHO_C" >&6
2163else 4519else
2164 cat > conftest.$ac_ext <<EOF 4520 cat >conftest.$ac_ext <<_ACEOF
2165#line 2166 "configure" 4521/* confdefs.h. */
2166#include "confdefs.h" 4522_ACEOF
4523cat confdefs.h >>conftest.$ac_ext
4524cat >>conftest.$ac_ext <<_ACEOF
4525/* end confdefs.h. */
4526$ac_includes_default
4527
2167#include <$ac_hdr> 4528#include <$ac_header>
2168EOF 4529_ACEOF
2169ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4530rm -f conftest.$ac_objext
2170{ (eval echo configure:2171: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4531if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2171ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4532 (eval $ac_compile) 2>conftest.er1
4533 ac_status=$?
4534 grep -v '^ *+' conftest.er1 >conftest.err
4535 rm -f conftest.er1
4536 cat conftest.err >&5
4537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4538 (exit $ac_status); } &&
4539 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4540 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4541 (eval $ac_try) 2>&5
4542 ac_status=$?
4543 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4544 (exit $ac_status); }; } &&
4545 { ac_try='test -s conftest.$ac_objext'
4546 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4547 (eval $ac_try) 2>&5
4548 ac_status=$?
4549 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4550 (exit $ac_status); }; }; then
4551 eval "$as_ac_Header=yes"
4552else
4553 echo "$as_me: failed program was:" >&5
4554sed 's/^/| /' conftest.$ac_ext >&5
4555
4556eval "$as_ac_Header=no"
4557fi
4558rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4559fi
4560echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4561echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4562if test `eval echo '${'$as_ac_Header'}'` = yes; then
4563 cat >>confdefs.h <<_ACEOF
4564#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
4565_ACEOF
4566
4567fi
4568
4569done
4570
4571
4572
4573for ac_header in dlfcn.h
4574do
4575as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
4576if eval "test \"\${$as_ac_Header+set}\" = set"; then
4577 echo "$as_me:$LINENO: checking for $ac_header" >&5
4578echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4579if eval "test \"\${$as_ac_Header+set}\" = set"; then
4580 echo $ECHO_N "(cached) $ECHO_C" >&6
4581fi
4582echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4583echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4584else
4585 # Is the header compilable?
4586echo "$as_me:$LINENO: checking $ac_header usability" >&5
4587echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
4588cat >conftest.$ac_ext <<_ACEOF
4589/* confdefs.h. */
4590_ACEOF
4591cat confdefs.h >>conftest.$ac_ext
4592cat >>conftest.$ac_ext <<_ACEOF
4593/* end confdefs.h. */
4594$ac_includes_default
4595#include <$ac_header>
4596_ACEOF
4597rm -f conftest.$ac_objext
4598if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4599 (eval $ac_compile) 2>conftest.er1
4600 ac_status=$?
4601 grep -v '^ *+' conftest.er1 >conftest.err
4602 rm -f conftest.er1
4603 cat conftest.err >&5
4604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4605 (exit $ac_status); } &&
4606 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4607 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4608 (eval $ac_try) 2>&5
4609 ac_status=$?
4610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4611 (exit $ac_status); }; } &&
4612 { ac_try='test -s conftest.$ac_objext'
4613 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4614 (eval $ac_try) 2>&5
4615 ac_status=$?
4616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4617 (exit $ac_status); }; }; then
4618 ac_header_compiler=yes
4619else
4620 echo "$as_me: failed program was:" >&5
4621sed 's/^/| /' conftest.$ac_ext >&5
4622
4623ac_header_compiler=no
4624fi
4625rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4626echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
4627echo "${ECHO_T}$ac_header_compiler" >&6
4628
4629# Is the header present?
4630echo "$as_me:$LINENO: checking $ac_header presence" >&5
4631echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
4632cat >conftest.$ac_ext <<_ACEOF
4633/* confdefs.h. */
4634_ACEOF
4635cat confdefs.h >>conftest.$ac_ext
4636cat >>conftest.$ac_ext <<_ACEOF
4637/* end confdefs.h. */
4638#include <$ac_header>
4639_ACEOF
4640if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4641 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4642 ac_status=$?
4643 grep -v '^ *+' conftest.er1 >conftest.err
4644 rm -f conftest.er1
4645 cat conftest.err >&5
4646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4647 (exit $ac_status); } >/dev/null; then
4648 if test -s conftest.err; then
4649 ac_cpp_err=$ac_cxx_preproc_warn_flag
4650 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
4651 else
4652 ac_cpp_err=
4653 fi
4654else
4655 ac_cpp_err=yes
4656fi
2172if test -z "$ac_err"; then 4657if test -z "$ac_cpp_err"; then
2173 rm -rf conftest* 4658 ac_header_preproc=yes
2174 eval "ac_cv_header_$ac_safe=yes"
2175else 4659else
2176 echo "$ac_err" >&5
2177 echo "configure: failed program was:" >&5 4660 echo "$as_me: failed program was:" >&5
2178 cat conftest.$ac_ext >&5 4661sed 's/^/| /' conftest.$ac_ext >&5
2179 rm -rf conftest* 4662
2180 eval "ac_cv_header_$ac_safe=no" 4663 ac_header_preproc=no
2181fi 4664fi
2182rm -f conftest* 4665rm -f conftest.err conftest.$ac_ext
4666echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
4667echo "${ECHO_T}$ac_header_preproc" >&6
4668
4669# So? What about this header?
4670case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
4671 yes:no: )
4672 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
4673echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
4674 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
4675echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
4676 ac_header_preproc=yes
4677 ;;
4678 no:yes:* )
4679 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
4680echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
4681 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
4682echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
4683 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
4684echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
4685 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
4686echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
4687 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
4688echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
4689 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
4690echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
4691 (
4692 cat <<\_ASBOX
4693## ------------------------------------------ ##
4694## Report this to the AC_PACKAGE_NAME lists. ##
4695## ------------------------------------------ ##
4696_ASBOX
4697 ) |
4698 sed "s/^/$as_me: WARNING: /" >&2
4699 ;;
4700esac
4701echo "$as_me:$LINENO: checking for $ac_header" >&5
4702echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4703if eval "test \"\${$as_ac_Header+set}\" = set"; then
4704 echo $ECHO_N "(cached) $ECHO_C" >&6
4705else
4706 eval "$as_ac_Header=\$ac_header_preproc"
2183fi 4707fi
2184if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 4708echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
2185 echo "$ac_t""yes" 1>&6 4709echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
2186 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` 4710
4711fi
4712if test `eval echo '${'$as_ac_Header'}'` = yes; then
2187 cat >> confdefs.h <<EOF 4713 cat >>confdefs.h <<_ACEOF
2188#define $ac_tr_hdr 1 4714#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
2189EOF 4715_ACEOF
2190 4716
2191else
2192 echo "$ac_t""no" 1>&6
2193fi 4717fi
4718
2194done 4719done
2195 4720
2196 4721
2197 4722
2198 4723
2199 4724
2200# Only perform the check for file, if the check method requires it 4725# Only perform the check for file, if the check method requires it
2201case "$deplibs_check_method" in 4726case "$deplibs_check_method" in
2202file_magic*) 4727file_magic*)
2203 if test "$file_magic_cmd" = '$MAGIC_CMD'; then 4728 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
4729 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 4730echo $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 4731if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
2207 echo $ac_n "(cached) $ac_c" 1>&6 4732 echo $ECHO_N "(cached) $ECHO_C" >&6
2208else 4733else
2209 case "$MAGIC_CMD" in 4734 case "$MAGIC_CMD" in
2210 /*) 4735 /*)
2211 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. 4736 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
2212 ;; 4737 ;;
2254esac 4779esac
2255fi 4780fi
2256 4781
2257MAGIC_CMD="$lt_cv_path_MAGIC_CMD" 4782MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
2258if test -n "$MAGIC_CMD"; then 4783if test -n "$MAGIC_CMD"; then
4784 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
2259 echo "$ac_t""$MAGIC_CMD" 1>&6 4785echo "${ECHO_T}$MAGIC_CMD" >&6
2260else 4786else
2261 echo "$ac_t""no" 1>&6 4787 echo "$as_me:$LINENO: result: no" >&5
4788echo "${ECHO_T}no" >&6
2262fi 4789fi
2263 4790
2264if test -z "$lt_cv_path_MAGIC_CMD"; then 4791if test -z "$lt_cv_path_MAGIC_CMD"; then
2265 if test -n "$ac_tool_prefix"; then 4792 if test -n "$ac_tool_prefix"; then
4793 echo "$as_me:$LINENO: checking for file" >&5
2266 echo $ac_n "checking for file""... $ac_c" 1>&6 4794echo $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 4795if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
2269 echo $ac_n "(cached) $ac_c" 1>&6 4796 echo $ECHO_N "(cached) $ECHO_C" >&6
2270else 4797else
2271 case "$MAGIC_CMD" in 4798 case "$MAGIC_CMD" in
2272 /*) 4799 /*)
2273 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. 4800 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
2274 ;; 4801 ;;
2316esac 4843esac
2317fi 4844fi
2318 4845
2319MAGIC_CMD="$lt_cv_path_MAGIC_CMD" 4846MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
2320if test -n "$MAGIC_CMD"; then 4847if test -n "$MAGIC_CMD"; then
4848 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
2321 echo "$ac_t""$MAGIC_CMD" 1>&6 4849echo "${ECHO_T}$MAGIC_CMD" >&6
2322else 4850else
2323 echo "$ac_t""no" 1>&6 4851 echo "$as_me:$LINENO: result: no" >&5
4852echo "${ECHO_T}no" >&6
2324fi 4853fi
2325 4854
2326 else 4855 else
2327 MAGIC_CMD=: 4856 MAGIC_CMD=:
2328 fi 4857 fi
2330 4859
2331 fi 4860 fi
2332 ;; 4861 ;;
2333esac 4862esac
2334 4863
4864if 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. 4865 # 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 4866set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4867echo "$as_me:$LINENO: checking for $ac_word" >&5
2337echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4868echo $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 4869if test "${ac_cv_prog_RANLIB+set}" = set; then
2340 echo $ac_n "(cached) $ac_c" 1>&6 4870 echo $ECHO_N "(cached) $ECHO_C" >&6
2341else 4871else
2342 if test -n "$RANLIB"; then 4872 if test -n "$RANLIB"; then
2343 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 4873 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
2344else 4874else
2345 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 4875as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2346 ac_dummy="$PATH" 4876for as_dir in $PATH
2347 for ac_dir in $ac_dummy; do 4877do
4878 IFS=$as_save_IFS
2348 test -z "$ac_dir" && ac_dir=. 4879 test -z "$as_dir" && as_dir=.
2349 if test -f $ac_dir/$ac_word; then 4880 for ac_exec_ext in '' $ac_executable_extensions; do
4881 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2350 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 4882 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4883 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2351 break 4884 break 2
2352 fi 4885 fi
2353 done 4886done
2354 IFS="$ac_save_ifs" 4887done
4888
2355fi 4889fi
2356fi 4890fi
2357RANLIB="$ac_cv_prog_RANLIB" 4891RANLIB=$ac_cv_prog_RANLIB
2358if test -n "$RANLIB"; then 4892if test -n "$RANLIB"; then
2359 echo "$ac_t""$RANLIB" 1>&6 4893 echo "$as_me:$LINENO: result: $RANLIB" >&5
4894echo "${ECHO_T}$RANLIB" >&6
2360else 4895else
2361 echo "$ac_t""no" 1>&6 4896 echo "$as_me:$LINENO: result: no" >&5
4897echo "${ECHO_T}no" >&6
2362fi 4898fi
2363 4899
2364 4900fi
2365if test -z "$ac_cv_prog_RANLIB"; then 4901if test -z "$ac_cv_prog_RANLIB"; then
2366if test -n "$ac_tool_prefix"; then 4902 ac_ct_RANLIB=$RANLIB
2367 # Extract the first word of "ranlib", so it can be a program name with args. 4903 # Extract the first word of "ranlib", so it can be a program name with args.
2368set dummy ranlib; ac_word=$2 4904set dummy ranlib; ac_word=$2
4905echo "$as_me:$LINENO: checking for $ac_word" >&5
2369echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4906echo $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 4907if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
2372 echo $ac_n "(cached) $ac_c" 1>&6 4908 echo $ECHO_N "(cached) $ECHO_C" >&6
2373else 4909else
2374 if test -n "$RANLIB"; then 4910 if test -n "$ac_ct_RANLIB"; then
2375 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 4911 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
2376else 4912else
2377 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 4913as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2378 ac_dummy="$PATH" 4914for as_dir in $PATH
2379 for ac_dir in $ac_dummy; do 4915do
4916 IFS=$as_save_IFS
2380 test -z "$ac_dir" && ac_dir=. 4917 test -z "$as_dir" && as_dir=.
2381 if test -f $ac_dir/$ac_word; then 4918 for ac_exec_ext in '' $ac_executable_extensions; do
4919 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2382 ac_cv_prog_RANLIB="ranlib" 4920 ac_cv_prog_ac_ct_RANLIB="ranlib"
4921 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2383 break 4922 break 2
2384 fi 4923 fi
2385 done 4924done
2386 IFS="$ac_save_ifs" 4925done
4926
2387 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":" 4927 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
2388fi 4928fi
2389fi 4929fi
4930ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4931if test -n "$ac_ct_RANLIB"; then
4932 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
4933echo "${ECHO_T}$ac_ct_RANLIB" >&6
4934else
4935 echo "$as_me:$LINENO: result: no" >&5
4936echo "${ECHO_T}no" >&6
4937fi
4938
4939 RANLIB=$ac_ct_RANLIB
4940else
2390RANLIB="$ac_cv_prog_RANLIB" 4941 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 4942fi
2396 4943
2397else 4944if 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. 4945 # 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 4946set dummy ${ac_tool_prefix}strip; ac_word=$2
4947echo "$as_me:$LINENO: checking for $ac_word" >&5
2404echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4948echo $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 4949if test "${ac_cv_prog_STRIP+set}" = set; then
2407 echo $ac_n "(cached) $ac_c" 1>&6 4950 echo $ECHO_N "(cached) $ECHO_C" >&6
2408else 4951else
2409 if test -n "$STRIP"; then 4952 if test -n "$STRIP"; then
2410 ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 4953 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2411else 4954else
2412 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 4955as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2413 ac_dummy="$PATH" 4956for as_dir in $PATH
2414 for ac_dir in $ac_dummy; do 4957do
4958 IFS=$as_save_IFS
2415 test -z "$ac_dir" && ac_dir=. 4959 test -z "$as_dir" && as_dir=.
2416 if test -f $ac_dir/$ac_word; then 4960 for ac_exec_ext in '' $ac_executable_extensions; do
4961 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2417 ac_cv_prog_STRIP="${ac_tool_prefix}strip" 4962 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4963 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2418 break 4964 break 2
2419 fi 4965 fi
2420 done 4966done
2421 IFS="$ac_save_ifs" 4967done
4968
2422fi 4969fi
2423fi 4970fi
2424STRIP="$ac_cv_prog_STRIP" 4971STRIP=$ac_cv_prog_STRIP
2425if test -n "$STRIP"; then 4972if test -n "$STRIP"; then
2426 echo "$ac_t""$STRIP" 1>&6 4973 echo "$as_me:$LINENO: result: $STRIP" >&5
4974echo "${ECHO_T}$STRIP" >&6
2427else 4975else
2428 echo "$ac_t""no" 1>&6 4976 echo "$as_me:$LINENO: result: no" >&5
4977echo "${ECHO_T}no" >&6
2429fi 4978fi
2430 4979
2431 4980fi
2432if test -z "$ac_cv_prog_STRIP"; then 4981if test -z "$ac_cv_prog_STRIP"; then
2433if test -n "$ac_tool_prefix"; then 4982 ac_ct_STRIP=$STRIP
2434 # Extract the first word of "strip", so it can be a program name with args. 4983 # Extract the first word of "strip", so it can be a program name with args.
2435set dummy strip; ac_word=$2 4984set dummy strip; ac_word=$2
4985echo "$as_me:$LINENO: checking for $ac_word" >&5
2436echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4986echo $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 4987if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
2439 echo $ac_n "(cached) $ac_c" 1>&6 4988 echo $ECHO_N "(cached) $ECHO_C" >&6
2440else 4989else
2441 if test -n "$STRIP"; then 4990 if test -n "$ac_ct_STRIP"; then
2442 ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 4991 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2443else 4992else
2444 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 4993as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2445 ac_dummy="$PATH" 4994for as_dir in $PATH
2446 for ac_dir in $ac_dummy; do 4995do
4996 IFS=$as_save_IFS
2447 test -z "$ac_dir" && ac_dir=. 4997 test -z "$as_dir" && as_dir=.
2448 if test -f $ac_dir/$ac_word; then 4998 for ac_exec_ext in '' $ac_executable_extensions; do
4999 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2449 ac_cv_prog_STRIP="strip" 5000 ac_cv_prog_ac_ct_STRIP="strip"
5001 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2450 break 5002 break 2
2451 fi 5003 fi
2452 done 5004done
2453 IFS="$ac_save_ifs" 5005done
5006
2454 test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP=":" 5007 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
2455fi 5008fi
2456fi 5009fi
5010ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5011if test -n "$ac_ct_STRIP"; then
5012 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5013echo "${ECHO_T}$ac_ct_STRIP" >&6
5014else
5015 echo "$as_me:$LINENO: result: no" >&5
5016echo "${ECHO_T}no" >&6
5017fi
5018
5019 STRIP=$ac_ct_STRIP
5020else
2457STRIP="$ac_cv_prog_STRIP" 5021 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 5022fi
2468 5023
2469 5024
2470enable_dlopen=no 5025enable_dlopen=no
2471enable_win32_dll=no 5026enable_win32_dll=no
2472 5027
2473# Check whether --enable-libtool-lock or --disable-libtool-lock was given. 5028# Check whether --enable-libtool-lock or --disable-libtool-lock was given.
2474if test "${enable_libtool_lock+set}" = set; then 5029if test "${enable_libtool_lock+set}" = set; then
2475 enableval="$enable_libtool_lock" 5030 enableval="$enable_libtool_lock"
2476 : 5031
2477fi 5032fi;
2478
2479test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes 5033test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
2480 5034
2481# Some flags need to be propagated to the compiler or linker for good 5035# Some flags need to be propagated to the compiler or linker for good
2482# libtool support. 5036# libtool support.
2483case "$host" in 5037case "$host" in
2484*-*-irix6*) 5038*-*-irix6*)
2485 # Find out which ABI we are using. 5039 # Find out which ABI we are using.
2486 echo '#line 2487 "configure"' > conftest.$ac_ext 5040 echo '#line 5040 "configure"' > conftest.$ac_ext
2487 if { (eval echo configure:2488: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5041 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5042 (eval $ac_compile) 2>&5
5043 ac_status=$?
5044 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5045 (exit $ac_status); }; then
2488 case "`/usr/bin/file conftest.$ac_objext`" in 5046 case "`/usr/bin/file conftest.$ac_objext`" in
2489 *32-bit*) 5047 *32-bit*)
2490 LD="${LD-ld} -32" 5048 LD="${LD-ld} -32"
2491 ;; 5049 ;;
2492 *N32*) 5050 *N32*)
2502 5060
2503*-*-sco3.2v5*) 5061*-*-sco3.2v5*)
2504 # On SCO OpenServer 5, we need -belf to get full-featured binaries. 5062 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
2505 SAVE_CFLAGS="$CFLAGS" 5063 SAVE_CFLAGS="$CFLAGS"
2506 CFLAGS="$CFLAGS -belf" 5064 CFLAGS="$CFLAGS -belf"
5065 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 5066echo $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 5067if test "${lt_cv_cc_needs_belf+set}" = set; then
2510 echo $ac_n "(cached) $ac_c" 1>&6 5068 echo $ECHO_N "(cached) $ECHO_C" >&6
2511else 5069else
2512 5070
5071
2513 ac_ext=c 5072 ac_ext=c
2514# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2515ac_cpp='$CPP $CPPFLAGS' 5073ac_cpp='$CPP $CPPFLAGS'
2516ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 5074ac_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' 5075ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2518cross_compiling=$ac_cv_prog_cc_cross 5076ac_compiler_gnu=$ac_cv_c_compiler_gnu
2519 5077
2520 cat > conftest.$ac_ext <<EOF 5078 cat >conftest.$ac_ext <<_ACEOF
2521#line 2522 "configure" 5079/* confdefs.h. */
2522#include "confdefs.h" 5080_ACEOF
5081cat confdefs.h >>conftest.$ac_ext
5082cat >>conftest.$ac_ext <<_ACEOF
5083/* end confdefs.h. */
2523 5084
2524int main() { 5085int
5086main ()
5087{
2525 5088
5089 ;
2526; return 0; } 5090 return 0;
2527EOF 5091}
2528if { (eval echo configure:2529: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5092_ACEOF
5093rm -f conftest.$ac_objext conftest$ac_exeext
5094if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5095 (eval $ac_link) 2>conftest.er1
5096 ac_status=$?
5097 grep -v '^ *+' conftest.er1 >conftest.err
2529 rm -rf conftest* 5098 rm -f conftest.er1
5099 cat conftest.err >&5
5100 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5101 (exit $ac_status); } &&
5102 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5103 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5104 (eval $ac_try) 2>&5
5105 ac_status=$?
5106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5107 (exit $ac_status); }; } &&
5108 { ac_try='test -s conftest$ac_exeext'
5109 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5110 (eval $ac_try) 2>&5
5111 ac_status=$?
5112 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5113 (exit $ac_status); }; }; then
2530 lt_cv_cc_needs_belf=yes 5114 lt_cv_cc_needs_belf=yes
2531else 5115else
2532 echo "configure: failed program was:" >&5 5116 echo "$as_me: failed program was:" >&5
2533 cat conftest.$ac_ext >&5 5117sed 's/^/| /' conftest.$ac_ext >&5
2534 rm -rf conftest* 5118
2535 lt_cv_cc_needs_belf=no 5119lt_cv_cc_needs_belf=no
2536fi 5120fi
2537rm -f conftest* 5121rm -f conftest.err conftest.$ac_objext \
5122 conftest$ac_exeext conftest.$ac_ext
2538 ac_ext=c 5123 ac_ext=cc
2539# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2540ac_cpp='$CPP $CPPFLAGS' 5124ac_cpp='$CXXCPP $CPPFLAGS'
2541ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 5125ac_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' 5126ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2543cross_compiling=$ac_cv_prog_cc_cross 5127ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
2544 5128
2545fi 5129fi
2546 5130echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
2547echo "$ac_t""$lt_cv_cc_needs_belf" 1>&6 5131echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
2548 if test x"$lt_cv_cc_needs_belf" != x"yes"; then 5132 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 5133 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
2550 CFLAGS="$SAVE_CFLAGS" 5134 CFLAGS="$SAVE_CFLAGS"
2551 fi 5135 fi
2552 ;; 5136 ;;
2637set dummy $CC 5221set dummy $CC
2638compiler="$2" 5222compiler="$2"
2639 5223
2640## FIXME: this should be a separate macro 5224## FIXME: this should be a separate macro
2641## 5225##
5226echo "$as_me:$LINENO: checking for objdir" >&5
2642echo $ac_n "checking for objdir""... $ac_c" 1>&6 5227echo $ECHO_N "checking for objdir... $ECHO_C" >&6
2643echo "configure:2644: checking for objdir" >&5
2644rm -f .libs 2>/dev/null 5228rm -f .libs 2>/dev/null
2645mkdir .libs 2>/dev/null 5229mkdir .libs 2>/dev/null
2646if test -d .libs; then 5230if test -d .libs; then
2647 objdir=.libs 5231 objdir=.libs
2648else 5232else
2649 # MS-DOS does not allow filenames that begin with a dot. 5233 # MS-DOS does not allow filenames that begin with a dot.
2650 objdir=_libs 5234 objdir=_libs
2651fi 5235fi
2652rmdir .libs 2>/dev/null 5236rmdir .libs 2>/dev/null
5237echo "$as_me:$LINENO: result: $objdir" >&5
2653echo "$ac_t""$objdir" 1>&6 5238echo "${ECHO_T}$objdir" >&6
2654## 5239##
2655## END FIXME 5240## END FIXME
2656 5241
2657 5242
2658## FIXME: this should be a separate macro 5243## FIXME: this should be a separate macro
2659## 5244##
5245
2660# Check whether --with-pic or --without-pic was given. 5246# Check whether --with-pic or --without-pic was given.
2661if test "${with_pic+set}" = set; then 5247if test "${with_pic+set}" = set; then
2662 withval="$with_pic" 5248 withval="$with_pic"
2663 pic_mode="$withval" 5249 pic_mode="$withval"
2664else 5250else
2665 pic_mode=default 5251 pic_mode=default
2666fi 5252fi;
2667
2668test -z "$pic_mode" && pic_mode=default 5253test -z "$pic_mode" && pic_mode=default
2669 5254
2670# We assume here that the value for lt_cv_prog_cc_pic will not be cached 5255# 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 5256# in isolation, and that seeing it set (from the cache) indicates that
2672# the associated values are set (in the cache) correctly too. 5257# the associated values are set (in the cache) correctly too.
5258echo "$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 5259echo $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 5260if test "${lt_cv_prog_cc_pic+set}" = set; then
2676 echo $ac_n "(cached) $ac_c" 1>&6 5261 echo $ECHO_N "(cached) $ECHO_C" >&6
2677else 5262else
2678 lt_cv_prog_cc_pic= 5263 lt_cv_prog_cc_pic=
2679 lt_cv_prog_cc_shlib= 5264 lt_cv_prog_cc_shlib=
2680 lt_cv_prog_cc_wl= 5265 lt_cv_prog_cc_wl=
2681 lt_cv_prog_cc_static= 5266 lt_cv_prog_cc_static=
2804 fi 5389 fi
2805 5390
2806fi 5391fi
2807 5392
2808if test -z "$lt_cv_prog_cc_pic"; then 5393if test -z "$lt_cv_prog_cc_pic"; then
2809 echo "$ac_t""none" 1>&6 5394 echo "$as_me:$LINENO: result: none" >&5
5395echo "${ECHO_T}none" >&6
2810else 5396else
5397 echo "$as_me:$LINENO: result: $lt_cv_prog_cc_pic" >&5
2811 echo "$ac_t""$lt_cv_prog_cc_pic" 1>&6 5398echo "${ECHO_T}$lt_cv_prog_cc_pic" >&6
2812 5399
2813 # Check to make sure the pic_flag actually works. 5400 # Check to make sure the pic_flag actually works.
5401 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 5402echo $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 5403 if test "${lt_cv_prog_cc_pic_works+set}" = set; then
2817 echo $ac_n "(cached) $ac_c" 1>&6 5404 echo $ECHO_N "(cached) $ECHO_C" >&6
2818else 5405else
2819 save_CFLAGS="$CFLAGS" 5406 save_CFLAGS="$CFLAGS"
2820 CFLAGS="$CFLAGS $lt_cv_prog_cc_pic -DPIC" 5407 CFLAGS="$CFLAGS $lt_cv_prog_cc_pic -DPIC"
2821 cat > conftest.$ac_ext <<EOF 5408 cat >conftest.$ac_ext <<_ACEOF
2822#line 2823 "configure" 5409/* confdefs.h. */
2823#include "confdefs.h" 5410_ACEOF
5411cat confdefs.h >>conftest.$ac_ext
5412cat >>conftest.$ac_ext <<_ACEOF
5413/* end confdefs.h. */
2824 5414
2825int main() { 5415int
5416main ()
5417{
2826 5418
5419 ;
2827; return 0; } 5420 return 0;
2828EOF 5421}
2829if { (eval echo configure:2830: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5422_ACEOF
5423rm -f conftest.$ac_objext
5424if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5425 (eval $ac_compile) 2>conftest.er1
5426 ac_status=$?
5427 grep -v '^ *+' conftest.er1 >conftest.err
2830 rm -rf conftest* 5428 rm -f conftest.er1
5429 cat conftest.err >&5
5430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5431 (exit $ac_status); } &&
5432 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5433 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5434 (eval $ac_try) 2>&5
5435 ac_status=$?
5436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5437 (exit $ac_status); }; } &&
5438 { ac_try='test -s conftest.$ac_objext'
5439 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5440 (eval $ac_try) 2>&5
5441 ac_status=$?
5442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5443 (exit $ac_status); }; }; then
2831 case "$host_os" in 5444 case "$host_os" in
2832 hpux9* | hpux10* | hpux11*) 5445 hpux9* | hpux10* | hpux11*)
2833 # On HP-UX, both CC and GCC only warn that PIC is supported... then 5446 # 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 5447 # they create non-PIC objects. So, if there were any warnings, we
2835 # assume that PIC is not supported. 5448 # assume that PIC is not supported.
2841 ;; 5454 ;;
2842 *) 5455 *)
2843 lt_cv_prog_cc_pic_works=yes 5456 lt_cv_prog_cc_pic_works=yes
2844 ;; 5457 ;;
2845 esac 5458 esac
2846 5459
2847else 5460else
2848 echo "configure: failed program was:" >&5 5461 echo "$as_me: failed program was:" >&5
2849 cat conftest.$ac_ext >&5 5462sed 's/^/| /' conftest.$ac_ext >&5
2850 rm -rf conftest* 5463
2851 lt_cv_prog_cc_pic_works=no 5464 lt_cv_prog_cc_pic_works=no
2852 5465
2853fi 5466fi
2854rm -f conftest* 5467rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2855 CFLAGS="$save_CFLAGS" 5468 CFLAGS="$save_CFLAGS"
2856 5469
2857fi 5470fi
2858 5471
2859 5472
2860 if test "X$lt_cv_prog_cc_pic_works" = Xno; then 5473 if test "X$lt_cv_prog_cc_pic_works" = Xno; then
2861 lt_cv_prog_cc_pic= 5474 lt_cv_prog_cc_pic=
2862 lt_cv_prog_cc_can_build_shared=no 5475 lt_cv_prog_cc_can_build_shared=no
2863 else 5476 else
2864 lt_cv_prog_cc_pic=" $lt_cv_prog_cc_pic" 5477 lt_cv_prog_cc_pic=" $lt_cv_prog_cc_pic"
2865 fi 5478 fi
2866 5479
5480 echo "$as_me:$LINENO: result: $lt_cv_prog_cc_pic_works" >&5
2867 echo "$ac_t""$lt_cv_prog_cc_pic_works" 1>&6 5481echo "${ECHO_T}$lt_cv_prog_cc_pic_works" >&6
2868fi 5482fi
2869## 5483##
2870## END FIXME 5484## END FIXME
2871 5485
2872# Check for any special shared library compilation flags. 5486# Check for any special shared library compilation flags.
2873if test -n "$lt_cv_prog_cc_shlib"; then 5487if test -n "$lt_cv_prog_cc_shlib"; then
5488 { 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 5489echo "$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 : 5490 if echo "$old_CC $old_CFLAGS " | egrep -e "[ ]$lt_cv_prog_cc_shlib[ ]" >/dev/null; then :
2876 else 5491 else
5492 { 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 5493echo "$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 5494 lt_cv_prog_cc_can_build_shared=no
2879 fi 5495 fi
2880fi 5496fi
2881 5497
2882## FIXME: this should be a separate macro 5498## FIXME: this should be a separate macro
2883## 5499##
5500echo "$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 5501echo $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 5502if test "${lt_cv_prog_cc_static_works+set}" = set; then
2887 echo $ac_n "(cached) $ac_c" 1>&6 5503 echo $ECHO_N "(cached) $ECHO_C" >&6
2888else 5504else
2889 lt_cv_prog_cc_static_works=no 5505 lt_cv_prog_cc_static_works=no
2890 save_LDFLAGS="$LDFLAGS" 5506 save_LDFLAGS="$LDFLAGS"
2891 LDFLAGS="$LDFLAGS $lt_cv_prog_cc_static" 5507 LDFLAGS="$LDFLAGS $lt_cv_prog_cc_static"
2892 cat > conftest.$ac_ext <<EOF 5508 cat >conftest.$ac_ext <<_ACEOF
2893#line 2894 "configure" 5509/* confdefs.h. */
2894#include "confdefs.h" 5510_ACEOF
5511cat confdefs.h >>conftest.$ac_ext
5512cat >>conftest.$ac_ext <<_ACEOF
5513/* end confdefs.h. */
2895 5514
2896int main() { 5515int
5516main ()
5517{
2897 5518
5519 ;
2898; return 0; } 5520 return 0;
2899EOF 5521}
2900if { (eval echo configure:2901: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5522_ACEOF
5523rm -f conftest.$ac_objext conftest$ac_exeext
5524if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5525 (eval $ac_link) 2>conftest.er1
5526 ac_status=$?
5527 grep -v '^ *+' conftest.er1 >conftest.err
2901 rm -rf conftest* 5528 rm -f conftest.er1
5529 cat conftest.err >&5
5530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5531 (exit $ac_status); } &&
5532 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5533 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5534 (eval $ac_try) 2>&5
5535 ac_status=$?
5536 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5537 (exit $ac_status); }; } &&
5538 { ac_try='test -s conftest$ac_exeext'
5539 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5540 (eval $ac_try) 2>&5
5541 ac_status=$?
5542 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5543 (exit $ac_status); }; }; then
2902 lt_cv_prog_cc_static_works=yes 5544 lt_cv_prog_cc_static_works=yes
2903else 5545else
2904 echo "configure: failed program was:" >&5 5546 echo "$as_me: failed program was:" >&5
2905 cat conftest.$ac_ext >&5 5547sed 's/^/| /' conftest.$ac_ext >&5
5548
2906fi 5549fi
2907rm -f conftest* 5550rm -f conftest.err conftest.$ac_objext \
5551 conftest$ac_exeext conftest.$ac_ext
2908 LDFLAGS="$save_LDFLAGS" 5552 LDFLAGS="$save_LDFLAGS"
2909 5553
2910fi 5554fi
2911 5555
2912 5556
2913# Belt *and* braces to stop my trousers falling down: 5557# Belt *and* braces to stop my trousers falling down:
2914test "X$lt_cv_prog_cc_static_works" = Xno && lt_cv_prog_cc_static= 5558test "X$lt_cv_prog_cc_static_works" = Xno && lt_cv_prog_cc_static=
5559echo "$as_me:$LINENO: result: $lt_cv_prog_cc_static_works" >&5
2915echo "$ac_t""$lt_cv_prog_cc_static_works" 1>&6 5560echo "${ECHO_T}$lt_cv_prog_cc_static_works" >&6
2916 5561
2917pic_flag="$lt_cv_prog_cc_pic" 5562pic_flag="$lt_cv_prog_cc_pic"
2918special_shlib_compile_flags="$lt_cv_prog_cc_shlib" 5563special_shlib_compile_flags="$lt_cv_prog_cc_shlib"
2919wl="$lt_cv_prog_cc_wl" 5564wl="$lt_cv_prog_cc_wl"
2920link_static_flag="$lt_cv_prog_cc_static" 5565link_static_flag="$lt_cv_prog_cc_static"
2925 5570
2926 5571
2927## FIXME: this should be a separate macro 5572## FIXME: this should be a separate macro
2928## 5573##
2929# Check to see if options -o and -c are simultaneously supported by compiler 5574# Check to see if options -o and -c are simultaneously supported by compiler
5575echo "$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 5576echo $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 5577$rm -r conftest 2>/dev/null
2933mkdir conftest 5578mkdir conftest
2934cd conftest 5579cd conftest
2935echo "int some_variable = 0;" > conftest.$ac_ext 5580echo "int some_variable = 0;" > conftest.$ac_ext
2936mkdir out 5581mkdir out
2941# builds. 5586# builds.
2942chmod -w . 5587chmod -w .
2943save_CFLAGS="$CFLAGS" 5588save_CFLAGS="$CFLAGS"
2944CFLAGS="$CFLAGS -o out/conftest2.$ac_objext" 5589CFLAGS="$CFLAGS -o out/conftest2.$ac_objext"
2945compiler_c_o=no 5590compiler_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 5591if { (eval echo configure:5591: \"$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 5592 # The compiler can only warn and ignore the option if not recognized
2948 # So say no if there are warnings 5593 # So say no if there are warnings
2949 if test -s out/conftest.err; then 5594 if test -s out/conftest.err; then
2950 compiler_c_o=no 5595 compiler_c_o=no
2951 else 5596 else
2954else 5599else
2955 # Append any errors to the config.log. 5600 # Append any errors to the config.log.
2956 cat out/conftest.err 1>&5 5601 cat out/conftest.err 1>&5
2957 compiler_c_o=no 5602 compiler_c_o=no
2958fi 5603fi
5604echo "$as_me:$LINENO: result: $compiler_c_o" >&5
2959echo "$ac_t""$compiler_c_o" 1>&6 5605echo "${ECHO_T}$compiler_c_o" >&6
2960CFLAGS="$save_CFLAGS" 5606CFLAGS="$save_CFLAGS"
2961chmod u+w . 5607chmod u+w .
2962$rm conftest* out/* 5608$rm conftest* out/*
2963rmdir out 5609rmdir out
2964cd .. 5610cd ..
2965rmdir conftest 5611rmdir conftest
2966$rm -r conftest 2>/dev/null 5612$rm -r conftest 2>/dev/null
2967 5613
2968if test x"$compiler_c_o" = x"yes"; then 5614if test x"$compiler_c_o" = x"yes"; then
2969 # Check to see if we can write to a .lo 5615 # Check to see if we can write to a .lo
5616 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 5617echo $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 5618 compiler_o_lo=no
2973 save_CFLAGS="$CFLAGS" 5619 save_CFLAGS="$CFLAGS"
2974 CFLAGS="$CFLAGS -c -o conftest.lo" 5620 CFLAGS="$CFLAGS -c -o conftest.lo"
2975 cat > conftest.$ac_ext <<EOF 5621 cat >conftest.$ac_ext <<_ACEOF
2976#line 2977 "configure" 5622/* confdefs.h. */
2977#include "confdefs.h" 5623_ACEOF
5624cat confdefs.h >>conftest.$ac_ext
5625cat >>conftest.$ac_ext <<_ACEOF
5626/* end confdefs.h. */
2978 5627
2979int main() { 5628int
5629main ()
5630{
2980int some_variable = 0; 5631int some_variable = 0;
5632 ;
2981; return 0; } 5633 return 0;
2982EOF 5634}
2983if { (eval echo configure:2984: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5635_ACEOF
5636rm -f conftest.$ac_objext
5637if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5638 (eval $ac_compile) 2>conftest.er1
5639 ac_status=$?
5640 grep -v '^ *+' conftest.er1 >conftest.err
2984 rm -rf conftest* 5641 rm -f conftest.er1
5642 cat conftest.err >&5
5643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5644 (exit $ac_status); } &&
5645 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5646 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5647 (eval $ac_try) 2>&5
5648 ac_status=$?
5649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5650 (exit $ac_status); }; } &&
5651 { ac_try='test -s conftest.$ac_objext'
5652 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5653 (eval $ac_try) 2>&5
5654 ac_status=$?
5655 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5656 (exit $ac_status); }; }; then
2985 # The compiler can only warn and ignore the option if not recognized 5657 # The compiler can only warn and ignore the option if not recognized
2986 # So say no if there are warnings 5658 # So say no if there are warnings
2987 if test -s conftest.err; then 5659 if test -s conftest.err; then
2988 compiler_o_lo=no 5660 compiler_o_lo=no
2989 else 5661 else
2990 compiler_o_lo=yes 5662 compiler_o_lo=yes
2991 fi 5663 fi
2992 5664
2993else 5665else
2994 echo "configure: failed program was:" >&5 5666 echo "$as_me: failed program was:" >&5
2995 cat conftest.$ac_ext >&5 5667sed 's/^/| /' conftest.$ac_ext >&5
5668
2996fi 5669fi
2997rm -f conftest* 5670rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5671 echo "$as_me:$LINENO: result: $compiler_c_o" >&5
2998 echo "$ac_t""$compiler_c_o" 1>&6 5672echo "${ECHO_T}$compiler_c_o" >&6
2999 CFLAGS="$save_CFLAGS" 5673 CFLAGS="$save_CFLAGS"
3000else 5674else
3001 compiler_o_lo=no 5675 compiler_o_lo=no
3002fi 5676fi
3003## 5677##
3007## 5681##
3008# Check to see if we can do hard links to lock some files if needed 5682# Check to see if we can do hard links to lock some files if needed
3009hard_links="nottested" 5683hard_links="nottested"
3010if test "$compiler_c_o" = no && test "$need_locks" != no; then 5684if test "$compiler_c_o" = no && test "$need_locks" != no; then
3011 # do not overwrite the value of need_locks provided by the user 5685 # do not overwrite the value of need_locks provided by the user
5686 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 5687echo $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 5688 hard_links=yes
3015 $rm conftest* 5689 $rm conftest*
3016 ln conftest.a conftest.b 2>/dev/null && hard_links=no 5690 ln conftest.a conftest.b 2>/dev/null && hard_links=no
3017 touch conftest.a 5691 touch conftest.a
3018 ln conftest.a conftest.b 2>&5 || hard_links=no 5692 ln conftest.a conftest.b 2>&5 || hard_links=no
3019 ln conftest.a conftest.b 2>/dev/null && hard_links=no 5693 ln conftest.a conftest.b 2>/dev/null && hard_links=no
5694 echo "$as_me:$LINENO: result: $hard_links" >&5
3020 echo "$ac_t""$hard_links" 1>&6 5695echo "${ECHO_T}$hard_links" >&6
3021 if test "$hard_links" = no; then 5696 if test "$hard_links" = no; then
5697 { 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 5698echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
3023 need_locks=warn 5699 need_locks=warn
3024 fi 5700 fi
3025else 5701else
3026 need_locks=no 5702 need_locks=no
3027fi 5703fi
3030 5706
3031## FIXME: this should be a separate macro 5707## FIXME: this should be a separate macro
3032## 5708##
3033if test "$GCC" = yes; then 5709if test "$GCC" = yes; then
3034 # Check to see if options -fno-rtti -fno-exceptions are supported by compiler 5710 # Check to see if options -fno-rtti -fno-exceptions are supported by compiler
5711 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 5712echo $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 5713 echo "int some_variable = 0;" > conftest.$ac_ext
3038 save_CFLAGS="$CFLAGS" 5714 save_CFLAGS="$CFLAGS"
3039 CFLAGS="$CFLAGS -fno-rtti -fno-exceptions -c conftest.$ac_ext" 5715 CFLAGS="$CFLAGS -fno-rtti -fno-exceptions -c conftest.$ac_ext"
3040 compiler_rtti_exceptions=no 5716 compiler_rtti_exceptions=no
3041 cat > conftest.$ac_ext <<EOF 5717 cat >conftest.$ac_ext <<_ACEOF
3042#line 3043 "configure" 5718/* confdefs.h. */
3043#include "confdefs.h" 5719_ACEOF
5720cat confdefs.h >>conftest.$ac_ext
5721cat >>conftest.$ac_ext <<_ACEOF
5722/* end confdefs.h. */
3044 5723
3045int main() { 5724int
5725main ()
5726{
3046int some_variable = 0; 5727int some_variable = 0;
5728 ;
3047; return 0; } 5729 return 0;
3048EOF 5730}
3049if { (eval echo configure:3050: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5731_ACEOF
5732rm -f conftest.$ac_objext
5733if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5734 (eval $ac_compile) 2>conftest.er1
5735 ac_status=$?
5736 grep -v '^ *+' conftest.er1 >conftest.err
3050 rm -rf conftest* 5737 rm -f conftest.er1
5738 cat conftest.err >&5
5739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5740 (exit $ac_status); } &&
5741 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5742 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5743 (eval $ac_try) 2>&5
5744 ac_status=$?
5745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5746 (exit $ac_status); }; } &&
5747 { ac_try='test -s conftest.$ac_objext'
5748 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5749 (eval $ac_try) 2>&5
5750 ac_status=$?
5751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5752 (exit $ac_status); }; }; then
3051 # The compiler can only warn and ignore the option if not recognized 5753 # The compiler can only warn and ignore the option if not recognized
3052 # So say no if there are warnings 5754 # So say no if there are warnings
3053 if test -s conftest.err; then 5755 if test -s conftest.err; then
3054 compiler_rtti_exceptions=no 5756 compiler_rtti_exceptions=no
3055 else 5757 else
3056 compiler_rtti_exceptions=yes 5758 compiler_rtti_exceptions=yes
3057 fi 5759 fi
3058 5760
3059else 5761else
3060 echo "configure: failed program was:" >&5 5762 echo "$as_me: failed program was:" >&5
3061 cat conftest.$ac_ext >&5 5763sed 's/^/| /' conftest.$ac_ext >&5
5764
3062fi 5765fi
3063rm -f conftest* 5766rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3064 CFLAGS="$save_CFLAGS" 5767 CFLAGS="$save_CFLAGS"
5768 echo "$as_me:$LINENO: result: $compiler_rtti_exceptions" >&5
3065 echo "$ac_t""$compiler_rtti_exceptions" 1>&6 5769echo "${ECHO_T}$compiler_rtti_exceptions" >&6
3066 5770
3067 if test "$compiler_rtti_exceptions" = "yes"; then 5771 if test "$compiler_rtti_exceptions" = "yes"; then
3068 no_builtin_flag=' -fno-builtin -fno-rtti -fno-exceptions' 5772 no_builtin_flag=' -fno-builtin -fno-rtti -fno-exceptions'
3069 else 5773 else
3070 no_builtin_flag=' -fno-builtin' 5774 no_builtin_flag=' -fno-builtin'
3074## END FIXME 5778## END FIXME
3075 5779
3076## FIXME: this should be a separate macro 5780## FIXME: this should be a separate macro
3077## 5781##
3078# See if the linker supports building shared libraries. 5782# See if the linker supports building shared libraries.
5783echo "$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 5784echo $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 5785
3082allow_undefined_flag= 5786allow_undefined_flag=
3083no_undefined_flag= 5787no_undefined_flag=
3084need_lib_prefix=unknown 5788need_lib_prefix=unknown
3085need_version=unknown 5789need_version=unknown
3632 *) 6336 *)
3633 ld_shlibs=no 6337 ld_shlibs=no
3634 ;; 6338 ;;
3635 esac 6339 esac
3636fi 6340fi
6341echo "$as_me:$LINENO: result: $ld_shlibs" >&5
3637echo "$ac_t""$ld_shlibs" 1>&6 6342echo "${ECHO_T}$ld_shlibs" >&6
3638test "$ld_shlibs" = no && can_build_shared=no 6343test "$ld_shlibs" = no && can_build_shared=no
3639## 6344##
3640## END FIXME 6345## END FIXME
3641 6346
3642## FIXME: this should be a separate macro 6347## FIXME: this should be a separate macro
3643## 6348##
3644# Check hardcoding attributes. 6349# Check hardcoding attributes.
6350echo "$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 6351echo $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= 6352hardcode_action=
3648if test -n "$hardcode_libdir_flag_spec" || \ 6353if test -n "$hardcode_libdir_flag_spec" || \
3649 test -n "$runpath_var"; then 6354 test -n "$runpath_var"; then
3650 6355
3651 # We can hardcode non-existant directories. 6356 # We can hardcode non-existant directories.
3664else 6369else
3665 # We cannot hardcode anything, or else we can only hardcode existing 6370 # We cannot hardcode anything, or else we can only hardcode existing
3666 # directories. 6371 # directories.
3667 hardcode_action=unsupported 6372 hardcode_action=unsupported
3668fi 6373fi
6374echo "$as_me:$LINENO: result: $hardcode_action" >&5
3669echo "$ac_t""$hardcode_action" 1>&6 6375echo "${ECHO_T}$hardcode_action" >&6
3670## 6376##
3671## END FIXME 6377## END FIXME
3672 6378
3673## FIXME: this should be a separate macro 6379## FIXME: this should be a separate macro
3674## 6380##
3675striplib= 6381striplib=
3676old_striplib= 6382old_striplib=
6383echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
3677echo $ac_n "checking whether stripping libraries is possible""... $ac_c" 1>&6 6384echo $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 6385if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
3680 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" 6386 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
3681 test -z "$striplib" && striplib="$STRIP --strip-unneeded" 6387 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
3682 echo "$ac_t""yes" 1>&6 6388 echo "$as_me:$LINENO: result: yes" >&5
6389echo "${ECHO_T}yes" >&6
3683else 6390else
3684 echo "$ac_t""no" 1>&6 6391 echo "$as_me:$LINENO: result: no" >&5
6392echo "${ECHO_T}no" >&6
3685fi 6393fi
3686## 6394##
3687## END FIXME 6395## END FIXME
3688 6396
3689reload_cmds='$LD$reload_flag -o $output$reload_objs' 6397reload_cmds='$LD$reload_flag -o $output$reload_objs'
3690test -z "$deplibs_check_method" && deplibs_check_method=unknown 6398test -z "$deplibs_check_method" && deplibs_check_method=unknown
3691 6399
3692## FIXME: this should be a separate macro 6400## FIXME: this should be a separate macro
3693## 6401##
3694# PORTME Fill in your ld.so characteristics 6402# PORTME Fill in your ld.so characteristics
6403echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
3695echo $ac_n "checking dynamic linker characteristics""... $ac_c" 1>&6 6404echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
3696echo "configure:3697: checking dynamic linker characteristics" >&5
3697library_names_spec= 6405library_names_spec=
3698libname_spec='lib$name' 6406libname_spec='lib$name'
3699soname_spec= 6407soname_spec=
3700postinstall_cmds= 6408postinstall_cmds=
3701postuninstall_cmds= 6409postuninstall_cmds=
4017 6725
4018*) 6726*)
4019 dynamic_linker=no 6727 dynamic_linker=no
4020 ;; 6728 ;;
4021esac 6729esac
6730echo "$as_me:$LINENO: result: $dynamic_linker" >&5
4022echo "$ac_t""$dynamic_linker" 1>&6 6731echo "${ECHO_T}$dynamic_linker" >&6
4023test "$dynamic_linker" = no && can_build_shared=no 6732test "$dynamic_linker" = no && can_build_shared=no
4024## 6733##
4025## END FIXME 6734## END FIXME
4026 6735
4027## FIXME: this should be a separate macro 6736## FIXME: this should be a separate macro
4028## 6737##
4029# Report the final consequences. 6738# Report the final consequences.
6739echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
4030echo $ac_n "checking if libtool supports shared libraries""... $ac_c" 1>&6 6740echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6
4031echo "configure:4032: checking if libtool supports shared libraries" >&5 6741echo "$as_me:$LINENO: result: $can_build_shared" >&5
4032echo "$ac_t""$can_build_shared" 1>&6 6742echo "${ECHO_T}$can_build_shared" >&6
4033## 6743##
4034## END FIXME 6744## END FIXME
4035 6745
4036if test "$hardcode_action" = relink; then 6746if test "$hardcode_action" = relink; then
4037 # Fast installation is not supported 6747 # Fast installation is not supported
4066 lt_cv_dlopen="LoadLibrary" 6776 lt_cv_dlopen="LoadLibrary"
4067 lt_cv_dlopen_libs= 6777 lt_cv_dlopen_libs=
4068 ;; 6778 ;;
4069 6779
4070 *) 6780 *)
6781 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
4071 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6 6782echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
4072echo "configure:4073: checking for dlopen in -ldl" >&5 6783if 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 6784 echo $ECHO_N "(cached) $ECHO_C" >&6
4076else 6785else
4077 ac_save_LIBS="$LIBS" 6786 ac_check_lib_save_LIBS=$LIBS
4078LIBS="-ldl $LIBS" 6787LIBS="-ldl $LIBS"
4079cat > conftest.$ac_ext <<EOF 6788cat >conftest.$ac_ext <<_ACEOF
4080#line 4081 "configure" 6789/* confdefs.h. */
4081#include "confdefs.h" 6790_ACEOF
6791cat confdefs.h >>conftest.$ac_ext
6792cat >>conftest.$ac_ext <<_ACEOF
6793/* end confdefs.h. */
6794
4082/* Override any gcc2 internal prototype to avoid an error. */ 6795/* Override any gcc2 internal prototype to avoid an error. */
6796#ifdef __cplusplus
6797extern "C"
6798#endif
4083/* We use char because int might match the return type of a gcc2 6799/* We use char because int might match the return type of a gcc2
4084 builtin and then its argument prototype would still apply. */ 6800 builtin and then its argument prototype would still apply. */
4085char dlopen(); 6801char dlopen ();
4086 6802int
4087int main() { 6803main ()
6804{
4088dlopen() 6805dlopen ();
6806 ;
4089; return 0; } 6807 return 0;
4090EOF 6808}
4091if { (eval echo configure:4092: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6809_ACEOF
6810rm -f conftest.$ac_objext conftest$ac_exeext
6811if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6812 (eval $ac_link) 2>conftest.er1
6813 ac_status=$?
6814 grep -v '^ *+' conftest.er1 >conftest.err
4092 rm -rf conftest* 6815 rm -f conftest.er1
4093 eval "ac_cv_lib_$ac_lib_var=yes" 6816 cat conftest.err >&5
6817 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6818 (exit $ac_status); } &&
6819 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6820 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6821 (eval $ac_try) 2>&5
6822 ac_status=$?
6823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6824 (exit $ac_status); }; } &&
6825 { ac_try='test -s conftest$ac_exeext'
6826 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6827 (eval $ac_try) 2>&5
6828 ac_status=$?
6829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6830 (exit $ac_status); }; }; then
6831 ac_cv_lib_dl_dlopen=yes
4094else 6832else
4095 echo "configure: failed program was:" >&5 6833 echo "$as_me: failed program was:" >&5
4096 cat conftest.$ac_ext >&5 6834sed 's/^/| /' conftest.$ac_ext >&5
4097 rm -rf conftest* 6835
4098 eval "ac_cv_lib_$ac_lib_var=no" 6836ac_cv_lib_dl_dlopen=no
4099fi 6837fi
4100rm -f conftest* 6838rm -f conftest.err conftest.$ac_objext \
6839 conftest$ac_exeext conftest.$ac_ext
4101LIBS="$ac_save_LIBS" 6840LIBS=$ac_check_lib_save_LIBS
4102
4103fi 6841fi
4104if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 6842echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
4105 echo "$ac_t""yes" 1>&6 6843echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
6844if test $ac_cv_lib_dl_dlopen = yes; then
4106 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" 6845 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
4107else 6846else
4108 echo "$ac_t""no" 1>&6 6847 echo "$as_me:$LINENO: checking for dlopen" >&5
4109echo $ac_n "checking for dlopen""... $ac_c" 1>&6 6848echo $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 6849if test "${ac_cv_func_dlopen+set}" = set; then
4112 echo $ac_n "(cached) $ac_c" 1>&6 6850 echo $ECHO_N "(cached) $ECHO_C" >&6
4113else 6851else
4114 cat > conftest.$ac_ext <<EOF 6852 cat >conftest.$ac_ext <<_ACEOF
4115#line 4116 "configure" 6853/* confdefs.h. */
4116#include "confdefs.h" 6854_ACEOF
6855cat confdefs.h >>conftest.$ac_ext
6856cat >>conftest.$ac_ext <<_ACEOF
6857/* end confdefs.h. */
6858/* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
6859 For example, HP-UX 11i <limits.h> declares gettimeofday. */
6860#define dlopen innocuous_dlopen
6861
4117/* System header to define __stub macros and hopefully few prototypes, 6862/* System header to define __stub macros and hopefully few prototypes,
4118 which can conflict with char dlopen(); below. */ 6863 which can conflict with char dlopen (); below.
6864 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6865 <limits.h> exists even on freestanding compilers. */
6866
6867#ifdef __STDC__
6868# include <limits.h>
6869#else
4119#include <assert.h> 6870# include <assert.h>
6871#endif
6872
6873#undef dlopen
6874
4120/* Override any gcc2 internal prototype to avoid an error. */ 6875/* Override any gcc2 internal prototype to avoid an error. */
6876#ifdef __cplusplus
6877extern "C"
6878{
6879#endif
4121/* We use char because int might match the return type of a gcc2 6880/* We use char because int might match the return type of a gcc2
4122 builtin and then its argument prototype would still apply. */ 6881 builtin and then its argument prototype would still apply. */
4123char dlopen(); 6882char dlopen ();
4124
4125int main() {
4126
4127/* The GNU C library defines this for functions which it implements 6883/* The GNU C library defines this for functions which it implements
4128 to always fail with ENOSYS. Some functions are actually named 6884 to always fail with ENOSYS. Some functions are actually named
4129 something starting with __ and the normal name is an alias. */ 6885 something starting with __ and the normal name is an alias. */
4130#if defined (__stub_dlopen) || defined (__stub___dlopen) 6886#if defined (__stub_dlopen) || defined (__stub___dlopen)
4131choke me 6887choke me
4132#else 6888#else
4133dlopen(); 6889char (*f) () = dlopen;
4134#endif 6890#endif
6891#ifdef __cplusplus
6892}
6893#endif
4135 6894
6895int
6896main ()
6897{
6898return f != dlopen;
6899 ;
4136; return 0; } 6900 return 0;
4137EOF 6901}
4138if { (eval echo configure:4139: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6902_ACEOF
6903rm -f conftest.$ac_objext conftest$ac_exeext
6904if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6905 (eval $ac_link) 2>conftest.er1
6906 ac_status=$?
6907 grep -v '^ *+' conftest.er1 >conftest.err
4139 rm -rf conftest* 6908 rm -f conftest.er1
6909 cat conftest.err >&5
6910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6911 (exit $ac_status); } &&
6912 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6913 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6914 (eval $ac_try) 2>&5
6915 ac_status=$?
6916 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6917 (exit $ac_status); }; } &&
6918 { ac_try='test -s conftest$ac_exeext'
6919 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6920 (eval $ac_try) 2>&5
6921 ac_status=$?
6922 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6923 (exit $ac_status); }; }; then
4140 eval "ac_cv_func_dlopen=yes" 6924 ac_cv_func_dlopen=yes
4141else 6925else
4142 echo "configure: failed program was:" >&5 6926 echo "$as_me: failed program was:" >&5
4143 cat conftest.$ac_ext >&5 6927sed 's/^/| /' conftest.$ac_ext >&5
4144 rm -rf conftest* 6928
4145 eval "ac_cv_func_dlopen=no" 6929ac_cv_func_dlopen=no
4146fi 6930fi
4147rm -f conftest* 6931rm -f conftest.err conftest.$ac_objext \
6932 conftest$ac_exeext conftest.$ac_ext
4148fi 6933fi
4149 6934echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
6935echo "${ECHO_T}$ac_cv_func_dlopen" >&6
4150if eval "test \"`echo '$ac_cv_func_'dlopen`\" = yes"; then 6936if test $ac_cv_func_dlopen = yes; then
4151 echo "$ac_t""yes" 1>&6
4152 lt_cv_dlopen="dlopen" 6937 lt_cv_dlopen="dlopen"
4153else 6938else
4154 echo "$ac_t""no" 1>&6 6939 echo "$as_me:$LINENO: checking for shl_load" >&5
4155echo $ac_n "checking for shl_load""... $ac_c" 1>&6 6940echo $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 6941if test "${ac_cv_func_shl_load+set}" = set; then
4158 echo $ac_n "(cached) $ac_c" 1>&6 6942 echo $ECHO_N "(cached) $ECHO_C" >&6
4159else 6943else
4160 cat > conftest.$ac_ext <<EOF 6944 cat >conftest.$ac_ext <<_ACEOF
4161#line 4162 "configure" 6945/* confdefs.h. */
4162#include "confdefs.h" 6946_ACEOF
6947cat confdefs.h >>conftest.$ac_ext
6948cat >>conftest.$ac_ext <<_ACEOF
6949/* end confdefs.h. */
6950/* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
6951 For example, HP-UX 11i <limits.h> declares gettimeofday. */
6952#define shl_load innocuous_shl_load
6953
4163/* System header to define __stub macros and hopefully few prototypes, 6954/* System header to define __stub macros and hopefully few prototypes,
4164 which can conflict with char shl_load(); below. */ 6955 which can conflict with char shl_load (); below.
6956 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6957 <limits.h> exists even on freestanding compilers. */
6958
6959#ifdef __STDC__
6960# include <limits.h>
6961#else
4165#include <assert.h> 6962# include <assert.h>
6963#endif
6964
6965#undef shl_load
6966
4166/* Override any gcc2 internal prototype to avoid an error. */ 6967/* Override any gcc2 internal prototype to avoid an error. */
6968#ifdef __cplusplus
6969extern "C"
6970{
6971#endif
4167/* We use char because int might match the return type of a gcc2 6972/* We use char because int might match the return type of a gcc2
4168 builtin and then its argument prototype would still apply. */ 6973 builtin and then its argument prototype would still apply. */
4169char shl_load(); 6974char shl_load ();
4170
4171int main() {
4172
4173/* The GNU C library defines this for functions which it implements 6975/* The GNU C library defines this for functions which it implements
4174 to always fail with ENOSYS. Some functions are actually named 6976 to always fail with ENOSYS. Some functions are actually named
4175 something starting with __ and the normal name is an alias. */ 6977 something starting with __ and the normal name is an alias. */
4176#if defined (__stub_shl_load) || defined (__stub___shl_load) 6978#if defined (__stub_shl_load) || defined (__stub___shl_load)
4177choke me 6979choke me
4178#else 6980#else
4179shl_load(); 6981char (*f) () = shl_load;
4180#endif 6982#endif
6983#ifdef __cplusplus
6984}
6985#endif
4181 6986
6987int
6988main ()
6989{
6990return f != shl_load;
6991 ;
4182; return 0; } 6992 return 0;
4183EOF 6993}
4184if { (eval echo configure:4185: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6994_ACEOF
6995rm -f conftest.$ac_objext conftest$ac_exeext
6996if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6997 (eval $ac_link) 2>conftest.er1
6998 ac_status=$?
6999 grep -v '^ *+' conftest.er1 >conftest.err
4185 rm -rf conftest* 7000 rm -f conftest.er1
7001 cat conftest.err >&5
7002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7003 (exit $ac_status); } &&
7004 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7005 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7006 (eval $ac_try) 2>&5
7007 ac_status=$?
7008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7009 (exit $ac_status); }; } &&
7010 { ac_try='test -s conftest$ac_exeext'
7011 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7012 (eval $ac_try) 2>&5
7013 ac_status=$?
7014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7015 (exit $ac_status); }; }; then
4186 eval "ac_cv_func_shl_load=yes" 7016 ac_cv_func_shl_load=yes
4187else 7017else
4188 echo "configure: failed program was:" >&5 7018 echo "$as_me: failed program was:" >&5
4189 cat conftest.$ac_ext >&5 7019sed 's/^/| /' conftest.$ac_ext >&5
4190 rm -rf conftest* 7020
4191 eval "ac_cv_func_shl_load=no" 7021ac_cv_func_shl_load=no
4192fi 7022fi
4193rm -f conftest* 7023rm -f conftest.err conftest.$ac_objext \
7024 conftest$ac_exeext conftest.$ac_ext
4194fi 7025fi
4195 7026echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
7027echo "${ECHO_T}$ac_cv_func_shl_load" >&6
4196if eval "test \"`echo '$ac_cv_func_'shl_load`\" = yes"; then 7028if test $ac_cv_func_shl_load = yes; then
4197 echo "$ac_t""yes" 1>&6
4198 lt_cv_dlopen="shl_load" 7029 lt_cv_dlopen="shl_load"
4199else 7030else
4200 echo "$ac_t""no" 1>&6 7031 echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
4201echo $ac_n "checking for dlopen in -lsvld""... $ac_c" 1>&6 7032echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6
4202echo "configure:4203: checking for dlopen in -lsvld" >&5 7033if 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 7034 echo $ECHO_N "(cached) $ECHO_C" >&6
4206else 7035else
4207 ac_save_LIBS="$LIBS" 7036 ac_check_lib_save_LIBS=$LIBS
4208LIBS="-lsvld $LIBS" 7037LIBS="-lsvld $LIBS"
4209cat > conftest.$ac_ext <<EOF 7038cat >conftest.$ac_ext <<_ACEOF
4210#line 4211 "configure" 7039/* confdefs.h. */
4211#include "confdefs.h" 7040_ACEOF
7041cat confdefs.h >>conftest.$ac_ext
7042cat >>conftest.$ac_ext <<_ACEOF
7043/* end confdefs.h. */
7044
4212/* Override any gcc2 internal prototype to avoid an error. */ 7045/* Override any gcc2 internal prototype to avoid an error. */
7046#ifdef __cplusplus
7047extern "C"
7048#endif
4213/* We use char because int might match the return type of a gcc2 7049/* We use char because int might match the return type of a gcc2
4214 builtin and then its argument prototype would still apply. */ 7050 builtin and then its argument prototype would still apply. */
4215char dlopen(); 7051char dlopen ();
4216 7052int
4217int main() { 7053main ()
7054{
4218dlopen() 7055dlopen ();
7056 ;
4219; return 0; } 7057 return 0;
4220EOF 7058}
4221if { (eval echo configure:4222: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7059_ACEOF
7060rm -f conftest.$ac_objext conftest$ac_exeext
7061if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7062 (eval $ac_link) 2>conftest.er1
7063 ac_status=$?
7064 grep -v '^ *+' conftest.er1 >conftest.err
4222 rm -rf conftest* 7065 rm -f conftest.er1
4223 eval "ac_cv_lib_$ac_lib_var=yes" 7066 cat conftest.err >&5
7067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7068 (exit $ac_status); } &&
7069 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7070 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7071 (eval $ac_try) 2>&5
7072 ac_status=$?
7073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7074 (exit $ac_status); }; } &&
7075 { ac_try='test -s conftest$ac_exeext'
7076 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7077 (eval $ac_try) 2>&5
7078 ac_status=$?
7079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7080 (exit $ac_status); }; }; then
7081 ac_cv_lib_svld_dlopen=yes
4224else 7082else
4225 echo "configure: failed program was:" >&5 7083 echo "$as_me: failed program was:" >&5
4226 cat conftest.$ac_ext >&5 7084sed 's/^/| /' conftest.$ac_ext >&5
4227 rm -rf conftest* 7085
4228 eval "ac_cv_lib_$ac_lib_var=no" 7086ac_cv_lib_svld_dlopen=no
4229fi 7087fi
4230rm -f conftest* 7088rm -f conftest.err conftest.$ac_objext \
7089 conftest$ac_exeext conftest.$ac_ext
4231LIBS="$ac_save_LIBS" 7090LIBS=$ac_check_lib_save_LIBS
4232
4233fi 7091fi
4234if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 7092echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
4235 echo "$ac_t""yes" 1>&6 7093echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6
7094if test $ac_cv_lib_svld_dlopen = yes; then
4236 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld" 7095 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
4237else 7096else
4238 echo "$ac_t""no" 1>&6 7097 echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
4239echo $ac_n "checking for shl_load in -ldld""... $ac_c" 1>&6 7098echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6
4240echo "configure:4241: checking for shl_load in -ldld" >&5 7099if 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 7100 echo $ECHO_N "(cached) $ECHO_C" >&6
4244else 7101else
4245 ac_save_LIBS="$LIBS" 7102 ac_check_lib_save_LIBS=$LIBS
4246LIBS="-ldld $LIBS" 7103LIBS="-ldld $LIBS"
4247cat > conftest.$ac_ext <<EOF 7104cat >conftest.$ac_ext <<_ACEOF
4248#line 4249 "configure" 7105/* confdefs.h. */
4249#include "confdefs.h" 7106_ACEOF
7107cat confdefs.h >>conftest.$ac_ext
7108cat >>conftest.$ac_ext <<_ACEOF
7109/* end confdefs.h. */
7110
4250/* Override any gcc2 internal prototype to avoid an error. */ 7111/* Override any gcc2 internal prototype to avoid an error. */
7112#ifdef __cplusplus
7113extern "C"
7114#endif
4251/* We use char because int might match the return type of a gcc2 7115/* We use char because int might match the return type of a gcc2
4252 builtin and then its argument prototype would still apply. */ 7116 builtin and then its argument prototype would still apply. */
4253char shl_load(); 7117char shl_load ();
4254 7118int
4255int main() { 7119main ()
7120{
4256shl_load() 7121shl_load ();
7122 ;
4257; return 0; } 7123 return 0;
4258EOF 7124}
4259if { (eval echo configure:4260: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7125_ACEOF
7126rm -f conftest.$ac_objext conftest$ac_exeext
7127if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7128 (eval $ac_link) 2>conftest.er1
7129 ac_status=$?
7130 grep -v '^ *+' conftest.er1 >conftest.err
4260 rm -rf conftest* 7131 rm -f conftest.er1
4261 eval "ac_cv_lib_$ac_lib_var=yes" 7132 cat conftest.err >&5
7133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7134 (exit $ac_status); } &&
7135 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7136 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7137 (eval $ac_try) 2>&5
7138 ac_status=$?
7139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7140 (exit $ac_status); }; } &&
7141 { ac_try='test -s conftest$ac_exeext'
7142 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7143 (eval $ac_try) 2>&5
7144 ac_status=$?
7145 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7146 (exit $ac_status); }; }; then
7147 ac_cv_lib_dld_shl_load=yes
4262else 7148else
4263 echo "configure: failed program was:" >&5 7149 echo "$as_me: failed program was:" >&5
4264 cat conftest.$ac_ext >&5 7150sed 's/^/| /' conftest.$ac_ext >&5
4265 rm -rf conftest* 7151
4266 eval "ac_cv_lib_$ac_lib_var=no" 7152ac_cv_lib_dld_shl_load=no
4267fi 7153fi
4268rm -f conftest* 7154rm -f conftest.err conftest.$ac_objext \
7155 conftest$ac_exeext conftest.$ac_ext
4269LIBS="$ac_save_LIBS" 7156LIBS=$ac_check_lib_save_LIBS
4270
4271fi 7157fi
4272if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 7158echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
4273 echo "$ac_t""yes" 1>&6 7159echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6
7160if test $ac_cv_lib_dld_shl_load = yes; then
4274 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld" 7161 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"
4275else
4276 echo "$ac_t""no" 1>&6
4277fi 7162fi
4278 7163
4279
4280fi
4281 7164
4282
4283fi 7165fi
4284 7166
4285
4286fi
4287 7167
4288 7168fi
7169
7170
7171fi
7172
7173
4289fi 7174fi
4290 7175
4291 ;; 7176 ;;
4292 esac 7177 esac
4293 7178
4306 eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" 7191 eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
4307 7192
4308 save_LIBS="$LIBS" 7193 save_LIBS="$LIBS"
4309 LIBS="$lt_cv_dlopen_libs $LIBS" 7194 LIBS="$lt_cv_dlopen_libs $LIBS"
4310 7195
7196 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 7197echo $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 7198if test "${lt_cv_dlopen_self+set}" = set; then
4314 echo $ac_n "(cached) $ac_c" 1>&6 7199 echo $ECHO_N "(cached) $ECHO_C" >&6
4315else 7200else
4316 if test "$cross_compiling" = yes; then : 7201 if test "$cross_compiling" = yes; then :
4317 lt_cv_dlopen_self=cross 7202 lt_cv_dlopen_self=cross
4318else 7203else
4319 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 7204 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
4320 lt_status=$lt_dlunknown 7205 lt_status=$lt_dlunknown
4321 cat > conftest.$ac_ext <<EOF 7206 cat > conftest.$ac_ext <<EOF
4322#line 4323 "configure" 7207#line 7207 "configure"
4323#include "confdefs.h" 7208#include "confdefs.h"
4324 7209
4325#if HAVE_DLFCN_H 7210#if HAVE_DLFCN_H
4326#include <dlfcn.h> 7211#include <dlfcn.h>
4327#endif 7212#endif
4378 } 7263 }
4379 7264
4380 exit (status); 7265 exit (status);
4381} 7266}
4382EOF 7267EOF
4383 if { (eval echo configure:4384: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} 2>/dev/null; then 7268 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7269 (eval $ac_link) 2>&5
7270 ac_status=$?
7271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7272 (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
4384 (./conftest; exit; ) 2>/dev/null 7273 (./conftest; exit; ) 2>/dev/null
4385 lt_status=$? 7274 lt_status=$?
4386 case x$lt_status in 7275 case x$lt_status in
4387 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;; 7276 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
4388 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;; 7277 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
4393 lt_cv_dlopen_self=no 7282 lt_cv_dlopen_self=no
4394 fi 7283 fi
4395fi 7284fi
4396rm -fr conftest* 7285rm -fr conftest*
4397 7286
4398
4399fi
4400 7287
7288fi
7289echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
4401echo "$ac_t""$lt_cv_dlopen_self" 1>&6 7290echo "${ECHO_T}$lt_cv_dlopen_self" >&6
4402 7291
4403 if test "x$lt_cv_dlopen_self" = xyes; then 7292 if test "x$lt_cv_dlopen_self" = xyes; then
4404 LDFLAGS="$LDFLAGS $link_static_flag" 7293 LDFLAGS="$LDFLAGS $link_static_flag"
7294 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 7295echo $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 7296if test "${lt_cv_dlopen_self_static+set}" = set; then
4408 echo $ac_n "(cached) $ac_c" 1>&6 7297 echo $ECHO_N "(cached) $ECHO_C" >&6
4409else 7298else
4410 if test "$cross_compiling" = yes; then : 7299 if test "$cross_compiling" = yes; then :
4411 lt_cv_dlopen_self_static=cross 7300 lt_cv_dlopen_self_static=cross
4412else 7301else
4413 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 7302 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
4414 lt_status=$lt_dlunknown 7303 lt_status=$lt_dlunknown
4415 cat > conftest.$ac_ext <<EOF 7304 cat > conftest.$ac_ext <<EOF
4416#line 4417 "configure" 7305#line 7305 "configure"
4417#include "confdefs.h" 7306#include "confdefs.h"
4418 7307
4419#if HAVE_DLFCN_H 7308#if HAVE_DLFCN_H
4420#include <dlfcn.h> 7309#include <dlfcn.h>
4421#endif 7310#endif
4472 } 7361 }
4473 7362
4474 exit (status); 7363 exit (status);
4475} 7364}
4476EOF 7365EOF
4477 if { (eval echo configure:4478: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} 2>/dev/null; then 7366 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7367 (eval $ac_link) 2>&5
7368 ac_status=$?
7369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7370 (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
4478 (./conftest; exit; ) 2>/dev/null 7371 (./conftest; exit; ) 2>/dev/null
4479 lt_status=$? 7372 lt_status=$?
4480 case x$lt_status in 7373 case x$lt_status in
4481 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;; 7374 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
4482 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;; 7375 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
4487 lt_cv_dlopen_self_static=no 7380 lt_cv_dlopen_self_static=no
4488 fi 7381 fi
4489fi 7382fi
4490rm -fr conftest* 7383rm -fr conftest*
4491 7384
4492
4493fi
4494 7385
7386fi
7387echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
4495echo "$ac_t""$lt_cv_dlopen_self_static" 1>&6 7388echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6
4496 fi 7389 fi
4497 7390
4498 CPPFLAGS="$save_CPPFLAGS" 7391 CPPFLAGS="$save_CPPFLAGS"
4499 LDFLAGS="$save_LDFLAGS" 7392 LDFLAGS="$save_LDFLAGS"
4500 LIBS="$save_LIBS" 7393 LIBS="$save_LIBS"
4522 ;; 7415 ;;
4523 '$CC '*) 7416 '$CC '*)
4524 # Test whether the compiler implicitly links with -lc since on some 7417 # Test whether the compiler implicitly links with -lc since on some
4525 # systems, -lgcc has to come before -lc. If gcc already passes -lc 7418 # systems, -lgcc has to come before -lc. If gcc already passes -lc
4526 # to ld, don't add -lc before -lgcc. 7419 # to ld, don't add -lc before -lgcc.
7420 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 7421echo $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 7422 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then
4530 echo $ac_n "(cached) $ac_c" 1>&6 7423 echo $ECHO_N "(cached) $ECHO_C" >&6
4531else 7424else
4532 $rm conftest* 7425 $rm conftest*
4533 echo 'static int dummy;' > conftest.$ac_ext 7426 echo 'static int dummy;' > conftest.$ac_ext
4534 7427
4535 if { (eval echo configure:4536: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 7428 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7429 (eval $ac_compile) 2>&5
7430 ac_status=$?
7431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7432 (exit $ac_status); }; then
4536 soname=conftest 7433 soname=conftest
4537 lib=conftest 7434 lib=conftest
4538 libobjs=conftest.$ac_objext 7435 libobjs=conftest.$ac_objext
4539 deplibs= 7436 deplibs=
4540 wl=$lt_cv_prog_cc_wl 7437 wl=$lt_cv_prog_cc_wl
4543 verstring= 7440 verstring=
4544 output_objdir=. 7441 output_objdir=.
4545 libname=conftest 7442 libname=conftest
4546 save_allow_undefined_flag=$allow_undefined_flag 7443 save_allow_undefined_flag=$allow_undefined_flag
4547 allow_undefined_flag= 7444 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; } 7445 if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
7446 (eval $archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
7447 ac_status=$?
7448 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7449 (exit $ac_status); }
4549 then 7450 then
4550 lt_cv_archive_cmds_need_lc=no 7451 lt_cv_archive_cmds_need_lc=no
4551 else 7452 else
4552 lt_cv_archive_cmds_need_lc=yes 7453 lt_cv_archive_cmds_need_lc=yes
4553 fi 7454 fi
4555 else 7456 else
4556 cat conftest.err 1>&5 7457 cat conftest.err 1>&5
4557 fi 7458 fi
4558fi 7459fi
4559 7460
7461 echo "$as_me:$LINENO: result: $lt_cv_archive_cmds_need_lc" >&5
4560 echo "$ac_t""$lt_cv_archive_cmds_need_lc" 1>&6 7462echo "${ECHO_T}$lt_cv_archive_cmds_need_lc" >&6
4561 ;; 7463 ;;
4562 esac 7464 esac
4563fi 7465fi
4564need_lc=${lt_cv_archive_cmds_need_lc-yes} 7466need_lc=${lt_cv_archive_cmds_need_lc-yes}
4565## 7467##
5130 8032
5131MALLOC_TYPE=S 8033MALLOC_TYPE=S
5132support_addstrings=no 8034support_addstrings=no
5133support_frills=no 8035support_frills=no
5134support_linespace=no 8036support_linespace=no
5135support_graphics=no
5136support_inheritpixmap=no 8037support_inheritpixmap=no
5137support_keepscrolling=no 8038support_keepscrolling=no
5138support_selectionscrolling=no 8039support_selectionscrolling=no
5139support_menubar=no 8040support_menubar=no
5140support_mousewheel=no 8041support_mousewheel=no
5141support_mouseslipwheel=no 8042support_mouseslipwheel=no
5142support_oldselection=no 8043support_oldselection=no
5143support_utmp=no 8044support_utmp=no
5144support_wtmp=no 8045support_wtmp=no
5145support_lastlog=no 8046support_lastlog=no
5146support_cursor_blink=no 8047support_cursor_blink=no
8048support_text_blink=no
5147support_pointer_blank=no 8049support_pointer_blank=no
5148support_scroll_rxvt=no 8050support_scroll_rxvt=no
5149support_scroll_next=no 8051support_scroll_next=no
5150support_scroll_xterm=no 8052support_scroll_xterm=no
8053support_scroll_plain=no
5151support_xim=no 8054support_xim=no
5152support_xpm=no 8055support_xpm=no
5153support_xft=no 8056support_xft=no
5154support_unicode3=no 8057support_unicode3=no
8058support_combining=no
5155codesets= 8059codesets=
5156 8060
5157 8061
5158if test "x$enable_shared" = xyes; then 8062if test "x$enable_shared" = xyes; then
8063
5159 cat >> confdefs.h <<\EOF 8064cat >>confdefs.h <<\_ACEOF
5160#define LIBRXVT 1 8065#define LIBRXVT 1
5161EOF 8066_ACEOF
5162 8067
5163 INSTALL_LIBRXVT=yes 8068 INSTALL_LIBRXVT=yes
5164fi 8069fi
5165 8070
5166 8071
5169 enableval="$enable_everything" 8074 enableval="$enable_everything"
5170 if test x$enableval = xyes; then 8075 if test x$enableval = xyes; then
5171 support_24bit=yes 8076 support_24bit=yes
5172 support_frills=yes 8077 support_frills=yes
5173 support_linespace=yes 8078 support_linespace=yes
5174 support_graphics=yes
5175 support_inheritpixmap=yes 8079 support_inheritpixmap=yes
5176 support_keepscrolling=yes 8080 support_keepscrolling=yes
5177 support_selectionscrolling=yes 8081 support_selectionscrolling=yes
5178 support_lastlog=yes 8082 support_lastlog=yes
5179 support_menubar=yes 8083 support_menubar=yes
5180 support_mousewheel=yes 8084 support_mousewheel=yes
5181 support_mouseslipwheel=yes 8085 support_mouseslipwheel=yes
5182 support_oldselection=yes 8086 support_oldselection=yes
5183 support_cursor_blink=yes 8087 support_cursor_blink=yes
8088 support_text_blink=yes
5184 support_pointer_blank=yes 8089 support_pointer_blank=yes
5185 support_scroll_rxvt=yes 8090 support_scroll_rxvt=yes
5186 support_scroll_next=yes 8091 support_scroll_next=yes
5187 support_scroll_xterm=yes 8092 support_scroll_xterm=yes
8093 support_scroll_plain=yes
5188 support_utmp=yes 8094 support_utmp=yes
5189 support_wtmp=yes 8095 support_wtmp=yes
5190 support_xim=yes 8096 support_xim=yes
5191 support_xpm=yes 8097 support_xpm=yes
5192 support_xft=yes 8098 support_xft=yes
5193 support_unicode3=yes 8099 support_unicode3=yes
8100 support_combining=yes
5194 codesets=all 8101 codesets=all
5195 fi 8102 fi
5196fi 8103fi;
5197
5198 8104
5199# Check whether --enable-unicode3 or --disable-unicode3 was given. 8105# Check whether --enable-unicode3 or --disable-unicode3 was given.
5200if test "${enable_unicode3+set}" = set; then 8106if test "${enable_unicode3+set}" = set; then
5201 enableval="$enable_unicode3" 8107 enableval="$enable_unicode3"
5202 if test x$enableval = xyes; then 8108 if test x$enableval = xyes -o x$enableval = xno; then
5203 support_unicode3=yes 8109 support_unicode3=yes
5204 fi 8110 fi
5205fi 8111fi;
5206 8112
8113# Check whether --enable-combining or --disable-combining was given.
8114if test "${enable_combining+set}" = set; then
8115 enableval="$enable_combining"
8116 if test x$enableval = xyes -o x$enableval = xno; then
8117 support_combining=yes
8118 fi
8119fi;
5207 8120
5208# Check whether --enable-xft or --disable-xft was given. 8121# Check whether --enable-xft or --disable-xft was given.
5209if test "${enable_xft+set}" = set; then 8122if test "${enable_xft+set}" = set; then
5210 enableval="$enable_xft" 8123 enableval="$enable_xft"
5211 if test x$enableval = xyes; then 8124 if test x$enableval = xyes -o x$enableval = xno; then
5212 support_xft=yes 8125 support_xft=yes
5213 fi 8126 fi
5214fi 8127fi;
5215
5216
5217# Check whether --with-codesets or --without-codesets was given.
5218if test "${with_codesets+set}" = set; then
5219 withval="$with_codesets"
5220 if test x$enableval = xyes; then
5221 codesets="$withval"
5222 fi
5223fi
5224
5225
5226# Check whether --with-encoding or --without-encoding was given.
5227if test "${with_encoding+set}" = set; then
5228 withval="$with_encoding"
5229 if test x$enableval = xyes; then
5230 withval=`echo $withval | tr 'a-z' 'A-Z'`
5231 cat >> confdefs.h <<EOF
5232#define MULTICHAR_ENCODING $withval
5233EOF
5234
5235 fi
5236fi
5237
5238 8128
5239# Check whether --enable-utmp or --disable-utmp was given. 8129# Check whether --enable-utmp or --disable-utmp was given.
5240if test "${enable_utmp+set}" = set; then 8130if test "${enable_utmp+set}" = set; then
5241 enableval="$enable_utmp" 8131 enableval="$enable_utmp"
5242 if test x$enableval = xyes -o x$enableval = xno; then 8132 if test x$enableval = xyes -o x$enableval = xno; then
5243 support_utmp=$enableval 8133 support_utmp=$enableval
5244 fi 8134 fi
5245fi 8135fi;
5246
5247 8136
5248# Check whether --enable-wtmp or --disable-wtmp was given. 8137# Check whether --enable-wtmp or --disable-wtmp was given.
5249if test "${enable_wtmp+set}" = set; then 8138if test "${enable_wtmp+set}" = set; then
5250 enableval="$enable_wtmp" 8139 enableval="$enable_wtmp"
5251 if test x$enableval = xyes -o x$enableval = xno; then 8140 if test x$enableval = xyes -o x$enableval = xno; then
5252 support_wtmp=$enableval 8141 support_wtmp=$enableval
5253 fi 8142 fi
5254fi 8143fi;
5255
5256 8144
5257# Check whether --enable-lastlog or --disable-lastlog was given. 8145# Check whether --enable-lastlog or --disable-lastlog was given.
5258if test "${enable_lastlog+set}" = set; then 8146if test "${enable_lastlog+set}" = set; then
5259 enableval="$enable_lastlog" 8147 enableval="$enable_lastlog"
5260 if test x$enableval = xyes -o x$enableval = xno; then 8148 if test x$enableval = xyes -o x$enableval = xno; then
5261 support_lastlog=$enableval 8149 support_lastlog=$enableval
5262 fi 8150 fi
5263fi 8151fi;
5264
5265 8152
5266# Check whether --enable-xpm-background or --disable-xpm-background was given. 8153# Check whether --enable-xpm-background or --disable-xpm-background was given.
5267if test "${enable_xpm_background+set}" = set; then 8154if test "${enable_xpm_background+set}" = set; then
5268 enableval="$enable_xpm_background" 8155 enableval="$enable_xpm_background"
5269 if test x$enableval = xyes -o x$enableval = xno; then 8156 if test x$enableval = xyes -o x$enableval = xno; then
5270 support_xpm=$enableval 8157 support_xpm=$enableval
5271 fi 8158 fi
5272fi 8159fi;
5273
5274 8160
5275# Check whether --enable-transparency or --disable-transparency was given. 8161# Check whether --enable-transparency or --disable-transparency was given.
5276if test "${enable_transparency+set}" = set; then 8162if test "${enable_transparency+set}" = set; then
5277 enableval="$enable_transparency" 8163 enableval="$enable_transparency"
5278 if test x$enableval = xyes -o x$enableval = xno; then 8164 if test x$enableval = xyes -o x$enableval = xno; then
5279 support_inheritpixmap=$enableval 8165 support_inheritpixmap=$enableval
5280 fi 8166 fi
5281fi 8167fi;
5282
5283 8168
5284# Check whether --enable-menubar or --disable-menubar was given. 8169# Check whether --enable-menubar or --disable-menubar was given.
5285if test "${enable_menubar+set}" = set; then 8170if test "${enable_menubar+set}" = set; then
5286 enableval="$enable_menubar" 8171 enableval="$enable_menubar"
5287 if test x$enableval = xyes -o x$enableval = xno; then 8172 if test x$enableval = xyes -o x$enableval = xno; then
5288 support_menubar=$enableval 8173 support_menubar=$enableval
5289 fi 8174 fi
5290fi 8175fi;
5291
5292
5293# Check whether --enable-graphics or --disable-graphics was given.
5294if test "${enable_graphics+set}" = set; then
5295 enableval="$enable_graphics"
5296 if test x$enableval = xyes -o x$enableval = xno; then
5297 support_graphics=$enableval
5298 fi
5299fi
5300
5301 8176
5302# Check whether --enable-rxvt-scroll or --disable-rxvt-scroll was given. 8177# Check whether --enable-rxvt-scroll or --disable-rxvt-scroll was given.
5303if test "${enable_rxvt_scroll+set}" = set; then 8178if test "${enable_rxvt_scroll+set}" = set; then
5304 enableval="$enable_rxvt_scroll" 8179 enableval="$enable_rxvt_scroll"
5305 if test x$enableval = xyes -o x$enableval = xno; then 8180 if test x$enableval = xyes -o x$enableval = xno; then
5306 support_scroll_rxvt=$enableval 8181 support_scroll_rxvt=$enableval
5307 fi 8182 fi
5308fi 8183fi;
5309
5310 8184
5311# Check whether --enable-next-scroll or --disable-next-scroll was given. 8185# Check whether --enable-next-scroll or --disable-next-scroll was given.
5312if test "${enable_next_scroll+set}" = set; then 8186if test "${enable_next_scroll+set}" = set; then
5313 enableval="$enable_next_scroll" 8187 enableval="$enable_next_scroll"
5314 if test x$enableval = xyes -o x$enableval = xno; then 8188 if test x$enableval = xyes -o x$enableval = xno; then
5315 support_scroll_next=$enableval 8189 support_scroll_next=$enableval
5316 fi 8190 fi
5317fi 8191fi;
5318
5319 8192
5320# Check whether --enable-xterm-scroll or --disable-xterm-scroll was given. 8193# Check whether --enable-xterm-scroll or --disable-xterm-scroll was given.
5321if test "${enable_xterm_scroll+set}" = set; then 8194if test "${enable_xterm_scroll+set}" = set; then
5322 enableval="$enable_xterm_scroll" 8195 enableval="$enable_xterm_scroll"
5323 if test x$enableval = xyes -o x$enableval = xno; then 8196 if test x$enableval = xyes -o x$enableval = xno; then
5324 support_scroll_xterm=$enableval 8197 support_scroll_xterm=$enableval
5325 fi 8198 fi
5326fi 8199fi;
5327 8200
8201# Check whether --enable-plain-scroll or --disable-plain-scroll was given.
8202if test "${enable_plain_scroll+set}" = set; then
8203 enableval="$enable_plain_scroll"
8204 if test x$enableval = xyes -o x$enableval = xno; then
8205 support_scroll_plain=$enableval
8206 fi
8207fi;
5328 8208
5329# Check whether --enable-half-shadow or --disable-half-shadow was given. 8209# Check whether --enable-half-shadow or --disable-half-shadow was given.
5330if test "${enable_half_shadow+set}" = set; then 8210if test "${enable_half_shadow+set}" = set; then
5331 enableval="$enable_half_shadow" 8211 enableval="$enable_half_shadow"
5332 if test x$enableval = xyes; then 8212 if test x$enableval = xyes; then
8213
5333 cat >> confdefs.h <<\EOF 8214cat >>confdefs.h <<\_ACEOF
5334#define HALFSHADOW 1 8215#define HALFSHADOW 1
5335EOF 8216_ACEOF
5336 8217
5337 fi 8218 fi
5338fi 8219fi;
5339 8220
8221
8222# Check whether --with-codesets or --without-codesets was given.
8223if test "${with_codesets+set}" = set; then
8224 withval="$with_codesets"
8225 codesets="$withval"
8226fi;
5340 8227
5341# Check whether --enable-xim or --disable-xim was given. 8228# Check whether --enable-xim or --disable-xim was given.
5342if test "${enable_xim+set}" = set; then 8229if test "${enable_xim+set}" = set; then
5343 enableval="$enable_xim" 8230 enableval="$enable_xim"
5344 if test x$enableval = xyes -o x$enableval = xno; then 8231 if test x$enableval = xyes -o x$enableval = xno; then
5345 support_xim=$enableval 8232 support_xim=$enableval
5346 fi 8233 fi
5347fi 8234fi;
5348
5349
5350# Check whether --enable-greek or --disable-greek was given.
5351if test "${enable_greek+set}" = set; then
5352 enableval="$enable_greek"
5353 if test x$enableval = xyes; then
5354 cat >> confdefs.h <<\EOF
5355#define GREEK_SUPPORT 1
5356EOF
5357
5358 fi
5359fi
5360
5361 8235
5362# Check whether --enable-ttygid or --disable-ttygid was given. 8236# Check whether --enable-ttygid or --disable-ttygid was given.
5363if test "${enable_ttygid+set}" = set; then 8237if test "${enable_ttygid+set}" = set; then
5364 enableval="$enable_ttygid" 8238 enableval="$enable_ttygid"
5365 if test x$enableval = xyes; then 8239 if test x$enableval = xyes; then
8240
5366 cat >> confdefs.h <<\EOF 8241cat >>confdefs.h <<\_ACEOF
5367#define TTY_GID_SUPPORT 1 8242#define TTY_GID_SUPPORT 1
5368EOF 8243_ACEOF
5369 8244
5370 fi 8245 fi
5371fi 8246fi;
5372
5373 8247
5374# Check whether --enable-backspace-key or --disable-backspace-key was given. 8248# Check whether --enable-backspace-key or --disable-backspace-key was given.
5375if test "${enable_backspace_key+set}" = set; then 8249if test "${enable_backspace_key+set}" = set; then
5376 enableval="$enable_backspace_key" 8250 enableval="$enable_backspace_key"
5377 if test x$enableval = xno; then 8251 if test x$enableval = xno; then
8252
5378 cat >> confdefs.h <<\EOF 8253cat >>confdefs.h <<\_ACEOF
5379#define NO_BACKSPACE_KEY 1 8254#define NO_BACKSPACE_KEY 1
5380EOF 8255_ACEOF
5381 8256
5382 fi 8257 fi
5383fi 8258fi;
5384
5385 8259
5386# Check whether --enable-delete-key or --disable-delete-key was given. 8260# Check whether --enable-delete-key or --disable-delete-key was given.
5387if test "${enable_delete_key+set}" = set; then 8261if test "${enable_delete_key+set}" = set; then
5388 enableval="$enable_delete_key" 8262 enableval="$enable_delete_key"
5389 if test x$enableval = xno; then 8263 if test x$enableval = xno; then
8264
5390 cat >> confdefs.h <<\EOF 8265cat >>confdefs.h <<\_ACEOF
5391#define NO_DELETE_KEY 1 8266#define NO_DELETE_KEY 1
5392EOF 8267_ACEOF
5393 8268
5394 fi 8269 fi
5395fi 8270fi;
5396
5397 8271
5398# Check whether --enable-resources or --disable-resources was given. 8272# Check whether --enable-resources or --disable-resources was given.
5399if test "${enable_resources+set}" = set; then 8273if test "${enable_resources+set}" = set; then
5400 enableval="$enable_resources" 8274 enableval="$enable_resources"
5401 if test x$enableval = xno; then 8275 if test x$enableval = xno; then
8276
5402 cat >> confdefs.h <<\EOF 8277cat >>confdefs.h <<\_ACEOF
5403#define NO_RESOURCES 1 8278#define NO_RESOURCES 1
5404EOF 8279_ACEOF
5405 8280
5406 fi 8281 fi
5407fi 8282fi;
5408
5409 8283
5410# Check whether --enable-xgetdefault or --disable-xgetdefault was given. 8284# Check whether --enable-xgetdefault or --disable-xgetdefault was given.
5411if test "${enable_xgetdefault+set}" = set; then 8285if test "${enable_xgetdefault+set}" = set; then
5412 enableval="$enable_xgetdefault" 8286 enableval="$enable_xgetdefault"
5413 if test x$enableval = xyes; then 8287 if test x$enableval = xyes; then
8288
5414 cat >> confdefs.h <<\EOF 8289cat >>confdefs.h <<\_ACEOF
5415#define USE_XGETDEFAULT 1 8290#define USE_XGETDEFAULT 1
5416EOF 8291_ACEOF
5417 8292
5418 fi 8293 fi
5419fi 8294fi;
8295
8296RESFALLBACK=Rxvt
8297# Check whether --enable-fallback or --disable-fallback was given.
8298if test "${enable_fallback+set}" = set; then
8299 enableval="$enable_fallback"
8300
8301 test x$enableval = xyes && enableval=Rxvt
8302 test x$enableval = xno && enableval=
8303 RESFALLBACK="$enableval"
8304
8305fi;
8306
8307if test x$RESFALLBACK != x; then
8308
8309cat >>confdefs.h <<_ACEOF
8310#define RESFALLBACK "$RESFALLBACK"
8311_ACEOF
8312
8313fi
8314
8315RESNAME=urxvt
8316
8317# Check whether --with-res-name or --without-res-name was given.
8318if test "${with_res_name+set}" = set; then
8319 withval="$with_res_name"
8320 RESNAME="$withval"
8321fi;
8322
8323cat >>confdefs.h <<_ACEOF
8324#define RESNAME "$RESNAME"
8325_ACEOF
8326
8327
8328RESCLASS=URxvt
8329
8330# Check whether --with-res-class or --without-res-class was given.
8331if test "${with_res_class+set}" = set; then
8332 withval="$with_res_class"
8333 RESCLASS="$withval"
8334fi;
8335
8336cat >>confdefs.h <<_ACEOF
8337#define RESCLASS "$RESCLASS"
8338_ACEOF
8339
8340
8341RXVTNAME=urxvt
8342
8343# Check whether --with-name or --without-name was given.
8344if test "${with_name+set}" = set; then
8345 withval="$with_name"
8346 RXVTNAME="$withval"
8347fi;
8348
8349RXVTNAME=`echo "$RXVTNAME"|sed "$program_transform_name"`
5420 8350
5421 8351
5422# Check whether --enable-strings or --disable-strings was given. 8352# Check whether --enable-strings or --disable-strings was given.
5423if test "${enable_strings+set}" = set; then 8353if test "${enable_strings+set}" = set; then
5424 enableval="$enable_strings" 8354 enableval="$enable_strings"
5425 if test x$enableval = xyes -o x$enableval = xno; then 8355 if test x$enableval = xyes -o x$enableval = xno; then
5426 support_addstrings=$enableval 8356 support_addstrings=$enableval
5427 fi 8357 fi
5428fi 8358fi;
5429
5430 8359
5431# Check whether --enable-swapscreen or --disable-swapscreen was given. 8360# Check whether --enable-swapscreen or --disable-swapscreen was given.
5432if test "${enable_swapscreen+set}" = set; then 8361if test "${enable_swapscreen+set}" = set; then
5433 enableval="$enable_swapscreen" 8362 enableval="$enable_swapscreen"
5434 if test x$enableval = xno; then 8363 if test x$enableval = xno; then
8364
5435 cat >> confdefs.h <<\EOF 8365cat >>confdefs.h <<\_ACEOF
5436#define NO_SECONDARY_SCREEN 1 8366#define NO_SECONDARY_SCREEN 1
5437EOF 8367_ACEOF
5438 8368
5439 fi 8369 fi
5440fi 8370fi;
5441
5442 8371
5443# Check whether --enable-frills or --disable-frills was given. 8372# Check whether --enable-frills or --disable-frills was given.
5444if test "${enable_frills+set}" = set; then 8373if test "${enable_frills+set}" = set; then
5445 enableval="$enable_frills" 8374 enableval="$enable_frills"
5446 if test x$enableval = xyes -o x$enableval = xno; then 8375 if test x$enableval = xyes -o x$enableval = xno; then
5447 support_frills=$enableval 8376 support_frills=$enableval
5448 fi 8377 fi
5449fi 8378fi;
5450
5451 8379
5452# Check whether --enable-linespace or --disable-linespace was given. 8380# Check whether --enable-linespace or --disable-linespace was given.
5453if test "${enable_linespace+set}" = set; then 8381if test "${enable_linespace+set}" = set; then
5454 enableval="$enable_linespace" 8382 enableval="$enable_linespace"
5455 if test x$enableval = xyes -o x$enableval = xno; then 8383 if test x$enableval = xyes -o x$enableval = xno; then
5456 support_linespace=$enableval 8384 support_linespace=$enableval
5457 fi 8385 fi
5458fi 8386fi;
5459
5460 8387
5461# Check whether --enable-24bit or --disable-24bit was given. 8388# Check whether --enable-24bit or --disable-24bit was given.
5462if test "${enable_24bit+set}" = set; then 8389if test "${enable_24bit+set}" = set; then
5463 enableval="$enable_24bit" 8390 enableval="$enable_24bit"
5464 if test x$enableval = xyes -o x$enableval = xno; then 8391 if test x$enableval = xyes -o x$enableval = xno; then
5465 support_24bit=$enableval 8392 support_24bit=$enableval
5466 fi 8393 fi
5467fi 8394fi;
5468
5469 8395
5470# Check whether --enable-keepscrolling or --disable-keepscrolling was given. 8396# Check whether --enable-keepscrolling or --disable-keepscrolling was given.
5471if test "${enable_keepscrolling+set}" = set; then 8397if test "${enable_keepscrolling+set}" = set; then
5472 enableval="$enable_keepscrolling" 8398 enableval="$enable_keepscrolling"
5473 if test x$enableval = xyes -o x$enableval = xno; then 8399 if test x$enableval = xyes -o x$enableval = xno; then
5474 support_keepscrolling=$enableval 8400 support_keepscrolling=$enableval
5475 fi 8401 fi
5476fi 8402fi;
5477
5478 8403
5479# Check whether --enable-selectionscrolling or --disable-selectionscrolling was given. 8404# Check whether --enable-selectionscrolling or --disable-selectionscrolling was given.
5480if test "${enable_selectionscrolling+set}" = set; then 8405if test "${enable_selectionscrolling+set}" = set; then
5481 enableval="$enable_selectionscrolling" 8406 enableval="$enable_selectionscrolling"
5482 if test x$enableval = xyes -o x$enableval = xno; then 8407 if test x$enableval = xyes -o x$enableval = xno; then
5483 support_selectionscrolling=$enableval 8408 support_selectionscrolling=$enableval
5484 fi 8409 fi
5485fi 8410fi;
5486
5487 8411
5488# Check whether --enable-mousewheel or --disable-mousewheel was given. 8412# Check whether --enable-mousewheel or --disable-mousewheel was given.
5489if test "${enable_mousewheel+set}" = set; then 8413if test "${enable_mousewheel+set}" = set; then
5490 enableval="$enable_mousewheel" 8414 enableval="$enable_mousewheel"
5491 if test x$enableval = xyes -o x$enableval = xno; then 8415 if test x$enableval = xyes -o x$enableval = xno; then
5492 support_mousewheel=$enableval 8416 support_mousewheel=$enableval
5493 fi 8417 fi
5494fi 8418fi;
5495
5496 8419
5497# Check whether --enable-slipwheeling or --disable-slipwheeling was given. 8420# Check whether --enable-slipwheeling or --disable-slipwheeling was given.
5498if test "${enable_slipwheeling+set}" = set; then 8421if test "${enable_slipwheeling+set}" = set; then
5499 enableval="$enable_slipwheeling" 8422 enableval="$enable_slipwheeling"
5500 if test x$enableval = xyes -o x$enableval = xno; then 8423 if test x$enableval = xyes -o x$enableval = xno; then
5501 support_mouseslipwheel=$enableval 8424 support_mouseslipwheel=$enableval
5502 fi 8425 fi
5503fi 8426fi;
5504
5505 8427
5506# Check whether --enable-old-selection or --disable-old-selection was given. 8428# Check whether --enable-old-selection or --disable-old-selection was given.
5507if test "${enable_old_selection+set}" = set; then 8429if test "${enable_old_selection+set}" = set; then
5508 enableval="$enable_old_selection" 8430 enableval="$enable_old_selection"
5509 if test x$enableval = xyes -o x$enableval = xno; then 8431 if test x$enableval = xyes -o x$enableval = xno; then
5510 support_oldselection=$enableval 8432 support_oldselection=$enableval
5511 fi 8433 fi
5512fi 8434fi;
5513
5514 8435
5515# Check whether --enable-new-selection or --disable-new-selection was given. 8436# Check whether --enable-new-selection or --disable-new-selection was given.
5516if test "${enable_new_selection+set}" = set; then 8437if test "${enable_new_selection+set}" = set; then
5517 enableval="$enable_new_selection" 8438 enableval="$enable_new_selection"
5518 if test x$enableval = xno; then 8439 if test x$enableval = xno; then
8440
5519 cat >> confdefs.h <<\EOF 8441cat >>confdefs.h <<\_ACEOF
5520#define NO_NEW_SELECTION 1 8442#define NO_NEW_SELECTION 1
5521EOF 8443_ACEOF
5522 8444
5523 fi 8445 fi
5524fi 8446fi;
5525
5526 8447
5527# Check whether --enable-dmalloc or --disable-dmalloc was given. 8448# Check whether --enable-dmalloc or --disable-dmalloc was given.
5528if test "${enable_dmalloc+set}" = set; then 8449if test "${enable_dmalloc+set}" = set; then
5529 enableval="$enable_dmalloc" 8450 enableval="$enable_dmalloc"
5530 if test x$enableval = xyes; then 8451 if test x$enableval = xyes; then
5531 MALLOC_TYPE=G 8452 MALLOC_TYPE=G
5532 DEBUG=-DDEBUG_MALLOC 8453 DEBUG=-DDEBUG_MALLOC
5533 DLIB="-L/usr/local/lib -ldmalloc" 8454 DLIB="-L/usr/local/lib -ldmalloc"
5534 DINCLUDE=-I/usr/local/include 8455 DINCLUDE=-I/usr/local/include
5535 fi 8456 fi
5536fi 8457fi;
5537
5538 8458
5539# Check whether --enable-dlmalloc or --disable-dlmalloc was given. 8459# Check whether --enable-dlmalloc or --disable-dlmalloc was given.
5540if test "${enable_dlmalloc+set}" = set; then 8460if test "${enable_dlmalloc+set}" = set; then
5541 enableval="$enable_dlmalloc" 8461 enableval="$enable_dlmalloc"
5542 if test x$enableval = xyes; then 8462 if test x$enableval = xyes; then
5543 MALLOC_TYPE=D 8463 MALLOC_TYPE=D
5544 DEBUG= 8464 DEBUG=
5545 DLIB="-L/usr/local/lib -ldlmalloc" 8465 DLIB="-L/usr/local/lib -ldlmalloc"
5546 DINCLUDE= 8466 DINCLUDE=
5547 fi 8467 fi
5548fi 8468fi;
5549
5550 8469
5551# Check whether --enable-smart-resize or --disable-smart-resize was given. 8470# Check whether --enable-smart-resize or --disable-smart-resize was given.
5552if test "${enable_smart_resize+set}" = set; then 8471if test "${enable_smart_resize+set}" = set; then
5553 enableval="$enable_smart_resize" 8472 enableval="$enable_smart_resize"
5554 if test x$enableval = xyes; then 8473 if test x$enableval = xyes; then
8474
5555 cat >> confdefs.h <<\EOF 8475cat >>confdefs.h <<\_ACEOF
5556#define SMART_RESIZE 1 8476#define SMART_RESIZE 1
5557EOF 8477_ACEOF
5558 8478
5559 fi 8479 fi
5560fi 8480fi;
5561
5562 8481
5563# Check whether --enable-256-color or --disable-256-color was given. 8482# Check whether --enable-256-color or --disable-256-color was given.
5564if test "${enable_256_color+set}" = set; then 8483if test "${enable_256_color+set}" = set; then
5565 enableval="$enable_256_color" 8484 enableval="$enable_256_color"
5566 if test x$enableval = xyes; then 8485 if test x$enableval = xyes; then
8486
5567 cat >> confdefs.h <<\EOF 8487cat >>confdefs.h <<\_ACEOF
5568#define TTY_256COLOR 1 8488#define TTY_256COLOR 1
5569EOF 8489_ACEOF
5570 8490
5571 fi 8491 fi
5572fi 8492fi;
5573
5574 8493
5575# Check whether --enable-cursor-blink or --disable-cursor-blink was given. 8494# Check whether --enable-cursor-blink or --disable-cursor-blink was given.
5576if test "${enable_cursor_blink+set}" = set; then 8495if test "${enable_cursor_blink+set}" = set; then
5577 enableval="$enable_cursor_blink" 8496 enableval="$enable_cursor_blink"
5578 if test x$enableval = xyes -o x$enableval = xno; then 8497 if test x$enableval = xyes -o x$enableval = xno; then
5579 support_cursor_blink=$enableval 8498 support_cursor_blink=$enableval
5580 fi 8499 fi
5581fi 8500fi;
5582 8501
8502# Check whether --enable-text-blink or --disable-text-blink was given.
8503if test "${enable_text_blink+set}" = set; then
8504 enableval="$enable_text_blink"
8505 if test x$enableval = xyes -o x$enableval = xno; then
8506 support_text_blink=$enableval
8507 fi
8508fi;
5583 8509
5584# Check whether --enable-pointer-blank or --disable-pointer-blank was given. 8510# Check whether --enable-pointer-blank or --disable-pointer-blank was given.
5585if test "${enable_pointer_blank+set}" = set; then 8511if test "${enable_pointer_blank+set}" = set; then
5586 enableval="$enable_pointer_blank" 8512 enableval="$enable_pointer_blank"
5587 if test x$enableval = xyes -o x$enableval = xno; then 8513 if test x$enableval = xyes -o x$enableval = xno; then
5588 support_pointer_blank=$enableval 8514 support_pointer_blank=$enableval
5589 fi 8515 fi
5590fi 8516fi;
5591 8517
5592 8518
5593# Check whether --with-term or --without-term was given. 8519# Check whether --with-term or --without-term was given.
5594if test "${with_term+set}" = set; then 8520if test "${with_term+set}" = set; then
5595 withval="$with_term" 8521 withval="$with_term"
5596 if test x$withval != x; then 8522 if test x$withval != x; then
8523
5597 cat >> confdefs.h <<EOF 8524cat >>confdefs.h <<_ACEOF
5598#define TERMENV "$withval" 8525#define TERMENV "$withval"
5599EOF 8526_ACEOF
5600 term="$withval" 8527 term="$withval"
5601 fi 8528 fi
5602fi 8529fi;
5603 8530
5604 8531
5605# Check whether --with-terminfo or --without-terminfo was given. 8532# Check whether --with-terminfo or --without-terminfo was given.
5606if test "${with_terminfo+set}" = set; then 8533if test "${with_terminfo+set}" = set; then
5607 withval="$with_terminfo" 8534 withval="$with_terminfo"
5608 if test x$withval != x; then 8535 if test x$withval != x; then
8536
5609 cat >> confdefs.h <<EOF 8537cat >>confdefs.h <<_ACEOF
5610#define RXVT_TERMINFO "$withval" 8538#define RXVT_TERMINFO "$withval"
5611EOF 8539_ACEOF
5612 terminfo="$withval" 8540 terminfo="$withval"
5613 fi 8541 fi
5614fi 8542fi;
5615 8543
5616 8544
5617 8545
5618cat >> confdefs.h <<\EOF 8546cat >>confdefs.h <<\_ACEOF
5619#define PROTOTYPES 1 8547#define PROTOTYPES 1
5620EOF 8548_ACEOF
5621 8549
5622 8550
5623if test -z "$CFLAGS"; then 8551if test -z "$CFLAGS"; then
5624 if test -z "$CCOPTS"; then 8552 if test -z "$CCOPTS"; then
5625 CCOPTS='-O' 8553 CCOPTS='-O'
5627 CFLAGS="$CCOPTS" 8555 CFLAGS="$CCOPTS"
5628fi 8556fi
5629 8557
5630# Extract the first word of "mv", so it can be a program name with args. 8558# Extract the first word of "mv", so it can be a program name with args.
5631set dummy mv; ac_word=$2 8559set dummy mv; ac_word=$2
8560echo "$as_me:$LINENO: checking for $ac_word" >&5
5632echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 8561echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5633echo "configure:5634: checking for $ac_word" >&5
5634if eval "test \"`echo '$''{'ac_cv_path_MV'+set}'`\" = set"; then 8562if test "${ac_cv_path_MV+set}" = set; then
5635 echo $ac_n "(cached) $ac_c" 1>&6 8563 echo $ECHO_N "(cached) $ECHO_C" >&6
5636else 8564else
5637 case "$MV" in 8565 case $MV in
5638 /*) 8566 [\\/]* | ?:[\\/]*)
5639 ac_cv_path_MV="$MV" # Let the user override the test with a path. 8567 ac_cv_path_MV="$MV" # Let the user override the test with a path.
5640 ;; 8568 ;;
5641 ?:/*)
5642 ac_cv_path_MV="$MV" # Let the user override the test with a dos path.
5643 ;;
5644 *) 8569 *)
5645 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 8570 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5646 ac_dummy="$PATH" 8571for as_dir in $PATH
5647 for ac_dir in $ac_dummy; do 8572do
8573 IFS=$as_save_IFS
5648 test -z "$ac_dir" && ac_dir=. 8574 test -z "$as_dir" && as_dir=.
5649 if test -f $ac_dir/$ac_word; then 8575 for ac_exec_ext in '' $ac_executable_extensions; do
8576 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5650 ac_cv_path_MV="$ac_dir/$ac_word" 8577 ac_cv_path_MV="$as_dir/$ac_word$ac_exec_ext"
8578 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5651 break 8579 break 2
5652 fi 8580 fi
5653 done 8581done
5654 IFS="$ac_save_ifs" 8582done
8583
5655 test -z "$ac_cv_path_MV" && ac_cv_path_MV="mv" 8584 test -z "$ac_cv_path_MV" && ac_cv_path_MV="mv"
5656 ;; 8585 ;;
5657esac 8586esac
5658fi 8587fi
5659MV="$ac_cv_path_MV" 8588MV=$ac_cv_path_MV
8589
5660if test -n "$MV"; then 8590if test -n "$MV"; then
5661 echo "$ac_t""$MV" 1>&6 8591 echo "$as_me:$LINENO: result: $MV" >&5
8592echo "${ECHO_T}$MV" >&6
5662else 8593else
5663 echo "$ac_t""no" 1>&6 8594 echo "$as_me:$LINENO: result: no" >&5
8595echo "${ECHO_T}no" >&6
5664fi 8596fi
5665 8597
5666# Extract the first word of "rm", so it can be a program name with args. 8598# Extract the first word of "rm", so it can be a program name with args.
5667set dummy rm; ac_word=$2 8599set dummy rm; ac_word=$2
8600echo "$as_me:$LINENO: checking for $ac_word" >&5
5668echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 8601echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5669echo "configure:5670: checking for $ac_word" >&5
5670if eval "test \"`echo '$''{'ac_cv_path_RM'+set}'`\" = set"; then 8602if test "${ac_cv_path_RM+set}" = set; then
5671 echo $ac_n "(cached) $ac_c" 1>&6 8603 echo $ECHO_N "(cached) $ECHO_C" >&6
5672else 8604else
5673 case "$RM" in 8605 case $RM in
5674 /*) 8606 [\\/]* | ?:[\\/]*)
5675 ac_cv_path_RM="$RM" # Let the user override the test with a path. 8607 ac_cv_path_RM="$RM" # Let the user override the test with a path.
5676 ;; 8608 ;;
5677 ?:/*)
5678 ac_cv_path_RM="$RM" # Let the user override the test with a dos path.
5679 ;;
5680 *) 8609 *)
5681 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 8610 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5682 ac_dummy="$PATH" 8611for as_dir in $PATH
5683 for ac_dir in $ac_dummy; do 8612do
8613 IFS=$as_save_IFS
5684 test -z "$ac_dir" && ac_dir=. 8614 test -z "$as_dir" && as_dir=.
5685 if test -f $ac_dir/$ac_word; then 8615 for ac_exec_ext in '' $ac_executable_extensions; do
8616 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5686 ac_cv_path_RM="$ac_dir/$ac_word" 8617 ac_cv_path_RM="$as_dir/$ac_word$ac_exec_ext"
8618 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5687 break 8619 break 2
5688 fi 8620 fi
5689 done 8621done
5690 IFS="$ac_save_ifs" 8622done
8623
5691 test -z "$ac_cv_path_RM" && ac_cv_path_RM="rm" 8624 test -z "$ac_cv_path_RM" && ac_cv_path_RM="rm"
5692 ;; 8625 ;;
5693esac 8626esac
5694fi 8627fi
5695RM="$ac_cv_path_RM" 8628RM=$ac_cv_path_RM
8629
5696if test -n "$RM"; then 8630if test -n "$RM"; then
5697 echo "$ac_t""$RM" 1>&6 8631 echo "$as_me:$LINENO: result: $RM" >&5
8632echo "${ECHO_T}$RM" >&6
5698else 8633else
5699 echo "$ac_t""no" 1>&6 8634 echo "$as_me:$LINENO: result: no" >&5
8635echo "${ECHO_T}no" >&6
5700fi 8636fi
5701 8637
5702# Extract the first word of "cp", so it can be a program name with args. 8638# Extract the first word of "cp", so it can be a program name with args.
5703set dummy cp; ac_word=$2 8639set dummy cp; ac_word=$2
8640echo "$as_me:$LINENO: checking for $ac_word" >&5
5704echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 8641echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5705echo "configure:5706: checking for $ac_word" >&5
5706if eval "test \"`echo '$''{'ac_cv_path_CP'+set}'`\" = set"; then 8642if test "${ac_cv_path_CP+set}" = set; then
5707 echo $ac_n "(cached) $ac_c" 1>&6 8643 echo $ECHO_N "(cached) $ECHO_C" >&6
5708else 8644else
5709 case "$CP" in 8645 case $CP in
5710 /*) 8646 [\\/]* | ?:[\\/]*)
5711 ac_cv_path_CP="$CP" # Let the user override the test with a path. 8647 ac_cv_path_CP="$CP" # Let the user override the test with a path.
5712 ;; 8648 ;;
5713 ?:/*)
5714 ac_cv_path_CP="$CP" # Let the user override the test with a dos path.
5715 ;;
5716 *) 8649 *)
5717 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 8650 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5718 ac_dummy="$PATH" 8651for as_dir in $PATH
5719 for ac_dir in $ac_dummy; do 8652do
8653 IFS=$as_save_IFS
5720 test -z "$ac_dir" && ac_dir=. 8654 test -z "$as_dir" && as_dir=.
5721 if test -f $ac_dir/$ac_word; then 8655 for ac_exec_ext in '' $ac_executable_extensions; do
8656 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5722 ac_cv_path_CP="$ac_dir/$ac_word" 8657 ac_cv_path_CP="$as_dir/$ac_word$ac_exec_ext"
8658 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5723 break 8659 break 2
5724 fi 8660 fi
5725 done 8661done
5726 IFS="$ac_save_ifs" 8662done
8663
5727 test -z "$ac_cv_path_CP" && ac_cv_path_CP="cp" 8664 test -z "$ac_cv_path_CP" && ac_cv_path_CP="cp"
5728 ;; 8665 ;;
5729esac 8666esac
5730fi 8667fi
5731CP="$ac_cv_path_CP" 8668CP=$ac_cv_path_CP
8669
5732if test -n "$CP"; then 8670if test -n "$CP"; then
5733 echo "$ac_t""$CP" 1>&6 8671 echo "$as_me:$LINENO: result: $CP" >&5
8672echo "${ECHO_T}$CP" >&6
5734else 8673else
5735 echo "$ac_t""no" 1>&6 8674 echo "$as_me:$LINENO: result: no" >&5
8675echo "${ECHO_T}no" >&6
5736fi 8676fi
5737 8677
5738# Extract the first word of "ln", so it can be a program name with args. 8678# Extract the first word of "ln", so it can be a program name with args.
5739set dummy ln; ac_word=$2 8679set dummy ln; ac_word=$2
8680echo "$as_me:$LINENO: checking for $ac_word" >&5
5740echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 8681echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5741echo "configure:5742: checking for $ac_word" >&5
5742if eval "test \"`echo '$''{'ac_cv_path_LN'+set}'`\" = set"; then 8682if test "${ac_cv_path_LN+set}" = set; then
5743 echo $ac_n "(cached) $ac_c" 1>&6 8683 echo $ECHO_N "(cached) $ECHO_C" >&6
5744else 8684else
5745 case "$LN" in 8685 case $LN in
5746 /*) 8686 [\\/]* | ?:[\\/]*)
5747 ac_cv_path_LN="$LN" # Let the user override the test with a path. 8687 ac_cv_path_LN="$LN" # Let the user override the test with a path.
5748 ;; 8688 ;;
5749 ?:/*)
5750 ac_cv_path_LN="$LN" # Let the user override the test with a dos path.
5751 ;;
5752 *) 8689 *)
5753 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 8690 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5754 ac_dummy="$PATH" 8691for as_dir in $PATH
5755 for ac_dir in $ac_dummy; do 8692do
8693 IFS=$as_save_IFS
5756 test -z "$ac_dir" && ac_dir=. 8694 test -z "$as_dir" && as_dir=.
5757 if test -f $ac_dir/$ac_word; then 8695 for ac_exec_ext in '' $ac_executable_extensions; do
8696 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5758 ac_cv_path_LN="$ac_dir/$ac_word" 8697 ac_cv_path_LN="$as_dir/$ac_word$ac_exec_ext"
8698 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5759 break 8699 break 2
5760 fi 8700 fi
5761 done 8701done
5762 IFS="$ac_save_ifs" 8702done
8703
5763 test -z "$ac_cv_path_LN" && ac_cv_path_LN="ln" 8704 test -z "$ac_cv_path_LN" && ac_cv_path_LN="ln"
5764 ;; 8705 ;;
5765esac 8706esac
5766fi 8707fi
5767LN="$ac_cv_path_LN" 8708LN=$ac_cv_path_LN
8709
5768if test -n "$LN"; then 8710if test -n "$LN"; then
5769 echo "$ac_t""$LN" 1>&6 8711 echo "$as_me:$LINENO: result: $LN" >&5
8712echo "${ECHO_T}$LN" >&6
5770else 8713else
5771 echo "$ac_t""no" 1>&6 8714 echo "$as_me:$LINENO: result: no" >&5
8715echo "${ECHO_T}no" >&6
5772fi 8716fi
5773 8717
5774# Extract the first word of "sed", so it can be a program name with args. 8718# Extract the first word of "sed", so it can be a program name with args.
5775set dummy sed; ac_word=$2 8719set dummy sed; ac_word=$2
8720echo "$as_me:$LINENO: checking for $ac_word" >&5
5776echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 8721echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5777echo "configure:5778: checking for $ac_word" >&5
5778if eval "test \"`echo '$''{'ac_cv_path_SED'+set}'`\" = set"; then 8722if test "${ac_cv_path_SED+set}" = set; then
5779 echo $ac_n "(cached) $ac_c" 1>&6 8723 echo $ECHO_N "(cached) $ECHO_C" >&6
5780else 8724else
5781 case "$SED" in 8725 case $SED in
5782 /*) 8726 [\\/]* | ?:[\\/]*)
5783 ac_cv_path_SED="$SED" # Let the user override the test with a path. 8727 ac_cv_path_SED="$SED" # Let the user override the test with a path.
5784 ;; 8728 ;;
5785 ?:/*)
5786 ac_cv_path_SED="$SED" # Let the user override the test with a dos path.
5787 ;;
5788 *) 8729 *)
5789 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 8730 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5790 ac_dummy="$PATH" 8731for as_dir in $PATH
5791 for ac_dir in $ac_dummy; do 8732do
8733 IFS=$as_save_IFS
5792 test -z "$ac_dir" && ac_dir=. 8734 test -z "$as_dir" && as_dir=.
5793 if test -f $ac_dir/$ac_word; then 8735 for ac_exec_ext in '' $ac_executable_extensions; do
8736 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5794 ac_cv_path_SED="$ac_dir/$ac_word" 8737 ac_cv_path_SED="$as_dir/$ac_word$ac_exec_ext"
8738 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5795 break 8739 break 2
5796 fi 8740 fi
5797 done 8741done
5798 IFS="$ac_save_ifs" 8742done
8743
5799 test -z "$ac_cv_path_SED" && ac_cv_path_SED="sed" 8744 test -z "$ac_cv_path_SED" && ac_cv_path_SED="sed"
5800 ;; 8745 ;;
5801esac 8746esac
5802fi 8747fi
5803SED="$ac_cv_path_SED" 8748SED=$ac_cv_path_SED
8749
5804if test -n "$SED"; then 8750if test -n "$SED"; then
5805 echo "$ac_t""$SED" 1>&6 8751 echo "$as_me:$LINENO: result: $SED" >&5
8752echo "${ECHO_T}$SED" >&6
5806else 8753else
5807 echo "$ac_t""no" 1>&6 8754 echo "$as_me:$LINENO: result: no" >&5
8755echo "${ECHO_T}no" >&6
5808fi 8756fi
5809 8757
5810# Extract the first word of "echo", so it can be a program name with args. 8758# Extract the first word of "echo", so it can be a program name with args.
5811set dummy echo; ac_word=$2 8759set dummy echo; ac_word=$2
8760echo "$as_me:$LINENO: checking for $ac_word" >&5
5812echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 8761echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5813echo "configure:5814: checking for $ac_word" >&5
5814if eval "test \"`echo '$''{'ac_cv_path_ECHO'+set}'`\" = set"; then 8762if test "${ac_cv_path_ECHO+set}" = set; then
5815 echo $ac_n "(cached) $ac_c" 1>&6 8763 echo $ECHO_N "(cached) $ECHO_C" >&6
5816else 8764else
5817 case "$ECHO" in 8765 case $ECHO in
5818 /*) 8766 [\\/]* | ?:[\\/]*)
5819 ac_cv_path_ECHO="$ECHO" # Let the user override the test with a path. 8767 ac_cv_path_ECHO="$ECHO" # Let the user override the test with a path.
5820 ;; 8768 ;;
5821 ?:/*)
5822 ac_cv_path_ECHO="$ECHO" # Let the user override the test with a dos path.
5823 ;;
5824 *) 8769 *)
5825 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 8770 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5826 ac_dummy="$PATH" 8771for as_dir in $PATH
5827 for ac_dir in $ac_dummy; do 8772do
8773 IFS=$as_save_IFS
5828 test -z "$ac_dir" && ac_dir=. 8774 test -z "$as_dir" && as_dir=.
5829 if test -f $ac_dir/$ac_word; then 8775 for ac_exec_ext in '' $ac_executable_extensions; do
8776 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5830 ac_cv_path_ECHO="$ac_dir/$ac_word" 8777 ac_cv_path_ECHO="$as_dir/$ac_word$ac_exec_ext"
8778 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5831 break 8779 break 2
5832 fi 8780 fi
5833 done 8781done
5834 IFS="$ac_save_ifs" 8782done
8783
5835 test -z "$ac_cv_path_ECHO" && ac_cv_path_ECHO="echo" 8784 test -z "$ac_cv_path_ECHO" && ac_cv_path_ECHO="echo"
5836 ;; 8785 ;;
5837esac 8786esac
5838fi 8787fi
5839ECHO="$ac_cv_path_ECHO" 8788ECHO=$ac_cv_path_ECHO
8789
5840if test -n "$ECHO"; then 8790if test -n "$ECHO"; then
5841 echo "$ac_t""$ECHO" 1>&6 8791 echo "$as_me:$LINENO: result: $ECHO" >&5
8792echo "${ECHO_T}$ECHO" >&6
5842else 8793else
5843 echo "$ac_t""no" 1>&6 8794 echo "$as_me:$LINENO: result: no" >&5
8795echo "${ECHO_T}no" >&6
5844fi 8796fi
5845 8797
5846# Extract the first word of "cmp", so it can be a program name with args. 8798# Extract the first word of "cmp", so it can be a program name with args.
5847set dummy cmp; ac_word=$2 8799set dummy cmp; ac_word=$2
8800echo "$as_me:$LINENO: checking for $ac_word" >&5
5848echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 8801echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5849echo "configure:5850: checking for $ac_word" >&5
5850if eval "test \"`echo '$''{'ac_cv_path_CMP'+set}'`\" = set"; then 8802if test "${ac_cv_path_CMP+set}" = set; then
5851 echo $ac_n "(cached) $ac_c" 1>&6 8803 echo $ECHO_N "(cached) $ECHO_C" >&6
5852else 8804else
5853 case "$CMP" in 8805 case $CMP in
5854 /*) 8806 [\\/]* | ?:[\\/]*)
5855 ac_cv_path_CMP="$CMP" # Let the user override the test with a path. 8807 ac_cv_path_CMP="$CMP" # Let the user override the test with a path.
5856 ;; 8808 ;;
5857 ?:/*)
5858 ac_cv_path_CMP="$CMP" # Let the user override the test with a dos path.
5859 ;;
5860 *) 8809 *)
5861 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 8810 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5862 ac_dummy="$PATH" 8811for as_dir in $PATH
5863 for ac_dir in $ac_dummy; do 8812do
8813 IFS=$as_save_IFS
5864 test -z "$ac_dir" && ac_dir=. 8814 test -z "$as_dir" && as_dir=.
5865 if test -f $ac_dir/$ac_word; then 8815 for ac_exec_ext in '' $ac_executable_extensions; do
8816 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5866 ac_cv_path_CMP="$ac_dir/$ac_word" 8817 ac_cv_path_CMP="$as_dir/$ac_word$ac_exec_ext"
8818 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5867 break 8819 break 2
5868 fi 8820 fi
5869 done 8821done
5870 IFS="$ac_save_ifs" 8822done
8823
5871 test -z "$ac_cv_path_CMP" && ac_cv_path_CMP="cmp" 8824 test -z "$ac_cv_path_CMP" && ac_cv_path_CMP="cmp"
5872 ;; 8825 ;;
5873esac 8826esac
5874fi 8827fi
5875CMP="$ac_cv_path_CMP" 8828CMP=$ac_cv_path_CMP
8829
5876if test -n "$CMP"; then 8830if test -n "$CMP"; then
5877 echo "$ac_t""$CMP" 1>&6 8831 echo "$as_me:$LINENO: result: $CMP" >&5
8832echo "${ECHO_T}$CMP" >&6
5878else 8833else
5879 echo "$ac_t""no" 1>&6 8834 echo "$as_me:$LINENO: result: no" >&5
8835echo "${ECHO_T}no" >&6
5880fi 8836fi
5881 8837
5882# Extract the first word of "tbl", so it can be a program name with args. 8838# Extract the first word of "tbl", so it can be a program name with args.
5883set dummy tbl; ac_word=$2 8839set dummy tbl; ac_word=$2
8840echo "$as_me:$LINENO: checking for $ac_word" >&5
5884echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 8841echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5885echo "configure:5886: checking for $ac_word" >&5
5886if eval "test \"`echo '$''{'ac_cv_path_TBL'+set}'`\" = set"; then 8842if test "${ac_cv_path_TBL+set}" = set; then
5887 echo $ac_n "(cached) $ac_c" 1>&6 8843 echo $ECHO_N "(cached) $ECHO_C" >&6
5888else 8844else
5889 case "$TBL" in 8845 case $TBL in
5890 /*) 8846 [\\/]* | ?:[\\/]*)
5891 ac_cv_path_TBL="$TBL" # Let the user override the test with a path. 8847 ac_cv_path_TBL="$TBL" # Let the user override the test with a path.
5892 ;; 8848 ;;
5893 ?:/*)
5894 ac_cv_path_TBL="$TBL" # Let the user override the test with a dos path.
5895 ;;
5896 *) 8849 *)
5897 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 8850 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5898 ac_dummy="$PATH" 8851for as_dir in $PATH
5899 for ac_dir in $ac_dummy; do 8852do
8853 IFS=$as_save_IFS
5900 test -z "$ac_dir" && ac_dir=. 8854 test -z "$as_dir" && as_dir=.
5901 if test -f $ac_dir/$ac_word; then 8855 for ac_exec_ext in '' $ac_executable_extensions; do
8856 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5902 ac_cv_path_TBL="$ac_dir/$ac_word" 8857 ac_cv_path_TBL="$as_dir/$ac_word$ac_exec_ext"
8858 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5903 break 8859 break 2
5904 fi 8860 fi
5905 done 8861done
5906 IFS="$ac_save_ifs" 8862done
8863
5907 ;; 8864 ;;
5908esac 8865esac
5909fi 8866fi
5910TBL="$ac_cv_path_TBL" 8867TBL=$ac_cv_path_TBL
8868
5911if test -n "$TBL"; then 8869if test -n "$TBL"; then
5912 echo "$ac_t""$TBL" 1>&6 8870 echo "$as_me:$LINENO: result: $TBL" >&5
8871echo "${ECHO_T}$TBL" >&6
5913else 8872else
5914 echo "$ac_t""no" 1>&6 8873 echo "$as_me:$LINENO: result: no" >&5
8874echo "${ECHO_T}no" >&6
5915fi 8875fi
5916 8876
5917 8877
5918 8878
5919 8879
5920# If we find X, set shell vars x_includes and x_libraries to the 8880echo "$as_me:$LINENO: checking for X" >&5
5921# paths, otherwise set no_x=yes.
5922# Uses ac_ vars as temps to allow command line to override cache and checks.
5923# --without-x overrides everything else, but does not touch the cache.
5924echo $ac_n "checking for X""... $ac_c" 1>&6 8881echo $ECHO_N "checking for X... $ECHO_C" >&6
5925echo "configure:5926: checking for X" >&5 8882
5926 8883
5927# Check whether --with-x or --without-x was given. 8884# Check whether --with-x or --without-x was given.
5928if test "${with_x+set}" = set; then 8885if test "${with_x+set}" = set; then
5929 withval="$with_x" 8886 withval="$with_x"
5930 : 8887
5931fi 8888fi;
5932
5933# $have_x is `yes', `no', `disabled', or empty when we do not yet know. 8889# $have_x is `yes', `no', `disabled', or empty when we do not yet know.
5934if test "x$with_x" = xno; then 8890if test "x$with_x" = xno; then
5935 # The user explicitly disabled X. 8891 # The user explicitly disabled X.
5936 have_x=disabled 8892 have_x=disabled
5937else 8893else
5938 if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then 8894 if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
5939 # Both variables are already set. 8895 # Both variables are already set.
5940 have_x=yes 8896 have_x=yes
5941 else 8897 else
5942if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then 8898 if test "${ac_cv_have_x+set}" = set; then
5943 echo $ac_n "(cached) $ac_c" 1>&6 8899 echo $ECHO_N "(cached) $ECHO_C" >&6
5944else 8900else
5945 # One or both of the vars are not set, and there is no cached value. 8901 # One or both of the vars are not set, and there is no cached value.
5946ac_x_includes=NO ac_x_libraries=NO 8902ac_x_includes=no ac_x_libraries=no
5947rm -fr conftestdir 8903rm -fr conftest.dir
5948if mkdir conftestdir; then 8904if mkdir conftest.dir; then
5949 cd conftestdir 8905 cd conftest.dir
5950 # Make sure to not put "make" in the Imakefile rules, since we grep it out. 8906 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
5951 cat > Imakefile <<'EOF' 8907 cat >Imakefile <<'_ACEOF'
5952acfindx: 8908acfindx:
5953 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"' 8909 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
5954EOF 8910_ACEOF
5955 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then 8911 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
5956 # GNU make sometimes prints "make[1]: Entering...", which would confuse us. 8912 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
5957 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make` 8913 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
5958 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR. 8914 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
5959 for ac_extension in a so sl; do 8915 for ac_extension in a so sl; do
5960 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension && 8916 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
5961 test -f $ac_im_libdir/libX11.$ac_extension; then 8917 test -f $ac_im_libdir/libX11.$ac_extension; then
5962 ac_im_usrlibdir=$ac_im_libdir; break 8918 ac_im_usrlibdir=$ac_im_libdir; break
5963 fi 8919 fi
5964 done 8920 done
5965 # Screen out bogus values from the imake configuration. They are 8921 # Screen out bogus values from the imake configuration. They are
5966 # bogus both because they are the default anyway, and because 8922 # bogus both because they are the default anyway, and because
5967 # using them would break gcc on systems where it needs fixed includes. 8923 # using them would break gcc on systems where it needs fixed includes.
5968 case "$ac_im_incroot" in 8924 case $ac_im_incroot in
5969 /usr/include) ;; 8925 /usr/include) ;;
5970 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes="$ac_im_incroot" ;; 8926 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
5971 esac 8927 esac
5972 case "$ac_im_usrlibdir" in 8928 case $ac_im_usrlibdir in
5973 /usr/lib | /lib) ;; 8929 /usr/lib | /lib) ;;
5974 *) test -d "$ac_im_usrlibdir" && ac_x_libraries="$ac_im_usrlibdir" ;; 8930 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
5975 esac 8931 esac
5976 fi 8932 fi
5977 cd .. 8933 cd ..
5978 rm -fr conftestdir 8934 rm -fr conftest.dir
5979fi 8935fi
5980 8936
8937# Standard set of common directories for X headers.
8938# Check X11 before X11Rn because it is often a symlink to the current release.
8939ac_x_header_dirs='
8940/usr/X11/include
8941/usr/X11R6/include
8942/usr/X11R5/include
8943/usr/X11R4/include
8944
8945/usr/include/X11
8946/usr/include/X11R6
8947/usr/include/X11R5
8948/usr/include/X11R4
8949
8950/usr/local/X11/include
8951/usr/local/X11R6/include
8952/usr/local/X11R5/include
8953/usr/local/X11R4/include
8954
8955/usr/local/include/X11
8956/usr/local/include/X11R6
8957/usr/local/include/X11R5
8958/usr/local/include/X11R4
8959
8960/usr/X386/include
8961/usr/x386/include
8962/usr/XFree86/include/X11
8963
8964/usr/include
8965/usr/local/include
8966/usr/unsupported/include
8967/usr/athena/include
8968/usr/local/x11r5/include
8969/usr/lpp/Xamples/include
8970
8971/usr/openwin/include
8972/usr/openwin/share/include'
8973
5981if test "$ac_x_includes" = NO; then 8974if test "$ac_x_includes" = no; then
5982 # Guess where to find include files, by looking for this one X11 .h file. 8975 # Guess where to find include files, by looking for Intrinsic.h.
5983 test -z "$x_direct_test_include" && x_direct_test_include=X11/Intrinsic.h
5984
5985 # First, try using that file with no special directory specified. 8976 # First, try using that file with no special directory specified.
8977 cat >conftest.$ac_ext <<_ACEOF
8978/* confdefs.h. */
8979_ACEOF
8980cat confdefs.h >>conftest.$ac_ext
5986cat > conftest.$ac_ext <<EOF 8981cat >>conftest.$ac_ext <<_ACEOF
5987#line 5988 "configure" 8982/* end confdefs.h. */
5988#include "confdefs.h" 8983#include <X11/Intrinsic.h>
5989#include <$x_direct_test_include> 8984_ACEOF
5990EOF 8985if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5991ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 8986 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5992{ (eval echo configure:5993: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 8987 ac_status=$?
5993ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 8988 grep -v '^ *+' conftest.er1 >conftest.err
8989 rm -f conftest.er1
8990 cat conftest.err >&5
8991 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8992 (exit $ac_status); } >/dev/null; then
8993 if test -s conftest.err; then
8994 ac_cpp_err=$ac_cxx_preproc_warn_flag
8995 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
8996 else
8997 ac_cpp_err=
8998 fi
8999else
9000 ac_cpp_err=yes
9001fi
5994if test -z "$ac_err"; then 9002if test -z "$ac_cpp_err"; then
5995 rm -rf conftest*
5996 # We can compile using X headers with no special include directory. 9003 # We can compile using X headers with no special include directory.
5997ac_x_includes= 9004ac_x_includes=
5998else 9005else
5999 echo "$ac_err" >&5
6000 echo "configure: failed program was:" >&5 9006 echo "$as_me: failed program was:" >&5
6001 cat conftest.$ac_ext >&5 9007sed 's/^/| /' conftest.$ac_ext >&5
6002 rm -rf conftest* 9008
6003 # Look for the header file in a standard set of common directories. 9009 for ac_dir in $ac_x_header_dirs; do
6004# Check X11 before X11Rn because it is often a symlink to the current release. 9010 if test -r "$ac_dir/X11/Intrinsic.h"; then
6005 for ac_dir in \
6006 /usr/X11/include \
6007 /usr/X11R6/include \
6008 /usr/X11R5/include \
6009 /usr/X11R4/include \
6010 \
6011 /usr/include/X11 \
6012 /usr/include/X11R6 \
6013 /usr/include/X11R5 \
6014 /usr/include/X11R4 \
6015 \
6016 /usr/local/X11/include \
6017 /usr/local/X11R6/include \
6018 /usr/local/X11R5/include \
6019 /usr/local/X11R4/include \
6020 \
6021 /usr/local/include/X11 \
6022 /usr/local/include/X11R6 \
6023 /usr/local/include/X11R5 \
6024 /usr/local/include/X11R4 \
6025 \
6026 /usr/X386/include \
6027 /usr/x386/include \
6028 /usr/XFree86/include/X11 \
6029 \
6030 /usr/include \
6031 /usr/local/include \
6032 /usr/unsupported/include \
6033 /usr/athena/include \
6034 /usr/local/x11r5/include \
6035 /usr/lpp/Xamples/include \
6036 \
6037 /usr/openwin/include \
6038 /usr/openwin/share/include \
6039 ; \
6040 do
6041 if test -r "$ac_dir/$x_direct_test_include"; then
6042 ac_x_includes=$ac_dir 9011 ac_x_includes=$ac_dir
6043 break 9012 break
6044 fi 9013 fi
6045 done 9014done
6046fi 9015fi
6047rm -f conftest* 9016rm -f conftest.err conftest.$ac_ext
6048fi # $ac_x_includes = NO 9017fi # $ac_x_includes = no
6049 9018
6050if test "$ac_x_libraries" = NO; then 9019if test "$ac_x_libraries" = no; then
6051 # Check for the libraries. 9020 # Check for the libraries.
6052
6053 test -z "$x_direct_test_library" && x_direct_test_library=Xt
6054 test -z "$x_direct_test_function" && x_direct_test_function=XtMalloc
6055
6056 # See if we find them without any special options. 9021 # See if we find them without any special options.
6057 # Don't add to $LIBS permanently. 9022 # Don't add to $LIBS permanently.
6058 ac_save_LIBS="$LIBS" 9023 ac_save_LIBS=$LIBS
6059 LIBS="-l$x_direct_test_library $LIBS" 9024 LIBS="-lXt $LIBS"
9025 cat >conftest.$ac_ext <<_ACEOF
9026/* confdefs.h. */
9027_ACEOF
9028cat confdefs.h >>conftest.$ac_ext
6060cat > conftest.$ac_ext <<EOF 9029cat >>conftest.$ac_ext <<_ACEOF
6061#line 6062 "configure" 9030/* end confdefs.h. */
6062#include "confdefs.h" 9031#include <X11/Intrinsic.h>
6063 9032int
6064int main() { 9033main ()
6065${x_direct_test_function}() 9034{
9035XtMalloc (0)
9036 ;
6066; return 0; } 9037 return 0;
6067EOF 9038}
6068if { (eval echo configure:6069: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9039_ACEOF
9040rm -f conftest.$ac_objext conftest$ac_exeext
9041if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9042 (eval $ac_link) 2>conftest.er1
9043 ac_status=$?
9044 grep -v '^ *+' conftest.er1 >conftest.err
6069 rm -rf conftest* 9045 rm -f conftest.er1
9046 cat conftest.err >&5
9047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9048 (exit $ac_status); } &&
9049 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9050 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9051 (eval $ac_try) 2>&5
9052 ac_status=$?
9053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9054 (exit $ac_status); }; } &&
9055 { ac_try='test -s conftest$ac_exeext'
9056 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9057 (eval $ac_try) 2>&5
9058 ac_status=$?
9059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9060 (exit $ac_status); }; }; then
6070 LIBS="$ac_save_LIBS" 9061 LIBS=$ac_save_LIBS
6071# We can link X programs with no special library path. 9062# We can link X programs with no special library path.
6072ac_x_libraries= 9063ac_x_libraries=
6073else 9064else
6074 echo "configure: failed program was:" >&5 9065 echo "$as_me: failed program was:" >&5
6075 cat conftest.$ac_ext >&5 9066sed 's/^/| /' conftest.$ac_ext >&5
6076 rm -rf conftest* 9067
6077 LIBS="$ac_save_LIBS" 9068LIBS=$ac_save_LIBS
6078# First see if replacing the include by lib works.
6079# Check X11 before X11Rn because it is often a symlink to the current release.
6080for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \ 9069for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
6081 /usr/X11/lib \
6082 /usr/X11R6/lib \
6083 /usr/X11R5/lib \
6084 /usr/X11R4/lib \
6085 \
6086 /usr/lib/X11 \
6087 /usr/lib/X11R6 \
6088 /usr/lib/X11R5 \
6089 /usr/lib/X11R4 \
6090 \
6091 /usr/local/X11/lib \
6092 /usr/local/X11R6/lib \
6093 /usr/local/X11R5/lib \
6094 /usr/local/X11R4/lib \
6095 \
6096 /usr/local/lib/X11 \
6097 /usr/local/lib/X11R6 \
6098 /usr/local/lib/X11R5 \
6099 /usr/local/lib/X11R4 \
6100 \
6101 /usr/X386/lib \
6102 /usr/x386/lib \
6103 /usr/XFree86/lib/X11 \
6104 \
6105 /usr/lib \
6106 /usr/local/lib \
6107 /usr/unsupported/lib \
6108 /usr/athena/lib \
6109 /usr/local/x11r5/lib \
6110 /usr/lpp/Xamples/lib \
6111 /lib/usr/lib/X11 \
6112 \
6113 /usr/openwin/lib \
6114 /usr/openwin/share/lib \
6115 ; \
6116do 9070do
9071 # Don't even attempt the hair of trying to link an X program!
6117 for ac_extension in a so sl; do 9072 for ac_extension in a so sl; do
6118 if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then 9073 if test -r $ac_dir/libXt.$ac_extension; then
6119 ac_x_libraries=$ac_dir 9074 ac_x_libraries=$ac_dir
6120 break 2 9075 break 2
6121 fi 9076 fi
6122 done 9077 done
6123done 9078done
6124fi 9079fi
6125rm -f conftest* 9080rm -f conftest.err conftest.$ac_objext \
9081 conftest$ac_exeext conftest.$ac_ext
6126fi # $ac_x_libraries = NO 9082fi # $ac_x_libraries = no
6127 9083
6128if test "$ac_x_includes" = NO || test "$ac_x_libraries" = NO; then 9084if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then
6129 # Didn't find X anywhere. Cache the known absence of X. 9085 # Didn't find X anywhere. Cache the known absence of X.
6130 ac_cv_have_x="have_x=no" 9086 ac_cv_have_x="have_x=no"
6131else 9087else
6132 # Record where we found X for the cache. 9088 # Record where we found X for the cache.
6133 ac_cv_have_x="have_x=yes \ 9089 ac_cv_have_x="have_x=yes \
6134 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries" 9090 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
6135fi 9091fi
6136fi 9092fi
9093
6137 fi 9094 fi
6138 eval "$ac_cv_have_x" 9095 eval "$ac_cv_have_x"
6139fi # $with_x != no 9096fi # $with_x != no
6140 9097
6141if test "$have_x" != yes; then 9098if test "$have_x" != yes; then
6142 echo "$ac_t""$have_x" 1>&6 9099 echo "$as_me:$LINENO: result: $have_x" >&5
9100echo "${ECHO_T}$have_x" >&6
6143 no_x=yes 9101 no_x=yes
6144else 9102else
6145 # If each of the values was on the command line, it overrides each guess. 9103 # If each of the values was on the command line, it overrides each guess.
6146 test "x$x_includes" = xNONE && x_includes=$ac_x_includes 9104 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
6147 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries 9105 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
6148 # Update the cache value to reflect the command line values. 9106 # Update the cache value to reflect the command line values.
6149 ac_cv_have_x="have_x=yes \ 9107 ac_cv_have_x="have_x=yes \
6150 ac_x_includes=$x_includes ac_x_libraries=$x_libraries" 9108 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
9109 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
6151 echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6 9110echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6
6152fi 9111fi
6153 9112
6154if test "$no_x" = yes; then 9113if test "$no_x" = yes; then
6155 # Not all programs may use this symbol, but it does not hurt to define it. 9114 # Not all programs may use this symbol, but it does not hurt to define it.
9115
6156 cat >> confdefs.h <<\EOF 9116cat >>confdefs.h <<\_ACEOF
6157#define X_DISPLAY_MISSING 1 9117#define X_DISPLAY_MISSING 1
6158EOF 9118_ACEOF
6159 9119
6160 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS= 9120 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
6161else 9121else
6162 if test -n "$x_includes"; then 9122 if test -n "$x_includes"; then
6163 X_CFLAGS="$X_CFLAGS -I$x_includes" 9123 X_CFLAGS="$X_CFLAGS -I$x_includes"
6166 # It would also be nice to do this for all -L options, not just this one. 9126 # It would also be nice to do this for all -L options, not just this one.
6167 if test -n "$x_libraries"; then 9127 if test -n "$x_libraries"; then
6168 X_LIBS="$X_LIBS -L$x_libraries" 9128 X_LIBS="$X_LIBS -L$x_libraries"
6169 # For Solaris; some versions of Sun CC require a space after -R and 9129 # For Solaris; some versions of Sun CC require a space after -R and
6170 # others require no space. Words are not sufficient . . . . 9130 # others require no space. Words are not sufficient . . . .
6171 case "`(uname -sr) 2>/dev/null`" in 9131 case `(uname -sr) 2>/dev/null` in
6172 "SunOS 5"*) 9132 "SunOS 5"*)
9133 echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
6173 echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6 9134echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6
6174echo "configure:6175: checking whether -R must be followed by a space" >&5
6175 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS -R$x_libraries" 9135 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
6176 cat > conftest.$ac_ext <<EOF 9136 cat >conftest.$ac_ext <<_ACEOF
6177#line 6178 "configure" 9137/* confdefs.h. */
6178#include "confdefs.h" 9138_ACEOF
9139cat confdefs.h >>conftest.$ac_ext
9140cat >>conftest.$ac_ext <<_ACEOF
9141/* end confdefs.h. */
6179 9142
6180int main() { 9143int
9144main ()
9145{
6181 9146
9147 ;
6182; return 0; } 9148 return 0;
6183EOF 9149}
6184if { (eval echo configure:6185: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9150_ACEOF
9151rm -f conftest.$ac_objext conftest$ac_exeext
9152if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9153 (eval $ac_link) 2>conftest.er1
9154 ac_status=$?
9155 grep -v '^ *+' conftest.er1 >conftest.err
6185 rm -rf conftest* 9156 rm -f conftest.er1
9157 cat conftest.err >&5
9158 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9159 (exit $ac_status); } &&
9160 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9161 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9162 (eval $ac_try) 2>&5
9163 ac_status=$?
9164 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9165 (exit $ac_status); }; } &&
9166 { ac_try='test -s conftest$ac_exeext'
9167 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9168 (eval $ac_try) 2>&5
9169 ac_status=$?
9170 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9171 (exit $ac_status); }; }; then
6186 ac_R_nospace=yes 9172 ac_R_nospace=yes
6187else 9173else
6188 echo "configure: failed program was:" >&5 9174 echo "$as_me: failed program was:" >&5
6189 cat conftest.$ac_ext >&5 9175sed 's/^/| /' conftest.$ac_ext >&5
6190 rm -rf conftest* 9176
6191 ac_R_nospace=no 9177ac_R_nospace=no
6192fi 9178fi
6193rm -f conftest* 9179rm -f conftest.err conftest.$ac_objext \
9180 conftest$ac_exeext conftest.$ac_ext
6194 if test $ac_R_nospace = yes; then 9181 if test $ac_R_nospace = yes; then
6195 echo "$ac_t""no" 1>&6 9182 echo "$as_me:$LINENO: result: no" >&5
9183echo "${ECHO_T}no" >&6
6196 X_LIBS="$X_LIBS -R$x_libraries" 9184 X_LIBS="$X_LIBS -R$x_libraries"
6197 else 9185 else
6198 LIBS="$ac_xsave_LIBS -R $x_libraries" 9186 LIBS="$ac_xsave_LIBS -R $x_libraries"
6199 cat > conftest.$ac_ext <<EOF 9187 cat >conftest.$ac_ext <<_ACEOF
6200#line 6201 "configure" 9188/* confdefs.h. */
6201#include "confdefs.h" 9189_ACEOF
9190cat confdefs.h >>conftest.$ac_ext
9191cat >>conftest.$ac_ext <<_ACEOF
9192/* end confdefs.h. */
6202 9193
6203int main() { 9194int
9195main ()
9196{
6204 9197
9198 ;
6205; return 0; } 9199 return 0;
6206EOF 9200}
6207if { (eval echo configure:6208: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9201_ACEOF
9202rm -f conftest.$ac_objext conftest$ac_exeext
9203if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9204 (eval $ac_link) 2>conftest.er1
9205 ac_status=$?
9206 grep -v '^ *+' conftest.er1 >conftest.err
6208 rm -rf conftest* 9207 rm -f conftest.er1
9208 cat conftest.err >&5
9209 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9210 (exit $ac_status); } &&
9211 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9212 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9213 (eval $ac_try) 2>&5
9214 ac_status=$?
9215 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9216 (exit $ac_status); }; } &&
9217 { ac_try='test -s conftest$ac_exeext'
9218 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9219 (eval $ac_try) 2>&5
9220 ac_status=$?
9221 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9222 (exit $ac_status); }; }; then
6209 ac_R_space=yes 9223 ac_R_space=yes
6210else 9224else
6211 echo "configure: failed program was:" >&5 9225 echo "$as_me: failed program was:" >&5
6212 cat conftest.$ac_ext >&5 9226sed 's/^/| /' conftest.$ac_ext >&5
6213 rm -rf conftest* 9227
6214 ac_R_space=no 9228ac_R_space=no
6215fi 9229fi
6216rm -f conftest* 9230rm -f conftest.err conftest.$ac_objext \
9231 conftest$ac_exeext conftest.$ac_ext
6217 if test $ac_R_space = yes; then 9232 if test $ac_R_space = yes; then
6218 echo "$ac_t""yes" 1>&6 9233 echo "$as_me:$LINENO: result: yes" >&5
9234echo "${ECHO_T}yes" >&6
6219 X_LIBS="$X_LIBS -R $x_libraries" 9235 X_LIBS="$X_LIBS -R $x_libraries"
6220 else 9236 else
9237 echo "$as_me:$LINENO: result: neither works" >&5
6221 echo "$ac_t""neither works" 1>&6 9238echo "${ECHO_T}neither works" >&6
6222 fi 9239 fi
6223 fi 9240 fi
6224 LIBS="$ac_xsave_LIBS" 9241 LIBS=$ac_xsave_LIBS
6225 esac 9242 esac
6226 fi 9243 fi
6227 9244
6228 # Check for system-dependent libraries X programs must link with. 9245 # Check for system-dependent libraries X programs must link with.
6229 # Do this before checking for the system-independent R6 libraries 9246 # Do this before checking for the system-independent R6 libraries
6230 # (-lICE), since we may need -lsocket or whatever for X linking. 9247 # (-lICE), since we may need -lsocket or whatever for X linking.
6231 9248
6232 if test "$ISC" = yes; then 9249 if test "$ISC" = yes; then
6233 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet" 9250 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
6234 else 9251 else
6235 # Martyn.Johnson@cl.cam.ac.uk says this is needed for Ultrix, if the X 9252 # Martyn Johnson says this is needed for Ultrix, if the X
6236 # libraries were built with DECnet support. And karl@cs.umb.edu says 9253 # libraries were built with DECnet support. And Karl Berry says
6237 # the Alpha needs dnet_stub (dnet does not exist). 9254 # the Alpha needs dnet_stub (dnet does not exist).
9255 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
9256 cat >conftest.$ac_ext <<_ACEOF
9257/* confdefs.h. */
9258_ACEOF
9259cat confdefs.h >>conftest.$ac_ext
9260cat >>conftest.$ac_ext <<_ACEOF
9261/* end confdefs.h. */
9262
9263/* Override any gcc2 internal prototype to avoid an error. */
9264#ifdef __cplusplus
9265extern "C"
9266#endif
9267/* We use char because int might match the return type of a gcc2
9268 builtin and then its argument prototype would still apply. */
9269char XOpenDisplay ();
9270int
9271main ()
9272{
9273XOpenDisplay ();
9274 ;
9275 return 0;
9276}
9277_ACEOF
9278rm -f conftest.$ac_objext conftest$ac_exeext
9279if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9280 (eval $ac_link) 2>conftest.er1
9281 ac_status=$?
9282 grep -v '^ *+' conftest.er1 >conftest.err
9283 rm -f conftest.er1
9284 cat conftest.err >&5
9285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9286 (exit $ac_status); } &&
9287 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9288 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9289 (eval $ac_try) 2>&5
9290 ac_status=$?
9291 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9292 (exit $ac_status); }; } &&
9293 { ac_try='test -s conftest$ac_exeext'
9294 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9295 (eval $ac_try) 2>&5
9296 ac_status=$?
9297 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9298 (exit $ac_status); }; }; then
9299 :
9300else
9301 echo "$as_me: failed program was:" >&5
9302sed 's/^/| /' conftest.$ac_ext >&5
9303
9304echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
6238 echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6 9305echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
6239echo "configure:6240: checking for dnet_ntoa in -ldnet" >&5 9306if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
6240ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'`
6241if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6242 echo $ac_n "(cached) $ac_c" 1>&6 9307 echo $ECHO_N "(cached) $ECHO_C" >&6
6243else 9308else
6244 ac_save_LIBS="$LIBS" 9309 ac_check_lib_save_LIBS=$LIBS
6245LIBS="-ldnet $LIBS" 9310LIBS="-ldnet $LIBS"
6246cat > conftest.$ac_ext <<EOF 9311cat >conftest.$ac_ext <<_ACEOF
6247#line 6248 "configure" 9312/* confdefs.h. */
6248#include "confdefs.h" 9313_ACEOF
9314cat confdefs.h >>conftest.$ac_ext
9315cat >>conftest.$ac_ext <<_ACEOF
9316/* end confdefs.h. */
9317
6249/* Override any gcc2 internal prototype to avoid an error. */ 9318/* Override any gcc2 internal prototype to avoid an error. */
9319#ifdef __cplusplus
9320extern "C"
9321#endif
6250/* We use char because int might match the return type of a gcc2 9322/* We use char because int might match the return type of a gcc2
6251 builtin and then its argument prototype would still apply. */ 9323 builtin and then its argument prototype would still apply. */
6252char dnet_ntoa(); 9324char dnet_ntoa ();
6253 9325int
6254int main() { 9326main ()
9327{
6255dnet_ntoa() 9328dnet_ntoa ();
9329 ;
6256; return 0; } 9330 return 0;
6257EOF 9331}
6258if { (eval echo configure:6259: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9332_ACEOF
9333rm -f conftest.$ac_objext conftest$ac_exeext
9334if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9335 (eval $ac_link) 2>conftest.er1
9336 ac_status=$?
9337 grep -v '^ *+' conftest.er1 >conftest.err
6259 rm -rf conftest* 9338 rm -f conftest.er1
6260 eval "ac_cv_lib_$ac_lib_var=yes" 9339 cat conftest.err >&5
9340 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9341 (exit $ac_status); } &&
9342 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9343 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9344 (eval $ac_try) 2>&5
9345 ac_status=$?
9346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9347 (exit $ac_status); }; } &&
9348 { ac_try='test -s conftest$ac_exeext'
9349 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9350 (eval $ac_try) 2>&5
9351 ac_status=$?
9352 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9353 (exit $ac_status); }; }; then
9354 ac_cv_lib_dnet_dnet_ntoa=yes
6261else 9355else
6262 echo "configure: failed program was:" >&5 9356 echo "$as_me: failed program was:" >&5
6263 cat conftest.$ac_ext >&5 9357sed 's/^/| /' conftest.$ac_ext >&5
6264 rm -rf conftest* 9358
6265 eval "ac_cv_lib_$ac_lib_var=no" 9359ac_cv_lib_dnet_dnet_ntoa=no
6266fi 9360fi
6267rm -f conftest* 9361rm -f conftest.err conftest.$ac_objext \
9362 conftest$ac_exeext conftest.$ac_ext
6268LIBS="$ac_save_LIBS" 9363LIBS=$ac_check_lib_save_LIBS
6269
6270fi 9364fi
6271if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 9365echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
6272 echo "$ac_t""yes" 1>&6 9366echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
9367if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
6273 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet" 9368 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
6274else
6275 echo "$ac_t""no" 1>&6
6276fi 9369fi
6277 9370
6278 if test $ac_cv_lib_dnet_dnet_ntoa = no; then 9371 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
9372 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
6279 echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6 9373echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
6280echo "configure:6281: checking for dnet_ntoa in -ldnet_stub" >&5 9374if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
6281ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'`
6282if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6283 echo $ac_n "(cached) $ac_c" 1>&6 9375 echo $ECHO_N "(cached) $ECHO_C" >&6
6284else 9376else
6285 ac_save_LIBS="$LIBS" 9377 ac_check_lib_save_LIBS=$LIBS
6286LIBS="-ldnet_stub $LIBS" 9378LIBS="-ldnet_stub $LIBS"
6287cat > conftest.$ac_ext <<EOF 9379cat >conftest.$ac_ext <<_ACEOF
6288#line 6289 "configure" 9380/* confdefs.h. */
6289#include "confdefs.h" 9381_ACEOF
9382cat confdefs.h >>conftest.$ac_ext
9383cat >>conftest.$ac_ext <<_ACEOF
9384/* end confdefs.h. */
9385
6290/* Override any gcc2 internal prototype to avoid an error. */ 9386/* Override any gcc2 internal prototype to avoid an error. */
9387#ifdef __cplusplus
9388extern "C"
9389#endif
6291/* We use char because int might match the return type of a gcc2 9390/* We use char because int might match the return type of a gcc2
6292 builtin and then its argument prototype would still apply. */ 9391 builtin and then its argument prototype would still apply. */
6293char dnet_ntoa(); 9392char dnet_ntoa ();
6294 9393int
6295int main() { 9394main ()
9395{
6296dnet_ntoa() 9396dnet_ntoa ();
9397 ;
6297; return 0; } 9398 return 0;
6298EOF 9399}
6299if { (eval echo configure:6300: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9400_ACEOF
9401rm -f conftest.$ac_objext conftest$ac_exeext
9402if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9403 (eval $ac_link) 2>conftest.er1
9404 ac_status=$?
9405 grep -v '^ *+' conftest.er1 >conftest.err
6300 rm -rf conftest* 9406 rm -f conftest.er1
6301 eval "ac_cv_lib_$ac_lib_var=yes" 9407 cat conftest.err >&5
9408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9409 (exit $ac_status); } &&
9410 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9411 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9412 (eval $ac_try) 2>&5
9413 ac_status=$?
9414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9415 (exit $ac_status); }; } &&
9416 { ac_try='test -s conftest$ac_exeext'
9417 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9418 (eval $ac_try) 2>&5
9419 ac_status=$?
9420 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9421 (exit $ac_status); }; }; then
9422 ac_cv_lib_dnet_stub_dnet_ntoa=yes
6302else 9423else
6303 echo "configure: failed program was:" >&5 9424 echo "$as_me: failed program was:" >&5
6304 cat conftest.$ac_ext >&5 9425sed 's/^/| /' conftest.$ac_ext >&5
6305 rm -rf conftest* 9426
6306 eval "ac_cv_lib_$ac_lib_var=no" 9427ac_cv_lib_dnet_stub_dnet_ntoa=no
6307fi 9428fi
6308rm -f conftest* 9429rm -f conftest.err conftest.$ac_objext \
9430 conftest$ac_exeext conftest.$ac_ext
6309LIBS="$ac_save_LIBS" 9431LIBS=$ac_check_lib_save_LIBS
6310
6311fi 9432fi
6312if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 9433echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
6313 echo "$ac_t""yes" 1>&6 9434echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
9435if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
6314 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub" 9436 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
6315else
6316 echo "$ac_t""no" 1>&6
6317fi 9437fi
6318 9438
6319 fi 9439 fi
9440fi
9441rm -f conftest.err conftest.$ac_objext \
9442 conftest$ac_exeext conftest.$ac_ext
9443 LIBS="$ac_xsave_LIBS"
6320 9444
6321 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT, 9445 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
6322 # to get the SysV transport functions. 9446 # to get the SysV transport functions.
6323 # chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4) 9447 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
6324 # needs -lnsl. 9448 # needs -lnsl.
6325 # The nsl library prevents programs from opening the X display 9449 # The nsl library prevents programs from opening the X display
6326 # on Irix 5.2, according to dickey@clark.net. 9450 # on Irix 5.2, according to T.E. Dickey.
9451 # The functions gethostbyname, getservbyname, and inet_addr are
9452 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9453 echo "$as_me:$LINENO: checking for gethostbyname" >&5
6327 echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6 9454echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
6328echo "configure:6329: checking for gethostbyname" >&5
6329if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then 9455if test "${ac_cv_func_gethostbyname+set}" = set; then
6330 echo $ac_n "(cached) $ac_c" 1>&6 9456 echo $ECHO_N "(cached) $ECHO_C" >&6
6331else 9457else
6332 cat > conftest.$ac_ext <<EOF 9458 cat >conftest.$ac_ext <<_ACEOF
6333#line 6334 "configure" 9459/* confdefs.h. */
6334#include "confdefs.h" 9460_ACEOF
9461cat confdefs.h >>conftest.$ac_ext
9462cat >>conftest.$ac_ext <<_ACEOF
9463/* end confdefs.h. */
9464/* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
9465 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9466#define gethostbyname innocuous_gethostbyname
9467
6335/* System header to define __stub macros and hopefully few prototypes, 9468/* System header to define __stub macros and hopefully few prototypes,
6336 which can conflict with char gethostbyname(); below. */ 9469 which can conflict with char gethostbyname (); below.
9470 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9471 <limits.h> exists even on freestanding compilers. */
9472
9473#ifdef __STDC__
9474# include <limits.h>
9475#else
6337#include <assert.h> 9476# include <assert.h>
9477#endif
9478
9479#undef gethostbyname
9480
6338/* Override any gcc2 internal prototype to avoid an error. */ 9481/* Override any gcc2 internal prototype to avoid an error. */
9482#ifdef __cplusplus
9483extern "C"
9484{
9485#endif
6339/* We use char because int might match the return type of a gcc2 9486/* We use char because int might match the return type of a gcc2
6340 builtin and then its argument prototype would still apply. */ 9487 builtin and then its argument prototype would still apply. */
6341char gethostbyname(); 9488char gethostbyname ();
6342
6343int main() {
6344
6345/* The GNU C library defines this for functions which it implements 9489/* The GNU C library defines this for functions which it implements
6346 to always fail with ENOSYS. Some functions are actually named 9490 to always fail with ENOSYS. Some functions are actually named
6347 something starting with __ and the normal name is an alias. */ 9491 something starting with __ and the normal name is an alias. */
6348#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname) 9492#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
6349choke me 9493choke me
6350#else 9494#else
6351gethostbyname(); 9495char (*f) () = gethostbyname;
6352#endif 9496#endif
9497#ifdef __cplusplus
9498}
9499#endif
6353 9500
9501int
9502main ()
9503{
9504return f != gethostbyname;
9505 ;
6354; return 0; } 9506 return 0;
6355EOF 9507}
6356if { (eval echo configure:6357: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9508_ACEOF
9509rm -f conftest.$ac_objext conftest$ac_exeext
9510if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9511 (eval $ac_link) 2>conftest.er1
9512 ac_status=$?
9513 grep -v '^ *+' conftest.er1 >conftest.err
6357 rm -rf conftest* 9514 rm -f conftest.er1
9515 cat conftest.err >&5
9516 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9517 (exit $ac_status); } &&
9518 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9519 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9520 (eval $ac_try) 2>&5
9521 ac_status=$?
9522 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9523 (exit $ac_status); }; } &&
9524 { ac_try='test -s conftest$ac_exeext'
9525 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9526 (eval $ac_try) 2>&5
9527 ac_status=$?
9528 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9529 (exit $ac_status); }; }; then
6358 eval "ac_cv_func_gethostbyname=yes" 9530 ac_cv_func_gethostbyname=yes
6359else 9531else
6360 echo "configure: failed program was:" >&5 9532 echo "$as_me: failed program was:" >&5
6361 cat conftest.$ac_ext >&5 9533sed 's/^/| /' conftest.$ac_ext >&5
6362 rm -rf conftest* 9534
6363 eval "ac_cv_func_gethostbyname=no" 9535ac_cv_func_gethostbyname=no
6364fi 9536fi
6365rm -f conftest* 9537rm -f conftest.err conftest.$ac_objext \
9538 conftest$ac_exeext conftest.$ac_ext
6366fi 9539fi
6367 9540echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
6368if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then 9541echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
6369 echo "$ac_t""yes" 1>&6
6370 :
6371else
6372 echo "$ac_t""no" 1>&6
6373fi
6374 9542
6375 if test $ac_cv_func_gethostbyname = no; then 9543 if test $ac_cv_func_gethostbyname = no; then
9544 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
6376 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6 9545echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
6377echo "configure:6378: checking for gethostbyname in -lnsl" >&5 9546if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
6378ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
6379if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6380 echo $ac_n "(cached) $ac_c" 1>&6 9547 echo $ECHO_N "(cached) $ECHO_C" >&6
6381else 9548else
6382 ac_save_LIBS="$LIBS" 9549 ac_check_lib_save_LIBS=$LIBS
6383LIBS="-lnsl $LIBS" 9550LIBS="-lnsl $LIBS"
6384cat > conftest.$ac_ext <<EOF 9551cat >conftest.$ac_ext <<_ACEOF
6385#line 6386 "configure" 9552/* confdefs.h. */
6386#include "confdefs.h" 9553_ACEOF
9554cat confdefs.h >>conftest.$ac_ext
9555cat >>conftest.$ac_ext <<_ACEOF
9556/* end confdefs.h. */
9557
6387/* Override any gcc2 internal prototype to avoid an error. */ 9558/* Override any gcc2 internal prototype to avoid an error. */
9559#ifdef __cplusplus
9560extern "C"
9561#endif
6388/* We use char because int might match the return type of a gcc2 9562/* We use char because int might match the return type of a gcc2
6389 builtin and then its argument prototype would still apply. */ 9563 builtin and then its argument prototype would still apply. */
6390char gethostbyname(); 9564char gethostbyname ();
6391 9565int
6392int main() { 9566main ()
9567{
6393gethostbyname() 9568gethostbyname ();
9569 ;
6394; return 0; } 9570 return 0;
6395EOF 9571}
6396if { (eval echo configure:6397: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9572_ACEOF
9573rm -f conftest.$ac_objext conftest$ac_exeext
9574if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9575 (eval $ac_link) 2>conftest.er1
9576 ac_status=$?
9577 grep -v '^ *+' conftest.er1 >conftest.err
6397 rm -rf conftest* 9578 rm -f conftest.er1
6398 eval "ac_cv_lib_$ac_lib_var=yes" 9579 cat conftest.err >&5
9580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9581 (exit $ac_status); } &&
9582 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9583 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9584 (eval $ac_try) 2>&5
9585 ac_status=$?
9586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9587 (exit $ac_status); }; } &&
9588 { ac_try='test -s conftest$ac_exeext'
9589 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9590 (eval $ac_try) 2>&5
9591 ac_status=$?
9592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9593 (exit $ac_status); }; }; then
9594 ac_cv_lib_nsl_gethostbyname=yes
6399else 9595else
6400 echo "configure: failed program was:" >&5 9596 echo "$as_me: failed program was:" >&5
6401 cat conftest.$ac_ext >&5 9597sed 's/^/| /' conftest.$ac_ext >&5
6402 rm -rf conftest* 9598
6403 eval "ac_cv_lib_$ac_lib_var=no" 9599ac_cv_lib_nsl_gethostbyname=no
6404fi 9600fi
6405rm -f conftest* 9601rm -f conftest.err conftest.$ac_objext \
9602 conftest$ac_exeext conftest.$ac_ext
6406LIBS="$ac_save_LIBS" 9603LIBS=$ac_check_lib_save_LIBS
6407
6408fi 9604fi
6409if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 9605echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
6410 echo "$ac_t""yes" 1>&6 9606echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
9607if test $ac_cv_lib_nsl_gethostbyname = yes; then
6411 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl" 9608 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
6412else
6413 echo "$ac_t""no" 1>&6
6414fi 9609fi
6415 9610
9611 if test $ac_cv_lib_nsl_gethostbyname = no; then
9612 echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
9613echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
9614if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
9615 echo $ECHO_N "(cached) $ECHO_C" >&6
9616else
9617 ac_check_lib_save_LIBS=$LIBS
9618LIBS="-lbsd $LIBS"
9619cat >conftest.$ac_ext <<_ACEOF
9620/* confdefs.h. */
9621_ACEOF
9622cat confdefs.h >>conftest.$ac_ext
9623cat >>conftest.$ac_ext <<_ACEOF
9624/* end confdefs.h. */
9625
9626/* Override any gcc2 internal prototype to avoid an error. */
9627#ifdef __cplusplus
9628extern "C"
9629#endif
9630/* We use char because int might match the return type of a gcc2
9631 builtin and then its argument prototype would still apply. */
9632char gethostbyname ();
9633int
9634main ()
9635{
9636gethostbyname ();
9637 ;
9638 return 0;
9639}
9640_ACEOF
9641rm -f conftest.$ac_objext conftest$ac_exeext
9642if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9643 (eval $ac_link) 2>conftest.er1
9644 ac_status=$?
9645 grep -v '^ *+' conftest.er1 >conftest.err
9646 rm -f conftest.er1
9647 cat conftest.err >&5
9648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9649 (exit $ac_status); } &&
9650 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9651 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9652 (eval $ac_try) 2>&5
9653 ac_status=$?
9654 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9655 (exit $ac_status); }; } &&
9656 { ac_try='test -s conftest$ac_exeext'
9657 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9658 (eval $ac_try) 2>&5
9659 ac_status=$?
9660 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9661 (exit $ac_status); }; }; then
9662 ac_cv_lib_bsd_gethostbyname=yes
9663else
9664 echo "$as_me: failed program was:" >&5
9665sed 's/^/| /' conftest.$ac_ext >&5
9666
9667ac_cv_lib_bsd_gethostbyname=no
9668fi
9669rm -f conftest.err conftest.$ac_objext \
9670 conftest$ac_exeext conftest.$ac_ext
9671LIBS=$ac_check_lib_save_LIBS
9672fi
9673echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
9674echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
9675if test $ac_cv_lib_bsd_gethostbyname = yes; then
9676 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9677fi
9678
9679 fi
6416 fi 9680 fi
6417 9681
6418 # lieder@skyler.mavd.honeywell.com says without -lsocket, 9682 # lieder@skyler.mavd.honeywell.com says without -lsocket,
6419 # socket/setsockopt and other routines are undefined under SCO ODT 9683 # socket/setsockopt and other routines are undefined under SCO ODT
6420 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary 9684 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
6421 # on later versions), says simon@lia.di.epfl.ch: it contains 9685 # on later versions), says Simon Leinen: it contains gethostby*
6422 # gethostby* variants that don't use the nameserver (or something). 9686 # variants that don't use the name server (or something). -lsocket
6423 # -lsocket must be given before -lnsl if both are needed. 9687 # must be given before -lnsl if both are needed. We assume that
6424 # We assume that if connect needs -lnsl, so does gethostbyname. 9688 # if connect needs -lnsl, so does gethostbyname.
9689 echo "$as_me:$LINENO: checking for connect" >&5
6425 echo $ac_n "checking for connect""... $ac_c" 1>&6 9690echo $ECHO_N "checking for connect... $ECHO_C" >&6
6426echo "configure:6427: checking for connect" >&5
6427if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then 9691if test "${ac_cv_func_connect+set}" = set; then
6428 echo $ac_n "(cached) $ac_c" 1>&6 9692 echo $ECHO_N "(cached) $ECHO_C" >&6
6429else 9693else
6430 cat > conftest.$ac_ext <<EOF 9694 cat >conftest.$ac_ext <<_ACEOF
6431#line 6432 "configure" 9695/* confdefs.h. */
6432#include "confdefs.h" 9696_ACEOF
9697cat confdefs.h >>conftest.$ac_ext
9698cat >>conftest.$ac_ext <<_ACEOF
9699/* end confdefs.h. */
9700/* Define connect to an innocuous variant, in case <limits.h> declares connect.
9701 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9702#define connect innocuous_connect
9703
6433/* System header to define __stub macros and hopefully few prototypes, 9704/* System header to define __stub macros and hopefully few prototypes,
6434 which can conflict with char connect(); below. */ 9705 which can conflict with char connect (); below.
9706 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9707 <limits.h> exists even on freestanding compilers. */
9708
9709#ifdef __STDC__
9710# include <limits.h>
9711#else
6435#include <assert.h> 9712# include <assert.h>
9713#endif
9714
9715#undef connect
9716
6436/* Override any gcc2 internal prototype to avoid an error. */ 9717/* Override any gcc2 internal prototype to avoid an error. */
9718#ifdef __cplusplus
9719extern "C"
9720{
9721#endif
6437/* We use char because int might match the return type of a gcc2 9722/* We use char because int might match the return type of a gcc2
6438 builtin and then its argument prototype would still apply. */ 9723 builtin and then its argument prototype would still apply. */
6439char connect(); 9724char connect ();
6440
6441int main() {
6442
6443/* The GNU C library defines this for functions which it implements 9725/* The GNU C library defines this for functions which it implements
6444 to always fail with ENOSYS. Some functions are actually named 9726 to always fail with ENOSYS. Some functions are actually named
6445 something starting with __ and the normal name is an alias. */ 9727 something starting with __ and the normal name is an alias. */
6446#if defined (__stub_connect) || defined (__stub___connect) 9728#if defined (__stub_connect) || defined (__stub___connect)
6447choke me 9729choke me
6448#else 9730#else
6449connect(); 9731char (*f) () = connect;
6450#endif 9732#endif
9733#ifdef __cplusplus
9734}
9735#endif
6451 9736
9737int
9738main ()
9739{
9740return f != connect;
9741 ;
6452; return 0; } 9742 return 0;
6453EOF 9743}
6454if { (eval echo configure:6455: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9744_ACEOF
9745rm -f conftest.$ac_objext conftest$ac_exeext
9746if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9747 (eval $ac_link) 2>conftest.er1
9748 ac_status=$?
9749 grep -v '^ *+' conftest.er1 >conftest.err
6455 rm -rf conftest* 9750 rm -f conftest.er1
9751 cat conftest.err >&5
9752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9753 (exit $ac_status); } &&
9754 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9755 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9756 (eval $ac_try) 2>&5
9757 ac_status=$?
9758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9759 (exit $ac_status); }; } &&
9760 { ac_try='test -s conftest$ac_exeext'
9761 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9762 (eval $ac_try) 2>&5
9763 ac_status=$?
9764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9765 (exit $ac_status); }; }; then
6456 eval "ac_cv_func_connect=yes" 9766 ac_cv_func_connect=yes
6457else 9767else
6458 echo "configure: failed program was:" >&5 9768 echo "$as_me: failed program was:" >&5
6459 cat conftest.$ac_ext >&5 9769sed 's/^/| /' conftest.$ac_ext >&5
6460 rm -rf conftest* 9770
6461 eval "ac_cv_func_connect=no" 9771ac_cv_func_connect=no
6462fi 9772fi
6463rm -f conftest* 9773rm -f conftest.err conftest.$ac_objext \
9774 conftest$ac_exeext conftest.$ac_ext
6464fi 9775fi
6465 9776echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
6466if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then 9777echo "${ECHO_T}$ac_cv_func_connect" >&6
6467 echo "$ac_t""yes" 1>&6
6468 :
6469else
6470 echo "$ac_t""no" 1>&6
6471fi
6472 9778
6473 if test $ac_cv_func_connect = no; then 9779 if test $ac_cv_func_connect = no; then
9780 echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
6474 echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6 9781echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
6475echo "configure:6476: checking for connect in -lsocket" >&5 9782if test "${ac_cv_lib_socket_connect+set}" = set; then
6476ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'`
6477if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6478 echo $ac_n "(cached) $ac_c" 1>&6 9783 echo $ECHO_N "(cached) $ECHO_C" >&6
6479else 9784else
6480 ac_save_LIBS="$LIBS" 9785 ac_check_lib_save_LIBS=$LIBS
6481LIBS="-lsocket $X_EXTRA_LIBS $LIBS" 9786LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
6482cat > conftest.$ac_ext <<EOF 9787cat >conftest.$ac_ext <<_ACEOF
6483#line 6484 "configure" 9788/* confdefs.h. */
6484#include "confdefs.h" 9789_ACEOF
9790cat confdefs.h >>conftest.$ac_ext
9791cat >>conftest.$ac_ext <<_ACEOF
9792/* end confdefs.h. */
9793
6485/* Override any gcc2 internal prototype to avoid an error. */ 9794/* Override any gcc2 internal prototype to avoid an error. */
9795#ifdef __cplusplus
9796extern "C"
9797#endif
6486/* We use char because int might match the return type of a gcc2 9798/* We use char because int might match the return type of a gcc2
6487 builtin and then its argument prototype would still apply. */ 9799 builtin and then its argument prototype would still apply. */
6488char connect(); 9800char connect ();
6489 9801int
6490int main() { 9802main ()
9803{
6491connect() 9804connect ();
9805 ;
6492; return 0; } 9806 return 0;
6493EOF 9807}
6494if { (eval echo configure:6495: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9808_ACEOF
9809rm -f conftest.$ac_objext conftest$ac_exeext
9810if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9811 (eval $ac_link) 2>conftest.er1
9812 ac_status=$?
9813 grep -v '^ *+' conftest.er1 >conftest.err
6495 rm -rf conftest* 9814 rm -f conftest.er1
6496 eval "ac_cv_lib_$ac_lib_var=yes" 9815 cat conftest.err >&5
9816 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9817 (exit $ac_status); } &&
9818 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9819 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9820 (eval $ac_try) 2>&5
9821 ac_status=$?
9822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9823 (exit $ac_status); }; } &&
9824 { ac_try='test -s conftest$ac_exeext'
9825 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9826 (eval $ac_try) 2>&5
9827 ac_status=$?
9828 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9829 (exit $ac_status); }; }; then
9830 ac_cv_lib_socket_connect=yes
6497else 9831else
6498 echo "configure: failed program was:" >&5 9832 echo "$as_me: failed program was:" >&5
6499 cat conftest.$ac_ext >&5 9833sed 's/^/| /' conftest.$ac_ext >&5
6500 rm -rf conftest* 9834
6501 eval "ac_cv_lib_$ac_lib_var=no" 9835ac_cv_lib_socket_connect=no
6502fi 9836fi
6503rm -f conftest* 9837rm -f conftest.err conftest.$ac_objext \
9838 conftest$ac_exeext conftest.$ac_ext
6504LIBS="$ac_save_LIBS" 9839LIBS=$ac_check_lib_save_LIBS
6505
6506fi 9840fi
6507if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 9841echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
6508 echo "$ac_t""yes" 1>&6 9842echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
9843if test $ac_cv_lib_socket_connect = yes; then
6509 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS" 9844 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
6510else
6511 echo "$ac_t""no" 1>&6
6512fi 9845fi
6513 9846
6514 fi 9847 fi
6515 9848
6516 # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX. 9849 # Guillermo Gomez says -lposix is necessary on A/UX.
9850 echo "$as_me:$LINENO: checking for remove" >&5
6517 echo $ac_n "checking for remove""... $ac_c" 1>&6 9851echo $ECHO_N "checking for remove... $ECHO_C" >&6
6518echo "configure:6519: checking for remove" >&5
6519if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then 9852if test "${ac_cv_func_remove+set}" = set; then
6520 echo $ac_n "(cached) $ac_c" 1>&6 9853 echo $ECHO_N "(cached) $ECHO_C" >&6
6521else 9854else
6522 cat > conftest.$ac_ext <<EOF 9855 cat >conftest.$ac_ext <<_ACEOF
6523#line 6524 "configure" 9856/* confdefs.h. */
6524#include "confdefs.h" 9857_ACEOF
9858cat confdefs.h >>conftest.$ac_ext
9859cat >>conftest.$ac_ext <<_ACEOF
9860/* end confdefs.h. */
9861/* Define remove to an innocuous variant, in case <limits.h> declares remove.
9862 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9863#define remove innocuous_remove
9864
6525/* System header to define __stub macros and hopefully few prototypes, 9865/* System header to define __stub macros and hopefully few prototypes,
6526 which can conflict with char remove(); below. */ 9866 which can conflict with char remove (); below.
9867 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9868 <limits.h> exists even on freestanding compilers. */
9869
9870#ifdef __STDC__
9871# include <limits.h>
9872#else
6527#include <assert.h> 9873# include <assert.h>
9874#endif
9875
9876#undef remove
9877
6528/* Override any gcc2 internal prototype to avoid an error. */ 9878/* Override any gcc2 internal prototype to avoid an error. */
9879#ifdef __cplusplus
9880extern "C"
9881{
9882#endif
6529/* We use char because int might match the return type of a gcc2 9883/* We use char because int might match the return type of a gcc2
6530 builtin and then its argument prototype would still apply. */ 9884 builtin and then its argument prototype would still apply. */
6531char remove(); 9885char remove ();
6532
6533int main() {
6534
6535/* The GNU C library defines this for functions which it implements 9886/* The GNU C library defines this for functions which it implements
6536 to always fail with ENOSYS. Some functions are actually named 9887 to always fail with ENOSYS. Some functions are actually named
6537 something starting with __ and the normal name is an alias. */ 9888 something starting with __ and the normal name is an alias. */
6538#if defined (__stub_remove) || defined (__stub___remove) 9889#if defined (__stub_remove) || defined (__stub___remove)
6539choke me 9890choke me
6540#else 9891#else
6541remove(); 9892char (*f) () = remove;
6542#endif 9893#endif
9894#ifdef __cplusplus
9895}
9896#endif
6543 9897
9898int
9899main ()
9900{
9901return f != remove;
9902 ;
6544; return 0; } 9903 return 0;
6545EOF 9904}
6546if { (eval echo configure:6547: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9905_ACEOF
9906rm -f conftest.$ac_objext conftest$ac_exeext
9907if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9908 (eval $ac_link) 2>conftest.er1
9909 ac_status=$?
9910 grep -v '^ *+' conftest.er1 >conftest.err
6547 rm -rf conftest* 9911 rm -f conftest.er1
9912 cat conftest.err >&5
9913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9914 (exit $ac_status); } &&
9915 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9916 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9917 (eval $ac_try) 2>&5
9918 ac_status=$?
9919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9920 (exit $ac_status); }; } &&
9921 { ac_try='test -s conftest$ac_exeext'
9922 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9923 (eval $ac_try) 2>&5
9924 ac_status=$?
9925 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9926 (exit $ac_status); }; }; then
6548 eval "ac_cv_func_remove=yes" 9927 ac_cv_func_remove=yes
6549else 9928else
6550 echo "configure: failed program was:" >&5 9929 echo "$as_me: failed program was:" >&5
6551 cat conftest.$ac_ext >&5 9930sed 's/^/| /' conftest.$ac_ext >&5
6552 rm -rf conftest* 9931
6553 eval "ac_cv_func_remove=no" 9932ac_cv_func_remove=no
6554fi 9933fi
6555rm -f conftest* 9934rm -f conftest.err conftest.$ac_objext \
9935 conftest$ac_exeext conftest.$ac_ext
6556fi 9936fi
6557 9937echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
6558if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then 9938echo "${ECHO_T}$ac_cv_func_remove" >&6
6559 echo "$ac_t""yes" 1>&6
6560 :
6561else
6562 echo "$ac_t""no" 1>&6
6563fi
6564 9939
6565 if test $ac_cv_func_remove = no; then 9940 if test $ac_cv_func_remove = no; then
9941 echo "$as_me:$LINENO: checking for remove in -lposix" >&5
6566 echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6 9942echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
6567echo "configure:6568: checking for remove in -lposix" >&5 9943if test "${ac_cv_lib_posix_remove+set}" = set; then
6568ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'`
6569if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6570 echo $ac_n "(cached) $ac_c" 1>&6 9944 echo $ECHO_N "(cached) $ECHO_C" >&6
6571else 9945else
6572 ac_save_LIBS="$LIBS" 9946 ac_check_lib_save_LIBS=$LIBS
6573LIBS="-lposix $LIBS" 9947LIBS="-lposix $LIBS"
6574cat > conftest.$ac_ext <<EOF 9948cat >conftest.$ac_ext <<_ACEOF
6575#line 6576 "configure" 9949/* confdefs.h. */
6576#include "confdefs.h" 9950_ACEOF
9951cat confdefs.h >>conftest.$ac_ext
9952cat >>conftest.$ac_ext <<_ACEOF
9953/* end confdefs.h. */
9954
6577/* Override any gcc2 internal prototype to avoid an error. */ 9955/* Override any gcc2 internal prototype to avoid an error. */
9956#ifdef __cplusplus
9957extern "C"
9958#endif
6578/* We use char because int might match the return type of a gcc2 9959/* We use char because int might match the return type of a gcc2
6579 builtin and then its argument prototype would still apply. */ 9960 builtin and then its argument prototype would still apply. */
6580char remove(); 9961char remove ();
6581 9962int
6582int main() { 9963main ()
9964{
6583remove() 9965remove ();
9966 ;
6584; return 0; } 9967 return 0;
6585EOF 9968}
6586if { (eval echo configure:6587: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9969_ACEOF
9970rm -f conftest.$ac_objext conftest$ac_exeext
9971if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9972 (eval $ac_link) 2>conftest.er1
9973 ac_status=$?
9974 grep -v '^ *+' conftest.er1 >conftest.err
6587 rm -rf conftest* 9975 rm -f conftest.er1
6588 eval "ac_cv_lib_$ac_lib_var=yes" 9976 cat conftest.err >&5
9977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9978 (exit $ac_status); } &&
9979 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9980 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9981 (eval $ac_try) 2>&5
9982 ac_status=$?
9983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9984 (exit $ac_status); }; } &&
9985 { ac_try='test -s conftest$ac_exeext'
9986 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9987 (eval $ac_try) 2>&5
9988 ac_status=$?
9989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9990 (exit $ac_status); }; }; then
9991 ac_cv_lib_posix_remove=yes
6589else 9992else
6590 echo "configure: failed program was:" >&5 9993 echo "$as_me: failed program was:" >&5
6591 cat conftest.$ac_ext >&5 9994sed 's/^/| /' conftest.$ac_ext >&5
6592 rm -rf conftest* 9995
6593 eval "ac_cv_lib_$ac_lib_var=no" 9996ac_cv_lib_posix_remove=no
6594fi 9997fi
6595rm -f conftest* 9998rm -f conftest.err conftest.$ac_objext \
9999 conftest$ac_exeext conftest.$ac_ext
6596LIBS="$ac_save_LIBS" 10000LIBS=$ac_check_lib_save_LIBS
6597
6598fi 10001fi
6599if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 10002echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
6600 echo "$ac_t""yes" 1>&6 10003echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
10004if test $ac_cv_lib_posix_remove = yes; then
6601 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix" 10005 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
6602else
6603 echo "$ac_t""no" 1>&6
6604fi 10006fi
6605 10007
6606 fi 10008 fi
6607 10009
6608 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay. 10010 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
10011 echo "$as_me:$LINENO: checking for shmat" >&5
6609 echo $ac_n "checking for shmat""... $ac_c" 1>&6 10012echo $ECHO_N "checking for shmat... $ECHO_C" >&6
6610echo "configure:6611: checking for shmat" >&5
6611if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then 10013if test "${ac_cv_func_shmat+set}" = set; then
6612 echo $ac_n "(cached) $ac_c" 1>&6 10014 echo $ECHO_N "(cached) $ECHO_C" >&6
6613else 10015else
6614 cat > conftest.$ac_ext <<EOF 10016 cat >conftest.$ac_ext <<_ACEOF
6615#line 6616 "configure" 10017/* confdefs.h. */
6616#include "confdefs.h" 10018_ACEOF
10019cat confdefs.h >>conftest.$ac_ext
10020cat >>conftest.$ac_ext <<_ACEOF
10021/* end confdefs.h. */
10022/* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
10023 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10024#define shmat innocuous_shmat
10025
6617/* System header to define __stub macros and hopefully few prototypes, 10026/* System header to define __stub macros and hopefully few prototypes,
6618 which can conflict with char shmat(); below. */ 10027 which can conflict with char shmat (); below.
10028 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10029 <limits.h> exists even on freestanding compilers. */
10030
10031#ifdef __STDC__
10032# include <limits.h>
10033#else
6619#include <assert.h> 10034# include <assert.h>
10035#endif
10036
10037#undef shmat
10038
6620/* Override any gcc2 internal prototype to avoid an error. */ 10039/* Override any gcc2 internal prototype to avoid an error. */
10040#ifdef __cplusplus
10041extern "C"
10042{
10043#endif
6621/* We use char because int might match the return type of a gcc2 10044/* We use char because int might match the return type of a gcc2
6622 builtin and then its argument prototype would still apply. */ 10045 builtin and then its argument prototype would still apply. */
6623char shmat(); 10046char shmat ();
6624
6625int main() {
6626
6627/* The GNU C library defines this for functions which it implements 10047/* The GNU C library defines this for functions which it implements
6628 to always fail with ENOSYS. Some functions are actually named 10048 to always fail with ENOSYS. Some functions are actually named
6629 something starting with __ and the normal name is an alias. */ 10049 something starting with __ and the normal name is an alias. */
6630#if defined (__stub_shmat) || defined (__stub___shmat) 10050#if defined (__stub_shmat) || defined (__stub___shmat)
6631choke me 10051choke me
6632#else 10052#else
6633shmat(); 10053char (*f) () = shmat;
6634#endif 10054#endif
10055#ifdef __cplusplus
10056}
10057#endif
6635 10058
10059int
10060main ()
10061{
10062return f != shmat;
10063 ;
6636; return 0; } 10064 return 0;
6637EOF 10065}
6638if { (eval echo configure:6639: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 10066_ACEOF
10067rm -f conftest.$ac_objext conftest$ac_exeext
10068if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10069 (eval $ac_link) 2>conftest.er1
10070 ac_status=$?
10071 grep -v '^ *+' conftest.er1 >conftest.err
6639 rm -rf conftest* 10072 rm -f conftest.er1
10073 cat conftest.err >&5
10074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10075 (exit $ac_status); } &&
10076 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10077 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10078 (eval $ac_try) 2>&5
10079 ac_status=$?
10080 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10081 (exit $ac_status); }; } &&
10082 { ac_try='test -s conftest$ac_exeext'
10083 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10084 (eval $ac_try) 2>&5
10085 ac_status=$?
10086 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10087 (exit $ac_status); }; }; then
6640 eval "ac_cv_func_shmat=yes" 10088 ac_cv_func_shmat=yes
6641else 10089else
6642 echo "configure: failed program was:" >&5 10090 echo "$as_me: failed program was:" >&5
6643 cat conftest.$ac_ext >&5 10091sed 's/^/| /' conftest.$ac_ext >&5
6644 rm -rf conftest* 10092
6645 eval "ac_cv_func_shmat=no" 10093ac_cv_func_shmat=no
6646fi 10094fi
6647rm -f conftest* 10095rm -f conftest.err conftest.$ac_objext \
10096 conftest$ac_exeext conftest.$ac_ext
6648fi 10097fi
6649 10098echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
6650if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then 10099echo "${ECHO_T}$ac_cv_func_shmat" >&6
6651 echo "$ac_t""yes" 1>&6
6652 :
6653else
6654 echo "$ac_t""no" 1>&6
6655fi
6656 10100
6657 if test $ac_cv_func_shmat = no; then 10101 if test $ac_cv_func_shmat = no; then
10102 echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
6658 echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6 10103echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
6659echo "configure:6660: checking for shmat in -lipc" >&5 10104if test "${ac_cv_lib_ipc_shmat+set}" = set; then
6660ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'`
6661if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6662 echo $ac_n "(cached) $ac_c" 1>&6 10105 echo $ECHO_N "(cached) $ECHO_C" >&6
6663else 10106else
6664 ac_save_LIBS="$LIBS" 10107 ac_check_lib_save_LIBS=$LIBS
6665LIBS="-lipc $LIBS" 10108LIBS="-lipc $LIBS"
6666cat > conftest.$ac_ext <<EOF 10109cat >conftest.$ac_ext <<_ACEOF
6667#line 6668 "configure" 10110/* confdefs.h. */
6668#include "confdefs.h" 10111_ACEOF
10112cat confdefs.h >>conftest.$ac_ext
10113cat >>conftest.$ac_ext <<_ACEOF
10114/* end confdefs.h. */
10115
6669/* Override any gcc2 internal prototype to avoid an error. */ 10116/* Override any gcc2 internal prototype to avoid an error. */
10117#ifdef __cplusplus
10118extern "C"
10119#endif
6670/* We use char because int might match the return type of a gcc2 10120/* We use char because int might match the return type of a gcc2
6671 builtin and then its argument prototype would still apply. */ 10121 builtin and then its argument prototype would still apply. */
6672char shmat(); 10122char shmat ();
6673 10123int
6674int main() { 10124main ()
10125{
6675shmat() 10126shmat ();
10127 ;
6676; return 0; } 10128 return 0;
6677EOF 10129}
6678if { (eval echo configure:6679: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 10130_ACEOF
10131rm -f conftest.$ac_objext conftest$ac_exeext
10132if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10133 (eval $ac_link) 2>conftest.er1
10134 ac_status=$?
10135 grep -v '^ *+' conftest.er1 >conftest.err
6679 rm -rf conftest* 10136 rm -f conftest.er1
6680 eval "ac_cv_lib_$ac_lib_var=yes" 10137 cat conftest.err >&5
10138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10139 (exit $ac_status); } &&
10140 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10141 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10142 (eval $ac_try) 2>&5
10143 ac_status=$?
10144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10145 (exit $ac_status); }; } &&
10146 { ac_try='test -s conftest$ac_exeext'
10147 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10148 (eval $ac_try) 2>&5
10149 ac_status=$?
10150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10151 (exit $ac_status); }; }; then
10152 ac_cv_lib_ipc_shmat=yes
6681else 10153else
6682 echo "configure: failed program was:" >&5 10154 echo "$as_me: failed program was:" >&5
6683 cat conftest.$ac_ext >&5 10155sed 's/^/| /' conftest.$ac_ext >&5
6684 rm -rf conftest* 10156
6685 eval "ac_cv_lib_$ac_lib_var=no" 10157ac_cv_lib_ipc_shmat=no
6686fi 10158fi
6687rm -f conftest* 10159rm -f conftest.err conftest.$ac_objext \
10160 conftest$ac_exeext conftest.$ac_ext
6688LIBS="$ac_save_LIBS" 10161LIBS=$ac_check_lib_save_LIBS
6689
6690fi 10162fi
6691if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 10163echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
6692 echo "$ac_t""yes" 1>&6 10164echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
10165if test $ac_cv_lib_ipc_shmat = yes; then
6693 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc" 10166 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
6694else
6695 echo "$ac_t""no" 1>&6
6696fi 10167fi
6697 10168
6698 fi 10169 fi
6699 fi 10170 fi
6700 10171
6701 # Check for libraries that X11R6 Xt/Xaw programs need. 10172 # Check for libraries that X11R6 Xt/Xaw programs need.
6702 ac_save_LDFLAGS="$LDFLAGS" 10173 ac_save_LDFLAGS=$LDFLAGS
6703 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries" 10174 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
6704 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to 10175 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
6705 # check for ICE first), but we must link in the order -lSM -lICE or 10176 # check for ICE first), but we must link in the order -lSM -lICE or
6706 # we get undefined symbols. So assume we have SM if we have ICE. 10177 # we get undefined symbols. So assume we have SM if we have ICE.
6707 # These have to be linked with before -lX11, unlike the other 10178 # These have to be linked with before -lX11, unlike the other
6708 # libraries we check for below, so use a different variable. 10179 # libraries we check for below, so use a different variable.
6709 # --interran@uluru.Stanford.EDU, kb@cs.umb.edu. 10180 # John Interrante, Karl Berry
10181 echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
6710 echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6 10182echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
6711echo "configure:6712: checking for IceConnectionNumber in -lICE" >&5 10183if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
6712ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'`
6713if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6714 echo $ac_n "(cached) $ac_c" 1>&6 10184 echo $ECHO_N "(cached) $ECHO_C" >&6
6715else 10185else
6716 ac_save_LIBS="$LIBS" 10186 ac_check_lib_save_LIBS=$LIBS
6717LIBS="-lICE $X_EXTRA_LIBS $LIBS" 10187LIBS="-lICE $X_EXTRA_LIBS $LIBS"
6718cat > conftest.$ac_ext <<EOF 10188cat >conftest.$ac_ext <<_ACEOF
6719#line 6720 "configure" 10189/* confdefs.h. */
6720#include "confdefs.h" 10190_ACEOF
10191cat confdefs.h >>conftest.$ac_ext
10192cat >>conftest.$ac_ext <<_ACEOF
10193/* end confdefs.h. */
10194
6721/* Override any gcc2 internal prototype to avoid an error. */ 10195/* Override any gcc2 internal prototype to avoid an error. */
10196#ifdef __cplusplus
10197extern "C"
10198#endif
6722/* We use char because int might match the return type of a gcc2 10199/* We use char because int might match the return type of a gcc2
6723 builtin and then its argument prototype would still apply. */ 10200 builtin and then its argument prototype would still apply. */
6724char IceConnectionNumber(); 10201char IceConnectionNumber ();
6725 10202int
6726int main() { 10203main ()
10204{
6727IceConnectionNumber() 10205IceConnectionNumber ();
10206 ;
6728; return 0; } 10207 return 0;
6729EOF 10208}
6730if { (eval echo configure:6731: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 10209_ACEOF
10210rm -f conftest.$ac_objext conftest$ac_exeext
10211if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10212 (eval $ac_link) 2>conftest.er1
10213 ac_status=$?
10214 grep -v '^ *+' conftest.er1 >conftest.err
6731 rm -rf conftest* 10215 rm -f conftest.er1
6732 eval "ac_cv_lib_$ac_lib_var=yes" 10216 cat conftest.err >&5
10217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10218 (exit $ac_status); } &&
10219 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10220 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10221 (eval $ac_try) 2>&5
10222 ac_status=$?
10223 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10224 (exit $ac_status); }; } &&
10225 { ac_try='test -s conftest$ac_exeext'
10226 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10227 (eval $ac_try) 2>&5
10228 ac_status=$?
10229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10230 (exit $ac_status); }; }; then
10231 ac_cv_lib_ICE_IceConnectionNumber=yes
6733else 10232else
6734 echo "configure: failed program was:" >&5 10233 echo "$as_me: failed program was:" >&5
6735 cat conftest.$ac_ext >&5 10234sed 's/^/| /' conftest.$ac_ext >&5
6736 rm -rf conftest* 10235
6737 eval "ac_cv_lib_$ac_lib_var=no" 10236ac_cv_lib_ICE_IceConnectionNumber=no
6738fi 10237fi
6739rm -f conftest* 10238rm -f conftest.err conftest.$ac_objext \
10239 conftest$ac_exeext conftest.$ac_ext
6740LIBS="$ac_save_LIBS" 10240LIBS=$ac_check_lib_save_LIBS
6741
6742fi 10241fi
6743if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 10242echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
6744 echo "$ac_t""yes" 1>&6 10243echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
10244if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
6745 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE" 10245 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
6746else
6747 echo "$ac_t""no" 1>&6
6748fi 10246fi
6749 10247
6750 LDFLAGS="$ac_save_LDFLAGS" 10248 LDFLAGS=$ac_save_LDFLAGS
6751 10249
6752fi 10250fi
6753 10251
6754 10252
6755 10253
6756if test x$support_xpm = xyes; then 10254if test x$support_xpm = xyes; then
6757 10255
6758 10256
6759 10257
6760# Initialize some more variables set by options. 10258# Initialize some more variables set by options.
6761# The variables have the same names as the options, with 10259# The variables have the same names as the options, with
6762# dashes changed to underlines. 10260# dashes changed to underlines.
6763 10261
6764# If we find XPM, set shell vars xpm_includes and xpm_libraries to the 10262# If we find XPM, set shell vars xpm_includes and xpm_libraries to the
6765# paths, otherwise set no_xpm=yes. 10263# paths, otherwise set no_xpm=yes.
6766# Uses ac_ vars as temps to allow command line to override cache and checks. 10264# Uses ac_ vars as temps to allow command line to override cache and checks.
10265echo "$as_me:$LINENO: checking for libXpm" >&5
6767echo $ac_n "checking for libXpm""... $ac_c" 1>&6 10266echo $ECHO_N "checking for libXpm... $ECHO_C" >&6
6768echo "configure:6769: checking for libXpm" >&5 10267
6769 10268
6770# Check whether --with-xpm_includes or --without-xpm_includes was given. 10269# Check whether --with-xpm_includes or --without-xpm_includes was given.
6771if test "${with_xpm_includes+set}" = set; then 10270if test "${with_xpm_includes+set}" = set; then
6772 withval="$with_xpm_includes" 10271 withval="$with_xpm_includes"
6773 xpm_includes="$withval" 10272 xpm_includes="$withval"
6774else 10273else
6775 xpm_includes=NO 10274 xpm_includes=NO
6776fi 10275fi;
6777 10276
6778# Check whether --with-xpm_library or --without-xpm_library was given. 10277# Check whether --with-xpm_library or --without-xpm_library was given.
6779if test "${with_xpm_library+set}" = set; then 10278if test "${with_xpm_library+set}" = set; then
6780 withval="$with_xpm_library" 10279 withval="$with_xpm_library"
6781 xpm_libraries="$withval" 10280 xpm_libraries="$withval"
6782else 10281else
6783 xpm_libraries=NO 10282 xpm_libraries=NO
6784fi 10283fi;
6785
6786 10284
6787# --without-xpm overrides everything else, but does not touch the cache. 10285# --without-xpm overrides everything else, but does not touch the cache.
10286
6788# Check whether --with-xpm or --without-xpm was given. 10287# Check whether --with-xpm or --without-xpm was given.
6789if test "${with_xpm+set}" = set; then 10288if test "${with_xpm+set}" = set; then
6790 withval="$with_xpm" 10289 withval="$with_xpm"
6791 : 10290
6792fi 10291fi;
6793
6794if test "$with_xpm" = no; then 10292if test "$with_xpm" = no; then
6795 have_xpm=disabled 10293 have_xpm=disabled
6796else 10294else
6797 if eval "test \"`echo '$''{'ac_cv_have_xpm'+set}'`\" = set"; then 10295 if test "${ac_cv_have_xpm+set}" = set; then
6798 echo $ac_n "(cached) $ac_c" 1>&6 10296 echo $ECHO_N "(cached) $ECHO_C" >&6
6799else 10297else
6800 10298
6801 vt_xpm_include_X11=no 10299 vt_xpm_include_X11=no
6802 if test -n "$xpm_includes"; then 10300 if test -n "$xpm_includes"; then
6803 vt_xpm_includes=$xpm_includes 10301 vt_xpm_includes=$xpm_includes
6804 else 10302 else
6805 vt_xpm_includes=NO 10303 vt_xpm_includes=NO
6815 10313
6816ac_save_CPPFLAGS="$CPPFLAGS" 10314ac_save_CPPFLAGS="$CPPFLAGS"
6817CPPFLAGS="$CPPFLAGS $X_CFLAGS" 10315CPPFLAGS="$CPPFLAGS $X_CFLAGS"
6818 10316
6819 # First, try using that file with no special directory specified. 10317 # First, try using that file with no special directory specified.
6820cat > conftest.$ac_ext <<EOF 10318cat >conftest.$ac_ext <<_ACEOF
6821#line 6822 "configure" 10319/* confdefs.h. */
6822#include "confdefs.h" 10320_ACEOF
10321cat confdefs.h >>conftest.$ac_ext
10322cat >>conftest.$ac_ext <<_ACEOF
10323/* end confdefs.h. */
6823#include <X11/xpm.h> 10324#include <X11/xpm.h>
6824EOF 10325_ACEOF
6825ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 10326if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6826{ (eval echo configure:6827: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 10327 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6827ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 10328 ac_status=$?
10329 grep -v '^ *+' conftest.er1 >conftest.err
10330 rm -f conftest.er1
10331 cat conftest.err >&5
10332 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10333 (exit $ac_status); } >/dev/null; then
10334 if test -s conftest.err; then
10335 ac_cpp_err=$ac_cxx_preproc_warn_flag
10336 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
10337 else
10338 ac_cpp_err=
10339 fi
10340else
10341 ac_cpp_err=yes
10342fi
6828if test -z "$ac_err"; then 10343if test -z "$ac_cpp_err"; then
6829 rm -rf conftest*
6830 # We can compile using X headers with no special include directory. 10344 # We can compile using X headers with no special include directory.
6831vt_xpm_includes= 10345vt_xpm_includes=
6832vt_xpm_include_X11=yes 10346vt_xpm_include_X11=yes
6833else 10347else
6834 echo "$ac_err" >&5
6835 echo "configure: failed program was:" >&5 10348 echo "$as_me: failed program was:" >&5
6836 cat conftest.$ac_ext >&5 10349sed 's/^/| /' conftest.$ac_ext >&5
6837 rm -rf conftest* 10350
6838 CPPFLAGS="$ac_save_CPPFLAGS" 10351 CPPFLAGS="$ac_save_CPPFLAGS"
6839# Look for the header file in a standard set of common directories. 10352# Look for the header file in a standard set of common directories.
6840 for ac_dir in \ 10353 for ac_dir in \
6841 /usr/X11/include \ 10354 /usr/X11/include \
6842 /usr/X11R6/include \ 10355 /usr/X11R6/include \
6883 break 10396 break
6884 fi 10397 fi
6885 fi 10398 fi
6886 done 10399 done
6887fi 10400fi
6888rm -f conftest* 10401rm -f conftest.err conftest.$ac_ext
6889fi 10402fi
6890 10403
6891if test "$vt_xpm_libraries" = NO; then 10404if test "$vt_xpm_libraries" = NO; then
6892 # Check for the libraries. 10405 # Check for the libraries.
6893 10406
6894 # See if we find them without any special options. 10407 # See if we find them without any special options.
6895 # Don't add to $LIBS permanently. 10408 # Don't add to $LIBS permanently.
6896 ac_save_LIBS="$LIBS" 10409 ac_save_LIBS="$LIBS"
6897 LIBS="$LIBS $X_LIBS -lXpm -lX11" 10410 LIBS="$LIBS $X_LIBS -lXpm -lX11"
6898cat > conftest.$ac_ext <<EOF 10411cat >conftest.$ac_ext <<_ACEOF
6899#line 6900 "configure" 10412/* confdefs.h. */
6900#include "confdefs.h" 10413_ACEOF
10414cat confdefs.h >>conftest.$ac_ext
10415cat >>conftest.$ac_ext <<_ACEOF
10416/* end confdefs.h. */
6901 10417
6902int main() { 10418int
10419main ()
10420{
6903XpmReadFileToPixmap() 10421XpmReadFileToPixmap()
10422 ;
6904; return 0; } 10423 return 0;
6905EOF 10424}
6906if { (eval echo configure:6907: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 10425_ACEOF
10426rm -f conftest.$ac_objext conftest$ac_exeext
10427if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10428 (eval $ac_link) 2>conftest.er1
10429 ac_status=$?
10430 grep -v '^ *+' conftest.er1 >conftest.err
6907 rm -rf conftest* 10431 rm -f conftest.er1
10432 cat conftest.err >&5
10433 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10434 (exit $ac_status); } &&
10435 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10436 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10437 (eval $ac_try) 2>&5
10438 ac_status=$?
10439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10440 (exit $ac_status); }; } &&
10441 { ac_try='test -s conftest$ac_exeext'
10442 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10443 (eval $ac_try) 2>&5
10444 ac_status=$?
10445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10446 (exit $ac_status); }; }; then
6908 LIBS="$ac_save_LIBS" 10447 LIBS="$ac_save_LIBS"
6909# We can link libXpm with no special library path. 10448# We can link libXpm with no special library path.
6910vt_xpm_libraries= 10449vt_xpm_libraries=
6911else 10450else
6912 echo "configure: failed program was:" >&5 10451 echo "$as_me: failed program was:" >&5
6913 cat conftest.$ac_ext >&5 10452sed 's/^/| /' conftest.$ac_ext >&5
6914 rm -rf conftest* 10453
6915 LIBS="$ac_save_LIBS" 10454LIBS="$ac_save_LIBS"
6916# First see if replacing the include by lib works. 10455# First see if replacing the include by lib works.
6917for ac_dir in \ 10456for ac_dir in \
6918 `echo "$vt_xpm_includes" | sed 's,include/X11,lib,;s,include,lib,'` \ 10457 `echo "$vt_xpm_includes" | sed 's,include/X11,lib,;s,include,lib,'` \
6919 /usr/X11/lib \ 10458 /usr/X11/lib \
6920 /usr/X11R6/lib \ 10459 /usr/X11R6/lib \
6957 break 2 10496 break 2
6958 fi 10497 fi
6959 done 10498 done
6960done 10499done
6961fi 10500fi
6962rm -f conftest* 10501rm -f conftest.err conftest.$ac_objext \
10502 conftest$ac_exeext conftest.$ac_ext
6963fi 10503fi
6964 10504
6965 10505
6966 if test "$vt_xpm_includes" = NO -o "$vt_xpm_libraries" = NO; then 10506 if test "$vt_xpm_includes" = NO -o "$vt_xpm_libraries" = NO; then
6967 ac_cv_have_xpm="have_xpm=no" 10507 ac_cv_have_xpm="have_xpm=no"
6973fi 10513fi
6974 eval "$ac_cv_have_xpm" 10514 eval "$ac_cv_have_xpm"
6975fi 10515fi
6976 10516
6977if test "$have_xpm" != yes; then 10517if test "$have_xpm" != yes; then
6978 echo "$ac_t""$have_xpm" 1>&6 10518 echo "$as_me:$LINENO: result: $have_xpm" >&5
10519echo "${ECHO_T}$have_xpm" >&6
6979 no_xpm=yes 10520 no_xpm=yes
6980else 10521else
6981 if test "$xpm_includes" != NO; then 10522 if test "$xpm_includes" != NO; then
6982 if test "$xpm_includes" = "$vt_xpm_includes"; then 10523 if test "$xpm_includes" = "$vt_xpm_includes"; then
6983 if test -r "$xpm_includes/X11/xpm.h"; then 10524 if test -r "$xpm_includes/X11/xpm.h"; then
6984 vt_xpm_include_X11=yes 10525 vt_xpm_include_X11=yes
6985 fi 10526 fi
6986 else 10527 else
6987 vt_xpm_include_X11=no 10528 vt_xpm_include_X11=no
6988 if test -z "$xpm_includes"; then 10529 if test -z "$xpm_includes"; then
6989 cat > conftest.$ac_ext <<EOF 10530 cat >conftest.$ac_ext <<_ACEOF
6990#line 6991 "configure" 10531/* confdefs.h. */
6991#include "confdefs.h" 10532_ACEOF
10533cat confdefs.h >>conftest.$ac_ext
10534cat >>conftest.$ac_ext <<_ACEOF
10535/* end confdefs.h. */
6992#include <X11/xpm.h> 10536#include <X11/xpm.h>
6993EOF 10537_ACEOF
6994ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 10538if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6995{ (eval echo configure:6996: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 10539 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6996ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 10540 ac_status=$?
10541 grep -v '^ *+' conftest.er1 >conftest.err
10542 rm -f conftest.er1
10543 cat conftest.err >&5
10544 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10545 (exit $ac_status); } >/dev/null; then
10546 if test -s conftest.err; then
10547 ac_cpp_err=$ac_cxx_preproc_warn_flag
10548 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
10549 else
10550 ac_cpp_err=
10551 fi
10552else
10553 ac_cpp_err=yes
10554fi
6997if test -z "$ac_err"; then 10555if test -z "$ac_cpp_err"; then
6998 rm -rf conftest*
6999 vt_xpm_include_X11=yes 10556 vt_xpm_include_X11=yes
7000else 10557else
7001 echo "$ac_err" >&5
7002 echo "configure: failed program was:" >&5 10558 echo "$as_me: failed program was:" >&5
7003 cat conftest.$ac_ext >&5 10559sed 's/^/| /' conftest.$ac_ext >&5
10560
10561
7004fi 10562fi
7005rm -f conftest* 10563rm -f conftest.err conftest.$ac_ext
7006 else 10564 else
7007 if test -r "$xpm_includes/X11/xpm.h"; then 10565 if test -r "$xpm_includes/X11/xpm.h"; then
7008 vt_xpm_include_X11=yes 10566 vt_xpm_include_X11=yes
7009 fi 10567 fi
7010 fi 10568 fi
7017 # Update the cache value to reflect the command line values. 10575 # Update the cache value to reflect the command line values.
7018 ac_cv_have_xpm="have_xpm=yes \ 10576 ac_cv_have_xpm="have_xpm=yes \
7019 vt_xpm_includes=$vt_xpm_includes vt_xpm_libraries=$vt_xpm_libraries \ 10577 vt_xpm_includes=$vt_xpm_includes vt_xpm_libraries=$vt_xpm_libraries \
7020 vt_xpm_include_X11=$vt_xpm_include_X11" 10578 vt_xpm_include_X11=$vt_xpm_include_X11"
7021 eval "$ac_cv_have_xpm" 10579 eval "$ac_cv_have_xpm"
10580 echo "$as_me:$LINENO: result: -I$vt_xpm_includes, -L$vt_xpm_libraries" >&5
7022 echo "$ac_t""-I$vt_xpm_includes, -L$vt_xpm_libraries" 1>&6 10581echo "${ECHO_T}-I$vt_xpm_includes, -L$vt_xpm_libraries" >&6
7023 if test -n "$vt_xpm_includes"; then 10582 if test -n "$vt_xpm_includes"; then
7024 XPM_CPPFLAGS="-DHAVE_LIBXPM" 10583 XPM_CPPFLAGS="-DHAVE_LIBXPM"
7025 fi 10584 fi
7026 if test -n "$vt_xpm_includes"; then 10585 if test -n "$vt_xpm_includes"; then
7027 XPM_CFLAGS="-I$vt_xpm_includes" 10586 XPM_CFLAGS="-I$vt_xpm_includes"
7029 XPM_LIBS="-lXpm" 10588 XPM_LIBS="-lXpm"
7030 if test -n "$vt_xpm_libraries"; then 10589 if test -n "$vt_xpm_libraries"; then
7031 XPM_LIBS="-L$vt_xpm_libraries $XPM_LIBS" 10590 XPM_LIBS="-L$vt_xpm_libraries $XPM_LIBS"
7032 fi 10591 fi
7033 if test "x$vt_xpm_include_X11" = xyes; then 10592 if test "x$vt_xpm_include_X11" = xyes; then
10593
7034 cat >> confdefs.h <<\EOF 10594cat >>confdefs.h <<\_ACEOF
7035#define XPM_INC_X11 1 10595#define XPM_INC_X11 1
7036EOF 10596_ACEOF
7037 10597
7038 fi 10598 fi
7039fi 10599fi
7040 10600
7041 10601
7045 if test x$no_xpm = xyes; then 10605 if test x$no_xpm = xyes; then
7046 support_xpm=needsmanualspecification 10606 support_xpm=needsmanualspecification
7047 fi 10607 fi
7048fi 10608fi
7049 10609
10610echo "$as_me:$LINENO: checking for sys/wait.h that is POSIX.1 compatible" >&5
7050echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6 10611echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6
7051echo "configure:7052: checking for sys/wait.h that is POSIX.1 compatible" >&5
7052if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then 10612if test "${ac_cv_header_sys_wait_h+set}" = set; then
7053 echo $ac_n "(cached) $ac_c" 1>&6 10613 echo $ECHO_N "(cached) $ECHO_C" >&6
7054else 10614else
7055 cat > conftest.$ac_ext <<EOF 10615 cat >conftest.$ac_ext <<_ACEOF
7056#line 7057 "configure" 10616/* confdefs.h. */
7057#include "confdefs.h" 10617_ACEOF
10618cat confdefs.h >>conftest.$ac_ext
10619cat >>conftest.$ac_ext <<_ACEOF
10620/* end confdefs.h. */
7058#include <sys/types.h> 10621#include <sys/types.h>
7059#include <sys/wait.h> 10622#include <sys/wait.h>
7060#ifndef WEXITSTATUS 10623#ifndef WEXITSTATUS
7061#define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8) 10624# define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)
7062#endif 10625#endif
7063#ifndef WIFEXITED 10626#ifndef WIFEXITED
7064#define WIFEXITED(stat_val) (((stat_val) & 255) == 0) 10627# define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
7065#endif 10628#endif
7066int main() { 10629
10630int
10631main ()
10632{
7067int s; 10633 int s;
7068wait (&s); 10634 wait (&s);
7069s = WIFEXITED (s) ? WEXITSTATUS (s) : 1; 10635 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
10636 ;
7070; return 0; } 10637 return 0;
7071EOF 10638}
7072if { (eval echo configure:7073: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 10639_ACEOF
10640rm -f conftest.$ac_objext
10641if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10642 (eval $ac_compile) 2>conftest.er1
10643 ac_status=$?
10644 grep -v '^ *+' conftest.er1 >conftest.err
7073 rm -rf conftest* 10645 rm -f conftest.er1
10646 cat conftest.err >&5
10647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10648 (exit $ac_status); } &&
10649 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10650 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10651 (eval $ac_try) 2>&5
10652 ac_status=$?
10653 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10654 (exit $ac_status); }; } &&
10655 { ac_try='test -s conftest.$ac_objext'
10656 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10657 (eval $ac_try) 2>&5
10658 ac_status=$?
10659 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10660 (exit $ac_status); }; }; then
7074 ac_cv_header_sys_wait_h=yes 10661 ac_cv_header_sys_wait_h=yes
7075else 10662else
7076 echo "configure: failed program was:" >&5 10663 echo "$as_me: failed program was:" >&5
7077 cat conftest.$ac_ext >&5 10664sed 's/^/| /' conftest.$ac_ext >&5
7078 rm -rf conftest* 10665
7079 ac_cv_header_sys_wait_h=no 10666ac_cv_header_sys_wait_h=no
7080fi 10667fi
7081rm -f conftest* 10668rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7082fi 10669fi
7083 10670echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5
7084echo "$ac_t""$ac_cv_header_sys_wait_h" 1>&6 10671echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6
7085if test $ac_cv_header_sys_wait_h = yes; then 10672if test $ac_cv_header_sys_wait_h = yes; then
10673
7086 cat >> confdefs.h <<\EOF 10674cat >>confdefs.h <<\_ACEOF
7087#define HAVE_SYS_WAIT_H 1 10675#define HAVE_SYS_WAIT_H 1
7088EOF 10676_ACEOF
7089 10677
7090fi 10678fi
7091 10679
10680
10681
10682
10683
10684
10685
10686
10687
10688
10689
10690
10691
10692
10693
10694
10695
10696
10697
10698
7092for ac_hdr in \ 10699for ac_header in \
7093 assert.h \ 10700 assert.h \
7094 fcntl.h \ 10701 fcntl.h \
7095 grp.h \ 10702 grp.h \
7096 libc.h \ 10703 libc.h \
7097 lastlog.h \ 10704 lastlog.h \
7109 utmp.h \ 10716 utmp.h \
7110 utmpx.h \ 10717 utmpx.h \
7111 stdint.h \ 10718 stdint.h \
7112 10719
7113do 10720do
7114ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 10721as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10722if eval "test \"\${$as_ac_Header+set}\" = set"; then
10723 echo "$as_me:$LINENO: checking for $ac_header" >&5
7115echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 10724echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7116echo "configure:7117: checking for $ac_hdr" >&5 10725if eval "test \"\${$as_ac_Header+set}\" = set"; then
7117if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
7118 echo $ac_n "(cached) $ac_c" 1>&6 10726 echo $ECHO_N "(cached) $ECHO_C" >&6
10727fi
10728echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10729echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7119else 10730else
10731 # Is the header compilable?
10732echo "$as_me:$LINENO: checking $ac_header usability" >&5
10733echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
7120 cat > conftest.$ac_ext <<EOF 10734cat >conftest.$ac_ext <<_ACEOF
7121#line 7122 "configure" 10735/* confdefs.h. */
7122#include "confdefs.h" 10736_ACEOF
10737cat confdefs.h >>conftest.$ac_ext
10738cat >>conftest.$ac_ext <<_ACEOF
10739/* end confdefs.h. */
10740$ac_includes_default
7123#include <$ac_hdr> 10741#include <$ac_header>
7124EOF 10742_ACEOF
7125ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 10743rm -f conftest.$ac_objext
7126{ (eval echo configure:7127: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 10744if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7127ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 10745 (eval $ac_compile) 2>conftest.er1
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); } &&
10752 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10753 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10754 (eval $ac_try) 2>&5
10755 ac_status=$?
10756 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10757 (exit $ac_status); }; } &&
10758 { ac_try='test -s conftest.$ac_objext'
10759 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10760 (eval $ac_try) 2>&5
10761 ac_status=$?
10762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10763 (exit $ac_status); }; }; then
10764 ac_header_compiler=yes
10765else
10766 echo "$as_me: failed program was:" >&5
10767sed 's/^/| /' conftest.$ac_ext >&5
10768
10769ac_header_compiler=no
10770fi
10771rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10772echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10773echo "${ECHO_T}$ac_header_compiler" >&6
10774
10775# Is the header present?
10776echo "$as_me:$LINENO: checking $ac_header presence" >&5
10777echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
10778cat >conftest.$ac_ext <<_ACEOF
10779/* confdefs.h. */
10780_ACEOF
10781cat confdefs.h >>conftest.$ac_ext
10782cat >>conftest.$ac_ext <<_ACEOF
10783/* end confdefs.h. */
10784#include <$ac_header>
10785_ACEOF
10786if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10787 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10788 ac_status=$?
10789 grep -v '^ *+' conftest.er1 >conftest.err
10790 rm -f conftest.er1
10791 cat conftest.err >&5
10792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10793 (exit $ac_status); } >/dev/null; then
10794 if test -s conftest.err; then
10795 ac_cpp_err=$ac_cxx_preproc_warn_flag
10796 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
10797 else
10798 ac_cpp_err=
10799 fi
10800else
10801 ac_cpp_err=yes
10802fi
7128if test -z "$ac_err"; then 10803if test -z "$ac_cpp_err"; then
7129 rm -rf conftest* 10804 ac_header_preproc=yes
7130 eval "ac_cv_header_$ac_safe=yes"
7131else 10805else
7132 echo "$ac_err" >&5
7133 echo "configure: failed program was:" >&5 10806 echo "$as_me: failed program was:" >&5
7134 cat conftest.$ac_ext >&5 10807sed 's/^/| /' conftest.$ac_ext >&5
7135 rm -rf conftest* 10808
7136 eval "ac_cv_header_$ac_safe=no" 10809 ac_header_preproc=no
7137fi 10810fi
7138rm -f conftest* 10811rm -f conftest.err conftest.$ac_ext
10812echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10813echo "${ECHO_T}$ac_header_preproc" >&6
10814
10815# So? What about this header?
10816case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
10817 yes:no: )
10818 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10819echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
10820 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
10821echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
10822 ac_header_preproc=yes
10823 ;;
10824 no:yes:* )
10825 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
10826echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
10827 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
10828echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
10829 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
10830echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
10831 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
10832echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
10833 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10834echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10835 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
10836echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
10837 (
10838 cat <<\_ASBOX
10839## ------------------------------------------ ##
10840## Report this to the AC_PACKAGE_NAME lists. ##
10841## ------------------------------------------ ##
10842_ASBOX
10843 ) |
10844 sed "s/^/$as_me: WARNING: /" >&2
10845 ;;
10846esac
10847echo "$as_me:$LINENO: checking for $ac_header" >&5
10848echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10849if eval "test \"\${$as_ac_Header+set}\" = set"; then
10850 echo $ECHO_N "(cached) $ECHO_C" >&6
10851else
10852 eval "$as_ac_Header=\$ac_header_preproc"
7139fi 10853fi
7140if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 10854echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7141 echo "$ac_t""yes" 1>&6 10855echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7142 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` 10856
10857fi
10858if test `eval echo '${'$as_ac_Header'}'` = yes; then
7143 cat >> confdefs.h <<EOF 10859 cat >>confdefs.h <<_ACEOF
7144#define $ac_tr_hdr 1 10860#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7145EOF 10861_ACEOF
7146 10862
7147else
7148 echo "$ac_t""no" 1>&6
7149fi 10863fi
10864
7150done 10865done
7151 10866
7152 10867
10868echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
7153echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6 10869echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
7154echo "configure:7155: checking whether time.h and sys/time.h may both be included" >&5
7155if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then 10870if test "${ac_cv_header_time+set}" = set; then
7156 echo $ac_n "(cached) $ac_c" 1>&6 10871 echo $ECHO_N "(cached) $ECHO_C" >&6
7157else 10872else
7158 cat > conftest.$ac_ext <<EOF 10873 cat >conftest.$ac_ext <<_ACEOF
7159#line 7160 "configure" 10874/* confdefs.h. */
7160#include "confdefs.h" 10875_ACEOF
10876cat confdefs.h >>conftest.$ac_ext
10877cat >>conftest.$ac_ext <<_ACEOF
10878/* end confdefs.h. */
7161#include <sys/types.h> 10879#include <sys/types.h>
7162#include <sys/time.h> 10880#include <sys/time.h>
7163#include <time.h> 10881#include <time.h>
7164int main() { 10882
7165struct tm *tp; 10883int
10884main ()
10885{
10886if ((struct tm *) 0)
10887return 0;
10888 ;
7166; return 0; } 10889 return 0;
7167EOF 10890}
7168if { (eval echo configure:7169: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 10891_ACEOF
10892rm -f conftest.$ac_objext
10893if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10894 (eval $ac_compile) 2>conftest.er1
10895 ac_status=$?
10896 grep -v '^ *+' conftest.er1 >conftest.err
7169 rm -rf conftest* 10897 rm -f conftest.er1
10898 cat conftest.err >&5
10899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10900 (exit $ac_status); } &&
10901 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10902 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10903 (eval $ac_try) 2>&5
10904 ac_status=$?
10905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10906 (exit $ac_status); }; } &&
10907 { ac_try='test -s conftest.$ac_objext'
10908 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10909 (eval $ac_try) 2>&5
10910 ac_status=$?
10911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10912 (exit $ac_status); }; }; then
7170 ac_cv_header_time=yes 10913 ac_cv_header_time=yes
7171else 10914else
7172 echo "configure: failed program was:" >&5 10915 echo "$as_me: failed program was:" >&5
7173 cat conftest.$ac_ext >&5 10916sed 's/^/| /' conftest.$ac_ext >&5
7174 rm -rf conftest* 10917
7175 ac_cv_header_time=no 10918ac_cv_header_time=no
7176fi 10919fi
7177rm -f conftest* 10920rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7178fi 10921fi
7179 10922echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
7180echo "$ac_t""$ac_cv_header_time" 1>&6 10923echo "${ECHO_T}$ac_cv_header_time" >&6
7181if test $ac_cv_header_time = yes; then 10924if test $ac_cv_header_time = yes; then
10925
7182 cat >> confdefs.h <<\EOF 10926cat >>confdefs.h <<\_ACEOF
7183#define TIME_WITH_SYS_TIME 1 10927#define TIME_WITH_SYS_TIME 1
7184EOF 10928_ACEOF
7185 10929
7186fi 10930fi
7187 10931
7188 10932
10933echo "$as_me:$LINENO: checking whether termios.h and sys/ioctl.h may both be included" >&5
7189echo $ac_n "checking whether termios.h and sys/ioctl.h may both be included""... $ac_c" 1>&6 10934echo $ECHO_N "checking whether termios.h and sys/ioctl.h may both be included... $ECHO_C" >&6
7190echo "configure:7191: checking whether termios.h and sys/ioctl.h may both be included" >&5
7191if eval "test \"`echo '$''{'rxvt_cv_header_sysioctl'+set}'`\" = set"; then 10935if test "${rxvt_cv_header_sysioctl+set}" = set; then
7192 echo $ac_n "(cached) $ac_c" 1>&6 10936 echo $ECHO_N "(cached) $ECHO_C" >&6
7193else 10937else
7194 cat > conftest.$ac_ext <<EOF 10938 cat >conftest.$ac_ext <<_ACEOF
7195#line 7196 "configure" 10939/* confdefs.h. */
7196#include "confdefs.h" 10940_ACEOF
10941cat confdefs.h >>conftest.$ac_ext
10942cat >>conftest.$ac_ext <<_ACEOF
10943/* end confdefs.h. */
7197#include <stdio.h> 10944#include <stdio.h>
7198#include <sys/ioctl.h> 10945#include <sys/ioctl.h>
7199#ifdef HAVE_TERMIOS_H 10946#ifdef HAVE_TERMIOS_H
7200#include <termios.h> 10947#include <termios.h>
7201#endif 10948#endif
7202int main() { 10949int
10950main ()
10951{
7203int a = ECHO; 10952int a = ECHO;
10953 ;
7204; return 0; } 10954 return 0;
7205EOF 10955}
7206if { (eval echo configure:7207: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 10956_ACEOF
10957rm -f conftest.$ac_objext
10958if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10959 (eval $ac_compile) 2>conftest.er1
10960 ac_status=$?
10961 grep -v '^ *+' conftest.er1 >conftest.err
7207 rm -rf conftest* 10962 rm -f conftest.er1
10963 cat conftest.err >&5
10964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10965 (exit $ac_status); } &&
10966 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10967 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10968 (eval $ac_try) 2>&5
10969 ac_status=$?
10970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10971 (exit $ac_status); }; } &&
10972 { ac_try='test -s conftest.$ac_objext'
10973 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10974 (eval $ac_try) 2>&5
10975 ac_status=$?
10976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10977 (exit $ac_status); }; }; then
7208 rxvt_cv_header_sysioctl=yes 10978 rxvt_cv_header_sysioctl=yes
7209else 10979else
7210 echo "configure: failed program was:" >&5 10980 echo "$as_me: failed program was:" >&5
7211 cat conftest.$ac_ext >&5 10981sed 's/^/| /' conftest.$ac_ext >&5
7212 rm -rf conftest* 10982
7213 rxvt_cv_header_sysioctl=no 10983rxvt_cv_header_sysioctl=no
7214fi 10984fi
7215rm -f conftest* 10985rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7216fi 10986fi
7217 10987echo "$as_me:$LINENO: result: $rxvt_cv_header_sysioctl" >&5
7218echo "$ac_t""$rxvt_cv_header_sysioctl" 1>&6 10988echo "${ECHO_T}$rxvt_cv_header_sysioctl" >&6
7219 10989
7220if test -n "$GCC"; then 10990if test -n "$GCC"; then
7221 LDARG="-Wl," 10991 LDARG="-Wl,"
7222else 10992else
7223 LDARG="" 10993 LDARG=""
7226 10996
7227ac_save_CFLAGS=$CFLAGS 10997ac_save_CFLAGS=$CFLAGS
7228ac_save_LIBS=$LIBS 10998ac_save_LIBS=$LIBS
7229CFLAGS="$CFLAGS $X_CFLAGS" 10999CFLAGS="$CFLAGS $X_CFLAGS"
7230LIBS=`echo "$LIBS $X_LIBS $X_EXTRA_LIBS -lX11" | sed "$R_TRANSLATE"` 11000LIBS=`echo "$LIBS $X_LIBS $X_EXTRA_LIBS -lX11" | sed "$R_TRANSLATE"`
11001echo "$as_me:$LINENO: checking for -rpath dynamic library path recording" >&5
7231echo $ac_n "checking for -rpath dynamic library path recording""... $ac_c" 1>&6 11002echo $ECHO_N "checking for -rpath dynamic library path recording... $ECHO_C" >&6
7232echo "configure:7233: checking for -rpath dynamic library path recording" >&5
7233if eval "test \"`echo '$''{'rxvt_cv_rpath'+set}'`\" = set"; then 11003if test "${rxvt_cv_rpath+set}" = set; then
7234 echo $ac_n "(cached) $ac_c" 1>&6 11004 echo $ECHO_N "(cached) $ECHO_C" >&6
7235else 11005else
7236 if test "$cross_compiling" = yes; then 11006 if test "$cross_compiling" = yes; then
11007 { echo "$as_me:$LINENO: WARNING: You may need to check the LIBS line" >&5
7237 echo "configure: warning: You may need to check the LIBS line" 1>&2 11008echo "$as_me: WARNING: You may need to check the LIBS line" >&2;}
7238else 11009else
7239 cat > conftest.$ac_ext <<EOF 11010 cat >conftest.$ac_ext <<_ACEOF
7240#line 7241 "configure" 11011/* confdefs.h. */
7241#include "confdefs.h" 11012_ACEOF
11013cat confdefs.h >>conftest.$ac_ext
11014cat >>conftest.$ac_ext <<_ACEOF
11015/* end confdefs.h. */
7242 11016
7243main() 11017main()
7244{ 11018{
7245 exit(0); 11019 exit(0);
7246 (void) XOpenDisplay("foobar"); 11020 (void) XOpenDisplay("foobar");
7247} 11021}
7248EOF 11022_ACEOF
7249if { (eval echo configure:7250: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 11023rm -f conftest$ac_exeext
7250then 11024if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11025 (eval $ac_link) 2>&5
11026 ac_status=$?
11027 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11028 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11029 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11030 (eval $ac_try) 2>&5
11031 ac_status=$?
11032 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11033 (exit $ac_status); }; }; then
7251 rxvt_cv_rpath=yes 11034 rxvt_cv_rpath=yes
7252else 11035else
11036 echo "$as_me: program exited with status $ac_status" >&5
7253 echo "configure: failed program was:" >&5 11037echo "$as_me: failed program was:" >&5
7254 cat conftest.$ac_ext >&5 11038sed 's/^/| /' conftest.$ac_ext >&5
7255 rm -fr conftest* 11039
11040( exit $ac_status )
7256 rxvt_cv_rpath=no 11041rxvt_cv_rpath=no
7257fi 11042fi
7258rm -fr conftest* 11043rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7259fi 11044fi
7260
7261fi 11045fi
7262 11046echo "$as_me:$LINENO: result: $rxvt_cv_rpath" >&5
7263echo "$ac_t""$rxvt_cv_rpath" 1>&6 11047echo "${ECHO_T}$rxvt_cv_rpath" >&6
7264if test x$rxvt_cv_rpath != xyes; then 11048if test x$rxvt_cv_rpath != xyes; then
7265 R_TRANSLATE='s/-L\([^ ]*\)/-L\1 '$LDARG'-R\1/g' 11049 R_TRANSLATE='s/-L\([^ ]*\)/-L\1 '$LDARG'-R\1/g'
7266 LIBS=`echo "$ac_save_LIBS $X_LIBS $X_EXTRA_LIBS -lX11" | sed "$R_TRANSLATE"` 11050 LIBS=`echo "$ac_save_LIBS $X_LIBS $X_EXTRA_LIBS -lX11" | sed "$R_TRANSLATE"`
11051 echo "$as_me:$LINENO: checking for -R dynamic library path recording" >&5
7267 echo $ac_n "checking for -R dynamic library path recording""... $ac_c" 1>&6 11052echo $ECHO_N "checking for -R dynamic library path recording... $ECHO_C" >&6
7268echo "configure:7269: checking for -R dynamic library path recording" >&5
7269if eval "test \"`echo '$''{'rxvt_cv_R'+set}'`\" = set"; then 11053if test "${rxvt_cv_R+set}" = set; then
7270 echo $ac_n "(cached) $ac_c" 1>&6 11054 echo $ECHO_N "(cached) $ECHO_C" >&6
7271else 11055else
7272 if test "$cross_compiling" = yes; then 11056 if test "$cross_compiling" = yes; then
7273 rxvt_cv_R=no 11057 rxvt_cv_R=no
7274else 11058else
7275 cat > conftest.$ac_ext <<EOF 11059 cat >conftest.$ac_ext <<_ACEOF
7276#line 7277 "configure" 11060/* confdefs.h. */
7277#include "confdefs.h" 11061_ACEOF
11062cat confdefs.h >>conftest.$ac_ext
11063cat >>conftest.$ac_ext <<_ACEOF
11064/* end confdefs.h. */
7278 11065
7279main() 11066main()
7280{ 11067{
7281 exit(0); 11068 exit(0);
7282 (void) XOpenDisplay("foobar"); 11069 (void) XOpenDisplay("foobar");
7283} 11070}
7284EOF 11071_ACEOF
7285if { (eval echo configure:7286: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 11072rm -f conftest$ac_exeext
7286then 11073if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11074 (eval $ac_link) 2>&5
11075 ac_status=$?
11076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11077 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11078 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11079 (eval $ac_try) 2>&5
11080 ac_status=$?
11081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11082 (exit $ac_status); }; }; then
7287 rxvt_cv_R=yes 11083 rxvt_cv_R=yes
7288else 11084else
11085 echo "$as_me: program exited with status $ac_status" >&5
7289 echo "configure: failed program was:" >&5 11086echo "$as_me: failed program was:" >&5
7290 cat conftest.$ac_ext >&5 11087sed 's/^/| /' conftest.$ac_ext >&5
7291 rm -fr conftest* 11088
11089( exit $ac_status )
7292 rxvt_cv_R=no 11090rxvt_cv_R=no
7293fi 11091fi
7294rm -fr conftest* 11092rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7295fi 11093fi
7296
7297fi 11094fi
7298 11095echo "$as_me:$LINENO: result: $rxvt_cv_R" >&5
7299echo "$ac_t""$rxvt_cv_R" 1>&6 11096echo "${ECHO_T}$rxvt_cv_R" >&6
7300 if test x$rxvt_cv_R != xyes; then 11097 if test x$rxvt_cv_R != xyes; then
7301 LIBS="$ac_save_LIBS $X_LIBS $X_EXTRA_LIBS -lX11" 11098 LIBS="$ac_save_LIBS $X_LIBS $X_EXTRA_LIBS -lX11"
7302 fi 11099 fi
7303fi 11100fi
7304 11101
11102echo "$as_me:$LINENO: checking for XPointer" >&5
7305echo $ac_n "checking for XPointer""... $ac_c" 1>&6 11103echo $ECHO_N "checking for XPointer... $ECHO_C" >&6
7306echo "configure:7307: checking for XPointer" >&5
7307if eval "test \"`echo '$''{'rxvt_cv_xpointer'+set}'`\" = set"; then 11104if test "${rxvt_cv_xpointer+set}" = set; then
7308 echo $ac_n "(cached) $ac_c" 1>&6 11105 echo $ECHO_N "(cached) $ECHO_C" >&6
7309else 11106else
7310 cat > conftest.$ac_ext <<EOF 11107 cat >conftest.$ac_ext <<_ACEOF
7311#line 7312 "configure" 11108/* confdefs.h. */
7312#include "confdefs.h" 11109_ACEOF
11110cat confdefs.h >>conftest.$ac_ext
11111cat >>conftest.$ac_ext <<_ACEOF
11112/* end confdefs.h. */
7313#include <X11/Xlib.h> 11113#include <X11/Xlib.h>
7314int main() { 11114int
11115main ()
11116{
7315XPointer dummy; 11117XPointer dummy;
11118 ;
7316; return 0; } 11119 return 0;
7317EOF 11120}
7318if { (eval echo configure:7319: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 11121_ACEOF
11122rm -f conftest.$ac_objext
11123if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11124 (eval $ac_compile) 2>conftest.er1
11125 ac_status=$?
11126 grep -v '^ *+' conftest.er1 >conftest.err
7319 rm -rf conftest* 11127 rm -f conftest.er1
11128 cat conftest.err >&5
11129 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11130 (exit $ac_status); } &&
11131 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11132 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11133 (eval $ac_try) 2>&5
11134 ac_status=$?
11135 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11136 (exit $ac_status); }; } &&
11137 { ac_try='test -s conftest.$ac_objext'
11138 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11139 (eval $ac_try) 2>&5
11140 ac_status=$?
11141 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11142 (exit $ac_status); }; }; then
7320 rxvt_cv_xpointer=yes 11143 rxvt_cv_xpointer=yes
7321else 11144else
7322 echo "configure: failed program was:" >&5 11145 echo "$as_me: failed program was:" >&5
7323 cat conftest.$ac_ext >&5 11146sed 's/^/| /' conftest.$ac_ext >&5
7324 rm -rf conftest* 11147
7325 rxvt_cv_xpointer=no 11148rxvt_cv_xpointer=no
7326fi 11149fi
7327rm -f conftest* 11150rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7328fi 11151fi
7329 11152echo "$as_me:$LINENO: result: $rxvt_cv_xpointer" >&5
7330echo "$ac_t""$rxvt_cv_xpointer" 1>&6 11153echo "${ECHO_T}$rxvt_cv_xpointer" >&6
7331if test x$rxvt_cv_xpointer = xyes; then 11154if test x$rxvt_cv_xpointer = xyes; then
11155
7332 cat >> confdefs.h <<\EOF 11156cat >>confdefs.h <<\_ACEOF
7333#define HAVE_XPOINTER 1 11157#define HAVE_XPOINTER 1
7334EOF 11158_ACEOF
7335 11159
7336fi 11160fi
7337LIBS=$ac_save_LIBS 11161LIBS=$ac_save_LIBS
7338CFLAGS=$ac_save_CFLAGS 11162CFLAGS=$ac_save_CFLAGS
7339 11163
7340 11164
7341echo $ac_n "checking for working const""... $ac_c" 1>&6 11165echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
7342echo "configure:7343: checking for working const" >&5 11166echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
7343if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then 11167if test "${ac_cv_c_const+set}" = set; then
7344 echo $ac_n "(cached) $ac_c" 1>&6 11168 echo $ECHO_N "(cached) $ECHO_C" >&6
7345else 11169else
7346 cat > conftest.$ac_ext <<EOF 11170 cat >conftest.$ac_ext <<_ACEOF
7347#line 7348 "configure" 11171/* confdefs.h. */
7348#include "confdefs.h" 11172_ACEOF
11173cat confdefs.h >>conftest.$ac_ext
11174cat >>conftest.$ac_ext <<_ACEOF
11175/* end confdefs.h. */
7349 11176
7350int main() { 11177int
7351 11178main ()
11179{
11180/* FIXME: Include the comments suggested by Paul. */
11181#ifndef __cplusplus
7352/* Ultrix mips cc rejects this. */ 11182 /* Ultrix mips cc rejects this. */
7353typedef int charset[2]; const charset x; 11183 typedef int charset[2];
11184 const charset x;
7354/* SunOS 4.1.1 cc rejects this. */ 11185 /* SunOS 4.1.1 cc rejects this. */
7355char const *const *ccp; 11186 char const *const *ccp;
7356char **p; 11187 char **p;
7357/* NEC SVR4.0.2 mips cc rejects this. */ 11188 /* NEC SVR4.0.2 mips cc rejects this. */
7358struct point {int x, y;}; 11189 struct point {int x, y;};
7359static struct point const zero = {0,0}; 11190 static struct point const zero = {0,0};
7360/* AIX XL C 1.02.0.0 rejects this. 11191 /* AIX XL C 1.02.0.0 rejects this.
7361 It does not let you subtract one const X* pointer from another in an arm 11192 It does not let you subtract one const X* pointer from another in
7362 of an if-expression whose if-part is not a constant expression */ 11193 an arm of an if-expression whose if-part is not a constant
11194 expression */
7363const char *g = "string"; 11195 const char *g = "string";
7364ccp = &g + (g ? g-g : 0); 11196 ccp = &g + (g ? g-g : 0);
7365/* HPUX 7.0 cc rejects these. */ 11197 /* HPUX 7.0 cc rejects these. */
7366++ccp; 11198 ++ccp;
7367p = (char**) ccp; 11199 p = (char**) ccp;
7368ccp = (char const *const *) p; 11200 ccp = (char const *const *) p;
7369{ /* SCO 3.2v4 cc rejects this. */ 11201 { /* SCO 3.2v4 cc rejects this. */
7370 char *t; 11202 char *t;
7371 char const *s = 0 ? (char *) 0 : (char const *) 0; 11203 char const *s = 0 ? (char *) 0 : (char const *) 0;
7372 11204
7373 *t++ = 0; 11205 *t++ = 0;
11206 }
11207 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
11208 int x[] = {25, 17};
11209 const int *foo = &x[0];
11210 ++foo;
11211 }
11212 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
11213 typedef const int *iptr;
11214 iptr p = 0;
11215 ++p;
11216 }
11217 { /* AIX XL C 1.02.0.0 rejects this saying
11218 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
11219 struct s { int j; const int *ap[3]; };
11220 struct s *b; b->j = 5;
11221 }
11222 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
11223 const int foo = 10;
11224 }
11225#endif
11226
11227 ;
11228 return 0;
7374} 11229}
7375{ /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ 11230_ACEOF
7376 int x[] = {25, 17}; 11231rm -f conftest.$ac_objext
7377 const int *foo = &x[0]; 11232if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7378 ++foo; 11233 (eval $ac_compile) 2>conftest.er1
7379} 11234 ac_status=$?
7380{ /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ 11235 grep -v '^ *+' conftest.er1 >conftest.err
7381 typedef const int *iptr;
7382 iptr p = 0;
7383 ++p;
7384}
7385{ /* AIX XL C 1.02.0.0 rejects this saying
7386 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
7387 struct s { int j; const int *ap[3]; };
7388 struct s *b; b->j = 5;
7389}
7390{ /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
7391 const int foo = 10;
7392}
7393
7394; return 0; }
7395EOF
7396if { (eval echo configure:7397: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7397 rm -rf conftest* 11236 rm -f conftest.er1
11237 cat conftest.err >&5
11238 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11239 (exit $ac_status); } &&
11240 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11241 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11242 (eval $ac_try) 2>&5
11243 ac_status=$?
11244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11245 (exit $ac_status); }; } &&
11246 { ac_try='test -s conftest.$ac_objext'
11247 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11248 (eval $ac_try) 2>&5
11249 ac_status=$?
11250 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11251 (exit $ac_status); }; }; then
7398 ac_cv_c_const=yes 11252 ac_cv_c_const=yes
7399else 11253else
7400 echo "configure: failed program was:" >&5 11254 echo "$as_me: failed program was:" >&5
7401 cat conftest.$ac_ext >&5 11255sed 's/^/| /' conftest.$ac_ext >&5
7402 rm -rf conftest* 11256
7403 ac_cv_c_const=no 11257ac_cv_c_const=no
7404fi 11258fi
7405rm -f conftest* 11259rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7406fi 11260fi
7407 11261echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
7408echo "$ac_t""$ac_cv_c_const" 1>&6 11262echo "${ECHO_T}$ac_cv_c_const" >&6
7409if test $ac_cv_c_const = no; then 11263if test $ac_cv_c_const = no; then
11264
7410 cat >> confdefs.h <<\EOF 11265cat >>confdefs.h <<\_ACEOF
7411#define const 11266#define const
7412EOF 11267_ACEOF
7413 11268
7414fi 11269fi
7415 11270
11271echo "$as_me:$LINENO: checking for inline" >&5
7416echo $ac_n "checking for inline""... $ac_c" 1>&6 11272echo $ECHO_N "checking for inline... $ECHO_C" >&6
7417echo "configure:7418: checking for inline" >&5
7418if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then 11273if test "${ac_cv_c_inline+set}" = set; then
7419 echo $ac_n "(cached) $ac_c" 1>&6 11274 echo $ECHO_N "(cached) $ECHO_C" >&6
7420else 11275else
7421 ac_cv_c_inline=no 11276 ac_cv_c_inline=no
7422for ac_kw in inline __inline__ __inline; do 11277for ac_kw in inline __inline__ __inline; do
7423 cat > conftest.$ac_ext <<EOF 11278 cat >conftest.$ac_ext <<_ACEOF
7424#line 7425 "configure" 11279/* confdefs.h. */
7425#include "confdefs.h" 11280_ACEOF
11281cat confdefs.h >>conftest.$ac_ext
11282cat >>conftest.$ac_ext <<_ACEOF
11283/* end confdefs.h. */
11284#ifndef __cplusplus
11285typedef int foo_t;
11286static $ac_kw foo_t static_foo () {return 0; }
11287$ac_kw foo_t foo () {return 0; }
11288#endif
7426 11289
7427int main() { 11290_ACEOF
7428} $ac_kw foo() { 11291rm -f conftest.$ac_objext
7429; return 0; } 11292if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7430EOF 11293 (eval $ac_compile) 2>conftest.er1
7431if { (eval echo configure:7432: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 11294 ac_status=$?
11295 grep -v '^ *+' conftest.er1 >conftest.err
7432 rm -rf conftest* 11296 rm -f conftest.er1
11297 cat conftest.err >&5
11298 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11299 (exit $ac_status); } &&
11300 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11301 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11302 (eval $ac_try) 2>&5
11303 ac_status=$?
11304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11305 (exit $ac_status); }; } &&
11306 { ac_try='test -s conftest.$ac_objext'
11307 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11308 (eval $ac_try) 2>&5
11309 ac_status=$?
11310 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11311 (exit $ac_status); }; }; then
7433 ac_cv_c_inline=$ac_kw; break 11312 ac_cv_c_inline=$ac_kw; break
7434else 11313else
7435 echo "configure: failed program was:" >&5 11314 echo "$as_me: failed program was:" >&5
11315sed 's/^/| /' conftest.$ac_ext >&5
11316
11317fi
11318rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11319done
11320
11321fi
11322echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
11323echo "${ECHO_T}$ac_cv_c_inline" >&6
11324
11325
11326case $ac_cv_c_inline in
11327 inline | yes) ;;
11328 *)
11329 case $ac_cv_c_inline in
11330 no) ac_val=;;
11331 *) ac_val=$ac_cv_c_inline;;
11332 esac
11333 cat >>confdefs.h <<_ACEOF
11334#ifndef __cplusplus
11335#define inline $ac_val
11336#endif
11337_ACEOF
11338 ;;
11339esac
11340
11341
11342
11343echo "$as_me:$LINENO: checking for mode_t" >&5
11344echo $ECHO_N "checking for mode_t... $ECHO_C" >&6
11345if test "${ac_cv_type_mode_t+set}" = set; then
11346 echo $ECHO_N "(cached) $ECHO_C" >&6
11347else
11348 cat >conftest.$ac_ext <<_ACEOF
11349/* confdefs.h. */
11350_ACEOF
11351cat confdefs.h >>conftest.$ac_ext
11352cat >>conftest.$ac_ext <<_ACEOF
11353/* end confdefs.h. */
11354$ac_includes_default
11355int
11356main ()
11357{
11358if ((mode_t *) 0)
11359 return 0;
11360if (sizeof (mode_t))
11361 return 0;
11362 ;
11363 return 0;
11364}
11365_ACEOF
11366rm -f conftest.$ac_objext
11367if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11368 (eval $ac_compile) 2>conftest.er1
11369 ac_status=$?
11370 grep -v '^ *+' conftest.er1 >conftest.err
11371 rm -f conftest.er1
7436 cat conftest.$ac_ext >&5 11372 cat conftest.err >&5
11373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11374 (exit $ac_status); } &&
11375 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11376 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11377 (eval $ac_try) 2>&5
11378 ac_status=$?
11379 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11380 (exit $ac_status); }; } &&
11381 { ac_try='test -s conftest.$ac_objext'
11382 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11383 (eval $ac_try) 2>&5
11384 ac_status=$?
11385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11386 (exit $ac_status); }; }; then
11387 ac_cv_type_mode_t=yes
11388else
11389 echo "$as_me: failed program was:" >&5
11390sed 's/^/| /' conftest.$ac_ext >&5
11391
11392ac_cv_type_mode_t=no
11393fi
11394rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11395fi
11396echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
11397echo "${ECHO_T}$ac_cv_type_mode_t" >&6
11398if test $ac_cv_type_mode_t = yes; then
11399 :
11400else
11401
11402cat >>confdefs.h <<_ACEOF
11403#define mode_t int
11404_ACEOF
11405
11406fi
11407
11408echo "$as_me:$LINENO: checking for pid_t" >&5
11409echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
11410if test "${ac_cv_type_pid_t+set}" = set; then
11411 echo $ECHO_N "(cached) $ECHO_C" >&6
11412else
11413 cat >conftest.$ac_ext <<_ACEOF
11414/* confdefs.h. */
11415_ACEOF
11416cat confdefs.h >>conftest.$ac_ext
11417cat >>conftest.$ac_ext <<_ACEOF
11418/* end confdefs.h. */
11419$ac_includes_default
11420int
11421main ()
11422{
11423if ((pid_t *) 0)
11424 return 0;
11425if (sizeof (pid_t))
11426 return 0;
11427 ;
11428 return 0;
11429}
11430_ACEOF
11431rm -f conftest.$ac_objext
11432if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11433 (eval $ac_compile) 2>conftest.er1
11434 ac_status=$?
11435 grep -v '^ *+' conftest.er1 >conftest.err
11436 rm -f conftest.er1
11437 cat conftest.err >&5
11438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11439 (exit $ac_status); } &&
11440 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11441 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11442 (eval $ac_try) 2>&5
11443 ac_status=$?
11444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11445 (exit $ac_status); }; } &&
11446 { ac_try='test -s conftest.$ac_objext'
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); }; }; then
11452 ac_cv_type_pid_t=yes
11453else
11454 echo "$as_me: failed program was:" >&5
11455sed 's/^/| /' conftest.$ac_ext >&5
11456
11457ac_cv_type_pid_t=no
11458fi
11459rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11460fi
11461echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
11462echo "${ECHO_T}$ac_cv_type_pid_t" >&6
11463if test $ac_cv_type_pid_t = yes; then
11464 :
11465else
11466
11467cat >>confdefs.h <<_ACEOF
11468#define pid_t int
11469_ACEOF
11470
11471fi
11472
11473echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5
11474echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6
11475if test "${ac_cv_type_uid_t+set}" = set; then
11476 echo $ECHO_N "(cached) $ECHO_C" >&6
11477else
11478 cat >conftest.$ac_ext <<_ACEOF
11479/* confdefs.h. */
11480_ACEOF
11481cat confdefs.h >>conftest.$ac_ext
11482cat >>conftest.$ac_ext <<_ACEOF
11483/* end confdefs.h. */
11484#include <sys/types.h>
11485
11486_ACEOF
11487if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11488 $EGREP "uid_t" >/dev/null 2>&1; then
11489 ac_cv_type_uid_t=yes
11490else
11491 ac_cv_type_uid_t=no
7437fi 11492fi
7438rm -f conftest* 11493rm -f conftest*
11494
11495fi
11496echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5
11497echo "${ECHO_T}$ac_cv_type_uid_t" >&6
11498if test $ac_cv_type_uid_t = no; then
11499
11500cat >>confdefs.h <<\_ACEOF
11501#define uid_t int
11502_ACEOF
11503
11504
11505cat >>confdefs.h <<\_ACEOF
11506#define gid_t int
11507_ACEOF
11508
11509fi
11510
11511
11512
11513echo "$as_me:$LINENO: checking for char" >&5
11514echo $ECHO_N "checking for char... $ECHO_C" >&6
11515if test "${ac_cv_type_char+set}" = set; then
11516 echo $ECHO_N "(cached) $ECHO_C" >&6
11517else
11518 cat >conftest.$ac_ext <<_ACEOF
11519/* confdefs.h. */
11520_ACEOF
11521cat confdefs.h >>conftest.$ac_ext
11522cat >>conftest.$ac_ext <<_ACEOF
11523/* end confdefs.h. */
11524$ac_includes_default
11525int
11526main ()
11527{
11528if ((char *) 0)
11529 return 0;
11530if (sizeof (char))
11531 return 0;
11532 ;
11533 return 0;
11534}
11535_ACEOF
11536rm -f conftest.$ac_objext
11537if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11538 (eval $ac_compile) 2>conftest.er1
11539 ac_status=$?
11540 grep -v '^ *+' conftest.er1 >conftest.err
11541 rm -f conftest.er1
11542 cat conftest.err >&5
11543 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11544 (exit $ac_status); } &&
11545 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11546 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11547 (eval $ac_try) 2>&5
11548 ac_status=$?
11549 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11550 (exit $ac_status); }; } &&
11551 { ac_try='test -s conftest.$ac_objext'
11552 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11553 (eval $ac_try) 2>&5
11554 ac_status=$?
11555 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11556 (exit $ac_status); }; }; then
11557 ac_cv_type_char=yes
11558else
11559 echo "$as_me: failed program was:" >&5
11560sed 's/^/| /' conftest.$ac_ext >&5
11561
11562ac_cv_type_char=no
11563fi
11564rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11565fi
11566echo "$as_me:$LINENO: result: $ac_cv_type_char" >&5
11567echo "${ECHO_T}$ac_cv_type_char" >&6
11568
11569echo "$as_me:$LINENO: checking size of char" >&5
11570echo $ECHO_N "checking size of char... $ECHO_C" >&6
11571if test "${ac_cv_sizeof_char+set}" = set; then
11572 echo $ECHO_N "(cached) $ECHO_C" >&6
11573else
11574 if test "$ac_cv_type_char" = yes; then
11575 # The cast to unsigned long works around a bug in the HP C Compiler
11576 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
11577 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
11578 # This bug is HP SR number 8606223364.
11579 if test "$cross_compiling" = yes; then
11580 # Depending upon the size, compute the lo and hi bounds.
11581cat >conftest.$ac_ext <<_ACEOF
11582/* confdefs.h. */
11583_ACEOF
11584cat confdefs.h >>conftest.$ac_ext
11585cat >>conftest.$ac_ext <<_ACEOF
11586/* end confdefs.h. */
11587$ac_includes_default
11588int
11589main ()
11590{
11591static int test_array [1 - 2 * !(((long) (sizeof (char))) >= 0)];
11592test_array [0] = 0
11593
11594 ;
11595 return 0;
11596}
11597_ACEOF
11598rm -f conftest.$ac_objext
11599if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11600 (eval $ac_compile) 2>conftest.er1
11601 ac_status=$?
11602 grep -v '^ *+' conftest.er1 >conftest.err
11603 rm -f conftest.er1
11604 cat conftest.err >&5
11605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11606 (exit $ac_status); } &&
11607 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11608 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11609 (eval $ac_try) 2>&5
11610 ac_status=$?
11611 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11612 (exit $ac_status); }; } &&
11613 { ac_try='test -s conftest.$ac_objext'
11614 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11615 (eval $ac_try) 2>&5
11616 ac_status=$?
11617 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11618 (exit $ac_status); }; }; then
11619 ac_lo=0 ac_mid=0
11620 while :; do
11621 cat >conftest.$ac_ext <<_ACEOF
11622/* confdefs.h. */
11623_ACEOF
11624cat confdefs.h >>conftest.$ac_ext
11625cat >>conftest.$ac_ext <<_ACEOF
11626/* end confdefs.h. */
11627$ac_includes_default
11628int
11629main ()
11630{
11631static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
11632test_array [0] = 0
11633
11634 ;
11635 return 0;
11636}
11637_ACEOF
11638rm -f conftest.$ac_objext
11639if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11640 (eval $ac_compile) 2>conftest.er1
11641 ac_status=$?
11642 grep -v '^ *+' conftest.er1 >conftest.err
11643 rm -f conftest.er1
11644 cat conftest.err >&5
11645 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11646 (exit $ac_status); } &&
11647 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11648 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11649 (eval $ac_try) 2>&5
11650 ac_status=$?
11651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11652 (exit $ac_status); }; } &&
11653 { ac_try='test -s conftest.$ac_objext'
11654 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11655 (eval $ac_try) 2>&5
11656 ac_status=$?
11657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11658 (exit $ac_status); }; }; then
11659 ac_hi=$ac_mid; break
11660else
11661 echo "$as_me: failed program was:" >&5
11662sed 's/^/| /' conftest.$ac_ext >&5
11663
11664ac_lo=`expr $ac_mid + 1`
11665 if test $ac_lo -le $ac_mid; then
11666 ac_lo= ac_hi=
11667 break
11668 fi
11669 ac_mid=`expr 2 '*' $ac_mid + 1`
11670fi
11671rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11672 done
11673else
11674 echo "$as_me: failed program was:" >&5
11675sed 's/^/| /' conftest.$ac_ext >&5
11676
11677cat >conftest.$ac_ext <<_ACEOF
11678/* confdefs.h. */
11679_ACEOF
11680cat confdefs.h >>conftest.$ac_ext
11681cat >>conftest.$ac_ext <<_ACEOF
11682/* end confdefs.h. */
11683$ac_includes_default
11684int
11685main ()
11686{
11687static int test_array [1 - 2 * !(((long) (sizeof (char))) < 0)];
11688test_array [0] = 0
11689
11690 ;
11691 return 0;
11692}
11693_ACEOF
11694rm -f conftest.$ac_objext
11695if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11696 (eval $ac_compile) 2>conftest.er1
11697 ac_status=$?
11698 grep -v '^ *+' conftest.er1 >conftest.err
11699 rm -f conftest.er1
11700 cat conftest.err >&5
11701 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11702 (exit $ac_status); } &&
11703 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11704 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11705 (eval $ac_try) 2>&5
11706 ac_status=$?
11707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11708 (exit $ac_status); }; } &&
11709 { ac_try='test -s conftest.$ac_objext'
11710 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11711 (eval $ac_try) 2>&5
11712 ac_status=$?
11713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11714 (exit $ac_status); }; }; then
11715 ac_hi=-1 ac_mid=-1
11716 while :; do
11717 cat >conftest.$ac_ext <<_ACEOF
11718/* confdefs.h. */
11719_ACEOF
11720cat confdefs.h >>conftest.$ac_ext
11721cat >>conftest.$ac_ext <<_ACEOF
11722/* end confdefs.h. */
11723$ac_includes_default
11724int
11725main ()
11726{
11727static int test_array [1 - 2 * !(((long) (sizeof (char))) >= $ac_mid)];
11728test_array [0] = 0
11729
11730 ;
11731 return 0;
11732}
11733_ACEOF
11734rm -f conftest.$ac_objext
11735if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11736 (eval $ac_compile) 2>conftest.er1
11737 ac_status=$?
11738 grep -v '^ *+' conftest.er1 >conftest.err
11739 rm -f conftest.er1
11740 cat conftest.err >&5
11741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11742 (exit $ac_status); } &&
11743 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11744 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11745 (eval $ac_try) 2>&5
11746 ac_status=$?
11747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11748 (exit $ac_status); }; } &&
11749 { ac_try='test -s conftest.$ac_objext'
11750 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11751 (eval $ac_try) 2>&5
11752 ac_status=$?
11753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11754 (exit $ac_status); }; }; then
11755 ac_lo=$ac_mid; break
11756else
11757 echo "$as_me: failed program was:" >&5
11758sed 's/^/| /' conftest.$ac_ext >&5
11759
11760ac_hi=`expr '(' $ac_mid ')' - 1`
11761 if test $ac_mid -le $ac_hi; then
11762 ac_lo= ac_hi=
11763 break
11764 fi
11765 ac_mid=`expr 2 '*' $ac_mid`
11766fi
11767rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11768 done
11769else
11770 echo "$as_me: failed program was:" >&5
11771sed 's/^/| /' conftest.$ac_ext >&5
11772
11773ac_lo= ac_hi=
11774fi
11775rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11776fi
11777rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11778# Binary search between lo and hi bounds.
11779while test "x$ac_lo" != "x$ac_hi"; do
11780 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
11781 cat >conftest.$ac_ext <<_ACEOF
11782/* confdefs.h. */
11783_ACEOF
11784cat confdefs.h >>conftest.$ac_ext
11785cat >>conftest.$ac_ext <<_ACEOF
11786/* end confdefs.h. */
11787$ac_includes_default
11788int
11789main ()
11790{
11791static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
11792test_array [0] = 0
11793
11794 ;
11795 return 0;
11796}
11797_ACEOF
11798rm -f conftest.$ac_objext
11799if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11800 (eval $ac_compile) 2>conftest.er1
11801 ac_status=$?
11802 grep -v '^ *+' conftest.er1 >conftest.err
11803 rm -f conftest.er1
11804 cat conftest.err >&5
11805 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11806 (exit $ac_status); } &&
11807 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11808 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11809 (eval $ac_try) 2>&5
11810 ac_status=$?
11811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11812 (exit $ac_status); }; } &&
11813 { ac_try='test -s conftest.$ac_objext'
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); }; }; then
11819 ac_hi=$ac_mid
11820else
11821 echo "$as_me: failed program was:" >&5
11822sed 's/^/| /' conftest.$ac_ext >&5
11823
11824ac_lo=`expr '(' $ac_mid ')' + 1`
11825fi
11826rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7439done 11827done
7440 11828case $ac_lo in
7441fi 11829?*) ac_cv_sizeof_char=$ac_lo;;
7442 11830'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
7443echo "$ac_t""$ac_cv_c_inline" 1>&6 11831See \`config.log' for more details." >&5
7444case "$ac_cv_c_inline" in 11832echo "$as_me: error: cannot compute sizeof (char), 77
7445 inline | yes) ;; 11833See \`config.log' for more details." >&2;}
7446 no) cat >> confdefs.h <<\EOF 11834 { (exit 1); exit 1; }; } ;;
7447#define inline
7448EOF
7449 ;;
7450 *) cat >> confdefs.h <<EOF
7451#define inline $ac_cv_c_inline
7452EOF
7453 ;;
7454esac 11835esac
7455
7456
7457
7458echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
7459echo "configure:7460: checking for ANSI C header files" >&5
7460if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
7461 echo $ac_n "(cached) $ac_c" 1>&6
7462else 11836else
11837 if test "$cross_compiling" = yes; then
11838 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
11839echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
11840 { (exit 1); exit 1; }; }
11841else
7463 cat > conftest.$ac_ext <<EOF 11842 cat >conftest.$ac_ext <<_ACEOF
7464#line 7465 "configure" 11843/* confdefs.h. */
7465#include "confdefs.h" 11844_ACEOF
11845cat confdefs.h >>conftest.$ac_ext
11846cat >>conftest.$ac_ext <<_ACEOF
11847/* end confdefs.h. */
11848$ac_includes_default
11849long longval () { return (long) (sizeof (char)); }
11850unsigned long ulongval () { return (long) (sizeof (char)); }
11851#include <stdio.h>
7466#include <stdlib.h> 11852#include <stdlib.h>
7467#include <stdarg.h> 11853int
7468#include <string.h> 11854main ()
7469#include <float.h> 11855{
7470EOF 11856
7471ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 11857 FILE *f = fopen ("conftest.val", "w");
7472{ (eval echo configure:7473: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 11858 if (! f)
7473ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 11859 exit (1);
7474if test -z "$ac_err"; then 11860 if (((long) (sizeof (char))) < 0)
7475 rm -rf conftest* 11861 {
7476 ac_cv_header_stdc=yes 11862 long i = longval ();
11863 if (i != ((long) (sizeof (char))))
11864 exit (1);
11865 fprintf (f, "%ld\n", i);
11866 }
7477else 11867 else
7478 echo "$ac_err" >&5 11868 {
11869 unsigned long i = ulongval ();
11870 if (i != ((long) (sizeof (char))))
11871 exit (1);
11872 fprintf (f, "%lu\n", i);
11873 }
11874 exit (ferror (f) || fclose (f) != 0);
11875
11876 ;
11877 return 0;
11878}
11879_ACEOF
11880rm -f conftest$ac_exeext
11881if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11882 (eval $ac_link) 2>&5
11883 ac_status=$?
11884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11885 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11886 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11887 (eval $ac_try) 2>&5
11888 ac_status=$?
11889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11890 (exit $ac_status); }; }; then
11891 ac_cv_sizeof_char=`cat conftest.val`
11892else
11893 echo "$as_me: program exited with status $ac_status" >&5
7479 echo "configure: failed program was:" >&5 11894echo "$as_me: failed program was:" >&5
7480 cat conftest.$ac_ext >&5 11895sed 's/^/| /' conftest.$ac_ext >&5
7481 rm -rf conftest* 11896
7482 ac_cv_header_stdc=no 11897( exit $ac_status )
11898{ { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
11899See \`config.log' for more details." >&5
11900echo "$as_me: error: cannot compute sizeof (char), 77
11901See \`config.log' for more details." >&2;}
11902 { (exit 1); exit 1; }; }
7483fi 11903fi
11904rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11905fi
11906fi
7484rm -f conftest* 11907rm -f conftest.val
11908else
11909 ac_cv_sizeof_char=0
11910fi
11911fi
11912echo "$as_me:$LINENO: result: $ac_cv_sizeof_char" >&5
11913echo "${ECHO_T}$ac_cv_sizeof_char" >&6
11914cat >>confdefs.h <<_ACEOF
11915#define SIZEOF_CHAR $ac_cv_sizeof_char
11916_ACEOF
7485 11917
11918
11919echo "$as_me:$LINENO: checking for short" >&5
11920echo $ECHO_N "checking for short... $ECHO_C" >&6
11921if test "${ac_cv_type_short+set}" = set; then
11922 echo $ECHO_N "(cached) $ECHO_C" >&6
11923else
11924 cat >conftest.$ac_ext <<_ACEOF
11925/* confdefs.h. */
11926_ACEOF
11927cat confdefs.h >>conftest.$ac_ext
11928cat >>conftest.$ac_ext <<_ACEOF
11929/* end confdefs.h. */
11930$ac_includes_default
11931int
11932main ()
11933{
11934if ((short *) 0)
11935 return 0;
11936if (sizeof (short))
11937 return 0;
11938 ;
11939 return 0;
11940}
11941_ACEOF
11942rm -f conftest.$ac_objext
11943if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11944 (eval $ac_compile) 2>conftest.er1
11945 ac_status=$?
11946 grep -v '^ *+' conftest.er1 >conftest.err
11947 rm -f conftest.er1
11948 cat conftest.err >&5
11949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11950 (exit $ac_status); } &&
11951 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11952 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11953 (eval $ac_try) 2>&5
11954 ac_status=$?
11955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11956 (exit $ac_status); }; } &&
11957 { ac_try='test -s conftest.$ac_objext'
11958 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11959 (eval $ac_try) 2>&5
11960 ac_status=$?
11961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11962 (exit $ac_status); }; }; then
11963 ac_cv_type_short=yes
11964else
11965 echo "$as_me: failed program was:" >&5
11966sed 's/^/| /' conftest.$ac_ext >&5
11967
11968ac_cv_type_short=no
11969fi
11970rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11971fi
11972echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
11973echo "${ECHO_T}$ac_cv_type_short" >&6
11974
11975echo "$as_me:$LINENO: checking size of short" >&5
11976echo $ECHO_N "checking size of short... $ECHO_C" >&6
11977if test "${ac_cv_sizeof_short+set}" = set; then
11978 echo $ECHO_N "(cached) $ECHO_C" >&6
11979else
7486if test $ac_cv_header_stdc = yes; then 11980 if test "$ac_cv_type_short" = yes; then
7487 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 11981 # The cast to unsigned long works around a bug in the HP C Compiler
11982 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
11983 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
11984 # This bug is HP SR number 8606223364.
11985 if test "$cross_compiling" = yes; then
11986 # Depending upon the size, compute the lo and hi bounds.
7488cat > conftest.$ac_ext <<EOF 11987cat >conftest.$ac_ext <<_ACEOF
7489#line 7490 "configure" 11988/* confdefs.h. */
7490#include "confdefs.h" 11989_ACEOF
7491#include <string.h> 11990cat confdefs.h >>conftest.$ac_ext
7492EOF 11991cat >>conftest.$ac_ext <<_ACEOF
7493if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 11992/* end confdefs.h. */
7494 egrep "memchr" >/dev/null 2>&1; then 11993$ac_includes_default
7495 : 11994int
7496else 11995main ()
11996{
11997static int test_array [1 - 2 * !(((long) (sizeof (short))) >= 0)];
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
7497 rm -rf conftest* 12009 rm -f conftest.er1
7498 ac_cv_header_stdc=no 12010 cat conftest.err >&5
7499fi 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_lo=0 ac_mid=0
12026 while :; do
12027 cat >conftest.$ac_ext <<_ACEOF
12028/* confdefs.h. */
12029_ACEOF
12030cat confdefs.h >>conftest.$ac_ext
12031cat >>conftest.$ac_ext <<_ACEOF
12032/* end confdefs.h. */
12033$ac_includes_default
12034int
12035main ()
12036{
12037static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
12038test_array [0] = 0
12039
12040 ;
12041 return 0;
12042}
12043_ACEOF
12044rm -f conftest.$ac_objext
12045if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12046 (eval $ac_compile) 2>conftest.er1
12047 ac_status=$?
12048 grep -v '^ *+' conftest.er1 >conftest.err
7500rm -f conftest* 12049 rm -f conftest.er1
12050 cat conftest.err >&5
12051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12052 (exit $ac_status); } &&
12053 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12054 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12055 (eval $ac_try) 2>&5
12056 ac_status=$?
12057 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12058 (exit $ac_status); }; } &&
12059 { ac_try='test -s conftest.$ac_objext'
12060 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12061 (eval $ac_try) 2>&5
12062 ac_status=$?
12063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12064 (exit $ac_status); }; }; then
12065 ac_hi=$ac_mid; break
12066else
12067 echo "$as_me: failed program was:" >&5
12068sed 's/^/| /' conftest.$ac_ext >&5
7501 12069
12070ac_lo=`expr $ac_mid + 1`
12071 if test $ac_lo -le $ac_mid; then
12072 ac_lo= ac_hi=
12073 break
12074 fi
12075 ac_mid=`expr 2 '*' $ac_mid + 1`
7502fi 12076fi
12077rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12078 done
12079else
12080 echo "$as_me: failed program was:" >&5
12081sed 's/^/| /' conftest.$ac_ext >&5
7503 12082
7504if test $ac_cv_header_stdc = yes; then
7505 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7506cat > conftest.$ac_ext <<EOF 12083cat >conftest.$ac_ext <<_ACEOF
7507#line 7508 "configure" 12084/* confdefs.h. */
7508#include "confdefs.h" 12085_ACEOF
12086cat confdefs.h >>conftest.$ac_ext
12087cat >>conftest.$ac_ext <<_ACEOF
12088/* end confdefs.h. */
12089$ac_includes_default
12090int
12091main ()
12092{
12093static int test_array [1 - 2 * !(((long) (sizeof (short))) < 0)];
12094test_array [0] = 0
12095
12096 ;
12097 return 0;
12098}
12099_ACEOF
12100rm -f conftest.$ac_objext
12101if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12102 (eval $ac_compile) 2>conftest.er1
12103 ac_status=$?
12104 grep -v '^ *+' conftest.er1 >conftest.err
12105 rm -f conftest.er1
12106 cat conftest.err >&5
12107 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12108 (exit $ac_status); } &&
12109 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12110 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12111 (eval $ac_try) 2>&5
12112 ac_status=$?
12113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12114 (exit $ac_status); }; } &&
12115 { ac_try='test -s conftest.$ac_objext'
12116 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12117 (eval $ac_try) 2>&5
12118 ac_status=$?
12119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12120 (exit $ac_status); }; }; then
12121 ac_hi=-1 ac_mid=-1
12122 while :; do
12123 cat >conftest.$ac_ext <<_ACEOF
12124/* confdefs.h. */
12125_ACEOF
12126cat confdefs.h >>conftest.$ac_ext
12127cat >>conftest.$ac_ext <<_ACEOF
12128/* end confdefs.h. */
12129$ac_includes_default
12130int
12131main ()
12132{
12133static int test_array [1 - 2 * !(((long) (sizeof (short))) >= $ac_mid)];
12134test_array [0] = 0
12135
12136 ;
12137 return 0;
12138}
12139_ACEOF
12140rm -f conftest.$ac_objext
12141if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12142 (eval $ac_compile) 2>conftest.er1
12143 ac_status=$?
12144 grep -v '^ *+' conftest.er1 >conftest.err
12145 rm -f conftest.er1
12146 cat conftest.err >&5
12147 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12148 (exit $ac_status); } &&
12149 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12150 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12151 (eval $ac_try) 2>&5
12152 ac_status=$?
12153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12154 (exit $ac_status); }; } &&
12155 { ac_try='test -s conftest.$ac_objext'
12156 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12157 (eval $ac_try) 2>&5
12158 ac_status=$?
12159 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12160 (exit $ac_status); }; }; then
12161 ac_lo=$ac_mid; break
12162else
12163 echo "$as_me: failed program was:" >&5
12164sed 's/^/| /' conftest.$ac_ext >&5
12165
12166ac_hi=`expr '(' $ac_mid ')' - 1`
12167 if test $ac_mid -le $ac_hi; then
12168 ac_lo= ac_hi=
12169 break
12170 fi
12171 ac_mid=`expr 2 '*' $ac_mid`
12172fi
12173rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12174 done
12175else
12176 echo "$as_me: failed program was:" >&5
12177sed 's/^/| /' conftest.$ac_ext >&5
12178
12179ac_lo= ac_hi=
12180fi
12181rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12182fi
12183rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12184# Binary search between lo and hi bounds.
12185while test "x$ac_lo" != "x$ac_hi"; do
12186 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
12187 cat >conftest.$ac_ext <<_ACEOF
12188/* confdefs.h. */
12189_ACEOF
12190cat confdefs.h >>conftest.$ac_ext
12191cat >>conftest.$ac_ext <<_ACEOF
12192/* end confdefs.h. */
12193$ac_includes_default
12194int
12195main ()
12196{
12197static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
12198test_array [0] = 0
12199
12200 ;
12201 return 0;
12202}
12203_ACEOF
12204rm -f conftest.$ac_objext
12205if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12206 (eval $ac_compile) 2>conftest.er1
12207 ac_status=$?
12208 grep -v '^ *+' conftest.er1 >conftest.err
12209 rm -f conftest.er1
12210 cat conftest.err >&5
12211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12212 (exit $ac_status); } &&
12213 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12214 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12215 (eval $ac_try) 2>&5
12216 ac_status=$?
12217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12218 (exit $ac_status); }; } &&
12219 { ac_try='test -s conftest.$ac_objext'
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); }; }; then
12225 ac_hi=$ac_mid
12226else
12227 echo "$as_me: failed program was:" >&5
12228sed 's/^/| /' conftest.$ac_ext >&5
12229
12230ac_lo=`expr '(' $ac_mid ')' + 1`
12231fi
12232rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12233done
12234case $ac_lo in
12235?*) ac_cv_sizeof_short=$ac_lo;;
12236'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
12237See \`config.log' for more details." >&5
12238echo "$as_me: error: cannot compute sizeof (short), 77
12239See \`config.log' for more details." >&2;}
12240 { (exit 1); exit 1; }; } ;;
12241esac
12242else
12243 if test "$cross_compiling" = yes; then
12244 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
12245echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
12246 { (exit 1); exit 1; }; }
12247else
12248 cat >conftest.$ac_ext <<_ACEOF
12249/* confdefs.h. */
12250_ACEOF
12251cat confdefs.h >>conftest.$ac_ext
12252cat >>conftest.$ac_ext <<_ACEOF
12253/* end confdefs.h. */
12254$ac_includes_default
12255long longval () { return (long) (sizeof (short)); }
12256unsigned long ulongval () { return (long) (sizeof (short)); }
12257#include <stdio.h>
7509#include <stdlib.h> 12258#include <stdlib.h>
7510EOF 12259int
7511if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 12260main ()
7512 egrep "free" >/dev/null 2>&1; then 12261{
7513 : 12262
12263 FILE *f = fopen ("conftest.val", "w");
12264 if (! f)
12265 exit (1);
12266 if (((long) (sizeof (short))) < 0)
12267 {
12268 long i = longval ();
12269 if (i != ((long) (sizeof (short))))
12270 exit (1);
12271 fprintf (f, "%ld\n", i);
12272 }
7514else 12273 else
7515 rm -rf conftest* 12274 {
7516 ac_cv_header_stdc=no 12275 unsigned long i = ulongval ();
12276 if (i != ((long) (sizeof (short))))
12277 exit (1);
12278 fprintf (f, "%lu\n", i);
12279 }
12280 exit (ferror (f) || fclose (f) != 0);
12281
12282 ;
12283 return 0;
12284}
12285_ACEOF
12286rm -f conftest$ac_exeext
12287if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12288 (eval $ac_link) 2>&5
12289 ac_status=$?
12290 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12291 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
12292 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12293 (eval $ac_try) 2>&5
12294 ac_status=$?
12295 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12296 (exit $ac_status); }; }; then
12297 ac_cv_sizeof_short=`cat conftest.val`
12298else
12299 echo "$as_me: program exited with status $ac_status" >&5
12300echo "$as_me: failed program was:" >&5
12301sed 's/^/| /' conftest.$ac_ext >&5
12302
12303( exit $ac_status )
12304{ { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
12305See \`config.log' for more details." >&5
12306echo "$as_me: error: cannot compute sizeof (short), 77
12307See \`config.log' for more details." >&2;}
12308 { (exit 1); exit 1; }; }
7517fi 12309fi
12310rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
12311fi
12312fi
7518rm -f conftest* 12313rm -f conftest.val
7519 12314else
12315 ac_cv_sizeof_short=0
7520fi 12316fi
12317fi
12318echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
12319echo "${ECHO_T}$ac_cv_sizeof_short" >&6
12320cat >>confdefs.h <<_ACEOF
12321#define SIZEOF_SHORT $ac_cv_sizeof_short
12322_ACEOF
7521 12323
12324
12325echo "$as_me:$LINENO: checking for int" >&5
12326echo $ECHO_N "checking for int... $ECHO_C" >&6
12327if test "${ac_cv_type_int+set}" = set; then
12328 echo $ECHO_N "(cached) $ECHO_C" >&6
12329else
12330 cat >conftest.$ac_ext <<_ACEOF
12331/* confdefs.h. */
12332_ACEOF
12333cat confdefs.h >>conftest.$ac_ext
12334cat >>conftest.$ac_ext <<_ACEOF
12335/* end confdefs.h. */
12336$ac_includes_default
12337int
12338main ()
12339{
12340if ((int *) 0)
12341 return 0;
12342if (sizeof (int))
12343 return 0;
12344 ;
12345 return 0;
12346}
12347_ACEOF
12348rm -f conftest.$ac_objext
12349if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12350 (eval $ac_compile) 2>conftest.er1
12351 ac_status=$?
12352 grep -v '^ *+' conftest.er1 >conftest.err
12353 rm -f conftest.er1
12354 cat conftest.err >&5
12355 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12356 (exit $ac_status); } &&
12357 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12358 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12359 (eval $ac_try) 2>&5
12360 ac_status=$?
12361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12362 (exit $ac_status); }; } &&
12363 { ac_try='test -s conftest.$ac_objext'
12364 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12365 (eval $ac_try) 2>&5
12366 ac_status=$?
12367 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12368 (exit $ac_status); }; }; then
12369 ac_cv_type_int=yes
12370else
12371 echo "$as_me: failed program was:" >&5
12372sed 's/^/| /' conftest.$ac_ext >&5
12373
12374ac_cv_type_int=no
12375fi
12376rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12377fi
12378echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
12379echo "${ECHO_T}$ac_cv_type_int" >&6
12380
12381echo "$as_me:$LINENO: checking size of int" >&5
12382echo $ECHO_N "checking size of int... $ECHO_C" >&6
12383if test "${ac_cv_sizeof_int+set}" = set; then
12384 echo $ECHO_N "(cached) $ECHO_C" >&6
12385else
7522if test $ac_cv_header_stdc = yes; then 12386 if test "$ac_cv_type_int" = yes; then
7523 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. 12387 # The cast to unsigned long works around a bug in the HP C Compiler
12388 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12389 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12390 # This bug is HP SR number 8606223364.
7524if test "$cross_compiling" = yes; then 12391 if test "$cross_compiling" = yes; then
7525 : 12392 # Depending upon the size, compute the lo and hi bounds.
12393cat >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 (int))) >= 0)];
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_lo=0 ac_mid=0
12432 while :; do
12433 cat >conftest.$ac_ext <<_ACEOF
12434/* confdefs.h. */
12435_ACEOF
12436cat confdefs.h >>conftest.$ac_ext
12437cat >>conftest.$ac_ext <<_ACEOF
12438/* end confdefs.h. */
12439$ac_includes_default
12440int
12441main ()
12442{
12443static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
12444test_array [0] = 0
12445
12446 ;
12447 return 0;
12448}
12449_ACEOF
12450rm -f conftest.$ac_objext
12451if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12452 (eval $ac_compile) 2>conftest.er1
12453 ac_status=$?
12454 grep -v '^ *+' conftest.er1 >conftest.err
12455 rm -f conftest.er1
12456 cat conftest.err >&5
12457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12458 (exit $ac_status); } &&
12459 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12460 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12461 (eval $ac_try) 2>&5
12462 ac_status=$?
12463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12464 (exit $ac_status); }; } &&
12465 { ac_try='test -s conftest.$ac_objext'
12466 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12467 (eval $ac_try) 2>&5
12468 ac_status=$?
12469 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12470 (exit $ac_status); }; }; then
12471 ac_hi=$ac_mid; break
7526else 12472else
12473 echo "$as_me: failed program was:" >&5
12474sed 's/^/| /' conftest.$ac_ext >&5
12475
12476ac_lo=`expr $ac_mid + 1`
12477 if test $ac_lo -le $ac_mid; then
12478 ac_lo= ac_hi=
12479 break
12480 fi
12481 ac_mid=`expr 2 '*' $ac_mid + 1`
12482fi
12483rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12484 done
12485else
12486 echo "$as_me: failed program was:" >&5
12487sed 's/^/| /' conftest.$ac_ext >&5
12488
12489cat >conftest.$ac_ext <<_ACEOF
12490/* confdefs.h. */
12491_ACEOF
12492cat confdefs.h >>conftest.$ac_ext
12493cat >>conftest.$ac_ext <<_ACEOF
12494/* end confdefs.h. */
12495$ac_includes_default
12496int
12497main ()
12498{
12499static int test_array [1 - 2 * !(((long) (sizeof (int))) < 0)];
12500test_array [0] = 0
12501
12502 ;
12503 return 0;
12504}
12505_ACEOF
12506rm -f conftest.$ac_objext
12507if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12508 (eval $ac_compile) 2>conftest.er1
12509 ac_status=$?
12510 grep -v '^ *+' conftest.er1 >conftest.err
12511 rm -f conftest.er1
12512 cat conftest.err >&5
12513 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12514 (exit $ac_status); } &&
12515 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12516 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12517 (eval $ac_try) 2>&5
12518 ac_status=$?
12519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12520 (exit $ac_status); }; } &&
12521 { ac_try='test -s conftest.$ac_objext'
12522 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12523 (eval $ac_try) 2>&5
12524 ac_status=$?
12525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12526 (exit $ac_status); }; }; then
12527 ac_hi=-1 ac_mid=-1
12528 while :; do
12529 cat >conftest.$ac_ext <<_ACEOF
12530/* confdefs.h. */
12531_ACEOF
12532cat confdefs.h >>conftest.$ac_ext
12533cat >>conftest.$ac_ext <<_ACEOF
12534/* end confdefs.h. */
12535$ac_includes_default
12536int
12537main ()
12538{
12539static int test_array [1 - 2 * !(((long) (sizeof (int))) >= $ac_mid)];
12540test_array [0] = 0
12541
12542 ;
12543 return 0;
12544}
12545_ACEOF
12546rm -f conftest.$ac_objext
12547if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12548 (eval $ac_compile) 2>conftest.er1
12549 ac_status=$?
12550 grep -v '^ *+' conftest.er1 >conftest.err
12551 rm -f conftest.er1
12552 cat conftest.err >&5
12553 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12554 (exit $ac_status); } &&
12555 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12556 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12557 (eval $ac_try) 2>&5
12558 ac_status=$?
12559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12560 (exit $ac_status); }; } &&
12561 { ac_try='test -s conftest.$ac_objext'
12562 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12563 (eval $ac_try) 2>&5
12564 ac_status=$?
12565 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12566 (exit $ac_status); }; }; then
12567 ac_lo=$ac_mid; break
12568else
12569 echo "$as_me: failed program was:" >&5
12570sed 's/^/| /' conftest.$ac_ext >&5
12571
12572ac_hi=`expr '(' $ac_mid ')' - 1`
12573 if test $ac_mid -le $ac_hi; then
12574 ac_lo= ac_hi=
12575 break
12576 fi
12577 ac_mid=`expr 2 '*' $ac_mid`
12578fi
12579rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12580 done
12581else
12582 echo "$as_me: failed program was:" >&5
12583sed 's/^/| /' conftest.$ac_ext >&5
12584
12585ac_lo= ac_hi=
12586fi
12587rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12588fi
12589rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12590# Binary search between lo and hi bounds.
12591while test "x$ac_lo" != "x$ac_hi"; do
12592 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
7527 cat > conftest.$ac_ext <<EOF 12593 cat >conftest.$ac_ext <<_ACEOF
7528#line 7529 "configure" 12594/* confdefs.h. */
7529#include "confdefs.h" 12595_ACEOF
7530#include <ctype.h> 12596cat confdefs.h >>conftest.$ac_ext
7531#define ISLOWER(c) ('a' <= (c) && (c) <= 'z') 12597cat >>conftest.$ac_ext <<_ACEOF
7532#define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) 12598/* end confdefs.h. */
7533#define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) 12599$ac_includes_default
7534int main () { int i; for (i = 0; i < 256; i++) 12600int
7535if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2); 12601main ()
7536exit (0); } 12602{
12603static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
12604test_array [0] = 0
7537 12605
7538EOF 12606 ;
7539if { (eval echo configure:7540: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 12607 return 0;
7540then 12608}
7541 : 12609_ACEOF
12610rm -f conftest.$ac_objext
12611if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12612 (eval $ac_compile) 2>conftest.er1
12613 ac_status=$?
12614 grep -v '^ *+' conftest.er1 >conftest.err
12615 rm -f conftest.er1
12616 cat conftest.err >&5
12617 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12618 (exit $ac_status); } &&
12619 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12620 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12621 (eval $ac_try) 2>&5
12622 ac_status=$?
12623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12624 (exit $ac_status); }; } &&
12625 { ac_try='test -s conftest.$ac_objext'
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); }; }; then
12631 ac_hi=$ac_mid
7542else 12632else
7543 echo "configure: failed program was:" >&5 12633 echo "$as_me: failed program was:" >&5
7544 cat conftest.$ac_ext >&5 12634sed 's/^/| /' conftest.$ac_ext >&5
7545 rm -fr conftest*
7546 ac_cv_header_stdc=no
7547fi
7548rm -fr conftest*
7549fi
7550 12635
12636ac_lo=`expr '(' $ac_mid ')' + 1`
7551fi 12637fi
7552fi 12638rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7553 12639done
7554echo "$ac_t""$ac_cv_header_stdc" 1>&6 12640case $ac_lo in
7555if test $ac_cv_header_stdc = yes; then 12641?*) ac_cv_sizeof_int=$ac_lo;;
7556 cat >> confdefs.h <<\EOF 12642'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
7557#define STDC_HEADERS 1 12643See \`config.log' for more details." >&5
7558EOF 12644echo "$as_me: error: cannot compute sizeof (int), 77
7559 12645See \`config.log' for more details." >&2;}
7560fi 12646 { (exit 1); exit 1; }; } ;;
7561 12647esac
7562echo $ac_n "checking for mode_t""... $ac_c" 1>&6
7563echo "configure:7564: checking for mode_t" >&5
7564if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then
7565 echo $ac_n "(cached) $ac_c" 1>&6
7566else 12648else
12649 if test "$cross_compiling" = yes; then
12650 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
12651echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
12652 { (exit 1); exit 1; }; }
12653else
7567 cat > conftest.$ac_ext <<EOF 12654 cat >conftest.$ac_ext <<_ACEOF
7568#line 7569 "configure" 12655/* confdefs.h. */
7569#include "confdefs.h" 12656_ACEOF
12657cat confdefs.h >>conftest.$ac_ext
12658cat >>conftest.$ac_ext <<_ACEOF
12659/* end confdefs.h. */
12660$ac_includes_default
12661long longval () { return (long) (sizeof (int)); }
12662unsigned long ulongval () { return (long) (sizeof (int)); }
7570#include <sys/types.h> 12663#include <stdio.h>
7571#if STDC_HEADERS
7572#include <stdlib.h> 12664#include <stdlib.h>
7573#include <stddef.h> 12665int
7574#endif 12666main ()
7575EOF 12667{
7576if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 12668
7577 egrep "(^|[^a-zA-Z_0-9])mode_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then 12669 FILE *f = fopen ("conftest.val", "w");
7578 rm -rf conftest* 12670 if (! f)
7579 ac_cv_type_mode_t=yes 12671 exit (1);
12672 if (((long) (sizeof (int))) < 0)
12673 {
12674 long i = longval ();
12675 if (i != ((long) (sizeof (int))))
12676 exit (1);
12677 fprintf (f, "%ld\n", i);
12678 }
7580else 12679 else
7581 rm -rf conftest* 12680 {
7582 ac_cv_type_mode_t=no 12681 unsigned long i = ulongval ();
12682 if (i != ((long) (sizeof (int))))
12683 exit (1);
12684 fprintf (f, "%lu\n", i);
12685 }
12686 exit (ferror (f) || fclose (f) != 0);
12687
12688 ;
12689 return 0;
12690}
12691_ACEOF
12692rm -f conftest$ac_exeext
12693if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12694 (eval $ac_link) 2>&5
12695 ac_status=$?
12696 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12697 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
12698 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12699 (eval $ac_try) 2>&5
12700 ac_status=$?
12701 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12702 (exit $ac_status); }; }; then
12703 ac_cv_sizeof_int=`cat conftest.val`
12704else
12705 echo "$as_me: program exited with status $ac_status" >&5
12706echo "$as_me: failed program was:" >&5
12707sed 's/^/| /' conftest.$ac_ext >&5
12708
12709( exit $ac_status )
12710{ { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
12711See \`config.log' for more details." >&5
12712echo "$as_me: error: cannot compute sizeof (int), 77
12713See \`config.log' for more details." >&2;}
12714 { (exit 1); exit 1; }; }
7583fi 12715fi
12716rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
12717fi
12718fi
7584rm -f conftest* 12719rm -f conftest.val
7585 12720else
12721 ac_cv_sizeof_int=0
7586fi 12722fi
7587echo "$ac_t""$ac_cv_type_mode_t" 1>&6 12723fi
7588if test $ac_cv_type_mode_t = no; then 12724echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
12725echo "${ECHO_T}$ac_cv_sizeof_int" >&6
7589 cat >> confdefs.h <<\EOF 12726cat >>confdefs.h <<_ACEOF
7590#define mode_t int 12727#define SIZEOF_INT $ac_cv_sizeof_int
7591EOF 12728_ACEOF
7592 12729
7593fi
7594 12730
7595echo $ac_n "checking for pid_t""... $ac_c" 1>&6 12731echo "$as_me:$LINENO: checking for long" >&5
7596echo "configure:7597: checking for pid_t" >&5 12732echo $ECHO_N "checking for long... $ECHO_C" >&6
7597if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then 12733if test "${ac_cv_type_long+set}" = set; then
7598 echo $ac_n "(cached) $ac_c" 1>&6 12734 echo $ECHO_N "(cached) $ECHO_C" >&6
7599else 12735else
7600 cat > conftest.$ac_ext <<EOF 12736 cat >conftest.$ac_ext <<_ACEOF
7601#line 7602 "configure" 12737/* confdefs.h. */
7602#include "confdefs.h" 12738_ACEOF
12739cat confdefs.h >>conftest.$ac_ext
12740cat >>conftest.$ac_ext <<_ACEOF
12741/* end confdefs.h. */
12742$ac_includes_default
12743int
12744main ()
12745{
12746if ((long *) 0)
12747 return 0;
12748if (sizeof (long))
12749 return 0;
12750 ;
12751 return 0;
12752}
12753_ACEOF
12754rm -f conftest.$ac_objext
12755if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12756 (eval $ac_compile) 2>conftest.er1
12757 ac_status=$?
12758 grep -v '^ *+' conftest.er1 >conftest.err
12759 rm -f conftest.er1
12760 cat conftest.err >&5
12761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12762 (exit $ac_status); } &&
12763 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12764 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12765 (eval $ac_try) 2>&5
12766 ac_status=$?
12767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12768 (exit $ac_status); }; } &&
12769 { ac_try='test -s conftest.$ac_objext'
12770 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12771 (eval $ac_try) 2>&5
12772 ac_status=$?
12773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12774 (exit $ac_status); }; }; then
12775 ac_cv_type_long=yes
12776else
12777 echo "$as_me: failed program was:" >&5
12778sed 's/^/| /' conftest.$ac_ext >&5
12779
12780ac_cv_type_long=no
12781fi
12782rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12783fi
12784echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
12785echo "${ECHO_T}$ac_cv_type_long" >&6
12786
12787echo "$as_me:$LINENO: checking size of long" >&5
12788echo $ECHO_N "checking size of long... $ECHO_C" >&6
12789if test "${ac_cv_sizeof_long+set}" = set; then
12790 echo $ECHO_N "(cached) $ECHO_C" >&6
12791else
12792 if test "$ac_cv_type_long" = yes; then
12793 # The cast to unsigned long works around a bug in the HP C Compiler
12794 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12795 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12796 # This bug is HP SR number 8606223364.
12797 if test "$cross_compiling" = yes; then
12798 # Depending upon the size, compute the lo and hi bounds.
12799cat >conftest.$ac_ext <<_ACEOF
12800/* confdefs.h. */
12801_ACEOF
12802cat confdefs.h >>conftest.$ac_ext
12803cat >>conftest.$ac_ext <<_ACEOF
12804/* end confdefs.h. */
12805$ac_includes_default
12806int
12807main ()
12808{
12809static int test_array [1 - 2 * !(((long) (sizeof (long))) >= 0)];
12810test_array [0] = 0
12811
12812 ;
12813 return 0;
12814}
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_lo=0 ac_mid=0
12838 while :; do
12839 cat >conftest.$ac_ext <<_ACEOF
12840/* confdefs.h. */
12841_ACEOF
12842cat confdefs.h >>conftest.$ac_ext
12843cat >>conftest.$ac_ext <<_ACEOF
12844/* end confdefs.h. */
12845$ac_includes_default
12846int
12847main ()
12848{
12849static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
12850test_array [0] = 0
12851
12852 ;
12853 return 0;
12854}
12855_ACEOF
12856rm -f conftest.$ac_objext
12857if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12858 (eval $ac_compile) 2>conftest.er1
12859 ac_status=$?
12860 grep -v '^ *+' conftest.er1 >conftest.err
12861 rm -f conftest.er1
12862 cat conftest.err >&5
12863 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12864 (exit $ac_status); } &&
12865 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12866 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12867 (eval $ac_try) 2>&5
12868 ac_status=$?
12869 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12870 (exit $ac_status); }; } &&
12871 { ac_try='test -s conftest.$ac_objext'
12872 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12873 (eval $ac_try) 2>&5
12874 ac_status=$?
12875 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12876 (exit $ac_status); }; }; then
12877 ac_hi=$ac_mid; break
12878else
12879 echo "$as_me: failed program was:" >&5
12880sed 's/^/| /' conftest.$ac_ext >&5
12881
12882ac_lo=`expr $ac_mid + 1`
12883 if test $ac_lo -le $ac_mid; then
12884 ac_lo= ac_hi=
12885 break
12886 fi
12887 ac_mid=`expr 2 '*' $ac_mid + 1`
12888fi
12889rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12890 done
12891else
12892 echo "$as_me: failed program was:" >&5
12893sed 's/^/| /' conftest.$ac_ext >&5
12894
12895cat >conftest.$ac_ext <<_ACEOF
12896/* confdefs.h. */
12897_ACEOF
12898cat confdefs.h >>conftest.$ac_ext
12899cat >>conftest.$ac_ext <<_ACEOF
12900/* end confdefs.h. */
12901$ac_includes_default
12902int
12903main ()
12904{
12905static int test_array [1 - 2 * !(((long) (sizeof (long))) < 0)];
12906test_array [0] = 0
12907
12908 ;
12909 return 0;
12910}
12911_ACEOF
12912rm -f conftest.$ac_objext
12913if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12914 (eval $ac_compile) 2>conftest.er1
12915 ac_status=$?
12916 grep -v '^ *+' conftest.er1 >conftest.err
12917 rm -f conftest.er1
12918 cat conftest.err >&5
12919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12920 (exit $ac_status); } &&
12921 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12922 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12923 (eval $ac_try) 2>&5
12924 ac_status=$?
12925 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12926 (exit $ac_status); }; } &&
12927 { ac_try='test -s conftest.$ac_objext'
12928 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12929 (eval $ac_try) 2>&5
12930 ac_status=$?
12931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12932 (exit $ac_status); }; }; then
12933 ac_hi=-1 ac_mid=-1
12934 while :; do
12935 cat >conftest.$ac_ext <<_ACEOF
12936/* confdefs.h. */
12937_ACEOF
12938cat confdefs.h >>conftest.$ac_ext
12939cat >>conftest.$ac_ext <<_ACEOF
12940/* end confdefs.h. */
12941$ac_includes_default
12942int
12943main ()
12944{
12945static int test_array [1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)];
12946test_array [0] = 0
12947
12948 ;
12949 return 0;
12950}
12951_ACEOF
12952rm -f conftest.$ac_objext
12953if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12954 (eval $ac_compile) 2>conftest.er1
12955 ac_status=$?
12956 grep -v '^ *+' conftest.er1 >conftest.err
12957 rm -f conftest.er1
12958 cat conftest.err >&5
12959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12960 (exit $ac_status); } &&
12961 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12962 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12963 (eval $ac_try) 2>&5
12964 ac_status=$?
12965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12966 (exit $ac_status); }; } &&
12967 { ac_try='test -s conftest.$ac_objext'
12968 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12969 (eval $ac_try) 2>&5
12970 ac_status=$?
12971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12972 (exit $ac_status); }; }; then
12973 ac_lo=$ac_mid; break
12974else
12975 echo "$as_me: failed program was:" >&5
12976sed 's/^/| /' conftest.$ac_ext >&5
12977
12978ac_hi=`expr '(' $ac_mid ')' - 1`
12979 if test $ac_mid -le $ac_hi; then
12980 ac_lo= ac_hi=
12981 break
12982 fi
12983 ac_mid=`expr 2 '*' $ac_mid`
12984fi
12985rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12986 done
12987else
12988 echo "$as_me: failed program was:" >&5
12989sed 's/^/| /' conftest.$ac_ext >&5
12990
12991ac_lo= ac_hi=
12992fi
12993rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12994fi
12995rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12996# Binary search between lo and hi bounds.
12997while test "x$ac_lo" != "x$ac_hi"; do
12998 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
12999 cat >conftest.$ac_ext <<_ACEOF
13000/* confdefs.h. */
13001_ACEOF
13002cat confdefs.h >>conftest.$ac_ext
13003cat >>conftest.$ac_ext <<_ACEOF
13004/* end confdefs.h. */
13005$ac_includes_default
13006int
13007main ()
13008{
13009static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
13010test_array [0] = 0
13011
13012 ;
13013 return 0;
13014}
13015_ACEOF
13016rm -f conftest.$ac_objext
13017if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13018 (eval $ac_compile) 2>conftest.er1
13019 ac_status=$?
13020 grep -v '^ *+' conftest.er1 >conftest.err
13021 rm -f conftest.er1
13022 cat conftest.err >&5
13023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13024 (exit $ac_status); } &&
13025 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13026 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13027 (eval $ac_try) 2>&5
13028 ac_status=$?
13029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13030 (exit $ac_status); }; } &&
13031 { ac_try='test -s conftest.$ac_objext'
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); }; }; then
13037 ac_hi=$ac_mid
13038else
13039 echo "$as_me: failed program was:" >&5
13040sed 's/^/| /' conftest.$ac_ext >&5
13041
13042ac_lo=`expr '(' $ac_mid ')' + 1`
13043fi
13044rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13045done
13046case $ac_lo in
13047?*) ac_cv_sizeof_long=$ac_lo;;
13048'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
13049See \`config.log' for more details." >&5
13050echo "$as_me: error: cannot compute sizeof (long), 77
13051See \`config.log' for more details." >&2;}
13052 { (exit 1); exit 1; }; } ;;
13053esac
13054else
13055 if test "$cross_compiling" = yes; then
13056 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
13057echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
13058 { (exit 1); exit 1; }; }
13059else
13060 cat >conftest.$ac_ext <<_ACEOF
13061/* confdefs.h. */
13062_ACEOF
13063cat confdefs.h >>conftest.$ac_ext
13064cat >>conftest.$ac_ext <<_ACEOF
13065/* end confdefs.h. */
13066$ac_includes_default
13067long longval () { return (long) (sizeof (long)); }
13068unsigned long ulongval () { return (long) (sizeof (long)); }
7603#include <sys/types.h> 13069#include <stdio.h>
7604#if STDC_HEADERS
7605#include <stdlib.h> 13070#include <stdlib.h>
7606#include <stddef.h> 13071int
7607#endif 13072main ()
7608EOF 13073{
7609if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 13074
7610 egrep "(^|[^a-zA-Z_0-9])pid_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then 13075 FILE *f = fopen ("conftest.val", "w");
7611 rm -rf conftest* 13076 if (! f)
7612 ac_cv_type_pid_t=yes 13077 exit (1);
13078 if (((long) (sizeof (long))) < 0)
13079 {
13080 long i = longval ();
13081 if (i != ((long) (sizeof (long))))
13082 exit (1);
13083 fprintf (f, "%ld\n", i);
13084 }
7613else 13085 else
7614 rm -rf conftest* 13086 {
7615 ac_cv_type_pid_t=no 13087 unsigned long i = ulongval ();
13088 if (i != ((long) (sizeof (long))))
13089 exit (1);
13090 fprintf (f, "%lu\n", i);
13091 }
13092 exit (ferror (f) || fclose (f) != 0);
13093
13094 ;
13095 return 0;
13096}
13097_ACEOF
13098rm -f conftest$ac_exeext
13099if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13100 (eval $ac_link) 2>&5
13101 ac_status=$?
13102 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13103 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
13104 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13105 (eval $ac_try) 2>&5
13106 ac_status=$?
13107 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13108 (exit $ac_status); }; }; then
13109 ac_cv_sizeof_long=`cat conftest.val`
13110else
13111 echo "$as_me: program exited with status $ac_status" >&5
13112echo "$as_me: failed program was:" >&5
13113sed 's/^/| /' conftest.$ac_ext >&5
13114
13115( exit $ac_status )
13116{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
13117See \`config.log' for more details." >&5
13118echo "$as_me: error: cannot compute sizeof (long), 77
13119See \`config.log' for more details." >&2;}
13120 { (exit 1); exit 1; }; }
7616fi 13121fi
13122rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
13123fi
13124fi
7617rm -f conftest* 13125rm -f conftest.val
7618 13126else
13127 ac_cv_sizeof_long=0
7619fi 13128fi
7620echo "$ac_t""$ac_cv_type_pid_t" 1>&6 13129fi
7621if test $ac_cv_type_pid_t = no; then 13130echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
13131echo "${ECHO_T}$ac_cv_sizeof_long" >&6
7622 cat >> confdefs.h <<\EOF 13132cat >>confdefs.h <<_ACEOF
7623#define pid_t int 13133#define SIZEOF_LONG $ac_cv_sizeof_long
7624EOF 13134_ACEOF
7625 13135
7626fi
7627 13136
7628echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6 13137echo "$as_me:$LINENO: checking for long long" >&5
7629echo "configure:7630: checking for uid_t in sys/types.h" >&5 13138echo $ECHO_N "checking for long long... $ECHO_C" >&6
7630if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then 13139if test "${ac_cv_type_long_long+set}" = set; then
7631 echo $ac_n "(cached) $ac_c" 1>&6 13140 echo $ECHO_N "(cached) $ECHO_C" >&6
7632else 13141else
7633 cat > conftest.$ac_ext <<EOF 13142 cat >conftest.$ac_ext <<_ACEOF
7634#line 7635 "configure" 13143/* confdefs.h. */
7635#include "confdefs.h" 13144_ACEOF
7636#include <sys/types.h> 13145cat confdefs.h >>conftest.$ac_ext
7637EOF 13146cat >>conftest.$ac_ext <<_ACEOF
7638if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 13147/* end confdefs.h. */
7639 egrep "uid_t" >/dev/null 2>&1; then 13148$ac_includes_default
13149int
13150main ()
13151{
13152if ((long long *) 0)
13153 return 0;
13154if (sizeof (long long))
13155 return 0;
13156 ;
13157 return 0;
13158}
13159_ACEOF
13160rm -f conftest.$ac_objext
13161if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13162 (eval $ac_compile) 2>conftest.er1
13163 ac_status=$?
13164 grep -v '^ *+' conftest.er1 >conftest.err
7640 rm -rf conftest* 13165 rm -f conftest.er1
13166 cat conftest.err >&5
13167 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13168 (exit $ac_status); } &&
13169 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13170 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13171 (eval $ac_try) 2>&5
13172 ac_status=$?
13173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13174 (exit $ac_status); }; } &&
13175 { ac_try='test -s conftest.$ac_objext'
13176 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13177 (eval $ac_try) 2>&5
13178 ac_status=$?
13179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13180 (exit $ac_status); }; }; then
7641 ac_cv_type_uid_t=yes 13181 ac_cv_type_long_long=yes
7642else 13182else
7643 rm -rf conftest* 13183 echo "$as_me: failed program was:" >&5
7644 ac_cv_type_uid_t=no 13184sed 's/^/| /' conftest.$ac_ext >&5
7645fi
7646rm -f conftest*
7647 13185
13186ac_cv_type_long_long=no
7648fi 13187fi
7649 13188rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7650echo "$ac_t""$ac_cv_type_uid_t" 1>&6
7651if test $ac_cv_type_uid_t = no; then
7652 cat >> confdefs.h <<\EOF
7653#define uid_t int
7654EOF
7655
7656 cat >> confdefs.h <<\EOF
7657#define gid_t int
7658EOF
7659
7660fi 13189fi
13190echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
13191echo "${ECHO_T}$ac_cv_type_long_long" >&6
7661 13192
7662 13193echo "$as_me:$LINENO: checking size of long long" >&5
7663 13194echo $ECHO_N "checking size of long long... $ECHO_C" >&6
7664echo $ac_n "checking size of char""... $ac_c" 1>&6 13195if test "${ac_cv_sizeof_long_long+set}" = set; then
7665echo "configure:7666: checking size of char" >&5
7666if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then
7667 echo $ac_n "(cached) $ac_c" 1>&6 13196 echo $ECHO_N "(cached) $ECHO_C" >&6
7668else 13197else
13198 if test "$ac_cv_type_long_long" = yes; then
13199 # The cast to unsigned long works around a bug in the HP C Compiler
13200 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13201 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13202 # This bug is HP SR number 8606223364.
7669 if test "$cross_compiling" = yes; then 13203 if test "$cross_compiling" = yes; then
7670 ac_cv_sizeof_char=1 13204 # Depending upon the size, compute the lo and hi bounds.
13205cat >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 long))) >= 0)];
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_lo=0 ac_mid=0
13244 while :; do
13245 cat >conftest.$ac_ext <<_ACEOF
13246/* confdefs.h. */
13247_ACEOF
13248cat confdefs.h >>conftest.$ac_ext
13249cat >>conftest.$ac_ext <<_ACEOF
13250/* end confdefs.h. */
13251$ac_includes_default
13252int
13253main ()
13254{
13255static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
13256test_array [0] = 0
13257
13258 ;
13259 return 0;
13260}
13261_ACEOF
13262rm -f conftest.$ac_objext
13263if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13264 (eval $ac_compile) 2>conftest.er1
13265 ac_status=$?
13266 grep -v '^ *+' conftest.er1 >conftest.err
13267 rm -f conftest.er1
13268 cat conftest.err >&5
13269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13270 (exit $ac_status); } &&
13271 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13272 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13273 (eval $ac_try) 2>&5
13274 ac_status=$?
13275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13276 (exit $ac_status); }; } &&
13277 { ac_try='test -s conftest.$ac_objext'
13278 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13279 (eval $ac_try) 2>&5
13280 ac_status=$?
13281 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13282 (exit $ac_status); }; }; then
13283 ac_hi=$ac_mid; break
7671else 13284else
13285 echo "$as_me: failed program was:" >&5
13286sed 's/^/| /' conftest.$ac_ext >&5
13287
13288ac_lo=`expr $ac_mid + 1`
13289 if test $ac_lo -le $ac_mid; then
13290 ac_lo= ac_hi=
13291 break
13292 fi
13293 ac_mid=`expr 2 '*' $ac_mid + 1`
13294fi
13295rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13296 done
13297else
13298 echo "$as_me: failed program was:" >&5
13299sed 's/^/| /' conftest.$ac_ext >&5
13300
13301cat >conftest.$ac_ext <<_ACEOF
13302/* confdefs.h. */
13303_ACEOF
13304cat confdefs.h >>conftest.$ac_ext
13305cat >>conftest.$ac_ext <<_ACEOF
13306/* end confdefs.h. */
13307$ac_includes_default
13308int
13309main ()
13310{
13311static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
13312test_array [0] = 0
13313
13314 ;
13315 return 0;
13316}
13317_ACEOF
13318rm -f conftest.$ac_objext
13319if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13320 (eval $ac_compile) 2>conftest.er1
13321 ac_status=$?
13322 grep -v '^ *+' conftest.er1 >conftest.err
13323 rm -f conftest.er1
13324 cat conftest.err >&5
13325 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13326 (exit $ac_status); } &&
13327 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13328 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13329 (eval $ac_try) 2>&5
13330 ac_status=$?
13331 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13332 (exit $ac_status); }; } &&
13333 { ac_try='test -s conftest.$ac_objext'
13334 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13335 (eval $ac_try) 2>&5
13336 ac_status=$?
13337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13338 (exit $ac_status); }; }; then
13339 ac_hi=-1 ac_mid=-1
13340 while :; do
13341 cat >conftest.$ac_ext <<_ACEOF
13342/* confdefs.h. */
13343_ACEOF
13344cat confdefs.h >>conftest.$ac_ext
13345cat >>conftest.$ac_ext <<_ACEOF
13346/* end confdefs.h. */
13347$ac_includes_default
13348int
13349main ()
13350{
13351static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
13352test_array [0] = 0
13353
13354 ;
13355 return 0;
13356}
13357_ACEOF
13358rm -f conftest.$ac_objext
13359if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13360 (eval $ac_compile) 2>conftest.er1
13361 ac_status=$?
13362 grep -v '^ *+' conftest.er1 >conftest.err
13363 rm -f conftest.er1
13364 cat conftest.err >&5
13365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13366 (exit $ac_status); } &&
13367 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13368 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13369 (eval $ac_try) 2>&5
13370 ac_status=$?
13371 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13372 (exit $ac_status); }; } &&
13373 { ac_try='test -s conftest.$ac_objext'
13374 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13375 (eval $ac_try) 2>&5
13376 ac_status=$?
13377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13378 (exit $ac_status); }; }; then
13379 ac_lo=$ac_mid; break
13380else
13381 echo "$as_me: failed program was:" >&5
13382sed 's/^/| /' conftest.$ac_ext >&5
13383
13384ac_hi=`expr '(' $ac_mid ')' - 1`
13385 if test $ac_mid -le $ac_hi; then
13386 ac_lo= ac_hi=
13387 break
13388 fi
13389 ac_mid=`expr 2 '*' $ac_mid`
13390fi
13391rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13392 done
13393else
13394 echo "$as_me: failed program was:" >&5
13395sed 's/^/| /' conftest.$ac_ext >&5
13396
13397ac_lo= ac_hi=
13398fi
13399rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13400fi
13401rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13402# Binary search between lo and hi bounds.
13403while test "x$ac_lo" != "x$ac_hi"; do
13404 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
7672 cat > conftest.$ac_ext <<EOF 13405 cat >conftest.$ac_ext <<_ACEOF
7673#line 7674 "configure" 13406/* confdefs.h. */
7674#include "confdefs.h" 13407_ACEOF
13408cat confdefs.h >>conftest.$ac_ext
13409cat >>conftest.$ac_ext <<_ACEOF
13410/* end confdefs.h. */
13411$ac_includes_default
13412int
13413main ()
13414{
13415static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
13416test_array [0] = 0
13417
13418 ;
13419 return 0;
13420}
13421_ACEOF
13422rm -f conftest.$ac_objext
13423if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13424 (eval $ac_compile) 2>conftest.er1
13425 ac_status=$?
13426 grep -v '^ *+' conftest.er1 >conftest.err
13427 rm -f conftest.er1
13428 cat conftest.err >&5
13429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13430 (exit $ac_status); } &&
13431 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13432 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13433 (eval $ac_try) 2>&5
13434 ac_status=$?
13435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13436 (exit $ac_status); }; } &&
13437 { ac_try='test -s conftest.$ac_objext'
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); }; }; then
13443 ac_hi=$ac_mid
13444else
13445 echo "$as_me: failed program was:" >&5
13446sed 's/^/| /' conftest.$ac_ext >&5
13447
13448ac_lo=`expr '(' $ac_mid ')' + 1`
13449fi
13450rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13451done
13452case $ac_lo in
13453?*) ac_cv_sizeof_long_long=$ac_lo;;
13454'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
13455See \`config.log' for more details." >&5
13456echo "$as_me: error: cannot compute sizeof (long long), 77
13457See \`config.log' for more details." >&2;}
13458 { (exit 1); exit 1; }; } ;;
13459esac
13460else
13461 if test "$cross_compiling" = yes; then
13462 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
13463echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
13464 { (exit 1); exit 1; }; }
13465else
13466 cat >conftest.$ac_ext <<_ACEOF
13467/* confdefs.h. */
13468_ACEOF
13469cat confdefs.h >>conftest.$ac_ext
13470cat >>conftest.$ac_ext <<_ACEOF
13471/* end confdefs.h. */
13472$ac_includes_default
13473long longval () { return (long) (sizeof (long long)); }
13474unsigned long ulongval () { return (long) (sizeof (long long)); }
7675#include <stdio.h> 13475#include <stdio.h>
7676#include <sys/types.h> 13476#include <stdlib.h>
13477int
7677main() 13478main ()
7678{ 13479{
13480
7679 FILE *f=fopen("conftestval", "w"); 13481 FILE *f = fopen ("conftest.val", "w");
7680 if (!f) exit(1); 13482 if (! f)
7681 fprintf(f, "%d\n", sizeof(char));
7682 exit(0); 13483 exit (1);
13484 if (((long) (sizeof (long long))) < 0)
13485 {
13486 long i = longval ();
13487 if (i != ((long) (sizeof (long long))))
13488 exit (1);
13489 fprintf (f, "%ld\n", i);
13490 }
13491 else
13492 {
13493 unsigned long i = ulongval ();
13494 if (i != ((long) (sizeof (long long))))
13495 exit (1);
13496 fprintf (f, "%lu\n", i);
13497 }
13498 exit (ferror (f) || fclose (f) != 0);
13499
13500 ;
13501 return 0;
7683} 13502}
7684EOF 13503_ACEOF
7685if { (eval echo configure:7686: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 13504rm -f conftest$ac_exeext
7686then 13505if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13506 (eval $ac_link) 2>&5
13507 ac_status=$?
13508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13509 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
13510 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13511 (eval $ac_try) 2>&5
13512 ac_status=$?
13513 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13514 (exit $ac_status); }; }; then
7687 ac_cv_sizeof_char=`cat conftestval` 13515 ac_cv_sizeof_long_long=`cat conftest.val`
7688else 13516else
13517 echo "$as_me: program exited with status $ac_status" >&5
7689 echo "configure: failed program was:" >&5 13518echo "$as_me: failed program was:" >&5
7690 cat conftest.$ac_ext >&5 13519sed 's/^/| /' conftest.$ac_ext >&5
7691 rm -fr conftest* 13520
7692 ac_cv_sizeof_char=0 13521( exit $ac_status )
13522{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
13523See \`config.log' for more details." >&5
13524echo "$as_me: error: cannot compute sizeof (long long), 77
13525See \`config.log' for more details." >&2;}
13526 { (exit 1); exit 1; }; }
7693fi 13527fi
13528rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
13529fi
13530fi
7694rm -fr conftest* 13531rm -f conftest.val
13532else
13533 ac_cv_sizeof_long_long=0
7695fi 13534fi
7696
7697fi 13535fi
7698echo "$ac_t""$ac_cv_sizeof_char" 1>&6 13536echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
13537echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
7699cat >> confdefs.h <<EOF 13538cat >>confdefs.h <<_ACEOF
7700#define SIZEOF_CHAR $ac_cv_sizeof_char 13539#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
7701EOF 13540_ACEOF
7702 13541
7703 13542
7704echo $ac_n "checking size of short""... $ac_c" 1>&6 13543echo "$as_me:$LINENO: checking for int *" >&5
7705echo "configure:7706: checking size of short" >&5 13544echo $ECHO_N "checking for int *... $ECHO_C" >&6
7706if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then 13545if test "${ac_cv_type_int_p+set}" = set; then
7707 echo $ac_n "(cached) $ac_c" 1>&6 13546 echo $ECHO_N "(cached) $ECHO_C" >&6
7708else 13547else
13548 cat >conftest.$ac_ext <<_ACEOF
13549/* confdefs.h. */
13550_ACEOF
13551cat confdefs.h >>conftest.$ac_ext
13552cat >>conftest.$ac_ext <<_ACEOF
13553/* end confdefs.h. */
13554$ac_includes_default
13555int
13556main ()
13557{
13558if ((int * *) 0)
13559 return 0;
13560if (sizeof (int *))
13561 return 0;
13562 ;
13563 return 0;
13564}
13565_ACEOF
13566rm -f conftest.$ac_objext
13567if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13568 (eval $ac_compile) 2>conftest.er1
13569 ac_status=$?
13570 grep -v '^ *+' conftest.er1 >conftest.err
13571 rm -f conftest.er1
13572 cat conftest.err >&5
13573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13574 (exit $ac_status); } &&
13575 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13576 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13577 (eval $ac_try) 2>&5
13578 ac_status=$?
13579 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13580 (exit $ac_status); }; } &&
13581 { ac_try='test -s conftest.$ac_objext'
13582 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13583 (eval $ac_try) 2>&5
13584 ac_status=$?
13585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13586 (exit $ac_status); }; }; then
13587 ac_cv_type_int_p=yes
13588else
13589 echo "$as_me: failed program was:" >&5
13590sed 's/^/| /' conftest.$ac_ext >&5
13591
13592ac_cv_type_int_p=no
13593fi
13594rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13595fi
13596echo "$as_me:$LINENO: result: $ac_cv_type_int_p" >&5
13597echo "${ECHO_T}$ac_cv_type_int_p" >&6
13598
13599echo "$as_me:$LINENO: checking size of int *" >&5
13600echo $ECHO_N "checking size of int *... $ECHO_C" >&6
13601if test "${ac_cv_sizeof_int_p+set}" = set; then
13602 echo $ECHO_N "(cached) $ECHO_C" >&6
13603else
13604 if test "$ac_cv_type_int_p" = yes; then
13605 # The cast to unsigned long works around a bug in the HP C Compiler
13606 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13607 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13608 # This bug is HP SR number 8606223364.
7709 if test "$cross_compiling" = yes; then 13609 if test "$cross_compiling" = yes; then
7710 ac_cv_sizeof_short=2 13610 # Depending upon the size, compute the lo and hi bounds.
13611cat >conftest.$ac_ext <<_ACEOF
13612/* 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 (int *))) >= 0)];
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_lo=0 ac_mid=0
13650 while :; do
13651 cat >conftest.$ac_ext <<_ACEOF
13652/* confdefs.h. */
13653_ACEOF
13654cat confdefs.h >>conftest.$ac_ext
13655cat >>conftest.$ac_ext <<_ACEOF
13656/* end confdefs.h. */
13657$ac_includes_default
13658int
13659main ()
13660{
13661static int test_array [1 - 2 * !(((long) (sizeof (int *))) <= $ac_mid)];
13662test_array [0] = 0
13663
13664 ;
13665 return 0;
13666}
13667_ACEOF
13668rm -f conftest.$ac_objext
13669if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13670 (eval $ac_compile) 2>conftest.er1
13671 ac_status=$?
13672 grep -v '^ *+' conftest.er1 >conftest.err
13673 rm -f conftest.er1
13674 cat conftest.err >&5
13675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13676 (exit $ac_status); } &&
13677 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13678 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13679 (eval $ac_try) 2>&5
13680 ac_status=$?
13681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13682 (exit $ac_status); }; } &&
13683 { ac_try='test -s conftest.$ac_objext'
13684 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13685 (eval $ac_try) 2>&5
13686 ac_status=$?
13687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13688 (exit $ac_status); }; }; then
13689 ac_hi=$ac_mid; break
7711else 13690else
13691 echo "$as_me: failed program was:" >&5
13692sed 's/^/| /' conftest.$ac_ext >&5
13693
13694ac_lo=`expr $ac_mid + 1`
13695 if test $ac_lo -le $ac_mid; then
13696 ac_lo= ac_hi=
13697 break
13698 fi
13699 ac_mid=`expr 2 '*' $ac_mid + 1`
13700fi
13701rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13702 done
13703else
13704 echo "$as_me: failed program was:" >&5
13705sed 's/^/| /' conftest.$ac_ext >&5
13706
13707cat >conftest.$ac_ext <<_ACEOF
13708/* confdefs.h. */
13709_ACEOF
13710cat confdefs.h >>conftest.$ac_ext
13711cat >>conftest.$ac_ext <<_ACEOF
13712/* end confdefs.h. */
13713$ac_includes_default
13714int
13715main ()
13716{
13717static int test_array [1 - 2 * !(((long) (sizeof (int *))) < 0)];
13718test_array [0] = 0
13719
13720 ;
13721 return 0;
13722}
13723_ACEOF
13724rm -f conftest.$ac_objext
13725if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13726 (eval $ac_compile) 2>conftest.er1
13727 ac_status=$?
13728 grep -v '^ *+' conftest.er1 >conftest.err
13729 rm -f conftest.er1
13730 cat conftest.err >&5
13731 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13732 (exit $ac_status); } &&
13733 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13734 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13735 (eval $ac_try) 2>&5
13736 ac_status=$?
13737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13738 (exit $ac_status); }; } &&
13739 { ac_try='test -s conftest.$ac_objext'
13740 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13741 (eval $ac_try) 2>&5
13742 ac_status=$?
13743 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13744 (exit $ac_status); }; }; then
13745 ac_hi=-1 ac_mid=-1
13746 while :; do
13747 cat >conftest.$ac_ext <<_ACEOF
13748/* confdefs.h. */
13749_ACEOF
13750cat confdefs.h >>conftest.$ac_ext
13751cat >>conftest.$ac_ext <<_ACEOF
13752/* end confdefs.h. */
13753$ac_includes_default
13754int
13755main ()
13756{
13757static int test_array [1 - 2 * !(((long) (sizeof (int *))) >= $ac_mid)];
13758test_array [0] = 0
13759
13760 ;
13761 return 0;
13762}
13763_ACEOF
13764rm -f conftest.$ac_objext
13765if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13766 (eval $ac_compile) 2>conftest.er1
13767 ac_status=$?
13768 grep -v '^ *+' conftest.er1 >conftest.err
13769 rm -f conftest.er1
13770 cat conftest.err >&5
13771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13772 (exit $ac_status); } &&
13773 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13774 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13775 (eval $ac_try) 2>&5
13776 ac_status=$?
13777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13778 (exit $ac_status); }; } &&
13779 { ac_try='test -s conftest.$ac_objext'
13780 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13781 (eval $ac_try) 2>&5
13782 ac_status=$?
13783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13784 (exit $ac_status); }; }; then
13785 ac_lo=$ac_mid; break
13786else
13787 echo "$as_me: failed program was:" >&5
13788sed 's/^/| /' conftest.$ac_ext >&5
13789
13790ac_hi=`expr '(' $ac_mid ')' - 1`
13791 if test $ac_mid -le $ac_hi; then
13792 ac_lo= ac_hi=
13793 break
13794 fi
13795 ac_mid=`expr 2 '*' $ac_mid`
13796fi
13797rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13798 done
13799else
13800 echo "$as_me: failed program was:" >&5
13801sed 's/^/| /' conftest.$ac_ext >&5
13802
13803ac_lo= ac_hi=
13804fi
13805rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13806fi
13807rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13808# Binary search between lo and hi bounds.
13809while test "x$ac_lo" != "x$ac_hi"; do
13810 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
7712 cat > conftest.$ac_ext <<EOF 13811 cat >conftest.$ac_ext <<_ACEOF
7713#line 7714 "configure" 13812/* confdefs.h. */
7714#include "confdefs.h" 13813_ACEOF
13814cat confdefs.h >>conftest.$ac_ext
13815cat >>conftest.$ac_ext <<_ACEOF
13816/* end confdefs.h. */
13817$ac_includes_default
13818int
13819main ()
13820{
13821static int test_array [1 - 2 * !(((long) (sizeof (int *))) <= $ac_mid)];
13822test_array [0] = 0
13823
13824 ;
13825 return 0;
13826}
13827_ACEOF
13828rm -f conftest.$ac_objext
13829if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13830 (eval $ac_compile) 2>conftest.er1
13831 ac_status=$?
13832 grep -v '^ *+' conftest.er1 >conftest.err
13833 rm -f conftest.er1
13834 cat conftest.err >&5
13835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13836 (exit $ac_status); } &&
13837 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13838 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13839 (eval $ac_try) 2>&5
13840 ac_status=$?
13841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13842 (exit $ac_status); }; } &&
13843 { ac_try='test -s conftest.$ac_objext'
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); }; }; then
13849 ac_hi=$ac_mid
13850else
13851 echo "$as_me: failed program was:" >&5
13852sed 's/^/| /' conftest.$ac_ext >&5
13853
13854ac_lo=`expr '(' $ac_mid ')' + 1`
13855fi
13856rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13857done
13858case $ac_lo in
13859?*) ac_cv_sizeof_int_p=$ac_lo;;
13860'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int *), 77
13861See \`config.log' for more details." >&5
13862echo "$as_me: error: cannot compute sizeof (int *), 77
13863See \`config.log' for more details." >&2;}
13864 { (exit 1); exit 1; }; } ;;
13865esac
13866else
13867 if test "$cross_compiling" = yes; then
13868 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
13869echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
13870 { (exit 1); exit 1; }; }
13871else
13872 cat >conftest.$ac_ext <<_ACEOF
13873/* confdefs.h. */
13874_ACEOF
13875cat confdefs.h >>conftest.$ac_ext
13876cat >>conftest.$ac_ext <<_ACEOF
13877/* end confdefs.h. */
13878$ac_includes_default
13879long longval () { return (long) (sizeof (int *)); }
13880unsigned long ulongval () { return (long) (sizeof (int *)); }
7715#include <stdio.h> 13881#include <stdio.h>
7716#include <sys/types.h> 13882#include <stdlib.h>
13883int
7717main() 13884main ()
7718{ 13885{
13886
7719 FILE *f=fopen("conftestval", "w"); 13887 FILE *f = fopen ("conftest.val", "w");
7720 if (!f) exit(1); 13888 if (! f)
7721 fprintf(f, "%d\n", sizeof(short));
7722 exit(0); 13889 exit (1);
13890 if (((long) (sizeof (int *))) < 0)
13891 {
13892 long i = longval ();
13893 if (i != ((long) (sizeof (int *))))
13894 exit (1);
13895 fprintf (f, "%ld\n", i);
13896 }
13897 else
13898 {
13899 unsigned long i = ulongval ();
13900 if (i != ((long) (sizeof (int *))))
13901 exit (1);
13902 fprintf (f, "%lu\n", i);
13903 }
13904 exit (ferror (f) || fclose (f) != 0);
13905
13906 ;
13907 return 0;
7723} 13908}
7724EOF 13909_ACEOF
7725if { (eval echo configure:7726: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 13910rm -f conftest$ac_exeext
7726then 13911if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13912 (eval $ac_link) 2>&5
13913 ac_status=$?
13914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13915 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
13916 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13917 (eval $ac_try) 2>&5
13918 ac_status=$?
13919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13920 (exit $ac_status); }; }; then
7727 ac_cv_sizeof_short=`cat conftestval` 13921 ac_cv_sizeof_int_p=`cat conftest.val`
7728else 13922else
13923 echo "$as_me: program exited with status $ac_status" >&5
7729 echo "configure: failed program was:" >&5 13924echo "$as_me: failed program was:" >&5
7730 cat conftest.$ac_ext >&5 13925sed 's/^/| /' conftest.$ac_ext >&5
7731 rm -fr conftest* 13926
7732 ac_cv_sizeof_short=0 13927( exit $ac_status )
13928{ { echo "$as_me:$LINENO: error: cannot compute sizeof (int *), 77
13929See \`config.log' for more details." >&5
13930echo "$as_me: error: cannot compute sizeof (int *), 77
13931See \`config.log' for more details." >&2;}
13932 { (exit 1); exit 1; }; }
7733fi 13933fi
13934rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
13935fi
13936fi
7734rm -fr conftest* 13937rm -f conftest.val
13938else
13939 ac_cv_sizeof_int_p=0
7735fi 13940fi
7736
7737fi 13941fi
7738echo "$ac_t""$ac_cv_sizeof_short" 1>&6 13942echo "$as_me:$LINENO: result: $ac_cv_sizeof_int_p" >&5
13943echo "${ECHO_T}$ac_cv_sizeof_int_p" >&6
7739cat >> confdefs.h <<EOF 13944cat >>confdefs.h <<_ACEOF
7740#define SIZEOF_SHORT $ac_cv_sizeof_short 13945#define SIZEOF_INT_P $ac_cv_sizeof_int_p
7741EOF 13946_ACEOF
7742 13947
7743 13948
7744echo $ac_n "checking size of int""... $ac_c" 1>&6 13949
7745echo "configure:7746: checking size of int" >&5 13950
7746if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then 13951echo "$as_me:$LINENO: checking for int16_t" >&5
13952echo $ECHO_N "checking for int16_t... $ECHO_C" >&6
13953if test "${rxvt_cv_int16_t+set}" = set; then
7747 echo $ac_n "(cached) $ac_c" 1>&6 13954 echo $ECHO_N "(cached) $ECHO_C" >&6
7748else 13955else
7749 if test "$cross_compiling" = yes; then
7750 ac_cv_sizeof_int=4
7751else
7752 cat > conftest.$ac_ext <<EOF 13956 cat >conftest.$ac_ext <<_ACEOF
7753#line 7754 "configure" 13957/* confdefs.h. */
7754#include "confdefs.h" 13958_ACEOF
13959cat confdefs.h >>conftest.$ac_ext
13960cat >>conftest.$ac_ext <<_ACEOF
13961/* end confdefs.h. */
7755#include <stdio.h> 13962#include <stdint.h>
7756#include <sys/types.h> 13963int
7757main() 13964main ()
7758{ 13965{
7759 FILE *f=fopen("conftestval", "w"); 13966int16_t dummy;
7760 if (!f) exit(1); 13967 ;
7761 fprintf(f, "%d\n", sizeof(int)); 13968 return 0;
7762 exit(0);
7763} 13969}
7764EOF 13970_ACEOF
7765if { (eval echo configure:7766: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 13971rm -f conftest.$ac_objext
7766then 13972if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7767 ac_cv_sizeof_int=`cat conftestval` 13973 (eval $ac_compile) 2>conftest.er1
7768else 13974 ac_status=$?
7769 echo "configure: failed program was:" >&5 13975 grep -v '^ *+' conftest.er1 >conftest.err
7770 cat conftest.$ac_ext >&5
7771 rm -fr conftest* 13976 rm -f conftest.er1
7772 ac_cv_sizeof_int=0
7773fi
7774rm -fr conftest*
7775fi
7776
7777fi
7778echo "$ac_t""$ac_cv_sizeof_int" 1>&6
7779cat >> confdefs.h <<EOF
7780#define SIZEOF_INT $ac_cv_sizeof_int
7781EOF
7782
7783
7784echo $ac_n "checking size of long""... $ac_c" 1>&6
7785echo "configure:7786: checking size of long" >&5
7786if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
7787 echo $ac_n "(cached) $ac_c" 1>&6
7788else
7789 if test "$cross_compiling" = yes; then
7790 ac_cv_sizeof_long=4
7791else
7792 cat > conftest.$ac_ext <<EOF
7793#line 7794 "configure"
7794#include "confdefs.h"
7795#include <stdio.h>
7796#include <sys/types.h>
7797main()
7798{
7799 FILE *f=fopen("conftestval", "w");
7800 if (!f) exit(1);
7801 fprintf(f, "%d\n", sizeof(long));
7802 exit(0);
7803}
7804EOF
7805if { (eval echo configure:7806: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
7806then
7807 ac_cv_sizeof_long=`cat conftestval`
7808else
7809 echo "configure: failed program was:" >&5
7810 cat conftest.$ac_ext >&5 13977 cat conftest.err >&5
7811 rm -fr conftest* 13978 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7812 ac_cv_sizeof_long=0 13979 (exit $ac_status); } &&
7813fi 13980 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7814rm -fr conftest* 13981 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7815fi 13982 (eval $ac_try) 2>&5
7816 13983 ac_status=$?
7817fi 13984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7818echo "$ac_t""$ac_cv_sizeof_long" 1>&6 13985 (exit $ac_status); }; } &&
7819cat >> confdefs.h <<EOF 13986 { ac_try='test -s conftest.$ac_objext'
7820#define SIZEOF_LONG $ac_cv_sizeof_long 13987 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7821EOF 13988 (eval $ac_try) 2>&5
7822 13989 ac_status=$?
7823 13990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7824echo $ac_n "checking size of long long""... $ac_c" 1>&6 13991 (exit $ac_status); }; }; then
7825echo "configure:7826: checking size of long long" >&5
7826if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then
7827 echo $ac_n "(cached) $ac_c" 1>&6
7828else
7829 if test "$cross_compiling" = yes; then
7830 ac_cv_sizeof_long_long=8
7831else
7832 cat > conftest.$ac_ext <<EOF
7833#line 7834 "configure"
7834#include "confdefs.h"
7835#include <stdio.h>
7836#include <sys/types.h>
7837main()
7838{
7839 FILE *f=fopen("conftestval", "w");
7840 if (!f) exit(1);
7841 fprintf(f, "%d\n", sizeof(long long));
7842 exit(0);
7843}
7844EOF
7845if { (eval echo configure:7846: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
7846then
7847 ac_cv_sizeof_long_long=`cat conftestval`
7848else
7849 echo "configure: failed program was:" >&5
7850 cat conftest.$ac_ext >&5
7851 rm -fr conftest*
7852 ac_cv_sizeof_long_long=0
7853fi
7854rm -fr conftest*
7855fi
7856
7857fi
7858echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6
7859cat >> confdefs.h <<EOF
7860#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
7861EOF
7862
7863
7864echo $ac_n "checking size of int *""... $ac_c" 1>&6
7865echo "configure:7866: checking size of int *" >&5
7866if eval "test \"`echo '$''{'ac_cv_sizeof_int_p'+set}'`\" = set"; then
7867 echo $ac_n "(cached) $ac_c" 1>&6
7868else
7869 if test "$cross_compiling" = yes; then
7870 ac_cv_sizeof_int_p=4
7871else
7872 cat > conftest.$ac_ext <<EOF
7873#line 7874 "configure"
7874#include "confdefs.h"
7875#include <stdio.h>
7876#include <sys/types.h>
7877main()
7878{
7879 FILE *f=fopen("conftestval", "w");
7880 if (!f) exit(1);
7881 fprintf(f, "%d\n", sizeof(int *));
7882 exit(0);
7883}
7884EOF
7885if { (eval echo configure:7886: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
7886then
7887 ac_cv_sizeof_int_p=`cat conftestval`
7888else
7889 echo "configure: failed program was:" >&5
7890 cat conftest.$ac_ext >&5
7891 rm -fr conftest*
7892 ac_cv_sizeof_int_p=0
7893fi
7894rm -fr conftest*
7895fi
7896
7897fi
7898echo "$ac_t""$ac_cv_sizeof_int_p" 1>&6
7899cat >> confdefs.h <<EOF
7900#define SIZEOF_INT_P $ac_cv_sizeof_int_p
7901EOF
7902
7903
7904
7905
7906echo $ac_n "checking for int16_t""... $ac_c" 1>&6
7907echo "configure:7908: checking for int16_t" >&5
7908if eval "test \"`echo '$''{'rxvt_cv_int16_t'+set}'`\" = set"; then
7909 echo $ac_n "(cached) $ac_c" 1>&6
7910else
7911 cat > conftest.$ac_ext <<EOF
7912#line 7913 "configure"
7913#include "confdefs.h"
7914#include <stdint.h>
7915int main() {
7916int16_t dummy;
7917; return 0; }
7918EOF
7919if { (eval echo configure:7920: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7920 rm -rf conftest*
7921 rxvt_cv_int16_t=yes 13992 rxvt_cv_int16_t=yes
7922else 13993else
7923 echo "configure: failed program was:" >&5 13994 echo "$as_me: failed program was:" >&5
7924 cat conftest.$ac_ext >&5 13995sed 's/^/| /' conftest.$ac_ext >&5
7925 rm -rf conftest* 13996
7926 if test $ac_cv_sizeof_char -ge 2; then 13997if test $ac_cv_sizeof_char -ge 2; then
7927 rxvt_cv_int16_t=" char" 13998 rxvt_cv_int16_t=" char"
7928else 13999else
7929 if test $ac_cv_sizeof_short -ge 2; then 14000 if test $ac_cv_sizeof_short -ge 2; then
7930 rxvt_cv_int16_t=" short" 14001 rxvt_cv_int16_t=" short"
7931 else 14002 else
7943 fi 14014 fi
7944 fi 14015 fi
7945 fi 14016 fi
7946fi 14017fi
7947fi 14018fi
7948rm -f conftest* 14019rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7949fi 14020fi
7950 14021echo "$as_me:$LINENO: result: $rxvt_cv_int16_t" >&5
7951echo "$ac_t""$rxvt_cv_int16_t" 1>&6 14022echo "${ECHO_T}$rxvt_cv_int16_t" >&6
7952if test x"$rxvt_cv_int16_t" != xyes; then 14023if test x"$rxvt_cv_int16_t" != xyes; then
7953 rxvt_int16_typedef="typedef $rxvt_cv_int16_t int16_t;" 14024 rxvt_int16_typedef="typedef $rxvt_cv_int16_t int16_t;"
7954else 14025else
7955 if test x"" = x; then 14026 if test x"" = x; then
7956 rxvt_int16_typedef="/* typedef short int16_t; */" 14027 rxvt_int16_typedef="/* typedef short int16_t; */"
7957 else 14028 else
7958 rxvt_int16_typedef="/* typedef short int16_t; */" 14029 rxvt_int16_typedef="/* typedef short int16_t; */"
7959 fi 14030 fi
7960fi 14031fi
7961 14032
14033echo "$as_me:$LINENO: checking for uint16_t" >&5
7962echo $ac_n "checking for uint16_t""... $ac_c" 1>&6 14034echo $ECHO_N "checking for uint16_t... $ECHO_C" >&6
7963echo "configure:7964: checking for uint16_t" >&5
7964if eval "test \"`echo '$''{'rxvt_cv_uint16_t'+set}'`\" = set"; then 14035if test "${rxvt_cv_uint16_t+set}" = set; then
7965 echo $ac_n "(cached) $ac_c" 1>&6 14036 echo $ECHO_N "(cached) $ECHO_C" >&6
7966else 14037else
7967 cat > conftest.$ac_ext <<EOF 14038 cat >conftest.$ac_ext <<_ACEOF
7968#line 7969 "configure" 14039/* confdefs.h. */
7969#include "confdefs.h" 14040_ACEOF
14041cat confdefs.h >>conftest.$ac_ext
14042cat >>conftest.$ac_ext <<_ACEOF
14043/* end confdefs.h. */
7970#include <stdint.h> 14044#include <stdint.h>
7971int main() { 14045int
14046main ()
14047{
7972uint16_t dummy; 14048uint16_t dummy;
14049 ;
7973; return 0; } 14050 return 0;
7974EOF 14051}
7975if { (eval echo configure:7976: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 14052_ACEOF
14053rm -f conftest.$ac_objext
14054if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14055 (eval $ac_compile) 2>conftest.er1
14056 ac_status=$?
14057 grep -v '^ *+' conftest.er1 >conftest.err
7976 rm -rf conftest* 14058 rm -f conftest.er1
14059 cat conftest.err >&5
14060 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14061 (exit $ac_status); } &&
14062 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14063 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14064 (eval $ac_try) 2>&5
14065 ac_status=$?
14066 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14067 (exit $ac_status); }; } &&
14068 { ac_try='test -s conftest.$ac_objext'
14069 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14070 (eval $ac_try) 2>&5
14071 ac_status=$?
14072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14073 (exit $ac_status); }; }; then
7977 rxvt_cv_uint16_t=yes 14074 rxvt_cv_uint16_t=yes
7978else 14075else
7979 echo "configure: failed program was:" >&5 14076 echo "$as_me: failed program was:" >&5
7980 cat conftest.$ac_ext >&5 14077sed 's/^/| /' conftest.$ac_ext >&5
7981 rm -rf conftest* 14078
7982 if test $ac_cv_sizeof_char -ge 2; then 14079if test $ac_cv_sizeof_char -ge 2; then
7983 rxvt_cv_uint16_t="unsigned char" 14080 rxvt_cv_uint16_t="unsigned char"
7984else 14081else
7985 if test $ac_cv_sizeof_short -ge 2; then 14082 if test $ac_cv_sizeof_short -ge 2; then
7986 rxvt_cv_uint16_t="unsigned short" 14083 rxvt_cv_uint16_t="unsigned short"
7987 else 14084 else
7999 fi 14096 fi
8000 fi 14097 fi
8001 fi 14098 fi
8002fi 14099fi
8003fi 14100fi
8004rm -f conftest* 14101rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8005fi 14102fi
8006 14103echo "$as_me:$LINENO: result: $rxvt_cv_uint16_t" >&5
8007echo "$ac_t""$rxvt_cv_uint16_t" 1>&6 14104echo "${ECHO_T}$rxvt_cv_uint16_t" >&6
8008if test x"$rxvt_cv_uint16_t" != xyes; then 14105if test x"$rxvt_cv_uint16_t" != xyes; then
8009 rxvt_uint16_typedef="typedef $rxvt_cv_uint16_t uint16_t;" 14106 rxvt_uint16_typedef="typedef $rxvt_cv_uint16_t uint16_t;"
8010else 14107else
8011 if test x"unsigned" = x; then 14108 if test x"unsigned" = x; then
8012 rxvt_uint16_typedef="/* typedef short uint16_t; */" 14109 rxvt_uint16_typedef="/* typedef short uint16_t; */"
8013 else 14110 else
8014 rxvt_uint16_typedef="/* typedef unsigned short uint16_t; */" 14111 rxvt_uint16_typedef="/* typedef unsigned short uint16_t; */"
8015 fi 14112 fi
8016fi 14113fi
8017 14114
14115echo "$as_me:$LINENO: checking for int32_t" >&5
8018echo $ac_n "checking for int32_t""... $ac_c" 1>&6 14116echo $ECHO_N "checking for int32_t... $ECHO_C" >&6
8019echo "configure:8020: checking for int32_t" >&5
8020if eval "test \"`echo '$''{'rxvt_cv_int32_t'+set}'`\" = set"; then 14117if test "${rxvt_cv_int32_t+set}" = set; then
8021 echo $ac_n "(cached) $ac_c" 1>&6 14118 echo $ECHO_N "(cached) $ECHO_C" >&6
8022else 14119else
8023 cat > conftest.$ac_ext <<EOF 14120 cat >conftest.$ac_ext <<_ACEOF
8024#line 8025 "configure" 14121/* confdefs.h. */
8025#include "confdefs.h" 14122_ACEOF
14123cat confdefs.h >>conftest.$ac_ext
14124cat >>conftest.$ac_ext <<_ACEOF
14125/* end confdefs.h. */
8026#include <stdint.h> 14126#include <stdint.h>
8027int main() { 14127int
14128main ()
14129{
8028int32_t dummy; 14130int32_t dummy;
14131 ;
8029; return 0; } 14132 return 0;
8030EOF 14133}
8031if { (eval echo configure:8032: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 14134_ACEOF
14135rm -f conftest.$ac_objext
14136if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14137 (eval $ac_compile) 2>conftest.er1
14138 ac_status=$?
14139 grep -v '^ *+' conftest.er1 >conftest.err
8032 rm -rf conftest* 14140 rm -f conftest.er1
14141 cat conftest.err >&5
14142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14143 (exit $ac_status); } &&
14144 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14145 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14146 (eval $ac_try) 2>&5
14147 ac_status=$?
14148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14149 (exit $ac_status); }; } &&
14150 { ac_try='test -s conftest.$ac_objext'
14151 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14152 (eval $ac_try) 2>&5
14153 ac_status=$?
14154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14155 (exit $ac_status); }; }; then
8033 rxvt_cv_int32_t=yes 14156 rxvt_cv_int32_t=yes
8034else 14157else
8035 echo "configure: failed program was:" >&5 14158 echo "$as_me: failed program was:" >&5
8036 cat conftest.$ac_ext >&5 14159sed 's/^/| /' conftest.$ac_ext >&5
8037 rm -rf conftest* 14160
8038 if test $ac_cv_sizeof_char -ge 4; then 14161if test $ac_cv_sizeof_char -ge 4; then
8039 rxvt_cv_int32_t=" char" 14162 rxvt_cv_int32_t=" char"
8040else 14163else
8041 if test $ac_cv_sizeof_short -ge 4; then 14164 if test $ac_cv_sizeof_short -ge 4; then
8042 rxvt_cv_int32_t=" short" 14165 rxvt_cv_int32_t=" short"
8043 else 14166 else
8055 fi 14178 fi
8056 fi 14179 fi
8057 fi 14180 fi
8058fi 14181fi
8059fi 14182fi
8060rm -f conftest* 14183rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8061fi 14184fi
8062 14185echo "$as_me:$LINENO: result: $rxvt_cv_int32_t" >&5
8063echo "$ac_t""$rxvt_cv_int32_t" 1>&6 14186echo "${ECHO_T}$rxvt_cv_int32_t" >&6
8064if test x"$rxvt_cv_int32_t" != xyes; then 14187if test x"$rxvt_cv_int32_t" != xyes; then
8065 rxvt_int32_typedef="typedef $rxvt_cv_int32_t int32_t;" 14188 rxvt_int32_typedef="typedef $rxvt_cv_int32_t int32_t;"
8066else 14189else
8067 if test x"" = x; then 14190 if test x"" = x; then
8068 rxvt_int32_typedef="/* typedef int int32_t; */" 14191 rxvt_int32_typedef="/* typedef int int32_t; */"
8069 else 14192 else
8070 rxvt_int32_typedef="/* typedef int int32_t; */" 14193 rxvt_int32_typedef="/* typedef int int32_t; */"
8071 fi 14194 fi
8072fi 14195fi
8073 14196
14197echo "$as_me:$LINENO: checking for uint32_t" >&5
8074echo $ac_n "checking for uint32_t""... $ac_c" 1>&6 14198echo $ECHO_N "checking for uint32_t... $ECHO_C" >&6
8075echo "configure:8076: checking for uint32_t" >&5
8076if eval "test \"`echo '$''{'rxvt_cv_uint32_t'+set}'`\" = set"; then 14199if test "${rxvt_cv_uint32_t+set}" = set; then
8077 echo $ac_n "(cached) $ac_c" 1>&6 14200 echo $ECHO_N "(cached) $ECHO_C" >&6
8078else 14201else
8079 cat > conftest.$ac_ext <<EOF 14202 cat >conftest.$ac_ext <<_ACEOF
8080#line 8081 "configure" 14203/* confdefs.h. */
8081#include "confdefs.h" 14204_ACEOF
14205cat confdefs.h >>conftest.$ac_ext
14206cat >>conftest.$ac_ext <<_ACEOF
14207/* end confdefs.h. */
8082#include <stdint.h> 14208#include <stdint.h>
8083int main() { 14209int
14210main ()
14211{
8084uint32_t dummy; 14212uint32_t dummy;
14213 ;
8085; return 0; } 14214 return 0;
8086EOF 14215}
8087if { (eval echo configure:8088: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 14216_ACEOF
14217rm -f conftest.$ac_objext
14218if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14219 (eval $ac_compile) 2>conftest.er1
14220 ac_status=$?
14221 grep -v '^ *+' conftest.er1 >conftest.err
8088 rm -rf conftest* 14222 rm -f conftest.er1
14223 cat conftest.err >&5
14224 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14225 (exit $ac_status); } &&
14226 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14227 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14228 (eval $ac_try) 2>&5
14229 ac_status=$?
14230 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14231 (exit $ac_status); }; } &&
14232 { ac_try='test -s conftest.$ac_objext'
14233 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14234 (eval $ac_try) 2>&5
14235 ac_status=$?
14236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14237 (exit $ac_status); }; }; then
8089 rxvt_cv_uint32_t=yes 14238 rxvt_cv_uint32_t=yes
8090else 14239else
8091 echo "configure: failed program was:" >&5 14240 echo "$as_me: failed program was:" >&5
8092 cat conftest.$ac_ext >&5 14241sed 's/^/| /' conftest.$ac_ext >&5
8093 rm -rf conftest* 14242
8094 if test $ac_cv_sizeof_char -ge 4; then 14243if test $ac_cv_sizeof_char -ge 4; then
8095 rxvt_cv_uint32_t="unsigned char" 14244 rxvt_cv_uint32_t="unsigned char"
8096else 14245else
8097 if test $ac_cv_sizeof_short -ge 4; then 14246 if test $ac_cv_sizeof_short -ge 4; then
8098 rxvt_cv_uint32_t="unsigned short" 14247 rxvt_cv_uint32_t="unsigned short"
8099 else 14248 else
8111 fi 14260 fi
8112 fi 14261 fi
8113 fi 14262 fi
8114fi 14263fi
8115fi 14264fi
8116rm -f conftest* 14265rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8117fi 14266fi
8118 14267echo "$as_me:$LINENO: result: $rxvt_cv_uint32_t" >&5
8119echo "$ac_t""$rxvt_cv_uint32_t" 1>&6 14268echo "${ECHO_T}$rxvt_cv_uint32_t" >&6
8120if test x"$rxvt_cv_uint32_t" != xyes; then 14269if test x"$rxvt_cv_uint32_t" != xyes; then
8121 rxvt_uint32_typedef="typedef $rxvt_cv_uint32_t uint32_t;" 14270 rxvt_uint32_typedef="typedef $rxvt_cv_uint32_t uint32_t;"
8122else 14271else
8123 if test x"unsigned" = x; then 14272 if test x"unsigned" = x; then
8124 rxvt_uint32_typedef="/* typedef int uint32_t; */" 14273 rxvt_uint32_typedef="/* typedef int uint32_t; */"
8125 else 14274 else
8126 rxvt_uint32_typedef="/* typedef unsigned int uint32_t; */" 14275 rxvt_uint32_typedef="/* typedef unsigned int uint32_t; */"
8127 fi 14276 fi
8128fi 14277fi
8129 14278
8130if test $ac_cv_sizeof_int_p -eq 8; then 14279if test $ac_cv_sizeof_int_p -eq 8; then
8131 rxvt_intp_define="#define intp_t int64_t" 14280 rxvt_intp_define="#define intp_t int64_t"
8132 rxvt_u_intp_define="#define u_intp_t u_int64_t" 14281 rxvt_u_intp_define="#define u_intp_t u_int64_t"
8133else 14282else
8145 fi 14294 fi
8146fi 14295fi
8147 14296
8148 14297
8149 14298
14299echo "$as_me:$LINENO: checking return type of signal handlers" >&5
8150echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6 14300echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
8151echo "configure:8152: checking return type of signal handlers" >&5
8152if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then 14301if test "${ac_cv_type_signal+set}" = set; then
8153 echo $ac_n "(cached) $ac_c" 1>&6 14302 echo $ECHO_N "(cached) $ECHO_C" >&6
8154else 14303else
8155 cat > conftest.$ac_ext <<EOF 14304 cat >conftest.$ac_ext <<_ACEOF
8156#line 8157 "configure" 14305/* confdefs.h. */
8157#include "confdefs.h" 14306_ACEOF
14307cat confdefs.h >>conftest.$ac_ext
14308cat >>conftest.$ac_ext <<_ACEOF
14309/* end confdefs.h. */
8158#include <sys/types.h> 14310#include <sys/types.h>
8159#include <signal.h> 14311#include <signal.h>
8160#ifdef signal 14312#ifdef signal
8161#undef signal 14313# undef signal
8162#endif 14314#endif
8163#ifdef __cplusplus 14315#ifdef __cplusplus
8164extern "C" void (*signal (int, void (*)(int)))(int); 14316extern "C" void (*signal (int, void (*)(int)))(int);
8165#else 14317#else
8166void (*signal ()) (); 14318void (*signal ()) ();
8167#endif 14319#endif
8168 14320
8169int main() { 14321int
14322main ()
14323{
8170int i; 14324int i;
14325 ;
8171; return 0; } 14326 return 0;
8172EOF 14327}
8173if { (eval echo configure:8174: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 14328_ACEOF
14329rm -f conftest.$ac_objext
14330if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14331 (eval $ac_compile) 2>conftest.er1
14332 ac_status=$?
14333 grep -v '^ *+' conftest.er1 >conftest.err
8174 rm -rf conftest* 14334 rm -f conftest.er1
14335 cat conftest.err >&5
14336 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14337 (exit $ac_status); } &&
14338 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14339 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14340 (eval $ac_try) 2>&5
14341 ac_status=$?
14342 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14343 (exit $ac_status); }; } &&
14344 { ac_try='test -s conftest.$ac_objext'
14345 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14346 (eval $ac_try) 2>&5
14347 ac_status=$?
14348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14349 (exit $ac_status); }; }; then
8175 ac_cv_type_signal=void 14350 ac_cv_type_signal=void
8176else 14351else
8177 echo "configure: failed program was:" >&5 14352 echo "$as_me: failed program was:" >&5
8178 cat conftest.$ac_ext >&5 14353sed 's/^/| /' conftest.$ac_ext >&5
8179 rm -rf conftest* 14354
8180 ac_cv_type_signal=int 14355ac_cv_type_signal=int
8181fi 14356fi
8182rm -f conftest* 14357rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8183fi 14358fi
8184 14359echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
8185echo "$ac_t""$ac_cv_type_signal" 1>&6 14360echo "${ECHO_T}$ac_cv_type_signal" >&6
14361
8186cat >> confdefs.h <<EOF 14362cat >>confdefs.h <<_ACEOF
8187#define RETSIGTYPE $ac_cv_type_signal 14363#define RETSIGTYPE $ac_cv_type_signal
8188EOF 14364_ACEOF
8189 14365
8190 14366
8191 14367
8192case "$host_alias" in 14368case "$host_alias" in
8193 *ultrix) ac_cv_func_setsid='no' ;; 14369 *ultrix) ac_cv_func_setsid='no' ;;
8194 *) break;; 14370 *) break;;
8195esac 14371esac
14372
14373
14374
14375
14376
14377
14378
14379
14380
14381
14382
14383
14384
14385
14386
14387
14388
14389
8196 14390
8197for ac_func in \ 14391for ac_func in \
8198 atexit \ 14392 atexit \
8199 revoke \ 14393 revoke \
8200 unsetenv \ 14394 unsetenv \
8213 nanosleep \ 14407 nanosleep \
8214 updwtmp \ 14408 updwtmp \
8215 ttyslot \ 14409 ttyslot \
8216 14410
8217do 14411do
14412as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14413echo "$as_me:$LINENO: checking for $ac_func" >&5
8218echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 14414echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8219echo "configure:8220: checking for $ac_func" >&5 14415if eval "test \"\${$as_ac_var+set}\" = set"; then
8220if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
8221 echo $ac_n "(cached) $ac_c" 1>&6 14416 echo $ECHO_N "(cached) $ECHO_C" >&6
8222else 14417else
8223 cat > conftest.$ac_ext <<EOF 14418 cat >conftest.$ac_ext <<_ACEOF
8224#line 8225 "configure" 14419/* confdefs.h. */
8225#include "confdefs.h" 14420_ACEOF
14421cat confdefs.h >>conftest.$ac_ext
14422cat >>conftest.$ac_ext <<_ACEOF
14423/* end confdefs.h. */
14424/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14425 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14426#define $ac_func innocuous_$ac_func
14427
8226/* System header to define __stub macros and hopefully few prototypes, 14428/* System header to define __stub macros and hopefully few prototypes,
8227 which can conflict with char $ac_func(); below. */ 14429 which can conflict with char $ac_func (); below.
14430 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14431 <limits.h> exists even on freestanding compilers. */
14432
14433#ifdef __STDC__
14434# include <limits.h>
14435#else
8228#include <assert.h> 14436# include <assert.h>
14437#endif
14438
14439#undef $ac_func
14440
8229/* Override any gcc2 internal prototype to avoid an error. */ 14441/* Override any gcc2 internal prototype to avoid an error. */
14442#ifdef __cplusplus
14443extern "C"
14444{
14445#endif
8230/* We use char because int might match the return type of a gcc2 14446/* We use char because int might match the return type of a gcc2
8231 builtin and then its argument prototype would still apply. */ 14447 builtin and then its argument prototype would still apply. */
8232char $ac_func(); 14448char $ac_func ();
8233
8234int main() {
8235
8236/* The GNU C library defines this for functions which it implements 14449/* The GNU C library defines this for functions which it implements
8237 to always fail with ENOSYS. Some functions are actually named 14450 to always fail with ENOSYS. Some functions are actually named
8238 something starting with __ and the normal name is an alias. */ 14451 something starting with __ and the normal name is an alias. */
8239#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 14452#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8240choke me 14453choke me
8241#else 14454#else
8242$ac_func(); 14455char (*f) () = $ac_func;
8243#endif 14456#endif
14457#ifdef __cplusplus
14458}
14459#endif
8244 14460
14461int
14462main ()
14463{
14464return f != $ac_func;
14465 ;
8245; return 0; } 14466 return 0;
8246EOF 14467}
8247if { (eval echo configure:8248: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 14468_ACEOF
14469rm -f conftest.$ac_objext conftest$ac_exeext
14470if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14471 (eval $ac_link) 2>conftest.er1
14472 ac_status=$?
14473 grep -v '^ *+' conftest.er1 >conftest.err
8248 rm -rf conftest* 14474 rm -f conftest.er1
8249 eval "ac_cv_func_$ac_func=yes" 14475 cat conftest.err >&5
14476 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14477 (exit $ac_status); } &&
14478 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14479 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14480 (eval $ac_try) 2>&5
14481 ac_status=$?
14482 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14483 (exit $ac_status); }; } &&
14484 { ac_try='test -s conftest$ac_exeext'
14485 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14486 (eval $ac_try) 2>&5
14487 ac_status=$?
14488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14489 (exit $ac_status); }; }; then
14490 eval "$as_ac_var=yes"
8250else 14491else
8251 echo "configure: failed program was:" >&5 14492 echo "$as_me: failed program was:" >&5
8252 cat conftest.$ac_ext >&5 14493sed 's/^/| /' conftest.$ac_ext >&5
8253 rm -rf conftest*
8254 eval "ac_cv_func_$ac_func=no"
8255fi
8256rm -f conftest*
8257fi
8258 14494
8259if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then 14495eval "$as_ac_var=no"
8260 echo "$ac_t""yes" 1>&6 14496fi
8261 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` 14497rm -f conftest.err conftest.$ac_objext \
14498 conftest$ac_exeext conftest.$ac_ext
14499fi
14500echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
14501echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
14502if test `eval echo '${'$as_ac_var'}'` = yes; then
8262 cat >> confdefs.h <<EOF 14503 cat >>confdefs.h <<_ACEOF
8263#define $ac_tr_func 1 14504#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
8264EOF 14505_ACEOF
8265 14506
8266else
8267 echo "$ac_t""no" 1>&6
8268fi 14507fi
8269done 14508done
8270 14509
8271 14510
8272 14511
8273ac_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'` 14512if test "${ac_cv_header_utmp_h+set}" = set; then
14513 echo "$as_me:$LINENO: checking for utmp.h" >&5
8274echo $ac_n "checking for utmp.h""... $ac_c" 1>&6 14514echo $ECHO_N "checking for utmp.h... $ECHO_C" >&6
8275echo "configure:8276: checking for utmp.h" >&5 14515if test "${ac_cv_header_utmp_h+set}" = set; then
8276if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
8277 echo $ac_n "(cached) $ac_c" 1>&6 14516 echo $ECHO_N "(cached) $ECHO_C" >&6
14517fi
14518echo "$as_me:$LINENO: result: $ac_cv_header_utmp_h" >&5
14519echo "${ECHO_T}$ac_cv_header_utmp_h" >&6
8278else 14520else
14521 # Is the header compilable?
14522echo "$as_me:$LINENO: checking utmp.h usability" >&5
14523echo $ECHO_N "checking utmp.h usability... $ECHO_C" >&6
8279 cat > conftest.$ac_ext <<EOF 14524cat >conftest.$ac_ext <<_ACEOF
8280#line 8281 "configure" 14525/* confdefs.h. */
8281#include "confdefs.h" 14526_ACEOF
14527cat confdefs.h >>conftest.$ac_ext
14528cat >>conftest.$ac_ext <<_ACEOF
14529/* end confdefs.h. */
14530$ac_includes_default
8282#include <utmp.h> 14531#include <utmp.h>
8283EOF 14532_ACEOF
8284ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 14533rm -f conftest.$ac_objext
8285{ (eval echo configure:8286: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 14534if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8286ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 14535 (eval $ac_compile) 2>conftest.er1
14536 ac_status=$?
14537 grep -v '^ *+' conftest.er1 >conftest.err
14538 rm -f conftest.er1
14539 cat conftest.err >&5
14540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14541 (exit $ac_status); } &&
14542 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14543 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14544 (eval $ac_try) 2>&5
14545 ac_status=$?
14546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14547 (exit $ac_status); }; } &&
14548 { ac_try='test -s conftest.$ac_objext'
14549 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14550 (eval $ac_try) 2>&5
14551 ac_status=$?
14552 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14553 (exit $ac_status); }; }; then
14554 ac_header_compiler=yes
14555else
14556 echo "$as_me: failed program was:" >&5
14557sed 's/^/| /' conftest.$ac_ext >&5
14558
14559ac_header_compiler=no
14560fi
14561rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14562echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14563echo "${ECHO_T}$ac_header_compiler" >&6
14564
14565# Is the header present?
14566echo "$as_me:$LINENO: checking utmp.h presence" >&5
14567echo $ECHO_N "checking utmp.h presence... $ECHO_C" >&6
14568cat >conftest.$ac_ext <<_ACEOF
14569/* confdefs.h. */
14570_ACEOF
14571cat confdefs.h >>conftest.$ac_ext
14572cat >>conftest.$ac_ext <<_ACEOF
14573/* end confdefs.h. */
14574#include <utmp.h>
14575_ACEOF
14576if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14577 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
14578 ac_status=$?
14579 grep -v '^ *+' conftest.er1 >conftest.err
14580 rm -f conftest.er1
14581 cat conftest.err >&5
14582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14583 (exit $ac_status); } >/dev/null; then
14584 if test -s conftest.err; then
14585 ac_cpp_err=$ac_cxx_preproc_warn_flag
14586 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
14587 else
14588 ac_cpp_err=
14589 fi
14590else
14591 ac_cpp_err=yes
14592fi
8287if test -z "$ac_err"; then 14593if test -z "$ac_cpp_err"; then
8288 rm -rf conftest* 14594 ac_header_preproc=yes
8289 eval "ac_cv_header_$ac_safe=yes"
8290else 14595else
8291 echo "$ac_err" >&5
8292 echo "configure: failed program was:" >&5 14596 echo "$as_me: failed program was:" >&5
8293 cat conftest.$ac_ext >&5 14597sed 's/^/| /' conftest.$ac_ext >&5
8294 rm -rf conftest* 14598
8295 eval "ac_cv_header_$ac_safe=no" 14599 ac_header_preproc=no
8296fi 14600fi
8297rm -f conftest* 14601rm -f conftest.err conftest.$ac_ext
14602echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14603echo "${ECHO_T}$ac_header_preproc" >&6
14604
14605# So? What about this header?
14606case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
14607 yes:no: )
14608 { echo "$as_me:$LINENO: WARNING: utmp.h: accepted by the compiler, rejected by the preprocessor!" >&5
14609echo "$as_me: WARNING: utmp.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14610 { echo "$as_me:$LINENO: WARNING: utmp.h: proceeding with the compiler's result" >&5
14611echo "$as_me: WARNING: utmp.h: proceeding with the compiler's result" >&2;}
14612 ac_header_preproc=yes
14613 ;;
14614 no:yes:* )
14615 { echo "$as_me:$LINENO: WARNING: utmp.h: present but cannot be compiled" >&5
14616echo "$as_me: WARNING: utmp.h: present but cannot be compiled" >&2;}
14617 { echo "$as_me:$LINENO: WARNING: utmp.h: check for missing prerequisite headers?" >&5
14618echo "$as_me: WARNING: utmp.h: check for missing prerequisite headers?" >&2;}
14619 { echo "$as_me:$LINENO: WARNING: utmp.h: see the Autoconf documentation" >&5
14620echo "$as_me: WARNING: utmp.h: see the Autoconf documentation" >&2;}
14621 { echo "$as_me:$LINENO: WARNING: utmp.h: section \"Present But Cannot Be Compiled\"" >&5
14622echo "$as_me: WARNING: utmp.h: section \"Present But Cannot Be Compiled\"" >&2;}
14623 { echo "$as_me:$LINENO: WARNING: utmp.h: proceeding with the preprocessor's result" >&5
14624echo "$as_me: WARNING: utmp.h: proceeding with the preprocessor's result" >&2;}
14625 { echo "$as_me:$LINENO: WARNING: utmp.h: in the future, the compiler will take precedence" >&5
14626echo "$as_me: WARNING: utmp.h: in the future, the compiler will take precedence" >&2;}
14627 (
14628 cat <<\_ASBOX
14629## ------------------------------------------ ##
14630## Report this to the AC_PACKAGE_NAME lists. ##
14631## ------------------------------------------ ##
14632_ASBOX
14633 ) |
14634 sed "s/^/$as_me: WARNING: /" >&2
14635 ;;
14636esac
14637echo "$as_me:$LINENO: checking for utmp.h" >&5
14638echo $ECHO_N "checking for utmp.h... $ECHO_C" >&6
14639if test "${ac_cv_header_utmp_h+set}" = set; then
14640 echo $ECHO_N "(cached) $ECHO_C" >&6
14641else
14642 ac_cv_header_utmp_h=$ac_header_preproc
8298fi 14643fi
8299if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 14644echo "$as_me:$LINENO: result: $ac_cv_header_utmp_h" >&5
8300 echo "$ac_t""yes" 1>&6 14645echo "${ECHO_T}$ac_cv_header_utmp_h" >&6
14646
14647fi
14648if test $ac_cv_header_utmp_h = yes; then
14649 echo "$as_me:$LINENO: checking for struct utmp" >&5
8301 echo $ac_n "checking for struct utmp""... $ac_c" 1>&6 14650echo $ECHO_N "checking for struct utmp... $ECHO_C" >&6
8302echo "configure:8303: checking for struct utmp" >&5
8303if eval "test \"`echo '$''{'rxvt_cv_struct_utmp'+set}'`\" = set"; then 14651if test "${rxvt_cv_struct_utmp+set}" = set; then
8304 echo $ac_n "(cached) $ac_c" 1>&6 14652 echo $ECHO_N "(cached) $ECHO_C" >&6
8305else 14653else
8306 cat > conftest.$ac_ext <<EOF 14654 cat >conftest.$ac_ext <<_ACEOF
8307#line 8308 "configure" 14655/* confdefs.h. */
8308#include "confdefs.h" 14656_ACEOF
14657cat confdefs.h >>conftest.$ac_ext
14658cat >>conftest.$ac_ext <<_ACEOF
14659/* end confdefs.h. */
8309#include <sys/types.h> 14660#include <sys/types.h>
8310#include <stdint.h> 14661#include <stdint.h>
8311#include <utmp.h> 14662#include <utmp.h>
8312int main() { 14663int
14664main ()
14665{
8313struct utmp ut; 14666struct utmp ut;
14667 ;
8314; return 0; } 14668 return 0;
8315EOF 14669}
8316if { (eval echo configure:8317: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 14670_ACEOF
14671rm -f conftest.$ac_objext
14672if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14673 (eval $ac_compile) 2>conftest.er1
14674 ac_status=$?
14675 grep -v '^ *+' conftest.er1 >conftest.err
8317 rm -rf conftest* 14676 rm -f conftest.er1
14677 cat conftest.err >&5
14678 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14679 (exit $ac_status); } &&
14680 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14681 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14682 (eval $ac_try) 2>&5
14683 ac_status=$?
14684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14685 (exit $ac_status); }; } &&
14686 { ac_try='test -s conftest.$ac_objext'
14687 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14688 (eval $ac_try) 2>&5
14689 ac_status=$?
14690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14691 (exit $ac_status); }; }; then
8318 rxvt_cv_struct_utmp=yes 14692 rxvt_cv_struct_utmp=yes
8319else 14693else
8320 echo "configure: failed program was:" >&5 14694 echo "$as_me: failed program was:" >&5
8321 cat conftest.$ac_ext >&5 14695sed 's/^/| /' conftest.$ac_ext >&5
8322 rm -rf conftest* 14696
8323 rxvt_cv_struct_utmp=no 14697rxvt_cv_struct_utmp=no
8324fi 14698fi
8325rm -f conftest* 14699rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8326fi 14700fi
8327 14701echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmp" >&5
8328echo "$ac_t""$rxvt_cv_struct_utmp" 1>&6 14702echo "${ECHO_T}$rxvt_cv_struct_utmp" >&6
8329if test x$rxvt_cv_struct_utmp = xyes; then 14703if test x$rxvt_cv_struct_utmp = xyes; then
14704
8330 cat >> confdefs.h <<\EOF 14705cat >>confdefs.h <<\_ACEOF
8331#define HAVE_STRUCT_UTMP 1 14706#define HAVE_STRUCT_UTMP 1
8332EOF 14707_ACEOF
8333 14708
8334fi 14709fi
8335 14710
8336 14711
14712echo "$as_me:$LINENO: checking for ut_host in utmp struct" >&5
8337echo $ac_n "checking for ut_host in utmp struct""... $ac_c" 1>&6 14713echo $ECHO_N "checking for ut_host in utmp struct... $ECHO_C" >&6
8338echo "configure:8339: checking for ut_host in utmp struct" >&5
8339if eval "test \"`echo '$''{'rxvt_cv_struct_utmp_host'+set}'`\" = set"; then 14714if test "${rxvt_cv_struct_utmp_host+set}" = set; then
8340 echo $ac_n "(cached) $ac_c" 1>&6 14715 echo $ECHO_N "(cached) $ECHO_C" >&6
8341else 14716else
8342 cat > conftest.$ac_ext <<EOF 14717 cat >conftest.$ac_ext <<_ACEOF
8343#line 8344 "configure" 14718/* confdefs.h. */
8344#include "confdefs.h" 14719_ACEOF
14720cat confdefs.h >>conftest.$ac_ext
14721cat >>conftest.$ac_ext <<_ACEOF
14722/* end confdefs.h. */
8345#include <sys/types.h> 14723#include <sys/types.h>
8346#include <utmp.h> 14724#include <utmp.h>
8347int main() { 14725int
14726main ()
14727{
8348struct utmp ut; ut.ut_host; 14728struct utmp ut; ut.ut_host;
14729 ;
8349; return 0; } 14730 return 0;
8350EOF 14731}
8351if { (eval echo configure:8352: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 14732_ACEOF
14733rm -f conftest.$ac_objext
14734if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14735 (eval $ac_compile) 2>conftest.er1
14736 ac_status=$?
14737 grep -v '^ *+' conftest.er1 >conftest.err
8352 rm -rf conftest* 14738 rm -f conftest.er1
14739 cat conftest.err >&5
14740 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14741 (exit $ac_status); } &&
14742 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14743 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14744 (eval $ac_try) 2>&5
14745 ac_status=$?
14746 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14747 (exit $ac_status); }; } &&
14748 { ac_try='test -s conftest.$ac_objext'
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); }; }; then
8353 rxvt_cv_struct_utmp_host=yes 14754 rxvt_cv_struct_utmp_host=yes
8354else 14755else
8355 echo "configure: failed program was:" >&5 14756 echo "$as_me: failed program was:" >&5
8356 cat conftest.$ac_ext >&5 14757sed 's/^/| /' conftest.$ac_ext >&5
8357 rm -rf conftest* 14758
8358 rxvt_cv_struct_utmp_host=no 14759rxvt_cv_struct_utmp_host=no
8359fi 14760fi
8360rm -f conftest* 14761rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8361fi 14762fi
8362 14763echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmp_host" >&5
8363echo "$ac_t""$rxvt_cv_struct_utmp_host" 1>&6 14764echo "${ECHO_T}$rxvt_cv_struct_utmp_host" >&6
8364if test x$rxvt_cv_struct_utmp_host = xyes; then 14765if test x$rxvt_cv_struct_utmp_host = xyes; then
14766
8365 cat >> confdefs.h <<\EOF 14767cat >>confdefs.h <<\_ACEOF
8366#define HAVE_UTMP_HOST 1 14768#define HAVE_UTMP_HOST 1
8367EOF 14769_ACEOF
8368 14770
8369fi 14771fi
8370 14772
14773echo "$as_me:$LINENO: checking for ut_pid in utmp struct" >&5
8371echo $ac_n "checking for ut_pid in utmp struct""... $ac_c" 1>&6 14774echo $ECHO_N "checking for ut_pid in utmp struct... $ECHO_C" >&6
8372echo "configure:8373: checking for ut_pid in utmp struct" >&5
8373if eval "test \"`echo '$''{'rxvt_cv_struct_utmp_pid'+set}'`\" = set"; then 14775if test "${rxvt_cv_struct_utmp_pid+set}" = set; then
8374 echo $ac_n "(cached) $ac_c" 1>&6 14776 echo $ECHO_N "(cached) $ECHO_C" >&6
8375else 14777else
8376 cat > conftest.$ac_ext <<EOF 14778 cat >conftest.$ac_ext <<_ACEOF
8377#line 8378 "configure" 14779/* confdefs.h. */
8378#include "confdefs.h" 14780_ACEOF
14781cat confdefs.h >>conftest.$ac_ext
14782cat >>conftest.$ac_ext <<_ACEOF
14783/* end confdefs.h. */
8379#include <sys/types.h> 14784#include <sys/types.h>
8380#include <utmp.h> 14785#include <utmp.h>
8381int main() { 14786int
14787main ()
14788{
8382struct utmp ut; ut.ut_pid; 14789struct utmp ut; ut.ut_pid;
14790 ;
8383; return 0; } 14791 return 0;
8384EOF 14792}
8385if { (eval echo configure:8386: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 14793_ACEOF
14794rm -f conftest.$ac_objext
14795if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14796 (eval $ac_compile) 2>conftest.er1
14797 ac_status=$?
14798 grep -v '^ *+' conftest.er1 >conftest.err
8386 rm -rf conftest* 14799 rm -f conftest.er1
14800 cat conftest.err >&5
14801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14802 (exit $ac_status); } &&
14803 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14804 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14805 (eval $ac_try) 2>&5
14806 ac_status=$?
14807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14808 (exit $ac_status); }; } &&
14809 { ac_try='test -s conftest.$ac_objext'
14810 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14811 (eval $ac_try) 2>&5
14812 ac_status=$?
14813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14814 (exit $ac_status); }; }; then
8387 rxvt_cv_struct_utmp_pid=yes 14815 rxvt_cv_struct_utmp_pid=yes
8388else 14816else
8389 echo "configure: failed program was:" >&5 14817 echo "$as_me: failed program was:" >&5
8390 cat conftest.$ac_ext >&5 14818sed 's/^/| /' conftest.$ac_ext >&5
8391 rm -rf conftest* 14819
8392 rxvt_cv_struct_utmp_pid=no 14820rxvt_cv_struct_utmp_pid=no
8393fi 14821fi
8394rm -f conftest* 14822rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8395fi 14823fi
8396 14824echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmp_pid" >&5
8397echo "$ac_t""$rxvt_cv_struct_utmp_pid" 1>&6 14825echo "${ECHO_T}$rxvt_cv_struct_utmp_pid" >&6
8398if test x$rxvt_cv_struct_utmp_pid = xyes; then 14826if test x$rxvt_cv_struct_utmp_pid = xyes; then
14827
8399 cat >> confdefs.h <<\EOF 14828cat >>confdefs.h <<\_ACEOF
8400#define HAVE_UTMP_PID 1 14829#define HAVE_UTMP_PID 1
8401EOF 14830_ACEOF
8402 14831
8403fi 14832fi
8404 14833
8405else
8406 echo "$ac_t""no" 1>&6
8407fi 14834fi
8408
8409 14835
8410ac_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'` 14836
14837
14838if test "${ac_cv_header_utmpx_h+set}" = set; then
14839 echo "$as_me:$LINENO: checking for utmpx.h" >&5
8411echo $ac_n "checking for utmpx.h""... $ac_c" 1>&6 14840echo $ECHO_N "checking for utmpx.h... $ECHO_C" >&6
8412echo "configure:8413: checking for utmpx.h" >&5 14841if test "${ac_cv_header_utmpx_h+set}" = set; then
8413if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
8414 echo $ac_n "(cached) $ac_c" 1>&6 14842 echo $ECHO_N "(cached) $ECHO_C" >&6
14843fi
14844echo "$as_me:$LINENO: result: $ac_cv_header_utmpx_h" >&5
14845echo "${ECHO_T}$ac_cv_header_utmpx_h" >&6
8415else 14846else
14847 # Is the header compilable?
14848echo "$as_me:$LINENO: checking utmpx.h usability" >&5
14849echo $ECHO_N "checking utmpx.h usability... $ECHO_C" >&6
8416 cat > conftest.$ac_ext <<EOF 14850cat >conftest.$ac_ext <<_ACEOF
8417#line 8418 "configure" 14851/* confdefs.h. */
8418#include "confdefs.h" 14852_ACEOF
14853cat confdefs.h >>conftest.$ac_ext
14854cat >>conftest.$ac_ext <<_ACEOF
14855/* end confdefs.h. */
14856$ac_includes_default
8419#include <utmpx.h> 14857#include <utmpx.h>
8420EOF 14858_ACEOF
8421ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 14859rm -f conftest.$ac_objext
8422{ (eval echo configure:8423: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 14860if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8423ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 14861 (eval $ac_compile) 2>conftest.er1
14862 ac_status=$?
14863 grep -v '^ *+' conftest.er1 >conftest.err
14864 rm -f conftest.er1
14865 cat conftest.err >&5
14866 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14867 (exit $ac_status); } &&
14868 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14869 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14870 (eval $ac_try) 2>&5
14871 ac_status=$?
14872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14873 (exit $ac_status); }; } &&
14874 { ac_try='test -s conftest.$ac_objext'
14875 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14876 (eval $ac_try) 2>&5
14877 ac_status=$?
14878 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14879 (exit $ac_status); }; }; then
14880 ac_header_compiler=yes
14881else
14882 echo "$as_me: failed program was:" >&5
14883sed 's/^/| /' conftest.$ac_ext >&5
14884
14885ac_header_compiler=no
14886fi
14887rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14888echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14889echo "${ECHO_T}$ac_header_compiler" >&6
14890
14891# Is the header present?
14892echo "$as_me:$LINENO: checking utmpx.h presence" >&5
14893echo $ECHO_N "checking utmpx.h presence... $ECHO_C" >&6
14894cat >conftest.$ac_ext <<_ACEOF
14895/* confdefs.h. */
14896_ACEOF
14897cat confdefs.h >>conftest.$ac_ext
14898cat >>conftest.$ac_ext <<_ACEOF
14899/* end confdefs.h. */
14900#include <utmpx.h>
14901_ACEOF
14902if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14903 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
14904 ac_status=$?
14905 grep -v '^ *+' conftest.er1 >conftest.err
14906 rm -f conftest.er1
14907 cat conftest.err >&5
14908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14909 (exit $ac_status); } >/dev/null; then
14910 if test -s conftest.err; then
14911 ac_cpp_err=$ac_cxx_preproc_warn_flag
14912 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
14913 else
14914 ac_cpp_err=
14915 fi
14916else
14917 ac_cpp_err=yes
14918fi
8424if test -z "$ac_err"; then 14919if test -z "$ac_cpp_err"; then
8425 rm -rf conftest* 14920 ac_header_preproc=yes
8426 eval "ac_cv_header_$ac_safe=yes"
8427else 14921else
8428 echo "$ac_err" >&5
8429 echo "configure: failed program was:" >&5 14922 echo "$as_me: failed program was:" >&5
8430 cat conftest.$ac_ext >&5 14923sed 's/^/| /' conftest.$ac_ext >&5
8431 rm -rf conftest* 14924
8432 eval "ac_cv_header_$ac_safe=no" 14925 ac_header_preproc=no
8433fi 14926fi
8434rm -f conftest* 14927rm -f conftest.err conftest.$ac_ext
14928echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14929echo "${ECHO_T}$ac_header_preproc" >&6
14930
14931# So? What about this header?
14932case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
14933 yes:no: )
14934 { echo "$as_me:$LINENO: WARNING: utmpx.h: accepted by the compiler, rejected by the preprocessor!" >&5
14935echo "$as_me: WARNING: utmpx.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14936 { echo "$as_me:$LINENO: WARNING: utmpx.h: proceeding with the compiler's result" >&5
14937echo "$as_me: WARNING: utmpx.h: proceeding with the compiler's result" >&2;}
14938 ac_header_preproc=yes
14939 ;;
14940 no:yes:* )
14941 { echo "$as_me:$LINENO: WARNING: utmpx.h: present but cannot be compiled" >&5
14942echo "$as_me: WARNING: utmpx.h: present but cannot be compiled" >&2;}
14943 { echo "$as_me:$LINENO: WARNING: utmpx.h: check for missing prerequisite headers?" >&5
14944echo "$as_me: WARNING: utmpx.h: check for missing prerequisite headers?" >&2;}
14945 { echo "$as_me:$LINENO: WARNING: utmpx.h: see the Autoconf documentation" >&5
14946echo "$as_me: WARNING: utmpx.h: see the Autoconf documentation" >&2;}
14947 { echo "$as_me:$LINENO: WARNING: utmpx.h: section \"Present But Cannot Be Compiled\"" >&5
14948echo "$as_me: WARNING: utmpx.h: section \"Present But Cannot Be Compiled\"" >&2;}
14949 { echo "$as_me:$LINENO: WARNING: utmpx.h: proceeding with the preprocessor's result" >&5
14950echo "$as_me: WARNING: utmpx.h: proceeding with the preprocessor's result" >&2;}
14951 { echo "$as_me:$LINENO: WARNING: utmpx.h: in the future, the compiler will take precedence" >&5
14952echo "$as_me: WARNING: utmpx.h: in the future, the compiler will take precedence" >&2;}
14953 (
14954 cat <<\_ASBOX
14955## ------------------------------------------ ##
14956## Report this to the AC_PACKAGE_NAME lists. ##
14957## ------------------------------------------ ##
14958_ASBOX
14959 ) |
14960 sed "s/^/$as_me: WARNING: /" >&2
14961 ;;
14962esac
14963echo "$as_me:$LINENO: checking for utmpx.h" >&5
14964echo $ECHO_N "checking for utmpx.h... $ECHO_C" >&6
14965if test "${ac_cv_header_utmpx_h+set}" = set; then
14966 echo $ECHO_N "(cached) $ECHO_C" >&6
14967else
14968 ac_cv_header_utmpx_h=$ac_header_preproc
8435fi 14969fi
8436if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 14970echo "$as_me:$LINENO: result: $ac_cv_header_utmpx_h" >&5
8437 echo "$ac_t""yes" 1>&6 14971echo "${ECHO_T}$ac_cv_header_utmpx_h" >&6
14972
14973fi
14974if test $ac_cv_header_utmpx_h = yes; then
14975 echo "$as_me:$LINENO: checking for struct utmpx" >&5
8438 echo $ac_n "checking for struct utmpx""... $ac_c" 1>&6 14976echo $ECHO_N "checking for struct utmpx... $ECHO_C" >&6
8439echo "configure:8440: checking for struct utmpx" >&5
8440if eval "test \"`echo '$''{'rxvt_cv_struct_utmpx'+set}'`\" = set"; then 14977if test "${rxvt_cv_struct_utmpx+set}" = set; then
8441 echo $ac_n "(cached) $ac_c" 1>&6 14978 echo $ECHO_N "(cached) $ECHO_C" >&6
8442else 14979else
8443 cat > conftest.$ac_ext <<EOF 14980 cat >conftest.$ac_ext <<_ACEOF
8444#line 8445 "configure" 14981/* confdefs.h. */
8445#include "confdefs.h" 14982_ACEOF
14983cat confdefs.h >>conftest.$ac_ext
14984cat >>conftest.$ac_ext <<_ACEOF
14985/* end confdefs.h. */
8446#include <sys/types.h> 14986#include <sys/types.h>
8447#include <utmpx.h> 14987#include <utmpx.h>
8448int main() { 14988int
14989main ()
14990{
8449struct utmpx ut; 14991struct utmpx ut;
14992 ;
8450; return 0; } 14993 return 0;
8451EOF 14994}
8452if { (eval echo configure:8453: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 14995_ACEOF
14996rm -f conftest.$ac_objext
14997if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14998 (eval $ac_compile) 2>conftest.er1
14999 ac_status=$?
15000 grep -v '^ *+' conftest.er1 >conftest.err
8453 rm -rf conftest* 15001 rm -f conftest.er1
15002 cat conftest.err >&5
15003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15004 (exit $ac_status); } &&
15005 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15006 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15007 (eval $ac_try) 2>&5
15008 ac_status=$?
15009 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15010 (exit $ac_status); }; } &&
15011 { ac_try='test -s conftest.$ac_objext'
15012 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15013 (eval $ac_try) 2>&5
15014 ac_status=$?
15015 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15016 (exit $ac_status); }; }; then
8454 rxvt_cv_struct_utmpx=yes 15017 rxvt_cv_struct_utmpx=yes
8455else 15018else
8456 echo "configure: failed program was:" >&5 15019 echo "$as_me: failed program was:" >&5
8457 cat conftest.$ac_ext >&5 15020sed 's/^/| /' conftest.$ac_ext >&5
8458 rm -rf conftest* 15021
8459 rxvt_cv_struct_utmpx=no 15022rxvt_cv_struct_utmpx=no
8460fi 15023fi
8461rm -f conftest* 15024rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8462fi 15025fi
8463 15026echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmpx" >&5
8464echo "$ac_t""$rxvt_cv_struct_utmpx" 1>&6 15027echo "${ECHO_T}$rxvt_cv_struct_utmpx" >&6
8465if test x$rxvt_cv_struct_utmpx = xyes; then 15028if test x$rxvt_cv_struct_utmpx = xyes; then
15029
8466 cat >> confdefs.h <<\EOF 15030cat >>confdefs.h <<\_ACEOF
8467#define HAVE_STRUCT_UTMPX 1 15031#define HAVE_STRUCT_UTMPX 1
8468EOF 15032_ACEOF
8469 15033
8470fi 15034fi
8471 15035
8472 15036
15037echo "$as_me:$LINENO: checking for host in utmpx struct" >&5
8473echo $ac_n "checking for host in utmpx struct""... $ac_c" 1>&6 15038echo $ECHO_N "checking for host in utmpx struct... $ECHO_C" >&6
8474echo "configure:8475: checking for host in utmpx struct" >&5
8475if eval "test \"`echo '$''{'rxvt_cv_struct_utmpx_host'+set}'`\" = set"; then 15039if test "${rxvt_cv_struct_utmpx_host+set}" = set; then
8476 echo $ac_n "(cached) $ac_c" 1>&6 15040 echo $ECHO_N "(cached) $ECHO_C" >&6
8477else 15041else
8478 cat > conftest.$ac_ext <<EOF 15042 cat >conftest.$ac_ext <<_ACEOF
8479#line 8480 "configure" 15043/* confdefs.h. */
8480#include "confdefs.h" 15044_ACEOF
15045cat confdefs.h >>conftest.$ac_ext
15046cat >>conftest.$ac_ext <<_ACEOF
15047/* end confdefs.h. */
8481#include <sys/types.h> 15048#include <sys/types.h>
8482#include <utmpx.h> 15049#include <utmpx.h>
8483int main() { 15050int
15051main ()
15052{
8484struct utmpx utx; utx.ut_host; 15053struct utmpx utx; utx.ut_host;
15054 ;
8485; return 0; } 15055 return 0;
8486EOF 15056}
8487if { (eval echo configure:8488: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 15057_ACEOF
15058rm -f conftest.$ac_objext
15059if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15060 (eval $ac_compile) 2>conftest.er1
15061 ac_status=$?
15062 grep -v '^ *+' conftest.er1 >conftest.err
8488 rm -rf conftest* 15063 rm -f conftest.er1
15064 cat conftest.err >&5
15065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15066 (exit $ac_status); } &&
15067 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15068 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15069 (eval $ac_try) 2>&5
15070 ac_status=$?
15071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15072 (exit $ac_status); }; } &&
15073 { ac_try='test -s conftest.$ac_objext'
15074 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15075 (eval $ac_try) 2>&5
15076 ac_status=$?
15077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15078 (exit $ac_status); }; }; then
8489 rxvt_cv_struct_utmpx_host=yes 15079 rxvt_cv_struct_utmpx_host=yes
8490else 15080else
8491 echo "configure: failed program was:" >&5 15081 echo "$as_me: failed program was:" >&5
8492 cat conftest.$ac_ext >&5 15082sed 's/^/| /' conftest.$ac_ext >&5
8493 rm -rf conftest* 15083
8494 rxvt_cv_struct_utmpx_host=no 15084rxvt_cv_struct_utmpx_host=no
8495fi 15085fi
8496rm -f conftest* 15086rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8497fi 15087fi
8498 15088echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmpx_host" >&5
8499echo "$ac_t""$rxvt_cv_struct_utmpx_host" 1>&6 15089echo "${ECHO_T}$rxvt_cv_struct_utmpx_host" >&6
8500if test x$rxvt_cv_struct_utmpx_host = xyes; then 15090if test x$rxvt_cv_struct_utmpx_host = xyes; then
15091
8501 cat >> confdefs.h <<\EOF 15092cat >>confdefs.h <<\_ACEOF
8502#define HAVE_UTMPX_HOST 1 15093#define HAVE_UTMPX_HOST 1
8503EOF 15094_ACEOF
8504 15095
8505fi 15096fi
8506 15097
8507else
8508 echo "$ac_t""no" 1>&6
8509fi 15098fi
8510
8511 15099
15100
15101
15102echo "$as_me:$LINENO: checking for struct lastlog" >&5
8512echo $ac_n "checking for struct lastlog""... $ac_c" 1>&6 15103echo $ECHO_N "checking for struct lastlog... $ECHO_C" >&6
8513echo "configure:8514: checking for struct lastlog" >&5
8514if eval "test \"`echo '$''{'rxvt_cv_struct_lastlog'+set}'`\" = set"; then 15104if test "${rxvt_cv_struct_lastlog+set}" = set; then
8515 echo $ac_n "(cached) $ac_c" 1>&6 15105 echo $ECHO_N "(cached) $ECHO_C" >&6
8516else 15106else
8517 cat > conftest.$ac_ext <<EOF 15107 cat >conftest.$ac_ext <<_ACEOF
8518#line 8519 "configure" 15108/* confdefs.h. */
8519#include "confdefs.h" 15109_ACEOF
15110cat confdefs.h >>conftest.$ac_ext
15111cat >>conftest.$ac_ext <<_ACEOF
15112/* end confdefs.h. */
8520#include <sys/types.h> 15113#include <sys/types.h>
8521#include <utmp.h> 15114#include <utmp.h>
8522#ifdef HAVE_LASTLOG_H 15115#ifdef HAVE_LASTLOG_H
8523#include <lastlog.h> 15116#include <lastlog.h>
8524#endif 15117#endif
8525 15118
8526int main() { 15119int
15120main ()
15121{
8527struct lastlog ll; 15122struct lastlog ll;
15123 ;
8528; return 0; } 15124 return 0;
8529EOF 15125}
8530if { (eval echo configure:8531: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 15126_ACEOF
15127rm -f conftest.$ac_objext
15128if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15129 (eval $ac_compile) 2>conftest.er1
15130 ac_status=$?
15131 grep -v '^ *+' conftest.er1 >conftest.err
8531 rm -rf conftest* 15132 rm -f conftest.er1
15133 cat conftest.err >&5
15134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15135 (exit $ac_status); } &&
15136 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15137 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15138 (eval $ac_try) 2>&5
15139 ac_status=$?
15140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15141 (exit $ac_status); }; } &&
15142 { ac_try='test -s conftest.$ac_objext'
15143 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15144 (eval $ac_try) 2>&5
15145 ac_status=$?
15146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15147 (exit $ac_status); }; }; then
8532 rxvt_cv_struct_lastlog=yes 15148 rxvt_cv_struct_lastlog=yes
8533else 15149else
8534 echo "configure: failed program was:" >&5 15150 echo "$as_me: failed program was:" >&5
8535 cat conftest.$ac_ext >&5 15151sed 's/^/| /' conftest.$ac_ext >&5
8536 rm -rf conftest* 15152
8537 rxvt_cv_struct_lastlog=no 15153rxvt_cv_struct_lastlog=no
8538fi 15154fi
8539rm -f conftest* 15155rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8540fi 15156fi
8541 15157echo "$as_me:$LINENO: result: $rxvt_cv_struct_lastlog" >&5
8542echo "$ac_t""$rxvt_cv_struct_lastlog" 1>&6 15158echo "${ECHO_T}$rxvt_cv_struct_lastlog" >&6
8543if test x$rxvt_cv_struct_lastlog = xyes; then 15159if test x$rxvt_cv_struct_lastlog = xyes; then
15160
8544 cat >> confdefs.h <<\EOF 15161cat >>confdefs.h <<\_ACEOF
8545#define HAVE_STRUCT_LASTLOG 1 15162#define HAVE_STRUCT_LASTLOG 1
8546EOF 15163_ACEOF
8547 15164
8548fi 15165fi
8549 15166
15167echo "$as_me:$LINENO: checking for struct lastlogx" >&5
8550echo $ac_n "checking for struct lastlogx""... $ac_c" 1>&6 15168echo $ECHO_N "checking for struct lastlogx... $ECHO_C" >&6
8551echo "configure:8552: checking for struct lastlogx" >&5
8552if eval "test \"`echo '$''{'rxvt_cv_struct_lastlogx'+set}'`\" = set"; then 15169if test "${rxvt_cv_struct_lastlogx+set}" = set; then
8553 echo $ac_n "(cached) $ac_c" 1>&6 15170 echo $ECHO_N "(cached) $ECHO_C" >&6
8554else 15171else
8555 cat > conftest.$ac_ext <<EOF 15172 cat >conftest.$ac_ext <<_ACEOF
8556#line 8557 "configure" 15173/* confdefs.h. */
8557#include "confdefs.h" 15174_ACEOF
15175cat confdefs.h >>conftest.$ac_ext
15176cat >>conftest.$ac_ext <<_ACEOF
15177/* end confdefs.h. */
8558#include <sys/types.h> 15178#include <sys/types.h>
8559#include <utmpx.h> 15179#include <utmpx.h>
8560#ifdef HAVE_LASTLOG_H 15180#ifdef HAVE_LASTLOG_H
8561#include <lastlog.h> 15181#include <lastlog.h>
8562#endif 15182#endif
8563 15183
8564int main() { 15184int
15185main ()
15186{
8565struct lastlogx ll; 15187struct lastlogx ll;
15188 ;
8566; return 0; } 15189 return 0;
8567EOF 15190}
8568if { (eval echo configure:8569: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 15191_ACEOF
15192rm -f conftest.$ac_objext
15193if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15194 (eval $ac_compile) 2>conftest.er1
15195 ac_status=$?
15196 grep -v '^ *+' conftest.er1 >conftest.err
8569 rm -rf conftest* 15197 rm -f conftest.er1
15198 cat conftest.err >&5
15199 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15200 (exit $ac_status); } &&
15201 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15202 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15203 (eval $ac_try) 2>&5
15204 ac_status=$?
15205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15206 (exit $ac_status); }; } &&
15207 { ac_try='test -s conftest.$ac_objext'
15208 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15209 (eval $ac_try) 2>&5
15210 ac_status=$?
15211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15212 (exit $ac_status); }; }; then
8570 rxvt_cv_struct_lastlogx=yes 15213 rxvt_cv_struct_lastlogx=yes
8571else 15214else
8572 echo "configure: failed program was:" >&5 15215 echo "$as_me: failed program was:" >&5
8573 cat conftest.$ac_ext >&5 15216sed 's/^/| /' conftest.$ac_ext >&5
8574 rm -rf conftest* 15217
8575 rxvt_cv_struct_lastlogx=no 15218rxvt_cv_struct_lastlogx=no
8576fi 15219fi
8577rm -f conftest* 15220rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8578fi 15221fi
8579 15222echo "$as_me:$LINENO: result: $rxvt_cv_struct_lastlogx" >&5
8580echo "$ac_t""$rxvt_cv_struct_lastlogx" 1>&6 15223echo "${ECHO_T}$rxvt_cv_struct_lastlogx" >&6
8581if test x$rxvt_cv_struct_lastlogx = xyes; then 15224if test x$rxvt_cv_struct_lastlogx = xyes; then
15225
8582 cat >> confdefs.h <<\EOF 15226cat >>confdefs.h <<\_ACEOF
8583#define HAVE_STRUCT_LASTLOGX 1 15227#define HAVE_STRUCT_LASTLOGX 1
8584EOF 15228_ACEOF
8585 15229
8586fi 15230fi
8587 15231
8588 15232
15233echo "$as_me:$LINENO: checking where utmp is located" >&5
8589echo $ac_n "checking where utmp is located""... $ac_c" 1>&6 15234echo $ECHO_N "checking where utmp is located... $ECHO_C" >&6
8590echo "configure:8591: checking where utmp is located" >&5
8591if eval "test \"`echo '$''{'rxvt_cv_path_utmp'+set}'`\" = set"; then 15235if test "${rxvt_cv_path_utmp+set}" = set; then
8592 echo $ac_n "(cached) $ac_c" 1>&6 15236 echo $ECHO_N "(cached) $ECHO_C" >&6
8593else 15237else
8594 if test "$cross_compiling" = yes; then 15238 if test "$cross_compiling" = yes; then
15239 { echo "$as_me:$LINENO: WARNING: Define RXVT_UTMP_FILE in config.h manually" >&5
8595 echo "configure: warning: Define RXVT_UTMP_FILE in config.h manually" 1>&2 15240echo "$as_me: WARNING: Define RXVT_UTMP_FILE in config.h manually" >&2;}
8596else 15241else
8597 cat > conftest.$ac_ext <<EOF 15242 cat >conftest.$ac_ext <<_ACEOF
8598#line 8599 "configure" 15243/* confdefs.h. */
8599#include "confdefs.h" 15244_ACEOF
15245cat confdefs.h >>conftest.$ac_ext
15246cat >>conftest.$ac_ext <<_ACEOF
15247/* end confdefs.h. */
8600#include <stdio.h> 15248#include <stdio.h>
8601#include <sys/types.h> 15249#include <sys/types.h>
8602#include <utmp.h> 15250#include <utmp.h>
8603#include <errno.h> 15251#include <errno.h>
8604main() 15252main()
8621 exit(0); 15269 exit(0);
8622 } 15270 }
8623 } 15271 }
8624 exit(0); 15272 exit(0);
8625} 15273}
8626EOF 15274_ACEOF
8627if { (eval echo configure:8628: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 15275rm -f conftest$ac_exeext
8628then 15276if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15277 (eval $ac_link) 2>&5
15278 ac_status=$?
15279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15280 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15281 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15282 (eval $ac_try) 2>&5
15283 ac_status=$?
15284 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15285 (exit $ac_status); }; }; then
8629 rxvt_cv_path_utmp=`cat conftestval` 15286 rxvt_cv_path_utmp=`cat conftestval`
8630else 15287else
15288 echo "$as_me: program exited with status $ac_status" >&5
8631 echo "configure: failed program was:" >&5 15289echo "$as_me: failed program was:" >&5
8632 cat conftest.$ac_ext >&5 15290sed 's/^/| /' conftest.$ac_ext >&5
8633 rm -fr conftest* 15291
15292( exit $ac_status )
8634 rxvt_cv_path_utmp= 15293rxvt_cv_path_utmp=
8635fi 15294fi
8636rm -fr conftest* 15295rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8637fi 15296fi
8638
8639fi 15297fi
8640 15298echo "$as_me:$LINENO: result: $rxvt_cv_path_utmp" >&5
8641echo "$ac_t""$rxvt_cv_path_utmp" 1>&6 15299echo "${ECHO_T}$rxvt_cv_path_utmp" >&6
8642if test x$rxvt_cv_path_utmp != x; then 15300if test x$rxvt_cv_path_utmp != x; then
15301
8643 cat >> confdefs.h <<EOF 15302cat >>confdefs.h <<_ACEOF
8644#define RXVT_UTMP_FILE "$rxvt_cv_path_utmp" 15303#define RXVT_UTMP_FILE "$rxvt_cv_path_utmp"
8645EOF 15304_ACEOF
8646 15305
8647fi 15306fi
8648 15307
8649 15308
15309echo "$as_me:$LINENO: checking where utmpx is located" >&5
8650echo $ac_n "checking where utmpx is located""... $ac_c" 1>&6 15310echo $ECHO_N "checking where utmpx is located... $ECHO_C" >&6
8651echo "configure:8652: checking where utmpx is located" >&5
8652if eval "test \"`echo '$''{'rxvt_cv_path_utmpx'+set}'`\" = set"; then 15311if test "${rxvt_cv_path_utmpx+set}" = set; then
8653 echo $ac_n "(cached) $ac_c" 1>&6 15312 echo $ECHO_N "(cached) $ECHO_C" >&6
8654else 15313else
8655 if test "$cross_compiling" = yes; then 15314 if test "$cross_compiling" = yes; then
15315 { echo "$as_me:$LINENO: WARNING: Define RXVT_UTMPX_FILE in config.h manually" >&5
8656 echo "configure: warning: Define RXVT_UTMPX_FILE in config.h manually" 1>&2 15316echo "$as_me: WARNING: Define RXVT_UTMPX_FILE in config.h manually" >&2;}
8657else 15317else
8658 cat > conftest.$ac_ext <<EOF 15318 cat >conftest.$ac_ext <<_ACEOF
8659#line 8660 "configure" 15319/* confdefs.h. */
8660#include "confdefs.h" 15320_ACEOF
15321cat confdefs.h >>conftest.$ac_ext
15322cat >>conftest.$ac_ext <<_ACEOF
15323/* end confdefs.h. */
8661#include <stdio.h> 15324#include <stdio.h>
8662#include <sys/types.h> 15325#include <sys/types.h>
8663#include <utmpx.h> 15326#include <utmpx.h>
8664#include <errno.h> 15327#include <errno.h>
8665#include <sys/stat.h> 15328#include <sys/stat.h>
8692 exit(0); 15355 exit(0);
8693 } 15356 }
8694 } 15357 }
8695 exit(0); 15358 exit(0);
8696} 15359}
8697EOF 15360_ACEOF
8698if { (eval echo configure:8699: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 15361rm -f conftest$ac_exeext
8699then 15362if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15363 (eval $ac_link) 2>&5
15364 ac_status=$?
15365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15366 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15367 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15368 (eval $ac_try) 2>&5
15369 ac_status=$?
15370 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15371 (exit $ac_status); }; }; then
8700 rxvt_cv_path_utmpx=`cat conftestval` 15372 rxvt_cv_path_utmpx=`cat conftestval`
8701else 15373else
15374 echo "$as_me: program exited with status $ac_status" >&5
8702 echo "configure: failed program was:" >&5 15375echo "$as_me: failed program was:" >&5
8703 cat conftest.$ac_ext >&5 15376sed 's/^/| /' conftest.$ac_ext >&5
8704 rm -fr conftest* 15377
15378( exit $ac_status )
8705 rxvt_cv_path_utmpx= 15379rxvt_cv_path_utmpx=
8706fi 15380fi
8707rm -fr conftest* 15381rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8708fi 15382fi
8709
8710fi 15383fi
8711 15384echo "$as_me:$LINENO: result: $rxvt_cv_path_utmpx" >&5
8712echo "$ac_t""$rxvt_cv_path_utmpx" 1>&6 15385echo "${ECHO_T}$rxvt_cv_path_utmpx" >&6
8713if test x$rxvt_cv_path_utmpx != x; then 15386if test x$rxvt_cv_path_utmpx != x; then
15387
8714 cat >> confdefs.h <<EOF 15388cat >>confdefs.h <<_ACEOF
8715#define RXVT_UTMPX_FILE "$rxvt_cv_path_utmpx" 15389#define RXVT_UTMPX_FILE "$rxvt_cv_path_utmpx"
8716EOF 15390_ACEOF
8717 15391
8718fi 15392fi
8719 15393
8720 15394
15395echo "$as_me:$LINENO: checking where wtmp is located" >&5
8721echo $ac_n "checking where wtmp is located""... $ac_c" 1>&6 15396echo $ECHO_N "checking where wtmp is located... $ECHO_C" >&6
8722echo "configure:8723: checking where wtmp is located" >&5
8723if eval "test \"`echo '$''{'rxvt_cv_path_wtmp'+set}'`\" = set"; then 15397if test "${rxvt_cv_path_wtmp+set}" = set; then
8724 echo $ac_n "(cached) $ac_c" 1>&6 15398 echo $ECHO_N "(cached) $ECHO_C" >&6
8725else 15399else
8726 if test "$cross_compiling" = yes; then 15400 if test "$cross_compiling" = yes; then
15401 { echo "$as_me:$LINENO: WARNING: Define RXVT_WTMP_FILE in config.h manually" >&5
8727 echo "configure: warning: Define RXVT_WTMP_FILE in config.h manually" 1>&2 15402echo "$as_me: WARNING: Define RXVT_WTMP_FILE in config.h manually" >&2;}
8728else 15403else
8729 cat > conftest.$ac_ext <<EOF 15404 cat >conftest.$ac_ext <<_ACEOF
8730#line 8731 "configure" 15405/* confdefs.h. */
8731#include "confdefs.h" 15406_ACEOF
15407cat confdefs.h >>conftest.$ac_ext
15408cat >>conftest.$ac_ext <<_ACEOF
15409/* end confdefs.h. */
8732#include <stdio.h> 15410#include <stdio.h>
8733#include <sys/types.h> 15411#include <sys/types.h>
8734#ifdef HAVE_UTMP_H 15412#ifdef HAVE_UTMP_H
8735#include <utmp.h> 15413#include <utmp.h>
8736#endif 15414#endif
8737#include <errno.h> 15415#include <errno.h>
8738main() 15416main()
8739{ 15417{
8740 char **w, *wtmplist[] = { 15418 char **w, *wtmplist[] = {
8741 "/var/log/wtmp", "/var/adm/wtmp", "/etc/wtmp", "/usr/etc/wtmp", "/usr/adm/wtmp", NULL }; 15419 "/var/log/wtmp", "/var/adm/wtmp", "/etc/wtmp", "/usr/etc/wtmp", "/usr/adm/wtmp", NULL };
8742 FILE *a, *f=fopen("conftestval", "w"); 15420 FILE *a, *f=fopen("conftestval", "w");
8743 if (!f) exit(1); 15421 if (!f) exit(1);
8744#ifdef WTMP_FILE 15422#ifdef WTMP_FILE
8745 fprintf(f, "%s\n", WTMP_FILE); 15423 fprintf(f, "%s\n", WTMP_FILE);
8746 exit(0); 15424 exit(0);
8755 exit(0); 15433 exit(0);
8756 } 15434 }
8757 } 15435 }
8758 exit(0); 15436 exit(0);
8759} 15437}
8760EOF 15438_ACEOF
8761if { (eval echo configure:8762: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 15439rm -f conftest$ac_exeext
8762then 15440if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15441 (eval $ac_link) 2>&5
15442 ac_status=$?
15443 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15444 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15445 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15446 (eval $ac_try) 2>&5
15447 ac_status=$?
15448 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15449 (exit $ac_status); }; }; then
8763 rxvt_cv_path_wtmp=`cat conftestval` 15450 rxvt_cv_path_wtmp=`cat conftestval`
8764else 15451else
15452 echo "$as_me: program exited with status $ac_status" >&5
8765 echo "configure: failed program was:" >&5 15453echo "$as_me: failed program was:" >&5
8766 cat conftest.$ac_ext >&5 15454sed 's/^/| /' conftest.$ac_ext >&5
8767 rm -fr conftest* 15455
15456( exit $ac_status )
8768 rxvt_cv_path_wtmp= 15457rxvt_cv_path_wtmp=
8769fi 15458fi
8770rm -fr conftest* 15459rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8771fi 15460fi
8772
8773fi 15461fi
8774 15462echo "$as_me:$LINENO: result: $rxvt_cv_path_wtmp" >&5
8775echo "$ac_t""$rxvt_cv_path_wtmp" 1>&6 15463echo "${ECHO_T}$rxvt_cv_path_wtmp" >&6
8776if test x$rxvt_cv_path_wtmp != x; then 15464if test x$rxvt_cv_path_wtmp != x; then
15465
8777 cat >> confdefs.h <<EOF 15466cat >>confdefs.h <<_ACEOF
8778#define RXVT_WTMP_FILE "$rxvt_cv_path_wtmp" 15467#define RXVT_WTMP_FILE "$rxvt_cv_path_wtmp"
8779EOF 15468_ACEOF
8780 15469
8781fi 15470fi
8782 15471
15472echo "$as_me:$LINENO: checking where wtmpx is located" >&5
8783echo $ac_n "checking where wtmpx is located""... $ac_c" 1>&6 15473echo $ECHO_N "checking where wtmpx is located... $ECHO_C" >&6
8784echo "configure:8785: checking where wtmpx is located" >&5
8785if eval "test \"`echo '$''{'rxvt_cv_path_wtmpx'+set}'`\" = set"; then 15474if test "${rxvt_cv_path_wtmpx+set}" = set; then
8786 echo $ac_n "(cached) $ac_c" 1>&6 15475 echo $ECHO_N "(cached) $ECHO_C" >&6
8787else 15476else
8788 if test "$cross_compiling" = yes; then 15477 if test "$cross_compiling" = yes; then
15478 { echo "$as_me:$LINENO: WARNING: Define RXVT_WTMPX_FILE in config.h manually" >&5
8789 echo "configure: warning: Define RXVT_WTMPX_FILE in config.h manually" 1>&2 15479echo "$as_me: WARNING: Define RXVT_WTMPX_FILE in config.h manually" >&2;}
8790else 15480else
8791 cat > conftest.$ac_ext <<EOF 15481 cat >conftest.$ac_ext <<_ACEOF
8792#line 8793 "configure" 15482/* confdefs.h. */
8793#include "confdefs.h" 15483_ACEOF
15484cat confdefs.h >>conftest.$ac_ext
15485cat >>conftest.$ac_ext <<_ACEOF
15486/* end confdefs.h. */
8794#include <stdio.h> 15487#include <stdio.h>
8795#ifdef HAVE_UTMPX_H 15488#ifdef HAVE_UTMPX_H
8796#include <utmpx.h> 15489#include <utmpx.h>
8797#endif 15490#endif
8798#include <errno.h> 15491#include <errno.h>
8799main() 15492main()
8800{ 15493{
8801 char **w, *wtmplist[] = { 15494 char **w, *wtmplist[] = {
8802 "/var/log/wtmpx", "/var/adm/wtmpx", NULL }; 15495 "/var/log/wtmpx", "/var/adm/wtmpx", NULL };
8803 FILE *a, *f=fopen("conftestval", "w"); 15496 FILE *a, *f=fopen("conftestval", "w");
8804 if (!f) exit(1); 15497 if (!f) exit(1);
8805#ifdef WTMPX_FILE 15498#ifdef WTMPX_FILE
8806 fprintf(f, "%s\n", WTMPX_FILE); 15499 fprintf(f, "%s\n", WTMPX_FILE);
8807 exit(0); 15500 exit(0);
8816 exit(0); 15509 exit(0);
8817 } 15510 }
8818 } 15511 }
8819 exit(0); 15512 exit(0);
8820} 15513}
8821EOF 15514_ACEOF
8822if { (eval echo configure:8823: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 15515rm -f conftest$ac_exeext
8823then 15516if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15517 (eval $ac_link) 2>&5
15518 ac_status=$?
15519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15520 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15521 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15522 (eval $ac_try) 2>&5
15523 ac_status=$?
15524 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15525 (exit $ac_status); }; }; then
8824 rxvt_cv_path_wtmpx=`cat conftestval` 15526 rxvt_cv_path_wtmpx=`cat conftestval`
8825else 15527else
15528 echo "$as_me: program exited with status $ac_status" >&5
8826 echo "configure: failed program was:" >&5 15529echo "$as_me: failed program was:" >&5
8827 cat conftest.$ac_ext >&5 15530sed 's/^/| /' conftest.$ac_ext >&5
8828 rm -fr conftest* 15531
15532( exit $ac_status )
8829 rxvt_cv_path_wtmpx= 15533rxvt_cv_path_wtmpx=
8830fi 15534fi
8831rm -fr conftest* 15535rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8832fi 15536fi
8833
8834fi 15537fi
8835 15538echo "$as_me:$LINENO: result: $rxvt_cv_path_wtmpx" >&5
8836echo "$ac_t""$rxvt_cv_path_wtmpx" 1>&6 15539echo "${ECHO_T}$rxvt_cv_path_wtmpx" >&6
8837if test x$rxvt_cv_path_wtmpx != x; then 15540if test x$rxvt_cv_path_wtmpx != x; then
15541
8838 cat >> confdefs.h <<EOF 15542cat >>confdefs.h <<_ACEOF
8839#define RXVT_WTMPX_FILE "$rxvt_cv_path_wtmpx" 15543#define RXVT_WTMPX_FILE "$rxvt_cv_path_wtmpx"
8840EOF 15544_ACEOF
8841 15545
8842fi 15546fi
8843 15547
15548echo "$as_me:$LINENO: checking where lastlog is located" >&5
8844echo $ac_n "checking where lastlog is located""... $ac_c" 1>&6 15549echo $ECHO_N "checking where lastlog is located... $ECHO_C" >&6
8845echo "configure:8846: checking where lastlog is located" >&5
8846if eval "test \"`echo '$''{'rxvt_cv_path_lastlog'+set}'`\" = set"; then 15550if test "${rxvt_cv_path_lastlog+set}" = set; then
8847 echo $ac_n "(cached) $ac_c" 1>&6 15551 echo $ECHO_N "(cached) $ECHO_C" >&6
8848else 15552else
8849 if test "$cross_compiling" = yes; then 15553 if test "$cross_compiling" = yes; then
15554 { echo "$as_me:$LINENO: WARNING: Define RXVT_LASTLOG_FILE in config.h manually" >&5
8850 echo "configure: warning: Define RXVT_LASTLOG_FILE in config.h manually" 1>&2 15555echo "$as_me: WARNING: Define RXVT_LASTLOG_FILE in config.h manually" >&2;}
8851else 15556else
8852 cat > conftest.$ac_ext <<EOF 15557 cat >conftest.$ac_ext <<_ACEOF
8853#line 8854 "configure" 15558/* confdefs.h. */
8854#include "confdefs.h" 15559_ACEOF
15560cat confdefs.h >>conftest.$ac_ext
15561cat >>conftest.$ac_ext <<_ACEOF
15562/* end confdefs.h. */
8855#include <stdio.h> 15563#include <stdio.h>
8856#include <sys/types.h> 15564#include <sys/types.h>
8857#ifdef HAVE_UTMPX_H 15565#ifdef HAVE_UTMPX_H
8858#include <utmpx.h> 15566#include <utmpx.h>
8859#elif defined(HAVE_UTMP_H) 15567#elif defined(HAVE_UTMP_H)
8882 exit(0); 15590 exit(0);
8883 } 15591 }
8884 } 15592 }
8885 exit(0); 15593 exit(0);
8886} 15594}
8887EOF 15595_ACEOF
8888if { (eval echo configure:8889: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 15596rm -f conftest$ac_exeext
8889then 15597if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15598 (eval $ac_link) 2>&5
15599 ac_status=$?
15600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15601 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15602 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15603 (eval $ac_try) 2>&5
15604 ac_status=$?
15605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15606 (exit $ac_status); }; }; then
8890 rxvt_cv_path_lastlog=`cat conftestval` 15607 rxvt_cv_path_lastlog=`cat conftestval`
8891else 15608else
15609 echo "$as_me: program exited with status $ac_status" >&5
8892 echo "configure: failed program was:" >&5 15610echo "$as_me: failed program was:" >&5
8893 cat conftest.$ac_ext >&5 15611sed 's/^/| /' conftest.$ac_ext >&5
8894 rm -fr conftest* 15612
15613( exit $ac_status )
8895 rxvt_cv_path_lastlog= 15614rxvt_cv_path_lastlog=
8896fi 15615fi
8897rm -fr conftest* 15616rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8898fi 15617fi
8899
8900fi 15618fi
8901 15619echo "$as_me:$LINENO: result: $rxvt_cv_path_lastlog" >&5
8902echo "$ac_t""$rxvt_cv_path_lastlog" 1>&6 15620echo "${ECHO_T}$rxvt_cv_path_lastlog" >&6
8903if test x$rxvt_cv_path_lastlog != x; then 15621if test x$rxvt_cv_path_lastlog != x; then
15622
8904 cat >> confdefs.h <<EOF 15623cat >>confdefs.h <<_ACEOF
8905#define RXVT_LASTLOG_FILE "$rxvt_cv_path_lastlog" 15624#define RXVT_LASTLOG_FILE "$rxvt_cv_path_lastlog"
8906EOF 15625_ACEOF
8907 15626
8908 if test -d "$rxvt_cv_path_lastlog"; then 15627 if test -d "$rxvt_cv_path_lastlog"; then
15628
8909 cat >> confdefs.h <<\EOF 15629cat >>confdefs.h <<\_ACEOF
8910#define LASTLOG_IS_DIR 1 15630#define LASTLOG_IS_DIR 1
8911EOF 15631_ACEOF
8912 15632
8913 fi 15633 fi
8914fi 15634fi
8915 15635
15636echo "$as_me:$LINENO: checking where lastlogx is located" >&5
8916echo $ac_n "checking where lastlogx is located""... $ac_c" 1>&6 15637echo $ECHO_N "checking where lastlogx is located... $ECHO_C" >&6
8917echo "configure:8918: checking where lastlogx is located" >&5
8918if eval "test \"`echo '$''{'rxvt_cv_path_lastlogx'+set}'`\" = set"; then 15638if test "${rxvt_cv_path_lastlogx+set}" = set; then
8919 echo $ac_n "(cached) $ac_c" 1>&6 15639 echo $ECHO_N "(cached) $ECHO_C" >&6
8920else 15640else
8921 if test "$cross_compiling" = yes; then 15641 if test "$cross_compiling" = yes; then
15642 { echo "$as_me:$LINENO: WARNING: Define RXVT_LASTLOGX_FILE in config.h manually" >&5
8922 echo "configure: warning: Define RXVT_LASTLOGX_FILE in config.h manually" 1>&2 15643echo "$as_me: WARNING: Define RXVT_LASTLOGX_FILE in config.h manually" >&2;}
8923else 15644else
8924 cat > conftest.$ac_ext <<EOF 15645 cat >conftest.$ac_ext <<_ACEOF
8925#line 8926 "configure" 15646/* confdefs.h. */
8926#include "confdefs.h" 15647_ACEOF
15648cat confdefs.h >>conftest.$ac_ext
15649cat >>conftest.$ac_ext <<_ACEOF
15650/* end confdefs.h. */
8927#include <stdio.h> 15651#include <stdio.h>
8928#ifdef HAVE_UTMPX_H 15652#ifdef HAVE_UTMPX_H
8929#include <utmpx.h> 15653#include <utmpx.h>
8930#endif 15654#endif
8931#include <errno.h> 15655#include <errno.h>
8948 exit(0); 15672 exit(0);
8949 } 15673 }
8950 } 15674 }
8951 exit(0); 15675 exit(0);
8952} 15676}
8953EOF 15677_ACEOF
8954if { (eval echo configure:8955: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 15678rm -f conftest$ac_exeext
8955then 15679if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15680 (eval $ac_link) 2>&5
15681 ac_status=$?
15682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15683 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15684 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15685 (eval $ac_try) 2>&5
15686 ac_status=$?
15687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15688 (exit $ac_status); }; }; then
8956 rxvt_cv_path_lastlogx=`cat conftestval` 15689 rxvt_cv_path_lastlogx=`cat conftestval`
8957else 15690else
15691 echo "$as_me: program exited with status $ac_status" >&5
8958 echo "configure: failed program was:" >&5 15692echo "$as_me: failed program was:" >&5
8959 cat conftest.$ac_ext >&5 15693sed 's/^/| /' conftest.$ac_ext >&5
8960 rm -fr conftest* 15694
15695( exit $ac_status )
8961 rxvt_cv_path_lastlogx= 15696rxvt_cv_path_lastlogx=
8962fi 15697fi
8963rm -fr conftest* 15698rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8964fi 15699fi
8965
8966fi 15700fi
8967 15701echo "$as_me:$LINENO: result: $rxvt_cv_path_lastlogx" >&5
8968echo "$ac_t""$rxvt_cv_path_lastlogx" 1>&6 15702echo "${ECHO_T}$rxvt_cv_path_lastlogx" >&6
8969if test x$rxvt_cv_path_lastlogx != x; then 15703if test x$rxvt_cv_path_lastlogx != x; then
15704
8970 cat >> confdefs.h <<EOF 15705cat >>confdefs.h <<_ACEOF
8971#define RXVT_LASTLOGX_FILE "$rxvt_cv_path_lastlogx" 15706#define RXVT_LASTLOGX_FILE "$rxvt_cv_path_lastlogx"
8972EOF 15707_ACEOF
8973 15708
8974fi 15709fi
8975 15710
8976 15711
15712echo "$as_me:$LINENO: checking where ttys/ttytab is located" >&5
8977echo $ac_n "checking where ttys/ttytab is located""... $ac_c" 1>&6 15713echo $ECHO_N "checking where ttys/ttytab is located... $ECHO_C" >&6
8978echo "configure:8979: checking where ttys/ttytab is located" >&5
8979if eval "test \"`echo '$''{'rxvt_cv_path_ttytab'+set}'`\" = set"; then 15714if test "${rxvt_cv_path_ttytab+set}" = set; then
8980 echo $ac_n "(cached) $ac_c" 1>&6 15715 echo $ECHO_N "(cached) $ECHO_C" >&6
8981else 15716else
8982 for ttys_file in /etc/ttys /etc/ttytab; 15717 for ttys_file in /etc/ttys /etc/ttytab;
8983do 15718do
8984 if test -f "$ttys_file" ; then 15719 if test -f "$ttys_file" ; then
8985 rxvt_cv_path_ttytab=$ttys_file 15720 rxvt_cv_path_ttytab=$ttys_file
8986 break 15721 break
8987 fi 15722 fi
8988done 15723done
8989 15724
8990fi 15725fi
8991 15726echo "$as_me:$LINENO: result: $rxvt_cv_path_ttytab" >&5
8992echo "$ac_t""$rxvt_cv_path_ttytab" 1>&6 15727echo "${ECHO_T}$rxvt_cv_path_ttytab" >&6
8993if test x$rxvt_cv_path_ttytab != x; then 15728if test x$rxvt_cv_path_ttytab != x; then
15729
8994 cat >> confdefs.h <<EOF 15730cat >>confdefs.h <<_ACEOF
8995#define TTYTAB_FILENAME "$rxvt_cv_path_ttytab" 15731#define TTYTAB_FILENAME "$rxvt_cv_path_ttytab"
8996EOF 15732_ACEOF
8997 15733
8998fi 15734fi
8999 15735
9000 15736
9001ac_save_LIBS=$LIBS 15737ac_save_LIBS=$LIBS
9003CFLAGS="$CFLAGS $X_CFLAGS" 15739CFLAGS="$CFLAGS $X_CFLAGS"
9004LIBS="$LIBS $X_LIBS $X_EXTRA_LIBS -lX11" 15740LIBS="$LIBS $X_LIBS $X_EXTRA_LIBS -lX11"
9005if test x$rxvt_cv_rpath = xyes -o x$rxvt_cv_R = xyes; then 15741if test x$rxvt_cv_rpath = xyes -o x$rxvt_cv_R = xyes; then
9006 LIBS=`echo $LIBS | sed "$R_TRANSLATE"` 15742 LIBS=`echo $LIBS | sed "$R_TRANSLATE"`
9007fi 15743fi
15744echo "$as_me:$LINENO: checking for working Xlocale" >&5
9008echo $ac_n "checking for working Xlocale""... $ac_c" 1>&6 15745echo $ECHO_N "checking for working Xlocale... $ECHO_C" >&6
9009echo "configure:9010: checking for working Xlocale" >&5
9010if eval "test \"`echo '$''{'rxvt_cv_func_xlocale'+set}'`\" = set"; then 15746if test "${rxvt_cv_func_xlocale+set}" = set; then
9011 echo $ac_n "(cached) $ac_c" 1>&6 15747 echo $ECHO_N "(cached) $ECHO_C" >&6
9012else 15748else
9013 if test "$cross_compiling" = yes; then 15749 if test "$cross_compiling" = yes; then
15750 { echo "$as_me:$LINENO: WARNING: Define NO_XLOCALE in config.h manually" >&5
9014 echo "configure: warning: Define NO_XLOCALE in config.h manually" 1>&2 15751echo "$as_me: WARNING: Define NO_XLOCALE in config.h manually" >&2;}
9015else 15752else
9016 cat > conftest.$ac_ext <<EOF 15753 cat >conftest.$ac_ext <<_ACEOF
9017#line 9018 "configure" 15754/* confdefs.h. */
9018#include "confdefs.h" 15755_ACEOF
15756cat confdefs.h >>conftest.$ac_ext
15757cat >>conftest.$ac_ext <<_ACEOF
15758/* end confdefs.h. */
9019#include <X11/Xlib.h> 15759#include <X11/Xlib.h>
9020main() { 15760main() {
9021char *p; 15761char *p;
9022if ((p = XSetLocaleModifiers("@im=none")) != NULL && *p) 15762if ((p = XSetLocaleModifiers("@im=none")) != NULL && *p)
9023exit (XSupportsLocale() ? 0 : 1); 15763exit (XSupportsLocale() ? 0 : 1);
9024else 15764else
9025exit (1);} 15765exit (1);}
9026EOF 15766_ACEOF
9027if { (eval echo configure:9028: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 15767rm -f conftest$ac_exeext
9028then 15768if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15769 (eval $ac_link) 2>&5
15770 ac_status=$?
15771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15772 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15773 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15774 (eval $ac_try) 2>&5
15775 ac_status=$?
15776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15777 (exit $ac_status); }; }; then
9029 rxvt_cv_func_xlocale=yes 15778 rxvt_cv_func_xlocale=yes
9030else 15779else
15780 echo "$as_me: program exited with status $ac_status" >&5
9031 echo "configure: failed program was:" >&5 15781echo "$as_me: failed program was:" >&5
9032 cat conftest.$ac_ext >&5 15782sed 's/^/| /' conftest.$ac_ext >&5
9033 rm -fr conftest* 15783
15784( exit $ac_status )
9034 rxvt_cv_func_xlocale=no 15785rxvt_cv_func_xlocale=no
9035fi 15786fi
9036rm -fr conftest* 15787rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
9037fi 15788fi
9038
9039fi 15789fi
9040 15790echo "$as_me:$LINENO: result: $rxvt_cv_func_xlocale" >&5
9041echo "$ac_t""$rxvt_cv_func_xlocale" 1>&6 15791echo "${ECHO_T}$rxvt_cv_func_xlocale" >&6
9042if test x$rxvt_cv_func_xlocale = xyes; then 15792if test x$rxvt_cv_func_xlocale = xyes; then
15793
9043 cat >> confdefs.h <<\EOF 15794cat >>confdefs.h <<\_ACEOF
9044#define HAVE_XLOCALE 1 15795#define HAVE_XLOCALE 1
9045EOF 15796_ACEOF
9046 15797
9047fi 15798fi
9048 15799
15800echo "$as_me:$LINENO: checking for working X setlocale" >&5
9049echo $ac_n "checking for working X setlocale""... $ac_c" 1>&6 15801echo $ECHO_N "checking for working X setlocale... $ECHO_C" >&6
9050echo "configure:9051: checking for working X setlocale" >&5
9051if eval "test \"`echo '$''{'rxvt_cv_func_xsetlocale'+set}'`\" = set"; then 15802if test "${rxvt_cv_func_xsetlocale+set}" = set; then
9052 echo $ac_n "(cached) $ac_c" 1>&6 15803 echo $ECHO_N "(cached) $ECHO_C" >&6
9053else 15804else
9054 cat > conftest.$ac_ext <<EOF 15805 cat >conftest.$ac_ext <<_ACEOF
9055#line 9056 "configure" 15806/* confdefs.h. */
9056#include "confdefs.h" 15807_ACEOF
15808cat confdefs.h >>conftest.$ac_ext
15809cat >>conftest.$ac_ext <<_ACEOF
15810/* end confdefs.h. */
9057#define X_LOCALE 1 15811#define X_LOCALE 1
9058#include <X11/Xlocale.h> 15812#include <X11/Xlocale.h>
9059int main() { 15813int
15814main ()
15815{
9060setlocale(LC_CTYPE, ""); 15816setlocale(LC_CTYPE, "");
15817 ;
9061; return 0; } 15818 return 0;
9062EOF 15819}
9063if { (eval echo configure:9064: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 15820_ACEOF
15821rm -f conftest.$ac_objext conftest$ac_exeext
15822if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15823 (eval $ac_link) 2>conftest.er1
15824 ac_status=$?
15825 grep -v '^ *+' conftest.er1 >conftest.err
9064 rm -rf conftest* 15826 rm -f conftest.er1
15827 cat conftest.err >&5
15828 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15829 (exit $ac_status); } &&
15830 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15831 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15832 (eval $ac_try) 2>&5
15833 ac_status=$?
15834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15835 (exit $ac_status); }; } &&
15836 { ac_try='test -s conftest$ac_exeext'
15837 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15838 (eval $ac_try) 2>&5
15839 ac_status=$?
15840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15841 (exit $ac_status); }; }; then
9065 rxvt_cv_func_xsetlocale=yes 15842 rxvt_cv_func_xsetlocale=yes
9066else 15843else
9067 echo "configure: failed program was:" >&5 15844 echo "$as_me: failed program was:" >&5
9068 cat conftest.$ac_ext >&5 15845sed 's/^/| /' conftest.$ac_ext >&5
9069 rm -rf conftest* 15846
9070 rxvt_cv_func_xsetlocale=no 15847rxvt_cv_func_xsetlocale=no
9071fi 15848fi
9072rm -f conftest* 15849rm -f conftest.err conftest.$ac_objext \
15850 conftest$ac_exeext conftest.$ac_ext
9073fi 15851fi
9074 15852echo "$as_me:$LINENO: result: $rxvt_cv_func_xsetlocale" >&5
9075echo "$ac_t""$rxvt_cv_func_xsetlocale" 1>&6 15853echo "${ECHO_T}$rxvt_cv_func_xsetlocale" >&6
9076if test x$rxvt_cv_func_xsetlocale = xyes; then 15854if test x$rxvt_cv_func_xsetlocale = xyes; then
15855
9077 cat >> confdefs.h <<\EOF 15856cat >>confdefs.h <<\_ACEOF
9078#define HAVE_XSETLOCALE 1 15857#define HAVE_XSETLOCALE 1
9079EOF 15858_ACEOF
9080 15859
9081fi 15860fi
9082LIBS=$ac_save_LIBS 15861LIBS=$ac_save_LIBS
9083CFLAGS=$ac_save_CFLAGS 15862CFLAGS=$ac_save_CFLAGS
9084 15863
15864echo "$as_me:$LINENO: checking for working plain setlocale" >&5
9085echo $ac_n "checking for working plain setlocale""... $ac_c" 1>&6 15865echo $ECHO_N "checking for working plain setlocale... $ECHO_C" >&6
9086echo "configure:9087: checking for working plain setlocale" >&5
9087if eval "test \"`echo '$''{'rxvt_cv_func_setlocale'+set}'`\" = set"; then 15866if test "${rxvt_cv_func_setlocale+set}" = set; then
9088 echo $ac_n "(cached) $ac_c" 1>&6 15867 echo $ECHO_N "(cached) $ECHO_C" >&6
9089else 15868else
9090 cat > conftest.$ac_ext <<EOF 15869 cat >conftest.$ac_ext <<_ACEOF
9091#line 9092 "configure" 15870/* confdefs.h. */
9092#include "confdefs.h" 15871_ACEOF
15872cat confdefs.h >>conftest.$ac_ext
15873cat >>conftest.$ac_ext <<_ACEOF
15874/* end confdefs.h. */
9093#include <locale.h> 15875#include <clocale>
9094int main() { 15876int
15877main ()
15878{
9095setlocale(LC_CTYPE, ""); 15879setlocale(LC_CTYPE, "");
15880 ;
9096; return 0; } 15881 return 0;
9097EOF 15882}
9098if { (eval echo configure:9099: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 15883_ACEOF
15884rm -f conftest.$ac_objext conftest$ac_exeext
15885if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15886 (eval $ac_link) 2>conftest.er1
15887 ac_status=$?
15888 grep -v '^ *+' conftest.er1 >conftest.err
9099 rm -rf conftest* 15889 rm -f conftest.er1
15890 cat conftest.err >&5
15891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15892 (exit $ac_status); } &&
15893 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15894 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15895 (eval $ac_try) 2>&5
15896 ac_status=$?
15897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15898 (exit $ac_status); }; } &&
15899 { ac_try='test -s conftest$ac_exeext'
15900 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15901 (eval $ac_try) 2>&5
15902 ac_status=$?
15903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15904 (exit $ac_status); }; }; then
9100 rxvt_cv_func_setlocale=yes 15905 rxvt_cv_func_setlocale=yes
9101else 15906else
9102 echo "configure: failed program was:" >&5 15907 echo "$as_me: failed program was:" >&5
9103 cat conftest.$ac_ext >&5 15908sed 's/^/| /' conftest.$ac_ext >&5
9104 rm -rf conftest* 15909
9105 rxvt_cv_func_setlocale=no 15910rxvt_cv_func_setlocale=no
9106fi 15911fi
9107rm -f conftest* 15912rm -f conftest.err conftest.$ac_objext \
15913 conftest$ac_exeext conftest.$ac_ext
9108fi 15914fi
9109 15915echo "$as_me:$LINENO: result: $rxvt_cv_func_setlocale" >&5
9110echo "$ac_t""$rxvt_cv_func_setlocale" 1>&6 15916echo "${ECHO_T}$rxvt_cv_func_setlocale" >&6
9111if test x$rxvt_cv_func_setlocale = xyes; then 15917if test x$rxvt_cv_func_setlocale = xyes; then
15918
9112 cat >> confdefs.h <<\EOF 15919cat >>confdefs.h <<\_ACEOF
9113#define HAVE_SETLOCALE 1 15920#define HAVE_SETLOCALE 1
9114EOF 15921_ACEOF
9115 15922
9116fi 15923fi
9117 15924
15925echo "$as_me:$LINENO: checking for working nl_langinfo" >&5
9118echo $ac_n "checking for working nl_langinfo""... $ac_c" 1>&6 15926echo $ECHO_N "checking for working nl_langinfo... $ECHO_C" >&6
9119echo "configure:9120: checking for working nl_langinfo" >&5
9120if eval "test \"`echo '$''{'rxvt_cv_func_nl_langinfo'+set}'`\" = set"; then 15927if test "${rxvt_cv_func_nl_langinfo+set}" = set; then
9121 echo $ac_n "(cached) $ac_c" 1>&6 15928 echo $ECHO_N "(cached) $ECHO_C" >&6
9122else 15929else
9123 cat > conftest.$ac_ext <<EOF 15930 cat >conftest.$ac_ext <<_ACEOF
9124#line 9125 "configure" 15931/* confdefs.h. */
9125#include "confdefs.h" 15932_ACEOF
15933cat confdefs.h >>conftest.$ac_ext
15934cat >>conftest.$ac_ext <<_ACEOF
15935/* end confdefs.h. */
9126#include <langinfo.h> 15936#include <langinfo.h>
9127int main() { 15937int
15938main ()
15939{
9128nl_langinfo(CODESET); 15940nl_langinfo(CODESET);
15941 ;
9129; return 0; } 15942 return 0;
9130EOF 15943}
9131if { (eval echo configure:9132: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 15944_ACEOF
15945rm -f conftest.$ac_objext conftest$ac_exeext
15946if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15947 (eval $ac_link) 2>conftest.er1
15948 ac_status=$?
15949 grep -v '^ *+' conftest.er1 >conftest.err
9132 rm -rf conftest* 15950 rm -f conftest.er1
15951 cat conftest.err >&5
15952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15953 (exit $ac_status); } &&
15954 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15955 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15956 (eval $ac_try) 2>&5
15957 ac_status=$?
15958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15959 (exit $ac_status); }; } &&
15960 { ac_try='test -s conftest$ac_exeext'
15961 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15962 (eval $ac_try) 2>&5
15963 ac_status=$?
15964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15965 (exit $ac_status); }; }; then
9133 rxvt_cv_func_nl_langinfo=yes 15966 rxvt_cv_func_nl_langinfo=yes
9134else 15967else
9135 echo "configure: failed program was:" >&5 15968 echo "$as_me: failed program was:" >&5
9136 cat conftest.$ac_ext >&5 15969sed 's/^/| /' conftest.$ac_ext >&5
9137 rm -rf conftest* 15970
9138 rxvt_cv_func_nl_langinfo=no 15971rxvt_cv_func_nl_langinfo=no
9139fi 15972fi
9140rm -f conftest* 15973rm -f conftest.err conftest.$ac_objext \
15974 conftest$ac_exeext conftest.$ac_ext
9141fi 15975fi
9142 15976echo "$as_me:$LINENO: result: $rxvt_cv_func_nl_langinfo" >&5
9143echo "$ac_t""$rxvt_cv_func_nl_langinfo" 1>&6 15977echo "${ECHO_T}$rxvt_cv_func_nl_langinfo" >&6
9144if test x$rxvt_cv_func_nl_langinfo = xyes; then 15978if test x$rxvt_cv_func_nl_langinfo = xyes; then
15979
9145 cat >> confdefs.h <<\EOF 15980cat >>confdefs.h <<\_ACEOF
9146#define HAVE_NL_LANGINFO 1 15981#define HAVE_NL_LANGINFO 1
9147EOF 15982_ACEOF
9148 15983
9149fi 15984fi
9150 15985
15986echo "$as_me:$LINENO: checking for getpt" >&5
9151echo $ac_n "checking for getpt""... $ac_c" 1>&6 15987echo $ECHO_N "checking for getpt... $ECHO_C" >&6
9152echo "configure:9153: checking for getpt" >&5
9153if eval "test \"`echo '$''{'rxvt_cv_func_getpt'+set}'`\" = set"; then 15988if test "${rxvt_cv_func_getpt+set}" = set; then
9154 echo $ac_n "(cached) $ac_c" 1>&6 15989 echo $ECHO_N "(cached) $ECHO_C" >&6
9155else 15990else
9156 cat > conftest.$ac_ext <<EOF 15991 cat >conftest.$ac_ext <<_ACEOF
9157#line 9158 "configure" 15992/* confdefs.h. */
9158#include "confdefs.h" 15993_ACEOF
15994cat confdefs.h >>conftest.$ac_ext
15995cat >>conftest.$ac_ext <<_ACEOF
15996/* end confdefs.h. */
9159#define _GNU_SOURCE 15997#define _GNU_SOURCE
9160#ifdef HAVE_STDLIB_H 15998#ifdef HAVE_STDLIB_H
9161# include <stdlib.h> 15999# include <cstdlib>
9162#endif 16000#endif
9163int main() { 16001int
16002main ()
16003{
9164(void)getpt(); 16004(void)getpt();
16005 ;
9165; return 0; } 16006 return 0;
9166EOF 16007}
9167if { (eval echo configure:9168: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 16008_ACEOF
16009rm -f conftest.$ac_objext conftest$ac_exeext
16010if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16011 (eval $ac_link) 2>conftest.er1
16012 ac_status=$?
16013 grep -v '^ *+' conftest.er1 >conftest.err
9168 rm -rf conftest* 16014 rm -f conftest.er1
16015 cat conftest.err >&5
16016 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16017 (exit $ac_status); } &&
16018 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
16019 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16020 (eval $ac_try) 2>&5
16021 ac_status=$?
16022 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16023 (exit $ac_status); }; } &&
16024 { ac_try='test -s conftest$ac_exeext'
16025 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16026 (eval $ac_try) 2>&5
16027 ac_status=$?
16028 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16029 (exit $ac_status); }; }; then
9169 rxvt_cv_func_getpt=yes 16030 rxvt_cv_func_getpt=yes
9170else 16031else
9171 echo "configure: failed program was:" >&5 16032 echo "$as_me: failed program was:" >&5
9172 cat conftest.$ac_ext >&5 16033sed 's/^/| /' conftest.$ac_ext >&5
9173 rm -rf conftest* 16034
9174 rxvt_cv_func_getpt=no 16035rxvt_cv_func_getpt=no
9175fi 16036fi
9176rm -f conftest* 16037rm -f conftest.err conftest.$ac_objext \
16038 conftest$ac_exeext conftest.$ac_ext
9177fi 16039fi
9178 16040echo "$as_me:$LINENO: result: $rxvt_cv_func_getpt" >&5
9179echo "$ac_t""$rxvt_cv_func_getpt" 1>&6 16041echo "${ECHO_T}$rxvt_cv_func_getpt" >&6
9180if test x$rxvt_cv_func_getpt = xyes; then 16042if test x$rxvt_cv_func_getpt = xyes; then
16043
9181 cat >> confdefs.h <<\EOF 16044cat >>confdefs.h <<\_ACEOF
9182#define HAVE_GETPT 1 16045#define HAVE_GETPT 1
9183EOF 16046_ACEOF
9184 16047
9185fi 16048fi
9186 16049
16050echo "$as_me:$LINENO: checking for pty/tty type" >&5
9187echo $ac_n "checking for pty/tty type""... $ac_c" 1>&6 16051echo $ECHO_N "checking for pty/tty type... $ECHO_C" >&6
9188echo "configure:9189: checking for pty/tty type" >&5
9189if eval "test \"`echo '$''{'rxvt_cv_ptys'+set}'`\" = set"; then 16052if test "${rxvt_cv_ptys+set}" = set; then
9190 echo $ac_n "(cached) $ac_c" 1>&6 16053 echo $ECHO_N "(cached) $ECHO_C" >&6
9191else 16054else
9192 if test x$ac_cv_func_openpty = xyes; then 16055 if test x$ac_cv_func_openpty = xyes; then
9193 rxvt_cv_ptys=OPENPTY 16056 rxvt_cv_ptys=OPENPTY
9194 else if test x$ac_cv_func__getpty = xyes; then 16057 else if test x$ac_cv_func__getpty = xyes; then
9195 rxvt_cv_ptys=SGI4 16058 rxvt_cv_ptys=SGI4
9218fi 16081fi
9219fi 16082fi
9220fi 16083fi
9221 16084
9222fi 16085fi
9223 16086echo "$as_me:$LINENO: result: $rxvt_cv_ptys" >&5
9224echo "$ac_t""$rxvt_cv_ptys" 1>&6 16087echo "${ECHO_T}$rxvt_cv_ptys" >&6
9225 16088
9226if test x$rxvt_cv_ptys = xOPENPTY; then 16089if test x$rxvt_cv_ptys = xOPENPTY; then
16090
9227 cat >> confdefs.h <<\EOF 16091cat >>confdefs.h <<\_ACEOF
9228#define PTYS_ARE_OPENPTY 1 16092#define PTYS_ARE_OPENPTY 1
9229EOF 16093_ACEOF
9230 16094
9231fi 16095fi
9232if test x$rxvt_cv_ptys = xSCO; then 16096if test x$rxvt_cv_ptys = xSCO; then
16097
9233 cat >> confdefs.h <<\EOF 16098cat >>confdefs.h <<\_ACEOF
9234#define PTYS_ARE_NUMERIC 1 16099#define PTYS_ARE_NUMERIC 1
9235EOF 16100_ACEOF
9236 16101
9237fi 16102fi
9238if test x$rxvt_cv_ptys = xSTREAMS; then 16103if test x$rxvt_cv_ptys = xSTREAMS; then
16104
9239 cat >> confdefs.h <<\EOF 16105cat >>confdefs.h <<\_ACEOF
9240#define PTYS_ARE_PTMX 1 16106#define PTYS_ARE_PTMX 1
9241EOF 16107_ACEOF
9242 16108
9243fi 16109fi
9244if test x$rxvt_cv_ptys = xPTC; then 16110if test x$rxvt_cv_ptys = xPTC; then
16111
9245 cat >> confdefs.h <<\EOF 16112cat >>confdefs.h <<\_ACEOF
9246#define PTYS_ARE_PTC 1 16113#define PTYS_ARE_PTC 1
9247EOF 16114_ACEOF
9248 16115
9249fi 16116fi
9250if test x$rxvt_cv_ptys = xSGI4; then 16117if test x$rxvt_cv_ptys = xSGI4; then
16118
9251 cat >> confdefs.h <<\EOF 16119cat >>confdefs.h <<\_ACEOF
9252#define PTYS_ARE__GETPTY 1 16120#define PTYS_ARE__GETPTY 1
9253EOF 16121_ACEOF
9254 16122
9255fi 16123fi
9256if test x$rxvt_cv_ptys = xCONVEX; then 16124if test x$rxvt_cv_ptys = xCONVEX; then
16125
9257 cat >> confdefs.h <<\EOF 16126cat >>confdefs.h <<\_ACEOF
9258#define PTYS_ARE_GETPTY 1 16127#define PTYS_ARE_GETPTY 1
9259EOF 16128_ACEOF
9260 16129
9261fi 16130fi
9262if test x$rxvt_cv_ptys = xGLIBC; then 16131if test x$rxvt_cv_ptys = xGLIBC; then
16132
9263 cat >> confdefs.h <<\EOF 16133cat >>confdefs.h <<\_ACEOF
9264#define PTYS_ARE_GETPT 1 16134#define PTYS_ARE_GETPT 1
9265EOF 16135_ACEOF
9266 16136
9267fi 16137fi
9268if test x$rxvt_cv_ptys = xHPUX; then 16138if test x$rxvt_cv_ptys = xHPUX; then
16139
9269 cat >> confdefs.h <<\EOF 16140cat >>confdefs.h <<\_ACEOF
9270#define PTYS_ARE_CLONE 1 16141#define PTYS_ARE_CLONE 1
9271EOF 16142_ACEOF
9272 16143
9273fi 16144fi
9274if test x$rxvt_cv_ptys = xBSD -o x$rxvt_cv_ptys = xHPUX -o x$rxvt_cv_ptys = xGLIBC; then 16145if test x$rxvt_cv_ptys = xBSD -o x$rxvt_cv_ptys = xHPUX -o x$rxvt_cv_ptys = xGLIBC; then
16146
9275 cat >> confdefs.h <<\EOF 16147cat >>confdefs.h <<\_ACEOF
9276#define PTYS_ARE_SEARCHED 1 16148#define PTYS_ARE_SEARCHED 1
9277EOF 16149_ACEOF
9278 16150
9279fi 16151fi
9280 16152
9281 16153
16154{ echo "$as_me:$LINENO: checking for pty ranges..." >&5
9282echo "checking for pty ranges" 1>&6 16155echo "$as_me: checking for pty ranges..." >&6;}
9283echo "configure:9284: checking for pty ranges" >&5
9284ptys=`echo /dev/pty??` 16156ptys=`echo /dev/pty??`
9285pch1=`echo $ptys | tr ' ' '\012' | sed -e 's/^.*\(.\).$/\1/g' | sort -u | tr -d '\012'` 16157pch1=`echo $ptys | tr ' ' '\012' | sed -e 's/^.*\(.\).$/\1/g' | sort -u | tr -d '\012'`
9286pch2=`echo $ptys | tr ' ' '\012' | sed -e 's/^.*\(.\)$/\1/g' | sort -u | tr -d '\012'` 16158pch2=`echo $ptys | tr ' ' '\012' | sed -e 's/^.*\(.\)$/\1/g' | sort -u | tr -d '\012'`
9287if test x$pch1 != x; then 16159if test x$pch1 != x; then
16160
9288 cat >> confdefs.h <<EOF 16161cat >>confdefs.h <<_ACEOF
9289#define PTYCHAR1 "$pch1" 16162#define PTYCHAR1 "$pch1"
9290EOF 16163_ACEOF
9291 16164
9292fi 16165fi
9293if test x$pch2 != x; then 16166if test x$pch2 != x; then
16167
9294 cat >> confdefs.h <<EOF 16168cat >>confdefs.h <<_ACEOF
9295#define PTYCHAR2 "$pch2" 16169#define PTYCHAR2 "$pch2"
9296EOF 16170_ACEOF
9297 16171
9298fi 16172fi
9299 16173
16174echo "$as_me:$LINENO: checking for setlocale in -lxpg4" >&5
9300echo $ac_n "checking for setlocale in -lxpg4""... $ac_c" 1>&6 16175echo $ECHO_N "checking for setlocale in -lxpg4... $ECHO_C" >&6
9301echo "configure:9302: checking for setlocale in -lxpg4" >&5 16176if test "${ac_cv_lib_xpg4_setlocale+set}" = set; then
9302ac_lib_var=`echo xpg4'_'setlocale | sed 'y%./+-%__p_%'`
9303if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9304 echo $ac_n "(cached) $ac_c" 1>&6 16177 echo $ECHO_N "(cached) $ECHO_C" >&6
9305else 16178else
9306 ac_save_LIBS="$LIBS" 16179 ac_check_lib_save_LIBS=$LIBS
9307LIBS="-lxpg4 $LIBS" 16180LIBS="-lxpg4 $LIBS"
9308cat > conftest.$ac_ext <<EOF 16181cat >conftest.$ac_ext <<_ACEOF
9309#line 9310 "configure" 16182/* confdefs.h. */
9310#include "confdefs.h" 16183_ACEOF
16184cat confdefs.h >>conftest.$ac_ext
16185cat >>conftest.$ac_ext <<_ACEOF
16186/* end confdefs.h. */
16187
9311/* Override any gcc2 internal prototype to avoid an error. */ 16188/* Override any gcc2 internal prototype to avoid an error. */
16189#ifdef __cplusplus
16190extern "C"
16191#endif
9312/* We use char because int might match the return type of a gcc2 16192/* We use char because int might match the return type of a gcc2
9313 builtin and then its argument prototype would still apply. */ 16193 builtin and then its argument prototype would still apply. */
9314char setlocale(); 16194char setlocale ();
9315 16195int
9316int main() { 16196main ()
16197{
9317setlocale() 16198setlocale ();
16199 ;
9318; return 0; } 16200 return 0;
9319EOF 16201}
9320if { (eval echo configure:9321: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 16202_ACEOF
16203rm -f conftest.$ac_objext conftest$ac_exeext
16204if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16205 (eval $ac_link) 2>conftest.er1
16206 ac_status=$?
16207 grep -v '^ *+' conftest.er1 >conftest.err
9321 rm -rf conftest* 16208 rm -f conftest.er1
9322 eval "ac_cv_lib_$ac_lib_var=yes" 16209 cat conftest.err >&5
16210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16211 (exit $ac_status); } &&
16212 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
16213 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16214 (eval $ac_try) 2>&5
16215 ac_status=$?
16216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16217 (exit $ac_status); }; } &&
16218 { ac_try='test -s conftest$ac_exeext'
16219 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16220 (eval $ac_try) 2>&5
16221 ac_status=$?
16222 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16223 (exit $ac_status); }; }; then
16224 ac_cv_lib_xpg4_setlocale=yes
9323else 16225else
9324 echo "configure: failed program was:" >&5 16226 echo "$as_me: failed program was:" >&5
9325 cat conftest.$ac_ext >&5 16227sed 's/^/| /' conftest.$ac_ext >&5
9326 rm -rf conftest* 16228
9327 eval "ac_cv_lib_$ac_lib_var=no" 16229ac_cv_lib_xpg4_setlocale=no
9328fi 16230fi
9329rm -f conftest* 16231rm -f conftest.err conftest.$ac_objext \
16232 conftest$ac_exeext conftest.$ac_ext
9330LIBS="$ac_save_LIBS" 16233LIBS=$ac_check_lib_save_LIBS
9331
9332fi 16234fi
9333if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 16235echo "$as_me:$LINENO: result: $ac_cv_lib_xpg4_setlocale" >&5
9334 echo "$ac_t""yes" 1>&6 16236echo "${ECHO_T}$ac_cv_lib_xpg4_setlocale" >&6
16237if test $ac_cv_lib_xpg4_setlocale = yes; then
9335 LIBS="$LIBS -lxpg4" 16238 LIBS="$LIBS -lxpg4"
9336else
9337 echo "$ac_t""no" 1>&6
9338fi 16239fi
9339 16240
9340 16241
9341if test x$support_graphics = xyes; then
9342 cat >> confdefs.h <<\EOF
9343#define RXVT_GRAPHICS 1
9344EOF
9345
9346fi
9347if test x$support_inheritpixmap = xyes; then 16242if test x$support_inheritpixmap = xyes; then
16243
9348 cat >> confdefs.h <<\EOF 16244cat >>confdefs.h <<\_ACEOF
9349#define TRANSPARENT 1 16245#define TRANSPARENT 1
9350EOF 16246_ACEOF
9351 16247
9352fi 16248fi
9353if test x$support_keepscrolling = xno; then 16249if test x$support_keepscrolling = xno; then
16250
9354 cat >> confdefs.h <<\EOF 16251cat >>confdefs.h <<\_ACEOF
9355#define NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING 1 16252#define NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING 1
9356EOF 16253_ACEOF
9357 16254
9358fi 16255fi
9359if test x$support_selectionscrolling = xyes; then 16256if test x$support_selectionscrolling = xyes; then
16257
9360 cat >> confdefs.h <<\EOF 16258cat >>confdefs.h <<\_ACEOF
9361#define SELECTION_SCROLLING 1 16259#define SELECTION_SCROLLING 1
9362EOF 16260_ACEOF
9363 16261
9364fi 16262fi
9365if test x$support_menubar = xyes; then 16263if test x$support_menubar = xyes; then
16264
9366 cat >> confdefs.h <<\EOF 16265cat >>confdefs.h <<\_ACEOF
9367#define MENUBAR 1 16266#define MENUBAR 1
9368EOF 16267_ACEOF
9369 16268
9370fi 16269fi
9371if test x$support_frills = xno; then 16270if test x$support_frills = xno; then
16271
9372 cat >> confdefs.h <<\EOF 16272cat >>confdefs.h <<\_ACEOF
9373#define NO_FRILLS 1 16273#define NO_FRILLS 1
9374EOF 16274_ACEOF
9375 16275
9376fi 16276fi
9377if test x$support_linespace = xno; then 16277if test x$support_linespace = xno; then
16278
9378 cat >> confdefs.h <<\EOF 16279cat >>confdefs.h <<\_ACEOF
9379#define NO_LINESPACE 1 16280#define NO_LINESPACE 1
9380EOF 16281_ACEOF
9381 16282
9382fi 16283fi
9383if test x$support_24bit = xyes; then 16284if test x$support_24bit = xyes; then
16285
9384 cat >> confdefs.h <<\EOF 16286cat >>confdefs.h <<\_ACEOF
9385#define PREFER_24BIT 1 16287#define PREFER_24BIT 1
9386EOF 16288_ACEOF
9387 16289
9388fi 16290fi
9389if test x$support_mousewheel = xyes; then 16291if test x$support_mousewheel = xyes; then
16292
9390 cat >> confdefs.h <<\EOF 16293cat >>confdefs.h <<\_ACEOF
9391#define MOUSE_WHEEL 1 16294#define MOUSE_WHEEL 1
9392EOF 16295_ACEOF
9393 16296
9394fi 16297fi
9395if test x$support_mouseslipwheel = xyes; then 16298if test x$support_mouseslipwheel = xyes; then
16299
9396 cat >> confdefs.h <<\EOF 16300cat >>confdefs.h <<\_ACEOF
9397#define MOUSE_SLIP_WHEELING 1 16301#define MOUSE_SLIP_WHEELING 1
9398EOF 16302_ACEOF
9399 16303
9400fi 16304fi
9401if test x$support_oldselection = xno; then 16305if test x$support_oldselection = xno; then
16306
9402 cat >> confdefs.h <<\EOF 16307cat >>confdefs.h <<\_ACEOF
9403#define NO_OLD_SELECTION 1 16308#define NO_OLD_SELECTION 1
9404EOF 16309_ACEOF
9405 16310
9406fi 16311fi
9407if test x$support_utmp = xyes; then 16312if test x$support_utmp = xyes; then
16313
9408 cat >> confdefs.h <<\EOF 16314cat >>confdefs.h <<\_ACEOF
9409#define UTMP_SUPPORT 1 16315#define UTMP_SUPPORT 1
9410EOF 16316_ACEOF
9411 16317
9412fi 16318fi
9413if test x$support_wtmp = xyes; then 16319if test x$support_wtmp = xyes; then
16320
9414 cat >> confdefs.h <<\EOF 16321cat >>confdefs.h <<\_ACEOF
9415#define WTMP_SUPPORT 1 16322#define WTMP_SUPPORT 1
9416EOF 16323_ACEOF
9417 16324
9418fi 16325fi
9419if test x$support_lastlog = xyes; then 16326if test x$support_lastlog = xyes; then
16327
9420 cat >> confdefs.h <<\EOF 16328cat >>confdefs.h <<\_ACEOF
9421#define LASTLOG_SUPPORT 1 16329#define LASTLOG_SUPPORT 1
9422EOF 16330_ACEOF
9423 16331
9424fi 16332fi
9425if test x$support_xim = xyes -o x$multichar_set = xyes; then 16333if test x$support_xim = xyes -o x$multichar_set = xyes; then
9426 if test x$rxvt_cv_func_xlocale = xyes; then 16334 if test x$rxvt_cv_func_xlocale = xyes; then
16335
9427 cat >> confdefs.h <<\EOF 16336cat >>confdefs.h <<\_ACEOF
9428#define USE_XIM 1 16337#define USE_XIM 1
9429EOF 16338_ACEOF
9430 16339
9431 fi 16340 fi
9432fi 16341fi
9433if test x$support_xpm = xyes; then 16342if test x$support_xpm = xyes; then
16343
9434 cat >> confdefs.h <<\EOF 16344cat >>confdefs.h <<\_ACEOF
9435#define XPM_BACKGROUND 1 16345#define XPM_BACKGROUND 1
9436EOF 16346_ACEOF
9437 16347
9438fi 16348fi
9439if test x$support_scroll_rxvt = xyes; then 16349if test x$support_scroll_rxvt = xyes; then
16350
9440 cat >> confdefs.h <<\EOF 16351cat >>confdefs.h <<\_ACEOF
9441#define RXVT_SCROLLBAR 1 16352#define RXVT_SCROLLBAR 1
9442EOF 16353_ACEOF
9443 16354
9444 scrolltypes="rxvt" 16355 scrolltypes="rxvt"
9445fi 16356fi
9446if test x$support_scroll_next = xyes; then 16357if test x$support_scroll_next = xyes; then
16358
9447 cat >> confdefs.h <<\EOF 16359cat >>confdefs.h <<\_ACEOF
9448#define NEXT_SCROLLBAR 1 16360#define NEXT_SCROLLBAR 1
9449EOF 16361_ACEOF
9450 16362
9451 scrolltypes="$scrolltypes next" 16363 scrolltypes="$scrolltypes next"
9452fi 16364fi
9453if test x$support_scroll_xterm = xyes; then 16365if test x$support_scroll_xterm = xyes; then
16366
9454 cat >> confdefs.h <<\EOF 16367cat >>confdefs.h <<\_ACEOF
9455#define XTERM_SCROLLBAR 1 16368#define XTERM_SCROLLBAR 1
9456EOF 16369_ACEOF
9457 16370
9458 scrolltypes="$scrolltypes xterm" 16371 scrolltypes="$scrolltypes xterm"
9459fi 16372fi
16373if test x$support_scroll_plain = xyes; then
16374
16375cat >>confdefs.h <<\_ACEOF
16376#define PLAIN_SCROLLBAR 1
16377_ACEOF
16378
16379 scrolltypes="$scrolltypes plain"
16380fi
9460if test x$support_pointer_blank = xyes; then 16381if test x$support_pointer_blank = xyes; then
16382
9461 cat >> confdefs.h <<\EOF 16383cat >>confdefs.h <<\_ACEOF
9462#define POINTER_BLANK 1 16384#define POINTER_BLANK 1
9463EOF 16385_ACEOF
9464 16386
9465fi 16387fi
9466if test x$support_cursor_blink = xyes; then 16388if test x$support_cursor_blink = xyes; then
16389
9467 cat >> confdefs.h <<\EOF 16390cat >>confdefs.h <<\_ACEOF
9468#define CURSOR_BLINK 1 16391#define CURSOR_BLINK 1
9469EOF 16392_ACEOF
16393
16394fi
16395if test x$support_text_blink = xyes; then
16396
16397cat >>confdefs.h <<\_ACEOF
16398#define TEXT_BLINK 1
16399_ACEOF
9470 16400
9471fi 16401fi
9472if test x$support_unicode3 = xyes; then 16402if test x$support_unicode3 = xyes; then
16403
9473 cat >> confdefs.h <<\EOF 16404cat >>confdefs.h <<\_ACEOF
9474#define UNICODE_3 1 16405#define UNICODE_3 1
9475EOF 16406_ACEOF
16407
16408fi
16409if test x$support_combining = xyes; then
16410
16411cat >>confdefs.h <<\_ACEOF
16412#define ENCODING_COMPOSE 1
16413_ACEOF
9476 16414
9477fi 16415fi
9478if test x$codesets = xall; then 16416if test x$codesets = xall; then
9479 codesets=jp,jp-ext,kr,cn,cn-ext,vn 16417 codesets=jp,jp-ext,kr,cn,cn-ext
9480fi 16418fi
9481for codeset in `echo $codesets | tr "a-z,\\-" "A-Z _"`; do 16419for codeset in `echo $codesets | tr "a-z,\\-" "A-Z _"`; do
16420
9482 cat >> confdefs.h <<\EOF 16421cat >>confdefs.h <<\_ACEOF
9483#define ENCODING_EU 1 16422#define ENCODING_EU 1
9484EOF 16423_ACEOF
16424
16425
16426cat >>confdefs.h <<\_ACEOF
16427#define ENCODING_VN 1
16428_ACEOF
9485 16429
9486 case "$codeset" in 16430 case "$codeset" in
9487 VN ) cat >> confdefs.h <<\EOF 16431 JP )
16432cat >>confdefs.h <<\_ACEOF
9488#define ENCODING_VN 1 16433#define ENCODING_JP 1
9489EOF 16434_ACEOF
9490 ;; 16435 ;;
9491 JP ) cat >> confdefs.h <<\EOF 16436 JP_EXT )
16437cat >>confdefs.h <<\_ACEOF
9492#define ENCODING_JP 1 16438#define ENCODING_JP_EXT 1
9493EOF 16439_ACEOF
9494 ;; 16440 ;;
9495 JP_EXT ) cat >> confdefs.h <<\EOF 16441 KR )
16442cat >>confdefs.h <<\_ACEOF
9496#define ENCODING_JP_EXT 1 16443#define ENCODING_KR 1
9497EOF 16444_ACEOF
9498 ;; 16445 ;;
9499 KR ) cat >> confdefs.h <<\EOF 16446 CN )
16447cat >>confdefs.h <<\_ACEOF
9500#define ENCODING_KR 1 16448#define ENCODING_CN 1
9501EOF 16449_ACEOF
9502 ;; 16450 ;;
9503 CN ) cat >> confdefs.h <<\EOF 16451 CN_EXT )
9504#define ENCODING_CN 1 16452cat >>confdefs.h <<\_ACEOF
9505EOF
9506 ;;
9507 CN_EXT ) cat >> confdefs.h <<\EOF
9508#define ENCODING_CN_EXT 1 16453#define ENCODING_CN_EXT 1
9509EOF 16454_ACEOF
9510 ;; 16455 ;;
9511 esac 16456 esac
9512done 16457done
9513 16458
9514 16459
9534 16479
9535 16480
9536 16481
9537 16482
9538if test x$support_addstrings = xno; then 16483if test x$support_addstrings = xno; then
16484
9539 cat >> confdefs.h <<\EOF 16485cat >>confdefs.h <<\_ACEOF
9540#define NO_STRINGS 1 16486#define NO_STRINGS 1
9541EOF 16487_ACEOF
9542 16488
9543fi 16489fi
9544 16490
9545MCOMMON=./autoconf/Make.common 16491MCOMMON=./autoconf/Make.common
9546 16492
9547 16493
9548if test "$program_transform_name" = s,x,x,; then
9549 program_transform_name=
9550else
9551 # Double any \ or $. echo might interpret backslashes.
9552 cat <<\EOF_SED > conftestsed
9553s,\\,\\\\,g; s,\$,$$,g
9554EOF_SED
9555 program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
9556 rm -f conftestsed
9557fi
9558test "$program_prefix" != NONE && 16494test "$program_prefix" != NONE &&
9559 program_transform_name="s,^,${program_prefix},; $program_transform_name" 16495 program_transform_name="s,^,$program_prefix,;$program_transform_name"
9560# Use a double $ so make ignores it. 16496# Use a double $ so make ignores it.
9561test "$program_suffix" != NONE && 16497test "$program_suffix" != NONE &&
9562 program_transform_name="s,\$\$,${program_suffix},; $program_transform_name" 16498 program_transform_name="s,\$,$program_suffix,;$program_transform_name"
9563 16499# Double any \ or $. echo might interpret backslashes.
9564# sed with no file args requires a program. 16500# By default was `s,x,x', remove it if useless.
9565test "$program_transform_name" = "" && program_transform_name="s,x,x," 16501cat <<\_ACEOF >conftest.sed
9566 16502s/[\\$]/&&/g;s/;s,x,x,$//
9567 16503_ACEOF
9568RXVTNAME=`echo rxvt|sed "$program_transform_name"` 16504program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
16505rm conftest.sed
9569 16506
9570 16507
9571 16508
9572 16509
9573 16510
9574if test "$ac_cv_header_stdint_h" = "yes" -o "$notset" = "dontmatch"; then 16511if test "$ac_cv_header_stdint_h" = "yes" -o "$notset" = "dontmatch"; then
9575 include_stdint_h="#include <stdint.h>" 16512 include_stdint_h="#include <stdint.h>"
9576else 16513else
9577 include_stdint_h="/* #include <stdint.h> */" 16514 include_stdint_h="/* #include <stdint.h> */"
9578fi 16515fi
9579if test "$ac_cv_header_stdarg_h" = "yes" -o "$notset" = "dontmatch"; then 16516if test "$ac_cv_header_stdarg_h" = "yes" -o "$notset" = "dontmatch"; then
9580 include_stdarg_h="#include <stdarg.h>" 16517 include_stdarg_h="#include <cstdarg>"
9581else 16518else
9582 include_stdarg_h="/* #include <stdarg.h> */" 16519 include_stdarg_h="/* #include <cstdarg> */"
9583fi 16520fi
9584if test "$ac_cv_header_stdlib_h" = "yes" -o "$notset" = "dontmatch"; then 16521if test "$ac_cv_header_stdlib_h" = "yes" -o "$notset" = "dontmatch"; then
9585 include_stdlib_h="#include <stdlib.h>" 16522 include_stdlib_h="#include <cstdlib>"
9586else 16523else
9587 include_stdlib_h="/* #include <stdlib.h> */" 16524 include_stdlib_h="/* #include <cstdlib> */"
9588fi 16525fi
9589if test "$ac_cv_header_unistd_h" = "yes" -o "$notset" = "dontmatch"; then 16526if test "$ac_cv_header_unistd_h" = "yes" -o "$notset" = "dontmatch"; then
9590 include_unistd_h="#include <unistd.h>" 16527 include_unistd_h="#include <unistd.h>"
9591else 16528else
9592 include_unistd_h="/* #include <unistd.h> */" 16529 include_unistd_h="/* #include <unistd.h> */"
9593fi 16530fi
9594if test "$ac_cv_header_string_h" = "yes" -o "$notset" = "dontmatch"; then 16531if test "$ac_cv_header_string_h" = "yes" -o "$notset" = "dontmatch"; then
9595 include_string_h="#include <string.h>" 16532 include_string_h="#include <cstring>"
9596else 16533else
9597 include_string_h="/* #include <string.h> */" 16534 include_string_h="/* #include <cstring> */"
9598fi 16535fi
9599if test "$ac_cv_header_fcntl_h" = "yes" -o "$notset" = "dontmatch"; then 16536if test "$ac_cv_header_fcntl_h" = "yes" -o "$notset" = "dontmatch"; then
9600 include_fcntl_h="#include <fcntl.h>" 16537 include_fcntl_h="#include <fcntl.h>"
9601else 16538else
9602 include_fcntl_h="/* #include <fcntl.h> */" 16539 include_fcntl_h="/* #include <fcntl.h> */"
9603fi 16540fi
9604if test "$ac_cv_header_util_h" = "yes" -o "$notset" = "dontmatch"; then 16541if test "$ac_cv_header_util_h" = "yes" -o "$notset" = "dontmatch"; then
9605 include_util_h="#include <util.h>" 16542 include_util_h="#include <util.h>"
9606else 16543else
9607 include_util_h="/* #include <util.h> */" 16544 include_util_h="/* #include <util.h> */"
9608fi 16545fi
9609if test "$ac_cv_header_assert_h" = "yes" -o "$notset" = "dontmatch"; then 16546if test "$ac_cv_header_assert_h" = "yes" -o "$notset" = "dontmatch"; then
9610 include_assert_h="#include <assert.h>" 16547 include_assert_h="#include <assert.h>"
9611else 16548else
9612 include_assert_h="/* #include <assert.h> */" 16549 include_assert_h="/* #include <assert.h> */"
9613fi 16550fi
9614if test "$rxvt_cv_header_sysioctl" = "yes" -o "$notset" = "dontmatch"; then 16551if test "$rxvt_cv_header_sysioctl" = "yes" -o "$notset" = "dontmatch"; then
9615 include_sys_ioctl_h="#include <sys/ioctl.h>" 16552 include_sys_ioctl_h="#include <sys/ioctl.h>"
9616else 16553else
9617 include_sys_ioctl_h="/* #include <sys/ioctl.h> */" 16554 include_sys_ioctl_h="/* #include <sys/ioctl.h> */"
9618fi 16555fi
9619if test "$ac_cv_header_sys_select_h" = "yes" -o "$notset" = "dontmatch"; then 16556if test "$ac_cv_header_sys_select_h" = "yes" -o "$notset" = "dontmatch"; then
9620 include_sys_select_h="#include <sys/select.h>" 16557 include_sys_select_h="#include <sys/select.h>"
9621else 16558else
9622 include_sys_select_h="/* #include <sys/select.h> */" 16559 include_sys_select_h="/* #include <sys/select.h> */"
9623fi 16560fi
9624if test "$ac_cv_header_sys_strredir_h" = "yes" -o "$notset" = "dontmatch"; then 16561if test "$ac_cv_header_sys_strredir_h" = "yes" -o "$notset" = "dontmatch"; then
9625 include_sys_strredir_h="#include <sys/strredir.h>" 16562 include_sys_strredir_h="#include <sys/strredir.h>"
9626else 16563else
9627 include_sys_strredir_h="/* #include <sys/strredir.h> */" 16564 include_sys_strredir_h="/* #include <sys/strredir.h> */"
9628fi 16565fi
9629if test "$ac_cv_header_sys_time_h" = "yes" -o "$notset" = "dontmatch"; then 16566if test "$ac_cv_header_sys_time_h" = "yes" -o "$notset" = "dontmatch"; then
9630 include_sys_time_h="#include <sys/time.h>" 16567 include_sys_time_h="#include <sys/time.h>"
9631else 16568else
9632 include_sys_time_h="/* #include <sys/time.h> */" 16569 include_sys_time_h="/* #include <sys/time.h> */"
9633fi 16570fi
9634if test "$ac_cv_header_sys_time_h" = "no" -o "$ac_cv_header_time" = "yes"; then 16571if test "$ac_cv_header_sys_time_h" = "no" -o "$ac_cv_header_time" = "yes"; then
9635 include_time_h="#include <time.h>" 16572 include_time_h="#include <time.h>"
9636else 16573else
9637 include_time_h="/* #include <time.h> */" 16574 include_time_h="/* #include <time.h> */"
9638fi 16575fi
9639 16576
9640if test x$support_xft = xyes; then 16577if test x$support_xft = xyes; then
9641 LIBS="$LIBS `pkg-config xft --libs`" 16578 LIBS="$LIBS `pkg-config xft --libs`"
9642 CFLAGS="$CFLAGS `pkg-config xft --cflags`" 16579 CFLAGS="$CFLAGS `pkg-config xft --cflags`"
9643 CPPFLAGS="$CPPFLAGS `pkg-config xft --cflags`" 16580 CPPFLAGS="$CPPFLAGS `pkg-config xft --cflags`"
9644 16581
16582
9645 for ac_hdr in X11/Xft/Xft.h 16583for ac_header in X11/Xft/Xft.h
9646do 16584do
9647ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 16585as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
16586if eval "test \"\${$as_ac_Header+set}\" = set"; then
16587 echo "$as_me:$LINENO: checking for $ac_header" >&5
9648echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 16588echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9649echo "configure:9650: checking for $ac_hdr" >&5 16589if eval "test \"\${$as_ac_Header+set}\" = set"; then
9650if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9651 echo $ac_n "(cached) $ac_c" 1>&6 16590 echo $ECHO_N "(cached) $ECHO_C" >&6
16591fi
16592echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16593echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9652else 16594else
16595 # Is the header compilable?
16596echo "$as_me:$LINENO: checking $ac_header usability" >&5
16597echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
9653 cat > conftest.$ac_ext <<EOF 16598cat >conftest.$ac_ext <<_ACEOF
9654#line 9655 "configure" 16599/* confdefs.h. */
9655#include "confdefs.h" 16600_ACEOF
16601cat confdefs.h >>conftest.$ac_ext
16602cat >>conftest.$ac_ext <<_ACEOF
16603/* end confdefs.h. */
16604$ac_includes_default
9656#include <$ac_hdr> 16605#include <$ac_header>
9657EOF 16606_ACEOF
9658ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 16607rm -f conftest.$ac_objext
9659{ (eval echo configure:9660: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 16608if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9660ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 16609 (eval $ac_compile) 2>conftest.er1
16610 ac_status=$?
16611 grep -v '^ *+' conftest.er1 >conftest.err
16612 rm -f conftest.er1
16613 cat conftest.err >&5
16614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16615 (exit $ac_status); } &&
16616 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
16617 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16618 (eval $ac_try) 2>&5
16619 ac_status=$?
16620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16621 (exit $ac_status); }; } &&
16622 { ac_try='test -s conftest.$ac_objext'
16623 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16624 (eval $ac_try) 2>&5
16625 ac_status=$?
16626 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16627 (exit $ac_status); }; }; then
16628 ac_header_compiler=yes
16629else
16630 echo "$as_me: failed program was:" >&5
16631sed 's/^/| /' conftest.$ac_ext >&5
16632
16633ac_header_compiler=no
16634fi
16635rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16636echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16637echo "${ECHO_T}$ac_header_compiler" >&6
16638
16639# Is the header present?
16640echo "$as_me:$LINENO: checking $ac_header presence" >&5
16641echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
16642cat >conftest.$ac_ext <<_ACEOF
16643/* confdefs.h. */
16644_ACEOF
16645cat confdefs.h >>conftest.$ac_ext
16646cat >>conftest.$ac_ext <<_ACEOF
16647/* end confdefs.h. */
16648#include <$ac_header>
16649_ACEOF
16650if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
16651 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
16652 ac_status=$?
16653 grep -v '^ *+' conftest.er1 >conftest.err
16654 rm -f conftest.er1
16655 cat conftest.err >&5
16656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16657 (exit $ac_status); } >/dev/null; then
16658 if test -s conftest.err; then
16659 ac_cpp_err=$ac_cxx_preproc_warn_flag
16660 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
16661 else
16662 ac_cpp_err=
16663 fi
16664else
16665 ac_cpp_err=yes
16666fi
9661if test -z "$ac_err"; then 16667if test -z "$ac_cpp_err"; then
9662 rm -rf conftest* 16668 ac_header_preproc=yes
9663 eval "ac_cv_header_$ac_safe=yes"
9664else 16669else
9665 echo "$ac_err" >&5
9666 echo "configure: failed program was:" >&5 16670 echo "$as_me: failed program was:" >&5
9667 cat conftest.$ac_ext >&5 16671sed 's/^/| /' conftest.$ac_ext >&5
9668 rm -rf conftest* 16672
9669 eval "ac_cv_header_$ac_safe=no" 16673 ac_header_preproc=no
9670fi 16674fi
9671rm -f conftest* 16675rm -f conftest.err conftest.$ac_ext
16676echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16677echo "${ECHO_T}$ac_header_preproc" >&6
16678
16679# So? What about this header?
16680case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
16681 yes:no: )
16682 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16683echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16684 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16685echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16686 ac_header_preproc=yes
16687 ;;
16688 no:yes:* )
16689 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16690echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16691 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16692echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16693 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16694echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16695 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16696echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16697 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16698echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16699 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16700echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16701 (
16702 cat <<\_ASBOX
16703## ------------------------------------------ ##
16704## Report this to the AC_PACKAGE_NAME lists. ##
16705## ------------------------------------------ ##
16706_ASBOX
16707 ) |
16708 sed "s/^/$as_me: WARNING: /" >&2
16709 ;;
16710esac
16711echo "$as_me:$LINENO: checking for $ac_header" >&5
16712echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16713if eval "test \"\${$as_ac_Header+set}\" = set"; then
16714 echo $ECHO_N "(cached) $ECHO_C" >&6
16715else
16716 eval "$as_ac_Header=\$ac_header_preproc"
9672fi 16717fi
9673if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 16718echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9674 echo "$ac_t""yes" 1>&6 16719echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9675 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` 16720
16721fi
16722if test `eval echo '${'$as_ac_Header'}'` = yes; then
9676 cat >> confdefs.h <<EOF 16723 cat >>confdefs.h <<_ACEOF
9677#define $ac_tr_hdr 1 16724#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9678EOF 16725_ACEOF
9679 16726
9680else 16727else
9681 echo "$ac_t""no" 1>&6
9682support_xft=no 16728 support_xft=no
9683fi 16729fi
16730
9684done 16731done
9685 16732
16733
16734echo "$as_me:$LINENO: checking for XftDrawString32 in -lXft" >&5
9686 echo $ac_n "checking for XftDrawString32 in -lXft""... $ac_c" 1>&6 16735echo $ECHO_N "checking for XftDrawString32 in -lXft... $ECHO_C" >&6
9687echo "configure:9688: checking for XftDrawString32 in -lXft" >&5 16736if test "${ac_cv_lib_Xft_XftDrawString32+set}" = set; then
9688ac_lib_var=`echo Xft'_'XftDrawString32 | sed 'y%./+-%__p_%'`
9689if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9690 echo $ac_n "(cached) $ac_c" 1>&6 16737 echo $ECHO_N "(cached) $ECHO_C" >&6
9691else 16738else
9692 ac_save_LIBS="$LIBS" 16739 ac_check_lib_save_LIBS=$LIBS
9693LIBS="-lXft $LIBS" 16740LIBS="-lXft $LIBS"
9694cat > conftest.$ac_ext <<EOF 16741cat >conftest.$ac_ext <<_ACEOF
9695#line 9696 "configure" 16742/* confdefs.h. */
9696#include "confdefs.h" 16743_ACEOF
16744cat confdefs.h >>conftest.$ac_ext
16745cat >>conftest.$ac_ext <<_ACEOF
16746/* end confdefs.h. */
16747
9697/* Override any gcc2 internal prototype to avoid an error. */ 16748/* Override any gcc2 internal prototype to avoid an error. */
16749#ifdef __cplusplus
16750extern "C"
16751#endif
9698/* We use char because int might match the return type of a gcc2 16752/* We use char because int might match the return type of a gcc2
9699 builtin and then its argument prototype would still apply. */ 16753 builtin and then its argument prototype would still apply. */
9700char XftDrawString32(); 16754char XftDrawString32 ();
9701 16755int
9702int main() { 16756main ()
16757{
9703XftDrawString32() 16758XftDrawString32 ();
16759 ;
9704; return 0; } 16760 return 0;
9705EOF 16761}
9706if { (eval echo configure:9707: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 16762_ACEOF
16763rm -f conftest.$ac_objext conftest$ac_exeext
16764if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16765 (eval $ac_link) 2>conftest.er1
16766 ac_status=$?
16767 grep -v '^ *+' conftest.er1 >conftest.err
9707 rm -rf conftest* 16768 rm -f conftest.er1
9708 eval "ac_cv_lib_$ac_lib_var=yes" 16769 cat conftest.err >&5
16770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16771 (exit $ac_status); } &&
16772 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
16773 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16774 (eval $ac_try) 2>&5
16775 ac_status=$?
16776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16777 (exit $ac_status); }; } &&
16778 { ac_try='test -s conftest$ac_exeext'
16779 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16780 (eval $ac_try) 2>&5
16781 ac_status=$?
16782 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16783 (exit $ac_status); }; }; then
16784 ac_cv_lib_Xft_XftDrawString32=yes
9709else 16785else
9710 echo "configure: failed program was:" >&5 16786 echo "$as_me: failed program was:" >&5
9711 cat conftest.$ac_ext >&5 16787sed 's/^/| /' conftest.$ac_ext >&5
9712 rm -rf conftest* 16788
9713 eval "ac_cv_lib_$ac_lib_var=no" 16789ac_cv_lib_Xft_XftDrawString32=no
9714fi 16790fi
9715rm -f conftest* 16791rm -f conftest.err conftest.$ac_objext \
16792 conftest$ac_exeext conftest.$ac_ext
9716LIBS="$ac_save_LIBS" 16793LIBS=$ac_check_lib_save_LIBS
9717
9718fi 16794fi
9719if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 16795echo "$as_me:$LINENO: result: $ac_cv_lib_Xft_XftDrawString32" >&5
9720 echo "$ac_t""yes" 1>&6 16796echo "${ECHO_T}$ac_cv_lib_Xft_XftDrawString32" >&6
9721 ac_tr_lib=HAVE_LIB`echo Xft | sed -e 's/[^a-zA-Z0-9_]/_/g' \ 16797if test $ac_cv_lib_Xft_XftDrawString32 = yes; then
9722 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
9723 cat >> confdefs.h <<EOF 16798 cat >>confdefs.h <<_ACEOF
9724#define $ac_tr_lib 1 16799#define HAVE_LIBXFT 1
9725EOF 16800_ACEOF
9726 16801
9727 LIBS="-lXft $LIBS" 16802 LIBS="-lXft $LIBS"
9728 16803
9729else 16804else
9730 echo "$ac_t""no" 1>&6
9731support_xft=no 16805 support_xft=no
9732fi 16806fi
9733 16807
16808
16809 if test x$support_xft = xyes; then
16810
9734 cat >> confdefs.h <<\EOF 16811cat >>confdefs.h <<\_ACEOF
9735#define XFT 1 16812#define XFT 1
9736EOF 16813_ACEOF
9737 16814
16815 fi
9738fi 16816fi
9739 16817
9740trap '' 1 2 15 16818 ac_config_files="$ac_config_files autoconf/Make.common Makefile doc/Makefile src/Makefile src/test/Makefile src/rxvtlib.h W11/Makefile"
9741cat > confcache <<\EOF 16819cat >confcache <<\_ACEOF
9742# This file is a shell script that caches the results of configure 16820# This file is a shell script that caches the results of configure
9743# tests run on this system so they can be shared between configure 16821# tests run on this system so they can be shared between configure
9744# scripts and configure runs. It is not useful on other systems. 16822# scripts and configure runs, see configure's option --config-cache.
9745# If it contains results you don't want to keep, you may remove or edit it. 16823# It is not useful on other systems. If it contains results you don't
16824# want to keep, you may remove or edit it.
9746# 16825#
9747# By default, configure uses ./config.cache as the cache file,
9748# creating it if it does not exist already. You can give configure
9749# the --cache-file=FILE option to use a different cache file; that is
9750# what configure does when it calls configure scripts in
9751# subdirectories, so they share the cache.
9752# Giving --cache-file=/dev/null disables caching, for debugging configure.
9753# config.status only pays attention to the cache file if you give it the 16826# config.status only pays attention to the cache file if you give it
9754# --recheck option to rerun configure. 16827# the --recheck option to rerun configure.
9755# 16828#
9756EOF 16829# `ac_cv_env_foo' variables (set or unset) will be overridden when
16830# loading this file, other *unset* `ac_cv_foo' will be assigned the
16831# following values.
16832
16833_ACEOF
16834
9757# The following way of writing the cache mishandles newlines in values, 16835# The following way of writing the cache mishandles newlines in values,
9758# but we know of no workaround that is simple, portable, and efficient. 16836# but we know of no workaround that is simple, portable, and efficient.
9759# So, don't put newlines in cache variables' values. 16837# So, don't put newlines in cache variables' values.
9760# Ultrix sh set writes to stderr and can't be redirected directly, 16838# Ultrix sh set writes to stderr and can't be redirected directly,
9761# and sets the high bit in the cache file unless we assign to the vars. 16839# and sets the high bit in the cache file unless we assign to the vars.
16840{
9762(set) 2>&1 | 16841 (set) 2>&1 |
9763 case `(ac_space=' '; set | grep ac_space) 2>&1` in 16842 case `(ac_space=' '; set | grep ac_space) 2>&1` in
9764 *ac_space=\ *) 16843 *ac_space=\ *)
9765 # `set' does not quote correctly, so add quotes (double-quote substitution 16844 # `set' does not quote correctly, so add quotes (double-quote
9766 # turns \\\\ into \\, and sed turns \\ into \). 16845 # substitution turns \\\\ into \\, and sed turns \\ into \).
9767 sed -n \ 16846 sed -n \
9768 -e "s/'/'\\\\''/g" \ 16847 "s/'/'\\\\''/g;
9769 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p" 16848 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
9770 ;; 16849 ;;
9771 *) 16850 *)
9772 # `set' quotes correctly as required by POSIX, so do not add quotes. 16851 # `set' quotes correctly as required by POSIX, so do not add quotes.
9773 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p' 16852 sed -n \
16853 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
9774 ;; 16854 ;;
9775 esac >> confcache 16855 esac;
9776if cmp -s $cache_file confcache; then 16856} |
9777 : 16857 sed '
9778else 16858 t clear
16859 : clear
16860 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
16861 t end
16862 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
16863 : end' >>confcache
16864if diff $cache_file confcache >/dev/null 2>&1; then :; else
9779 if test -w $cache_file; then 16865 if test -w $cache_file; then
9780 echo "updating cache $cache_file" 16866 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
9781 cat confcache > $cache_file 16867 cat confcache >$cache_file
9782 else 16868 else
9783 echo "not updating unwritable cache $cache_file" 16869 echo "not updating unwritable cache $cache_file"
9784 fi 16870 fi
9785fi 16871fi
9786rm -f confcache 16872rm -f confcache
9787 16873
9788trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
9789
9790test "x$prefix" = xNONE && prefix=$ac_default_prefix 16874test "x$prefix" = xNONE && prefix=$ac_default_prefix
9791# Let make expand exec_prefix. 16875# Let make expand exec_prefix.
9792test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' 16876test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
9793 16877
9794# Any assignment to VPATH causes Sun make to only execute 16878# VPATH may cause trouble with some makes, so we remove $(srcdir),
9795# the first set of double-colon rules, so remove it if not needed. 16879# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
9796# If there is a colon in the path, we need to keep it. 16880# trailing colons and then remove the whole line if VPATH becomes empty
16881# (actually we leave an empty line to preserve line numbers).
9797if test "x$srcdir" = x.; then 16882if test "x$srcdir" = x.; then
9798 ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d' 16883 ac_vpsub='/^[ ]*VPATH[ ]*=/{
16884s/:*\$(srcdir):*/:/;
16885s/:*\${srcdir}:*/:/;
16886s/:*@srcdir@:*/:/;
16887s/^\([^=]*=[ ]*\):*/\1/;
16888s/:*$//;
16889s/^[^=]*=[ ]*$//;
16890}'
9799fi 16891fi
9800
9801trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
9802 16892
9803DEFS=-DHAVE_CONFIG_H 16893DEFS=-DHAVE_CONFIG_H
9804 16894
9805# Without the "./", some shells look in PATH for config.status. 16895ac_libobjs=
16896ac_ltlibobjs=
16897for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
16898 # 1. Remove the extension, and $U if already installed.
16899 ac_i=`echo "$ac_i" |
16900 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
16901 # 2. Add them.
16902 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
16903 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
16904done
16905LIBOBJS=$ac_libobjs
16906
16907LTLIBOBJS=$ac_ltlibobjs
16908
16909
16910
9806: ${CONFIG_STATUS=./config.status} 16911: ${CONFIG_STATUS=./config.status}
9807 16912ac_clean_files_save=$ac_clean_files
16913ac_clean_files="$ac_clean_files $CONFIG_STATUS"
16914{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
9808echo creating $CONFIG_STATUS 16915echo "$as_me: creating $CONFIG_STATUS" >&6;}
9809rm -f $CONFIG_STATUS
9810cat > $CONFIG_STATUS <<EOF 16916cat >$CONFIG_STATUS <<_ACEOF
9811#! /bin/sh 16917#! $SHELL
9812# Generated automatically by configure. 16918# Generated by $as_me.
9813# Run this file to recreate the current configuration. 16919# Run this file to recreate the current configuration.
9814# This directory was configured as follows,
9815# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
9816#
9817# $0 $ac_configure_args
9818#
9819# Compiler output produced by configure, useful for debugging 16920# Compiler output produced by configure, useful for debugging
9820# configure, is in ./config.log if it exists. 16921# configure, is in config.log if it exists.
9821 16922
9822ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]" 16923debug=false
9823for ac_option 16924ac_cs_recheck=false
16925ac_cs_silent=false
16926SHELL=\${CONFIG_SHELL-$SHELL}
16927_ACEOF
16928
16929cat >>$CONFIG_STATUS <<\_ACEOF
16930## --------------------- ##
16931## M4sh Initialization. ##
16932## --------------------- ##
16933
16934# Be Bourne compatible
16935if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
16936 emulate sh
16937 NULLCMD=:
16938 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
16939 # is contrary to our usage. Disable this feature.
16940 alias -g '${1+"$@"}'='"$@"'
16941elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
16942 set -o posix
16943fi
16944DUALCASE=1; export DUALCASE # for MKS sh
16945
16946# Support unset when possible.
16947if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
16948 as_unset=unset
16949else
16950 as_unset=false
16951fi
16952
16953
16954# Work around bugs in pre-3.0 UWIN ksh.
16955$as_unset ENV MAIL MAILPATH
16956PS1='$ '
16957PS2='> '
16958PS4='+ '
16959
16960# NLS nuisances.
16961for as_var in \
16962 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
16963 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
16964 LC_TELEPHONE LC_TIME
9824do 16965do
16966 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
16967 eval $as_var=C; export $as_var
16968 else
16969 $as_unset $as_var
16970 fi
16971done
16972
16973# Required to use basename.
16974if expr a : '\(a\)' >/dev/null 2>&1; then
16975 as_expr=expr
16976else
16977 as_expr=false
16978fi
16979
16980if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
16981 as_basename=basename
16982else
16983 as_basename=false
16984fi
16985
16986
16987# Name of the executable.
16988as_me=`$as_basename "$0" ||
16989$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
16990 X"$0" : 'X\(//\)$' \| \
16991 X"$0" : 'X\(/\)$' \| \
16992 . : '\(.\)' 2>/dev/null ||
16993echo X/"$0" |
16994 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
16995 /^X\/\(\/\/\)$/{ s//\1/; q; }
16996 /^X\/\(\/\).*/{ s//\1/; q; }
16997 s/.*/./; q'`
16998
16999
17000# PATH needs CR, and LINENO needs CR and PATH.
17001# Avoid depending upon Character Ranges.
17002as_cr_letters='abcdefghijklmnopqrstuvwxyz'
17003as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
17004as_cr_Letters=$as_cr_letters$as_cr_LETTERS
17005as_cr_digits='0123456789'
17006as_cr_alnum=$as_cr_Letters$as_cr_digits
17007
17008# The user is always right.
17009if test "${PATH_SEPARATOR+set}" != set; then
17010 echo "#! /bin/sh" >conf$$.sh
17011 echo "exit 0" >>conf$$.sh
17012 chmod +x conf$$.sh
17013 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
17014 PATH_SEPARATOR=';'
17015 else
17016 PATH_SEPARATOR=:
17017 fi
17018 rm -f conf$$.sh
17019fi
17020
17021
17022 as_lineno_1=$LINENO
17023 as_lineno_2=$LINENO
17024 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
17025 test "x$as_lineno_1" != "x$as_lineno_2" &&
17026 test "x$as_lineno_3" = "x$as_lineno_2" || {
17027 # Find who we are. Look in the path if we contain no path at all
17028 # relative or not.
17029 case $0 in
17030 *[\\/]* ) as_myself=$0 ;;
17031 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
17032for as_dir in $PATH
17033do
17034 IFS=$as_save_IFS
17035 test -z "$as_dir" && as_dir=.
17036 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
17037done
17038
17039 ;;
17040 esac
17041 # We did not find ourselves, most probably we were run as `sh COMMAND'
17042 # in which case we are not to be found in the path.
17043 if test "x$as_myself" = x; then
17044 as_myself=$0
17045 fi
17046 if test ! -f "$as_myself"; then
17047 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
17048echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
17049 { (exit 1); exit 1; }; }
17050 fi
17051 case $CONFIG_SHELL in
17052 '')
17053 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
17054for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
17055do
17056 IFS=$as_save_IFS
17057 test -z "$as_dir" && as_dir=.
17058 for as_base in sh bash ksh sh5; do
17059 case $as_dir in
17060 /*)
17061 if ("$as_dir/$as_base" -c '
17062 as_lineno_1=$LINENO
17063 as_lineno_2=$LINENO
17064 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
17065 test "x$as_lineno_1" != "x$as_lineno_2" &&
17066 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
17067 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
17068 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
17069 CONFIG_SHELL=$as_dir/$as_base
17070 export CONFIG_SHELL
17071 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
17072 fi;;
17073 esac
17074 done
17075done
17076;;
17077 esac
17078
17079 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
17080 # uniformly replaced by the line number. The first 'sed' inserts a
17081 # line-number line before each line; the second 'sed' does the real
17082 # work. The second script uses 'N' to pair each line-number line
17083 # with the numbered line, and appends trailing '-' during
17084 # substitution so that $LINENO is not a special case at line end.
17085 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
17086 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
17087 sed '=' <$as_myself |
17088 sed '
17089 N
17090 s,$,-,
17091 : loop
17092 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
17093 t loop
17094 s,-$,,
17095 s,^['$as_cr_digits']*\n,,
17096 ' >$as_me.lineno &&
17097 chmod +x $as_me.lineno ||
17098 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
17099echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
17100 { (exit 1); exit 1; }; }
17101
17102 # Don't try to exec as it changes $[0], causing all sort of problems
17103 # (the dirname of $[0] is not the place where we might find the
17104 # original and so on. Autoconf is especially sensible to this).
17105 . ./$as_me.lineno
17106 # Exit status is that of the last command.
17107 exit
17108}
17109
17110
17111case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
17112 *c*,-n*) ECHO_N= ECHO_C='
17113' ECHO_T=' ' ;;
17114 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
17115 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
17116esac
17117
17118if expr a : '\(a\)' >/dev/null 2>&1; then
17119 as_expr=expr
17120else
17121 as_expr=false
17122fi
17123
17124rm -f conf$$ conf$$.exe conf$$.file
17125echo >conf$$.file
17126if ln -s conf$$.file conf$$ 2>/dev/null; then
17127 # We could just check for DJGPP; but this test a) works b) is more generic
17128 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
17129 if test -f conf$$.exe; then
17130 # Don't use ln at all; we don't have any links
17131 as_ln_s='cp -p'
17132 else
17133 as_ln_s='ln -s'
17134 fi
17135elif ln conf$$.file conf$$ 2>/dev/null; then
17136 as_ln_s=ln
17137else
17138 as_ln_s='cp -p'
17139fi
17140rm -f conf$$ conf$$.exe conf$$.file
17141
17142if mkdir -p . 2>/dev/null; then
17143 as_mkdir_p=:
17144else
17145 test -d ./-p && rmdir ./-p
17146 as_mkdir_p=false
17147fi
17148
17149as_executable_p="test -f"
17150
17151# Sed expression to map a string onto a valid CPP name.
17152as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
17153
17154# Sed expression to map a string onto a valid variable name.
17155as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
17156
17157
17158# IFS
17159# We need space, tab and new line, in precisely that order.
17160as_nl='
17161'
17162IFS=" $as_nl"
17163
17164# CDPATH.
17165$as_unset CDPATH
17166
17167exec 6>&1
17168
17169# Open the log real soon, to keep \$[0] and so on meaningful, and to
17170# report actual input values of CONFIG_FILES etc. instead of their
17171# values after options handling. Logging --version etc. is OK.
17172exec 5>>config.log
17173{
17174 echo
17175 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
17176## Running $as_me. ##
17177_ASBOX
17178} >&5
17179cat >&5 <<_CSEOF
17180
17181This file was extended by $as_me, which was
17182generated by GNU Autoconf 2.59. Invocation command line was
17183
17184 CONFIG_FILES = $CONFIG_FILES
17185 CONFIG_HEADERS = $CONFIG_HEADERS
17186 CONFIG_LINKS = $CONFIG_LINKS
17187 CONFIG_COMMANDS = $CONFIG_COMMANDS
17188 $ $0 $@
17189
17190_CSEOF
17191echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
17192echo >&5
17193_ACEOF
17194
17195# Files that config.status was made for.
17196if test -n "$ac_config_files"; then
17197 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
17198fi
17199
17200if test -n "$ac_config_headers"; then
17201 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
17202fi
17203
17204if test -n "$ac_config_links"; then
17205 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
17206fi
17207
17208if test -n "$ac_config_commands"; then
17209 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
17210fi
17211
17212cat >>$CONFIG_STATUS <<\_ACEOF
17213
17214ac_cs_usage="\
17215\`$as_me' instantiates files from templates according to the
17216current configuration.
17217
17218Usage: $0 [OPTIONS] [FILE]...
17219
17220 -h, --help print this help, then exit
17221 -V, --version print version number, then exit
17222 -q, --quiet do not print progress messages
17223 -d, --debug don't remove temporary files
17224 --recheck update $as_me by reconfiguring in the same conditions
17225 --file=FILE[:TEMPLATE]
17226 instantiate the configuration file FILE
17227 --header=FILE[:TEMPLATE]
17228 instantiate the configuration header FILE
17229
17230Configuration files:
17231$config_files
17232
17233Configuration headers:
17234$config_headers
17235
17236Report bugs to <bug-autoconf@gnu.org>."
17237_ACEOF
17238
17239cat >>$CONFIG_STATUS <<_ACEOF
17240ac_cs_version="\\
17241config.status
17242configured by $0, generated by GNU Autoconf 2.59,
17243 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
17244
17245Copyright (C) 2003 Free Software Foundation, Inc.
17246This config.status script is free software; the Free Software Foundation
17247gives unlimited permission to copy, distribute and modify it."
17248srcdir=$srcdir
17249INSTALL="$INSTALL"
17250_ACEOF
17251
17252cat >>$CONFIG_STATUS <<\_ACEOF
17253# If no file are specified by the user, then we need to provide default
17254# value. By we need to know if files were specified by the user.
17255ac_need_defaults=:
17256while test $# != 0
17257do
17258 case $1 in
17259 --*=*)
17260 ac_option=`expr "x$1" : 'x\([^=]*\)='`
17261 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
17262 ac_shift=:
17263 ;;
17264 -*)
17265 ac_option=$1
17266 ac_optarg=$2
17267 ac_shift=shift
17268 ;;
17269 *) # This is not an option, so the user has probably given explicit
17270 # arguments.
17271 ac_option=$1
17272 ac_need_defaults=false;;
17273 esac
17274
9825 case "\$ac_option" in 17275 case $ac_option in
17276 # Handling of the options.
17277_ACEOF
17278cat >>$CONFIG_STATUS <<\_ACEOF
9826 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) 17279 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
9827 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion" 17280 ac_cs_recheck=: ;;
9828 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;; 17281 --version | --vers* | -V )
9829 -version | --version | --versio | --versi | --vers | --ver | --ve | --v) 17282 echo "$ac_cs_version"; exit 0 ;;
9830 echo "$CONFIG_STATUS generated by autoconf version 2.13" 17283 --he | --h)
9831 exit 0 ;; 17284 # Conflict between --help and --header
9832 -help | --help | --hel | --he | --h) 17285 { { echo "$as_me:$LINENO: error: ambiguous option: $1
17286Try \`$0 --help' for more information." >&5
17287echo "$as_me: error: ambiguous option: $1
17288Try \`$0 --help' for more information." >&2;}
17289 { (exit 1); exit 1; }; };;
17290 --help | --hel | -h )
9833 echo "\$ac_cs_usage"; exit 0 ;; 17291 echo "$ac_cs_usage"; exit 0 ;;
9834 *) echo "\$ac_cs_usage"; exit 1 ;; 17292 --debug | --d* | -d )
17293 debug=: ;;
17294 --file | --fil | --fi | --f )
17295 $ac_shift
17296 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
17297 ac_need_defaults=false;;
17298 --header | --heade | --head | --hea )
17299 $ac_shift
17300 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
17301 ac_need_defaults=false;;
17302 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
17303 | -silent | --silent | --silen | --sile | --sil | --si | --s)
17304 ac_cs_silent=: ;;
17305
17306 # This is an error.
17307 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
17308Try \`$0 --help' for more information." >&5
17309echo "$as_me: error: unrecognized option: $1
17310Try \`$0 --help' for more information." >&2;}
17311 { (exit 1); exit 1; }; } ;;
17312
17313 *) ac_config_targets="$ac_config_targets $1" ;;
17314
17315 esac
17316 shift
17317done
17318
17319ac_configure_extra_args=
17320
17321if $ac_cs_silent; then
17322 exec 6>/dev/null
17323 ac_configure_extra_args="$ac_configure_extra_args --silent"
17324fi
17325
17326_ACEOF
17327cat >>$CONFIG_STATUS <<_ACEOF
17328if \$ac_cs_recheck; then
17329 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
17330 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
17331fi
17332
17333_ACEOF
17334
17335
17336
17337
17338
17339cat >>$CONFIG_STATUS <<\_ACEOF
17340for ac_config_target in $ac_config_targets
17341do
17342 case "$ac_config_target" in
17343 # Handling of arguments.
17344 "autoconf/Make.common" ) CONFIG_FILES="$CONFIG_FILES autoconf/Make.common" ;;
17345 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
17346 "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
17347 "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
17348 "src/test/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/test/Makefile" ;;
17349 "src/rxvtlib.h" ) CONFIG_FILES="$CONFIG_FILES src/rxvtlib.h" ;;
17350 "W11/Makefile" ) CONFIG_FILES="$CONFIG_FILES W11/Makefile" ;;
17351 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:autoconf/config.h.in" ;;
17352 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
17353echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
17354 { (exit 1); exit 1; }; };;
9835 esac 17355 esac
9836done 17356done
9837 17357
9838ac_given_srcdir=$srcdir 17358# If the user did not use the arguments to specify the items to instantiate,
9839ac_given_INSTALL="$INSTALL" 17359# then the envvar interface is used. Set only those that are not.
17360# We use the long form for the default assignment because of an extremely
17361# bizarre bug on SunOS 4.1.3.
17362if $ac_need_defaults; then
17363 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
17364 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
17365fi
9840 17366
9841trap 'rm -fr `echo "autoconf/Make.common \ 17367# Have a temporary directory for convenience. Make it in the build tree
9842Makefile \ 17368# simply because there is no reason to put it here, and in addition,
9843doc/Makefile \ 17369# creating and moving files from /tmp can sometimes cause problems.
9844src/Makefile \ 17370# Create a temporary directory, and hook for its removal unless debugging.
9845src/graphics/Makefile \ 17371$debug ||
9846src/test/Makefile \ 17372{
9847src/rxvtlib.h \ 17373 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
9848W11/Makefile \ 17374 trap '{ (exit 1); exit 1; }' 1 2 13 15
9849 config.h:autoconf/config.h.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 17375}
9850EOF 17376
17377# Create a (secure) tmp directory for tmp files.
17378
17379{
17380 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
17381 test -n "$tmp" && test -d "$tmp"
17382} ||
17383{
17384 tmp=./confstat$$-$RANDOM
17385 (umask 077 && mkdir $tmp)
17386} ||
17387{
17388 echo "$me: cannot create a temporary directory in ." >&2
17389 { (exit 1); exit 1; }
17390}
17391
17392_ACEOF
17393
9851cat >> $CONFIG_STATUS <<EOF 17394cat >>$CONFIG_STATUS <<_ACEOF
9852 17395
17396#
17397# CONFIG_FILES section.
17398#
17399
17400# No need to generate the scripts if there are no CONFIG_FILES.
17401# This happens for instance when ./config.status config.h
17402if test -n "\$CONFIG_FILES"; then
9853# Protect against being on the right side of a sed subst in config.status. 17403 # Protect against being on the right side of a sed subst in config.status.
9854sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g; 17404 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
9855 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF 17405 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
9856$ac_vpsub 17406s,@SHELL@,$SHELL,;t t
17407s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
17408s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
17409s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
17410s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
17411s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
17412s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
17413s,@exec_prefix@,$exec_prefix,;t t
17414s,@prefix@,$prefix,;t t
17415s,@program_transform_name@,$program_transform_name,;t t
17416s,@bindir@,$bindir,;t t
17417s,@sbindir@,$sbindir,;t t
17418s,@libexecdir@,$libexecdir,;t t
17419s,@datadir@,$datadir,;t t
17420s,@sysconfdir@,$sysconfdir,;t t
17421s,@sharedstatedir@,$sharedstatedir,;t t
17422s,@localstatedir@,$localstatedir,;t t
17423s,@libdir@,$libdir,;t t
17424s,@includedir@,$includedir,;t t
17425s,@oldincludedir@,$oldincludedir,;t t
17426s,@infodir@,$infodir,;t t
17427s,@mandir@,$mandir,;t t
17428s,@build_alias@,$build_alias,;t t
17429s,@host_alias@,$host_alias,;t t
17430s,@target_alias@,$target_alias,;t t
17431s,@DEFS@,$DEFS,;t t
17432s,@ECHO_C@,$ECHO_C,;t t
17433s,@ECHO_N@,$ECHO_N,;t t
17434s,@ECHO_T@,$ECHO_T,;t t
17435s,@LIBS@,$LIBS,;t t
17436s,@VERSION@,$VERSION,;t t
17437s,@DATE@,$DATE,;t t
17438s,@LSMDATE@,$LSMDATE,;t t
17439s,@LIBVERSION@,$LIBVERSION,;t t
17440s,@CC@,$CC,;t t
17441s,@CFLAGS@,$CFLAGS,;t t
17442s,@LDFLAGS@,$LDFLAGS,;t t
17443s,@CPPFLAGS@,$CPPFLAGS,;t t
17444s,@ac_ct_CC@,$ac_ct_CC,;t t
17445s,@EXEEXT@,$EXEEXT,;t t
17446s,@OBJEXT@,$OBJEXT,;t t
17447s,@CXX@,$CXX,;t t
17448s,@CXXFLAGS@,$CXXFLAGS,;t t
17449s,@ac_ct_CXX@,$ac_ct_CXX,;t t
17450s,@CPP@,$CPP,;t t
17451s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
17452s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
17453s,@INSTALL_DATA@,$INSTALL_DATA,;t t
17454s,@AWK@,$AWK,;t t
17455s,@LINKER@,$LINKER,;t t
17456s,@CXXCPP@,$CXXCPP,;t t
17457s,@EGREP@,$EGREP,;t t
17458s,@build@,$build,;t t
17459s,@build_cpu@,$build_cpu,;t t
17460s,@build_vendor@,$build_vendor,;t t
17461s,@build_os@,$build_os,;t t
17462s,@host@,$host,;t t
17463s,@host_cpu@,$host_cpu,;t t
17464s,@host_vendor@,$host_vendor,;t t
17465s,@host_os@,$host_os,;t t
17466s,@LN_S@,$LN_S,;t t
17467s,@ECHO@,$ECHO,;t t
17468s,@RANLIB@,$RANLIB,;t t
17469s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
17470s,@STRIP@,$STRIP,;t t
17471s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
17472s,@LIBTOOL@,$LIBTOOL,;t t
17473s,@INSTALL_LIBRXVT@,$INSTALL_LIBRXVT,;t t
17474s,@RXVTNAME@,$RXVTNAME,;t t
17475s,@MV@,$MV,;t t
17476s,@RM@,$RM,;t t
17477s,@CP@,$CP,;t t
17478s,@LN@,$LN,;t t
17479s,@SED@,$SED,;t t
17480s,@CMP@,$CMP,;t t
17481s,@TBL@,$TBL,;t t
17482s,@X_CFLAGS@,$X_CFLAGS,;t t
17483s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
17484s,@X_LIBS@,$X_LIBS,;t t
17485s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
17486s,@XPM_CPPFLAGS@,$XPM_CPPFLAGS,;t t
17487s,@XPM_CFLAGS@,$XPM_CFLAGS,;t t
17488s,@XPM_LIBS@,$XPM_LIBS,;t t
17489s,@rxvt_int16_typedef@,$rxvt_int16_typedef,;t t
17490s,@rxvt_uint16_typedef@,$rxvt_uint16_typedef,;t t
17491s,@rxvt_int32_typedef@,$rxvt_int32_typedef,;t t
17492s,@rxvt_uint32_typedef@,$rxvt_uint32_typedef,;t t
17493s,@rxvt_intp_define@,$rxvt_intp_define,;t t
17494s,@rxvt_u_intp_define@,$rxvt_u_intp_define,;t t
17495s,@DEBUG@,$DEBUG,;t t
17496s,@DINCLUDE@,$DINCLUDE,;t t
17497s,@DLIB@,$DLIB,;t t
17498s,@include_stdint_h@,$include_stdint_h,;t t
17499s,@include_stdarg_h@,$include_stdarg_h,;t t
17500s,@include_stdlib_h@,$include_stdlib_h,;t t
17501s,@include_unistd_h@,$include_unistd_h,;t t
17502s,@include_string_h@,$include_string_h,;t t
17503s,@include_fcntl_h@,$include_fcntl_h,;t t
17504s,@include_util_h@,$include_util_h,;t t
17505s,@include_assert_h@,$include_assert_h,;t t
17506s,@include_sys_ioctl_h@,$include_sys_ioctl_h,;t t
17507s,@include_sys_select_h@,$include_sys_select_h,;t t
17508s,@include_sys_strredir_h@,$include_sys_strredir_h,;t t
17509s,@include_sys_time_h@,$include_sys_time_h,;t t
17510s,@include_time_h@,$include_time_h,;t t
17511s,@LIBOBJS@,$LIBOBJS,;t t
17512s,@LTLIBOBJS@,$LTLIBOBJS,;t t
17513/@MCOMMON@/r $MCOMMON
17514s,@MCOMMON@,,;t t
17515CEOF
17516
17517_ACEOF
17518
17519 cat >>$CONFIG_STATUS <<\_ACEOF
17520 # Split the substitutions into bite-sized pieces for seds with
17521 # small command number limits, like on Digital OSF/1 and HP-UX.
17522 ac_max_sed_lines=48
17523 ac_sed_frag=1 # Number of current file.
17524 ac_beg=1 # First line for current file.
17525 ac_end=$ac_max_sed_lines # Line after last line for current file.
17526 ac_more_lines=:
17527 ac_sed_cmds=
17528 while $ac_more_lines; do
17529 if test $ac_beg -gt 1; then
17530 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
17531 else
17532 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
17533 fi
17534 if test ! -s $tmp/subs.frag; then
17535 ac_more_lines=false
17536 else
17537 # The purpose of the label and of the branching condition is to
17538 # speed up the sed processing (if there are no `@' at all, there
17539 # is no need to browse any of the substitutions).
17540 # These are the two extra sed commands mentioned above.
17541 (echo ':t
17542 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
17543 if test -z "$ac_sed_cmds"; then
17544 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
17545 else
17546 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
17547 fi
17548 ac_sed_frag=`expr $ac_sed_frag + 1`
17549 ac_beg=$ac_end
17550 ac_end=`expr $ac_end + $ac_max_sed_lines`
17551 fi
17552 done
17553 if test -z "$ac_sed_cmds"; then
17554 ac_sed_cmds=cat
17555 fi
17556fi # test -n "$CONFIG_FILES"
17557
17558_ACEOF
17559cat >>$CONFIG_STATUS <<\_ACEOF
17560for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
17561 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
17562 case $ac_file in
17563 - | *:- | *:-:* ) # input from stdin
17564 cat >$tmp/stdin
17565 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
17566 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
17567 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
17568 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
17569 * ) ac_file_in=$ac_file.in ;;
17570 esac
17571
17572 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
17573 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
17574$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17575 X"$ac_file" : 'X\(//\)[^/]' \| \
17576 X"$ac_file" : 'X\(//\)$' \| \
17577 X"$ac_file" : 'X\(/\)' \| \
17578 . : '\(.\)' 2>/dev/null ||
17579echo X"$ac_file" |
17580 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
17581 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
17582 /^X\(\/\/\)$/{ s//\1/; q; }
17583 /^X\(\/\).*/{ s//\1/; q; }
17584 s/.*/./; q'`
17585 { if $as_mkdir_p; then
17586 mkdir -p "$ac_dir"
17587 else
17588 as_dir="$ac_dir"
17589 as_dirs=
17590 while test ! -d "$as_dir"; do
17591 as_dirs="$as_dir $as_dirs"
17592 as_dir=`(dirname "$as_dir") 2>/dev/null ||
17593$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17594 X"$as_dir" : 'X\(//\)[^/]' \| \
17595 X"$as_dir" : 'X\(//\)$' \| \
17596 X"$as_dir" : 'X\(/\)' \| \
17597 . : '\(.\)' 2>/dev/null ||
17598echo X"$as_dir" |
17599 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
17600 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
17601 /^X\(\/\/\)$/{ s//\1/; q; }
17602 /^X\(\/\).*/{ s//\1/; q; }
17603 s/.*/./; q'`
17604 done
17605 test ! -n "$as_dirs" || mkdir $as_dirs
17606 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
17607echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
17608 { (exit 1); exit 1; }; }; }
17609
17610 ac_builddir=.
17611
17612if test "$ac_dir" != .; then
17613 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
17614 # A "../" for each directory in $ac_dir_suffix.
17615 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
17616else
17617 ac_dir_suffix= ac_top_builddir=
17618fi
17619
17620case $srcdir in
17621 .) # No --srcdir option. We are building in place.
17622 ac_srcdir=.
17623 if test -z "$ac_top_builddir"; then
17624 ac_top_srcdir=.
17625 else
17626 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
17627 fi ;;
17628 [\\/]* | ?:[\\/]* ) # Absolute path.
17629 ac_srcdir=$srcdir$ac_dir_suffix;
17630 ac_top_srcdir=$srcdir ;;
17631 *) # Relative path.
17632 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
17633 ac_top_srcdir=$ac_top_builddir$srcdir ;;
17634esac
17635
17636# Do not use `cd foo && pwd` to compute absolute paths, because
17637# the directories may not exist.
17638case `pwd` in
17639.) ac_abs_builddir="$ac_dir";;
17640*)
17641 case "$ac_dir" in
17642 .) ac_abs_builddir=`pwd`;;
17643 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
17644 *) ac_abs_builddir=`pwd`/"$ac_dir";;
17645 esac;;
17646esac
17647case $ac_abs_builddir in
17648.) ac_abs_top_builddir=${ac_top_builddir}.;;
17649*)
17650 case ${ac_top_builddir}. in
17651 .) ac_abs_top_builddir=$ac_abs_builddir;;
17652 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
17653 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
17654 esac;;
17655esac
17656case $ac_abs_builddir in
17657.) ac_abs_srcdir=$ac_srcdir;;
17658*)
17659 case $ac_srcdir in
17660 .) ac_abs_srcdir=$ac_abs_builddir;;
17661 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
17662 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
17663 esac;;
17664esac
17665case $ac_abs_builddir in
17666.) ac_abs_top_srcdir=$ac_top_srcdir;;
17667*)
17668 case $ac_top_srcdir in
17669 .) ac_abs_top_srcdir=$ac_abs_builddir;;
17670 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
17671 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
17672 esac;;
17673esac
17674
17675
17676 case $INSTALL in
17677 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
17678 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
17679 esac
17680
17681 # Let's still pretend it is `configure' which instantiates (i.e., don't
17682 # use $as_me), people would be surprised to read:
17683 # /* config.h. Generated by config.status. */
17684 if test x"$ac_file" = x-; then
17685 configure_input=
17686 else
17687 configure_input="$ac_file. "
17688 fi
17689 configure_input=$configure_input"Generated from `echo $ac_file_in |
17690 sed 's,.*/,,'` by configure."
17691
17692 # First look for the input files in the build tree, otherwise in the
17693 # src tree.
17694 ac_file_inputs=`IFS=:
17695 for f in $ac_file_in; do
17696 case $f in
17697 -) echo $tmp/stdin ;;
17698 [\\/$]*)
17699 # Absolute (can't be DOS-style, as IFS=:)
17700 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
17701echo "$as_me: error: cannot find input file: $f" >&2;}
17702 { (exit 1); exit 1; }; }
17703 echo "$f";;
17704 *) # Relative
17705 if test -f "$f"; then
17706 # Build tree
17707 echo "$f"
17708 elif test -f "$srcdir/$f"; then
17709 # Source tree
17710 echo "$srcdir/$f"
17711 else
17712 # /dev/null tree
17713 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
17714echo "$as_me: error: cannot find input file: $f" >&2;}
17715 { (exit 1); exit 1; }; }
17716 fi;;
17717 esac
17718 done` || { (exit 1); exit 1; }
17719
17720 if test x"$ac_file" != x-; then
17721 { echo "$as_me:$LINENO: creating $ac_file" >&5
17722echo "$as_me: creating $ac_file" >&6;}
17723 rm -f "$ac_file"
17724 fi
17725_ACEOF
17726cat >>$CONFIG_STATUS <<_ACEOF
17727 sed "$ac_vpsub
9857$extrasub 17728$extrasub
9858s%@SHELL@%$SHELL%g
9859s%@CFLAGS@%$CFLAGS%g
9860s%@CPPFLAGS@%$CPPFLAGS%g
9861s%@CXXFLAGS@%$CXXFLAGS%g
9862s%@FFLAGS@%$FFLAGS%g
9863s%@DEFS@%$DEFS%g
9864s%@LDFLAGS@%$LDFLAGS%g
9865s%@LIBS@%$LIBS%g
9866s%@exec_prefix@%$exec_prefix%g
9867s%@prefix@%$prefix%g
9868s%@program_transform_name@%$program_transform_name%g
9869s%@bindir@%$bindir%g
9870s%@sbindir@%$sbindir%g
9871s%@libexecdir@%$libexecdir%g
9872s%@datadir@%$datadir%g
9873s%@sysconfdir@%$sysconfdir%g
9874s%@sharedstatedir@%$sharedstatedir%g
9875s%@localstatedir@%$localstatedir%g
9876s%@libdir@%$libdir%g
9877s%@includedir@%$includedir%g
9878s%@oldincludedir@%$oldincludedir%g
9879s%@infodir@%$infodir%g
9880s%@mandir@%$mandir%g
9881s%@VERSION@%$VERSION%g
9882s%@DATE@%$DATE%g
9883s%@LSMDATE@%$LSMDATE%g
9884s%@LIBVERSION@%$LIBVERSION%g
9885s%@CC@%$CC%g
9886s%@CXX@%$CXX%g
9887s%@CPP@%$CPP%g
9888s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
9889s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
9890s%@INSTALL_DATA@%$INSTALL_DATA%g
9891s%@AWK@%$AWK%g
9892s%@host@%$host%g
9893s%@host_alias@%$host_alias%g
9894s%@host_cpu@%$host_cpu%g
9895s%@host_vendor@%$host_vendor%g
9896s%@host_os@%$host_os%g
9897s%@build@%$build%g
9898s%@build_alias@%$build_alias%g
9899s%@build_cpu@%$build_cpu%g
9900s%@build_vendor@%$build_vendor%g
9901s%@build_os@%$build_os%g
9902s%@LN_S@%$LN_S%g
9903s%@OBJEXT@%$OBJEXT%g
9904s%@EXEEXT@%$EXEEXT%g
9905s%@ECHO@%$ECHO%g
9906s%@RANLIB@%$RANLIB%g
9907s%@STRIP@%$STRIP%g
9908s%@LIBTOOL@%$LIBTOOL%g
9909s%@INSTALL_LIBRXVT@%$INSTALL_LIBRXVT%g
9910s%@MV@%$MV%g
9911s%@RM@%$RM%g
9912s%@CP@%$CP%g
9913s%@LN@%$LN%g
9914s%@SED@%$SED%g
9915s%@CMP@%$CMP%g
9916s%@TBL@%$TBL%g
9917s%@X_CFLAGS@%$X_CFLAGS%g
9918s%@X_PRE_LIBS@%$X_PRE_LIBS%g
9919s%@X_LIBS@%$X_LIBS%g
9920s%@X_EXTRA_LIBS@%$X_EXTRA_LIBS%g
9921s%@XPM_CPPFLAGS@%$XPM_CPPFLAGS%g
9922s%@XPM_CFLAGS@%$XPM_CFLAGS%g
9923s%@XPM_LIBS@%$XPM_LIBS%g
9924s%@rxvt_int16_typedef@%$rxvt_int16_typedef%g
9925s%@rxvt_uint16_typedef@%$rxvt_uint16_typedef%g
9926s%@rxvt_int32_typedef@%$rxvt_int32_typedef%g
9927s%@rxvt_uint32_typedef@%$rxvt_uint32_typedef%g
9928s%@rxvt_intp_define@%$rxvt_intp_define%g
9929s%@rxvt_u_intp_define@%$rxvt_u_intp_define%g
9930s%@DEBUG@%$DEBUG%g
9931s%@DINCLUDE@%$DINCLUDE%g
9932s%@DLIB@%$DLIB%g
9933/@MCOMMON@/r $MCOMMON
9934s%@MCOMMON@%%g
9935s%@RXVTNAME@%$RXVTNAME%g
9936s%@include_stdint_h@%$include_stdint_h%g
9937s%@include_stdarg_h@%$include_stdarg_h%g
9938s%@include_stdlib_h@%$include_stdlib_h%g
9939s%@include_unistd_h@%$include_unistd_h%g
9940s%@include_string_h@%$include_string_h%g
9941s%@include_fcntl_h@%$include_fcntl_h%g
9942s%@include_util_h@%$include_util_h%g
9943s%@include_assert_h@%$include_assert_h%g
9944s%@include_sys_ioctl_h@%$include_sys_ioctl_h%g
9945s%@include_sys_select_h@%$include_sys_select_h%g
9946s%@include_sys_strredir_h@%$include_sys_strredir_h%g
9947s%@include_sys_time_h@%$include_sys_time_h%g
9948s%@include_time_h@%$include_time_h%g
9949
9950CEOF 17729_ACEOF
9951EOF
9952
9953cat >> $CONFIG_STATUS <<\EOF 17730cat >>$CONFIG_STATUS <<\_ACEOF
9954 17731:t
9955# Split the substitutions into bite-sized pieces for seds with 17732/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
9956# small command number limits, like on Digital OSF/1 and HP-UX. 17733s,@configure_input@,$configure_input,;t t
9957ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script. 17734s,@srcdir@,$ac_srcdir,;t t
9958ac_file=1 # Number of current file. 17735s,@abs_srcdir@,$ac_abs_srcdir,;t t
9959ac_beg=1 # First line for current file. 17736s,@top_srcdir@,$ac_top_srcdir,;t t
9960ac_end=$ac_max_sed_cmds # Line after last line for current file. 17737s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
9961ac_more_lines=: 17738s,@builddir@,$ac_builddir,;t t
9962ac_sed_cmds="" 17739s,@abs_builddir@,$ac_abs_builddir,;t t
9963while $ac_more_lines; do 17740s,@top_builddir@,$ac_top_builddir,;t t
9964 if test $ac_beg -gt 1; then 17741s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
9965 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file 17742s,@INSTALL@,$ac_INSTALL,;t t
17743" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
17744 rm -f $tmp/stdin
17745 if test x"$ac_file" != x-; then
17746 mv $tmp/out $ac_file
9966 else 17747 else
9967 sed "${ac_end}q" conftest.subs > conftest.s$ac_file 17748 cat $tmp/out
17749 rm -f $tmp/out
9968 fi 17750 fi
9969 if test ! -s conftest.s$ac_file; then 17751
9970 ac_more_lines=false
9971 rm -f conftest.s$ac_file
9972 else
9973 if test -z "$ac_sed_cmds"; then
9974 ac_sed_cmds="sed -f conftest.s$ac_file"
9975 else
9976 ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
9977 fi
9978 ac_file=`expr $ac_file + 1`
9979 ac_beg=$ac_end
9980 ac_end=`expr $ac_end + $ac_max_sed_cmds`
9981 fi
9982done 17752done
9983if test -z "$ac_sed_cmds"; then 17753_ACEOF
9984 ac_sed_cmds=cat
9985fi
9986EOF
9987
9988cat >> $CONFIG_STATUS <<EOF
9989
9990CONFIG_FILES=\${CONFIG_FILES-"autoconf/Make.common \
9991Makefile \
9992doc/Makefile \
9993src/Makefile \
9994src/graphics/Makefile \
9995src/test/Makefile \
9996src/rxvtlib.h \
9997W11/Makefile \
9998"}
9999EOF
10000cat >> $CONFIG_STATUS <<\EOF 17754cat >>$CONFIG_STATUS <<\_ACEOF
10001for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
10002 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
10003 case "$ac_file" in
10004 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
10005 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
10006 *) ac_file_in="${ac_file}.in" ;;
10007 esac
10008 17755
10009 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories. 17756#
10010 17757# CONFIG_HEADER section.
10011 # Remove last slash and all that follows it. Not all systems have dirname. 17758#
10012 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
10013 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
10014 # The file is in a subdirectory.
10015 test ! -d "$ac_dir" && mkdir "$ac_dir"
10016 ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
10017 # A "../" for each directory in $ac_dir_suffix.
10018 ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
10019 else
10020 ac_dir_suffix= ac_dots=
10021 fi
10022
10023 case "$ac_given_srcdir" in
10024 .) srcdir=.
10025 if test -z "$ac_dots"; then top_srcdir=.
10026 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
10027 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
10028 *) # Relative path.
10029 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
10030 top_srcdir="$ac_dots$ac_given_srcdir" ;;
10031 esac
10032
10033 case "$ac_given_INSTALL" in
10034 [/$]*) INSTALL="$ac_given_INSTALL" ;;
10035 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
10036 esac
10037
10038 echo creating "$ac_file"
10039 rm -f "$ac_file"
10040 configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
10041 case "$ac_file" in
10042 *Makefile*) ac_comsub="1i\\
10043# $configure_input" ;;
10044 *) ac_comsub= ;;
10045 esac
10046
10047 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
10048 sed -e "$ac_comsub
10049s%@configure_input@%$configure_input%g
10050s%@srcdir@%$srcdir%g
10051s%@top_srcdir@%$top_srcdir%g
10052s%@INSTALL@%$INSTALL%g
10053" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
10054fi; done
10055rm -f conftest.s*
10056 17759
10057# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where 17760# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
10058# NAME is the cpp macro being defined and VALUE is the value it is being given. 17761# NAME is the cpp macro being defined and VALUE is the value it is being given.
10059# 17762#
10060# ac_d sets the value in "#define NAME VALUE" lines. 17763# ac_d sets the value in "#define NAME VALUE" lines.
10061ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)' 17764ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
10062ac_dB='\([ ][ ]*\)[^ ]*%\1#\2' 17765ac_dB='[ ].*$,\1#\2'
10063ac_dC='\3' 17766ac_dC=' '
10064ac_dD='%g' 17767ac_dD=',;t'
10065# ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE". 17768# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
10066ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' 17769ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
10067ac_uB='\([ ]\)%\1#\2define\3' 17770ac_uB='$,\1#\2define\3'
10068ac_uC=' ' 17771ac_uC=' '
10069ac_uD='\4%g' 17772ac_uD=',;t'
10070# ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
10071ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
10072ac_eB='$%\1#\2define\3'
10073ac_eC=' '
10074ac_eD='%g'
10075 17773
10076if test "${CONFIG_HEADERS+set}" != set; then
10077EOF
10078cat >> $CONFIG_STATUS <<EOF
10079 CONFIG_HEADERS="config.h:autoconf/config.h.in"
10080EOF
10081cat >> $CONFIG_STATUS <<\EOF
10082fi
10083for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then 17774for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
10084 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". 17775 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
10085 case "$ac_file" in 17776 case $ac_file in
17777 - | *:- | *:-:* ) # input from stdin
17778 cat >$tmp/stdin
17779 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
17780 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
10086 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'` 17781 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
10087 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; 17782 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
10088 *) ac_file_in="${ac_file}.in" ;; 17783 * ) ac_file_in=$ac_file.in ;;
10089 esac 17784 esac
10090 17785
10091 echo creating $ac_file 17786 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
17787echo "$as_me: creating $ac_file" >&6;}
10092 17788
10093 rm -f conftest.frag conftest.in conftest.out 17789 # First look for the input files in the build tree, otherwise in the
10094 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` 17790 # src tree.
10095 cat $ac_file_inputs > conftest.in 17791 ac_file_inputs=`IFS=:
17792 for f in $ac_file_in; do
17793 case $f in
17794 -) echo $tmp/stdin ;;
17795 [\\/$]*)
17796 # Absolute (can't be DOS-style, as IFS=:)
17797 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
17798echo "$as_me: error: cannot find input file: $f" >&2;}
17799 { (exit 1); exit 1; }; }
17800 # Do quote $f, to prevent DOS paths from being IFS'd.
17801 echo "$f";;
17802 *) # Relative
17803 if test -f "$f"; then
17804 # Build tree
17805 echo "$f"
17806 elif test -f "$srcdir/$f"; then
17807 # Source tree
17808 echo "$srcdir/$f"
17809 else
17810 # /dev/null tree
17811 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
17812echo "$as_me: error: cannot find input file: $f" >&2;}
17813 { (exit 1); exit 1; }; }
17814 fi;;
17815 esac
17816 done` || { (exit 1); exit 1; }
17817 # Remove the trailing spaces.
17818 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
10096 17819
10097EOF 17820_ACEOF
10098 17821
10099# Transform confdefs.h into a sed script conftest.vals that substitutes 17822# Transform confdefs.h into two sed scripts, `conftest.defines' and
10100# the proper values into config.h.in to produce config.h. And first: 17823# `conftest.undefs', that substitutes the proper values into
17824# config.h.in to produce config.h. The first handles `#define'
17825# templates, and the second `#undef' templates.
10101# Protect against being on the right side of a sed subst in config.status. 17826# And first: Protect against being on the right side of a sed subst in
10102# Protect against being in an unquoted here document in config.status. 17827# config.status. Protect against being in an unquoted here document
10103rm -f conftest.vals 17828# in config.status.
10104cat > conftest.hdr <<\EOF 17829rm -f conftest.defines conftest.undefs
17830# Using a here document instead of a string reduces the quoting nightmare.
17831# Putting comments in sed scripts is not portable.
17832#
17833# `end' is used to avoid that the second main sed command (meant for
17834# 0-ary CPP macros) applies to n-ary macro definitions.
17835# See the Autoconf documentation for `clear'.
17836cat >confdef2sed.sed <<\_ACEOF
10105s/[\\&%]/\\&/g 17837s/[\\&,]/\\&/g
10106s%[\\$`]%\\&%g 17838s,[\\$`],\\&,g
10107s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp 17839t clear
10108s%ac_d%ac_u%gp 17840: clear
10109s%ac_u%ac_e%gp 17841s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
10110EOF 17842t end
10111sed -n -f conftest.hdr confdefs.h > conftest.vals 17843s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
10112rm -f conftest.hdr 17844: end
17845_ACEOF
17846# If some macros were called several times there might be several times
17847# the same #defines, which is useless. Nevertheless, we may not want to
17848# sort them, since we want the *last* AC-DEFINE to be honored.
17849uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
17850sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
17851rm -f confdef2sed.sed
10113 17852
10114# This sed command replaces #undef with comments. This is necessary, for 17853# This sed command replaces #undef with comments. This is necessary, for
10115# example, in the case of _POSIX_SOURCE, which is predefined and required 17854# example, in the case of _POSIX_SOURCE, which is predefined and required
10116# on some systems where configure will not decide to define it. 17855# on some systems where configure will not decide to define it.
10117cat >> conftest.vals <<\EOF 17856cat >>conftest.undefs <<\_ACEOF
10118s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */% 17857s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
10119EOF 17858_ACEOF
10120 17859
10121# Break up conftest.vals because some shells have a limit on 17860# Break up conftest.defines because some shells have a limit on the size
10122# the size of here documents, and old seds have small limits too. 17861# of here documents, and old seds have small limits too (100 cmds).
10123 17862echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
17863echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
17864echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
17865echo ' :' >>$CONFIG_STATUS
10124rm -f conftest.tail 17866rm -f conftest.tail
10125while : 17867while grep . conftest.defines >/dev/null
10126do 17868do
10127 ac_lines=`grep -c . conftest.vals`
10128 # grep -c gives empty output for an empty file on some AIX systems.
10129 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
10130 # Write a limited-size here document to conftest.frag. 17869 # Write a limited-size here document to $tmp/defines.sed.
10131 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS 17870 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
17871 # Speed up: don't consider the non `#define' lines.
17872 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
17873 # Work around the forget-to-reset-the-flag bug.
17874 echo 't clr' >>$CONFIG_STATUS
17875 echo ': clr' >>$CONFIG_STATUS
10132 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS 17876 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
10133 echo 'CEOF 17877 echo 'CEOF
10134 sed -f conftest.frag conftest.in > conftest.out 17878 sed -f $tmp/defines.sed $tmp/in >$tmp/out
10135 rm -f conftest.in 17879 rm -f $tmp/in
10136 mv conftest.out conftest.in 17880 mv $tmp/out $tmp/in
10137' >> $CONFIG_STATUS 17881' >>$CONFIG_STATUS
10138 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail 17882 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
10139 rm -f conftest.vals 17883 rm -f conftest.defines
10140 mv conftest.tail conftest.vals 17884 mv conftest.tail conftest.defines
10141done 17885done
17886rm -f conftest.defines
17887echo ' fi # grep' >>$CONFIG_STATUS
17888echo >>$CONFIG_STATUS
17889
17890# Break up conftest.undefs because some shells have a limit on the size
17891# of here documents, and old seds have small limits too (100 cmds).
17892echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
10142rm -f conftest.vals 17893rm -f conftest.tail
17894while grep . conftest.undefs >/dev/null
17895do
17896 # Write a limited-size here document to $tmp/undefs.sed.
17897 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
17898 # Speed up: don't consider the non `#undef'
17899 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
17900 # Work around the forget-to-reset-the-flag bug.
17901 echo 't clr' >>$CONFIG_STATUS
17902 echo ': clr' >>$CONFIG_STATUS
17903 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
17904 echo 'CEOF
17905 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
17906 rm -f $tmp/in
17907 mv $tmp/out $tmp/in
17908' >>$CONFIG_STATUS
17909 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
17910 rm -f conftest.undefs
17911 mv conftest.tail conftest.undefs
17912done
17913rm -f conftest.undefs
10143 17914
10144cat >> $CONFIG_STATUS <<\EOF 17915cat >>$CONFIG_STATUS <<\_ACEOF
10145 rm -f conftest.frag conftest.h 17916 # Let's still pretend it is `configure' which instantiates (i.e., don't
10146 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h 17917 # use $as_me), people would be surprised to read:
10147 cat conftest.in >> conftest.h 17918 # /* config.h. Generated by config.status. */
10148 rm -f conftest.in 17919 if test x"$ac_file" = x-; then
10149 if cmp -s $ac_file conftest.h 2>/dev/null; then 17920 echo "/* Generated by configure. */" >$tmp/config.h
10150 echo "$ac_file is unchanged"
10151 rm -f conftest.h
10152 else 17921 else
10153 # Remove last slash and all that follows it. Not all systems have dirname. 17922 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
10154 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'` 17923 fi
10155 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then 17924 cat $tmp/in >>$tmp/config.h
10156 # The file is in a subdirectory. 17925 rm -f $tmp/in
17926 if test x"$ac_file" != x-; then
17927 if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
17928 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
17929echo "$as_me: $ac_file is unchanged" >&6;}
17930 else
17931 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
17932$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17933 X"$ac_file" : 'X\(//\)[^/]' \| \
17934 X"$ac_file" : 'X\(//\)$' \| \
17935 X"$ac_file" : 'X\(/\)' \| \
17936 . : '\(.\)' 2>/dev/null ||
17937echo X"$ac_file" |
17938 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
17939 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
17940 /^X\(\/\/\)$/{ s//\1/; q; }
17941 /^X\(\/\).*/{ s//\1/; q; }
17942 s/.*/./; q'`
17943 { if $as_mkdir_p; then
17944 mkdir -p "$ac_dir"
17945 else
17946 as_dir="$ac_dir"
17947 as_dirs=
17948 while test ! -d "$as_dir"; do
17949 as_dirs="$as_dir $as_dirs"
17950 as_dir=`(dirname "$as_dir") 2>/dev/null ||
17951$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17952 X"$as_dir" : 'X\(//\)[^/]' \| \
17953 X"$as_dir" : 'X\(//\)$' \| \
17954 X"$as_dir" : 'X\(/\)' \| \
17955 . : '\(.\)' 2>/dev/null ||
17956echo X"$as_dir" |
17957 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
17958 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
17959 /^X\(\/\/\)$/{ s//\1/; q; }
17960 /^X\(\/\).*/{ s//\1/; q; }
17961 s/.*/./; q'`
17962 done
10157 test ! -d "$ac_dir" && mkdir "$ac_dir" 17963 test ! -n "$as_dirs" || mkdir $as_dirs
17964 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
17965echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
17966 { (exit 1); exit 1; }; }; }
17967
17968 rm -f $ac_file
17969 mv $tmp/config.h $ac_file
10158 fi 17970 fi
10159 rm -f $ac_file 17971 else
10160 mv conftest.h $ac_file 17972 cat $tmp/config.h
17973 rm -f $tmp/config.h
10161 fi 17974 fi
10162fi; done 17975done
17976_ACEOF
10163 17977
10164EOF
10165cat >> $CONFIG_STATUS <<EOF
10166
10167EOF
10168cat >> $CONFIG_STATUS <<\EOF 17978cat >>$CONFIG_STATUS <<\_ACEOF
10169 17979
10170exit 0 17980{ (exit 0); exit 0; }
10171EOF 17981_ACEOF
10172chmod +x $CONFIG_STATUS 17982chmod +x $CONFIG_STATUS
10173rm -fr confdefs* $ac_clean_files 17983ac_clean_files=$ac_clean_files_save
10174test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1 17984
17985
17986# configure is writing to config.log, and then calls config.status.
17987# config.status does its own redirection, appending to config.log.
17988# Unfortunately, on DOS this fails, as config.log is still kept open
17989# by configure, so config.status won't be able to write to it; its
17990# output is simply discarded. So we exec the FD to /dev/null,
17991# effectively closing config.log, so it can be properly (re)opened and
17992# appended to by config.status. When coming back to configure, we
17993# need to make the FD available again.
17994if test "$no_create" != yes; then
17995 ac_cs_success=:
17996 ac_config_status_args=
17997 test "$silent" = yes &&
17998 ac_config_status_args="$ac_config_status_args --quiet"
17999 exec 5>/dev/null
18000 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
18001 exec 5>>config.log
18002 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
18003 # would make configure fail if this is the last instruction.
18004 $ac_cs_success || { (exit 1); exit 1; }
18005fi
10175 18006
10176 18007
10177echo "Configuration: 18008echo "Configuration:
10178 18009
10179 Rxvt version: $VERSION : $DATE 18010 Rxvt version: $VERSION : $DATE
10180 Source code location: $srcdir 18011 Source code location: $srcdir
10181 Install path: ${prefix}/bin 18012 Install path: ${prefix}/bin
10182 Compiler: $CC 18013 Compiler: $CXX
10183 Compiler flags: $CFLAGS" 18014 Compiler flags: $CFLAGS
18015 Linker: $LINKER"
10184 18016
10185if test "$MALLOC_TYPE" = S; then 18017if test "$MALLOC_TYPE" = S; then
10186 echo " malloc support: system default" 18018 echo " malloc support: system default"
10187fi 18019fi
10188if test "$MALLOC_TYPE" = G; then 18020if test "$MALLOC_TYPE" = G; then
10212 lastlog file: $rxvt_cv_path_lastlog 18044 lastlog file: $rxvt_cv_path_lastlog
10213 ttys/ttytab file: $rxvt_cv_path_ttytab 18045 ttys/ttytab file: $rxvt_cv_path_ttytab
10214" 18046"
10215fi 18047fi
10216if test x$term != x; then 18048if test x$term != x; then
10217 echo " set TERM to: $term 18049 echo " set TERM to: $term"
10218"
10219fi 18050fi
10220if test x$terminfo != x; then 18051if test x$terminfo != x; then
10221 echo " set TERMINFO to: $terminfo 18052 echo " set TERMINFO to: $terminfo"
10222"
10223fi 18053fi
18054echo " default resource name: $RESNAME"
18055echo " resource class: $RESCLASS"
18056if test x$RESFALLBACK != x; then
18057 echo " resource class fallback: $RESFALLBACK"
18058fi
18059echo
10224if test x$rxvt_cv_ptys = xUNKNOWN; then 18060if test x$rxvt_cv_ptys = xUNKNOWN; then
10225 echo ".----------------------------------------------------------------." 18061 echo ".----------------------------------------------------------------."
10226 echo ". WARNING: could not determine pty/tty type. Do not build until ." 18062 echo ". WARNING: could not determine pty/tty type. Do not build until ."
10227 echo ". the appropriate PTYS_ARE_* is defined in config.h ." 18063 echo ". the appropriate PTYS_ARE_* is defined in config.h ."
10228 echo ".----------------------------------------------------------------." 18064 echo ".----------------------------------------------------------------."

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines