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

Comparing rxvt-unicode/configure (file contents):
Revision 1.4 by pcg, Thu Dec 18 02:07:12 2003 UTC vs.
Revision 1.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
5199echo
5200if test x$support_inheritpixmap = xyes; then
5201 support_inheritpixmap=no
5202 echo "******* transparency support disabled, does not work"
5203fi
5204if test x$support_xpm = xyes; then
5205 support_xpm=no
5206 echo "******* pixmap support disabled, does not work"
5207fi
5208if test x$support_graphics = xyes; then
5209 support_graphics=no
5210 echo "******* graphics support disabled, does not work"
5211fi
5212if test x$support_menubar = xyes; then
5213 support_menubar=no
5214 echo "******* menubar support disabled, does not work"
5215fi
5216echo
5217 8104
5218# Check whether --enable-unicode3 or --disable-unicode3 was given. 8105# Check whether --enable-unicode3 or --disable-unicode3 was given.
5219if test "${enable_unicode3+set}" = set; then 8106if test "${enable_unicode3+set}" = set; then
5220 enableval="$enable_unicode3" 8107 enableval="$enable_unicode3"
5221 if test x$enableval = xyes; then 8108 if test x$enableval = xyes -o x$enableval = xno; then
5222 support_unicode3=yes 8109 support_unicode3=yes
5223 fi 8110 fi
5224fi 8111fi;
5225 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;
5226 8120
5227# Check whether --enable-xft or --disable-xft was given. 8121# Check whether --enable-xft or --disable-xft was given.
5228if test "${enable_xft+set}" = set; then 8122if test "${enable_xft+set}" = set; then
5229 enableval="$enable_xft" 8123 enableval="$enable_xft"
5230 if test x$enableval = xyes; then 8124 if test x$enableval = xyes -o x$enableval = xno; then
5231 support_xft=yes 8125 support_xft=yes
5232 fi 8126 fi
5233fi 8127fi;
5234
5235
5236# Check whether --with-codesets or --without-codesets was given.
5237if test "${with_codesets+set}" = set; then
5238 withval="$with_codesets"
5239 if test x$enableval = xyes; then
5240 codesets="$withval"
5241 fi
5242fi
5243
5244
5245# Check whether --with-encoding or --without-encoding was given.
5246if test "${with_encoding+set}" = set; then
5247 withval="$with_encoding"
5248 if test x$enableval = xyes; then
5249 withval=`echo $withval | tr 'a-z' 'A-Z'`
5250 cat >> confdefs.h <<EOF
5251#define MULTICHAR_ENCODING $withval
5252EOF
5253
5254 fi
5255fi
5256
5257 8128
5258# Check whether --enable-utmp or --disable-utmp was given. 8129# Check whether --enable-utmp or --disable-utmp was given.
5259if test "${enable_utmp+set}" = set; then 8130if test "${enable_utmp+set}" = set; then
5260 enableval="$enable_utmp" 8131 enableval="$enable_utmp"
5261 if test x$enableval = xyes -o x$enableval = xno; then 8132 if test x$enableval = xyes -o x$enableval = xno; then
5262 support_utmp=$enableval 8133 support_utmp=$enableval
5263 fi 8134 fi
5264fi 8135fi;
5265
5266 8136
5267# Check whether --enable-wtmp or --disable-wtmp was given. 8137# Check whether --enable-wtmp or --disable-wtmp was given.
5268if test "${enable_wtmp+set}" = set; then 8138if test "${enable_wtmp+set}" = set; then
5269 enableval="$enable_wtmp" 8139 enableval="$enable_wtmp"
5270 if test x$enableval = xyes -o x$enableval = xno; then 8140 if test x$enableval = xyes -o x$enableval = xno; then
5271 support_wtmp=$enableval 8141 support_wtmp=$enableval
5272 fi 8142 fi
5273fi 8143fi;
5274
5275 8144
5276# Check whether --enable-lastlog or --disable-lastlog was given. 8145# Check whether --enable-lastlog or --disable-lastlog was given.
5277if test "${enable_lastlog+set}" = set; then 8146if test "${enable_lastlog+set}" = set; then
5278 enableval="$enable_lastlog" 8147 enableval="$enable_lastlog"
5279 if test x$enableval = xyes -o x$enableval = xno; then 8148 if test x$enableval = xyes -o x$enableval = xno; then
5280 support_lastlog=$enableval 8149 support_lastlog=$enableval
5281 fi 8150 fi
5282fi 8151fi;
5283
5284 8152
5285# Check whether --enable-xpm-background or --disable-xpm-background was given. 8153# Check whether --enable-xpm-background or --disable-xpm-background was given.
5286if test "${enable_xpm_background+set}" = set; then 8154if test "${enable_xpm_background+set}" = set; then
5287 enableval="$enable_xpm_background" 8155 enableval="$enable_xpm_background"
5288 if test x$enableval = xyes -o x$enableval = xno; then 8156 if test x$enableval = xyes -o x$enableval = xno; then
5289 support_xpm=$enableval 8157 support_xpm=$enableval
5290 fi 8158 fi
5291fi 8159fi;
5292
5293 8160
5294# Check whether --enable-transparency or --disable-transparency was given. 8161# Check whether --enable-transparency or --disable-transparency was given.
5295if test "${enable_transparency+set}" = set; then 8162if test "${enable_transparency+set}" = set; then
5296 enableval="$enable_transparency" 8163 enableval="$enable_transparency"
5297 if test x$enableval = xyes -o x$enableval = xno; then 8164 if test x$enableval = xyes -o x$enableval = xno; then
5298 support_inheritpixmap=$enableval 8165 support_inheritpixmap=$enableval
5299 fi 8166 fi
5300fi 8167fi;
5301
5302 8168
5303# Check whether --enable-menubar or --disable-menubar was given. 8169# Check whether --enable-menubar or --disable-menubar was given.
5304if test "${enable_menubar+set}" = set; then 8170if test "${enable_menubar+set}" = set; then
5305 enableval="$enable_menubar" 8171 enableval="$enable_menubar"
5306 if test x$enableval = xyes -o x$enableval = xno; then 8172 if test x$enableval = xyes -o x$enableval = xno; then
5307 support_menubar=$enableval 8173 support_menubar=$enableval
5308 fi 8174 fi
5309fi 8175fi;
5310
5311
5312# Check whether --enable-graphics or --disable-graphics was given.
5313if test "${enable_graphics+set}" = set; then
5314 enableval="$enable_graphics"
5315 if test x$enableval = xyes -o x$enableval = xno; then
5316 support_graphics=$enableval
5317 fi
5318fi
5319
5320 8176
5321# Check whether --enable-rxvt-scroll or --disable-rxvt-scroll was given. 8177# Check whether --enable-rxvt-scroll or --disable-rxvt-scroll was given.
5322if test "${enable_rxvt_scroll+set}" = set; then 8178if test "${enable_rxvt_scroll+set}" = set; then
5323 enableval="$enable_rxvt_scroll" 8179 enableval="$enable_rxvt_scroll"
5324 if test x$enableval = xyes -o x$enableval = xno; then 8180 if test x$enableval = xyes -o x$enableval = xno; then
5325 support_scroll_rxvt=$enableval 8181 support_scroll_rxvt=$enableval
5326 fi 8182 fi
5327fi 8183fi;
5328
5329 8184
5330# Check whether --enable-next-scroll or --disable-next-scroll was given. 8185# Check whether --enable-next-scroll or --disable-next-scroll was given.
5331if test "${enable_next_scroll+set}" = set; then 8186if test "${enable_next_scroll+set}" = set; then
5332 enableval="$enable_next_scroll" 8187 enableval="$enable_next_scroll"
5333 if test x$enableval = xyes -o x$enableval = xno; then 8188 if test x$enableval = xyes -o x$enableval = xno; then
5334 support_scroll_next=$enableval 8189 support_scroll_next=$enableval
5335 fi 8190 fi
5336fi 8191fi;
5337
5338 8192
5339# Check whether --enable-xterm-scroll or --disable-xterm-scroll was given. 8193# Check whether --enable-xterm-scroll or --disable-xterm-scroll was given.
5340if test "${enable_xterm_scroll+set}" = set; then 8194if test "${enable_xterm_scroll+set}" = set; then
5341 enableval="$enable_xterm_scroll" 8195 enableval="$enable_xterm_scroll"
5342 if test x$enableval = xyes -o x$enableval = xno; then 8196 if test x$enableval = xyes -o x$enableval = xno; then
5343 support_scroll_xterm=$enableval 8197 support_scroll_xterm=$enableval
5344 fi 8198 fi
5345fi 8199fi;
5346 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;
5347 8208
5348# Check whether --enable-half-shadow or --disable-half-shadow was given. 8209# Check whether --enable-half-shadow or --disable-half-shadow was given.
5349if test "${enable_half_shadow+set}" = set; then 8210if test "${enable_half_shadow+set}" = set; then
5350 enableval="$enable_half_shadow" 8211 enableval="$enable_half_shadow"
5351 if test x$enableval = xyes; then 8212 if test x$enableval = xyes; then
8213
5352 cat >> confdefs.h <<\EOF 8214cat >>confdefs.h <<\_ACEOF
5353#define HALFSHADOW 1 8215#define HALFSHADOW 1
5354EOF 8216_ACEOF
5355 8217
5356 fi 8218 fi
5357fi 8219fi;
5358 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;
5359 8227
5360# Check whether --enable-xim or --disable-xim was given. 8228# Check whether --enable-xim or --disable-xim was given.
5361if test "${enable_xim+set}" = set; then 8229if test "${enable_xim+set}" = set; then
5362 enableval="$enable_xim" 8230 enableval="$enable_xim"
5363 if test x$enableval = xyes -o x$enableval = xno; then 8231 if test x$enableval = xyes -o x$enableval = xno; then
5364 support_xim=$enableval 8232 support_xim=$enableval
5365 fi 8233 fi
5366fi 8234fi;
5367
5368
5369# Check whether --enable-greek or --disable-greek was given.
5370if test "${enable_greek+set}" = set; then
5371 enableval="$enable_greek"
5372 if test x$enableval = xyes; then
5373 cat >> confdefs.h <<\EOF
5374#define GREEK_SUPPORT 1
5375EOF
5376
5377 fi
5378fi
5379
5380 8235
5381# Check whether --enable-ttygid or --disable-ttygid was given. 8236# Check whether --enable-ttygid or --disable-ttygid was given.
5382if test "${enable_ttygid+set}" = set; then 8237if test "${enable_ttygid+set}" = set; then
5383 enableval="$enable_ttygid" 8238 enableval="$enable_ttygid"
5384 if test x$enableval = xyes; then 8239 if test x$enableval = xyes; then
8240
5385 cat >> confdefs.h <<\EOF 8241cat >>confdefs.h <<\_ACEOF
5386#define TTY_GID_SUPPORT 1 8242#define TTY_GID_SUPPORT 1
5387EOF 8243_ACEOF
5388 8244
5389 fi 8245 fi
5390fi 8246fi;
5391
5392 8247
5393# Check whether --enable-backspace-key or --disable-backspace-key was given. 8248# Check whether --enable-backspace-key or --disable-backspace-key was given.
5394if test "${enable_backspace_key+set}" = set; then 8249if test "${enable_backspace_key+set}" = set; then
5395 enableval="$enable_backspace_key" 8250 enableval="$enable_backspace_key"
5396 if test x$enableval = xno; then 8251 if test x$enableval = xno; then
8252
5397 cat >> confdefs.h <<\EOF 8253cat >>confdefs.h <<\_ACEOF
5398#define NO_BACKSPACE_KEY 1 8254#define NO_BACKSPACE_KEY 1
5399EOF 8255_ACEOF
5400 8256
5401 fi 8257 fi
5402fi 8258fi;
5403
5404 8259
5405# Check whether --enable-delete-key or --disable-delete-key was given. 8260# Check whether --enable-delete-key or --disable-delete-key was given.
5406if test "${enable_delete_key+set}" = set; then 8261if test "${enable_delete_key+set}" = set; then
5407 enableval="$enable_delete_key" 8262 enableval="$enable_delete_key"
5408 if test x$enableval = xno; then 8263 if test x$enableval = xno; then
8264
5409 cat >> confdefs.h <<\EOF 8265cat >>confdefs.h <<\_ACEOF
5410#define NO_DELETE_KEY 1 8266#define NO_DELETE_KEY 1
5411EOF 8267_ACEOF
5412 8268
5413 fi 8269 fi
5414fi 8270fi;
5415
5416 8271
5417# Check whether --enable-resources or --disable-resources was given. 8272# Check whether --enable-resources or --disable-resources was given.
5418if test "${enable_resources+set}" = set; then 8273if test "${enable_resources+set}" = set; then
5419 enableval="$enable_resources" 8274 enableval="$enable_resources"
5420 if test x$enableval = xno; then 8275 if test x$enableval = xno; then
8276
5421 cat >> confdefs.h <<\EOF 8277cat >>confdefs.h <<\_ACEOF
5422#define NO_RESOURCES 1 8278#define NO_RESOURCES 1
5423EOF 8279_ACEOF
5424 8280
5425 fi 8281 fi
5426fi 8282fi;
5427
5428 8283
5429# Check whether --enable-xgetdefault or --disable-xgetdefault was given. 8284# Check whether --enable-xgetdefault or --disable-xgetdefault was given.
5430if test "${enable_xgetdefault+set}" = set; then 8285if test "${enable_xgetdefault+set}" = set; then
5431 enableval="$enable_xgetdefault" 8286 enableval="$enable_xgetdefault"
5432 if test x$enableval = xyes; then 8287 if test x$enableval = xyes; then
8288
5433 cat >> confdefs.h <<\EOF 8289cat >>confdefs.h <<\_ACEOF
5434#define USE_XGETDEFAULT 1 8290#define USE_XGETDEFAULT 1
5435EOF 8291_ACEOF
5436 8292
5437 fi 8293 fi
5438fi 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"`
5439 8350
5440 8351
5441# Check whether --enable-strings or --disable-strings was given. 8352# Check whether --enable-strings or --disable-strings was given.
5442if test "${enable_strings+set}" = set; then 8353if test "${enable_strings+set}" = set; then
5443 enableval="$enable_strings" 8354 enableval="$enable_strings"
5444 if test x$enableval = xyes -o x$enableval = xno; then 8355 if test x$enableval = xyes -o x$enableval = xno; then
5445 support_addstrings=$enableval 8356 support_addstrings=$enableval
5446 fi 8357 fi
5447fi 8358fi;
5448
5449 8359
5450# Check whether --enable-swapscreen or --disable-swapscreen was given. 8360# Check whether --enable-swapscreen or --disable-swapscreen was given.
5451if test "${enable_swapscreen+set}" = set; then 8361if test "${enable_swapscreen+set}" = set; then
5452 enableval="$enable_swapscreen" 8362 enableval="$enable_swapscreen"
5453 if test x$enableval = xno; then 8363 if test x$enableval = xno; then
8364
5454 cat >> confdefs.h <<\EOF 8365cat >>confdefs.h <<\_ACEOF
5455#define NO_SECONDARY_SCREEN 1 8366#define NO_SECONDARY_SCREEN 1
5456EOF 8367_ACEOF
5457 8368
5458 fi 8369 fi
5459fi 8370fi;
5460
5461 8371
5462# Check whether --enable-frills or --disable-frills was given. 8372# Check whether --enable-frills or --disable-frills was given.
5463if test "${enable_frills+set}" = set; then 8373if test "${enable_frills+set}" = set; then
5464 enableval="$enable_frills" 8374 enableval="$enable_frills"
5465 if test x$enableval = xyes -o x$enableval = xno; then 8375 if test x$enableval = xyes -o x$enableval = xno; then
5466 support_frills=$enableval 8376 support_frills=$enableval
5467 fi 8377 fi
5468fi 8378fi;
5469
5470 8379
5471# Check whether --enable-linespace or --disable-linespace was given. 8380# Check whether --enable-linespace or --disable-linespace was given.
5472if test "${enable_linespace+set}" = set; then 8381if test "${enable_linespace+set}" = set; then
5473 enableval="$enable_linespace" 8382 enableval="$enable_linespace"
5474 if test x$enableval = xyes -o x$enableval = xno; then 8383 if test x$enableval = xyes -o x$enableval = xno; then
5475 support_linespace=$enableval 8384 support_linespace=$enableval
5476 fi 8385 fi
5477fi 8386fi;
5478
5479 8387
5480# Check whether --enable-24bit or --disable-24bit was given. 8388# Check whether --enable-24bit or --disable-24bit was given.
5481if test "${enable_24bit+set}" = set; then 8389if test "${enable_24bit+set}" = set; then
5482 enableval="$enable_24bit" 8390 enableval="$enable_24bit"
5483 if test x$enableval = xyes -o x$enableval = xno; then 8391 if test x$enableval = xyes -o x$enableval = xno; then
5484 support_24bit=$enableval 8392 support_24bit=$enableval
5485 fi 8393 fi
5486fi 8394fi;
5487
5488 8395
5489# Check whether --enable-keepscrolling or --disable-keepscrolling was given. 8396# Check whether --enable-keepscrolling or --disable-keepscrolling was given.
5490if test "${enable_keepscrolling+set}" = set; then 8397if test "${enable_keepscrolling+set}" = set; then
5491 enableval="$enable_keepscrolling" 8398 enableval="$enable_keepscrolling"
5492 if test x$enableval = xyes -o x$enableval = xno; then 8399 if test x$enableval = xyes -o x$enableval = xno; then
5493 support_keepscrolling=$enableval 8400 support_keepscrolling=$enableval
5494 fi 8401 fi
5495fi 8402fi;
5496
5497 8403
5498# Check whether --enable-selectionscrolling or --disable-selectionscrolling was given. 8404# Check whether --enable-selectionscrolling or --disable-selectionscrolling was given.
5499if test "${enable_selectionscrolling+set}" = set; then 8405if test "${enable_selectionscrolling+set}" = set; then
5500 enableval="$enable_selectionscrolling" 8406 enableval="$enable_selectionscrolling"
5501 if test x$enableval = xyes -o x$enableval = xno; then 8407 if test x$enableval = xyes -o x$enableval = xno; then
5502 support_selectionscrolling=$enableval 8408 support_selectionscrolling=$enableval
5503 fi 8409 fi
5504fi 8410fi;
5505
5506 8411
5507# Check whether --enable-mousewheel or --disable-mousewheel was given. 8412# Check whether --enable-mousewheel or --disable-mousewheel was given.
5508if test "${enable_mousewheel+set}" = set; then 8413if test "${enable_mousewheel+set}" = set; then
5509 enableval="$enable_mousewheel" 8414 enableval="$enable_mousewheel"
5510 if test x$enableval = xyes -o x$enableval = xno; then 8415 if test x$enableval = xyes -o x$enableval = xno; then
5511 support_mousewheel=$enableval 8416 support_mousewheel=$enableval
5512 fi 8417 fi
5513fi 8418fi;
5514
5515 8419
5516# Check whether --enable-slipwheeling or --disable-slipwheeling was given. 8420# Check whether --enable-slipwheeling or --disable-slipwheeling was given.
5517if test "${enable_slipwheeling+set}" = set; then 8421if test "${enable_slipwheeling+set}" = set; then
5518 enableval="$enable_slipwheeling" 8422 enableval="$enable_slipwheeling"
5519 if test x$enableval = xyes -o x$enableval = xno; then 8423 if test x$enableval = xyes -o x$enableval = xno; then
5520 support_mouseslipwheel=$enableval 8424 support_mouseslipwheel=$enableval
5521 fi 8425 fi
5522fi 8426fi;
5523
5524 8427
5525# Check whether --enable-old-selection or --disable-old-selection was given. 8428# Check whether --enable-old-selection or --disable-old-selection was given.
5526if test "${enable_old_selection+set}" = set; then 8429if test "${enable_old_selection+set}" = set; then
5527 enableval="$enable_old_selection" 8430 enableval="$enable_old_selection"
5528 if test x$enableval = xyes -o x$enableval = xno; then 8431 if test x$enableval = xyes -o x$enableval = xno; then
5529 support_oldselection=$enableval 8432 support_oldselection=$enableval
5530 fi 8433 fi
5531fi 8434fi;
5532
5533 8435
5534# Check whether --enable-new-selection or --disable-new-selection was given. 8436# Check whether --enable-new-selection or --disable-new-selection was given.
5535if test "${enable_new_selection+set}" = set; then 8437if test "${enable_new_selection+set}" = set; then
5536 enableval="$enable_new_selection" 8438 enableval="$enable_new_selection"
5537 if test x$enableval = xno; then 8439 if test x$enableval = xno; then
8440
5538 cat >> confdefs.h <<\EOF 8441cat >>confdefs.h <<\_ACEOF
5539#define NO_NEW_SELECTION 1 8442#define NO_NEW_SELECTION 1
5540EOF 8443_ACEOF
5541 8444
5542 fi 8445 fi
5543fi 8446fi;
5544
5545 8447
5546# Check whether --enable-dmalloc or --disable-dmalloc was given. 8448# Check whether --enable-dmalloc or --disable-dmalloc was given.
5547if test "${enable_dmalloc+set}" = set; then 8449if test "${enable_dmalloc+set}" = set; then
5548 enableval="$enable_dmalloc" 8450 enableval="$enable_dmalloc"
5549 if test x$enableval = xyes; then 8451 if test x$enableval = xyes; then
5550 MALLOC_TYPE=G 8452 MALLOC_TYPE=G
5551 DEBUG=-DDEBUG_MALLOC 8453 DEBUG=-DDEBUG_MALLOC
5552 DLIB="-L/usr/local/lib -ldmalloc" 8454 DLIB="-L/usr/local/lib -ldmalloc"
5553 DINCLUDE=-I/usr/local/include 8455 DINCLUDE=-I/usr/local/include
5554 fi 8456 fi
5555fi 8457fi;
5556
5557 8458
5558# Check whether --enable-dlmalloc or --disable-dlmalloc was given. 8459# Check whether --enable-dlmalloc or --disable-dlmalloc was given.
5559if test "${enable_dlmalloc+set}" = set; then 8460if test "${enable_dlmalloc+set}" = set; then
5560 enableval="$enable_dlmalloc" 8461 enableval="$enable_dlmalloc"
5561 if test x$enableval = xyes; then 8462 if test x$enableval = xyes; then
5562 MALLOC_TYPE=D 8463 MALLOC_TYPE=D
5563 DEBUG= 8464 DEBUG=
5564 DLIB="-L/usr/local/lib -ldlmalloc" 8465 DLIB="-L/usr/local/lib -ldlmalloc"
5565 DINCLUDE= 8466 DINCLUDE=
5566 fi 8467 fi
5567fi 8468fi;
5568
5569 8469
5570# Check whether --enable-smart-resize or --disable-smart-resize was given. 8470# Check whether --enable-smart-resize or --disable-smart-resize was given.
5571if test "${enable_smart_resize+set}" = set; then 8471if test "${enable_smart_resize+set}" = set; then
5572 enableval="$enable_smart_resize" 8472 enableval="$enable_smart_resize"
5573 if test x$enableval = xyes; then 8473 if test x$enableval = xyes; then
8474
5574 cat >> confdefs.h <<\EOF 8475cat >>confdefs.h <<\_ACEOF
5575#define SMART_RESIZE 1 8476#define SMART_RESIZE 1
5576EOF 8477_ACEOF
5577 8478
5578 fi 8479 fi
5579fi 8480fi;
5580
5581 8481
5582# Check whether --enable-256-color or --disable-256-color was given. 8482# Check whether --enable-256-color or --disable-256-color was given.
5583if test "${enable_256_color+set}" = set; then 8483if test "${enable_256_color+set}" = set; then
5584 enableval="$enable_256_color" 8484 enableval="$enable_256_color"
5585 if test x$enableval = xyes; then 8485 if test x$enableval = xyes; then
8486
5586 cat >> confdefs.h <<\EOF 8487cat >>confdefs.h <<\_ACEOF
5587#define TTY_256COLOR 1 8488#define TTY_256COLOR 1
5588EOF 8489_ACEOF
5589 8490
5590 fi 8491 fi
5591fi 8492fi;
5592
5593 8493
5594# Check whether --enable-cursor-blink or --disable-cursor-blink was given. 8494# Check whether --enable-cursor-blink or --disable-cursor-blink was given.
5595if test "${enable_cursor_blink+set}" = set; then 8495if test "${enable_cursor_blink+set}" = set; then
5596 enableval="$enable_cursor_blink" 8496 enableval="$enable_cursor_blink"
5597 if test x$enableval = xyes -o x$enableval = xno; then 8497 if test x$enableval = xyes -o x$enableval = xno; then
5598 support_cursor_blink=$enableval 8498 support_cursor_blink=$enableval
5599 fi 8499 fi
5600fi 8500fi;
5601 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;
5602 8509
5603# Check whether --enable-pointer-blank or --disable-pointer-blank was given. 8510# Check whether --enable-pointer-blank or --disable-pointer-blank was given.
5604if test "${enable_pointer_blank+set}" = set; then 8511if test "${enable_pointer_blank+set}" = set; then
5605 enableval="$enable_pointer_blank" 8512 enableval="$enable_pointer_blank"
5606 if test x$enableval = xyes -o x$enableval = xno; then 8513 if test x$enableval = xyes -o x$enableval = xno; then
5607 support_pointer_blank=$enableval 8514 support_pointer_blank=$enableval
5608 fi 8515 fi
5609fi 8516fi;
5610 8517
5611 8518
5612# Check whether --with-term or --without-term was given. 8519# Check whether --with-term or --without-term was given.
5613if test "${with_term+set}" = set; then 8520if test "${with_term+set}" = set; then
5614 withval="$with_term" 8521 withval="$with_term"
5615 if test x$withval != x; then 8522 if test x$withval != x; then
8523
5616 cat >> confdefs.h <<EOF 8524cat >>confdefs.h <<_ACEOF
5617#define TERMENV "$withval" 8525#define TERMENV "$withval"
5618EOF 8526_ACEOF
5619 term="$withval" 8527 term="$withval"
5620 fi 8528 fi
5621fi 8529fi;
5622 8530
5623 8531
5624# Check whether --with-terminfo or --without-terminfo was given. 8532# Check whether --with-terminfo or --without-terminfo was given.
5625if test "${with_terminfo+set}" = set; then 8533if test "${with_terminfo+set}" = set; then
5626 withval="$with_terminfo" 8534 withval="$with_terminfo"
5627 if test x$withval != x; then 8535 if test x$withval != x; then
8536
5628 cat >> confdefs.h <<EOF 8537cat >>confdefs.h <<_ACEOF
5629#define RXVT_TERMINFO "$withval" 8538#define RXVT_TERMINFO "$withval"
5630EOF 8539_ACEOF
5631 terminfo="$withval" 8540 terminfo="$withval"
5632 fi 8541 fi
5633fi 8542fi;
5634 8543
5635 8544
5636 8545
5637cat >> confdefs.h <<\EOF 8546cat >>confdefs.h <<\_ACEOF
5638#define PROTOTYPES 1 8547#define PROTOTYPES 1
5639EOF 8548_ACEOF
5640 8549
5641 8550
5642if test -z "$CFLAGS"; then 8551if test -z "$CFLAGS"; then
5643 if test -z "$CCOPTS"; then 8552 if test -z "$CCOPTS"; then
5644 CCOPTS='-O' 8553 CCOPTS='-O'
5646 CFLAGS="$CCOPTS" 8555 CFLAGS="$CCOPTS"
5647fi 8556fi
5648 8557
5649# 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.
5650set dummy mv; ac_word=$2 8559set dummy mv; ac_word=$2
8560echo "$as_me:$LINENO: checking for $ac_word" >&5
5651echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 8561echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5652echo "configure:5653: checking for $ac_word" >&5
5653if eval "test \"`echo '$''{'ac_cv_path_MV'+set}'`\" = set"; then 8562if test "${ac_cv_path_MV+set}" = set; then
5654 echo $ac_n "(cached) $ac_c" 1>&6 8563 echo $ECHO_N "(cached) $ECHO_C" >&6
5655else 8564else
5656 case "$MV" in 8565 case $MV in
5657 /*) 8566 [\\/]* | ?:[\\/]*)
5658 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.
5659 ;; 8568 ;;
5660 ?:/*)
5661 ac_cv_path_MV="$MV" # Let the user override the test with a dos path.
5662 ;;
5663 *) 8569 *)
5664 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 8570 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5665 ac_dummy="$PATH" 8571for as_dir in $PATH
5666 for ac_dir in $ac_dummy; do 8572do
8573 IFS=$as_save_IFS
5667 test -z "$ac_dir" && ac_dir=. 8574 test -z "$as_dir" && as_dir=.
5668 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
5669 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
5670 break 8579 break 2
5671 fi 8580 fi
5672 done 8581done
5673 IFS="$ac_save_ifs" 8582done
8583
5674 test -z "$ac_cv_path_MV" && ac_cv_path_MV="mv" 8584 test -z "$ac_cv_path_MV" && ac_cv_path_MV="mv"
5675 ;; 8585 ;;
5676esac 8586esac
5677fi 8587fi
5678MV="$ac_cv_path_MV" 8588MV=$ac_cv_path_MV
8589
5679if test -n "$MV"; then 8590if test -n "$MV"; then
5680 echo "$ac_t""$MV" 1>&6 8591 echo "$as_me:$LINENO: result: $MV" >&5
8592echo "${ECHO_T}$MV" >&6
5681else 8593else
5682 echo "$ac_t""no" 1>&6 8594 echo "$as_me:$LINENO: result: no" >&5
8595echo "${ECHO_T}no" >&6
5683fi 8596fi
5684 8597
5685# 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.
5686set dummy rm; ac_word=$2 8599set dummy rm; ac_word=$2
8600echo "$as_me:$LINENO: checking for $ac_word" >&5
5687echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 8601echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5688echo "configure:5689: checking for $ac_word" >&5
5689if eval "test \"`echo '$''{'ac_cv_path_RM'+set}'`\" = set"; then 8602if test "${ac_cv_path_RM+set}" = set; then
5690 echo $ac_n "(cached) $ac_c" 1>&6 8603 echo $ECHO_N "(cached) $ECHO_C" >&6
5691else 8604else
5692 case "$RM" in 8605 case $RM in
5693 /*) 8606 [\\/]* | ?:[\\/]*)
5694 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.
5695 ;; 8608 ;;
5696 ?:/*)
5697 ac_cv_path_RM="$RM" # Let the user override the test with a dos path.
5698 ;;
5699 *) 8609 *)
5700 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 8610 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5701 ac_dummy="$PATH" 8611for as_dir in $PATH
5702 for ac_dir in $ac_dummy; do 8612do
8613 IFS=$as_save_IFS
5703 test -z "$ac_dir" && ac_dir=. 8614 test -z "$as_dir" && as_dir=.
5704 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
5705 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
5706 break 8619 break 2
5707 fi 8620 fi
5708 done 8621done
5709 IFS="$ac_save_ifs" 8622done
8623
5710 test -z "$ac_cv_path_RM" && ac_cv_path_RM="rm" 8624 test -z "$ac_cv_path_RM" && ac_cv_path_RM="rm"
5711 ;; 8625 ;;
5712esac 8626esac
5713fi 8627fi
5714RM="$ac_cv_path_RM" 8628RM=$ac_cv_path_RM
8629
5715if test -n "$RM"; then 8630if test -n "$RM"; then
5716 echo "$ac_t""$RM" 1>&6 8631 echo "$as_me:$LINENO: result: $RM" >&5
8632echo "${ECHO_T}$RM" >&6
5717else 8633else
5718 echo "$ac_t""no" 1>&6 8634 echo "$as_me:$LINENO: result: no" >&5
8635echo "${ECHO_T}no" >&6
5719fi 8636fi
5720 8637
5721# 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.
5722set dummy cp; ac_word=$2 8639set dummy cp; ac_word=$2
8640echo "$as_me:$LINENO: checking for $ac_word" >&5
5723echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 8641echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5724echo "configure:5725: checking for $ac_word" >&5
5725if eval "test \"`echo '$''{'ac_cv_path_CP'+set}'`\" = set"; then 8642if test "${ac_cv_path_CP+set}" = set; then
5726 echo $ac_n "(cached) $ac_c" 1>&6 8643 echo $ECHO_N "(cached) $ECHO_C" >&6
5727else 8644else
5728 case "$CP" in 8645 case $CP in
5729 /*) 8646 [\\/]* | ?:[\\/]*)
5730 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.
5731 ;; 8648 ;;
5732 ?:/*)
5733 ac_cv_path_CP="$CP" # Let the user override the test with a dos path.
5734 ;;
5735 *) 8649 *)
5736 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 8650 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5737 ac_dummy="$PATH" 8651for as_dir in $PATH
5738 for ac_dir in $ac_dummy; do 8652do
8653 IFS=$as_save_IFS
5739 test -z "$ac_dir" && ac_dir=. 8654 test -z "$as_dir" && as_dir=.
5740 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
5741 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
5742 break 8659 break 2
5743 fi 8660 fi
5744 done 8661done
5745 IFS="$ac_save_ifs" 8662done
8663
5746 test -z "$ac_cv_path_CP" && ac_cv_path_CP="cp" 8664 test -z "$ac_cv_path_CP" && ac_cv_path_CP="cp"
5747 ;; 8665 ;;
5748esac 8666esac
5749fi 8667fi
5750CP="$ac_cv_path_CP" 8668CP=$ac_cv_path_CP
8669
5751if test -n "$CP"; then 8670if test -n "$CP"; then
5752 echo "$ac_t""$CP" 1>&6 8671 echo "$as_me:$LINENO: result: $CP" >&5
8672echo "${ECHO_T}$CP" >&6
5753else 8673else
5754 echo "$ac_t""no" 1>&6 8674 echo "$as_me:$LINENO: result: no" >&5
8675echo "${ECHO_T}no" >&6
5755fi 8676fi
5756 8677
5757# 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.
5758set dummy ln; ac_word=$2 8679set dummy ln; ac_word=$2
8680echo "$as_me:$LINENO: checking for $ac_word" >&5
5759echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 8681echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5760echo "configure:5761: checking for $ac_word" >&5
5761if eval "test \"`echo '$''{'ac_cv_path_LN'+set}'`\" = set"; then 8682if test "${ac_cv_path_LN+set}" = set; then
5762 echo $ac_n "(cached) $ac_c" 1>&6 8683 echo $ECHO_N "(cached) $ECHO_C" >&6
5763else 8684else
5764 case "$LN" in 8685 case $LN in
5765 /*) 8686 [\\/]* | ?:[\\/]*)
5766 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.
5767 ;; 8688 ;;
5768 ?:/*)
5769 ac_cv_path_LN="$LN" # Let the user override the test with a dos path.
5770 ;;
5771 *) 8689 *)
5772 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 8690 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5773 ac_dummy="$PATH" 8691for as_dir in $PATH
5774 for ac_dir in $ac_dummy; do 8692do
8693 IFS=$as_save_IFS
5775 test -z "$ac_dir" && ac_dir=. 8694 test -z "$as_dir" && as_dir=.
5776 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
5777 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
5778 break 8699 break 2
5779 fi 8700 fi
5780 done 8701done
5781 IFS="$ac_save_ifs" 8702done
8703
5782 test -z "$ac_cv_path_LN" && ac_cv_path_LN="ln" 8704 test -z "$ac_cv_path_LN" && ac_cv_path_LN="ln"
5783 ;; 8705 ;;
5784esac 8706esac
5785fi 8707fi
5786LN="$ac_cv_path_LN" 8708LN=$ac_cv_path_LN
8709
5787if test -n "$LN"; then 8710if test -n "$LN"; then
5788 echo "$ac_t""$LN" 1>&6 8711 echo "$as_me:$LINENO: result: $LN" >&5
8712echo "${ECHO_T}$LN" >&6
5789else 8713else
5790 echo "$ac_t""no" 1>&6 8714 echo "$as_me:$LINENO: result: no" >&5
8715echo "${ECHO_T}no" >&6
5791fi 8716fi
5792 8717
5793# 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.
5794set dummy sed; ac_word=$2 8719set dummy sed; ac_word=$2
8720echo "$as_me:$LINENO: checking for $ac_word" >&5
5795echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 8721echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5796echo "configure:5797: checking for $ac_word" >&5
5797if eval "test \"`echo '$''{'ac_cv_path_SED'+set}'`\" = set"; then 8722if test "${ac_cv_path_SED+set}" = set; then
5798 echo $ac_n "(cached) $ac_c" 1>&6 8723 echo $ECHO_N "(cached) $ECHO_C" >&6
5799else 8724else
5800 case "$SED" in 8725 case $SED in
5801 /*) 8726 [\\/]* | ?:[\\/]*)
5802 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.
5803 ;; 8728 ;;
5804 ?:/*)
5805 ac_cv_path_SED="$SED" # Let the user override the test with a dos path.
5806 ;;
5807 *) 8729 *)
5808 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 8730 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5809 ac_dummy="$PATH" 8731for as_dir in $PATH
5810 for ac_dir in $ac_dummy; do 8732do
8733 IFS=$as_save_IFS
5811 test -z "$ac_dir" && ac_dir=. 8734 test -z "$as_dir" && as_dir=.
5812 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
5813 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
5814 break 8739 break 2
5815 fi 8740 fi
5816 done 8741done
5817 IFS="$ac_save_ifs" 8742done
8743
5818 test -z "$ac_cv_path_SED" && ac_cv_path_SED="sed" 8744 test -z "$ac_cv_path_SED" && ac_cv_path_SED="sed"
5819 ;; 8745 ;;
5820esac 8746esac
5821fi 8747fi
5822SED="$ac_cv_path_SED" 8748SED=$ac_cv_path_SED
8749
5823if test -n "$SED"; then 8750if test -n "$SED"; then
5824 echo "$ac_t""$SED" 1>&6 8751 echo "$as_me:$LINENO: result: $SED" >&5
8752echo "${ECHO_T}$SED" >&6
5825else 8753else
5826 echo "$ac_t""no" 1>&6 8754 echo "$as_me:$LINENO: result: no" >&5
8755echo "${ECHO_T}no" >&6
5827fi 8756fi
5828 8757
5829# 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.
5830set dummy echo; ac_word=$2 8759set dummy echo; ac_word=$2
8760echo "$as_me:$LINENO: checking for $ac_word" >&5
5831echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 8761echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5832echo "configure:5833: checking for $ac_word" >&5
5833if eval "test \"`echo '$''{'ac_cv_path_ECHO'+set}'`\" = set"; then 8762if test "${ac_cv_path_ECHO+set}" = set; then
5834 echo $ac_n "(cached) $ac_c" 1>&6 8763 echo $ECHO_N "(cached) $ECHO_C" >&6
5835else 8764else
5836 case "$ECHO" in 8765 case $ECHO in
5837 /*) 8766 [\\/]* | ?:[\\/]*)
5838 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.
5839 ;; 8768 ;;
5840 ?:/*)
5841 ac_cv_path_ECHO="$ECHO" # Let the user override the test with a dos path.
5842 ;;
5843 *) 8769 *)
5844 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 8770 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5845 ac_dummy="$PATH" 8771for as_dir in $PATH
5846 for ac_dir in $ac_dummy; do 8772do
8773 IFS=$as_save_IFS
5847 test -z "$ac_dir" && ac_dir=. 8774 test -z "$as_dir" && as_dir=.
5848 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
5849 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
5850 break 8779 break 2
5851 fi 8780 fi
5852 done 8781done
5853 IFS="$ac_save_ifs" 8782done
8783
5854 test -z "$ac_cv_path_ECHO" && ac_cv_path_ECHO="echo" 8784 test -z "$ac_cv_path_ECHO" && ac_cv_path_ECHO="echo"
5855 ;; 8785 ;;
5856esac 8786esac
5857fi 8787fi
5858ECHO="$ac_cv_path_ECHO" 8788ECHO=$ac_cv_path_ECHO
8789
5859if test -n "$ECHO"; then 8790if test -n "$ECHO"; then
5860 echo "$ac_t""$ECHO" 1>&6 8791 echo "$as_me:$LINENO: result: $ECHO" >&5
8792echo "${ECHO_T}$ECHO" >&6
5861else 8793else
5862 echo "$ac_t""no" 1>&6 8794 echo "$as_me:$LINENO: result: no" >&5
8795echo "${ECHO_T}no" >&6
5863fi 8796fi
5864 8797
5865# 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.
5866set dummy cmp; ac_word=$2 8799set dummy cmp; ac_word=$2
8800echo "$as_me:$LINENO: checking for $ac_word" >&5
5867echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 8801echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5868echo "configure:5869: checking for $ac_word" >&5
5869if eval "test \"`echo '$''{'ac_cv_path_CMP'+set}'`\" = set"; then 8802if test "${ac_cv_path_CMP+set}" = set; then
5870 echo $ac_n "(cached) $ac_c" 1>&6 8803 echo $ECHO_N "(cached) $ECHO_C" >&6
5871else 8804else
5872 case "$CMP" in 8805 case $CMP in
5873 /*) 8806 [\\/]* | ?:[\\/]*)
5874 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.
5875 ;; 8808 ;;
5876 ?:/*)
5877 ac_cv_path_CMP="$CMP" # Let the user override the test with a dos path.
5878 ;;
5879 *) 8809 *)
5880 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 8810 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5881 ac_dummy="$PATH" 8811for as_dir in $PATH
5882 for ac_dir in $ac_dummy; do 8812do
8813 IFS=$as_save_IFS
5883 test -z "$ac_dir" && ac_dir=. 8814 test -z "$as_dir" && as_dir=.
5884 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
5885 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
5886 break 8819 break 2
5887 fi 8820 fi
5888 done 8821done
5889 IFS="$ac_save_ifs" 8822done
8823
5890 test -z "$ac_cv_path_CMP" && ac_cv_path_CMP="cmp" 8824 test -z "$ac_cv_path_CMP" && ac_cv_path_CMP="cmp"
5891 ;; 8825 ;;
5892esac 8826esac
5893fi 8827fi
5894CMP="$ac_cv_path_CMP" 8828CMP=$ac_cv_path_CMP
8829
5895if test -n "$CMP"; then 8830if test -n "$CMP"; then
5896 echo "$ac_t""$CMP" 1>&6 8831 echo "$as_me:$LINENO: result: $CMP" >&5
8832echo "${ECHO_T}$CMP" >&6
5897else 8833else
5898 echo "$ac_t""no" 1>&6 8834 echo "$as_me:$LINENO: result: no" >&5
8835echo "${ECHO_T}no" >&6
5899fi 8836fi
5900 8837
5901# 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.
5902set dummy tbl; ac_word=$2 8839set dummy tbl; ac_word=$2
8840echo "$as_me:$LINENO: checking for $ac_word" >&5
5903echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 8841echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5904echo "configure:5905: checking for $ac_word" >&5
5905if eval "test \"`echo '$''{'ac_cv_path_TBL'+set}'`\" = set"; then 8842if test "${ac_cv_path_TBL+set}" = set; then
5906 echo $ac_n "(cached) $ac_c" 1>&6 8843 echo $ECHO_N "(cached) $ECHO_C" >&6
5907else 8844else
5908 case "$TBL" in 8845 case $TBL in
5909 /*) 8846 [\\/]* | ?:[\\/]*)
5910 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.
5911 ;; 8848 ;;
5912 ?:/*)
5913 ac_cv_path_TBL="$TBL" # Let the user override the test with a dos path.
5914 ;;
5915 *) 8849 *)
5916 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 8850 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5917 ac_dummy="$PATH" 8851for as_dir in $PATH
5918 for ac_dir in $ac_dummy; do 8852do
8853 IFS=$as_save_IFS
5919 test -z "$ac_dir" && ac_dir=. 8854 test -z "$as_dir" && as_dir=.
5920 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
5921 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
5922 break 8859 break 2
5923 fi 8860 fi
5924 done 8861done
5925 IFS="$ac_save_ifs" 8862done
8863
5926 ;; 8864 ;;
5927esac 8865esac
5928fi 8866fi
5929TBL="$ac_cv_path_TBL" 8867TBL=$ac_cv_path_TBL
8868
5930if test -n "$TBL"; then 8869if test -n "$TBL"; then
5931 echo "$ac_t""$TBL" 1>&6 8870 echo "$as_me:$LINENO: result: $TBL" >&5
8871echo "${ECHO_T}$TBL" >&6
5932else 8872else
5933 echo "$ac_t""no" 1>&6 8873 echo "$as_me:$LINENO: result: no" >&5
8874echo "${ECHO_T}no" >&6
5934fi 8875fi
5935 8876
5936 8877
5937 8878
5938 8879
5939# If we find X, set shell vars x_includes and x_libraries to the 8880echo "$as_me:$LINENO: checking for X" >&5
5940# paths, otherwise set no_x=yes.
5941# Uses ac_ vars as temps to allow command line to override cache and checks.
5942# --without-x overrides everything else, but does not touch the cache.
5943echo $ac_n "checking for X""... $ac_c" 1>&6 8881echo $ECHO_N "checking for X... $ECHO_C" >&6
5944echo "configure:5945: checking for X" >&5 8882
5945 8883
5946# Check whether --with-x or --without-x was given. 8884# Check whether --with-x or --without-x was given.
5947if test "${with_x+set}" = set; then 8885if test "${with_x+set}" = set; then
5948 withval="$with_x" 8886 withval="$with_x"
5949 : 8887
5950fi 8888fi;
5951
5952# $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.
5953if test "x$with_x" = xno; then 8890if test "x$with_x" = xno; then
5954 # The user explicitly disabled X. 8891 # The user explicitly disabled X.
5955 have_x=disabled 8892 have_x=disabled
5956else 8893else
5957 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
5958 # Both variables are already set. 8895 # Both variables are already set.
5959 have_x=yes 8896 have_x=yes
5960 else 8897 else
5961if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then 8898 if test "${ac_cv_have_x+set}" = set; then
5962 echo $ac_n "(cached) $ac_c" 1>&6 8899 echo $ECHO_N "(cached) $ECHO_C" >&6
5963else 8900else
5964 # 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.
5965ac_x_includes=NO ac_x_libraries=NO 8902ac_x_includes=no ac_x_libraries=no
5966rm -fr conftestdir 8903rm -fr conftest.dir
5967if mkdir conftestdir; then 8904if mkdir conftest.dir; then
5968 cd conftestdir 8905 cd conftest.dir
5969 # 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.
5970 cat > Imakefile <<'EOF' 8907 cat >Imakefile <<'_ACEOF'
5971acfindx: 8908acfindx:
5972 @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}"'
5973EOF 8910_ACEOF
5974 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then 8911 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
5975 # GNU make sometimes prints "make[1]: Entering...", which would confuse us. 8912 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
5976 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make` 8913 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
5977 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR. 8914 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
5978 for ac_extension in a so sl; do 8915 for ac_extension in a so sl; do
5979 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension && 8916 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
5980 test -f $ac_im_libdir/libX11.$ac_extension; then 8917 test -f $ac_im_libdir/libX11.$ac_extension; then
5981 ac_im_usrlibdir=$ac_im_libdir; break 8918 ac_im_usrlibdir=$ac_im_libdir; break
5982 fi 8919 fi
5983 done 8920 done
5984 # Screen out bogus values from the imake configuration. They are 8921 # Screen out bogus values from the imake configuration. They are
5985 # bogus both because they are the default anyway, and because 8922 # bogus both because they are the default anyway, and because
5986 # 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.
5987 case "$ac_im_incroot" in 8924 case $ac_im_incroot in
5988 /usr/include) ;; 8925 /usr/include) ;;
5989 *) 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;;
5990 esac 8927 esac
5991 case "$ac_im_usrlibdir" in 8928 case $ac_im_usrlibdir in
5992 /usr/lib | /lib) ;; 8929 /usr/lib | /lib) ;;
5993 *) test -d "$ac_im_usrlibdir" && ac_x_libraries="$ac_im_usrlibdir" ;; 8930 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
5994 esac 8931 esac
5995 fi 8932 fi
5996 cd .. 8933 cd ..
5997 rm -fr conftestdir 8934 rm -fr conftest.dir
5998fi 8935fi
5999 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
6000if test "$ac_x_includes" = NO; then 8974if test "$ac_x_includes" = no; then
6001 # 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.
6002 test -z "$x_direct_test_include" && x_direct_test_include=X11/Intrinsic.h
6003
6004 # First, try using that file with no special directory specified. 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
6005cat > conftest.$ac_ext <<EOF 8981cat >>conftest.$ac_ext <<_ACEOF
6006#line 6007 "configure" 8982/* end confdefs.h. */
6007#include "confdefs.h" 8983#include <X11/Intrinsic.h>
6008#include <$x_direct_test_include> 8984_ACEOF
6009EOF 8985if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6010ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 8986 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6011{ (eval echo configure:6012: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 8987 ac_status=$?
6012ac_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
6013if test -z "$ac_err"; then 9002if test -z "$ac_cpp_err"; then
6014 rm -rf conftest*
6015 # We can compile using X headers with no special include directory. 9003 # We can compile using X headers with no special include directory.
6016ac_x_includes= 9004ac_x_includes=
6017else 9005else
6018 echo "$ac_err" >&5
6019 echo "configure: failed program was:" >&5 9006 echo "$as_me: failed program was:" >&5
6020 cat conftest.$ac_ext >&5 9007sed 's/^/| /' conftest.$ac_ext >&5
6021 rm -rf conftest* 9008
6022 # Look for the header file in a standard set of common directories. 9009 for ac_dir in $ac_x_header_dirs; do
6023# Check X11 before X11Rn because it is often a symlink to the current release. 9010 if test -r "$ac_dir/X11/Intrinsic.h"; then
6024 for ac_dir in \
6025 /usr/X11/include \
6026 /usr/X11R6/include \
6027 /usr/X11R5/include \
6028 /usr/X11R4/include \
6029 \
6030 /usr/include/X11 \
6031 /usr/include/X11R6 \
6032 /usr/include/X11R5 \
6033 /usr/include/X11R4 \
6034 \
6035 /usr/local/X11/include \
6036 /usr/local/X11R6/include \
6037 /usr/local/X11R5/include \
6038 /usr/local/X11R4/include \
6039 \
6040 /usr/local/include/X11 \
6041 /usr/local/include/X11R6 \
6042 /usr/local/include/X11R5 \
6043 /usr/local/include/X11R4 \
6044 \
6045 /usr/X386/include \
6046 /usr/x386/include \
6047 /usr/XFree86/include/X11 \
6048 \
6049 /usr/include \
6050 /usr/local/include \
6051 /usr/unsupported/include \
6052 /usr/athena/include \
6053 /usr/local/x11r5/include \
6054 /usr/lpp/Xamples/include \
6055 \
6056 /usr/openwin/include \
6057 /usr/openwin/share/include \
6058 ; \
6059 do
6060 if test -r "$ac_dir/$x_direct_test_include"; then
6061 ac_x_includes=$ac_dir 9011 ac_x_includes=$ac_dir
6062 break 9012 break
6063 fi 9013 fi
6064 done 9014done
6065fi 9015fi
6066rm -f conftest* 9016rm -f conftest.err conftest.$ac_ext
6067fi # $ac_x_includes = NO 9017fi # $ac_x_includes = no
6068 9018
6069if test "$ac_x_libraries" = NO; then 9019if test "$ac_x_libraries" = no; then
6070 # Check for the libraries. 9020 # Check for the libraries.
6071
6072 test -z "$x_direct_test_library" && x_direct_test_library=Xt
6073 test -z "$x_direct_test_function" && x_direct_test_function=XtMalloc
6074
6075 # See if we find them without any special options. 9021 # See if we find them without any special options.
6076 # Don't add to $LIBS permanently. 9022 # Don't add to $LIBS permanently.
6077 ac_save_LIBS="$LIBS" 9023 ac_save_LIBS=$LIBS
6078 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
6079cat > conftest.$ac_ext <<EOF 9029cat >>conftest.$ac_ext <<_ACEOF
6080#line 6081 "configure" 9030/* end confdefs.h. */
6081#include "confdefs.h" 9031#include <X11/Intrinsic.h>
6082 9032int
6083int main() { 9033main ()
6084${x_direct_test_function}() 9034{
9035XtMalloc (0)
9036 ;
6085; return 0; } 9037 return 0;
6086EOF 9038}
6087if { (eval echo configure:6088: \"$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
6088 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
6089 LIBS="$ac_save_LIBS" 9061 LIBS=$ac_save_LIBS
6090# We can link X programs with no special library path. 9062# We can link X programs with no special library path.
6091ac_x_libraries= 9063ac_x_libraries=
6092else 9064else
6093 echo "configure: failed program was:" >&5 9065 echo "$as_me: failed program was:" >&5
6094 cat conftest.$ac_ext >&5 9066sed 's/^/| /' conftest.$ac_ext >&5
6095 rm -rf conftest* 9067
6096 LIBS="$ac_save_LIBS" 9068LIBS=$ac_save_LIBS
6097# First see if replacing the include by lib works.
6098# Check X11 before X11Rn because it is often a symlink to the current release.
6099for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \ 9069for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
6100 /usr/X11/lib \
6101 /usr/X11R6/lib \
6102 /usr/X11R5/lib \
6103 /usr/X11R4/lib \
6104 \
6105 /usr/lib/X11 \
6106 /usr/lib/X11R6 \
6107 /usr/lib/X11R5 \
6108 /usr/lib/X11R4 \
6109 \
6110 /usr/local/X11/lib \
6111 /usr/local/X11R6/lib \
6112 /usr/local/X11R5/lib \
6113 /usr/local/X11R4/lib \
6114 \
6115 /usr/local/lib/X11 \
6116 /usr/local/lib/X11R6 \
6117 /usr/local/lib/X11R5 \
6118 /usr/local/lib/X11R4 \
6119 \
6120 /usr/X386/lib \
6121 /usr/x386/lib \
6122 /usr/XFree86/lib/X11 \
6123 \
6124 /usr/lib \
6125 /usr/local/lib \
6126 /usr/unsupported/lib \
6127 /usr/athena/lib \
6128 /usr/local/x11r5/lib \
6129 /usr/lpp/Xamples/lib \
6130 /lib/usr/lib/X11 \
6131 \
6132 /usr/openwin/lib \
6133 /usr/openwin/share/lib \
6134 ; \
6135do 9070do
9071 # Don't even attempt the hair of trying to link an X program!
6136 for ac_extension in a so sl; do 9072 for ac_extension in a so sl; do
6137 if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then 9073 if test -r $ac_dir/libXt.$ac_extension; then
6138 ac_x_libraries=$ac_dir 9074 ac_x_libraries=$ac_dir
6139 break 2 9075 break 2
6140 fi 9076 fi
6141 done 9077 done
6142done 9078done
6143fi 9079fi
6144rm -f conftest* 9080rm -f conftest.err conftest.$ac_objext \
9081 conftest$ac_exeext conftest.$ac_ext
6145fi # $ac_x_libraries = NO 9082fi # $ac_x_libraries = no
6146 9083
6147if test "$ac_x_includes" = NO || test "$ac_x_libraries" = NO; then 9084if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then
6148 # Didn't find X anywhere. Cache the known absence of X. 9085 # Didn't find X anywhere. Cache the known absence of X.
6149 ac_cv_have_x="have_x=no" 9086 ac_cv_have_x="have_x=no"
6150else 9087else
6151 # Record where we found X for the cache. 9088 # Record where we found X for the cache.
6152 ac_cv_have_x="have_x=yes \ 9089 ac_cv_have_x="have_x=yes \
6153 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"
6154fi 9091fi
6155fi 9092fi
9093
6156 fi 9094 fi
6157 eval "$ac_cv_have_x" 9095 eval "$ac_cv_have_x"
6158fi # $with_x != no 9096fi # $with_x != no
6159 9097
6160if test "$have_x" != yes; then 9098if test "$have_x" != yes; then
6161 echo "$ac_t""$have_x" 1>&6 9099 echo "$as_me:$LINENO: result: $have_x" >&5
9100echo "${ECHO_T}$have_x" >&6
6162 no_x=yes 9101 no_x=yes
6163else 9102else
6164 # 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.
6165 test "x$x_includes" = xNONE && x_includes=$ac_x_includes 9104 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
6166 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries 9105 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
6167 # Update the cache value to reflect the command line values. 9106 # Update the cache value to reflect the command line values.
6168 ac_cv_have_x="have_x=yes \ 9107 ac_cv_have_x="have_x=yes \
6169 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
6170 echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6 9110echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6
6171fi 9111fi
6172 9112
6173if test "$no_x" = yes; then 9113if test "$no_x" = yes; then
6174 # 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
6175 cat >> confdefs.h <<\EOF 9116cat >>confdefs.h <<\_ACEOF
6176#define X_DISPLAY_MISSING 1 9117#define X_DISPLAY_MISSING 1
6177EOF 9118_ACEOF
6178 9119
6179 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS= 9120 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
6180else 9121else
6181 if test -n "$x_includes"; then 9122 if test -n "$x_includes"; then
6182 X_CFLAGS="$X_CFLAGS -I$x_includes" 9123 X_CFLAGS="$X_CFLAGS -I$x_includes"
6185 # 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.
6186 if test -n "$x_libraries"; then 9127 if test -n "$x_libraries"; then
6187 X_LIBS="$X_LIBS -L$x_libraries" 9128 X_LIBS="$X_LIBS -L$x_libraries"
6188 # 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
6189 # others require no space. Words are not sufficient . . . . 9130 # others require no space. Words are not sufficient . . . .
6190 case "`(uname -sr) 2>/dev/null`" in 9131 case `(uname -sr) 2>/dev/null` in
6191 "SunOS 5"*) 9132 "SunOS 5"*)
9133 echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
6192 echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6 9134echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6
6193echo "configure:6194: checking whether -R must be followed by a space" >&5
6194 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS -R$x_libraries" 9135 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
6195 cat > conftest.$ac_ext <<EOF 9136 cat >conftest.$ac_ext <<_ACEOF
6196#line 6197 "configure" 9137/* confdefs.h. */
6197#include "confdefs.h" 9138_ACEOF
9139cat confdefs.h >>conftest.$ac_ext
9140cat >>conftest.$ac_ext <<_ACEOF
9141/* end confdefs.h. */
6198 9142
6199int main() { 9143int
9144main ()
9145{
6200 9146
9147 ;
6201; return 0; } 9148 return 0;
6202EOF 9149}
6203if { (eval echo configure:6204: \"$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
6204 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
6205 ac_R_nospace=yes 9172 ac_R_nospace=yes
6206else 9173else
6207 echo "configure: failed program was:" >&5 9174 echo "$as_me: failed program was:" >&5
6208 cat conftest.$ac_ext >&5 9175sed 's/^/| /' conftest.$ac_ext >&5
6209 rm -rf conftest* 9176
6210 ac_R_nospace=no 9177ac_R_nospace=no
6211fi 9178fi
6212rm -f conftest* 9179rm -f conftest.err conftest.$ac_objext \
9180 conftest$ac_exeext conftest.$ac_ext
6213 if test $ac_R_nospace = yes; then 9181 if test $ac_R_nospace = yes; then
6214 echo "$ac_t""no" 1>&6 9182 echo "$as_me:$LINENO: result: no" >&5
9183echo "${ECHO_T}no" >&6
6215 X_LIBS="$X_LIBS -R$x_libraries" 9184 X_LIBS="$X_LIBS -R$x_libraries"
6216 else 9185 else
6217 LIBS="$ac_xsave_LIBS -R $x_libraries" 9186 LIBS="$ac_xsave_LIBS -R $x_libraries"
6218 cat > conftest.$ac_ext <<EOF 9187 cat >conftest.$ac_ext <<_ACEOF
6219#line 6220 "configure" 9188/* confdefs.h. */
6220#include "confdefs.h" 9189_ACEOF
9190cat confdefs.h >>conftest.$ac_ext
9191cat >>conftest.$ac_ext <<_ACEOF
9192/* end confdefs.h. */
6221 9193
6222int main() { 9194int
9195main ()
9196{
6223 9197
9198 ;
6224; return 0; } 9199 return 0;
6225EOF 9200}
6226if { (eval echo configure:6227: \"$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
6227 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
6228 ac_R_space=yes 9223 ac_R_space=yes
6229else 9224else
6230 echo "configure: failed program was:" >&5 9225 echo "$as_me: failed program was:" >&5
6231 cat conftest.$ac_ext >&5 9226sed 's/^/| /' conftest.$ac_ext >&5
6232 rm -rf conftest* 9227
6233 ac_R_space=no 9228ac_R_space=no
6234fi 9229fi
6235rm -f conftest* 9230rm -f conftest.err conftest.$ac_objext \
9231 conftest$ac_exeext conftest.$ac_ext
6236 if test $ac_R_space = yes; then 9232 if test $ac_R_space = yes; then
6237 echo "$ac_t""yes" 1>&6 9233 echo "$as_me:$LINENO: result: yes" >&5
9234echo "${ECHO_T}yes" >&6
6238 X_LIBS="$X_LIBS -R $x_libraries" 9235 X_LIBS="$X_LIBS -R $x_libraries"
6239 else 9236 else
9237 echo "$as_me:$LINENO: result: neither works" >&5
6240 echo "$ac_t""neither works" 1>&6 9238echo "${ECHO_T}neither works" >&6
6241 fi 9239 fi
6242 fi 9240 fi
6243 LIBS="$ac_xsave_LIBS" 9241 LIBS=$ac_xsave_LIBS
6244 esac 9242 esac
6245 fi 9243 fi
6246 9244
6247 # Check for system-dependent libraries X programs must link with. 9245 # Check for system-dependent libraries X programs must link with.
6248 # Do this before checking for the system-independent R6 libraries 9246 # Do this before checking for the system-independent R6 libraries
6249 # (-lICE), since we may need -lsocket or whatever for X linking. 9247 # (-lICE), since we may need -lsocket or whatever for X linking.
6250 9248
6251 if test "$ISC" = yes; then 9249 if test "$ISC" = yes; then
6252 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet" 9250 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
6253 else 9251 else
6254 # 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
6255 # libraries were built with DECnet support. And karl@cs.umb.edu says 9253 # libraries were built with DECnet support. And Karl Berry says
6256 # 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
6257 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
6258echo "configure:6259: checking for dnet_ntoa in -ldnet" >&5 9306if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
6259ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'`
6260if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6261 echo $ac_n "(cached) $ac_c" 1>&6 9307 echo $ECHO_N "(cached) $ECHO_C" >&6
6262else 9308else
6263 ac_save_LIBS="$LIBS" 9309 ac_check_lib_save_LIBS=$LIBS
6264LIBS="-ldnet $LIBS" 9310LIBS="-ldnet $LIBS"
6265cat > conftest.$ac_ext <<EOF 9311cat >conftest.$ac_ext <<_ACEOF
6266#line 6267 "configure" 9312/* confdefs.h. */
6267#include "confdefs.h" 9313_ACEOF
9314cat confdefs.h >>conftest.$ac_ext
9315cat >>conftest.$ac_ext <<_ACEOF
9316/* end confdefs.h. */
9317
6268/* 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
6269/* 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
6270 builtin and then its argument prototype would still apply. */ 9323 builtin and then its argument prototype would still apply. */
6271char dnet_ntoa(); 9324char dnet_ntoa ();
6272 9325int
6273int main() { 9326main ()
9327{
6274dnet_ntoa() 9328dnet_ntoa ();
9329 ;
6275; return 0; } 9330 return 0;
6276EOF 9331}
6277if { (eval echo configure:6278: \"$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
6278 rm -rf conftest* 9338 rm -f conftest.er1
6279 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
6280else 9355else
6281 echo "configure: failed program was:" >&5 9356 echo "$as_me: failed program was:" >&5
6282 cat conftest.$ac_ext >&5 9357sed 's/^/| /' conftest.$ac_ext >&5
6283 rm -rf conftest* 9358
6284 eval "ac_cv_lib_$ac_lib_var=no" 9359ac_cv_lib_dnet_dnet_ntoa=no
6285fi 9360fi
6286rm -f conftest* 9361rm -f conftest.err conftest.$ac_objext \
9362 conftest$ac_exeext conftest.$ac_ext
6287LIBS="$ac_save_LIBS" 9363LIBS=$ac_check_lib_save_LIBS
6288
6289fi 9364fi
6290if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 9365echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
6291 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
6292 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet" 9368 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
6293else
6294 echo "$ac_t""no" 1>&6
6295fi 9369fi
6296 9370
6297 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
6298 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
6299echo "configure:6300: checking for dnet_ntoa in -ldnet_stub" >&5 9374if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
6300ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'`
6301if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6302 echo $ac_n "(cached) $ac_c" 1>&6 9375 echo $ECHO_N "(cached) $ECHO_C" >&6
6303else 9376else
6304 ac_save_LIBS="$LIBS" 9377 ac_check_lib_save_LIBS=$LIBS
6305LIBS="-ldnet_stub $LIBS" 9378LIBS="-ldnet_stub $LIBS"
6306cat > conftest.$ac_ext <<EOF 9379cat >conftest.$ac_ext <<_ACEOF
6307#line 6308 "configure" 9380/* confdefs.h. */
6308#include "confdefs.h" 9381_ACEOF
9382cat confdefs.h >>conftest.$ac_ext
9383cat >>conftest.$ac_ext <<_ACEOF
9384/* end confdefs.h. */
9385
6309/* 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
6310/* 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
6311 builtin and then its argument prototype would still apply. */ 9391 builtin and then its argument prototype would still apply. */
6312char dnet_ntoa(); 9392char dnet_ntoa ();
6313 9393int
6314int main() { 9394main ()
9395{
6315dnet_ntoa() 9396dnet_ntoa ();
9397 ;
6316; return 0; } 9398 return 0;
6317EOF 9399}
6318if { (eval echo configure:6319: \"$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
6319 rm -rf conftest* 9406 rm -f conftest.er1
6320 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
6321else 9423else
6322 echo "configure: failed program was:" >&5 9424 echo "$as_me: failed program was:" >&5
6323 cat conftest.$ac_ext >&5 9425sed 's/^/| /' conftest.$ac_ext >&5
6324 rm -rf conftest* 9426
6325 eval "ac_cv_lib_$ac_lib_var=no" 9427ac_cv_lib_dnet_stub_dnet_ntoa=no
6326fi 9428fi
6327rm -f conftest* 9429rm -f conftest.err conftest.$ac_objext \
9430 conftest$ac_exeext conftest.$ac_ext
6328LIBS="$ac_save_LIBS" 9431LIBS=$ac_check_lib_save_LIBS
6329
6330fi 9432fi
6331if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 9433echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
6332 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
6333 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub" 9436 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
6334else
6335 echo "$ac_t""no" 1>&6
6336fi 9437fi
6337 9438
6338 fi 9439 fi
9440fi
9441rm -f conftest.err conftest.$ac_objext \
9442 conftest$ac_exeext conftest.$ac_ext
9443 LIBS="$ac_xsave_LIBS"
6339 9444
6340 # 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,
6341 # to get the SysV transport functions. 9446 # to get the SysV transport functions.
6342 # 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)
6343 # needs -lnsl. 9448 # needs -lnsl.
6344 # The nsl library prevents programs from opening the X display 9449 # The nsl library prevents programs from opening the X display
6345 # 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
6346 echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6 9454echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
6347echo "configure:6348: checking for gethostbyname" >&5
6348if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then 9455if test "${ac_cv_func_gethostbyname+set}" = set; then
6349 echo $ac_n "(cached) $ac_c" 1>&6 9456 echo $ECHO_N "(cached) $ECHO_C" >&6
6350else 9457else
6351 cat > conftest.$ac_ext <<EOF 9458 cat >conftest.$ac_ext <<_ACEOF
6352#line 6353 "configure" 9459/* confdefs.h. */
6353#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
6354/* System header to define __stub macros and hopefully few prototypes, 9468/* System header to define __stub macros and hopefully few prototypes,
6355 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
6356#include <assert.h> 9476# include <assert.h>
9477#endif
9478
9479#undef gethostbyname
9480
6357/* 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
6358/* 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
6359 builtin and then its argument prototype would still apply. */ 9487 builtin and then its argument prototype would still apply. */
6360char gethostbyname(); 9488char gethostbyname ();
6361
6362int main() {
6363
6364/* The GNU C library defines this for functions which it implements 9489/* The GNU C library defines this for functions which it implements
6365 to always fail with ENOSYS. Some functions are actually named 9490 to always fail with ENOSYS. Some functions are actually named
6366 something starting with __ and the normal name is an alias. */ 9491 something starting with __ and the normal name is an alias. */
6367#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname) 9492#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
6368choke me 9493choke me
6369#else 9494#else
6370gethostbyname(); 9495char (*f) () = gethostbyname;
6371#endif 9496#endif
9497#ifdef __cplusplus
9498}
9499#endif
6372 9500
9501int
9502main ()
9503{
9504return f != gethostbyname;
9505 ;
6373; return 0; } 9506 return 0;
6374EOF 9507}
6375if { (eval echo configure:6376: \"$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
6376 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
6377 eval "ac_cv_func_gethostbyname=yes" 9530 ac_cv_func_gethostbyname=yes
6378else 9531else
6379 echo "configure: failed program was:" >&5 9532 echo "$as_me: failed program was:" >&5
6380 cat conftest.$ac_ext >&5 9533sed 's/^/| /' conftest.$ac_ext >&5
6381 rm -rf conftest* 9534
6382 eval "ac_cv_func_gethostbyname=no" 9535ac_cv_func_gethostbyname=no
6383fi 9536fi
6384rm -f conftest* 9537rm -f conftest.err conftest.$ac_objext \
9538 conftest$ac_exeext conftest.$ac_ext
6385fi 9539fi
6386 9540echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
6387if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then 9541echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
6388 echo "$ac_t""yes" 1>&6
6389 :
6390else
6391 echo "$ac_t""no" 1>&6
6392fi
6393 9542
6394 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
6395 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6 9545echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
6396echo "configure:6397: checking for gethostbyname in -lnsl" >&5 9546if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
6397ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
6398if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6399 echo $ac_n "(cached) $ac_c" 1>&6 9547 echo $ECHO_N "(cached) $ECHO_C" >&6
6400else 9548else
6401 ac_save_LIBS="$LIBS" 9549 ac_check_lib_save_LIBS=$LIBS
6402LIBS="-lnsl $LIBS" 9550LIBS="-lnsl $LIBS"
6403cat > conftest.$ac_ext <<EOF 9551cat >conftest.$ac_ext <<_ACEOF
6404#line 6405 "configure" 9552/* confdefs.h. */
6405#include "confdefs.h" 9553_ACEOF
9554cat confdefs.h >>conftest.$ac_ext
9555cat >>conftest.$ac_ext <<_ACEOF
9556/* end confdefs.h. */
9557
6406/* 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
6407/* 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
6408 builtin and then its argument prototype would still apply. */ 9563 builtin and then its argument prototype would still apply. */
6409char gethostbyname(); 9564char gethostbyname ();
6410 9565int
6411int main() { 9566main ()
9567{
6412gethostbyname() 9568gethostbyname ();
9569 ;
6413; return 0; } 9570 return 0;
6414EOF 9571}
6415if { (eval echo configure:6416: \"$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
6416 rm -rf conftest* 9578 rm -f conftest.er1
6417 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
6418else 9595else
6419 echo "configure: failed program was:" >&5 9596 echo "$as_me: failed program was:" >&5
6420 cat conftest.$ac_ext >&5 9597sed 's/^/| /' conftest.$ac_ext >&5
6421 rm -rf conftest* 9598
6422 eval "ac_cv_lib_$ac_lib_var=no" 9599ac_cv_lib_nsl_gethostbyname=no
6423fi 9600fi
6424rm -f conftest* 9601rm -f conftest.err conftest.$ac_objext \
9602 conftest$ac_exeext conftest.$ac_ext
6425LIBS="$ac_save_LIBS" 9603LIBS=$ac_check_lib_save_LIBS
6426
6427fi 9604fi
6428if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 9605echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
6429 echo "$ac_t""yes" 1>&6 9606echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
9607if test $ac_cv_lib_nsl_gethostbyname = yes; then
6430 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl" 9608 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
6431else
6432 echo "$ac_t""no" 1>&6
6433fi 9609fi
6434 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
6435 fi 9680 fi
6436 9681
6437 # lieder@skyler.mavd.honeywell.com says without -lsocket, 9682 # lieder@skyler.mavd.honeywell.com says without -lsocket,
6438 # socket/setsockopt and other routines are undefined under SCO ODT 9683 # socket/setsockopt and other routines are undefined under SCO ODT
6439 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary 9684 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
6440 # on later versions), says simon@lia.di.epfl.ch: it contains 9685 # on later versions), says Simon Leinen: it contains gethostby*
6441 # gethostby* variants that don't use the nameserver (or something). 9686 # variants that don't use the name server (or something). -lsocket
6442 # -lsocket must be given before -lnsl if both are needed. 9687 # must be given before -lnsl if both are needed. We assume that
6443 # 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
6444 echo $ac_n "checking for connect""... $ac_c" 1>&6 9690echo $ECHO_N "checking for connect... $ECHO_C" >&6
6445echo "configure:6446: checking for connect" >&5
6446if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then 9691if test "${ac_cv_func_connect+set}" = set; then
6447 echo $ac_n "(cached) $ac_c" 1>&6 9692 echo $ECHO_N "(cached) $ECHO_C" >&6
6448else 9693else
6449 cat > conftest.$ac_ext <<EOF 9694 cat >conftest.$ac_ext <<_ACEOF
6450#line 6451 "configure" 9695/* confdefs.h. */
6451#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
6452/* System header to define __stub macros and hopefully few prototypes, 9704/* System header to define __stub macros and hopefully few prototypes,
6453 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
6454#include <assert.h> 9712# include <assert.h>
9713#endif
9714
9715#undef connect
9716
6455/* 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
6456/* 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
6457 builtin and then its argument prototype would still apply. */ 9723 builtin and then its argument prototype would still apply. */
6458char connect(); 9724char connect ();
6459
6460int main() {
6461
6462/* The GNU C library defines this for functions which it implements 9725/* The GNU C library defines this for functions which it implements
6463 to always fail with ENOSYS. Some functions are actually named 9726 to always fail with ENOSYS. Some functions are actually named
6464 something starting with __ and the normal name is an alias. */ 9727 something starting with __ and the normal name is an alias. */
6465#if defined (__stub_connect) || defined (__stub___connect) 9728#if defined (__stub_connect) || defined (__stub___connect)
6466choke me 9729choke me
6467#else 9730#else
6468connect(); 9731char (*f) () = connect;
6469#endif 9732#endif
9733#ifdef __cplusplus
9734}
9735#endif
6470 9736
9737int
9738main ()
9739{
9740return f != connect;
9741 ;
6471; return 0; } 9742 return 0;
6472EOF 9743}
6473if { (eval echo configure:6474: \"$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
6474 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
6475 eval "ac_cv_func_connect=yes" 9766 ac_cv_func_connect=yes
6476else 9767else
6477 echo "configure: failed program was:" >&5 9768 echo "$as_me: failed program was:" >&5
6478 cat conftest.$ac_ext >&5 9769sed 's/^/| /' conftest.$ac_ext >&5
6479 rm -rf conftest* 9770
6480 eval "ac_cv_func_connect=no" 9771ac_cv_func_connect=no
6481fi 9772fi
6482rm -f conftest* 9773rm -f conftest.err conftest.$ac_objext \
9774 conftest$ac_exeext conftest.$ac_ext
6483fi 9775fi
6484 9776echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
6485if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then 9777echo "${ECHO_T}$ac_cv_func_connect" >&6
6486 echo "$ac_t""yes" 1>&6
6487 :
6488else
6489 echo "$ac_t""no" 1>&6
6490fi
6491 9778
6492 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
6493 echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6 9781echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
6494echo "configure:6495: checking for connect in -lsocket" >&5 9782if test "${ac_cv_lib_socket_connect+set}" = set; then
6495ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'`
6496if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6497 echo $ac_n "(cached) $ac_c" 1>&6 9783 echo $ECHO_N "(cached) $ECHO_C" >&6
6498else 9784else
6499 ac_save_LIBS="$LIBS" 9785 ac_check_lib_save_LIBS=$LIBS
6500LIBS="-lsocket $X_EXTRA_LIBS $LIBS" 9786LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
6501cat > conftest.$ac_ext <<EOF 9787cat >conftest.$ac_ext <<_ACEOF
6502#line 6503 "configure" 9788/* confdefs.h. */
6503#include "confdefs.h" 9789_ACEOF
9790cat confdefs.h >>conftest.$ac_ext
9791cat >>conftest.$ac_ext <<_ACEOF
9792/* end confdefs.h. */
9793
6504/* 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
6505/* 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
6506 builtin and then its argument prototype would still apply. */ 9799 builtin and then its argument prototype would still apply. */
6507char connect(); 9800char connect ();
6508 9801int
6509int main() { 9802main ()
9803{
6510connect() 9804connect ();
9805 ;
6511; return 0; } 9806 return 0;
6512EOF 9807}
6513if { (eval echo configure:6514: \"$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
6514 rm -rf conftest* 9814 rm -f conftest.er1
6515 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
6516else 9831else
6517 echo "configure: failed program was:" >&5 9832 echo "$as_me: failed program was:" >&5
6518 cat conftest.$ac_ext >&5 9833sed 's/^/| /' conftest.$ac_ext >&5
6519 rm -rf conftest* 9834
6520 eval "ac_cv_lib_$ac_lib_var=no" 9835ac_cv_lib_socket_connect=no
6521fi 9836fi
6522rm -f conftest* 9837rm -f conftest.err conftest.$ac_objext \
9838 conftest$ac_exeext conftest.$ac_ext
6523LIBS="$ac_save_LIBS" 9839LIBS=$ac_check_lib_save_LIBS
6524
6525fi 9840fi
6526if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 9841echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
6527 echo "$ac_t""yes" 1>&6 9842echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
9843if test $ac_cv_lib_socket_connect = yes; then
6528 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS" 9844 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
6529else
6530 echo "$ac_t""no" 1>&6
6531fi 9845fi
6532 9846
6533 fi 9847 fi
6534 9848
6535 # 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
6536 echo $ac_n "checking for remove""... $ac_c" 1>&6 9851echo $ECHO_N "checking for remove... $ECHO_C" >&6
6537echo "configure:6538: checking for remove" >&5
6538if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then 9852if test "${ac_cv_func_remove+set}" = set; then
6539 echo $ac_n "(cached) $ac_c" 1>&6 9853 echo $ECHO_N "(cached) $ECHO_C" >&6
6540else 9854else
6541 cat > conftest.$ac_ext <<EOF 9855 cat >conftest.$ac_ext <<_ACEOF
6542#line 6543 "configure" 9856/* confdefs.h. */
6543#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
6544/* System header to define __stub macros and hopefully few prototypes, 9865/* System header to define __stub macros and hopefully few prototypes,
6545 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
6546#include <assert.h> 9873# include <assert.h>
9874#endif
9875
9876#undef remove
9877
6547/* 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
6548/* 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
6549 builtin and then its argument prototype would still apply. */ 9884 builtin and then its argument prototype would still apply. */
6550char remove(); 9885char remove ();
6551
6552int main() {
6553
6554/* The GNU C library defines this for functions which it implements 9886/* The GNU C library defines this for functions which it implements
6555 to always fail with ENOSYS. Some functions are actually named 9887 to always fail with ENOSYS. Some functions are actually named
6556 something starting with __ and the normal name is an alias. */ 9888 something starting with __ and the normal name is an alias. */
6557#if defined (__stub_remove) || defined (__stub___remove) 9889#if defined (__stub_remove) || defined (__stub___remove)
6558choke me 9890choke me
6559#else 9891#else
6560remove(); 9892char (*f) () = remove;
6561#endif 9893#endif
9894#ifdef __cplusplus
9895}
9896#endif
6562 9897
9898int
9899main ()
9900{
9901return f != remove;
9902 ;
6563; return 0; } 9903 return 0;
6564EOF 9904}
6565if { (eval echo configure:6566: \"$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
6566 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
6567 eval "ac_cv_func_remove=yes" 9927 ac_cv_func_remove=yes
6568else 9928else
6569 echo "configure: failed program was:" >&5 9929 echo "$as_me: failed program was:" >&5
6570 cat conftest.$ac_ext >&5 9930sed 's/^/| /' conftest.$ac_ext >&5
6571 rm -rf conftest* 9931
6572 eval "ac_cv_func_remove=no" 9932ac_cv_func_remove=no
6573fi 9933fi
6574rm -f conftest* 9934rm -f conftest.err conftest.$ac_objext \
9935 conftest$ac_exeext conftest.$ac_ext
6575fi 9936fi
6576 9937echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
6577if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then 9938echo "${ECHO_T}$ac_cv_func_remove" >&6
6578 echo "$ac_t""yes" 1>&6
6579 :
6580else
6581 echo "$ac_t""no" 1>&6
6582fi
6583 9939
6584 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
6585 echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6 9942echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
6586echo "configure:6587: checking for remove in -lposix" >&5 9943if test "${ac_cv_lib_posix_remove+set}" = set; then
6587ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'`
6588if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6589 echo $ac_n "(cached) $ac_c" 1>&6 9944 echo $ECHO_N "(cached) $ECHO_C" >&6
6590else 9945else
6591 ac_save_LIBS="$LIBS" 9946 ac_check_lib_save_LIBS=$LIBS
6592LIBS="-lposix $LIBS" 9947LIBS="-lposix $LIBS"
6593cat > conftest.$ac_ext <<EOF 9948cat >conftest.$ac_ext <<_ACEOF
6594#line 6595 "configure" 9949/* confdefs.h. */
6595#include "confdefs.h" 9950_ACEOF
9951cat confdefs.h >>conftest.$ac_ext
9952cat >>conftest.$ac_ext <<_ACEOF
9953/* end confdefs.h. */
9954
6596/* 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
6597/* 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
6598 builtin and then its argument prototype would still apply. */ 9960 builtin and then its argument prototype would still apply. */
6599char remove(); 9961char remove ();
6600 9962int
6601int main() { 9963main ()
9964{
6602remove() 9965remove ();
9966 ;
6603; return 0; } 9967 return 0;
6604EOF 9968}
6605if { (eval echo configure:6606: \"$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
6606 rm -rf conftest* 9975 rm -f conftest.er1
6607 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
6608else 9992else
6609 echo "configure: failed program was:" >&5 9993 echo "$as_me: failed program was:" >&5
6610 cat conftest.$ac_ext >&5 9994sed 's/^/| /' conftest.$ac_ext >&5
6611 rm -rf conftest* 9995
6612 eval "ac_cv_lib_$ac_lib_var=no" 9996ac_cv_lib_posix_remove=no
6613fi 9997fi
6614rm -f conftest* 9998rm -f conftest.err conftest.$ac_objext \
9999 conftest$ac_exeext conftest.$ac_ext
6615LIBS="$ac_save_LIBS" 10000LIBS=$ac_check_lib_save_LIBS
6616
6617fi 10001fi
6618if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 10002echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
6619 echo "$ac_t""yes" 1>&6 10003echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
10004if test $ac_cv_lib_posix_remove = yes; then
6620 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix" 10005 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
6621else
6622 echo "$ac_t""no" 1>&6
6623fi 10006fi
6624 10007
6625 fi 10008 fi
6626 10009
6627 # 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
6628 echo $ac_n "checking for shmat""... $ac_c" 1>&6 10012echo $ECHO_N "checking for shmat... $ECHO_C" >&6
6629echo "configure:6630: checking for shmat" >&5
6630if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then 10013if test "${ac_cv_func_shmat+set}" = set; then
6631 echo $ac_n "(cached) $ac_c" 1>&6 10014 echo $ECHO_N "(cached) $ECHO_C" >&6
6632else 10015else
6633 cat > conftest.$ac_ext <<EOF 10016 cat >conftest.$ac_ext <<_ACEOF
6634#line 6635 "configure" 10017/* confdefs.h. */
6635#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
6636/* System header to define __stub macros and hopefully few prototypes, 10026/* System header to define __stub macros and hopefully few prototypes,
6637 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
6638#include <assert.h> 10034# include <assert.h>
10035#endif
10036
10037#undef shmat
10038
6639/* 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
6640/* 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
6641 builtin and then its argument prototype would still apply. */ 10045 builtin and then its argument prototype would still apply. */
6642char shmat(); 10046char shmat ();
6643
6644int main() {
6645
6646/* The GNU C library defines this for functions which it implements 10047/* The GNU C library defines this for functions which it implements
6647 to always fail with ENOSYS. Some functions are actually named 10048 to always fail with ENOSYS. Some functions are actually named
6648 something starting with __ and the normal name is an alias. */ 10049 something starting with __ and the normal name is an alias. */
6649#if defined (__stub_shmat) || defined (__stub___shmat) 10050#if defined (__stub_shmat) || defined (__stub___shmat)
6650choke me 10051choke me
6651#else 10052#else
6652shmat(); 10053char (*f) () = shmat;
6653#endif 10054#endif
10055#ifdef __cplusplus
10056}
10057#endif
6654 10058
10059int
10060main ()
10061{
10062return f != shmat;
10063 ;
6655; return 0; } 10064 return 0;
6656EOF 10065}
6657if { (eval echo configure:6658: \"$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
6658 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
6659 eval "ac_cv_func_shmat=yes" 10088 ac_cv_func_shmat=yes
6660else 10089else
6661 echo "configure: failed program was:" >&5 10090 echo "$as_me: failed program was:" >&5
6662 cat conftest.$ac_ext >&5 10091sed 's/^/| /' conftest.$ac_ext >&5
6663 rm -rf conftest* 10092
6664 eval "ac_cv_func_shmat=no" 10093ac_cv_func_shmat=no
6665fi 10094fi
6666rm -f conftest* 10095rm -f conftest.err conftest.$ac_objext \
10096 conftest$ac_exeext conftest.$ac_ext
6667fi 10097fi
6668 10098echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
6669if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then 10099echo "${ECHO_T}$ac_cv_func_shmat" >&6
6670 echo "$ac_t""yes" 1>&6
6671 :
6672else
6673 echo "$ac_t""no" 1>&6
6674fi
6675 10100
6676 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
6677 echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6 10103echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
6678echo "configure:6679: checking for shmat in -lipc" >&5 10104if test "${ac_cv_lib_ipc_shmat+set}" = set; then
6679ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'`
6680if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6681 echo $ac_n "(cached) $ac_c" 1>&6 10105 echo $ECHO_N "(cached) $ECHO_C" >&6
6682else 10106else
6683 ac_save_LIBS="$LIBS" 10107 ac_check_lib_save_LIBS=$LIBS
6684LIBS="-lipc $LIBS" 10108LIBS="-lipc $LIBS"
6685cat > conftest.$ac_ext <<EOF 10109cat >conftest.$ac_ext <<_ACEOF
6686#line 6687 "configure" 10110/* confdefs.h. */
6687#include "confdefs.h" 10111_ACEOF
10112cat confdefs.h >>conftest.$ac_ext
10113cat >>conftest.$ac_ext <<_ACEOF
10114/* end confdefs.h. */
10115
6688/* 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
6689/* 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
6690 builtin and then its argument prototype would still apply. */ 10121 builtin and then its argument prototype would still apply. */
6691char shmat(); 10122char shmat ();
6692 10123int
6693int main() { 10124main ()
10125{
6694shmat() 10126shmat ();
10127 ;
6695; return 0; } 10128 return 0;
6696EOF 10129}
6697if { (eval echo configure:6698: \"$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
6698 rm -rf conftest* 10136 rm -f conftest.er1
6699 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
6700else 10153else
6701 echo "configure: failed program was:" >&5 10154 echo "$as_me: failed program was:" >&5
6702 cat conftest.$ac_ext >&5 10155sed 's/^/| /' conftest.$ac_ext >&5
6703 rm -rf conftest* 10156
6704 eval "ac_cv_lib_$ac_lib_var=no" 10157ac_cv_lib_ipc_shmat=no
6705fi 10158fi
6706rm -f conftest* 10159rm -f conftest.err conftest.$ac_objext \
10160 conftest$ac_exeext conftest.$ac_ext
6707LIBS="$ac_save_LIBS" 10161LIBS=$ac_check_lib_save_LIBS
6708
6709fi 10162fi
6710if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 10163echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
6711 echo "$ac_t""yes" 1>&6 10164echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
10165if test $ac_cv_lib_ipc_shmat = yes; then
6712 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc" 10166 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
6713else
6714 echo "$ac_t""no" 1>&6
6715fi 10167fi
6716 10168
6717 fi 10169 fi
6718 fi 10170 fi
6719 10171
6720 # Check for libraries that X11R6 Xt/Xaw programs need. 10172 # Check for libraries that X11R6 Xt/Xaw programs need.
6721 ac_save_LDFLAGS="$LDFLAGS" 10173 ac_save_LDFLAGS=$LDFLAGS
6722 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries" 10174 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
6723 # 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
6724 # 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
6725 # 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.
6726 # These have to be linked with before -lX11, unlike the other 10178 # These have to be linked with before -lX11, unlike the other
6727 # libraries we check for below, so use a different variable. 10179 # libraries we check for below, so use a different variable.
6728 # --interran@uluru.Stanford.EDU, kb@cs.umb.edu. 10180 # John Interrante, Karl Berry
10181 echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
6729 echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6 10182echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
6730echo "configure:6731: checking for IceConnectionNumber in -lICE" >&5 10183if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
6731ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'`
6732if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6733 echo $ac_n "(cached) $ac_c" 1>&6 10184 echo $ECHO_N "(cached) $ECHO_C" >&6
6734else 10185else
6735 ac_save_LIBS="$LIBS" 10186 ac_check_lib_save_LIBS=$LIBS
6736LIBS="-lICE $X_EXTRA_LIBS $LIBS" 10187LIBS="-lICE $X_EXTRA_LIBS $LIBS"
6737cat > conftest.$ac_ext <<EOF 10188cat >conftest.$ac_ext <<_ACEOF
6738#line 6739 "configure" 10189/* confdefs.h. */
6739#include "confdefs.h" 10190_ACEOF
10191cat confdefs.h >>conftest.$ac_ext
10192cat >>conftest.$ac_ext <<_ACEOF
10193/* end confdefs.h. */
10194
6740/* 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
6741/* 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
6742 builtin and then its argument prototype would still apply. */ 10200 builtin and then its argument prototype would still apply. */
6743char IceConnectionNumber(); 10201char IceConnectionNumber ();
6744 10202int
6745int main() { 10203main ()
10204{
6746IceConnectionNumber() 10205IceConnectionNumber ();
10206 ;
6747; return 0; } 10207 return 0;
6748EOF 10208}
6749if { (eval echo configure:6750: \"$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
6750 rm -rf conftest* 10215 rm -f conftest.er1
6751 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
6752else 10232else
6753 echo "configure: failed program was:" >&5 10233 echo "$as_me: failed program was:" >&5
6754 cat conftest.$ac_ext >&5 10234sed 's/^/| /' conftest.$ac_ext >&5
6755 rm -rf conftest* 10235
6756 eval "ac_cv_lib_$ac_lib_var=no" 10236ac_cv_lib_ICE_IceConnectionNumber=no
6757fi 10237fi
6758rm -f conftest* 10238rm -f conftest.err conftest.$ac_objext \
10239 conftest$ac_exeext conftest.$ac_ext
6759LIBS="$ac_save_LIBS" 10240LIBS=$ac_check_lib_save_LIBS
6760
6761fi 10241fi
6762if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 10242echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
6763 echo "$ac_t""yes" 1>&6 10243echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
10244if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
6764 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE" 10245 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
6765else
6766 echo "$ac_t""no" 1>&6
6767fi 10246fi
6768 10247
6769 LDFLAGS="$ac_save_LDFLAGS" 10248 LDFLAGS=$ac_save_LDFLAGS
6770 10249
6771fi 10250fi
6772 10251
6773 10252
6774 10253
6775if test x$support_xpm = xyes; then 10254if test x$support_xpm = xyes; then
6776 10255
6777 10256
6778 10257
6779# Initialize some more variables set by options. 10258# Initialize some more variables set by options.
6780# The variables have the same names as the options, with 10259# The variables have the same names as the options, with
6781# dashes changed to underlines. 10260# dashes changed to underlines.
6782 10261
6783# 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
6784# paths, otherwise set no_xpm=yes. 10263# paths, otherwise set no_xpm=yes.
6785# 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
6786echo $ac_n "checking for libXpm""... $ac_c" 1>&6 10266echo $ECHO_N "checking for libXpm... $ECHO_C" >&6
6787echo "configure:6788: checking for libXpm" >&5 10267
6788 10268
6789# Check whether --with-xpm_includes or --without-xpm_includes was given. 10269# Check whether --with-xpm_includes or --without-xpm_includes was given.
6790if test "${with_xpm_includes+set}" = set; then 10270if test "${with_xpm_includes+set}" = set; then
6791 withval="$with_xpm_includes" 10271 withval="$with_xpm_includes"
6792 xpm_includes="$withval" 10272 xpm_includes="$withval"
6793else 10273else
6794 xpm_includes=NO 10274 xpm_includes=NO
6795fi 10275fi;
6796 10276
6797# Check whether --with-xpm_library or --without-xpm_library was given. 10277# Check whether --with-xpm_library or --without-xpm_library was given.
6798if test "${with_xpm_library+set}" = set; then 10278if test "${with_xpm_library+set}" = set; then
6799 withval="$with_xpm_library" 10279 withval="$with_xpm_library"
6800 xpm_libraries="$withval" 10280 xpm_libraries="$withval"
6801else 10281else
6802 xpm_libraries=NO 10282 xpm_libraries=NO
6803fi 10283fi;
6804
6805 10284
6806# --without-xpm overrides everything else, but does not touch the cache. 10285# --without-xpm overrides everything else, but does not touch the cache.
10286
6807# Check whether --with-xpm or --without-xpm was given. 10287# Check whether --with-xpm or --without-xpm was given.
6808if test "${with_xpm+set}" = set; then 10288if test "${with_xpm+set}" = set; then
6809 withval="$with_xpm" 10289 withval="$with_xpm"
6810 : 10290
6811fi 10291fi;
6812
6813if test "$with_xpm" = no; then 10292if test "$with_xpm" = no; then
6814 have_xpm=disabled 10293 have_xpm=disabled
6815else 10294else
6816 if eval "test \"`echo '$''{'ac_cv_have_xpm'+set}'`\" = set"; then 10295 if test "${ac_cv_have_xpm+set}" = set; then
6817 echo $ac_n "(cached) $ac_c" 1>&6 10296 echo $ECHO_N "(cached) $ECHO_C" >&6
6818else 10297else
6819 10298
6820 vt_xpm_include_X11=no 10299 vt_xpm_include_X11=no
6821 if test -n "$xpm_includes"; then 10300 if test -n "$xpm_includes"; then
6822 vt_xpm_includes=$xpm_includes 10301 vt_xpm_includes=$xpm_includes
6823 else 10302 else
6824 vt_xpm_includes=NO 10303 vt_xpm_includes=NO
6834 10313
6835ac_save_CPPFLAGS="$CPPFLAGS" 10314ac_save_CPPFLAGS="$CPPFLAGS"
6836CPPFLAGS="$CPPFLAGS $X_CFLAGS" 10315CPPFLAGS="$CPPFLAGS $X_CFLAGS"
6837 10316
6838 # First, try using that file with no special directory specified. 10317 # First, try using that file with no special directory specified.
6839cat > conftest.$ac_ext <<EOF 10318cat >conftest.$ac_ext <<_ACEOF
6840#line 6841 "configure" 10319/* confdefs.h. */
6841#include "confdefs.h" 10320_ACEOF
10321cat confdefs.h >>conftest.$ac_ext
10322cat >>conftest.$ac_ext <<_ACEOF
10323/* end confdefs.h. */
6842#include <X11/xpm.h> 10324#include <X11/xpm.h>
6843EOF 10325_ACEOF
6844ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 10326if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6845{ (eval echo configure:6846: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 10327 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6846ac_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
6847if test -z "$ac_err"; then 10343if test -z "$ac_cpp_err"; then
6848 rm -rf conftest*
6849 # We can compile using X headers with no special include directory. 10344 # We can compile using X headers with no special include directory.
6850vt_xpm_includes= 10345vt_xpm_includes=
6851vt_xpm_include_X11=yes 10346vt_xpm_include_X11=yes
6852else 10347else
6853 echo "$ac_err" >&5
6854 echo "configure: failed program was:" >&5 10348 echo "$as_me: failed program was:" >&5
6855 cat conftest.$ac_ext >&5 10349sed 's/^/| /' conftest.$ac_ext >&5
6856 rm -rf conftest* 10350
6857 CPPFLAGS="$ac_save_CPPFLAGS" 10351 CPPFLAGS="$ac_save_CPPFLAGS"
6858# 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.
6859 for ac_dir in \ 10353 for ac_dir in \
6860 /usr/X11/include \ 10354 /usr/X11/include \
6861 /usr/X11R6/include \ 10355 /usr/X11R6/include \
6902 break 10396 break
6903 fi 10397 fi
6904 fi 10398 fi
6905 done 10399 done
6906fi 10400fi
6907rm -f conftest* 10401rm -f conftest.err conftest.$ac_ext
6908fi 10402fi
6909 10403
6910if test "$vt_xpm_libraries" = NO; then 10404if test "$vt_xpm_libraries" = NO; then
6911 # Check for the libraries. 10405 # Check for the libraries.
6912 10406
6913 # See if we find them without any special options. 10407 # See if we find them without any special options.
6914 # Don't add to $LIBS permanently. 10408 # Don't add to $LIBS permanently.
6915 ac_save_LIBS="$LIBS" 10409 ac_save_LIBS="$LIBS"
6916 LIBS="$LIBS $X_LIBS -lXpm -lX11" 10410 LIBS="$LIBS $X_LIBS -lXpm -lX11"
6917cat > conftest.$ac_ext <<EOF 10411cat >conftest.$ac_ext <<_ACEOF
6918#line 6919 "configure" 10412/* confdefs.h. */
6919#include "confdefs.h" 10413_ACEOF
10414cat confdefs.h >>conftest.$ac_ext
10415cat >>conftest.$ac_ext <<_ACEOF
10416/* end confdefs.h. */
6920 10417
6921int main() { 10418int
10419main ()
10420{
6922XpmReadFileToPixmap() 10421XpmReadFileToPixmap()
10422 ;
6923; return 0; } 10423 return 0;
6924EOF 10424}
6925if { (eval echo configure:6926: \"$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
6926 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
6927 LIBS="$ac_save_LIBS" 10447 LIBS="$ac_save_LIBS"
6928# We can link libXpm with no special library path. 10448# We can link libXpm with no special library path.
6929vt_xpm_libraries= 10449vt_xpm_libraries=
6930else 10450else
6931 echo "configure: failed program was:" >&5 10451 echo "$as_me: failed program was:" >&5
6932 cat conftest.$ac_ext >&5 10452sed 's/^/| /' conftest.$ac_ext >&5
6933 rm -rf conftest* 10453
6934 LIBS="$ac_save_LIBS" 10454LIBS="$ac_save_LIBS"
6935# First see if replacing the include by lib works. 10455# First see if replacing the include by lib works.
6936for ac_dir in \ 10456for ac_dir in \
6937 `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,'` \
6938 /usr/X11/lib \ 10458 /usr/X11/lib \
6939 /usr/X11R6/lib \ 10459 /usr/X11R6/lib \
6976 break 2 10496 break 2
6977 fi 10497 fi
6978 done 10498 done
6979done 10499done
6980fi 10500fi
6981rm -f conftest* 10501rm -f conftest.err conftest.$ac_objext \
10502 conftest$ac_exeext conftest.$ac_ext
6982fi 10503fi
6983 10504
6984 10505
6985 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
6986 ac_cv_have_xpm="have_xpm=no" 10507 ac_cv_have_xpm="have_xpm=no"
6992fi 10513fi
6993 eval "$ac_cv_have_xpm" 10514 eval "$ac_cv_have_xpm"
6994fi 10515fi
6995 10516
6996if test "$have_xpm" != yes; then 10517if test "$have_xpm" != yes; then
6997 echo "$ac_t""$have_xpm" 1>&6 10518 echo "$as_me:$LINENO: result: $have_xpm" >&5
10519echo "${ECHO_T}$have_xpm" >&6
6998 no_xpm=yes 10520 no_xpm=yes
6999else 10521else
7000 if test "$xpm_includes" != NO; then 10522 if test "$xpm_includes" != NO; then
7001 if test "$xpm_includes" = "$vt_xpm_includes"; then 10523 if test "$xpm_includes" = "$vt_xpm_includes"; then
7002 if test -r "$xpm_includes/X11/xpm.h"; then 10524 if test -r "$xpm_includes/X11/xpm.h"; then
7003 vt_xpm_include_X11=yes 10525 vt_xpm_include_X11=yes
7004 fi 10526 fi
7005 else 10527 else
7006 vt_xpm_include_X11=no 10528 vt_xpm_include_X11=no
7007 if test -z "$xpm_includes"; then 10529 if test -z "$xpm_includes"; then
7008 cat > conftest.$ac_ext <<EOF 10530 cat >conftest.$ac_ext <<_ACEOF
7009#line 7010 "configure" 10531/* confdefs.h. */
7010#include "confdefs.h" 10532_ACEOF
10533cat confdefs.h >>conftest.$ac_ext
10534cat >>conftest.$ac_ext <<_ACEOF
10535/* end confdefs.h. */
7011#include <X11/xpm.h> 10536#include <X11/xpm.h>
7012EOF 10537_ACEOF
7013ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 10538if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7014{ (eval echo configure:7015: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 10539 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7015ac_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
7016if test -z "$ac_err"; then 10555if test -z "$ac_cpp_err"; then
7017 rm -rf conftest*
7018 vt_xpm_include_X11=yes 10556 vt_xpm_include_X11=yes
7019else 10557else
7020 echo "$ac_err" >&5
7021 echo "configure: failed program was:" >&5 10558 echo "$as_me: failed program was:" >&5
7022 cat conftest.$ac_ext >&5 10559sed 's/^/| /' conftest.$ac_ext >&5
10560
10561
7023fi 10562fi
7024rm -f conftest* 10563rm -f conftest.err conftest.$ac_ext
7025 else 10564 else
7026 if test -r "$xpm_includes/X11/xpm.h"; then 10565 if test -r "$xpm_includes/X11/xpm.h"; then
7027 vt_xpm_include_X11=yes 10566 vt_xpm_include_X11=yes
7028 fi 10567 fi
7029 fi 10568 fi
7036 # Update the cache value to reflect the command line values. 10575 # Update the cache value to reflect the command line values.
7037 ac_cv_have_xpm="have_xpm=yes \ 10576 ac_cv_have_xpm="have_xpm=yes \
7038 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 \
7039 vt_xpm_include_X11=$vt_xpm_include_X11" 10578 vt_xpm_include_X11=$vt_xpm_include_X11"
7040 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
7041 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
7042 if test -n "$vt_xpm_includes"; then 10582 if test -n "$vt_xpm_includes"; then
7043 XPM_CPPFLAGS="-DHAVE_LIBXPM" 10583 XPM_CPPFLAGS="-DHAVE_LIBXPM"
7044 fi 10584 fi
7045 if test -n "$vt_xpm_includes"; then 10585 if test -n "$vt_xpm_includes"; then
7046 XPM_CFLAGS="-I$vt_xpm_includes" 10586 XPM_CFLAGS="-I$vt_xpm_includes"
7048 XPM_LIBS="-lXpm" 10588 XPM_LIBS="-lXpm"
7049 if test -n "$vt_xpm_libraries"; then 10589 if test -n "$vt_xpm_libraries"; then
7050 XPM_LIBS="-L$vt_xpm_libraries $XPM_LIBS" 10590 XPM_LIBS="-L$vt_xpm_libraries $XPM_LIBS"
7051 fi 10591 fi
7052 if test "x$vt_xpm_include_X11" = xyes; then 10592 if test "x$vt_xpm_include_X11" = xyes; then
10593
7053 cat >> confdefs.h <<\EOF 10594cat >>confdefs.h <<\_ACEOF
7054#define XPM_INC_X11 1 10595#define XPM_INC_X11 1
7055EOF 10596_ACEOF
7056 10597
7057 fi 10598 fi
7058fi 10599fi
7059 10600
7060 10601
7064 if test x$no_xpm = xyes; then 10605 if test x$no_xpm = xyes; then
7065 support_xpm=needsmanualspecification 10606 support_xpm=needsmanualspecification
7066 fi 10607 fi
7067fi 10608fi
7068 10609
10610echo "$as_me:$LINENO: checking for sys/wait.h that is POSIX.1 compatible" >&5
7069echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6 10611echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6
7070echo "configure:7071: checking for sys/wait.h that is POSIX.1 compatible" >&5
7071if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then 10612if test "${ac_cv_header_sys_wait_h+set}" = set; then
7072 echo $ac_n "(cached) $ac_c" 1>&6 10613 echo $ECHO_N "(cached) $ECHO_C" >&6
7073else 10614else
7074 cat > conftest.$ac_ext <<EOF 10615 cat >conftest.$ac_ext <<_ACEOF
7075#line 7076 "configure" 10616/* confdefs.h. */
7076#include "confdefs.h" 10617_ACEOF
10618cat confdefs.h >>conftest.$ac_ext
10619cat >>conftest.$ac_ext <<_ACEOF
10620/* end confdefs.h. */
7077#include <sys/types.h> 10621#include <sys/types.h>
7078#include <sys/wait.h> 10622#include <sys/wait.h>
7079#ifndef WEXITSTATUS 10623#ifndef WEXITSTATUS
7080#define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8) 10624# define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)
7081#endif 10625#endif
7082#ifndef WIFEXITED 10626#ifndef WIFEXITED
7083#define WIFEXITED(stat_val) (((stat_val) & 255) == 0) 10627# define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
7084#endif 10628#endif
7085int main() { 10629
10630int
10631main ()
10632{
7086int s; 10633 int s;
7087wait (&s); 10634 wait (&s);
7088s = WIFEXITED (s) ? WEXITSTATUS (s) : 1; 10635 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
10636 ;
7089; return 0; } 10637 return 0;
7090EOF 10638}
7091if { (eval echo configure:7092: \"$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
7092 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
7093 ac_cv_header_sys_wait_h=yes 10661 ac_cv_header_sys_wait_h=yes
7094else 10662else
7095 echo "configure: failed program was:" >&5 10663 echo "$as_me: failed program was:" >&5
7096 cat conftest.$ac_ext >&5 10664sed 's/^/| /' conftest.$ac_ext >&5
7097 rm -rf conftest* 10665
7098 ac_cv_header_sys_wait_h=no 10666ac_cv_header_sys_wait_h=no
7099fi 10667fi
7100rm -f conftest* 10668rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7101fi 10669fi
7102 10670echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5
7103echo "$ac_t""$ac_cv_header_sys_wait_h" 1>&6 10671echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6
7104if test $ac_cv_header_sys_wait_h = yes; then 10672if test $ac_cv_header_sys_wait_h = yes; then
10673
7105 cat >> confdefs.h <<\EOF 10674cat >>confdefs.h <<\_ACEOF
7106#define HAVE_SYS_WAIT_H 1 10675#define HAVE_SYS_WAIT_H 1
7107EOF 10676_ACEOF
7108 10677
7109fi 10678fi
7110 10679
10680
10681
10682
10683
10684
10685
10686
10687
10688
10689
10690
10691
10692
10693
10694
10695
10696
10697
10698
7111for ac_hdr in \ 10699for ac_header in \
7112 assert.h \ 10700 assert.h \
7113 fcntl.h \ 10701 fcntl.h \
7114 grp.h \ 10702 grp.h \
7115 libc.h \ 10703 libc.h \
7116 lastlog.h \ 10704 lastlog.h \
7128 utmp.h \ 10716 utmp.h \
7129 utmpx.h \ 10717 utmpx.h \
7130 stdint.h \ 10718 stdint.h \
7131 10719
7132do 10720do
7133ac_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
7134echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 10724echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7135echo "configure:7136: checking for $ac_hdr" >&5 10725if eval "test \"\${$as_ac_Header+set}\" = set"; then
7136if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
7137 echo $ac_n "(cached) $ac_c" 1>&6 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
7138else 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
7139 cat > conftest.$ac_ext <<EOF 10734cat >conftest.$ac_ext <<_ACEOF
7140#line 7141 "configure" 10735/* confdefs.h. */
7141#include "confdefs.h" 10736_ACEOF
10737cat confdefs.h >>conftest.$ac_ext
10738cat >>conftest.$ac_ext <<_ACEOF
10739/* end confdefs.h. */
10740$ac_includes_default
7142#include <$ac_hdr> 10741#include <$ac_header>
7143EOF 10742_ACEOF
7144ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 10743rm -f conftest.$ac_objext
7145{ (eval echo configure:7146: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 10744if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7146ac_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
7147if test -z "$ac_err"; then 10803if test -z "$ac_cpp_err"; then
7148 rm -rf conftest* 10804 ac_header_preproc=yes
7149 eval "ac_cv_header_$ac_safe=yes"
7150else 10805else
7151 echo "$ac_err" >&5
7152 echo "configure: failed program was:" >&5 10806 echo "$as_me: failed program was:" >&5
7153 cat conftest.$ac_ext >&5 10807sed 's/^/| /' conftest.$ac_ext >&5
7154 rm -rf conftest* 10808
7155 eval "ac_cv_header_$ac_safe=no" 10809 ac_header_preproc=no
7156fi 10810fi
7157rm -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"
7158fi 10853fi
7159if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 10854echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7160 echo "$ac_t""yes" 1>&6 10855echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7161 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` 10856
10857fi
10858if test `eval echo '${'$as_ac_Header'}'` = yes; then
7162 cat >> confdefs.h <<EOF 10859 cat >>confdefs.h <<_ACEOF
7163#define $ac_tr_hdr 1 10860#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7164EOF 10861_ACEOF
7165 10862
7166else
7167 echo "$ac_t""no" 1>&6
7168fi 10863fi
10864
7169done 10865done
7170 10866
7171 10867
10868echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
7172echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6 10869echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
7173echo "configure:7174: checking whether time.h and sys/time.h may both be included" >&5
7174if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then 10870if test "${ac_cv_header_time+set}" = set; then
7175 echo $ac_n "(cached) $ac_c" 1>&6 10871 echo $ECHO_N "(cached) $ECHO_C" >&6
7176else 10872else
7177 cat > conftest.$ac_ext <<EOF 10873 cat >conftest.$ac_ext <<_ACEOF
7178#line 7179 "configure" 10874/* confdefs.h. */
7179#include "confdefs.h" 10875_ACEOF
10876cat confdefs.h >>conftest.$ac_ext
10877cat >>conftest.$ac_ext <<_ACEOF
10878/* end confdefs.h. */
7180#include <sys/types.h> 10879#include <sys/types.h>
7181#include <sys/time.h> 10880#include <sys/time.h>
7182#include <time.h> 10881#include <time.h>
7183int main() { 10882
7184struct tm *tp; 10883int
10884main ()
10885{
10886if ((struct tm *) 0)
10887return 0;
10888 ;
7185; return 0; } 10889 return 0;
7186EOF 10890}
7187if { (eval echo configure:7188: \"$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
7188 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
7189 ac_cv_header_time=yes 10913 ac_cv_header_time=yes
7190else 10914else
7191 echo "configure: failed program was:" >&5 10915 echo "$as_me: failed program was:" >&5
7192 cat conftest.$ac_ext >&5 10916sed 's/^/| /' conftest.$ac_ext >&5
7193 rm -rf conftest* 10917
7194 ac_cv_header_time=no 10918ac_cv_header_time=no
7195fi 10919fi
7196rm -f conftest* 10920rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7197fi 10921fi
7198 10922echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
7199echo "$ac_t""$ac_cv_header_time" 1>&6 10923echo "${ECHO_T}$ac_cv_header_time" >&6
7200if test $ac_cv_header_time = yes; then 10924if test $ac_cv_header_time = yes; then
10925
7201 cat >> confdefs.h <<\EOF 10926cat >>confdefs.h <<\_ACEOF
7202#define TIME_WITH_SYS_TIME 1 10927#define TIME_WITH_SYS_TIME 1
7203EOF 10928_ACEOF
7204 10929
7205fi 10930fi
7206 10931
7207 10932
10933echo "$as_me:$LINENO: checking whether termios.h and sys/ioctl.h may both be included" >&5
7208echo $ac_n "checking whether termios.h and sys/ioctl.h may both be included""... $ac_c" 1>&6 10934echo $ECHO_N "checking whether termios.h and sys/ioctl.h may both be included... $ECHO_C" >&6
7209echo "configure:7210: checking whether termios.h and sys/ioctl.h may both be included" >&5
7210if eval "test \"`echo '$''{'rxvt_cv_header_sysioctl'+set}'`\" = set"; then 10935if test "${rxvt_cv_header_sysioctl+set}" = set; then
7211 echo $ac_n "(cached) $ac_c" 1>&6 10936 echo $ECHO_N "(cached) $ECHO_C" >&6
7212else 10937else
7213 cat > conftest.$ac_ext <<EOF 10938 cat >conftest.$ac_ext <<_ACEOF
7214#line 7215 "configure" 10939/* confdefs.h. */
7215#include "confdefs.h" 10940_ACEOF
10941cat confdefs.h >>conftest.$ac_ext
10942cat >>conftest.$ac_ext <<_ACEOF
10943/* end confdefs.h. */
7216#include <stdio.h> 10944#include <stdio.h>
7217#include <sys/ioctl.h> 10945#include <sys/ioctl.h>
7218#ifdef HAVE_TERMIOS_H 10946#ifdef HAVE_TERMIOS_H
7219#include <termios.h> 10947#include <termios.h>
7220#endif 10948#endif
7221int main() { 10949int
10950main ()
10951{
7222int a = ECHO; 10952int a = ECHO;
10953 ;
7223; return 0; } 10954 return 0;
7224EOF 10955}
7225if { (eval echo configure:7226: \"$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
7226 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
7227 rxvt_cv_header_sysioctl=yes 10978 rxvt_cv_header_sysioctl=yes
7228else 10979else
7229 echo "configure: failed program was:" >&5 10980 echo "$as_me: failed program was:" >&5
7230 cat conftest.$ac_ext >&5 10981sed 's/^/| /' conftest.$ac_ext >&5
7231 rm -rf conftest* 10982
7232 rxvt_cv_header_sysioctl=no 10983rxvt_cv_header_sysioctl=no
7233fi 10984fi
7234rm -f conftest* 10985rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7235fi 10986fi
7236 10987echo "$as_me:$LINENO: result: $rxvt_cv_header_sysioctl" >&5
7237echo "$ac_t""$rxvt_cv_header_sysioctl" 1>&6 10988echo "${ECHO_T}$rxvt_cv_header_sysioctl" >&6
7238 10989
7239if test -n "$GCC"; then 10990if test -n "$GCC"; then
7240 LDARG="-Wl," 10991 LDARG="-Wl,"
7241else 10992else
7242 LDARG="" 10993 LDARG=""
7245 10996
7246ac_save_CFLAGS=$CFLAGS 10997ac_save_CFLAGS=$CFLAGS
7247ac_save_LIBS=$LIBS 10998ac_save_LIBS=$LIBS
7248CFLAGS="$CFLAGS $X_CFLAGS" 10999CFLAGS="$CFLAGS $X_CFLAGS"
7249LIBS=`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
7250echo $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
7251echo "configure:7252: checking for -rpath dynamic library path recording" >&5
7252if eval "test \"`echo '$''{'rxvt_cv_rpath'+set}'`\" = set"; then 11003if test "${rxvt_cv_rpath+set}" = set; then
7253 echo $ac_n "(cached) $ac_c" 1>&6 11004 echo $ECHO_N "(cached) $ECHO_C" >&6
7254else 11005else
7255 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
7256 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;}
7257else 11009else
7258 cat > conftest.$ac_ext <<EOF 11010 cat >conftest.$ac_ext <<_ACEOF
7259#line 7260 "configure" 11011/* confdefs.h. */
7260#include "confdefs.h" 11012_ACEOF
11013cat confdefs.h >>conftest.$ac_ext
11014cat >>conftest.$ac_ext <<_ACEOF
11015/* end confdefs.h. */
7261 11016
7262main() 11017main()
7263{ 11018{
7264 exit(0); 11019 exit(0);
7265 (void) XOpenDisplay("foobar"); 11020 (void) XOpenDisplay("foobar");
7266} 11021}
7267EOF 11022_ACEOF
7268if { (eval echo configure:7269: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 11023rm -f conftest$ac_exeext
7269then 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
7270 rxvt_cv_rpath=yes 11034 rxvt_cv_rpath=yes
7271else 11035else
11036 echo "$as_me: program exited with status $ac_status" >&5
7272 echo "configure: failed program was:" >&5 11037echo "$as_me: failed program was:" >&5
7273 cat conftest.$ac_ext >&5 11038sed 's/^/| /' conftest.$ac_ext >&5
7274 rm -fr conftest* 11039
11040( exit $ac_status )
7275 rxvt_cv_rpath=no 11041rxvt_cv_rpath=no
7276fi 11042fi
7277rm -fr conftest* 11043rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7278fi 11044fi
7279
7280fi 11045fi
7281 11046echo "$as_me:$LINENO: result: $rxvt_cv_rpath" >&5
7282echo "$ac_t""$rxvt_cv_rpath" 1>&6 11047echo "${ECHO_T}$rxvt_cv_rpath" >&6
7283if test x$rxvt_cv_rpath != xyes; then 11048if test x$rxvt_cv_rpath != xyes; then
7284 R_TRANSLATE='s/-L\([^ ]*\)/-L\1 '$LDARG'-R\1/g' 11049 R_TRANSLATE='s/-L\([^ ]*\)/-L\1 '$LDARG'-R\1/g'
7285 LIBS=`echo "$ac_save_LIBS $X_LIBS $X_EXTRA_LIBS -lX11" | sed "$R_TRANSLATE"` 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
7286 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
7287echo "configure:7288: checking for -R dynamic library path recording" >&5
7288if eval "test \"`echo '$''{'rxvt_cv_R'+set}'`\" = set"; then 11053if test "${rxvt_cv_R+set}" = set; then
7289 echo $ac_n "(cached) $ac_c" 1>&6 11054 echo $ECHO_N "(cached) $ECHO_C" >&6
7290else 11055else
7291 if test "$cross_compiling" = yes; then 11056 if test "$cross_compiling" = yes; then
7292 rxvt_cv_R=no 11057 rxvt_cv_R=no
7293else 11058else
7294 cat > conftest.$ac_ext <<EOF 11059 cat >conftest.$ac_ext <<_ACEOF
7295#line 7296 "configure" 11060/* confdefs.h. */
7296#include "confdefs.h" 11061_ACEOF
11062cat confdefs.h >>conftest.$ac_ext
11063cat >>conftest.$ac_ext <<_ACEOF
11064/* end confdefs.h. */
7297 11065
7298main() 11066main()
7299{ 11067{
7300 exit(0); 11068 exit(0);
7301 (void) XOpenDisplay("foobar"); 11069 (void) XOpenDisplay("foobar");
7302} 11070}
7303EOF 11071_ACEOF
7304if { (eval echo configure:7305: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 11072rm -f conftest$ac_exeext
7305then 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
7306 rxvt_cv_R=yes 11083 rxvt_cv_R=yes
7307else 11084else
11085 echo "$as_me: program exited with status $ac_status" >&5
7308 echo "configure: failed program was:" >&5 11086echo "$as_me: failed program was:" >&5
7309 cat conftest.$ac_ext >&5 11087sed 's/^/| /' conftest.$ac_ext >&5
7310 rm -fr conftest* 11088
11089( exit $ac_status )
7311 rxvt_cv_R=no 11090rxvt_cv_R=no
7312fi 11091fi
7313rm -fr conftest* 11092rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7314fi 11093fi
7315
7316fi 11094fi
7317 11095echo "$as_me:$LINENO: result: $rxvt_cv_R" >&5
7318echo "$ac_t""$rxvt_cv_R" 1>&6 11096echo "${ECHO_T}$rxvt_cv_R" >&6
7319 if test x$rxvt_cv_R != xyes; then 11097 if test x$rxvt_cv_R != xyes; then
7320 LIBS="$ac_save_LIBS $X_LIBS $X_EXTRA_LIBS -lX11" 11098 LIBS="$ac_save_LIBS $X_LIBS $X_EXTRA_LIBS -lX11"
7321 fi 11099 fi
7322fi 11100fi
7323 11101
11102echo "$as_me:$LINENO: checking for XPointer" >&5
7324echo $ac_n "checking for XPointer""... $ac_c" 1>&6 11103echo $ECHO_N "checking for XPointer... $ECHO_C" >&6
7325echo "configure:7326: checking for XPointer" >&5
7326if eval "test \"`echo '$''{'rxvt_cv_xpointer'+set}'`\" = set"; then 11104if test "${rxvt_cv_xpointer+set}" = set; then
7327 echo $ac_n "(cached) $ac_c" 1>&6 11105 echo $ECHO_N "(cached) $ECHO_C" >&6
7328else 11106else
7329 cat > conftest.$ac_ext <<EOF 11107 cat >conftest.$ac_ext <<_ACEOF
7330#line 7331 "configure" 11108/* confdefs.h. */
7331#include "confdefs.h" 11109_ACEOF
11110cat confdefs.h >>conftest.$ac_ext
11111cat >>conftest.$ac_ext <<_ACEOF
11112/* end confdefs.h. */
7332#include <X11/Xlib.h> 11113#include <X11/Xlib.h>
7333int main() { 11114int
11115main ()
11116{
7334XPointer dummy; 11117XPointer dummy;
11118 ;
7335; return 0; } 11119 return 0;
7336EOF 11120}
7337if { (eval echo configure:7338: \"$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
7338 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
7339 rxvt_cv_xpointer=yes 11143 rxvt_cv_xpointer=yes
7340else 11144else
7341 echo "configure: failed program was:" >&5 11145 echo "$as_me: failed program was:" >&5
7342 cat conftest.$ac_ext >&5 11146sed 's/^/| /' conftest.$ac_ext >&5
7343 rm -rf conftest* 11147
7344 rxvt_cv_xpointer=no 11148rxvt_cv_xpointer=no
7345fi 11149fi
7346rm -f conftest* 11150rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7347fi 11151fi
7348 11152echo "$as_me:$LINENO: result: $rxvt_cv_xpointer" >&5
7349echo "$ac_t""$rxvt_cv_xpointer" 1>&6 11153echo "${ECHO_T}$rxvt_cv_xpointer" >&6
7350if test x$rxvt_cv_xpointer = xyes; then 11154if test x$rxvt_cv_xpointer = xyes; then
11155
7351 cat >> confdefs.h <<\EOF 11156cat >>confdefs.h <<\_ACEOF
7352#define HAVE_XPOINTER 1 11157#define HAVE_XPOINTER 1
7353EOF 11158_ACEOF
7354 11159
7355fi 11160fi
7356LIBS=$ac_save_LIBS 11161LIBS=$ac_save_LIBS
7357CFLAGS=$ac_save_CFLAGS 11162CFLAGS=$ac_save_CFLAGS
7358 11163
7359 11164
7360echo $ac_n "checking for working const""... $ac_c" 1>&6 11165echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
7361echo "configure:7362: checking for working const" >&5 11166echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
7362if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then 11167if test "${ac_cv_c_const+set}" = set; then
7363 echo $ac_n "(cached) $ac_c" 1>&6 11168 echo $ECHO_N "(cached) $ECHO_C" >&6
7364else 11169else
7365 cat > conftest.$ac_ext <<EOF 11170 cat >conftest.$ac_ext <<_ACEOF
7366#line 7367 "configure" 11171/* confdefs.h. */
7367#include "confdefs.h" 11172_ACEOF
11173cat confdefs.h >>conftest.$ac_ext
11174cat >>conftest.$ac_ext <<_ACEOF
11175/* end confdefs.h. */
7368 11176
7369int main() { 11177int
7370 11178main ()
11179{
11180/* FIXME: Include the comments suggested by Paul. */
11181#ifndef __cplusplus
7371/* Ultrix mips cc rejects this. */ 11182 /* Ultrix mips cc rejects this. */
7372typedef int charset[2]; const charset x; 11183 typedef int charset[2];
11184 const charset x;
7373/* SunOS 4.1.1 cc rejects this. */ 11185 /* SunOS 4.1.1 cc rejects this. */
7374char const *const *ccp; 11186 char const *const *ccp;
7375char **p; 11187 char **p;
7376/* NEC SVR4.0.2 mips cc rejects this. */ 11188 /* NEC SVR4.0.2 mips cc rejects this. */
7377struct point {int x, y;}; 11189 struct point {int x, y;};
7378static struct point const zero = {0,0}; 11190 static struct point const zero = {0,0};
7379/* AIX XL C 1.02.0.0 rejects this. 11191 /* AIX XL C 1.02.0.0 rejects this.
7380 It does not let you subtract one const X* pointer from another in an arm 11192 It does not let you subtract one const X* pointer from another in
7381 of an if-expression whose if-part is not a constant expression */ 11193 an arm of an if-expression whose if-part is not a constant
11194 expression */
7382const char *g = "string"; 11195 const char *g = "string";
7383ccp = &g + (g ? g-g : 0); 11196 ccp = &g + (g ? g-g : 0);
7384/* HPUX 7.0 cc rejects these. */ 11197 /* HPUX 7.0 cc rejects these. */
7385++ccp; 11198 ++ccp;
7386p = (char**) ccp; 11199 p = (char**) ccp;
7387ccp = (char const *const *) p; 11200 ccp = (char const *const *) p;
7388{ /* SCO 3.2v4 cc rejects this. */ 11201 { /* SCO 3.2v4 cc rejects this. */
7389 char *t; 11202 char *t;
7390 char const *s = 0 ? (char *) 0 : (char const *) 0; 11203 char const *s = 0 ? (char *) 0 : (char const *) 0;
7391 11204
7392 *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;
7393} 11229}
7394{ /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ 11230_ACEOF
7395 int x[] = {25, 17}; 11231rm -f conftest.$ac_objext
7396 const int *foo = &x[0]; 11232if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7397 ++foo; 11233 (eval $ac_compile) 2>conftest.er1
7398} 11234 ac_status=$?
7399{ /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ 11235 grep -v '^ *+' conftest.er1 >conftest.err
7400 typedef const int *iptr;
7401 iptr p = 0;
7402 ++p;
7403}
7404{ /* AIX XL C 1.02.0.0 rejects this saying
7405 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
7406 struct s { int j; const int *ap[3]; };
7407 struct s *b; b->j = 5;
7408}
7409{ /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
7410 const int foo = 10;
7411}
7412
7413; return 0; }
7414EOF
7415if { (eval echo configure:7416: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7416 rm -rf conftest* 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
7417 ac_cv_c_const=yes 11252 ac_cv_c_const=yes
7418else 11253else
7419 echo "configure: failed program was:" >&5 11254 echo "$as_me: failed program was:" >&5
7420 cat conftest.$ac_ext >&5 11255sed 's/^/| /' conftest.$ac_ext >&5
7421 rm -rf conftest* 11256
7422 ac_cv_c_const=no 11257ac_cv_c_const=no
7423fi 11258fi
7424rm -f conftest* 11259rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7425fi 11260fi
7426 11261echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
7427echo "$ac_t""$ac_cv_c_const" 1>&6 11262echo "${ECHO_T}$ac_cv_c_const" >&6
7428if test $ac_cv_c_const = no; then 11263if test $ac_cv_c_const = no; then
11264
7429 cat >> confdefs.h <<\EOF 11265cat >>confdefs.h <<\_ACEOF
7430#define const 11266#define const
7431EOF 11267_ACEOF
7432 11268
7433fi 11269fi
7434 11270
11271echo "$as_me:$LINENO: checking for inline" >&5
7435echo $ac_n "checking for inline""... $ac_c" 1>&6 11272echo $ECHO_N "checking for inline... $ECHO_C" >&6
7436echo "configure:7437: checking for inline" >&5
7437if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then 11273if test "${ac_cv_c_inline+set}" = set; then
7438 echo $ac_n "(cached) $ac_c" 1>&6 11274 echo $ECHO_N "(cached) $ECHO_C" >&6
7439else 11275else
7440 ac_cv_c_inline=no 11276 ac_cv_c_inline=no
7441for ac_kw in inline __inline__ __inline; do 11277for ac_kw in inline __inline__ __inline; do
7442 cat > conftest.$ac_ext <<EOF 11278 cat >conftest.$ac_ext <<_ACEOF
7443#line 7444 "configure" 11279/* confdefs.h. */
7444#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
7445 11289
7446int main() { 11290_ACEOF
7447} $ac_kw foo() { 11291rm -f conftest.$ac_objext
7448; return 0; } 11292if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7449EOF 11293 (eval $ac_compile) 2>conftest.er1
7450if { (eval echo configure:7451: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 11294 ac_status=$?
11295 grep -v '^ *+' conftest.er1 >conftest.err
7451 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
7452 ac_cv_c_inline=$ac_kw; break 11312 ac_cv_c_inline=$ac_kw; break
7453else 11313else
7454 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
7455 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
7456fi 11492fi
7457rm -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
7458done 11827done
7459 11828case $ac_lo in
7460fi 11829?*) ac_cv_sizeof_char=$ac_lo;;
7461 11830'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
7462echo "$ac_t""$ac_cv_c_inline" 1>&6 11831See \`config.log' for more details." >&5
7463case "$ac_cv_c_inline" in 11832echo "$as_me: error: cannot compute sizeof (char), 77
7464 inline | yes) ;; 11833See \`config.log' for more details." >&2;}
7465 no) cat >> confdefs.h <<\EOF 11834 { (exit 1); exit 1; }; } ;;
7466#define inline
7467EOF
7468 ;;
7469 *) cat >> confdefs.h <<EOF
7470#define inline $ac_cv_c_inline
7471EOF
7472 ;;
7473esac 11835esac
7474
7475
7476
7477echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
7478echo "configure:7479: checking for ANSI C header files" >&5
7479if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
7480 echo $ac_n "(cached) $ac_c" 1>&6
7481else 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
7482 cat > conftest.$ac_ext <<EOF 11842 cat >conftest.$ac_ext <<_ACEOF
7483#line 7484 "configure" 11843/* confdefs.h. */
7484#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>
7485#include <stdlib.h> 11852#include <stdlib.h>
7486#include <stdarg.h> 11853int
7487#include <string.h> 11854main ()
7488#include <float.h> 11855{
7489EOF 11856
7490ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 11857 FILE *f = fopen ("conftest.val", "w");
7491{ (eval echo configure:7492: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 11858 if (! f)
7492ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 11859 exit (1);
7493if test -z "$ac_err"; then 11860 if (((long) (sizeof (char))) < 0)
7494 rm -rf conftest* 11861 {
7495 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 }
7496else 11867 else
7497 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
7498 echo "configure: failed program was:" >&5 11894echo "$as_me: failed program was:" >&5
7499 cat conftest.$ac_ext >&5 11895sed 's/^/| /' conftest.$ac_ext >&5
7500 rm -rf conftest* 11896
7501 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; }; }
7502fi 11903fi
11904rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11905fi
11906fi
7503rm -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
7504 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
7505if test $ac_cv_header_stdc = yes; then 11980 if test "$ac_cv_type_short" = yes; then
7506 # 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.
7507cat > conftest.$ac_ext <<EOF 11987cat >conftest.$ac_ext <<_ACEOF
7508#line 7509 "configure" 11988/* confdefs.h. */
7509#include "confdefs.h" 11989_ACEOF
7510#include <string.h> 11990cat confdefs.h >>conftest.$ac_ext
7511EOF 11991cat >>conftest.$ac_ext <<_ACEOF
7512if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 11992/* end confdefs.h. */
7513 egrep "memchr" >/dev/null 2>&1; then 11993$ac_includes_default
7514 : 11994int
7515else 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
7516 rm -rf conftest* 12009 rm -f conftest.er1
7517 ac_cv_header_stdc=no 12010 cat conftest.err >&5
7518fi 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
7519rm -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
7520 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`
7521fi 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
7522 12082
7523if test $ac_cv_header_stdc = yes; then
7524 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7525cat > conftest.$ac_ext <<EOF 12083cat >conftest.$ac_ext <<_ACEOF
7526#line 7527 "configure" 12084/* confdefs.h. */
7527#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>
7528#include <stdlib.h> 12258#include <stdlib.h>
7529EOF 12259int
7530if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 12260main ()
7531 egrep "free" >/dev/null 2>&1; then 12261{
7532 : 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 }
7533else 12273 else
7534 rm -rf conftest* 12274 {
7535 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; }; }
7536fi 12309fi
12310rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
12311fi
12312fi
7537rm -f conftest* 12313rm -f conftest.val
7538 12314else
12315 ac_cv_sizeof_short=0
7539fi 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
7540 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
7541if test $ac_cv_header_stdc = yes; then 12386 if test "$ac_cv_type_int" = yes; then
7542 # /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.
7543if test "$cross_compiling" = yes; then 12391 if test "$cross_compiling" = yes; then
7544 : 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
7545else 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`
7546 cat > conftest.$ac_ext <<EOF 12593 cat >conftest.$ac_ext <<_ACEOF
7547#line 7548 "configure" 12594/* confdefs.h. */
7548#include "confdefs.h" 12595_ACEOF
7549#include <ctype.h> 12596cat confdefs.h >>conftest.$ac_ext
7550#define ISLOWER(c) ('a' <= (c) && (c) <= 'z') 12597cat >>conftest.$ac_ext <<_ACEOF
7551#define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) 12598/* end confdefs.h. */
7552#define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) 12599$ac_includes_default
7553int main () { int i; for (i = 0; i < 256; i++) 12600int
7554if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2); 12601main ()
7555exit (0); } 12602{
12603static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
12604test_array [0] = 0
7556 12605
7557EOF 12606 ;
7558if { (eval echo configure:7559: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 12607 return 0;
7559then 12608}
7560 : 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
7561else 12632else
7562 echo "configure: failed program was:" >&5 12633 echo "$as_me: failed program was:" >&5
7563 cat conftest.$ac_ext >&5 12634sed 's/^/| /' conftest.$ac_ext >&5
7564 rm -fr conftest*
7565 ac_cv_header_stdc=no
7566fi
7567rm -fr conftest*
7568fi
7569 12635
12636ac_lo=`expr '(' $ac_mid ')' + 1`
7570fi 12637fi
7571fi 12638rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7572 12639done
7573echo "$ac_t""$ac_cv_header_stdc" 1>&6 12640case $ac_lo in
7574if test $ac_cv_header_stdc = yes; then 12641?*) ac_cv_sizeof_int=$ac_lo;;
7575 cat >> confdefs.h <<\EOF 12642'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
7576#define STDC_HEADERS 1 12643See \`config.log' for more details." >&5
7577EOF 12644echo "$as_me: error: cannot compute sizeof (int), 77
7578 12645See \`config.log' for more details." >&2;}
7579fi 12646 { (exit 1); exit 1; }; } ;;
7580 12647esac
7581echo $ac_n "checking for mode_t""... $ac_c" 1>&6
7582echo "configure:7583: checking for mode_t" >&5
7583if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then
7584 echo $ac_n "(cached) $ac_c" 1>&6
7585else 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
7586 cat > conftest.$ac_ext <<EOF 12654 cat >conftest.$ac_ext <<_ACEOF
7587#line 7588 "configure" 12655/* confdefs.h. */
7588#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)); }
7589#include <sys/types.h> 12663#include <stdio.h>
7590#if STDC_HEADERS
7591#include <stdlib.h> 12664#include <stdlib.h>
7592#include <stddef.h> 12665int
7593#endif 12666main ()
7594EOF 12667{
7595if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 12668
7596 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");
7597 rm -rf conftest* 12670 if (! f)
7598 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 }
7599else 12679 else
7600 rm -rf conftest* 12680 {
7601 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; }; }
7602fi 12715fi
12716rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
12717fi
12718fi
7603rm -f conftest* 12719rm -f conftest.val
7604 12720else
12721 ac_cv_sizeof_int=0
7605fi 12722fi
7606echo "$ac_t""$ac_cv_type_mode_t" 1>&6 12723fi
7607if 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
7608 cat >> confdefs.h <<\EOF 12726cat >>confdefs.h <<_ACEOF
7609#define mode_t int 12727#define SIZEOF_INT $ac_cv_sizeof_int
7610EOF 12728_ACEOF
7611 12729
7612fi
7613 12730
7614echo $ac_n "checking for pid_t""... $ac_c" 1>&6 12731echo "$as_me:$LINENO: checking for long" >&5
7615echo "configure:7616: checking for pid_t" >&5 12732echo $ECHO_N "checking for long... $ECHO_C" >&6
7616if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then 12733if test "${ac_cv_type_long+set}" = set; then
7617 echo $ac_n "(cached) $ac_c" 1>&6 12734 echo $ECHO_N "(cached) $ECHO_C" >&6
7618else 12735else
7619 cat > conftest.$ac_ext <<EOF 12736 cat >conftest.$ac_ext <<_ACEOF
7620#line 7621 "configure" 12737/* confdefs.h. */
7621#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)); }
7622#include <sys/types.h> 13069#include <stdio.h>
7623#if STDC_HEADERS
7624#include <stdlib.h> 13070#include <stdlib.h>
7625#include <stddef.h> 13071int
7626#endif 13072main ()
7627EOF 13073{
7628if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 13074
7629 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");
7630 rm -rf conftest* 13076 if (! f)
7631 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 }
7632else 13085 else
7633 rm -rf conftest* 13086 {
7634 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; }; }
7635fi 13121fi
13122rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
13123fi
13124fi
7636rm -f conftest* 13125rm -f conftest.val
7637 13126else
13127 ac_cv_sizeof_long=0
7638fi 13128fi
7639echo "$ac_t""$ac_cv_type_pid_t" 1>&6 13129fi
7640if 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
7641 cat >> confdefs.h <<\EOF 13132cat >>confdefs.h <<_ACEOF
7642#define pid_t int 13133#define SIZEOF_LONG $ac_cv_sizeof_long
7643EOF 13134_ACEOF
7644 13135
7645fi
7646 13136
7647echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6 13137echo "$as_me:$LINENO: checking for long long" >&5
7648echo "configure:7649: checking for uid_t in sys/types.h" >&5 13138echo $ECHO_N "checking for long long... $ECHO_C" >&6
7649if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then 13139if test "${ac_cv_type_long_long+set}" = set; then
7650 echo $ac_n "(cached) $ac_c" 1>&6 13140 echo $ECHO_N "(cached) $ECHO_C" >&6
7651else 13141else
7652 cat > conftest.$ac_ext <<EOF 13142 cat >conftest.$ac_ext <<_ACEOF
7653#line 7654 "configure" 13143/* confdefs.h. */
7654#include "confdefs.h" 13144_ACEOF
7655#include <sys/types.h> 13145cat confdefs.h >>conftest.$ac_ext
7656EOF 13146cat >>conftest.$ac_ext <<_ACEOF
7657if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 13147/* end confdefs.h. */
7658 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
7659 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
7660 ac_cv_type_uid_t=yes 13181 ac_cv_type_long_long=yes
7661else 13182else
7662 rm -rf conftest* 13183 echo "$as_me: failed program was:" >&5
7663 ac_cv_type_uid_t=no 13184sed 's/^/| /' conftest.$ac_ext >&5
7664fi
7665rm -f conftest*
7666 13185
13186ac_cv_type_long_long=no
7667fi 13187fi
7668 13188rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7669echo "$ac_t""$ac_cv_type_uid_t" 1>&6
7670if test $ac_cv_type_uid_t = no; then
7671 cat >> confdefs.h <<\EOF
7672#define uid_t int
7673EOF
7674
7675 cat >> confdefs.h <<\EOF
7676#define gid_t int
7677EOF
7678
7679fi 13189fi
13190echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
13191echo "${ECHO_T}$ac_cv_type_long_long" >&6
7680 13192
7681 13193echo "$as_me:$LINENO: checking size of long long" >&5
7682 13194echo $ECHO_N "checking size of long long... $ECHO_C" >&6
7683echo $ac_n "checking size of char""... $ac_c" 1>&6 13195if test "${ac_cv_sizeof_long_long+set}" = set; then
7684echo "configure:7685: checking size of char" >&5
7685if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then
7686 echo $ac_n "(cached) $ac_c" 1>&6 13196 echo $ECHO_N "(cached) $ECHO_C" >&6
7687else 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.
7688 if test "$cross_compiling" = yes; then 13203 if test "$cross_compiling" = yes; then
7689 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
7690else 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`
7691 cat > conftest.$ac_ext <<EOF 13405 cat >conftest.$ac_ext <<_ACEOF
7692#line 7693 "configure" 13406/* confdefs.h. */
7693#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)); }
7694#include <stdio.h> 13475#include <stdio.h>
7695#include <sys/types.h> 13476#include <stdlib.h>
13477int
7696main() 13478main ()
7697{ 13479{
13480
7698 FILE *f=fopen("conftestval", "w"); 13481 FILE *f = fopen ("conftest.val", "w");
7699 if (!f) exit(1); 13482 if (! f)
7700 fprintf(f, "%d\n", sizeof(char));
7701 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;
7702} 13502}
7703EOF 13503_ACEOF
7704if { (eval echo configure:7705: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 13504rm -f conftest$ac_exeext
7705then 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
7706 ac_cv_sizeof_char=`cat conftestval` 13515 ac_cv_sizeof_long_long=`cat conftest.val`
7707else 13516else
13517 echo "$as_me: program exited with status $ac_status" >&5
7708 echo "configure: failed program was:" >&5 13518echo "$as_me: failed program was:" >&5
7709 cat conftest.$ac_ext >&5 13519sed 's/^/| /' conftest.$ac_ext >&5
7710 rm -fr conftest* 13520
7711 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; }; }
7712fi 13527fi
13528rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
13529fi
13530fi
7713rm -fr conftest* 13531rm -f conftest.val
13532else
13533 ac_cv_sizeof_long_long=0
7714fi 13534fi
7715
7716fi 13535fi
7717echo "$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
7718cat >> confdefs.h <<EOF 13538cat >>confdefs.h <<_ACEOF
7719#define SIZEOF_CHAR $ac_cv_sizeof_char 13539#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
7720EOF 13540_ACEOF
7721 13541
7722 13542
7723echo $ac_n "checking size of short""... $ac_c" 1>&6 13543echo "$as_me:$LINENO: checking for int *" >&5
7724echo "configure:7725: checking size of short" >&5 13544echo $ECHO_N "checking for int *... $ECHO_C" >&6
7725if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then 13545if test "${ac_cv_type_int_p+set}" = set; then
7726 echo $ac_n "(cached) $ac_c" 1>&6 13546 echo $ECHO_N "(cached) $ECHO_C" >&6
7727else 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.
7728 if test "$cross_compiling" = yes; then 13609 if test "$cross_compiling" = yes; then
7729 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
7730else 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`
7731 cat > conftest.$ac_ext <<EOF 13811 cat >conftest.$ac_ext <<_ACEOF
7732#line 7733 "configure" 13812/* confdefs.h. */
7733#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 *)); }
7734#include <stdio.h> 13881#include <stdio.h>
7735#include <sys/types.h> 13882#include <stdlib.h>
13883int
7736main() 13884main ()
7737{ 13885{
13886
7738 FILE *f=fopen("conftestval", "w"); 13887 FILE *f = fopen ("conftest.val", "w");
7739 if (!f) exit(1); 13888 if (! f)
7740 fprintf(f, "%d\n", sizeof(short));
7741 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;
7742} 13908}
7743EOF 13909_ACEOF
7744if { (eval echo configure:7745: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 13910rm -f conftest$ac_exeext
7745then 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
7746 ac_cv_sizeof_short=`cat conftestval` 13921 ac_cv_sizeof_int_p=`cat conftest.val`
7747else 13922else
13923 echo "$as_me: program exited with status $ac_status" >&5
7748 echo "configure: failed program was:" >&5 13924echo "$as_me: failed program was:" >&5
7749 cat conftest.$ac_ext >&5 13925sed 's/^/| /' conftest.$ac_ext >&5
7750 rm -fr conftest* 13926
7751 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; }; }
7752fi 13933fi
13934rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
13935fi
13936fi
7753rm -fr conftest* 13937rm -f conftest.val
13938else
13939 ac_cv_sizeof_int_p=0
7754fi 13940fi
7755
7756fi 13941fi
7757echo "$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
7758cat >> confdefs.h <<EOF 13944cat >>confdefs.h <<_ACEOF
7759#define SIZEOF_SHORT $ac_cv_sizeof_short 13945#define SIZEOF_INT_P $ac_cv_sizeof_int_p
7760EOF 13946_ACEOF
7761 13947
7762 13948
7763echo $ac_n "checking size of int""... $ac_c" 1>&6 13949
7764echo "configure:7765: checking size of int" >&5 13950
7765if 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
7766 echo $ac_n "(cached) $ac_c" 1>&6 13954 echo $ECHO_N "(cached) $ECHO_C" >&6
7767else 13955else
7768 if test "$cross_compiling" = yes; then
7769 ac_cv_sizeof_int=4
7770else
7771 cat > conftest.$ac_ext <<EOF 13956 cat >conftest.$ac_ext <<_ACEOF
7772#line 7773 "configure" 13957/* confdefs.h. */
7773#include "confdefs.h" 13958_ACEOF
13959cat confdefs.h >>conftest.$ac_ext
13960cat >>conftest.$ac_ext <<_ACEOF
13961/* end confdefs.h. */
7774#include <stdio.h> 13962#include <stdint.h>
7775#include <sys/types.h> 13963int
7776main() 13964main ()
7777{ 13965{
7778 FILE *f=fopen("conftestval", "w"); 13966int16_t dummy;
7779 if (!f) exit(1); 13967 ;
7780 fprintf(f, "%d\n", sizeof(int)); 13968 return 0;
7781 exit(0);
7782} 13969}
7783EOF 13970_ACEOF
7784if { (eval echo configure:7785: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 13971rm -f conftest.$ac_objext
7785then 13972if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7786 ac_cv_sizeof_int=`cat conftestval` 13973 (eval $ac_compile) 2>conftest.er1
7787else 13974 ac_status=$?
7788 echo "configure: failed program was:" >&5 13975 grep -v '^ *+' conftest.er1 >conftest.err
7789 cat conftest.$ac_ext >&5
7790 rm -fr conftest* 13976 rm -f conftest.er1
7791 ac_cv_sizeof_int=0
7792fi
7793rm -fr conftest*
7794fi
7795
7796fi
7797echo "$ac_t""$ac_cv_sizeof_int" 1>&6
7798cat >> confdefs.h <<EOF
7799#define SIZEOF_INT $ac_cv_sizeof_int
7800EOF
7801
7802
7803echo $ac_n "checking size of long""... $ac_c" 1>&6
7804echo "configure:7805: checking size of long" >&5
7805if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
7806 echo $ac_n "(cached) $ac_c" 1>&6
7807else
7808 if test "$cross_compiling" = yes; then
7809 ac_cv_sizeof_long=4
7810else
7811 cat > conftest.$ac_ext <<EOF
7812#line 7813 "configure"
7813#include "confdefs.h"
7814#include <stdio.h>
7815#include <sys/types.h>
7816main()
7817{
7818 FILE *f=fopen("conftestval", "w");
7819 if (!f) exit(1);
7820 fprintf(f, "%d\n", sizeof(long));
7821 exit(0);
7822}
7823EOF
7824if { (eval echo configure:7825: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
7825then
7826 ac_cv_sizeof_long=`cat conftestval`
7827else
7828 echo "configure: failed program was:" >&5
7829 cat conftest.$ac_ext >&5 13977 cat conftest.err >&5
7830 rm -fr conftest* 13978 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7831 ac_cv_sizeof_long=0 13979 (exit $ac_status); } &&
7832fi 13980 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7833rm -fr conftest* 13981 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7834fi 13982 (eval $ac_try) 2>&5
7835 13983 ac_status=$?
7836fi 13984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7837echo "$ac_t""$ac_cv_sizeof_long" 1>&6 13985 (exit $ac_status); }; } &&
7838cat >> confdefs.h <<EOF 13986 { ac_try='test -s conftest.$ac_objext'
7839#define SIZEOF_LONG $ac_cv_sizeof_long 13987 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7840EOF 13988 (eval $ac_try) 2>&5
7841 13989 ac_status=$?
7842 13990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7843echo $ac_n "checking size of long long""... $ac_c" 1>&6 13991 (exit $ac_status); }; }; then
7844echo "configure:7845: checking size of long long" >&5
7845if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then
7846 echo $ac_n "(cached) $ac_c" 1>&6
7847else
7848 if test "$cross_compiling" = yes; then
7849 ac_cv_sizeof_long_long=8
7850else
7851 cat > conftest.$ac_ext <<EOF
7852#line 7853 "configure"
7853#include "confdefs.h"
7854#include <stdio.h>
7855#include <sys/types.h>
7856main()
7857{
7858 FILE *f=fopen("conftestval", "w");
7859 if (!f) exit(1);
7860 fprintf(f, "%d\n", sizeof(long long));
7861 exit(0);
7862}
7863EOF
7864if { (eval echo configure:7865: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
7865then
7866 ac_cv_sizeof_long_long=`cat conftestval`
7867else
7868 echo "configure: failed program was:" >&5
7869 cat conftest.$ac_ext >&5
7870 rm -fr conftest*
7871 ac_cv_sizeof_long_long=0
7872fi
7873rm -fr conftest*
7874fi
7875
7876fi
7877echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6
7878cat >> confdefs.h <<EOF
7879#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
7880EOF
7881
7882
7883echo $ac_n "checking size of int *""... $ac_c" 1>&6
7884echo "configure:7885: checking size of int *" >&5
7885if eval "test \"`echo '$''{'ac_cv_sizeof_int_p'+set}'`\" = set"; then
7886 echo $ac_n "(cached) $ac_c" 1>&6
7887else
7888 if test "$cross_compiling" = yes; then
7889 ac_cv_sizeof_int_p=4
7890else
7891 cat > conftest.$ac_ext <<EOF
7892#line 7893 "configure"
7893#include "confdefs.h"
7894#include <stdio.h>
7895#include <sys/types.h>
7896main()
7897{
7898 FILE *f=fopen("conftestval", "w");
7899 if (!f) exit(1);
7900 fprintf(f, "%d\n", sizeof(int *));
7901 exit(0);
7902}
7903EOF
7904if { (eval echo configure:7905: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
7905then
7906 ac_cv_sizeof_int_p=`cat conftestval`
7907else
7908 echo "configure: failed program was:" >&5
7909 cat conftest.$ac_ext >&5
7910 rm -fr conftest*
7911 ac_cv_sizeof_int_p=0
7912fi
7913rm -fr conftest*
7914fi
7915
7916fi
7917echo "$ac_t""$ac_cv_sizeof_int_p" 1>&6
7918cat >> confdefs.h <<EOF
7919#define SIZEOF_INT_P $ac_cv_sizeof_int_p
7920EOF
7921
7922
7923
7924
7925echo $ac_n "checking for int16_t""... $ac_c" 1>&6
7926echo "configure:7927: checking for int16_t" >&5
7927if eval "test \"`echo '$''{'rxvt_cv_int16_t'+set}'`\" = set"; then
7928 echo $ac_n "(cached) $ac_c" 1>&6
7929else
7930 cat > conftest.$ac_ext <<EOF
7931#line 7932 "configure"
7932#include "confdefs.h"
7933#include <stdint.h>
7934int main() {
7935int16_t dummy;
7936; return 0; }
7937EOF
7938if { (eval echo configure:7939: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7939 rm -rf conftest*
7940 rxvt_cv_int16_t=yes 13992 rxvt_cv_int16_t=yes
7941else 13993else
7942 echo "configure: failed program was:" >&5 13994 echo "$as_me: failed program was:" >&5
7943 cat conftest.$ac_ext >&5 13995sed 's/^/| /' conftest.$ac_ext >&5
7944 rm -rf conftest* 13996
7945 if test $ac_cv_sizeof_char -ge 2; then 13997if test $ac_cv_sizeof_char -ge 2; then
7946 rxvt_cv_int16_t=" char" 13998 rxvt_cv_int16_t=" char"
7947else 13999else
7948 if test $ac_cv_sizeof_short -ge 2; then 14000 if test $ac_cv_sizeof_short -ge 2; then
7949 rxvt_cv_int16_t=" short" 14001 rxvt_cv_int16_t=" short"
7950 else 14002 else
7962 fi 14014 fi
7963 fi 14015 fi
7964 fi 14016 fi
7965fi 14017fi
7966fi 14018fi
7967rm -f conftest* 14019rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7968fi 14020fi
7969 14021echo "$as_me:$LINENO: result: $rxvt_cv_int16_t" >&5
7970echo "$ac_t""$rxvt_cv_int16_t" 1>&6 14022echo "${ECHO_T}$rxvt_cv_int16_t" >&6
7971if test x"$rxvt_cv_int16_t" != xyes; then 14023if test x"$rxvt_cv_int16_t" != xyes; then
7972 rxvt_int16_typedef="typedef $rxvt_cv_int16_t int16_t;" 14024 rxvt_int16_typedef="typedef $rxvt_cv_int16_t int16_t;"
7973else 14025else
7974 if test x"" = x; then 14026 if test x"" = x; then
7975 rxvt_int16_typedef="/* typedef short int16_t; */" 14027 rxvt_int16_typedef="/* typedef short int16_t; */"
7976 else 14028 else
7977 rxvt_int16_typedef="/* typedef short int16_t; */" 14029 rxvt_int16_typedef="/* typedef short int16_t; */"
7978 fi 14030 fi
7979fi 14031fi
7980 14032
14033echo "$as_me:$LINENO: checking for uint16_t" >&5
7981echo $ac_n "checking for uint16_t""... $ac_c" 1>&6 14034echo $ECHO_N "checking for uint16_t... $ECHO_C" >&6
7982echo "configure:7983: checking for uint16_t" >&5
7983if eval "test \"`echo '$''{'rxvt_cv_uint16_t'+set}'`\" = set"; then 14035if test "${rxvt_cv_uint16_t+set}" = set; then
7984 echo $ac_n "(cached) $ac_c" 1>&6 14036 echo $ECHO_N "(cached) $ECHO_C" >&6
7985else 14037else
7986 cat > conftest.$ac_ext <<EOF 14038 cat >conftest.$ac_ext <<_ACEOF
7987#line 7988 "configure" 14039/* confdefs.h. */
7988#include "confdefs.h" 14040_ACEOF
14041cat confdefs.h >>conftest.$ac_ext
14042cat >>conftest.$ac_ext <<_ACEOF
14043/* end confdefs.h. */
7989#include <stdint.h> 14044#include <stdint.h>
7990int main() { 14045int
14046main ()
14047{
7991uint16_t dummy; 14048uint16_t dummy;
14049 ;
7992; return 0; } 14050 return 0;
7993EOF 14051}
7994if { (eval echo configure:7995: \"$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
7995 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
7996 rxvt_cv_uint16_t=yes 14074 rxvt_cv_uint16_t=yes
7997else 14075else
7998 echo "configure: failed program was:" >&5 14076 echo "$as_me: failed program was:" >&5
7999 cat conftest.$ac_ext >&5 14077sed 's/^/| /' conftest.$ac_ext >&5
8000 rm -rf conftest* 14078
8001 if test $ac_cv_sizeof_char -ge 2; then 14079if test $ac_cv_sizeof_char -ge 2; then
8002 rxvt_cv_uint16_t="unsigned char" 14080 rxvt_cv_uint16_t="unsigned char"
8003else 14081else
8004 if test $ac_cv_sizeof_short -ge 2; then 14082 if test $ac_cv_sizeof_short -ge 2; then
8005 rxvt_cv_uint16_t="unsigned short" 14083 rxvt_cv_uint16_t="unsigned short"
8006 else 14084 else
8018 fi 14096 fi
8019 fi 14097 fi
8020 fi 14098 fi
8021fi 14099fi
8022fi 14100fi
8023rm -f conftest* 14101rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8024fi 14102fi
8025 14103echo "$as_me:$LINENO: result: $rxvt_cv_uint16_t" >&5
8026echo "$ac_t""$rxvt_cv_uint16_t" 1>&6 14104echo "${ECHO_T}$rxvt_cv_uint16_t" >&6
8027if test x"$rxvt_cv_uint16_t" != xyes; then 14105if test x"$rxvt_cv_uint16_t" != xyes; then
8028 rxvt_uint16_typedef="typedef $rxvt_cv_uint16_t uint16_t;" 14106 rxvt_uint16_typedef="typedef $rxvt_cv_uint16_t uint16_t;"
8029else 14107else
8030 if test x"unsigned" = x; then 14108 if test x"unsigned" = x; then
8031 rxvt_uint16_typedef="/* typedef short uint16_t; */" 14109 rxvt_uint16_typedef="/* typedef short uint16_t; */"
8032 else 14110 else
8033 rxvt_uint16_typedef="/* typedef unsigned short uint16_t; */" 14111 rxvt_uint16_typedef="/* typedef unsigned short uint16_t; */"
8034 fi 14112 fi
8035fi 14113fi
8036 14114
14115echo "$as_me:$LINENO: checking for int32_t" >&5
8037echo $ac_n "checking for int32_t""... $ac_c" 1>&6 14116echo $ECHO_N "checking for int32_t... $ECHO_C" >&6
8038echo "configure:8039: checking for int32_t" >&5
8039if eval "test \"`echo '$''{'rxvt_cv_int32_t'+set}'`\" = set"; then 14117if test "${rxvt_cv_int32_t+set}" = set; then
8040 echo $ac_n "(cached) $ac_c" 1>&6 14118 echo $ECHO_N "(cached) $ECHO_C" >&6
8041else 14119else
8042 cat > conftest.$ac_ext <<EOF 14120 cat >conftest.$ac_ext <<_ACEOF
8043#line 8044 "configure" 14121/* confdefs.h. */
8044#include "confdefs.h" 14122_ACEOF
14123cat confdefs.h >>conftest.$ac_ext
14124cat >>conftest.$ac_ext <<_ACEOF
14125/* end confdefs.h. */
8045#include <stdint.h> 14126#include <stdint.h>
8046int main() { 14127int
14128main ()
14129{
8047int32_t dummy; 14130int32_t dummy;
14131 ;
8048; return 0; } 14132 return 0;
8049EOF 14133}
8050if { (eval echo configure:8051: \"$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
8051 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
8052 rxvt_cv_int32_t=yes 14156 rxvt_cv_int32_t=yes
8053else 14157else
8054 echo "configure: failed program was:" >&5 14158 echo "$as_me: failed program was:" >&5
8055 cat conftest.$ac_ext >&5 14159sed 's/^/| /' conftest.$ac_ext >&5
8056 rm -rf conftest* 14160
8057 if test $ac_cv_sizeof_char -ge 4; then 14161if test $ac_cv_sizeof_char -ge 4; then
8058 rxvt_cv_int32_t=" char" 14162 rxvt_cv_int32_t=" char"
8059else 14163else
8060 if test $ac_cv_sizeof_short -ge 4; then 14164 if test $ac_cv_sizeof_short -ge 4; then
8061 rxvt_cv_int32_t=" short" 14165 rxvt_cv_int32_t=" short"
8062 else 14166 else
8074 fi 14178 fi
8075 fi 14179 fi
8076 fi 14180 fi
8077fi 14181fi
8078fi 14182fi
8079rm -f conftest* 14183rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8080fi 14184fi
8081 14185echo "$as_me:$LINENO: result: $rxvt_cv_int32_t" >&5
8082echo "$ac_t""$rxvt_cv_int32_t" 1>&6 14186echo "${ECHO_T}$rxvt_cv_int32_t" >&6
8083if test x"$rxvt_cv_int32_t" != xyes; then 14187if test x"$rxvt_cv_int32_t" != xyes; then
8084 rxvt_int32_typedef="typedef $rxvt_cv_int32_t int32_t;" 14188 rxvt_int32_typedef="typedef $rxvt_cv_int32_t int32_t;"
8085else 14189else
8086 if test x"" = x; then 14190 if test x"" = x; then
8087 rxvt_int32_typedef="/* typedef int int32_t; */" 14191 rxvt_int32_typedef="/* typedef int int32_t; */"
8088 else 14192 else
8089 rxvt_int32_typedef="/* typedef int int32_t; */" 14193 rxvt_int32_typedef="/* typedef int int32_t; */"
8090 fi 14194 fi
8091fi 14195fi
8092 14196
14197echo "$as_me:$LINENO: checking for uint32_t" >&5
8093echo $ac_n "checking for uint32_t""... $ac_c" 1>&6 14198echo $ECHO_N "checking for uint32_t... $ECHO_C" >&6
8094echo "configure:8095: checking for uint32_t" >&5
8095if eval "test \"`echo '$''{'rxvt_cv_uint32_t'+set}'`\" = set"; then 14199if test "${rxvt_cv_uint32_t+set}" = set; then
8096 echo $ac_n "(cached) $ac_c" 1>&6 14200 echo $ECHO_N "(cached) $ECHO_C" >&6
8097else 14201else
8098 cat > conftest.$ac_ext <<EOF 14202 cat >conftest.$ac_ext <<_ACEOF
8099#line 8100 "configure" 14203/* confdefs.h. */
8100#include "confdefs.h" 14204_ACEOF
14205cat confdefs.h >>conftest.$ac_ext
14206cat >>conftest.$ac_ext <<_ACEOF
14207/* end confdefs.h. */
8101#include <stdint.h> 14208#include <stdint.h>
8102int main() { 14209int
14210main ()
14211{
8103uint32_t dummy; 14212uint32_t dummy;
14213 ;
8104; return 0; } 14214 return 0;
8105EOF 14215}
8106if { (eval echo configure:8107: \"$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
8107 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
8108 rxvt_cv_uint32_t=yes 14238 rxvt_cv_uint32_t=yes
8109else 14239else
8110 echo "configure: failed program was:" >&5 14240 echo "$as_me: failed program was:" >&5
8111 cat conftest.$ac_ext >&5 14241sed 's/^/| /' conftest.$ac_ext >&5
8112 rm -rf conftest* 14242
8113 if test $ac_cv_sizeof_char -ge 4; then 14243if test $ac_cv_sizeof_char -ge 4; then
8114 rxvt_cv_uint32_t="unsigned char" 14244 rxvt_cv_uint32_t="unsigned char"
8115else 14245else
8116 if test $ac_cv_sizeof_short -ge 4; then 14246 if test $ac_cv_sizeof_short -ge 4; then
8117 rxvt_cv_uint32_t="unsigned short" 14247 rxvt_cv_uint32_t="unsigned short"
8118 else 14248 else
8130 fi 14260 fi
8131 fi 14261 fi
8132 fi 14262 fi
8133fi 14263fi
8134fi 14264fi
8135rm -f conftest* 14265rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8136fi 14266fi
8137 14267echo "$as_me:$LINENO: result: $rxvt_cv_uint32_t" >&5
8138echo "$ac_t""$rxvt_cv_uint32_t" 1>&6 14268echo "${ECHO_T}$rxvt_cv_uint32_t" >&6
8139if test x"$rxvt_cv_uint32_t" != xyes; then 14269if test x"$rxvt_cv_uint32_t" != xyes; then
8140 rxvt_uint32_typedef="typedef $rxvt_cv_uint32_t uint32_t;" 14270 rxvt_uint32_typedef="typedef $rxvt_cv_uint32_t uint32_t;"
8141else 14271else
8142 if test x"unsigned" = x; then 14272 if test x"unsigned" = x; then
8143 rxvt_uint32_typedef="/* typedef int uint32_t; */" 14273 rxvt_uint32_typedef="/* typedef int uint32_t; */"
8144 else 14274 else
8145 rxvt_uint32_typedef="/* typedef unsigned int uint32_t; */" 14275 rxvt_uint32_typedef="/* typedef unsigned int uint32_t; */"
8146 fi 14276 fi
8147fi 14277fi
8148 14278
8149if test $ac_cv_sizeof_int_p -eq 8; then 14279if test $ac_cv_sizeof_int_p -eq 8; then
8150 rxvt_intp_define="#define intp_t int64_t" 14280 rxvt_intp_define="#define intp_t int64_t"
8151 rxvt_u_intp_define="#define u_intp_t u_int64_t" 14281 rxvt_u_intp_define="#define u_intp_t u_int64_t"
8152else 14282else
8164 fi 14294 fi
8165fi 14295fi
8166 14296
8167 14297
8168 14298
14299echo "$as_me:$LINENO: checking return type of signal handlers" >&5
8169echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6 14300echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
8170echo "configure:8171: checking return type of signal handlers" >&5
8171if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then 14301if test "${ac_cv_type_signal+set}" = set; then
8172 echo $ac_n "(cached) $ac_c" 1>&6 14302 echo $ECHO_N "(cached) $ECHO_C" >&6
8173else 14303else
8174 cat > conftest.$ac_ext <<EOF 14304 cat >conftest.$ac_ext <<_ACEOF
8175#line 8176 "configure" 14305/* confdefs.h. */
8176#include "confdefs.h" 14306_ACEOF
14307cat confdefs.h >>conftest.$ac_ext
14308cat >>conftest.$ac_ext <<_ACEOF
14309/* end confdefs.h. */
8177#include <sys/types.h> 14310#include <sys/types.h>
8178#include <signal.h> 14311#include <signal.h>
8179#ifdef signal 14312#ifdef signal
8180#undef signal 14313# undef signal
8181#endif 14314#endif
8182#ifdef __cplusplus 14315#ifdef __cplusplus
8183extern "C" void (*signal (int, void (*)(int)))(int); 14316extern "C" void (*signal (int, void (*)(int)))(int);
8184#else 14317#else
8185void (*signal ()) (); 14318void (*signal ()) ();
8186#endif 14319#endif
8187 14320
8188int main() { 14321int
14322main ()
14323{
8189int i; 14324int i;
14325 ;
8190; return 0; } 14326 return 0;
8191EOF 14327}
8192if { (eval echo configure:8193: \"$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
8193 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
8194 ac_cv_type_signal=void 14350 ac_cv_type_signal=void
8195else 14351else
8196 echo "configure: failed program was:" >&5 14352 echo "$as_me: failed program was:" >&5
8197 cat conftest.$ac_ext >&5 14353sed 's/^/| /' conftest.$ac_ext >&5
8198 rm -rf conftest* 14354
8199 ac_cv_type_signal=int 14355ac_cv_type_signal=int
8200fi 14356fi
8201rm -f conftest* 14357rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8202fi 14358fi
8203 14359echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
8204echo "$ac_t""$ac_cv_type_signal" 1>&6 14360echo "${ECHO_T}$ac_cv_type_signal" >&6
14361
8205cat >> confdefs.h <<EOF 14362cat >>confdefs.h <<_ACEOF
8206#define RETSIGTYPE $ac_cv_type_signal 14363#define RETSIGTYPE $ac_cv_type_signal
8207EOF 14364_ACEOF
8208 14365
8209 14366
8210 14367
8211case "$host_alias" in 14368case "$host_alias" in
8212 *ultrix) ac_cv_func_setsid='no' ;; 14369 *ultrix) ac_cv_func_setsid='no' ;;
8213 *) break;; 14370 *) break;;
8214esac 14371esac
14372
14373
14374
14375
14376
14377
14378
14379
14380
14381
14382
14383
14384
14385
14386
14387
14388
14389
8215 14390
8216for ac_func in \ 14391for ac_func in \
8217 atexit \ 14392 atexit \
8218 revoke \ 14393 revoke \
8219 unsetenv \ 14394 unsetenv \
8232 nanosleep \ 14407 nanosleep \
8233 updwtmp \ 14408 updwtmp \
8234 ttyslot \ 14409 ttyslot \
8235 14410
8236do 14411do
14412as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14413echo "$as_me:$LINENO: checking for $ac_func" >&5
8237echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 14414echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8238echo "configure:8239: checking for $ac_func" >&5 14415if eval "test \"\${$as_ac_var+set}\" = set"; then
8239if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
8240 echo $ac_n "(cached) $ac_c" 1>&6 14416 echo $ECHO_N "(cached) $ECHO_C" >&6
8241else 14417else
8242 cat > conftest.$ac_ext <<EOF 14418 cat >conftest.$ac_ext <<_ACEOF
8243#line 8244 "configure" 14419/* confdefs.h. */
8244#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
8245/* System header to define __stub macros and hopefully few prototypes, 14428/* System header to define __stub macros and hopefully few prototypes,
8246 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
8247#include <assert.h> 14436# include <assert.h>
14437#endif
14438
14439#undef $ac_func
14440
8248/* 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
8249/* 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
8250 builtin and then its argument prototype would still apply. */ 14447 builtin and then its argument prototype would still apply. */
8251char $ac_func(); 14448char $ac_func ();
8252
8253int main() {
8254
8255/* The GNU C library defines this for functions which it implements 14449/* The GNU C library defines this for functions which it implements
8256 to always fail with ENOSYS. Some functions are actually named 14450 to always fail with ENOSYS. Some functions are actually named
8257 something starting with __ and the normal name is an alias. */ 14451 something starting with __ and the normal name is an alias. */
8258#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 14452#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8259choke me 14453choke me
8260#else 14454#else
8261$ac_func(); 14455char (*f) () = $ac_func;
8262#endif 14456#endif
14457#ifdef __cplusplus
14458}
14459#endif
8263 14460
14461int
14462main ()
14463{
14464return f != $ac_func;
14465 ;
8264; return 0; } 14466 return 0;
8265EOF 14467}
8266if { (eval echo configure:8267: \"$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
8267 rm -rf conftest* 14474 rm -f conftest.er1
8268 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"
8269else 14491else
8270 echo "configure: failed program was:" >&5 14492 echo "$as_me: failed program was:" >&5
8271 cat conftest.$ac_ext >&5 14493sed 's/^/| /' conftest.$ac_ext >&5
8272 rm -rf conftest*
8273 eval "ac_cv_func_$ac_func=no"
8274fi
8275rm -f conftest*
8276fi
8277 14494
8278if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then 14495eval "$as_ac_var=no"
8279 echo "$ac_t""yes" 1>&6 14496fi
8280 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
8281 cat >> confdefs.h <<EOF 14503 cat >>confdefs.h <<_ACEOF
8282#define $ac_tr_func 1 14504#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
8283EOF 14505_ACEOF
8284 14506
8285else
8286 echo "$ac_t""no" 1>&6
8287fi 14507fi
8288done 14508done
8289 14509
8290 14510
8291 14511
8292ac_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
8293echo $ac_n "checking for utmp.h""... $ac_c" 1>&6 14514echo $ECHO_N "checking for utmp.h... $ECHO_C" >&6
8294echo "configure:8295: checking for utmp.h" >&5 14515if test "${ac_cv_header_utmp_h+set}" = set; then
8295if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
8296 echo $ac_n "(cached) $ac_c" 1>&6 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
8297else 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
8298 cat > conftest.$ac_ext <<EOF 14524cat >conftest.$ac_ext <<_ACEOF
8299#line 8300 "configure" 14525/* confdefs.h. */
8300#include "confdefs.h" 14526_ACEOF
14527cat confdefs.h >>conftest.$ac_ext
14528cat >>conftest.$ac_ext <<_ACEOF
14529/* end confdefs.h. */
14530$ac_includes_default
8301#include <utmp.h> 14531#include <utmp.h>
8302EOF 14532_ACEOF
8303ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 14533rm -f conftest.$ac_objext
8304{ (eval echo configure:8305: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 14534if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8305ac_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
8306if test -z "$ac_err"; then 14593if test -z "$ac_cpp_err"; then
8307 rm -rf conftest* 14594 ac_header_preproc=yes
8308 eval "ac_cv_header_$ac_safe=yes"
8309else 14595else
8310 echo "$ac_err" >&5
8311 echo "configure: failed program was:" >&5 14596 echo "$as_me: failed program was:" >&5
8312 cat conftest.$ac_ext >&5 14597sed 's/^/| /' conftest.$ac_ext >&5
8313 rm -rf conftest* 14598
8314 eval "ac_cv_header_$ac_safe=no" 14599 ac_header_preproc=no
8315fi 14600fi
8316rm -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
8317fi 14643fi
8318if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 14644echo "$as_me:$LINENO: result: $ac_cv_header_utmp_h" >&5
8319 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
8320 echo $ac_n "checking for struct utmp""... $ac_c" 1>&6 14650echo $ECHO_N "checking for struct utmp... $ECHO_C" >&6
8321echo "configure:8322: checking for struct utmp" >&5
8322if eval "test \"`echo '$''{'rxvt_cv_struct_utmp'+set}'`\" = set"; then 14651if test "${rxvt_cv_struct_utmp+set}" = set; then
8323 echo $ac_n "(cached) $ac_c" 1>&6 14652 echo $ECHO_N "(cached) $ECHO_C" >&6
8324else 14653else
8325 cat > conftest.$ac_ext <<EOF 14654 cat >conftest.$ac_ext <<_ACEOF
8326#line 8327 "configure" 14655/* confdefs.h. */
8327#include "confdefs.h" 14656_ACEOF
14657cat confdefs.h >>conftest.$ac_ext
14658cat >>conftest.$ac_ext <<_ACEOF
14659/* end confdefs.h. */
8328#include <sys/types.h> 14660#include <sys/types.h>
8329#include <stdint.h> 14661#include <stdint.h>
8330#include <utmp.h> 14662#include <utmp.h>
8331int main() { 14663int
14664main ()
14665{
8332struct utmp ut; 14666struct utmp ut;
14667 ;
8333; return 0; } 14668 return 0;
8334EOF 14669}
8335if { (eval echo configure:8336: \"$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
8336 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
8337 rxvt_cv_struct_utmp=yes 14692 rxvt_cv_struct_utmp=yes
8338else 14693else
8339 echo "configure: failed program was:" >&5 14694 echo "$as_me: failed program was:" >&5
8340 cat conftest.$ac_ext >&5 14695sed 's/^/| /' conftest.$ac_ext >&5
8341 rm -rf conftest* 14696
8342 rxvt_cv_struct_utmp=no 14697rxvt_cv_struct_utmp=no
8343fi 14698fi
8344rm -f conftest* 14699rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8345fi 14700fi
8346 14701echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmp" >&5
8347echo "$ac_t""$rxvt_cv_struct_utmp" 1>&6 14702echo "${ECHO_T}$rxvt_cv_struct_utmp" >&6
8348if test x$rxvt_cv_struct_utmp = xyes; then 14703if test x$rxvt_cv_struct_utmp = xyes; then
14704
8349 cat >> confdefs.h <<\EOF 14705cat >>confdefs.h <<\_ACEOF
8350#define HAVE_STRUCT_UTMP 1 14706#define HAVE_STRUCT_UTMP 1
8351EOF 14707_ACEOF
8352 14708
8353fi 14709fi
8354 14710
8355 14711
14712echo "$as_me:$LINENO: checking for ut_host in utmp struct" >&5
8356echo $ac_n "checking for ut_host in utmp struct""... $ac_c" 1>&6 14713echo $ECHO_N "checking for ut_host in utmp struct... $ECHO_C" >&6
8357echo "configure:8358: checking for ut_host in utmp struct" >&5
8358if eval "test \"`echo '$''{'rxvt_cv_struct_utmp_host'+set}'`\" = set"; then 14714if test "${rxvt_cv_struct_utmp_host+set}" = set; then
8359 echo $ac_n "(cached) $ac_c" 1>&6 14715 echo $ECHO_N "(cached) $ECHO_C" >&6
8360else 14716else
8361 cat > conftest.$ac_ext <<EOF 14717 cat >conftest.$ac_ext <<_ACEOF
8362#line 8363 "configure" 14718/* confdefs.h. */
8363#include "confdefs.h" 14719_ACEOF
14720cat confdefs.h >>conftest.$ac_ext
14721cat >>conftest.$ac_ext <<_ACEOF
14722/* end confdefs.h. */
8364#include <sys/types.h> 14723#include <sys/types.h>
8365#include <utmp.h> 14724#include <utmp.h>
8366int main() { 14725int
14726main ()
14727{
8367struct utmp ut; ut.ut_host; 14728struct utmp ut; ut.ut_host;
14729 ;
8368; return 0; } 14730 return 0;
8369EOF 14731}
8370if { (eval echo configure:8371: \"$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
8371 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
8372 rxvt_cv_struct_utmp_host=yes 14754 rxvt_cv_struct_utmp_host=yes
8373else 14755else
8374 echo "configure: failed program was:" >&5 14756 echo "$as_me: failed program was:" >&5
8375 cat conftest.$ac_ext >&5 14757sed 's/^/| /' conftest.$ac_ext >&5
8376 rm -rf conftest* 14758
8377 rxvt_cv_struct_utmp_host=no 14759rxvt_cv_struct_utmp_host=no
8378fi 14760fi
8379rm -f conftest* 14761rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8380fi 14762fi
8381 14763echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmp_host" >&5
8382echo "$ac_t""$rxvt_cv_struct_utmp_host" 1>&6 14764echo "${ECHO_T}$rxvt_cv_struct_utmp_host" >&6
8383if test x$rxvt_cv_struct_utmp_host = xyes; then 14765if test x$rxvt_cv_struct_utmp_host = xyes; then
14766
8384 cat >> confdefs.h <<\EOF 14767cat >>confdefs.h <<\_ACEOF
8385#define HAVE_UTMP_HOST 1 14768#define HAVE_UTMP_HOST 1
8386EOF 14769_ACEOF
8387 14770
8388fi 14771fi
8389 14772
14773echo "$as_me:$LINENO: checking for ut_pid in utmp struct" >&5
8390echo $ac_n "checking for ut_pid in utmp struct""... $ac_c" 1>&6 14774echo $ECHO_N "checking for ut_pid in utmp struct... $ECHO_C" >&6
8391echo "configure:8392: checking for ut_pid in utmp struct" >&5
8392if eval "test \"`echo '$''{'rxvt_cv_struct_utmp_pid'+set}'`\" = set"; then 14775if test "${rxvt_cv_struct_utmp_pid+set}" = set; then
8393 echo $ac_n "(cached) $ac_c" 1>&6 14776 echo $ECHO_N "(cached) $ECHO_C" >&6
8394else 14777else
8395 cat > conftest.$ac_ext <<EOF 14778 cat >conftest.$ac_ext <<_ACEOF
8396#line 8397 "configure" 14779/* confdefs.h. */
8397#include "confdefs.h" 14780_ACEOF
14781cat confdefs.h >>conftest.$ac_ext
14782cat >>conftest.$ac_ext <<_ACEOF
14783/* end confdefs.h. */
8398#include <sys/types.h> 14784#include <sys/types.h>
8399#include <utmp.h> 14785#include <utmp.h>
8400int main() { 14786int
14787main ()
14788{
8401struct utmp ut; ut.ut_pid; 14789struct utmp ut; ut.ut_pid;
14790 ;
8402; return 0; } 14791 return 0;
8403EOF 14792}
8404if { (eval echo configure:8405: \"$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
8405 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
8406 rxvt_cv_struct_utmp_pid=yes 14815 rxvt_cv_struct_utmp_pid=yes
8407else 14816else
8408 echo "configure: failed program was:" >&5 14817 echo "$as_me: failed program was:" >&5
8409 cat conftest.$ac_ext >&5 14818sed 's/^/| /' conftest.$ac_ext >&5
8410 rm -rf conftest* 14819
8411 rxvt_cv_struct_utmp_pid=no 14820rxvt_cv_struct_utmp_pid=no
8412fi 14821fi
8413rm -f conftest* 14822rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8414fi 14823fi
8415 14824echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmp_pid" >&5
8416echo "$ac_t""$rxvt_cv_struct_utmp_pid" 1>&6 14825echo "${ECHO_T}$rxvt_cv_struct_utmp_pid" >&6
8417if test x$rxvt_cv_struct_utmp_pid = xyes; then 14826if test x$rxvt_cv_struct_utmp_pid = xyes; then
14827
8418 cat >> confdefs.h <<\EOF 14828cat >>confdefs.h <<\_ACEOF
8419#define HAVE_UTMP_PID 1 14829#define HAVE_UTMP_PID 1
8420EOF 14830_ACEOF
8421 14831
8422fi 14832fi
8423 14833
8424else
8425 echo "$ac_t""no" 1>&6
8426fi 14834fi
8427
8428 14835
8429ac_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
8430echo $ac_n "checking for utmpx.h""... $ac_c" 1>&6 14840echo $ECHO_N "checking for utmpx.h... $ECHO_C" >&6
8431echo "configure:8432: checking for utmpx.h" >&5 14841if test "${ac_cv_header_utmpx_h+set}" = set; then
8432if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
8433 echo $ac_n "(cached) $ac_c" 1>&6 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
8434else 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
8435 cat > conftest.$ac_ext <<EOF 14850cat >conftest.$ac_ext <<_ACEOF
8436#line 8437 "configure" 14851/* confdefs.h. */
8437#include "confdefs.h" 14852_ACEOF
14853cat confdefs.h >>conftest.$ac_ext
14854cat >>conftest.$ac_ext <<_ACEOF
14855/* end confdefs.h. */
14856$ac_includes_default
8438#include <utmpx.h> 14857#include <utmpx.h>
8439EOF 14858_ACEOF
8440ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 14859rm -f conftest.$ac_objext
8441{ (eval echo configure:8442: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 14860if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8442ac_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
8443if test -z "$ac_err"; then 14919if test -z "$ac_cpp_err"; then
8444 rm -rf conftest* 14920 ac_header_preproc=yes
8445 eval "ac_cv_header_$ac_safe=yes"
8446else 14921else
8447 echo "$ac_err" >&5
8448 echo "configure: failed program was:" >&5 14922 echo "$as_me: failed program was:" >&5
8449 cat conftest.$ac_ext >&5 14923sed 's/^/| /' conftest.$ac_ext >&5
8450 rm -rf conftest* 14924
8451 eval "ac_cv_header_$ac_safe=no" 14925 ac_header_preproc=no
8452fi 14926fi
8453rm -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
8454fi 14969fi
8455if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 14970echo "$as_me:$LINENO: result: $ac_cv_header_utmpx_h" >&5
8456 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
8457 echo $ac_n "checking for struct utmpx""... $ac_c" 1>&6 14976echo $ECHO_N "checking for struct utmpx... $ECHO_C" >&6
8458echo "configure:8459: checking for struct utmpx" >&5
8459if eval "test \"`echo '$''{'rxvt_cv_struct_utmpx'+set}'`\" = set"; then 14977if test "${rxvt_cv_struct_utmpx+set}" = set; then
8460 echo $ac_n "(cached) $ac_c" 1>&6 14978 echo $ECHO_N "(cached) $ECHO_C" >&6
8461else 14979else
8462 cat > conftest.$ac_ext <<EOF 14980 cat >conftest.$ac_ext <<_ACEOF
8463#line 8464 "configure" 14981/* confdefs.h. */
8464#include "confdefs.h" 14982_ACEOF
14983cat confdefs.h >>conftest.$ac_ext
14984cat >>conftest.$ac_ext <<_ACEOF
14985/* end confdefs.h. */
8465#include <sys/types.h> 14986#include <sys/types.h>
8466#include <utmpx.h> 14987#include <utmpx.h>
8467int main() { 14988int
14989main ()
14990{
8468struct utmpx ut; 14991struct utmpx ut;
14992 ;
8469; return 0; } 14993 return 0;
8470EOF 14994}
8471if { (eval echo configure:8472: \"$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
8472 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
8473 rxvt_cv_struct_utmpx=yes 15017 rxvt_cv_struct_utmpx=yes
8474else 15018else
8475 echo "configure: failed program was:" >&5 15019 echo "$as_me: failed program was:" >&5
8476 cat conftest.$ac_ext >&5 15020sed 's/^/| /' conftest.$ac_ext >&5
8477 rm -rf conftest* 15021
8478 rxvt_cv_struct_utmpx=no 15022rxvt_cv_struct_utmpx=no
8479fi 15023fi
8480rm -f conftest* 15024rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8481fi 15025fi
8482 15026echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmpx" >&5
8483echo "$ac_t""$rxvt_cv_struct_utmpx" 1>&6 15027echo "${ECHO_T}$rxvt_cv_struct_utmpx" >&6
8484if test x$rxvt_cv_struct_utmpx = xyes; then 15028if test x$rxvt_cv_struct_utmpx = xyes; then
15029
8485 cat >> confdefs.h <<\EOF 15030cat >>confdefs.h <<\_ACEOF
8486#define HAVE_STRUCT_UTMPX 1 15031#define HAVE_STRUCT_UTMPX 1
8487EOF 15032_ACEOF
8488 15033
8489fi 15034fi
8490 15035
8491 15036
15037echo "$as_me:$LINENO: checking for host in utmpx struct" >&5
8492echo $ac_n "checking for host in utmpx struct""... $ac_c" 1>&6 15038echo $ECHO_N "checking for host in utmpx struct... $ECHO_C" >&6
8493echo "configure:8494: checking for host in utmpx struct" >&5
8494if eval "test \"`echo '$''{'rxvt_cv_struct_utmpx_host'+set}'`\" = set"; then 15039if test "${rxvt_cv_struct_utmpx_host+set}" = set; then
8495 echo $ac_n "(cached) $ac_c" 1>&6 15040 echo $ECHO_N "(cached) $ECHO_C" >&6
8496else 15041else
8497 cat > conftest.$ac_ext <<EOF 15042 cat >conftest.$ac_ext <<_ACEOF
8498#line 8499 "configure" 15043/* confdefs.h. */
8499#include "confdefs.h" 15044_ACEOF
15045cat confdefs.h >>conftest.$ac_ext
15046cat >>conftest.$ac_ext <<_ACEOF
15047/* end confdefs.h. */
8500#include <sys/types.h> 15048#include <sys/types.h>
8501#include <utmpx.h> 15049#include <utmpx.h>
8502int main() { 15050int
15051main ()
15052{
8503struct utmpx utx; utx.ut_host; 15053struct utmpx utx; utx.ut_host;
15054 ;
8504; return 0; } 15055 return 0;
8505EOF 15056}
8506if { (eval echo configure:8507: \"$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
8507 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
8508 rxvt_cv_struct_utmpx_host=yes 15079 rxvt_cv_struct_utmpx_host=yes
8509else 15080else
8510 echo "configure: failed program was:" >&5 15081 echo "$as_me: failed program was:" >&5
8511 cat conftest.$ac_ext >&5 15082sed 's/^/| /' conftest.$ac_ext >&5
8512 rm -rf conftest* 15083
8513 rxvt_cv_struct_utmpx_host=no 15084rxvt_cv_struct_utmpx_host=no
8514fi 15085fi
8515rm -f conftest* 15086rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8516fi 15087fi
8517 15088echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmpx_host" >&5
8518echo "$ac_t""$rxvt_cv_struct_utmpx_host" 1>&6 15089echo "${ECHO_T}$rxvt_cv_struct_utmpx_host" >&6
8519if test x$rxvt_cv_struct_utmpx_host = xyes; then 15090if test x$rxvt_cv_struct_utmpx_host = xyes; then
15091
8520 cat >> confdefs.h <<\EOF 15092cat >>confdefs.h <<\_ACEOF
8521#define HAVE_UTMPX_HOST 1 15093#define HAVE_UTMPX_HOST 1
8522EOF 15094_ACEOF
8523 15095
8524fi 15096fi
8525 15097
8526else
8527 echo "$ac_t""no" 1>&6
8528fi 15098fi
8529
8530 15099
15100
15101
15102echo "$as_me:$LINENO: checking for struct lastlog" >&5
8531echo $ac_n "checking for struct lastlog""... $ac_c" 1>&6 15103echo $ECHO_N "checking for struct lastlog... $ECHO_C" >&6
8532echo "configure:8533: checking for struct lastlog" >&5
8533if eval "test \"`echo '$''{'rxvt_cv_struct_lastlog'+set}'`\" = set"; then 15104if test "${rxvt_cv_struct_lastlog+set}" = set; then
8534 echo $ac_n "(cached) $ac_c" 1>&6 15105 echo $ECHO_N "(cached) $ECHO_C" >&6
8535else 15106else
8536 cat > conftest.$ac_ext <<EOF 15107 cat >conftest.$ac_ext <<_ACEOF
8537#line 8538 "configure" 15108/* confdefs.h. */
8538#include "confdefs.h" 15109_ACEOF
15110cat confdefs.h >>conftest.$ac_ext
15111cat >>conftest.$ac_ext <<_ACEOF
15112/* end confdefs.h. */
8539#include <sys/types.h> 15113#include <sys/types.h>
8540#include <utmp.h> 15114#include <utmp.h>
8541#ifdef HAVE_LASTLOG_H 15115#ifdef HAVE_LASTLOG_H
8542#include <lastlog.h> 15116#include <lastlog.h>
8543#endif 15117#endif
8544 15118
8545int main() { 15119int
15120main ()
15121{
8546struct lastlog ll; 15122struct lastlog ll;
15123 ;
8547; return 0; } 15124 return 0;
8548EOF 15125}
8549if { (eval echo configure:8550: \"$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
8550 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
8551 rxvt_cv_struct_lastlog=yes 15148 rxvt_cv_struct_lastlog=yes
8552else 15149else
8553 echo "configure: failed program was:" >&5 15150 echo "$as_me: failed program was:" >&5
8554 cat conftest.$ac_ext >&5 15151sed 's/^/| /' conftest.$ac_ext >&5
8555 rm -rf conftest* 15152
8556 rxvt_cv_struct_lastlog=no 15153rxvt_cv_struct_lastlog=no
8557fi 15154fi
8558rm -f conftest* 15155rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8559fi 15156fi
8560 15157echo "$as_me:$LINENO: result: $rxvt_cv_struct_lastlog" >&5
8561echo "$ac_t""$rxvt_cv_struct_lastlog" 1>&6 15158echo "${ECHO_T}$rxvt_cv_struct_lastlog" >&6
8562if test x$rxvt_cv_struct_lastlog = xyes; then 15159if test x$rxvt_cv_struct_lastlog = xyes; then
15160
8563 cat >> confdefs.h <<\EOF 15161cat >>confdefs.h <<\_ACEOF
8564#define HAVE_STRUCT_LASTLOG 1 15162#define HAVE_STRUCT_LASTLOG 1
8565EOF 15163_ACEOF
8566 15164
8567fi 15165fi
8568 15166
15167echo "$as_me:$LINENO: checking for struct lastlogx" >&5
8569echo $ac_n "checking for struct lastlogx""... $ac_c" 1>&6 15168echo $ECHO_N "checking for struct lastlogx... $ECHO_C" >&6
8570echo "configure:8571: checking for struct lastlogx" >&5
8571if eval "test \"`echo '$''{'rxvt_cv_struct_lastlogx'+set}'`\" = set"; then 15169if test "${rxvt_cv_struct_lastlogx+set}" = set; then
8572 echo $ac_n "(cached) $ac_c" 1>&6 15170 echo $ECHO_N "(cached) $ECHO_C" >&6
8573else 15171else
8574 cat > conftest.$ac_ext <<EOF 15172 cat >conftest.$ac_ext <<_ACEOF
8575#line 8576 "configure" 15173/* confdefs.h. */
8576#include "confdefs.h" 15174_ACEOF
15175cat confdefs.h >>conftest.$ac_ext
15176cat >>conftest.$ac_ext <<_ACEOF
15177/* end confdefs.h. */
8577#include <sys/types.h> 15178#include <sys/types.h>
8578#include <utmpx.h> 15179#include <utmpx.h>
8579#ifdef HAVE_LASTLOG_H 15180#ifdef HAVE_LASTLOG_H
8580#include <lastlog.h> 15181#include <lastlog.h>
8581#endif 15182#endif
8582 15183
8583int main() { 15184int
15185main ()
15186{
8584struct lastlogx ll; 15187struct lastlogx ll;
15188 ;
8585; return 0; } 15189 return 0;
8586EOF 15190}
8587if { (eval echo configure:8588: \"$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
8588 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
8589 rxvt_cv_struct_lastlogx=yes 15213 rxvt_cv_struct_lastlogx=yes
8590else 15214else
8591 echo "configure: failed program was:" >&5 15215 echo "$as_me: failed program was:" >&5
8592 cat conftest.$ac_ext >&5 15216sed 's/^/| /' conftest.$ac_ext >&5
8593 rm -rf conftest* 15217
8594 rxvt_cv_struct_lastlogx=no 15218rxvt_cv_struct_lastlogx=no
8595fi 15219fi
8596rm -f conftest* 15220rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8597fi 15221fi
8598 15222echo "$as_me:$LINENO: result: $rxvt_cv_struct_lastlogx" >&5
8599echo "$ac_t""$rxvt_cv_struct_lastlogx" 1>&6 15223echo "${ECHO_T}$rxvt_cv_struct_lastlogx" >&6
8600if test x$rxvt_cv_struct_lastlogx = xyes; then 15224if test x$rxvt_cv_struct_lastlogx = xyes; then
15225
8601 cat >> confdefs.h <<\EOF 15226cat >>confdefs.h <<\_ACEOF
8602#define HAVE_STRUCT_LASTLOGX 1 15227#define HAVE_STRUCT_LASTLOGX 1
8603EOF 15228_ACEOF
8604 15229
8605fi 15230fi
8606 15231
8607 15232
15233echo "$as_me:$LINENO: checking where utmp is located" >&5
8608echo $ac_n "checking where utmp is located""... $ac_c" 1>&6 15234echo $ECHO_N "checking where utmp is located... $ECHO_C" >&6
8609echo "configure:8610: checking where utmp is located" >&5
8610if eval "test \"`echo '$''{'rxvt_cv_path_utmp'+set}'`\" = set"; then 15235if test "${rxvt_cv_path_utmp+set}" = set; then
8611 echo $ac_n "(cached) $ac_c" 1>&6 15236 echo $ECHO_N "(cached) $ECHO_C" >&6
8612else 15237else
8613 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
8614 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;}
8615else 15241else
8616 cat > conftest.$ac_ext <<EOF 15242 cat >conftest.$ac_ext <<_ACEOF
8617#line 8618 "configure" 15243/* confdefs.h. */
8618#include "confdefs.h" 15244_ACEOF
15245cat confdefs.h >>conftest.$ac_ext
15246cat >>conftest.$ac_ext <<_ACEOF
15247/* end confdefs.h. */
8619#include <stdio.h> 15248#include <stdio.h>
8620#include <sys/types.h> 15249#include <sys/types.h>
8621#include <utmp.h> 15250#include <utmp.h>
8622#include <errno.h> 15251#include <errno.h>
8623main() 15252main()
8640 exit(0); 15269 exit(0);
8641 } 15270 }
8642 } 15271 }
8643 exit(0); 15272 exit(0);
8644} 15273}
8645EOF 15274_ACEOF
8646if { (eval echo configure:8647: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 15275rm -f conftest$ac_exeext
8647then 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
8648 rxvt_cv_path_utmp=`cat conftestval` 15286 rxvt_cv_path_utmp=`cat conftestval`
8649else 15287else
15288 echo "$as_me: program exited with status $ac_status" >&5
8650 echo "configure: failed program was:" >&5 15289echo "$as_me: failed program was:" >&5
8651 cat conftest.$ac_ext >&5 15290sed 's/^/| /' conftest.$ac_ext >&5
8652 rm -fr conftest* 15291
15292( exit $ac_status )
8653 rxvt_cv_path_utmp= 15293rxvt_cv_path_utmp=
8654fi 15294fi
8655rm -fr conftest* 15295rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8656fi 15296fi
8657
8658fi 15297fi
8659 15298echo "$as_me:$LINENO: result: $rxvt_cv_path_utmp" >&5
8660echo "$ac_t""$rxvt_cv_path_utmp" 1>&6 15299echo "${ECHO_T}$rxvt_cv_path_utmp" >&6
8661if test x$rxvt_cv_path_utmp != x; then 15300if test x$rxvt_cv_path_utmp != x; then
15301
8662 cat >> confdefs.h <<EOF 15302cat >>confdefs.h <<_ACEOF
8663#define RXVT_UTMP_FILE "$rxvt_cv_path_utmp" 15303#define RXVT_UTMP_FILE "$rxvt_cv_path_utmp"
8664EOF 15304_ACEOF
8665 15305
8666fi 15306fi
8667 15307
8668 15308
15309echo "$as_me:$LINENO: checking where utmpx is located" >&5
8669echo $ac_n "checking where utmpx is located""... $ac_c" 1>&6 15310echo $ECHO_N "checking where utmpx is located... $ECHO_C" >&6
8670echo "configure:8671: checking where utmpx is located" >&5
8671if eval "test \"`echo '$''{'rxvt_cv_path_utmpx'+set}'`\" = set"; then 15311if test "${rxvt_cv_path_utmpx+set}" = set; then
8672 echo $ac_n "(cached) $ac_c" 1>&6 15312 echo $ECHO_N "(cached) $ECHO_C" >&6
8673else 15313else
8674 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
8675 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;}
8676else 15317else
8677 cat > conftest.$ac_ext <<EOF 15318 cat >conftest.$ac_ext <<_ACEOF
8678#line 8679 "configure" 15319/* confdefs.h. */
8679#include "confdefs.h" 15320_ACEOF
15321cat confdefs.h >>conftest.$ac_ext
15322cat >>conftest.$ac_ext <<_ACEOF
15323/* end confdefs.h. */
8680#include <stdio.h> 15324#include <stdio.h>
8681#include <sys/types.h> 15325#include <sys/types.h>
8682#include <utmpx.h> 15326#include <utmpx.h>
8683#include <errno.h> 15327#include <errno.h>
8684#include <sys/stat.h> 15328#include <sys/stat.h>
8711 exit(0); 15355 exit(0);
8712 } 15356 }
8713 } 15357 }
8714 exit(0); 15358 exit(0);
8715} 15359}
8716EOF 15360_ACEOF
8717if { (eval echo configure:8718: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 15361rm -f conftest$ac_exeext
8718then 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
8719 rxvt_cv_path_utmpx=`cat conftestval` 15372 rxvt_cv_path_utmpx=`cat conftestval`
8720else 15373else
15374 echo "$as_me: program exited with status $ac_status" >&5
8721 echo "configure: failed program was:" >&5 15375echo "$as_me: failed program was:" >&5
8722 cat conftest.$ac_ext >&5 15376sed 's/^/| /' conftest.$ac_ext >&5
8723 rm -fr conftest* 15377
15378( exit $ac_status )
8724 rxvt_cv_path_utmpx= 15379rxvt_cv_path_utmpx=
8725fi 15380fi
8726rm -fr conftest* 15381rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8727fi 15382fi
8728
8729fi 15383fi
8730 15384echo "$as_me:$LINENO: result: $rxvt_cv_path_utmpx" >&5
8731echo "$ac_t""$rxvt_cv_path_utmpx" 1>&6 15385echo "${ECHO_T}$rxvt_cv_path_utmpx" >&6
8732if test x$rxvt_cv_path_utmpx != x; then 15386if test x$rxvt_cv_path_utmpx != x; then
15387
8733 cat >> confdefs.h <<EOF 15388cat >>confdefs.h <<_ACEOF
8734#define RXVT_UTMPX_FILE "$rxvt_cv_path_utmpx" 15389#define RXVT_UTMPX_FILE "$rxvt_cv_path_utmpx"
8735EOF 15390_ACEOF
8736 15391
8737fi 15392fi
8738 15393
8739 15394
15395echo "$as_me:$LINENO: checking where wtmp is located" >&5
8740echo $ac_n "checking where wtmp is located""... $ac_c" 1>&6 15396echo $ECHO_N "checking where wtmp is located... $ECHO_C" >&6
8741echo "configure:8742: checking where wtmp is located" >&5
8742if eval "test \"`echo '$''{'rxvt_cv_path_wtmp'+set}'`\" = set"; then 15397if test "${rxvt_cv_path_wtmp+set}" = set; then
8743 echo $ac_n "(cached) $ac_c" 1>&6 15398 echo $ECHO_N "(cached) $ECHO_C" >&6
8744else 15399else
8745 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
8746 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;}
8747else 15403else
8748 cat > conftest.$ac_ext <<EOF 15404 cat >conftest.$ac_ext <<_ACEOF
8749#line 8750 "configure" 15405/* confdefs.h. */
8750#include "confdefs.h" 15406_ACEOF
15407cat confdefs.h >>conftest.$ac_ext
15408cat >>conftest.$ac_ext <<_ACEOF
15409/* end confdefs.h. */
8751#include <stdio.h> 15410#include <stdio.h>
8752#include <sys/types.h> 15411#include <sys/types.h>
8753#ifdef HAVE_UTMP_H 15412#ifdef HAVE_UTMP_H
8754#include <utmp.h> 15413#include <utmp.h>
8755#endif 15414#endif
8756#include <errno.h> 15415#include <errno.h>
8757main() 15416main()
8758{ 15417{
8759 char **w, *wtmplist[] = { 15418 char **w, *wtmplist[] = {
8760 "/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 };
8761 FILE *a, *f=fopen("conftestval", "w"); 15420 FILE *a, *f=fopen("conftestval", "w");
8762 if (!f) exit(1); 15421 if (!f) exit(1);
8763#ifdef WTMP_FILE 15422#ifdef WTMP_FILE
8764 fprintf(f, "%s\n", WTMP_FILE); 15423 fprintf(f, "%s\n", WTMP_FILE);
8765 exit(0); 15424 exit(0);
8774 exit(0); 15433 exit(0);
8775 } 15434 }
8776 } 15435 }
8777 exit(0); 15436 exit(0);
8778} 15437}
8779EOF 15438_ACEOF
8780if { (eval echo configure:8781: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 15439rm -f conftest$ac_exeext
8781then 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
8782 rxvt_cv_path_wtmp=`cat conftestval` 15450 rxvt_cv_path_wtmp=`cat conftestval`
8783else 15451else
15452 echo "$as_me: program exited with status $ac_status" >&5
8784 echo "configure: failed program was:" >&5 15453echo "$as_me: failed program was:" >&5
8785 cat conftest.$ac_ext >&5 15454sed 's/^/| /' conftest.$ac_ext >&5
8786 rm -fr conftest* 15455
15456( exit $ac_status )
8787 rxvt_cv_path_wtmp= 15457rxvt_cv_path_wtmp=
8788fi 15458fi
8789rm -fr conftest* 15459rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8790fi 15460fi
8791
8792fi 15461fi
8793 15462echo "$as_me:$LINENO: result: $rxvt_cv_path_wtmp" >&5
8794echo "$ac_t""$rxvt_cv_path_wtmp" 1>&6 15463echo "${ECHO_T}$rxvt_cv_path_wtmp" >&6
8795if test x$rxvt_cv_path_wtmp != x; then 15464if test x$rxvt_cv_path_wtmp != x; then
15465
8796 cat >> confdefs.h <<EOF 15466cat >>confdefs.h <<_ACEOF
8797#define RXVT_WTMP_FILE "$rxvt_cv_path_wtmp" 15467#define RXVT_WTMP_FILE "$rxvt_cv_path_wtmp"
8798EOF 15468_ACEOF
8799 15469
8800fi 15470fi
8801 15471
15472echo "$as_me:$LINENO: checking where wtmpx is located" >&5
8802echo $ac_n "checking where wtmpx is located""... $ac_c" 1>&6 15473echo $ECHO_N "checking where wtmpx is located... $ECHO_C" >&6
8803echo "configure:8804: checking where wtmpx is located" >&5
8804if eval "test \"`echo '$''{'rxvt_cv_path_wtmpx'+set}'`\" = set"; then 15474if test "${rxvt_cv_path_wtmpx+set}" = set; then
8805 echo $ac_n "(cached) $ac_c" 1>&6 15475 echo $ECHO_N "(cached) $ECHO_C" >&6
8806else 15476else
8807 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
8808 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;}
8809else 15480else
8810 cat > conftest.$ac_ext <<EOF 15481 cat >conftest.$ac_ext <<_ACEOF
8811#line 8812 "configure" 15482/* confdefs.h. */
8812#include "confdefs.h" 15483_ACEOF
15484cat confdefs.h >>conftest.$ac_ext
15485cat >>conftest.$ac_ext <<_ACEOF
15486/* end confdefs.h. */
8813#include <stdio.h> 15487#include <stdio.h>
8814#ifdef HAVE_UTMPX_H 15488#ifdef HAVE_UTMPX_H
8815#include <utmpx.h> 15489#include <utmpx.h>
8816#endif 15490#endif
8817#include <errno.h> 15491#include <errno.h>
8818main() 15492main()
8819{ 15493{
8820 char **w, *wtmplist[] = { 15494 char **w, *wtmplist[] = {
8821 "/var/log/wtmpx", "/var/adm/wtmpx", NULL }; 15495 "/var/log/wtmpx", "/var/adm/wtmpx", NULL };
8822 FILE *a, *f=fopen("conftestval", "w"); 15496 FILE *a, *f=fopen("conftestval", "w");
8823 if (!f) exit(1); 15497 if (!f) exit(1);
8824#ifdef WTMPX_FILE 15498#ifdef WTMPX_FILE
8825 fprintf(f, "%s\n", WTMPX_FILE); 15499 fprintf(f, "%s\n", WTMPX_FILE);
8826 exit(0); 15500 exit(0);
8835 exit(0); 15509 exit(0);
8836 } 15510 }
8837 } 15511 }
8838 exit(0); 15512 exit(0);
8839} 15513}
8840EOF 15514_ACEOF
8841if { (eval echo configure:8842: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 15515rm -f conftest$ac_exeext
8842then 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
8843 rxvt_cv_path_wtmpx=`cat conftestval` 15526 rxvt_cv_path_wtmpx=`cat conftestval`
8844else 15527else
15528 echo "$as_me: program exited with status $ac_status" >&5
8845 echo "configure: failed program was:" >&5 15529echo "$as_me: failed program was:" >&5
8846 cat conftest.$ac_ext >&5 15530sed 's/^/| /' conftest.$ac_ext >&5
8847 rm -fr conftest* 15531
15532( exit $ac_status )
8848 rxvt_cv_path_wtmpx= 15533rxvt_cv_path_wtmpx=
8849fi 15534fi
8850rm -fr conftest* 15535rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8851fi 15536fi
8852
8853fi 15537fi
8854 15538echo "$as_me:$LINENO: result: $rxvt_cv_path_wtmpx" >&5
8855echo "$ac_t""$rxvt_cv_path_wtmpx" 1>&6 15539echo "${ECHO_T}$rxvt_cv_path_wtmpx" >&6
8856if test x$rxvt_cv_path_wtmpx != x; then 15540if test x$rxvt_cv_path_wtmpx != x; then
15541
8857 cat >> confdefs.h <<EOF 15542cat >>confdefs.h <<_ACEOF
8858#define RXVT_WTMPX_FILE "$rxvt_cv_path_wtmpx" 15543#define RXVT_WTMPX_FILE "$rxvt_cv_path_wtmpx"
8859EOF 15544_ACEOF
8860 15545
8861fi 15546fi
8862 15547
15548echo "$as_me:$LINENO: checking where lastlog is located" >&5
8863echo $ac_n "checking where lastlog is located""... $ac_c" 1>&6 15549echo $ECHO_N "checking where lastlog is located... $ECHO_C" >&6
8864echo "configure:8865: checking where lastlog is located" >&5
8865if eval "test \"`echo '$''{'rxvt_cv_path_lastlog'+set}'`\" = set"; then 15550if test "${rxvt_cv_path_lastlog+set}" = set; then
8866 echo $ac_n "(cached) $ac_c" 1>&6 15551 echo $ECHO_N "(cached) $ECHO_C" >&6
8867else 15552else
8868 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
8869 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;}
8870else 15556else
8871 cat > conftest.$ac_ext <<EOF 15557 cat >conftest.$ac_ext <<_ACEOF
8872#line 8873 "configure" 15558/* confdefs.h. */
8873#include "confdefs.h" 15559_ACEOF
15560cat confdefs.h >>conftest.$ac_ext
15561cat >>conftest.$ac_ext <<_ACEOF
15562/* end confdefs.h. */
8874#include <stdio.h> 15563#include <stdio.h>
8875#include <sys/types.h> 15564#include <sys/types.h>
8876#ifdef HAVE_UTMPX_H 15565#ifdef HAVE_UTMPX_H
8877#include <utmpx.h> 15566#include <utmpx.h>
8878#elif defined(HAVE_UTMP_H) 15567#elif defined(HAVE_UTMP_H)
8901 exit(0); 15590 exit(0);
8902 } 15591 }
8903 } 15592 }
8904 exit(0); 15593 exit(0);
8905} 15594}
8906EOF 15595_ACEOF
8907if { (eval echo configure:8908: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 15596rm -f conftest$ac_exeext
8908then 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
8909 rxvt_cv_path_lastlog=`cat conftestval` 15607 rxvt_cv_path_lastlog=`cat conftestval`
8910else 15608else
15609 echo "$as_me: program exited with status $ac_status" >&5
8911 echo "configure: failed program was:" >&5 15610echo "$as_me: failed program was:" >&5
8912 cat conftest.$ac_ext >&5 15611sed 's/^/| /' conftest.$ac_ext >&5
8913 rm -fr conftest* 15612
15613( exit $ac_status )
8914 rxvt_cv_path_lastlog= 15614rxvt_cv_path_lastlog=
8915fi 15615fi
8916rm -fr conftest* 15616rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8917fi 15617fi
8918
8919fi 15618fi
8920 15619echo "$as_me:$LINENO: result: $rxvt_cv_path_lastlog" >&5
8921echo "$ac_t""$rxvt_cv_path_lastlog" 1>&6 15620echo "${ECHO_T}$rxvt_cv_path_lastlog" >&6
8922if test x$rxvt_cv_path_lastlog != x; then 15621if test x$rxvt_cv_path_lastlog != x; then
15622
8923 cat >> confdefs.h <<EOF 15623cat >>confdefs.h <<_ACEOF
8924#define RXVT_LASTLOG_FILE "$rxvt_cv_path_lastlog" 15624#define RXVT_LASTLOG_FILE "$rxvt_cv_path_lastlog"
8925EOF 15625_ACEOF
8926 15626
8927 if test -d "$rxvt_cv_path_lastlog"; then 15627 if test -d "$rxvt_cv_path_lastlog"; then
15628
8928 cat >> confdefs.h <<\EOF 15629cat >>confdefs.h <<\_ACEOF
8929#define LASTLOG_IS_DIR 1 15630#define LASTLOG_IS_DIR 1
8930EOF 15631_ACEOF
8931 15632
8932 fi 15633 fi
8933fi 15634fi
8934 15635
15636echo "$as_me:$LINENO: checking where lastlogx is located" >&5
8935echo $ac_n "checking where lastlogx is located""... $ac_c" 1>&6 15637echo $ECHO_N "checking where lastlogx is located... $ECHO_C" >&6
8936echo "configure:8937: checking where lastlogx is located" >&5
8937if eval "test \"`echo '$''{'rxvt_cv_path_lastlogx'+set}'`\" = set"; then 15638if test "${rxvt_cv_path_lastlogx+set}" = set; then
8938 echo $ac_n "(cached) $ac_c" 1>&6 15639 echo $ECHO_N "(cached) $ECHO_C" >&6
8939else 15640else
8940 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
8941 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;}
8942else 15644else
8943 cat > conftest.$ac_ext <<EOF 15645 cat >conftest.$ac_ext <<_ACEOF
8944#line 8945 "configure" 15646/* confdefs.h. */
8945#include "confdefs.h" 15647_ACEOF
15648cat confdefs.h >>conftest.$ac_ext
15649cat >>conftest.$ac_ext <<_ACEOF
15650/* end confdefs.h. */
8946#include <stdio.h> 15651#include <stdio.h>
8947#ifdef HAVE_UTMPX_H 15652#ifdef HAVE_UTMPX_H
8948#include <utmpx.h> 15653#include <utmpx.h>
8949#endif 15654#endif
8950#include <errno.h> 15655#include <errno.h>
8967 exit(0); 15672 exit(0);
8968 } 15673 }
8969 } 15674 }
8970 exit(0); 15675 exit(0);
8971} 15676}
8972EOF 15677_ACEOF
8973if { (eval echo configure:8974: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 15678rm -f conftest$ac_exeext
8974then 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
8975 rxvt_cv_path_lastlogx=`cat conftestval` 15689 rxvt_cv_path_lastlogx=`cat conftestval`
8976else 15690else
15691 echo "$as_me: program exited with status $ac_status" >&5
8977 echo "configure: failed program was:" >&5 15692echo "$as_me: failed program was:" >&5
8978 cat conftest.$ac_ext >&5 15693sed 's/^/| /' conftest.$ac_ext >&5
8979 rm -fr conftest* 15694
15695( exit $ac_status )
8980 rxvt_cv_path_lastlogx= 15696rxvt_cv_path_lastlogx=
8981fi 15697fi
8982rm -fr conftest* 15698rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8983fi 15699fi
8984
8985fi 15700fi
8986 15701echo "$as_me:$LINENO: result: $rxvt_cv_path_lastlogx" >&5
8987echo "$ac_t""$rxvt_cv_path_lastlogx" 1>&6 15702echo "${ECHO_T}$rxvt_cv_path_lastlogx" >&6
8988if test x$rxvt_cv_path_lastlogx != x; then 15703if test x$rxvt_cv_path_lastlogx != x; then
15704
8989 cat >> confdefs.h <<EOF 15705cat >>confdefs.h <<_ACEOF
8990#define RXVT_LASTLOGX_FILE "$rxvt_cv_path_lastlogx" 15706#define RXVT_LASTLOGX_FILE "$rxvt_cv_path_lastlogx"
8991EOF 15707_ACEOF
8992 15708
8993fi 15709fi
8994 15710
8995 15711
15712echo "$as_me:$LINENO: checking where ttys/ttytab is located" >&5
8996echo $ac_n "checking where ttys/ttytab is located""... $ac_c" 1>&6 15713echo $ECHO_N "checking where ttys/ttytab is located... $ECHO_C" >&6
8997echo "configure:8998: checking where ttys/ttytab is located" >&5
8998if eval "test \"`echo '$''{'rxvt_cv_path_ttytab'+set}'`\" = set"; then 15714if test "${rxvt_cv_path_ttytab+set}" = set; then
8999 echo $ac_n "(cached) $ac_c" 1>&6 15715 echo $ECHO_N "(cached) $ECHO_C" >&6
9000else 15716else
9001 for ttys_file in /etc/ttys /etc/ttytab; 15717 for ttys_file in /etc/ttys /etc/ttytab;
9002do 15718do
9003 if test -f "$ttys_file" ; then 15719 if test -f "$ttys_file" ; then
9004 rxvt_cv_path_ttytab=$ttys_file 15720 rxvt_cv_path_ttytab=$ttys_file
9005 break 15721 break
9006 fi 15722 fi
9007done 15723done
9008 15724
9009fi 15725fi
9010 15726echo "$as_me:$LINENO: result: $rxvt_cv_path_ttytab" >&5
9011echo "$ac_t""$rxvt_cv_path_ttytab" 1>&6 15727echo "${ECHO_T}$rxvt_cv_path_ttytab" >&6
9012if test x$rxvt_cv_path_ttytab != x; then 15728if test x$rxvt_cv_path_ttytab != x; then
15729
9013 cat >> confdefs.h <<EOF 15730cat >>confdefs.h <<_ACEOF
9014#define TTYTAB_FILENAME "$rxvt_cv_path_ttytab" 15731#define TTYTAB_FILENAME "$rxvt_cv_path_ttytab"
9015EOF 15732_ACEOF
9016 15733
9017fi 15734fi
9018 15735
9019 15736
9020ac_save_LIBS=$LIBS 15737ac_save_LIBS=$LIBS
9022CFLAGS="$CFLAGS $X_CFLAGS" 15739CFLAGS="$CFLAGS $X_CFLAGS"
9023LIBS="$LIBS $X_LIBS $X_EXTRA_LIBS -lX11" 15740LIBS="$LIBS $X_LIBS $X_EXTRA_LIBS -lX11"
9024if 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
9025 LIBS=`echo $LIBS | sed "$R_TRANSLATE"` 15742 LIBS=`echo $LIBS | sed "$R_TRANSLATE"`
9026fi 15743fi
15744echo "$as_me:$LINENO: checking for working Xlocale" >&5
9027echo $ac_n "checking for working Xlocale""... $ac_c" 1>&6 15745echo $ECHO_N "checking for working Xlocale... $ECHO_C" >&6
9028echo "configure:9029: checking for working Xlocale" >&5
9029if eval "test \"`echo '$''{'rxvt_cv_func_xlocale'+set}'`\" = set"; then 15746if test "${rxvt_cv_func_xlocale+set}" = set; then
9030 echo $ac_n "(cached) $ac_c" 1>&6 15747 echo $ECHO_N "(cached) $ECHO_C" >&6
9031else 15748else
9032 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
9033 echo "configure: warning: Define NO_XLOCALE in config.h manually" 1>&2 15751echo "$as_me: WARNING: Define NO_XLOCALE in config.h manually" >&2;}
9034else 15752else
9035 cat > conftest.$ac_ext <<EOF 15753 cat >conftest.$ac_ext <<_ACEOF
9036#line 9037 "configure" 15754/* confdefs.h. */
9037#include "confdefs.h" 15755_ACEOF
15756cat confdefs.h >>conftest.$ac_ext
15757cat >>conftest.$ac_ext <<_ACEOF
15758/* end confdefs.h. */
9038#include <X11/Xlib.h> 15759#include <X11/Xlib.h>
9039main() { 15760main() {
9040char *p; 15761char *p;
9041if ((p = XSetLocaleModifiers("@im=none")) != NULL && *p) 15762if ((p = XSetLocaleModifiers("@im=none")) != NULL && *p)
9042exit (XSupportsLocale() ? 0 : 1); 15763exit (XSupportsLocale() ? 0 : 1);
9043else 15764else
9044exit (1);} 15765exit (1);}
9045EOF 15766_ACEOF
9046if { (eval echo configure:9047: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 15767rm -f conftest$ac_exeext
9047then 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
9048 rxvt_cv_func_xlocale=yes 15778 rxvt_cv_func_xlocale=yes
9049else 15779else
15780 echo "$as_me: program exited with status $ac_status" >&5
9050 echo "configure: failed program was:" >&5 15781echo "$as_me: failed program was:" >&5
9051 cat conftest.$ac_ext >&5 15782sed 's/^/| /' conftest.$ac_ext >&5
9052 rm -fr conftest* 15783
15784( exit $ac_status )
9053 rxvt_cv_func_xlocale=no 15785rxvt_cv_func_xlocale=no
9054fi 15786fi
9055rm -fr conftest* 15787rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
9056fi 15788fi
9057
9058fi 15789fi
9059 15790echo "$as_me:$LINENO: result: $rxvt_cv_func_xlocale" >&5
9060echo "$ac_t""$rxvt_cv_func_xlocale" 1>&6 15791echo "${ECHO_T}$rxvt_cv_func_xlocale" >&6
9061if test x$rxvt_cv_func_xlocale = xyes; then 15792if test x$rxvt_cv_func_xlocale = xyes; then
15793
9062 cat >> confdefs.h <<\EOF 15794cat >>confdefs.h <<\_ACEOF
9063#define HAVE_XLOCALE 1 15795#define HAVE_XLOCALE 1
9064EOF 15796_ACEOF
9065 15797
9066fi 15798fi
9067 15799
15800echo "$as_me:$LINENO: checking for working X setlocale" >&5
9068echo $ac_n "checking for working X setlocale""... $ac_c" 1>&6 15801echo $ECHO_N "checking for working X setlocale... $ECHO_C" >&6
9069echo "configure:9070: checking for working X setlocale" >&5
9070if eval "test \"`echo '$''{'rxvt_cv_func_xsetlocale'+set}'`\" = set"; then 15802if test "${rxvt_cv_func_xsetlocale+set}" = set; then
9071 echo $ac_n "(cached) $ac_c" 1>&6 15803 echo $ECHO_N "(cached) $ECHO_C" >&6
9072else 15804else
9073 cat > conftest.$ac_ext <<EOF 15805 cat >conftest.$ac_ext <<_ACEOF
9074#line 9075 "configure" 15806/* confdefs.h. */
9075#include "confdefs.h" 15807_ACEOF
15808cat confdefs.h >>conftest.$ac_ext
15809cat >>conftest.$ac_ext <<_ACEOF
15810/* end confdefs.h. */
9076#define X_LOCALE 1 15811#define X_LOCALE 1
9077#include <X11/Xlocale.h> 15812#include <X11/Xlocale.h>
9078int main() { 15813int
15814main ()
15815{
9079setlocale(LC_CTYPE, ""); 15816setlocale(LC_CTYPE, "");
15817 ;
9080; return 0; } 15818 return 0;
9081EOF 15819}
9082if { (eval echo configure:9083: \"$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
9083 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
9084 rxvt_cv_func_xsetlocale=yes 15842 rxvt_cv_func_xsetlocale=yes
9085else 15843else
9086 echo "configure: failed program was:" >&5 15844 echo "$as_me: failed program was:" >&5
9087 cat conftest.$ac_ext >&5 15845sed 's/^/| /' conftest.$ac_ext >&5
9088 rm -rf conftest* 15846
9089 rxvt_cv_func_xsetlocale=no 15847rxvt_cv_func_xsetlocale=no
9090fi 15848fi
9091rm -f conftest* 15849rm -f conftest.err conftest.$ac_objext \
15850 conftest$ac_exeext conftest.$ac_ext
9092fi 15851fi
9093 15852echo "$as_me:$LINENO: result: $rxvt_cv_func_xsetlocale" >&5
9094echo "$ac_t""$rxvt_cv_func_xsetlocale" 1>&6 15853echo "${ECHO_T}$rxvt_cv_func_xsetlocale" >&6
9095if test x$rxvt_cv_func_xsetlocale = xyes; then 15854if test x$rxvt_cv_func_xsetlocale = xyes; then
15855
9096 cat >> confdefs.h <<\EOF 15856cat >>confdefs.h <<\_ACEOF
9097#define HAVE_XSETLOCALE 1 15857#define HAVE_XSETLOCALE 1
9098EOF 15858_ACEOF
9099 15859
9100fi 15860fi
9101LIBS=$ac_save_LIBS 15861LIBS=$ac_save_LIBS
9102CFLAGS=$ac_save_CFLAGS 15862CFLAGS=$ac_save_CFLAGS
9103 15863
15864echo "$as_me:$LINENO: checking for working plain setlocale" >&5
9104echo $ac_n "checking for working plain setlocale""... $ac_c" 1>&6 15865echo $ECHO_N "checking for working plain setlocale... $ECHO_C" >&6
9105echo "configure:9106: checking for working plain setlocale" >&5
9106if eval "test \"`echo '$''{'rxvt_cv_func_setlocale'+set}'`\" = set"; then 15866if test "${rxvt_cv_func_setlocale+set}" = set; then
9107 echo $ac_n "(cached) $ac_c" 1>&6 15867 echo $ECHO_N "(cached) $ECHO_C" >&6
9108else 15868else
9109 cat > conftest.$ac_ext <<EOF 15869 cat >conftest.$ac_ext <<_ACEOF
9110#line 9111 "configure" 15870/* confdefs.h. */
9111#include "confdefs.h" 15871_ACEOF
15872cat confdefs.h >>conftest.$ac_ext
15873cat >>conftest.$ac_ext <<_ACEOF
15874/* end confdefs.h. */
9112#include <locale.h> 15875#include <clocale>
9113int main() { 15876int
15877main ()
15878{
9114setlocale(LC_CTYPE, ""); 15879setlocale(LC_CTYPE, "");
15880 ;
9115; return 0; } 15881 return 0;
9116EOF 15882}
9117if { (eval echo configure:9118: \"$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
9118 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
9119 rxvt_cv_func_setlocale=yes 15905 rxvt_cv_func_setlocale=yes
9120else 15906else
9121 echo "configure: failed program was:" >&5 15907 echo "$as_me: failed program was:" >&5
9122 cat conftest.$ac_ext >&5 15908sed 's/^/| /' conftest.$ac_ext >&5
9123 rm -rf conftest* 15909
9124 rxvt_cv_func_setlocale=no 15910rxvt_cv_func_setlocale=no
9125fi 15911fi
9126rm -f conftest* 15912rm -f conftest.err conftest.$ac_objext \
15913 conftest$ac_exeext conftest.$ac_ext
9127fi 15914fi
9128 15915echo "$as_me:$LINENO: result: $rxvt_cv_func_setlocale" >&5
9129echo "$ac_t""$rxvt_cv_func_setlocale" 1>&6 15916echo "${ECHO_T}$rxvt_cv_func_setlocale" >&6
9130if test x$rxvt_cv_func_setlocale = xyes; then 15917if test x$rxvt_cv_func_setlocale = xyes; then
15918
9131 cat >> confdefs.h <<\EOF 15919cat >>confdefs.h <<\_ACEOF
9132#define HAVE_SETLOCALE 1 15920#define HAVE_SETLOCALE 1
9133EOF 15921_ACEOF
9134 15922
9135fi 15923fi
9136 15924
15925echo "$as_me:$LINENO: checking for working nl_langinfo" >&5
9137echo $ac_n "checking for working nl_langinfo""... $ac_c" 1>&6 15926echo $ECHO_N "checking for working nl_langinfo... $ECHO_C" >&6
9138echo "configure:9139: checking for working nl_langinfo" >&5
9139if eval "test \"`echo '$''{'rxvt_cv_func_nl_langinfo'+set}'`\" = set"; then 15927if test "${rxvt_cv_func_nl_langinfo+set}" = set; then
9140 echo $ac_n "(cached) $ac_c" 1>&6 15928 echo $ECHO_N "(cached) $ECHO_C" >&6
9141else 15929else
9142 cat > conftest.$ac_ext <<EOF 15930 cat >conftest.$ac_ext <<_ACEOF
9143#line 9144 "configure" 15931/* confdefs.h. */
9144#include "confdefs.h" 15932_ACEOF
15933cat confdefs.h >>conftest.$ac_ext
15934cat >>conftest.$ac_ext <<_ACEOF
15935/* end confdefs.h. */
9145#include <langinfo.h> 15936#include <langinfo.h>
9146int main() { 15937int
15938main ()
15939{
9147nl_langinfo(CODESET); 15940nl_langinfo(CODESET);
15941 ;
9148; return 0; } 15942 return 0;
9149EOF 15943}
9150if { (eval echo configure:9151: \"$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
9151 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
9152 rxvt_cv_func_nl_langinfo=yes 15966 rxvt_cv_func_nl_langinfo=yes
9153else 15967else
9154 echo "configure: failed program was:" >&5 15968 echo "$as_me: failed program was:" >&5
9155 cat conftest.$ac_ext >&5 15969sed 's/^/| /' conftest.$ac_ext >&5
9156 rm -rf conftest* 15970
9157 rxvt_cv_func_nl_langinfo=no 15971rxvt_cv_func_nl_langinfo=no
9158fi 15972fi
9159rm -f conftest* 15973rm -f conftest.err conftest.$ac_objext \
15974 conftest$ac_exeext conftest.$ac_ext
9160fi 15975fi
9161 15976echo "$as_me:$LINENO: result: $rxvt_cv_func_nl_langinfo" >&5
9162echo "$ac_t""$rxvt_cv_func_nl_langinfo" 1>&6 15977echo "${ECHO_T}$rxvt_cv_func_nl_langinfo" >&6
9163if test x$rxvt_cv_func_nl_langinfo = xyes; then 15978if test x$rxvt_cv_func_nl_langinfo = xyes; then
15979
9164 cat >> confdefs.h <<\EOF 15980cat >>confdefs.h <<\_ACEOF
9165#define HAVE_NL_LANGINFO 1 15981#define HAVE_NL_LANGINFO 1
9166EOF 15982_ACEOF
9167 15983
9168fi 15984fi
9169 15985
15986echo "$as_me:$LINENO: checking for getpt" >&5
9170echo $ac_n "checking for getpt""... $ac_c" 1>&6 15987echo $ECHO_N "checking for getpt... $ECHO_C" >&6
9171echo "configure:9172: checking for getpt" >&5
9172if eval "test \"`echo '$''{'rxvt_cv_func_getpt'+set}'`\" = set"; then 15988if test "${rxvt_cv_func_getpt+set}" = set; then
9173 echo $ac_n "(cached) $ac_c" 1>&6 15989 echo $ECHO_N "(cached) $ECHO_C" >&6
9174else 15990else
9175 cat > conftest.$ac_ext <<EOF 15991 cat >conftest.$ac_ext <<_ACEOF
9176#line 9177 "configure" 15992/* confdefs.h. */
9177#include "confdefs.h" 15993_ACEOF
15994cat confdefs.h >>conftest.$ac_ext
15995cat >>conftest.$ac_ext <<_ACEOF
15996/* end confdefs.h. */
9178#define _GNU_SOURCE 15997#define _GNU_SOURCE
9179#ifdef HAVE_STDLIB_H 15998#ifdef HAVE_STDLIB_H
9180# include <stdlib.h> 15999# include <cstdlib>
9181#endif 16000#endif
9182int main() { 16001int
16002main ()
16003{
9183(void)getpt(); 16004(void)getpt();
16005 ;
9184; return 0; } 16006 return 0;
9185EOF 16007}
9186if { (eval echo configure:9187: \"$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
9187 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
9188 rxvt_cv_func_getpt=yes 16030 rxvt_cv_func_getpt=yes
9189else 16031else
9190 echo "configure: failed program was:" >&5 16032 echo "$as_me: failed program was:" >&5
9191 cat conftest.$ac_ext >&5 16033sed 's/^/| /' conftest.$ac_ext >&5
9192 rm -rf conftest* 16034
9193 rxvt_cv_func_getpt=no 16035rxvt_cv_func_getpt=no
9194fi 16036fi
9195rm -f conftest* 16037rm -f conftest.err conftest.$ac_objext \
16038 conftest$ac_exeext conftest.$ac_ext
9196fi 16039fi
9197 16040echo "$as_me:$LINENO: result: $rxvt_cv_func_getpt" >&5
9198echo "$ac_t""$rxvt_cv_func_getpt" 1>&6 16041echo "${ECHO_T}$rxvt_cv_func_getpt" >&6
9199if test x$rxvt_cv_func_getpt = xyes; then 16042if test x$rxvt_cv_func_getpt = xyes; then
16043
9200 cat >> confdefs.h <<\EOF 16044cat >>confdefs.h <<\_ACEOF
9201#define HAVE_GETPT 1 16045#define HAVE_GETPT 1
9202EOF 16046_ACEOF
9203 16047
9204fi 16048fi
9205 16049
16050echo "$as_me:$LINENO: checking for pty/tty type" >&5
9206echo $ac_n "checking for pty/tty type""... $ac_c" 1>&6 16051echo $ECHO_N "checking for pty/tty type... $ECHO_C" >&6
9207echo "configure:9208: checking for pty/tty type" >&5
9208if eval "test \"`echo '$''{'rxvt_cv_ptys'+set}'`\" = set"; then 16052if test "${rxvt_cv_ptys+set}" = set; then
9209 echo $ac_n "(cached) $ac_c" 1>&6 16053 echo $ECHO_N "(cached) $ECHO_C" >&6
9210else 16054else
9211 if test x$ac_cv_func_openpty = xyes; then 16055 if test x$ac_cv_func_openpty = xyes; then
9212 rxvt_cv_ptys=OPENPTY 16056 rxvt_cv_ptys=OPENPTY
9213 else if test x$ac_cv_func__getpty = xyes; then 16057 else if test x$ac_cv_func__getpty = xyes; then
9214 rxvt_cv_ptys=SGI4 16058 rxvt_cv_ptys=SGI4
9237fi 16081fi
9238fi 16082fi
9239fi 16083fi
9240 16084
9241fi 16085fi
9242 16086echo "$as_me:$LINENO: result: $rxvt_cv_ptys" >&5
9243echo "$ac_t""$rxvt_cv_ptys" 1>&6 16087echo "${ECHO_T}$rxvt_cv_ptys" >&6
9244 16088
9245if test x$rxvt_cv_ptys = xOPENPTY; then 16089if test x$rxvt_cv_ptys = xOPENPTY; then
16090
9246 cat >> confdefs.h <<\EOF 16091cat >>confdefs.h <<\_ACEOF
9247#define PTYS_ARE_OPENPTY 1 16092#define PTYS_ARE_OPENPTY 1
9248EOF 16093_ACEOF
9249 16094
9250fi 16095fi
9251if test x$rxvt_cv_ptys = xSCO; then 16096if test x$rxvt_cv_ptys = xSCO; then
16097
9252 cat >> confdefs.h <<\EOF 16098cat >>confdefs.h <<\_ACEOF
9253#define PTYS_ARE_NUMERIC 1 16099#define PTYS_ARE_NUMERIC 1
9254EOF 16100_ACEOF
9255 16101
9256fi 16102fi
9257if test x$rxvt_cv_ptys = xSTREAMS; then 16103if test x$rxvt_cv_ptys = xSTREAMS; then
16104
9258 cat >> confdefs.h <<\EOF 16105cat >>confdefs.h <<\_ACEOF
9259#define PTYS_ARE_PTMX 1 16106#define PTYS_ARE_PTMX 1
9260EOF 16107_ACEOF
9261 16108
9262fi 16109fi
9263if test x$rxvt_cv_ptys = xPTC; then 16110if test x$rxvt_cv_ptys = xPTC; then
16111
9264 cat >> confdefs.h <<\EOF 16112cat >>confdefs.h <<\_ACEOF
9265#define PTYS_ARE_PTC 1 16113#define PTYS_ARE_PTC 1
9266EOF 16114_ACEOF
9267 16115
9268fi 16116fi
9269if test x$rxvt_cv_ptys = xSGI4; then 16117if test x$rxvt_cv_ptys = xSGI4; then
16118
9270 cat >> confdefs.h <<\EOF 16119cat >>confdefs.h <<\_ACEOF
9271#define PTYS_ARE__GETPTY 1 16120#define PTYS_ARE__GETPTY 1
9272EOF 16121_ACEOF
9273 16122
9274fi 16123fi
9275if test x$rxvt_cv_ptys = xCONVEX; then 16124if test x$rxvt_cv_ptys = xCONVEX; then
16125
9276 cat >> confdefs.h <<\EOF 16126cat >>confdefs.h <<\_ACEOF
9277#define PTYS_ARE_GETPTY 1 16127#define PTYS_ARE_GETPTY 1
9278EOF 16128_ACEOF
9279 16129
9280fi 16130fi
9281if test x$rxvt_cv_ptys = xGLIBC; then 16131if test x$rxvt_cv_ptys = xGLIBC; then
16132
9282 cat >> confdefs.h <<\EOF 16133cat >>confdefs.h <<\_ACEOF
9283#define PTYS_ARE_GETPT 1 16134#define PTYS_ARE_GETPT 1
9284EOF 16135_ACEOF
9285 16136
9286fi 16137fi
9287if test x$rxvt_cv_ptys = xHPUX; then 16138if test x$rxvt_cv_ptys = xHPUX; then
16139
9288 cat >> confdefs.h <<\EOF 16140cat >>confdefs.h <<\_ACEOF
9289#define PTYS_ARE_CLONE 1 16141#define PTYS_ARE_CLONE 1
9290EOF 16142_ACEOF
9291 16143
9292fi 16144fi
9293if 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
9294 cat >> confdefs.h <<\EOF 16147cat >>confdefs.h <<\_ACEOF
9295#define PTYS_ARE_SEARCHED 1 16148#define PTYS_ARE_SEARCHED 1
9296EOF 16149_ACEOF
9297 16150
9298fi 16151fi
9299 16152
9300 16153
16154{ echo "$as_me:$LINENO: checking for pty ranges..." >&5
9301echo "checking for pty ranges" 1>&6 16155echo "$as_me: checking for pty ranges..." >&6;}
9302echo "configure:9303: checking for pty ranges" >&5
9303ptys=`echo /dev/pty??` 16156ptys=`echo /dev/pty??`
9304pch1=`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'`
9305pch2=`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'`
9306if test x$pch1 != x; then 16159if test x$pch1 != x; then
16160
9307 cat >> confdefs.h <<EOF 16161cat >>confdefs.h <<_ACEOF
9308#define PTYCHAR1 "$pch1" 16162#define PTYCHAR1 "$pch1"
9309EOF 16163_ACEOF
9310 16164
9311fi 16165fi
9312if test x$pch2 != x; then 16166if test x$pch2 != x; then
16167
9313 cat >> confdefs.h <<EOF 16168cat >>confdefs.h <<_ACEOF
9314#define PTYCHAR2 "$pch2" 16169#define PTYCHAR2 "$pch2"
9315EOF 16170_ACEOF
9316 16171
9317fi 16172fi
9318 16173
16174echo "$as_me:$LINENO: checking for setlocale in -lxpg4" >&5
9319echo $ac_n "checking for setlocale in -lxpg4""... $ac_c" 1>&6 16175echo $ECHO_N "checking for setlocale in -lxpg4... $ECHO_C" >&6
9320echo "configure:9321: checking for setlocale in -lxpg4" >&5 16176if test "${ac_cv_lib_xpg4_setlocale+set}" = set; then
9321ac_lib_var=`echo xpg4'_'setlocale | sed 'y%./+-%__p_%'`
9322if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9323 echo $ac_n "(cached) $ac_c" 1>&6 16177 echo $ECHO_N "(cached) $ECHO_C" >&6
9324else 16178else
9325 ac_save_LIBS="$LIBS" 16179 ac_check_lib_save_LIBS=$LIBS
9326LIBS="-lxpg4 $LIBS" 16180LIBS="-lxpg4 $LIBS"
9327cat > conftest.$ac_ext <<EOF 16181cat >conftest.$ac_ext <<_ACEOF
9328#line 9329 "configure" 16182/* confdefs.h. */
9329#include "confdefs.h" 16183_ACEOF
16184cat confdefs.h >>conftest.$ac_ext
16185cat >>conftest.$ac_ext <<_ACEOF
16186/* end confdefs.h. */
16187
9330/* 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
9331/* 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
9332 builtin and then its argument prototype would still apply. */ 16193 builtin and then its argument prototype would still apply. */
9333char setlocale(); 16194char setlocale ();
9334 16195int
9335int main() { 16196main ()
16197{
9336setlocale() 16198setlocale ();
16199 ;
9337; return 0; } 16200 return 0;
9338EOF 16201}
9339if { (eval echo configure:9340: \"$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
9340 rm -rf conftest* 16208 rm -f conftest.er1
9341 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
9342else 16225else
9343 echo "configure: failed program was:" >&5 16226 echo "$as_me: failed program was:" >&5
9344 cat conftest.$ac_ext >&5 16227sed 's/^/| /' conftest.$ac_ext >&5
9345 rm -rf conftest* 16228
9346 eval "ac_cv_lib_$ac_lib_var=no" 16229ac_cv_lib_xpg4_setlocale=no
9347fi 16230fi
9348rm -f conftest* 16231rm -f conftest.err conftest.$ac_objext \
16232 conftest$ac_exeext conftest.$ac_ext
9349LIBS="$ac_save_LIBS" 16233LIBS=$ac_check_lib_save_LIBS
9350
9351fi 16234fi
9352if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 16235echo "$as_me:$LINENO: result: $ac_cv_lib_xpg4_setlocale" >&5
9353 echo "$ac_t""yes" 1>&6 16236echo "${ECHO_T}$ac_cv_lib_xpg4_setlocale" >&6
16237if test $ac_cv_lib_xpg4_setlocale = yes; then
9354 LIBS="$LIBS -lxpg4" 16238 LIBS="$LIBS -lxpg4"
9355else
9356 echo "$ac_t""no" 1>&6
9357fi 16239fi
9358 16240
9359 16241
9360if test x$support_graphics = xyes; then
9361 cat >> confdefs.h <<\EOF
9362#define RXVT_GRAPHICS 1
9363EOF
9364
9365fi
9366if test x$support_inheritpixmap = xyes; then 16242if test x$support_inheritpixmap = xyes; then
16243
9367 cat >> confdefs.h <<\EOF 16244cat >>confdefs.h <<\_ACEOF
9368#define TRANSPARENT 1 16245#define TRANSPARENT 1
9369EOF 16246_ACEOF
9370 16247
9371fi 16248fi
9372if test x$support_keepscrolling = xno; then 16249if test x$support_keepscrolling = xno; then
16250
9373 cat >> confdefs.h <<\EOF 16251cat >>confdefs.h <<\_ACEOF
9374#define NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING 1 16252#define NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING 1
9375EOF 16253_ACEOF
9376 16254
9377fi 16255fi
9378if test x$support_selectionscrolling = xyes; then 16256if test x$support_selectionscrolling = xyes; then
16257
9379 cat >> confdefs.h <<\EOF 16258cat >>confdefs.h <<\_ACEOF
9380#define SELECTION_SCROLLING 1 16259#define SELECTION_SCROLLING 1
9381EOF 16260_ACEOF
9382 16261
9383fi 16262fi
9384if test x$support_menubar = xyes; then 16263if test x$support_menubar = xyes; then
16264
9385 cat >> confdefs.h <<\EOF 16265cat >>confdefs.h <<\_ACEOF
9386#define MENUBAR 1 16266#define MENUBAR 1
9387EOF 16267_ACEOF
9388 16268
9389fi 16269fi
9390if test x$support_frills = xno; then 16270if test x$support_frills = xno; then
16271
9391 cat >> confdefs.h <<\EOF 16272cat >>confdefs.h <<\_ACEOF
9392#define NO_FRILLS 1 16273#define NO_FRILLS 1
9393EOF 16274_ACEOF
9394 16275
9395fi 16276fi
9396if test x$support_linespace = xno; then 16277if test x$support_linespace = xno; then
16278
9397 cat >> confdefs.h <<\EOF 16279cat >>confdefs.h <<\_ACEOF
9398#define NO_LINESPACE 1 16280#define NO_LINESPACE 1
9399EOF 16281_ACEOF
9400 16282
9401fi 16283fi
9402if test x$support_24bit = xyes; then 16284if test x$support_24bit = xyes; then
16285
9403 cat >> confdefs.h <<\EOF 16286cat >>confdefs.h <<\_ACEOF
9404#define PREFER_24BIT 1 16287#define PREFER_24BIT 1
9405EOF 16288_ACEOF
9406 16289
9407fi 16290fi
9408if test x$support_mousewheel = xyes; then 16291if test x$support_mousewheel = xyes; then
16292
9409 cat >> confdefs.h <<\EOF 16293cat >>confdefs.h <<\_ACEOF
9410#define MOUSE_WHEEL 1 16294#define MOUSE_WHEEL 1
9411EOF 16295_ACEOF
9412 16296
9413fi 16297fi
9414if test x$support_mouseslipwheel = xyes; then 16298if test x$support_mouseslipwheel = xyes; then
16299
9415 cat >> confdefs.h <<\EOF 16300cat >>confdefs.h <<\_ACEOF
9416#define MOUSE_SLIP_WHEELING 1 16301#define MOUSE_SLIP_WHEELING 1
9417EOF 16302_ACEOF
9418 16303
9419fi 16304fi
9420if test x$support_oldselection = xno; then 16305if test x$support_oldselection = xno; then
16306
9421 cat >> confdefs.h <<\EOF 16307cat >>confdefs.h <<\_ACEOF
9422#define NO_OLD_SELECTION 1 16308#define NO_OLD_SELECTION 1
9423EOF 16309_ACEOF
9424 16310
9425fi 16311fi
9426if test x$support_utmp = xyes; then 16312if test x$support_utmp = xyes; then
16313
9427 cat >> confdefs.h <<\EOF 16314cat >>confdefs.h <<\_ACEOF
9428#define UTMP_SUPPORT 1 16315#define UTMP_SUPPORT 1
9429EOF 16316_ACEOF
9430 16317
9431fi 16318fi
9432if test x$support_wtmp = xyes; then 16319if test x$support_wtmp = xyes; then
16320
9433 cat >> confdefs.h <<\EOF 16321cat >>confdefs.h <<\_ACEOF
9434#define WTMP_SUPPORT 1 16322#define WTMP_SUPPORT 1
9435EOF 16323_ACEOF
9436 16324
9437fi 16325fi
9438if test x$support_lastlog = xyes; then 16326if test x$support_lastlog = xyes; then
16327
9439 cat >> confdefs.h <<\EOF 16328cat >>confdefs.h <<\_ACEOF
9440#define LASTLOG_SUPPORT 1 16329#define LASTLOG_SUPPORT 1
9441EOF 16330_ACEOF
9442 16331
9443fi 16332fi
9444if test x$support_xim = xyes -o x$multichar_set = xyes; then 16333if test x$support_xim = xyes -o x$multichar_set = xyes; then
9445 if test x$rxvt_cv_func_xlocale = xyes; then 16334 if test x$rxvt_cv_func_xlocale = xyes; then
16335
9446 cat >> confdefs.h <<\EOF 16336cat >>confdefs.h <<\_ACEOF
9447#define USE_XIM 1 16337#define USE_XIM 1
9448EOF 16338_ACEOF
9449 16339
9450 fi 16340 fi
9451fi 16341fi
9452if test x$support_xpm = xyes; then 16342if test x$support_xpm = xyes; then
16343
9453 cat >> confdefs.h <<\EOF 16344cat >>confdefs.h <<\_ACEOF
9454#define XPM_BACKGROUND 1 16345#define XPM_BACKGROUND 1
9455EOF 16346_ACEOF
9456 16347
9457fi 16348fi
9458if test x$support_scroll_rxvt = xyes; then 16349if test x$support_scroll_rxvt = xyes; then
16350
9459 cat >> confdefs.h <<\EOF 16351cat >>confdefs.h <<\_ACEOF
9460#define RXVT_SCROLLBAR 1 16352#define RXVT_SCROLLBAR 1
9461EOF 16353_ACEOF
9462 16354
9463 scrolltypes="rxvt" 16355 scrolltypes="rxvt"
9464fi 16356fi
9465if test x$support_scroll_next = xyes; then 16357if test x$support_scroll_next = xyes; then
16358
9466 cat >> confdefs.h <<\EOF 16359cat >>confdefs.h <<\_ACEOF
9467#define NEXT_SCROLLBAR 1 16360#define NEXT_SCROLLBAR 1
9468EOF 16361_ACEOF
9469 16362
9470 scrolltypes="$scrolltypes next" 16363 scrolltypes="$scrolltypes next"
9471fi 16364fi
9472if test x$support_scroll_xterm = xyes; then 16365if test x$support_scroll_xterm = xyes; then
16366
9473 cat >> confdefs.h <<\EOF 16367cat >>confdefs.h <<\_ACEOF
9474#define XTERM_SCROLLBAR 1 16368#define XTERM_SCROLLBAR 1
9475EOF 16369_ACEOF
9476 16370
9477 scrolltypes="$scrolltypes xterm" 16371 scrolltypes="$scrolltypes xterm"
9478fi 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
9479if test x$support_pointer_blank = xyes; then 16381if test x$support_pointer_blank = xyes; then
16382
9480 cat >> confdefs.h <<\EOF 16383cat >>confdefs.h <<\_ACEOF
9481#define POINTER_BLANK 1 16384#define POINTER_BLANK 1
9482EOF 16385_ACEOF
9483 16386
9484fi 16387fi
9485if test x$support_cursor_blink = xyes; then 16388if test x$support_cursor_blink = xyes; then
16389
9486 cat >> confdefs.h <<\EOF 16390cat >>confdefs.h <<\_ACEOF
9487#define CURSOR_BLINK 1 16391#define CURSOR_BLINK 1
9488EOF 16392_ACEOF
16393
16394fi
16395if test x$support_text_blink = xyes; then
16396
16397cat >>confdefs.h <<\_ACEOF
16398#define TEXT_BLINK 1
16399_ACEOF
9489 16400
9490fi 16401fi
9491if test x$support_unicode3 = xyes; then 16402if test x$support_unicode3 = xyes; then
16403
9492 cat >> confdefs.h <<\EOF 16404cat >>confdefs.h <<\_ACEOF
9493#define UNICODE_3 1 16405#define UNICODE_3 1
9494EOF 16406_ACEOF
16407
16408fi
16409if test x$support_combining = xyes; then
16410
16411cat >>confdefs.h <<\_ACEOF
16412#define ENCODING_COMPOSE 1
16413_ACEOF
9495 16414
9496fi 16415fi
9497if test x$codesets = xall; then 16416if test x$codesets = xall; then
9498 codesets=jp,jp-ext,kr,cn,cn-ext,vn 16417 codesets=jp,jp-ext,kr,cn,cn-ext
9499fi 16418fi
9500for codeset in `echo $codesets | tr "a-z,\\-" "A-Z _"`; do 16419for codeset in `echo $codesets | tr "a-z,\\-" "A-Z _"`; do
16420
9501 cat >> confdefs.h <<\EOF 16421cat >>confdefs.h <<\_ACEOF
9502#define ENCODING_EU 1 16422#define ENCODING_EU 1
9503EOF 16423_ACEOF
16424
16425
16426cat >>confdefs.h <<\_ACEOF
16427#define ENCODING_VN 1
16428_ACEOF
9504 16429
9505 case "$codeset" in 16430 case "$codeset" in
9506 VN ) cat >> confdefs.h <<\EOF 16431 JP )
16432cat >>confdefs.h <<\_ACEOF
9507#define ENCODING_VN 1 16433#define ENCODING_JP 1
9508EOF 16434_ACEOF
9509 ;; 16435 ;;
9510 JP ) cat >> confdefs.h <<\EOF 16436 JP_EXT )
16437cat >>confdefs.h <<\_ACEOF
9511#define ENCODING_JP 1 16438#define ENCODING_JP_EXT 1
9512EOF 16439_ACEOF
9513 ;; 16440 ;;
9514 JP_EXT ) cat >> confdefs.h <<\EOF 16441 KR )
16442cat >>confdefs.h <<\_ACEOF
9515#define ENCODING_JP_EXT 1 16443#define ENCODING_KR 1
9516EOF 16444_ACEOF
9517 ;; 16445 ;;
9518 KR ) cat >> confdefs.h <<\EOF 16446 CN )
16447cat >>confdefs.h <<\_ACEOF
9519#define ENCODING_KR 1 16448#define ENCODING_CN 1
9520EOF 16449_ACEOF
9521 ;; 16450 ;;
9522 CN ) cat >> confdefs.h <<\EOF 16451 CN_EXT )
9523#define ENCODING_CN 1 16452cat >>confdefs.h <<\_ACEOF
9524EOF
9525 ;;
9526 CN_EXT ) cat >> confdefs.h <<\EOF
9527#define ENCODING_CN_EXT 1 16453#define ENCODING_CN_EXT 1
9528EOF 16454_ACEOF
9529 ;; 16455 ;;
9530 esac 16456 esac
9531done 16457done
9532 16458
9533 16459
9553 16479
9554 16480
9555 16481
9556 16482
9557if test x$support_addstrings = xno; then 16483if test x$support_addstrings = xno; then
16484
9558 cat >> confdefs.h <<\EOF 16485cat >>confdefs.h <<\_ACEOF
9559#define NO_STRINGS 1 16486#define NO_STRINGS 1
9560EOF 16487_ACEOF
9561 16488
9562fi 16489fi
9563 16490
9564MCOMMON=./autoconf/Make.common 16491MCOMMON=./autoconf/Make.common
9565 16492
9566 16493
9567if test "$program_transform_name" = s,x,x,; then
9568 program_transform_name=
9569else
9570 # Double any \ or $. echo might interpret backslashes.
9571 cat <<\EOF_SED > conftestsed
9572s,\\,\\\\,g; s,\$,$$,g
9573EOF_SED
9574 program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
9575 rm -f conftestsed
9576fi
9577test "$program_prefix" != NONE && 16494test "$program_prefix" != NONE &&
9578 program_transform_name="s,^,${program_prefix},; $program_transform_name" 16495 program_transform_name="s,^,$program_prefix,;$program_transform_name"
9579# Use a double $ so make ignores it. 16496# Use a double $ so make ignores it.
9580test "$program_suffix" != NONE && 16497test "$program_suffix" != NONE &&
9581 program_transform_name="s,\$\$,${program_suffix},; $program_transform_name" 16498 program_transform_name="s,\$,$program_suffix,;$program_transform_name"
9582 16499# Double any \ or $. echo might interpret backslashes.
9583# sed with no file args requires a program. 16500# By default was `s,x,x', remove it if useless.
9584test "$program_transform_name" = "" && program_transform_name="s,x,x," 16501cat <<\_ACEOF >conftest.sed
9585 16502s/[\\$]/&&/g;s/;s,x,x,$//
9586 16503_ACEOF
9587RXVTNAME=`echo rxvt|sed "$program_transform_name"` 16504program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
16505rm conftest.sed
9588 16506
9589 16507
9590 16508
9591 16509
9592 16510
9593if test "$ac_cv_header_stdint_h" = "yes" -o "$notset" = "dontmatch"; then 16511if test "$ac_cv_header_stdint_h" = "yes" -o "$notset" = "dontmatch"; then
9594 include_stdint_h="#include <stdint.h>" 16512 include_stdint_h="#include <stdint.h>"
9595else 16513else
9596 include_stdint_h="/* #include <stdint.h> */" 16514 include_stdint_h="/* #include <stdint.h> */"
9597fi 16515fi
9598if test "$ac_cv_header_stdarg_h" = "yes" -o "$notset" = "dontmatch"; then 16516if test "$ac_cv_header_stdarg_h" = "yes" -o "$notset" = "dontmatch"; then
9599 include_stdarg_h="#include <stdarg.h>" 16517 include_stdarg_h="#include <cstdarg>"
9600else 16518else
9601 include_stdarg_h="/* #include <stdarg.h> */" 16519 include_stdarg_h="/* #include <cstdarg> */"
9602fi 16520fi
9603if test "$ac_cv_header_stdlib_h" = "yes" -o "$notset" = "dontmatch"; then 16521if test "$ac_cv_header_stdlib_h" = "yes" -o "$notset" = "dontmatch"; then
9604 include_stdlib_h="#include <stdlib.h>" 16522 include_stdlib_h="#include <cstdlib>"
9605else 16523else
9606 include_stdlib_h="/* #include <stdlib.h> */" 16524 include_stdlib_h="/* #include <cstdlib> */"
9607fi 16525fi
9608if test "$ac_cv_header_unistd_h" = "yes" -o "$notset" = "dontmatch"; then 16526if test "$ac_cv_header_unistd_h" = "yes" -o "$notset" = "dontmatch"; then
9609 include_unistd_h="#include <unistd.h>" 16527 include_unistd_h="#include <unistd.h>"
9610else 16528else
9611 include_unistd_h="/* #include <unistd.h> */" 16529 include_unistd_h="/* #include <unistd.h> */"
9612fi 16530fi
9613if test "$ac_cv_header_string_h" = "yes" -o "$notset" = "dontmatch"; then 16531if test "$ac_cv_header_string_h" = "yes" -o "$notset" = "dontmatch"; then
9614 include_string_h="#include <string.h>" 16532 include_string_h="#include <cstring>"
9615else 16533else
9616 include_string_h="/* #include <string.h> */" 16534 include_string_h="/* #include <cstring> */"
9617fi 16535fi
9618if test "$ac_cv_header_fcntl_h" = "yes" -o "$notset" = "dontmatch"; then 16536if test "$ac_cv_header_fcntl_h" = "yes" -o "$notset" = "dontmatch"; then
9619 include_fcntl_h="#include <fcntl.h>" 16537 include_fcntl_h="#include <fcntl.h>"
9620else 16538else
9621 include_fcntl_h="/* #include <fcntl.h> */" 16539 include_fcntl_h="/* #include <fcntl.h> */"
9622fi 16540fi
9623if test "$ac_cv_header_util_h" = "yes" -o "$notset" = "dontmatch"; then 16541if test "$ac_cv_header_util_h" = "yes" -o "$notset" = "dontmatch"; then
9624 include_util_h="#include <util.h>" 16542 include_util_h="#include <util.h>"
9625else 16543else
9626 include_util_h="/* #include <util.h> */" 16544 include_util_h="/* #include <util.h> */"
9627fi 16545fi
9628if test "$ac_cv_header_assert_h" = "yes" -o "$notset" = "dontmatch"; then 16546if test "$ac_cv_header_assert_h" = "yes" -o "$notset" = "dontmatch"; then
9629 include_assert_h="#include <assert.h>" 16547 include_assert_h="#include <assert.h>"
9630else 16548else
9631 include_assert_h="/* #include <assert.h> */" 16549 include_assert_h="/* #include <assert.h> */"
9632fi 16550fi
9633if test "$rxvt_cv_header_sysioctl" = "yes" -o "$notset" = "dontmatch"; then 16551if test "$rxvt_cv_header_sysioctl" = "yes" -o "$notset" = "dontmatch"; then
9634 include_sys_ioctl_h="#include <sys/ioctl.h>" 16552 include_sys_ioctl_h="#include <sys/ioctl.h>"
9635else 16553else
9636 include_sys_ioctl_h="/* #include <sys/ioctl.h> */" 16554 include_sys_ioctl_h="/* #include <sys/ioctl.h> */"
9637fi 16555fi
9638if 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
9639 include_sys_select_h="#include <sys/select.h>" 16557 include_sys_select_h="#include <sys/select.h>"
9640else 16558else
9641 include_sys_select_h="/* #include <sys/select.h> */" 16559 include_sys_select_h="/* #include <sys/select.h> */"
9642fi 16560fi
9643if 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
9644 include_sys_strredir_h="#include <sys/strredir.h>" 16562 include_sys_strredir_h="#include <sys/strredir.h>"
9645else 16563else
9646 include_sys_strredir_h="/* #include <sys/strredir.h> */" 16564 include_sys_strredir_h="/* #include <sys/strredir.h> */"
9647fi 16565fi
9648if 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
9649 include_sys_time_h="#include <sys/time.h>" 16567 include_sys_time_h="#include <sys/time.h>"
9650else 16568else
9651 include_sys_time_h="/* #include <sys/time.h> */" 16569 include_sys_time_h="/* #include <sys/time.h> */"
9652fi 16570fi
9653if 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
9654 include_time_h="#include <time.h>" 16572 include_time_h="#include <time.h>"
9655else 16573else
9656 include_time_h="/* #include <time.h> */" 16574 include_time_h="/* #include <time.h> */"
9657fi 16575fi
9658 16576
9659if test x$support_xft = xyes; then 16577if test x$support_xft = xyes; then
9660 LIBS="$LIBS `pkg-config xft --libs`" 16578 LIBS="$LIBS `pkg-config xft --libs`"
9661 CFLAGS="$CFLAGS `pkg-config xft --cflags`" 16579 CFLAGS="$CFLAGS `pkg-config xft --cflags`"
9662 CPPFLAGS="$CPPFLAGS `pkg-config xft --cflags`" 16580 CPPFLAGS="$CPPFLAGS `pkg-config xft --cflags`"
9663 16581
16582
9664 for ac_hdr in X11/Xft/Xft.h 16583for ac_header in X11/Xft/Xft.h
9665do 16584do
9666ac_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
9667echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 16588echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9668echo "configure:9669: checking for $ac_hdr" >&5 16589if eval "test \"\${$as_ac_Header+set}\" = set"; then
9669if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9670 echo $ac_n "(cached) $ac_c" 1>&6 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
9671else 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
9672 cat > conftest.$ac_ext <<EOF 16598cat >conftest.$ac_ext <<_ACEOF
9673#line 9674 "configure" 16599/* confdefs.h. */
9674#include "confdefs.h" 16600_ACEOF
16601cat confdefs.h >>conftest.$ac_ext
16602cat >>conftest.$ac_ext <<_ACEOF
16603/* end confdefs.h. */
16604$ac_includes_default
9675#include <$ac_hdr> 16605#include <$ac_header>
9676EOF 16606_ACEOF
9677ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 16607rm -f conftest.$ac_objext
9678{ (eval echo configure:9679: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 16608if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9679ac_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
9680if test -z "$ac_err"; then 16667if test -z "$ac_cpp_err"; then
9681 rm -rf conftest* 16668 ac_header_preproc=yes
9682 eval "ac_cv_header_$ac_safe=yes"
9683else 16669else
9684 echo "$ac_err" >&5
9685 echo "configure: failed program was:" >&5 16670 echo "$as_me: failed program was:" >&5
9686 cat conftest.$ac_ext >&5 16671sed 's/^/| /' conftest.$ac_ext >&5
9687 rm -rf conftest* 16672
9688 eval "ac_cv_header_$ac_safe=no" 16673 ac_header_preproc=no
9689fi 16674fi
9690rm -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"
9691fi 16717fi
9692if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 16718echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9693 echo "$ac_t""yes" 1>&6 16719echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9694 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` 16720
16721fi
16722if test `eval echo '${'$as_ac_Header'}'` = yes; then
9695 cat >> confdefs.h <<EOF 16723 cat >>confdefs.h <<_ACEOF
9696#define $ac_tr_hdr 1 16724#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9697EOF 16725_ACEOF
9698 16726
9699else 16727else
9700 echo "$ac_t""no" 1>&6
9701support_xft=no 16728 support_xft=no
9702fi 16729fi
16730
9703done 16731done
9704 16732
16733
16734echo "$as_me:$LINENO: checking for XftDrawString32 in -lXft" >&5
9705 echo $ac_n "checking for XftDrawString32 in -lXft""... $ac_c" 1>&6 16735echo $ECHO_N "checking for XftDrawString32 in -lXft... $ECHO_C" >&6
9706echo "configure:9707: checking for XftDrawString32 in -lXft" >&5 16736if test "${ac_cv_lib_Xft_XftDrawString32+set}" = set; then
9707ac_lib_var=`echo Xft'_'XftDrawString32 | sed 'y%./+-%__p_%'`
9708if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9709 echo $ac_n "(cached) $ac_c" 1>&6 16737 echo $ECHO_N "(cached) $ECHO_C" >&6
9710else 16738else
9711 ac_save_LIBS="$LIBS" 16739 ac_check_lib_save_LIBS=$LIBS
9712LIBS="-lXft $LIBS" 16740LIBS="-lXft $LIBS"
9713cat > conftest.$ac_ext <<EOF 16741cat >conftest.$ac_ext <<_ACEOF
9714#line 9715 "configure" 16742/* confdefs.h. */
9715#include "confdefs.h" 16743_ACEOF
16744cat confdefs.h >>conftest.$ac_ext
16745cat >>conftest.$ac_ext <<_ACEOF
16746/* end confdefs.h. */
16747
9716/* 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
9717/* 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
9718 builtin and then its argument prototype would still apply. */ 16753 builtin and then its argument prototype would still apply. */
9719char XftDrawString32(); 16754char XftDrawString32 ();
9720 16755int
9721int main() { 16756main ()
16757{
9722XftDrawString32() 16758XftDrawString32 ();
16759 ;
9723; return 0; } 16760 return 0;
9724EOF 16761}
9725if { (eval echo configure:9726: \"$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
9726 rm -rf conftest* 16768 rm -f conftest.er1
9727 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
9728else 16785else
9729 echo "configure: failed program was:" >&5 16786 echo "$as_me: failed program was:" >&5
9730 cat conftest.$ac_ext >&5 16787sed 's/^/| /' conftest.$ac_ext >&5
9731 rm -rf conftest* 16788
9732 eval "ac_cv_lib_$ac_lib_var=no" 16789ac_cv_lib_Xft_XftDrawString32=no
9733fi 16790fi
9734rm -f conftest* 16791rm -f conftest.err conftest.$ac_objext \
16792 conftest$ac_exeext conftest.$ac_ext
9735LIBS="$ac_save_LIBS" 16793LIBS=$ac_check_lib_save_LIBS
9736
9737fi 16794fi
9738if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 16795echo "$as_me:$LINENO: result: $ac_cv_lib_Xft_XftDrawString32" >&5
9739 echo "$ac_t""yes" 1>&6 16796echo "${ECHO_T}$ac_cv_lib_Xft_XftDrawString32" >&6
9740 ac_tr_lib=HAVE_LIB`echo Xft | sed -e 's/[^a-zA-Z0-9_]/_/g' \ 16797if test $ac_cv_lib_Xft_XftDrawString32 = yes; then
9741 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
9742 cat >> confdefs.h <<EOF 16798 cat >>confdefs.h <<_ACEOF
9743#define $ac_tr_lib 1 16799#define HAVE_LIBXFT 1
9744EOF 16800_ACEOF
9745 16801
9746 LIBS="-lXft $LIBS" 16802 LIBS="-lXft $LIBS"
9747 16803
9748else 16804else
9749 echo "$ac_t""no" 1>&6
9750support_xft=no 16805 support_xft=no
9751fi 16806fi
9752 16807
9753 16808
9754 if test x$support_xft = xyes; then 16809 if test x$support_xft = xyes; then
16810
9755 cat >> confdefs.h <<\EOF 16811cat >>confdefs.h <<\_ACEOF
9756#define XFT 1 16812#define XFT 1
9757EOF 16813_ACEOF
9758 16814
9759 fi 16815 fi
9760fi 16816fi
9761 16817
9762trap '' 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"
9763cat > confcache <<\EOF 16819cat >confcache <<\_ACEOF
9764# 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
9765# 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
9766# scripts and configure runs. It is not useful on other systems. 16822# scripts and configure runs, see configure's option --config-cache.
9767# If it contains results you don't want to keep, you may remove or edit it. 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.
9768# 16825#
9769# By default, configure uses ./config.cache as the cache file,
9770# creating it if it does not exist already. You can give configure
9771# the --cache-file=FILE option to use a different cache file; that is
9772# what configure does when it calls configure scripts in
9773# subdirectories, so they share the cache.
9774# Giving --cache-file=/dev/null disables caching, for debugging configure.
9775# config.status only pays attention to the cache file if you give it the 16826# config.status only pays attention to the cache file if you give it
9776# --recheck option to rerun configure. 16827# the --recheck option to rerun configure.
9777# 16828#
9778EOF 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
9779# The following way of writing the cache mishandles newlines in values, 16835# The following way of writing the cache mishandles newlines in values,
9780# 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.
9781# So, don't put newlines in cache variables' values. 16837# So, don't put newlines in cache variables' values.
9782# 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,
9783# 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{
9784(set) 2>&1 | 16841 (set) 2>&1 |
9785 case `(ac_space=' '; set | grep ac_space) 2>&1` in 16842 case `(ac_space=' '; set | grep ac_space) 2>&1` in
9786 *ac_space=\ *) 16843 *ac_space=\ *)
9787 # `set' does not quote correctly, so add quotes (double-quote substitution 16844 # `set' does not quote correctly, so add quotes (double-quote
9788 # turns \\\\ into \\, and sed turns \\ into \). 16845 # substitution turns \\\\ into \\, and sed turns \\ into \).
9789 sed -n \ 16846 sed -n \
9790 -e "s/'/'\\\\''/g" \ 16847 "s/'/'\\\\''/g;
9791 -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"
9792 ;; 16849 ;;
9793 *) 16850 *)
9794 # `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.
9795 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"
9796 ;; 16854 ;;
9797 esac >> confcache 16855 esac;
9798if cmp -s $cache_file confcache; then 16856} |
9799 : 16857 sed '
9800else 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
9801 if test -w $cache_file; then 16865 if test -w $cache_file; then
9802 echo "updating cache $cache_file" 16866 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
9803 cat confcache > $cache_file 16867 cat confcache >$cache_file
9804 else 16868 else
9805 echo "not updating unwritable cache $cache_file" 16869 echo "not updating unwritable cache $cache_file"
9806 fi 16870 fi
9807fi 16871fi
9808rm -f confcache 16872rm -f confcache
9809 16873
9810trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
9811
9812test "x$prefix" = xNONE && prefix=$ac_default_prefix 16874test "x$prefix" = xNONE && prefix=$ac_default_prefix
9813# Let make expand exec_prefix. 16875# Let make expand exec_prefix.
9814test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' 16876test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
9815 16877
9816# Any assignment to VPATH causes Sun make to only execute 16878# VPATH may cause trouble with some makes, so we remove $(srcdir),
9817# the first set of double-colon rules, so remove it if not needed. 16879# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
9818# If there is a colon in the path, we need to keep it. 16880# trailing colons and then remove the whole line if VPATH becomes empty
16881# (actually we leave an empty line to preserve line numbers).
9819if test "x$srcdir" = x.; then 16882if test "x$srcdir" = x.; then
9820 ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d' 16883 ac_vpsub='/^[ ]*VPATH[ ]*=/{
16884s/:*\$(srcdir):*/:/;
16885s/:*\${srcdir}:*/:/;
16886s/:*@srcdir@:*/:/;
16887s/^\([^=]*=[ ]*\):*/\1/;
16888s/:*$//;
16889s/^[^=]*=[ ]*$//;
16890}'
9821fi 16891fi
9822
9823trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
9824 16892
9825DEFS=-DHAVE_CONFIG_H 16893DEFS=-DHAVE_CONFIG_H
9826 16894
9827# 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
9828: ${CONFIG_STATUS=./config.status} 16911: ${CONFIG_STATUS=./config.status}
9829 16912ac_clean_files_save=$ac_clean_files
16913ac_clean_files="$ac_clean_files $CONFIG_STATUS"
16914{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
9830echo creating $CONFIG_STATUS 16915echo "$as_me: creating $CONFIG_STATUS" >&6;}
9831rm -f $CONFIG_STATUS
9832cat > $CONFIG_STATUS <<EOF 16916cat >$CONFIG_STATUS <<_ACEOF
9833#! /bin/sh 16917#! $SHELL
9834# Generated automatically by configure. 16918# Generated by $as_me.
9835# Run this file to recreate the current configuration. 16919# Run this file to recreate the current configuration.
9836# This directory was configured as follows,
9837# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
9838#
9839# $0 $ac_configure_args
9840#
9841# Compiler output produced by configure, useful for debugging 16920# Compiler output produced by configure, useful for debugging
9842# configure, is in ./config.log if it exists. 16921# configure, is in config.log if it exists.
9843 16922
9844ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]" 16923debug=false
9845for 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
9846do 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
9847 case "\$ac_option" in 17275 case $ac_option in
17276 # Handling of the options.
17277_ACEOF
17278cat >>$CONFIG_STATUS <<\_ACEOF
9848 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) 17279 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
9849 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion" 17280 ac_cs_recheck=: ;;
9850 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;; 17281 --version | --vers* | -V )
9851 -version | --version | --versio | --versi | --vers | --ver | --ve | --v) 17282 echo "$ac_cs_version"; exit 0 ;;
9852 echo "$CONFIG_STATUS generated by autoconf version 2.13" 17283 --he | --h)
9853 exit 0 ;; 17284 # Conflict between --help and --header
9854 -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 )
9855 echo "\$ac_cs_usage"; exit 0 ;; 17291 echo "$ac_cs_usage"; exit 0 ;;
9856 *) 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; }; };;
9857 esac 17355 esac
9858done 17356done
9859 17357
9860ac_given_srcdir=$srcdir 17358# If the user did not use the arguments to specify the items to instantiate,
9861ac_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
9862 17366
9863trap 'rm -fr `echo "autoconf/Make.common \ 17367# Have a temporary directory for convenience. Make it in the build tree
9864Makefile \ 17368# simply because there is no reason to put it here, and in addition,
9865doc/Makefile \ 17369# creating and moving files from /tmp can sometimes cause problems.
9866src/Makefile \ 17370# Create a temporary directory, and hook for its removal unless debugging.
9867src/graphics/Makefile \ 17371$debug ||
9868src/test/Makefile \ 17372{
9869src/rxvtlib.h \ 17373 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
9870W11/Makefile \ 17374 trap '{ (exit 1); exit 1; }' 1 2 13 15
9871 config.h:autoconf/config.h.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 17375}
9872EOF 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
9873cat >> $CONFIG_STATUS <<EOF 17394cat >>$CONFIG_STATUS <<_ACEOF
9874 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
9875# 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.
9876sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g; 17404 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
9877 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF 17405 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
9878$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
9879$extrasub 17728$extrasub
9880s%@SHELL@%$SHELL%g
9881s%@CFLAGS@%$CFLAGS%g
9882s%@CPPFLAGS@%$CPPFLAGS%g
9883s%@CXXFLAGS@%$CXXFLAGS%g
9884s%@FFLAGS@%$FFLAGS%g
9885s%@DEFS@%$DEFS%g
9886s%@LDFLAGS@%$LDFLAGS%g
9887s%@LIBS@%$LIBS%g
9888s%@exec_prefix@%$exec_prefix%g
9889s%@prefix@%$prefix%g
9890s%@program_transform_name@%$program_transform_name%g
9891s%@bindir@%$bindir%g
9892s%@sbindir@%$sbindir%g
9893s%@libexecdir@%$libexecdir%g
9894s%@datadir@%$datadir%g
9895s%@sysconfdir@%$sysconfdir%g
9896s%@sharedstatedir@%$sharedstatedir%g
9897s%@localstatedir@%$localstatedir%g
9898s%@libdir@%$libdir%g
9899s%@includedir@%$includedir%g
9900s%@oldincludedir@%$oldincludedir%g
9901s%@infodir@%$infodir%g
9902s%@mandir@%$mandir%g
9903s%@VERSION@%$VERSION%g
9904s%@DATE@%$DATE%g
9905s%@LSMDATE@%$LSMDATE%g
9906s%@LIBVERSION@%$LIBVERSION%g
9907s%@CC@%$CC%g
9908s%@CXX@%$CXX%g
9909s%@CPP@%$CPP%g
9910s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
9911s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
9912s%@INSTALL_DATA@%$INSTALL_DATA%g
9913s%@AWK@%$AWK%g
9914s%@host@%$host%g
9915s%@host_alias@%$host_alias%g
9916s%@host_cpu@%$host_cpu%g
9917s%@host_vendor@%$host_vendor%g
9918s%@host_os@%$host_os%g
9919s%@build@%$build%g
9920s%@build_alias@%$build_alias%g
9921s%@build_cpu@%$build_cpu%g
9922s%@build_vendor@%$build_vendor%g
9923s%@build_os@%$build_os%g
9924s%@LN_S@%$LN_S%g
9925s%@OBJEXT@%$OBJEXT%g
9926s%@EXEEXT@%$EXEEXT%g
9927s%@ECHO@%$ECHO%g
9928s%@RANLIB@%$RANLIB%g
9929s%@STRIP@%$STRIP%g
9930s%@LIBTOOL@%$LIBTOOL%g
9931s%@INSTALL_LIBRXVT@%$INSTALL_LIBRXVT%g
9932s%@MV@%$MV%g
9933s%@RM@%$RM%g
9934s%@CP@%$CP%g
9935s%@LN@%$LN%g
9936s%@SED@%$SED%g
9937s%@CMP@%$CMP%g
9938s%@TBL@%$TBL%g
9939s%@X_CFLAGS@%$X_CFLAGS%g
9940s%@X_PRE_LIBS@%$X_PRE_LIBS%g
9941s%@X_LIBS@%$X_LIBS%g
9942s%@X_EXTRA_LIBS@%$X_EXTRA_LIBS%g
9943s%@XPM_CPPFLAGS@%$XPM_CPPFLAGS%g
9944s%@XPM_CFLAGS@%$XPM_CFLAGS%g
9945s%@XPM_LIBS@%$XPM_LIBS%g
9946s%@rxvt_int16_typedef@%$rxvt_int16_typedef%g
9947s%@rxvt_uint16_typedef@%$rxvt_uint16_typedef%g
9948s%@rxvt_int32_typedef@%$rxvt_int32_typedef%g
9949s%@rxvt_uint32_typedef@%$rxvt_uint32_typedef%g
9950s%@rxvt_intp_define@%$rxvt_intp_define%g
9951s%@rxvt_u_intp_define@%$rxvt_u_intp_define%g
9952s%@DEBUG@%$DEBUG%g
9953s%@DINCLUDE@%$DINCLUDE%g
9954s%@DLIB@%$DLIB%g
9955/@MCOMMON@/r $MCOMMON
9956s%@MCOMMON@%%g
9957s%@RXVTNAME@%$RXVTNAME%g
9958s%@include_stdint_h@%$include_stdint_h%g
9959s%@include_stdarg_h@%$include_stdarg_h%g
9960s%@include_stdlib_h@%$include_stdlib_h%g
9961s%@include_unistd_h@%$include_unistd_h%g
9962s%@include_string_h@%$include_string_h%g
9963s%@include_fcntl_h@%$include_fcntl_h%g
9964s%@include_util_h@%$include_util_h%g
9965s%@include_assert_h@%$include_assert_h%g
9966s%@include_sys_ioctl_h@%$include_sys_ioctl_h%g
9967s%@include_sys_select_h@%$include_sys_select_h%g
9968s%@include_sys_strredir_h@%$include_sys_strredir_h%g
9969s%@include_sys_time_h@%$include_sys_time_h%g
9970s%@include_time_h@%$include_time_h%g
9971
9972CEOF 17729_ACEOF
9973EOF
9974
9975cat >> $CONFIG_STATUS <<\EOF 17730cat >>$CONFIG_STATUS <<\_ACEOF
9976 17731:t
9977# Split the substitutions into bite-sized pieces for seds with 17732/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
9978# small command number limits, like on Digital OSF/1 and HP-UX. 17733s,@configure_input@,$configure_input,;t t
9979ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script. 17734s,@srcdir@,$ac_srcdir,;t t
9980ac_file=1 # Number of current file. 17735s,@abs_srcdir@,$ac_abs_srcdir,;t t
9981ac_beg=1 # First line for current file. 17736s,@top_srcdir@,$ac_top_srcdir,;t t
9982ac_end=$ac_max_sed_cmds # Line after last line for current file. 17737s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
9983ac_more_lines=: 17738s,@builddir@,$ac_builddir,;t t
9984ac_sed_cmds="" 17739s,@abs_builddir@,$ac_abs_builddir,;t t
9985while $ac_more_lines; do 17740s,@top_builddir@,$ac_top_builddir,;t t
9986 if test $ac_beg -gt 1; then 17741s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
9987 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
9988 else 17747 else
9989 sed "${ac_end}q" conftest.subs > conftest.s$ac_file 17748 cat $tmp/out
17749 rm -f $tmp/out
9990 fi 17750 fi
9991 if test ! -s conftest.s$ac_file; then 17751
9992 ac_more_lines=false
9993 rm -f conftest.s$ac_file
9994 else
9995 if test -z "$ac_sed_cmds"; then
9996 ac_sed_cmds="sed -f conftest.s$ac_file"
9997 else
9998 ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
9999 fi
10000 ac_file=`expr $ac_file + 1`
10001 ac_beg=$ac_end
10002 ac_end=`expr $ac_end + $ac_max_sed_cmds`
10003 fi
10004done 17752done
10005if test -z "$ac_sed_cmds"; then 17753_ACEOF
10006 ac_sed_cmds=cat
10007fi
10008EOF
10009
10010cat >> $CONFIG_STATUS <<EOF
10011
10012CONFIG_FILES=\${CONFIG_FILES-"autoconf/Make.common \
10013Makefile \
10014doc/Makefile \
10015src/Makefile \
10016src/graphics/Makefile \
10017src/test/Makefile \
10018src/rxvtlib.h \
10019W11/Makefile \
10020"}
10021EOF
10022cat >> $CONFIG_STATUS <<\EOF 17754cat >>$CONFIG_STATUS <<\_ACEOF
10023for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
10024 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
10025 case "$ac_file" in
10026 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
10027 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
10028 *) ac_file_in="${ac_file}.in" ;;
10029 esac
10030 17755
10031 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories. 17756#
10032 17757# CONFIG_HEADER section.
10033 # Remove last slash and all that follows it. Not all systems have dirname. 17758#
10034 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
10035 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
10036 # The file is in a subdirectory.
10037 test ! -d "$ac_dir" && mkdir "$ac_dir"
10038 ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
10039 # A "../" for each directory in $ac_dir_suffix.
10040 ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
10041 else
10042 ac_dir_suffix= ac_dots=
10043 fi
10044
10045 case "$ac_given_srcdir" in
10046 .) srcdir=.
10047 if test -z "$ac_dots"; then top_srcdir=.
10048 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
10049 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
10050 *) # Relative path.
10051 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
10052 top_srcdir="$ac_dots$ac_given_srcdir" ;;
10053 esac
10054
10055 case "$ac_given_INSTALL" in
10056 [/$]*) INSTALL="$ac_given_INSTALL" ;;
10057 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
10058 esac
10059
10060 echo creating "$ac_file"
10061 rm -f "$ac_file"
10062 configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
10063 case "$ac_file" in
10064 *Makefile*) ac_comsub="1i\\
10065# $configure_input" ;;
10066 *) ac_comsub= ;;
10067 esac
10068
10069 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
10070 sed -e "$ac_comsub
10071s%@configure_input@%$configure_input%g
10072s%@srcdir@%$srcdir%g
10073s%@top_srcdir@%$top_srcdir%g
10074s%@INSTALL@%$INSTALL%g
10075" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
10076fi; done
10077rm -f conftest.s*
10078 17759
10079# 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
10080# 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.
10081# 17762#
10082# ac_d sets the value in "#define NAME VALUE" lines. 17763# ac_d sets the value in "#define NAME VALUE" lines.
10083ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)' 17764ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
10084ac_dB='\([ ][ ]*\)[^ ]*%\1#\2' 17765ac_dB='[ ].*$,\1#\2'
10085ac_dC='\3' 17766ac_dC=' '
10086ac_dD='%g' 17767ac_dD=',;t'
10087# 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".
10088ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' 17769ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
10089ac_uB='\([ ]\)%\1#\2define\3' 17770ac_uB='$,\1#\2define\3'
10090ac_uC=' ' 17771ac_uC=' '
10091ac_uD='\4%g' 17772ac_uD=',;t'
10092# ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
10093ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
10094ac_eB='$%\1#\2define\3'
10095ac_eC=' '
10096ac_eD='%g'
10097 17773
10098if test "${CONFIG_HEADERS+set}" != set; then
10099EOF
10100cat >> $CONFIG_STATUS <<EOF
10101 CONFIG_HEADERS="config.h:autoconf/config.h.in"
10102EOF
10103cat >> $CONFIG_STATUS <<\EOF
10104fi
10105for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then 17774for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
10106 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". 17775 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
10107 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,:.*,,'` ;;
10108 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'` 17781 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
10109 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; 17782 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
10110 *) ac_file_in="${ac_file}.in" ;; 17783 * ) ac_file_in=$ac_file.in ;;
10111 esac 17784 esac
10112 17785
10113 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;}
10114 17788
10115 rm -f conftest.frag conftest.in conftest.out 17789 # First look for the input files in the build tree, otherwise in the
10116 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` 17790 # src tree.
10117 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
10118 17819
10119EOF 17820_ACEOF
10120 17821
10121# Transform confdefs.h into a sed script conftest.vals that substitutes 17822# Transform confdefs.h into two sed scripts, `conftest.defines' and
10122# 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.
10123# 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
10124# Protect against being in an unquoted here document in config.status. 17827# config.status. Protect against being in an unquoted here document
10125rm -f conftest.vals 17828# in config.status.
10126cat > 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
10127s/[\\&%]/\\&/g 17837s/[\\&,]/\\&/g
10128s%[\\$`]%\\&%g 17838s,[\\$`],\\&,g
10129s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp 17839t clear
10130s%ac_d%ac_u%gp 17840: clear
10131s%ac_u%ac_e%gp 17841s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
10132EOF 17842t end
10133sed -n -f conftest.hdr confdefs.h > conftest.vals 17843s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
10134rm -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
10135 17852
10136# This sed command replaces #undef with comments. This is necessary, for 17853# This sed command replaces #undef with comments. This is necessary, for
10137# 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
10138# on some systems where configure will not decide to define it. 17855# on some systems where configure will not decide to define it.
10139cat >> conftest.vals <<\EOF 17856cat >>conftest.undefs <<\_ACEOF
10140s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */% 17857s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
10141EOF 17858_ACEOF
10142 17859
10143# 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
10144# 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).
10145 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
10146rm -f conftest.tail 17866rm -f conftest.tail
10147while : 17867while grep . conftest.defines >/dev/null
10148do 17868do
10149 ac_lines=`grep -c . conftest.vals`
10150 # grep -c gives empty output for an empty file on some AIX systems.
10151 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
10152 # Write a limited-size here document to conftest.frag. 17869 # Write a limited-size here document to $tmp/defines.sed.
10153 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
10154 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS 17876 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
10155 echo 'CEOF 17877 echo 'CEOF
10156 sed -f conftest.frag conftest.in > conftest.out 17878 sed -f $tmp/defines.sed $tmp/in >$tmp/out
10157 rm -f conftest.in 17879 rm -f $tmp/in
10158 mv conftest.out conftest.in 17880 mv $tmp/out $tmp/in
10159' >> $CONFIG_STATUS 17881' >>$CONFIG_STATUS
10160 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail 17882 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
10161 rm -f conftest.vals 17883 rm -f conftest.defines
10162 mv conftest.tail conftest.vals 17884 mv conftest.tail conftest.defines
10163done 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
10164rm -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
10165 17914
10166cat >> $CONFIG_STATUS <<\EOF 17915cat >>$CONFIG_STATUS <<\_ACEOF
10167 rm -f conftest.frag conftest.h 17916 # Let's still pretend it is `configure' which instantiates (i.e., don't
10168 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h 17917 # use $as_me), people would be surprised to read:
10169 cat conftest.in >> conftest.h 17918 # /* config.h. Generated by config.status. */
10170 rm -f conftest.in 17919 if test x"$ac_file" = x-; then
10171 if cmp -s $ac_file conftest.h 2>/dev/null; then 17920 echo "/* Generated by configure. */" >$tmp/config.h
10172 echo "$ac_file is unchanged"
10173 rm -f conftest.h
10174 else 17921 else
10175 # Remove last slash and all that follows it. Not all systems have dirname. 17922 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
10176 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'` 17923 fi
10177 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then 17924 cat $tmp/in >>$tmp/config.h
10178 # 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
10179 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
10180 fi 17970 fi
10181 rm -f $ac_file 17971 else
10182 mv conftest.h $ac_file 17972 cat $tmp/config.h
17973 rm -f $tmp/config.h
10183 fi 17974 fi
10184fi; done 17975done
17976_ACEOF
10185 17977
10186EOF
10187cat >> $CONFIG_STATUS <<EOF
10188
10189EOF
10190cat >> $CONFIG_STATUS <<\EOF 17978cat >>$CONFIG_STATUS <<\_ACEOF
10191 17979
10192exit 0 17980{ (exit 0); exit 0; }
10193EOF 17981_ACEOF
10194chmod +x $CONFIG_STATUS 17982chmod +x $CONFIG_STATUS
10195rm -fr confdefs* $ac_clean_files 17983ac_clean_files=$ac_clean_files_save
10196test "$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
10197 18006
10198 18007
10199echo "Configuration: 18008echo "Configuration:
10200 18009
10201 Rxvt version: $VERSION : $DATE 18010 Rxvt version: $VERSION : $DATE
10202 Source code location: $srcdir 18011 Source code location: $srcdir
10203 Install path: ${prefix}/bin 18012 Install path: ${prefix}/bin
10204 Compiler: $CC 18013 Compiler: $CXX
10205 Compiler flags: $CFLAGS" 18014 Compiler flags: $CFLAGS
18015 Linker: $LINKER"
10206 18016
10207if test "$MALLOC_TYPE" = S; then 18017if test "$MALLOC_TYPE" = S; then
10208 echo " malloc support: system default" 18018 echo " malloc support: system default"
10209fi 18019fi
10210if test "$MALLOC_TYPE" = G; then 18020if test "$MALLOC_TYPE" = G; then
10234 lastlog file: $rxvt_cv_path_lastlog 18044 lastlog file: $rxvt_cv_path_lastlog
10235 ttys/ttytab file: $rxvt_cv_path_ttytab 18045 ttys/ttytab file: $rxvt_cv_path_ttytab
10236" 18046"
10237fi 18047fi
10238if test x$term != x; then 18048if test x$term != x; then
10239 echo " set TERM to: $term 18049 echo " set TERM to: $term"
10240"
10241fi 18050fi
10242if test x$terminfo != x; then 18051if test x$terminfo != x; then
10243 echo " set TERMINFO to: $terminfo 18052 echo " set TERMINFO to: $terminfo"
10244"
10245fi 18053fi
18054echo " default resource name: $RESNAME"
18055echo " resource class: $RESCLASS"
18056if test x$RESFALLBACK != x; then
18057 echo " resource class fallback: $RESFALLBACK"
18058fi
18059echo
10246if test x$rxvt_cv_ptys = xUNKNOWN; then 18060if test x$rxvt_cv_ptys = xUNKNOWN; then
10247 echo ".----------------------------------------------------------------." 18061 echo ".----------------------------------------------------------------."
10248 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 ."
10249 echo ". the appropriate PTYS_ARE_* is defined in config.h ." 18063 echo ". the appropriate PTYS_ARE_* is defined in config.h ."
10250 echo ".----------------------------------------------------------------." 18064 echo ".----------------------------------------------------------------."

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines